@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
.auth-root{grid-template-columns:1fr 1fr;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;overflow:hidden}.auth-left{background:#080808;flex-direction:column;justify-content:space-between;padding:56px 60px;display:flex;position:relative;overflow:hidden}.auth-left:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0a 0%,#0000 65%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;left:-200px}.auth-left:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;right:-150px}.auth-left>*{z-index:1;position:relative}.auth-brand{align-items:center;gap:12px;text-decoration:none;display:flex}.auth-brand-mark{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.auth-brand-mark svg{width:18px;height:18px}.auth-brand-name{color:#fff;letter-spacing:-.3px;font-family:Inter,-apple-system,sans-serif;font-size:17px;font-weight:700}.auth-left-body{flex-direction:column;flex:1;justify-content:center;padding:60px 0;display:flex}.auth-left-eyebrow{text-transform:uppercase;letter-spacing:4px;color:#ffffff59;margin-bottom:24px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;display:block}.auth-left-headline{color:#fff;letter-spacing:-1.5px;margin-bottom:20px;font-family:Inter,-apple-system,sans-serif;font-size:clamp(28px,3.5vw,44px);font-style:normal;font-weight:800;line-height:1.1}.auth-left-desc{color:#ffffff73;max-width:380px;margin-bottom:44px;font-family:Inter,-apple-system,sans-serif;font-size:15px;font-weight:400;line-height:1.7}.auth-testimonial{border-top:1px solid #ffffff1a;padding-top:36px}.auth-testimonial-text{color:#ffffff8c;margin-bottom:20px;font-family:Inter,-apple-system,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:1.7}.auth-testimonial-author{align-items:center;gap:14px;display:flex}.auth-testimonial-avatar{color:#fff;background:linear-gradient(135deg,#d4a96a,#8b5c2a);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:Playfair Display,serif;font-size:16px;font-weight:600;display:flex}.auth-testimonial-name{color:#ffffffb3;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.auth-testimonial-role{color:#ffffff4d;margin-top:2px;font-family:Inter,sans-serif;font-size:11px}.auth-features{flex-direction:column;gap:16px;margin-bottom:48px;display:flex}.auth-feature-item{align-items:flex-start;gap:14px;display:flex}.auth-feature-dot{background:#fff6;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.auth-feature-text{color:#ffffff80;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:1.5}.auth-left-footer{color:#fff3;letter-spacing:.5px;font-family:Inter,sans-serif;font-size:11px}.auth-right{background:#fafaf8;justify-content:center;align-items:center;padding:60px 48px;display:flex;overflow-y:auto}.auth-form-container{width:100%;max-width:420px}.auth-form-eyebrow{text-transform:uppercase;letter-spacing:4px;color:#aaa;margin-bottom:16px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;display:block}.auth-form-title{color:#080808;letter-spacing:-1.2px;margin-bottom:10px;font-family:Inter,-apple-system,sans-serif;font-size:clamp(26px,3vw,36px);font-style:normal;font-weight:800;line-height:1.1}.auth-form-subtitle{color:#888;margin-bottom:36px;font-family:Inter,-apple-system,sans-serif;font-size:15px;font-weight:400;line-height:1.6}.auth-field{margin-bottom:20px}.auth-label{text-transform:uppercase;letter-spacing:2px;color:#555;margin-bottom:10px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;display:block}.auth-input{color:#080808;box-sizing:border-box;background:#fff;border:1.5px solid #e4e4e2;border-radius:12px;outline:none;width:100%;padding:14px 18px;font-family:Inter,-apple-system,sans-serif;font-size:15px;font-weight:400;transition:border-color .25s,box-shadow .25s,background .2s}.auth-input:focus{background:#fff;border-color:#080808;box-shadow:0 0 0 4px #0808080f}.auth-input::placeholder{color:#ccc;font-weight:300}.auth-input.error{border-color:#e53e3e;box-shadow:0 0 0 4px #e53e3e14}.auth-error-msg{color:#e53e3e;margin-top:8px;font-family:Inter,sans-serif;font-size:12px;font-weight:500}.auth-terms{align-items:flex-start;gap:12px;margin:24px 0 28px;display:flex}.auth-checkbox{appearance:none;cursor:pointer;background:#fff;border:1.5px solid #d0d0ce;border-radius:5px;flex-shrink:0;width:18px;height:18px;margin-top:2px;transition:background .2s,border-color .2s;position:relative}.auth-checkbox:checked{background:#080808;border-color:#080808}.auth-checkbox:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:6px;height:10px;position:absolute;top:1.5px;left:4px;transform:rotate(45deg)}.auth-terms-text{color:#888;font-family:Inter,sans-serif;font-size:13px;line-height:1.6}.auth-terms-text a{color:#080808;text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:opacity .2s}.auth-terms-text a:hover{opacity:.6}.auth-submit{color:#fff;letter-spacing:2.5px;text-transform:uppercase;cursor:pointer;background:#080808;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px 24px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,opacity .2s;display:flex;position:relative;overflow:hidden}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 40px #00000038}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-divider{align-items:center;gap:16px;margin:28px 0;display:flex}.auth-divider-line{background:#e4e4e2;flex:1;height:1px}.auth-divider-text{text-transform:uppercase;letter-spacing:2px;color:#bbb;font-family:Inter,sans-serif;font-size:11px;font-weight:600}.auth-switch{text-align:center;color:#888;margin-top:32px;font-size:16px;font-weight:300}.auth-switch a{color:#080808;letter-spacing:.5px;border-bottom:1.5px solid #080808;padding-bottom:1px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .2s}.auth-switch a:hover{opacity:.5}.auth-alert{border-radius:12px;margin-bottom:24px;padding:16px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1.5}.auth-alert-error{color:#c53030;background:#fff5f5;border:1px solid #fed7d7}.auth-alert-success{color:#276749;background:#f0fff4;border:1px solid #c6f6d5}@media (max-width:900px){.auth-root{grid-template-columns:1fr}.auth-left{display:none}.auth-right{background:#fff;align-items:flex-start;min-height:100vh;padding:80px 24px 48px}}
