:root{--navy:#061225;--navy2:#0a2840;--teal:#0f9f98;--blue:#1976d2;--ink:#102238;--muted:#607086;--line:#d9e3ec;--paper:#fff;--soft:#f3f7fa;--scale:1}
*{box-sizing:border-box}
html{font-size:calc(16px * var(--scale))}
body.account-page{display:block;min-height:100vh;margin:0;padding:0;background:#061225;color:var(--ink);font-family:Arial,sans-serif}
.account-shell{display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(380px,.92fr);min-height:calc(100vh - 46px)}
.account-brand-panel{position:relative;display:flex;min-height:100%;flex-direction:column;padding:38px 54px;overflow:hidden;background:radial-gradient(circle at 82% 22%,rgba(20,184,166,.23),transparent 32%),linear-gradient(145deg,var(--navy) 0%,var(--navy2) 58%,#086b70 140%);color:#fff}
.account-brand-panel:after{content:"";position:absolute;right:-170px;bottom:-220px;width:520px;height:520px;border:1px solid rgba(94,234,212,.16);border-radius:50%;box-shadow:0 0 0 70px rgba(94,234,212,.04),0 0 0 145px rgba(94,234,212,.025)}
.brand-top,.brand-sign,.status-chip,.feature-card,.privacy-note{display:flex;align-items:center}.brand-top{position:relative;z-index:1;justify-content:space-between;gap:20px}.brand-sign{gap:12px}.brand-mark,.form-mark{display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#12b8a9,#1976d2);color:#fff;font-weight:900;letter-spacing:.04em}.brand-mark{width:48px;height:48px}.brand-sign strong,.brand-sign small{display:block}.brand-sign strong{font-size:15px}.brand-sign small{margin-top:3px;color:#b9d4e5;font-size:11px}.status-chip{gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(4,15,28,.34);font-size:11px}.status-chip i{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 12px #34d399}
.brand-copy{position:relative;z-index:1;margin:auto 0;max-width:680px}.eyebrow,.form-eyebrow{font-size:11px;font-weight:900;letter-spacing:.12em}.eyebrow{color:#6ee7d8}.brand-copy h1{margin:15px 0;font-size:26px;line-height:1.22}.brand-copy>p{max-width:590px;color:#c5dbe8;font-size:13px;line-height:1.65}.feature-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:12px;margin:26px 0 20px}.feature-card{min-height:92px;gap:13px;padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(3,16,30,.38)}.feature-card span{font-size:21px;color:#5eead4}.feature-card small,.feature-card strong,.feature-card em{display:block}.feature-card small{color:#8fb4c9;font-size:9px;letter-spacing:.09em}.feature-card strong{margin:4px 0;color:#fff;font-size:13px}.feature-card em{color:#bdd4e2;font-size:10px;font-style:normal}.benefits{display:grid;gap:9px;margin:0;padding:0;list-style:none}.benefits li{position:relative;padding-left:23px;color:#d7e6ef;font-size:12px}.benefits li:before{content:"✓";position:absolute;left:0;color:#5eead4;font-weight:900}.privacy-note{position:relative;z-index:1;gap:11px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.privacy-note span{display:grid;min-width:30px;height:30px;place-items:center;border-radius:50%;background:rgba(94,234,212,.12);color:#5eead4}.privacy-note p{margin:0;color:#a9c4d4;font-size:10px;line-height:1.5}.privacy-note strong{display:block;color:#fff;font-size:11px}
.account-form-panel{display:flex;align-items:center;justify-content:center;padding:30px;background:linear-gradient(160deg,#f8fbfd,#eef4f7)}.account-card{width:min(100%,480px);padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--paper);box-shadow:0 24px 70px rgba(15,35,55,.13)}.accessibility-panel{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px;margin-bottom:20px}.accessibility-panel>span{margin-right:auto;color:var(--muted);font-size:10px;font-weight:800}.accessibility-btn{min-width:36px;min-height:30px;padding:5px 8px;border:1px solid #cbd7e2;border-radius:7px;background:#fff;color:var(--ink);font-size:10px;font-weight:800;cursor:pointer}.accessibility-btn:hover,.accessibility-btn:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.accessibility-btn.contrast{background:#ffb000;color:#111}.form-mark{width:52px;height:52px;margin-bottom:18px;font-size:11px}.form-eyebrow{color:#0d8b85}.account-card h1{margin:8px 0 5px;font-size:16px;line-height:1.35}.account-intro{margin:0 0 24px;color:var(--muted);font-size:12px;line-height:1.55}.account-card form{width:100%;max-width:none;margin:0;padding:0;background:transparent;border-radius:0;box-shadow:none;text-align:left}.account-card label{display:block;margin-bottom:6px;color:var(--ink);font-size:12px;font-weight:800}.account-card input[type=email],.account-card input[type=password]{width:100%;min-height:46px;margin:0 0 15px;padding:11px 12px;border:1px solid #c7d3df;border-radius:9px;background:#fff;color:var(--ink);font-size:15px}.account-card input:focus{outline:3px solid rgba(15,159,152,.18);border-color:var(--teal)}.account-card input[type=submit]{width:100%;min-height:47px;margin-top:3px;border:0;border-radius:9px;background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 12px 26px rgba(15,159,152,.24)}.account-card input[type=submit]:hover{background:linear-gradient(135deg,#0b827d,#155eb0)}.reset-row{text-align:center}.reset-link{color:#087e79;font-size:12px;font-weight:800;text-decoration:none}.turnstile-box{display:flex;justify-content:center;margin:10px 0 14px}.error-box,.redirect-info,.message,.error{margin:10px 0;padding:10px;border-radius:8px;font-size:12px;font-weight:700;text-align:left}.error-box,.error{border:1px solid #fecaca;background:#fee2e2;color:#991b1b}.redirect-info,.message{border:1px solid #bfdbfe;background:#dbeafe;color:#1e40af}.account-footer{height:46px;padding:15px;background:#061225;color:#b8cad8;text-align:center;font-size:10px}
.account-footer{width:100%;max-width:none;margin:0}
html.high-contrast body.account-page,html.high-contrast .account-form-panel{background:#000!important;color:#fff!important}html.high-contrast .account-brand-panel{background:#000!important;border-right:3px solid #ffb000}html.high-contrast .account-card{background:#111827!important;color:#fff!important;border:3px solid #ffb000}html.high-contrast .account-intro,html.high-contrast label{color:#fff!important}html.high-contrast input{background:#000!important;color:#fff!important;border:2px solid #ffb000!important}html.high-contrast .accessibility-btn,html.high-contrast input[type=submit]{background:#ffb000!important;color:#000!important;border-color:#fff!important}
@media(max-width:900px){.account-shell{grid-template-columns:1fr}.account-brand-panel{min-height:auto;padding:28px}.brand-copy{margin:55px 0}.account-form-panel{padding:25px}}
@media(max-width:560px){.account-brand-panel{padding:22px}.status-chip{display:none}.feature-grid{grid-template-columns:1fr}.account-form-panel{padding:16px}.account-card{padding:20px;border-radius:16px}.accessibility-panel>span{width:100%;margin-bottom:4px}.accessibility-panel{justify-content:flex-start}}
