/* Moving styles.css to proper directory */
:root {
    --bs-primary: hsl(220, 90%, 50%);
    --bs-primary-rgb: 59, 130, 246;
    --dark-bg: #111827;
    --dark-surface: #1f2937;
}

/* All existing styles from styles.css remain unchanged */
