.np-viral-heading { font-family: var(--pub-font-serif); font-size: 28px; margin: 0 0 18px; }
.np-viral-photo-lead { display: block; color: inherit; margin-bottom: 22px; }
.np-viral-photo-lead img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 10px; display: block; }
.np-viral-photo-meta { padding: 12px 2px 0; }
.np-viral-photo-meta h2 { margin: 0 0 6px; font-size: 26px; line-height: 1.25; }
.np-viral-photo-masonry { columns: 2; column-gap: 14px; }
.np-viral-photo-card { break-inside: avoid; display: block; color: inherit; margin-bottom: 14px; background: var(--pub-card, #fff); border: 1px solid var(--pub-border); border-radius: 10px; overflow: hidden; }
.np-viral-photo-card img { width: 100%; display: block; }
.np-viral-photo-card div { padding: 10px 12px; }
.np-viral-photo-card h3 { margin: 0 0 4px; font-size: 16px; }
.np-viral-photo-card p, .np-viral-photo-meta p { margin: 0; color: var(--pub-text-muted); font-size: 13px; }

.np-viral-photo-mosaic { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; }
.np-viral-photo-mosaic .main, .np-viral-photo-mosaic .side a { position: relative; display: block; overflow: hidden; border-radius: 10px; color: #fff; }
.np-viral-photo-mosaic .side { display: grid; gap: 10px; }
.np-viral-photo-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 140px; }
.np-viral-photo-mosaic .main img { min-height: 300px; }
.np-viral-photo-mosaic span { position: absolute; left: 0; right: 0; bottom: 0; padding: 12px; background: linear-gradient(transparent, #000a); font-weight: 700; }

.np-viral-home-videos { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
.np-viral-video-card { flex: 0 0 220px; color: inherit; scroll-snap-align: start; }
.np-viral-video-card .thumb, .np-viral-video-card { position: relative; }
.np-viral-video-card img { width: 100%; aspect-ratio: 9/16; object-fit: cover; border-radius: 10px; display: block; background: #111; }
.np-viral-video-card .play, .np-viral-video-card > span { position: absolute; inset: auto auto 42% 12px; width: 36px; height: 36px; border-radius: 50%; background: #0008; color: #fff; display: grid; place-items: center; }
.np-viral-video-card strong, .np-viral-video-card em { display: block; margin-top: 6px; }
.np-viral-video-card em { font-style: normal; color: var(--pub-text-muted); font-size: 12px; }

.np-viral-trend-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.np-viral-trend-card { display: block; color: inherit; border: 1px solid var(--pub-border); border-radius: 10px; padding: 16px; }
.np-viral-trend-card h2, .np-viral-trend-card h3 { margin: 0 0 8px; }

.np-viral-gallery { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; }
.np-viral-gallery-stage img { width: 100%; max-height: 72vh; object-fit: contain; background: #111; border-radius: 8px; }
.np-viral-nav { width: 44px; height: 44px; border: 0; border-radius: 50%; font-size: 28px; cursor: pointer; }
.np-viral-thumbs { display: flex; gap: 8px; overflow-x: auto; margin: 12px 0; }
.np-viral-thumbs button { border: 2px solid transparent; padding: 0; background: none; }
.np-viral-thumbs button.active { border-color: var(--pub-accent, #c00); }
.np-viral-thumbs img { width: 72px; height: 54px; object-fit: cover; display: block; }
.np-viral-sources { padding-left: 18px; }
.np-viral-fallback { text-align: center; }
.np-viral-fallback img { width: 100%; border-radius: 8px; margin-bottom: 12px; }

.np-reel-page { width: 100vw; margin-left: calc(50% - 50vw); background: #0b0b0f; color: #fff; padding-bottom: 24px; }
.np-reel-heading { color: #fff; padding: 16px 20px 0; }
.np-reel-shell { display: grid; grid-template-columns: 220px minmax(280px, 420px) 220px; justify-content: center; gap: 20px; align-items: start; }
.np-reel-track { height: calc(100vh - 140px); overflow-y: auto; scroll-snap-type: y mandatory; border-radius: 16px; }
.np-reel-item { position: relative; height: calc(100vh - 140px); scroll-snap-align: start; scroll-snap-stop: always; background: #000; border-radius: 16px; overflow: hidden; margin-bottom: 8px; }
.np-reel-media, .np-reel-media iframe, .np-reel-thumb { width: 100%; height: 100%; border: 0; object-fit: cover; }
.np-reel-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 16px 20px; background: linear-gradient(transparent, #000c); }
.np-reel-overlay h2 { margin: 4px 0; font-size: 18px; line-height: 1.3; }
.np-reel-overlay p { margin: 0 0 8px; opacity: .85; font-size: 13px; }
.np-reel-kicker { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; opacity: .8; }
.np-reel-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.np-reel-actions a, .np-reel-actions button { background: #ffffff1f; color: #fff; border: 0; border-radius: 999px; padding: 6px 10px; font-size: 12px; cursor: pointer; text-decoration: none; }
.np-reel-related-link { color: #fff; font-weight: 700; display: inline-block; margin-bottom: 8px; }
.np-reel-side { padding-top: 12px; font-size: 13px; opacity: .85; }
.np-reel-fallback { height: 100%; display: grid; place-items: center; padding: 20px; text-align: center; }
.np-reel-fallback img { width: 100%; border-radius: 8px; margin-bottom: 12px; }

@media (max-width: 980px) {
    .np-reel-shell { grid-template-columns: 1fr; }
    .np-reel-side { display: none; }
    .np-reel-page { margin: 0; width: auto; }
    .np-reel-track, .np-reel-item { height: calc(100dvh - 96px); border-radius: 0; }
    .np-viral-photo-masonry, .np-viral-trend-grid { columns: 1; grid-template-columns: 1fr; }
    .np-viral-photo-mosaic { grid-template-columns: 1fr; }
}
@media (min-width: 1100px) {
    .np-viral-home-videos { display: grid; grid-template-columns: repeat(4, 1fr); overflow: visible; }
    .np-viral-video-card { flex: none; }
    .np-viral-video-card img { aspect-ratio: 16/9; }
}
@media (max-width: 520px) {
    .np-viral-heading { font-size: 22px; }
}

.np-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.np-stat { background: var(--np-card, #fff); border: 1px solid var(--np-border, #ddd); border-radius: 8px; padding: 14px; }
.np-stat-value { font-size: 28px; font-weight: 800; }
.np-stat-label { color: var(--np-text-muted, #666); font-size: 13px; }
