:root {
    --bg-main: #141313;
    --bg-panel: #1c1a1a;
    --bg-card: #252323;
    --bg-modal: #2e2b2b;
    --bg-input: #1f1d1d;
    --text-light: #e8e8e8;
    --text-muted: #a09e9e;
    --primary: #d34817;
    --secondary: #8e8a89;
    --border-main: #3a3636;
    --success: #2ecc71;
    --danger: #e74c3c;
    --warning: #f1c40f;
}