:root {
    --color-primary: #00ffff;
    --color-primary-rgb: 0, 255, 255;
    --color-secondary: #ff00ff;
    --color-secondary-rgb: 255, 0, 255;
    --color-dark: #0b0c0d;
    --color-text: #f1f7f7;
    --color-muted: #a9b4b4;
    --color-bg: #1b1c20;
    --color-card: #272a30;
    --color-border: #3a3d44;
    --color-primary-contrast: #0f1013;
    --color-header-bg: #23252b;
    --color-hero-start: rgba(0, 255, 255, 0.4);
    --color-hero-end: rgba(255, 0, 255, 0.22);
    --color-hero-wave-1: rgba(0, 255, 255, 0.32);
    --color-hero-wave-2: rgba(255, 0, 255, 0.28);
    --color-hero-heading: #f3ffff;
    --color-text-soft: rgba(241, 247, 247, 0.62);
    --color-surface-soft: rgba(33, 35, 40, 0.7);
    --color-overlay: rgba(0, 255, 255, 0.14);
    --color-overlay-strong: rgba(255, 0, 255, 0.22);
    --color-panel-gradient-start: rgba(33, 35, 40, 0.95);
    --color-panel-gradient-end: rgba(18, 19, 22, 0.98);
    --color-feature-gradient-end: rgb(36, 18, 44);
    --hero-mic-flag-top: #0f1013;
    --hero-mic-flag-middle: #00ffff;
    --hero-mic-flag-bottom: #ff00ff;
    --hero-mic-wave: rgba(0, 255, 255, 0.5);
    --hero-blob-color-1: rgba(0, 255, 255, 0.45);
    --hero-blob-color-2: rgba(255, 0, 255, 0.4);
    --hero-disc-glow: rgba(0, 255, 255, 0.48);
    --hero-disc-highlight: rgba(255, 255, 255, 0.92);
    --hero-orbit-color: rgba(0, 255, 255, 0.26);
    --chip-bg: rgba(0, 255, 255, 0.18);
    --chip-border: rgba(0, 255, 255, 0.32);
    --chip-bg-hover: rgba(0, 255, 255, 0.3);
    --chip-border-hover: rgba(0, 255, 255, 0.5);
    --chip-text: #6ff9ff;
    --chip-text-hover: #0f1013;
    --chip-shadow: 0 14px 30px rgba(0, 255, 255, 0.2);
    --chip-shadow-hover: 0 18px 36px rgba(0, 255, 255, 0.3);
    --badge-bg: rgba(255, 0, 255, 0.22);
    --badge-text: #ff82ff;
    --icon-bg: rgba(0, 255, 255, 0.18);
    --icon-color: #6ff9ff;
    --player-button-bg: linear-gradient(135deg, #00ffff, #ff00ff);
    --player-button-color: #0f1013;
    --player-button-shadow: 0 12px 24px rgba(0, 255, 255, 0.35);
    --player-button-shadow-hover: 0 18px 32px rgba(255, 0, 255, 0.4);
    --favorite-toggle-bg: rgba(24, 26, 30, 0.85);
    --favorite-toggle-bg-hover: rgba(32, 35, 40, 0.95);
    --favorite-toggle-color: #00ffff;
    --favorite-toggle-color-hover: #ff7cff;
    --info-item-bg: rgba(24, 26, 30, 0.82);
    --info-item-border: rgba(0, 255, 255, 0.18);
    --info-link-color: #00ffff;
    --comment-section-bg: linear-gradient(135deg, rgba(34, 36, 42, 0.92), rgba(16, 17, 20, 0.98));
    --comment-section-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
    --comment-form-bg: rgba(31, 33, 38, 0.7);
    --comment-form-border: rgba(0, 255, 255, 0.18);
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 10px;
    --shadow-sm: 0 12px 36px rgba(0, 0, 0, 0.42);
    --transition: all 0.25s ease;
}
