/* Design tokens: zentrale Farben, Abstände und Schatten */

:root {
    --bg: #07111f;
    --bg2: #0b192b;
    --card: #102238;
    --ink: #102033;
    --muted: #607086;
    --light: #eef4f8;
    --white: #fff;
    --accent: #0068b0;
    --accent2: #2f80d0;
    --line: rgba(255,255,255,.12);
    --radius: 22px;
    --shadow: 0 24px 70px rgba(1,12,27,.18);
}
