@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Source+Sans+3:wght@300;400;600;700&display=swap";:root{--font-heading:"Rajdhani", sans-serif;--font-body:"Source Sans 3", sans-serif;--color-navy:#0d1b2a;--color-navy-mid:#1b3358;--color-navy-light:#2e5d8e;--color-gold:#c8a94a;--color-gold-light:#e8c96a;--color-gold-dim:#8b7a3a;--color-ink:#1a2433;--color-slate:#5a6b7b;--color-slate-light:#8fa3b1;--color-paper:#f8f9fb;--color-line:#e2e8f0;--color-white:#fff;--radius-card:.75rem;--radius-field:.5rem;--shadow-card:0 1px 2px #0d1b2a0f, 0 4px 12px #0d1b2a0d;--shadow-card-hover:0 4px 8px #0d1b2a14, 0 12px 28px #0d1b2a1a;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-paper);min-height:100vh;color:var(--color-ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading)}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.container-gov{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem}@media (width>=640px){.container-gov{padding-inline:1.5rem}}@media (width>=1024px){.container-gov{padding-inline:2rem}}.btn-primary{border-radius:var(--radius-field);background-color:var(--color-navy);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:var(--color-white);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background-color:var(--color-navy-mid)}.btn-primary:focus-visible{outline-color:var(--color-gold)}.btn-primary:disabled{opacity:.5;pointer-events:none}.btn-gold{border-radius:var(--radius-field);background-color:var(--color-gold);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:var(--color-navy);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-gold:hover{background-color:var(--color-gold-light)}.btn-gold:disabled{opacity:.5;pointer-events:none}.btn-ghost{border-radius:var(--radius-field);border:1px solid var(--color-line);background-color:var(--color-white);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:var(--color-navy);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-ghost:hover{background-color:var(--color-paper);border-color:#0d1b2a4d}.card{border-radius:var(--radius-card);border:1px solid var(--color-line);background-color:var(--color-white);box-shadow:var(--shadow-card);transition:all .2s}.card-hover:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;align-items:center;gap:.375rem;padding:.125rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.field-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-slate);margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.field-input{border-radius:var(--radius-field);border:1px solid var(--color-line);background-color:var(--color-white);width:100%;color:var(--color-ink);padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.field-input:focus{border-color:#0d1b2a66;outline:none;box-shadow:0 0 0 2px #c8a94a4d}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-item{opacity:0;animation:.55s both hero-fade-up;animation-delay:var(--delay,0s)}@media (prefers-reduced-motion:reduce){.hero-item{animation-duration:.4s}}.site-shell.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.site-main.svelte-12qhfyh{flex:1}.site-header.svelte-12qhfyh{z-index:40;border-bottom:1px solid var(--color-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;position:sticky;top:0}.header-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:1rem;height:4rem;display:flex}.logo-link.svelte-12qhfyh{align-items:center;gap:.75rem;display:flex}.logo-img.svelte-12qhfyh{object-fit:contain;width:2.25rem;height:2.25rem}.logo-text.svelte-12qhfyh{flex-direction:column;line-height:1;display:flex}.logo-name.svelte-12qhfyh{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;color:var(--color-navy);font-size:1.125rem;font-weight:700}.logo-sub.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.1em;color:var(--color-slate);font-size:.6875rem;font-weight:500}.desktop-nav.svelte-12qhfyh{align-items:center;gap:.25rem;display:none}@media (width>=768px){.desktop-nav.svelte-12qhfyh{display:flex}}.nav-link.svelte-12qhfyh{border-radius:var(--radius-field);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;color:var(--color-slate);padding:.5rem .75rem;font-size:.875rem;font-weight:600;transition:color .15s}.nav-link.svelte-12qhfyh:hover{color:var(--color-navy)}.nav-active.svelte-12qhfyh{color:var(--color-navy)}.login-btn.svelte-12qhfyh{margin-left:.5rem;padding:.5rem 1rem;font-size:.75rem}.mobile-toggle.svelte-12qhfyh{border-radius:var(--radius-field);color:var(--color-navy);justify-content:center;align-items:center;padding:.5rem;display:inline-flex}@media (width>=768px){.mobile-toggle.svelte-12qhfyh{display:none}}.mobile-nav.svelte-12qhfyh{border-top:1px solid var(--color-line);background:#fff}@media (width>=768px){.mobile-nav.svelte-12qhfyh{display:none}}.mobile-nav-inner.svelte-12qhfyh{flex-direction:column;padding-block:.5rem;display:flex}.mobile-link.svelte-12qhfyh{border-radius:var(--radius-field);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;color:var(--color-slate);padding:.75rem;font-size:.875rem;font-weight:600;transition:color .15s}.mobile-link.svelte-12qhfyh:hover{color:var(--color-navy)}.mobile-login.svelte-12qhfyh{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.site-footer.svelte-12qhfyh{border-top:1px solid var(--color-line);background:var(--color-navy);color:#fff}.footer-content.svelte-12qhfyh{padding-block:2.5rem}.footer-grid.svelte-12qhfyh{gap:2rem;display:grid}@media (width>=640px){.footer-grid.svelte-12qhfyh{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-grid.svelte-12qhfyh{grid-template-columns:repeat(3,1fr)}}.footer-brand.svelte-12qhfyh{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (width>=640px){.footer-brand.svelte-12qhfyh{flex-direction:row;justify-self:center;align-items:flex-start}}@media (width>=1024px){.footer-brand.svelte-12qhfyh{justify-self:start}}.footer-logo.svelte-12qhfyh{object-fit:contain;opacity:.9;flex-shrink:0;width:4rem;height:4rem}.footer-brand-text.svelte-12qhfyh{text-align:center;flex-direction:column;gap:.25rem;max-width:20rem;display:flex}@media (width>=640px){.footer-brand-text.svelte-12qhfyh{text-align:left}}.footer-org-name.svelte-12qhfyh{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;font-weight:700}.footer-org-parent.svelte-12qhfyh{color:var(--color-slate-light);font-size:.75rem;line-height:1.6}.footer-org-desc.svelte-12qhfyh{color:var(--color-slate-light);margin-top:.25rem;font-size:.75rem;line-height:1.6}.footer-nav.svelte-12qhfyh{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}@media (width>=640px){.footer-nav.svelte-12qhfyh{text-align:left;justify-self:center;align-items:flex-start}}@media (width>=1024px){.footer-nav.svelte-12qhfyh{text-align:center;align-items:center}}.footer-nav-heading.svelte-12qhfyh{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--color-gold);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.footer-nav-link.svelte-12qhfyh{color:var(--color-slate-light);font-size:.875rem;transition:color .15s}.footer-nav-link.svelte-12qhfyh:hover{color:#fff}.footer-tagline.svelte-12qhfyh{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (width>=640px){.footer-tagline.svelte-12qhfyh{grid-column:span 2}}@media (width>=1024px){.footer-tagline.svelte-12qhfyh{grid-column:span 1;align-items:flex-end}}.footer-motto.svelte-12qhfyh{text-align:center;color:var(--color-slate-light);font-size:.875rem;font-style:italic;line-height:1.6}@media (width>=1024px){.footer-motto.svelte-12qhfyh{text-align:right}}.footer-logos.svelte-12qhfyh{align-items:center;gap:1rem;display:flex}.footer-partner-logo.svelte-12qhfyh{object-fit:contain;opacity:.9;width:auto;height:3rem}.footer-copyright-bar.svelte-12qhfyh{border-top:1px solid #ffffff1a}.footer-copyright.svelte-12qhfyh{text-align:center;color:#8fa3b1b3;padding-block:1.25rem;font-size:.75rem}.icon-sm{width:1rem;height:1rem}.icon-lg{width:1.5rem;height:1.5rem}
