/* ============================================================
   BraxtonCRM Outreach — Showcase (dark product theme)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Hanken+Grotesk:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap');

:root {
  /* dark navy surfaces */
  --bg:       oklch(0.155 0.018 264);
  --bg-deep:  oklch(0.125 0.016 264);
  --bg-2:     oklch(0.178 0.02 264);
  --panel:    oklch(0.205 0.022 263);
  --panel-2:  oklch(0.238 0.026 263);
  --line:     oklch(0.31 0.025 262);
  --line-2:   oklch(0.40 0.03 262);

  --tx:       oklch(0.96 0.008 250);
  --tx-soft:  oklch(0.80 0.015 254);
  --tx-mute:  oklch(0.66 0.02 258);
  --tx-faint: oklch(0.52 0.022 260);

  /* brand + status */
  --violet:      oklch(0.68 0.19 286);
  --violet-2:    oklch(0.58 0.18 286);
  --violet-soft: oklch(0.30 0.085 286);
  --green:       oklch(0.77 0.16 156);
  --green-soft:  oklch(0.31 0.07 156);
  --amber:       oklch(0.80 0.14 70);
  --amber-soft:  oklch(0.32 0.07 62);
  --red:         oklch(0.67 0.20 22);
  --red-soft:    oklch(0.33 0.10 22);
  --cyan:        oklch(0.76 0.12 218);
  --cyan-soft:   oklch(0.32 0.07 218);
  --gold:        oklch(0.82 0.13 86);
  --silver:      oklch(0.80 0.015 250);
  --platinum:    oklch(0.84 0.05 200);

  --shadow-sm: 0 1px 2px oklch(0 0 0 / 0.4);
  --shadow-md: 0 6px 20px oklch(0 0 0 / 0.45);
  --shadow-lg: 0 26px 60px oklch(0 0 0 / 0.55), 0 8px 22px oklch(0 0 0 / 0.4);
  --shadow-xl: 0 44px 110px oklch(0 0 0 / 0.62), 0 12px 34px oklch(0 0 0 / 0.5);
  --glow-violet: 0 0 0 1px oklch(0.68 0.19 286 / 0.4), 0 8px 30px oklch(0.68 0.19 286 / 0.25);

  --r-sm: 8px; --r-md: 13px; --r-lg: 20px; --r-xl: 30px;

  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --body: 'Hanken Grotesk', system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, monospace;
  --maxw: 1280px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body); background: var(--bg); color: var(--tx);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  line-height: 1.5; overflow-x: hidden;
}
::selection { background: var(--violet); color: white; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.mono { font-family: var(--mono); }
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--violet); font-weight: 700; }

/* ============================================================
   TOP NAV
   ============================================================ */
.nav { position: sticky; top: 0; z-index: 80; background: oklch(0.155 0.018 264 / 0.78); backdrop-filter: blur(16px) saturate(1.3); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(150deg, var(--violet), var(--violet-2)); display: grid; place-items: center; box-shadow: var(--glow-violet); }
.brand-mark::before { content: "\26A1"; font-size: 17px; color: white; line-height: 1; }
.brand-word { display: block; font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; font-size: 21px; line-height: 1; }
.brand-word b { color: var(--violet); }
.brand-sub { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--tx-mute); margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: var(--tx-soft); transition: color .15s; }
.nav-links a:hover { color: var(--tx); }
.nav-cta { font-family: var(--body); font-weight: 700; font-size: 14px; background: var(--violet); color: white; padding: 11px 19px; border-radius: 999px; border: none; cursor: pointer; white-space: nowrap; box-shadow: var(--glow-violet); transition: transform .15s, filter .15s; }
.nav-cta:hover { transform: translateY(-1px); filter: brightness(1.1); }
@media (max-width: 820px) { .nav-links { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 96px 0 72px; overflow: hidden; }
.hero-sky { position: absolute; inset: 0; z-index: 0; background:
  radial-gradient(120% 90% at 82% -10%, oklch(0.4 0.15 286 / 0.45) 0%, transparent 52%),
  radial-gradient(110% 80% at 5% 5%, oklch(0.4 0.1 218 / 0.32) 0%, transparent 50%),
  linear-gradient(180deg, var(--bg-deep), var(--bg)); }
.hero-sky::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(oklch(1 0 0 / 0.04) 1px, transparent 1px); background-size: 26px 26px; mask-image: radial-gradient(80% 60% at 50% 30%, #000, transparent 75%); }
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 54px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: var(--panel); border: 1px solid var(--line); padding: 7px 14px 7px 10px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--tx-soft); box-shadow: var(--shadow-sm); margin-bottom: 26px; }
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }
.hero h1 { font-family: var(--display); font-weight: 800; font-size: clamp(40px, 5.6vw, 72px); line-height: 0.98; letter-spacing: -0.035em; margin-bottom: 22px; text-wrap: balance; }
.hero h1 .hl { color: var(--violet); }
.hero-lede { font-size: clamp(17px, 1.7vw, 20px); color: var(--tx-soft); max-width: 31em; margin-bottom: 32px; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn-primary { font-family: var(--body); font-weight: 700; font-size: 15.5px; background: var(--violet); color: white; padding: 14px 24px; border-radius: 999px; border: none; cursor: pointer; box-shadow: var(--glow-violet); transition: transform .15s, filter .15s; }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.1); }
.btn-ghost { font-family: var(--body); font-weight: 700; font-size: 15.5px; background: transparent; color: var(--tx); padding: 14px 20px; border-radius: 999px; border: 1.5px solid var(--line-2); cursor: pointer; transition: border-color .15s, background .15s; }
.btn-ghost:hover { border-color: var(--tx-mute); background: var(--panel); }
.hero-meta { display: flex; gap: 32px; margin-top: 42px; flex-wrap: wrap; }
.hero-meta .m-num { font-family: var(--display); font-weight: 800; font-size: 31px; letter-spacing: -0.02em; }
.hero-meta .m-num.v { color: var(--violet); } .hero-meta .m-num.g { color: var(--green); } .hero-meta .m-num.c { color: var(--cyan); }
.hero-meta .m-lab { font-size: 13px; color: var(--tx-mute); font-weight: 500; margin-top: 3px; }

.hero-peek { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-xl); border: 1px solid var(--line-2); background: var(--bg); transform: perspective(1700px) rotateY(-9deg) rotateX(3deg) scale(1.02); transform-origin: left center; }
.hero-peek .pk-bar { height: 36px; background: var(--bg-2); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 6px; padding: 0 13px; }
.hero-peek .pk-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.hero-peek .pk-body { position: relative; height: 396px; overflow: hidden; display: block; width: 100%; }
.peek-scale { position: absolute; top: 0; left: 0; width: 1060px; transform: scale(0.56); transform-origin: top left; }
.hero-copy, .hero-visual { min-width: 0; }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero-peek { transform: none; } }

/* ============================================================
   INTEGRATION STRIP
   ============================================================ */
.strip { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-deep); }
.strip-inner { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: center; }
.strip-lab { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tx-mute); }
.strip-pill { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14.5px; color: var(--tx-soft); padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--panel); }
.strip-pill .ic { width: 9px; height: 9px; border-radius: 2px; }

/* ============================================================
   SECTION
   ============================================================ */
.section { padding: 96px 0; }
.sec-head { max-width: 740px; margin-bottom: 46px; }
.sec-head h2 { font-family: var(--display); font-weight: 800; font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -0.03em; margin: 14px 0 16px; text-wrap: balance; }
.sec-head p { font-size: 18px; color: var(--tx-soft); text-wrap: pretty; }

/* ============================================================
   WALKTHROUGH
   ============================================================ */
.tour { background: linear-gradient(180deg, var(--bg), var(--bg-deep)); }
.tour-shell { display: block; }
.steps { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 1fr); gap: 8px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 26px; scrollbar-width: thin; }
.step { text-align: left; cursor: pointer; border: 1px solid var(--line); background: var(--panel); padding: 12px 14px; border-radius: var(--r-md); display: flex; align-items: center; gap: 11px; min-width: 0; transition: border-color .18s, background .18s; font-family: var(--body); }
.step:hover { border-color: var(--line-2); }
.step.active { border-color: var(--violet); background: var(--violet-soft); box-shadow: var(--glow-violet); }
.step-num { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; font-family: var(--mono); font-weight: 700; font-size: 13px; background: var(--bg-2); color: var(--tx-mute); }
.step.active .step-num { background: var(--violet); color: white; }
.step-tt { font-family: var(--display); font-weight: 700; font-size: 13.5px; letter-spacing: -0.01em; color: var(--tx-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.step.active .step-tt { color: var(--tx); }

.stage-head { margin-bottom: 20px; max-width: 800px; }
.stage-step { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--violet); font-weight: 700; }
.stage-tt { font-family: var(--display); font-weight: 800; font-size: clamp(26px, 3vw, 34px); letter-spacing: -0.025em; line-height: 1.05; margin: 10px 0 10px; }
.stage-ds { font-size: 17px; color: var(--tx-soft); text-wrap: pretty; line-height: 1.5; }

.step-progress { height: 3px; background: var(--line); border-radius: 2px; margin: 0 0 26px; overflow: hidden; }
.step-progress i { display: block; height: 100%; background: var(--violet); border-radius: 2px; transition: width .4s ease; }

.stage { position: relative; }
.frame { border-radius: var(--r-lg); overflow: hidden; background: var(--bg); border: 1px solid var(--line-2); box-shadow: var(--shadow-lg); }
.frame-bar { height: 40px; background: var(--bg-2); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 7px; padding: 0 14px; }
.frame-bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--line-2); }
.frame-bar .url { margin-left: 12px; font-family: var(--mono); font-size: 12px; color: var(--tx-mute); background: var(--bg); border: 1px solid var(--line); border-radius: 7px; padding: 4px 14px; flex: 1; max-width: 440px; }
.frame-bar .live { margin-left: auto; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); display: inline-flex; align-items: center; gap: 6px; }
.frame-bar .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }

.highlights { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 14px; margin-top: 18px; }
.hl-chip { display: flex; gap: 11px; align-items: flex-start; background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 16px; box-shadow: var(--shadow-sm); }
.hl-chip .hc-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--violet); margin-top: 5px; flex-shrink: 0; }
.hl-chip .hc-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--violet); font-weight: 700; display: block; margin-bottom: 4px; }
.hl-chip p { font-size: 13.5px; color: var(--tx-soft); line-height: 1.45; }
@media (max-width: 760px) { .highlights { grid-auto-flow: row; } }

.stage-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; flex-wrap: wrap; }
.stage-cap { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--tx-mute); }
.stage-cap .lock { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tx-soft); background: var(--panel); border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px; }
.tour-nav { display: flex; align-items: center; gap: 12px; }
.tour-nav button { font-family: var(--body); font-weight: 700; font-size: 14px; cursor: pointer; border-radius: 999px; padding: 11px 20px; transition: transform .12s, background .15s, border-color .15s; }
.tn-prev { background: transparent; border: 1.5px solid var(--line-2); color: var(--tx); }
.tn-prev:hover:not(:disabled) { border-color: var(--tx-mute); }
.tn-prev:disabled { opacity: 0.35; cursor: not-allowed; }
.tn-next { background: var(--violet); border: none; color: white; }
.tn-next:hover { filter: brightness(1.1); transform: translateY(-1px); }
.tn-count { font-family: var(--mono); font-size: 13px; color: var(--tx-mute); min-width: 56px; text-align: center; }
@media (max-width: 1040px) { .frame { overflow-x: auto; } }
@media (max-width: 620px) { .stage-foot { flex-direction: column-reverse; align-items: stretch; } .tour-nav { justify-content: space-between; } }

/* ============================================================
   APP CHROME (recreated product)
   ============================================================ */
.app { display: grid; grid-template-columns: 218px 1fr; min-height: 600px; min-width: 1020px; font-size: 13px; background: var(--bg); color: var(--tx); }
.side { background: var(--bg-2); border-right: 1px solid var(--line); padding: 16px 12px; display: flex; flex-direction: column; }
.side-brand { display: flex; align-items: center; gap: 9px; padding: 4px 8px 16px; }
.side-brand .bm { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(150deg, var(--violet), var(--violet-2)); display: grid; place-items: center; box-shadow: var(--glow-violet); }
.side-brand .bm::before { content: "\26A1"; font-size: 15px; color: white; }
.side-brand .bw { font-family: var(--display); font-weight: 800; font-size: 14.5px; letter-spacing: -0.01em; }
.side-brand .bw b { color: var(--violet); }
.side-brand .bs { font-size: 8.5px; font-family: var(--mono); color: var(--tx-faint); text-transform: uppercase; letter-spacing: 0.16em; margin-top: 2px; }
.side-scroll { flex: 1; overflow: hidden; }
.side-grp { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tx-faint); padding: 12px 10px 5px; }
.nav-item { display: flex; align-items: center; gap: 9px; padding: 6.5px 10px; border-radius: 8px; color: var(--tx-soft); font-weight: 600; font-size: 12.5px; white-space: nowrap; }
.nav-item .ni-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--tx-faint); flex-shrink: 0; }
.nav-item .ni-ic { width: 15px; text-align: center; font-size: 12px; flex-shrink: 0; }
.nav-item .ni-ct { margin-left: auto; font-family: var(--mono); font-size: 10px; color: white; background: var(--violet); border-radius: 999px; padding: 1px 7px; font-weight: 700; }
.nav-item.on { background: var(--panel-2); color: var(--tx); box-shadow: inset 2px 0 0 var(--violet); }
.nav-item.on .ni-dot { background: var(--violet); box-shadow: 0 0 6px var(--violet); }
.side-user { margin-top: auto; display: flex; align-items: center; gap: 9px; padding: 12px 8px 2px; border-top: 1px solid var(--line); }
.side-user .av { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(150deg, var(--violet), var(--cyan)); display: grid; place-items: center; color: white; font-weight: 700; font-size: 11px; }
.side-user .su-nm { font-weight: 700; font-size: 12px; }
.side-user .su-role { font-size: 10px; color: var(--tx-mute); }
.side-user .su-out { margin-left: auto; color: var(--tx-faint); font-size: 13px; }

.main { display: flex; flex-direction: column; background: var(--bg); min-width: 0; }
.canvas { padding: 20px 24px 26px; flex: 1; min-width: 0; }

/* status bar */
.statusbar { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 9px 14px; margin-bottom: 14px; }
.statusbar .sb { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--tx-soft); padding: 0 12px; border-right: 1px solid var(--line); }
.statusbar .sb:last-child { border-right: none; }
.statusbar .sb b { color: var(--tx); font-weight: 800; }
.statusbar .sb .d { width: 7px; height: 7px; border-radius: 50%; }

/* search */
.searchbar { display: flex; align-items: center; gap: 10px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 11px 15px; margin-bottom: 14px; color: var(--tx-faint); font-size: 13px; }
.searchbar .si { opacity: 0.6; }

/* page title */
.scr-title { font-family: var(--display); font-weight: 800; font-size: 23px; letter-spacing: -0.02em; }
.scr-sub { font-size: 12.5px; color: var(--tx-mute); margin-top: 3px; }
.scr-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }

/* pills / badges */
.pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.pill .pdot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pill.v { background: var(--violet-soft); color: var(--violet); }
.pill.g { background: var(--green-soft); color: var(--green); }
.pill.a { background: var(--amber-soft); color: var(--amber); }
.pill.r { background: var(--red-soft); color: var(--red); }
.pill.c { background: var(--cyan-soft); color: var(--cyan); }
.pill.n { background: var(--panel-2); color: var(--tx-mute); }
.bh { font-family: var(--mono); font-size: 9px; font-weight: 700; color: var(--amber); border: 1px solid var(--amber-soft); background: oklch(0.32 0.07 62 / 0.4); border-radius: 4px; padding: 1px 4px; }
.li { font-family: var(--mono); font-size: 9px; font-weight: 700; color: var(--cyan); border: 1px solid var(--cyan-soft); background: oklch(0.32 0.07 218 / 0.4); border-radius: 4px; padding: 1px 4px; }
.tier { font-size: 9.5px; font-weight: 800; padding: 2px 8px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.03em; }
.tier.gold { background: oklch(0.82 0.13 86 / 0.18); color: var(--gold); border: 1px solid oklch(0.82 0.13 86 / 0.4); }
.tier.silver { background: oklch(0.8 0.015 250 / 0.14); color: var(--silver); border: 1px solid oklch(0.8 0.015 250 / 0.35); }
.tier.platinum { background: oklch(0.84 0.05 200 / 0.16); color: var(--platinum); border: 1px solid oklch(0.84 0.05 200 / 0.4); }

/* cards / panels */
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 15px 16px; }
.card + .card { margin-top: 14px; }
.card-tt { font-family: var(--display); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.card-tt .lk { font-size: 11px; color: var(--violet); font-weight: 700; font-family: var(--body); }
.muted { color: var(--tx-mute); } .faint { color: var(--tx-faint); }
.grid2 { display: grid; grid-template-columns: 1.5fr 1fr; gap: 14px; }
.grid2e { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.grid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }

/* stat tiles */
.stat-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-bottom: 14px; }
.stat { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 15px; position: relative; overflow: hidden; }
.stat .s-ic { position: absolute; top: 13px; right: 13px; opacity: 0.5; font-size: 13px; }
.stat .s-lab { font-size: 10px; color: var(--tx-mute); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.stat .s-num { font-family: var(--display); font-weight: 800; font-size: 27px; letter-spacing: -0.02em; margin-top: 6px; }
.stat .s-foot { font-size: 10.5px; color: var(--tx-faint); margin-top: 3px; }
.stat.hot { border-color: oklch(0.67 0.2 22 / 0.5); }
.stat.hot .s-num { color: var(--red); }

/* tables */
.tbl { width: 100%; border-collapse: collapse; }
.tbl th { text-align: left; font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tx-faint); padding: 0 10px 10px; font-weight: 700; }
.tbl td { padding: 10px; border-top: 1px solid var(--line); font-size: 12px; vertical-align: middle; }
.av-sm { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; color: white; font-weight: 700; font-size: 11px; }

/* score circle */
.score { width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 14px; border: 2px solid var(--violet); color: var(--violet); background: var(--violet-soft); }
.score.mid { border-color: var(--cyan); color: var(--cyan); background: var(--cyan-soft); }
.score.lo { border-color: var(--line-2); color: var(--tx-mute); background: var(--panel-2); }

/* candidate match card */
.candcard { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 13px 15px; display: flex; align-items: flex-start; gap: 13px; }
.candcard + .candcard { margin-top: 10px; }
.cc-main { flex: 1; min-width: 0; }
.cc-nm { display: flex; align-items: center; gap: 7px; font-weight: 700; font-size: 13.5px; flex-wrap: wrap; }
.cc-loc { font-size: 11px; color: var(--tx-mute); margin-left: 4px; font-weight: 500; }
.cc-role { font-size: 11.5px; color: var(--tx-mute); margin: 3px 0 8px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 6px; background: var(--panel-2); color: var(--tx-soft); border: 1px solid var(--line); }
.chip.g { color: var(--green); border-color: var(--green-soft); }
.cc-acts { display: flex; flex-direction: column; gap: 7px; flex-shrink: 0; }
.b-match { font-family: var(--body); font-weight: 700; font-size: 11.5px; color: var(--green); background: var(--green-soft); border: 1px solid oklch(0.77 0.16 156 / 0.4); border-radius: 8px; padding: 7px 16px; cursor: pointer; white-space: nowrap; }
.b-skip { font-family: var(--body); font-weight: 600; font-size: 11.5px; color: var(--tx-mute); background: transparent; border: 1px solid var(--line-2); border-radius: 8px; padding: 7px 16px; cursor: pointer; }

/* filters */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.fld { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 9px 13px; font-size: 12px; color: var(--tx-soft); display: flex; align-items: center; gap: 8px; }
.fld.input { color: var(--tx-faint); min-width: 150px; }
.fld.sel { min-width: 150px; justify-content: space-between; }
.fld.sel::after { content: "\25BE"; color: var(--tx-faint); font-size: 10px; }
.fld.disabled { opacity: 0.5; }

/* outreach candidate card */
.ocard { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 13px 14px; }
.oc-top { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; }
.oc-nm { font-weight: 700; font-size: 13px; }
.oc-log { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.oc-log .lg { font-size: 10px; color: var(--tx-mute); font-family: var(--mono); }
.oc-meta { font-size: 11px; color: var(--tx-mute); margin-bottom: 7px; }
.oc-snip { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 8px 10px; font-size: 11px; color: var(--tx-soft); margin-bottom: 9px; line-height: 1.4; }
.oc-snip .tag { color: var(--cyan); font-family: var(--mono); font-size: 9.5px; font-weight: 700; }
.oc-acts { display: flex; gap: 6px; }
.oc-acts button { flex: 1; font-family: var(--body); font-weight: 600; font-size: 11px; padding: 6px; border-radius: 7px; border: 1px solid var(--line-2); background: var(--panel-2); color: var(--tx-soft); cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 5px; }
.oc-acts button.q { background: var(--violet-soft); border-color: oklch(0.68 0.19 286 / 0.45); color: var(--violet); }
.tag-add { font-size: 9px; font-weight: 700; color: var(--amber); background: var(--amber-soft); border-radius: 999px; padding: 2px 8px; }

/* queue rail */
.qrail { background: var(--panel); border: 1px dashed var(--line-2); border-radius: var(--r-md); padding: 16px; text-align: center; }
.qrail .qh { font-family: var(--display); font-weight: 700; font-size: 13px; margin-bottom: 8px; text-align: left; }
.qrail p { font-size: 11.5px; color: var(--tx-mute); line-height: 1.5; }

/* cold mine command center */
.ophead { position: relative; overflow: hidden; border-radius: var(--r-md); border: 1px solid oklch(0.8 0.14 70 / 0.4); padding: 20px 22px; margin-bottom: 14px; background: linear-gradient(120deg, oklch(0.24 0.06 60), oklch(0.2 0.03 286)); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ophead .op-k { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); }
.ophead .op-t { font-family: var(--display); font-weight: 800; font-size: 26px; letter-spacing: -0.01em; background: linear-gradient(90deg, var(--amber), oklch(0.86 0.12 55)); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 3px 0 6px; }
.ophead .op-s { font-size: 12px; color: var(--tx-soft); }
.ophead .op-run { display: inline-block; margin-top: 8px; font-family: var(--mono); font-size: 10px; color: var(--tx-mute); background: oklch(0 0 0 / 0.25); border: 1px solid var(--line); border-radius: 999px; padding: 3px 10px; }
.livetoggle { display: flex; align-items: center; gap: 10px; }
.livetoggle .lt { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); display: inline-flex; align-items: center; gap: 6px; }
.livetoggle .lt::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.switch { width: 42px; height: 23px; border-radius: 999px; background: var(--green); position: relative; }
.switch::after { content: ""; position: absolute; top: 2px; right: 2px; width: 19px; height: 19px; border-radius: 50%; background: white; }

.bigtiles { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 14px; }
.bigtile { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px; }
.bigtile.acc { border-color: oklch(0.8 0.14 70 / 0.45); }
.bigtile .bt-ic { width: 30px; height: 30px; border-radius: 8px; background: var(--panel-2); display: grid; place-items: center; font-size: 14px; margin-bottom: 10px; }
.bigtile .bt-num { font-family: var(--display); font-weight: 800; font-size: 30px; letter-spacing: -0.02em; }
.bigtile .bt-foot { font-size: 10.5px; color: var(--tx-faint); margin-top: 4px; }
.bigtile .bt-foot b { color: var(--red); }

.touchgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-top: 12px; }
.tcell { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 10px 12px; text-align: center; }
.tcell .tn { font-family: var(--display); font-weight: 800; font-size: 18px; }
.tcell .tl { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tx-faint); margin-top: 3px; }
.progressbar { height: 9px; background: var(--bg-2); border-radius: 5px; overflow: hidden; margin: 4px 0 2px; }
.progressbar i { display: block; height: 100%; background: linear-gradient(90deg, var(--green), oklch(0.82 0.14 150)); border-radius: 5px; }

/* template accordion */
.tmpl { border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: 8px; overflow: hidden; }
.tmpl .th { display: flex; align-items: center; gap: 9px; padding: 10px 12px; background: var(--panel-2); font-weight: 700; font-size: 12px; }
.tmpl .th .n { width: 20px; height: 20px; border-radius: 6px; background: var(--amber-soft); color: var(--amber); display: grid; place-items: center; font-family: var(--mono); font-size: 11px; }
.tmpl .tb { padding: 12px; }
.tmpl .lbl { font-family: var(--mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tx-faint); margin-bottom: 4px; }
.tmpl .field { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 8px 10px; font-size: 11.5px; color: var(--tx-soft); margin-bottom: 10px; }
.tok { font-family: var(--mono); font-size: 10px; color: var(--amber); background: var(--amber-soft); border-radius: 4px; padding: 1px 5px; }

/* firm match card (prescreen) */
.firmcard { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 15px 16px; position: relative; }
.firmcard + .firmcard { margin-top: 12px; }
.fc-top { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.fc-nm { font-weight: 700; font-size: 13.5px; }
.fc-meta { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--tx-mute); margin: 5px 0 0; flex-wrap: wrap; }
.fc-meta .dm { color: var(--green); font-weight: 600; }
.fc-score { position: absolute; top: 15px; right: 16px; text-align: right; }
.fc-score .v { font-family: var(--display); font-weight: 800; font-size: 22px; color: var(--violet); }
.fc-score .l { font-family: var(--mono); font-size: 8px; letter-spacing: 0.1em; color: var(--tx-faint); }
.fc-contact { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 10px 12px; margin: 11px 0; }
.fc-contact .cl { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tx-faint); margin-bottom: 4px; }
.fc-contact .cn { font-weight: 700; font-size: 12px; }
.fc-contact .cs { font-size: 10.5px; color: var(--tx-mute); margin-top: 2px; }
.fc-warn { background: var(--amber-soft); border: 1px solid oklch(0.8 0.14 70 / 0.4); border-radius: var(--r-sm); padding: 8px 11px; font-size: 11px; color: var(--amber); margin: 9px 0; font-weight: 600; }
.fc-acts { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 11px; }
.b-ai { font-family: var(--body); font-weight: 700; font-size: 11.5px; color: var(--violet); background: var(--violet-soft); border: 1px solid oklch(0.68 0.19 286 / 0.45); border-radius: 8px; padding: 7px 14px; cursor: pointer; }
.b-manual { font-family: var(--body); font-weight: 700; font-size: 11.5px; color: var(--amber); background: transparent; border: 1px solid oklch(0.8 0.14 70 / 0.5); border-radius: 8px; padding: 7px 14px; cursor: pointer; }
.b-esc { font-family: var(--body); font-weight: 600; font-size: 11.5px; color: var(--tx-mute); background: transparent; border: 1px solid var(--line-2); border-radius: 8px; padding: 7px 13px; cursor: pointer; margin-left: auto; }
.b-dismiss { font-family: var(--body); font-weight: 600; font-size: 11.5px; color: var(--red); background: transparent; border: 1px solid var(--red-soft); border-radius: 8px; padding: 7px 13px; cursor: pointer; }

/* meters / list rows */
.lrow { display: flex; align-items: center; gap: 11px; padding: 9px 2px; border-top: 1px solid var(--line); }
.lrow:first-child { border-top: none; }
.lrow .grow { flex: 1; min-width: 0; }
.lrow .lr-tt { font-weight: 700; font-size: 12.5px; display: flex; align-items: center; gap: 6px; }
.lrow .lr-sub { font-size: 10.5px; color: var(--tx-mute); }
.lrow .lr-meta { text-align: right; font-size: 10.5px; color: var(--tx-mute); }
.rankn { width: 26px; height: 26px; border-radius: 7px; flex-shrink: 0; display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 11px; background: var(--panel-2); color: var(--tx-mute); }
.meter { margin-bottom: 11px; }
.meter-top { display: flex; justify-content: space-between; font-size: 11.5px; margin-bottom: 5px; }
.meter-top .mt-lab { font-weight: 600; color: var(--tx-soft); }
.meter-top .mt-val { font-family: var(--mono); font-size: 11px; color: var(--tx-mute); }
.meter-bar { height: 7px; background: var(--bg-2); border-radius: 4px; overflow: hidden; }
.meter-bar i { display: block; height: 100%; border-radius: 4px; }
.feed-item { display: flex; gap: 10px; padding: 8px 2px; border-top: 1px solid var(--line); align-items: flex-start; }
.feed-item:first-child { border-top: none; }
.feed-dot { width: 8px; height: 8px; border-radius: 50%; margin-top: 5px; flex-shrink: 0; }
.feed-item .fi-tt { font-size: 11.5px; font-weight: 600; }
.feed-item .fi-time { margin-left: auto; font-family: var(--mono); font-size: 10px; color: var(--tx-faint); white-space: nowrap; }

/* accounting */
.acc-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.acc-sync { display: flex; align-items: center; gap: 12px; }
.acc-sync .sy { font-family: var(--mono); font-size: 10.5px; color: var(--tx-mute); }
.acc-sync .sy b { color: var(--green); }
.b-sync { font-family: var(--body); font-weight: 700; font-size: 11.5px; color: var(--tx); background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 8px; padding: 7px 13px; cursor: pointer; }
.b-pay { font-family: var(--body); font-weight: 700; font-size: 11.5px; color: white; background: var(--green); border: none; border-radius: 8px; padding: 7px 14px; cursor: pointer; }
.money-row { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; margin-bottom: 10px; }
.money { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 13px 14px; }
.money.alert { border-color: oklch(0.67 0.2 22 / 0.5); }
.money.profit { border-color: oklch(0.68 0.19 286 / 0.5); }
.money .ml { font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tx-faint); }
.money .mv { font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -0.02em; margin-top: 5px; }
.money.alert .mv { color: var(--red); }
.money.profit .mv { color: var(--violet); }
.money .mf { font-size: 9.5px; color: var(--tx-faint); margin-top: 3px; }
.spark { margin-top: 6px; }
.chart-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 15px 16px; margin: 14px 0; }
.acc-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin: 14px 0 10px; }
.acc-tab { font-size: 11px; font-weight: 600; color: var(--tx-soft); background: var(--panel); border: 1px solid var(--line); border-radius: 7px; padding: 6px 11px; }
.acc-tab.on { background: var(--violet); color: white; border-color: var(--violet); }
.acc-tab .cb { font-family: var(--mono); font-size: 9px; background: var(--red); color: white; border-radius: 999px; padding: 0 5px; margin-left: 5px; }
.acc-summary { display: flex; gap: 22px; flex-wrap: wrap; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-md); padding: 13px 18px; }
.acc-summary .as { font-size: 11px; color: var(--tx-mute); }
.acc-summary .as b { font-family: var(--display); font-size: 15px; color: var(--tx); margin-left: 6px; }

/* invoice/start rows */
.inv-row { display: flex; align-items: center; gap: 12px; padding: 9px 4px; border-top: 1px solid var(--line); font-size: 12px; }
.inv-row:first-child { border-top: none; }
.inv-row .grow { flex: 1; min-width: 0; }
.inv-row .amt { font-family: var(--mono); font-weight: 700; }
.billed { font-size: 9.5px; font-weight: 800; color: var(--green); border: 1px solid oklch(0.77 0.16 156 / 0.5); border-radius: 999px; padding: 2px 9px; text-transform: uppercase; letter-spacing: 0.03em; }

/* ============================================================
   PILLARS
   ============================================================ */
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.pillar { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.pillar .p-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 20px; margin-bottom: 16px; }
.pillar h3 { font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; margin-bottom: 8px; }
.pillar p { font-size: 14.5px; color: var(--tx-soft); text-wrap: pretty; }
@media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } }

/* ============================================================
   CTA + FOOTER
   ============================================================ */
.cta { padding: 0 0 110px; }
.cta-card { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: 70px 60px; background: linear-gradient(150deg, var(--panel), var(--bg-2)); border: 1px solid var(--line-2); box-shadow: var(--shadow-xl); }
.cta-card .glow { position: absolute; inset: 0; z-index: 0; background: radial-gradient(80% 120% at 90% -10%, oklch(0.68 0.19 286 / 0.4), transparent 55%), radial-gradient(70% 100% at 0% 110%, oklch(0.76 0.12 218 / 0.28), transparent 55%); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { font-family: var(--display); font-weight: 800; font-size: clamp(32px, 4.4vw, 54px); line-height: 1.0; letter-spacing: -0.03em; margin: 16px 0 18px; max-width: 16ch; text-wrap: balance; }
.cta-card p { font-size: 18px; color: var(--tx-soft); max-width: 46ch; margin-bottom: 32px; text-wrap: pretty; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-actions .btn-line { background: transparent; border: 1.5px solid var(--line-2); color: var(--tx); font-weight: 700; font-size: 15.5px; padding: 14px 22px; border-radius: 999px; cursor: pointer; transition: border-color .15s; }
.cta-actions .btn-line:hover { border-color: var(--tx); }
.cta-foot { display: flex; gap: 28px; margin-top: 40px; flex-wrap: wrap; }
.cta-foot .cf { font-size: 14px; color: var(--tx-soft); display: flex; align-items: center; gap: 8px; }
.cta-foot .cf::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); }

.foot { padding: 40px 0 60px; border-top: 1px solid var(--line); }
.foot-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot small { font-size: 12.5px; color: var(--tx-mute); }
.foot .redact-note { font-family: var(--mono); font-size: 11px; color: var(--tx-faint); display: flex; align-items: center; gap: 8px; }
.foot .redact-note .rb { width: 9px; height: 9px; border-radius: 50%; background: var(--violet); }

/* contact line in CTA + footer */
.cta-contact { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 22px; }
.cta-contact a { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; color: var(--tx); }
.cta-contact a .ci { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; background: var(--violet-soft); color: var(--violet); font-size: 14px; }
.cta-contact a:hover { color: var(--violet); }
.foot-contact { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-contact a { font-size: 13px; font-weight: 600; color: var(--tx-soft); }
.foot-contact a:hover { color: var(--violet); }
.foot-built { font-size: 12px; color: var(--tx-mute); }
.foot-built b { color: var(--tx-soft); }

/* ===== Hot Leads ===== */
.hl-find { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 16px; margin-bottom: 12px; }
.hl-find .hf-t { font-size: 12.5px; font-weight: 700; margin-bottom: 11px; }
.hl-find .hf-t span { color: var(--tx-mute); font-weight: 500; }
.hl-find .hf-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.b-find { font-family: var(--body); font-weight: 700; font-size: 12px; color: #fff; background: oklch(0.42 0.13 25); border: 1px solid oklch(0.55 0.18 25); border-radius: 8px; padding: 9px 16px; cursor: pointer; }
.b-clear { font-family: var(--body); font-weight: 700; font-size: 12px; color: var(--red); background: transparent; border: 1px solid var(--red-soft); border-radius: 8px; padding: 9px 14px; cursor: pointer; }
.hl-banner { background: var(--violet-soft); border: 1px solid oklch(0.68 0.19 286 / 0.4); border-radius: var(--r-md); padding: 11px 15px; font-size: 12px; font-weight: 600; color: var(--violet); margin-bottom: 14px; }
.hl-count { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; color: var(--tx-faint); margin-bottom: 10px; }
.hl-count b { color: var(--amber); }

.hlcard { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 16px; margin-bottom: 12px; }
.hlcard-row { display: flex; gap: 14px; align-items: flex-start; }
.hl-star { width: 48px; height: 36px; flex-shrink: 0; border-radius: 8px; background: var(--green-soft); border: 1px solid oklch(0.77 0.16 156 / 0.4); color: var(--green); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 14px; }
.hl-mid { flex: 1; min-width: 0; }
.hl-name { display: flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14px; flex-wrap: wrap; }
.hl-target { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 6px; background: var(--amber-soft); color: var(--amber); border: 1px solid oklch(0.8 0.14 70 / 0.3); margin: 7px 0; }
.hl-role { font-size: 11.5px; color: var(--tx-mute); margin-bottom: 7px; }
.hl-msg { font-size: 11px; color: var(--tx-soft); margin-bottom: 7px; }
.hl-msg .mtag { color: var(--cyan); font-family: var(--mono); font-size: 9.5px; font-weight: 700; }
.hl-reason { font-size: 10.5px; color: var(--tx-faint); display: flex; align-items: center; gap: 7px; margin-bottom: 3px; }
.hl-reason .pl { font-family: var(--mono); font-size: 9px; color: var(--green); background: var(--green-soft); border-radius: 4px; padding: 0 5px; flex-shrink: 0; }
.hl-contact { font-size: 11px; color: var(--cyan); margin-top: 8px; display: flex; gap: 12px; flex-wrap: wrap; }
.hl-contact .np { color: var(--tx-faint); }
.hl-right { width: 215px; flex-shrink: 0; display: flex; flex-direction: column; gap: 7px; align-items: flex-end; text-align: right; }
.hl-co { font-size: 11px; color: var(--tx-soft); font-weight: 600; }
.hl-age { font-family: var(--mono); font-size: 10px; color: var(--red); }
.hl-actions { display: flex; gap: 5px; flex-wrap: wrap; justify-content: flex-end; }
.hl-actions button { font-family: var(--body); font-weight: 600; font-size: 10.5px; padding: 6px 10px; border-radius: 7px; border: 1px solid var(--line-2); background: var(--panel-2); color: var(--tx-soft); cursor: pointer; display: inline-flex; align-items: center; gap: 5px; }
.hl-actions button.go { background: var(--violet-soft); border-color: oklch(0.68 0.19 286 / 0.45); color: var(--violet); }
.hl-actions button.done { background: var(--green-soft); border-color: oklch(0.77 0.16 156 / 0.4); color: var(--green); }
.hl-actions button.ic { padding: 6px 9px; }
.hl-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line); }

/* ===== Placements ===== */
.pl-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.pl-seg { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.pl-seg button { font-family: var(--body); font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 8px; border: 1px solid var(--line-2); background: var(--panel-2); color: var(--tx-soft); cursor: pointer; }
.pl-seg button.on { background: var(--violet); border-color: var(--violet); color: #fff; }
.pl-allrec { font-size: 11.5px; color: var(--tx-mute); display: inline-flex; align-items: center; gap: 7px; margin-left: 6px; }
.plstat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 14px; }
.plstat { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; }
.plstat .pl-lab { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tx-faint); }
.plstat .pl-num { font-family: var(--display); font-weight: 800; font-size: 30px; letter-spacing: -0.02em; margin-top: 8px; }

/* ===== Drip Tracker ===== */
.dt-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.dt-chip { font-size: 11px; font-weight: 600; color: var(--tx-soft); background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; }
.dt-chip.on { background: var(--violet-soft); border-color: oklch(0.68 0.19 286 / 0.45); color: var(--violet); }
.dt-cand { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 16px; }
.dt-cand-top { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.dt-caret { color: var(--tx-mute); font-size: 11px; }
.dt-cand-nm { font-family: var(--display); font-weight: 700; font-size: 16px; }
.dt-cand-actions { margin-left: auto; display: flex; gap: 8px; }
.dt-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 9px; }
.dt-tag { font-size: 10px; font-weight: 700; padding: 2px 9px; border-radius: 999px; background: var(--panel-2); color: var(--tx-soft); border: 1px solid var(--line); }
.dt-tag.amber { color: var(--amber); border-color: oklch(0.8 0.14 70 / 0.35); }
.dt-firm { background: var(--bg-2); border: 1px solid var(--line); border-left: 3px solid var(--violet); border-radius: var(--r-sm); padding: 12px 14px; margin-top: 12px; }
.dt-firm-top { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.dt-firm-nm { font-weight: 700; font-size: 13px; }
.dt-firm-contact { font-size: 11px; color: var(--tx-mute); margin-top: 5px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dt-firm-actions { margin-left: auto; display: flex; gap: 7px; }
.dt-sub { font-size: 11px; color: var(--tx-mute); margin: 12px 0; display: flex; gap: 16px; }
.dt-step { display: flex; align-items: center; gap: 10px; margin: 14px 0 10px; flex-wrap: wrap; }
.dt-day { font-family: var(--mono); font-size: 10px; font-weight: 700; color: var(--tx); background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 6px; padding: 3px 9px; }
.dt-step-nm { font-weight: 700; font-size: 12.5px; }
.dt-step .right { margin-left: auto; display: flex; gap: 7px; }
.dt-email { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px 18px; }
.dt-email .subj { color: var(--cyan); font-weight: 700; font-size: 13px; margin-bottom: 12px; }
.dt-email .subj mark, .dt-email .hi { background: var(--violet-soft); color: var(--violet); border-radius: 4px; padding: 0 4px; }
.dt-email .body { font-size: 12px; color: var(--tx-soft); line-height: 1.7; white-space: pre-line; }
.dt-email .sig { color: var(--tx-mute); }
.dt-email-actions { display: flex; gap: 8px; margin-top: 14px; }
.b-approve { font-family: var(--body); font-weight: 700; font-size: 12px; color: var(--green); background: var(--green-soft); border: 1px solid oklch(0.77 0.16 156 / 0.4); border-radius: 8px; padding: 8px 16px; cursor: pointer; }
.b-skip2 { font-family: var(--body); font-weight: 700; font-size: 12px; color: var(--red); background: transparent; border: 1px solid var(--red-soft); border-radius: 8px; padding: 8px 14px; cursor: pointer; }
.b-regen { font-family: var(--body); font-weight: 600; font-size: 12px; color: var(--tx-soft); background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 8px; padding: 8px 14px; cursor: pointer; }

/* FAQ */
.faq-list { max-width: 840px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--panel); margin-bottom: 12px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--tx); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--violet); font-size: 26px; font-weight: 400; line-height: 1; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 22px; color: var(--tx-soft); font-size: 15.5px; line-height: 1.65; max-width: 72ch; }
.faq-item .faq-a a { color: var(--violet); font-weight: 600; }

/* ============================================================
   LEAD MODAL + FORM
   ============================================================ */
.modal-overlay { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; background: oklch(0.1 0.02 264 / 0.72); backdrop-filter: blur(7px); }
.modal-overlay.open { display: flex; }
.modal { position: relative; width: 100%; max-width: 520px; max-height: 92vh; overflow: auto; background: var(--panel); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow-xl); }
.modal .eyebrow { margin-bottom: 12px; }
.modal h3 { font-family: var(--display); font-weight: 800; font-size: 27px; letter-spacing: -0.02em; margin-bottom: 7px; }
.modal .sub { color: var(--tx-soft); font-size: 14.5px; margin-bottom: 22px; }
.modal-close { position: absolute; top: 16px; right: 18px; background: transparent; border: none; color: var(--tx-mute); font-size: 24px; line-height: 1; cursor: pointer; }
.modal-close:hover { color: var(--tx); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-row label { font-size: 12px; font-weight: 600; color: var(--tx-soft); }
.modal input, .modal textarea { background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px; color: var(--tx); font-family: var(--body); font-size: 14px; width: 100%; }
.modal input:focus, .modal textarea:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 3px var(--violet-soft); }
.modal textarea { resize: vertical; min-height: 92px; }
.modal .btn-primary { width: 100%; margin-top: 4px; }
.hp { position: absolute; left: -9999px; }
.form-foot { text-align: center; font-size: 12.5px; color: var(--tx-mute); margin-top: 16px; }
.form-foot a { color: var(--violet); font-weight: 600; }
.form-success { text-align: center; padding: 24px 6px; display: none; }
.form-success.show { display: block; }
.form-success .ck { width: 56px; height: 56px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-size: 27px; margin: 0 auto 16px; }
.form-success h3 { font-family: var(--display); font-weight: 800; font-size: 23px; margin-bottom: 8px; }
.form-success p { color: var(--tx-soft); font-size: 14.5px; }
@media (max-width: 460px) { .form-grid { grid-template-columns: 1fr; } .modal { padding: 26px 20px; } }

@media (max-width: 560px) { .wrap { padding: 0 20px; } .section { padding: 64px 0; } .cta-card { padding: 44px 28px; } }
