/**
 * INFONÓICO: Investigations Archive Monumental Stylesheet
 * Architecture: The Classified Black Vault
 * File: assets/css/investigations-archive.css
 */

:root {
  --vault-bg: #05080c;
  --vault-card-bg: #090e13;
  --vault-card-border: rgba(255, 255, 255, 0.08);
  --vault-card-hover-border: rgba(56, 217, 217, 0.4);
  --vault-text-primary: #ffffff;
  --vault-text-secondary: #d6e2e5;
  --vault-text-muted: #8aa0a8;
  --vault-sans: Manrope, Arial, sans-serif;
  --vault-serif: Georgia, "Times New Roman", serif;
}

/* ==========================================================================
   GLOBAL VAULT WRAPPER & BACKGROUND ATMOSPHERE
   ========================================================================== */
.investigations-vault {
  position: relative;
  background: var(--vault-bg);
  color: var(--vault-text-secondary);
  font-family: var(--vault-sans);
  overflow-x: hidden;
  min-height: 100vh;
}

/* ==========================================================================
   1. FULL-WIDTH HERO ARCHIVE HEADER ("THE OBSERVATORY VAULT")
   ========================================================================== */
.vault-hero {
  position: relative;
  width: 100%;
  padding-top: clamp(28px, 4vh, 48px);
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background: #030508;
}

/* Atmospheric Environmental Background */
.vault-hero-environment {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.vault-env-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  opacity: 0.16;
  filter: contrast(130%) grayscale(100%);
  mix-blend-mode: luminosity;
  transform: scale(1.03);
}

.vault-env-shade {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 80% 25%, rgba(56, 217, 217, 0.07) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 5, 8, 0.85) 0%, rgba(3, 5, 8, 0.55) 45%, rgba(3, 5, 8, 0.98) 100%);
}

.vault-env-grid {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: 
    linear-gradient(to right, #ffffff 1px, transparent 1px),
    linear-gradient(to bottom, #ffffff 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 50% 30%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, black 20%, transparent 75%);
}

/* Full Width Fluid Container */
.vault-hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  padding-inline: var(--gutter);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.5vh, 42px);
}

/* Tier 1: Full-Width Architectural Top Bar */
.vault-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: monospace;
  font-size: 10.5px;
  letter-spacing: 1.5px;
  color: #728a94;
}

.top-bar-left {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.vault-brand-tag {
  color: #d1e4eb;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.signal-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38d9d9;
  box-shadow: 0 0 10px #38d9d9;
  display: inline-block;
  animation: pulse-signal 2s infinite;
}

@keyframes pulse-signal {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

.vault-dept-tag {
  color: #556e78;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 18px;
}

.top-bar-right {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.vault-coord-tag {
  color: #556e78;
}

.vault-status-tag {
  color: #38d9d9;
  background: rgba(56, 217, 217, 0.08);
  border: 1px solid rgba(56, 217, 217, 0.25);
  padding: 2px 8px;
  border-radius: 2px;
  font-weight: 700;
}

/* Tier 2: Main Expansive Hero Stage */
.vault-hero-stage {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(36px, 5vw, 90px);
  align-items: center;
  padding-block: clamp(8px, 1.5vh, 20px);
}

@media (max-width: 1024px) {
  .vault-hero-stage {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* Left: Editorial Manifest */
.vault-hero-copy {
  display: flex;
  flex-direction: column;
}

.vault-hero-eyebrow {
  font-family: monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #d47864;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.vault-hero-title {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  line-height: 0.94;
}

.title-bold {
  font-family: var(--vault-sans);
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.15), 0 4px 30px rgba(0, 0, 0, 0.9);
}

.title-serif {
  font-family: var(--vault-serif);
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.025em;
  color: #d6e8ed;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
  margin-top: 4px;
}

.title-serif .brand-stop {
  color: #d47864;
  font-style: normal;
}

.vault-hero-lead {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
  color: #a4bcc4;
  max-width: 720px;
  margin: 0 0 32px;
  text-wrap: pretty;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Clean Minimalist Telemetry Row */
.vault-hero-meta {
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 36px);
  padding: 14px clamp(18px, 2.5vw, 28px);
  background: rgba(10, 16, 22, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: fit-content;
  flex-wrap: wrap;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.meta-num {
  font-family: var(--vault-sans);
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.meta-lbl {
  font-size: 9px;
  font-family: monospace;
  font-weight: 700;
  letter-spacing: 1px;
  color: #78929c;
  line-height: 1.35;
}

.meta-sep {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
}

.meta-status .status-live {
  color: #38d9d9;
  font-weight: 800;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Right: Observatory Scope (Atmospheric & Minimalist) */
.vault-hero-aside {
  display: flex;
  justify-content: center;
  width: 100%;
}

.observatory-scanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.scanner-scope {
  position: relative;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, #09131a 0%, #050b10 70%, #020406 100%);
  border: 1px solid rgba(56, 217, 217, 0.25);
  box-shadow: inset 0 0 24px rgba(56, 217, 217, 0.08), 0 10px 30px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.scope-ring {
  position: absolute;
  border-radius: 50%;
}

.ring-outer {
  inset: 12%;
  border: 1px dashed rgba(56, 217, 217, 0.18);
}

.ring-mid {
  inset: 32%;
  border: 1px solid rgba(56, 217, 217, 0.15);
}

.ring-inner {
  inset: 52%;
  border: 1px dashed rgba(56, 217, 217, 0.22);
}

.scope-axis {
  position: absolute;
  background: rgba(56, 217, 217, 0.18);
}

.axis-h {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

.axis-v {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.scope-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform-origin: 0 0;
  background: conic-gradient(from 0deg, rgba(56, 217, 217, 0.35) 0deg, rgba(56, 217, 217, 0.05) 45deg, transparent 90deg);
  border-top: 1.5px solid #38d9d9;
  animation: scope-sweep 5s linear infinite;
}

@keyframes scope-sweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.scope-beacon {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5247;
  box-shadow: 0 0 10px #ff5247;
  top: 32%;
  left: 66%;
  animation: beacon-pulse 3s infinite;
}

@keyframes beacon-pulse {
  0%, 100% { opacity: 0.3; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.2); filter: drop-shadow(0 0 6px currentColor); }
}

.scope-lock {
  position: absolute;
  top: 25%;
  left: 59%;
  width: 44px;
  height: 34px;
  border: 1px solid rgba(56, 217, 217, 0.4);
  pointer-events: none;
}

.lock-corner {
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #38d9d9;
}

.lc-tl { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.lc-tr { top: -1px; right: -1px; border-left: none; border-bottom: none; }
.lc-bl { bottom: -1px; left: -1px; border-right: none; border-top: none; }
.lc-br { bottom: -1px; right: -1px; border-left: none; border-top: none; }

.lock-label {
  position: absolute;
  top: -12px;
  left: -1px;
  font-family: monospace;
  font-size: 7px;
  font-weight: 700;
  color: #38d9d9;
  letter-spacing: 1px;
  white-space: nowrap;
}

.cardinal {
  position: absolute;
  font-family: monospace;
  font-size: 7px;
  font-weight: 700;
  color: #4e6670;
  letter-spacing: 0.5px;
}

.c-n { top: 4px; left: 50%; transform: translateX(-50%); }
.c-s { bottom: 4px; left: 50%; transform: translateX(-50%); }
.c-e { right: 4px; top: 50%; transform: translateY(-50%); }
.c-w { left: 4px; top: 50%; transform: translateY(-50%); }

.scanner-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 260px;
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 1px;
  color: #5d7580;
}

.scanner-stat {
  color: #38d9d9;
  font-weight: 700;
}

/* Tier 3: Full-Width Sector Navigation Strip */
.vault-sectors-strip {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-block: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.strip-sections-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.strip-sec-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(14, 22, 28, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

.sec-badge {
  color: var(--sec-accent, #38d9d9);
  font-family: monospace;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 1px;
}

.sec-name {
  color: #ffffff;
}

.sec-arrow {
  color: var(--sec-accent, #38d9d9);
  font-size: 10px;
  transition: transform 0.25s ease;
}

.strip-sec-btn:hover {
  background: rgba(22, 36, 46, 0.95);
  border-color: var(--sec-accent, #38d9d9);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5), 0 0 10px rgba(56, 217, 217, 0.15);
}

.strip-sec-btn:hover .sec-arrow {
  transform: translateY(2px);
}

.strip-header {
  font-family: monospace;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #78939e;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.strip-items {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.strip-items::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1200px) {
  .strip-items {
    flex-wrap: nowrap;
  }
}

.strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(12, 18, 24, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  text-decoration: none;
  color: #b7ccd4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.item-code {
  font-family: monospace;
  font-size: 9px;
  font-weight: 700;
  color: #556f7a;
  letter-spacing: 1px;
  transition: color 0.25s ease;
}

.item-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--item-accent, #38d9d9);
  box-shadow: 0 0 5px var(--item-accent, #38d9d9);
}

.item-name {
  color: #c7d8de;
  transition: color 0.25s ease;
}

.item-arrow {
  font-size: 10px;
  color: var(--item-accent, #38d9d9);
  opacity: 0.4;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.strip-item:hover {
  background: rgba(18, 28, 36, 0.95);
  border-color: var(--item-accent, #38d9d9);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}

.strip-item:hover .item-name {
  color: #ffffff;
}

.strip-item:hover .item-arrow {
  opacity: 1;
  transform: translateY(2px);
}

.strip-item:hover .item-code {
  color: var(--item-accent, #38d9d9);
}

/* ==========================================================================
   2. MASTER SECTION LANDMARKS & CATEGORY ZONES
   ========================================================================= */
.vault-sectors-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Master Section Landmark Banner */
.vault-section-landmark {
  position: relative;
  padding-top: clamp(60px, 8vh, 90px);
  padding-bottom: clamp(30px, 4vh, 45px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at 15% 50%, rgba(56, 217, 217, 0.04) 0%, transparent 60%), linear-gradient(180deg, rgba(7, 12, 16, 0.7) 0%, rgba(3, 5, 8, 0.95) 100%);
  scroll-margin-top: 70px;
}

.landmark-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.landmark-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #728d98;
  flex-wrap: wrap;
}

.landmark-badge {
  color: var(--landmark-accent, #38d9d9);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.landmark-count {
  color: #556f7a;
}

.landmark-header-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.landmark-title {
  font-family: var(--vault-sans);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  letter-spacing: -0.035em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.landmark-title .brand-stop {
  color: #d47864;
}

.landmark-subtitle {
  font-family: monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #8aa2ac;
  text-transform: uppercase;
}

.landmark-desc {
  font-family: var(--vault-serif);
  font-size: clamp(15px, 1.2vw, 18px);
  font-style: italic;
  color: #b0c4c8;
  max-width: 780px;
  margin: 0;
  line-height: 1.5;
}

.sector-parent-badge {
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-family: monospace;
  font-size: 8.5px;
  font-weight: 700;
  color: #8da4ad;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vault-section-group {
  display: flex;
  flex-direction: column;
}

.vault-sector {
  position: relative;
  padding-block: clamp(70px, 9vh, 120px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.sector-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.sector-radial-glow {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, var(--sector-accent, #38d9d9) 0%, rgba(56, 217, 217, 0.02) 45%, transparent 70%);
  opacity: 0.08;
  filter: blur(50px);
}

.sector-watermark-num {
  position: absolute;
  top: 40px;
  left: clamp(20px, 4vw, 80px);
  font-size: clamp(100px, 14vw, 200px);
  font-weight: 900;
  font-family: var(--vault-sans);
  color: var(--sector-accent, #38d9d9);
  opacity: 0.035;
  line-height: 0.8;
  user-select: none;
  pointer-events: none;
}

/* Sector Header */
.sector-header {
  margin-bottom: clamp(32px, 4.5vh, 52px);
}

.sector-header-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.sector-code {
  color: var(--sector-accent, #38d9d9);
  font-family: monospace;
  font-weight: 700;
  letter-spacing: 2px;
}

.sector-count {
  color: #637780;
  letter-spacing: 1px;
}

.sector-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.sector-title-serif {
  font-family: var(--vault-serif);
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
}

.sector-explore-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sector-accent, #38d9d9);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 8px 16px;
  background: rgba(16, 26, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  transition: all 0.25s ease;
}

.sector-explore-link:hover {
  background: rgba(22, 38, 46, 0.9);
  border-color: var(--sector-accent, #38d9d9);
  color: #ffffff;
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

.explore-arrow {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.sector-explore-link:hover .explore-arrow {
  transform: translateX(4px);
}

.sector-intro {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.75;
  color: #9cb2ba;
  max-width: 65ch;
  margin: 0;
}

/* ==========================================================================
   3. FEATURE DOSSIER CARD COMPONENT (LATEST CPT)
   ========================================================================== */
.sector-feature-stage {
  position: relative;
  width: 100%;
}

.investigation-dossier-card {
  position: relative;
  display: grid;
  background: var(--vault-card-bg);
  border: 1px solid var(--vault-card-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.85);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.investigation-dossier-card:hover {
  border-color: rgba(56, 217, 217, 0.35);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.95), 0 0 40px rgba(56, 217, 217, 0.08);
  transform: translateY(-3px);
}

/* Layout Variations: Standard vs Reverse vs Panoramic */
.investigation-dossier-card.layout-standard {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.investigation-dossier-card.layout-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
}

.investigation-dossier-card.layout-reverse .dossier-media-frame {
  order: 2;
}

.investigation-dossier-card.layout-reverse .dossier-content {
  order: 1;
}

.investigation-dossier-card.layout-panoramic {
  grid-template-columns: 1fr;
}

.investigation-dossier-card.layout-panoramic .dossier-media-frame {
  height: clamp(340px, 45vh, 480px);
}

.investigation-dossier-card.layout-panoramic .dossier-content {
  padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(180deg, rgba(9, 14, 19, 0.95) 0%, rgba(6, 10, 14, 0.98) 100%);
}

/* Ambient Aura */
.dossier-ambient-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background: radial-gradient(circle at 70% 30%, var(--dossier-accent, #38d9d9) 0%, transparent 65%);
  transition: opacity 0.35s ease;
}

.investigation-dossier-card:hover .dossier-ambient-aura {
  opacity: 0.12;
}

/* Media Frame */
.dossier-media-frame {
  position: relative;
  min-height: 380px;
  background: #020508;
  overflow: hidden;
}

.dossier-media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.dossier-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
  overflow: hidden;
}

.dossier-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
  filter: saturate(0.85) contrast(1.05);
}

.investigation-dossier-card:hover .dossier-image-wrapper img {
  transform: scale(1.04);
  filter: saturate(1.0) contrast(1.1);
}

.dossier-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0.4) 2px, transparent 2px, transparent 4px);
}

.dossier-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(2, 5, 8, 0.8) 100%),
              linear-gradient(90deg, rgba(2, 5, 8, 0.6) 0%, transparent 20%, transparent 80%, rgba(2, 5, 8, 0.6) 100%);
}

/* Hologram Badges Over Image */
.dossier-media-meta {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 2;
  pointer-events: none;
}

.dossier-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(4, 8, 12, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 8.5px;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
}

.dossier-badge-pill .signal-dot {
  background: #38d9d9;
  box-shadow: 0 0 8px #38d9d9;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.dossier-ref-tag {
  padding: 5px 10px;
  background: rgba(2, 5, 8, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #9cb2ba;
  font-weight: 700;
}

/* Reticles in 4 Corners */
.dossier-reticle {
  position: absolute;
  font-family: monospace;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  z-index: 2;
  user-select: none;
}

.reticle-tl { top: 8px; left: 8px; }
.reticle-tr { top: 8px; right: 8px; }
.reticle-bl { bottom: 8px; left: 8px; }
.reticle-br { bottom: 8px; right: 8px; }

/* Dossier Content Body */
.dossier-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 44px);
  background: var(--vault-card-bg);
  position: relative;
  z-index: 2;
}

.dossier-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.dossier-release-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff5a4e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pulse-ring {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5a4e;
  box-shadow: 0 0 8px #ff5a4e;
}

.dossier-date {
  color: #7a8f99;
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 1px;
}

.dossier-title {
  font-family: var(--vault-serif);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.4px;
  margin: 0 0 16px;
}

.dossier-title a {
  color: var(--vault-text-primary);
  text-decoration: none;
  transition: color 0.25s ease;
}

.dossier-title a:hover {
  color: #38d9d9;
}

.dossier-excerpt {
  font-size: clamp(13.5px, 1.05vw, 15px);
  line-height: 1.75;
  color: var(--vault-text-secondary);
  margin: 0 0 28px;
}

/* Specs Grid */
.dossier-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-block: 16px;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}

.spec-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.spec-label {
  font-size: 8px;
  font-weight: 700;
  font-family: monospace;
  color: #637780;
  letter-spacing: 1.5px;
}

.spec-value {
  font-size: 9.5px;
  color: #b2c4cb;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.spec-value.highlight {
  color: #38d9d9;
}

/* Action Bar */
.dossier-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.button.button-dossier {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 13px 24px;
  background: rgba(18, 28, 34, 0.95);
  border: 1px solid rgba(56, 217, 217, 0.4);
  border-radius: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

.button.button-dossier:hover {
  background: #1c2b33;
  border-color: #38d9d9;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(56, 217, 217, 0.25);
}

.button.button-dossier .btn-arrow {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.button.button-dossier:hover .btn-arrow {
  transform: translate(2px, -2px);
}

.dossier-checksum {
  color: #4f6168;
  font-family: monospace;
  font-size: 8px;
  letter-spacing: 1.5px;
}

/* Empty State */
.sector-empty-vault {
  padding: 50px 30px;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(9, 14, 18, 0.6);
}

.sector-empty-vault .empty-icon {
  display: block;
  color: #e59a84;
  margin-bottom: 12px;
}

.sector-empty-vault p {
  color: #8fa5ae;
  max-width: 44ch;
  margin: 0 auto 20px;
  font-size: 14px;
}

/* Sector Footer Divider */
.sector-footer-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: clamp(48px, 6vh, 80px);
  opacity: 0.35;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.divider-mark {
  font-family: monospace;
  font-size: 8px;
  letter-spacing: 2px;
  color: #637780;
  white-space: nowrap;
}

/* ==========================================================================
   4. VAULT TRANSMISSION PORTAL CALLOUT
   ========================================================================== */
.vault-portal-section {
  padding-block: clamp(60px, 8vh, 100px);
}

.vault-portal-card {
  position: relative;
  background: linear-gradient(135deg, rgba(14, 23, 29, 0.95) 0%, rgba(7, 12, 16, 0.98) 100%);
  border: 1px solid rgba(56, 217, 217, 0.25);
  border-radius: 16px;
  padding: clamp(36px, 5vw, 68px);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.9);
}

.portal-grid-glow {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 217, 217, 0.12) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.portal-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.portal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #38d9d9;
  font-size: 9.5px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-weight: 700;
}

.portal-eyebrow .signal-dot {
  background: #38d9d9;
  box-shadow: 0 0 10px #38d9d9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.portal-title {
  font-family: var(--vault-serif);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 16px;
}

.portal-desc {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.8;
  color: #b0c4cc;
  margin: 0 0 32px;
  max-width: 62ch;
}

.portal-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.button.button-portal {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  background: #38d9d9;
  border: 1px solid #38d9d9;
  border-radius: 6px;
  color: #04080a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(56, 217, 217, 0.3);
}

.button.button-portal:hover {
  background: #4ae5e5;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(56, 217, 217, 0.45);
}

.portal-link {
  color: #9cb4bd;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.portal-link:hover {
  color: #ffffff;
}

/* ==========================================================================
   5. RESPONSIVE BREAKPOINTS (TABLET & MOBILE)
   ========================================================================== */
@media (max-width: 1024px) {
  .investigation-dossier-card.layout-standard,
  .investigation-dossier-card.layout-reverse {
    grid-template-columns: 1fr;
  }

  .investigation-dossier-card.layout-reverse .dossier-media-frame {
    order: 1;
  }

  .investigation-dossier-card.layout-reverse .dossier-content {
    order: 2;
  }

  .dossier-media-frame {
    min-height: 300px;
    height: 320px;
  }

  .dossier-image-wrapper {
    min-height: 300px;
  }

  .vault-telemetry-bar {
    gap: 20px;
    padding: 14px 20px;
  }
}

@media (max-width: 768px) {
  .vault-hero {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .vault-hero-badge {
    font-size: 8px;
    padding: 6px 12px;
    gap: 8px;
  }

  .badge-code {
    display: none;
  }

  .vault-telemetry-bar {
    flex-direction: column;
    gap: 14px;
    padding: 20px;
  }

  .telemetry-sep {
    display: none;
  }

  .sector-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .dossier-specs {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dossier-content {
    padding: 24px 20px;
  }

  .portal-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .sector-watermark-num {
    display: none;
  }
}

/* ==========================================================================
   6. CATEGORY HUB MONUMENTAL STYLES (taxonomy-infonico_topic.php)
   ========================================================================== */
.category-vault {
  --cat-accent: #38d9d9;
}

.category-vault-hero {
  position: relative;
  width: 100%;
  padding-top: clamp(28px, 4vh, 48px);
  padding-bottom: clamp(36px, 5vh, 60px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background: #030508;
}

.category-vault-hero .vault-env-shade {
  background: 
    radial-gradient(circle at 75% 30%, rgba(var(--cat-accent-rgb, 56, 217, 217), 0.12) 0%, transparent 65%),
    linear-gradient(180deg, rgba(3, 5, 8, 0.82) 0%, rgba(3, 5, 8, 0.6) 45%, rgba(3, 5, 8, 0.98) 100%);
}

/* Breadcrumbs de Navegación del Hub */
.cat-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #7b8e96;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.cat-breadcrumbs a {
  color: #9cb4bd;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cat-breadcrumbs a:hover {
  color: #ffffff;
}

.cat-breadcrumbs .cat-crumb-sep {
  color: rgba(255, 255, 255, 0.2);
}

.cat-breadcrumbs .cat-crumb-current {
  color: var(--cat-accent, #38d9d9);
  font-weight: 700;
}

/* Badge de Categoría con Baliza */
.cat-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--cat-accent, #38d9d9);
  border-radius: 4px;
  margin-bottom: 18px;
  width: fit-content;
}

.cat-hero-badge .cat-beacon {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cat-accent, #38d9d9);
  box-shadow: 0 0 10px var(--cat-accent, #38d9d9);
  animation: cat-beacon-pulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes cat-beacon-pulse {
  0% { box-shadow: 0 0 0 0 rgba(56, 217, 217, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(56, 217, 217, 0); }
  100% { box-shadow: 0 0 0 0 rgba(56, 217, 217, 0); }
}

.cat-hero-badge .micro {
  font-family: monospace;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--cat-accent, #38d9d9);
}

/* Titular Monumental en Manrope 800 */
.cat-hero-title {
  font-family: var(--vault-sans) !important;
  font-size: clamp(34px, 5.2vw, 68px) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05 !important;
  color: #ffffff !important;
  margin: 0 0 20px 0 !important;
  max-width: 18ch;
}

.cat-hero-title .brand-stop {
  color: var(--cat-accent, #38d9d9);
}

.cat-hero-lead {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
  color: #c7d8de;
  max-width: 75ch;
  margin: 0 0 32px 0;
}

/* Barra de Telemetría Táctica del Hub */
.cat-telemetry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  padding: 18px 24px;
  background: rgba(8, 14, 20, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.cat-telemetry-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cat-telemetry-val {
  font-family: var(--vault-sans);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cat-telemetry-val.accented {
  color: var(--cat-accent, #38d9d9);
}

.cat-telemetry-lbl {
  font-family: monospace;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7b8e96;
}

/* ==========================================================================
   7. DOSSIER GRID SECTION (CATÁLOGO DE EXPEDIENTES)
   ========================================================================== */
.cat-grid-section {
  padding-top: clamp(48px, 6vh, 80px);
  padding-bottom: clamp(60px, 8vh, 100px);
  background: #05080c;
  position: relative;
}

.cat-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: clamp(32px, 4vh, 48px);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.cat-header-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cat-kicker {
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--cat-accent, #38d9d9);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cat-section-heading {
  font-family: var(--vault-sans) !important;
  font-size: clamp(22px, 2.8vw, 36px) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.03em !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.cat-count-badge {
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #8aa0a8;
  padding: 6px 14px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

/* Rejilla de Obsidian Cards */
.cat-dossiers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 32px;
  width: 100%;
}

@media (max-width: 1100px) {
  .cat-dossiers-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .cat-dossiers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Tarjeta de Expediente de Categoría */
.cat-card {
  position: relative;
  background: #090e13;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.cat-card:hover {
  border-color: var(--cat-accent, #38d9d9);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(var(--cat-accent-rgb, 56, 217, 217), 0.15);
}

.cat-card-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: rgba(6, 10, 14, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: monospace;
  font-size: 8.5px;
  letter-spacing: 1.2px;
}

.cat-card-ref {
  color: #78939e;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cat-card-status {
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
}

.cat-card-status.status-documented {
  background: rgba(56, 217, 217, 0.12);
  color: #38d9d9;
  border: 1px solid rgba(56, 217, 217, 0.3);
}

.cat-card-status.status-unverified {
  background: rgba(226, 137, 137, 0.12);
  color: #e28989;
  border: 1px solid rgba(226, 137, 137, 0.3);
}

.cat-card-status.status-official {
  background: rgba(94, 212, 212, 0.15);
  color: #5ed4d4;
  border: 1px solid rgba(94, 212, 212, 0.35);
}

/* Marco de Media Táctico */
.cat-card-media {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #0d1318;
}

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

.cat-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
  display: block;
}

.cat-card:hover .cat-card-media img {
  transform: scale(1.05);
  filter: saturate(1);
}

.cat-card-scanline {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02));
  background-size: 100% 3px, 6px 100%;
  pointer-events: none;
  opacity: 0.5;
}

/* Retículas de Esquina */
.cat-reticle {
  position: absolute;
  font-family: monospace;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 2;
}

.cat-reticle.ret-tl { top: 8px; left: 8px; }
.cat-reticle.ret-tr { top: 8px; right: 8px; }
.cat-reticle.ret-bl { bottom: 8px; left: 8px; }
.cat-reticle.ret-br { bottom: 8px; right: 8px; }

/* Cuerpo de la Tarjeta */
.cat-card-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cat-card-eyebrow {
  font-family: monospace;
  font-size: 8.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7b8e96;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cat-card-eyebrow .eyebrow-accent {
  color: var(--cat-accent, #38d9d9);
  font-weight: 700;
}

.cat-card-title {
  font-family: var(--vault-sans) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  line-height: 1.3 !important;
  margin: 0 0 12px 0 !important;
}

.cat-card-title a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.cat-card-title a:hover {
  color: var(--cat-accent, #38d9d9) !important;
}

.cat-card-excerpt {
  font-size: 13.5px;
  line-height: 1.65;
  color: #9cb0b8;
  margin: 0 0 22px 0;
  flex-grow: 1;
}

.cat-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 9px;
  letter-spacing: 1.2px;
  font-family: monospace;
}

.cat-card-duration {
  color: #78939e;
}

.cat-card-action {
  color: var(--cat-accent, #38d9d9);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s ease;
}

.cat-card:hover .cat-card-action {
  gap: 7px;
}

/* Paginación Táctica del Hub */
.category-vault-pagination {
  margin-top: clamp(48px, 6vh, 72px);
  display: flex;
  justify-content: center;
}

.category-vault-pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(8, 14, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.category-vault-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  color: #8aa0a8;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.category-vault-pagination .page-numbers:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.category-vault-pagination .page-numbers.current {
  background: var(--cat-accent, #38d9d9);
  color: #04080a;
  border-color: var(--cat-accent, #38d9d9);
  box-shadow: 0 0 12px rgba(var(--cat-accent-rgb, 56, 217, 217), 0.4);
}

/* Navegación entre Categorías Hermanas y Otras Secciones */
.cat-navigation-radar {
  margin-top: clamp(56px, 7vh, 88px);
  padding: clamp(32px, 4vh, 48px);
  background: rgba(8, 13, 18, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.cat-radar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cat-radar-header h3 {
  font-family: var(--vault-sans) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.cat-radar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cat-radar-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(16, 24, 32, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  color: #c0d2da;
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.cat-radar-pill:hover {
  background: rgba(24, 36, 48, 0.95);
  border-color: var(--pill-accent, #38d9d9);
  color: #ffffff;
  transform: translateY(-2px);
}

.cat-radar-pill.current {
  border-color: var(--cat-accent, #38d9d9);
  background: rgba(var(--cat-accent-rgb, 56, 217, 217), 0.1);
  color: #ffffff;
  pointer-events: none;
}

.cat-radar-pill .pill-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pill-accent, #38d9d9);
}

/* Estado Vacío Táctico */
.cat-empty-vault {
  padding: 60px 40px;
  background: rgba(10, 16, 22, 0.7);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.cat-empty-tag {
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--cat-accent, #38d9d9);
  margin-bottom: 12px;
  display: block;
}

.cat-empty-vault p {
  color: #9cb4bd;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 24px 0;
}
