/*
    Office Pool Pal theme tokens
    ----------------------------
    This is the ONLY file that should normally be edited to change the
    application's brand/accent color.

    IMPORTANT:
    --accent* = brand/action color (currently red; can later become green)
    --danger* = errors, destructive/danger states, eliminations
    --live     = live-game indicator

    Keep semantic status colors separate from the brand accent.
*/

:root {
    /* Core brand / surfaces */
    --ink: #07111f;
    --ink-2: #0c1b2d;
    --panel: #11233a;
    --panel-soft: #172c46;
    --surface: #ffffff;
    --surface-2: #f5f7fa;
    --page-bg: #eef2f6;
    --text: #17202c;
    --muted: #657184;
    --line: #dfe5eb;

    /* Brand accent - change these four values to retheme the site */
    --accent: #198754;
    --accent-dark: #157347;
    --accent-soft: #e8f5ee;
    --accent-rgb: 25, 135, 84;

    /* Semantic statuses - do NOT automatically change with the brand */
    --success: #0b7a53;
    --success-strong: #137333;
    --success-soft: #e8f7ea;

    --danger: #b42318;
    --danger-dark: #842029;
    --danger-soft: #fdeaea;
    --danger-rgb: 180, 35, 24;

    --live: #dc3545;

    /* Shared geometry */
    --radius: 18px;
    --shadow: 0 18px 45px rgba(7,17,31,.12);
}
