.auth-page{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;transition:background .25s;display:flex}.auth-loading{background:var(--background);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:420px;padding:2.5rem 2rem 1.5rem;transition:background .25s,border-color .25s,box-shadow .25s;box-shadow:0 4px 24px #7c3aed14}:root:not([data-theme=light]) .auth-card{box-shadow:0 4px 24px #7c3aed24}.auth-logo-container{justify-content:center;margin-bottom:1.5rem;display:flex}.auth-logo{width:auto;height:5.5rem}.auth-form{flex-direction:column;gap:.25rem;display:flex}.auth-title{color:var(--foreground);text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.auth-subtitle{color:var(--foreground-muted);text-align:center;margin-bottom:.75rem;font-size:.875rem;line-height:1.4}.auth-label{color:var(--foreground-muted);letter-spacing:.02em;margin-top:.75rem;margin-bottom:.3rem;font-size:.8rem;font-weight:600}.auth-input{width:100%;color:var(--foreground);background:var(--surface-raised);border:1px solid var(--border);border-radius:8px;outline:none;padding:.7rem .85rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.auth-input::placeholder{color:var(--foreground-muted);opacity:.6}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.auth-button-primary{letter-spacing:.03em;color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:8px;margin-top:1.25rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s,opacity .2s}.auth-button-primary:hover:not(:disabled){background:var(--accent-light);transform:translateY(-1px)}.auth-button-primary:active:not(:disabled){transform:translateY(0)}.auth-button-primary:disabled{opacity:.6;cursor:not-allowed}.auth-links{flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:1rem;display:flex}.auth-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:500;transition:color .2s}.auth-link:hover{color:var(--accent-light);text-decoration:underline}.auth-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-bottom:.5rem;padding:.6rem .85rem;font-size:.82rem;line-height:1.4}:root:not([data-theme=light]) .auth-error{color:#f87171;background:#ef444414;border-color:#ef444440}.auth-session-expired{color:#d97706;text-align:center;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:8px;margin-bottom:.75rem;padding:.6rem .85rem;font-size:.82rem;line-height:1.4}:root:not([data-theme=light]) .auth-session-expired{color:#fbbf24;background:#f59e0b14;border-color:#f59e0b40}.auth-footer{text-align:center;border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1rem}.auth-footer p{color:var(--foreground-muted);margin:0;font-size:.75rem}.auth-qr-container{background:var(--surface-raised);border:1px solid var(--border);border-radius:12px;justify-content:center;margin:.75rem 0;padding:1.25rem;display:flex}
.navbar-container{border-bottom:1px solid var(--border);background-color:var(--surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background-color .25s,border-color .25s}.navbar-container,.navbar-routing{flex-direction:row;align-items:center;height:80px;display:flex}.navbar-container .nav-item,.navbar-container .cursor,.navbar-routing .nav-item,.navbar-routing .cursor{cursor:pointer;height:100%;color:var(--foreground-muted);flex-direction:column;justify-content:center;align-items:center;padding:0 20px;transition:color .25s,background .25s,transform .25s;display:flex}.navbar-container .nav-item:hover,.navbar-container .cursor:hover,.navbar-routing .nav-item:hover,.navbar-routing .cursor:hover{color:var(--foreground);background:linear-gradient(to right, transparent, var(--accent-glow), transparent);transform:translateY(-1px)}.navbar-container .nav-item,.navbar-container .nav-item:after,.navbar-container .nav-item:before,.navbar-routing .nav-item,.navbar-routing .nav-item:after,.navbar-routing .nav-item:before{transition:all .2s}.theme-icon-container{width:18px;height:18px;position:relative;overflow:hidden}.theme-icon-slider{flex-direction:column;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex}.theme-icon-slider.dark{transform:translateY(0)}.theme-icon-slider.light{transform:translateY(-18px)}.theme-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}
