:root {
    /* Palette principale: modifica questi valori per cambiare rapidamente il tema. */
    --bg: #080b0e;
    --bg-soft: #0d1115;
    --surface: #11161b;
    --surface-2: #161c22;
    --surface-3: #1b232b;
    --line: #2b343e;
    --line-soft: #202830;

    --text: #f5f7f8;
    --text-soft: #c6ccd2;
    --muted: #9099a3;

    --accent: #c7cdd3;
    --accent-strong: #eef1f3;
    --accent-dark: #7e8994;
    --accent-ink: #0b0e11;

    --success: #2faf6f;
    --danger: #df3e4d;
    --warning: #d7a93f;
    --info: #5197c7;

    --shadow-lg: 0 28px 90px rgba(0,0,0,.38);
    --shadow-md: 0 16px 45px rgba(0,0,0,.28);
    --radius-sm: 10px;
    --radius: 18px;
    --radius-lg: 28px;
    --container: 1180px;
    --header-height: 74px;
}
