.inbox-list{padding:4px 20px}.inbox-item{border:0;border-bottom:1px solid var(--ds-border);width:100%;color:var(--ds-text);text-align:left;cursor:pointer;background:0 0;align-items:flex-start;gap:14px;padding:20px 10px;display:flex}.inbox-item:last-child{border-bottom:0}.inbox-item:hover{background:var(--ds-surface-subtle)}.inbox-item:focus-visible{outline:2px solid var(--ds-primary);outline-offset:-2px;border-radius:8px}.inbox-item-dot{background:var(--ds-border);border-radius:50%;flex:0 0 7px;height:7px;margin-top:7px}.inbox-item.is-unread .inbox-item-dot{background:var(--ds-primary)}.inbox-item-content{flex:1;gap:7px;min-width:0;display:grid}.inbox-item-content>strong{font-size:14px;font-weight:600}.inbox-item-content>span{overflow-wrap:anywhere;font-size:13px;line-height:1.7}.inbox-item-content>time{color:var(--ds-muted);font-size:12px}.inbox-item>.anticon{color:var(--ds-muted);margin-top:5px}.inbox-pagination{justify-content:flex-end;padding:16px 20px;display:flex}.console-notification-error{color:var(--ds-danger);padding:8px 12px;font-size:12px}.console-notification-footer .console-notification-more{color:var(--ds-primary)}@media (width<=575px){.inbox-list{padding:4px 12px}.inbox-item{gap:10px;padding:16px 4px}}.account-profile-modal .ant-modal-body{overscroll-behavior:contain;max-height:calc(100dvh - 180px);overflow-y:auto}.account-profile{color:var(--ds-text);gap:24px;padding:16px 0 12px;display:grid}.account-profile-identity{border:1px solid var(--ds-border);background:linear-gradient(115deg, var(--ds-primary-soft,#eef2ff), var(--ds-surface));border-radius:12px;align-items:center;gap:18px;padding:22px;display:flex}.account-profile-identity .account-profile-avatar{border:1px solid var(--ds-border);background:var(--ds-surface);color:var(--ds-primary);flex-shrink:0;font-size:28px;font-weight:600}.account-profile-intro{min-width:0}.account-profile-label{color:var(--ds-muted);font-size:12px}.account-profile-intro .account-profile-email{color:var(--ds-text);overflow-wrap:anywhere;margin:3px 0 10px;font-size:18px;font-weight:600;line-height:1.5}.account-profile-email .ant-typography-copy{margin-inline-start:8px;font-size:14px}.account-profile-role{color:var(--ds-primary);align-items:center;gap:5px;font-size:12px;line-height:20px;display:inline-flex}.account-profile-section-heading{margin-bottom:12px}.account-profile-section-heading h2{color:var(--ds-muted);margin:0;font-size:13px;font-weight:600}.account-profile-brand{border-bottom:1px solid var(--ds-border);align-items:center;gap:12px;padding-bottom:24px;display:flex}.account-profile-brand .brand-mark{flex-shrink:0;width:40px;height:40px;font-size:19px}.account-profile-brand>div{overflow-wrap:anywhere;min-width:0}.account-profile-brand strong{font-size:15px;line-height:1.6}.account-profile-brand p{color:var(--ds-muted);margin:3px 0 0;font-size:12px;line-height:1.6}.account-profile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.account-profile-actions .account-profile-action{white-space:normal;text-align:left;width:100%;height:auto;min-height:78px;box-shadow:none;border-color:var(--ds-border);background:var(--ds-surface);border-radius:10px;justify-content:flex-start;gap:12px;padding:14px}.account-profile-action-icon{background:var(--ds-surface-subtle,#f4f6fa);width:34px;height:34px;color:var(--ds-muted);border-radius:9px;flex-shrink:0;place-items:center;font-size:17px;display:grid}.account-profile-action-copy{gap:4px;min-width:0;display:grid}.account-profile-action-copy strong{font-size:13px;font-weight:500}.account-profile-action-copy small{color:var(--ds-muted);font-size:11px;font-weight:400}.account-profile-action-arrow{color:var(--ds-muted);margin-left:auto;font-size:12px}@media (width<=520px){.account-profile{gap:20px}.account-profile-identity{gap:12px;padding:16px}.account-profile-identity .account-profile-avatar{width:48px;height:48px;font-size:22px}.account-profile-intro .account-profile-email{font-size:15px}.account-profile-actions{grid-template-columns:minmax(0,1fr);gap:10px}.account-profile-actions .account-profile-action{min-height:68px}}.console-tools{flex-shrink:0;align-items:center;gap:4px;display:flex}.console-tools .console-tool{width:36px;min-width:36px;height:36px;color:var(--ds-muted);padding:0;font-size:18px}.console-tool .ant-badge{color:inherit;font-size:18px}.console-tools .console-tools-divider{border-color:var(--ds-border);height:24px;margin-inline:8px}.console-notification-popover .ant-popover-container{padding:0}.console-notifications{width:360px;max-width:calc(100vw - 28px);color:var(--ds-text)}.console-notifications-heading{justify-content:space-between;align-items:center;padding:18px 18px 12px;display:flex}.console-notifications h2{margin:0;font-size:16px}.console-notifications p{color:var(--ds-muted);margin:4px 0 0;font-size:12px}.console-notification-filters{border-bottom:1px solid var(--ds-border);justify-content:space-between;align-items:center;gap:12px;padding:0 18px 14px;display:flex}.console-notification-list{min-height:180px;max-height:min(380px,55vh);overflow:auto}.console-notification-list .ant-empty{padding:32px 12px}.console-notice{border:0;border-bottom:1px solid var(--ds-border);width:100%;color:var(--ds-text);text-align:left;cursor:pointer;background:0 0;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.console-notice:hover,.console-notice.is-unread{background:var(--ds-surface-subtle,#f7f9fc)}.console-notice strong{align-items:center;gap:8px;font-size:13px;display:flex}.console-notice>span{color:var(--ds-muted);font-size:12px;line-height:1.7}.console-notice time{color:var(--ds-muted);font-size:11px}.console-unread-dot{background:var(--ds-primary);border-radius:50%;width:6px;height:6px}.console-notification-footer{border-top:1px solid var(--ds-border);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.console-notification-footer>span{color:var(--ds-muted);font-size:11px}.console-dialog-footer{justify-content:flex-end;gap:12px;display:flex}.console-setting-section{border-bottom:1px solid var(--ds-border);margin-bottom:24px;padding-bottom:28px}.console-setting-section h3{margin:0 0 6px;font-size:15px}.console-setting-section p{color:var(--ds-muted);margin:0 0 18px;font-size:13px;line-height:1.8}.console-setting-row{justify-content:space-between;align-items:center;gap:18px;display:flex}.console-setting-row p{margin-bottom:0}.console-setting-note{color:var(--ds-muted);font-size:12px;line-height:1.8}.console-lock-screen{z-index:3000;background:var(--ds-bg,#f4f6fa);color:var(--ds-text);flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:36px 20px;display:flex;position:fixed;inset:0;overflow:auto}.console-lock-clock{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.console-lock-clock time{letter-spacing:2px;font-variant-numeric:tabular-nums;font-size:60px;font-weight:300;line-height:1.15}.console-lock-clock span{color:var(--ds-muted);font-size:13px}.console-lock-card{border:1px solid var(--ds-border);background:var(--ds-surface);text-align:center;border-radius:16px;flex-shrink:0;width:400px;max-width:100%;padding:28px 32px 20px}.console-lock-icon{width:48px;height:48px;color:var(--ds-primary);background:var(--ds-surface-subtle,#edf2ff);border-radius:12px;place-items:center;margin:0 auto 14px;font-size:24px;display:grid}.console-lock-card h1{margin:0 0 6px;font-size:22px}.console-lock-card>p{color:var(--ds-muted);margin:8px 0 20px;font-size:13px;line-height:1.8}.console-lock-card .console-lock-account{color:var(--ds-text);overflow-wrap:anywhere;margin-bottom:8px}.console-lock-card .ant-alert{text-align:left;margin-bottom:16px}.console-lock-card .ant-form{text-align:left}.console-lock-actions{flex-wrap:wrap;justify-content:center;gap:4px;margin-top:12px;display:flex}.console-lock-caption{color:var(--ds-muted);letter-spacing:1px;margin:0;font-size:11px}@media (width<=600px){.console-notification-popover{width:auto;max-width:calc(100vw - 28px);left:14px!important;right:14px!important}.console-notification-popover .ant-popover-arrow{display:none}.console-notifications{width:100%;max-width:none}.console-tools{gap:0}.console-tools .console-tool{width:30px;min-width:30px;height:34px;font-size:17px}.console-tools .console-tools-divider{margin-inline:4px}.console-tools .account-trigger-label,.console-tools .account-chevron{display:none}.console-tools .account-trigger{padding:3px}.console-lock-screen{justify-content:flex-start;gap:20px;padding-top:48px}.console-lock-card{padding:24px}}@media (height<=680px){.console-lock-screen{justify-content:flex-start;gap:16px;padding-block:24px}.console-lock-clock time{font-size:42px}}.login{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-story{color:#fff;background:#101d35;flex-direction:column;justify-content:space-between;min-height:100vh;padding:48px 64px;display:flex;overflow:hidden}.brand{letter-spacing:1.5px;align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex}.brand-mark{letter-spacing:0;background:#496dff;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.eyebrow{letter-spacing:2px;color:#8399ce;font-size:11px;font-weight:650}.login h1{letter-spacing:-1px;margin:18px 0;font-size:clamp(32px,3.3vw,52px);font-weight:600;line-height:1.45}.login-story p{color:#9caac2;font-size:16px;line-height:1.9}.login-story small{color:#8c9bb7}.orbit{place-items:center;max-width:380px;height:200px;margin:28px 0 0;display:grid;position:relative}.orbit i{border:1px solid #30456f;border-radius:50%;width:250px;height:110px;position:absolute;transform:rotate(-28deg)}.orbit i:nth-child(2){width:300px;height:125px;transform:rotate(32deg)}.orbit i:nth-child(3){border-color:#496dff;width:175px;height:155px;transform:rotate(80deg)}.orbit span{color:#92a8ff;font-size:32px;font-weight:700}.login-panel{background:#fff;justify-content:center;align-items:center;padding:40px;display:flex;position:relative}.login-form{width:100%;max-width:380px}.login-form h2{margin:12px 0;font-size:28px}.login-form>p{color:#697586;margin-bottom:36px}.login-form .ant-alert{margin-bottom:20px}.login-panel footer{color:#98a2b3;font-size:12px;position:absolute;bottom:32px}@media (width<=760px){.login{display:block}.login-story{display:none}.login-panel{min-height:100vh;padding:28px}.login-form{max-width:420px}}.page-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;display:flex}.page-heading h1{color:#202b3d;letter-spacing:0;margin:0;font-size:24px;font-weight:650;line-height:1.4}.page-heading p{color:#728097;margin:8px 0 0;font-size:14px;line-height:1.8}.page-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.panel{background:#fff;border:1px solid #e4e9f1;border-radius:12px;margin-bottom:24px;overflow:hidden}.panel .ant-table{font-size:14px}.panel .ant-table-thead>tr>th{font-size:13px;font-weight:600}.panel .ant-table-tbody>tr:last-child>td{border-bottom:0}.panel .ant-table-pagination{margin:20px 0;padding:0 24px}.ant-table-pagination,.table-empty-pagination,.inbox-pagination,.business-result-pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;row-gap:8px;display:flex}.ant-table-pagination .ant-pagination-total-text,.inbox-pagination .ant-pagination-total-text,.business-result-pagination .ant-pagination-total-text{color:var(--ds-muted);margin-right:auto;font-size:12px}.panel .ant-empty{margin:0;padding:40px 16px}.panel .ant-btn-link{padding-inline:6px;font-size:14px}.table-actions{white-space:nowrap;align-items:center;gap:8px;display:flex}.table-action.ant-btn,a.table-action{white-space:nowrap;min-width:32px;height:32px;box-shadow:none;border:1px solid #0000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:500;line-height:1;text-decoration:none;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}.table-action.ant-btn:not(:disabled):not(.ant-btn-disabled),a.table-action{color:var(--ds-primary);background:var(--ds-primary-soft)}.table-action.ant-btn:not(:disabled):not(.ant-btn-disabled):hover,a.table-action:hover{color:var(--ds-primary);border-color:color-mix(in srgb, var(--ds-primary) 22%, transparent);background:color-mix(in srgb, var(--ds-primary) 15%, var(--ds-surface))}.table-action.ant-btn:is(.ant-btn-dangerous,.ant-btn-color-dangerous):not(:disabled):not(.ant-btn-disabled){color:var(--ds-danger);background:color-mix(in srgb, var(--ds-danger) 9%, var(--ds-surface))}.table-action.ant-btn:is(.ant-btn-dangerous,.ant-btn-color-dangerous):not(:disabled):not(.ant-btn-disabled):hover{border-color:color-mix(in srgb, var(--ds-danger) 25%, transparent);background:color-mix(in srgb, var(--ds-danger) 15%, var(--ds-surface))}.table-action.table-action-neutral.ant-btn:not(:disabled):not(.ant-btn-disabled){color:var(--ds-muted);background:var(--ds-surface-subtle)}.table-action.table-action-neutral.ant-btn:not(:disabled):not(.ant-btn-disabled):hover{color:var(--ds-text);background:var(--ds-surface-hover);border-color:var(--ds-border)}.table-action.ant-btn:disabled,.table-action.ant-btn-disabled{color:var(--ds-subtle);background:var(--ds-surface-subtle);border-color:var(--ds-border);box-shadow:none;cursor:not-allowed}.table-action .anticon{font-size:14px}.table-action.table-action-icon{width:32px;padding-inline:0}.table-action.table-action-icon .anticon{font-size:16px}.table-action:focus-visible{outline:2px solid var(--ds-primary);outline-offset:2px}.panel .ant-table-cell .ant-space{row-gap:6px!important}.management-summary{background:#fff;border:1px solid #e4e9f1;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px;padding:23px 0;display:grid}.summary-item{align-items:center;gap:15px;padding:0 28px;display:flex}.summary-item+.summary-item{border-left:1px solid #e9edf4}.summary-icon{color:#5372dd;background:#edf2ff;border-radius:10px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:21px;display:grid}.summary-icon.green{color:#329877;background:#eaf7f2}.summary-icon.neutral{color:#7d8a9d;background:#f0f2f6}.summary-item>div>span{color:#728097;margin-bottom:4px;font-size:13px;display:block}.summary-item strong{font-variant-numeric:tabular-nums;letter-spacing:-.5px;font-size:26px;font-weight:650;line-height:1.1;display:block}.management-toolbar{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding:16px 24px;display:flex}.toolbar-filters{flex-wrap:wrap;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.toolbar-filters>.ant-input-affix-wrapper{flex-shrink:1;width:300px;max-width:100%}.toolbar-filters .status-filter{flex-shrink:0;width:130px}.toolbar-filters .source-filter{width:220px;max-width:100%}.panel .ant-table-cell{overflow-wrap:anywhere}.toolbar-filters .ant-input-prefix{color:#8d9ab0;margin-right:8px}.toolbar-actions{flex-shrink:0;align-items:center;gap:20px;display:flex}.result-count{color:#7a879b;white-space:nowrap;font-size:13px}.result-count strong{color:#35445e;margin-inline:2px;font-weight:600}.toolbar-note{color:#728097;font-size:13px;line-height:1.6}.entity-cell{align-items:center;gap:13px;min-width:0;display:flex}.entity-avatar{color:#6e85b6;background:#eff3fc;border:1px solid #e5ebf7;border-radius:9px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:18px;font-weight:500;display:grid}.entity-cell>div{min-width:0}.entity-cell strong{overflow-wrap:anywhere;font-size:14px;font-weight:600;line-height:1.6;display:block}.entity-cell .subline{color:#7b889d;margin-top:3px;font-size:12px}.count-cell{white-space:nowrap;align-items:baseline;gap:6px;display:flex}.count-cell strong{color:#35455e;font-size:16px;font-weight:600}.count-cell>span{color:#7e8a9b;font-size:12px}.date-cell{white-space:nowrap;font-variant-numeric:tabular-nums;color:#506078;flex-direction:column;gap:4px;font-size:13px;display:flex}.date-cell small{color:#8591a2;font-size:12px}.status-tag.ant-tag{white-space:nowrap;color:#66758a;background:#f0f2f6;border:0;border-radius:5px;align-items:center;gap:6px;margin:0;padding:3px 9px;font-size:12px;line-height:20px;display:inline-flex}.status-tag.enabled{color:#25805e;background:#eaf7f0}.status-tag>span{background:currentColor;border-radius:50%;width:5px;height:5px;display:inline-block}.management-drawer .ant-drawer-header{border-bottom:1px solid #e7ecf3;padding:24px}.management-drawer .ant-drawer-body{padding:24px}.management-drawer .ant-drawer-footer{background:#fafbfd;border-top:1px solid #e7ecf3}.drawer-heading strong{font-size:19px;font-weight:650}.drawer-heading p{color:#758298;margin:5px 0 0;font-size:13px;font-weight:400;line-height:1.7}.drawer-actions{justify-content:flex-end;gap:12px;display:flex}.drawer-actions .ant-btn{min-width:84px}.form-section{margin-bottom:26px}.form-section+.form-section{border-top:1px solid #edf0f5;padding-top:24px}.form-section-heading{margin-bottom:19px}.form-section-heading h3{color:#33435c;align-items:center;gap:9px;margin:0;font-size:14px;font-weight:600;display:flex}.form-section-heading h3:before{content:"";background:#5276e9;border-radius:2px;width:3px;height:14px}.form-section-heading p{color:#748299;margin:8px 0 0;font-size:13px;line-height:1.7}.form-section .ant-form-item:last-child{margin-bottom:0}.management-drawer .ant-form-item-label>label{color:#43516a;font-size:14px}.management-drawer .ant-form-item-extra{color:#7c899b;margin-top:5px;font-size:12px;line-height:1.7}.permission-list{width:100%;display:block}.permission-group{border:1px solid #e6ebf3;border-radius:9px;min-inline-size:0;margin:0 0 16px;padding:0;overflow:hidden}.permission-group-heading{color:#475775;background:#f7f9fc;border-bottom:1px solid #e8edf5;padding:12px 16px;font-size:13px;font-weight:600}.permission-options{gap:14px;padding:18px 16px;display:grid}.permission-options .ant-checkbox-wrapper{align-items:start;margin:0;line-height:1.7}.permission-options .ant-checkbox{margin-top:4px}.form-note{color:#6d7d97;background:#f8faff;border:1px solid #e6ebf8;border-radius:8px;margin-bottom:24px;padding:14px 16px;font-size:13px;line-height:1.8}.muted{color:#79869a;font-size:13px}.subline{color:#7c899e;margin-top:5px;font-size:12px;line-height:1.6;display:block}.cell-title{font-weight:550}.code-value{color:#6c7b92;font:12px/1.7 ui-monospace,SFMono-Regular,monospace}.loading{text-align:center;padding:80px}.no-tenant{padding:70px 20px}.section-alert{margin-bottom:24px}.filterbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.filterbar>div{gap:12px;display:flex}.filterbar .ant-select{min-width:130px}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.metric{background:#fff;border:1px solid #e4e9f1;border-radius:12px;padding:22px}.metric-top{color:#63718a;justify-content:space-between;align-items:center;gap:8px;font-size:14px;display:flex}.metric-icon{color:#5b79d8;background:#eff3ff;border-radius:8px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.metric strong{font-variant-numeric:tabular-nums;margin:14px 0 18px;font-size:32px;font-weight:650;line-height:1.3;display:block}.metric>div:last-child{color:#7c8aa0;justify-content:space-between;gap:6px;font-size:12px;line-height:1.6;display:flex}.metric:nth-child(2) .metric-icon{color:#339f8e;background:#eaf8f5}.metric:nth-child(3) .metric-icon{color:#8a6aca;background:#f3efff}.metric:nth-child(4) .metric-icon{color:#c3914f;background:#fff5e8}.panel-heading{justify-content:space-between;align-items:center;gap:18px;padding:24px 24px 12px;display:flex}.panel-heading h2{margin:0;font-size:16px;font-weight:600}.panel-heading p{color:#7d8ba1;margin:8px 0;font-size:12px;line-height:1.6}.chart{height:280px;padding:8px 24px 16px}.chart-legend{color:#7b8798;gap:20px;font-size:12px;display:flex}.chart-legend i{background:#335cff;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}.chart-legend>span:last-child i{background:#18a999}.chart-foot{color:#7d8b9f;border-top:1px solid #eef1f6;justify-content:space-between;gap:16px;padding:14px 24px;font-size:12px;display:flex}.source-host{color:#6b7789;font-size:13px;line-height:1.8}.inline-tip{color:#78869b;border-left:2px solid #bccaea;padding:4px 14px;font-size:13px;line-height:1.8}.code-block{white-space:pre-wrap;word-break:break-all;background:#142138;border-radius:8px;padding:20px;font:12px/1.9 ui-monospace,SFMono-Regular,monospace;color:#c4d3f5!important}.dns-record{flex-direction:column;gap:8px;font-size:13px;display:flex}@media (width>=1500px){.chart{height:320px}}@media (width<=1199px){.summary-item{gap:12px;padding-inline:20px}.summary-icon{width:38px;height:38px}.summary-item strong{font-size:24px}.metric{padding:18px}.metrics{gap:14px}}@media (width<=767px){.page-heading{align-items:flex-start;gap:18px;margin-bottom:22px}.page-heading h1{font-size:24px}.page-heading p{font-size:13px;line-height:1.8}.page-heading .ant-btn{padding-inline:13px;font-size:13px}.management-summary{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:20px;padding:0}.summary-item{padding:18px}.summary-item:nth-child(3){border-left:0}.summary-item:nth-child(n+3){border-top:1px solid #e9edf4}.summary-item strong{font-size:24px}.summary-item>div>span{font-size:12px}.summary-icon{width:34px;height:34px;font-size:17px}.management-toolbar{flex-wrap:wrap;gap:14px;padding:16px}.toolbar-filters{flex:auto;gap:10px;width:100%}.toolbar-filters>.ant-input-affix-wrapper{flex:1;width:auto;min-width:150px}.toolbar-filters .status-filter{width:120px}.toolbar-actions{justify-content:space-between;width:100%}.panel .ant-table-pagination{padding-inline:16px}.management-drawer .ant-drawer-body{padding:20px}.metrics{grid-template-columns:1fr 1fr;gap:12px}.metric{padding:16px}.metric strong{font-size:28px}.metric-top{font-size:13px}.metric>div:last-child{font-size:12px}.filterbar{flex-wrap:wrap}.filterbar>div{gap:8px}.chart{height:250px;padding:8px 12px}.panel-heading{align-items:flex-start;padding:20px 16px 12px}.chart-legend{gap:10px}.chart-foot{padding:12px 16px;font-size:12px}.chart-foot>span{display:none}}@media (width<=420px){.summary-item{gap:9px;padding:16px 12px}.toolbar-filters>.ant-input-affix-wrapper{flex:100%;width:100%}.toolbar-filters .status-filter,.toolbar-filters .source-filter{width:100%}.page-heading{flex-wrap:wrap}.page-actions,.page-actions .ant-btn-primary{width:100%}.permission-options{padding:16px 12px}.management-drawer .ant-drawer-header{padding:20px}}.workspace{--sidebar-width:232px;min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);color:#a9b7cc;z-index:40;background:#111b2e;position:fixed;inset:0 auto 0 0}.sidebar-content{color:#a9b7cc;background:#111b2e;flex-direction:column;height:100%;min-height:0;display:flex}.brand{color:#fff;flex-shrink:0;align-items:center;gap:11px;min-height:80px;padding:0 22px;text-decoration:none;display:flex}.brand-mark{color:#fff;background:#456aff;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:19px;display:grid}.brand-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.brand-copy strong{text-overflow:ellipsis;white-space:nowrap;letter-spacing:1px;font-size:15px;line-height:1.3;overflow:hidden}.brand-copy small{text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;color:#91a2bd;font-size:12px;overflow:hidden}.workspace-picker{flex-shrink:0;margin:4px 18px 16px}.scope-caption{color:#93a0b7;margin:0 2px 8px;font-size:12px;display:block}.workspace-picker .ant-select{width:100%}.sidebar-nav{scrollbar-width:thin;scrollbar-color:#3c4b62 transparent;flex:1;min-height:0;padding:6px 12px 24px;overflow:auto}.sidebar-nav .ant-menu{font-size:14px;background:0 0!important;border:0!important}.sidebar-nav .ant-menu-submenu-title{color:#bbc8dd;height:44px;margin-block:4px;font-weight:500;line-height:44px;padding-left:14px!important}.sidebar-nav .ant-menu-submenu-open>.ant-menu-submenu-title{color:#e2eafa}.sidebar-nav .ant-menu-sub{background:0 0!important}.sidebar-nav .ant-menu-sub .ant-menu-item{font-size:13px;padding-left:44px!important}.sidebar-nav .ant-menu-item{margin-block:3px;line-height:42px;padding-left:14px!important}.sidebar-nav .ant-menu-item .ant-menu-item-icon{font-size:17px}.sidebar-nav .ant-menu-item-selected{font-weight:550;position:relative;background:#263d6b!important}.sidebar-nav .ant-menu-item-selected:before{content:"";background:#7e9cff;border-radius:3px;width:3px;position:absolute;top:13px;bottom:13px;left:0}.sidebar-content.is-collapsed .brand{justify-content:center;padding-inline:0}.sidebar-content.is-collapsed .brand-copy{min-width:0;display:none}.sidebar-content.is-collapsed .ant-menu-inline-collapsed{width:100%}.sidebar-content.is-collapsed .sidebar-nav>.ant-menu>.ant-menu-item,.sidebar-content.is-collapsed .sidebar-nav>.ant-menu>.ant-menu-submenu>.ant-menu-submenu-title{text-align:center;justify-content:center;padding-inline:0!important}.sidebar-content.is-collapsed .sidebar-nav .ant-menu-submenu-arrow{display:none}.sidebar-content.is-collapsed .ant-menu-item-icon{font-size:18px}.sidebar-content.is-collapsed .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#fff;background:#263d6b}.sidebar-content.is-collapsed .workspace-picker{margin-inline:12px}.sidebar-content.is-collapsed .workspace-picker .ant-btn{color:#bbc8dd;width:48px;height:40px}.sidebar-toggle{color:#5f708a;flex-shrink:0;font-size:18px}.main-column{--content-gutter:32px;margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));flex-direction:column;min-width:0;min-height:100vh;display:flex}.topbar{height:64px;padding:0 max(var(--content-gutter), calc((100% - 1600px) / 2 + var(--content-gutter)));border-bottom:1px solid var(--ds-border);z-index:20;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:24px;display:flex;position:sticky;top:0}.topbar-location{align-items:center;gap:10px;min-width:0;display:flex}.topbar .ant-breadcrumb{color:#758299;flex:1;min-width:0;font-size:13px;overflow:hidden}.topbar .ant-breadcrumb [aria-current]{color:#27364c;font-weight:500}.topbar .ant-breadcrumb ol{white-space:nowrap;flex-wrap:nowrap}.topbar .ant-breadcrumb li:not(.ant-breadcrumb-separator){text-overflow:ellipsis;min-width:0;overflow:hidden}.topbar .ant-breadcrumb-separator{color:#b2bccb;margin-inline:12px}.account-trigger{text-align:left;max-width:220px;min-height:44px;color:var(--ds-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:22px;flex-shrink:0;align-items:center;gap:10px;padding:5px 10px 5px 5px;transition:background .15s,border-color .15s;display:inline-flex}.account-trigger:hover,.account-trigger.is-open{background:#f7f9fd;border-color:#e5eaf3}.account-trigger:focus-visible{outline-offset:3px;outline:2px solid #5276e9}.account-avatar{border:1px solid #dce5ff;flex-shrink:0;font-weight:650;color:#4163d9!important;background:#ecf1ff!important;font-size:16px!important}.account-trigger-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:500;line-height:22px;overflow:hidden}.account-chevron{color:#8290a5;margin-left:4px;font-size:10px;transition:transform .15s}.account-trigger.is-open .account-chevron{transform:rotate(180deg)}.account-popover{background:#fff;border:1px solid #e8edf5;border-radius:16px;width:280px;max-width:calc(100vw - 24px);overflow:hidden;box-shadow:0 16px 48px #1d2b451c,0 3px 10px #1d2b4508}.account-details{background:linear-gradient(135deg,#f8faff,#fff);border-bottom:1px solid #edf0f5;flex-direction:column;gap:12px;padding:18px;display:flex}.account-identity{align-items:center;gap:12px;display:flex}.account-identity-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.account-identity-copy strong{color:#26364e;font-size:14px;font-weight:600}.account-identity-copy>span{color:#69768a;overflow-wrap:anywhere;font-size:13px;line-height:1.6}.account-brand-caption{max-width:100%;color:var(--ds-muted);align-items:center;gap:5px;font-size:12px;line-height:20px;display:flex}.account-brand-caption>.anticon{flex-shrink:0;font-size:11px}.account-brand-caption>span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.account-dropdown .ant-dropdown-menu{box-shadow:none!important;border-radius:0!important;padding:8px!important}.account-dropdown .ant-dropdown-menu-item{border-radius:8px;min-height:40px;padding:9px 12px!important}.content{width:100%;max-width:1600px;padding:28px var(--content-gutter) 36px;flex:1;min-width:0;margin:0 auto}.mobile-menu{display:none!important}.navigation-drawer .ant-drawer-close{color:#bdc9de}.navigation-drawer #mobile-navigation{height:100%}.navigation-drawer .sidebar-nav{padding-top:14px}.navigation-drawer .workspace-picker{margin-top:20px}@media (width<=1199px){.workspace{--sidebar-width:216px}.main-column{--content-gutter:24px}.brand{gap:9px;padding-inline:18px}.brand-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}}@media (width<=991px){.workspace{--sidebar-width:0px}.desktop-sidebar{display:none}.sidebar-toggle{display:none!important}.mobile-menu{display:inline-flex!important}.topbar{gap:14px}.content{padding-top:24px}}@media (width>=992px){.workspace.sidebar-collapsed{--sidebar-width:72px}}@media (width<=600px){.main-column{--content-gutter:16px}.topbar{gap:8px;height:60px;padding-inline:12px}.topbar-location{flex:1;gap:4px}.topbar .ant-breadcrumb{font-size:12px}.topbar .ant-breadcrumb ol>li:not(:last-child){display:none}.account-trigger{gap:7px;max-width:150px;padding:5px}.account-trigger-label{font-size:13px}.account-chevron{margin-left:0;font-size:9px}.account-trigger .account-avatar{width:30px!important;height:30px!important;line-height:30px!important}.content{padding-top:22px}}@media (prefers-reduced-motion:reduce){.account-trigger{transition:none}}.management-summary strong.restricted-value{color:#8491a4;font-size:14px}.brand-mark.has-image{background:#fff;overflow:hidden}.brand-mark img{object-fit:contain;width:100%;height:100%;display:block}.mobile-brand{align-items:center;gap:10px;min-width:0;display:flex}.mobile-brand>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:root{color:#202b3d;font-synthesis:none;--ds-primary:#315bef;--ds-text:#202b3d;--ds-muted:#69768a;--ds-border:#e4e9f1;--ds-surface:#fff;background:#f4f6fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px}*{box-sizing:border-box}body{min-width:320px;margin:0;line-height:1.5}button,input{font:inherit}a{color:inherit}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #7895ff}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ds-bg:#f4f6fa;--ds-surface:#fff;--ds-surface-subtle:#f7f9fc;--ds-surface-hover:#f1f5fc;--ds-text:#202b3d;--ds-muted:#69768a;--ds-subtle:#7d8ba1;--ds-primary:#315bef;--ds-primary-soft:#edf2ff;--ds-border:#e4e9f1;--ds-success:#25805e;--ds-success-soft:#eaf7f0;--ds-warning:#98641b;--ds-warning-soft:#fff8e9;--ds-danger:#e04454;--ds-purple:#8a6aca;--ds-purple-soft:#f3efff;--ds-shadow:0 8px 28px #1d2b4517;--text-muted:var(--ds-muted)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ds-bg:#0d1624;--ds-surface:#172335;--ds-surface-subtle:#1c2a3e;--ds-surface-hover:#21324b;--ds-text:#e3eaf5;--ds-muted:#a1aec3;--ds-subtle:#8999b0;--ds-primary:#91a9ff;--ds-primary-soft:#263a61;--ds-border:#2b3a50;--ds-success:#75d8b4;--ds-success-soft:#173c37;--ds-warning:#edc179;--ds-warning-soft:#3b3121;--ds-danger:#ff8892;--ds-purple:#c4a4f4;--ds-purple-soft:#362d4c;--ds-shadow:0 12px 32px #0005;color:var(--ds-text);background:var(--ds-bg)}[data-theme=dark] body,[data-theme=dark] .workspace,[data-theme=dark] .main-column{background:var(--ds-bg);color:var(--ds-text)}[data-theme=dark] .topbar,[data-theme=dark] .panel,[data-theme=dark] .management-summary,[data-theme=dark] .metric,[data-theme=dark] .login-panel,[data-theme=dark] .account-popover{background:var(--ds-surface);border-color:var(--ds-border)}[data-theme=dark] .account-popover{box-shadow:var(--ds-shadow)}[data-theme=dark] .account-dropdown .account-popover .ant-dropdown-menu .ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled){color:var(--ds-danger)}[data-theme=dark] .account-trigger:hover,[data-theme=dark] .account-trigger.is-open{background:var(--ds-surface-hover);border-color:var(--ds-border)}[data-theme=dark] .account-avatar{border-color:#3b5184;color:var(--ds-primary)!important;background:var(--ds-primary-soft)!important}[data-theme=dark] .account-details{background:var(--ds-surface-subtle);border-color:var(--ds-border)}[data-theme=dark] .page-heading h1,[data-theme=dark] .topbar .ant-breadcrumb [aria-current],[data-theme=dark] .account-identity-copy strong,[data-theme=dark] .result-count strong,[data-theme=dark] .count-cell strong,[data-theme=dark] .form-section-heading h3,[data-theme=dark] .guide-panel-heading h2,[data-theme=dark] .guide-reference h2,[data-theme=dark] .guide-steps h3,[data-theme=dark] .guide-definitions dt,[data-theme=dark] .data-management-empty strong{color:var(--ds-text)}[data-theme=dark] .page-heading p,[data-theme=dark] .sidebar-toggle,[data-theme=dark] .topbar .ant-breadcrumb,[data-theme=dark] .account-chevron,[data-theme=dark] .account-identity-copy>span,[data-theme=dark] .account-brand-caption,[data-theme=dark] .summary-item>div>span,[data-theme=dark] .result-count,[data-theme=dark] .toolbar-note,[data-theme=dark] .entity-cell .subline,[data-theme=dark] .count-cell>span,[data-theme=dark] .date-cell,[data-theme=dark] .date-cell small,[data-theme=dark] .drawer-heading p,[data-theme=dark] .form-section-heading p,[data-theme=dark] .management-drawer .ant-form-item-label>label,[data-theme=dark] .management-drawer .ant-form-item-extra,[data-theme=dark] .muted,[data-theme=dark] .subline,[data-theme=dark] .code-value,[data-theme=dark] .metric-top,[data-theme=dark] .metric>div:last-child,[data-theme=dark] .panel-heading p,[data-theme=dark] .chart-legend,[data-theme=dark] .chart-foot,[data-theme=dark] .source-host,[data-theme=dark] .inline-tip,[data-theme=dark] .resource-tree-tools .ant-btn:not(:disabled):not(.ant-btn-disabled),[data-theme=dark] .resource-tree-body .ant-tree-iconEle,[data-theme=dark] .resource-hidden,[data-theme=dark] .permission-binding dt,[data-theme=dark] .permission-picker-summary,[data-theme=dark] .permission-group-count,[data-theme=dark] .permission-picker-help,[data-theme=dark] .report-footnote,[data-theme=dark] .guide-panel-heading p,[data-theme=dark] .guide-steps p,[data-theme=dark] .guide-step-detail,[data-theme=dark] .guide-reference h2 .anticon,[data-theme=dark] .guide-reference p,[data-theme=dark] .guide-definitions code,[data-theme=dark] .guide-definitions dd,[data-theme=dark] .guide-reference .guide-note,[data-theme=dark] .guide-privacy,[data-theme=dark] .device-detail-section .ant-descriptions-item-label,[data-theme=dark] .data-management-empty p,[data-theme=dark] .login-form>p,[data-theme=dark] .login-panel footer,[data-theme=dark] .management-summary strong.restricted-value{color:var(--ds-muted)}[data-theme=dark] .topbar .ant-breadcrumb-separator,[data-theme=dark] .toolbar-filters .ant-input-prefix{color:var(--ds-subtle)}[data-theme=dark] .account-details,[data-theme=dark] .summary-item+.summary-item,[data-theme=dark] .summary-item:nth-child(n+3),[data-theme=dark] .management-toolbar,[data-theme=dark] .management-drawer .ant-drawer-header,[data-theme=dark] .management-drawer .ant-drawer-footer,[data-theme=dark] .form-section+.form-section,[data-theme=dark] .permission-group,[data-theme=dark] .permission-group-heading,[data-theme=dark] .chart-foot,[data-theme=dark] .permission-binding,[data-theme=dark] .role-editor>.form-section+.form-section,[data-theme=dark] .permission-kind-row+.permission-kind-row,[data-theme=dark] .guide-panel-heading,[data-theme=dark] .guide-steps li+li,[data-theme=dark] .guide-reference .guide-note{border-color:var(--ds-border)}[data-theme=dark] .inline-tip{border-color:#4e6693}[data-theme=dark] .management-drawer .ant-drawer-footer,[data-theme=dark] .permission-group-heading,[data-theme=dark] .form-note,[data-theme=dark] .permission-binding,[data-theme=dark] .node-directory-note{color:var(--ds-muted);background:var(--ds-surface-subtle);border-color:var(--ds-border)}[data-theme=dark] .summary-icon,[data-theme=dark] .metric-icon,[data-theme=dark] .entity-avatar,[data-theme=dark] .guide-step-number,[data-theme=dark] .kind-page{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#344c77}[data-theme=dark] .summary-icon.green,[data-theme=dark] .metric:nth-child(2) .metric-icon,[data-theme=dark] .kind-button{color:var(--ds-success);background:var(--ds-success-soft)}[data-theme=dark] .metric:nth-child(3) .metric-icon,[data-theme=dark] .kind-field{color:var(--ds-purple);background:var(--ds-purple-soft)}[data-theme=dark] .metric:nth-child(4) .metric-icon{color:var(--ds-warning);background:var(--ds-warning-soft)}[data-theme=dark] .summary-icon.neutral,[data-theme=dark] .resource-kind:not(.kind-page):not(.kind-button):not(.kind-field),[data-theme=dark] .guide-panel-heading>span,[data-theme=dark] .status-tag.ant-tag{color:var(--ds-muted);background:var(--ds-surface-hover)}[data-theme=dark] .status-tag.enabled{color:var(--ds-success);background:var(--ds-success-soft)}[data-theme=dark] .resource-tree-body .ant-tree-node-selected{color:var(--ds-primary);background:var(--ds-primary-soft)!important}[data-theme=dark] .permission-binding code,[data-theme=dark] .permission-picker-summary strong{color:var(--ds-primary)}[data-theme=dark] .guide-steps code{color:#bbcae4;background:var(--ds-surface-hover)}[data-theme=dark] .ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled){color:#a3b8ff}[data-theme=dark] .ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover{color:#c4d2ff}[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled),[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled){color:#ff9ba3}[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover,[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover{color:#ffc1c6}[data-theme=dark] .recharts-cartesian-grid line{stroke:var(--ds-border)}[data-theme=dark] .recharts-cartesian-axis-tick text{fill:var(--ds-muted)}[data-theme=dark] .recharts-cartesian-axis-line,[data-theme=dark] .recharts-cartesian-axis-tick-line{stroke:var(--ds-border)}[data-theme=dark] .recharts-default-tooltip{box-shadow:var(--ds-shadow);border-radius:8px;background-color:var(--ds-surface-subtle)!important;border-color:var(--ds-border)!important}[data-theme=dark] .recharts-tooltip-label{color:var(--ds-text)}[data-theme=dark] .recharts-tooltip-item{color:var(--ds-muted)!important}[data-theme=dark] .recharts-area-curve[stroke=\#315bef],[data-theme=dark] .recharts-area-curve[stroke=\#335cff]{stroke:var(--ds-primary)}
