.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.surfaceSoft{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md)}.heroSurface{background:var(--hero-gradient);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.btn{border-radius:var(--radius-sm);border:1px solid var(--border-strong);min-height:42px;color:var(--brand);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:600;transition:transform .12s,background .12s,border-color .12s,box-shadow .12s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btnPrimary{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 8px 20px #1f5edb2e}.btnPrimary:hover{background:var(--brand-hover);border-color:var(--brand-hover)}.btnSecondary{border:1px solid var(--border-strong);color:var(--brand);background:0 0}.btnGhost{border:1px solid var(--border-strong);color:var(--brand-dark);background:#fff}.input,.select,.textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;color:var(--ink-strong);background:#fff;outline:none;transition:border-color .12s,box-shadow .12s}.input,.select{height:44px;padding:0 14px}.textarea{resize:vertical;min-height:120px;padding:12px 14px}.input:focus,.select:focus,.textarea:focus{border-color:#1f5edb73;box-shadow:0 0 0 4px #1f5edb1a}.label{color:var(--ink);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.helper{color:var(--muted);font-size:12px}.badge{border-radius:var(--radius-pill);border:1px solid #0000;align-items:center;min-height:30px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.badgeInfo{color:var(--brand);background:#1f5edb14;border-color:#1f5edb29}.badgeSuccess{color:var(--success);background:#22c55e1a;border-color:#22c55e2e}.badgeWarning{color:#b45309;background:#f59e0b1a;border-color:#f59e0b2e}.badgeNeutral{color:var(--muted);border-color:var(--border);background:#f8fafc}.badgeDanger{color:#b91c1c;background:#ef44441a;border-color:#ef44442e}.alert{border-radius:var(--radius-md);padding:10px 12px;font-size:13px;font-weight:600}.alertError{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.alertSuccess{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.alertInfo{color:var(--brand-dark);background:#1f5edb0f;border:1px solid #1f5edb29}.tableCard{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fff;padding:16px}.tableWrap{overflow-x:auto}.table{border-collapse:collapse;width:100%;min-width:760px}.table th{text-align:left;color:var(--muted);padding:10px;font-size:12px;font-weight:700}.table td{border-top:1px solid var(--border);color:var(--muted);vertical-align:middle;padding:12px 10px;font-size:14px}.statNumber{color:var(--ink-strong);font-weight:700}.statXL{font-size:28px;line-height:1.05}.statLG{font-size:22px;line-height:1.05}.sectionEyebrow{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.sectionTitle{color:var(--ink);font-weight:700}.sectionSub{color:var(--muted);line-height:1.5}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.pageShell{width:min(var(--container),calc(100% - 32px));margin:0 auto;padding:26px 0 42px}.sectionStack{gap:16px;display:grid}.grid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.flexBetween{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.stackSm{gap:8px;display:grid}.stackMd{gap:12px;display:grid}.stackLg{gap:18px;display:grid}.mt8{margin-top:8px}.mt12{margin-top:12px}.mt16{margin-top:16px}.mt18{margin-top:18px}.mt24{margin-top:24px}.p16{padding:16px}.p18{padding:18px}.p20{padding:20px}@media (max-width:980px){.grid2,.grid3,.grid4{grid-template-columns:1fr}.flexBetween{flex-direction:column;align-items:flex-start}}:root{--font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--brand:#1f5edb;--brand-hover:#184db6;--brand-dark:#0f2a5a;--brand-soft:#e9f0ff;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--bg:#f5f7fb;--surface:#fff;--surface-soft:#f8fafc;--hero-gradient:linear-gradient(180deg,#f4f7fd 0%,#e9f0ff 100%);--ink:#0f2a5a;--ink-strong:#0f172a;--muted:#475569;--border:#e6ecf5;--border-strong:#d6deed;--radius-xs:8px;--radius-sm:10px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-pill:999px;--shadow-soft:0 8px 24px #0000000a;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--muted);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{color:var(--ink);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.1}p{color:var(--muted);margin:0;line-height:1.5}
.Header-module__N37ksG__header{z-index:50;background:#f5f7fb;border-bottom:1px solid #0000000d;position:sticky;top:0}.Header-module__N37ksG__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.Header-module__N37ksG__brand{align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__N37ksG__brandTitle{color:#0f2a5a;font-weight:700}.Header-module__N37ksG__brandSub{color:#6b7280;font-size:12px}.Header-module__N37ksG__navDesktop{gap:20px;display:flex}.Header-module__N37ksG__navLink{color:#0f2a5a;font-weight:500;text-decoration:none}.Header-module__N37ksG__actions{gap:10px;display:flex}.Header-module__N37ksG__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;display:none}.Header-module__N37ksG__burger span{background:#0f2a5a;width:20px;height:2px;display:block}.Header-module__N37ksG__mobileMenu{background:#f5f7fb;border-top:1px solid #0000000d;flex-direction:column;gap:12px;padding:20px;display:none}.Header-module__N37ksG__mobileLink{color:#0f2a5a;font-weight:600;text-decoration:none}@media (max-width:900px){.Header-module__N37ksG__navDesktop,.Header-module__N37ksG__actions{display:none}.Header-module__N37ksG__burger,.Header-module__N37ksG__mobileMenu{display:flex}}
.Footer-module__NQfC2q__footer{border-top:1px solid var(--border);background:#f8fafce6;margin-top:26px}.Footer-module__NQfC2q__inner{grid-template-columns:1fr;gap:18px;padding:26px 0;display:grid}.Footer-module__NQfC2q__col{gap:8px;display:grid}.Footer-module__NQfC2q__brand{letter-spacing:.2px;font-weight:950}.Footer-module__NQfC2q__title{font-size:13px;font-weight:900}.Footer-module__NQfC2q__link{color:var(--muted);font-size:13px}.Footer-module__NQfC2q__link:hover{color:var(--ink);text-underline-offset:3px;text-decoration:underline}.Footer-module__NQfC2q__muted{color:var(--muted);font-size:13px}.Footer-module__NQfC2q__mutedSmall{color:var(--muted);font-size:12px;line-height:1.35}.Footer-module__NQfC2q__bottom{border-top:1px solid #0f172a1a;padding:12px 0}.Footer-module__NQfC2q__copy{color:#0f172a8c;font-size:12px}@media (min-width:920px){.Footer-module__NQfC2q__inner{grid-template-columns:1.6fr .8fr .8fr .8fr;align-items:start;column-gap:18px}}
.CookieBanner-module__gUUBWG__wrap{z-index:9999;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:16px;left:16px;right:16px}.CookieBanner-module__gUUBWG__banner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#fffffff5;border:1px solid #0f2a5a1a;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;width:min(1080px,100%);padding:18px 20px;display:flex;box-shadow:0 18px 55px #0f172a24}.CookieBanner-module__gUUBWG__textBlock{min-width:0}.CookieBanner-module__gUUBWG__title{color:#0f2a5a;margin-bottom:6px;font-size:16px;font-weight:800}.CookieBanner-module__gUUBWG__text{color:#475569;margin:0;font-size:14px;line-height:1.6}.CookieBanner-module__gUUBWG__link{color:#1f5edb;font-weight:700;text-decoration:none}.CookieBanner-module__gUUBWG__link:hover{text-decoration:underline}.CookieBanner-module__gUUBWG__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.CookieBanner-module__gUUBWG__primaryBtn,.CookieBanner-module__gUUBWG__secondaryBtn{cursor:pointer;border-radius:12px;height:42px;padding:0 18px;font-size:14px;font-weight:700;transition:transform .12s,background .12s,border-color .12s}.CookieBanner-module__gUUBWG__primaryBtn{color:#fff;background:#1f5edb;border:1px solid #1f5edb;box-shadow:0 8px 20px #1f5edb2e}.CookieBanner-module__gUUBWG__primaryBtn:hover{background:#184db6;border-color:#184db6;transform:translateY(-1px)}.CookieBanner-module__gUUBWG__secondaryBtn{color:#0f2a5a;background:#fff;border:1px solid #d6deed}.CookieBanner-module__gUUBWG__secondaryBtn:hover{background:#f8fbff;border-color:#bfd0f3;transform:translateY(-1px)}@media (max-width:820px){.CookieBanner-module__gUUBWG__banner{flex-direction:column;align-items:stretch;gap:14px;padding:16px}.CookieBanner-module__gUUBWG__actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.CookieBanner-module__gUUBWG__primaryBtn,.CookieBanner-module__gUUBWG__secondaryBtn{justify-content:center;width:100%}}@media (max-width:520px){.CookieBanner-module__gUUBWG__wrap{bottom:12px;left:12px;right:12px}.CookieBanner-module__gUUBWG__actions{grid-template-columns:1fr}}
