/* Dark Theme - Cosmic Space */
:root {
    /* Background colors */
    --color-space-black: #0a0a0f;
    --color-space-dark: #0d0d14;
    --color-space-medium: #12121a;

    /* Primary star (center) */
    --color-star-primary: #fbbf24;
    --color-star-glow: rgba(251, 191, 36, 0.4);

    /* Planet colors */
    --color-planet-about: #22d3ee;
    --color-planet-resume: #a855f7;
    --color-planet-projects: #22c55e;
    --color-planet-blog: #f97316;
    --color-planet-experiments: #ec4899;
    --color-planet-skills: #3b82f6;

    /* Orbit colors */
    --color-orbit-line: rgba(255, 255, 255, 0.1);
    --color-orbit-glow: rgba(255, 255, 255, 0.05);

    /* Text colors */
    --color-text-primary: #f8fafc;
    --color-text-secondary: #94a3b8;
    --color-text-muted: #64748b;

    /* Card/Surface colors */
    --color-card-bg: rgba(255, 255, 255, 0.03);
    --color-card-border: rgba(255, 255, 255, 0.08);
    --color-card-hover: rgba(255, 255, 255, 0.06);

    /* UI element colors */
    --color-ui-subtle: rgba(255, 255, 255, 0.05);
    --color-ui-border: rgba(255, 255, 255, 0.1);

    /* Starfield background */
    --color-starfield-bg: linear-gradient(180deg, #0a0a0f 0%, #0d0d14 50%, #0a0a0f 100%);
}
