/*
Theme Name: Collective Finity
Theme URI: https://collectivefinity.com/
Author: Collective Finity
Author URI: https://collectivefinity.com/
Description: Custom WordPress music theme for cinematic tracks, albums, and immersive playback.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: collective-finity
Tags: music, audio, custom-background, custom-logo, featured-images, editor-style, responsive-layout
*/

:root {
    --primary-color: #FFB700;
    --hover-bg-trans: #FFB70026;
    --accent-color: #00FFFF;
    --secondary-color: #0D0D0D;
    --darker-bg: #050505;
    --glass-blur: blur(15px);
    --glass-border: 1px solid rgba(255, 255, 255, 0.05);
    --panel-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
    --neon-glow: 0 0 15px rgba(255, 183, 0, 0.4);
}

body {
    background-color: var(--darker-bg);
    color: #ffffff;
    font-family: 'Space Mono', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#cf-main-app-content {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.cf-page-loading {
    opacity: 0.35;
    transform: translateY(5px);
    pointer-events: none;
}
