.auth-page{background:#fff;min-height:100vh;display:flex}.auth-panel{background:#0b3149;flex-shrink:0;justify-content:center;align-items:center;width:46%;padding:48px;display:none;position:relative;overflow:hidden}@media (min-width:900px){.auth-panel{display:flex}}.auth-panel-photo{opacity:.55;background-position:50%;background-size:cover;position:absolute;inset:0}.auth-panel-overlay{background:linear-gradient(160deg,#0b3149e0 0%,#362b36eb 100%);position:absolute;inset:0}.auth-panel-glow{background:radial-gradient(circle,#fb6c0452,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-120px;right:-120px}.auth-panel-content{z-index:1;color:#fff;max-width:380px;position:relative}.auth-panel-tag{letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;align-items:center;gap:8px;margin-bottom:22px;font-size:11px;font-weight:700;display:inline-flex}.auth-panel-content h2{margin-bottom:14px;font-size:30px;font-weight:800;line-height:1.3}.auth-panel-content h2 span{color:var(--orange)}.auth-panel-content p{color:#ffffffb3;font-size:13.5px;line-height:1.6}.auth-form-side{flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.auth-page-centered{justify-content:center}.auth-page-centered .auth-form-side{flex:none;width:100%}.auth-step-back{margin-bottom:18px}.auth-step-back .auth-link{color:var(--blue);font-weight:600}.auth-form-card{width:100%;max-width:400px}.auth-logo{margin-bottom:8px;line-height:1;display:inline-block}.auth-logo-img{width:auto;height:38px;display:block}.auth-logo-rule{align-items:center;gap:10px;margin-bottom:28px;display:flex}.auth-logo-rule .bar{background:var(--blue);flex:1;height:2px}.auth-logo-rule .bar.dim{background:#e5e7eb}.auth-logo-rule .dot{background:var(--orange);flex-shrink:0;width:7px;height:7px;transform:rotate(45deg)}.auth-panel-logo{letter-spacing:-.03em;color:#fff;margin-bottom:26px;font-size:38px;font-weight:900;line-height:1}.auth-panel-logo span{color:var(--orange)}.auth-heading h1{color:var(--blue);margin-bottom:4px;font-size:22px;font-weight:800}.auth-heading p{color:#6b7280;margin-bottom:26px;font-size:13px}.auth-field{margin-bottom:16px}.auth-field label{color:var(--blue);margin-bottom:6px;font-size:11.5px;font-weight:700;display:block}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-wrap>svg{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.auth-input-wrap input,.auth-input-wrap select{width:100%;color:var(--blue);background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;padding:11px 40px;font-family:inherit;font-size:13.5px;transition:border-color .15s,background .15s}.auth-input-wrap select{appearance:none;cursor:pointer}.auth-input-wrap input:focus,.auth-input-wrap select:focus{border-color:var(--orange);background:#fff}.auth-input-wrap.has-error input{background:#fef2f2;border-color:#f87171}.auth-input-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;line-height:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-input-toggle:hover{color:var(--blue)}.auth-error{color:#dc2626;margin-top:5px;font-size:11.5px;font-weight:600}.auth-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:flex-start;gap:8px;margin-bottom:16px;padding:10px 12px;font-size:12.5px;font-weight:600;display:flex}.auth-banner-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:flex-start;gap:8px;margin-bottom:16px;padding:10px 12px;font-size:12.5px;font-weight:600;display:flex}.auth-success-icon{color:#16a34a;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.auth-row-between{justify-content:flex-end;margin-top:-6px;margin-bottom:18px;display:flex}.auth-link{color:var(--orange);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:700}.auth-submit{background:var(--orange);color:#fff;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 0;font-family:inherit;font-size:13.5px;font-weight:700;transition:background .15s,opacity .15s;display:flex}.auth-submit:hover{background:var(--orange-dark)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-divider{letter-spacing:.04em;color:#9ca3af;text-transform:uppercase;align-items:center;gap:12px;margin:20px 0;font-size:11.5px;font-weight:700;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.auth-google-btn{justify-content:center;display:flex}.auth-switch{text-align:center;color:#6b7280;margin-top:22px;font-size:12.5px}.auth-switch button{color:var(--blue);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12.5px;font-weight:700}.auth-spinner{animation:.7s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}
