/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-outline-style: solid;
    }
  }
}

@layer theme {
  :root, :host {
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .relative {
    position: relative;
  }

  .block {
    display: block;
  }

  .inline {
    display: inline;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}

:root {
  --navy: #0b2545;
  --blue: #1775c8;
  --sky: #eaf6ff;
  --ink: #172033;
  --muted: #667085;
  --orange: #f6a320;
}

.site-header nav a:hover {
  color: var(--blue);
}

.values, .section {
  max-width: 1112px;
  margin: 0 auto;
  padding: 96px 24px;
}

.values h2, .section h2 {
  color: var(--navy);
  max-width: 740px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.28;
}

.value-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
  display: grid;
}

.value-grid article {
  background: var(--sky);
  border-radius: 16px;
  padding: 28px;
}

.value-grid b {
  color: var(--orange);
  font-size: 14px;
}

.value-grid h3 {
  color: var(--navy);
}

.value-grid p, .section p {
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 720px) {
  .site-header nav {
    display: none;
  }

  .hero {
    min-height: 560px;
    padding-top: 96px;
  }

  .value-grid, .metrics {
    grid-template-columns: 1fr;
  }

  .metrics {
    gap: 20px;
    padding: 38px 28px;
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

:root {
  --navy: #0b2545;
  --blue: #1775c8;
  --sky: #eaf6ff;
  --ink: #172033;
  --muted: #667085;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--ink);
  background: #fff;
  margin: 0;
  font-family: Arial, Microsoft YaHei, sans-serif;
}

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

.site-header {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 76px;
  margin: auto;
  padding: 0 24px;
  display: flex;
}

.brand {
  color: var(--navy);
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 800;
  display: flex;
}

.brand-emblem {
  object-fit: contain;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.brand-name {
  white-space: nowrap;
}

.brand-name i {
  color: var(--blue);
  letter-spacing: 1px;
  margin-left: 3px;
  font-size: 11px;
  font-style: normal;
}

.site-header nav {
  color: #344054;
  gap: 24px;
  font-size: 14px;
  display: flex;
}

.language-switcher {
  color: #667085;
  white-space: nowrap;
  font-size: 13px;
}

.language-switcher a {
  padding: 4px;
}

.language-switcher .active {
  color: var(--blue);
  font-weight: 700;
}

.hero {
  color: #fff;
  background: linear-gradient(120deg, #071f3cf2, #106cb5d1);
  min-height: 590px;
  padding: 128px max(24px, 50vw - 556px);
}

.eyebrow {
  letter-spacing: 2px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.hero .eyebrow {
  color: #9fddff;
}

.hero h1 {
  margin: 18px 0;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.15;
}

.slogan {
  font-size: 22px;
  font-weight: 700;
}

.intro {
  color: #d8ecf8;
  max-width: 510px;
  line-height: 1.8;
}

.actions {
  gap: 14px;
  margin-top: 32px;
  display: flex;
}

.actions a {
  color: var(--navy);
  background: #fff;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
}

.actions .outline {
  color: #fff;
  background: none;
  border: 1px solid #fff8;
}

.values, .section, .content {
  max-width: 1112px;
  margin: 0 auto;
  padding: 72px 24px;
}

.values h2, .section h2 {
  color: var(--navy);
  font-size: clamp(28px, 4vw, 42px);
}

.value-grid, .card-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
  display: grid;
}

.value-grid article, .content-card {
  background: var(--sky);
  border-radius: 16px;
  padding: 28px;
}

.value-grid h3, .content-card h2 {
  color: var(--navy);
}

.value-grid p, .content-card p, .prose p, .contact p {
  color: var(--muted);
  line-height: 1.8;
}

.metrics {
  background: var(--navy);
  color: #fff;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 54px max(24px, 50vw - 556px);
  display: grid;
}

.metrics strong {
  color: #9fddff;
  font-size: 38px;
  display: block;
}

.metrics span {
  color: #d4e6f4;
  font-size: 14px;
}

.text-link {
  color: var(--blue);
  margin-top: 14px;
  font-weight: bold;
  display: inline-block;
}

footer {
  color: var(--muted);
  text-align: center;
  background: #f3f7fa;
  padding: 28px 24px;
  font-size: 13px;
}

.page-hero {
  background: #edf8ff;
  padding: 96px max(24px, 50vw - 556px);
}

.page-hero h1 {
  color: var(--navy);
  margin: 10px 0;
  font-size: clamp(34px, 5vw, 56px);
}

.page-hero > p:last-child {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.8;
}

.channel-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  display: grid;
}

.empty-state, .download-placeholder {
  color: var(--muted);
  border: 1px dashed #b7c9d8;
  border-radius: 14px;
  padding: 34px;
}

.empty-state strong, .download-placeholder strong {
  color: var(--navy);
}

.prose, .contact {
  max-width: 800px;
}

.prose h2, .contact h2 {
  color: var(--navy);
  margin-top: 42px;
}

@media (max-width: 720px) {
  .site-header nav {
    display: none;
  }

  .hero {
    min-height: 560px;
    padding-top: 96px;
  }

  .value-grid, .metrics, .card-grid, .channel-grid {
    grid-template-columns: 1fr;
  }

  .metrics {
    gap: 20px;
    padding: 38px 28px;
  }
}

.timeline {
  border-left: 2px solid #b8dff5;
  padding-left: 24px;
}

.timeline article {
  padding-bottom: 24px;
  position: relative;
}

.timeline article:before {
  content: "";
  background: var(--blue);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: -30px;
}

.timeline b {
  color: var(--blue);
}

.timeline h3 {
  color: var(--navy);
  margin: 6px 0;
}

.timeline p, .contact-info p {
  color: var(--muted);
  line-height: 1.8;
}

.media-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.media-image img {
  object-fit: cover;
}

.card-image {
  border-radius: 16px 16px 0 0;
  width: calc(100% + 56px);
  height: 190px;
  margin: -28px -28px 22px;
}

.detail {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 24px;
}

.detail h1 {
  color: var(--navy);
  margin: 10px 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.2;
}

.detail-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.detail section {
  margin: 46px 0;
}

.detail section h2 {
  color: var(--navy);
}

.detail-cover {
  border-radius: 16px;
  width: 100%;
  height: min(58vw, 520px);
  margin: 28px 0;
}

.gallery-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-image {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  width: 100%;
}

.gallery-grid figcaption {
  color: var(--muted);
  margin-top: 8px;
  font-size: 14px;
}

.link-list {
  padding-left: 20px;
}

.link-list li {
  margin: 8px 0;
}

.stat-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.stat-list div {
  background: var(--sky);
  border-radius: 12px;
  padding: 20px;
}

.stat-list strong {
  color: var(--navy);
  font-size: 28px;
  display: block;
}

.stat-list span {
  color: var(--muted);
}

.hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  z-index: -1;
  background: linear-gradient(95deg, #071f3cf5 0%, #071f3cdb 38%, #0a3a6494 100%);
  position: absolute;
  inset: 0;
}

.hero-photo {
  z-index: -2;
  filter: saturate(.82) contrast(1.04);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.hero-content {
  z-index: 1;
  position: relative;
}

@media (max-width: 720px) {
  .gallery-grid, .stat-list {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 210px;
  }
}

.guide {
  max-width: 920px;
}

.guide h2 {
  border-bottom: 1px solid #dce8f0;
  padding-bottom: 12px;
}

.guide h3 {
  color: var(--navy);
  margin-top: 26px;
}

.guide li {
  color: var(--ink);
  margin: 10px 0;
  line-height: 1.8;
}

.guide code {
  color: #075b9e;
  background: #eaf6ff;
  border-radius: 5px;
  padding: 2px 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .9em;
}

.guide-tip {
  border-left: 4px solid var(--blue);
  background: #eef8ff;
  border-radius: 0 12px 12px 0;
  margin: 22px 0;
  padding: 18px 20px;
}

.guide-tip strong {
  color: var(--navy);
}

.guide-tip p {
  color: var(--muted);
  margin: 6px 0 0;
}

.project-detail-shell {
  grid-template-columns: 190px minmax(0, 860px);
  align-items: start;
  gap: 54px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
}

.project-detail-shell .detail {
  max-width: none;
  margin: 0;
  padding: 0;
}

.project-detail-shell [data-project-section] {
  scroll-margin-top: 28px;
}

.project-detail-shell [data-project-section] + [data-project-section] {
  padding-top: 10px;
}

.project-detail-shell h3 {
  color: var(--navy);
  margin-top: 28px;
}

.project-section-nav {
  border-left: 2px solid #cce5f7;
  padding-left: 16px;
  position: sticky;
  top: 26px;
}

.project-section-nav p {
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
}

.project-section-nav a {
  color: var(--muted);
  padding: 8px 0;
  font-size: 14px;
  transition: color .2s, transform .2s;
  display: block;
}

.project-section-nav a:hover, .project-section-nav a.active {
  color: var(--blue);
  font-weight: 700;
  transform: translateX(3px);
}

.project-mobile-nav {
  display: none;
}

.project-mobile-nav summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 800;
}

.project-mobile-nav nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  display: grid;
}

.project-mobile-nav a {
  background: var(--sky);
  color: var(--navy);
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 14px;
}

@media (max-width: 800px) {
  .project-detail-shell {
    padding: 36px 24px;
    display: block;
  }

  .project-section-nav {
    display: none;
  }

  .project-mobile-nav {
    background: #fff;
    border: 1px solid #d7e7f2;
    border-radius: 12px;
    margin: 0 0 28px;
    padding: 14px 16px;
    display: block;
  }

  .project-detail-shell .detail {
    padding: 0;
  }
}

.project-bases {
  color: var(--muted);
  margin: 14px 0;
}

.project-bases a {
  color: var(--blue);
  font-weight: 700;
}

.project-detail [data-project-section] > h2, .resource-project-detail .resource-group > h2, .resource-detail section > h2 {
  border-left: 5px solid var(--blue);
  letter-spacing: .02em;
  border-bottom: 1px solid #dce8f0;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 10px 0 10px 16px;
  font-size: clamp(24px, 3vw, 32px);
  display: flex;
}

.project-detail [data-project-section] > h2:before, .resource-project-detail .resource-group > h2:before, .resource-detail section > h2:before {
  content: "章节";
  color: var(--blue);
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 800;
}

.project-detail [data-project-section] .payload-richtext {
  color: #344054;
  font-size: 16px;
  line-height: 2;
}

.resource-section-intro {
  max-width: 700px;
  color: var(--muted);
  line-height: 1.9;
}

.resource-project-link {
  background: var(--blue);
  color: #fff;
  border-radius: 10px;
  margin-top: 12px;
  padding: 12px 18px;
  font-weight: 800;
  display: inline-block;
}

.resource-project-link:hover {
  background: #0f62aa;
}

.resource-project-shell {
  grid-template-columns: 190px minmax(0, 860px);
  align-items: start;
  gap: 54px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
}

.resource-project-detail {
  max-width: none;
  margin: 0;
  padding: 0;
}

.resource-section-nav {
  border-left: 2px solid #cce5f7;
  padding-left: 16px;
  position: sticky;
  top: 26px;
}

.resource-section-nav p {
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
}

.resource-section-nav a {
  color: var(--muted);
  padding: 8px 0;
  font-size: 14px;
  display: block;
}

.resource-section-nav a:hover, .resource-section-nav a.active {
  color: var(--blue);
  font-weight: 700;
  transform: translateX(3px);
}

.resource-mobile-nav {
  display: none;
}

.resource-group {
  margin: 52px 0;
}

.resource-subgroup {
  margin: 28px 0;
}

.resource-subgroup h3 {
  color: var(--navy);
  font-size: 20px;
}

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

.resource-card {
  background: #fff;
  border: 1px solid #dce8f0;
  border-radius: 14px;
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
}

.resource-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px #0b25451a;
}

.resource-card-image {
  width: 100%;
  height: 165px;
}

.resource-card > div {
  padding: 18px;
}

.resource-card h3 {
  color: var(--navy);
  margin: 7px 0;
  line-height: 1.45;
}

.resource-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

.resource-card .eyebrow {
  color: var(--blue);
  font-size: 11px;
}

.resource-group-empty {
  color: var(--muted);
  border: 1px dashed #b7c9d8;
  border-radius: 12px;
  padding: 22px;
}

.resource-meta {
  color: var(--muted);
  margin: 14px 0;
}

.resource-meta a {
  color: var(--blue);
  font-weight: 700;
}

.resource-pdf-preview {
  border: 1px solid #d7e7f2;
  border-radius: 12px;
  width: 100%;
  height: 680px;
  margin-top: 24px;
  display: block;
}

.resource-file-preview {
  border-radius: 12px;
  width: 100%;
  height: min(58vw, 520px);
  margin-top: 24px;
}

.back-link {
  color: var(--blue);
  margin-bottom: 24px;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 800px) {
  .resource-project-shell {
    padding: 36px 24px;
    display: block;
  }

  .resource-section-nav {
    display: none;
  }

  .resource-mobile-nav {
    background: #fff;
    border: 1px solid #d7e7f2;
    border-radius: 12px;
    margin: 0 0 28px;
    padding: 14px 16px;
    display: block;
  }

  .resource-mobile-nav summary {
    cursor: pointer;
    color: var(--navy);
    font-weight: 800;
  }

  .resource-mobile-nav nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
    display: grid;
  }

  .resource-mobile-nav a {
    background: var(--sky);
    color: var(--navy);
    border-radius: 8px;
    padding: 9px 10px;
    font-size: 14px;
  }

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

  .resource-pdf-preview {
    height: 460px;
  }
}

.mobile-site-nav {
  display: none;
}

.home-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
  display: grid;
}

.home-card {
  background: #fff;
  border: 1px solid #dce8f0;
  border-radius: 16px;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.home-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px #0b25451a;
}

.home-card-image {
  width: 100%;
  height: 190px;
}

.home-card > div {
  padding: 20px;
}

.home-card h3 {
  color: var(--navy);
  margin: 8px 0 10px;
  font-size: 20px;
  line-height: 1.45;
}

.home-card p {
  color: var(--muted);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
}

.home-card .eyebrow {
  color: var(--blue);
  -webkit-line-clamp: 1;
  font-size: 12px;
}

.home-base-section {
  padding-top: 0;
}

@media (max-width: 720px) {
  .site-header {
    gap: 8px;
    height: 68px;
    padding: 0 16px;
    position: relative;
  }

  .brand {
    gap: 7px;
    font-size: 16px;
  }

  .brand-emblem {
    width: 38px;
    height: 38px;
  }

  .desktop-navigation {
    display: none !important;
  }

  .mobile-site-nav {
    flex: none;
    display: block;
    position: relative;
  }

  .mobile-site-nav summary {
    cursor: pointer;
    color: var(--navy);
    border: 1px solid #c9ddea;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
  }

  .mobile-site-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-site-nav nav {
    z-index: 10;
    background: #fff;
    border: 1px solid #d7e7f2;
    border-radius: 10px;
    width: 172px;
    padding: 8px;
    position: absolute;
    top: 44px;
    right: 0;
    box-shadow: 0 12px 26px #0b254526;
    display: grid !important;
  }

  .mobile-site-nav nav a {
    color: var(--navy);
    border-radius: 7px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .mobile-site-nav nav a:hover {
    background: var(--sky);
  }

  .language-switcher {
    font-size: 12px;
  }

  .language-switcher a {
    padding: 2px;
  }

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

  .home-card-image {
    height: 210px;
  }

  .home-base-section {
    padding-top: 0;
  }
}

.resource-library-header {
  background: linear-gradient(135deg, #f7fcff, #e8f5ff);
  border: 1px solid #cfe7f8;
  border-radius: 18px;
  margin: 0 0 46px;
  padding: 30px 32px;
}

.resource-library-header h1 {
  margin: 8px 0 14px;
  font-size: clamp(32px, 4vw, 48px);
}

.resource-library-header > p:last-of-type {
  max-width: 700px;
  color: var(--muted);
  margin: 0;
  line-height: 1.8;
}

.resource-library-header dl {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  margin: 26px 0 0;
  display: grid;
}

.resource-library-header dl div {
  background: #ffffffba;
  border-radius: 10px;
  min-width: 0;
  padding: 13px 15px;
}

.resource-library-header dt {
  color: var(--muted);
  margin-bottom: 5px;
  font-size: 12px;
}

.resource-library-header dd {
  color: var(--navy);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
}

.resource-library-header dd a {
  color: var(--blue);
}

@media (max-width: 800px) {
  .resource-library-header {
    padding: 24px 20px;
  }

  .resource-library-header dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.honor-image {
  border-radius: 16px 16px 0 0;
  width: calc(100% + 56px);
  height: 190px;
  margin: -28px -28px 22px;
}

.honor-pdf-preview {
  background: #f6f8fa;
  border: 0;
  border-radius: 16px 16px 0 0;
  width: calc(100% + 56px);
  height: 250px;
  margin: -28px -28px 22px;
  display: block;
}

.channel-qr-image {
  border-radius: 10px;
  width: 132px;
  height: 132px;
  margin: 0 0 18px;
}

.contact-follow {
  margin-top: 42px;
}

.contact-qr {
  background: var(--sky);
  border-radius: 14px;
  align-items: center;
  gap: 24px;
  padding: 22px;
  display: flex;
}

.contact-qr-image {
  background: #fff;
  border-radius: 10px;
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
}

.contact-qr h3 {
  color: var(--navy);
  margin: 0 0 10px;
}

.contact-qr p {
  color: var(--muted);
  margin: 0;
  line-height: 1.8;
}

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

  .contact-qr-image {
    flex-basis: 140px;
    width: 140px;
    height: 140px;
  }
}

.external-source-card {
  background: linear-gradient(135deg, #f7fcff, #e8f5ff);
  border: 1px solid #cfe7f8;
  border-radius: 16px;
  margin: 34px 0;
  padding: 28px 30px;
}

.external-source-card h2, .news-note h2 {
  color: var(--navy);
  margin: 8px 0;
}

.external-source-card > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}

.external-source-missing {
  color: #8b5b00;
  background: #fff7e8;
  border-radius: 8px;
  padding: 14px;
}

.news-note {
  border-top: 1px solid #dce8f0;
  margin-top: 42px;
  padding-top: 26px;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/