﻿:root {
  color: #0f172a;
  background: #f5f9ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f5f9ff;
}

a {
  color: inherit;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 48px;
}

.topbar {
  display: grid;
  gap: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #cfe0f5;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(15, 79, 179, 0.12);
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 50;
}

.eyebrow {
  margin: 0 0 4px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-lockup {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
  padding: 8px 14px 10px;
}

.brand-title-logo {
  display: block;
  height: 64px;
  max-width: min(400px, 46vw);
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.brand-caption,
.static-brand-caption {
  color: #0f4fb3;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: left;
  text-shadow: 0 1px 0 #ffffff;
}

.brand-caption {
  flex: 0 1 auto;
}

.bucket {
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.controls {
  background: #0f4fb3;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr);
  padding: 5px 14px;
  width: 100%;
}

.choice-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
}

.choice-row:nth-child(2) {
  justify-content: flex-end;
}

.choice-row > span {
  display: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.choice-options {
  align-items: baseline;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.choice-options button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
}

.choice-options button:hover,
.choice-options button:focus-visible,
.choice-options button.is-selected {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.choice-options button.is-selected {
  font-weight: 400;
}

.status {
  color: #1e3a8a;
  font-weight: 700;
}

.category-filter-bar {
  display: flex;
  justify-content: flex-start;
  padding: 14px 0 18px;
}

.category-options {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.category-options button {
  appearance: none;
  background: #ffffff;
  border: 1px solid #b9d4f7;
  border-radius: 999px;
  color: #0f4fb3;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  min-height: 34px;
  padding: 7px 15px;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.category-options button:hover,
.category-options button:focus-visible {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
  outline: none;
}

.category-options button.is-selected {
  background: #0f4fb3;
  border-color: #0f4fb3;
  color: #ffffff;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 374px));
  gap: 18px;
  justify-content: flex-start;
}

.article-card {
  display: grid;
  gap: 12px;
  border: 1px solid #d7e5f8;
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 14px 28px rgba(15, 47, 104, 0.08);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
}

.article-card h2 {
  margin: 0;
  color: #0f2f68;
  font-size: 21px;
  line-height: 1.2;
}

.article-card h2 a {
  border-radius: 6px;
  color: inherit;
  display: block;
  margin: -4px;
  padding: 4px;
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.article-card h2 a:hover,
.article-card h2 a:focus-visible {
  background: #eff6ff;
  box-shadow: 0 0 0 2px #bfdbfe;
  color: #1d4ed8;
  outline: none;
  text-decoration: none;
}

.article-card p {
  margin: 0;
  color: #475569;
  line-height: 1.5;
}

.topic-sources {
  display: grid;
  gap: 5px;
  min-height: 20px;
}

.card-section-label {
  color: #ff5722;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.topic-source-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: 4px;
}

.topic-source {
  align-items: center;
  color: #009688;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.topic-source-separator {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 8px;
}

.perspective-group {
  display: grid;
  gap: 7px;
}

.perspective-links {
  display: grid;
  gap: 6px;
  border-top: 1px solid #dbeafe;
  padding-top: 8px;
}

.perspective-links a {
  display: block;
  border-radius: 6px;
  border-left: 3px solid #60a5fa;
  color: #315f9d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  padding: 7px 9px;
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.perspective-links a:hover,
.perspective-links a:focus-visible {
  background: #eff6ff;
  box-shadow: 0 0 0 2px #bfdbfe;
  color: #1d4ed8;
  outline: none;
}

.static-article {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 56px;
}

.static-header {
  margin-bottom: 28px;
  padding: 130px 0 0;
}

.static-brand {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cfe0f5;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  box-shadow: 0 12px 24px rgba(15, 79, 179, 0.12);
  color: #0f4fb3;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 800;
  justify-content: flex-start;
  left: 0;
  padding: 8px max(14px, calc((100vw - 1180px) / 2 + 14px));
  position: fixed;
  top: 0;
  transform: none;
  width: 100%;
  z-index: 50;
  text-decoration: none;
}

.static-brand-logo-row {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
}

.static-brand-title-logo {
  display: block;
  height: 73px;
  max-width: min(400px, 46vw);
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.static-brand-caption {
  flex: 0 1 auto;
  max-width: min(420px, 44vw);
}

.static-header p {
  color: #44617e;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.static-published-date {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  margin: 10px 0 0;
}

.static-author {
  align-items: center;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 4px;
  margin: 6px auto 0;
  max-width: 860px;
  position: relative;
}

.static-author-trigger {
  appearance: none;
  background: none;
  border: 0;
  border-radius: 4px;
  color: #0f4fb3;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.static-author-trigger:hover,
.static-author-trigger:focus-visible {
  color: #1d4ed8;
  outline: none;
}

.static-author-popover {
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(15, 47, 104, 0.18);
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: auto;
  max-width: min(440px, calc(100vw - 32px));
  padding: 16px;
}

.static-share-links {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 14px auto 0;
  max-width: 860px;
}

.static-share-link {
  align-items: center;
  background: transparent;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(15, 79, 179, 0.18);
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
  width: 34px;
}

.static-share-link img {
  display: block;
  height: 34px;
  width: 34px;
}

.static-share-link:hover,
.static-share-link:focus-visible {
  box-shadow: 0 0 0 3px #bfdbfe, 0 10px 20px rgba(15, 79, 179, 0.22);
  outline: none;
  transform: translateY(-1px);
}

.static-header h1 {
  color: #0f2f68;
  font-size: clamp(24px, 5.25vw, 42px);
  line-height: 1.05;
  margin: 22px auto 0;
  max-width: 860px;
}

.static-home-link-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 28px auto 16px;
  max-width: 860px;
}

.static-home-link {
  background: #ffffff;
  border: 1px solid #cfe0f5;
  border-radius: 6px;
  color: #0f4fb3;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
  text-decoration: none;
}

.static-home-link:hover,
.static-home-link:focus-visible {
  background: #eff6ff;
  border-color: #93c5fd;
  outline: none;
}

.static-perspective {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding: 12px 0 20px;
}

.static-perspective p {
  color: #1f2937;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.72;
}

.article-brief {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid #cfe0f5;
  border-left: 5px solid #0f4fb3;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(15, 47, 104, 0.08);
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
  padding: 18px 20px;
}

.article-keypoints,
.article-background-history {
  min-width: 0;
}

.article-keypoints h2,
.article-background-history h2 {
  color: #0f2f68;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 10px;
}

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

.article-keypoints li {
  align-items: flex-start;
  color: #1f2937;
  display: grid;
  font-size: 15px;
  line-height: 1.5;
  gap: 9px;
  grid-template-columns: 8px 1fr;
  margin: 0;
}

.article-keypoints li::before {
  background: #0f4fb3;
  border-radius: 999px;
  content: "";
  height: 8px;
  margin-top: 8px;
  width: 8px;
}

.article-background-history {
  border-top: 1px solid #dbeafe;
  padding-top: 14px;
}

.static-perspective .article-background-history p {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.static-perspective-footer {
  border-top: 1px solid #dbeafe;
  margin: 28px auto 0;
  max-width: 860px;
  padding-top: 16px;
}

.static-perspective-links {
  display: grid;
  gap: 10px;
  width: 100%;
}

.static-perspective-links a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cfe0f5;
  border-left: 4px solid #2563eb;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(15, 47, 104, 0.08);
  color: #0f2f68;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  min-width: 0;
  padding: 11px 12px;
  text-decoration: none;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.static-perspective-link-type {
  background: #dbeafe;
  border-radius: 999px;
  color: #1d4ed8;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 4px 8px;
  white-space: nowrap;
}

.static-perspective-link-title {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.static-perspective-links a:hover,
.static-perspective-links a:focus-visible {
  background: #eff6ff;
  border-color: #93c5fd;
  box-shadow: 0 0 0 2px #bfdbfe, 0 14px 26px rgba(37, 99, 235, 0.14);
  color: #1d4ed8;
  outline: none;
  transform: translateY(-1px);
}

.static-related-articles {
  border-top: 1px solid #dbeafe;
  margin: 24px auto 0;
  max-width: 860px;
  padding-top: 16px;
}

.static-related-articles h2 {
  color: #0f2f68;
  font-size: 18px;
  margin: 0 0 10px;
}

.static-related-articles nav {
  display: grid;
  gap: 8px;
}

.static-related-articles a {
  background: #ffffff;
  border: 1px solid #cfe0f5;
  border-left: 4px solid #0f4fb3;
  border-radius: 6px;
  color: #0f2f68;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px 12px;
  text-decoration: none;
}

.static-related-articles a:hover,
.static-related-articles a:focus-visible {
  background: #eff6ff;
  border-color: #93c5fd;
  outline: none;
}

.policy-page {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 48px;
}

.policy-content {
  background: #ffffff;
  border: 1px solid #d7e5f8;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(15, 47, 104, 0.08);
  margin-top: 18px;
  padding: 24px;
}

.policy-content h1 {
  color: #0f2f68;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.08;
  margin: 0 0 18px;
}

.policy-content h2 {
  color: #0f4fb3;
  font-size: 20px;
  margin: 28px 0 8px;
}

.policy-content p,
.policy-content li {
  color: #1f2937;
  font-size: 16px;
  line-height: 1.65;
}

.policy-content ul {
  padding-left: 22px;
}

.site-footer {
  background: #0f4fb3;
  border-top: 1px solid #0b3f91;
  color: #ffffff;
  font-size: 12px;
  margin-top: 20px;
  padding: 12px 16px;
  text-align: center;
}

.site-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
}

.site-footer a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer p {
  color: #dbeafe;
  margin: 7px 0 0;
}

.cookie-consent {
  align-items: center;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  bottom: 16px;
  box-shadow: 0 18px 44px rgba(15, 47, 104, 0.2);
  display: flex;
  gap: 16px;
  left: 50%;
  max-width: min(920px, calc(100% - 32px));
  padding: 16px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 200;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent p {
  color: #1f2937;
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.cookie-consent button {
  appearance: none;
  background: #0f4fb3;
  border: 1px solid #0f4fb3;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 18px;
}

.cookie-consent button:hover,
.cookie-consent button:focus-visible {
  background: #1d4ed8;
  border-color: #1d4ed8;
  box-shadow: 0 0 0 3px #bfdbfe;
  outline: none;
}

@media (max-width: 680px) {
  main {
    width: min(100% - 24px, 1180px);
    padding-top: 12px;
  }

  .topbar {
    align-items: flex-start;
    gap: 0;
  }

  .brand-lockup {
    gap: 8px;
    justify-content: flex-start;
    width: 100%;
  }

  .brand-title-logo {
    height: 51px;
    max-width: min(100%, 320px);
  }

  .brand-caption,
  .static-brand-caption {
    font-size: 17px;
  }

  .bucket {
    white-space: normal;
  }

  .controls {
    gap: 4px;
    grid-template-columns: 1fr;
    margin-left: 0;
    padding: 5px 12px;
    width: 100%;
  }

  .choice-row,
  .choice-row:nth-child(2) {
    justify-content: flex-start;
  }

  .static-article {
    width: calc(100% - 24px);
    padding-top: 18px;
  }

  .static-header {
    padding-top: 112px;
  }

  .static-brand {
    width: 100%;
    gap: 8px;
  }

  .static-brand-title-logo {
    height: 58px;
    max-width: min(100%, 320px);
  }

  .static-brand-caption {
    max-width: 100%;
  }

  .static-home-link-wrap {
    justify-content: flex-start;
    margin: 24px auto 12px;
  }

  .static-perspective p {
    font-size: 17px;
    line-height: 1.65;
  }

  .static-perspective-links a {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .static-perspective-link-title {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    word-break: break-word;
  }

  .static-related-articles a {
    word-break: break-word;
  }

  .policy-page {
    width: calc(100% - 24px);
    padding-top: 12px;
  }

  .policy-content {
    padding: 18px;
  }

  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-consent button {
    width: 100%;
  }
}



