@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.beacon-auth{--bg-0:#e9edf3;--bg-1:#f4f6fa;--bg-2:#fff;--bg-3:#fbfcfe;--surface:hsla(0,0%,100%,.78);--surface-2:hsla(0,0%,100%,.92);--surface-solid:#fff;--surface-inset:rgba(15,23,42,.035);--border:rgba(15,23,42,.1);--border-strong:rgba(15,23,42,.16);--border-faint:rgba(15,23,42,.05);--text:#101828;--text-muted:#51607a;--text-faint:#8a98ae;--shadow-sm:0 1px 2px rgba(15,23,42,.06);--shadow-md:0 10px 30px -12px rgba(15,23,42,.18);--shadow-lg:0 30px 60px -24px rgba(15,23,42,.25);--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:22px;--accent:oklch(0.58 0.15 252);--accent-2:oklch(0.64 0.14 250);--accent-strong:oklch(0.60 0.15 250);--accent-soft:oklch(0.70 0.13 248/0.13);--accent-line:oklch(0.70 0.13 248/0.32);--accent-glow:oklch(0.68 0.15 248/0.16);--accent-contrast:#fff;--accent-text:oklch(0.52 0.16 252);color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:-.011em;min-height:100vh}.beacon-auth *,.beacon-auth :after,.beacon-auth :before{box-sizing:border-box}.auth-split{display:grid;grid-template-columns:1.05fr 1fr;min-height:100vh}@media (max-width:860px){.auth-split{grid-template-columns:1fr}}.auth-brand{display:flex;flex-direction:column;justify-content:space-between;padding:48px 56px;position:relative;overflow:hidden;border-right:1px solid var(--border);background:radial-gradient(600px 420px at 16% 6%,var(--accent-glow),transparent 60%),var(--bg-2)}@media (max-width:860px){.auth-brand{display:none}}.auth-brand:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,var(--border) 1px,transparent 0);background-size:40px 40px;opacity:.45;-webkit-mask-image:radial-gradient(70% 60% at 30% 40%,#000,transparent 75%);mask-image:radial-gradient(70% 60% at 30% 40%,#000,transparent 75%);pointer-events:none}.auth-logo{display:flex;align-items:center;gap:11px;position:relative;z-index:2}.auth-logo-mark{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid var(--border-strong);display:grid;place-items:center;position:relative;box-shadow:var(--shadow-sm);flex:none;color:var(--accent-text)}.auth-logo-mark svg{width:20px;height:20px}.auth-logo-word{font-weight:700;font-size:17px;letter-spacing:-.02em;color:var(--text)}.auth-logo-word .ai{color:var(--accent-text)}.auth-brand-body{flex:1;display:flex;flex-direction:column;justify-content:center;padding:48px 0;position:relative;z-index:2}.auth-brand-body h1{font-size:clamp(32px,3.5vw,44px);font-weight:800;letter-spacing:-.035em;line-height:1.08;color:var(--text);margin:0 0 16px}.auth-brand-body h1 .grad{color:var(--accent-text)}.auth-brand-body .subtitle{font-size:16px;line-height:1.6;color:var(--text-muted);margin:0 0 40px;max-width:380px}.auth-features{display:flex;flex-direction:column;gap:16px;list-style:none;padding:0;margin:0}.auth-features li{display:flex;align-items:center;gap:14px;font-size:14px;color:var(--text-muted)}.auth-feat-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--accent-soft);border:1px solid var(--accent-line);color:var(--accent-text);flex:none}.auth-feat-icon svg{width:18px;height:18px}.auth-brand-footer{position:relative;z-index:2;font-size:13px;color:var(--text-faint);display:flex;gap:8px;flex-wrap:wrap}.auth-brand-footer span{white-space:nowrap}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--bg-1);position:relative}.auth-form-wrap{width:100%;max-width:420px;animation:authFadeIn .5s ease-out both}@keyframes authFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.auth-mobile-logo{display:flex;align-items:center;justify-content:center;gap:11px;margin-bottom:32px}@media (min-width:861px){.auth-mobile-logo{display:none}}.auth-theme-toggle{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;border:1px solid var(--border-strong);background:var(--surface-solid);display:grid;place-items:center;cursor:pointer;color:var(--text-muted);transition:border-color .2s,color .2s;z-index:10}.auth-theme-toggle:hover{border-color:var(--accent-line);color:var(--accent-text)}.auth-theme-toggle svg{width:18px;height:18px}.auth-form-header{text-align:center;margin-bottom:32px}.auth-form-header h1{font-size:28px;font-weight:700;letter-spacing:-.025em;color:var(--text);margin:0 0 8px}.auth-form-header p{font-size:14px;color:var(--text-muted);margin:0}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-field label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:8px}.auth-field .label-row{display:flex;justify-content:space-between;align-items:center}.auth-field .forgot-link{font-size:13px;font-weight:500;color:var(--accent-text);text-decoration:none;transition:opacity .15s}.auth-field .forgot-link:hover{opacity:.8}.auth-input-wrap{position:relative}.auth-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-faint);pointer-events:none;display:flex;align-items:center}.auth-input-icon svg{width:18px;height:18px}.auth-input{width:100%;height:48px;padding:0 16px 0 44px;border:1px solid var(--border-strong);border-radius:var(--r-md);font-size:14px;font-family:inherit;color:var(--text);background:var(--bg-1);outline:none;transition:border-color .2s,box-shadow .2s}.auth-input::-moz-placeholder{color:var(--text-faint)}.auth-input::placeholder{color:var(--text-faint)}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px oklch(.68 .15 248/.12)}.auth-error{padding:12px 14px;font-size:13px;color:#dc2626;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);border-radius:var(--r-md);line-height:1.4}.auth-btn-primary{width:100%;height:48px;border:none;border-radius:var(--r-md);background:var(--accent);color:var(--accent-contrast);font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,transform .15s,box-shadow .25s;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.16);letter-spacing:-.01em}.auth-btn-primary:hover{background:var(--accent-strong);transform:translateY(-1px);box-shadow:0 1px 0 hsla(0,0%,100%,.18) inset,0 10px 26px -14px var(--accent)}.auth-btn-primary:active{transform:translateY(1px) scale(.99)}.auth-btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.auth-divider{display:flex;align-items:center;gap:16px;margin:4px 0}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--border-strong)}.auth-divider span{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);white-space:nowrap}.auth-btn-oauth{width:100%;height:48px;border:1px solid var(--border-strong);border-radius:var(--r-md);background:var(--surface-solid);color:var(--text);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:border-color .2s,background .15s,transform .15s}.auth-btn-oauth:hover{border-color:var(--accent-line);background:var(--surface-2);transform:translateY(-1px)}.auth-btn-oauth:active{transform:translateY(1px) scale(.99)}.auth-btn-oauth svg{width:20px;height:20px}.auth-alt-link{text-align:center;font-size:14px;color:var(--text-muted);margin-top:4px}.auth-alt-link a{font-weight:700;color:var(--text);text-decoration:none;transition:color .15s}.auth-alt-link a:hover{color:var(--accent-text)}@keyframes authSpin{to{transform:rotate(1turn)}}.auth-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:authSpin .6s linear infinite;flex:none}.dark .beacon-auth{--bg-0:#070a12;--bg-1:#0a0e17;--bg-2:#0e1422;--bg-3:#131b2c;--surface:rgba(20,28,44,.62);--surface-2:rgba(26,35,54,.72);--surface-solid:#121a2b;--surface-inset:rgba(8,12,20,.5);--border:rgba(148,163,184,.12);--border-strong:rgba(148,163,184,.22);--border-faint:rgba(148,163,184,.07);--text:#eef2f8;--text-muted:#9aa7bd;--text-faint:#5f6e87;--shadow-sm:0 1px 2px rgba(0,0,0,.4);--shadow-md:0 8px 24px -8px rgba(0,0,0,.55);--shadow-lg:0 28px 64px -20px rgba(0,0,0,.7);--accent:oklch(0.70 0.13 248);--accent-2:oklch(0.64 0.14 250);--accent-strong:oklch(0.60 0.15 250);--accent-soft:oklch(0.70 0.13 248/0.13);--accent-line:oklch(0.70 0.13 248/0.32);--accent-glow:oklch(0.68 0.15 248/0.16);--accent-contrast:#f3f7ff;--accent-text:oklch(0.80 0.11 248);color-scheme:dark}