.auth-page{grid-template-columns:1fr 1fr;height:100dvh;min-height:100dvh;font-family:DM Sans,sans-serif;display:grid}@media (max-width:768px){.auth-page{grid-template-columns:1fr}}.auth-left{background:#1a1916;flex-direction:column;justify-content:space-between;padding:48px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.auth-left{display:none}}.auth-left:before{content:"";pointer-events:none;background:#ffffff08;border-radius:50%;width:400px;height:400px;position:absolute;top:-120px;right:-120px}.auth-left:after{content:"";pointer-events:none;background:#ffffff05;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-80px}.auth-left-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.auth-left-logo-mark{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.auth-left-logo-name{color:#fff;letter-spacing:-.3px;font-size:16px;font-weight:600}.auth-left-body{z-index:1;position:relative}.auth-left-tag{color:#ffffffb3;letter-spacing:.08em;text-transform:uppercase;background:#ffffff1a;border-radius:6px;margin-bottom:24px;padding:5px 10px;font-size:11px;font-weight:500;display:inline-block}.auth-left-headline{color:#fff;letter-spacing:-.8px;margin-bottom:20px;font-size:36px;font-weight:300;line-height:1.2}.auth-left-headline strong{font-weight:600}.auth-left-sub{color:#ffffff73;max-width:300px;font-size:15px;line-height:1.65}.auth-left-footer{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.auth-right-footer{z-index:1;flex-direction:column;justify-content:center;gap:14px;margin-top:16px;display:flex;position:relative}.auth-left-feature{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.auth-left-feature-dot{flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-left-feature-text{color:#fff6;font-size:13px}.auth-right-feature-text{color:#1a1916;margin:0;font-size:13px;line-height:1.4}.auth-left-step{align-items:flex-start;gap:14px;display:flex}.auth-left-step-num{color:#ffffff73;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;font-size:11px;font-weight:600;display:flex}.auth-left-step-text{color:#fff6;font-size:13px;line-height:1.5}.auth-left-step-text strong{color:#ffffff8c;margin-bottom:2px;font-weight:500;display:block}.auth-right{background:#f9f6f6;justify-content:center;align-items:center;padding:32px 40px;display:flex;overflow:hidden}@media (max-width:768px){.auth-right{align-items:flex-start;padding:40px 20px}}.auth-wrap{width:100%;max-width:360px;max-height:calc(100dvh - 80px);animation:.35s both auth-fade-up}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:28px}.auth-title{letter-spacing:-.5px;color:#1a1916;margin-bottom:6px;font-size:26px;font-weight:600}.auth-sub{color:#6b6760;font-size:14px}.auth-card{background:#fff;border:1px solid #e8e4de;border-radius:20px;margin-bottom:16px;padding:28px}.auth-field{margin-bottom:18px}.auth-field-row{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.auth-label{color:#6b6760;font-size:13px;font-weight:500}.auth-input{color:#1a1916;background:#f9f6f6;border:1px solid #e8e4de;border-radius:12px;outline:none;width:100%;height:42px;padding:0 14px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.auth-input::placeholder{color:#6b6760;opacity:.55}.auth-input:hover{border-color:#d7d0c6}.auth-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-input.has-error{border-color:#dc2626;box-shadow:0 0 0 3px #dc262614}.auth-field-err{color:#dc2626;margin-top:6px;font-size:12px}.auth-error-banner{color:#c82020;background:#fef2f2;border:1px solid #f1aaaa;border-radius:12px;align-items:center;gap:10px;margin-bottom:18px;padding:11px 14px;font-size:13px;display:flex}.auth-forgot-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;transition:color .15s}.auth-forgot-btn:hover{color:#134cca}.auth-submit-btn{color:#fff;cursor:pointer;letter-spacing:-.2px;background:#1a1916;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:44px;margin-top:20px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .15s,transform .1s;display:flex}.auth-submit-btn:hover{background:#36342d}.auth-submit-btn:active{transform:scale(.99)}.auth-alt-row{text-align:center;color:#6b6760;font-size:13px}.auth-alt-row button{color:#1a1916;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;-webkit-text-decoration:underline #e8e4de;text-decoration:underline #e8e4de;transition:text-decoration-color .15s}.auth-alt-row button:hover{text-decoration-color:#1a1916}.auth-pw-bars{gap:4px;margin-top:8px;display:flex}.auth-pw-bar{background:#e8e4de;border-radius:4px;flex:1;height:3px;transition:background .3s}.auth-pw-bar--weak{background:#dc2626}.auth-pw-bar--medium{background:#f59e0b}.auth-pw-bar--strong{background:#65a30d}.auth-pw-bar--great{background:#16a34a}.auth-pw-hint{color:#6b6760;margin-top:6px;font-size:12px;transition:color .2s}.auth-pw-hint.weak{color:#dc2626}.auth-pw-hint.medium{color:#b45309}.auth-pw-hint.strong{color:#4d7c0f}.auth-pw-hint.great{color:#16a34a}.auth-check-field{align-items:flex-start;gap:10px;margin-top:4px;margin-bottom:20px;display:flex}.auth-check-field input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;width:15px;height:15px;margin-top:3px}.auth-check-field label{color:#6b6760;cursor:pointer;font-size:13px;line-height:1.55}.auth-check-field label a{color:#1a1916;text-underline-offset:2px;-webkit-text-decoration:underline #e8e4de;text-decoration:underline #e8e4de}.auth-check-err{color:#dc2626;margin-top:-14px;margin-bottom:16px;font-size:12px}.auth-reset-sent{text-align:center;padding:8px 0 4px}.auth-reset-icon{color:#16a34a;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 18px;display:flex}.auth-reset-title{color:#1a1916;letter-spacing:-.3px;margin-bottom:8px;font-size:17px;font-weight:600}.auth-reset-sub{color:#6b6760;font-size:13px;line-height:1.65}.auth-reset-email{color:#1a1916;font-weight:600}.auth-reset-note{color:#6b6760;opacity:.75;margin-top:14px;font-size:12px;line-height:1.5}.auth-back-btn{color:#6b6760;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:20px;padding:0;font-family:DM Sans,sans-serif;font-size:13px;transition:color .15s;display:inline-flex}.auth-back-btn:hover{color:#1a1916}
