:root{--bg:#fff;--surface:#f4f6f5;--surface-2:#eef1ef;--surface-3:#e3e7e4;--text:#0b0d0c;--text-2:#0b0d0ce0;--muted:#0b0d0c8c;--border:#0b0d0c0f;--shadow:0 10px 30px #0b0d0c08;--accent-tint:#caff0429;--accent:#caff04;--accent-hover:#b6e602;--green:#22c55e;--danger:#ef4444;--amber:#facc15;--blue:#3b82f6;--radius:24px;--radius-md:16px;--radius-sm:10px;--radius-pill:999px;--mono:"JetBrains Mono", ui-monospace, Menlo, monospace;--sans:"Outfit", "Plus Jakarta Sans", system-ui, sans-serif;--display:"Outfit", "Plus Jakarta Sans", system-ui, sans-serif;--transition:all .25s cubic-bezier(.4, 0, .2, 1)}:root[data-theme=dark]{--bg:#0b0c0c;--surface:#101213;--surface-2:#191c1e;--surface-3:#222629;--text:#f3f5f6;--text-2:#f3f5f6e0;--muted:#f3f5f699;--border:#f3f5f614;--shadow:0 12px 40px #00000073;--accent-tint:#caff0414}*{box-sizing:border-box}html,body{background:var(--surface);background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);height:100%;color:var(--text);font-family:var(--sans);background-size:36px 36px;margin:0;padding:0;transition:background-color .3s,color .3s}::selection{background:var(--accent);color:#0b0d0c}.page{flex-direction:column;width:100%;padding:28px 40px 40px;display:flex}@media (width<=1024px){.page{padding:24px 28px 32px}}@media (width<=720px){.page{padding:16px 16px 32px}}.page-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.page-title{font-family:var(--display);letter-spacing:-.02em;margin:0;font-size:clamp(24px,5vw,42px);font-weight:700;line-height:1.1}.page-title .accent{color:var(--text);display:inline-block;position:relative}.page-title .accent:after{content:"";background:var(--accent);z-index:-1;border-radius:2px;height:8px;position:absolute;bottom:4px;left:0;right:0}.page-sub{font-family:var(--sans);color:var(--muted);text-align:right;max-width:400px;margin:0;font-size:13px;line-height:1.5}@media (width<=720px){.page-head{flex-direction:column;align-items:flex-start;gap:12px}.page-sub{text-align:left}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes spin{to{transform:rotate(360deg)}}.slide-up{animation:.4s cubic-bezier(.16,1,.3,1) both slideUp}.sre-panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);padding:24px 28px}.sre-panel:hover{box-shadow:0 16px 48px #0b0d0c12}:root[data-theme=dark] .sre-panel:hover{box-shadow:0 16px 48px #0009}.sre-sub-panel{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);padding:16px}.sre-sub-panel:hover{background:var(--surface-3)}.sre-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.sre-mono-muted{font-family:var(--mono);color:var(--muted);font-size:11px}.sre-kpi-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}@media (width<=1280px){.sre-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (width<=720px){.sre-kpi-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.sre-row-2{grid-template-columns:1.5fr 1fr;gap:24px;margin-bottom:24px;display:grid}@media (width<=1024px){.sre-row-2{grid-template-columns:1fr}}.sre-signals-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=480px){.sre-signals-grid{grid-template-columns:1fr}}.sre-capacity-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:16px;display:grid}.sre-slo-head,.sre-slo-row{grid-template-columns:1.3fr .9fr 1.4fr 1.2fr;align-items:center;gap:16px;display:grid}.sre-mobile-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-right:6px;font-size:10px;display:none}@media (width<=720px){.sre-slo-head{display:none}.sre-slo-row{grid-template-columns:1fr 1fr;grid-template-areas:"name sli""budget budget""trend trend";row-gap:12px}.sre-slo-row>:first-child{grid-area:name}.sre-slo-row>:nth-child(2){text-align:right;grid-area:sli}.sre-slo-row>:nth-child(3){grid-area:budget}.sre-slo-row>:nth-child(4){grid-area:trend}.sre-mobile-label{display:inline}}.sre-layout{height:100vh;display:flex;overflow:hidden}.sre-layout .page{flex:1;min-width:0;height:100%;overflow-y:auto}.sre-sidebar{background:var(--bg);border-right:1px solid var(--border);width:80px;box-shadow:var(--shadow);z-index:100;transition:var(--transition);scrollbar-width:none;flex-direction:column;flex:none;align-items:center;gap:28px;height:100vh;padding:32px 0;display:flex;position:sticky;top:0;overflow-y:auto}.sre-sidebar::-webkit-scrollbar{display:none}.sre-sidebar-logo{background:var(--accent);color:#0b0d0c;cursor:pointer;width:44px;height:44px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:26px;font-weight:700;display:flex;box-shadow:0 4px 14px #caff0440}.sre-sidebar-logo:hover{transform:rotate(45deg)scale(1.05)}.sre-sidebar-icons{flex-direction:column;gap:14px;display:flex}.sre-sidebar-icon{border:1px solid var(--border);background:var(--surface-2);width:44px;height:44px;color:var(--text);font-family:var(--sans);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.sre-sidebar-icon:hover{background:var(--surface-3);transform:scale(1.08)}.sre-sidebar-icon.active{background:var(--accent);color:#0b0d0c;border-color:var(--accent);box-shadow:0 4px 14px #caff044d}.sre-sidebar-theme{border:1px solid var(--border);background:var(--surface-2);width:44px;height:44px;color:var(--text);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin-top:auto;font-size:18px;display:flex}.sre-sidebar-theme:hover{background:var(--surface-3);transform:rotate(15deg)scale(1.08)}@media (width<=1024px){.sre-layout{flex-direction:column}.sre-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;align-items:center;gap:12px;width:100%;height:auto;padding:10px 20px;position:sticky;top:0;overflow:hidden visible}.sre-sidebar-logo{flex-shrink:0;width:38px;height:38px}.sre-sidebar-icons{scrollbar-width:none;flex-direction:row;flex:1;gap:8px;min-width:0;padding:2px 0;overflow-x:auto}.sre-sidebar-icons::-webkit-scrollbar{display:none}.sre-sidebar-icon{flex-shrink:0;width:38px;height:38px;font-size:11px}.sre-sidebar-theme{flex-shrink:0;width:38px;height:38px;margin-top:0;margin-left:0}}@media (width<=720px){.sre-show-mobile-only{display:flex!important}.sre-hide-mobile{display:none!important}.sre-panel{border-radius:var(--radius-md);padding:20px 16px}}.sre-dashboard-layout{flex:1;grid-template-columns:1.6fr 1fr;align-items:start;gap:24px;min-height:0;display:grid}.sre-dashboard-main{flex-direction:column;gap:24px;display:flex}.sre-dashboard-aside{flex-direction:column;gap:24px;display:flex;position:sticky;top:0}@media (width<=1024px){.sre-dashboard-layout{grid-template-columns:1fr}.sre-dashboard-aside{position:static}}
