/* 浅色财经资讯风格（向现代 dashboard 资讯页收敛） */
:root {
  --page-bg: #f5f7fb;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --surface-soft: #f8f9ff;
  --text: #111827;
  --text-secondary: #5f6b85;
  --muted: #95a0b8;
  --border: #e6eaf3;
  --border-dash: #d8deea;
  --blue: #4f46e5;
  --blue-hover: #4338ca;
  --pill-bg: #f1f3ff;
  --pill-active: #4f46e5;
  --font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
  --maxw: 1120px;
  --radius: 16px;
  --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 40px rgba(79, 70, 229, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background: var(--page-bg);
  background-image:
    radial-gradient(circle at top left, rgba(79, 70, 229, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 24%);
  -webkit-font-smoothing: antialiased;
}

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

/* —— 顶栏 —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 247, 251, 0.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(230, 234, 243, 0.9);
}

.header-top {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 1.15rem 1.25rem 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #1a6ef5;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 12px 24px rgba(26, 110, 245, 0.22);
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.logo-text {
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.logo-sub {
  margin-top: 0.15rem;
  font-size: 0.74rem;
  color: var(--muted);
  max-width: 28rem;
  line-height: 1.35;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
  white-space: nowrap;
}

.header-meta--clock {
  font-variant-numeric: tabular-nums;
}

.header-now {
  font-variant-numeric: tabular-nums;
}

/* Tab 圆角胶囊 */
.tab-pills {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1rem 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tab-pill {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: var(--pill-bg);
  color: var(--text-secondary);
  border: 1px solid transparent;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s, border-color 0.15s;
  white-space: nowrap;
}

.tab-pill:hover {
  background: #fff;
  border-color: var(--border);
  color: var(--text);
}

.tab-pill.is-active {
  background: var(--pill-active);
  color: #fff;
  box-shadow: 0 10px 20px rgba(79, 70, 229, 0.22);
}

.page-day .site-header {
  position: relative;
  backdrop-filter: none;
  background: transparent;
  border-bottom: none;
}

.page-day .header-top {
  padding-bottom: 0.35rem;
}

.page-day .tab-pills {
  padding: 0 1.25rem 0.15rem;
  gap: 0.4rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: none;
}

.page-day .tab-pill {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-secondary);
  padding: 0.48rem 0.95rem;
  font-size: 0.84rem;
  font-weight: 600;
  position: relative;
  box-shadow: none;
  border: 1px solid var(--border);
}

.page-day .tab-pill:hover {
  background: #fff;
  color: var(--text);
}

.page-day .tab-pill::after {
  display: none;
}

.page-day .tab-pill.is-active {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.1);
  border-color: rgba(79, 70, 229, 0.18);
}

/* —— 主区 —— */
.page-main {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 1.4rem 1.25rem 3.8rem;
}

.status-banner {
  font-size: 0.84rem;
  color: var(--text-secondary);
  background: #f9fafb;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

.status-banner.is-warn {
  background: #fffbeb;
  border-color: #fcd34d;
  color: #92400e;
}

.status-banner code {
  font-size: 0.8em;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.08rem 0.28rem;
  border-radius: 4px;
}

/* 各 Tab 顶部：富途早报摘录（黄框总结 + 下方条目） */
.tab-futu-summary {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  margin: 0 0 1rem;
  color: #78350f;
}

.tab-futu-summary-inner {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.tab-futu-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #b45309;
}

.tab-futu-lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #92400e;
}

.tab-futu-link {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--blue);
  text-decoration: none;
  align-self: flex-start;
}

.tab-futu-link:hover {
  text-decoration: underline;
  color: var(--blue-hover);
}

.news-feed--futu {
  margin-bottom: 0.35rem;
}

.feed-join-hint {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.tab-news-breakfast-summary {
  border-color: #f59e0b;
  background: #fffbeb;
}

.nn-breakfast-foot {
  max-width: var(--maxw);
  margin: 0 auto 1.25rem;
  padding: 1rem 1.25rem;
  background: #fafafa;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
}

.nn-breakfast-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
}

.nn-breakfast-quote {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.nn-breakfast-disclaimer {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.lede,
.section-lead {
  margin: 0 0 1.05rem;
  font-size: 0.92rem;
  color: var(--text-secondary);
}

.section-head {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
}

.panel {
  display: none;
}

.panel.is-active {
  display: block;
}

.page-day .panel {
  margin-bottom: 1rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

/* —— 资讯卡片：纯文字流 · 可点整块 —— */
.news-feed,
.timeline-sec-feed {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.news-row {
  display: block;
  padding: 1rem 1rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.12s, border-color 0.15s, box-shadow 0.15s, background 0.12s;
}

a.news-row:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(79, 70, 229, 0.18);
  box-shadow: 0 12px 26px rgba(79, 70, 229, 0.08);
}

a.news-row:hover .news-row-title {
  color: var(--blue);
}

.news-row--static {
  cursor: default;
}

.news-row--static:hover {
  background: transparent;
}

.news-row-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.news-row-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.42;
  color: var(--text);
  transition: color 0.12s;
}

.news-row-summary {
  margin: 0;
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-row-meta {
  margin: 0;
  font-size: 0.72rem;
  color: var(--muted);
}

.news-row--sm {
  padding: 0.8rem 0.85rem;
}

.news-row--sm .news-row-title {
  font-size: 0.95rem;
}

.news-row--sm .news-row-summary {
  font-size: 0.82rem;
  -webkit-line-clamp: 2;
}

.news-row--sm .news-row-glyph {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.news-row--dim .news-row-title {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.news-row--quote .news-row-title,
.news-row--alert .news-row-title {
  font-size: 1rem;
}

.bottom-hint {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.text-btn {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  color: var(--blue);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-btn:hover {
  color: var(--blue-hover);
}

/* —— 时间轴 —— */
.timeline {
  position: relative;
  margin-top: 0.5rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--blue), #dbeafe);
  border-radius: 2px;
  opacity: 0.35;
}

.timeline-node {
  position: relative;
  padding-left: 36px;
  margin-bottom: 1.5rem;
}

.timeline-dot {
  position: absolute;
  left: 4px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.timeline-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1rem 1.1rem 0.35rem;
  box-shadow: var(--shadow-sm);
}

.timeline-head {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--border);
}

.timeline-time {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--blue);
  font-variant-numeric: tabular-nums;
}

.timeline-date {
  font-size: 0.78rem;
  color: var(--muted);
}

.timeline-block {
  margin-bottom: 0.85rem;
}

.timeline-block + .timeline-block {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(188, 203, 232, 0.56);
}

.timeline-sec-title {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 0.55rem 0.85rem;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(206, 216, 236, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 253, 0.96));
  font-size: 0.76rem;
  font-weight: 700;
  color: #6f7892;
  text-transform: none;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 6px 16px rgba(150, 167, 205, 0.12);
}

.timeline-sec-feed {
  border-radius: 18px;
  background: transparent;
  border: none;
  padding: 0;
}

.timeline-sec-feed .news-row {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.timeline-sec-feed .empty-hint {
  padding-left: 0.85rem;
}

.empty-hint {
  margin: 0;
  padding: 0.75rem 0;
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
}

.site-footer {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 640px) {
  .header-meta {
    width: 100%;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 1.55rem;
  }

  .hero-copy,
  .hero-summary,
  .watchlist-card,
  .date-card,
  .morning-official-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* —— 首页：日期卡片 + 三大平台早报 —— */
.site-header--simple {
  position: relative;
}

.page-main--home {
  padding-top: 0.8rem;
}

.page-main--analysis {
  max-width: 920px;
}

.day-hero,
.analysis-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1.25rem 1.3rem;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.day-hero::before,
.analysis-hero::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.14), rgba(79, 70, 229, 0));
  pointer-events: none;
}

.day-hero-copy,
.analysis-hero-copy {
  position: relative;
  z-index: 1;
}

.day-hero-title {
  margin: 0.75rem 0 0.45rem;
  font-size: 2rem;
  line-height: 1.15;
}

.day-hero-lead {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.65;
}

.hero-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.hero-copy,
.hero-summary {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  box-shadow: var(--shadow-sm);
}

.hero-copy {
  padding: 1.6rem 1.7rem;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.62rem;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0.8rem 0 0.45rem;
  font-size: 3.4rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-family: Georgia, "Times New Roman", serif;
  max-width: 12ch;
}

.hero-lead {
  margin: 0;
  max-width: 38rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.hero-panel--home .hero-copy--home {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.hero-panel--home .hero-copy--home::before {
  content: "";
  position: absolute;
  inset: auto -6% -24% 36%;
  height: 380px;
  background:
    radial-gradient(circle at 35% 38%, rgba(98, 108, 255, 0.18), rgba(98, 108, 255, 0) 42%),
    linear-gradient(180deg, rgba(116, 132, 255, 0.08), rgba(116, 132, 255, 0));
  border-radius: 999px 999px 0 0;
  pointer-events: none;
  animation: heroFloat 10s ease-in-out infinite;
}

.hero-panel--home .hero-copy--home::after {
  content: "";
  position: absolute;
  left: 2%;
  right: -4%;
  bottom: -8%;
  height: 240px;
  background-image:
    linear-gradient(rgba(114, 127, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 127, 255, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 78%);
  pointer-events: none;
}

.hero-panel--home .hero-copy--home .hero-kicker,
.hero-panel--home .hero-copy--home .hero-title,
.hero-panel--home .hero-copy--home .hero-lead,
.hero-panel--home .hero-copy--home .hero-modules,
.hero-panel--home .hero-copy--home .hero-actions {
  position: relative;
  z-index: 1;
}

.hero-panel--home .hero-copy--home .hero-lead {
  max-width: 44rem;
  font-size: 1rem;
}

.hero-panel--home .hero-copy--home .hero-modules,
.hero-panel--home .hero-copy--home .hero-actions {
  justify-content: center;
}

.hero-stage {
  position: relative;
  width: 100%;
  max-width: 920px;
  height: 500px;
  margin-top: 0.8rem;
}

.hero-stage-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.78rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);
  backdrop-filter: blur(10px);
}

.hero-stage-badge--left {
  left: 3%;
  top: 33%;
  animation: stageFloat 7s ease-in-out infinite;
}

.hero-stage-badge--right {
  right: 4%;
  top: 20%;
  animation: stageFloat 8s ease-in-out infinite reverse;
}

.hero-stage-card {
  position: absolute;
  z-index: 2;
  display: grid;
  border: 1px solid rgba(203, 213, 225, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  text-align: left;
}

.hero-stage-card--news {
  left: 50%;
  top: 11%;
  width: min(100%, 224px);
  min-height: 178px;
  padding: 0.75rem 0.85rem 0.65rem;
  transform: translateX(-50%);
  animation: stageFloat 8.5s ease-in-out infinite;
}

.hero-stage-globe {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, calc(100% + 220px));
  aspect-ratio: 1024 / 434;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  background: url("home-hero-globe-bg.png") center bottom / 100% 100% no-repeat;
  clip-path: inset(0 0 118px 0);
}

.hero-news-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.86);
}

.hero-news-label,
.hero-news-date {
  font-size: 0.72rem;
  color: var(--text-secondary);
}

.hero-news-label {
  font-weight: 700;
  color: #364152;
}

.hero-news-slides {
  position: relative;
  min-height: 118px;
}

.hero-news-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding-top: 0.7rem;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-news-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hero-news-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  color: #6177ff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hero-news-title {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.25;
}

.hero-news-summary {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.75rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-news-link {
  margin-top: 0.08rem;
  color: #6177ff;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-news-dots {
  display: flex;
  gap: 0.32rem;
  justify-content: center;
  padding-top: 0.3rem;
}

.hero-news-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1.5px solid rgba(148, 163, 184, 0.9);
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero-news-dot.is-active {
  background: #6177ff;
  border-color: #6177ff;
  transform: scale(1.15);
}

.hero-stage-network {
  position: absolute;
  inset: 6% -6% 10%;
  display: none;
}

.hero-stage-network-line {
  position: absolute;
  display: block;
  height: 1px;
  transform-origin: left center;
  background: rgba(180, 191, 235, 0.45);
}

.hero-stage-network-line--one {
  top: 12%;
  left: 2%;
  width: 44%;
  transform: rotate(9deg);
}

.hero-stage-network-line--two {
  top: 18%;
  right: 6%;
  width: 36%;
  transform: rotate(-10deg);
}

.hero-stage-network-line--three {
  top: 40%;
  left: 10%;
  width: 30%;
  transform: rotate(-34deg);
}

.hero-stage-network-line--four {
  top: 46%;
  right: 14%;
  width: 34%;
  transform: rotate(24deg);
}

.hero-stage-network-line--five {
  top: 4%;
  left: 46%;
  width: 28%;
  transform: rotate(-3deg);
}

.hero-stage-plus {
  position: absolute;
  bottom: 6px;
  width: 160px;
  height: 110px;
  opacity: 0.85;
  background-image:
    linear-gradient(#6177ff 0 0),
    linear-gradient(#6177ff 0 0);
  background-size: 2px 10px, 10px 2px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  mask-image: linear-gradient(to top, #000 68%, transparent 100%);
  display: none;
}

.hero-stage-plus--left {
  left: -4px;
}

.hero-stage-plus--right {
  right: -4px;
}

.hero-stage-core {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 420px;
  height: 210px;
  transform: translateX(-50%);
  border-radius: 420px 420px 0 0;
  background:
    radial-gradient(circle at 48% 36%, rgba(114, 127, 255, 0.4), rgba(114, 127, 255, 0.18) 38%, rgba(114, 127, 255, 0.03) 70%),
    linear-gradient(180deg, rgba(114, 127, 255, 0.28), rgba(114, 127, 255, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 30px 70px rgba(104, 117, 255, 0.12);
  overflow: hidden;
  display: none;
}

.hero-stage-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-stage-core::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 1.2px, transparent 1.35px);
  background-size: 9px 9px;
  opacity: 0.55;
  mask-image: radial-gradient(circle at 50% 100%, #000 42%, transparent 78%);
}

.hero-stage-core::after {
  content: "";
  position: absolute;
  inset: 10% 8% 0;
  border-radius: 999px 999px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.82;
}

.hero-stage-globe-ring {
  position: absolute;
  left: 50%;
  border-radius: 999px;
  transform: translateX(-50%);
  border: 1px solid rgba(104, 117, 255, 0.16);
  display: none;
}

.hero-stage-globe-ring--one {
  bottom: 34px;
  width: 500px;
  height: 190px;
}

.hero-stage-globe-ring--two {
  bottom: 18px;
  width: 580px;
  height: 220px;
}

.hero-stage-grid {
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background-image:
    linear-gradient(rgba(114, 127, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 127, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.94), transparent 82%);
  display: none;
}

.hero-stage-dot {
  position: absolute;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #5b6cff;
  box-shadow: 0 0 0 6px rgba(91, 108, 255, 0.12);
  display: none;
}

.hero-stage-dot--one {
  left: 30%;
  bottom: 42%;
}

.hero-stage-dot--two {
  left: 52%;
  bottom: 56%;
}

.hero-stage-dot--three {
  right: 28%;
  bottom: 38%;
}

.hero-stage-marker {
  position: absolute;
  z-index: 3;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(96, 114, 255, 0.24);
  box-shadow: 0 0 0 4px rgba(96, 114, 255, 0.08);
  display: none;
}

.hero-stage-marker--one {
  left: 37%;
  bottom: 44%;
}

.hero-stage-marker--two {
  right: 27%;
  bottom: 22%;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.12s, box-shadow 0.15s, border-color 0.15s, background 0.15s;
}

.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #3b82f6);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.primary-btn:hover {
  transform: translateY(-1px);
}

.secondary-btn {
  color: var(--blue);
  background: #fff;
  border: 1px solid #dbeafe;
}

.secondary-btn:hover {
  border-color: rgba(37, 99, 235, 0.45);
  background: #eff6ff;
}

.hero-summary {
  padding: 1.2rem;
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.hero-summary--visual {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.hero-visual {
  position: relative;
  min-height: 100%;
  display: grid;
  align-content: end;
  gap: 0.8rem;
}

.hero-visual-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.hero-visual-orb--one {
  top: 6%;
  right: 10%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.22), rgba(79, 70, 229, 0));
}

.hero-visual-orb--two {
  top: 24%;
  left: 4%;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0));
}

.hero-mini-card {
  position: relative;
  z-index: 1;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.hero-mini-card strong,
.hero-mini-card span {
  display: block;
}

.hero-mini-card strong {
  font-size: 1.05rem;
  line-height: 1.3;
}

.hero-mini-card span:last-child {
  margin-top: 0.28rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.hero-mini-card--alt {
  width: 82%;
  margin-left: auto;
}

.hero-mini-label {
  margin-bottom: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7c5cff;
}

.hero-stat {
  padding: 0.9rem 0.95rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.hero-stat-label {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.76rem;
  color: var(--muted);
}

.hero-stat-value {
  display: block;
  color: var(--text);
  line-height: 1.45;
}

.hero-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-module {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  background: var(--pill-bg);
  color: var(--text-secondary);
  font-size: 0.76rem;
  font-weight: 600;
}

.section-title-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.35rem;
}

.section-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef2ff, #f8faff);
  color: #6d5bd0;
  box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.08);
  flex: 0 0 auto;
}

.section-title-icon svg {
  width: 18px;
  height: 18px;
}

.section-title-icon--soft {
  color: #4f46e5;
}

.watchlist-panel {
  margin-bottom: 1.2rem;
  padding: 1.1rem 1.15rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.watchlist-panel--inline {
  margin-bottom: 1.1rem;
}

.watchlist-head {
  margin-bottom: 0.9rem;
}

.watchlist-head--compact {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.watchlist-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
}

.watchlist-lead {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

.watchlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
}

.watchlist-card {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  min-height: 142px;
  padding: 0.9rem 0.95rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

a.watchlist-card {
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
}

a.watchlist-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.watchlist-card-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.watchlist-kicker {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  background: #f5f3ff;
  color: #6d5bd0;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.watchlist-card-title {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.watchlist-card-impact {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.watchlist-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 0.92rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s, transform 0.12s;
}

.watchlist-more:hover {
  background: #f8fbff;
  border-color: rgba(37, 99, 235, 0.32);
  transform: translateY(-1px);
}

.market-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.market-panel {
  padding: 1.1rem 1.15rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.insight-grid {
  display: grid;
  gap: 0.75rem;
}

.insight-card {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #fbfcff);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.insight-card--theme {
  background: linear-gradient(180deg, #fbfbff, #ffffff);
}

.insight-card-title {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  line-height: 1.4;
}

.insight-card-summary,
.insight-card-analysis {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
}

.insight-card-summary {
  color: var(--text);
}

.insight-card-analysis {
  margin-top: 0.45rem;
  color: var(--text-secondary);
}

.morning-official {
  margin-bottom: 2rem;
}

.morning-official-title {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.morning-official-head {
  margin-bottom: 1rem;
}

.morning-official-lead {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.morning-official-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
}

.morning-official-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.morning-official-card:hover {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
}

.morning-official-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text);
}

.morning-official-go {
  font-size: 0.78rem;
  color: var(--blue);
}

.date-archive-title {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.date-archive {
  padding: 1.1rem 1.15rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.date-archive-lead {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.date-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.9rem;
}

.date-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #ffffff 0%, #f9faff 100%);
  text-decoration: none;
  color: inherit;
  transition: transform 0.12s, box-shadow 0.15s, border-color 0.15s;
  min-height: 108px;
  box-shadow: var(--shadow-sm);
}

.date-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.28);
  box-shadow: var(--shadow-md);
}

.date-card-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}

.date-card-sub {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

.date-card-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
}

/* 当日页顶：返回 + 原文链接条 */
.back-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

.back-home-link:hover {
  background: #fff;
}

.day-calendar-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--blue);
  text-decoration: none;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  flex: 0 0 auto;
}

.day-calendar-arrow:hover {
  background: #dbeafe;
}

.day-calendar-arrow.is-disabled {
  color: var(--muted);
  background: #f3f4f6;
  border-color: var(--border);
}

.analysis-card {
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.7rem;
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.analysis-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6d5bd0;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  background: #f4f2ff;
}

.analysis-title {
  margin: 0 0 0.75rem;
  font-size: 1.8rem;
  line-height: 1.3;
}

.analysis-subtitle {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.analysis-block {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
}

.analysis-block-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.analysis-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text);
}

.analysis-copy--action {
  white-space: pre-line;
}

.analysis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.analysis-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(79, 70, 229, 0.16);
  background: #fff;
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

.analysis-link:hover {
  background: #f8faff;
}

.analysis-link--muted {
  color: var(--text-secondary);
  font-weight: 500;
  border-color: var(--border);
}

.day-official-strip {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0.5rem 1rem 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  font-size: 0.8rem;
  border-bottom: 1px solid var(--border);
  background: #f8fafc;
}

.day-official-label {
  color: var(--text-secondary);
  font-weight: 500;
}

.day-official-a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 500;
}

.day-official-a:hover {
  text-decoration: underline;
}

.day-calendar-strip {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0.1rem 1.25rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.28rem;
  background: transparent;
}

.day-calendar-arrow {
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1;
  flex: 0 0 auto;
  padding: 0 0.08rem;
}

.day-calendar-strip-list {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding-bottom: 0.05rem;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  flex: 0 1 auto;
}

.day-calendar-pill {
  flex: 0 0 auto;
  min-width: 42px;
  padding: 0.04rem 0.32rem 0.08rem;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  color: var(--text);
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  transition: border-color 0.15s, background 0.15s, transform 0.12s, color 0.12s;
}

.day-calendar-pill-weekday {
  font-size: 0.66rem;
  color: var(--muted);
}

.day-calendar-pill-day {
  font-size: 0.92rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

a.day-calendar-pill:hover {
  border-color: rgba(37, 99, 235, 0.18);
  background: #f8fafc;
}

.day-calendar-pill.is-active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.16);
}

.day-calendar-pill.is-active .day-calendar-pill-weekday {
  color: rgba(255, 255, 255, 0.82);
}

.day-calendar-pill.is-muted {
  color: var(--muted);
  background: transparent;
}

@media (max-width: 1100px) {
  .market-panels {
    grid-template-columns: 1fr;
  }

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

  .day-hero,
  .analysis-hero,
  .hero-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .watchlist-head--compact {
    flex-direction: column;
    align-items: flex-start;
  }

  .watchlist-more {
    width: 100%;
  }

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

  .day-hero-title {
    font-size: 1.55rem;
  }

  .hero-title {
    font-size: 2.35rem;
    max-width: 11ch;
  }

  .hero-panel--home .hero-copy--home {
    min-height: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-stage {
    height: 320px;
    margin-top: 0.7rem;
  }

  .hero-stage-badge {
    font-size: 0.7rem;
  }

  .hero-stage-badge--left {
    left: 0;
    top: 24%;
  }

  .hero-stage-badge--right {
    right: 0;
    top: 10%;
  }

  .hero-stage-card {
    min-width: 0;
  }

  .hero-stage-globe {
    bottom: 0;
    width: calc(100% + 112px);
    clip-path: inset(0 0 64px 0);
  }

  .hero-stage-card--news {
    top: 12%;
    width: min(100%, 210px);
    min-height: 168px;
    padding: 0.7rem 0.72rem 0.62rem;
  }

  .hero-stage-plus {
    width: 92px;
    height: 72px;
    bottom: 22px;
  }

  .hero-stage-core {
    width: 290px;
    height: 146px;
  }

  .hero-stage-globe-ring--one {
    width: 340px;
    height: 130px;
  }

  .hero-stage-globe-ring--two {
    width: 400px;
    height: 154px;
  }

  .page-day .tab-pills {
    gap: 0.85rem;
  }

  .day-calendar-strip {
    flex-wrap: wrap;
    align-items: center;
  }
}

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

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

/* Dialog-inspired redesign overrides */
:root {
  --page-bg: #f5f9ff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(244, 248, 255, 0.92);
  --text: #0f172a;
  --text-secondary: #52607a;
  --muted: #8191ad;
  --border: rgba(172, 188, 223, 0.42);
  --border-dash: rgba(172, 188, 223, 0.56);
  --blue: #3d6cff;
  --blue-hover: #3158d8;
  --pill-bg: rgba(238, 244, 255, 0.92);
  --pill-active: #3d6cff;
  --font: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
  --maxw: 1180px;
  --radius: 24px;
  --shadow-sm: 0 18px 48px rgba(117, 139, 187, 0.12);
  --shadow-md: 0 30px 80px rgba(92, 130, 214, 0.16);
}

body {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(104, 161, 255, 0.18), transparent 26%),
    radial-gradient(circle at 84% 10%, rgba(148, 197, 255, 0.26), transparent 18%),
    linear-gradient(180deg, #f8fbff 0%, #f3f8ff 48%, #f7fbff 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  filter: blur(10px);
}

body::before {
  top: -180px;
  left: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(133, 192, 255, 0.32), rgba(133, 192, 255, 0));
}

body::after {
  top: 40px;
  right: -100px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(177, 221, 255, 0.34), rgba(177, 221, 255, 0));
}

.site-header,
.page-main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  z-index: 20;
  background: rgba(248, 251, 255, 0.74);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(191, 206, 238, 0.56);
  box-shadow: 0 6px 30px rgba(89, 118, 185, 0.08);
}

.site-header::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(86vw, 940px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(61, 108, 255, 0), rgba(61, 108, 255, 0.42), rgba(61, 108, 255, 0));
}

.site-header--simple,
.site-header--day,
.site-header--analysis {
  position: sticky;
}

.header-top {
  padding: 1rem 1.35rem 0.95rem;
}

.header-brand {
  gap: 0.9rem;
}

.logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(237, 244, 255, 0.96)),
    linear-gradient(135deg, #74a8ff, #d6e7ff);
  color: #3163ff;
  box-shadow:
    inset 0 0 0 1px rgba(138, 170, 232, 0.45),
    0 16px 30px rgba(109, 151, 231, 0.22);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.logo-text {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.logo-sub {
  margin-top: 0.18rem;
  font-size: 0.76rem;
  color: var(--muted);
}

.header-meta {
  gap: 0.55rem;
  color: var(--text-secondary);
}

.header-meta--clock,
.header-now {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.48rem 0.88rem;
  border: 1px solid rgba(179, 196, 229, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.page-main {
  padding: 1.7rem 1.35rem 4rem;
}

.page-main--home {
  padding-top: 1.2rem;
}

.page-main--day,
.page-main--analysis,
.page-main--article {
  padding-top: 1.35rem;
}

.site-footer {
  padding: 0 1.35rem 2.4rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.hero-kicker,
.analysis-kicker,
.watchlist-kicker,
.hero-module {
  box-shadow: inset 0 0 0 1px rgba(171, 196, 255, 0.34);
}

.hero-kicker {
  background: rgba(237, 245, 255, 0.96);
  color: #2f63f3;
  font-weight: 700;
}

.primary-btn,
.secondary-btn,
.watchlist-more,
.analysis-link,
.back-home-link,
.day-calendar-arrow {
  min-height: 46px;
  border-radius: 999px;
}

.primary-btn {
  background: linear-gradient(180deg, #4b7bff 0%, #3567f5 100%);
  box-shadow: none;
}

.primary-btn:hover {
  box-shadow: none;
}

.secondary-btn,
.watchlist-more,
.analysis-link,
.back-home-link {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(180, 197, 229, 0.62);
  color: var(--text);
  box-shadow: none;
}

.secondary-btn:hover,
.watchlist-more:hover,
.analysis-link:hover,
.back-home-link:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(114, 150, 223, 0.48);
  box-shadow: none;
}

.section-title-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.98), rgba(232, 241, 255, 0.95));
  color: #3d6cff;
  box-shadow:
    inset 0 0 0 1px rgba(171, 196, 255, 0.38),
    0 10px 24px rgba(135, 164, 224, 0.14);
}

.hero-panel--home {
  margin-bottom: 1.4rem;
}

.hero-copy--home {
  padding: 1.7rem 1.8rem 1.9rem;
  border: 1px solid rgba(181, 197, 229, 0.48);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(249, 252, 255, 0.78)),
    radial-gradient(circle at top right, rgba(162, 215, 255, 0.3), rgba(162, 215, 255, 0) 28%);
  box-shadow: 0 28px 80px rgba(109, 138, 191, 0.14);
  backdrop-filter: blur(18px);
}

.hero-copy--home::before,
.hero-copy--home::after,
.hero-stage-badge,
.hero-stage-globe,
.hero-stage-network,
.hero-stage-plus,
.hero-stage-globe-ring,
.hero-stage-grid,
.hero-stage-core,
.hero-stage-dot,
.hero-stage-marker {
  display: none !important;
}

.hero-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 2rem;
  align-items: stretch;
}

.hero-home-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  min-width: 0;
}

.hero-title {
  margin: 1rem 0 0.7rem;
  max-width: 9ch;
  font-family: var(--font);
  font-size: clamp(3rem, 6vw, 4.8rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.hero-lead {
  max-width: 35rem;
  font-size: 1.02rem;
  color: var(--text-secondary);
}

.hero-actions {
  margin-top: 1.35rem;
}

.hero-proof {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.hero-proof-item {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(180, 197, 229, 0.46);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-proof-label {
  display: block;
  margin-bottom: 0.42rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.hero-proof-value {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-stage {
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 560px;
  margin-top: 0;
  padding: 1.05rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1rem;
  border: 1px solid rgba(184, 200, 231, 0.5);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(244, 248, 255, 0.74)),
    radial-gradient(circle at 18% 14%, rgba(143, 205, 255, 0.34), rgba(143, 205, 255, 0) 24%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 24px 64px rgba(113, 142, 198, 0.15);
  overflow: hidden;
}

.hero-stage-glow {
  position: absolute;
  inset: -12% auto auto -10%;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(154, 214, 255, 0.58), rgba(154, 214, 255, 0));
  pointer-events: none;
}

.hero-stage-card {
  position: relative;
  inset: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  min-height: 0;
  padding: 1rem 1.05rem;
  transform: none;
  animation: none;
  border: 1px solid rgba(184, 200, 231, 0.56);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 34px rgba(113, 142, 198, 0.14);
  backdrop-filter: blur(18px);
}

.hero-stage-card--news {
  grid-row: 1 / span 2;
  display: grid;
  align-content: start;
  min-height: 0;
}

.hero-stage-card--focus,
.hero-stage-card--theme,
.hero-stage-card--watch {
  align-self: stretch;
}

.hero-stage-card--watch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-news-rail {
  padding-bottom: 0.8rem;
  border-bottom-color: rgba(192, 206, 235, 0.6);
}

.hero-news-label,
.hero-news-date,
.hero-news-summary,
.stage-mini-copy {
  color: var(--text-secondary);
}

.hero-news-label,
.stage-mini-kicker {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3970ff;
}

.hero-news-slides {
  min-height: 320px;
}

.hero-news-slide {
  gap: 0.55rem;
  padding-top: 0.95rem;
}

.hero-news-title,
.stage-mini-title {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.hero-news-summary {
  font-size: 0.88rem;
  line-height: 1.6;
  -webkit-line-clamp: 6;
}

.hero-news-link {
  margin-top: 0.18rem;
  color: var(--text);
}

.hero-news-dots {
  justify-content: flex-start;
  padding-top: 0.85rem;
}

.hero-news-dot {
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: rgba(142, 162, 209, 0.82);
  background: rgba(255, 255, 255, 0.92);
}

.hero-news-dot.is-active {
  background: var(--blue);
  border-color: var(--blue);
}

.stage-mini-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.stage-mini-link {
  display: grid;
  gap: 0.18rem;
  padding: 0.8rem 0.85rem;
  border: 1px solid rgba(189, 204, 233, 0.44);
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.8);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.stage-mini-link:hover {
  transform: translateY(-1px);
  border-color: rgba(111, 147, 223, 0.48);
  background: rgba(255, 255, 255, 0.94);
}

.stage-mini-link strong {
  font-size: 0.92rem;
  line-height: 1.4;
}

.stage-mini-link span,
.stage-mini-copy {
  font-size: 0.8rem;
  line-height: 1.55;
}

.watchlist-panel,
.market-panel,
.date-archive,
.page-day .panel,
.analysis-card,
.day-hero,
.analysis-hero {
  border-color: rgba(182, 198, 230, 0.5);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(248, 251, 255, 0.78));
  box-shadow: 0 22px 64px rgba(113, 142, 198, 0.12);
  backdrop-filter: blur(18px);
}

.watchlist-panel,
.market-panel,
.date-archive {
  padding: 1.35rem 1.35rem 1.4rem;
}

.watchlist-title,
.date-archive-title,
.morning-official-title,
.section-head {
  font-size: 1.14rem;
  letter-spacing: -0.03em;
}

.watchlist-lead,
.date-archive-lead,
.section-lead,
.lede {
  font-size: 0.9rem;
  line-height: 1.65;
}

.watchlist-grid,
.market-panels,
.date-cards,
.morning-official-grid {
  gap: 1rem;
}

.watchlist-card,
.insight-card,
.date-card,
.morning-official-card,
.news-row,
.timeline-card {
  border-color: rgba(188, 203, 232, 0.5);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 251, 255, 0.82));
  box-shadow: 0 14px 34px rgba(113, 142, 198, 0.1);
}

.watchlist-card,
.insight-card,
.date-card,
.morning-official-card {
  padding: 1rem 1.05rem;
}

a.watchlist-card:hover,
.date-card:hover,
.morning-official-card:hover,
a.news-row:hover {
  border-color: rgba(111, 147, 223, 0.52);
  box-shadow: 0 18px 40px rgba(113, 142, 198, 0.15);
}

.watchlist-kicker {
  background: rgba(238, 244, 255, 0.95);
  color: #3d6cff;
}

.date-card-badge {
  background: rgba(61, 108, 255, 0.12);
  color: var(--blue);
  box-shadow: inset 0 0 0 1px rgba(61, 108, 255, 0.16);
}

.page-day .site-header {
  background: rgba(248, 251, 255, 0.72);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(191, 206, 238, 0.56);
}

.page-day .header-top {
  padding-bottom: 0.8rem;
}

.day-calendar-strip {
  margin-bottom: 0.35rem;
  padding: 0 1.35rem 0.95rem;
  gap: 0.55rem;
}

.day-calendar-strip-list {
  gap: 0.45rem;
}

.day-calendar-arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(180, 197, 229, 0.62);
}

.day-calendar-arrow.is-disabled {
  background: rgba(247, 250, 255, 0.7);
}

.day-calendar-pill {
  min-width: 54px;
  padding: 0.42rem 0.52rem 0.46rem;
  border-radius: 16px;
  border-color: rgba(190, 204, 232, 0.28);
  background: rgba(255, 255, 255, 0.56);
}

.day-calendar-pill.is-active {
  background: rgba(61, 108, 255, 0.1);
  border-color: rgba(61, 108, 255, 0.18);
  color: var(--blue);
  box-shadow: inset 0 0 0 1px rgba(61, 108, 255, 0.08);
}

.day-calendar-pill.is-active .day-calendar-pill-weekday {
  color: rgba(61, 108, 255, 0.78);
}

.page-day .tab-pills {
  gap: 0.55rem;
  padding: 0 1.35rem 0.95rem;
  flex-wrap: wrap;
}

.page-day .tab-pill,
.tab-pill {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border-color: rgba(186, 202, 232, 0.5);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-secondary);
  box-shadow: none;
}

.page-day .tab-pill.is-active,
.tab-pill.is-active {
  background: rgba(61, 108, 255, 0.1);
  color: var(--blue);
  border-color: rgba(61, 108, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(61, 108, 255, 0.04);
}

.day-hero,
.analysis-hero {
  padding: 1.55rem 1.6rem;
  overflow: hidden;
}

.day-hero::before,
.analysis-hero::before {
  top: -70px;
  right: -60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(157, 213, 255, 0.36), rgba(157, 213, 255, 0));
}

.day-hero-title {
  margin-top: 0.95rem;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.day-hero-lead {
  font-size: 0.95rem;
}

.page-day .panel {
  padding: 1.45rem 1.5rem;
  margin-bottom: 1.15rem;
}

.timeline::before {
  left: 13px;
  background: linear-gradient(180deg, rgba(61, 108, 255, 0.5), rgba(156, 209, 255, 0.28));
}

.timeline-dot {
  left: 5px;
  width: 16px;
  height: 16px;
  border-width: 3px;
  border-color: var(--blue);
  box-shadow: 0 0 0 5px rgba(61, 108, 255, 0.08);
}

.timeline-card {
  padding: 1.15rem 1.2rem 0.55rem;
}

.timeline-head {
  margin-bottom: 0.9rem;
}

.timeline-time {
  font-size: 1.02rem;
  color: var(--text);
}

.timeline-date,
.news-row-meta,
.empty-hint {
  color: var(--muted);
}

.news-row {
  padding: 1.05rem 1.1rem;
}

.news-row-title {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.news-row-summary,
.analysis-subtitle,
.analysis-copy {
  line-height: 1.75;
}

.analysis-card {
  padding: 1.8rem;
}

.analysis-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: -0.04em;
}

.analysis-subtitle {
  font-size: 1rem;
}

.analysis-block {
  margin-top: 1rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(188, 203, 232, 0.5);
  border-radius: 22px;
  background: rgba(247, 250, 255, 0.78);
}

.analysis-block:first-of-type {
  margin-top: 1.4rem;
}

.analysis-block-title {
  margin-bottom: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.analysis-actions {
  margin-top: 1.35rem;
}

.analysis-link--muted {
  color: var(--text-secondary);
}

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

  .hero-stage {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }

  .hero-stage-card--news {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .page-main,
  .page-main--home,
  .page-main--day,
  .page-main--analysis,
  .page-main--article {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-top,
  .day-calendar-strip,
  .page-day .tab-pills,
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-copy--home {
    padding: 1.2rem;
    border-radius: 26px;
  }

  .hero-title {
    max-width: 10ch;
    font-size: 2.8rem;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    padding: 0.85rem;
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .hero-news-slides {
    min-height: 220px;
  }

  .hero-stage-card,
  .watchlist-panel,
  .market-panel,
  .date-archive,
  .page-day .panel,
  .analysis-card,
  .day-hero,
  .analysis-hero {
    border-radius: 24px;
  }

  .watchlist-panel,
  .market-panel,
  .date-archive,
  .page-day .panel,
  .analysis-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .day-hero,
  .analysis-hero {
    padding: 1.2rem 1.05rem;
  }
}

@media (max-width: 640px) {
  .header-meta {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-title,
  .day-hero-title {
    font-size: 1.8rem;
    line-height: 1.16;
  }

  .market-panels,
  .date-cards {
    grid-template-columns: 1fr;
  }
}

/* Layout-first overrides to reduce card-wall feel */
.site-header--simple {
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
}

.site-header--simple.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(226, 232, 242, 0.9);
  box-shadow: none;
}

.site-header--simple.is-scrolled .header-top {
  margin-top: 0;
  padding: 1.15rem 1.25rem 0.9rem;
  border-radius: 0;
  background: transparent;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.page-home .header-top {
  max-width: 1240px;
  padding-top: 1.15rem;
}

.header-meta--home {
  gap: 1rem;
}

.header-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}

.header-nav-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.84rem;
  color: var(--text);
  text-decoration: none;
  scroll-behavior: smooth;
}

.header-nav-link:hover {
  opacity: 0.72;
}

.page-main--home {
  max-width: 1240px;
  padding-top: 0.2rem;
  position: relative;
}

#home-top,
#home-watchlist,
#home-market,
#archive-dates {
  scroll-margin-top: 104px;
}

.page-home::before,
.page-home::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -2;
  border-radius: 999px;
  filter: blur(68px);
  animation: homeFlowGlow 18s ease-in-out infinite alternate;
}

.page-home::before {
  top: 8%;
  left: -8%;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle, rgba(255, 199, 147, 0.44) 0%, rgba(255, 199, 147, 0.22) 34%, rgba(255, 199, 147, 0) 74%);
}

.page-home::after {
  right: -10%;
  bottom: 10%;
  width: 48vw;
  height: 48vw;
  background: radial-gradient(circle, rgba(170, 206, 255, 0.48) 0%, rgba(170, 206, 255, 0.22) 30%, rgba(170, 206, 255, 0) 76%);
  animation-duration: 24s;
}

.page-home .page-main--home::before,
.page-home .page-main--home::after {
  display: none;
}

.hero-panel--home {
  margin-bottom: 28px;
  position: relative;
}

.hero-panel--home::before,
.hero-panel--home::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  filter: blur(42px);
}

.hero-panel--home::before {
  top: -30px;
  left: 12%;
  width: 280px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 189, 117, 0.34), rgba(255, 189, 117, 0));
  animation: homeGlowPulse 12s ease-in-out infinite;
}

.hero-panel--home::after {
  top: -20px;
  right: 14%;
  width: 320px;
  height: 220px;
  background: radial-gradient(circle, rgba(194, 216, 255, 0.42), rgba(194, 216, 255, 0));
  animation: homeGlowPulse 16s ease-in-out infinite reverse;
}

.hero-copy--home {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  min-height: 0;
  overflow: visible;
}

.hero-panel--home .hero-copy--home {
  min-height: auto;
  height: auto;
}

.hero-home-main {
  align-items: center;
  text-align: center;
  padding-bottom: 0;
}

.hero-kicker {
  margin-top: 0.35rem;
}

.hero-title {
  max-width: 12ch;
  margin: 1.35rem auto 0.85rem;
  font-size: clamp(3.4rem, 7vw, 5.2rem);
  line-height: 0.98;
}

.hero-lead {
  max-width: 36rem;
  margin: 0 auto;
}

.hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

.hero-stage--browser {
  min-height: 0;
  margin-top: 2.4rem;
  padding: 0;
  display: block;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero-stage-glow {
  inset: -10% 18% auto 18%;
  width: auto;
  height: 280px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 191, 122, 0.4), rgba(255, 191, 122, 0) 38%),
    radial-gradient(circle at 62% 28%, rgba(255, 180, 106, 0.28), rgba(255, 180, 106, 0) 34%),
    radial-gradient(circle at 34% 32%, rgba(189, 214, 255, 0.48), rgba(189, 214, 255, 0) 40%),
    radial-gradient(circle at 74% 30%, rgba(223, 192, 255, 0.34), rgba(223, 192, 255, 0) 36%);
  filter: blur(24px);
  animation: homeGlowPulse 16s ease-in-out infinite;
}

.hero-browser-shell {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 3.2rem;
}

.hero-browser-shell::before {
  content: "";
  position: absolute;
  inset: 0 4% auto;
  height: 540px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(219, 227, 241, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.hero-browser-top,
.hero-browser-bar,
.hero-browser-nav,
.hero-browser-body {
  position: relative;
  z-index: 1;
}

.hero-browser-top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  height: 44px;
  padding: 0 1.2rem;
  border: 1px solid rgba(222, 228, 240, 0.84);
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  background: rgba(255, 255, 255, 0.42);
}

.hero-browser-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}

.hero-browser-dot--red { background: #ff7f73; }
.hero-browser-dot--yellow { background: #ffcb5f; }
.hero-browser-dot--green { background: #7fd67d; }

.hero-browser-bar {
  height: 54px;
  margin: 0;
  border-left: 1px solid rgba(222, 228, 240, 0.84);
  border-right: 1px solid rgba(222, 228, 240, 0.84);
  background: rgba(255, 255, 255, 0.34);
}

.hero-browser-bar::before {
  content: "";
  display: block;
  width: 42%;
  height: 16px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: rgba(220, 226, 236, 0.9);
}

.hero-browser-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.85rem 1.2rem 1rem;
  border: 1px solid rgba(222, 228, 240, 0.84);
  border-top: none;
  background: rgba(255, 255, 255, 0.3);
}

.hero-browser-nav-item {
  width: 88px;
  height: 10px;
  border-radius: 999px;
  background: rgba(226, 231, 239, 0.96);
}

.hero-browser-body {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1.2rem;
  min-height: 330px;
  padding: 1.6rem 1.5rem 1.9rem;
  border: 1px solid rgba(222, 228, 240, 0.84);
  border-top: none;
  border-radius: 0 0 30px 30px;
  background: rgba(255, 255, 255, 0.26);
}

.hero-browser-side {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0.3rem;
}

.hero-browser-side span {
  height: 42px;
  border-radius: 14px;
  background: rgba(232, 236, 242, 0.8);
}

.hero-browser-main {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.hero-browser-panel--news {
  max-width: 520px;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(219, 227, 241, 0.74);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 22px 60px rgba(112, 134, 176, 0.08);
  backdrop-filter: blur(12px);
}

.content-band {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0 0;
  border-top: none;
}

.content-band:first-of-type {
  padding-top: 0;
}

.content-band-intro {
  position: sticky;
  top: 110px;
}

.content-band-intro .watchlist-more {
  margin-top: 1rem;
}

.content-band-body {
  min-width: 0;
}

.content-band--watchlist {
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 120px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.content-band--watchlist .content-band-body {
  width: 100%;
}

.watchlist-stack,
.archive-list,
.insight-list {
  display: flex;
  flex-direction: column;
}

.watchlist-marquee {
  position: relative;
  overflow: hidden;
  padding: 0.2rem 0 0.45rem;
}

.watchlist-marquee-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: watchlistMarquee 34s linear infinite;
}

.watchlist-marquee:hover .watchlist-marquee-track {
  animation-play-state: paused;
}

.watchlist-scroll-card {
  display: grid;
  gap: 0.6rem;
  flex: 0 0 340px;
  min-height: 220px;
  padding: 1.1rem 1.1rem 1.15rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}

.watchlist-scroll-card:hover {
  box-shadow: none;
}

.watchlist-row,
.archive-row,
.insight-row {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 0;
  border-top: none;
  text-decoration: none;
  color: inherit;
}

.watchlist-stack > :first-child,
.archive-list > :first-child,
.insight-list > :first-child {
  border-top: none;
  padding-top: 0;
}

.watchlist-row:hover,
.archive-row:hover {
  color: inherit;
}

.watchlist-row-main {
  display: grid;
  gap: 0.38rem;
}

.watchlist-row-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-home .archive-list,
.page-home .insight-list {
  gap: 0.5rem;
}

.page-home .archive-row,
.page-home .insight-row {
  padding: 0.6rem 0;
}

.page-home .content-band--archive,
.page-home .content-band--market {
  padding-top: 0;
}

.content-band--market {
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 140px;
}

.content-band--market .content-band-intro {
  position: static;
}

.watchlist-row .watchlist-card-title,
.insight-row .insight-card-title {
  font-size: 1.14rem;
}

.watchlist-row .watchlist-card-impact,
.insight-row .insight-card-summary,
.insight-row .insight-card-analysis {
  font-size: 0.88rem;
  line-height: 1.7;
}

.market-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.market-column {
  min-width: 0;
}

.market-column--panel {
  padding: 1.25rem 1.25rem 1.1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(113, 142, 198, 0.1);
}

.market-column-head {
  margin-bottom: 1.15rem;
}

.market-column-title {
  margin: 0 0 0.28rem;
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.market-column-lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #7a869d;
}

.market-line-list {
  display: grid;
  gap: 0;
}

.market-line-list--archive {
  gap: 0;
}

.market-line-item {
  display: grid;
  gap: 0.22rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(226, 232, 242, 0.72);
  text-decoration: none;
  color: inherit;
  transition: color 0.18s ease;
}

.market-line-list > :first-child {
  border-top: none;
  padding-top: 0;
}

.market-column-action {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.market-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
  transition: transform 0.14s ease, box-shadow 0.14s ease, filter 0.14s ease;
}

.market-more-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.26);
  filter: saturate(1.03);
}

.market-line-item:hover .market-line-item-title,
.market-line-item:hover .market-line-item-subtitle {
  color: #3f63ff;
}

.market-line-item-title {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.38;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.18s ease;
}

.market-line-item-subtitle {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #8a94a8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.18s ease;
}

.archive-row {
  display: block;
  padding: 0;
  background: transparent;
  transition: color 0.18s ease;
}

.archive-card-shell {
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(113, 142, 198, 0.1);
}

.content-band--archive {
  grid-template-columns: 1fr;
  gap: 0.4rem;
}

.content-band--archive .content-band-intro {
  position: static;
}

.content-band--market .section-title-icon,
.content-band--archive .section-title-icon {
  display: none;
}

.content-band--market .section-title-row,
.content-band--archive .section-title-row {
  margin-bottom: 1rem;
}

.content-band--market .watchlist-title,
.content-band--archive .date-archive-title {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.15rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.045em;
  color: #0f172a;
}

.content-band--market .watchlist-lead,
.content-band--archive .date-archive-lead {
  margin: 0 0 0.95rem;
  max-width: 56rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #6b7280;
}

.archive-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.archive-row {
  display: grid;
  gap: 0.22rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(226, 232, 242, 0.72);
  text-decoration: none;
  color: inherit;
  transition: color 0.18s ease;
}

.archive-list > :first-child {
  border-top: none;
  padding-top: 0;
}

.archive-row-title {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.38;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.18s ease;
}

.archive-row-subtitle {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #8a94a8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.18s ease;
}

.archive-row:hover .archive-row-title,
.archive-row:hover .archive-row-subtitle {
  color: #3f63ff;
}

.content-band--market .content-band-intro,
.content-band--archive .content-band-intro {
  align-self: start;
}

.page-home .primary-btn,
.page-home .secondary-btn,
.page-home .watchlist-more,
.page-home .watchlist-scroll-card,
.page-home .market-column--panel,
.page-home .archive-card-shell {
  border: none;
}

.watchlist-panel,
.market-panel,
.date-archive,
.watchlist-grid,
.market-panels,
.date-cards,
.watchlist-card,
.insight-card,
.date-card {
  all: unset;
}

.watchlist-panel,
.market-panel,
.date-archive {
  display: block;
}

.page-day .panel {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-top: none;
}

.page-market-archive .market-archive-lead {
  margin: 0.4rem 0 0;
  max-width: 42rem;
  color: var(--text-secondary);
}

.market-archive-switch {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.market-archive-switch .secondary-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #3b82f6);
  border-color: transparent;
}

.market-archive-panel {
  padding: 1.25rem 1.25rem 1.1rem;
}

.page-day .panel.is-active:first-of-type,
.page-day .panel:first-of-type {
  border-top: none;
  padding-top: 0;
}

.page-day .panel[data-panel="home"] {
  border-top: none;
  padding-top: 0;
}

.news-feed,
.timeline-sec-feed {
  gap: 0;
}

.timeline-block + .timeline-block {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(188, 203, 232, 0.56);
}

.news-row,
.timeline-card {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.news-row {
  padding: 1rem 0;
  border-top: 1px solid rgba(188, 203, 232, 0.42);
}

.news-feed > :first-child.news-row,
.timeline-sec-feed > :first-child.news-row {
  border-top: none;
  padding-top: 0;
}

a.news-row:hover {
  transform: none;
  background: transparent;
  box-shadow: none;
}

.timeline {
  margin-top: 0.2rem;
}

.timeline::before {
  left: 0;
  width: 1px;
  opacity: 0.25;
}

.timeline-node {
  padding-left: 1.6rem;
}

.timeline-dot {
  left: -5px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-width: 2px;
  box-shadow: 0 0 0 3px rgba(61, 108, 255, 0.05);
}

.timeline-card {
  padding: 0 0 0.6rem;
}

.timeline-head {
  padding-bottom: 0.7rem;
  margin-bottom: 0.8rem;
}

.analysis-card {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.analysis-block {
  padding: 1.2rem 0 0;
  border: none;
  border-top: 1px solid rgba(188, 203, 232, 0.48);
  border-radius: 0;
  background: transparent;
}

.analysis-block:first-of-type {
  border-top: none;
  padding-top: 0;
}

@media (max-width: 1100px) {
  .page-home .header-top {
    gap: 0.85rem;
  }

  .header-meta--home {
    width: 100%;
    justify-content: space-between;
  }

  .header-nav {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .content-band {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .content-band-intro {
    position: static;
  }

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

  .archive-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .header-meta--home {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-kicker {
    margin-top: 1.2rem;
  }

  .hero-title {
    font-size: 2.7rem;
  }

  .hero-stage--browser {
    margin-top: 1.6rem;
  }

  .watchlist-scroll {
    grid-auto-columns: minmax(280px, 86vw);
  }

  .watchlist-marquee {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .watchlist-marquee-track {
    animation: none;
  }

  .watchlist-scroll-card {
    flex-basis: min(84vw, 320px);
  }

  .hero-browser-shell {
    padding-top: 1.8rem;
  }

  .hero-browser-shell::before {
    inset: 0;
    height: 440px;
  }

  .hero-browser-body {
    grid-template-columns: 1fr;
    padding: 1rem 1rem 1.2rem;
  }

  .hero-browser-side {
    display: none;
  }

  .hero-browser-panel--news {
    max-width: none;
  }

  .archive-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .archive-row-side {
    justify-content: space-between;
  }

  .archive-list {
    grid-template-columns: 1fr;
  }
}

@keyframes homeGlowPulse {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.92;
  }
  50% {
    transform: translate3d(0, 8px, 0) scale(1.06);
    opacity: 1;
  }
}


@keyframes watchlistMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - 0.5rem), 0, 0);
  }
}

@keyframes homeFlowGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate3d(24px, -18px, 0) scale(1.14);
    opacity: 1;
  }
  100% {
    transform: translate3d(-18px, 22px, 0) scale(0.94);
    opacity: 0.94;
  }
}

@keyframes homeFlowRibbon {
  0% {
    transform: translate3d(-22px, 0, 0) rotate(-4deg);
    opacity: 0.68;
  }
  50% {
    transform: translate3d(16px, 20px, 0) rotate(3deg);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(30px, -14px, 0) rotate(-2deg);
    opacity: 0.62;
  }
}

@keyframes homeGlowFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(18px, 12px, 0);
  }
}
