/*
Theme Name: Series em Cena
Theme URI: https://example.com/series-em-cena
Author: Codex
Description: Tema WordPress convertido do clone React/Vite Series em Cena.
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: series-em-cena
Tags: blog, news, entertainment, custom-logo
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif !important;
  transition: opacity 0.12s ease;
}

html,
body,
#page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html,
body {
  overscroll-behavior-x: none;
}

.font-sans,
body,
p,
li,
blockquote,
span,
a,
button,
input,
textarea {
  font-family: 'Open Sans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="subtitle"],
.sec-subtitle {
  font-family: 'Manrope', sans-serif !important;
}

html.sec-preload body {
  opacity: 0;
}

.horizontal-scroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  touch-action: pan-x pan-y pinch-zoom;
  overscroll-behavior-x: contain;
}

.horizontal-scroll:active {
  cursor: grabbing;
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.sec-nav-pill {
  background: #d692f1 !important;
}

.sec-nav-pill:hover {
  background: #c87eea !important;
}

header .bg-purple-200 {
  background-color: #d692f1 !important;
}

.sec-logo-dark {
  display: none;
}

header {
  position: fixed !important;
  top: var(--sec-top-fixed-offset, 0px);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 120;
}

body.home header,
body.page-template-template-bolao-oscar header,
body.sec-oscar-app-body header {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

#page {
  padding-top: calc(var(--sec-header-offset, 128px) + var(--sec-top-fixed-offset, 0px));
}

body.home #page,
body.page-template-template-bolao-oscar #page,
body.sec-oscar-app-body #page {
  padding-top: 0 !important;
}

.sec-brand-hbo-max {
  color: #6d28d9 !important;
}

.sec-topic-highlight {
  color: #a855f7;
}

.sec-mobile-logo-link {
  max-width: min(58vw, 180px);
  margin-right: 0.6rem;
}

.sec-mobile-logo-link img {
  max-width: 100%;
}

.sec-header-actions {
  padding-left: 0.65rem;
}

body.theme-dark .sec-logo-light,
html.theme-dark-boot body .sec-logo-light {
  display: none !important;
}

body.theme-dark .sec-logo-dark,
html.theme-dark-boot body .sec-logo-dark {
  display: inline-block !important;
}

.sec-hero-slider {
  gap: 1rem;
}

.sec-hero-slide {
  flex: 0 0 85%;
  width: 85%;
  aspect-ratio: 4 / 5;
}

.sec-hero-slide img {
  display: block;
}

.sec-slider-gradient-underline {
  background: linear-gradient(90deg, #d55fe6 0%, #d7ef63 100%);
  bottom: 0 !important;
}

.sec-slider-gradient-underline.bottom-1 {
  bottom: 0 !important;
}

@media (min-width: 768px) {
  .sec-slider-gradient-underline.md\:bottom-2 {
    bottom: 0 !important;
  }
}

@media (min-width: 640px) {
  .sec-hero-slide {
    flex-basis: 72%;
    width: 72%;
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 1024px) {
  .sec-hero-slide {
    flex-basis: 70%;
    width: 70%;
    aspect-ratio: 21 / 9;
  }
}

.custom-logo-link img,
.custom-logo {
  max-height: 48px;
  width: auto;
}

.prose p {
  margin-bottom: 1.25rem;
}

body.single-post .prose h2 {
  display: block;
  clear: both;
  margin: 2rem 0 1rem;
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
}

body.single-post .prose h2 + p {
  margin-top: 0;
}

body.single-post .prose .wp-block-embed,
body.single-post .prose .wp-block-embed.is-type-video,
body.single-post .prose .wp-block-embed__wrapper,
body.single-post .prose iframe,
body.single-post .prose embed,
body.single-post .prose object {
  display: block;
  clear: both;
  width: 100%;
  max-width: 100%;
}

body.single-post .prose .wp-block-embed,
body.single-post .prose iframe,
body.single-post .prose embed,
body.single-post .prose object {
  margin: 1.75rem 0;
}

/* In-content media style for single post body */
body.single-post .prose figure.wp-block-image,
body.single-post .prose figure.wp-block-gallery,
body.single-post .prose .wp-caption {
  margin: 1.75rem auto 1.5rem;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
}

body.single-post .prose figure.wp-block-image img,
body.single-post .prose figure.wp-block-gallery img,
body.single-post .prose .wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  margin: 0;
}

body.single-post .prose figure.wp-block-image figcaption,
body.single-post .prose figure.wp-block-gallery figcaption,
body.single-post .prose .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0.75rem 1rem 0.9rem;
  font-size: 0.95rem;
  line-height: 1.25;
  text-align: center;
  color: #6b6b6b;
  background: #d9d9d9;
}

body.single-post .prose p > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Prevent in-article ad overlays from cutting paragraph text on desktop. */
@media (min-width: 768px) {
  body.single-post .prose [id^="sec-ad-"],
  body.single-post .prose [data-ad-slot],
  body.single-post .prose .adsbygoogle,
  body.single-post .prose [id^="google_ads_iframe"],
  body.single-post .prose iframe[src*="doubleclick.net"],
  body.single-post .prose iframe[src*="googlesyndication.com"],
  body.single-post .prose p > .adsbygoogle,
  body.single-post .prose p > [id^="google_ads_iframe"],
  body.single-post .prose p > iframe[src*="doubleclick.net"],
  body.single-post .prose p > iframe[src*="googlesyndication.com"] {
    display: block !important;
    float: none !important;
    clear: both !important;
    position: static !important;
    margin: 1.5rem 0 !important;
    z-index: 1 !important;
  }
}

@media (min-width: 768px) {
  body.single-post .hidden.md\:block .prose a {
    color: #9333ea;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  body.single-post .hidden.md\:block .prose a:hover {
    color: #7e22ce;
  }

  body.single-post .sec-desktop-single-sidebar {
    position: sticky;
    top: 96px;
    align-self: start;
    height: fit-content;
    max-height: none;
    overflow: visible;
  }
}

.sec-mobile-content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sec-mobile-content .prose p {
  margin-bottom: 1.5rem;
}

.sec-mobile-content .prose h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
}

body.single-post .md\:hidden .prose a {
  color: #9333ea;
  text-decoration: none;
}

body.single-post .md\:hidden .prose a:hover {
  color: #7e22ce;
}

.sec-hero-caption-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  max-width: 82%;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  isolation: isolate;
  background: rgba(20, 20, 24, 0.5) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  line-height: 1.25;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  #sec-header-main {
    gap: 0.75rem;
  }

  .sec-header-left {
    gap: 0.85rem;
  }

  .sec-mobile-kicker-pill,
  .sec-mobile-cat-pill {
    max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sec-mobile-kicker-text {
    color: #a855f7;
    font-size: 1.06rem;
    line-height: 1.2;
  }

  .sec-mobile-hero-card figure .sec-mobile-cat-pill {
    max-width: 52%;
    z-index: 20;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  }

  .sec-mobile-caption-wrap {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.32) 38%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(7px) saturate(120%);
    -webkit-backdrop-filter: blur(7px) saturate(120%);
  }

  .sec-mobile-caption-text {
    display: block;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    font-size: 0.92rem;
    line-height: 1.25;
    font-weight: 700;
  }

  .sec-hero-caption-badge {
    right: 0.6rem;
    bottom: 0.6rem;
    max-width: calc(100% - 1.2rem);
    font-size: 0.72rem;
    line-height: 1.2;
    padding: 0.4rem 0.72rem;
  }
}

.sec-section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.35rem;
}

.sec-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d55fe6 0%, #d7ef63 100%);
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.theme-dark {
  background: #0f1115;
  color: #e5e7eb;
}

html.theme-dark-boot body {
  background: #0f1115;
  color: #e5e7eb;
}

body.theme-dark main,
body.theme-dark .bg-white {
  background-color: #111827 !important;
  color: #e5e7eb !important;
}

body.theme-dark header {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
}

body.theme-dark .text-gray-900 {
  color: #f3f4f6 !important;
}

body.theme-dark .text-gray-500,
body.theme-dark .text-gray-600,
body.theme-dark .text-gray-700 {
  color: #9ca3af !important;
}

body.theme-dark .bg-gray-100,
body.theme-dark .bg-gray-50 {
  background-color: #1f2937 !important;
}

/* Dark Mode v2 - aligned with provided visual reference */
body.theme-dark,
html.theme-dark-boot body {
  background: radial-gradient(circle at 20% 10%, #2a2d34 0%, #17191e 38%, #0f1115 100%) !important;
  color: #f4f4f5;
}

body.theme-dark #page,
body.theme-dark main,
body.theme-dark .bg-white {
  background: transparent !important;
  color: #f4f4f5 !important;
}

/* Keep bright lime header in dark mode as in reference */
body.theme-dark header {
  background: #d6ee6f !important;
  border-color: #c4db64 !important;
}

body.theme-dark header a,
body.theme-dark header button,
body.theme-dark header span {
  color: #101010 !important;
}

body.theme-dark #sec-search-overlay {
  background: #d6ee6f !important;
}

/* Primary text hierarchy */
body.theme-dark .text-gray-900 {
  color: #f7f7f8 !important;
}

body.theme-dark .text-gray-700 {
  color: #dbdde0 !important;
}

body.theme-dark .text-gray-600,
body.theme-dark .text-gray-500 {
  color: #c7c9ce !important;
}

body.theme-dark .prose,
body.theme-dark .prose p,
body.theme-dark .prose li {
  color: #f1f1f3 !important;
}

body.theme-dark .prose figure.wp-block-image figcaption,
body.theme-dark .prose figure.wp-block-gallery figcaption,
body.theme-dark .prose .wp-caption .wp-caption-text {
  background: #3f434d !important;
  color: #e8ebf0 !important;
}

/* Cards and sections */
body.theme-dark [class*="bg-[#efefef]"] {
  background-color: #56585d !important;
}

body.theme-dark [class*="bg-[#1f1f1f]"],
body.theme-dark [class*="bg-[#1a1a1a]"],
body.theme-dark [class*="bg-[#2a2a2a]"] {
  background-color: #2d2f35 !important;
}

body.theme-dark .bg-gray-50 {
  background-color: #3b3d43 !important;
}

body.theme-dark .bg-gray-100 {
  background-color: #9a9ca1 !important;
}

body.theme-dark .bg-gray-200 {
  background-color: #4a4d53 !important;
}

body.theme-dark .border-gray-100,
body.theme-dark .border-gray-200,
body.theme-dark .border-gray-300 {
  border-color: rgba(255, 255, 255, 0.22) !important;
}

/* Keep ad boxes light gray in dark */
body.theme-dark .tracking-\[0\.2em\] {
  color: #3a3a3a !important;
}

/* Footer becomes deep dark strip in dark mode */
body.theme-dark footer {
  background: #0c0d10 !important;
  color: #f4f4f5 !important;
}

body.theme-dark footer .bg-white\/20 {
  background: rgba(255, 255, 255, 0.12) !important;
}

body.theme-dark footer .text-white\/80,
body.theme-dark footer .text-white\/90 {
  color: #d7d7da !important;
}

/* Mobile article dark palette (updated mock) */
body.theme-dark .sec-mobile-hero-card {
  background: #53555a !important;
}

body.theme-dark .sec-mobile-cat-pill {
  background: #d6ee6f !important;
  color: #1a1b1f !important;
}

body.theme-dark .sec-mobile-kicker-pill {
  background: #26282d !important;
  color: #f4f4f5 !important;
}

body.theme-dark .sec-mobile-main-title {
  color: #f5f5f6 !important;
}

body.theme-dark .sec-mobile-main-subtitle {
  color: #d6d8dc !important;
}

body.theme-dark .sec-mobile-hero-card .text-gray-700 {
  color: #e4e5e8 !important;
}

body.theme-dark .sec-mobile-hero-card .text-gray-900 {
  color: #ffffff !important;
}

body.theme-dark .sec-mobile-hero-card figcaption {
  color: #f3f4f6 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

body.theme-dark .sec-hero-caption-badge {
  background: rgba(28, 31, 37, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
}

body.theme-dark.home main a,
body.theme-dark.blog main a {
  color: #f3f4f6;
}

body.theme-dark.home main a:hover,
body.theme-dark.blog main a:hover,
body.theme-dark.home main a:active,
body.theme-dark.blog main a:active {
  color: #e7fb8a;
}

body.theme-dark .sec-topic-highlight {
  color: #d6ee6f;
}

@media (max-width: 767px) {
  body.theme-dark .md\:hidden {
    color: #ececef;
  }

  body.theme-dark .md\:hidden .bg-white {
    background: transparent !important;
  }

  body.theme-dark .sec-mobile-hero-card {
    background: #3c404a !important;
  }

  body.theme-dark .sec-mobile-cat-pill {
    background: #d6ee6f !important;
    color: #111217 !important;
  }

  body.theme-dark .sec-mobile-kicker-pill {
    background: #6a6d74 !important;
    color: #f2f3f6 !important;
  }

  body.theme-dark .sec-mobile-kicker-text {
    color: #d8b4fe !important;
  }

  body.theme-dark .sec-mobile-caption-wrap {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0) 100%);
  }

  body.theme-dark .sec-mobile-main-title {
    color: #ececef !important;
  }

  body.theme-dark .sec-mobile-main-subtitle {
    color: #bfc3cc !important;
  }

  body.theme-dark .md\:hidden .text-gray-900 {
    color: #ececef !important;
  }

  body.theme-dark .md\:hidden .text-gray-700 {
    color: #dbdde2 !important;
  }

  body.theme-dark .md\:hidden .text-gray-600,
  body.theme-dark .md\:hidden .text-gray-500 {
    color: #bfc3cc !important;
  }

  body.theme-dark .md\:hidden .prose,
  body.theme-dark .md\:hidden .prose p,
  body.theme-dark .md\:hidden .prose li {
    color: #ececef !important;
  }

  body.theme-dark .md\:hidden .prose strong {
    color: #d6ee6f !important;
    font-weight: 800;
  }

  body.theme-dark .md\:hidden .prose a {
    color: #d6ee6f !important;
    text-decoration: none;
  }

  body.theme-dark .md\:hidden .prose a:hover {
    color: #e6fb83 !important;
  }

  body.theme-dark .md\:hidden .prose figure.wp-block-image figcaption,
  body.theme-dark .md\:hidden .prose figure.wp-block-gallery figcaption,
  body.theme-dark .md\:hidden .prose .wp-caption .wp-caption-text {
    background: #434851 !important;
    color: #eceff4 !important;
  }

  body.theme-dark .md\:hidden .bg-gray-50 {
    background-color: #3c404a !important;
  }

  body.theme-dark .md\:hidden .bg-gray-100 {
    background-color: #4a4d55 !important;
  }

  body.theme-dark .md\:hidden .bg-gray-200 {
    background-color: #5b5f68 !important;
  }

  body.theme-dark .md\:hidden .border-gray-100,
  body.theme-dark .md\:hidden .border-gray-200,
  body.theme-dark .md\:hidden .border-gray-300 {
    border-color: rgba(255, 255, 255, 0.12) !important;
  }

  body.theme-dark .sec-mobile-author-search {
    background: #4a4d55 !important;
    color: #ececef !important;
  }
}

/* Desktop dark mode refinements to match provided mockups */
@media (min-width: 768px) {
  body.theme-dark,
  html.theme-dark-boot body {
    background: radial-gradient(circle at 28% 8%, #2a2d35 0%, #161a22 42%, #0c111a 100%) !important;
    color: #ececef;
  }

  body.theme-dark #page,
  body.theme-dark main {
    background: transparent !important;
  }

  body.theme-dark .hidden.md\:block .text-gray-900 {
    color: #ececef !important;
  }

  body.theme-dark .hidden.md\:block .text-gray-700 {
    color: #dbdde2 !important;
  }

  body.theme-dark .hidden.md\:block .text-gray-600,
  body.theme-dark .hidden.md\:block .text-gray-500 {
    color: #bfc3cc !important;
  }

  body.theme-dark .hidden.md\:block .prose,
  body.theme-dark .hidden.md\:block .prose p,
  body.theme-dark .hidden.md\:block .prose li {
    color: #ececef !important;
  }

  body.theme-dark .hidden.md\:block .prose strong {
    color: #d6ee6f !important;
    font-weight: 800;
  }

  body.theme-dark .hidden.md\:block .prose a {
    color: #d6ee6f !important;
    text-decoration: none;
  }

body.theme-dark .hidden.md\:block .prose a:hover {
  color: #e6fb83 !important;
}

body.theme-dark .hidden.md\:block .not-prose a.hover\:bg-gray-50:hover,
body.theme-dark .hidden.md\:block .not-prose a[class*="hover:bg-gray-50"]:hover {
  background: rgba(214, 238, 111, 0.1) !important;
}

body.theme-dark .hidden.md\:block .prose figure.wp-block-image figcaption,
body.theme-dark .hidden.md\:block .prose figure.wp-block-gallery figcaption,
body.theme-dark .hidden.md\:block .prose .wp-caption .wp-caption-text {
    background: #434851 !important;
    color: #eceff4 !important;
  }

  body.theme-dark .hidden.md\:block .bg-gray-50 {
    background-color: #3c404a !important;
  }

  body.theme-dark .hidden.md\:block .bg-gray-100 {
    background-color: #4a4d55 !important;
  }

  body.theme-dark .hidden.md\:block .bg-gray-200 {
    background-color: #5b5f68 !important;
  }

  body.theme-dark .hidden.md\:block .border-gray-100,
  body.theme-dark .hidden.md\:block .border-gray-200,
  body.theme-dark .hidden.md\:block .border-gray-300 {
    border-color: rgba(255, 255, 255, 0.12) !important;
  }

  body.theme-dark .sec-desktop-cat-pill {
    background: #d6ee6f !important;
    color: #111217 !important;
  }

  body.theme-dark .sec-desktop-kicker-pill {
    background: #6a6d74 !important;
    color: #f2f3f6 !important;
  }

  body.theme-dark .sec-desktop-single-sidebar .text-\[\#a855f7\],
  body.theme-dark .hidden.md\:block .text-\[\#a855f7\] {
    color: #d6ee6f !important;
  }

  body.theme-dark .sec-desktop-single-sidebar .bg-white {
    background-color: #3f434d !important;
  }

  body.theme-dark .sec-desktop-single-sidebar [class*="hover:bg-[#a855f7]"]:hover {
    background-color: #d6ee6f !important;
    color: #101114 !important;
    border-color: #d6ee6f !important;
  }

  body.theme-dark .tracking-\[0\.2em\] {
    color: #2d3138 !important;
  }

  body.theme-dark footer {
    background: #07090e !important;
    color: #eef0f4 !important;
  }

  body.theme-dark footer .h-px {
    background: rgba(255, 255, 255, 0.12) !important;
  }

  body.theme-dark footer a.bg-white\/20 {
    background: #31353d !important;
    color: #f2f3f5 !important;
  }

  body.theme-dark footer a.bg-white\/20:hover {
    background: #444951 !important;
  }

  body.theme-dark footer .text-white\/80,
  body.theme-dark footer .text-white\/90 {
    color: #d7dbe2 !important;
  }

  body.theme-dark footer .hover\:text-black:hover {
    color: #d6ee6f !important;
  }
}

/* Custom CSS (persistent overrides) */
@media (min-width: 768px) {
  .md\:bottom-2 {
    bottom: 0rem;
  }
}

@media (min-width: 1024px) {
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.leading-snug {
  line-height: 1.525;
  font-size: 19px;
}

.text-xs {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 13px !important;
}

.border-t-\[3px\] {
  border-top-width: 1px;
}

@media (max-width: 767px) {
  .sec-mobile-kicker-pill,
  .sec-mobile-cat-pill {
    font-size: 13px !important;
  }
}

.leading-\[1\.08\] {
  line-height: 1.2;
}

.sec-hero-caption-badge {
  font-weight: 300;
}

.prose p {
  margin-bottom: 1.5rem;
  font-size: 19px;
}

.text-base {
  font-size: 1.3rem;
}

.leading-none {
  line-height: 1.5;
}

body.single-post .prose figure.wp-block-image figcaption,
body.single-post .prose figure.wp-block-gallery figcaption,
body.single-post .prose .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0.75rem 1rem 0.9rem;
  font-size: 0.8rem;
  line-height: 1.25;
  text-align: center;
}

.leading-tight {
  line-height: 1.45;
}

.text-\[15px\] {
  font-size: 13px !important;
}

.leading-tight {
  line-height: 1.45;
}

.text-\[10px\] {
  font-size: 13px;
}

.sec-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d55fe6 0%, #d7ef63 100%);
}

@media (min-width: 1024px) {
  .lg\:text-5xl {
    font-size: 2.7em;
    font-weight: 800;
  }
}

.text-\[46px\] {
  font-size: 36px;
}

.aspect-\[16\/9\] {
  aspect-ratio: 12 / 9;
}

/* H2 no corpo dos artigos */
.sec-mobile-content .prose h2,
.prose.prose-xl h2,
.prose.prose-lg h2 {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
}

@media (max-width: 767px) {
  .sec-mobile-content .prose h2,
  .prose.prose-xl h2,
  .prose.prose-lg h2 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
  }
}

/* H3 no corpo dos artigos */
.sec-mobile-content .prose h3,
.prose.prose-xl h3,
.prose.prose-lg h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
}

@media (max-width: 767px) {
  .sec-mobile-content .prose h3,
  .prose.prose-xl h3,
  .prose.prose-lg h3 {
    font-size: 1.1rem;
    line-height: 1.25;
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
  }
}

@media (max-width: 767px) {
  .sec-dorama-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .sec-dorama-block-title {
    font-size: 2.2rem;
    line-height: 1.15;
  }

  .sec-dorama-post-title {
    font-size: 1.72rem;
    line-height: 1.2;
  }

  .sec-dorama-related-title {
    font-size: 1.22rem;
    line-height: 1.32;
  }

  .sec-topic-card-title {
    font-size: 1.24rem;
    line-height: 1.26;
  }

  .sec-latest-site-title {
    font-size: 1.24rem;
    line-height: 1.26;
  }
}

/* Tag archive TMDB showcase */
.sec-tag-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #f5f5f3;
  border: 1px solid #e8e8e3;
}

.sec-tag-showcase.has-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 245, 243, 0.96) 0%, rgba(245, 245, 243, 0.9) 42%, rgba(245, 245, 243, 0.82) 100%);
  z-index: 1;
}

.sec-tag-showcase-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(10px) saturate(0.95);
  transform: scale(1.06);
  opacity: 0.28;
}

.sec-tag-showcase-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.25rem;
  padding: 1.25rem;
  align-items: start;
}

.sec-tag-showcase-poster-wrap {
  width: 100%;
}

.sec-tag-showcase-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  border-radius: 0.9rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

.sec-tag-showcase-title {
  margin: 0 0 0.7rem;
  color: #111827;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.1;
}

.sec-tag-showcase-year {
  font-weight: 600;
  color: #4b5563;
  font-size: 0.9em;
}

.sec-tag-showcase-overview {
  margin: 0 0 1rem;
  color: #374151;
  line-height: 1.45;
}

.sec-tag-showcase-meta {
  display: grid;
  gap: 0.55rem;
}

.sec-tag-showcase-meta-item {
  display: grid;
  gap: 0.1rem;
}

.sec-tag-showcase-meta-label {
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sec-tag-showcase-meta-value {
  color: #111827;
  font-weight: 600;
  line-height: 1.35;
}

.sec-tag-showcase-watch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: #d8b4fe;
  color: #2e1065;
  font-weight: 800;
  text-decoration: none;
}

.sec-tag-showcase-watch-link:hover {
  background: #c084fc;
}

@media (max-width: 767px) {
  .sec-tag-showcase-inner {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 1rem;
  }

  .sec-tag-showcase-poster-wrap {
    max-width: 180px;
  }

  .sec-tag-showcase-title {
    font-size: 1.4rem;
    line-height: 1.15;
  }

  .sec-tag-showcase-overview {
    font-size: 0.95rem;
  }

  .sec-tag-showcase-meta-value {
    font-size: 0.95rem;
  }

  .sec-tag-showcase-watch-link {
    width: 100%;
    text-align: center;
  }
}

body.theme-dark .sec-tag-showcase {
  background: #111827;
  border-color: #1f2937;
}

body.theme-dark .sec-tag-showcase.has-backdrop::after {
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.95) 0%, rgba(17, 24, 39, 0.88) 42%, rgba(17, 24, 39, 0.78) 100%);
}

body.theme-dark .sec-tag-showcase-title,
body.theme-dark .sec-tag-showcase-meta-value {
  color: #f9fafb;
}

body.theme-dark .sec-tag-showcase-overview {
  color: #d1d5db;
}

body.theme-dark .sec-tag-showcase-meta-label {
  color: #9ca3af;
}

body.theme-dark .sec-tag-showcase-watch-link {
  background: #d7ef63;
  color: #101827;
}

.sec-bolao-form {
    margin-top: 2.6rem;
    display: grid;
    gap: 1rem;
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .sec-incontent-ad {
    margin: 1.25rem auto !important;
    padding: 0 !important;
  }

  .sec-incontent-ad-label {
    font-size: 10px !important;
    letter-spacing: 0.28em !important;
    margin-bottom: 0.45rem !important;
  }

  .sec-ad-frame.sec-ad-300x250 {
    width: 300px !important;
    max-width: 300px !important;
    min-width: 300px !important;
    height: 250px !important;
    max-height: 250px !important;
    min-height: 250px !important;
    transform: scale(0.9);
    transform-origin: top center;
    margin-bottom: -25px !important; /* compensa o scale */
  }

  .sec-ad-frame.sec-ad-300x250 .adsbygoogle {
    width: 300px !important;
    height: 250px !important;
  }
}


