@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Syne:wght@700;800&display=swap";
:root{--color-bg:#0a0a0c;--color-bg-elevated:#121216;--color-bg-panel:#16161c;--color-bg-card:#1a1a22;--color-border:#2a2a36;--color-text:#f4f4f7;--color-text-muted:#9a9aab;--color-accent:#ff2d78;--color-accent-hover:#ff4d8f;--color-accent-muted:#ff2d7829;--color-success:#3dff9a;--color-danger:#ff4d4d;--font-sans:"Outfit", system-ui, sans-serif;--font-display:"Syne", "Outfit", system-ui, sans-serif;--radius:14px;--radius-sm:10px;--max-width:1200px;--header-height:64px;--sidebar-width:240px;--bottom-height:64px;--tile-gap:12px}*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{min-height:100vh;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.45}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent)}img{max-width:100%;height:auto;display:block}h1,h2,h3{font-family:var(--font-display);margin:0 0 .4em;line-height:1.15}p{color:var(--color-text-muted);margin:0 0 1em}button,input{font:inherit;color:inherit}.chrome-root.is-immersive .topbar,.chrome-root.is-immersive .side-nav,.chrome-root.is-immersive .bottom-nav{display:none!important}.chrome-root.is-immersive .app-shell{grid-template:"main"1fr/1fr}.chrome-root.is-immersive .app-main{height:100vh;padding:0;overflow:hidden}.app-shell{grid-template-rows:var(--header-height) 1fr;grid-template-columns:var(--sidebar-width) 1fr;grid-template-areas:"top top""side main";min-height:100vh;display:grid}.topbar{z-index:40;height:var(--header-height);background:var(--color-border);grid-area:top;align-items:center;gap:1rem;padding:0 1rem 0 1.1rem;display:flex;position:sticky;top:0}.topbar__logo{color:var(--color-text);flex-shrink:0}.topbar__logo:hover{color:var(--color-text)}.brand-logo{letter-spacing:.04em;line-height:.95;font-family:var(--font-display);text-transform:uppercase;align-items:center;gap:.55rem;font-weight:800;display:flex}.brand-logo__mark,.arrow-mark{object-fit:contain;flex-shrink:0;width:28px;height:28px}.arrow-mark{width:16px;height:16px}.brand-logo__text{flex-direction:column;justify-content:center;display:flex}.brand-logo__text span:first-child{font-size:.95rem}.brand-logo__text span:last-child{color:var(--color-accent);font-size:.72rem}.top-search{background:var(--color-bg-card);border:1px solid var(--color-border);max-width:520px;color:var(--color-text-muted);border-radius:999px;flex:1;align-items:center;gap:.6rem;margin:0 auto;padding:.65rem 1rem;display:flex}.top-search:hover{color:var(--color-text);border-color:#3d3d4d}.top-search__placeholder{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.top-search kbd{border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:6px;padding:.15rem .4rem;font-size:.7rem}.topbar__actions{flex-shrink:0;align-items:center;gap:.75rem;margin-left:auto;display:flex}.balance{background:var(--color-bg-card);border:1px solid var(--color-border);color:var(--color-text);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .7rem;font-weight:600;display:inline-flex}.balance:hover{color:var(--color-text);border-color:#3d3d4d}.avatar{border:2px solid var(--color-accent);background:linear-gradient(135deg,#ff2d78,#7a3cff);border-radius:50%;flex-shrink:0;width:36px;height:36px}.btn{border:1px solid var(--color-border);background:var(--color-bg-card);color:var(--color-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.375rem;padding:.55rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;display:inline-flex}.btn:hover{background:var(--color-bg-panel);color:var(--color-text);border-color:#3d3d4d}.btn--accent,.btn--primary{background:var(--color-accent);color:#fff;border-color:#0000}.btn--accent:hover,.btn--primary:hover{background:var(--color-accent-hover);color:#fff;border-color:#0000}.btn--block{width:100%}.side-nav{background:var(--color-bg-elevated);border-right:1px solid var(--color-border);height:calc(100vh - var(--header-height));top:var(--header-height);flex-direction:column;grid-area:side;min-height:0;display:flex;position:sticky}.side-nav__scroll{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex;overflow-y:auto}.side-nav__footer{border-top:1px solid var(--color-border);padding:.75rem}.side-nav__item{text-align:left;border-radius:var(--radius-sm);width:100%;color:var(--color-text-muted);align-items:center;gap:.65rem;padding:.55rem .75rem;font-weight:500;display:flex}.side-nav__item:hover{color:var(--color-text);background:#1c1c24}.side-nav__item.is-active{color:var(--color-accent);background:var(--color-accent-muted)}.side-nav__item--text{font-size:.92rem}.side-nav__icon{flex-shrink:0;width:18px;height:18px}.side-nav__icon svg{width:18px;height:18px;display:block}.side-nav__sep{background:var(--color-border);height:1px;margin:.55rem .4rem}.side-nav__label{text-transform:uppercase;letter-spacing:.08em;color:#6f6f80;padding:.4rem .75rem .2rem;font-size:.7rem}.app-main{min-width:0;height:calc(100vh - var(--header-height));-webkit-overflow-scrolling:touch;grid-area:main;padding:1.25rem 1.5rem 2.5rem;overflow:hidden auto}.bottom-nav{z-index:40;height:calc(var(--bottom-height) + env(safe-area-inset-bottom));padding:.35rem .5rem env(safe-area-inset-bottom);border-top:1px solid var(--color-border);background:#121216f5;grid-template-columns:repeat(3,1fr);gap:.25rem;display:none;position:fixed;bottom:0;left:0;right:0}.bottom-nav__item{color:var(--color-text-muted);border-radius:var(--radius-sm);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;font-size:.7rem;font-weight:600;display:flex}.bottom-nav__item.is-active{color:var(--color-accent)}.bottom-nav__item svg{width:22px;height:22px}.container{width:100%;max-width:var(--max-width);margin:0 auto}.page{padding-bottom:1rem}.page-title{margin-bottom:.35rem;font-size:1.6rem}.stub-note{background:var(--color-accent-muted);color:var(--color-accent);border-radius:8px;margin-bottom:1rem;padding:.35rem .65rem;font-size:.8rem;font-weight:600;display:inline-block}.card-panel{background:var(--color-bg-panel);border:1px solid var(--color-border);border-radius:var(--radius);max-width:480px;padding:1.25rem}.stack{flex-direction:column;gap:.6rem;display:flex}.field{margin-bottom:.9rem}.field label{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.8rem;display:block}.field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg-card);outline:none;width:100%;padding:.7rem .85rem}.field input:focus{border-color:var(--color-accent)}.auth-split{color:var(--color-text-muted);align-items:center;gap:.75rem;margin:.9rem 0;font-size:.8rem;display:flex}.auth-split:before,.auth-split:after{content:"";background:var(--color-border);flex:1;height:1px}.main--center{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100%;padding-top:2rem;display:flex}.main--center .card-panel{text-align:left;width:min(100%,420px);margin:0 auto}.section-head{justify-content:space-between;align-items:baseline;gap:1rem;margin:1.5rem 0 .85rem;display:flex}.section-head:first-child{margin-top:0}.section-head h2{margin:0;font-size:1.15rem}.linkish{color:var(--color-text-muted);font-weight:500}.linkish:hover{color:var(--color-accent)}.strip{margin-bottom:.5rem}.strip__title{font-size:1.15rem;font-weight:700;font-family:var(--font-display);margin-bottom:.85rem}.strip__scroll,.hero-row,.tile-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;align-items:flex-start;gap:.85rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.hero-card{border-radius:var(--radius);scroll-snap-align:start;color:#fff;flex:0 0 min(72vw,340px);height:200px;transition:transform .18s;display:block;position:relative;overflow:hidden}.hero-card:hover{color:#fff;transform:translateY(-3px)scale(1.01)}.hero-card__img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-card__meta{background:linear-gradient(#0000 40%,#000000a6);flex-direction:column;justify-content:space-between;padding:.9rem;display:flex;position:absolute;inset:0}.hero-card h3{text-shadow:0 2px 12px #00000073;margin:0;font-size:1.35rem}.badge{letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border-radius:999px;align-items:center;width:fit-content;padding:.25rem .55rem;font-size:.68rem;font-weight:700;display:inline-flex}.badge--new{background:var(--color-accent);color:#fff}.tile-grid{gap:var(--tile-gap);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:2rem;display:grid}.tile{scroll-snap-align:start;color:var(--color-text);flex-direction:column;flex-shrink:0;transition:transform .15s;display:flex}.tile:hover{color:var(--color-text);transform:translateY(-2px)}.tile--strip{width:148px}.tile--strip:hover{transform:none}.tile--strip:hover .tile__art{border-color:var(--color-accent)}.tile__art{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--color-bg-card);border:1px solid var(--color-border);width:100%;transition:border-color .15s;position:relative;overflow:hidden}.tile__img{object-fit:cover;width:100%;height:100%;display:block}.tile__title{white-space:nowrap;text-overflow:ellipsis;margin-top:.45rem;font-size:.88rem;font-weight:600;line-height:1.25;display:block;overflow:hidden}.tile--lg{grid-area:span 2/span 2}.tile--lg .tile__art{border-radius:var(--radius)}.page-hero{padding:0 0 1rem}.page-hero h1{letter-spacing:-.03em;font-size:clamp(1.75rem,4vw,2.5rem)}.page-hero p{color:var(--color-text-muted);max-width:640px;font-size:1.0625rem}.section-title{margin-bottom:1.25rem;font-size:1.25rem}.breadcrumbs{color:var(--color-text-muted);flex-wrap:wrap;gap:.375rem;margin-bottom:1rem;font-size:.875rem;display:flex}.page>.game-player+.breadcrumbs{margin-top:0;margin-bottom:1.5rem}.page>.game-player{margin-top:0;margin-bottom:1rem}.breadcrumbs a{color:var(--color-text-muted)}.breadcrumbs a:hover{color:var(--color-accent)}.breadcrumbs__sep{color:var(--color-border)}.game-player{flex-direction:column;margin:0 0 1.5rem;display:flex}.game-player__frame-wrap{aspect-ratio:16/10;border-radius:var(--radius) var(--radius) 0 0;border:1px solid var(--color-border);background:#050507;border-bottom:none;width:100%;position:relative;overflow:hidden}.game-player__gate{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.game-player__poster{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.btn.game-player__play{z-index:1;border-radius:1.25rem;width:min(25vw,400px);min-width:min(25vw,400px);padding:.875rem 1.5rem;font-size:1.125rem;position:relative;box-shadow:0 4px 16px #00000059}.game-player__exit{top:calc(.75rem + env(safe-area-inset-top));z-index:2;border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--color-accent);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;padding:.375rem .75rem;font-family:inherit;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute;left:0}.game-player__exit:hover{background:var(--color-accent-hover)}.game-player--immersive .game-player__frame-wrap{z-index:1000;aspect-ratio:auto;border:none;border-radius:0;width:100%;height:100%;position:fixed;inset:0}.game-player--immersive .game-player__meta,.game-player--immersive .game-player__toolbar{display:none}.game-player__meta{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:0 0 var(--radius) var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.game-player__meta-info{align-items:center;gap:.75rem;min-width:0;display:flex}.game-player__meta-thumb{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:48px;height:48px}.game-player__meta-title{margin:0;font-size:1.125rem}.game-player__meta-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.game-player__iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.game-player__toolbar{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.vote-bar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.vote-bar__btn{border:1px solid var(--color-border);background:var(--color-bg-elevated);font:inherit;cursor:pointer;color:var(--color-text);border-radius:999px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-weight:600;display:inline-flex}.vote-bar__btn--active{border-color:var(--color-accent);background:var(--color-accent-muted);color:var(--color-accent)}.vote-bar__rating{color:var(--color-text-muted);font-weight:700}.stats-bar{color:var(--color-text-muted);align-items:center;gap:.5rem;margin:0;font-size:.875rem;display:flex}.stats-bar__bucket{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:999px;padding:.25rem .625rem;font-weight:600}.category-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.category-chip{border:1px solid var(--color-border);color:var(--color-text-muted);background:var(--color-bg-card);border-radius:999px;padding:.375rem .875rem;font-size:.8125rem;font-weight:600}.category-chip:hover,.category-chip--active{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-muted)}.tag-cloud{flex-wrap:wrap;gap:.5rem;display:flex}.tag-pill{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:999px;padding:.45rem .8rem;font-weight:500}.tag-pill:hover{border-color:var(--color-accent);color:var(--color-accent)}.seo-block{border-top:1px solid var(--color-border);margin-top:3rem;padding-top:2rem}.seo-block h2{margin-bottom:1rem;font-size:1.375rem}.seo-block p{color:var(--color-text-muted);max-width:72ch}.seo-block__faq{margin-top:1.5rem}.seo-block__faq dt{color:var(--color-text);margin-top:1rem;font-weight:700}.seo-block__faq dd{color:var(--color-text-muted);margin:.25rem 0 0}.empty-state{text-align:center;color:var(--color-text-muted);padding:3rem 1rem}.search-form{gap:.5rem;width:100%;margin-bottom:1rem;display:flex}.search-form__input{border:1px solid var(--color-border);min-width:0;font:inherit;background:var(--color-bg-card);border-radius:999px;outline:none;flex:1;padding:.7rem 1rem}.search-form__input:focus{border-color:var(--color-accent)}.lang-selector{position:relative}.lang-selector__trigger{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-card);width:100%;color:var(--color-text);font:inherit;cursor:pointer;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;display:flex}.lang-selector__trigger:hover{border-color:var(--color-text-muted)}.lang-selector__flag{font-size:1.125rem;line-height:1}.lang-selector__menu{z-index:50;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-elevated);min-width:200px;max-height:320px;margin:0;padding:.5rem 0;list-style:none;position:absolute;bottom:calc(100% + .5rem);left:0;overflow-y:auto;box-shadow:0 8px 24px #00000059}.lang-selector__option{color:var(--color-text);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;display:flex}.lang-selector__option:hover{background:var(--color-bg-card);color:var(--color-text)}.lang-selector__option--active{font-weight:700}@media (max-width:767px){.app-shell{grid-template-columns:1fr;grid-template-areas:"top""main"}.side-nav,.top-search,.topbar__signin,.topbar .avatar{display:none}.bottom-nav{display:grid}.app-main{padding:1rem 1rem calc(var(--bottom-height) + 1.5rem + env(safe-area-inset-bottom))}.hero-card{flex-basis:78vw;height:180px}}@media (min-width:768px){.bottom-nav{display:none!important}}
