:root {
    --bg: #090909;
    --surface: #121212;
    --surface-hover: #181818;
    --border: #252525;

    --text-primary: #ffffff;
    --text-secondary: #9a9a9a;
    --text-muted: #6f6f6f;

    --accent: #ffffff;

    --success: #22c55e;
    --warning: #f59e0b;
    --error: #ef4444;

    --radius-card: 20px;
    --radius-button: 16px;
    --radius-input: 16px;

    --transition-fast: 200ms ease;
    --transition-base: 250ms ease;

    --font-main: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}