@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap";
:root{--bg:#0b0b0c;--surface:#171309;--surface-lowest:#110e05;--surface-low:#1f1b11;--surface-card:#151517;--surface-card-2:#201c12;--text:#ebe1d0;--muted:#d1c5ac;--faint:#9a9078;--line:#2c2b2a;--line-warm:#4e4632;--primary:#f8c813;--primary-soft:#ffe8ac;--primary-ink:#3d2f00;--bad:#ffb4ab;--good:#ffe8ac}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--text);margin:0;font-family:Montserrat,Arial,Helvetica,sans-serif}button,input,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}.appShell{background:var(--bg);min-height:100vh}.brandBar{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#171309d1;border-bottom:1px solid #4e463259;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:fixed;inset:0 0 auto}.brandCluster,.storeTabs,.actions{align-items:center;display:flex}.brandCluster{gap:28px}.brand{color:var(--primary-soft);letter-spacing:-.04em;font-size:18px;font-weight:800;text-decoration:none}.betaBadge{min-height:20px;color:var(--primary-soft);letter-spacing:.08em;background:#f8c8131f;border:1px solid #f8c81394;border-radius:999px;align-items:center;padding:0 8px;font-size:10px;font-weight:900;display:inline-flex}.storeTabs{color:var(--muted);gap:24px;font-size:13px;font-weight:600}.storeTabs span{padding:4px 0}.storeTabs .active{color:var(--primary-soft);border-bottom:2px solid var(--primary-soft);font-weight:800}.navTools{align-items:center;gap:14px;display:flex}.wishlistNavButton{min-height:34px;color:var(--primary-soft);cursor:pointer;background:#110e059e;border:1px solid #ffe8ac2e;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.wishlistNavButton:hover,.wishlistNavButton:focus-visible,.wishlistNavButton.active{background:#f8c8131a;border-color:#f8c81394}.wishlistNavButton span{background:var(--primary);min-width:20px;height:20px;color:var(--primary-ink);border-radius:999px;place-items:center;font-size:10px;display:grid}.wishlistNavButton span.alert{background:var(--bad);color:#2a0d09}.problemReport{position:relative}.problemReportButton{background:var(--primary);min-height:34px;color:var(--primary-ink);border:1px solid #f8c813ad;border-radius:999px;align-items:center;gap:8px;padding:0 13px;font-size:12px;font-weight:900;display:inline-flex}.problemReportPanel{z-index:80;background:#110e05fa;border:1px solid #f8c81357;border-radius:12px;gap:14px;width:min(360px,100vw - 28px);padding:16px;animation:.18s both reportPanelIn;display:grid;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 24px 80px #00000085}.problemReportPanel.sent{animation:1.2s both reportPanelOut}.problemReportHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.problemReportHeader strong{color:var(--primary-soft);font-size:15px}.problemReportHeader button{border:1px solid var(--line-warm);width:30px;height:30px;color:var(--text);background:0 0;border-radius:50%;place-items:center;display:grid}.problemReportHint,.problemReportThanks p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.problemReportLogin{text-align:center;align-content:center;place-items:center;gap:12px;min-height:168px;display:grid}.problemReportLogin svg{color:var(--primary)}.problemReportLogin p,.problemReportError{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.problemReportLogin button{background:var(--primary);min-height:38px;color:var(--primary-ink);cursor:pointer;border:0;border-radius:999px;padding:0 14px;font-size:12px;font-weight:900}.problemReportError{color:var(--bad);background:#ffb4ab14;border:1px solid #ffb4ab3d;border-radius:8px;padding:9px 10px}.problemReportPanel label{color:var(--text);letter-spacing:.08em;text-transform:uppercase;gap:8px;font-size:11px;font-weight:900;display:grid}.problemReportPanel select,.problemReportPanel textarea{width:100%;color:var(--text);font:inherit;letter-spacing:0;text-transform:none;background:#080703eb;border:1px solid #f8c8132e;border-radius:8px;outline:none;font-size:13px;font-weight:600}.problemReportPanel select{height:40px;padding:0 10px}.problemReportPanel textarea{resize:vertical;min-height:112px;padding:10px;line-height:1.45}.problemReportPanel select:focus,.problemReportPanel textarea:focus{border-color:#f8c81394}.problemReportSubmit{background:var(--primary);min-height:42px;color:var(--primary-ink);border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex}.problemReportSubmit:disabled{cursor:not-allowed;opacity:.55}.problemReportThanks{text-align:center;align-content:center;place-items:center;gap:12px;min-height:156px;display:grid}.problemReportThanks svg{color:var(--primary)}@keyframes reportPanelIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes reportPanelOut{0%,70%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-6px)scale(.98)}}.userMenu{position:relative}.userButton{width:36px;height:36px;color:var(--primary-soft);cursor:pointer;background:0 0;border:1px solid #ffe8ac00;border-radius:999px;place-items:center;display:grid}.userButton:hover,.userButton:focus-visible{background:#110e05b8;border-color:#ffe8ac47}.userButton img,.userProfile img{object-fit:cover;border-radius:999px;width:28px;height:28px}.userDropdown{width:min(360px,100vw - 32px);color:var(--text);background:#110e05fa;border:1px solid #ffe8ac2e;border-radius:8px;padding:14px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 20px 55px #00000070}.userProfile{border-bottom:1px solid #4e463259;align-items:center;gap:10px;padding-bottom:12px;display:flex}.userProfile strong,.loginPanel strong{color:var(--primary-soft);font-size:13px;font-weight:800;display:block}.userProfile span,.loginPanel p,.loginPanel span{color:var(--muted);font-size:11px;font-weight:700}.signOutButton{width:100%;min-height:36px;color:var(--primary-soft);cursor:pointer;background:0 0;border:1px solid #ffe8ac2e;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:12px;font-size:12px;font-weight:800;display:inline-flex}.profileMenuItem{width:100%;min-height:46px;color:var(--primary-soft);text-align:left;background:#ffe8ac0a;border:1px solid #ffe8ac1f;border-radius:6px;align-items:center;gap:10px;margin-top:12px;padding:8px 10px;font-size:12px;font-weight:800;text-decoration:none;display:flex}.profileMenuItem:hover,.profileMenuItem:focus-visible{background:#f8c81314;border-color:#f8c81375}.profileMenuItem span{gap:2px;display:grid}.profileMenuItem small{color:var(--faint);font-size:10px;font-weight:800}.reportUserNotifications{background:#f8c81312;border:1px solid #f8c8133d;border-radius:8px;gap:8px;margin-top:12px;padding:10px;display:grid}.reportUserNotifications>strong{color:var(--primary-soft);text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:900;display:inline-flex}.reportUserNotifications article{border-top:1px solid #ffe8ac1f;gap:4px;padding-top:8px;display:grid}.reportUserNotifications span{color:var(--primary);text-transform:uppercase;font-size:10px;font-weight:900}.reportUserNotifications p{color:var(--text);margin:0;font-size:11px;line-height:1.45}.reportUserNotifications em{color:var(--primary-soft);font-style:normal}.reportUserNotifications small{color:var(--faint);font-size:10px;font-weight:800}.signOutConfirm{background:#ffb4ab12;border:1px solid #ffb4ab3d;border-radius:6px;gap:10px;margin-top:12px;padding:10px;display:grid}.signOutConfirm>span{color:var(--primary-soft);font-size:12px;font-weight:800}.signOutConfirm div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.signOutConfirm button{min-height:32px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #ffe8ac2e;border-radius:6px;font-size:11px;font-weight:800}.signOutConfirm button:last-child{background:var(--primary);color:var(--primary-ink);border-color:#f8c813b8}.loginPanel{gap:10px;display:grid}.googleButtonSlot{min-height:40px}.loginError{color:#ffb4a8;line-height:1.45;display:block}.regionSelector{position:relative}.regionButton{width:36px;height:36px;color:var(--primary-soft);cursor:pointer;background:#110e05b8;border:1px solid #ffe8ac38;border-radius:999px;place-items:center;display:grid}.regionButton img{object-fit:cover;border-radius:999px;width:24px;height:24px}.regionMenu{background:#151517fa;border:1px solid #ffe8ac33;border-radius:8px;width:190px;padding:6px;display:none;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 46px #0006}.regionSelector:hover .regionMenu,.regionSelector:focus-within .regionMenu{gap:4px;display:grid}.regionMenu button{width:100%;min-height:38px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:7px 9px;display:grid}.regionMenu button:hover,.regionMenu button.active{background:#f8c8131f}.regionMenu img{object-fit:cover;border-radius:999px;width:24px;height:24px}.regionMenu strong{font-size:12px}.regionMenu em{color:var(--muted);font-size:10px;font-style:normal;font-weight:800}.sideNav{z-index:40;background:var(--surface-low);border-right:1px solid #4e46324d;flex-direction:column;width:256px;padding:18px 16px 28px;display:flex;position:fixed;top:64px;bottom:0;left:0}.sideHeader{padding:0 16px 24px}.sideHeader h2{color:var(--primary-soft);margin:0 0 6px;font-size:23px;line-height:1.1}.sideHeader p{color:var(--muted);margin:0;font-size:14px}.sideLinks{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex}.sideLink{min-height:48px;color:var(--muted);cursor:pointer;letter-spacing:.04em;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:14px;padding:0 18px;font-size:13px;font-weight:800;text-decoration:none;display:flex}.sideLink:hover{color:var(--text);background:#393429b3}.sideLink.active{background:var(--primary);color:var(--primary-ink);box-shadow:0 0 18px #f8c81329}.sideLink.adminSideLink{color:var(--primary-soft);border-top:1px solid #ffe8ac1f;margin-top:auto;padding-top:22px}.sideLink.adminSideLink.active{color:var(--primary-ink)}.page{min-height:calc(100vh - 64px);padding:100px 24px 48px 280px}.heroHeader{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:46px;display:flex}h1{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(28px,3vw,36px);font-weight:800;line-height:1.1}h2{color:var(--primary-soft);margin:0 0 8px;font-size:20px}.actions{gap:8px}.button{border:1px solid var(--line);min-height:39px;color:var(--text);cursor:pointer;background:#151517cc;border-radius:4px;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.button:hover{border-color:var(--line-warm);background:#2e2a1eb3}.button.primary{background:var(--primary);border-color:var(--primary);color:var(--primary-ink);font-weight:800}.toolbar{background:#1f1b1194;border:1px solid #4e463233;border-radius:10px;grid-template-columns:auto minmax(260px,1fr) auto auto;align-items:center;gap:14px;margin-bottom:48px;padding:14px;display:grid}.segmented{align-items:center;gap:8px;display:inline-flex}.segmented button{min-height:30px;color:var(--muted);cursor:pointer;letter-spacing:.06em;background:0 0;border:0;border-radius:8px;padding:0 16px;font-size:12px;font-weight:800}.segmented .active{background:var(--primary);color:var(--primary-ink)}.search{min-height:42px;color:var(--muted);background:#110e05e6;border:1px solid #4e463273;border-radius:8px;align-items:center;gap:10px;padding:0 14px;display:flex}.search:focus-within{border-color:#f8c813b3;box-shadow:0 0 18px #f8c81314}.categoryToggles{flex-wrap:wrap;grid-column:2/3;gap:8px;margin-top:-4px;display:flex}.categoryToggles button{min-height:30px;color:var(--muted);cursor:pointer;letter-spacing:.04em;background:#110e059e;border:1px solid #4e46326b;border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.categoryToggles button:hover{color:var(--text);border-color:#f8c81373}.categoryToggles .active{background:var(--primary);border-color:var(--primary);color:var(--primary-ink);box-shadow:0 0 16px #f8c81324}.search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:16px}.search input::placeholder{color:var(--muted)}.iconSelect{color:var(--muted);align-items:center;display:flex;position:relative}.iconSelect svg{pointer-events:none;position:absolute;left:10px}select{color:#0000;cursor:pointer;appearance:none;background:0 0;border:0;border-radius:8px;width:42px;min-height:38px;padding:0}select option{color:var(--text);background:var(--surface-low)}.cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:48px;display:grid}.metric{border:1px solid var(--line);background:#151517e6;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:128px;padding:20px;display:flex}.metric span{max-width:190px;color:var(--muted);letter-spacing:.08em;font-size:12px;font-weight:800;line-height:1.1}.metric strong{color:var(--primary-soft);font-size:clamp(26px,2.8vw,34px);font-weight:800;line-height:1.08}.metric small{color:var(--faint);font-size:11px;font-weight:700;line-height:1.35}.gameGrid{grid-template-columns:repeat(3,minmax(280px,1fr));align-items:start;gap:16px;display:grid}.paginationFoot{color:var(--muted);justify-content:center;align-items:center;gap:16px;margin:22px 0 8px;font-size:13px;font-weight:800;display:flex}.paginationFoot .button{min-width:132px}.wishlistSection{background:#151517b8;border:1px solid #ffe8ac24;border-radius:8px;gap:14px;margin:4px 0 18px;padding:16px;scroll-margin-top:88px;display:grid}.wishlistSectionHeader{justify-content:space-between;align-items:end;gap:14px;display:flex}.wishlistSectionHeader span{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.wishlistSectionHeader h2{color:var(--primary-soft);margin:3px 0 0;font-size:22px;line-height:1}.wishlistSectionHeader strong{color:var(--muted);font-size:12px;font-weight:800}.wishlistSectionGrid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;display:grid}.wishlistSectionCard{background:#110e059e;border:1px solid #ffe8ac1f;border-radius:8px;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px;min-width:0;padding:8px;display:grid}.wishlistSectionCard button{color:inherit;cursor:pointer;background:0 0;border:0}.wishlistSectionCard button:first-child{text-align:left;align-items:center;gap:10px;min-width:0;display:flex}.wishlistSectionCard img,.wishlistCoverFallback{background:var(--surface-card);object-fit:cover;border-radius:5px;flex:none;width:72px;height:42px}.wishlistSectionCard div{gap:4px;min-width:0;display:grid}.wishlistSectionCard strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.wishlistSectionCard small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;overflow:hidden}.wishlistSectionCard>button:last-child{width:30px;height:30px;color:var(--faint);border-radius:999px;place-items:center;display:grid}.wishlistSectionCard>button:last-child:hover{color:var(--bad);background:#ffb4ab1f}.wishlistSectionEmpty{border:1px dashed #ffe8ac24;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.wishlistSectionEmpty p{color:var(--muted);margin:0;font-size:12px;font-weight:800}.wishlistPage,.profilePage{max-width:1040px}.wishlistIntro,.wishlistEmptyPage,.profilePanel{background:#151517d1;border:1px solid #ffe8ac24;border-radius:8px;padding:18px}.wishlistIntro p,.wishlistEmptyPage p,.profilePanel p{max-width:900px;color:var(--muted);margin:0;font-size:13px;font-weight:700;line-height:1.55}.wishlistIntro a{color:var(--primary);font-weight:800;text-decoration:none}.wishlistListPage{gap:10px;margin-top:18px;display:grid}.wishlistRow{background:#110e05a8;border:1px solid #ffe8ac1f;border-radius:8px;grid-template-columns:minmax(0,1fr) 44px minmax(170px,260px) 38px;align-items:center;gap:10px;min-width:0;padding:10px;display:grid}.wishlistRow.alert{background:#201c12eb;border-color:#f8c8136b}.wishlistRow>a{min-width:0;color:inherit;align-items:center;gap:14px;text-decoration:none;display:flex}.wishlistRow img,.wishlistRow .wishlistCoverFallback{object-fit:cover;background:var(--surface-card);border-radius:6px;flex:none;width:118px;height:66px}.wishlistRow div{gap:6px;min-width:0;display:grid}.wishlistRow strong{color:var(--primary-soft);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:800;overflow:hidden}.wishlistRow small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.wishlistBell,.wishlistRemove{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #ffe8ac24;border-radius:999px;place-items:center;display:grid}.wishlistBell.active{border-color:var(--primary);color:var(--primary);background:#f8c81321}.wishlistRemove:hover{color:var(--bad);background:#ffb4ab1a;border-color:#ffb4ab6b}.wishlistAlertReason{max-width:260px;color:var(--primary);background:#f8c8131a;border:1px solid #f8c81352;border-radius:999px;justify-self:end;padding:7px 10px;font-size:11px;font-weight:800;line-height:1.2}.wishlistEmptyPage{justify-content:space-between;align-items:center;gap:16px;margin-top:18px;display:flex}.bellPreferencesMenu{z-index:90;background:#110e05fa;border:1px solid #f8c81352;border-radius:8px;gap:10px;width:min(320px,100vw - 28px);padding:12px;display:grid;position:fixed;box-shadow:0 20px 55px #00000073}.bellPreferencesMenu strong{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.bellPreferencesMenu label{color:var(--text);grid-template-columns:16px minmax(0,1fr) 76px;align-items:center;gap:9px;font-size:11px;font-weight:800;display:grid}.bellPreferencesMenu label:nth-of-type(-n+2){grid-template-columns:16px minmax(0,1fr)}.bellPreferencesMenu input[type=checkbox]{accent-color:var(--primary)}.bellPreferencesMenu input[type=number]{min-width:0;height:30px;color:var(--primary-soft);background:#00000038;border:1px solid #ffe8ac2e;border-radius:5px;padding:0 8px;font-size:11px;font-weight:800}.bellPreferencesMenu>button{min-height:30px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #ffe8ac2e;border-radius:5px;font-size:11px;font-weight:800}.profilePage{gap:18px;display:grid}.profilePanel{gap:14px;display:grid}.profilePanel h2{color:var(--primary-soft);margin:0;font-size:24px}.profileIdentity{align-items:center;gap:12px;display:flex}.profileIdentity img{border-radius:999px;width:44px;height:44px}.profileIdentity strong,.profileIdentity span{display:block}.profileIdentity strong{color:var(--primary-soft);font-size:14px;font-weight:800}.profileIdentity span{color:var(--muted);font-size:12px;font-weight:700}.profilePanelHeader{justify-content:space-between;align-items:end;gap:12px;display:flex}.profilePanelHeader span{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.profilePanelHeader strong{color:var(--primary);font-size:12px;font-weight:800}.adminReportsPage{max-width:none}.adminNotice{border:1px solid var(--line);background:#141416bd;border-radius:8px;gap:16px;max-width:720px;padding:22px;display:grid}.adminNotice p{color:var(--muted);margin:0}.reportsList{gap:10px;display:grid}.reportCard{background:#141416c2;border:1px solid #ffe8ac1f;border-radius:8px;transition:border-color .18s,background .18s,opacity .18s,transform .18s;overflow:hidden}.reportCard:hover{background:#18181ae6;border-color:#f8c81347;transform:translateY(-1px)}.reportCard.resolved{opacity:.62}.reportSummary{grid-template-columns:minmax(0,1fr) auto 38px;align-items:center;gap:12px;padding:10px 12px;display:grid}.reportExpand{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0;display:grid}.reportCategory{color:var(--primary-soft);text-transform:uppercase;white-space:nowrap;border:1px solid #f8c81359;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900}.reportExpand strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.25;overflow:hidden}.reportExpand small,.reportDetails small,.reportDetails em{color:var(--muted);white-space:nowrap;font-size:11px;font-style:normal}.reportResolve,.reportChevron{color:var(--muted);cursor:pointer;text-transform:uppercase;background:#0a0a0ab8;border:1px solid #ffe8ac1f;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.reportResolve:hover,.reportChevron:hover{color:var(--primary-soft);border-color:#f8c81359}.reportResolve.resolved{color:var(--primary)}.reportResolve:disabled{cursor:progress;opacity:.7}.reportChevron{width:36px;padding:0}.reportChevron svg{transition:transform .18s}.reportChevron svg.open{transform:rotate(180deg)}.reportDetails{border-top:1px solid #ffe8ac1a;gap:12px;padding:12px;animation:.18s both softReveal;display:grid}.reportResolvePanel{background:#f8c8130b;border-top:1px solid #ffe8ac1a;gap:10px;padding:12px;animation:.18s both softReveal;display:grid}.reportResolvePanel>strong{color:var(--primary-soft);text-transform:uppercase;font-size:12px;font-weight:900}.reportResolvePanel p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.reportResolvePanel label{color:var(--text);text-transform:uppercase;gap:7px;font-size:11px;font-weight:900;display:grid}.reportResolvePanel textarea{resize:vertical;width:100%;min-height:84px;color:var(--text);font:inherit;text-transform:none;background:#080703eb;border:1px solid #f8c8132e;border-radius:7px;outline:none;padding:10px;font-size:12px;font-weight:700}.reportResolvePanel textarea:focus{border-color:#f8c81394}.reportResolvePanel>div{flex-wrap:wrap;gap:8px;display:flex}.reportResolvePanel button{min-height:32px;color:var(--muted);cursor:pointer;text-transform:uppercase;background:#0a0a0ab8;border:1px solid #ffe8ac29;border-radius:7px;padding:0 11px;font-size:11px;font-weight:900}.reportResolvePanel button:last-child{background:var(--primary);color:var(--primary-ink);border-color:#f8c8139e}.reportResolvePanel button:disabled{cursor:not-allowed;opacity:.5}.reportFeedbackPreview{color:var(--primary-soft);background:#f8c8130f;border:1px solid #f8c8132e;border-radius:7px;margin:0;padding:9px 10px;font-size:12px;line-height:1.45}.reportMeta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.reportMeta a{color:var(--primary-soft);overflow-wrap:anywhere;align-items:center;gap:6px;font-size:12px;font-weight:900;display:inline-flex}.reportDetails img{object-fit:contain;object-position:top left;background:#050505;border:1px solid #ffe8ac24;border-radius:6px;width:min(920px,100%);max-height:520px}.notificationToggle{cursor:pointer;background:#110e0594;border:1px solid #ffe8ac1f;border-radius:8px;grid-template-columns:34px minmax(0,1fr) 46px;align-items:center;gap:12px;padding:12px;display:grid;position:relative}.notificationToggle.disabled{cursor:not-allowed;opacity:.62}.notificationToggle>span{width:34px;height:34px;color:var(--primary);background:#f8c8131a;border-radius:999px;place-items:center;display:grid}.notificationToggle div{gap:4px;display:grid}.notificationToggle strong{color:var(--text);font-size:13px;font-weight:800}.notificationToggle small{color:var(--muted);font-size:11px;font-weight:700;line-height:1.4}.notificationToggle input{opacity:0;pointer-events:none;position:absolute}.notificationToggle em{background:#ffe8ac29;border-radius:999px;width:44px;height:24px;position:relative}.notificationToggle em:after{content:"";background:var(--muted);border-radius:999px;width:16px;height:16px;transition:transform .14s,background .14s;position:absolute;top:4px;left:4px}.notificationToggle input:checked+em{background:#f8c8133d}.notificationToggle input:checked+em:after{background:var(--primary);transform:translate(20px)}.metric,.gameCard,.wishlistRow,.wishlistSectionCard,.profilePanel,.landingPanel,.arbitrageCard,.modalStorePrice,.priceTile{animation:.38s both softRise}.gameCard:nth-child(2n),.wishlistRow:nth-child(2n),.wishlistSectionCard:nth-child(2n),.landingPanel:nth-child(2n),.arbitrageCard:nth-child(2n),.priceTile:nth-child(2n){animation-delay:40ms}.gameCard:nth-child(3n),.wishlistRow:nth-child(3n),.wishlistSectionCard:nth-child(3n),.landingPanel:nth-child(3n),.arbitrageCard:nth-child(3n),.priceTile:nth-child(3n){animation-delay:80ms}.gameCard{border:1px solid var(--line);background:#151517f5;border-radius:8px;min-width:0;transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden}.gameCard:hover{border-color:#f8c8139e;transform:translateY(-1px);box-shadow:0 0 22px #f8c8131f}.gameHero{background:var(--surface-lowest);min-height:128px;position:relative;overflow:hidden}.wishlistStar{z-index:4;width:34px;height:34px;color:var(--primary-soft);cursor:pointer;opacity:0;background:#110e05b8;border:1px solid #ffe8aca6;border-radius:999px;place-items:center;transition:opacity .14s,transform .14s,background .14s,color .14s;display:grid;position:absolute;top:10px;right:10px;transform:scale(.94)}.discountRibbon{z-index:4;color:#fff;letter-spacing:0;border-bottom-right-radius:8px;place-items:center;min-width:54px;height:30px;padding:0 10px;font-size:13px;font-weight:900;display:inline-grid;position:absolute;top:0;left:0;box-shadow:0 8px 24px #00000047}.discountRibbon-steam{background:#2a8cff}.discountRibbon-epic{color:#151515;background:#f7f1e6}.discountRibbon-gog{background:#a970ff}.discountRibbon-humble{background:#df2f32}.discountRibbon-microsoft{color:#07170d;background:#37c86a}.gameCard:hover .wishlistStar,.wishlistStar:focus-visible,.wishlistStar.active{opacity:1;transform:scale(1)}.wishlistStar svg{fill:#0000}.wishlistStar.active{border-color:var(--primary);background:var(--primary);color:var(--primary-ink)}.wishlistStar.active svg{fill:currentColor}.modalWishlistStar{opacity:1;flex:none;position:static;transform:scale(1)}.clickableHero{cursor:pointer}.clickableHero:focus-visible,.historyStrip:focus-visible,.modalClose:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.gameHero img,.coverFallback{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.coverFallback{background:linear-gradient(135deg,#292417,#0b0b0c)}.gameHeroOverlay{background:linear-gradient(#0b0b0c1f,#0b0b0cdb);position:absolute;inset:0}.gameHeroText{position:absolute;bottom:13px;left:16px;right:16px}.gameHeroText h3{color:var(--text);letter-spacing:0;text-shadow:0 1px 16px #0009;margin:0 0 4px;font-size:20px;font-weight:800;line-height:1.05}.categoryFilter{color:var(--muted);text-align:left;cursor:pointer;letter-spacing:.04em;background:0 0;border:0;padding:0;font-size:12px;font-weight:800}.categoryFilter:hover,.categoryFilter.active{color:var(--primary-soft);text-underline-offset:3px;text-decoration:underline}.gameCardBody{gap:18px;padding:20px;display:grid}.priceTiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.priceTile{min-height:126px;color:var(--text);background:#110e05e0;border:1px solid #4e463238;border-radius:4px;flex-direction:column;justify-content:center;gap:7px;padding:14px 12px;text-decoration:none;display:flex;position:relative;overflow:hidden}.priceTile:hover{border-color:#f8c81373}.priceTile.winnerTile{color:var(--primary-soft);background:#f8c8131c;border-color:#f8c813b3}.priceTile.unavailable{color:var(--faint);justify-content:flex-start}.priceTile.staleTile{border-color:#ffe8ac3d}.winnerTag{background:var(--primary);color:var(--primary-ink);border-bottom-left-radius:4px;padding:4px 7px;font-size:8px;font-weight:800;position:absolute;top:0;right:0}.storeName{color:inherit;letter-spacing:.08em;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.priceTile strong{color:inherit;letter-spacing:0;font-size:clamp(18px,2vw,26px);font-weight:800;line-height:.98}.priceTile small{color:currentColor;opacity:.78;font-size:10px;line-height:1.25}.stalePriceLabel{color:var(--primary-soft);font-style:normal}.manualPriceLabel{color:var(--faint);font-style:normal}.winnerDiff{max-width:calc(100% - 18px);color:var(--primary-soft);text-align:right;white-space:nowrap;font-size:9px;font-weight:800;line-height:1;position:absolute;bottom:8px;right:9px}.emptyPrices{border:1px dashed var(--line-warm);min-height:126px;color:var(--muted);border-radius:4px;grid-column:1/-1;place-items:center;font-weight:700;display:grid}.historyStrip{text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #4e46322e;width:100%;padding-top:16px}.historyStrip:hover .historyTitle{color:var(--primary-soft)}.historyTitle{color:var(--muted);letter-spacing:.08em;font-size:12px;font-weight:800}.historyColumns{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:10px;display:grid}.historyColumn{align-content:start;gap:3px;min-width:0;display:grid}.historyColumn span{min-width:0;color:var(--faint);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:8px;font-weight:800;overflow:hidden}.historyColumn strong{color:var(--primary-soft);white-space:nowrap;font-size:11px;font-weight:800}.historyColumn em,.historyStrip small{color:var(--faint);text-transform:uppercase;font-size:8px;font-style:normal;font-weight:800}.historyStrip small{text-transform:none;margin-top:8px;display:block}.modalBackdrop{z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.gameModal{border:1px solid var(--line-warm);background:#151517fa;border-radius:10px;width:min(1040px,100%);max-height:min(860px,100vh - 48px);animation:.22s both softModal;position:relative;overflow:auto;box-shadow:0 28px 80px #0000007a}.modalActions{z-index:3;align-items:flex-start;gap:10px;display:flex;position:absolute;top:14px;right:14px}.modalActions .problemReportPanel{right:48px}.modalClose{width:38px;height:38px;color:var(--primary-soft);cursor:pointer;background:#110e05d1;border:1px solid #ffe8ac3d;border-radius:999px;place-items:center;display:grid}.modalHero{background:var(--surface-lowest);align-items:flex-end;min-height:210px;padding:26px;display:flex;position:relative;overflow:hidden}.modalHero img,.modalHero .coverFallback{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.modalHero>div:last-child{z-index:1;position:relative}.modalHero h2{color:var(--text);margin:0 0 6px;font-size:clamp(28px,4vw,44px);line-height:1}.modalHero span{color:var(--muted);font-size:13px;font-weight:800}.modalContent{gap:26px;padding:24px;display:grid}.modalContent h3{color:var(--primary-soft);letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;font-size:15px}.modalPriceGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.modalStorePrice{min-width:0;min-height:138px;color:var(--text);background:#110e05bf;border:1px solid #4e46324d;border-radius:6px;align-content:start;gap:6px;padding:14px;text-decoration:none;display:grid}.modalStorePrice:hover{border-color:#f8c8138c}.modalStorePrice span,.modalStorePrice b{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.modalStorePrice strong{color:var(--primary-soft);font-size:18px;line-height:1.05}.modalStorePrice small,.modalStorePrice em{color:var(--muted);font-size:10px;font-style:normal;line-height:1.3}.modalStorePrice b{color:var(--primary)}.historyChart{background:#110e059e;border:1px solid #4e463247;border-radius:8px;gap:12px;padding:14px;display:grid;position:relative}.historyChart svg{width:100%;min-height:250px;overflow:visible}.historyChart .axisLine{stroke:#ffe8ac47;stroke-width:1px}.historyChart .dateTick line{stroke:#ffe8ac24;stroke-width:1px;stroke-dasharray:4 6}.historyChart .dateTick text{fill:var(--muted);text-anchor:middle;font-size:11px;font-weight:400}.historyChart .valueTick text{fill:var(--faint);text-anchor:end;font-size:10px;font-weight:700}.historyChart polyline{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;cursor:pointer;transition:opacity .14s,filter .14s}.historyChart circle{stroke:var(--surface-lowest);stroke-width:2px;cursor:pointer;transition:r .1s,filter .1s}.historyChart circle:hover{r:7;filter:drop-shadow(0 0 8px #f8c81359)}.chartLegend{flex-wrap:wrap;gap:12px;display:flex}.chartLegend button{appearance:none;color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:11px;font-weight:800;display:inline-flex}.chartLegend button.active{color:var(--primary-soft)}.chartLegend i{border-radius:999px;width:10px;height:10px}.historyChart small,.emptyChart{color:var(--muted);font-size:11px;line-height:1.45}.chartTooltip{z-index:2;min-width:150px;color:var(--text);pointer-events:none;background:#110e05f5;border:1px solid #f8c8139e;border-radius:6px;gap:4px;padding:10px 12px;display:grid;position:absolute;transform:translate(12px,calc(-100% - 12px));box-shadow:0 14px 34px #00000061}.chartTooltip span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.chartTooltip strong{color:var(--primary-soft);font-size:14px;line-height:1}.chartTooltip em{color:var(--faint);font-size:10px;font-style:normal}.historyLowCapsules{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.historyLowTitle{color:var(--primary);letter-spacing:.08em;margin:4px 0 -2px;font-size:14px;font-weight:800;line-height:1}.historyLowCapsule{text-align:center;background:#f8c81314;border:1px solid #f8c81342;border-radius:999px;align-content:center;gap:7px;min-width:0;min-height:104px;padding:14px;display:grid}.historyLowCapsule span{color:var(--faint);text-transform:uppercase;font-size:10px;font-weight:800}.historyLowCapsule strong{color:var(--primary-soft);white-space:nowrap;font-size:16px;line-height:1.05}.historyLowCapsule em{color:var(--muted);font-size:11px;font-style:normal;font-weight:700;line-height:1.25}.emptyChart{border:1px dashed #4e463273;border-radius:6px;place-items:center;min-height:250px;display:grid}.good{color:var(--primary-soft)}.chartsPanel,.method{border:1px solid var(--line);background:#151517e6;border-radius:8px;margin-top:48px;padding:18px}.standaloneCharts{display:block}.sectionTitle{color:var(--primary);align-items:center;gap:10px;margin-bottom:18px;display:flex}.sectionTitle h2{color:var(--primary);margin:0;font-size:18px;line-height:1}.compactSegment{min-height:38px;padding:4px}.comparisonBands{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.coverageList{gap:11px;display:grid}.coverageList.scrollableCoverage{max-height:336px;padding-right:8px;overflow-y:auto}.coverageList div{color:var(--text);border-bottom:1px solid #ffe8ac14;justify-content:space-between;align-items:center;gap:14px;padding-bottom:10px;font-size:13px;font-weight:800;display:flex}.coverageList div:last-child{border-bottom:0;padding-bottom:0}.coverageList span{color:var(--muted)}.coverageList strong{color:var(--primary-soft)}.chartsPanel summary{cursor:pointer;color:var(--primary-soft);letter-spacing:.04em;align-items:center;gap:10px;font-weight:800;list-style:none;display:inline-flex}.chartsPanel summary::-webkit-details-marker{display:none}.chartsGrid{grid-template-columns:repeat(2,minmax(260px,1fr));gap:14px;margin-top:18px;display:grid}.chartCard{background:#110e059e;border:1px solid #4e463240;border-radius:8px;padding:14px}.chartCard h3{color:var(--text);margin:0 0 14px;font-size:14px}.chartNote{color:var(--faint);margin:-8px 0 14px;font-size:11px;font-weight:700;line-height:1.35}.bars{gap:12px;display:grid}.barRow{grid-template-columns:86px minmax(90px,1fr) 74px;align-items:center;gap:10px;font-size:12px;display:grid}.barRow>span{color:var(--muted);font-weight:700}.barRow>strong{color:var(--primary-soft);text-align:right;font-size:12px}.barTrack{background:#4e463266;border-radius:999px;height:8px;overflow:hidden}.barFill{border-radius:inherit;background:var(--primary);min-width:0;height:100%}.method{color:var(--muted);justify-content:space-between;gap:18px;display:none}.method p{max-width:960px;margin:0 0 8px;font-size:13px;line-height:1.5}.method strong{color:var(--primary-soft)}.compareHero{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 22px;display:grid}.executiveCard{background:linear-gradient(#191815f5,#0f0e0aeb);border:1px solid #4e463247;border-radius:8px;align-content:space-between;gap:12px;min-height:150px;padding:18px;transition:transform .18s,border-color .18s,background .18s;animation:.42s both softRise;display:grid}.executiveCard:nth-child(2){animation-delay:40ms}.executiveCard:nth-child(3){animation-delay:80ms}.executiveCard:nth-child(4){animation-delay:.12s}.executiveCard:hover{background:linear-gradient(#1f1c12fa,#110e05f0);border-color:#f8c81375;transform:translateY(-2px)}.executiveCard span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800;line-height:1.25}.executiveCard>strong{color:var(--primary-soft);font-size:clamp(34px,4vw,52px);line-height:.95}.executiveCard small{color:var(--faint);font-size:12px;font-weight:700;line-height:1.4}.executiveIdentity{align-items:center;gap:12px;min-width:0;display:flex}.executiveIdentity .storeLogo{flex-basis:34px;width:34px;height:34px}.executiveIdentity div{gap:4px;min-width:0;display:grid}.executiveIdentity strong{color:var(--primary-soft);font-size:clamp(24px,2.4vw,34px);line-height:1}.compareTotals{background:linear-gradient(#f8c8131a,#110e05e0)}.storeRankingPanel{border:1px solid var(--line);background:#151517e6;border-radius:8px;margin-top:22px;padding:18px}.rankingTable{gap:8px;display:grid}.rankingHeader,.rankingRow{grid-template-columns:minmax(150px,1.25fr) repeat(6,minmax(82px,.7fr));align-items:center;gap:12px;display:grid}.rankingHeader{color:var(--faint);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #ffe8ac14;padding:0 12px 8px;font-size:10px;font-weight:900}.rankingRow{min-height:58px;color:var(--text);background:#110e0585;border:1px solid #4e463233;border-radius:8px;padding:10px 12px;font-size:12px;font-weight:800;transition:transform .16s,background .16s,border-color .16s;animation:.38s both softRise}.rankingRow:nth-child(3){animation-delay:40ms}.rankingRow:nth-child(4){animation-delay:80ms}.rankingRow:nth-child(5){animation-delay:.12s}.rankingRow:nth-child(6){animation-delay:.16s}.rankingRow:hover{background:#19160bb8;border-color:#f8c81361;transform:translate(3px)}.rankingStore{align-items:center;gap:10px;min-width:0;display:flex}.storeLogo.large{flex-basis:28px;width:28px;height:28px}.rankingRow>strong,.rankingRow>span{min-width:0}.rankingRow>strong{color:var(--primary-soft)}.compareCharts{animation:.45s both softFade}.featuredCharts{grid-template-columns:repeat(2,minmax(280px,1fr));gap:14px;display:grid}.featuredCharts.compactCharts{grid-template-columns:repeat(2,minmax(320px,1fr))}.featuredCharts .chartCard{min-height:238px}.chartCard{transition:transform .18s,border-color .18s,background .18s}.chartCard:hover{background:#141108b8;border-color:#f8c81361;transform:translateY(-2px)}.storeInline{align-items:center;gap:7px;min-width:0;display:inline-flex}.storeLogo{object-fit:contain;flex:0 0 16px;width:16px;height:16px;display:inline-block}.podium{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:10px;margin-top:8px;display:grid}.podiumStep{background:#09080570;border:1px solid #4e463238;border-radius:8px;align-content:center;justify-items:center;gap:7px;min-height:96px;padding:12px 8px;transition:transform .18s,border-color .18s,background .18s;display:grid}.podiumStep:hover{border-color:#f8c81366;transform:translateY(-3px)}.podiumStep:first-child{background:#f8c8131c;min-height:128px}.podiumStep .storeLogo{flex-basis:30px;width:30px;height:30px}.podiumStep span{color:var(--muted);letter-spacing:.08em;font-size:10px;font-weight:900}.podiumStep strong{color:var(--primary-soft);font-size:20px;line-height:1}.podiumStep small{color:var(--faint);text-align:center;font-size:10px;font-weight:800}.dualBars{gap:12px;display:grid}.dualRow{grid-template-columns:104px 1fr 68px;align-items:center;gap:10px;font-size:12px;display:grid}.dualTracks{gap:5px;display:grid}.dualTrack{background:#4e463259;border-radius:999px;height:7px;overflow:hidden}.dualTrack span{border-radius:inherit;height:100%;transition:width .45s;display:block}.dualTrack.primary span{background:var(--primary)}.dualTrack.secondary span{background:#8fd3ffbf}.dualRow strong{color:var(--primary-soft);text-align:right;font-size:11px}.polishedBands>article{background:#151517e6;border:1px solid #4e463247;border-radius:8px;padding:18px}.coverageItem{transition:transform .16s}.coverageItem:hover{transform:translate(3px)}.genreBars{gap:11px;max-height:336px;padding-right:8px;display:grid;overflow-y:auto}.genreRow{color:var(--text);grid-template-columns:minmax(120px,.8fr) 1fr 54px;align-items:center;gap:10px;font-size:12px;font-weight:800;display:grid}.genreRow span{color:var(--muted);min-width:0}.genreRow strong{color:var(--primary-soft);text-align:right}.genreRow .barTrack span{border-radius:inherit;background:var(--primary);height:100%;transition:width .45s;display:block}.bandNote{color:var(--faint);margin:14px 0 0;font-size:12px;font-weight:700;line-height:1.45}.methodDetails{color:var(--muted);background:#110e058f;border:1px solid #4e463240;border-radius:8px;margin-top:18px;padding:14px 16px}.methodDetails summary{cursor:pointer;color:var(--primary-soft);letter-spacing:.06em;font-weight:900;list-style:none}.methodDetails summary::-webkit-details-marker{display:none}.methodDetails div{gap:8px;margin-top:12px;display:grid}.methodDetails p{margin:0;font-size:13px;line-height:1.5}.methodDetails strong{color:var(--primary-soft)}@keyframes softRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes softFade{0%{opacity:0}to{opacity:1}}@keyframes softModal{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.reviewBox{min-width:190px;color:var(--primary-soft);justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.footer{background:var(--surface-lowest);color:var(--muted);border-top:1px solid #4e463240;place-items:center;gap:18px;margin-left:256px;padding:44px 24px 24px;font-size:13px;display:grid}.footer div{flex-wrap:wrap;justify-content:center;gap:28px;font-weight:800;display:flex}.footer p{text-align:center;opacity:.78;margin:0}.loadingPage{background:var(--bg);place-items:center;min-height:100vh;display:grid}.loading{color:var(--primary-soft);font-weight:800}.landing{background:var(--surface-lowest);min-height:100vh;color:var(--text)}.landingNav{justify-content:space-between;align-items:center;max-width:1120px;height:64px;margin:0 auto;padding:0 24px;display:flex}.landingNavTools{align-items:center;gap:12px;display:flex}.landingBrandCluster{align-items:center;gap:10px;display:inline-flex}.landingBrand{color:var(--primary-soft);letter-spacing:-.04em;font-weight:800;text-decoration:none}.landingNavButton,.landingPrimary,.landingSecondary{letter-spacing:.08em;text-transform:uppercase;border-radius:5px;justify-content:center;align-items:center;min-height:32px;padding:0 26px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.landingNavButton,.landingPrimary{background:var(--primary);color:var(--primary-ink)}.landingSecondary{border:1px solid var(--line-warm);color:var(--text);background:0 0}.landingHero{text-align:center;max-width:820px;margin:74px auto 86px;padding:0 24px}.heroPill{border:1px solid var(--line-warm);min-height:28px;color:var(--text);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:0 16px;font-size:11px;font-weight:800;display:inline-flex}.landingHero h1{max-width:760px;color:var(--text);margin:26px auto;font-size:clamp(42px,7vw,68px);line-height:.98}.landingHero p{max-width:590px;color:var(--muted);margin:0 auto;font-size:14px;line-height:1.55}.heroActions{justify-content:center;gap:14px;margin-top:42px;display:flex}.landingSection{max-width:1120px;margin:0 auto 86px;padding:0 24px}.landingSectionTitle{color:var(--primary);text-transform:uppercase;align-items:center;gap:14px;margin:0 0 42px;font-size:30px;line-height:1;display:flex}.landingSectionTitle span{background:var(--primary-soft);width:42px;height:2px}.dashboardGrid{grid-template-columns:2fr 1fr 1fr;gap:16px;display:grid}.landingPanel{border:1px solid var(--line-warm);background:#151517f0;border-radius:8px;padding:20px}.panelHeader{justify-content:space-between;align-items:start;gap:16px;margin-bottom:20px;display:flex}.panelHeader h2,.landingPanel h2{color:var(--primary-soft);margin:0;font-size:17px;line-height:1.15}.panelHeader span,.landingPanel p{color:var(--muted);font-size:11px;font-weight:700;line-height:1.45}.indexBars{gap:15px;display:grid}.indexRow>div:first-child{color:var(--text);justify-content:space-between;gap:12px;font-size:11px;font-weight:800;display:flex}.landingTrack{background:#4e463252;border-radius:999px;height:10px;margin-top:6px;overflow:hidden}.landingTrack span{background:var(--primary-soft);height:100%;display:block}.trophyPanel{text-align:center;place-items:center;display:grid}.trophyPanel svg{color:var(--primary-soft)}.trophyPanel strong{color:var(--text);font-size:58px;font-weight:800;line-height:.92}.trophyPanel span{color:var(--text);text-transform:uppercase;font-size:11px;font-weight:800}.coveragePanel{align-content:start;gap:16px;display:grid}.coverageRow{align-items:center;gap:14px;display:flex}.coverageRow span{aspect-ratio:1;border:3px solid var(--primary-soft);width:44px;color:var(--text);border-radius:999px;place-items:center;font-size:10px;font-weight:800;display:grid}.coverageRow strong{color:var(--text);font-size:12px}.discountPanel span{color:var(--text);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.discountPanel{grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.discountPanel h2{grid-column:1/-1}.discountPanel div{border-left:2px solid var(--primary);background:#231f15bd;border-radius:6px;align-content:center;gap:4px;min-height:82px;padding:12px 16px;display:grid}.discountPanel strong{color:var(--text);font-size:24px}.discountPanel em{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-style:normal;font-weight:800}.sectionSplit{justify-content:space-between;gap:24px;margin-bottom:36px;display:flex}.sectionSplit .landingSectionTitle{margin-bottom:14px}.sectionSplit p{color:var(--muted);margin:0;font-size:13px}.completeLink{color:var(--primary-soft);letter-spacing:.08em;text-transform:uppercase;align-self:end;align-items:center;gap:8px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.arbitrageGrid{grid-template-columns:1.5fr 1.5fr 1fr;gap:16px;display:grid}.arbitrageCard{border:1px solid var(--line-warm);min-height:170px;color:var(--text);background:#151517f0;border-radius:8px;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:18px;text-decoration:none;display:flex;position:relative;overflow:hidden}.arbitrageCard:nth-child(n+3){min-height:150px}.arbitrageCard img,.arbitrageFallback{object-fit:cover;opacity:.68;width:100%;height:100%;position:absolute;inset:0}.arbitrageFallback{background:radial-gradient(circle at 20% 20%, #f8c81326, transparent 34%), var(--surface-card-2)}.arbitrageCard:after{content:"";background:linear-gradient(#0000,#110e05eb);position:absolute;inset:0}.arbitrageCard>:not(img):not(.arbitrageFallback){z-index:1;position:relative}.diffBadge{background:var(--primary-soft);color:var(--primary-ink);text-transform:uppercase;border-radius:4px;justify-self:start;margin-bottom:14px;padding:5px 9px;font-size:9px;font-weight:800}.arbitrageCard h3{color:var(--text);margin:0;font-size:24px;line-height:1}.arbitrageCard p{color:var(--muted);margin:5px 0 0;font-size:12px}.arbitrageCard>strong{z-index:1;color:var(--primary-soft);align-self:flex-start;margin-top:6px;font-size:20px;font-weight:800}.marketBand{background:#0000002e;grid-template-columns:1fr 1.2fr;align-items:center;gap:80px;margin:0 0 72px;padding:80px max(24px,50vw - 560px);display:grid}.totalGames strong{color:var(--primary);font-size:clamp(72px,12vw,120px);line-height:.9;display:block}.totalGames span{color:var(--text);letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:800}.marketDistribution h2{max-width:430px;color:var(--text);text-transform:uppercase;margin:0 0 30px;font-size:36px;line-height:1}.marketRow{grid-template-columns:14px 1fr auto;align-items:center;gap:14px;max-width:450px;margin-bottom:13px;display:grid}.marketRow span{background:var(--primary-soft);width:14px;height:14px}.marketRow:nth-of-type(3n) span{background:var(--muted)}.marketRow:nth-of-type(3n+1) span{background:var(--line-warm)}.marketRow strong{color:var(--text)}.marketRow em{color:var(--text);font-style:normal}.marketDistribution p{max-width:520px;color:var(--muted);margin:30px 0 0;font-size:13px;line-height:1.5}.centerCta{justify-content:center;margin:-34px 0 88px;display:flex}.toolsBlock{text-align:center;max-width:820px;margin:0 auto 72px;padding:0 24px}.toolsBlock h2{color:var(--text);letter-spacing:.32em;text-transform:uppercase;margin:0 0 38px;font-size:18px}.toolsBlock div{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.toolsBlock button{border:1px solid var(--line-warm);min-height:52px;color:var(--text);letter-spacing:.08em;text-transform:uppercase;background:0 0;align-items:center;gap:10px;padding:0 28px;font-size:11px;font-weight:800;display:inline-flex;position:relative}.comingSoonTool span{color:var(--primary-soft);letter-spacing:.12em;white-space:nowrap;opacity:0;pointer-events:none;background:#100d04f5;border:1px solid #f8c81375;border-radius:4px;padding:8px 10px;font-size:10px;font-weight:900;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%,6px);box-shadow:0 12px 28px #00000052}.comingSoonTool span:after{content:"";background:#100d04f5;border-bottom:1px solid #f8c81375;border-right:1px solid #f8c81375;width:8px;height:8px;position:absolute;top:100%;left:50%;transform:translate(-50%,-4px)rotate(45deg)}.comingSoonTool:hover span,.comingSoonTool:focus-visible span{opacity:1;transform:translate(-50%)}.shuxBlock{text-align:center;place-items:center;gap:24px;max-width:920px;margin:-28px auto 72px;padding:0 24px;display:grid}.shuxBlock p{max-width:620px;color:var(--text);margin:0;font-size:18px;font-weight:800;line-height:1.35}.shuxBlock div{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.shuxBlock a{border:1px solid var(--line-warm);min-height:34px;color:var(--primary-soft);letter-spacing:.04em;text-transform:uppercase;background:#110e059e;border-radius:6px;justify-content:center;align-items:center;padding:0 14px;font-size:11px;font-weight:900;text-decoration:none;display:inline-flex}.shuxBlock a:hover,.shuxBlock a:focus-visible{background:#f8c8131a;border-color:#f8c81394}.landingFooter{border-top:1px solid var(--line-warm);text-align:center;color:var(--muted);place-items:center;gap:24px;padding:58px 24px 38px;display:grid}.landingFooter strong{color:var(--primary-soft);font-size:18px}.landingFooter div{color:var(--text);flex-wrap:wrap;justify-content:center;gap:28px;font-size:11px;font-weight:800;display:flex}.landingFooter p{max-width:720px;margin:0;font-size:12px;line-height:1.45}@media (max-width:1180px){.gameGrid{grid-template-columns:repeat(2,minmax(280px,1fr))}.compareHero{grid-template-columns:repeat(2,minmax(0,1fr))}.rankingHeader,.rankingRow{grid-template-columns:minmax(150px,1fr) repeat(3,minmax(80px,.7fr))}.rankingHeader span:nth-child(n+5),.rankingRow>span:nth-child(n+5){display:none}.wishlistSectionGrid{grid-template-columns:repeat(2,minmax(180px,1fr))}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.brandBar{position:sticky}.storeTabs,.sideNav{display:none}.page,.footer{margin-left:0;padding-left:16px;padding-right:16px}.page{padding-top:28px}.heroHeader,.method{flex-direction:column}.toolbar{grid-template-columns:1fr}.categoryToggles{grid-column:auto;margin-top:0}.iconSelect{border:1px solid #4e463259;border-radius:8px;min-height:42px}select{width:100%;color:var(--text);padding-left:42px}}@media (max-width:680px){.brandBar{flex-wrap:wrap;align-items:center;gap:8px 10px;height:auto;min-height:64px;padding:10px 12px}.brandCluster{gap:14px;min-width:0}.brand{text-overflow:ellipsis;white-space:nowrap;max-width:124px;font-size:15px;overflow:hidden}.navTools{scrollbar-width:none;flex:100%;justify-content:flex-start;gap:8px;max-width:100%;padding-bottom:2px;overflow-x:auto}.navTools::-webkit-scrollbar{display:none}.wishlistNavButton,.problemReportButton{white-space:nowrap;min-height:32px;padding:0 10px;font-size:11px}.regionButton,.userButton{flex:0 0 34px;width:34px;height:34px}.problemReportPanel,.userDropdown,.regionMenu{width:auto;max-height:calc(100dvh - 88px);position:fixed;top:72px;left:10px;right:10px;overflow:auto}.page{padding-top:120px}.actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.actions .primary{grid-column:1/-1}.button{justify-content:center}.cards,.gameGrid,.chartsGrid,.featuredCharts,.comparisonBands,.wishlistSectionGrid,.compareHero{grid-template-columns:1fr}.rankingHeader{display:none}.rankingRow{grid-template-columns:1fr 1fr;gap:8px 12px}.rankingStore{grid-column:1/-1}.dualRow,.barRow,.genreRow{grid-template-columns:1fr}.barRow>strong,.dualRow strong,.genreRow strong{text-align:left}.wishlistSectionHeader,.wishlistSectionEmpty,.wishlistEmptyPage,.profilePanelHeader{flex-direction:column;align-items:start}.wishlistRow{grid-template-columns:minmax(0,1fr) 38px}.wishlistRow>a{grid-column:1/-1}.wishlistRow img,.wishlistRow .wishlistCoverFallback{width:92px;height:52px}.wishlistRemove{grid-column:2}.wishlistAlertReason{border-radius:6px;grid-column:1/-1;justify-self:stretch;max-width:none}.notificationToggle{grid-template-columns:34px minmax(0,1fr) 44px}.priceTiles{grid-template-columns:1fr;gap:10px}.priceTile{min-height:92px;padding:12px}.gameCardBody{padding:14px}.gameHeroText{left:12px;right:12px}.gameHeroText h3{font-size:17px;line-height:1.12}.modalBackdrop{align-items:stretch;padding:12px}.modalPriceGrid,.historyLowCapsules{grid-template-columns:1fr}.modalHero{min-height:180px;padding:20px}.gameModal{max-height:calc(100dvh - 24px);overflow:auto}.modalContent{padding:16px}}@media (max-width:820px){.landingHero{margin-top:48px}.heroActions,.sectionSplit{flex-direction:column}.dashboardGrid,.marketBand{grid-template-columns:1fr;gap:20px}.arbitrageGrid,.discountPanel{grid-template-columns:1fr}.centerCta{margin-top:0}}
