:root {
  --bg: #f2f6fb;
  --card: #ffffff;
  --text: #172033;
  --muted: #667085;
  --line: #dbe4f0;
  --accent: #1f4778;
  --accent2: #edf4fc;
  --ok: #eaf4ff;
  --shadow: 0 18px 60px rgba(24, 61, 105, 0.10);
}

body { background: linear-gradient(180deg, #f7faff 0%, #eaf1f9 100%); }
.eyebrow { color: #416b9b; }
.mini { background: #f9fbfe; }
input, select, textarea { border-color: #c5d2e3; }
input:focus, select:focus, textarea:focus {
  border-color: #3f6fa6;
  box-shadow: 0 0 0 3px rgba(45, 105, 170, 0.14);
}
.price-area { background: #142f52; }
.btn-primary { color: #17375e; }
th { background: #f5f8fc; color: #617187; }
