/* ============================================
   Decoy · ديكوي — Main page styles
   Premium dark creator media kit
   ============================================ */

:root {
  --bg: #08080a;
  --bg-elev: #0e0e11;
  --panel: rgba(20, 20, 24, 0.55);
  --panel-solid: #131318;
  --hairline: rgba(255, 255, 255, 0.07);
  --hairline-strong: rgba(255, 255, 255, 0.14);
  --text: #f4f4f6;
  --text-dim: #a8a8b0;
  --text-mute: #6a6a72;
  --accent: #ff2a3d;
  --accent-soft: #ff556a;
  --accent-glow: rgba(255, 42, 61, 0.32);
  --cta: #3a6dff;
  --cta-glow: rgba(58, 109, 255, 0.32);
  --good: #5dd39e;

  --font-body: "Inter", -apple-system, system-ui, sans-serif;
  --font-display: "Inter", -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", "Geist Mono", ui-monospace, monospace;
  --font-ar: "Cairo", "Inter", sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;

  --topo-opacity: 0.045;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Topographic background */
.bg-topo {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 1100px 560px at 50% -8%, rgba(255, 42, 61, 0.18), transparent 60%),
    radial-gradient(ellipse 800px 600px at 50% 120%, rgba(58, 109, 255, 0.06), transparent 70%);
}
.bg-topo::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: var(--topo-opacity);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'><defs><filter id='n'><feTurbulence baseFrequency='0.012' numOctaves='2' seed='4'/><feColorMatrix values='0 0 0 0 1   0 0 0 0 1   0 0 0 0 1   0 0 0 1 0'/></filter></defs><rect width='800' height='800' fill='black'/><g stroke='white' stroke-width='1' fill='none' opacity='0.6'><path d='M-50 200 Q200 150 400 220 T850 240'/><path d='M-50 280 Q200 230 400 300 T850 320'/><path d='M-50 360 Q200 310 400 380 T850 400'/><path d='M-50 440 Q200 390 400 460 T850 480'/><path d='M-50 520 Q200 470 400 540 T850 560'/><path d='M-50 600 Q200 550 400 620 T850 640'/><path d='M-50 120 Q200 70 400 140 T850 160'/><path d='M-50 40 Q200 -10 400 60 T850 80'/><path d='M-50 680 Q200 630 400 700 T850 720'/></g></svg>");
  background-size: 800px 800px;
}
.bg-topo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='1' seed='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.025;
  mix-blend-mode: overlay;
}

/* Layout container */
.shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 28px 120px;
}

/* ===== TOP BAR ===== */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}
.topbar .brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topbar .brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
}
.topbar .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.topbar .brand-text .b1 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  text-transform: uppercase;
}
.topbar .brand-text .b2 {
  font-weight: 700;
  font-size: 14px;
}
.topbar nav {
  display: flex;
  gap: 4px;
  background: var(--panel);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 4px;
  backdrop-filter: blur(14px);
}
.topbar nav a {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  transition: all 0.2s ease;
}
.topbar nav a:hover { color: var(--text); background: rgba(255,255,255,0.04); }
.topbar .live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  background: var(--panel);
  backdrop-filter: blur(14px);
}
.topbar .live-pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 0 4px rgba(93, 211, 158, 0.18);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  margin-bottom: 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 24px;
}
.hero-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}
.hero h1 .ar {
  font-family: var(--font-ar);
  font-weight: 700;
  background: linear-gradient(180deg, var(--accent-soft), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .subtitle {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 18px;
  margin-bottom: 28px;
}
.hero .subtitle .sep { color: var(--accent); margin: 0 10px; }

.hero .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.hero .meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--hairline);
  font-size: 12px;
  color: var(--text-dim);
}
.hero .meta i { color: var(--accent); font-size: 11px; }
.hero .meta.verified i { color: var(--cta); }

.social-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  background: var(--panel);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  text-decoration: none;
  color: var(--text);
  backdrop-filter: blur(14px);
  transition: all 0.25s ease;
  cursor: pointer;
}
.pill:hover {
  transform: translateY(-2px);
  border-color: var(--hairline-strong);
  background: rgba(255,255,255,0.06);
}
.pill .pi { font-size: 14px; opacity: 0.9; }
.pill .pn {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.pill .pv {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 13px;
}

/* Hero avatar card */
.avatar-card {
  position: relative;
  aspect-ratio: 1 / 1.15;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--panel-solid);
  border: 1px solid var(--hairline);
  box-shadow:
    0 30px 80px -30px rgba(255, 42, 61, 0.35),
    0 0 0 1px rgba(255,255,255,0.03) inset;
}
.avatar-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(0.95);
}
.avatar-card .av-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.6) 100%),
    radial-gradient(ellipse at 30% 30%, rgba(255, 42, 61, 0.18), transparent 60%);
  pointer-events: none;
}
.avatar-card .av-meta {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}
.avatar-card .av-meta .corner {
  display: flex;
  align-items: center;
  gap: 6px;
}
.avatar-card .av-meta .live-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--good);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.avatar-card .corner-marks span {
  position: absolute;
  width: 14px; height: 14px;
  border: 1px solid rgba(255,255,255,0.4);
}
.avatar-card .corner-marks .tl { top: 12px; left: 12px; border-right: none; border-bottom: none; }
.avatar-card .corner-marks .tr { top: 12px; right: 12px; border-left: none; border-bottom: none; }
.avatar-card .corner-marks .bl { bottom: 12px; left: 12px; border-right: none; border-top: none; }
.avatar-card .corner-marks .br { bottom: 12px; right: 12px; border-left: none; border-top: none; }

/* ===== SECTION TITLES ===== */
.section {
  margin-top: 96px;
  position: relative;
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hairline);
}
.section-head .lhs {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.section-head .num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.1em;
}
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1;
}
.section-head h2 .ar {
  font-family: var(--font-ar);
  color: var(--text-dim);
  font-weight: 600;
  font-size: 0.62em;
  margin-left: 12px;
}
.section-head .rhs {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-mute);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ===== LINKS ===== */
.links-grid {
  display: grid;
  gap: 12px;
}
.link-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  background: var(--panel);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: var(--text);
  backdrop-filter: blur(14px);
  transition: all 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
}
.link-card:hover {
  transform: translateY(-3px);
  border-color: var(--hairline-strong);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.6);
}
.link-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid var(--hairline);
  font-size: 18px;
}
.link-card .body { min-width: 0; }
.link-card .body .t {
  font-family: var(--font-ar);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
}
.link-card .body .s {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.link-card .tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--hairline);
  color: var(--text-dim);
  background: rgba(255,255,255,0.03);
}
.link-card .tag.partner {
  border-color: rgba(255, 42, 61, 0.35);
  color: var(--accent-soft);
  background: rgba(255, 42, 61, 0.08);
}
.link-card .tag.new {
  border-color: rgba(58, 109, 255, 0.35);
  color: #7da0ff;
  background: rgba(58, 109, 255, 0.08);
}
.link-card .tag.arc-raiders {
  border-color: rgba(0, 242, 255, 0.45);
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.06);
  text-shadow: 0 0 8px rgba(0, 242, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 242, 255, 0.12);
}
.link-card .arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--hairline);
  font-size: 12px;
  transition: all 0.25s ease;
}
.link-card:hover .arrow {
  background: var(--accent);
  border-color: var(--accent);
  transform: rotate(-45deg);
}

/* Highlight link card — signature red gradient */
.link-card.highlight {
  background:
    linear-gradient(135deg, rgba(255, 42, 61, 0.18), rgba(255, 42, 61, 0.03) 60%),
    var(--panel);
  border-color: rgba(255, 42, 61, 0.32);
  box-shadow: 0 0 0 1px rgba(255, 42, 61, 0.08), 0 20px 60px -25px var(--accent-glow);
}
.link-card.highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(255, 42, 61, 0.18) 100%);
  pointer-events: none;
}
.link-card.highlight .icon {
  background: linear-gradient(180deg, rgba(255, 42, 61, 0.22), rgba(255, 42, 61, 0.06));
  border-color: rgba(255, 42, 61, 0.4);
  color: var(--accent-soft);
}

/* ===== ARC RAIDERS conic border animation ===== */
@property --arc-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes arc-rotate {
  to { --arc-angle: 360deg; }
}
.link-card.arc-raiders-border {
  background:
    linear-gradient(#08080a, #08080a) padding-box,
    conic-gradient(from var(--arc-angle), #bf00ff, #00f2ff, #ffffff, #00f2ff, #bf00ff) border-box;
  border: 2px solid transparent !important;
  animation: arc-rotate 3s linear infinite;
  overflow: visible;
}
.link-card.arc-raiders-border .icon {
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.15);
  border-color: rgba(0, 242, 255, 0.35);
  filter: drop-shadow(0 0 10px rgba(0, 242, 255, 0.5));
}

/* ===== BRANDS MARQUEE ===== */
.brands-strip {
  position: relative;
  overflow: hidden;
  padding: 28px 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, black 12%, black 88%, transparent 100%);
}
.brands-track {
  display: flex;
  gap: 64px;
  animation: scroll-x 38s linear infinite;
  width: max-content;
}
.brands-track img {
  height: 28px;
  opacity: 0.55;
  filter: brightness(0) invert(1);
  transition: opacity 0.25s ease;
}
.brands-track img:hover { opacity: 1; }
@keyframes scroll-x {
  to { transform: translateX(-50%); }
}

/* ===== STATS OVERVIEW ===== */
.stats-overview {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
}
.stat-block {
  background: var(--panel);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
}
.stat-block .label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.stat-block .label .badge {
  color: var(--accent-soft);
}
.stat-block .value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(48px, 6vw, 84px);
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 30%, #8a8a92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-block.featured {
  background:
    linear-gradient(135deg, rgba(255, 42, 61, 0.14), transparent 50%),
    var(--panel);
  border-color: rgba(255, 42, 61, 0.22);
}
.stat-block.featured .value {
  background: linear-gradient(180deg, var(--accent-soft) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-block .footnote {
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-mute);
  letter-spacing: 0.05em;
}

/* ===== PLATFORM MAGAZINE ===== */
.platform-strip {
  margin-top: 24px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  background: var(--panel);
  backdrop-filter: blur(14px);
  overflow: hidden;
  position: relative;
}
.platform-strip + .platform-strip { margin-top: 16px; }

.ps-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  padding: 36px 36px 28px;
  border-bottom: 1px solid var(--hairline);
  position: relative;
}
.ps-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--platform-tint, transparent);
  opacity: 0.08;
  pointer-events: none;
}
.ps-head .lhs { display: flex; align-items: center; gap: 18px; }
.ps-head .platform-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: var(--platform-tint, rgba(255,255,255,0.05));
  border: 1px solid var(--hairline-strong);
  color: var(--platform-color, #fff);
}
.ps-head h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.ps-head .handle {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-mute);
  margin-top: 6px;
  letter-spacing: 0.05em;
}
.ps-head .handle .verified-dot {
  display: inline-block;
  width: 12px; height: 12px;
  background: var(--cta);
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
}
.ps-head .handle .verified-dot::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: white;
  font-size: 8px;
  font-weight: 900;
}
.ps-head .followers {
  text-align: right;
}
.ps-head .followers .v {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(180deg, #fff 30%, #8a8a92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ps-head .followers .l {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-top: 6px;
}

.ps-body {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
}
.ps-body > * { padding: 32px 36px; }
.ps-body .col-left { border-right: 1px solid var(--hairline); }

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 32px;
}
.metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.metric .ml {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.metric .mv {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--text);
}
.metric .ms {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--good);
  letter-spacing: 0.05em;
}

.subhead {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.subhead .period { color: var(--text); }

/* Charts */
.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 140px;
  margin-bottom: 8px;
}
.chart-bars .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--accent-soft), var(--accent));
  border-radius: 4px 4px 0 0;
  min-height: 6px;
  position: relative;
  transition: all 0.4s ease;
}
.chart-bars .bar.muted { background: rgba(255,255,255,0.12); }
.chart-bars .bar:hover { filter: brightness(1.2); }
.chart-bars .bar .bv {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text);
}
.chart-labels {
  display: flex;
  gap: 8px;
}
.chart-labels span {
  flex: 1;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-mute);
  letter-spacing: 0.05em;
}

.geo-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.geo-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
}
.geo-row .code {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--text-mute);
}
.geo-row .track {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
}
.geo-row .fill {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
  border-radius: 999px;
  transition: width 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.geo-row .name {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--text);
  white-space: nowrap;
  z-index: 2;
  mix-blend-mode: difference;
}
.geo-row .pct {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  text-align: right;
  min-width: 36px;
}

.gender-split {
  display: flex;
  margin-top: 20px;
  border-radius: 999px;
  overflow: hidden;
  height: 8px;
  background: rgba(255,255,255,0.05);
}
.gender-split .seg-m {
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
}
.gender-split .seg-f {
  background: rgba(255,255,255,0.18);
}
.gender-legend {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-mute);
}

/* Quiet platform card (twitch / twitter) */
.platform-quiet {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  background: var(--panel);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  margin-top: 16px;
  backdrop-filter: blur(14px);
}
.platform-quiet .lhs { display: flex; align-items: center; gap: 18px; }
.platform-quiet .pi {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid; place-items: center;
  font-size: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--hairline);
}
.platform-quiet h4 { font-size: 18px; font-weight: 600; }
.platform-quiet .h { font-family: var(--font-mono); color: var(--text-mute); font-size: 12px; margin-top: 2px; }
.platform-quiet .followers {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.platform-quiet .followers .l {
  font-size: 10px;
  font-weight: 400;
  color: var(--text-mute);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

/* ===== CTA SECTION ===== */
.cta-card {
  margin-top: 96px;
  padding: 64px 48px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--hairline);
  background:
    radial-gradient(ellipse 700px 280px at 80% 0%, rgba(255, 42, 61, 0.18), transparent 70%),
    radial-gradient(ellipse 600px 280px at 20% 100%, rgba(58, 109, 255, 0.08), transparent 70%),
    var(--panel);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
}
.cta-card::before {
  content: "";
  position: absolute;
  top: 24px; left: 24px;
  width: 12px; height: 12px;
  border-top: 1px solid rgba(255,255,255,0.4);
  border-left: 1px solid rgba(255,255,255,0.4);
}
.cta-card::after {
  content: "";
  position: absolute;
  bottom: 24px; right: 24px;
  width: 12px; height: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  border-right: 1px solid rgba(255,255,255,0.4);
}
.cta-card h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 4.5vw, 60px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 14px;
}
.cta-card h2 .ar {
  font-family: var(--font-ar);
  color: var(--text-dim);
  font-weight: 600;
  font-size: 0.55em;
  margin-left: 14px;
}
.cta-card p {
  color: var(--text-dim);
  max-width: 560px;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 32px;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  background: var(--cta);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset, 0 12px 30px -10px var(--cta-glow);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset, 0 18px 40px -10px var(--cta-glow);
}
.email-display {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--hairline);
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-dim);
  cursor: pointer;
  transition: all 0.2s ease;
}
.email-display:hover { color: var(--text); border-color: var(--hairline-strong); }
.email-display .copied { color: var(--good); }

/* ===== FOOTER ===== */
.foot {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--hairline);
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.foot a {
  color: var(--text-dim);
  text-decoration: none;
  margin-left: 18px;
}
.foot a:hover { color: var(--text); }

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .avatar-card { max-width: 360px; }
  .stats-overview { grid-template-columns: 1fr; }
  .ps-body { grid-template-columns: 1fr; }
  .ps-body .col-left { border-right: none; border-bottom: 1px solid var(--hairline); }
  .topbar nav { display: none; }
  .ps-head { padding: 24px; grid-template-columns: 1fr; gap: 16px; }
  .ps-head .followers { text-align: left; }
  .ps-head .followers .v { font-size: 40px; }
  .ps-body > * { padding: 24px; }
}
@media (max-width: 560px) {
  .shell { padding: 24px 18px 80px; }
  .link-card { grid-template-columns: 48px 1fr auto; gap: 14px; padding: 14px; }
  .link-card .tag { display: none; }
  .link-card .icon { width: 48px; height: 48px; font-size: 16px; }
  .stat-block { padding: 22px; }
  .cta-card { padding: 36px 24px; }
  .metric-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .foot { flex-direction: column; gap: 12px; }
  .foot a { margin-left: 0; margin-right: 18px; }
}
