:root{--color-yellow: #FFD700;--color-blue: #00008B;--color-red: #DC143C;--color-pink: #FF1493;--color-orange: #FF8C00;--color-green: #006400;--color-brown: #D2B48C;--color-black: #000000;--color-white: #FFFFFF;--color-yellow-tint: #FFDE56;--color-bg: #FFF;--color-text-primary: #555;--color-text-secondary: #333;--radius-border-button: .6rem;--radius-border-table: 1.2rem;--font-size-medium: 1rem}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;font-family:system-ui,sans-serif;overflow-x:hidden}body{font-family:Poppins,sans-serif;line-height:1;font-weight:400;color:var(--color-text-primary)}h1{font-size:4.8rem;font-weight:600;color:var(--color-red);text-transform:uppercase}h2{font-size:3rem;font-weight:500}h3{font-size:2rem;font-weight:400}p{margin-top:1rem;font-size:1.4rem}.highlight-green{color:var(--color-green)}.highlight-red{color:var(--color-red)}.highlight-amber{color:var(--color-orange)}nav.svelte-ixdacc{background:var(--color-bg);color:var(--color-text)}.nav-bar.svelte-ixdacc{margin:0 auto;padding:1.8rem;display:flex;align-items:center;justify-content:space-between}.logo.svelte-ixdacc{font-size:1.6rem;font-weight:600;color:var(--color-red);text-transform:uppercase;letter-spacing:-.2px}.hamburger.svelte-ixdacc{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.hamburger.svelte-ixdacc span:where(.svelte-ixdacc){width:24px;height:2px;background:var(--color-red);display:block}.hamburger.hide-hamburger.svelte-ixdacc{display:none}.menu-close-button.svelte-ixdacc{display:none;background:none;border:none;cursor:pointer;font-size:1.6rem;font-weight:600;color:var(--color-red)}.menu-close-button.display-menu-button.svelte-ixdacc{display:block}ul.svelte-ixdacc{padding:1rem;position:fixed;inset:60px 0 0;background:var(--color-bg);list-style:none;margin:0;display:none;flex-direction:column;gap:1.4rem;z-index:1000;opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease}ul.open.svelte-ixdacc{display:flex;line-height:2rem;align-items:flex-end;opacity:1;transform:translateY(0)}.current-page-menu-label.svelte-ixdacc{color:var(--color-red);font-size:1.4rem;padding:.75rem}a.svelte-ixdacc{color:var(--color-text-primary);text-decoration:none;padding:.75rem;font-size:1.4rem;transition:all .3s}a.svelte-ixdacc:hover{color:var(--color-red)}@media(min-width:880px){.hamburger.svelte-ixdacc{display:none}ul.svelte-ixdacc{position:static;display:flex!important;flex-direction:row;gap:1rem;padding:0;inset:auto;opacity:1;transform:none}}footer.svelte-jz8lnl{padding:1.4rem;text-align:center;background:var(--color-red);color:var(--color-white);font-size:1.2rem}.layout.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}main.svelte-12qhfyh{flex:1}
