*{box-sizing:border-box;margin:0;padding:0}:root[data-theme=dark]{--bg-base:#0b0f17;--bg-surface:#131a26;--bg-surface-2:#1b2433;--bg-hover:#222d40;--border:#1e2d45;--text-primary:#f1f5fb;--text-secondary:#93a1b7;--text-muted:#5c6b82;--accent:#10cb64;--accent-text:#0b0f17;--success:#22c55e;--danger:#ef4444;--info:#38bdf8;--warning:#f59e0b;--purple:#8b5cf6;--teal:#2dd4bf;--shadow:0 4px 24px #00000059;--overlay:#000000a6;--input-bg:#ffffff0d;--input-border:#ffffff1a;--bg-login:linear-gradient(135deg,#0b0f17 0%,#131a26 50%,#0b0f17 100%);--accent-fade:#10cb641a;--accent-fade-2:#10cb642e;--success-fade:#22c55e1a;--danger-fade:#ef44441a;--info-fade:#38bdf81a;--warning-fade:#f59e0b1a;--purple-fade:#8b5cf61a;--teal-fade:#2dd4bf1a;--white-fade:#ffffff0a;--white-fade-2:#ffffff14;--accent-border:#10cb6447;--success-border:#22c55e47;--danger-border:#ef444447;--info-border:#38bdf847;--warning-border:#f59e0b47;--purple-border:#8b5cf647;--teal-border:#2dd4bf47;--accent-gradient:linear-gradient(135deg,#10cb64,#0da552);--success-gradient:linear-gradient(135deg,#22c55e,#16a34a);--info-gradient:linear-gradient(135deg,#38bdf8,#2563eb)}:root[data-theme=light]{--bg-base:#f4f6fa;--bg-surface:#fff;--bg-surface-2:#eef1f6;--bg-hover:#e7ebf2;--border:#d9dfe9;--text-primary:#0f1726;--text-secondary:#475569;--text-muted:#8593a8;--accent:#0da552;--accent-text:#fff;--success:#16a34a;--danger:#dc2626;--info:#0284c7;--warning:#d97706;--purple:#7c3aed;--teal:#0d9488;--shadow:0 4px 16px #0f172617;--overlay:#0006;--input-bg:#0000000a;--input-border:#0000001f;--bg-login:linear-gradient(135deg,#eef1f6 0%,#f4f6fa 50%,#eef1f6 100%);--accent-fade:#0da5521f;--accent-fade-2:#0da55233;--success-fade:#16a34a1a;--danger-fade:#dc26261a;--info-fade:#0284c71a;--warning-fade:#d977061a;--purple-fade:#7c3aed1a;--teal-fade:#0d94881a;--white-fade:#00000008;--white-fade-2:#0000000f;--accent-border:#0da55259;--success-border:#16a34a4d;--danger-border:#dc26264d;--info-border:#0284c74d;--warning-border:#d977064d;--purple-border:#7c3aed4d;--teal-border:#0d94884d;--accent-gradient:linear-gradient(135deg,#0da552,#0a8443);--success-gradient:linear-gradient(135deg,#16a34a,#15803d);--info-gradient:linear-gradient(135deg,#0284c7,#1d4ed8)}body{background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,Segoe UI,system-ui,sans-serif}:root:not([data-no-trans]) *{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}a{text-decoration:none}button{cursor:pointer}input,textarea,select{font-family:inherit}:root{--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--r-sm:8px;--r-md:10px;--r-lg:14px;--r-xl:18px;--z-sticky:50;--z-drawer:100;--z-overlay:99;--z-modal:9999;--shell-nav-w:240px;--shell-topbar-h:56px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--r-sm)}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:var(--z-modal);background:var(--accent);color:var(--accent-text);border-radius:0 0 var(--r-sm) 0;padding:10px 16px;font-size:13px;font-weight:700;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}@media (prefers-reduced-motion:reduce){:root:not([data-no-trans]) *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.tz-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--r-lg)}.tz-section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700}.tz-kpi{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:var(--sp-4) var(--sp-5);gap:var(--sp-1);flex-direction:column;min-width:0;display:flex}.tz-kpi__value{font-variant-numeric:tabular-nums;font-size:26px;font-weight:800;line-height:1.1}.tz-kpi__label{color:var(--text-secondary);font-size:12px;font-weight:600}.tz-kpi__sub{color:var(--text-muted);font-size:11px}.tz-kpi--alert{border-color:var(--warning-border);background:var(--warning-fade)}.tz-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.tz-dot--live{background:var(--success)}.tz-dot--stale{background:var(--warning)}.tz-dot--down{background:var(--danger)}.tz-actionbar{background:var(--bg-surface-2);border:1px solid var(--accent-border);border-radius:var(--r-lg);padding:var(--sp-4);box-shadow:var(--shadow)}.tz-kbd{border:1px solid var(--input-border);background:var(--input-bg);color:var(--text-muted);border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:700;line-height:1.6;display:inline-block}.tz-req{color:var(--danger);margin-left:2px;font-weight:800}@media (max-width:1439px){.tz-kpi__value{font-size:23px}}@media (max-width:1279px){.tz-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tz-grid-2{grid-template-columns:minmax(0,1fr)!important}}@media (max-width:1100px){.tz-op-shell{flex-direction:column!important}.tz-op-aside{max-height:460px;width:100%!important}}.leaflet-control-zoom a,.leaflet-control-layers-toggle,.leaflet-bar a{background:var(--bg-surface)!important;color:var(--text-primary)!important;border-color:var(--border)!important}.leaflet-control-layers{background:var(--bg-surface)!important;border-color:var(--border)!important;color:var(--text-primary)!important}.leaflet-control-layers label{color:var(--text-primary)!important}
