/* Best Of V2 — ön yüz (korhan-mustafa-imrak-best-of-v2) */
@font-face {
    font-family: "KorhanSiteSans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/source-sans-3-latin-400-normal.woff2") format("woff2");
}

:root {
    /* Latin Sound–style tema: gece laciverti, pembe/magenta vurgu, mor ışıma */
    --korhan-mustafa-imrak-best-of-v2-bg: #141423;
    --korhan-mustafa-imrak-best-of-v2-surface: #1a1b2e;
    --korhan-mustafa-imrak-best-of-v2-elevated: #222338;
    --korhan-mustafa-imrak-best-of-v2-border: rgba(232, 72, 168, 0.22);
    --korhan-mustafa-imrak-best-of-v2-text: #f4f4fb;
    --korhan-mustafa-imrak-best-of-v2-muted: #9199b8;
    --korhan-mustafa-imrak-best-of-v2-accent: #e848a8;
    --korhan-mustafa-imrak-best-of-v2-accent-strong: #ff6ec7;
    --korhan-mustafa-imrak-best-of-v2-accent-purple: #9b5cff;
    --korhan-mustafa-imrak-best-of-v2-gold: #e8c547;
    --korhan-mustafa-imrak-best-of-v2-glow: rgba(232, 72, 168, 0.4);
    --korhan-mustafa-imrak-best-of-v2-radius: 14px;
    --korhan-mustafa-imrak-best-of-v2-font: "KorhanSiteSans", "Segoe UI", system-ui, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html.korhan-mustafa-imrak-best-of-v2-html {
    scroll-behavior: smooth;
    scroll-padding-top: 1rem;
}

body.korhan-mustafa-imrak-best-of-v2-root {
    margin: 0;
    min-height: 100vh;
    font-family: var(--korhan-mustafa-imrak-best-of-v2-font);
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
    background:
        radial-gradient(1000px 520px at 8% -8%, rgba(155, 92, 255, 0.14), transparent 58%),
        radial-gradient(800px 480px at 92% 15%, rgba(232, 72, 168, 0.1), transparent 52%),
        radial-gradient(600px 400px at 50% 100%, rgba(90, 50, 140, 0.12), transparent 55%),
        linear-gradient(165deg, #0f0f1a 0%, var(--korhan-mustafa-imrak-best-of-v2-bg) 42%, #0c0c16 100%);
}

.korhan-mustafa-imrak-best-of-v2-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Header — normal akışta (sticky yok); sayfa ile birlikte kayar */
.korhan-mustafa-imrak-best-of-v2-header--premium {
    position: relative;
    z-index: 100;
    isolation: isolate;
    background-color: var(--korhan-mustafa-imrak-best-of-v2-surface);
    background-image: linear-gradient(180deg, #1f2038 0%, #141423 100%);
    border-bottom: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}

/* Radyonun üst şeridi: logo + menü (+ üye menüsü) ortada */
.korhan-mustafa-imrak-best-of-v2-header-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    text-align: center;
}

.korhan-mustafa-imrak-best-of-v2-header-stats {
    box-sizing: border-box;
}

/* Üst istatistikler: şeffaf, ortalanmış, dar ekranda kırılım */
.korhan-mustafa-imrak-best-of-v2-header-stats--premium {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0.35rem;
    padding: 0.25rem 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    gap: 0.35rem clamp(0.45rem, 2vw, 0.85rem);
    font-size: clamp(0.68rem, 1.9vw, 0.78rem);
    line-height: 1.4;
    color: rgba(210, 215, 235, 0.92);
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 640px) {
    .korhan-mustafa-imrak-best-of-v2-header-stats--premium {
        padding: 0.2rem 0.35rem;
        margin-bottom: 0.25rem;
        gap: 0.3rem 0.5rem;
    }

    .korhan-mustafa-imrak-best-of-v2-stat-ico {
        font-size: 0.68rem;
    }
}


.korhan-mustafa-imrak-best-of-v2-stat {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    white-space: nowrap;
}

.korhan-mustafa-imrak-best-of-v2-stat--accent .korhan-mustafa-imrak-best-of-v2-stat-val {
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
}

.korhan-mustafa-imrak-best-of-v2-stat-ico {
    font-size: 0.72rem;
    opacity: 0.85;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent);
}

.korhan-mustafa-imrak-best-of-v2-stat-val {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: rgba(235, 245, 252, 0.98);
}

.korhan-mustafa-imrak-best-of-v2-stat-lbl {
    opacity: 0.82;
    font-weight: 500;
}

.korhan-mustafa-imrak-best-of-v2-brand-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
}

.korhan-mustafa-imrak-best-of-v2-logo-img {
    max-height: 52px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 12px var(--korhan-mustafa-imrak-best-of-v2-glow));
}

.korhan-mustafa-imrak-best-of-v2-logo-text--fallback {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.korhan-mustafa-imrak-best-of-v2-nav--main {
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.korhan-mustafa-imrak-best-of-v2-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
    justify-content: center;
}

.korhan-mustafa-imrak-best-of-v2-nav-item {
    position: relative;
}

.korhan-mustafa-imrak-best-of-v2-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    text-decoration: none;
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
    font-size: 0.95rem;
    transition: background 0.2s, color 0.2s;
}

.korhan-mustafa-imrak-best-of-v2-nav-link:hover {
    background: rgba(232, 72, 168, 0.12);
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
}

.korhan-mustafa-imrak-best-of-v2-nav-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: 0.5rem;
    list-style: none;
    background: var(--korhan-mustafa-imrak-best-of-v2-elevated);
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    border-radius: var(--korhan-mustafa-imrak-best-of-v2-radius);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    z-index: 50;
}

.korhan-mustafa-imrak-best-of-v2-nav-item:hover .korhan-mustafa-imrak-best-of-v2-nav-sub {
    display: block;
}

.korhan-mustafa-imrak-best-of-v2-nav-sub-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
}

.korhan-mustafa-imrak-best-of-v2-nav-sub-ico {
    flex: 0 0 auto;
    width: 1.1rem;
    text-align: center;
    opacity: 0.88;
}

.korhan-mustafa-imrak-best-of-v2-nav-sub-link:hover {
    background: rgba(232, 72, 168, 0.1);
}

.korhan-mustafa-imrak-best-of-v2-nav-chevron {
    font-size: 0.62rem;
    opacity: 0.72;
    margin-left: 0.15rem;
}

.korhan-mustafa-imrak-best-of-v2-nav-sub {
    max-height: min(70vh, 380px);
    overflow-y: auto;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(155, 165, 196, 0.12);
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    text-shadow: 0 0 20px rgba(232, 72, 168, 0.25);
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-select {
    position: relative;
    flex-shrink: 0;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-select-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    max-width: min(100vw - 2rem, 320px);
    padding: 0.45rem 0.75rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(230, 232, 248, 0.95);
    background: rgba(18, 19, 31, 0.92);
    border: 1px solid rgba(232, 72, 168, 0.28);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-select-btn:hover {
    border-color: rgba(232, 72, 168, 0.45);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-select.is-loading .korhan-mustafa-imrak-best-of-v2-pl-dash-home-select-btn {
    opacity: 0.65;
    pointer-events: none;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-select-chevron {
    font-size: 0.65rem;
    opacity: 0.85;
    transition: transform 0.2s ease;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-select.is-open .korhan-mustafa-imrak-best-of-v2-pl-dash-home-select-chevron {
    transform: rotate(180deg);
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-menu {
    position: absolute;
    z-index: 40;
    right: 0;
    top: calc(100% + 6px);
    min-width: min(100vw - 2rem, 280px);
    max-width: min(100vw - 2rem, 360px);
    max-height: min(55vh, 320px);
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
    overflow-y: auto;
    background: rgba(14, 15, 26, 0.98);
    border: 1px solid rgba(232, 72, 168, 0.22);
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-menu-item {
    display: block;
    width: 100%;
    padding: 0.55rem 0.85rem;
    text-align: left;
    font-size: 0.86rem;
    color: rgba(210, 215, 240, 0.95);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.12s ease;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-menu-item:hover,
.korhan-mustafa-imrak-best-of-v2-pl-dash-home-menu-item:focus-visible {
    background: rgba(232, 72, 168, 0.12);
    outline: none;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-home-menu-item[aria-selected="true"] {
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    font-weight: 700;
}

.korhan-mustafa-imrak-best-of-v2-section--playlist-dash .korhan-mustafa-imrak-best-of-v2-pl-dash--home {
    padding-left: 0;
    padding-right: 0;
}

/* Hero hemen altı: playlist veya programcılar ilk blok olduğunda üst boşluk */
.korhan-mustafa-imrak-best-of-v2-section--playlist-dash-first,
.korhan-mustafa-imrak-best-of-v2-main--home > .korhan-mustafa-imrak-best-of-v2-section--prog-coverflow {
    padding-top: 0.35rem;
}

.korhan-mustafa-imrak-best-of-v2-header-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.korhan-mustafa-imrak-best-of-v2-input--compact {
    width: 120px;
    padding: 0.4rem 0.55rem;
    font-size: 0.85rem;
}

.korhan-mustafa-imrak-best-of-v2-input {
    width: 100%;
    max-width: 420px;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: rgba(20, 20, 38, 0.72);
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
}

.korhan-mustafa-imrak-best-of-v2-input:focus {
    outline: none;
    border-color: var(--korhan-mustafa-imrak-best-of-v2-accent);
    box-shadow: 0 0 0 3px var(--korhan-mustafa-imrak-best-of-v2-glow);
}

/* İkonlu input (giris-yap vb.): sol boşluk ikon sütununu kaplar — placeholder ile çakışmaz */
.korhan-mustafa-imrak-best-of-v2-input.korhan-mustafa-imrak-best-of-v2-input--has-icon:not(.korhan-mustafa-imrak-best-of-v2-input--under-radio) {
    padding-left: 3.25rem;
}

/* Player bar — premium broadcast deck (cam + spektrum) */
.korhan-mustafa-imrak-best-of-v2-player-bar--studio {
    --studio-bg: #0d0e18;
    --studio-panel: #252640;
    --studio-panel-deep: #18192c;
    --studio-pink: #e848a8;
    --studio-pink-hot: #ff2d9a;
    --studio-glow: rgba(232, 72, 168, 0.5);
    --studio-muted: #8a9bb8;
    --studio-gold: #c9a962;
    border-top: 1px solid rgba(232, 72, 168, 0.22);
    background-color: var(--studio-bg);
    background-image:
        radial-gradient(ellipse 100% 120% at 50% -20%, rgba(155, 92, 255, 0.18), transparent 55%),
        linear-gradient(180deg, #12131f 0%, var(--studio-bg) 50%, #0a0b12 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: box-shadow 0.35s ease;
    overflow: visible;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio.korhan-mustafa-imrak-best-of-v2-player-bar--playing {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 48px rgba(232, 72, 168, 0.12);
}

.korhan-mustafa-imrak-best-of-v2-player-bar-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.85rem 1.25rem 1rem;
    overflow: visible;
}

.korhan-radio-deck {
    position: relative;
    padding: 1.1rem 1.25rem 1.15rem;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(40, 42, 72, 0.65) 0%, rgba(18, 19, 32, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 1px 0 rgba(255, 255, 255, 0.06) inset;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* taşan ses-dalga halkaları görünsün */
    overflow: visible;
}

.korhan-radio-deck::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(201, 169, 98, 0.35),
        rgba(232, 72, 168, 0.25) 40%,
        rgba(155, 92, 255, 0.2) 70%,
        transparent
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.korhan-radio-deck__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.korhan-radio-deck__head--tagline {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    justify-content: initial;
    gap: 0.5rem 0.75rem;
}

.korhan-radio-deck__head-left {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    justify-self: start;
    min-width: 0;
}

.korhan-radio-deck__head-mid {
    justify-self: stretch;
    min-width: 0;
    text-align: center;
    padding: 0 0.35rem;
}

.korhan-radio-deck__onair-badge {
    margin: 0;
}

.korhan-radio-deck__freq-pill {
    display: block;
    max-width: 100%;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(255, 235, 248, 0.95);
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: 0 0 14px rgba(232, 72, 168, 0.35);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.korhan-radio-deck__fm {
    font-size: 0.72em;
    font-weight: 800;
    opacity: 0.85;
    letter-spacing: 0.02em;
}

.korhan-radio-deck__head-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    justify-self: end;
    min-width: 0;
}

.korhan-radio-deck__clock-label {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(138, 155, 184, 0.75);
}

.korhan-radio-deck__clock {
    font-family: ui-monospace, "Cascadia Code", "Consolas", monospace;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(230, 238, 255, 0.92);
    letter-spacing: 0.06em;
}

.korhan-radio-deck__grid {
    display: grid;
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
    gap: 1rem 1.25rem;
    align-items: stretch;
    overflow: visible;
}

/* Radyo deck — ekolayzer (şeridin en altı, oynatma listesi ile aynı nokta matrisi) */
.korhan-radio-deck__eq {
    width: 100%;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    box-sizing: border-box;
    min-height: 0;
    min-width: 0;
    height: clamp(108px, 22vh, 148px);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
}

/* Sadece radyo (data-attr); playlist .pl-eq-wrap ile aynı sınıf olsa da çakışmaz */
.korhan-radio-deck__eq[data-korhan-radio-eq-wrap] {
    max-width: none;
    width: 100%;
}

.korhan-radio-deck__eq .korhan-mustafa-imrak-best-of-v2-pl-eq {
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    height: 100%;
    max-height: 132px;
    margin: 0;
    padding: 0.38rem 0.32rem;
    box-sizing: border-box;
}

/* Oynatma listesi paneli — ekolayzer yalnız [data-korhan-pl-eq]; radyo deck altı kuralları geçerli değil */
.korhan-mustafa-imrak-best-of-v2-pl-dash [data-korhan-pl-eq] {
    flex: 1 1 auto;
    align-self: auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.45rem 0.4rem;
    box-sizing: border-box;
}

.korhan-radio-deck__col--transport {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    justify-content: center;
    overflow: visible;
}

.korhan-radio-deck__platter {
    margin: 0;
}

.korhan-radio-deck__volume {
    width: 100%;
    max-width: 200px;
}

.korhan-radio-deck__vol-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(160, 175, 205, 0.88);
    margin-bottom: 0.35rem;
}

.korhan-radio-deck__vol-track {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #0a0b10, #151825);
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.korhan-radio-deck__volume-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.korhan-radio-deck__volume-input:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.korhan-radio-deck__volume-input::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1e2030 0%, #2a2d45 100%);
}

.korhan-radio-deck__volume-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin-top: -5px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, #fff8, var(--studio-pink) 45%, #4a1a4a);
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 12px var(--studio-glow);
}

.korhan-radio-deck__volume-input::-moz-range-track {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1e2030 0%, #2a2d45 100%);
}

.korhan-radio-deck__volume-input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, #fff8, var(--studio-pink) 45%, #4a1a4a);
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 12px var(--studio-glow);
}

.korhan-radio-deck__col--now {
    min-width: 0;
}

.korhan-radio-deck__now-with-actions {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.65rem;
    min-width: 0;
}

.korhan-radio-deck__now-with-actions .korhan-radio-deck__now-card {
    flex: 1 1 auto;
    min-width: 0;
}

.korhan-radio-deck__istek-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    min-width: 0;
}

.korhan-radio-deck__istek-btn {
    width: 100%;
    max-width: 220px;
    justify-content: flex-start;
    font-size: 0.8rem;
    padding: 0.45rem 0.7rem;
    line-height: 1.25;
    text-align: left;
}

/* Mobil mağaza + Canlı Sohbet | Ayarlar → İletişim sosyal — yan yana sarmalayıcı */
.korhan-radio-deck__mobil-social-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.65rem;
    flex: 0 1 auto;
    min-width: 0;
}

/* Ayarlar → Mobil: iOS, Android + Sohbet Linki (Canlı Sohbet, yeni sekme) */
.korhan-radio-deck__mobil-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    min-width: 0;
}

/* Şimdi çalıyor kartı ile aynı yüzey — Ayarlar → İletişim sosyal URL’leri */
.korhan-radio-deck__social-deck {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.75rem 0.95rem;
    border-radius: 16px;
    background: linear-gradient(125deg, rgba(25, 20, 40, 0.85) 0%, rgba(12, 14, 28, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 32px rgba(0, 0, 0, 0.35);
    flex: 0 1 auto;
    min-width: 0;
    max-width: 352px;
}

.korhan-radio-deck__social-deck-title {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

/* İkon + yazı — panel genişliğinde tam orta */
.korhan-radio-deck__social-deck-title-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(201, 169, 98, 0.95);
}

.korhan-radio-deck__social-deck-title-text {
    display: inline-block;
}

.korhan-radio-deck__social-deck-title-inner .fas {
    font-size: 0.95em;
    opacity: 0.95;
    flex-shrink: 0;
}

.korhan-radio-deck__social-deck-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}

/* Üst: YouTube, Facebook, Instagram — 3 sütun (biraz daha geniş) */
.korhan-radio-deck__social-deck-row--top {
    display: grid;
    grid-template-columns: repeat(3, minmax(3.35rem, 1fr));
    gap: 0.5rem;
    align-items: stretch;
}

/* Alt: X (Twitter), TikTok — 2 sütun */
.korhan-radio-deck__social-deck-row--bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    align-items: stretch;
}

.korhan-radio-deck__social-deck-row:empty {
    display: none;
}

/* Altın premium — istek / mobil butonları ile aynı aile */
.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__social-deck-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    width: 100%;
    padding: 0.35rem 0.25rem;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.05rem;
    box-sizing: border-box;
    background: linear-gradient(
        165deg,
        #fff8e4 0%,
        #f0d56a 22%,
        #d4a82b 58%,
        #8a6218 100%
    );
    color: #0a0a0a;
    border: 1px solid rgba(45, 35, 10, 0.4);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -1px 0 rgba(0, 0, 0, 0.14),
        0 5px 16px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(212, 168, 43, 0.22);
    transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__social-deck-link:hover {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1),
        0 7px 20px rgba(0, 0, 0, 0.4),
        0 0 26px rgba(240, 200, 80, 0.32);
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__social-deck-link:focus-visible {
    outline: 2px solid rgba(240, 200, 80, 0.9);
    outline-offset: 2px;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__social-deck-link .fab {
    color: #0a0a0a;
    opacity: 0.92;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__social-deck-row--top .korhan-radio-deck__social-deck-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-width: 3.15rem;
}

.korhan-radio-deck__mobil-link {
    width: 100%;
    max-width: 200px;
    justify-content: flex-start;
    font-size: 0.8rem;
    padding: 0.45rem 0.7rem;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
}

/* İstek + (iOS / Android / Canlı Sohbet): altın sarısı premium, siyah yazı / ikon */
.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__istek-btn.korhan-mustafa-imrak-best-of-v2-btn-accent,
.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__mobil-link.korhan-mustafa-imrak-best-of-v2-btn-accent {
    background: linear-gradient(
        165deg,
        #fff8e4 0%,
        #f0d56a 22%,
        #d4a82b 58%,
        #8a6218 100%
    );
    color: #0a0a0a;
    border: 1px solid rgba(45, 35, 10, 0.4);
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -1px 0 rgba(0, 0, 0, 0.15),
        0 6px 18px rgba(0, 0, 0, 0.38),
        0 0 22px rgba(212, 168, 43, 0.2);
    transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__istek-btn.korhan-mustafa-imrak-best-of-v2-btn-accent:hover,
.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__mobil-link.korhan-mustafa-imrak-best-of-v2-btn-accent:hover {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        inset 0 -1px 0 rgba(0, 0, 0, 0.12),
        0 8px 24px rgba(0, 0, 0, 0.42),
        0 0 30px rgba(240, 200, 80, 0.35);
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__istek-btn.korhan-mustafa-imrak-best-of-v2-btn-accent:focus-visible,
.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__mobil-link.korhan-mustafa-imrak-best-of-v2-btn-accent:focus-visible {
    outline: 2px solid rgba(240, 200, 80, 0.9);
    outline-offset: 2px;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__istek-btn .fas,
.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__istek-btn .fab,
.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__mobil-link .fas,
.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__mobil-link .fab {
    color: #0a0a0a;
    opacity: 0.9;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--studio .korhan-radio-deck__istek-btn.korhan-mustafa-imrak-best-of-v2-btn-accent:disabled {
    opacity: 0.42;
    cursor: not-allowed;
    filter: grayscale(0.12) brightness(0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 4px 12px rgba(0, 0, 0, 0.25);
}

.korhan-radio-deck__now-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 7.5rem;
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background: linear-gradient(125deg, rgba(25, 20, 40, 0.85) 0%, rgba(12, 14, 28, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 32px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.korhan-radio-deck__now-card-glow {
    position: absolute;
    inset: -40% -20% auto auto;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle, rgba(232, 72, 168, 0.2) 0%, transparent 65%);
    pointer-events: none;
}

.korhan-radio-deck__now-icon {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(145deg, rgba(232, 72, 168, 0.35), rgba(155, 92, 255, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.korhan-radio-deck__now-copy {
    flex: 1;
    min-width: 0;
}

.korhan-radio-deck__now-kicker {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(201, 169, 98, 0.95);
}

.korhan-radio-deck__now-kicker-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--studio-muted);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__now-kicker-dot {
    background: var(--studio-pink-hot);
    box-shadow: 0 0 10px var(--studio-glow);
    animation: korhan-mustafa-imrak-best-of-v2-onair-pulse 1.2s ease-in-out infinite;
}

.korhan-radio-deck__now-scroll {
    max-height: 5.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.25rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(232, 72, 168, 0.5) transparent;
}

.korhan-radio-deck__now-title {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.45;
    color: rgba(248, 250, 255, 0.98);
}

.korhan-radio-deck__now-title .korhan-mustafa-imrak-best-of-v2-muted {
    color: rgba(160, 175, 205, 0.88);
    font-weight: 500;
}

/* Eski küçük EQ çubukları (başka yerde kullanılırsa) */
.korhan-mustafa-imrak-best-of-v2-eq--header.korhan-mustafa-imrak-best-of-v2-eq--studio {
    display: flex;
    flex-shrink: 0;
    align-items: flex-end;
    gap: 3px;
    height: 32px;
    margin-top: 0.15rem;
}

.korhan-mustafa-imrak-best-of-v2-eq--studio .korhan-mustafa-imrak-best-of-v2-eq-bar {
    width: 3px;
    height: 10px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--studio-pink), rgba(155, 92, 255, 0.35));
    opacity: 0.4;
    transform-origin: bottom;
}

.korhan-mustafa-imrak-best-of-v2-eq--playing .korhan-mustafa-imrak-best-of-v2-eq-bar {
    animation: korhan-mustafa-imrak-best-of-v2-eq-bounce 0.55s ease-in-out infinite alternate;
    opacity: 1;
}

.korhan-mustafa-imrak-best-of-v2-eq--playing .korhan-mustafa-imrak-best-of-v2-eq-bar:nth-child(odd) {
    animation-duration: 0.42s;
}

.korhan-mustafa-imrak-best-of-v2-eq--playing .korhan-mustafa-imrak-best-of-v2-eq-bar:nth-child(3n) {
    animation-duration: 0.68s;
}

@keyframes korhan-mustafa-imrak-best-of-v2-eq-bounce {
    from {
        transform: scaleY(0.35);
    }
    to {
        transform: scaleY(1.35);
    }
}

.korhan-mustafa-imrak-best-of-v2-onair {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.65rem;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(232, 72, 168, 0.28);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: rgba(255, 210, 230, 0.92);
}

.korhan-mustafa-imrak-best-of-v2-onair-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #334;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
    transition: background 0.25s, box-shadow 0.25s;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-mustafa-imrak-best-of-v2-onair-dot {
    background: var(--studio-pink-hot);
    box-shadow: 0 0 12px var(--studio-glow);
    animation: korhan-mustafa-imrak-best-of-v2-onair-pulse 1.2s ease-in-out infinite;
}

@keyframes korhan-mustafa-imrak-best-of-v2-onair-pulse {
    50% {
        opacity: 0.85;
        box-shadow: 0 0 18px rgba(232, 72, 168, 0.75);
    }
}

.korhan-mustafa-imrak-best-of-v2-mic-ico {
    font-size: 0.75rem;
    color: var(--studio-muted);
    margin-left: 0.15rem;
}

.korhan-mustafa-imrak-best-of-v2-platter-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.25rem 0;
    overflow: visible;
}

/* Yayın aktifken play etrafında yayılan ses dalgası (halkalar) */
.korhan-radio-deck__sound-waves {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    margin-left: -38px;
    margin-top: -38px;
    pointer-events: none;
    z-index: 0;
}

/* Sosyal .korhan-radio-deck__social-deck-link ile aynı altın premium dilim */
.korhan-radio-deck__sound-wave {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(45, 35, 10, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(0, 0, 0, 0.12),
        0 0 6px rgba(255, 248, 228, 0.35),
        0 0 14px rgba(212, 168, 43, 0.65),
        0 0 28px rgba(212, 168, 43, 0.42),
        0 0 48px rgba(240, 200, 80, 0.28),
        0 5px 18px rgba(0, 0, 0, 0.32);
    opacity: 0;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform, opacity;
    background: linear-gradient(
        145deg,
        rgba(255, 248, 228, 0.22) 0%,
        rgba(240, 213, 106, 0.08) 40%,
        rgba(138, 98, 24, 0.04) 100%
    );
}

.korhan-radio-deck__sound-wave:nth-child(odd) {
    border-color: rgba(212, 168, 43, 0.92);
}

.korhan-radio-deck__sound-wave:nth-child(even) {
    border-color: rgba(138, 98, 24, 0.88);
    background: linear-gradient(
        145deg,
        rgba(240, 213, 106, 0.12) 0%,
        rgba(212, 168, 43, 0.06) 50%,
        rgba(74, 52, 14, 0.06) 100%
    );
    box-shadow:
        inset 0 1px 0 rgba(255, 240, 210, 0.35),
        inset 0 -1px 0 rgba(0, 0, 0, 0.18),
        0 0 8px rgba(138, 98, 24, 0.45),
        0 0 20px rgba(212, 168, 43, 0.38),
        0 0 38px rgba(240, 200, 80, 0.22),
        0 5px 16px rgba(0, 0, 0, 0.35);
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__sound-wave {
    animation: korhan-radio-deck-sound-wave 2.5s cubic-bezier(0.2, 0.65, 0.35, 1) infinite;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__sound-wave:nth-child(1) {
    animation-delay: 0s;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__sound-wave:nth-child(2) {
    animation-delay: 0.35s;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__sound-wave:nth-child(3) {
    animation-delay: 0.7s;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__sound-wave:nth-child(4) {
    animation-delay: 1.05s;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__sound-wave:nth-child(5) {
    animation-delay: 1.4s;
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__sound-wave:nth-child(6) {
    animation-delay: 1.75s;
}

@keyframes korhan-radio-deck-sound-wave {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    20% {
        opacity: 0.88;
    }
    45% {
        opacity: 0.55;
    }
    72% {
        opacity: 0.22;
    }
    100% {
        transform: scale(3.65);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-radio-deck__sound-wave {
        animation: none;
        opacity: 0;
    }
}

.korhan-mustafa-imrak-best-of-v2-platter-ring {
    position: absolute;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 2px solid rgba(232, 72, 168, 0.22);
    box-shadow:
        0 0 24px rgba(232, 72, 168, 0.18),
        inset 0 0 20px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 1;
}

.korhan-mustafa-imrak-best-of-v2-btn-play--studio {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid rgba(255, 140, 200, 0.55);
    background: radial-gradient(circle at 32% 28%, #ff9ede 0%, var(--studio-pink) 42%, #6b1a6b 100%);
    color: #140818;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow:
        0 0 28px var(--studio-glow),
        0 6px 18px rgba(0, 0, 0, 0.45),
        inset 0 2px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.korhan-mustafa-imrak-best-of-v2-btn-play--studio:hover:not(:disabled) {
    transform: scale(1.06);
    box-shadow:
        0 0 36px rgba(232, 72, 168, 0.55),
        0 8px 22px rgba(0, 0, 0, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.korhan-mustafa-imrak-best-of-v2-btn-play--studio:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    filter: grayscale(0.35);
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-mustafa-imrak-best-of-v2-btn-play--studio:not(:disabled) {
    animation: korhan-mustafa-imrak-best-of-v2-platter-glow 2.2s ease-in-out infinite;
}

@keyframes korhan-mustafa-imrak-best-of-v2-platter-glow {
    50% {
        box-shadow:
            0 0 42px rgba(232, 72, 168, 0.5),
            0 6px 18px rgba(0, 0, 0, 0.45),
            inset 0 2px 0 rgba(255, 255, 255, 0.28);
    }
}

.korhan-mustafa-imrak-best-of-v2-freq--studio {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 215, 235, 0.95);
    text-shadow: 0 0 12px rgba(232, 72, 168, 0.4);
}

.korhan-mustafa-imrak-best-of-v2-studio-clock {
    font-family: ui-monospace, "Cascadia Code", "Consolas", monospace;
    font-size: 0.8rem;
    color: var(--studio-muted);
    letter-spacing: 0.08em;
}

.korhan-mustafa-imrak-best-of-v2-pad-grid {
    display: grid;
    grid-template-columns: repeat(3, 14px);
    gap: 5px;
    padding: 0.35rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    border: 1px solid rgba(155, 92, 255, 0.18);
}

.korhan-mustafa-imrak-best-of-v2-pad {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, #4a5a5e, #1a2226);
    border: 1px solid rgba(0, 0, 0, 0.45);
}

.korhan-mustafa-imrak-best-of-v2-rack-lights {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 120px;
}

.korhan-mustafa-imrak-best-of-v2-rack-seg {
    width: 22px;
    height: 5px;
    border-radius: 1px;
    background: linear-gradient(90deg, #1a1e1f, #2a1530);
    box-shadow: inset 0 0 4px rgba(232, 72, 168, 0.35);
}

.korhan-mustafa-imrak-best-of-v2-player-bar--playing .korhan-mustafa-imrak-best-of-v2-rack-seg {
    background: linear-gradient(90deg, #4a1a4a, var(--studio-pink));
    box-shadow: 0 0 8px rgba(232, 72, 168, 0.45);
}

.korhan-mustafa-imrak-best-of-v2-freq {
    font-size: 0.85rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
    white-space: nowrap;
}

.korhan-mustafa-imrak-best-of-v2-btn-play:not(.korhan-mustafa-imrak-best-of-v2-btn-play--studio) {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: radial-gradient(circle at 30% 30%, var(--korhan-mustafa-imrak-best-of-v2-accent-strong), var(--korhan-mustafa-imrak-best-of-v2-accent));
    color: #140818;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px var(--korhan-mustafa-imrak-best-of-v2-glow);
    transition: transform 0.15s;
}

.korhan-mustafa-imrak-best-of-v2-btn-play:not(.korhan-mustafa-imrak-best-of-v2-btn-play--studio):hover {
    transform: scale(1.05);
}

.korhan-mustafa-imrak-best-of-v2-audio-el {
    display: none;
}

.korhan-mustafa-imrak-best-of-v2-now-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(155, 165, 196, 0.88);
    margin-bottom: 0.2rem;
}

.korhan-mustafa-imrak-best-of-v2-now-text {
    font-size: 0.95rem;
    line-height: 1.45;
    word-break: break-word;
    color: rgba(244, 244, 252, 0.96);
}

@media (max-width: 900px) {
    .korhan-radio-deck__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .korhan-radio-deck__col--transport {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .korhan-radio-deck__volume {
        max-width: min(100%, 280px);
    }

    .korhan-radio-deck__now-with-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .korhan-radio-deck__istek-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .korhan-radio-deck__istek-btn {
        max-width: none;
        justify-content: center;
        text-align: center;
    }

    .korhan-radio-deck__mobil-link {
        max-width: none;
        justify-content: center;
        text-align: center;
    }

    .korhan-radio-deck__mobil-social-wrap {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .korhan-radio-deck__social-deck {
        max-width: none;
        width: 100%;
    }

    .korhan-radio-deck__head {
        gap: 0.4rem 0.5rem;
    }

    .korhan-radio-deck__freq-pill {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .korhan-radio-deck {
        padding: 0.85rem 0.95rem 1rem;
        border-radius: 16px;
    }

    .korhan-mustafa-imrak-best-of-v2-btn-play--studio {
        width: 68px;
        height: 68px;
        font-size: 1.2rem;
    }

    .korhan-radio-deck__sound-waves {
        width: 68px;
        height: 68px;
        margin-left: -34px;
        margin-top: -34px;
    }

    .korhan-mustafa-imrak-best-of-v2-platter-ring {
        width: 96px;
        height: 96px;
    }

    .korhan-radio-deck__now-title {
        font-size: 0.98rem;
    }

    .korhan-radio-deck__eq {
        height: clamp(96px, 28vh, 128px);
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }

    .korhan-radio-deck__eq .korhan-mustafa-imrak-best-of-v2-pl-eq {
        max-height: 112px;
    }

}

/* Üye girişi — radyo çubuğunun altında (misafir) */
.korhan-mustafa-imrak-best-of-v2-login-under-radio--premium {
    border-top: 1px solid rgba(232, 72, 168, 0.12);
    background: linear-gradient(180deg, #12131f 0%, #1a1b2e 100%);
}

.korhan-mustafa-imrak-best-of-v2-login-inline--under-radio {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.65rem 1.25rem 0.85rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.75rem;
}

/* Input + Font Awesome ikon (giriş formları) */
.korhan-mustafa-imrak-best-of-v2-input-with-icon {
    position: relative;
    display: inline-flex;
    align-items: stretch;
}

.korhan-mustafa-imrak-best-of-v2-input-with-icon--under-radio {
    min-width: 160px;
    max-width: 220px;
    flex: 0 1 auto;
}

.korhan-mustafa-imrak-best-of-v2-input-with-icon--form {
    width: 100%;
    max-width: 420px;
}

.korhan-mustafa-imrak-best-of-v2-input-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.75rem;
    z-index: 2;
    pointer-events: none;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent);
    font-size: 1rem;
    opacity: 0.92;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(232, 72, 168, 0.18);
    background: rgba(232, 72, 168, 0.06);
    border-radius: 10px 0 0 10px;
}

.korhan-mustafa-imrak-best-of-v2-input-with-icon .korhan-mustafa-imrak-best-of-v2-input {
    border-radius: 10px;
}

.korhan-mustafa-imrak-best-of-v2-input-with-icon .korhan-mustafa-imrak-best-of-v2-input:focus {
    position: relative;
    z-index: 0;
}

.korhan-mustafa-imrak-best-of-v2-label-icon {
    margin-right: 0.35rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent);
}

.korhan-mustafa-imrak-best-of-v2-btn--login-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.korhan-mustafa-imrak-best-of-v2-btn--login-submit .korhan-mustafa-imrak-best-of-v2-btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 1.05rem;
}

.korhan-mustafa-imrak-best-of-v2-btn--login-submit .korhan-mustafa-imrak-best-of-v2-btn-text {
    font-weight: 600;
}

.korhan-mustafa-imrak-best-of-v2-login-under-radio-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    margin-right: 0.25rem;
}

/* Shorthand padding kullanma — .input--has-icon ile çakışır; sol ayrı verilir */
.korhan-mustafa-imrak-best-of-v2-input--under-radio {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
    font-size: 0.92rem;
    line-height: 1.35;
}

/* Üstteki kural padding-left: 0.85rem verir; ikonlu satırda metin ikonla üst üste binmesin */
.korhan-mustafa-imrak-best-of-v2-input.korhan-mustafa-imrak-best-of-v2-input--under-radio.korhan-mustafa-imrak-best-of-v2-input--has-icon {
    padding-left: 3.25rem;
}

.korhan-mustafa-imrak-best-of-v2-btn--under-radio {
    padding: 0.5rem 1.1rem;
    font-size: 0.9rem;
}

@media (max-width: 640px) {
    .korhan-mustafa-imrak-best-of-v2-login-inline--under-radio {
        flex-direction: column;
        align-items: stretch;
    }

    .korhan-mustafa-imrak-best-of-v2-login-under-radio-label {
        width: 100%;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 0.15rem;
    }

    .korhan-mustafa-imrak-best-of-v2-input-with-icon--under-radio {
        max-width: none;
        width: 100%;
    }

    .korhan-mustafa-imrak-best-of-v2-btn--under-radio {
        width: 100%;
    }
}

.korhan-mustafa-imrak-best-of-v2-muted {
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

/* Shell layout */
.korhan-mustafa-imrak-best-of-v2-shell {
    max-width: 1320px;
    margin: 0 auto;
    padding: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 1024px) {
    .korhan-mustafa-imrak-best-of-v2-shell {
        grid-template-columns: 280px minmax(0, 1fr);
        align-items: start;
    }

    .korhan-mustafa-imrak-best-of-v2-shell--no-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }
}

.korhan-mustafa-imrak-best-of-v2-main-column {
    min-width: 0;
}

@media (max-width: 1023px) {
    .korhan-mustafa-imrak-best-of-v2-shell:not(.korhan-mustafa-imrak-best-of-v2-shell--no-sidebar) {
        grid-template-columns: minmax(0, 1fr);
    }

    .korhan-mustafa-imrak-best-of-v2-sidebar--premium {
        order: 2;
    }

    .korhan-mustafa-imrak-best-of-v2-main-column {
        order: 1;
    }
}

@media (max-width: 640px) {
    .korhan-mustafa-imrak-best-of-v2-shell {
        padding: 0.75rem 0.65rem;
        gap: 1rem;
    }

    .korhan-mustafa-imrak-best-of-v2-section {
        padding: 1rem 0.85rem;
        margin-bottom: 1.5rem;
    }

    .korhan-mustafa-imrak-best-of-v2-page-heading {
        font-size: 1.35rem;
    }

    .korhan-mustafa-imrak-best-of-v2-header-inner {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }

    .korhan-mustafa-imrak-best-of-v2-nav-link {
        font-size: 0.88rem;
        padding: 0.4rem 0.55rem;
    }

    .korhan-mustafa-imrak-best-of-v2-nav-item--has-sub .korhan-mustafa-imrak-best-of-v2-nav-sub {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        min-width: min(92vw, 280px);
    }

    .korhan-mustafa-imrak-best-of-v2-footer--premium {
        padding: 1.5rem 0.65rem 1rem;
    }
}

.korhan-mustafa-imrak-best-of-v2-sidebar--premium {
    background: linear-gradient(165deg, rgba(34, 35, 56, 0.92), rgba(26, 27, 46, 0.85));
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    border-radius: var(--korhan-mustafa-imrak-best-of-v2-radius);
    padding: 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.korhan-mustafa-imrak-best-of-v2-side-title {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
}

.korhan-mustafa-imrak-best-of-v2-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.korhan-mustafa-imrak-best-of-v2-side-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0;
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
    text-decoration: none;
    font-size: 0.95rem;
}

.korhan-mustafa-imrak-best-of-v2-side-link:hover {
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
}

.korhan-mustafa-imrak-best-of-v2-mi {
    margin-right: 0.25rem;
    opacity: 0.9;
}

.korhan-mustafa-imrak-best-of-v2-ad-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Buttons */
.korhan-mustafa-imrak-best-of-v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    border-radius: 11px;
    border: 1px solid transparent;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

/* Radyo play: .btn sonradan geldiği için border-radius/padding daireyi bozmasın */
.korhan-mustafa-imrak-best-of-v2-btn.korhan-mustafa-imrak-best-of-v2-btn-play--studio {
    border-radius: 50%;
    padding: 0;
    gap: 0;
    aspect-ratio: 1;
    box-sizing: border-box;
}

.korhan-mustafa-imrak-best-of-v2-btn-primary {
    background: linear-gradient(135deg, var(--korhan-mustafa-imrak-best-of-v2-accent-strong) 0%, var(--korhan-mustafa-imrak-best-of-v2-accent) 45%, var(--korhan-mustafa-imrak-best-of-v2-accent-purple) 100%);
    color: #140818;
    border-color: rgba(232, 72, 168, 0.45);
    box-shadow: 0 4px 18px var(--korhan-mustafa-imrak-best-of-v2-glow);
}

.korhan-mustafa-imrak-best-of-v2-btn-primary:hover {
    filter: brightness(1.05);
}

.korhan-mustafa-imrak-best-of-v2-btn-accent {
    background: rgba(232, 72, 168, 0.18);
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    border-color: var(--korhan-mustafa-imrak-best-of-v2-border);
}

.korhan-mustafa-imrak-best-of-v2-btn-ghost {
    background: transparent;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    border-color: var(--korhan-mustafa-imrak-best-of-v2-border);
}

.korhan-mustafa-imrak-best-of-v2-btn--compact {
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
}

.korhan-mustafa-imrak-best-of-v2-btn--block {
    width: 100%;
}

.korhan-mustafa-imrak-best-of-v2-btn--wide {
    width: 100%;
    max-width: 360px;
}

.korhan-mustafa-imrak-best-of-v2-btn-user {
    background: rgba(232, 72, 168, 0.12);
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
    border-color: var(--korhan-mustafa-imrak-best-of-v2-border);
}

.korhan-mustafa-imrak-best-of-v2-dropdown {
    position: relative;
}

.korhan-mustafa-imrak-best-of-v2-dropdown-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 200px;
    margin: 0;
    padding: 0.4rem;
    list-style: none;
    background: var(--korhan-mustafa-imrak-best-of-v2-elevated);
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
    z-index: 80;
}

.korhan-mustafa-imrak-best-of-v2-dropdown-menu[hidden] {
    display: none !important;
}

.korhan-mustafa-imrak-best-of-v2-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.65rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
}

.korhan-mustafa-imrak-best-of-v2-dropdown-item:hover {
    background: rgba(232, 72, 168, 0.12);
}

/* Main */
.korhan-mustafa-imrak-best-of-v2-main {
    min-width: 0;
}

.korhan-mustafa-imrak-best-of-v2-section {
    margin-bottom: 2.25rem;
    padding: 1.25rem 1.35rem;
    background: linear-gradient(160deg, rgba(34, 35, 56, 0.65), rgba(26, 27, 46, 0.85));
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    border-radius: var(--korhan-mustafa-imrak-best-of-v2-radius);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
}

.korhan-mustafa-imrak-best-of-v2-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.korhan-mustafa-imrak-best-of-v2-section-title {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
}

.korhan-mustafa-imrak-best-of-v2-page-heading {
    margin: 0 0 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
}

/* Hero + chat */
.korhan-mustafa-imrak-best-of-v2-hero-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 960px) {
    .korhan-mustafa-imrak-best-of-v2-hero-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
        align-items: stretch;
    }
}

.korhan-mustafa-imrak-best-of-v2-carousel--hero {
    position: relative;
    border-radius: var(--korhan-mustafa-imrak-best-of-v2-radius);
    overflow: hidden;
    min-height: 280px;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
}

.korhan-mustafa-imrak-best-of-v2-carousel-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.korhan-mustafa-imrak-best-of-v2-slide--hero {
    flex: 0 0 100%;
    position: relative;
    min-height: 280px;
    background-size: cover;
    background-color: var(--korhan-mustafa-imrak-best-of-v2-surface);
    background-repeat: no-repeat;
}

.korhan-mustafa-imrak-best-of-v2-slide--hero--no-photo {
    background-image: none !important;
}

/* Görsel yok — profil sayfası placeholder ile aynı tema (mikrofon) */
.korhan-mustafa-imrak-best-of-v2-slide-hero-placeholder {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        145deg,
        rgba(232, 72, 168, 0.14),
        rgba(155, 92, 255, 0.1)
    );
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    font-size: clamp(3.5rem, 16vw, 6.5rem);
    pointer-events: none;
}

.korhan-mustafa-imrak-best-of-v2-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(105deg, rgba(6, 8, 12, 0.88) 0%, rgba(6, 8, 12, 0.35) 55%, rgba(6, 8, 12, 0.2) 100%);
}

.korhan-mustafa-imrak-best-of-v2-slide-body {
    position: relative;
    z-index: 2;
    padding: 1.75rem;
    max-width: 560px;
}

.korhan-mustafa-imrak-best-of-v2-slide-title {
    margin: 0 0 0.5rem;
    font-size: 1.65rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.korhan-mustafa-imrak-best-of-v2-slide-desc {
    margin: 0 0 1rem;
    color: rgba(232, 244, 252, 0.92);
    line-height: 1.55;
}

.korhan-mustafa-imrak-best-of-v2-slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.korhan-mustafa-imrak-best-of-v2-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: rgba(20, 20, 38, 0.72);
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    cursor: pointer;
}

.korhan-mustafa-imrak-best-of-v2-carousel-btn--prev {
    left: 10px;
}

.korhan-mustafa-imrak-best-of-v2-carousel-btn--next {
    right: 10px;
}

.korhan-mustafa-imrak-best-of-v2-carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 5;
}

.korhan-mustafa-imrak-best-of-v2-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.korhan-mustafa-imrak-best-of-v2-carousel-dot--active {
    background: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    transform: scale(1.2);
}

.korhan-mustafa-imrak-best-of-v2-chat-panel {
    padding: 1.25rem;
    border-radius: var(--korhan-mustafa-imrak-best-of-v2-radius);
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: linear-gradient(180deg, rgba(155, 92, 255, 0.08), rgba(26, 27, 46, 0.85));
}

.korhan-mustafa-imrak-best-of-v2-panel-title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.korhan-mustafa-imrak-best-of-v2-chat-desc {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

/* Programcılar — cover flow (streaming poster) */
.korhan-mustafa-imrak-best-of-v2-section--prog-coverflow {
    overflow: visible;
}

.korhan-pro-coverflow {
    --korhan-pro-pivot: 50%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0.5rem clamp(0.35rem, 4vw, 1rem) 1.25rem;
    overflow: visible;
    outline: none;
}

.korhan-pro-coverflow:focus-visible {
    box-shadow: 0 0 0 2px rgba(232, 72, 168, 0.45);
    border-radius: 16px;
}

.korhan-pro-coverflow__glow {
    position: absolute;
    left: var(--korhan-pro-pivot, 50%);
    top: 42%;
    width: min(88vw, 440px);
    height: min(88vw, 440px);
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(200, 32, 48, 0.42) 0%, rgba(120, 20, 40, 0.12) 42%, transparent 68%);
    pointer-events: none;
    z-index: 0;
    filter: blur(0.5px);
}

.korhan-pro-coverflow__viewport {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: min(68vw, 360px);
    height: clamp(260px, 44vw, 380px);
    perspective: 1600px;
    perspective-origin: var(--korhan-pro-pivot, 50%) 45%;
    overflow: visible;
}

.korhan-pro-coverflow__track {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.korhan-pro-coverflow__card {
    --korhan-pro-card-w: min(82vw, 232px);
    --korhan-pro-card-h: min(108vw, 330px);
    position: absolute;
    left: var(--korhan-pro-pivot, 50%);
    top: 50%;
    width: var(--korhan-pro-card-w);
    height: var(--korhan-pro-card-h);
    margin-left: calc(var(--korhan-pro-card-w) / -2);
    margin-top: calc(var(--korhan-pro-card-h) / -2);
    border-radius: 24px;
    transform-origin: center center;
    cursor: pointer;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.32, 1),
        opacity 0.35s ease;
    will-change: transform, opacity;
}

.korhan-pro-coverflow__card--active {
    cursor: default;
}

.korhan-pro-coverflow__card--strip-hidden {
    transition:
        opacity 0.28s ease,
        visibility 0.28s ease,
        transform 0.5s cubic-bezier(0.22, 1, 0.32, 1);
}

.korhan-pro-coverflow__poster {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    container-type: size;
    container-name: korhan-pro-poster;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.65),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.korhan-pro-coverflow__photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
}

.korhan-pro-coverflow__poster--has-photo .korhan-pro-coverflow__bg {
    opacity: 0.35;
    background: linear-gradient(
        165deg,
        hsl(var(--prog-hue, 280), 48%, 18%) 0%,
        hsl(calc(var(--prog-hue, 280) + 38), 42%, 8%) 100%
    );
}

.korhan-pro-coverflow__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        165deg,
        hsl(var(--prog-hue, 280), 48%, 22%) 0%,
        hsl(calc(var(--prog-hue, 280) + 38), 42%, 10%) 48%,
        hsl(calc(var(--prog-hue, 280) + 12), 35%, 6%) 100%
    );
}

.korhan-pro-coverflow__grad {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, transparent 0%, transparent 38%, rgba(5, 4, 10, 0.82) 88%, rgba(5, 4, 10, 0.96) 100%);
    pointer-events: none;
}

/* Profil fotoğrafı yok — baş harfler oval rozet değil, karta sığan büyük tipografi */
.korhan-pro-coverflow__avatar-initials {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16% 6% 32%;
    box-sizing: border-box;
    pointer-events: none;
}

.korhan-pro-coverflow__avatar-initials-text {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    /* Kart genişliği ~82vw (max 232px) — karta sığan ölçek */
    font-size: clamp(2.25rem, 19vw, 5.75rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.48);
}

@supports (font-size: 1cqmin) {
    .korhan-pro-coverflow__avatar-initials-text {
        font-size: clamp(2.25rem, 38cqmin, 5.75rem);
    }
}

.korhan-pro-coverflow__initial {
    position: absolute;
    right: 6%;
    top: 18%;
    font-size: clamp(4.5rem, 22vw, 7.5rem);
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.07);
    pointer-events: none;
    user-select: none;
}

.korhan-pro-coverflow__top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    z-index: 4;
}

.korhan-pro-coverflow__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.korhan-pro-coverflow__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.korhan-pro-coverflow__logo-fallback {
    color: #fff;
    font-size: 1rem;
    opacity: 0.95;
}

.korhan-pro-coverflow__rating {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
    letter-spacing: 0.02em;
}

.korhan-pro-coverflow__bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.1rem 1.15rem;
    z-index: 4;
}

.korhan-pro-coverflow__title {
    margin: 0 0 0.55rem;
    font-size: clamp(1.15rem, 3.8vw, 1.45rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.korhan-pro-coverflow__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.korhan-pro-coverflow__pill {
    display: inline-block;
    padding: 0.28rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(0, 0, 0, 0.52);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.korhan-pro-coverflow__profil-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
    padding: 0.45rem 0.65rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(
        135deg,
        var(--korhan-mustafa-imrak-best-of-v2-accent-strong) 0%,
        var(--korhan-mustafa-imrak-best-of-v2-accent) 45%,
        var(--korhan-mustafa-imrak-best-of-v2-accent-purple) 100%
    );
    border: 1px solid rgba(232, 72, 168, 0.55);
    box-shadow: 0 4px 16px rgba(232, 72, 168, 0.28);
    position: relative;
    z-index: 4;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.korhan-pro-coverflow__profil-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 6px 22px rgba(232, 72, 168, 0.4);
}

.korhan-pro-coverflow__profil-btn-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
}

.korhan-pro-coverflow__profil-btn-text .fa-user-circle {
    font-size: 1rem;
    opacity: 0.95;
}

/* Programcı profil sayfası */
.korhan-mustafa-imrak-best-of-v2-main--programci-profil {
    min-width: 0;
}

.korhan-mustafa-imrak-best-of-v2-section--programci-profil-page {
    margin-bottom: 2rem;
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-back {
    margin: 0 0 1rem;
}

.korhan-mustafa-imrak-best-of-v2-link-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    text-decoration: none;
}

.korhan-mustafa-imrak-best-of-v2-link-back:hover {
    text-decoration: underline;
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-card {
    padding: 1.5rem 1.35rem;
    border-radius: var(--korhan-mustafa-imrak-best-of-v2-radius);
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: linear-gradient(
        165deg,
        rgba(42, 44, 72, 0.96) 0%,
        rgba(28, 30, 52, 0.98) 55%,
        rgba(22, 24, 42, 0.99) 100%
    );
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(232, 72, 168, 0.12),
        inset 0 1px 0 rgba(255, 110, 199, 0.06);
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.1rem;
    margin-bottom: 1rem;
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-avatar {
    width: 112px;
    height: 112px;
    border-radius: 20px;
    object-fit: cover;
    border: 2px solid rgba(232, 72, 168, 0.45);
    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(155, 92, 255, 0.15);
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        145deg,
        rgba(232, 72, 168, 0.14),
        rgba(155, 92, 255, 0.1)
    );
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    font-size: 2.5rem;
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-head-text {
    flex: 1;
    min-width: 0;
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-name {
    margin: 0;
    font-size: clamp(1.35rem, 4vw, 1.75rem);
    font-weight: 800;
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
    line-height: 1.2;
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-nick {
    margin: 0.35rem 0 0;
    font-size: 0.95rem;
    color: rgba(210, 215, 240, 0.75);
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-meta {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    color: rgba(210, 215, 240, 0.88);
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-bio {
    font-size: 0.98rem;
    line-height: 1.55;
    color: rgba(230, 232, 248, 0.92);
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-soc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(
        160deg,
        rgba(232, 72, 168, 0.18),
        rgba(155, 92, 255, 0.12)
    );
    border: 1px solid rgba(232, 72, 168, 0.4);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.korhan-mustafa-imrak-best-of-v2-programci-profil-soc:hover {
    background: linear-gradient(
        160deg,
        rgba(232, 72, 168, 0.32),
        rgba(155, 92, 255, 0.2)
    );
    box-shadow: 0 4px 14px rgba(232, 72, 168, 0.25);
    transform: translateY(-2px);
}

.korhan-pro-coverflow__dots {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

.korhan-pro-coverflow__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.korhan-pro-coverflow__dot:hover {
    background: rgba(255, 255, 255, 0.45);
}

.korhan-pro-coverflow__dot--active {
    background: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    transform: scale(1.25);
}

@media (max-width: 640px) {
    .korhan-pro-coverflow__card {
        --korhan-pro-card-w: min(78vw, 210px);
        --korhan-pro-card-h: min(112vw, 300px);
    }
}

/* Beş kart (2+1+2) yan yana tam görünsün — çok dar ekranda poster biraz küçülür */
@media (max-width: 480px) {
    .korhan-pro-coverflow__card {
        --korhan-pro-card-w: min(70vw, 196px);
        --korhan-pro-card-h: min(98vw, 288px);
    }
}

.korhan-mustafa-imrak-best-of-v2-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: rgba(232, 72, 168, 0.08);
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    cursor: pointer;
}

/* Yayın */
.korhan-mustafa-imrak-best-of-v2-yayin-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.korhan-mustafa-imrak-best-of-v2-yayin-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.35rem 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(232, 72, 168, 0.12);
    font-size: 0.95rem;
}

.korhan-mustafa-imrak-best-of-v2-yayin-time {
    font-variant-numeric: tabular-nums;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent);
    font-weight: 600;
}

.korhan-mustafa-imrak-best-of-v2-yayin-name {
    font-weight: 600;
}

.korhan-mustafa-imrak-best-of-v2-yayin-note {
    grid-column: 1 / -1;
    font-size: 0.88rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

/* Duvar */
.korhan-mustafa-imrak-best-of-v2-duvar-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.korhan-mustafa-imrak-best-of-v2-duvar-card {
    padding: 1rem;
    border-radius: 12px;
    background: rgba(20, 20, 38, 0.5);
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
}

.korhan-mustafa-imrak-best-of-v2-duvar-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}

.korhan-mustafa-imrak-best-of-v2-duvar-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.korhan-mustafa-imrak-best-of-v2-duvar-avatar--letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 72, 168, 0.2);
    font-weight: 700;
}

.korhan-mustafa-imrak-best-of-v2-duvar-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
}

.korhan-mustafa-imrak-best-of-v2-duvar-time {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.78rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

/* Playlist grid */
.korhan-mustafa-imrak-best-of-v2-pl-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.korhan-mustafa-imrak-best-of-v2-pl-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: var(--korhan-mustafa-imrak-best-of-v2-elevated);
    transition: transform 0.2s, box-shadow 0.2s;
}

.korhan-mustafa-imrak-best-of-v2-pl-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.korhan-mustafa-imrak-best-of-v2-pl-cover {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: var(--korhan-mustafa-imrak-best-of-v2-surface);
}

.korhan-mustafa-imrak-best-of-v2-pl-cover--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

.korhan-mustafa-imrak-best-of-v2-pl-title-text {
    padding: 0 0.75rem 0.85rem;
    font-weight: 600;
    font-size: 0.95rem;
}

/* TV */
.korhan-mustafa-imrak-best-of-v2-tv-preview {
    margin-bottom: 1rem;
}

.korhan-mustafa-imrak-best-of-v2-tv-video-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: #000;
}

.korhan-mustafa-imrak-best-of-v2-tv-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}

.korhan-mustafa-imrak-best-of-v2-tv-video--large {
    max-height: 70vh;
}

.korhan-mustafa-imrak-best-of-v2-tv-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.korhan-mustafa-imrak-best-of-v2-chip {
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: rgba(232, 72, 168, 0.08);
    color: var(--korhan-mustafa-imrak-best-of-v2-text);
    font-family: inherit;
    font-size: 0.88rem;
    cursor: pointer;
}

.korhan-mustafa-imrak-best-of-v2-chip:hover,
.korhan-mustafa-imrak-best-of-v2-chip:focus-visible {
    border-color: var(--korhan-mustafa-imrak-best-of-v2-accent);
    outline: none;
}

/* Video grid (YouTube embed wrapped) */
.korhan-mustafa-imrak-best-of-v2-video-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.korhan-mustafa-imrak-best-of-v2-video-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: var(--korhan-mustafa-imrak-best-of-v2-elevated);
}

.korhan-mustafa-imrak-best-of-v2-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
}

.korhan-mustafa-imrak-best-of-v2-video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.korhan-mustafa-imrak-best-of-v2-video-title {
    margin: 0;
    padding: 0.75rem 1rem 0.25rem;
    font-size: 1rem;
}

.korhan-mustafa-imrak-best-of-v2-video-meta {
    margin: 0;
    padding: 0 1rem 0.85rem;
    font-size: 0.85rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

/* Blog */
.korhan-mustafa-imrak-best-of-v2-blog-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.korhan-mustafa-imrak-best-of-v2-blog-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: rgba(20, 20, 38, 0.4);
}

.korhan-mustafa-imrak-best-of-v2-blog-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.korhan-mustafa-imrak-best-of-v2-blog-heading {
    margin: 0;
    padding: 0.75rem 1rem 0.25rem;
    font-size: 1.05rem;
}

.korhan-mustafa-imrak-best-of-v2-blog-link {
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    text-decoration: none;
}

.korhan-mustafa-imrak-best-of-v2-blog-link:hover {
    text-decoration: underline;
}

.korhan-mustafa-imrak-best-of-v2-blog-excerpt {
    margin: 0;
    padding: 0 1rem 1rem;
    font-size: 0.9rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
    line-height: 1.5;
}

/* Sponsors */
.korhan-mustafa-imrak-best-of-v2-sponsor-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    justify-content: center;
}

.korhan-mustafa-imrak-best-of-v2-sponsor-img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
    filter: grayscale(0.15) brightness(1.05);
}

.korhan-mustafa-imrak-best-of-v2-sponsor-fallback {
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    border: 1px dashed var(--korhan-mustafa-imrak-best-of-v2-border);
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

/* Footer */
.korhan-mustafa-imrak-best-of-v2-footer--premium {
    margin-top: 2rem;
    border-top: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    background: linear-gradient(180deg, rgba(20, 20, 38, 0.55), #0a0a14);
    padding: 2rem 1.25rem 1.25rem;
}

.korhan-mustafa-imrak-best-of-v2-footer-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.korhan-mustafa-imrak-best-of-v2-footer-heading {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
}

.korhan-mustafa-imrak-best-of-v2-footer-text {
    margin: 0 0 0.4rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

.korhan-mustafa-imrak-best-of-v2-footer-link {
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    text-decoration: none;
}

.korhan-mustafa-imrak-best-of-v2-footer-link:hover {
    text-decoration: underline;
}

.korhan-mustafa-imrak-best-of-v2-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.korhan-mustafa-imrak-best-of-v2-social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--korhan-mustafa-imrak-best-of-v2-border);
    color: var(--korhan-mustafa-imrak-best-of-v2-accent-strong);
    text-decoration: none;
    background: rgba(232, 72, 168, 0.08);
}

.korhan-mustafa-imrak-best-of-v2-footer-bottom {
    max-width: 1320px;
    margin: 1.5rem auto 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(232, 72, 168, 0.12);
    text-align: center;
}

.korhan-mustafa-imrak-best-of-v2-copy {
    margin: 0;
    font-size: 0.85rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

/* Article / login */
.korhan-mustafa-imrak-best-of-v2-article {
    max-width: 820px;
}

.korhan-mustafa-imrak-best-of-v2-article-title {
    font-size: 1.85rem;
    margin: 0 0 0.5rem;
}

.korhan-mustafa-imrak-best-of-v2-article-date {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

.korhan-mustafa-imrak-best-of-v2-article-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.korhan-mustafa-imrak-best-of-v2-prose {
    line-height: 1.75;
    font-size: 1.02rem;
}

.korhan-mustafa-imrak-best-of-v2-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.korhan-mustafa-imrak-best-of-v2-form--login {
    max-width: 420px;
}

.korhan-mustafa-imrak-best-of-v2-form-group {
    margin-bottom: 1rem;
}

.korhan-mustafa-imrak-best-of-v2-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
    color: var(--korhan-mustafa-imrak-best-of-v2-muted);
}

.korhan-mustafa-imrak-best-of-v2-track-list {
    margin: 0;
    padding-left: 1.25rem;
}

.korhan-mustafa-imrak-best-of-v2-track-item {
    margin-bottom: 0.75rem;
}

.korhan-mustafa-imrak-best-of-v2-track-audio {
    width: 100%;
    max-width: 420px;
    margin-top: 0.35rem;
}

/* —— Oynatma listesi — NOW PLAYING (Latin Sound: lacivert, pembe, altın script) —— */
.korhan-mustafa-imrak-best-of-v2-main--playlist-dash {
    padding-top: 0.5rem;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash {
    --pl-dash-bg: #0d1117;
    --pl-dash-surface: #12151c;
    --pl-dash-pink: #e848a8;
    --pl-dash-pink-hot: #ff2d9a;
    --pl-dash-cyan: #8b9dc4;
    --pl-dash-row-active: rgba(255, 255, 255, 0.06);
    --pl-dash-gold: #e8c547;
    --pl-dash-panel-h: min(70vh, 520px);
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem 2rem;
    color: #e8eaf2;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-head {
    margin-bottom: 1rem;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-h1 {
    margin: 0 0 0.35rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-desc {
    margin: 0;
    color: rgba(155, 165, 196, 0.82);
    font-size: 0.95rem;
    line-height: 1.5;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-inner {
    display: grid;
    grid-template-columns: auto 1fr minmax(260px, 400px);
    gap: 1.15rem 1.35rem;
    align-items: stretch;
    padding: 1.15rem 1.1rem 1.2rem;
    background: var(--pl-dash-surface);
    border-radius: 14px;
    border: 1px solid rgba(232, 72, 168, 0.12);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* Sol: ekolayzer + kontroller yan yana (referans düzeni) */
.korhan-mustafa-imrak-best-of-v2-pl-dash-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    min-width: 0;
    min-height: 0;
    height: var(--pl-dash-panel-h);
    align-self: stretch;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-left-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.65rem;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: 360px;
}

.korhan-mustafa-imrak-best-of-v2-pl-eq-wrap {
    flex: 1 1 auto;
    align-self: stretch;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

/* Nokta matrisi: 90° sola döndürülmüş — dalga yönü yukarı (header’a doğru) */
.korhan-mustafa-imrak-best-of-v2-pl-eq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 3px;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0.45rem 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
    background: #141528;
    border-radius: 12px;
    border: 1px solid rgba(100, 80, 140, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        inset 0 -10px 28px rgba(0, 0, 0, 0.45);
    transform: rotate(-90deg);
    transform-origin: center center;
}

.korhan-mustafa-imrak-best-of-v2-pl-eq-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.korhan-mustafa-imrak-best-of-v2-pl-eq-dot {
    display: block;
    width: var(--dot-size, 5px);
    height: var(--dot-size, 5px);
    border-radius: 50%;
    flex-shrink: 0;
    opacity: var(--dot-opacity, 1);
    background: radial-gradient(
        circle at 28% 28%,
        hsl(var(--dot-hue), 92%, 74%),
        hsl(var(--dot-hue), 88%, 56%) 52%,
        hsl(var(--dot-hue), 86%, 44%)
    );
    box-shadow: 0 0 6px hsla(var(--dot-hue), 88%, 58%, 0.38);
}

.korhan-mustafa-imrak-best-of-v2-pl-eq--playing .korhan-mustafa-imrak-best-of-v2-pl-eq-dot {
    animation: korhan-pl-eq-wave 1.05s ease-in-out infinite;
    animation-delay: var(--dot-delay, 0s);
}

/* Web Audio / yedek sürücü: gerçek zamanlı opacity — CSS nabzını kapat */
.korhan-mustafa-imrak-best-of-v2-pl-eq--driven.korhan-mustafa-imrak-best-of-v2-pl-eq--playing .korhan-mustafa-imrak-best-of-v2-pl-eq-dot {
    animation: none;
}

@keyframes korhan-pl-eq-wave {
    0%,
    100% {
        transform: scale(0.9);
        transform-origin: center center;
        box-shadow: 0 0 4px hsla(var(--dot-hue), 85%, 52%, 0.28);
    }
    50% {
        transform: scale(1.07);
        transform-origin: center center;
        box-shadow: 0 0 11px hsla(var(--dot-hue), 94%, 62%, 0.65);
    }
}

.korhan-mustafa-imrak-best-of-v2-pl-ctrl-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    flex-shrink: 0;
    align-self: center;
    padding: 0.15rem 0;
}

/* Ghost: ince çerçeve, şeffaf zemin, mor/pembe çizgi ve ikon (referans) */
.korhan-mustafa-imrak-best-of-v2-pl-ctrl-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(200, 140, 235, 0.55);
    background: transparent;
    color: rgba(220, 165, 255, 0.92);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    transition: border-color 0.2s, color 0.2s, box-shadow 0.2s, background 0.2s;
}

.korhan-mustafa-imrak-best-of-v2-pl-ctrl-btn:hover {
    background: rgba(200, 120, 240, 0.08);
    border-color: rgba(232, 100, 210, 0.75);
    color: #f8e8ff;
}

.korhan-mustafa-imrak-best-of-v2-pl-ctrl-btn--play {
    border-width: 1px;
    border-color: rgba(232, 100, 200, 0.7);
    color: rgba(255, 190, 240, 0.98);
}

.korhan-mustafa-imrak-best-of-v2-pl-ctrl-btn--live {
    background: transparent;
    border-color: rgba(255, 120, 210, 0.85);
    color: #fff;
    box-shadow: 0 0 14px rgba(232, 72, 168, 0.35);
}

.korhan-mustafa-imrak-best-of-v2-pl-ctrl-btn--vol {
    background: transparent;
    border-color: rgba(200, 140, 235, 0.55);
    color: rgba(220, 165, 255, 0.92);
}

.korhan-mustafa-imrak-best-of-v2-pl-vol-btn-wrap {
    position: relative;
}

.korhan-mustafa-imrak-best-of-v2-pl-vol-pop {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(8px, -50%);
    padding: 0.5rem 0.65rem;
    background: rgba(15, 18, 35, 0.98);
    border: 1px solid rgba(155, 165, 196, 0.2);
    border-radius: 10px;
    z-index: 30;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.korhan-mustafa-imrak-best-of-v2-pl-vol-range {
    width: 100px;
    height: 28px;
    accent-color: var(--pl-dash-pink);
    cursor: pointer;
    transform: rotate(-90deg);
    transform-origin: center center;
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-center {
    min-width: 0;
    min-height: 0;
    height: var(--pl-dash-panel-h);
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.korhan-mustafa-imrak-best-of-v2-pl-rows {
    list-style: none;
    margin: 0;
    padding: 0 0.15rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(232, 72, 168, 0.5) rgba(13, 17, 23, 0.85);
}

.korhan-mustafa-imrak-best-of-v2-pl-rows::-webkit-scrollbar {
    width: 4px;
}

.korhan-mustafa-imrak-best-of-v2-pl-rows::-webkit-scrollbar-track {
    background: rgba(13, 17, 23, 0.9);
    border-radius: 4px;
}

.korhan-mustafa-imrak-best-of-v2-pl-rows::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(232, 72, 168, 0.65), rgba(155, 92, 255, 0.45));
    border-radius: 6px;
}

.korhan-mustafa-imrak-best-of-v2-pl-rows::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(255, 110, 199, 0.75), rgba(155, 92, 255, 0.55));
}

.korhan-mustafa-imrak-best-of-v2-pl-row {
    display: grid;
    grid-template-columns: 11px 1fr auto;
    gap: 0.55rem 0.7rem;
    align-items: center;
    padding: 0.48rem 0.55rem;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 0.2s, border-color 0.2s;
}

.korhan-mustafa-imrak-best-of-v2-pl-row:hover {
    background: rgba(255, 255, 255, 0.035);
}

.korhan-mustafa-imrak-best-of-v2-pl-row--active {
    background: var(--pl-dash-row-active);
    border-color: rgba(232, 72, 168, 0.18);
}

.korhan-mustafa-imrak-best-of-v2-pl-row-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(155, 165, 196, 0.35);
    align-self: center;
}

.korhan-mustafa-imrak-best-of-v2-pl-row--active .korhan-mustafa-imrak-best-of-v2-pl-row-dot {
    background: var(--pl-dash-pink);
    box-shadow: 0 0 10px rgba(255, 0, 229, 0.55);
}

.korhan-mustafa-imrak-best-of-v2-pl-row-title {
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.32;
    color: #f0f2f8;
}

.korhan-mustafa-imrak-best-of-v2-pl-row-artist {
    font-weight: 600;
    color: #f4f6fc;
}

.korhan-mustafa-imrak-best-of-v2-pl-row-dash {
    font-weight: 500;
    color: rgba(180, 190, 215, 0.55);
}

.korhan-mustafa-imrak-best-of-v2-pl-row-song {
    font-style: italic;
    font-weight: 600;
    color: #fff;
}

.korhan-mustafa-imrak-best-of-v2-pl-row-sub {
    font-size: 0.72rem;
    color: rgba(130, 142, 168, 0.82);
    margin-top: 0.12rem;
    letter-spacing: 0.02em;
}

.korhan-mustafa-imrak-best-of-v2-pl-row-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    justify-content: flex-end;
}

.korhan-mustafa-imrak-best-of-v2-pl-row-time {
    font-size: 0.76rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: rgba(140, 158, 195, 0.88);
}

.korhan-mustafa-imrak-best-of-v2-pl-row--active .korhan-mustafa-imrak-best-of-v2-pl-row-cur {
    color: var(--pl-dash-pink-hot);
}

.korhan-mustafa-imrak-best-of-v2-pl-row--active .korhan-mustafa-imrak-best-of-v2-pl-row-total {
    color: rgba(255, 200, 230, 0.92);
}

.korhan-mustafa-imrak-best-of-v2-pl-like,
.korhan-mustafa-imrak-best-of-v2-pl-cmt {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.35rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: rgba(140, 158, 195, 0.88);
    font-size: 0.76rem;
    cursor: pointer;
    font-family: inherit;
}

.korhan-mustafa-imrak-best-of-v2-pl-like:hover,
.korhan-mustafa-imrak-best-of-v2-pl-cmt:hover {
    color: #fff;
    background: rgba(155, 165, 196, 0.08);
}

.korhan-mustafa-imrak-best-of-v2-pl-row--active .korhan-mustafa-imrak-best-of-v2-pl-like,
.korhan-mustafa-imrak-best-of-v2-pl-row--active .korhan-mustafa-imrak-best-of-v2-pl-cmt {
    color: var(--pl-dash-pink-hot);
}

.korhan-mustafa-imrak-best-of-v2-pl-like--on,
.korhan-mustafa-imrak-best-of-v2-pl-like--on:hover {
    color: #ff5a9a !important;
}

.korhan-mustafa-imrak-best-of-v2-pl-empty {
    margin: 0;
    color: rgba(155, 165, 196, 0.6);
}

.korhan-mustafa-imrak-best-of-v2-pl-dash-right {
    min-width: 0;
    min-height: 0;
    height: var(--pl-dash-panel-h);
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.korhan-mustafa-imrak-best-of-v2-pl-cover-feature {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.korhan-mustafa-imrak-best-of-v2-pl-cover-img-wrap {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #12131f;
    border: 1px solid rgba(232, 72, 168, 0.14);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.korhan-mustafa-imrak-best-of-v2-pl-cover-main-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.korhan-mustafa-imrak-best-of-v2-pl-cover-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0.85rem 1rem;
    background: linear-gradient(180deg, transparent 35%, rgba(8, 6, 18, 0.88));
    pointer-events: none;
}

.korhan-mustafa-imrak-best-of-v2-pl-cover-script {
    font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", Georgia, serif;
    font-size: clamp(0.95rem, 2.5vw, 1.35rem);
    font-weight: 600;
    font-style: normal;
    color: var(--pl-dash-gold);
    text-shadow:
        0 2px 16px rgba(0, 0, 0, 0.85),
        0 0 32px rgba(232, 197, 71, 0.4);
    text-align: right;
    line-height: 1.2;
    max-width: 95%;
    word-break: break-word;
}

.korhan-mustafa-imrak-best-of-v2-pl-cover-empty {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(155, 165, 196, 0.55);
}

@media (max-width: 1024px) {
    .korhan-mustafa-imrak-best-of-v2-pl-dash-inner {
        grid-template-columns: 1fr;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-dash-left-inner {
        flex-direction: column;
        align-items: center;
        max-width: none;
        gap: 0.75rem;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-dash-left,
    .korhan-mustafa-imrak-best-of-v2-pl-dash-center,
    .korhan-mustafa-imrak-best-of-v2-pl-dash-right {
        height: auto;
        max-height: none;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-rows {
        max-height: min(50vh, 400px);
    }

    .korhan-mustafa-imrak-best-of-v2-pl-eq-wrap {
        justify-content: center;
        align-self: center;
        width: 100%;
        max-width: min(280px, 100%);
        max-height: min(42vh, 340px);
        min-height: 140px;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-eq {
        flex: 1 1 auto;
        min-height: 0;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-cover-feature {
        min-height: 200px;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-cover-img-wrap {
        max-height: min(48vh, 380px);
    }

    .korhan-mustafa-imrak-best-of-v2-pl-dash-left {
        justify-content: center;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-vol-pop {
        left: auto;
        right: 0;
        top: 100%;
        transform: translate(0, 8px);
    }
}

@media (max-width: 640px) {
    .korhan-mustafa-imrak-best-of-v2-pl-dash-left-inner {
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-eq {
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        max-height: 100%;
    }
}

@media (max-width: 560px) {
    .korhan-mustafa-imrak-best-of-v2-pl-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.45rem 0.65rem;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-row-dot {
        flex: 0 0 10px;
        margin-top: 0.35rem;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-row-main {
        flex: 1 1 calc(100% - 24px);
        min-width: 0;
    }

    .korhan-mustafa-imrak-best-of-v2-pl-row-meta {
        flex: 1 1 100%;
        justify-content: flex-start;
    }
}

.korhan-mustafa-imrak-best-of-v2-alert--error {
    color: #ffb4b4;
    margin-bottom: 1rem;
}
