.auth-page-wrapper{font-family:var(--font-inter), system-ui, sans-serif;color:#1a1a1a;-webkit-font-smoothing:antialiased;background:#f5f4f0;flex-direction:column;min-height:100vh;display:flex}.auth-nav{background:#f5f4f0;border-bottom:1px solid #e0dfda;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:58px;padding:0 32px;display:flex}.auth-nav-logo{color:#1a1a1a;align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.auth-logo-icon{background:#1a1a1a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.auth-nav-center{color:#8a8a85;font-size:13px;font-weight:400}.auth-nav-center a{color:#5b6ec5;font-weight:500;text-decoration:none}.auth-nav-center a:hover{text-decoration:underline}.auth-main{flex:1;grid-template-columns:1fr 480px;min-height:calc(100vh - 58px);display:grid}.auth-brand-panel{background:#1a1a1a;flex-direction:column;justify-content:center;padding:60px 56px;display:flex;position:relative;overflow:hidden}.auth-brand-circle-1{background:#5b6ec51a;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.auth-brand-circle-2{background:#ffffff08;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-80px;left:-60px}.auth-brand-logo{z-index:1;align-items:center;gap:10px;margin-bottom:48px;display:flex;position:relative}.auth-brand-logo-icon{background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.auth-brand-logo-name{color:#fff;font-size:16px;font-weight:700}.auth-brand-headline{font-family:var(--font-playfair), Georgia, serif;color:#fff;letter-spacing:-1px;z-index:1;margin-bottom:18px;font-size:clamp(32px,3.5vw,46px);font-weight:800;line-height:1.1;position:relative}.auth-brand-headline em{color:#a78bfa;font-style:italic}.auth-brand-sub{color:#ffffff80;z-index:1;margin-bottom:44px;font-size:15px;font-weight:300;line-height:1.7;position:relative}.auth-brand-features{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.auth-bf-item{align-items:flex-start;gap:12px;display:flex}.auth-bf-check{background:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:flex}.auth-bf-check svg{stroke:#22c55e;fill:none;stroke-width:2.5px;stroke-linecap:round;width:12px;height:12px}.auth-bf-text h3{color:#fff;margin-bottom:2px;font-size:13px;font-weight:600}.auth-bf-text p{color:#fff6;font-size:12px;font-weight:300;line-height:1.5}.auth-plan-badges{z-index:1;gap:10px;margin-top:48px;display:flex;position:relative}.auth-plan-badge{text-align:center;background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;flex:1;padding:10px 14px;text-decoration:none}.auth-pb-name{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:11px;font-weight:700}.auth-pb-price{font-family:var(--font-playfair), Georgia, serif;color:#fff;font-size:20px;font-weight:800}.auth-pb-period{color:#ffffff59;font-size:10px;font-weight:400}.auth-pb-popular{background:#5b6ec51f;border-color:#5b6ec580}.auth-pb-popular .auth-pb-name{color:#93c5fd}.auth-form-panel{background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:48px 40px;display:flex;overflow-y:auto}.auth-form-inner{width:100%;max-width:360px}.auth-tab-switcher{background:#f5f4f0;border-radius:12px;gap:4px;margin-bottom:32px;padding:4px;display:flex}.auth-tab-btn{font-family:var(--font-inter), sans-serif;color:#8a8a85;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:9px;flex:1;padding:10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.auth-tab-btn.active{color:#1a1a1a;background:#fff;box-shadow:0 1px 4px #00000014}.auth-form-title{font-family:var(--font-playfair), Georgia, serif;color:#0e0e0e;letter-spacing:-.5px;margin-bottom:6px;font-size:28px;font-weight:800}.auth-form-sub{color:#8a8a85;margin-bottom:28px;font-size:13px;font-weight:300;line-height:1.5}.auth-social-btns{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.auth-social-btn{width:100%;font-family:var(--font-inter), sans-serif;color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e0dfda;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.auth-social-btn:hover{background:#f5f4f0;border-color:#1a1a1a}.auth-social-btn svg{flex-shrink:0}.auth-or-divider{align-items:center;gap:12px;margin-bottom:20px;display:flex}.auth-or-line{background:#e0dfda;flex:1;height:1px}.auth-or-text{color:#8a8a85;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.auth-name-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-field{flex-direction:column;gap:5px;margin-bottom:14px;display:flex}.auth-field label{color:#1a1a1a;letter-spacing:.02em;font-size:12px;font-weight:700}.auth-field-wrap{position:relative}.auth-field input{width:100%;height:44px;font-family:var(--font-inter), sans-serif;color:#1a1a1a;background:#f5f4f0;border:1.5px solid #e0dfda;border-radius:10px;outline:none;padding:0 42px 0 14px;font-size:14px;transition:border-color .15s}.auth-field input:focus{background:#fff;border-color:#5b6ec5}.auth-field input.error{background:#fef2f2;border-color:#ef4444}.auth-field input.valid{border-color:#22c55e}.auth-field-icon{pointer-events:none;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.auth-field-icon svg{stroke:#8a8a85;fill:none;stroke-width:1.8px;stroke-linecap:round;width:16px;height:16px}.auth-field-toggle{cursor:pointer;background:0 0;border:none;padding:0;display:flex;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.auth-field-toggle svg{stroke:#8a8a85;fill:none;stroke-width:1.8px;stroke-linecap:round;width:16px;height:16px}.auth-field-error{color:#ef4444;margin-top:3px;font-size:11px;font-weight:500}.auth-login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:14px;padding:10px 12px;font-size:13px;font-weight:500}.auth-pw-strength{margin-top:6px}.auth-pw-bars{gap:4px;margin-bottom:4px;display:flex}.auth-pw-bar{background:#e0dfda;border-radius:2px;flex:1;height:3px;transition:background .2s}.auth-pw-bar.weak{background:#ef4444}.auth-pw-bar.medium{background:#f97316}.auth-pw-bar.strong{background:#22c55e}.auth-pw-label{color:#8a8a85;font-size:11px;font-weight:500}.auth-pw-label.weak{color:#ef4444}.auth-pw-label.medium{color:#f97316}.auth-pw-label.strong{color:#22c55e}.auth-checkbox-row{align-items:flex-start;gap:10px;margin-bottom:20px;display:flex}.auth-checkbox-row input[type=checkbox]{accent-color:#1a1a1a;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.auth-checkbox-row label{color:#555550;cursor:pointer;font-size:12px;font-weight:300;line-height:1.55}.auth-checkbox-row label a{color:#5b6ec5;font-weight:500;text-decoration:none}.auth-checkbox-row label a:hover{text-decoration:underline}.auth-forgot-row{justify-content:flex-end;margin-top:-8px;margin-bottom:14px;display:flex}.auth-forgot-link{color:#5b6ec5;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:500;text-decoration:none}.auth-forgot-link:hover{text-decoration:underline}.auth-btn-submit{color:#fff;width:100%;font-family:var(--font-inter), sans-serif;cursor:pointer;background:#1a1a1a;border:none;border-radius:11px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:14px;font-size:15px;font-weight:700;transition:all .15s;display:flex}.auth-btn-submit:hover:not(:disabled){background:#333}.auth-btn-submit.loading{opacity:.7;cursor:not-allowed}.auth-switch-prompt{text-align:center;color:#8a8a85;font-size:13px;font-weight:300}.auth-switch-prompt a{color:#5b6ec5;cursor:pointer;font-weight:600;text-decoration:none}.auth-switch-prompt a:hover{text-decoration:underline}.auth-success-panel{text-align:center;padding:20px 0}.auth-success-icon{background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.auth-success-panel h2{font-family:var(--font-playfair), Georgia, serif;color:#0e0e0e;margin-bottom:10px;font-size:26px;font-weight:800}.auth-success-panel p{color:#555550;margin-bottom:24px;font-size:14px;font-weight:300;line-height:1.65}.auth-btn-goto{color:#fff;font-family:var(--font-inter), sans-serif;cursor:pointer;background:#1a1a1a;border:none;border-radius:100px;align-items:center;gap:8px;padding:13px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.auth-btn-goto:hover{background:#333}.auth-trust-row{border-top:1px solid #e0dfda;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding-top:20px;display:flex}.auth-trust-item{color:#8a8a85;align-items:center;gap:5px;font-size:11px;font-weight:500;display:flex}.auth-trust-item svg{stroke:#22c55e;fill:none;stroke-width:2.5px;stroke-linecap:round;width:12px;height:12px}.auth-forgot-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.auth-forgot-modal{background:#fff;border-radius:20px;width:100%;max-width:380px;padding:36px}.auth-forgot-modal h3{font-family:var(--font-playfair), Georgia, serif;color:#0e0e0e;margin-bottom:8px;font-size:22px;font-weight:700}.auth-forgot-modal p{color:#8a8a85;margin-bottom:22px;font-size:13px;font-weight:300;line-height:1.55}.auth-forgot-modal .auth-field{margin-bottom:16px}.auth-modal-btns{gap:10px;display:flex}.auth-btn-modal-send{color:#fff;font-family:var(--font-inter), sans-serif;cursor:pointer;background:#1a1a1a;border:none;border-radius:10px;flex:1;padding:12px;font-size:13px;font-weight:700}.auth-btn-modal-cancel{color:#1a1a1a;font-family:var(--font-inter), sans-serif;cursor:pointer;background:#f5f4f0;border:1px solid #e0dfda;border-radius:10px;flex:1;padding:12px;font-size:13px;font-weight:600}.auth-forgot-sent{text-align:center}.auth-forgot-sent svg{margin-bottom:10px}.auth-forgot-sent p{color:#555550;font-size:13px;font-weight:300}.auth-footer{text-align:center;background:#f5f4f0;border-top:1px solid #e0dfda;flex-shrink:0;padding:18px 32px}.auth-footer-links{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:6px;display:flex}.auth-footer-links a{color:#8a8a85;font-size:11px;text-decoration:none}.auth-footer-links a:hover{color:#1a1a1a}.auth-footer-copy{color:#8a8a85;font-size:11px}@media (max-width:860px){.auth-main{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{justify-content:flex-start;padding:40px 24px 36px}}@media (max-width:480px){.auth-nav{padding:0 20px}.auth-form-panel{padding:28px 20px}}
