:root{
  --navy:#173756;--navy2:#0f2943;--ink:#1b2d42;--muted:#6b7f93;--line:#d8e2ec;
  --blue:#1e7ea2;--teal:#1696a7;--orange:#f59b23;--bg:#eef3f7;--white:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink)}
button,input{font:inherit}
button{cursor:pointer}
.landing-body{min-height:100vh;overflow-x:hidden}
.landing-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(430px,.82fr);background:#f7fafc}
.landing-brand{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100vh;padding:clamp(34px,5vw,76px) clamp(34px,6vw,94px);color:#fff;background:linear-gradient(140deg,#0d2945 0%,#173f60 50%,#175d73 100%)}
.landing-brand:before{content:"";position:absolute;inset:auto -18% -28% auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(44,171,186,.24),rgba(44,171,186,0) 67%);pointer-events:none}
.landing-brand:after{content:"";position:absolute;top:-170px;right:-210px;width:520px;height:520px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018);pointer-events:none}
.brand-row,.hero-copy,.landing-features,.landing-footnote{position:relative;z-index:1}
.brand-row{display:flex;align-items:center;gap:16px}
.brand-mark{width:56px;height:56px;display:grid;place-items:center;color:#fff}.brand-mark svg{width:52px;height:52px}
.brand-kicker{font-size:14px;font-weight:800;letter-spacing:.11em}.brand-system{margin-top:5px;font-size:11px;font-weight:600;letter-spacing:.075em;color:#b9ccdb}
.hero-copy{max-width:780px;margin:auto 0 54px}.secure-pill{display:inline-flex;align-items:center;gap:9px;margin-bottom:25px;padding:8px 13px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.07);font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:#d9edf2}.secure-dot{width:7px;height:7px;border-radius:50%;background:#4ed0b8;box-shadow:0 0 0 5px rgba(78,208,184,.12)}
.hero-copy h1{margin:0;font-size:clamp(42px,5.3vw,74px);line-height:1.01;letter-spacing:-.045em;font-weight:760}.hero-copy h1 span{color:#8ed6df}.hero-copy p{max-width:690px;margin:28px 0 0;font-size:clamp(15px,1.45vw,19px);line-height:1.7;color:#c6d8e5}
.landing-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.landing-features article{min-height:130px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}.feature-icon{width:34px;height:34px;display:grid;place-items:center;margin-bottom:13px;border-radius:10px;background:rgba(255,255,255,.11);color:#9edfe7}.feature-icon svg{width:19px;height:19px}.landing-features strong,.landing-features span{display:block}.landing-features strong{font-size:12px;letter-spacing:.02em}.landing-features span{margin-top:7px;font-size:10.5px;line-height:1.55;color:#b9ccda}
.landing-footnote{display:flex;align-items:center;gap:12px;margin-top:34px;color:#93adbf;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.footnote-line{width:34px;height:1px;background:#5d8199}
.login-zone{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:42px;background:linear-gradient(180deg,#f8fbfd,#eef3f7)}
.login-card{width:min(100%,470px);padding:38px 38px 30px;border:1px solid #d9e3ec;border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(17,42,68,.13)}
.login-card-head{display:flex;align-items:center;gap:15px}.login-shield{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eaf3f8;color:var(--navy)}.login-shield svg{width:25px;height:25px}.login-eyebrow{display:block;margin-bottom:4px;font-size:9.5px;font-weight:800;letter-spacing:.14em;color:#7890a4}.login-card h2{margin:0;font-size:25px;letter-spacing:-.02em;color:#1a2d43}.login-intro{margin:20px 0 25px;padding-bottom:22px;border-bottom:1px solid #edf1f5;font-size:12px;line-height:1.65;color:#64798c}
.landing-field{display:block;margin-top:17px}.landing-field>span{display:block;margin-bottom:8px;font-size:10px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;color:#516b81}.landing-input-wrap{position:relative}.landing-input-wrap>svg{position:absolute;left:14px;top:50%;width:19px;height:19px;transform:translateY(-50%);color:#7990a5}.landing-input-wrap input{width:100%;height:54px;padding:0 48px 0 44px;border:1px solid #cdd9e4;border-radius:13px;outline:0;background:#fbfdfe;color:#1b2d42;transition:border-color .18s,box-shadow .18s,background .18s}.landing-input-wrap input:focus{border-color:#3d8fac;background:#fff;box-shadow:0 0 0 4px rgba(61,143,172,.1)}.landing-input-wrap input::placeholder{color:#9cadba}.password-toggle{position:absolute;right:8px;top:8px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#6b8194}.password-toggle:hover{background:#edf4f7}.password-toggle svg{width:19px;height:19px}
.landing-error{margin-top:16px;padding:12px 13px;border:1px solid #f1c3bd;border-radius:11px;background:#fff5f3;color:#a43d32;font-size:11px;line-height:1.45}.landing-login-button{width:100%;height:54px;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:13px;background:linear-gradient(135deg,#173756,#1d5874);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;box-shadow:0 11px 25px rgba(23,55,86,.18);transition:transform .15s,box-shadow .15s,opacity .15s}.landing-login-button svg{width:18px;height:18px}.landing-login-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(23,55,86,.24)}.landing-login-button:disabled{cursor:wait;opacity:.7;transform:none}
.login-help{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;font-size:10.5px;color:#7b8fa1}.login-help button{padding:0;border:0;background:transparent;color:#246a87;font-weight:750}.login-help button:hover{text-decoration:underline}.login-security-note{display:flex;align-items:center;gap:9px;margin-top:25px;padding-top:18px;border-top:1px solid #edf1f5;font-size:9.8px;color:#8294a3}.login-security-note svg{flex:0 0 auto;width:16px;height:16px;color:#3d8f7c}.login-footer{margin-top:22px;font-size:9.5px;color:#8798a7}
@media (max-width:1040px){.landing-shell{grid-template-columns:1fr}.landing-brand{min-height:auto;padding:38px 42px 44px}.hero-copy{margin:60px 0 40px}.hero-copy h1{font-size:52px}.login-zone{min-height:auto;padding:55px 28px 70px}.landing-features{grid-template-columns:repeat(3,1fr)}}
@media (max-width:720px){.landing-brand{padding:28px 22px 34px}.brand-mark{width:46px;height:46px}.brand-mark svg{width:44px;height:44px}.brand-kicker{font-size:11px}.brand-system{font-size:9px}.hero-copy{margin:48px 0 34px}.hero-copy h1{font-size:39px}.hero-copy p{font-size:14px}.landing-features{grid-template-columns:1fr}.landing-features article{min-height:auto;display:grid;grid-template-columns:40px 1fr;column-gap:12px;align-items:start}.feature-icon{grid-row:1/3;margin:0}.landing-footnote{margin-top:25px}.login-zone{padding:38px 16px 50px}.login-card{padding:28px 20px 23px;border-radius:20px}.login-help{align-items:flex-start;flex-direction:column;gap:7px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
