:root {
    --bg-main: #0b0b0d;
    --bg-surface: #131317;
    --bg-card: #191921;
    --accent-orange: #ff521a;
    --accent-hover: #e03e07;
    --text-pure: #ffffff;
    --text-muted: #9fa0a6;
    --border-color: #24242e;
}