:root{
    --bg: #0b1218;
    --panel: rgba(18, 28, 38, 0.72);
    --panel-alt: rgba(16, 24, 33, 0.62);
    --stroke: rgba(255,255,255,0.08);
    --text: rgba(245, 250, 255, 0.92);
    --muted: rgba(245, 250, 255, 0.68);
    --muted-alt: rgba(245, 250, 255, 0.50);

    --accent: #4fb6b0;
    --accent-alt: #3aa5a0;
    --chip: rgba(79, 182, 176, 0.18);

    --shadow: 0 18px 60px rgba(0,0,0,0.55);
    --radius: 18px;
    --radius-sm: 14px;
    --max: 1120px;

    --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
