:root {
  --ink: #102019;
  --muted: #607067;
  --paper: #f7f8f3;
  --card: #ffffff;
  --line: #dfe5dd;
  --lime: #caff3e;
  --lime-dark: #9fd51e;
  --mint: #e3f4df;
  --orange: #ff7a3d;
  --shadow: 0 24px 60px rgba(26, 44, 34, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

body.dark {
  --ink: #eef7ef;
  --muted: #a5b3a8;
  --paper: #101612;
  --card: #18201b;
  --line: #314037;
  --mint: #213b2a;
  --shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.site-header {
  height: 78px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 22px "Manrope"; letter-spacing: -.8px; }
.brand-mark { width: 28px; height: 28px; position: relative; display: inline-block; transform: rotate(-10deg); }
.brand-mark i { position: absolute; width: 8px; border-radius: 4px; background: var(--ink); transform: skew(-16deg); }
.brand-mark i:nth-child(1) { height: 16px; left: 2px; bottom: 3px; }
.brand-mark i:nth-child(2) { height: 23px; left: 10px; top: 1px; background: var(--lime-dark); }
.brand-mark i:nth-child(3) { height: 13px; right: 1px; top: 3px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.main-nav a, .nav-link { opacity: .75; transition: .2s; }
.main-nav a:hover, .nav-link:hover { opacity: 1; }
.nav-link { border: 0; background: none; cursor: pointer; padding: 0; }
.nav-link span { margin-left: 4px; border-radius: 20px; background: var(--lime); color: #102019; padding: 2px 7px; font-size: 11px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { border: 0; border-radius: 10px; min-height: 42px; padding: 0 18px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-lime { background: var(--lime); color: #102019; box-shadow: 0 10px 28px rgba(164, 216, 31, .2); }
.button-ghost { background: transparent; border: 1px solid var(--line); }
.icon-button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; display: grid; place-items: center; }
.icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero {
  min-height: 570px;
  padding: 82px clamp(22px, 7vw, 110px) 76px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 55px;
  overflow: hidden;
}
.hero-copy { max-width: 710px; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 800; color: var(--muted); }
.eyebrow > span { width: 22px; height: 3px; background: var(--lime-dark); border-radius: 4px; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { font-size: clamp(48px, 6vw, 82px); line-height: .99; letter-spacing: -4.5px; margin: 22px 0 26px; }
h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { color: var(--muted); font-size: 19px; line-height: 1.65; max-width: 610px; }
.hero-search { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 7px; display: flex; align-items: center; max-width: 680px; box-shadow: var(--shadow); margin: 36px 0 25px; }
.hero-search svg, .compact-search svg { width: 21px; margin: 0 13px; fill: none; stroke: var(--muted); stroke-width: 1.8; flex: 0 0 auto; }
.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); height: 46px; }
.trust-row { display: flex; gap: 24px; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.trust-row span::before { content: "✓"; color: var(--lime-dark); font-weight: 900; padding-right: 6px; }
.trust-row b { color: var(--ink); }

.hero-art { min-height: 420px; position: relative; }
.hero-art::after { content: ""; position: absolute; width: 390px; height: 390px; top: 28px; left: 50%; transform: translateX(-45%); background: var(--lime); border-radius: 50%; opacity: .18; filter: blur(2px); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; z-index: 1; }
.orbit-one { width: 520px; height: 280px; top: 94px; left: 0; transform: rotate(-18deg); }
.orbit-two { width: 420px; height: 210px; top: 145px; left: 50px; transform: rotate(26deg); }
.chip { position: absolute; z-index: 3; color: #eaf6ed; box-shadow: 0 30px 55px rgba(15, 32, 22, .27); }
.chip-gpu { width: 330px; height: 155px; background: #213128; border-radius: 16px; left: 70px; top: 100px; transform: rotate(-8deg); border: 7px solid #344a3d; }
.chip-gpu span { position: absolute; left: 26px; top: 24px; font-size: 9px; letter-spacing: 2px; color: #a8bcb0; }
.chip-gpu b { position: absolute; left: 26px; top: 43px; font: 800 27px "Manrope"; }
.chip-gpu i { position: absolute; border: 5px solid #0e1712; border-radius: 50%; background: repeating-radial-gradient(circle, #52685b 0 2px, #17231c 3px 6px); width: 82px; height: 82px; top: 29px; }
.chip-gpu i:nth-of-type(1) { right: 112px; }
.chip-gpu i:nth-of-type(2) { right: 20px; }
.chip-cpu { width: 142px; height: 142px; right: 8px; top: 42px; background: #627267; border: 8px solid #2c3a31; border-radius: 13px; transform: rotate(12deg); display: grid; place-items: center; text-align: center; }
.chip-cpu span { display: block; color: #d8e7dd; font-size: 12px; letter-spacing: 2px; }
.chip-cpu b { display: block; font-size: 25px; }
.chip-ram { width: 300px; height: 68px; left: 155px; top: 292px; background: #203229; border-radius: 8px 8px 2px 2px; transform: rotate(9deg); border-bottom: 7px solid #c7a13a; padding: 12px; display: flex; gap: 8px; }
.chip-ram i { flex: 1; background: #486052; border-radius: 3px; }
.chip-ram span { position: absolute; right: 16px; top: 22px; color: var(--lime); font-weight: 800; font-size: 11px; }
.spark { position: absolute; z-index: 4; color: var(--orange); font-size: 28px; }
.spark-a { left: 30px; top: 55px; }.spark-b { right: 40px; bottom: 55px; color: var(--lime-dark); }

.category-strip { padding: 0 clamp(22px, 7vw, 110px) 56px; display: flex; gap: 12px; overflow-x: auto; }
.category { white-space: nowrap; border: 1px solid var(--line); background: var(--card); border-radius: 100px; padding: 11px 17px; cursor: pointer; font-weight: 700; font-size: 13px; }
.category span { margin-right: 7px; color: var(--muted); }
.category.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.deal-finder-section {
  padding: 86px clamp(22px, 7vw, 110px);
  background:
    radial-gradient(circle at 15% 10%, rgba(202, 255, 62, .18), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255, 122, 61, .16), transparent 28%),
    #101612;
  color: #eef7ef;
  border-top: 1px solid rgba(255,255,255,.08);
}
.deal-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 32px;
  align-items: center;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
}
.deal-hero-panel h2 {
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -3px;
  margin: 14px 0 13px;
}
.deal-hero-panel p { max-width: 760px; margin: 0; color: #b5c4b9; line-height: 1.7; }
.deal-score-preview {
  min-height: 220px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(202,255,62,.17), rgba(255,255,255,.06));
  border: 1px solid rgba(202,255,62,.25);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
}
.deal-score-preview span, .deal-score-preview small { color: #aebdb2; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.deal-score-preview strong { font: 800 28px "Manrope"; letter-spacing: -1px; }
.score-ring {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--orange) 0 18%, rgba(255,255,255,.12) 18% 100%);
  margin: 6px 0;
}
.score-ring i { width: 68px; height: 68px; border-radius: 50%; background: #101612; display: block; }
.deal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.deal-tab {
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
  color: #dce9de;
  border-radius: 999px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 800;
  font-size: 12px;
}
.deal-tab.active { background: var(--lime); color: #102019; border-color: var(--lime); }
.deal-layout {
  display: grid;
  grid-template-columns: 315px minmax(0, 1fr);
  gap: 22px;
}
.deal-insight-card, .deal-feed {
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
}
.deal-insight-card { padding: 24px; align-self: start; position: sticky; top: 98px; }
.deal-insight-card h3 { font-size: 25px; letter-spacing: -1px; margin: 14px 0 18px; }
.deal-insight-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.deal-insight-card li {
  color: #b8c7bb;
  font-size: 13px;
  line-height: 1.55;
  padding-left: 18px;
  position: relative;
}
.deal-insight-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  position: absolute;
  left: 0;
  top: 7px;
}
.deal-insight-card b { color: #eef7ef; }
.deal-insight-card .notice { background: rgba(202,255,62,.12); color: #c9d7cc; }
.deal-feed { padding: 24px; min-width: 0; }
.deal-feed-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 18px; }
.deal-feed-heading h3 { font-size: 30px; letter-spacing: -1px; margin-bottom: 4px; }
.deal-feed-heading p { color: #aebdb2; margin: 0; font-size: 13px; }
.deal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.deal-card {
  background: #162019;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
  padding: 16px;
  box-shadow: 0 16px 35px rgba(0,0,0,.16);
  transition: transform .2s, border-color .2s;
}
.deal-card:hover { transform: translateY(-4px); border-color: rgba(202,255,62,.36); }
.deal-card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.deal-heat {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 9px;
  background: rgba(202,255,62,.12);
  color: var(--lime);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.deal-card[data-signal="urgency"] .deal-heat { background: rgba(255,122,61,.15); color: #ffae84; }
.deal-card[data-signal="below-market"] .deal-heat { background: rgba(77,168,255,.14); color: #8ec8ff; }
.deal-card[data-signal="spread"] .deal-heat { background: rgba(255,214,92,.13); color: #ffe082; }
.deal-product-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin: 16px 0;
}
.mini-component-visual {
  width: 62px;
  height: 62px;
  border-radius: 15px;
  background: rgba(255,255,255,.06);
  display: grid;
  place-items: center;
}
.mini-component-visual span {
  width: 38px;
  height: 29px;
  border-radius: 6px;
  background: #27382e;
  border: 4px solid #496052;
  box-shadow: 5px 6px 0 rgba(202,255,62,.18);
}
.deal-card[data-type="gpu"] .mini-component-visual span { width: 44px; height: 24px; border-radius: 4px; }
.deal-card[data-type="ram"] .mini-component-visual span { width: 46px; height: 15px; border-radius: 3px; border-bottom: 3px solid #d0a93d; }
.deal-card[data-type="storage"] .mini-component-visual span { width: 44px; height: 16px; border-radius: 2px; background: #194735; border: 2px solid #bdcfbf; }
.deal-card h3 { font-size: 18px; line-height: 1.2; margin: 5px 0; }
.deal-card p { color: #aebdb2; margin: 0; font-size: 12px; line-height: 1.45; }
.deal-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.deal-metrics div {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 11px;
  padding: 10px;
}
.deal-metrics span { display: block; color: #98aa9e; font-size: 10px; margin-bottom: 3px; }
.deal-metrics strong { color: #ffae84; font-size: 13px; }
.sparkline {
  height: 52px;
  margin: 14px 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(202,255,62,.08), rgba(255,255,255,.03));
  display: flex;
  align-items: end;
  gap: 6px;
  padding: 10px;
}
.sparkline i {
  flex: 1;
  min-width: 8px;
  height: 45%;
  border-radius: 8px 8px 2px 2px;
  background: rgba(202,255,62,.32);
}
.sparkline i:nth-child(2) { height: 58%; }.sparkline i:nth-child(3) { height: 36%; }.sparkline i:nth-child(4) { height: 67%; }
.sparkline i:nth-child(5) { height: 28%; }.sparkline i:nth-child(6) { height: 42%; }.sparkline i:nth-child(7) { height: 22%; background: var(--orange); }
.sparkline.locked { filter: grayscale(.65); opacity: .75; }
.deal-reason {
  color: #b8c7bb;
  font-size: 12px;
  line-height: 1.5;
  border-top: 1px solid rgba(255,255,255,.09);
  padding-top: 12px;
}
.deal-reason b { display: block; color: #eef7ef; margin-bottom: 3px; }
.retailer-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 14px 0;
}
.retailer-chips a {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  padding: 9px;
  color: #eef7ef;
  font-size: 11px;
  font-weight: 800;
  background: rgba(255,255,255,.05);
}
.retailer-chips span { display: block; color: #95a79b; font-size: 9px; font-weight: 700; margin-top: 2px; }
.deal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.deal-actions .button { padding: 0 10px; font-size: 12px; }

.catalog-section { padding: 80px clamp(22px, 7vw, 110px); background: color-mix(in srgb, var(--card) 45%, var(--paper)); border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; }
.section-heading h2 { font-size: clamp(34px, 4vw, 54px); letter-spacing: -2.4px; margin: 14px 0 8px; }
.section-heading p { color: var(--muted); margin: 0; max-width: 620px; line-height: 1.6; }
.catalog-tools { display: flex; gap: 10px; }
.compact-search { display: flex; align-items: center; border: 1px solid var(--line); background: var(--card); border-radius: 10px; }
.compact-search input { border: 0; outline: 0; background: transparent; color: var(--ink); width: 190px; }
select { border: 1px solid var(--line); background: var(--card); color: var(--ink); border-radius: 10px; padding: 0 35px 0 13px; }
.result-meta { display: flex; justify-content: space-between; padding: 38px 0 16px; color: var(--muted); font-size: 13px; }
.text-button { border: 0; background: none; color: var(--ink); text-decoration: underline; cursor: pointer; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-top { display: flex; justify-content: space-between; padding: 16px 16px 0; }
.type-pill { text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 800; padding: 5px 8px; background: var(--mint); border-radius: 20px; }
.watch-button { border: 0; background: transparent; cursor: pointer; font-size: 25px; line-height: 1; }
.watch-button.active { color: var(--orange); }
.product-visual { height: 155px; margin: 3px 18px 5px; display: grid; place-items: center; }
.product-visual span { width: 120px; height: 90px; border-radius: 13px; background: #27382e; border: 6px solid #496052; position: relative; box-shadow: 12px 14px 0 var(--mint); }
.product-card[data-type="gpu"] .product-visual span { width: 165px; height: 78px; border-radius: 7px; }
.product-card[data-type="gpu"] .product-visual span::before, .product-card[data-type="gpu"] .product-visual span::after { content: ""; position: absolute; width: 48px; height: 48px; border: 5px solid #132019; border-radius: 50%; top: 8px; background: repeating-radial-gradient(circle, #52685b 0 2px, #17231c 3px 6px); }
.product-card[data-type="gpu"] .product-visual span::before { right: 58px; }.product-card[data-type="gpu"] .product-visual span::after { right: 4px; }
.product-card[data-type="ram"] .product-visual span { width: 170px; height: 45px; border-bottom: 5px solid #d0a93d; border-radius: 5px; }
.product-card[data-type="storage"] .product-visual span { width: 160px; height: 44px; border-radius: 3px; background: #194735; border: 3px solid #bdcfbf; }
.product-copy { padding: 0 18px 18px; }
.product-brand { text-transform: uppercase; letter-spacing: 1.2px; color: var(--muted); font-size: 9px; font-weight: 800; }
.product-copy h3 { font-size: 18px; line-height: 1.25; margin: 6px 0; min-height: 45px; }
.product-summary { font-size: 12px; color: var(--muted); line-height: 1.5; min-height: 36px; }
.spec-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 16px 0; }
.spec-list span { background: var(--paper); border-radius: 6px; padding: 7px; font-size: 10px; color: var(--muted); }
.spec-list b { display: block; color: var(--ink); font-size: 11px; margin-top: 2px; }
.price-status { border-top: 1px solid var(--line); padding: 13px 0; display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--muted); }
.price-status strong { color: var(--orange); font-size: 10px; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.card-actions .button { flex: 1; padding: 0 10px; font-size: 12px; }
.compare-toggle { display: flex; align-items: center; gap: 6px; font-size: 11px; cursor: pointer; }
.compare-toggle input { position: absolute; opacity: 0; }
.compare-toggle span { width: 17px; height: 17px; border: 1px solid var(--line); border-radius: 4px; display: inline-block; }
.compare-toggle input:checked + span { background: var(--lime); border-color: var(--lime-dark); box-shadow: inset 0 0 0 4px var(--card); }
.empty-state { text-align: center; padding: 80px 20px; border: 1px dashed var(--line); border-radius: 16px; }
.empty-state > span { font-size: 50px; }.empty-state h3 { margin: 12px 0 5px; }.empty-state p { color: var(--muted); }

.steps { padding: 100px clamp(22px, 7vw, 110px); }
.centered { text-align: center; display: block; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; }
.step-grid article { position: relative; border-top: 1px solid var(--line); padding: 28px 12px; }
.step-grid article > b { position: absolute; right: 12px; top: 17px; color: var(--line); font: 800 34px "Manrope"; }
.step-icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: #102019; font-size: 23px; margin-bottom: 28px; }
.step-grid h3 { margin-bottom: 9px; }.step-grid p { color: var(--muted); line-height: 1.6; font-size: 14px; }
.disclosure { margin: 0 clamp(22px, 7vw, 110px) 80px; border-radius: 14px; background: var(--mint); padding: 24px 30px; display: flex; align-items: center; gap: 26px; }
.disclosure p { margin: 0; color: var(--muted); font-size: 13px; }
footer { border-top: 1px solid var(--line); padding: 34px clamp(22px, 7vw, 110px); display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; }
footer p { flex: 1; }.footer .brand { color: var(--ink); }

.compare-bar { position: fixed; z-index: 30; bottom: 18px; left: 50%; transform: translate(-50%, 140%); width: min(860px, calc(100% - 32px)); background: #122019; color: #eef7ef; border-radius: 14px; padding: 13px 16px 13px 20px; box-shadow: 0 18px 50px rgba(0,0,0,.28); display: flex; align-items: center; gap: 22px; transition: transform .3s; }
.compare-bar.visible { transform: translate(-50%, 0); }
.compare-bar > div:first-child { min-width: 155px; }.compare-bar strong { display: block; font-size: 13px; }.compare-bar span { color: #9fb0a5; font-size: 10px; }
.compare-chips { display: flex; gap: 7px; flex: 1; overflow: hidden; }
.compare-chip { white-space: nowrap; background: #26372d; border-radius: 7px; padding: 7px 10px; font-size: 10px; }
.compare-bar .button:disabled { opacity: .4; cursor: not-allowed; transform: none; }

.modal-shell { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; }
.modal-shell[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(8, 15, 11, .66); backdrop-filter: blur(5px); }
.modal { position: relative; z-index: 1; width: min(760px, 100%); max-height: 88vh; overflow: auto; background: var(--card); border-radius: 18px; padding: 32px; box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 14px; right: 16px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.modal h2 { font-size: 30px; letter-spacing: -1px; margin-bottom: 8px; }.modal > div > p { color: var(--muted); line-height: 1.6; }
.form-grid { display: grid; gap: 14px; margin-top: 24px; }
.field { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
.field input, .field select { height: 46px; border: 1px solid var(--line); border-radius: 9px; padding: 0 12px; background: var(--paper); color: var(--ink); }
.retailer-list { display: grid; gap: 10px; margin-top: 24px; }
.retailer-link { border: 1px solid var(--line); border-radius: 10px; padding: 15px; display: flex; align-items: center; justify-content: space-between; }
.retailer-link div span { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }.retailer-link b { text-transform: uppercase; letter-spacing: 1px; font-size: 12px; }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: 12px; }
.compare-table th, .compare-table td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }.compare-table th:first-child { color: var(--muted); width: 120px; }
.notice { background: var(--mint); border-radius: 9px; padding: 12px; font-size: 11px; color: var(--muted); margin-top: 18px; }
.watch-item { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding: 14px 0; }.watch-item small { display: block; color: var(--muted); margin-top: 3px; }

.product-detail-page { min-height: calc(100vh - 78px); background: color-mix(in srgb, var(--card) 45%, var(--paper)); }
.product-detail-page[hidden] { display: none; }
.product-detail-wrap { width: min(1400px, calc(100% - 44px)); margin: 0 auto; padding: 38px 0 90px; }
.detail-back { border: 0; background: none; padding: 0; color: var(--muted); cursor: pointer; font-weight: 700; font-size: 13px; }
.detail-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: 43px 0 34px; border-bottom: 1px solid var(--line); }
.detail-heading h1 { font-size: clamp(38px, 5vw, 64px); margin: 14px 0 10px; letter-spacing: -3px; }
.detail-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.detail-heading-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.detail-heading-actions .active { background: var(--orange); }
.detail-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); align-items: start; gap: 30px; padding-top: 30px; }
.detail-product-card, .offer-section, .spec-section { background: var(--card); border: 1px solid var(--line); border-radius: 15px; }
.detail-product-card { position: sticky; top: 108px; padding: 24px; }
.detail-product-card .detail-visual { height: 230px; margin: 0 0 24px; background: var(--paper); border-radius: 12px; }
.detail-visual span { transform: scale(1.25); }
.detail-visual[data-type="gpu"] span { width: 190px; height: 86px; border-radius: 7px; }
.detail-visual[data-type="ram"] span { width: 190px; height: 48px; border-radius: 5px; border-bottom: 5px solid #d0a93d; }
.detail-visual[data-type="storage"] span { width: 185px; height: 48px; border-radius: 3px; background: #194735; border: 3px solid #bdcfbf; }
.detail-product-card h2 { font-size: 22px; margin: 7px 0 18px; }
.detail-identity { border-top: 1px solid var(--line); margin-bottom: 20px; }
.detail-identity span { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.detail-identity b { color: var(--ink); text-align: right; }
.detail-product-card > .button { width: 100%; }
.detail-main { display: grid; gap: 20px; min-width: 0; }
.offer-section, .spec-section { padding: 28px; }
.detail-section-title { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.detail-section-title h2 { font-size: 29px; margin: 10px 0 0; letter-spacing: -1px; }
.data-badge { background: #fff0e7; color: #aa4c20; border-radius: 100px; padding: 7px 10px; font-size: 10px; font-weight: 800; white-space: nowrap; }
body.dark .data-badge { background: #3a261d; color: #ffab82; }
.data-badge[data-status="live-data"], .data-badge[data-status$="offer"], .data-badge[data-status$="offers"] { background: #e6f8dc; color: #2f6d1b; }
.data-badge[data-status="checking-live-feeds"] { background: #eef1ff; color: #4552aa; }
.data-badge[data-status="lookup-failed"] { background: #ffe9e3; color: #b64122; }
body.dark .data-badge[data-status="live-data"], body.dark .data-badge[data-status$="offer"], body.dark .data-badge[data-status$="offers"] { background: #203a26; color: #a8ef8c; }
body.dark .data-badge[data-status="checking-live-feeds"] { background: #252944; color: #b9c2ff; }
body.dark .data-badge[data-status="lookup-failed"] { background: #3d211b; color: #ff9b7f; }
.section-note { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 16px 0 20px; max-width: 850px; }
.offer-table-wrap { overflow-x: auto; }
.offer-table { width: 100%; border-collapse: collapse; min-width: 760px; font-size: 12px; }
.offer-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .8px; font-weight: 700; }
.offer-table th, .offer-table td { text-align: left; padding: 14px 10px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.offer-table td:nth-child(2) strong { display: block; }
.offer-table td small { display: block; color: var(--muted); margin-top: 3px; }
.merchant-logo { display: inline-flex; min-width: 91px; height: 38px; align-items: center; justify-content: center; border-radius: 7px; background: var(--paper); border: 1px solid var(--line); font: 800 13px "Manrope"; }
.merchant-0 { color: #ff9900; }.merchant-1 { color: #e53238; }.merchant-2 { color: #f05a28; }.merchant-3 { color: #1d4fa1; }
.offer-pending { font-weight: 800; color: var(--orange); }
.live-offer-row { background: color-mix(in srgb, var(--lime) 8%, transparent); }
.live-price { color: #2f8f1f; font-size: 15px; }
body.dark .live-price { color: #b9ff8a; }
.availability-pending { color: var(--muted); }
.availability-live { color: #2f6d1b; font-weight: 800; }
body.dark .availability-live { color: #a8ef8c; }
.offer-button { display: inline-flex; align-items: center; min-height: 38px; white-space: nowrap; font-size: 11px; }
.offer-disclosure { color: var(--muted); font-size: 10px; margin: 17px 0 0; }
.full-spec-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 38px; margin-top: 20px; }
.full-spec-list div { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 14px 0; font-size: 12px; }
.full-spec-list span { color: var(--muted); }
.full-spec-list strong { text-align: right; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .deal-layout { grid-template-columns: 1fr; }
  .deal-insight-card { position: static; }
  .deal-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .detail-layout { grid-template-columns: 270px minmax(0, 1fr); }
}
@media (max-width: 760px) {
  .site-header { height: 66px; }.header-actions .button-ghost, .header-actions .button-dark { display: none; }
  .hero { padding-top: 58px; min-height: auto; }.hero h1 { letter-spacing: -3px; }.hero-copy > p { font-size: 16px; }
  .hero-search { display: grid; grid-template-columns: auto 1fr; }.hero-search .button { grid-column: 1 / -1; }
  .section-heading { display: block; }.catalog-tools { margin-top: 24px; }.compact-search { flex: 1; }.compact-search input { width: 100%; }
  .deal-hero-panel { grid-template-columns: 1fr; }
  .deal-score-preview { min-height: 185px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
  .disclosure { display: block; }.disclosure strong { display: block; margin-bottom: 8px; }
  .compare-bar { gap: 10px; }.compare-bar > div:first-child { display: none; }.compare-chip { display: none; }
  .product-detail-wrap { width: min(100% - 28px, 700px); padding-top: 24px; }
  .detail-heading { display: block; padding-top: 30px; }
  .detail-heading-actions { margin-top: 22px; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-product-card { position: static; }
  .full-spec-list { grid-template-columns: 1fr; }
}
@media (max-width: 510px) {
  .product-grid { grid-template-columns: 1fr; }
  .deal-grid { grid-template-columns: 1fr; }
  .deal-feed-heading { display: block; }
  .catalog-tools { display: grid; }.catalog-tools select { height: 44px; }
  .step-grid { grid-template-columns: 1fr; }
  footer { display: grid; gap: 4px; } footer p { margin: 8px 0; }
  .modal { padding: 28px 20px; }
}
