:root {
--bg: #FAF7F2;
--surface: #FFFFFF;
--surface-2: #F1EDE6;
--ink: #17203A;
--ink-soft: #4E5871;
--muted: #7A8299;
--line: rgba(23, 32, 58, 0.12);
--primary: #F94E2E;
--primary-strong: #DE3A1C;
--primary-soft: rgba(249, 78, 46, 0.10);
--secondary: #17203A;
--accent: #0FB5A0;
--accent-soft: rgba(15, 181, 160, 0.12);
--star: #FFAE1A;
--success: #1E9E5A;
--warning: #F5A623;
--error: #DE3730;
--shadow: 0 1px 2px rgba(23,32,58,.05), 0 8px 24px -12px rgba(23,32,58,.18);
--shadow-lift: 0 2px 4px rgba(23,32,58,.06), 0 18px 40px -16px rgba(23,32,58,.28);
--grad-flare: linear-gradient(120deg, #F94E2E, #FF8A3D 55%, #FFAE1A);
--grad-ocean: linear-gradient(120deg, #2E6BFF, #0FB5A0);
--grad-ink: linear-gradient(150deg, #1B2647, #17203A 60%, #0F1730);
--font-display: "Bricolage Grotesque", "Segoe UI", sans-serif;
--font-body: "Instrument Sans", "Segoe UI", sans-serif;
--r-sm: 10px;
--r-md: 16px;
--r-lg: 24px;
--r-pill: 999px;
--space: 8px;
--wrap: 1440px;
--nav-h: 68px;
}
[data-theme="dark"] {
--bg: #0D1322;
--surface: #151D31;
--surface-2: #1C2540;
--ink: #EEF1FA;
--ink-soft: #B7BFD4;
--muted: #8B94AC;
--line: rgba(238, 241, 250, 0.12);
--primary: #FF6242;
--primary-strong: #FF7A5C;
--primary-soft: rgba(255, 98, 66, 0.14);
--accent: #23CDB7;
--accent-soft: rgba(35, 205, 183, 0.14);
--shadow: 0 1px 2px rgba(0,0,0,.3), 0 8px 24px -12px rgba(0,0,0,.5);
--shadow-lift: 0 2px 4px rgba(0,0,0,.35), 0 18px 40px -16px rgba(0,0,0,.6);
--grad-ink: linear-gradient(150deg, #1E2A50, #151D31 60%, #0D1322);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
margin: 0;
font-family: var(--font-body);
font-size: 16px;
line-height: 1.6;
color: var(--ink);
background: var(--bg);
transition: background .3s ease, color .3s ease;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; margin: 0 0 .5em; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--primary); color: #fff; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
html { scroll-behavior: auto; }
}
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(16px, 3vw, 40px); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 8px; top: -48px; z-index: 200; background: var(--ink); color: var(--bg); padding: 10px 18px; border-radius: var(--r-sm); transition: top .2s; }
.skip-link:focus { top: 8px; }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 12px 22px; border-radius: var(--r-pill);
font-weight: 600; font-size: .95rem; line-height: 1;
transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 6px 18px -6px rgba(249,78,46,.55); }
.btn-primary:hover { background: var(--primary-strong); transform: translateY(-1px); }
.btn-ghost { border: 1.5px solid var(--line); color: var(--ink); background: var(--surface); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-1px); }
.btn-store { background: var(--ink); color: var(--bg); padding: 12px 20px; }
[data-theme="dark"] .btn-store { background: #EEF1FA; color: #17203A; }
.btn-store:hover { transform: translateY(-1px); box-shadow: var(--shadow-lift); }
.btn-store .store-sub { display: block; font-size: .68rem; font-weight: 500; opacity: .75; text-align: left; }
.btn-store .store-name { display: block; font-size: .95rem; font-weight: 700; text-align: left; }
.btn-store svg { width: 22px; height: 22px; flex: none; }
.badge {
display: inline-flex; align-items: center; gap: 5px;
font-size: .74rem; font-weight: 600; letter-spacing: .02em;
padding: 4px 10px; border-radius: var(--r-pill);
background: var(--surface-2); color: var(--ink-soft);
}
.badge-accent { background: var(--accent-soft); color: var(--accent); }
.badge-primary { background: var(--primary-soft); color: var(--primary); }
.badge-star { background: rgba(255,174,26,.15); color: #B87400; }
[data-theme="dark"] .badge-star { color: #FFC65C; }
.rating-stars { color: var(--star); letter-spacing: 1px; font-size: .85rem; }
.nav {
position: sticky; top: 0; z-index: 100;
background: color-mix(in srgb, var(--bg) 82%, transparent);
backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 20px; height: var(--nav-h); }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -.02em; flex: none; }
.logo-mark { width: 34px; height: 34px; flex: none; }
.logo em { font-style: normal; color: var(--primary); }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0 0 0 auto; padding: 0; }
.nav-links a { padding: 9px 13px; border-radius: var(--r-pill); font-weight: 500; font-size: .93rem; color: var(--ink-soft); transition: background .15s, color .15s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--surface-2); color: var(--ink); }
.nav-search { position: relative; flex: 1 1 200px; max-width: 340px; }
.nav-search input {
width: 100%; padding: 10px 16px 10px 42px;
border: 1.5px solid var(--line); border-radius: var(--r-pill);
background: var(--surface); color: var(--ink); font: inherit; font-size: .92rem;
transition: border-color .15s, box-shadow .15s;
}
.nav-search input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.nav-search .search-icon { position: absolute; left: 15px; top: 50%; translate: 0 -50%; width: 17px; height: 17px; color: var(--muted); pointer-events: none; }
.autocomplete {
position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 120;
background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
box-shadow: var(--shadow-lift); overflow: hidden; max-height: 380px; overflow-y: auto;
}
.autocomplete[hidden] { display: none; }
.autocomplete a { display: flex; align-items: center; gap: 12px; padding: 10px 14px; font-size: .92rem; }
.autocomplete a:hover, .autocomplete a.is-active { background: var(--surface-2); }
.autocomplete .ac-thumb { width: 38px; height: 38px; border-radius: 10px; flex: none; }
.autocomplete .ac-meta { color: var(--muted); font-size: .78rem; }
.theme-toggle, .nav-burger {
width: 42px; height: 42px; border-radius: var(--r-pill); flex: none;
display: inline-flex; align-items: center; justify-content: center;
border: 1.5px solid var(--line); background: var(--surface); transition: transform .2s, border-color .15s;
}
.theme-toggle:hover, .nav-burger:hover { border-color: var(--ink); transform: rotate(12deg); }
.theme-toggle svg { width: 19px; height: 19px; }
.theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
.nav-burger { display: none; }
@media (max-width: 640px) {
.nav-inner { flex-wrap: wrap; height: auto; padding: 10px 0; row-gap: 10px; column-gap: 10px; }
.nav-search { order: 3; flex: 1 1 100%; max-width: none; }
.logo { margin-right: auto; }
}
@media (max-width: 1120px) {
.nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--bg); border-bottom: 1px solid var(--line); padding: 12px clamp(16px,3vw,40px) 20px; gap: 4px; box-shadow: var(--shadow-lift); }
.nav-links.is-open { display: flex; }
.nav-links a { padding: 12px 14px; font-size: 1rem; }
.nav-burger { display: inline-flex; }
}
.hero { position: relative; overflow: hidden; padding: clamp(40px, 7vw, 88px) 0 clamp(32px, 5vw, 64px); }
.hero::before {
content: ""; position: absolute; inset: -40% -20% auto; height: 150%;
background:
radial-gradient(42% 55% at 18% 30%, var(--primary-soft), transparent 70%),
radial-gradient(38% 50% at 82% 20%, var(--accent-soft), transparent 70%),
radial-gradient(30% 40% at 55% 80%, rgba(255,174,26,.10), transparent 70%);
pointer-events: none;
}
.hero-inner { position: relative; max-width: 780px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .85rem; color: var(--accent); background: var(--accent-soft); padding: 6px 14px; border-radius: var(--r-pill); margin-bottom: 18px; }
.hero h1 em { font-style: normal; background: var(--grad-flare); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lede { font-size: clamp(1.02rem, 1.5vw, 1.2rem); color: var(--ink-soft); max-width: 56ch; }
.hero-search { position: relative; max-width: 560px; margin: 26px 0 18px; }
.hero-search input {
width: 100%; padding: 17px 130px 17px 52px; font-size: 1.02rem;
border: 2px solid var(--ink); border-radius: var(--r-pill);
background: var(--surface); color: var(--ink);
box-shadow: 4px 4px 0 var(--ink);
transition: box-shadow .15s, translate .15s;
}
.hero-search input:focus { outline: none; box-shadow: 6px 6px 0 var(--primary); translate: -2px -2px; }
.hero-search .search-icon { position: absolute; left: 20px; top: 50%; translate: 0 -50%; width: 20px; height: 20px; color: var(--muted); }
.hero-search .btn { position: absolute; right: 7px; top: 50%; translate: 0 -50%; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-chips a { font-size: .86rem; font-weight: 600; padding: 8px 15px; border-radius: var(--r-pill); border: 1.5px solid var(--line); background: var(--surface); color: var(--ink-soft); transition: all .15s; }
.hero-chips a:hover { border-color: var(--primary); color: var(--primary); translate: 0 -2px; }
.hero-stats { display: flex; gap: clamp(20px, 4vw, 48px); margin-top: 34px; flex-wrap: wrap; }
.hero-stats b { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; }
.hero-stats span { font-size: .84rem; color: var(--muted); }
.section { padding: clamp(24px, 3.5vw, 44px) 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.section-head .kicker { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); margin-bottom: 4px; }
.section-head h2 { margin: 0; }
.section-link { flex: none; font-weight: 600; font-size: .9rem; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.section-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 18px; }
.game-card {
position: relative; display: flex; flex-direction: column;
background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
overflow: hidden; box-shadow: var(--shadow);
transition: transform .22s cubic-bezier(.2,.7,.3,1.2), box-shadow .22s;
}
.game-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.game-card .cover { aspect-ratio: 1.6; width: 100%; object-fit: cover; background: var(--surface-2); }
.game-card .card-body { display: flex; flex-direction: column; gap: 8px; padding: 14px 16px 16px; flex: 1; }
.game-card .card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.game-card h3 { font-size: 1.04rem; margin: 0; }
.game-card h3 a::after { content: ""; position: absolute; inset: 0; }
.game-card .card-desc { font-size: .85rem; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.game-card .card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 6px; }
.game-card .card-rating { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; font-size: .9rem; }
.game-card .card-rating svg { width: 15px; height: 15px; color: var(--star); }
.game-card .platforms { font-size: .74rem; color: var(--muted); }
.game-card .btn-get { position: relative; z-index: 2; font-size: .82rem; font-weight: 700; color: var(--primary); background: var(--primary-soft); padding: 7px 16px; border-radius: var(--r-pill); transition: all .15s; }
.game-card .btn-get:hover { background: var(--primary); color: #fff; }
.launcher-page {
background:
radial-gradient(140% 90% at 85% -10%, rgba(255, 174, 26, .10), transparent 55%),
radial-gradient(120% 100% at 50% 0%, #F2F8FF 0%, #E1EEFF 45%, #D6E6FD 100%);
background-color: #DFEBFD;
}
[data-theme="dark"] .launcher-page {
background:
radial-gradient(140% 90% at 85% -10%, rgba(249, 78, 46, .08), transparent 55%),
linear-gradient(180deg, #131C33 0%, #101828 55%, #0D1322 100%);
background-color: #0F1728;
}
.launcher {
padding: 6px 8px 8px;
max-width: 1600px; margin: 0 auto;
}
.tile-wall {
display: grid; gap: 5px;
grid-template-columns: repeat(12, 1fr);
grid-auto-flow: dense;
}
.tile {
position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 1;
box-shadow: 0 1px 2px rgba(25, 45, 90, .08), 0 3px 10px -4px rgba(25, 45, 90, .14);
background: var(--surface-2);
transition: transform .25s cubic-bezier(.2, .7, .3, 1.15), box-shadow .25s ease;
}
.tile:hover, .tile:focus-visible {
transform: translateY(-4px) scale(1.03);
box-shadow: 0 6px 14px rgba(25, 45, 90, .16), 0 22px 40px -14px rgba(25, 45, 90, .32);
z-index: 3;
}
.tile:active { transform: translateY(-1px) scale(1.005); transition-duration: .1s; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tile .tile-label {
position: absolute; inset: auto 0 0; padding: 28px 9px 8px;
background: linear-gradient(transparent, rgba(9, 13, 25, .88));
color: #fff; font-size: .75rem; font-weight: 600; line-height: 1.3;
opacity: 0; translate: 0 8px; transition: opacity .25s ease, translate .25s ease;
pointer-events: none;
}
.tile:hover .tile-label, .tile:focus-visible .tile-label { opacity: 1; translate: 0 0; }
.tile .tile-rate { display: block; font-size: .67rem; font-weight: 500; color: #FFD98A; }
.tile-new {
position: absolute; top: 6px; right: 6px; z-index: 2;
font-size: .58rem; font-weight: 800; letter-spacing: .07em; line-height: 1;
color: #fff; background: var(--primary); padding: 4px 6px; border-radius: 99px;
box-shadow: 0 2px 6px -1px rgba(249, 78, 46, .55); pointer-events: none;
}
.f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8 { aspect-ratio: auto; }
.f1 .tile-label, .f2 .tile-label, .f3 .tile-label, .f4 .tile-label,
.f5 .tile-label, .f6 .tile-label, .f7 .tile-label, .f8 .tile-label { font-size: .95rem; padding: 44px 13px 11px; }
.f1 { grid-column: 2 / span 3;  grid-row: 1 / span 2; }
.f2 { grid-column: 8 / span 2;  grid-row: 1 / span 2; }
.f3 { grid-column: 5 / span 2;  grid-row: 3 / span 2; }
.f4 { grid-column: 10 / span 3; grid-row: 3 / span 2; }
.f5 { grid-column: 1 / span 2;  grid-row: 5 / span 2; }
.f6 { grid-column: 7 / span 2;  grid-row: 5 / span 2; }
.f7 { grid-column: 3 / span 2;  grid-row: 7 / span 2; }
.f8 { grid-column: 9 / span 3;  grid-row: 7 / span 2; }
@media (max-width: 1100px) {
.tile-wall { grid-template-columns: repeat(7, 1fr); gap: 4px; }
.f1 { grid-column: 1 / span 3; grid-row: 1 / span 2; }
.f2 { grid-column: 5 / span 2; grid-row: 1 / span 2; }
.f3 { grid-column: 6 / span 2; grid-row: 3 / span 2; }
.f4 { grid-column: 2 / span 2; grid-row: 5 / span 2; }
.f5 { grid-column: 4 / span 3; grid-row: 7 / span 2; }
.tile.f6, .tile.f7, .tile.f8 { grid-column: auto; grid-row: auto; aspect-ratio: 1; }
.tile.f6 .tile-label, .tile.f7 .tile-label, .tile.f8 .tile-label { font-size: .75rem; padding: 28px 9px 8px; }
}
@media (max-width: 600px) {
.tile-wall { grid-template-columns: repeat(4, 1fr); gap: 3px; }
.launcher { padding: 3px 5px 6px; }
.tile { border-radius: 14px; }
.f1 { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.f2 { grid-column: 3 / span 2; grid-row: 3 / span 2; }
.f3 { grid-column: 1 / span 2; grid-row: 6 / span 2; }
.f4 { grid-column: 3 / span 2; grid-row: 9 / span 2; }
.tile.f5, .tile.f6, .tile.f7, .tile.f8 { grid-column: auto; grid-row: auto; aspect-ratio: 1; }
.tile.f5 .tile-label, .tile.f6 .tile-label, .tile.f7 .tile-label, .tile.f8 .tile-label { font-size: .75rem; padding: 28px 9px 8px; }
}
.wall-empty { text-align: center; color: var(--muted); padding: 48px 0; font-size: 1.05rem; }
.nav-search-wide { max-width: 460px; }
[data-theme="dark"] .tile { box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 3px 10px -4px rgba(0, 0, 0, .5); }
[data-theme="dark"] .tile:hover { box-shadow: 0 6px 14px rgba(0, 0, 0, .45), 0 22px 40px -14px rgba(0, 0, 0, .7); }
.fab-search {
position: fixed; right: max(16px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom));
z-index: 90; width: 56px; height: 56px; border-radius: 50%;
display: grid; place-items: center;
background: var(--ink); color: var(--bg);
box-shadow: 0 4px 10px rgba(15, 25, 55, .25), 0 16px 32px -8px rgba(15, 25, 55, .4);
transition: transform .2s cubic-bezier(.2, .7, .3, 1.4), box-shadow .2s;
}
.fab-search svg { width: 22px; height: 22px; }
.fab-search:hover { transform: scale(1.08); }
.fab-search:active { transform: scale(.96); }
[data-theme="dark"] .fab-search { background: #EEF1FA; color: #17203A; }
.skeleton { border-radius: var(--r-md); aspect-ratio: 1; background: linear-gradient(100deg, var(--surface-2) 40%, var(--surface) 50%, var(--surface-2) 60%); background-size: 200% 100%; animation: shimmer 1.3s infinite linear; }
@keyframes shimmer { to { background-position: -200% 0; } }
.sentinel { height: 2px; }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
.cat-card {
display: flex; flex-direction: column; gap: 4px; padding: 18px;
border-radius: var(--r-md); border: 1.5px solid var(--line); background: var(--surface);
transition: all .18s;
}
.cat-card:hover { border-color: var(--accent); translate: 0 -3px; box-shadow: var(--shadow); }
.cat-card .cat-emoji { font-size: 1.6rem; }
.cat-card b { font-family: var(--font-display); font-size: 1.02rem; }
.cat-card span { font-size: .78rem; color: var(--muted); }
.ad-slot {
display: grid; place-items: center; min-height: 110px; margin: clamp(16px,2.5vw,28px) 0;
border: 1.5px dashed var(--line); border-radius: var(--r-md);
background: var(--surface-2); color: var(--muted); font-size: .78rem;
text-transform: uppercase; letter-spacing: .12em;
}
.ad-slot::before { content: "Advertisement"; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: .84rem; color: var(--muted); padding: 18px 0 4px; list-style: none; margin: 0; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 6px; }
.breadcrumbs li + li::before { content: "/"; color: var(--line); margin-right: 2px; }
.breadcrumbs a:hover { color: var(--primary); }
.detail-hero { position: relative; border-radius: var(--r-lg); overflow: hidden; margin-top: 14px; }
.detail-hero .banner { width: 100%; aspect-ratio: 3.2; object-fit: cover; }
@media (max-width: 700px) { .detail-hero .banner { aspect-ratio: 2; } }
.detail-head { display: flex; gap: 22px; align-items: flex-start; margin-top: -54px; position: relative; padding: 0 clamp(14px, 3vw, 32px); flex-wrap: wrap; }
.detail-icon { width: 108px; height: 108px; border-radius: 26px; border: 4px solid var(--bg); box-shadow: var(--shadow-lift); flex: none; }
.detail-title { flex: 1; min-width: 240px; padding-top: 58px; }
.detail-title h1 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); margin-bottom: 6px; }
.detail-title .byline { color: var(--muted); font-size: .95rem; }
.detail-title .byline a { color: var(--accent); font-weight: 600; }
.detail-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; padding-top: 58px; }
@media (max-width: 700px) {
.detail-head { gap: 14px; }
.detail-title { padding-top: 50px; }
.detail-cta { padding-top: 4px; width: 100%; }
.detail-cta .btn-store { flex: 1; justify-content: center; }
}
.detail-meta-strip { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 6px; padding: 0 clamp(14px, 3vw, 32px); }
.meta-pill { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); min-width: 96px; }
.meta-pill b { font-size: .98rem; display: inline-flex; align-items: center; gap: 4px; }
.meta-pill b svg { width: 14px; height: 14px; color: var(--star); }
.meta-pill span { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(20px, 3vw, 40px); margin-top: 28px; }
@media (max-width: 1000px) { .detail-layout { grid-template-columns: 1fr; } }
.detail-main > section { margin-bottom: clamp(28px, 4vw, 44px); }
.detail-main h2 { display: flex; align-items: center; gap: 10px; font-size: 1.45rem; }
.detail-main h2::before { content: ""; width: 22px; height: 4px; border-radius: 2px; background: var(--grad-flare); }
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: min(300px, 68%); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: thin; }
.gallery img { border-radius: var(--r-md); scroll-snap-align: start; aspect-ratio: 9/16; object-fit: cover; width: 100%; box-shadow: var(--shadow); }
.gallery.landscape { grid-auto-columns: min(460px, 88%); }
.gallery.landscape img { aspect-ratio: 16/9; }
.review-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(18px, 3vw, 28px); box-shadow: var(--shadow); }
.review-score { display: flex; align-items: center; gap: 18px; margin-bottom: 14px; }
.review-score .score-badge { width: 74px; height: 74px; border-radius: 20px; display: grid; place-items: center; background: var(--grad-flare); color: #fff; font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; flex: none; box-shadow: 0 8px 20px -8px rgba(249,78,46,.6); }
.review-score .stars-big { font-size: 1.1rem; }
.review-score .score-sub { color: var(--muted); font-size: .85rem; }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .proscons { grid-template-columns: 1fr; } }
.proscons > div { border-radius: var(--r-md); padding: 18px 20px; border: 1px solid var(--line); background: var(--surface); }
.proscons .pros { border-top: 4px solid var(--success); }
.proscons .cons { border-top: 4px solid var(--error); }
.proscons h3 { font-size: 1rem; display: flex; align-items: center; gap: 8px; }
.proscons ul { margin: 0; padding: 0; list-style: none; }
.proscons li { padding: 7px 0 7px 26px; position: relative; font-size: .92rem; border-top: 1px solid var(--line); }
.proscons li:first-child { border-top: 0; }
.proscons .pros li::before { content: "✓"; position: absolute; left: 2px; color: var(--success); font-weight: 700; }
.proscons .cons li::before { content: "✕"; position: absolute; left: 2px; color: var(--error); font-weight: 700; }
.feature-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px 14px; font-size: .92rem; }
.feature-list li::before { content: "◆"; color: var(--accent); font-size: .8rem; margin-top: 3px; }
.info-table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; font-size: .92rem; }
.info-table th, .info-table td { text-align: left; padding: 11px 16px; border-top: 1px solid var(--line); vertical-align: top; }
.info-table tr:first-child th, .info-table tr:first-child td { border-top: 0; }
.info-table th { width: 42%; color: var(--muted); font-weight: 500; }
.info-table td { font-weight: 600; }
.info-table a { color: var(--accent); }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); margin-bottom: 10px; overflow: hidden; }
.faq summary { padding: 15px 18px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-display); font-size: 1.3rem; color: var(--primary); transition: rotate .2s; flex: none; }
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding: 0 18px 16px; margin: 0; color: var(--ink-soft); font-size: .94rem; }
.detail-side { display: flex; flex-direction: column; gap: 22px; }
.side-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; box-shadow: var(--shadow); }
.side-card h3 { font-size: 1.02rem; margin-bottom: 12px; }
.side-list { display: flex; flex-direction: column; gap: 12px; }
.side-list a { display: flex; gap: 12px; align-items: center; }
.side-list a:hover b { color: var(--primary); }
.side-list img { width: 52px; height: 52px; border-radius: 14px; flex: none; }
.side-list b { display: block; font-size: .92rem; line-height: 1.3; transition: color .15s; }
.side-list span { font-size: .76rem; color: var(--muted); }
.trailer { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/9; background: var(--grad-ink); display: grid; place-items: center; color: #fff; }
.trailer .play-btn { width: 74px; height: 74px; border-radius: 50%; background: var(--primary); display: grid; place-items: center; box-shadow: 0 10px 30px -8px rgba(249,78,46,.7); transition: transform .2s; }
.trailer .play-btn:hover { transform: scale(1.08); }
.trailer .play-btn svg { width: 26px; height: 26px; margin-left: 4px; }
.trailer iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 18px 0; }
.filter-bar select {
padding: 10px 36px 10px 14px; border: 1.5px solid var(--line); border-radius: var(--r-pill);
background: var(--surface); color: var(--ink); font: inherit; font-size: .9rem; font-weight: 600;
appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237A8299' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat; background-position: right 14px center; cursor: pointer;
}
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: .84rem; font-weight: 600; padding: 8px 15px; border-radius: var(--r-pill); border: 1.5px solid var(--line); background: var(--surface); color: var(--ink-soft); transition: all .15s; }
.chip:hover { border-color: var(--primary); color: var(--primary); }
.chip.is-active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.results-count { color: var(--muted); font-size: .9rem; margin-left: auto; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state .empty-emoji { font-size: 3rem; display: block; margin-bottom: 10px; }
.prose { max-width: 720px; }
.prose h2 { margin-top: 1.6em; }
.prose ul { padding-left: 1.2em; }
.contact-form { display: grid; gap: 16px; max-width: 560px; }
.contact-form label { font-weight: 600; font-size: .92rem; display: grid; gap: 6px; }
.contact-form input, .contact-form textarea {
padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--r-md);
background: var(--surface); color: var(--ink); font: inherit;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.page-404 { text-align: center; padding: clamp(60px, 10vw, 120px) 20px; }
.page-404 .code { font-family: var(--font-display); font-size: clamp(5rem, 14vw, 9rem); font-weight: 800; line-height: 1; background: var(--grad-flare); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer { margin-top: clamp(40px, 6vw, 80px); background: var(--grad-ink); color: #C6CDE2; }
.footer a { transition: color .15s; }
.footer a:hover { color: #fff; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: clamp(24px, 4vw, 56px); padding: clamp(36px, 5vw, 64px) 0 32px; }
@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-inner { grid-template-columns: 1fr; } }
.footer .logo { color: #fff; margin-bottom: 12px; }
.footer p { font-size: .9rem; max-width: 40ch; }
.footer h4 { color: #fff; font-size: .95rem; margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .9rem; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .82rem; color: #8B94AC; }
@keyframes rise { from { opacity: 0; translate: 0 14px; } to { opacity: 1; translate: 0 0; } }
.rise { animation: rise .5s cubic-bezier(.2,.7,.3,1) both; }
.rise-1 { animation-delay: .05s; } .rise-2 { animation-delay: .12s; } .rise-3 { animation-delay: .2s; } .rise-4 { animation-delay: .28s; }
.detail-wrap { max-width: 920px; margin: 0 auto; }
.detail-hero-desc { color: var(--ink-soft); font-size: 1.02rem; max-width: 58ch; margin: 4px 0 0; }
.detail-rating-line { display: flex; align-items: center; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.detail-rating-line .rating-stars { font-size: 1rem; }
.detail-rating-line b { font-size: 1.05rem; }
.detail-rating-line span { color: var(--muted); font-size: .88rem; }
.review-body p { font-size: 1rem; line-height: 1.75; color: var(--ink-soft); }
.review-body p strong { color: var(--ink); }
.review-verdict {
display: flex; gap: 14px; align-items: flex-start; margin-top: 18px;
background: var(--primary-soft); border-left: 4px solid var(--primary);
border-radius: 0 var(--r-md) var(--r-md) 0; padding: 14px 18px;
}
.review-verdict p { margin: 0; font-weight: 500; color: var(--ink); }
.htp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 700px) { .htp-grid { grid-template-columns: 1fr; } }
.htp-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px 18px; }
.htp-card h3 { font-size: .98rem; display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.htp-card p, .htp-card li { font-size: .93rem; color: var(--ink-soft); }
.htp-card p { margin: 0; }
.htp-card ul { margin: 0; padding-left: 18px; display: grid; gap: 6px; }
.htp-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.htp-facts .badge { padding: 8px 14px; font-size: .82rem; }
.gallery { -webkit-overflow-scrolling: touch; }
.gallery img { cursor: zoom-in; }
.lightbox {
position: fixed; inset: 0; z-index: 300; display: grid; place-items: center;
background: rgba(9, 12, 22, .92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(92vw, 560px); max-height: 86dvh; border-radius: var(--r-md); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox button {
position: absolute; width: 48px; height: 48px; border-radius: 50%;
background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center;
transition: background .15s;
}
.lightbox button:hover { background: rgba(255,255,255,.24); }
.lightbox .lb-close { top: max(16px, env(safe-area-inset-top)); right: max(16px, env(safe-area-inset-right)); }
.lightbox .lb-prev { left: max(10px, env(safe-area-inset-left)); top: 50%; translate: 0 -50%; }
.lightbox .lb-next { right: max(10px, env(safe-area-inset-right)); top: 50%; translate: 0 -50%; }
.lightbox svg { width: 22px; height: 22px; }
.carousel {
display: grid; grid-auto-flow: column; grid-auto-columns: min(240px, 62vw);
gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 14px;
-webkit-overflow-scrolling: touch; scrollbar-width: thin;
}
.carousel .game-card { scroll-snap-align: start; }
.download-box {
background: var(--grad-ink); color: #E8EDFA; border-radius: var(--r-lg);
padding: clamp(22px, 4vw, 34px); text-align: center;
}
.download-box h2 { color: #fff; justify-content: center; }
.download-box h2::before { display: none; }
.download-box .dl-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 18px 0 14px; }
.download-box .btn-store { background: #fff; color: #17203A; }
.download-box .trust-note { font-size: .84rem; color: #9FAAC6; max-width: 52ch; margin: 0 auto; }
.download-box .trust-note strong { color: #D7DEF0; }
.genre-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.genre-chips .badge { font-size: .78rem; }
.detail-wrap { padding-top: clamp(16px, 3vw, 34px); }
.app-head { display: flex; gap: clamp(14px, 2.5vw, 24px); align-items: center; flex-wrap: wrap; }
.app-icon { width: clamp(88px, 14vw, 120px); height: clamp(88px, 14vw, 120px); border-radius: 24px; box-shadow: var(--shadow-lift); flex: none; }
.app-title { flex: 1; min-width: 220px; }
.app-title h1 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); margin-bottom: 4px; }
.install-btn { padding: 15px 34px; font-size: 1.02rem; min-height: 48px; }
@media (max-width: 600px) { .install-btn { width: 100%; } }
.stat-strip {
display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
margin-top: 20px; border: 1px solid var(--line); border-radius: var(--r-md);
background: var(--surface); box-shadow: var(--shadow);
}
.stat-strip::-webkit-scrollbar { display: none; }
.stat-cell {
flex: 1 0 auto; min-width: 96px; padding: 13px 16px; text-align: center;
border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px;
}
.stat-cell:first-child { border-left: 0; }
.stat-cell b { font-size: .95rem; white-space: nowrap; }
.stat-cell b a { color: var(--accent); }
.stat-cell span { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.dl-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
@media (max-width: 600px) { .dl-row .btn-store { flex: 1; justify-content: center; } }
.trust-note-inline { font-size: .8rem; color: var(--muted); margin: 10px 0 0; }
.htp5 { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: htp; }
.htp5 li {
position: relative; background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); padding: 13px 16px 13px 52px; font-size: .95rem; color: var(--ink-soft);
counter-increment: htp;
}
.htp5 li::before {
content: counter(htp); position: absolute; left: 14px; top: 50%; translate: 0 -50%;
width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
background: var(--primary-soft); color: var(--primary); font-weight: 700; font-size: .82rem;
}
.rating-viz { display: grid; grid-template-columns: auto 1fr; gap: clamp(18px, 4vw, 36px); align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(18px, 3vw, 28px); box-shadow: var(--shadow); }
@media (max-width: 540px) { .rating-viz { grid-template-columns: 1fr; text-align: center; } }
.rating-viz .rv-score { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.rating-viz .rv-num { font-family: var(--font-display); font-size: 3.2rem; font-weight: 800; line-height: 1; }
.rating-viz .rv-count { font-size: .8rem; color: var(--muted); }
.rv-bars { display: grid; gap: 7px; }
.rv-row { display: grid; grid-template-columns: 14px 1fr 40px; gap: 10px; align-items: center; font-size: .82rem; color: var(--muted); }
.rv-track { display: block; height: 9px; border-radius: 99px; background: var(--surface-2); overflow: hidden; }
.rv-fill {
display: block; height: 100%; border-radius: 99px; background: var(--grad-flare);
transform-origin: left center;
animation: rv-grow .8s cubic-bezier(.2, .7, .3, 1) both;
}
@keyframes rv-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.rv-row:nth-child(n+3) .rv-fill { background: var(--star); }
.rv-row:nth-child(n+4) .rv-fill { background: var(--muted); }
.tech-details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.tech-details summary { padding: 15px 18px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: .95rem; color: var(--ink-soft); min-height: 48px; }
.tech-details summary::-webkit-details-marker { display: none; }
.tech-details summary::after { content: "+"; font-family: var(--font-display); font-size: 1.3rem; color: var(--muted); transition: rotate .2s; }
.tech-details[open] summary::after { rotate: 45deg; }
.tech-details table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.tech-details th, .tech-details td { text-align: left; padding: 9px 18px; border-top: 1px solid var(--line); }
.tech-details th { color: var(--muted); font-weight: 500; width: 40%; }
.tech-details a { color: var(--accent); }
.detail-cols { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(20px, 3vw, 40px); align-items: start; }
@media (max-width: 1000px) { .detail-cols { grid-template-columns: minmax(0, 1fr); } }
.detail-aside { position: sticky; top: calc(var(--nav-h) + 12px); display: flex; flex-direction: column; gap: 18px; max-height: calc(100dvh - var(--nav-h) - 24px); overflow-y: auto; scrollbar-width: thin; padding-bottom: 4px; }
@media (max-width: 1000px) { .detail-aside { position: static; max-height: none; overflow: visible; } }
.footer-simple { padding: 30px 0 34px; text-align: center; display: flex; flex-direction: column; gap: 16px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 26px; font-size: .93rem; }
.footer-links a { color: #C6CDE2; padding: 8px 2px; min-height: 44px; display: inline-flex; align-items: center; }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-copy { color: #8B94AC; font-size: .8rem; margin: 0; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 20px; }
.blog-card {
position: relative; display: flex; flex-direction: column;
background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
overflow: hidden; box-shadow: var(--shadow);
transition: transform .22s cubic-bezier(.2,.7,.3,1.2), box-shadow .22s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.bc-img { width: 100%; aspect-ratio: 1200/630; object-fit: cover; }
.bc-body { display: flex; flex-direction: column; gap: 9px; padding: 16px 18px 18px; flex: 1; }
.bc-meta { display: flex; gap: 8px; font-size: .78rem; color: var(--muted); }
.bc-title { font-size: 1.12rem; margin: 0; line-height: 1.3; }
.bc-title a::after { content: ""; position: absolute; inset: 0; }
.bc-excerpt { font-size: .88rem; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bc-author { display: flex; align-items: center; gap: 9px; font-size: .8rem; color: var(--ink-soft); margin-top: 2px; }
.bc-author img { border-radius: 50%; flex: none; }
.bc-read { position: relative; z-index: 2; margin-top: auto; align-self: flex-start; }
.post { max-width: 760px; margin: 0 auto; }
.post-cover { width: 100%; aspect-ratio: 1200/630; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow); }
.post h1 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin: 22px 0 14px; }
.byline { display: flex; align-items: center; gap: 14px; font-size: .86rem; color: var(--muted); padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.byline img { border-radius: 50%; flex: none; }
.byline b { color: var(--ink); }
.byline-sep { width: 1px; height: 30px; background: var(--line); }
.post-body p { line-height: 1.8; color: var(--ink-soft); font-size: 1rem; }
.post-body h2 { margin-top: 1.6em; font-size: 1.35rem; }
.post-body a { color: var(--accent); font-weight: 600; }
.post-body a:hover { text-decoration: underline; text-underline-offset: 3px; }
.author-box {
display: flex; gap: 14px; align-items: flex-start;
background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
padding: 18px 20px; margin: 30px 0;
}
.author-box img { border-radius: 50%; flex: none; }
.author-box p { margin: 6px 0 0; font-size: .88rem; color: var(--muted); }
@media (pointer: coarse) {
.footer a, .breadcrumbs a { padding: 4px 0; }
.gallery { scroll-snap-type: x proximity; }
}
html { overflow-x: clip; }