:root{--bg:#080706;--panel:#14110f;--ink:#f6f1ea;--muted:#a99d94;--red:#a90000;--gold:#d2a15e;--line:#3a302a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:DM Sans,sans-serif;min-height:100vh}h1,h2,b{font-family:Manrope,sans-serif}h1{font-size:clamp(44px,6vw,78px);line-height:1;margin:12px 0}h1 em{color:var(--gold);font-style:normal}.portal-head{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 1120px)/2))}.portal-head img{width:145px;height:74px;object-fit:contain}.portal-head form{margin:0}.portal-head button,.back{background:none;border:0;color:var(--muted);font-size:12px;text-decoration:underline;cursor:pointer}.login-shell{width:min(1040px,calc(100% - 32px));min-height:calc(100vh - 82px);margin:auto;display:grid;grid-template-columns:1fr 430px;gap:10%;align-items:center}.kicker{text-transform:uppercase;color:var(--gold);font:700 9px Manrope;letter-spacing:.17em}.login-shell section>p:last-child,.page-head p{color:var(--muted);max-width:560px}.portal-card{background:var(--panel);border:1px solid var(--line);padding:30px;display:flex;flex-direction:column;gap:20px}.portal-card label{display:flex;flex-direction:column;gap:7px;color:#c7bbb2;font-size:11px;font-weight:700}.portal-card label small{font-weight:400;color:var(--muted)}input,select{background:#090807;color:white;border:1px solid #4b3f37;padding:13px;font:14px DM Sans;border-radius:3px}input:focus,select:focus{outline:3px solid #a9000044;border-color:#c52b2b}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:13px 18px;border-radius:3px;background:#a90000;color:white;border:1px solid #bd2020;text-decoration:none;font:700 11px Manrope;cursor:pointer}.secondary{background:transparent;border-color:#5a4c43}.primary:disabled{opacity:.45}.portal-error{padding:12px;background:#42191a;border:1px solid #873335;color:#ffd2d2}.portal-shell{width:min(1120px,calc(100% - 32px));margin:65px auto 100px}.portal-shell.narrow{width:min(620px,calc(100% - 32px))}.page-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin:30px 0}.stats div{padding:25px;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats b{display:block;font-size:35px}.stats span,.records span{display:block;color:var(--muted);font-size:11px}.portal-section{margin-top:45px}.portal-section h2{font-size:25px}.records{border:1px solid var(--line)}.records>a,.document-record{padding:17px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:white;text-decoration:none}.records>*:last-child{border-bottom:0}.records>a:hover{background:#171310}.records b{font-size:14px}.records strong{font-size:22px}.records small{display:block;color:var(--muted)}.status{padding:5px 8px;border-radius:2px;font:700 8px Manrope;text-transform:uppercase;font-style:normal;background:#392f28}.status.submitted{background:#1c4931}.status.locked{background:#4a1d1d}.portal-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.document-record form{display:flex;gap:8px}.empty{padding:30px;color:var(--muted)}.credential-card{background:var(--panel);border:1px solid var(--line);padding:25px;margin:25px 0}.credential-card p{color:var(--muted)}.credential-card dl div{display:grid}.credential-card dt{color:var(--gold);font-size:10px;text-transform:uppercase;margin-top:15px}.credential-card dd{margin:5px 0}.credential-card code{font-size:18px;color:white}.success-mark{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#286544;font-size:28px}@media(max-width:760px){.login-shell{grid-template-columns:1fr;padding:55px 0}.page-head{display:block}.page-head .primary{margin-top:20px}.stats{grid-template-columns:1fr}.stats div{border-right:0;border-bottom:1px solid var(--line)}.portal-grid{grid-template-columns:1fr}.records>a,.document-record{align-items:flex-start;gap:15px}.document-record{flex-direction:column}.document-record form{width:100%;flex-direction:column}.document-record select,.document-record button{width:100%}}
