@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#03b5f1;--gold2:#38c8f5;--gold-pale:#e8f8fe;--text-dark:#111827;--text-mid:#4b5563;--text-lite:#9ca3af;--light:#fff;--light2:#f7f6f2;--light3:#eeecea;--border:#00000017;--border2:#00000026;--shadow:0 4px 24px #00000012;--shadow-lg:0 12px 48px #0000001f;--radius:12px;--radius-lg:20px;--radius-pill:40px}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--light);font-family:DM Sans,system-ui,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:.01em;font-family:Handel Gothic,handel-gothic-urw,Century Gothic,Syne,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}input,button,textarea{font-family:inherit}.auth-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-panel{flex-direction:column;justify-content:center;padding:3rem 4rem;display:flex}.auth-brand{background:var(--gold-pale);border-left:1px solid #03b5f126;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:3rem;display:flex}.auth-brand img{height:40px}.auth-brand-headline{color:var(--text-dark);text-align:center;font-family:Handel Gothic,Century Gothic,sans-serif;font-size:2rem;font-weight:800;line-height:1.25}.auth-brand-sub{color:var(--text-mid);text-align:center;max-width:320px;font-size:15px;line-height:1.7}.auth-features{flex-direction:column;gap:.75rem;width:100%;max-width:300px;display:flex}.auth-feature{color:var(--text-mid);align-items:center;gap:.75rem;font-size:14px;display:flex}.auth-feature-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:8px;height:8px}.back-link{color:var(--gold);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;margin-bottom:2rem;padding:0;font-size:14px;font-weight:600;display:inline-flex}.back-link:hover{opacity:.8}.page-title{color:var(--text-dark);margin-bottom:.4rem;font-size:2rem;font-weight:800}.page-sub{color:var(--text-mid);margin-bottom:2rem;font-size:15px}.divider{align-items:center;gap:1rem;margin:1.25rem 0;display:flex}.divider-line{background:var(--border);flex:1;height:1px}.divider-text{color:var(--text-lite);font-size:13px}.social-btn{border:1.5px solid var(--border2);border-radius:var(--radius-pill);width:100%;height:48px;color:var(--text-dark);cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:14px;font-weight:600;transition:all .2s;display:flex}.social-btn:hover{border-color:var(--gold);background:var(--gold-pale)}.social-btn svg{flex-shrink:0;width:18px;height:18px}.auth-footer{color:var(--text-mid);justify-content:center;gap:.4rem;margin-top:1.5rem;font-size:14px;display:flex}.auth-footer a{color:var(--gold);font-weight:700}.auth-footer a:hover{opacity:.8}.legal-text{color:var(--text-lite);text-align:center;margin-top:1.5rem;font-size:11px;line-height:1.6}@media (width<=768px){.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.auth-panel{padding:2rem 1.5rem}.page-title{font-size:1.6rem}}
