/* ==========================================================================
   KÖG RADYO - VİNTAGE & MODERN PİKAP / DÖNEN PLAK CSS SİSTEMİ
   ========================================================================== */

:root {
    --kog-gold: #f59e0b;
    --kog-gold-glow: rgba(245, 158, 11, 0.4);
    --kog-purple: #8b5cf6;
    --kog-purple-glow: rgba(139, 92, 246, 0.35);
    --kog-dark-deck: #13141c;
    --kog-vinyl-black: #0c0d11;
    --kog-vinyl-shine: rgba(255, 255, 255, 0.08);

    /* DİNAMİK RİTİM & AMBİYANS IŞIK DEĞİŞKENLERİ */
    --kog-mood-color: #f59e0b;
    --kog-mood-rgb: 245, 158, 11;
    --kog-mood-glow: rgba(245, 158, 11, 0.45);
    --kog-beat-scale: 1;
    --kog-beat-glow: 30px;
}

/* ==========================================================================
   1. HERO & TURNTABLE SECTION LAYOUT
   ========================================================================== */
.kog-portal-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px 80px;
}

.kog-hero-header {
    text-align: center;
    margin-bottom: 40px;
}

.kog-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--kog-gold);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.kog-live-dot {
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    box-shadow: 0 0 10px #ef4444;
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

.kog-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 20%, #fcd34d 60%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
    line-height: 1.15;
}

.kog-subtitle {
    color: #94a3b8;
    font-size: 1.1rem;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ==========================================================================
   2. GRAND TURNTABLE (PİKAP & DÖNEN PLAK)
   ========================================================================== */
.kog-turntable-card {
    background: radial-gradient(circle at 50% 0%, #1c1e2d 0%, #0d0e15 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), 0 0 var(--kog-beat-glow) var(--kog-mood-glow);
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
    transition: box-shadow 0.2s ease;
}

.kog-turntable-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--kog-mood-color), transparent);
}

.kog-turntable-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* Plakçalar Bölmesi */
.kog-deck-wrapper {
    background: linear-gradient(145deg, #181926 0%, #0d0e14 100%);
    border: 2px solid #282a3c;
    border-radius: 24px;
    padding: 30px;
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.05), inset 0 -4px 12px rgba(0, 0, 0, 0.8), 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 var(--kog-beat-glow) var(--kog-mood-glow);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
    user-select: none;
    transition: box-shadow 0.2s ease;
}

/* MÜZİK RİTMİYLE NEFES ALAN REAKTİF HALO IŞIK */
.kog-platter-halo {
    position: absolute;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--kog-mood-glow) 0%, transparent 75%);
    box-shadow: 0 0 calc(20px + var(--kog-beat-glow)) var(--kog-mood-glow);
    transform: scale(var(--kog-beat-scale));
    transition: transform 0.08s cubic-bezier(0.2, 0.9, 0.3, 1), box-shadow 0.08s ease;
    pointer-events: none;
    z-index: 0;
}

/* Köşe Vidaları & Vintage Detaylar */
.kog-deck-screw {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle, #71717a 30%, #27272a 90%);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.8);
}
.screw-tl { top: 14px; left: 14px; }
.screw-tr { top: 14px; right: 14px; }
.screw-bl { bottom: 14px; left: 14px; }
.screw-br { bottom: 14px; right: 14px; }

.kog-deck-brand {
    position: absolute;
    top: 18px;
    left: 30px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #a1a1aa;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
.kog-deck-brand i { color: var(--kog-gold); font-size: 0.85rem; }

.kog-deck-speed {
    position: absolute;
    bottom: 20px;
    left: 28px;
    display: flex;
    gap: 8px;
}
.speed-btn {
    background: #1e202e;
    border: 1px solid #32354c;
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}
.speed-btn.active {
    background: var(--kog-gold);
    color: #1a1002;
    border-color: var(--kog-gold);
    box-shadow: 0 0 10px var(--kog-gold-glow);
}

/* --------------------------------------------------------------------------
   DÖNEN PLAK (VINYL RECORD)
   -------------------------------------------------------------------------- */
.kog-vinyl-assembly {
    position: relative;
    width: 290px;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kog-platter-base {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, #2d3042 60%, #151620 95%, #4b4f69 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0,0,0,0.6);
}

.kog-vinyl-record {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: 
        repeating-radial-gradient(
            circle at center,
            #0f1015 0px,
            #171821 2px,
            #0c0d12 3px,
            #1e202b 4px
        );
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.85),
        inset 0 0 2px rgba(255, 255, 255, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.4s ease;
    animation: kogSpinVinyl 8s linear infinite;
    animation-play-state: paused;
}

.kog-vinyl-record.is-spinning {
    animation-play-state: running;
}

/* Plak Yansıma ve Işık Efekti (Vinyl Sheen) */
.kog-vinyl-sheen {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(
        from 45deg,
        rgba(255, 255, 255, 0.0) 0deg,
        rgba(255, 255, 255, 0.12) 45deg,
        rgba(255, 255, 255, 0.0) 90deg,
        rgba(255, 255, 255, 0.0) 180deg,
        rgba(255, 255, 255, 0.12) 225deg,
        rgba(255, 255, 255, 0.0) 270deg,
        rgba(255, 255, 255, 0.0) 360deg
    );
    pointer-events: none;
}

/* Plak Göbek Etiketi (Vinyl Label) */
.kog-vinyl-label {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: radial-gradient(circle, #2e1065 0%, #1e1b4b 60%, #0f172a 100%);
    border: 3px solid #f59e0b;
    box-shadow: 0 0 15px rgba(0,0,0,0.8), inset 0 0 8px rgba(245, 158, 11, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fef08a;
    position: relative;
    user-select: none;
    z-index: 2;
}

.kog-label-brand {
    font-family: 'Playfair Display', serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    color: #fcd34d;
    margin-top: -2px;
}

.kog-label-sub {
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #e2e8f0;
    text-transform: uppercase;
}

.kog-label-rpm {
    font-size: 0.46rem;
    color: #94a3b8;
    margin-top: 2px;
}

/* Plak Merkez Mili (Spindle Hole) */
.kog-vinyl-spindle {
    width: 14px;
    height: 14px;
    background: radial-gradient(circle, #d4d4d8 40%, #52525b 90%);
    border: 2px solid #000;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,0.9);
    margin-top: 1px;
}

@keyframes kogSpinVinyl {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --------------------------------------------------------------------------
   PİKAP KOLU VE İĞNE (TONEARM ASSEMBLY)
   -------------------------------------------------------------------------- */
.kog-tonearm-assembly {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 60px;
    height: 250px;
    pointer-events: none;
    z-index: 10;
}

.kog-tonearm-base {
    position: absolute;
    top: 0;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: radial-gradient(circle, #e4e4e7 30%, #52525b 80%, #27272a 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7), inset 0 1px 2px rgba(255, 255, 255, 0.8);
    border: 2px solid #18181b;
}

.kog-tonearm-stick {
    position: absolute;
    top: 18px;
    right: 31px;
    width: 6px;
    height: 190px;
    background: linear-gradient(90deg, #9ca3af 0%, #ffffff 45%, #6b7280 100%);
    border-radius: 3px;
    transform-origin: top center;
    transform: rotate(0deg);
    transition: transform 0.9s cubic-bezier(0.34, 1.3, 0.64, 1);
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.6);
}

.kog-tonearm-stick::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -5px;
    width: 16px;
    height: 26px;
    background: linear-gradient(135deg, #27272a 0%, #18181b 100%);
    border: 1px solid #71717a;
    border-radius: 3px 3px 6px 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.kog-tonearm-needle {
    position: absolute;
    bottom: -22px;
    left: 0px;
    width: 3px;
    height: 8px;
    background: #f59e0b;
    border-radius: 1px;
    box-shadow: 0 0 5px #f59e0b;
}

/* Kol Plak Üzerine İndiğinde */
.kog-tonearm-assembly.is-on-record .kog-tonearm-stick {
    transform: rotate(26deg);
}

/* ==========================================================================
   3. TURNTABLE SAĞ PANEL: CANLI BİLGİ & KONTROLLER
   ========================================================================== */
.kog-info-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kog-station-now-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.35);
    border-radius: 9999px;
    color: #c4b5fd;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    align-self: flex-start;
}

.kog-current-station-name {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.kog-current-tagline {
    color: var(--kog-gold);
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
}

.kog-current-desc {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* EQUALIZER FREKANS ÇUBUKLARI */
.kog-equalizer-wrap {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 28px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: fit-content;
}

.eq-bar {
    width: 4px;
    background: linear-gradient(to top, var(--kog-gold), var(--kog-purple));
    border-radius: 2px;
    height: 4px;
    transition: height 0.15s ease;
}

.is-playing .eq-bar:nth-child(1) { animation: eqJump 0.8s ease-in-out infinite alternate; }
.is-playing .eq-bar:nth-child(2) { animation: eqJump 0.5s ease-in-out infinite alternate 0.1s; }
.is-playing .eq-bar:nth-child(3) { animation: eqJump 0.9s ease-in-out infinite alternate 0.2s; }
.is-playing .eq-bar:nth-child(4) { animation: eqJump 0.6s ease-in-out infinite alternate 0.15s; }
.is-playing .eq-bar:nth-child(5) { animation: eqJump 0.7s ease-in-out infinite alternate 0.25s; }
.is-playing .eq-bar:nth-child(6) { animation: eqJump 1.0s ease-in-out infinite alternate 0.05s; }
.is-playing .eq-bar:nth-child(7) { animation: eqJump 0.65s ease-in-out infinite alternate 0.3s; }

@keyframes eqJump {
    0% { height: 4px; opacity: 0.4; }
    50% { height: 18px; opacity: 0.8; }
    100% { height: 26px; opacity: 1; }
}

/* ANA KONTROLLER (PLAY, SES, YAĞMUR) */
.kog-controls-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.kog-play-main-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border: none;
    color: #1c1917;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.kog-play-main-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.6);
}

.kog-play-main-btn:active {
    transform: scale(0.96);
}

.kog-nav-track-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.kog-nav-track-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--kog-gold);
    transform: translateY(-2px);
}

/* Ses Barı */
.kog-volume-group {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 9999px;
    margin-left: auto;
}

.kog-volume-btn {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
    transition: color 0.2s;
}
.kog-volume-btn:hover { color: #fff; }

.kog-volume-slider {
    -webkit-appearance: none;
    width: 90px;
    height: 5px;
    border-radius: 5px;
    background: #334155;
    outline: none;
    cursor: pointer;
}

.kog-volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--kog-gold);
    box-shadow: 0 0 8px var(--kog-gold-glow);
    cursor: pointer;
}

/* --------------------------------------------------------------------------
   YAĞMUR & OKUMA AMBİYANSI (AMBIENT MIXER)
   -------------------------------------------------------------------------- */
.kog-ambience-box {
    background: rgba(15, 23, 42, 0.6);
    border: 1px dashed rgba(139, 92, 246, 0.3);
    border-radius: 14px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.kog-ambience-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: #cbd5e1;
}

.kog-ambience-info i {
    color: #38bdf8;
    font-size: 1.1rem;
}

.kog-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}
.kog-switch input { opacity: 0; width: 0; height: 0; }
.kog-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #334155;
    transition: .3s;
    border-radius: 24px;
}
.kog-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}
input:checked + .kog-slider {
    background-color: #38bdf8;
}
input:checked + .kog-slider:before {
    transform: translateX(20px);
}

/* --------------------------------------------------------------------------
   LOŞ IŞIK & RİTME GÖRE AYDINLATMA PANELİ (AMBIENT LIGHT MOODS)
   -------------------------------------------------------------------------- */
.kog-lighting-panel {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kog-lighting-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kog-lighting-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kog-lighting-title i {
    color: var(--kog-mood-color);
    transition: color 0.3s ease;
}

.kog-dim-toggle-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

.kog-dim-toggle-btn:hover,
.kog-dim-toggle-btn.active {
    background: var(--kog-mood-color);
    color: #111;
    border-color: var(--kog-mood-color);
    box-shadow: 0 0 12px var(--kog-mood-glow);
}

.kog-mood-chips-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.kog-mood-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    padding: 5px 12px;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kog-mood-chip .mood-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}

.kog-mood-chip:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.kog-mood-chip.active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: var(--kog-mood-color);
    box-shadow: 0 0 14px var(--kog-mood-glow);
}

/* Loş Oda Modu Aktif Olduğunda Sayfanın Geri Kalanını Karart */
body.kog-dim-active header,
body.kog-dim-active .kog-hero-header,
body.kog-dim-active .kog-stations-section-header,
body.kog-dim-active .kog-filter-row,
body.kog-dim-active .kog-grid,
body.kog-dim-active .kog-manifesto-card,
body.kog-dim-active .kog-faq-section,
body.kog-dim-active footer {
    opacity: 0.18 !important;
    filter: brightness(0.6) blur(0.5px);
    transition: all 0.6s ease;
}

body.kog-dim-active .kog-turntable-card {
    box-shadow: 0 0 90px var(--kog-mood-glow), 0 30px 100px rgba(0, 0, 0, 0.95);
    border-color: var(--kog-mood-color);
}


/* ==========================================================================
   4. İSTASYON SEÇİM KARTLARI (STATION GRID)
   ========================================================================== */
.kog-stations-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 14px;
}

.kog-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.kog-section-title i { color: var(--kog-gold); }

/* Kategori Filtreleri & Arama Barı */
.kog-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin: 20px 0 28px;
}

.kog-filter-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.kog-filter-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kog-filter-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.kog-filter-btn.active {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #111;
    border-color: #f59e0b;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
}

.kog-search-box {
    position: relative;
    min-width: 260px;
    flex-grow: 1;
    max-width: 360px;
}

.kog-search-box i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 0.9rem;
    pointer-events: none;
}

.kog-search-input {
    width: 100%;
    background: rgba(17, 17, 24, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9999px;
    padding: 9px 16px 9px 38px;
    color: #fff;
    font-size: 0.88rem;
    outline: none;
    transition: all 0.2s;
    box-sizing: border-box;
}

.kog-search-input:focus {
    border-color: var(--kog-gold);
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.2);
    background: rgba(17, 17, 24, 0.95);
}

.kog-search-input::placeholder {
    color: #64748b;
}

/* SEO FAQ Akordiyon */
.kog-faq-section {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 40px;
}

.kog-faq-item {
    background: rgba(17, 17, 24, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}

.kog-faq-question {
    padding: 16px 22px;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.kog-faq-question:hover {
    color: var(--kog-gold);
}

.kog-faq-answer {
    padding: 0 22px 18px;
    color: #94a3b8;
    font-size: 0.92rem;
    line-height: 1.7;
}

.kog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.kog-station-card {
    background: rgba(17, 17, 24, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.kog-station-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(245, 158, 11, 0.1);
}

.kog-station-card.active {
    background: linear-gradient(145deg, rgba(30, 27, 75, 0.7) 0%, rgba(17, 17, 24, 0.95) 100%);
    border-color: var(--kog-gold);
    box-shadow: 0 0 25px var(--kog-gold-glow);
}

.kog-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.kog-card-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--kog-gold);
    transition: all 0.3s;
}

.kog-station-card.active .kog-card-icon-wrap {
    background: var(--kog-gold);
    color: #18181b;
    box-shadow: 0 0 15px var(--kog-gold-glow);
}

.kog-card-badge {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
}

.kog-card-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.kog-card-tagline {
    font-size: 0.85rem;
    color: var(--kog-gold);
    font-weight: 600;
    margin-bottom: 10px;
}

.kog-card-desc {
    font-size: 0.86rem;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 18px;
    flex-grow: 1;
}

.kog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 14px;
}

.kog-card-genre {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}

.kog-card-action {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
}

.kog-station-card.active .kog-card-action {
    color: var(--kog-gold);
}

/* ==========================================================================
   5. EDEBİYAT & RADYO MANİFESTOSU (SEO & OKUMA METNİ)
   ========================================================================== */
.kog-manifesto-card {
    background: rgba(17, 17, 24, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 36px;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 40px;
}

.kog-manifesto-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 16px;
}

.kog-manifesto-card p {
    margin-bottom: 16px;
    font-size: 0.96rem;
}

/* ==========================================================================
   6. GLOBAL FLOATING MINI PLAYER (TÜM SAYFALARDA ÇALABİLEN MİNİ PİKAP)
   ========================================================================== */
.kog-mini-player {
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: auto;
    z-index: 9999;
    background: rgba(15, 16, 26, 0.92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 9999px;
    padding: 8px 16px 8px 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7), 0 0 20px rgba(139, 92, 246, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.kog-mini-player:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 25px rgba(245, 158, 11, 0.35);
}

.kog-mini-vinyl {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle at center, #0a0b0e 0px, #181922 2px, #0a0b0e 3px);
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    flex-shrink: 0;
}

.kog-mini-vinyl.is-spinning {
    animation: kogSpinVinyl 6s linear infinite;
}

.kog-mini-label {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f59e0b;
    border: 1px solid #111;
}

.kog-mini-info {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    max-width: 180px;
    cursor: pointer;
}

.kog-mini-brand {
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--kog-gold);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.kog-mini-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kog-mini-play-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--kog-gold);
    border: none;
    color: #111;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.kog-mini-play-btn:hover {
    transform: scale(1.1);
}

.kog-mini-close-btn {
    background: none;
    border: none;
    color: #64748b;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
    margin-left: -4px;
}
.kog-mini-close-btn:hover { color: #fff; }

/* ==========================================================================
   7. RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */
@media (max-width: 992px) {
    .kog-turntable-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .kog-deck-wrapper {
        min-height: 340px;
    }
}

@media (max-width: 640px) {
    .kog-portal-container {
        padding: 20px 14px 70px;
    }
    
    .kog-turntable-card {
        padding: 20px 16px;
        border-radius: 20px;
    }
    
    .kog-deck-wrapper {
        padding: 20px 10px;
        min-height: 290px;
        border-radius: 18px;
    }
    
    .kog-platter-base {
        width: 250px;
        height: 250px;
    }
    
    .kog-vinyl-record {
        width: 240px;
        height: 240px;
    }
    
    .kog-vinyl-label {
        width: 90px;
        height: 90px;
    }
    
    .kog-label-brand {
        font-size: 0.65rem;
    }
    
    .kog-tonearm-assembly {
        right: 8px;
        top: 15px;
    }
    
    .kog-tonearm-stick {
        height: 160px;
    }
    
    .kog-current-station-name {
        font-size: 1.7rem;
    }
    
    .kog-grid {
        grid-template-columns: 1fr;
    }
    
    .kog-controls-row {
        justify-content: space-between;
    }
    
    .kog-volume-group {
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
    }
    
    .kog-volume-slider {
        width: 100%;
    }
    
    .kog-mini-player {
        bottom: 16px;
        right: 12px;
        left: 12px;
        justify-content: space-between;
        border-radius: 16px;
    }

    .kog-filter-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin: 14px 0 20px;
    }

    .kog-filter-bar {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        gap: 8px;
    }

    .kog-filter-bar::-webkit-scrollbar {
        display: none;
    }

    .kog-filter-btn {
        flex-shrink: 0;
        white-space: nowrap;
        font-size: 0.82rem;
        padding: 7px 14px;
    }

    .kog-search-box {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
}

/* ==========================================================================
   DRAMATİK AMBİYANS IŞIK & LOŞ ODA MODU (Karanlıkta Belirgin Hale & Aura)
   ========================================================================== */

/* Arka Duvar Işık Yansıması (Ambient Wall Wash) */
.kog-ambient-wall-wash {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 600px;
    max-width: 95vw;
    border-radius: 50%;
    background: radial-gradient(circle, var(--kog-mood-glow) 0%, transparent 70%);
    filter: blur(100px);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
    transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}

/* Loş Oda Modu Aktifleştiğinde (Karanlıkta Büyüleyici Görünüm) */
body.kog-dim-active {
    background-color: #020204 !important;
    color: #cbd5e1;
    transition: background-color 0.8s ease;
}

body.kog-dim-active .kog-ambient-wall-wash {
    opacity: 0.9 !important;
    filter: blur(80px);
    width: 1100px;
    height: 750px;
}

/* Ekran Çevresine Sinematik Vignette */
body.kog-dim-active::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    box-shadow: inset 0 0 160px rgba(0, 0, 0, 0.95), inset 0 0 80px rgba(0, 0, 0, 0.8);
    transition: opacity 0.8s ease;
}

/* Loş modda dikkat dağıtan dış kısımların tatlıca kararması */
body.kog-dim-active header,
body.kog-dim-active .kog-manifesto-card,
body.kog-dim-active .kog-faq-section,
body.kog-dim-active footer,
body.kog-dim-active .kog-stations-section-header,
body.kog-dim-active .kog-filter-row {
    opacity: 0.25;
    transition: opacity 0.5s ease;
}
body.kog-dim-active header:hover,
body.kog-dim-active .kog-manifesto-card:hover,
body.kog-dim-active .kog-faq-section:hover,
body.kog-dim-active footer:hover,
body.kog-dim-active .kog-stations-section-header:hover,
body.kog-dim-active .kog-filter-row:hover {
    opacity: 0.95;
}

/* Loş modda Pikap Kasası Işıltısı */
body.kog-dim-active .kog-turntable-card {
    border-color: rgba(var(--kog-mood-rgb), 0.5) !important;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.95), 
                0 0 50px rgba(var(--kog-mood-rgb), 0.35),
                inset 0 0 30px rgba(var(--kog-mood-rgb), 0.15) !important;
}

/* Loş modda Plak Altı Halesi (Reaktif Nabız) */
body.kog-dim-active .kog-platter-halo {
    opacity: 0.95 !important;
    box-shadow: 0 0 calc(40px + var(--kog-beat-glow)) var(--kog-mood-color),
                inset 0 0 25px var(--kog-mood-color) !important;
}

/* ==========================================================================
   DOĞA & GECE SESLERİ MİKSERİ (Yağmur, Sakin Araba, Kuşlar, Şömine)
   ========================================================================== */
.kog-sound-suite {
    background: rgba(12, 14, 24, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px 16px;
    margin-top: 14px;
    backdrop-filter: blur(12px);
    transition: border-color 0.3s;
}
.kog-sound-suite:hover {
    border-color: rgba(var(--kog-mood-rgb), 0.35);
}
.kog-sound-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.kog-sound-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.kog-sound-title i {
    color: var(--kog-mood-color);
}
.kog-sound-mute-all {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    border-radius: 4px;
    transition: all 0.2s;
}
.kog-sound-mute-all:hover {
    color: #f43f5e;
    background: rgba(244, 63, 94, 0.1);
}

.kog-sound-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
@media (max-width: 480px) {
    .kog-sound-grid {
        grid-template-columns: 1fr;
    }
}

.kog-sound-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(22, 25, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 7px 10px;
    transition: all 0.25s ease;
}
.kog-sound-item.active {
    background: rgba(var(--kog-mood-rgb), 0.15);
    border-color: var(--kog-mood-color);
    box-shadow: 0 0 12px rgba(var(--kog-mood-rgb), 0.25);
}

.kog-sound-btn {
    background: transparent;
    border: none;
    color: #cbd5e1;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 0;
    text-align: left;
    flex: 1;
}
.kog-sound-btn i {
    font-size: 0.95rem;
    color: #94a3b8;
    transition: color 0.2s, transform 0.2s;
}
.kog-sound-item.active .kog-sound-btn i {
    color: var(--kog-mood-color);
    transform: scale(1.15);
}

.kog-sound-vol-wrap {
    width: 65px;
    margin-left: 8px;
    display: flex;
    align-items: center;
}
.kog-sound-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #334155;
    outline: none;
    cursor: pointer;
}
.kog-sound-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--kog-mood-color);
    box-shadow: 0 0 6px var(--kog-mood-color);
    cursor: pointer;
}

/* ==========================================================================
   GÖRSEL AMBİYANS & SİNEMA MODU (Şömine, Gece Yolu, Yağmur, Orman, Yıldızlar)
   ========================================================================== */
.kog-visual-suite {
    background: rgba(12, 14, 24, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px 16px;
    margin-top: 14px;
    backdrop-filter: blur(12px);
    transition: border-color 0.3s;
}
.kog-visual-suite:hover {
    border-color: rgba(var(--kog-mood-rgb), 0.35);
}
.kog-visual-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.kog-visual-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.kog-visual-title i {
    color: #38bdf8;
}

.kog-visual-actions {
    display: flex;
    gap: 6px;
}
.kog-visual-btn {
    background: #1e293b;
    border: 1px solid #334155;
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s;
}
.kog-visual-btn:hover {
    background: #334155;
    color: #fff;
}
.kog-visual-btn.active {
    background: var(--kog-mood-color);
    color: #0b0f19;
    border-color: var(--kog-mood-color);
    box-shadow: 0 0 12px rgba(var(--kog-mood-rgb), 0.4);
}
.kog-zen-btn {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(139, 92, 246, 0.2));
    border: 1px solid var(--kog-gold);
    color: var(--kog-gold);
}
.kog-zen-btn:hover {
    background: var(--kog-gold);
    color: #000;
    box-shadow: 0 0 15px var(--kog-gold-glow);
}

.kog-scene-chips-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
.kog-scene-chip {
    background: #131724;
    border: 1px solid #282f45;
    color: #94a3b8;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.kog-scene-chip:hover {
    color: #fff;
    border-color: #475569;
}
.kog-scene-chip.active {
    background: rgba(var(--kog-mood-rgb), 0.18);
    border-color: var(--kog-mood-color);
    color: #fff;
    box-shadow: 0 0 10px rgba(var(--kog-mood-rgb), 0.35);
}

/* Arka Plan Video Katmanı (Ambient Video Backdrop) */
.kog-ambient-video-layer {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.kog-ambient-video-layer.active {
    opacity: 0.38;
}
body.kog-dim-active .kog-ambient-video-layer.active {
    opacity: 0.5;
}
.kog-ambient-video-layer iframe,
.kog-ambient-video-layer video,
.kog-ambient-video-layer canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    min-width: 177.77vh; /* 16:9 ratio */
    min-height: 56.25vw;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}
.kog-ambient-video-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(3, 4, 8, 0.4) 0%, rgba(3, 4, 8, 0.85) 80%, rgba(3, 4, 8, 0.98) 100%);
    pointer-events: none;
}

/* ==========================================================================
   TAM EKRAN ZEN SİNEMA MODU (Fullscreen Relaxing Cinema & Floating Glass Bar)
   ========================================================================== */
#kog-zen-cinema-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: #000;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
#kog-zen-cinema-overlay.active {
    display: flex;
}

.kog-zen-video-view {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.kog-zen-video-view iframe,
.kog-zen-video-view video,
.kog-zen-video-view canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kog-zen-top-bar {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, transparent 100%);
}
.kog-zen-brand {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}
.kog-zen-brand i {
    color: var(--kog-gold);
}
.kog-zen-exit-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s;
}
.kog-zen-exit-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
}

/* Zen Alt Cam Kumanda Barı */
.kog-zen-floating-bar {
    position: relative;
    z-index: 10;
    margin: 0 auto 30px;
    width: 90%;
    max-width: 860px;
    background: rgba(10, 12, 22, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    padding: 16px 26px;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 30px var(--kog-mood-glow);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kog-zen-bar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.kog-zen-station-info {
    display: flex;
    align-items: center;
    gap: 14px;
}
.kog-zen-mini-disc {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: radial-gradient(circle, #27272a 40%, #09090b 90%);
    border: 2px solid var(--kog-mood-color);
    box-shadow: 0 0 12px var(--kog-mood-color);
    animation: kogVinylSpin 3s linear infinite;
    animation-play-state: paused;
}
.kog-zen-mini-disc.spinning {
    animation-play-state: running;
}

.kog-zen-station-meta h4 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
}
.kog-zen-station-meta span {
    color: #94a3b8;
    font-size: 0.8rem;
}

.kog-zen-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}
.kog-zen-ctrl-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.kog-zen-ctrl-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}
.kog-zen-play-btn {
    width: 50px;
    height: 50px;
    background: var(--kog-gold);
    color: #0b0f19;
    font-size: 1.25rem;
    box-shadow: 0 0 18px var(--kog-gold-glow);
    border: none;
}
.kog-zen-play-btn:hover {
    transform: scale(1.12);
    background: #fef08a;
}

.kog-zen-bar-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 10px;
}
.kog-zen-scene-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.kog-zen-scene-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s;
}
.kog-zen-scene-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.kog-zen-scene-pill.active {
    background: var(--kog-mood-color);
    color: #070913;
    border-color: var(--kog-mood-color);
    font-weight: 800;
}

