/* gates-404-v6.css — Signed-out gates & 404 page v6 surfaces */

/* ── Gate: signed-out lock screen ─────────────────────────────────── */
.gt-screen { position: relative; min-height: 100vh; overflow: hidden; font-family: var(--font-quartet); }
[data-ghue="cyan"]   { --g: var(--quartet-cyan);   --g-2: var(--quartet-cyan-2);  --g-fill: rgba(109,212,220,.10); --g-border: rgba(109,212,220,.34); }
[data-ghue="indigo"] { --g: var(--quartet-indigo); --g-2: #aab8ff;        --g-fill: rgba(138,159,255,.10); --g-border: rgba(138,159,255,.36); }
[data-ghue="violet"] { --g: var(--quartet-violet); --g-2: #ccb0ff;        --g-fill: rgba(184,141,255,.10); --g-border: rgba(184,141,255,.36); }
[data-ghue="amber"]  { --g: var(--quartet-amber);  --g-2: var(--quartet-amber-dim);  --g-fill: rgba(255,198,109,.10); --g-border: rgba(255,198,109,.36); }
[data-ghue="coral"]  { --g: var(--quartet-coral);  --g-2: #ffb79c;        --g-fill: rgba(255,155,122,.10); --g-border: rgba(255,155,122,.36); }
[data-ghue="pos"]    { --g: var(--quartet-pos);    --g-2: var(--quartet-pos-2);   --g-fill: rgba(109,212,158,.10); --g-border: rgba(109,212,158,.34); }
.gt-backdrop { position: absolute; inset: 64px 0 0; z-index: 0; filter: blur(6px) saturate(0.95); opacity: 0.62; pointer-events: none; -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,.2) 72%, transparent); mask-image: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,.2) 72%, transparent); }
.gt-backdrop-inner { max-width: 1180px; margin: 0 auto; padding: 18px 32px; }
.gt-scrim { position: absolute; inset: 0; z-index: 1; background: radial-gradient(120% 80% at 50% 18%, rgba(8,11,18,.55), rgba(8,11,18,.86) 62%, var(--bg-deep) 100%); pointer-events: none; }
.gt-bd-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 22px; }
.gt-bd-h1 { height: 34px; width: 280px; border-radius: 8px; background: var(--surface-deep-hi); }
.gt-bd-btn { height: 34px; width: 130px; border-radius: 7px; background: var(--surface-deep); border: 1px solid var(--line-deep-2); }
.gt-bd-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 22px 24px; margin-bottom: 18px; background: var(--surface-deep); border: 1px solid var(--line-deep-2); border-radius: 14px; }
.gt-bd-stat .a { height: 26px; width: 70%; border-radius: 6px; background: var(--surface-deep-hi); margin-bottom: 9px; }
.gt-bd-stat .b { height: 9px; width: 90%; border-radius: 5px; background: var(--line-deep-2); }
.gt-bd-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 18px; }
.gt-bd-panel { background: var(--surface-deep); border: 1px solid var(--line-deep-2); border-radius: 14px; padding: 22px 24px; }
.gt-bd-cal { display: grid; grid-template-columns: repeat(12, 1fr); gap: 8px; align-items: end; height: 180px; }
.gt-bd-cal .col { display: flex; flex-direction: column; justify-content: flex-end; gap: 2px; }
.gt-bd-cal .col span { width: 100%; border-radius: 3px; }
.gt-bd-rows { display: flex; flex-direction: column; gap: 14px; }
.gt-bd-row { display: grid; grid-template-columns: 30px 1fr 54px; gap: 12px; align-items: center; }
.gt-bd-row .ic { height: 30px; border-radius: 7px; background: var(--surface-deep-hi); }
.gt-bd-row .ln { height: 8px; border-radius: 5px; background: var(--line-deep-2); }
.gt-bd-row .vl { height: 12px; border-radius: 5px; background: var(--surface-deep-hi); }
.gt-bd-bar { height: 8px; border-radius: 999px; display: flex; overflow: hidden; background: var(--surface-deep-hi); }
.gt-bd-bar .d { background: var(--quartet-cyan); height: 100%; } .gt-bd-bar .e { background: var(--quartet-violet); height: 100%; }
.gt-wrap { position: relative; z-index: 2; display: flex; justify-content: center; padding: 56px 24px 80px; }
.gt-card { width: 100%; max-width: 540px; text-align: center; background: linear-gradient(180deg, var(--surface-deep-2), var(--surface-deep)); border: 1px solid var(--line-deep-2); border-radius: 20px; padding: 40px 40px 34px; box-shadow: 0 40px 120px -36px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.05); }
.gt-mark { width: 60px; height: 60px; border-radius: 16px; margin: 0 auto 22px; display: flex; align-items: center; justify-content: center; background: var(--g-fill); border: 1px solid var(--g-border); color: var(--g); position: relative; }
.gt-mark svg { width: 28px; height: 28px; }
.gt-mark .lockbadge { position: absolute; right: -7px; bottom: -7px; width: 24px; height: 24px; border-radius: 50%; background: var(--surface-deep-2); border: 1px solid var(--line-deep-2); color: var(--muted-deep); display: flex; align-items: center; justify-content: center; }
.gt-mark .lockbadge svg { width: 12px; height: 12px; }
.gt-pill { display: inline-flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; }
.gt-pill.free { color: var(--quartet-pos); background: var(--quartet-pos-fill); border: 1px solid var(--quartet-pos-border); }
.gt-pill.premium { color: var(--g); background: var(--g-fill); border: 1px solid var(--g-border); }
.gt-pill .d { width: 5px; height: 5px; border-radius: 999px; background: currentColor; }
.gt-title { margin: 0; font-size: 30px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink-deep); text-wrap: balance; }
.gt-sub { margin: 13px auto 0; font-size: 14.5px; color: var(--muted-deep); line-height: 1.55; max-width: 42ch; }
.gt-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 26px 0 28px; text-align: left; }
.gt-feat { display: flex; align-items: center; gap: 11px; padding: 12px 13px; border-radius: 10px; background: var(--bg-deep, #0d1119); border: 1px solid var(--line-deep-2); }
.gt-feat .fic { width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--g-fill); border: 1px solid var(--g-border); color: var(--g); }
.gt-feat .fic svg { width: 16px; height: 16px; }
.gt-feat .ft { font-size: 12.5px; font-weight: 500; color: var(--ink-deep-2); letter-spacing: -0.01em; line-height: 1.25; }
.gt-ctas { display: flex; gap: 11px; justify-content: center; }
.gt-cta-primary { flex: 1; max-width: 230px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; border-radius: 9px; border: 0; cursor: pointer; background: var(--quartet-cyan); color: #04141a; font-family: inherit; font-size: 13.5px; font-weight: 600; text-decoration: none; transition: background .15s, transform .15s; }
.gt-cta-primary:hover { background: var(--quartet-cyan-2); transform: translateY(-1px); }
.gt-cta-primary svg { width: 15px; height: 15px; }
.gt-cta-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; border-radius: 9px; cursor: pointer; background: transparent; border: 1px solid var(--line-deep-2); color: var(--ink-deep); font-family: inherit; font-size: 13.5px; font-weight: 500; text-decoration: none; transition: border-color .15s, background .15s; }
.gt-cta-ghost:hover { border-color: var(--quartet-cyan); background: var(--surface-deep); }
.gt-signin-row { margin-top: 22px; font-size: 13px; color: var(--muted-deep); }
.gt-signin-row a { color: var(--quartet-cyan-2); text-decoration: none; font-weight: 500; }
.gt-signin-row a:hover { text-decoration: underline; }
.gt-reassure { margin-top: 16px; font-size: 11.5px; color: var(--muted-deep-2); display: flex; align-items: center; justify-content: center; gap: 7px; }
.gt-reassure svg { width: 13px; height: 13px; }
.gt-back { position: relative; z-index: 3; max-width: 1180px; margin: 0 auto; padding: 6px 32px 0; }
.gt-back a { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--muted-deep); text-decoration: none; transition: color .15s; }
.gt-back a:hover { color: var(--ink-deep); }
.gt-back svg { width: 15px; height: 15px; }
@media (max-width: 760px) {
  .gt-bd-grid { grid-template-columns: 1fr; }
  .gt-bd-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .gt-card { padding: 32px 24px 28px; }
  .gt-title { font-size: 25px; }
  .gt-feats { grid-template-columns: 1fr; }
  .gt-ctas { flex-direction: column; }
  .gt-cta-primary { max-width: none; }
}

/* ── 404 Page ─────────────────────────────────────────────────────── */
.nf-screen { position: relative; min-height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
.nf-nav { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1180px; width: 100%; margin: 0 auto; padding: 20px 32px; }
.nf-brand { display: flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink-deep); text-decoration: none; }
.nf-brand .dot { width: 18px; height: 18px; border-radius: 6px; background: var(--quartet-cyan); }
.nf-nav-links { display: flex; gap: 26px; }
.nf-nav-links a { font-size: 13px; color: var(--muted-deep); text-decoration: none; transition: color .15s; }
.nf-nav-links a:hover { color: var(--ink-deep); }
.nf-nav-act { display: flex; align-items: center; gap: 12px; }
.nf-signin { font-size: 13px; color: var(--ink-deep-2); text-decoration: none; font-weight: 500; }
.nf-signin:hover { color: var(--ink-deep); }
.nf-getstarted { font-size: 13px; font-weight: 600; color: #04141a; background: var(--quartet-cyan); padding: 9px 15px; border-radius: 7px; text-decoration: none; transition: background .15s; }
.nf-getstarted:hover { background: var(--quartet-cyan-2); }
.nf-glow { position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 760px; height: 460px; background: radial-gradient(circle, rgba(109,212,220,.10), transparent 68%); pointer-events: none; z-index: 0; }
.nf-main { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 920px; width: 100%; margin: 0 auto; padding: 40px 32px 90px; text-align: center; }
.nf-code { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-quartet-mono); font-size: 132px; font-weight: 600; letter-spacing: -0.06em; line-height: 1; color: var(--ink-deep); margin-top: 18px; }
.nf-code .z { position: relative; color: var(--quartet-cyan); }
.nf-eyebrow { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.22em; color: var(--muted-deep-2); }
.nf-h1 { margin: 22px 0 0; font-size: 30px; font-weight: 600; letter-spacing: -0.03em; color: var(--ink-deep); text-wrap: balance; }
.nf-sub { margin: 13px auto 0; font-size: 15px; color: var(--muted-deep); line-height: 1.55; max-width: 52ch; }
.nf-ctas { display: flex; gap: 11px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.nf-cta-primary { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 9px; background: var(--quartet-cyan); color: #04141a; font-size: 13.5px; font-weight: 600; text-decoration: none; transition: background .15s, transform .15s; }
.nf-cta-primary:hover { background: var(--quartet-cyan-2); transform: translateY(-1px); }
.nf-cta-primary svg { width: 15px; height: 15px; }
.nf-cta-ghost { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 9px; background: transparent; border: 1px solid var(--line-deep-2); color: var(--ink-deep); font-size: 13.5px; font-weight: 500; text-decoration: none; transition: border-color .15s, background .15s; }
.nf-cta-ghost:hover { border-color: var(--quartet-cyan); background: var(--surface-deep); }
.nf-cta-ghost svg { width: 15px; height: 15px; }
.nf-divider { display: flex; align-items: center; gap: 16px; max-width: 760px; margin: 52px auto 0; color: var(--muted-deep-2); font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; }
.nf-divider::before, .nf-divider::after { content: ''; flex: 1; height: 1px; background: var(--line-deep-2); }
.nf-tools { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 760px; margin: 26px auto 0; }
.nf-tool { display: flex; align-items: center; gap: 13px; padding: 15px 16px; border-radius: 12px; background: var(--surface-deep); border: 1px solid var(--line-deep-2); text-decoration: none; text-align: left; transition: border-color .15s, background .15s, transform .15s; }
.nf-tool:hover { border-color: var(--t-border); background: var(--surface-deep-2); transform: translateY(-2px); }
.nf-tool .ti { width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--t-fill); border: 1px solid var(--t-border); color: var(--t); }
.nf-tool .ti svg { width: 19px; height: 19px; }
.nf-tool .tt { min-width: 0; }
.nf-tool .tt .nm { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-deep); letter-spacing: -0.01em; }
.nf-tool .tt .ds { display: block; font-size: 11px; color: var(--muted-deep); margin-top: 2px; }
.nf-tool .arr { margin-left: auto; color: var(--muted-deep-2); opacity: 0; transition: opacity .15s, transform .15s; }
.nf-tool:hover .arr { opacity: 1; transform: translateX(2px); }
.nf-tool .arr svg { width: 15px; height: 15px; }
[data-thue="cyan"]   { --t: var(--quartet-cyan);   --t-fill: rgba(109,212,220,.10); --t-border: rgba(109,212,220,.34); }
[data-thue="indigo"] { --t: var(--quartet-indigo); --t-fill: rgba(138,159,255,.10); --t-border: rgba(138,159,255,.36); }
[data-thue="violet"] { --t: var(--quartet-violet); --t-fill: rgba(184,141,255,.10); --t-border: rgba(184,141,255,.36); }
[data-thue="amber"]  { --t: var(--quartet-amber);  --t-fill: rgba(255,198,109,.10); --t-border: rgba(255,198,109,.36); }
[data-thue="coral"]  { --t: var(--quartet-coral);  --t-fill: rgba(255,155,122,.10); --t-border: rgba(255,155,122,.36); }
[data-thue="pos"]    { --t: var(--quartet-pos);    --t-fill: rgba(109,212,158,.10); --t-border: rgba(109,212,158,.34); }
@media (max-width: 760px) {
  .nf-nav-links { display: none; }
  .nf-code { font-size: 96px; }
  .nf-tools { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .nf-code { font-size: 76px; }
  .nf-h1 { font-size: 24px; }
}

/* ── Premium gate (signed-in free user, direct URL) ───────────────── */
/* Renders inside .pf-page so the v6 deep-token bridge resolves. */
/* These gate pages don't load portfolio-v6.css (no .pf-page max-width), so the
   gate centers itself. */
.prem-page { max-width: 1120px; margin: 0 auto; padding: 0 32px 48px; }
.prem-back { display: inline-flex; align-items: center; gap: 4px; margin: 22px 0 8px; color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 500; }
.prem-back svg { width: 15px; height: 15px; }
.prem-back:hover { color: var(--ink); }

.prem-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 48px; align-items: center; padding: 28px 0 56px; }

/* Pitch */
.prem-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.prem-eyebrow .ic { width: 30px; height: 30px; border-radius: 8px; background: var(--da-accent-fill); border: 1px solid var(--da-accent-border); color: var(--da-accent); display: inline-flex; align-items: center; justify-content: center; }
.prem-eyebrow .ic svg { width: 16px; height: 16px; }
.prem-eyebrow .lbl { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); }
.prem-eyebrow .tag { display: inline-flex; align-items: center; gap: 4px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--da-accent-ink); background: var(--da-accent); padding: 3px 8px; border-radius: 2px; }
.prem-eyebrow .tag svg { width: 10px; height: 10px; }

.prem-pitch h1 { font-size: 38px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); margin: 0 0 16px; text-wrap: pretty; }
.prem-pitch .lede { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0 0 24px; max-width: 50ch; }
.prem-points { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.prem-points li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; font-size: 13.5px; color: var(--ink-2); line-height: 1.45; }
.prem-points .ck { width: 20px; height: 20px; border-radius: 999px; background: var(--da-accent-fill); border: 1px solid var(--da-accent-border); color: var(--da-accent); display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.prem-points .ck svg { width: 12px; height: 12px; }

.prem-cta { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
/* Self-contained CTA: the gate pages don't load portfolio-v6.css, so the base
   .pf-btn-accent / .pf-inline-link rules aren't present here. */
.prem-cta .pf-btn-accent.lg { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; min-height: 44px; padding: 12px 22px; font-size: 12.5px; font-weight: 600; border: 0; border-radius: 8px; cursor: pointer; background: var(--da-accent, var(--quartet-cyan)); color: #04141a; transition: background .15s, transform .15s; }
.prem-cta .pf-btn-accent.lg:hover { background: var(--da-accent-2, var(--quartet-cyan-2)); transform: translateY(-1px); }
.prem-cta .pf-btn-accent.lg svg { width: 15px; height: 15px; }
.prem-cta .pf-inline-link { color: var(--da-accent, var(--quartet-cyan)); text-decoration: none; font-size: 13px; font-weight: 500; }
.prem-cta .pf-inline-link:hover { text-decoration: underline; }
.prem-reassure { display: inline-flex; align-items: center; gap: 9px; font-size: 11.5px; color: var(--muted-2); line-height: 1.5; }
.prem-reassure svg { width: 15px; height: 15px; color: var(--da-accent); flex-shrink: 0; }

/* Frosted teaser preview */
.prem-preview { position: relative; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: var(--surface); min-height: 360px; }
.prem-preview-frost { filter: blur(3px) saturate(0.85); opacity: 0.5; pointer-events: none; user-select: none; padding: 22px; }
.prem-preview-veil { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: radial-gradient(120% 90% at 50% 40%, transparent 30%, color-mix(in oklab, var(--bg) 55%, transparent) 100%); }
.prem-preview-veil .lk { width: 46px; height: 46px; border-radius: 12px; background: var(--surface); border: 1px solid var(--da-accent-border); color: var(--da-accent); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.prem-preview-veil .lk svg { width: 22px; height: 22px; }
.prem-preview-veil .vt { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-2); }

/* Teaser internals (kept generic so each feature looks real) */
.prt { display: flex; flex-direction: column; gap: 14px; }
.prt-head { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--line-2); }
.prt-head span:first-child { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--da-accent); }
.prt-kpi { font-family: var(--font-mono); font-size: 20px; font-weight: 500; color: var(--ink); letter-spacing: -0.02em; }
.prt-kpi i { font-style: normal; font-size: 11px; color: var(--muted); }
.prt-sub { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); margin-top: 4px; }

/* dividends teaser */
.prt-cal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.prt-cal-col { display: flex; flex-direction: column; gap: 6px; }
.prt-cal-col .mo { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted-2); }
.prt-pay { border-radius: 4px; padding: 7px 8px; display: flex; flex-direction: column; gap: 2px; }
.prt-pay b { font-family: var(--font-mono); font-size: 11px; color: var(--ink); }
.prt-pay span { font-family: var(--font-mono); font-size: 10px; color: var(--muted); }
.prt-pay.c { background: var(--pos-fill); border: 1px solid var(--pos-border); }
.prt-pay.e { background: rgba(255,198,109,0.10); border: 1px solid rgba(255,198,109,0.3); }
.prt-rows { display: flex; flex-direction: column; }
.prt-row { display: grid; grid-template-columns: 60px 1fr auto auto; gap: 12px; align-items: center; padding: 8px 0; border-top: 1px solid var(--line); font-size: 12px; }
.prt-row .sym { font-family: var(--font-mono); color: var(--ink); }
.prt-row .d { color: var(--muted); font-family: var(--font-mono); font-size: 11px; }
.prt-row .st { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; }
.prt-row .st.c { color: var(--pos); } .prt-row .st.e { color: var(--amber); }
.prt-row .a { font-family: var(--font-mono); color: var(--ink); text-align: right; }

/* heatmap teaser */
.prt-heat { display: grid; gap: 4px; align-items: center; }
.prt-heat .hc { font-size: 10px; color: var(--muted); }
.prt-heat .hc.col { text-align: center; font-family: var(--font-mono); color: var(--ink-2); }
.prt-heat .hc.row { font-size: 11px; color: var(--ink-2); }
.prt-heat .cell { font-family: var(--font-mono); font-size: 11px; color: var(--ink); text-align: center; padding: 8px 0; border-radius: 3px; }
.prt-warn { display: flex; align-items: center; gap: 9px; font-size: 12px; color: var(--muted); padding-top: 10px; border-top: 1px solid var(--line); }
.prt-warn svg { width: 15px; height: 15px; color: var(--amber); flex-shrink: 0; }

/* bars teaser */
.prt-bars { display: flex; flex-direction: column; gap: 8px; }
.prt-bar { display: grid; grid-template-columns: 110px 1fr 44px; gap: 12px; align-items: center; }
.prt-bar .bn { font-size: 12px; color: var(--ink-2); }
.prt-bar .bt { height: 6px; background: var(--surface-hi); border-radius: 999px; overflow: hidden; }
.prt-bar .bt i { display: block; height: 100%; border-radius: 999px; }
.prt-bar .bv { font-family: var(--font-mono); font-size: 11.5px; color: var(--ink); text-align: right; }

/* screener teaser */
.prt-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.prt-chip { font-size: 10.5px; color: var(--muted); border: 1px solid var(--line-2); border-radius: 999px; padding: 4px 10px; }
.prt-table { display: flex; flex-direction: column; }
.prt-tr { display: grid; grid-template-columns: 56px 1fr 56px 44px 48px; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-2); }
.prt-tr.h { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; border-top: 0; }
.prt-tr .sym { font-family: var(--font-mono); color: var(--ink); }
.prt-tr .m { font-family: var(--font-mono); text-align: right; color: var(--ink); }

/* Perks strip */
.prem-perks { border-top: 1px solid var(--line-2); padding: 30px 0 10px; }
.prem-perks-h { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin-bottom: 18px; }
.prem-perks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.prem-perk { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 16px; border: 1px solid var(--line-2); border-radius: 8px; background: var(--surface); }
.prem-perk .ic { width: 34px; height: 34px; border-radius: 8px; background: var(--da-accent-fill); color: var(--da-accent); display: inline-flex; align-items: center; justify-content: center; }
.prem-perk .ic svg { width: 17px; height: 17px; }
.prem-perk .t { font-size: 13px; font-weight: 600; color: var(--ink); }
.prem-perk .d { font-size: 11.5px; color: var(--muted); margin-top: 3px; line-height: 1.4; }

@media (max-width: 900px) {
  .prem-grid { grid-template-columns: 1fr; gap: 32px; }
  .prem-preview { order: -1; min-height: 300px; }
  .prem-pitch h1 { font-size: 30px; }
  .prem-perks-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .prem-perks-grid { grid-template-columns: 1fr; }
  .prem-cta { flex-wrap: wrap; }
}
