@import url("https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400..700&family=Libre+Franklin:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=Material+Symbols+Outlined:wght@100..700&display=swap");

:root {
  --font-body: "Libre Franklin", "IBM Plex Sans", Arial, sans-serif;
  --font-heading: "Newsreader", Georgia, serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --bg: #f7f4ed;
  --surface: #fffdf8;
  --surface-strong: #ffffff;
  --ink: #1c1a16;
  --text: #5f5a51;
  --meta: #7e786d;
  --line: rgba(28, 26, 22, .1);
  --accent: #2d9cff;
  --research: #66c63b;
  --business: #e31c17;
  --tools: #ac69d8;
  --data-science: #ff9800;
  --academic: #2d9cff;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 18%, rgba(102,198,59,.08), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(45,156,255,.10), transparent 26%),
    radial-gradient(circle at 72% 78%, rgba(172,105,216,.08), transparent 28%),
    radial-gradient(circle at 20% 84%, rgba(255,152,0,.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.92));
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.54), rgba(255,255,255,.18) 40%, rgba(255,255,255,.56)),
    radial-gradient(circle at 0% 100%, rgba(45,156,255,.12), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(255,152,0,.12), transparent 24%);
  animation: paperGlow 18s ease-in-out infinite alternate;
  pointer-events: none;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.page-shell { width: min(1300px, calc(100% - 52px)); margin: 0 auto; }
.content-shell { width: min(1300px, calc(100% - 52px)); margin: 0 auto; padding: 0 0 56px; }

.topbar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 0; background: #191510; color: rgba(255,255,255,.88); font-size: 14px; width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar-inner { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.topbar-left, .topbar-right { display: flex; align-items: center; flex-wrap: nowrap; gap: 14px; }
.topbar-right { justify-content:flex-end; flex:1; min-width:0; }
.topbar-left {
  gap: 10px;
}
.topbar-home-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  background: rgba(255,255,255,.02);
  flex: 0 0 auto;
}
.topbar-home-link .material-symbols-outlined {
  font-size: 18px;
}
.topbar-stats {
  display:inline-flex;
  align-items:center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .04em;
  color: rgba(255,255,255,.82);
  white-space: nowrap;
}
.topbar-stat-divider {
  color: rgba(255,255,255,.22);
}
.topbar-actions {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: 6px;
}
.topbar-mobile-toggle,
.topbar-mobile-menu {
  display: none;
}
.topbar-mobile-menu[hidden] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.topbar-left time {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .02em;
  color: rgba(255,255,255,.9);
}
.stats-link {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.35);
  text-underline-offset: 3px;
}
.stats-link:hover {
  text-decoration-color: rgba(255,255,255,.9);
}
.analysis-button,
.panel-refresh-button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 16px; border: 0; border-radius: 999px; background: var(--business); color:#fff;
  font-family: var(--font-body); font-size: 13px; font-weight: 700; box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.panel-refresh-button {
  background: var(--accent);
  cursor: pointer;
}
.panel-refresh-button:disabled {
  cursor: wait;
  opacity: .72;
}
.analysis-button-hidden {
  display: none !important;
}

.actionbar {
  width: 100%;
  background: #262321;
  color: #fff;
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.actionbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.actionbar-spacer {
  display: none;
}
.actionbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  width: auto;
  margin-left: auto;
}
.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: #fff;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
}
.action-button:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
}
.action-button .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
}
.action-button-refresh {
  background: var(--accent);
  border-color: rgba(255,255,255,.04);
}
.action-button-refresh:hover {
  background: #44a7ff;
}
.action-button-weekly {
  background: var(--business);
  border-color: rgba(255,255,255,.04);
}
.action-button-weekly:hover {
  background: #ff392a;
}
.action-button-daily {
  background: #7b4af2;
  border-color: rgba(255,255,255,.04);
}
.action-button-daily:hover {
  background: #8f63ff;
}
.action-button-reportday {
  background: #0f87d6;
  border-color: rgba(255,255,255,.04);
}
.action-button-reportday:hover {
  background: #2aa0ea;
}
.action-button.is-active {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}

.topbar-newsletter-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 10px 16px;
  border-radius:14px;
  border: 1px solid rgba(0,0,0,.06);
  background: #f1ebdf;
  color:#1a1712;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.topbar-primary-button {
  border: 1px solid rgba(255,255,255,.12);
  background: transparent;
  color:#fff;
}
.topbar-primary-button:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.18);
}
.topbar-primary-button .material-symbols-outlined {
  color:#fff;
  font-size: 18px;
}
.topbar-newsletter-button:hover {
  background: #fbf5ea;
  border-color: rgba(0,0,0,.08);
  transform: translateY(-1px);
}
.topbar-newsletter-button .material-symbols-outlined {
  font-size: 18px;
  color: #1a1712;
}
.topbar-icon-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  background: transparent;
  color:#fff;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.topbar-icon-button:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.06);
}
.topbar-icon-button .material-symbols-outlined {
  font-size: 18px;
}
.topbar-inline-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.02);
  color:#fff;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.topbar-inline-button:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}
.topbar-inline-button .material-symbols-outlined {
  font-size: 17px;
}
.topbar-inline-button-primary {
  background: rgba(255,255,255,.06);
}
.topbar-inline-button-primary.is-active,
.topbar-inline-button-primary[aria-current="page"] {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.topbar-inline-button-refresh {
  background: rgba(255,255,255,.05);
}
.topbar-inline-button-secondary {
  background: rgba(255,255,255,.025);
}
.topbar-mobile-toggle {
  align-items:center;
  justify-content:center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color:#fff;
  cursor:pointer;
}
.topbar-mobile-toggle .material-symbols-outlined {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
}
.topbar-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1200;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, .52);
  backdrop-filter: blur(4px);
  border-top: 0;
  padding: 0;
  display: none;
  align-items: stretch;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.topbar-mobile-menu-inner {
  display:flex;
  flex-direction:column;
  gap: 16px;
  padding: 20px 20px 24px;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  background: #110f0c;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border-left: 0;
  overflow: auto;
  transform: translateX(100%);
  transition: transform .28s cubic-bezier(.22,.61,.36,1);
  margin-left: auto;
}
.topbar-mobile-close {
  align-self: flex-end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color:#fff;
  cursor:pointer;
  opacity: .88;
}
.topbar-mobile-close .material-symbols-outlined {
  font-size: 22px;
}
.topbar-mobile-stats,
.topbar-mobile-nav {
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}
.topbar-mobile-stats {
  color: rgba(255,255,255,.82);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .03em;
}
.topbar-mobile-stats .topbar-stat-divider {
  display:none;
}
.topbar-mobile-nav {
  flex-direction: column;
  gap: 6px;
  align-items: stretch;
  margin-top: 10px;
}
.topbar-mobile-link {
  display:flex;
  align-items: center;
  gap: 12px;
  padding: 11px 2px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.96);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .01em;
  text-align: left;
  text-decoration: none;
}
.topbar-mobile-link .material-symbols-outlined {
  font-size: 18px;
  color: rgba(255,255,255,.75);
}
.topbar-mobile-link:hover {
  transform: none;
  background: transparent;
}
.topbar-mobile-cta {
  margin-top: 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #f3ead8;
  color: #15120f;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
  text-decoration: none;
}
.topbar-mobile-cta .material-symbols-outlined {
  font-size: 18px;
  color: #15120f;
}
.topbar-mobile-cta:hover {
  background: #fff4e4;
}
.topbar-mobile-summary {
  display:flex;
  align-items:center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-mobile-summary .topbar-home-link {
  width: 42px;
  height: 42px;
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
}
.topbar-mobile-summary .topbar-home-link .material-symbols-outlined {
  font-size: 18px;
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  color: #fff;
}
.topbar-mobile-summary-meta {
  display:flex;
  flex-direction:column;
  gap: 4px;
  min-width: 0;
}
.topbar-mobile-summary-meta .topbar-label {
  display:none;
  font-size: 11px;
  letter-spacing: .16em;
  color: rgba(255,255,255,.52);
}
.topbar-mobile-summary-meta time {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

body.is-mobile-menu-open {
  overflow: hidden;
}

body.is-mobile-menu-open .topbar-mobile-menu {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

body.is-mobile-menu-open .topbar-mobile-menu-inner {
  transform: translateX(0);
}

@media (min-width: 1025px) {
  .topbar-mobile-toggle,
  .topbar-mobile-menu {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.site-header {
  display:flex; align-items:center; justify-content:center;
  min-height:160px; padding:24px 0 22px; background: var(--surface); width:100%;
  border-bottom: 1px solid rgba(28, 26, 22, .07);
}
.site-header-inner { display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; gap: 22px; }
.brand { display:inline-flex; align-items:center; gap:16px; }
.brand-logo {
  width: min(350px, calc(100vw - 96px));
  height: auto;
}
.brand-kicker {
  margin: 0;
  color: #a2927f;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .42em;
  text-transform: uppercase;
  text-align: center;
}
.brand-wordmark {
  display:inline-flex;
  align-items:flex-end;
  gap: 0;
  text-decoration:none;
}
.brand-wordmark-text {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(60px, 8vw, 78px);
  line-height: .9;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.brand-dot {
  color: #c94d40;
  font-family: var(--font-heading);
  font-size: clamp(60px, 8vw, 78px);
  line-height: .9;
  font-weight: 700;
}
.brand-tagline {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.25;
  text-align: center;
  font-weight: 600;
}
.brand-date {
  margin: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: var(--meta);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .01em;
  text-align: center;
}
.brand-date .material-symbols-outlined {
  font-size: 13px;
  color: #a19483;
  margin-top: 1px;
}
.material-symbols-outlined,
.icon-thin {
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" -25, "opsz" 24;
}
.seo-intro {
  margin-top: 18px;
  margin-bottom: 12px;
  text-align: center;
}
.seo-intro p {
  margin: 0 auto;
  max-width: 920px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.7;
}
.brand-mark {
  display:grid; place-items:center; width:58px; height:58px; background:#f0233b; color:#fff;
  font-family: var(--font-heading); font-weight:700; letter-spacing:.12em;
}
.brand-copy { display:flex; flex-direction:column; gap:3px; }
.brand-copy strong { font-family: var(--font-heading); color: var(--ink); font-size: 2.2rem; line-height: 1; }
.brand-copy span { color: var(--meta); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }

.headline-bar {
  display:flex;
  align-items:center;
  justify-content:stretch;
  gap:12px;
  width:100%;
  padding: 12px 0 14px;
  margin: 0;
  position: relative;
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.headline-bar-inner {
  display:flex;
  align-items:center;
  gap:14px;
  width: min(1300px, calc(100% - 52px));
  margin: 0 auto;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.headline-bar-inner::-webkit-scrollbar {
  display: none;
}
.headline-home-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:8px;
  border:1px solid var(--line);
  background: var(--surface-strong);
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(17,17,17,.02);
}
.headline-home-link:hover {
  border-color: rgba(28,26,22,.22);
}
.headline-divider {
  flex:0 0 auto;
  width:1px;
  height:22px;
  background: var(--line);
  margin-right: 2px;
}
.headline-pill {
  display:inline-flex;
  align-items:center;
  gap:10px;
  justify-content:center;
  flex:0 0 auto;
  height:44px;
  padding:0 20px;
  font-family: var(--font-body);
  font-size:13px;
  font-weight:600;
  letter-spacing:.01em;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(17,17,17,.02);
}
.research { color: var(--research); }
.business { color: var(--business); }
.tools { color: var(--tools); }
.data-science { color: var(--data-science); }
.academic { color: var(--academic); }
.headline-pill.is-active {
  color: #fff;
  border-color: transparent;
}
.headline-pill.research.is-active { background: var(--research); }
.headline-pill.business.is-active { background: var(--business); }
.headline-pill.tools.is-active { background: var(--tools); }
.headline-pill.data-science.is-active { background: var(--data-science); }
.headline-pill.academic.is-active { background: var(--academic); }
.headline-pill.home-filter {
  color: #fff;
  border-color: #191510;
  background: #191510;
}
.headline-pill .pill-dot {
  width:10px;
  height:10px;
  border-radius:999px;
  background: currentColor;
  flex:0 0 auto;
}
.headline-pill .home-icon-svg {
  font-size: 18px;
  color: inherit;
  flex: 0 0 auto;
}
.headline-pill.home-filter.is-home-active {
  color: #fff;
  background: #191510;
  border-color: #191510;
}
.headline-pill:hover {
  border-color: rgba(28,26,22,.22);
}
.headline-pill.research:hover { background: color-mix(in srgb, var(--research) 10%, white); }
.headline-pill.business:hover { background: color-mix(in srgb, var(--business) 10%, white); }
.headline-pill.tools:hover { background: color-mix(in srgb, var(--tools) 10%, white); }
.headline-pill.data-science:hover { background: color-mix(in srgb, var(--data-science) 10%, white); }
.headline-pill.academic:hover { background: color-mix(in srgb, var(--academic) 10%, white); }
.headline-pill.home-filter:hover {
  background: #191510;
  border-color: #191510;
  color: #fff;
}

body.is-mobile-menu-open {
  overflow: hidden;
}

@media (min-width: 1025px) {
  .topbar-mobile-toggle,
  .topbar-mobile-menu {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.filter-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
  background: rgba(255,255,255,.95);
  border-radius: 999px;
  padding: 3px 10px;
}
.filter-loader[hidden] {
  display: none !important;
}
.filter-loader-donut {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2.25px solid rgba(28,26,22,.16);
  border-top-color: var(--accent);
  animation: donutSpin .95s cubic-bezier(.4,0,.2,1) infinite;
  will-change: transform;
}
.filter-loader-text {
  font-size: 12px;
  color: var(--meta);
  font-weight: 700;
}

.hero-grid { display:grid; grid-template-columns: minmax(0,1fr); gap:22px; margin-top:10px; }
.hero-carousel-stage, .post-card { background: var(--surface-strong); border:0; }
.hero-carousel { position: relative; }
.hero-carousel-stage {
  position: relative;
  min-height:520px;
  overflow:hidden;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(28,26,22,.12);
}
.hero-carousel-stage.filter-enter {
  animation: filterFadeIn 520ms cubic-bezier(0.22,0.61,0.36,1) both;
}
.hero-carousel-slide {
  position:absolute; inset:0; opacity:0; transform:translateX(56px);
  transition: opacity 420ms ease, transform 720ms cubic-bezier(0.22,0.61,0.36,1);
  pointer-events:none;
}
.hero-carousel-slide.dir-prev { transform: translateX(-56px); }
.hero-carousel-slide.is-active { opacity:1; transform:translateX(0); pointer-events:auto; z-index:1; }
.hero-carousel-media { position:absolute; inset:0; }
.hero-carousel-media img { width:100%; height:100%; object-fit:cover; }
.hero-carousel-overlay {
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(18,15,12,.98) 0%, rgba(18,15,12,.78) 38%, rgba(18,15,12,.42) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.14));
}
.hero-carousel-content {
  position:relative; z-index:1; display:flex; flex-direction:column; justify-content:flex-start;
  min-height:520px; padding:52px; color:#fff;
}
.category-tag {
  display:inline-flex; align-items:center; gap:8px; width:fit-content; font-family:var(--font-body);
  font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.04em;
  padding:6px 10px; color:#fff; border-radius:8px;
}
.youtube-badge {
  display:inline-flex; align-items:center; gap:8px; width:fit-content; padding:6px 10px; border-radius:999px;
  background: rgba(255,255,255,.96); border:.5px solid rgba(28,26,22,.92); color:#111; font-family:var(--font-body);
  font-size:12px; font-weight:700; letter-spacing:.04em;
}
.youtube-badge .material-symbols-outlined {
  font-size: 18px;
  color: #f00;
}

.newsletter-section {
  margin-top: 22px;
  margin-bottom: 6px;
}
.newsletter-status {
  margin: 0 0 12px;
  padding: 10px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(17,17,17,.08);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(17,17,17,.05);
}
.newsletter-status.ok {
  border-color: rgba(97,196,54,.22);
  background: rgba(97,196,54,.08);
}
.newsletter-status.error {
  border-color: rgba(214,0,0,.22);
  background: rgba(214,0,0,.08);
}
.newsletter-status-icon {
  font-size: 18px;
  flex: 0 0 auto;
}
.newsletter-status.ok .newsletter-status-icon {
  color: var(--research);
}
.newsletter-status.error .newsletter-status-icon {
  color: var(--business);
}
.newsletter-status-text {
  color: var(--ink);
}
.newsletter-card {
  background: rgba(255,255,255,.96);
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(28,26,22,.08);
  padding: 34px 34px 32px;
  display:grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 26px;
  align-items:center;
  border: 1px solid rgba(28,26,22,.08);
}
.newsletter-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.08;
}
.newsletter-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.newsletter-text {
  margin: 14px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.62;
  max-width: 60ch;
}
.newsletter-form {
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.newsletter-form #mc-embedded-subscribe-form,
.newsletter-form #mc_embed_signup_scroll {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap: 10px;
}
.newsletter-form #mc-embedded-subscribe-form > *,
.newsletter-form #mc_embed_signup_scroll > * {
  min-width: 0;
}
.newsletter-form .mc-field-group {
  flex: 1 1 260px;
}
.newsletter-form .mc-field-group label {
  display:block;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.newsletter-form .mc-field-group input {
  width:100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(28,26,22,.14);
  background: rgba(255,255,255,.98);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
}
.newsletter-form .mc-field-group input:focus {
  border-color: rgba(45,156,255,.5);
  box-shadow: 0 0 0 4px rgba(45,156,255,.12);
}
.newsletter-bot-field {
  position:absolute;
  left:-5000px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.newsletter-submit {
  margin-top: 0;
  width:auto;
  min-width: 180px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 18px;
  border:0;
  border-radius: 14px;
  background: #191510;
  color:#fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  cursor:pointer;
}
.newsletter-submit:hover {
  background: #2b2621;
}
.newsletter-form .response {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}

.category-tag.research { background: var(--research); }
.category-tag.business { background: var(--business); }
.category-tag.tools { background: var(--tools); }
.category-tag.data-science { background: var(--data-science); }
.category-tag.academic { background: var(--academic); }

.meta-row, .card-bottom, .hero-feature-footer {
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.hero-carousel-age { display:block; margin-top:20px; color:#fff; }

.hero-carousel-content h1 {
  margin:20px 0 0; width:66%; min-width:66%; max-width:66%; font-size:clamp(32px,4vw,48px);
  line-height:1.02; color:#fff; font-family:var(--font-heading); font-weight:700; letter-spacing:-.03em;
  transform: translateX(24px); opacity:0;
  transition: transform 620ms cubic-bezier(0.22,0.61,0.36,1) 90ms, opacity 460ms ease 90ms;
}
.hero-carousel-content p {
  margin:14px 0 18px; max-width:64ch; line-height:1.68; color:#fff; font-size:17px;
  transform: translateX(24px); opacity:0;
  transition: transform 620ms cubic-bezier(0.22,0.61,0.36,1) 150ms, opacity 460ms ease 150ms;
}
.hero-carousel-content .meta-row, .hero-carousel-content .category-tag, .hero-carousel-content .hero-feature-footer {
  transform: translateX(24px); opacity:0;
  transition: transform 620ms cubic-bezier(0.22,0.61,0.36,1), opacity 460ms ease;
}
.hero-carousel-slide.is-active .meta-row,
.hero-carousel-slide.is-active .category-tag,
.hero-carousel-slide.is-active .hero-feature-footer,
.hero-carousel-slide.is-active .hero-carousel-content h1,
.hero-carousel-slide.is-active .hero-carousel-content p { transform: translateX(0); opacity:1; }

.source { color:#fff; font-weight:700; font-size:16px; display:block; }
.tone, .age { color: rgba(255,255,255,.9); font-size:14px; }

.hero-carousel-controls {
  position:absolute; right:50px; bottom:50px; z-index:2; display:flex; align-items:center; gap:10px;
}
.carousel-arrow {
  display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px;
  border:0; border-radius:999px; background: rgba(217,217,217,.82); color: rgba(34,34,34,.9); cursor:pointer;
}
.carousel-arrow .material-symbols-outlined {
  font-size: 22px;
}
.hero-carousel-dots {
  position:absolute; left:50px; bottom:50px; z-index:2; display:flex; align-items:center; gap:10px;
}
.carousel-dot { width:10px; height:10px; padding:0; border:0; border-radius:999px; background:rgba(255,255,255,.42); cursor:pointer; }
.carousel-dot.is-active { width:28px; background:#fff; }

.main-content-full { display:block; }
.full-width { width:100%; }
.main-content { margin-top: 20px; }
.news-masonry {
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:22px;
  align-items:start;
}
.masonry-column {
  display:flex;
  flex-direction:column;
  gap:20px;
  min-width:0;
}
.news-masonry .post-card {
  display:block; width:100%; margin:0; border-radius:5px; overflow:hidden;
  border: 1px solid rgba(28,26,22,.08);
  box-shadow: 0 10px 24px rgba(28,26,22,.05);
}
.post-card-fresh {
  animation: cardRefreshFlash 1.4s ease;
}
.post-card-new {
  opacity:0;
  transform: translateY(14px);
  animation: cardAppendIn .48s cubic-bezier(0.22,0.61,0.36,1) var(--entry-delay, 0ms) forwards;
}
.post-card.filter-enter {
  animation: filterCardIn 520ms cubic-bezier(0.22,0.61,0.36,1) var(--filter-delay, 0ms) both;
}
.thumb-grid { aspect-ratio: 3 / 2; background:#d9d9d9; overflow:hidden; }
.thumb-grid img { width:100%; height:100%; object-fit:cover; }
.post-card-content { padding:20px 20px 22px; }
.post-card h3 {
  margin:14px 0 0; font-family:var(--font-heading); color:var(--ink); font-weight:700; font-size:21px; line-height:1.08;
}
.post-card p { margin:12px 0 16px; color:var(--text); line-height:1.45; font-size:14.5px; }
.source-dark { color: var(--ink); font-weight:700; font-size:13px; display:block; }
.tone-dark, .age-dark { color: var(--meta); font-size:12.5px; }

.post-card.no-image { color:#fff; }
.post-card.no-image.research { background: var(--research); }
.post-card.no-image.business { background: var(--business); }
.post-card.no-image.tools { background: var(--tools); }
.post-card.no-image.data-science { background: var(--data-science); }
.post-card.no-image.academic { background: var(--academic); }
.post-card.no-image .category-tag { border:.5px solid #fff; }
.post-card.no-image h3, .post-card.no-image h3 a, .post-card.no-image p, .post-card.no-image .source-dark, .post-card.no-image .tone-dark, .post-card.no-image .age-dark { color:#fff; }

.news-actions { display:flex; justify-content:center; margin-top:16px; }
.show-more-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  min-width:180px;
  padding:13px 26px;
  border:1px solid var(--ink);
  border-radius:8px;
  background: var(--ink);
  color:#f3eee2;
  font-family: var(--font-body);
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition: background-color .2s ease, color .2s ease;
}
.show-more-button.secondary {
  background: #3b3b3b;
}

.contents-list-shell {
  margin-top: 20px;
  padding-bottom: 40px;
}
.contents-list-head {
  padding: 28px 0 16px;
}
.contents-list-head h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 38px;
  line-height: 1.04;
  color: var(--ink);
}
.contents-list-head p {
  margin: 10px 0 0;
  color: var(--text);
  line-height: 1.6;
}
.contents-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contents-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
.content-list-row {
  background: rgba(255,255,255,.94);
  border-radius: 8px;
  padding: 22px 24px;
  box-shadow: 0 18px 40px rgba(28,26,22,.06);
}
.content-list-meta,
.content-list-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.content-list-row h2 {
  margin: 14px 0 0;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.12;
  color: var(--ink);
}
.content-list-row p {
  margin: 12px 0 14px;
  color: var(--text);
  line-height: 1.5;
}
.content-list-footer time {
  color: var(--meta);
  font-size: 14px;
  font-family: var(--font-mono);
}
.sources-aside {
  position: relative;
}
.sources-aside-box {
  position: sticky;
  top: 18px;
  background: rgba(255,255,255,.94);
  border-radius: 8px;
  padding: 22px 20px;
  box-shadow: 0 18px 40px rgba(28,26,22,.06);
}
.sources-aside-box h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.08;
  color: var(--ink);
}
.sources-aside-box p {
  margin: 10px 0 0;
  color: var(--text);
  line-height: 1.55;
  font-size: 14px;
}
.sources-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding-right: 4px;
}
.source-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(17,17,17,.08);
}
.source-row:first-child {
  border-top: 0;
  padding-top: 0;
}
.source-row-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.source-row-link {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.35;
}
.source-row-link:hover {
  color: var(--accent);
}
.source-row-link.is-static:hover {
  color: var(--ink);
}
.source-row-category {
  color: var(--meta);
  font-size: 13px;
  line-height: 1.3;
}
.source-row-count {
  flex: 0 0 auto;
  min-width: 36px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0,156,255,.1);
  color: var(--accent);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.end-results-card {
  width:min(720px, 100%);
  margin: 10px auto 28px;
  padding: 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  background: rgba(255,255,255,.92);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(28,26,22,.08);
}
.end-results-copy {
  max-width: 440px;
}
.end-results-copy strong {
  display:block;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.1;
}
.end-results-copy p {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
}
.human-illustration {
  position:relative;
  flex:0 0 112px;
  width:112px;
  height:126px;
}
.human-head {
  position:absolute;
  left:34px;
  top:14px;
  width:46px;
  height:52px;
  border-radius: 48% 48% 45% 45%;
  background:#ffd1bd;
  box-shadow: inset -9px -4px 0 rgba(246,164,140,.55);
}
.human-head::before,
.human-head::after {
  content:"";
  position:absolute;
  top:24px;
  width:5px;
  height:5px;
  border-radius:999px;
  background:#222;
}
.human-head::before { left:13px; }
.human-head::after { right:13px; }
.human-hair {
  position:absolute;
  left:30px;
  top:8px;
  width:54px;
  height:34px;
  border-radius: 50% 50% 38% 42%;
  background:#25212b;
  z-index:1;
}
.human-neck {
  position:absolute;
  left:48px;
  top:62px;
  width:19px;
  height:22px;
  background:#f3ad98;
}
.human-body {
  position:absolute;
  left:25px;
  top:78px;
  width:66px;
  height:42px;
  border-radius: 24px 24px 10px 10px;
  background: var(--accent);
}
.human-body::after {
  content:"";
  position:absolute;
  left:26px;
  top:0;
  width:12px;
  height:42px;
  background: rgba(255,255,255,.72);
}
.human-arm {
  position:absolute;
  top:83px;
  width:34px;
  height:13px;
  border-radius:999px;
  background:#ffd1bd;
}
.human-arm-left {
  left:10px;
  transform: rotate(-22deg);
}
.human-arm-right {
  right:3px;
  transform: rotate(27deg);
}
.human-bookmark {
  position:absolute;
  right:5px;
  top:48px;
  width:26px;
  height:36px;
  border-radius: 4px 4px 2px 2px;
  background:#f0233b;
  transform: rotate(12deg);
  box-shadow: 0 8px 18px rgba(240,35,59,.25);
}
.human-bookmark::after {
  content:"";
  position:absolute;
  left:8px;
  bottom:-1px;
  width:10px;
  height:10px;
  background: #fff;
  transform: rotate(45deg);
}

.analysis-panel {
  margin: 16px 0 20px; padding:24px; background: var(--surface); border-radius:12px;
  display:flex; align-items:center; gap:16px;
  box-shadow: 0 16px 40px rgba(28,26,22,.06);
}
.analysis-spinner {
  display:inline-block; flex:0 0 42px; width:42px; height:42px; border-radius:999px;
  border:4px solid rgba(0,156,255,.16); border-top-color:var(--accent); border-right-color:rgba(0,156,255,.72);
  animation: donutSpin .9s linear infinite;
}
.analysis-loading-copy strong { display:block; font-family:var(--font-heading); color:var(--ink); font-size:18px; }
.analysis-loading-copy p { margin:6px 0 0; color:var(--text); }

.analysis-panel:has(.analysis-copy-shell) {
  display: block;
  align-items: initial;
  gap: 0;
}

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

.analysis-copy-shell {
  width: min(60%, 820px);
  margin: 0 auto;
  padding-top: 50px;
}

.analysis-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.analysis-header .eyebrow {
  margin: 0;
}

.analysis-header-actions {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-left: auto;
}

.analysis-meta,
.analysis-intro {
  color: var(--text);
  line-height: 1.55;
}

.analysis-meta {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  text-align: right;
  font-family: var(--font-mono);
}

.analysis-copy-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  flex: 0 0 auto;
  border: 1px solid rgba(17,17,17,.12);
  border-radius:999px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease;
}
.analysis-copy-button:hover {
  transform: translateY(-1px);
  border-color: rgba(0,156,255,.25);
  color: var(--accent);
}
.analysis-copy-button.is-copied {
  border-color: rgba(97,196,54,.22);
  color: var(--research);
}
.analysis-copy-button .material-symbols-outlined {
  font-size: 18px;
}

.analysis-title {
  margin: 0;
  width: 100%;
  font-family: var(--font-heading);
  color: var(--ink);
  font-size: 38px;
  line-height: 1.05;
}

.analysis-intro {
  margin: 16px 0 22px;
  font-size: 22px;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 500;
}

.analysis-narrative {
  max-width: 88ch;
}

.analysis-narrative p {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.72;
}

.analysis-narrative a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,156,255,.3);
}

.analysis-narrative a:hover {
  border-bottom-color: transparent;
}

.analysis-narrative strong {
  color: var(--ink);
  font-weight: 700;
}

.analysis-narrative em {
  font-style: italic;
}

.analysis-narrative h2,
.analysis-narrative h3 {
  margin: 28px 0 12px;
  color: var(--ink);
  font-family: var(--font-heading);
  line-height: 1.16;
}

.analysis-narrative h2 {
  font-size: 26px;
}

.analysis-narrative h3 {
  font-size: 22px;
}

.analysis-narrative ul {
  margin: 0 0 22px;
  padding-left: 22px;
  color: var(--ink);
}

.analysis-narrative li {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.72;
}

.analysis-narrative blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--accent);
  background: rgba(0,156,255,.06);
  color: var(--ink);
  font-size: 19px;
  line-height: 1.68;
}

.analysis-featured-media {
  margin: 28px 0;
}

.analysis-featured-media a {
  display: block;
}

.analysis-featured-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.daily-report-shell {
  margin-top: 18px;
  padding-bottom: 42px;
}

.daily-report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.daily-report-main {
  background: rgba(255,255,255,.94);
  border-radius: 12px;
  padding: 30px 32px 32px;
  box-shadow: 0 18px 40px rgba(28,26,22,.06);
}

body > main > section.daily-report-shell.page-shell > div > article.daily-report-main {
  padding-top: 30px;
}

.daily-report-copy-shell {
  width: 100%;
  margin: 0;
  padding-top: 0;
}

.daily-report-main .analysis-narrative {
  max-width: none;
}

.daily-report-main .analysis-narrative p,
.daily-report-main .analysis-narrative li {
  font-size: 17px;
  line-height: 1.7;
}

.daily-report-title {
  font-size: 40px;
}

.daily-report-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.daily-report-title-row .daily-report-title {
  flex: 1 1 auto;
  min-width: 0;
}

.daily-report-calendar-jump {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.12);
  color: var(--meta);
  background: rgba(255,255,255,.92);
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease;
}

.daily-report-calendar-jump:hover {
  transform: translateY(-1px);
  border-color: rgba(0,156,255,.2);
  color: var(--accent);
}

.daily-report-calendar-jump .material-symbols-outlined {
  font-size: 18px;
}

.daily-report-entradilla {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0 18px;
}

.daily-report-published {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--meta);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-mono);
}

.daily-report-published .material-symbols-outlined {
  font-size: 16px;
}

.daily-report-intro {
  margin-bottom: 0;
}

.daily-report-hero {
  margin: 0 0 18px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(28,26,22,.08);
}

.daily-report-hero-below-share {
  margin-top: 14px;
}

.daily-report-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.daily-report-meta-row {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 18px;
}

.daily-view-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,156,255,.08);
  color: #0b5ed7;
  font-size: 13px;
  font-weight: 700;
}

.daily-view-chip.is-viewed {
  background: rgba(97,196,54,.12);
  color: #2f7a1f;
}

.daily-report-highlights {
  margin-top: 20px;
}

.daily-report-highlights .section-heading.compact h2 {
  font-size: 28px;
}

.daily-report-highlights .section-heading.compact .analysis-links-copy {
  margin-bottom: 0;
}

.daily-report-highlights .post-card-content {
  padding: 24px;
}

.daily-report-highlights .post-card h3 {
  font-size: 17px;
  line-height: 1.16;
}

.daily-report-highlights .post-card p,
.daily-report-highlights .age-dark {
  display: none;
}

.daily-report-highlights .card-bottom {
  margin-top: 14px;
}

.daily-report-share {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 22px;
}

.daily-report-share-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--meta);
  font-weight: 700;
}

.daily-report-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.daily-share-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.08);
  color: var(--ink);
  background: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.daily-share-link:hover {
  transform: translateY(-1px);
  border-color: rgba(17,17,17,.18);
  box-shadow: 0 10px 20px rgba(17,17,17,.06);
}

.daily-share-link span[aria-hidden="true"] {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.daily-share-linkedin span[aria-hidden="true"] { background: #0a66c2; }
.daily-share-facebook span[aria-hidden="true"] { background: #1877f2; }
.daily-share-x span[aria-hidden="true"] { background: #111111; }
.daily-share-whatsapp span[aria-hidden="true"] { background: #25d366; }

.raw-rss-shell {
  padding-bottom: 30px;
}

.raw-rss-layout {
  grid-template-columns: minmax(0, 1fr);
}

.raw-rss-main {
  min-width: 0;
}

.raw-rss-intro {
  max-width: 900px;
}

.raw-rss-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 22px;
}

.raw-rss-search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 320px;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 10px 22px rgba(17,17,17,.04);
}

.raw-rss-search input {
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  font: inherit;
  color: var(--ink);
}

.raw-rss-count {
  color: var(--meta);
  font-size: 14px;
  font-weight: 700;
}

.raw-rss-grid {
  gap: 18px;
}

.raw-rss-card {
  position: relative;
}

.raw-rss-card.is-updating {
  opacity: .72;
  pointer-events: none;
}

.raw-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  user-select: none;
}

.raw-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.raw-toggle-track {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: rgba(17,17,17,.18);
  transition: background .18s ease, box-shadow .18s ease;
}

.raw-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(17,17,17,.14);
  transition: transform .18s ease;
}

.raw-toggle input:checked + .raw-toggle-track {
  background: rgba(17,17,17,.84);
}

.raw-toggle input:checked + .raw-toggle-track .raw-toggle-thumb {
  transform: translateX(18px);
}

.raw-toggle-text {
  min-width: 62px;
  text-align: right;
  color: var(--meta);
}

.daily-report-aside {
  position: sticky;
  top: 18px;
}

.daily-calendar-card {
  background: rgba(255,255,255,.94);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(28,26,22,.06);
}

.daily-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}

.daily-calendar-head strong {
  font-family: var(--font-heading);
  color: var(--ink);
  font-size: 18px;
  text-transform: capitalize;
}

.daily-calendar-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(17,17,17,.06);
  color: var(--ink);
}

.daily-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 8px;
  color: var(--meta);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.daily-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.daily-calendar-gap {
  aspect-ratio: 1;
}

.daily-calendar-day {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 12px;
  background: rgba(28,26,22,.05);
  color: var(--text);
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.daily-calendar-day.is-published {
  background: rgba(0,156,255,.08);
  color: var(--ink);
}

.daily-calendar-day.is-viewed {
  box-shadow: inset 0 0 0 1px rgba(0,156,255,.22);
}

.daily-calendar-day.is-selected {
  background: #191510;
  color: #fff;
}

.daily-calendar-day.is-selected.is-viewed {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.24);
}

.daily-calendar-day.is-published .daily-calendar-dot {
  display: block;
}

.daily-calendar-day.is-viewed .daily-calendar-dot {
  display: none;
}

.daily-calendar-dot {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #1f92ff;
}

.daily-calendar-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: var(--meta);
  font-size: 12px;
}

.legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 999px;
  vertical-align: middle;
  background: #1f92ff;
}

.legend-dot.viewed {
  background: #4f46e5;
}

.analysis-highlights {
  margin-top: 20px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--font-heading);
  color: var(--ink);
  font-size: 42px;
}

.section-heading.compact h2 {
  font-size: 34px;
}

.analysis-links-copy {
  margin: 2px 0 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

@keyframes donutSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes textFade { 0% { opacity:0; transform:translateY(4px);} 100% { opacity:1; transform:translateY(0);} }
@keyframes cardRefreshFlash {
  0% { box-shadow: 0 0 0 0 rgba(0,156,255,.35); transform: translateY(-4px); }
  100% { box-shadow: 0 0 0 0 rgba(0,156,255,0); transform: translateY(0); }
}
@keyframes cardAppendIn {
  0% { opacity:0; transform: translateY(14px); }
  100% { opacity:1; transform: translateY(0); }
}
@keyframes filterFadeIn {
  from { opacity: .62; }
  to { opacity: 1; }
}
@keyframes filterCardIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes paperGlow {
  0% { opacity: .82; transform: translate3d(0,0,0) scale(1); }
  50% { opacity: .96; transform: translate3d(.5%, -.4%, 0) scale(1.008); }
  100% { opacity: .88; transform: translate3d(1%, -.8%, 0) scale(1.015); }
}
@keyframes donutSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes techBgDrift {
  0% { transform: translate3d(-2.2%, -1.3%, 0) scale(1.02); background-position: 48% 46%; }
  50% { transform: translate3d(1.8%, 0.9%, 0) scale(1.045); background-position: 52% 50%; }
  100% { transform: translate3d(-1.1%, 1.6%, 0) scale(1.03); background-position: 50% 54%; }
}
@keyframes techTintDrift {
  0% { opacity: .62; transform: translate3d(0,0,0) scale(1); }
  50% { opacity: .95; transform: translate3d(.8%, -.8%, 0) scale(1.015); }
  100% { opacity: .78; transform: translate3d(1.4%, -1.2%, 0) scale(1.03); }
}
.load-more-message { animation: textFade .36s ease; }

.site-footer {
  margin-top: 26px;
  width: 100%;
  background: var(--surface);
  color: var(--meta);
  font-size: 13px;
  border-top: 1px solid rgba(28,26,22,.1);
  font-family: "IBM Plex Sans", "Libre Franklin", Arial, sans-serif;
}
.site-footer-top {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 56px;
  padding: 24px 0 22px;
}
.site-footer-brand {
  min-width: 0;
  max-width: 460px;
}
.footer-brand-wordmark {
  margin-bottom: 14px;
}
.site-footer-copy {
  margin: 0;
  max-width: 430px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}
.site-footer-links {
  display:grid;
  grid-template-columns: repeat(2, minmax(190px, max-content));
  gap: 18px 68px;
  align-items:start;
  margin-left: auto;
}
.site-footer-column {
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.site-footer-title {
  margin: 0 0 2px;
  color: #b0a596;
  font-family: "IBM Plex Sans", "Libre Franklin", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .38em;
  text-transform: uppercase;
}
.site-footer-column a {
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
}
.site-footer-column a:hover {
  color: var(--ink);
}
.site-footer-about {
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.site-footer-about p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.58;
  max-width: 40ch;
}
.site-footer-about strong {
  color: var(--ink);
}
.site-footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(28,26,22,.1);
  color: #a69b89;
  font-family: "IBM Plex Sans", "Libre Franklin", Arial, sans-serif;
  font-size: 12px;
}
.footer-brand-wordmark .brand-wordmark-text,
.footer-brand-wordmark .brand-dot {
  font-size: clamp(15px, 1.05vw, 17px);
}

.about-copy-shell {
  width: min(70%, 980px);
}

.about-copy-shell .analysis-header {
  display:block;
}

.about-copy-shell .analysis-meta {
  text-align:left;
  white-space:normal;
  font-family: var(--font-body);
  font-size: 14px;
}

.about-copy-shell .analysis-title {
  max-width: 18ch;
}

.about-copy-shell .analysis-narrative {
  max-width: 76ch;
}

.about-copy-shell .about-intro {
  margin: 18px 0 22px;
  font-size: 19px;
  line-height: 1.68;
  color: var(--ink);
}

.about-copy-shell .about-list {
  margin: 10px 0 22px;
  padding-left: 22px;
}

.about-copy-shell .about-list li {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
}

/* Preloader with animated AI avatar */
.loading-overlay {
  position: fixed; inset: 0; background: #fff; z-index: 9999; display:flex; align-items:center; justify-content:center;
}
.loading-box { text-align:center; max-width:560px; width: calc(100% - 50px); }
.ai-illustration {
  width:220px; height:220px; margin:0 auto 18px; border-radius:28px;
  background: radial-gradient(circle at 20% 20%, #98dbff, #254579 70%);
  position:relative; overflow:hidden; animation: avatarFloat 2.8s ease-in-out infinite;
}
.ai-head {
  position:absolute; left:50%; top:58%; transform:translate(-50%, -50%);
  width:120px; height:92px; border-radius:22px; background:#eaf6ff; box-shadow: inset 0 0 0 6px #1b3557;
}
.ai-eye {
  position:absolute; top:34px; width:14px; height:14px; border-radius:999px; background:#1f7df0; animation: eyeBlink 4s infinite;
}
.ai-eye-left { left:30px; } .ai-eye-right { right:30px; }
.ai-mouth { position:absolute; left:50%; bottom:20px; width:28px; height:6px; border-radius:999px; transform:translateX(-50%); background:#1b3557; }
.ai-antenna { position:absolute; left:50%; top:34px; width:6px; height:36px; transform:translateX(-50%); background:#1b3557; }
.ai-antenna::after {
  content:""; position:absolute; top:-10px; left:50%; transform:translateX(-50%); width:14px; height:14px; border-radius:999px;
  background:#00a3ff; box-shadow: 0 0 0 0 rgba(0,163,255,.5); animation: pulse 1.4s infinite;
}
.donut {
  width:56px; height:56px; border-radius:50%; margin:8px auto 12px; border:6px solid #f0f0f0; border-top-color:#00a3ff;
  animation: donutSpin 1s linear infinite;
}
.loading-text { font-size:22px; font-weight:800; margin:0; color:#111; }
.loading-sub { margin:6px 0 0; color:#666; font-size:16px; }
@keyframes avatarFloat { 0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)} }
@keyframes eyeBlink { 0%,46%,52%,100%{transform:scaleY(1)}48%,50%{transform:scaleY(.2)} }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(0,163,255,.6)}100%{box-shadow:0 0 0 14px rgba(0,163,255,0)} }

@media (max-width: 1200px) {
  .news-masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contents-layout { grid-template-columns: minmax(0, 1fr); }
  .sources-aside-box { position: static; }
  .sources-list { max-height: none; }
  .daily-report-layout { grid-template-columns: minmax(0, 1fr); }
  .daily-report-aside { position: static; }
}
@media (max-width: 1024px) {
  .topbar-inner { flex-wrap: nowrap; align-items:center; justify-content:flex-start; }
  .topbar-left { display: none; }
  .topbar-right { width: auto; flex-wrap: nowrap; justify-content:flex-start; margin-left:auto; }
  .topbar-stats,
  .topbar-actions {
    display: none;
  }
  .topbar-mobile-toggle { display: flex; }
  .topbar-mobile-menu[hidden] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .topbar-mobile-menu { inset: 0; align-items: stretch; justify-content: flex-end; display:none; }
  .topbar-mobile-menu-inner {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    min-height: 100dvh;
  }
  .headline-bar { display: none; }
}
@media (max-width: 768px) {
  .page-shell { width: min(1180px, calc(100% - 16px)); }
  .newsletter-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }
  .newsletter-copy h2 {
    font-size: 24px;
  }
  .hero-carousel-stage, .hero-carousel-content { min-height: 560px; }
  .hero-carousel-content { padding: 28px 24px; }
  .hero-carousel-content h1 { width:100%; min-width:100%; max-width:100%; font-size:32px; }
  .hero-carousel-content p { max-width: 100%; }
  .hero-carousel-controls { right: 24px; bottom: 24px; }
  .hero-carousel-dots { left: 24px; bottom: 24px; }
  .news-masonry { grid-template-columns: 1fr; }
  .end-results-card {
    flex-direction: column;
    padding: 22px 18px;
    text-align: center;
  }
  .end-results-copy strong {
    font-size: 20px;
  }
  .analysis-copy-shell {
    width: 100%;
  }
  .analysis-header {
    flex-direction: column;
    gap: 8px;
  }
  .analysis-header-actions {
    width: 100%;
    justify-content: space-between;
  }
  .analysis-meta {
    text-align: left;
  }
  .analysis-title {
    font-size: 30px;
  }
  .analysis-intro {
    font-size: 20px;
  }
  .daily-report-main .analysis-header-actions {
    display: none;
  }
  .daily-report-title-row {
    gap: 10px;
  }
  .daily-report-calendar-jump {
    width: 32px;
    height: 32px;
  }
  .daily-report-calendar-jump .material-symbols-outlined {
    font-size: 16px;
  }
  .analysis-narrative p,
  .analysis-narrative li {
    font-size: 17px;
  }
  .sources-aside-box {
    padding: 20px 18px;
  }
  .content-list-row {
    padding: 20px 18px;
  }
  .daily-report-main {
    padding: 24px 18px;
  }
  .daily-report-title {
    font-size: 30px;
  }
  .brand-date {
    font-size: 11px;
    line-height: 1.15;
  }
  .brand-date .material-symbols-outlined {
    font-size: 12px;
    margin-top: 0;
  }
  .daily-report-layout {
    gap: 18px;
  }
  .daily-calendar-card {
    padding: 18px;
  }
  .daily-report-highlights .section-heading.compact h2 {
    font-size: 22px;
  }
  .daily-report-highlights .post-card h3 {
    font-size: 15px;
  }
  .site-footer-top {
    flex-direction: column;
    gap: 18px;
    padding: 22px 0 18px;
  }
  .site-footer-brand {
    max-width: 100%;
  }
  .footer-brand-wordmark .brand-wordmark-text,
  .footer-brand-wordmark .brand-dot {
    font-size: clamp(22px, 7vw, 28px);
  }
  .site-footer-about p {
    font-size: 12px;
    line-height: 1.52;
    max-width: 32ch;
  }
  .site-footer-links {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-left: 0;
  }
  .topbar-mobile-menu {
    width: 100vw;
    height: 100dvh;
  }
  .topbar-mobile-menu .topbar-mobile-menu-inner {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    min-height: 100dvh;
  }
  .site-footer-column a {
    font-size: 13px;
  }
  .site-footer-title {
    font-size: 10px;
    letter-spacing: .24em;
  }
  .site-footer-copy {
    font-size: 12px;
  }
  .footer-brand-wordmark .brand-wordmark-text,
  .footer-brand-wordmark .brand-dot {
    font-size: clamp(14px, 5vw, 16px);
  }
  .site-footer-bottom {
    flex-direction: column;
    align-items:flex-start;
    font-size: 12px;
  }
  .about-copy-shell {
    width: 100%;
  }
  .about-copy-shell .analysis-title {
    max-width: none;
  }
  .about-copy-shell .about-intro,
  .about-copy-shell .about-list li {
    font-size: 16px;
  }
}

@keyframes mobileDrawerIn {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: translateX(0); }
}
