:root{
  --brand-yellow:#FCBC12;--brand-green:#77944C;--forest-950:#041919;--forest-900:#062526;--forest-850:#0a3130;--forest-800:#0d3d39;
  --ink:#122225;--muted:#6f7c7c;--muted-2:#94a09e;--canvas:#f2f1ec;--paper:#fffefb;--line:#dfe4df;--line-soft:#edf0ec;
  --ok:#119766;--ok-bg:#e4f7ed;--warn:#c88900;--warn-bg:#fff2c9;--danger:#dd4a43;--danger-bg:#fee9e6;--info:#3278ad;--info-bg:#e9f3fb;
  --shadow:0 8px 28px rgba(13,42,38,.07);--shadow-lg:0 20px 60px rgba(5,32,29,.16);--radius:13px;--sidebar:222px;
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,sans-serif;background:var(--canvas);color:var(--ink);font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}[hidden]{display:none!important}.brand-rail{height:3px;position:fixed;z-index:200;inset:0 0 auto;background:linear-gradient(90deg,var(--brand-yellow) 0 38%,var(--brand-green) 38% 100%)}
.app-shell{display:grid;grid-template-columns:var(--sidebar) 1fr;min-height:100vh}.sidebar{position:fixed;inset:3px auto 0 0;width:var(--sidebar);background:linear-gradient(180deg,var(--forest-950),var(--forest-900) 48%,#082b2a);color:#fff;display:flex;flex-direction:column;z-index:50;border-right:1px solid rgba(255,255,255,.07);box-shadow:8px 0 30px rgba(4,25,25,.08)}
.brand-zone{height:74px;display:flex;align-items:center;justify-content:space-between;padding:12px 14px 9px;border-bottom:1px solid rgba(255,255,255,.06)}.brand-lockup{display:flex;align-items:center;gap:9px;min-width:0}.brand-logo{width:111px;height:44px;object-fit:contain;object-position:left center}.ops-mark{font:800 9px/1 Manrope,sans-serif;letter-spacing:.16em;color:#102c29;background:linear-gradient(135deg,#ffd66c,var(--brand-yellow));padding:5px 6px;border-radius:5px;box-shadow:0 4px 12px rgba(252,188,18,.18)}
.icon-btn{border:0;background:transparent;border-radius:9px;width:36px;height:36px;display:grid;place-items:center;color:inherit}.icon-btn:hover{background:rgba(255,255,255,.07)}.icon-btn svg{width:17px;height:17px;stroke-width:1.8}.environment{margin:10px 12px 7px;padding:9px 10px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);border-radius:9px;display:grid;grid-template-columns:8px 1fr;column-gap:7px;align-items:center}.environment .pulse{width:7px;height:7px;border-radius:50%;background:#3fd18f;box-shadow:0 0 0 4px rgba(63,209,143,.1)}.environment b{font:700 9px Manrope;letter-spacing:.11em}.environment small{grid-column:2;font-size:7px;letter-spacing:.11em;color:#8fb0aa;margin-top:2px}
.main-nav{padding:0 8px 9px;overflow:auto;flex:1}.nav-label{font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6f918a;padding:12px 9px 6px}.nav-item{position:relative;width:100%;min-height:38px;border:0;background:transparent;color:#dce8e4;display:grid;grid-template-columns:26px 1fr auto;gap:6px;align-items:center;text-align:left;padding:0 10px;border-radius:8px;font-size:11px;margin:1px 0}.nav-item svg{width:15px;height:15px;color:#c8d7d1;stroke-width:1.7}.nav-item span{font-weight:500}.nav-item:hover{background:rgba(255,255,255,.05)}.nav-item.active{background:linear-gradient(90deg,rgba(252,188,18,.15),rgba(119,148,76,.08));color:#fff;box-shadow:inset 2px 0 0 var(--brand-yellow)}.nav-item.active svg{color:#ffd260}.nav-item.active span{font-weight:700}.nav-item.upstream:after{content:"LIVE";font:700 6px Manrope;letter-spacing:.1em;color:#8eaaa4;position:absolute;right:9px;top:4px}.nav-item.upstream em{margin-top:8px}.count{min-width:22px;height:19px;border-radius:999px;display:grid;place-items:center;padding:0 6px;font-style:normal;font-size:8px;font-weight:800}.count.danger{background:#e54a45;color:#fff}.count.info{background:#1f7680;color:#dff9f7}.count.neutral{background:#183e3b;color:#9fc4bc}.source-dot{width:8px;height:8px;border-radius:50%;background:#617a75;margin-right:5px}.source-dot.live{background:#31be83}.source-dot.stale{background:#e5a420}.source-dot.missing{background:#df534c}
.sidebar-action{padding:9px 12px;border-top:1px solid rgba(255,255,255,.06)}.quick-btn{width:100%;height:39px;border:0;border-radius:9px;background:linear-gradient(135deg,#ffd76d,var(--brand-yellow));color:#17312d;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;text-align:left;padding:0 12px;font-weight:800;box-shadow:0 9px 24px rgba(252,188,18,.18)}.quick-btn svg{width:15px}.quick-btn kbd{font-size:8px;border:1px solid rgba(23,49,45,.25);padding:2px 5px;border-radius:4px;background:rgba(255,255,255,.28)}.sidebar-status{padding:10px 14px 14px;color:#91aaa5;font-size:8px}.sidebar-status>div{display:flex;gap:8px;align-items:center}.sidebar-status span{font:800 7px Manrope;color:#f4c550;background:rgba(252,188,18,.08);padding:3px 5px;border-radius:4px}.sidebar-status b{font-size:8px;color:#d1dfdb}.sidebar-status small{display:block;margin-top:4px;color:#688781}
.main-area{grid-column:2;min-width:0}.topbar{height:58px;position:sticky;top:3px;z-index:40;background:rgba(255,254,251,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:14px;padding:7px 18px}.mobile-brand{display:none}.global-search{height:38px;display:flex;align-items:center;gap:8px;background:#f3f5f2;border:1px solid #e1e6e0;border-radius:10px;padding:0 10px;min-width:300px;max-width:560px;flex:1}.global-search svg{width:16px;color:#72817e}.global-search input{border:0;background:transparent;outline:0;min-width:0;width:100%;font-size:11px}.global-search kbd{font-size:8px;color:#74807e;border:1px solid #d8deda;background:#fff;padding:3px 6px;border-radius:5px}.top-meta{display:flex;align-items:center;gap:11px;margin-left:auto}.clock-block{display:flex;flex-direction:column;align-items:flex-end;min-width:94px}.clock-block b{font-size:10px}.clock-block small{font-size:8px;color:var(--muted)}.health-chip{display:flex;align-items:center;gap:7px;padding:6px 10px;border-left:1px solid var(--line);border-right:1px solid var(--line);min-width:130px}.health-chip>div{display:flex;flex-direction:column}.health-chip b{font-size:9px}.health-chip small{font-size:7px;color:var(--muted)}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.ok{background:var(--ok)}.dot.warn{background:var(--warn)}.dot.danger{background:var(--danger)}.weather-mini{display:flex;align-items:center;gap:6px}.weather-mini svg{width:19px;color:#d8a124}.weather-mini>div{display:flex;flex-direction:column}.weather-mini b{font-size:10px}.weather-mini small{font-size:7px;color:var(--muted)}.top-icon{position:relative;color:#41504e}.notify-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:#e74a45;right:7px;top:7px;border:1px solid #fff}.profile-button{height:43px;border:0;background:transparent;display:grid;grid-template-columns:34px auto 14px;align-items:center;gap:8px;text-align:left;padding:0 4px 0 0;border-radius:9px}.profile-button:hover{background:#f3f5f2}.profile-button>div:nth-child(2){display:flex;flex-direction:column}.profile-button b{font-size:9px}.profile-button small{font-size:7px;color:var(--muted)}.profile-button>svg{width:13px;color:#80908c}.avatar{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1d5c55,#9aae68);color:#fff;font:800 9px Manrope;border:2px solid #edf3ef}
.page{padding:14px 18px 34px;max-width:1900px;margin:0 auto}.command-strip{display:grid;grid-template-columns:1.4fr repeat(3,minmax(160px,.65fr));gap:9px;margin-bottom:11px}.brief-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#0a3634,#0b4742);color:#fff;border-radius:12px;padding:14px 16px;min-height:86px;box-shadow:var(--shadow)}.brief-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-60px;top:-95px;background:radial-gradient(circle,rgba(252,188,18,.20),transparent 67%)}.brief-card small{font-size:8px;letter-spacing:.11em;color:#9bb7b1;font-weight:700}.brief-card h2{font:800 18px/1.2 Manrope;margin:6px 0 5px}.brief-card p{margin:0;font-size:9px;color:#bfd2cd}.signal-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:11px 12px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 6px rgba(8,40,36,.025)}.signal-icon{width:37px;height:37px;border-radius:10px;display:grid;place-items:center;background:#f6f3e9}.signal-icon svg{width:18px;color:#9b761c}.signal-card.danger .signal-icon{background:var(--danger-bg)}.signal-card.danger .signal-icon svg{color:var(--danger)}.signal-card.ok .signal-icon{background:var(--ok-bg)}.signal-card.ok .signal-icon svg{color:var(--ok)}.signal-card>div{display:flex;flex-direction:column}.signal-card strong{font:800 20px Manrope}.signal-card b{font-size:9px}.signal-card small{font-size:7px;color:var(--muted);margin-top:2px}
.page-head{display:flex;align-items:center;gap:9px;margin-bottom:10px}.page-head h1{font:800 21px/1.15 Manrope;margin:0;letter-spacing:-.02em}.page-head .subtitle{font-size:9px;color:var(--muted);margin-left:2px}.head-actions{margin-left:auto;display:flex;gap:6px;align-items:center}.btn{height:34px;border:1px solid var(--line);background:var(--paper);border-radius:8px;padding:0 11px;font-size:9px;font-weight:700;color:#334744;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn:hover{border-color:#cbd4ce;background:#fafbf8}.btn.primary{background:var(--forest-900);border-color:var(--forest-900);color:#fff}.btn.gold{background:var(--brand-yellow);border-color:var(--brand-yellow);color:#17312d}.btn.soft{background:#f3f5f1}.btn.danger{background:var(--danger-bg);border-color:#facfc9;color:#9f3832}.btn svg{width:13px;height:13px}.date-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--paper)}.date-control button,.date-control span{border:0;background:transparent;height:32px;padding:0 10px;font-size:9px}.date-control span{min-width:94px;text-align:center;border-inline:1px solid var(--line);font-weight:600}
.source-banner{height:35px;display:flex;align-items:center;gap:7px;margin-bottom:10px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:rgba(255,254,251,.72);font-size:8px;color:#63716f}.source-banner strong{font-size:8px;color:#31423f}.source-banner .spacer{flex:1}.readonly-chip{font-size:7px;font-weight:800;letter-spacing:.08em;color:#4f6762;background:#edf2ef;padding:3px 6px;border-radius:4px}.kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-bottom:10px}.kpi{background:var(--paper);border:1px solid var(--line);border-radius:11px;padding:10px 11px;min-height:78px;display:grid;grid-template-columns:35px 1fr;gap:9px;align-items:start}.kpi-icon{width:35px;height:35px;border-radius:9px;background:#fbf3d9;display:grid;place-items:center;color:#9a7515}.kpi-icon svg{width:17px}.kpi.ok .kpi-icon{background:var(--ok-bg);color:var(--ok)}.kpi.danger .kpi-icon{background:var(--danger-bg);color:var(--danger)}.kpi.info .kpi-icon{background:var(--info-bg);color:var(--info)}.kpi h3{font:800 18px/1 Manrope;margin:1px 0 5px}.kpi p{font-size:9px;font-weight:700;margin:0}.kpi small{font-size:7px;color:var(--muted);display:block;margin-top:4px}.kpi.danger h3{color:var(--danger)}
.grid-main{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(330px,.95fr);gap:10px}.stack{display:grid;gap:10px;align-content:start}.panel{background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:0 2px 8px rgba(12,47,42,.025);min-width:0;overflow:hidden}.panel-head{height:43px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid var(--line-soft);gap:7px}.panel-head h2{font:800 11px Manrope;margin:0}.panel-head small{font-size:7px;color:var(--muted)}.panel-head .spacer{flex:1}.panel-head .eyebrow{font-size:7px;font-weight:800;letter-spacing:.09em;color:#789089;background:#eef3ef;border-radius:4px;padding:3px 5px}.timeline{overflow:auto}.timeline-grid{min-width:890px;display:grid;grid-template-columns:126px repeat(9,minmax(82px,1fr));font-size:8px}.time-head{background:#f5f7f4;color:#647370;padding:8px;border-bottom:1px solid var(--line);text-align:center;font-weight:600}.row-label{padding:9px 9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line-soft);font-weight:700;background:#fff;white-space:nowrap}.timeline-cell{position:relative;border-right:1px solid #eef1ee;border-bottom:1px solid var(--line-soft);min-height:36px;background:#fff}.event{height:23px;border-radius:5px;margin:6px 2px;display:flex;align-items:center;justify-content:center;padding:0 5px;font-size:7px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event.green{background:#ddf3df;color:#285d3e}.event.blue{background:#e1edf9;color:#315c7a}.event.gold{background:#fff0cc;color:#75551a}.event.red{background:#fce3e0;color:#9c3b35}.event.gray{background:#edf0ef;color:#61706e}.now-line{position:absolute;top:0;bottom:0;width:1.5px;background:#df4b45;z-index:4}.now-tag{position:absolute;top:-22px;transform:translateX(-50%);background:#df4b45;color:#fff;padding:2px 5px;border-radius:4px;font-size:6px;font-weight:800}
.conditions{display:grid;grid-template-columns:repeat(3,1fr)}.condition{padding:11px;border-right:1px solid var(--line-soft);min-height:150px}.condition:last-child{border-right:0}.condition h4{font-size:8px;letter-spacing:.03em;margin:0 0 5px;color:#526461}.condition .temp{font:800 18px Manrope}.metric-list{display:grid;gap:4px;margin-top:8px}.metric{display:flex;justify-content:space-between;gap:6px;font-size:8px}.metric span:first-child{color:#778580}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:65px;height:20px;border-radius:5px;margin-top:8px;font-size:7px;font-weight:800}.status-pill.ok{background:#ccefd9;color:#176942}.status-pill.warn{background:#ffe17e;color:#654900}.status-pill.danger{background:#f8c3bd;color:#872f29}.status-pill.neutral{background:#e9efec;color:#5c6967}
.alert-list,.activity-list{padding:5px 11px}.alert-item,.activity-item{display:grid;grid-template-columns:26px 1fr auto;gap:8px;align-items:flex-start;padding:9px 0;border-bottom:1px solid var(--line-soft)}.alert-item:last-child,.activity-item:last-child{border-bottom:0}.alert-num{width:23px;height:23px;border-radius:7px;display:grid;place-items:center;background:var(--danger-bg);color:var(--danger);font-size:8px;font-weight:800}.alert-num.warn{background:var(--warn-bg);color:#986a00}.alert-item b,.activity-item b{font-size:8px}.alert-item p,.activity-item p{font-size:7px;color:#667673;margin:3px 0 0;line-height:1.4}.alert-item time,.activity-item time{font-size:7px;color:#8a9693}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:8px;min-width:810px}.data-table th{position:sticky;top:0;background:#f5f7f4;color:#53635f;font-weight:700;text-align:left;padding:7px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table td{padding:6.5px 7px;border-bottom:1px solid var(--line-soft);white-space:nowrap}.data-table tbody tr:hover{background:#fafbf8}.readiness{display:inline-block;min-width:44px;text-align:center;padding:3px 6px;border-radius:5px;background:#d9f4e2;color:#166743;font-weight:800}.readiness.mid{background:#fff0bd;color:#795b10}.readiness.low{background:#fbd5d0;color:#913831}.row-status{padding:3px 6px;border-radius:5px;background:#e0f5e9;color:#1e6f4e}.row-status.pending{background:#fff1c9;color:#76580d}.row-status.neutral{background:#edf0ef;color:#63716f}.source-list{padding:6px 10px}.source-row{display:grid;grid-template-columns:1fr auto auto;gap:9px;align-items:center;padding:7px 0;border-bottom:1px solid var(--line-soft);font-size:8px}.source-row:last-child{border-bottom:0}.source-state{font-size:7px;font-weight:800;padding:3px 6px;border-radius:4px}.source-state.live{background:var(--ok-bg);color:#0e7049}.source-state.stale{background:var(--warn-bg);color:#77590a}.source-state.missing{background:var(--danger-bg);color:#9d3a34}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.feature-card{background:var(--paper);border:1px solid var(--line);border-radius:11px;padding:13px}.feature-card h3{font:800 11px Manrope;margin:0 0 6px}.feature-card p{font-size:8px;margin:0;color:var(--muted);line-height:1.6}.external-card{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fffefb,#f8faf6);border:1px solid var(--line);border-radius:12px;padding:13px 14px;margin-top:10px}.external-icon{width:46px;height:46px;border-radius:11px;background:#e7f1eb;display:grid;place-items:center;color:#37695d}.external-icon svg{width:21px}.external-card h3{font:800 12px Manrope;margin:0 0 4px}.external-card p{margin:0;color:var(--muted);font-size:8px}.external-card .btn{margin-left:auto}
.view-placeholder{padding:3px 0 20px}.section-intro{background:linear-gradient(135deg,#fffefb,#f5f7f2);border:1px solid var(--line);border-radius:13px;padding:16px;margin-bottom:10px;display:flex;align-items:flex-start;gap:13px}.section-intro .intro-icon{width:43px;height:43px;border-radius:11px;background:#eaf1e8;display:grid;place-items:center;color:#456b55}.section-intro .intro-icon svg{width:20px}.section-intro h2{font:800 17px Manrope;margin:0 0 4px}.section-intro p{font-size:9px;color:var(--muted);margin:0;max-width:800px;line-height:1.55}.section-intro .actions{margin-left:auto;display:flex;gap:6px}
.permission-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:10px}.account-list{padding:0}.account-row{display:grid;grid-template-columns:34px 1.2fr .8fr .7fr auto;gap:10px;align-items:center;padding:9px 12px;border-bottom:1px solid var(--line-soft)}.account-row:last-child{border-bottom:0}.account-row .account-meta{display:flex;flex-direction:column}.account-row b{font-size:9px}.account-row small{font-size:7px;color:var(--muted);margin-top:2px}.role-chip{display:inline-flex;align-items:center;width:max-content;font-size:7px;font-weight:800;padding:4px 7px;border-radius:999px;background:#e9efec;color:#53645f}.role-chip.admin{background:#fff0c6;color:#70530d}.role-chip.ops{background:#e3f2e9;color:#1c6648}.role-chip.sales{background:#e8f1fb;color:#2f6286}.role-chip.guide{background:#eee9f7;color:#635183}.role-chip.data{background:#e8f0ef;color:#406660}.role-chip.viewer{background:#f0f1ef;color:#6d7471}.account-status{font-size:7px;font-weight:800;color:#19704f}.account-status.disabled{color:#9b4742}.permission-matrix{width:100%;border-collapse:collapse;font-size:8px}.permission-matrix th,.permission-matrix td{padding:7px 8px;border-bottom:1px solid var(--line-soft);text-align:center}.permission-matrix th:first-child,.permission-matrix td:first-child{text-align:left}.perm-yes{color:var(--ok);font-weight:800}.perm-no{color:#c5cdca}.security-note{margin:10px 12px 12px;padding:10px;border-radius:8px;background:#fff8df;border:1px solid #f1df9c;font-size:8px;color:#6e5a19;line-height:1.5}.auth-mode{padding:9px 11px;border-radius:8px;background:#edf2ef;display:flex;align-items:center;justify-content:space-between;font-size:8px}.auth-mode b{font-size:8px}.auth-mode .badge{font-size:7px;font-weight:800;padding:3px 6px;border-radius:4px;background:#fff0c7;color:#71550f}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{display:grid;gap:5px}.field.full{grid-column:1/-1}.field label{font-size:8px;font-weight:700;color:#4d5f5b}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 10px;font-size:9px;outline:0}.field input:focus,.field select:focus,.field textarea:focus{border-color:#a9b9ae;box-shadow:0 0 0 3px rgba(119,148,76,.08)}.field textarea{min-height:80px;resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:12px}.modal-backdrop{position:fixed;inset:0;background:rgba(3,22,21,.46);backdrop-filter:blur(3px);z-index:100;display:grid;place-items:center;padding:20px}.modal{width:min(560px,100%);max-height:88vh;overflow:auto;background:var(--paper);border-radius:15px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.5)}.modal-head,.drawer-head{display:flex;align-items:center;padding:14px 15px;border-bottom:1px solid var(--line)}.modal-head>div,.drawer-head>div{flex:1}.modal-head small,.drawer-head small{font-size:7px;letter-spacing:.12em;color:#80908c;font-weight:800}.modal-head h3,.drawer-head h3{font:800 16px Manrope;margin:3px 0 0}.modal #modalBody{padding:14px 15px 16px}.drawer-backdrop{position:fixed;inset:0;background:rgba(3,23,21,.18);z-index:80}.drawer{position:fixed;top:3px;right:0;bottom:0;width:min(460px,94vw);background:var(--paper);z-index:90;box-shadow:-18px 0 55px rgba(5,31,28,.15);transform:translateX(103%);transition:.22s ease;overflow:auto}.drawer.open{transform:none}.drawer #drawerBody{padding:14px}.drawer-card{border:1px solid var(--line);border-radius:10px;padding:10px;margin-bottom:9px}.drawer-card h4{font:800 10px Manrope;margin:0 0 7px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.detail-item{display:flex;flex-direction:column;padding:8px;background:#f6f8f5;border-radius:7px}.detail-item span{font-size:7px;color:var(--muted)}.detail-item b{font-size:9px;margin-top:3px}.toast-stack{position:fixed;right:18px;bottom:18px;z-index:140;display:grid;gap:8px}.toast{min-width:260px;max-width:360px;background:#0a312f;color:#fff;border-radius:10px;padding:10px 12px;box-shadow:var(--shadow-lg);font-size:8px;display:flex;align-items:center;gap:8px}.toast svg{width:15px;color:#ffd55e}.mobile-dock{display:none}
@media(max-width:1200px){:root{--sidebar:195px}.kpi-grid{grid-template-columns:repeat(3,1fr)}.command-strip{grid-template-columns:1.3fr repeat(3,.65fr)}.top-meta .clock-block{display:none}.grid-main{grid-template-columns:minmax(0,1.65fr) minmax(310px,.9fr)}}
@media(max-width:900px){body{padding-bottom:66px}.brand-rail{height:2px}.app-shell{display:block}.sidebar{transform:translateX(-105%);width:250px;transition:.2s ease;box-shadow:18px 0 50px rgba(4,25,25,.28)}.sidebar.open{transform:none}.main-area{display:block}.topbar{top:2px;height:55px;padding:6px 10px}.mobile-brand{display:flex;align-items:center;gap:4px}.mobile-brand img{width:74px;height:32px;object-fit:contain}.global-search{min-width:0}.global-search input{font-size:10px}.global-search kbd,.top-meta .health-chip,.top-meta .weather-mini{display:none}.profile-button>div:nth-child(2),.profile-button>svg{display:none}.profile-button{grid-template-columns:32px;padding:0}.page{padding:10px 10px 20px}.command-strip{grid-template-columns:1fr 1fr}.brief-card{grid-column:1/-1}.kpi-grid{grid-template-columns:repeat(2,1fr)}.grid-main,.permission-layout{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.head-actions .btn:not(.primary):not(.gold){display:none}.mobile-dock{position:fixed;z-index:60;left:8px;right:8px;bottom:8px;height:55px;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(5,34,33,.96);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.08);border-radius:15px;box-shadow:0 12px 35px rgba(5,26,25,.24);padding:4px}.mobile-dock button{border:0;background:transparent;color:#9eb6b1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:7px;border-radius:10px}.mobile-dock button svg{width:16px}.mobile-dock button b{font-size:7px;font-weight:600}.mobile-dock button.active{color:#fff;background:rgba(252,188,18,.12)}.mobile-dock button.active svg{color:#ffd159}.conditions{grid-template-columns:1fr}.condition{border-right:0;border-bottom:1px solid var(--line-soft);min-height:auto}.condition:last-child{border-bottom:0}.account-row{grid-template-columns:34px 1fr auto}.account-row .hide-mobile{display:none}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
@media(max-width:560px){.global-search{display:none}.topbar{justify-content:space-between}.top-meta{margin-left:0}.page-head{align-items:flex-start;flex-wrap:wrap}.page-head h1{font-size:18px}.page-head .subtitle{width:100%;order:3}.head-actions{margin-left:auto}.date-control{order:4}.command-strip{grid-template-columns:1fr 1fr;gap:7px}.brief-card{min-height:92px}.brief-card h2{font-size:16px}.signal-card{padding:9px}.signal-card strong{font-size:17px}.kpi-grid{gap:7px}.kpi{min-height:74px;padding:9px;grid-template-columns:31px 1fr}.kpi-icon{width:31px;height:31px}.kpi h3{font-size:16px}.panel-head{padding:0 10px}.permission-matrix{min-width:640px}.section-intro{padding:12px}.section-intro .actions{display:none}}
