.service-monitor-page,.monitor-stack{display:grid;min-width:0;gap:14px}.service-monitor-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.service-monitor-header h3{margin:0 0 3px;font-size:24px}.service-monitor-actions{justify-content:flex-end}.monitor-freshness{display:inline-flex;align-items:center;color:#ffffff8f;font-size:12px;gap:6px}.monitor-summary-rail{display:grid;grid-template-columns:minmax(190px,1.35fr) repeat(5,minmax(88px,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#ffffff06}.monitor-overall,.monitor-summary{min-height:82px;padding:15px 18px}.monitor-overall{display:flex;align-items:center;border-right:1px solid rgba(255,255,255,.08);gap:12px}.monitor-overall>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#52c41a;background:#52c41a21;font-size:20px}.monitor-overall>div,.monitor-summary{display:flex;flex-direction:column;justify-content:center;gap:3px}.monitor-overall small,.monitor-summary span{color:#ffffff80;font-size:12px}.monitor-overall strong{color:#73d13d;font-size:20px}.monitor-summary-rail.is-warning .monitor-overall>span{color:#faad14;background:#faad1421}.monitor-summary-rail.is-warning .monitor-overall strong{color:#ffc53d}.monitor-summary-rail.is-critical .monitor-overall>span{color:#ff4d4f;background:#ff4d4f21}.monitor-summary-rail.is-critical .monitor-overall strong{color:#ff7875}.monitor-summary-rail.is-unknown .monitor-overall>span{color:#aaa;background:#ffffff14}.monitor-summary-rail.is-unknown .monitor-overall strong{color:#bbb}.monitor-summary{position:relative}.monitor-summary:after{position:absolute;top:17px;right:0;bottom:17px;width:1px;background:#ffffff14;content:""}.monitor-summary:last-child:after{display:none}.monitor-summary strong{font-size:23px;font-weight:600}.monitor-summary.is-healthy strong{color:#73d13d}.monitor-summary.is-warning strong{color:#ffc53d}.monitor-summary.is-critical strong{color:#ff7875}.service-monitor-tabs>.ant-tabs-nav{margin:0 0 12px}.monitor-overview-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(280px,1fr);align-items:stretch;gap:14px}.monitor-panel{min-width:0;border-radius:8px}.monitor-panel .ant-card-head{min-height:48px;padding:0 16px}.monitor-panel .ant-card-body{padding:14px 16px}.monitor-health .ant-card-body,.monitor-errors .ant-card-body{padding:0}.monitor-health .ant-table-cell,.monitor-errors .ant-table-cell{vertical-align:middle}.monitor-service{display:flex;align-items:flex-start;gap:10px}.monitor-service>div,.monitor-error-summary,.monitor-time,.monitor-rule{display:flex;min-width:0;flex-direction:column;gap:2px}.monitor-service span,.monitor-rule span,.monitor-error-summary span,.monitor-time span{overflow:hidden;color:#ffffff7a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.monitor-status-dot{flex:0 0 auto;width:8px;height:8px;margin-top:6px;border-radius:50%;background:#8c8c8c;box-shadow:0 0 0 3px #8c8c8c1f}.monitor-status-dot.is-healthy{background:#52c41a;box-shadow:0 0 0 3px #52c41a1f}.monitor-status-dot.is-warning{background:#faad14;box-shadow:0 0 0 3px #faad141f}.monitor-status-dot.is-critical{background:#ff4d4f;box-shadow:0 0 0 3px #ff4d4f1f}.monitor-status-dot.is-maintenance{background:#1677ff;box-shadow:0 0 0 3px #1677ff1f}.monitor-inline-metrics{display:grid;grid-template-columns:repeat(3,minmax(72px,1fr));gap:14px}.monitor-inline-metrics>div{display:flex;min-width:0;flex-direction:column;gap:2px}.monitor-inline-metrics span{color:#ffffff73;font-size:11px}.monitor-inline-metrics strong{overflow:hidden;font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.monitor-inline-metrics strong.is-warning{color:#ffc53d}.monitor-inline-metrics strong.is-danger{color:#ff7875}.monitor-time strong{font-size:12px;font-weight:500}.monitor-attention .ant-card-body{min-height:344px;padding:0}.monitor-attention-list{max-height:430px;overflow-y:auto}.monitor-attention-item{padding:13px 16px;border-bottom:1px solid rgba(255,255,255,.07)}.monitor-attention-item:last-child{border-bottom:0}.monitor-attention-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.monitor-attention-heading span{color:#ffffff73;font-size:11px}.monitor-attention-item .ant-typography{margin:4px 0 2px;color:#ffffff94;font-size:12px}.monitor-attention-actions{display:flex;justify-content:flex-end}.monitor-attention-actions .ant-btn{padding-inline:5px}.monitor-trend-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.monitor-mini-trend{min-width:0;padding:12px 12px 4px;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:#ffffff05}.monitor-mini-heading{display:flex;align-items:flex-start;justify-content:space-between;min-height:48px;gap:8px}.monitor-mini-heading>div{display:flex;flex-direction:column;gap:2px}.monitor-mini-heading span{color:#ffffff80;font-size:11px}.monitor-mini-heading strong{font-size:19px;font-weight:600}.monitor-mini-heading small{margin-left:3px;color:#ffffff73;font-size:10px;font-weight:400}.monitor-http-performance .ant-card-body{padding:0}.monitor-http-performance .ant-alert{margin:14px 16px 0}.monitor-performance-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid rgba(255,255,255,.08)}.monitor-performance-summary{position:relative;display:flex;min-height:88px;padding:15px 18px;flex-direction:column;justify-content:center;gap:4px}.monitor-performance-summary:not(:last-child):after{position:absolute;top:17px;right:0;bottom:17px;width:1px;background:#ffffff14;content:""}.monitor-performance-summary>span{color:#ffffff80;font-size:12px}.monitor-performance-summary>strong{font-size:23px;font-weight:600}.monitor-performance-summary>strong small{margin-left:4px;color:#ffffff70;font-size:12px;font-weight:400}.monitor-performance-summary.is-warning>strong{color:#ff7875}.monitor-performance-section+.monitor-performance-section{border-top:1px solid rgba(255,255,255,.08)}.monitor-section-heading{display:flex;align-items:center;justify-content:space-between;padding:13px 16px 10px;gap:18px}.monitor-section-heading>div{display:flex;min-width:0;flex-direction:column;gap:2px}.monitor-section-heading span{color:#ffffff7a;font-size:11px}.monitor-performance-section .ant-table-cell{vertical-align:middle}.monitor-slow-request-title{display:flex;align-items:center;justify-content:space-between;padding:4px 0;gap:16px}.monitor-slow-request-title>strong{color:#ff7875;font-size:24px}.monitor-clickable{cursor:pointer}.monitor-clickable:hover .monitor-row-arrow{color:#69b1ff;transform:translate(2px)}.monitor-row-arrow{color:#ffffff4d;transition:color .16s ease,transform .16s ease}.monitor-error-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monitor-drawer-title h4{display:inline-block;margin:0 0 8px 6px;vertical-align:middle}.monitor-drawer-title .ant-typography{margin-bottom:0}.monitor-code{max-height:320px;overflow:auto;margin:12px 0 0;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:#080d17;color:#c7d2e0;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:pre-wrap;word-break:break-word}.monitor-settings-heading,.monitor-channel-summary{display:flex;align-items:center;justify-content:space-between;gap:16px}.monitor-settings-heading{margin-bottom:10px}.monitor-settings-heading>div,.monitor-channel-summary>div{display:flex;flex-direction:column;gap:3px}.monitor-settings-heading span{color:#ffffff80;font-size:12px}.monitor-channel .ant-typography{font-size:12px}.monitor-channel+.monitor-channel{margin-top:10px}.monitor-channel .ant-card-body{display:flex;flex-direction:column;gap:14px}.monitor-channel-config{display:grid;grid-template-columns:minmax(280px,1fr) auto;align-items:center;gap:8px 12px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.monitor-channel-config>.ant-typography{grid-column:1 / -1}.monitor-rule span{white-space:normal}.monitor-storage-panel .ant-card-body{padding:0}.monitor-storage-section{padding:18px 20px}.monitor-storage-section+.monitor-storage-section{border-top:1px solid rgba(255,255,255,.08)}.monitor-storage-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.monitor-storage-heading>div{display:flex;flex-direction:column;gap:2px}.monitor-storage-heading strong{font-size:15px}.monitor-storage-heading span{color:#ffffff75;font-size:11px}.monitor-storage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgba(255,255,255,.08);border-radius:7px}.monitor-storage-trends{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;gap:10px}.monitor-storage-diagnostics{margin-top:16px;border-top:1px solid rgba(255,255,255,.08)}.monitor-storage-diagnostics .monitor-section-heading{padding-inline:0}.monitor-storage-note,.monitor-storage-empty{margin-top:14px}.monitor-flat-metric{position:relative;display:flex;min-height:94px;padding:15px 18px;flex-direction:column;justify-content:center;gap:5px}.monitor-flat-metric:not(:nth-child(4n)):after{position:absolute;top:16px;right:0;bottom:16px;width:1px;background:#ffffff14;content:""}.monitor-flat-metric:nth-child(n+5){border-top:1px solid rgba(255,255,255,.08)}.monitor-flat-metric>span{color:#ffffff80;font-size:12px}.monitor-flat-metric>strong{font-size:23px;font-weight:600}.monitor-flat-metric>strong small{margin-left:4px;color:#ffffff70;font-size:12px;font-weight:400}.monitor-flat-metric.is-danger>strong{color:#ff7875}.monitor-flat-metric>i{display:block;overflow:hidden;width:100%;height:3px;border-radius:2px;background:#ffffff14}.monitor-flat-metric>i b{display:block;height:100%;border-radius:2px;background:#1677ff}.monitor-flat-metric.is-danger>i b{background:#ff4d4f}@media(max-width:1180px){.monitor-overview-grid{grid-template-columns:1fr}.monitor-attention .ant-card-body{min-height:auto}.monitor-trend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.service-monitor-header{align-items:flex-start;flex-direction:column}.service-monitor-actions{justify-content:flex-start}.monitor-summary-rail{grid-template-columns:repeat(3,1fr)}.monitor-overall{grid-column:span 3;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.monitor-storage-grid,.monitor-storage-trends{grid-template-columns:repeat(2,minmax(0,1fr))}.monitor-performance-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.monitor-performance-summary:nth-child(n+4){border-top:1px solid rgba(255,255,255,.08)}.monitor-flat-metric:after{display:none}.monitor-flat-metric:nth-child(odd):after{display:block}.monitor-flat-metric:nth-child(n+3){border-top:1px solid rgba(255,255,255,.08)}}@media(max-width:640px){.monitor-channel-config{grid-template-columns:1fr}.monitor-summary-rail{grid-template-columns:repeat(2,1fr)}.monitor-overall{grid-column:span 2}.monitor-trend-grid,.monitor-inline-metrics,.monitor-storage-grid,.monitor-storage-trends{grid-template-columns:1fr}.monitor-performance-rail{grid-template-columns:1fr 1fr}.monitor-performance-summary:nth-child(n+3){border-top:1px solid rgba(255,255,255,.08)}.monitor-flat-metric:nth-child(n+2){border-top:1px solid rgba(255,255,255,.08)}.monitor-flat-metric:after{display:none!important}}body{margin:0;background:#f5f7fb;overflow-x:hidden}.adjust-explorer-shell,.adjust-explorer-settings,.adjust-explorer-overview{min-width:0}.adjust-explorer-shell.page-stack{gap:10px}.adjust-explorer-query-panel>.ant-card-body{padding:14px 16px}.adjust-explorer-result-panel>.ant-card-body{padding:14px 16px}.adjust-explorer-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 8px;padding-bottom:6px;border-bottom:1px solid #f0f0f0}.adjust-explorer-section-heading:not(:first-child){margin-top:14px}.adjust-explorer-section-heading strong{font-size:14px;font-weight:600}.adjust-explorer-section-heading span{color:#8c8c8c;font-size:12px}.adjust-explorer-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:8px 10px}.adjust-explorer-grid-basic{grid-template-columns:repeat(4,minmax(160px,1fr))}.adjust-explorer-grid label,.adjust-explorer-field-grid label,.adjust-explorer-query-panel label{display:flex;min-width:0;flex-direction:column;gap:3px}.adjust-explorer-date-filter{display:flex;min-width:0;grid-column:span 2;flex-direction:column;gap:3px}.adjust-explorer-date-filter>span{color:#595959;font-size:12px;font-weight:500}.adjust-explorer-date-controls{display:grid;min-width:0;grid-template-columns:auto minmax(240px,1fr);gap:8px}.adjust-explorer-date-controls .ant-picker{width:100%}.adjust-explorer-template-option{display:flex;min-width:0;flex-direction:column;gap:2px}.adjust-explorer-template-option strong,.adjust-explorer-template-option small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adjust-explorer-template-option small{color:#8c8c8c;font-size:10px;font-weight:400}.adjust-explorer-grid label>span:first-child,.adjust-explorer-field-grid label>span:first-child,.adjust-explorer-query-panel label>span:first-child{color:#595959;font-size:12px;font-weight:500}.adjust-explorer-grid .ant-select,.adjust-explorer-grid .ant-input-number,.adjust-explorer-field-grid .ant-select{width:100%}.adjust-explorer-switch{align-items:flex-start}.adjust-explorer-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.adjust-explorer-field-grid .ant-select-selector{min-height:54px!important;max-height:76px;overflow-y:auto;align-content:flex-start}.adjust-explorer-option{display:flex;align-items:center;gap:7px;width:100%}.adjust-explorer-option code{margin-left:auto;color:#8c8c8c;font-size:11px}.adjust-explorer-bundles{display:flex;min-width:0;align-items:center;gap:8px;margin:0 0 8px}.adjust-explorer-bundles>span{flex:0 0 auto;color:#595959;font-size:12px;font-weight:500}.adjust-explorer-bundles>small{margin-left:auto;color:#8c8c8c;white-space:nowrap}.adjust-explorer-metric-notes{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:6px;color:#595959;font-size:11px}.adjust-explorer-metric-notes>span{display:inline-flex;min-width:0;align-items:center;gap:4px}.adjust-explorer-metric-notes .ant-tag{margin-inline-end:0}.adjust-explorer-metric-notes code{color:#8c8c8c;font-size:10px}.adjust-explorer-compatibility-alert{margin-top:6px;padding:5px 10px}.adjust-explorer-compatibility-alert .ant-alert-description{font-size:11px}.adjust-explorer-advanced-panel{height:auto;padding:12px 14px}.adjust-explorer-advanced-heading{min-height:38px;align-items:center}.adjust-explorer-advanced-title{display:flex;min-width:0;flex:1;align-items:center;gap:9px;padding:0;color:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.adjust-explorer-advanced-title>.anticon{flex:0 0 auto;color:#8c8c8c;font-size:10px;transition:transform .16s ease}.adjust-explorer-advanced-panel.is-expanded .adjust-explorer-advanced-title>.anticon{transform:rotate(90deg)}.adjust-explorer-advanced-title>span{display:flex;min-width:0;flex-direction:column;gap:2px;margin:0}.adjust-explorer-advanced-title strong{font-size:13px;font-weight:650}.adjust-explorer-advanced-title small{color:#8c8c8c;font-size:10px;font-weight:400}.adjust-explorer-template-select{display:flex;min-width:320px;flex:0 1 390px;flex-direction:row;align-items:center;justify-content:flex-end;gap:9px}.adjust-explorer-template-select>span{flex:0 0 auto;margin:0;color:#595959;font-size:11px;font-weight:600}.adjust-explorer-template-select .ant-select{min-width:250px;flex:1}.adjust-explorer-advanced-summary{display:flex;flex-direction:column;gap:5px;padding-top:9px;border-top:1px solid #e5e7eb}.adjust-explorer-advanced-summary p{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;margin:0;font-size:10px;line-height:1.65}.adjust-explorer-advanced-summary strong{color:#595959;font-weight:650}.adjust-explorer-advanced-summary span{min-width:0;color:#8c8c8c;overflow-wrap:anywhere}.adjust-explorer-advanced-content{padding-top:10px;border-top:1px solid #e5e7eb}.adjust-explorer-advanced-group+.adjust-explorer-advanced-group{margin-top:13px;padding-top:11px;border-top:1px solid #e5e7eb}.adjust-explorer-advanced-group-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.adjust-explorer-advanced-group-heading strong{color:#595959;font-size:11px;font-weight:650}.adjust-explorer-advanced-group-heading span{color:#8c8c8c;font-size:10px}.adjust-explorer-filter-caption{margin-top:10px;color:#595959;font-size:11px;font-weight:600}.adjust-explorer-filters{display:flex;flex-direction:column;gap:6px;margin-top:7px}.adjust-explorer-filter-row{display:grid;grid-template-columns:minmax(220px,1fr) 180px minmax(260px,2fr) 36px;gap:8px}.adjust-explorer-actions,.adjust-explorer-settings-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:10px;border-top:1px solid #f0f0f0;color:#8c8c8c;font-size:12px}.adjust-explorer-result-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.adjust-explorer-result-meta>div{display:flex;align-items:center;gap:10px}.adjust-explorer-result-meta code{color:#8c8c8c}.adjust-explorer-result-panel .ant-table-cell{font-variant-numeric:tabular-nums}.adjust-explorer-column-title{display:flex;flex-direction:column;gap:2px}.adjust-explorer-column-title code{color:#8c8c8c;font-size:10px;font-weight:400}.adjust-explorer-field-tooltip{display:flex;flex-direction:column;gap:4px;line-height:1.45}.adjust-explorer-field-tooltip strong{margin-bottom:2px}.adjust-explorer-null{color:#bfbfbf;font-size:12px}.adjust-explorer-settings-switches{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.adjust-explorer-settings-switches label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:14px;min-width:190px;padding:6px 0}.adjust-explorer-domain-policy-list{display:flex;flex-direction:column;gap:12px}.adjust-explorer-domain-policy{padding:16px;border:1px solid #f0f0f0;border-radius:6px}.adjust-explorer-domain-policy>header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.adjust-explorer-domain-policy>header>div:last-child{display:flex;flex-direction:column;gap:3px}.adjust-explorer-settings-loading{min-height:280px;display:grid;place-items:center;color:#8c8c8c}.adjust-explorer-capability-controls{display:flex;align-items:flex-end;gap:10px}.adjust-explorer-capability-controls label{display:flex;min-width:280px;flex-direction:column;gap:3px}.adjust-explorer-capability-controls label>span{color:#595959;font-size:12px;font-weight:500}.adjust-explorer-capability-status{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:10px;margin-top:12px}.adjust-explorer-capability-status>span{display:flex;min-width:0;flex-direction:column;gap:4px;color:#595959;font-size:12px;overflow-wrap:anywhere}.adjust-explorer-capability-status b{color:#8c8c8c;font-size:11px;font-weight:500}.adjust-explorer-capability-status .ant-tag{width:max-content;margin:0}.adjust-explorer-capability-error{margin-top:10px}.adjust-explorer-overview.page-stack{gap:10px}.adjust-explorer-overview-query>.ant-card-body,.adjust-explorer-overview-table>.ant-card-body,.adjust-explorer-overview-breakdown>.ant-card-body{padding:14px 16px}.adjust-explorer-overview-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px}.adjust-explorer-overview-grid label{display:flex;min-width:0;flex-direction:column;gap:3px}.adjust-explorer-overview-grid label>span{color:#595959;font-size:12px;font-weight:500}.adjust-explorer-overview-grid .ant-select{width:100%}.adjust-explorer-overview-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.adjust-explorer-overview-kpi>.ant-card-body{display:flex;min-height:92px;flex-direction:column;justify-content:space-between;gap:5px;padding:11px 13px}.adjust-explorer-overview-kpi header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;color:#595959;font-size:12px}.adjust-explorer-overview-kpi header small{overflow:hidden;color:#8c8c8c;font-size:10px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.adjust-explorer-overview-kpi>.ant-card-body>strong{overflow:hidden;color:#262626;font-size:clamp(19px,1.55vw,25px);font-variant-numeric:tabular-nums;font-weight:650;letter-spacing:-.02em;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}.adjust-explorer-overview-kpi footer{overflow:hidden;color:#8c8c8c;font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.adjust-explorer-overview-kpi footer b{color:#595959;font-weight:600}.adjust-explorer-overview-chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.adjust-explorer-overview-chart>.ant-card-body{min-height:268px;padding:6px 12px 8px}.adjust-explorer-overview-chart .ant-card-head-title>div{display:flex;min-width:0;align-items:baseline;gap:10px}.adjust-explorer-overview-chart .ant-card-head-title .ant-typography{overflow:hidden;font-size:12px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.adjust-explorer-overview-chart .ant-empty{min-height:250px;display:grid;place-content:center}.adjust-explorer-overview-table .ant-card-head-title>div{display:flex;align-items:baseline;gap:10px}.adjust-explorer-overview-table .ant-card-head-title .ant-typography{font-size:12px;font-weight:400}.adjust-explorer-overview-table .ant-table-cell,.adjust-explorer-overview-breakdown .ant-table-cell{font-variant-numeric:tabular-nums}.adjust-explorer-overview-maturity-legend{display:inline-flex;align-items:center;gap:6px;color:#8c8c8c;font-size:12px;font-weight:400}.adjust-explorer-overview-maturity-legend i{width:8px;height:8px;background:currentColor;border-radius:50%;opacity:.48}.adjust-explorer-overview-paired-cell{display:inline-flex;min-width:74px;flex-direction:column;align-items:flex-end;gap:1px;font-variant-numeric:tabular-nums;line-height:1.35}.adjust-explorer-overview-paired-cell strong{color:var(--adjust-text);font-size:12px;font-weight:650}.adjust-explorer-overview-paired-cell small{color:var(--adjust-muted);font-size:10px;font-weight:400}.adjust-explorer-overview-paired-cell.is-recovery strong{color:#7fe0ad}.adjust-explorer-overview-paired-cell.is-recovery small{opacity:.78}.adjust-explorer-overview-immature{color:#98a2b3;cursor:help;opacity:.5}.adjust-explorer-overview-immature .adjust-explorer-null{color:inherit}.adjust-explorer-overview-breakdown .ant-card-head-title button{display:flex;width:100%;align-items:center;gap:10px;padding:0;text-align:left;background:transparent;border:0;cursor:pointer}.adjust-explorer-overview-breakdown .ant-card-head-title button>span:last-child{display:flex;flex-direction:column;gap:2px}.adjust-explorer-overview-breakdown .ant-card-head-title small{color:#8c8c8c;font-size:11px;font-weight:400}@media(max-width:1100px){.adjust-explorer-grid,.adjust-explorer-grid-basic,.adjust-explorer-overview-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.adjust-explorer-overview-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.adjust-explorer-overview-chart-grid{grid-template-columns:1fr}}@media(max-width:720px){.adjust-explorer-grid,.adjust-explorer-grid-basic,.adjust-explorer-field-grid,.adjust-explorer-overview-grid{grid-template-columns:1fr}.adjust-explorer-date-filter{grid-column:auto}.adjust-explorer-date-controls{grid-template-columns:1fr}.adjust-explorer-advanced-heading{align-items:stretch;flex-direction:column}.adjust-explorer-template-select{width:100%;min-width:0;flex:none;justify-content:stretch}.adjust-explorer-template-select .ant-select{min-width:0}.adjust-explorer-advanced-summary p{grid-template-columns:1fr;gap:1px}.adjust-explorer-overview-kpis{grid-template-columns:1fr 1fr}.adjust-explorer-filter-row{grid-template-columns:1fr;padding:10px;border:1px solid #f0f0f0;border-radius:6px}.adjust-explorer-bundles{align-items:flex-start;flex-direction:column}.adjust-explorer-bundles>small{margin-left:0;white-space:normal}.adjust-explorer-actions,.adjust-explorer-settings-actions,.adjust-explorer-result-meta{align-items:flex-start;flex-direction:column}.adjust-explorer-capability-controls{align-items:stretch;flex-direction:column}.adjust-explorer-capability-controls label{min-width:0}.adjust-explorer-capability-status{grid-template-columns:1fr 1fr}}html,body,#root{min-height:100%}.brand-mark{display:grid;width:30px;height:30px;place-items:center;border-radius:6px;background:#f7931a;color:#111827;box-shadow:inset 0 -2px #11182729;font-weight:900}.brand-mark span{display:block;font-size:10px;line-height:1;letter-spacing:0}.mobile-brand-lockup{display:flex;align-items:center;gap:8px;min-width:0}.mobile-brand-name{display:block;max-width:154px;overflow:hidden;color:#ffffffeb;font-size:15px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.admin-shell,.admin-shell .ant-layout,.admin-shell .ant-pro-layout-container,.admin-shell .ant-pro-page-container,.admin-shell .ant-pro-page-container-children-container{min-width:0}.admin-shell .ant-pro-page-container-children-container{width:100%}.mobile-nav-trigger,.mobile-nav-backdrop{display:none}.admin-timezone-select{width:230px}.admin-timezone-select.is-compact{width:118px}.login-shell{display:grid;min-height:100vh;place-items:center;padding:24px;background:#eef3fb}.login-card{width:min(420px,100%);border:1px solid #e5eaf3;border-radius:8px;box-shadow:0 14px 38px #0f172a14}.login-title{margin:0!important}.menu-button{display:block;width:100%;padding:0;color:inherit;text-align:left;text-decoration:none;background:transparent;border:0;cursor:pointer}.menu-button:hover{color:inherit}.sidebar-nav{position:sticky;top:0;z-index:20;display:flex;flex-direction:column;gap:10px;align-self:flex-start;flex:0 0 188px;width:188px;min-width:188px;max-width:188px;height:calc(100vh - 56px);max-height:calc(100vh - 56px);padding:68px 12px 16px;background:linear-gradient(180deg,#171717,#101010 52%,#090909);overflow-y:auto;overflow-x:hidden;transition:width .2s ease,min-width .2s ease,max-width .2s ease,flex-basis .2s ease}.sidebar-nav.is-collapsed{flex-basis:64px;width:64px;min-width:64px;max-width:64px;padding-right:8px;padding-left:8px}.sidebar-collapse-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:32px;color:#ffffffb8;background:#ffffff0f;border:0;border-radius:6px;cursor:pointer}.sidebar-collapse-button:hover{color:#fff;background:#ffffff1f}.sidebar-nav-group{display:flex;flex-direction:column;gap:4px}.sidebar-nav-group-title{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 10px;color:#ffffff94;font-family:inherit;font-size:12px;font-weight:700;text-align:left;background:transparent;border:0;border-radius:6px;cursor:pointer;transition:color .16s ease,background .16s ease}.sidebar-nav-group-title:hover,.sidebar-nav-group-title:focus-visible{color:#ffffffeb;background:#ffffff0f;outline:none}.sidebar-nav-group-title .anticon,.sidebar-nav-item .anticon{flex:0 0 auto}.sidebar-nav-group-label,.sidebar-nav-item span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav-group-chevron{margin-left:auto;font-size:9px;opacity:.58;transition:transform .18s ease,opacity .18s ease}.sidebar-nav-group.is-group-collapsed .sidebar-nav-group-chevron{opacity:.82;transform:rotate(-90deg)}.sidebar-nav-children{display:flex;flex-direction:column;gap:2px}.sidebar-nav-children[hidden]{display:none}.sidebar-nav-item{position:relative;z-index:21;display:flex;align-items:center;width:100%;min-height:36px;padding:0 10px 0 28px;color:#ffffffbd;font:inherit;text-align:left;background:transparent;border:0;border-radius:6px;cursor:pointer;gap:8px;white-space:nowrap}.sidebar-nav-item:hover{color:#fff;background:#ffffff14}.sidebar-nav-item.is-active{color:#fff;background:#1677ff}.sidebar-nav.is-collapsed .sidebar-nav-group-title{justify-content:center;padding:0}.sidebar-nav.is-collapsed .sidebar-nav-group-label,.sidebar-nav.is-collapsed .sidebar-nav-group-chevron,.sidebar-nav.is-collapsed .sidebar-nav-item span:last-child{display:none}.sidebar-nav.is-collapsed .sidebar-nav-item{justify-content:center;padding:0}.page-stack{display:flex;flex-direction:column;gap:16px;min-width:0}.traffic-control-page .ant-pro-card-header{padding-block:14px}.traffic-control-page .ant-table-cell{vertical-align:top}.traffic-filter-value.ant-btn-link{height:auto;max-width:100%;padding:0;text-align:left;white-space:normal}.traffic-filter-value .ant-btn-icon{color:#8c8c8c;font-size:10px;opacity:0;transition:opacity .15s ease}.traffic-filter-value:hover .ant-btn-icon,.traffic-filter-value:focus-visible .ant-btn-icon{opacity:1}.traffic-technical-key{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.traffic-duration-presets{margin-top:-12px;margin-bottom:8px}.traffic-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:10px}.traffic-mode-grid .ant-radio-button-wrapper{height:auto;min-height:90px;padding:14px;border:1px solid #d9e1ec!important;border-radius:8px!important;line-height:1.45;white-space:normal}.traffic-mode-grid .ant-radio-button-wrapper:before{display:none}.traffic-mode-grid .ant-radio-button-wrapper-checked{background:#f0f7ff;border-color:#1677ff!important;box-shadow:0 0 0 2px #1677ff14}.traffic-mode-grid .ant-radio-button-wrapper-checked.is-enforce{color:#a8071a;background:#fff1f0;border-color:#ff4d4f!important;box-shadow:0 0 0 2px #ff4d4f14}.traffic-mode-title,.traffic-mode-description{display:block}.traffic-mode-title{margin-bottom:6px;font-weight:700}.traffic-mode-description{color:#667085;font-size:12px}.traffic-policy-preview{margin-top:8px;background:linear-gradient(135deg,#f7fbff,#fff 70%);border-color:#cfe2f7}.traffic-section-alert{margin-bottom:12px}.traffic-restriction-check{margin-bottom:8px}.traffic-restriction-check .ant-checkbox-wrapper{font-weight:650}.traffic-preview-sentence{margin-bottom:16px!important;color:#102a43;font-size:16px;font-weight:650;line-height:1.75}@media(max-width:768px){.traffic-mode-grid{grid-template-columns:1fr}}.production-config-loading{display:grid;min-height:360px;place-items:center}.responsive-pro-table,.responsive-pro-table .ant-pro-card,.responsive-pro-table .ant-pro-card-body,.responsive-pro-table .ant-table-wrapper,.responsive-pro-table .ant-table-container{min-width:0;max-width:100%}.responsive-pro-table .ant-pro-card-body,.responsive-pro-table .ant-table-wrapper{overflow:hidden}.responsive-pro-table .ant-table{max-width:100%}.responsive-pro-table .ant-table-content{overflow:auto hidden!important}.page-stack>.ant-pro-card{min-width:0}.withdrawal-batch-bar{overflow:hidden;border:1px solid rgba(22,119,255,.42);box-shadow:0 8px 24px #0f172a14}.withdrawal-batch-bar .ant-pro-card-body{padding:10px 14px;background:linear-gradient(90deg,rgba(22,119,255,.1),transparent 42%)}.withdrawal-batch-content{display:flex;gap:14px;align-items:center;min-height:32px}.withdrawal-batch-summary{display:flex;flex:0 0 auto;gap:12px;align-items:center;font-size:13px;white-space:nowrap}.withdrawal-batch-summary>span+span{padding-left:12px;border-left:1px solid rgba(127,127,127,.24)}.withdrawal-batch-kicker{color:#1677ff;font-weight:700}.withdrawal-batch-summary strong{font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:14px}.withdrawal-batch-amount strong{color:#d48806}.withdrawal-batch-hint{flex:1 1 auto;min-width:160px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.withdrawal-batch-actions{flex:0 0 auto}@media(max-width:768px){.withdrawal-batch-content{flex-wrap:wrap}.withdrawal-batch-summary{flex-wrap:wrap;gap:8px;white-space:normal}.withdrawal-batch-summary>span+span{padding-left:8px}.withdrawal-batch-hint{display:none}.withdrawal-batch-actions{flex:1 0 100%}}.withdrawal-batch-preview .ant-table-thead>tr>th{white-space:nowrap}.withdrawal-batch-preview .ant-table-cell{vertical-align:middle}.withdrawal-batch-reselection{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid rgba(22,119,255,.28);border-radius:8px;background:#1677ff0f}.withdrawal-batch-reselection>div:first-child{display:flex;flex-direction:column;gap:2px;min-width:0}@media(max-width:768px){.withdrawal-batch-reselection{align-items:flex-start;flex-direction:column}}.withdrawal-risk-summary{display:flex;gap:8px;align-items:flex-start;min-width:0}.withdrawal-risk-score{flex:0 0 auto;min-width:24px;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:14px;line-height:22px;text-align:right;cursor:help}.withdrawal-risk-tags{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:4px;min-width:0}.withdrawal-risk-tags .ant-tag{margin-inline-end:0;white-space:nowrap}.withdrawal-risk-summary.is-compact{gap:6px}.withdrawal-placement-summary{width:100%;min-width:0}.withdrawal-placement-summary>.ant-space-item,.withdrawal-placement-summary .ant-typography{max-width:100%}.assets-table-card,.assets-table-card .ant-pro-card-body,.assets-table-card .ant-pro-table,.assets-table-card .ant-pro-table .ant-pro-card,.assets-table-card .ant-table-wrapper{min-width:0;max-width:100%}.assets-table-card .ant-pro-card-body,.assets-table-card .ant-table-wrapper{overflow:hidden}.assets-table-card .ant-table-container{max-width:100%}.assets-table-card .ant-table-content{overflow:auto hidden!important}.table-cell-inline{max-width:100%}.table-cell-inline>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-context-alert{margin-bottom:12px}.form-context-alert{margin-bottom:16px}.compact-product-modal .ant-modal-body{max-height:min(68vh,620px);overflow-y:auto;padding-bottom:10px}.compact-product-form .ant-form-item{margin-bottom:12px}.compact-product-form .ant-form-item-label{padding-bottom:4px}.form-section-title{margin:2px 0 10px;color:#ffffffad;font-size:12px;font-weight:700}.form-section-title:not(:first-child){margin-top:4px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.dashboard-filter-card .ant-pro-card-body{padding-top:14px}.dashboard-snapshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.dashboard-snapshot-item{min-width:0;padding:12px;background:#ffffff09;border:1px solid rgba(255,255,255,.08);border-radius:6px}.dashboard-snapshot-item .ant-typography{display:flex;gap:6px;align-items:center;min-width:0;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.metric-value{margin-top:6px;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:20px;font-weight:700;line-height:1.25;color:#ffffffeb;overflow-wrap:anywhere}.mono,.mono *{font-family:Roboto Mono,SFMono-Regular,Consolas,monospace}.editable-cell{background:#1677ff14}.ant-table-tbody>tr:hover>td.editable-cell{background:#1677ff24!important}.editable-cell .ant-input,.editable-cell .ant-input-number,.editable-cell .ant-input-number-input{color:#ffffffeb;background:#101010}.editable-cell .ant-input,.editable-cell .ant-input-number{border-color:#ffffff29}.editable-cell .ant-input:hover,.editable-cell .ant-input:focus,.editable-cell .ant-input-number:hover,.editable-cell .ant-input-number-focused{border-color:#4096ff;box-shadow:none}.game-status-editor .status-editable-cell{background:#ffffff09!important}.game-status-editor .ant-table-tbody>tr:hover>td.status-editable-cell{background:#1677ff1f!important}.game-status-editor .status-editable-cell .ant-input,.game-status-editor .status-editable-cell .ant-input-number,.game-status-editor .status-editable-cell .ant-input-number-input{color:#ffffffeb;background:#101010}.game-status-editor .status-editable-cell .ant-input,.game-status-editor .status-editable-cell .ant-input-number{border-color:#ffffff29}.game-status-editor .status-editable-cell .ant-input:hover,.game-status-editor .status-editable-cell .ant-input:focus,.game-status-editor .status-editable-cell .ant-input-number:hover,.game-status-editor .status-editable-cell .ant-input-number-focused{border-color:#4096ff;box-shadow:none}.user-detail-drawer .ant-tabs-nav{margin-bottom:12px}.user-detail-drawer .ant-tabs-tab{padding-right:8px;padding-left:8px}.user-detail-tabs.ant-tabs-left>.ant-tabs-nav{flex:0 0 126px;max-width:126px;margin-right:16px}.user-detail-tabs.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab{justify-content:flex-start;min-height:34px;margin:0 0 4px;padding:6px 10px;font-size:13px;border-radius:6px}.user-detail-tabs.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab-active{background:#1677ff24}.user-detail-tabs.ant-tabs-left>.ant-tabs-content-holder{min-width:0;padding-left:0;border-left:1px solid rgba(255,255,255,.08)}.user-detail-tabs.ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content{padding-left:16px}.user-detail-summary .ant-pro-card-body{padding:14px 16px}.user-detail-title{margin:0!important}.user-summary-metrics .ant-col{display:flex}.user-summary-metrics .ant-pro-card{width:100%}.user-summary-metrics .ant-pro-card-body{display:flex;align-items:center;min-height:76px;padding:14px 16px}.user-summary-metrics .ant-statistic-content,.user-summary-metrics .ant-statistic-content-value{max-width:100%;overflow:hidden;font-size:22px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.asset-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.asset-balance-item{min-width:0;padding:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.08);border-left:3px solid #8c8c8c;border-radius:6px}.asset-balance-item.tone-btc{border-left-color:#1677ff}.asset-balance-item.tone-gold{border-left-color:#f7931a}.asset-balance-item.tone-risk{border-left-color:#ff4d4f}.asset-balance-value{margin-top:6px;overflow:hidden;color:#ffffffeb;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:18px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.detail-table .ant-table-cell{vertical-align:middle;white-space:nowrap}.detail-table .ant-table{min-width:100%}.detail-table-toolbar{display:flex;justify-content:flex-end}.cell-ellipsis{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.admin-shell .ant-layout-header,.admin-shell .ant-pro-global-header{display:none}.admin-shell .ant-pro-global-header-collapsed-button,.admin-shell .ant-pro-global-header-menu-button,.admin-shell .ant-pro-sider-collapsed-button,.admin-shell .ant-pro-layout-mix-sider-collapsed-button{display:none!important}.admin-shell .ant-pro-global-header-logo{min-width:0;gap:8px}.admin-shell .ant-pro-global-header-logo a{display:flex;align-items:center;min-width:0}.admin-shell .ant-pro-global-header-logo h1,.admin-shell .ant-pro-global-header-logo-title{display:block;max-width:0;overflow:hidden;color:#ffffffeb;font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admin-shell .ant-pro-global-header-right-content{gap:6px}.mobile-topbar{position:fixed;top:0;right:0;left:0;z-index:900;display:grid;grid-template-columns:34px minmax(0,1fr) 118px auto;gap:12px;align-items:center;height:56px;padding:0 12px;background:#181818;border-bottom:1px solid rgba(255,255,255,.14)}.mobile-nav-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;padding:0;color:#ffffffe0;background:#ffffff0f;border-color:#ffffff29;border-radius:6px;border-style:solid;border-width:1px;font-size:18px;line-height:1}.mobile-nav-slot{display:block;width:34px;height:34px}.mobile-brand-lockup{gap:10px;overflow:hidden}.mobile-brand-name{max-width:136px;font-size:15px}.mobile-user-entry{display:flex;gap:8px;align-items:center;min-width:0;padding:0;color:#ffffffad;background:transparent;border:0;font-size:16px;font-weight:700;line-height:1}.mobile-user-entry span:last-child{display:block;max-width:74px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-avatar{flex:0 0 auto;color:#1677ff;background:#e6f4ff;border:2px solid #8ec5ff}.admin-timezone-select.is-compact .ant-select-selector{color:#ffffffe0;background:#ffffff14;border-color:#ffffff2e}.admin-shell .ant-pro-global-header-right-content>.ant-tag,.admin-shell .ant-pro-global-header-right-content>button:not(.mobile-nav-trigger):not(:last-of-type){display:none}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:block;width:100vw;height:100vh;padding:0;background:#00000085;border:0}.sidebar-nav,.sidebar-nav.is-collapsed{position:fixed;top:0;left:0;z-index:1000;flex-basis:auto;width:min(82vw,280px);min-width:0;max-width:min(82vw,280px);height:100vh;max-height:100vh;padding:12px;background:linear-gradient(180deg,#171717,#101010 52%,#090909);box-shadow:16px 0 42px #0000005c;transform:translate(-105%);transition:transform .2s ease}.sidebar-nav .sidebar-collapse-button{display:none}.sidebar-nav.is-mobile-open{transform:translate(0)}.sidebar-nav.is-collapsed .sidebar-nav-group-title{justify-content:flex-start;padding:0 10px}.sidebar-nav.is-collapsed .sidebar-nav-group-label,.sidebar-nav.is-collapsed .sidebar-nav-group-chevron,.sidebar-nav.is-collapsed .sidebar-nav-item span:last-child{display:inline-flex}.sidebar-nav.is-collapsed .sidebar-nav-item{justify-content:flex-start;padding:0 10px 0 28px}.admin-shell .ant-pro-layout-content{margin:0;padding-top:56px}.admin-shell .ant-pro-page-container{padding-inline:0}.admin-shell .ant-pro-page-container-warp-page-header,.admin-shell .ant-pro-page-container-children-container{padding-inline:12px!important}.admin-shell .ant-page-header,.admin-shell .ant-pro-page-container-warp-page-header{padding-block:10px!important}.page-stack{gap:12px}.gold-map-actions{text-align:left}.gold-map-editor-grid{grid-template-columns:minmax(0,1fr)}.ant-pro-card .ant-pro-card-body,.ant-card .ant-card-body{padding:12px}.ant-pro-table-search{margin-bottom:12px}.ant-pro-table-search .ant-form{row-gap:8px}.ant-pro-table-search .ant-form-item{margin-bottom:8px}.ant-pro-table-search .ant-form-item-label{padding-bottom:4px}.ant-table-wrapper{max-width:100%}.ant-table-cell{white-space:nowrap}.ant-pagination{row-gap:8px}.user-detail-drawer-shell .ant-drawer-content-wrapper{width:100%!important}.user-detail-drawer-shell .ant-drawer-header{padding:12px 14px}.user-detail-drawer-shell .ant-drawer-body{padding:12px}.user-detail-tabs .ant-tabs-nav{max-width:100%}.user-detail-tabs.ant-tabs-top>.ant-tabs-nav{margin-bottom:12px}.user-detail-tabs.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap{overflow:auto hidden}.user-detail-tabs.ant-tabs-top>.ant-tabs-content-holder{min-width:0;border-left:0}.asset-balance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-balance-value,.metric-value{font-size:16px}.cell-ellipsis{max-width:180px}.ant-modal{max-width:calc(100vw - 24px);margin:12px auto}}@media(max-width:480px){.mobile-topbar{grid-template-columns:34px minmax(0,1fr) 96px auto;gap:8px;padding:0 10px}.mobile-brand-lockup{gap:8px}.mobile-brand-name{display:none}.admin-timezone-select.is-compact{width:96px}.mobile-user-entry{gap:6px}.mobile-user-entry span:last-child{max-width:56px}.login-shell{padding:14px}.dashboard-snapshot-grid,.asset-balance-grid{grid-template-columns:minmax(0,1fr)}.user-summary-metrics .ant-col{flex:0 0 100%!important;max-width:100%!important}}.inspector-panel .ant-pro-card-body{min-height:520px}.full{width:100%}.success-text{color:#73d13d}.danger-text{color:#ff7875}.diff-panel{padding:12px;margin-top:16px;background:#ffffff09;border:1px solid rgba(255,255,255,.08);border-radius:6px}.gold-map-page .ant-tabs-nav{margin-bottom:12px}.gold-map-page-header{padding-inline:2px}.gold-map-page-header .ant-typography{margin-bottom:0}.gold-map-actions{text-align:right}.gold-map-risk .ant-pro-card-body{padding-block:10px}.gold-map-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:16px;align-items:start}.gold-map-editor-grid>.ant-pro-card{min-width:0}.gold-map-page .inspector-panel .ant-pro-card-body{min-height:auto}.gold-map-page .ant-pro-table .ant-table-tbody>tr{cursor:pointer}.gold-map-page .ant-pro-table .ant-table-tbody>tr:hover>td{background:#1677ff1f!important}@media(max-width:768px){.gold-map-actions{text-align:left}.gold-map-editor-grid{grid-template-columns:minmax(0,1fr)!important}}.json-panel{max-height:460px;padding:12px;overflow:auto;background:#0f172a;border-radius:6px;color:#dbeafe}.inline-json{max-height:120px;margin:0;overflow:auto;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.5;color:#334155}.rtdn-json-panel{max-height:360px;min-height:220px;padding:14px 16px;background:#0b1220;border:1px solid rgba(96,165,250,.22);border-radius:6px;color:#e5f0ff;font-size:13px;line-height:1.65;text-shadow:none;white-space:pre;box-shadow:inset 0 0 0 1px #0f172acc}.rtdn-json-panel::-webkit-scrollbar{width:10px;height:10px}.operations-dashboard{--ops-panel: rgba(255, 255, 255, .028);--ops-line: rgba(255, 255, 255, .085);--ops-muted: rgba(255, 255, 255, .5)}.ops-hero{position:relative;display:flex;gap:28px;align-items:flex-end;justify-content:space-between;min-height:166px;padding:28px 30px;overflow:hidden;background:linear-gradient(110deg,rgba(247,147,26,.12),transparent 34%),linear-gradient(135deg,#141414,#0b1119 58%,#101820);border:1px solid rgba(247,147,26,.2);border-radius:8px;box-shadow:0 18px 44px #00000029}.ops-hero:after{position:absolute;top:-70px;right:16%;width:280px;height:280px;content:"";background:repeating-radial-gradient(circle,rgba(255,255,255,.04) 0 1px,transparent 1px 12px);opacity:.55;transform:rotate(-8deg)}.ops-hero-copy,.ops-hero-actions{position:relative;z-index:1}.ops-eyebrow{display:flex;gap:8px;align-items:center;margin-bottom:10px;color:#ffffff7a;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.14em}.ops-live-dot{width:7px;height:7px;background:#66d9a6;border-radius:50%;box-shadow:0 0 0 4px #66d9a61a,0 0 14px #66d9a6ad}.ops-hero h2.ant-typography{margin:0 0 8px;font-size:clamp(28px,3vw,42px);font-weight:800;letter-spacing:-.04em}.ops-hero .ant-typography.ant-typography-secondary,.ops-hero p.ant-typography{max-width:670px;margin:0;color:#ffffff8f;line-height:1.7}.ops-hero-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;min-width:330px}.ops-hero-actions .ant-segmented{padding:3px;background:#ffffff12}.ops-freshness{flex:0 0 100%;color:#ffffff61;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:11px;text-align:right}.ops-summary-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;background:#111;border:1px solid var(--ops-line);border-radius:8px}.ops-summary-rail>div{position:relative;min-width:0;padding:17px 20px}.ops-summary-rail>div+div:before{position:absolute;top:15px;bottom:15px;left:0;width:1px;content:"";background:var(--ops-line)}.ops-summary-rail span,.ops-summary-rail strong{display:block}.ops-summary-rail span{margin-bottom:5px;color:var(--ops-muted);font-size:11px}.ops-summary-rail strong{overflow:hidden;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.ops-attention{display:grid;grid-template-columns:210px minmax(0,1fr);gap:18px;align-items:stretch;padding:14px 16px;border:1px solid var(--ops-line);border-radius:8px}.ops-attention-clear{background:linear-gradient(90deg,#66d9a614,#ffffff05);border-color:#66d9a633}.ops-attention-active{background:linear-gradient(90deg,#ffad6617,#ffffff05);border-color:#ffad663d}.ops-attention-loading{background:linear-gradient(90deg,#66a6ff14,#ffffff05);border-color:#66a6ff38}.ops-attention-unavailable{background:linear-gradient(90deg,#ff7a7a14,#ffffff05);border-color:#ff7a7a38}.ops-attention-heading{display:flex;gap:10px;align-items:center;color:#f6c76a}.ops-attention-clear .ops-attention-heading{color:#66d9a6}.ops-attention-loading .ops-attention-heading{color:#66a6ff}.ops-attention-unavailable .ops-attention-heading{color:#ff7a7a}.ops-attention-heading>.anticon{font-size:18px}.ops-attention-heading strong,.ops-attention-heading span{display:block}.ops-attention-heading strong{color:#ffffffe6;font-size:12px}.ops-attention-heading span{margin-top:2px;color:var(--ops-muted);font-size:10px}.ops-attention-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ops-attention-item{display:flex;gap:8px;align-items:flex-start;min-width:0;padding:9px 10px;background:#0000001f;border:1px solid rgba(255,255,255,.06);border-radius:5px}.ops-attention-item strong,.ops-attention-item span{display:block}.ops-attention-item strong{font-size:11px}.ops-attention-item span{margin-top:2px;color:var(--ops-muted);font-size:10px;line-height:1.45}.ops-attention-baseline{align-self:center;color:#ffffff57;font-size:10px}.ops-module{position:relative;overflow:hidden;border:1px solid var(--ops-line);border-radius:8px}.ops-module:before{position:absolute;top:0;bottom:0;left:0;width:3px;content:""}.ops-module-user:before{background:#66a6ff}.ops-module-recharge:before{background:#66d9a6}.ops-module-withdrawal:before{background:#ffad66}.ops-module-ad:before{background:#63d8e8}.ops-module-asset:before{background:#f6c76a}.ops-module>.ant-pro-card-header{padding:20px 22px 12px;border-bottom:0}.ops-module>.ant-pro-card-body{padding:10px 22px 22px}.ops-section-title{display:flex;gap:12px;align-items:center}.ops-section-title-copy{flex:1;min-width:0}.ops-section-title-heading{display:flex;gap:8px;align-items:center}.ops-section-status{margin-inline-end:0;font-size:10px}.ops-section-updated{display:block;margin-top:3px;color:#ffffff4d;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:10px}.ops-section-index{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:11px;border:1px solid;border-radius:50%}.ops-section-title h4.ant-typography{margin:0;font-size:17px;font-weight:750}.ops-section-title .ant-typography-secondary{display:block;margin-top:2px;color:#ffffff6b;font-size:12px}.ops-metric-grid{display:grid;gap:10px}.ops-metric-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.ops-metric-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.ops-metric{position:relative;min-width:0;min-height:108px;padding:14px 15px;overflow:hidden;background:var(--ops-panel);border:1px solid var(--ops-line);border-radius:6px;transition:background .18s ease,border-color .18s ease,transform .18s ease}.ops-metric:hover{background:#ffffff0b;border-color:#ffffff24;transform:translateY(-1px)}.ops-metric-positive{border-top-color:#66d9a67a}.ops-metric-warning{border-top-color:#ffad6699}.ops-metric-danger{border-top-color:#ff787599}.ops-metric-label{display:flex;gap:7px;align-items:center;overflow:hidden;color:var(--ops-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ops-metric-value{margin-top:9px;overflow:hidden;color:#fffffff0;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:clamp(18px,1.6vw,23px);font-weight:700;letter-spacing:-.035em;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.ops-metric-note{margin-top:7px;overflow:hidden;color:#ffffff57;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.ops-comparison{display:inline-flex;gap:5px;align-items:center;width:fit-content;margin-top:7px;padding:2px 6px;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:9px;border:1px solid currentcolor;border-radius:999px}.ops-comparison small{color:#ffffff61;font-family:inherit;font-size:8px}.ops-comparison-up{color:#66d9a6;background:#66d9a60f}.ops-comparison-down{color:#ff7875;background:#ff78750f}.ops-comparison-neutral{color:#ffffff7a;background:#ffffff06}.ops-chart-row,.ops-chart-wide,.ops-source-panel{margin-top:16px}.ops-chart-panel{height:100%;min-width:0;padding:15px 16px 4px;background:#00000021;border:1px solid var(--ops-line);border-radius:6px}.ops-chart-heading{display:flex;gap:12px;align-items:center;justify-content:space-between;min-height:25px}.ops-chart-heading>span{color:#ffffffc2;font-size:12px;font-weight:700}.ops-chart-comparisons{display:flex;gap:6px;align-items:center}.ops-chart-comparisons .ops-comparison{margin-top:0}.ops-composition-panel,.ops-funnel-panel,.ops-table-panel{padding-bottom:14px}.ops-composition-legend{display:flex;gap:16px;justify-content:center;color:var(--ops-muted);font-size:11px}.ops-composition-legend span{display:flex;gap:6px;align-items:center}.ops-composition-legend i{width:7px;height:7px;border-radius:50%}.ops-ranking-list{display:flex;flex-direction:column;gap:16px;margin-top:19px}.ops-ranking-item>div:first-child{display:flex;gap:12px;align-items:baseline;justify-content:space-between;margin-bottom:5px}.ops-ranking-item strong{font-size:12px}.ops-ranking-item span{color:var(--ops-muted);font-size:10px}.ops-empty{display:grid;min-height:130px;place-items:center;color:#ffffff4d;font-size:12px}.ops-funnel-panel{display:flex;flex-direction:column;gap:20px}.ops-funnel-step{display:grid;grid-template-columns:28px minmax(84px,auto) 1fr;gap:11px;align-items:center}.ops-funnel-step>span{color:#ffffff40;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:10px}.ops-funnel-step strong,.ops-funnel-step small{display:block}.ops-funnel-step strong{font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:17px}.ops-funnel-step small{margin-top:2px;color:var(--ops-muted);font-size:10px}.ops-balance-strip{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:10px}.ops-balance{position:relative;min-width:0;padding:17px;overflow:hidden;background:linear-gradient(145deg,#f6c76a14,#ffffff05);border:1px solid rgba(246,199,106,.18);border-radius:6px}.ops-balance:after{position:absolute;right:-24px;bottom:-38px;width:94px;height:94px;content:"";border:1px solid rgba(246,199,106,.12);border-radius:50%}.ops-balance span,.ops-balance strong,.ops-balance small{display:block}.ops-balance span{color:#f6c76a;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:10px;letter-spacing:.12em}.ops-balance strong{margin-top:8px;overflow:hidden;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.ops-balance small{margin-top:5px;color:var(--ops-muted);font-size:10px}.ops-asset-resources{margin-top:10px}.ops-asset-resources .ops-metric{min-height:94px}.ops-asset-section-heading{display:flex;gap:18px;align-items:center;justify-content:space-between;margin:2px 0 10px}.ops-asset-section-spaced{margin-top:24px}.ops-asset-section-heading>div:first-child{display:flex;gap:11px;align-items:center;min-width:0}.ops-asset-section-heading>div:first-child>span{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;color:#f6c76a;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:9px;border:1px solid rgba(246,199,106,.32);border-radius:3px}.ops-asset-section-heading strong,.ops-asset-section-heading small{display:block}.ops-asset-section-heading strong{color:#ffffffd9;font-size:13px}.ops-asset-section-heading small{margin-top:2px;color:var(--ops-muted);font-size:10px;line-height:1.45}.ops-asset-distribution-panel,.ops-source-analysis-panel{padding:4px 10px 10px}.ops-asset-distribution-panel .ant-table-wrapper,.ops-source-analysis-panel .ant-table-wrapper{margin-top:0}.ops-asset-name,.ops-resource-name,.ops-source-name,.ops-table-value{min-width:0}.ops-asset-name{display:flex;gap:7px;align-items:center}.ops-asset-name small,.ops-resource-name small,.ops-source-name small,.ops-table-value small{display:block;margin-top:2px;overflow:hidden;color:var(--ops-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.ops-resource-name strong,.ops-source-name strong,.ops-table-value strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ops-asset-health-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}.ops-asset-health-card{min-width:0;padding:12px;background:linear-gradient(150deg,rgba(246,199,106,.055),transparent 48%),#0000001f;border:1px solid rgba(246,199,106,.13);border-radius:6px}.ops-asset-health-title{display:flex;gap:8px;align-items:center;justify-content:space-between}.ops-asset-health-title strong{color:#f6c76a;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:11px;letter-spacing:.05em}.ops-asset-health-title .ant-tag{max-width:96px;margin-inline-end:0;overflow:hidden;font-size:9px;text-overflow:ellipsis}.ops-asset-health-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 8px;margin-top:13px}.ops-asset-health-stats span,.ops-asset-health-stats b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-asset-health-stats span{color:var(--ops-muted);font-size:9px}.ops-asset-health-stats b{margin-top:3px;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:11px}.ops-risk-value{color:#ffad66;font-weight:700}.ops-source-analysis-panel .ant-pagination{margin:12px 6px 2px}.analytics-page{--analytics-accent: #66a6ff;--analytics-panel: rgba(255, 255, 255, .03);--analytics-line: rgba(255, 255, 255, .085);--analytics-muted: rgba(255, 255, 255, .48)}.analytics-ad-frequency{--analytics-accent: #63d8e8}.analytics-ad-placement{--analytics-accent: #f6c76a}.analytics-withdrawal{--analytics-accent: #ffad66}.analytics-revenue{--analytics-accent: #66d9a6}.analytics-assets{--analytics-accent: #f6c76a}.analytics-page-header{position:relative;display:flex;gap:32px;align-items:flex-end;justify-content:space-between;min-height:154px;padding:26px 28px;overflow:hidden;background:linear-gradient(105deg,color-mix(in srgb,var(--analytics-accent) 14%,transparent),transparent 42%),linear-gradient(145deg,#141414,#0b1119 68%,#111923);border:1px solid color-mix(in srgb,var(--analytics-accent) 26%,transparent);border-radius:8px}.analytics-page-header:after{position:absolute;top:-82px;right:19%;width:260px;height:260px;content:"";border:1px solid color-mix(in srgb,var(--analytics-accent) 14%,transparent);border-radius:50%;box-shadow:0 0 0 36px color-mix(in srgb,var(--analytics-accent) 2%,transparent),0 0 0 72px color-mix(in srgb,var(--analytics-accent) 2%,transparent)}.analytics-page-header>*{position:relative;z-index:1}.analytics-page-header h2.ant-typography{margin:4px 0 8px;font-size:clamp(28px,3vw,40px);font-weight:800;letter-spacing:-.04em}.analytics-page-header p.ant-typography{max-width:760px;margin:0;color:#ffffff8f;line-height:1.7}.analytics-eyebrow{display:flex;gap:8px;align-items:center;color:var(--analytics-muted);font-family:Roboto Mono,SFMono-Regular,monospace;font-size:10px;font-weight:700;letter-spacing:.14em}.analytics-eyebrow span{width:22px;height:2px;background:var(--analytics-accent);box-shadow:0 0 12px var(--analytics-accent)}.analytics-header-meta{display:flex;flex:0 0 auto;flex-direction:column;gap:8px;align-items:flex-end;color:var(--analytics-muted);font-size:11px}.analytics-header-meta a{color:var(--analytics-accent)}.analytics-filter-bar{padding:15px 16px;background:#0a0e14d6;border:1px solid var(--analytics-line);border-radius:8px;box-shadow:0 12px 34px #0000001f}.analytics-filter-primary,.analytics-filter-dimensions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.analytics-filter-primary{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.analytics-filter-dimensions{padding-top:12px}.analytics-filter-title{display:flex;gap:7px;align-items:center;min-width:132px;color:#ffffffc2;font-size:12px;font-weight:700}.analytics-filter-title .ant-tag{margin-left:auto;font-family:Roboto Mono,monospace;font-size:9px}.analytics-filter-dimensions>.ant-select{min-width:168px}.analytics-filter-dimensions>.ant-select-multiple{min-width:min(360px,100%)}.analytics-filter-actions{margin-left:auto}.analytics-stat{position:relative;min-height:116px;padding:17px 18px;overflow:hidden;background:var(--analytics-panel);border:1px solid var(--analytics-line);border-radius:7px}.analytics-stat:after{position:absolute;right:-30px;bottom:-50px;width:110px;height:110px;content:"";border:1px solid rgba(255,255,255,.05);border-radius:50%}.analytics-stat.is-accent{background:linear-gradient(145deg,color-mix(in srgb,var(--analytics-accent) 11%,transparent),#ffffff05);border-color:color-mix(in srgb,var(--analytics-accent) 28%,transparent)}.analytics-stat .ant-statistic-title{color:var(--analytics-muted);font-size:11px}.analytics-stat .ant-statistic-content{font-family:Roboto Mono,SFMono-Regular,monospace;font-size:25px}.analytics-stat small{display:block;margin-top:8px;color:#ffffff57;font-size:10px}.analytics-definition{background:#66a6ff0d;border-color:#66a6ff2e}.analytics-panel{height:100%;min-width:0;padding:16px;background:#00000021;border:1px solid var(--analytics-line);border-radius:7px}.analytics-panel-heading{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;min-height:42px}.analytics-panel-heading strong,.analytics-panel-heading span{display:block}.analytics-panel-heading strong{color:#ffffffd6;font-size:13px}.analytics-panel-heading span{margin-top:3px;color:var(--analytics-muted);font-size:10px}.analytics-chart-empty{display:flex;min-height:330px;flex-direction:column;align-items:center;justify-content:center}.analytics-table-panel{padding:4px 10px 10px}.analytics-table-panel .analytics-panel-heading{padding:12px 6px 4px}.analytics-table-panel .ant-table{background:transparent}.retention-matrix-panel .ant-table-cell{padding:4px 3px!important}.retention-matrix-panel .ant-table-thead .ant-table-cell{color:#ffffff8f;font-family:Roboto Mono,monospace;font-size:9px;text-align:center}.retention-cell{min-width:0;padding:5px 4px;text-align:center;border:1px solid rgba(255,255,255,.05);border-radius:3px}.retention-cell strong,.retention-cell small{display:block}.retention-cell strong{font-family:Roboto Mono,monospace;font-size:10px}.retention-cell small{margin-top:1px;color:#ffffff7a;font-size:8px}.retention-cell.is-unavailable{color:#ffffff38;background:#ffffff04;border-style:dashed}.retention-cell.is-unavailable small{color:#fff3}.placement-name strong,.placement-name small{display:block}.placement-name small{margin-top:2px;color:var(--analytics-muted);font-size:9px}.analytics-risk{color:#ff7875;font-weight:700}.analytics-section-block{display:grid;gap:14px}.analytics-section-heading{display:flex;gap:12px;align-items:center;padding:2px 2px 0}.analytics-section-heading>span{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;color:var(--analytics-accent);font-family:Roboto Mono,monospace;font-size:10px;border:1px solid color-mix(in srgb,var(--analytics-accent) 35%,transparent);border-radius:50%}.analytics-section-heading strong,.analytics-section-heading small{display:block}.analytics-section-heading strong{color:#ffffffdb;font-size:15px}.analytics-section-heading small{margin-top:3px;color:var(--analytics-muted);font-size:10px}.analytics-insight-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;background:#00000021;border:1px solid var(--analytics-line);border-radius:7px}.analytics-insight-strip>div{min-height:94px;padding:16px 18px}.analytics-insight-strip>div+div{border-left:1px solid var(--analytics-line)}.analytics-insight-strip span,.analytics-insight-strip strong,.analytics-insight-strip small{display:block}.analytics-insight-strip>div>span{color:var(--analytics-muted);font-size:10px}.analytics-insight-strip>div>strong{margin-top:7px;font-family:Roboto Mono,monospace;font-size:19px}.analytics-insight-strip>div>small{margin-top:5px;color:#ffffff57;font-size:9px}.analytics-comparison{display:inline-flex!important;gap:4px;align-items:center;margin-top:8px;font-family:Roboto Mono,monospace;font-size:10px}.analytics-comparison small{display:inline!important;margin:0 0 0 3px!important;font-family:inherit}.analytics-comparison.is-up{color:#66d9a6}.analytics-comparison.is-down{color:#ff7875}.analytics-comparison.is-flat{color:var(--analytics-muted)}.analytics-ranking-list{min-height:294px}.revenue-share-cell strong,.revenue-share-cell small{display:block}.revenue-share-cell small{margin-top:3px;color:var(--analytics-muted);font-size:9px}.revenue-share-cell .ant-progress{min-width:110px;margin-top:4px}.economy-advice strong,.economy-advice small{display:block}.economy-advice strong{color:#ffad66;font-size:10px}.economy-advice small{margin-top:4px;color:var(--analytics-muted);font-size:9px;line-height:1.45;white-space:normal}.economy-action-queue{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.economy-action-queue>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0;padding:12px 14px;background:#ffad6609;border:1px solid rgba(255,173,102,.14);border-radius:6px}.economy-action-queue>div>span{color:#f6c76a85;font-family:Roboto Mono,monospace;font-size:10px}.economy-action-queue strong,.economy-action-queue small{display:block}.economy-action-queue strong{font-size:11px}.economy-action-queue small{margin-top:3px;color:var(--analytics-muted);font-size:9px;line-height:1.45}.ops-analysis-launchpad{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ops-analysis-link{position:relative;min-height:118px;padding:17px 18px;overflow:hidden;color:inherit;background:#ffffff07;border:1px solid var(--ops-line);border-radius:7px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.ops-analysis-link:hover{color:inherit;background:#ffffff0b;border-color:#63d8e852;transform:translateY(-2px)}.ops-analysis-link span,.ops-analysis-link strong,.ops-analysis-link small{display:block}.ops-analysis-link span{color:#63d8e8;font-family:Roboto Mono,monospace;font-size:9px;letter-spacing:.12em}.ops-analysis-link strong{margin-top:12px;font-size:15px}.ops-analysis-link small{max-width:310px;margin-top:5px;color:var(--ops-muted);font-size:10px;line-height:1.5}@media(max-width:900px){.analytics-page-header{align-items:flex-start;min-height:auto}.analytics-header-meta{display:none}.analytics-filter-actions{width:100%;margin-left:0;justify-content:flex-end}.ops-analysis-launchpad{grid-template-columns:1fr}.analytics-insight-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-insight-strip>div+div{border-left:0}.analytics-insight-strip>div:nth-child(2n){border-left:1px solid var(--analytics-line)}.analytics-insight-strip>div:nth-child(n+3){border-top:1px solid var(--analytics-line)}.economy-action-queue{grid-template-columns:1fr}}@media(max-width:600px){.analytics-page-header{padding:20px}.analytics-filter-primary>.ant-segmented,.analytics-filter-primary>.ant-picker,.analytics-filter-dimensions>.ant-select{width:100%;min-width:0}.analytics-filter-title{width:100%}.analytics-stat{min-height:106px;padding:14px}.analytics-stat .ant-statistic-content{font-size:20px}.analytics-insight-strip{grid-template-columns:1fr}.analytics-insight-strip>div:nth-child(2n){border-left:0}.analytics-insight-strip>div+div{border-top:1px solid var(--analytics-line)}}.ops-flow-in{color:#66d9a6}.ops-flow-out{color:#ff7875}.ops-table-panel .ant-table-wrapper{margin-top:8px}.ops-table-panel .ant-table,.ops-table-panel .ant-table-container,.ops-table-panel .ant-table-thead>tr>th,.ops-table-panel .ant-table-tbody>tr>td{background:transparent!important}.ops-source-panel{padding-bottom:16px}.ops-source-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.ops-source-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:center;min-width:0;padding:10px;background:#ffffff06;border:1px solid rgba(255,255,255,.065);border-radius:5px}.ops-source-rank{color:#ffffff38;font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:10px}.ops-source-item>div{min-width:0}.ops-source-item strong,.ops-source-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-source-item strong{font-size:11px}.ops-source-item small{margin-top:3px;color:var(--ops-muted);font-size:9px}.ops-source-item>b{font-family:Roboto Mono,SFMono-Regular,Consolas,monospace;font-size:11px}@media(max-width:1280px){.ops-metric-grid-6,.ops-metric-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}.ops-source-grid,.ops-asset-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.ops-hero{align-items:flex-start;flex-direction:column;min-height:0;padding:22px 18px}.ops-hero-actions{justify-content:flex-start;min-width:0;width:100%}.ops-freshness{text-align:left}.ops-attention,.ops-attention-list{grid-template-columns:minmax(0,1fr)}.ops-summary-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-summary-rail>div+div:before{display:none}.ops-summary-rail>div{border-bottom:1px solid var(--ops-line)}.ops-asset-section-heading{align-items:flex-start}.ops-asset-section-heading>.ant-tag{display:none}.ops-asset-health-grid{grid-template-columns:minmax(0,1fr)}.ops-metric-grid-6,.ops-metric-grid-5,.ops-balance-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-source-grid{grid-template-columns:minmax(0,1fr)}.ops-module>.ant-pro-card-header{padding:16px 14px 8px}.ops-module>.ant-pro-card-body{padding:8px 14px 16px}}@media(max-width:480px){.ops-hero-actions .ant-segmented{width:100%}.ops-hero-actions .ant-segmented-group{display:grid;grid-template-columns:repeat(4,1fr)}.ops-summary-rail,.ops-metric-grid-6,.ops-metric-grid-5,.ops-balance-strip{grid-template-columns:minmax(0,1fr)}.ops-metric{min-height:94px}.ops-section-title{align-items:flex-start}.ops-section-title .ant-typography-secondary{white-space:normal}}.rtdn-json-panel::-webkit-scrollbar-thumb{background:#94a3b8bf;border:2px solid #0b1220;border-radius:999px}.rtdn-json-panel::-webkit-scrollbar-track{background:#0f172ae6}.resource-mini-table,.resource-form-table{width:100%;border-collapse:collapse;table-layout:fixed}.resource-mini-table td,.resource-form-table th,.resource-form-table td{padding:6px 8px;border:1px solid rgba(148,163,184,.28);vertical-align:middle}.resource-mini-table td:first-child,.resource-form-table th{color:#cbd5e1;background:#94a3b814;font-weight:600}.resource-mini-table td{font-size:12px;line-height:1.4}.resource-form-table th{font-size:12px;text-align:left}.resource-form-table .ant-input-number,.resource-form-table .ant-input{min-width:0}.form-grid{display:grid;gap:12px 16px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:720px){.form-grid.two{grid-template-columns:1fr}}.ops-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;width:100%;padding:12px;background:#fff;border:1px solid #eef0f4;border-radius:6px}.diff-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eef0f4}.placeholder-panel{padding:32px;background:#fff;border:1px solid #eef0f4;border-radius:8px}.adjust-page{--adjust-bg: #071014;--adjust-panel: rgba(10, 23, 28, .92);--adjust-panel-soft: rgba(16, 33, 39, .72);--adjust-line: rgba(147, 188, 197, .14);--adjust-muted: rgba(198, 220, 225, .5);--adjust-cyan: #55d6be;--adjust-blue: #66a6ff;--adjust-gold: #ffcf5a;position:relative;display:flex;flex-direction:column;gap:14px;min-width:0;padding:14px;overflow:hidden;color:#e6f1f3;background:radial-gradient(circle at 86% 2%,rgba(85,214,190,.1),transparent 30%),linear-gradient(rgba(124,170,180,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(124,170,180,.035) 1px,transparent 1px),var(--adjust-bg);background-size:auto,28px 28px,28px 28px,auto;border:1px solid rgba(77,122,132,.24);border-radius:10px;box-shadow:0 18px 50px #030c1033}.adjust-page:before{position:absolute;top:0;left:0;width:190px;height:2px;content:"";background:linear-gradient(90deg,var(--adjust-cyan),transparent);box-shadow:0 0 18px #55d6be6b}.adjust-hero{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:22px;align-items:end;min-height:146px;padding:25px 27px;overflow:hidden;background:linear-gradient(118deg,#10272dfa,#071014f0 62%,#0f2326e6);border:1px solid rgba(116,169,180,.2);border-radius:7px}.adjust-hero:after{position:absolute;top:-115px;right:10%;width:310px;height:310px;content:"";border:1px solid rgba(85,214,190,.13);border-radius:50%;box-shadow:0 0 0 42px #55d6be06,0 0 0 84px #55d6be05}.adjust-hero>*{position:relative;z-index:1}.adjust-hero-code{color:#55d6be8f;font-family:SFMono-Regular,Consolas,monospace;font-size:42px;font-weight:800;letter-spacing:-.08em}.adjust-kicker{display:flex;gap:8px;align-items:center;color:#9dcdd5a3;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:700;letter-spacing:.14em}.adjust-kicker i{width:26px;height:2px;background:var(--adjust-cyan);box-shadow:0 0 10px var(--adjust-cyan)}.adjust-hero h2{margin:6px 0 7px;color:#f0f8f9;font-size:clamp(27px,3vw,40px);font-weight:800;letter-spacing:-.045em}.adjust-hero p{max-width:730px;margin:0;color:#cde2e68f;font-size:12px;line-height:1.7}.adjust-hero-aside{display:flex;flex-direction:column;gap:5px;align-items:flex-end;min-width:170px;color:var(--adjust-muted);font-family:SFMono-Regular,Consolas,monospace;font-size:9px;letter-spacing:.1em}.adjust-hero-aside strong{color:var(--adjust-gold);font-size:12px;letter-spacing:0}.adjust-filter-bar,.adjust-status-strip,.adjust-panel,.adjust-definition,.adjust-metric{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.adjust-filter-bar{padding:12px 14px;background:#060f13eb;border:1px solid var(--adjust-line);border-radius:7px}.adjust-filter-primary{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.adjust-filter-label{display:flex;gap:7px;align-items:center;min-width:142px;color:#e2eff1c2;font-size:11px;font-weight:700}.adjust-filter-label .ant-tag{margin-left:auto;font-family:SFMono-Regular,Consolas,monospace;font-size:9px}.adjust-filter-primary>.ant-select{min-width:160px}.adjust-filter-primary>.adjust-app-select{min-width:240px}.adjust-app-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.adjust-app-event-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:4px 0 14px;padding:12px 14px;background:linear-gradient(90deg,#1677ff14,#1677ff06);border:1px solid rgba(22,119,255,.2);border-radius:7px}.adjust-app-event-toolbar>div{display:flex;flex-direction:column;gap:2px;min-width:0}.adjust-app-event-toolbar .ant-typography-secondary{font-size:12px}.adjust-filter-compare{padding:0 5px;color:var(--adjust-muted);font-size:10px}.adjust-filter-dimensions{display:grid;grid-template-columns:120px repeat(4,minmax(135px,1fr)) auto;gap:8px;margin-top:11px;padding-top:11px;border-top:1px solid var(--adjust-line)}.adjust-filter-bar .ant-input,.adjust-filter-bar .ant-select-selector,.adjust-filter-bar .ant-picker,.adjust-filter-bar .ant-segmented{background:#ffffff0b!important;border-color:#92b8c12e!important}.adjust-filter-bar .ant-input,.adjust-filter-bar .ant-picker input,.adjust-filter-bar .ant-select-selection-item{color:#ebf5f7d1!important}.adjust-status-strip{display:flex;gap:0;align-items:stretch;min-height:62px;overflow:hidden;background:#0c1b20db;border:1px solid var(--adjust-line);border-radius:7px}.adjust-status-strip>div:not(.adjust-status-actions){display:grid;grid-template-columns:18px auto;grid-template-rows:1fr 1fr;min-width:144px;padding:10px 14px;border-right:1px solid var(--adjust-line)}.adjust-status-strip>div>.anticon{grid-row:1 / 3;align-self:center;color:var(--adjust-cyan)}.adjust-status-strip>div>span{color:#b8d2d76b;font-size:9px;letter-spacing:.06em;text-transform:uppercase}.adjust-status-strip>div>strong{color:#e5f1f3cc;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:600}.adjust-status-strip.is-stale{border-color:#ffcf5a52}.adjust-status-strip.is-stale>div>.anticon{color:var(--adjust-gold)}.adjust-status-actions{margin-left:auto;padding:10px 12px}.adjust-definition{background:#55d6be0b;border-color:#55d6be29}.adjust-definition .ant-alert-message{color:#e5f1f3d1}.adjust-definition .ant-alert-description{color:var(--adjust-muted);font-size:11px}.adjust-loading{display:flex;gap:12px;align-items:center;justify-content:center;min-height:280px;color:var(--adjust-muted)}.adjust-empty{display:flex;min-height:260px;flex-direction:column;align-items:center;justify-content:center}.adjust-page .ant-empty-description,.adjust-page .ant-result-subtitle{color:var(--adjust-muted)}.adjust-page .ant-result-title{color:#e6f1f3}.adjust-table-empty-explanation{display:flex;min-height:92px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:18px}.adjust-table-empty-explanation strong{color:#e5f1f3c7;font-size:12px}.adjust-table-empty-explanation span{max-width:620px;color:var(--adjust-muted);font-size:10px;line-height:1.65;text-align:center}.adjust-metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.adjust-metric-grid-8{grid-template-columns:repeat(8,minmax(0,1fr))}.adjust-metric-grid-7{grid-template-columns:repeat(7,minmax(0,1fr))}.adjust-metric-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.adjust-metric-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.adjust-metric-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.adjust-metric{position:relative;min-height:108px;padding:15px 16px;overflow:hidden;background:linear-gradient(145deg,var(--adjust-panel-soft),rgba(8,19,23,.86));border:1px solid var(--adjust-line);border-radius:6px}.adjust-metric:after{position:absolute;right:-32px;bottom:-55px;width:110px;height:110px;content:"";border:1px solid rgba(145,190,198,.06);border-radius:50%}.adjust-metric.is-accent{background:linear-gradient(145deg,#37777f47,#081317e6);border-color:#55d6be45}.adjust-metric.is-positive{background:linear-gradient(145deg,#2c675342,#081317e6);border-color:#55d6be47}.adjust-metric.is-warning{border-color:#ffcf5a4d}.adjust-metric .ant-statistic-title{color:var(--adjust-muted);font-size:10px;letter-spacing:.025em}.adjust-metric .ant-statistic-content{color:#eef7f8;font-family:SFMono-Regular,Consolas,monospace;font-size:22px;letter-spacing:-.04em}.adjust-metric .ant-statistic-content-prefix{color:var(--adjust-cyan);font-size:14px}.adjust-metric small{display:block;margin-top:8px;color:#bcd3d866;font-size:9px;line-height:1.45}.adjust-comparison-strip{display:flex;flex-wrap:wrap;gap:0;align-items:stretch;min-height:42px;overflow:hidden;background:#071216b8;border:1px solid var(--adjust-line);border-radius:6px}.adjust-comparison-strip>*{display:flex;gap:9px;align-items:center;padding:9px 13px;border-right:1px solid var(--adjust-line)}.adjust-comparison-title{color:#c4dadf70;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;letter-spacing:.06em}.adjust-comparison-strip div span{color:var(--adjust-muted);font-size:9px}.adjust-comparison-strip div strong{color:#e5f1f3b3;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.adjust-comparison-strip div strong.is-positive{color:var(--adjust-cyan)}.adjust-comparison-strip div strong.is-negative{color:#ff8f88}.adjust-panel{height:100%;min-width:0;padding:15px;background:#071216c7;border:1px solid var(--adjust-line);border-radius:7px}.adjust-panel-heading{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;min-height:42px}.adjust-panel-heading strong,.adjust-panel-heading span{display:block}.adjust-panel-heading strong{color:#edf6f7db;font-size:12px}.adjust-panel-heading span{margin-top:4px;color:var(--adjust-muted);font-size:9px}.adjust-table-panel{padding:5px 10px 10px}.adjust-table-panel .adjust-panel-heading{padding:11px 6px 5px}.adjust-table-actions{flex:0 0 auto;align-items:center}.adjust-table-actions .ant-tag{margin-inline-end:0}.adjust-csv-export.ant-btn{height:27px;padding-inline:9px;color:var(--adjust-text-secondary);font-size:11px;background:#ffffff06;border-color:var(--adjust-line)}.adjust-csv-export.ant-btn:not(:disabled):hover{color:var(--adjust-cyan);background:#55d6be12;border-color:#55d6be66}.adjust-table-panel .ant-table,.adjust-table-panel .ant-table-container,.adjust-table-panel .ant-table-thead>tr>th,.adjust-table-panel .ant-table-tbody>tr>td{background:transparent!important}.adjust-table-panel .ant-table-thead>tr>th{color:#cddfe380;font-family:SFMono-Regular,Consolas,monospace;font-size:9px}.adjust-table-panel .ant-table-tbody>tr>td{color:#e5f1f3c7;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;border-color:#91b7bf14}.adjust-table-panel .ant-table-tbody>tr:hover>td{background:#55d6be0d!important}.adjust-dimension strong,.adjust-dimension small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adjust-dimension strong{color:#edf6f7e0;font-family:inherit;font-size:10px}.adjust-dimension small{margin-top:3px;color:#b3cdd25c;font-size:8px}.adjust-drill-row{cursor:pointer}.adjust-drill-heading{display:grid;grid-template-columns:minmax(180px,max-content) minmax(0,1fr);align-items:center;column-gap:18px}.adjust-drill-tools{display:flex;width:100%;min-width:0;gap:10px;align-items:center;justify-content:flex-end}.adjust-drill-nav{display:flex;min-width:0;min-height:44px;flex:0 1 auto;gap:9px;align-items:center;justify-content:flex-end;padding:2px 0;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--adjust-line-strong) transparent;scrollbar-width:thin}.adjust-drill-nav-caption{display:grid;grid-template-columns:auto auto;column-gap:6px;align-items:center;flex:0 0 auto;padding-right:9px;border-right:1px solid var(--adjust-line)}.adjust-drill-nav-caption>.anticon{grid-row:1 / span 2;color:var(--adjust-primary);font-size:13px}.adjust-drill-nav-caption span,.adjust-drill-nav-caption small{margin:0;white-space:nowrap}.adjust-drill-nav-caption span{color:var(--adjust-text);font-size:11px;font-weight:650}.adjust-drill-nav-caption small{color:var(--adjust-muted);font-size:9px}.adjust-drill-track,.adjust-drill-segment{display:flex;flex:0 0 auto;gap:5px;align-items:center;min-width:max-content}.adjust-drill-node.ant-btn{display:flex;width:auto;height:42px;max-width:none;flex:0 0 auto;flex-direction:column;align-items:flex-start;justify-content:center;padding:6px 10px;color:var(--adjust-primary);background:var(--adjust-primary-soft);border-color:#1677ff52;box-shadow:none}.adjust-drill-node.ant-btn small,.adjust-drill-node.ant-btn strong{display:block;max-width:100%;margin:0;overflow:hidden;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.adjust-drill-node.ant-btn small{color:var(--adjust-muted);font-size:8px;font-weight:500}.adjust-drill-node.ant-btn strong{width:auto;max-width:none;color:var(--adjust-primary);font-size:10px;font-weight:650}.adjust-drill-node.ant-btn:not(:disabled):hover{color:#fff;background:var(--adjust-primary);border-color:var(--adjust-primary);transform:translateY(-1px)}.adjust-drill-node.ant-btn:not(:disabled):hover small,.adjust-drill-node.ant-btn:not(:disabled):hover strong{color:#fff}.adjust-drill-separator{flex:0 0 auto;color:var(--adjust-muted);font-size:9px}.adjust-immature{display:inline-block;padding:4px 7px;color:#c0d3d857;font-size:9px;border:1px dashed rgba(160,190,196,.16);border-radius:3px}.adjust-retention-cell{position:relative;min-width:105px;padding:6px 8px;overflow:hidden;background:linear-gradient(90deg,rgba(85,214,190,calc(.08 + var(--retention) * .32)),#55d6be05);border:1px solid rgba(85,214,190,calc(.08 + var(--retention) * .2));border-radius:4px}.adjust-retention-cell strong,.adjust-retention-cell small{display:block}.adjust-retention-cell strong{color:#dff6f1;font-size:10px}.adjust-retention-cell small{margin-top:2px;color:var(--adjust-muted);font-size:8px}@media(max-width:1320px){.adjust-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.adjust-metric-grid-8,.adjust-metric-grid-7{grid-template-columns:repeat(4,minmax(0,1fr))}.adjust-metric-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}.adjust-metric-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.adjust-metric-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.adjust-filter-dimensions{grid-template-columns:repeat(3,minmax(150px,1fr))}.adjust-status-strip{flex-wrap:wrap}.adjust-status-actions{width:100%;border-top:1px solid var(--adjust-line)}}@media(max-width:760px){.adjust-page{padding:8px}.adjust-hero{grid-template-columns:52px minmax(0,1fr);min-height:0;padding:20px 17px}.adjust-hero-code{font-size:28px}.adjust-hero-aside{grid-column:1 / -1;align-items:flex-start;min-width:0}.adjust-filter-label,.adjust-filter-primary>.ant-picker,.adjust-filter-primary>.ant-select,.adjust-filter-primary>.ant-segmented{width:100%;min-width:0}.adjust-app-event-grid{grid-template-columns:1fr}.adjust-app-event-toolbar{align-items:stretch;flex-direction:column}.adjust-app-event-toolbar>.ant-space{justify-content:space-between}.adjust-filter-label .ant-tag{margin-left:0}.adjust-filter-dimensions{grid-template-columns:1fr}.adjust-status-strip>div:not(.adjust-status-actions){flex:1 1 50%;min-width:0}.adjust-status-actions{flex-wrap:wrap;margin:0}.adjust-metric-grid,.adjust-metric-grid-8,.adjust-metric-grid-7,.adjust-metric-grid-5,.adjust-metric-grid-4,.adjust-metric-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.adjust-metric{min-height:98px;padding:13px}.adjust-metric .ant-statistic-content{font-size:18px}.adjust-drill-heading{grid-template-columns:minmax(0,1fr);align-items:start;row-gap:8px}.adjust-drill-tools{align-items:stretch;flex-direction:column}.adjust-drill-nav{width:100%}.adjust-drill-tools>.adjust-table-actions{align-self:flex-end}}@media(max-width:430px){.adjust-hero{grid-template-columns:1fr}.adjust-hero-code{display:none}.adjust-metric-grid,.adjust-metric-grid-8,.adjust-metric-grid-7,.adjust-metric-grid-5,.adjust-metric-grid-4,.adjust-metric-grid-3{grid-template-columns:1fr}.adjust-status-strip>div:not(.adjust-status-actions){flex-basis:100%}}.adjust-page{--adjust-bg: #f5f7fb;--adjust-surface: #ffffff;--adjust-surface-soft: #f8fafc;--adjust-surface-hover: #f3f7fc;--adjust-surface-stripe: #fafbfc;--adjust-line: #e5eaf2;--adjust-line-strong: #d4dce8;--adjust-text: #101828;--adjust-text-secondary: #475467;--adjust-muted: #667085;--adjust-primary: #1677ff;--adjust-primary-soft: #eaf3ff;--adjust-success: #169b62;--adjust-warning: #d97706;--adjust-danger: #d92d20;--adjust-shadow: 0 1px 2px rgba(16, 24, 40, .04);color-scheme:light;color:var(--adjust-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--adjust-bg);background-image:none;border-color:var(--adjust-line);box-shadow:none}.adjust-page:before{display:none}.adjust-hero{min-height:146px;background:var(--adjust-surface);border-color:var(--adjust-line);border-radius:8px;box-shadow:var(--adjust-shadow)}.adjust-hero:after{display:none}.adjust-hero-code{color:#98a2b3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:36px;letter-spacing:-.06em}.adjust-kicker{color:var(--adjust-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;letter-spacing:.1em}.adjust-kicker i{background:var(--adjust-primary);box-shadow:none}.adjust-hero h2{margin-top:8px;color:var(--adjust-text);font-size:clamp(24px,2.4vw,32px);font-weight:700;letter-spacing:-.025em}.adjust-hero p{color:var(--adjust-muted);font-size:13px;line-height:1.65}.adjust-hero-aside{color:var(--adjust-muted);font-family:inherit;font-size:11px;letter-spacing:.04em}.adjust-hero-aside strong{color:var(--adjust-text-secondary);font-size:13px;font-variant-numeric:tabular-nums}.adjust-filter-bar,.adjust-status-strip,.adjust-panel,.adjust-definition,.adjust-metric{-webkit-backdrop-filter:none;backdrop-filter:none}.adjust-filter-bar{background:var(--adjust-surface);border-color:var(--adjust-line);border-radius:8px;box-shadow:var(--adjust-shadow)}.adjust-filter-label{color:var(--adjust-text-secondary);font-size:13px}.adjust-filter-label .ant-tag{font-family:inherit;font-size:11px}.adjust-filter-compare{color:var(--adjust-muted);font-size:12px}.adjust-filter-bar .ant-input,.adjust-filter-bar .ant-select-selector,.adjust-filter-bar .ant-picker,.adjust-filter-bar .ant-segmented{color:var(--adjust-text)!important;background:var(--adjust-surface)!important;border-color:var(--adjust-line-strong)!important}.adjust-filter-bar .ant-input,.adjust-filter-bar .ant-picker input,.adjust-filter-bar .ant-select-selection-item{color:var(--adjust-text)!important;font-size:13px}.adjust-filter-bar .ant-input::placeholder,.adjust-filter-bar .ant-picker input::placeholder,.adjust-filter-bar .ant-select-selection-placeholder{color:#98a2b3!important}.adjust-filter-bar .ant-segmented-item-selected{color:var(--adjust-primary);background:var(--adjust-primary-soft)!important;box-shadow:none}.adjust-status-strip{background:var(--adjust-surface);border-color:var(--adjust-line);border-radius:8px;box-shadow:var(--adjust-shadow)}.adjust-status-strip>div:not(.adjust-status-actions){border-color:var(--adjust-line)}.adjust-status-strip>div>.anticon{color:var(--adjust-primary)}.adjust-status-strip>div>span{color:var(--adjust-muted);font-size:10px;letter-spacing:.03em}.adjust-status-strip>div>strong{color:var(--adjust-text-secondary);font-family:inherit;font-size:12px;font-variant-numeric:tabular-nums}.adjust-status-actions .ant-btn-text{color:var(--adjust-muted)}.adjust-definition{background:#f0f7ff;border-color:#cfe4ff}.adjust-definition .ant-alert-message{color:var(--adjust-text-secondary);font-size:13px}.adjust-definition .ant-alert-description,.adjust-page .ant-empty-description,.adjust-page .ant-result-subtitle,.adjust-loading{color:var(--adjust-muted);font-size:12px}.adjust-page .ant-result-title{color:var(--adjust-text)}.adjust-metric{background:var(--adjust-surface);border-color:var(--adjust-line);border-radius:8px;box-shadow:var(--adjust-shadow)}.adjust-metric:after{display:none}.adjust-metric.is-accent{background:linear-gradient(180deg,var(--adjust-surface),#f4f8ff);border-color:#bfd7fb}.adjust-metric.is-positive{background:linear-gradient(180deg,var(--adjust-surface),#f1fbf6);border-color:#b7e4cd}.adjust-metric.is-warning{border-color:#f3d49c}.adjust-metric .ant-statistic-title{color:var(--adjust-muted);font-size:12px;letter-spacing:0}.adjust-metric .ant-statistic-content{color:var(--adjust-text);font-family:inherit;font-size:24px;font-weight:650;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.adjust-metric .ant-statistic-content-prefix{color:var(--adjust-primary);font-size:15px}.adjust-metric small{color:var(--adjust-muted);font-size:11px}.adjust-comparison-strip{background:var(--adjust-surface);border-color:var(--adjust-line);border-radius:8px;box-shadow:var(--adjust-shadow)}.adjust-comparison-strip>*{border-color:var(--adjust-line)}.adjust-comparison-title,.adjust-comparison-strip div span{color:var(--adjust-muted);font-family:inherit;font-size:11px;letter-spacing:0}.adjust-comparison-strip div strong{color:var(--adjust-text-secondary);font-family:inherit;font-size:12px;font-variant-numeric:tabular-nums}.adjust-comparison-strip div strong.is-positive{color:var(--adjust-success)}.adjust-comparison-strip div strong.is-negative{color:var(--adjust-danger)}.adjust-panel{background:var(--adjust-surface);border-color:var(--adjust-line);border-radius:8px;box-shadow:var(--adjust-shadow)}.adjust-panel-heading strong{color:var(--adjust-text);font-size:14px;font-weight:650}.adjust-panel-heading span{color:var(--adjust-muted);font-size:11px}.adjust-table-panel{padding:5px 10px 10px;overflow:hidden}.adjust-table-panel .ant-table,.adjust-table-panel .ant-table-container{color:var(--adjust-text);background:var(--adjust-surface)!important}.adjust-table-panel .ant-table-container{border-block-start:1px solid var(--adjust-line);border-inline-start:1px solid var(--adjust-line);border-radius:6px 6px 0 0}.adjust-table-panel .ant-table-thead>tr>th{min-height:48px;padding:12px 14px!important;color:#344054;font-family:inherit;font-size:13px;font-weight:650;line-height:1.35;background:var(--adjust-surface-soft)!important;border-color:var(--adjust-line)!important;border-inline-end:1px solid var(--adjust-line)!important;white-space:nowrap}.adjust-table-panel .ant-table-tbody>tr>td{min-height:48px;padding:13px 14px!important;color:var(--adjust-text);font-family:inherit;font-size:13px;line-height:1.45;background:var(--adjust-surface)!important;border-color:var(--adjust-line)!important;border-inline-end:1px solid var(--adjust-line)!important;font-variant-numeric:tabular-nums}.adjust-table-panel .ant-table-tbody>tr:nth-child(2n)>td,.adjust-table-panel .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-left,.adjust-table-panel .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-right{background:var(--adjust-surface-stripe)!important}.adjust-table-panel .ant-table-tbody>tr:hover>td,.adjust-table-panel .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.adjust-table-panel .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right{background:var(--adjust-surface-hover)!important}.adjust-table-panel .ant-table-thead>tr>th.ant-table-column-sort,.adjust-table-panel .ant-table-tbody>tr>td.ant-table-column-sort{background:var(--adjust-primary-soft)!important}.adjust-table-panel .ant-table-column-sorter{color:#b2bac7}.adjust-table-panel .ant-table-column-sorter-up.active,.adjust-table-panel .ant-table-column-sorter-down.active{color:var(--adjust-primary)}.adjust-table-panel .ant-table-column-has-sorters:hover{background:#eef4fc!important}.adjust-table-panel .ant-pagination{color:var(--adjust-muted);font-size:12px}.adjust-table-panel .ant-table-body,.adjust-table-panel .ant-table-content{scrollbar-color:#c5cedb transparent;scrollbar-width:thin}.adjust-dimension strong{color:var(--adjust-text);font-size:13px;font-weight:600}.adjust-dimension small{color:var(--adjust-muted);font-size:11px}.adjust-drill-heading .ant-breadcrumb{color:var(--adjust-muted)}.adjust-drill-heading .ant-btn-link{color:var(--adjust-primary);font-size:12px}.adjust-immature{color:var(--adjust-muted);font-size:11px;background:var(--adjust-surface-soft);border-color:var(--adjust-line-strong)}.adjust-retention-cell{background:linear-gradient(90deg,rgba(22,119,255,calc(.05 + var(--retention) * .16)),#1677ff06);border-color:rgba(22,119,255,calc(.12 + var(--retention) * .2));border-radius:5px}.adjust-retention-cell strong{color:var(--adjust-text);font-size:12px;font-variant-numeric:tabular-nums}.adjust-retention-cell small{color:var(--adjust-muted);font-size:10px}html[data-theme=dark] .adjust-page,body[data-theme=dark] .adjust-page,.dark .adjust-page,.ant-app-dark .adjust-page{--adjust-bg: #111318;--adjust-surface: #191c22;--adjust-surface-soft: #20242c;--adjust-surface-hover: #252b35;--adjust-surface-stripe: #1d2128;--adjust-line: #303641;--adjust-line-strong: #414957;--adjust-text: #f0f2f5;--adjust-text-secondary: #d0d5dd;--adjust-muted: #98a2b3;--adjust-primary: #69a8ff;--adjust-primary-soft: #1d3350;--adjust-success: #5fd19a;--adjust-warning: #f6bd60;--adjust-danger: #ff8b86;--adjust-shadow: 0 1px 2px rgba(0, 0, 0, .22);color-scheme:dark}html[data-theme=dark] .adjust-definition,body[data-theme=dark] .adjust-definition,.dark .adjust-definition,.ant-app-dark .adjust-definition{background:#17263a;border-color:#294667}html[data-theme=dark] .adjust-metric.is-accent,html[data-theme=dark] .adjust-metric.is-positive,body[data-theme=dark] .adjust-metric.is-accent,body[data-theme=dark] .adjust-metric.is-positive,.dark .adjust-metric.is-accent,.dark .adjust-metric.is-positive,.ant-app-dark .adjust-metric.is-accent,.ant-app-dark .adjust-metric.is-positive{background:var(--adjust-surface)}html[data-theme=dark] .adjust-table-panel .ant-table-thead>tr>th,body[data-theme=dark] .adjust-table-panel .ant-table-thead>tr>th,.dark .adjust-table-panel .ant-table-thead>tr>th,.ant-app-dark .adjust-table-panel .ant-table-thead>tr>th{color:#d0d5dd}html[data-theme=dark] .adjust-table-panel .ant-table-column-has-sorters:hover,body[data-theme=dark] .adjust-table-panel .ant-table-column-has-sorters:hover,.dark .adjust-table-panel .ant-table-column-has-sorters:hover,.ant-app-dark .adjust-table-panel .ant-table-column-has-sorters:hover{background:#273341!important}@media(prefers-color-scheme:dark){.adjust-page{--adjust-bg: #111318;--adjust-surface: #191c22;--adjust-surface-soft: #20242c;--adjust-surface-hover: #252b35;--adjust-surface-stripe: #1d2128;--adjust-line: #303641;--adjust-line-strong: #414957;--adjust-text: #f0f2f5;--adjust-text-secondary: #d0d5dd;--adjust-muted: #98a2b3;--adjust-primary: #69a8ff;--adjust-primary-soft: #1d3350;--adjust-success: #5fd19a;--adjust-warning: #f6bd60;--adjust-danger: #ff8b86;--adjust-shadow: 0 1px 2px rgba(0, 0, 0, .22);color-scheme:dark}.adjust-definition{background:#17263a;border-color:#294667}.adjust-metric.is-accent,.adjust-metric.is-positive{background:var(--adjust-surface)}.adjust-table-panel .ant-table-thead>tr>th{color:#d0d5dd}.adjust-table-panel .ant-table-column-has-sorters:hover{background:#273341!important}}.adjust-page{--adjust-bg: #0f1115;--adjust-surface: #191c22;--adjust-surface-soft: #20242c;--adjust-surface-hover: #252b35;--adjust-surface-stripe: #1d2128;--adjust-line: #303641;--adjust-line-strong: #414957;--adjust-text: #f0f2f5;--adjust-text-secondary: #d0d5dd;--adjust-muted: #98a2b3;--adjust-primary: #69a8ff;--adjust-primary-soft: #1d3350;--adjust-success: #5fd19a;--adjust-warning: #f6bd60;--adjust-danger: #ff8b86;--adjust-shadow: 0 1px 2px rgba(0, 0, 0, .3);color-scheme:dark;background:var(--adjust-bg);border-color:#252a33}.adjust-definition{background:#17263a;border-color:#294667}.adjust-metric.is-accent,.adjust-metric.is-positive{background:var(--adjust-surface)}.adjust-metric.is-accent{border-color:#355a86}.adjust-metric.is-positive{border-color:#2e6248}.adjust-metric.is-warning{border-color:#705a2f}.adjust-table-panel .ant-table-thead>tr>th{color:#d0d5dd}.adjust-table-panel .ant-table-column-has-sorters:hover{background:#273341!important}.adjust-page .ant-tag:not(.ant-tag-has-color){color:var(--adjust-text-secondary);background:var(--adjust-surface-soft);border-color:var(--adjust-line-strong)}.adjust-page .ant-btn-default,.adjust-page .ant-btn-text:not(:hover){color:var(--adjust-text-secondary);background:var(--adjust-surface);border-color:var(--adjust-line-strong)}.adjust-page .ant-picker-suffix,.adjust-page .ant-select-arrow,.adjust-page .ant-picker-separator{color:var(--adjust-muted)}.adjust-page .ant-pagination-item,.adjust-page .ant-pagination-prev .ant-pagination-item-link,.adjust-page .ant-pagination-next .ant-pagination-item-link{color:var(--adjust-text-secondary);background:var(--adjust-surface);border-color:var(--adjust-line)}.adjust-page .ant-pagination-item-active{background:var(--adjust-primary-soft);border-color:var(--adjust-primary)}.adjust-table-panel .ant-table-body,.adjust-table-panel .ant-table-content{scrollbar-color:#4a5362 transparent}.adjust-cohort-recovery-panel .ant-table-tbody>tr>td{vertical-align:middle}.adjust-cohort-recovery-cell{display:flex;min-width:108px;flex-direction:column;gap:2px;align-items:flex-end;padding:2px 0;cursor:help;font-variant-numeric:tabular-nums}.adjust-cohort-recovery-cell strong{color:#7fe0ad;font-size:12px;font-weight:650}.adjust-cohort-recovery-cell span{color:var(--adjust-text-secondary);font-size:11px}.adjust-cohort-recovery-cell small{margin-top:2px;color:var(--adjust-warning);font-size:10px}.adjust-cohort-recovery-cell .adjust-cohort-recovery-growth{color:#78aee8;font-variant-numeric:tabular-nums;letter-spacing:.01em}.adjust-cohort-recovery-cell .adjust-cohort-recovery-progress{margin-top:0}.adjust-cohort-recovery-cell.is-running{color:var(--adjust-warning)}.adjust-cohort-recovery-cell.is-running strong{color:#f6c873}.adjust-cohort-recovery-state{display:inline-flex;min-width:92px;align-items:center;justify-content:flex-end;padding:2px 0;color:var(--adjust-muted);font-size:11px;white-space:nowrap}.adjust-cohort-recovery-state.is-unavailable{color:#aeb8c6}.adjust-cohort-recovery-state.is-no-cost{color:var(--adjust-warning)}.adjust-cohort-recovery-tooltip{display:grid;min-width:170px;gap:5px;padding:2px 0;font-variant-numeric:tabular-nums}.adjust-cohort-recovery-tooltip>strong{padding-bottom:4px;color:#f3f6fb;font-size:12px;border-bottom:1px solid rgba(255,255,255,.12)}.adjust-cohort-recovery-tooltip>span{display:flex;justify-content:space-between;gap:18px;color:#f3f6fb}.adjust-cohort-recovery-tooltip b{color:#aeb8c6;font-weight:500}.adjust-page .adjust-retention-cell{min-width:0;padding:2px 0;overflow:visible;text-align:right;background:none;border:0;border-radius:0}.adjust-page .adjust-immature{padding:0;background:none;border:0;border-radius:0}.adjust-region-panel{display:grid;gap:14px;width:100%;min-width:0;max-width:100%;padding:18px;overflow:clip;box-sizing:border-box;border-top:3px solid var(--adjust-primary)}.adjust-region-panel>*{min-width:0;max-width:100%}.adjust-region-panel.is-collapsed{gap:0;padding-block:14px;border-top-width:1px}.adjust-region-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.adjust-region-heading h3{margin:5px 0 3px;color:var(--adjust-text);font-size:20px;line-height:1.2}.adjust-region-heading p{margin:0;color:var(--adjust-muted);font-size:11px}.adjust-region-heading>.ant-space{justify-content:flex-end}.adjust-region-collapse-trigger{min-width:0;padding:0;color:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.adjust-region-collapse-trigger:hover h3{color:var(--adjust-primary)}.adjust-region-collapse-footer{justify-self:center;color:var(--adjust-muted)}.adjust-region-capability{margin:0}.adjust-region-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.adjust-region-summary-grid button{position:relative;display:grid;grid-template-columns:1fr auto;gap:4px 10px;min-height:108px;padding:14px 16px;color:var(--adjust-text);text-align:left;background:var(--adjust-surface-soft);border:1px solid var(--adjust-line);border-radius:7px;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.adjust-region-summary-grid button:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--adjust-primary);border-radius:7px 0 0 7px;content:""}.adjust-region-summary-grid button:hover,.adjust-region-summary-grid button.is-active{background:var(--adjust-surface-hover);border-color:var(--adjust-primary);transform:translateY(-1px)}.adjust-region-summary-grid button.is-scale:before{background:var(--adjust-success)}.adjust-region-summary-grid button.is-governance:before{background:var(--adjust-warning)}.adjust-region-summary-grid button.is-suspected:before{background:var(--adjust-danger)}.adjust-region-summary-grid button.is-low-priority:before{background:#8f9baa}.adjust-region-summary-grid button span{color:var(--adjust-text-secondary);font-size:12px;font-weight:650}.adjust-region-summary-grid button strong{color:var(--adjust-text);font-size:25px;line-height:1;font-variant-numeric:tabular-nums}.adjust-region-summary-grid button small{color:var(--adjust-muted);font-size:10px}.adjust-region-summary-grid button em{grid-column:1 / -1;overflow:hidden;color:var(--adjust-text-secondary);font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.adjust-region-table-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-top:4px}.adjust-region-table-toolbar>div:first-child{display:grid;gap:3px}.adjust-region-table-toolbar strong{color:var(--adjust-text);font-size:14px}.adjust-region-table-toolbar span{color:var(--adjust-muted);font-size:11px}.adjust-region-risk-cell,.adjust-region-evidence-tags,.adjust-region-drawer-status{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.adjust-region-risk-cell .ant-tag,.adjust-region-evidence-tags .ant-tag,.adjust-region-drawer-status .ant-tag{margin-inline-end:0}.adjust-region-muted{color:var(--adjust-muted);font-size:11px}.adjust-region-row{cursor:pointer}.adjust-region-panel .is-positive{color:var(--adjust-success)}.adjust-region-panel .is-negative{color:var(--adjust-danger)}.adjust-region-table-viewport,.adjust-region-table-viewport .ant-table-wrapper,.adjust-region-table-viewport .ant-spin-nested-loading,.adjust-region-table-viewport .ant-spin-container{width:100%;min-width:0;max-width:100%}.adjust-region-table-viewport{overflow:clip}.adjust-region-table-viewport .ant-table-body,.adjust-region-table-viewport .ant-table-content{max-width:100%;overflow-x:auto!important;overscroll-behavior-x:contain}.adjust-region-table-viewport.is-all .ant-table-body{scrollbar-gutter:stable}.adjust-region-table-viewport .ant-table-sticky-scroll{z-index:5;height:12px!important;background:var(--adjust-surface-soft);border:1px solid var(--adjust-line);border-radius:6px}.adjust-region-table-viewport .ant-table-sticky-scroll-bar{height:8px!important;background:var(--adjust-primary)!important;border-radius:5px;opacity:.7}.adjust-region-drawer{display:grid;gap:18px}.adjust-region-drawer section{padding:15px;background:#69a8ff0b;border:1px solid rgba(105,168,255,.14);border-radius:7px}.adjust-region-drawer h4{margin:0 0 12px;font-size:13px}.adjust-region-drawer p{margin:0;color:#f0f2f5b8;font-size:12px;line-height:1.7}.adjust-region-compare-head,.adjust-region-compare-row{display:grid;grid-template-columns:minmax(130px,1fr) repeat(2,120px);gap:10px;padding:8px 4px;border-bottom:1px solid rgba(255,255,255,.08);font-variant-numeric:tabular-nums}.adjust-region-compare-head{color:var(--adjust-muted);font-size:10px}.adjust-region-compare-row span{color:var(--adjust-muted)}.adjust-region-compare-row strong{text-align:right}.adjust-region-evidence-line{display:grid;grid-template-columns:52px 1fr 55px 90px;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px}.adjust-region-evidence-line span{color:var(--adjust-primary)}.adjust-region-evidence-line em{color:var(--adjust-warning);font-style:normal}.adjust-region-evidence-line small{color:var(--adjust-muted);text-align:right}.adjust-region-window-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.adjust-region-window-grid div{display:grid;gap:3px;padding:12px;background:var(--adjust-surface-soft);border-radius:6px}.adjust-region-window-grid span,.adjust-region-window-grid small{color:var(--adjust-muted);font-size:10px}.adjust-region-window-grid strong{font-size:15px}.adjust-region-window-grid b{color:var(--adjust-text-secondary);font-size:11px;font-weight:500}@media(max-width:1180px){.adjust-region-heading{align-items:flex-start;flex-direction:column}.adjust-region-heading>.ant-space{justify-content:flex-start}.adjust-region-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.adjust-region-panel{padding:12px}.adjust-region-summary-grid{grid-template-columns:1fr}.adjust-region-table-toolbar{align-items:flex-start;flex-direction:column}.adjust-region-compare-head,.adjust-region-compare-row{grid-template-columns:minmax(90px,1fr) repeat(2,90px)}}.analytics-first-recharge{--analytics-accent: #f6c76a}.analytics-first-recharge .analytics-stat{min-height:112px}.analytics-first-recharge .first-recharge-user-panel .ant-table-cell-fix-left{background:#111823}.analytics-first-recharge .first-recharge-user-panel .ant-table-cell-fix-left-last:after{box-shadow:8px 0 16px #00000038}.analytics-first-recharge .gold-layer-array{display:block;max-width:268px;overflow:hidden;color:#f6c76a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.analytics-first-recharge .ant-table-pagination{padding-inline:6px}.adjust-page.adjust-explorer-shell,.adjust-page.adjust-explorer-overview,.adjust-page.adjust-explorer-settings{min-width:0}.adjust-page .adjust-explorer-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:0 0 11px;padding-bottom:8px;border-bottom:1px solid var(--adjust-line)}.adjust-page .adjust-explorer-section-heading:not(:first-child){margin-top:15px}.adjust-page .adjust-explorer-section-heading strong{color:var(--adjust-text);font-size:13px;font-weight:650}.adjust-page .adjust-explorer-section-heading span,.adjust-page .adjust-explorer-actions,.adjust-page .adjust-explorer-settings-actions,.adjust-page .adjust-explorer-bundles>small,.adjust-page .adjust-explorer-null{color:var(--adjust-muted)}.adjust-page .adjust-explorer-grid label>span:first-child,.adjust-page .adjust-explorer-field-grid label>span:first-child,.adjust-page .adjust-explorer-query-panel label>span:first-child,.adjust-page .adjust-explorer-overview-grid label>span,.adjust-page .adjust-explorer-date-filter>span,.adjust-page .adjust-explorer-capability-controls label>span{color:var(--adjust-text-secondary)}.adjust-page .adjust-explorer-bundles>span,.adjust-page .adjust-explorer-metric-notes{color:var(--adjust-text-secondary)}.adjust-page .adjust-explorer-template-option small,.adjust-page .adjust-explorer-advanced-title small,.adjust-page .adjust-explorer-advanced-summary span,.adjust-page .adjust-explorer-advanced-group-heading span{color:var(--adjust-muted)}.adjust-page .adjust-explorer-advanced-summary,.adjust-page .adjust-explorer-advanced-content,.adjust-page .adjust-explorer-advanced-group+.adjust-explorer-advanced-group{border-color:var(--adjust-line)}.adjust-page .adjust-explorer-advanced-title,.adjust-page .adjust-explorer-advanced-group-heading strong,.adjust-page .adjust-explorer-advanced-summary strong{color:var(--adjust-text)}.adjust-page .adjust-explorer-advanced-title>.anticon,.adjust-page .adjust-explorer-template-select>span,.adjust-page .adjust-explorer-filter-caption{color:var(--adjust-text-secondary)}.adjust-page .adjust-explorer-bundles,.adjust-page .adjust-explorer-metric-notes,.adjust-page .adjust-explorer-filters{position:relative;z-index:1}.adjust-page .adjust-explorer-field-grid .ant-select-selector{background:var(--adjust-surface)!important;border-color:var(--adjust-line-strong)!important}.adjust-page .adjust-explorer-option code,.adjust-page .adjust-explorer-metric-notes code,.adjust-page .adjust-explorer-column-title code{color:var(--adjust-muted)}.adjust-page .adjust-explorer-actions,.adjust-page .adjust-explorer-settings-actions{border-color:var(--adjust-line)}.adjust-page .adjust-explorer-result-heading{align-items:center}.adjust-page .adjust-explorer-result-heading .adjust-table-actions{justify-content:flex-end}.adjust-page .adjust-explorer-overview-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}.adjust-page .adjust-explorer-overview-kpis .adjust-metric{min-height:104px;padding:13px 14px}.adjust-page .adjust-explorer-overview-kpis .adjust-metric small b{color:var(--adjust-text-secondary);font-weight:650}.adjust-page .adjust-explorer-overview-chart{min-height:0;padding:15px 15px 8px}.adjust-page .adjust-explorer-overview-chart .ant-empty{display:grid;min-height:250px;place-content:center}.adjust-page .adjust-explorer-overview-table .ant-table-cell,.adjust-page .adjust-explorer-overview-breakdown .ant-table-cell{font-variant-numeric:tabular-nums}.adjust-page .adjust-explorer-overview-maturity-legend{display:inline-flex;align-items:center;gap:6px;margin:0;color:var(--adjust-muted);font-size:10px;font-weight:400}.adjust-page .adjust-explorer-overview-maturity-legend i{width:8px;height:8px;background:currentColor;border-radius:50%;opacity:.48}.adjust-page .adjust-explorer-overview-immature{color:var(--adjust-muted);cursor:help;opacity:.5}.adjust-page .adjust-explorer-breakdown-heading{align-items:center}.adjust-page .adjust-explorer-breakdown-heading>button{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:10px;padding:0;color:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.adjust-page .adjust-explorer-breakdown-heading>button>span{display:flex;min-width:0;flex-direction:column;gap:2px;margin:0}.adjust-page .adjust-explorer-breakdown-heading small{color:var(--adjust-muted);font-size:10px;font-weight:400}.adjust-page .adjust-explorer-settings-panel{height:auto}.adjust-page .adjust-explorer-domain-policy{background:var(--adjust-surface-soft);border-color:var(--adjust-line)}.adjust-page .adjust-explorer-domain-policy>header strong{color:var(--adjust-text)}.adjust-page .adjust-explorer-capability-status>span,.adjust-page .adjust-explorer-settings-switches label{color:var(--adjust-text-secondary)}@media(max-width:1320px){.adjust-page .adjust-explorer-overview-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.adjust-page .adjust-explorer-overview-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.adjust-page .adjust-explorer-result-heading,.adjust-page .adjust-explorer-breakdown-heading{align-items:stretch;flex-direction:column}.adjust-page .adjust-explorer-result-heading .adjust-table-actions,.adjust-page .adjust-explorer-breakdown-heading .adjust-table-actions{justify-content:flex-start}}
