.home-container{flex-direction:column;min-height:100vh;display:flex}.home-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.home-title{margin:0;font-size:1.25rem}.logout-button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:background .2s}.logout-button:hover{background:var(--hover)}.home-content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.home-content h2{margin:0 0 .5rem;font-size:2rem}.home-content p{color:var(--text-muted);margin:0;font-size:1.125rem}.loading-container{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.config-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;max-width:480px;margin:4rem auto;padding:2rem}.config-error h2{color:#dc2626;margin:0 0 .5rem}.config-error code{background:#fee2e2;border-radius:3px;padding:.125rem .375rem;font-size:.875rem}.login-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:400px;padding:3rem 2.5rem;box-shadow:0 4px 24px #0000000f}.login-card h1{margin:0 0 .5rem;font-size:1.75rem}.login-card p{color:var(--text-muted);margin:0 0 2rem}.login-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:background .2s;display:inline-flex}.login-button:hover{background:var(--accent-hover)}.login-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.error-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:2rem;display:flex}.error-container h2{color:#dc2626;margin:0}.error-container p{color:var(--text-muted);margin:0 0 1rem}:root{--text:#111827;--text-muted:#6b7280;--bg:#fff;--surface:#fff;--border:#e5e7eb;--hover:#f3f4f6;--accent:#2563eb;--accent-hover:#1d4ed8;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}@media (prefers-color-scheme:dark){:root{--text:#f3f4f6;--text-muted:#9ca3af;--bg:#111827;--surface:#1f2937;--border:#374151;--hover:#374151;--accent:#3b82f6;--accent-hover:#2563eb}.config-error{color:#fca5a5;background:#450a0a;border-color:#7f1d1d}.config-error h2{color:#fca5a5}.config-error code{background:#7f1d1d}}*,:before,:after{box-sizing:border-box}body{margin:0}h1,h2,h3{color:var(--text);font-weight:600}
