body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg:#0a0f1c;--surface:#111827;--border:#1e2d45;--accent:#22d3ee;--accent-soft:#0ea5e9;--text:#f1f5f9;--text-muted:#94a3b8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{color:#f1f5f9;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.auth-container,body{background:#0a0f1c;background:var(--bg)}.auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-card{background:#111827;background:var(--surface);border:1px solid #1e2d45;border-top:3px solid #22d3ee;border:1px solid var(--border);border-radius:8px;border-top:3px solid var(--accent);max-width:400px;padding:3rem;width:100%}.auth-logo{margin-bottom:1.5rem;text-align:center}.auth-logo img{filter:drop-shadow(0 4px 12px rgba(34,211,238,.25));height:72px;width:72px}.auth-card h1{color:#f1f5f9;color:var(--text);font-size:1.75rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.25rem;text-align:center}.auth-tagline{color:#22d3ee;color:var(--accent);font-size:.85rem;font-style:italic;margin-bottom:2rem;text-align:center}.auth-card input{background:#0a0f1c;background:var(--bg);border:1px solid #1e2d45;border:1px solid var(--border);border-radius:4px;color:#f1f5f9;color:var(--text);display:block;font-size:.9rem;margin-bottom:.75rem;outline:none;padding:.625rem .75rem;transition:border-color .2s;width:100%}.auth-card input:focus{border-color:#22d3ee;border-color:var(--accent)}.auth-card input::placeholder{color:#94a3b8;color:var(--text-muted)}.auth-card button[type=submit]{background:#22d3ee;background:var(--accent);border:none;border-radius:4px;color:#0a0f1c;color:var(--bg);cursor:pointer;display:block;font-size:.9rem;font-weight:700;margin-top:.25rem;padding:.7rem;transition:opacity .2s;width:100%}.auth-card button[type=submit]:hover{opacity:.85}.auth-toggle{color:#94a3b8;color:var(--text-muted);font-size:.85rem;margin-top:1.25rem;text-align:center}.link-button{background:none;border:none;color:#22d3ee;color:var(--accent);cursor:pointer;font-size:inherit;margin-left:.25rem;text-decoration:underline}.error{background:#ef44441a;border-radius:4px;color:#ef4444;color:var(--danger);font-size:.85rem;margin-top:.75rem;padding:.625rem .75rem}.app-container{background:#0a0f1c;background:var(--bg);display:flex;flex-direction:column;min-height:100vh}.app-header{background:#111827;background:var(--surface);border-bottom:1px solid #1e2d45;border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;padding:.75rem 1.5rem}.app-header,.header-left{align-items:center;display:flex}.header-left{gap:.875rem}.app-logo{filter:drop-shadow(0 2px 8px rgba(34,211,238,.2));height:36px;width:36px}.header-text h1{color:#f1f5f9;color:var(--text);font-size:1.1rem;font-weight:700;letter-spacing:-.25px;margin:0}.header-text p{color:#22d3ee;color:var(--accent);font-size:.7rem;font-style:italic;margin:0}.logout-btn{background:#0000;border:1px solid #1e2d45;border:1px solid var(--border);border-radius:4px;color:#94a3b8;color:var(--text-muted);cursor:pointer;font-size:.8rem;padding:.375rem .875rem;transition:all .2s}.logout-btn:hover{border-color:#22d3ee;border-color:var(--accent);color:#22d3ee;color:var(--accent)}.app-main{display:flex;flex:1 1;flex-direction:column;height:calc(100vh - 54px);overflow:hidden}.error-container,.loading{color:#94a3b8;color:var(--text-muted);padding:2rem;text-align:center}.error-container button{background:#22d3ee;background:var(--accent);border:none;border-radius:4px;color:#0a0f1c;color:var(--bg);cursor:pointer;font-weight:600;margin-top:.75rem;padding:.625rem 1.25rem}@media (max-width:768px){.auth-card{padding:1.5rem}.app-header{padding:.625rem 1rem}}
/*# sourceMappingURL=main.d56468bb.css.map*/