:root {
    --bg-color: #0a0a0a;
    --card-bg: #141414;
    --accent-color: #20c997;
    --accent-hover: #18a67d;
    --text-main: #ffffff;
    --text-muted: #999999;
    --border-color: #222222;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --blue-highlight: #4facfe;
}
