:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f4f6;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;margin:0}#root{min-height:100vh}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;justify-items:center;gap:1rem;width:min(100%,24rem);padding:2rem;display:grid;box-shadow:0 12px 40px #0f172a14}.login-card h1{margin:0;font-size:1.75rem}.status{text-align:center;margin:0}.status--error{color:#b91c1c}.dashboard-page{background:#f8fafc;grid-template-columns:240px 1fr;min-height:100vh;display:grid}.dashboard-sidenav{color:#fff;background:#0f172a;flex-direction:column;gap:.75rem;padding:1.5rem 1rem;display:flex}.dashboard-sidenav h2{margin:0 0 .5rem;font-size:1.25rem}.sidenav-item{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.5rem;padding:.75rem .9rem;font-size:1rem}.sidenav-item:hover{background:#94a3b833}.sidenav-item--active{background:#1d4ed8;border-color:#2563eb}.dashboard-content{padding:2rem}.dashboard-content h1{margin:.25rem 0 .75rem}.dashboard-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-welcome{color:#475569;margin:0}.logout-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;padding:.5rem .85rem;font-size:.9rem}.logout-button:hover{background:#f1f5f9}.dashboard-email{color:#64748b;margin-top:1.5rem}
