   [data-theme="dark"] {
            --color-1: #A29BFE;
            --color-2: #00E5BF;
            --color-3: #FF8787;
            
            --bg-primary: #1A1A2E;
            --bg-secondary: #16213E;
            --bg-card: #0F3460;
            --text-primary: #EAEAEA;
            --text-secondary: #B8B8B8;
            --text-muted: #7A7A7A;
            --border: #2D3748;
            --shadow: rgba(162, 155, 254, 0.15);
            --shadow-lg: rgba(162, 155, 254, 0.3);

        }

  