/*
Theme Name: ParruccoTV
Theme URI: https://parruccotv.local/
Author: ParruccoTV
Author URI: https://parruccotv.local/
 Description: Tema WordPress moderno e responsive per ParruccoTV: wrestling, gaming, sport, live e Fantawrestling.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parruccotv
Tags: blog, news, entertainment, custom-logo, custom-menu, featured-images, wide-blocks, elementor-ready
*/

:root {
  --ptv-bg: #070b14;
  --ptv-surface: #101827;
  --ptv-surface-2: #162236;
  --ptv-border: rgba(255, 255, 255, 0.12);
  --ptv-text: #f8fbff;
  --ptv-muted: #a9b6c9;
  --ptv-blue: #1687ff;
  --ptv-blue-dark: #0a4e9a;
  --ptv-orange: #ff8a1d;
  --ptv-white: #ffffff;
  --ptv-radius: 8px;
  --ptv-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --ptv-container: min(1180px, calc(100vw - 32px));
}

/* ParruccoTV premium restyle */
:root {
  --ptv-bg: #03050a;
  --ptv-surface: #0b1018;
  --ptv-surface-2: #111927;
  --ptv-border: rgba(255, 255, 255, 0.14);
  --ptv-text: #ffffff;
  --ptv-muted: #aeb7c8;
  --ptv-blue: #00d4ff;
  --ptv-blue-dark: #007a8a;
  --ptv-orange: #ff6a00;
  --ptv-green: #22c55e;
  --ptv-red: #ff1f2d;
  --ptv-shadow: 0 26px 90px rgba(0, 0, 0, 0.56);
}

body {
  background:
    linear-gradient(180deg, rgba(3, 5, 10, 0.92), rgba(3, 5, 10, 1) 52%),
    radial-gradient(circle at 76% 8%, rgba(0, 212, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 18% 18%, rgba(255, 106, 0, 0.15), transparent 30rem),
    #03050a;
}

.site-header {
  background: rgba(3, 5, 10, 0.86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.header-inner {
  min-height: 86px;
}

.custom-logo,
.fallback-logo {
  filter: drop-shadow(0 0 18px rgba(0, 212, 255, 0.25));
  max-height: 64px;
  width: auto;
}

.primary-menu {
  gap: 8px;
}

.primary-menu a {
  color: #f4f7fb;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  background: transparent;
  color: var(--ptv-blue);
  box-shadow: inset 0 -2px 0 var(--ptv-blue);
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(255, 106, 0, 0.32);
  min-height: 52px;
  padding: 14px 24px;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  box-shadow: 0 18px 46px rgba(255, 106, 0, 0.42);
  transform: translateY(-2px);
}

.button.secondary {
  background: linear-gradient(135deg, var(--ptv-blue), #42ecff);
  border: 0;
  box-shadow: 0 14px 34px rgba(0, 212, 255, 0.28);
  color: #001319;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ptv-white);
  box-shadow: none;
}

.premium-hero {
  min-height: calc(100vh - 86px);
  padding: 72px 0 60px;
}

.premium-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 212, 255, 0.22), transparent 34%),
    linear-gradient(270deg, rgba(255, 106, 0, 0.16), transparent 35%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.premium-hero .hero-grid {
  grid-template-columns: minmax(310px, 0.88fr) minmax(430px, 1.12fr);
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-size: clamp(3.2rem, 6.4vw, 7rem);
  text-transform: uppercase;
}

.hero-copy h2,
.fantawrestling-panel h2 {
  color: var(--ptv-blue);
  font-size: 1.6rem;
  line-height: 1.18;
  margin: 18px 0 0;
}

.hero-copy p {
  font-size: 1.15rem;
  max-width: 620px;
}

.hero-cinema {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 120px rgba(0, 0, 0, 0.72), 0 0 0 1px rgba(0, 212, 255, 0.12);
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.hero-cinema::after {
  background:
    linear-gradient(90deg, rgba(3, 5, 10, 0.12), transparent 28%, rgba(0, 0, 0, 0.05)),
    radial-gradient(circle at 25% 30%, rgba(255, 31, 45, 0.2), transparent 24%),
    radial-gradient(circle at 58% 24%, rgba(0, 212, 255, 0.22), transparent 28%),
    radial-gradient(circle at 84% 56%, rgba(34, 197, 94, 0.16), transparent 26%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-cinema img {
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
  transform: scale(1.02);
  width: 100%;
}

.hero-topic {
  background: rgba(3, 5, 10, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.hero-topic-wrestling {
  left: 22px;
  top: 22px;
}

.hero-topic-gaming {
  right: 28%;
  top: 22px;
}

.hero-topic-calcio {
  bottom: 22px;
  right: 22px;
}

.section {
  padding: 64px 0;
}

.section-title {
  text-transform: uppercase;
}

.section-kicker {
  color: var(--ptv-blue);
  letter-spacing: 0;
}

.live-showcase,
.fantawrestling-home {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.live-stage {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.live-feature {
  background: linear-gradient(145deg, rgba(16, 20, 30, 0.94), rgba(7, 10, 18, 0.94));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: var(--ptv-shadow);
}

.live-media {
  aspect-ratio: 16 / 8.4;
  position: relative;
}

.live-media img {
  filter: saturate(1.2) contrast(1.08);
}

.live-media::after {
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.live-media .live-badge {
  left: 18px;
  position: absolute;
  top: 18px;
  z-index: 2;
}

.live-badge {
  background: var(--ptv-red);
  border: 0;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
}

.live-dot {
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.16);
}

.live-feature-content h2,
.live-feature-content h3 {
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.live-side,
.live-api-card,
.live-empty {
  background:
    linear-gradient(145deg, rgba(0, 212, 255, 0.08), rgba(255, 106, 0, 0.08)),
    rgba(11, 16, 24, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--ptv-shadow);
  padding: 24px;
}

.live-side h3 {
  font-size: 1.6rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cards-grid {
  gap: 22px;
}

.post-card {
  background: linear-gradient(180deg, rgba(20, 26, 39, 0.96), rgba(8, 12, 20, 0.98));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.post-card:hover {
  border-color: rgba(0, 212, 255, 0.48);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5), 0 0 34px rgba(0, 212, 255, 0.12);
  transform: translateY(-7px);
}

.post-card-media {
  aspect-ratio: 16 / 10;
}

.post-card-media a {
  display: block;
  height: 100%;
}

.post-card-meta span:last-child {
  background: var(--ptv-orange);
  border-radius: 8px;
  color: #160900;
  font-weight: 900;
  padding: 4px 8px;
  text-transform: uppercase;
}

.post-card h3 {
  font-size: 1.28rem;
  text-transform: uppercase;
}

.read-more {
  color: var(--ptv-blue);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  margin-top: 16px;
  text-transform: uppercase;
}

.category-pills {
  gap: 18px;
}

.category-pill {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(11, 16, 24, 0.92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
  min-height: 170px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-pill::before {
  font-size: 2.5rem;
  line-height: 1;
}

.category-wrestling::before {
  content: "🤼";
}

.category-gaming::before {
  content: "🎮";
}

.category-calcio::before {
  content: "⚽";
}

.category-fanta::before {
  content: "🏆";
}

.category-pill strong {
  display: block;
  font-size: 1.35rem;
  margin-top: 16px;
  text-transform: uppercase;
}

.category-pill:hover {
  border-color: rgba(255, 106, 0, 0.48);
  transform: translateY(-6px);
}

.fantawrestling-grid {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 420px;
}

.fantawrestling-panel,
.fantawrestling-home {
  position: relative;
}

.fantawrestling-panel,
.fantawrestling-home .container {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 106, 0, 0.28), transparent 26rem),
    radial-gradient(circle at 78% 12%, rgba(0, 212, 255, 0.2), transparent 24rem),
    linear-gradient(145deg, rgba(13, 18, 31, 0.96), rgba(5, 8, 15, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--ptv-shadow);
}

.fantawrestling-home .container {
  padding: clamp(24px, 5vw, 48px);
}

.fantawrestling-panel {
  padding: clamp(28px, 5vw, 56px);
}

.fanta-button {
  font-size: 1.08rem;
  min-height: 62px;
  padding-inline: 34px;
}

.leaderboard-card {
  background: rgba(3, 5, 10, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: inset 0 0 40px rgba(0, 212, 255, 0.06);
  padding: 24px;
}

.leaderboard-card .trophy {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
}

.leaderboard-card h3 {
  font-size: 1.5rem;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.leaderboard-card ol {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.leaderboard-card li {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.leaderboard-card strong {
  color: var(--ptv-orange);
  font-size: 1.25rem;
}

.entry-content,
.archive-intro,
.sidebar-widget,
.comments-area {
  background: rgba(11, 16, 24, 0.88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.05), transparent),
    #020408;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
}

.footer-links a:hover,
.social-links a:hover {
  color: var(--ptv-blue);
}

.reveal,
.post-card,
.category-pill,
.live-feature,
.leaderboard-card {
  animation: ptvFadeIn 0.55s ease both;
}

@keyframes ptvFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .premium-hero {
    min-height: auto;
  }

  .premium-hero .hero-grid,
  .live-stage,
  .fantawrestling-grid {
    grid-template-columns: 1fr;
  }

  .hero-cinema {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 74px;
  }

  .custom-logo,
  .fallback-logo {
    max-height: 52px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-cinema {
    min-height: 220px;
  }

  .hero-topic {
    display: none;
  }

  .live-media {
    aspect-ratio: 16 / 10.5;
  }
}

/* ParruccoTV v1.0 definitive refinements */
.header-actions {
  gap: 14px;
}

.header-social-links,
.social-links,
.michele-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-social-links a,
.social-links a,
.michele-social-links a,
.michele-social-links span {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 36px;
  padding: 8px 11px;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.header-social-links a:hover,
.social-links a:hover,
.michele-social-links a:hover {
  border-color: rgba(0, 212, 255, 0.52);
  color: var(--ptv-blue);
  transform: translateY(-2px);
}

.button.is-disabled {
  cursor: not-allowed;
  filter: grayscale(0.35);
  opacity: 0.58;
  pointer-events: none;
}

.hero-collage {
  background: #050811;
  display: grid;
  gap: 2px;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 1fr 1fr;
}

.hero-collage::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 38%),
    radial-gradient(circle at 34% 34%, rgba(255, 31, 45, 0.26), transparent 30%),
    radial-gradient(circle at 66% 28%, rgba(0, 212, 255, 0.22), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(34, 197, 94, 0.22), transparent 30%);
}

.cinema-panel {
  align-items: end;
  display: flex;
  min-height: 180px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.cinema-panel::before,
.cinema-panel::after {
  content: "";
  position: absolute;
}

.cinema-panel::before {
  inset: 0;
  opacity: 0.95;
}

.cinema-panel::after {
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.9;
}

.cinema-panel span {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.cinema-wrestling {
  grid-row: 1 / 3;
}

.cinema-wrestling::before {
  background:
    linear-gradient(135deg, rgba(255, 31, 45, 0.42), rgba(0, 212, 255, 0.18)),
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.18), transparent 8rem),
    linear-gradient(180deg, #171923, #07080d);
}

.cinema-wrestling::after {
  background: linear-gradient(90deg, #111, #2a2d35);
  height: 72%;
  left: 33%;
  top: 14%;
  width: 34%;
}

.cinema-gaming::before {
  background:
    radial-gradient(circle at 54% 44%, rgba(0, 212, 255, 0.45), transparent 9rem),
    linear-gradient(135deg, #071524, #101624);
}

.cinema-gaming::after {
  background:
    radial-gradient(circle at 30% 48%, #1c2435 0 13%, transparent 14%),
    radial-gradient(circle at 70% 48%, #1c2435 0 13%, transparent 14%),
    linear-gradient(90deg, #0c111d, #222b3c);
  border-radius: 28px;
  height: 42%;
  left: 22%;
  top: 30%;
  width: 56%;
}

.cinema-calcio::before {
  background:
    radial-gradient(circle at 70% 70%, rgba(34, 197, 94, 0.32), transparent 10rem),
    linear-gradient(135deg, #08170f, #111827);
}

.cinema-calcio::after {
  background:
    radial-gradient(circle, #f5f5f5 0 28%, #151515 29% 35%, #f5f5f5 36% 100%);
  border: 3px solid rgba(255, 255, 255, 0.6);
  bottom: 18%;
  height: 88px;
  right: 18%;
  width: 88px;
}

.stream-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 31, 45, 0.28), rgba(0, 212, 255, 0.22)),
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.16), transparent 12rem),
    #070b14;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 180px;
  width: 100%;
}

.stream-play {
  border-bottom: 24px solid transparent;
  border-left: 34px solid #fff;
  border-top: 24px solid transparent;
  filter: drop-shadow(0 0 24px rgba(0, 212, 255, 0.6));
  height: 0;
  width: 0;
}

.countdown-placeholder {
  display: flex;
  gap: 10px;
  margin: 12px 0 16px;
}

.countdown-placeholder span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  min-width: 64px;
  padding: 8px 10px;
  text-align: center;
}

.video-mini-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.video-mini {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: 800;
  padding: 12px;
}

.category-pills {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.category-posa::before {
  content: "MP";
  color: var(--ptv-blue);
  font-size: 2rem;
  font-weight: 900;
}

.michele-posa-hero {
  background:
    radial-gradient(circle at 74% 18%, rgba(0, 212, 255, 0.2), transparent 28rem),
    radial-gradient(circle at 22% 30%, rgba(255, 106, 0, 0.16), transparent 26rem);
}

.michele-posa-grid {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 390px;
}

.posa-portrait-card {
  align-items: center;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(145deg, rgba(0, 212, 255, 0.16), rgba(255, 106, 0, 0.12)),
    rgba(11, 16, 24, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--ptv-shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.microphone-visual {
  background:
    linear-gradient(90deg, transparent 42%, #e8edf7 43% 57%, transparent 58%),
    radial-gradient(circle at 50% 30%, #202938 0 20%, #e8edf7 21% 29%, transparent 30%);
  height: 220px;
  margin-bottom: 24px;
  width: 180px;
}

.posa-portrait-card span {
  color: var(--ptv-blue);
  font-weight: 900;
  text-transform: uppercase;
}

.michele-social-section .container {
  background: rgba(11, 16, 24, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 42px);
}

.michele-social-links {
  gap: 12px;
}

.michele-social-links a,
.michele-social-links span {
  min-height: 48px;
  padding: 12px 16px;
}

.trophy {
  color: var(--ptv-orange);
  font-size: 0;
}

.trophy::before {
  content: "TROPHY";
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .category-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .michele-posa-grid {
    grid-template-columns: 1fr;
  }

  .header-social-links {
    display: none;
  }
}

@media (max-width: 640px) {
  .category-pills {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 170px);
  }

  .cinema-wrestling {
    grid-row: auto;
  }

  .countdown-placeholder span {
    min-width: 0;
    width: 100%;
  }
}

/* Hero premium image panels */
.cinema-panel::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transform: scale(1.01);
}

.cinema-panel::after {
  display: none;
}

.cinema-wrestling::before {
  background-image:
    linear-gradient(180deg, rgba(3, 5, 10, 0.04), rgba(3, 5, 10, 0.36)),
    url("assets/images/hero-wrestling-premium.png");
  background-position: center;
}

.cinema-gaming::before {
  background-image:
    linear-gradient(180deg, rgba(3, 5, 10, 0.06), rgba(3, 5, 10, 0.34)),
    url("assets/images/hero-gaming-premium.png");
  background-position: center;
}

.cinema-calcio::before {
  background-image:
    linear-gradient(180deg, rgba(3, 5, 10, 0.03), rgba(3, 5, 10, 0.32)),
    url("assets/images/hero-calcio-premium.png");
  background-position: center;
}

.cinema-panel span {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.75);
}

/* Final publication fixes: official header logo and balanced hero */
.site-branding {
  flex: 0 0 auto;
  max-width: 230px;
}

.official-header-logo {
  display: block;
  filter: drop-shadow(0 0 16px rgba(0, 212, 255, 0.22));
  height: auto;
  max-height: 68px;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.premium-hero .hero-grid {
  align-items: center;
  column-gap: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(360px, 43fr);
}

.premium-hero .hero-copy {
  max-width: 720px;
  min-width: 0;
  position: relative;
  z-index: 3;
}

.premium-hero .hero-collage,
.premium-hero .hero-cinema {
  justify-self: end;
  max-width: 590px;
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.premium-hero .hero-actions {
  position: relative;
  z-index: 4;
}

@media (max-width: 1180px) {
  .official-header-logo {
    max-height: 58px;
    max-width: 190px;
  }

  .premium-hero .hero-grid {
    grid-template-columns: minmax(0, 54fr) minmax(320px, 42fr);
  }
}

@media (max-width: 980px) {
  .premium-hero .hero-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .premium-hero .hero-copy {
    max-width: 760px;
  }

  .premium-hero .hero-collage,
  .premium-hero .hero-cinema {
    justify-self: stretch;
    max-width: none;
    order: 2;
  }
}

@media (max-width: 640px) {
  .official-header-logo {
    max-height: 50px;
    max-width: 165px;
  }

  .premium-hero {
    padding-top: 38px;
  }

  .premium-hero .hero-copy {
    order: 1;
  }

  .premium-hero .hero-actions {
    order: initial;
  }

  .premium-hero .hero-collage,
  .premium-hero .hero-cinema {
    margin-top: 6px;
    order: 2;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(22, 135, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(255, 138, 29, 0.14), transparent 22rem),
    var(--ptv-bg);
  color: var(--ptv-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-shell {
  min-height: 100vh;
}

.container {
  margin-inline: auto;
  width: var(--ptv-container);
}

.site-header {
  background: rgba(7, 11, 20, 0.88);
  border-bottom: 1px solid var(--ptv-border);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
  min-height: 78px;
}

.site-branding {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.custom-logo {
  max-height: 54px;
  width: auto;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--ptv-blue), var(--ptv-orange));
  border-radius: 8px;
  color: var(--ptv-white);
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  letter-spacing: 0;
  width: 54px;
}

.site-title {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.1;
}

.site-description {
  color: var(--ptv-muted);
  display: block;
  font-size: 0.78rem;
  line-height: 1.2;
}

.primary-navigation {
  justify-self: end;
}

.menu-toggle {
  align-items: center;
  background: var(--ptv-surface);
  border: 1px solid var(--ptv-border);
  border-radius: 8px;
  color: var(--ptv-text);
  cursor: pointer;
  display: none;
  height: 42px;
  justify-content: center;
  padding: 0 12px;
}

.primary-menu,
.footer-menu {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  border-radius: 8px;
  color: var(--ptv-muted);
  display: block;
  font-size: 0.94rem;
  font-weight: 750;
  padding: 10px 12px;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  background: rgba(22, 135, 255, 0.14);
  color: var(--ptv-white);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  align-items: center;
  background: linear-gradient(135deg, var(--ptv-orange), #ffaf45);
  border: 0;
  border-radius: 8px;
  color: #1d1003;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  text-decoration: none;
}

.button.secondary {
  background: rgba(22, 135, 255, 0.15);
  border: 1px solid rgba(22, 135, 255, 0.42);
  color: var(--ptv-white);
}

.button.ghost {
  background: transparent;
  border: 1px solid var(--ptv-border);
  color: var(--ptv-white);
}

.site-main {
  min-height: 60vh;
}

.hero {
  overflow: hidden;
  padding: 76px 0 42px;
  position: relative;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.eyebrow {
  color: var(--ptv-orange);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero h1,
.page-title {
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  max-width: 980px;
}

.hero p {
  color: var(--ptv-muted);
  font-size: 1.15rem;
  margin: 22px 0 0;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel {
  background: linear-gradient(145deg, rgba(16, 24, 39, 0.96), rgba(22, 34, 54, 0.88));
  border: 1px solid var(--ptv-border);
  border-radius: 8px;
  box-shadow: var(--ptv-shadow);
  overflow: hidden;
}

.signal-strip {
  background: linear-gradient(90deg, var(--ptv-blue), var(--ptv-orange));
  height: 6px;
}

.hero-panel-body {
  padding: 24px;
}

.live-badge {
  align-items: center;
  background: rgba(255, 138, 29, 0.14);
  border: 1px solid rgba(255, 138, 29, 0.35);
  border-radius: 8px;
  color: #ffd5aa;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 8px;
  padding: 7px 10px;
}

.live-dot {
  background: #ff3b3b;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(255, 59, 59, 0.14);
  height: 9px;
  width: 9px;
}

.hero-panel h2 {
  font-size: 1.65rem;
  line-height: 1.15;
  margin: 18px 0 10px;
}

.hero-panel p {
  color: var(--ptv-muted);
  margin: 0 0 18px;
}

.section {
  padding: 52px 0;
}

.section-header {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.section-title {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.05;
  margin: 0;
}

.section-kicker {
  color: var(--ptv-orange);
  font-size: 0.78rem;
  font-weight: 900;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.muted {
  color: var(--ptv-muted);
}

.cards-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
  background: rgba(16, 24, 39, 0.86);
  border: 1px solid var(--ptv-border);
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.post-card:hover {
  border-color: rgba(22, 135, 255, 0.46);
  transform: translateY(-3px);
}

.post-card-media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(22, 135, 255, 0.35), rgba(255, 138, 29, 0.28));
  overflow: hidden;
}

.post-card-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.post-card-body {
  padding: 18px;
}

.post-meta,
.post-card-meta {
  color: var(--ptv-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  gap: 8px;
  margin-bottom: 8px;
}

.post-card h3 {
  font-size: 1.2rem;
  line-height: 1.22;
  margin: 0 0 10px;
}

.post-card p {
  color: var(--ptv-muted);
  margin: 0;
}

.category-pills {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-pill {
  background: linear-gradient(145deg, rgba(22, 135, 255, 0.14), rgba(255, 138, 29, 0.1));
  border: 1px solid var(--ptv-border);
  border-radius: 8px;
  display: block;
  font-weight: 900;
  padding: 18px;
}

.category-pill span {
  color: var(--ptv-muted);
  display: block;
  font-size: 0.86rem;
  font-weight: 650;
  margin-top: 4px;
}

.content-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: 48px 0;
}

.entry-content,
.archive-intro,
.sidebar-widget,
.comments-area {
  background: rgba(16, 24, 39, 0.78);
  border: 1px solid var(--ptv-border);
  border-radius: 8px;
  padding: 24px;
}

.entry-content {
  overflow-wrap: break-word;
}

.entry-content a {
  color: #7ec2ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  line-height: 1.12;
}

.entry-content iframe,
.entry-content embed,
.entry-content object {
  max-width: 100%;
}

.entry-content .alignwide {
  max-width: 100%;
}

.sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.sidebar-widget h2,
.sidebar-widget h3 {
  font-size: 1.1rem;
  margin: 0 0 12px;
}

.sidebar-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget li + li {
  border-top: 1px solid var(--ptv-border);
  margin-top: 10px;
  padding-top: 10px;
}

.ad-slot {
  align-items: center;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.05) 10px, rgba(255,255,255,0.02) 10px, rgba(255,255,255,0.02) 20px);
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--ptv-muted);
  display: flex;
  justify-content: center;
  min-height: 110px;
  padding: 18px;
  text-align: center;
}

.live-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.1fr 0.9fr;
}

.live-feature {
  background: rgba(16, 24, 39, 0.86);
  border: 1px solid var(--ptv-border);
  border-radius: 8px;
  overflow: hidden;
}

.live-feature-content {
  padding: 22px;
}

.fantawrestling-panel {
  background:
    linear-gradient(120deg, rgba(22, 135, 255, 0.2), rgba(255, 138, 29, 0.16)),
    rgba(16, 24, 39, 0.9);
  border: 1px solid var(--ptv-border);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 42px);
}

.site-footer {
  background: #050812;
  border-top: 1px solid var(--ptv-border);
  margin-top: 48px;
  padding: 44px 0 24px;
}

.footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.25fr repeat(3, 1fr);
}

.footer-title {
  font-size: 1rem;
  margin: 0 0 12px;
}

.footer-links,
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li + li,
.social-links li + li {
  margin-top: 8px;
}

.footer-links a,
.social-links a {
  color: var(--ptv-muted);
}

.footer-bottom {
  border-top: 1px solid var(--ptv-border);
  color: var(--ptv-muted);
  font-size: 0.86rem;
  margin-top: 34px;
  padding-top: 20px;
}

.pagination,
.posts-navigation,
.post-navigation {
  margin-top: 28px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-numbers,
.nav-links a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--ptv-border);
  border-radius: 8px;
  display: inline-flex;
  padding: 9px 13px;
}

.page-numbers.current {
  background: var(--ptv-blue);
  color: var(--ptv-white);
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .primary-navigation {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .primary-menu {
    display: none;
    flex-direction: column;
    padding-bottom: 16px;
  }

  .primary-menu.is-open {
    display: flex;
  }

  .header-actions {
    display: none;
  }

  .hero-grid,
  .content-layout,
  .live-layout {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .category-pills,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root {
    --ptv-container: min(100vw - 22px, 1180px);
  }

  .hero {
    padding-top: 44px;
  }

  .cards-grid,
  .category-pills,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-header {
    align-items: start;
    flex-direction: column;
  }

  .button,
  .wp-block-button__link {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Final premium visual layer. Keep this block last. */
:root {
  --ptv-bg: #03050a;
  --ptv-surface: #0b1018;
  --ptv-surface-2: #111927;
  --ptv-border: rgba(255, 255, 255, 0.14);
  --ptv-text: #ffffff;
  --ptv-muted: #aeb7c8;
  --ptv-blue: #00d4ff;
  --ptv-blue-dark: #007a8a;
  --ptv-orange: #ff6a00;
  --ptv-green: #22c55e;
  --ptv-red: #ff1f2d;
  --ptv-shadow: 0 26px 90px rgba(0, 0, 0, 0.56);
}

body {
  background:
    linear-gradient(180deg, rgba(3, 5, 10, 0.92), rgba(3, 5, 10, 1) 52%),
    radial-gradient(circle at 76% 8%, rgba(0, 212, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 18% 18%, rgba(255, 106, 0, 0.15), transparent 30rem),
    #03050a;
}

.site-header {
  background: rgba(3, 5, 10, 0.86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.header-inner {
  min-height: 86px;
}

.custom-logo,
.fallback-logo {
  filter: drop-shadow(0 0 18px rgba(0, 212, 255, 0.25));
  max-height: 64px;
  width: auto;
}

.primary-menu {
  gap: 8px;
}

.primary-menu a {
  color: #f4f7fb;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  background: transparent;
  color: var(--ptv-blue);
  box-shadow: inset 0 -2px 0 var(--ptv-blue);
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(255, 106, 0, 0.32);
  min-height: 52px;
  padding: 14px 24px;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  box-shadow: 0 18px 46px rgba(255, 106, 0, 0.42);
  transform: translateY(-2px);
}

.button.secondary {
  background: linear-gradient(135deg, var(--ptv-blue), #42ecff);
  border: 0;
  box-shadow: 0 14px 34px rgba(0, 212, 255, 0.28);
  color: #001319;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ptv-white);
  box-shadow: none;
}

.premium-hero {
  min-height: calc(100vh - 86px);
  padding: 72px 0 60px;
}

.premium-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 212, 255, 0.22), transparent 34%),
    linear-gradient(270deg, rgba(255, 106, 0, 0.16), transparent 35%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.premium-hero .hero-grid {
  grid-template-columns: minmax(310px, 0.88fr) minmax(430px, 1.12fr);
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-size: clamp(3.2rem, 6.4vw, 7rem);
  text-transform: uppercase;
}

.hero-copy h2,
.fantawrestling-panel h2 {
  color: var(--ptv-blue);
  font-size: 1.6rem;
  line-height: 1.18;
  margin: 18px 0 0;
}

.hero-copy p {
  font-size: 1.15rem;
  max-width: 620px;
}

.hero-cinema {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 120px rgba(0, 0, 0, 0.72), 0 0 0 1px rgba(0, 212, 255, 0.12);
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.hero-cinema::after {
  background:
    linear-gradient(90deg, rgba(3, 5, 10, 0.12), transparent 28%, rgba(0, 0, 0, 0.05)),
    radial-gradient(circle at 25% 30%, rgba(255, 31, 45, 0.2), transparent 24%),
    radial-gradient(circle at 58% 24%, rgba(0, 212, 255, 0.22), transparent 28%),
    radial-gradient(circle at 84% 56%, rgba(34, 197, 94, 0.16), transparent 26%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-cinema img {
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
  transform: scale(1.02);
  width: 100%;
}

.hero-topic {
  background: rgba(3, 5, 10, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.hero-topic-wrestling { left: 22px; top: 22px; }
.hero-topic-gaming { right: 28%; top: 22px; }
.hero-topic-calcio { bottom: 22px; right: 22px; }

.section {
  padding: 64px 0;
}

.section-title {
  text-transform: uppercase;
}

.section-kicker {
  color: var(--ptv-blue);
  letter-spacing: 0;
}

.live-showcase,
.fantawrestling-home {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.live-stage {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.live-feature {
  background: linear-gradient(145deg, rgba(16, 20, 30, 0.94), rgba(7, 10, 18, 0.94));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: var(--ptv-shadow);
}

.live-media {
  aspect-ratio: 16 / 8.4;
  position: relative;
}

.live-media img {
  filter: saturate(1.2) contrast(1.08);
}

.live-media::after {
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.live-media .live-badge {
  left: 18px;
  position: absolute;
  top: 18px;
  z-index: 2;
}

.live-badge {
  background: var(--ptv-red);
  border: 0;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
}

.live-dot {
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.16);
}

.live-feature-content h2,
.live-feature-content h3 {
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.live-side,
.live-api-card,
.live-empty {
  background:
    linear-gradient(145deg, rgba(0, 212, 255, 0.08), rgba(255, 106, 0, 0.08)),
    rgba(11, 16, 24, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--ptv-shadow);
  padding: 24px;
}

.live-side h3 {
  font-size: 1.6rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cards-grid {
  gap: 22px;
}

.post-card {
  background: linear-gradient(180deg, rgba(20, 26, 39, 0.96), rgba(8, 12, 20, 0.98));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.post-card:hover {
  border-color: rgba(0, 212, 255, 0.48);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5), 0 0 34px rgba(0, 212, 255, 0.12);
  transform: translateY(-7px);
}

.post-card-media {
  aspect-ratio: 16 / 10;
}

.post-card-media a {
  display: block;
  height: 100%;
}

.post-card-meta span:last-child {
  background: var(--ptv-orange);
  border-radius: 8px;
  color: #160900;
  font-weight: 900;
  padding: 4px 8px;
  text-transform: uppercase;
}

.post-card h3 {
  font-size: 1.28rem;
  text-transform: uppercase;
}

.read-more {
  color: var(--ptv-blue);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  margin-top: 16px;
  text-transform: uppercase;
}

.category-pills {
  gap: 18px;
}

.category-pill {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(11, 16, 24, 0.92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
  min-height: 170px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-pill::before {
  font-size: 2.5rem;
  line-height: 1;
}

.category-wrestling::before { content: "🤼"; }
.category-gaming::before { content: "🎮"; }
.category-calcio::before { content: "⚽"; }
.category-fanta::before { content: "🏆"; }

.category-pill strong {
  display: block;
  font-size: 1.35rem;
  margin-top: 16px;
  text-transform: uppercase;
}

.category-pill:hover {
  border-color: rgba(255, 106, 0, 0.48);
  transform: translateY(-6px);
}

.fantawrestling-grid {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 420px;
}

.fantawrestling-panel,
.fantawrestling-home .container {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 106, 0, 0.28), transparent 26rem),
    radial-gradient(circle at 78% 12%, rgba(0, 212, 255, 0.2), transparent 24rem),
    linear-gradient(145deg, rgba(13, 18, 31, 0.96), rgba(5, 8, 15, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--ptv-shadow);
}

.fantawrestling-home .container {
  padding: clamp(24px, 5vw, 48px);
}

.fantawrestling-panel {
  padding: clamp(28px, 5vw, 56px);
}

.fanta-button {
  font-size: 1.08rem;
  min-height: 62px;
  padding-inline: 34px;
}

.leaderboard-card {
  background: rgba(3, 5, 10, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: inset 0 0 40px rgba(0, 212, 255, 0.06);
  padding: 24px;
}

.leaderboard-card .trophy {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
}

.leaderboard-card h3 {
  font-size: 1.5rem;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.leaderboard-card ol {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.leaderboard-card li {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.leaderboard-card strong {
  color: var(--ptv-orange);
  font-size: 1.25rem;
}

.entry-content,
.archive-intro,
.sidebar-widget,
.comments-area {
  background: rgba(11, 16, 24, 0.88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.05), transparent),
    #020408;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
}

.footer-links a:hover,
.social-links a:hover {
  color: var(--ptv-blue);
}

.reveal,
.post-card,
.category-pill,
.live-feature,
.leaderboard-card {
  animation: ptvFadeIn 0.55s ease both;
}

@keyframes ptvFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .premium-hero {
    min-height: auto;
  }

  .premium-hero .hero-grid,
  .live-stage,
  .fantawrestling-grid {
    grid-template-columns: 1fr;
  }

  .hero-cinema {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 74px;
  }

  .custom-logo,
  .fallback-logo {
    max-height: 52px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-cinema {
    min-height: 220px;
  }

  .hero-topic {
    display: none;
  }

  .live-media {
    aspect-ratio: 16 / 10.5;
  }
}
