/* styles/_variables.css - CSS Variables */

:root {
    --bg: #0d1117;
    --surface: #131921;
    --surface-alt: #19232f;
    --surface-strong: #1f2b40;
    --border: #293449;
    --border-strong: #34435a;
    --text: #e2e8f0;
    --muted: #94a3b8;
    --accent: #60a5fa;
    --accent-strong: #3b82f6;
    --success: #22c55e;
    --warning: #f59e0b;
    --danger: #ef4444;
    --card: #161d2c;
    --card-alt: #1c2737;
    --shadow: rgba(0, 0, 0, 0.35);
    --header-height: 84px;
    --nav-height: 56px;
    --top-bar-height: calc(var(--header-height) + var(--nav-height));
}
