.w-40{width:40px}.w-min-40{min-width:40px}.w-max-40{max-width:40px}.w-50{width:50px}.w-min-50{min-width:50px}.w-max-50{max-width:50px}.w-100{width:100px}.w-min-100{min-width:100px}.w-max-100{max-width:100px}.w-150{width:150px}.w-min-150{min-width:150px}.w-max-150{max-width:150px}.w-200{width:200px}.w-min-200{min-width:200px}.w-max-200{max-width:200px}.w-250{width:250px}.w-min-250{min-width:250px}.w-max-250{max-width:250px}.w-300{width:300px}.w-min-300{min-width:300px}.w-max-300{max-width:300px}.w-350{width:350px}.w-min-350{min-width:350px}.w-max-350{max-width:350px}.w-400{width:400px}.w-min-400{min-width:400px}.w-max-400{max-width:400px}.w-500{width:500px}.w-min-500{min-width:500px}.w-max-500{max-width:500px}.h-200{height:200px}.h-min-200{min-height:200px}.h-max-200{max-height:200px}.h-300{height:300px}.h-min-300{min-height:300px}.h-max-300{max-height:300px}.h-400{height:400px}.h-min-400{min-height:400px}.h-max-400{max-height:400px}.h-500{height:500px}.h-min-500{min-height:500px}.h-max-500{max-height:500px}.h-750{height:750px}.h-min-750{min-height:750px}.h-max-750{max-height:750px}.h-1000{height:1000px}.h-min-1000{min-height:1000px}.h-max-1000{max-height:1000px}:root{--orange:#ba5c12;--green:#00a676;--teal:#38726c;--red:#c73e1d;--blue:#0e6fff;--indigo:#6913f3;--purple:#7245c5;--pink:#db3789;--bg:#0e1917;--bg-alt:#16241f;--bg-raised:#1c2e28;--text:#eaf1ec;--text-muted:#9fb3ac;--border:#2a3e38;--header-bg:#0e1917db;--shadow:0 1px 0 #0000004d;--radius:3px}:root[data-theme=light]{--bg:#eef2ef;--bg-alt:#fff;--bg-raised:#e3eae6;--text:#132420;--text-muted:#4b5d57;--border:#c9d5cf;--header-bg:#eef2efdb;--shadow:0 1px 0 #1324200f}html[data-theme=light] .event-tag.upcoming{background:#00a67624}html[data-theme=light] .event-tag.past{background:#38726c29}html[data-theme=light] .fact-card{background:var(--teal)}*{box-sizing:border-box}@font-face{font-family:Bebas Neue;src:url(../../../assets/fonts/Bebas_Neue/BebasNeue-Regular.ttf)format("woff2");font-weight:400;font-style:normal;font-display:swap}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.6}h1,h2,h3{letter-spacing:.02em;margin:0;font-family:Bebas Neue,Inter,sans-serif;font-weight:400;line-height:1.02}a{color:inherit}img,svg{display:block}.page,.page-alt{padding:2rem 0}.page-alt{background:var(--bg-alt)}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1.5rem;margin-bottom:2.5rem;display:flex}.page-head h2{font-size:clamp(2rem,4.2vw,2.9rem)}.page-head .tag{color:var(--teal);border-left:3px solid var(--green);padding-left:.6rem;font-size:.95rem;font-weight:600}.container{max-width:1120px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}p{color:var(--text-muted)}.text-orange{color:var(--orange)}header{z-index:50;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0}.headbar{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:1rem clamp(1.25rem,4vw,2.5rem);display:flex}.wordmark{letter-spacing:.03em;align-items:baseline;gap:.4rem;font-family:Bebas Neue,sans-serif;font-size:1.5rem;display:flex}.wordmark span{color:var(--orange)}nav.mainnav{align-items:center;gap:2rem;display:flex}nav.mainnav ul{gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}nav.mainnav a{color:var(--text-muted);padding-bottom:4px;font-size:.95rem;font-weight:600;text-decoration:none;position:relative}nav.mainnav a:after{content:"";background:var(--orange);width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}nav.mainnav a:hover,nav.mainnav a.active{color:var(--text)}nav.mainnav a.active:after{width:100%}.headctrls{align-items:center;gap:.75rem;display:flex}.menu-btn{border:1px solid var(--border);background:var(--bg-alt);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:none}.menu-btn svg{width:18px;height:18px}@media (width<=760px){nav.mainnav{background:var(--bg-alt);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;max-height:0;transition:max-height .25s;position:absolute;top:100%;left:0;right:0;overflow:hidden}nav.mainnav.open{max-height:260px}nav.mainnav ul{flex-direction:column;gap:0;padding:.5rem 0}nav.mainnav ul li a{padding:.85rem clamp(1.25rem,4vw,2.5rem);display:block}.menu-btn{display:flex}}a:focus-visible,button:focus-visible{outline:2px solid var(--green);outline-offset:2px}footer{border-top:1px solid var(--border);background:var(--bg);padding:3rem 0 2.25rem}.foot-grid{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:2rem;display:flex}.foot-brand .wordmark{margin-bottom:.6rem}footer address{color:var(--text-muted);font-size:.9rem;font-style:normal}.foot-fine{color:var(--text-muted);border-top:1px solid var(--border);padding-top:1.25rem;font-size:.82rem}.theme-toggle.svelte-1cmi4dh{border:1px solid var(--border);background:var(--bg-alt);cursor:pointer;width:38px;height:38px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;display:flex}.theme-toggle.svelte-1cmi4dh:hover{border-color:var(--orange)}.theme-toggle.svelte-1cmi4dh svg:where(.svelte-1cmi4dh){width:18px;height:18px}
