/* ==========================================================================
   İç sayfalar — Yayın Akışı, İletişim (sp-* ortak kabuk, ya-* / il-* özel)
   style.min.css ve theme-modern.css'ten SONRA yüklenir.
   ========================================================================== */

/* ---------- Ortak kabuk ---------- */
body.theme-modern .sp-crumb {
    background: #fff;
    border-bottom: 1px solid var(--m-line);
}
body.theme-modern .sp-crumb .container {
    display: flex; align-items: center; gap: 9px;
    padding: 16px 24px 0;
    font-size: .82rem; color: var(--m-muted);
}
body.theme-modern .sp-crumb a { color: var(--m-muted); text-decoration: none; }
body.theme-modern .sp-crumb a:hover { color: var(--m-blue); }
body.theme-modern .sp-crumb i { font-size: .6rem; color: var(--m-line); }
body.theme-modern .sp-crumb span { color: var(--m-ink); font-weight: 600; }

body.theme-modern .sp-head {
    background: #fff;
    border-bottom: 1px solid var(--m-line);
}
body.theme-modern .sp-head .container { padding: 14px 24px 30px; }
body.theme-modern .sp-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--m-soft); border: 1px solid var(--m-line);
    color: var(--m-blue);
    font-family: var(--m-sans); font-size: .7rem; font-weight: 800;
    letter-spacing: .08em; padding: 6px 13px; border-radius: 100px;
}
body.theme-modern .sp-head h1 {
    font-family: var(--m-sans);
    font-size: 2.5rem; font-weight: 800;
    letter-spacing: -.02em; line-height: 1.14;
    color: var(--m-ink); margin: 16px 0 0;
}
body.theme-modern .sp-head h1 span { color: var(--m-blue); }
body.theme-modern .sp-head p {
    font-size: 1.12rem; line-height: 1.55; color: #4c5663;
    margin: 14px 0 0; max-width: 780px;
}

body.theme-modern .sp-wrap { padding: 26px 24px 40px; }
body.theme-modern .sp-card {
    background: #fff;
    border: 1px solid var(--m-line);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 32, .05);
    padding: 22px 24px 24px;
    margin-bottom: 22px;
}
body.theme-modern .sp-card-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px; flex-wrap: wrap; margin-bottom: 18px;
}
body.theme-modern .sp-card-head h2 {
    font-family: var(--m-sans);
    font-size: 1rem; font-weight: 800;
    letter-spacing: .06em; text-transform: uppercase;
    color: var(--m-ink); margin: 0;
    padding-bottom: 9px; border-bottom: 3px solid var(--m-blue);
}
body.theme-modern .sp-card-note { font-size: .8rem; color: var(--m-muted); }
body.theme-modern .sp-empty { color: var(--m-muted); margin: 0; }

body.theme-modern .sp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    background: var(--m-blue); color: #fff;
    font-family: var(--m-sans); font-weight: 700; font-size: .92rem;
    border: 0; border-radius: 6px; padding: 12px 22px;
    cursor: pointer; text-decoration: none;
    transition: background .2s;
}
body.theme-modern .sp-btn:hover { background: var(--m-blue-dark); color: #fff; }
body.theme-modern .sp-btn-full { width: 100%; }
body.theme-modern .sp-btn-ghost {
    background: #fff; color: var(--m-blue);
    border: 1px solid var(--m-line);
}
body.theme-modern .sp-btn-ghost:hover { background: var(--m-soft); color: var(--m-blue-dark); }

/* Programcı kartları (yayın akışı sayfası) */
body.theme-modern .sp-team {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    gap: 18px;
}
body.theme-modern .sp-team-card {
    display: block; text-align: center; text-decoration: none;
    border: 1px solid var(--m-line); border-radius: 8px;
    padding: 20px 14px 18px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
body.theme-modern .sp-team-card:hover {
    border-color: rgba(22, 104, 179, .45);
    box-shadow: 0 6px 18px rgba(15, 23, 32, .09);
}
body.theme-modern .sp-team-card img,
body.theme-modern .sp-team-av {
    width: 86px; height: 86px; border-radius: 50%;
    object-fit: cover; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
    background: var(--m-soft); color: var(--m-blue);
    font-family: var(--m-sans); font-size: 1.7rem; font-weight: 800;
}
body.theme-modern .sp-team-card h3 {
    font-family: var(--m-sans); font-size: .98rem; font-weight: 700;
    color: var(--m-ink); margin: 0 0 3px;
}
body.theme-modern .sp-team-card:hover h3 { color: var(--m-blue); }
body.theme-modern .sp-team-card small { display: block; font-size: .82rem; color: var(--m-blue); font-weight: 600; }
body.theme-modern .sp-team-card em { display: block; margin-top: 3px; font-style: normal; font-size: .78rem; color: var(--m-muted); }

/* ==========================================================================
   Yayın Akışı
   ========================================================================== */
body.theme-modern .ya-now {
    display: grid;
    grid-template-columns: 116px 1fr auto;
    gap: 22px;
    align-items: center;
    background: linear-gradient(135deg, var(--m-blue-dark), var(--m-blue));
    border-radius: 8px;
    padding: 22px 26px;
    margin-bottom: 22px;
}
body.theme-modern .ya-now-photo img,
body.theme-modern .ya-now-photo span {
    width: 116px; height: 116px; border-radius: 50%;
    object-fit: cover; display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, .18); color: #fff;
    font-family: var(--m-sans); font-size: 2.3rem; font-weight: 800;
    border: 3px solid rgba(255, 255, 255, .5);
}
body.theme-modern .ya-now-body h2 {
    font-family: var(--m-sans); font-size: 1.7rem; font-weight: 800;
    color: #fff; margin: 10px 0 4px; line-height: 1.2;
}
body.theme-modern .ya-now-meta { margin: 0; color: rgba(255, 255, 255, .88); font-weight: 600; font-size: .95rem; }
body.theme-modern .ya-now-desc { margin: 8px 0 0; color: rgba(255, 255, 255, .82); line-height: 1.55; font-size: .92rem; }
body.theme-modern .ya-next { margin: 10px 0 0; color: rgba(255, 255, 255, .78); font-size: .86rem; }
body.theme-modern .ya-next b { color: #fff; }
body.theme-modern .ya-now-action .sp-btn { background: #fff; color: var(--m-blue-dark); }
body.theme-modern .ya-now-action .sp-btn:hover { background: rgba(255, 255, 255, .88); color: var(--m-blue-dark); }

body.theme-modern .ya-live {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--m-red); color: #fff;
    font-family: var(--m-sans); font-size: .66rem; font-weight: 800;
    letter-spacing: .08em; padding: 4px 11px; border-radius: 100px;
}
body.theme-modern .ya-live span {
    width: 7px; height: 7px; border-radius: 50%; background: #fff;
    animation: ya-pulse 1.4s ease-in-out infinite;
}
body.theme-modern .ya-live-sm { font-size: .6rem; padding: 3px 9px; }
@keyframes ya-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

body.theme-modern .ya-row {
    display: grid;
    grid-template-columns: 82px 1fr 200px;
    gap: 18px; align-items: center;
    padding: 14px 0;
    border-top: 1px solid var(--m-line);
}
body.theme-modern .ya-row:first-child { border-top: 0; }
body.theme-modern .ya-row.is-live { background: var(--m-soft); }
body.theme-modern .ya-time {
    font-family: var(--m-sans); font-size: 1.05rem; font-weight: 800;
    color: var(--m-blue); line-height: 1.2; text-align: center;
}
body.theme-modern .ya-time small { display: block; font-size: .76rem; font-weight: 600; color: var(--m-muted); }
body.theme-modern .ya-info h3 {
    font-family: var(--m-sans); font-size: 1rem; font-weight: 700;
    color: var(--m-ink); margin: 0 0 3px;
    display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
body.theme-modern .ya-info p { margin: 0; font-size: .88rem; line-height: 1.5; color: var(--m-muted); }
body.theme-modern .ya-dj {
    display: flex; align-items: center; gap: 10px; justify-content: flex-end;
    font-size: .88rem; font-weight: 600;
}
body.theme-modern .ya-dj img,
body.theme-modern .ya-dj-av {
    width: 38px; height: 38px; border-radius: 50%;
    object-fit: cover; flex: 0 0 auto;
    display: flex; align-items: center; justify-content: center;
    background: var(--m-soft); color: var(--m-blue);
    font-family: var(--m-sans); font-size: .9rem; font-weight: 800;
}
body.theme-modern .ya-dj a { color: var(--m-blue); text-decoration: none; }
body.theme-modern .ya-dj a:hover { text-decoration: underline; }
body.theme-modern .ya-dj-ad { color: var(--m-muted); }

/* ==========================================================================
   İletişim
   ========================================================================== */
body.theme-modern .il-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}
body.theme-modern .il-card {
    background: #fff; border: 1px solid var(--m-line); border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 32, .05);
    padding: 18px 20px;
    text-decoration: none; display: block;
    transition: border-color .2s ease, box-shadow .2s ease;
}
body.theme-modern a.il-card:hover {
    border-color: rgba(22, 104, 179, .45);
    box-shadow: 0 6px 18px rgba(15, 23, 32, .09);
}
body.theme-modern .il-card i {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 8px;
    background: var(--m-soft); color: var(--m-blue);
    font-size: 1rem; margin-bottom: 11px;
}
body.theme-modern .il-card b {
    display: block; font-family: var(--m-sans); font-size: .72rem;
    font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
    color: var(--m-muted); margin-bottom: 4px;
}
body.theme-modern .il-card span { display: block; color: var(--m-ink); font-weight: 700; font-size: .96rem; }

body.theme-modern .il-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 22px;
    align-items: start;
}
body.theme-modern .il-side .sp-card { margin-bottom: 22px; }
body.theme-modern .il-note { margin: 0 0 14px; color: var(--m-body); line-height: 1.6; font-size: .92rem; }

body.theme-modern .il-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
body.theme-modern .il-group { margin-bottom: 16px; }
body.theme-modern .il-group label {
    display: block; font-family: var(--m-sans); font-size: .84rem;
    font-weight: 700; color: var(--m-ink); margin-bottom: 6px;
}
body.theme-modern .il-group input,
body.theme-modern .il-group textarea {
    width: 100%; background: #fff;
    border: 1px solid var(--m-line); border-radius: 6px;
    color: var(--m-ink); font-family: var(--m-sans); font-size: .95rem;
    padding: 11px 13px;
}
body.theme-modern .il-group input:focus,
body.theme-modern .il-group textarea:focus {
    border-color: var(--m-blue);
    box-shadow: 0 0 0 3px rgba(22, 104, 179, .12);
    outline: none;
}
body.theme-modern .il-group input::placeholder,
body.theme-modern .il-group textarea::placeholder { color: #9aa3ad; }

body.theme-modern .il-foot {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap;
    padding-top: 6px;
}
body.theme-modern .il-foot span { font-size: .84rem; color: var(--m-muted); }
body.theme-modern .il-foot i { color: var(--m-blue); }

body.theme-modern .il-alert {
    display: flex; align-items: center; gap: 10px;
    border-radius: 6px; padding: 12px 15px; margin-bottom: 18px;
    font-size: .92rem; font-weight: 600;
}
body.theme-modern .il-ok { background: rgba(23, 131, 90, .1); color: #146b4a; border: 1px solid rgba(23, 131, 90, .3); }
body.theme-modern .il-err { background: rgba(216, 31, 42, .08); color: #9d1219; border: 1px solid rgba(216, 31, 42, .3); }

body.theme-modern .il-social { display: flex; gap: 10px; flex-wrap: wrap; }
body.theme-modern .il-social a {
    width: 42px; height: 42px; border-radius: 8px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--m-soft); color: var(--m-blue);
    border: 1px solid var(--m-line); font-size: 1.05rem;
    transition: background .2s, color .2s;
}
body.theme-modern .il-social a:hover { background: var(--m-blue); color: #fff; border-color: var(--m-blue); }

/* ---------- Mobil ---------- */
@media (max-width: 991px) {
    body.theme-modern .il-grid { grid-template-columns: 1fr; }
    body.theme-modern .ya-now { grid-template-columns: 92px 1fr; }
    body.theme-modern .ya-now-photo img,
    body.theme-modern .ya-now-photo span { width: 92px; height: 92px; font-size: 1.9rem; }
    body.theme-modern .ya-now-action { grid-column: 1 / -1; }
    body.theme-modern .ya-now-action .sp-btn { width: 100%; }
}
@media (max-width: 767px) {
    body.theme-modern .sp-crumb .container,
    body.theme-modern .sp-head .container { padding-left: 16px; padding-right: 16px; }
    body.theme-modern .sp-wrap { padding: 18px 16px 30px; }
    body.theme-modern .sp-card { padding: 18px 16px 20px; }
    body.theme-modern .sp-head h1 { font-size: 1.7rem; }
    body.theme-modern .sp-head p { font-size: 1rem; }
    body.theme-modern .il-row { grid-template-columns: 1fr; gap: 0; }
    body.theme-modern .sp-team { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    body.theme-modern .ya-row {
        grid-template-columns: 66px 1fr;
        grid-template-areas: "time info" ". dj";
        gap: 6px 14px;
    }
    body.theme-modern .ya-time { grid-area: time; text-align: left; }
    body.theme-modern .ya-info { grid-area: info; }
    body.theme-modern .ya-dj { grid-area: dj; justify-content: flex-start; font-size: .84rem; }
    body.theme-modern .ya-now { padding: 18px; gap: 16px; }
    body.theme-modern .ya-now-body h2 { font-size: 1.3rem; }
}

/* ==========================================================================
   Haber / kategori liste sayfası
   Slider 850x595 (neredeyse kare) idi; 2:1 görseller yanlardan kırpılıyordu.
   Oranlar görsellere yaklaştırıldı, kartlar site diline getirildi.
   ========================================================================== */
body.theme-modern .cat-slider,
body.theme-modern .cat-slider-track,
body.theme-modern .cat-slider-slide {
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}
body.theme-modern .cat-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
body.theme-modern .cat-slider-overlay {
    background: linear-gradient(to top, rgba(10, 15, 22, .92) 0%, rgba(10, 15, 22, .32) 55%, transparent 100%) !important;
}
body.theme-modern .cat-slider-overlay h2,
body.theme-modern .cat-slider-overlay h3 {
    font-family: var(--m-sans) !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.22 !important;
}

/* Yan liste slider ile aynı yükseklikte dursun */
body.theme-modern .cat-sidebar {
    background: #fff;
    border: 1px solid var(--m-line);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 32, .05);
    overflow: hidden;
}
body.theme-modern .cat-sidebar-item {
    padding: 11px 14px !important;
    font-family: var(--m-sans);
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--m-ink) !important;
    border-bottom: 1px solid var(--m-line) !important;
}

/* Kart ızgarası */
body.theme-modern .cat-grid { align-items: stretch; gap: 22px !important; }
body.theme-modern .cat-grid-item {
    background: #fff !important;
    border: 1px solid var(--m-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 3px rgba(15, 23, 32, .05) !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: none !important;
    transition: border-color .2s ease, box-shadow .2s ease !important;
}
body.theme-modern .cat-grid-item:hover {
    border-color: rgba(22, 104, 179, .45) !important;
    box-shadow: 0 6px 18px rgba(15, 23, 32, .1) !important;
}
body.theme-modern .cat-grid-item-img {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    flex: 0 0 auto;
    border-radius: 0 !important;
    background: var(--m-soft);
}
body.theme-modern .cat-grid-item-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
}
body.theme-modern .cat-grid-item-body {
    padding: 14px 16px 16px !important;
    display: flex; flex-direction: column; gap: 6px;
    flex: 1 1 auto;
}
body.theme-modern .cat-grid-item-body h3 {
    font-family: var(--m-sans) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.36 !important;
    color: var(--m-ink) !important;
    margin: 0 !important;
}
body.theme-modern .cat-grid-item:hover .cat-grid-item-body h3 { color: var(--m-blue-dark) !important; }
body.theme-modern .cat-grid-item-desc {
    margin: 0 !important;
    font-size: .88rem !important;
    line-height: 1.55 !important;
    color: var(--m-muted) !important;
}
body.theme-modern .cat-grid-item-meta {
    margin-top: auto !important;
    padding-top: 10px;
    border-top: 1px solid var(--m-line);
    display: flex; gap: 14px; flex-wrap: wrap;
    font-size: .78rem !important;
    color: var(--m-muted) !important;
}
body.theme-modern .cat-grid-item-meta i { color: var(--m-blue); margin-right: 4px; }

@media (max-width: 767px) {
    body.theme-modern .cat-grid { grid-template-columns: 1fr !important; gap: 18px !important; }
    body.theme-modern .cat-slider,
    body.theme-modern .cat-slider-track,
    body.theme-modern .cat-slider-slide { aspect-ratio: 16 / 10; }
}
