@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#081120;--bg-soft:#12213cb8;--surface:#0d172ad1;--surface-border:#94a3b82e;--text:#eef2ff;--muted:#a6b3d1;--accent:#7dd3fc;--accent-strong:#38bdf8;--success:#4ade80;--shadow:0 24px 80px #00000057}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--text);background:radial-gradient(circle at 0 0,#38bdf82e,#0000 28%),radial-gradient(circle at right 20%,#7dd3fc1f,#0000 24%),linear-gradient(135deg,#050b16 0%,#0a1324 50%,#081120 100%);margin:0;font-family:Space Grotesk,sans-serif}a{color:inherit}.shell{align-content:center;gap:1.5rem;min-height:100vh;padding:clamp(1.5rem,4vw,4rem);display:grid}.hero,.card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--shadow)}.hero{border-radius:28px;max-width:980px;padding:clamp(1.5rem,3vw,3rem)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:.82rem;display:inline-flex}h1,h2,p{margin:0}h1{letter-spacing:-.06em;max-width:12ch;font-size:clamp(2.8rem,7vw,5.8rem);line-height:.95}.hero p{max-width:60ch;color:var(--muted);margin-top:1.25rem;font-size:1.08rem;line-height:1.7}.hero strong{color:var(--text)}.actions{flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.75rem;display:flex}.primary,.status{border-radius:999px;padding:.85rem 1.1rem;font-weight:700}.primary{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#03111d;text-decoration:none}.status{border:1px solid var(--surface-border);color:var(--muted);background:#030c1880;font-family:IBM Plex Mono,monospace}.status-healthy{color:var(--success)}.status-offline{color:#fca5a5}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:980px;display:grid}.home-view{flex-direction:column;gap:2.5rem;display:flex}.card{border-radius:24px;padding:1.35rem}.card span{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.9rem;font-family:IBM Plex Mono,monospace;font-size:.78rem;display:block}.card h2{margin-bottom:.75rem;font-size:1.35rem}.card p{color:var(--muted);line-height:1.65}@media (width<=640px){.shell{padding:1rem}.hero{border-radius:22px}h1{max-width:100%;font-size:clamp(2.5rem,14vw,4rem)}}.layout-container{background:0 0;min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--surface-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--surface);z-index:100;flex-direction:column;width:280px;height:100vh;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0;overflow:hidden}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:95;background:#00000080;animation:.3s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar.collapsed{width:88px;padding:1.5rem .75rem}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.main-content{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--surface-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--surface);z-index:90;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.page-container{flex:1;padding:2rem;overflow-y:auto}.menu-list{flex-direction:column;flex:1;gap:.25rem;margin:1rem 0;padding:0 4px 0 0;list-style:none;display:flex;overflow:hidden auto}.menu-list::-webkit-scrollbar{width:4px}.menu-list::-webkit-scrollbar-track{background:0 0}.menu-list::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:10px}.menu-list::-webkit-scrollbar-thumb:hover{background:var(--muted)}.menu-section{flex-direction:column;gap:.25rem;margin-bottom:1.25rem;display:flex}.section-header{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);opacity:.6;white-space:nowrap;margin-bottom:.5rem;padding:0 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600}.menu-item{color:var(--muted);white-space:nowrap;border-radius:12px;align-items:center;gap:1rem;padding:.85rem 1.25rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar.collapsed .menu-item{justify-content:center;gap:0;width:52px;height:52px;margin:0 auto;padding:.85rem}.sidebar.collapsed .menu-section{align-items:center}.menu-item:hover,.menu-item.active{color:var(--accent);background:#7dd3fc14}.menu-item.active{border:1px solid var(--surface-border);background:#7dd3fc1f}@media (width<=980px){.sidebar{z-index:1000;width:280px;height:100vh;position:fixed;top:0;bottom:0;left:-280px;box-shadow:20px 0 50px #00000080}.sidebar.mobile-open{left:0}.sidebar.collapsed,.layout-container.collapsed .sidebar{width:280px}}.login-page{grid-template-columns:1.2fr minmax(320px,460px);gap:1.25rem;min-height:100vh;padding:1rem;display:grid}.login-hero,.login-panel{border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--surface);box-shadow:var(--shadow);border-radius:24px}.login-hero{justify-content:center;align-items:center;padding:clamp(1rem,4vw,3rem);display:flex}.login-hero img{width:min(560px,100%);height:auto}.login-panel{flex-direction:column;justify-content:center;gap:1.5rem;padding:clamp(1.25rem,3vw,2.5rem);display:flex}.login-headline{flex-direction:column;gap:.5rem;display:flex}.login-form-stack{flex-direction:column;gap:1rem;display:flex}@media (width<=980px){.login-page{grid-template-columns:1fr}.login-hero{min-height:240px}}
