:root {
  --bg: #06111b;
  --bg-2: #102536;
  --panel: rgba(17, 29, 43, 0.46);
  --panel-2: rgba(17, 31, 48, 0.56);
  --card: rgba(16, 30, 44, 0.44);
  --ink: #f3f8fd;
  --muted: #adc1d4;
  --line: rgba(202, 229, 255, 0.18);
  --line-strong: rgba(207, 235, 255, 0.34);
  --accent: #7ef2db;
  --accent-2: #ffd47a;
  --critical: #ff8b79;
  --high: #ffbb70;
  --medium: #f7db79;
  --low: #7de2a0;
  --neutral: #b4c9dc;
  --shadow: 0 26px 80px rgba(1, 8, 18, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "IBM Plex Sans", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 6%, rgba(126, 242, 219, 0.22), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(255, 212, 122, 0.16), transparent 20%),
    radial-gradient(circle at 78% 72%, rgba(106, 116, 255, 0.14), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(31, 212, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #06111b 0%, #091623 38%, #09121c 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(140, 167, 191, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 167, 191, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 85%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12), transparent 18%),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.08), transparent 16%),
    linear-gradient(120deg, transparent 24%, rgba(125, 255, 236, 0.04) 44%, transparent 58%);
  opacity: 0.88;
}

.page-shell {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: auto auto 8% 4%;
  width: min(34vw, 380px);
  height: min(34vw, 380px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 242, 219, 0.12), transparent 64%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.page-shell::after {
  content: "";
  position: fixed;
  inset: 8% 5% auto auto;
  width: min(28vw, 320px);
  height: min(28vw, 320px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 212, 122, 0.1), transparent 66%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.top-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.top-nav a {
  color: var(--muted);
  text-decoration: none;
  border: 1px solid rgba(214, 238, 255, 0.16);
  background: rgba(245, 250, 255, 0.07);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.top-nav a.active,
.top-nav a:hover {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(126, 242, 219, 0.16), rgba(255, 255, 255, 0.06));
  border-color: rgba(126, 242, 219, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.hero {
  margin-bottom: 22px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  gap: 18px;
  position: relative;
  z-index: 1;
}

.hero-panel {
  border: 1px solid rgba(217, 237, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    linear-gradient(180deg, rgba(13, 24, 36, 0.62), rgba(9, 18, 27, 0.42));
  box-shadow: var(--shadow);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -30% -45% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 242, 219, 0.22), transparent 68%);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--accent);
  margin: 0 0 10px;
}

h1 {
  margin: 0;
  font-size: clamp(50px, 7.2vw, 90px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.hero-title-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-updated-text {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-bottom: 6px;
  color: rgba(166, 192, 214, 0.7);
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.status-text,
.meta,
.why,
.score-list,
.source-list,
.standards-intro,
.detail-intro,
.back-link {
  color: var(--muted);
}

.status-text {
  font-size: 12px;
  line-height: 1.5;
}

.status-text:empty {
  display: none;
}

.hero-panel-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
}

.hero-side-stack {
  display: grid;
  gap: 14px;
}

.hero-visual {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(220, 239, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02)),
    radial-gradient(circle at 20% 20%, rgba(126, 242, 219, 0.24), transparent 30%),
    radial-gradient(circle at 78% 24%, rgba(255, 212, 122, 0.2), transparent 26%),
    radial-gradient(circle at 70% 72%, rgba(106, 116, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(8, 19, 29, 0.92), rgba(10, 20, 30, 0.82));
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 44px rgba(1, 8, 16, 0.22);
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 34%);
  pointer-events: none;
  z-index: 0;
}

.hero-visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(188, 214, 240, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 214, 240, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle at center, rgba(255,255,255,0.76), transparent 88%);
  opacity: 0.38;
  animation: liquidGridDrift 8s linear infinite;
}

.cosmo-field,
.cosmo-nebula,
.cosmo-orbit,
.cosmo-core,
.cosmo-core-halo,
.cosmo-core-ring,
.cosmo-core-star,
.cosmo-comet,
.cosmo-star {
  position: absolute;
}

.cosmo-field {
  inset: 0;
  animation: cosmoDrift 7.2s ease-in-out infinite;
}

.cosmo-nebula {
  border-radius: 50%;
  filter: blur(10px);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.cosmo-nebula-a {
  left: 12%;
  top: 18%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(92, 240, 214, 0.26), rgba(92, 240, 214, 0.03) 62%, transparent 76%);
  animation: cosmoNebulaPulse 5.2s ease-in-out infinite;
}

.cosmo-nebula-b {
  right: 10%;
  bottom: 14%;
  width: 138px;
  height: 138px;
  background: radial-gradient(circle, rgba(122, 132, 255, 0.2), rgba(255, 208, 118, 0.08) 54%, transparent 78%);
  animation: cosmoNebulaPulse 6.1s ease-in-out infinite reverse;
}

.cosmo-orbit {
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(223, 241, 255, 0.12);
  transform: translate(-50%, -50%);
}

.cosmo-orbit-a {
  width: 170px;
  height: 170px;
  opacity: 0.72;
  animation: cosmoOrbitSpin 16s linear infinite;
}

.cosmo-orbit-b {
  width: 122px;
  height: 122px;
  border-color: rgba(126, 242, 219, 0.18);
  opacity: 0.8;
  animation: cosmoOrbitSpin 10s linear infinite reverse;
}

.cosmo-orbit-c {
  width: 210px;
  height: 132px;
  border-color: rgba(255, 212, 122, 0.12);
  opacity: 0.55;
  transform: translate(-50%, -50%) rotate(-18deg);
  animation: cosmoOrbitTilt 14s linear infinite;
}

.cosmo-core {
  left: 50%;
  top: 50%;
  width: 104px;
  height: 104px;
  transform: translate(-50%, -50%);
}

.cosmo-core-halo {
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 242, 219, 0.18), rgba(126, 242, 219, 0.02) 64%, transparent 78%);
  filter: blur(6px);
  animation: cosmoHaloPulse 3.4s ease-in-out infinite;
}

.cosmo-core-ring {
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(230, 243, 255, 0.16);
  box-shadow:
    inset 0 0 18px rgba(255,255,255,0.04),
    0 0 26px rgba(72, 218, 193, 0.14);
}

.cosmo-core-star {
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(169, 255, 239, 0.94) 45%, rgba(255, 212, 122, 0.86));
  box-shadow:
    0 0 18px rgba(255,255,255,0.32),
    0 0 40px rgba(98, 236, 210, 0.2);
  animation: cosmoCoreFlicker 2.6s ease-in-out infinite;
}

.cosmo-comet {
  left: 20%;
  top: 62%;
  width: 92px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.92), rgba(126, 242, 219, 0.78), rgba(255,255,255,0));
  transform: rotate(-28deg);
  box-shadow: 0 0 18px rgba(126, 242, 219, 0.16);
  animation: cosmoCometSweep 5.6s ease-in-out infinite;
}

.cosmo-star {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(246, 251, 255, 0.94);
  box-shadow: 0 0 14px rgba(255,255,255,0.28);
  animation: cosmoStarTwinkle 3.8s ease-in-out infinite;
}

.cosmo-star-a { left: 19%; top: 20%; }
.cosmo-star-b { right: 22%; top: 24%; animation-delay: -0.8s; }
.cosmo-star-c { left: 24%; bottom: 24%; animation-delay: -1.6s; }
.cosmo-star-d { right: 18%; bottom: 20%; animation-delay: -2.2s; }
.cosmo-star-e { left: 50%; top: 18%; margin-left: -2px; animation-delay: -1.1s; }

.argus-field,
.argus-aura,
.argus-ray,
.argus-eye,
.argus-eye-outline,
.argus-eye-iris,
.argus-eye-pupil,
.argus-eye-glint,
.argus-eye-scan,
.argus-lid,
.argus-spark {
  position: absolute;
}

.argus-field {
  inset: 0;
  animation: argusDrift 6.4s ease-in-out infinite;
}

.argus-aura {
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.argus-aura-a {
  width: 220px;
  height: 220px;
  background:
    radial-gradient(circle, rgba(111, 255, 236, 0.16), transparent 56%),
    radial-gradient(circle, rgba(106, 116, 255, 0.12), transparent 72%);
  filter: blur(4px);
  animation: argusAuraPulse 3.6s ease-in-out infinite;
}

.argus-aura-b {
  width: 310px;
  height: 310px;
  border: 1px solid rgba(221, 241, 255, 0.08);
  box-shadow:
    inset 0 0 40px rgba(126, 242, 219, 0.05),
    0 0 80px rgba(74, 109, 255, 0.08);
  animation: argusAuraRotate 14s linear infinite;
}

.argus-ray {
  left: 50%;
  top: 50%;
  width: 164px;
  height: 1px;
  transform-origin: 0 50%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(154, 245, 230, 0.3), rgba(255,255,255,0));
  opacity: 0.7;
}

.argus-ray-a { transform: translate(-12%, -50%) rotate(-18deg); }
.argus-ray-b { transform: translate(-18%, -50%) rotate(28deg); }
.argus-ray-c { transform: translate(-92%, -50%) rotate(162deg); }
.argus-ray-d { transform: translate(-88%, -50%) rotate(-154deg); }

.argus-eye {
  width: 62px;
  height: 34px;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.03)),
    linear-gradient(180deg, rgba(10, 22, 33, 0.8), rgba(8, 18, 27, 0.5));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 0 18px rgba(63, 224, 197, 0.12);
  transform-origin: center;
}

.argus-eye-core {
  left: 50%;
  top: 50%;
  width: 178px;
  height: 94px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(226, 242, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.03)),
    radial-gradient(circle at 50% 50%, rgba(113, 255, 236, 0.1), transparent 56%),
    linear-gradient(180deg, rgba(12, 25, 37, 0.88), rgba(9, 18, 28, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 0 32px rgba(56, 219, 191, 0.16),
    0 28px 40px rgba(3, 12, 22, 0.26);
  animation: argusCoreFloat 4.2s ease-in-out infinite;
}

.argus-eye-a {
  left: 16%;
  top: 30%;
  transform: rotate(-12deg);
}

.argus-eye-b {
  right: 14%;
  top: 26%;
  transform: rotate(10deg);
}

.argus-eye-c {
  left: 18%;
  bottom: 22%;
  transform: rotate(12deg);
}

.argus-eye-d {
  right: 18%;
  bottom: 18%;
  transform: rotate(-10deg);
}

.argus-eye-e {
  left: 50%;
  top: 16%;
  transform: translateX(-50%) scale(0.86);
}

.argus-eye-outline {
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(236, 246, 255, 0.14);
}

.argus-eye-iris {
  left: 50%;
  top: 50%;
  width: 42%;
  height: 78%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.34), rgba(255,255,255,0) 26%),
    radial-gradient(circle at 50% 55%, rgba(82, 231, 209, 0.82), rgba(28, 125, 123, 0.84) 48%, rgba(38, 44, 103, 0.6) 78%, rgba(255,255,255,0) 92%);
  box-shadow:
    inset 0 0 16px rgba(255,255,255,0.14),
    0 0 24px rgba(69, 220, 194, 0.16);
  animation: argusIrisShift 4s ease-in-out infinite;
}

.argus-eye-pupil {
  left: 50%;
  top: 50%;
  width: 15%;
  height: 42%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(5, 16, 24, 0.96), rgba(3, 10, 16, 0.9));
  box-shadow:
    0 0 18px rgba(8, 15, 22, 0.4),
    0 0 22px rgba(39, 234, 203, 0.12);
}

.argus-eye-glint {
  left: 56%;
  top: 38%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.88);
  filter: blur(0.2px);
  box-shadow: 0 0 12px rgba(255,255,255,0.36);
}

.argus-eye-scan {
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  mix-blend-mode: screen;
}

.argus-eye-scan::before {
  content: "";
  position: absolute;
  inset: -8% auto -8% -45%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(126, 242, 219, 0.16), rgba(255,255,255,0.38), transparent);
  transform: skewX(-12deg);
  animation: argusScan 2.4s linear infinite;
}

.argus-lid {
  left: -2%;
  width: 104%;
  height: 50%;
  background: linear-gradient(180deg, rgba(8, 19, 29, 0.94), rgba(8, 19, 29, 0.08));
  opacity: 0.9;
}

.argus-lid-top {
  top: -16%;
  border-bottom-left-radius: 52% 100%;
  border-bottom-right-radius: 52% 100%;
  animation: argusBlinkTop 6.2s ease-in-out infinite;
}

.argus-lid-bottom {
  bottom: -16%;
  border-top-left-radius: 52% 100%;
  border-top-right-radius: 52% 100%;
  background: linear-gradient(180deg, rgba(8, 19, 29, 0.08), rgba(8, 19, 29, 0.92));
  animation: argusBlinkBottom 6.2s ease-in-out infinite;
}

.argus-spark {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(245, 251, 255, 0.95);
  box-shadow: 0 0 18px rgba(255,255,255,0.36);
  animation: argusSparkShift 4s linear infinite;
}

.argus-spark-a {
  top: 20%;
  right: 20%;
}

.argus-spark-b {
  left: 20%;
  bottom: 22%;
  animation-delay: -1.4s;
}

.argus-spark-c {
  right: 18%;
  bottom: 18%;
  animation-delay: -2.6s;
}

.hero-primary-body {
  margin-top: 18px;
  display: grid;
  gap: 18px;
}

.hero-market-note-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1.45fr);
  gap: 18px;
  align-items: stretch;
}

.hero-summary-line {
  color: rgba(187, 207, 226, 0.88);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  max-width: 58ch;
}

.hero-market-note-block {
  display: grid;
  gap: 10px;
  padding: 18px 18px 19px;
  border-radius: 20px;
  border: 1px solid rgba(222, 239, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05)),
    linear-gradient(180deg, rgba(18, 34, 49, 0.66), rgba(10, 21, 31, 0.46));
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 34px rgba(2, 9, 18, 0.18);
  align-content: start;
}

.intel-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.intel-stat-card {
  position: relative;
  isolation: isolate;
  padding: 14px 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(218, 237, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.04)),
    linear-gradient(180deg, rgba(10, 22, 33, 0.56), rgba(8, 18, 27, 0.34));
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  overflow: hidden;
}

.intel-stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 42%);
}

.intel-stat-btc {
  border-color: rgba(25, 194, 180, 0.26);
  box-shadow: inset 0 0 0 1px rgba(25, 194, 180, 0.08);
}

.intel-stat-fear {
  border-color: rgba(243, 182, 63, 0.24);
}

.intel-stat-sentiment {
  border-color: rgba(140, 167, 191, 0.24);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045)),
    linear-gradient(180deg, rgba(12, 26, 38, 0.62), rgba(9, 19, 28, 0.38));
}

.intel-stat-sentiment-bullish {
  border-color: rgba(125, 226, 160, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(125, 226, 160, 0.08),
    0 0 28px rgba(125, 226, 160, 0.08);
}

.intel-stat-sentiment-bearish {
  border-color: rgba(255, 139, 121, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 139, 121, 0.08),
    0 0 28px rgba(255, 139, 121, 0.08);
}

.intel-stat-sentiment-neutral {
  border-color: rgba(180, 201, 220, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(180, 201, 220, 0.06),
    0 0 24px rgba(180, 201, 220, 0.06);
}

.intel-stat-sentiment-mixed {
  border-color: rgba(255, 212, 122, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 212, 122, 0.08),
    0 0 28px rgba(255, 212, 122, 0.08);
}

.intel-stat-driver {
  border-color: rgba(108, 207, 138, 0.22);
  box-shadow: inset 0 0 0 1px rgba(108, 207, 138, 0.05);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)),
    linear-gradient(180deg, rgba(12, 24, 35, 0.58), rgba(8, 18, 27, 0.34));
}

.intel-stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.intel-stat-value {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 620;
  margin-bottom: 8px;
}

.intel-stat-value-fear {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.fear-greed-number {
  white-space: nowrap;
}

.fear-greed-scale {
  font-size: 0.5em;
  line-height: 1;
  letter-spacing: 0;
  color: var(--muted);
  font-weight: 600;
  margin-left: 4px;
  vertical-align: super;
}

.fear-greed-classification {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--accent-2);
  white-space: nowrap;
}

.intel-driver-value {
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 590;
  min-height: 48px;
  margin-bottom: 8px;
}

.intel-stat-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.intel-stat-change {
  font-family: "JetBrains Mono", "SFMono-Regular", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intel-stat-change-up {
  color: var(--low);
}

.intel-stat-change-down {
  color: var(--critical);
}

.intel-stat-change-flat {
  color: var(--neutral);
}

.intel-badge-line {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 8px;
}

.intel-stat-sentiment .intel-badge-line {
  min-height: 32px;
}

.hero-inline-analysis {
  display: grid;
  gap: 12px;
  max-width: 760px;
  padding: 16px 16px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 22, 33, 0.92), rgba(8, 18, 27, 0.8));
}

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

.hero-inline-title {
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero-inline-copy {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.hero-inline-meta {
  gap: 8px;
}

.hero-inline-coverage {
  margin-top: -2px;
}

.compact-meta-ribbon .meta-pill {
  padding: 10px 12px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-side-copy {
  display: grid;
  gap: 14px;
  margin-top: 2px;
}

.briefing-note {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 360;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.briefing-note-expanded {
  font-size: 18px;
  line-height: 1.62;
  max-width: none;
}

.market-note-highlight {
  color: #9af5e6;
  font-weight: 650;
}

.market-note-highlight-number {
  color: #ffd58b;
  font-weight: 680;
}

.sentiment-inline {
  display: inline-block;
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 640;
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-transform: none;
}

.sentiment-bullish {
  color: var(--low);
}

.sentiment-bearish {
  color: var(--critical);
}

.sentiment-neutral {
  color: var(--neutral);
}

.sentiment-mixed {
  color: var(--accent-2);
}

.sentiment-na {
  color: var(--muted);
  background: rgba(140, 167, 191, 0.08);
  border-color: rgba(140, 167, 191, 0.18);
}

.briefing-drivers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 36px;
  align-items: center;
}

.briefing-pill-row {
  display: flex;
  align-items: center;
  min-height: 36px;
}

.subscribe-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(98, 235, 208, 0.26);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.045)),
    linear-gradient(180deg, rgba(16, 30, 44, 0.66), rgba(10, 21, 31, 0.4));
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 28px rgba(2, 10, 18, 0.16),
    0 0 0 1px rgba(90, 234, 205, 0.08),
    0 0 42px rgba(53, 220, 188, 0.14),
    0 0 86px rgba(34, 185, 160, 0.08);
}

.subscribe-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.subscribe-status {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(125, 226, 160, 0.2);
  color: #9af5bf;
  background: rgba(125, 226, 160, 0.08);
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0.03em;
}

.subscribe-title {
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 520;
  color: #b8fff1;
  text-shadow:
    0 0 18px rgba(64, 232, 205, 0.16),
    0 1px 0 rgba(0, 0, 0, 0.18);
}

.subscribe-copy,
.subscribe-feedback,
.subscribe-saved {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.subscribe-feedback.is-error {
  color: #fca5a5;
  font-weight: 600;
}

.subscribe-saved strong {
  color: var(--ink);
  font-weight: 560;
}

.subscribe-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.subscribe-input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(221, 239, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(7, 15, 22, 0.48);
  color: var(--ink);
  font-size: 14px;
  letter-spacing: -0.01em;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.subscribe-input::placeholder {
  color: rgba(177, 197, 216, 0.45);
}

.subscribe-input:focus {
  border-color: rgba(126, 242, 219, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 3px rgba(25, 194, 180, 0.08);
}

.subscribe-button {
  height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(31, 218, 203, 0.98), rgba(16, 144, 141, 0.98));
  color: #031014;
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    0 12px 22px rgba(5, 38, 40, 0.22);
  transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
}

.subscribe-button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.subscribe-button:active {
  transform: translateY(0);
}

.subscribe-form.is-subscribed .subscribe-button {
  background:
    linear-gradient(135deg, rgba(148, 242, 191, 0.98), rgba(90, 192, 125, 0.98));
}

.side-label {
  color: rgba(140, 167, 191, 0.6);
  font-family: "JetBrains Mono", "SFMono-Regular", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.primary-button {
  border: 0;
  background: linear-gradient(135deg, #19c2b4, #118a84);
  color: #041014;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 620;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.primary-button:hover {
  filter: brightness(1.04);
}

.overview-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.overview-card,
.event-card,
.detail-card,
.standards-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)),
    linear-gradient(180deg, rgba(14, 28, 40, 0.5), rgba(10, 20, 30, 0.34));
  border: 1px solid rgba(224, 241, 255, 0.18);
  border-radius: 22px;
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(26px) saturate(160%);
  -webkit-backdrop-filter: blur(26px) saturate(160%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.overview-card {
  padding: 20px;
}

.overview-label {
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(190, 212, 231, 0.84);
}

.overview-value {
  margin-top: 10px;
  font-size: 34px;
  line-height: 1;
  font-weight: 620;
  letter-spacing: -0.02em;
}

.overview-note {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(197, 214, 230, 0.78);
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.event-card,
.detail-card {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.events-grid > .event-card {
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

[data-tooltip] {
  position: relative;
  cursor: help;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  min-width: 180px;
  max-width: 260px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  background: rgba(4, 10, 16, 0.96);
  color: var(--ink);
  font-family: "IBM Plex Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease, transform 120ms ease;
  z-index: 4;
}

[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.event-card::before,
.detail-card::before,
.standards-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.03) 32%, transparent 58%),
    radial-gradient(circle at 12% 0%, rgba(255,255,255,0.18), transparent 34%);
  pointer-events: none;
}

.overview-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.03) 34%, transparent 58%),
    radial-gradient(circle at 12% 0%, rgba(255,255,255,0.16), transparent 36%);
  pointer-events: none;
}

.overview-card::after,
.event-card::after,
.detail-card::after,
.standards-section::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  mask-image: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.1));
}

.overview-card > *,
.event-card > *,
.detail-card > *,
.standards-section > * {
  position: relative;
  z-index: 1;
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.event-headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.event-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.event-kicker-primary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  min-width: 0;
  align-items: stretch;
}

.mono-label,
.score-chip,
.status-chip,
.direction-chip,
.impact-pill,
.mini-label,
.section-overline {
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
}

.score-chip,
.status-chip,
.direction-chip,
.impact-pill,
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 34px;
  padding: 6px 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 18px rgba(3, 10, 18, 0.12);
}

.impact-pill {
  border: 1px solid transparent;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  backdrop-filter: saturate(135%);
  -webkit-backdrop-filter: saturate(135%);
}

.impact-critical {
  background:
    linear-gradient(180deg, rgba(255, 199, 190, 0.24), rgba(255, 255, 255, 0.02) 28%),
    linear-gradient(180deg, #ff8f7d, #de5340);
  color: #fff8f6;
  border-color: rgba(255, 195, 185, 0.5);
}
.impact-high {
  background:
    linear-gradient(180deg, rgba(255, 227, 188, 0.24), rgba(255, 255, 255, 0.02) 28%),
    linear-gradient(180deg, #ffc67d, #e18a2c);
  color: #fff9ef;
  border-color: rgba(255, 215, 153, 0.48);
}
.impact-medium {
  background:
    linear-gradient(180deg, rgba(255, 243, 196, 0.24), rgba(255, 255, 255, 0.02) 28%),
    linear-gradient(180deg, #f8df7c, #cda633);
  color: #fffdf1;
  border-color: rgba(248, 223, 124, 0.46);
}
.impact-low,
.impact-minimal {
  background:
    linear-gradient(180deg, rgba(214, 255, 227, 0.22), rgba(255, 255, 255, 0.02) 28%),
    linear-gradient(180deg, #86dfa5, #3fa567);
  color: #f7fff9;
  border-color: rgba(171, 239, 193, 0.46);
}

.score-chip,
.status-chip,
.direction-chip {
  border: 1px solid rgba(220, 239, 255, 0.22);
  color: #f3f8fe;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.04) 30%),
    linear-gradient(180deg, rgba(26, 42, 58, 0.96), rgba(14, 24, 35, 0.94));
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  backdrop-filter: saturate(130%);
  -webkit-backdrop-filter: saturate(130%);
}

.score-chip {
  letter-spacing: 0.03em;
  color: #fbfdff;
  border-color: rgba(164, 213, 255, 0.5);
  background:
    linear-gradient(180deg, rgba(207, 233, 255, 0.34), rgba(255,255,255,0.06) 32%),
    linear-gradient(180deg, #35556d, #1a2b3a);
}

.direction-positive {
  color: #f5fff8;
  border-color: rgba(125, 226, 160, 0.48);
  background:
    linear-gradient(180deg, rgba(205, 255, 219, 0.26), rgba(255,255,255,0.04) 30%),
    linear-gradient(180deg, #2f5a41, #1b3326);
}
.direction-negative {
  color: #fff6f4;
  border-color: rgba(255, 139, 121, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 205, 197, 0.24), rgba(255,255,255,0.04) 30%),
    linear-gradient(180deg, #5a342f, #331c1b);
}
.direction-neutral {
  color: #f3f8fd;
  border-color: rgba(180, 201, 220, 0.42);
  background:
    linear-gradient(180deg, rgba(231, 241, 252, 0.2), rgba(255,255,255,0.04) 30%),
    linear-gradient(180deg, #364655, #1d2832);
}
.direction-mixed {
  color: #fffbf0;
  border-color: rgba(255, 212, 122, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 236, 187, 0.24), rgba(255,255,255,0.04) 30%),
    linear-gradient(180deg, #5d4a28, #342715);
}

.status-developing {
  color: #fffbf0;
  border-color: rgba(255, 212, 122, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 235, 183, 0.24), rgba(255,255,255,0.04) 30%),
    linear-gradient(180deg, #615028, #372a16);
}
.status-confirmed {
  color: #f2fffc;
  border-color: rgba(126, 242, 219, 0.5);
  background:
    linear-gradient(180deg, rgba(201, 255, 244, 0.24), rgba(255,255,255,0.04) 30%),
    linear-gradient(180deg, #24564c, #14302b);
}
.status-resolved {
  color: #f5fff8;
  border-color: rgba(125, 226, 160, 0.5);
  background:
    linear-gradient(180deg, rgba(205, 255, 218, 0.24), rgba(255,255,255,0.04) 30%),
    linear-gradient(180deg, #2b5b3e, #16311f);
}

.event-card h2,
.detail-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.018em;
  font-weight: 620;
}

.coverage-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(126, 242, 219, 0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    linear-gradient(180deg, rgba(126, 242, 219, 0.08), rgba(12, 24, 35, 0.28));
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 26px rgba(2, 10, 18, 0.12);
}

.coverage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(25, 194, 180, 0.16);
  color: var(--accent);
  border: 1px solid rgba(25, 194, 180, 0.3);
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.coverage-sources {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.summary {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 14px;
}

.why-card {
  margin: 0 0 16px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 212, 122, 0.2);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02)),
    linear-gradient(180deg, rgba(255, 212, 122, 0.08), rgba(9, 18, 27, 0.3));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 30px rgba(4, 9, 16, 0.16);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), transparent 42%);
  pointer-events: none;
}

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

.why-label {
  margin-bottom: 8px;
  color: var(--accent-2);
  font-family: "Avenir Next", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.62;
}


.signal-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(140, 167, 191, 0.12);
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(140, 167, 191, 0.1);
}

.signal-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.signal-fill {
  min-width: 10%;
}

.signal-positive {
  background: linear-gradient(90deg, rgba(108, 207, 138, 0.56), #6ccf8a);
}

.signal-negative {
  background: linear-gradient(90deg, rgba(255, 107, 87, 0.58), #ff6b57);
}

.signal-neutral {
  background: linear-gradient(90deg, rgba(140, 167, 191, 0.54), #8ca7bf);
}

.signal-mixed {
  background: linear-gradient(90deg, rgba(243, 182, 63, 0.52), #f3b63f);
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.data-point {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.5);
}

.mini-label {
  color: rgba(140, 167, 191, 0.62);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.mini-value {
  margin-top: 8px;
  font-size: 16px;
  color: var(--ink);
  font-weight: 540;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.tag {
  flex: 0 0 auto;
  width: auto;
  min-height: 26px;
  padding: 4px 8px;
  border: 1px solid rgba(217, 237, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    rgba(18, 36, 52, 0.56);
  color: #d7e4f0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 6px 16px rgba(2, 8, 16, 0.1);
}

.meta-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.5);
}

.meta-pill .mini-label {
  white-space: nowrap;
}

.meta-pill .mini-value {
  margin-top: 0;
  font-size: 14px;
  color: var(--ink);
  white-space: nowrap;
}

.empty-event-card h2 {
  margin-bottom: 12px;
}

.card-link,
.back-link {
  color: #f2fbff;
  text-decoration: none;
  font-weight: 700;
}

.card-link:hover,
.back-link:hover {
  color: #f7fdff;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(126, 242, 219, 0.22);
  background:
    linear-gradient(180deg, rgba(126, 242, 219, 0.22), rgba(255,255,255,0.04) 34%),
    linear-gradient(180deg, rgba(22, 55, 63, 0.96), rgba(13, 30, 36, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 30px rgba(1, 10, 16, 0.2);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, filter 140ms ease;
}

.card-link::after {
  content: "↗";
  font-size: 13px;
  line-height: 1;
  opacity: 0.8;
}

.card-link:hover {
  transform: translateY(-1px);
  border-color: rgba(126, 242, 219, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 34px rgba(1, 10, 16, 0.24);
  filter: saturate(112%);
}

.card-link:active {
  transform: translateY(0);
}

@keyframes reactorDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes reactorRotateA {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes reactorRotateB {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes reactorPulse {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  20% {
    opacity: 0.58;
  }
  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

@keyframes reactorSweep {
  0% {
    left: -60%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    left: 116%;
    opacity: 0;
  }
}

@keyframes packetRun {
  0% {
    left: -16%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    left: 104%;
    opacity: 0;
  }
}

@keyframes cosmoDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes cosmoNebulaPulse {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes cosmoOrbitSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes cosmoOrbitTilt {
  0% {
    transform: translate(-50%, -50%) rotate(-18deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(342deg);
  }
}

@keyframes cosmoHaloPulse {
  0%, 100% {
    opacity: 0.42;
    transform: scale(0.94);
  }
  50% {
    opacity: 0.86;
    transform: scale(1.04);
  }
}

@keyframes cosmoCoreFlicker {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(45deg) scale(0.96);
    opacity: 0.9;
  }
  50% {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.04);
    opacity: 1;
  }
}

@keyframes cosmoCometSweep {
  0% {
    transform: translate3d(-18px, 10px, 0) rotate(-28deg);
    opacity: 0;
  }
  18% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.82;
  }
  100% {
    transform: translate3d(64px, -42px, 0) rotate(-28deg);
    opacity: 0;
  }
}

@keyframes cosmoStarTwinkle {
  0%, 100% {
    opacity: 0.18;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes argusDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes argusAuraPulse {
  0%, 100% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(0.96);
  }
  50% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes argusAuraRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes argusCoreFloat {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.02);
  }
}

@keyframes argusIrisShift {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-48%, -50%) scale(1.02);
  }
  58% {
    transform: translate(-52%, -48%) scale(0.98);
  }
}

@keyframes argusScan {
  0% {
    left: -45%;
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  100% {
    left: 112%;
    opacity: 0;
  }
}

@keyframes argusBlinkTop {
  0%, 88%, 100% {
    transform: translateY(0);
  }
  92% {
    transform: translateY(28%);
  }
  96% {
    transform: translateY(4%);
  }
}

@keyframes argusBlinkBottom {
  0%, 88%, 100% {
    transform: translateY(0);
  }
  92% {
    transform: translateY(-28%);
  }
  96% {
    transform: translateY(-4%);
  }
}

@keyframes argusSparkShift {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.16;
  }
  35% {
    opacity: 0.9;
  }
  100% {
    transform: translate3d(8px, -10px, 0);
    opacity: 0.08;
  }
}

@keyframes liquidPulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.84);
  }
  18% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes sparkShift {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.2;
  }
  25% {
    opacity: 0.9;
  }
  50% {
    transform: translate3d(8px, -14px, 0);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(-4px, -24px, 0);
    opacity: 0.1;
  }
}

@keyframes liquidGridDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-8px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.score-list,
.source-list {
  padding-left: 18px;
}

.detail-shell {
  max-width: 980px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 18px;
}

.detail-copy-block {
  margin-bottom: 18px;
}

.research-block {
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.research-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.research-subsection {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.key-points-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--ink);
}

.key-points-list li {
  line-height: 1.55;
}

.card-key-points {
  padding-left: 16px;
  margin: 0 0 4px;
  gap: 6px;
  font-size: 13.5px;
  color: var(--ink);
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.section-overline {
  color: rgba(140, 167, 191, 0.62);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.score-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.score-cell {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.54);
}

.score-cell strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 620;
}

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

.trace-item {
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.54);
  border-radius: 16px;
  padding: 12px;
}

.trace-delta {
  color: var(--accent-2);
  font-family: "JetBrains Mono", "SFMono-Regular", monospace;
  font-size: 12px;
}

.standards-shell {
  max-width: 1260px;
}

.standards-grid {
  display: grid;
  gap: 18px;
}

.standards-section {
  padding: 22px;
  position: relative;
}

.standards-section h2 {
  margin: 0 0 12px;
  font-size: 30px;
  letter-spacing: -0.03em;
}

.standards-section h3 {
  margin: 18px 0 8px;
  font-size: 20px;
}

.standards-intro {
  font-size: 15px;
  line-height: 1.6;
}

.dimension-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
}

.dimension-card,
.field-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: rgba(9, 18, 27, 0.55);
}

.dimension-card h3,
.field-card h3 {
  margin: 0 0 8px;
}

.dimension-meta,
.field-meta {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 10px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.rule-table,
.band-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.rule-table th,
.rule-table td,
.band-table th,
.band-table td {
  border-top: 1px solid var(--line);
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.rule-table th,
.band-table th {
  color: rgba(140, 167, 191, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mono {
  font-family: "JetBrains Mono", "SFMono-Regular", monospace;
  font-size: 12px;
}

.review-shell {
  max-width: 1440px;
}

.review-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.5fr);
  gap: 18px;
  align-items: start;
}

.review-list-panel,
.review-detail-panel {
  display: grid;
  gap: 16px;
}

.review-list-panel {
  position: sticky;
  top: 18px;
}

.review-toolbar,
.review-detail-panel > .detail-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(14, 28, 40, 0.96), rgba(10, 20, 30, 0.96));
  box-shadow: var(--shadow);
}

.review-toolbar {
  padding: 16px;
}

.day-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.day-chip {
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.72);
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: "JetBrains Mono", "SFMono-Regular", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.day-chip.active,
.day-chip:hover {
  color: var(--ink);
  border-color: rgba(25, 194, 180, 0.36);
  background: rgba(25, 194, 180, 0.14);
}

.review-list {
  display: grid;
  gap: 10px;
  max-height: calc(100vh - 280px);
  overflow: auto;
  padding-right: 4px;
}

.review-row {
  width: 100%;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 24, 35, 0.96), rgba(8, 17, 25, 0.98));
  color: var(--ink);
  padding: 14px;
  cursor: pointer;
  transition: border-color 120ms ease, transform 120ms ease, background 120ms ease;
}

.review-row:hover,
.review-row.active {
  transform: translateY(-1px);
  border-color: rgba(25, 194, 180, 0.34);
  background: linear-gradient(180deg, rgba(16, 33, 48, 0.98), rgba(10, 21, 31, 1));
}

.review-row-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.review-score,
.review-badge,
.review-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-family: "JetBrains Mono", "SFMono-Regular", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.72);
  color: var(--muted);
}

.review-score,
.review-pill-score {
  color: var(--accent);
  border-color: rgba(25, 194, 180, 0.34);
  background: rgba(25, 194, 180, 0.12);
}

.review-badge-evaluated,
.review-pill-keep {
  color: var(--low);
  border-color: rgba(108, 207, 138, 0.28);
}

.review-badge-filtered,
.review-pill-filtered {
  color: var(--critical);
  border-color: rgba(255, 107, 87, 0.28);
}

.review-badge-reviewed {
  color: var(--accent);
  border-color: rgba(25, 194, 180, 0.3);
}

.review-badge-queued {
  color: var(--accent-2);
  border-color: rgba(243, 182, 63, 0.28);
}

.review-row-title {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 590;
  margin-bottom: 8px;
}

.review-row-meta {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.review-detail-panel {
  min-width: 0;
}

.review-detail-hero,
.review-detail-section {
  padding: 22px;
}

.review-detail-heading {
  display: grid;
  gap: 14px;
}

.review-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.review-meta-grid {
  margin-top: 16px;
}

.review-rationale {
  margin-top: 16px;
}

.review-trace-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.review-score-matrix {
  margin-top: 16px;
}

.review-eval-kicker {
  margin-bottom: 14px;
}

.review-date-label {
  color: rgba(140, 167, 191, 0.62);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-date-input,
.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(7, 15, 22, 0.86);
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
}

.review-date-input {
  color-scheme: dark;
  padding-right: 42px;
}

.review-date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
  filter: invert(0.9) sepia(0.2) saturate(0.8) hue-rotate(145deg) brightness(1.1);
}

.utc-quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.utc-quick-btn {
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.72);
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: "JetBrains Mono", "SFMono-Regular", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utc-quick-btn:hover {
  border-color: rgba(25, 194, 180, 0.38);
  background: rgba(25, 194, 180, 0.12);
}

.utc-helper-text {
  margin: -2px 0 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.status-text {
  margin: -2px 0 0;
  min-height: 18px;
}

.review-date-input:focus,
.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
  outline: none;
  border-color: rgba(25, 194, 180, 0.48);
  box-shadow: 0 0 0 3px rgba(25, 194, 180, 0.12);
}

.feedback-form {
  display: grid;
  gap: 14px;
}

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

.feedback-grid label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}

.feedback-grid .full-span {
  grid-column: 1 / -1;
}

.inline-toggle {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.5);
  color: var(--ink) !important;
}

.inline-toggle input {
  width: auto;
  margin: 0;
}

.feedback-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.empty-state {
  border: 1px dashed var(--line-strong);
  border-radius: 18px;
  padding: 18px;
  color: var(--muted);
  background: rgba(9, 18, 27, 0.42);
}

@media (max-width: 980px) {
  .hero-grid,
  .detail-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero-market-note-layout {
    grid-template-columns: 1fr;
  }

  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intel-context-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-list-panel {
    position: static;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
  }

  .subscribe-button {
    width: 100%;
  }
}

/* Narrow tablets / large phones: avoid squeezed two-column event cards */
@media (max-width: 880px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-shell {
    padding-top: 18px;
    padding-right: max(14px, env(safe-area-inset-right, 0px));
    padding-bottom: max(56px, calc(56px + env(safe-area-inset-bottom, 0px)));
    padding-left: max(14px, env(safe-area-inset-left, 0px));
  }

  h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .hero-title-row {
    align-items: flex-start;
    gap: 8px;
  }

  .hero-updated-text {
    padding-bottom: 0;
  }

  .hero-inline-title {
    font-size: 22px;
  }

  .events-grid,
  .dimension-grid,
  .field-grid,
  .score-matrix,
  .overview-strip,
  .hero-market-note-layout,
  .intel-context-grid,
  .meta-grid,
  .feedback-grid {
    grid-template-columns: 1fr;
  }

  .event-card,
  .detail-card,
  .hero-panel,
  .standards-section {
    padding: 16px;
  }

  .review-detail-hero,
  .review-detail-section,
  .review-toolbar {
    padding: 16px;
  }

  .coverage-strip,
  .meta-ribbon {
    align-items: flex-start;
  }

  .event-kicker-primary {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
