:root {
    --bg: #080c14;
    --bg-deep: #05080e;
    --surface: #0f1724;
    --surface-2: #131e2e;
    --surface-3: #172335;
    --border: #243149;
    --border-soft: rgba(36, 49, 73, 0.68);
    --text: #f7fafc;
    --muted: #9aa8bc;
    --muted-2: #738096;
    --brand: #38bdf8;
    --brand-strong: #0ea5e9;
    --brand-soft: rgba(56, 189, 248, 0.12);
    --status: #34d399;
    --status-soft: rgba(52, 211, 153, 0.12);
    --danger: #fb7185;
    --container: 1180px;
    --radius-sm: 10px;
    --radius: 18px;
    --radius-lg: 26px;
    --shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}
