@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Orbitron:wght@700;800;900&family=Source+Serif+4:opsz,wght@8..60,400..900&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  color-scheme: light;
  --ink: #101114;
  --muted: #626b78;
  --line: #dde2ea;
  --paper: #ffffff;
  --wash: #f3f5f8;
  --black: #08090c;
  --red: #d31937;
  --blue: #1e5eff;
  --yellow: #f6c445;
  --green: #0b7a55;
  --shadow: 0 24px 70px rgba(14, 18, 27, 0.12);
  --font-display:
    "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body:
    "Manrope", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-brand:
    "Space Grotesk", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f6f9fd;
  color: var(--ink);
  font-family: var(--font-body);
  font-optical-sizing: auto;
  line-height: 1.5;
  letter-spacing: 0;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(118deg, rgba(30, 94, 255, 0.1) 0 13%, transparent 13% 48%, rgba(246, 196, 69, 0.08) 48% 51%, transparent 51% 100%),
    linear-gradient(28deg, transparent 0 58%, rgba(211, 25, 55, 0.08) 58% 62%, transparent 62% 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.44) 0 1px, transparent 1px 92px),
    linear-gradient(180deg, #fbfdff 0%, #eef5fb 52%, #f9fbff 100%);
  background-size: 160% 160%, 190% 190%, 92px 92px, auto;
  animation: signalField 32s ease-in-out infinite alternate;
}

body::after {
  z-index: -2;
  background:
    repeating-linear-gradient(90deg, rgba(16, 30, 48, 0.032) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(180deg, rgba(16, 30, 48, 0.026) 0 1px, transparent 1px 96px),
    linear-gradient(116deg, transparent 0 42%, rgba(255, 255, 255, 0.44) 47%, transparent 53% 100%);
  background-size: 96px 96px, 96px 96px, 260% 260%;
  opacity: 0.7;
  animation: gridDrift 26s linear infinite;
}

.site-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  mix-blend-mode: multiply;
  pointer-events: none;
}

@keyframes signalField {
  to {
    background-position: 100% 34%, 0 100%, 46px 46px, 0 0;
  }
}

@keyframes gridDrift {
  to {
    background-position: 96px 0, 0 96px, 100% 100%;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 14% 50%, rgba(111, 193, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(5, 8, 15, 0.96), rgba(7, 13, 24, 0.9)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 84px),
    #080c14;
  box-shadow: 0 18px 46px rgba(8, 9, 12, 0.18);
  backdrop-filter: blur(18px);
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-header::before {
  background:
    linear-gradient(90deg, rgba(30, 94, 255, 0.24), transparent 28%, rgba(246, 196, 69, 0.08) 52%, transparent 74%, rgba(211, 25, 55, 0.2)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 46%);
  opacity: 0.82;
}

.site-header::after {
  background: linear-gradient(112deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 48%, transparent 55% 100%);
  background-size: 230% 230%;
  animation: headerSweep 20s linear infinite;
  opacity: 0.34;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  width: 146px;
  height: 88px;
  filter:
    drop-shadow(0 0 22px rgba(111, 193, 255, 0.34))
    drop-shadow(0 18px 22px rgba(0, 0, 0, 0.22));
  perspective: 420px;
  transform-style: preserve-3d;
  animation: brandMapFloat 14s ease-in-out infinite alternate;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}

.brand-mark::before {
  inset: 18px 26px 8px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(126, 232, 255, 0.22), transparent 58%),
    radial-gradient(ellipse at 50% 70%, rgba(246, 196, 69, 0.16), transparent 64%);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(111, 193, 255, 0.16),
    inset 0 0 18px rgba(111, 193, 255, 0.1);
  transform: rotateX(68deg) translateY(18px);
  opacity: 0.72;
  animation: brandBasePulse 9s ease-in-out infinite alternate;
}

.brand-mark::after {
  display: none;
}

.brand-mark img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotateX(3deg) rotateY(-8deg) translateZ(18px);
  transform-origin: 44% 58%;
  filter:
    drop-shadow(0 0 8px rgba(255, 247, 191, 0.14))
    drop-shadow(0 0 16px rgba(139, 212, 255, 0.24));
}

.brand strong,
.brand small {
  display: block;
}

.brand-hologram {
  display: grid;
  gap: 0;
  position: relative;
  min-width: clamp(190px, 19vw, 248px);
  border: 1px solid rgba(111, 193, 255, 0.2);
  border-radius: 8px;
  padding: 11px 20px 12px;
  background:
    radial-gradient(ellipse at 8% 48%, rgba(126, 232, 255, 0.12), transparent 38%),
    linear-gradient(120deg, rgba(111, 193, 255, 0.1), rgba(255, 255, 255, 0.026) 48%, rgba(246, 196, 69, 0.07)),
    rgba(7, 15, 29, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 18px rgba(111, 193, 255, 0.08),
    0 0 34px rgba(246, 196, 69, 0.035);
  overflow: hidden;
  transform: translateZ(0);
  animation: brandTextFloat 13s ease-in-out infinite alternate;
}

.brand-hologram::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px);
  opacity: 0.26;
  pointer-events: none;
}

.brand-hologram strong {
  position: relative;
  z-index: 1;
  color: transparent;
  font-family: var(--font-brand);
  font-size: clamp(1.08rem, 1.65vw, 1.42rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.055em;
  background:
    linear-gradient(94deg, #f8fcff 0%, #bdefff 38%, #ffffff 58%, #ffe08a 83%, #f8fcff 100%);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  transform: skewX(-9deg) scaleX(1.12);
  transform-origin: left center;
  filter:
    drop-shadow(0 0 5px rgba(126, 232, 255, 0.22))
    drop-shadow(0 0 10px rgba(246, 196, 69, 0.08));
}

.brand-hologram small {
  color: rgba(246, 196, 69, 0.86);
  font-family: var(--font-brand);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes holoOrbit {
  to {
    transform: rotate(348deg);
  }
}

@keyframes holoSweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes brandMapFloat {
  to {
    transform: translate3d(0, -2px, 0) rotateX(0deg);
  }
}

@keyframes brandBasePulse {
  to {
    opacity: 0.9;
    transform: rotateX(68deg) translateY(16px) scale(1.04);
  }
}

@keyframes brandTextFloat {
  to {
    transform: translate3d(0, -1px, 0);
  }
}

.brand > strong {
  color: white;
  font-family: var(--font-brand);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 850;
  line-height: 1.02;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.12);
}

.brand > small {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-brand);
  font-size: clamp(0.76rem, 1vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0;
}

@keyframes headerSweep {
  to {
    background-position: 100% 100%;
  }
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a {
  flex: 0 0 auto;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 850;
  padding: 10px 12px;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.header-status {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 150px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
}

.header-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(211, 25, 55, 0.12);
}

main {
  width: min(1320px, calc(100% - 40px));
  margin: clamp(18px, 2.2vw, 30px) auto 0;
}

.front-page,
.main-lede,
.live-feed,
.local-radar,
.edition-section,
.local-section {
  display: none;
}

.front-page {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.55fr) minmax(280px, 0.6fr);
  gap: 14px;
  min-height: 560px;
}

.main-lede,
.live-feed,
.local-radar,
.news-board,
.news-card,
.edition-grid article,
.local-feature,
.local-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.main-lede {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(125deg, rgba(8, 9, 12, 0.98), rgba(8, 9, 12, 0.74)),
    linear-gradient(35deg, rgba(30, 94, 255, 0.38), transparent 40%),
    linear-gradient(315deg, rgba(211, 25, 55, 0.32), transparent 38%),
    var(--black);
  color: white;
}

.alive-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}

.main-lede::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
  opacity: 0.52;
}

.main-lede::after {
  content: "POLITIC";
  position: absolute;
  right: -14px;
  top: 42px;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 950;
  line-height: 1;
}

.lede-topline,
.main-lede h1,
.main-lede p,
.lede-brief,
.alive-strip {
  position: relative;
  z-index: 1;
}

.lede-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: auto;
}

.lede-topline span,
.tag,
.score-badge,
.card-meta span,
.edition-grid span,
.local-feature > span,
.heat {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 950;
  white-space: nowrap;
}

.lede-topline span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.11);
  color: white;
  padding: 8px 10px;
}

.main-lede h1 {
  max-width: 780px;
  margin: 120px 0 16px;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-family: var(--font-display);
  font-weight: 950;
  line-height: 0.96;
  text-wrap: balance;
}

.main-lede p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.lede-brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  margin-top: 26px;
}

.lede-brief div {
  background: rgba(255, 255, 255, 0.09);
  padding: 14px;
}

.lede-brief strong {
  display: block;
  margin-bottom: 4px;
  color: white;
  font-size: 0.88rem;
}

.lede-brief span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.alive-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.alive-strip span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 7px 9px;
}

.live-feed,
.local-radar {
  padding: 18px;
}

.live-feed {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 251, 0.92)),
    repeating-linear-gradient(135deg, rgba(211, 25, 55, 0.08) 0 1px, transparent 1px 18px);
}

.local-radar {
  background:
    radial-gradient(circle at 82% 18%, rgba(30, 94, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 249, 0.9));
}

.section-label,
.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.live-feed {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.live-feed a {
  display: grid;
  align-content: center;
  gap: 7px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
  flex: 1;
}

.live-feed a:first-of-type {
  border-top: 4px solid var(--ink);
}

.live-feed b {
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.18;
}

.live-feed span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.local-radar {
  display: flex;
  flex-direction: column;
}

.map-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.map-frame::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 90deg, transparent 0 68%, rgba(255, 255, 255, 0.16), transparent 74% 100%);
  animation: mapSweep 9s linear infinite;
  pointer-events: none;
}

.local-radar img {
  width: 100%;
  min-height: 292px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #111;
  display: block;
}

.map-dot {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 950;
  padding: 5px 7px;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 0 rgba(211, 25, 55, 0.38),
    0 0 22px rgba(255, 255, 255, 0.28);
  animation: dotPulse 2.8s ease-in-out infinite;
}

.map-dot:hover,
.map-dot.is-active {
  background: var(--red);
  color: white;
}

.dot-bucuresti {
  left: 70%;
  top: 58%;
}

.dot-bihor {
  left: 23%;
  top: 33%;
  animation-delay: 0.4s;
}

.dot-cluj {
  left: 37%;
  top: 43%;
  animation-delay: 0.8s;
}

.dot-iasi {
  left: 76%;
  top: 33%;
  animation-delay: 1.2s;
}

.dot-constanta {
  left: 82%;
  top: 68%;
  animation-delay: 1.6s;
}

@keyframes dotPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(211, 25, 55, 0.3),
      0 0 18px rgba(255, 255, 255, 0.24);
  }

  50% {
    box-shadow:
      0 0 0 10px rgba(211, 25, 55, 0),
      0 0 28px rgba(255, 255, 255, 0.38);
  }
}

@keyframes mapSweep {
  to {
    transform: rotate(360deg);
  }
}

.local-radar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.local-radar-list span {
  border-radius: 999px;
  background: #eef2f8;
  color: #20242b;
  font-size: 0.78rem;
  font-weight: 950;
  padding: 7px 9px;
}

.local-radar::after {
  content: "Bihor: contracte locale  /  Cluj: transport  /  Iași: școli";
  display: block;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
  margin-top: auto;
  padding-top: 14px;
}

.news-board {
  margin-top: 16px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.94)),
    radial-gradient(circle at 95% 6%, rgba(30, 94, 255, 0.12), transparent 22%);
}

.pulse-section {
  margin-top: 16px;
  border: 1px solid rgba(16, 17, 20, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 9, 12, 0.96), rgba(8, 9, 12, 0.88)),
    radial-gradient(circle at 10% 0%, rgba(30, 94, 255, 0.18), transparent 32%),
    radial-gradient(circle at 100% 80%, rgba(211, 25, 55, 0.14), transparent 34%);
  color: white;
  padding: 16px;
  box-shadow: 0 26px 80px rgba(8, 9, 12, 0.22);
}

.pulse-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.pulse-heading .eyebrow {
  margin-bottom: 0;
  color: white;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: none;
}

.pulse-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
  min-width: 0;
}

.rank-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.06);
  overflow: hidden;
  min-width: 0;
}

.rank-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 13px 14px;
}

.rank-panel-head strong {
  font-size: 1rem;
}

.rank-panel-head span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 850;
}

.rank-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.1);
  min-width: 0;
}

.rank-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(17, 19, 24, 0.9);
  min-height: 86px;
  padding: 12px 14px 16px;
  min-width: 0;
}

.rank-position {
  color: var(--yellow);
  font-size: 1.12rem;
  font-weight: 950;
}

.rank-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  overflow: hidden;
}

.rank-copy a,
.rank-copy strong,
.rank-copy button {
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.15;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 0;
  text-align: left;
}

.rank-copy a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rank-copy strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rank-copy a:hover,
.rank-copy button:hover {
  color: #ffe29a;
}

.rank-copy small {
  color: rgba(255, 255, 255, 0.64);
  display: block;
  font-weight: 750;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-meter {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 3px;
  overflow: hidden;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
}

.rank-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--yellow), var(--red));
}

.rank-change {
  justify-self: end;
  border-radius: 999px;
  background: rgba(246, 196, 69, 0.14);
  color: #ffe29a;
  font-size: 0.74rem;
  padding: 7px 9px;
  white-space: nowrap;
}

.rank-change.is-hot {
  background: rgba(211, 25, 55, 0.22);
  color: #ffcbd4;
}

.board-header,
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 950;
  line-height: 1.02;
  text-wrap: balance;
}

.controls {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.board-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 0.84rem;
  font-weight: 950;
  padding: 9px 12px;
  white-space: nowrap;
}

.board-action:hover {
  background: #232833;
}

.search-box {
  display: grid;
  gap: 6px;
}

.search-box span,
.select-box span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.search-box input,
.select-box select {
  width: min(270px, 70vw);
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink);
  outline: none;
  padding: 0 12px;
}

.select-box {
  display: grid;
  gap: 6px;
}

.select-box select {
  width: min(210px, 60vw);
  cursor: pointer;
  font-weight: 750;
}

.search-box input:focus,
.select-box select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(30, 94, 255, 0.12);
}

.segmented {
  display: flex;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  padding: 4px;
  overflow-x: auto;
}

.segmented button {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #343a45;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 950;
  padding: 7px 10px;
  white-space: nowrap;
}

.segmented button.is-active {
  background: var(--ink);
  color: white;
}

.content-grid {
  display: block;
  margin-top: 16px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.news-card {
  grid-column: span 3;
  min-height: 230px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(30, 94, 255, 0.08), transparent 44%),
    repeating-linear-gradient(90deg, rgba(16, 17, 20, 0.025) 0 1px, transparent 1px 26px);
  opacity: 0.8;
  pointer-events: none;
}

.news-card:nth-child(2n)::before {
  background:
    linear-gradient(135deg, rgba(211, 25, 55, 0.08), transparent 44%),
    repeating-linear-gradient(90deg, rgba(16, 17, 20, 0.025) 0 1px, transparent 1px 26px);
}

.news-card:nth-child(3n)::before {
  background:
    linear-gradient(135deg, rgba(11, 122, 85, 0.08), transparent 44%),
    repeating-linear-gradient(90deg, rgba(16, 17, 20, 0.025) 0 1px, transparent 1px 26px);
}

.news-card > * {
  position: relative;
  z-index: 1;
}

.news-card:hover,
.news-card.is-selected {
  border-color: rgba(30, 94, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(30, 94, 255, 0.1);
}

.news-card:first-child {
  grid-column: span 6;
  min-height: 360px;
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(8, 9, 12, 0.97), rgba(24, 28, 36, 0.9)),
    radial-gradient(circle at 90% 8%, rgba(246, 196, 69, 0.2), transparent 34%);
  color: white;
}

.news-card:nth-child(2),
.news-card:nth-child(3) {
  grid-column: span 3;
  min-height: 360px;
}

.news-card:first-child::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px);
  background-size: 52px 52px;
}

.news-card:first-child h3 {
  font-size: clamp(1.75rem, 3vw, 3.35rem);
  line-height: 0.98;
}

.news-card:first-child p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
}

.news-card:first-child .score-badge,
.news-card:first-child .card-meta span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}

.news-card:first-child .tag {
  background: white;
  color: var(--ink);
}

.news-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.tag {
  background: rgba(11, 122, 85, 0.1);
  color: #075c41;
  padding: 6px 9px;
}

.tag.national {
  background: rgba(30, 94, 255, 0.1);
  color: #174bc6;
}

.tag.facebook {
  background: rgba(211, 25, 55, 0.1);
  color: #b3132d;
}

.score-badge {
  background: #eef2f8;
  color: #20242b;
  padding: 6px 9px;
}

.news-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.2;
  text-wrap: balance;
}

.news-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.card-meta span {
  border: 1px solid var(--line);
  background: #f8fafc;
  color: #475160;
  padding: 6px 8px;
}

.edition-section,
.local-section {
  margin-top: 54px;
}

.edition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.edition-grid article {
  min-height: 188px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(30, 94, 255, 0.12), transparent 34%);
}

.edition-grid article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(16, 17, 20, 0.08);
  border-radius: 50%;
}

.edition-grid span,
.local-feature > span,
.edition-grid strong {
  display: block;
  margin-top: 16px;
  font-size: 1.08rem;
  line-height: 1.18;
}

.edition-grid p {
  color: var(--muted);
  font-size: 0.9rem;
}

.local-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  margin-top: 16px;
}

.local-feature {
  min-height: 300px;
  padding: 24px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(11, 122, 85, 0.92), rgba(8, 9, 12, 0.88)),
    #0b7a55;
  color: white;
}

.local-feature > span {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}

.local-feature h3 {
  margin: 34px 0 12px;
  font-size: 1.72rem;
  line-height: 1.1;
}

.local-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.local-list {
  display: grid;
  gap: 10px;
}

.local-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 15px;
  box-shadow: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.94)),
    linear-gradient(90deg, rgba(11, 122, 85, 0.08), transparent 42%);
}

.local-item strong {
  display: block;
}

.local-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.heat {
  background: rgba(246, 196, 69, 0.28);
  color: #77560a;
  padding: 7px 9px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1240px, calc(100% - 32px));
  margin: 54px auto 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 26px 0 34px;
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

.site-footer nav,
.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 900;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: white;
  color: var(--muted);
  padding: 24px;
  text-align: center;
}

@media (max-width: 1080px) {
  .front-page,
  .content-grid,
  .local-grid {
    grid-template-columns: 1fr;
  }

  .front-page {
    min-height: 0;
  }

  .live-feed,
  .local-radar {
    min-height: 0;
  }

}

@media (max-width: 760px) {
  main,
  .header-inner,
  .site-footer {
    width: min(100% - 20px, 1240px);
  }

  .header-inner,
  .board-header,
  .pulse-heading,
  .section-heading,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .header-inner {
    gap: 10px;
    min-height: auto;
    padding: 10px 0;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .brand-hologram {
    min-width: min(100%, 170px);
    padding: 10px 14px 11px;
  }

  .brand-hologram strong {
    font-size: 1rem;
    letter-spacing: 0.035em;
    transform: skewX(-8deg) scaleX(1.04);
  }

  .main-nav {
    justify-content: space-between;
  }

  .main-nav a {
    padding: 8px 7px;
    font-size: 0.82rem;
  }

  .header-status {
    justify-content: flex-start;
  }

  .main-lede {
    min-height: 520px;
    padding: 22px;
  }

  .main-lede h1 {
    margin-top: 90px;
  }

  .lede-brief,
  .edition-grid {
    grid-template-columns: 1fr;
  }

  .controls {
    justify-content: flex-start;
  }

  .segmented {
    width: 100%;
  }

  .rank-list li {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .rank-meter,
  .rank-change {
    grid-column: auto;
  }

  .local-item {
    grid-template-columns: 1fr;
  }
}

/* Simplified publish-ready homepage */
.pulse-section {
  min-height: calc(100svh - 98px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: clamp(18px, 2.7vw, 32px);
}

.pulse-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  max-width: none;
  margin-bottom: 16px;
}

.pulse-heading .eyebrow {
  color: var(--yellow);
  font-size: clamp(1.35rem, 2.3vw, 2.05rem);
  text-transform: uppercase;
}

.pulse-heading > span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  max-width: 440px;
  font-size: 0.96rem;
  font-weight: 750;
  text-align: right;
}

.home-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.home-actions a,
.home-more-grid a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  color: white;
  padding: 13px 14px;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.home-actions a:hover,
.home-more-grid a:hover {
  border-color: rgba(246, 196, 69, 0.5);
  background:
    linear-gradient(135deg, rgba(246, 196, 69, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.home-actions span,
.home-more-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 900;
}

.home-actions strong,
.home-more-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.1;
}

.premium-home-ad,
.home-more {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.premium-home-ad {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
}

.premium-home-ad > span {
  border-radius: 999px;
  background: rgba(211, 25, 55, 0.1);
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 950;
  padding: 7px 9px;
  text-transform: uppercase;
}

.premium-home-ad strong {
  display: block;
  font-size: 1.02rem;
}

.premium-home-ad p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.premium-home-ad a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 0.82rem;
  font-weight: 950;
  padding: 8px 12px;
}

.home-more {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 9, 12, 0.96), rgba(17, 24, 37, 0.9)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 70px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 70px);
  color: white;
}

.home-more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, transparent 0 44%, rgba(255, 255, 255, 0.16) 49%, transparent 55% 100%);
  background-size: 230% 230%;
  animation: headerSweep 13s linear infinite;
  pointer-events: none;
}

.home-more > * {
  position: relative;
  z-index: 1;
}

.home-more h2 {
  max-width: 320px;
  color: white;
}

.home-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-more-grid a {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.05);
  color: white;
}

.home-more-grid span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.35;
}

.rank-panel-head {
  background: rgba(255, 255, 255, 0.07);
  padding: 14px 15px;
}

.rank-panel-head strong {
  font-size: 1.08rem;
}

.rank-list li {
  min-height: 86px;
  padding: 12px 15px 16px;
}

.rank-position {
  font-size: 1.26rem;
}

.rank-copy a,
.rank-copy strong,
.rank-copy button {
  font-size: 0.94rem;
}

.news-board {
  margin-top: 18px;
}

.news-card h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 950;
}

.pulse-section {
  min-height: auto;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 30px);
  background:
    linear-gradient(145deg, rgba(7, 12, 22, 0.94), rgba(13, 22, 36, 0.84)),
    linear-gradient(116deg, rgba(96, 170, 255, 0.2) 0 18%, transparent 42%, rgba(255, 116, 137, 0.14) 78%, transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 46px),
    #07111f;
  box-shadow: 0 26px 84px rgba(9, 22, 42, 0.2);
  backdrop-filter: blur(18px);
}

.pulse-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.044) 0 1px, transparent 1px 104px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.036) 0 1px, transparent 1px 104px),
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.12) 48%, transparent 55% 100%);
  background-size: 104px 104px, 104px 104px, 260% 260%;
  mask-image: linear-gradient(180deg, black, black 82%, transparent);
  opacity: 0.62;
  animation: gridDrift 24s linear infinite;
  pointer-events: none;
}

.pulse-section > * {
  position: relative;
  z-index: 1;
}

.pulse-heading {
  margin-bottom: 10px;
}

.pulse-heading > span {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 1.2vw, 1.04rem);
  text-align: left;
}

.pulse-grid {
  gap: clamp(14px, 2vw, 22px);
  margin-top: 0;
}

.pulse-section .rank-list {
  gap: 6px;
  background: rgba(255, 255, 255, 0.035);
  padding: 8px;
}

.rank-panel {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.065)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 52px rgba(2, 8, 18, 0.18);
  backdrop-filter: blur(20px);
}

.rank-panel-head {
  align-items: center;
  min-height: 52px;
  padding: 14px 16px;
}

.rank-panel-head strong {
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  font-weight: 950;
}

.rank-panel-head span {
  font-size: 0.76rem;
  text-transform: none;
}

.rank-list li {
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 52%),
    rgba(15, 22, 34, 0.78);
  padding: 9px 14px 12px;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}

.rank-list li:hover {
  background:
    linear-gradient(90deg, rgba(246, 196, 69, 0.1), transparent 54%),
    rgba(24, 32, 46, 0.9);
  transform: translateY(-1px);
}

#storyRankList .story-rank-item {
  grid-template-columns: 32px 58px minmax(0, 1fr) auto;
  gap: 12px;
}

#placeRankList .place-rank-item {
  grid-template-columns: 32px 58px minmax(0, 1fr) auto;
  gap: 12px;
}

.rank-position {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(246, 196, 69, 0.24);
  border-radius: 8px;
  background: rgba(246, 196, 69, 0.08);
  color: var(--yellow);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 900;
}

.rank-thumb,
.story-row-visual,
.article-visual {
  --visual-a: #1e5eff;
  --visual-b: #111318;
  --visual-c: #f6c445;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 9px),
    linear-gradient(135deg, var(--visual-a), var(--visual-b) 64%, var(--visual-c));
}

.rank-thumb::after,
.story-row-visual::after,
.article-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(4, 10, 20, 0.52)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 38%);
  pointer-events: none;
}

.rank-thumb img,
.story-row-visual img,
.article-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rank-thumb {
  display: block;
  width: 58px;
  height: 42px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.place-map {
  display: block;
  position: relative;
  overflow: hidden;
  width: 58px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 14px rgba(111, 193, 255, 0.18));
}

.place-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.place-map span {
  display: none;
}

.rank-copy {
  min-width: 0;
}

.rank-copy a,
.rank-copy strong,
.rank-copy button {
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.rank-copy small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.rank-change {
  border: 1px solid rgba(246, 196, 69, 0.18);
  background: rgba(246, 196, 69, 0.11);
  font-size: 0.68rem;
  font-weight: 900;
  padding: 5px 7px;
}

.rank-meter {
  height: 2px;
}

.home-actions {
  margin-top: 10px;
}

.home-actions a,
.home-more-grid a {
  padding: 11px 13px;
}

.visual-budget {
  --visual-a: #163fba;
  --visual-b: #151821;
  --visual-c: #f6c445;
}

.visual-contracts {
  --visual-a: #d31937;
  --visual-b: #251119;
  --visual-c: #f6c445;
}

.visual-diaspora {
  --visual-a: #1e5eff;
  --visual-b: #111d35;
  --visual-c: #7cc7ff;
}

.visual-transport {
  --visual-a: #0b7a55;
  --visual-b: #10221d;
  --visual-c: #1e5eff;
}

.visual-schools {
  --visual-a: #f6c445;
  --visual-b: #262011;
  --visual-c: #d31937;
}

.visual-port {
  --visual-a: #0f8fc0;
  --visual-b: #10202b;
  --visual-c: #f6c445;
}

.visual-energy {
  --visual-a: #d31937;
  --visual-b: #201217;
  --visual-c: #1e5eff;
}

.visual-council {
  --visual-a: #7b4cff;
  --visual-b: #171327;
  --visual-c: #f6c445;
}

.visual-cityhall {
  --visual-a: #1e5eff;
  --visual-b: #172133;
  --visual-c: #0b7a55;
}

.visual-health {
  --visual-a: #0b7a55;
  --visual-b: #11221f;
  --visual-c: #d31937;
}

@keyframes visualSweep {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1080px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card,
  .news-card:nth-child(2),
  .news-card:nth-child(3) {
    grid-column: span 1;
    min-height: 250px;
  }

  .news-card:first-child {
    grid-column: 1 / -1;
    min-height: 320px;
  }
}

@media (max-width: 900px) {
  .pulse-grid {
    grid-template-columns: 1fr;
  }

  .pulse-section {
    justify-content: flex-start;
  }

  .pulse-heading {
    align-items: start;
    flex-direction: column;
  }

  .pulse-heading > span {
    max-width: 620px;
    text-align: left;
  }

  .home-more {
    grid-template-columns: 1fr;
  }

  .home-more h2 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .pulse-section {
    min-height: auto;
    padding: 14px;
  }

  .pulse-heading {
    gap: 6px;
    margin-bottom: 12px;
  }

  .pulse-heading .eyebrow {
    font-size: 1.45rem;
  }

  .rank-panel-head {
    padding: 12px;
  }

  .rank-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 94px;
    padding: 12px 12px 16px;
  }

  .rank-position {
    font-size: 1.08rem;
  }

  .rank-change {
    grid-column: 2;
    justify-self: start;
    padding: 5px 8px;
  }

  .rank-meter {
    right: 12px;
    left: 12px;
  }

  .home-actions,
  .home-more-grid {
    grid-template-columns: 1fr;
  }

  .home-actions a {
    padding: 12px;
  }

  .premium-home-ad {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
  }

  .premium-home-ad a {
    width: 100%;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card,
  .news-card:first-child,
  .news-card:nth-child(2),
  .news-card:nth-child(3) {
    grid-column: 1;
    min-height: auto;
  }

  .news-card:first-child h3 {
    font-size: 1.8rem;
  }

  .board-action,
  .search-box,
  .search-box input,
  .select-box,
  .select-box select,
  .segmented {
    width: 100%;
  }
}

/* Secondary pages */
.main-nav a[aria-current="page"] {
  background: var(--ink);
  color: white;
}

.page-shell,
.article-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 18px auto 0;
}

.page-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 9, 12, 0.96), rgba(8, 9, 12, 0.84)),
    radial-gradient(circle at 8% 12%, rgba(30, 94, 255, 0.22), transparent 34%),
    radial-gradient(circle at 92% 82%, rgba(211, 25, 55, 0.16), transparent 36%);
  color: white;
  min-height: 340px;
  padding: clamp(22px, 4vw, 44px);
  position: relative;
  box-shadow: 0 26px 80px rgba(8, 9, 12, 0.18);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, black, transparent 88%);
  pointer-events: none;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.compact-hero {
  min-height: 300px;
}

.analysis-hero {
  min-height: 380px;
}

.page-hero h1 {
  max-width: 860px;
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 950;
  line-height: 0.94;
  text-wrap: balance;
}

.page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
  font-weight: 720;
}

.primary-link,
.article-share a,
.article-share button,
.article-actions a,
.article-actions button,
.story-row-actions a,
.winner-actions a,
.monetization-band a,
.native-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(16, 17, 20, 0.14);
  border-radius: 8px;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 950;
  padding: 10px 14px;
  white-space: nowrap;
}

.page-hero .primary-link {
  border-color: rgba(255, 255, 255, 0.18);
  background: white;
  color: var(--ink);
}

.archive-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.reader-paths,
.archive-main,
.signal-board,
.winner-panel,
.decision-grid article,
.monetization-panel,
.article-page,
.article-barometer,
.article-top-panel,
.interaction-box,
.ad-slot,
.related-card,
.native-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.reader-paths,
.archive-main,
.signal-board,
.winner-panel,
.monetization-panel {
  padding: 18px;
}

.reader-paths h2 {
  margin: 0 0 14px;
  font-size: 1.32rem;
}

.reader-path {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
}

.reader-path:first-child {
  border-top: 0;
  padding-top: 0;
}

.reader-path b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #eef2f8;
  color: var(--blue);
  font-size: 0.8rem;
}

.reader-path strong,
.story-row h2,
.related-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 950;
  line-height: 1.12;
}

.reader-path p,
.story-row p,
.related-card p,
.signal-card p,
.decision-grid p,
.monetization-panel p,
.ad-slot p,
.native-panel p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.archive-tools {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.archive-insight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(16, 23, 34, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 23, 34, 0.96), rgba(29, 38, 58, 0.92)),
    linear-gradient(90deg, rgba(246, 196, 69, 0.18), transparent);
  color: white;
  margin-bottom: 12px;
  padding: 12px;
}

.archive-insight strong,
.archive-insight span {
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 7px 10px;
}

.archive-insight strong {
  background: rgba(246, 196, 69, 0.18);
  color: #f6c445;
}

.archive-insight span {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.story-list {
  display: grid;
  gap: 10px;
}

.story-row {
  display: grid;
  grid-template-columns: 52px 118px minmax(0, 1fr) 78px;
  gap: 14px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(30, 94, 255, 0.12), transparent 32%);
  padding: 14px;
}

.story-row-rank {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #111318;
  color: var(--yellow);
  font-weight: 950;
}

.story-row-visual {
  display: block;
  min-height: 108px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.story-row-body {
  display: grid;
  gap: 8px;
}

.story-row-meta,
.article-kicker,
.article-sources div,
.story-row-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.story-row-meta > span:not(.tag),
.article-kicker > span:not(.tag),
.story-row-actions span,
.article-sources span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fafc;
  color: #475160;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 6px 8px;
}

.story-row h2 {
  font-size: 1.24rem;
}

.story-row-actions {
  margin-top: 4px;
}

.story-row-actions a {
  min-height: 34px;
  padding: 7px 10px;
}

.mini-score {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  gap: 9px;
  min-height: 126px;
}

.mini-score strong {
  font-size: 1.4rem;
  line-height: 1;
}

.mini-score span {
  display: flex;
  align-items: flex-end;
  width: 14px;
  height: 100%;
  border-radius: 999px;
  background: #e8edf5;
  overflow: hidden;
}

.mini-score i {
  display: block;
  width: 100%;
  height: var(--score);
  border-radius: inherit;
  background: linear-gradient(180deg, var(--red), var(--yellow), var(--blue));
}

.monetization-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 17, 20, 0.94), rgba(24, 28, 36, 0.9)),
    linear-gradient(90deg, rgba(30, 94, 255, 0.22), transparent);
  color: white;
  padding: 20px;
}

.monetization-band span,
.native-panel span,
.ad-slot span,
.interaction-box span,
.winner-panel > span,
.side-heading span {
  display: block;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.monetization-band strong {
  display: block;
  margin-top: 3px;
  font-size: 1.06rem;
}

.monetization-band a {
  background: white;
  color: var(--ink);
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: 16px;
}

.article-page {
  padding: clamp(22px, 4vw, 48px);
}

.article-kicker {
  margin-bottom: 18px;
}

.article-page h1 {
  max-width: 890px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.8vw, 4.75rem);
  font-weight: 950;
  line-height: 0.96;
  text-wrap: balance;
}

.article-summary {
  max-width: 780px;
  margin: 18px 0 0;
  color: #384150;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  font-weight: 760;
}

.article-visual {
  max-width: 780px;
  aspect-ratio: 16 / 9;
  margin: 22px 0 0;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 22px 60px rgba(16, 17, 20, 0.12);
}

.article-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.article-share button {
  background: white;
  color: var(--ink);
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.article-actions button {
  background: white;
  color: var(--ink);
}

.article-body {
  max-width: 780px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.article-body p {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 430;
  margin: 0 0 18px;
  color: #252b35;
  font-size: 1.12rem;
  line-height: 1.78;
}

.article-sources {
  max-width: 780px;
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 18px;
}

.article-sources strong {
  display: block;
  margin-bottom: 10px;
}

.native-panel {
  max-width: 780px;
  margin-top: 22px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.96)),
    linear-gradient(90deg, rgba(246, 196, 69, 0.2), transparent);
}

.native-panel a {
  margin-top: 14px;
}

.article-side {
  display: grid;
  align-content: start;
  gap: 12px;
  position: sticky;
  top: 92px;
}

.article-barometer,
.interaction-box,
.ad-slot {
  padding: 18px;
}

.side-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.side-heading strong {
  color: #252b35;
  font-size: 0.86rem;
}

.pulse-meter {
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--line);
  padding: 13px 0;
}

.pulse-meter:first-child {
  border-top: 0;
  padding-top: 0;
}

.pulse-meter div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.pulse-meter strong {
  font-size: 0.9rem;
}

.pulse-meter span {
  font-size: 0.86rem;
  font-weight: 950;
}

.pulse-meter b {
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf5;
}

.pulse-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--yellow), var(--red));
}

.interaction-box strong,
.ad-slot strong {
  display: block;
  margin-top: 4px;
  font-size: 1.04rem;
}

.reaction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 14px;
}

.reaction-grid button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: #252b35;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 950;
  padding: 8px 6px;
}

.reaction-grid button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

#reactionNote {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.related-section {
  grid-column: 1 / -1;
  margin-top: 26px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.related-card {
  padding: 16px;
  min-height: 190px;
}

.related-card h3 {
  margin-top: 14px;
  font-size: 1.08rem;
}

.analysis-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 14px;
  margin-top: 16px;
}

.winner-panel {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  background:
    linear-gradient(145deg, rgba(8, 9, 12, 0.96), rgba(25, 29, 38, 0.92)),
    radial-gradient(circle at 80% 12%, rgba(246, 196, 69, 0.18), transparent 36%);
  color: white;
}

.winner-panel > span {
  color: var(--yellow);
}

.winner-panel h2 {
  margin-top: 16px;
  color: white;
}

.winner-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.winner-score {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.winner-score strong {
  color: var(--yellow);
  font-size: 2.2rem;
  line-height: 1;
}

.winner-score span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 950;
}

.winner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.winner-actions a:first-child {
  background: white;
  color: var(--ink);
}

.signal-board {
  background: rgba(255, 255, 255, 0.94);
}

#signalList {
  display: grid;
  gap: 10px;
}

.signal-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.95)),
    linear-gradient(90deg, rgba(30, 94, 255, 0.08), transparent);
  padding: 14px;
}

.signal-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.signal-top b {
  color: var(--blue);
}

.signal-top span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.signal-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.18;
}

.signal-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 12px;
}

.signal-metrics div {
  border-radius: 8px;
  background: #eef2f8;
  padding: 9px;
}

.signal-metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
}

.signal-metrics strong {
  display: block;
  margin-top: 3px;
  font-size: 1.04rem;
}

.decision-section,
.monetization-panel {
  margin-top: 16px;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.decision-grid article {
  padding: 18px;
}

.decision-grid b {
  color: var(--blue);
  font-size: 0.86rem;
}

.decision-grid strong {
  display: block;
  margin-top: 20px;
  font-size: 1.14rem;
}

.monetization-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
}

#monetizationList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#monetizationList article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  padding: 14px;
}

@media (max-width: 1080px) {
  .archive-layout,
  .article-shell,
  .analysis-grid,
  .monetization-panel {
    grid-template-columns: 1fr;
  }

  .article-side {
    position: static;
  }

  .related-grid,
  .decision-grid,
  #monetizationList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-shell,
  .article-shell {
    width: min(100% - 20px, 1240px);
  }

  .page-hero,
  .monetization-band {
    align-items: stretch;
    flex-direction: column;
  }

  .story-row {
    grid-template-columns: 1fr;
  }

  .story-row-rank {
    min-height: 44px;
  }

  .mini-score {
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    min-height: 0;
  }

  .mini-score span {
    width: 100%;
    height: 12px;
  }

  .mini-score i {
    width: var(--score);
    height: 100%;
  }

  .related-grid,
  .decision-grid,
  #monetizationList,
  .signal-metrics,
  .reaction-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  main,
  .header-inner,
  .site-footer {
    width: min(100% - 24px, 1240px);
  }

  .main-nav {
    justify-content: flex-start;
    width: 100%;
  }

  .brand-mark {
    width: 112px;
    height: 70px;
  }

  .pulse-section {
    padding: 12px;
  }

  .pulse-heading > span {
    font-size: 0.88rem;
  }

  .rank-panel-head span {
    display: none;
  }

  .pulse-section .rank-list {
    gap: 5px;
    padding: 6px;
  }

  .rank-list li {
    min-height: 64px;
    padding: 9px 10px 11px;
  }

  #storyRankList .story-rank-item {
    grid-template-columns: 30px 48px minmax(0, 1fr);
    gap: 8px;
  }

  #placeRankList .place-rank-item {
    grid-template-columns: 30px 48px minmax(0, 1fr);
    gap: 8px;
  }

  .rank-position {
    width: 26px;
    height: 26px;
    font-size: 0.84rem;
  }

  .rank-thumb,
  .place-map {
    width: 48px;
    height: 36px;
  }

  .rank-copy a,
  .rank-copy strong,
  .rank-copy button {
    font-size: 0.82rem;
  }

  #storyRankList .rank-change {
    display: none;
  }

  #placeRankList .rank-change {
    display: none;
    padding: 4px 6px;
  }

  .story-row-visual {
    min-height: 180px;
  }

  .article-visual {
    aspect-ratio: 4 / 3;
  }
}

/* Cosmic editorial refresh */
body {
  background: #050914;
  color: #101722;
}

body::before {
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 239, 197, 0.94) 0 18px, rgba(255, 239, 197, 0.24) 19px 38px, transparent 39px),
    linear-gradient(118deg, transparent 0 18%, rgba(87, 164, 255, 0.12) 18% 19%, transparent 20% 100%),
    linear-gradient(36deg, transparent 0 62%, rgba(246, 196, 69, 0.1) 62% 63%, transparent 64% 100%),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 122px),
    linear-gradient(180deg, #050914 0%, #091525 42%, #0d1220 100%);
  background-size: auto, 190% 190%, 170% 170%, 122px 122px, auto;
  animation: cosmicField 42s ease-in-out infinite alternate;
}

body::after {
  z-index: -2;
  background:
    radial-gradient(ellipse 72% 18% at 12% 108%, transparent 58%, rgba(139, 196, 255, 0.34) 59%, transparent 61%),
    radial-gradient(ellipse 92% 24% at 12% 108%, transparent 61%, rgba(246, 196, 69, 0.18) 62%, transparent 64%),
    radial-gradient(ellipse 112% 30% at 12% 108%, transparent 63%, rgba(255, 116, 137, 0.16) 64%, transparent 66%),
    repeating-linear-gradient(90deg, rgba(170, 205, 255, 0.035) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(180deg, rgba(170, 205, 255, 0.028) 0 1px, transparent 1px 112px);
  background-size: 120% 120%, 130% 130%, 140% 140%, 112px 112px, 112px 112px;
  opacity: 0.92;
  animation: orbitalRings 36s ease-in-out infinite alternate;
}

.site-canvas {
  opacity: 0.92;
  mix-blend-mode: screen;
}

@keyframes cosmicField {
  to {
    background-position: 0 0, 100% 28%, 0 100%, 61px 44px, 0 0;
  }
}

@keyframes orbitalRings {
  to {
    background-position: 2% -1%, -3% 2%, 4% -2%, 112px 0, 0 112px;
  }
}

.site-header {
  background:
    linear-gradient(180deg, rgba(4, 8, 16, 0.88), rgba(8, 14, 25, 0.72)),
    rgba(6, 11, 20, 0.86);
  border-bottom-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
}

main {
  width: min(1360px, calc(100% - 56px));
  margin: clamp(28px, 3vw, 46px) auto 0;
}

.pulse-section {
  margin-top: 0;
  padding: clamp(28px, 4vw, 58px);
  background:
    linear-gradient(145deg, rgba(8, 14, 26, 0.76), rgba(12, 22, 38, 0.62)),
    linear-gradient(116deg, rgba(111, 193, 255, 0.16), transparent 44%, rgba(255, 116, 137, 0.12)),
    rgba(7, 12, 22, 0.74);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 34px 110px rgba(0, 0, 0, 0.36);
}

.pulse-section::before {
  opacity: 0.44;
}

.pulse-grid {
  gap: clamp(22px, 3.4vw, 38px);
}

.rank-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.rank-panel-head {
  min-height: 66px;
  padding: 20px 22px;
}

.rank-panel-head strong {
  font-family: var(--font-brand);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  font-weight: 700;
}

.pulse-section .rank-list {
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.rank-list li {
  min-height: 74px;
  padding: 13px 18px 16px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent 58%),
    rgba(12, 20, 34, 0.82);
}

.rank-list.is-reordering li {
  will-change: transform;
}

.rank-list li.rank-is-moving {
  box-shadow:
    inset 0 0 0 1px rgba(246, 196, 69, 0.18),
    0 0 28px rgba(246, 196, 69, 0.12);
}

#storyRankList .story-rank-item,
#placeRankList .place-rank-item {
  grid-template-columns: 34px 64px minmax(0, 1fr) auto;
  gap: 16px;
}

.rank-thumb,
.place-map {
  width: 64px;
  height: 46px;
}

.rank-copy a,
.rank-copy strong,
.rank-copy button {
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.26;
}

.rank-change {
  font-weight: 800;
}

.premium-home-ad,
.home-more,
.reader-paths,
.archive-main,
.signal-board,
.winner-panel,
.monetization-panel,
.article-page,
.article-barometer,
.article-top-panel,
.interaction-box,
.ad-slot,
.related-card,
.native-panel {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
}

.premium-home-ad,
.home-more {
  margin-top: clamp(18px, 2.8vw, 34px);
}

.article-shell {
  width: min(1360px, calc(100% - 56px));
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.28fr);
  gap: clamp(22px, 3vw, 38px);
  margin-top: clamp(30px, 3vw, 48px);
  align-items: start;
}

.article-page {
  padding: clamp(34px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.92)),
    rgba(255, 255, 255, 0.94);
  min-width: 0;
  overflow: hidden;
}

.article-kicker {
  margin-bottom: 24px;
}

.article-page h1 {
  max-width: 920px;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.6vw, 5.2rem);
  font-weight: 820;
  line-height: 1.01;
  overflow-wrap: anywhere;
}

.article-summary {
  max-width: 760px;
  margin-top: 24px;
  color: #3c4656;
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  font-weight: 650;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.share-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 780px);
  border: 1px solid rgba(16, 23, 34, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0 0, rgba(246, 196, 69, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.9)),
    linear-gradient(90deg, rgba(30, 94, 255, 0.1), transparent 56%, rgba(211, 25, 55, 0.08));
  margin-top: 24px;
  padding: 16px;
}

.share-panel-bottom {
  margin: 30px 0 0;
}

.share-panel > div > span {
  display: block;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.share-panel strong {
  display: block;
  color: #101722;
  font-family: var(--font-brand);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.2;
}

.share-note {
  max-width: 330px;
  margin: 6px 0 0;
  color: #596474;
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.42;
}

.article-top-cta {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(210px, auto);
  gap: 16px;
  align-items: center;
  width: min(100%, 860px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 50%, rgba(246, 196, 69, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(9, 15, 29, 0.98), rgba(20, 28, 47, 0.94) 52%, rgba(53, 16, 34, 0.92));
  box-shadow: 0 24px 70px rgba(8, 14, 30, 0.22);
  color: white;
  margin-top: 26px;
  overflow: hidden;
  padding: 14px;
  position: relative;
}

.article-top-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 44%, rgba(255, 255, 255, 0.18) 50%, transparent 57% 100%);
  background-size: 220% 220%;
  animation: ctaSweep 9s linear infinite;
  pointer-events: none;
}

.article-top-cta > * {
  position: relative;
  z-index: 1;
}

.article-top-cta-orbit {
  display: grid;
  place-items: center;
  position: relative;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.article-top-cta-orbit span,
.article-top-cta-orbit i {
  position: absolute;
  border-radius: 50%;
}

.article-top-cta-orbit span {
  width: 13px;
  height: 13px;
  background: var(--red);
  box-shadow:
    0 0 0 8px rgba(211, 25, 55, 0.14),
    0 0 28px rgba(211, 25, 55, 0.58);
}

.article-top-cta-orbit i {
  inset: 7px;
  border: 1px solid rgba(246, 196, 69, 0.45);
  border-left-color: rgba(30, 94, 255, 0.9);
  animation: ctaOrbit 5s linear infinite;
}

.article-top-cta span {
  display: block;
  color: #f6c445;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-top-cta strong {
  display: block;
  margin-top: 2px;
  font-family: var(--font-brand);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  line-height: 1.1;
}

.article-top-cta p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.42;
}

.article-top-cta a {
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #f6c445, #fff2b7),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.8), transparent 32%);
  box-shadow:
    0 14px 34px rgba(246, 196, 69, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.56);
  color: #101722;
  font-family: var(--font-brand);
  font-size: 0.94rem;
  font-weight: 900;
  padding: 0 22px;
  white-space: nowrap;
}

@keyframes ctaOrbit {
  to {
    transform: rotate(1turn);
  }
}

@keyframes ctaSweep {
  to {
    background-position: 100% 100%;
  }
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 118px;
  min-height: 42px;
  border: 1px solid rgba(16, 23, 34, 0.12);
  border-radius: 8px;
  background: #101722;
  color: white;
  cursor: pointer;
  font-family: var(--font-brand);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  padding: 7px 10px;
}

.share-button:hover {
  transform: translateY(-1px);
}

.share-button span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: white;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: none;
}

.share-button b {
  font-size: 0.8rem;
}

.share-whatsapp {
  background: #128c7e;
}

.share-facebook {
  background: #1877f2;
}

.share-x {
  background: #111;
}

.share-telegram {
  background: #229ed9;
}

.share-instagram {
  background:
    radial-gradient(circle at 28% 100%, #feda75 0 18%, transparent 34%),
    linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045);
}

.article-visual {
  width: 100%;
  max-width: 860px;
  margin-top: clamp(28px, 3vw, 42px);
  border-radius: 8px;
}

.article-share {
  margin: 28px 0 34px;
}

.article-actions {
  margin: 28px 0 34px;
}

.article-body {
  width: 100%;
  max-width: 760px;
  padding-top: 28px;
  min-width: 0;
}

.article-body p {
  color: #202936;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 1.25vw, 1.26rem);
  font-weight: 470;
  line-height: 1.9;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}

.article-side {
  gap: 16px;
  top: 104px;
}

.article-side section {
  backdrop-filter: blur(20px);
}

.article-top-panel {
  padding: 16px;
}

.article-top-panel .side-heading {
  margin-bottom: 10px;
}

.article-rank-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-rank-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border-top: 1px solid rgba(16, 23, 34, 0.1);
  padding: 10px 0 0;
}

.article-rank-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.article-rank-list b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #101722;
  color: #f6c445;
  font-size: 0.78rem;
}

.article-rank-list a {
  display: -webkit-box;
  overflow: hidden;
  color: #101722;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-rank-list span {
  display: block;
  color: #697586;
  font-size: 0.74rem;
  font-weight: 700;
  margin-top: 3px;
}

.article-generation-note {
  border: 1px solid rgba(16, 23, 34, 0.1);
  border-radius: 8px;
  background: #f8fafc;
  color: #475160;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.5;
  margin-top: 12px;
  padding: 12px;
}

.related-section {
  margin-top: clamp(32px, 4vw, 54px);
}

/* Clean cosmic home treatment */
body {
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 239, 202, 0.2) 0 44px, transparent 45px),
    radial-gradient(circle at 16% 86%, rgba(30, 94, 255, 0.16), transparent 36%),
    linear-gradient(180deg, #040814 0%, #071222 48%, #050914 100%);
}

body::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(111, 193, 255, 0.08), transparent 28%),
    radial-gradient(circle at 78% 74%, rgba(211, 25, 55, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 45%, rgba(246, 196, 69, 0.025));
  background-size: 150% 150%, 160% 160%, auto;
  animation: calmSpace 58s ease-in-out infinite alternate;
}

body::after {
  background:
    radial-gradient(ellipse 82% 22% at 10% 108%, transparent 61%, rgba(111, 193, 255, 0.16) 62%, transparent 64%),
    radial-gradient(ellipse 108% 28% at 10% 108%, transparent 62%, rgba(246, 196, 69, 0.09) 63%, transparent 65%);
  opacity: 0.54;
  animation: calmRings 64s ease-in-out infinite alternate;
}

.site-canvas {
  opacity: 0.42;
  mix-blend-mode: screen;
}

@keyframes calmSpace {
  to {
    background-position: 8% 4%, 92% 96%, 0 0;
  }
}

@keyframes calmRings {
  to {
    background-position: 3% -2%, -3% 2%;
  }
}

main {
  position: relative;
}

main#top {
  width: 100%;
  margin: 0;
}

.future-stage {
  position: relative;
  display: grid;
  min-height: calc(100svh - 76px);
  width: 100vw;
  margin: 0 0 clamp(22px, 3vw, 44px);
  overflow: hidden;
  isolation: isolate;
  color: white;
  background:
    radial-gradient(circle at 72% 14%, rgba(126, 232, 255, 0.16), transparent 28%),
    radial-gradient(circle at 22% 78%, rgba(246, 196, 69, 0.12), transparent 24%),
    radial-gradient(circle at 52% 48%, rgba(37, 91, 180, 0.16), transparent 42%),
    #02040b;
  perspective: 1200px;
}

.future-stage::before,
.future-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.future-stage::before {
  background:
    radial-gradient(circle at 8% 18%, rgba(246, 251, 255, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 13% 34%, rgba(155, 231, 255, 0.54) 0 1px, transparent 2px),
    radial-gradient(circle at 19% 14%, rgba(255, 216, 138, 0.42) 0 1px, transparent 2px),
    radial-gradient(circle at 24% 46%, rgba(246, 251, 255, 0.48) 0 1px, transparent 2px),
    radial-gradient(circle at 33% 24%, rgba(155, 231, 255, 0.46) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 18%, rgba(246, 251, 255, 0.52) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 38%, rgba(155, 231, 255, 0.48) 0 1px, transparent 2px),
    radial-gradient(circle at 94% 22%, rgba(255, 216, 138, 0.38) 0 1px, transparent 2px),
    radial-gradient(ellipse 56% 18% at 46% 58%, rgba(255, 214, 138, 0.16), transparent 60%),
    radial-gradient(ellipse 80% 28% at 50% 42%, rgba(78, 151, 255, 0.12), transparent 58%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 32%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(2, 4, 11, 0.02), rgba(2, 4, 11, 0.2)),
    url("assets/cosmic/hubble-ultra-deep-field.jpg") center / cover no-repeat;
  z-index: 0;
  opacity: 0.98;
  transform: scale(1.1);
  filter: saturate(1.12) contrast(1.08) brightness(0.78);
  animation: cosmicImageDrift 36s ease-in-out infinite alternate;
}

.future-stage::after {
  background:
    radial-gradient(ellipse 82% 16% at 50% 85%, rgba(255, 198, 96, 0.16), transparent 60%),
    radial-gradient(ellipse 92% 24% at 50% 64%, rgba(126, 232, 255, 0.08), transparent 68%),
    radial-gradient(ellipse 120% 26% at 50% 98%, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.5) 62%, rgba(0, 0, 0, 0.88) 100%),
    radial-gradient(circle at 50% 40%, rgba(4, 12, 28, 0.02), rgba(2, 4, 11, 0.18) 48%, rgba(2, 4, 11, 0.66) 100%),
    linear-gradient(90deg, rgba(2, 4, 11, 0.62), rgba(2, 4, 11, 0.08) 28% 72%, rgba(2, 4, 11, 0.66)),
    linear-gradient(180deg, rgba(2, 4, 11, 0.36), transparent 34%, rgba(2, 4, 11, 0.8));
  z-index: 1;
}

.future-stage-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: grab;
  touch-action: none;
}

.future-stage-canvas:active {
  cursor: grabbing;
}

.future-stage-shade {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 50% 44%, transparent 0 38%, rgba(1, 4, 12, 0.14) 70%, rgba(1, 4, 12, 0.54) 100%),
    linear-gradient(180deg, rgba(1, 4, 12, 0.04), transparent 42%, rgba(1, 4, 12, 0.44));
  pointer-events: none;
}

.future-flow {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 12px rgba(126, 232, 255, 0.18));
}

.future-flow-main,
.future-flow-soft,
.future-flow-focus {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.future-flow-main {
  stroke: url(#future-flow-main);
  stroke-width: 1.45px;
  stroke-dasharray: 8 18;
  opacity: 0.56;
  animation: futureFlowMove 7s linear infinite;
}

.future-flow-soft {
  stroke: url(#future-flow-soft);
  stroke-width: 1px;
  stroke-dasharray: 2 20;
  opacity: 0.26;
  animation: futureFlowMove 10s linear infinite reverse;
}

.future-flow-focus {
  stroke: rgba(246, 196, 69, 0.48);
  stroke-width: 1.2px;
  stroke-dasharray: 1 12;
  opacity: 0.42;
  animation: futureFlowMove 3.8s linear infinite;
}

.future-atmosphere,
.future-depth-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.future-atmosphere {
  z-index: 3;
  background:
    radial-gradient(ellipse 38% 7% at 31% 18%, rgba(194, 222, 255, 0.13), transparent 62%),
    radial-gradient(ellipse 48% 9% at 70% 16%, rgba(246, 196, 69, 0.08), transparent 60%),
    radial-gradient(circle at 50% 48%, rgba(111, 193, 255, 0.13), transparent 24%),
    radial-gradient(ellipse 70% 20% at 50% 60%, rgba(246, 196, 69, 0.11), transparent 60%),
    conic-gradient(from 222deg at 50% 50%, transparent 0 18%, rgba(111, 193, 255, 0.07) 24%, transparent 32% 56%, rgba(206, 17, 38, 0.055) 62%, transparent 72% 100%);
  opacity: 0.78;
  mix-blend-mode: screen;
  animation: futureAura 28s ease-in-out infinite alternate;
}

.future-depth-grid {
  z-index: 3;
  top: 38%;
  transform: perspective(760px) rotateX(68deg) translateY(18%);
  transform-origin: 50% 100%;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(246, 196, 69, 0.16), transparent 42%),
    repeating-radial-gradient(ellipse at 50% 48%, transparent 0 86px, rgba(126, 232, 255, 0.12) 87px, transparent 91px),
    linear-gradient(90deg, transparent 0 48%, rgba(126, 232, 255, 0.08) 50%, transparent 52% 100%),
    radial-gradient(circle at 35% 54%, rgba(111, 193, 255, 0.08), transparent 12%),
    radial-gradient(circle at 66% 50%, rgba(246, 196, 69, 0.07), transparent 12%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
  opacity: 0.3;
  filter: drop-shadow(0 0 22px rgba(111, 193, 255, 0.18));
  animation: depthFieldBreath 18s ease-in-out infinite alternate;
}

.future-stage-copy {
  position: absolute;
  top: clamp(34px, 6vw, 86px);
  left: max(24px, calc((100vw - 1360px) / 2 + 24px));
  z-index: 4;
  max-width: min(440px, calc(100% - 48px));
  pointer-events: none;
}

.future-stage-copy p {
  margin: 0 0 10px;
  color: rgba(246, 196, 69, 0.92);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.future-stage-copy h1 {
  margin: 0;
  max-width: 10ch;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.4vw, 4.9rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-shadow:
    0 0 22px rgba(111, 193, 255, 0.22),
    0 20px 70px rgba(0, 0, 0, 0.48);
}

.future-cards {
  position: absolute;
  inset: 0;
  z-index: 6;
  perspective: 1200px;
  pointer-events: none;
}

.future-cards::before,
.future-cards::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  transform-style: preserve-3d;
}

.future-cards::before {
  inset: 18% 7% 4%;
  z-index: 0;
  border: 1px solid rgba(156, 222, 255, 0.16);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(126, 232, 255, 0.07), transparent 42%),
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 82px, rgba(156, 222, 255, 0.09) 83px, transparent 87px),
    conic-gradient(from 210deg at 50% 50%, transparent 0 28%, rgba(246, 196, 69, 0.08) 35%, transparent 42% 58%, rgba(67, 143, 255, 0.07) 64%, transparent 72% 100%);
  box-shadow:
    inset 0 0 46px rgba(126, 232, 255, 0.1),
    0 0 58px rgba(126, 232, 255, 0.08),
    0 0 90px rgba(246, 196, 69, 0.04);
  opacity: 0.72;
  transform: perspective(920px) rotateX(64deg) translateY(5%);
  animation: orbitDeckPulse 18s ease-in-out infinite alternate;
}

.future-cards::after {
  inset: 22% 15% 14%;
  z-index: 0;
  border: 1px solid rgba(246, 196, 69, 0.14);
  box-shadow:
    inset 0 0 36px rgba(246, 196, 69, 0.08),
    0 0 42px rgba(246, 196, 69, 0.06),
    0 0 68px rgba(206, 17, 38, 0.035);
  opacity: 0.46;
  transform: perspective(920px) rotateX(64deg) translateY(2%);
  animation: orbitDeckPulse 22s ease-in-out infinite alternate-reverse;
}

.future-cards {
  background:
    radial-gradient(ellipse 34% 18% at 36% 31%, rgba(246, 196, 69, 0.12), transparent 72%),
    radial-gradient(ellipse 42% 20% at 36% 31%, rgba(126, 232, 255, 0.08), transparent 78%);
}

.future-card {
  position: absolute;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(24vw, 350px);
  min-height: 92px;
  border: 1px solid rgba(190, 226, 255, 0.26);
  border-radius: 8px;
  padding: 14px 17px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.055) 38%, rgba(126, 232, 255, 0.085)),
    linear-gradient(180deg, rgba(17, 36, 66, 0.84), rgba(4, 9, 20, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -18px 28px rgba(0, 0, 0, 0.3),
    0 24px 52px rgba(0, 0, 0, 0.32),
    0 0 46px rgba(111, 193, 255, 0.17);
  color: white;
  pointer-events: auto;
  text-decoration: none;
  backdrop-filter: blur(14px) saturate(1.12);
  transform-style: preserve-3d;
  isolation: isolate;
  overflow: hidden;
  will-change: transform, opacity;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    filter 180ms ease,
    opacity 180ms ease,
    width 220ms ease,
    min-height 220ms ease,
    padding 220ms ease;
}

.future-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(115deg, transparent 0 22%, rgba(126, 232, 255, 0.58) 34%, rgba(246, 196, 69, 0.42) 44%, transparent 58% 100%) 0 0 / 240% 100%,
    linear-gradient(145deg, rgba(126, 232, 255, 0.2), rgba(255, 255, 255, 0.05), rgba(246, 196, 69, 0.18));
  opacity: 0;
  filter: blur(0.15px) drop-shadow(0 0 12px rgba(126, 232, 255, 0.16));
  transition: opacity 220ms ease;
  animation: futureBorderRun 5.8s ease-in-out infinite;
  pointer-events: none;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

.future-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.1), transparent 30% 74%, rgba(111, 193, 255, 0.07));
  opacity: 0.22;
  pointer-events: none;
  mix-blend-mode: screen;
  animation: futureCardSweep 10s ease-in-out infinite alternate;
}

.future-card:hover,
.future-card.is-hovered {
  border-color: rgba(126, 232, 255, 0.72);
  grid-template-columns: 76px minmax(0, 1fr);
  width: min(58vw, 760px);
  min-height: 128px;
  padding: 20px 26px;
  background:
    radial-gradient(ellipse at 12% 22%, rgba(246, 196, 69, 0.13), transparent 42%),
    linear-gradient(135deg, rgba(126, 232, 255, 0.15), rgba(255, 255, 255, 0.072) 48%, rgba(206, 17, 38, 0.06)),
    rgba(5, 15, 31, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -14px 26px rgba(0, 0, 0, 0.22),
    0 34px 78px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 30px rgba(126, 232, 255, 0.24),
    0 0 62px rgba(246, 196, 69, 0.1);
  filter: saturate(1.08) brightness(1.05);
}

.future-card:hover::before,
.future-card.is-hovered::before {
  opacity: 0.62;
  animation-duration: 4.4s;
}

.future-card:hover::after,
.future-card.is-hovered::after {
  opacity: 0.2;
  background:
    radial-gradient(ellipse at 28% 12%, rgba(255, 255, 255, 0.14), transparent 44%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.04), transparent 44% 100%);
  animation: none;
}

.future-card:active {
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -10px 20px rgba(0, 0, 0, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(126, 232, 255, 0.22);
}

.future-thumb {
  position: relative;
  z-index: 1;
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border: 1px solid rgba(203, 235, 255, 0.24);
  border-radius: 10px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.2), transparent 28%),
    rgba(7, 15, 29, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 18px rgba(126, 232, 255, 0.12),
    0 12px 24px rgba(0, 0, 0, 0.22);
  transform: translateZ(16px);
  transition:
    width 220ms ease,
    height 220ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.future-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 43, 127, 0.08), transparent 34%),
    linear-gradient(90deg, rgba(0, 43, 127, 0.15), rgba(252, 209, 22, 0.12) 52%, rgba(206, 17, 38, 0.14));
  mix-blend-mode: screen;
  opacity: 0.5;
  pointer-events: none;
}

.future-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.future-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(1.14) contrast(1.08) brightness(1.16);
  transform: scale(1.05);
  transition: transform 260ms ease, opacity 220ms ease, filter 220ms ease;
}

.future-card-1 .future-thumb img {
  object-position: 36% 54%;
  opacity: 1;
  filter: saturate(1.18) contrast(1.1) brightness(1.58);
}

.future-card-1 .future-thumb::before {
  opacity: 0.18;
}

.future-card:hover .future-thumb,
.future-card.is-hovered .future-thumb {
  width: 70px;
  height: 70px;
  border-color: rgba(246, 196, 69, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 24px rgba(246, 196, 69, 0.12),
    0 0 32px rgba(126, 232, 255, 0.14),
    0 16px 30px rgba(0, 0, 0, 0.24);
}

.future-card:hover .future-thumb img,
.future-card.is-hovered .future-thumb img {
  opacity: 0.96;
  filter: saturate(1.16) contrast(1.12);
  transform: scale(1.12);
}

.future-rank {
  display: grid;
  place-items: center;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 3;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(177, 229, 255, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.26), transparent 24%),
    linear-gradient(145deg, rgba(126, 210, 255, 0.16), rgba(246, 196, 69, 0.09)),
    rgba(4, 12, 24, 0.62);
  color: rgba(239, 249, 255, 0.96);
  font-family: var(--font-brand);
  font-size: 0.74rem;
  font-weight: 950;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 18px rgba(111, 193, 255, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.2);
}

.future-rank::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(111, 193, 255, 0.16);
  border-radius: inherit;
}

.future-card-1 .future-rank {
  border-color: rgba(246, 196, 69, 0.5);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(145deg, rgba(246, 196, 69, 0.28), rgba(111, 193, 255, 0.12)),
    rgba(7, 15, 29, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 24px rgba(246, 196, 69, 0.22),
    0 12px 28px rgba(0, 0, 0, 0.24);
}

.future-card strong {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(1rem, 1.16vw, 1.17rem);
  font-weight: 900;
  line-height: 1.16;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.48);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.future-card-1 strong {
  font-size: clamp(1.35rem, 1.95vw, 2rem);
  line-height: 1.04;
  letter-spacing: 0;
  -webkit-line-clamp: 4;
}

.future-card:hover strong,
.future-card.is-hovered strong {
  display: block;
  overflow: visible;
  font-size: clamp(1.18rem, 1.55vw, 1.72rem);
  line-height: 1.08;
  -webkit-line-clamp: unset;
}

.future-mini-flag {
  display: block;
  position: absolute;
  inset: 11px auto 11px 0;
  z-index: 1;
  width: 5px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 43, 127, 0.18), rgba(0, 43, 127, 0.56) 28%, rgba(252, 209, 22, 0.48) 52%, rgba(206, 17, 38, 0.52) 78%, rgba(206, 17, 38, 0.16));
  box-shadow: 0 0 16px rgba(111, 193, 255, 0.12);
  opacity: 0.68;
}

.future-card:hover .future-mini-flag,
.future-card.is-hovered .future-mini-flag {
  inset-block: 13px;
  width: 6px;
  opacity: 0.74;
  box-shadow:
    0 0 18px rgba(126, 232, 255, 0.18),
    0 0 10px rgba(246, 196, 69, 0.08);
}

.future-card-1 {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  width: min(39vw, 530px);
  min-height: 140px;
  padding: 22px 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(246, 196, 69, 0.26), transparent 44%),
    radial-gradient(circle at 90% 18%, rgba(126, 232, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
    rgba(7, 15, 29, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -20px 32px rgba(0, 0, 0, 0.3),
    0 28px 58px rgba(0, 0, 0, 0.34),
    0 0 54px rgba(246, 196, 69, 0.16),
    0 0 76px rgba(126, 232, 255, 0.12);
}

.future-card-1 .future-thumb {
  width: 78px;
  height: 78px;
  border-radius: 12px;
}

.future-card-1:hover .future-thumb,
.future-card-1.is-hovered .future-thumb {
  width: 86px;
  height: 86px;
}

.future-card-1 .future-rank {
  width: 32px;
  height: 32px;
  font-size: 0.9rem;
}

.future-card-1:hover,
.future-card-1.is-hovered {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  width: min(58vw, 760px);
  min-height: 128px;
  padding: 20px 26px;
}

.future-card-1:hover .future-thumb,
.future-card-1.is-hovered .future-thumb {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.future-card-1:hover .future-rank,
.future-card-1.is-hovered .future-rank {
  width: 27px;
  height: 27px;
  font-size: 0.74rem;
}

.future-card-1:hover strong,
.future-card-1.is-hovered strong {
  font-size: clamp(1.18rem, 1.55vw, 1.72rem);
  line-height: 1.08;
}

.future-card-2,
.future-card-3 {
  width: min(25vw, 350px);
  min-height: 92px;
}

.future-card-2 strong,
.future-card-3 strong {
  font-size: clamp(1.02rem, 1.18vw, 1.2rem);
}

.future-card-7,
.future-card-8,
.future-card-9,
.future-card-10 {
  opacity: 0.92;
}

.future-signal {
  position: absolute;
  right: max(24px, calc((100vw - 1360px) / 2 + 24px));
  bottom: clamp(30px, 5vw, 72px);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(7, 15, 29, 0.48);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.future-signal span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff3456;
  box-shadow: 0 0 18px rgba(255, 52, 86, 0.86);
  animation: signalPulse 1.5s ease-in-out infinite;
}

@keyframes futureGridFloat {
  to {
    transform: translate3d(-92px, -92px, 0);
  }
}

@keyframes cosmicImageDrift {
  from {
    transform: scale(1.08) translate3d(-1.6%, -1.2%, 0);
    filter: saturate(1.1) contrast(1.1) brightness(0.82);
  }

  to {
    transform: scale(1.16) translate3d(1.4%, 1.1%, 0);
    filter: saturate(1.2) contrast(1.18) brightness(0.88);
  }
}

@keyframes futureAura {
  to {
    transform: scale(1.04) rotate(4deg);
    opacity: 0.96;
  }
}

@keyframes depthFieldBreath {
  to {
    opacity: 0.34;
    transform: perspective(760px) rotateX(68deg) translateY(16%) scale(1.03);
  }
}

@keyframes orbitDeckPulse {
  to {
    opacity: 0.78;
    transform: perspective(920px) rotateX(64deg) translateY(3%) scale(1.025);
  }
}

@keyframes futureBorderRun {
  to {
    background-position: 220% 0, 0 0;
  }
}

@keyframes futureCardSweep {
  to {
    opacity: 0.3;
    transform: translateX(5px);
  }
}

@keyframes futureFlowMove {
  to {
    stroke-dashoffset: -160;
  }
}

@keyframes signalPulse {
  50% {
    transform: scale(1.45);
    opacity: 0.58;
  }
}

.pulse-section {
  background:
    linear-gradient(145deg, rgba(8, 14, 26, 0.42), rgba(12, 22, 38, 0.3)),
    rgba(7, 12, 22, 0.28);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 96px rgba(0, 0, 0, 0.24);
}

.pulse-section::before {
  display: none;
}

.rank-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 60px rgba(0, 0, 0, 0.16);
}

.rank-panel-head {
  background: rgba(255, 255, 255, 0.035);
}

.pulse-section .rank-list {
  background: transparent;
}

.rank-list li {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 58%),
    rgba(8, 14, 26, 0.58);
}

.premium-home-ad,
.home-more {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)),
    rgba(8, 14, 26, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 80px rgba(0, 0, 0, 0.2);
  color: white;
  backdrop-filter: blur(18px);
}

.premium-home-ad > span {
  background: rgba(246, 196, 69, 0.14);
  color: #f6c445;
}

.premium-home-ad p,
.home-more-grid span {
  color: rgba(255, 255, 255, 0.68);
}

.premium-home-ad a {
  background: linear-gradient(135deg, #f6c445, #ffe58a);
  color: #101722;
}

.home-more {
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  background:
    radial-gradient(circle at 12% 10%, rgba(246, 196, 69, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(8, 14, 26, 0.42);
}

.home-more::after {
  display: none;
}

.home-more .eyebrow {
  color: #f6c445;
}

.home-more-grid a {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(7, 12, 22, 0.34);
}

@media (max-width: 1080px) {
  .future-stage-copy h1 {
    max-width: 11ch;
  }

  .future-card {
    width: min(48vw, 430px);
  }

  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  main,
  .article-shell,
  .page-shell,
  .site-footer {
    width: min(100% - 28px, 1240px);
  }

  .pulse-section {
    padding: 18px;
  }

  .future-stage {
    min-height: 860px;
  }

  .future-stage-copy {
    top: 30px;
  }

  .future-stage-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 8vw, 4rem);
  }

  .future-card {
    width: min(70vw, 500px);
  }

  .rank-panel-head {
    min-height: 56px;
    padding: 16px;
  }

  .article-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .future-stage {
    min-height: min(860px, calc(100svh - 118px));
    margin-top: 0;
  }

  .future-cards::before {
    inset: 7% -28% 4%;
    opacity: 0.28;
    transform: perspective(780px) rotateX(70deg) translateY(12%);
  }

  .future-cards::after {
    display: none;
  }

  .future-stage-shade {
    background:
      radial-gradient(circle at 50% 48%, transparent 0 26%, rgba(3, 7, 16, 0.12) 50%, rgba(3, 7, 16, 0.72) 100%),
      linear-gradient(90deg, rgba(2, 6, 16, 0.4), transparent 30% 70%, rgba(2, 6, 16, 0.46));
  }

  .future-flow {
    display: none;
  }

  .future-stage-copy {
    left: 18px;
    max-width: calc(100% - 36px);
  }

  .future-stage-copy p {
    font-size: 0.68rem;
  }

  .future-stage-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.05rem, 12vw, 3.5rem);
  }

  .future-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    width: min(88vw, 360px);
    min-height: 76px;
    padding: 11px 12px;
  }

  .future-card:hover,
  .future-card.is-hovered {
    grid-template-columns: 56px minmax(0, 1fr);
    width: min(90vw, 368px);
    min-height: 90px;
    padding: 12px;
  }

  .future-card .future-mini-flag {
    inset: 9px auto 9px 0;
    width: 4px;
  }

  .future-card:hover .future-mini-flag,
  .future-card.is-hovered .future-mini-flag {
    inset-block: 11px;
    width: 5px;
  }

  .future-card .future-thumb {
    width: 44px;
    height: 44px;
    border-radius: 9px;
  }

  .future-card:hover .future-thumb,
  .future-card.is-hovered .future-thumb {
    width: 48px;
    height: 48px;
  }

  .future-card .future-rank {
    width: 23px;
    height: 23px;
    font-size: 0.66rem;
  }

  .future-card strong {
    font-size: 0.82rem;
    line-height: 1.13;
    -webkit-line-clamp: 4;
  }

  .future-card:hover strong,
  .future-card.is-hovered strong {
    font-size: 0.92rem;
    line-height: 1.12;
  }

  .future-signal {
    right: 18px;
    bottom: 22px;
  }

  main,
  .article-shell,
  .page-shell,
  .header-inner,
  .site-footer {
    width: min(100% - 24px, 1240px);
  }

  .pulse-section .rank-list {
    gap: 7px;
    padding: 7px;
  }

  #storyRankList .story-rank-item,
  #placeRankList .place-rank-item {
    grid-template-columns: 30px 50px minmax(0, 1fr);
    gap: 10px;
  }

  .rank-list li {
    min-height: 70px;
    padding: 10px 10px 12px;
  }

  .rank-thumb,
  .place-map {
    width: 50px;
    height: 38px;
  }

  .rank-copy a,
  .rank-copy strong,
  .rank-copy button {
    font-size: 0.84rem;
    line-height: 1.22;
  }

  .rank-copy a,
  .rank-copy strong {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .main-nav {
    flex-wrap: nowrap;
    gap: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
  }

  .main-nav a {
    font-size: 0.78rem;
    padding: 6px 4px;
    white-space: nowrap;
  }

  .article-page {
    padding: 24px 20px;
  }

  .article-page h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .article-top-cta {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .article-top-cta-orbit {
    width: 44px;
    height: 44px;
  }

  .article-top-cta a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .share-panel {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .share-buttons {
    justify-content: flex-start;
    width: 100%;
  }

  .share-button {
    flex: 1 1 140px;
    min-width: 0;
    min-height: 42px;
  }

  .article-body p {
    font-size: 1.08rem;
    line-height: 1.82;
  }

  .article-summary {
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .home-more {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .home-more h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .home-more-grid {
    grid-template-columns: 1fr;
  }

  .home-more-grid a {
    min-height: auto;
    padding: 16px;
  }
}

/* 3D ranking stage */
.pulse-section {
  --rank-tilt-x: 0deg;
  --rank-tilt-y: 0deg;
  --rank-glow-x: 50%;
  --rank-glow-y: 38%;
  isolation: isolate;
  overflow: visible;
  perspective: 1800px;
  perspective-origin: var(--rank-glow-x) var(--rank-glow-y);
}

.pulse-section::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--rank-glow-x) var(--rank-glow-y), rgba(111, 193, 255, 0.2), transparent 26%),
    radial-gradient(circle at calc(100% - var(--rank-glow-x)) 80%, rgba(246, 196, 69, 0.12), transparent 24%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(255, 255, 255, 0.05) 64%, transparent);
  opacity: 0.9;
  pointer-events: none;
}

.pulse-grid {
  position: relative;
  z-index: 1;
  align-items: start;
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.rank-panel {
  position: relative;
  overflow: visible;
  transform-style: preserve-3d;
  transition:
    transform 180ms ease-out,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.rank-panel::before {
  content: "";
  position: absolute;
  inset: -18px -16px;
  z-index: -1;
  border-radius: 18px;
  background:
    radial-gradient(circle at 22% 12%, rgba(111, 193, 255, 0.22), transparent 30%),
    radial-gradient(circle at 78% 92%, rgba(246, 196, 69, 0.12), transparent 30%);
  filter: blur(18px);
  opacity: 0.8;
  transform: translateZ(-70px);
  pointer-events: none;
}

.rank-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, transparent 0 33%, rgba(255, 255, 255, 0.18) 42%, transparent 52% 100%),
    repeating-linear-gradient(90deg, rgba(111, 193, 255, 0.07) 0 1px, transparent 1px 54px);
  mix-blend-mode: screen;
  opacity: 0.42;
  transform: translateZ(18px);
  pointer-events: none;
}

.rank-panel-stories {
  transform: rotateX(var(--rank-tilt-x)) rotateY(calc(var(--rank-tilt-y) - 4deg)) translateZ(22px);
}

.pulse-grid > .rank-panel:not(.rank-panel-stories) {
  transform: rotateX(var(--rank-tilt-x)) rotateY(calc(var(--rank-tilt-y) + 4deg)) translateZ(4px);
}

.rank-panel:hover {
  border-color: rgba(111, 193, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 28px 86px rgba(0, 0, 0, 0.28),
    0 0 42px rgba(111, 193, 255, 0.12);
}

.rank-panel-head {
  position: relative;
  z-index: 2;
  transform: translateZ(34px);
}

.rank-panel-head strong {
  text-shadow: 0 0 22px rgba(111, 193, 255, 0.28);
}

.pulse-section .rank-list {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
}

.rank-list li {
  --rank-depth: 1;
  --rank-delay: 0ms;
  transform: translate3d(0, 0, calc(var(--rank-depth) * 4px));
  transform-style: preserve-3d;
  border: 1px solid rgba(255, 255, 255, 0.095);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 calc(8px + var(--rank-depth) * 1px) calc(18px + var(--rank-depth) * 2px) rgba(0, 0, 0, 0.18);
  animation: rankLayerIn 700ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
  animation-delay: var(--rank-delay);
  backface-visibility: hidden;
}

.rank-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(111, 193, 255, 0.16), transparent 18% 76%, rgba(246, 196, 69, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%);
  opacity: calc(0.12 + var(--rank-depth) * 0.025);
  transform: translateZ(-1px);
  pointer-events: none;
}

.rank-list li::after {
  content: "";
  position: absolute;
  inset: auto 16px -2px 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111, 193, 255, 0.58), rgba(246, 196, 69, 0.28), transparent);
  opacity: calc(0.22 + var(--rank-depth) * 0.035);
  transform: translateZ(12px);
  pointer-events: none;
}

.rank-list li:hover {
  transform: translate3d(0, -3px, calc(var(--rank-depth) * 7px + 20px)) scale(1.01);
  border-color: rgba(246, 196, 69, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 28px 56px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(246, 196, 69, 0.12);
}

.rank-list li.rank-is-moving {
  transform: translate3d(0, 0, calc(var(--rank-depth) * 9px + 26px));
}

.rank-beam {
  position: absolute;
  inset: 9px auto 9px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(111, 193, 255, 0.95), rgba(246, 196, 69, 0.78), transparent);
  box-shadow: 0 0 18px rgba(111, 193, 255, 0.34);
  opacity: 0.72;
  transform: translateZ(28px);
  pointer-events: none;
}

.rank-position,
.rank-thumb,
.place-map,
.rank-copy,
.rank-change,
.rank-meter {
  position: relative;
  z-index: 1;
}

.rank-position {
  grid-column: 1;
  grid-row: 1;
  transform: translateZ(32px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 22px rgba(246, 196, 69, 0.12);
}

.rank-thumb,
.place-map {
  grid-column: 2;
  grid-row: 1;
  transform: translateZ(22px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 14px 28px rgba(0, 0, 0, 0.18);
}

.rank-copy {
  grid-column: 3;
  grid-row: 1;
  transform: translateZ(28px);
}

.rank-change {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  transform: translateZ(34px);
  white-space: nowrap;
}

.rank-meter {
  grid-column: 2 / -1;
  grid-row: 2;
  align-self: end;
  overflow: visible;
  transform: translateZ(18px);
}

.rank-meter span {
  box-shadow: 0 0 18px rgba(246, 196, 69, 0.42);
}

@keyframes rankLayerIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, -40px) rotateX(-8deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, calc(var(--rank-depth) * 4px));
  }
}

@media (max-width: 900px) {
  .pulse-section {
    perspective: 1200px;
  }

  .rank-panel-stories,
  .pulse-grid > .rank-panel:not(.rank-panel-stories) {
    transform: rotateX(0deg) rotateY(0deg) translateZ(0);
  }

  .rank-panel::before {
    inset: -10px;
    filter: blur(14px);
  }
}

@media (max-width: 760px) {
  .pulse-section {
    overflow: hidden;
  }

  .rank-panel::after {
    opacity: 0.28;
  }

  .rank-list li {
    transform: translateZ(0);
    animation: none;
  }

  .rank-position,
  .rank-thumb,
  .place-map,
  .rank-copy {
    grid-row: 1;
  }

  .rank-change {
    display: none;
  }

  .rank-meter {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .rank-list li:hover {
    transform: translateY(-2px);
  }
}

/* Futuristic article reading experience */
body.article-experience {
  background:
    radial-gradient(circle at 18% 12%, rgba(126, 232, 255, 0.13), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(246, 196, 69, 0.09), transparent 28%),
    radial-gradient(ellipse at 50% 108%, rgba(255, 188, 82, 0.12), transparent 36%),
    linear-gradient(180deg, #030711 0%, #07101e 48%, #02050b 100%);
  color: rgba(235, 246, 255, 0.9);
}

body.article-experience::before {
  background:
    radial-gradient(ellipse 64% 18% at 50% 22%, rgba(207, 228, 255, 0.14), transparent 62%),
    radial-gradient(ellipse 78% 24% at 50% 68%, rgba(255, 196, 90, 0.09), transparent 64%),
    url("assets/cosmic/hubble-ultra-deep-field.jpg") center / cover no-repeat;
  filter: saturate(1.12) contrast(1.14) brightness(0.52);
  opacity: 0.9;
}

body.article-experience::after {
  background:
    radial-gradient(ellipse 76% 18% at 50% 104%, transparent 58%, rgba(126, 232, 255, 0.18) 60%, transparent 63%),
    repeating-radial-gradient(ellipse at 50% 88%, transparent 0 74px, rgba(126, 232, 255, 0.055) 76px, transparent 79px),
    linear-gradient(180deg, rgba(2, 5, 12, 0.18), rgba(2, 5, 12, 0.82));
  opacity: 0.84;
}

body.article-experience .site-canvas {
  opacity: 0.18;
  mix-blend-mode: screen;
}

body.article-experience .article-shell {
  width: min(1280px, calc(100% - 56px));
  grid-template-columns: minmax(0, 820px) minmax(300px, 360px);
  gap: clamp(24px, 3.2vw, 44px);
  margin-top: 0;
  padding: clamp(34px, 5vw, 74px) 0 clamp(56px, 7vw, 96px);
}

body.article-experience .article-page,
body.article-experience .article-side section,
body.article-experience .related-card,
body.article-experience .native-panel {
  border: 1px solid rgba(190, 226, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(5, 13, 25, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 34px 110px rgba(0, 0, 0, 0.34),
    0 0 54px rgba(126, 232, 255, 0.07);
  backdrop-filter: blur(24px);
}

body.article-experience .article-page {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5.2vw, 76px);
}

body.article-experience .article-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(126, 232, 255, 0.16), transparent 28% 74%, rgba(246, 196, 69, 0.1)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 10px);
  opacity: 0.48;
  pointer-events: none;
}

body.article-experience .article-page > * {
  position: relative;
  z-index: 1;
}

body.article-experience .article-kicker {
  color: rgba(235, 246, 255, 0.68);
}

body.article-experience .article-page h1 {
  color: rgba(246, 250, 255, 0.98);
  font-size: clamp(2.45rem, 5vw, 5.6rem);
  text-shadow:
    0 0 24px rgba(126, 232, 255, 0.16),
    0 28px 80px rgba(0, 0, 0, 0.44);
}

body.article-experience .article-summary {
  color: rgba(222, 235, 248, 0.82);
}

body.article-experience .article-body {
  max-width: 760px;
  margin-top: clamp(28px, 4vw, 46px);
}

body.article-experience .article-body p {
  color: rgba(235, 246, 255, 0.86);
  font-size: clamp(1.08rem, 1.18vw, 1.22rem);
  line-height: 1.82;
}

body.article-experience .article-body p:first-child::first-letter {
  float: left;
  color: rgba(126, 232, 255, 0.92);
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.82;
  margin: 10px 12px 0 0;
  text-shadow: 0 0 22px rgba(126, 232, 255, 0.24);
}

body.article-experience .article-visual {
  aspect-ratio: 16 / 9;
  margin-top: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(126, 232, 255, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 52px rgba(126, 232, 255, 0.1);
}

body.article-experience .article-top-cta,
body.article-experience .share-panel {
  border-color: rgba(126, 232, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(126, 232, 255, 0.12), rgba(255, 255, 255, 0.045) 48%, rgba(246, 196, 69, 0.08)),
    rgba(4, 12, 24, 0.74);
  color: rgba(235, 246, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 54px rgba(0, 0, 0, 0.22);
}

body.article-experience .article-top-cta strong,
body.article-experience .share-panel strong,
body.article-experience .native-panel strong,
body.article-experience .side-heading strong {
  color: rgba(247, 251, 255, 0.96);
}

body.article-experience .article-top-cta p,
body.article-experience .share-note,
body.article-experience .article-sources,
body.article-experience .article-rank-list span,
body.article-experience .related-card p {
  color: rgba(212, 227, 242, 0.66);
}

body.article-experience .article-actions a,
body.article-experience .article-top-cta a,
body.article-experience .native-panel a {
  border-color: rgba(126, 232, 255, 0.24);
  background: rgba(126, 232, 255, 0.1);
  color: rgba(245, 251, 255, 0.94);
}

body.article-experience .article-sources span,
body.article-experience .article-kicker > span:not(.tag) {
  border-color: rgba(126, 232, 255, 0.16);
  background: rgba(126, 232, 255, 0.08);
  color: rgba(225, 241, 255, 0.78);
}

body.article-experience .article-side {
  top: 96px;
}

body.article-experience .article-rank-list li {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

body.article-experience .article-rank-list a {
  color: rgba(244, 249, 255, 0.94);
}

body.article-experience .pulse-meter b {
  background: rgba(255, 255, 255, 0.08);
}

body.article-experience .related-section {
  color: rgba(235, 246, 255, 0.9);
}

body.article-experience .related-card h3 a {
  color: rgba(246, 250, 255, 0.96);
}

@media (max-width: 1080px) {
  body.article-experience .article-shell {
    grid-template-columns: 1fr;
  }

  body.article-experience .article-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.article-experience .article-shell {
    width: min(100% - 24px, 1240px);
    padding-top: 24px;
  }

  body.article-experience .article-page {
    padding: 24px 18px;
  }

  body.article-experience .article-page h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  body.article-experience .article-body p:first-child::first-letter {
    font-size: 3.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body.article-experience .article-visual {
  width: min(100%, 760px);
  max-width: 760px;
  aspect-ratio: 16 / 9;
  margin-top: clamp(22px, 3vw, 34px);
  overflow: hidden;
}

body.article-experience .article-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.08) contrast(1.06);
}

body.article-experience .article-body {
  margin-top: 0;
  padding-top: clamp(22px, 3vw, 32px);
}

body.article-experience .related-section {
  grid-column: 1 / 2;
  margin-top: clamp(22px, 3vw, 36px);
}

body.article-experience .share-dock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 760px);
  border-color: rgba(126, 232, 255, 0.18);
  background:
    radial-gradient(circle at 0 50%, rgba(126, 232, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.032)),
    rgba(5, 13, 25, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 24px 64px rgba(0, 0, 0, 0.2);
  padding: 13px 14px;
}

body.article-experience .share-panel-title {
  display: grid;
  gap: 2px;
}

body.article-experience .share-panel-title > span {
  color: rgba(246, 196, 69, 0.88);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.article-experience .share-panel-title strong {
  color: rgba(246, 250, 255, 0.95);
  font-size: clamp(0.98rem, 1.24vw, 1.1rem);
}

body.article-experience .share-buttons {
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 9px;
}

body.article-experience .share-button {
  display: grid;
  place-items: center;
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  padding: 0;
  overflow: visible;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 34px rgba(0, 0, 0, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

body.article-experience .share-button::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.52), transparent 34%);
  opacity: 0.5;
  pointer-events: none;
}

body.article-experience .share-button:hover {
  border-color: rgba(246, 196, 69, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 20px 42px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(126, 232, 255, 0.13);
  transform: translateY(-2px) scale(1.04);
}

body.article-experience .share-button span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: white;
  font-size: 1rem;
  font-weight: 950;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

body.article-experience .share-button b {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 13, 25, 0.92);
  color: rgba(238, 248, 255, 0.94);
  font-size: 0.68rem;
  padding: 5px 8px;
  transform: translateX(-50%) translateY(-4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

body.article-experience .share-button:hover b,
body.article-experience .share-button.is-copied b {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

body.article-experience .share-instagram.is-copied {
  border-color: rgba(246, 196, 69, 0.64);
}

@media (max-width: 1080px) {
  body.article-experience .related-section {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body.article-experience .article-visual {
    margin-top: 20px;
  }

  body.article-experience .share-dock {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body.article-experience .share-buttons {
    justify-content: space-between;
    width: 100%;
  }

  body.article-experience .share-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
  }

  body.article-experience .share-button b {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .header-inner {
    gap: 8px;
    min-height: 96px;
    padding: 7px 0 9px;
  }

  .brand {
    align-items: center;
    gap: 8px;
  }

  .brand-mark {
    width: 92px;
    height: 58px;
  }

  .brand-hologram {
    min-width: 152px;
    max-width: calc(100vw - 128px);
    padding: 8px 13px 9px;
  }

  .brand-hologram strong {
    font-size: 1.04rem;
    transform: skewX(-8deg) scaleX(1.08);
  }

  .brand-hologram small {
    display: none;
  }

  .header-status {
    width: fit-content;
    margin-top: -8px;
    margin-left: 100px;
    padding: 7px 10px;
    font-size: 0.72rem;
    letter-spacing: 0.01em;
  }

  .future-card {
    grid-template-columns: 50px minmax(0, 1fr);
    width: min(86vw, 350px);
    min-height: 74px;
    padding: 10px 12px;
    border-color: rgba(190, 226, 255, 0.22);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045) 44%, rgba(126, 232, 255, 0.07)),
      rgba(5, 13, 27, 0.84);
  }

  .future-card-1,
  .future-card-2,
  .future-card-3,
  .future-card-7,
  .future-card-8,
  .future-card-9,
  .future-card-10 {
    width: min(86vw, 350px);
    min-height: 74px;
  }

  .future-card-1 .future-thumb {
    width: 44px;
    height: 44px;
    border-radius: 9px;
  }

  .future-card-1 .future-rank {
    width: 23px;
    height: 23px;
    font-size: 0.66rem;
  }

  .future-card-1 strong,
  .future-card-2 strong,
  .future-card-3 strong {
    font-size: 0.82rem;
    line-height: 1.13;
    -webkit-line-clamp: 4;
  }

  .future-card:hover,
  .future-card.is-hovered,
  .future-card-1:hover,
  .future-card-1.is-hovered {
    grid-template-columns: 54px minmax(0, 1fr);
    width: min(90vw, 368px);
    min-height: 88px;
    padding: 12px;
  }

  .premium-home-ad {
    margin-top: 18px;
  }
}

/* Vorai v7: cleaner brand, clock, archive and search */
.brand-hologram {
  min-width: clamp(150px, 15vw, 224px);
  border: 0;
  border-radius: 0;
  padding: 4px 2px 5px;
  background: transparent;
  box-shadow: none;
  animation-duration: 18s;
}

.brand-hologram::before {
  inset: auto 0 -3px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 232, 255, 0.5), rgba(246, 196, 69, 0.28), transparent);
  opacity: 0.82;
}

.brand-hologram strong {
  font-size: clamp(1.45rem, 2.15vw, 2.18rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  background:
    linear-gradient(94deg, #ffffff 0%, #dff6ff 34%, #ffffff 56%, #f7ce60 100%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: none;
  text-shadow: none;
  filter:
    drop-shadow(0 0 9px rgba(126, 232, 255, 0.28))
    drop-shadow(0 0 22px rgba(255, 255, 255, 0.08));
}

.brand-hologram small {
  display: none;
}

.main-nav a[aria-current="page"] {
  background:
    linear-gradient(135deg, rgba(126, 232, 255, 0.16), rgba(255, 255, 255, 0.07));
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(126, 232, 255, 0.14);
}

.header-status {
  min-width: 176px;
  color: rgba(246, 250, 255, 0.95);
  font-variant-numeric: tabular-nums;
}

.header-clock-stack {
  display: grid;
  gap: 2px;
  justify-items: end;
  line-height: 1.05;
}

.header-time {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
}

.header-date {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
}

body.article-experience .article-page h1 {
  margin-top: 0;
}

body.article-experience .article-chronology {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 760px);
  overflow: hidden;
  border: 1px solid rgba(126, 232, 255, 0.16);
  border-radius: 8px;
  background: rgba(126, 232, 255, 0.12);
  margin: clamp(24px, 3vw, 34px) 0 0;
}

body.article-experience .article-chronology div {
  display: grid;
  gap: 4px;
  min-width: 0;
  background: rgba(5, 13, 25, 0.72);
  padding: 12px 13px;
}

body.article-experience .article-chronology span {
  color: rgba(246, 196, 69, 0.84);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.article-experience .article-chronology strong {
  color: rgba(244, 249, 255, 0.94);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.25;
}

.archive-main-simple,
.search-results-shell {
  border: 1px solid rgba(190, 226, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(5, 13, 25, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
  padding: clamp(16px, 2.4vw, 28px);
}

.timeline-list,
.search-results {
  gap: 12px;
}

.story-row-timeline,
.search-result-row {
  grid-template-columns: 176px minmax(0, 1fr);
  border-color: rgba(190, 226, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(7, 16, 30, 0.72);
  color: rgba(236, 246, 255, 0.92);
}

.story-row-timeline:hover,
.search-result-row:hover {
  border-color: rgba(246, 196, 69, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 72px rgba(0, 0, 0, 0.24),
    0 0 32px rgba(126, 232, 255, 0.08);
}

.story-row-timeline .story-row-visual,
.search-result-row .story-row-visual {
  width: 176px;
  min-height: 118px;
  border-radius: 8px;
}

.story-row-timeline .story-row-meta,
.search-result-row .story-row-meta {
  color: rgba(218, 233, 247, 0.68);
}

.story-row-timeline h2 a,
.search-result-row h2 a {
  color: rgba(248, 251, 255, 0.98);
}

.story-row-timeline p,
.search-result-row p {
  color: rgba(221, 235, 248, 0.72);
}

.search-shell {
  width: min(1120px, calc(100% - 40px));
}

.search-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(190, 226, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 10%, rgba(126, 232, 255, 0.16), transparent 24%),
    radial-gradient(circle at 0 100%, rgba(246, 196, 69, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(5, 13, 25, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 36px 110px rgba(0, 0, 0, 0.32);
  color: rgba(235, 246, 255, 0.94);
  padding: clamp(26px, 4.5vw, 58px);
}

.search-hero h1 {
  max-width: 720px;
  color: rgba(250, 253, 255, 0.98);
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.search-hero p {
  max-width: 680px;
  color: rgba(221, 235, 248, 0.74);
  font-size: 1.05rem;
}

.search-command {
  display: grid;
  gap: 10px;
  position: relative;
}

.search-command span {
  color: rgba(246, 196, 69, 0.9);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.search-command input {
  width: 100%;
  min-height: 66px;
  border: 1px solid rgba(126, 232, 255, 0.24);
  border-radius: 8px;
  outline: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(3, 10, 20, 0.78);
  color: #ffffff;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 850;
  padding: 0 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 0 40px rgba(126, 232, 255, 0.08);
}

.search-command input::placeholder {
  color: rgba(226, 238, 250, 0.38);
}

.search-command input:focus {
  border-color: rgba(246, 196, 69, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 4px rgba(246, 196, 69, 0.08),
    0 0 46px rgba(126, 232, 255, 0.12);
}

.search-results-shell {
  margin-top: 18px;
}

.search-results-shell .archive-insight {
  display: none;
}

.search-hero-minimal {
  display: block;
  padding: clamp(18px, 3.2vw, 38px);
}

.search-hero-minimal .search-command {
  max-width: 920px;
  margin: 0 auto;
}

.search-hero-minimal .search-command input {
  min-height: clamp(60px, 7vw, 82px);
  border-color: rgba(126, 232, 255, 0.34);
  border-radius: 12px;
  background:
    radial-gradient(circle at 12% 18%, rgba(126, 232, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
    rgba(3, 10, 20, 0.82);
  font-size: clamp(1.04rem, 2.2vw, 1.42rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 22px 58px rgba(0, 0, 0, 0.28),
    0 0 46px rgba(126, 232, 255, 0.1);
}

.future-stage,
.future-stage-canvas,
.future-atmosphere,
.future-stage-shade,
.future-flow,
.future-cards {
  width: 100%;
  max-width: 100%;
}

.future-stage {
  overflow: hidden;
}

.future-depth-grid {
  right: 0;
  left: 0;
  width: auto;
}

@media (max-width: 900px) {
  .search-hero {
    grid-template-columns: 1fr;
  }

  body.article-experience .article-chronology {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .header-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 8px 0 10px;
  }

  .brand {
    width: 100%;
  }

  .brand-hologram {
    min-width: 118px;
    max-width: none;
    padding: 2px 0 3px;
  }

  .brand-hologram strong {
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    transform: none;
  }

  .header-status {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    min-width: 0;
    padding: 6px 8px;
    font-size: 0.68rem;
  }

  .main-nav {
    justify-content: center;
    gap: 6px;
    width: 100%;
  }

  .main-nav a {
    flex: 0 1 auto;
    padding: 8px 9px;
    font-size: 0.78rem;
  }

  .story-row-timeline,
  .search-result-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
  }

  .story-row-timeline .story-row-visual,
  .search-result-row .story-row-visual {
    width: 92px;
    min-height: 92px;
  }

  .search-shell {
    width: min(100% - 24px, 1120px);
  }

  .search-hero {
    padding: 24px 18px;
  }

  body.article-experience .article-chronology {
    grid-template-columns: 1fr;
  }
}

/* Vorai v12: sharper article packaging and cinematic brand */
.brand-hologram {
  min-width: clamp(190px, 18vw, 294px);
  padding: 5px 0 7px;
}

.brand-hologram::before {
  height: 2px;
  background:
    linear-gradient(90deg, transparent, rgba(211, 25, 55, 0.72), rgba(126, 232, 255, 0.84), rgba(246, 196, 69, 0.42), transparent);
  box-shadow:
    0 0 14px rgba(126, 232, 255, 0.28),
    0 0 30px rgba(211, 25, 55, 0.12);
}

.brand-hologram::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 46%, rgba(255, 255, 255, 0.38) 50%, transparent 55% 100%);
  background-size: 220% 220%;
  opacity: 0.22;
  pointer-events: none;
  animation: headerSweep 12s linear infinite;
}

.brand-hologram strong {
  font-family: "Orbitron", var(--font-brand);
  font-size: clamp(1.82rem, 2.9vw, 3.12rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background:
    linear-gradient(180deg, #ffffff 0%, #c9f4ff 28%, #eefbff 46%, #6fc1ff 49%, #ffffff 60%, #f2c957 100%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: scaleX(1.08);
  transform-origin: left center;
  filter:
    drop-shadow(0 0 8px rgba(126, 232, 255, 0.42))
    drop-shadow(0 0 22px rgba(30, 94, 255, 0.2))
    drop-shadow(0 0 28px rgba(211, 25, 55, 0.14));
}

body.article-experience .article-page h1 {
  max-width: 980px;
  letter-spacing: 0;
}

.article-quick-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  width: min(100%, 760px);
  margin-top: 18px;
}

.article-quick-meta span,
.article-quick-meta time {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(126, 232, 255, 0.2);
  border-radius: 999px;
  background: rgba(126, 232, 255, 0.08);
  color: rgba(235, 246, 255, 0.9);
  font-family: var(--font-brand);
  font-size: 0.78rem;
  font-weight: 850;
  padding: 7px 12px;
}

.article-quick-meta span {
  background:
    linear-gradient(135deg, rgba(246, 196, 69, 0.22), rgba(255, 255, 255, 0.07)),
    rgba(126, 232, 255, 0.08);
  color: #fff2b7;
}

body.article-experience .share-dock {
  margin-top: 34px;
  padding: 16px;
}

body.article-experience .share-panel-title strong {
  font-family: "Orbitron", var(--font-brand);
  font-size: clamp(0.95rem, 1.16vw, 1.08rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share-button svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

body.article-experience .share-button span {
  display: grid;
  place-items: center;
}

body.article-experience .share-whatsapp {
  background: linear-gradient(145deg, #25d366, #128c7e);
}

body.article-experience .share-facebook {
  background: linear-gradient(145deg, #4d9bff, #1877f2);
}

body.article-experience .share-x {
  background: linear-gradient(145deg, #30343c, #050505);
}

body.article-experience .share-telegram {
  background: linear-gradient(145deg, #56c6ff, #229ed9);
}

body.article-experience .share-instagram {
  background:
    radial-gradient(circle at 28% 100%, #feda75 0 18%, transparent 34%),
    linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.subscribe-panel {
  display: grid;
  gap: 14px;
  width: min(100%, 760px);
  margin-top: 26px;
}

.subscribe-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
}

.subscribe-form input {
  min-height: 48px;
  border: 1px solid rgba(126, 232, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(246, 250, 255, 0.96);
  outline: none;
  padding: 0 14px;
}

.subscribe-form input::placeholder {
  color: rgba(212, 227, 242, 0.52);
}

.subscribe-form input:focus {
  border-color: rgba(246, 196, 69, 0.44);
  box-shadow: 0 0 0 4px rgba(246, 196, 69, 0.1);
}

.subscribe-form button {
  min-height: 48px;
  border: 1px solid rgba(246, 196, 69, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 196, 69, 0.94), rgba(255, 241, 172, 0.96));
  color: #101722;
  cursor: pointer;
  font-family: var(--font-brand);
  font-weight: 950;
  padding: 0 18px;
}

.subscribe-feedback {
  min-height: 0;
  margin: -2px 0 0;
  color: rgba(246, 196, 69, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
}

.site-footer {
  border-top-color: rgba(126, 232, 255, 0.12);
}

.site-footer p {
  color: rgba(235, 246, 255, 0.7);
  font-family: "Orbitron", var(--font-brand);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(235, 246, 255, 0.76);
}

/* Vorai v18: launch admin, cleaner ads and footer brand */
.premium-home-ad {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.premium-home-ad > span {
  border-color: rgba(246, 196, 69, 0.34);
  background: rgba(246, 196, 69, 0.12);
  color: rgba(255, 236, 160, 0.95);
}

.premium-home-ad strong {
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  letter-spacing: 0.02em;
}

.premium-home-ad p {
  max-width: none;
  margin-top: 3px;
  color: rgba(225, 239, 252, 0.68);
}

.site-footer p {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(126, 232, 255, 0.86), rgba(246, 196, 69, 0.78));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--font-brand);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: none;
}

body.admin-experience {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 8%, rgba(126, 232, 255, 0.16), transparent 32%),
    radial-gradient(circle at 84% 22%, rgba(246, 196, 69, 0.09), transparent 28%),
    linear-gradient(180deg, #020611 0%, #07111f 52%, #02050b 100%);
  color: rgba(236, 246, 255, 0.94);
}

body.admin-experience .site-canvas {
  mix-blend-mode: screen;
  opacity: 0.46;
}

.admin-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 58px) 0 72px;
}

.admin-lock,
.admin-dashboard {
  position: relative;
}

.admin-lock,
.admin-hero,
.admin-panel,
.admin-kpi {
  border: 1px solid rgba(190, 226, 255, 0.15);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.03)),
    rgba(5, 13, 25, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 32px 100px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(22px);
}

.admin-lock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: end;
  min-height: 440px;
  padding: clamp(28px, 5vw, 64px);
}

.admin-lock h1,
.admin-hero h1 {
  max-width: 780px;
  margin: 0;
  color: rgba(250, 253, 255, 0.98);
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.admin-lock p,
.admin-hero p {
  max-width: 720px;
  color: rgba(218, 235, 248, 0.74);
  font-size: 1.03rem;
}

.admin-gate-form {
  display: grid;
  gap: 12px;
}

.admin-gate-form label,
.admin-panel-head span,
.admin-kpi span,
.admin-queue-item span,
.admin-money-card span {
  color: rgba(246, 196, 69, 0.86);
  font-family: var(--font-brand);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.admin-gate-form div,
.admin-actions {
  display: flex;
  gap: 10px;
}

.admin-gate-form input {
  min-width: 0;
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(126, 232, 255, 0.22);
  border-radius: 8px;
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0 14px;
}

.admin-gate-form button,
.admin-actions button {
  min-height: 52px;
  border: 1px solid rgba(246, 196, 69, 0.36);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(246, 196, 69, 0.96), rgba(255, 236, 144, 0.92));
  color: #101722;
  cursor: pointer;
  font-family: var(--font-brand);
  font-weight: 950;
  padding: 0 18px;
}

.admin-gate-form span {
  min-height: 18px;
  color: rgba(255, 128, 150, 0.92);
  font-weight: 800;
}

.admin-hero {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  padding: clamp(28px, 5vw, 58px);
}

.admin-actions button:last-child {
  border-color: rgba(126, 232, 255, 0.26);
  background:
    linear-gradient(135deg, rgba(126, 232, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(5, 13, 25, 0.58);
  color: rgba(240, 249, 255, 0.94);
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.admin-kpi {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.admin-kpi strong {
  color: rgba(250, 253, 255, 0.98);
  font-family: var(--font-brand);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1;
}

.admin-kpi small {
  color: rgba(212, 230, 246, 0.62);
  font-weight: 750;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 14px;
  margin-top: 14px;
}

.admin-panel {
  padding: 18px;
}

.admin-panel-wide {
  grid-row: span 2;
}

.admin-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-bottom: 16px;
}

.admin-panel-head strong {
  color: rgba(248, 252, 255, 0.94);
  font-size: 1rem;
  text-align: right;
}

.admin-article-list,
.admin-bars,
.admin-monetization,
.admin-queue,
.admin-events {
  display: grid;
  gap: 10px;
}

.admin-story,
.admin-queue-item,
.admin-event,
.admin-money-row {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.admin-story {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
}

.admin-story > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(126, 232, 255, 0.1);
  color: rgba(246, 196, 69, 0.94);
  font-family: var(--font-brand);
  font-weight: 950;
}

.admin-story a {
  color: rgba(248, 252, 255, 0.96);
  font-weight: 900;
}

.admin-story small {
  display: block;
  margin-top: 4px;
  color: rgba(214, 231, 247, 0.62);
}

.admin-story b,
.admin-bar b {
  display: block;
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: rgba(126, 232, 255, 0.09);
}

.admin-story b {
  margin-top: 9px;
}

.admin-story i,
.admin-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(126, 232, 255, 0.95), rgba(246, 196, 69, 0.9), rgba(211, 25, 55, 0.75));
}

.admin-story > strong {
  color: rgba(246, 196, 69, 0.9);
  font-family: var(--font-brand);
  font-size: 0.84rem;
}

.admin-bar {
  display: grid;
  gap: 8px;
}

.admin-bar div,
.admin-money-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.admin-bar strong,
.admin-money-row span {
  color: rgba(235, 246, 255, 0.86);
}

.admin-bar span,
.admin-money-row b {
  color: rgba(246, 196, 69, 0.9);
  font-family: var(--font-brand);
  font-weight: 900;
}

.admin-money-card {
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(246, 196, 69, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(126, 232, 255, 0.1), rgba(255, 255, 255, 0.045));
  padding: 16px;
}

.admin-money-card strong {
  display: block;
  margin-top: 8px;
  color: rgba(250, 253, 255, 0.98);
  font-family: var(--font-brand);
  font-size: 2rem;
}

.admin-money-row {
  padding: 11px 12px;
}

.admin-queue-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.admin-queue-item strong {
  display: block;
  margin-top: 5px;
  color: rgba(248, 252, 255, 0.96);
  font-size: 1rem;
}

.admin-queue-item p,
.admin-event p {
  margin: 5px 0 0;
  color: rgba(214, 231, 247, 0.62);
}

.admin-queue-item > b {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(246, 196, 69, 0.12);
  color: rgba(255, 236, 160, 0.96);
  font-family: var(--font-brand);
  font-size: 1.1rem;
}

.admin-event {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
}

.admin-event span {
  color: rgba(246, 196, 69, 0.86);
  font-family: var(--font-brand);
  font-size: 0.75rem;
}

.admin-event strong {
  color: rgba(238, 248, 255, 0.9);
}

@media (max-width: 980px) {
  .admin-lock,
  .admin-hero {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .admin-kpis,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-panel-wide {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .premium-home-ad,
  .admin-story,
  .admin-queue-item {
    grid-template-columns: 1fr;
  }

  .admin-actions,
  .admin-gate-form div {
    flex-direction: column;
  }

  .admin-panel-head {
    display: grid;
  }

  .admin-panel-head strong {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .brand-hologram {
    min-width: 164px;
  }

  .brand-hologram strong {
    font-size: 1.34rem;
    letter-spacing: 0.16em;
    transform: scaleX(1.03);
  }

  .article-quick-meta {
    margin-top: 14px;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
  }

  .subscribe-form button {
    width: 100%;
  }
}

/* Vorai v21: article sharing, compact subscription and launch footer polish */
body.article-experience .share-dock {
  position: relative;
  isolation: isolate;
  align-items: center;
  width: min(100%, 760px);
  margin-top: 30px;
  padding: 15px;
  border-color: rgba(126, 232, 255, 0.2);
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 16%, rgba(37, 211, 102, 0.2), transparent 26%),
    radial-gradient(circle at 78% 24%, rgba(34, 158, 217, 0.17), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(4, 12, 24, 0.76);
  overflow: hidden;
}

body.article-experience .share-dock::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, transparent 0 28%, rgba(255, 255, 255, 0.13) 42%, transparent 58%),
    linear-gradient(90deg, rgba(37, 211, 102, 0.12), rgba(34, 158, 217, 0.1), rgba(255, 0, 0, 0.08));
  opacity: 0.54;
  transform: translateX(-18%);
}

body.article-experience .share-panel-title {
  min-width: 118px;
}

body.article-experience .share-panel-title > span {
  display: none;
}

body.article-experience .share-panel-title strong {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(249, 253, 255, 0.96);
  font-family: var(--font-brand);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.article-experience .share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

body.article-experience .share-button {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 15px;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 34px rgba(0, 0, 0, 0.3);
}

body.article-experience .share-button::after {
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.48), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 54%);
  opacity: 0.5;
}

body.article-experience .share-button:hover {
  border-color: rgba(246, 196, 69, 0.5);
  transform: translateY(-3px) scale(1.05);
}

body.article-experience .share-button span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

body.article-experience .share-button img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.32));
}

body.article-experience .share-button em {
  color: rgba(248, 252, 255, 0.92);
  font-style: normal;
  font-weight: 950;
}

body.article-experience .share-whatsapp {
  width: 58px;
  min-width: 58px;
  background: linear-gradient(145deg, #25d366, #128c7e);
}

body.article-experience .share-telegram {
  background: linear-gradient(145deg, #34b7f1, #229ed9);
}

body.article-experience .share-facebook {
  background: linear-gradient(145deg, #4d9bff, #1877f2);
}

body.article-experience .share-messenger {
  background: linear-gradient(145deg, #a033ff, #0084ff 52%, #00c6ff);
}

body.article-experience .share-x {
  background: linear-gradient(145deg, #343842, #050505);
}

body.article-experience .share-instagram {
  background:
    radial-gradient(circle at 28% 100%, #feda75 0 18%, transparent 35%),
    linear-gradient(135deg, #405de6, #833ab4 34%, #fd1d1d 66%, #fcb045);
}

body.article-experience .share-youtube {
  background: linear-gradient(145deg, #ff4b4b, #ff0000 58%, #b80000);
}

body.article-experience .share-reddit {
  background: linear-gradient(145deg, #ff875f, #ff4500);
}

body.article-experience .share-copy {
  background:
    linear-gradient(145deg, rgba(246, 196, 69, 0.92), rgba(255, 241, 172, 0.96));
}

body.article-experience .share-copy em {
  color: #101722;
}

.subscribe-panel {
  width: min(100%, 640px);
  margin-top: 20px;
  gap: 10px;
  padding: 15px 16px;
}

.subscribe-panel > span {
  font-size: 0.68rem;
}

.subscribe-panel strong {
  font-size: 0.94rem;
  line-height: 1.25;
}

.subscribe-form {
  max-width: 520px;
  gap: 8px;
}

.subscribe-form input,
.subscribe-form button {
  min-height: 42px;
}

.subscribe-form input {
  padding: 0 12px;
}

.subscribe-form button {
  padding: 0 14px;
}

.premium-home-ad {
  min-height: 74px;
}

.premium-home-ad p {
  display: none;
}

.site-footer p {
  background: linear-gradient(90deg, rgba(249, 253, 255, 0.96), rgba(126, 232, 255, 0.86));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(126, 232, 255, 0.1);
}

@media (max-width: 760px) {
  body.article-experience .share-dock {
    gap: 10px;
    padding: 14px;
  }

  body.article-experience .share-panel-title {
    min-width: 0;
  }

  body.article-experience .share-buttons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  body.article-experience .share-button,
  body.article-experience .share-whatsapp {
    width: 100%;
    min-width: 0;
    height: 46px;
    min-height: 46px;
  }

  body.article-experience .share-button img {
    width: 22px;
    height: 22px;
  }

  .subscribe-panel {
    width: 100%;
    padding: 14px;
  }

  .subscribe-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .subscribe-form button {
    width: auto;
  }
}

/* Vorai v22: one-line share, smaller subscription and cleaner archive */
.news-archive-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 0;
  padding: clamp(18px, 3vw, 32px);
}

.news-archive-hero .eyebrow {
  margin-bottom: 4px;
}

.archive-kicker-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.archive-kicker-row span,
.archive-flux-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(126, 232, 255, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(126, 232, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(5, 13, 25, 0.62);
  color: rgba(238, 248, 255, 0.94);
  font-family: var(--font-brand);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0 12px;
  text-transform: uppercase;
}

.archive-kicker-row span {
  border-color: rgba(246, 196, 69, 0.32);
  background:
    linear-gradient(135deg, rgba(246, 196, 69, 0.18), rgba(255, 255, 255, 0.055)),
    rgba(5, 13, 25, 0.58);
  color: rgba(255, 238, 164, 0.94);
}

.archive-hero-line {
  max-width: 740px;
  margin: 0;
  color: rgba(222, 237, 250, 0.72);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  font-weight: 760;
}

.archive-search-link {
  position: relative;
  border-color: rgba(126, 232, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(126, 232, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(5, 13, 25, 0.72);
  color: rgba(248, 252, 255, 0.96);
  font-family: var(--font-brand);
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 44px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(126, 232, 255, 0.08);
}

.archive-main-simple {
  margin-top: 14px;
}

.archive-main-simple .archive-insight {
  display: none;
}

body.article-experience .share-dock,
body.article-experience .subscribe-panel {
  width: min(100%, 680px);
  min-height: 62px;
  border-radius: 12px;
}

body.article-experience .share-dock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 24px;
  padding: 10px 12px;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
}

body.article-experience .share-dock::-webkit-scrollbar {
  display: none;
}

body.article-experience .share-panel-title {
  flex: 0 0 auto;
  min-width: 92px;
}

body.article-experience .share-panel-title strong {
  min-height: 40px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

body.article-experience .share-buttons {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 6px;
  width: auto;
}

body.article-experience .share-button,
body.article-experience .share-whatsapp {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 12px;
}

body.article-experience .share-button img {
  width: 20px;
  height: 20px;
}

body.article-experience .share-button b {
  top: calc(100% + 6px);
}

body.article-experience .subscribe-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 12px;
}

body.article-experience .subscribe-panel > span {
  display: none;
}

body.article-experience .subscribe-panel strong {
  flex: 0 0 auto;
  min-width: 92px;
  color: rgba(249, 253, 255, 0.96);
  font-family: var(--font-brand);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.article-experience .subscribe-form {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) auto;
  flex: 1 1 auto;
  max-width: none;
  min-width: 0;
  gap: 7px;
}

body.article-experience .subscribe-form input,
body.article-experience .subscribe-form button {
  min-height: 40px;
  border-radius: 8px;
}

body.article-experience .subscribe-form input {
  min-width: 0;
  font-size: 0.9rem;
}

body.article-experience .subscribe-form button {
  font-size: 0.78rem;
  padding: 0 12px;
}

body.article-experience .subscribe-feedback {
  display: none;
}

@media (max-width: 760px) {
  .news-archive-hero {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .archive-search-link {
    width: fit-content;
  }

  body.article-experience .share-dock {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 9px 10px;
  }

  body.article-experience .share-panel-title {
    min-width: 78px;
  }

  body.article-experience .share-panel-title strong,
  body.article-experience .subscribe-panel strong {
    font-size: 0.78rem;
  }

  body.article-experience .share-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
  }

  body.article-experience .share-button,
  body.article-experience .share-whatsapp {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    border-radius: 10px;
  }

  body.article-experience .share-button img {
    width: 18px;
    height: 18px;
  }

  body.article-experience .subscribe-panel {
    flex-direction: row;
    gap: 8px;
    padding: 9px 10px;
  }

  body.article-experience .subscribe-panel strong {
    min-width: 78px;
  }

  body.article-experience .subscribe-form {
    grid-template-columns: minmax(84px, 1fr) auto;
    gap: 6px;
  }

  body.article-experience .subscribe-form input,
  body.article-experience .subscribe-form button {
    min-height: 34px;
  }

  body.article-experience .subscribe-form input {
    padding: 0 9px;
  }

  body.article-experience .subscribe-form button {
    padding: 0 9px;
  }
}
