.auth-shell{color:#0f172a;background:#fff;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-left{flex-direction:column;min-height:100vh;padding:32px 48px;display:flex;position:relative}.auth-brand{align-items:center;gap:8px;display:inline-flex}.brand-mark{object-fit:contain;border-radius:6px;width:28px;height:28px}.brand-name{color:#0f172a;letter-spacing:-.01em;font-size:16px;font-weight:700}.auth-form-wrap{flex:1;justify-content:center;align-items:center;display:flex}.auth-form-inner{width:100%;max-width:380px}.auth-title{text-align:center;color:#0f172a;letter-spacing:-.02em;font-size:28px;font-weight:700}.auth-subtitle{text-align:center;color:#64748b;margin-top:8px;font-size:13px;line-height:1.55}.auth-form{flex-direction:column;gap:16px;margin-top:28px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field-label{color:#0f172a;font-size:13px;font-weight:500}.input-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.input-wrap:focus-within{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b826}.input-wrap--error{border-color:#ef4444}.input-wrap--error:focus-within{box-shadow:0 0 0 3px #ef444426}.input{min-width:0;height:44px;font:inherit;color:#0f172a;background:0 0;border:0;outline:0;flex:1;padding:0 12px;font-size:14px}.input::placeholder{color:#94a3b8}.input:disabled{opacity:.6;cursor:not-allowed}.input-affix{color:#64748b;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.input-affix:hover{color:#0f172a}.field-error{color:#dc2626;font-size:12px}.auth-row{justify-content:flex-end;align-items:center;margin-top:4px;display:flex}.auth-row--between{justify-content:space-between}.link{color:#0f172a;font-size:13px;font-weight:500;text-decoration:none}.link:hover{text-decoration:underline}.link--strong{color:#0f172a;font-weight:600}.link--muted{color:#64748b;font-weight:400}.link--inline{cursor:pointer;font-size:inherit;background:0 0;border:0;padding:0;font-family:inherit}.link--inline:disabled{opacity:.5;cursor:not-allowed;text-decoration:none!important}.form-error{color:#b91c1c;background:#ef444414;border:1px solid #ef444440;border-radius:8px;margin-top:4px;padding:10px 12px;font-size:13px}.form-success{color:#166534;background:#16a34a14;border:1px solid #16a34a40;border-radius:8px;margin-top:4px;padding:10px 12px;font-size:13px}.btn-primary{color:#0f172a;letter-spacing:.01em;cursor:pointer;background:#c6ff00;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:46px;margin-top:4px;font-size:14px;font-weight:600;transition:background .15s,transform 50ms;display:inline-flex}.btn-primary:hover:not(:disabled){background:#b8ef00}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.75;cursor:not-allowed}.btn-primary[aria-busy=true]{background:#c6ff00}.btn-spinner{flex-shrink:0;animation:.9s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.btn-spinner{animation-duration:1.8s}}.auth-footer-cta{text-align:center;color:#64748b;margin-top:4px;font-size:13px}.pw-meter{gap:4px;margin-top:6px;display:flex}.pw-meter span{background:#e5e7eb;border-radius:999px;flex:1;height:4px;transition:background .2s}.pw-meter--1 span:nth-child(-n+1),.pw-meter--2 span:nth-child(-n+2),.pw-meter--3 span:nth-child(-n+3),.pw-meter--4 span:nth-child(-n+4){background:currentColor}.pw-hint{color:#64748b;margin-top:6px;font-size:12px}.otp-group{justify-content:center;gap:10px;display:flex}.otp-box{text-align:center;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:0;width:44px;height:52px;font-size:18px;font-weight:600;transition:border-color .15s,box-shadow .15s}.otp-box:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b826}.otp-box--error{border-color:#ef4444}.auth-bottom{color:#94a3b8;justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;display:flex}.auth-right{background:#fff;justify-content:stretch;align-items:stretch;padding:10px 10px 10px 0;display:flex;position:relative}.auth-right-card{background:#e8f5b8;border-radius:24px;flex:1;justify-content:center;align-items:center;padding:56px 48px;display:flex;position:relative;overflow:hidden}.auth-right-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:520px;display:flex;position:relative}.hero-title{color:#0f172a;letter-spacing:-.02em;font-size:30px;font-weight:700;line-height:1.2}.hero-subtitle{color:#334155;max-width:520px;font-size:13px;line-height:1.6}.hero-art{justify-content:center;width:100%;margin-top:12px;display:flex}.hero-art-img{object-fit:contain;border-radius:20px;width:100%;max-width:560px;height:auto}.hero-circle{pointer-events:none;background:#ffffff80;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-90px;left:-90px}@media (max-width:960px){.auth-shell{grid-template-columns:1fr}.auth-right{display:none}.auth-left{padding:24px}}@media (min-width:961px) and (max-width:1200px){.auth-right{padding:8px 8px 8px 0}.auth-right-card{padding:40px 32px}}
