:root {
  --primary: #E30613;
  --secondary: #000000;
  --light: #FCA5A5;
  --bg: #FEF2F2;
  --text: #450A0A;
  --header: #991B1B;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Bebas Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.6;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
#site-preloader {
  position: fixed; inset: 0; background: var(--bg); z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; transition: opacity 0.5s, visibility 0.5s;
}
#site-preloader.hidden { opacity: 0; visibility: hidden; }
.category-tag {
  display: inline-block; background: var(--light); color: var(--primary);
  padding: 4px 14px; border-radius: 20px; font-size: 0.75em;
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px;
}
.btn-primary {
  display: inline-block; padding: 12px 28px; background: var(--primary);
  color: #fff; text-decoration: none; border-radius: 6px;
  font-weight: 700; transition: all 0.3s; border: 2px solid var(--primary); margin-top: 8px;
}
.btn-primary:hover { background: linear-gradient(135deg, #000000 0%, #E30613 100%); color: #fff; box-shadow: 0 6px 20px #E3061340; }
.section-title {
  font-size: 1.5em; margin-bottom: 24px; color: var(--text);
  font-weight: 800; position: relative; padding-bottom: 10px;
}
.section-title::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 50px; height: 4px; background: var(--primary); border-radius: 2px;
}
.tag {
  display: inline-block; background: var(--light); color: var(--primary);
  padding: 3px 10px; border-radius: 12px; font-size: 0.7em;
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px;
}
.site-footer {
  background: var(--text); color: rgba(255,255,255,0.85);
  padding: 50px 20px 30px; text-align: center; margin-top: 60px;
}
.site-footer p { margin-bottom: 12px; }
.site-footer a { color: var(--light); text-decoration: none; font-weight: 600; }
.legal-page { max-width: 800px; margin: 40px auto; padding: 0 24px; line-height: 1.8; }
.legal-page h1 { font-size: 2.2rem; margin-bottom: 8px; color: var(--text); }
.legal-page h2 { font-size: 1.3rem; margin: 28px 0 10px; color: var(--primary); }
.legal-page p, .legal-page li { color: #4b5563; font-size: 1rem; }
.legal-page ul { padding-left: 22px; }
@media (max-width: 768px) { .container { padding: 0 16px; } }
.instant-layout { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.hero-instant { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; padding: 60px 0; }
.clock-face { width: 180px; height: 180px; border: 4px solid var(--primary); border-radius: 50%; position: relative; margin: 0 auto; }
.hand { position: absolute; bottom: 50%; left: 50%; background: var(--primary); border-radius: 4px; transform-origin: bottom center; }
.hand.hour { width: 4px; height: 50px; transform: translateX(-50%) rotate(30deg); }
.hand.minute { width: 3px; height: 70px; transform: translateX(-50%) rotate(180deg); }
.instant-content h1 { font-size: 2.4em; font-weight: 800; margin-bottom: 12px; }
.instant-content p { font-size: 1.05em; color: #4b5563; }
.instant-feed { margin: 40px 0; }
.feed-list { display: flex; flex-direction: column; gap: 14px; }
.feed-item { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); display: flex; gap: 16px; align-items: flex-start; border-left: 4px solid #be123c40; }
.feed-item.urgent { border-left-color: #dc2626; background: #fef2f2; }
.feed-time { font-size: 0.78em; font-weight: 800; color: var(--primary); white-space: nowrap; }
.feed-item h4 { font-size: 1.05em; }
@media (max-width: 768px) { .hero-instant { grid-template-columns: 1fr; text-align: center; } }

/* Gradients & Transparency */

.hero-focus .hero-image,
.hero-express .express-image,
.hero-default .hero-image {
  background: linear-gradient(135deg, #be123c25 0%, #fb718535 50%, #fecdd320 100%) !important;
}

.hero-dna .helix-bar { background: linear-gradient(90deg, #E30613, #000000) !important; opacity: 0.6; }

.hero-pulse {
  background: linear-gradient(180deg, #fff1f2 0%, #be123c08 50%, #fff1f2 100%);
}

.hero-globe .globe-ring {
  border: 1px solid #be123c18;
  background: radial-gradient(circle, #fecdd315 0%, transparent 70%);
}

.hero-aztec .step { background: linear-gradient(90deg, #E30613, #000000) !important; }

.hero-analysis .chart-bars { background: linear-gradient(180deg, #E3061310 0%, #E3061305 100%); }

.hero-instant .clock-face {
  background: radial-gradient(circle, #be123c10 0%, transparent 70%);
}

.hero-bridge .bridge-connector { background: linear-gradient(90deg, #E30613, #000000); }

.hero-bold .bold-content { background: linear-gradient(135deg, #E3061312 0%, #FCA5A515 100%); }

.hero-observer .panorama-bar {
  background: linear-gradient(90deg, #be123c, #fb7185, #fecdd3, #be123c);
}

.hero-observer .observer-horizon {
  background: linear-gradient(to bottom, #be123c12, transparent);
}

.hero-plus .layer { background: linear-gradient(90deg, #E30613, #000000) !important; }

.hero-borderless .borderless-image {
  background: linear-gradient(135deg, #be123c35 0%, #fb718525 50%, #fecdd315 100%) !important;
}

.hero-breaking .breaking-banner {
  background: linear-gradient(90deg, #dc2626, #ef4444) !important;
}

.hero-republic .republic-emblem {
  background: linear-gradient(135deg, #be123c15, #fb718510);
}

.hero-finance .finance-ticker .t-item {
  background: linear-gradient(135deg, #fff 0%, #be123c08 100%);
}

.hero-monitor .m-card {
  background: linear-gradient(135deg, #fff 0%, #be123c06 100%);
}

.hero-prophet .rays .ray {
  background: linear-gradient(to right, transparent, #fecdd3, transparent);
}

.hero-prophet {
  background: radial-gradient(circle at center, #be123c08 0%, transparent 60%);
}

.hero-radio .wave-container .wave { background: linear-gradient(to top, #E30613, #000000) !important; }

.hero-perspective .perspective-vanish {
  background: linear-gradient(180deg, #be123c08, transparent);
}

.hero-community .m-tile { background: linear-gradient(135deg, #E30613, #000000) !important; }

/* Card improvements */
.col-card, .pair-card, .rhythm-card, .world-card,
.aztec-card, .an-card, .feed-item, .bridge-card,
.bold-card, .obs-card, .plus-card, .bl-card,
.break-card, .rep-card, .news-card, .fin-card,
.mon-card, .pro-card, .sum-card, .rad-card,
.persp-card, .comm-card, .express-card, .d-article,
.entry, .brief-item, .news-item, .world-card {
  background: linear-gradient(135deg, #fff 0%, #be123c04 100%);
  backdrop-filter: blur(4px);
}

/* Button gradient */
.btn-primary { background: linear-gradient(135deg, #E30613 0%, #000000 100%); border: none; box-shadow: 0 4px 14px #E3061330; }
.btn-primary:hover { background: linear-gradient(135deg, #000000 0%, #E30613 100%); color: #fff; box-shadow: 0 6px 20px #E3061340; }

/* Section subtle backgrounds */
.latest-grid,
.timeline-vertical,
.rhythm-grid,
.world-grid,
.express-grid,
.daily-brief,
.aztec-grid,
.analysis-grid,
.instant-feed,
.bridge-grid,
.diary-entries,
.bold-grid,
.observer-grid,
.plus-grid,
.borderless-grid,
.breaking-grid,
.republic-grid,
.news-grid,
.finance-grid,
.monitor-grid,
.prophet-grid,
.summary-grid,
.radio-grid,
.persp-grid,
.comm-grid,
.paired-grid,
.featured-columns,
.daily-columns,
.content-grid {
  position: relative;
}

/* Footer gradient */
.site-footer {
  background: linear-gradient(180deg, #881337 0%, #9f1239 100%);
}

/* Header glass effect */
header {
  backdrop-filter: blur(12px);
  background: linear-gradient(135deg, #9f1239ee 0%, #fb7185dd 100%) !important;
}

/* Tag enhancements */
.tag, .category-tag {
  background: linear-gradient(135deg, #fecdd3 0%, #fb718530 100%);
  border: 1px solid #be123c20;
}

/* Image placeholders with subtle patterns */
.hero-image span,
.card-img span,
.rhythm-img span,
.world-img span,
.az-img span,
.pair-img span,
.ex-img span,
.lead-image span,
.bold-img span,
.obs-img span,
.plus-img span,
.bl-img span,
.break-img span,
.rep-img span,
.pro-img span,
.persp-img span,
.comm-mosaic span {
  background: linear-gradient(45deg, #be123c10 25%, transparent 25%, transparent 50%, #be123c10 50%, #be123c10 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Smooth transitions */
* {
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover glow effects */
.col-card:hover, .pair-card:hover, .rhythm-card:hover, .world-card:hover,
.aztec-card:hover, .an-card:hover, .bridge-card:hover, .bold-card:hover,
.obs-card:hover, .plus-card:hover, .break-card:hover, .rep-card:hover,
.news-card:hover, .fin-card:hover, .pro-card:hover, .sum-card:hover,
.rad-card:hover, .persp-card:hover, .comm-card:hover, .express-card:hover {
  box-shadow: 0 8px 30px #be123c20, 0 2px 8px rgba(0,0,0,0.08);
}

/* ============================================
   ARTICLE CARD ENHANCEMENTS - cms-nuevos3
   Enhanced cards with site color adaptability
   ============================================ */

/* Enhanced Hero Cards */
.hero-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary, #0e7490), var(--secondary, #2dd4bf));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.hero-card:hover::before {
    opacity: 1;
}

.hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15), 0 4px 12px rgba(0,0,0,0.1);
}

.hero-card img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}

.hero-card:hover img {
    transform: scale(1.05);
    filter: brightness(1.06);
}

.hero-card .hero-content {
    transition: transform 0.4s ease;
}

.hero-card:hover .hero-content {
    transform: translateY(-4px);
}

/* Enhanced News Cards */
.news-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.98) 100%);
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary, #0e7490), var(--secondary, #2dd4bf));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.news-card:hover::before {
    opacity: 1;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.08), 0 0 0 1px rgba(0,0,0,0.04);
}

.news-card img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card:hover img {
    transform: scale(1.06);
}

.news-card .news-content {
    transition: transform 0.3s ease;
    padding: 20px;
}

.news-card:hover .news-content {
    transform: translateY(-2px);
}

.news-card .news-title {
    transition: color 0.3s ease;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.news-card:hover .news-title {
    color: var(--primary, #0e7490);
}

.news-card .news-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
}

.news-card .news-category {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--primary, #0e7490);
    margin-bottom: 10px;
    display: inline-block;
    padding: 3px 10px;
    background: var(--light, #99f6e4);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.news-card:hover .news-category {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Enhanced News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}

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

/* Enhanced Custom Cards (rep-card, entry, etc.) */
.rep-card,
.entry,
.col-card,
.pair-card,
.rhythm-card,
.world-card,
.aztec-card,
.an-card,
.feed-item,
.bridge-card,
.bold-card,
.obs-card,
.plus-card,
.bl-card,
.break-card,
.fin-card,
.mon-card,
.pro-card,
.sum-card,
.rad-card,
.persp-card,
.comm-card,
.express-card,
.d-article,
.brief-item,
.news-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.rep-card:hover,
.entry:hover,
.col-card:hover,
.pair-card:hover,
.rhythm-card:hover,
.world-card:hover,
.aztec-card:hover,
.an-card:hover,
.feed-item:hover,
.bridge-card:hover,
.bold-card:hover,
.obs-card:hover,
.plus-card:hover,
.break-card:hover,
.fin-card:hover,
.mon-card:hover,
.pro-card:hover,
.sum-card:hover,
.rad-card:hover,
.persp-card:hover,
.comm-card:hover,
.express-card:hover,
.d-article:hover,
.brief-item:hover,
.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1), 0 4px 12px rgba(0,0,0,0.06);
}

/* Smooth fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-card,
.news-card,
.rep-card,
.entry {
    animation: fadeInUp 0.5s ease forwards;
}

.hero-card:nth-child(1) { animation-delay: 0.05s; }
.hero-card:nth-child(2) { animation-delay: 0.1s; }
.news-card:nth-child(1) { animation-delay: 0.05s; }
.news-card:nth-child(2) { animation-delay: 0.1s; }
.news-card:nth-child(3) { animation-delay: 0.15s; }
.news-card:nth-child(4) { animation-delay: 0.2s; }
.rep-card:nth-child(1) { animation-delay: 0.05s; }
.rep-card:nth-child(2) { animation-delay: 0.1s; }
.entry:nth-child(1) { animation-delay: 0.05s; }
.entry:nth-child(2) { animation-delay: 0.1s; }

/* Section title enhancements */
.section-title {
    font-size: 1.8em;
    margin-bottom: 32px;
    font-weight: 800;
    position: relative;
    padding-bottom: 14px;
}

.section-title::after {
    width: 60px;
    height: 4px;
    border-radius: 2px;
}

/* Button enhancements */
.btn-primary {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.btn-primary:hover { background: linear-gradient(135deg, #000000 0%, #E30613 100%); color: #fff; box-shadow: 0 6px 20px #E3061340; }

/* Category tag enhancements */
.category-tag,
.tag {
    transition: all 0.3s ease;
}

.category-tag:hover,
.tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .hero-card,
    .news-card,
    .rep-card,
    .entry,
    .hero-card img,
    .news-card img,
    .hero-card .hero-content,
    .news-card .news-content {
        transition: none;
        animation: none;
    }
    
    .hero-card:hover,
    .news-card:hover,
    .rep-card:hover,
    .entry:hover {
        transform: none;
    }
    
    .hero-card:hover img,
    .news-card:hover img {
        transform: none;
    }
}


/* ===== UNIQUE LOADER (graph/pprDltFlp) ===== */
.loader {
  position: relative;
  background: #be123c;
  width: 80px;
  height: 30px;
  line-height: 18px;
  text-align: center;
  color: #931010;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 14px;
  box-sizing: border-box;
  border: 5px groove #de3500;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 7px #0002;
}
.loader:before {
  content: "";
  width: 70px;
  height: 80px;
  box-shadow: 0 0 10px #0003;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: calc(100% + 6px);
  animation: loadPaper 4s ease-in infinite;
}
.loader:after {
  content: "";
  width: 70px;
  height: 80px;
  background: linear-gradient(to right, #fff 50%, #0000 51%);
  background-size: 9px 80px;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: calc(100% + 6px);
  animation: disposePaper 4s ease-in infinite;
}

@keyframes loadPaper {
  0%,
  10% {
    height: 80px;
    bottom: calc(100% + 40px);
  }
  50% {
    height: 80px;
    bottom: calc(100% + 6px);
  }
  75%,
  100% {
    height: 0px;
    bottom: calc(100% + 6px);
  }
}

@keyframes disposePaper {
  0%,
  50% {
    height: 0px;
    top: calc(100% + 6px);
  }
  75% {
    height: 80px;
    top: calc(100% + 6px);
    opacity: 1;
  }
  100% {
    height: 80px;
    top: calc(100% + 40px);
    opacity: 0;
  }
}

/* ===== ENHANCED MODERN HEADER ===== */
.site-header-modern {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
  color: #fff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 80px;
}
.header-brand { display: flex; align-items: center; gap: 16px; }
.logo-link { display: flex; align-items: center; text-decoration: none; transition: transform 0.3s; }
.logo-link:hover { transform: scale(1.02); }
.logo-img { height: 52px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }
.header-brand-text { display: flex; flex-direction: column; }
.brand-name { font-size: 1.3em; font-weight: 800; letter-spacing: 1px; color: #fff; line-height: 1.1; }
.brand-tagline { font-size: 0.65em; color: rgba(255,255,255,0.5); letter-spacing: 2px; text-transform: uppercase; }

.header-center { flex: 1; display: flex; justify-content: center; }
.main-nav { display: flex; gap: 8px; align-items: center; }
.nav-link {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}
.nav-link:hover { color: #fff; background: rgba(255,255,255,0.1); }
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #be123c;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}
.nav-link:hover::after { width: 60%; }
.nav-link.active { color: #fff; background: rgba(190, 18, 60, 0.3); }

.header-right { display: flex; align-items: center; gap: 16px; }
.header-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.7em;
  color: rgba(255,255,255,0.6);
}
.header-date-day { font-weight: 700; color: rgba(255,255,255,0.9); font-size: 1.1em; }
.header-date-time { letter-spacing: 1px; }

.social-links { display: flex; gap: 12px; }
.social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.85em;
}
.social-link:hover { background: #be123c; transform: translateY(-2px); }

.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.4em; cursor: pointer; padding: 8px; border-radius: 8px; transition: background 0.3s; }
.nav-toggle:hover { background: rgba(255,255,255,0.1); }

/* ===== ENHANCED MODERN FOOTER ===== */
.site-footer-modern {
  background: linear-gradient(180deg, #0f0f1a 0%, #1a1a2e 50%, #0f0f1a 100%);
  color: rgba(255,255,255,0.85);
  padding: 80px 20px 50px;
  margin-top: 80px;
  position: relative;
}
.site-footer-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #be123c, #fb7185, #be123c);
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; margin-bottom: 50px; }
.footer-brand-img { height: 48px; width: auto; filter: brightness(0) invert(1); margin-bottom: 20px; }
.footer-desc { font-size: 0.9em; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.footer-social .social-link { width: 40px; height: 40px; font-size: 0.9em; }

.footer-col-title { font-size: 0.8em; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #fff; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid #be123c; display: inline-block; }
.footer-links-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links-list li a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.9em; transition: all 0.3s; display: flex; align-items: center; gap: 8px; }
.footer-links-list li a::before { content: '›'; color: #be123c; font-weight: bold; }
.footer-links-list li a:hover { color: #fff; padding-left: 4px; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-copy { font-size: 0.8em; color: rgba(255,255,255,0.4); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.8em; transition: color 0.3s; }
.footer-legal a:hover { color: rgba(255,255,255,0.8); }

/* ===== NEWS TICKER ===== */
.news-ticker-wrap {
  display: flex;
  align-items: center;
  background: #be123c;
  color: #fff;
  overflow: hidden;
  height: 42px;
}
.ticker-label {
  background: #1a1a2e;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.ticker-viewport { flex: 1; overflow: hidden; mask-image: linear-gradient(to right, #000, #000 95%, transparent); }
.ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  will-change: transform;
}
.ticker-msg { padding: 0 24px; font-size: 0.85em; font-weight: 500; white-space: nowrap; }
.ticker-msg:hover { color: #fb7185; text-decoration: underline; }
.ticker-sep { color: rgba(255,255,255,0.4); font-size: 0.7em; padding: 0 8px; }

/* ===== PULSE LOADER ===== */
#site-preloader { background: #fff; }
.pulse-loader {
  display: flex;
  gap: 8px;
}
.pulse-dot {
  width: 12px;
  height: 12px;
  background: #be123c;
  border-radius: 50%;
  animation: pulseAnim 1.4s ease-in-out infinite;
}
.pulse-dot:nth-child(2) { animation-delay: 0.2s; }
.pulse-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes pulseAnim {
  0%, 100% { transform: scale(0.8); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 1; }
}

/* ===== MOBILE ===== */
@media (max-width: 1024px) {
  .header-center { display: none; }
  .header-right { display: none; }
  .header-inner { padding: 0 20px; }
}

@media (max-width: 768px) {
  .container { padding: 0 var(--space-md) !important; }
  .site-footer { padding: 40px var(--space-md) 30px; }
  .legal-page { padding: 0 var(--space-md); }
  .main-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    flex-direction: column;
    padding: 24px;
    gap: 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    border-top: 1px solid rgba(255,255,255,0.05);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-link { padding: 14px 20px; font-size: 1em; border-radius: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 600px) {
  .site-footer { padding: 30px var(--space-sm); }
  .legal-page { padding: 0 var(--space-sm); }
  .news-grid { gap: 20px; }
}
