@font-face {
  font-family: "Press Start 2P";
  src: url("/static/fonts/press-start-2p-latin.woff2") format("woff2");
  font-display: swap;
}

.fresh-preview-bar {
  width: 100%; min-height: 42px; display: flex; align-items: center;
  padding: 7px max(20px, calc((100vw - 1180px) / 2)); gap: 20px;
  color: #adb8ae; background: #090d0a; border-bottom: 1px solid #303832;
  font-size: .76rem; line-height: 1.3;
}
.fresh-preview-bar strong { color: #f6f8f4; }
.fresh-preview-bar nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.fresh-preview-bar a { padding: 6px 10px; border-radius: 3px; color: #aeb7b0; }
.fresh-preview-bar a:hover, .fresh-preview-bar a[aria-current="page"] { color: #fff; background: #253027; text-decoration: none; }
.fresh-preview-bar .theme-toggle { min-width: 34px; min-height: 34px; color: #d7ddd8; }

.fresh-page {
  --fresh-action: #2e7d32;
  --fresh-action-hover: #347f38;
  --fresh-accent-text: #8bcf75;
}
:root[data-theme="light"] .fresh-page {
  --fresh-action: #267337;
  --fresh-action-hover: #2c783c;
  --fresh-accent-text: #246f33;
}
:root[data-theme="light"] .fresh-page .hero-world h1 { text-shadow: 1px 1px 0 rgba(0,0,0,.16); }
:root[data-theme="light"] .fresh-page .hero-world .lw-moon { display: none; }
:root[data-theme="light"] .fresh-page .hero-hardware-banner { color: #294465; background: transparent; border-color: #7394bd; }
.fresh-page.container-home { padding-bottom: 0; }
.fresh-page .hero-copy > .kicker { justify-content: flex-start; margin-bottom: 14px; }
.fresh-page .hero-copy h1 { max-width: 670px; }
.fresh-page .hero-copy .lead { margin-bottom: 26px; }
.fresh-page .hero-visual { align-self: end; }
.hero-hardware-banner {
  width: min(1160px, 100%); position: relative; z-index: 4; display: flex; align-items: center; justify-content: flex-start; gap: 11px;
  margin: 0 auto 32px; padding: 9px 14px; color: #dce8dc; background: rgba(10,16,12,.82);
  border: 1px solid rgba(119,184,99,.48); box-shadow: 0 3px 0 rgba(0,0,0,.25); font-size: .9rem; line-height: 1.5; text-align: left;
}
.hero-hardware-banner strong { flex: none; padding: 4px 7px; color: #fff; background: var(--fresh-action); box-shadow: 2px 2px 0 var(--vox-shadow); font-family: var(--pixel); font-size: .5rem; line-height: 1.35; text-transform: uppercase; }
.fresh-page .hero-world .lw-in { max-width: 1160px; }

.fresh-full {
  width: 100vw; margin-left: calc(50% - 50vw);
}
.fresh-wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.fresh-section { padding-block: clamp(76px, 9vw, 118px); }
.fresh-heading { max-width: 720px; }
.fresh-heading.center { margin-inline: auto; text-align: center; }
.fresh-heading .kicker { justify-content: flex-start; margin-bottom: 14px; }
.fresh-heading.center .kicker { justify-content: center; }
.fresh-heading h2 {
  margin: 0; font-family: var(--pixel); font-size: clamp(1.18rem, 2.4vw, 1.85rem);
  line-height: 1.62; letter-spacing: -.025em;
}
.fresh-heading > p:not(.kicker) { margin: 18px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.fresh-heading.center > p:not(.kicker) { margin-inline: auto; }

.feature-led-section {
  padding: 0;
  background: color-mix(in srgb, var(--panel) 72%, transparent);
  border-block: 2px solid var(--border);
}
.feature-led-concept {
  width: 100%; position: relative; isolation: isolate; overflow: hidden;
  margin: 0; border: 0; background: transparent; box-shadow: none;
}
/* The straightforward version — one brand promise and the original benefits
   presented as a scannable icon list. */
.feature-led-grid { width: min(1160px, calc(100% - 40px)); display: grid; grid-template-columns: 1fr; gap: clamp(34px, 4vw, 46px); margin-inline: auto; padding: clamp(64px, 7vw, 92px) 0; }
.feature-led-copy { position: relative; z-index: 2; }
.feature-led-copy h2 { max-width: 900px; margin: 0; font-family: var(--pixel); font-size: clamp(1.18rem, 2.4vw, 1.85rem); line-height: 1.62; letter-spacing: -.025em; text-wrap: balance; }
.feature-led-copy p { max-width: 760px; margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.feature-benefits { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.feature-benefits li { min-height: 150px; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 17px; align-items: start; padding: 21px; border: 2px solid var(--border); background: color-mix(in srgb, var(--panel) 91%, #1b2a1e); box-shadow: 4px 4px 0 var(--vox-shadow); }
.feature-benefits li:first-child { border-color: color-mix(in srgb, var(--accent) 64%, var(--border)); background: color-mix(in srgb, var(--panel) 78%, #294b2f); }
.feature-benefit-icon { width: 50px; height: 50px; position: relative; display: block; color: #a7ed96; background: #1a2b1e; border: 2px solid #5f925e; box-shadow: inset 2px 2px rgba(255,255,255,.035), 3px 3px 0 var(--vox-shadow); }
.feature-benefit-icon::before, .feature-benefit-icon::after, .feature-benefit-icon i { content: ""; position: absolute; display: block; box-sizing: border-box; }

.feature-icon-chip::before { width: 24px; height: 24px; left: 11px; top: 11px; border: 2px solid currentColor; box-shadow: inset 0 0 0 5px #1a2b1e, inset 0 0 0 7px currentColor; }
.feature-icon-chip::after { width: 32px; height: 2px; left: 7px; top: 22px; background: currentColor; box-shadow: 0 -8px currentColor, 0 8px currentColor; opacity: .8; }
.feature-icon-chip i { width: 2px; height: 32px; left: 22px; top: 7px; background: currentColor; box-shadow: -8px 0 currentColor, 8px 0 currentColor; opacity: .8; }

.feature-icon-bolt::before { width: 27px; height: 34px; left: 10px; top: 6px; background: currentColor; clip-path: polygon(52% 0, 100% 0, 70% 38%, 96% 38%, 31% 100%, 47% 55%, 12% 55%); filter: drop-shadow(2px 2px 0 rgba(0,0,0,.25)); }

.feature-icon-sliders::before { width: 28px; height: 20px; left: 9px; top: 13px; background: linear-gradient(currentColor,currentColor) 0 1px/28px 2px no-repeat, linear-gradient(currentColor,currentColor) 0 9px/28px 2px no-repeat, linear-gradient(currentColor,currentColor) 0 17px/28px 2px no-repeat; }
.feature-icon-sliders::after { width: 7px; height: 7px; left: 15px; top: 11px; border: 2px solid #1a2b1e; background: currentColor; box-shadow: 12px 8px 0 -2px #1a2b1e, 12px 8px currentColor, -5px 16px 0 -2px #1a2b1e, -5px 16px currentColor; }

.feature-icon-support::before { width: 27px; height: 20px; left: 8px; top: 9px; border: 2px solid currentColor; border-radius: 3px; }
.feature-icon-support::after { width: 8px; height: 8px; left: 13px; top: 24px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: skewY(-35deg); }
.feature-icon-support i { width: 19px; height: 15px; right: 6px; bottom: 7px; border: 2px solid currentColor; border-radius: 3px; background: #1a2b1e; }

.feature-icon-route::before { width: 25px; height: 13px; left: 5px; top: 14px; border: 2px solid currentColor; border-radius: 8px; transform: rotate(-32deg); }
.feature-icon-route::after { width: 25px; height: 13px; right: 5px; bottom: 14px; border: 2px solid currentColor; border-radius: 8px; transform: rotate(-32deg); }
.feature-icon-route i { width: 20px; height: 2px; left: 13px; top: 22px; background: currentColor; transform: rotate(-32deg); box-shadow: 0 0 0 2px #1a2b1e; }

.feature-icon-monitor::before { width: 30px; height: 30px; left: 8px; top: 8px; border: 2px solid currentColor; border-radius: 50%; }
.feature-icon-monitor::after { width: 10px; height: 8px; left: 22px; top: 15px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform-origin: bottom left; transform: rotate(-45deg); }
.feature-benefits strong { display: block; color: var(--text); font-size: 1rem; line-height: 1.36; }
.feature-benefits small { display: block; margin-top: 7px; color: var(--muted); font-size: .88rem; line-height: 1.55; }

/* Play library */
.fresh-library { position: relative; overflow: hidden; background: color-mix(in srgb, var(--panel) 70%, var(--bg)); border-block: 2px solid var(--border); }
.fresh-library::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12;
  background-image: linear-gradient(var(--accent) 1px, transparent 1px), linear-gradient(90deg, var(--accent) 1px, transparent 1px);
  background-size: 32px 32px; mask-image: linear-gradient(to bottom, #000, transparent 55%);
}
.fresh-library .fresh-wrap { position: relative; }
.library-top { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.library-summary { max-width: 330px; color: var(--muted); }
.library-summary strong { display: block; margin-bottom: 5px; color: var(--text); }
.library-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 42px 0 24px; }
.library-tabs { display: inline-flex; padding: 4px; background: var(--bg); border: 2px solid var(--border); box-shadow: inset 2px 2px 0 rgba(0,0,0,.22); }
.library-tab {
  min-height: 44px; padding: 9px 16px; border: 0; color: var(--muted); background: transparent;
  font-family: var(--pixel); font-size: .57rem; line-height: 1.4; cursor: pointer;
}
.library-tab[aria-selected="true"] { color: #fff; background: var(--fresh-action); box-shadow: inset 2px 2px rgba(255,255,255,.14), 0 3px 0 var(--vox-shadow); }
.carousel-buttons { display: flex; gap: 9px; }
.carousel-button {
  width: 44px; height: 44px; display: grid; place-items: center; padding: 0;
  border: 2px solid var(--border); color: var(--text); background: var(--panel-2); cursor: pointer;
  box-shadow: 0 3px 0 var(--vox-shadow); font-size: 1.25rem;
}
.carousel-button:hover { border-color: var(--accent); }
.carousel-button:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--vox-shadow); }
.library-panel[hidden] { display: none; }
.option-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(268px, 31.5%); gap: 16px;
  overflow-x: auto; padding: 4px 4px 24px; scroll-snap-type: x mandatory; scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--panel-2); overscroll-behavior-inline: contain;
}
.option-card {
  min-height: 390px; display: flex; flex-direction: column; overflow: hidden; scroll-snap-align: start;
  color: var(--text); background: var(--panel); border: 2px solid var(--border); border-radius: 3px;
  box-shadow: 0 5px 0 var(--vox-shadow); text-decoration: none;
}
.option-card:hover { border-color: var(--accent); text-decoration: none; transform: translateY(-2px); }
.option-art { height: 164px; position: relative; overflow: hidden; background: #111820; border-bottom: 2px solid var(--border); }
.option-art > img.game-cover { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .2s, opacity .2s; }
.option-card:hover .game-cover { transform: scale(1.035); opacity: .94; }
.option-art::after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(transparent, rgba(5,8,6,.7)); pointer-events: none; }
.pack-banner .egg-art {
  inset: 0; width: 100%; height: 100%; transform-origin: 50% 50%;
  -webkit-mask-image: none; mask-image: none;
}
.pack-banner .egg-art svg,
.pack-banner .egg-art img { width: 100%; height: 100%; object-fit: cover; }
.option-card:hover .pack-banner .egg-art { transform: scale(1.035); }
.option-status { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 8px; color: #eef7eb; background: rgba(9,13,10,.82); border: 1px solid rgba(255,255,255,.18); font-size: .68rem; }
.option-copy { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.option-type { margin: 0 0 8px; color: var(--fresh-accent-text); font-family: var(--pixel); font-size: .52rem; line-height: 1.5; text-transform: uppercase; }
.option-copy h3 { margin: 0 0 9px; font-family: var(--pixel); font-size: .72rem; line-height: 1.65; }
.option-copy > p:not(.option-type) { margin: 0 0 18px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.option-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.option-meta span { padding: 4px 7px; border: 1px solid var(--border); color: var(--muted); background: var(--panel-2); font-size: .7rem; }
.option-link { display: block; margin-top: 16px; color: var(--accent-2); font-weight: 700; font-size: .82rem; }
.library-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 18px; }
.library-footer p { margin: 0; color: var(--muted); }
.library-footer .btn { flex: none; }

/* Full catalog — a focused picker rather than a second long marketing page. */
.catalog-dialog {
  width: min(1080px, calc(100vw - 40px)); height: min(740px, calc(100dvh - 40px)); max-width: none; max-height: none;
  margin: auto; padding: 0; overflow: hidden; color: var(--text); background: var(--panel);
  border: 2px solid var(--border); border-radius: 3px; box-shadow: 14px 14px 0 rgba(0,0,0,.34);
}
.catalog-dialog::backdrop { background: rgba(5,8,7,.78); backdrop-filter: blur(4px); }
.catalog-shell { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.catalog-mount { min-height: 0; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.catalog-load-state { min-height: 0; display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center; gap: 16px; padding: 40px; color: var(--muted); text-align: left; }
.catalog-load-state strong { display: block; margin-bottom: 5px; color: var(--text); }
.catalog-load-state p { margin: 0; }
.catalog-loader { width: 24px; height: 24px; flex: none; border: 5px solid var(--border); border-top-color: var(--fresh-accent-text); animation: catalog-spin .8s steps(8, end) infinite; }
@keyframes catalog-spin { to { transform: rotate(360deg); } }
.catalog-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px 20px; border-bottom: 2px solid var(--border); background: var(--panel-2); }
.catalog-dialog-head .kicker { justify-content: flex-start; margin: 0 0 9px; }
.catalog-dialog-head h2 { margin: 0; font-family: var(--pixel); font-size: clamp(.92rem, 1.8vw, 1.25rem); line-height: 1.5; }
.catalog-close { width: 42px; height: 42px; flex: none; padding: 0; border: 2px solid var(--border); color: var(--text); background: var(--bg); box-shadow: 0 3px 0 var(--vox-shadow); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.catalog-close:hover { color: #fff; border-color: var(--danger); background: var(--danger); }
.catalog-toolbar { display: grid; grid-template-columns: minmax(250px, 1fr) auto; gap: 22px; align-items: end; padding: 17px 28px; border-bottom: 1px solid var(--border); background: color-mix(in srgb, var(--panel) 82%, var(--bg)); }
.catalog-search { display: grid; gap: 6px; }
.catalog-search span { color: var(--muted); font-family: var(--pixel); font-size: .46rem; line-height: 1.4; text-transform: uppercase; }
.catalog-search input { width: 100%; min-height: 43px; padding: 9px 12px; border: 2px solid var(--border); border-radius: 2px; color: var(--text); background: var(--bg); font: inherit; }
.catalog-search input:focus { outline: 2px solid var(--accent); outline-offset: 2px; border-color: var(--accent); }
.catalog-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.catalog-filters button { min-height: 36px; padding: 7px 10px; border: 1px solid var(--border); color: var(--muted); background: var(--panel-2); cursor: pointer; font-size: .72rem; }
.catalog-filters button:hover { color: var(--text); border-color: var(--accent); }
.catalog-filters button[aria-pressed="true"] { color: #fff; border-color: var(--fresh-action); background: var(--fresh-action); box-shadow: 0 2px 0 var(--vox-shadow); }
.catalog-layout { min-height: 0; display: grid; grid-template-columns: minmax(360px, .92fr) minmax(390px, 1.08fr); }
.catalog-results { min-height: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; padding: 20px 12px 18px 22px; border-right: 2px solid var(--border); }
.catalog-result-count { margin: 0 8px 12px; color: var(--muted); font-size: .77rem; }
.catalog-result-count strong { color: var(--text); }
.catalog-list { min-height: 0; display: grid; align-content: start; gap: 7px; overflow-y: auto; padding: 2px 10px 6px 2px; scrollbar-width: thin; scrollbar-color: var(--accent) var(--panel-2); }
.catalog-item { width: 100%; display: grid; grid-template-columns: 76px minmax(0, 1fr) 20px; gap: 12px; align-items: center; padding: 8px; color: var(--text); background: var(--panel-2); border: 1px solid var(--border); text-align: left; cursor: pointer; }
.catalog-item:hover { border-color: color-mix(in srgb, var(--accent) 65%, var(--border)); transform: translateX(2px); }
.catalog-item.is-selected { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, var(--panel-2)); box-shadow: inset 3px 0 0 var(--accent); }
.catalog-item[hidden] { display: none; }
.catalog-item-art { width: 76px; height: 52px; position: relative; display: block; overflow: hidden; background: #111820; border: 1px solid var(--border); }
.catalog-item-art .egg-art { inset: 0; width: 100%; height: 100%; -webkit-mask-image: none; mask-image: none; }
.catalog-item-art .egg-art svg,
.catalog-item-art .egg-art img { width: 100%; height: 100%; object-fit: cover; }
.catalog-item-copy { min-width: 0; display: grid; gap: 5px; }
.catalog-item-copy strong { overflow: hidden; color: var(--text); font-size: .85rem; text-overflow: ellipsis; white-space: nowrap; }
.catalog-item-copy small { overflow: hidden; color: var(--muted); font-size: .67rem; text-overflow: ellipsis; white-space: nowrap; }
.catalog-item-arrow { color: var(--fresh-accent-text); font-size: 1rem; }
.catalog-empty { margin: 18px 8px; color: var(--muted); }
.catalog-detail { min-width: 0; min-height: 0; display: grid; grid-template-rows: minmax(210px, 43%) 1fr; overflow-y: auto; background: var(--bg); }
.catalog-detail-empty { grid-row: 1 / -1; align-self: center; padding: clamp(30px, 6vw, 64px); text-align: center; }
.catalog-detail-empty strong { color: var(--text); font-family: var(--pixel); font-size: .72rem; line-height: 1.6; }
.catalog-detail-empty p { margin: 13px 0 0; color: var(--muted); line-height: 1.6; }
.catalog-detail-art { min-height: 210px; position: relative; overflow: hidden; background: #111820; border-bottom: 2px solid var(--border); }
.catalog-detail-art::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(5,8,7,.72)); pointer-events: none; }
.catalog-detail-art .egg-art { inset: 0; width: 100%; height: 100%; transform: none; -webkit-mask-image: none; mask-image: none; }
.catalog-detail-art .egg-art svg,
.catalog-detail-art .egg-art img { width: 100%; height: 100%; object-fit: cover; }
.catalog-detail-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(24px, 4vw, 38px); }
.catalog-detail-kind { margin: 0 0 9px; color: var(--fresh-accent-text); font-family: var(--pixel); font-size: .49rem; line-height: 1.5; text-transform: uppercase; }
.catalog-detail-copy h3 { margin: 0; font-family: var(--pixel); font-size: clamp(.82rem, 1.5vw, 1.08rem); line-height: 1.55; }
.catalog-detail-copy > p:not(.catalog-detail-kind) { margin: 14px 0 20px; color: var(--muted); line-height: 1.6; }
.catalog-detail-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.catalog-detail-meta span { padding: 5px 8px; color: var(--muted); background: var(--panel); border: 1px solid var(--border); font-size: .7rem; }
.catalog-detail-copy .btn { margin-top: auto; }

/* Hardware */
.fresh-hardware { background: var(--bg); }
.hardware-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 42px; }
.hardware-card {
  display: grid; grid-template-columns: 164px 1fr; min-height: 270px; gap: 26px; align-items: center;
  padding: clamp(26px, 4vw, 42px); background: var(--panel); border: 2px solid var(--border); box-shadow: 0 6px 0 var(--vox-shadow);
}
.hardware-art { width: 164px; height: 132px; display: grid; place-items: center; position: relative; }

/* A complete CPU package: board traces, inset heat spreader, status node, and
   four clean banks of gold contacts keep the tiny asset legible at card size. */
.cpu-package { width: 104px; height: 104px; position: relative; display: grid; place-items: center; filter: drop-shadow(8px 8px 0 rgba(0,0,0,.22)); }
.cpu-package::before,
.cpu-package::after { content: ""; position: absolute; z-index: 0; }
.cpu-package::before {
  inset: 0 6px;
  background: repeating-linear-gradient(90deg, #e3bd5d 0 5px, #826824 5px 7px, transparent 7px 12px) top / 100% 8px no-repeat, repeating-linear-gradient(90deg, #e3bd5d 0 5px, #826824 5px 7px, transparent 7px 12px) bottom / 100% 8px no-repeat;
}
.cpu-package::after {
  inset: 6px 0;
  background: repeating-linear-gradient(#e3bd5d 0 5px, #826824 5px 7px, transparent 7px 12px) left / 8px 100% no-repeat, repeating-linear-gradient(#e3bd5d 0 5px, #826824 5px 7px, transparent 7px 12px) right / 8px 100% no-repeat;
}
.cpu-board {
  width: 82px; height: 82px; position: relative; z-index: 1; display: grid; place-items: center;
  background-color: #397f47; border: 4px solid #245b34;
  background-image: linear-gradient(90deg, transparent 48%, rgba(151,219,131,.28) 49% 51%, transparent 52%), linear-gradient(transparent 48%, rgba(151,219,131,.24) 49% 51%, transparent 52%);
  box-shadow: inset 4px 4px rgba(255,255,255,.12), inset -5px -5px rgba(0,0,0,.2);
}
.cpu-board::before { content: ""; position: absolute; inset: 8px; border: 2px solid rgba(163,225,141,.35); }
.cpu-node { position: absolute; width: 4px; height: 4px; left: 8px; top: 8px; background: #c8ea77; box-shadow: 58px 0 #c8ea77, 0 58px #c8ea77, 58px 58px #c8ea77; }
.cpu-die {
  width: 50px; height: 50px; position: relative; display: grid; place-items: center;
  background: linear-gradient(145deg, #26352e, #101814); border: 3px solid #7dbf67;
  box-shadow: inset 3px 3px rgba(255,255,255,.08), inset -3px -3px rgba(0,0,0,.34), 3px 3px 0 rgba(0,0,0,.2);
}
.cpu-die::before { content: ""; width: 22px; height: 22px; border: 2px solid #557c59; background: linear-gradient(135deg, rgba(126,191,103,.26), transparent 55%); box-shadow: inset 3px 3px rgba(255,255,255,.04); }
.cpu-die::after { content: ""; position: absolute; inset: 7px; background: linear-gradient(90deg, transparent 48%, rgba(126,191,103,.28) 49% 51%, transparent 52%), linear-gradient(transparent 48%, rgba(126,191,103,.24) 49% 51%, transparent 52%); }

/* Two complete M.2 modules make the mirror literal. Each stick includes its
   mounting hole, controller, NAND packages, board label, and keyed gold edge. */
.raid-array { width: 158px; height: 120px; position: relative; }
.nvme-stick {
  width: 128px; height: 42px; position: absolute; left: 7px; z-index: 1;
  background-color: #246844; border: 3px solid #16452e;
  background-image: linear-gradient(rgba(120,207,137,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(120,207,137,.15) 1px, transparent 1px);
  background-size: 12px 12px; box-shadow: inset 3px 3px rgba(255,255,255,.08), inset -3px -3px rgba(0,0,0,.18), 6px 6px 0 rgba(0,0,0,.22);
}
.nvme-stick-a { top: 5px; transform: rotate(-2deg); }
.nvme-stick-b { bottom: 5px; left: 20px; transform: rotate(2deg); }
.nvme-hole { width: 10px; height: 10px; position: absolute; left: 5px; top: 12px; border: 3px solid #d9bf70; border-radius: 50%; background: #101713; box-shadow: inset 1px 1px #4c3f1f; }
.nvme-chip { position: absolute; background: #111a17; border: 2px solid #34423b; box-shadow: inset 2px 2px rgba(255,255,255,.04); }
.nvme-controller { width: 22px; height: 22px; left: 23px; top: 7px; }
.nvme-nand-one,
.nvme-nand-two { width: 20px; height: 16px; top: 10px; }
.nvme-nand-one { left: 51px; }
.nvme-nand-two { left: 76px; }
.nvme-connector {
  width: 17px; height: 30px; position: absolute; right: -17px; top: 3px;
  background: repeating-linear-gradient(to bottom, #e1bd58 0 3px, #816623 3px 5px);
  clip-path: polygon(0 0, 100% 0, 100% 40%, 48% 40%, 48% 58%, 100% 58%, 100% 100%, 0 100%);
  filter: drop-shadow(2px 2px 0 rgba(0,0,0,.2));
}
.hardware-card h3 { margin: 0 0 12px; font-family: var(--pixel); font-size: .82rem; line-height: 1.65; }
.hardware-card p { margin: 0; color: var(--muted); }
.hardware-bottom { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 30px; color: var(--muted); font-size: .82rem; }
.hardware-bottom span::before { content: "✓"; margin-right: 7px; color: var(--fresh-accent-text); }

/* Support and gamer-led story */
.fresh-support { background: color-mix(in srgb, var(--panel) 68%, var(--bg)); border-block: 2px solid var(--border); }
.support-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(46px, 8vw, 96px); align-items: center; }
.support-window { background: #0c1016; border: 2px solid #46505f; box-shadow: 10px 10px 0 rgba(0,0,0,.28); color: #e8ebf1; }
.support-bar { display: flex; align-items: center; gap: 9px; padding: 13px 16px; border-bottom: 1px solid #333c48; color: #aeb7c4; font-size: .77rem; }
.support-bar i { width: 8px; height: 8px; background: #4caf50; box-shadow: 0 0 8px rgba(76,175,80,.7); }
.support-bar strong { margin-right: auto; color: #eef2f7; font-family: var(--pixel); font-size: .55rem; }
.support-thread { display: grid; gap: 16px; padding: 24px; }
.chat-row { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: start; }
.chat-row.user { grid-template-columns: 1fr; margin-left: 50px; }
.chat-avatar { width: 44px; height: 44px; display: grid; place-items: center; flex: none; border: 2px solid #4b5a4d; background: #1e3523; font: .55rem/1 var(--pixel); }
.bot-avatar { position: relative; color: transparent; }
.bot-avatar::before { content: "••"; color: #b9e6a8; letter-spacing: 6px; transform: translateX(3px); }
.bot-avatar::after { content: ""; position: absolute; width: 18px; height: 3px; bottom: 9px; background: #6eac5a; }
.human-avatar { color: #fff; background: #23304d; border-color: #536992; }
.chat-bubble { padding: 13px 15px; border: 1px solid #39434e; background: #151b24; color: #cad1db; font-size: .86rem; line-height: 1.55; }
.chat-row.user .chat-bubble { justify-self: end; background: #233628; border-color: #3f6747; color: #e3ebdf; }
.chat-name { display: block; margin-bottom: 4px; color: #fff; font-size: .74rem; font-weight: 800; }
.chat-name small { margin-left: 5px; color: #8893a2; font-weight: 400; }
.support-copy .fresh-heading { margin-bottom: 30px; }
.support-points { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.support-points li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; color: var(--muted); }
.support-points li::before { content: "✓"; width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--fresh-action); box-shadow: 2px 2px 0 var(--vox-shadow); font-weight: 800; }
.support-points strong { display: block; margin-bottom: 3px; color: var(--text); }


.fresh-pricing { margin-block: clamp(70px, 9vw, 112px); }
.fresh-pricing > h2 { text-align: center; }
.flat-pricing-lead { max-width: 680px; margin: 14px auto 28px; text-align: center; line-height: 1.65; }
.pricing-card-intro { min-height: 82px; }
.fresh-pricing .card .plan-uptime { margin: 10px 0 20px; }
.fresh-pricing .plan-card-paid .plan-uptime { margin-top: 9px; }
.fresh-pricing .plan-uptime + .ram-price-calculator { margin-top: 0; }
.fresh-pricing .flat-price-points + .ram-price-calculator { margin-top: 40px; }
.fresh-pricing .plan-card-paid { position: relative; isolation: isolate; overflow: visible; }
.fresh-pricing .plan-card-paid > * { position: relative; z-index: 2; }
.fresh-pricing .plan-card-paid > .ram-price-calculator { z-index: 1; }
.coin-stack {
  width: calc(100% - 24px); height: 108px; position: absolute; z-index: 3; top: -108px; right: auto; left: 12px; display: block;
  opacity: .55; filter: blur(.3px); pointer-events: none; transform: scale(1.04); transform-origin: bottom center;
}
.pixel-coin {
  width: 66px; height: 18px; position: absolute; left: 0; bottom: 0; display: grid; place-items: center;
  color: #65420b; background: #e9a92b; border: 4px solid #69450e;
  clip-path: polygon(9% 0, 91% 0, 91% 9%, 97% 9%, 97% 25%, 100% 25%, 100% 75%, 97% 75%, 97% 91%, 91% 91%, 91% 100%, 9% 100%, 9% 91%, 3% 91%, 3% 75%, 0 75%, 0 25%, 3% 25%, 3% 9%, 9% 9%);
  opacity: 0; filter: drop-shadow(3px 3px 0 rgba(0,0,0,.25)); transform: translateY(6px) scale(.94);
  box-shadow: inset 0 4px #ffe17a, inset 0 -4px #ae6b13;
  transition: left .18s ease, opacity .18s ease, transform .18s ease;
}
.pixel-coin:nth-child(1) { left: 2%; bottom: 0; z-index: 1; }
.pixel-coin:nth-child(2) { left: calc(98% - 66px); bottom: 3px; z-index: 1; }
.pixel-coin:nth-child(3) { left: 26%; bottom: 5px; z-index: 1; }
.pixel-coin:nth-child(4) { left: 52%; bottom: 1px; z-index: 1; }
.pixel-coin:nth-child(5) { left: calc(50% - 33px); bottom: 41px; z-index: 3; }
.pixel-coin.is-visible { opacity: 1; transform: none; }
.pixel-coin::before { content: ""; position: absolute; inset: 3px 8px; border-top: 3px solid #f7d36c; border-bottom: 3px solid #a96710; }
.pixel-coin::after { content: ""; width: 22px; height: 3px; position: absolute; top: 3px; left: 14px; background: #fff1a2; }
.pixel-coin span { display: none; }
.ram-price-calculator {
  --ram-progress: 0%; position: relative; isolation: isolate; overflow: visible;
  margin: 18px 0 16px; padding: 18px 18px 16px; border: 2px solid var(--border);
  background: color-mix(in srgb, var(--panel-2) 82%, var(--bg)); box-shadow: inset 3px 3px rgba(0,0,0,.08);
}
.ram-calculator-content { position: relative; z-index: 2; }
.ram-selection { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.ram-selection label { color: var(--text); font-family: var(--pixel); font-size: .51rem; line-height: 1.5; text-transform: uppercase; }
.ram-selection output { color: var(--fresh-accent-text); font-family: var(--pixel); font-size: .65rem; }
.ram-price-calculator input[type="range"] {
  width: 100%; height: 10px; margin: 0; appearance: none; border: 2px solid var(--border); border-radius: 0;
  background: linear-gradient(90deg, var(--fresh-action) 0 var(--ram-progress), var(--bg) var(--ram-progress) 100%); cursor: pointer;
}
.ram-price-calculator input[type="range"]::-webkit-slider-thumb {
  width: 22px; height: 24px; appearance: none; border: 3px solid color-mix(in srgb, var(--text) 48%, var(--border)); border-radius: 0;
  background: var(--panel); box-shadow: 3px 3px 0 var(--vox-shadow); cursor: grab;
}
.ram-price-calculator input[type="range"]::-moz-range-thumb {
  width: 18px; height: 20px; border: 3px solid color-mix(in srgb, var(--text) 48%, var(--border)); border-radius: 0;
  background: var(--panel); box-shadow: 3px 3px 0 var(--vox-shadow); cursor: grab;
}
.ram-price-calculator input[type="range"]:focus-visible { outline: 3px solid var(--focus, var(--accent)); outline-offset: 4px; }
.ram-slider-labels { display: flex; justify-content: space-between; gap: 8px; margin-top: 9px; color: var(--muted); font-size: .65rem; }
.ram-calculator-total { display: flex; align-items: baseline; gap: 9px; margin: 15px 0 0 !important; }
.ram-calculator-total strong { color: var(--text); font-family: var(--pixel); font-size: .8rem; }
.ram-calculator-total span { color: var(--muted); font-size: .78rem; }
.pricing-billing-note { text-align: center; }
.ram-stick-backdrop { position: absolute; inset: 0; pointer-events: none; }
.pixel-ram-stick {
  width: 70px; height: 18px; position: absolute; display: flex; align-items: center; gap: 3px;
  padding: 2px 6px 4px 5px; opacity: 0; background: #286b47; border: 2px solid #17482e;
  box-shadow: inset 2px 2px rgba(255,255,255,.1), 3px 3px 0 rgba(0,0,0,.18);
  transition: left .18s ease, opacity .18s ease, transform .18s ease;
}
.ram-stick-a { z-index: 2; left: 7%; bottom: 22px; transform: translateY(6px) rotate(-8deg); }
.ram-stick-b { z-index: 2; left: calc(93% - 70px); bottom: 25px; transform: translateY(6px) rotate(10deg); }
.ram-stick-c { z-index: 2; left: calc(50% - 35px); bottom: 23px; transform: translateY(6px) rotate(-2deg); }
.ram-stick-d { z-index: 4; left: 32%; bottom: 63px; transform: translateY(6px) rotate(-7deg); }
.ram-stick-e { z-index: 4; left: 52%; bottom: 63px; transform: translateY(6px) rotate(7deg); }
.ram-stick-f { z-index: 5; left: calc(50% - 35px); bottom: 85px; transform: translateY(6px) rotate(-2deg); }
.pixel-ram-stick.is-visible { opacity: 1; }
.ram-stick-a.is-visible { transform: rotate(-8deg); }
.ram-stick-b.is-visible { transform: rotate(10deg); }
.ram-stick-c.is-visible { transform: rotate(-2deg); }
.ram-stick-d.is-visible { transform: rotate(-7deg); }
.ram-stick-e.is-visible { transform: rotate(7deg); }
.ram-stick-f.is-visible { transform: rotate(-2deg); }
.pixel-ram-stick i { width: 8px; height: 6px; display: block; background: #101915; border: 1px solid #3e4b45; }
.pixel-ram-stick::before { content: ""; width: 5px; height: 5px; flex: none; border: 1px solid #d9bf70; background: #101713; }
.pixel-ram-stick::after { content: ""; height: 4px; position: absolute; right: 5px; bottom: -4px; left: 5px; background: repeating-linear-gradient(90deg, #e1bd58 0 3px, #816623 3px 5px); }
.flat-price-points { display: grid; gap: 9px; margin: 0 0 18px; padding: 0; color: var(--muted); font-size: .83rem; list-style: none; }
.flat-price-points li { position: relative; padding-left: 20px; }
.flat-price-points li::before { content: "✓"; position: absolute; left: 0; color: var(--fresh-accent-text); font-weight: 800; }
.flat-price-points li.is-negative::before { content: "×"; color: var(--danger); font-size: 1rem; line-height: 1; }

.fresh-close { padding: clamp(74px, 9vw, 112px) 0 62px; text-align: center; }
.fresh-close h2 { max-width: 760px; margin: 0 auto; font-family: var(--pixel); font-size: clamp(1.2rem, 2.6vw, 1.9rem); line-height: 1.65; }
.fresh-close > .fresh-wrap > p:not(.kicker) { max-width: 620px; margin: 18px auto 28px; color: var(--muted); }
.fresh-close .cta-row { align-items: center; margin-top: clamp(24px, 3vw, 34px); }
.fresh-trial-button { color: #fff; background: var(--fresh-action); border-color: color-mix(in srgb, var(--fresh-action) 82%, #fff); box-shadow: 0 4px 0 var(--vox-shadow); }
.fresh-trial-button:hover { color: #fff; background: var(--fresh-action-hover); border-color: color-mix(in srgb, var(--fresh-action-hover) 78%, #fff); filter: none; text-decoration: none; transform: translateY(-1px); }
.fresh-trial-button:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--vox-shadow); }
.fresh-trial-button .demo-play-icon { display: inline-grid; vertical-align: middle; margin-right: 7px; }
.fresh-close .fine-print { margin-top: 18px !important; font-size: .8rem; }

.fresh-page + .camp-footer { margin-top: 0; }

@media (max-width: 900px) {
  .feature-led-grid { grid-template-columns: 1fr; min-height: 0; }
  .feature-benefits { max-width: none; }
  .library-top { align-items: start; flex-direction: column; }
  .library-summary { max-width: 700px; }
  .option-track { grid-auto-columns: minmax(275px, 47%); }
  .catalog-toolbar { grid-template-columns: 1fr; gap: 12px; }
  .catalog-filters { justify-content: flex-start; }
  .catalog-layout { grid-template-columns: minmax(290px, .9fr) minmax(330px, 1.1fr); }
  .hardware-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .support-window { max-width: 680px; margin-inline: auto; }
}

@media (max-width: 680px) {
  .fresh-preview-bar { overflow-x: auto; padding-inline: 12px; }
  .fresh-preview-bar > span { display: none; }
  .fresh-preview-bar nav { margin-left: 0; }
  .fresh-preview-bar a { white-space: nowrap; }
  .fresh-page.container { padding-inline: 13px; }
  .fresh-page .hero-world { padding-inline: 13px; }
  .fresh-page .hero-copy > .kicker { justify-content: center; }
  .hero-hardware-banner { align-items: flex-start; justify-content: flex-start; margin-bottom: 26px; text-align: left; }
  .fresh-wrap { width: min(100% - 26px, 1160px); }
  .feature-led-grid { width: calc(100% - 26px); }
  .feature-led-grid { padding: 44px 22px; gap: 38px; }
  .feature-benefits { grid-template-columns: 1fr; }
  .feature-benefits li { min-height: 0; }
  .library-controls { align-items: end; }
  .library-tabs { display: grid; grid-template-columns: 1fr; }
  .library-tab { min-height: 38px; }
  .option-track { grid-auto-columns: minmax(264px, 84%); }
  .library-footer { align-items: flex-start; flex-direction: column; }
  .catalog-dialog { width: 100vw; height: 100dvh; border: 0; }
  .catalog-dialog-head { padding: 18px 20px 16px; }
  .catalog-toolbar { padding: 14px 20px; }
  .catalog-filters { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 3px; }
  .catalog-filters button { flex: none; white-space: nowrap; }
  .catalog-layout { grid-template-columns: 1fr; grid-template-rows: minmax(220px, 44%) minmax(0, 1fr); }
  .catalog-results { padding: 14px 10px 12px 16px; border-right: 0; border-bottom: 2px solid var(--border); }
  .catalog-detail { grid-template: 1fr / 160px minmax(0, 1fr); }
  .catalog-detail-empty { grid-column: 1 / -1; }
  .catalog-detail-art { min-height: 0; border-right: 2px solid var(--border); border-bottom: 0; }
  .catalog-detail-copy { min-width: 0; padding: 18px 20px; overflow-y: auto; }
  .catalog-detail-copy > p:not(.catalog-detail-kind) { margin-block: 9px 13px; }
  .catalog-detail-meta { margin-bottom: 15px; }
  .hardware-card { grid-template-columns: 1fr; }
  .hardware-art { margin-inline: auto; }
}

@media (max-width: 560px) {
  .pricing-card-intro { min-height: 0; }
}

@media (max-width: 480px) {
  .catalog-dialog-head .kicker { display: none; }
  .catalog-toolbar { padding-inline: 14px; }
  .catalog-results { padding-left: 12px; }
  .catalog-item { grid-template-columns: 64px minmax(0, 1fr) 16px; gap: 9px; }
  .catalog-item-art { width: 64px; height: 46px; }
  .catalog-detail { grid-template-columns: 1fr; }
  .catalog-detail-art { display: none; }
  .coin-stack { width: calc(100% - 18px); height: 100px; top: -100px; right: auto; left: 9px; }
  .pixel-coin { width: 60px; height: 17px; }
  .pixel-coin:nth-child(2) { left: calc(98% - 60px); }
  .pixel-coin:nth-child(5) { left: calc(50% - 30px); }
  .pixel-ram-stick { width: 64px; }
  .ram-stick-a { bottom: 21px; }
  .ram-stick-b { left: calc(93% - 64px); bottom: 24px; }
  .ram-stick-c { left: calc(50% - 32px); bottom: 22px; }
  .ram-stick-d { left: 30%; bottom: 61px; }
  .ram-stick-e { left: 52%; bottom: 61px; }
  .ram-stick-f { left: calc(50% - 32px); bottom: 82px; }
  .ram-price-calculator { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .option-card, .game-cover, .catalog-item, .pixel-coin, .pixel-ram-stick { transition: none !important; }
  .catalog-loader { animation: none; }
}
