:root{--blue:#075ca8;--blue-deep:#082d50;--yellow:#f6cf2c;--page:#f4f7fb;--surface:#fffffff0;--surface-border:#c7d7e7;--text:#075ca8;--muted:#50718f;--field:#fff;--field-border:#9db9d2;--orb-one:#e8edf3;--orb-two:#e1e8f0;--shadow:#073a691a;color:var(--text);background:var(--page);font-synthesis:none;font-family:Avenir Next,Avenir,Futura,sans-serif}:root[data-theme=dark]{--page:#06182d;--surface:#072340f0;--surface-border:#245a8c;--text:#eaf5ff;--muted:#adc5dc;--field:#04172b;--field-border:#2e689a;--orb-one:#0b4f8a;--orb-two:#0a355e;--shadow:#00091652}*{box-sizing:border-box}body{background:var(--page);min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}.app-shell{min-height:100vh;position:relative;overflow:hidden}.app-shell:before{background:var(--yellow);content:"";z-index:4;height:18px;position:fixed;top:0;left:0;right:0}.ambient-orb{pointer-events:none;position:fixed}.orb-one{background:var(--orb-one);clip-path:polygon(0 0,100% 0,52% 100%,0 100%);width:48rem;height:46rem;top:18px;left:0}.orb-two{background:var(--orb-two);border-radius:999px;width:48rem;height:48rem;bottom:-26rem;right:-21rem}.theme-toggle{background:var(--surface);border:1px solid var(--surface-border);color:var(--blue);z-index:5;padding:.65rem .85rem;font-size:.78rem;font-weight:800;position:fixed;top:38px;right:24px}:root[data-theme=dark] .theme-toggle{color:#b9e2ff}.login-layout,.dashboard{z-index:1;max-width:1120px;margin:0 auto;padding:7vw 24px;position:relative}.login-layout{grid-template-columns:1.25fr .75fr;align-items:center;gap:clamp(3rem,10vw,10rem);min-height:100vh;display:grid}.brand-lockup{align-items:center;gap:.7rem;display:flex}.brand-logo{background:var(--blue);border-radius:0;width:3rem;height:3rem;display:block}.brand-panel h1{color:var(--blue);letter-spacing:-.08em;margin:1rem 0 0;font-size:clamp(4rem,10vw,8rem);line-height:.84}:root[data-theme=dark] .brand-panel h1{color:#eaf5ff}.eyebrow{color:var(--blue);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}:root[data-theme=dark] .eyebrow{color:#7dc4fa}.muted{color:var(--muted);line-height:1.55}.login-card,.hero-card,.action-card,.status-card,.loading-card{background:var(--surface);border:1px solid var(--surface-border);box-shadow:0 20px 45px var(--shadow)}.login-card{border-top:8px solid var(--yellow);border-radius:0;padding:2.25rem}h2{color:var(--blue);letter-spacing:-.04em;margin:.4rem 0;font-size:1.75rem}:root[data-theme=dark] h2{color:#eaf5ff}label{color:var(--text);gap:.5rem;margin-top:1.2rem;font-size:.82rem;font-weight:700;display:grid}input{background:var(--field);border:1px solid var(--field-border);color:var(--text);border-radius:0;outline:none;padding:.8rem .9rem}input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #075ca826}.primary-button{background:var(--yellow);color:var(--blue-deep);border:0;border-radius:0;width:100%;margin-top:1.5rem;padding:.85rem 1rem;font-weight:800}.primary-button:hover:not(:disabled){background:#ffdf58}.message{border-radius:0;margin:1.2rem 0 0;padding:.75rem .85rem}.error{color:#8e3027;background:#fff0ed;border-left:4px solid #c33f32}.topbar{border-bottom:2px solid var(--yellow);justify-content:space-between;align-items:center;padding-bottom:2rem;display:flex}.topbar h1{color:var(--blue);letter-spacing:-.06em;margin:.3rem 0 0;font-size:clamp(2rem,4vw,3.4rem)}:root[data-theme=dark] .topbar h1{color:#eaf5ff}.account-area{color:var(--muted);align-items:center;gap:.8rem;display:flex}.role-chip{color:var(--blue);text-transform:uppercase;background:#e4f1fb;border:1px solid #78a9d3;border-radius:99px;padding:.35rem .65rem;font-size:.72rem;font-weight:800}:root[data-theme=dark] .role-chip{color:#b9e2ff;background:#67b8f626}.text-button{color:var(--blue);background:0 0;border:0;font-weight:700}:root[data-theme=dark] .text-button{color:#b9e2ff}.dashboard-grid{grid-template-columns:1.35fr .65fr;gap:1rem;margin-top:2rem;display:grid}.hero-card,.action-card{border-radius:0;min-height:230px;padding:1.7rem}.hero-card{border-top:6px solid var(--blue);justify-content:space-between;display:flex}.action-card{border-top:6px solid var(--yellow)}.action-card .primary-button{max-width:210px}.signal{align-items:end;gap:.35rem;height:100px;display:flex}.signal span{background:#a5bdd1;border-radius:99px;width:.75rem;display:block}.signal span:first-child{height:30%}.signal span:nth-child(2){height:55%}.signal span:nth-child(3){height:82%}.signal.online span{background:var(--blue);box-shadow:0 0 22px #075ca840}.status-grid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:1rem;display:grid}.status-card{border-radius:0;min-height:122px;padding:1.15rem}.status-card span{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:700;display:block}.status-card strong{color:var(--blue);margin-top:.75rem;font-size:1.1rem;display:block}:root[data-theme=dark] .status-card strong{color:#eaf5ff}.loading-card{color:var(--blue);border-radius:0;padding:1rem 1.2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=760px){.login-layout,.dashboard-grid{grid-template-columns:1fr}.login-layout{gap:2rem;padding-top:7rem}.brand-panel h1{font-size:4.6rem}.topbar,.account-area{flex-direction:column;align-items:flex-start}.status-grid{grid-template-columns:repeat(2,1fr)}}
