:root {
  color-scheme: dark;
  --bg: #08090d;
  --panel: #12141c;
  --panel-2: #181b26;
  --text: #f6f7fb;
  --muted: #9ca3af;
  --line: #282d3a;
  --accent: #82f7b5;
  --accent-2: #73a7ff;
  --danger: #ff7b7b;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top left, #172033 0, var(--bg) 42%); color: var(--text); }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0; }
.hero { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: center; min-height: 420px; }
.landing-hero { min-height: 520px; }
.landing-shell { padding-top: 64px; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
h1 { font-size: clamp(42px, 7vw, 82px); line-height: .92; margin: 0 0 20px; letter-spacing: -0.06em; }
h2 { margin: 0 0 8px; letter-spacing: -0.03em; }
.sub { color: var(--muted); font-size: 19px; max-width: 760px; line-height: 1.5; }
.small-sub { font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 28px; }
.button { border: 1px solid var(--line); color: var(--text); background: var(--panel-2); border-radius: 14px; padding: 12px 16px; font-weight: 800; cursor: pointer; text-decoration: none; }
.button.primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #061018; border: 0; }
.button.ghost { background: transparent; }
.button.small { padding: 8px 11px; border-radius: 11px; font-size: 12px; }
.button:disabled { opacity: .45; cursor: not-allowed; }
.price { color: var(--muted); }
.card { background: color-mix(in srgb, var(--panel) 88%, transparent); border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.proof li { margin: 10px 0; color: var(--muted); }
.grid { display: grid; grid-template-columns: 420px 1fr; gap: 24px; align-items: start; }
.landing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; margin-top: 24px; }
.mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.mini-grid div { background: #0c0e14; border: 1px solid var(--line); border-radius: 16px; padding: 14px; }
.mini-grid strong { display: block; margin-bottom: 6px; }
.mini-grid span { color: var(--muted); font-size: 13px; line-height: 1.35; }
.beta-card { scroll-margin-top: 24px; }
.board-card { min-width: 0; }
label { display: grid; gap: 8px; color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.check-label { display: flex; align-items: flex-start; gap: 10px; color: var(--text); }
.check-label input { width: auto; margin-top: 3px; }
.danger-text { color: var(--danger); }
input, textarea { width: 100%; background: #0c0e14; border: 1px solid var(--line); border-radius: 14px; color: var(--text); padding: 12px 14px; font: inherit; }
textarea { min-height: 92px; resize: vertical; }
.section-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 16px; }
.leads { display: grid; gap: 14px; }
.lead { border: 1px solid var(--line); background: #0c0e14; border-radius: 18px; padding: 16px; }
.lead-head { display: flex; justify-content: space-between; gap: 12px; }
.lead h3 { margin: 0; }
.meta { color: var(--muted); font-size: 13px; line-height: 1.4; }
.money { white-space: nowrap; }
.followups { margin-top: 14px; display: grid; gap: 10px; }
.followup { background: #151925; border-left: 3px solid var(--accent); padding: 12px; border-radius: 12px; color: #dbe4f0; }
.followup.sent { border-left-color: var(--muted); opacity: .78; }
.followup pre { white-space: pre-wrap; font: inherit; margin: 10px 0 0; color: #dbe4f0; }
.followup-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.badge { color: var(--accent); border: 1px solid var(--line); border-radius: 999px; padding: 4px 8px; font-size: 12px; white-space: nowrap; }
.row-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.empty { color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; padding: 22px; }
.empty.compact { padding: 13px; margin-bottom: 14px; }
.due-strip { display: grid; gap: 10px; margin: 0 0 16px; }
.due-item { display: grid; grid-template-columns: 130px 1fr auto; gap: 10px; align-items: center; border: 1px solid var(--line); background: #111522; border-radius: 14px; padding: 10px; }
.toast { position: fixed; right: 22px; bottom: 22px; background: var(--accent); color: #061018; border-radius: 999px; padding: 12px 16px; font-weight: 900; box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 22px 0; }
.stat-card { background: #0c0e14; border: 1px solid var(--line); border-radius: 18px; padding: 16px; }
.stat-card span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.stat-card strong { display: block; font-size: 34px; margin-top: 8px; }
.compact-head { align-items: flex-start; }
.admin-list { display: grid; gap: 14px; }
.entry-card { border: 1px solid var(--line); background: #0c0e14; border-radius: 18px; padding: 16px; }
.hot-badge { color: #061018; background: var(--accent); border-color: var(--accent); }
.admin-mini { grid-template-columns: repeat(2, minmax(0, 180px)); }
@media (max-width: 860px) { .hero, .grid, .landing-grid, .due-item, .mini-grid, .stat-grid, .admin-mini { grid-template-columns: 1fr; } }
