.episode-date { display: none; }

.home-ad-slot {
    width: min(1680px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 18px 24px;
    text-align: center;
}
.home-ad-slot .ads-core-placer {
    margin-left: auto;
    margin-right: auto;
}
.home-ad-slot .ads-core-placer:not(:empty) {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.home-ad-slot .ads-core-placer:not(:empty) > * {
    margin-left: auto;
    margin-right: auto;
}
.home-ad-slot .ads-core-placer:not(:empty) iframe,
.home-ad-slot .ads-core-placer:not(:empty) img,
.home-ad-slot .ads-core-placer:not(:empty) ins,
.home-ad-slot .ads-core-placer:not(:empty) a {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-ad-slot--top {
    padding-top: 28px;
    padding-bottom: 28px;
}
.home-ad-slot--bottom {
    padding-top: 28px;
}
.home-ad-slot--footer {
    padding-top: 12px;
    padding-bottom: 0;
}
.home-ad-slot--oob {
    padding: 0;
}
@media (max-width: 700px) {
    .home-ad-slot {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.event-section { width: 100%; }
.event-hero {
    position: relative;
    min-height: 520px;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.event-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(0,0,0,.92) 0%, rgba(0,0,0,.7) 45%, rgba(0,0,0,.15) 100%),
        linear-gradient(to top, rgba(0,0,0,.5) 0%, transparent 50%);
    z-index: 1;
}
.event-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    padding: 60px 48px;
}
.event-badge {
    display: inline-block;
    background: var(--accent, #f43f5e);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.event-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 16px;
}
.event-excerpt {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255,255,255,.75);
    margin: 0 0 28px;
    max-width: 480px;
}
.event-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.event-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s, background .2s;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.event-btn:hover { opacity: .85; }
.event-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,.7);
}
.event-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); opacity: 1; }
.event-hero--video { min-height: 70vh; }
.agenda-section {
    padding: 42px 0 24px;
    background: linear-gradient(180deg, rgba(14,21,32,.92), rgba(10,10,10,.98));
}
.agenda-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}
.agenda-kicker {
    margin: 0 0 6px;
    color: var(--accent, #f43f5e);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
}
.agenda-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}
.agenda-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
}
.agenda-card-media img,
.agenda-card-placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}
.agenda-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(244,63,94,.28), rgba(245,158,11,.18));
    color: #fff;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.agenda-card-body {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 16px;
}
.agenda-card-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.06);
    padding: 10px 8px;
}
.agenda-card-date strong {
    font-size: 1.15rem;
    line-height: 1;
}
.agenda-card-date span {
    color: var(--muted);
    font-size: 12px;
}
.agenda-card-copy { min-width: 0; }
.agenda-card-category {
    margin: 0 0 6px;
    color: #f59e0b;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    font-weight: 700;
}
.agenda-card-copy h3 {
    margin: 0 0 8px;
    font-size: 1.02rem;
    line-height: 1.35;
}
.agenda-card-copy h3 a {
    color: inherit;
    text-decoration: none;
}
.agenda-card-copy h3 a:hover { color: var(--accent); }
.agenda-card-location,
.agenda-card-excerpt,
.agenda-card-range {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}
.agenda-card-range { margin-bottom: 0; }
.videos-section   { background: var(--bg2, #111); }
.articles-section { background: var(--bg3, #0e1520); }
.shop-section     { background: linear-gradient(180deg, #18181b 0%, #111827 100%); }
.radios-section .slider,
.feed-slider,
.podcast-featured-header,
.articles-hero,
.articles-grid5 {
    padding-left: 16px;
    padding-right: 16px;
}
@media (max-width: 700px) {
    .event-hero { min-height: 420px; }
    .event-hero--video { min-height: 56vw; }
    .event-content { padding: 40px 20px; }
    .event-title { font-size: 1.6rem; }
    .agenda-card-body { grid-template-columns: 56px 1fr; }
    .radios-section .slider,
    .feed-slider,
    .podcast-featured-header,
    .articles-hero,
    .articles-grid5 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .articles-hero,
    .articles-grid5 {
        overflow: hidden;
    }
    .articles-section--agenda .slide {
        flex-basis: 82vw;
        min-width: 82vw;
    }
}
@media (max-width: 900px) {
    .home-horizontal-slider {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 6px;
    }
    .home-horizontal-slider::-webkit-scrollbar {
        display: none;
    }
    .home-horizontal-slider .home-slider-track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(82vw, 82vw);
        gap: 14px;
        width: max-content;
        min-width: 100%;
        padding-right: 12px;
        transition: none;
        transform: none !important;
    }
    .home-horizontal-slider .home-card-slide,
    .home-horizontal-slider .radio-slide {
        min-width: 0;
        width: 82vw;
        margin-right: 0;
        scroll-snap-align: start;
    }
    .home-horizontal-slider .slider-btn {
        display: none !important;
    }
    .slide h3,
    .slide h4,
    .radio-slide-title {
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        text-align: left;
    }
}
body.theme-msdos .videos-section,
body.theme-msdos .articles-section,
body.theme-msdos .shop-section,
body.theme-msdos-red .videos-section,
body.theme-msdos-red .articles-section,
body.theme-msdos-red .shop-section,
body.theme-msdos .articles-hero-section,
body.theme-msdos .podcast-featured-section,
body.theme-msdos-red .articles-hero-section,
body.theme-msdos-red .podcast-featured-section { background: transparent !important; }

.podcast-featured-section { background: var(--bg2, #111); }
.podcast-spotlight-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 18px;
    align-items: stretch;
}
.podcast-spotlight-main {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--panel);
    border-radius: 18px;
    overflow: hidden;
}
.podcast-spotlight-main-media {
    position: relative;
    display: block;
}
.podcast-spotlight-main-media img,
.podcast-spotlight-item-media img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.podcast-spotlight-main-media img {
    aspect-ratio: 1 / 1;
}
.podcast-spotlight-main-media .placeholder-image {
    aspect-ratio: 1 / 1;
    border-radius: 0;
}
.podcast-spotlight-main-body {
    padding: 18px 24px 20px;
}
.podcast-spotlight-main-body h3 {
    margin: 0 0 8px;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.28;
}
.podcast-spotlight-main-body h3 a,
.podcast-spotlight-main-body p a,
.podcast-spotlight-item-body h4 a,
.podcast-spotlight-item-body p a {
    color: inherit;
    text-decoration: none;
}
.podcast-spotlight-main-body p,
.podcast-spotlight-item-body p {
    margin: 0;
    color: var(--muted);
}
.podcast-spotlight-duration {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: .92rem;
    font-weight: 700;
}
.podcast-spotlight-play {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.92);
    color: #121212;
    font-size: 1.35rem;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,.24);
}
.podcast-spotlight-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.podcast-spotlight-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    background: var(--panel);
    border-radius: 18px;
}
.podcast-spotlight-item-media {
    display: block;
}
.podcast-spotlight-item-media img,
.podcast-spotlight-item-media .placeholder-image {
    width: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
}
.podcast-spotlight-item-body h4 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.3;
}
.podcast-spotlight-item-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 70px;
}
.podcast-spotlight-play--small {
    position: static;
    transform: none;
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
}
.podcast-spotlight-item-duration {
    font-size: .95rem;
    color: var(--muted);
    white-space: nowrap;
}
.video-spotlight-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
    gap: 18px;
    align-items: stretch;
}
.video-spotlight-main {
    display: flex;
    flex-direction: column;
    background: var(--panel);
    border-radius: 18px;
    overflow: hidden;
}
.video-spotlight-main-media {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}
.video-spotlight-main-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}
.video-spotlight-main-media .placeholder-image {
    aspect-ratio: 1 / 1;
    border-radius: 0;
}
.video-spotlight-main-body {
    padding: 18px 24px 20px;
}
.video-spotlight-main-body h3 {
    margin: 0 0 8px;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.28;
}
.video-spotlight-main-body p,
.video-spotlight-item-body p {
    margin: 0;
    color: var(--muted);
}
.video-spotlight-main-body p a,
.video-spotlight-item-body p a,
.video-spotlight-item-body h4 a {
    color: inherit;
    text-decoration: none;
}
.video-spotlight-duration {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: .92rem;
    font-weight: 700;
}
.video-spotlight-main-play {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.video-spotlight-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.video-spotlight-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    background: var(--panel);
    border-radius: 18px;
}
.video-spotlight-item-media {
    display: block;
    color: inherit;
    text-decoration: none;
}
.video-spotlight-item-media img,
.video-spotlight-item-media .placeholder-image {
    width: 120px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
}
.video-spotlight-item-body h4 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.3;
}
.video-spotlight-item-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 70px;
}
.video-spotlight-play-small {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #121212;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 10px 24px rgba(0,0,0,.24);
}
.video-spotlight-item-duration {
    font-size: .95rem;
    color: var(--muted);
    white-space: nowrap;
}
.podcast-featured-header {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 36px;
    align-items: center;
    margin-bottom: 32px;
}
.podcast-featured-header--reverse {
    grid-template-columns: 1fr 350px;
}
.podcast-featured-header--reverse .podcast-featured-cover {
    order: 2;
}
.podcast-featured-header--reverse .podcast-featured-info {
    order: 1;
}
.podcast-featured-cover img {
    width: 350px; height: 350px;
    object-fit: cover; border-radius: 12px; display: block;
}
.podcast-featured-cover .placeholder-image {
    width: 350px; height: 350px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: var(--panel); font-size: 4rem;
}
.podcast-featured-info { display: flex; flex-direction: column; gap: 14px; }
.podcast-featured-info h2 { margin: 0; font-size: 1.8rem; }
.podcast-featured-info h2 a { text-decoration: none; color: inherit; }
.podcast-featured-info h2 a:hover { color: var(--accent); }
.podcast-featured-desc { color: var(--muted); line-height: 1.65; font-size: .95rem; margin: 0; }
.podcast-featured-btn {
    display: inline-block; align-self: flex-start;
    padding: 10px 24px; border-radius: 24px;
    background: var(--accent); color: #fff;
    text-decoration: none; font-size: .9rem; font-weight: 600;
    transition: opacity .2s;
}
.podcast-featured-btn:hover { opacity: .85; }
@media (max-width: 700px) {
    .podcast-spotlight-grid {
        grid-template-columns: 1fr;
    }
    .video-spotlight-grid {
        grid-template-columns: 1fr;
    }
    .podcast-spotlight-item,
    .video-spotlight-item {
        grid-template-columns: 80px minmax(0, 1fr) auto;
        align-items: start;
    }
    .podcast-spotlight-item-body p,
    .video-spotlight-item-body p { display: none; }
    .podcast-spotlight-item-media img,
    .podcast-spotlight-item-media .placeholder-image,
    .video-spotlight-item-media img,
    .video-spotlight-item-media .placeholder-image {
        width: 80px;
        aspect-ratio: 1 / 1;
    }
    .podcast-spotlight-item-meta,
    .video-spotlight-item-meta {
        flex-direction: column;
        align-items: center;
        width: auto;
    }
    .podcast-spotlight-play {
        right: 14px;
        width: 52px;
        height: 52px;
    }
    .video-spotlight-main-play {
        right: 14px;
        width: 52px;
        height: 52px;
    }
    .podcast-featured-header { grid-template-columns: 1fr; }
    .podcast-featured-header--reverse { grid-template-columns: 1fr; }
    .podcast-featured-cover img,
    .podcast-featured-cover .placeholder-image { width: 100%; height: auto; aspect-ratio: 1; }
}

.articles-hero-section { background: var(--bg2, #111); }
.articles-hero {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.articles-hero-track {
    display: flex;
    transition: transform .45s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}
.articles-hero-slide {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 360px;
    background: var(--panel);
}
.articles-hero-img {
    position: relative;
    overflow: hidden;
}
.articles-hero-img img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}
.articles-hero-img .article-category-badge { top: 14px; left: 14px; }
.articles-hero-img .placeholder-image { height: 100%; border-radius: 0; }
.articles-hero-content {
    padding: 40px 48px;
    display: flex; flex-direction: column; justify-content: center; gap: 16px;
}
.articles-hero-content h3 { font-size: 1.6rem; line-height: 1.3; margin: 0; }
.articles-hero-excerpt { font-size: .95rem; color: var(--muted); line-height: 1.65; margin: 0; }
.articles-hero-btn {
    display: inline-block;
    padding: 10px 24px; border-radius: 24px;
    background: var(--accent); color: #fff;
    text-decoration: none; font-size: .9rem; font-weight: 600;
    align-self: flex-start; transition: opacity .2s;
}
.articles-hero-btn:hover { opacity: .85; }
body.theme-msdos .articles-hero-btn,
body.theme-msdos .articles-hero-btn:link,
body.theme-msdos .articles-hero-btn:visited,
body.theme-msdos .podcast-featured-btn,
body.theme-msdos .podcast-featured-btn:link,
body.theme-msdos .podcast-featured-btn:visited {
    background: #00ff66 !important;
    color: #000 !important;
    border: 1px solid #00ff66 !important;
    text-shadow: none !important;
}
body.theme-msdos .articles-hero-btn:hover,
body.theme-msdos .articles-hero-btn:focus,
body.theme-msdos .podcast-featured-btn:hover,
body.theme-msdos .podcast-featured-btn:focus {
    background: #000 !important;
    color: #00ff66 !important;
}
.articles-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 8px; }
.articles-hero-dots {
    position: absolute; bottom: 14px; left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 7px;
}
.articles-hero-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,.35); border: none; cursor: pointer; padding: 0;
    transition: background .2s, transform .2s;
}
.articles-hero-dot.active { background: #fff; transform: scale(1.3); }
@media (max-width: 700px) {
    .articles-hero-slide { grid-template-columns: 1fr; min-height: auto; }
    .articles-hero-img img { aspect-ratio: 16/9; height: auto; }
    .articles-hero-content { padding: 24px 20px; }
    .articles-hero-content h3 { font-size: 1.2rem; }
}

.articles-grid5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}
.articles-grid5-featured {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    background: var(--panel);
    transition: opacity .2s;
}
.articles-grid5-featured:hover { opacity: .85; }
.articles-grid5-img { position: relative; }
.articles-grid5-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.articles-grid5-info { padding: 14px 16px 16px; }
.articles-grid5-info h3 { font-size: 1.15rem; margin: 0 0 8px; line-height: 1.35; }
.articles-grid5-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-content: start;
}
.articles-grid5-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    overflow: hidden;
    background: var(--panel);
    transition: opacity .2s;
}
.articles-grid5-item:hover { opacity: .85; }
.articles-grid5-item-img { position: relative; }
.articles-grid5-item-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.articles-grid5-item h4 { font-size: .9rem; margin: 8px 10px 4px; line-height: 1.35; }
.articles-grid5-item .article-excerpt,
.articles-grid5-item .episode-date { margin: 0 10px 8px; }
@media (max-width: 700px) {
    .articles-grid5 { grid-template-columns: 1fr; }
    .articles-grid5-cols { grid-template-columns: 1fr; }
    .articles-grid5-item-img { display: none; }
}
.articles-section--agenda .slider-container,
.articles-section--agenda .articles-grid5-cols {
    align-items: stretch;
}
.articles-section--agenda .slide {
    flex: 0 0 clamp(260px, 24vw, 340px);
    min-width: clamp(260px, 24vw, 340px);
}
.articles-section--agenda .article-slide,
.articles-section--agenda .articles-grid5-item,
.articles-section--agenda .articles-grid5-featured {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.articles-section--agenda .home-card-slide {
    align-self: stretch;
}
.articles-section--agenda .article-slide-link,
.articles-section--agenda .articles-grid5-item,
.articles-section--agenda .articles-grid5-featured {
    height: 100%;
}
.articles-section--agenda .article-slide-media img,
.articles-section--agenda .article-placeholder,
.articles-section--agenda .articles-grid5-img img,
.articles-section--agenda .articles-grid5-item-img img {
    aspect-ratio: 4 / 3;
}
.articles-section--agenda .article-slide-link {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.articles-section--agenda .article-slide-media {
    flex: 0 0 auto;
}
.articles-section--agenda .article-slide-link {
    position: relative;
    z-index: 2;
}
.articles-section--agenda .article-slide-link h4,
.articles-section--agenda .article-slide-link .article-excerpt,
.articles-section--agenda .article-slide-link .episode-date {
    padding-left: 0;
    padding-right: 0;
}
.articles-section--agenda .article-slide-link .episode-date {
    margin-top: auto;
}
.articles-section--agenda .article-slide-link h4,
.articles-section--agenda .article-slide-link .article-excerpt,
.articles-section--agenda .article-slide-link .episode-date {
    margin-left: 0;
    margin-right: 0;
}
.articles-section--agenda .articles-grid5-item h4,
.articles-section--agenda .articles-grid5-item .article-excerpt,
.articles-section--agenda .articles-grid5-item .episode-date {
    padding-left: 10px;
    padding-right: 10px;
}
.article-slide-link { display:block; text-decoration:none; color:inherit; }
.article-slide-link:hover h4 { color: var(--accent); }
.article-slide-media { position:relative; }
.article-slide-media img { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:8px; display:block; }
.article-placeholder { width:100%; aspect-ratio:16/9; background:var(--panel2); border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:2.5rem; }
.article-category-badge {
    position:absolute; top:8px; left:8px;
    background:var(--accent); color:#fff;
    font-size:10px; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
    padding:2px 8px; border-radius:20px;
}
.article-excerpt { font-size:12px; color:var(--muted); margin:4px 0 0; line-height:1.5; }
.episode-source {
    margin: 10px 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--accent);
}
.episode-source a {
    color: inherit;
    text-decoration: none;
}
.episode-source a:hover {
    opacity: .85;
}
.shop-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.shop-section-head h2 { margin: 0 0 16px; }
.shop-section-head h2 a { color: inherit; text-decoration: none; }
.shop-section-link {
    color: var(--accent);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
}
.shop-section-link:hover { opacity: .85; }
.shop-slide-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}
.shop-slide-link:hover h4 { color: var(--accent); }
.shop-slide-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.shop-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top, rgba(244,63,94,.32), transparent 42%),
        linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.shop-slide-variant {
    margin: -4px 0 0;
    font-size: 12px;
    color: var(--muted);
}
.shop-slide-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--muted);
}
.shop-slide-meta strong {
    color: var(--text, #fff);
    font-size: 15px;
}
.now-playing-debug {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.45;
    color: #d7a27b;
    word-break: break-word;
    white-space: normal;
    opacity: .9;
}

.video-slide-media { position: relative; }
.video-slide-media img { width: 100%; aspect-ratio: var(--thumb-ratio, 16/9); object-fit: cover; border-radius: 8px; display: block; }
.video-play-link { display: block; position: relative; }
.video-play-btn {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.75rem; color: #fff;
    background: rgba(0,0,0,.35);
    border-radius: 8px;
    opacity: 0; transition: opacity .2s;
}
.video-play-link:hover .video-play-btn { opacity: 1; }
