.official-hero {
  background:
    linear-gradient(90deg, rgba(8, 9, 10, .97) 0%, rgba(8, 9, 10, .83) 48%, rgba(8, 9, 10, .36) 100%),
    linear-gradient(to top, #08090a 0%, transparent 38%),
    url("/assets/home/home-hero-apocalypse-v2.webp") center 52% / cover no-repeat;
}

/* =========================================================
   HOLDz cash store terminal · 2026-08-05
   ========================================================= */

.store-page {
  --store-cyan: #5ce6dc;
  --store-gold: #ffbd52;
  --store-line: rgba(255, 255, 255, .11);
  background: #07090c;
}

.store-terminal-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 43%, rgba(92, 230, 220, .11), transparent 26%),
    radial-gradient(circle at 16% 18%, rgba(240, 68, 80, .13), transparent 28%),
    linear-gradient(120deg, #07090c 0 52%, #0b1116 100%);
  isolation: isolate;
}

.store-terminal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .14;
  background:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.store-terminal-hero::after {
  content: "HOLDz // CASH SUPPLY NETWORK";
  position: absolute;
  left: 2vw;
  bottom: -1.2vw;
  z-index: -1;
  color: rgba(255, 255, 255, .025);
  font: 900 clamp(60px, 10vw, 170px)/.8 var(--mono);
  letter-spacing: -.08em;
  white-space: nowrap;
}

.store-terminal-layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: 72px;
  padding-top: calc(var(--header-h) + 74px);
  padding-bottom: 88px;
}

.store-terminal-copy .eyebrow { margin-bottom: 30px; }

.store-terminal-copy h1 {
  max-width: 780px;
  font-size: clamp(58px, 6.2vw, 92px);
  line-height: .99;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.store-terminal-copy h1 strong { color: #fff; }

.store-terminal-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 28px;
  color: #aeb6bf;
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.store-terminal-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.store-terminal-actions > a:not(.button) {
  color: #d9dde2;
  font-size: 13px;
  font-weight: 700;
}

.store-terminal-actions > a:not(.button) span { color: var(--store-cyan); }

.store-terminal-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin-top: 64px;
  border-block: 1px solid var(--store-line);
}

.store-terminal-stats div {
  padding: 19px 18px 18px 0;
  border-right: 1px solid var(--store-line);
}

.store-terminal-stats div + div { padding-left: 20px; }
.store-terminal-stats div:last-child { border-right: 0; }

.store-terminal-stats dt {
  color: #69737e;
  font: 700 8px/1 var(--mono);
  letter-spacing: .16em;
}

.store-terminal-stats dd {
  margin-top: 9px;
  color: #aab1ba;
  font: 700 9px/1 var(--mono);
  letter-spacing: .05em;
}

.store-terminal-stats strong { color: #fff; }

.store-terminal-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92, 230, 220, .18);
  background:
    radial-gradient(circle, rgba(92, 230, 220, .08), transparent 60%),
    linear-gradient(145deg, rgba(16, 23, 29, .9), rgba(8, 11, 14, .92));
  box-shadow: 30px 30px 0 rgba(0, 0, 0, .18), inset 0 0 90px rgba(0,0,0,.45);
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 42px 100%, 0 calc(100% - 42px));
}

.store-terminal-visual::before,
.store-terminal-visual::after {
  content: "";
  position: absolute;
  background: var(--store-cyan);
  box-shadow: 0 0 18px rgba(92, 230, 220, .75);
}

.store-terminal-visual::before { top: 28px; left: 28px; width: 64px; height: 2px; }
.store-terminal-visual::after { top: 28px; left: 28px; width: 2px; height: 32px; }

.store-terminal-visual > img {
  position: relative;
  z-index: 2;
  width: 78%;
  image-rendering: auto;
  filter: drop-shadow(0 34px 34px rgba(0,0,0,.65)) drop-shadow(0 0 24px rgba(92,230,220,.12));
  transform: rotate(-7deg) scale(1.08);
}

.store-radar {
  position: absolute;
  width: 330px;
  aspect-ratio: 1;
  border: 1px solid rgba(92, 230, 220, .18);
  border-radius: 50%;
}

.store-radar::before,
.store-radar::after,
.store-radar span {
  content: "";
  position: absolute;
  inset: 16.7%;
  border: 1px solid rgba(92, 230, 220, .13);
  border-radius: 50%;
}

.store-radar::after { inset: 33.4%; }
.store-radar span:nth-child(1) { inset: 50% 0 auto; height: 1px; border: 0; border-top: 1px solid rgba(92,230,220,.12); border-radius: 0; }
.store-radar span:nth-child(2) { inset: 0 auto 0 50%; width: 1px; border: 0; border-left: 1px solid rgba(92,230,220,.12); border-radius: 0; }
.store-radar i { position: absolute; top: 26%; right: 24%; width: 7px; height: 7px; border-radius: 50%; background: var(--store-cyan); box-shadow: 0 0 15px var(--store-cyan); }

.store-visual-readout {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 25px;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 6px;
  padding: 16px 17px;
  border-left: 3px solid var(--store-cyan);
  background: rgba(5, 8, 11, .84);
  backdrop-filter: blur(12px);
}

.store-visual-readout small,
.store-visual-readout span { color: #71808d; font: 700 7px/1 var(--mono); letter-spacing: .12em; }
.store-visual-readout strong { grid-row: 2; color: #f5f7f8; font: 800 13px/1 var(--mono); }
.store-visual-readout span { grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--store-cyan); }

.store-live-strip { border-block: 1px solid var(--store-line); background: #0b0e12; }
.store-live-strip .shell { min-height: 58px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 20px; }
.store-live-strip span { color: var(--store-cyan); font: 800 9px/1 var(--mono); letter-spacing: .11em; }
.store-live-strip i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #56e08d; box-shadow: 0 0 12px #56e08d; }
.store-live-strip p { color: #7d8791; font-size: 11px; }
.store-live-strip a { color: #dce1e5; font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.store-live-strip button { padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); color: #aab4bc; background: rgba(255,255,255,.025); font: 750 8px/1 var(--mono); cursor: pointer; }
.store-live-strip button:hover { color: #fff; border-color: rgba(92,230,220,.45); }
.store-live-strip[data-state="ready"] b { color: var(--store-cyan); }
.store-live-strip[data-state="ready"] button { display: none; }
.store-live-strip[data-state="limited"] { border-color: rgba(241,188,76,.26); background: linear-gradient(90deg, rgba(241,188,76,.07), transparent 40%), #0c0e10; }
.store-live-strip[data-state="limited"] span { color: #f1bc4c; }
.store-live-strip[data-state="limited"] i { background: #f1bc4c; box-shadow: 0 0 12px rgba(241,188,76,.8); }
.store-live-strip[data-state="offline"] span { color: #ff6570; }
.store-live-strip[data-state="offline"] i { background: #ff6570; box-shadow: 0 0 12px rgba(255,101,112,.8); }

.store-catalog-section { padding: 120px 0 132px; background: radial-gradient(circle at 100% 0, rgba(240,68,80,.06), transparent 28%), #080a0d; }
.store-catalog-head { display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: end; gap: 48px; }
.store-catalog-head h2 { font-size: clamp(46px, 5vw, 72px); letter-spacing: -.055em; }
.store-catalog-head > div > p:last-child { max-width: 620px; margin-top: 18px; color: #929ba5; font-size: 14px; line-height: 1.75; }

.store-search { position: relative; display: block; padding: 11px 48px 11px 16px; border: 1px solid var(--store-line); background: #0d1115; }
.store-search span { display: block; color: #68727d; font: 700 7px/1 var(--mono); letter-spacing: .16em; }
.store-search input { width: 100%; margin-top: 8px; padding: 0; border: 0; outline: 0; color: #fff; background: transparent; font: 600 14px/1.4 inherit; }
.store-search input::placeholder { color: #59616a; }
.store-search i { position: absolute; right: 17px; top: 50%; color: var(--store-cyan); font-size: 22px; font-style: normal; transform: translateY(-50%); }

.store-filter-bar { position: sticky; top: calc(var(--header-h) + 10px); z-index: 9; display: grid; grid-template-columns: repeat(7, 1fr); gap: 1px; margin-top: 48px; padding: 1px; background: rgba(255,255,255,.09); box-shadow: 0 14px 36px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.store-filter-bar button { min-height: 66px; padding: 10px 8px; border: 0; color: #89929c; background: rgba(10,13,17,.94); font-size: 11px; font-weight: 750; cursor: pointer; transition: color .2s ease, background .2s ease; }
.store-filter-bar button span { display: block; margin-bottom: 7px; color: #505964; font: 700 7px/1 var(--mono); letter-spacing: .11em; }
.store-filter-bar button.is-active { color: #071014; background: var(--store-cyan); }
.store-filter-bar button.is-active span { color: rgba(7,16,20,.6); }

.store-result-line { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--store-line); }
.store-result-line > span { color: #fff; font: 750 10px/1 var(--mono); }
.store-result-line p { color: #77818b; font-size: 10px; }
.store-result-line b { color: var(--store-gold); font-weight: 700; }

.store-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 24px; }
.store-product-card { --card-accent: #8a949f; min-width: 0; display: grid; grid-template-rows: 220px 1fr auto; overflow: hidden; border: 1px solid var(--store-line); background: linear-gradient(145deg, #0d1115, #090c0f); box-shadow: 0 18px 50px rgba(0,0,0,.18); transition: transform .35s var(--ease), border-color .25s ease, box-shadow .35s var(--ease); }
.store-product-card[hidden] { display: none; }
.store-card-rank { --card-accent: #b58cff; }
.store-card-enhance { --card-accent: #58e0d1; }
.store-card-key { --card-accent: #ffb14a; }
.store-card-weapon { --card-accent: #ff5e69; }
.store-card-vehicle { --card-accent: #65b9ff; }
.store-card-money { --card-accent: #75dc8f; }
.store-card-legend, .store-card-ultimate { --card-accent: #ffca55; }
.store-card-featured { border-color: color-mix(in srgb, var(--card-accent) 48%, transparent); box-shadow: inset 0 3px 0 var(--card-accent), 0 22px 60px rgba(0,0,0,.26); }

.store-product-media { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 55%, color-mix(in srgb, var(--card-accent) 14%, transparent), transparent 44%), linear-gradient(155deg, #141a20, #090c0f); }
.store-product-media::before { content: ""; position: absolute; inset: 0; opacity: .12; background: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(circle, #000, transparent 75%); }
.store-product-media::after { content: ""; position: absolute; inset: 17% 28%; border: 1px solid color-mix(in srgb, var(--card-accent) 24%, transparent); transform: rotate(45deg); }
.store-product-code { position: absolute; top: 16px; left: 16px; z-index: 3; color: #65717c; font: 700 7px/1 var(--mono); letter-spacing: .12em; }
.store-product-media em { position: absolute; right: 14px; bottom: 13px; z-index: 3; padding: 6px 8px; color: #081013; background: var(--card-accent); font: 800 7px/1 var(--mono); font-style: normal; letter-spacing: .08em; }
.store-product-media img { position: relative; z-index: 2; width: 65%; max-height: 128px; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(0,0,0,.7)); transform: rotate(-6deg); }
.store-rank-emblem, .store-supply-sigil, .store-crate-mark, .store-money-stack { position: relative; z-index: 2; display: grid; place-items: center; width: 94px; height: 94px; border: 1px solid color-mix(in srgb, var(--card-accent) 60%, transparent); color: var(--card-accent); background: rgba(6,9,12,.65); box-shadow: inset 0 0 30px color-mix(in srgb, var(--card-accent) 12%, transparent), 0 18px 32px rgba(0,0,0,.35); font: 900 31px/1 var(--mono); transform: rotate(45deg); }
.store-rank-emblem::first-letter, .store-supply-sigil::first-letter { transform: rotate(-45deg); }
.store-vehicle-mark { position: relative; z-index: 2; display: grid; place-items: center; width: 124px; height: 78px; border: 1px solid color-mix(in srgb, var(--card-accent) 65%, transparent); color: var(--card-accent); background: linear-gradient(145deg, rgba(9,20,30,.92), rgba(5,9,13,.86)); box-shadow: inset 0 0 34px color-mix(in srgb, var(--card-accent) 14%, transparent), 0 20px 34px rgba(0,0,0,.42); font: 900 19px/1 var(--mono); letter-spacing: .1em; clip-path: polygon(14% 0, 86% 0, 100% 28%, 100% 72%, 86% 100%, 14% 100%, 0 72%, 0 28%); }
.store-vehicle-mark::before, .store-vehicle-mark::after { content: ""; position: absolute; width: 22px; height: 3px; background: var(--card-accent); opacity: .55; }
.store-vehicle-mark::before { left: -5px; top: 21px; }
.store-vehicle-mark::after { right: -5px; bottom: 21px; }
.store-vehicle-plane { font-size: 47px; letter-spacing: 0; }
.store-vehicle-fuel { color: #ffd36a; border-color: rgba(255,211,106,.55); }

.store-product-body { padding: 25px 24px 24px; }
.store-product-body > small { color: var(--card-accent); font: 750 7px/1 var(--mono); letter-spacing: .14em; }
.store-product-body h3 { margin-top: 11px; font-size: 26px; line-height: 1.16; letter-spacing: -.04em; }
.store-product-body > p { min-height: 46px; margin-top: 13px; color: #929ba5; font-size: 12px; line-height: 1.65; word-break: keep-all; }
.store-product-body ul { margin: 19px 0 0; padding: 17px 0 0; border-top: 1px solid var(--store-line); list-style: none; }
.store-product-body li { position: relative; padding-left: 14px; color: #b7bec6; font-size: 10px; line-height: 1.8; }
.store-product-body li::before { content: ""; position: absolute; left: 0; top: .8em; width: 4px; height: 4px; background: var(--card-accent); transform: rotate(45deg); }

.store-product-card footer { display: grid; grid-template-columns: 1fr auto; align-items: stretch; border-top: 1px solid var(--store-line); }
.store-product-card footer > div { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 16px 20px; }
.store-product-card footer span { color: #6f7983; font-size: 8px; }
.store-product-card footer strong { margin-top: 5px; color: #fff; font: 850 17px/1 var(--mono); }
.store-product-card footer button { min-width: 116px; padding: 0 16px; border: 0; border-left: 1px solid var(--store-line); color: #e5e9ed; background: #10151a; font-size: 10px; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease; }
.store-product-card footer button i { margin-left: 6px; color: var(--card-accent); font-style: normal; }

@media (hover: hover) {
  .store-product-card:hover { z-index: 2; border-color: color-mix(in srgb, var(--card-accent) 55%, transparent); box-shadow: 0 32px 80px rgba(0,0,0,.38); transform: translateY(-7px); }
  .store-product-card footer button:hover { color: #081013; background: var(--card-accent); }
  .store-product-card footer button:hover i { color: inherit; }
}

.store-empty { margin-top: 24px; padding: 72px 24px; border: 1px dashed rgba(255,255,255,.16); text-align: center; }
.store-empty span { color: #68727c; font: 700 8px/1 var(--mono); letter-spacing: .16em; }
.store-empty strong { display: block; margin-top: 14px; color: #dce1e5; font-size: 21px; }
.store-empty button { margin-top: 22px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.16); color: #fff; background: transparent; cursor: pointer; }

.store-random-notice { padding: 96px 0; border-block: 1px solid rgba(255,189,82,.16); background: linear-gradient(120deg, rgba(255,189,82,.06), transparent 43%), #0b0d10; }
.store-random-notice .shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.store-random-notice span { color: var(--store-gold); font: 800 8px/1 var(--mono); letter-spacing: .15em; }
.store-random-notice h2 { margin-top: 17px; font-size: clamp(37px, 4vw, 58px); line-height: 1.1; letter-spacing: -.05em; }
.store-random-notice p { color: #a1a9b2; font-size: 14px; line-height: 1.85; word-break: keep-all; }
.store-random-notice ul { margin: 28px 0 0; padding: 0; border-top: 1px solid var(--store-line); list-style: none; }
.store-random-notice li { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--store-line); }
.store-random-notice li strong { color: #eef1f3; font-size: 11px; }
.store-random-notice li span { color: #838d97; font: 500 11px/1.5 inherit; letter-spacing: 0; }

.store-purchase { border-bottom: 1px solid var(--store-line); }
.store-next .shell > div { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 30px; }
.store-next .shell > div > a:not(.button) { color: #d8dde1; font-size: 12px; font-weight: 700; }

.store-dialog-open { overflow: hidden; }
.store-buy-dialog { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.store-buy-dialog[hidden] { display: none; }
.store-buy-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,4,6,.82); backdrop-filter: blur(14px); cursor: default; }
.store-buy-dialog > section { position: relative; width: min(100%, 540px); max-height: calc(100dvh - 36px); overflow: auto; border: 1px solid rgba(92,230,220,.28); outline: none; background: linear-gradient(145deg, #11171d, #080b0e); box-shadow: 0 40px 120px rgba(0,0,0,.7), 8px 8px 0 rgba(92,230,220,.08); }
.store-buy-dialog > section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .08; background: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px); background-size: 100% 5px; }
.store-buy-dialog header { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 18px; border-bottom: 1px solid var(--store-line); }
.store-buy-dialog header span { color: var(--store-cyan); font: 800 8px/1 var(--mono); letter-spacing: .15em; }
.store-buy-dialog header button { width: 34px; height: 34px; border: 1px solid var(--store-line); color: #abb3bc; background: transparent; font-size: 20px; cursor: pointer; }
.store-buy-product { position: relative; padding: 32px 30px 28px; border-bottom: 1px solid var(--store-line); }
.store-buy-product small { color: #65717b; font: 700 7px/1 var(--mono); letter-spacing: .14em; }
.store-buy-product h2 { margin-top: 11px; font-size: 35px; letter-spacing: -.05em; }
.store-buy-product p { margin-top: 10px; color: #929ca6; font-size: 12px; }
.store-buy-dialog dl { position: relative; padding: 10px 30px; }
.store-buy-dialog dl div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.store-buy-dialog dt { color: #7b858f; font-size: 10px; }
.store-buy-dialog dd { color: #fff; font: 750 12px/1 var(--mono); }
.store-buy-dialog dd.is-negative { color: #ff6a74; }
.store-buy-note { position: relative; margin: 5px 30px 0; padding: 13px 14px; border-left: 2px solid var(--store-gold); color: #abb3bc; background: rgba(255,189,82,.05); font-size: 10px; line-height: 1.6; }
.store-buy-agree { position: relative; display: flex; align-items: flex-start; gap: 10px; margin: 20px 30px 0; color: #c5cbd1; font-size: 10px; line-height: 1.5; cursor: pointer; }
.store-buy-agree input { margin-top: 1px; accent-color: var(--store-cyan); }
.store-buy-actions { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 24px 30px 8px; }
.store-buy-actions button, .store-buy-actions a { min-height: 52px; display: grid; place-items: center; padding: 0 22px; border: 1px solid transparent; font-size: 11px; font-weight: 800; }
.store-buy-actions button { color: #071013; background: var(--store-cyan); cursor: pointer; }
.store-buy-actions button:disabled { color: #707983; background: #1a2025; cursor: wait; }
.store-buy-actions a { color: #fff; border-color: var(--store-line); background: #101419; }
.store-buy-message { position: relative; min-height: 44px; padding: 8px 30px 22px; color: var(--store-gold); font-size: 10px; line-height: 1.55; }

.store-product-card footer button:disabled { color: #616a73; background: #111519; cursor: not-allowed; }
.store-product-card footer button.is-added { color: #071014; background: var(--card-accent); animation: storeAdded .5s ease; }
@keyframes storeAdded { 45% { transform: scale(.94); } }

.store-cart-launcher { position: fixed; right: max(22px, calc((100vw - 1440px) / 2)); bottom: 24px; z-index: 80; min-width: 214px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 5px 18px; padding: 16px 18px; border: 1px solid rgba(92,230,220,.35); color: #eefafa; background: rgba(8,13,17,.94); box-shadow: 0 18px 55px rgba(0,0,0,.55), inset 3px 0 0 var(--store-cyan); backdrop-filter: blur(18px); cursor: pointer; transition: transform .25s var(--ease), border-color .2s ease; }
.store-cart-launcher:hover { border-color: var(--store-cyan); transform: translateY(-4px); }
.store-cart-launcher > span { color: var(--store-cyan); font: 800 7px/1 var(--mono); letter-spacing: .15em; }
.store-cart-launcher > strong { font-size: 15px; line-height: 1; }
.store-cart-launcher > b { grid-column: 2; grid-row: 1 / 3; align-self: center; min-width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #071014; background: #59636d; font: 900 12px/1 var(--mono); }
.store-cart-launcher.has-items > b { background: var(--store-cyan); box-shadow: 0 0 18px rgba(92,230,220,.45); }
.store-cart-launcher > em { color: #88949e; font: 700 9px/1 var(--mono); font-style: normal; }
.store-page .map-fab { bottom: 110px; }

.store-cart-dialog { position: fixed; inset: 0; z-index: 1000; }
.store-cart-dialog[hidden] { display: none; }
.store-cart-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(1,3,5,.8); backdrop-filter: blur(10px); }
.store-cart-dialog > section { position: absolute; top: 0; right: 0; width: min(100%, 610px); height: 100dvh; overflow-y: auto; border-left: 1px solid rgba(92,230,220,.3); outline: 0; background: radial-gradient(circle at 100% 0, rgba(92,230,220,.08), transparent 28%), linear-gradient(145deg, #10161b, #080b0e 60%); box-shadow: -36px 0 100px rgba(0,0,0,.6); animation: storeCartIn .36s var(--ease) both; }
@keyframes storeCartIn { from { opacity: 0; transform: translateX(50px); } }
.store-cart-dialog > section::after { content: ""; position: fixed; right: 0; top: 0; width: min(100%, 610px); height: 4px; pointer-events: none; background: linear-gradient(90deg, transparent, var(--store-cyan)); }
.store-cart-dialog header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 30px; border-bottom: 1px solid var(--store-line); }
.store-cart-dialog header span { color: var(--store-cyan); font: 800 7px/1 var(--mono); letter-spacing: .17em; }
.store-cart-dialog header h2 { margin-top: 8px; font-size: 31px; letter-spacing: -.05em; }
.store-cart-dialog header > button { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--store-line); color: #b7c0c8; background: #0c1115; font-size: 24px; cursor: pointer; }
.store-cart-account { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--store-line); background: rgba(255,255,255,.02); }
.store-cart-account > div { padding: 20px 30px; }
.store-cart-account > div + div { border-left: 1px solid var(--store-line); }
.store-cart-account small { display: block; color: #687681; font: 750 7px/1 var(--mono); letter-spacing: .13em; }
.store-cart-account strong { display: block; margin-top: 8px; color: #f6f8fa; font: 800 12px/1 var(--mono); }
.store-cart-list { padding: 8px 30px 0; }
.store-cart-line { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.store-cart-line > div:first-child { min-width: 0; }
.store-cart-line small { color: var(--store-cyan); font: 750 6px/1 var(--mono); letter-spacing: .12em; }
.store-cart-line > div:first-child strong { display: block; margin-top: 7px; overflow: hidden; color: #eef1f4; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.store-cart-line > div:first-child span { display: block; margin-top: 5px; overflow: hidden; color: #737f89; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.store-cart-stepper { height: 34px; display: grid; grid-template-columns: 31px 32px 31px; align-items: center; border: 1px solid var(--store-line); }
.store-cart-stepper button { height: 100%; border: 0; color: #bbc3ca; background: #11171c; cursor: pointer; }
.store-cart-stepper b { text-align: center; color: #fff; font: 800 10px/1 var(--mono); }
.store-cart-line-price { min-width: 86px; text-align: right; }
.store-cart-line-price strong { display: block; color: #fff; font: 800 11px/1 var(--mono); }
.store-cart-line-price button { margin-top: 7px; padding: 0; border: 0; color: #65717b; background: none; font-size: 8px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.store-cart-empty { padding: 78px 30px; text-align: center; }
.store-cart-empty[hidden] { display: none; }
.store-cart-empty b { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto; border: 1px solid rgba(92,230,220,.28); color: var(--store-cyan); font: 900 22px/1 var(--mono); transform: rotate(45deg); }
.store-cart-empty strong { display: block; margin-top: 32px; color: #e9edf0; font-size: 19px; }
.store-cart-empty p { margin-top: 9px; color: #7a858f; font-size: 11px; }
.store-cart-empty button { margin-top: 25px; padding: 12px 18px; border: 1px solid var(--store-line); color: #dbe1e5; background: #11161b; cursor: pointer; }
.store-cart-summary { margin-top: 18px; padding: 25px 30px 34px; border-top: 1px solid var(--store-line); background: #090d10; }
.store-cart-summary[hidden], .store-cart-summary.is-complete { display: none; }
.store-cart-summary dl div { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; }
.store-cart-summary dt { color: #7a858f; font-size: 10px; }
.store-cart-summary dd { color: #fff; font: 800 11px/1 var(--mono); }
.store-cart-summary dl div:nth-child(2) { margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--store-line); }
.store-cart-summary dl div:nth-child(2) dd { color: var(--store-gold); font-size: 19px; }
.store-cart-summary dd.is-negative { color: #ff6570; }
.store-cart-summary > p { margin-top: 17px; padding: 12px 13px; border: 1px solid rgba(92,230,220,.13); color: #849099; background: rgba(92,230,220,.035); font-size: 9px; }
.store-cart-summary > p i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #54df87; box-shadow: 0 0 10px #54df87; }
.store-cart-summary > p strong { color: #dce4e8; }
.store-cart-summary > label { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: #b7c0c7; font-size: 10px; line-height: 1.55; cursor: pointer; }
.store-cart-summary > label input { margin-top: 2px; accent-color: var(--store-cyan); }
.store-cart-summary > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 20px; }
.store-cart-summary > div button, .store-cart-summary > div a { min-height: 54px; display: grid; place-items: center; padding: 0 22px; border: 1px solid transparent; font-size: 11px; font-weight: 850; }
.store-cart-summary > div button { color: #071014; background: var(--store-cyan); cursor: pointer; }
.store-cart-summary > div button:disabled { color: #737d85; background: #1a2025; cursor: wait; }
.store-cart-summary > div a { color: #fff; border-color: var(--store-line); background: #11161a; }
.store-cart-summary output { min-height: 31px; display: block; padding-top: 12px; color: var(--store-gold); font-size: 9px; line-height: 1.55; }
.store-cart-success { padding: 76px 30px; text-align: center; }
.store-cart-success[hidden] { display: none; }
.store-cart-success > span { color: #54df87; font: 800 7px/1 var(--mono); letter-spacing: .18em; }
.store-cart-success > b { width: 82px; height: 82px; display: grid; place-items: center; margin: 28px auto 0; border: 1px solid rgba(84,223,135,.5); border-radius: 50%; color: #07110b; background: #54df87; box-shadow: 0 0 44px rgba(84,223,135,.2); font-size: 33px; }
.store-cart-success h3 { margin-top: 25px; font-size: 27px; }
.store-cart-success p { max-width: 390px; margin: 12px auto 0; color: #8c98a1; font-size: 11px; line-height: 1.7; }
.store-cart-success > div { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.store-cart-success a, .store-cart-success button { min-height: 46px; display: grid; place-items: center; padding: 0 18px; border: 1px solid var(--store-line); color: #eaf0f2; background: #11171b; font-size: 10px; font-weight: 800; cursor: pointer; }
.store-cart-success a { color: #071014; border-color: var(--store-cyan); background: var(--store-cyan); }

.store-orders { position: relative; overflow: hidden; padding-block: 110px; border-top: 1px solid rgba(255,255,255,.06); background: radial-gradient(circle at 82% 20%, rgba(92,230,220,.075), transparent 30%), #080b0e; }
.store-orders::before { content: "ARCHIVE"; position: absolute; right: -12px; bottom: -35px; color: rgba(255,255,255,.018); font: 900 clamp(80px, 15vw, 210px)/.8 var(--mono); letter-spacing: -.08em; pointer-events: none; }
.store-orders-head { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.store-orders-head h2 { margin-top: 12px; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.055em; }
.store-orders-head > div > p:last-child { max-width: 610px; margin-top: 14px; color: #7d8992; font-size: 12px; line-height: 1.75; }
.store-orders-head > button { min-height: 44px; padding: 0 17px; border: 1px solid rgba(92,230,220,.25); color: var(--store-cyan); background: rgba(92,230,220,.04); font: 800 9px/1 var(--mono); cursor: pointer; }
.store-orders-head > button:disabled { opacity: .45; cursor: wait; }
.store-orders-list { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 38px; }
.store-orders-empty { padding: 28px 30px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.018); }
.store-orders-empty strong { color: #e8edef; font-size: 14px; }
.store-orders-empty p { margin-top: 7px; color: #707c85; font-size: 10px; }
.store-orders-empty a { display: inline-block; margin-top: 15px; color: var(--store-cyan); font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.store-order-card { display: grid; grid-template-columns: 155px minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 24px 28px; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(90deg, rgba(92,230,220,.035), transparent 36%), #0c1115; }
.store-order-card > div:first-child small { display: block; color: #67737d; font: 750 7px/1 var(--mono); letter-spacing: .12em; }
.store-order-card > div:first-child strong { display: block; margin-top: 8px; color: #f2f5f6; font: 850 10px/1 var(--mono); }
.store-order-card > div:nth-child(2) { min-width: 0; }
.store-order-card h3 { overflow: hidden; color: #e9eef0; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.store-order-card p { margin-top: 7px; overflow: hidden; color: #74808a; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.store-order-card > div:last-child { min-width: 145px; text-align: right; }
.store-order-card > div:last-child strong { display: block; color: var(--store-gold); font: 850 14px/1 var(--mono); }
.store-order-card > div:last-child span { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: #62df94; font: 800 8px/1 var(--mono); }
.store-order-card > div:last-child span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }

@media (max-width: 820px) {
  .store-orders { padding-block: 78px; }
  .store-orders-head { align-items: stretch; flex-direction: column; }
  .store-orders-head > button { align-self: flex-start; }
  .store-order-card { grid-template-columns: 125px minmax(0, 1fr); gap: 18px; padding: 21px; }
  .store-order-card > div:last-child { grid-column: 1 / 3; display: flex; align-items: center; justify-content: space-between; min-width: 0; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.07); text-align: left; }
  .store-order-card > div:last-child span { margin-top: 0; }
}

@media (max-width: 520px) {
  .store-orders-head h2 { font-size: 41px; }
  .store-order-card { grid-template-columns: 1fr; gap: 14px; }
  .store-order-card > div:last-child { grid-column: 1; }
}

/* =========================================================
   HOLDz premium depot refresh · 2026-08-08
   ========================================================= */

.store-page { --store-panel: #0c1116; --store-muted: #78848e; background: #06080a; }
.store-terminal-hero { min-height: 820px; background: radial-gradient(circle at 76% 43%, rgba(92,230,220,.16), transparent 26%), radial-gradient(circle at 18% 25%, rgba(228,51,64,.16), transparent 31%), linear-gradient(116deg, #050709 0 48%, #0b1217 100%); }
.store-terminal-hero::before { opacity: .2; background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 2%, #000 38%, #000); }
.store-terminal-hero::after { bottom: 1.5vw; color: rgba(255,255,255,.018); font-size: clamp(74px, 11.5vw, 190px); }
.store-terminal-layout { grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr); gap: 54px; padding-top: calc(var(--header-h) + 86px); padding-bottom: 86px; }
.store-terminal-copy .eyebrow { width: max-content; padding: 8px 11px; border: 1px solid rgba(92,230,220,.22); background: rgba(92,230,220,.04); }
.store-terminal-copy h1 { max-width: 720px; font-size: clamp(62px, 6.4vw, 96px); line-height: .94; }
.store-terminal-copy h1 strong { color: var(--store-cyan); text-shadow: 0 0 48px rgba(92,230,220,.13); }
.store-terminal-actions .button { box-shadow: 0 18px 45px rgba(92,230,220,.12); }
.store-terminal-stats { max-width: 680px; margin-top: 55px; border-color: rgba(255,255,255,.13); }
.store-terminal-stats div { padding-block: 21px; }
.store-terminal-stats dd { font-size: 9px; }

.store-terminal-visual { min-height: 575px; overflow: visible; border-color: rgba(92,230,220,.26); background: radial-gradient(circle at 52% 43%, rgba(92,230,220,.14), transparent 42%), linear-gradient(150deg, rgba(18,27,34,.96), rgba(5,8,11,.98)); box-shadow: 24px 26px 0 rgba(0,0,0,.28), 0 42px 100px rgba(0,0,0,.35), inset 0 0 110px rgba(0,0,0,.45); }
.store-terminal-visual::before { width: 92px; }
.store-terminal-visual::after { height: 48px; }
.store-terminal-visual .store-radar { width: 385px; opacity: .8; }
.store-terminal-visual > .store-hero-gun { position: absolute; z-index: 2; image-rendering: auto; }
.store-terminal-visual > .store-hero-gun-main { width: 82%; max-height: 260px; object-fit: contain; filter: drop-shadow(0 42px 34px rgba(0,0,0,.7)) drop-shadow(0 0 28px rgba(92,230,220,.16)); transform: translate(0, -12px) rotate(-8deg) scale(1.04); }
.store-terminal-visual > .store-hero-gun-side { right: 6%; bottom: 95px; width: 32%; max-height: 120px; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(0,0,0,.65)); transform: rotate(12deg); }
.store-hero-serial { position: absolute; top: 26px; right: 26px; z-index: 4; display: flex; align-items: center; gap: 14px; }
.store-hero-serial span, .store-hero-serial b { font: 750 7px/1 var(--mono); letter-spacing: .13em; }
.store-hero-serial span { color: var(--store-cyan); }
.store-hero-serial b { color: #687782; }
.store-hero-price { position: absolute; left: -34px; top: 95px; z-index: 5; min-width: 176px; padding: 15px 17px; border: 1px solid rgba(255,189,82,.27); border-left: 3px solid var(--store-gold); background: rgba(7,10,13,.91); box-shadow: 0 20px 50px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
.store-hero-price small { color: #78848e; font: 750 6px/1 var(--mono); letter-spacing: .13em; }
.store-hero-price strong, .store-hero-price b { display: block; font-family: var(--mono); }
.store-hero-price strong { margin-top: 8px; color: #f3f6f8; font-size: 12px; }
.store-hero-price b { margin-top: 7px; color: var(--store-gold); font-size: 9px; }
.store-visual-readout { bottom: 24px; background: rgba(4,7,9,.91); }

.store-live-strip { position: relative; z-index: 4; border-color: rgba(92,230,220,.16); background: linear-gradient(90deg, rgba(92,230,220,.055), transparent 35%), #090d11; }
.store-live-strip .shell { min-height: 62px; }

.store-featured-bay { position: relative; padding: 112px 0 104px; overflow: hidden; border-bottom: 1px solid var(--store-line); background: radial-gradient(circle at 2% 5%, rgba(92,230,220,.07), transparent 26%), radial-gradient(circle at 95% 75%, rgba(255,189,82,.06), transparent 25%), #070a0d; }
.store-featured-bay::before { content: "CURATED // 03"; position: absolute; right: -1vw; top: 30px; color: rgba(255,255,255,.025); font: 900 clamp(60px, 8vw, 130px)/1 var(--mono); letter-spacing: -.06em; }
.store-featured-head { position: relative; display: grid; grid-template-columns: 1fr 480px; align-items: end; gap: 70px; }
.store-featured-head h2 { margin-top: 12px; font-size: clamp(44px, 5vw, 69px); letter-spacing: -.055em; }
.store-featured-head > p { padding-left: 25px; border-left: 1px solid rgba(92,230,220,.3); color: #8a949d; font-size: 13px; line-height: 1.8; word-break: keep-all; }
.store-featured-grid { position: relative; display: grid; grid-template-columns: 1.45fr .8fr .8fr; gap: 14px; margin-top: 43px; }
.store-featured-card { --feature-accent: var(--store-cyan); position: relative; min-height: 430px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, #10161b, #090c0f); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.store-featured-card::before { content: ""; position: absolute; inset: 0; opacity: .12; background: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle at 85% 25%, #000, transparent 68%); }
.store-featured-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 3px 0 var(--feature-accent); opacity: .7; }
.store-featured-apocalypse { --feature-accent: #ffbd52; display: grid; grid-template-columns: minmax(0, 1fr) 43%; background: radial-gradient(circle at 82% 36%, rgba(255,189,82,.13), transparent 35%), linear-gradient(145deg, #14171a, #090b0e); }
.store-featured-stat { --feature-accent: #5ce6dc; }
.store-featured-rank { --feature-accent: #b58cff; }
.store-featured-copy { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; padding: 32px 30px 28px; }
.store-featured-copy > span { color: #707c86; font: 750 7px/1 var(--mono); letter-spacing: .14em; }
.store-featured-copy > em { width: max-content; margin-top: 17px; padding: 6px 8px; color: #091013; background: var(--feature-accent); font: 850 6px/1 var(--mono); font-style: normal; letter-spacing: .1em; }
.store-featured-copy h3 { margin-top: 22px; font-size: clamp(34px, 3vw, 48px); line-height: 1.02; letter-spacing: -.055em; }
.store-featured-copy > p { max-width: 390px; margin-top: 16px; color: #929ca5; font-size: 11px; line-height: 1.7; word-break: keep-all; }
.store-featured-copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.store-featured-copy li { padding: 7px 9px; border: 1px solid rgba(255,255,255,.1); color: #aab3bb; background: rgba(255,255,255,.025); font-size: 8px; }
.store-featured-copy footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.store-featured-copy footer strong { color: #fff; font: 850 19px/1 var(--mono); }
.store-featured-copy footer button { min-height: 42px; padding: 0 14px; border: 1px solid color-mix(in srgb, var(--feature-accent) 45%, transparent); color: #eaf1f3; background: rgba(255,255,255,.035); font-size: 9px; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease; }
.store-featured-copy footer button:hover, .store-featured-copy footer button.is-added { color: #071014; background: var(--feature-accent); }
.store-featured-copy footer i { color: var(--feature-accent); font-style: normal; }
.store-featured-copy footer button:hover i { color: inherit; }
.store-featured-art { position: relative; z-index: 1; min-height: 220px; display: grid; place-items: center; align-content: center; color: var(--feature-accent); }
.store-featured-art::before { content: ""; position: absolute; width: 180px; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--feature-accent) 25%, transparent); border-radius: 50%; box-shadow: 0 0 80px color-mix(in srgb, var(--feature-accent) 9%, transparent); }
.store-featured-art b { position: relative; z-index: 2; font: 900 50px/1 var(--mono); letter-spacing: -.08em; text-shadow: 0 0 32px color-mix(in srgb, var(--feature-accent) 35%, transparent); }
.store-featured-art span { position: relative; z-index: 2; margin-top: 7px; font: 800 8px/1 var(--mono); letter-spacing: .24em; }
.store-featured-art img { position: absolute; z-index: 1; width: 94%; max-height: 150px; object-fit: contain; opacity: .42; filter: drop-shadow(0 28px 25px rgba(0,0,0,.7)); transform: rotate(-9deg); }
.store-featured-apocalypse .store-featured-art b, .store-featured-apocalypse .store-featured-art span { transform: translateY(-72px); }
.store-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 14px; border: 1px solid rgba(255,255,255,.09); background: #0a0e12; }
.store-trust-row > div { display: grid; grid-template-columns: auto 1fr; gap: 4px 15px; padding: 20px 24px; }
.store-trust-row > div + div { border-left: 1px solid rgba(255,255,255,.09); }
.store-trust-row b { grid-row: 1 / 3; align-self: center; color: var(--store-cyan); font: 900 21px/1 var(--mono); opacity: .65; }
.store-trust-row span { color: #66727c; font: 750 6px/1 var(--mono); letter-spacing: .13em; }
.store-trust-row strong { color: #cbd2d8; font-size: 10px; }

.store-catalog-section { padding-top: 112px; background: radial-gradient(circle at 100% 0, rgba(240,68,80,.055), transparent 24%), linear-gradient(180deg, #080b0e, #06080a); }
.store-catalog-head { grid-template-columns: minmax(0, 1fr) 480px; }
.store-catalog-tools { display: grid; grid-template-columns: minmax(0, 1fr) 145px; gap: 9px; }
.store-search { min-height: 64px; display: flex; flex-direction: column; justify-content: center; padding: 10px 46px 10px 16px; border-color: rgba(255,255,255,.13); }
.store-search:focus-within { border-color: rgba(92,230,220,.55); box-shadow: 0 0 0 3px rgba(92,230,220,.05); }
.store-sort { min-height: 64px; display: flex; flex-direction: column; justify-content: center; padding: 10px 12px; border: 1px solid rgba(255,255,255,.13); background: #0d1115; }
.store-sort span { color: #68727d; font: 700 7px/1 var(--mono); letter-spacing: .16em; }
.store-sort select { width: 100%; margin-top: 9px; border: 0; outline: 0; color: #dfe4e8; background: #0d1115; font-size: 11px; font-weight: 700; cursor: pointer; }
.store-filter-bar { top: calc(var(--header-h) + 8px); margin-top: 42px; border: 1px solid rgba(255,255,255,.08); background: rgba(7,10,13,.88); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.store-filter-bar button { min-height: 72px; border-right: 1px solid rgba(255,255,255,.06); background: rgba(10,14,18,.95); }
.store-filter-bar button:last-child { border-right: 0; }
.store-filter-bar button span { color: #65717b; }
.store-filter-bar button span b { margin-left: 5px; color: #87939d; font-size: 7px; }
.store-filter-bar button.is-active { box-shadow: inset 0 -3px 0 #071014; }
.store-filter-bar button.is-active span b { color: rgba(7,16,20,.7); }
.store-result-line { min-height: 68px; }
.store-result-line > span { display: flex; align-items: baseline; gap: 13px; }
.store-result-line > span > b { color: #fff; font: 800 11px/1 var(--mono); }
.store-result-line > span > small { color: #66717c; font: 650 8px/1 var(--mono); }
.store-result-line p { display: flex; align-items: center; gap: 8px; }
.store-result-line p i { width: 6px; height: 6px; border-radius: 50%; background: #57df89; box-shadow: 0 0 10px #57df89; }

.store-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.store-product-card { grid-template-rows: 184px 1fr auto; border-color: rgba(255,255,255,.095); background: linear-gradient(152deg, #0f1419, #080b0e); box-shadow: 0 16px 45px rgba(0,0,0,.16); }
.store-product-media::before { opacity: .09; background-size: 24px 24px; }
.store-product-media::after { inset: 22% 32%; }
.store-product-media img { width: 71%; max-height: 112px; }
.store-rank-emblem, .store-supply-sigil, .store-crate-mark, .store-money-stack { width: 80px; height: 80px; font-size: 26px; }
.store-vehicle-mark { width: 108px; height: 68px; }
.store-vehicle-plane { font-size: 41px; }
.store-product-body { padding: 21px 19px 19px; }
.store-product-body h3 { font-size: 22px; }
.store-product-body > p { min-height: 44px; margin-top: 11px; font-size: 10px; }
.store-product-body ul { margin-top: 15px; padding-top: 13px; }
.store-product-body li { font-size: 9px; }
.store-product-card footer > div { padding: 14px 16px; }
.store-product-card footer strong { font-size: 15px; }
.store-product-card footer button { min-width: 104px; padding-inline: 12px; }
.store-product-card footer button i { font-size: 14px; }
.store-product-card footer button, .store-featured-copy footer button { position: relative; }
.store-product-card footer button.has-cart-quantity::after, .store-featured-copy footer button.has-cart-quantity::after { content: attr(data-cart-quantity); position: absolute; right: 5px; top: 5px; min-width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: #071014; background: var(--store-cyan); box-shadow: 0 0 12px rgba(92,230,220,.45); font: 900 7px/1 var(--mono); }
@media (hover:hover) {
  .store-product-card:hover { transform: translateY(-8px); }
  .store-product-card:hover .store-product-media img { transform: rotate(-3deg) scale(1.08); }
  .store-product-media img { transition: transform .4s var(--ease); }
}

@media (max-width: 1100px) {
  .store-terminal-layout { grid-template-columns: minmax(0, 1fr) 390px; gap: 44px; }
  .store-terminal-copy h1 { font-size: clamp(52px, 6.4vw, 70px); }
  .store-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-featured-head { grid-template-columns: 1fr 400px; gap: 42px; }
  .store-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-featured-apocalypse { grid-column: 1 / 3; }
  .store-catalog-head { grid-template-columns: minmax(0, 1fr) 420px; }
}

@media (max-width: 820px) {
  .store-terminal-hero { min-height: auto; }
  .store-terminal-layout { grid-template-columns: 1fr; padding-top: calc(var(--header-h) + 64px); }
  .store-terminal-visual { min-height: 390px; }
  .store-terminal-visual > img { width: 60%; }
  .store-live-strip .shell { grid-template-columns: 1fr auto auto; }
  .store-live-strip p { display: none; }
  .store-catalog-head { grid-template-columns: 1fr; gap: 28px; }
  .store-filter-bar { grid-template-columns: repeat(3, 1fr); position: static; }
  .store-random-notice .shell { grid-template-columns: 1fr; gap: 38px; }
  .store-hero-price { left: 20px; }
  .store-featured-bay { padding-block: 88px; }
  .store-featured-head { grid-template-columns: 1fr; gap: 25px; }
  .store-featured-head > p { max-width: 580px; }
  .store-featured-grid { grid-template-columns: 1fr; }
  .store-featured-apocalypse { grid-column: auto; }
  .store-catalog-head { grid-template-columns: 1fr; }
  .store-catalog-tools { max-width: 560px; }
  .store-trust-row { grid-template-columns: 1fr; }
  .store-trust-row > div + div { border-top: 1px solid rgba(255,255,255,.09); border-left: 0; }
}

@media (max-width: 620px) {
  .store-terminal-layout { gap: 38px; padding-top: calc(var(--header-h) + 42px); padding-bottom: 58px; }
  .store-terminal-copy h1 { font-size: clamp(41px, 12vw, 52px); line-height: 1.06; }
  .store-terminal-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.75; }
  .store-terminal-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .store-terminal-actions .button { width: 100%; }
  .store-terminal-stats { margin-top: 42px; }
  .store-terminal-stats div { padding-inline: 8px; }
  .store-terminal-stats div + div { padding-left: 10px; }
  .store-terminal-stats dd { font-size: 7px; line-height: 1.35; }
  .store-terminal-visual { min-height: 300px; clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px)); }
  .store-terminal-visual > img { width: 75%; }
  .store-radar { width: 230px; }
  .store-visual-readout { left: 16px; right: 16px; bottom: 16px; }
  .store-visual-readout span { display: none; }
  .store-live-strip .shell { min-height: 52px; gap: 10px; }
  .store-live-strip span, .store-live-strip a, .store-live-strip button { font-size: 8px; }
  .store-catalog-section { padding: 82px 0 96px; }
  .store-catalog-head h2 { font-size: 39px; }
  .store-filter-bar { margin-top: 34px; }
  .store-filter-bar button { min-height: 58px; font-size: 10px; }
  .store-result-line { align-items: flex-start; flex-direction: column; justify-content: center; padding: 13px 0; }
  .store-product-grid { grid-template-columns: 1fr; gap: 12px; }
  .store-product-card { grid-template-rows: 190px 1fr auto; }
  .store-product-body { padding: 23px 20px 21px; }
  .store-product-body > p { min-height: 0; }
  .store-product-card footer button { min-width: 112px; }
  .store-random-notice { padding: 72px 0; }
  .store-random-notice h2 { font-size: 36px; }
  .store-random-notice li { grid-template-columns: 1fr; gap: 6px; }
  .store-next .shell > div { align-items: stretch; flex-direction: column; }
  .store-buy-dialog { padding: 9px; align-items: end; }
  .store-buy-dialog > section { max-height: calc(100dvh - 9px); width: 100%; }
  .store-buy-product, .store-buy-dialog dl { padding-inline: 21px; }
  .store-buy-note, .store-buy-agree { margin-inline: 21px; }
  .store-buy-actions { padding-inline: 21px; }
  .store-buy-message { padding-inline: 21px; }
  .store-terminal-hero { min-height: auto; }
  .store-terminal-copy .eyebrow { width: auto; max-width: 100%; }
  .store-terminal-visual { overflow: hidden; }
  .store-hero-serial { top: 19px; right: 18px; }
  .store-hero-serial b { display: none; }
  .store-hero-price { left: 14px; top: 65px; min-width: 148px; padding: 12px; }
  .store-terminal-visual > .store-hero-gun-main { width: 88%; }
  .store-terminal-visual > .store-hero-gun-side { right: 4%; bottom: 73px; width: 34%; }
  .store-featured-bay { padding-block: 72px; }
  .store-featured-head h2 { font-size: 39px; }
  .store-featured-head > p { padding-left: 17px; font-size: 12px; }
  .store-featured-grid { margin-top: 30px; }
  .store-featured-card { min-height: 390px; }
  .store-featured-apocalypse { display: block; }
  .store-featured-apocalypse .store-featured-copy { min-height: 445px; }
  .store-featured-apocalypse .store-featured-art { position: absolute; inset: 0 0 auto 40%; opacity: .46; }
  .store-featured-copy { padding: 26px 22px 22px; }
  .store-featured-copy h3 { font-size: 37px; }
  .store-featured-copy footer { align-items: flex-start; flex-direction: column; }
  .store-featured-copy footer button { width: 100%; }
  .store-trust-row > div { padding: 18px 20px; }
  .store-catalog-tools { grid-template-columns: 1fr; }
  .store-sort { min-height: 58px; }
  .store-filter-bar { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .store-filter-bar::-webkit-scrollbar { display: none; }
  .store-filter-bar button { min-width: 126px; flex: 0 0 auto; }
  .store-result-line > span { width: 100%; justify-content: space-between; }
  .store-result-line p { width: 100%; }
  .store-product-card { grid-template-rows: 180px 1fr auto; }
  .store-cart-launcher { left: 10px; right: 10px; bottom: 10px; min-width: 0; padding: 13px 16px; padding-bottom: calc(13px + env(safe-area-inset-bottom)); }
  .store-page .map-fab { right: max(16px, env(safe-area-inset-right)); bottom: max(92px, calc(env(safe-area-inset-bottom) + 92px)); }
  .store-cart-dialog > section { width: 100%; border-left: 0; }
  .store-cart-dialog header { min-height: 86px; padding: 19px 20px; }
  .store-cart-dialog header h2 { font-size: 27px; }
  .store-cart-account > div { padding: 16px 20px; }
  .store-cart-list { padding-inline: 20px; }
  .store-cart-line { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; padding: 17px 0; }
  .store-cart-line > div:first-child { grid-column: 1 / 3; }
  .store-cart-line-price { min-width: 80px; }
  .store-cart-summary { padding: 22px 20px calc(30px + env(safe-area-inset-bottom)); }
  .store-cart-summary > div { grid-template-columns: 1fr; }
  .store-cart-summary > div a { min-height: 46px; }
  .store-cart-success { padding: 62px 20px; }
  .store-cart-success > div { align-items: stretch; flex-direction: column; }
}

/* =========================================================
   2026-07-31 compact live chat workspace
   ========================================================= */

body[data-page="chat"] {
  height: 100svh;
  overflow: hidden;
  background: #07090c;
}

@supports (height: 100dvh) {
  body[data-page="chat"] {
    height: 100dvh;
  }
}

[data-page="chat"] .comms-page {
  height: 100%;
  min-height: 0;
  padding-top: var(--header-h);
  overflow: hidden;
}

[data-page="chat"] .comms-workspace {
  position: relative;
  height: 100%;
  padding: 16px 0 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, .97), rgba(7, 9, 12, .83) 52%, rgba(7, 9, 12, .94)),
    radial-gradient(circle at 72% 36%, rgba(240, 68, 80, .13), transparent 27%),
    url("/assets/holdz-combat.jpg") center 43% / cover no-repeat;
}

[data-page="chat"] .comms-workspace::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 92%);
}

[data-page="chat"] .comms-workspace-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
}

[data-page="chat"] .comms-commandbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

[data-page="chat"] .comms-commandbar > div:first-child {
  min-width: 0;
}

[data-page="chat"] .comms-commandbar .eyebrow {
  margin: 0 0 8px;
}

[data-page="chat"] .comms-commandbar h1 {
  color: #fff;
  font-size: clamp(31px, 3.3vw, 48px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .95;
}

[data-page="chat"] .comms-commandbar h1 strong {
  color: var(--red-bright);
}

[data-page="chat"] .comms-commandbar > div:first-child > p:last-child {
  margin-top: 8px;
  color: #959da7;
  font-size: 12px;
}

[data-page="chat"] .comms-command-actions {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  gap: 8px;
}

[data-page="chat"] .comms-command-actions a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 4px 12px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .11);
  transition: background .2s ease, border-color .2s ease;
}

[data-page="chat"] .comms-command-actions a:first-child {
  background: rgba(88, 101, 242, .15);
  border-color: rgba(88, 101, 242, .42);
}

[data-page="chat"] .comms-command-actions a:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .26);
}

[data-page="chat"] .comms-command-actions small {
  grid-column: 1 / -1;
  color: var(--muted-2);
  font: 700 7px/1 var(--mono);
  letter-spacing: .1em;
}

[data-page="chat"] .comms-command-actions strong {
  font-size: 12px;
}

[data-page="chat"] .comms-layout {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 12px;
}

[data-page="chat"] .comms-sidebar {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: 14px;
  overflow: hidden;
  background: rgba(8, 11, 15, .9);
  border: 1px solid rgba(255, 255, 255, .11);
  box-shadow: 8px 8px 0 rgba(240, 68, 80, .055);
  backdrop-filter: blur(18px);
}

[data-page="chat"] .comms-sidebar-head {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 4px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

[data-page="chat"] .comms-sidebar-head > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

[data-page="chat"] .comms-sidebar-head p,
[data-page="chat"] .comms-sidebar-head small,
[data-page="chat"] .comms-sidebar-head strong {
  display: block;
}

[data-page="chat"] .comms-sidebar-head small {
  color: var(--muted-2);
  font: 700 7px/1 var(--mono);
  letter-spacing: .1em;
}

[data-page="chat"] .comms-sidebar-head strong {
  margin-top: 4px;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-page="chat"] .comms-sidebar-head > b {
  color: var(--green);
  font: 700 9px/1 var(--mono);
  white-space: nowrap;
}

[data-page="chat"] .comms-channel-list {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 12px 0;
  overflow-y: auto;
  scrollbar-width: thin;
}

[data-page="chat"] .comms-channel-list a {
  min-height: 66px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: #cdd2d8;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .07);
  transition: background .2s ease, border-color .2s ease;
}

[data-page="chat"] .comms-channel-list a:hover,
[data-page="chat"] .comms-channel-list a.is-current {
  color: #fff;
  background: rgba(240, 68, 80, .09);
  border-color: rgba(240, 68, 80, .36);
}

[data-page="chat"] .comms-channel-list a > span {
  color: var(--red-bright);
  font: 700 8px/1 var(--mono);
}

[data-page="chat"] .comms-channel-list strong,
[data-page="chat"] .comms-channel-list small {
  display: block;
}

[data-page="chat"] .comms-channel-list strong {
  font-size: 11px;
}

[data-page="chat"] .comms-channel-list small {
  margin-top: 4px;
  color: #717985;
  font-size: 8px;
}

[data-page="chat"] .comms-channel-list i {
  color: #717985;
  font: 700 7px/1 var(--mono);
  font-style: normal;
}

[data-page="chat"] .comms-channel-list .is-current i {
  color: var(--green);
}

[data-page="chat"] .comms-sidebar-note {
  padding: 12px;
  background: rgba(255, 151, 67, .055);
  border: 1px solid rgba(255, 151, 67, .15);
}

[data-page="chat"] .comms-sidebar-note span {
  color: #ffad69;
  font: 700 7px/1 var(--mono);
  letter-spacing: .1em;
}

[data-page="chat"] .comms-sidebar-note p {
  margin-top: 7px;
  color: #858d97;
  font-size: 9px;
  line-height: 1.5;
}

[data-page="chat"] .live-chat-shell {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  display: grid;
  grid-template-rows: 58px 38px minmax(0, 1fr) auto;
  scroll-margin-top: 0;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5), 8px 8px 0 rgba(240, 68, 80, .065);
}

[data-page="chat"] .chat-toolbar {
  position: relative;
  z-index: 4;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  background: rgba(3, 5, 8, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

[data-page="chat"] .chat-source-legend {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
}

[data-page="chat"] .chat-source-legend span {
  padding: 4px 6px;
  color: #8b939d;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .07);
  font: 700 6px/1 var(--mono);
  letter-spacing: .08em;
}

[data-page="chat"] .chat-source-legend .is-game {
  color: var(--green);
}

[data-page="chat"] .chat-source-legend .is-web {
  color: var(--red-bright);
}

[data-page="chat"] .chat-message-summary {
  color: #676f79;
  font: 700 7px/1 var(--mono);
  white-space: nowrap;
}

[data-page="chat"] .chat-message-summary b {
  color: #cdd2d8;
}

[data-page="chat"] .chat-messages {
  padding: 8px 18px 14px;
  scroll-padding-bottom: 80px;
}

[data-page="chat"] .chat-messages::before {
  margin: 7px 0 8px;
}

[data-page="chat"] .chat-message {
  padding-block: 11px;
}

[data-page="chat"] .chat-message p {
  font-size: 13px;
  line-height: 1.55;
}

[data-page="chat"] .chat-composer {
  padding: 10px;
}

[data-page="chat"] .chat-composer textarea {
  min-height: 50px;
  padding: 14px;
  font-size: 13px;
}

[data-page="chat"] .chat-composer button span {
  display: inline;
}

[data-page="chat"] .chat-login-gate {
  inset: 96px 0 0;
  padding: 24px;
}

[data-page="chat"] .chat-login-gate > strong {
  font-size: clamp(25px, 3vw, 36px);
}

[data-page="chat"] .chat-login-gate p {
  max-width: 420px;
}

[data-page="chat"] .chat-latest-button {
  position: absolute;
  z-index: 7;
  right: 76px;
  bottom: 86px;
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  color: #dce0e4;
  background: #171c22;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .42);
  font: 700 9px/1 var(--mono);
  cursor: pointer;
}

[data-page="chat"] .chat-latest-button[hidden] {
  display: none;
}

[data-page="chat"] .chat-latest-button b {
  min-width: 17px;
  min-height: 17px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #454d57;
  border-radius: 50%;
  font-size: 7px;
}

[data-page="chat"] .chat-latest-button.has-unread {
  border-color: rgba(240, 68, 80, .55);
}

[data-page="chat"] .chat-latest-button.has-unread b {
  background: var(--red);
}

[data-page="chat"] .map-fab {
  bottom: 92px;
}

@media (max-width: 960px) {
  [data-page="chat"] .comms-workspace {
    padding-block: 11px;
  }

  [data-page="chat"] .comms-workspace-inner {
    gap: 10px;
  }

  [data-page="chat"] .comms-commandbar {
    min-height: 68px;
  }

  [data-page="chat"] .comms-commandbar > div:first-child > p:last-child {
    display: none;
  }

  [data-page="chat"] .comms-command-actions {
    grid-template-columns: repeat(2, minmax(112px, 1fr));
  }

  [data-page="chat"] .comms-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 8px;
  }

  [data-page="chat"] .comms-sidebar {
    display: block;
    padding: 0;
    overflow: hidden;
    box-shadow: none;
  }

  [data-page="chat"] .comms-sidebar-head,
  [data-page="chat"] .comms-sidebar-note {
    display: none;
  }

  [data-page="chat"] .comms-channel-list {
    display: flex;
    gap: 6px;
    padding: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  [data-page="chat"] .comms-channel-list::-webkit-scrollbar {
    display: none;
  }

  [data-page="chat"] .comms-channel-list a {
    min-width: 180px;
    min-height: 54px;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    flex: 0 0 auto;
    padding: 8px 10px;
  }

  [data-page="chat"] .live-chat-shell {
    max-width: none;
  }
}

@media (max-width: 620px) {
  body[data-page="chat"] {
    min-height: 0;
  }

  [data-page="chat"] .comms-workspace {
    padding: 7px 0 max(7px, env(safe-area-inset-bottom));
    background:
      linear-gradient(rgba(7, 9, 12, .96), rgba(7, 9, 12, .98)),
      url("/assets/holdz-combat.jpg") 58% 18% / auto 680px no-repeat;
  }

  [data-page="chat"] .comms-workspace-inner {
    width: calc(100% - 16px);
    gap: 7px;
  }

  [data-page="chat"] .comms-commandbar {
    min-height: 52px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  [data-page="chat"] .comms-commandbar .eyebrow {
    margin-bottom: 6px;
    font-size: 7px;
  }

  [data-page="chat"] .comms-commandbar h1 {
    overflow: hidden;
    font-size: clamp(22px, 6.8vw, 29px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  [data-page="chat"] .comms-command-actions {
    grid-template-columns: repeat(2, 58px);
    gap: 5px;
  }

  [data-page="chat"] .comms-command-actions a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px;
  }

  [data-page="chat"] .comms-command-actions small {
    display: none;
  }

  [data-page="chat"] .comms-command-actions strong {
    font-size: 9px;
  }

  [data-page="chat"] .comms-command-actions span {
    font-size: 9px;
  }

  [data-page="chat"] .comms-channel-list {
    padding: 5px;
  }

  [data-page="chat"] .comms-channel-list a {
    min-width: 142px;
    min-height: 48px;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 7px;
    padding: 7px 8px;
  }

  [data-page="chat"] .comms-channel-list small,
  [data-page="chat"] .comms-channel-list i {
    display: none;
  }

  [data-page="chat"] .comms-channel-list strong {
    font-size: 10px;
  }

  [data-page="chat"] .live-chat-shell,
  [data-page="chat"] .live-chat-shell:focus-within {
    order: initial;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    grid-template-rows: 50px 34px minmax(0, 1fr) auto;
    box-shadow: 0 16px 45px rgba(0, 0, 0, .48);
  }

  [data-page="chat"] .live-chat-head {
    min-height: 50px;
  }

  [data-page="chat"] .live-chat-head small {
    display: block;
    font-size: 6px;
  }

  [data-page="chat"] .live-chat-head strong {
    margin-top: 4px;
    font-size: 10px;
  }

  [data-page="chat"] .chat-toolbar {
    min-height: 34px;
    padding-inline: 10px;
  }

  [data-page="chat"] .chat-source-legend {
    gap: 4px;
  }

  [data-page="chat"] .chat-source-legend span {
    padding: 3px 4px;
    font-size: 5px;
  }

  [data-page="chat"] .chat-message-summary {
    font-size: 6px;
  }

  [data-page="chat"] .chat-messages {
    padding: 5px 9px 12px;
  }

  [data-page="chat"] .chat-messages::before {
    display: none;
  }

  [data-page="chat"] .chat-message {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    padding: 9px 2px;
  }

  [data-page="chat"] .chat-message > span {
    width: 30px;
    height: 30px;
  }

  [data-page="chat"] .chat-message header {
    display: flex;
  }

  [data-page="chat"] .chat-message header i {
    display: inline-block;
    font-size: 5px;
  }

  [data-page="chat"] .chat-message p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.5;
  }

  [data-page="chat"] .chat-composer {
    grid-template-columns: minmax(0, 1fr) 54px;
    padding: 7px 7px max(7px, env(safe-area-inset-bottom));
  }

  [data-page="chat"] .chat-composer textarea {
    min-height: 46px;
    max-height: 92px;
    padding: 11px 12px;
    font-size: 16px;
  }

  [data-page="chat"] .chat-composer > div,
  [data-page="chat"] .chat-composer button {
    width: 54px;
  }

  [data-page="chat"] .chat-composer button {
    height: 46px;
    min-height: 46px;
  }

  [data-page="chat"] .chat-composer button span {
    display: inline;
    font-size: 10px;
  }

  [data-page="chat"] .chat-login-gate {
    inset: 84px 0 0;
    padding: 16px;
  }

  [data-page="chat"] .chat-gate-lock {
    width: 42px;
    height: 35px;
    margin-bottom: 17px;
  }

  [data-page="chat"] .chat-gate-lock::before {
    left: 10px;
    top: -18px;
    width: 22px;
    height: 24px;
    border-width: 5px;
  }

  [data-page="chat"] .chat-gate-lock i {
    left: 18px;
    top: 10px;
    width: 7px;
    height: 15px;
  }

  [data-page="chat"] .chat-login-gate > strong {
    font-size: clamp(23px, 7.2vw, 30px);
  }

  [data-page="chat"] .chat-login-gate p {
    max-width: 290px;
    font-size: 11px;
  }

  [data-page="chat"] .chat-login-gate > a {
    min-height: 48px;
    margin-top: 17px;
  }

  [data-page="chat"] .chat-login-gate em {
    margin-top: 13px;
  }

  [data-page="chat"] .chat-latest-button {
    right: 68px;
    bottom: 68px;
    min-height: 33px;
    padding-inline: 10px;
    font-size: 8px;
  }

  [data-page="chat"] .map-fab {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(76px, calc(env(safe-area-inset-bottom) + 68px));
    width: 44px;
    height: 44px;
  }

  [data-page="chat"] .map-fab-icon {
    width: 44px;
    height: 44px;
  }
}

.official-hero-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
}

.official-logo-card {
  position: relative;
  align-self: center;
  overflow: hidden;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 28px 34px 80px rgba(0, 0, 0, .5);
}

.official-logo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(240, 68, 68, .2);
  pointer-events: none;
}

.official-logo-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  opacity: .92;
}

.official-logo-caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #0d0f11;
  border-top: 1px solid var(--line);
}

.official-logo-caption div {
  min-width: 0;
  flex: 1;
}

.official-logo-caption small,
.official-logo-caption strong {
  display: block;
}

.official-logo-caption small {
  margin-bottom: 4px;
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.official-logo-caption strong {
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.official-logo-caption > b {
  color: var(--green);
  font: 700 11px/1 var(--mono);
}

.portal-section {
  background:
    radial-gradient(circle at 78% 25%, rgba(240, 68, 68, .07), transparent 24%),
    var(--bg);
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.portal-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  transition: transform .3s var(--ease), border-color .3s ease;
}

.portal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(145deg, rgba(240, 68, 68, .16), transparent 55%);
  transition: opacity .3s ease;
}

.portal-card:hover {
  z-index: 2;
  border-color: #4b525b;
  transform: translateY(-6px);
}

.portal-card:hover::before {
  opacity: 1;
}

.portal-card-wide {
  min-height: 260px;
  background:
    linear-gradient(to top, rgba(10, 12, 14, .98), rgba(10, 12, 14, .12)),
    url("/assets/holdz-squad.jpg") center / cover no-repeat;
}

.portal-store {
  grid-column: auto;
}

.portal-card > * {
  position: relative;
  z-index: 1;
}

.portal-card > span {
  margin-bottom: auto;
  color: var(--red);
  font: 700 9px/1 var(--mono);
  letter-spacing: .14em;
}

.portal-card h3 {
  font-size: 27px;
  letter-spacing: -.04em;
}

.portal-card p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
}

.portal-card i {
  margin-top: 23px;
  color: #d5d8db;
  font: 700 9px/1 var(--mono);
  font-style: normal;
  letter-spacing: .1em;
}

.home-feature-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: clamp(55px, 9vw, 125px);
}

.home-feature-image {
  position: relative;
}

.home-feature-image::before {
  content: "";
  position: absolute;
  top: -18px;
  right: 18px;
  bottom: 18px;
  left: -18px;
  border: 1px solid rgba(240, 68, 68, .3);
}

.home-feature-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(.78) contrast(1.08);
}

.home-feature-image span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  padding: 7px 9px;
  color: #fff;
  background: rgba(8, 9, 10, .84);
  font: 700 8px/1 var(--mono);
  letter-spacing: .13em;
}

.home-feature-copy h2 {
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -.06em;
  line-height: 1.08;
}

.home-feature-copy > p:not(.section-index) {
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.snapshot-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  border-block: 1px solid var(--line);
}

.snapshot-list div {
  padding: 18px 12px;
  border-right: 1px solid var(--line);
}

.snapshot-list div:first-child {
  padding-left: 0;
}

.snapshot-list div:last-child {
  border-right: 0;
}

.snapshot-list dt {
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .1em;
}

.snapshot-list dd {
  margin-top: 8px;
  color: #fff;
  font: 800 18px/1 var(--mono);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  font-size: 13px;
  font-weight: 750;
}

.text-link span {
  color: var(--red);
}

.compact-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.compact-heading .text-link {
  margin-top: 0;
}

.bulletin-list {
  border-top: 1px solid var(--line);
}

.bulletin-list a {
  display: grid;
  grid-template-columns: 112px 90px 1fr 20px;
  align-items: center;
  gap: 24px;
  padding: 24px 4px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, padding .25s var(--ease);
}

.bulletin-list a:hover {
  padding-inline: 17px;
  background: rgba(255, 255, 255, .025);
}

.bulletin-list time {
  color: var(--muted-2);
  font: 600 10px/1 var(--mono);
}

.bulletin-tag {
  width: fit-content;
  padding: 5px 7px;
  color: var(--red);
  border: 1px solid rgba(240, 68, 68, .35);
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
}

.bulletin-list strong {
  font-size: 15px;
  font-weight: 650;
}

.bulletin-list i {
  color: var(--red);
  font-style: normal;
}

.compact-cta {
  padding-block: clamp(100px, 11vw, 150px);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-links a {
  color: var(--muted);
  font-size: 11px;
  transition: color .2s ease;
}

.footer-links a:hover {
  color: #fff;
}

.page-hero {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background-color: #090a0c;
  border-bottom: 1px solid var(--line);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, .98) 0%, rgba(8, 9, 10, .75) 53%, rgba(8, 9, 10, .28) 100%),
    linear-gradient(to top, #08090a 0%, transparent 45%);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 68px 68px;
  pointer-events: none;
}

.page-hero-server {
  background: url("/assets/holdz-squad.jpg") center 42% / cover no-repeat;
}

.page-hero-guide {
  background: url("/assets/holdz-combat.jpg") center 53% / cover no-repeat;
}

.page-hero-community {
  background: url("/assets/updates/infected-cinematic-teaser-20260731-web.jpg") center 38% / cover no-repeat;
}

.page-hero-store {
  background:
    radial-gradient(circle at 76% 42%, rgba(240, 68, 68, .22), transparent 27%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 16px),
    #08090a;
}

.page-hero-store::before {
  background: linear-gradient(90deg, rgba(8, 9, 10, .98), rgba(8, 9, 10, .53));
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  padding: 170px 0 72px;
}

.page-hero-inner h1 {
  max-width: 850px;
  font-size: clamp(58px, 7.7vw, 100px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .94;
}

.page-hero-inner h1 strong {
  color: var(--red-bright);
}

.page-hero-inner > p:not(.eyebrow) {
  max-width: 710px;
  margin-top: 28px;
  color: #bac0c6;
  font-size: 18px;
}

.page-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 40px;
}

.page-subnav a {
  padding: 9px 13px;
  color: #d0d4d8;
  background: rgba(8, 9, 10, .52);
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: 11px;
  transition: border-color .2s ease, background .2s ease;
}

.page-subnav a:hover {
  background: rgba(240, 68, 68, .12);
  border-color: var(--red);
}

.intro-statement {
  background: var(--bg);
}

.intro-statement h2 {
  font-size: clamp(39px, 5vw, 64px);
  letter-spacing: -.06em;
  line-height: 1.12;
}

.statement-copy {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: 16px;
}

.page-next {
  position: relative;
  padding: clamp(90px, 10vw, 140px) 0;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(240, 68, 68, .16), transparent 42%),
    #0c0e10;
  border-top: 1px solid var(--line);
}

.page-next::after {
  content: "HOLDz";
  position: absolute;
  right: -3vw;
  bottom: -40px;
  color: rgba(255, 255, 255, .025);
  font-size: clamp(130px, 22vw, 320px);
  font-weight: 950;
  letter-spacing: -.1em;
  line-height: .7;
}

.page-next .shell {
  position: relative;
  z-index: 2;
}

.page-next .shell > span {
  color: var(--red);
  font: 700 9px/1 var(--mono);
  letter-spacing: .14em;
}

.page-next h2 {
  margin: 17px 0 35px;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -.055em;
}

.guide-alert {
  margin-top: 24px;
  padding: 24px 27px;
  background: rgba(240, 68, 68, .08);
  border: 1px solid rgba(240, 68, 68, .38);
}

.guide-alert span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font: 700 9px/1 var(--mono);
  letter-spacing: .13em;
}

.guide-alert strong {
  font-size: 16px;
}

.guide-alert p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}

.faq-layout {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 80px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 4px;
  color: var(--red);
  font: 400 21px/1 var(--mono);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  padding: 0 45px 22px 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-list code {
  color: var(--red-bright);
  font-family: var(--mono);
}

.community-button {
  min-width: 240px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 12px;
}

.news-card {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.news-main {
  grid-row: span 2;
  min-height: 582px;
  justify-content: end;
  background:
    linear-gradient(to top, rgba(10, 12, 14, .98), rgba(10, 12, 14, .16)),
    url("/assets/holdz-squad.jpg") center / cover no-repeat;
}

.news-main-zombies {
  background:
    linear-gradient(to top, rgba(8, 10, 11, .99) 0%, rgba(8, 10, 11, .9) 29%, rgba(8, 10, 11, .12) 68%, rgba(8, 10, 11, .42) 100%),
    url("/assets/updates/common-zombie-variants-20260731.png") center 14% / 100% auto no-repeat,
    #070908;
}

.news-type {
  margin-bottom: auto;
  color: var(--red);
  font: 700 9px/1 var(--mono);
  letter-spacing: .12em;
}

.news-card time {
  margin-top: 35px;
  color: var(--muted-2);
  font: 600 9px/1 var(--mono);
}

.news-card h3 {
  margin-top: 12px;
  font-size: 22px;
}

.news-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.news-card a,
.news-card button {
  margin-top: 24px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}

.news-card button {
  width: fit-content;
  padding: 0;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
}

.news-card-map {
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 68, 68, .18), transparent 34%),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    #11161a;
  background-size: auto, 28px 28px, 28px 28px, auto;
  scroll-margin-top: 96px;
}

/* 2026-07-28 supply + medical update */
.home-update-section {
  padding-top: clamp(42px, 6vw, 88px);
  padding-bottom: clamp(42px, 6vw, 88px);
  background:
    radial-gradient(circle at 78% 45%, rgba(238, 80, 151, .12), transparent 36%),
    #08090a;
}

.home-map-update-section {
  padding: 0 0 clamp(42px, 6vw, 88px);
  background: #08090a;
}

.map-update-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .34fr);
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, .98), rgba(8, 10, 12, .78)),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    #0b1114;
  background-size: auto, 38px 38px, 38px 38px, auto;
  border: 1px solid rgba(255, 255, 255, .12);
}

.map-update-strip::before {
  content: "";
  position: absolute;
  top: -90px;
  right: 12%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(240, 68, 68, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(240, 68, 68, .035), 0 0 0 108px rgba(240, 68, 68, .02);
  pointer-events: none;
}

.map-update-copy {
  position: relative;
  z-index: 1;
  padding: clamp(30px, 4vw, 52px);
}

.map-update-copy h2 {
  margin: 15px 0 13px;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -.055em;
  line-height: 1;
}

.map-update-copy h2 strong {
  color: var(--red-bright);
}

.map-update-copy > p:not(.section-index) {
  max-width: 670px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.7;
}

.map-update-action {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 9px 20px;
  padding: 30px;
  color: #fff;
  text-align: left;
  background: var(--red);
  border-left: 1px solid var(--red-bright);
  cursor: pointer;
  transition: background .2s ease;
}

.map-update-action:hover {
  background: var(--red-bright);
}

.map-update-action span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .64);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.map-update-action strong {
  font-size: 16px;
}

.map-update-action i {
  font-style: normal;
}

.update-spotlight {
  position: relative;
  min-height: clamp(500px, 60vw, 700px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #090a0c;
}

.update-spotlight > img,
.update-spotlight-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.update-spotlight > img {
  object-fit: cover;
}

.update-spotlight-shade {
  background:
    linear-gradient(90deg, rgba(3, 4, 5, .98) 0%, rgba(3, 4, 5, .88) 32%, rgba(3, 4, 5, .18) 72%, rgba(3, 4, 5, .08) 100%),
    linear-gradient(0deg, rgba(3, 4, 5, .7), transparent 55%);
}

.update-spotlight-copy {
  position: relative;
  z-index: 1;
  width: min(590px, 58%);
  padding: clamp(42px, 6vw, 84px);
  color: #fff;
}

.update-spotlight-copy h2,
.community-update-copy h2 {
  margin: 22px 0 20px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
  letter-spacing: -.055em;
}

.update-spotlight-copy h2 strong,
.community-update-copy h2 strong {
  color: #ff70ad;
}

.update-spotlight-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.75;
}

.update-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 32px 0;
  background: rgba(255, 255, 255, .14);
}

.update-proof div {
  padding: 17px 15px;
  background: rgba(7, 8, 10, .78);
}

.update-proof dt {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  letter-spacing: .12em;
}

.update-proof dd {
  margin-top: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.community-update-section {
  background: #0b0c0f;
}

.community-update {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  border: 1px solid rgba(255, 255, 255, .11);
  background: #111216;
}

.community-update figure {
  min-height: 570px;
  overflow: hidden;
}

.community-update figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-update-copy {
  padding: clamp(38px, 5vw, 72px);
  color: #fff;
}

.community-update-copy h2 {
  font-size: clamp(42px, 5vw, 68px);
}

.community-update-copy > p:not(.section-index) {
  color: rgba(255, 255, 255, .66);
  line-height: 1.75;
}

.community-update-copy ul {
  display: grid;
  gap: 1px;
  margin: 30px 0;
  background: rgba(255, 255, 255, .09);
}

.community-update-copy li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 2px 12px;
  padding: 17px 18px;
  background: #15161a;
}

.community-update-copy li span {
  grid-row: 1 / 3;
  color: #ff70ad;
  font-size: 11px;
  letter-spacing: .1em;
}

.community-update-copy li strong {
  font-size: 15px;
}

.community-update-copy li small {
  color: rgba(255, 255, 255, .5);
  line-height: 1.5;
}

.community-update--infection {
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
}

.community-update--infection figure {
  background: #050607;
}

.community-update--infection figure img {
  object-fit: contain;
}

.update-spotlight--infection > img {
  object-position: center 38%;
}

.loot-update-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  margin: 36px 0 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #111216;
  color: #fff;
}

.loot-update-feature figure {
  min-height: 420px;
}

.loot-update-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loot-update-feature > div {
  padding: clamp(30px, 4vw, 56px);
}

.loot-update-feature h3,
.medical-drop-head h3 {
  margin: 12px 0 16px;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -.035em;
}

.loot-update-feature > div > p:not(.section-index),
.medical-drop-head > p {
  color: rgba(255, 255, 255, .62);
  line-height: 1.7;
}

.loot-update-feature ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.loot-update-feature li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 112, 173, .28);
  color: #ff9ac5;
  font-size: 12px;
  font-weight: 700;
}

.medical-drop-panel {
  margin: 28px 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .11);
  background: #0c0d10;
  color: #fff;
}

.medical-drop-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}

.medical-drop-head > p {
  max-width: 420px;
  text-align: right;
}

.medical-drop-table {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.drop-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 80px;
  align-items: center;
  gap: 20px;
  min-height: 68px;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.drop-row strong {
  color: #fff;
}

.drop-row span {
  color: rgba(255, 255, 255, .62);
  line-height: 1.6;
}

.drop-row b {
  color: #72e5ed;
  text-align: right;
}

.drop-header {
  min-height: 42px;
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

@media (max-width: 840px) {
  .update-spotlight {
    min-height: 680px;
  }

  .update-spotlight > img {
    object-position: 68% center;
  }

  .update-spotlight--infection > img {
    object-position: center 24%;
  }

  .update-spotlight-shade {
    background: linear-gradient(0deg, rgba(3, 4, 5, .98) 0%, rgba(3, 4, 5, .88) 46%, rgba(3, 4, 5, .18) 100%);
  }

  .update-spotlight-copy {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    min-height: 680px;
    padding: 34px 24px;
  }

  .community-update,
  .loot-update-feature {
    grid-template-columns: 1fr;
  }

  .map-update-strip {
    grid-template-columns: 1fr;
  }

  .map-update-action {
    min-height: 96px;
    border-top: 1px solid var(--red-bright);
    border-left: 0;
  }

  .community-update figure {
    min-height: 340px;
  }

  .loot-update-feature figure {
    min-height: 300px;
  }

  .medical-drop-head {
    display: block;
  }

  .medical-drop-head > p {
    margin-top: 12px;
    text-align: left;
  }

  .drop-row {
    grid-template-columns: 1fr 64px;
    gap: 8px 14px;
  }

  .drop-row span {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .drop-header {
    display: none;
  }
}

@media (max-width: 520px) {
  .update-proof {
    grid-template-columns: 1fr;
  }

  .update-proof div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.media-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 12px;
}

.media-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
}

.media-card-large {
  grid-row: span 2;
  min-height: 672px;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .86;
  transition: transform .7s var(--ease), opacity .3s ease;
}

.media-card:hover img {
  opacity: 1;
  transform: scale(1.025);
}

.logo-media img {
  object-fit: contain;
  background: #050505;
}

.infection-poster-media,
.zombie-variants-media,
.enhancement-grades-media {
  background: #050607;
}

.infection-poster-media img,
.zombie-variants-media img,
.enhancement-grades-media img {
  object-fit: contain;
}

.zombie-variants-media img,
.enhancement-grades-media img {
  image-rendering: pixelated;
}

.zombie-variants-media,
.enhancement-grades-media {
  scroll-margin-top: 96px;
}

.media-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 22px 20px;
  background: linear-gradient(transparent, rgba(8, 9, 10, .94));
}

.media-card figcaption span,
.media-card figcaption strong {
  display: block;
}

.media-card figcaption span {
  color: var(--red);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.media-card figcaption strong {
  margin-top: 6px;
  font-size: 18px;
}

.events-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
}

.community-actions {
  border-top: 1px solid var(--line);
}

.community-actions a {
  display: grid;
  grid-template-columns: 40px 1fr 20px;
  align-items: center;
  gap: 20px;
  padding: 24px 4px;
  border-bottom: 1px solid var(--line);
  transition: padding .25s var(--ease), background .2s ease;
}

.community-actions a:hover {
  padding-inline: 14px;
  background: rgba(255, 255, 255, .025);
}

.community-actions > a > span {
  color: var(--red);
  font: 700 10px/1 var(--mono);
}

.community-actions small,
.community-actions strong,
.community-actions p {
  display: block;
}

.community-actions small {
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.community-actions strong {
  margin-top: 4px;
  font-size: 17px;
}

.community-actions p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.community-actions i {
  color: var(--red);
  font-style: normal;
}

.store-hero-layout {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding-top: 100px;
}

.store-hero-layout .page-hero-inner {
  width: auto;
  margin: 0;
}

.store-logo-frame {
  position: relative;
  max-width: 430px;
  justify-self: end;
  margin: 0;
  padding: 10px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, .15);
  transform: rotate(2deg);
}

.store-logo-frame::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 15px;
  bottom: 15px;
  left: -15px;
  z-index: -1;
  border: 1px solid rgba(240, 68, 68, .4);
}

.store-logo-frame img {
  width: 100%;
}

.store-notice {
  padding: 20px 0;
  background: var(--red-dark);
}

.store-notice .shell {
  display: grid;
  grid-template-columns: 105px 250px 1fr;
  align-items: center;
  gap: 25px;
}

.store-notice span {
  font: 700 9px/1 var(--mono);
  letter-spacing: .12em;
}

.store-notice strong {
  font-size: 14px;
}

.store-notice p {
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
}

.rank-catalog {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.rank-product {
  --rank: #78808a;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 3px solid var(--rank);
  transition: transform .25s var(--ease), background .25s ease;
}

.rank-product:hover {
  background: var(--panel-light);
  transform: translateY(-6px);
}

.rank-helper-plus { --rank: var(--blue); }
.rank-pro { --rank: var(--green); }
.rank-vip { --rank: var(--purple); }
.rank-vip-plus { --rank: var(--red); }

.rank-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--rank);
  font: 700 8px/1 var(--mono);
  letter-spacing: .11em;
}

.rank-product-top b {
  color: rgba(255, 255, 255, .12);
  font-size: 24px;
}

.rank-product h3 {
  margin-top: 45px;
  color: var(--rank);
  font-size: 27px;
}

.rank-product > small {
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.rank-product > p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
}

.rank-product > .rank-price {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding: 14px 0;
  border-block: 1px solid color-mix(in srgb, var(--rank) 28%, transparent);
}

.rank-price strong {
  color: #f5f2eb;
  font: 850 17px/1 var(--mono);
  letter-spacing: -.04em;
}

.rank-price span {
  color: var(--rank);
  font: 800 9px/1 var(--mono);
  letter-spacing: .04em;
}

.rank-product ul {
  margin-top: 16px;
  border-top: 1px solid var(--line);
}

.rank-product li {
  padding: 9px 0;
  color: var(--muted-2);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.rank-product a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--rank);
  font-size: 11px;
  font-weight: 750;
}

.purchase-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.purchase-flow li {
  min-height: 260px;
  padding: 27px;
  border-right: 1px solid var(--line);
}

.purchase-flow li:last-child {
  border-right: 0;
}

.purchase-flow span {
  color: var(--red);
  font: 700 9px/1 var(--mono);
}

.purchase-flow strong {
  display: block;
  margin-top: 70px;
  font-size: 20px;
}

.purchase-flow p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.store-charge-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.store-charge-cta .button {
  width: min(100%, 390px);
}

.store-policy-layout {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 80px;
}

.policy-list {
  border-top: 1px solid var(--line);
}

.policy-list div {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  padding: 20px 4px;
  border-bottom: 1px solid var(--line);
}

.policy-list span {
  color: var(--red);
  font: 700 9px/1 var(--mono);
}

.policy-list p {
  color: var(--muted);
  font-size: 14px;
}

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

  .portal-card-wide {
    grid-row: auto;
    min-height: 260px;
  }

  .portal-store {
    grid-column: auto;
  }

  .rank-catalog {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 840px) {
  .official-hero-layout,
  .home-feature-layout,
  .faq-layout,
  .events-layout,
  .store-hero-layout,
  .store-policy-layout {
    grid-template-columns: 1fr;
  }

  .official-logo-card {
    max-width: 540px;
  }

  .home-feature-image {
    max-width: 620px;
  }

  .page-hero {
    min-height: 630px;
  }

  .store-logo-frame {
    display: none;
  }

  .store-hero-layout {
    display: block;
  }

  .news-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .news-main,
  .media-card-large {
    grid-row: auto;
    min-height: 500px;
  }

  .media-card {
    min-height: 500px;
  }

  .rank-catalog {
    grid-template-columns: 1fr 1fr;
  }

  .purchase-flow {
    grid-template-columns: 1fr 1fr;
  }

  .purchase-flow li:nth-child(2) {
    border-right: 0;
  }

  .purchase-flow li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .store-notice .shell {
    grid-template-columns: 110px 1fr;
  }

  .store-notice p {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  .official-hero-layout {
    padding-top: 130px;
  }

  .official-logo-card {
    display: none;
  }

  .portal-grid,
  .rank-catalog,
  .purchase-flow {
    grid-template-columns: 1fr;
  }

  .portal-card,
  .portal-card-wide {
    min-height: 260px;
  }

  .portal-store {
    grid-column: auto;
  }

  .snapshot-list {
    grid-template-columns: 1fr;
  }

  .snapshot-list div,
  .snapshot-list div:first-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .snapshot-list div:last-child {
    border-bottom: 0;
  }

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

  .bulletin-list a {
    grid-template-columns: 90px 1fr 18px;
    gap: 13px;
  }

  .bulletin-tag {
    grid-column: 1;
  }

  .bulletin-list strong {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .bulletin-list i {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .page-hero {
    min-height: 580px;
  }

  .page-hero-inner {
    padding: 130px 0 55px;
  }

  .page-hero-inner h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .page-hero-inner > p:not(.eyebrow) {
    font-size: 15px;
  }

  .news-main,
  .media-card-large,
  .media-card {
    min-height: 390px;
  }

  .purchase-flow li,
  .purchase-flow li:nth-child(2) {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .purchase-flow li:last-child {
    border-bottom: 0;
  }

  .purchase-flow strong {
    margin-top: 45px;
  }

  .store-notice .shell {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .store-notice p {
    grid-column: auto;
  }
}

/* =========================================================
   HOLDz Platform UI · pixel precision × cinematic graphics
   ========================================================= */

:root {
  --bg: #07090c;
  --bg-soft: #0a0d12;
  --panel: #10141a;
  --panel-light: #151a22;
  --line: #2a303a;
  --line-soft: rgba(255, 255, 255, .08);
  --text: #f5f3ee;
  --muted: #9ca3ad;
  --muted-2: #69717c;
  --red: #f04450;
  --red-bright: #ff5963;
  --red-dark: #981d28;
  --header-h: 88px;
  --pixel: 4px;
  --panel-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

html {
  background: var(--bg);
}

body {
  background:
    radial-gradient(circle at 50% -10%, rgba(76, 94, 116, .11), transparent 32rem),
    var(--bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .13;
  background-image: radial-gradient(rgba(255, 255, 255, .35) .55px, transparent .7px);
  background-size: 5px 5px;
  mask-image: linear-gradient(to bottom, #000, transparent 36%, transparent 72%, #000);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  box-shadow: inset 0 0 130px rgba(0, 0, 0, .38);
}

.site-header {
  height: var(--header-h);
  padding-top: 10px;
  border: 0;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.header-inner {
  position: relative;
  height: 66px;
  padding: 0 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .025), transparent 20%),
    rgba(8, 11, 15, .82);
  border: 1px solid rgba(255, 255, 255, .11);
  box-shadow: 0 16px 46px rgba(0, 0, 0, .3);
  backdrop-filter: blur(22px) saturate(1.35);
}

.header-inner::before,
.header-inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.header-inner::before {
  inset: -1px;
  border-left: var(--pixel) solid var(--red);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 18px), var(--pixel) calc(100% - 18px), var(--pixel) 18px, 0 18px);
}

.header-inner::after {
  right: 14px;
  bottom: -1px;
  width: 46px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--red) 0 5px, transparent 5px 8px);
}

.brand {
  gap: 11px;
}

.brand-logo {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 4px 4px 0 rgba(240, 68, 80, .18);
  clip-path: polygon(0 5px, 5px 5px, 5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) calc(100% - 5px), calc(100% - 5px) 100%, 0 100%);
}

.brand-word {
  font-family: var(--mono);
  font-size: 18px;
  letter-spacing: -.08em;
}

.nav-links {
  gap: clamp(20px, 2.4vw, 36px);
}

.nav-links a {
  padding: 24px 0 22px;
  color: #aeb5bf;
  font: 750 12px/1 var(--mono);
  letter-spacing: -.03em;
}

.nav-links a::before {
  content: "";
  position: absolute;
  top: 19px;
  left: -9px;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 0 0 0 transparent;
  transition: background .2s ease, box-shadow .2s ease;
}

.nav-links a:hover::before,
.nav-links a.is-active::before {
  background: var(--red);
  box-shadow: 4px 0 0 rgba(240, 68, 80, .45);
}

.nav-links a::after {
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--red) 0 8px, transparent 8px 11px);
}

.status-chip {
  min-height: 34px;
  padding: 0 10px;
  color: #dce0e5;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .09);
}

.status-dot {
  border-radius: 1px;
  transform: rotate(45deg);
}

.hero,
.page-hero {
  isolation: isolate;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .22;
  background:
    linear-gradient(90deg, transparent 0 67%, rgba(255, 255, 255, .055) 67% 67.1%, transparent 67.1%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(0, 0, 0, .12) 5px 6px);
  mask-image: linear-gradient(to right, transparent 16%, #000);
}

.hero-grid {
  opacity: .46;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 64px 64px;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "SURVIVAL_OS // 01";
  position: absolute;
  top: -54px;
  left: 0;
  color: rgba(255, 255, 255, .32);
  font: 700 8px/1 var(--mono);
  letter-spacing: .18em;
}

.eyebrow,
.section-index {
  font-weight: 800;
  letter-spacing: .17em;
}

.eyebrow span {
  position: relative;
  padding: 7px 11px 7px 22px;
  background: rgba(152, 29, 40, .86);
  border: 1px solid rgba(255, 116, 124, .28);
  box-shadow: 4px 4px 0 rgba(152, 29, 40, .2);
}

.eyebrow span::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  background:
    linear-gradient(90deg, #fff 50%, transparent 50%),
    linear-gradient(#fff 50%, transparent 50%);
  background-size: 4px 4px;
  transform: translateY(-50%);
}

.hero h1,
.page-hero-inner h1,
.section-heading h2,
.home-feature-copy h2,
.final-inner h2 {
  text-wrap: balance;
  text-shadow: 0 12px 42px rgba(0, 0, 0, .38);
}

.hero h1 strong,
.page-hero-inner h1 strong {
  background: linear-gradient(135deg, #ff727a 0%, var(--red-bright) 45%, #cf2534 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.button {
  position: relative;
  border-radius: 0;
  clip-path: polygon(0 7px, 7px 7px, 7px 0, calc(100% - 9px) 0, calc(100% - 9px) 4px, 100% 4px, 100% 100%, 0 100%);
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .13), transparent 36%),
    var(--red);
  box-shadow: 8px 8px 0 rgba(240, 68, 80, .14), 0 18px 42px rgba(102, 12, 20, .2);
}

.button-primary::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 9px;
  width: 18px;
  height: 3px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .8) 0 3px, transparent 3px 6px);
}

.button-secondary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .055), transparent 50%),
    rgba(9, 12, 16, .72);
  backdrop-filter: blur(12px);
}

.hero-proof {
  width: fit-content;
  padding: 12px 0;
  border-block: 1px solid rgba(255, 255, 255, .08);
}

.hero-proof span {
  color: #737c87;
}

.official-logo-card,
.store-logo-frame,
.home-feature-image,
.media-card {
  box-shadow: var(--panel-shadow), 10px 10px 0 rgba(240, 68, 80, .07);
}

.official-logo-card {
  border-color: rgba(255, 255, 255, .2);
  clip-path: polygon(0 14px, 14px 14px, 14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.official-logo-card::after {
  content: "HOLDz // VERIFIED";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  padding: 6px 8px;
  color: rgba(255, 255, 255, .7);
  background: rgba(5, 6, 8, .72);
  border: 1px solid rgba(255, 255, 255, .12);
  font: 700 7px/1 var(--mono);
  letter-spacing: .12em;
}

.official-logo-card img {
  filter: saturate(.92) contrast(1.06);
}

.official-logo-caption {
  background:
    linear-gradient(90deg, rgba(240, 68, 80, .055), transparent 60%),
    #0b0f14;
}

.hero-bottom {
  z-index: 5;
}

.hero-bottom-inner {
  border-top-color: rgba(255, 255, 255, .13);
}

.section {
  isolation: isolate;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .3;
  background-image:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.section-index {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-index::before {
  content: "";
  width: 14px;
  height: 10px;
  flex: none;
  background:
    linear-gradient(90deg, var(--red) 50%, transparent 50%),
    linear-gradient(var(--red) 50%, transparent 50%);
  background-size: 6px 6px;
}

.portal-grid,
.identity-grid,
.news-grid,
.media-grid,
.rank-catalog {
  gap: 14px;
}

.portal-card,
.feature-card,
.news-card,
.rank-product {
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .16);
}

.portal-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 45%),
    var(--panel);
}

.portal-card::after,
.feature-card::after,
.rank-product::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  opacity: .35;
  background:
    linear-gradient(90deg, currentColor 50%, transparent 50%),
    linear-gradient(currentColor 50%, transparent 50%);
  background-size: 8px 8px;
}

.portal-card:hover,
.feature-card:hover,
.rank-product:hover {
  border-color: rgba(255, 101, 111, .5);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .3), 7px 7px 0 rgba(240, 68, 80, .1);
}

.portal-card-wide {
  background:
    linear-gradient(to top, rgba(7, 9, 12, 1), rgba(7, 9, 12, .18) 68%),
    linear-gradient(120deg, rgba(240, 68, 80, .18), transparent 48%),
    url("/assets/holdz-squad.jpg") center / cover no-repeat;
}

.portal-card h3,
.news-card h3,
.rank-product h3 {
  text-wrap: balance;
}

.home-feature-image::before {
  top: -12px;
  right: 12px;
  bottom: 12px;
  left: -12px;
  border: 0;
  background:
    linear-gradient(var(--red), var(--red)) 0 0 / 52px 2px no-repeat,
    linear-gradient(var(--red), var(--red)) 0 0 / 2px 52px no-repeat,
    linear-gradient(var(--red), var(--red)) 100% 100% / 52px 2px no-repeat,
    linear-gradient(var(--red), var(--red)) 100% 100% / 2px 52px no-repeat;
}

.home-feature-image::after,
.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .18;
  background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(0, 0, 0, .28) 4px 5px);
}

.home-feature-image img,
.media-card img {
  filter: saturate(.82) contrast(1.1);
}

.snapshot-list {
  background: rgba(255, 255, 255, .015);
  border: 1px solid var(--line);
}

.snapshot-list dd {
  font-family: var(--mono);
}

.bulletin-list {
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.bulletin-list a {
  position: relative;
  padding-inline: 12px;
}

.bulletin-list a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--red);
  transition: height .25s var(--ease);
}

.bulletin-list a:hover::before {
  height: 32px;
}

.page-hero {
  min-height: 690px;
}

.page-hero::before {
  opacity: .82;
  filter: saturate(.8) contrast(1.08);
}

.page-hero-inner {
  padding-top: 170px;
}

.page-subnav {
  width: fit-content;
  padding: 6px;
  background: rgba(7, 9, 12, .58);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(13px);
}

.page-subnav a {
  padding-inline: 16px;
  border-right-color: rgba(255, 255, 255, .1);
  font-family: var(--mono);
}

.guide-alert,
.store-notice {
  position: relative;
  overflow: hidden;
}

.guide-alert::after,
.store-notice::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background: repeating-linear-gradient(135deg, #fff 0 1px, transparent 1px 8px);
}

.command-panel,
.purchase-flow,
.policy-list,
.community-actions {
  background: rgba(12, 15, 20, .55);
  border: 1px solid rgba(255, 255, 255, .09);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
}

.command-grid code {
  color: #ff7780;
  background: rgba(240, 68, 80, .06);
}

.news-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 60%),
    var(--panel);
}

.media-card {
  border: 1px solid rgba(255, 255, 255, .12);
}

.media-card figcaption {
  z-index: 3;
}

.rank-product {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--rank) 8%, transparent), transparent 42%),
    var(--panel);
}

.rank-product::after {
  color: var(--rank);
}

.rank-product-top b {
  font-family: var(--mono);
  text-shadow: 4px 4px 0 color-mix(in srgb, var(--rank) 16%, transparent);
}

.purchase-flow {
  border-color: rgba(255, 255, 255, .1);
}

.purchase-flow li {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 55%);
}

.purchase-flow li::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 23px;
  width: 8px;
  height: 8px;
  background: var(--red);
  box-shadow: 8px 0 0 rgba(240, 68, 80, .35), 0 8px 0 rgba(240, 68, 80, .18);
}

.final-cta {
  background:
    linear-gradient(90deg, rgba(7, 9, 12, .96) 0%, rgba(7, 9, 12, .65) 56%, rgba(17, 8, 11, .62)),
    url("/assets/holdz-combat.jpg") center 64% / cover no-repeat;
}

.final-noise {
  opacity: .2;
  background-size: 24px 24px;
}

.site-footer {
  position: relative;
  padding: 54px 0;
  background:
    linear-gradient(90deg, rgba(240, 68, 80, .035), transparent 32%),
    #05070a;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(36vw, 460px);
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--red) 0 24px, transparent 24px 30px);
}

.brand-footer .brand-logo {
  width: 56px;
  height: 56px;
}

.footer-links {
  padding: 12px 16px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .08);
}

.footer-links a {
  font-family: var(--mono);
  font-size: 11px;
}

@media (hover: hover) {
  .official-logo-card,
  .home-feature-image,
  .store-logo-frame {
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
  }

  .official-logo-card:hover,
  .home-feature-image:hover,
  .store-logo-frame:hover {
    transform: translateY(-7px);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .5), 12px 12px 0 rgba(240, 68, 80, .1);
  }
}

@media (max-width: 840px) {
  :root {
    --header-h: 78px;
  }

  .site-header {
    padding-top: 7px;
  }

  .header-inner {
    height: 62px;
    padding-inline: 13px 9px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-links {
    top: 0;
    z-index: 60;
    padding: 108px 24px 32px;
    background:
      radial-gradient(circle at 75% 12%, rgba(240, 68, 80, .12), transparent 25%),
      #07090d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  }

  .header-inner > .brand,
  .header-inner > .header-actions {
    position: relative;
    z-index: 70;
  }

  .nav-links a {
    padding: 22px 10px;
    font-size: 17px;
  }

  .status-chip {
    border: 0;
    background: transparent;
  }

  .page-hero-inner {
    padding-top: 145px;
  }
}

@media (max-width: 620px) {
  body::after {
    box-shadow: inset 0 0 70px rgba(0, 0, 0, .28);
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-word {
    font-size: 16px;
  }

  .status-chip {
    min-width: auto;
    padding: 0 5px;
    font-size: 0;
  }

  .status-chip [data-status-label] {
    display: none;
  }

  .hero-copy::before {
    top: -42px;
  }

  .hero-proof {
    width: 100%;
  }

  .hero-proof li {
    min-width: 0;
    flex: 1;
    padding-right: 12px;
    margin-right: 12px;
  }

  .page-hero {
    min-height: 610px;
  }

  .page-hero-inner {
    padding-top: 132px;
  }

  .page-subnav {
    width: 100%;
    overflow-x: auto;
  }

  .page-subnav a {
    flex: none;
    padding-inline: 12px;
  }

  .portal-card,
  .feature-card,
  .rank-product {
    box-shadow: none;
  }

  .footer-links {
    width: 100%;
    gap: 15px;
    padding: 12px;
  }
}

/* =========================================================
   Account navigation, mobile command deck and identity pages
   ========================================================= */

.account-trigger {
  min-width: 88px;
  height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 11px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: background .2s ease, border-color .2s ease;
}

.account-trigger:hover,
.account-trigger.is-current {
  background: rgba(240, 68, 80, .09);
  border-color: rgba(240, 68, 80, .42);
}

.account-trigger span,
.account-trigger strong {
  display: block;
}

.account-trigger span {
  margin-bottom: 4px;
  color: var(--muted-2);
  font: 700 7px/1 var(--mono);
  letter-spacing: .12em;
}

.account-trigger strong {
  color: #f0f1f3;
  font-size: 11px;
  line-height: 1;
}

.mobile-nav-deck {
  display: none;
}

.auth-main,
.profile-main {
  min-height: 100vh;
}

.auth-stage {
  position: relative;
  min-height: 100svh;
  padding: 150px 0 95px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, .93) 0%, rgba(7, 9, 12, .78) 48%, rgba(7, 9, 12, .88)),
    url("/assets/holdz-combat.jpg") center / cover no-repeat;
}

.auth-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent 85%);
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 44%, rgba(240, 68, 80, .2), transparent 24%),
    linear-gradient(to top, var(--bg), transparent 30%);
}

.auth-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, .72fr);
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
}

.auth-visual h1 {
  font-size: clamp(62px, 8vw, 112px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .9;
}

.auth-visual h1 strong {
  color: var(--red-bright);
}

.auth-visual > p:not(.eyebrow) {
  max-width: 580px;
  margin-top: 28px;
  color: #bcc2ca;
  font-size: 17px;
}

.auth-signal {
  max-width: 420px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 44px;
  padding: 17px 18px;
  background: rgba(8, 11, 15, .7);
  border: 1px solid rgba(255, 255, 255, .11);
  backdrop-filter: blur(15px);
}

.auth-signal > div {
  min-width: 0;
  flex: 1;
}

.auth-signal small,
.auth-signal strong {
  display: block;
}

.auth-signal small {
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.auth-signal strong {
  margin-top: 5px;
  font-size: 13px;
}

.auth-signal b {
  color: rgba(255, 255, 255, .12);
  font: 900 26px/1 var(--mono);
}

.auth-console {
  position: relative;
  overflow: hidden;
  background: rgba(10, 13, 18, .91);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 36px 110px rgba(0, 0, 0, .55), 10px 10px 0 rgba(240, 68, 80, .08);
  backdrop-filter: blur(24px);
  clip-path: polygon(0 12px, 12px 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.auth-console-head {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  background: rgba(255, 255, 255, .035);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.auth-console-head b {
  color: var(--green);
}

.login-form {
  padding: 34px 34px 30px;
}

.auth-form-heading small {
  color: var(--red);
  font: 800 8px/1 var(--mono);
  letter-spacing: .14em;
}

.auth-form-heading h2 {
  margin-top: 9px;
  font-size: 38px;
  letter-spacing: -.06em;
}

.auth-form-heading p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.auth-field {
  display: block;
  margin-top: 23px;
}

.auth-field > span {
  display: block;
  margin-bottom: 8px;
  color: #c7ccd2;
  font-size: 11px;
  font-weight: 700;
}

.auth-field input {
  width: 100%;
  height: 55px;
  padding: 0 16px;
  color: #fff;
  outline: 0;
  background: #080b0f;
  border: 1px solid #303640;
  border-radius: 0;
  font: 650 15px/1 var(--mono);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.auth-field input:focus {
  border-color: var(--red);
  box-shadow: 4px 4px 0 rgba(240, 68, 80, .12);
}

.auth-field input::placeholder {
  color: #505862;
}

.auth-error {
  min-height: 22px;
  margin-top: 12px;
  color: #ff7780;
  font-size: 12px;
}

.auth-submit {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 78px 1fr 20px;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), transparent 42%),
    var(--red);
  box-shadow: 7px 7px 0 rgba(240, 68, 80, .13);
}

.auth-submit:hover {
  background-color: var(--red-bright);
}

.auth-submit:disabled {
  cursor: wait;
  opacity: .58;
}

.auth-submit span {
  color: rgba(255, 255, 255, .65);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
  text-align: left;
}

.auth-submit strong {
  font-size: 15px;
  text-align: left;
}

.auth-submit i {
  font-style: normal;
}

.auth-submit.is-loading i {
  animation: auth-loading .8s steps(4) infinite;
}

@keyframes auth-loading {
  50% { opacity: .25; transform: translateX(5px); }
}

.ingame-register {
  padding: 29px 34px 34px;
  background:
    linear-gradient(145deg, rgba(240, 68, 80, .08), transparent 48%),
    rgba(255, 255, 255, .018);
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.ingame-register-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ingame-register-title span {
  padding: 6px 8px;
  color: var(--red-bright);
  border: 1px solid rgba(240, 68, 80, .3);
  font: 700 7px/1 var(--mono);
  letter-spacing: .1em;
}

.ingame-register-title h2 {
  font-size: 18px;
}

.ingame-register ol {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.ingame-register li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.ingame-register li > b {
  padding-top: 3px;
  color: var(--red);
  font: 700 9px/1 var(--mono);
}

.ingame-register li strong {
  display: block;
  font-size: 12px;
}

.ingame-register li p,
.ingame-register code {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.ingame-register button {
  padding: 0;
  color: #fff;
  background: transparent;
  font: 700 11px/1 var(--mono);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ingame-register code {
  width: fit-content;
  padding: 6px 8px;
  color: #ff858d;
  background: rgba(240, 68, 80, .07);
  border: 1px solid rgba(240, 68, 80, .18);
  font-family: var(--mono);
}

.auth-safety {
  margin-top: 15px;
  color: var(--muted-2);
  font-size: 10px;
}

.profile-hero {
  position: relative;
  padding: 172px 0 76px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, .96), rgba(7, 9, 12, .72)),
    url("/assets/holdz-squad.jpg") center 44% / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.profile-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 36%, rgba(240, 68, 80, .17), transparent 24%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(0, 0, 0, .14) 5px 6px);
}

.profile-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.profile-hero h1 {
  font-size: clamp(56px, 7vw, 88px);
  letter-spacing: -.07em;
  line-height: .95;
}

.profile-hero-inner > div:first-child > p:not(.eyebrow) {
  margin-top: 18px;
  color: #b9c0c8;
}

.profile-id-card {
  min-width: 390px;
  display: grid;
  grid-template-columns: 62px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(8, 11, 15, .78);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 8px 8px 0 rgba(240, 68, 80, .08);
  backdrop-filter: blur(18px);
}

.profile-avatar {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, .08) 45% 55%, transparent 55%),
    linear-gradient(#702a31 48%, #3c2424 48% 74%, #191f27 74%);
  border: 1px solid rgba(255, 255, 255, .16);
  font: 900 24px/1 var(--mono);
  image-rendering: pixelated;
}

.profile-id-card small,
.profile-id-card strong,
.profile-id-card p {
  display: block;
}

.profile-id-card small {
  color: var(--muted-2);
  font: 700 7px/1 var(--mono);
  letter-spacing: .12em;
}

.profile-id-card strong {
  margin-top: 6px;
  font-size: 18px;
}

.profile-id-card p {
  margin-top: 3px;
  overflow: hidden;
  color: var(--muted);
  font: 500 9px/1 var(--mono);
  text-overflow: ellipsis;
}

.profile-id-card i {
  padding: 6px 7px;
  color: var(--green);
  border: 1px solid rgba(86, 227, 141, .25);
  font: 700 7px/1 var(--mono);
  font-style: normal;
  letter-spacing: .09em;
}

.profile-section {
  min-height: 550px;
  padding-top: 80px;
}

.profile-loading {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
}

.profile-loading[hidden] {
  display: none;
}

.profile-loading span {
  width: 30px;
  height: 30px;
  border: 4px solid rgba(255, 255, 255, .09);
  border-top-color: var(--red);
  animation: profile-spin .8s steps(8) infinite;
}

.profile-loading p {
  color: var(--muted);
  font: 700 10px/1 var(--mono);
  letter-spacing: .08em;
}

@keyframes profile-spin {
  to { transform: rotate(1turn); }
}

/* ================= 랭킹 ================= */

.rank-status {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 34px 0;
  color: var(--muted, #959ca4);
  font-size: 13px;
}

.rank-status span {
  width: 16px;
  height: 16px;
  flex: none;
  border: 2px solid var(--line, #262b31);
  border-top-color: var(--red, #f04444);
  border-radius: 50%;
  animation: profile-spin .8s linear infinite;
}

.rank-status.is-error {
  color: var(--red, #f04444);
}

.rank-status.is-error span { display: none; }

.rank-groups[hidden] { display: none; }

.rank-group {
  scroll-margin-top: calc(var(--header-h, 76px) + 24px);
}

.rank-group + .rank-group { margin-top: 34px; }

.rank-group-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.rank-group-title span {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.rank-group-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--line, #262b31), transparent);
}

.rank-boards {
  display: grid;
  /* auto-fill 을 쓴다. auto-fit 은 빈 트랙을 접어버려서
     부문이 하나뿐인 그룹(생존 기록)의 카드가 화면 폭 전체로 늘어난다. */
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 14px;
}

.rank-board {
  padding: 24px 22px;
  background: var(--panel, #111418);
  border: 1px solid var(--line, #262b31);
}

.rank-board header {
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line, #262b31);
}

.rank-board h3 {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.rank-board header p {
  margin-top: 5px;
  color: var(--muted-2, #666d75);
  font-size: 11.5px;
}

.rank-list { display: grid; }

.rank-row {
  display: grid;
  grid-template-columns: 26px 26px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 11px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.rank-row:last-child { border-bottom: 0; }

.rank-no {
  color: var(--muted-2, #666d75);
  font: 800 12px/1 var(--mono, monospace);
  text-align: center;
}

.rank-gold .rank-no { color: #ffcf5a; }
.rank-silver .rank-no { color: #d5dbe2; }
.rank-bronze .rank-no { color: #d3915a; }

.rank-avatar {
  position: relative;
  width: 26px;
  height: 26px;
  overflow: hidden;
  background: #0b0d0f;
  border: 1px solid rgba(255, 255, 255, .12);
}

.rank-face-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .48);
  background:
    linear-gradient(135deg, rgba(166, 0, 14, .28), transparent 58%),
    #11151a;
  font: 800 11px/1 var(--mono, monospace);
}

.rank-face {
  position: relative;
  z-index: 1;
  display: block;
  width: 26px;
  height: 26px;
  image-rendering: pixelated;
  opacity: 0;
}

.rank-face.is-loaded {
  opacity: 1;
}

.rank-name {
  min-width: 0;
  font-size: 13.5px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-gold .rank-name,
.rank-silver .rank-name,
.rank-bronze .rank-name { font-weight: 800; }

.rank-value {
  font: 800 15px/1 var(--mono, monospace);
  letter-spacing: -.03em;
  white-space: nowrap;
}

.rank-value em {
  margin-left: 3px;
  color: var(--muted-2, #666d75);
  font: 600 10px/1 inherit;
  font-style: normal;
}

.rank-empty {
  padding: 26px 0;
  color: var(--muted-2, #666d75);
  font-size: 12.5px;
  text-align: center;
}

.rank-updated {
  margin-top: 18px;
  color: var(--muted-2, #666d75);
  font-size: 11.5px;
  text-align: right;
}

.rank-updated[hidden] { display: none; }

.profile-dashboard[hidden] {
  display: none;
}

.profile-dashboard {
  display: grid;
  gap: 14px;
}

.mailbox-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(166, 0, 14, .12), transparent 42%),
    #0b0e12;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.mailbox-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #a6000e;
}

.mailbox-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mailbox-kicker {
  margin: 0 0 8px;
  color: #d34a54;
  font: 700 11px/1.2 var(--font-mono, monospace);
  letter-spacing: .18em;
}

.mailbox-head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #f7f8fa;
  font-size: clamp(24px, 3vw, 34px);
}

.mailbox-head h2 span {
  min-width: 24px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #a6000e;
  color: white;
  font: 800 12px/1 var(--font-mono, monospace);
  text-align: center;
}

.mailbox-head h2 span[hidden] { display: none; }

.mailbox-head > div > p:last-child {
  margin: 8px 0 0;
  color: #858b94;
  font-size: 13px;
}

.mailbox-head code {
  color: #d7d9dd;
  font-family: var(--font-mono, monospace);
}

.mailbox-refresh {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 3px;
  background: rgba(255, 255, 255, .04);
  color: #d7d9dd;
  font: 700 12px/1 var(--font-mono, monospace);
  cursor: pointer;
}

.mailbox-refresh:hover { border-color: rgba(211, 74, 84, .65); color: #fff; }
.mailbox-refresh:disabled { opacity: .45; cursor: wait; }

.mailbox-list {
  display: grid;
  max-height: 550px;
  overflow-y: auto;
}

.mail-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0 16px;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  outline: 0;
  cursor: pointer;
  transition: background .18s ease;
}

.mail-card:last-child { border-bottom: 0; }
.mail-card:hover,
.mail-card:focus-visible { background: rgba(255, 255, 255, .035); }
.mail-card.is-unread { background: rgba(166, 0, 14, .08); }
.mail-card.is-unread:hover { background: rgba(166, 0, 14, .13); }

.mail-marker {
  align-self: center;
  grid-row: 1 / 3;
  padding: 6px 4px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 2px;
  color: #666d77;
  font: 800 10px/1 var(--font-mono, monospace);
  letter-spacing: .08em;
  text-align: center;
}

.mail-card.is-unread .mail-marker {
  border-color: rgba(255, 180, 67, .45);
  background: rgba(255, 180, 67, .08);
  color: #ffb443;
}
.mail-card.is-event .mail-marker {
  border-color: rgba(207, 124, 255, .5);
  background: rgba(147, 64, 188, .12);
  color: #d99bff;
}
.mail-card.has-reward:not(.is-event) .mail-marker {
  border-color: rgba(91, 209, 132, .48);
  background: rgba(58, 153, 91, .1);
  color: #7ce2a0;
}

.mail-summary { min-width: 0; }

.mail-summary h3 {
  overflow: hidden;
  margin: 0;
  color: #e8eaed;
  font-size: 15px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mail-card.is-unread .mail-summary h3 { color: #fff; }

.mail-summary p {
  margin: 5px 0 0;
  color: #707781;
  font-size: 12px;
}

.mail-body {
  display: none;
  grid-column: 2;
  margin: 16px 0 2px;
  padding: 16px 18px;
  border-left: 2px solid rgba(166, 0, 14, .75);
  background: rgba(0, 0, 0, .2);
  color: #aeb3bb;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-wrap;
}

.mail-card.is-open .mail-body { display: block; }

.mail-reward {
  display: flex;
  grid-column: 2;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(91, 209, 132, .2);
  background: rgba(58, 153, 91, .07);
  color: #8fe6ad;
  font-size: 11px;
}
.mail-reward strong { flex: none; font-size: 10px; letter-spacing: .04em; }
.mail-reward span { color: #9ca8a1; }
.mail-reward.is-pending { border-color: rgba(255, 180, 67, .25); background: rgba(255, 180, 67, .06); }
.mail-reward.is-pending strong { color: #ffbe58; }

.mailbox-empty {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 30px;
  color: #6f7680;
  text-align: center;
}

.mailbox-empty span {
  color: #a6000e;
  font-size: 30px;
}

.mailbox-empty p { margin: 8px 0 0; }
.mailbox-empty.is-error span { color: #ffb443; }

/* ================= 게임 프로필 배너 ================= */

.gamecard {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.4vw, 40px);
  background:
    linear-gradient(125deg, rgba(240, 68, 68, .14), transparent 46%),
    var(--panel, #111418);
  border: 1px solid var(--line, #262b31);
}

.gamecard-glow {
  position: absolute;
  inset: auto -10% -60% auto;
  width: 420px;
  height: 420px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(240, 68, 68, .18), transparent 62%);
}

.gamecard-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 3vw, 38px);
}

.gamecard-skin {
  position: relative;
  margin: 0;
  flex: none;
}

.gamecard-skin img,
.gamecard-skin-fallback {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  image-rendering: pixelated;
  background: #0b0d0f;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .55);
}

.gamecard-skin-fallback {
  color: var(--red, #f04444);
  font-size: 42px;
  font-weight: 900;
}

.gamecard-skin figcaption {
  position: absolute;
  right: -8px;
  bottom: -9px;
  padding: 4px 9px;
  color: #fff;
  background: var(--red-dark, #8f171b);
  font: 700 9px/1 var(--mono, monospace);
  letter-spacing: .12em;
}

.gamecard-tag {
  color: var(--muted, #959ca4);
  font: 700 10px/1 var(--mono, monospace);
  letter-spacing: .18em;
}

.gamecard-id h2 {
  margin: 10px 0 6px;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 900;
  letter-spacing: -.05em;
}

.gamecard-uuid {
  color: var(--muted-2, #666d75);
  font: 500 11px/1.4 var(--mono, monospace);
  overflow-wrap: anywhere;
}

.gamecard-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 18px;
}

.gamecard-meta li {
  display: grid;
  gap: 3px;
}

.gamecard-meta span {
  color: var(--muted-2, #666d75);
  font-size: 10px;
  letter-spacing: .06em;
}

.gamecard-meta strong {
  font-size: 13px;
  font-weight: 700;
}

/* ================= 지갑 ================= */

.wallet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 14px;
}

.wallet-card {
  position: relative;
  overflow: hidden;
  padding: 26px 26px 22px;
  background: var(--panel, #111418);
  border: 1px solid var(--line, #262b31);
  border-top: 3px solid var(--accent);
}

.wallet-money { --accent: #56e38d; }
.wallet-cash { --accent: #ffb443; }

.wallet-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}

.wallet-kind {
  color: var(--accent);
  font: 700 10px/1 var(--mono, monospace);
  letter-spacing: .16em;
}

.wallet-head b {
  color: var(--muted, #959ca4);
  font-size: 12px;
  font-weight: 600;
}

.wallet-amount {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}

.wallet-amount strong {
  font-size: clamp(30px, 4.6vw, 44px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.wallet-amount em {
  color: var(--muted, #959ca4);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.wallet-cash-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.wallet-charge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  padding: 11px 18px;
  color: #1a1200;
  background: linear-gradient(180deg, #ffc768, #ffb443);
  font-size: 13px;
  font-weight: 800;
  transition: filter .18s ease, transform .12s ease;
}

.wallet-charge i {
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

.wallet-charge:hover { filter: brightness(1.08); }
.wallet-charge:active { transform: translateY(1px); }

.wallet-note {
  margin-top: 14px;
  color: var(--muted-2, #666d75);
  font-size: 11.5px;
}

/* ================= 추천인 등록 ================= */

.referral-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(26px, 4vw, 58px);
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, .1);
  background:
    linear-gradient(115deg, rgba(255, 180, 67, .11), transparent 36%),
    linear-gradient(180deg, #11151a, #0b0e12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
}

.referral-panel::after {
  content: "1000";
  position: absolute;
  right: -12px;
  bottom: -38px;
  color: rgba(255, 255, 255, .018);
  font: 900 clamp(110px, 18vw, 220px)/1 var(--font-mono, monospace);
  letter-spacing: -.1em;
  pointer-events: none;
}

.referral-copy,
.referral-terminal {
  position: relative;
  z-index: 1;
}

.referral-kicker {
  margin: 0 0 10px;
  color: #ffb443;
  font: 800 10px/1.2 var(--font-mono, monospace);
  letter-spacing: .18em;
}

.referral-copy h2 {
  margin: 0;
  color: #f7f8fa;
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -.04em;
}

.referral-copy > p:not(.referral-kicker) {
  max-width: 520px;
  margin: 14px 0 0;
  color: #949ba4;
  font-size: 14px;
  line-height: 1.8;
}

.referral-copy > p strong { color: #ffd38d; }

.referral-copy ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  color: #747c86;
  font-size: 12px;
  list-style: none;
}

.referral-copy li::before {
  content: "—";
  margin-right: 8px;
  color: #a6000e;
}

.referral-terminal {
  align-self: center;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(3, 5, 7, .6);
}

.referral-terminal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #707781;
  font: 800 10px/1 var(--font-mono, monospace);
  letter-spacing: .14em;
}

.referral-terminal-head b {
  color: #ffb443;
  font: inherit;
  letter-spacing: .06em;
}

.referral-form {
  display: grid;
  gap: 11px;
  padding-top: 18px;
}

.referral-form > label:first-child {
  color: #c7cbd1;
  font-size: 12px;
  font-weight: 700;
}

.referral-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.referral-input-row input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid #343a42;
  border-radius: 2px;
  outline: 0;
  background: #090b0e;
  color: #fff;
  font: 700 15px/1 var(--font-mono, monospace);
  letter-spacing: .02em;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.referral-input-row input:focus {
  border-color: #ffb443;
  box-shadow: 0 0 0 3px rgba(255, 180, 67, .1);
}

.referral-input-row button {
  min-height: 48px;
  padding: 0 19px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #ffc96f, #ffad2f);
  color: #1d1302;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.referral-input-row button:hover { filter: brightness(1.06); }
.referral-input-row button:disabled { opacity: .5; cursor: wait; }

.referral-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #9aa1aa;
  font-size: 11.5px;
  line-height: 1.5;
  cursor: pointer;
}

.referral-consent input {
  flex: none;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: #c68a2b;
}

.referral-help,
.referral-message {
  margin: 0;
  color: #626a74;
  font-size: 10.5px;
}

.referral-message {
  min-height: 16px;
  color: #ff767f;
}

.referral-message.is-success { color: #75e5a0; }

.referral-complete {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding-top: 20px;
}

.referral-complete[hidden] { display: none; }

.referral-complete > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(117, 229, 160, .4);
  background: rgba(117, 229, 160, .08);
  color: #75e5a0;
  font: 900 20px/1 var(--font-mono, monospace);
}

.referral-complete small {
  display: block;
  margin-bottom: 5px;
  color: #727a84;
  font: 700 9px/1 var(--font-mono, monospace);
  letter-spacing: .14em;
}

.referral-complete strong {
  display: block;
  overflow: hidden;
  color: #f5f6f8;
  font: 900 20px/1.2 var(--font-mono, monospace);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.referral-complete p {
  margin: 7px 0 0;
  color: #747c86;
  font-size: 11px;
}

.referral-complete p b { color: #ffb443; }

.profile-overview {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 14px;
}

@media (max-width: 820px) {
  .referral-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .referral-panel {
    gap: 22px;
    padding: 24px 18px;
  }

  .referral-terminal { padding: 17px; }

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

  .referral-input-row button { width: 100%; }
}

.profile-card {
  position: relative;
  min-height: 330px;
  padding: 27px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 54%),
    var(--panel);
  border: 1px solid rgba(255, 255, 255, .1);
}

.profile-primary {
  background:
    linear-gradient(145deg, rgba(240, 68, 80, .1), transparent 52%),
    var(--panel);
}

.profile-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 15px;
  height: 15px;
  opacity: .25;
  background:
    linear-gradient(90deg, var(--red) 50%, transparent 50%),
    linear-gradient(var(--red) 50%, transparent 50%);
  background-size: 7px 7px;
}

.profile-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 33px;
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.profile-card-head b {
  color: var(--green);
}

.profile-card h2 {
  margin-top: 50px;
  font-size: 38px;
  letter-spacing: -.055em;
}

.profile-card h3 {
  margin-top: 50px;
  font-size: 23px;
}

.profile-card dl {
  margin-top: 27px;
  border-top: 1px solid var(--line);
}

.profile-card dl div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.profile-card dt {
  color: var(--muted-2);
  font-size: 10px;
}

.profile-card dd {
  overflow: hidden;
  color: #cbd0d6;
  font: 600 10px/1.6 var(--mono);
  text-overflow: ellipsis;
}

.profile-server-address {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  margin-top: 27px;
  padding: 15px;
  color: #fff;
  background: rgba(240, 68, 80, .08);
  border: 1px solid rgba(240, 68, 80, .27);
  text-align: left;
}

.profile-server-address small {
  grid-column: 1 / -1;
  color: var(--muted-2);
  font: 700 7px/1 var(--mono);
  letter-spacing: .1em;
}

.profile-server-address strong {
  font: 800 16px/1 var(--mono);
}

.profile-server-address span {
  color: var(--red);
  font: 700 8px/1 var(--mono);
}

.profile-card > p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
}

.profile-security code {
  display: block;
  margin-top: 25px;
  padding: 11px;
  overflow-x: auto;
  color: #ff7c85;
  background: #090b0f;
  border: 1px solid rgba(240, 68, 80, .18);
  font: 600 10px/1.4 var(--mono);
  white-space: nowrap;
}

.profile-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 14px;
  padding: 19px 21px;
  background: rgba(255, 255, 255, .018);
  border: 1px solid var(--line);
}

.profile-actions small,
.profile-actions strong {
  display: block;
}

.profile-actions small {
  color: var(--muted-2);
  font: 700 7px/1 var(--mono);
  letter-spacing: .12em;
}

.profile-actions strong {
  margin-top: 5px;
  font-size: 12px;
}

.profile-actions code {
  color: #ff7b84;
  font-family: var(--mono);
}

.profile-admin-link {
  margin-left: auto;
  padding: 9px 13px;
  color: #fff;
  background: rgba(240, 68, 80, .08);
  border: 1px solid rgba(240, 68, 80, .35);
}

.profile-admin-link small,
.profile-admin-link strong {
  display: block;
}

.profile-admin-link small {
  color: var(--red);
  font: 700 7px/1 var(--mono);
  letter-spacing: .12em;
}

.profile-admin-link strong {
  margin-top: 5px;
  font-size: 10px;
}

.profile-actions button {
  padding: 11px 18px;
  color: #d7dbe0;
  background: transparent;
  border: 1px solid #383e47;
  font-size: 11px;
  font-weight: 700;
}

.profile-actions button:hover {
  color: #fff;
  border-color: var(--red);
}

.inquiry-submit-result {
  min-height: 18px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
}

@media (max-width: 1080px) {
  .profile-overview {
    grid-template-columns: 1fr 1fr;
  }

  .profile-primary {
    grid-column: span 2;
  }
}

@media (max-width: 840px) {
  .account-trigger {
    display: none;
  }

  .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    column-gap: 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav-links > a {
    padding: 20px 15px;
    background: rgba(255, 255, 255, .018);
    border: 1px solid rgba(255, 255, 255, .07);
    font-size: 14px;
  }

  .nav-links > a::before {
    top: 18px;
    left: 7px;
  }

  .mobile-nav-deck {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 12px;
  }

  .mobile-nav-visual {
    position: relative;
    grid-column: 1 / -1;
    min-height: 174px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 21px;
    overflow: hidden;
    background:
      linear-gradient(to top, rgba(7, 9, 12, .98), rgba(7, 9, 12, .12)),
      url("/assets/holdz-squad.jpg") center 43% / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, .11);
  }

  .mobile-nav-visual::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    background:
      linear-gradient(90deg, var(--red) 50%, transparent 50%),
      linear-gradient(var(--red) 50%, transparent 50%);
    background-size: 8px 8px;
  }

  .mobile-nav-visual span {
    color: var(--red-bright);
    font: 700 8px/1 var(--mono);
    letter-spacing: .13em;
  }

  .mobile-nav-visual strong {
    margin-top: 7px;
    font-size: 24px;
    letter-spacing: -.04em;
  }

  .mobile-nav-visual p {
    margin-top: 5px;
    color: #b5bbc2;
    font-size: 12px;
  }

  .mobile-nav-status {
    grid-column: 1 / -1;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 15px;
    background: rgba(255, 255, 255, .027);
    border: 1px solid rgba(255, 255, 255, .08);
  }

  .mobile-nav-status > div {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mobile-nav-status small,
  .mobile-nav-status strong {
    display: block;
  }

  .mobile-nav-status small {
    color: var(--muted-2);
    font: 700 7px/1 var(--mono);
    letter-spacing: .1em;
  }

  .mobile-nav-status strong {
    margin-top: 4px;
    font-size: 11px;
  }

  .mobile-nav-status > b {
    color: var(--green);
    font: 700 10px/1 var(--mono);
  }

  .mobile-nav-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mobile-nav-actions button,
  .mobile-nav-actions a,
  .mobile-nav-discord {
    min-height: 76px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: center;
    gap: 6px 10px;
    padding: 13px 15px;
    text-align: left;
  }

  .mobile-nav-actions button {
    color: #fff;
    background: var(--red);
  }

  .mobile-nav-actions a {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
  }

  .mobile-nav-actions small {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, .58);
    font: 700 7px/1 var(--mono);
    letter-spacing: .1em;
  }

  .mobile-nav-actions strong {
    font: 750 13px/1.1 var(--mono);
  }

  .mobile-nav-actions span {
    font: 700 8px/1 var(--mono);
  }

  .mobile-nav-discord {
    grid-column: 1 / -1;
    min-height: 62px;
    background: #5865f2;
  }

  .mobile-nav-discord span {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, .62);
    font: 700 7px/1 var(--mono);
    letter-spacing: .1em;
  }

  .mobile-nav-discord strong {
    font-size: 13px;
  }

  .mobile-nav-discord i {
    font-style: normal;
  }

  .mobile-nav-map {
    grid-column: 1 / -1;
    min-height: 66px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: center;
    gap: 7px 12px;
    padding: 14px 16px;
    color: #fff;
    text-align: left;
    background:
      linear-gradient(90deg, rgba(240, 68, 68, .17), rgba(240, 68, 68, .04)),
      #12161a;
    border: 1px solid rgba(240, 68, 68, .5);
  }

  .mobile-nav-map span {
    grid-column: 1 / -1;
    color: var(--red-bright);
    font: 700 7px/1 var(--mono);
    letter-spacing: .11em;
  }

  .mobile-nav-map strong {
    font-size: 13px;
  }

  .mobile-nav-map i {
    color: var(--red-bright);
    font-style: normal;
  }

  .auth-layout {
    grid-template-columns: 1fr;
  }

  .auth-visual {
    max-width: 620px;
  }

  .auth-console {
    max-width: 620px;
  }

  .profile-hero-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-id-card {
    width: min(100%, 520px);
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .mailbox-head {
    align-items: flex-start;
    padding: 22px 20px 20px;
  }

  .mailbox-head > div > p:last-child { max-width: 260px; }

  .mailbox-refresh {
    padding: 0 11px;
    font-size: 0;
  }

  .mailbox-refresh::after {
    content: "↻";
    font-size: 18px;
  }

  .mail-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0 12px;
    padding: 18px 20px;
  }

  .mail-body { grid-column: 1 / -1; }
  .mail-reward { grid-column: 1 / -1; align-items: flex-start; flex-direction: column; gap: 4px; }

  .nav-links {
    padding: 92px 14px 22px;
  }

  .nav-links > a {
    padding: 17px 11px;
    font-size: 12px;
  }

  .mobile-nav-visual {
    min-height: 145px;
  }

  .mobile-nav-actions {
    grid-template-columns: 1fr;
  }

  .auth-stage {
    padding: 125px 0 65px;
  }

  .auth-visual h1 {
    font-size: clamp(54px, 17vw, 76px);
  }

  .auth-visual > p:not(.eyebrow) {
    font-size: 14px;
  }

  .auth-signal {
    margin-top: 30px;
  }

  .login-form,
  .ingame-register {
    padding-inline: 20px;
  }

  .ingame-register-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .profile-hero {
    padding: 135px 0 55px;
  }

  .profile-id-card {
    grid-template-columns: 52px 1fr;
  }

  .profile-avatar {
    width: 52px;
    height: 52px;
  }

  .profile-id-card i {
    display: none;
  }

  .profile-overview {
    grid-template-columns: 1fr;
  }

  .profile-primary {
    grid-column: auto;
  }

  .profile-card {
    min-height: 300px;
  }

  .profile-card dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .profile-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* =========================================================
   Live chat and support center
   ========================================================= */

.comms-hero {
  position: relative;
  min-height: max(760px, 100svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, .97) 0%, rgba(7, 9, 12, .78) 48%, rgba(7, 9, 12, .45)),
    linear-gradient(to top, var(--bg), transparent 35%),
    url("/assets/holdz-combat.jpg") center 50% / cover no-repeat;
}

.comms-hero::before,
.support-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.comms-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
  padding-top: 135px;
  padding-bottom: 80px;
}

.comms-hero-copy h1,
.support-hero h1 {
  font-size: clamp(58px, 7.4vw, 104px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .92;
}

.comms-hero-copy h1 strong,
.support-hero h1 strong {
  color: var(--red-bright);
}

.comms-hero-copy > p:not(.eyebrow),
.support-hero-inner > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 27px;
  color: #b8bec6;
  font-size: 17px;
  line-height: 1.8;
}

.radio-console {
  position: relative;
  overflow: hidden;
  background: rgba(9, 12, 16, .88);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .48), 9px 9px 0 rgba(240, 68, 80, .08);
  backdrop-filter: blur(20px);
}

.radio-console-head,
.inquiry-console-head {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  background: rgba(255, 255, 255, .035);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.radio-console-head b {
  color: var(--green);
}

.radio-screen {
  min-height: 190px;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 25px;
  padding: 25px;
  background:
    radial-gradient(circle at 25% 50%, rgba(86, 227, 141, .1), transparent 25%),
    #080b0f;
  border-bottom: 1px solid var(--line);
}

.radio-wave {
  width: 110px;
  height: 76px;
  background:
    linear-gradient(90deg, transparent 0 4%, var(--green) 4% 8%, transparent 8% 14%, var(--green) 14% 18%, transparent 18% 23%, var(--green) 23% 27%, transparent 27% 34%, var(--green) 34% 41%, transparent 41% 47%, var(--green) 47% 51%, transparent 51% 58%, var(--green) 58% 66%, transparent 66% 72%, var(--green) 72% 77%, transparent 77% 84%, var(--green) 84% 88%, transparent 88%);
  clip-path: polygon(0 45%, 8% 45%, 8% 39%, 16% 39%, 16% 55%, 24% 55%, 24% 25%, 32% 25%, 32% 67%, 40% 67%, 40% 12%, 48% 12%, 48% 80%, 56% 80%, 56% 34%, 64% 34%, 64% 61%, 72% 61%, 72% 43%, 80% 43%, 80% 54%, 88% 54%, 88% 47%, 100% 47%, 100% 53%, 88% 53%, 88% 60%, 80% 60%, 80% 50%, 72% 50%, 72% 69%, 64% 69%, 64% 42%, 56% 42%, 56% 88%, 48% 88%, 48% 20%, 40% 20%, 40% 75%, 32% 75%, 32% 33%, 24% 33%, 24% 63%, 16% 63%, 16% 47%, 8% 47%, 8% 53%, 0 53%);
  filter: drop-shadow(0 0 10px rgba(86, 227, 141, .55));
}

.radio-screen small,
.radio-screen strong,
.radio-screen p {
  display: block;
}

.radio-screen small {
  color: var(--muted-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.radio-screen strong {
  margin-top: 7px;
  font-size: 17px;
}

.radio-screen p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
}

.radio-screen p span {
  color: var(--green);
  font-family: var(--mono);
}

.radio-console ul {
  padding: 0 22px 12px;
}

.radio-console li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 16px 3px;
  border-bottom: 1px solid var(--line);
}

.radio-console li > span {
  color: var(--red);
  font: 700 8px/1 var(--mono);
}

.radio-console li strong,
.radio-console li p {
  display: block;
}

.radio-console li strong {
  font-size: 12px;
}

.radio-console li p {
  margin-top: 2px;
  color: var(--muted-2);
  font-size: 10px;
}

.radio-console li i {
  color: var(--green);
  font: 700 7px/1 var(--mono);
  font-style: normal;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.live-chat-shell {
  position: relative;
  min-width: 0;
  min-height: 640px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 42%),
    rgba(8, 11, 15, .94);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .55), 9px 9px 0 rgba(240, 68, 80, .09);
  backdrop-filter: blur(22px);
  scroll-margin-top: 105px;
}

.live-chat-shell::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: -1px;
  right: -1px;
  width: 76px;
  height: 4px;
  background: var(--red);
  box-shadow: 0 0 22px rgba(240, 68, 80, .45);
}

.live-chat-head {
  position: relative;
  z-index: 6;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 18px;
  background: rgba(255, 255, 255, .035);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.live-chat-head > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.live-chat-head small,
.live-chat-head strong {
  display: block;
}

.live-chat-head small {
  color: var(--muted-2);
  font: 700 7px/1 var(--mono);
  letter-spacing: .12em;
}

.live-chat-head strong {
  margin-top: 5px;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-chat-head > b {
  color: var(--amber);
  font: 700 7px/1 var(--mono);
  letter-spacing: .08em;
}

.live-chat-shell.is-live .live-chat-head > b {
  color: var(--green);
}

.live-chat-shell.has-error .live-chat-head > b {
  color: var(--red-bright);
}

.live-chat-signal {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: var(--amber);
  border-radius: 50%;
}

.live-chat-shell.is-live .live-chat-signal {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(86, 227, 141, .08), 0 0 18px rgba(86, 227, 141, .55);
}

.live-chat-shell.is-live .live-chat-signal::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(86, 227, 141, .45);
  border-radius: 50%;
  animation: chat-signal 2s ease-out infinite;
}

@keyframes chat-signal {
  from { transform: scale(.45); opacity: .85; }
  to { transform: scale(1.35); opacity: 0; }
}

.chat-messages {
  position: relative;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding: 14px 18px 22px;
  scrollbar-color: #3d444e transparent;
  scrollbar-width: thin;
}

.chat-messages::before {
  content: "DISCORD // GLOBAL CHAT";
  display: block;
  margin: 2px 0 12px;
  color: rgba(255, 255, 255, .22);
  font: 700 7px/1 var(--mono);
  letter-spacing: .17em;
  text-align: center;
}

.chat-message {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.chat-message > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(240, 68, 80, .38), rgba(240, 68, 80, .08)),
    #171b22;
  border: 1px solid rgba(240, 68, 80, .32);
  font: 800 12px/1 var(--mono);
}

.chat-message > .chat-avatar {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  flex: 0 0 auto;
}

.chat-avatar-fallback,
.chat-avatar-skin {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.chat-avatar-fallback {
  display: grid;
  place-items: center;
}

.chat-avatar-skin {
  z-index: 1;
  display: block;
  object-fit: cover;
  image-rendering: pixelated;
  opacity: 0;
  transition: opacity .16s ease;
}

.chat-avatar-skin.is-loaded {
  opacity: 1;
}

.chat-message.is-game > span {
  color: #a9f3c4;
  background:
    linear-gradient(135deg, rgba(86, 227, 141, .2), rgba(86, 227, 141, .04)),
    #11171a;
  border-color: rgba(86, 227, 141, .28);
}

.chat-message.is-shout {
  background: linear-gradient(90deg, rgba(255, 151, 67, .08), transparent 70%);
}

.chat-message.is-shout > span {
  color: #ffd2a7;
  background:
    linear-gradient(135deg, rgba(255, 151, 67, .26), rgba(255, 151, 67, .05)),
    #191410;
  border-color: rgba(255, 151, 67, .36);
}

.chat-message.is-own {
  margin-inline: -5px;
  padding-inline: 9px;
  background: linear-gradient(90deg, rgba(240, 68, 80, .09), transparent);
  border-left: 2px solid var(--red);
}

.chat-message > div {
  min-width: 0;
}

.chat-message header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chat-message header strong {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  color: #f5f6f7;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-message header strong > span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ia-rank-tag {
  width: auto;
  height: 14px;
  flex: 0 0 auto;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .45));
}

.chat-message header i {
  padding: 3px 5px;
  color: var(--muted-2);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .07);
  font: 700 6px/1 var(--mono);
  font-style: normal;
  letter-spacing: .08em;
}

.chat-message.is-game header i {
  color: var(--green);
}

.chat-message.is-shout header i {
  color: #ffad69;
  border-color: rgba(255, 151, 67, .22);
}

.chat-message header time {
  margin-left: auto;
  color: #626a74;
  font: 600 7px/1 var(--mono);
  white-space: nowrap;
}

.chat-message p {
  margin-top: 6px;
  color: #c3c8cf;
  font-size: 12px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.ia-chat-emoji {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: -.24em .08em -.18em;
  object-fit: contain;
  image-rendering: pixelated;
  vertical-align: baseline;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .38));
}

.chat-empty-state {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 35px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.chat-composer {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 13px;
  background: rgba(5, 7, 10, .96);
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.chat-composer[hidden] {
  display: none;
}

.chat-composer textarea {
  width: 100%;
  min-height: 54px;
  max-height: 130px;
  resize: none;
  padding: 16px 14px;
  color: #fff;
  outline: 0;
  background: #0b0e13;
  border: 1px solid #303640;
  border-radius: 0;
  font: 500 12px/1.55 var(--mono);
}

.chat-composer textarea:focus {
  border-color: rgba(240, 68, 80, .75);
  box-shadow: inset 3px 0 0 var(--red);
}

.chat-composer > div {
  width: 82px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 7px;
}

.chat-composer > div > span {
  color: var(--muted-2);
  font: 600 7px/1 var(--mono);
  text-align: right;
}

.chat-composer button {
  min-height: 38px;
  color: #fff;
  background: var(--red);
  border: 0;
  font-size: 11px;
  font-weight: 800;
}

.chat-composer button i {
  margin-left: 4px;
  font-style: normal;
}

.chat-composer button:disabled {
  cursor: wait;
  filter: grayscale(.5);
  opacity: .58;
}

.chat-login-gate {
  position: absolute;
  z-index: 5;
  inset: 58px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(240, 68, 80, .18), transparent 26%),
    linear-gradient(rgba(7, 9, 12, .9), rgba(7, 9, 12, .97));
  backdrop-filter: blur(13px);
  text-align: center;
}

.chat-login-gate[hidden] {
  display: none;
}

.chat-gate-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .27;
  background:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle, #000, transparent 70%);
}

.chat-gate-lock {
  position: relative;
  width: 64px;
  height: 52px;
  margin-bottom: 27px;
  background: var(--red);
  box-shadow: 8px 8px 0 rgba(240, 68, 80, .13), 0 0 36px rgba(240, 68, 80, .18);
}

.chat-gate-lock::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -28px;
  width: 30px;
  height: 35px;
  border: 7px solid #cdd2d8;
  border-bottom: 0;
}

.chat-gate-lock i {
  position: absolute;
  left: 28px;
  top: 17px;
  width: 8px;
  height: 18px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 35%, 75% 100%, 25% 100%, 0 35%);
}

.chat-login-gate small {
  position: relative;
  color: var(--red-bright);
  font: 700 7px/1 var(--mono);
  letter-spacing: .15em;
}

.chat-login-gate > strong {
  position: relative;
  margin-top: 13px;
  color: #fff;
  font-size: clamp(27px, 3vw, 39px);
  letter-spacing: -.05em;
}

.chat-login-gate p {
  position: relative;
  margin-top: 13px;
  color: #aeb5be;
  font-size: 12px;
  line-height: 1.75;
}

.chat-login-gate > a {
  position: relative;
  min-width: 210px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 19px;
  color: #fff;
  background: var(--red);
  box-shadow: 7px 7px 0 rgba(240, 68, 80, .14);
  font-size: 12px;
  font-weight: 800;
}

.chat-login-gate > a:hover {
  background: var(--red-bright);
  transform: translateY(-2px);
}

.chat-login-gate em {
  position: relative;
  margin-top: 21px;
  color: #777f89;
  font: 500 8px/1.5 var(--mono);
  font-style: normal;
}

.chat-login-gate code {
  color: #c7ccd2;
}

.live-chat-shell.is-locked .chat-messages {
  filter: blur(6px);
  opacity: .42;
  pointer-events: none;
  user-select: none;
}

.channel-grid,
.support-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.channel-grid a,
.support-category-grid article {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 50%),
    var(--panel);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: transform .25s var(--ease), border-color .25s ease;
}

.channel-grid a::after,
.support-category-grid article::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  opacity: .35;
  background:
    linear-gradient(90deg, var(--red) 50%, transparent 50%),
    linear-gradient(var(--red) 50%, transparent 50%);
  background-size: 7px 7px;
}

.channel-grid a:hover {
  border-color: rgba(240, 68, 80, .5);
  transform: translateY(-6px);
}

.channel-grid a > span,
.support-category-grid article > span {
  color: var(--red);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.channel-grid h3,
.support-category-grid h3 {
  margin-top: auto;
  font-size: 23px;
}

.channel-grid p,
.support-category-grid p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.channel-grid i {
  margin-top: 23px;
  color: #d9dde1;
  font: 700 9px/1 var(--mono);
  font-style: normal;
}

.support-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, .97), rgba(7, 9, 12, .67)),
    url("/assets/holdz-squad.jpg") center 42% / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.support-hero-inner {
  position: relative;
  z-index: 2;
  padding: 170px 0 70px;
}

.support-compose-section {
  background:
    radial-gradient(circle at 72% 42%, rgba(240, 68, 80, .07), transparent 25%),
    var(--bg);
}

.support-layout {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  align-items: start;
  gap: clamp(55px, 8vw, 110px);
}

.support-copy {
  position: sticky;
  top: 125px;
}

.support-copy h2 {
  font-size: clamp(42px, 5vw, 64px);
  letter-spacing: -.06em;
  line-height: 1.05;
}

.support-copy > p:not(.section-index) {
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.support-privacy {
  margin-top: 30px;
  padding: 16px;
  background: rgba(240, 68, 80, .06);
  border: 1px solid rgba(240, 68, 80, .2);
}

.support-privacy span,
.support-privacy strong {
  display: block;
}

.support-privacy span {
  color: var(--red);
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
}

.support-privacy strong {
  margin-top: 8px;
  font-size: 12px;
}

.inquiry-console {
  overflow: hidden;
  background: rgba(12, 15, 20, .8);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 28px 85px rgba(0, 0, 0, .3);
}

.inquiry-console-head b {
  color: var(--amber);
}

.inquiry-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
  padding: 29px;
}

.inquiry-fields label > span {
  display: block;
  margin-bottom: 8px;
  color: #c8cdd3;
  font-size: 11px;
  font-weight: 700;
}

.inquiry-fields input,
.inquiry-fields select,
.inquiry-fields textarea {
  width: 100%;
  color: #fff;
  outline: 0;
  background: #080b0f;
  border: 1px solid #303640;
  border-radius: 0;
  font: 550 13px/1.5 var(--mono);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.inquiry-fields input,
.inquiry-fields select {
  height: 52px;
  padding: 0 14px;
}

.inquiry-fields textarea {
  resize: vertical;
  min-height: 145px;
  padding: 14px;
}

.inquiry-fields input:focus,
.inquiry-fields select:focus,
.inquiry-fields textarea:focus {
  border-color: var(--red);
  box-shadow: 4px 4px 0 rgba(240, 68, 80, .11);
}

.inquiry-field-wide {
  grid-column: 1 / -1;
}

.inquiry-preview {
  margin: 0 29px;
  padding: 17px;
  background: #07090c;
  border: 1px solid var(--line);
}

.inquiry-preview small {
  color: var(--red);
  font: 700 7px/1 var(--mono);
  letter-spacing: .12em;
}

.inquiry-preview pre {
  min-height: 90px;
  margin: 12px 0 0;
  overflow: auto;
  color: #aeb5be;
  font: 500 11px/1.7 var(--mono);
  white-space: pre-wrap;
  word-break: break-word;
}

.inquiry-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 20px 29px 29px;
}

.inquiry-actions button,
.inquiry-actions a {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 750;
}

.inquiry-actions button {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: var(--red);
}

.inquiry-actions button span {
  color: rgba(255, 255, 255, .6);
  font: 700 7px/1 var(--mono);
  letter-spacing: .1em;
}

.inquiry-actions a {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .1);
}

.support-category-grid article {
  min-height: 260px;
}

.support-safety {
  padding: 75px 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 9px),
    var(--red-dark);
}

.support-safety span {
  color: rgba(255, 255, 255, .6);
  font: 700 8px/1 var(--mono);
  letter-spacing: .13em;
}

.support-safety h2 {
  margin-top: 11px;
  font-size: clamp(28px, 4vw, 50px);
  letter-spacing: -.05em;
}

.support-safety p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .72);
}

@media (min-width: 841px) and (max-width: 1180px) {
  .header-actions .status-chip {
    display: none;
  }

  .nav-links {
    gap: 15px;
  }
}

@media (max-width: 960px) {
  .comms-hero-layout,
  .support-layout {
    grid-template-columns: 1fr;
  }

  .radio-console,
  .live-chat-shell {
    max-width: 610px;
  }

  .channel-grid,
  .support-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .support-copy {
    position: static;
    max-width: 650px;
  }
}

@media (max-width: 620px) {
  .comms-hero {
    min-height: auto;
    align-items: start;
    background:
      linear-gradient(to bottom, rgba(7, 9, 12, .82), rgba(7, 9, 12, .97) 62%, var(--bg)),
      url("/assets/holdz-combat.jpg") 58% 18% / auto 720px no-repeat;
  }

  .comms-hero-layout {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 34px;
    padding-top: calc(var(--header-h) + 14px);
    padding-bottom: 58px;
  }

  .comms-hero-copy {
    order: 2;
    padding: 5px 2px 0;
  }

  .comms-hero-copy h1,
  .support-hero h1 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .comms-hero-copy > p:not(.eyebrow),
  .support-hero-inner > p:not(.eyebrow) {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.7;
  }

  .comms-hero-copy .hero-actions {
    margin-top: 24px;
  }

  .radio-screen {
    grid-template-columns: 86px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .radio-wave {
    width: 82px;
  }

  .live-chat-shell {
    order: 1;
    width: 100%;
    height: min(680px, calc(100svh - var(--header-h) - 28px));
    min-height: 510px;
    max-height: 680px;
    grid-template-rows: 52px minmax(0, 1fr) auto;
    border-color: rgba(255, 255, 255, .18);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .52), 5px 5px 0 rgba(240, 68, 80, .09);
    scroll-margin-top: calc(var(--header-h) + 10px);
  }

  .live-chat-head {
    min-height: 52px;
    padding-inline: 13px;
  }

  .live-chat-head > div {
    gap: 9px;
  }

  .live-chat-head small {
    display: none;
  }

  .live-chat-head strong {
    margin-top: 0;
    font-size: 10px;
  }

  .live-chat-head > b {
    font-size: 6px;
    letter-spacing: .04em;
  }

  .live-chat-signal {
    width: 8px;
    height: 8px;
  }

  .chat-messages {
    padding: 7px 10px 14px;
  }

  .chat-messages::before {
    margin: 5px 0 7px;
    font-size: 6px;
  }

  .chat-message {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 10px 2px;
  }

  .chat-message > span {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .chat-message header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
  }

  .chat-message header strong {
    font-size: 10px;
  }

  .ia-rank-tag {
    height: 12px;
  }

  .chat-message header i {
    display: none;
  }

  .chat-message header time {
    font-size: 6px;
  }

  .chat-message p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5;
  }

  .chat-login-gate {
    inset: 52px 0 0;
    padding: 24px 18px max(24px, env(safe-area-inset-bottom));
  }

  .chat-gate-lock {
    width: 52px;
    height: 43px;
    margin-bottom: 22px;
  }

  .chat-gate-lock::before {
    left: 12px;
    top: -23px;
    width: 27px;
    height: 30px;
    border-width: 6px;
  }

  .chat-gate-lock i {
    left: 22px;
    top: 13px;
  }

  .chat-login-gate > strong {
    margin-top: 10px;
    font-size: clamp(26px, 8.4vw, 34px);
  }

  .chat-login-gate p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.65;
  }

  .chat-login-gate p br {
    display: none;
  }

  .chat-login-gate > a {
    width: min(100%, 250px);
    min-width: 0;
    min-height: 52px;
    margin-top: 20px;
  }

  .chat-login-gate em {
    margin-top: 16px;
    font-size: 7px;
  }

  .chat-composer {
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 7px;
    padding: 9px 9px max(9px, env(safe-area-inset-bottom));
  }

  .chat-composer textarea {
    min-height: 48px;
    max-height: 96px;
    padding: 12px;
    font-size: 16px;
    line-height: 1.45;
  }

  .chat-composer > div {
    width: 52px;
    display: block;
  }

  .chat-composer > div > span {
    display: none;
  }

  .chat-composer button {
    width: 52px;
    height: 48px;
    min-height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
  }

  .chat-composer button i {
    display: none;
  }

  @supports (height: 100dvh) {
    .live-chat-shell:focus-within {
      height: calc(100dvh - 12px);
      min-height: 330px;
      max-height: none;
    }
  }

  .channel-grid,
  .support-category-grid,
  .inquiry-fields,
  .inquiry-actions {
    grid-template-columns: 1fr;
  }

  .channel-grid a,
  .support-category-grid article {
    min-height: 240px;
  }

  .support-hero {
    min-height: 610px;
  }

  .support-hero-inner {
    padding: 140px 0 55px;
  }

  .inquiry-field-wide {
    grid-column: auto;
  }

  .inquiry-fields,
  .inquiry-actions {
    padding-inline: 18px;
  }

  .inquiry-preview {
    margin-inline: 18px;
  }
}

/* =========================================================
   Homepage visual operations — project-specific image assets
   ========================================================= */

.visual-operations {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(240, 68, 80, .08), transparent 26%),
    linear-gradient(180deg, #0a0d11, #07090c);
}

.visual-operations::after {
  content: "HOLDz // SURVIVAL ARCHIVE";
  position: absolute;
  top: 44px;
  right: max(24px, calc((100% - var(--shell, 1280px)) / 2));
  z-index: -1;
  color: rgba(255, 255, 255, .025);
  font: 900 clamp(52px, 8vw, 126px)/1 var(--mono);
  letter-spacing: -.08em;
  white-space: nowrap;
}

.operation-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.operation-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #0a0d11;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  isolation: isolate;
  transition: transform .45s var(--ease), border-color .3s ease, box-shadow .45s var(--ease);
}

.operation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 7, 10, .18), rgba(5, 7, 10, .08) 35%, rgba(5, 7, 10, .96) 85%),
    linear-gradient(115deg, rgba(240, 68, 80, .12), transparent 45%);
}

.operation-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .14;
  background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(0, 0, 0, .34) 4px 5px);
}

.operation-card figure {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
}

.operation-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.09) brightness(.86);
  transition: transform .8s var(--ease), filter .45s ease;
}

.operation-card header,
.operation-card > div {
  position: relative;
  z-index: 3;
}

.operation-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 19px;
  color: rgba(255, 255, 255, .68);
  background: linear-gradient(180deg, rgba(5, 7, 10, .72), transparent);
  font: 700 8px/1 var(--mono);
  letter-spacing: .1em;
}

.operation-card header b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .74);
  font-size: 7px;
}

.operation-card header i {
  width: 6px;
  height: 6px;
  background: var(--green);
  box-shadow: 0 0 13px rgba(87, 223, 147, .7);
  transform: rotate(45deg);
}

.operation-card > div {
  padding: 34px 28px 29px;
}

.operation-card small {
  color: var(--red-bright);
  font: 800 8px/1 var(--mono);
  letter-spacing: .15em;
}

.operation-card h3 {
  margin-top: 13px;
  font-size: clamp(28px, 2.45vw, 39px);
  letter-spacing: -.055em;
  line-height: 1.12;
  text-wrap: balance;
}

.operation-card p {
  min-height: 44px;
  margin-top: 15px;
  color: #a6adb6;
  font-size: 12px;
  line-height: 1.7;
}

.operation-card > div > strong {
  display: block;
  margin-top: 24px;
  color: #f1f3f5;
  font: 750 9px/1 var(--mono);
  letter-spacing: .04em;
}

@media (hover: hover) {
  .operation-card:hover {
    z-index: 2;
    border-color: rgba(255, 101, 111, .55);
    box-shadow: 0 38px 100px rgba(0, 0, 0, .42), 8px 8px 0 rgba(240, 68, 80, .1);
    transform: translateY(-8px);
  }

  .operation-card:hover img {
    filter: saturate(.92) contrast(1.08) brightness(.96);
    transform: scale(1.045);
  }
}

@media (max-width: 980px) {
  .operation-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .operation-card:last-child {
    grid-column: 1 / -1;
    min-height: 430px;
  }

  .operation-card:last-child img {
    object-position: center 58%;
  }
}

@media (max-width: 620px) {
  .official-hero {
    background-position: 61% center;
  }

  .operation-mosaic {
    grid-template-columns: 1fr;
  }

  .operation-card,
  .operation-card:last-child {
    grid-column: auto;
    min-height: 440px;
  }

  .operation-card > div {
    padding: 30px 22px 25px;
  }

  .operation-card h3 {
    font-size: 30px;
  }

  .operation-card p {
    min-height: 0;
  }
}

/* =========================================================
   Homepage responsive type system — readable at every width
   ========================================================= */

.home-page {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.home-page .hero h1,
.home-page .section-heading h2,
.home-page .home-feature-copy h2,
.home-page .operation-card h3,
.home-page .portal-card h3,
.home-page .final-inner h2 {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.home-page .eyebrow,
.home-page .section-index {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .12em;
}

.home-page .hero h1 {
  max-width: 800px;
  font-size: clamp(58px, 6.15vw, 90px);
  letter-spacing: -.047em;
  line-height: 1.035;
}

.home-page .hero-lead {
  max-width: 680px;
  color: #c7ccd2;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.78;
  word-break: keep-all;
}

.home-page .button-kicker,
.home-page .copy-mark {
  font-size: 10px;
}

.home-page .button-secondary {
  font-size: 15px;
}

.home-page .hero-proof span {
  font-size: 10px;
  letter-spacing: .11em;
}

.home-page .hero-proof strong {
  font-size: 13px;
}

.home-page .section-heading h2,
.home-page .home-feature-copy h2 {
  letter-spacing: -.045em;
  line-height: 1.12;
}

.home-page .split-heading > p,
.home-page .heading-copy {
  color: #adb4bc;
  font-size: 16px;
  line-height: 1.85;
  word-break: keep-all;
}

.home-page .portal-card > span {
  font-size: 10px;
  line-height: 1.35;
}

.home-page .portal-card h3 {
  font-size: 29px;
  line-height: 1.18;
}

.home-page .portal-card p {
  color: #aeb5bd;
  font-size: 14px;
  line-height: 1.65;
  word-break: keep-all;
}

.home-page .portal-card i {
  font-size: 10px;
  line-height: 1.3;
}

.home-page .operation-card header {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: .08em;
}

.home-page .operation-card header b {
  font-size: 9px;
}

.home-page .operation-card small {
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: .11em;
}

.home-page .operation-card h3 {
  font-size: clamp(31px, 2.45vw, 39px);
  letter-spacing: -.043em;
  line-height: 1.17;
}

.home-page .operation-card p {
  min-height: 50px;
  color: #c0c6cd;
  font-size: 14px;
  line-height: 1.72;
  word-break: keep-all;
}

.home-page .operation-card > div > strong {
  font-size: 11px;
  line-height: 1.35;
}

.home-page .home-feature-copy > p:not(.section-index) {
  color: #b7bec6;
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.home-page .snapshot-list dt {
  font-size: 9px;
  line-height: 1.3;
}

.home-page .snapshot-list dd {
  font-size: 24px;
  line-height: 1.15;
}

.home-page .text-link {
  font-size: 13px;
  line-height: 1.4;
}

.home-page .bulletin-list time {
  font-size: 11px;
  line-height: 1.35;
}

.home-page .bulletin-tag {
  font-size: 9px;
  line-height: 1.2;
}

.home-page .bulletin-list strong {
  font-size: 16px;
  line-height: 1.55;
  word-break: keep-all;
}

.home-page .final-inner > p {
  font-size: 11px;
  line-height: 1.35;
}

.home-page .final-inner h2 {
  letter-spacing: -.052em;
  line-height: .99;
}

.home-page .footer-links a,
.home-page .footer-inner > p {
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .home-page .hero h1 {
    font-size: clamp(52px, 6.7vw, 68px);
  }

  .home-page .section-heading h2,
  .home-page .home-feature-copy h2 {
    font-size: clamp(44px, 5.4vw, 58px);
  }

  .home-page .operation-card h3 {
    font-size: 33px;
  }
}

@media (max-width: 840px) {
  .home-page .eyebrow,
  .home-page .section-index {
    font-size: 11px;
  }

  .home-page .hero h1 {
    max-width: 680px;
    font-size: clamp(50px, 9vw, 66px);
    line-height: 1.06;
  }

  .home-page .hero-lead {
    max-width: 620px;
    font-size: 18px;
  }

  .home-page .split-heading > p,
  .home-page .heading-copy {
    max-width: 680px;
    font-size: 16px;
  }

  .home-page .portal-card h3 {
    font-size: 30px;
  }

  .home-page .operation-card p {
    font-size: 14.5px;
  }
}

@media (max-width: 620px) {
  .home-page .hero-layout {
    padding-top: 138px;
  }

  .home-page .eyebrow {
    gap: 11px;
    margin-bottom: 24px;
    font-size: 10.5px;
    line-height: 1.55;
    letter-spacing: .08em;
  }

  .home-page .section-index {
    margin-bottom: 15px;
    font-size: 10.5px;
    line-height: 1.45;
    letter-spacing: .1em;
  }

  .home-page .hero h1 {
    font-size: clamp(38px, 11.8vw, 50px);
    letter-spacing: -.035em;
    line-height: 1.1;
  }

  .home-page .hero-lead {
    margin-top: 23px;
    color: #d1d5da;
    font-size: 16.5px;
    line-height: 1.78;
  }

  .home-page .button {
    min-height: 68px;
    font-size: 15px;
  }

  .home-page .button-kicker,
  .home-page .copy-mark {
    font-size: 10px;
  }

  .home-page .button-primary strong {
    font-size: 19px;
  }

  .home-page .hero-proof {
    gap: 22px 14px;
  }

  .home-page .hero-proof span {
    margin-bottom: 8px;
    font-size: 9.5px;
  }

  .home-page .hero-proof strong {
    font-size: 12.5px;
    line-height: 1.3;
  }

  .home-page .section {
    padding-block: 80px;
  }

  .home-page .section-heading {
    margin-bottom: 36px;
  }

  .home-page .section-heading h2,
  .home-page .home-feature-copy h2 {
    font-size: clamp(34px, 10.5vw, 42px);
    letter-spacing: -.035em;
    line-height: 1.16;
  }

  .home-page .split-heading > p,
  .home-page .heading-copy {
    color: #c0c6cd;
    font-size: 15.5px;
    line-height: 1.8;
  }

  .home-page .portal-card,
  .home-page .portal-card-wide {
    min-height: 245px;
    padding: 24px 22px;
  }

  .home-page .portal-card > span {
    font-size: 10px;
  }

  .home-page .portal-card h3 {
    font-size: 29px;
  }

  .home-page .portal-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .home-page .portal-card i {
    font-size: 11px;
  }

  .home-page .operation-card,
  .home-page .operation-card:last-child {
    min-height: 470px;
  }

  .home-page .operation-card header {
    padding: 17px 16px;
    font-size: 9.5px;
  }

  .home-page .operation-card header b {
    font-size: 8.5px;
  }

  .home-page .operation-card > div {
    padding: 31px 22px 27px;
  }

  .home-page .operation-card small {
    font-size: 10px;
  }

  .home-page .operation-card h3 {
    font-size: 31px;
    line-height: 1.18;
  }

  .home-page .operation-card p {
    min-height: 0;
    font-size: 15px;
    line-height: 1.72;
  }

  .home-page .operation-card > div > strong {
    font-size: 11.5px;
  }

  .home-page .home-feature-copy > p:not(.section-index) {
    font-size: 16px;
    line-height: 1.82;
  }

  .home-page .snapshot-list dt {
    font-size: 10px;
  }

  .home-page .snapshot-list dd {
    font-size: 23px;
  }

  .home-page .text-link {
    font-size: 14px;
  }

  .home-page .bulletin-list a {
    grid-template-columns: 78px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 20px 6px;
  }

  .home-page .bulletin-list time {
    font-size: 10.5px;
  }

  .home-page .bulletin-tag {
    font-size: 9px;
  }

  .home-page .bulletin-list strong {
    font-size: 15.5px;
    line-height: 1.5;
  }

  .home-page .final-inner > p {
    font-size: 10px;
    line-height: 1.5;
  }

  .home-page .final-inner h2 {
    font-size: clamp(42px, 13vw, 54px);
    line-height: 1.03;
  }

  .home-page .footer-links a,
  .home-page .footer-inner > p {
    font-size: 12px;
  }
}
