/*
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: #ffbf006a;
    --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;
}

.site-main,
.elementor-page,
#content,
.main-content-container,
.cf-page-shell,
.cf-home-shell {
    padding-bottom: 140px;
    box-sizing: border-box;
}

.cf-site-footer {
    padding: 28px 24px;
    background: rgba(10, 10, 10, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #d8d8d8;
}

.cf-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1260px;
    margin: 0 auto;
}

.cf-footer-brand a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.cf-footer-nav {
    flex: 1 1 auto;
}

.cf-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-footer-menu li a {
    color: #b8b8b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cf-footer-menu li a:hover {
    color: #fff;
}

.cf-footer-copy {
    color: #777;
    font-size: 0.9rem;
}

.cf-site-brand-link img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.cf-header-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cf-header-menu li {
    margin: 0;
}

.cf-header-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.cf-header-menu li a:hover {
    color: var(--primary-color, #FFB700);
}

.cf-page-loading {
    opacity: 0.35;
    transform: translateY(5px);
    pointer-events: none;
}
