:root {
    --bg-primary: #0a0a0a;
    --bg-secondary: #141414;
    --bg-tertiary: #1a1a1a;
    --bg-card: #1e1e1e;

    --text-primary: #ffffff;
    --text-secondary: #888888;
    --text-tertiary: #666666;

    --accent-orange: #ff6b35;
    --accent-green: #4ade80;

    --border: #2a2a2a;
    --border-light: #333333;

    --shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}