:root{
  --green:#0f5e50;
  --green-2:#0b7460;
  --ink:#11263a;
  --muted:#687a8d;
  --line:#d7e2ea;
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#f6f9fb}
button,input{font:inherit}
.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.62fr) minmax(500px,1fr)}
.login-visual{position:relative;min-height:100vh;overflow:hidden;background:#dfe8e4}
.login-visual-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.login-visual-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,252,250,.93) 0%,rgba(248,252,250,.77) 38%,rgba(248,252,250,.24) 66%,rgba(10,30,24,.10) 100%),linear-gradient(180deg,rgba(255,255,255,.04),rgba(7,31,23,.2))}
.login-visual-content{position:relative;z-index:2;min-height:100vh;padding:52px 5.2vw 46px;display:flex;flex-direction:column}
.login-brand{display:flex;align-items:center;gap:18px;max-width:370px}.login-brand img{width:86px;height:86px;object-fit:contain}.login-brand strong{display:block;font-size:31px;line-height:1;color:#102d45;letter-spacing:-.04em}.login-brand span{display:block;margin-top:12px;font-size:15px;line-height:1.45;color:#4d6273}
.login-visual-copy{margin-top:auto;max-width:500px;padding:46px 0 36px}.visual-kicker{display:inline-block;color:#9b6a27;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;border-top:3px solid #c99b58;padding-top:16px}.login-visual-copy h1{margin:20px 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:58px;line-height:.94;letter-spacing:-.035em;color:#153f40}.login-visual-copy>p{max-width:440px;font-size:15px;line-height:1.7;color:#4e6570}
.visual-points{display:grid;gap:21px;margin-top:30px}.visual-points>div{display:flex;gap:14px;align-items:flex-start}.visual-points>div>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:rgba(237,249,246,.9);border:1px solid rgba(15,94,80,.08);font-size:10px;font-weight:800;color:var(--green)}.visual-points b{font-size:13px}.visual-points p{font-size:11px;line-height:1.55;color:#5d7079;margin:4px 0 0;max-width:320px}
.visual-quote{margin-top:auto;align-self:flex-end;max-width:420px;padding-right:30px;font-family:Georgia,"Times New Roman",serif;font-style:italic;color:rgba(255,255,255,.94);font-size:16px;line-height:1.45;text-shadow:0 2px 8px rgba(0,0,0,.28)}
.login-panel{position:relative;min-height:100vh;background:linear-gradient(135deg,#fbfdfe,#f4f8fa);overflow:hidden}.login-panel:after{content:"";position:absolute;right:-90px;top:-40px;width:330px;height:520px;opacity:.24;background-image:linear-gradient(45deg,transparent 42%,#d7e2e5 42%,#d7e2e5 46%,transparent 46%),linear-gradient(-45deg,transparent 42%,#d7e2e5 42%,#d7e2e5 46%,transparent 46%);background-size:44px 44px;transform:rotate(4deg)}
.login-panel-inner{position:relative;z-index:2;min-height:100vh;padding:34px clamp(36px,5vw,78px) 28px;display:flex;flex-direction:column;justify-content:center}
.login-language{position:absolute;right:clamp(34px,5vw,70px);top:28px;font-size:11px;font-weight:700;color:#3b5570}.login-language span{margin-left:7px}
.login-card{width:min(100%,570px);margin:20px auto 0;padding:42px 44px 36px;border:1px solid rgba(190,207,217,.65);border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 22px 60px rgba(32,62,81,.09);backdrop-filter:blur(14px)}
.mobile-login-brand{display:none}.login-eyebrow{margin:0 0 10px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.login-card h2{margin:0 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:34px;letter-spacing:-.02em;color:#15304b}.login-subtitle{margin:0 0 30px;color:#5f7183;font-size:14px;line-height:1.55}
.login-form{display:grid;gap:18px}.login-form>label>span{display:block;margin-bottom:8px;font-size:12px;font-weight:800;color:#1b334a}.field-wrap{position:relative;display:flex;align-items:center}.field-wrap>svg{position:absolute;left:15px;width:18px;height:18px;fill:none;stroke:#61758b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.login-form input[type=text],.login-form input[type=password]{width:100%;height:54px;padding:0 48px;border:1px solid #c9d7e2;border-radius:9px;background:#fff;color:#1f3347;outline:0;transition:.2s}.login-form input:focus{border-color:#729a91;box-shadow:0 0 0 3px rgba(15,94,80,.08)}
.password-toggle{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:0;background:transparent;color:#60758a;display:grid;place-items:center;cursor:pointer}.password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.form-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:11px}.remember-row{display:flex;align-items:center;gap:8px;color:#53677a}.remember-row input{accent-color:var(--green);width:16px;height:16px}.muted-link{color:#1d6ba2}
.login-submit{height:51px;border:0;border-radius:9px;background:linear-gradient(90deg,#17665b,#0f5d52);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(15,94,80,.14)}.login-submit span{margin-left:12px;font-size:18px}.login-submit:disabled{opacity:.65;cursor:wait}.login-error{min-height:18px;color:#b42318;font-size:11px;font-weight:700}
.login-divider{display:flex;align-items:center;gap:14px;color:#8794a0;font-size:11px}.login-divider:before,.login-divider:after{content:"";height:1px;flex:1;background:#dde5eb}
.sso-button{min-height:50px;border:1px solid #9ab4c8;border-radius:9px;background:#fff;color:#215266;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:750;position:relative}.sso-button:disabled{opacity:.78}.sso-button small{position:absolute;right:10px;top:8px;padding:3px 6px;border-radius:999px;background:#eef5f3;color:#55756c;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.gov-icon{font-size:18px}.login-terms{text-align:center;color:#7b8995;font-size:9px;line-height:1.6;margin:24px 0 0}
.login-footer-brand{margin:30px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;color:#63717c}.login-footer-brand img{width:44px;height:44px;object-fit:contain;filter:grayscale(1);opacity:.68}.login-footer-brand b{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.login-footer-brand small{display:block;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:9px;margin-top:2px}
@media(max-width:1080px){.login-shell{grid-template-columns:1fr 1fr}.login-brand strong{font-size:26px}.login-visual-copy h1{font-size:48px}.login-card{padding:34px 30px}}
@media(max-width:820px){.login-shell{display:block}.login-visual{display:none}.login-panel,.login-panel-inner{min-height:100vh}.login-panel-inner{padding:70px 18px 28px}.login-language{top:22px;right:20px}.login-card{margin:auto;padding:30px 24px}.mobile-login-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.mobile-login-brand img{width:52px;height:52px;object-fit:contain}.mobile-login-brand strong{font-size:18px}.login-footer-brand{margin-top:24px}}

.login-brand-link{display:contents;color:inherit;text-decoration:none}
