.Navbar-module-scss-module__ze48jq__header{background:var(--color-header);border-bottom:1px solid color-mix(in srgb, var(--color-border) 75%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:50;position:sticky;top:0}.Navbar-module-scss-module__ze48jq__nav{max-width:var(--content-width);justify-content:space-between;align-items:center;gap:1rem;min-height:4.5rem;margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem);display:flex}.Navbar-module-scss-module__ze48jq__brand{color:var(--color-text);flex:none;align-items:center;gap:.65rem;text-decoration:none;display:flex}.Navbar-module-scss-module__ze48jq__brandMark{background:var(--color-coral);color:#fff;font-family:var(--font-display);border-radius:.65rem;justify-content:center;align-items:center;width:2.15rem;height:2.15rem;font-size:.9rem;font-weight:900;display:flex;transform:rotate(-4deg);box-shadow:0 5px 12px #c6423738}.Navbar-module-scss-module__ze48jq__brandText{font-size:1.02rem;font-weight:700}.Navbar-module-scss-module__ze48jq__brandText strong{color:var(--color-coral-strong);font-weight:900}.Navbar-module-scss-module__ze48jq__brandLogo{object-fit:contain;object-position:left center;width:auto;max-width:min(11.25rem,38vw);height:2.75rem}.Navbar-module-scss-module__ze48jq__primaryLinks,.Navbar-module-scss-module__ze48jq__desktopActions{align-items:center;display:none}.Navbar-module-scss-module__ze48jq__primaryLinks{gap:clamp(.7rem,1.5vw,1.25rem)}.Navbar-module-scss-module__ze48jq__desktopActions{gap:.65rem}.Navbar-module-scss-module__ze48jq__adminMenu{position:relative}.Navbar-module-scss-module__ze48jq__adminMenuButton{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-pill);color:var(--color-text);cursor:pointer;align-items:center;gap:.55rem;min-height:2.75rem;padding:.28rem .55rem .28rem .32rem;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.Navbar-module-scss-module__ze48jq__adminMenuButton:hover,.Navbar-module-scss-module__ze48jq__adminMenuButton[aria-expanded=true]{background:var(--color-surface);border-color:color-mix(in srgb, var(--color-coral) 35%, var(--color-border));box-shadow:0 12px 30px #1118271a}.Navbar-module-scss-module__ze48jq__adminMenuButton:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.Navbar-module-scss-module__ze48jq__adminAvatarImage,.Navbar-module-scss-module__ze48jq__adminAvatarText,.Navbar-module-scss-module__ze48jq__adminDropdownAvatar{border-radius:50%;flex:none;width:2.25rem;height:2.25rem}.Navbar-module-scss-module__ze48jq__adminAvatarImage{object-fit:cover}.Navbar-module-scss-module__ze48jq__adminAvatarText,.Navbar-module-scss-module__ze48jq__adminDropdownAvatar{background:linear-gradient(135deg, var(--color-coral), var(--color-coral-strong));color:#fff;letter-spacing:.04em;justify-content:center;align-items:center;font-size:.75rem;font-weight:900;display:inline-flex}.Navbar-module-scss-module__ze48jq__adminMenuCopy{text-align:left;line-height:1.1;display:none}.Navbar-module-scss-module__ze48jq__adminMenuCopy strong,.Navbar-module-scss-module__ze48jq__adminDropdownHeader strong,.Navbar-module-scss-module__ze48jq__adminDropdownLinks strong,.Navbar-module-scss-module__ze48jq__adminLogoutButton strong{color:var(--color-text);font-size:.82rem;font-weight:850;display:block}.Navbar-module-scss-module__ze48jq__adminMenuCopy small,.Navbar-module-scss-module__ze48jq__adminDropdownHeader small,.Navbar-module-scss-module__ze48jq__adminDropdownLinks small,.Navbar-module-scss-module__ze48jq__adminLogoutButton small{color:var(--color-muted);margin-top:.1rem;font-size:.72rem;font-weight:650;display:block}.Navbar-module-scss-module__ze48jq__adminMenuChevron{color:var(--color-muted);width:.9rem;height:.9rem;display:none}.Navbar-module-scss-module__ze48jq__adminMenuChevron svg{width:100%;height:100%;transition:transform .16s}.Navbar-module-scss-module__ze48jq__adminMenuButton[aria-expanded=true] .Navbar-module-scss-module__ze48jq__adminMenuChevron svg{transform:rotate(180deg)}.Navbar-module-scss-module__ze48jq__adminDropdown{background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--radius-lg) + .25rem);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transform-origin:100% 0;visibility:hidden;z-index:80;min-width:min(20rem,100vw - 2rem);padding:.65rem;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% + .65rem);right:0;transform:translateY(-.35rem)scale(.98)}.Navbar-module-scss-module__ze48jq__adminDropdownOpen{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)scale(1)}.Navbar-module-scss-module__ze48jq__adminDropdownHeader{background:linear-gradient(135deg, var(--color-coral-soft), transparent);border:1px solid color-mix(in srgb, var(--color-coral) 20%, var(--color-border));border-radius:var(--radius-md);align-items:center;gap:.75rem;margin-bottom:.55rem;padding:.75rem;display:flex}.Navbar-module-scss-module__ze48jq__adminDropdownLinks{gap:.25rem;display:grid}.Navbar-module-scss-module__ze48jq__adminDropdownLinks a,.Navbar-module-scss-module__ze48jq__adminLogoutButton{border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:.7rem;width:100%;padding:.72rem;text-decoration:none;transition:background .16s,color .16s,transform .16s;display:flex}.Navbar-module-scss-module__ze48jq__adminDropdownLinks a:hover,.Navbar-module-scss-module__ze48jq__adminLogoutButton:hover{background:var(--color-bg);transform:translate(.12rem)}.Navbar-module-scss-module__ze48jq__adminDropdownLinks a:focus-visible,.Navbar-module-scss-module__ze48jq__adminLogoutButton:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.Navbar-module-scss-module__ze48jq__adminDropdownIcon{background:var(--color-coral-soft);color:var(--color-coral-strong);border-radius:.85rem;flex:none;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;display:inline-flex}.Navbar-module-scss-module__ze48jq__adminDropdownIcon svg{width:1rem;height:1rem}.Navbar-module-scss-module__ze48jq__adminLogoutButton{border-top:1px solid var(--color-border);margin-top:.35rem;padding-top:.9rem}.Navbar-module-scss-module__ze48jq__adminLogoutButton .Navbar-module-scss-module__ze48jq__adminDropdownIcon{background:color-mix(in srgb, var(--color-coral) 12%, transparent)}.Navbar-module-scss-module__ze48jq__primaryLinks a,.Navbar-module-scss-module__ze48jq__mobilePrimaryLinks a{color:var(--color-muted);white-space:nowrap;font-size:.8rem;font-weight:750;text-decoration:none;transition:color .16s}.Navbar-module-scss-module__ze48jq__primaryLinks a:hover,.Navbar-module-scss-module__ze48jq__mobilePrimaryLinks a:hover{color:var(--color-coral-strong)}.Navbar-module-scss-module__ze48jq__search,.Navbar-module-scss-module__ze48jq__mobileSearch{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-pill);align-items:center;min-width:0;transition:border-color .16s,box-shadow .16s;display:flex}.Navbar-module-scss-module__ze48jq__search{width:clamp(11rem,17vw,15rem)}.Navbar-module-scss-module__ze48jq__search:focus-within,.Navbar-module-scss-module__ze48jq__mobileSearch:focus-within{border-color:var(--color-coral);box-shadow:0 0 0 3px var(--color-focus)}.Navbar-module-scss-module__ze48jq__search>svg,.Navbar-module-scss-module__ze48jq__mobileSearch>svg{color:var(--color-muted);flex:none;width:1rem;height:1rem;margin-left:.75rem}.Navbar-module-scss-module__ze48jq__search input,.Navbar-module-scss-module__ze48jq__mobileSearch input{color:var(--color-text);font:inherit;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:.57rem .5rem;font-size:.78rem}.Navbar-module-scss-module__ze48jq__search input::placeholder,.Navbar-module-scss-module__ze48jq__mobileSearch input::placeholder{color:var(--color-muted)}.Navbar-module-scss-module__ze48jq__search button,.Navbar-module-scss-module__ze48jq__mobileSearch button{background:var(--color-coral);border-radius:var(--radius-pill);color:#fff;cursor:pointer;border:0;flex:none;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.Navbar-module-scss-module__ze48jq__search button{width:2rem;height:2rem;margin-right:.2rem}.Navbar-module-scss-module__ze48jq__search button svg{width:.9rem;height:.9rem}.Navbar-module-scss-module__ze48jq__search button span,.Navbar-module-scss-module__ze48jq__mobileSearch button svg{display:none}.Navbar-module-scss-module__ze48jq__themeToggle,.Navbar-module-scss-module__ze48jq__menuToggle{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-ink);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;transition:background .16s,border-color .16s,color .16s;display:inline-flex;position:relative}.Navbar-module-scss-module__ze48jq__themeToggle{overflow:hidden}.Navbar-module-scss-module__ze48jq__themeToggle:hover,.Navbar-module-scss-module__ze48jq__menuToggle:hover{background:var(--color-coral-soft);border-color:color-mix(in srgb, var(--color-coral) 38%, var(--color-border));color:var(--color-coral-strong)}.Navbar-module-scss-module__ze48jq__themeToggle:focus-visible,.Navbar-module-scss-module__ze48jq__menuToggle:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.Navbar-module-scss-module__ze48jq__themeToggle svg,.Navbar-module-scss-module__ze48jq__menuToggle svg{width:1.15rem;height:1.15rem}.Navbar-module-scss-module__ze48jq__sunIcon,.Navbar-module-scss-module__ze48jq__moonIcon{pointer-events:none;justify-content:center;align-items:center;transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;inset:0}.Navbar-module-scss-module__ze48jq__sunIcon{opacity:0;transform:rotate(-40deg)scale(.72)}.Navbar-module-scss-module__ze48jq__moonIcon{opacity:1;transform:rotate(0)scale(1)}html[data-theme=dark] .Navbar-module-scss-module__ze48jq__sunIcon{opacity:1;transform:rotate(0)scale(1)}html[data-theme=dark] .Navbar-module-scss-module__ze48jq__moonIcon{opacity:0;transform:rotate(40deg)scale(.72)}.Navbar-module-scss-module__ze48jq__mobileActions{align-items:center;gap:.5rem;display:flex}.Navbar-module-scss-module__ze48jq__mobileSearchRow{max-width:var(--content-width);margin:0 auto;padding:0 1rem .8rem}.Navbar-module-scss-module__ze48jq__mobileSearch{width:100%}.Navbar-module-scss-module__ze48jq__mobileSearch input{padding-block:.68rem;font-size:.85rem}.Navbar-module-scss-module__ze48jq__mobileSearch button{min-height:2.35rem;margin:.25rem;padding-inline:1rem}.Navbar-module-scss-module__ze48jq__mobileSearch button span{display:inline}.Navbar-module-scss-module__ze48jq__mobilePanel{max-width:var(--content-width);opacity:0;grid-template-rows:0fr;margin:0 auto;padding-inline:1rem;transition:grid-template-rows .2s,opacity .16s;display:grid;overflow:hidden}.Navbar-module-scss-module__ze48jq__mobilePanelOpen{opacity:1;grid-template-rows:1fr}.Navbar-module-scss-module__ze48jq__mobilePanelInner{min-height:0;overflow:hidden}.Navbar-module-scss-module__ze48jq__mobilePrimaryLinks{border-top:1px solid var(--color-border);gap:.35rem;padding-block:0;transition:padding .2s;display:grid}.Navbar-module-scss-module__ze48jq__mobilePanelOpen .Navbar-module-scss-module__ze48jq__mobilePrimaryLinks{padding-block:.8rem}.Navbar-module-scss-module__ze48jq__mobilePrimaryLinks a{border-radius:var(--radius-sm);padding:.65rem .75rem;font-size:.9rem}.Navbar-module-scss-module__ze48jq__mobilePrimaryLinks a:hover{background:var(--color-bg)}@media (min-width:64rem){.Navbar-module-scss-module__ze48jq__primaryLinks,.Navbar-module-scss-module__ze48jq__desktopActions{display:flex}.Navbar-module-scss-module__ze48jq__mobileActions,.Navbar-module-scss-module__ze48jq__mobileSearchRow,.Navbar-module-scss-module__ze48jq__mobilePanel{display:none}}@media (min-width:72rem){.Navbar-module-scss-module__ze48jq__adminMenuCopy,.Navbar-module-scss-module__ze48jq__adminMenuChevron{display:block}}@media (min-width:64rem) and (max-width:74rem){.Navbar-module-scss-module__ze48jq__brandText{display:none}.Navbar-module-scss-module__ze48jq__search{width:10.5rem}.Navbar-module-scss-module__ze48jq__primaryLinks{gap:.65rem}}
.Footer-module-scss-module__qNntcW__footer{background:radial-gradient(circle at 8% 0, #f064551f, transparent 25rem),var(--color-inverse-surface);color:var(--color-inverse-text);margin-top:0;padding:clamp(3.5rem,7vw,5.5rem) clamp(1rem,3vw,1.5rem) 1.5rem}.Footer-module-scss-module__qNntcW__inner{max-width:var(--content-width);margin:0 auto}.Footer-module-scss-module__qNntcW__columns{gap:2.5rem 2rem;display:grid}.Footer-module-scss-module__qNntcW__brandBlock,.Footer-module-scss-module__qNntcW__newsletter{align-content:start;gap:1rem;display:grid}.Footer-module-scss-module__qNntcW__brand{color:#fff;align-items:center;gap:.75rem;width:fit-content;text-decoration:none;display:flex}.Footer-module-scss-module__qNntcW__brand strong{font-family:var(--font-body);font-size:1.2rem}.Footer-module-scss-module__qNntcW__brandLogo{object-fit:contain;object-position:left center;width:auto;max-width:12rem;height:3rem}.Footer-module-scss-module__qNntcW__mark{background:var(--color-coral);font-family:var(--font-body);border-radius:.7rem;justify-content:center;align-items:center;width:2.65rem;height:2.65rem;font-size:.82rem;font-weight:900;display:flex;transform:rotate(-4deg);box-shadow:0 8px 20px #f0645538}.Footer-module-scss-module__qNntcW__brandBlock p,.Footer-module-scss-module__qNntcW__newsletter>p{color:#aeb8c5;max-width:20rem;margin:0;font-size:.88rem;line-height:1.7}.Footer-module-scss-module__qNntcW__socialLinks{flex-wrap:wrap;gap:.6rem;display:flex}.Footer-module-scss-module__qNntcW__socialLinks a{color:#c7d0db;background:#ffffff12;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.55rem;height:2.55rem;transition:background .16s,border-color .16s,color .16s,transform .16s;display:flex}.Footer-module-scss-module__qNntcW__socialLinks a:hover,.Footer-module-scss-module__qNntcW__socialLinks a:focus-visible{background:var(--color-coral);border-color:var(--color-coral);color:#fff;outline:0;transform:translateY(-2px)}.Footer-module-scss-module__qNntcW__socialLinks svg,.Footer-module-scss-module__qNntcW__linkColumn svg{width:1.05rem;height:1.05rem}.Footer-module-scss-module__qNntcW__linkColumn h2,.Footer-module-scss-module__qNntcW__newsletter h2{color:#fff;font-family:var(--font-heading);font-size:.95rem;font-weight:var(--font-weight-heading);margin:0 0 1rem}.Footer-module-scss-module__qNntcW__linkColumn nav{gap:.8rem;display:grid}.Footer-module-scss-module__qNntcW__linkColumn a{color:#aeb8c5;grid-template-columns:1.1rem minmax(0,1fr) auto;align-items:center;gap:.6rem;font-size:.84rem;text-decoration:none;transition:color .16s,transform .16s;display:grid}.Footer-module-scss-module__qNntcW__linkColumn a:hover,.Footer-module-scss-module__qNntcW__linkColumn a:focus-visible{color:#fff;outline:0;transform:translate(3px)}.Footer-module-scss-module__qNntcW__linkColumn small{color:#8f9bab;font-variant-numeric:tabular-nums;text-align:center;background:#ffffff12;border-radius:999px;justify-content:center;align-items:center;min-width:1.55rem;height:1.55rem;padding:0 .4rem;font-size:.65rem;display:inline-flex}.Footer-module-scss-module__qNntcW__linkColumn .Footer-module-scss-module__qNntcW__categoryLink{grid-template-columns:1.1rem minmax(0,1fr) max-content;width:100%}.Footer-module-scss-module__qNntcW__categoryColumn nav{width:100%;max-width:13.5rem}.Footer-module-scss-module__qNntcW__categoryLink small{justify-self:end}.Footer-module-scss-module__qNntcW__newsletterForm{gap:.65rem;display:grid}.Footer-module-scss-module__qNntcW__newsletterForm input{border-radius:var(--radius-md);color:#fff;background:#ffffff12;border:1px solid #ffffff24;width:100%;min-height:3rem;padding:.75rem .9rem}.Footer-module-scss-module__qNntcW__newsletterForm input::placeholder{color:#8793a3}.Footer-module-scss-module__qNntcW__newsletterForm input:focus{border-color:var(--color-coral);outline:0;box-shadow:0 0 0 3px #f0645538}.Footer-module-scss-module__qNntcW__newsletterForm button{background:var(--color-coral);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:0;min-height:3rem;font-weight:850;transition:background .16s,transform .16s}.Footer-module-scss-module__qNntcW__newsletterForm button:hover:not(:disabled),.Footer-module-scss-module__qNntcW__newsletterForm button:focus-visible{background:var(--color-coral-strong);outline:0;transform:translateY(-1px)}.Footer-module-scss-module__qNntcW__newsletterForm button:disabled{cursor:wait;opacity:.7}.Footer-module-scss-module__qNntcW__newsletterStatus{color:#aeb8c5;min-height:1.1rem;margin:0;font-size:.74rem;line-height:1.45}.Footer-module-scss-module__qNntcW__bottomBar{border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1rem;margin-top:clamp(2.5rem,5vw,4rem);padding-top:1.4rem;display:flex}.Footer-module-scss-module__qNntcW__bottomBar p{color:#7f8b9b;margin:0;font-size:.75rem}.Footer-module-scss-module__qNntcW__bottomBar nav{flex-wrap:wrap;justify-content:center;gap:.7rem 1.2rem;display:flex}.Footer-module-scss-module__qNntcW__bottomBar a{color:#9aa6b5;font-size:.75rem;text-decoration:none}.Footer-module-scss-module__qNntcW__bottomBar a:hover,.Footer-module-scss-module__qNntcW__bottomBar a:focus-visible{color:#fff;outline:0}.Footer-module-scss-module__qNntcW__srOnly{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (min-width:40rem){.Footer-module-scss-module__qNntcW__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.Footer-module-scss-module__qNntcW__bottomBar{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width:64rem){.Footer-module-scss-module__qNntcW__columns{grid-template-columns:1.15fr .9fr .95fr 1.1fr}}
@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/inter-cyrillic-ext-wght-normal.20g3-bbbhdq0_.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/inter-cyrillic-wght-normal.2cxlyxah-fd35.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/inter-greek-ext-wght-normal.0mkxydxl0e43d.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/inter-greek-wght-normal.1rx9vjatjkdar.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/inter-vietnamese-wght-normal.2kcj5i_8uff48.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/inter-latin-ext-wght-normal.3gdi_th3seg1n.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/inter-latin-wght-normal.0gsaq8ukbf34m.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{--color-bg:#f7f4ee;--color-surface:#fffdf9;--color-surface-strong:#eee9df;--color-text:#1b2431;--color-ink:#152235;--color-muted:#657080;--color-border:#ded8cd;--color-accent:#e95d4f;--color-accent-strong:#b93c32;--color-accent-soft:#ffe8e2;--color-coral:#f06455;--color-coral-strong:#c64237;--color-coral-soft:#ffe7e1;--color-mustard:#f2b84b;--color-blue-soft:#dcecf1;--color-danger:#b42318;--color-focus:#f0645547;--color-header:#fffdf9f0;--color-inverse-surface:#152235;--color-inverse-text:#fff;--color-hero-start:#fffdf9;--color-hero-end:#f7f2e9;--color-soft-surface:#faf8f3;--color-subtle-border:#cfc6b7;--color-card-hover:#cfc5b5;--color-prose:#3e4856;--color-timeline-line:#eadfd7;--color-blue-text:#315d6a;--color-mustard-text:#4c3507;--surface-overlay-strong:#ffffffeb;--surface-overlay-soft:#ffffff9e;--surface-overlay-control:#ffffffbf;--hero-overlay-start:#ffffffdb;--hero-overlay-end:#fffaf2f0;--font-body:"Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-heading:"Inter Variable", Inter, "Segoe UI", ui-sans-serif, system-ui, sans-serif;--font-display:"Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-weight-heading:550;--font-weight-heading-strong:600;--type-heading-1:clamp(1.75rem, 2.4vw, 2.25rem);--type-heading-2:clamp(1.35rem, 1.8vw, 1.625rem);--type-page-title:2rem;--type-heading-3:clamp(1.125rem, 1.3vw, 1.25rem);--type-heading-4:1.0625rem;--type-heading-5:1rem;--type-heading-6:.9375rem;--type-display:var(--type-heading-1);--type-title-lg:var(--type-heading-2);--type-title-md:var(--type-heading-3);--type-title-sm:var(--type-heading-4);--leading-heading:1.25;--tracking-heading:normal;--content-width:80rem;--radius-sm:.7rem;--radius-md:1.1rem;--radius-lg:1.5rem;--radius-xl:2rem;--radius-pill:999px;--shadow-sm:0 8px 22px #1b24310f;--shadow-md:0 16px 36px #1b24311a;--shadow-lg:0 28px 70px #1b243133;--motion-theme-duration:.24s;--motion-theme-easing:cubic-bezier(.22, 1, .36, 1)}html[data-theme=dark]{--color-bg:#0f141c;--color-surface:#171e28;--color-surface-strong:#232c38;--color-text:#e6ebf2;--color-ink:#f5f7fa;--color-muted:#a6b0bf;--color-border:#343e4c;--color-accent:#ff7768;--color-accent-strong:#ff8b7e;--color-accent-soft:#3a2424;--color-coral:#f56b5d;--color-coral-strong:#ff8c80;--color-coral-soft:#3b2424;--color-mustard:#e7ad43;--color-blue-soft:#203744;--color-danger:#ff8b82;--color-focus:#f56b5d5c;--color-header:#171e28f0;--color-inverse-surface:#090e15;--color-inverse-text:#f5f7fa;--color-hero-start:#1a222d;--color-hero-end:#141b24;--color-soft-surface:#1c2430;--color-subtle-border:#46515f;--color-card-hover:#536070;--color-prose:#c7cfda;--color-timeline-line:#3c4653;--color-blue-text:#aad2e1;--color-mustard-text:#fff0bd;--surface-overlay-strong:#ffffff0f;--surface-overlay-soft:#ffffff05;--surface-overlay-control:#ffffff17;--hero-overlay-start:#ffffff0d;--hero-overlay-end:#ffffff03;--shadow-sm:0 8px 22px #0003;--shadow-md:0 16px 36px #00000047;--shadow-lg:0 28px 70px #00000061}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}::view-transition-old(root){animation-duration:var(--motion-theme-duration);animation-timing-function:var(--motion-theme-easing);mix-blend-mode:normal}::view-transition-new(root){animation-duration:var(--motion-theme-duration);animation-timing-function:var(--motion-theme-easing);mix-blend-mode:normal}::view-transition-old(root){animation-name:theme-fade-out}::view-transition-new(root){animation-name:theme-fade-in}@keyframes theme-fade-out{0%{opacity:1}to{opacity:0}}@keyframes theme-fade-in{0%{opacity:0}to{opacity:1}}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);text-rendering:optimizelegibility;min-width:20rem;margin:0;line-height:1.6}body.admin-mode{--color-bg:#f7f4ee;--color-surface:#fffdf9;--color-surface-strong:#eee9df;--color-text:#1b2431;--color-ink:#152235;--color-muted:#657080;--color-border:#ded8cd;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f5f6f8}body.admin-mode>header,body.admin-mode>footer{display:none}body.admin-mode>main{min-height:100vh}button,input,textarea,select{font:inherit}img{max-width:100%}h1,h2,h3,h4,h5,h6{color:var(--color-ink);font-family:var(--font-heading);font-optical-sizing:auto;font-weight:var(--font-weight-heading);letter-spacing:var(--tracking-heading);line-height:var(--leading-heading)}h1{font-size:var(--type-heading-1);margin:0}h2{font-size:var(--type-heading-2)}h3{font-size:var(--type-heading-3)}h4{font-size:var(--type-heading-4)}h5{font-size:var(--type-heading-5)}h6{font-size:var(--type-heading-6)}a{text-underline-offset:.2em}.container{max-width:var(--content-width);margin:0 auto;padding-inline:clamp(1rem,3vw,1.5rem)}.page{min-height:65vh;padding-block:clamp(1.25rem,3vw,2.5rem) 5rem}.hero{background:linear-gradient(120deg, var(--hero-overlay-start), var(--hero-overlay-end)),var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);gap:1.25rem;margin-bottom:3.5rem;padding:clamp(1.5rem,5vw,3.75rem);display:grid;position:relative;overflow:hidden}.hero:after{background:var(--color-mustard);content:"";opacity:.14;border-radius:50%;width:5rem;height:5rem;position:absolute;top:14%;right:5%}.hero p{color:var(--color-muted);max-width:42rem;margin:0;font-size:clamp(1rem,2vw,1.2rem)}.hero>h1{font-size:var(--type-page-title)}.eyebrow{color:var(--color-coral-strong);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:900}.eyebrow-on-dark{color:#ff9b8e}.section{margin-block:clamp(2.75rem,5vw,4.25rem)}.page>.section:last-child{margin-bottom:0}.section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.section-heading h2{margin:.25rem 0 0}.text-link{color:var(--color-coral-strong);white-space:nowrap;font-size:.9rem;font-weight:850}.empty-state{background:radial-gradient(circle at 10% 25%, #f0645514, transparent 25%),var(--color-surface);border:1px dashed var(--color-subtle-border);border-radius:var(--radius-md);color:var(--color-muted);text-align:center;padding:clamp(2rem,5vw,3.5rem)}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;margin-top:2rem;display:flex}.pagination a:not([aria-disabled=true]){color:var(--color-accent-strong);font-weight:800}.pagination__pages{align-items:center;gap:.35rem;display:flex}.pagination__page,.pagination__direction{border:1px solid var(--color-border);border-radius:var(--radius-pill);justify-content:center;align-items:center;min-width:2.35rem;min-height:2.35rem;padding:.4rem .7rem;font-size:.8rem;text-decoration:none;display:inline-flex}.pagination__page--current{background:var(--color-accent-strong);border-color:var(--color-accent-strong);color:#fff;font-weight:800}.pagination [aria-disabled=true]{color:var(--color-muted);cursor:not-allowed;opacity:.55;pointer-events:none}.pagination__ellipsis{color:var(--color-muted);padding-inline:.15rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button-stack{gap:.6rem;display:grid}@media (max-width:39.99rem){.section-heading{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}::view-transition-group(root){scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}::view-transition-old(root){scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}::view-transition-new(root){scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
