:root {
  --ps-blue: #12a6f9;
  --ps-blue-dark: #087fc4;
  --ps-navy: #092c4c;
  --ps-ink: #101820;
  --ps-muted: #5c6975;
  --ps-line: #dce7ee;
  --ps-surface: #f3f8fb;
  --ps-white: #fff;
  --ps-green: #07865f;
  --ps-red: #e54545;
  --ps-radius-sm: 10px;
  --ps-radius: 18px;
  --ps-radius-lg: 30px;
  --ps-shadow: 0 18px 50px rgba(9, 44, 76, .09);
  --ps-wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ps-ink);
  background: var(--ps-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
.ps-card-icon { flex: 0 0 auto; object-fit: contain; }
.ps-card-icon--small { width: 36px; height: 36px; }
.ps-card-icon--medium { width: 50px; height: 50px; }
.ps-card-icon--large { width: 64px; height: 64px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.wrap { width: min(calc(100% - 40px), var(--ps-wrap)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--ps-navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(18, 166, 249, .45); outline-offset: 3px; }
.eyebrow { margin: 0 0 8px; color: var(--ps-blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; line-height: 1.4; }

.site-notice { color: #d9ecf8; background: var(--ps-navy); font-size: 12px; letter-spacing: .04em; }
.site-notice .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 30px; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 231, 238, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { position: relative; display: flex; align-items: center; min-height: 82px; }
.site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.site-brand img { width: 46px; height: 46px; }
.site-brand__text { display: grid; line-height: 1; }
.site-brand__text strong { color: var(--ps-navy); font-size: 23px; font-weight: 800; letter-spacing: -.045em; }
.site-brand__text small { margin-top: 5px; font-size: 12px; font-weight: 700; letter-spacing: .11em; }
.custom-logo-link img { width: auto; max-height: 52px; }
.site-nav { margin-left: auto; }
.site-nav__list, .site-nav ul { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; padding: 30px 0; font-size: 16px; font-weight: 700; }
.site-nav a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--ps-blue); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-top-link { display: inline-flex; align-items: center; gap: 8px; padding-block: 25px; }
.site-nav__icon { display: grid; width: 29px; height: 29px; flex: 0 0 29px; overflow: hidden; border: 1px solid #dcecf5; border-radius: 9px; background: #eef9ff; place-items: center; }
.site-nav__icon .ps-card-icon { width: 27px; height: 27px; }
.menu-item-products { position: static; display: flex; align-items: center; }
.product-mega-menu__toggle { display: inline-grid; width: 27px; height: 34px; margin-left: 2px; padding: 0; border: 0; background: transparent; cursor: pointer; place-items: center; }
.product-mega-menu__toggle span { display: block; color: var(--ps-blue-dark); font-size: 17px; line-height: 1; transition: transform .2s; }
.menu-item-products.is-mega-open .product-mega-menu__toggle span { transform: rotate(180deg); }
.product-mega-menu { position: absolute; z-index: 20; top: calc(100% - 1px); right: 0; left: 0; padding: 22px 0; visibility: hidden; border: 1px solid var(--ps-line); border-radius: 0 0 20px 20px; background: #fff; box-shadow: 0 24px 45px rgba(9, 44, 76, .14); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .2s, transform .2s, visibility .2s; }
.menu-item-products.is-mega-open .product-mega-menu, .menu-item-products:focus-within .product-mega-menu, .menu-item-products:hover .product-mega-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.product-mega-menu__inner { display: grid; grid-template-columns: 215px 1fr; gap: 28px; width: 100%; padding-inline: 24px; }
.product-mega-menu__intro { display: grid; grid-template-rows: auto 102px; gap: 12px; padding-right: 23px; overflow: hidden; border-right: 1px solid var(--ps-line); }
.product-mega-menu__intro > img { width: 100%; height: 102px; object-fit: contain; object-position: center; }
.product-mega-menu__intro > strong { display: block; color: var(--ps-navy); font-size: 18px; }
.product-mega-menu__intro > div > strong { display: block; color: var(--ps-navy); font-size: 18px; }
.product-mega-menu__intro > div > p:not(.eyebrow) { margin: 8px 0 14px; color: var(--ps-muted); font-size: 12px; line-height: 1.7; }
.site-nav .product-mega-menu__intro > div > a { display: inline-flex; gap: 6px; padding: 0; color: var(--ps-blue-dark); font-size: 12px; }
.product-mega-menu__groups { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.site-nav .product-mega-menu__groups section > a { display: grid; grid-template-columns: auto 1fr; gap: 0 8px; min-height: 58px; padding: 0 0 10px; border-bottom: 1px solid var(--ps-line); }
.product-mega-menu__group > span { grid-row: 1 / 3; display: grid; width: 40px; height: 40px; overflow: hidden; border-radius: 11px; background: var(--ps-surface); place-items: center; }
.product-mega-menu__group .ps-card-icon { width: 36px; height: 36px; }
.product-mega-menu__group strong { align-self: end; color: var(--ps-navy); font-size: 12px; line-height: 1.35; }
.product-mega-menu__group small { color: var(--ps-muted); font-size: 12px; }
.site-nav .product-mega-menu a::after { display: none; }
.site-nav .product-mega-menu__groups ul { display: grid; gap: 0; margin-top: 7px; }
.site-nav .product-mega-menu__groups li { min-width: 0; }
.site-nav .product-mega-menu__groups li a { display: flex; justify-content: space-between; gap: 5px; padding: 6px 0; color: #36546a; font-size: 12px; line-height: 1.4; }
.product-mega-menu__groups li a:hover { color: var(--ps-blue-dark); }
.product-mega-menu__groups li span { flex: 0 0 auto; color: #8ba0ae; }
.site-nav__list > li { display: flex; align-items: center; }
.nav-group { position: static; }
.nav-group__toggle { display: inline-grid; width: 27px; height: 34px; margin-left: 2px; padding: 0; border: 0; background: transparent; cursor: pointer; place-items: center; }
.nav-group__toggle span { color: var(--ps-blue-dark); font-size: 17px; line-height: 1; transition: transform .2s; }
.nav-group.is-nav-group-open .nav-group__toggle span { transform: rotate(180deg); }
.nav-group__panel { position: absolute; z-index: 24; top: calc(100% - 1px); right: 0; left: 0; padding: 22px 0; visibility: hidden; border: 1px solid var(--ps-line); border-radius: 0 0 20px 20px; background: #fff; box-shadow: 0 24px 45px rgba(9, 44, 76, .14); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-group:hover .nav-group__panel, .nav-group:focus-within .nav-group__panel, .nav-group.is-nav-group-open .nav-group__panel { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-mega-menu__inner { display: grid; grid-template-columns: 235px 1fr; gap: 26px; padding-inline: 24px; }
.nav-mega-menu__intro { display: grid; grid-template-rows: 1fr 94px; min-width: 0; padding-right: 24px; overflow: hidden; border-right: 1px solid var(--ps-line); }
.nav-mega-menu__intro strong { display: block; color: var(--ps-navy); font-size: 18px; line-height: 1.4; }
.nav-mega-menu__intro p:not(.eyebrow) { margin: 8px 0 12px; color: var(--ps-muted); font-size: 12px; line-height: 1.7; }
.site-nav .nav-mega-menu__intro a { display: inline-flex; align-items: center; gap: 5px; padding: 0; color: var(--ps-blue-dark); font-size: 12px; }
.nav-mega-menu__intro > img { width: 100%; height: 94px; object-fit: contain; object-position: center; }
.nav-mega-menu__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-content: start; }
.nav-mega-menu--market .nav-mega-menu__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.site-nav .nav-mega-card { display: grid; grid-template-columns: 82px 1fr 22px; gap: 12px; align-items: center; min-height: 100px; padding: 10px 12px; border: 1px solid #dbeaf2; border-radius: 15px; background: #fbfdff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.site-nav .nav-mega-card::after, .site-nav .nav-mega-menu__intro a::after { display: none; }
.site-nav .nav-mega-card:hover { border-color: #9edcff; background: #fff; box-shadow: 0 12px 25px rgba(9, 67, 105, .1); transform: translateY(-2px); }
.nav-mega-card__media { display: grid; width: 82px; height: 76px; overflow: hidden; border-radius: 12px; background: #eaf7fe; place-items: center; }
.nav-mega-card__media .ps-card-icon { width: 66px; height: 66px; }
.nav-mega-card__media--illustration { background: linear-gradient(145deg, #edf9ff, #f7fbfd); }
.nav-mega-card__media--illustration img { width: 78px; height: 72px; object-fit: contain; }
.nav-mega-card__copy { display: grid; gap: 5px; min-width: 0; }
.nav-mega-card__copy strong { color: var(--ps-navy); font-size: 12px; line-height: 1.45; }
.nav-mega-card__copy small { color: var(--ps-muted); font-size: 12px; font-weight: 500; line-height: 1.55; }
.nav-mega-card__arrow { color: var(--ps-blue-dark); font-size: 18px; transition: transform .2s; }
.nav-mega-card:hover .nav-mega-card__arrow { transform: translateX(3px); }
.site-nav-overlay { display: none; }
.site-header__actions { display: flex; align-items: center; gap: 8px; margin-left: 26px; }
.icon-button, .menu-button { display: inline-grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: var(--ps-surface); cursor: pointer; }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.menu-button { display: none; align-content: center; gap: 4px; }
.menu-button span { width: 19px; height: 2px; border-radius: 1px; background: currentColor; }
.header-search { border-top: 1px solid var(--ps-line); background: #fff; }
.header-search__form { display: grid; gap: 7px; padding-block: 22px; }
.header-search__form label { font-size: 12px; font-weight: 700; }
.header-search__form div { display: grid; grid-template-columns: 1fr auto; }

.navigation-hub-hero { padding: 76px 0; color: #fff; background: linear-gradient(120deg, #062a48, #07527a); }
.navigation-hub-hero--guides { background: linear-gradient(120deg, #082a49, #0b6683); }
.navigation-hub-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.navigation-hub-hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(42px, 5vw, 66px); letter-spacing: -.06em; line-height: 1.15; text-wrap: balance; }
.navigation-hub-hero .eyebrow { color: #6bd0ff; }
.navigation-hub-hero p:not(.eyebrow) { max-width: 680px; margin: 19px 0 0; color: #bed4e1; font-size: 16px; line-height: 1.9; }
.navigation-hub-hero__visual { display: grid; min-height: 285px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 28px; background: rgba(255, 255, 255, .08); place-items: center; }
.navigation-hub-hero__visual img { width: min(78%, 340px); height: 250px; object-fit: contain; filter: drop-shadow(0 22px 25px rgba(0, 17, 35, .22)); }
.navigation-hub-list { background: var(--ps-surface); }
.navigation-hub-list .section-heading { margin-bottom: 31px; }
.navigation-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.navigation-hub-grid--market { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.navigation-hub-card { display: grid; grid-template-rows: 170px 1fr; min-width: 0; overflow: hidden; color: inherit; border: 1px solid #d7e7f0; border-radius: 22px; background: #fff; box-shadow: 0 8px 25px rgba(9, 44, 76, .05); text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.navigation-hub-card:hover { color: inherit; border-color: #91d5f8; box-shadow: 0 18px 38px rgba(9, 67, 105, .12); transform: translateY(-4px); }
.navigation-hub-card__media { display: grid; overflow: hidden; background: linear-gradient(145deg, #eaf8ff, #f7fcff); place-items: center; }
.navigation-hub-card__media .ps-card-icon { width: 126px; height: 126px; }
.navigation-hub-card__media img { width: min(80%, 210px); height: 150px; object-fit: contain; transition: transform .25s; }
.navigation-hub-card:hover .navigation-hub-card__media img { transform: scale(1.035); }
.navigation-hub-card__body { display: flex; min-width: 0; padding: 24px; flex-direction: column; }
.navigation-hub-card__body > small { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.navigation-hub-card__body > strong { margin-top: 10px; color: var(--ps-navy); font-size: 21px; line-height: 1.4; }
.navigation-hub-card__body > span { margin-top: 9px; color: var(--ps-muted); font-size: 12px; line-height: 1.7; }
.navigation-hub-card__body > em { display: flex; justify-content: space-between; gap: 14px; margin-top: 23px; color: var(--ps-blue-dark); font-size: 12px; font-style: normal; font-weight: 900; }
.navigation-hub-card__body b { font-size: 16px; transition: transform .2s; }
.navigation-hub-card:hover .navigation-hub-card__body b { transform: translateX(4px); }
.header-search input { min-width: 0; padding: 13px 16px; border: 1px solid var(--ps-line); border-radius: 10px 0 0 10px; }
.header-search button { padding: 0 28px; color: #fff; border: 0; border-radius: 0 10px 10px 0; background: var(--ps-navy); font-weight: 700; cursor: pointer; }
.affiliate-disclosure { border-bottom: 1px solid #efd99f; background: #fffaec; }
.affiliate-disclosure__inner { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: center; min-height: 42px; padding-block: 8px; color: #5a4618; font-size: 12px; line-height: 1.5; }
.affiliate-disclosure__inner > strong { padding: 3px 8px; color: #fff; border-radius: 5px; background: #7b5b08; font-size: 12px; line-height: 1.3; letter-spacing: .06em; }
.affiliate-disclosure__inner p { margin: 0; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; padding-block: 13px; overflow: hidden; color: var(--ps-muted); font-size: 12px; white-space: nowrap; }
.breadcrumbs a { color: var(--ps-blue-dark); }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }

.hero { position: relative; overflow: hidden; padding: 74px 0 0; background: radial-gradient(circle at 74% 40%, rgba(18, 166, 249, .2), transparent 29%), linear-gradient(118deg, #041b30 0%, #07375a 55%, #075b77 100%); isolation: isolate; }
.hero::before { position: absolute; z-index: -1; top: -170px; left: -170px; width: 600px; height: 600px; border: 1px solid rgba(107, 208, 255, .18); border-radius: 50%; background: radial-gradient(circle, rgba(18, 166, 249, .12), transparent 66%); content: ""; }
.hero::after { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(90deg, transparent, #000 35%, #000 100%); }
.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; min-height: 520px; }
.hero__content { position: relative; z-index: 2; }
.hero .eyebrow { color: #71d7ff; }
.hero__badge, .hero__visual-label { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 15px; color: #d9f3ff; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.hero__badge { padding: 8px 12px; border: 1px solid rgba(107, 208, 255, .24); border-radius: 999px; background: rgba(255, 255, 255, .06); }
.hero__badge span, .hero__visual-label span { width: 7px; height: 7px; border-radius: 50%; background: #49e4ad; box-shadow: 0 0 0 5px rgba(73, 228, 173, .13), 0 0 18px rgba(73, 228, 173, .65); }
.hero h1 { max-width: 630px; margin: 8px 0 22px; color: #fff; font-size: clamp(48px, 5.5vw, 78px); line-height: 1.08; letter-spacing: -.065em; text-shadow: 0 12px 38px rgba(0, 10, 20, .24); }
.hero h1 em { position: relative; color: #69d4ff; font-style: normal; }
.hero h1 em::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 7px; border-radius: 5px; background: rgba(105, 212, 255, .25); content: ""; }
.hero__lead { max-width: 570px; margin: 0 0 29px; color: #c6dce9; font-size: 17px; font-weight: 500; line-height: 1.9; }
.hero-search { position: relative; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; max-width: 650px; padding: 7px 7px 7px 18px; border: 1px solid rgba(255, 255, 255, .54); border-radius: 16px; background: rgba(255, 255, 255, .98); box-shadow: 0 22px 55px rgba(0, 18, 34, .26); }
.hero-search svg { width: 22px; fill: none; stroke: var(--ps-muted); stroke-linecap: round; stroke-width: 1.8; }
.hero-search input { min-width: 0; padding: 12px 10px; border: 0; outline: 0; background: transparent; }
.hero-search button { padding: 13px 22px; color: #fff; border: 0; border-radius: 11px; background: var(--ps-navy); font-size: 16px; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.hero-search button:hover { background: var(--ps-blue-dark); transform: translateY(-1px); }
.hero__suggestions { display: flex; flex-wrap: wrap; gap: 8px 13px; margin-top: 15px; color: #8fb2c7; font-size: 12px; }
.hero__suggestions a { color: #e4f6ff; text-decoration: underline; text-decoration-color: rgba(107, 208, 255, .55); text-underline-offset: 3px; }
.hero__visual { position: relative; min-height: 420px; }
.hero__visual-label { position: absolute; z-index: 4; top: 0; left: 4%; }
.scope-orbit { position: absolute; border: 1px solid rgba(107, 208, 255, .22); border-radius: 50%; }
.scope-orbit--one { inset: -15px 15px 20px -15px; }
.scope-orbit--two { inset: 40px -40px -30px 70px; }
.hero-card { position: absolute; z-index: 2; border: 1px solid rgba(255, 255, 255, .9); background: rgba(255, 255, 255, .96); box-shadow: 0 32px 80px rgba(0, 15, 29, .34); backdrop-filter: blur(18px); }
.hero-card--main { top: 42px; right: 3%; left: 2%; padding: 26px; border-radius: 26px; transform: rotate(-1deg); }
.hero-card__top, .hero-card__labels { display: flex; justify-content: space-between; align-items: center; color: var(--ps-muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; }
.hero-card__product { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 10px; align-items: center; min-width: 0; max-width: calc(100% - 72px); }
.hero-card__product img { width: 48px; height: 48px; padding: 4px; border: 1px solid var(--ps-line); border-radius: 10px; background: #fff; object-fit: contain; }
.hero-card__product b { overflow: hidden; color: var(--ps-navy); font-size: 12px; line-height: 1.4; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--ps-green); }
.live-dot::before { width: 6px; height: 6px; border-radius: 50%; background: var(--ps-green); content: ""; box-shadow: 0 0 0 4px rgba(7, 134, 95, .12); }
.hero-card__price { display: flex; align-items: baseline; gap: 12px; margin: 19px 0 5px; }
.hero-card__price small { color: var(--ps-muted); font-size: 12px; }
.hero-card__price strong { color: var(--ps-navy); font-size: 38px; letter-spacing: -.04em; }
.hero-card__price span { padding: 3px 9px; color: var(--ps-green); border-radius: 30px; background: #e9f8f3; font-size: 12px; font-weight: 800; }
.hero-chart { width: 100%; height: 150px; overflow: visible; }
.hero-chart__fill { fill: url(#heroFill); }
.hero-chart__line { fill: none; stroke: var(--ps-blue); stroke-linecap: round; stroke-width: 4; vector-effect: non-scaling-stroke; }
.hero-chart circle { fill: #fff; stroke: var(--ps-blue); stroke-width: 4; vector-effect: non-scaling-stroke; }
.hero-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 14px; background: rgba(255, 255, 255, .97); box-shadow: 0 18px 45px rgba(0, 17, 32, .24); }
.hero-float > span { display: grid; width: 34px; height: 34px; color: #fff; border-radius: 50%; background: var(--ps-green); font-weight: 900; place-items: center; }
.hero-float div { display: grid; line-height: 1.4; }
.hero-float small { color: var(--ps-muted); font-size: 12px; }
.hero-float strong { color: var(--ps-navy); font-size: 16px; }
.hero-float--low { right: -12px; bottom: 24px; }
.hero-float--drop { bottom: 78px; left: -28px; }
.hero-float--drop > span { background: var(--ps-blue); }
.hero-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 920px; margin-top: 42px; padding: 22px 28px; border: 1px solid rgba(255, 255, 255, .12); border-bottom: 0; border-radius: 18px 18px 0 0; background: rgba(2, 22, 39, .56); color: #fff; box-shadow: 0 -12px 44px rgba(0, 17, 31, .14); backdrop-filter: blur(12px); }
.hero-stats div { display: grid; justify-content: center; border-right: 1px solid rgba(255, 255, 255, .13); text-align: center; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { font-size: 21px; }
.hero-stats span { color: #9fc5d9; font-size: 12px; }

/* Home hero entrance and ambient motion. JavaScript adds the animation class so no-JS visitors keep visible content. */
.hero.is-hero-animated .hero__content > *,
.hero.is-hero-animated .hero__visual-label,
.hero.is-hero-animated .hero-card--main,
.hero.is-hero-animated .hero-float,
.hero.is-hero-animated .hero-stats,
.hero.is-hero-animated .scope-orbit {
	opacity: 0;
	will-change: opacity, filter, transform;
}
.hero.is-hero-animated .hero__content > * { filter: blur(8px); transform: translate3d(0, 26px, 0); transition: opacity .7s ease, filter .8s ease, transform .8s cubic-bezier(.2, .75, .2, 1); }
.hero.is-hero-animated .hero__badge { transition-delay: .04s; }
.hero.is-hero-animated .hero__content > .eyebrow { transition-delay: .12s; }
.hero.is-hero-animated .hero__content > h1 { transition-delay: .2s; }
.hero.is-hero-animated .hero__lead { transition-delay: .31s; }
.hero.is-hero-animated .hero-search { transition-delay: .41s; }
.hero.is-hero-animated .hero__suggestions { transition-delay: .5s; }
.hero.is-hero-animated .hero__visual-label { transform: translate3d(0, -12px, 0); transition: opacity .55s .16s ease, transform .65s .16s cubic-bezier(.2, .75, .2, 1); }
.hero.is-hero-animated .hero-card--main { transform: translate3d(54px, 18px, 0) rotate(2deg) scale(.94); transition: opacity .78s .27s ease, transform .9s .27s cubic-bezier(.16, .85, .25, 1); }
.hero.is-hero-animated .hero-float { transition: opacity .58s ease, transform .7s cubic-bezier(.16, .85, .25, 1); }
.hero.is-hero-animated .hero-float--low { transform: translate3d(28px, 15px, 0) scale(.92); transition-delay: .5s; }
.hero.is-hero-animated .hero-float--drop { transform: translate3d(-28px, 15px, 0) scale(.92); transition-delay: .6s; }
.hero.is-hero-animated .scope-orbit { transform: scale(.86); transition: opacity 1s .28s ease, transform 1.2s .28s cubic-bezier(.2, .75, .2, 1); }
.hero.is-hero-animated .hero-stats { transform: translate3d(0, 24px, 0); transition: opacity .65s .7s ease, transform .8s .7s cubic-bezier(.2, .75, .2, 1); }
.hero.is-hero-visible .hero__content > *,
.hero.is-hero-visible .hero__visual-label,
.hero.is-hero-visible .hero-float,
.hero.is-hero-visible .hero-stats,
.hero.is-hero-visible .scope-orbit { opacity: 1; filter: blur(0); transform: none; }
.hero.is-hero-visible .hero-card--main { opacity: 1; transform: rotate(-1deg); }
.hero.is-hero-animated .hero-chart__line { stroke-dasharray: 650; stroke-dashoffset: 650; }
.hero.is-hero-visible .hero-chart__line { animation: hero-chart-draw 1.15s .65s ease-out forwards; }
.hero.is-hero-animated .hero-chart__fill,
.hero.is-hero-animated .hero-chart circle { opacity: 0; }
.hero.is-hero-visible .hero-chart__fill { animation: hero-chart-fill .7s 1.02s ease forwards; }
.hero.is-hero-visible .hero-chart circle { animation: hero-chart-point .42s 1.22s cubic-bezier(.2, 1.5, .5, 1) forwards; transform-box: fill-box; transform-origin: center; }
.hero.is-hero-settled .hero-card--main { animation: hero-card-float 5.8s ease-in-out infinite; }
.hero.is-hero-settled .hero-float--low { animation: hero-float-low 4.9s .35s ease-in-out infinite; }
.hero.is-hero-settled .hero-float--drop { animation: hero-float-drop 5.4s .8s ease-in-out infinite; }
.hero.is-hero-settled .scope-orbit--one { animation: hero-orbit-drift 18s linear infinite; }
.hero.is-hero-settled .scope-orbit--two { animation: hero-orbit-drift 24s -7s linear infinite reverse; }

@keyframes hero-chart-draw { to { stroke-dashoffset: 0; } }
@keyframes hero-chart-fill { to { opacity: 1; } }
@keyframes hero-chart-point { from { opacity: 0; transform: scale(.25); } to { opacity: 1; transform: scale(1); } }
@keyframes hero-card-float { 0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); } 50% { transform: translate3d(0, -11px, 0) rotate(-.25deg); } }
@keyframes hero-float-low { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0); } 50% { transform: translate3d(-2px, -8px, 0) rotate(.45deg); } }
@keyframes hero-float-drop { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0); } 50% { transform: translate3d(2px, -7px, 0) rotate(-.45deg); } }
@keyframes hero-orbit-drift { to { transform: rotate(360deg); } }

.home-campaign { padding: 24px 0 0; background: #fff; }
.home-campaign__card { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr) auto auto; gap: 22px; align-items: center; min-height: 132px; overflow: hidden; padding: 20px 24px; color: #fff; border-radius: 22px; background: radial-gradient(circle at 13% 0, rgba(255, 255, 255, .2), transparent 28%), linear-gradient(118deg, #202936 0%, #18212d 58%, #e36c16 58%, #f59127 100%); box-shadow: 0 17px 38px rgba(27, 39, 52, .16); transition: box-shadow .2s, transform .2s; }
.home-campaign__card::after { position: absolute; right: 22%; bottom: -70px; width: 210px; height: 210px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; content: ""; }
.home-campaign__card:hover { box-shadow: 0 22px 48px rgba(27, 39, 52, .22); transform: translateY(-2px); }
.home-campaign__mark { position: relative; z-index: 1; display: grid; width: 82px; height: 82px; color: #26313e; border-radius: 50%; background: #fff; box-shadow: 0 10px 25px rgba(0, 0, 0, .18); place-content: center; text-align: center; transform: rotate(-7deg); }
.home-campaign__mark b { color: #e36c16; font-size: 18px; letter-spacing: .09em; line-height: 1; }
.home-campaign__mark i { margin-top: 6px; font-size: 16px; font-style: normal; font-weight: 900; line-height: 1; }
.home-campaign__copy { position: relative; z-index: 1; display: grid; min-width: 0; }
.home-campaign__copy > small { display: flex; align-items: center; gap: 9px; margin-bottom: 5px; color: #ffd4b4; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.home-campaign__copy > small b { padding: 3px 7px; color: #2a3440; border-radius: 999px; background: #ffb266; letter-spacing: .06em; }
.home-campaign__copy > strong { font-size: clamp(21px, 2.4vw, 31px); line-height: 1.28; letter-spacing: -.035em; }
.home-campaign__copy > span { margin-top: 5px; color: #cbd4dc; font-size: 12px; }
.home-campaign__period { position: relative; z-index: 1; display: grid; min-width: 106px; padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, .22); }
.home-campaign__period small { color: #ffe2c5; font-size: 12px; font-weight: 800; }
.home-campaign__period strong { font-size: 18px; }
.home-campaign__action { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px; color: #27313d; border-radius: 11px; background: #fff; font-size: 12px; font-weight: 900; white-space: nowrap; }
.home-campaign__action b { color: #e36c16; font-size: 16px; }
.home-campaign__note { margin: 7px 5px 0; color: #77838d; font-size: 12px; text-align: right; }

.home-updates { padding: 28px 0; background: #fff; }
.home-updates__panel { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.75fr); gap: clamp(25px, 4vw, 58px); align-items: center; padding: 27px 30px; border: 1px solid var(--ps-line); border-radius: 22px; background: linear-gradient(128deg, #f3faff 0%, #fff 56%); box-shadow: 0 14px 34px rgba(9, 49, 80, .07); }
.home-updates__heading h2 { margin: 4px 0 8px; color: var(--ps-navy); font-size: clamp(24px, 2.3vw, 34px); line-height: 1.25; letter-spacing: -.04em; }
.home-updates__heading > p:not(.eyebrow) { max-width: 390px; margin: 0; color: var(--ps-muted); font-size: 12px; line-height: 1.85; }
.home-updates__heading small { display: flex; align-items: center; gap: 7px; margin-top: 13px; color: #477086; font-size: 12px; font-weight: 800; line-height: 1.5; }
.home-updates__heading small span { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--ps-green); box-shadow: 0 0 0 4px rgba(23, 190, 143, .12); }
.home-updates__list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.home-updates__list li + li { border-top: 1px solid #dceaf1; }
.home-updates__item { display: grid; grid-template-columns: 64px 62px minmax(0, 1fr) 22px; gap: 11px; align-items: center; min-height: 48px; padding: 7px 2px; color: var(--ps-navy); text-decoration: none; }
.home-updates__item[href] { transition: color .2s, transform .2s; }
.home-updates__item[href]:hover { color: var(--ps-blue-dark); transform: translateX(3px); }
.home-updates__item time { color: #6f8390; font-size: 12px; font-weight: 800; white-space: nowrap; }
.home-updates__type { display: inline-flex; justify-content: center; align-items: center; min-height: 22px; padding: 3px 7px; color: #12668e; border-radius: 999px; background: #e8f6fd; font-size: 12px; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.home-updates__type--price { color: #a14b12; background: #fff0df; }
.home-updates__type--guide { color: #5b4c9a; background: #f0edff; }
.home-updates__type--campaign { color: #9a3f0e; background: #ffe8d1; }
.home-updates__type--feature { color: #086a52; background: #e5f7f1; }
.home-updates__item strong { min-width: 0; overflow: hidden; font-size: 12px; line-height: 1.55; text-overflow: ellipsis; white-space: nowrap; }
.home-updates__item > b { color: var(--ps-blue-dark); font-size: 16px; text-align: right; }

.section { padding: 100px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
.section-heading h2, .how-grid h2 { margin: 0; color: var(--ps-navy); font-size: clamp(30px, 3.2vw, 46px); line-height: 1.3; letter-spacing: -.045em; }
.section-heading p:not(.eyebrow) { margin: 8px 0 0; color: var(--ps-muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ps-navy); font-size: 16px; font-weight: 800; }
.text-link span { color: var(--ps-blue); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 48px; padding: 11px 22px; color: #fff; border: 1px solid var(--ps-navy); border-radius: 11px; background: var(--ps-navy); font-size: 16px; font-weight: 800; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.button--outline { color: var(--ps-navy); background: #fff; }
.button:hover { border-color: var(--ps-blue-dark); background: var(--ps-blue-dark); box-shadow: 0 8px 20px rgba(8, 127, 196, .18); transform: translateY(-1px); }
.button--ghost { color: var(--ps-navy); background: transparent; }
.button--white { color: var(--ps-navy); border-color: #fff; background: #fff; }
.button--wide { width: 100%; }
.button.is-disabled { opacity: .48; pointer-events: none; }

.section--categories { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.category-tile { position: relative; display: grid; min-width: 0; min-height: 185px; padding: 22px; overflow: hidden; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.category-tile::after { position: absolute; right: -32px; bottom: -48px; width: 120px; height: 120px; border-radius: 50%; background: var(--ps-surface); content: ""; transition: transform .3s; }
.category-tile:hover { border-color: rgba(18, 166, 249, .5); box-shadow: var(--ps-shadow); transform: translateY(-3px); }
.category-tile:hover::after { transform: scale(1.2); }
.category-tile__icon { display: grid; width: 60px; height: 60px; overflow: hidden; border-radius: 16px; background: #eaf7fe; transition: transform .25s cubic-bezier(.2, .75, .25, 1); place-items: center; }
.category-tile:hover .category-tile__icon { transform: translateY(-4px) scale(1.025); }
.category-tile__icon .ps-card-icon { width: 54px; height: 54px; }
.category-tile strong { align-self: end; color: var(--ps-navy); font-size: 16px; }
.category-tile small { color: var(--ps-muted); font-size: 12px; }
.category-tile__arrow { position: absolute; z-index: 1; right: 20px; bottom: 20px; color: var(--ps-blue); font-size: 18px; font-weight: 800; }

.home-market { color: #fff; background: linear-gradient(135deg, #061f35, #0a3b62); }
.home-market__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 5vw, 72px); align-items: center; }
.home-market h2 { margin: 0; font-size: clamp(31px, 3.35vw, 44px); line-height: 1.3; letter-spacing: -.05em; }
.home-market p:not(.eyebrow) { max-width: 560px; margin: 20px 0 28px; color: #bed2df; }
.home-market .eyebrow { color: #6bd0ff; }
.home-market .button { color: var(--ps-navy); border-color: #fff; background: #fff; }
.home-market__segments { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.home-market__segments > div { display: grid; min-height: 210px; padding: 20px 22px; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .07); }
.home-market__segments span { color: #a8c5d8; font-size: 12px; font-weight: 800; }
.home-market__segments .home-market__segment-head { display: flex; align-items: center; gap: 12px; }
.home-market__segment-head .ps-card-icon { width: 48px; height: 48px; padding: 3px; border-radius: 13px; background: rgba(255, 255, 255, .94); }
.home-market__segment-head em { color: #c5dce9; font-style: normal; }
.home-market__segments strong { align-self: end; font-size: 26px; letter-spacing: -.04em; }
.home-market__segments small { color: #7fc9ee; font-size: 12px; }
.home-market__segment-index { display: flex; align-items: end; gap: 10px; margin-top: 10px; }
.home-market__segment-index strong { color: #fff; font-size: 34px; line-height: 1; }
.home-market__segment-index small { color: #a8c5d8; line-height: 1.35; }
.home-market__trend { display: flex; align-items: center; gap: 6px; margin-top: 10px; font-weight: 900; }
.home-market__trend b { font-size: 22px; line-height: 1; }
.home-market__trend strong { align-self: auto; font-size: 18px; line-height: 1; }
.home-market__trend em { color: currentColor; font-size: 12px; font-style: normal; }
.home-market__trend.is-down { color: #67e1b7; }
.home-market__trend.is-up { color: #ff9b83; }
.home-market__trend.is-flat { color: #7fc9ee; }
.home-market__segments .home-market__meta { margin-top: 7px; color: #a8c5d8; }

.home-device-guide { background: var(--ps-surface); }
.home-device-guide__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.home-device-guide h2 { margin: 0; color: var(--ps-navy); font-size: clamp(32px, 3.8vw, 52px); line-height: 1.3; letter-spacing: -.05em; }
.home-device-guide p:not(.eyebrow) { max-width: 530px; margin: 18px 0 28px; color: var(--ps-muted); }
.home-device-guide__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.home-device-guide__cards a { display: grid; min-height: 165px; padding: 20px; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.home-device-guide__cards a:hover { border-color: rgba(18, 166, 249, .55); box-shadow: var(--ps-shadow); transform: translateY(-2px); }
.home-device-guide__cards span { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.home-device-guide__cards .home-device-guide__card-head { display: flex; align-items: center; gap: 11px; }
.home-device-guide__card-head em { color: var(--ps-blue-dark); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .12em; }
.home-device-guide__cards strong { align-self: end; color: var(--ps-navy); font-size: 16px; }
.home-device-guide__cards small { color: var(--ps-muted); font-size: 12px; }

.home-game-guide { color: #fff; background: radial-gradient(circle at 88% 18%, rgba(18, 166, 249, .22), transparent 30%), linear-gradient(135deg, #061f35, #0a3b62); }
.home-game-guide__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
.home-game-guide h2 { margin: 0; color: #fff; font-size: clamp(31px, 3.35vw, 44px); line-height: 1.3; letter-spacing: -.05em; }
.home-game-guide p:not(.eyebrow) { max-width: 540px; margin: 18px 0 28px; color: #bed2df; }
.home-game-guide .eyebrow { color: #6bd0ff; }
.home-game-guide__titles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.home-game-guide__titles a { display: grid; grid-template-columns: 76px 24px minmax(0, 1fr); gap: 1px 10px; align-items: center; min-width: 0; padding: 8px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 15px; background: rgba(255, 255, 255, .07); transition: background .2s, transform .2s; }
.home-game-guide__titles a:hover { background: rgba(255, 255, 255, .13); transform: translateY(-2px); }
.home-game-guide__titles img { grid-row: 1 / 3; width: 76px; height: 58px; border-radius: 10px; background: #082944; object-fit: cover; }
.home-game-guide__titles span { grid-row: 1 / 3; align-self: center; color: #6bd0ff; font-size: 12px; font-weight: 900; }
.home-game-guide__titles strong { overflow: hidden; font-size: 16px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.home-game-guide__titles small { color: #9fc0d5; font-size: 12px; }

.section--products { background: var(--ps-surface); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; width: 100%; }
.price-drop-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.price-drop-grid .product-card { grid-column: span 2; }
.price-drop-grid .product-card--drop-rank-1 { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); grid-column: 1 / -1; min-height: 360px; border-color: #e5bd55; background: linear-gradient(135deg, #fffaf0, #fff 62%); box-shadow: 0 16px 38px rgba(121, 83, 0, .09); }
.price-drop-grid .product-card--drop-rank-2, .price-drop-grid .product-card--drop-rank-3 { display: grid; grid-template-columns: 210px minmax(0, 1fr); grid-column: span 3; min-height: 326px; }
.product-card { overflow: hidden; border: 1px solid rgba(220, 231, 238, .95); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 4px 14px rgba(9, 44, 76, .025); transition: box-shadow .25s, transform .25s; }
.product-card:hover { box-shadow: var(--ps-shadow); transform: translateY(-4px); }
.product-card__media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #edf4f8; }
.product-card--drop-rank-1 .product-card__media { height: 100%; min-height: 360px; aspect-ratio: auto; background: linear-gradient(145deg, #fff8dc, #edf7fc); }
.product-card--drop-rank-2 .product-card__media, .product-card--drop-rank-3 .product-card__media { height: 100%; min-height: 326px; aspect-ratio: auto; }
.product-card--drop-rank-1 .product-card__media > img.is-api-image { padding: 34px; }
.product-card__media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card__media > img.is-api-image { padding: 22px; background: #fff; object-fit: contain; }
.product-card:hover .product-card__media > img { transform: scale(1.035); }
.product-placeholder { display: grid; width: 100%; height: 100%; min-height: 220px; background: radial-gradient(circle at 50% 45%, #fff 0 25%, #eef6fa 66%); place-items: center; }
.product-placeholder img { opacity: .46; }
.product-placeholder--large { min-height: 440px; border-radius: var(--ps-radius); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 5px 10px; color: #fff; border-radius: 6px; background: var(--ps-navy); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.product-card--ranked-drop .product-badge { right: 14px; left: auto; }
.product-badge--lowest { background: var(--ps-green); }
.product-badge--sale { background: linear-gradient(135deg, #e6521f, #f08a24); box-shadow: 0 6px 18px rgba(198, 68, 21, .22); }
.product-card__drop-rank { --drop-rank-color: #157cae; --drop-rank-dark: #074b72; --drop-rank-light: #dff5ff; position: absolute; z-index: 2; top: 14px; left: 14px; display: grid; justify-items: center; width: 78px; color: #fff; filter: drop-shadow(0 8px 12px rgba(8, 44, 75, .2)); }
.product-card__drop-rank > small { position: relative; z-index: 3; margin-bottom: -8px; padding: 4px 6px; color: var(--drop-rank-dark); border: 1px solid color-mix(in srgb, var(--drop-rank-color) 58%, #fff); border-radius: 999px; background: var(--drop-rank-light); box-shadow: 0 3px 7px rgba(8, 44, 75, .13); font-size: 12px; font-weight: 900; letter-spacing: .03em; white-space: nowrap; }
.product-card__drop-emblem { position: relative; z-index: 0; width: 62px; height: 62px; }
.product-card__drop-emblem-face { position: absolute; z-index: 2; inset: 0; display: flex; align-items: baseline; justify-content: center; gap: 2px; padding-top: 18px; border: 3px solid rgba(255, 255, 255, .9); border-radius: 50%; background: radial-gradient(circle at 33% 25%, rgba(255, 255, 255, .82), transparent 17%), repeating-conic-gradient(from -8deg, color-mix(in srgb, var(--drop-rank-color) 82%, #fff) 0 10deg, var(--drop-rank-color) 10deg 20deg); box-shadow: 0 0 0 3px var(--drop-rank-dark), inset 0 0 0 3px color-mix(in srgb, var(--drop-rank-color) 65%, #fff); }
.product-card__drop-emblem::before, .product-card__drop-emblem::after { position: absolute; z-index: 1; bottom: -18px; width: 23px; height: 33px; background: linear-gradient(180deg, var(--drop-rank-color), var(--drop-rank-dark)); clip-path: polygon(0 0, 100% 0, 84% 100%, 50% 76%, 16% 100%); content: ""; }
.product-card__drop-emblem::before { left: 5px; transform: rotate(8deg); }
.product-card__drop-emblem::after { right: 5px; transform: rotate(-8deg); }
.product-card__drop-emblem-face strong { color: #fff; font-size: 25px; line-height: 1; text-shadow: 0 1px 2px rgba(0, 0, 0, .3); }
.product-card__drop-emblem-face em { color: #fff; font-size: 12px; font-style: normal; font-weight: 900; text-shadow: 0 1px 2px rgba(0, 0, 0, .3); }
.product-card--drop-rank-1 .product-card__drop-rank { --drop-rank-color: #d8a313; --drop-rank-dark: #735000; --drop-rank-light: #fff4c6; }
.product-card--drop-rank-2 .product-card__drop-rank { --drop-rank-color: #93a3af; --drop-rank-dark: #4c606f; --drop-rank-light: #eef4f7; }
.product-card--drop-rank-3 .product-card__drop-rank { --drop-rank-color: #bd7040; --drop-rank-dark: #74401f; --drop-rank-light: #ffeadc; }
.product-card__body { padding: 20px; }
.product-card--drop-rank-1 .product-card__body { display: flex; justify-content: center; padding: 34px; flex-direction: column; }
.product-card--drop-rank-2 .product-card__body, .product-card--drop-rank-3 .product-card__body { display: flex; justify-content: center; padding: 24px 22px; flex-direction: column; }
.product-card__meta { display: flex; gap: 8px; margin-bottom: 7px; color: var(--ps-muted); font-size: 12px; }
.product-card__meta span + span::before { margin-right: 8px; content: "·"; }
.product-card__match-reasons { display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 9px; }
.product-card__match-reasons span { padding: 4px 7px; color: var(--ps-blue-dark); border-radius: 999px; background: #eaf7fe; font-size: 12px; font-weight: 800; }
.product-card__title { min-height: 3em; margin: 0 0 15px; color: var(--ps-navy); font-size: 17px; line-height: 1.5; }
.product-card--drop-rank-1 .product-card__title { min-height: 0; font-size: clamp(22px, 2.4vw, 31px); line-height: 1.35; }
.product-card__title a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card__title a:hover { color: var(--ps-blue-dark); }
.product-card__specs { display: flex; flex-wrap: wrap; gap: 6px; min-height: 27px; margin: -5px 0 14px; }
.product-card__specs div { display: inline-flex; align-items: center; gap: 4px; max-width: 100%; padding: 4px 7px; overflow: hidden; border-radius: 6px; background: var(--ps-surface); font-size: 12px; white-space: nowrap; }
.product-card__specs dt { color: var(--ps-muted); }
.product-card__specs dd { margin: 0; overflow: hidden; color: var(--ps-navy); font-weight: 800; text-overflow: ellipsis; }
.product-card__reference-price { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; padding: 8px 10px; border-radius: 8px; background: #f2f6f8; }
.product-card__reference-price > span { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; color: #587083; font-size: 12px; font-weight: 700; }
.product-card__reference-price small { padding: 2px 5px; color: #6c8291; border: 1px solid #d5e1e7; border-radius: 999px; background: #fff; font-size: 12px; line-height: 1.2; }
.product-card__reference-price strong { flex: 0 0 auto; color: #3c576b; font-size: 16px; letter-spacing: -.02em; }
.product-card__price-row { display: flex; justify-content: space-between; align-items: end; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--ps-line); }
.product-card__price-row > div { display: grid; }
.product-card__price-row small { color: var(--ps-muted); font-size: 12px; }
.product-card__price-row strong { color: var(--ps-navy); font-size: 25px; line-height: 1.35; letter-spacing: -.035em; }
.product-card--drop-rank-1 .product-card__price-row strong { font-size: 34px; }
.product-card--drop-rank-1 .price-drop { padding: 7px 11px; font-size: 16px; }
.price-drop { padding: 4px 8px; color: var(--ps-green); border-radius: 6px; background: #e9f8f3; font-size: 12px; font-weight: 800; }
.price-drop--minor { color: #526b7d; background: #eef4f7; }
.price-drop--history { padding: 7px 11px; color: #006e50; background: #dcf7ec; font-size: 15px; white-space: nowrap; }
.product-card__price-row .price-reference-change { display: inline-grid; flex: 0 0 auto; min-width: 0; max-width: 145px; padding: 5px 7px; border-radius: 7px; text-align: right; }
.product-card .product-card__price-row .price-reference-change > strong { color: inherit; font-size: 13px; line-height: 1.3; letter-spacing: 0; white-space: nowrap; }
.product-card__price-row .price-reference-change > small { color: inherit; font-size: 12px; line-height: 1.3; }
.price-reference-change--lower { color: #006e50; background: #dcf7ec; }
.price-reference-change--lower strong, .price-reference-change--lower small { color: inherit; }
.price-reference-change--higher { color: #9a491e; background: #fff0e6; }
.price-reference-change--higher strong, .price-reference-change--higher small { color: inherit; }
.price-reference-change--steady { color: #526b7d; background: #eef4f7; }
.price-reference-change--steady strong, .price-reference-change--steady small { color: inherit; }
.product-card__history-drop { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 11px; padding: 10px 12px; color: #086e55; border: 1px solid #b9e8d8; border-radius: 9px; background: #eefaf6; }
.product-card__history-drop strong { font-size: 14px; line-height: 1.45; }
.product-card__history-drop small { color: #507064; font-size: 12px; line-height: 1.45; text-align: right; }
.product-card--verified-sale { border-color: #f1c6a3; background: linear-gradient(180deg, #fffaf5, #fff 34%); }
.product-card--verified-sale:hover { box-shadow: 0 17px 34px rgba(152, 75, 24, .11); }
.product-card__sale-proof { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: center; margin-top: 14px; padding: 13px 14px; border: 1px solid #f3d9c2; border-radius: 11px; background: #fff7ef; }
.product-card__sale-proof > span { display: grid; }
.product-card__sale-proof small { color: #836754; font-size: 12px; }
.product-card__sale-proof del { color: #78685c; font-size: 14px; font-weight: 800; }
.product-card__sale-proof > strong { display: flex; align-items: baseline; gap: 5px; color: #c74018; font-size: 19px; }
.product-card__sale-proof > strong small { color: inherit; font-weight: 900; }
.product-card__sale-proof p { grid-column: 1 / -1; margin: 3px 0 0; color: #8c3b1e; font-size: 12px; font-weight: 900; }
.product-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 15px; color: var(--ps-muted); font-size: 12px; }
.product-compare-button { display: flex; justify-content: center; align-items: center; gap: 7px; width: 100%; min-height: 36px; margin-top: 12px; padding: 7px 10px; color: var(--ps-blue-dark); border: 1px solid #b8def2; border-radius: 8px; background: #f3faff; font-size: 12px; font-weight: 800; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.product-compare-button:hover { border-color: var(--ps-blue-dark); }
.product-compare-button.is-selected { color: #fff; border-color: var(--ps-blue-dark); background: var(--ps-blue-dark); }
.product-compare-button--detail { min-height: 44px; margin-top: 10px; font-size: 12px; }

.has-compare-tray { padding-bottom: 104px; }
.compare-tray { position: fixed; z-index: 160; right: 0; bottom: 0; left: 0; color: #fff; background: rgba(6, 31, 53, .97); box-shadow: 0 -12px 35px rgba(6, 31, 53, .18); backdrop-filter: blur(14px); }
.compare-tray[hidden] { display: none; }
.compare-tray__inner { display: grid; grid-template-columns: 170px 1fr auto; gap: 20px; align-items: center; min-height: 88px; padding-block: 12px; }
.compare-tray__summary { display: grid; }
.compare-tray__summary strong { font-size: 16px; }
.compare-tray__summary strong span { color: #6bd0ff; }
.compare-tray__summary > span { color: #aac3d4; font-size: 12px; }
.compare-tray__items { display: flex; gap: 7px; margin: 0; padding: 0; overflow: hidden; list-style: none; }
.compare-tray__items li { display: flex; flex: 1 1 0; justify-content: space-between; align-items: center; gap: 6px; min-width: 0; max-width: 220px; padding: 8px 9px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 8px; background: rgba(255, 255, 255, .06); }
.compare-tray__items li span { overflow: hidden; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.compare-tray__items li button { flex: 0 0 auto; padding: 0 2px; color: #b9d0df; border: 0; background: transparent; font-size: 16px; cursor: pointer; }
.compare-tray__actions { display: flex; align-items: center; gap: 12px; }
.compare-tray__actions > button { padding: 5px; color: #b9d0df; border: 0; background: transparent; font-size: 12px; text-decoration: underline; cursor: pointer; }
.compare-tray .button { min-height: 42px; color: var(--ps-navy); border-color: #fff; background: #fff; font-size: 12px; }

.section--how { color: #fff; background: var(--ps-navy); }
.section--how .eyebrow { color: #69c9ff; }
.how-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.how-grid h2 { color: #fff; }
.how-grid > div > p:not(.eyebrow) { max-width: 500px; margin: 22px 0 30px; color: #b8ccda; }
.how-grid .button { color: var(--ps-navy); border-color: #fff; background: #fff; }
.how-steps { margin: 0; padding: 0; list-style: none; }
.how-steps li { display: grid; grid-template-columns: 75px 1fr; gap: 23px; padding: 28px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.how-steps li:first-child { padding-top: 0; }
.how-steps > li > span { display: grid; width: 58px; height: 58px; color: #69c9ff; border: 1px solid rgba(105, 201, 255, .45); border-radius: 50%; font-size: 16px; font-weight: 800; place-items: center; }
.how-steps h3 { margin: 1px 0 4px; font-size: 19px; }
.how-steps p { margin: 0; color: #a9c2d2; font-size: 16px; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: 100%; }
.article-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-card { overflow: hidden; border-bottom: 1px solid var(--ps-line); }
.article-card__media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--ps-radius-sm); background: var(--ps-surface); }
.article-card--featured { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); grid-column: 1 / -1; overflow: hidden; border: 1px solid #cfe2ec; border-radius: var(--ps-radius); background: linear-gradient(135deg, #fff, #f2f9fd); box-shadow: 0 13px 34px rgba(9, 44, 76, .07); }
.article-grid--featured > .article-card:not(.article-card--featured) { display: grid; grid-template-columns: 205px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--ps-line); border-radius: var(--ps-radius-sm); background: #fff; }
.article-card--featured .article-card__media { min-height: 310px; aspect-ratio: auto; border-radius: 0; }
.article-grid--featured > .article-card:not(.article-card--featured) .article-card__media { height: 100%; min-height: 270px; aspect-ratio: auto; border-radius: 0; }
.article-card__feature-badge { position: absolute; top: 16px; left: 16px; padding: 7px 10px; color: #fff; border-radius: 999px; background: var(--ps-blue-dark); box-shadow: 0 7px 16px rgba(9, 75, 115, .2); font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.article-card:hover .article-card__media img { transform: scale(1.04); }
.article-placeholder { display: grid; width: 100%; height: 100%; color: #7aa2be; background: linear-gradient(135deg, #eff8fd, #deeff9); font-size: 19px; font-weight: 800; letter-spacing: -.04em; place-items: center; }
.article-card__body { padding: 20px 2px 22px; }
.article-card--featured .article-card__body { display: flex; justify-content: center; padding: 34px; flex-direction: column; }
.article-grid--featured > .article-card:not(.article-card--featured) .article-card__body { display: flex; justify-content: center; padding: 21px 19px; flex-direction: column; }
.article-card__labels { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.article-card__labels > span:not(.eyebrow) { padding: 4px 8px; color: var(--ps-blue-dark); border-radius: 999px; background: #e6f5fc; font-size: 12px; font-weight: 900; }
.article-card__body h3 { margin: 5px 0 8px; color: var(--ps-navy); font-size: 19px; line-height: 1.5; }
.article-grid--featured > .article-card:not(.article-card--featured) .article-card__body h3 { font-size: 16px; }
.article-card--featured .article-card__body h3 { margin-block: 12px; font-size: clamp(23px, 2.4vw, 32px); line-height: 1.4; }
.article-card__body p { display: -webkit-box; margin: 0 0 12px; overflow: hidden; color: var(--ps-muted); font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-card--featured .article-card__body p { font-size: 16px; line-height: 1.8; -webkit-line-clamp: 3; }
.article-card time { color: #8c99a4; font-size: 12px; }
.cta-band { padding: 62px 0; color: #fff; background: var(--ps-blue-dark); }
.cta-band .wrap { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band .eyebrow { color: #c6eaff; }
.cta-band h2 { margin: 0; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.04em; }

.page-hero { background: var(--ps-surface); }
.page-hero--compact { padding: 66px 0; }
.page-hero h1 { margin: 0; color: var(--ps-navy); font-size: clamp(38px, 5vw, 58px); line-height: 1.25; letter-spacing: -.055em; }
.page-hero p:not(.eyebrow) { margin: 10px 0 0; color: var(--ps-muted); }
.content-dates { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 16px 0 0; color: var(--ps-muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.content-dates > span { display: flex; align-items: center; gap: 6px; }
.content-dates > span + span { padding-left: 14px; border-left: 1px solid var(--ps-line); }
.content-dates b { color: var(--ps-navy); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.content-dates small { color: var(--ps-muted); font-size: 12px; }
.content-dates--dark { color: #c5dae7; }
.content-dates--dark > span + span { border-color: rgba(255, 255, 255, .18); }
.content-dates--dark b { color: #7fd3ff; }
.content-dates--dark small { color: #9db8ca; }
.archive-layout { display: grid; grid-template-columns: 270px 1fr; gap: 42px; padding-block: 64px 100px; }
.filter-panel__mobile-toggle { display: none; }
.filter-panel form { position: sticky; top: 115px; display: grid; gap: 16px; max-height: calc(100vh - 135px); padding: 22px; overflow: auto; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; }
.filter-panel label { margin-top: 6px; color: var(--ps-navy); font-size: 12px; font-weight: 800; }
.filter-panel input, .filter-panel select { width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid var(--ps-line); border-radius: 8px; background: #fff; font-size: 16px; }
.filter-panel__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--ps-line); }
.filter-panel__head strong { color: var(--ps-navy); font-size: 17px; }
.filter-panel__head span { padding: 3px 7px; color: var(--ps-blue-dark); border-radius: 20px; background: #eaf7ff; font-size: 12px; font-weight: 800; }
.filter-panel__field { display: grid; gap: 6px; }
.filter-panel__field > label { margin: 0; }
.filter-panel__quick { min-width: 0; margin: 0; padding: 0; border: 0; }
.filter-panel__quick legend { margin-bottom: 7px; color: var(--ps-navy); font-size: 12px; font-weight: 800; }
.filter-panel__quick > div { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-panel__quick label { display: flex; align-items: center; gap: 6px; min-height: 34px; margin: 0; padding: 6px 9px; border: 1px solid var(--ps-line); border-radius: 8px; background: var(--ps-surface); cursor: pointer; }
.filter-panel__quick input { width: 15px; height: 15px; margin: 0; padding: 0; accent-color: var(--ps-blue-dark); }
.filter-panel__quick span { font-size: 12px; }
.filter-panel__disclosure { min-width: 0; border-top: 1px solid var(--ps-line); }
.filter-panel__disclosure summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 2px 9px; color: var(--ps-navy); cursor: pointer; font-size: 12px; font-weight: 800; list-style: none; }
.filter-panel__disclosure summary::-webkit-details-marker { display: none; }
.filter-panel__disclosure summary::after { content: "+"; color: var(--ps-blue-dark); font-size: 16px; }
.filter-panel__disclosure[open] summary::after { content: "−"; }
.filter-panel__disclosure summary small { margin-left: auto; color: var(--ps-muted); font-size: 12px; font-weight: 700; }
.filter-panel__group { min-width: 0; margin: 0; padding: 0; border: 0; }
.filter-panel__group legend { width: 100%; margin-bottom: 7px; color: var(--ps-navy); font-size: 12px; font-weight: 800; }
.filter-options { display: grid; max-height: 235px; padding: 4px 7px 4px 2px; overflow-y: auto; border: 1px solid var(--ps-line); border-radius: 9px; }
.filter-options--makers { max-height: 180px; }
.filter-panel .filter-option { display: grid; grid-template-columns: 17px minmax(0, 1fr) auto; gap: 7px; align-items: center; min-height: 30px; margin: 0; padding: 4px 2px; cursor: pointer; }
.filter-panel .filter-option + .filter-option { border-top: 1px solid #edf3f6; }
.filter-panel .filter-option--parent { margin-top: 2px; font-weight: 900; }
.filter-panel .filter-option--child { padding-left: 13px; color: #436074; font-weight: 600; }
.filter-panel .filter-option--depth-2 { padding-left: 29px; color: #587185; font-size: 12px; }
.filter-panel .filter-option--depth-2::before { width: 8px; height: 1px; margin-right: -3px; background: #b8cad5; content: ""; }
.filter-panel .filter-option input[type="checkbox"] { width: 16px; height: 16px; margin: 0; padding: 0; accent-color: var(--ps-blue-dark); }
.filter-option span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.filter-option small { color: #8a9ba7; font-size: 12px; }
.filter-panel__actions { display: grid; gap: 8px; text-align: center; }
.filter-panel__actions .button { width: 100%; margin: 0; }
.filter-panel__actions a { color: var(--ps-blue-dark); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.archive-results__head { display: flex; justify-content: space-between; align-items: end; gap: 22px; margin-bottom: 22px; }
.archive-results__head h2 { margin: 0; color: var(--ps-navy); font-size: 20px; }
.archive-results__head p { margin: 0; color: var(--ps-muted); font-size: 12px; }
.archive-sort { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; margin: 0; color: var(--ps-muted); font-size: 12px; font-weight: 800; }
.archive-sort select { min-height: 41px; padding: 8px 34px 8px 12px; border: 1px solid var(--ps-line); border-radius: 8px; background: #fff; color: var(--ps-navy); font-size: 12px; font-weight: 700; }
.active-filter-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: -7px 0 22px; padding: 12px; border: 1px solid var(--ps-line); border-radius: 11px; background: var(--ps-surface); }
.active-filter-chips__label { margin-right: 3px; color: var(--ps-muted); font-size: 12px; font-weight: 800; }
.active-filter-chips a { display: inline-flex; align-items: center; gap: 6px; min-height: 31px; padding: 5px 9px; color: var(--ps-navy); border: 1px solid #cfe3ee; border-radius: 20px; background: #fff; font-size: 12px; font-weight: 700; }
.active-filter-chips a:hover { border-color: var(--ps-blue); }
.active-filter-chips a b { color: var(--ps-blue-dark); font-size: 16px; line-height: 1; }
.active-filter-chips .active-filter-chips__clear { margin-left: auto; color: var(--ps-blue-dark); border: 0; background: transparent; text-decoration: underline; text-underline-offset: 3px; }
.product-grid--archive { grid-template-columns: repeat(2, 1fr); }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; justify-content: center; gap: 7px; }
.nav-links .page-numbers { display: grid; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--ps-line); border-radius: 8px; background: #fff; font-size: 12px; font-weight: 700; place-items: center; }
.nav-links .current { color: #fff; border-color: var(--ps-navy); background: var(--ps-navy); }
.incremental-pagination { display: grid; justify-items: center; gap: 11px; margin-top: 42px; }
.incremental-pagination .navigation.pagination { margin-top: 0; }
.incremental-pagination.is-enhanced .navigation.pagination { display: none; }
.incremental-pagination__count { margin: 0; color: var(--ps-muted); font-size: 12px; font-weight: 700; }
.incremental-pagination__count strong { color: var(--ps-navy); font-size: 16px; }
.load-more-button { display: inline-flex; align-items: center; justify-content: center; min-width: 260px; min-height: 54px; padding: 13px 28px; border: 1px solid var(--ps-navy); border-radius: 12px; background: var(--ps-navy); color: #fff; font: inherit; font-size: 16px; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(4, 42, 74, .12); transition: background .2s, border-color .2s, transform .2s; }
.load-more-button:hover { border-color: var(--ps-blue-dark); background: var(--ps-blue-dark); transform: translateY(-1px); }
.load-more-button:disabled { cursor: wait; opacity: .68; transform: none; }
.load-more-button[hidden] { display: none; }
.incremental-pagination__status { min-height: 1.5em; margin: 0; color: var(--ps-muted); font-size: 12px; }
.empty-state { grid-column: 1 / -1; padding: 75px 30px; border: 1px dashed #c9dbe6; border-radius: var(--ps-radius); background: rgba(255, 255, 255, .58); text-align: center; }
.empty-state img { margin: 0 auto 16px; opacity: .4; }
.empty-state h2, .empty-state h3 { margin: 0 0 7px; color: var(--ps-navy); }
.empty-state p { margin: 0 0 20px; color: var(--ps-muted); }
.empty-state--small { padding-block: 45px; }

.category-archive { background: #fff; }
.category-hero { background: radial-gradient(circle at 82% 22%, rgba(18, 166, 249, .13), transparent 28%), var(--ps-surface); }
.category-hero__grid { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.category-hero__grid > div:first-child { max-width: 720px; }
.category-hero__grid > .content-dates { grid-column: 1 / -1; margin-top: -28px; }
.category-hero__facts { display: grid; grid-template-columns: repeat(3, 122px); overflow: hidden; border: 1px solid var(--ps-line); border-radius: 16px; background: var(--ps-line); gap: 1px; }
.category-hero__facts div { display: grid; min-height: 108px; padding: 18px 13px; background: rgba(255, 255, 255, .88); place-content: center; text-align: center; }
.category-hero__facts strong { color: var(--ps-navy); font-size: 25px; line-height: 1.25; }
.category-hero__facts span { color: var(--ps-muted); font-size: 12px; font-weight: 700; }
.category-section-head { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 26px; }
.category-section-head h2 { margin: 0; color: var(--ps-navy); font-size: clamp(25px, 3vw, 38px); line-height: 1.3; letter-spacing: -.045em; }
.category-section-head > p { margin: 0; color: var(--ps-muted); font-size: 12px; }
.category-navigation { padding-block: 64px; }
.category-navigation__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.category-navigation__grid a { position: relative; display: grid; min-height: 150px; padding: 18px; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 15px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.category-navigation__grid a:hover { border-color: rgba(18, 166, 249, .5); box-shadow: 0 12px 30px rgba(9, 44, 76, .08); transform: translateY(-2px); }
.category-navigation__grid a > span { display: grid; width: 53px; height: 53px; overflow: hidden; border-radius: 14px; background: #eaf7fe; place-items: center; }
.category-navigation__grid .ps-card-icon { width: 49px; height: 49px; }
.category-navigation__grid strong { align-self: end; color: var(--ps-navy); font-size: 16px; line-height: 1.4; }
.category-navigation__grid small { color: var(--ps-muted); font-size: 12px; }
.category-navigation__grid em { position: absolute; right: 17px; bottom: 17px; color: var(--ps-blue); font-size: 17px; font-style: normal; font-weight: 900; }
.category-overview { padding-block: 72px; background: var(--ps-navy); color: #fff; }
.category-overview .eyebrow { color: #6bd0ff; }
.category-overview .category-section-head h2 { color: #fff; }
.category-overview .category-section-head > p { color: #a9c5d8; }
.category-market-pulse { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(360px, 1.18fr); margin-bottom: 18px; overflow: hidden; border: 1px solid rgba(107, 208, 255, .34); border-radius: var(--ps-radius); background: linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(44, 157, 218, .08)); box-shadow: 0 20px 50px rgba(0, 0, 0, .12); }
.category-market-pulse__summary { display: flex; flex-direction: column; justify-content: center; min-height: 280px; padding: 30px; border-right: 1px solid rgba(255, 255, 255, .12); }
.category-market-pulse__identity { display: flex; align-items: center; gap: 13px; }
.category-market-pulse__identity .ps-card-icon { width: 58px; height: 58px; }
.category-market-pulse__identity > div { display: grid; }
.category-market-pulse__identity span { font-size: 20px; font-weight: 900; }
.category-market-pulse__identity small { color: #a9c5d8; font-size: 12px; }
.category-market-pulse__index { display: flex; align-items: center; gap: 14px; margin-top: 27px; font-variant-numeric: tabular-nums; }
.category-market-pulse__index span { color: #a9c5d8; font-size: clamp(25px, 3vw, 36px); font-weight: 800; }
.category-market-pulse__index b { color: #6bd0ff; font-size: 25px; }
.category-market-pulse__index strong { font-size: clamp(39px, 5vw, 60px); line-height: 1; letter-spacing: -.055em; }
.category-market-pulse__change { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; width: fit-content; margin-top: 17px; padding: 9px 13px; border-radius: 10px; background: rgba(255, 255, 255, .09); }
.category-market-pulse__change b, .category-market-pulse__change strong { color: #76e0b7; font-size: 22px; line-height: 1; }
.category-market-pulse__change span { color: #d9e8f2; font-size: 12px; font-weight: 800; }
.category-market-pulse__change.is-up b, .category-market-pulse__change.is-up strong { color: #ff9b84; }
.category-market-pulse__change.is-flat b, .category-market-pulse__change.is-flat strong { color: #6bd0ff; }
.category-market-pulse__visual { display: flex; flex-direction: column; justify-content: center; min-width: 0; min-height: 280px; padding: 30px; }
.category-market-pulse__chart-head, .category-market-pulse__dates { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.category-market-pulse__chart-head strong { font-size: 16px; }
.category-market-pulse__chart-head span, .category-market-pulse__dates { color: #a9c5d8; font-size: 12px; }
.category-market-pulse__visual svg { width: 100%; height: 150px; margin: 8px 0 4px; overflow: visible; }
.category-market-pulse__visual svg line { stroke: rgba(255, 255, 255, .16); stroke-dasharray: 4 6; }
.category-market-pulse__visual svg polyline { fill: none; stroke: #6bd0ff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; vector-effect: non-scaling-stroke; }
.category-market-pulse__collecting { display: grid; gap: 4px; margin-top: 28px; }
.category-market-pulse__collecting strong { font-size: 25px; }
.category-market-pulse__collecting span, .category-market-pulse__empty span { color: #a9c5d8; font-size: 12px; }
.category-market-pulse__empty { display: grid; gap: 8px; place-items: center; text-align: center; }
.category-market-pulse__empty strong { font-size: 24px; }
.category-market-pulse__foot { display: flex; grid-column: 1 / -1; justify-content: space-between; align-items: center; gap: 25px; padding: 14px 30px; border-top: 1px solid rgba(255, 255, 255, .12); background: rgba(0, 0, 0, .09); }
.category-market-pulse__foot p { max-width: 760px; margin: 0; color: #a9c5d8; font-size: 12px; }
.category-market-pulse__foot a { flex: 0 0 auto; color: #6bd0ff; font-size: 12px; font-weight: 900; }
.category-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.category-stat-grid > div { display: grid; min-height: 156px; padding: 21px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 14px; background: rgba(255, 255, 255, .06); }
.category-stat-grid span { color: #a9c5d8; font-size: 12px; font-weight: 800; }
.category-stat-grid strong { align-self: end; font-size: clamp(19px, 2.2vw, 29px); line-height: 1.35; letter-spacing: -.04em; }
.category-stat-grid small { color: #7fc9ee; font-size: 12px; }
.category-overview__note { margin: 18px 0 0; color: #a9c5d8; font-size: 12px; }
.category-buy-ranking { padding-block: 72px; background: var(--ps-surface); }
.category-buy-ranking .category-section-head > div > p:not(.eyebrow) { max-width: 760px; margin: 8px 0 0; color: var(--ps-muted); font-size: 12px; line-height: 1.8; }
.category-guidance { padding-block: 75px; }
.category-commentary { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; margin-bottom: 65px; padding: 35px; border: 1px solid var(--ps-line); border-radius: 22px; background: linear-gradient(135deg, #f4faff, #fff); }
.category-commentary__intro h2 { margin: 0 0 12px; color: var(--ps-navy); font-size: clamp(25px, 3vw, 38px); line-height: 1.3; letter-spacing: -.045em; }
.category-commentary__intro > p:last-child { margin: 0; color: #426177; font-size: 12px; line-height: 1.85; }
.category-commentary__points { display: grid; gap: 12px; }
.category-commentary__points article { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 18px; border: 1px solid rgba(18, 166, 249, .15); border-radius: 14px; background: #fff; }
.category-commentary__points article > span { display: grid; width: 36px; height: 36px; color: var(--ps-blue-dark); border-radius: 50%; background: #eaf7fe; font-size: 12px; font-weight: 900; place-items: center; }
.category-commentary__points h3 { margin: 0 0 5px; color: var(--ps-navy); font-size: 16px; }
.category-commentary__points p { margin: 0; color: var(--ps-muted); font-size: 12px; line-height: 1.75; }
.category-guidance__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-guidance article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; min-height: 145px; padding: 22px; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; }
.category-guidance article > span { display: grid; width: 42px; height: 42px; color: var(--ps-blue-dark); border-radius: 50%; background: #eaf7fe; font-size: 12px; font-weight: 900; place-items: center; }
.category-guidance h3 { margin: 1px 0 6px; color: var(--ps-navy); font-size: 17px; }
.category-guidance p { margin: 0; color: var(--ps-muted); font-size: 12px; }
.category-drops { padding-block: 75px; background: var(--ps-surface); }
.category-products { padding-block: 80px 100px; }
.category-products__head { gap: 24px; margin-bottom: 28px; }
.category-products__head .eyebrow { margin-bottom: 4px; }
.category-sort { display: flex; align-items: center; gap: 8px; }
.category-sort label { color: var(--ps-muted); font-size: 12px; font-weight: 800; }
.category-sort select { min-height: 41px; padding: 8px 34px 8px 12px; border: 1px solid var(--ps-line); border-radius: 8px; background: #fff; color: var(--ps-navy); font-size: 12px; font-weight: 700; }
.category-sort button { min-height: 41px; padding: 8px 13px; color: #fff; border: 0; border-radius: 8px; background: var(--ps-navy); font-size: 12px; font-weight: 800; cursor: pointer; }
.category-support { padding-block: 80px; color: #fff; background: linear-gradient(135deg, #061f35, #0a3b62); }
.category-support__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.category-support h2 { margin: 0 0 24px; color: #fff; font-size: clamp(27px, 3vw, 39px); line-height: 1.3; letter-spacing: -.045em; }
.category-support .eyebrow { color: #6bd0ff; }
.category-related-links { display: grid; gap: 9px; }
.category-related-links a { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 15px 16px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 10px; background: rgba(255, 255, 255, .055); transition: background .2s, transform .2s; }
.category-related-links a:hover { background: rgba(255, 255, 255, .1); transform: translateX(3px); }
.category-related-links strong { font-size: 16px; }
.category-related-links small { grid-column: 1; color: #aac3d4; font-size: 12px; }
.category-related-links span { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #6bd0ff; font-weight: 900; }
.category-faq { padding: 28px; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .06); }
.category-faq h2 { margin-bottom: 16px; font-size: clamp(23px, 2.5vw, 33px); }
.category-faq dl { margin: 0; }
.category-faq dl div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.category-faq dt { font-size: 12px; font-weight: 900; }
.category-faq dd { margin: 0; color: #b8ccda; font-size: 12px; }

.product-summary { position: relative; isolation: isolate; display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; padding-top: 40px; padding-bottom: 80px; }
.product-summary::before { position: absolute; z-index: -1; inset: 0; background: #fff; box-shadow: 0 0 0 100vmax #fff; clip-path: inset(0 -100vmax); content: ""; }
.product-summary__media, .product-summary__content { width: 100%; min-width: 0; }
.product-gallery { width: 100%; max-width: 520px; margin-inline: auto; }
.product-gallery__stage { position: relative; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 18px 48px rgba(6, 43, 73, .08); }
.product-gallery__slides, .product-gallery__slide { width: 100%; height: 100%; }
.product-gallery__slide { display: grid; place-items: center; margin: 0; padding: clamp(18px, 4vw, 48px); }
.product-gallery__slide[hidden] { display: none; }
.product-gallery__slide img { display: block; width: 100%; height: 100%; object-fit: contain; }
.product-gallery__arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0 0 3px; color: var(--ps-navy); border: 1px solid rgba(13, 51, 80, .12); border-radius: 50%; background: rgba(255, 255, 255, .92); box-shadow: 0 8px 22px rgba(6, 43, 73, .14); font: 500 31px/1 sans-serif; transform: translateY(-50%); cursor: pointer; }
.product-gallery__arrow:hover { color: #fff; border-color: var(--ps-blue); background: var(--ps-blue); }
.product-gallery__arrow:focus-visible, .product-gallery__thumbs button:focus-visible { outline: 3px solid rgba(18, 166, 249, .35); outline-offset: 2px; }
.product-gallery__arrow--prev { left: 12px; }
.product-gallery__arrow--next { right: 12px; }
.product-gallery__status { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 5px 9px; color: #fff; border-radius: 999px; background: rgba(6, 43, 73, .75); font-size: 12px; font-weight: 800; }
.product-gallery__thumbs { display: flex; gap: 9px; margin-top: 12px; padding: 2px; overflow-x: auto; scrollbar-width: thin; }
.product-gallery__thumbs button { flex: 0 0 68px; width: 68px; height: 68px; padding: 7px; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: #fff; cursor: pointer; }
.product-gallery__thumbs button[aria-selected="true"] { border-color: var(--ps-blue); box-shadow: 0 5px 16px rgba(18, 166, 249, .18); }
.product-gallery__thumbs img { display: block; width: 100%; height: 100%; object-fit: contain; }
.product-gallery__arrow[hidden], .product-gallery__status[hidden], .product-gallery__thumbs[hidden], .product-gallery__thumbs button[hidden] { display: none; }
.product-summary__content { align-self: center; }
.product-summary__labels { display: flex; gap: 9px; margin-bottom: 13px; }
.product-summary__labels > * { padding: 4px 9px; color: var(--ps-blue-dark); border-radius: 5px; background: #eaf7fe; font-size: 12px; font-weight: 800; }
.product-summary h1 { margin: 0; color: var(--ps-navy); font-size: clamp(30px, 3.2vw, 45px); line-height: 1.35; letter-spacing: -.045em; }
.product-summary__lead { margin: 15px 0 22px; color: var(--ps-muted); font-size: 16px; }
.price-panel { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 0 0; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 15px; }
.price-panel__main, .price-panel__change, .price-panel__reference { display: grid; align-content: center; min-height: 118px; padding: 19px 22px; }
.price-panel__main { grid-template-columns: 1fr auto; background: var(--ps-surface); }
.price-panel__main small { grid-column: 1 / -1; color: var(--ps-muted); font-size: 12px; }
.price-panel__main strong { color: var(--ps-navy); font-size: 34px; line-height: 1.2; letter-spacing: -.04em; }
.price-panel__main span { align-self: end; color: var(--ps-muted); font-size: 12px; }
.price-panel__reference { background: #fff; }
.price-panel__reference small { color: var(--ps-muted); font-size: 12px; }
.price-panel__reference strong { color: #3c576b; font-size: 28px; line-height: 1.25; letter-spacing: -.035em; }
.price-panel__reference span { color: #6b8191; font-size: 12px; }
.price-panel--has-reference .price-panel__main { border-left: 1px solid var(--ps-line); background: #f0f9ff; }
.price-panel__reference-change { grid-column: 1 / -1; margin-top: 8px; color: #526b7d; font-size: 12px; font-style: normal; font-weight: 900; }
.price-panel__reference-change--lower { color: #007355; }
.price-panel__reference-change--higher { color: #a04b1f; }
.price-panel__change { border-left: 1px solid var(--ps-line); }
.price-panel__change strong { color: var(--ps-green); font-size: 20px; }
.price-panel__change span { color: var(--ps-muted); font-size: 12px; }
.price-panel__change--steady strong { color: #526b7d; }
.price-panel__change--neutral strong { color: var(--ps-navy); }
.price-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 10px 0 18px; border-radius: 10px; background: var(--ps-line); overflow: hidden; }
.price-facts div { display: grid; padding: 11px 13px; background: #fff; }
.price-facts span { color: var(--ps-muted); font-size: 12px; }
.price-facts strong { color: var(--ps-navy); font-size: 12px; }
.affiliate-note { margin: 12px 0 0; padding: 10px 12px; color: #503d0d; border: 1px solid #f0d694; border-radius: 8px; background: #fff8e6; font-size: 16px; line-height: 1.6; }
.affiliate-note strong { margin-right: 4px; }
.product-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 26px; padding-top: clamp(28px, 3vw, 44px); padding-bottom: 110px; }
.product-detail { background: var(--ps-surface); }
.product-jump-nav { position: sticky; z-index: 92; top: 82px; border-top: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); background: rgba(255, 255, 255, .96); box-shadow: 0 8px 22px rgba(6, 43, 73, .055); backdrop-filter: blur(13px); }
.admin-bar .product-jump-nav { top: 114px; }
.product-jump-nav .wrap { display: flex; justify-content: center; gap: 6px; padding-block: 9px; overflow-x: auto; scrollbar-width: none; }
.product-jump-nav .wrap::-webkit-scrollbar { display: none; }
.product-jump-nav a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; min-height: 38px; padding: 7px 13px; color: var(--ps-navy); border-radius: 8px; font-size: 12px; font-weight: 800; transition: color .2s, background .2s; }
.product-jump-nav a:hover { color: var(--ps-blue-dark); background: #eaf7fe; }
.product-jump-nav a span { display: grid; width: 22px; height: 22px; color: var(--ps-blue-dark); border-radius: 6px; background: #eaf7fe; font-size: 12px; place-items: center; }
#offers, #price-history, #buy-timing, #specifications, #similar-products { scroll-margin-top: 155px; }
.product-mobile-cta { display: none; }
.product-main-column { display: grid; gap: 24px; }
.content-panel, .side-card { border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; }
.content-panel { padding: 30px; }
.content-panel__head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; }
.content-panel__head h2, .side-card h2 { margin: 0; color: var(--ps-navy); font-size: 24px; letter-spacing: -.035em; }
.content-panel__head small { color: var(--ps-muted); font-size: 12px; }
.buy-timing-badge { flex: 0 0 auto; padding: 7px 12px; border-radius: 30px; background: var(--ps-surface); color: var(--ps-navy); font-size: 12px; font-weight: 900; }
.buy-timing-badge--good { color: #056a4b; background: #e6f8f1; }
.buy-timing-badge--watch { color: #9a3f21; background: #fff0e9; }
.buy-timing-summary { margin: 0 0 16px; color: #394b59; line-height: 1.9; }
.buy-timing-reasons { display: grid; gap: 7px; margin: 0 0 17px; padding: 0; list-style: none; }
.buy-timing-reasons li { position: relative; padding-left: 22px; color: #4e6473; font-size: 12px; }
.buy-timing-reasons li::before { position: absolute; top: .38em; left: 0; display: grid; width: 14px; height: 14px; color: #fff; border-radius: 50%; background: var(--ps-blue-dark); content: "✓"; font-size: 12px; font-weight: 900; place-items: center; }
.product-answers__summary { margin: -5px 0 22px; color: #394b59; font-size: 16px; line-height: 1.9; }
.product-answers__summary strong { color: var(--ps-navy); }
.product-answers__list { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--ps-line); }
.product-answers__list div { display: grid; grid-template-columns: minmax(145px, .7fr) minmax(0, 1.3fr); gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--ps-line); }
.product-answers__list dt, .product-answers__list dd { margin: 0; font-size: 12px; line-height: 1.7; }
.product-answers__list dt { color: var(--ps-navy); font-weight: 800; }
.product-answers__list dd { color: #4e6473; }
.legend { display: flex; align-items: center; gap: 7px; color: var(--ps-muted); font-size: 12px; }
.legend span { width: 19px; height: 3px; border-radius: 2px; background: var(--ps-blue); }
.price-chart { position: relative; padding-left: 55px; }
.price-chart svg { width: 100%; height: 230px; overflow: visible; }
.price-chart svg line { stroke: #dfebf1; stroke-dasharray: 4 6; stroke-width: 1; vector-effect: non-scaling-stroke; }
.price-chart__area { fill: url(#priceFill); stroke: none; }
.price-chart__line { fill: none; stroke: var(--ps-blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; vector-effect: non-scaling-stroke; }
.price-chart circle { fill: #fff; stroke: var(--ps-blue); stroke-width: 4; vector-effect: non-scaling-stroke; }
.price-chart__range { position: absolute; top: 12px; bottom: 10px; left: 0; display: flex; flex-direction: column; justify-content: space-between; color: var(--ps-muted); font-size: 12px; }
.price-chart__dates { display: flex; justify-content: space-between; padding-left: 15px; color: var(--ps-muted); font-size: 12px; }
.chart-empty { padding: 45px 20px; border-radius: 12px; background: var(--ps-surface); text-align: center; }
.chart-empty strong { color: var(--ps-navy); }
.chart-empty p { margin: 3px 0 0; color: var(--ps-muted); font-size: 12px; }
.offer-list { border-top: 1px solid var(--ps-line); }
.offer-row { display: grid; grid-template-columns: 1fr auto 150px; gap: 24px; align-items: center; padding: 19px 10px; border-bottom: 1px solid var(--ps-line); }
.offer-row--best { margin: 0 -10px 8px; padding: 23px 20px; border: 1px solid #9fdec8; border-radius: 14px; background: radial-gradient(circle at 88% 20%, rgba(64, 191, 148, .13), transparent 30%), linear-gradient(135deg, #edfbf6, #fff 72%); box-shadow: 0 11px 26px rgba(7, 129, 88, .07); }
.offer-row__store { display: grid; }
.offer-row__store > span { width: fit-content; margin-bottom: 6px; padding: 4px 8px; color: #fff; border-radius: 999px; background: var(--ps-green); box-shadow: 0 5px 12px rgba(7, 129, 88, .15); font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.offer-row__merchant { display: flex; align-items: center; gap: 11px; min-width: 0; margin-bottom: 5px; }
.offer-row__logo { display: inline-grid; flex: 0 0 52px; width: 52px; height: 31px; padding: 0 5px; color: #fff; border: 1px solid rgba(8, 48, 82, .1); border-radius: 8px; background: #486073; box-shadow: 0 4px 11px rgba(8, 48, 82, .1); font-size: 12px; font-weight: 900; line-height: 1; letter-spacing: -.03em; place-items: center; }
.offer-row__logo--amazon { color: #111; border-color: #f2c886; background: #fff7e8; font-family: Arial, sans-serif; font-size: 19px; }
.offer-row__logo--rakuten { background: #bf0000; font-family: Arial, sans-serif; font-size: 17px; }
.offer-row__logo--yahoo { background: #ff003c; font-family: Arial, sans-serif; font-size: 16px; }
.offer-row__logo--au { color: #eb5505; border-color: #f7c0a1; background: #fff; font-size: 16px; }
.offer-row__logo--sofmap { background: #0068b7; }
.offer-row__logo--akiba-sofmap { color: #0068b7; border-color: #a8d2ee; background: #fff; font-size: 12px; }
.offer-row__logo--eizo { color: #006db6; border-color: #9ecce8; background: #fff; font-size: 12px; letter-spacing: .02em; }
.offer-row__logo--nojima { background: #e60012; font-size: 12px; }
.offer-row__logo--acer { color: #75b900; border-color: #b9da85; background: #fff; font-size: 16px; }
.offer-row__logo--sanwa { background: #0068b7; font-size: 12px; }
.offer-row__logo--yamada { background: #df0011; font-size: 12px; }
.offer-row__logo--ebest { color: #ed1c24; border-color: #f1b2b5; background: #fff; font-size: 12px; }
.offer-row__logo--elecom { background: #111; font-size: 12px; }
.offer-row__logo--lenovo { background: #e2231a; font-size: 12px; }
.offer-row__store strong { color: var(--ps-navy); font-size: 16px; }
.offer-row--best .offer-row__store strong { font-size: 18px; }
.offer-row__store small, .offer-row__price small { color: var(--ps-muted); font-size: 12px; }
.offer-row__price { display: grid; min-width: 115px; text-align: right; }
.offer-row__price strong { color: var(--ps-navy); font-size: 20px; }
.offer-row__price del { color: #8a7a70; font-size: 12px; }
.offer-row--best .offer-row__price strong { color: #087c58; font-size: 27px; }
.offer-row__price em { margin-top: 2px; color: #8a6670; font-size: 12px; font-style: normal; font-weight: 800; }
.offer-row__price .offer-row__sale-label { color: #c74018; }
.offer-row__price .offer-row__verified-label { color: #087c58; }
.button--shop { min-height: 41px; padding: 8px 14px; font-size: 12px; }
.offer-row--best .button--shop { min-height: 48px; border-color: #087c58; background: #087c58; box-shadow: 0 7px 16px rgba(7, 129, 88, .16); }
.amazon-search-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; margin-top: 18px; padding: 17px 18px; border: 1px solid #efd7aa; border-radius: 14px; background: #fffaf0; }
.amazon-search-cta__copy { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
.amazon-search-cta__copy > div { display: grid; gap: 4px; min-width: 0; }
.amazon-search-cta__copy strong { color: var(--ps-navy); font-size: 16px; }
.amazon-search-cta__copy small { color: #6f6250; font-size: 12px; line-height: 1.65; overflow-wrap: anywhere; }
.amazon-search-cta__label { flex: 0 0 auto; padding: 4px 7px; color: #fff; border-radius: 6px; background: #8b6500; font-size: 12px; font-weight: 900; }
.button--amazon { min-height: 43px; padding: 9px 16px; color: #111; border-color: #f2a900; background: #ffd814; font-size: 12px; white-space: nowrap; }
.button--amazon:hover { color: #111; border-color: #d99a00; background: #f7ca00; }
.content-note { margin: 18px 0 0; color: var(--ps-muted); font-size: 12px; }
.article-body h2 { margin: 2em 0 .7em; padding-bottom: .35em; color: var(--ps-navy); border-bottom: 2px solid var(--ps-line); font-size: 27px; }
.article-body h2:first-of-type { margin-top: .5em; }
.article-body h3 { margin-top: 1.7em; color: var(--ps-navy); }
.article-body p { color: #394b59; }
.product-editorial > h2 { margin: 4px 0 12px; color: var(--ps-navy); font-size: 27px; }
.product-editorial__lead { margin: 0 0 20px; color: #394b59; font-size: 12px; line-height: 1.9; }
.product-editorial__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.product-editorial__grid > div { padding: 16px; border: 1px solid var(--ps-line); border-radius: 12px; background: var(--ps-surface); }
.product-editorial__grid span { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-editorial__grid p { margin: 6px 0 0; color: #426177; font-size: 12px; line-height: 1.75; }
.product-specs__group h3 { margin: 0 0 14px; color: var(--ps-navy); font-size: 16px; }
.product-specs dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--ps-line); border-left: 1px solid var(--ps-line); }
.product-specs dl div { display: grid; grid-template-columns: minmax(110px, .7fr) minmax(0, 1.3fr); border-right: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); }
.product-specs dt, .product-specs dd { margin: 0; padding: 13px 15px; font-size: 12px; line-height: 1.6; }
.product-specs dt { color: var(--ps-muted); background: var(--ps-surface); font-weight: 700; }
.product-specs dd { color: var(--ps-navy); font-weight: 700; overflow-wrap: anywhere; }
.product-specs__details { margin-top: 24px; border: 1px solid var(--ps-line); border-radius: var(--ps-radius-sm); background: #fff; }
.product-specs__details summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; color: var(--ps-navy); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.product-specs__details summary::-webkit-details-marker { display: none; }
.product-specs__details summary::after { content: '+'; order: 3; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--ps-surface); color: var(--ps-blue-dark); font-size: 18px; line-height: 1; }
.product-specs__details[open] summary::after { content: '−'; }
.product-specs__details summary small { margin-left: auto; color: var(--ps-muted); font-size: 12px; font-weight: 700; }
.product-specs__details dl { margin: 0 -1px -1px; }
.product-related { padding-top: 10px; padding-bottom: 88px; }
.product-related__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-related .product-card__body { padding: 17px; }
.product-related .product-card__title { font-size: 16px; }
.product-related .product-card__price-row strong { font-size: 21px; }
.product-data-source { margin: 14px 0 0; color: var(--ps-muted); font-size: 12px; }
.product-data-source a { color: var(--ps-blue-dark); text-decoration: underline; text-underline-offset: 2px; }
.product-side-column { display: grid; align-content: start; gap: 18px; }
.side-card { padding: 22px; }
.side-card h2 { margin-bottom: 16px; font-size: 17px; }
.side-card dl { margin: 0; }
.side-card dl div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-top: 1px solid var(--ps-line); }
.side-card dt { color: var(--ps-muted); font-size: 12px; }
.side-card dd { margin: 0; color: var(--ps-navy); font-size: 12px; font-weight: 800; text-align: right; }
.side-card--info { border-color: #cae9fa; background: #edf9ff; }
.side-card--info p { margin: 0; color: #446172; font-size: 12px; }

.market-page { background: var(--ps-surface); }
.market-hero { padding: 84px 0; color: #fff; background: radial-gradient(circle at 78% 30%, rgba(18, 166, 249, .27), transparent 31%), linear-gradient(135deg, #061f35, #0a3b62); }
.market-hero__grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: end; }
.market-hero h1 { margin: 5px 0 20px; color: #fff; font-size: clamp(46px, 6vw, 76px); line-height: 1.14; letter-spacing: -.06em; }
.market-hero p:not(.eyebrow) { max-width: 680px; margin: 0; color: #c3d7e4; font-size: 16px; }
.market-hero .eyebrow { color: #6bd0ff; }
.market-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .13); }
.market-hero__facts div { display: grid; min-height: 122px; padding: 18px; background: rgba(6, 31, 53, .75); place-content: center; text-align: center; }
.market-hero__facts strong { font-size: 21px; }
.market-hero__facts span { color: #a8c5d8; font-size: 12px; }
.market-jump-nav { position: relative; z-index: 2; border-bottom: 1px solid var(--ps-line); background: #fff; box-shadow: 0 12px 32px rgba(9, 44, 76, .045); }
.market-jump-nav__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.market-jump-nav a { display: grid; grid-template-columns: auto 1fr; gap: 0 11px; align-items: center; padding: 20px 22px; color: var(--ps-navy); border-left: 1px solid var(--ps-line); transition: color .2s, background .2s; }
.market-jump-nav a:last-child { border-right: 1px solid var(--ps-line); }
.market-jump-nav a:hover { color: var(--ps-blue-dark); background: var(--ps-surface); }
.market-jump-nav a > span { grid-row: 1 / 3; color: var(--ps-blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.market-jump-nav strong { font-size: 12px; line-height: 1.2; }
.market-jump-nav small { color: var(--ps-muted); font-size: 12px; }
.market-page section[id] { scroll-margin-top: 100px; }
.market-overview { background: #fff; }
.market-history { margin: 34px 0 24px; overflow: hidden; border: 1px solid #cfe1ed; border-radius: 28px; background: linear-gradient(145deg, #f8fcff 0%, #eef8fd 100%); box-shadow: 0 18px 45px rgba(9, 44, 76, .08); }
.market-history__toolbar { display: flex; justify-content: space-between; gap: 28px; padding: 24px 28px 18px; border-bottom: 1px solid #d8e7f0; background: rgba(255, 255, 255, .78); }
.market-history__toolbar > div { min-width: 0; }
.market-history__control-label { display: block; margin-bottom: 9px; color: var(--ps-muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.market-history__tabs, .market-history__periods { display: flex; flex-wrap: wrap; gap: 8px; }
.market-history__tabs button, .market-history__periods button { min-height: 42px; padding: 8px 17px; border: 1px solid #c8dce9; border-radius: 999px; background: #fff; color: #38536a; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.market-history__tabs button:hover, .market-history__periods button:hover { border-color: var(--ps-blue); color: var(--ps-blue); transform: translateY(-1px); }
.market-history__tabs button[aria-pressed="true"], .market-history__periods button[aria-pressed="true"] { border-color: var(--ps-navy); background: var(--ps-navy); color: #fff; box-shadow: 0 7px 16px rgba(9, 44, 76, .18); }
.market-history__summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-bottom: 1px solid #d8e7f0; background: #d8e7f0; }
.market-history__summary > div { display: grid; align-content: center; min-height: 118px; padding: 20px 28px; background: rgba(255, 255, 255, .9); }
.market-history__summary span { color: var(--ps-muted); font-size: 13px; font-weight: 700; }
.market-history__summary strong { margin-top: 4px; color: var(--ps-navy); font-size: clamp(26px, 3vw, 38px); letter-spacing: -.04em; line-height: 1.1; }
.market-history__summary strong.is-down { color: #078663; }
.market-history__summary strong.is-up { color: #d4513f; }
.market-history__summary strong.is-flat { color: #39718f; }
.market-history__summary small { margin-top: 5px; color: #6d879a; font-size: 12px; }
.market-history__plot { position: relative; min-height: 360px; padding: 12px 18px 0; background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(239,248,253,.72)); }
.market-history__plot svg { display: block; width: 100%; height: auto; min-height: 320px; overflow: visible; touch-action: pan-y; }
.market-history__grid-line { stroke: #cfe1eb; stroke-width: 1; stroke-dasharray: 4 6; vector-effect: non-scaling-stroke; }
.market-history__axis-label { fill: #688397; font-size: 13px; font-weight: 700; }
.market-history__area { fill: url(#market-history-gradient); }
.market-history__line { fill: none; stroke: var(--market-chart-color, #0c8bd8); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.market-history__point { fill: #fff; stroke: var(--market-chart-color, #0c8bd8); stroke-width: 4; vector-effect: non-scaling-stroke; }
.market-history__hover-line { stroke: #54758a; stroke-width: 1; stroke-dasharray: 4 4; vector-effect: non-scaling-stroke; }
.market-history__hit-area { fill: transparent; cursor: crosshair; }
.market-history__tooltip { position: absolute; z-index: 2; box-sizing: border-box; min-width: 132px; max-width: calc(100% - 24px); padding: 9px 12px; border-radius: 10px; background: rgba(7, 40, 68, .94); color: #fff; font-size: 12px; line-height: 1.45; white-space: nowrap; pointer-events: none; box-shadow: 0 10px 25px rgba(7, 40, 68, .22); }
.market-history__tooltip strong { display: block; font-size: 16px; }
.market-history__empty { position: absolute; inset: 0; display: grid; place-content: center; gap: 4px; text-align: center; color: var(--ps-muted); }
.market-history__empty[hidden] { display: none; }
.market-history__empty strong { color: var(--ps-navy); font-size: 20px; }
.market-history__foot { display: flex; justify-content: space-between; gap: 24px; padding: 14px 28px 20px; color: #6d879a; }
.market-history__foot span { flex: 0 0 auto; color: var(--ps-navy); font-size: 13px; font-weight: 800; }
.market-history__foot small { max-width: 680px; font-size: 12px; text-align: right; }
.market-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.market-card { padding: 22px; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 6px 20px rgba(9, 44, 76, .035); }
.market-card__head { display: flex; justify-content: space-between; gap: 15px; align-items: start; }
.market-card__head > div { display: grid; }
.market-card__head > .market-card__identity { display: flex; align-items: center; gap: 10px; }
.market-card__identity > div { display: grid; }
.market-card__identity .ps-card-icon { width: 48px; height: 48px; }
.market-card__head span { color: var(--ps-navy); font-size: 16px; font-weight: 900; }
.market-card__head small { color: var(--ps-muted); font-size: 12px; }
.market-change { display: grid; grid-template-columns: auto auto 1fr; gap: 2px 6px; align-items: center; margin-top: 12px; padding: 10px 12px; color: var(--ps-muted); border-radius: 12px; background: var(--ps-surface); }
.market-change b { grid-row: 1 / 3; font-size: 24px; line-height: 1; }
.market-change strong { font-size: 16px; line-height: 1; }
.market-change span { font-size: 12px; font-weight: 900; }
.market-change small { grid-column: 2 / 4; color: currentColor; font-size: 12px; font-weight: 700; opacity: .72; }
.market-change.is-up { color: var(--ps-red); background: #fff4f1; }
.market-change.is-down { color: var(--ps-green); background: #effaf5; }
.market-change.is-flat { color: var(--ps-blue-dark); background: #eef8fd; }
.market-card__value { display: flex; align-items: baseline; gap: 8px; margin-top: 22px; }
.market-card__value strong { color: var(--ps-navy); font-size: 34px; letter-spacing: -.05em; }
.market-card__value span { color: var(--ps-muted); font-size: 12px; }
.market-sparkline { width: 100%; height: 90px; margin: 8px 0; }
.market-sparkline line { stroke: var(--ps-line); stroke-dasharray: 3 4; }
.market-sparkline polyline { fill: none; stroke: var(--ps-blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; vector-effect: non-scaling-stroke; }
.market-card > p { display: -webkit-box; overflow: hidden; margin: 10px 0 0; color: var(--ps-muted); font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.market-featured { margin-top: 64px; padding-top: 58px; border-top: 1px solid var(--ps-line); }
.market-featured__heading { margin-bottom: 24px; }
.market-featured__groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.market-featured-group { overflow: hidden; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 8px 26px rgba(9, 44, 76, .045); }
.market-featured-group > header { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 19px; border-bottom: 1px solid var(--ps-line); background: var(--ps-surface); }
.market-featured-group > header > div { display: flex; align-items: center; gap: 9px; }
.market-featured-group > header h3 { margin: 0; color: var(--ps-navy); font-size: 16px; }
.market-featured-group > header a { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; }
.market-featured-group > ul { margin: 0; padding: 0 18px; list-style: none; }
.market-featured-group li + li { border-top: 1px solid var(--ps-line); }
.market-featured-group li > a { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 13px; align-items: center; min-height: 88px; padding-block: 14px; }
.market-featured-group li img { width: 58px; height: 58px; padding: 3px; border-radius: 10px; background: #fff; object-fit: contain; }
.market-featured-group li span { display: grid; min-width: 0; }
.market-featured-group li strong { overflow: hidden; color: var(--ps-navy); font-size: 12px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.market-featured-group li small { color: var(--ps-muted); font-size: 12px; }
.market-featured-group li em { color: var(--ps-blue); font-size: 16px; font-style: normal; font-weight: 900; }
.market-featured-group > p { margin: 0; padding: 22px; color: var(--ps-muted); font-size: 12px; }
.market-collecting { display: grid; min-height: 143px; place-content: center start; }
.market-collecting strong { color: var(--ps-navy); font-size: 18px; }
.market-collecting span { color: var(--ps-muted); font-size: 12px; }
.market-builds { background: var(--ps-surface); }
.build-profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.build-profile { padding: 27px; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; }
.build-profile__head { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.build-profile__head h3 { margin: 0; color: var(--ps-navy); font-size: 24px; letter-spacing: -.04em; }
.build-profile__head > strong { color: var(--ps-navy); font-size: 20px; white-space: nowrap; }
.build-profile__head > span { padding: 5px 9px; color: var(--ps-muted); border-radius: 20px; background: var(--ps-surface); font-size: 12px; font-weight: 800; white-space: nowrap; }
.build-profile__details > summary { display: none; }
.build-profile__details > p { color: var(--ps-muted); font-size: 12px; }
.build-parts { display: grid; gap: 0; margin: 20px 0 0; padding: 0; border-top: 1px solid var(--ps-line); list-style: none; }
.build-parts li { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--ps-line); align-items: center; }
.build-parts span { color: var(--ps-muted); font-size: 12px; font-weight: 800; }
.build-parts a { overflow: hidden; color: var(--ps-navy); font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.build-parts strong { color: var(--ps-navy); font-size: 12px; }
.build-missing { display: grid; margin-top: 20px; padding: 18px; border-radius: 12px; background: var(--ps-surface); }
.build-missing strong { color: var(--ps-navy); font-size: 12px; }
.build-missing span { color: var(--ps-blue-dark); font-size: 12px; font-weight: 800; }
.build-missing p { margin: 8px 0 0; color: var(--ps-muted); font-size: 12px; }
.market-disclaimer { margin: 22px 0 0; color: var(--ps-muted); font-size: 12px; }
.market-timing { background: #fff; }
.timing-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.timing-product { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; padding: 17px; border: 1px solid var(--ps-line); border-radius: 13px; transition: border-color .2s, transform .2s; }
.timing-product:hover { border-color: var(--ps-blue); transform: translateY(-2px); }
.timing-product > div { display: grid; min-width: 0; }
.timing-product > div strong { overflow: hidden; color: var(--ps-navy); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.timing-product > div small { color: var(--ps-muted); font-size: 12px; }
.timing-score { display: grid; width: 48px; height: 48px; color: var(--ps-navy); border-radius: 50%; background: var(--ps-surface); font-size: 16px; font-weight: 900; place-items: center; }
.timing-score--good { color: #056a4b; background: #e6f8f1; }
.timing-score--watch { color: #9a3f21; background: #fff0e9; }
.market-empty { padding: 35px; border: 1px dashed #bdd3df; border-radius: var(--ps-radius); background: var(--ps-surface); text-align: center; }
.market-empty strong { color: var(--ps-navy); font-size: 18px; }
.market-empty p { max-width: 680px; margin: 8px auto 0; color: var(--ps-muted); font-size: 12px; }
.market-guides { background: linear-gradient(180deg, #f4f9fc, #fff); }
.market-guide-tabs { display: flex; gap: 10px; margin-bottom: 24px; overflow-x: auto; scrollbar-width: thin; }
.market-guide-tabs button { display: flex; flex: 1 0 180px; align-items: center; gap: 11px; min-height: 65px; padding: 10px 14px; color: var(--ps-navy); border: 1px solid var(--ps-line); border-radius: 14px; background: #fff; cursor: pointer; text-align: left; transition: border-color .2s, box-shadow .2s, transform .2s; }
.market-guide-tabs button:hover { border-color: rgba(18, 166, 249, .5); transform: translateY(-2px); }
.market-guide-tabs button[aria-selected="true"] { color: #fff; border-color: var(--ps-navy); background: var(--ps-navy); box-shadow: 0 10px 24px rgba(6, 31, 53, .16); }
.market-guide-tabs .ps-card-icon { width: 40px; height: 40px; padding: 7px; border-radius: 11px; background: var(--ps-surface); }
.market-guide-tabs button[aria-selected="true"] .ps-card-icon { background: rgba(255, 255, 255, .94); }
.market-guide-tabs button > span { display: grid; }
.market-guide-tabs strong { font-size: 12px; }
.market-guide-tabs small { color: var(--ps-muted); font-size: 12px; }
.market-guide-tabs button[aria-selected="true"] small { color: #b9d0df; }
.market-guide-panel__lead { margin: 0 0 14px; color: var(--ps-muted); font-size: 12px; }
.market-guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.market-guide-grid a { display: flex; min-height: 205px; padding: 23px; color: inherit; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 8px 24px rgba(9, 44, 76, .05); flex-direction: column; transition: border-color .2s, box-shadow .2s, transform .2s; }
.market-guide-grid a:hover { border-color: rgba(18, 166, 249, .55); box-shadow: var(--ps-shadow); transform: translateY(-3px); }
.guide-card-thumbnail { display: grid; overflow: hidden; margin: 0; aspect-ratio: 16 / 7; border-bottom: 1px solid var(--ps-line); background: linear-gradient(135deg, #eaf7fe, #f5fbff); place-items: center; }
.guide-card-thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.guide-card-thumbnail--fallback img { width: 86px; height: 86px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(6, 43, 73, .12)); }
.market-guide-grid .guide-card-thumbnail { margin: -23px -23px 18px; border-radius: calc(var(--ps-radius) - 1px) calc(var(--ps-radius) - 1px) 0 0; }
.market-guide-grid a:hover .guide-card-thumbnail img, .buying-guide-hub__grid a:hover .guide-card-thumbnail img { transform: scale(1.035); }
.market-guide-grid span { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.market-guide-grid strong { margin-top: 13px; color: var(--ps-navy); font-size: 18px; line-height: 1.45; }
.market-guide-grid p { display: -webkit-box; overflow: hidden; margin: 9px 0 16px; color: var(--ps-muted); font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.market-guide-grid em { margin-top: auto; color: var(--ps-blue-dark); font-size: 12px; font-style: normal; font-weight: 900; }
.market-method { color: #fff; background: var(--ps-navy); }
.market-method__grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.market-method h2 { margin: 0; font-size: 38px; letter-spacing: -.05em; }
.market-method .eyebrow { color: #6bd0ff; }
.market-method__grid > div > p:not(.eyebrow) { max-width: 360px; margin: 13px 0 0; color: #b8ccda; font-size: 12px; }
.market-method__details { border-top: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); }
.market-method__details summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; color: #fff; cursor: pointer; font-size: 12px; font-weight: 900; list-style: none; }
.market-method__details summary::-webkit-details-marker { display: none; }
.market-method__details summary b { color: #6bd0ff; font-size: 18px; transition: transform .2s; }
.market-method__details[open] summary b { transform: rotate(45deg); }
.market-method dl { display: grid; gap: 0; margin: 0; }
.market-method dl div { display: grid; grid-template-columns: 135px 1fr; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.market-method dt { font-size: 12px; font-weight: 900; }
.market-method dd { margin: 0; color: #b8ccda; font-size: 12px; }
.buying-guide-hub { background: #fff; }
.buying-guide-hub__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.buying-guide-hub__grid a { display: flex; min-height: 230px; padding: 25px; color: inherit; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: linear-gradient(145deg, #fff, #f4faff); box-shadow: 0 8px 28px rgba(9, 44, 76, .055); flex-direction: column; transition: border-color .2s, box-shadow .2s, transform .2s; }
.buying-guide-hub__grid a:hover { border-color: rgba(18, 166, 249, .55); box-shadow: var(--ps-shadow); transform: translateY(-3px); }
.buying-guide-hub__grid .guide-card-thumbnail { margin: -25px -25px 19px; border-radius: calc(var(--ps-radius) - 1px) calc(var(--ps-radius) - 1px) 0 0; }
.buying-guide-hub__grid span { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.buying-guide-hub__grid strong { margin-top: 17px; color: var(--ps-navy); font-size: 20px; line-height: 1.45; }
.buying-guide-hub__grid p { margin: 11px 0 18px; color: var(--ps-muted); font-size: 12px; }
.buying-guide-hub__grid em { margin-top: auto; color: var(--ps-blue-dark); font-size: 12px; font-style: normal; font-weight: 900; }

.device-guide-page { background: var(--ps-surface); }
.device-guide-hero { padding: 84px 0; color: #fff; background: radial-gradient(circle at 18% 18%, rgba(18, 166, 249, .3), transparent 30%), linear-gradient(135deg, #061f35, #0a3b62); }
.device-guide-hero__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 76px; align-items: end; }
.device-guide-hero h1 { margin: 5px 0 20px; font-size: clamp(46px, 6vw, 74px); line-height: 1.14; letter-spacing: -.06em; }
.console-guide-hero h1 { font-size: clamp(42px, 5vw, 60px); }
.device-guide-hero p:not(.eyebrow) { max-width: 700px; margin: 0; color: #c3d7e4; font-size: 16px; }
.device-guide-hero .eyebrow { color: #6bd0ff; }
.device-guide-hero__actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.device-guide-hero__link { color: #d8edf9; font-size: 12px; font-weight: 800; }
.device-guide-hero__link span { margin-left: 6px; color: #6bd0ff; }
.device-guide-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .13); }
.device-guide-hero__facts div { display: grid; min-height: 122px; padding: 16px; background: rgba(6, 31, 53, .76); place-content: center; text-align: center; }
.device-guide-hero__facts strong { font-size: 20px; }
.device-guide-hero__facts span { color: #a8c5d8; font-size: 12px; }

/* Game-specific PC guides */
.game-guide-page { background: var(--ps-surface); }
.game-guide-hero, .game-detail-hero { overflow: hidden; padding: 86px 0; color: #fff; background: radial-gradient(circle at 16% 14%, rgba(18, 166, 249, .32), transparent 30%), radial-gradient(circle at 92% 90%, rgba(11, 202, 167, .15), transparent 28%), linear-gradient(135deg, #061f35, #0a3b62); }
.game-guide-hero__grid, .game-detail-hero__grid { display: grid; grid-template-columns: 1fr .84fr; gap: 72px; align-items: center; }
.game-guide-hero__grid > div, .game-detail-hero__grid > div { min-width: 0; }
.game-guide-hero h1, .game-detail-hero h1 { margin: 5px 0 20px; line-height: 1.15; letter-spacing: -.06em; }
.game-guide-hero h1 { font-size: clamp(40px, 4.4vw, 56px); }
.game-detail-hero h1 { font-size: clamp(38px, 4.4vw, 58px); overflow-wrap: anywhere; }
.game-guide-hero p:not(.eyebrow), .game-detail-hero p:not(.eyebrow) { max-width: 720px; margin: 0 0 28px; color: #c3d7e4; }
.game-guide-hero .eyebrow, .game-detail-hero .eyebrow { color: #6bd0ff; }
.game-guide-hero__cta { margin-top: 28px; }
.game-guide-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .14); }
.game-guide-hero__facts div { display: grid; min-height: 135px; padding: 16px; background: rgba(6, 31, 53, .75); place-content: center; text-align: center; }
.game-guide-hero__facts strong { font-size: 25px; }
.game-guide-hero__facts span { color: #a8c5d8; font-size: 12px; }
.game-title-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.game-title-card { position: relative; display: block; min-width: 0; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 22px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.game-title-card:hover { border-color: rgba(18, 166, 249, .55); box-shadow: var(--ps-shadow); transform: translateY(-3px); }
.game-title-card__media { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #082944; }
.game-title-card__media::after { position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(3, 20, 35, .62)); content: ""; }
.game-title-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.game-title-card:hover .game-title-card__media img { transform: scale(1.025); }
.game-title-card__number { position: absolute; z-index: 1; top: 14px; left: 14px; display: grid; width: 36px; height: 36px; color: #fff; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(4, 27, 46, .68); font-size: 12px; font-weight: 900; letter-spacing: .08em; backdrop-filter: blur(7px); place-content: center; }
.game-title-card__media figcaption { position: absolute; z-index: 1; right: 13px; bottom: 10px; color: rgba(255, 255, 255, .82); font-size: 12px; font-weight: 700; }
.game-title-card__body { display: grid; gap: 14px; padding: 24px 26px 26px; }
.game-title-card small { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.game-title-card h2 { margin: 4px 0 8px; color: var(--ps-navy); font-size: 24px; line-height: 1.35; }
.game-title-card p { margin: 0; color: var(--ps-muted); font-size: 12px; }
.game-title-card ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.game-title-card li { display: grid; grid-template-columns: 72px 1fr; gap: 8px; color: #36546a; font-size: 12px; }
.game-title-card li span { color: var(--ps-navy); font-weight: 800; }
.game-title-card__body > strong { color: var(--ps-blue-dark); font-size: 12px; }
.game-title-card__body > strong span { margin-left: 5px; }
.game-guide-method { color: #fff; background: var(--ps-navy); }
.game-guide-method__grid, .game-guide-checks__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; }
.game-guide-method h2, .game-guide-checks h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.25; letter-spacing: -.05em; }
.game-guide-method p:not(.eyebrow) { color: #b7cedc; }
.game-guide-method ol { display: grid; gap: 1px; margin: 0; padding: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .14); list-style: none; }
.game-guide-method li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 23px; background: #0c3557; }
.game-guide-method li > span { color: #6bd0ff; font-size: 12px; font-weight: 900; }
.game-guide-method h3 { margin: 0; font-size: 16px; }
.game-guide-method li p { margin: 4px 0 0; color: #aec7d8; font-size: 12px; }
.game-guide-disclaimer { padding-block: 40px; background: #eaf3f8; }
.game-guide-disclaimer .wrap { display: grid; grid-template-columns: 180px 1fr; gap: 35px; }
.game-guide-disclaimer h2 { margin: 0; color: var(--ps-navy); font-size: 16px; }
.game-guide-disclaimer p { margin: 0; color: var(--ps-muted); font-size: 12px; }

.game-detail-hero h1 small { display: block; margin-top: 9px; color: #8fc4e2; font-size: clamp(16px, 2vw, 23px); font-weight: 700; letter-spacing: -.02em; }
.game-detail-hero__actions { display: flex; align-items: center; gap: 24px; width: 100%; min-width: 0; max-width: 100%; margin-top: 30px; }
.game-detail-hero__actions > .button { flex: 0 0 auto; min-width: max-content; white-space: nowrap; }
.game-detail-hero__actions > a:not(.button) { color: #d8edf9; font-size: 12px; font-weight: 800; }
.game-detail-hero__visual { display: grid; gap: 12px; min-width: 0; }
.game-detail-hero__visual figure { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 18px; background: rgba(3, 20, 35, .55); box-shadow: 0 24px 55px rgba(0, 15, 28, .25); }
.game-detail-hero__visual figure img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.game-detail-hero__visual figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 8px 11px; color: #9db8ca; background: rgba(3, 20, 35, .78); font-size: 12px; }
.game-detail-hero__visual figcaption a { color: #bfe7ff; font-weight: 800; }
.game-detail-hero__steps { display: grid; gap: 10px; }
.game-detail-hero__steps div { display: grid; grid-template-columns: 38px 95px 1fr; gap: 12px; align-items: center; padding: 17px 19px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; background: rgba(255, 255, 255, .07); }
.game-detail-hero__steps .game-detail-hero__step { border-left: 4px solid var(--tier-accent); }
.game-detail-hero__step--entry { --tier-accent: #51d3c2; }
.game-detail-hero__step--balanced { --tier-accent: #50bdf5; }
.game-detail-hero__step--high { --tier-accent: #bf92ff; }
.game-detail-hero__steps span { color: #6bd0ff; font-size: 12px; font-weight: 900; }
.game-detail-hero__step--entry span { color: #7ce9dc; }
.game-detail-hero__step--high span { color: #d3b7ff; }
.game-detail-hero__steps strong { font-size: 12px; }
.game-detail-hero__steps small { color: #b8cfdd; font-size: 12px; }
.official-requirements { background: #fff; }
.official-requirements__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.official-requirements__grid article { padding: 28px; border: 1px solid var(--ps-line); border-radius: 20px; background: var(--ps-surface); }
.official-requirements__grid article > span { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.official-requirements__grid h2 { margin: 4px 0 17px; color: var(--ps-navy); font-size: 20px; }
.official-requirements dl { display: grid; gap: 0; margin: 0; }
.official-requirements dl div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 10px 0; border-top: 1px solid var(--ps-line); }
.official-requirements dt { color: var(--ps-muted); font-size: 12px; font-weight: 700; }
.official-requirements dd { margin: 0; color: var(--ps-navy); font-size: 12px; font-weight: 700; }
.official-requirements__note { margin: 18px 0 0; padding: 16px 18px; border-left: 3px solid var(--ps-blue); background: #f4faff; color: #426177; font-size: 12px; }
.official-requirements__note strong { color: var(--ps-navy); }
.game-build-history-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.game-build-history { --tier-accent: #50bdf5; --tier-soft: #eef8fd; min-width: 0; overflow: hidden; border: 1px solid color-mix(in srgb, var(--tier-accent) 48%, var(--ps-line)); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(9, 44, 76, .06); transition: border-color .2s, box-shadow .2s, transform .2s; }
.game-build-history--entry { --tier-accent: #24bca9; --tier-soft: #eafaf7; }
.game-build-history--balanced { --tier-accent: #159ddd; --tier-soft: #eaf7fd; box-shadow: 0 16px 40px rgba(5, 104, 145, .11); }
.game-build-history--high { --tier-accent: #8e61d4; --tier-soft: #f5efff; }
.game-build-history:hover { border-color: var(--tier-accent); box-shadow: 0 18px 42px rgba(9, 44, 76, .11); transform: translateY(-3px); }
.game-build-history > a { display: block; height: 100%; padding: 24px; color: inherit; }
.game-build-history header { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.game-build-history header span { color: var(--tier-accent); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.game-build-history header em { padding: 5px 9px; color: var(--ps-navy); border-radius: 999px; background: var(--tier-soft); font-size: 12px; font-style: normal; font-weight: 900; }
.game-build-history__target { display: block; min-height: 49px; margin-top: 15px; color: var(--ps-navy); font-size: 17px; line-height: 1.45; }
.game-build-history__current { display: grid; margin-top: 19px; }
.game-build-history__current small { color: var(--ps-muted); font-size: 12px; }
.game-build-history__current strong { color: var(--ps-navy); font-size: clamp(28px, 2.6vw, 38px); letter-spacing: -.05em; }
.game-build-history__change { display: grid; grid-template-columns: auto auto 1fr; gap: 2px 7px; align-items: center; margin-top: 14px; padding: 12px 13px; color: var(--ps-blue-dark); border-radius: 13px; background: var(--tier-soft); }
.game-build-history__change b { grid-row: 1 / 3; font-size: 26px; line-height: 1; }
.game-build-history__change strong { font-size: 20px; line-height: 1.1; }
.game-build-history__change span { font-size: 12px; font-weight: 900; }
.game-build-history__change small { grid-column: 2 / 4; color: currentColor; font-size: 12px; opacity: .72; }
.game-build-history__change.is-down { color: var(--ps-green); background: #eaf9f3; }
.game-build-history__change.is-up { color: var(--ps-red); background: #fff1ed; }
.game-build-history__change.is-flat { color: var(--ps-blue-dark); background: #eef8fd; }
.game-build-history dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 14px 0 0; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 12px; background: var(--ps-line); }
.game-build-history dl div { display: grid; gap: 2px; padding: 10px 11px; background: #fff; }
.game-build-history dt { color: var(--ps-muted); font-size: 12px; }
.game-build-history dd { margin: 0; color: var(--ps-navy); font-size: 13px; font-weight: 900; }
.game-build-history svg { display: block; width: 100%; height: 104px; margin-top: 9px; }
.game-build-history svg line { stroke: var(--ps-line); stroke-dasharray: 3 4; }
.game-build-history svg polyline { fill: none; stroke: var(--tier-accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; vector-effect: non-scaling-stroke; }
.game-build-history > a > p { display: flex; justify-content: space-between; gap: 10px; margin: 4px 0 0; color: var(--ps-muted); font-size: 12px; }
.game-build-history > a > p span { color: var(--ps-blue-dark); font-weight: 900; }
.game-build-history__collecting { display: grid; gap: 5px; min-height: 190px; margin-top: 14px; padding: 22px 16px; border-radius: 14px; background: var(--tier-soft); align-content: center; }
.game-build-history__collecting strong { color: var(--ps-navy); font-size: 17px; }
.game-build-history__collecting span { color: var(--tier-accent); font-size: 13px; font-weight: 900; }
.game-build-history__collecting small { color: var(--ps-muted); font-size: 12px; }
.recommended-builds__detail-heading { margin-top: 72px; }
.game-build-changelog { background: #fff; }
.game-build-changelog__list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.game-build-changelog__entry { display: grid; grid-template-columns: 150px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--ps-line); border-radius: 20px; background: var(--ps-surface); }
.game-build-changelog__date { display: grid; gap: 8px; align-content: start; padding: 23px; color: #fff; background: var(--ps-navy); }
.game-build-changelog__date time { font-size: 17px; font-weight: 900; letter-spacing: .02em; }
.game-build-changelog__date span { width: fit-content; padding: 5px 9px; border-radius: 999px; color: var(--ps-navy); background: #b8ecff; font-size: 12px; font-weight: 900; }
.game-build-changelog__body { min-width: 0; padding: 23px; }
.game-build-changelog__body > strong { display: block; color: var(--ps-navy); font-size: 18px; }
.game-build-changelog__body > p { margin: 8px 0 0; color: var(--ps-muted); }
.game-build-changelog__body > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.game-build-changelog__body > ul > li { min-width: 0; padding: 15px; border: 1px solid var(--ps-line); border-radius: 14px; background: #fff; }
.game-build-changelog__change-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.game-build-changelog__change-head span { padding: 4px 8px; border-radius: 999px; color: var(--ps-blue-dark); background: var(--ps-blue-soft); font-size: 12px; font-weight: 900; }
.game-build-changelog__change-head strong { color: var(--ps-navy); font-size: 13px; }
.game-build-changelog__products { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 8px; align-items: center; color: var(--ps-muted); font-size: 13px; line-height: 1.45; }
.game-build-changelog__products b { color: var(--ps-blue); }
.game-build-changelog__products strong { color: var(--ps-navy); }
.game-build-changelog__prices { display: flex; gap: 8px; align-items: center; margin-top: 9px; color: var(--ps-muted); font-size: 12px; }
.game-build-changelog__prices b { color: var(--ps-blue); }
.game-build-changelog__prices strong { color: var(--ps-green); }
.game-build-changelog__body > ul > li > p { margin: 9px 0 0; color: var(--ps-muted); font-size: 12px; }
.game-build-changelog__note { margin: 0 0 12px !important; }
.game-build-changelog__body > small { display: block; margin-top: 11px; color: var(--ps-muted); font-size: 12px; }
.game-build-changelog__entry.is-initial { background: linear-gradient(135deg, #f4fbff, #fff); }
.game-build-changelog__entry.is-initial .game-build-changelog__date { background: #46677f; }
.recommended-builds__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; }
.game-build-card[id] { scroll-margin-top: 105px; }
.game-key-products { background: var(--ps-surface); }
.game-key-products__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.game-key-products__grid article { overflow: hidden; border: 1px solid var(--ps-line); border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(9, 44, 76, .045); }
.game-key-product__main { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 106px; padding: 16px; }
.game-key-product__main img { width: 68px; height: 68px; padding: 4px; border-radius: 11px; background: var(--ps-surface); object-fit: contain; }
.game-key-product__main > span { display: grid; min-width: 0; }
.game-key-product__main small { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; }
.game-key-product__main strong { display: -webkit-box; overflow: hidden; margin-top: 3px; color: var(--ps-navy); font-size: 12px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.game-key-product__main em { margin-top: 4px; color: var(--ps-muted); font-size: 12px; font-style: normal; }
.game-key-product__main b { color: var(--ps-blue); font-size: 16px; }
.game-key-product__category { display: block; padding: 9px 16px; color: var(--ps-blue-dark); border-top: 1px solid var(--ps-line); background: #f8fcfe; font-size: 12px; font-weight: 900; text-align: right; }
.game-build-card { --tier-accent: #50bdf5; --tier-dark: #092c4c; --tier-light: #0b5686; min-width: 0; overflow: hidden; border: 1px solid color-mix(in srgb, var(--tier-accent) 30%, var(--ps-line)); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(9, 44, 76, .05); }
.game-build-card--entry { --tier-accent: #51d3c2; --tier-dark: #10384b; --tier-light: #246c72; }
.game-build-card--balanced { --tier-accent: #50bdf5; --tier-dark: #07324f; --tier-light: #087b9b; box-shadow: 0 16px 40px rgba(5, 104, 145, .12); }
.game-build-card--high { --tier-accent: #bf92ff; --tier-dark: #252c59; --tier-light: #68448e; }
.game-build-card > header { min-height: 250px; padding: 25px; color: #fff; background: radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--tier-accent) 32%, transparent), transparent 28%), linear-gradient(145deg, var(--tier-dark), var(--tier-light)); }
.game-build-card__kicker { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.game-build-card__kicker > span { color: color-mix(in srgb, var(--tier-accent) 80%, #fff); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.game-build-card__kicker > em { padding: 5px 8px; color: var(--tier-dark); border-radius: 999px; background: var(--tier-accent); font-size: 12px; font-style: normal; font-weight: 900; }
.game-build-card > header > strong { display: inline-block; margin-top: 12px; padding: 4px 9px; color: var(--ps-navy); border-radius: 999px; background: #fff; font-size: 12px; }
.game-build-card > header h2 { margin: 12px 0 8px; color: #fff; font-size: 22px; line-height: 1.4; }
.game-build-card > header p { margin: 0; color: #bed2df; font-size: 12px; }
.game-build-card > header small { display: block; margin-top: 12px; color: color-mix(in srgb, var(--tier-accent) 82%, #fff); font-size: 12px; }
.game-build-card__pc, .game-build-card__parts { padding: 22px; border-bottom: 1px solid var(--ps-line); }
.game-build-card__pc { border-bottom: 0; background: color-mix(in srgb, var(--tier-accent) 8%, #fff); }
.game-build-card__pc--laptop { border-top: 1px solid color-mix(in srgb, var(--tier-accent) 24%, var(--ps-line)); background: color-mix(in srgb, var(--tier-accent) 4%, #fff); }
.game-build-card__choice-heading { display: flex; gap: 8px; align-items: center; margin-bottom: 14px; }
.game-build-card__choice-heading b { padding: 5px 8px; color: #fff; border-radius: 999px; background: var(--tier-dark); font-size: 12px; line-height: 1; }
.game-build-card__choice-heading span { color: var(--ps-navy); font-size: 15px; font-weight: 900; }
.game-build-card__choice-heading--parts b { color: var(--tier-dark); background: color-mix(in srgb, var(--tier-accent) 38%, #fff); }
.game-build-card__choice-heading--laptop b { color: var(--tier-dark); background: color-mix(in srgb, var(--tier-accent) 26%, #fff); }
.game-build-card__alternative { position: relative; display: flex; gap: 7px; justify-content: center; align-items: center; min-height: 38px; border-top: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); background: #eef4f7; }
.game-build-card__alternative::before, .game-build-card__alternative::after { width: 35px; height: 1px; background: #bfd0da; content: ""; }
.game-build-card__alternative span { color: var(--ps-navy); font-size: 13px; font-weight: 900; }
.game-build-card__alternative small { color: var(--ps-muted); font-size: 12px; }
.game-build-card__parts-head > span { display: block; margin-bottom: 10px; color: color-mix(in srgb, var(--tier-dark) 75%, var(--ps-blue-dark)); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.game-build-card__pc > a { display: grid; grid-template-columns: 58px 1fr; gap: 10px; align-items: center; min-width: 0; }
.game-build-card__pc img { width: 58px; height: 58px; border-radius: 10px; background: var(--ps-surface); object-fit: contain; }
.game-build-card__pc a > span { display: grid; min-width: 0; }
.game-build-card__pc strong { overflow: hidden; color: var(--ps-navy); font-size: 12px; line-height: 1.45; text-overflow: ellipsis; }
.game-build-card__pc small { color: var(--ps-muted); font-size: 12px; }
.game-build-card__pc .game-build-card__pc-source { margin-top: 4px; color: #47697c; font-weight: 700; }
.game-build-card__pc em { grid-column: 2; color: var(--ps-blue-dark); font-size: 12px; font-style: normal; font-weight: 800; }
.game-build-card__pc > p { margin: 0; color: var(--ps-muted); font-size: 12px; }
.game-build-card__parts-head { display: flex; justify-content: space-between; gap: 14px; align-items: start; margin-bottom: 8px; }
.game-build-card__parts-head > strong { flex: 0 0 auto; color: var(--ps-navy); font-size: 16px; line-height: 1.25; text-align: right; }
.game-build-card__parts-head > strong small { display: block; color: var(--ps-muted); font-size: 12px; font-weight: 500; }
.game-build-card__parts-note { margin: 0 0 12px; padding: 10px 12px; color: #5d6f7b; border-left: 3px solid var(--tier-accent); border-radius: 0 8px 8px 0; background: #f3f7f9; font-size: 12px; line-height: 1.6; }
.game-build-card__parts-note strong { color: var(--ps-navy); }
.game-build-card__parts ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.game-build-card__parts li { display: grid; grid-template-columns: 52px 1fr; gap: 9px; min-width: 0; padding: 10px 0; border-top: 1px solid var(--ps-line); }
.game-build-card__parts li > span { color: var(--ps-muted); font-size: 12px; font-weight: 800; }
.game-build-card__parts li a { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 9px; align-items: center; min-width: 0; }
.game-build-card__part-image { display: grid; width: 40px; height: 40px; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 8px; background: var(--ps-surface) url('../images/logo.svg') center / 22px no-repeat; place-items: center; }
.game-build-card__part-image img { width: 100%; height: 100%; padding: 3px; background: #fff; object-fit: contain; }
.game-build-card__parts li div, .game-build-card__part-copy { display: grid; min-width: 0; }
.game-build-card__parts li strong { overflow: hidden; color: var(--ps-navy); font-size: 12px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.game-build-card__parts li small { color: var(--ps-blue-dark); font-size: 12px; }
.game-build-card > footer { padding: 20px 22px; background: #f7fafc; }
.game-build-card > footer strong { color: var(--ps-navy); font-size: 12px; }
.game-build-card > footer p { margin: 5px 0 0; color: var(--ps-muted); font-size: 12px; }
.game-build-card > footer p + p { margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--ps-line); }
.recommended-devices { background: linear-gradient(180deg, #f4faff, #fff); }
.recommended-devices__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.game-device-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(9, 44, 76, .055); }
.game-device-card__media { display: grid; min-height: 190px; padding: 18px; background: linear-gradient(145deg, #eef8fd, #fff); place-items: center; }
.game-device-card__media > img { width: 100%; height: 180px; object-fit: contain; transition: transform .25s ease; }
.game-device-card:hover .game-device-card__media > img { transform: scale(1.025); }
.game-device-card__media > span { display: grid; place-items: center; }
.game-device-card__body { display: flex; min-width: 0; padding: 20px; flex-direction: column; }
.game-device-card__type { display: flex; gap: 9px; align-items: center; }
.game-device-card__type .ps-card-icon { flex: 0 0 auto; }
.game-device-card__type > span { display: grid; }
.game-device-card__type small { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.game-device-card__type strong { color: var(--ps-muted); font-size: 12px; }
.game-device-card h3 { margin: 14px 0 8px; color: var(--ps-navy); font-size: 17px; line-height: 1.45; }
.game-device-card h3 a:hover { color: var(--ps-blue-dark); }
.game-device-card__body > p { margin: 0 0 15px; color: var(--ps-muted); font-size: 12px; line-height: 1.75; }
.game-device-card dl { display: grid; gap: 0; margin: auto 0 17px; border-top: 1px solid var(--ps-line); }
.game-device-card dl div { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--ps-line); }
.game-device-card dt { color: var(--ps-muted); font-size: 12px; font-weight: 800; }
.game-device-card dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--ps-navy); font-size: 12px; font-weight: 700; }
.game-device-card__footer { display: flex; justify-content: space-between; gap: 10px; align-items: end; margin-top: auto; }
.game-device-card__footer > span { display: grid; }
.game-device-card__footer small { color: var(--ps-muted); font-size: 12px; }
.game-device-card__footer strong { color: var(--ps-navy); font-size: 17px; }
.game-device-card__footer .text-link { flex: 0 0 auto; padding-bottom: 2px; font-size: 12px; }
.recommended-devices__note { margin: 20px 0 0; color: var(--ps-muted); font-size: 12px; line-height: 1.7; }
.game-guide-checks { color: #fff; background: var(--ps-navy); }
.game-guide-checks .eyebrow { color: #6bd0ff; }
.game-guide-checks dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .14); }
.game-guide-checks dl div { padding: 22px; background: #0c3557; }
.game-guide-checks dt { font-size: 12px; font-weight: 800; }
.game-guide-checks dd { margin: 6px 0 0; color: #aec7d8; font-size: 12px; }
.more-game-guides { background: #fff; }
.more-game-guides__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.more-game-guides__grid a { display: block; min-width: 0; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 16px; background: var(--ps-surface); transition: border-color .2s, transform .2s; }
.more-game-guides__grid a:hover { border-color: rgba(18, 166, 249, .55); transform: translateY(-2px); }
.more-game-guides__grid img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.more-game-guides__grid a > div { display: grid; min-height: 118px; padding: 15px 17px; }
.more-game-guides__grid small { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; }
.more-game-guides__grid strong { align-self: center; overflow: hidden; color: var(--ps-navy); font-size: 16px; text-overflow: ellipsis; }
.more-game-guides__grid span { align-self: end; color: var(--ps-blue-dark); font-size: 12px; font-weight: 800; }
.device-guide-categories { background: #fff; }
.device-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.device-guide-card { padding: 28px; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 5px 20px rgba(9, 44, 76, .035); }
.device-guide-card__top { display: flex; justify-content: space-between; align-items: center; }
.device-guide-card__top span { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.device-guide-card__top .device-guide-card__identity { display: flex; align-items: center; gap: 13px; }
.device-guide-card__identity em { color: var(--ps-blue-dark); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .13em; }
.device-guide-card__top small { padding: 4px 9px; color: var(--ps-muted); border-radius: 20px; background: var(--ps-surface); font-size: 12px; font-weight: 800; }
.device-guide-card h2 { margin: 15px 0 7px; color: var(--ps-navy); font-size: 24px; letter-spacing: -.035em; }
.device-guide-card > p { margin: 0; color: var(--ps-muted); font-size: 12px; }
.device-guide-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 22px; padding: 0; list-style: none; }
.device-guide-card li { padding: 5px 9px; color: #34546b; border: 1px solid #d9eaf3; border-radius: 6px; background: #f3faff; font-size: 12px; font-weight: 700; }
.device-guide-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 17px; border-top: 1px solid var(--ps-line); }
.device-guide-card__footer strong { color: var(--ps-navy); font-size: 17px; }
.device-guide-card__footer a { color: var(--ps-blue-dark); font-size: 12px; font-weight: 800; }
.device-guide-card__footer a span { margin-left: 5px; }
.device-comparison { background: var(--ps-surface); }
.device-comparison__tabs { display: flex; gap: 8px; margin-bottom: 18px; overflow-x: auto; scrollbar-width: thin; }
.device-comparison__tabs button { display: flex; flex: 1 0 150px; justify-content: space-between; align-items: center; gap: 8px; padding: 13px 15px; color: #3e596d; border: 1px solid var(--ps-line); border-radius: 10px; background: #fff; font-size: 12px; font-weight: 800; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.device-comparison__tabs button small { display: grid; min-width: 22px; height: 22px; padding-inline: 5px; color: var(--ps-muted); border-radius: 20px; background: var(--ps-surface); font-size: 12px; place-items: center; }
.device-comparison__tabs button[aria-selected="true"] { color: #fff; border-color: var(--ps-navy); background: var(--ps-navy); }
.device-comparison__tabs button[aria-selected="true"] small { color: var(--ps-navy); background: #fff; }
.device-comparison__panel { padding: 22px; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 8px 30px rgba(9, 44, 76, .05); }
.device-comparison__panel[hidden] { display: none; }
.device-comparison__scroll { overflow-x: auto; border: 1px solid var(--ps-line); border-radius: 12px; overscroll-behavior-inline: contain; scrollbar-gutter: stable; }
.device-comparison table { width: max-content; min-width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.device-comparison th, .device-comparison td { width: 220px; min-width: 220px; max-width: 220px; padding: 14px 16px; border-right: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); text-align: left; vertical-align: middle; font-size: 12px; line-height: 1.6; }
.device-comparison tr > :last-child { border-right: 0; }
.device-comparison tbody tr:last-child > * { border-bottom: 0; }
.device-comparison thead th { padding: 16px; color: var(--ps-navy); background: #f8fbfd; vertical-align: top; }
.device-comparison thead th:first-child, .device-comparison tbody th { position: sticky; z-index: 2; left: 0; width: 135px; min-width: 135px; max-width: 135px; color: #50687a; background: #f8fbfd; box-shadow: 1px 0 0 var(--ps-line); font-size: 12px; }
.device-comparison thead th:first-child { z-index: 3; }
.device-comparison .comparison-product span { display: -webkit-box; overflow: hidden; min-height: 4.8em; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.device-comparison .comparison-price { white-space: nowrap; }
.comparison-product { display: grid; gap: 10px; color: var(--ps-navy); font-size: 12px; font-weight: 800; }
.comparison-product img { width: 100%; height: 105px; object-fit: contain; border-radius: 8px; background: #fff; }
.comparison-product:hover { color: var(--ps-blue-dark); }
.comparison-price { color: var(--ps-navy); font-size: 17px; }
.comparison-actions a { color: var(--ps-blue-dark); font-weight: 800; }
.comparison-actions a span { margin-left: 4px; }
.device-comparison__note { margin: 10px 2px 0; color: var(--ps-muted); font-size: 12px; }
.compare-page__content { background: var(--ps-surface); }
.compare-page__head { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 24px; }
.compare-page__head h2 { margin: 0; color: var(--ps-navy); font-size: 30px; letter-spacing: -.04em; }
.compare-page__head p:not(.eyebrow) { margin: 5px 0 0; color: var(--ps-muted); font-size: 12px; }
.compare-table__scroll { overflow-x: auto; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 8px 30px rgba(9, 44, 76, .05); }
.compare-table { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: fixed; }
.compare-table th, .compare-table td { min-width: 200px; padding: 14px 16px; border-right: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); text-align: left; vertical-align: middle; font-size: 12px; line-height: 1.65; }
.compare-table tr > :last-child { border-right: 0; }
.compare-table tbody tr:last-child > * { border-bottom: 0; }
.compare-table thead th { padding: 18px; color: var(--ps-navy); background: #f8fbfd; vertical-align: top; }
.compare-table thead th:first-child, .compare-table tbody th { width: 145px; min-width: 145px; color: #50687a; background: #f8fbfd; font-size: 12px; }
.compare-page__empty { border: 1px solid var(--ps-line); background: #fff; }
.deals-page { background: var(--ps-surface); }
.home-sales, .sales-products { background: #fffaf5; }
.sales-page { background: var(--ps-surface); }
.sales-hero { padding: 84px 0; color: #fff; background: radial-gradient(circle at 78% 26%, rgba(255, 155, 73, .27), transparent 31%), linear-gradient(135deg, #2d1b14, #74391d); }
.sales-hero__grid { display: grid; grid-template-columns: 1fr .7fr; gap: 76px; align-items: end; }
.sales-hero h1 { margin: 5px 0 20px; color: #fff; font-size: clamp(38px, 5vw, 68px); line-height: 1.15; letter-spacing: -.06em; }
.sales-hero h1 span { display: block; white-space: nowrap; }
.sales-hero p:not(.eyebrow) { max-width: 680px; margin: 0; color: #f3d5c2; font-size: 16px; }
.sales-hero .eyebrow, .sales-method .eyebrow { color: #ffb77e; }
.sales-hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .14); box-shadow: 0 18px 40px rgba(25, 7, 1, .18); }
.sales-hero__proof div { display: grid; min-height: 126px; padding: 14px 8px; background: rgba(45, 20, 10, .78); place-content: center; text-align: center; }
.sales-hero__proof strong { color: #fff; font-size: 24px; }
.sales-hero__proof span { color: #e5bda4; font-size: 12px; }
.sales-product-grid { align-items: stretch; }
.sales-product-grid .product-card { display: flex; flex-direction: column; }
.sales-product-grid .product-card__body { display: flex; flex: 1; flex-direction: column; }
.sales-product-grid .product-card__footer { margin-top: auto; }
.sales-empty { padding: 58px 28px; border: 1px dashed #e4b893; border-radius: var(--ps-radius); background: #fff; text-align: center; }
.sales-empty strong { color: var(--ps-navy); font-size: 20px; }
.sales-empty p { max-width: 680px; margin: 8px auto 0; color: var(--ps-muted); }
.sales-method { color: #fff; background: #2b1b15; }
.sales-method__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.sales-method h2 { margin: 0; color: #fff; font-size: clamp(31px, 3.8vw, 46px); line-height: 1.28; letter-spacing: -.05em; }
.sales-method ol { margin: 0; padding: 0; list-style: none; }
.sales-method li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.sales-method li > span { display: grid; width: 44px; height: 44px; color: #ffb77e; border: 1px solid rgba(255, 183, 126, .45); border-radius: 50%; font-size: 12px; font-weight: 900; place-items: center; }
.sales-method li strong { font-size: 17px; }
.sales-method li p { margin: 4px 0 0; color: #d7b9a8; font-size: 14px; }
.sales-disclaimer { margin-top: 28px; color: #c7a796; font-size: 12px; }
.deals-hero { padding: 84px 0; color: #fff; background: radial-gradient(circle at 78% 26%, rgba(18, 166, 249, .3), transparent 31%), linear-gradient(135deg, #061f35, #0a3b62); }
.deals-hero__grid { display: grid; grid-template-columns: 1fr .78fr; gap: 76px; align-items: end; }
.deals-hero h1 { margin: 5px 0 20px; color: #fff; font-size: clamp(44px, 5.7vw, 72px); line-height: 1.15; letter-spacing: -.06em; }
.deals-hero p:not(.eyebrow) { max-width: 680px; margin: 0; color: #c3d7e4; font-size: 16px; }
.deals-hero .eyebrow, .deals-method .eyebrow { color: #6bd0ff; }
.deals-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--ps-radius); background: rgba(255, 255, 255, .13); }
.deals-hero__facts div { display: grid; min-height: 122px; padding: 15px; background: rgba(6, 31, 53, .76); place-content: center; text-align: center; }
.deals-hero__facts strong { font-size: 23px; }
.deals-hero__facts span { color: #a8c5d8; font-size: 12px; }
.deals-drops, .deals-lowest { background: #fff; }
.deals-ranking { background: var(--ps-surface); }
.price-drop-sort-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin: -10px 0 24px; }
.price-drop-sort-tabs a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 9px 16px; color: #496174; border: 1px solid var(--ps-line); border-radius: 999px; background: #fff; font-size: 14px; font-weight: 900; }
.price-drop-sort-tabs a:hover { border-color: rgba(18, 166, 249, .55); }
.price-drop-sort-tabs a[aria-current="page"] { color: #fff; border-color: var(--ps-navy); background: var(--ps-navy); }
.price-drop-sort-tabs small { padding: 3px 7px; color: #086e55; border-radius: 999px; background: #dcf7ec; font-size: 12px; }
.price-drop-ranking-note { margin: 18px 0 0; color: var(--ps-muted); font-size: 12px; line-height: 1.75; }
.deals-empty { padding: 45px 25px; border: 1px dashed #bdd3df; border-radius: var(--ps-radius); background: var(--ps-surface); text-align: center; }
.deals-empty strong { color: var(--ps-navy); font-size: 18px; }
.deals-empty p { margin: 5px 0 0; color: var(--ps-muted); font-size: 12px; }
.buy-ranking-tabs { display: flex; gap: 8px; margin: 0 0 22px; padding: 3px 0 9px; overflow-x: auto; scrollbar-width: thin; }
.buy-ranking-tabs button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; min-height: 42px; padding: 9px 14px; color: #496174; border: 1px solid var(--ps-line); border-radius: 999px; background: #fff; font: inherit; font-size: 12px; font-weight: 900; white-space: nowrap; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.buy-ranking-tabs button:hover { border-color: rgba(18, 166, 249, .55); }
.buy-ranking-tabs button[aria-selected="true"] { color: #fff; border-color: var(--ps-navy); background: var(--ps-navy); }
.buy-ranking-tabs button small { display: grid; min-width: 20px; height: 20px; padding-inline: 5px; color: var(--ps-blue-dark); border-radius: 999px; background: #eaf7fe; font-size: 12px; place-items: center; }
.buy-ranking-tabs button[aria-selected="true"] small { color: var(--ps-navy); background: #fff; }
.buy-ranking-panel[hidden] { display: none; }
.buy-ranking-note { margin: 17px 0 0; color: var(--ps-muted); font-size: 12px; line-height: 1.75; }
.deals-ranking__grid { display: grid; grid-template-columns: 1fr; gap: 11px; margin: 0; padding: 0; list-style: none; }
.deals-ranking__grid > li { min-width: 0; }
.deals-ranking-card { display: grid; grid-template-columns: 38px 44px 1fr 48px 90px; gap: 13px; align-items: center; min-width: 0; padding: 12px 17px; border: 1px solid var(--ps-line); border-radius: 13px; background: #fff; transition: border-color .2s, transform .2s; }
.deals-ranking-card:hover { border-color: var(--ps-blue); transform: translateY(-2px); }
.deals-ranking-card__rank { color: #8ca1af; font-size: 12px; font-weight: 900; }
.deals-ranking-card__image { display: grid; width: 44px; height: 44px; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 9px; background: var(--ps-surface) url('../images/logo.svg') center / 23px no-repeat; place-items: center; }
.deals-ranking-card__image img { width: 100%; height: 100%; padding: 4px; background: #fff; object-fit: contain; }
.deals-ranking-card > div { display: grid; min-width: 0; }
.deals-ranking-card > div strong { overflow: hidden; color: var(--ps-navy); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.deals-ranking-card > div small { color: var(--ps-muted); font-size: 12px; }
.deals-ranking-card em { color: #4c6272; font-size: 12px; font-style: normal; font-weight: 800; text-align: right; }
.ranking-position--1 { grid-column: auto; --rank-color: #c99112; --rank-dark: #795300; --rank-light: #fff7d8; --rank-border: #e5bd55; }
.ranking-position--2 { --rank-color: #8495a3; --rank-dark: #495c6a; --rank-light: #f2f6f8; --rank-border: #bac6ce; }
.ranking-position--3 { --rank-color: #b66b38; --rank-dark: #76401f; --rank-light: #fff0e6; --rank-border: #d79567; }
.ranking-position--1 .deals-ranking-card { grid-template-columns: 64px 78px minmax(0, 1fr) 58px 110px; gap: 18px; min-height: 118px; padding: 19px 24px; border-color: var(--rank-border); background: radial-gradient(circle at 88% 10%, rgba(229, 189, 85, .25), transparent 28%), linear-gradient(135deg, var(--rank-light), #fff 64%); box-shadow: 0 13px 32px rgba(121, 83, 0, .09); }
.ranking-position--2 .deals-ranking-card, .ranking-position--3 .deals-ranking-card { grid-template-columns: 54px 64px minmax(0, 1fr) 54px 100px; gap: 16px; min-height: 96px; padding: 15px 21px; border-color: var(--rank-border); background: linear-gradient(135deg, var(--rank-light), #fff 70%); }
.deals-ranking-card__medal { position: relative; z-index: 0; display: grid; width: 44px; height: 44px; font-size: 17px; line-height: 1; place-items: center; }
.deals-ranking-card__medal-face { position: absolute; z-index: 2; inset: 0; display: grid; color: #fff; border: 3px solid rgba(255, 255, 255, .9); border-radius: 50%; outline: 3px solid var(--rank-dark); background: radial-gradient(circle at 34% 27%, rgba(255, 255, 255, .78), transparent 18%), repeating-conic-gradient(from -8deg, color-mix(in srgb, var(--rank-color) 82%, #fff) 0 10deg, var(--rank-color) 10deg 20deg); box-shadow: 0 5px 12px color-mix(in srgb, var(--rank-color) 32%, transparent), inset 0 0 0 3px color-mix(in srgb, var(--rank-color) 66%, #fff); text-shadow: 0 1px 2px rgba(0, 0, 0, .32); place-items: center; }
.deals-ranking-card__medal::before, .deals-ranking-card__medal::after { position: absolute; z-index: 1; bottom: -11px; width: 15px; height: 19px; background: var(--rank-dark); clip-path: polygon(0 0, 100% 0, 83% 100%, 50% 75%, 17% 100%); content: ""; }
.deals-ranking-card__medal::before { left: 5px; transform: rotate(8deg); }
.deals-ranking-card__medal::after { right: 5px; transform: rotate(-8deg); }
.ranking-position--1 .deals-ranking-card__medal { width: 52px; height: 52px; font-size: 21px; }
.ranking-position--1 .deals-ranking-card__image { width: 78px; height: 78px; border-color: rgba(201, 145, 18, .25); border-radius: 14px; }
.ranking-position--2 .deals-ranking-card__image, .ranking-position--3 .deals-ranking-card__image { width: 64px; height: 64px; border-color: color-mix(in srgb, var(--rank-color) 25%, var(--ps-line)); border-radius: 11px; }
.ranking-position--1 .deals-ranking-card > div strong { font-size: clamp(15px, 1.7vw, 20px); }
.ranking-position--2 .deals-ranking-card > div strong, .ranking-position--3 .deals-ranking-card > div strong { font-size: 16px; }
.ranking-position--1 .deals-ranking-card > div small { margin-top: 4px; font-size: 12px; }
.ranking-position--2 .deals-ranking-card > div small, .ranking-position--3 .deals-ranking-card > div small { margin-top: 2px; font-size: 12px; }
.ranking-position--1 .timing-score { width: 56px; height: 56px; font-size: 18px; }
.ranking-position--1 .deals-ranking-card em, .ranking-position--2 .deals-ranking-card em, .ranking-position--3 .deals-ranking-card em { justify-self: end; padding: 6px 9px; color: var(--rank-dark); border: 1px solid color-mix(in srgb, var(--rank-color) 32%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--rank-light) 72%, #fff); }

.is-scroll-motion:not(.is-scroll-motion-visible) .scroll-motion-item { opacity: 0; transform: translateY(22px); }
.is-scroll-motion.is-scroll-motion-visible .scroll-motion-item { animation: scroll-motion-item-reveal .62s cubic-bezier(.18, .75, .25, 1) backwards; animation-delay: calc(var(--scroll-motion-order, 0) * 90ms); }
.is-scroll-motion--categories:not(.is-scroll-motion-visible) .scroll-motion-item { transform: translateX(-18px) translateY(8px); }
.is-scroll-motion--categories.is-scroll-motion-visible .scroll-motion-item { animation-name: scroll-motion-category-reveal; }
.is-scroll-motion--builds:not(.is-scroll-motion-visible) .scroll-motion-item { transform: translateY(28px) scale(.985); }
.is-scroll-motion--builds.is-scroll-motion-visible .scroll-motion-item { animation-name: scroll-motion-build-reveal; }
.is-scroll-motion--ranking.is-scroll-motion-visible .ranking-position--1 .deals-ranking-card__medal,
.is-scroll-motion--ranking.is-scroll-motion-visible .ranking-position--2 .deals-ranking-card__medal,
.is-scroll-motion--ranking.is-scroll-motion-visible .ranking-position--3 .deals-ranking-card__medal { animation: ranking-medal-shine .72s ease-out both; animation-delay: calc((var(--scroll-motion-order, 0) * 90ms) + 360ms); }
.price-chart.is-scroll-motion:not(.is-scroll-motion-visible) .price-chart__line { stroke-dasharray: 1; stroke-dashoffset: 1; }
.price-chart.is-scroll-motion:not(.is-scroll-motion-visible) .price-chart__area { opacity: 0; }
.price-chart.is-scroll-motion:not(.is-scroll-motion-visible) circle { opacity: 0; transform: scale(.35); transform-box: fill-box; transform-origin: center; }
.price-chart.is-scroll-motion-visible .price-chart__line { animation: price-chart-line-reveal 1.15s cubic-bezier(.35, 0, .2, 1) both; }
.price-chart.is-scroll-motion-visible .price-chart__area { animation: price-chart-area-reveal .62s ease-out .62s both; }
.price-chart.is-scroll-motion-visible circle { animation: price-chart-point-reveal .38s cubic-bezier(.2, .8, .3, 1.35) 1.05s both; transform-box: fill-box; transform-origin: center; }

@keyframes scroll-motion-item-reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes scroll-motion-category-reveal { from { opacity: 0; transform: translateX(-18px) translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes scroll-motion-build-reveal { from { opacity: 0; transform: translateY(28px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes ranking-medal-shine { 0%, 100% { filter: brightness(1); } 48% { filter: brightness(1.32) saturate(1.12); } }
@keyframes price-chart-line-reveal { from { stroke-dasharray: 1; stroke-dashoffset: 1; } to { stroke-dasharray: 1; stroke-dashoffset: 0; } }
@keyframes price-chart-area-reveal { from { opacity: 0; } to { opacity: 1; } }
@keyframes price-chart-point-reveal { from { opacity: 0; transform: scale(.35); } to { opacity: 1; transform: scale(1); } }
.deals-observing { display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: center; padding: 30px; border: 1px solid #cde5f2; border-radius: var(--ps-radius); background: #edf9ff; }
.deals-observing > div { display: grid; text-align: center; }
.deals-observing strong { color: var(--ps-navy); font-size: 42px; line-height: 1.2; }
.deals-observing strong small { margin-left: 3px; font-size: 16px; }
.deals-observing span { color: var(--ps-muted); font-size: 12px; }
.deals-observing p { margin: 0; color: #426074; font-size: 12px; }
.deals-method { color: #fff; background: var(--ps-navy); }
.deals-method__grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.deals-method h2 { margin: 0; color: #fff; font-size: 38px; letter-spacing: -.05em; }
.deals-method dl { margin: 0; }
.deals-method dl div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.deals-method dt { font-size: 12px; font-weight: 900; }
.deals-method dd { margin: 0; color: #b8ccda; font-size: 12px; }
.device-guide-priority { color: #fff; background: var(--ps-navy); }
.device-guide-priority__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(52px, 5.5vw, 72px); align-items: start; }
.device-guide-priority h2 { margin: 0; font-size: clamp(31px, 3.8vw, 48px); line-height: 1.3; letter-spacing: -.05em; }
.device-guide-priority .eyebrow { color: #6bd0ff; }
.device-guide-priority__grid > div > p:not(.eyebrow) { color: #b8ccda; }
.device-guide-priority ol { margin: 0; padding: 0; list-style: none; }
.device-guide-priority li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.device-guide-priority li > span { display: grid; width: 45px; height: 45px; color: #6bd0ff; border: 1px solid rgba(107, 208, 255, .42); border-radius: 50%; font-size: 12px; font-weight: 900; place-items: center; }
.device-guide-priority h3 { margin: 0 0 3px; font-size: 17px; }
.device-guide-priority li p { margin: 0; color: #a9c2d2; font-size: 12px; }
.device-guide-products { background: var(--ps-surface); }
.device-guide-product-grid { grid-template-columns: repeat(4, 1fr); }
.device-guide-product-grid .product-card__body { padding: 17px; }
.device-guide-product-grid .product-card__title { font-size: 16px; }
.device-guide-product-grid .product-card__price-row strong { font-size: 21px; }
.device-guide-notes { color: #fff; background: #071f35; }
.device-guide-notes__grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.device-guide-notes h2 { margin: 0; font-size: 38px; letter-spacing: -.05em; }
.device-guide-notes .eyebrow { color: #6bd0ff; }
.device-guide-notes dl { margin: 0; }
.device-guide-notes dl div { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.device-guide-notes dt { font-size: 12px; font-weight: 900; }
.device-guide-notes dd { margin: 0; color: #b8ccda; font-size: 12px; }
.gaming-pc-sources { background: linear-gradient(180deg, #f1f7fb, #fff); }
.gaming-pc-sources__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gaming-pc-source-card { display: grid; grid-template-rows: auto 1fr auto; min-width: 0; padding: 23px; border: 1px solid var(--ps-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(9, 44, 76, .055); }
.gaming-pc-source-card header { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.gaming-pc-source-card__mark { display: grid; width: 52px; height: 52px; color: #fff; border-radius: 14px; background: linear-gradient(145deg, var(--ps-navy), var(--ps-blue-dark)); box-shadow: 0 7px 18px rgba(8, 103, 155, .16); font-size: 16px; font-weight: 950; letter-spacing: -.04em; place-items: center; }
.gaming-pc-source-card header div { min-width: 0; }
.gaming-pc-source-card header small { display: block; overflow: hidden; color: var(--ps-muted); font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.gaming-pc-source-card h3 { margin: 2px 0 0; overflow: hidden; color: var(--ps-navy); font-size: 18px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.gaming-pc-source-card header em { align-self: start; padding: 5px 8px; color: var(--ps-blue-dark); border-radius: 999px; background: #e9f6fd; font-size: 12px; font-style: normal; font-weight: 900; white-space: nowrap; }
.gaming-pc-source-card > p { margin: 18px 0; color: var(--ps-muted); font-size: 16px; line-height: 1.75; }
.gaming-pc-source-card > a { width: fit-content; color: var(--ps-blue-dark); font-size: 16px; font-weight: 900; }
.gaming-pc-source-card > a span { margin-left: 4px; }
.gaming-pc-sources__notice { display: grid; grid-template-columns: 190px 1fr; gap: 22px; margin-top: 22px; padding: 20px 22px; border: 1px solid #a9d8ed; border-radius: 14px; background: #eaf7fc; }
.gaming-pc-sources__notice strong { color: var(--ps-navy); font-size: 16px; }
.gaming-pc-sources__notice p { margin: 0; color: #526b7b; font-size: 16px; line-height: 1.7; }
.laptop-guide-hero { background: radial-gradient(circle at 80% 16%, rgba(111, 219, 255, .28), transparent 32%), linear-gradient(135deg, #061b31, #15476a); }
.laptop-tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.laptop-tier-card { padding: 27px; border: 1px solid var(--ps-line); border-radius: var(--ps-radius); background: #fff; box-shadow: 0 6px 22px rgba(9, 44, 76, .045); }
.laptop-tier-card > span { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.laptop-tier-card > .laptop-tier-card__top { display: flex; align-items: center; gap: 13px; }
.laptop-tier-card__top em { color: var(--ps-blue-dark); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .14em; }
.laptop-tier-card h2 { margin: 11px 0 4px; color: var(--ps-navy); font-size: 25px; }
.laptop-tier-card strong { color: #1d6f9f; font-size: 16px; }
.laptop-tier-card p { margin: 15px 0 0; color: var(--ps-muted); font-size: 12px; }
.home-laptop-guide { color: #fff; background: linear-gradient(120deg, #08233b, #0d507a); }
.home-laptop-guide__inner { display: flex; justify-content: space-between; align-items: center; gap: 45px; }
.home-laptop-guide h2 { margin: 4px 0 12px; color: #fff; font-size: clamp(30px, 4vw, 48px); line-height: 1.25; letter-spacing: -.05em; }
.home-laptop-guide p:not(.eyebrow) { max-width: 690px; margin: 0; color: #bad4e3; }
.home-laptop-guide .eyebrow { color: #6bd0ff; }
.home-laptop-guide .button { flex: 0 0 auto; color: var(--ps-navy); background: #fff; }

/* Keep headings readable when shared heading styles are used on dark sections. */
.home-market h2,
.section--how h2,
.section--how h3,
.cta-band h2,
.market-hero h1,
.market-method h2,
.market-method h3,
.device-guide-hero h1,
.device-guide-priority h2,
.device-guide-priority h3,
.device-guide-notes h2,
.device-guide-notes h3,
.game-guide-hero h1,
.game-detail-hero h1,
.game-guide-method h2,
.game-guide-method h3,
.game-guide-checks h2 {
	color: #fff;
}

/* Keep Japanese marketing headings together by phrase and avoid orphaned kana/punctuation. */
.hero h1,
.page-hero h1,
.section-heading h2,
.category-section-head h2,
.category-support h2,
.home-game-guide h2,
.home-device-guide h2,
.home-market h2,
.home-laptop-guide h2,
.how-grid h2,
.cta-band h2,
.market-hero h1,
.market-method h2,
.device-guide-hero h1,
.device-guide-priority h2,
.device-guide-notes h2,
.deals-hero h1,
.deals-method h2,
.game-guide-hero h1,
.game-detail-hero h1,
.game-guide-method h2,
.game-guide-checks h2 {
	overflow-wrap: normal;
	line-break: strict;
	text-wrap: balance;
	word-break: normal;
}

@supports (word-break: auto-phrase) {
	.hero h1,
	.page-hero h1,
	.section-heading h2,
	.category-section-head h2,
	.category-support h2,
	.home-game-guide h2,
	.home-device-guide h2,
	.home-market h2,
	.home-laptop-guide h2,
	.how-grid h2,
	.cta-band h2,
	.market-hero h1,
	.market-method h2,
	.device-guide-hero h1,
	.device-guide-priority h2,
	.device-guide-notes h2,
	.deals-hero h1,
	.deals-method h2,
	.game-guide-hero h1,
	.game-detail-hero h1,
	.game-guide-method h2,
	.game-guide-checks h2 {
		word-break: auto-phrase;
	}
}

.prose, .journal-entry { max-width: 820px; }
.prose { padding-top: 65px; padding-bottom: 100px; }
.prose h2, .journal-entry h2 { margin: 2.2em 0 .7em; color: var(--ps-navy); font-size: 29px; line-height: 1.45; }
.prose h3, .journal-entry h3 { margin-top: 1.8em; color: var(--ps-navy); }
.prose a, .journal-entry .prose a { color: var(--ps-blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { padding: 12px; border: 1px solid var(--ps-line); text-align: left; }
.journal-entry { padding-top: 60px; padding-bottom: 100px; }
.journal-entry > header h1 { margin: 5px 0 15px; color: var(--ps-navy); font-size: clamp(35px, 4vw, 55px); line-height: 1.35; letter-spacing: -.05em; }
.journal-entry__meta { display: flex; gap: 15px; color: var(--ps-muted); font-size: 12px; }
.journal-entry__image { margin: 35px 0; overflow: hidden; border-radius: var(--ps-radius); }
.article-related-guides { margin-top: 55px; padding: 28px; border: 1px solid #d9eaf3; border-radius: var(--ps-radius); background: #f4faff; }
.article-related-guides h2 { margin: 4px 0 17px; font-size: 23px; }
.article-related-guides > div { display: grid; gap: 9px; }
.article-related-guides a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; color: var(--ps-navy); border-top: 1px solid #d9eaf3; text-decoration: none; }
.article-related-guides a strong { font-size: 12px; }
.article-related-guides a span { flex: 0 0 auto; color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; }
.not-found { display: grid; min-height: 60vh; place-items: center; text-align: center; }
.not-found h1 { margin: 0; color: var(--ps-navy); font-size: clamp(35px, 6vw, 65px); }
.not-found p:not(.eyebrow) { color: var(--ps-muted); }

.site-footer { padding-top: 70px; color: #b7cbd8; background: #061f35; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 55px; }
.site-footer .site-brand__text strong, .site-footer .site-brand__text small { color: #fff; }
.site-footer__brand p { max-width: 430px; margin: 20px 0 0; font-size: 12px; }
.site-footer__social { margin-top: 25px; }
.site-footer__social > p { margin: 0 0 10px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.site-footer__social > div { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer__social-link { display: flex; min-width: 190px; align-items: center; gap: 11px; padding: 11px 14px; color: #fff; border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; background: rgba(255, 255, 255, .07); text-decoration: none; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.site-footer__social-link:hover { color: #fff; border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .12); transform: translateY(-2px); }
.site-footer__social-icon { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; color: #fff; border-radius: 11px; font-size: 16px; font-weight: 900; line-height: 1; }
.site-footer__social-link--youtube .site-footer__social-icon { padding-left: 2px; background: #f03; }
.site-footer__social-link--x .site-footer__social-icon { background: #050505; }
.site-footer__social-link > span:last-child { display: grid; gap: 2px; }
.site-footer__social-link strong { color: #fff; font-size: 12px; }
.site-footer__social-link small { color: #b7cbd8; font-size: 12px; }
.site-footer__social-link:focus-visible { outline: 3px solid var(--ps-blue); outline-offset: 3px; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 16px; }
.site-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.site-footer li { font-size: 12px; }
.site-footer a:hover { color: #fff; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 17px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 12px; }
.site-footer__bottom p { margin: 0; }

@media (max-width: 1100px) {
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.recommended-devices__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1020px) {
  .site-nav__list, .site-nav ul { gap: 20px; }
  .product-mega-menu__inner { grid-template-columns: 190px 1fr; }
  .product-mega-menu__groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.nav-mega-menu__inner { grid-template-columns: 200px 1fr; }
	.nav-mega-menu__cards, .nav-mega-menu--market .nav-mega-menu__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__grid { gap: 35px; }
  .hero-float--drop { left: 0; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .archive-layout { grid-template-columns: 240px 1fr; gap: 25px; }
	.category-hero__grid { grid-template-columns: 1fr; gap: 30px; }
	.category-hero__facts { grid-template-columns: repeat(3, 1fr); }
	.category-navigation__grid { grid-template-columns: repeat(3, 1fr); }
	.category-stat-grid { grid-template-columns: repeat(2, 1fr); }
	.category-market-pulse { grid-template-columns: 1fr; }
	.category-market-pulse__summary { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
	.category-market-pulse__visual { min-height: 250px; }
	.product-content-grid { grid-template-columns: 1fr; }
  .product-side-column { grid-template-columns: repeat(2, 1fr); }
  .market-card-grid { grid-template-columns: repeat(2, 1fr); }
  .build-profile-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
	.site-header { background: #fff; backdrop-filter: none; }
	.product-jump-nav { top: 68px; }
	.admin-bar .product-jump-nav { top: 114px; }
  .site-notice .wrap span:last-child { display: none; }
  .site-notice .wrap { justify-content: center; }
  .site-header__inner { min-height: 68px; }
  .site-brand img { width: 40px; height: 40px; }
  .site-brand__text strong { font-size: 20px; }
	body.is-nav-open { overflow: hidden; }
  .site-nav { position: fixed; z-index: 180; top: 0; right: 0; bottom: 0; left: auto; display: block; width: min(88vw, 420px); max-height: none; margin: 0; padding: 92px 22px 28px; overflow-y: auto; visibility: hidden; border-left: 1px solid var(--ps-line); background: #fff; box-shadow: -18px 0 42px rgba(0, 22, 39, .2); opacity: 0; transform: translateX(104%); transition: visibility .28s, opacity .28s, transform .28s cubic-bezier(.22, .8, .32, 1); }
	.admin-bar .site-nav { top: 46px; padding-top: 82px; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateX(0); }
	.site-nav-overlay { position: fixed; z-index: 160; inset: 0; display: block; visibility: hidden; padding: 0; border: 0; background: rgba(3, 15, 25, .62); opacity: 0; pointer-events: none; transition: visibility .28s, opacity .28s; }
	body.is-nav-open .site-nav-overlay { visibility: visible; opacity: 1; pointer-events: auto; }
	.site-header__actions { position: relative; z-index: 190; }
	body.is-nav-open .menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	body.is-nav-open .menu-button span:nth-child(2) { opacity: 0; }
	body.is-nav-open .menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.menu-button span { transition: opacity .2s, transform .2s; }
  .site-nav__list, .site-nav ul { display: grid; gap: 0; }
	.site-nav__list > li { display: grid; grid-template-columns: minmax(0, 1fr) 48px; border-bottom: 1px solid var(--ps-line); }
  .site-nav a { padding: 13px 0; border-bottom: 0; }
  .site-nav a::after { display: none; }
	.site-nav .nav-top-link { display: flex; min-width: 0; min-height: 58px; padding: 10px 0; }
	.site-nav__icon { width: 34px; height: 34px; flex-basis: 34px; }
	.site-nav__icon .ps-card-icon { width: 32px; height: 32px; }
	.menu-item-products { display: grid; grid-template-columns: minmax(0, 1fr) 48px; }
  .product-mega-menu__toggle { width: 48px; height: 58px; margin: 0; border-bottom: 0; }
	.nav-group__toggle { width: 48px; height: 58px; margin: 0; border-bottom: 0; }
	.nav-group__panel { position: static; display: none; grid-column: 1 / -1; width: 100%; padding: 15px 0 4px; visibility: visible; border: 0; border-bottom: 1px solid var(--ps-line); border-radius: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
	.nav-group:hover .nav-group__panel, .nav-group:focus-within .nav-group__panel { display: none; }
	.nav-group.is-nav-group-open .nav-group__panel, .nav-group.is-nav-group-open:hover .nav-group__panel, .nav-group.is-nav-group-open:focus-within .nav-group__panel { display: block; transform: none; }
	.nav-mega-menu__inner { grid-template-columns: 1fr; gap: 14px; width: 100%; padding: 0; }
	.nav-mega-menu__intro { grid-template-columns: 1fr 118px; grid-template-rows: auto; gap: 14px; align-items: center; padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--ps-line); }
	.nav-mega-menu__intro > img { width: 118px; height: 88px; }
	.nav-mega-menu__cards, .nav-mega-menu--market .nav-mega-menu__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.site-nav .nav-mega-card { grid-template-columns: 68px 1fr 18px; min-height: 88px; padding: 8px 10px; border-bottom: 1px solid #dbeaf2; }
	.nav-mega-card__media { width: 68px; height: 64px; }
	.nav-mega-card__media .ps-card-icon { width: 56px; height: 56px; }
	.nav-mega-card__media--illustration img { width: 64px; height: 60px; }
  .product-mega-menu { position: static; display: none; grid-column: 1 / -1; padding: 15px 0 4px; visibility: visible; border: 0; border-radius: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .menu-item-products:hover .product-mega-menu, .menu-item-products:focus-within .product-mega-menu { display: none; }
  .menu-item-products.is-mega-open .product-mega-menu, .menu-item-products.is-mega-open:hover .product-mega-menu, .menu-item-products.is-mega-open:focus-within .product-mega-menu { display: block; }
  .product-mega-menu__inner { grid-template-columns: 1fr; gap: 16px; width: 100%; padding: 0; }
  .product-mega-menu__intro { grid-template-columns: 1fr 118px; grid-template-rows: auto; gap: 14px; align-items: center; padding: 0 0 13px; border-right: 0; border-bottom: 1px solid var(--ps-line); }
	.product-mega-menu__intro > img { width: 118px; height: 88px; }
  .site-nav .product-mega-menu__intro > div > a { border: 0; }
  .product-mega-menu__groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .site-nav .product-mega-menu__groups section > a, .site-nav .product-mega-menu__groups li a { border-bottom: 1px solid var(--ps-line); }
  .menu-button { display: inline-grid; }
  .site-header__actions { margin-left: auto; }
  .hero { padding-top: 55px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero h1, .hero__lead, .hero-search { margin-inline: auto; }
  .hero__suggestions { justify-content: center; }
  .hero__visual { width: min(100%, 560px); margin: -10px auto 0; }
  .hero-stats { margin-top: 15px; }
	.home-campaign__card { grid-template-columns: 76px minmax(0, 1fr) auto; gap: 15px 18px; padding: 18px 20px; }
	.home-campaign__mark { width: 70px; height: 70px; }
	.home-campaign__period { min-width: 94px; }
	.home-campaign__action { grid-column: 1 / -1; justify-content: center; min-height: 42px; }
	.navigation-hub-hero__grid { grid-template-columns: 1fr; gap: 35px; }
	.navigation-hub-hero__visual { min-height: 230px; }
	.navigation-hub-grid, .navigation-hub-grid--market { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section { padding: 78px 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
	.price-drop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.price-drop-grid .product-card { grid-column: auto; }
	.price-drop-grid .product-card--drop-rank-1 { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); grid-column: 1 / -1; }
	.price-drop-grid .product-card--drop-rank-2, .price-drop-grid .product-card--drop-rank-3 { grid-column: 1 / -1; }
	.article-grid--featured { grid-template-columns: 1fr; }
	.article-grid--featured .article-card--featured { grid-template-columns: minmax(0, 1fr) minmax(290px, .9fr); }
  .how-grid { grid-template-columns: 1fr; gap: 60px; }
  .archive-layout { grid-template-columns: 1fr; padding-top: 35px; }
	.filter-panel__mobile-toggle { display: grid; grid-template-columns: 1fr auto 22px; gap: 4px 12px; align-items: center; width: 100%; min-height: 54px; margin-bottom: 20px; padding: 10px 15px; color: var(--ps-navy); border: 1px solid var(--ps-line); border-radius: 11px; background: #fff; box-shadow: 0 8px 24px rgba(9, 44, 76, .06); text-align: left; cursor: pointer; }
	.filter-panel__mobile-toggle span { grid-row: 1 / 3; font-size: 16px; font-weight: 900; }
	.filter-panel__mobile-toggle small { color: var(--ps-muted); font-size: 12px; font-weight: 700; }
	.filter-panel__mobile-toggle b { grid-column: 3; grid-row: 1 / 3; color: var(--ps-blue-dark); font-size: 18px; line-height: 1; transform: rotate(0); transition: transform .2s; }
	.filter-panel.is-open .filter-panel__mobile-toggle b { transform: rotate(180deg); }
  .filter-panel form { position: static; grid-template-columns: repeat(2, 1fr); max-height: none; overflow: visible; }
	.filter-panel.is-enhanced form { display: none; }
	.filter-panel.is-enhanced.is-open form { display: grid; }
  .filter-panel__head, .filter-panel__actions { grid-column: 1 / -1; }
	.filter-panel__disclosure { align-self: start; }
  .filter-panel__group legend { align-self: end; }
	.archive-results__head { align-items: center; }
	.category-guidance__grid { grid-template-columns: 1fr; }
	.category-guidance article { min-height: 0; }
	.category-support__grid { grid-template-columns: 1fr; gap: 45px; }
  .product-summary { grid-template-columns: 1fr; gap: 32px; }
  .product-summary__media { max-width: 560px; margin-inline: auto; }
	.product-detail { padding-bottom: 72px; }
	.product-mobile-cta { position: fixed; z-index: 145; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 68px; padding: 9px max(18px, calc((100vw - var(--ps-wrap)) / 2)); border-top: 1px solid rgba(255, 255, 255, .12); background: rgba(6, 31, 53, .97); box-shadow: 0 -10px 28px rgba(6, 31, 53, .17); backdrop-filter: blur(13px); }
	.product-mobile-cta > div { display: grid; color: #fff; }
	.product-mobile-cta > .product-mobile-cta__actions { display: flex; align-items: center; gap: 7px; }
	.product-mobile-cta span { color: #aac3d4; font-size: 12px; font-weight: 700; }
	.product-mobile-cta strong { font-size: 19px; line-height: 1.2; }
	.product-mobile-cta .button { min-height: 43px; padding: 9px 15px; color: var(--ps-navy); border-color: #fff; background: #fff; font-size: 12px; }
	.product-mobile-cta .button span { margin-left: 5px; color: var(--ps-blue-dark); }
	.product-mobile-cta__actions button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 43px; padding: 9px 12px; color: #fff; border: 1px solid rgba(255, 255, 255, .38); border-radius: 8px; background: transparent; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
	.product-mobile-cta__actions button.is-selected { color: var(--ps-navy); border-color: #fff; background: #fff; }
	.product-mobile-cta__actions button.is-selected span { color: var(--ps-blue-dark); }
	.has-compare-tray .product-mobile-cta { display: none; }
  .home-market__inner, .home-device-guide__grid, .home-game-guide__grid, .market-hero__grid, .market-method__grid, .device-guide-hero__grid, .device-guide-priority__grid, .device-guide-notes__grid, .deals-hero__grid, .deals-method__grid, .game-guide-hero__grid, .game-detail-hero__grid, .game-guide-method__grid, .game-guide-checks__grid { grid-template-columns: 1fr; gap: 45px; }
	.recommended-builds__grid { grid-template-columns: 1fr; }
	.game-build-card { display: grid; grid-template-columns: .7fr 1.3fr; }
	.game-build-card > header { grid-row: 1 / 5; min-height: 100%; }
	.game-build-card > footer { grid-column: 2; }
	.more-game-guides__grid { grid-template-columns: repeat(2, 1fr); }
	.device-guide-product-grid { grid-template-columns: repeat(2, 1fr); }
	.gaming-pc-sources__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gaming-pc-sources__notice { grid-template-columns: 1fr; gap: 5px; }
	.product-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .deals-ranking-card { grid-template-columns: 34px 42px 1fr 48px; }
  .deals-ranking-card__image { width: 42px; height: 42px; }
  .deals-ranking-card em { display: none; }
	.ranking-position--1 .deals-ranking-card { grid-template-columns: 56px 70px minmax(0, 1fr) 56px; gap: 14px; min-height: 108px; padding: 17px 19px; }
	.ranking-position--2 .deals-ranking-card, .ranking-position--3 .deals-ranking-card { grid-template-columns: 48px 54px minmax(0, 1fr) 48px; gap: 12px; min-height: 88px; padding: 14px 16px; }
	.ranking-position--1 .deals-ranking-card__image { width: 70px; height: 70px; }
	.ranking-position--2 .deals-ranking-card__image, .ranking-position--3 .deals-ranking-card__image { width: 54px; height: 54px; }
  .has-compare-tray { padding-bottom: 142px; }
  .compare-tray__inner { grid-template-columns: 1fr auto; gap: 8px 15px; min-height: 124px; }
  .compare-tray__items { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; }
  .compare-tray__items li { flex: 0 0 175px; }
  .compare-tray__actions { grid-column: 2; grid-row: 1; }
}

@media (max-width: 580px) {
  .wrap { width: min(calc(100% - 28px), var(--ps-wrap)); }
  .site-brand__text small { display: none; }
	.nav-mega-menu__intro, .product-mega-menu__intro { grid-template-columns: 1fr; }
	.nav-mega-menu__intro > img, .product-mega-menu__intro > img { display: none; }
	.nav-mega-menu__cards, .nav-mega-menu--market .nav-mega-menu__cards { grid-template-columns: 1fr; }
	.site-nav .nav-mega-card { grid-template-columns: 64px 1fr 18px; }
	.product-mega-menu__groups { grid-template-columns: 1fr; }
	.navigation-hub-hero { padding: 56px 0; }
	.navigation-hub-hero h1 { font-size: 42px; }
	.navigation-hub-hero__visual { min-height: 205px; }
	.navigation-hub-hero__visual img { height: 190px; }
	.navigation-hub-grid, .navigation-hub-grid--market { grid-template-columns: 1fr; }
	.content-dates { gap: 6px 10px; }
	.content-dates > span + span { padding-left: 0; border-left: 0; }
	.content-dates small { flex-basis: 100%; }
	.category-hero__grid > .content-dates { margin-top: -12px; }
  .hero { padding-top: 42px; }
  .hero h1 { margin-bottom: 18px; font-size: 47px; }
  .hero__lead { font-size: 16px; }
  .hero-search { grid-template-columns: 24px 1fr; padding: 8px 10px 8px 15px; }
  .hero-search button { grid-column: 1 / -1; margin-top: 5px; }
  .hero__visual { min-height: 340px; }
  .hero-card--main { top: 35px; right: 0; left: 0; padding: 18px; }
  .hero-card__price strong { font-size: 31px; }
  .hero-float { padding: 10px 12px; }
  .hero-float--low { right: -5px; bottom: 8px; }
  .hero-float--drop { bottom: 54px; left: -5px; }
  .hero-stats { width: 100%; padding-inline: 7px; }
  .hero-stats strong { font-size: 17px; }
  .hero-stats span { font-size: 12px; }
	.home-campaign { padding-top: 15px; }
	.home-campaign__card { grid-template-columns: 65px minmax(0, 1fr); gap: 12px 15px; min-height: 0; padding: 17px; border-radius: 16px; background: radial-gradient(circle at 13% 0, rgba(255, 255, 255, .18), transparent 28%), linear-gradient(135deg, #202936 0%, #18212d 72%, #d96011 100%); }
	.home-campaign__mark { grid-row: 1 / 3; width: 62px; height: 62px; }
	.home-campaign__mark b { font-size: 16px; }
	.home-campaign__mark i { font-size: 12px; }
	.home-campaign__copy > small { font-size: 12px; }
	.home-campaign__copy > strong { font-size: 19px; }
	.home-campaign__copy > span { font-size: 12px; line-height: 1.6; }
	.home-campaign__period { grid-column: 2; min-width: 0; padding-left: 0; border-left: 0; }
	.home-campaign__period small, .home-campaign__period strong { display: inline; font-size: 12px; }
	.home-campaign__action { grid-column: 1 / -1; justify-content: center; min-height: 42px; }
	.home-campaign__note { font-size: 12px; line-height: 1.5; text-align: left; }
  .section { padding: 65px 0; }
  .section-heading { align-items: start; margin-bottom: 28px; }
  .section-heading > a { display: none; }
  .section-heading h2, .how-grid h2 { font-size: 31px; }
  .category-grid { gap: 10px; }
  .category-tile { min-height: 145px; padding: 17px; }
  .product-grid, .article-grid, .product-grid--archive { grid-template-columns: 1fr; }
	.price-drop-grid .product-card, .price-drop-grid .product-card--drop-rank-1 { grid-column: auto; }
	.price-drop-grid .product-card--drop-rank-1, .price-drop-grid .product-card--drop-rank-2, .price-drop-grid .product-card--drop-rank-3 { display: block; min-height: 0; }
	.product-card--drop-rank-1 .product-card__media, .product-card--drop-rank-2 .product-card__media, .product-card--drop-rank-3 .product-card__media { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
	.product-card--drop-rank-1 .product-card__body, .product-card--drop-rank-2 .product-card__body, .product-card--drop-rank-3 .product-card__body { display: block; padding: 22px 20px; }
	.product-card--drop-rank-1 .product-card__title { font-size: 19px; }
	.product-card--drop-rank-1 .product-card__price-row strong { font-size: 27px; }
	.article-grid--featured .article-card--featured { display: block; grid-column: auto; }
	.article-grid--featured > .article-card:not(.article-card--featured) { display: block; }
	.article-card--featured .article-card__media { min-height: 0; aspect-ratio: 16 / 9; }
	.article-grid--featured > .article-card:not(.article-card--featured) .article-card__media { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
	.article-card--featured .article-card__body { display: block; padding: 23px 20px; }
	.article-grid--featured > .article-card:not(.article-card--featured) .article-card__body { display: block; padding: 20px 2px 22px; }
	.article-card--featured .article-card__body h3 { font-size: 22px; }
	.product-card__title { min-height: 0; }
	.product-related__grid { grid-template-columns: 1fr; }
  .how-steps li { grid-template-columns: 54px 1fr; gap: 15px; }
  .how-steps > li > span { width: 47px; height: 47px; }
  .cta-band .wrap, .site-footer__bottom { align-items: start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .site-footer__brand { grid-column: 1 / -1; }
	.site-footer__social-link { flex: 1 1 190px; }
  .page-hero--compact { padding: 48px 0; }
  .page-hero h1 { font-size: 39px; }
  .filter-panel form { grid-template-columns: 1fr; }
  .filter-panel__head, .filter-panel__actions { grid-column: auto; }
	.archive-results__head { align-items: stretch; flex-direction: column; }
	.archive-sort { display: grid; grid-template-columns: auto minmax(0, 1fr); width: 100%; }
	.archive-sort select { width: 100%; }
	.active-filter-chips { margin-top: -5px; }
	.active-filter-chips__label { width: 100%; }
	.active-filter-chips .active-filter-chips__clear { margin-left: 0; }
	.category-navigation__grid { grid-template-columns: repeat(2, 1fr); }
	.category-stat-grid { grid-template-columns: 1fr; }
	.category-stat-grid > div { min-height: 130px; }
	.category-market-pulse__summary, .category-market-pulse__visual { padding: 22px 18px; }
	.category-market-pulse__visual { min-height: 220px; }
	.category-market-pulse__identity .ps-card-icon { width: 50px; height: 50px; }
	.category-market-pulse__foot { display: grid; gap: 10px; padding: 15px 18px; }
	.category-products__head, .category-section-head { align-items: start; flex-direction: column; }
	.category-sort { display: grid; grid-template-columns: 1fr auto; width: 100%; }
	.category-sort label { grid-column: 1 / -1; }
	.category-sort select { width: 100%; }
	.category-faq { padding: 22px 18px; }
	.category-faq dl div { grid-template-columns: 1fr; gap: 4px; }
  .compare-page__head { align-items: start; flex-direction: column; }
  .compare-page__head .button { width: 100%; }
  .product-summary { padding-top: 20px; padding-bottom: 55px; }
	.product-gallery__slide { padding: 22px; }
	.product-gallery__arrow { width: 38px; height: 38px; }
	.product-gallery__arrow--prev { left: 8px; }
	.product-gallery__arrow--next { right: 8px; }
	.product-gallery__thumbs button { flex-basis: 60px; width: 60px; height: 60px; }
	.product-mobile-cta { padding-inline: 14px; }
	.product-mobile-cta { gap: 9px; }
	.product-mobile-cta strong { font-size: 16px; }
	.product-mobile-cta .button { padding-inline: 10px; }
	.product-mobile-cta__actions button { padding-inline: 10px; }
	.product-jump-nav .wrap { justify-content: flex-start; padding-inline: 14px; }
  .product-placeholder--large { min-height: 300px; }
  .price-panel { grid-template-columns: 1fr; }
  .price-panel__change { min-height: 83px; border-top: 1px solid var(--ps-line); border-left: 0; }
	.price-panel--has-reference .price-panel__main { border-top: 1px solid var(--ps-line); border-left: 0; }
  .price-facts { grid-template-columns: 1fr; }
  .content-panel { padding: 22px 17px; }
  .content-panel__head { align-items: start; }
	.product-specs dl { grid-template-columns: 1fr; }
  .product-answers__list div { grid-template-columns: 1fr; gap: 4px; }
  .price-chart { padding-left: 0; }
  .price-chart__range { display: none; }
  .price-chart svg { height: 185px; }
  .offer-row { grid-template-columns: 1fr auto; gap: 12px; padding-inline: 3px; }
  .offer-row--best { margin-inline: -7px; padding-inline: 10px; }
  .offer-row__price { min-width: 100px; }
  .button--shop { grid-column: 1 / -1; }
	.amazon-search-cta { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
	.amazon-search-cta__copy { align-items: flex-start; }
	.button--amazon { width: 100%; }
	.product-side-column { grid-template-columns: 1fr; }
	.journal-entry, .prose { padding-top: 45px; }
	.market-history { margin-top: 26px; border-radius: 20px; }
	.market-history__toolbar { display: grid; gap: 17px; padding: 18px 16px; }
	.market-history__tabs, .market-history__periods { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
	.market-history__tabs button, .market-history__periods button { min-width: 0; min-height: 40px; padding: 7px 5px; font-size: 12px; }
	.market-history__summary { grid-template-columns: 1fr 1fr; }
	.market-history__summary > div { min-height: 102px; padding: 16px; }
	.market-history__summary > div:last-child { grid-column: 1 / -1; min-height: 88px; }
	.market-history__summary strong { font-size: 27px; }
	.market-history__plot { min-height: 278px; padding: 8px 2px 0; overflow-x: auto; }
	.market-history__plot svg { width: 680px; max-width: none; min-height: 255px; }
	.market-history__foot { display: grid; gap: 6px; padding: 12px 16px 18px; }
	.market-history__foot small { text-align: left; }
	.home-market__segments, .home-device-guide__cards, .home-game-guide__titles, .market-card-grid, .timing-product-grid, .device-guide-grid, .device-guide-product-grid, .laptop-tier-grid, .game-title-grid, .official-requirements__grid, .game-guide-checks dl, .game-build-history-grid { grid-template-columns: 1fr; }
	.gaming-pc-sources__grid { grid-template-columns: 1fr; }
	.gaming-pc-source-card { padding: 19px 17px; }
	.gaming-pc-source-card header { grid-template-columns: 48px minmax(0, 1fr); }
	.gaming-pc-source-card__mark { width: 48px; height: 48px; }
	.gaming-pc-source-card header em { grid-column: 2; width: fit-content; }
	.gaming-pc-sources__notice { padding: 17px; }
	.game-build-history > a { padding: 20px; }
	.game-build-history__target { min-height: 0; }
	.game-build-history__current strong { font-size: 34px; }
	.game-build-changelog__entry { grid-template-columns: 1fr; }
	.game-build-changelog__date { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; }
	.game-build-changelog__body { padding: 18px; }
	.game-build-changelog__body > ul { grid-template-columns: 1fr; }
	.game-guide-hero, .game-detail-hero { padding: 56px 0; }
	.game-guide-hero__facts { grid-template-columns: 1fr; }
	.game-guide-hero__facts div { min-height: 85px; }
	.game-build-card { display: block; }
	.game-build-card > header { min-height: 0; }
	.game-detail-hero__actions { display: grid; justify-items: start; gap: 14px; width: 100%; max-width: 100%; }
	.game-detail-hero__actions > .button { justify-self: start; width: auto; max-width: 100%; }
	.game-detail-hero__steps div { grid-template-columns: 35px 80px 1fr; }
	.game-guide-disclaimer .wrap { grid-template-columns: 1fr; gap: 8px; }
	.more-game-guides__grid { grid-template-columns: 1fr; }
	.recommended-devices__grid { grid-template-columns: 1fr; }
	.game-device-card { grid-template-columns: 116px minmax(0, 1fr); grid-template-rows: 1fr; }
	.game-device-card__media { min-height: 100%; padding: 10px; }
	.game-device-card__media > img { height: 130px; }
	.game-device-card__body { padding: 17px 15px; }
	.game-device-card h3 { font-size: 16px; }
	.game-device-card dl div { grid-template-columns: 64px minmax(0, 1fr); }
	.buying-guide-hub__grid { grid-template-columns: 1fr; }
	.home-laptop-guide__inner { align-items: start; flex-direction: column; }
  .market-hero { padding: 55px 0; }
  .market-hero h1 { font-size: 43px; }
  .market-hero__facts { grid-template-columns: 1fr; }
  .market-hero__facts div { min-height: 88px; }
	.market-jump-nav__inner { grid-template-columns: repeat(2, 1fr); }
	.market-jump-nav a { padding: 15px 12px; border-bottom: 1px solid var(--ps-line); }
	.market-jump-nav a:nth-child(odd) { border-left: 1px solid var(--ps-line); }
	.market-jump-nav a:nth-child(even) { border-right: 1px solid var(--ps-line); }
	.market-jump-nav strong { font-size: 12px; }
	.market-jump-nav small { font-size: 12px; }
  .build-profile { padding: 21px 17px; }
  .build-profile__head { display: grid; }
	.build-profile__details { margin-top: 14px; border-top: 1px solid var(--ps-line); }
	.build-profile__details > summary { display: flex; justify-content: space-between; align-items: center; padding: 14px 0 0; color: var(--ps-blue-dark); cursor: pointer; font-size: 12px; font-weight: 900; list-style: none; }
	.build-profile__details > summary::-webkit-details-marker { display: none; }
	.build-profile__details > summary b { font-size: 16px; transition: transform .2s; }
	.build-profile__details[open] > summary b { transform: rotate(45deg); }
	.build-profile__details > p { margin-top: 13px; }
	.market-guide-tabs { margin-inline: -14px; padding-inline: 14px; }
	.market-guide-tabs button { flex-basis: 145px; min-height: 60px; }
	.market-guide-grid { grid-template-columns: 1fr; }
	.market-guide-grid a { min-height: 180px; padding: 20px 18px; }
	.market-guide-grid .guide-card-thumbnail { margin: -20px -18px 17px; }
	.market-guide-grid strong { font-size: 16px; }
  .market-method dl div { grid-template-columns: 1fr; gap: 5px; }
	.market-method__details summary { padding-block: 17px; }
	.device-guide-hero { padding: 55px 0; }
	.device-guide-hero h1 { font-size: 42px; }
	.device-guide-hero__actions { display: grid; }
	.device-guide-hero__facts { grid-template-columns: 1fr; }
	.device-guide-hero__facts div { min-height: 85px; }
	.device-guide-card { padding: 22px 18px; }
	.device-guide-card__footer { align-items: start; flex-direction: column; }
	.device-comparison__panel { padding: 12px; }
	.device-comparison th, .device-comparison td { width: 180px; min-width: 180px; max-width: 180px; padding: 12px; }
	.device-comparison thead th:first-child, .device-comparison tbody th { width: 110px; min-width: 110px; max-width: 110px; }
	.comparison-product img { height: 88px; }
	.product-mega-menu__groups { grid-template-columns: 1fr; }
	.compare-tray__summary > span, .compare-tray__actions > button { display: none; }
	.compare-tray__inner { gap: 7px 10px; }
	.compare-tray .button { min-height: 38px; padding-inline: 12px; font-size: 12px; }
	.compare-table th, .compare-table td { min-width: 175px; padding: 12px; }
	.compare-table thead th:first-child, .compare-table tbody th { width: 110px; min-width: 110px; }
	.deals-hero { padding: 55px 0; }
	.deals-hero h1 { font-size: 41px; }
	.deals-hero__facts { grid-template-columns: 1fr; }
	.deals-hero__facts div { min-height: 82px; }
	.deals-ranking__grid { grid-template-columns: 1fr; }
	.ranking-position--1 { grid-column: auto; }
	.ranking-position--1 .deals-ranking-card { grid-template-columns: 48px 62px minmax(0, 1fr) 50px; gap: 10px; min-height: 96px; padding: 14px 13px; }
	.ranking-position--2 .deals-ranking-card, .ranking-position--3 .deals-ranking-card { grid-template-columns: 42px 50px minmax(0, 1fr) 46px; gap: 9px; min-height: 82px; padding: 12px; }
	.ranking-position--1 .deals-ranking-card__medal { width: 44px; height: 44px; font-size: 18px; }
	.ranking-position--2 .deals-ranking-card__medal, .ranking-position--3 .deals-ranking-card__medal { width: 38px; height: 38px; font-size: 16px; }
	.ranking-position--1 .deals-ranking-card__image { width: 62px; height: 62px; }
	.ranking-position--2 .deals-ranking-card__image, .ranking-position--3 .deals-ranking-card__image { width: 50px; height: 50px; }
	.ranking-position--1 .deals-ranking-card > div strong { font-size: 16px; }
	.ranking-position--2 .deals-ranking-card > div strong, .ranking-position--3 .deals-ranking-card > div strong { font-size: 12px; }
	.ranking-position--1 .timing-score { width: 50px; height: 50px; font-size: 16px; }
	.buy-ranking-tabs { margin-right: -14px; padding-right: 14px; }
	.category-buy-ranking { padding-block: 54px; }
	.category-buy-ranking .category-section-head { align-items: start; flex-direction: column; }
	.deals-observing { grid-template-columns: 1fr; gap: 15px; }
	.deals-method dl div { grid-template-columns: 1fr; gap: 5px; }
	.device-guide-notes dl div { grid-template-columns: 1fr; gap: 5px; }
  .buy-timing-panel .content-panel__head { display: grid; }
}

.product-save-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.product-save-actions .product-compare-button--detail { margin-top: 0; }
.product-favorite-button { display: flex; justify-content: center; align-items: center; gap: 7px; min-height: 44px; padding: 7px 10px; color: #8b3151; border: 1px solid #efc8d6; border-radius: 8px; background: #fff7fa; font-size: 12px; font-weight: 800; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.product-favorite-button:hover { border-color: #c5537b; }
.product-favorite-button.is-selected { color: #fff; border-color: #b9426d; background: #b9426d; }
.product-favorites-open { grid-column: 1 / -1; justify-self: center; padding: 4px 8px; color: var(--ps-blue-dark); border: 0; background: transparent; font-size: 12px; font-weight: 800; text-decoration: underline; cursor: pointer; }

.share-panel { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--ps-line); }
.share-panel__label { display: flex; align-items: center; gap: 6px; margin: 0 0 10px; color: var(--ps-navy); font-size: 12px; font-weight: 900; }
.share-panel__label > span { display: grid; width: 19px; height: 19px; color: var(--ps-blue-dark); border-radius: 50%; background: #eaf7fe; font-size: 12px; place-items: center; }
.share-panel__buttons { display: flex; flex-wrap: wrap; gap: 9px; }
.share-button { display: inline-flex; flex: 0 0 42px; justify-content: center; align-items: center; width: 42px; min-height: 42px; padding: 0; border: 1px solid transparent; border-radius: 50%; font: inherit; font-size: 12px; font-weight: 900; line-height: 1; text-decoration: none; cursor: pointer; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.share-button:hover { transform: translateY(-1px); }
.share-button:focus-visible { outline: 3px solid rgba(18, 166, 249, .3); outline-offset: 2px; }
.share-button > span { font-size: 16px; font-weight: 900; letter-spacing: -.03em; }
.share-button--line > span { font-size: 12px; letter-spacing: -.05em; }
.share-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.share-button--x { color: #fff; background: #101820; }
.share-button--x:hover { background: #263746; }
.share-button--line { color: #fff; background: #06c755; }
.share-button--line:hover { background: #05ae4b; }
.share-button--copy { color: var(--ps-navy); border-color: #bfd4df; background: #fff; }
.share-button--copy:hover { border-color: var(--ps-blue-dark); background: #f4fbff; }
.share-button--copy.is-copied { color: #fff; border-color: var(--ps-green); background: var(--ps-green); }
.share-button--copy.is-copied svg { display: none; }
.share-button--copy.is-copied::after { content: "✓"; font-size: 17px; font-weight: 900; }
.share-button--native { color: #fff; background: var(--ps-blue-dark); }
.share-button--native:hover { background: var(--ps-navy); }
.share-panel__status { min-height: 1.5em; margin: 7px 0 0; color: #467087; font-size: 12px; font-weight: 700; }
.share-panel--article-top { margin-top: 25px; }
.share-panel--article-bottom { margin-top: 0; padding-top: 25px; }

.price-alert-panel { border-color: #b9dff2; background: linear-gradient(145deg, #fff, #f4fbff); }
.price-alert-panel__lead { margin: -8px 0 22px; color: #34566d; font-size: 12px; }
.price-alert-message { margin-bottom: 18px; padding: 12px 14px; border-radius: 9px; font-size: 12px; font-weight: 700; }
.price-alert-message--success { color: #075f47; border: 1px solid #a8dfce; background: #ecfaf5; }
.price-alert-message--error { color: #8d3341; border: 1px solid #edc2c9; background: #fff3f5; }
.price-alert-form { display: grid; grid-template-columns: .72fr 1.28fr auto; gap: 12px; align-items: end; }
.price-alert-form__field { display: grid; gap: 6px; color: var(--ps-navy); font-size: 12px; font-weight: 800; }
.price-alert-form__field > input, .price-alert-form__price { min-width: 0; min-height: 45px; border: 1px solid #b9d5e3; border-radius: 9px; background: #fff; }
.price-alert-form__field > input { width: 100%; padding: 10px 12px; color: var(--ps-navy); font: inherit; font-size: 12px; }
.price-alert-form__price { display: flex; align-items: center; overflow: hidden; }
.price-alert-form__price input { min-width: 0; width: 100%; padding: 10px 4px 10px 12px; color: var(--ps-navy); border: 0; outline: 0; background: transparent; font-size: 16px; font-weight: 800; }
.price-alert-form__price em { flex: 0 0 auto; padding-right: 10px; color: var(--ps-muted); font-size: 12px; font-style: normal; }
.price-alert-form .button { min-height: 45px; padding-inline: 18px; }
.price-alert-form__consent { display: flex; grid-column: 1 / -1; align-items: start; gap: 8px; color: #526b7c; font-size: 12px; line-height: 1.7; }
.price-alert-form__consent input { flex: 0 0 auto; margin-top: 3px; }
.price-alert-form__consent a { color: var(--ps-blue-dark); font-weight: 800; text-decoration: underline; }
.price-alert-form__website { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Distinct raster illustrations for the guide bands and guide-page heroes. */
.home-laptop-guide { position: relative; overflow: hidden; }
.home-laptop-guide::after { position: absolute; top: 50%; left: 58%; width: 360px; height: 360px; border: 1px solid rgba(107, 208, 255, .12); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.home-console-guide { background: linear-gradient(120deg, #071f38, #086074); }
.home-desktop-guide { background: linear-gradient(120deg, #081d36, #303f75); }
.home-laptop-guide__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(210px, .48fr) auto; gap: clamp(28px, 4vw, 56px); align-items: center; }
.home-guide-illustration { display: grid; width: min(100%, 260px); margin: -42px auto; aspect-ratio: 1; place-items: center; }
.home-guide-illustration img { display: block; width: 100%; height: 100%; filter: drop-shadow(0 24px 28px rgba(1, 15, 28, .32)); object-fit: contain; }
.home-console-guide .home-guide-illustration { width: min(100%, 245px); }
.home-laptop-guide .button { justify-self: end; }

.guide-hero-visual { position: relative; display: grid; min-width: 0; min-height: 370px; align-content: end; isolation: isolate; }
.guide-hero-visual::before { position: absolute; z-index: -1; top: 3%; right: 4%; width: 300px; height: 300px; border: 1px solid rgba(107, 208, 255, .14); border-radius: 50%; background: radial-gradient(circle, rgba(18, 166, 249, .1), transparent 66%); content: ""; }
.guide-hero-visual > img { position: absolute; z-index: -1; top: -74px; right: 2%; display: block; width: min(88%, 360px); height: auto; filter: drop-shadow(0 28px 30px rgba(1, 15, 28, .34)); object-fit: contain; }
.guide-hero-visual--console > img { top: -62px; width: min(90%, 350px); }
.guide-hero-visual--devices > img { top: -70px; width: min(92%, 370px); }
.guide-hero-visual--market > img, .guide-hero-visual--deals > img { top: -72px; width: min(90%, 360px); }
.guide-hero-visual--deals > img { transform: scaleX(-1); }
.guide-hero-visual > .game-guide-hero__facts,
.guide-hero-visual > .device-guide-hero__facts,
.guide-hero-visual > .market-hero__facts,
.guide-hero-visual > .deals-hero__facts { position: relative; z-index: 1; background: rgba(255, 255, 255, .16); box-shadow: 0 18px 34px rgba(1, 18, 32, .18); backdrop-filter: blur(10px); }
.guide-hero-visual > .game-guide-hero__facts div,
.guide-hero-visual > .device-guide-hero__facts div,
.guide-hero-visual > .market-hero__facts div,
.guide-hero-visual > .deals-hero__facts div { background: rgba(6, 31, 53, .78); }

@media (max-width: 1100px) {
	.home-laptop-guide__inner { grid-template-columns: minmax(0, 1fr) 190px auto; gap: 26px; }
	.home-guide-illustration { width: 210px; }
	.guide-hero-visual { min-height: 340px; }
	.guide-hero-visual > img { width: min(86%, 320px); }
}

@media (max-width: 820px) {
	.home-updates__panel { grid-template-columns: 1fr; gap: 18px; }
	.home-updates__heading > p:not(.eyebrow) { max-width: none; }
	.home-laptop-guide__inner { grid-template-columns: minmax(0, 1fr) 190px; }
	.home-laptop-guide .button { grid-column: 1 / -1; justify-self: start; }
	.home-guide-illustration { margin-block: -25px; }
	.guide-hero-visual { min-height: 320px; }
	.guide-hero-visual > img { top: -62px; right: 8%; width: 280px; }
	.guide-hero-visual::before { right: 5%; width: 250px; height: 250px; }
}

@media (max-width: 580px) {
	.home-updates { padding: 18px 0; }
	.home-updates__panel { gap: 14px; padding: 20px 16px; border-radius: 16px; }
	.home-updates__heading h2 { font-size: 25px; }
	.home-updates__heading small { align-items: flex-start; }
	.home-updates__item { grid-template-columns: 53px 52px minmax(0, 1fr) 12px; gap: 7px; min-height: 51px; }
	.home-updates__item time { font-size: 12px; }
	.home-updates__type { min-height: 20px; padding-inline: 5px; font-size: 12px; }
	.home-updates__item strong { display: -webkit-box; overflow: hidden; font-size: 12px; line-height: 1.45; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
	.home-laptop-guide__inner { display: grid; grid-template-columns: 1fr; gap: 24px; }
	.home-guide-illustration { width: 190px; margin: -30px 0 -38px auto; }
	.home-laptop-guide .button { width: 100%; justify-content: space-between; }
	.home-laptop-guide::after { top: 66%; left: 82%; width: 230px; height: 230px; }
	.guide-hero-visual { min-height: 270px; }
	.guide-hero-visual > img { top: -46px; right: 3%; width: 215px; }
	.guide-hero-visual::before { top: 0; right: 0; width: 200px; height: 200px; }
	.guide-hero-visual > .game-guide-hero__facts,
	.guide-hero-visual > .device-guide-hero__facts,
	.guide-hero-visual > .market-hero__facts,
	.guide-hero-visual > .deals-hero__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.guide-hero-visual > .game-guide-hero__facts div,
	.guide-hero-visual > .device-guide-hero__facts div,
	.guide-hero-visual > .market-hero__facts div,
	.guide-hero-visual > .deals-hero__facts div { min-height: 82px; padding: 9px 5px; }
	.guide-hero-visual > .game-guide-hero__facts strong,
	.guide-hero-visual > .device-guide-hero__facts strong,
	.guide-hero-visual > .market-hero__facts strong,
	.guide-hero-visual > .deals-hero__facts strong { font-size: 18px; }
	.guide-hero-visual > .game-guide-hero__facts span,
	.guide-hero-visual > .device-guide-hero__facts span,
	.guide-hero-visual > .market-hero__facts span,
	.guide-hero-visual > .deals-hero__facts span { font-size: 12px; }
}

body.has-favorites-drawer { overflow: hidden; }
.favorites-drawer { position: fixed; z-index: 220; inset: 0; }
.favorites-drawer[hidden] { display: none; }
.favorites-drawer__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(6, 31, 53, .58); cursor: pointer; backdrop-filter: blur(3px); }
.favorites-drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(430px, 92vw); padding: 28px; overflow-y: auto; color: var(--ps-navy); background: #fff; box-shadow: -18px 0 50px rgba(6, 31, 53, .2); outline: 0; }
.favorites-drawer__panel > header { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--ps-line); }
.favorites-drawer__panel h2 { margin: 2px 0 0; font-size: 25px; letter-spacing: -.04em; }
.favorites-drawer__panel header > button { display: grid; width: 36px; height: 36px; padding: 0; color: var(--ps-navy); border: 1px solid var(--ps-line); border-radius: 50%; background: #fff; font-size: 21px; cursor: pointer; place-items: center; }
.favorites-drawer__note { margin: 16px 0 4px; color: var(--ps-muted); font-size: 12px; }
.favorites-drawer__status { min-height: 18px; margin: 0 0 12px; color: var(--ps-blue-dark); font-size: 12px; font-weight: 800; }
.favorites-drawer__items { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.favorites-drawer__items li { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; padding: 9px; border: 1px solid var(--ps-line); border-radius: 11px; }
.favorites-drawer__items a { display: grid; grid-template-columns: 58px 1fr; gap: 11px; align-items: center; min-width: 0; }
.favorites-drawer__items img { width: 58px; height: 58px; padding: 4px; border-radius: 8px; background: #fff; object-fit: contain; }
.favorites-drawer__items a > span { display: grid; min-width: 0; }
.favorites-drawer__items strong { overflow: hidden; color: var(--ps-navy); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.favorites-drawer__items small { color: var(--ps-blue-dark); font-size: 12px; font-weight: 800; }
.favorites-drawer__items li > button { padding: 5px; color: var(--ps-muted); border: 0; background: transparent; font-size: 18px; cursor: pointer; }
.favorites-drawer__clear { margin-top: 18px; padding: 7px; color: var(--ps-muted); border: 0; background: transparent; font-size: 12px; text-decoration: underline; cursor: pointer; }

@media (max-width: 680px) {
	.product-save-actions { grid-template-columns: 1fr; }
	.product-favorites-open { grid-column: 1; }
	.share-button { flex-basis: 44px; width: 44px; min-height: 44px; }
	.price-alert-form { grid-template-columns: 1fr; }
	.price-alert-form__consent { grid-column: 1; }
	.price-alert-form .button { width: 100%; }
	.favorites-drawer__panel { width: min(390px, 94vw); padding: 22px 17px; }
}

@media (max-width: 1020px) {
	.sales-hero__grid, .sales-method__grid { grid-template-columns: 1fr; gap: 42px; }
	.sales-hero__proof { max-width: 680px; }
	.market-featured__groups { grid-template-columns: 1fr; }
	.category-commentary { grid-template-columns: 1fr; gap: 24px; }
	.game-key-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.game-detail-hero__actions { flex-wrap: wrap; row-gap: 14px; }
}

@media (max-width: 580px) {
	.sales-hero { padding: 55px 0; }
	.sales-hero h1 { font-size: clamp(28px, 9vw, 41px); }
	.sales-hero__proof { grid-template-columns: 1fr; }
	.sales-hero__proof div { min-height: 82px; }
	.product-card__sale-proof { grid-template-columns: 1fr; }
	.product-card__sale-proof > strong { justify-self: start; }
	.product-card__sale-proof p { grid-column: 1; }
	.market-featured { margin-top: 45px; padding-top: 42px; }
	.market-featured-group > header { padding: 14px; }
	.market-featured-group > ul { padding-inline: 14px; }
	.market-featured-group li > a { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 10px; }
	.market-featured-group li img { width: 50px; height: 50px; }
	.category-commentary { margin-bottom: 48px; padding: 22px 17px; }
	.category-commentary__points article { padding: 15px; }
	.product-editorial__grid, .game-key-products__grid { grid-template-columns: 1fr; }
	.game-detail-hero__actions { align-items: flex-start; flex-direction: column; }
	.game-key-product__main { grid-template-columns: 60px minmax(0, 1fr) auto; padding: 14px; }
	.game-key-product__main img { width: 60px; height: 60px; }
}

/* PriceScope value insights: sale strength, low-price stability, generation checks, and bundle buying. */
.offer-row__price .offer-row__verified-label { padding: 5px 8px; border-radius: 999px; background: #e9f8f2; font-weight: 900; }
.offer-row__price .offer-row__verified-label--exceptional { color: #8b5800; background: #fff3cd; }
.offer-row__price .offer-row__verified-label--strong { color: #075f9d; background: #e8f5fd; }
.product-card__sale-stability { grid-column: 1 / -1; color: var(--ps-green); font-size: 12px; font-weight: 900; }

.price-stability-panel { --stability: var(--ps-blue-dark); position: relative; overflow: hidden; }
.price-stability-panel::before { position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--stability); content: ""; }
.price-stability-panel--stable { --stability: #07916a; }
.price-stability-panel--holding { --stability: #1488c9; }
.price-stability-panel--momentary { --stability: #d48708; }
.price-stability-panel--off { --stability: #7c8d98; }
.price-stability-badge { padding: 7px 11px; color: var(--stability); border: 1px solid color-mix(in srgb, var(--stability) 35%, #fff); border-radius: 999px; background: color-mix(in srgb, var(--stability) 9%, #fff); font-size: 12px; font-weight: 900; }
.price-stability-summary { margin: 12px 0 18px; color: var(--ps-text); font-size: 16px; }
.price-stability-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; overflow: hidden; border: 1px solid var(--ps-line); border-radius: 13px; background: var(--ps-line); }
.price-stability-facts div { display: grid; gap: 4px; padding: 14px; background: #f9fcfe; }
.price-stability-facts dt { color: var(--ps-muted); font-size: 12px; }
.price-stability-facts dd { margin: 0; color: var(--ps-navy); font-size: 18px; font-weight: 900; }

.category-generation-inversions { padding: 58px 0; background: #edf7fc; }
.generation-inversion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.generation-inversion-card { overflow: hidden; border: 1px solid #cfe1eb; border-radius: 20px; background: #fff; box-shadow: 0 13px 34px rgba(7, 54, 88, .06); }
.generation-inversion-card__flag { display: flex; align-items: center; gap: 8px; padding: 11px 16px; color: #087c58; background: #e9f8f2; }
.generation-inversion-card__flag span { font-size: 23px; font-weight: 900; }
.generation-inversion-card__flag strong { font-size: 15px; }
.generation-inversion-card__product { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 13px; align-items: center; padding: 18px 16px 14px; color: var(--ps-navy); }
.generation-inversion-card__product img { width: 64px; height: 64px; padding: 4px; border: 1px solid var(--ps-line); border-radius: 12px; object-fit: contain; }
.generation-inversion-card__product > span { display: grid; min-width: 0; }
.generation-inversion-card__product small { color: var(--ps-blue-dark); font-size: 12px; font-weight: 900; }
.generation-inversion-card__product strong { font-size: 16px; }
.generation-inversion-card__product em { margin-top: 2px; color: #087c58; font-size: 20px; font-style: normal; font-weight: 900; }
.generation-inversion-card__product > b { grid-column: 1 / -1; justify-self: end; color: var(--ps-blue-dark); font-size: 12px; }
.generation-inversion-card__older { display: grid; grid-template-columns: 1fr auto; gap: 3px 12px; padding: 13px 16px; border-top: 1px solid var(--ps-line); background: #f8fbfd; }
.generation-inversion-card__older span { grid-column: 1 / -1; color: var(--ps-muted); font-size: 12px; }
.generation-inversion-card__older a { overflow: hidden; color: var(--ps-navy); font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.generation-inversion-card__older strong { color: var(--ps-muted); font-size: 12px; }
.generation-inversion-note { margin: 16px 0 0; color: var(--ps-muted); font-size: 12px; }

.game-bundle-comparison__heading { margin-top: 68px; }
.game-bundle-comparison-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.game-bundle-comparison { --bundle-accent: #24bca9; overflow: hidden; padding: 20px; border: 1px solid color-mix(in srgb, var(--bundle-accent) 38%, var(--ps-line)); border-radius: 20px; background: #fff; }
.game-bundle-comparison--balanced { --bundle-accent: #159ddd; }
.game-bundle-comparison--high { --bundle-accent: #8e61d4; }
.game-bundle-comparison > header { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.game-bundle-comparison > header span { color: var(--bundle-accent); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.game-bundle-comparison > header strong { color: var(--ps-navy); font-size: 12px; }
.game-bundle-comparison__plans { display: grid; grid-template-columns: 1fr auto 1fr; gap: 9px; align-items: center; margin-top: 18px; }
.game-bundle-comparison__plans div { display: grid; min-width: 0; padding: 13px 11px; border-radius: 12px; background: #f2f8fb; }
.game-bundle-comparison__plans small { color: var(--ps-muted); font-size: 12px; }
.game-bundle-comparison__plans strong { color: var(--ps-navy); font-size: clamp(17px, 1.6vw, 22px); letter-spacing: -.04em; }
.game-bundle-comparison__plans span { color: var(--bundle-accent); font-size: 12px; font-weight: 900; }
.game-bundle-comparison__plans > b { color: var(--bundle-accent); }
.game-bundle-comparison__verdict { margin: 15px 0 6px; color: var(--ps-text); font-size: 13px; }
.game-bundle-comparison__verdict strong { color: var(--bundle-accent); }
.game-bundle-comparison__stores { display: block; overflow: hidden; color: var(--ps-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.game-bundle-comparison__collecting { display: grid; gap: 5px; min-height: 116px; margin-top: 18px; padding: 17px; border-radius: 12px; background: #f2f8fb; align-content: center; }
.game-bundle-comparison__collecting strong { color: var(--ps-navy); font-size: 16px; }
.game-bundle-comparison__collecting span { color: var(--ps-muted); font-size: 12px; }
.game-bundle-comparison__note { margin: 14px 0 0; color: var(--ps-muted); font-size: 12px; }

@media (max-width: 1020px) {
	.generation-inversion-grid, .game-bundle-comparison-grid { grid-template-columns: 1fr; }
	.generation-inversion-card__product { grid-template-columns: 64px minmax(0, 1fr) auto; }
	.generation-inversion-card__product > b { grid-column: auto; }
}

@media (max-width: 580px) {
	.price-stability-facts { grid-template-columns: 1fr; }
	.product-card__history-drop { align-items: flex-start; flex-direction: column; gap: 3px; }
	.product-card__history-drop small { text-align: left; }
	.category-generation-inversions { padding: 43px 0; }
	.generation-inversion-card__product { grid-template-columns: 58px minmax(0, 1fr); }
	.generation-inversion-card__product img { width: 58px; height: 58px; }
	.generation-inversion-card__product > b { grid-column: 1 / -1; }
	.game-bundle-comparison__plans { grid-template-columns: 1fr; }
	.game-bundle-comparison__plans > b { justify-self: center; transform: rotate(90deg); }
}

/* Upcoming game software and preorder states. */
.product-card--preorder { border-color: #c9dcf3; background: linear-gradient(180deg, #f8fbff, #fff 34%); }
.product-card--preorder:hover { box-shadow: 0 18px 40px rgba(17, 83, 145, .11); }
.product-badge--preorder { color: #fff; background: linear-gradient(135deg, #176dba, #6947ba); box-shadow: 0 7px 18px rgba(51, 72, 164, .25); }
.product-card__release { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: -5px 0 14px; padding: 9px 11px; color: #284c75; border: 1px solid #cfdef0; border-radius: 9px; background: #edf5ff; }
.product-card__release strong { font-size: 13px; line-height: 1.4; }
.product-card__release span { flex: 0 0 auto; padding: 3px 7px; color: #5a3fa2; border-radius: 999px; background: #eee9ff; font-size: 12px; font-weight: 900; }
.product-release-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 16px 0 0; padding: 12px 14px; color: #244d78; border: 1px solid #c8dcf2; border-radius: 12px; background: linear-gradient(100deg, #edf7ff, #f4f0ff); }
.product-release-banner span { padding: 5px 9px; color: #fff; border-radius: 999px; background: linear-gradient(135deg, #176dba, #6947ba); font-size: 12px; font-weight: 900; }
.product-release-banner strong { color: var(--ps-navy); font-size: 16px; }
.product-release-banner small { margin-left: auto; color: #5a3fa2; font-size: 12px; font-weight: 900; }

.category-preorder-link { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 34px; margin-bottom: 6px; padding: 20px 24px; color: #fff; border-radius: 18px; background: radial-gradient(circle at 78% 25%, rgba(132, 107, 224, .38), transparent 28%), linear-gradient(120deg, #083455, #124f81); box-shadow: 0 13px 30px rgba(5, 43, 72, .13); }
.category-preorder-link > div { display: grid; gap: 3px; }
.category-preorder-link > div > span { color: #76d0ff; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.category-preorder-link strong { font-size: 20px; }
.category-preorder-link small { color: #c6daea; font-size: 13px; }
.category-preorder-link .button { flex: 0 0 auto; color: var(--ps-navy); background: #fff; }

.upcoming-games-hero { color: #fff; background: radial-gradient(circle at 82% 25%, rgba(133, 99, 223, .38), transparent 29%), linear-gradient(135deg, #061f35, #0b4c7a); }
.upcoming-games-hero h1 { color: #fff; }
.upcoming-games-hero p:not(.eyebrow) { color: #c8ddea; }
.upcoming-games-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 60px; align-items: center; }
.upcoming-games-hero__fact { display: grid; min-height: 170px; padding: 24px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 20px; background: rgba(255, 255, 255, .08); place-content: center; text-align: center; backdrop-filter: blur(8px); }
.upcoming-games-hero__fact strong { color: #fff; font-size: 48px; line-height: 1; }
.upcoming-games-hero__fact span { margin-top: 7px; color: #fff; font-weight: 900; }
.upcoming-games-hero__fact small { margin-top: 12px; color: #83d6ff; font-size: 12px; }
.upcoming-games-intro { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: -28px; position: relative; z-index: 2; }
.upcoming-games-intro div { display: grid; gap: 4px; padding: 18px 20px; border: 1px solid var(--ps-line); border-radius: 15px; background: #fff; box-shadow: 0 9px 24px rgba(8, 50, 81, .08); }
.upcoming-games-intro strong { color: var(--ps-navy); font-size: 16px; }
.upcoming-games-intro span { color: var(--ps-muted); font-size: 12px; }
.upcoming-games-platforms { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.upcoming-games-platforms a { padding: 9px 13px; color: var(--ps-blue-dark); border: 1px solid #cfe1ed; border-radius: 999px; background: #f6fbfe; font-size: 13px; font-weight: 900; }
.upcoming-games-platforms a:hover { border-color: var(--ps-blue); background: #eaf7fe; }
.upcoming-games-results { padding-top: 50px; }
.upcoming-games-note { margin: 24px 0 0; padding: 14px 16px; color: var(--ps-muted); border-left: 4px solid #6a50bd; background: #f5f2ff; font-size: 12px; }

@media (max-width: 820px) {
	.upcoming-games-hero__grid { grid-template-columns: 1fr; gap: 28px; }
	.upcoming-games-hero__fact { min-height: 130px; }
	.upcoming-games-intro { grid-template-columns: 1fr; margin-top: 22px; }
}

@media (max-width: 580px) {
	.product-release-banner { align-items: flex-start; flex-direction: column; }
	.product-release-banner small { margin-left: 0; }
	.category-preorder-link { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 22px; padding: 18px; }
	.category-preorder-link .button { width: 100%; }
	.upcoming-games-hero__fact strong { font-size: 40px; }
	.upcoming-games-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.upcoming-games-platforms a { display: grid; min-height: 48px; place-items: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
