/* ===== Selbst gehostete Schriften =====
   Bewusst lokal ausgeliefert statt über die Google-Fonts-CDN: das vermeidet die
   Übertragung der Besucher-IP in die USA (LG München I, 3 O 17493/20) und spart
   den blockierenden Cross-Origin-Request. Dateien in src/fonts/, Subsets latin +
   latin-ext (deutsche Umlaute und ß liegen in latin). */
/* Inter latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Inter latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Outfit latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url(fonts/outfit-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Outfit latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url(fonts/outfit-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============ PropFirma.net — shared styles ============
   Direction: "stream deck". Twitch-neutral dark ground, one purple accent,
   elevation instead of hairlines, tabular Inter instead of monospace.
   Signature gradient runs Twitch purple -> Discord blurple.
   --surface-2 is LIGHTER than --surface in dark: nested pills read as raised
   without needing a border.
   ============================================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

:root, [data-theme="dark"] {
  --bg: #0E0E12; --surface: #17171D; --surface-2: #1E1E26; --surface-3: #262630;
  --ink: #FFFFFF; --ink-2: #B9BBC6; --ink-3: #8E90A0;
  --line: #262630; --accent: #9146FF; --accent-2: #5865F2;
  --accent-soft: rgba(145,70,255,.16); --accent-ink: #C6A5FF;
  --amber: #FFB020; --pos: #23D18B; --warn: #FF8A3D; --money: #23D18B; --live: #FF4757;
  --medal-1: #FFD84D; --medal-2: #C7CEE0; --medal-3: #E89A5B;
  --panel: #1A1A22; --best: rgba(145,70,255,.14);
  --grad: linear-gradient(135deg, var(--accent), var(--accent-2));
  --shadow: 0 1px 2px rgba(0,0,0,.4), 0 4px 14px rgba(0,0,0,.28);
  --shadow-lg: 0 2px 6px rgba(0,0,0,.45), 0 16px 36px rgba(0,0,0,.5);
}
[data-theme="light"] {
  --bg: #F7F7F9; --surface: #FFFFFF; --surface-2: #F0F0F4; --surface-3: #E7E7EE;
  /* ink-3/pos/warn/amber darkened 2026-08: the previous values sat at 2.9-4.4:1 on light
     surfaces — axe-verified WCAG AA failures on every small label. */
  --ink: #0E0E12; --ink-2: #4E5058; --ink-3: #5B5D66;
  --line: #E3E3EA; --accent: #7B2FFF; --accent-2: #4752C4;
  --accent-soft: rgba(123,47,255,.10); --accent-ink: #6A28DB;
  --amber: #9E6500; --pos: #097550; --warn: #B35400; --money: #097550; --live: #E03131;
  /* Gold/silver/bronze darkened for a white ground — the dark-mode hues fail contrast here. */
  --medal-1: #8A6600; --medal-2: #6B7280; --medal-3: #A35418;
  --panel: #15151C; --best: rgba(123,47,255,.08);
  --grad: linear-gradient(135deg, var(--accent), var(--accent-2));
  --shadow: 0 1px 2px rgba(16,16,24,.05), 0 4px 14px rgba(16,16,24,.05);
  --shadow-lg: 0 2px 6px rgba(16,16,24,.06), 0 16px 36px rgba(16,16,24,.10);
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--bg); color: var(--ink);
  font-size: 15px; line-height: 1.55;
  transition: background .3s ease, color .3s ease;
}
h1, h2, h3, h4 { font-family: 'Outfit', 'Inter', sans-serif; letter-spacing: -.015em; }

/* Numbers stay column-aligned without a monospace face. */
.mono, .num {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
a { color: var(--accent-ink); text-decoration: none; font-weight: 500; }
a:hover { text-decoration: underline; }
input, button, select { font-family: inherit; }
::selection { background: var(--accent-soft); }
img { max-width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 6px; }

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 860px; }

@keyframes pfcFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.fade { animation: pfcFade .28s cubic-bezier(.16,1,.3,1) both; }
@keyframes pfcPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.82); } }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 20px; border-radius: 999px; border: none; cursor: pointer;
  font-weight: 600; font-size: 14px; white-space: nowrap;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease, color .15s ease, filter .15s ease;
  text-decoration: none !important;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--accent); color: #fff !important; font-weight: 600; }
.btn-primary:hover { filter: brightness(1.12); }
.btn-ghost { background: var(--surface-2); color: var(--ink) !important; }
.btn-ghost:hover { background: var(--surface-3); }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
/* Signature: a 2px Twitch->Discord gradient rail across the top edge. */
.site-header::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 2px;
  background: var(--grad);
}
.site-header .bar { display: flex; align-items: center; gap: 16px; height: 62px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 9px;
  display: block; object-fit: cover; flex-shrink: 0;
}
.brand-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -.01em; color: var(--ink); }
.brand-accent {
  background: var(--grad); background-clip: text; -webkit-background-clip: text; color: transparent;
}
.site-nav { display: flex; align-items: center; gap: 2px; flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a {
  color: var(--ink-2); font-size: 14px; font-weight: 600; padding: 8px 14px;
  border-radius: 999px; white-space: nowrap; text-decoration: none !important;
  transition: color .15s ease, background .15s ease;
}
.site-nav a:hover { color: var(--ink); background: var(--surface-2); }
.site-nav a.active { color: #fff; background: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.icon-btn {
  width: 38px; height: 38px; border-radius: 999px; border: none;
  background: var(--surface-2); cursor: pointer; display: grid; place-items: center; color: var(--ink-2);
  transition: color .15s ease, background .15s ease;
}
.icon-btn:hover { color: var(--ink); background: var(--surface-3); }
[data-theme="dark"] .icon-sun { display: block; } [data-theme="dark"] .icon-moon { display: none; }
[data-theme="light"] .icon-sun { display: none; } [data-theme="light"] .icon-moon { display: block; }

/* ============ Hero ============ */
.hero { position: relative; padding: 48px 0 28px; }
.hero-bg {
  position: absolute; left: 0; right: 0; top: 0; height: 420px; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 52px 52px; opacity: .18;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent);
  mask-image: linear-gradient(180deg, #000, transparent);
}
.hero-glow {
  position: absolute; left: 0; right: 0; top: 0; height: 460px; pointer-events: none;
  background: radial-gradient(620px 300px at 12% -70px, var(--accent-soft), transparent 70%),
              radial-gradient(540px 260px at 88% -90px, rgba(88,101,242,.10), transparent 70%);
}
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 14px;
}
/* Streaming vernacular — only on the leaderboard, the one kicker that carries a
   freshness claim. Elsewhere ("Head to head", "Guides") a live dot means nothing. */
.kicker-live::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--live); box-shadow: 0 0 0 3px color-mix(in srgb, var(--live) 22%, transparent);
  animation: pfcPulse 2.4s ease-in-out infinite;
}
.hero h1 { font-size: 50px; line-height: 1.02; letter-spacing: -.03em; font-weight: 700; margin: 0 0 12px; text-wrap: balance; }
.hero h1 .grad, .grad {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .sub { font-size: 15.5px; color: var(--ink-2); margin: 0; max-width: 560px; line-height: 1.6; }
.hero-row { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.stat-tiles { display: flex; gap: 10px; flex-wrap: wrap; }
.stat-tile { background: var(--surface); border-radius: 14px; padding: 14px 18px; min-width: 116px; }
.stat-tile .v { font-family: 'Outfit', sans-serif; font-variant-numeric: tabular-nums; font-size: 22px; font-weight: 700; }
.stat-tile .l { font-size: 11.5px; color: var(--ink-3); margin-top: 3px; }

/* ============ Podium ============ */
.podium { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 20px 0 24px; }
.podium-card { padding: 1px; border-radius: 18px; text-decoration: none !important; color: var(--ink); display: block;
  transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s ease; }
.podium-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.podium-inner { position: relative; overflow: hidden; border-radius: 17px; background: var(--surface); padding: 20px; height: 100%; }
.podium-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.podium-rank { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; }
.podium-score { font-variant-numeric: tabular-nums; font-size: 11.5px; font-weight: 600; color: var(--ink-3); }
.podium-firm { display: flex; align-items: center; gap: 12px; }
.podium-firm .fname { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 17px; }
.podium-firm .ftag { font-size: 12.5px; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.podium-stats { display: flex; gap: 8px; margin-top: 18px; }
.pstat { flex: 1; background: var(--surface-2); border-radius: 10px; padding: 9px 11px; min-width: 0; }
.pstat .k { font-size: 10.5px; font-weight: 600; letter-spacing: .06em; color: var(--ink-3); text-transform: uppercase; }
.pstat .v { font-variant-numeric: tabular-nums; font-size: 15px; font-weight: 700; margin-top: 3px; }
.pstat .v.money { color: var(--money); }

.logo-box {
  border-radius: 11px; flex-shrink: 0;
  display: grid; place-items: center; overflow: hidden; box-sizing: border-box;
}
.logo-mono {
  border-radius: 11px; color: #0E0E12; display: grid; place-items: center;
  font-family: 'Outfit', sans-serif; font-weight: 700; flex-shrink: 0;
}

/* ============ Toolbar (search / sort) ============ */
.toolbar { display: flex; gap: 10px; align-items: center; margin: 16px 0; flex-wrap: wrap; position: relative; }
.searchbox { position: relative; flex: 1; min-width: 200px; }
.searchbox svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--ink-3); }
.searchbox input {
  width: 100%; height: 42px; padding: 0 16px 0 39px; border-radius: 999px;
  border: none; background: var(--surface-2); color: var(--ink); font-size: 14px; outline: none;
  transition: background .15s ease, box-shadow .15s ease;
}
.searchbox input::placeholder { color: var(--ink-3); }
.searchbox input:focus { background: var(--surface-3); box-shadow: 0 0 0 2px var(--accent); }
.sortbox { position: relative; }
.sortbox select {
  height: 42px; padding: 0 38px 0 16px; border-radius: 999px; border: none;
  background: var(--surface-2); color: var(--ink); font-size: 14px; font-weight: 600;
  cursor: pointer; outline: none; appearance: none; -webkit-appearance: none;
  transition: background .15s ease;
}
.sortbox select:hover { background: var(--surface-3); }
.sortbox svg { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--ink-2); }
.count-label { font-variant-numeric: tabular-nums; font-size: 13px; color: var(--ink-2); white-space: nowrap; }
.count-label b { color: var(--ink); font-weight: 700; }

/* ============ Filter chips ============ */
.filters { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px 20px; align-items: start; margin-bottom: 18px; position: relative; }
.fgroup { min-width: 0; }
.fgroup .ftitle {
  font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 9px;
}
.fgroup .fopts { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 999px;
  border: none; background: var(--surface-2); color: var(--ink-2);
  font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.chip:hover { color: var(--ink); background: var(--surface-3); }
.chip .n { font-variant-numeric: tabular-nums; font-size: 11.5px; font-weight: 600; color: var(--ink-3); }
.chip.on { background: var(--accent); color: #fff; }
.chip.on .n { color: rgba(255,255,255,.92); }
.reset-filters { background: none; border: none; color: var(--accent-ink); cursor: pointer; font-size: 13px; font-weight: 600; padding: 8px 4px; white-space: nowrap; }

/* ============ Asset tabs ============ */
.asset-tabs { display: inline-flex; align-items: center; gap: 2px; background: var(--surface-2); border: none; border-radius: 999px; padding: 4px; }
.asset-tabs button {
  border: none; cursor: pointer; font-size: 13px; font-weight: 600; padding: 7px 16px;
  border-radius: 999px; background: transparent; color: var(--ink-2); transition: background .18s ease, color .18s ease;
}
.asset-tabs button:hover { color: var(--ink); }
.asset-tabs button.on { background: var(--accent); color: #fff; }

/* ============ Leaderboard table ============ */
.fwrap { border: none; border-radius: 16px; overflow: hidden; background: var(--surface); }
.fhead {
  display: grid; grid-template-columns: 36px minmax(200px, 1.7fr) 64px 76px 70px 80px 82px 92px 236px;
  align-items: center; gap: 8px; padding: 12px 18px;
  background: transparent; border-bottom: 1px solid var(--line);
  font-size: 11px; font-weight: 700;
  color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em;
}
.frow {
  display: grid; grid-template-columns: 36px minmax(200px, 1.7fr) 64px 76px 70px 80px 82px 92px 236px;
  align-items: center; gap: 8px; padding: 15px 18px; border-bottom: 1px solid var(--line);
  text-decoration: none !important; color: var(--ink); transition: background .15s ease; position: relative;
}
.frow:last-child { border-bottom: none; }
.frow:hover { background: var(--surface-2); }
.frow .rank { font-family: 'Outfit', sans-serif; font-variant-numeric: tabular-nums; font-size: 15px; font-weight: 700; color: var(--ink-3); }
.frow .rank.r1 { color: var(--medal-1); } .frow .rank.r2 { color: var(--medal-2); } .frow .rank.r3 { color: var(--medal-3); }
.fcell-firm { display: flex; align-items: center; gap: 12px; min-width: 0; }
.fcell-firm .fmeta { min-width: 0; flex: 1; }
.fcell-firm .fname-row { display: flex; align-items: center; gap: 8px; min-width: 0; }
.fcell-firm .fname { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.frow:hover .fname { color: var(--accent-ink); }
.promo-pill {
  font-size: 10.5px; font-weight: 700; letter-spacing: .03em;
  padding: 3px 8px; border-radius: 999px; color: var(--money);
  background: color-mix(in srgb, var(--money) 15%, transparent);
  border: none; white-space: nowrap; flex-shrink: 0;
}
.fsub { display: flex; align-items: center; gap: 7px; min-width: 0; margin-top: 3px; }
.fsub .stars { font-variant-numeric: tabular-nums; font-size: 11.5px; font-weight: 600; color: var(--amber); white-space: nowrap; }
.fsub .rcount { font-variant-numeric: tabular-nums; font-size: 11.5px; color: var(--ink-3); white-space: nowrap; }
.fsub .ftag { font-size: 12px; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fcell-price { font-variant-numeric: tabular-nums; font-size: 14.5px; font-weight: 600; }
.price-note { display: block; font-size: 10px; font-weight: 500; color: var(--ink-3); margin-top: 2px; white-space: normal; max-width: 110px; }
.frow-empty { padding: 30px 20px; text-align: center; font-size: 14px; color: var(--ink-2); }
.frow-empty button { background: none; border: none; color: var(--accent-ink); font-size: 14px; font-weight: 600; cursor: pointer; padding: 0 2px; }
.fcell-size { font-variant-numeric: tabular-nums; font-size: 13px; color: var(--ink-2); }
.fcell-split .pct { font-variant-numeric: tabular-nums; font-size: 14.5px; font-weight: 700; color: var(--money); }
.split-bar { display: block; margin-top: 5px; height: 4px; border-radius: 4px; background: var(--surface-3); overflow: hidden; max-width: 54px; }
.split-bar i { display: block; height: 100%; background: var(--grad); border-radius: 4px; }
.dd-pill { padding: 4px 10px; border-radius: 999px; background: var(--surface-2); border: none; font-size: 11.5px; font-weight: 600; color: var(--ink-2); }
.fcell-payout { font-size: 12.5px; color: var(--ink-2); }
.fcell-platforms { display: flex; gap: 4px; flex-wrap: wrap; }
.plat-pill { font-size: 11px; font-weight: 600; padding: 3px 7px; border-radius: 999px; background: var(--surface-2); border: none; color: var(--ink-3); }
.fcell-action { display: flex; justify-content: flex-end; gap: 8px; }
.visit-btn {
  height: 34px; padding: 0 16px; border-radius: 999px; border: none; background: var(--surface-2);
  color: var(--ink) !important; cursor: pointer; font-weight: 600; font-size: 13px; white-space: nowrap;
  display: inline-flex; align-items: center;
  text-decoration: none !important; transition: background .15s ease, color .15s ease, transform .12s ease;
}
.frow:hover .visit-btn { background: var(--accent); color: #fff !important; }
.visit-btn:hover { transform: translateY(-1px); filter: brightness(1.1); }
.mobile-only { display: none; }
.table-note { margin-top: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 11.5px; color: var(--ink-3); }

/* ============ Firm page ============ */
.breadcrumbs { font-size: 13px; color: var(--ink-3); margin: 22px 0 16px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--ink-2); font-weight: 500; }
.profile-head {
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start;
  background: var(--surface); border: none; border-radius: 20px; padding: 28px;
}
.profile-id { display: flex; gap: 20px; align-items: center; min-width: 0; }
.profile-id h1 { font-size: 30px; font-weight: 700; letter-spacing: -.025em; margin: 0; }
.badge-verified {
  display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 700; color: var(--pos);
  background: color-mix(in srgb, var(--pos) 14%, transparent); padding: 5px 10px; border-radius: 999px;
}
.badge-type {
  display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 700; color: var(--accent-ink);
  background: var(--accent-soft); padding: 5px 10px; border-radius: 999px; letter-spacing: .03em;
}
.profile-sub { display: flex; align-items: center; gap: 14px; margin-top: 8px; font-size: 13.5px; color: var(--ink-2); flex-wrap: wrap; }
.profile-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.name-title-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

.verdict-box {
  background: var(--accent-soft); border: none;
  border-radius: 20px; padding: 26px; margin-top: 20px;
}
.verdict-box .vk {
  display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 700;
  color: var(--accent-ink); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px;
}
.verdict-box p { font-size: 16px; line-height: 1.6; margin: 0; }
.verdict-box .whofor { font-size: 14px; color: var(--ink-2); margin-top: 12px; }
.verdict-box .whofor b { color: var(--ink); }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 24px 0; }
.metric { background: var(--surface); border: none; border-radius: 14px; padding: 18px; }
.metric .k { font-size: 12px; color: var(--ink-3); margin-bottom: 6px; }
.metric .v { font-family: 'Outfit', sans-serif; font-variant-numeric: tabular-nums; font-size: 18px; font-weight: 600; }

.review-body { max-width: 780px; min-width: 0; }
.review-body h2 { font-size: 25px; font-weight: 700; letter-spacing: -.025em; margin: 44px 0 16px; padding-top: 30px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 12px; }
.review-body h2:first-of-type { border-top: none; padding-top: 0; margin-top: 32px; }
.review-body p { font-size: 15.5px; line-height: 1.7; color: var(--ink); margin: 0 0 16px; }
.review-body p + p { color: var(--ink-2); }
.secnum { font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 700; color: var(--accent-ink); letter-spacing: .06em; flex-shrink: 0; }

/* review layout: article + sticky TOC */
.review-layout { display: grid; grid-template-columns: minmax(0, 780px) 1fr; gap: 40px; align-items: start; }
.toc { position: sticky; top: 86px; max-width: 260px; border-left: 1px solid var(--line); padding-left: 20px; }
.toc-title { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; }
.toc a {
  display: flex; gap: 8px; align-items: baseline; padding: 6px 0; font-size: 13px; font-weight: 500;
  color: var(--ink-2); text-decoration: none !important; line-height: 1.4;
  transition: color .15s ease;
}
.toc a .mono { font-size: 11.5px; color: var(--ink-3); flex-shrink: 0; }
.toc a:hover { color: var(--ink); }
.toc a.on { color: var(--accent-ink); font-weight: 600; }
.toc a.on .mono { color: var(--accent-ink); }

/* key takeaway callout */
.takeaway {
  border-left: 3px solid var(--accent);
  background: var(--surface);
  border-radius: 0 14px 14px 0;
  padding: 15px 18px; margin: 4px 0 24px;
}
.takeaway .tk {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent-ink); margin-bottom: 5px;
}
.takeaway p { font-size: 14px !important; line-height: 1.55 !important; color: var(--ink) !important; margin: 0 !important; font-weight: 500; }

/* inline stat strip */
.stat-strip { display: flex; gap: 10px; margin: 4px 0 20px; flex-wrap: wrap; }
.stat-strip .ss { flex: 1; min-width: 110px; background: var(--surface); border: none; border-radius: 12px; padding: 13px 15px; }
.stat-strip .k { font-size: 10.5px; font-weight: 600; letter-spacing: .06em; color: var(--ink-3); text-transform: uppercase; }
.stat-strip .v { font-variant-numeric: tabular-nums; font-size: 18px; font-weight: 700; margin-top: 3px; }
.stat-strip .v.money { color: var(--money); }

/* rating card + verdict topgrid */
.review-topgrid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; margin-top: 20px; align-items: stretch; }
.review-topgrid .verdict-box { margin-top: 0; }
.rating-card { background: var(--surface); border: none; border-radius: 20px; padding: 24px; display: flex; flex-direction: column; }
.rc-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.rc-num { font-family: 'Outfit', sans-serif; font-variant-numeric: tabular-nums; font-size: 44px; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.rc-stars { color: var(--amber); letter-spacing: 2px; font-size: 15px; }

/* Fractional star row: muted track under a width-clipped gold overlay.
   letter-spacing is inherited from the wrapper so both layers align. */
.starbar { position: relative; display: inline-block; white-space: nowrap; color: color-mix(in srgb, var(--amber) 22%, var(--surface-3)); }
.starbar::before { content: "★★★★★"; }
.starbar-on { position: absolute; left: 0; top: 0; overflow: hidden; color: var(--amber); font-style: normal; }
.rc-sub { font-size: 12.5px; color: var(--ink-3); margin-top: 3px; }
.rc-bars { flex: 1; }
.rc-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.rc-label { font-size: 12.5px; color: var(--ink-2); width: 118px; flex-shrink: 0; }
.rc-bar { flex: 1; height: 7px; border-radius: 6px; background: var(--surface-3); overflow: hidden; }
.rc-bar i { display: block; height: 100%; border-radius: 6px; background: var(--accent); }
.rc-val { font-variant-numeric: tabular-nums; font-size: 11.5px; font-weight: 600; width: 26px; text-align: right; }
.rc-foot { display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; color: var(--ink-2); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 8px; }
.rc-foot .mono { font-weight: 600; color: var(--ink); }

.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
.pc-card { background: var(--surface); border: none; border-radius: 16px; padding: 24px; }
.pc-card h3 { font-size: 15px; font-weight: 700; margin: 0 0 14px; display: flex; align-items: center; gap: 8px; }
.pc-card.pros { background: color-mix(in srgb, var(--pos) 7%, var(--surface)); }
.pc-card.cons { background: color-mix(in srgb, var(--warn) 7%, var(--surface)); }
.pc-card.pros h3 { color: var(--pos); }
.pc-card.cons h3 { color: var(--warn); }
.pc-card ul { list-style: none; margin: 0; padding: 0; }
.pc-card li { display: flex; gap: 10px; padding: 8px 0; font-size: 14px; line-height: 1.45; }
.pc-card.pros li::before { content: "+"; color: var(--pos); font-weight: 700; }
.pc-card.cons li::before { content: "–"; color: var(--warn); font-weight: 700; }

.faq-list details {
  border: none; border-radius: 14px; margin-bottom: 10px;
  background: var(--surface); overflow: hidden;
}
.faq-list summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 20px; cursor: pointer; font-weight: 600; font-size: 15px; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--accent-ink); font-size: 20px; font-weight: 400; transition: transform .2s ease; flex-shrink: 0; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .faq-a { padding: 0 20px 18px; font-size: 14px; line-height: 1.6; color: var(--ink-2); }

.bottomline { background: var(--panel); border-radius: 20px; padding: 32px; margin: 36px 0; }
.bottomline .vk {
  /* Panel is dark in both themes — the light theme's accent-ink reads 2.5:1 here. */
  font-size: 12px; color: #C6A5FF;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px;
}
.bottomline p { font-size: 18px; line-height: 1.6; color: #fff; margin: 0; font-weight: 500; }

.cta-band {
  position: relative; overflow: hidden; border-radius: 20px; margin: 36px 0;
  border: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 30%, var(--panel)), var(--panel) 60%);
  padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.cta-band h2 { font-size: 23px; font-weight: 700; letter-spacing: -.025em; margin: 0 0 6px; color: #fff; }
.cta-band p { color: rgba(255,255,255,.68); font-size: 14px; margin: 0; max-width: 480px; }

/* ============ Guide cross-links (internal-linking-audit-2026-09-07) ============ */
.guide-note { font-size: 14px; line-height: 1.6; color: var(--ink-2); border-left: 3px solid var(--line); padding: 8px 14px; margin: 14px 0 22px; }
.cat-links { display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: 13px; margin-top: 8px; }
.cat-links .mono { color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em; font-size: 10.5px; }
.more-cmp { font-size: 14px; color: var(--ink-2); margin: -22px 0 40px; line-height: 1.8; }

/* ============ Related firms ============ */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0 40px; }
.related-card {
  display: flex; align-items: center; gap: 12px; background: var(--surface);
  border: none; border-radius: 14px; padding: 16px;
  text-decoration: none !important; color: var(--ink);
  transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s ease, background .15s ease;
}
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); background: var(--surface-2); }
.related-card .rname { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px; }
.related-card .rmeta { font-variant-numeric: tabular-nums; font-size: 11.5px; color: var(--ink-2); margin-top: 2px; }

.disclaimer {
  background: var(--surface); border: none; border-radius: 12px;
  padding: 15px 18px; font-size: 13px; color: var(--ink-2);
  display: flex; gap: 12px; align-items: flex-start; margin: 32px 0;
}
.disclaimer svg { flex-shrink: 0; color: var(--accent-ink); margin-top: 2px; }
/* Werbehinweis: steht auf jeder Seite mit Werbelinks vor dem ersten davon (siehe build.js affNoteHtml). */
.aff-note { font-size: 12.5px; line-height: 1.5; color: var(--ink-3); margin: 0 0 14px; }
.aff-note b { color: var(--ink-2); font-weight: 600; }
.aff-mark { font-size: .72em; line-height: 0; vertical-align: super; margin-left: 1px; }

/* ============ Footer ============ */
.site-footer { border-top: 1px solid var(--line); background: var(--surface); margin-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr 1.3fr; gap: 28px; padding: 48px 0 40px; }
.footer-grid .fdesc { color: var(--ink-2); font-size: 13.5px; line-height: 1.6; margin: 0; max-width: 280px; }
.footer-col .ftitle { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 13.5px; margin-bottom: 14px; }
.footer-col a { display: block; color: var(--ink-2); font-size: 13.5px; margin-bottom: 9px; font-weight: 400; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { border-top: 1px solid var(--line); }
.flinks {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px;
  padding: 16px 24px 0; font-size: 12.5px;
}
.flinks a { color: var(--ink-2); font-weight: 400; }
.flinks a:hover { color: var(--ink); }
.fsep { width: 1px; height: 14px; background: var(--line); }

/* ============ 404 ============ */
.nf { position: relative; min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 40px; padding-bottom: 60px; }
.nf-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.nf-code {
  font-family: 'Outfit', sans-serif;
  font-size: 100px; font-weight: 700; line-height: 1; margin-bottom: 14px; letter-spacing: -.04em;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.nf-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.footer-bottom .inner {
  padding: 18px 0; display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: var(--ink-3);
}

/* ============ Page decor (interior pages) ============ */
.page-decor { position: absolute; left: 0; right: 0; top: 0; height: 460px; overflow: hidden; pointer-events: none; }
main.wrap { position: relative; }
.cat-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; flex-shrink: 0; margin: auto; }
.cat-tiles .stat-tile { min-width: 132px; }
@media (max-width: 820px) {
  .cat-tiles { margin: 0; width: 100%; }
}

/* ============ Changelog (home) ============ */
.changelog-section { margin-top: 56px; }
.changelog-card { background: var(--surface); border: none; border-radius: 16px; overflow: hidden; }
.cl-head { padding: 18px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cl-row {
  display: flex; align-items: flex-start; gap: 12px; padding: 14px 20px;
  border-bottom: 1px solid var(--line); color: var(--ink) !important;
  text-decoration: none !important; transition: background .15s ease;
}
.cl-row:last-child { border-bottom: none; }
.cl-row:hover { background: var(--surface-2); }
.cl-date { font-variant-numeric: tabular-nums; font-size: 11.5px; color: var(--ink-3); width: 46px; flex-shrink: 0; padding-top: 4px; }
.cl-mono {
  width: 26px; height: 26px; border-radius: 8px; color: #fff; display: grid; place-items: center;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 10.5px; flex-shrink: 0;
}
.cl-body { min-width: 0; flex: 1; }
.cl-firm { display: block; font-weight: 600; font-size: 14px; }
.cl-row:hover .cl-firm { color: var(--accent-ink); }
.cl-text { display: block; font-size: 13px; color: var(--ink-2); line-height: 1.5; margin-top: 2px; }
.cl-badge {
  font-size: 10.5px; font-weight: 700; letter-spacing: .06em;
  padding: 4px 9px; border-radius: 999px; flex-shrink: 0; white-space: nowrap;
}

/* promo pill large (review CTA) */
.promo-pill.promo-lg { font-size: 12px; padding: 8px 13px; align-self: center; }

/* top pick (best-of pages) */
.cat-card { position: relative; }
.cat-card.top { box-shadow: 0 0 0 1px color-mix(in srgb, var(--medal-1) 45%, transparent); }
.cc-toppick {
  position: absolute; top: -10px; left: 22px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .1em;
  color: #141420; background: #FFD84D; padding: 4px 11px; border-radius: 999px;
}

/* ============ Explore section (home) ============ */
.explore { margin-top: 56px; }
.explore h2 { font-size: 25px; font-weight: 700; letter-spacing: -.025em; margin: 0 0 18px; }
.explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.explore-col { background: var(--surface); border: none; border-radius: 16px; overflow: hidden; }
.ecol-head {
  padding: 14px 18px; border-bottom: 1px solid var(--line); background: transparent;
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3);
}
.erow {
  display: flex; align-items: center; gap: 10px; padding: 13px 18px;
  border-bottom: 1px solid var(--line); color: var(--ink) !important;
  font-size: 14px; font-weight: 500; text-decoration: none !important;
  transition: background .15s ease;
}
.erow:last-child { border-bottom: none; }
.erow:hover { background: var(--surface-2); color: var(--accent-ink) !important; }
.erow .earr { margin-left: auto; color: var(--ink-3); }
.erow:hover .earr { color: var(--accent-ink); }
.erow .gnum { font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 700; color: var(--accent-ink); }
.erow .gmin { margin-left: auto; font-variant-numeric: tabular-nums; font-size: 11.5px; color: var(--ink-3); font-weight: 400; }
.erow.more { color: var(--accent-ink) !important; font-weight: 600; }

/* ============ Compare pages ============ */
.cmp-slots { display: flex; gap: 14px; justify-content: center; align-items: stretch; flex-wrap: wrap; margin: 32px 0 8px; }
.cmp-slot {
  width: 230px; background: var(--surface); border: none; border-radius: 18px;
  padding: 20px 18px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--ink) !important; text-decoration: none !important;
  transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s ease;
}
.cmp-slot:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.cmp-slot .cs-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 16px; }
.cmp-slot .cs-meta { font-size: 12px; color: var(--ink-2); }
.cmp-slot .cs-rank { font-size: 10.5px; font-weight: 700; letter-spacing: .08em; color: var(--ink-3); }
.cmp-vs { align-self: center; font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 700; color: var(--ink-3); letter-spacing: .08em; }
.vcards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 28px 0; }
.vcard { background: var(--surface); border: none; border-radius: 16px; padding: 18px 20px; }
.vcard .k { font-size: 12px; color: var(--ink-3); margin-bottom: 8px; }
.vcard .v { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 700; color: var(--accent-ink); }
.vcard .w { margin-top: 8px; font-size: 12px; font-weight: 600; color: var(--pos); }

.radar-card { background: var(--surface); border: none; border-radius: 20px; overflow: hidden; margin-bottom: 32px; }
.radar-head { padding: 18px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.radar-body { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; }
.radar-plot { padding: 14px 10px; display: flex; align-items: center; justify-content: center; }
.radar-side { padding: 22px 24px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.radar-legend { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.radar-legend span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; }
.radar-legend i { width: 11px; height: 11px; border-radius: 4px; display: inline-block; }
.radar-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.radar-row .rr-label { font-size: 13px; color: var(--ink-2); }
.radar-row .rr-cells { display: inline-flex; gap: 14px; font-size: 13px; font-variant-numeric: tabular-nums; }
.rlabel { font-size: 11px; font-weight: 700; letter-spacing: .08em; }

.cmp-tablewrap { overflow-x: auto; margin-bottom: 32px; border-radius: 20px; }
.cmp-table { min-width: 560px; background: var(--surface); border: none; border-radius: 20px; overflow: hidden; }
.cmp-head { display: grid; grid-template-columns: 1.3fr 1fr 1fr; border-bottom: 1px solid var(--line); background: transparent; }
.cmp-head .cmp-metric { padding: 16px 20px; font-size: 11.5px; font-weight: 700; color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em; }
.cmp-firmhead { padding: 14px 20px; display: flex; align-items: center; gap: 10px; border-left: 1px solid var(--line); font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 14.5px; }
.hmono {
  width: 28px; height: 28px; border-radius: 8px; color: #fff; display: inline-grid; place-items: center;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 11px; flex-shrink: 0;
}
.cmp-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.cmp-row:last-child { border-bottom: none; }
.cmp-row .cmp-metric { padding: 15px 20px; display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--ink-2); }
/* Metric explanations as a real disclosure — reachable on touch, not a title-attr tooltip. */
.cmp-metric details { min-width: 0; }
.cmp-metric details summary { cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 6px; }
.cmp-metric details summary::-webkit-details-marker { display: none; }
.cmp-metric details summary::after { content: "i"; font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; width: 15px; height: 15px; border-radius: 50%; border: 1px solid var(--line); color: var(--ink-3); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cmp-metric details[open] summary::after { background: var(--accent); border-color: var(--accent); color: #fff; }
.cmp-metric .why-text { margin: 6px 0 0; font-size: 12px; line-height: 1.5; color: var(--ink-3); }
.whyi {
  width: 16px; height: 16px; border-radius: 50%; background: var(--surface-2); border: none; color: var(--ink-3);
  font-size: 10px; display: inline-grid; place-items: center; cursor: help; flex-shrink: 0;
}
.cmp-cell { padding: 15px 20px; border-left: 1px solid var(--line); font-size: 14px; display: flex; align-items: center; gap: 7px; font-variant-numeric: tabular-nums; }
.cmp-cell.win { font-weight: 700; color: var(--accent-ink); }

.estimator { background: var(--surface); border: none; border-radius: 20px; padding: 28px; margin-bottom: 32px; }
.est-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 26px; }
.est-labelrow { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 10px; font-variant-numeric: tabular-nums; }
.est-labelrow span:first-child { color: var(--ink-2); font-weight: 600; }
.est-inputs input[type=range] { width: 100%; -webkit-appearance: none; appearance: none; height: 5px; border-radius: 5px; background: var(--surface-3); outline: none; }
.est-inputs input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 17px; height: 17px; border-radius: 50%;
  background: var(--accent); cursor: pointer; border: 3px solid var(--surface);
}
.est-results { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.est-card { background: var(--surface-2); border: none; border-radius: 14px; padding: 20px; text-align: center; }
.est-card .ename { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 12px; font-weight: 600; font-size: 13.5px; }
.est-card .ev { font-family: 'Outfit', sans-serif; font-variant-numeric: tabular-nums; font-size: 27px; font-weight: 700; color: var(--accent-ink); }
.est-card .ek { font-size: 11.5px; color: var(--ink-3); margin-top: 4px; }
.est-inputs-3 { grid-template-columns: 1fr 1fr 1fr; }
.est-rows { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.est-row { display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; font-variant-numeric: tabular-nums; }
.est-row span:first-child { color: var(--ink-2); }
.est-row span:last-child { color: var(--ink); text-align: right; }
.est-note { margin-top: 10px; font-size: 11.5px; color: var(--ink-3); line-height: 1.45; text-align: left; }
.est-fine { margin: 16px 0 0; font-size: 11.5px; color: var(--ink-3); line-height: 1.5; }
.cmp-mini { display: inline-flex; gap: 4px; flex-shrink: 0; }

/* ============ Index grids (compare/, best/, guides/) ============ */
.index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 8px 0 32px; }
.index-card {
  background: var(--surface); border: none; border-radius: 18px; padding: 22px;
  display: flex; flex-direction: column; gap: 10px; color: var(--ink) !important; text-decoration: none !important;
  transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s ease;
}
.index-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.ic-logos { display: flex; align-items: center; gap: 10px; }
.cmp-vs-sm { font-size: 10.5px; font-weight: 700; color: var(--ink-3); letter-spacing: .08em; }
.ic-title { font-weight: 700; font-size: 17px; font-family: 'Outfit', sans-serif; letter-spacing: -.015em; }
.ic-sub { font-size: 13px; color: var(--ink-2); line-height: 1.55; flex: 1; }
.ic-firms { display: flex; gap: 6px; }
.ic-arrow { color: var(--accent-ink); font-weight: 600; font-size: 13px; }

/* ============ Category (best-of) pages ============ */
.cat-list { display: flex; flex-direction: column; gap: 14px; margin: 8px 0 12px; }
.cat-card {
  display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; align-items: start;
  background: var(--surface); border: none; border-radius: 20px; padding: 24px;
}
.cc-rank { font-family: 'Outfit', sans-serif; font-variant-numeric: tabular-nums; font-size: 23px; font-weight: 700; color: var(--ink-3); padding-top: 4px; }
.cat-card:first-child .cc-rank { color: var(--medal-1); }
.cat-card:nth-child(2) .cc-rank { color: var(--medal-2); }
.cat-card:nth-child(3) .cc-rank { color: var(--medal-3); }
.cc-main { min-width: 0; }
.cc-id { display: flex; align-items: center; gap: 13px; }
.cc-namerow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cc-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 18px; color: var(--ink) !important; }
.cc-name:hover { color: var(--accent-ink) !important; }
.cc-sub { font-size: 11.5px; color: var(--ink-3); margin-top: 3px; }
.cc-blurb { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin: 12px 0 14px; }
.cc-stats { display: grid; grid-template-columns: repeat(5, minmax(90px, 130px)); gap: 8px; }
.cc-stats .mstat { background: var(--surface-2); border: none; border-radius: 10px; padding: 9px 11px; min-width: 0; }
.cc-stats .k { font-size: 10.5px; font-weight: 600; letter-spacing: .05em; color: var(--ink-3); text-transform: uppercase; }
.cc-stats .v { font-variant-numeric: tabular-nums; font-size: 14px; font-weight: 700; margin-top: 2px; white-space: nowrap; }
.cc-stats .v.money { color: var(--money); }
.cc-actions { display: flex; flex-direction: column; gap: 8px; }

/* ============ Guide pages ============ */
.guide-article h1 { font-family: 'Outfit', 'Inter', sans-serif; }
.guide-intro { font-size: 17px !important; line-height: 1.65 !important; color: var(--ink) !important; }
.glist { margin: 0 0 20px; padding: 0 0 0 4px; list-style: none; }
.glist li {
  position: relative; padding: 9px 0 9px 26px; font-size: 14.5px; line-height: 1.6; color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.glist li:last-child { border-bottom: none; }
.glist li::before { content: "◆"; position: absolute; left: 2px; color: var(--accent-ink); font-size: 10px; top: 14px; }

/* ============================================================
   COMPARISON TRAY + CUSTOM BUILDER
   Selection is client-side; the tray is injected by compare.js on every page.
   ============================================================ */

/* header entry point — hidden until something is selected */
.cmp-nav-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px;
  border-radius: 999px; background: var(--surface-2); color: var(--ink) !important;
  font-size: 13.5px; font-weight: 600; text-decoration: none !important; white-space: nowrap;
  transition: background .15s ease;
}
.cmp-nav-btn:hover { background: var(--surface-3); }
.cmp-nav-btn[hidden] { display: none; }
.cmp-nav-count {
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px;
  background: var(--accent); color: #fff; font-size: 11.5px; font-weight: 700;
  display: grid; place-items: center; font-variant-numeric: tabular-nums;
}

/* the +/✓ mark shared by every compare control */
.cmp-toggle-icon {
  width: 16px; height: 16px; border-radius: 5px; flex-shrink: 0;
  background: var(--surface-3); position: relative;
  transition: background .15s ease;
}
.cmp-toggle-icon::before, .cmp-toggle-icon::after {
  content: ""; position: absolute; background: var(--ink-2); border-radius: 1px;
  transition: transform .18s cubic-bezier(.16,1,.3,1), background .15s ease;
}
/* plus */
.cmp-toggle-icon::before { width: 8px; height: 1.5px; left: 4px; top: 7.25px; }
.cmp-toggle-icon::after  { width: 1.5px; height: 8px; left: 7.25px; top: 4px; }
.on > .cmp-toggle-icon { background: var(--accent); }
.on > .cmp-toggle-icon::before, .on > .cmp-toggle-icon::after { background: #fff; }
/* rotate the plus into a check: both bars keep their center origin so the
   legs land on whole geometry — offset hacks drift at fractional DPI zoom */
.on > .cmp-toggle-icon::before { transform: translate(-3px, 1.5px) rotate(45deg) scaleX(.53); }
.on > .cmp-toggle-icon::after  { transform: translate(1.5px, 0) rotate(45deg); }

/* leaderboard row control */
.cmp-toggle {
  display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 11px;
  border: none; border-radius: 999px; background: transparent; color: var(--ink-2);
  font-size: 12.5px; font-weight: 600; cursor: pointer; white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.cmp-toggle:hover { background: var(--surface-2); color: var(--ink); }
.cmp-toggle.on { color: var(--accent-ink); }
.frow:hover .cmp-toggle, .cmp-toggle.on { background: var(--surface-2); }
/* Kept in the accessibility tree at every width; shown as text only where the column has room. */
.cmp-toggle-label {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
@media (min-width: 1025px) {
  .cmp-toggle-label { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
}

/* firm profile control */
.cmp-add { gap: 9px; }
.cmp-add.on { color: var(--accent-ink) !important; }

/* tray */
.cmp-tray {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
  animation: pfcTrayUp .26s cubic-bezier(.16,1,.3,1) both;
}
.cmp-tray[hidden] { display: none; }
@keyframes pfcTrayUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
/* the tray is fixed at every width — keep the end of the page reachable */
body:has(.cmp-tray:not([hidden])) { padding-bottom: 78px; }
.cmp-tray-inner { display: flex; align-items: center; gap: 12px; padding-top: 12px; padding-bottom: 12px; }
.cmp-tray-title {
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.5); flex-shrink: 0;
}
.cmp-tray-chips { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; min-width: 0; }
.cmp-chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 5px 6px 5px 5px;
  border-radius: 999px; background: rgba(255,255,255,.09);
}
.cmp-chip-name { font-size: 13px; font-weight: 600; color: #fff; white-space: nowrap; }
.cmp-chip-x {
  background: none; border: none; color: rgba(255,255,255,.5); cursor: pointer;
  font-size: 16px; line-height: 1; padding: 0 4px; border-radius: 999px;
}
.cmp-chip-x:hover { color: #fff; }
.cmp-tray-hint { font-size: 12.5px; color: rgba(255,255,255,.5); white-space: nowrap; }
.cmp-tray-clear {
  background: none; border: none; color: rgba(255,255,255,.5); cursor: pointer;
  font-size: 13px; font-weight: 500; white-space: nowrap; padding: 6px 4px;
}
.cmp-tray-clear:hover { color: #fff; }
.cmp-tray-go {
  display: inline-flex; align-items: center; height: 42px; padding: 0 20px; border-radius: 999px;
  background: var(--accent); color: #fff !important; font-weight: 600; font-size: 14px;
  text-decoration: none !important; white-space: nowrap; flex-shrink: 0;
  transition: filter .15s ease;
}
.cmp-tray-go:hover { filter: brightness(1.12); }
.cmp-tray-go.disabled { background: rgba(255,255,255,.12); color: rgba(255,255,255,.45) !important; pointer-events: none; }

/* toast */
.cmp-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 8px); z-index: 70;
  background: var(--ink); color: var(--bg); padding: 10px 18px; border-radius: 999px;
  font-size: 13.5px; font-weight: 600; white-space: nowrap; pointer-events: none;
  opacity: 0; transition: opacity .2s ease, transform .2s ease;
}
.cmp-toast.on { opacity: 1; transform: translate(-50%, 0); }
/* clear the tray when it is up, otherwise sit near the bottom edge */
body:has(.cmp-tray:not([hidden])) .cmp-toast { bottom: 86px; }

/* builder: firm picker */
.cmp-picker { background: var(--surface); border-radius: 20px; padding: 24px; margin: 28px 0; }
.cmp-picker-head {
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 16px;
}
.cmp-picker-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px; }
.cmp-picker-item {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: none;
  border-radius: 14px; background: var(--surface-2); cursor: pointer; text-align: left;
  color: var(--ink); transition: background .15s ease, box-shadow .15s ease;
}
.cmp-picker-item:hover { background: var(--surface-3); }
.cmp-picker-item.on { box-shadow: inset 0 0 0 2px var(--accent); }
.cmp-picker-meta { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.cmp-picker-name { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 14.5px; }
.cmp-picker-sub { font-size: 11.5px; color: var(--ink-3); font-variant-numeric: tabular-nums; margin-top: 2px; }

/* builder: N-column table. A custom property (not an inline grid) so the
   mobile breakpoint below can still restructure the columns. */
.cmp-table.cmp-build .cmp-head,
.cmp-table.cmp-build .cmp-row { grid-template-columns: 1.3fr repeat(var(--cmp-cols, 2), 1fr); }
.cmp-win-tick { color: var(--pos); font-size: 11px; font-weight: 700; }
.cmp-build-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 32px; }

/* builder CTA on the compare index */
.cmp-build-cta {
  display: flex; align-items: center; gap: 16px; padding: 20px 22px; margin-bottom: 20px;
  border-radius: 18px; background: var(--surface); color: var(--ink) !important;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 30%, transparent);
  transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s ease;
}
.cmp-build-cta:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--accent), var(--shadow-lg); }
.cbc-icon {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--grad); color: #fff; flex-shrink: 0;
}
.cbc-body { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.cbc-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 16.5px; }
.cbc-sub { font-size: 13px; color: var(--ink-2); margin-top: 3px; }
.cbc-arrow { color: var(--accent-ink); font-weight: 600; flex-shrink: 0; }

@media (max-width: 820px) {
  .cmp-nav-label { display: none; }
  .cmp-nav-btn { padding: 0 11px; }
  .cmp-tray-title, .cmp-tray-hint { display: none; }
  .cmp-tray-inner { gap: 8px; }
  /* Three chips wrap to three lines at this width and bury the page under the
     tray — scroll them on one line instead. */
  .cmp-tray-chips {
    flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
    /* fade the cut edge so a clipped chip reads as scrollable, not broken */
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 24px), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 24px), transparent);
  }
  .cmp-tray-chips::-webkit-scrollbar { display: none; }
  .cmp-chip { flex-shrink: 0; }
  .cmp-chip-name { max-width: 76px; overflow: hidden; text-overflow: ellipsis; }
  .cmp-tray-go { height: 38px; padding: 0 14px; font-size: 13px; }
  .cmp-tray-clear { display: none; }
  .cmp-picker-grid { grid-template-columns: 1fr; }
  .cmp-build-cta { padding: 16px; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .podium { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .metric-grid { grid-template-columns: repeat(3, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .review-layout { grid-template-columns: 1fr; }
  .toc { display: none; }
  .review-topgrid { grid-template-columns: 1fr; }
  .vcards { grid-template-columns: repeat(2, 1fr); }
  .index-grid { grid-template-columns: repeat(2, 1fr); }
  .cc-stats { grid-template-columns: repeat(4, minmax(80px, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .hero h1 { font-size: 38px; }
  .podium { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .proscons { grid-template-columns: 1fr; }
  .profile-head { grid-template-columns: 1fr; padding: 22px; }
  .profile-cta { width: 100%; }
  .profile-cta .btn { flex: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .explore-grid { grid-template-columns: 1fr; }
  .index-grid { grid-template-columns: 1fr; }
  .radar-body { grid-template-columns: 1fr; }
  .radar-side { border-left: none; border-top: 1px solid var(--line); }
  .est-inputs, .est-inputs-3 { grid-template-columns: 1fr; gap: 20px; }
  .est-results { grid-template-columns: 1fr 1fr; }
  .cat-card { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .cc-rank { display: none; }
  .cc-stats { grid-template-columns: repeat(2, 1fr); }
  .cc-actions { flex-direction: row; }
  .cc-actions .btn { flex: 1; }
  .cmp-slots { gap: 10px; }
  .cmp-slot { width: calc(50% - 26px); min-width: 140px; padding: 16px 12px; }
  .vcards { gap: 10px; }

  /* compare table: stacked metric-on-top layout, no horizontal scroll */
  .cmp-tablewrap { overflow-x: visible; }
  .cmp-table { min-width: 0; }
  .cmp-head { grid-template-columns: 1fr 1fr; }
  .cmp-head .cmp-metric { display: none; }
  .cmp-firmhead { border-left: none; padding: 12px 14px; font-size: 13px; gap: 8px; }
  .cmp-firmhead + .cmp-firmhead { border-left: 1px solid var(--line); }
  .cmp-row { grid-template-columns: 1fr 1fr; }
  .cmp-row .cmp-metric { grid-column: 1 / -1; padding: 12px 14px 2px; font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
  .cmp-row .whyi { display: none; }
  .cmp-cell { padding: 4px 14px 13px; border-left: none; font-size: 13.5px; }
  .cmp-cell + .cmp-cell { border-left: 1px solid var(--line); }

  /* Builder: same stacked treatment, but N columns instead of a hardcoded 2.
     Must repeat the .cmp-table.cmp-build selector — the base rule outranks a
     plain .cmp-head here and would otherwise keep the metric column on mobile. */
  .cmp-table.cmp-build .cmp-head,
  .cmp-table.cmp-build .cmp-row { grid-template-columns: repeat(var(--cmp-cols, 2), 1fr); }
  /* min-width: 0 lets every track shrink to an equal 1fr — without it the head
     and the rows are separate grids, so one long firm name widens its head
     column and the vertical borders drift out of line with the cells below */
  .cmp-table.cmp-build .cmp-firmhead {
    flex-direction: column; align-items: center; justify-content: flex-start;
    text-align: center; gap: 7px; padding: 12px 6px;
    font-size: 12px; line-height: 1.3; min-width: 0; overflow-wrap: anywhere;
  }
  .cmp-table.cmp-build .cmp-cell { padding: 4px 8px 13px; font-size: 12.5px; gap: 5px; min-width: 0; flex-wrap: wrap; }

  /* horizontal scrollers: hide scrollbar, fade right edge as affordance */
  .site-nav {
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 28px), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 28px), transparent); }

  /* filters: horizontal scroll, hidden scrollbar, edge fade hint */
  .filters {
    display: flex; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px;
    scrollbar-width: none; -ms-overflow-style: none;
    -webkit-mask-image: linear-gradient(90deg, #000 91%, transparent);
    mask-image: linear-gradient(90deg, #000 91%, transparent);
  }
  .filters::-webkit-scrollbar { display: none; }
  .filters .fgroup { flex-shrink: 0; }
  .filters .fopts { flex-wrap: nowrap; }

  /* table → cards */
  .fwrap { border: none; background: none; overflow: visible; }
  .fhead { display: none; }
  .frow {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "firm firm"
      "stats stats"
      "action action";
    gap: 12px; padding: 16px;
    background: var(--surface); border: none !important;
    border-radius: 16px; margin-bottom: 10px;
  }
  .frow .rank { display: none; }
  .fcell-firm { grid-area: firm; }
  .fcell-firm .fname { white-space: normal; font-size: 16px; }
  span.mobile-rank.mobile-only { display: inline; font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 700; color: var(--ink-3); margin-right: 6px; }
  .mobile-stats {
    grid-area: stats; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  }
  .mstat { background: var(--surface-2); border: none; border-radius: 10px; padding: 9px 11px; min-width: 0; }
  .mstat .k { font-size: 10.5px; font-weight: 600; letter-spacing: .05em; color: var(--ink-3); text-transform: uppercase; }
  .mstat .v { font-variant-numeric: tabular-nums; font-size: 14px; font-weight: 700; margin-top: 2px; white-space: nowrap; }
  .mstat .v.money { color: var(--money); }
  .fcell-price, .fcell-size, .fcell-split, .fcell-dd, .fcell-payout, .fcell-platforms { display: none; }
  .fcell-action { grid-area: action; justify-content: stretch; gap: 8px; }
  .fcell-action .cmp-toggle {
    width: 42px; height: 42px; padding: 0; justify-content: center;
    background: var(--surface-2); flex-shrink: 0;
  }
  .fcell-action .visit-btn { flex: 1; height: 42px; justify-content: center; font-size: 14px; background: var(--accent); color: #fff !important; }
  .fcell-action .review-link {
    flex: 1; height: 42px; display: inline-flex; align-items: center; justify-content: center;
    border: none; border-radius: 999px; background: var(--surface-2);
    color: var(--ink) !important; font-weight: 600; font-size: 14px; text-decoration: none !important;
  }
  .mobile-only { display: flex; }
  .desktop-only { display: none !important; }
}

/* ============ Offers / promo codes page ============ */
.offers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 8px 0 8px; }
.offer-card { position: relative; overflow: hidden; background: var(--surface); border-radius: 18px; padding: 22px; }
.oc-glow { position: absolute; right: -36px; top: -36px; width: 140px; height: 140px; pointer-events: none; }
.oc-top { display: flex; align-items: center; gap: 13px; position: relative; }
.oc-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 16px; }
.oc-sub { font-size: 11.5px; color: var(--ink-3); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.oc-badge {
  font-size: 12px; font-weight: 700; letter-spacing: .03em; padding: 6px 12px; border-radius: 999px;
  background: var(--grad); color: #fff; white-space: nowrap; flex-shrink: 0;
}
.oc-price { display: flex; align-items: baseline; gap: 10px; margin: 18px 0 2px; flex-wrap: wrap; position: relative; }
.oc-was { font-size: 14px; color: var(--ink-3); text-decoration: line-through; }
.oc-now { font-family: 'Outfit', sans-serif; font-size: 26px; font-weight: 700; color: var(--money); }
.oc-note { font-size: 12px; color: var(--ink-3); }
.oc-actions { display: flex; gap: 8px; margin-top: 16px; align-items: stretch; flex-wrap: wrap; position: relative; }
.oc-code {
  flex: 1; min-width: 150px; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 0 16px; height: 42px; border-radius: 999px;
  border: 1.5px dashed color-mix(in srgb, var(--accent) 50%, transparent);
  background: var(--accent-soft); color: var(--accent-ink); cursor: pointer;
  font-weight: 700; font-size: 13px; letter-spacing: .05em;
  transition: border-color .15s ease, background .15s ease;
}
.oc-code:hover { border-color: var(--accent); border-style: solid; }
.oc-checked {
  font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-3); margin-top: 14px; position: relative;
}
@media (max-width: 820px) {
  .offers-grid { grid-template-columns: 1fr; }
  .oc-actions .btn { flex: 1; }
}

/* ============================================================
   FIRM REVIEW v2 — "audit report" layout
   Additive: v1 review styles above are untouched, so flipping
   FIRM_PAGE_VERSION back to 1 in build.js needs no CSS change.
   ============================================================ */

/* masthead */
.audit-mast { position: relative; background: var(--surface); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.audit-mast::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--grad); }
.am-strip {
  display: flex; align-items: center; gap: 8px 18px; flex-wrap: wrap;
  padding: 12px 26px; border-bottom: 1px solid var(--line);
  font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3);
}
.am-strip .am-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-ink); }
.am-strip .am-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.am-strip .am-doc { margin-left: auto; }
.am-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding: 26px 28px 20px; align-items: center; }
.am-id { display: flex; gap: 20px; align-items: center; min-width: 0; }
.am-id h1 { font-size: 30px; font-weight: 700; letter-spacing: -.025em; margin: 0; }
.am-score { display: flex; align-items: center; gap: 20px; padding-left: 30px; border-left: 1px solid var(--line); }
.am-ctarow { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; padding: 4px 28px 24px; }

/* donut gauges */
.donut-wrap { position: relative; flex-shrink: 0; }
.donut-wrap .donut { display: block; }
.donut-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.donut-center .dv { font-family: 'Outfit', sans-serif; font-size: 33px; font-weight: 700; line-height: 1; letter-spacing: -.03em; }
.donut-center .dv.sm { font-size: 16px; }
.donut-center .dk { font-size: 10px; font-weight: 600; color: var(--ink-3); letter-spacing: .08em; margin-top: 2px; }
.am-scoremeta { display: flex; flex-direction: column; gap: 6px; }
.asm-rank { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--accent-ink); }
.asm-stars { color: var(--amber); font-size: 14px; font-weight: 600; letter-spacing: 1.5px; }
.asm-rev { font-size: 12px; color: var(--ink-3); }

/* verdict band */
.au-verdict { display: flex; gap: 18px; align-items: flex-start; background: var(--accent-soft); border-radius: 20px; padding: 24px 26px; margin-top: 18px; }
.auv-badge {
  flex-shrink: 0; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; background: var(--accent); padding: 6px 11px; border-radius: 8px; margin-top: 3px;
}
.auv-text { font-size: 16px; line-height: 1.6; margin: 0; }
.au-verdict .whofor { font-size: 14px; color: var(--ink-2); margin: 12px 0 0; }
.au-verdict .whofor b { color: var(--ink); }

/* dimension score gauges */
.au-scores { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 20px 0 24px; }
.au-dim { background: var(--surface); border-radius: 16px; padding: 15px 16px; display: flex; align-items: center; gap: 13px; }
.aud-label { font-size: 12.5px; font-weight: 600; line-height: 1.3; }
.aud-sub { font-size: 10.5px; color: var(--ink-3); margin-top: 3px; }

/* market benchmark */
.bench-card { background: var(--surface); border-radius: 20px; padding: 24px 26px; margin: 0 0 24px; }
.bench-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.bench-head h2 { font-size: 18px; margin: 0; }
.bench-sub { font-size: 12.5px; color: var(--ink-3); margin-top: 3px; }
.benchtag { font-size: 10px; font-weight: 700; letter-spacing: .12em; color: var(--ink-3); text-transform: uppercase; white-space: nowrap; padding-top: 4px; }
.bench-row { display: grid; grid-template-columns: 168px 1fr 88px 148px; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.bench-row:last-of-type { border-bottom: none; }
.bench-label { font-size: 13px; font-weight: 600; }
.bench-hint { display: block; font-size: 10.5px; font-weight: 500; color: var(--ink-3); margin-top: 2px; }
.bench-track-wrap { min-width: 0; }
.bench-track { position: relative; height: 8px; border-radius: 6px; background: var(--surface-3); }
.bench-scale { display: flex; justify-content: space-between; gap: 10px; margin-top: 7px; font-size: 9.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.bench-fill { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 6px; background: var(--grad); opacity: .85; }
.bench-avg { position: absolute; top: -4px; bottom: -4px; width: 2px; border-radius: 2px; background: var(--ink-3); }
.bench-dot {
  position: absolute; top: 50%; transform: translate(-50%, -50%);
  width: 15px; height: 15px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 3px var(--surface), 0 0 0 4px var(--accent-soft);
}
.bench-val { font-size: 14.5px; font-weight: 700; text-align: right; }
.bench-pct { font-size: 11px; font-weight: 600; text-align: right; }
.bench-pct.good { color: var(--pos); }
.bench-pct.mid { color: var(--amber); }
.bench-pct.low { color: var(--ink-3); }
.bench-legend { display: flex; gap: 20px; margin-top: 14px; font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.bench-legend span { display: inline-flex; align-items: center; gap: 7px; }
.bl-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.bl-avg { width: 2px; height: 12px; background: var(--ink-3); border-radius: 2px; }

/* spec sheet */
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0 0 8px; }
.spec { display: flex; gap: 13px; align-items: center; background: var(--surface); border-radius: 14px; padding: 16px 18px; min-width: 0; }
.spec-ic { width: 36px; height: 36px; border-radius: 10px; background: var(--accent-soft); color: var(--accent-ink); display: grid; place-items: center; flex-shrink: 0; }
.spec .k { font-size: 11.5px; color: var(--ink-3); }
.spec .v { font-family: 'Outfit', sans-serif; font-variant-numeric: tabular-nums; font-size: 16.5px; font-weight: 700; margin-top: 2px; overflow-wrap: anywhere; }
.spec .price-note { display: block; font-size: 10.5px; font-weight: 500; color: var(--ink-3); margin-top: 3px; white-space: normal; max-width: none; }

/* report body chapters */
.audit-body h2 { border-top: none; padding-top: 0; align-items: center; gap: 13px; }
.audit-body h2::after { content: ""; flex: 1; height: 1px; background: var(--line); margin-left: 8px; }
.audit-body .secnum {
  width: 32px; height: 32px; border-radius: 10px; background: var(--accent-soft);
  display: grid; place-items: center; font-size: 12px; letter-spacing: 0;
}
.audit-body .takeaway {
  border: 1px dashed color-mix(in srgb, var(--accent) 36%, transparent);
  border-left: 3px solid var(--accent);
  background: var(--accent-soft); border-radius: 0 14px 14px 0;
}

/* audit findings (pros/cons) */
.findings { margin: 40px 0 36px; }
.find-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.find-head h2 { font-size: 24px; letter-spacing: -.02em; margin: 0; }
.find-count { font-size: 12px; color: var(--ink-3); }
.find-count .pos { color: var(--pos); }
.find-count .warn { color: var(--warn); }
.find-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.find-col { background: var(--surface); border-radius: 18px; overflow: hidden; }
.fc-head {
  padding: 14px 20px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 9px;
}
.fc-head.pros { color: var(--pos); background: color-mix(in srgb, var(--pos) 7%, transparent); }
.fc-head.cons { color: var(--warn); background: color-mix(in srgb, var(--warn) 7%, transparent); }
.find-item { display: flex; gap: 12px; padding: 13px 20px; border-bottom: 1px solid var(--line); align-items: flex-start; }
.find-item:last-child { border-bottom: none; }
.find-item p { margin: 0; font-size: 13.5px; line-height: 1.5; }
.find-id { flex-shrink: 0; font-size: 10px; font-weight: 700; letter-spacing: .06em; padding: 4px 7px; border-radius: 7px; margin-top: 1px; }
.find-id.pos { color: var(--pos); background: color-mix(in srgb, var(--pos) 13%, transparent); }
.find-id.warn { color: var(--warn); background: color-mix(in srgb, var(--warn) 13%, transparent); }

/* final assessment */
.au-final { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: var(--panel); border-radius: 20px; padding: 30px 34px; margin: 36px 0; }
/* --panel is dark in both themes — pin the light-purple accent so light mode stays readable */
.au-final .vk { font-size: 11px; color: #C6A5FF; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 13px; }
.au-final p { font-size: 17.5px; line-height: 1.6; color: #fff; margin: 0; font-weight: 500; }
.af-side { display: flex; align-items: center; gap: 18px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.12); }
.af-side .donut-center .dv { color: #fff; font-size: 26px; }
.af-side .donut-center .dk { color: rgba(255,255,255,.5); }
/* --panel stays dark in both themes; keep the gauge track visible on it */
.af-side .donut circle:first-of-type { stroke: rgba(255,255,255,.14); }
.af-meta { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.af-rank { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.55); }
.af-stars { color: var(--amber); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; }
.af-stamp {
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #C6A5FF;
  border: 1px dashed rgba(198,165,255,.45); padding: 5px 9px; border-radius: 8px;
}

@media (max-width: 1024px) {
  .au-scores { grid-template-columns: repeat(3, 1fr); }
  .spec-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .am-grid { grid-template-columns: 1fr; gap: 20px; padding: 22px 22px 16px; }
  .am-score { padding-left: 0; border-left: none; border-top: 1px solid var(--line); padding-top: 18px; }
  .am-strip { padding: 11px 22px; }
  .am-strip .am-doc { margin-left: 0; }
  .am-ctarow { padding: 4px 22px 22px; }
  .am-ctarow .btn { flex: 1; }
  .au-scores { grid-template-columns: repeat(2, 1fr); }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .find-grid { grid-template-columns: 1fr; }
  .bench-row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "label val" "track track" "pct pct";
    gap: 9px 12px;
  }
  .bench-label { grid-area: label; }
  .bench-val { grid-area: val; }
  .bench-track-wrap { grid-area: track; }
  .bench-pct { grid-area: pct; text-align: left; }
  .au-verdict { flex-direction: column; padding: 20px; }
}
@media (max-width: 520px) {
  .am-id { flex-direction: column; align-items: flex-start; gap: 14px; }
  .am-id h1 { font-size: 25px; }
  .am-score { flex-wrap: wrap; gap: 16px; }
  .au-scores { grid-template-columns: 1fr 1fr; gap: 10px; }
  .au-dim { padding: 12px; gap: 10px; }
  .aud-label { font-size: 11.5px; }
  .spec-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .spec { padding: 13px 14px; gap: 10px; }
  .spec-ic { width: 30px; height: 30px; }
  .spec .v { font-size: 14.5px; }
  .bench-card { padding: 18px; }
  .au-final { grid-template-columns: 1fr; padding: 24px; gap: 20px; }
  .af-side { padding-left: 0; border-left: none; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; }
}

@media (max-width: 520px) {
  /* The fixed tray already carries the count and the CTA at this width, and the
     header has no room left for both. */
  .cmp-nav-btn { display: none !important; }

  .wrap { padding: 0 16px; }
  .hero { padding: 32px 0 20px; }
  .hero h1 { font-size: 32px; }
  .site-header .bar { gap: 10px; }
  .brand-name { display: none; }
  .site-nav a { padding: 8px 11px; font-size: 13px; }
  .stat-tile { padding: 11px 13px; min-width: 0; }
  .stat-tile .v { font-size: 16px; white-space: nowrap; }
  .stat-tile .l { font-size: 10.5px; }
  .toolbar .sortbox { flex: 1; }
  .toolbar .sortbox select { width: 100%; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .mobile-stats { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .profile-id { flex-direction: column; align-items: flex-start; gap: 14px; }
  .profile-id h1 { font-size: 25px; }
  .review-body h2 { font-size: 21px; }
  .guide-article h1 { font-size: 28px !important; }
  .vcards { grid-template-columns: 1fr 1fr; }
  .est-results { grid-template-columns: 1fr; }
  .cc-stats { grid-template-columns: 1fr 1fr; }
  .cmp-slot { width: 100%; }
  .cmp-vs { width: 100%; text-align: center; }
  .bottomline { padding: 24px; }
  .bottomline p { font-size: 16px; }
  .cta-band { padding: 24px; }
  .verdict-box { padding: 20px; }
  .stat-tiles { width: 100%; flex-wrap: nowrap; }
  .stat-tile { flex: 1; }
}
