:root{--bg:#0c1020;--sidebar-bg:#0c1020;--bg-soft:#12182d;--panel:#171f39;--panel-strong:#1d2948;--text:#f5f7fb;--muted:#a8b2c8;--line:rgba(255,255,255,0.11);--brand:#ffcc4d;--brand-strong:#ff9f1c;--accent:#66e3ff;--danger:#ff6b6b;--radius-lg:24px;--radius-md:16px;--shadow:0 24px 80px rgba(0,0,0,0.35);--sidebar-width:232px;--site-header-height:72px}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100dvh;display:flex;flex-direction:column;margin:0;background:radial-gradient(circle at top left,rgba(102,227,255,.12),transparent 38rem),radial-gradient(circle at top right,rgba(255,204,77,.1),transparent 34rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{border:0;font:inherit;cursor:pointer}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:60;border-bottom:1px solid var(--line);background:var(--sidebar-bg);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--line)}.header-inner{position:relative;display:flex;justify-content:flex-start;gap:14px;width:100%;margin:0;padding:14px 18px}.brand,.header-inner{align-items:center;min-width:0}.brand{display:inline-flex;flex:0 0 auto;width:-moz-fit-content;width:fit-content;max-width:max-content;gap:10px;font-weight:900;letter-spacing:-.03em}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#111827;box-shadow:0 10px 34px rgba(255,159,28,.3)}.brand-text{min-width:0;overflow:hidden;font-size:1.05rem;text-overflow:ellipsis;white-space:nowrap}.main-nav{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.94rem}.main-nav a{border-radius:999px;padding:10px 13px;transition:background .16s ease,color .16s ease}.main-nav a:hover{background:rgba(255,255,255,.08);color:var(--text)}main{flex:1 1;width:min(1180px,calc(100% - 28px));margin:0 auto;padding:20px 0 54px}.game-stage{width:min(100%,1030px);margin:0 auto;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(29,41,72,.94),rgba(14,19,38,.96));box-shadow:var(--shadow)}.game-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--line)}.eyebrow,.section-eyebrow{margin:0 0 4px;color:var(--brand);font-size:.7rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.content-section h2,.game-toolbar h1,.info-card h2{margin:0;letter-spacing:-.04em}.game-toolbar h1{font-size:clamp(1.6rem,3.5vw,2.55rem)}.game-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.game-actions button{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.08);color:var(--text);padding:11px 14px;font-weight:750;transition:transform .15s ease,background .15s ease,border-color .15s ease}.game-actions button:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.13)}.game-actions .primary-action{border-color:transparent;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#121212}.game-player-bar{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line);background:linear-gradient(90deg,rgba(255,204,77,.13),rgba(102,227,255,.05)),rgba(14,19,38,.9);padding:10px 14px}.game-player-bar h1{min-width:0;margin:0;overflow:hidden;color:var(--text);font-size:clamp(1rem,2vw,1.25rem);font-weight:900;line-height:1.2;letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap}.game-player-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.game-icon-button{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.075);color:var(--muted);padding:0;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.game-icon-button:hover{transform:translateY(-1px);border-color:rgba(255,204,77,.36);background:rgba(255,204,77,.1);color:var(--brand)}.game-icon-button.primary-action{border-color:rgba(255,204,77,.32);background:rgba(255,204,77,.13);color:var(--brand)}.game-icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.game-rating-wrap{position:relative;display:inline-flex}.game-feedback-button{display:inline-flex;height:38px;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.075);color:var(--muted);padding:0 10px;font-size:.86rem;font-weight:850;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.game-feedback-button:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(255,204,77,.36);background:rgba(255,204,77,.1);color:var(--brand)}.game-feedback-button[aria-pressed=true]{color:var(--brand)}.game-feedback-button:disabled{cursor:default;opacity:.82}.game-feedback-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.game-feedback-button[aria-pressed=true] svg{fill:currentColor}.game-rating-panel{position:absolute;left:50%;right:auto;bottom:calc(100% + 8px);z-index:25;display:grid;grid-gap:7px;gap:7px;min-width:184px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(12,16,32,.96);box-shadow:0 16px 42px rgba(0,0,0,.34);padding:8px;transform:translateX(-50%)}.game-rating-panel-text{margin:0;color:var(--muted);font-size:.76rem;font-weight:750;line-height:1.2;text-align:center;white-space:nowrap}.game-rating-options{display:flex;width:100%;justify-content:center;gap:4px}.game-rating-option{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:rgba(255,255,255,.075);color:var(--muted);padding:0;transition:transform .15s ease,background .15s ease,color .15s ease}.game-rating-option svg{width:16px;height:16px;fill:currentColor;stroke:currentColor;stroke-width:1.4}.game-rating-option.is-active,.game-rating-option:hover:not(:disabled){transform:translateY(-1px);background:rgba(255,204,77,.13);color:var(--brand)}.game-rating-option:disabled{cursor:default;opacity:.7}.notice-compact{margin-top:14px}.notice{margin:0 18px 14px;border:1px solid rgba(102,227,255,.3);border-radius:14px;background:rgba(102,227,255,.12);color:#dff9ff;padding:11px 14px;font-size:.94rem}.game-frame-wrap{position:relative;overflow:hidden;width:100%;max-width:100%;aspect-ratio:16/9;min-height:420px;background:linear-gradient(135deg,rgba(255,204,77,.12),transparent 36%),linear-gradient(225deg,rgba(102,227,255,.12),transparent 42%),#050814}.game-frame-wrap:fullscreen{width:100dvw;height:100dvh;min-height:0;aspect-ratio:auto;border-radius:0}.game-frame-wrap:fullscreen .game-frame,.game-frame-wrap:fullscreen .game-start-screen{width:100%;height:100%;min-height:0}.game-frame-wrap:-webkit-full-screen{width:100dvw;height:100dvh;min-height:0;aspect-ratio:auto;border-radius:0}.game-frame-wrap:-webkit-full-screen .game-frame,.game-frame-wrap:-webkit-full-screen .game-start-screen{width:100%;height:100%;min-height:0}.game-frame{display:block;border:0;background:#050814}.game-frame,.game-start-screen{width:100%;height:100%;min-height:420px}.game-start-screen{position:relative;isolation:isolate;display:grid;place-items:center;padding:24px;overflow:hidden}.game-start-screen:before{content:"";position:absolute;inset:-40px;z-index:-2;background-image:var(--game-cover);background-position:50%;background-size:cover;filter:blur(28px);opacity:.34;transform:scale(1.12)}.game-start-screen:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 42%),rgba(5,8,20,.72)}.game-start-card{width:min(100%,320px);display:grid;justify-items:center;grid-gap:22px;gap:22px;padding:0;text-align:center}.game-start-icon{width:150px;height:150px;border-radius:18px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.2),0 18px 55px rgba(0,0,0,.45),0 0 28px rgba(255,255,255,.32)}.game-start-title{margin:0;font-size:clamp(1.45rem,3vw,2rem);font-weight:900;line-height:1.1;letter-spacing:-.04em}.game-start-card .play-button{margin-top:0}.play-button{margin-top:22px;border-radius:16px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#121212;padding:14px 26px;font-weight:900;box-shadow:0 16px 42px rgba(255,159,28,.28);transition:transform .15s ease,box-shadow .15s ease}.play-button:hover{transform:translateY(-1px);box-shadow:0 20px 50px rgba(255,159,28,.34)}.page-grid{width:min(100%,1030px);margin:28px auto 0;display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;align-items:start}.article-card,.side-panel{min-width:0}.article-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(23,31,57,.62);padding:26px}.content-section+.content-section{margin-top:28px;padding-top:26px;border-top:1px solid var(--line)}.content-section h2{font-size:clamp(1.25rem,2vw,1.65rem)}.section-body{margin-top:13px;color:var(--muted);font-size:.96rem;line-height:1.68}.section-body p{margin:0}.check-list,.number-list,.warning-list{margin:16px 0 0;padding:0;list-style:none}.check-list li,.number-list li,.warning-list li{position:relative;margin-top:10px;border-radius:14px;background:rgba(255,255,255,.055);padding:12px 14px 12px 42px}.check-list li:before{content:"✓";position:absolute;left:15px;color:var(--brand);font-weight:900}.warning-list li:before{content:"!";position:absolute;left:15px;top:13px;display:grid;width:20px;height:20px;place-items:center;border-radius:999px;background:rgba(255,107,107,.16);color:var(--danger);font-size:.78rem;font-weight:900}.number-list{counter-reset:tip}.number-list li{counter-increment:tip}.number-list li:before{content:counter(tip);position:absolute;left:14px;top:14px;display:grid;width:22px;height:22px;place-items:center;border-radius:8px;background:rgba(255,204,77,.16);color:var(--brand);font-size:.78rem;font-weight:900}.control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.control-grid div{border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.055);padding:15px}.control-grid span{display:block;color:var(--brand);font-size:.84rem;font-weight:850;text-transform:uppercase}.control-grid strong{display:block;margin-top:6px;color:var(--text);font-size:.98rem;line-height:1.35}.faq-list{display:grid;grid-gap:12px;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.055);padding:15px}.faq-list summary{color:var(--text);cursor:pointer;font-weight:800}.faq-list p{margin-top:10px}.tag-cloud{display:flex;flex-wrap:wrap;gap:9px}.tag-cloud a,.tag-cloud span{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.065);color:var(--muted);padding:8px 10px;font-size:.88rem}.tag-cloud a{border-color:rgba(255,204,77,.28);background:rgba(255,204,77,.08);color:var(--text);cursor:pointer}.tag-cloud span{opacity:.72;cursor:default}.tag-cloud a:hover{border-color:rgba(255,204,77,.48);color:var(--brand)}.site-footer{border-top:1px solid var(--line);background:rgba(8,11,22,.74)}.footer-inner{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:25px 0;color:var(--muted)}.footer-inner nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;width:100%}.footer-inner a{border-radius:999px;padding:8px 10px;text-align:center;font-size:.92rem;transition:background .16s ease,color .16s ease}.footer-inner a:hover{background:rgba(255,255,255,.07);color:var(--text)}.footer-disclaimer{max-width:760px;margin:14px auto 0;color:var(--muted);font-size:.84rem;line-height:1.55;text-align:center}@media (max-width:980px){.main-nav{display:none}.game-toolbar{align-items:flex-start;flex-direction:column}.game-actions{justify-content:flex-start}.control-grid,.page-grid{grid-template-columns:1fr}}@media (max-width:680px){html{font-size:15px}.section-body{font-size:.95rem;line-height:1.62}.games-card-body h2,.games-card-title,.more-game-title,.new-game-title{font-size:.86rem;line-height:1.28}.game-player-bar{min-height:46px;gap:10px;padding:8px 10px}.game-player-bar h1{font-size:.98rem}.game-player-actions{gap:6px}.game-icon-button{width:34px;height:34px;border-radius:10px}.game-icon-button svg{width:17px;height:17px}.game-play-button{width:52px;height:52px}.game-play-button svg{width:24px;height:24px}.game-feedback-button{height:34px;gap:5px;border-radius:10px;padding:0 8px;font-size:.78rem}.game-feedback-button svg{width:15px;height:15px}.game-rating-panel{gap:3px;padding:6px}.game-rating-option{width:28px;height:28px;font-size:.95rem}main{width:min(100% - 18px,1180px);padding-top:12px}.header-inner{width:100%;gap:10px;padding:12px}.brand-mark,.sidebar-open-button{width:38px;height:38px;border-radius:12px}.brand-text{max-width:calc(100vw - 128px);font-size:.95rem}.game-frame-wrap{aspect-ratio:auto;height:min(62dvh,420px);min-height:260px;max-height:calc(100dvh - 150px)}.game-frame,.game-start-screen{width:100%;height:100%;min-height:0}.game-actions{gap:8px}.game-actions button{flex:1 1 auto;padding:8px 10px;border-radius:12px;font-size:.88rem}.article-card{padding:17px}}.static-page-shell{min-height:calc(100vh - 148px);padding-bottom:38px}.static-page-card{max-width:860px;margin:0 auto}.static-page-card h1{margin:0;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em}.static-page-section{margin-top:28px;padding-top:26px;border-top:1px solid var(--line);color:var(--muted);line-height:1.75}.static-page-section h2{margin:0 0 10px;color:var(--text);font-size:1.35rem}.static-page-empty{min-height:220px}.more-games{max-width:1030px;margin:18px auto 0;padding:0}.more-games .section-heading{margin-bottom:10px}.more-games .section-heading .eyebrow{margin-bottom:4px;font-size:.72rem}.more-games .section-heading h2{font-size:1.05rem;letter-spacing:-.02em}.more-games-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));grid-gap:12px;gap:12px}.more-game-card{display:grid;justify-items:center;align-content:start;grid-gap:8px;gap:8px;padding:0;border:none;background:transparent;color:inherit;text-decoration:none;transition:transform .16s ease}.more-game-card:hover{transform:translateY(-2px)}.more-game-cover{width:100%;aspect-ratio:1/1;border-radius:18px;object-fit:cover;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(0,0,0,.24)}.more-game-card:hover .more-game-cover{border-color:rgba(255,204,77,.55)}.more-game-title{width:100%;font-size:.88rem;line-height:1.3;font-weight:700;text-align:center;color:var(--text)}@media (max-width:980px){.more-games-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:680px){.more-games-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.games-page{max-width:1180px;margin:0 auto;padding:24px 18px}.games-main{padding:0}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:14px;gap:14px}.games-card{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:8px;border-radius:16px;background:rgba(255,255,255,.06);color:inherit;text-decoration:none;transition:transform .16s ease,background .16s ease}.games-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.09)}.games-card img{width:120px;height:120px;border-radius:14px;object-fit:cover}.games-card-body{display:grid;grid-gap:8px;gap:8px}.games-card-title{display:block;margin:0;color:var(--text);font-size:1rem;font-weight:800;line-height:1.25}.games-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px}.games-pagination a,.games-pagination span{border-radius:999px;padding:9px 13px;color:var(--muted);font-size:.9rem;font-weight:800}.games-pagination a{background:rgba(255,255,255,.06);transition:background .16s ease,color .16s ease}.games-pagination a:hover,.games-pagination a[aria-current=page]{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#121212}.games-pagination span{opacity:.45}.games-page-numbers{display:flex;gap:8px}.sr-only{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap}.site-search{display:flex;align-items:center;gap:8px}.site-search input{width:min(280px,100%);border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.08);color:var(--text);padding:10px 13px;outline:none}.site-search input::placeholder{color:var(--muted)}.site-search input:focus{border-color:rgba(255,204,77,.85);background:rgba(255,255,255,.12);box-shadow:0 0 0 3px rgba(255,204,77,.16),0 0 22px rgba(255,204,77,.18)}.site-search button{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.07);color:var(--muted);padding:0;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.site-search:focus-within button{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:var(--text)}.site-search button:hover{transform:translateY(-1px);border-color:rgba(255,204,77,.38);background:rgba(255,204,77,.08);color:var(--brand)}.site-search-compact{margin-left:auto}.site-search-compact input{width:min(320px,42vw)}.search-page{max-width:1180px;margin:0 auto;padding:24px 18px 32px}.search-panel{margin-bottom:22px}.search-panel h1{margin:0 0 16px;font-size:clamp(1.7rem,4vw,2.8rem);letter-spacing:-.05em}.search-results-header{margin-bottom:16px}.search-empty h2,.search-results-header h2{margin:0;font-size:1.25rem}.search-empty{border-radius:18px;background:rgba(255,255,255,.055);padding:22px}.search-empty p{color:var(--muted)}.search-empty a{color:var(--brand);font-weight:900}@media (max-width:680px){.site-search-compact{display:none}}body:before{content:"";position:fixed;inset:0;z-index:10;pointer-events:none;background:rgba(0,0,0,0);transition:background .18s ease}body:has(.site-search-compact input:focus):before{background:rgba(0,0,0,.38)}.new-games-section{margin-top:32px}.new-games-section .section-heading{margin-bottom:12px}.featured-games-section .section-heading h2,.new-games-section .section-heading h2{margin:0;font-size:1.15rem;letter-spacing:-.02em}.new-games-grid{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px}.new-game-card{flex:0 0 118px;display:grid;justify-items:center;grid-gap:8px;gap:8px;color:inherit;text-decoration:none;transition:transform .16s ease}.new-game-card:hover{transform:translateY(-2px)}.new-game-cover{width:118px;height:118px;border-radius:18px;object-fit:cover;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(0,0,0,.24)}.new-game-card:hover .new-game-cover{border-color:rgba(255,204,77,.55)}.new-game-title{width:100%;color:var(--text);font-size:.88rem;font-weight:700;line-height:1.3;text-align:center}.games-section-heading{margin-bottom:16px}.games-section-heading h1{margin:0;font-size:1.35rem;letter-spacing:-.03em}.share-card-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.62);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.share-card{width:min(100%,620px);border:1px solid rgba(255,255,255,.14);border-radius:24px;background:linear-gradient(180deg,rgba(29,41,72,.98),rgba(14,19,38,.98));box-shadow:var(--shadow);padding:36px 34px 40px}.share-card-header{position:relative;display:grid;place-items:center;margin-bottom:26px}.share-card-header h2{max-width:calc(100% - 48px);margin:0;color:var(--text);font-size:clamp(1.35rem,3vw,1.7rem);font-weight:900;line-height:1.15;letter-spacing:-.04em;text-align:center}.share-card-header button{position:absolute;top:-6px;right:-6px;display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:rgba(255,255,255,.08);color:var(--muted);font-size:1.45rem;line-height:1;transition:background .16s ease,color .16s ease,transform .16s ease}.share-card-header button:hover{transform:rotate(90deg);background:rgba(255,255,255,.13);color:var(--text)}.share-icon-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px}.share-icon-link{display:grid;width:54px;height:54px;place-items:center;overflow:hidden;border-radius:999px;text-decoration:none;box-shadow:0 12px 28px rgba(0,0,0,.28);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.share-icon-link:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 16px 34px rgba(0,0,0,.34)}.share-icon-link img{display:block;width:100%;height:100%;object-fit:contain}.share-link-row{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.08);padding:6px;margin-top:2px}.share-link-row input{min-width:0;flex:1 1;border:0;background:transparent;color:var(--muted);padding:9px 8px;outline:none;font-weight:750}.share-link-row button{border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#121212;padding:9px 17px;font-weight:900;white-space:nowrap}@media (max-width:520px){.share-card{padding:20px}.share-icon-link{width:48px;height:48px;font-size:1.15rem}.share-link-row{align-items:stretch;flex-direction:column}.share-link-row button{width:100%}}.featured-games-section{margin-top:32px}.header-left{display:flex;align-items:center;gap:12px}.sidebar-open-button{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:3px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.07);color:var(--text);padding:0}.sidebar-open-button span{display:block;width:17px;height:2px;border-radius:999px;background:currentColor}.site-sidebar{position:fixed;top:var(--site-header-height);left:0;bottom:0;z-index:50;width:var(--sidebar-width);border-right:1px solid var(--line);background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none;padding:16px;transform:translateX(-100%);transition:transform .18s ease}.site-sidebar.is-open{transform:translateX(0)}.sidebar-nav{display:grid;grid-gap:8px;gap:8px;margin-top:28px}.sidebar-nav a{display:flex;align-items:center;gap:10px;border-radius:14px;color:var(--muted);padding:12px 13px;font-size:.96rem;font-weight:750;transition:background .16s ease,color .16s ease,transform .16s ease}.sidebar-nav-icon{display:inline-flex;width:18px;height:18px;flex:0 0 18px;align-items:center;justify-content:center;color:currentColor;opacity:.82}.sidebar-nav-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.sidebar-nav a:hover{transform:translateX(2px);background:rgba(255,255,255,.08);color:var(--text)}.sidebar-backdrop{position:fixed;top:var(--site-header-height);right:0;bottom:0;left:0;z-index:45;display:block;pointer-events:none;background:rgba(0,0,0,0);transition:background .18s ease}.sidebar-backdrop.is-open{pointer-events:auto;background:rgba(0,0,0,.48)}@media (min-width:1647px){.site-header{width:100%;margin-left:0}.site-search-compact{position:absolute;left:50%;transform:translateX(-50%)}.sidebar-open-button{display:none}.site-sidebar{top:var(--site-header-height);z-index:50;transform:translateX(0)}.site-sidebar .sidebar-head{display:none}.site-sidebar .sidebar-nav{margin-top:0}.sidebar-backdrop{display:none}}@media (max-width:980px){:root{--site-header-height:63px}.site-sidebar{width:min(82vw,var(--sidebar-width));padding-top:10px}.site-sidebar .sidebar-nav{margin-top:0}}.tag-page-intro{width:100%;max-width:920px;margin:0 0 20px;border:1px solid rgba(255,204,77,.18);border-radius:18px;background:linear-gradient(135deg,rgba(255,204,77,.1),rgba(102,227,255,.06)),rgba(255,255,255,.045);padding:16px 18px}.tag-page-intro p{margin:0;color:var(--muted);font-size:.98rem;line-height:1.65}.mobile-search-toggle{display:none;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.07);color:var(--text);padding:0}.mobile-search-drawer{position:fixed;top:var(--site-header-height);right:0;bottom:0;z-index:65;width:min(86vw,340px);border-left:1px solid var(--line);background:var(--bg);padding:16px;transform:translateX(100%);transition:transform .18s ease}.mobile-search-drawer.is-open{transform:translateX(0)}.mobile-search-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.mobile-search-head h2{margin:0;font-size:1.05rem;letter-spacing:-.03em}.mobile-search-head button{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:rgba(255,255,255,.08);color:var(--muted);font-size:1.35rem;line-height:1}.mobile-search-drawer .site-search,.mobile-search-drawer .site-search input{width:100%}.mobile-search-backdrop{position:fixed;top:var(--site-header-height);right:0;bottom:0;left:0;z-index:64;display:none;pointer-events:none;background:rgba(0,0,0,0);transition:background .18s ease}.mobile-search-backdrop.is-open{pointer-events:auto;background:rgba(0,0,0,.48)}@media (max-width:680px){.mobile-search-toggle{display:grid;margin-left:auto}.brand{flex:0 0 auto}}.section-media-card{width:min(100%,640px);margin:30px auto;border:0;background:transparent}.section-media-card img{display:block;width:100%;height:auto;border-radius:14px;object-fit:contain}.section-media-card iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:14px}.section-media-card figcaption{margin-top:8px;padding:0 4px;color:var(--muted);font-size:.82rem;line-height:1.45;text-align:center}.game-icon-button.is-active{color:var(--brand)}.game-icon-button.is-active svg{fill:none}.game-stage.is-theater{position:fixed;inset:12px;z-index:120;display:flex;width:auto;max-width:none;margin:0;flex-direction:column;background:#05070f;box-shadow:0 0 0 9999px rgba(0,0,0,.72)}.game-stage.is-theater .game-frame-wrap{flex:0 1 auto;width:min(100%,calc((100dvh - 78px) * 16 / 9));max-height:calc(100dvh - 78px);margin:auto;aspect-ratio:16/9;background:#000}.game-stage.is-theater .game-frame,.game-stage.is-theater .game-start-screen{width:100%;height:100%}.game-stage.is-theater .game-player-bar{flex:0 0 auto}@media (max-width:680px){.game-stage.is-theater{inset:8px}.game-stage.is-theater .game-frame-wrap{width:min(100%,calc((100dvh - 62px) * 16 / 9));max-height:calc(100dvh - 62px)}}