.theme-cyan {
    --bg: #e6f7ff;
    --surface: #ffffff;
    --surface-alt: #dff4ff;
    --text: #0f172a;
    --muted: #5b6b7a;
    --primary: #0891b2;
    --accent: #0ea5e9;
    --border-subtle: #c1e7f7;
    --shadow-soft: 0 10px 40px rgba(8, 145, 178, 0.15);
}
