:root{--bg:#f5f1e8;--surface:#fffdf8;--surface-2:#f0ebdf;--surface-3:#e7e1d2;--line:#e2dbc9;--line-strong:#c9c0a9;--text:#1c1917;--text-soft:#44403c;--muted:#57534e;--muted-2:#8a8272;--accent:#047857;--accent-2:#059669;--accent-3:#065f46;--accent-text:var(--accent-3);--live:#047857;--live-bg:rgba(5,150,105,0.09);--live-line:rgba(5,150,105,0.3);--new:#fde047;--amber:#b45309;--red:#b91c1c;--radius:16px;--wrap:1120px;--shadow:0 1px 2px rgba(28,25,23,0.05),0 14px 34px rgba(28,25,23,0.09);--font-display:var(--font-sora),"Segoe UI",system-ui,sans-serif;--font-body:var(--font-inter),ui-sans-serif,system-ui,-apple-system,sans-serif}@supports (color:color-mix(in oklch,#000,#fff)){:root{--accent-text:color-mix(in srgb,var(--accent) 68%,#1f2a1c)}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;color:var(--text);font-family:var(--font-body);line-height:1.55;min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg);overflow-x:hidden}::selection{background:#bbe8cf}a{color:inherit}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 22px}.main{flex:1 1;padding-top:28px;padding-bottom:72px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(245,241,232,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid var(--text)}.site-header .wrap{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;height:66px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;justify-self:center}.brand-mark{width:26px;height:26px}.brand-text{font-family:var(--font-display);font-weight:800;font-size:21px;letter-spacing:-.02em;color:var(--text)}.brand-accent{color:var(--accent)}.site-header nav{display:flex;gap:6px;justify-self:start;min-width:0}.nav-pill{padding:8px 10px 6px;border-bottom:2px solid transparent;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;text-decoration:none;color:var(--muted);white-space:nowrap;flex:none}.nav-active,.nav-pill:hover{color:var(--text)}.nav-active{border-bottom-color:var(--accent)}.header-search-wrap{position:relative;flex:0 1 240px;min-width:0;justify-self:end;width:100%;max-width:240px}.header-search-toggle{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid var(--line-strong);background:var(--surface);color:var(--muted);cursor:pointer;flex:none}.header-search-toggle:hover{color:var(--text);border-color:var(--accent)}.header-search-toggle svg{width:17px;height:17px}.header-search-field .game-search-header{margin-top:0;max-width:none}.header-search-field .game-search-header .game-search-box{padding:0 11px;border-radius:999px}.header-search-field .game-search-header .game-search-box input{padding:8px 0;font-size:14px}.header-search-field .game-search-header .game-search-icon{width:15px;height:15px}.game-search-kbd{flex:none;font:inherit;font-size:11px;font-weight:700;color:var(--muted-2);border:1px solid var(--line-strong);border-radius:5px;padding:1px 6px;line-height:1.5;background:var(--surface-2)}.header-search-field .game-search-header .game-search-results{left:auto;right:0;width:320px;max-width:calc(100vw - 44px)}.site-footer{border-top:2px solid var(--text);background:#ece5d4;padding:30px 0;margin-top:24px}.footer-games{margin-bottom:26px}.footer-games h2{font-size:13px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.footer-games ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:4px 18px;gap:4px 18px}.footer-games a{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:4px 0;font-size:13.5px;font-weight:550;color:var(--muted);text-decoration:none}.footer-games a:hover{color:var(--text)}.fg-live{font-size:11px;font-weight:700;color:var(--live)}.site-footer p{font-size:13px;color:var(--muted-2);margin:0 0 8px}.site-footer .muted{color:#a59d8a}h1{font-family:var(--font-display);font-weight:800;font-size:clamp(34px,6vw,58px);line-height:1.03;letter-spacing:-.035em;margin:14px 0 16px;color:var(--text)}.grad{color:var(--accent)}h2{font-size:23px;letter-spacing:-.02em;color:var(--text)}h2,h3{font-family:var(--font-display);font-weight:700;margin:0}.lede{color:var(--muted);font-size:17px;max-width:60ch;margin:0}.hero{padding:18px 0 4px}.hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;flex-wrap:wrap}.hero-copy{max-width:640px}.hero-pill{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-soft);background:var(--surface);border:1px solid var(--line-strong);padding:7px 14px;border-radius:999px}.hero-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--live)}.stats{display:flex;gap:12px;flex-wrap:wrap}.game-search{position:relative;margin-top:20px;max-width:480px}.game-search-box{display:flex;align-items:center;gap:10px;background:var(--surface);border:1.5px solid var(--line-strong);border-radius:14px;padding:0 14px;transition:border-color .14s ease,box-shadow .14s ease}.game-search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(5,150,105,.14)}.game-search-icon{width:18px;height:18px;flex:none;color:var(--muted-2)}.game-search-box input{flex:1 1;min-width:0;background:none;border:0;outline:none;color:var(--text);font:inherit;font-size:15.5px;padding:13px 0}.game-search-box input::placeholder{color:var(--muted-2)}.game-search-box input::-webkit-search-cancel-button{-webkit-appearance:none}.game-search-results{position:absolute;z-index:25;top:calc(100% + 8px);left:0;right:0;margin:0;padding:6px;list-style:none;background:var(--surface);border:1px solid var(--line-strong);border-radius:14px;box-shadow:var(--shadow);max-height:340px;overflow-y:auto}.game-search-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:9px;text-decoration:none}.game-search-row.is-active{background:var(--surface-2)}.gsr-name{font-weight:650;font-size:14.5px;color:var(--text)}.gsr-meta{flex:none;font-size:12px;font-weight:600;color:var(--live)}.game-search-empty{padding:12px;font-size:13.5px;color:var(--muted)}.stat{min-width:98px;padding:14px 20px;border:1px solid var(--line-strong);border-radius:14px;background:var(--surface);text-align:center}.stat b{display:block;font-family:var(--font-display);font-weight:800;font-size:30px;line-height:1;color:var(--text);letter-spacing:-.02em}.stat span{display:block;margin-top:7px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2)}.stat-fresh{border-color:var(--live-line);background:var(--live-bg)}.stat-fresh b{color:var(--live)}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:42px 0 16px;flex-wrap:wrap}.section-note{font-size:13.5px;color:var(--muted-2);overflow-wrap:anywhere}.section-sub{color:var(--muted);font-size:14.5px;margin:-6px 0 16px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(248px,1fr));grid-gap:16px;gap:16px}.main-language-switcher{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:22px 0 4px;padding:12px 14px;width:-moz-fit-content;width:fit-content;max-width:100%;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.main-language-switcher label{font-size:13px;font-weight:700;color:var(--text-soft)}.main-language-switcher select{color:var(--text);background:var(--surface);border:1px solid var(--line-strong);border-radius:8px;padding:7px 30px 7px 10px;font:inherit;font-size:13px;font-weight:650}.main-language-switcher span{font-size:12px;color:var(--muted-2)}.main-language-switcher-confirm{color:var(--live)!important;font-weight:650}.empty-guides{margin-top:30px;border:1px solid var(--line);border-radius:var(--radius);padding:0 16px 16px;background:rgba(240,235,223,.5)}.empty-guides summary{cursor:pointer;padding:15px 0;color:var(--muted);font-weight:700}.empty-guides>p{margin:-2px 0 16px;color:var(--muted-2);font-size:13.5px}.game-card{position:relative;display:flex;flex-direction:column;text-decoration:none;overflow:hidden;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);padding:18px 18px 0;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.game-card:before{content:"";position:absolute;inset:0;opacity:.05;pointer-events:none;background:linear-gradient(135deg,var(--c1,#3b2f8f),var(--c2,#a855f7))}.game-card:hover{transform:translateY(-3px);border-color:var(--text);box-shadow:var(--shadow)}.gc-top{position:relative;gap:10px;margin-bottom:14px}.gc-badge,.gc-top{display:flex;align-items:center}.gc-badge{width:50px;height:50px;flex:none;border-radius:13px;flex-direction:column;justify-content:center;gap:1px;background:linear-gradient(135deg,var(--c1,#3b2f8f),var(--c2,#a855f7));box-shadow:0 3px 10px rgba(28,25,23,.22)}.gc-badge svg{display:block;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}.gc-abbr{font-family:var(--font-display);font-weight:800;font-size:8.5px;letter-spacing:.06em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.gc-live{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--live);background:var(--live-bg);border:1px solid var(--live-line);padding:3px 9px;border-radius:999px}.gc-live .dot{width:6px;height:6px;border-radius:50%;background:var(--live)}.gc-new{margin-left:auto;font-size:10px;font-weight:800;letter-spacing:.03em;background:var(--new);padding:4px 8px;border-radius:6px;white-space:nowrap}.gc-name,.gc-new{color:var(--text)}.gc-name{font-size:18px;letter-spacing:-.01em}.gc-name,.gc-sub{position:relative}.gc-sub{margin:4px 0 16px;font-size:13.5px;color:var(--accent-text);font-weight:500}.gc-perf{position:relative;height:0;border-top:1.5px dashed var(--line-strong);margin:0 -18px}.gc-foot{position:relative;display:flex;flex-direction:column;gap:6px;padding:14px 0 16px}.gc-foot-main{display:flex;align-items:center;justify-content:space-between}.gc-count{font-size:13px;color:var(--muted-2)}.gc-redeem{font-size:14px;font-weight:700;color:var(--accent-text)}.game-card:hover .gc-redeem{color:var(--text)}.gc-fresh{align-self:flex-start;font-size:11px;font-weight:600;padding:3px 9px;border-radius:999px;white-space:nowrap}.gc-fresh-recent,.gc-fresh-today{color:var(--live);background:var(--live-bg);border:1px solid var(--live-line)}.gc-fresh-stale{color:var(--muted-2);background:rgba(28,25,23,.05);border:1px solid var(--line)}.gc-art{position:relative;margin:-18px -18px 14px;height:132px;overflow:hidden;background:var(--surface-3)}.gc-art img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.game-card:hover .gc-art img{transform:scale(1.05)}.gc-art:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,253,248,0) 55%,rgba(255,253,248,.9))}.gc-mark{position:absolute;top:10px;left:10px;width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--c1,#3b2f8f),var(--c2,#a855f7));box-shadow:0 2px 8px rgba(28,25,23,.3)}.gc-mark svg{width:15px;height:15px}.game-hero{position:relative;margin:0 0 22px;border:1px solid var(--line-strong);border-radius:var(--radius);overflow:hidden;aspect-ratio:3/1;max-height:260px;background:var(--surface-3)}.game-hero img{width:100%;height:100%;object-fit:cover;display:block}.game-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(28,25,23,0) 62%,rgba(28,25,23,.28))}.back-link{color:var(--muted);text-decoration:none;font-size:14px;font-weight:600}.back-link:hover{color:var(--text)}.game-head{border-left:4px solid var(--accent);padding-left:16px;margin-bottom:4px}.game-head .pub{color:var(--muted);font-size:13.5px}.verified{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--live);background:var(--live-bg);border:1px solid var(--live-line);padding:5px 12px;border-radius:999px;margin-bottom:18px}.verified .pulse{width:7px;height:7px;border-radius:50%;background:var(--live)}.trust-card{margin:18px 0 22px;padding:18px 20px;border:1px solid var(--live-line);border-radius:var(--radius);background:rgba(5,150,105,.06)}.trust-card h2{font-size:20px;margin-bottom:8px}.trust-card p{margin:0;color:var(--text-soft);max-width:72ch}.trust-card-home{margin-top:18px}.community-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:22px 0;padding:18px 20px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface)}.community-cta-copy h2{font-size:18px;margin:0 0 4px}.community-cta-copy p{margin:0;color:var(--muted);font-size:14px;max-width:60ch}.btn-discord{display:inline-flex;align-items:center;gap:8px;background:#5865f2;color:#fff;text-decoration:none;font-weight:700;font-size:14.5px;padding:11px 18px;border-radius:10px;white-space:nowrap}.btn-discord:hover{filter:brightness(1.08)}.footer-social{display:flex;gap:14px;margin:4px 0 20px}.footer-social a{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:var(--muted);text-decoration:none}.footer-social a:hover{color:var(--text)}.code-table{display:flex;flex-direction:column;gap:12px;margin:6px 0 8px}.code-table-soft .code-row{background:rgba(240,235,223,.55);border-color:var(--line)}.code-row{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:15px 16px}.code-main{display:flex;flex-wrap:wrap}.code-chip,.code-main{align-items:center;gap:12px}.code-chip{display:inline-flex;cursor:pointer;background:var(--surface);border:1.5px solid var(--accent);border-radius:10px;padding:9px 13px;font:inherit;color:var(--text);transition:background .12s ease}.code-chip:hover{background:var(--live-bg)}.code-chip-link{text-decoration:none;background:var(--accent);border-color:var(--accent)}.code-chip-link .code-text,.code-chip-link .copy-hint{color:#17130d}.code-text{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:16px;font-weight:700;letter-spacing:.01em}.copy-hint{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-text)}.code-badges{display:flex;gap:6px;flex-wrap:wrap}.badge{font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap}.badge-active{color:var(--live);background:var(--live-bg)}.badge-permanent{color:var(--text-soft);background:rgba(28,25,23,.07)}.badge-exp,.badge-expiring{color:var(--amber);background:rgba(180,83,9,.1)}.badge-expired{color:var(--red);background:rgba(185,28,28,.08)}.badge-unverified{color:var(--muted);background:rgba(28,25,23,.05)}.badge-new{color:var(--text);background:var(--new)}.badge-fresh{color:var(--live);background:var(--live-bg)}.code-filter{display:inline-flex;gap:4px;padding:4px;margin:0 0 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:999px}.code-filter-btn{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:var(--muted);background:transparent;border:1px solid transparent;padding:6px 14px;border-radius:999px;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.code-filter-btn:hover{color:var(--text)}.code-filter-btn.is-active{background:var(--surface);box-shadow:0 1px 3px rgba(28,25,23,.14)}.code-filter-count{font-size:11px;font-weight:700;color:var(--muted-2);background:rgba(28,25,23,.06);padding:1px 7px;border-radius:999px}.code-filter-btn.is-active .code-filter-count{color:inherit;background:var(--live-bg)}.rewards{list-style:none;display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:12px 0 0}.rewards li{font-size:13.5px;color:var(--text);background:var(--surface-2);border:1px solid var(--line);padding:4px 10px;border-radius:8px}.code-note{margin:10px 0 0;font-size:13px;color:var(--amber)}.code-source{margin:8px 0 0;font-size:12px;color:var(--muted-2)}.code-source a{color:var(--muted-2);text-decoration:underline}.code-source a:hover{color:var(--text)}.code-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.badge-confidence-high{color:var(--live);background:var(--live-bg)}.badge-confidence-medium{color:var(--amber);background:rgba(180,83,9,.1)}.badge-confidence-low{color:var(--muted);background:rgba(28,25,23,.05)}.badge-source{color:var(--text-soft);background:rgba(28,25,23,.06)}.badge-source-official{color:var(--live);background:var(--live-bg)}.empty{color:var(--muted);background:var(--surface);border:1px dashed var(--line-strong);border-radius:var(--radius);padding:16px}.howto ol{padding-left:20px;margin:0}.howto li{margin:6px 0}.requirement{font-size:13px;color:var(--muted);margin-top:12px}.btn{display:inline-block;text-decoration:none;font-weight:700;font-size:14.5px;padding:11px 18px;border-radius:10px;margin-top:14px}.btn-play,.btn-redeem{background:var(--accent);color:#17130d}.btn:hover{filter:brightness(1.08)}.faq-item{border:1px solid var(--line);border-radius:10px;padding:4px 14px;margin-bottom:8px;background:var(--surface)}.faq-item summary{cursor:pointer;font-weight:650;padding:10px 0;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--muted)}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:0 0 12px;color:var(--muted);font-size:14.5px}.related{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.related a{text-decoration:none;font-size:14px;font-weight:600;color:var(--accent-text);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:7px 14px}.related a:hover{border-color:var(--accent)}.secondary-section{margin-top:28px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(240,235,223,.5);padding:14px 16px 10px}.secondary-section summary{cursor:pointer;font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--muted);list-style:none}.secondary-section summary::-webkit-details-marker{display:none}.secondary-section summary:after{content:"+";float:right;color:var(--muted-2)}.secondary-section[open] summary:after{content:"−"}.secondary-copy{margin:10px 0 12px;max-width:70ch}.ad-slot{margin:26px 0;min-height:90px;display:flex;align-items:center;justify-content:center}.ad-placeholder{border:1px dashed var(--line-strong);border-radius:12px;color:var(--muted-2);font-size:12px;text-transform:uppercase;letter-spacing:.1em;width:100%;background:rgba(240,235,223,.4)}.push-optin{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:20px 0;padding:16px 18px;background:var(--live-bg);border:1px solid var(--live-line);border-radius:var(--radius)}.push-copy strong{font-size:15.5px}.push-copy p{margin:3px 0 0;color:#2c6b52;font-size:14px}.push-placeholder{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#4c7a64;border:1px dashed var(--live-line);border-radius:8px;padding:8px 12px;white-space:nowrap}.np-group{margin-bottom:22px}.np-group h2{display:flex;align-items:center;gap:10px}.np-game-dot{width:12px;height:12px;border-radius:3px}.official-videos{margin-top:38px}.video-intro{margin:10px 0 16px;max-width:76ch}.video-sources{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.video-more,.video-sources a{color:var(--accent-text);text-decoration:none;font-size:13px;font-weight:700}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.video-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.video-thumb{display:block;aspect-ratio:16/9;background:var(--surface-3)}.video-thumb img{display:block;width:100%;height:100%;object-fit:cover}.video-card-body{padding:15px}.video-card h3{font-size:16px;line-height:1.35}.video-card h3 a{text-decoration:none}.video-channel,.video-date,.video-summary{color:var(--muted);font-size:12.5px}.video-channel{margin:7px 0}.video-date{margin:10px 0 5px}.video-summary{margin:0 0 10px}.video-tags{display:flex;flex-wrap:wrap;gap:5px}.badge-video{color:var(--text-soft);background:rgba(28,25,23,.06)}.badge-video-status-code_found{color:var(--live);background:var(--live-bg)}.badge-video-status-no_code_found{color:var(--muted);background:rgba(28,25,23,.05)}.badge-video-status-needs_review{color:var(--amber);background:rgba(180,83,9,.1)}.video-watch{color:var(--accent-text);font-size:13px;font-weight:700;text-decoration:none}.video-more{display:inline-block;margin-top:14px}.home-videos{margin:42px 0 20px;padding:22px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface)}.home-video-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.home-video-head>div{max-width:680px}.home-videos .section-note{display:block;margin-top:6px}.home-video-cta{flex:0 0 auto;padding:9px 13px;border:1px solid var(--line-strong);border-radius:999px;color:var(--text-soft);font-size:13px;font-weight:800;text-decoration:none;background:var(--bg)}.home-video-cta:hover{color:var(--text);border-color:var(--accent)}.home-video-showcase{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(420px,1.12fr);grid-gap:18px;gap:18px;align-items:stretch}.home-video-feature,.home-video-feature-body,.home-video-rail,.home-video-row,.home-video-showcase{min-width:0}.home-video-feature{max-width:100%;overflow:hidden;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface)}.home-video-feature .youtube-embed{border-radius:0}.home-video-feature-body{padding:16px}.home-video-feature h3{margin:7px 0 12px;font-size:18px;line-height:1.3}.home-video-feature h3 a,.home-video-row h3 a{display:block;max-width:100%;color:var(--text);text-decoration:none;overflow-wrap:anywhere;word-break:break-word}.home-video-feature h3,.home-video-row h3{overflow-wrap:anywhere}.home-video-game{color:var(--accent-text);font-size:12px;font-weight:800;text-decoration:none}.home-video-rail{display:grid;grid-template-rows:repeat(5,minmax(74px,1fr));grid-gap:9px;gap:9px}.home-video-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-height:74px;padding:12px;border:1px solid var(--line);border-radius:10px;background:rgba(240,235,223,.45)}.home-video-row:hover{border-color:var(--accent);background:var(--surface)}.home-video-rank{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--live-bg);color:var(--accent-3);font-family:var(--font-display);font-size:13px;font-weight:800;text-decoration:none}.home-video-row-copy{min-width:0}.home-video-row h3{margin-top:3px;font-size:14px;line-height:1.3}.home-video-row .video-date{margin:5px 0 0}.home-video-chip{align-self:start;justify-self:end;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 8px;border-radius:999px;background:var(--live-bg);color:var(--accent-3);font-size:11px;font-weight:800;text-decoration:none}.admin-import{max-width:900px}.admin-import label{display:block;margin:24px 0 8px;font-weight:700}.admin-import textarea{width:100%;min-height:390px;resize:vertical;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--text);padding:16px;font:13px/1.55 ui-monospace,SF Mono,Menlo,Consolas,monospace}.admin-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-actions button{border:0;cursor:pointer}.admin-actions button:disabled{cursor:not-allowed;opacity:.45}.admin-apply{background:var(--accent);color:#fff}.admin-message{color:var(--text-soft)}.admin-report{margin-top:30px}.admin-report-group{border-top:1px solid var(--line);padding:12px 0}.admin-report-group h3{display:flex;justify-content:space-between;font-size:15px}.admin-report-group h3 span{color:var(--muted)}.admin-report-group ul{margin-bottom:0;color:var(--muted)}.ambient-toggle{position:fixed;bottom:18px;right:18px;z-index:30;display:inline-flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line-strong);color:var(--muted);border-radius:999px;padding:9px 14px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;box-shadow:var(--shadow);transition:color .15s ease,border-color .15s ease}.ambient-toggle:hover{color:var(--text);border-color:var(--accent)}.ambient-toggle.on{color:var(--accent);border-color:var(--live-line)}.ambient-eq{display:inline-flex;align-items:flex-end;gap:2px;height:12px}.ambient-eq i{width:3px;height:4px;background:currentColor;border-radius:1px}.ambient-toggle.on .ambient-eq i{animation:eq .9s ease-in-out infinite}.ambient-toggle.on .ambient-eq i:nth-child(2){animation-delay:.18s}.ambient-toggle.on .ambient-eq i:nth-child(3){animation-delay:.36s}@keyframes eq{0%,to{height:4px}50%{height:12px}}@media (max-width:720px){.header-search-wrap{flex:none}.header-search-toggle{display:inline-flex}.header-search-field{position:absolute;top:calc(100% + 10px);right:0;width:min(88vw,340px);opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease}.header-search-wrap.is-open .header-search-field{opacity:1;pointer-events:auto;transform:translateY(0)}.header-search-wrap.is-open .header-search-toggle{color:var(--accent);border-color:var(--accent)}.header-search-field .game-search-header .game-search-box{background:var(--surface);box-shadow:var(--shadow)}.header-search-field .game-search-header .game-search-results{width:100%;max-width:none}}@media (max-width:600px){.site-header .wrap{gap:8px}.site-header nav{gap:2px;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.site-header nav::-webkit-scrollbar{display:none}.brand{flex:0 0 auto}.brand-text{font-size:17px}.brand-mark{width:22px;height:22px}.nav-pill{padding:7px 8px 5px;font-size:11px}.main-language-switcher{width:100%}.main-language-switcher span{max-width:100%;overflow-wrap:anywhere}.hero-top{gap:20px}.stats{gap:10px}.stat{min-width:84px;padding:12px 14px}.home-videos{padding:16px}.home-video-head{align-items:flex-start;flex-direction:column}.home-video-showcase{grid-template-columns:minmax(0,1fr)}.home-video-feature h3 a,.home-video-row h3 a{word-break:break-all}.home-video-rail{grid-template-rows:none}.home-video-row{grid-template-columns:34px minmax(0,1fr)}.home-video-chip{display:none}}.codes-content{min-width:0;--accent-text:var(--accent-3)}@supports (color:color-mix(in oklch,#000,#fff)){.codes-content{--accent-text:color-mix(in srgb,var(--accent) 68%,#1f2a1c)}}.codes-content :where(h2[id],section[id]){scroll-margin-top:88px}.toc-wrap{margin:0 0 22px}.toc{border:1px solid var(--line);border-radius:14px;background:var(--surface)}.toc>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px;font-family:var(--font-sora),sans-serif;font-weight:800;font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.toc>summary::-webkit-details-marker{display:none}.toc>summary:after{content:"▾";font-size:11px;color:var(--muted-2);transition:transform .2s ease}.toc[open]>summary:after{transform:rotate(180deg)}.toc nav{padding:4px 9px 10px}.toc ul{list-style:none;margin:0;padding:0}.toc a{display:block;padding:7px 11px;border-left:2px solid transparent;border-radius:8px;color:var(--muted);font-size:13.5px;line-height:1.35;text-decoration:none;transition:background .15s ease,color .15s ease}.toc a:hover{background:rgba(5,150,105,.07);color:var(--text)}.toc li.active a{color:var(--text);background:var(--live-bg);border-left-color:var(--accent,#047857);font-weight:650}@media (min-width:1000px){.codes-layout{display:grid;grid-template-columns:minmax(0,1fr) 236px;grid-gap:42px;gap:42px;align-items:start}.codes-content{order:1}.toc-wrap{order:2;position:-webkit-sticky;position:sticky;top:84px;margin:0}.toc>summary{pointer-events:none}.toc>summary:after{display:none}}.badge-evidence{border:1px solid transparent}.badge-evidence-official{color:var(--live);background:var(--live-bg);border-color:color-mix(in srgb,var(--live) 35%,transparent)}.badge-evidence-community-confirmed{color:var(--amber);background:rgba(180,83,9,.1);border-color:rgba(180,83,9,.28)}.badge-evidence-unverified{color:var(--muted);background:rgba(28,25,23,.05);border-color:rgba(28,25,23,.16);border-style:dashed}.code-evidence{margin:6px 0 0;font-size:12px;color:var(--muted);line-height:1.5}.code-evidence a{color:var(--text-soft);text-decoration:underline;text-underline-offset:2px}.code-evidence a:hover{color:var(--text)}.code-evidence-more{color:var(--muted)}.code-row-expired{opacity:.72}.code-row-expired .code-chip,.code-row-unverified .code-chip{border-style:dashed!important}.rewards-unconfirmed li{color:var(--muted);font-style:italic}.howto-source{margin-top:10px;font-size:12px;color:var(--muted)}.howto-source a,.verified-recent{color:var(--text-soft)}.stat-stale b,.verified-stale{color:var(--muted)}.update-history{margin-top:28px}.history-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:6px}.history-item{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;padding:7px 10px;border-radius:10px;background:rgba(28,25,23,.035)}.history-item time{color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex:none}.history-kind{font-weight:600;color:var(--text-soft)}.history-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--text)}.history-code-expired .history-kind{color:var(--red)}.history-code-added .history-kind{color:var(--live)}@media (max-width:560px){.history-item{gap:6px;font-size:12px}.code-evidence{font-size:11px}}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora Fallback;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_af938a{font-family:Sora,Sora Fallback;font-style:normal}.__variable_af938a{--font-sora:"Sora","Sora Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}