:root{--auth-card:#ffffff;--auth-border:rgba(22,35,58,.10)}
body{min-height:100vh;margin:0;font-family:var(--cv-font-family,"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif);color:#16233a}
.auth-shell{width:min(1120px,100%);min-height:100vh;margin:0 auto;padding:1rem;display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:center}
.auth-hero,.auth-card,.landing-card{border:1px solid var(--auth-border);border-radius:28px;background:#ffffff;box-shadow:0 22px 54px rgba(246, 247, 248,.18)}
.auth-hero{padding:clamp(1.1rem,4vw,2rem);min-height:520px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}
.auth-hero::after{content:"";position:absolute;width:320px;height:320px;right:-100px;bottom:-120px;background:radial-gradient(circle,rgba(20,107,82,.10),transparent 62%);pointer-events:none}
.auth-brand{display:flex;align-items:center;gap:.9rem}
.auth-logo{width:64px;height:64px;border-radius:20px;object-fit:cover;box-shadow:0 10px 26px rgba(217,154,28,.30),0 0 0 3px rgba(217,154,28,.18)}
.auth-brand h1{margin:0;font-size:clamp(1.55rem,4vw,2.45rem);line-height:1;letter-spacing:-.045em;color:#1a2f57}
.auth-brand p{margin:.3rem 0 0;color:#5b6472;font-weight:700}
.auth-copy h2{margin:1.5rem 0 .65rem;font-size:clamp(2rem,6vw,4rem);line-height:.96;letter-spacing:-.065em;color:#16233a}
.auth-copy p{margin:0;max-width:680px;color:#3d4859;line-height:1.65;font-size:1.02rem}
.auth-pills{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}
.auth-pill{border:1px solid rgba(22,35,58,.12);border-radius:999px;padding:.55rem .75rem;background:#f6f7f8;color:#243349;font-weight:900;font-size:.82rem}
.auth-card{padding:clamp(1rem,3vw,1.35rem)}
.auth-card h2{margin:0;color:#16233a;font-size:1.7rem;letter-spacing:-.04em}
.auth-card .subtitle{margin:.35rem 0 1rem;color:#5b6472;line-height:1.45}
.auth-error{border:1px solid rgba(220,38,38,.28);background:rgba(254,226,226,.85);color:#991b1b;border-radius:16px;padding:.8rem;margin-bottom:.9rem;font-weight:800}
.auth-form{display:flex;flex-direction:column;gap:.85rem}
.auth-field{display:flex;flex-direction:column;gap:.35rem}
.auth-field label{color:#5b6472;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:950}
.auth-field input{min-height:50px;border-radius:14px;border:1px solid rgba(22,35,58,.16);background:#eef0f2;color:#16233a;padding:.8rem .9rem;outline:none}
.auth-field input:focus{border-color:rgba(20,107,82,.55);box-shadow:0 0 0 3px rgba(20,107,82,.16);background:#ffffff}
.auth-submit,.auth-link-btn{min-height:50px;border-radius:999px;border:1px solid rgba(20,107,82,.55);background:linear-gradient(135deg,#146b52,#1a8567);color:#fff;font-weight:950;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;padding:.8rem 1rem;box-shadow:0 12px 24px rgba(20,107,82,.28)}
.auth-secondary{min-height:50px;border-radius:999px;border:1px solid rgba(26,79,160,.20);background:#cfe0f5;color:#173f7a;font-weight:950;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;padding:.8rem 1rem}
.auth-actions{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:.35rem}
.auth-footer{margin-top:1rem;color:#5b6472;text-align:center;font-size:.9rem}
.auth-footer a{color:#146b52;font-weight:900;text-decoration:none}
.landing-shell{width:min(1060px,100%);min-height:100vh;margin:0 auto;padding:1rem;display:flex;align-items:center}
.landing-card{width:100%;padding:clamp(1.2rem,4vw,2.2rem);display:grid;grid-template-columns:1.05fr .95fr;gap:1.2rem;align-items:center}
.landing-title{margin:1.1rem 0 .7rem;color:#16233a;font-size:clamp(2.2rem,7vw,4.6rem);line-height:.94;letter-spacing:-.075em}
.landing-text{color:#3d4859;line-height:1.65;max-width:680px}
.landing-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}
.landing-panel{border:1px solid rgba(22,35,58,.10);border-radius:24px;background:#f6f7f8;padding:1rem}
.landing-metric{padding:.9rem;border-bottom:1px solid rgba(22,35,58,.08)}
.landing-metric:last-child{border-bottom:0}
.landing-metric span{color:#5b6472;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:950}
.landing-metric strong{display:block;color:#16233a;margin-top:.25rem;font-size:1.2rem}
@media (max-width:880px){.auth-shell,.landing-card{grid-template-columns:1fr}.auth-shell{min-height:auto;padding:.75rem}.auth-hero{min-height:auto;gap:1.3rem;border-radius:22px}.auth-card,.landing-card{border-radius:22px}.landing-shell{min-height:auto;padding:.75rem}}
@media (max-width:440px){.auth-brand{align-items:flex-start}.auth-logo{width:52px;height:52px;border-radius:16px}.landing-actions a{width:100%}}
.auth-hero-compact{min-height:430px !important;justify-content:center !important}
.auth-hero-compact .auth-copy h2{margin-top:0 !important;font-size:clamp(2rem,5vw,3.4rem) !important}
.auth-eyebrow{display:inline-flex;color:#146b52;font-size:.74rem;letter-spacing:.09em;text-transform:uppercase;font-weight:950;margin-bottom:.75rem}
.auth-hero-compact .auth-copy p{max-width:560px !important}
@media (max-width:880px){.auth-hero-compact{min-height:auto !important}}
