:root {
  --bg: #f5f7fb;
  --bg-soft: #f1ece3;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --ink: #18212f;
  --muted: #5d6b7b;
  --line: rgba(71, 85, 105, 0.18);
  --line-strong: rgba(71, 85, 105, 0.28);
  --accent: #2563eb;
  --accent-soft: rgba(37, 99, 235, 0.1);
  --shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --editorial: "Noto Serif KR", Georgia, serif;
  --slot-tech: #0f766e;
  --slot-tools: #6d28d9;
  --slot-strategy: #b45309;
  --slot-business: #1d4ed8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans KR", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.1), transparent 26%),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 20%, #eef3fb 100%);
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.page-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 20px 56px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  min-height: 64px;
  margin-bottom: 14px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.84);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #0f766e);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.12);
}

.brand-name {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-link {
  color: inherit;
  text-decoration: none;
}

.brand-link:hover {
  color: var(--accent);
}

.stats-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
  gap: 14px;
  align-items: stretch;
  margin-bottom: 22px;
}

.stats-intro,
.hero-stats {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-xl);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.stats-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stats-description {
  margin: 0;
  max-width: 32rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--ink);
}

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

.stat-card {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
}

.stat-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stat-card strong {
  font-size: 1.2rem;
}

.layout {
  display: grid;
  gap: 18px;
}

.spotlight-section {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.88));
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

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

.spotlight-head .section-copy {
  max-width: 640px;
}

.spotlight-stage {
  display: grid;
}

.spotlight-card {
  display: grid;
  gap: 22px;
  min-height: 360px;
  padding: 26px;
  border: 1px solid rgba(24, 33, 47, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.spotlight-card-head {
  display: grid;
  gap: 10px;
}

.spotlight-card-label {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.spotlight-card-title {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(1.85rem, 4vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.spotlight-body {
  display: grid;
  align-content: start;
  gap: 18px;
}

.spotlight-module-kicker {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spotlight-module-name {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.spotlight-module-summary {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.spotlight-signal-list,
.spotlight-signal-grid {
  display: grid;
  gap: 10px;
}

.spotlight-signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spotlight-signal {
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  line-height: 1.65;
}

.spotlight-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.spotlight-card-meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.spotlight-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.92);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.spotlight-card-cta::after {
  content: "→";
}

.spotlight-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.spotlight-nav-button,
.spotlight-nav-dot {
  border: 0;
  cursor: pointer;
}

.spotlight-nav-button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
}

.spotlight-nav-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.spotlight-nav-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.55);
}

.spotlight-nav-dot[data-active="true"] {
  background: rgba(17, 24, 39, 0.88);
}

.spotlight-card-quiet_riser {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.9));
}

.spotlight-card-quiet_riser .spotlight-body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.spotlight-card-quiet_riser .spotlight-signal {
  border-left: 3px solid rgba(15, 118, 110, 0.4);
}

.spotlight-card-hn_split {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 254, 0.9));
}

.spotlight-hn-headline {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

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

.spotlight-hn-column {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
}

.spotlight-hn-column p,
.spotlight-hn-column h3 {
  margin: 0;
}

.spotlight-hn-column h3 {
  font-family: var(--editorial);
  font-size: 1.38rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.spotlight-hn-column p {
  color: var(--muted);
  line-height: 1.75;
}

.spotlight-hn-column-negative {
  background: linear-gradient(180deg, rgba(254, 242, 242, 0.96), rgba(255, 255, 255, 0.94));
}

.spotlight-hn-column-center {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.94));
}

.spotlight-hn-column-positive {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.94));
}

.spotlight-hn-label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spotlight-card-anomaly_signal {
  color: #f8fafc;
  background:
    linear-gradient(135deg, #0a0a0a 0%, #1f2937 38%, #d6d7db 100%);
}

.spotlight-card-anomaly_signal .spotlight-card-label,
.spotlight-card-anomaly_signal .spotlight-module-kicker,
.spotlight-card-anomaly_signal .spotlight-card-meta {
  color: rgba(248, 250, 252, 0.72);
}

.spotlight-card-anomaly_signal .spotlight-module-summary {
  color: rgba(248, 250, 252, 0.84);
}

.spotlight-card-anomaly_signal .spotlight-signal {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(15, 23, 42, 0.28);
  color: #ffffff;
}

.spotlight-card-anomaly_signal .spotlight-card-cta {
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
}

.today-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 2.05fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
  box-shadow: var(--shadow);
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-copy h2 {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.section-description {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.topic-section {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(146, 163, 184, 0.25);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 34%),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.84));
  box-shadow: var(--shadow);
}

.topic-section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: flex-end;
  justify-content: space-between;
}

.topic-section-copy {
  max-width: 640px;
}

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

.topic-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.9));
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.topic-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

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

.topic-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.topic-chip,
.topic-card-count,
.topic-summary,
.topic-period-copy,
.topic-hub-copy,
.topic-hub-eyebrow {
  color: var(--muted);
}

.topic-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.78);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topic-card-count {
  font-size: 0.84rem;
  line-height: 1.5;
  white-space: nowrap;
}

.topic-headline {
  font-size: 1.04rem;
  line-height: 1.5;
}

.topic-summary {
  line-height: 1.65;
}

.topic-summary {
  margin: 0;
}

.topic-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--accent);
  font-weight: 600;
  line-height: 1.4;
}

.topic-card-cta::after {
  content: "→";
  transition: transform 160ms ease;
}

.topic-card:hover .topic-card-cta::after {
  transform: translateX(2px);
}

.topic-hub-link {
  display: grid;
  gap: 4px;
  min-width: min(100%, 260px);
  padding: 14px 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.94), rgba(255, 255, 255, 0.9));
  color: inherit;
  text-decoration: none;
}

.topic-hub-link:hover {
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 14px 30px rgba(59, 130, 246, 0.1);
}

.topic-hub-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topic-hub-title {
  color: var(--accent);
  font-size: 1rem;
  line-height: 1.4;
}

.today-card {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.today-source,
.today-summary {
  color: var(--muted);
}

.today-title {
  font-size: 1rem;
  line-height: 1.5;
}

.control-panel {
  position: sticky;
  top: 78px;
  z-index: 20;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.control-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) repeat(2, minmax(170px, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.field {
  display: grid;
  gap: 7px;
}

.field-label {
  font-size: 0.8rem;
  color: var(--muted);
}

.field-input,
.field-select,
.ghost-button {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-strong);
  color: var(--ink);
}

.field-input,
.field-select {
  width: 100%;
  padding: 0 14px;
}

.field-input:focus,
.field-select:focus,
.ghost-button:focus,
.card-link:focus {
  outline: 2px solid rgba(37, 99, 235, 0.28);
  outline-offset: 2px;
}

.ghost-button {
  padding: 0 16px;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.ghost-button:hover {
  background: var(--accent-soft);
  border-color: rgba(37, 99, 235, 0.22);
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 2px;
  padding: 0 2px;
}

.results-header h2 {
  margin: 0;
  font-size: 1.32rem;
  letter-spacing: -0.03em;
}

.results-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-card {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.news-card:hover {
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.news-card[data-slot="practical_tech"] {
  border-color: rgba(15, 118, 110, 0.2);
}

.news-card[data-slot="tools_agents"] {
  border-color: rgba(109, 40, 217, 0.2);
}

.news-card[data-slot="strategy_insight"] {
  border-color: rgba(180, 83, 9, 0.2);
}

.news-card[data-slot="industry_business"] {
  border-color: rgba(29, 78, 216, 0.2);
}

.card-meta {
  display: grid;
  align-content: start;
  gap: 10px;
  padding-right: 12px;
  border-right: 1px solid rgba(71, 85, 105, 0.12);
}

.card-date {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.badge-source {
  background: rgba(15, 23, 42, 0.07);
  color: var(--ink);
}

.badge-slot {
  background: var(--accent-soft);
  color: var(--accent);
}

.news-card[data-slot="practical_tech"] .badge-slot {
  background: rgba(15, 118, 110, 0.12);
  color: var(--slot-tech);
}

.news-card[data-slot="tools_agents"] .badge-slot {
  background: rgba(109, 40, 217, 0.12);
  color: var(--slot-tools);
}

.news-card[data-slot="strategy_insight"] .badge-slot {
  background: rgba(180, 83, 9, 0.12);
  color: var(--slot-strategy);
}

.news-card[data-slot="industry_business"] .badge-slot {
  background: rgba(29, 78, 216, 0.12);
  color: var(--slot-business);
}

.card-body {
  display: grid;
  gap: 10px;
  align-content: start;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.card-title {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.45;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.card-title-link {
  color: inherit;
  text-decoration: none;
}

.card-title-link:hover {
  color: var(--accent);
}

.card-original,
.card-summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.card-original {
  font-size: 0.92rem;
}

.matched-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.matched-terms span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--muted);
  font-size: 0.78rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.card-link::after {
  content: "↗";
  font-size: 0.88rem;
}

.empty-state {
  padding: 52px 24px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.56);
  text-align: center;
}

.empty-state h2 {
  margin: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
}

.topic-page-shell {
  max-width: 1120px;
}

.topic-main {
  display: grid;
  gap: 18px;
}

.topic-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.topic-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.topic-breadcrumb a:hover {
  text-decoration: underline;
}

.topic-hero {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
  box-shadow: var(--shadow);
}

.topic-hero h1 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.03em;
}

.topic-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.topic-summary-prose p,
.topic-summary-prose li {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.75;
}

.topic-summary-prose ul {
  margin: 0;
  padding-left: 20px;
}

.topic-summary-prose li:last-child,
.topic-summary-prose p:last-child {
  margin-bottom: 0;
}

.site-footer {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.site-footer-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.site-footer-nav a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.site-footer-nav a:hover {
  text-decoration: underline;
}

.policy-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 20px 56px;
}

.policy-main {
  display: grid;
  gap: 18px;
}

.policy-hero,
.policy-section {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.policy-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.policy-hero h1,
.policy-section h2 {
  margin: 0;
  letter-spacing: -0.03em;
}

.policy-hero h1 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.policy-summary {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.policy-section {
  display: grid;
  gap: 12px;
}

.policy-section p,
.policy-section li {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.policy-section ul {
  margin: 0;
  padding-left: 22px;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.policy-links a,
.policy-home-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.policy-links a:hover,
.policy-home-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .topbar,
  .control-panel {
    position: static;
  }

  .page-shell,
  .policy-shell {
    padding: 14px 14px 40px;
  }

  .topbar {
    min-height: 58px;
    margin-bottom: 12px;
    padding: 0 14px;
  }

  .brand-name {
    font-size: 0.92rem;
  }

  .stats-strip,
  .spotlight-section,
  .topic-section,
  .layout,
  .policy-main {
    gap: 14px;
  }

  .stats-intro,
  .hero-stats,
  .spotlight-section,
  .spotlight-card,
  .today-section,
  .topic-section,
  .control-panel,
  .news-card,
  .empty-state,
  .site-footer,
  .topic-hero,
  .policy-hero,
  .policy-section {
    padding: 16px;
    border-radius: 18px;
  }

  .stats-description,
  .section-description,
  .topic-summary,
  .topic-hub-copy,
  .site-footer-copy,
  .policy-summary,
  .policy-section p,
  .policy-section li {
    font-size: 0.95rem;
  }

  .results-header {
    gap: 8px;
  }

  .spotlight-nav {
    flex-wrap: wrap;
  }

  .spotlight-nav-button {
    flex: 1 1 140px;
  }

  .card-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .card-link {
    width: 100%;
    justify-content: space-between;
  }

  .site-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
  }
}

@media (max-width: 960px) {
  .stats-strip,
  .spotlight-card-quiet_riser .spotlight-body,
  .spotlight-hn-grid,
  .spotlight-signal-grid,
  .today-section,
  .control-grid,
  .hero-stats,
  .topic-list,
  .news-card {
    grid-template-columns: 1fr;
  }

  .topic-section-head,
  .topic-card-top {
    grid-template-columns: 1fr;
  }

  .topic-section-head,
  .topic-card-top {
    display: grid;
  }

  .card-meta {
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(71, 85, 105, 0.12);
  }

  .results-header {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .stats-kicker,
  .policy-kicker,
  .section-kicker {
    font-size: 0.72rem;
  }

  .stats-description,
  .section-description {
    line-height: 1.7;
  }

  .topic-breadcrumb {
    font-size: 0.86rem;
  }

  .topic-hub-link {
    min-width: 100%;
  }

  .site-footer-nav {
    grid-template-columns: 1fr;
  }

  .spotlight-card-title {
    font-size: 1.8rem;
  }

  .spotlight-module-name {
    font-size: 1.45rem;
  }

  .card-title {
    font-size: 1.12rem;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
