:root{color-scheme:dark;--bg:#0d0e14;--surface:#171923;--surface-2:#202331;--ink:#f7f3ea;--muted:#aaa8b5;--line:#f7f3ea;--purple:#aa8cff;--lime:#a9f7b6;--sun:#ffd86b;--pink:#ff92b5;--sky:#83c9ff;--shadow:#000;--danger:#ff8b9b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Space Grotesk",system-ui,sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}.mono,code{font-family:"DM Mono",monospace}.neo,.neo-static{border:1.5px solid var(--line);border-radius:14px;box-shadow:6px 6px 0 var(--shadow)}.neo{transition:transform .12s ease,box-shadow .12s ease}.neo:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--shadow)}.neo:active{transform:translate(5px,5px);box-shadow:1px 1px 0 var(--shadow)}.site-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));border-bottom:1.5px solid var(--line);background:rgba(13,14,20,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.brand{padding:8px 12px;background:var(--ink);color:var(--bg);font-size:21px;font-weight:800}.brand span{color:#6b45df}.site-header nav{display:flex;gap:24px;align-items:center;font-weight:700}.site-header nav>a:not(.button):hover{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:var(--purple);color:#100d18;padding:13px 20px;font-weight:800;border:1.5px solid var(--line);cursor:pointer;font:inherit}.button-small{padding:9px 14px}.button-secondary{background:var(--surface-2);color:var(--ink)}.button-danger{background:var(--danger);color:#1d090e}.hero{max-width:1180px;margin:auto;padding:92px 24px 82px}.eyebrow{font-family:"DM Mono",monospace;font-size:12px;font-weight:500;letter-spacing:.16em;color:var(--lime);margin:0 0 18px}.hero h1{font-size:clamp(36px,5vw,52px);line-height:1.02;letter-spacing:-.055em;margin:0;max-width:1000px}.highlight{display:inline-block;background:var(--lime);color:#101512;padding:0 .12em;transform:rotate(-1deg)}.lede{font-size:clamp(19px,2.2vw,27px);line-height:1.45;color:var(--muted);max-width:780px;margin:34px 0}.search{display:flex;align-items:center;gap:14px;max-width:880px;background:var(--surface);padding:10px 10px 10px 20px}.search>span{font-size:30px;color:var(--sky)}.search input{flex:1;min-width:0;background:transparent;border:0;outline:0;color:var(--ink);font:600 18px "Space Grotesk"}.search input::placeholder{color:#777687}.quick-links{display:flex;gap:14px;margin-top:20px;align-items:center;color:var(--muted);font-family:"DM Mono",monospace;font-size:12px}.quick-links span{color:var(--pink)}.quick-links a{text-decoration:underline;text-underline-offset:4px}.catalog{border-top:1.5px solid var(--line);border-bottom:1.5px solid var(--line);background:var(--surface);padding:72px max(24px,calc((100vw - 1180px)/2)) 84px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:36px}.section-heading h2,.author-callout h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.04em;margin:0}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tabs a,.chip{min-height:40px;display:inline-flex;align-items:center;padding:8px 12px;border:1.5px solid #666a7c;border-radius:999px;color:var(--muted);font-size:14px;font-weight:700;background:transparent}.tabs a.active,.tabs a:hover,.chip.active{background:var(--sun);color:#18140b;border-color:var(--line)}.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.game-card{background:var(--surface-2);padding:24px;min-height:300px;display:flex;flex-direction:column}.game-card:nth-child(3n+2){transform:rotate(.35deg)}.game-card:nth-child(3n){transform:rotate(-.35deg)}.card-top,.card-meta{display:flex;align-items:center;gap:13px}.card-top{justify-content:space-between}.agent-tag,.badge{background:var(--sky);color:#07131d;border:1.5px solid var(--line);border-radius:7px;padding:4px 8px;font:600 11px "DM Mono",monospace;text-transform:uppercase}.badge.lime{background:var(--lime)}.badge.sun{background:var(--sun)}.badge.pink{background:var(--pink)}.version{font-size:11px;color:var(--muted)}.game-card h3{font-size:24px;margin:22px 0 8px}.game-card h3 a:hover{text-decoration:underline;text-decoration-color:var(--purple);text-decoration-thickness:4px}.game-card p{color:var(--muted);line-height:1.5;margin:0 0 20px}.game-card code{display:block;background:var(--bg);border:1px solid #3c4052;border-radius:8px;padding:10px;color:var(--lime);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:auto}.card-meta{border-top:1px solid #3c4052;margin-top:auto;padding-top:14px;color:var(--muted);font:500 11px "DM Mono",monospace}.card-meta span:last-child{margin-left:auto;color:var(--ink)}.empty{background:var(--surface-2);padding:38px}.author-callout{max-width:1180px;margin:84px auto;padding:42px;background:var(--purple);color:#100d18;display:flex;align-items:center;justify-content:space-between;gap:30px}.author-callout .eyebrow{color:#2c1858}.author-callout p:not(.eyebrow){font-size:18px;margin:12px 0 0}.author-callout .button{background:var(--ink);color:var(--bg);white-space:nowrap}footer{max-width:1180px;margin:auto;padding:36px 24px 54px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.auth-shell{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:60px 24px}.auth-card{width:min(100%,520px);background:var(--surface);padding:36px}.auth-card h1{font-size:38px;line-height:1.1}.oauth{display:flex;justify-content:space-between;background:var(--surface-2);padding:16px 18px;margin:14px 0;font-weight:800}.oauth small{color:var(--muted);font-weight:500}.divider{display:flex;align-items:center;gap:12px;color:var(--muted);font:11px "DM Mono",monospace;margin:28px 0}.divider:before,.divider:after{content:"";height:1px;background:#3c4052;flex:1}.password-form{display:grid;gap:16px}.password-form label,.field{display:grid;gap:7px;font-weight:700}.password-form input,.field input,.field textarea,.field select{width:100%;background:var(--surface-2);color:var(--ink);border:1.5px solid #777a8b;padding:12px 14px;font:inherit;border-radius:4px}.field textarea{min-height:140px;resize:vertical}.password-form input:focus,.field input:focus,.field textarea:focus,.field select:focus{outline:3px solid var(--purple);outline-offset:2px}.form-error{background:var(--danger);color:#1d090e;border-radius:8px;padding:10px 12px;font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* GameMarket extensions */
.page-shell{max-width:1180px;margin:auto;padding:56px 24px 84px}.page-shell.narrow{max-width:820px}.page-title{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.05em;margin:0 0 16px}.muted{color:var(--muted)}.stack{display:grid;gap:24px}.cluster{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.split{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.ranking-rule,.notice{padding:16px 18px;background:var(--bg);border-left:5px solid var(--sun);color:var(--muted)}.notice.success{border-color:var(--lime)}.notice.danger{border-color:var(--danger)}.rank{font:700 28px "DM Mono",monospace;color:var(--sun)}.card-visual,.hero-visual,.thumb{border:1.5px solid var(--line);background:linear-gradient(135deg,var(--purple),var(--sky) 50%,var(--lime));position:relative;overflow:hidden}.card-visual{height:120px;margin:-10px -10px 18px;border-radius:9px}.hero-visual{min-height:420px;border-radius:14px}.visual-alt{background:linear-gradient(145deg,var(--pink),var(--sun) 54%,var(--purple))}.visual-dark{background:radial-gradient(circle at 65% 30%,var(--purple),var(--surface-2) 42%,var(--bg))}.visual-label{position:absolute;left:18px;bottom:16px;background:var(--bg);padding:6px 10px;font:600 11px "DM Mono",monospace}.detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);gap:32px}.sidebar{align-self:start;position:sticky;top:96px}.panel{background:var(--surface);padding:28px}.panel h2,.panel h3{margin-top:0}.gallery-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.thumb{min-height:92px;border-radius:8px;cursor:pointer}.thumb.hero-pick{outline:4px solid var(--sun);outline-offset:2px}.thumb button{position:absolute;bottom:4px;right:4px;padding:7px;background:var(--bg);color:var(--ink);border:1px solid var(--line)}.trailer{aspect-ratio:16/9;background:var(--surface-2);display:grid;place-items:center;text-align:center}.prose{font-size:17px;line-height:1.7}.prose h2{margin-top:38px}.comment{padding:20px;background:var(--surface-2);border-left:4px solid var(--sky)}.comment.reply{margin-left:44px;border-color:var(--lime)}.comment.hidden{border-style:dashed;color:var(--muted)}.avatar{width:76px;height:76px;border:1.5px solid var(--line);border-radius:50%;background:linear-gradient(135deg,var(--sun),var(--pink));display:grid;place-items:center;color:var(--bg);font-weight:900;font-size:24px}.avatar.small{width:42px;height:42px;font-size:14px}.profile-head{display:flex;align-items:center;gap:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-grid .wide{grid-column:1/-1}.choice{display:flex;gap:12px;align-items:flex-start;padding:16px;background:var(--surface-2);border:1.5px solid #55586a}.choice input{margin-top:5px}.action-bar{display:flex;gap:12px;flex-wrap:wrap;padding-top:20px;border-top:1px solid #3c4052}.uploader{padding:28px;border:2px dashed #777a8b;background:var(--bg);text-align:center}.image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.image-item{display:grid;gap:8px}.image-item .thumb{min-height:120px}.state{font:700 11px "DM Mono",monospace;padding:5px 8px;border:1px solid var(--line);border-radius:5px;display:inline-flex}.state.draft{background:var(--surface-2)}.state.scheduled{background:var(--sky);color:#07131d}.state.published{background:var(--lime);color:#101512}.state.unpublished,.state.rejected{background:var(--danger);color:#1d090e}.state.review{background:var(--sun);color:#18140b}.table-wrap{overflow-x:auto;border:1.5px solid var(--line);border-radius:12px}.data-table{width:100%;border-collapse:collapse;min-width:760px}.data-table th,.data-table td{text-align:left;padding:16px;border-bottom:1px solid #3c4052;vertical-align:top}.data-table th{font:600 11px "DM Mono",monospace;color:var(--muted);letter-spacing:.08em}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.metric{background:var(--surface-2);padding:22px}.metric strong{display:block;font-size:34px}.chart{height:190px;display:flex;align-items:end;gap:10px;padding:22px;background:var(--bg);border-bottom:1px solid var(--line)}.bar{flex:1;background:var(--purple);min-height:10%;border:1px solid var(--line);position:relative}.bar span{position:absolute;bottom:-24px;font:10px "DM Mono",monospace}.token-reveal{padding:20px;background:var(--lime);color:#101512;overflow-wrap:anywhere}.code-block{padding:20px;background:#08090d;color:var(--lime);overflow:auto;border:1px solid #3c4052;white-space:pre-wrap}.feed-item{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:start;padding:22px;background:var(--surface)}.audit{border-left:3px solid var(--purple);padding-left:22px}.audit li{margin:16px 0}.language-switcher{display:flex;border:1px solid #666a7c;border-radius:999px;overflow:hidden}.language-switcher button{min-height:38px;border:0;border-right:1px solid #666a7c;background:transparent;color:var(--muted);padding:8px 10px;cursor:pointer}.language-switcher button:last-child{border:0}.language-switcher button.active{background:var(--sun);color:#18140b;font-weight:800}.draft-banner{background:var(--sun);color:#18140b;padding:14px;text-align:center;font-weight:800}.index-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.index-list{margin:0;padding:0;list-style:none}.index-list li{border-top:1px solid #3c4052;padding:12px 0}.story{font:10px "DM Mono",monospace;color:var(--lime)}.rule-list li{margin:14px 0;line-height:1.6}.hidden-panel{display:none}.hidden-panel.active{display:block}.danger-zone{border-color:var(--danger)}

@media(max-width:850px){.game-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:start;flex-direction:column}.site-header nav>a:first-child{display:none}.detail-grid{grid-template-columns:1fr}.sidebar{position:static}.metric-grid{grid-template-columns:1fr 1fr}.image-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.site-header{height:auto;min-height:64px;padding:10px 14px;gap:10px}.site-header nav{gap:8px}.site-header nav>a:not(.button){display:none}.brand{font-size:18px}.language-switcher button{padding:6px 7px;font-size:11px}.site-header .button{display:none}.hero{padding:65px 18px}.hero h1{font-size:36px}.search{align-items:stretch;flex-wrap:wrap}.search input{width:calc(100% - 55px)}.search button{width:100%}.game-grid{grid-template-columns:1fr}.catalog{padding:55px 18px}.author-callout{margin:55px 18px;padding:28px;align-items:flex-start;flex-direction:column}footer{padding:30px 18px;flex-direction:column;gap:10px}.page-shell{padding:38px 18px 64px}.panel,.auth-card{padding:22px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.gallery-strip{grid-template-columns:1fr 1fr}.hero-visual{min-height:260px}.metric-grid,.index-grid{grid-template-columns:1fr}.feed-item{grid-template-columns:auto 1fr}.feed-item>.button{grid-column:2}.profile-head{align-items:flex-start}.image-grid{grid-template-columns:1fr 1fr}.comment.reply{margin-left:20px}}

/* Storefront components. Flat, server-renderable markup for templ partials. */
:root{--store-line:#383b4b;--store-glow:#313148;--store-accent:var(--purple)}
.store-shell{max-width:1280px;margin:auto;padding:0 24px 80px}
.store-nav{background:#11121b;border-bottom:1px solid var(--store-line)}
.store-nav-inner{max-width:1280px;margin:auto;display:flex;align-items:center;gap:28px;padding:11px 24px}
.store-nav a{font:700 12px "DM Mono",monospace;letter-spacing:.06em;color:var(--muted);text-transform:uppercase}
.store-nav a:hover,.store-nav a[aria-current="page"]{color:var(--ink)}
.store-nav .store-search{margin-left:auto}
.store-search{display:flex;align-items:center;background:var(--surface-2);border:1px solid #626577;border-radius:6px;overflow:hidden;min-width:250px}
.store-search input{background:none;border:0;color:var(--ink);font:500 13px "Space Grotesk";padding:10px 12px;min-width:0;width:100%}
.store-search input:focus{outline:2px solid var(--purple);outline-offset:-2px}
.store-search button{border:0;background:var(--purple);color:var(--bg);font:700 18px "Space Grotesk";min-width:40px;min-height:38px;cursor:pointer}
.store-intro{padding:38px 0 25px;display:flex;align-items:end;justify-content:space-between;gap:25px}
.store-intro h1{font-size:clamp(32px,4.6vw,56px);line-height:1.03;letter-spacing:-.055em;margin:0 0 10px}
.store-intro p:last-child{margin:0;color:var(--muted);font-size:16px;max-width:610px}
.store-section{margin-top:42px}
.store-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:15px}
.store-section-head h2{font-size:23px;margin:0;letter-spacing:-.035em}
.store-section-head p{font:500 11px "DM Mono",monospace;color:var(--muted);margin:5px 0 0}
.text-link{color:var(--sky);font-weight:700;text-decoration:underline;text-underline-offset:4px}
.featured-game{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,.78fr);min-height:410px;background:var(--surface-2);border:1.5px solid var(--line);border-radius:14px;box-shadow:6px 6px 0 var(--shadow);overflow:hidden}
.featured-game>img{width:100%;height:100%;min-height:410px;max-height:530px;object-fit:cover;display:block;background:var(--bg)}
.featured-copy{padding:28px;display:flex;flex-direction:column;gap:14px;background:linear-gradient(145deg,#25283a,var(--surface) 80%)}
.featured-copy h2{font-size:38px;line-height:1;letter-spacing:-.05em;margin:0}
.featured-copy p{color:var(--muted);line-height:1.5;margin:0}
.featured-copy .feature-actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}
.featured-copy .button{font-size:14px}
.feature-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto}
.feature-mini img{width:100%;height:65px;object-fit:cover;border-radius:5px;border:1px solid #5a5b69}
.store-badge{font:700 11px "DM Mono",monospace;letter-spacing:.04em;color:var(--ink);background:#35394a;border:1px solid #6b6e80;border-radius:4px;padding:5px 8px;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.store-badge.accent{background:var(--purple);border-color:var(--purple);color:#160f25}
.store-badge.good{background:var(--lime);border-color:var(--lime);color:#102016}
.store-badge.sun{background:var(--sun);border-color:var(--sun);color:#20180a}
.store-tabs{display:flex;gap:4px;overflow:auto;border-bottom:1px solid var(--store-line);margin-bottom:16px}
.store-tabs a{padding:12px 16px;color:var(--muted);font-size:13px;font-weight:700;white-space:nowrap;border-radius:6px 6px 0 0}
.store-tabs a:hover,.store-tabs a[aria-current="page"]{background:var(--surface-2);color:var(--ink);box-shadow:inset 0 -3px var(--purple)}
.store-layout{display:grid;grid-template-columns:minmax(0,1fr) 235px;gap:24px}
.store-list{display:grid;gap:10px}
.store-row{display:grid;grid-template-columns:205px minmax(0,1fr) auto;gap:18px;align-items:center;min-height:124px;background:var(--surface);border:1px solid var(--store-line);border-radius:8px;overflow:hidden;transition:background .15s,border-color .15s,transform .15s}
.store-row:hover{background:var(--surface-2);border-color:var(--purple);transform:translateY(-2px)}
.store-row>a:first-child{height:100%;min-height:124px}
.store-row img{width:100%;height:100%;min-height:124px;object-fit:cover;display:block;background:var(--bg)}
.store-row-copy{padding:12px 0;min-width:0}
.store-row-copy h3{font-size:20px;line-height:1.1;margin:0 0 8px}
.store-row-copy h3 a:hover{color:var(--sky)}
.store-row-copy p{color:var(--muted);font-size:13px;margin:0 0 11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-row-meta{display:flex;gap:6px;flex-wrap:wrap}
.store-row-end{padding:16px 18px;text-align:right;display:grid;justify-items:end;gap:14px}
.vote-count{font:700 17px "DM Mono",monospace;color:var(--lime)}
.store-side{display:grid;align-content:start;gap:16px}
.store-side .panel{padding:18px;border:1px solid var(--store-line);box-shadow:none}
.store-side h3{font-size:17px;margin:0 0 10px}
.store-side p,.store-side li{font-size:13px;color:var(--muted);line-height:1.5}
.store-side ul{padding-left:17px;margin:8px 0 0}
.store-side .button{width:100%;font-size:13px}
.store-genre-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.genre-tile{min-height:115px;padding:15px;border-radius:8px;border:1px solid #626577;background:linear-gradient(135deg,#292d41,#141621);display:flex;flex-direction:column;justify-content:end;font-weight:800;font-size:19px}
.genre-tile:nth-child(2){background:linear-gradient(135deg,#355152,#181924)}.genre-tile:nth-child(3){background:linear-gradient(135deg,#53415d,#181924)}.genre-tile:nth-child(4){background:linear-gradient(135deg,#5e4e33,#181924)}
.genre-tile:hover{border-color:var(--purple)}
.game-art{width:100%;display:block;object-fit:cover;background:var(--surface-2)}
.game-art.wide{aspect-ratio:16/9}.game-art.poster{aspect-ratio:5/4}
.detail-head{margin:28px 0 17px}.detail-head h1{font-size:clamp(34px,4vw,48px);margin:6px 0;letter-spacing:-.045em}.detail-head p{margin:0;color:var(--muted)}
.store-detail{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.8fr);gap:25px}
.store-detail-main,.store-detail-side{min-width:0}
.store-detail-main>.game-art{border-radius:8px;border:1px solid var(--store-line)}
.store-detail-side{display:grid;align-content:start;gap:16px}
.store-detail-side .panel{border:1px solid var(--store-line);box-shadow:none;padding:20px}
.store-detail-side .game-art{border-radius:6px;margin-bottom:16px}
.store-action{display:flex;gap:10px;flex-wrap:wrap;align-items:center;border:1px solid var(--store-line);background:var(--surface);padding:18px;border-radius:8px;margin-top:20px}
.store-action>div{margin-right:auto}.store-action strong{display:block;font-size:18px}.store-action p{font-size:12px;color:var(--muted);margin:3px 0 0}
.store-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.store-card{background:var(--surface);border:1px solid var(--store-line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.store-card:hover{border-color:var(--purple)}.store-card .game-art{aspect-ratio:16/9}.store-card-body{padding:14px;display:grid;gap:9px;flex:1}.store-card h3{margin:0;font-size:18px}.store-card p{color:var(--muted);font-size:13px;margin:0}.store-card .store-row-meta{margin-top:auto}
.persona-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.persona-card{background:var(--surface-2);border:1px solid #666a7c;border-radius:10px;padding:22px}.persona-card h3{margin:0 0 8px;font-size:21px}.persona-card p{color:var(--muted);margin:0 0 16px;font-size:14px;line-height:1.5}
.meta-list{display:grid;gap:9px;font-size:13px}.meta-list>div{display:grid;grid-template-columns:80px 1fr;gap:10px}.meta-list dt{color:var(--muted)}.meta-list dd{margin:0}
.shot-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:9px}.shot-strip a{display:block;border:2px solid var(--store-line);border-radius:5px;overflow:hidden}.shot-strip a:hover,.shot-strip a:focus-visible{border-color:var(--purple)}.shot-strip img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.thumb img{display:block;width:100%;height:100%;object-fit:cover}
.image-item .thumb{height:150px}.image-item .thumb img{height:100%}
/* Card artwork preview: small controls change the larger image in place. */
.card-gallery{display:flex;flex-direction:column;min-width:0;background:var(--bg)}
.card-gallery-main{display:block;overflow:hidden;min-width:0;position:relative}
.card-gallery-fallback-title{position:absolute;inset:auto 12px 12px;display:block;padding:4px 8px;background:#121523d9;color:#fff;font-weight:700;line-height:1.2;overflow-wrap:anywhere}
.card-gallery-main img{display:block;width:100%;height:100%;object-fit:cover;background:var(--surface-2)}
.card-gallery-thumbs{display:flex;gap:4px;align-items:center;padding:5px;background:#10121c;overflow-x:auto;scrollbar-width:thin}
.card-gallery-thumbs button{flex:0 0 44px;width:44px;height:44px;padding:3px;border:2px solid #606474;border-radius:5px;background:var(--surface);cursor:pointer}
.card-gallery-thumbs button:hover,.card-gallery-thumbs button:focus-visible,.card-gallery-thumbs button[aria-pressed="true"]{border-color:var(--purple);outline:none}
.card-gallery-thumbs button[aria-pressed="true"]{box-shadow:inset 0 0 0 1px var(--ink)}
.card-gallery-thumbs img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;border-radius:2px}
.claim-shell{max-width:1200px}.claim-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.8fr);gap:18px}.claim-layout>.panel{padding:24px}.claim-game{display:flex;gap:18px;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--store-line)}.claim-game img{width:145px;aspect-ratio:16/9;object-fit:cover;border-radius:6px}.claim-game h2{margin:10px 0 4px}.claim-game p{margin:0}.claim-steps{display:grid;gap:19px;padding-left:23px;margin:24px 0 0}.claim-steps li{padding-left:7px}.claim-steps p{color:var(--muted);margin:6px 0 12px;line-height:1.5}.claim-link{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:10px;background:var(--bg);border:1px solid var(--store-line);border-radius:6px}.claim-link code{overflow-wrap:anywhere;flex:1}.claim-aside{display:grid;gap:16px;align-content:start}.claim-aside .panel{padding:20px}.claim-aside h2{margin:0 0 8px}.claim-state-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.claim-state-grid .notice{margin:0}.claim-state-grid p{margin-bottom:0}.claim-success{border-color:var(--lime)}
@media(max-width:700px){.claim-layout,.claim-state-grid{grid-template-columns:1fr}.claim-game{align-items:flex-start}.claim-game img{width:110px}.claim-layout>.panel{padding:18px}}
.featured-game>.card-gallery{min-height:410px}.featured-game .card-gallery-main{flex:1;min-height:350px}.featured-game .card-gallery-main img{min-height:350px;max-height:490px}
.store-row>.card-gallery{height:100%;min-height:164px}.store-row .card-gallery-main{flex:1;min-height:110px}.store-row .card-gallery-main img{min-height:110px;height:110px}.store-row .card-gallery-thumbs img{min-height:0;height:100%}
.store-card>.card-gallery .card-gallery-main img{aspect-ratio:16/9;height:auto}.store-card>.card-gallery .card-gallery-thumbs img{aspect-ratio:auto;height:100%}
.game-card>.card-gallery{margin:-10px -10px 0}.game-card>.card-gallery .card-gallery-main img{aspect-ratio:16/9;height:auto}
@media(max-width:700px){.featured-game>.card-gallery{min-height:0}.featured-game .card-gallery-main,.featured-game .card-gallery-main img{min-height:0}.featured-game .card-gallery-main img{aspect-ratio:16/9}.store-row>.card-gallery{min-height:140px}.store-row .card-gallery-main{min-height:86px}.store-row .card-gallery-main img{min-height:86px;height:86px}}
@media(max-width:960px){.store-layout{grid-template-columns:1fr}.store-side{grid-template-columns:repeat(2,1fr)}.store-detail{grid-template-columns:1fr}.featured-game{grid-template-columns:1.3fr 1fr}}
@media(max-width:700px){.store-shell{padding:0 16px 55px}.store-nav-inner{padding:10px 16px;gap:16px;overflow:auto}.store-nav .store-search{min-width:170px}.store-intro{display:block;padding:28px 0 22px}.featured-game{grid-template-columns:1fr}.featured-game>img{min-height:0;height:auto;aspect-ratio:16/9}.featured-copy{padding:20px}.featured-copy h2{font-size:31px}.feature-mini{display:none}.store-row{grid-template-columns:112px minmax(0,1fr);gap:10px;min-height:100px}.store-row>a:first-child,.store-row img{min-height:100px}.store-row-copy{padding-right:10px}.store-row-copy h3{font-size:16px}.store-row-copy p{display:none}.store-row-end{grid-column:2;padding:0 10px 10px;display:flex;align-items:center;justify-content:space-between}.store-row-end .button{min-height:36px;padding:7px 9px;font-size:12px}.store-genre-grid{grid-template-columns:repeat(2,1fr)}.store-card-grid{grid-template-columns:1fr 1fr}.persona-grid,.store-side{grid-template-columns:1fr}}
@media(max-width:480px){.store-card-grid{grid-template-columns:1fr}.store-nav a{font-size:11px}.store-nav-inner{gap:12px}.store-search{min-width:150px}.store-section{margin-top:33px}}
@media(max-width:600px){.site-header{flex-wrap:wrap}.site-header nav{width:100%;justify-content:space-between}.site-header nav .button{display:inline-flex;min-height:38px;padding:8px 10px;font-size:12px}.store-nav-inner{flex-wrap:wrap}.store-nav-inner>a:nth-child(3){display:none}.store-nav .store-search{width:100%;flex-basis:100%;margin-left:0}}
