:root{color-scheme:light;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input{font:inherit}.app-loading{min-height:100vh;display:grid;place-items:center;color:#475569}.login-page,.dashboard-shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.login-card,.dashboard-shell__panel{width:min(100%,28rem);background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 30px #0f172a14}.login-card{padding:2rem}.login-card__header,.dashboard-shell__header{margin-bottom:1.5rem}.login-card__eyebrow,.dashboard-shell__eyebrow{margin:0 0 .25rem;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#2563eb}.login-card__header h1,.dashboard-shell__header h1{margin:0;font-size:1.75rem}.login-card__subtitle,.dashboard-shell__meta{margin:.5rem 0 0;color:#64748b}.login-form,.dashboard-shell{display:grid;gap:1rem}.dashboard-shell{width:min(100%,42rem);align-content:start}.dashboard-shell__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.dashboard-shell__panel{padding:1.5rem}.dashboard-shell__label{margin:0;font-size:.875rem;color:#64748b}.dashboard-shell__identity{margin:.25rem 0 0;font-size:1.25rem;font-weight:600}.field{display:grid;gap:.375rem}.field span{font-size:.875rem;font-weight:600}.field input{width:100%;padding:.75rem .875rem;border:1px solid #cbd5e1;border-radius:.5rem;background:#fff}.field input:focus{outline:2px solid #93c5fd;border-color:#60a5fa}.button{border:0;border-radius:.5rem;padding:.75rem 1rem;cursor:pointer}.button:disabled{opacity:.7;cursor:wait}.button--primary{background:#2563eb;color:#fff}.button--secondary{background:#e2e8f0;color:#0f172a}.form-error,.field-error{margin:0;color:#b91c1c;font-size:.875rem}
