:root{
  --coral:#3B9EFF;
  --amber:#7DD3FC;
  --on-accent:#04070D;
  --bg:#07080B;
  --surface:#0F1116;
}
body::before{background:
  radial-gradient(60% 55% at 18% 0%, rgba(59, 158, 255, 0.14), transparent 70%),
  radial-gradient(50% 50% at 88% 6%, rgba(125, 211, 252, 0.09), transparent 70%);}
.btn-primary{box-shadow:0 6px 22px -8px rgba(59, 158, 255, 0.7)}
.brand-mark{background:linear-gradient(145deg, #7DD3FC, #3B9EFF)}
/* The eyebrow pill hard-coded an amber rgba() for its tint and border, so it
   stayed warm on a cool brand. Driven from the accent now. */
.eyebrow{background:rgba(125, 211, 252, 0.1);border-color:rgba(125, 211, 252, 0.22)}
.card:hover{box-shadow:0 12px 40px -12px rgba(59, 158, 255, 0.18)}
