:root {
  color-scheme: light;
  --bg: #f6f8f7;
  --surface: #ffffff;
  --ink: #17201b;
  --muted: #61706a;
  --line: #dfe7e3;
  --brand: #0f7b64;
  --brand-strong: #075946;
  --accent: #1f5eff;
  --warm: #fff3d8;
  --radius: 8px;
  --shadow: 0 18px 40px rgba(23, 32, 27, 0.08);
}

/* Information Briefing visual refresh */
:root {
  --bg: #eef5f0;
  --surface: #ffffff;
  --ink: #111c18;
  --muted: #5d6f68;
  --line: #d9e6df;
  --brand: #0d8068;
  --brand-strong: #095845;
  --accent: #2457ff;
  --warm: #f6d66f;
  --shadow: 0 18px 46px rgba(17, 28, 24, 0.1);
}

body {
  background:
    linear-gradient(180deg, #edf7f1 0, #f7faf8 480px, #eef5f0 100%);
}

.site-header {
  top: 12px;
  width: min(1120px, calc(100% - 32px));
  margin: 12px auto 0;
  border: 1px solid rgba(217, 230, 223, 0.95);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(17, 28, 24, 0.08);
}

.header-inner {
  min-height: 64px;
}

.brand-mark {
  background: #111c18;
  box-shadow: inset 0 -8px 0 rgba(119, 208, 181, 0.28);
}

.nav a {
  border-radius: 8px;
  padding: 8px 10px;
}

.nav a:hover {
  background: #edf7f1;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: -88px;
  padding-top: 112px;
  background:
    linear-gradient(135deg, #eef9f2 0%, #f9fbff 58%, #f8e7a2 100%);
  border-bottom: 0;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 112px;
  background: #eef5f0;
  clip-path: polygon(0 56%, 100% 12%, 100% 100%, 0 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 56px;
  min-height: 680px;
  padding: 88px 0 132px;
}

.hero .eyebrow,
.page-hero .eyebrow,
.section-head .eyebrow,
.card .eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  background: #dff3eb;
  padding: 6px 10px;
  color: #095845;
}

.hero h1 {
  max-width: 720px;
  font-size: 62px;
}

.hero-copy {
  max-width: 620px;
  color: #41524b;
}

.hero-actions .button {
  min-height: 54px;
  padding: 0 22px;
  box-shadow: 0 12px 28px rgba(13, 128, 104, 0.18);
}

.hero-actions .secondary {
  background: #111c18;
  color: #fff;
  border: 0;
}

.quick-panel {
  position: relative;
  overflow: hidden;
  border: 0;
  background: #fff;
  padding: 18px 28px 28px;
  box-shadow: 0 28px 70px rgba(17, 28, 24, 0.16);
}

.hero-visual {
  display: block;
  width: min(100%, 520px);
  margin: -10px auto 4px;
}

.quick-panel h2 {
  font-size: 24px;
}

.quick-panel li {
  grid-template-columns: 112px 1fr;
  border-top-color: #e5eee9;
}

.section {
  padding: 72px 0;
}

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

.section-head h2 {
  margin-top: 10px;
  font-size: 36px;
}

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

.category-tile {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 0;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(17, 28, 24, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.category-tile::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #0d8068, #2457ff, #f6d66f);
}

.category-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(17, 28, 24, 0.12);
}

.category-tile h3 {
  margin-top: 6px;
  font-size: 22px;
}

.category-tile p {
  color: var(--muted);
  opacity: 1;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 0;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 28, 24, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.card::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #0d8068, #2457ff, #f6d66f);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(17, 28, 24, 0.12);
}

.card-link {
  padding: 26px;
}

.mini-facts div {
  background: #eef7f3;
}

.list-panel {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.list-panel a {
  margin-bottom: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.page-hero,
.article-hero {
  background:
    linear-gradient(135deg, #f8fbf9 0%, #eaf7f0 52%, #e8efff 100%);
  border-bottom: 0;
}

.article-head {
  max-width: 920px;
}

.article-actions {
  width: min(80%, 720px);
}

.article-actions .button {
  min-height: 58px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 14px 28px rgba(13, 128, 104, 0.22);
  font-size: 18px;
  font-weight: 850;
}

.article-actions .button.secondary {
  border: 0;
  background: var(--brand);
  color: #fff;
}

.inline-summary dl {
  border: 1px solid #d9e6df;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 16px 36px rgba(17, 28, 24, 0.08);
}

.inline-summary div {
  background: #f2f8f5;
}

.article-content {
  border: 1px solid #e2ece7;
  box-shadow: 0 18px 42px rgba(17, 28, 24, 0.08);
}

.article-content h2 {
  position: relative;
  padding-left: 18px;
}

.article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 6px;
  height: 1.1em;
  border-radius: 8px;
  background: var(--brand);
}

.notice {
  border-left: 0;
  border-radius: 8px;
  background: #fff7d7;
  color: #4d4322;
}

.official-links a {
  background: #2457ff;
}

@media (max-width: 860px) {
  .site-header {
    top: 0;
    width: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
  }

  .hero {
    margin-top: 0;
    padding-top: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding: 44px 0 96px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .category-grid,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.skip {
  position: absolute;
  left: 16px;
  top: -80px;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
  z-index: 10;
}

.skip:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid rgba(223, 231, 227, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 72px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  color: #33423c;
  font-size: 14px;
}

.nav a:hover,
.footer-links a:hover,
.breadcrumb:hover {
  color: var(--brand);
}

.hero {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 48px;
  align-items: center;
  min-height: 520px;
  padding: 72px 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  word-break: keep-all;
}

h1 {
  margin: 0;
  font-size: 52px;
  line-height: 1.16;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 750;
}

.button.primary {
  background: var(--brand);
  color: #fff;
}

.button.secondary {
  border: 1px solid var(--line);
  background: #fff;
}

.quick-panel,
.summary-box,
.card,
.category-tile,
.list-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.quick-panel {
  padding: 28px;
}

.quick-panel ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.quick-panel li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.quick-panel span {
  color: var(--muted);
}

.section {
  padding: 64px 0;
}

.section-head {
  margin-bottom: 24px;
}

.category-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-tile,
.card-link {
  display: block;
  height: 100%;
  padding: 24px;
}

.category-tile p,
.card p {
  color: var(--muted);
}

.card h3 {
  margin-top: 6px;
}

.mini-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 0 0;
}

.mini-facts div {
  border-radius: 8px;
  background: #f4faf7;
  padding: 10px;
}

.mini-facts dt {
  color: var(--muted);
  font-size: 12px;
}

.mini-facts dd {
  margin: 0;
  font-weight: 750;
}

.split {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.list-panel {
  overflow: hidden;
}

.list-panel a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
}

.list-panel a:first-child {
  border-top: 0;
}

.list-panel time {
  flex: 0 0 auto;
  color: var(--muted);
}

.page-hero,
.article-hero {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 64px 0;
}

.page-hero p,
.article-head p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.article-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  padding: 42px 0 24px;
}

.article-layout-clean {
  display: block;
  max-width: 920px;
}

.breadcrumb {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--brand);
  font-weight: 750;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.meta-row span {
  border-radius: 999px;
  background: #eef5f2;
  padding: 6px 10px;
}

.summary-box {
  position: sticky;
  top: 96px;
  padding: 22px;
}

.summary-box dl {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.summary-box div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.summary-box dt {
  color: var(--muted);
  font-size: 13px;
}

.summary-box dd {
  margin: 2px 0 0;
  font-weight: 750;
}

.article-content {
  border-radius: var(--radius);
  background: #fff;
  padding: 34px;
}

.article-content section + section {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.article-content p,
.prose p {
  color: #3b4943;
}

.article-content li {
  margin: 8px 0;
}

.notice {
  border-left: 4px solid var(--brand);
  background: #f1faf6;
  padding: 14px 16px;
}

.article-description {
  margin-top: 18px;
}

.article-actions {
  display: grid;
  gap: 10px;
  margin: 24px 0 18px;
  width: min(80%, 640px);
}

.article-actions .button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ad-wrap {
  min-height: 96px;
  margin: 0 0 28px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbfdfc;
}

.article-content h2 + .ad-wrap {
  margin-top: 14px;
  margin-bottom: 22px;
}

.inline-summary dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.inline-summary div {
  border-radius: 8px;
  background: #f4faf7;
  padding: 12px;
}

.inline-summary dt {
  color: var(--muted);
  font-size: 13px;
}

.inline-summary dd {
  margin: 2px 0 0;
  font-weight: 750;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

th,
td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: #f3f7f5;
}

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

.official-links a {
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  font-weight: 750;
}

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

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
}

summary {
  cursor: pointer;
  font-weight: 750;
}

.prose {
  max-width: 820px;
  padding: 48px 0 80px;
}

.search-box {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.search-box label {
  font-weight: 750;
}

.search-box input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  font: inherit;
  background: #fff;
}

.site-footer {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  background: #101815;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 36px 0;
}

.site-footer p,
.footer-links {
  color: #b7c4bf;
}

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

@media (max-width: 860px) {
  .header-inner,
  .footer-grid,
  .split,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .header-inner {
    display: grid;
    padding: 14px 0;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 0;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 25px;
  }

  .category-grid,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }

  .article-content {
    padding: 24px 18px;
  }

  .article-actions {
    width: 100%;
  }

  .inline-summary dl {
    grid-template-columns: 1fr;
  }

  .quick-panel li,
  .list-panel a {
    display: block;
  }
}

/* Final visual system overrides */
.hero-actions .button.secondary,
.article-actions .button.secondary {
  border: 0;
  background: #111c18;
  color: #fff;
}

.article-actions .button.primary,
.article-actions .button.secondary {
  background: var(--brand);
  color: #fff;
}

.article-head h1 {
  max-width: 820px;
  font-size: 26px;
  line-height: 1.28;
}

@media (max-width: 860px) {
  .article-head h1 {
    font-size: 22px;
  }
}

.hero-visual {
  display: block;
  width: min(100%, 520px);
  margin: -10px auto 4px;
}

.quick-panel {
  overflow: hidden;
}

.site-header {
  box-shadow: 0 10px 30px rgba(17, 28, 24, 0.08);
}

.category-tile,
.card,
.list-panel a,
.article-content,
.inline-summary dl {
  border-radius: 8px;
}

/* Article rhythm refinements */
.article-content section + section {
  margin-top: 52px;
  padding-top: 36px;
}

.article-content h2 {
  margin-bottom: 22px;
}

.article-content h2 + .official-links,
.article-content h2 + .faq-list,
.article-content h2 + .table-wrap,
.article-content h2 + ul,
.article-content h2 + ol,
.article-content h2 + p {
  margin-top: 18px;
}

.official-links {
  gap: 12px;
  margin-top: 18px;
}

.faq-list {
  gap: 12px;
  margin-top: 18px;
}

details {
  padding: 18px 18px;
}
