:root{
  --bg:#0b0d10;--surface:#12151a;--surface-2:#171b21;--line:#272d35;--text:#f5f7f8;--muted:#a9b0b8;--gold:#d4af63;--gold-2:#f1d28e;--ok:#5fd08b;--warn:#f1b85b;--bad:#ee7676;--radius:18px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 80% 0,#19150d 0,transparent 30%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,70px);border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;background:rgba(11,13,16,.88);backdrop-filter:blur(16px);z-index:20}.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.02em}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;color:var(--gold-2);font-size:13px}.site-header nav{display:flex;gap:22px;align-items:center}.site-header nav>a:not(.button){color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gold);background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#15120c;padding:13px 19px;border-radius:12px;font-weight:800;cursor:pointer}.button:hover{filter:brightness(1.05)}.button-small{padding:9px 14px;border-radius:10px}.button-ghost{background:transparent;color:var(--text);border-color:var(--line)}.full{width:100%}.text-button{border:0;background:none;color:var(--gold-2);cursor:pointer;padding:8px}.hero{min-height:650px;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center;padding:90px clamp(24px,7vw,110px)}.hero-copy h1,.auth-intro h1{font-size:clamp(42px,6vw,78px);line-height:1.02;margin:14px 0 20px;max-width:900px;letter-spacing:-.045em}.lead{font-size:20px;color:var(--muted);max-width:720px}.eyebrow{color:var(--gold-2);letter-spacing:.16em;font-size:12px;font-weight:800}.hero-actions{display:flex;gap:12px;margin-top:30px}.micro{color:#777f88;font-size:13px}.status-card,.card,.panel,.form-card,.notice{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));border:1px solid var(--line);border-radius:var(--radius)}.status-card{padding:28px}.status-card-top,.panel-title-row{display:flex;justify-content:space-between;align-items:center;gap:18px}.pill{padding:5px 9px;border-radius:999px;background:rgba(212,175,99,.12);color:var(--gold-2);font-size:12px}.flow-step{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:17px 0;border-top:1px solid var(--line)}.flow-step:first-of-type{margin-top:18px}.flow-step b{color:var(--gold)}.section{padding:80px clamp(24px,7vw,110px)}.section-heading{max-width:760px;margin-bottom:34px}.section h2,.cta h2,.panel h2{font-size:clamp(30px,4vw,48px);line-height:1.1;margin:10px 0}.cards.three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:28px}.card-number{color:var(--gold);font-weight:800}.card h3{font-size:22px;margin:30px 0 8px}.card p,.notice p,.panel p{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.notice{padding:30px}.cta{margin:40px clamp(24px,7vw,110px) 80px;padding:42px;border:1px solid var(--gold);border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(120deg,rgba(212,175,99,.1),rgba(255,255,255,.02))}footer{display:flex;justify-content:space-between;gap:20px;padding:30px clamp(24px,7vw,110px);color:#737b84;border-top:1px solid var(--line);font-size:13px}
.auth-page{min-height:100vh}.auth-shell{display:grid;grid-template-columns:1fr 520px;gap:70px;padding:80px clamp(24px,8vw,130px);align-items:start}.auth-shell.compact{max-width:1200px;margin:auto}.auth-intro h1{font-size:clamp(42px,5vw,68px)}.auth-intro p{color:var(--muted);font-size:18px;max-width:660px}.mini-flow{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;color:#c5cbd1;font-size:13px}.mini-flow i{color:var(--gold);font-style:normal}.form-card{padding:28px}.form-card form{display:grid;gap:16px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:7px;color:#cfd4d9;font-size:14px}input,select{width:100%;background:#0c0f13;color:var(--text);border:1px solid #303640;border-radius:10px;padding:12px 13px;outline:none}input:focus,select:focus{border-color:var(--gold)}.check{grid-template-columns:18px 1fr;align-items:start}.check input{width:16px;margin-top:3px}.form-foot{text-align:center;color:var(--muted);font-size:14px}.form-foot a{color:var(--gold-2)}.form-message{padding:12px 14px;border-radius:10px;margin-bottom:16px;background:#191d23;border:1px solid var(--line)}.form-message.error{border-color:#704040;color:#ffb1b1}.form-message.success{border-color:#32624a;color:#a7ebc1}.hidden{display:none!important}
.dashboard-shell{max-width:1180px;margin:auto;padding:65px 24px}.dashboard-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.dashboard-heading h1{font-size:42px;margin:8px 0 0}.big-status{padding:10px 14px;border-radius:999px;border:1px solid var(--line);font-weight:800}.status-pending{color:var(--warn);border-color:#6f552e;background:#1f1910}.status-approved{color:var(--ok);border-color:#2f6746;background:#101d16}.status-rejected,.status-suspended{color:var(--bad);border-color:#6d3939;background:#211111}.status-not_submitted{color:#c5cbd1}.panel{padding:28px;margin-bottom:18px}.panel.subtle{background:rgba(255,255,255,.02)}.panel h3{margin-top:0}.verification-form{display:grid;gap:15px;max-width:620px;margin-top:20px}.help{font-size:13px;color:#858e97}.portal-card{display:flex;justify-content:space-between;align-items:center;gap:20px}.nav-user{color:var(--muted);font-size:14px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat{border:1px solid var(--line);border-radius:14px;padding:18px;background:var(--surface)}.stat b{display:block;font-size:28px}.stat span{color:var(--muted);font-size:13px}.table-wrap{overflow:auto;margin-top:18px}table{width:100%;border-collapse:collapse;min-width:900px}th,td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--line);font-size:14px}th{color:#8e969f;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.actions{display:flex;gap:7px;flex-wrap:wrap}.action{border:1px solid var(--line);background:#11151a;color:#ddd;padding:7px 9px;border-radius:8px;cursor:pointer}.action.approve{border-color:#356447;color:#9be0b7}.action.reject,.action.suspend{border-color:#6b3d3d;color:#f0a0a0}.action.reactivate{border-color:#6f552e;color:#edc779}.tag{display:inline-block;padding:5px 8px;border-radius:999px;border:1px solid var(--line);font-size:12px}.admin-shell select{width:auto;min-width:180px}
@media(max-width:900px){.hero,.auth-shell,.split{grid-template-columns:1fr}.hero{padding-top:60px}.cards.three{grid-template-columns:1fr}.site-header nav>a:not(.button){display:none}.auth-shell{padding-top:45px}.stats{grid-template-columns:1fr 1fr}.dashboard-heading,.cta,.portal-card{align-items:flex-start;flex-direction:column}.field-grid{grid-template-columns:1fr}}@media(max-width:560px){.site-header{padding:0 16px}.brand>span:last-child{font-size:14px}.hero,.section,.auth-shell,.dashboard-shell{padding-left:18px;padding-right:18px}.hero-copy h1{font-size:42px}.stats{grid-template-columns:1fr}.hero-actions{flex-direction:column}.button{width:100%}footer{flex-direction:column}.panel-title-row{align-items:flex-start;flex-direction:column}}
.brand-logo {
  display: block;
  width: auto;
  height: 48px;
  object-fit: contain;
}
.check a {
  color: #e7bf65;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.check a:hover {
  opacity: 0.8;
}
footer a {
  color: #e7bf65;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.eligibility-card {
  max-width: 950px;
  margin: 0 auto;
}

.eligibility-intro {
  margin-bottom: 30px;
}

.eligibility-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.eligibility-option {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 28px;
  border-radius: 14px;
}

.eligibility-option .button {
  margin-top: 12px;
}

.eligibility-return {
  display: block;
  margin-top: 20px;
  color: #e7bf65;
  text-decoration: none;
}

.eligibility-return:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eligibility-notice {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

@media (max-width: 700px) {
  .eligibility-choices {
    grid-template-columns: 1fr;
  }
}