:root,[data-theme=dark]{--bg: #0b0b0f;--bg-elevated: #141418;--bg-overlay: #1c1c22;--bg-hover: #222228;--bg-active: #2a2a32;--surface: #161619;--surface-border: rgba(255, 255, 255, .07);--surface-border-strong: rgba(255, 255, 255, .14);--text: #ededf0;--text-secondary: #9898a0;--text-muted: #6e6e78;--text-inverse: #0b0b0f;--accent: #e8b84b;--accent-hover: #f0c65e;--accent-muted: rgba(232, 184, 75, .12);--teal: #2dd4bf;--teal-hover: #5eead4;--teal-muted: rgba(45, 212, 191, .08);--purple: #a78bfa;--purple-hover: #c4b5fd;--purple-muted: rgba(167, 139, 250, .1);--success: #34d399;--warning: #fbbf24;--danger: #f87171;--gradient-hero: linear-gradient(135deg, #12101c 0%, #0b0b0f 50%, #0b1018 100%);--gradient-card: none;--gradient-gold: linear-gradient(135deg, #e8b84b 0%, #d4a03a 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .6);--shadow-glow-gold: 0 0 20px rgba(232, 184, 75, .15);--shadow-glow-teal: 0 0 20px rgba(45, 212, 191, .1);--shadow-glow-purple: 0 0 20px rgba(167, 139, 250, .1);--pill-active-bg: rgba(255, 255, 255, .1);--pill-active-border: rgba(255, 255, 255, .18);--pill-active-text: var(--text);color-scheme:dark}:root{--font-heading: "Fraunces", Georgia, serif;--font-body: "Space Grotesk", system-ui, sans-serif;--font-ui: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-24: 96px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 24px;--radius-full: 999px;--header-height: 60px;--grid-gap: 16px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--duration-fast: .12s;--duration-normal: .2s;--duration-slow: .35s}*,*:before,*:after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-ui);font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);min-height:100vh;display:flex;flex-direction:column}main{flex:1}img{max-width:100%;height:auto;display:block}a{color:var(--teal);text-decoration:none;transition:color var(--duration-fast)}a:hover{color:var(--teal-hover)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text);line-height:1.2;font-weight:700;letter-spacing:-.01em}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,3.5vw,2rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:#0b0b0fa6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--surface-border);height:var(--header-height)}.header__inner[data-astro-cid-3ef6ksr2]{padding:0 var(--space-6);height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.header__brand[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);min-width:0}.header__logo[data-astro-cid-3ef6ksr2]{width:38px;height:38px;border-radius:50%;flex-shrink:0}.header__brand-text[data-astro-cid-3ef6ksr2]{min-width:0}.header__brand-name[data-astro-cid-3ef6ksr2]{font-family:var(--font-ui);font-size:1.05rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}.header__brand-sub[data-astro-cid-3ef6ksr2]{font-family:var(--font-ui);font-size:.56rem;font-weight:700;letter-spacing:.12em;color:var(--accent);text-transform:uppercase;vertical-align:bottom;margin-left:6px}.header__actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--space-3)}.header__store-link[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;font-family:var(--font-ui);font-size:.82rem;font-weight:600;color:var(--text-secondary);border:1px solid var(--surface-border);border-radius:var(--radius-full);text-decoration:none;white-space:nowrap;transition:color var(--duration-fast),border-color var(--duration-fast)}.header__store-link[data-astro-cid-3ef6ksr2]:hover{color:var(--text);border-color:var(--surface-border-strong)}@media(max-width:640px){.header__inner[data-astro-cid-3ef6ksr2]{padding:0 var(--space-4)}.header__brand-name[data-astro-cid-3ef6ksr2]{font-size:.82rem;white-space:normal;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--surface-border);background:var(--surface);padding:var(--space-12) var(--space-6) var(--space-8);margin-top:var(--space-16)}.footer__inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-8)}.footer__brand-name[data-astro-cid-sz7xmlte]{font-family:var(--font-ui);font-size:1rem;font-weight:700;color:var(--text)}.footer__brand-accent[data-astro-cid-sz7xmlte]{color:var(--accent)}.footer__tagline[data-astro-cid-sz7xmlte]{margin-top:var(--space-2);font-size:.85rem;color:var(--text-muted);line-height:1.5;max-width:280px}.footer__links-label[data-astro-cid-sz7xmlte]{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-3)}.footer__link[data-astro-cid-sz7xmlte]{display:block;font-size:.85rem;color:var(--text-secondary);text-decoration:none;padding:var(--space-1) 0;transition:color var(--duration-fast)}.footer__link[data-astro-cid-sz7xmlte]:hover{color:var(--text)}.footer__bottom[data-astro-cid-sz7xmlte]{margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--surface-border);font-size:.78rem;color:var(--text-muted)}@media(max-width:640px){.footer[data-astro-cid-sz7xmlte]{padding:var(--space-8) var(--space-4) var(--space-6)}.footer__inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:var(--space-6);text-align:center}.footer__tagline[data-astro-cid-sz7xmlte]{max-width:none}.footer__bottom[data-astro-cid-sz7xmlte]{text-align:center}}
