:root{--bg:#f6f8fb;--card:#fff;--text:#0b1220;--muted:#5b6473;--line:#dfe5ee;--navy:#0d1b35;--teal:#0ea5a4;--teal-dark:#0b7f7d;--warning:#f97316;--danger-light:#fff4ed;--shadow:0 20px 60px #0b12201a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 15% 10%, #e2fbf8 0, transparent 26%), var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.header{justify-content:space-between;align-items:center;gap:24px;max-width:1100px;margin:0 auto;padding:28px 24px;display:flex}.logo{color:var(--navy);align-items:center;gap:10px;font-size:1.2rem;font-weight:800;text-decoration:none;display:inline-flex}.logoMark{background:var(--navy);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-size:.85rem;display:grid}.nav{color:var(--muted);align-items:center;gap:10px;font-size:.94rem;display:flex}.nav a{text-decoration:none}.navPill,.languagePill{min-height:42px;color:var(--navy);background:#ffffffdb;border:1px solid #0d1b351f;border-radius:999px;align-items:center;gap:8px;padding:0 13px;font-weight:800;display:inline-flex;box-shadow:0 10px 30px #0b12200f}.navPill:hover,.languagePill:hover{background:#fff;border-color:#0ea5a459}.languagePill select{width:auto;min-height:auto;color:var(--navy);cursor:pointer;background:0 0;border:0;border-radius:0;padding:0 4px 0 0;font-weight:800}.hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.9fr);align-items:center;gap:34px;max-width:1100px;margin:20px auto 0;padding:32px 24px 44px;display:grid}.tagline{display:none}h1{color:var(--navy);letter-spacing:-.055em;margin:18px 0 16px;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.98}.subtitle{max-width:640px;color:var(--muted);font-size:1.18rem;line-height:1.6}.bulletList{flex-wrap:nowrap;gap:10px;max-width:100%;margin:28px 0 0;padding:0;list-style:none;display:flex}.bulletList li{color:#273244;text-align:center;background:#ffffffc7;border:1px solid #0d1b351a;border-radius:18px;flex:1;min-width:0;padding:36px 12px 14px;font-size:.86rem;font-weight:800;line-height:1.28;position:relative;box-shadow:0 14px 35px #0b12200d}.bulletList li:before{content:"✓";width:19px;height:19px;color:var(--teal-dark);background:#dff7f5;border-radius:999px;justify-content:center;align-items:center;font-size:.72rem;font-weight:900;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}.heroCards{gap:18px;display:grid}.statusCard,.formCard,.simplePage{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px}.statusCard,.formCard{padding:28px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#0e8f8d;margin:0 0 6px;font-size:.74rem;font-weight:900}.statusCard h2,.formCard h2,.simplePage h1,.simplePage h2{color:var(--navy)}.statusCard h2{margin:0 0 16px;font-size:2rem}.statusBadge{background:var(--danger-light);color:#c2410c;letter-spacing:.04em;border-radius:16px;width:fit-content;padding:12px 16px;font-weight:900}.status-open,.status-results_available{color:#047857;background:#ecfdf5}.statusList{gap:14px;margin:22px 0 0;display:grid}.statusList div{border-bottom:1px solid var(--line);gap:4px;padding-bottom:14px;display:grid}.statusList div:last-child{border-bottom:0;padding-bottom:0}.statusList dt{color:var(--muted);font-size:.85rem}.statusList dd{color:#182235;margin:0;font-weight:750}.statusList a{color:var(--teal-dark)}.formCard h2{margin:0 0 18px;font-size:1.3rem}form{gap:12px;display:grid}input,select,button{width:100%;min-height:50px;font:inherit;border-radius:16px}input,select{border:1px solid var(--line);color:var(--text);background:#fff;padding:0 14px}.checkboxRow{color:var(--muted);grid-template-columns:18px 1fr;align-items:start;gap:10px;font-size:.88rem;line-height:1.35;display:grid}.checkboxRow input{min-height:auto;margin-top:2px}button{background:var(--teal);color:#fff;cursor:pointer;border:0;font-weight:850;transition:transform .15s,background .15s}button:hover{background:var(--teal-dark);transform:translateY(-1px)}button:disabled{cursor:wait;opacity:.7}.successMessage{color:#047857;font-weight:700}.errorMessage{color:#b91c1c;font-weight:700}.noticeSection,.officialLinksSection{background:linear-gradient(135deg,#fffffff5,#f5faffeb);border:1px solid #0d1b351a;border-radius:28px;width:min(1100px,100% - 36px);margin:22px auto;padding:28px;box-shadow:0 24px 70px #0b122014}.noticeSection{background:linear-gradient(135deg,#fffbebf0,#fffffffa);border-color:#f59e0b38}.sectionHeader{align-items:center;gap:14px;margin-bottom:18px;display:flex}.sectionIcon{background:#ecfeff;border:1px solid #0ea5a438;border-radius:16px;flex:none;place-items:center;width:46px;height:46px;font-size:1.25rem;display:grid;box-shadow:0 12px 28px #0ea5a41f}.noticeSection h2,.officialLinksSection h2{color:var(--navy);letter-spacing:-.03em;margin:0;font-size:1.55rem}.noticeSection p{color:#334155;margin:0;font-size:1rem;line-height:1.75}.officialLinkGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.officialLinkCard{color:var(--navy);background:#ffffffe0;border:1px solid #0d1b351a;border-radius:20px;align-items:center;gap:14px;padding:18px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.officialLinkCard:hover{border-color:#0ea5a461;transform:translateY(-2px);box-shadow:0 18px 45px #0b122014}.officialLinkIcon{background:#f0fdfa;border:1px solid #0ea5a42e;border-radius:15px;flex:none;place-items:center;width:44px;height:44px;font-size:1.2rem;display:grid}.officialLinkCard strong{color:#007f7c;margin-bottom:4px;font-size:.98rem;display:block}.officialLinkCard small{color:#64748b;font-size:.82rem;display:block}.simplePage{background:var(--card);border:1px solid var(--line);max-width:850px;box-shadow:var(--shadow);border-radius:28px;margin:30px auto;padding:32px}.simplePage p,.simplePage li{color:var(--muted);line-height:1.7}.footer{justify-content:flex-end;width:min(1100px,100% - 36px);margin:24px auto 34px;display:flex}.footer nav{flex-wrap:wrap;gap:18px;display:flex}.footer a{color:#475569;text-underline-offset:3px;text-decoration:underline}.footer a:hover{color:var(--navy)}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:840px){.header,.hero{padding-left:18px;padding-right:18px}.header{align-items:flex-start}.nav{flex-wrap:wrap;justify-content:flex-end;gap:10px}.hero{grid-template-columns:1fr;padding-top:10px}.bulletList{flex-wrap:wrap}.bulletList li{flex:100%}.statusCard,.formCard,.simplePage{border-radius:22px}.noticeSection,.officialLinksSection{border-radius:22px;padding:22px}.officialLinkGrid{grid-template-columns:1fr}.footer,.footer nav{justify-content:center}}
