:root{--glass:var(--surface);--glass2:var(--surface2);--bdr:var(--border);--bdr2:var(--border2);--ac:var(--green);--ac2:var(--purple);--ac-mid:#5af06833;--txt:var(--text);--mid:var(--text2);--lo:var(--text3)}.auth-wrap{z-index:10;min-height:100vh;display:flex;position:relative}.auth-center-wrap{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex;position:relative}.auth-theme-btn{z-index:300;position:fixed;top:18px;right:18px}.auth-form-side{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:48px 24px;display:flex}@media (min-width:900px){.auth-form-side{justify-content:flex-end;width:50%;padding:48px 60px 48px 40px}}.auth-form-inner{flex-direction:column;gap:0;width:100%;max-width:420px;display:flex}.auth-logo{align-items:center;gap:10px;margin-bottom:40px;text-decoration:none;display:flex}.auth-logo-mark{background:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.auth-logo-mark svg{width:18px;height:18px}.auth-logo-name{font-family:var(--font-dm-sans),sans-serif;color:var(--text);font-size:15px;font-weight:800;line-height:1.1}.auth-logo-name span{color:var(--text2);letter-spacing:.04em;font-size:10px;font-weight:400;display:block}.auth-center-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;width:100%;max-width:420px;padding:40px 36px;position:relative;box-shadow:0 32px 80px #00000040}.auth-center-card:after{content:"";background:linear-gradient(to right,transparent 5%,var(--border2)50%,transparent 95%);border-radius:18px 18px 0 0;height:1px;position:absolute;top:0;left:0;right:0}.auth-heading{margin-bottom:28px}.auth-title{font-family:var(--font-dm-sans),sans-serif;letter-spacing:-.035em;color:var(--text);margin-bottom:8px;font-size:42px;font-weight:900;line-height:1}.auth-sub{color:var(--text2);font-size:13px;font-weight:300}.auth-error{color:#f87171;background:#dc262614;border:1px solid #dc262640;border-radius:10px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 14px;font-size:12px;display:flex}.auth-google-btn{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-inter),sans-serif;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;padding:12px 18px;transition:background .2s,border-color .2s;display:flex}.auth-google-btn:hover{background:var(--surface2);border-color:var(--border2)}.auth-google-btn:disabled{opacity:.5;cursor:not-allowed}.auth-divider{align-items:center;gap:12px;margin-bottom:20px;display:flex}.auth-divider-line{background:var(--border);flex:1;height:1px}.auth-divider-txt{letter-spacing:1.5px;text-transform:uppercase;color:var(--text3);white-space:nowrap;font-size:10px;font-weight:600}.auth-fields{flex-direction:column;gap:16px;display:flex}.auth-field{flex-direction:column;gap:7px;display:flex}.auth-label-row{justify-content:space-between;align-items:center;display:flex}.auth-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text3);font-size:11px;font-weight:600}.auth-forgot{color:var(--purple);cursor:pointer;background:0 0;border:none;padding:0;font-size:11px}.auth-forgot:hover{color:var(--text)}.auth-input-wrap{position:relative}.auth-input{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);font-size:13px;font-family:var(--font-inter),sans-serif;border-radius:10px;outline:none;padding:12px 14px;transition:border-color .2s,background .2s}.auth-input-wrap .auth-input{padding-right:42px}.auth-input::placeholder{color:var(--text3)}.auth-input:focus{border-color:var(--green);background:var(--surface2)}.auth-eye{cursor:pointer;color:var(--text3);background:0 0;border:none;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-eye:hover{color:var(--text2)}.auth-submit{background:var(--green);color:#000;letter-spacing:-.01em;width:100%;font-size:14px;font-weight:700;font-family:var(--font-dm-sans),sans-serif;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;margin-top:4px;padding:13px;transition:transform .15s,box-shadow .15s;display:flex}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #5af06840}.auth-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-switch{text-align:center;color:var(--text2);margin-top:20px;font-size:12px}.auth-terms{text-align:center;color:var(--text3);margin-top:10px;font-size:11px}.auth-link{color:var(--purple);font-weight:500}.auth-link:hover{color:var(--text)}.auth-back-link{color:var(--purple);align-items:center;gap:6px;font-size:13px;font-weight:500;transition:color .2s;display:inline-flex}.auth-back-link:hover{color:var(--text)}.auth-success-icon{width:52px;height:52px;color:var(--green);background:#5af0681a;border:1px solid #5af0684d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.auth-redirect-bar{background:var(--border);border-radius:1px;height:2px;overflow:hidden}.auth-redirect-fill{background:var(--green);border-radius:1px;height:100%;animation:2.5s linear forwards redirect-progress}@keyframes redirect-progress{0%{width:0}to{width:100%}}.auth-strength{align-items:center;gap:8px;display:flex}.auth-strength-bars{flex:1;gap:4px;display:flex}.auth-strength-bar{border-radius:2px;flex:1;height:3px;transition:background .3s}.auth-strength-lbl{letter-spacing:1px;text-transform:uppercase;color:var(--text3);white-space:nowrap;font-size:10px;font-weight:600}.auth-visual-side{display:none}@media (min-width:900px){.auth-visual-side{border-left:1px solid var(--border);background:var(--bg2);justify-content:center;align-items:center;width:50%;padding:40px;display:flex;position:relative;overflow:hidden}}.auth-visual-inner{z-index:2;flex-direction:column;align-items:center;gap:28px;display:flex;position:relative}.auth-ghost-num{z-index:0;font-family:var(--font-dm-sans),sans-serif;color:#5af0680d;letter-spacing:-10px;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(200px,20vw,320px);font-weight:900;line-height:.8;position:absolute;bottom:-15%;right:-10%}.auth-visual-card{z-index:2;background:var(--surface);border:1px solid var(--border);border-radius:16px;width:280px;padding:32px 28px;animation:.6s .1s both fadeUp;position:relative;box-shadow:0 24px 60px #00000059}.auth-visual-card:after{content:"";background:linear-gradient(to right,transparent 5%,var(--border2)50%,transparent 95%);height:1px;position:absolute;top:0;left:0;right:0}.auth-vc-eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:var(--text3);align-items:center;gap:6px;margin-bottom:12px;font-size:9px;font-weight:700;display:flex}.auth-vc-eyebrow:before{content:"";background:var(--green);width:10px;height:1px}.auth-vc-score{font-family:var(--font-dm-sans),sans-serif;color:var(--green);letter-spacing:-4px;text-align:center;font-size:88px;font-weight:900;line-height:.85}.auth-vc-label{text-align:center;letter-spacing:2px;text-transform:uppercase;color:var(--text2);justify-content:center;align-items:center;gap:6px;margin-bottom:14px;font-size:10px;font-weight:600;display:flex}.auth-vc-label:before{content:"";background:var(--green);border-radius:50%;width:5px;height:5px}.auth-vc-bar{background:var(--border);border-radius:1px;height:2px;margin-bottom:16px;overflow:hidden}.auth-vc-bar-fill{background:var(--green);border-radius:1px;height:100%;transition:width 1.4s cubic-bezier(.16,1,.3,1)}.auth-vc-dims{flex-direction:column;gap:6px;display:flex}.auth-vc-dim{color:var(--text2);background:var(--surface2);border:1px solid var(--border);border-radius:7px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:11px;display:flex}.auth-visual-caption{text-align:center;color:var(--text2);z-index:2;font-size:13px;font-weight:300;line-height:1.7;position:relative}.auth-visual-stats{z-index:2;gap:10px;display:flex;position:relative}.auth-stat-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:16px 18px}.auth-stat-num{font-family:var(--font-dm-sans),sans-serif;color:var(--green);letter-spacing:-1px;font-size:32px;font-weight:900;line-height:.9}.auth-stat-lbl{letter-spacing:1.5px;text-transform:uppercase;color:var(--text3);margin-top:6px;font-size:9px;font-weight:700}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
