/*
 Theme Name: The Verificator
 Theme URI: https://theverificator.net
 Description: Child theme for The Verificator — FactsConfirmedLiesTerminated.exe
 Author: Alberto Escorcia
 Author URI: https://theverificator.net
 Template: 2.6.6
 Version: 1.0.0
 Text Domain: the-verificator
*/

/* ── FONTS ──────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Rajdhani:wght@400;500;600;700&family=Exo+2:wght@300;400;600&display=swap');

/* ── VARIABLES ──────────────────────────────────────────────────── */
:root {
  --black:        #000000;
  --black-soft:   #040404;
  --black-panel:  #090909;
  --black-card:   #0d0d0d;
  --black-border: #1a1a1a;
  --black-border2:#222222;

  /* Ámbar — el acento de The Verificator */
  --amber:        #ffb300;
  --amber-bright: #ffd54f;
  --amber-dim:    #cc8800;
  --amber-muted:  #7a5100;
  --amber-dark:   #3d2800;
  --amber-glow:   rgba(255,179,0,0.15);
  --amber-glow2:  rgba(255,179,0,0.06);
  --amber-glow3:  rgba(255,179,0,0.03);

  /* Verde secundario — para VERIFIED / datos confirmados */
  --green:        #00e676;
  --green-dim:    #00b248;
  --green-muted:  #005723;

  /* Rojo — para BREAKING / UNVERIFIED */
  --red:          #ff3d3d;
  --red-dim:      #cc0000;
  --red-muted:    #5c0000;

  /* Texto */
  --white:        #eeeeee;
  --white-dim:    #b8b8b8;
  --grey:         #777777;
  --grey-dim:     #424242;

  /* Tipografía */
  --font-mono:    'Share Tech Mono','Courier New',monospace;
  --font-display: 'Rajdhani','Arial Narrow',sans-serif;
  --font-body:    'Exo 2',system-ui,sans-serif;

  --transition:   0.2s ease;
}

/* ═══════════════════════════════════════════════════════════════
   NUCLEAR BASE — cubre tema padre con body prefix + hardcoded
═══════════════════════════════════════════════════════════════ */
html { background: #000 !important; }

html body, body {
  background: #000 !important;
  background-color: #000 !important;
  color: #eeeeee !important;
  font-family: 'Exo 2', system-ui, sans-serif !important;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
}

/* Scanlines sutiles */
body::before {
  content: '' !important;
  position: fixed !important;
  inset: 0 !important;
  background: repeating-linear-gradient(
    0deg, transparent, transparent 3px,
    rgba(0,0,0,0.05) 3px, rgba(0,0,0,0.05) 4px
  ) !important;
  pointer-events: none !important;
  z-index: 9998 !important;
}

/* Todos los wrappers del padre */
body #page, body #wrapper, body .site, body .site-wrapper,
body #content, body .site-content, body main, body #main,
body #primary, body .site-main, body .content-area,
body .main-content, body .entry-wrap, body .container,
body .content-wrap, body .inner-wrap {
  background: #000 !important;
  background-color: #000 !important;
}

/* Texto general */
body p, body li, body td, body dd {
  color: #b8b8b8 !important;
  line-height: 1.75 !important;
}
body strong, body b { color: #eee !important; font-weight: 600; }
body em, body i     { color: #ffb300 !important; }

body a {
  color: #ffb300 !important;
  text-decoration: none !important;
  transition: color .2s, text-shadow .2s !important;
}
body a:hover {
  color: #fff !important;
  text-shadow: 0 0 10px rgba(255,179,0,0.5) !important;
}

body code, body pre, body kbd {
  font-family: 'Share Tech Mono','Courier New',monospace !important;
  color: #ffb300 !important;
  background: #0d0d0d !important;
  border: 1px solid #222 !important;
  border-left: 3px solid #7a5100 !important;
  border-radius: 0 !important;
}
body code { padding: 0.15em 0.45em !important; font-size: 0.88em !important; }
body pre  { padding: 1.25rem 1.5rem !important; overflow-x: auto !important; }
body pre code { border: none !important; background: transparent !important; }

/* ═══════════════════════════════════════════════════════════════
   TIPOGRAFÍA
═══════════════════════════════════════════════════════════════ */
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Rajdhani','Arial Narrow',sans-serif !important;
  color: #eee !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
body h1 { font-size: clamp(1.8rem,4.5vw,3rem) !important; font-weight: 700 !important; }
body h2 { font-size: clamp(1.3rem,2.8vw,2rem) !important; }
body h3 { font-size: clamp(1rem,2vw,1.4rem) !important; }

/* ═══════════════════════════════════════════════════════════════
   NAVEGACIÓN
═══════════════════════════════════════════════════════════════ */
body #masthead, body .site-header, body header.site-header,
body .header-main, body .navbar, body nav,
body .nav-wrap, body .menu-wrap, body .header-wrap {
  background: rgba(0,0,0,0.99) !important;
  background-color: #000 !important;
  border-bottom: 1px solid #1a1a1a !important;
  box-shadow: none !important;
}

/* Logo / site title */
body .site-title a,
body .site-branding a,
body .site-branding .site-title {
  color: #ffb300 !important;
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 1rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

/* Nav links */
body nav ul li a,
body .nav-menu li a,
body .main-navigation a,
body .main-navigation ul li a,
body .menu-item a {
  color: #555 !important;
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 0.45rem 0.9rem !important;
  transition: color .2s !important;
  text-shadow: none !important;
}
body nav ul li a:hover,
body .main-navigation a:hover,
body nav ul li.current-menu-item > a {
  color: #ffb300 !important;
  background: rgba(255,179,0,0.04) !important;
  text-shadow: 0 0 8px rgba(255,179,0,0.4) !important;
}

body .main-navigation ul ul, body nav ul ul {
  background: #040404 !important;
  border: 1px solid #1a1a1a !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.9) !important;
}

body .menu-toggle {
  background: transparent !important;
  color: #ffb300 !important;
  border: 1px solid #7a5100 !important;
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.75rem !important;
}

/* ═══════════════════════════════════════════════════════════════
   HEADER ESPECIAL — "THE VERIFICATOR" TERMINAL
   Se inyecta vía JS debajo del header del tema padre
═══════════════════════════════════════════════════════════════ */
.tv-terminal-header {
  background: #040404;
  border-bottom: 1px solid #1a1a1a;
  padding: 1.5rem 2rem;
  position: relative;
  overflow: hidden;
}
.tv-terminal-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,179,0,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,179,0,0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.tv-terminal-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tv-terminal-bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.tv-dot { width: 10px; height: 10px; border-radius: 50%; }
.tv-dot-r { background: #ff3d3d; }
.tv-dot-y { background: #ffb300; }
.tv-dot-g { background: #00e676; }
.tv-terminal-title {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.7rem;
  color: #333;
  letter-spacing: 0.15em;
  margin-left: 0.5rem;
}
.tv-exe {
  font-family: 'Share Tech Mono',monospace;
  font-size: clamp(1.1rem,3vw,1.8rem);
  color: #ffb300;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1.2;
}
.tv-exe-cursor {
  display: inline-block;
  width: 2px;
  height: 1.1em;
  background: #ffb300;
  vertical-align: text-bottom;
  margin-left: 3px;
  animation: cur-blink 1s step-end infinite;
}
@keyframes cur-blink { 0%,100%{opacity:1} 50%{opacity:0} }
.tv-tagline {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.68rem;
  color: #424242;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.tv-tagline::before { content: '// '; color: #7a5100; }
.tv-status-row {
  display: flex;
  gap: 2rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid #1a1a1a;
  flex-wrap: wrap;
}
.tv-status-item {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.65rem;
  color: #424242;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.tv-status-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #00e676;
  box-shadow: 0 0 6px rgba(0,230,118,0.6);
  animation: status-pulse 2s ease-in-out infinite;
}
.tv-status-dot.amber { background: #ffb300; box-shadow: 0 0 6px rgba(255,179,0,0.6); }
.tv-status-dot.red   { background: #ff3d3d; box-shadow: 0 0 6px rgba(255,61,61,0.6); }
@keyframes status-pulse { 0%,100%{opacity:1} 50%{opacity:.4} }

/* ── TICKER DE CATEGORÍAS ── */
.tv-ticker-wrap {
  background: #090909;
  border-bottom: 1px solid #1a1a1a;
  padding: 0.5rem 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tv-ticker-label {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.6rem;
  color: #000;
  background: #ffb300;
  padding: 0.15rem 0.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.tv-ticker-items {
  display: flex;
  gap: 2rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
}
.tv-ticker-item {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.65rem;
  color: #555;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: ticker-scroll 30s linear infinite;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════════
   POSTS — LISTA Y CARDS
═══════════════════════════════════════════════════════════════ */
body .post, body article, body .hentry,
body .type-post, body .blog-post, body .entry {
  background: #0d0d0d !important;
  background-color: #0d0d0d !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 0 !important;
  margin-bottom: 2px !important;
  transition: border-color .2s, box-shadow .2s !important;
}
body .post:hover, body article:hover, body .hentry:hover {
  border-color: #7a5100 !important;
  box-shadow: 0 0 20px rgba(255,179,0,0.04) !important;
}

/* Borde izquierdo de color por categoría */
body .category-society     article,
body .category-society.hentry   { border-left: 3px solid #7a5100 !important; }
body .category-internet    article,
body .category-internet.hentry  { border-left: 3px solid #005723 !important; }
body .category-artificial-intelligence article,
body .category-artificial-intelligence.hentry { border-left: 3px solid #1a237e !important; }
body .category-the-verificator article,
body .category-the-verificator.hentry { border-left: 3px solid #cc0000 !important; }

/* Thumbnail */
body .wp-post-image, body .attachment-post-thumbnail {
  filter: contrast(1.05) saturate(0.85) !important;
  border-bottom: 1px solid #1a1a1a !important;
  width: 100% !important; height: auto !important;
}

/* Títulos */
body .entry-title, body .post-title,
body h2.entry-title, body h1.entry-title {
  font-family: 'Rajdhani','Arial Narrow',sans-serif !important;
  font-size: clamp(1rem,2vw,1.4rem) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
body .entry-title a, body h2.entry-title a {
  color: #eee !important;
  text-shadow: none !important;
}
body .entry-title a:hover { color: #ffb300 !important; text-shadow: none !important; }

/* Meta */
body .entry-meta, body .post-meta, body .byline,
body .posted-on, body time {
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.68rem !important;
  color: #424242 !important;
  letter-spacing: 0.08em !important;
}

/* Excerpt */
body .entry-summary p, body .post-excerpt p {
  color: #777 !important;
  font-size: 0.88rem !important;
  line-height: 1.72 !important;
  font-weight: 300 !important;
}

/* Cat/tag badges */
body .cat-links a, body .tag-links a, body .entry-footer a {
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.63rem !important;
  color: #ffb300 !important;
  border: 1px solid #7a5100 !important;
  padding: 0.12rem 0.4rem !important;
  background: rgba(255,179,0,0.04) !important;
  margin: 0 0.25rem 0.25rem 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  display: inline-block !important;
  text-shadow: none !important;
}
body .cat-links a:hover, body .tag-links a:hover {
  background: #3d2800 !important;
  color: #ffb300 !important;
  text-shadow: none !important;
}

/* Read more */
body .more-link, body a.more-link {
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.68rem !important;
  color: #ffb300 !important;
  border: 1px solid #7a5100 !important;
  padding: 0.35rem 0.9rem !important;
  background: transparent !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  display: inline-block !important;
  transition: background .2s, color .2s !important;
  text-shadow: none !important;
}
body .more-link:hover {
  background: #ffb300 !important;
  color: #000 !important;
  text-shadow: none !important;
}

/* ── SINGLE POST ── */
body .single .entry-content, body .entry-content {
  color: #b8b8b8 !important;
  font-family: 'Exo 2',sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.82 !important;
  font-weight: 300 !important;
}
body .single .entry-content h2,
body .single .entry-content h3 {
  color: #eee !important;
  margin-top: 2.5rem !important;
  border-left: 3px solid #7a5100;
  padding-left: 0.9rem;
}
body .single .entry-content p   { color: #b8b8b8 !important; }
body .single .entry-content a   { color: #ffb300 !important; }
body .single .entry-content a:hover { color: #fff !important; }

/* Blockquote en single */
body blockquote, body .wp-block-quote {
  border-left: 3px solid #7a5100 !important;
  background: #0d0d0d !important;
  padding: 1rem 1.5rem !important;
  color: #777 !important;
  margin: 1.5rem 0 !important;
  border-radius: 0 !important;
}

/* ── ENTRY HEADER (single) ── */
body .entry-header, body .post-header {
  background: #040404 !important;
  border-bottom: 1px solid #1a1a1a !important;
  padding: 2.5rem 0 !important;
}

/* VERIFIED / BREAKING badges — añadir vía clase en posts */
.tv-badge {
  display: inline-block;
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.15rem 0.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.tv-badge-verified  { background: #005723; color: #00e676; border: 1px solid #00b248; }
.tv-badge-breaking  { background: #5c0000; color: #ff3d3d; border: 1px solid #cc0000; }
.tv-badge-analysis  { background: #3d2800; color: #ffb300; border: 1px solid #7a5100; }
.tv-badge-osint     { background: #1a237e; color: #82b1ff; border: 1px solid #3f51b5; }

/* ═══════════════════════════════════════════════════════════════
   SIDEBAR
═══════════════════════════════════════════════════════════════ */
body .sidebar, body #secondary, body aside, body .widget-area {
  background: #090909 !important;
  border-left: 1px solid #1a1a1a !important;
}
body .widget { margin-bottom: 2.5rem !important; }
body .widget-title, body .widgettitle {
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.65rem !important;
  color: #ffb300 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #1a1a1a !important;
  padding-bottom: 0.6rem !important;
  margin-bottom: 1.2rem !important;
}
body .widget-title::before { content: '> '; opacity: 0.5; }
body .widget ul li {
  border-bottom: 1px solid #1a1a1a !important;
  padding: 0.4rem 0 !important;
}
body .widget ul li a { color: #555 !important; font-size: 0.85rem !important; }
body .widget ul li a:hover { color: #ffb300 !important; text-shadow: none !important; }

/* ═══════════════════════════════════════════════════════════════
   BOTONES Y FORMULARIOS
═══════════════════════════════════════════════════════════════ */
body .btn, body button:not(.menu-toggle),
body input[type="submit"], body .wp-block-button__link, body .button {
  background: transparent !important;
  color: #ffb300 !important;
  border: 1px solid #7a5100 !important;
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 0.55rem 1.5rem !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: background .2s, color .2s, box-shadow .2s !important;
}
body .btn:hover, body button:not(.menu-toggle):hover,
body input[type="submit"]:hover, body .wp-block-button__link:hover {
  background: #ffb300 !important;
  color: #000 !important;
  box-shadow: 0 0 20px rgba(255,179,0,0.3) !important;
  text-shadow: none !important;
}

body input[type="text"], body input[type="email"],
body input[type="search"], body textarea, body select {
  background: #0d0d0d !important;
  color: #eee !important;
  border: 1px solid #222 !important;
  border-radius: 0 !important;
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 0.8rem !important;
}
body input:focus, body textarea:focus {
  border-color: #7a5100 !important;
  outline: none !important;
  box-shadow: 0 0 10px rgba(255,179,0,0.08) !important;
}
body ::placeholder { color: #333 !important; opacity: 1 !important; }

/* ═══════════════════════════════════════════════════════════════
   PAGINACIÓN & FOOTER
═══════════════════════════════════════════════════════════════ */
body .page-numbers, body .nav-links a, body .pagination a {
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.75rem !important;
  color: #555 !important;
  border: 1px solid #222 !important;
  padding: 0.4rem 0.7rem !important;
  background: #0d0d0d !important;
  border-radius: 0 !important;
  display: inline-block !important;
  margin: 0.2rem !important;
  text-shadow: none !important;
}
body .page-numbers.current, body .page-numbers:hover {
  background: #3d2800 !important;
  color: #ffb300 !important;
  border-color: #7a5100 !important;
  text-shadow: none !important;
}

body #colophon, body .site-footer, body footer,
body .footer-wrap, body .footer-inner {
  background: #040404 !important;
  background-color: #040404 !important;
  border-top: 1px solid #1a1a1a !important;
}
body .site-info, body .footer-info {
  font-family: 'Share Tech Mono',monospace !important;
  font-size: 0.68rem !important;
  color: #333 !important;
  letter-spacing: 0.1em !important;
}
body .site-info::before { content: '// '; color: #7a5100; opacity: 0.5; }
body #colophon a { color: #333 !important; }
body #colophon a:hover { color: #ffb300 !important; text-shadow: none !important; }

/* ═══════════════════════════════════════════════════════════════
   ELEMENTOS VARIOS
═══════════════════════════════════════════════════════════════ */
body hr {
  border: none !important;
  border-top: 1px solid #222 !important;
  margin: 2.5rem 0 !important;
}
body table { border-collapse: collapse !important; width: 100% !important; }
body thead th {
  font-family: 'Share Tech Mono',monospace !important;
  color: #ffb300 !important;
  background: #0d0d0d !important;
  border-bottom: 2px solid #7a5100 !important;
  padding: 0.6rem 0.8rem !important;
  text-transform: uppercase !important;
  font-size: 0.68rem !important;
}
body tbody td {
  border-bottom: 1px solid #1a1a1a !important;
  padding: 0.55rem 0.8rem !important;
  color: #b8b8b8 !important;
}
body tbody tr:hover td { background: #0d0d0d !important; }

/* Gutenberg */
body .wp-block-code, body .wp-block-preformatted {
  background: #0d0d0d !important;
  border-left: 3px solid #7a5100 !important;
  color: #ffb300 !important;
  font-family: 'Share Tech Mono',monospace !important;
  border-radius: 0 !important;
}
body .wp-block-image img { border: 1px solid #1a1a1a !important; }

/* Scrollbar */
::-webkit-scrollbar       { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #1a1a1a; border-radius: 0; }
::-webkit-scrollbar-thumb:hover { background: #7a5100; }

::selection { background: #7a5100; color: #eee; }

/* ═══════════════════════════════════════════════════════════════
   TV POSTS GRID — shortcode [tv_posts]
═══════════════════════════════════════════════════════════════ */
.tv-posts-section {
  background: #000;
  padding: 0 2rem 3rem;
}
.tv-posts-inner { max-width: 1200px; margin: 0 auto; }

.tv-section-label {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.65rem;
  color: #ffb300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 2rem 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tv-section-label::before { content: '── '; opacity: 0.35; }
.tv-section-label::after  { content: ''; flex: 1; height: 1px; background: #1a1a1a; }

.tv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
  gap: 2px;
}

/* Card featured (primera): ocupa 2 columnas */
.tv-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0d0d0d;
  border: 1px solid #1a1a1a;
  transition: border-color .2s;
}
.tv-card-featured:hover { border-color: #7a5100; }
.tv-card-featured .tv-card-thumb-wrap { overflow: hidden; }
.tv-card-featured .tv-card-thumb {
  width: 100%; height: 100%; min-height: 260px;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(0.85);
  transition: filter .3s;
}
.tv-card-featured:hover .tv-card-thumb { filter: contrast(1.1) saturate(0.95); }

/* Card normal */
.tv-card {
  background: #0d0d0d;
  border: 1px solid #1a1a1a;
  display: flex;
  flex-direction: column;
  transition: border-color .2s, box-shadow .2s;
}
.tv-card:hover {
  border-color: #7a5100;
  box-shadow: 0 0 20px rgba(255,179,0,0.03);
}
.tv-card-thumb-wrap { overflow: hidden; }
.tv-card-thumb {
  width: 100%; height: 180px;
  object-fit: cover; display: block;
  filter: contrast(1.05) saturate(0.85);
  transition: filter .3s;
}
.tv-card:hover .tv-card-thumb { filter: contrast(1.1) saturate(0.95); }

/* Card body (shared) */
.tv-card-body, .tv-card-featured .tv-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.tv-card-featured .tv-card-body { padding: 2rem; justify-content: center; }

.tv-card-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.tv-card-cat {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.58rem;
  color: #ffb300;
  border: 1px solid #7a5100;
  padding: 0.1rem 0.4rem;
  background: rgba(255,179,0,0.04);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tv-card-date {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.6rem;
  color: #333;
  letter-spacing: 0.08em;
}
.tv-card-date::before { content: '// '; }

.tv-card-title {
  font-family: 'Rajdhani','Arial Narrow',sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0;
}
.tv-card-featured .tv-card-title { font-size: 1.5rem; }
.tv-card-title a { color: #eee; text-decoration: none; transition: color .2s; }
.tv-card-title a:hover { color: #ffb300; }

.tv-card-excerpt {
  font-family: 'Exo 2',sans-serif;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
  flex: 1;
}
.tv-card-featured .tv-card-excerpt { color: #666; font-size: 0.9rem; }

.tv-card-link {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.65rem;
  color: #7a5100;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0.5rem;
  transition: color .2s;
}
.tv-card-link:hover { color: #ffb300; text-shadow: none !important; }

/* ── ANÁLISIS SECTION — shortcode [tv_analysis] ── */
.tv-analysis-section {
  background: #040404;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 2.5rem 2rem;
}
.tv-analysis-inner { max-width: 1200px; margin: 0 auto; }
.tv-analysis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
  gap: 1px;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.tv-analysis-item {
  background: #090909;
  padding: 1.4rem;
  position: relative;
  transition: background .2s;
}
.tv-analysis-item:hover { background: #0d0d0d; }
.tv-analysis-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #ffb300, transparent);
  opacity: 0;
  transition: opacity .2s;
}
.tv-analysis-item:hover::before { opacity: 1; }
.tv-analysis-icon {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.9rem;
  color: #ffb300;
  margin-bottom: 0.7rem;
  opacity: 0.9;
}
.tv-analysis-title {
  font-family: 'Rajdhani',sans-serif;
  font-size: 0.85rem;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.tv-analysis-desc {
  font-family: 'Exo 2',sans-serif;
  font-size: 0.78rem;
  color: #424242;
  line-height: 1.65;
  font-weight: 300;
}

/* ── TOOL BADGE ── */
.tv-tool-banner {
  background: #090909;
  border: 1px solid #1a1a1a;
  border-left: 3px solid #ffb300;
  padding: 1.2rem 1.8rem;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.tv-tool-icon {
  font-family: 'Share Tech Mono',monospace;
  font-size: 1.4rem;
  color: #ffb300;
  flex-shrink: 0;
}
.tv-tool-text { flex: 1; }
.tv-tool-name {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.9rem;
  color: #ffb300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tv-tool-desc {
  font-family: 'Exo 2',sans-serif;
  font-size: 0.8rem;
  color: #424242;
  margin-top: 0.25rem;
  font-weight: 300;
}
.tv-tool-cta {
  font-family: 'Share Tech Mono',monospace;
  font-size: 0.68rem;
  color: #ffb300;
  border: 1px solid #7a5100;
  padding: 0.45rem 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.tv-tool-cta:hover {
  background: #ffb300 !important;
  color: #000 !important;
  text-shadow: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 800px) {
  .tv-card-featured { grid-template-columns: 1fr; }
  .tv-card-featured .tv-card-thumb { min-height: 200px; height: 200px; }
  .tv-grid { grid-template-columns: 1fr; }
  .tv-terminal-header { padding: 1rem 1.2rem; }
  .tv-tool-banner { flex-direction: column; gap: 1rem; align-items: flex-start; }
}
@media (max-width: 480px) {
  .tv-analysis-grid { grid-template-columns: 1fr; }
  .tv-status-row { gap: 1rem; }
}
