:root{--color-accent:#f26522;--color-accent-hover:#ff7a3d;--color-accent-muted:#f2652226;--color-primary-50:#f2652214;--color-primary-100:#f2652226;--color-primary-200:#f2652240;--color-primary-500:#f26522;--color-primary-600:#f26522;--color-primary-700:#e05512;--color-primary-800:#c44a0f;--color-secondary-50:#1a1a1a;--color-secondary-100:#222;--color-secondary-200:#2a2a2a;--color-secondary-500:#888;--color-secondary-600:#666;--color-secondary-700:#444;--color-secondary-900:#0a0a0a;--color-success-50:#10b9811f;--color-success-500:#10b981;--color-success-600:#059669;--color-success-700:#047857;--color-warning-50:#f265221f;--color-warning-500:#f26522;--color-warning-600:#e05512;--color-warning-700:#c44a0f;--color-error-50:#ef44441f;--color-error-500:#ef4444;--color-error-600:#dc2626;--color-error-700:#b91c1c;--color-bg:#0c0c0c;--color-bg-elevated:#141414;--color-bg-muted:#1a1a1a;--color-bg-card:#111;--color-border:#ffffff14;--color-border-strong:#ffffff29;--color-text:#fff;--color-text-secondary:#aaa;--color-text-muted:#666;--color-text-inverse:#0c0c0c;--color-admin-bg:#0a0a0a;--color-admin-surface:#141414;--color-admin-border:#ffffff1a;--color-admin-text:#f5f5f5;--color-admin-muted:#888;--font-sans:"DM Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-display:"DM Sans", ui-sans-serif, system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.9375rem;--text-lg:1.0625rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.75rem;--text-5xl:3.5rem;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.15;--leading-normal:1.55;--leading-relaxed:1.7;--tracking-wide:.12em;--tracking-wider:.18em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-3xl:2rem;--radius-full:9999px;--shadow-xs:0 1px 2px #0006;--shadow-sm:0 2px 8px #00000059;--shadow-md:0 8px 24px #00000073;--shadow-lg:0 16px 48px #0000008c;--shadow-xl:0 24px 64px #000000a6;--container-max:1440px;--header-height:4.5rem;--sidebar-width:16rem;--sidebar-collapsed:4.5rem;--duration-fast:.15s;--duration-normal:.28s;--duration-slow:.45s;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--focus-ring:0 0 0 2px var(--color-accent)}
*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body:before{content:"";pointer-events:none;z-index:9998;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px;position:fixed;inset:0}h1,h2,h3,h4,h5,h6,p{margin:0}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.skip-link{top:-100%;left:var(--space-4);z-index:9999;padding:var(--space-2) var(--space-4);background:var(--color-primary-600);color:var(--color-text-inverse);border-radius:var(--radius-md);font-weight:var(--font-semibold);transition:top var(--duration-fast) var(--ease-out);position:absolute}.skip-link:focus{top:var(--space-4)}.container{width:100%;max-width:var(--container-max);padding-inline:var(--space-4);margin-inline:auto}@media (min-width:768px){.container{padding-inline:var(--space-6)}}.section{padding-block:var(--space-12)}.section-title{font-size:var(--text-sm);font-weight:var(--font-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase;margin-bottom:var(--space-2)}.section-subtitle{color:var(--color-text-muted);margin-bottom:var(--space-8)}.page-enter{animation:fadeInUp var(--duration-normal) var(--ease-out)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}

.mobile-bottom-nav-module__x5m2zW__nav{z-index:30;padding:var(--space-2) var(--space-4);padding-bottom:max(var(--space-2), env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--color-border);background:#0c0c0cf2;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav-module__x5m2zW__link{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);font-size:.5625rem;font-weight:var(--font-medium);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);border-radius:var(--radius-md);transition:color var(--duration-fast);flex-direction:column;min-width:3.5rem;display:flex}.mobile-bottom-nav-module__x5m2zW__link:hover,.mobile-bottom-nav-module__x5m2zW__active{color:var(--color-accent)}.mobile-bottom-nav-module__x5m2zW__iconWrap{position:relative}.mobile-bottom-nav-module__x5m2zW__badge{min-width:1rem;height:1rem;font-size:.5625rem;font-weight:var(--font-bold);background:var(--color-accent);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;padding:0 .2rem;display:flex;position:absolute;top:-.25rem;right:-.5rem}@media (min-width:900px){.mobile-bottom-nav-module__x5m2zW__nav{display:none}}
.site-footer-module__C5DJjW__footer{background:var(--color-secondary-900);color:var(--color-admin-text);margin-top:auto}.site-footer-module__C5DJjW__inner{max-width:var(--container-max);padding:var(--space-12) var(--space-4) var(--space-8);margin:0 auto}.site-footer-module__C5DJjW__grid{gap:var(--space-8);grid-template-columns:1fr;display:grid}.site-footer-module__C5DJjW__brand{font-size:var(--text-xl);font-weight:var(--font-bold);margin-bottom:var(--space-3)}.site-footer-module__C5DJjW__tagline{color:var(--color-admin-muted);font-size:var(--text-sm);line-height:var(--leading-relaxed);max-width:20rem}.site-footer-module__C5DJjW__sectionTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-4);color:var(--color-admin-muted)}.site-footer-module__C5DJjW__links{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.site-footer-module__C5DJjW__link{font-size:var(--text-sm);color:var(--color-admin-text);opacity:.85;transition:opacity var(--duration-fast)}.site-footer-module__C5DJjW__link:hover{opacity:1;color:#fff}.site-footer-module__C5DJjW__social{gap:var(--space-3);margin-top:var(--space-4);display:flex}.site-footer-module__C5DJjW__socialLink{border-radius:var(--radius-md);background:var(--color-admin-surface);width:2.25rem;height:2.25rem;color:var(--color-admin-text);transition:background var(--duration-fast);justify-content:center;align-items:center;display:flex}.site-footer-module__C5DJjW__socialLink:hover{background:var(--color-admin-border)}.site-footer-module__C5DJjW__bottom{margin-top:var(--space-10);padding-top:var(--space-6);border-top:1px solid var(--color-admin-border);gap:var(--space-2);font-size:var(--text-sm);color:var(--color-admin-muted);flex-direction:column;display:flex}@media (min-width:640px){.site-footer-module__C5DJjW__grid{grid-template-columns:2fr 1fr 1fr 1fr}.site-footer-module__C5DJjW__bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width:768px){.site-footer-module__C5DJjW__inner{padding-inline:var(--space-6)}}
