body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}.real-time-monitoring{background:#f0f2f5;min-height:100vh;padding:24px}.monitoring-header{align-items:center;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px}.connection-status{align-items:center;display:flex;font-size:14px}.monitoring-card{height:100%;transition:all .3s ease}.monitoring-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.monitoring-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:12px 16px}.monitoring-card .ant-card-head-title{font-size:14px;font-weight:600}.monitoring-card .ant-card-body{padding:16px}.status-indicator{align-items:center;background:#f6f6f6;border-radius:12px;display:inline-flex;font-size:12px;gap:4px;padding:2px 8px}.status-indicator.healthy{background:#f6ffed;border:1px solid #b7eb8f;color:#52c41a}.status-indicator.warning{background:#fffbe6;border:1px solid #ffe58f;color:#faad14}.status-indicator.error{background:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f}.metric-row{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.metric-label{color:#666;font-size:12px}.metric-value{font-size:14px;font-weight:600}.trend-chart{height:200px;margin-top:16px}.alert-panel{margin-bottom:16px}.alert-item{align-items:center;background:#fff;border-left:4px solid;border-radius:4px;display:flex;margin-bottom:8px;padding:8px 12px}.alert-item.critical{background:#fff2f0;border-left-color:#ff4d4f}.alert-item.warning{background:#fffbe6;border-left-color:#faad14}.alert-item.info{background:#e6f7ff;border-left-color:#1890ff}.alert-time{color:#999;font-size:12px;margin-left:auto}.performance-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:12px}.performance-item{background:#fafafa;border-radius:4px;padding:8px;text-align:center}.performance-item .value{color:#1890ff;font-size:18px;font-weight:600}.performance-item .label{color:#666;font-size:12px;margin-top:4px}.chart-container{height:200px;margin-top:16px}.loading-container{align-items:center;display:flex;height:100px;justify-content:center}@media (max-width:768px){.real-time-monitoring{padding:12px}.monitoring-header{align-items:stretch;flex-direction:column;gap:12px}.performance-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.performance-grid{grid-template-columns:1fr}.metric-row{align-items:flex-start;flex-direction:column;gap:4px}}.updating{animation:pulse 1s infinite}.fade-in{animation:fadeIn .3s ease-in}.ant-progress-line{margin:8px 0}.ant-progress-text,.ant-statistic-title{font-size:12px!important}.ant-statistic-title{margin-bottom:4px!important}.ant-statistic-content{font-size:18px!important}.ant-card-head-title .anticon{color:#1890ff;margin-right:8px}.ant-badge-status-dot{height:8px!important;width:8px!important}.ant-badge-status-text{font-size:12px;margin-left:8px}.today-meeting-row{background-color:#e6f7ff!important;border-left:4px solid #1890ff!important}.today-meeting-row:hover{background-color:#bae7ff!important}.today-meeting-row td{background-color:initial!important;color:#0050b3!important;font-weight:600!important}@media (max-width:768px){.today-meeting-row{border-left:3px solid #1890ff!important}.today-meeting-row td{font-weight:500!important}}.ant-table-tbody>tr{transition:all .3s ease}.ant-table-tbody>tr.today-meeting-row{background-color:#e6f7ff!important}.ant-table-tbody>tr.today-meeting-row:hover{background-color:#bae7ff!important}@media (max-width:768px){.mobile-hidden{display:none!important}.ant-table-thead>tr>th{font-size:12px!important;padding:8px 4px!important}.ant-table-tbody>tr>td{font-size:11px!important;padding:8px 4px!important}.ant-btn-sm{font-size:11px!important;height:24px!important;padding:0 8px!important}.ant-tag{font-size:10px!important;line-height:16px!important;margin:0 2px!important;padding:0 4px!important}.ant-statistic-title{font-size:12px!important}.ant-statistic-content{font-size:16px!important}.ant-input,.ant-select,.ant-tabs-tab{font-size:14px!important}.ant-tabs-tab{padding:8px 12px!important}.ant-card-body{padding:12px!important}.ant-pagination-simple .ant-pagination-simple-pager{font-size:12px!important}.ant-tooltip-inner{font-size:11px!important}}@media (min-width:769px){.ant-table-tbody>tr>td.ant-table-cell-fix-right,.ant-table-thead>tr>th.ant-table-cell-fix-right{background:#fff!important}.ant-table-tbody>tr>td.ant-table-cell-fix-right:before,.ant-table-thead>tr>th.ant-table-cell-fix-right:before{box-shadow:inset 10px 0 8px -8px #00000026!important}}.zoom-meeting-dashboard{.ant-table-wrapper{overflow-x:auto}.meeting-status-pending{background-color:#fff7e6;border-color:#ffd591;color:#fa8c16}.meeting-status-using{background-color:#f6ffed;border-color:#b7eb8f;color:#52c41a}.meeting-status-ended{background-color:#fff2f0;border-color:#ffccc7;color:#ff4d4f}.meeting-status-settled{background-color:#e6f7ff;border-color:#91d5ff;color:#1890ff}}@media (max-width:576px){.zoom-meeting-dashboard{padding:8px!important}.ant-row{margin-left:-4px!important;margin-right:-4px!important}.ant-col{padding-left:4px!important;padding-right:4px!important}}@media (min-width:577px) and (max-width:768px){.zoom-meeting-dashboard{padding:16px!important}}@media (min-width:1200px){.zoom-meeting-dashboard{margin:0 auto;max-width:1400px}}.telegram-webhook-logs{padding:24px}.telegram-webhook-logs .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px}.telegram-webhook-logs .ant-statistic-title{color:#666;font-size:14px}.telegram-webhook-logs .ant-statistic-content{font-size:20px;font-weight:600}.telegram-webhook-logs .filters-card{background:#fafafa;border:1px solid #e8e8e8}.telegram-webhook-logs .filters-card .ant-space{width:100%}.telegram-webhook-logs .table-card{overflow-x:auto}.telegram-webhook-logs .ant-table-wrapper{min-width:800px}.telegram-webhook-logs .trace-id-cell{background:#f5f5f5;border:1px solid #d9d9d9;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;padding:2px 6px}.telegram-webhook-logs .update-id-cell{color:#1890ff;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px}.telegram-webhook-logs .status-tag{border-radius:12px;font-size:12px;padding:2px 8px}.telegram-webhook-logs .event-type-tag{border-radius:4px;font-size:12px}.telegram-webhook-logs .detail-modal .ant-modal-body{padding:16px}.telegram-webhook-logs .detail-modal .ant-tabs-content{padding:16px 0}.telegram-webhook-logs .json-viewer{background:#f5f5f5;border:1px solid #d9d9d9;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;max-height:400px;overflow:auto;padding:12px}.telegram-webhook-logs .auto-refresh-indicator{align-items:center;color:#666;display:flex;font-size:12px;gap:8px}.telegram-webhook-logs .last-refresh-time{color:#999;font-size:12px;margin-bottom:8px;text-align:right}@media (max-width:768px){.telegram-webhook-logs{padding:12px}.telegram-webhook-logs .ant-card{margin-bottom:12px}.telegram-webhook-logs .ant-statistic-content{font-size:18px}.telegram-webhook-logs .filters-card .ant-space{align-items:stretch;flex-direction:column}.telegram-webhook-logs .filters-card .ant-space-item,.telegram-webhook-logs .filters-card .ant-space-item>*{width:100%}.telegram-webhook-logs .filters-card .ant-input,.telegram-webhook-logs .filters-card .ant-picker,.telegram-webhook-logs .filters-card .ant-select{width:100%!important}.telegram-webhook-logs .ant-table-wrapper{min-width:600px}.telegram-webhook-logs .trace-id-cell{font-size:10px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.telegram-webhook-logs .update-id-cell{font-size:10px}.telegram-webhook-logs .event-type-tag,.telegram-webhook-logs .status-tag{font-size:10px;padding:1px 6px}.telegram-webhook-logs .detail-modal .ant-modal{margin:0;max-width:100vw;padding:0}.telegram-webhook-logs .detail-modal .ant-modal-content{border-radius:0}.telegram-webhook-logs .detail-modal .ant-modal-body{max-height:calc(100vh - 120px);overflow-y:auto;padding:12px}.telegram-webhook-logs .json-viewer{font-size:10px;max-height:300px;padding:8px}.telegram-webhook-logs .auto-refresh-indicator,.telegram-webhook-logs .last-refresh-time{font-size:10px}}@media (max-width:576px){.telegram-webhook-logs .ant-table-wrapper{min-width:500px}.telegram-webhook-logs .ant-table-tbody>tr>td,.telegram-webhook-logs .ant-table-thead>tr>th{font-size:12px;padding:8px 4px}.telegram-webhook-logs .trace-id-cell{max-width:60px}}@media (prefers-color-scheme:dark){.telegram-webhook-logs .json-viewer{background:#1f1f1f;border-color:#434343;color:#e8e8e8}.telegram-webhook-logs .trace-id-cell{background:#2f2f2f;border-color:#434343;color:#e8e8e8}}@media print{.telegram-webhook-logs .ant-pagination,.telegram-webhook-logs .ant-table-column-sorters,.telegram-webhook-logs .auto-refresh-indicator,.telegram-webhook-logs .filters-card{display:none!important}.telegram-webhook-logs .ant-table{font-size:10px}.telegram-webhook-logs .trace-id-cell{background:#0000!important;border:1px solid #ccc!important}}@media (prefers-contrast:high){.telegram-webhook-logs .ant-tag,.telegram-webhook-logs .trace-id-cell{border-width:2px;font-weight:700}}@media (prefers-reduced-motion:reduce){.telegram-webhook-logs .ant-spin,.telegram-webhook-logs .ant-table-row:hover{transition:none!important}}.trace-id-display{background:#000c;border-radius:6px;bottom:20px;box-shadow:0 2px 8px #0000004d;color:#fff;cursor:pointer;font-family:Courier New,monospace;font-size:12px;max-width:300px;opacity:.3;padding:8px 12px;position:fixed;right:20px;transition:opacity .3s ease;user-select:text;word-break:break-all;z-index:9999}.trace-id-display:hover{background:#000000e6;opacity:1;transform:scale(1.05)}.trace-id-display.visible{animation:fadeInOut 3s ease-in-out;opacity:1}@keyframes fadeInOut{0%{opacity:.3}20%{opacity:1}80%{opacity:1}to{opacity:.3}}@media (max-width:768px){.trace-id-display{bottom:10px;font-size:10px;max-width:200px;padding:6px 8px;right:10px}}body,html{-webkit-overflow-scrolling:touch;overscroll-behavior:none}@media (max-width:768px){body{-webkit-touch-callout:none;overscroll-behavior-y:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-table-cell,.ant-typography,.selectable-text,[contenteditable],input,textarea{-webkit-user-select:text!important;-khtml-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}}@media (min-width:769px){*,body{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ant-btn,.ant-dropdown,.ant-menu,.ant-pagination,.ant-select,button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}@media (max-width:768px){.mobile-container{margin:0!important;padding:12px!important}.ant-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.ant-card-small>.ant-card-head{min-height:40px;padding:0 12px}.ant-card-small>.ant-card-body{padding:12px}.mobile-statistic-card{margin-bottom:8px;text-align:center}.mobile-statistic-card .ant-statistic-title{font-size:12px;margin-bottom:4px}.mobile-statistic-card .ant-statistic-content{font-size:18px}.mobile-task-card{border:1px solid #f0f0f0;border-radius:8px;margin-bottom:8px;transition:all .3s ease}.mobile-task-card:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff26}.mobile-task-card .task-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.mobile-task-card .task-info{flex:1}.mobile-task-card .task-actions{display:flex;flex-direction:column;gap:4px}.mobile-task-card .task-meta{color:#666;font-size:12px;margin-bottom:2px}.mobile-task-card .task-meta:last-child{margin-bottom:0}.ant-tag{border-radius:4px;font-size:11px;line-height:1.2;padding:2px 6px}.ant-btn-sm{border-radius:4px;font-size:12px;height:28px;padding:0 8px}.ant-table-wrapper{display:none}[data-page=admin-users] .ant-table-wrapper,[data-page=all-migrations] .ant-table-wrapper,[data-page=dashboard-meetings] .ant-table-wrapper,[data-page=join-account-password-logs] .ant-table-wrapper,[data-page=join-account-system-config] .ant-table-wrapper,[data-page=join-account-tokens] .ant-table-wrapper,[data-page=join-account-windows] .ant-table-wrapper,[data-page=log-search] .ant-table-wrapper,[data-page=meeting-list] .ant-table-wrapper,[data-page=meeting-task-monitor] .ant-table-wrapper,[data-page=meeting-window-management] .ant-table-wrapper,[data-page=pending-migrations] .ant-table-wrapper,[data-page=pmi-billing-management] .ant-table-wrapper,[data-page=pmi-management] .ant-table-wrapper,[data-page=pmi-schedule-management] .ant-table-wrapper,[data-page=running-tasks] .ant-table-wrapper,[data-page=scheduled-task-list] .ant-table-wrapper,[data-page=scheduled-task-management] .ant-table-wrapper,[data-page=task-analytics-overview] .ant-table-wrapper,[data-page=users] .ant-table-wrapper,[data-page=version-management] .ant-table-wrapper,[data-page=webhook-events] .ant-table-wrapper,[data-page=zoom-api-logs] .ant-table-wrapper,[data-page=zoom-auth] .ant-table-wrapper,[data-page=zoom-meeting-dashboard] .ant-table-wrapper,[data-page=zoom-meeting-history] .ant-table-wrapper,[data-page=zoom-users] .ant-table-wrapper{display:block!important;overflow-x:auto}.mobile-task-list{display:block}.ant-drawer-body{padding:16px}.ant-drawer-header{border-bottom:1px solid #f0f0f0;padding:16px}.ant-drawer-title{font-size:16px;font-weight:600}.ant-modal{margin:0;padding-bottom:0}.ant-modal-content{border-radius:8px 8px 0 0}.ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px}.ant-modal-body{max-height:60vh;overflow-y:auto;padding:16px}.ant-modal-footer{border-top:1px solid #f0f0f0;padding:12px 16px}.ant-form-item{margin-bottom:16px}.ant-form-item-label{padding-bottom:4px}.ant-form-item-label>label{font-size:14px;font-weight:500}.ant-input-lg,.ant-picker-large{border-radius:6px;font-size:16px;height:44px}.ant-input,.ant-picker{border-radius:6px}.ant-tabs-tab{font-size:14px;padding:8px 12px}.ant-tabs-content-holder{padding-top:8px}.ant-float-btn-group{bottom:16px!important;right:16px!important}.ant-float-btn{height:48px;width:48px}.ant-divider{margin:12px 0}.mobile-empty-state{color:#999;padding:40px 20px;text-align:center}.mobile-empty-state .ant-empty-image{height:60px}.mobile-empty-state .ant-empty-description{color:#999;font-size:14px}.ant-spin-container{min-height:200px}.ant-notification{margin-right:16px;max-width:400px;width:calc(100vw - 32px)}.ant-message{top:16px}.ant-tooltip{font-size:12px}.ant-dropdown{border-radius:8px;box-shadow:0 4px 12px #00000026}.ant-dropdown-menu{border-radius:8px;padding:4px}.ant-dropdown-menu-item{border-radius:4px;margin:2px 0;padding:8px 12px}.ant-badge{font-size:11px}.ant-avatar{border-radius:6px}.ant-progress{margin-bottom:8px}.ant-timeline{padding-left:16px}.ant-timeline-item{padding-bottom:12px}.ant-steps,.ant-steps-item-title{font-size:12px}.ant-steps-item-description{font-size:11px}}@media (max-width:375px){.mobile-container{padding:8px!important}.ant-card-small>.ant-card-body{padding:8px}.mobile-statistic-card .ant-statistic-content{font-size:16px}.ant-btn-sm{font-size:11px;height:24px;padding:0 6px}.ant-tag{font-size:10px;padding:1px 4px}}@media (max-width:768px) and (orientation:landscape){.mobile-container{padding:8px 16px!important}.ant-drawer-content-wrapper{height:80%!important}.ant-modal-body{max-height:50vh}}@media (prefers-color-scheme:dark){.mobile-task-card{background-color:#1f1f1f;border-color:#303030}.mobile-task-card:hover{background-color:#262626;border-color:#1890ff}.mobile-empty-state{color:#8c8c8c}}@keyframes progress{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-8px,0)}70%{transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.mobile-task-card{animation:slideInUp .3s ease-out}.mobile-task-card:hover{animation:pulse .3s ease-in-out}.mobile-loading{animation:pulse 1.5s ease-in-out infinite}.mobile-success{animation:bounce .6s ease-out}.mobile-error{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}.ant-float-btn{animation:fadeIn .3s ease-out}.ant-float-btn:hover{animation:pulse .3s ease-in-out}.ant-drawer-content-wrapper{animation:slideInUp .3s ease-out}.ant-message,.ant-modal,.ant-notification{animation:slideInDown .3s ease-out}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ant-layout{min-height:100vh}.logo{align-items:center;background:#ffffff4d;border-radius:6px;color:#fff;display:flex;font-weight:700;height:32px;justify-content:center;margin:16px}.site-layout-content{background:#fff;min-height:280px;padding:24px}.ant-menu-dark .ant-menu-item-selected{background-color:#1890ff!important;border-radius:6px;margin:4px 8px;width:calc(100% - 16px)}.ant-menu-dark .ant-menu-item-selected:after{border-right:3px solid #1890ff}.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,.ant-menu-dark .ant-menu-item-selected .anticon{color:#fff!important}.ant-menu-dark .ant-menu-item-selected span{color:#fff!important;font-weight:600}.ant-menu-dark .ant-menu-item:hover{background-color:#1890ff33!important}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-item:hover{border-radius:6px;margin:4px 8px;transition:all .3s ease;width:calc(100% - 16px)}@media (max-width:768px){.site-layout-content{padding:12px!important}.ant-card-body{padding:16px!important}.ant-table-wrapper{overflow-x:auto}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{font-size:12px!important;padding:8px 4px!important}.ant-table-tbody>tr>td.mobile-hidden,.ant-table-thead>tr>th.mobile-hidden{display:none!important}.ant-table-tbody>tr>td.action-column,.ant-table-thead>tr>th.action-column{min-width:80px!important;position:static!important;right:auto!important;width:auto!important}.mobile-action-buttons .ant-btn{font-size:12px!important;height:auto!important;min-width:auto!important;padding:4px 6px!important}.mobile-action-buttons .ant-space-item{margin-right:4px!important}.mobile-stats .ant-col{margin-bottom:12px}.mobile-stats .ant-statistic-title{font-size:12px!important}.mobile-stats .ant-statistic-content-value{font-size:16px!important}.zoom-user-filters .ant-row{margin-bottom:8px!important}.zoom-user-filters .ant-col{margin-bottom:8px}.zoom-user-actions{display:flex!important;flex-direction:column!important;gap:8px!important}.zoom-user-actions .ant-btn{font-size:13px!important;height:36px!important;margin-bottom:0!important;width:100%!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{font-size:11px!important;min-width:60px;padding:6px 3px!important;white-space:nowrap}.ant-table-thead>tr>th{background:#fafafa!important;font-size:10px!important;font-weight:600!important}.mobile-action-buttons .ant-btn{font-size:10px!important;height:24px!important;min-width:24px!important;padding:2px 4px!important}.action-column{background:#fff!important;box-shadow:-2px 0 4px #0000001a!important;position:sticky!important;right:0!important;z-index:1!important}.ant-tag{border-radius:2px!important;font-size:9px!important;line-height:16px!important;margin:0!important;padding:0 4px!important}.ant-table-tbody .ant-tag{max-width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-scroll-hint{background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;color:#1890ff;font-size:11px;line-height:1.4;margin-bottom:12px;padding:8px 12px;text-align:center}.ant-pagination{text-align:center!important}.ant-pagination-options,.ant-pagination-total-text{display:none!important}}@media (max-width:375px){.site-layout-content{padding:8px!important}.ant-card-body{padding:12px!important}.zoom-user-actions .ant-btn{font-size:12px!important;height:32px!important;padding:4px 8px!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{font-size:11px!important;padding:6px 2px!important}.mobile-stats .ant-statistic-content-value{font-size:14px!important}}@media (max-width:768px){.ant-layout{margin-left:0!important}.ant-layout-header{padding:0 16px!important}.ant-layout-content{margin-left:0!important}.ant-dropdown-menu{min-width:120px!important}.ant-dropdown-menu-item{font-size:14px!important;padding:8px 12px!important}.mobile-header-title{font-size:16px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-layout-header .ant-btn{border-radius:6px!important}.ant-layout-sider,.ant-menu-inline{-webkit-overflow-scrolling:touch}.ant-menu-dark .ant-menu-item{border-radius:4px!important;margin:2px 8px!important}.ant-menu-dark .ant-menu-submenu{margin:2px 8px!important}.ant-menu-dark .ant-menu-submenu-title{border-radius:4px!important}}@media (min-width:769px){.ant-affix,.ant-alert-description,.ant-alert-message,.ant-anchor-link-title,.ant-back-top,.ant-badge-status-text,.ant-breadcrumb-link,.ant-calendar-picker-input,.ant-card-body,.ant-cascader-picker-label,.ant-collapse-content,.ant-descriptions-item-content,.ant-drawer-body,.ant-empty-description,.ant-form-item-explain,.ant-form-item-label,.ant-list-item-meta-description,.ant-list-item-meta-title,.ant-menu-item-only-child,.ant-modal-body,.ant-popover-inner-content,.ant-result-subtitle,.ant-result-title,.ant-statistic-content,.ant-steps-item-description,.ant-steps-item-title,.ant-table-cell,.ant-tabs-tab-btn,.ant-tag,.ant-time-picker-input,.ant-timeline-item-content,.ant-tooltip-inner,.ant-transfer-list-header-title,.ant-tree-title,.ant-typography,.ant-upload-hint,.ant-upload-text,.trace-id-display,body,div,h1,h2,h3,h4,h5,h6,p,span{-webkit-user-select:text!important;-khtml-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}.ant-affix,.ant-anchor,.ant-anchor *,.ant-avatar,.ant-avatar *,.ant-back-top,.ant-badge-count,.ant-badge-dot,.ant-btn,.ant-btn *,.ant-calendar-picker-icon,.ant-cascader-picker-arrow,.ant-checkbox,.ant-checkbox *,.ant-divider,.ant-dropdown,.ant-dropdown *,.ant-input-number-handler,.ant-input-search-button,.ant-layout-sider-trigger,.ant-layout-sider-zero-width-trigger,.ant-menu,.ant-menu *,.ant-pagination,.ant-pagination *,.ant-progress,.ant-progress *,.ant-radio,.ant-radio *,.ant-rate,.ant-rate *,.ant-select,.ant-select *,.ant-slider,.ant-slider *,.ant-spin,.ant-spin *,.ant-switch,.ant-switch *,.ant-time-picker-icon,.ant-transfer-list-header-selected,.ant-transfer-operation,.ant-tree-checkbox,.ant-tree-switcher,.ant-upload-btn,.ant-upload-btn *,button{-webkit-user-select:none!important;-khtml-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{-webkit-user-select:text!important;-khtml-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}.ant-table-tbody>tr>td .ant-btn,.ant-table-tbody>tr>td .ant-dropdown,.ant-table-tbody>tr>td.action-column,.ant-table-thead>tr>th.action-column{-webkit-user-select:none!important;-khtml-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.ant-input,.ant-input-affix-wrapper,.ant-mentions,.ant-typography code,.ant-typography pre,.copyable-text,.error-message,.log-content,.meeting-id,.pmi-number,.selectable-text,.trace-id,.user-email,.zoom-meeting-id,[contenteditable],code,input,pre,textarea{-webkit-user-select:text!important;-khtml-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}.copyable-text,.error-message,.log-content,.meeting-id,.pmi-number,.selectable-text,.trace-id,.user-email,.zoom-meeting-id{cursor:text!important}}@media (max-width:768px){.ant-table-cell,.ant-typography,.copyable-text,.meeting-id,.pmi-number,.selectable-text,.trace-id,.user-email,.zoom-meeting-id,[contenteditable],input,textarea{-webkit-user-select:text!important;-khtml-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}}::selection{background-color:#1890ff;color:#fff}::-moz-selection{background-color:#1890ff;color:#fff}@media (min-width:769px){.copyable-text:hover,.meeting-id:hover,.pmi-number:hover,.selectable-text:hover,.trace-id:hover,.zoom-meeting-id:hover{background-color:#1890ff0d;border-radius:2px;cursor:text;transition:background-color .2s ease}}