/* Deck theme — the marketing/pitch surface runs a darker, cooler variant of the
   app palette (deeper background, #06b6d4 cyan, glass cards, ambient radial wash). */
.deck-theme{
  --bg-primary:#07090e;
  --bg-secondary:#0d121d;
  --bg-tertiary:#131b2e;
  --bg-main:#07090e;
  --bg-surface:#0d121d;
  --card-bg:rgba(19,27,46,.7);
  --card-bg-hover:rgba(28,40,68,.85);
  --card-border:rgba(255,255,255,.08);
  --card-border-glow:rgba(6,182,212,.3);
  --accent-cyan:#06b6d4;
  --accent-cyan-glow:rgba(6,182,212,.4);
  --accent-emerald:#10b981;
  --accent-emerald-glow:rgba(16,185,129,.4);
  --accent-purple:#8b5cf6;
  --accent-indigo:#6366f1;
  --accent-amber:#f59e0b;
  --accent-rose:#f43f5e;
  --deck-gradient-brand:linear-gradient(135deg,#6366f1,#06b6d4); /* @kind other */
  --deck-gradient-progress:linear-gradient(90deg,#06b6d4,#6366f1,#10b981); /* @kind other */
  --deck-ambient:radial-gradient(circle at 15% 20%,rgba(99,102,241,.12) 0%,transparent 40%),radial-gradient(circle at 85% 80%,rgba(6,182,212,.1) 0%,transparent 45%),radial-gradient(circle at 50% 50%,rgba(16,185,129,.05) 0%,transparent 60%); /* @kind other */
  --radius-slide:20px;
  --radius-feature:14px;
}
