:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f8fafc;background:#07111f;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button:focus-visible,input:focus-visible{outline:3px solid #38bdf8;outline-offset:3px}.shell{min-height:100vh;padding:clamp(1rem,4vw,3rem);background:radial-gradient(circle at top right,#12335a 0,#07111f 42%)}.center{display:grid;place-items:center}.card{border:1px solid #25425f;border-radius:1rem;background:#0a192beb;padding:1.25rem;box-shadow:0 18px 60px #00000047}.login-card{width:min(100%,28rem);display:grid;gap:1rem}.icon{width:4rem;height:4rem;display:grid;place-items:center;border-radius:1rem;background:#0c4a6e;color:#7dd3fc}.icon svg{width:2rem}.eyebrow{margin:0;color:#7dd3fc;font-size:.75rem;font-weight:800;letter-spacing:.18em}h1,h2,p{overflow-wrap:anywhere}h1{margin:.25rem 0;font-size:clamp(1.8rem,5vw,2.5rem)}h2{margin-top:0}.muted{color:#a9bbcc;line-height:1.6}label{font-weight:700;font-size:.875rem}input{width:100%;border:1px solid #36546f;border-radius:.75rem;padding:.85rem 1rem;color:#fff;background:#06101d}button{border:0;border-radius:.75rem;padding:.8rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#06101d;background:#7dd3fc;font-weight:800;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button svg{width:1rem;height:1rem}.secondary{color:#dceaf6;border:1px solid #36546f;background:#10263b}.secure{margin:0;display:flex;align-items:center;justify-content:center;gap:.45rem;color:#8fa6b9;font-size:.75rem}.secure svg{width:1rem}.alert{border:1px solid #7f1d1d;border-radius:.75rem;padding:.8rem;color:#fecaca;background:#7f1d1d47}.loading{color:#b8cad9;text-align:center}.spinner{display:block;width:2.5rem;height:2.5rem;margin:0 auto 1rem;border:3px solid #27455e;border-top-color:#7dd3fc;border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.actions{display:flex;flex-wrap:wrap;gap:.75rem}.context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.context-grid article{min-width:0;display:grid;gap:.55rem}.context-grid svg{color:#7dd3fc}.context-grid span{color:#8fa6b9;font-size:.8rem}.context-grid strong{font-size:.9rem;overflow-wrap:anywhere}.workspace{margin-top:1rem}@media(max-width:720px){.topbar{align-items:flex-start;flex-direction:column}.actions,.actions button{width:100%}.context-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}
