:root{--bg-site: #f5f4f1;--bg-panel: #ffffff;--bg-input: #ece9e4;--text-primary: #15120f;--text-secondary: #3f342c;--text-tertiary: #6d6660;--brand-red: #a51f24;--brand-red-dark: #741319;--copper: #a45d3a;--bone: #efe3c8;--accent-cyan: var(--brand-red);--accent-yellow: var(--copper);--accent-purple: var(--brand-red-dark);--accent-orange: #b84a32;--accent-green: #5d6b49;--border-standard: #15120f;--border-subtle: #d6d0c7;--radius-s: 8px;--radius-m: 16px;--shadow-sm: 2px 2px 0 #15120f;--shadow-md: 4px 4px 0 #15120f;--dot-pattern: rgba(21, 18, 15, .04);--brand-grim: #111827;--brand-arcade: var(--brand-red);--brand-grim-stroke: #ffffff;--brand-arcade-stroke: #111827;--brand-shadow: rgba(165, 31, 36, .22);--panel-shadow: rgba(21, 18, 15, .12);--share-x: #15120f;--share-facebook: #7f1f23;--share-whatsapp: #6b2b23;--share-linkedin: var(--brand-red-dark);--share-reddit: #a9442f;--brand-action-bg: linear-gradient(135deg, var(--brand-red-dark), var(--brand-red));--play-now-bg: linear-gradient(135deg, #fff4e8, var(--copper));--play-now-bg-hover: linear-gradient(135deg, #ffe8dc, var(--brand-red));--play-now-text: #15120f;--play-now-shadow: rgba(116, 19, 25, .36)}html.dark{--bg-site: #110f12;--bg-panel: #1b1516;--bg-input: #261d1c;--text-primary: #f7ead2;--text-secondary: #decbae;--text-tertiary: #aa9679;--brand-red: #b63a3c;--brand-red-dark: #6b2022;--copper: #8a4b35;--bone: #efe3c8;--accent-cyan: var(--brand-red);--accent-yellow: var(--copper);--accent-purple: var(--brand-red-dark);--accent-orange: #9a4836;--accent-green: #7f8a63;--border-standard: #7f2a2d;--border-subtle: #46312d;--shadow-sm: 2px 2px 0 #7f2a2d;--shadow-md: 4px 4px 0 #7f2a2d;--dot-pattern: rgba(247, 234, 210, .055);--brand-grim: var(--text-primary);--brand-arcade: var(--brand-red);--brand-grim-stroke: #110f12;--brand-arcade-stroke: #110f12;--brand-shadow: rgba(182, 58, 60, .24);--panel-shadow: rgba(0, 0, 0, .34);--share-x: #2a2220;--share-facebook: #562123;--share-whatsapp: #4a241f;--share-linkedin: #4d1e20;--share-reddit: #703126;--brand-action-bg: linear-gradient(135deg, var(--brand-red-dark), var(--brand-red));--play-now-bg: linear-gradient(135deg, #2b1514, var(--copper));--play-now-bg-hover: linear-gradient(135deg, #351918, #9a5640);--play-now-text: #f7ead2;--play-now-shadow: rgba(0, 0, 0, .5)}*{box-sizing:border-box}body{margin:0;background-color:var(--bg-site);background-image:radial-gradient(var(--dot-pattern) 1.5px,transparent 0);background-size:24px 24px;color:var(--text-primary);font-family:Lexend,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,h4{color:var(--text-primary);font-family:DynaPuff,cursive;font-weight:800;letter-spacing:0}.topbar{position:fixed;top:0;right:0;left:0;z-index:70;height:70px;border-bottom:1px solid var(--border-subtle);background:var(--bg-panel)}.topbar-inner{display:grid;width:min(1400px,calc(100% - 48px));height:100%;grid-template-columns:minmax(250px,auto) auto minmax(220px,520px) auto;align-items:center;justify-content:stretch;gap:18px;margin:0 auto}.mobile-menu-button{display:none;width:44px;height:44px;align-items:center;justify-content:center;border:2px solid var(--border-standard);border-radius:var(--radius-s);background:var(--bg-input);color:var(--text-primary);cursor:pointer}.brand{display:flex;min-width:0;align-items:center;justify-content:flex-start;gap:12px}.brand-mark{width:50px;height:50px;flex:0 0 auto;border:3px solid var(--border-standard);border-radius:10px;background:#000;box-shadow:var(--shadow-sm);-o-object-fit:contain;object-fit:contain}.brand-text{display:block;width:186px;height:auto;min-width:0;flex:0 1 auto;overflow:visible}.brand-wordmark{display:block;width:100%;height:auto}.brand-wordmark text{font-family:DynaPuff,cursive;font-weight:800;letter-spacing:0}.topbar-actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:12px}.header-search{display:flex;width:100%;min-width:220px;align-items:center;justify-self:center;gap:10px;border:2px solid var(--border-standard);border-radius:999px;background:var(--bg-input);box-shadow:var(--shadow-sm);color:var(--text-secondary);padding:0 16px}.header-search svg{width:18px;height:18px;flex:0 0 auto;color:var(--text-tertiary)}.header-search input{width:100%;min-width:0;height:42px;border:0;outline:0;background:transparent;color:var(--text-primary);font:inherit;font-size:15px;font-weight:800}.header-search input::-moz-placeholder{color:var(--text-tertiary)}.header-search input::placeholder{color:var(--text-tertiary)}.top-nav{display:flex;width:-moz-max-content;width:max-content;max-width:100%;min-width:0;align-items:center;justify-content:flex-start;gap:6px;justify-self:start}.top-nav a{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border-radius:999px;color:var(--text-secondary);font-size:16px;font-weight:900;padding:0 11px;white-space:nowrap}.top-nav a:hover,.top-nav a[aria-current=page]{background:var(--bg-input);color:var(--text-primary)}.icon-action,.theme-switch{position:relative;display:inline-flex;width:42px;height:42px;flex:0 0 auto;align-items:center;justify-content:center;border:2px solid var(--border-standard);border-radius:50%;background:var(--bg-input);box-shadow:var(--shadow-sm);color:var(--accent-purple);cursor:pointer;padding:0}.icon-action{color:var(--text-secondary)}.icon-action:hover,.theme-switch:hover{color:var(--text-primary);transform:translateY(-1px)}.icon-action svg{width:19px;height:19px}.back-to-top{position:fixed;right:22px;bottom:22px;z-index:80;display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:2px solid var(--border-standard);border-radius:50%;background:var(--bg-panel);box-shadow:var(--shadow-sm);color:var(--text-secondary);cursor:pointer;opacity:0;padding:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,color .18s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{color:var(--text-primary);transform:translateY(-1px)}.back-to-top svg{width:20px;height:20px}.theme-knob{position:static;width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;box-shadow:none;color:currentColor;transition:color .2s ease}html.dark .theme-knob{transform:none;background:transparent;color:var(--accent-cyan)}.theme-knob svg{width:18px;height:18px}.theme-icon-moon,html.dark .theme-icon-sun{display:none}html.dark .theme-icon-moon{display:block}::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:0}::view-transition-new(root){z-index:1}html.theme-reveal::view-transition-new(root){animation:theme-reveal .48s ease-out both;clip-path:circle(0 at var(--theme-x) var(--theme-y))}@keyframes theme-reveal{to{clip-path:circle(var(--theme-radius) at var(--theme-x) var(--theme-y))}}.layout-wrapper{display:flex;min-height:100vh;padding-top:70px}.page-main{display:flex;min-width:0;flex:1;flex-direction:column}.util-container{width:min(1400px,calc(100% - 48px));margin:0 auto}.content-wrap{flex:1;padding:24px 0 64px}.site-footer{margin-top:64px;border-top:1px solid var(--border-subtle);background:var(--bg-panel);padding:30px 24px}.footer-simple{display:flex;align-items:center;flex-direction:column;gap:12px;text-align:center}.footer-links{display:flex;flex-wrap:wrap;list-style:none;justify-content:center;gap:12px 22px;margin:0;padding:0}.footer-links a,.footer-note a,.footer-note{color:var(--text-secondary);font-size:14px}.footer-links a,.footer-note a{font-weight:800;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:2px;text-underline-offset:4px;transition:color .18s ease,text-decoration-color .18s ease,transform .18s ease}.footer-links a:hover,.footer-note a:hover{color:var(--text-primary);text-decoration-color:currentColor}.footer-note{margin:0;color:var(--text-tertiary);line-height:1.7}@media(max-width:1180px){.topbar-inner{display:grid;width:100%;grid-template-columns:auto auto minmax(0,1fr) auto;gap:10px;padding:0 16px}.mobile-menu-button{display:inline-flex}.brand{justify-self:start;font-size:20px}.brand-mark{width:44px;height:44px}.top-nav{display:none}.topbar-actions{display:flex;min-width:auto;justify-content:flex-end;gap:8px}.brand-text{display:none}.header-search{width:100%;min-width:0;gap:6px;padding:0 8px}.header-search svg{width:16px;height:16px}.header-search input{height:40px;font-size:14px}.icon-action,.theme-switch{width:40px;height:40px}.top-nav.is-open{position:fixed;top:70px;right:0;left:0;z-index:60;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-bottom:1px solid var(--border-subtle);background:var(--bg-panel);box-shadow:0 10px 22px var(--panel-shadow);padding:12px 16px}.util-container{width:min(100% - 32px,1400px)}.back-to-top{right:16px;bottom:16px}}
