:root {
    /* Colors - Dark Glass Theme */
    --primary-color: #ffffff;
    --secondary-color: #2897ff;
    --accent-color: #6ac1fb;

    /* Backgrounds */
    --bg-color: #0f0f0f;
    /* Fallback */
    --card-bg: rgba(20, 20, 20, 0.65);
    /* Dark Glass */

    /* Text */
    --text-color: #ecf0f1;
    --text-muted: #bdc3c7;

    /* Borders */
    --border-color: rgba(255, 255, 255, 0.15);

    /* Typography */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    /* Spacing */
    --space-sm: 2px;
    --space-md: 4px;
    --space-lg: 6px;
    --space-xl: 10px;

    /* Breakpoints */
    --mobile: 768px;
    --tablet: 1024px;
}