:root {
    --bg: #070913;
    --bg-elevated: #0b1020;
    --surface: #0d1124;
    --surface-2: #11172e;
    --surface-3: #151d38;
    --text: #f5f7fa;
    --text-soft: #aeb5c8;
    --text-muted: #7d879f;
    --green: #b8e529;
    --green-bright: #d1f04b;
    --blue: #24b8ff;
    --orange: #ff861f;
    --pink: #f44d98;
    --yellow: #f6c437;
    --line: rgba(255,255,255,.09);
    --line-strong: rgba(255,255,255,.15);
    --shadow: 0 28px 80px rgba(0,0,0,.36);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --container: 1180px;
    --header-height: 78px;
    --transition: 180ms ease;
}
