.auth-page{min-height:100vh;font-family:var(--font-family)}.auth-page--portal{display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(180deg,#e4e2f0,#dcd8ec)}.auth-portal-shell{width:100%;max-width:56rem;background:var(--auth-navy,#0f1430);border-radius:var(--border-radius);padding:2.5rem 2rem 3rem;text-align:center;box-shadow:0 24px 48px rgba(15,20,48,.2)}.auth-portal-title{color:#fff;font-size:1.125rem;font-weight:500;margin-top:1rem;margin-bottom:2.5rem}.auth-portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:42rem;margin:0 auto}@media (max-width:720px){.auth-portal-grid{grid-template-columns:1fr}}.auth-portal-card{background:#fff;border-radius:var(--border-radius-sm);padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;color:var(--text-main);font-weight:700;font-size:1rem;transition:transform .15s ease,box-shadow .15s ease;border:1px solid hsla(0,0%,100%,.2)}.auth-portal-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.15)}.auth-portal-card-icon{color:#1f2937;opacity:.9}.procston-wordmark{font-weight:700;letter-spacing:-.03em;line-height:1.1;display:inline-block}.procston-wordmark--md{font-size:1.35rem}.procston-wordmark--lg{font-size:1.75rem}.procston-wordmark--xl{font-size:2rem}.procston-wordmark--on-dark{color:#fff}.procston-wordmark--on-light{color:var(--color-secondary)}.procston-wordmark-o{position:relative;display:inline-block;color:#6cc16a;font-weight:700}.procston-wordmark-o:after{content:"";position:absolute;left:50%;top:50%;width:.42em;height:.42em;transform:translate(-50%,-55%);border-radius:50%;background:radial-gradient(circle at 30% 30%,#7dd87a 0,#4d8e87 70%);opacity:.35;pointer-events:none}.auth-page--split{position:relative;min-height:100vh;padding:4rem 1.5rem 2rem;background:#dbe4f5}.auth-back-link,.auth-page--split{display:flex;align-items:center;justify-content:center}.auth-back-link{position:absolute;top:1.5rem;left:1.5rem;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--text-main);box-shadow:0 2px 12px rgba(15,23,42,.08);transition:background .15s ease,transform .15s ease;z-index:2}.auth-back-link:hover{background:#f8fafc;transform:scale(1.02)}.auth-split-card{display:flex;width:100%;max-width:960px;min-height:520px;border-radius:var(--border-radius);overflow:hidden;background:#fff;box-shadow:0 16px 48px rgba(15,23,42,.12);border:1px solid rgba(15,23,42,.08)}.auth-split-left{flex:0 0 44%;max-width:420px;background:linear-gradient(165deg,#12183a,#0a0e24);color:#fff;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.5rem}.auth-split-left-illustration{opacity:.95;margin:.5rem 0}.auth-split-left h1{font-size:1.5rem;font-weight:700;line-height:1.25;margin:0}.auth-split-left .auth-split-sub{font-size:.9375rem;font-weight:500;opacity:.92;margin-top:-.75rem}.auth-split-left p{font-size:.8125rem;line-height:1.55;opacity:.85;margin:0}.auth-split-right{flex:1;padding:2.5rem 2.75rem;display:flex;flex-direction:column;justify-content:center}.auth-form-title{font-size:1.375rem;font-weight:700;color:var(--text-main);margin:0 0 .35rem}.auth-form-sub{font-size:.875rem;color:var(--text-muted);margin:0 0 1.75rem}.auth-form-error{font-size:.875rem;color:var(--status-rejected);margin:-.5rem 0 1rem;line-height:1.35}.auth-form-error--field{margin:.45rem 0 0}.auth-field{margin-bottom:1.15rem}.auth-field label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-main);margin-bottom:.4rem}.auth-required{color:var(--status-rejected);margin-left:.15rem}.auth-input-wrap{position:relative}.auth-input{width:100%;border:none;border-radius:var(--border-radius-sm);background:#f3f4f6;padding:.75rem 1rem;font-size:.9375rem;color:var(--text-main);outline:none;transition:box-shadow .15s ease}.auth-input:focus{box-shadow:0 0 0 2px rgba(77,142,135,.35)}.auth-input--error{box-shadow:inset 0 0 0 1px var(--status-rejected);background:#fff5f5}.auth-input--error:focus{box-shadow:inset 0 0 0 1px var(--status-rejected),0 0 0 2px rgba(220,38,38,.2)}.auth-input-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.25rem;cursor:pointer;color:var(--text-muted);display:flex;align-items:center}.auth-link-row{display:flex;justify-content:flex-start;margin:-.25rem 0 1.25rem}.auth-inline-link{background:none;border:none;padding:0;font-size:.8125rem;font-weight:600;color:var(--status-review);cursor:pointer;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}a.auth-inline-link{display:inline}.auth-primary-btn{width:100%;border:none;border-radius:var(--border-radius-sm);background:var(--color-primary);color:#fff;font-size:.9375rem;font-weight:600;padding:.85rem 1rem;cursor:pointer;transition:background .15s ease}.auth-primary-btn:hover{background:var(--color-primary-hover)}.auth-footer-text{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:1.25rem}.auth-footer-text a{color:var(--status-review);font-weight:600;text-decoration:none}.auth-footer-text a:hover{text-decoration:underline}.auth-terms{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--text-muted);margin:.25rem 0 1.25rem}.auth-terms input{margin-top:.2rem;accent-color:var(--color-primary)}.auth-terms a{color:var(--status-review);font-weight:600;text-decoration:none}.auth-terms a:hover{text-decoration:underline}.auth-terms-link{background:none;border:none;padding:0;margin:0;font:inherit;color:var(--status-review);font-weight:600;cursor:pointer;text-decoration:none}.auth-terms-link:hover{text-decoration:underline}.auth-terms-modal-card{background:#fff;border-radius:12px;box-shadow:0 24px 64px rgba(15,23,42,.22);display:flex;flex-direction:column;max-height:min(90vh,720px);overflow:hidden;padding:0;width:min(560px,100%)}.auth-terms-modal-inner{display:flex;flex-direction:column;min-height:0}.auth-terms-modal-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid rgba(15,23,42,.08)}.auth-terms-modal-title{color:#1a1c23;font-size:1.125rem;font-weight:700;line-height:1.35;margin:0;padding-right:.5rem}.auth-terms-modal-close{background:transparent;border:0;color:#64748b;cursor:pointer;flex-shrink:0;line-height:0;padding:.25rem;border-radius:6px}.auth-terms-modal-close:hover{background:rgba(15,23,42,.06);color:#334155}.auth-terms-modal-body{color:#475569;flex:1;font-size:.875rem;line-height:1.55;min-height:0;overflow-y:auto;padding:1rem 1.25rem 1.25rem}.auth-terms-modal-lead{color:#334155;font-weight:500;margin:0 0 1rem}.auth-terms-modal-body section{margin-bottom:1rem}.auth-terms-modal-body section:last-child{margin-bottom:0}.auth-terms-modal-body h3{color:#1e293b;font-size:.8125rem;font-weight:700;margin:0 0 .35rem}.auth-terms-modal-body p{margin:0}.auth-terms-modal-footer{border-top:1px solid rgba(15,23,42,.08);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;padding:1rem 1.25rem 1.25rem}.auth-terms-modal-btn{border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;min-height:40px;padding:0 1.25rem}.auth-terms-modal-btn--secondary{background:#fff;border:1px solid #cbd5e1;color:#334155}.auth-terms-modal-btn--secondary:hover{background:#f8fafc}.auth-terms-modal-btn--primary{background:var(--color-primary,#4d8e87);border:1px solid transparent;color:#fff}.auth-terms-modal-btn--primary:hover{background:var(--color-primary-hover,#3d736d)}.auth-page--verify{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem 2rem;background:linear-gradient(180deg,#12183a,#0a0e24)}.auth-verify-logo{margin-bottom:2rem}.auth-verify-card{width:100%;max-width:420px;background:#fff;border-radius:var(--border-radius);padding:2.25rem 2rem;box-shadow:0 24px 48px rgba(0,0,0,.25)}.auth-verify-card h1{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:var(--text-main)}.auth-verify-card>p{font-size:.875rem;color:var(--text-muted);margin:0 0 1.5rem;line-height:1.45}.auth-otp-row{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.auth-otp-box{width:2.75rem;height:2.75rem;text-align:center;font-size:1.125rem;font-weight:600;border:none;border-radius:var(--border-radius-sm);background:#eceef2;color:var(--text-main);outline:none;transition:box-shadow .15s ease}.auth-otp-box:focus{box-shadow:0 0 0 2px rgba(77,142,135,.45);background:#fff}.auth-otp-box--error{box-shadow:inset 0 0 0 1px var(--status-rejected);background:#fff5f5}.auth-otp-box--error:focus{box-shadow:inset 0 0 0 1px var(--status-rejected),0 0 0 2px rgba(220,38,38,.2)}.auth-verify-timer{font-size:.75rem;color:var(--text-muted);text-align:center;margin-bottom:1.25rem}.auth-verify-timer strong{color:var(--text-main);font-weight:600}.auth-verify-resend{text-align:center;font-size:.8125rem;color:var(--text-muted);margin-top:1rem}.auth-verify-resend button{display:block;margin:.35rem auto 0;background:none;border:none;font-weight:700;color:var(--color-secondary);cursor:pointer;font-size:.875rem}.auth-verify-resend button:hover:not(:disabled){text-decoration:underline}.auth-verify-resend button:disabled{opacity:.45;cursor:not-allowed}.auth-verify-success{margin:.85rem 0 0;color:#166534;background:#ecfdf3;border:1px solid #86efac;border-radius:8px;padding:.6rem .75rem;font-size:.8125rem;text-align:center}@media (max-width:800px){.auth-split-card{flex-direction:column;max-width:480px}.auth-split-left{flex:none;max-width:none}.auth-split-left,.auth-split-right{padding:2rem 1.75rem}}