:root {
  --ink: #3a2630;
  --muted: #8e7078;
  --peach: #f39a8d;
  --peach-deep: #e77676;
  --cream: #fff8f2;
  --cream-2: #fff1e9;
  --line: rgba(116, 72, 80, .13);
  --dark: #2b1c24;
  --green: #77a36f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Huninn', sans-serif; color: var(--ink); background: #fff9f4; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.no-scroll { overflow: hidden; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.ambient { position: fixed; pointer-events: none; filter: blur(60px); opacity: .45; border-radius: 50%; z-index: -1; }
.ambient-one { width: 420px; height: 420px; left: -160px; top: 140px; background: #ffd6bf; }
.ambient-two { width: 500px; height: 500px; right: -180px; top: -100px; background: #ffd2d9; }

.topbar { height: 86px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; }
.brand-mark img { width: 38px; height: 38px; object-fit: contain; }
.top-link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }
.top-link:hover { color: var(--ink); }

.hero { padding: 70px 0 80px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 70px; align-items: center; }
.compact-hero { min-height: 610px; }
.eyebrow { display: inline-block; color: #c36f73; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; }
.hero h1 { margin: 16px 0 24px; font-size: clamp(58px, 7vw, 92px); line-height: .92; letter-spacing: -.06em; font-weight: 400; }
.hero h1 em { color: var(--peach-deep); font-style: normal; }
.hero-copy > p { max-width: 690px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.primary-button, .glass-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 18px; border-radius: 999px; transition: transform .16s ease, background .16s ease; }
.primary-button { color: white; background: linear-gradient(135deg, #f39a8d, #e9787a); box-shadow: 0 10px 28px rgba(220, 114, 112, .24); }
.primary-button:hover, .glass-button:hover { transform: translateY(-1px); }
.primary-button.light { background: white; color: #382831; box-shadow: none; }
.glass-button { color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.hero-copy .primary-button { margin-top: 14px; }
.hero-art { min-height: 430px; position: relative; display: grid; place-items: center; }
.peach-card { width: 360px; aspect-ratio: 1; display: grid; place-items: center; filter: drop-shadow(0 30px 55px rgba(178, 99, 91, .18)); }
.peach-card img { width: 100%; }
.peach-orbit { position: absolute; border: 1px solid rgba(221, 132, 124, .24); border-radius: 50%; }
.orbit-a { width: 420px; height: 420px; }
.orbit-b { width: 500px; height: 310px; transform: rotate(-19deg); }
.spark { position: absolute; color: #e99990; font-size: 30px; }
.spark-one { top: 70px; right: 60px; }
.spark-two { bottom: 80px; left: 70px; }

.discover { padding: 40px 0 120px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.section-heading h2, .band-heading h2 { margin: 7px 0 0; font-size: clamp(36px, 4vw, 54px); font-weight: 400; letter-spacing: -.045em; }
.catalog-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; color: var(--muted); background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 999px; }
.searchbox { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.88); border: 1px solid rgba(143, 90, 93, .12); box-shadow: 0 18px 55px rgba(132, 85, 82, .08); border-radius: 22px; padding: 0 18px; }
.big-search { height: 68px; margin-bottom: 28px; }
.searchbox > i { color: #c38484; font-size: 20px; }
.searchbox input { flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 18px; min-width: 0; }
.searchbox input::placeholder { color: #b79fa4; }
.searchbox button { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; color: var(--muted); background: #fff4ee; cursor: pointer; }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.game-card { overflow: hidden; border-radius: 22px; background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 14px 45px rgba(117, 74, 74, .08); cursor: pointer; outline: 0; transition: transform .18s ease, box-shadow .18s ease; }
.game-card:hover, .game-card:focus-visible { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(117, 74, 74, .13); }
.game-cover { aspect-ratio: 460 / 215; background: #f5e5de; position: relative; overflow: hidden; }
.game-cover > img:first-child { width: 100%; height: 100%; object-fit: cover; display: block; }
.fallback-peach { width: 50%; height: 50%; object-fit: contain; position: absolute; left: 25%; top: 25%; }
.steam-id { position: absolute; right: 11px; bottom: 10px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 999px; background: rgba(45,30,37,.72); color: white; backdrop-filter: blur(10px); font-size: 12px; }
.game-card-body { padding: 18px 18px 20px; }
.game-card-body h3 { margin: 0; font-size: 20px; font-weight: 400; letter-spacing: -.025em; }
.game-card-body p { margin: 8px 0 16px; min-height: 20px; color: var(--muted); font-size: 13px; }
.open-label { display: inline-flex; align-items: center; gap: 5px; color: #bd6f71; font-size: 14px; }
.loading-row { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 11px; color: #957d84; }
.spinner, .tiny-spinner { border-radius: 50%; border: 2px solid rgba(180,112,112,.2); border-top-color: #df8582; animation: spin .8s linear infinite; }
.spinner { width: 19px; height: 19px; }
.spinner.big { width: 33px; height: 33px; border-width: 3px; }
.tiny-spinner { width: 13px; height: 13px; display: inline-block; border-color: rgba(255,255,255,.25); border-top-color: white; }
.tiny-spinner.dark { border-color: rgba(88,57,67,.18); border-top-color: #775661; }
@keyframes spin { to { transform: rotate(360deg); } }
.empty-state { text-align: center; padding: 68px 20px 100px; color: var(--muted); }
.empty-state img, .detail-error img { width: 90px; }
.empty-state h3 { color: var(--ink); font-size: 27px; font-weight: 400; margin: 17px 0 8px; }
.empty-state p { margin: 0; }
.server-error { display: flex; align-items: center; gap: 14px; padding: 18px; margin-top: 18px; border: 1px solid rgba(196,112,111,.18); border-radius: 18px; background: rgba(255,244,239,.86); color: #8d6568; }
.server-error > i { font-size: 24px; }
.server-error div { display: grid; gap: 3px; flex: 1; }
.server-error b { color: var(--ink); font-weight: 400; }
.server-error span { font-size: 13px; }
.server-error button { cursor: pointer; display: inline-flex; gap: 7px; align-items: center; padding: 10px 13px; border-radius: 13px; background: white; color: var(--ink); border: 1px solid var(--line); }

.detail-page { background: #fff9f4; }
.game-topbar { position: absolute; left: 50%; transform: translateX(-50%); top: 0; color: white; }
.dark-brand, .dark-link { color: white; }
.dark-link { opacity: .78; }
.dark-link:hover { color: white; opacity: 1; }
.detail-loading, .detail-error { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.detail-loading h1, .detail-error h1 { margin: 20px 0 7px; font-size: 42px; font-weight: 400; letter-spacing: -.04em; }
.detail-loading p, .detail-error p { color: var(--muted); margin: 0 0 22px; }

.game-splash { min-height: 760px; position: relative; overflow: hidden; background: var(--dark); color: white; }
.game-splash-image { position: absolute; inset: -35px; background-size: cover; background-position: center; filter: saturate(.86); transform: scale(1.04); }
.game-splash-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,17,23,.96) 0%, rgba(29,17,23,.74) 50%, rgba(29,17,23,.24) 100%), linear-gradient(to top, rgba(29,17,23,.96) 0%, rgba(29,17,23,.2) 60%, rgba(29,17,23,.48) 100%); }
.game-splash-content { position: relative; z-index: 2; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 520px); align-items: end; gap: 56px; padding-bottom: 72px; padding-top: 150px; }
.game-splash-copy { min-width: 0; }
.detail-kicker { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: rgba(255,255,255,.7); font-size: 13px; }
.library-state { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.12); color: white; }
.library-state.in-library { background: rgba(104,166,101,.25); }
.library-state.not-library { background: rgba(255,255,255,.1); }
.library-state.partial { background: rgba(211,154,93,.2); }
.game-splash h1 { margin: 18px 0 17px; max-width: 900px; font-size: clamp(64px, 7.7vw, 112px); line-height: .9; font-weight: 400; letter-spacing: -.065em; text-wrap: balance; }
.game-splash-copy > p { max-width: 780px; color: rgba(255,255,255,.76); line-height: 1.65; font-size: 18px; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.detail-tags span { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.11); color: rgba(255,255,255,.88); font-size: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.game-header-art { width: 100%; align-self: end; border-radius: 18px; box-shadow: 0 28px 90px rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.14); }

.provider-band { background: #fff2ea; border-bottom: 1px solid var(--line); }
.provider-band-inner { min-height: 220px; display: grid; grid-template-columns: 260px minmax(0, 1fr) auto; align-items: center; gap: 28px; padding-top: 34px; padding-bottom: 34px; }
.provider-band-title h2 { font-size: 34px; font-weight: 400; margin: 5px 0 8px; letter-spacing: -.04em; }
.provider-band-title p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 13px; }
.provider-items { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.provider-item { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-top: 1px solid rgba(116,72,80,.16); border-bottom: 1px solid rgba(116,72,80,.16); }
.provider-item > span { display: grid; gap: 4px; }
.provider-item small { color: var(--muted); font-size: 11px; }
.provider-item b { display: inline-flex; align-items: center; gap: 6px; font-weight: 400; font-size: 12px; white-space: nowrap; }
.provider-item.found b { color: #668f61; }
.provider-item.missing b { color: #a87b81; }
.provider-item.unknown b { color: #a17461; }
a.provider-item:hover { background: rgba(255,255,255,.38); }
.retry-provider { cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 13px; border-radius: 999px; color: #6f535d; background: rgba(255,255,255,.68); border: 1px solid var(--line); white-space: nowrap; }
.retry-provider:disabled { opacity: .65; cursor: default; }

.about-band { padding: 92px 0 105px; background: #fffaf6; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 74px; align-items: start; }
.about-copy h2 { margin: 10px 0 24px; font-size: clamp(46px, 5vw, 70px); font-weight: 400; letter-spacing: -.055em; }
.steam-description { color: #745c64; line-height: 1.82; font-size: 16px; }
.steam-description img { width: 100%; height: auto; margin: 20px 0; border-radius: 12px; }
.steam-description h1, .steam-description h2, .steam-description h3 { color: var(--ink); font-weight: 400; line-height: 1.1; }
.facts-column { border-top: 1px solid var(--line); }
.fact { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.fact span { color: var(--muted); font-size: 12px; }
.fact b { font-weight: 400; line-height: 1.45; }
.detail-tags.soft { margin-top: 22px; }
.detail-tags.soft span { background: #fff0e9; color: #8b686e; }

.gallery-band { padding: 90px 0 110px; background: #f9e8df; }
.band-heading { margin-bottom: 28px; }
.screenshots-grid.wide { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.shot { padding: 0; border: 0; overflow: hidden; cursor: zoom-in; background: #eadbd3; min-height: 240px; }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .22s ease; }
.shot:hover img { transform: scale(1.02); }
.shot:nth-child(3n+1) { grid-row: span 2; }

.requirements-band { padding: 90px 0 115px; background: #2d2027; color: white; }
.requirements-band .eyebrow { color: #f2aaa0; }
.requirements-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px; border-top: 1px solid rgba(255,255,255,.13); margin-top: 24px; }
.requirement-column { padding-top: 25px; color: rgba(255,255,255,.69); line-height: 1.7; overflow-wrap: anywhere; }
.requirement-column > span { display: block; color: white; font-size: 20px; margin-bottom: 12px; }
.requirement-column strong { color: rgba(255,255,255,.9); }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: rgba(30,18,24,.93); backdrop-filter: blur(12px); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1300px, 88vw); max-height: 84vh; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.lightbox button { position: fixed; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: white; background: rgba(255,255,255,.12); cursor: pointer; }
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev { left: 25px; top: calc(50% - 24px); }
.lightbox-next { right: 25px; top: calc(50% - 24px); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 320px; }
  .peach-card { width: 280px; }
  .orbit-a { width: 320px; height: 320px; }
  .orbit-b { width: 360px; height: 260px; }
  .game-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .game-splash-content { grid-template-columns: 1fr; min-height: 800px; }
  .game-header-art { max-width: 650px; }
  .provider-band-inner { grid-template-columns: 1fr; }
  .provider-items { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 1fr; gap: 48px; }
  .requirements-split { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px,1180px); }
  .topbar { height: 74px; }
  .top-link { font-size: 13px; }
  .hero { padding-top: 34px; gap: 22px; }
  .hero h1 { font-size: clamp(46px,13vw,66px); }
  .hero-copy > p { font-size: 16px; }
  .hero-art { min-height: 275px; }
  .peach-card { width: 235px; }
  .orbit-a { width: 270px; height: 270px; }
  .orbit-b { width: 305px; height: 220px; }
  .discover { padding-top: 58px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .game-grid { grid-template-columns: 1fr; }
  .server-error { align-items: flex-start; flex-wrap: wrap; }
  .server-error button { width: 100%; justify-content: center; }
  .game-splash { min-height: 760px; }
  .game-splash-content { min-height: 760px; padding-top: 118px; padding-bottom: 40px; gap: 28px; }
  .game-splash h1 { font-size: clamp(48px, 15vw, 70px); }
  .game-splash-copy > p { font-size: 15px; }
  .game-header-art { border-radius: 12px; }
  .provider-band-inner { padding-top: 28px; padding-bottom: 28px; }
  .about-band, .gallery-band, .requirements-band { padding-top: 62px; padding-bottom: 72px; }
  .fact { grid-template-columns: 92px 1fr; }
  .screenshots-grid.wide { grid-template-columns: 1fr; }
  .shot:nth-child(3n+1) { grid-row: auto; }
  .lightbox img { max-width: 94vw; max-height: 76vh; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
}

.home-page {
  background: #fff8f2;
}

.home-shell {
  width: min(1580px, calc(100% - 42px));
  margin: 0 auto;
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-nav .active {
  color: var(--ink);
}

.nav-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b07779;
  font-size: 13px;
}

.home-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: 72px;
  padding: 42px 0 54px;
}

.home-hero-copy h1 {
  margin: 13px 0 18px;
  max-width: 760px;
  font-size: clamp(58px, 6vw, 92px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 400;
}

.home-hero-copy h1 em {
  color: var(--peach-deep);
  font-style: normal;
}

.home-hero-copy > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.home-hero-copy .primary-button {
  margin-top: 23px;
}

.home-hero-art {
  min-height: 330px;
  position: relative;
  display: grid;
  place-items: center;
}

.home-hero-art > img {
  width: min(310px, 64%);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 28px 38px rgba(184, 107, 98, .18));
}

.hero-peach-halo {
  position: absolute;
  width: 360px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 225, 188, .92), rgba(255, 180, 172, .55) 56%, rgba(255, 198, 205, .08) 74%);
  filter: blur(8px);
}

.hero-bubble {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(156, 101, 101, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #785b63;
  box-shadow: 0 10px 30px rgba(131, 80, 79, .08);
  backdrop-filter: blur(12px);
  font-size: 13px;
}

.bubble-one { left: 5%; top: 18%; }
.bubble-two { right: 2%; top: 43%; }
.bubble-three { left: 11%; bottom: 13%; }

.catalog-section {
  padding: 48px 0 120px;
  background: linear-gradient(180deg, rgba(250, 233, 224, .54), rgba(255, 249, 245, .92) 180px, #fff9f5 100%);
  border-top: 1px solid rgba(137, 89, 93, .08);
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.catalog-heading h2 {
  margin: 5px 0 0;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.05em;
}

.catalog-controls {
  padding: 14px;
  border: 1px solid rgba(142, 94, 97, .1);
  border-radius: 25px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 16px 45px rgba(115, 73, 73, .06);
  backdrop-filter: blur(16px);
}

.catalog-search {
  height: 62px;
  border-radius: 17px;
  box-shadow: none;
  background: #fffaf7;
}

.catalog-search input {
  font-size: 17px;
}

.filter-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(165px, 1fr)) minmax(180px, auto) minmax(170px, auto) auto;
  gap: 9px;
  margin-top: 10px;
}

.filter-select,
.filter-toggle,
.reset-filters {
  min-height: 60px;
  border: 1px solid rgba(133, 85, 90, .1);
  border-radius: 15px;
  background: rgba(255, 248, 244, .82);
  color: var(--ink);
}

.filter-select {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 8px 40px 8px 13px;
}

.filter-select > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a27b82;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.filter-select select {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  color: #503941;
  background: transparent;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.filter-chevron {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #b48689;
  pointer-events: none;
}

.filter-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease;
}

.filter-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toggle-box {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f6e9e4;
  color: transparent;
  transition: background .16s ease, color .16s ease;
}

.filter-toggle > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.filter-toggle b {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.filter-toggle small {
  color: #ad8e94;
  font-size: 10px;
  white-space: nowrap;
}

.filter-toggle.active-filter {
  border-color: rgba(225, 126, 123, .24);
  background: #fff0ea;
}

.filter-toggle.active-filter .toggle-box {
  background: linear-gradient(135deg, #ef9a8e, #e5787a);
  color: white;
}

.reset-filters {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  cursor: pointer;
  color: #8f6c73;
}

.reset-filters:hover {
  background: #fff0e9;
}

.active-summary {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 4px;
  color: #a08489;
  font-size: 12px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 13px;
}

.catalog-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(99, 65, 72, .11);
  border-radius: 19px;
  background: #fffdfb;
  box-shadow: 0 8px 24px rgba(101, 67, 69, .055);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.catalog-card:hover,
.catalog-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(218, 126, 123, .28);
  box-shadow: 0 18px 38px rgba(101, 67, 69, .1);
}

.catalog-card:focus-visible {
  outline: 3px solid rgba(235, 139, 132, .25);
  outline-offset: 2px;
}

.catalog-card-visual {
  position: relative;
  height: 174px;
  overflow: hidden;
  background: #eadfd9;
}

.catalog-backdrop {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .24s ease;
}

.catalog-card:hover .catalog-backdrop {
  transform: scale(1.035);
}

.catalog-backdrop.peach-fallback {
  object-fit: contain;
  padding: 26px 78px;
  background: linear-gradient(135deg, #ffe8db, #f9c8c5);
}

.catalog-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(35, 23, 29, .68) 0%, rgba(35, 23, 29, .05) 62%, rgba(35, 23, 29, .12) 100%);
}

.catalog-badge {
  position: absolute;
  top: 10px;
  right: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 9px;
  background: rgba(255, 243, 239, .9);
  color: #795961;
  border: 1px solid rgba(255, 255, 255, .4);
  backdrop-filter: blur(12px);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 9px;
}

.catalog-badge.sale {
  color: white;
  background: linear-gradient(135deg, #f08e82, #e26f76);
}

.favorite-button {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 10px;
  background: rgba(38, 27, 31, .58);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

.favorite-button:hover {
  transform: scale(1.05);
}

.favorite-button.is-favorite {
  background: #fff3a7;
  color: #8b6b22;
}

.portrait-wrap {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 58px;
  height: 83px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 10px;
  background: #f8e9e4;
  box-shadow: 0 9px 24px rgba(30, 20, 24, .25);
}

.catalog-portrait {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-portrait.portrait-fallback {
  object-fit: contain;
  padding: 8px;
  background: #ffe8dc;
}

.appid-chip {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(30, 22, 26, .65);
  color: rgba(255, 255, 255, .84);
  backdrop-filter: blur(9px);
  font-size: 9px;
}

.catalog-card-body {
  min-height: 150px;
  padding: 13px 13px 12px;
  display: flex;
  flex-direction: column;
}

.catalog-card-body h3 {
  margin: 0;
  overflow: hidden;
  color: #3f2c34;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-card-body p {
  margin: 5px 0 8px;
  color: #9c8187;
  font-size: 10px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-tags {
  display: flex;
  gap: 5px;
  min-height: 24px;
  overflow: hidden;
}

.catalog-tags span {
  max-width: 110px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border: 1px solid rgba(118, 78, 85, .1);
  border-radius: 7px;
  color: #846970;
  background: #fff7f2;
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}

.card-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #7e6269;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-price i {
  color: #e28e82;
}

.open-card-button {
  height: 34px;
  min-width: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 12px;
  border-radius: 11px;
  background: linear-gradient(135deg, #f4a08e, #ea7e7b);
  color: white;
  box-shadow: 0 7px 18px rgba(224, 115, 112, .17);
  font-size: 11px;
}

.catalog-card:hover .open-card-button {
  background: linear-gradient(135deg, #ef9484, #e57277);
}

@media (max-width: 1320px) {
  .filter-row {
    grid-template-columns: repeat(3, minmax(160px, 1fr)) repeat(2, minmax(165px, 1fr));
  }

  .reset-filters {
    grid-column: span 5;
    min-height: 43px;
  }
}

@media (max-width: 980px) {
  .home-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 30px;
  }

  .home-hero-art {
    min-height: 250px;
  }

  .home-hero-art > img {
    width: 230px;
  }

  .hero-peach-halo {
    width: 290px;
    height: 230px;
  }

  .filter-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reset-filters {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .home-shell {
    width: min(100% - 24px, 1580px);
  }

  .home-nav .nav-note {
    display: none;
  }

  .home-hero {
    min-height: 0;
    padding-bottom: 34px;
  }

  .home-hero-copy h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .home-hero-copy > p {
    font-size: 15px;
  }

  .home-hero-art {
    min-height: 220px;
  }

  .bubble-one { left: 0; }
  .bubble-two { right: 0; }
  .bubble-three { left: 4%; }

  .catalog-section {
    padding-top: 34px;
  }

  .catalog-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-controls {
    padding: 10px;
    border-radius: 20px;
  }

  .catalog-search {
    height: 58px;
  }

  .filter-row {
    grid-template-columns: 1fr;
  }

  .reset-filters {
    grid-column: auto;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .catalog-card-visual {
    height: 150px;
  }

  .portrait-wrap {
    width: 49px;
    height: 71px;
  }

  .catalog-card-body {
    min-height: 142px;
    padding: 11px;
  }

  .catalog-card-body h3 {
    font-size: 13px;
  }

  .catalog-tags span:nth-child(n+3) {
    display: none;
  }

  .open-card-button {
    min-width: 64px;
    padding: 0 9px;
  }
}

@media (max-width: 480px) {
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-card-visual {
    height: 190px;
  }

  .catalog-card-body h3 {
    font-size: 16px;
  }

  .catalog-card-body {
    min-height: 152px;
  }
}

.custom-select {
  position: relative;
  min-width: 0;
  z-index: 8;
}

.custom-select.is-open {
  z-index: 40;
}

.custom-select-trigger {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px 8px 13px;
  border: 1px solid rgba(133, 85, 90, .1);
  border-radius: 15px;
  background: rgba(255, 248, 244, .82);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.custom-select-trigger:hover,
.custom-select.is-open .custom-select-trigger {
  border-color: rgba(225, 126, 123, .28);
  background: #fff4ef;
}

.custom-select.is-open .custom-select-trigger {
  box-shadow: 0 10px 28px rgba(109, 69, 73, .1);
}

.custom-select-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.custom-select-copy small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a27b82;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.custom-select-copy b {
  overflow: hidden;
  color: #503941;
  font-size: 13px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select-chevron {
  flex: 0 0 auto;
  color: #b48689;
  transition: transform .16s ease;
}

.custom-select.is-open .custom-select-chevron {
  transform: rotate(180deg);
}

.custom-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  max-height: 330px;
  overflow-y: auto;
  padding: 7px;
  border: 1px solid rgba(119, 76, 82, .12);
  border-radius: 16px;
  background: rgba(255, 253, 250, .98);
  box-shadow: 0 24px 58px rgba(83, 52, 60, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px) scale(.985);
  transform-origin: top;
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
  backdrop-filter: blur(20px);
}

.custom-select.is-open .custom-select-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.custom-select-menu button {
  width: 100%;
  min-height: 39px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 10px;
  background: transparent;
  color: #6f555d;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
}

.custom-select-menu button:hover,
.custom-select-menu button:focus-visible {
  outline: 0;
  background: #fff1eb;
  color: #432f37;
}

.custom-select-menu button[aria-selected="true"] {
  background: linear-gradient(135deg, rgba(244, 160, 142, .18), rgba(234, 126, 123, .13));
  color: #b5686c;
}

.custom-select-menu button[aria-selected="true"]::after {
  content: "✓";
  margin-left: auto;
  color: #dd7c78;
}

.detail-page {
  background: #101923;
}

.game-overview {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background: #0c1621;
  color: white;
}

.game-overview-backdrop {
  position: absolute;
  inset: -36px;
  background-size: cover;
  background-position: center 34%;
  filter: saturate(.88) contrast(1.02);
  transform: scale(1.035);
}

.game-overview-tint {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 15, 26, .98) 0%, rgba(8, 18, 31, .92) 35%, rgba(8, 20, 35, .7) 67%, rgba(8, 18, 31, .82) 100%),
    linear-gradient(180deg, rgba(5, 12, 20, .55) 0%, rgba(5, 12, 20, .14) 34%, rgba(5, 12, 20, .94) 100%);
}

.game-overview-content {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 58px;
}

.game-poster-column {
  align-self: center;
}

.game-poster-frame {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
  border: 1px solid rgba(255,255,255,.12);
}

.game-poster-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.game-poster-frame img.wide-fallback {
  object-fit: cover;
}

.poster-stats {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 13px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.poster-stats span {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.poster-stats i {
  color: #84d6ff;
}

.game-overview-main {
  min-width: 0;
}

.game-overview-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #8db6da;
  font-size: 12px;
  letter-spacing: .02em;
}

.game-overview h1 {
  max-width: 1050px;
  margin: 12px 0 8px;
  font-size: clamp(48px, 5.6vw, 88px);
  line-height: .96;
  font-weight: 400;
  letter-spacing: -.055em;
  text-shadow: 0 14px 50px rgba(0,0,0,.24);
}

.game-meta-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 15px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.game-meta-line span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.game-meta-line span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}

.game-meta-line b {
  color: rgba(255,255,255,.9);
  font-weight: 400;
}

.game-overview-description {
  max-width: 980px;
  margin: 21px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.62;
}

.overview-tags {
  margin-top: 18px;
}

.overview-tags span {
  border: 1px solid rgba(150, 190, 225, .18);
  border-radius: 6px;
  background: rgba(29, 60, 90, .58);
  color: #d5e9fb;
}

.store-support-row {
  max-width: 790px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  background: rgba(12, 27, 43, .58);
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

.store-support-row span,
.store-support-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.store-support-row a {
  color: white;
  white-space: nowrap;
}

.overview-actions {
  margin-top: 18px;
}

.overview-actions .primary-button,
.overview-actions .glass-button {
  border-radius: 7px;
  min-height: 46px;
  padding-inline: 18px;
}

.overview-actions .primary-button.light {
  background: #2ba8e5;
  color: white;
}

.hero-retry {
  cursor: pointer;
  font: inherit;
}

.hero-provider-area {
  max-width: 1060px;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.hero-provider-heading {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: white;
}

.hero-provider-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.hero-provider-heading small {
  color: rgba(255,255,255,.45);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero-provider-results {
  border-top: 1px solid rgba(255,255,255,.08);
}

.hero-provider-row {
  min-height: 56px;
  display: grid;
  grid-template-columns: minmax(170px, .65fr) minmax(260px, 1.5fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero-provider-name {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.hero-provider-name b {
  overflow: hidden;
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-provider-name small {
  overflow: hidden;
  color: rgba(255,255,255,.43);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mirror-list {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mirror-list::-webkit-scrollbar {
  display: none;
}

.mirror-chip {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  background: rgba(255,255,255,.055);
  color: #cde2f4;
  font-size: 10px;
  white-space: nowrap;
}

.mirror-chip.muted {
  color: rgba(255,255,255,.42);
}

.mirror-chip.direct-text {
  background: rgba(45, 168, 229, .16);
  border-color: rgba(69, 183, 238, .28);
  color: #a9e4ff;
}

.provider-source-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border-radius: 6px;
  background: rgba(255,255,255,.09);
  color: white;
  font-size: 10px;
  white-space: nowrap;
}

.provider-source-link:hover {
  background: rgba(255,255,255,.15);
}

.provider-check-state {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.64);
  font-size: 11px;
  white-space: nowrap;
}

.hero-provider-row.found .provider-check-state {
  color: #91d59c;
}

.hero-provider-row.missing .provider-check-state {
  color: #c09ca4;
}

.hero-provider-row.unknown .provider-check-state {
  color: #e4bc82;
}

.detail-page .library-state {
  padding: 6px 9px;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  font-size: 11px;
}

.detail-page .library-state.in-library {
  background: rgba(75, 173, 102, .22);
  color: #a4e3ad;
}

.detail-page .library-state.not-library {
  color: #d7b9bf;
}

.detail-page .library-state.partial {
  background: rgba(211,154,93,.16);
  color: #e4c298;
}

@media (max-width: 980px) {
  .game-overview-content {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 32px;
    padding-top: 118px;
  }

  .hero-provider-row {
    grid-template-columns: minmax(150px, .7fr) 1fr auto;
  }
}

@media (max-width: 760px) {
  .custom-select-menu {
    max-height: 280px;
  }

  .game-overview {
    min-height: 0;
  }

  .game-overview-content {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 105px;
    padding-bottom: 40px;
  }

  .game-poster-column {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 14px;
    align-items: end;
  }

  .game-poster-frame {
    width: 126px;
  }

  .poster-stats {
    margin-top: 0;
  }

  .game-overview h1 {
    font-size: clamp(44px, 13vw, 70px);
  }

  .game-overview-description {
    font-size: 15px;
  }

  .store-support-row {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 11px;
  }

  .hero-provider-heading {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding-block: 10px;
  }

  .hero-provider-row {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    padding: 11px 0;
  }

  .mirror-list {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .provider-source-link,
  .provider-check-state {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 520px) {
  .game-poster-column {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .game-poster-frame {
    width: 104px;
  }

  .game-meta-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .game-meta-line span + span::before {
    display: none;
  }

  .overview-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .overview-actions .hero-retry {
    grid-column: 1 / -1;
  }
}

.catalog-controls {
  position: relative;
  z-index: 80;
  overflow: visible;
}

.filter-row {
  position: relative;
  z-index: 90;
  overflow: visible;
}

.custom-select {
  z-index: 100;
}

.custom-select.is-open {
  z-index: 1000;
}

.custom-select-menu {
  z-index: 1001;
}

.catalog-grid,
.active-summary,
.loading-row,
#loadSentinel {
  position: relative;
  z-index: 1;
}

.detail-page {
  background: #fff8f2;
  color: var(--ink);
}

.detail-wide {
  width: min(1660px, calc(100% - 32px));
  margin: 0 auto;
}

.detail-page .game-topbar {
  width: min(1660px, calc(100% - 32px));
  color: var(--ink);
  z-index: 30;
}

.detail-page .dark-brand,
.detail-page .dark-link {
  color: var(--ink);
}

.detail-page .dark-link {
  opacity: .72;
}

.detail-page .dark-link:hover {
  color: var(--peach-deep);
  opacity: 1;
}

.peach-game-hero {
  min-height: 710px;
  position: relative;
  overflow: hidden;
  background: #f7ddd5;
  color: var(--ink);
}

.peach-game-hero-image {
  position: absolute;
  inset: -24px;
  background-position: center;
  background-size: cover;
  filter: saturate(.82) contrast(.94);
  transform: scale(1.025);
}

.peach-game-hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 249, 244, .99) 0%, rgba(255, 246, 240, .97) 34%, rgba(255, 238, 229, .84) 58%, rgba(255, 225, 215, .48) 76%, rgba(250, 202, 195, .34) 100%),
    linear-gradient(180deg, rgba(255,248,242,.7) 0%, rgba(255,248,242,.08) 38%, rgba(255,248,242,.9) 100%);
}

.peach-game-hero-inner {
  min-height: 710px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: center;
  gap: clamp(36px, 5vw, 90px);
  padding-top: 118px;
  padding-bottom: 46px;
}

.peach-game-hero-copy {
  min-width: 0;
  max-width: 1120px;
  padding-left: clamp(18px, 2vw, 32px);
}

.peach-game-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #a36f75;
  font-size: 12px;
  letter-spacing: .03em;
}

.peach-game-hero h1 {
  max-width: 1100px;
  margin: 18px 0 14px;
  font-size: clamp(58px, 6.4vw, 104px);
  line-height: .91;
  font-weight: 400;
  letter-spacing: -.064em;
  text-wrap: balance;
  color: #3a2630;
}

.hero-soft-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.hero-soft-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(116,72,80,.13);
  border-radius: 999px;
  background: rgba(255, 252, 249, .78);
  color: #74545d;
  font-size: 11px;
  backdrop-filter: blur(12px);
}

.peach-game-hero-copy > p {
  max-width: 870px;
  margin: 22px 0 0;
  color: #715860;
  font-size: 16px;
  line-height: 1.66;
}

.peach-game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.peach-outline-button,
.peach-retry-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(116,72,80,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  color: #60464f;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.peach-outline-button:hover,
.peach-retry-button:hover {
  background: #fff;
  color: var(--peach-deep);
}

.hero-mini-meta {
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 32px;
  padding-top: 15px;
  border-top: 1px solid rgba(116,72,80,.13);
}

.hero-mini-meta span {
  min-width: 160px;
  display: grid;
  gap: 3px;
  padding: 8px 26px 8px 0;
}

.hero-mini-meta span + span {
  padding-left: 24px;
  border-left: 1px solid rgba(116,72,80,.11);
}

.hero-mini-meta small {
  color: #a27b82;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.hero-mini-meta b {
  overflow: hidden;
  color: #4b343d;
  font-size: 13px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.peach-game-cover-wrap {
  align-self: center;
  width: 260px;
  margin-right: clamp(8px, 2vw, 24px);
}

.peach-game-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 10px solid rgba(255, 251, 247, .86);
  border-radius: 24px;
  background: #f6e7df;
  box-shadow: 0 26px 70px rgba(88, 52, 59, .18);
  backdrop-filter: blur(18px);
}

.peach-game-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.peach-game-cover img.wide-fallback {
  object-fit: cover;
}

.peach-cover-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
  margin-top: 10px;
}

.peach-cover-footer span {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 10px 11px;
  border: 1px solid rgba(116,72,80,.1);
  border-radius: 13px;
  background: rgba(255,250,246,.84);
  backdrop-filter: blur(14px);
}

.peach-cover-footer small {
  color: #a27b82;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.peach-cover-footer b {
  overflow: hidden;
  color: #4c343d;
  font-size: 11px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-page .library-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(116,72,80,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.64);
  color: #755660;
  font-size: 10px;
  backdrop-filter: blur(12px);
}

.detail-page .library-state.in-library {
  border-color: rgba(113,153,103,.18);
  background: rgba(226, 240, 218, .82);
  color: #5f7f58;
}

.detail-page .library-state.not-library {
  background: rgba(255,255,255,.64);
  color: #9a747c;
}

.detail-page .library-state.partial {
  border-color: rgba(195,143,93,.16);
  background: rgba(255, 236, 213, .84);
  color: #9d6f47;
}

.game-details-section {
  padding: 82px 0 96px;
  background: #fffaf6;
  border-top: 1px solid rgba(116,72,80,.08);
}

.peach-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.peach-section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.05em;
}

.game-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.game-stat {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.44);
}

.game-stat-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff0e9;
  color: #d97e79;
}

.game-stat-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.game-stat-copy small {
  color: #a27b82;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.game-stat-copy b {
  overflow-wrap: anywhere;
  color: #4d363f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

.peach-category-tags {
  margin-top: 18px;
}

.peach-category-tags span {
  border: 1px solid rgba(116,72,80,.1);
  background: #fff2ec;
  color: #805f67;
}

.provider-downloads-section {
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.provider-downloads-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
}

.provider-downloads-heading h3 {
  margin: 7px 0 0;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -.04em;
}

.provider-downloads-heading > span {
  color: #a27b82;
  font-size: 11px;
}

.provider-download-results {
  border-top: 1px solid var(--line);
}

.download-provider-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(170px, .6fr) minmax(280px, 1.6fr) auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.download-provider-name {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.download-provider-name b {
  color: #4c343d;
  font-size: 14px;
  font-weight: 400;
}

.download-provider-name small {
  overflow: hidden;
  color: #9b7c83;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-host-list {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.download-host-list::-webkit-scrollbar {
  display: none;
}

.download-host {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid rgba(116,72,80,.1);
  border-radius: 999px;
  background: #fff5f0;
  color: #775861;
  font-size: 10px;
  white-space: nowrap;
}

.download-host.muted {
  color: #aa8b91;
  background: #fffaf7;
}

.download-host.direct-text {
  border-color: rgba(225,126,123,.22);
  background: #ffece5;
  color: #c96e6d;
}

.provider-download-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f39a8d, #e9787a);
  color: white;
  box-shadow: 0 8px 22px rgba(220,114,112,.18);
  font-size: 11px;
  white-space: nowrap;
}

.provider-download-button:hover {
  transform: translateY(-1px);
}

.provider-check-state.peach-state {
  justify-self: end;
  color: #9e7a82;
  font-size: 11px;
}

.download-provider-row.missing .provider-check-state,
.download-provider-row.unknown .provider-check-state {
  color: #a77d84;
}

.peach-about-section {
  padding: 92px 0 106px;
  background: #fff3ec;
  border-top: 1px solid rgba(116,72,80,.08);
}

.peach-about-layout {
  display: grid;
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: start;
}

.peach-about-title h2 {
  margin: 10px 0 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.055em;
}

.peach-description {
  color: #715861;
  font-size: 16px;
  line-height: 1.82;
}

.peach-description img {
  width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 18px;
}

.peach-description h1,
.peach-description h2,
.peach-description h3 {
  color: var(--ink);
  font-weight: 400;
}

.peach-gallery-section {
  padding: 88px 0 106px;
  background: #fffaf6;
}

.peach-screenshot-grid {
  gap: 12px;
}

.peach-shot {
  border-radius: 18px;
  background: #f1dfd7;
}

.peach-requirements-section {
  padding: 88px 0 110px;
  background: #f8e7df;
  color: var(--ink);
  border-top: 1px solid rgba(116,72,80,.08);
}

.peach-requirements-grid {
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.peach-requirement {
  color: #725a62;
}

.peach-requirement > span {
  color: #4a343d;
}

.peach-requirement strong {
  color: #4a343d;
}

@media (max-width: 1100px) {
  .peach-game-hero-inner {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 34px;
  }

  .peach-game-cover-wrap {
    width: 220px;
  }

  .game-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .detail-wide,
  .detail-page .game-topbar {
    width: min(100% - 24px, 1660px);
  }

  .peach-game-hero {
    min-height: 0;
  }

  .peach-game-hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 104px;
    padding-bottom: 38px;
  }

  .peach-game-hero-copy {
    padding-left: 0;
  }

  .peach-game-hero h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .peach-game-cover-wrap {
    width: min(220px, 62vw);
    margin: 0;
    order: -1;
  }

  .hero-mini-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-mini-meta span,
  .hero-mini-meta span + span {
    padding: 9px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(116,72,80,.09);
  }

  .peach-section-heading,
  .provider-downloads-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .game-stat-grid {
    grid-template-columns: 1fr;
  }

  .game-stat {
    min-height: 84px;
  }

  .download-provider-row {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    padding: 12px 0;
  }

  .download-host-list {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .provider-download-button,
  .provider-check-state.peach-state {
    grid-column: 2;
    grid-row: 1;
  }

  .peach-about-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 520px) {
  .peach-cover-footer {
    grid-template-columns: 1fr;
  }

  .peach-game-actions > * {
    width: 100%;
  }

  .download-provider-row {
    grid-template-columns: 1fr;
  }

  .provider-download-button,
  .provider-check-state.peach-state,
  .download-host-list {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
  }

  .provider-download-button {
    width: max-content;
  }
}

.catalog-controls,
.filter-row {
  position: relative;
  z-index: 80;
  overflow: visible;
}

.catalog-grid,
.game-grid {
  position: relative;
  z-index: 1;
}

.custom-select.is-open {
  z-index: 200;
}

.custom-select-menu {
  z-index: 240;
}

.filter-icon-tile {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  color: white;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 8px 20px rgba(221,125,125,.15);
  isolation: isolate;
}

.filter-icon-tile::before {
  content: '';
  position: absolute;
  inset: -45%;
  z-index: -3;
  background: conic-gradient(from 0deg, #ff9d8f, #ffc8a2, #f08c97, #ffd7b2, #ff9d8f);
  animation: peachFilterSpin 8s linear infinite;
}

.filter-icon-tile::after {
  content: '';
  position: absolute;
  inset: 2px;
  z-index: -2;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(112,49,67,.1));
  backdrop-filter: blur(5px);
}

.filter-icon-platform::before {
  background: conic-gradient(from 70deg, #ffb686, #ff8f93, #f6c178, #f493ab, #ffb686);
}

.filter-icon-sort::before {
  background: conic-gradient(from 180deg, #f7a1a0, #ffd09b, #ef8799, #ffc7af, #f7a1a0);
}

.filter-icon-tile > i {
  position: relative;
  z-index: 3;
  font-size: 17px;
}

.filter-icon-tile > span {
  position: absolute;
  z-index: -1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.26);
  animation: peachBubbleFloat 4.8s ease-in-out infinite;
}

.filter-icon-tile > span:nth-of-type(1) {
  left: -4px;
  bottom: 2px;
}

.filter-icon-tile > span:nth-of-type(2) {
  width: 10px;
  height: 10px;
  right: 4px;
  top: 2px;
  animation-delay: -2s;
}

@keyframes peachFilterSpin {
  to { transform: rotate(360deg); }
}

@keyframes peachBubbleFloat {
  0%,100% { transform: translateY(0) scale(1); opacity: .45; }
  50% { transform: translateY(-10px) scale(1.18); opacity: .85; }
}

.custom-select-trigger {
  gap: 10px;
  padding: 7px 11px 7px 7px;
}

.custom-select-copy small i {
  display: none;
}

.popular-hero {
  min-height: 420px;
  display: grid;
  place-items: center;
}

.popular-hero-ambient {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,152,133,.28), rgba(255,202,170,.14) 42%, transparent 70%);
  filter: blur(10px);
}

.popular-hero-card {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(115,70,78,.1);
  border-radius: 30px;
  background: #f3ddd4;
  box-shadow: 0 28px 70px rgba(127,72,78,.18);
  transform: rotate(1.2deg);
  transition: transform .3s ease;
}

.popular-hero-card:hover {
  transform: rotate(0deg) translateY(-3px);
}

.popular-hero-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(47,27,35,.88) 0%, rgba(47,27,35,.48) 48%, rgba(47,27,35,.08) 100%), linear-gradient(0deg, rgba(32,17,22,.8), transparent 54%);
}

.popular-hero-cover {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 31%;
  height: calc(100% - 60px);
  object-fit: cover;
  border: 5px solid rgba(255,248,243,.9);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(29,14,20,.3);
}

.popular-hero-copy {
  position: absolute;
  left: 30px;
  right: 39%;
  bottom: 30px;
  color: white;
}

.popular-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #ffd2c5;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.popular-hero-copy h3 {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 48px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.045em;
}

.popular-hero-copy p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

.popular-hero-dots {
  position: absolute;
  bottom: 2px;
  display: flex;
  gap: 6px;
}

.popular-hero-dots button,
.gallery-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(111,72,80,.2);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.popular-hero-dots button.active,
.gallery-dots button.active {
  width: 24px;
  background: #e77d7e;
}

.card-live-players {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  color: #8f6c73;
  font-size: 10px;
  white-space: nowrap;
}

.info-heading {
  align-items: center;
}

.info-heading h2 {
  margin: 0;
}

.game-stat-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-left: 0;
  border-top: 1px solid rgba(116,72,80,.12);
  border-bottom: 1px solid rgba(116,72,80,.12);
}

.game-stat {
  min-height: 118px;
  border-bottom: 0;
  border-right: 1px solid rgba(116,72,80,.11);
  background: transparent;
  padding: 22px 22px 22px 4px;
}

.game-stat:nth-child(4n) {
  border-right: 0;
}

.game-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff0e8, #ffe1db);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.game-stat-icon i {
  display: block;
  line-height: 1;
  font-size: 16px;
}

.game-stat-copy small {
  font-size: 9px;
  letter-spacing: .12em;
}

.game-stat-copy b {
  font-size: 16px;
  line-height: 1.25;
}

.provider-downloads-heading h3 {
  margin: 0;
  font-size: 42px;
}

.rotating-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) 52px;
  align-items: center;
  gap: 14px;
}

.gallery-stage {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(116,72,80,.12);
  border-radius: 26px;
  background: #f2ddd5;
  cursor: zoom-in;
  box-shadow: 0 20px 50px rgba(97,58,66,.12);
}

.gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s ease, transform .5s ease;
}

.gallery-stage img.changing {
  opacity: .35;
  transform: scale(1.015);
}

.gallery-counter {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(55,31,39,.72);
  color: white;
  font-size: 10px;
  backdrop-filter: blur(10px);
}

.gallery-arrow {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(116,72,80,.12);
  border-radius: 50%;
  background: #fff2ec;
  color: #76545f;
  cursor: pointer;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.gallery-heading p {
  margin: 7px 0 0;
  color: #a07b83;
  font-size: 12px;
}

.share-game-button {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .popular-hero-card { width: min(100%, 500px); }
  .game-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .game-stat:nth-child(4n) { border-right: 1px solid rgba(116,72,80,.11); }
  .game-stat:nth-child(2n) { border-right: 0; }
}

@media (max-width: 760px) {
  .popular-hero { min-height: 350px; }
  .popular-hero-card { aspect-ratio: 4 / 3; }
  .popular-hero-cover { right: 18px; top: 22px; height: calc(100% - 44px); width: 34%; }
  .popular-hero-copy { left: 22px; right: 42%; bottom: 22px; }
  .rotating-gallery { grid-template-columns: 1fr; }
  .gallery-arrow { position: absolute; z-index: 3; top: calc(50% - 24px); background: rgba(255,246,240,.9); }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .gallery-stage { aspect-ratio: 16 / 10; }
}

@media (max-width: 520px) {
  .filter-icon-tile { width: 42px; height: 42px; flex-basis: 42px; }
  .popular-hero { min-height: 300px; }
  .popular-hero-card { border-radius: 22px; }
  .popular-hero-copy { right: 28%; }
  .popular-hero-cover { opacity: .3; width: 42%; }
  .game-stat-grid { grid-template-columns: 1fr; }
  .game-stat, .game-stat:nth-child(2n), .game-stat:nth-child(4n) { border-right: 0; border-bottom: 1px solid rgba(116,72,80,.09); }
}


.peach-game-cover img.image-retrying {
  opacity: .72;
  filter: saturate(.86) brightness(1.04);
  animation: peach-image-retry 1.4s ease-in-out infinite alternate;
}

@keyframes peach-image-retry {
  from { opacity: .62; }
  to { opacity: .9; }
}

@media (prefers-reduced-motion: reduce) {
  .peach-game-cover img.image-retrying { animation: none; }
}

.home-page {
  padding-left: 94px;
  background: #fff8f2;
}

.home-main-with-rail {
  min-width: 0;
}

.peachy-rail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 3000;
  width: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px 16px;
  border-right: 1px solid rgba(116,72,80,.11);
  background: rgba(255,250,246,.94);
  box-shadow: 14px 0 38px rgba(103,68,73,.055);
  backdrop-filter: blur(20px);
}

.rail-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff4ea, #ffe5df);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 10px 24px rgba(171,102,99,.09);
}

.rail-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.rail-nav {
  width: 64px;
  display: grid;
  gap: 5px;
  padding: 9px 7px;
  border: 1px solid rgba(116,72,80,.08);
  border-radius: 27px;
  background: #3a2a31;
  box-shadow: 0 18px 42px rgba(70,42,53,.13);
}

.rail-action {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 17px;
  color: #dbc8cd;
  background: transparent;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.rail-action i {
  display: block;
  line-height: 1;
  font-size: 19px;
}

.rail-action span {
  position: absolute;
  left: calc(100% + 13px);
  top: 50%;
  z-index: 4;
  transform: translate(7px,-50%);
  pointer-events: none;
  opacity: 0;
  padding: 7px 9px;
  border: 1px solid rgba(116,72,80,.1);
  border-radius: 9px;
  background: rgba(255,250,246,.96);
  color: #5e454e;
  box-shadow: 0 8px 26px rgba(86,54,64,.12);
  white-space: nowrap;
  font-size: 11px;
  transition: opacity .15s ease, transform .15s ease;
}

.rail-action:hover,
.rail-action:focus-visible {
  color: white;
  background: rgba(255,255,255,.1);
  outline: none;
}

.rail-action:hover span,
.rail-action:focus-visible span {
  opacity: 1;
  transform: translate(0,-50%);
}

.rail-action.is-active {
  color: #51353e;
  background: linear-gradient(145deg, #ffd8be, #ff9f9f 58%, #f18a8a);
  box-shadow: 0 8px 22px rgba(231,118,116,.24);
}

.rail-bottom {
  margin-top: auto;
}

.rail-bottom .rail-action {
  color: #a77d84;
  background: #fff2eb;
  border: 1px solid rgba(116,72,80,.08);
}

.featured-showcase {
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .65fr);
  gap: 18px;
  padding-top: 22px;
  padding-bottom: 28px;
}

.featured-showcase-main,
.featured-side {
  min-width: 0;
}

.featured-lead {
  position: relative;
  min-height: 520px;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(116,72,80,.1);
  border-radius: 30px;
  background: #ead7d0;
  box-shadow: 0 22px 58px rgba(103,62,70,.11);
}

.featured-lead-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease, opacity .3s ease;
}

.featured-lead:hover .featured-lead-backdrop {
  transform: scale(1.018);
}

.featured-lead-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47,29,37,.94) 0%, rgba(47,29,37,.74) 40%, rgba(47,29,37,.2) 72%, rgba(47,29,37,.12) 100%),
    linear-gradient(0deg, rgba(44,26,34,.83) 0%, rgba(44,26,34,.04) 66%);
}

.featured-lead-copy {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 4vw, 62px);
  right: 38%;
  bottom: clamp(30px, 5vw, 58px);
  color: white;
}

.featured-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #ffd5c9;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
}

.featured-lead-copy h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 5.3vw, 86px);
  line-height: .92;
  font-weight: 400;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.featured-lead-copy p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}

.featured-open-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 11px 14px;
  border-radius: 13px;
  background: linear-gradient(135deg, #ffd7bf, #f2958d);
  color: #4b313a;
  box-shadow: 0 10px 28px rgba(21,10,15,.17);
  font-size: 12px;
}

.featured-lead-cover-wrap {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 3.2vw, 50px);
  top: 50%;
  width: min(25%, 235px);
  aspect-ratio: 2 / 3;
  transform: translateY(-50%);
  overflow: hidden;
  border: 5px solid rgba(255,248,243,.94);
  border-radius: 24px;
  background: #f9e6df;
  box-shadow: 0 24px 60px rgba(26,13,18,.35);
}

.featured-lead-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.featured-side {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid rgba(116,72,80,.1);
  border-radius: 30px;
  background: rgba(255,253,250,.82);
  box-shadow: 0 18px 46px rgba(103,62,70,.07);
  backdrop-filter: blur(16px);
}

.featured-side-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 4px 13px;
}

.featured-side-heading span {
  font-size: 18px;
  letter-spacing: -.025em;
}

.featured-side-heading small {
  color: #a18389;
  font-size: 10px;
}

.featured-mini-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  grid-auto-rows: minmax(116px,1fr);
  gap: 9px;
}

.featured-mini {
  position: relative;
  min-width: 0;
  min-height: 116px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(116,72,80,.09);
  border-radius: 17px;
  background: #eddcd5;
  color: white;
  cursor: pointer;
  text-align: left;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.featured-mini:hover,
.featured-mini:focus-visible,
.featured-mini.active {
  transform: translateY(-2px);
  border-color: rgba(231,125,126,.72);
  box-shadow: 0 10px 24px rgba(113,67,75,.14);
  outline: none;
}

.featured-mini.active::after {
  content: '';
  position: absolute;
  inset: 7px;
  z-index: 4;
  pointer-events: none;
  border: 2px solid rgba(255,220,209,.9);
  border-radius: 11px;
}

.featured-mini > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-mini > img.featured-mini-fallback {
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(135deg,#ffe7da,#f7c5c2);
}

.featured-mini-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(39,23,30,.9), rgba(39,23,30,.08) 78%);
}

.featured-mini-copy {
  position: absolute;
  z-index: 3;
  left: 11px;
  right: 11px;
  bottom: 10px;
  display: grid;
  gap: 4px;
}

.featured-mini-copy b {
  overflow: hidden;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.featured-mini-copy small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,.69);
  font-size: 8px;
  white-space: nowrap;
}

.catalog-section {
  border-top: 0;
  padding-top: 34px;
}

@media (max-width: 1180px) {
  .featured-showcase {
    grid-template-columns: 1fr;
  }

  .featured-side {
    min-height: auto;
  }

  .featured-mini-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
    grid-auto-rows: 132px;
  }
}

@media (max-width: 820px) {
  .home-page {
    padding-left: 0;
    padding-bottom: 82px;
  }

  .peachy-rail {
    inset: auto 12px 10px 12px;
    width: auto;
    height: 68px;
    flex-direction: row;
    justify-content: center;
    padding: 7px 9px;
    border: 1px solid rgba(116,72,80,.12);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(78,47,57,.18);
  }

  .rail-logo {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin: 0 8px 0 0;
    border-radius: 16px;
  }

  .rail-logo img {
    width: 33px;
    height: 33px;
  }

  .rail-nav {
    width: auto;
    display: flex;
    gap: 3px;
    padding: 4px;
    border-radius: 19px;
  }

  .rail-action {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .rail-action span {
    display: none;
  }

  .rail-bottom {
    display: none;
  }

  .featured-showcase {
    min-height: auto;
    padding-top: 14px;
  }

  .featured-lead {
    min-height: 470px;
  }

  .featured-lead-copy {
    right: 31%;
  }

  .featured-lead-cover-wrap {
    width: 27%;
  }

  .featured-mini-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: 130px;
  }
}

@media (max-width: 560px) {
  .home-shell {
    width: min(100% - 24px, 1580px);
  }

  .peachy-rail {
    left: 8px;
    right: 8px;
    bottom: 8px;
    height: 64px;
    justify-content: space-between;
  }

  .rail-logo {
    display: none;
  }

  .rail-nav {
    width: 100%;
    justify-content: space-around;
  }

  .rail-action {
    width: 44px;
    height: 44px;
  }

  .featured-lead {
    min-height: 420px;
    border-radius: 23px;
  }

  .featured-lead-wash {
    background: linear-gradient(0deg, rgba(47,29,37,.92), rgba(47,29,37,.23) 72%);
  }

  .featured-lead-copy {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .featured-lead-copy h1 {
    max-width: 78%;
    font-size: clamp(42px,13vw,66px);
  }

  .featured-lead-cover-wrap {
    top: 20px;
    right: 18px;
    width: 30%;
    transform: none;
    border-width: 3px;
    border-radius: 16px;
  }

  .featured-side {
    padding: 12px;
    border-radius: 23px;
  }

  .featured-side-heading {
    padding: 2px 2px 10px;
  }

  .featured-mini-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 112px;
  }

  .featured-mini:nth-child(n+5) {
    display: none;
  }
}


.peachy-rail {
  border-right-color: rgba(102, 55, 67, .1);
  background: linear-gradient(180deg, rgba(255,249,245,.98), rgba(255,242,235,.96));
  box-shadow: 12px 0 36px rgba(109, 62, 71, .055);
}

.rail-logo {
  background: linear-gradient(145deg, #fff7ef, #ffe7df 58%, #ffd9d7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.94), 0 10px 25px rgba(221,128,122,.12);
}

.rail-nav {
  border-color: rgba(255,255,255,.1);
  background: linear-gradient(180deg, #54313d 0%, #6a3b48 52%, #4d2d38 100%);
  box-shadow: 0 18px 42px rgba(93, 49, 63, .18), inset 0 1px 0 rgba(255,255,255,.08);
}

.rail-action {
  color: #f5dde0;
}

.rail-action:hover,
.rail-action:focus-visible {
  color: #fff8f4;
  background: rgba(255, 226, 218, .12);
}

.rail-action.is-active {
  color: #5a303a;
  background: linear-gradient(145deg, #ffd8bd 0%, #ffada5 46%, #f58d92 100%);
  box-shadow: 0 8px 24px rgba(241, 118, 123, .3), inset 0 1px 0 rgba(255,255,255,.58);
}

.rail-bottom .rail-action {
  color: #936872;
  background: linear-gradient(145deg, #fff6ef, #ffe9e1);
  border-color: rgba(116,72,80,.09);
}

.custom-select-menu {
  max-height: min(430px, 66vh);
  overflow-y: auto;
  padding: 8px;
  border-color: rgba(118, 72, 80, .12);
  background: rgba(255, 251, 248, .97);
  box-shadow: 0 24px 65px rgba(89, 48, 61, .16);
  scrollbar-width: thin;
  scrollbar-color: #e9a5a3 transparent;
}

.custom-select-menu button {
  min-height: 62px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 11px;
  padding: 7px 9px;
  border-radius: 14px;
  text-align: left;
}

.custom-select-menu button::after {
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
}

.custom-select-menu button[aria-selected="true"] {
  background: linear-gradient(90deg, rgba(255, 232, 222, .86), rgba(255, 247, 243, .62));
}

.option-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.option-copy b {
  overflow: hidden;
  color: #563a43;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.option-copy small {
  overflow: hidden;
  color: #a07d84;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.option-icon-tile,
.filter-icon-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.option-icon-tile {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: white;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 7px 17px rgba(113,67,75,.13);
}

.option-icon-tile::before,
.filter-icon-tile::before {
  content: '';
  position: absolute;
  inset: -35%;
  z-index: -3;
  background: linear-gradient(135deg, var(--tone-a, #ffc0a6), var(--tone-b, #f48991), var(--tone-c, #eab0cb));
  background-size: 220% 220%;
  animation: peach-filter-gradient 6.8s ease-in-out infinite alternate;
}

.option-icon-tile::after,
.filter-icon-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 22% 25%, rgba(255,255,255,.48) 0 7%, transparent 8%), radial-gradient(circle at 72% 70%, rgba(255,255,255,.3) 0 9%, transparent 10%);
}

.option-icon-tile > span,
.filter-icon-tile > span {
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  animation: peach-filter-bubble 4.8s ease-in-out infinite alternate;
}

.option-icon-tile > span:first-of-type,
.filter-icon-tile > span:first-of-type { left: -3px; bottom: 4px; }
.option-icon-tile > span:last-of-type,
.filter-icon-tile > span:last-of-type { right: -5px; top: 2px; width: 21px; height: 21px; animation-delay: -1.7s; }
.option-icon-tile i,
.filter-icon-tile i { position: relative; z-index: 4; }

.tone-peach { --tone-a:#ffd5b8; --tone-b:#f49a90; --tone-c:#f6b7c8; }
.tone-coral { --tone-a:#ffb29f; --tone-b:#ef717e; --tone-c:#f29ab7; }
.tone-apricot { --tone-a:#ffd39d; --tone-b:#f59e72; --tone-c:#f9c3a2; }
.tone-berry { --tone-a:#f2a4bc; --tone-b:#c87397; --tone-c:#8f668d; }
.tone-grape { --tone-a:#c9a6df; --tone-b:#9d78c0; --tone-c:#725f9c; }
.tone-sky { --tone-a:#a9d8ee; --tone-b:#80b8db; --tone-c:#8d9fd2; }
.tone-rose { --tone-a:#ffc3cf; --tone-b:#ef91aa; --tone-c:#d786a9; }
.tone-mint { --tone-a:#bfe5cb; --tone-b:#80c5aa; --tone-c:#6fb6a7; }
.tone-sunset { --tone-a:#ffd09f; --tone-b:#f39a7d; --tone-c:#e57c8d; }
.tone-lime { --tone-a:#d7e8a8; --tone-b:#a8c878; --tone-c:#7dac80; }
.tone-aqua { --tone-a:#b8e4dd; --tone-b:#77c5c2; --tone-c:#6aaab8; }
.tone-plum { --tone-a:#c3a8c6; --tone-b:#8f718e; --tone-c:#65566f; }
.tone-ember { --tone-a:#ffc487; --tone-b:#e98b66; --tone-c:#bf655e; }
.tone-ocean { --tone-a:#abd8db; --tone-b:#6eb7c2; --tone-c:#668fb2; }
.tone-red { --tone-a:#ffaca3; --tone-b:#e76f78; --tone-c:#bc5c72; }
.tone-yellow { --tone-a:#ffe2a1; --tone-b:#f5bf70; --tone-c:#d79b69; }
.tone-violet { --tone-a:#d6b9ea; --tone-b:#ad8fd3; --tone-c:#8c78bc; }

@keyframes peach-filter-gradient {
  from { background-position: 0% 45%; transform: rotate(-4deg) scale(1.05); }
  to { background-position: 100% 55%; transform: rotate(4deg) scale(1.13); }
}

@keyframes peach-filter-bubble {
  from { transform: translate3d(0, 4px, 0) scale(.86); opacity: .45; }
  to { transform: translate3d(3px, -4px, 0) scale(1.12); opacity: .9; }
}

.catalog-backdrop.peach-fallback,
.catalog-portrait.peach-fallback,
.featured-lead-backdrop.peach-fallback,
.featured-lead-cover.peach-fallback,
.featured-mini > img.peach-fallback {
  object-fit: contain;
  padding: 18px;
  background: linear-gradient(135deg, #ffe8dc, #f8c8c5);
}

@media (prefers-reduced-motion: reduce) {
  .option-icon-tile::before,
  .filter-icon-tile::before,
  .option-icon-tile > span,
  .filter-icon-tile > span { animation: none; }
}


/* Peachy v14 */
.custom-select-menu.is-grid {
  width: min(760px, calc(100vw - 132px));
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
}
.custom-select.is-open .custom-select-menu.is-grid { display: grid; }
.custom-select.menu-align-left .custom-select-menu { left: 0; right: auto; transform: none; transform-origin: top left; }
.custom-select.menu-align-center .custom-select-menu { left: 50%; right: auto; transform: translateX(-50%) translateY(-5px); transform-origin: top center; }
.custom-select.menu-align-center.is-open .custom-select-menu { transform: translateX(-50%) translateY(0); }
.custom-select.menu-align-right .custom-select-menu { left: auto; right: 0; transform: none; transform-origin: top right; }
.custom-select-menu.is-grid button {
  min-width: 0;
  min-height: 72px;
  padding: 8px;
}
.custom-select-menu.is-grid .option-copy b,
.custom-select-menu.is-grid .option-copy small { overflow: hidden; text-overflow: ellipsis; }

.catalog-badge { left: 10px; right: auto; }
.catalog-quick-actions {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 5;
  display: flex;
  gap: 6px;
}
.catalog-quick-button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  color: white;
  background: rgba(47,31,37,.62);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.catalog-quick-button:hover { transform: translateY(-1px) scale(1.04); }
.catalog-quick-button.download {
  color: #5d3944;
  background: linear-gradient(145deg, #ffe0c4, #ff9f9f 58%, #f18a8a);
  border-color: rgba(255,255,255,.46);
}
.catalog-quick-button i { font-size: 13px; line-height: 1; }

.steam-app-state,
.library-state {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(116,72,80,.13);
  border-radius: 999px;
  background: rgba(255,249,244,.8);
  color: #76535d;
  box-shadow: 0 8px 22px rgba(108,65,72,.08);
  backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}
.steam-app-state i { color: #e47a79; }

.game-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(116,72,80,.11);
  border-radius: 24px;
  background: rgba(255,250,246,.7);
  box-shadow: 0 18px 54px rgba(110,65,74,.055);
}
.game-info-grid .game-stat {
  min-height: 92px;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border: 0;
  border-right: 1px solid rgba(116,72,80,.09);
  border-bottom: 1px solid rgba(116,72,80,.09);
  background: transparent;
}
.game-info-grid .game-stat:nth-child(2n) { border-right: 0; }
.game-info-grid .game-stat:nth-last-child(-n+2) { border-bottom: 0; }
.game-info-grid .game-stat-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff0e8, #ffd9d4);
  color: #cd7374;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 8px 20px rgba(191,104,107,.08);
}
.game-info-grid .game-stat-copy { min-width: 0; display: grid; gap: 4px; }
.game-info-grid .game-stat-copy small {
  color: #ad7f87;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.game-info-grid .game-stat-copy b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4f333d;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.25;
}
.provider-downloads-section { scroll-margin-top: 24px; }

@media (max-width: 900px) {
  .custom-select-menu.is-grid { width: min(620px, calc(100vw - 34px)); grid-template-columns: repeat(2,minmax(0,1fr)); }
  .custom-select.menu-align-center .custom-select-menu { left: 0; transform: none; }
  .custom-select.menu-align-center.is-open .custom-select-menu { transform: none; }
}
@media (max-width: 620px) {
  .custom-select-menu.is-grid { width: min(360px, calc(100vw - 24px)); grid-template-columns: 1fr; }
  .custom-select.menu-align-right .custom-select-menu,
  .custom-select.menu-align-center .custom-select-menu,
  .custom-select.menu-align-left .custom-select-menu { left: 0; right: auto; transform: none; }
  .game-info-grid { grid-template-columns: 1fr; }
  .game-info-grid .game-stat,
  .game-info-grid .game-stat:nth-child(2n),
  .game-info-grid .game-stat:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(116,72,80,.09); }
  .game-info-grid .game-stat:last-child { border-bottom: 0; }
}


/* Peachy v15 */
.custom-select.is-multi .custom-select-menu button {
  grid-template-columns: 44px minmax(0, 1fr) 42px;
}

.custom-select.is-multi .custom-select-menu button::after {
  display: none;
  content: none;
}

.custom-select:not(.is-multi) .custom-select-menu button::after {
  width: 18px;
  height: 18px;
  display: block;
  content: '';
  border: 1px solid rgba(121, 76, 86, .13);
  border-radius: 7px;
  background: rgba(255, 245, 239, .78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.custom-select:not(.is-multi) .custom-select-menu button[aria-selected="true"]::after {
  border-color: rgba(226, 118, 120, .3);
  background:
    radial-gradient(circle at 50% 50%, #fff 0 20%, transparent 22%),
    linear-gradient(135deg, #ffc9ad, #f58b91 62%, #e77d88);
  box-shadow: 0 5px 13px rgba(220, 111, 117, .2), inset 0 1px 0 rgba(255,255,255,.65);
}

.option-bool,
.filter-bool {
  position: relative;
  width: 38px;
  height: 25px;
  display: inline-block;
  flex: 0 0 38px;
  overflow: hidden;
  border: 1px solid rgba(125, 80, 89, .12);
  border-radius: 999px;
  background: linear-gradient(145deg, #f6e9e4, #fff6f1);
  box-shadow: inset 0 2px 5px rgba(89, 51, 60, .06), 0 1px 0 rgba(255,255,255,.75);
  isolation: isolate;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.option-bool {
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
}

.option-bool::before,
.filter-bool::before {
  content: '';
  position: absolute;
  inset: -60%;
  z-index: -3;
  opacity: 0;
  background: conic-gradient(from 30deg, #ffd6b6, #ff9c9f, #ef7f91, #ffc493, #ffd6b6);
  transition: opacity .22s ease;
}

.option-bool::after,
.filter-bool::after {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: -2;
  border-radius: inherit;
  background: rgba(255,255,255,.12);
}

.option-bool-knob,
.filter-bool-knob {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 17px;
  height: 17px;
  z-index: 4;
  border-radius: 50%;
  background: #fffaf7;
  box-shadow: 0 3px 9px rgba(83, 46, 56, .18), inset 0 1px 0 white;
  transition: transform .24s cubic-bezier(.2,.8,.2,1), background .2s ease;
}

.option-bool-bubble,
.filter-bool-bubble {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.52);
  opacity: 0;
  pointer-events: none;
}

.option-bool-bubble.one,
.filter-bool-bubble.one { left: 5px; bottom: -7px; }
.option-bool-bubble.two,
.filter-bool-bubble.two { left: 17px; bottom: -9px; width: 5px; height: 5px; animation-delay: -1.1s; }

.custom-select.is-multi .custom-select-menu button[aria-selected="true"] .option-bool,
.filter-toggle input:checked + .filter-bool {
  border-color: rgba(224, 113, 116, .28);
  background: linear-gradient(135deg, #ffbea7, #f78d94 56%, #e98391);
  box-shadow: 0 7px 18px rgba(225, 111, 118, .22), inset 0 1px 0 rgba(255,255,255,.5);
}

.custom-select.is-multi .custom-select-menu button[aria-selected="true"] .option-bool::before,
.filter-toggle input:checked + .filter-bool::before {
  opacity: 1;
  animation: peach-bool-flow 3.6s linear infinite;
}

.custom-select.is-multi .custom-select-menu button[aria-selected="true"] .option-bool-knob,
.filter-toggle input:checked + .filter-bool .filter-bool-knob {
  transform: translateX(13px);
  background: #fff;
}

.custom-select.is-multi .custom-select-menu button[aria-selected="true"] .option-bool-bubble,
.filter-toggle input:checked + .filter-bool .filter-bool-bubble {
  opacity: .8;
  animation: peach-bool-bubble 2.25s ease-in infinite;
}

.filter-toggle .filter-bool {
  flex: 0 0 38px;
}

.filter-toggle.active-filter {
  border-color: rgba(225, 126, 123, .24);
  background: #fff0ea;
}

@keyframes peach-bool-flow {
  to { transform: rotate(360deg); }
}

@keyframes peach-bool-bubble {
  0% { transform: translateY(0) scale(.65); opacity: 0; }
  18% { opacity: .78; }
  72% { opacity: .6; }
  100% { transform: translateY(-31px) translateX(5px) scale(1.12); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .custom-select.is-multi .custom-select-menu button[aria-selected="true"] .option-bool::before,
  .filter-toggle input:checked + .filter-bool::before,
  .custom-select.is-multi .custom-select-menu button[aria-selected="true"] .option-bool-bubble,
  .filter-toggle input:checked + .filter-bool .filter-bool-bubble { animation: none; }
}


/* Peachy v16 */
:root[data-theme="dark"] {
  --ink: #f7e9e6;
  --muted: #c7aeb2;
  --cream: #241a20;
  --cream-2: #2c2027;
  --line: rgba(255, 222, 217, .12);
  --dark: #160f13;
}

:root[data-theme="dark"] body,
:root[data-theme="dark"] .home-page,
:root[data-theme="dark"] .detail-page { background: #21171d; color: var(--ink); }
:root[data-theme="dark"] .catalog-section { background: linear-gradient(180deg, rgba(52,34,41,.82), rgba(33,23,29,.98) 190px, #21171d 100%); border-top-color: rgba(255,222,217,.08); }
:root[data-theme="dark"] .catalog-controls,
:root[data-theme="dark"] .searchbox,
:root[data-theme="dark"] .custom-select-trigger,
:root[data-theme="dark"] .filter-toggle,
:root[data-theme="dark"] .reset-filters,
:root[data-theme="dark"] .catalog-card,
:root[data-theme="dark"] .catalog-pill { background: rgba(48,34,41,.9); border-color: rgba(255,222,217,.1); color: var(--ink); }
:root[data-theme="dark"] .catalog-search { background: #2a1e24; }
:root[data-theme="dark"] .custom-select-menu { background: rgba(39,27,33,.98); border-color: rgba(255,222,217,.12); box-shadow: 0 24px 65px rgba(0,0,0,.28); }
:root[data-theme="dark"] .custom-select-menu button { color: var(--ink); }
:root[data-theme="dark"] .custom-select-menu button[aria-selected="true"] { background: linear-gradient(90deg, rgba(157,91,91,.28), rgba(71,48,57,.55)); }
:root[data-theme="dark"] .active-summary,
:root[data-theme="dark"] .catalog-card-body p,
:root[data-theme="dark"] .custom-select-copy small,
:root[data-theme="dark"] .filter-toggle small { color: var(--muted); }
:root[data-theme="dark"] .catalog-card-body h3,
:root[data-theme="dark"] .custom-select-copy b,
:root[data-theme="dark"] .filter-toggle b,
:root[data-theme="dark"] .searchbox input { color: var(--ink); }
:root[data-theme="dark"] .peachy-rail { background: linear-gradient(180deg, rgba(47,34,40,.98), rgba(39,28,34,.98)); border-right-color: rgba(255,222,217,.08); }
:root[data-theme="dark"] .rail-logo { background: linear-gradient(145deg, #3c2a30, #493037 58%, #55343b); }
:root[data-theme="dark"] .rail-nav { background: linear-gradient(180deg, #4b333b, #563842 52%, #463039); }
:root[data-theme="dark"] .rail-action { color: #ead4d5; }
:root[data-theme="dark"] .rail-bottom .rail-action { color: #e5c7ca; background: #38262d; border-color: rgba(255,222,217,.08); }
:root[data-theme="dark"] .featured-showcase,
:root[data-theme="dark"] .featured-side { color: var(--ink); }
:root[data-theme="dark"] .game-details-section,
:root[data-theme="dark"] .about-band { background: #21171d; color: var(--ink); }
:root[data-theme="dark"] .peach-game-hero-wash { background: linear-gradient(90deg, rgba(28,18,23,.96), rgba(28,18,23,.78) 51%, rgba(28,18,23,.36)); }
:root[data-theme="dark"] .game-stat,
:root[data-theme="dark"] .provider-downloads-section,
:root[data-theme="dark"] .rotating-gallery { border-color: rgba(255,222,217,.1); }
:root[data-theme="dark"] .peach-gallery-section { background: #2a1d23; }
:root[data-theme="dark"] .steam-description { color: #d6bec2; }

.peachy-rail {
  background: linear-gradient(180deg, rgba(255,251,248,.985), rgba(255,244,239,.975));
  box-shadow: 12px 0 32px rgba(152, 94, 101, .045);
}
.rail-nav {
  border-color: rgba(178,114,122,.1);
  background: linear-gradient(180deg, #9e6e79 0%, #ad7680 50%, #986873 100%);
  box-shadow: 0 16px 34px rgba(151,91,103,.14), inset 0 1px 0 rgba(255,255,255,.15);
}
.rail-action { color: #fff1ef; }
.rail-action:hover,
.rail-action:focus-visible { color: white; background: rgba(255,245,240,.16); }
.rail-action.is-active {
  color: #633d47;
  background: linear-gradient(145deg, #ffe2cc 0%, #ffb8ad 48%, #f7a0a4 100%);
  box-shadow: 0 7px 20px rgba(225,125,128,.22), inset 0 1px 0 rgba(255,255,255,.62);
}
.rail-logo { cursor: pointer; border: 0; }
.rail-logo.is-open { box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 0 0 3px rgba(244,159,151,.18), 0 12px 28px rgba(219,127,122,.15); }

.rail-settings-panel {
  position: absolute;
  left: 82px;
  top: 18px;
  width: min(340px, calc(100vw - 110px));
  z-index: 12;
  padding: 16px;
  border: 1px solid rgba(116,72,80,.11);
  border-radius: 24px;
  background: rgba(255,250,247,.985);
  box-shadow: 0 24px 70px rgba(105,61,72,.18);
  backdrop-filter: blur(24px);
  max-height: min(70vh, 520px);
  overflow: auto;
  overscroll-behavior: contain;
  opacity: 0;
  transform: translateX(-8px) scale(.985);
  transform-origin: top left;
  transition: opacity .16s ease, transform .16s ease;
}
.rail-settings-panel.is-open { opacity: 1; transform: translateX(0) scale(1); }
.settings-panel-head { display: flex; align-items: center; gap: 11px; padding: 2px 2px 14px; border-bottom: 1px solid var(--line); }
.settings-panel-head > div { display: grid; gap: 2px; }
.settings-panel-head b { font-weight: 400; font-size: 17px; }
.settings-panel-head small { color: var(--muted); font-size: 11px; }
.settings-peach { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg,#fff0e8,#ffdcd7); }
.settings-peach img { width: 31px; height: 31px; object-fit: contain; }
.settings-group { display: grid; gap: 9px; padding-top: 14px; }
.settings-label { display: inline-flex; align-items: center; gap: 7px; color: #9a7179; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.settings-segments { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; padding: 5px; border-radius: 16px; background: #f8ebe6; }
.settings-segments button { min-width: 0; height: 62px; display: grid; place-items: center; gap: 3px; border-radius: 12px; color: #87616a; background: transparent; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.settings-segments button i { font-size: 17px; }
.settings-segments button span { font-size: 11px; }
.settings-segments button:hover { background: rgba(255,255,255,.65); }
.settings-segments button.is-active { color: #613b46; background: linear-gradient(145deg,#fff6ef,#ffdcd4); box-shadow: 0 8px 18px rgba(170,93,101,.11); }
.content-safety-row { min-height: 62px; display: grid; grid-template-columns: 40px minmax(0,1fr) 20px; align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid rgba(116,72,80,.09); border-radius: 15px; background: rgba(255,247,243,.82); }
.content-safety-row > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.content-safety-row b { font-weight: 400; font-size: 12px; }
.content-safety-row small { color: var(--muted); font-size: 10px; line-height: 1.3; }
.content-safety-row > i { color: #ae8088; }
.content-safety-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #9c6972; background: linear-gradient(145deg,#ffe1d5,#ffc3be); }
:root[data-theme="dark"] .rail-settings-panel { background: rgba(43,30,36,.985); border-color: rgba(255,222,217,.1); box-shadow: 0 24px 70px rgba(0,0,0,.34); }
:root[data-theme="dark"] .settings-segments { background: #38262e; }
:root[data-theme="dark"] .settings-segments button { color: #d9bec2; }
:root[data-theme="dark"] .settings-segments button.is-active { color: #fff3ef; background: linear-gradient(145deg,#5a3942,#744750); }
:root[data-theme="dark"] .content-safety-row { background: #34242b; border-color: rgba(255,222,217,.08); }

.option-bool.just-enabled,
.filter-bool.just-enabled,
.settings-segments button.just-enabled {
  animation: peach-enable-pop .7s cubic-bezier(.18,.85,.22,1);
}
.option-bool.just-enabled::after,
.filter-bool.just-enabled::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 999px;
  border: 2px solid rgba(245,139,143,.42);
  animation: peach-enable-ring .7s ease-out forwards;
  pointer-events: none;
}
.option-bool.just-enabled .option-bool-bubble,
.filter-bool.just-enabled .filter-bool-bubble { animation-duration: .82s !important; }
@keyframes peach-enable-pop {
  0% { transform: scale(.86); }
  42% { transform: scale(1.16); }
  72% { transform: scale(.97); }
  100% { transform: scale(1); }
}
@keyframes peach-enable-ring {
  0% { opacity: .9; transform: scale(.82); }
  100% { opacity: 0; transform: scale(1.42); }
}
.game-grid.is-refreshing { opacity: .68; filter: saturate(.9); pointer-events: none; transition: opacity .16s ease; }

@media (max-width: 760px) {
  .rail-settings-panel { position: fixed; left: 14px; right: 14px; top: auto; bottom: 92px; width: auto; transform-origin: bottom center; }
}

@media (prefers-reduced-motion: reduce) {
  .option-bool.just-enabled,
  .filter-bool.just-enabled,
  .settings-segments button.just-enabled,
  .option-bool.just-enabled::after,
  .filter-bool.just-enabled::after { animation: none; }
}


/* Peachy v18 */
.quick-download-menu {
  position: relative;
  display: inline-flex;
  z-index: 35;
}
.quick-download-trigger {
  position: relative;
  z-index: 2;
}
.quick-download-trigger.is-loading {
  opacity: .82;
}
.quick-download-chevron {
  margin-left: 1px;
  transition: transform .18s ease;
}
.quick-download-menu.is-open .quick-download-chevron {
  transform: rotate(180deg);
}
.quick-download-popover {
  position: fixed;
  left: 14px;
  top: 14px;
  width: min(330px, calc(100vw - 28px));
  z-index: 80;
  padding: 10px;
  border: 1px solid rgba(116,72,80,.12);
  border-radius: 20px;
  background: rgba(255,250,247,.98);
  box-shadow: 0 24px 62px rgba(88,49,59,.2);
  backdrop-filter: blur(24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(.985);
  transform-origin: top center;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.quick-download-menu:hover .quick-download-popover,
.quick-download-menu:focus-within .quick-download-popover,
.quick-download-menu.is-open .quick-download-popover,
.quick-download-popover.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.quick-download-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 5px 10px;
  border-bottom: 1px solid var(--line);
}
.quick-download-head span {
  color: #5d4049;
  font-size: 12px;
}
.quick-download-head small {
  color: #a47d84;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.quick-download-list {
  display: grid;
  gap: 5px;
  padding-top: 7px;
}
.quick-download-provider {
  min-height: 58px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) 20px;
  align-items: center;
  gap: 10px;
  padding: 8px 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #60454e;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.quick-download-provider:hover,
.quick-download-provider:focus-visible {
  border-color: rgba(222,121,121,.16);
  background: #fff0e9;
  transform: translateX(2px);
  outline: none;
}
.quick-download-provider-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg,#ffbd9d,#ef8987 58%,#d96f82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 7px 17px rgba(191,98,102,.16);
}
.quick-download-provider > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.quick-download-provider b {
  overflow: hidden;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick-download-provider small {
  overflow: hidden;
  color: #a47d84;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick-download-provider > i {
  color: #c48184;
  font-size: 11px;
}
.quick-download-empty {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  color: #a47d84;
  font-size: 10px;
  text-align: center;
}

.quick-download-popover[data-side="above"] {
  transform: translateY(6px) scale(.985);
  transform-origin: bottom center;
}
.quick-download-menu:hover .quick-download-popover[data-side="above"],
.quick-download-menu:focus-within .quick-download-popover[data-side="above"],
.quick-download-menu.is-open .quick-download-popover[data-side="above"],
.quick-download-popover.is-open[data-side="above"] {
  transform: translateY(0) scale(1);
}

.featured-mini > img.peach-fallback {
  object-fit: contain;
  padding: 22px;
  background: linear-gradient(135deg,#ffe9df,#f8cfca);
}

:root[data-theme="dark"] {
  --ink: #f8eeee;
  --muted: #ad959c;
  --cream: #100c0f;
  --cream-2: #171116;
  --line: rgba(255, 218, 213, .09);
  --dark: #090709;
  color-scheme: dark;
}
:root[data-theme="dark"] html,
:root[data-theme="dark"] body,
:root[data-theme="dark"] .home-page,
:root[data-theme="dark"] .detail-page {
  background: #0d090c;
  color: var(--ink);
}
:root[data-theme="dark"] body::selection {
  background: rgba(238,129,132,.38);
  color: #fff6f3;
}
:root[data-theme="dark"] .ambient {
  opacity: .1;
  filter: blur(90px) saturate(.7);
}
:root[data-theme="dark"] .ambient-one { background: #7d3942; }
:root[data-theme="dark"] .ambient-two { background: #562f4d; }
:root[data-theme="dark"] .catalog-section {
  background: linear-gradient(180deg, #120d11 0%, #0d090c 210px, #0d090c 100%);
  border-top-color: var(--line);
}
:root[data-theme="dark"] .catalog-controls {
  background: rgba(20,14,18,.96);
  border-color: rgba(255,218,213,.08);
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
}
:root[data-theme="dark"] .catalog-search,
:root[data-theme="dark"] .searchbox,
:root[data-theme="dark"] .custom-select-trigger,
:root[data-theme="dark"] .filter-toggle,
:root[data-theme="dark"] .reset-filters,
:root[data-theme="dark"] .catalog-pill {
  background: #171116;
  border-color: rgba(255,218,213,.08);
  color: var(--ink);
}
:root[data-theme="dark"] .searchbox:focus-within,
:root[data-theme="dark"] .custom-select.is-open .custom-select-trigger,
:root[data-theme="dark"] .filter-toggle:hover,
:root[data-theme="dark"] .reset-filters:hover {
  background: #1d151a;
  border-color: rgba(239,132,134,.22);
  box-shadow: 0 0 0 3px rgba(239,132,134,.07);
}
:root[data-theme="dark"] .searchbox i,
:root[data-theme="dark"] .custom-select-chevron,
:root[data-theme="dark"] .reset-filters,
:root[data-theme="dark"] .catalog-pill,
:root[data-theme="dark"] .active-summary,
:root[data-theme="dark"] .loading-row { color: #b49aa1; }
:root[data-theme="dark"] .searchbox input,
:root[data-theme="dark"] .custom-select-copy b,
:root[data-theme="dark"] .filter-toggle b,
:root[data-theme="dark"] .catalog-heading h2,
:root[data-theme="dark"] .settings-panel-head b { color: #f8eeee; }
:root[data-theme="dark"] .searchbox input::placeholder,
:root[data-theme="dark"] .custom-select-copy small,
:root[data-theme="dark"] .filter-toggle small,
:root[data-theme="dark"] .settings-panel-head small { color: #9d858d; }
:root[data-theme="dark"] .custom-select-menu {
  background: rgba(17,12,15,.99);
  border-color: rgba(255,218,213,.09);
  box-shadow: 0 28px 78px rgba(0,0,0,.55);
  scrollbar-color: #7f4d55 transparent;
}
:root[data-theme="dark"] .custom-select-menu button {
  color: #f1e4e4;
}
:root[data-theme="dark"] .custom-select-menu button:hover,
:root[data-theme="dark"] .custom-select-menu button:focus-visible {
  background: #21171d;
}
:root[data-theme="dark"] .custom-select-menu button[aria-selected="true"] {
  background: linear-gradient(100deg, rgba(145,75,83,.26), rgba(29,20,25,.96));
}
:root[data-theme="dark"] .option-copy b { color: #efe1e2; }
:root[data-theme="dark"] .option-copy small { color: #a98f96; }
:root[data-theme="dark"] .option-bool,
:root[data-theme="dark"] .filter-bool {
  border-color: rgba(255,218,213,.09);
  background: linear-gradient(145deg,#21171c,#151014);
  box-shadow: inset 0 2px 5px rgba(0,0,0,.35);
}
:root[data-theme="dark"] .option-bool-knob,
:root[data-theme="dark"] .filter-bool-knob { background: #d6c5c7; box-shadow: 0 3px 10px rgba(0,0,0,.4); }
:root[data-theme="dark"] .custom-select.is-multi .custom-select-menu button[aria-selected="true"] .option-bool,
:root[data-theme="dark"] .filter-toggle input:checked + .filter-bool {
  background: linear-gradient(135deg,#a85562,#d27176 56%,#b35b70);
  border-color: rgba(255,173,170,.28);
  box-shadow: 0 6px 18px rgba(134,55,68,.24), inset 0 1px 0 rgba(255,255,255,.12);
}
:root[data-theme="dark"] .filter-toggle.active-filter {
  background: #20151a;
  border-color: rgba(232,125,128,.2);
}
:root[data-theme="dark"] .catalog-card {
  background: #141014;
  border-color: rgba(255,218,213,.07);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
:root[data-theme="dark"] .catalog-card:hover,
:root[data-theme="dark"] .catalog-card:focus-visible {
  border-color: rgba(230,123,128,.25);
  box-shadow: 0 18px 42px rgba(0,0,0,.35);
}
:root[data-theme="dark"] .catalog-card-body h3 { color: #f2e5e6; }
:root[data-theme="dark"] .catalog-card-body p,
:root[data-theme="dark"] .card-price { color: #aa9299; }
:root[data-theme="dark"] .catalog-tags span {
  color: #c8afb4;
  background: #1d161a;
  border-color: rgba(255,218,213,.07);
}
:root[data-theme="dark"] .catalog-card-visual,
:root[data-theme="dark"] .portrait-wrap { background: #21181d; }
:root[data-theme="dark"] .catalog-backdrop.peach-fallback,
:root[data-theme="dark"] .catalog-portrait.peach-fallback,
:root[data-theme="dark"] .featured-lead-backdrop.peach-fallback,
:root[data-theme="dark"] .featured-lead-cover.peach-fallback,
:root[data-theme="dark"] .featured-mini > img.peach-fallback {
  background: linear-gradient(135deg,#161014,#2b1a21);
}
:root[data-theme="dark"] .featured-mini > img.peach-fallback {
  object-fit: contain;
  padding: 22px;
  background: radial-gradient(circle at 50% 45%, #3a222b 0%, #21151b 58%, #130e12 100%);
}

:root[data-theme="dark"] .featured-showcase { color: var(--ink); }
:root[data-theme="dark"] .featured-side {
  color: var(--ink);
  background: #141014;
  border-color: rgba(255,218,213,.07);
  box-shadow: 0 18px 48px rgba(0,0,0,.26);
}
:root[data-theme="dark"] .featured-side-heading span { color: #f2e5e6; }
:root[data-theme="dark"] .featured-side-heading small { color: #a89096; }
:root[data-theme="dark"] .featured-mini {
  border-color: rgba(255,218,213,.06);
  background: #171116;
}
:root[data-theme="dark"] .featured-mini:hover,
:root[data-theme="dark"] .featured-mini:focus-visible,
:root[data-theme="dark"] .featured-mini.active {
  border-color: rgba(236,131,132,.25);
  box-shadow: 0 10px 30px rgba(0,0,0,.32);
}
:root[data-theme="dark"] .featured-mini.active::after { background: transparent; border-color: rgba(241,145,145,.78); }
:root[data-theme="dark"] .peachy-rail {
  background: linear-gradient(180deg,#151015,#100c0f);
  border-right-color: rgba(255,218,213,.06);
  box-shadow: 12px 0 36px rgba(0,0,0,.18);
}
:root[data-theme="dark"] .rail-logo {
  background: linear-gradient(145deg,#21171b,#2c1c22 58%,#3a2229);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 10px 25px rgba(0,0,0,.22);
}
:root[data-theme="dark"] .rail-logo.is-open {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 0 0 3px rgba(231,126,128,.12), 0 12px 28px rgba(0,0,0,.28);
}
:root[data-theme="dark"] .rail-nav {
  border-color: rgba(255,218,213,.07);
  background: linear-gradient(180deg,#3b252d,#472a33 52%,#342129);
  box-shadow: 0 16px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
}
:root[data-theme="dark"] .rail-action { color: #d9c4c8; }
:root[data-theme="dark"] .rail-action:hover,
:root[data-theme="dark"] .rail-action:focus-visible { color: #fff2ef; background: rgba(255,226,218,.08); }
:root[data-theme="dark"] .rail-action.is-active {
  color: #fff5f1;
  background: linear-gradient(145deg,#9d5960,#c47172 50%,#9f4e62);
  box-shadow: 0 7px 20px rgba(91,32,45,.35), inset 0 1px 0 rgba(255,255,255,.14);
}
:root[data-theme="dark"] .rail-bottom .rail-action {
  color: #ccb4b9;
  background: #1b1318;
  border-color: rgba(255,218,213,.07);
}
:root[data-theme="dark"] .rail-settings-panel {
  background: rgba(16,12,15,.99);
  border-color: rgba(255,218,213,.08);
  box-shadow: 0 26px 76px rgba(0,0,0,.58);
}
:root[data-theme="dark"] .settings-panel-head,
:root[data-theme="dark"] .quick-download-head { border-color: rgba(255,218,213,.08); }
:root[data-theme="dark"] .settings-peach { background: linear-gradient(145deg,#27181f,#4a2932); }
:root[data-theme="dark"] .settings-label { color: #b79ca3; }
:root[data-theme="dark"] .settings-segments { background: #1b1318; }
:root[data-theme="dark"] .settings-segments button { color: #bda4aa; }
:root[data-theme="dark"] .settings-segments button:hover { background: #261a20; }
:root[data-theme="dark"] .settings-segments button.is-active {
  color: #fff2ef;
  background: linear-gradient(145deg,#512f38,#75424b);
  box-shadow: 0 8px 20px rgba(0,0,0,.24);
}
:root[data-theme="dark"] .content-safety-row {
  background: #171116;
  border-color: rgba(255,218,213,.07);
}
:root[data-theme="dark"] .content-safety-icon { color: #e0b9bd; background: linear-gradient(145deg,#482833,#673541); }
:root[data-theme="dark"] .content-safety-row b { color: #eadbdd; }
:root[data-theme="dark"] .content-safety-row small,
:root[data-theme="dark"] .content-safety-row > i { color: #a78d94; }
:root[data-theme="dark"] .server-error {
  background: #1b1217;
  border-color: rgba(225,113,115,.17);
  color: #d29fa4;
}
:root[data-theme="dark"] .server-error button { background: #261920; border-color: rgba(255,218,213,.08); color: #f2e6e6; }

:root[data-theme="dark"] .detail-page .game-topbar {
  color: #f3e7e7;
}
:root[data-theme="dark"] .detail-page .dark-brand,
:root[data-theme="dark"] .detail-page .dark-link { color: #f3e7e7; }
:root[data-theme="dark"] .detail-page .dark-link:hover { color: #ffaaa2; }
:root[data-theme="dark"] .peach-game-hero {
  background: #0e0a0d;
  color: #f7ecec;
}
:root[data-theme="dark"] .peach-game-hero-image { filter: saturate(.68) brightness(.44) contrast(1.08); }
:root[data-theme="dark"] .peach-game-hero-wash {
  background:
    linear-gradient(90deg, rgba(10,7,9,.995) 0%, rgba(10,7,9,.97) 34%, rgba(12,8,10,.83) 60%, rgba(12,8,10,.5) 79%, rgba(12,8,10,.3) 100%),
    linear-gradient(180deg, rgba(10,7,9,.65) 0%, rgba(10,7,9,.06) 42%, rgba(10,7,9,.94) 100%);
}
:root[data-theme="dark"] .peach-game-hero h1 { color: #fff3f0; }
:root[data-theme="dark"] .peach-game-kicker { color: #d89da2; }
:root[data-theme="dark"] .hero-soft-tags span,
:root[data-theme="dark"] .steam-app-state,
:root[data-theme="dark"] .library-state {
  background: rgba(22,15,19,.84);
  color: #d7bec2;
  border-color: rgba(255,218,213,.09);
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
}
:root[data-theme="dark"] .detail-page .library-state.in-library {
  color: #bdd4b8;
  background: rgba(53,75,50,.65);
  border-color: rgba(163,201,153,.12);
}
:root[data-theme="dark"] .detail-page .library-state.partial {
  color: #ddb58e;
  background: rgba(79,52,34,.68);
  border-color: rgba(221,174,127,.12);
}
:root[data-theme="dark"] .detail-page .library-state.not-library { color: #bd9da3; background: rgba(24,16,20,.82); }
:root[data-theme="dark"] .peach-game-hero-copy > p { color: #c5afb4; }
:root[data-theme="dark"] .peach-outline-button,
:root[data-theme="dark"] .peach-retry-button {
  color: #e4d3d5;
  background: rgba(20,14,18,.84);
  border-color: rgba(255,218,213,.09);
}
:root[data-theme="dark"] .peach-outline-button:hover,
:root[data-theme="dark"] .peach-retry-button:hover {
  color: #fff3f0;
  background: #24181e;
  border-color: rgba(239,130,132,.2);
}
:root[data-theme="dark"] .hero-mini-meta { border-color: rgba(255,218,213,.08); }
:root[data-theme="dark"] .hero-mini-meta span + span { border-color: rgba(255,218,213,.07); }
:root[data-theme="dark"] .hero-mini-meta small,
:root[data-theme="dark"] .peach-cover-footer small { color: #a98f96; }
:root[data-theme="dark"] .hero-mini-meta b,
:root[data-theme="dark"] .peach-cover-footer b { color: #e4d6d8; }
:root[data-theme="dark"] .peach-game-cover {
  background: #1b1318;
  border-color: rgba(31,22,27,.92);
  box-shadow: 0 30px 80px rgba(0,0,0,.48);
}
:root[data-theme="dark"] .peach-cover-footer span {
  background: rgba(19,13,17,.9);
  border-color: rgba(255,218,213,.07);
}
:root[data-theme="dark"] .game-details-section,
:root[data-theme="dark"] .peach-about-section,
:root[data-theme="dark"] .peach-gallery-section,
:root[data-theme="dark"] .peach-requirements-section {
  color: #f3e7e8;
  border-color: rgba(255,218,213,.06);
}
:root[data-theme="dark"] .game-details-section { background: #0f0b0e; }
:root[data-theme="dark"] .peach-about-section { background: #120d11; }
:root[data-theme="dark"] .peach-gallery-section { background: #0d090c; }
:root[data-theme="dark"] .peach-requirements-section { background: #100b0f; }
:root[data-theme="dark"] .peach-section-heading h2,
:root[data-theme="dark"] .provider-downloads-heading h3,
:root[data-theme="dark"] .peach-about-title h2 { color: #f6e9e9; }
:root[data-theme="dark"] .eyebrow { color: #df8d91; }
:root[data-theme="dark"] .game-info-grid {
  background: #151014;
  border-color: rgba(255,218,213,.07);
  box-shadow: 0 18px 55px rgba(0,0,0,.24);
}
:root[data-theme="dark"] .game-info-grid .game-stat {
  border-color: rgba(255,218,213,.06);
  background: transparent;
}
:root[data-theme="dark"] .game-info-grid .game-stat-icon {
  color: #e3a5a6;
  background: linear-gradient(145deg,#2c1b22,#4a2832);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 20px rgba(0,0,0,.2);
}
:root[data-theme="dark"] .game-info-grid .game-stat-copy small { color: #a98f96; }
:root[data-theme="dark"] .game-info-grid .game-stat-copy b { color: #efe2e3; }
:root[data-theme="dark"] .peach-category-tags span {
  background: #1c1419;
  color: #c9afb5;
  border-color: rgba(255,218,213,.07);
}
:root[data-theme="dark"] .provider-downloads-section { border-color: rgba(255,218,213,.08); }
:root[data-theme="dark"] .provider-downloads-heading > span,
:root[data-theme="dark"] .download-provider-name small { color: #a48b92; }
:root[data-theme="dark"] .provider-download-results,
:root[data-theme="dark"] .download-provider-row { border-color: rgba(255,218,213,.07); }
:root[data-theme="dark"] .download-provider-name b { color: #ebdddf; }
:root[data-theme="dark"] .download-host {
  background: #1a1317;
  color: #c7afb4;
  border-color: rgba(255,218,213,.07);
}
:root[data-theme="dark"] .download-host.muted { background: #120e11; color: #917c82; }
:root[data-theme="dark"] .download-host.direct-text { background: #321d23; color: #eba5a1; border-color: rgba(236,130,131,.15); }
:root[data-theme="dark"] .provider-check-state.peach-state { color: #aa9198; }
:root[data-theme="dark"] .steam-description,
:root[data-theme="dark"] .peach-description { color: #cbb6ba; }
:root[data-theme="dark"] .rotating-gallery,
:root[data-theme="dark"] .gallery-stage {
  background: #090709;
  border-color: rgba(255,218,213,.07);
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
:root[data-theme="dark"] .gallery-counter,
:root[data-theme="dark"] .gallery-prev,
:root[data-theme="dark"] .gallery-next {
  background: rgba(12,8,10,.78);
  color: #f3e6e6;
  border-color: rgba(255,218,213,.08);
}
:root[data-theme="dark"] .gallery-dot { background: #38262d; }
:root[data-theme="dark"] .gallery-dot.active { background: #e77d7f; }
:root[data-theme="dark"] .peach-requirement {
  color: #cab6ba;
  border-color: rgba(255,218,213,.07);
}
:root[data-theme="dark"] .peach-requirement > span { color: #efb0ad; }
:root[data-theme="dark"] .lightbox { background: rgba(6,4,5,.97); }
:root[data-theme="dark"] .lightbox button { background: rgba(33,23,28,.88); border: 1px solid rgba(255,218,213,.08); }
:root[data-theme="dark"] .quick-download-popover {
  background: rgba(14,10,12,.99);
  border-color: rgba(255,218,213,.08);
  box-shadow: 0 28px 76px rgba(0,0,0,.58);
}
:root[data-theme="dark"] .quick-download-head span,
:root[data-theme="dark"] .quick-download-provider { color: #ebdddf; }
:root[data-theme="dark"] .quick-download-head small,
:root[data-theme="dark"] .quick-download-provider small,
:root[data-theme="dark"] .quick-download-empty { color: #a48b92; }
:root[data-theme="dark"] .quick-download-provider:hover,
:root[data-theme="dark"] .quick-download-provider:focus-visible {
  background: #21161b;
  border-color: rgba(235,127,130,.15);
}
:root[data-theme="dark"] .quick-download-provider > i { color: #d28f92; }

@media (max-width: 720px) {
  .quick-download-menu { width: 100%; }
  .quick-download-trigger { width: 100%; }
  .quick-download-popover { max-height: min(62vh, 430px); overflow: auto; }
}
:root[data-theme="dark"] .card-live-players,
:root[data-theme="dark"] .gallery-heading p,
:root[data-theme="dark"] .provider-downloads-heading > span { color: #9f878e; }
:root[data-theme="dark"] .peach-requirement strong { color: #e7d8da; }
:root[data-theme="dark"] .peach-shot { background: #171014; }
:root[data-theme="dark"] .catalog-quick-button.share {
  background: rgba(11,8,10,.78);
  border-color: rgba(255,218,213,.12);
}
:root[data-theme="dark"] .catalog-quick-button.download {
  color: #fff0ec;
  background: linear-gradient(145deg,#6c3942,#a4545c 58%,#bd6369);
  border-color: rgba(255,218,213,.12);
}
:root[data-theme="dark"] .featured-live {
  background: rgba(12,8,10,.76);
  border-color: rgba(255,218,213,.1);
  color: #ffe9e5;
}
:root[data-theme="dark"] .featured-open-button {
  background: rgba(18,12,15,.86);
  border-color: rgba(255,218,213,.1);
  color: #fff0ed;
}
:root[data-theme="dark"] .popular-hero-dots button,
:root[data-theme="dark"] .gallery-dots button { background: rgba(255,218,213,.15); }
:root[data-theme="dark"] .popular-hero-dots button.active,
:root[data-theme="dark"] .gallery-dots button.active { background: #d97579; }


/* Peachy v20 */
.catalog-search { gap: 11px; }
.search-availability-toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 6px 10px;
  margin-left: 4px;
  border-left: 1px solid rgba(128,82,88,.12);
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
  transition: background .18s ease, transform .18s ease;
}
.search-availability-toggle:hover { background: rgba(247,132,134,.08); }
.search-availability-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.search-availability-bool {
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 42px;
  overflow: hidden;
  border-radius: 999px;
  background: #eadfdd;
  box-shadow: inset 0 0 0 1px rgba(116,72,78,.08);
  transition: .28s cubic-bezier(.2,.8,.2,1);
}
.search-availability-bool::before {
  content: '';
  position: absolute;
  inset: -14px;
  opacity: 0;
  background: linear-gradient(110deg,#ffb48f,#f78387,#f3a6c1,#ffcb8d);
  background-size: 220% 220%;
  animation: peach-availability-flow 3.6s ease-in-out infinite alternate;
  transition: opacity .25s ease;
}
.search-availability-bool > span {
  position: absolute;
  width: 7px;
  height: 7px;
  bottom: -7px;
  border-radius: 50%;
  background: rgba(255,255,255,.62);
  opacity: 0;
}
.search-availability-bool > span:nth-child(1) { left: 6px; animation: peach-availability-bubble 2.2s linear infinite; }
.search-availability-bool > span:nth-child(2) { left: 19px; width: 5px; height: 5px; animation: peach-availability-bubble 2.7s .7s linear infinite; }
.search-availability-bool b {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 8px rgba(76,42,47,.22);
  transition: transform .28s cubic-bezier(.2,.9,.25,1.15);
}
.search-availability-toggle input:checked + .search-availability-bool { box-shadow: 0 7px 20px rgba(237,118,124,.18); }
.search-availability-toggle input:checked + .search-availability-bool::before { opacity: 1; }
.search-availability-toggle input:checked + .search-availability-bool > span { opacity: 1; }
.search-availability-toggle input:checked + .search-availability-bool b { transform: translateX(18px); }
.search-availability-copy { display: grid; gap: 1px; min-width: 102px; }
.search-availability-copy b { color: var(--ink); font-size: 12px; font-weight: 600; }
.search-availability-copy small { color: var(--muted); font-size: 9px; white-space: nowrap; }
@keyframes peach-availability-flow { from { transform: translate3d(-8%,0,0) rotate(-8deg); } to { transform: translate3d(10%,2%,0) rotate(6deg); } }
@keyframes peach-availability-bubble { 0% { transform: translateY(0) scale(.8); opacity: 0; } 20% { opacity: .7; } 80% { opacity: .4; } 100% { transform: translateY(-28px) scale(1.15); opacity: 0; } }
:root[data-theme="dark"] .search-availability-toggle { border-left-color: rgba(255,222,217,.09); }
:root[data-theme="dark"] .search-availability-toggle:hover { background: rgba(245,139,143,.08); }
:root[data-theme="dark"] .search-availability-bool { background: #4a353c; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
:root[data-theme="dark"] .search-availability-copy b { color: #fff4f2; }
:root[data-theme="dark"] .search-availability-copy small { color: #bfa8ad; }
@media (max-width: 880px) {
  .catalog-search { flex-wrap: wrap; height: auto; min-height: 62px; padding-top: 9px; padding-bottom: 9px; }
  .catalog-search input { min-width: 180px; }
  .search-availability-toggle { border-left: 0; border-top: 1px solid rgba(128,82,88,.1); width: 100%; margin: 2px 0 0; padding: 8px 2px 2px; border-radius: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .search-availability-bool::before,
  .search-availability-bool > span { animation: none; }
}


/* v22 - fast availability + skeleton loading */
.skeleton-card { pointer-events: none; cursor: default; }
.skeleton-card:hover { transform: none; box-shadow: 0 14px 45px rgba(117,74,74,.08); }
.skeleton-block,
.skeleton-line,
.skeleton-tags span,
.skeleton-footer span,
.featured-showcase.is-loading-featured .featured-lead,
.featured-showcase.is-loading-featured .featured-mini {
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, rgba(238,219,214,.56) 20%, rgba(255,250,246,.95) 42%, rgba(238,219,214,.56) 64%);
  background-size: 220% 100%;
  animation: peach-skeleton-shimmer 1.25s ease-in-out infinite;
}
.skeleton-visual { min-height: 168px; position: relative; background: rgba(244,229,224,.58); }
.skeleton-backdrop { position: absolute; inset: 0; border-radius: 0; }
.skeleton-portrait { position: absolute; left: 14px; bottom: 12px; width: 68px; height: 96px; border-radius: 14px; border: 1px solid rgba(255,255,255,.68); }
.skeleton-badge { position: absolute; right: 12px; top: 12px; width: 62px; height: 24px; border-radius: 999px; }
.skeleton-body { display: grid; gap: 10px; }
.skeleton-line { display: block; border-radius: 999px; height: 12px; }
.skeleton-title { width: 72%; height: 18px; }
.skeleton-meta { width: 46%; }
.skeleton-tags { display: flex; gap: 6px; min-height: 24px; }
.skeleton-tags span { width: 58px; height: 23px; border-radius: 999px; }
.skeleton-tags span:nth-child(2) { width: 76px; }
.skeleton-tags span:nth-child(3) { width: 48px; }
.skeleton-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.skeleton-footer span { width: 72px; height: 30px; border-radius: 999px; }
.skeleton-footer span:last-child { width: 54px; }

.featured-showcase.is-loading-featured .featured-lead { min-height: 440px; border-color: transparent; }
.featured-showcase.is-loading-featured .featured-lead > * { visibility: hidden; }
.featured-showcase.is-loading-featured .featured-side-heading { opacity: .45; }
.featured-showcase.is-loading-featured .featured-mini-grid { grid-auto-rows: minmax(116px, 1fr); }
.featured-showcase.is-loading-featured .featured-mini-grid:empty { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.featured-showcase.is-loading-featured .featured-mini-grid:empty::before,
.featured-showcase.is-loading-featured .featured-mini-grid:empty::after {
  content: '';
  min-height: 190px;
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(238,219,214,.56) 20%, rgba(255,250,246,.95) 42%, rgba(238,219,214,.56) 64%);
  background-size: 220% 100%;
  animation: peach-skeleton-shimmer 1.25s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(111,71,76,.06);
}
@keyframes peach-skeleton-shimmer { 0% { background-position: 120% 0; } 100% { background-position: -120% 0; } }

:root[data-theme="dark"] .skeleton-block,
:root[data-theme="dark"] .skeleton-line,
:root[data-theme="dark"] .skeleton-tags span,
:root[data-theme="dark"] .skeleton-footer span,
:root[data-theme="dark"] .featured-showcase.is-loading-featured .featured-lead,
:root[data-theme="dark"] .featured-showcase.is-loading-featured .featured-mini,
:root[data-theme="dark"] .featured-showcase.is-loading-featured .featured-mini-grid:empty::before,
:root[data-theme="dark"] .featured-showcase.is-loading-featured .featured-mini-grid:empty::after {
  background: linear-gradient(100deg, #241c20 20%, #34272d 42%, #241c20 64%);
  background-size: 220% 100%;
}
:root[data-theme="dark"] .skeleton-visual { background: #1d171a; }

@media (prefers-reduced-motion: reduce) {
  .skeleton-block,
  .skeleton-line,
  .skeleton-tags span,
  .skeleton-footer span,
  .featured-showcase.is-loading-featured .featured-lead,
  .featured-showcase.is-loading-featured .featured-mini,
  .featured-showcase.is-loading-featured .featured-mini-grid:empty::before,
  .featured-showcase.is-loading-featured .featured-mini-grid:empty::after { animation: none; }
}


/* v22 - provider recovery + Downloads-only free-filter lock */
.filter-toggle.is-forced {
  cursor: not-allowed;
  position: relative;
  border-color: rgba(226,133,126,.2);
  background: linear-gradient(135deg, rgba(255,247,241,.96), rgba(255,238,232,.88));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.52);
}
.filter-toggle.is-forced > span:not(.filter-bool):not(.filter-lock) { opacity: .72; }
.filter-toggle.is-forced .filter-bool { opacity: .82; filter: saturate(.72); }
.filter-toggle.is-forced .filter-bool-knob { box-shadow: 0 4px 12px rgba(107,66,71,.16); }
.filter-toggle .filter-lock {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex: 0 0 auto;
  color: #a46667;
  background: rgba(239,151,143,.13);
  border: 1px solid rgba(212,124,119,.16);
}

.filter-toggle.is-forced .filter-lock { display: inline-flex; }
.filter-toggle:not(.is-forced) .filter-lock,
.filter-toggle .filter-lock[hidden] { display: none !important; }

.filter-toggle.is-forced:hover { transform: none; }
.filter-toggle.is-forced input:disabled + .filter-bool { pointer-events: none; }
:root[data-theme="dark"] .filter-toggle.is-forced {
  background: linear-gradient(135deg, #241b1f, #2b2024);
  border-color: rgba(241,166,158,.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}
:root[data-theme="dark"] .filter-toggle.is-forced > span:not(.filter-bool):not(.filter-lock) { opacity: .68; }
:root[data-theme="dark"] .filter-toggle .filter-lock {
  color: #e5a09c;
  background: rgba(235,134,132,.09);
  border-color: rgba(244,177,168,.11);
}

/* Peachy v23 - stable featured skeletons + provider grid */
.featured-showcase.is-loading-featured .featured-mini-grid:empty::before,
.featured-showcase.is-loading-featured .featured-mini-grid:empty::after {
  content: none !important;
  display: none !important;
}

.skeleton-featured-mini {
  pointer-events: none;
  cursor: default;
  border-color: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

.skeleton-featured-mini::after {
  content: none !important;
}

.quick-download-popover {
  width: min(720px, calc(100vw - 28px));
  padding: 12px;
}

.quick-download-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-top: 9px;
}

.quick-download-provider {
  min-width: 0;
  min-height: 84px;
  grid-template-columns: 46px minmax(0, 1fr) 18px;
  gap: 10px;
  padding: 10px;
  border-color: rgba(116,72,80,.08);
  background: rgba(255,248,243,.68);
  border-radius: 17px;
  transform: none;
}

.quick-download-provider:hover,
.quick-download-provider:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,241,233,.95);
  box-shadow: 0 10px 26px rgba(126,76,82,.09);
}

.quick-download-provider-icon {
  position: relative;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--tone-a, #ffd5b8), var(--tone-b, #f49a90) 55%, var(--tone-c, #f6b7c8));
  background-size: 180% 180%;
  animation: peach-filter-gradient 4.8s ease-in-out infinite alternate;
}

.quick-download-provider-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 72%, rgba(255,255,255,.36) 0 8%, transparent 9%),
    radial-gradient(circle at 74% 28%, rgba(255,255,255,.24) 0 11%, transparent 12%);
}

.quick-download-provider-icon > span {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: rgba(255,255,255,.13);
  animation: peach-filter-bubble 3s ease-in-out infinite alternate;
}

.quick-download-provider-icon > span:first-of-type {
  left: -4px;
  bottom: 4px;
}

.quick-download-provider-icon > span:last-of-type {
  right: -4px;
  top: 2px;
  width: 20px;
  height: 20px;
  animation-delay: -1.4s;
}

.quick-download-provider-icon i {
  position: relative;
  z-index: 3;
  font-size: 17px;
}

.quick-download-provider-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.quick-download-provider b {
  font-size: 11px;
}

.quick-download-provider small {
  font-size: 8px;
  line-height: 1.25;
}

.quick-download-provider-arrow {
  align-self: center;
}

.quick-download-empty {
  grid-column: 1 / -1;
}

:root[data-theme="dark"] .quick-download-provider {
  border-color: rgba(255,218,213,.075);
  background: rgba(28,19,24,.86);
}

:root[data-theme="dark"] .quick-download-provider:hover,
:root[data-theme="dark"] .quick-download-provider:focus-visible {
  background: #26191f;
  border-color: rgba(240,132,135,.18);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
}

@media (max-width: 780px) {
  .quick-download-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .quick-download-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .quick-download-provider-icon,
  .quick-download-provider-icon > span { animation: none; }
}


.provider-download-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border-top: 0;
}

.download-provider-row {
  min-height: 118px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(86px, .9fr) 46px;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(116,72,80,.1);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,250,247,.98), rgba(255,241,235,.9));
  box-shadow: 0 10px 30px rgba(117,74,74,.055);
}

.download-provider-row.found {
  border-color: rgba(226,133,126,.2);
  background: linear-gradient(145deg, #fffaf7, #fff0e9);
}

.download-provider-name {
  align-self: center;
  gap: 5px;
}

.download-provider-name b {
  font-size: 15px;
}

.download-provider-name small {
  white-space: normal;
  line-height: 1.35;
}

.download-host-list {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  overflow: visible;
}

.download-host {
  max-width: 100%;
  min-height: 28px;
  padding: 0 9px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.provider-download-button,
.provider-check-state.peach-state {
  width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  border-radius: 14px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 17px;
}

.provider-check-state.peach-state {
  border: 1px solid rgba(116,72,80,.1);
  background: rgba(255,247,243,.8);
  color: #a27b82;
}

.download-provider-row.checking .provider-check-state.peach-state {
  background: rgba(255,239,231,.9);
}

:root[data-theme="dark"] .download-provider-row {
  border-color: rgba(255,218,213,.08);
  background: linear-gradient(145deg, #20181c, #251b20);
  box-shadow: 0 14px 32px rgba(0,0,0,.16);
}

:root[data-theme="dark"] .download-provider-row.found {
  border-color: rgba(240,132,135,.16);
  background: linear-gradient(145deg, #22191d, #2a1d22);
}

:root[data-theme="dark"] .provider-check-state.peach-state {
  border-color: rgba(255,218,213,.08);
  background: #1a1417;
  color: #bd9da4;
}

@media (max-width: 1180px) {
  .provider-download-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .provider-download-results { grid-template-columns: 1fr; }
  .download-provider-row { grid-template-columns: minmax(0, 1fr) minmax(100px, .9fr) 44px; }
}

.provider-downloads-heading {
  align-items: center;
  margin-bottom: 18px;
}

.provider-downloads-heading > div {
  min-width: 0;
}

.provider-downloads-heading h3 {
  margin: 0;
}

.provider-downloads-heading p {
  margin: 7px 0 0;
  color: #a27b82;
  font-size: 11px;
  line-height: 1.45;
}

.provider-download-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.download-provider-row {
  min-width: 0;
  min-height: 142px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(116,72,80,.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--tone-a, #ffd5b8) 24%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,251,248,.99), rgba(255,242,236,.9));
  box-shadow: 0 12px 32px rgba(117,74,74,.055);
  overflow: hidden;
}

.download-provider-row.found {
  border-color: color-mix(in srgb, var(--tone-b, #f49a90) 25%, rgba(116,72,80,.08));
}

.download-provider-row.missing,
.download-provider-row.unknown {
  background: linear-gradient(145deg, rgba(255,251,248,.86), rgba(255,246,242,.78));
}

.download-provider-topline {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.download-provider-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.download-provider-icon {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--tone-a, #ffd5b8), var(--tone-b, #f49a90) 55%, var(--tone-c, #f6b7c8));
  background-size: 180% 180%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.36), 0 8px 20px color-mix(in srgb, var(--tone-b, #f49a90) 20%, transparent);
  animation: peach-filter-gradient 5.4s ease-in-out infinite alternate;
}

.download-provider-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 23% 76%, rgba(255,255,255,.38) 0 8%, transparent 9%),
    radial-gradient(circle at 78% 24%, rgba(255,255,255,.25) 0 12%, transparent 13%);
}

.download-provider-icon > span {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: rgba(255,255,255,.13);
  animation: peach-filter-bubble 3.2s ease-in-out infinite alternate;
}

.download-provider-icon > span:first-of-type {
  left: -4px;
  bottom: 3px;
}

.download-provider-icon > span:last-of-type {
  right: -5px;
  top: 2px;
  width: 19px;
  height: 19px;
  animation-delay: -1.35s;
}

.download-provider-icon i {
  position: relative;
  z-index: 2;
  font-size: 17px;
}

.download-provider-name {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.download-provider-name b {
  overflow: hidden;
  color: #4c343d;
  font-size: 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-provider-name small {
  overflow: hidden;
  color: #9b7c83;
  font-size: 10px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-provider-bottomline {
  min-width: 0;
  display: flex;
  align-items: end;
}

.download-host-list {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1px 2px 3px 0;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.download-host-list::-webkit-scrollbar {
  display: none;
}

.download-host {
  flex: 0 0 auto;
  max-width: 170px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid rgba(116,72,80,.09);
  border-radius: 999px;
  background: rgba(255,250,247,.86);
  color: #76565f;
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  scroll-snap-align: start;
}

.download-host i {
  flex: 0 0 auto;
}

.download-host.muted {
  background: rgba(255,250,247,.72);
  color: #a3878e;
}

.download-host.direct-text {
  border-color: rgba(225,126,123,.2);
  background: #ffece5;
  color: #c96e6d;
}

.provider-download-button,
.provider-check-state.peach-state {
  width: 46px;
  height: 46px;
  min-height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 15px;
}

.provider-download-button {
  background: linear-gradient(135deg, var(--tone-a, #ffb29f), var(--tone-b, #ef717e));
  box-shadow: 0 9px 22px color-mix(in srgb, var(--tone-b, #ef717e) 24%, transparent);
  color: white;
}

.provider-download-button:hover,
.provider-download-button:focus-visible {
  transform: translateY(-2px) scale(1.03);
  outline: none;
}

.provider-check-state.peach-state {
  border: 1px solid rgba(116,72,80,.08);
  background: rgba(255,250,247,.72);
  color: #a17f86;
}

.quick-download-popover[data-count="1"] {
  width: min(320px, calc(100vw - 28px));
}

.quick-download-popover[data-count="2"] {
  width: min(540px, calc(100vw - 28px));
}

.quick-download-list[data-count="0"],
.quick-download-list[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.quick-download-list[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-download-list[data-count="2"] .quick-download-provider {
  min-height: 88px;
}

:root[data-theme="dark"] .provider-downloads-heading p {
  color: #a88f96;
}

:root[data-theme="dark"] .download-provider-row {
  border-color: rgba(255,218,213,.075);
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--tone-b, #f49a90) 10%, transparent), transparent 34%),
    linear-gradient(145deg, #1d171a, #241a1f);
  box-shadow: 0 14px 34px rgba(0,0,0,.15);
}

:root[data-theme="dark"] .download-provider-row.found {
  border-color: color-mix(in srgb, var(--tone-b, #f49a90) 20%, rgba(255,218,213,.06));
}

:root[data-theme="dark"] .download-provider-row.missing,
:root[data-theme="dark"] .download-provider-row.unknown {
  background: linear-gradient(145deg, #1a1518, #20171b);
}

:root[data-theme="dark"] .download-provider-name b {
  color: #f0e1e3;
}

:root[data-theme="dark"] .download-provider-name small {
  color: #a88f96;
}

:root[data-theme="dark"] .download-host {
  border-color: rgba(255,218,213,.075);
  background: #171215;
  color: #c3a9af;
}

:root[data-theme="dark"] .download-host.muted {
  background: #151113;
  color: #907b81;
}

:root[data-theme="dark"] .download-host.direct-text {
  border-color: rgba(236,130,131,.15);
  background: #321d23;
  color: #eba5a1;
}

:root[data-theme="dark"] .provider-check-state.peach-state {
  border-color: rgba(255,218,213,.07);
  background: #171215;
  color: #b79aa1;
}

@media (max-width: 1180px) {
  .provider-download-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .provider-download-results {
    grid-template-columns: minmax(0, 1fr);
  }

  .download-provider-row {
    min-height: 132px;
  }

  .provider-downloads-heading p {
    max-width: 270px;
  }
}

@media (max-width: 520px) {
  .download-provider-row {
    padding: 14px;
    border-radius: 18px;
  }

  .download-provider-icon,
  .provider-download-button,
  .provider-check-state.peach-state {
    width: 42px;
    height: 42px;
    min-height: 42px;
    flex-basis: 42px;
  }

  .download-provider-name b {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .download-provider-icon,
  .download-provider-icon > span {
    animation: none;
  }
}
