:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--text-xs:0.75rem;--text-sm:0.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--lh-tight:1.25;--lh-body:1.6;--lh-loose:1.75;--color-bg:#f4f6f9;--color-surface:#ffffff;--color-surface-muted:#f8fafc;--color-border:#d6dde7;--color-border-strong:#b9c6d8;--color-text:#122033;--color-text-muted:#425066;--color-accent:#1557a0;--color-accent-soft:#e9f1fb;--color-success:#1f7a45;--color-warning:#8a5a00;--color-danger:#9e2832;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 2px rgba(11,24,43,0.08);--shadow-md:0 6px 18px rgba(11,24,43,0.08);--shadow-lg:0 12px 28px rgba(11,24,43,0.12);--focus-ring:0 0 0 3px rgba(21,87,160,0.35);--content-max:1160px;--reading-max:72ch;--amplify-space-xxs:var(--space-1);--amplify-space-xs:var(--space-2);--amplify-space-small:var(--space-3);--amplify-space-medium:var(--space-4);--amplify-space-large:var(--space-5);--amplify-space-xl:var(--space-6);--amplify-space-xxl:var(--space-7);--amplify-font-sizes-xs:var(--text-xs);--amplify-font-sizes-small:var(--text-sm);--amplify-font-sizes-medium:var(--text-md);--amplify-font-sizes-large:var(--text-lg);--amplify-font-sizes-xl:var(--text-xl);--amplify-font-sizes-xxl:var(--text-2xl);--amplify-line-heights-medium:var(--lh-body);--amplify-radii-xs:6px;--amplify-radii-small:var(--radius-sm);--amplify-radii-medium:var(--radius-md);--amplify-colors-background-primary:var(--color-surface);--amplify-colors-background-secondary:var(--color-surface-muted);--amplify-colors-border-primary:var(--color-border);--amplify-colors-border-secondary:var(--color-border-strong);--amplify-colors-border-focus:#2a6ec0;--amplify-colors-font-primary:var(--color-text);--amplify-colors-font-secondary:var(--color-text-muted);--amplify-colors-font-hover:#0f3f76;--amplify-colors-font-inverse:#ffffff;--amplify-colors-primary-10:#eef4fc;--amplify-colors-primary-20:#dce8f7;--amplify-colors-primary-40:#78a5da;--amplify-colors-primary-60:#2f73bf;--amplify-colors-primary-80:#1a5798;--amplify-colors-primary-90:#123f6f;--amplify-colors-primary-100:#0c2f55;--amplify-colors-brand-primary-80:var(--amplify-colors-primary-80);--amplify-colors-neutral-20:#e3e9f2;--amplify-colors-neutral-40:#c6d2e1;--amplify-colors-neutral-60:#7b8aa0;--amplify-colors-neutral-90:#1f2c3f;--amplify-colors-green-40:#8dc8a1;--amplify-colors-green-60:#33895a;--amplify-colors-blue-60:#2f73bf;--amplify-font-weights-normal:400;--amplify-font-weights-medium:500;--amplify-font-weights-semibold:600;--amplify-font-weights-bold:700;--amplify-fonts-default:"Inter","Segoe UI","Roboto",sans-serif;--amplify-shadows-small:var(--shadow-sm);--amplify-shadows-medium:var(--shadow-md)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:var(--text-md);line-height:var(--lh-body);color:var(--color-text);background:radial-gradient(circle at top right,#f0f5fb 0,transparent 32%),var(--color-bg)}a{color:var(--color-accent)}a:hover{color:#0f3f76}[role=button]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:none;box-shadow:var(--focus-ring)}main{width:min(var(--content-max),calc(100% - var(--space-5)));margin:0 auto}h1,h2,h3,h4{margin:0 0 var(--space-3);color:var(--color-text);line-height:var(--lh-tight)}h1{font-size:clamp(var(--text-2xl),3vw,var(--text-3xl))}h2{font-size:clamp(var(--text-xl),2vw,var(--text-2xl))}p{margin:0 0 var(--space-3);color:var(--color-text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ui-container{width:min(var(--content-max),calc(100% - var(--space-5)));margin-inline:auto}.ui-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.ui-button{min-height:44px;border:1px solid var(--color-accent);border-radius:var(--radius-sm);background:var(--color-accent);font-weight:600;padding:var(--space-2) var(--space-4);cursor:pointer}.ui-button,.ui-button:hover{color:#fff;text-decoration:none}.ui-button:hover{background:#114985}.ui-button:active,.ui-button:focus-visible,.ui-button:visited{color:#fff}.ui-button:disabled{opacity:.55;cursor:not-allowed}.ui-buttonSecondary{background:#fff;color:var(--color-accent)}.ui-input{width:100%;min-height:44px;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);background:#fff;color:var(--color-text)}.ui-badge{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;padding:2px 10px;font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted)}.ui-alert,.ui-badge{background:var(--color-surface-muted)}.ui-alert{border-radius:var(--radius-sm);padding:var(--space-3);border:1px solid var(--color-border)}.ui-alertError{border-color:#efc2c8;background:#fff7f8;color:var(--color-danger)}.ui-tableWrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff}.ui-table{width:100%;border-collapse:collapse;min-width:760px}.ui-table td,.ui-table th{text-align:left;padding:var(--space-3);border-bottom:1px solid var(--color-border)}.ui-table th{background:#f2f6fb;color:var(--color-text);font-size:var(--text-sm)}.ui-skeleton{border-radius:6px;background:linear-gradient(90deg,#edf1f6 25%,#f7f9fc 37%,#edf1f6 63%);background-size:400% 100%;animation:shimmer 1.2s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.ui-empty{text-align:center;padding:var(--space-5);border:1px dashed var(--color-border-strong);border-radius:var(--radius-sm);background:#fff}@media (max-width:768px){.ui-container,main{width:calc(100% - var(--space-4))}}.Footer_footer__pQtti{margin-top:var(--space-7);border-top:1px solid var(--color-border);background:#ffffff}.Footer_inner__vtL_T{width:min(var(--content-max),calc(100% - var(--space-5)));margin:0 auto;padding:var(--space-6) 0;display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.Footer_title__Ek3Ze{margin:0 0 var(--space-2);font-size:var(--text-lg)}.Footer_copy__KUC9W,.Footer_disclaimer__qddzw,.Footer_legal__yxnQ6{margin:0;color:var(--color-text-muted);font-size:var(--text-sm)}.Footer_links__cFiYr{display:flex;flex-wrap:wrap;gap:var(--space-3)}.Footer_links__cFiYr a{font-size:var(--text-sm);font-weight:600;text-decoration:none}.Footer_links__cFiYr a:hover{text-decoration:underline}@media (max-width:768px){.Footer_inner__vtL_T{width:calc(100% - var(--space-4));padding:var(--space-5) 0}}.Header_header__KwdYD{position:-webkit-sticky;position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--color-border);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.Header_inner__DLT3k{width:min(var(--content-max),calc(100% - var(--space-5)));margin:0 auto;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-2) 0}.Header_logoLink__8hJcT{display:inline-flex;flex-direction:column;text-decoration:none}.Header_logoMain__Erq_1{color:var(--color-text);font-size:1rem;font-weight:700;line-height:1.15}.Header_logoSub__16rg2{color:var(--color-text-muted);font-size:var(--text-xs)}.Header_nav__tNWGY{display:flex;flex-wrap:wrap;gap:var(--space-2)}.Header_navLink__Rvw2c{min-height:40px;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:var(--radius-sm);color:var(--color-text);text-decoration:none;padding:0 var(--space-3);font-size:var(--text-sm);font-weight:600}.Header_navLink__Rvw2c:hover{background:#f1f5fb;border-color:var(--color-border)}.Header_navLink__Rvw2c:focus-visible{box-shadow:var(--focus-ring)}@media (max-width:768px){.Header_inner__DLT3k{width:calc(100% - var(--space-4));min-height:56px}.Header_logoSub__16rg2{display:none}.Header_nav__tNWGY{justify-content:flex-end;gap:var(--space-1)}.Header_navLink__Rvw2c{padding:0 var(--space-2);font-size:var(--text-xs)}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}