:root {
  --primary: #be123c;
  --secondary: #fb7185;
  --light: #fecdd3;
  --bg: #fff1f2;
  --text: #881337;
  --header: #9f1239;
}
* { 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: transparent; color: var(--primary); }
.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; } }
.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, #be123c, #fb7185) !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, #be123c, #fb7185) !important;
}

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

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

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

.hero-bold .bold-content {
  background: linear-gradient(135deg, #be123c12 0%, #fecdd315 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, #be123c, #fb7185) !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, #be123c, #fb7185) !important;
}

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

.hero-community .m-tile {
  background: linear-gradient(135deg, #be123c, #fb7185) !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, #be123c 0%, #fb7185 100%);
  border: none;
  box-shadow: 0 4px 14px #be123c30;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #fb7185 0%, #be123c 100%);
  color: #fff;
  box-shadow: 0 6px 20px #be123c40;
}

/* 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);
}
