/* Load after the installed Rain stylesheet. The original layout remains authoritative. */
html { scroll-padding-top: 16px; }
body, button, input, .rain-brand-text { letter-spacing: 0; }
[hidden] { display: none !important; }
.rain-shell a:focus-visible, .rain-shell button:focus-visible { outline: 3px solid #1677ff; outline-offset: 3px; }
.rain-search:focus-within { border-color: #1677ff; }
.rain-search input { min-width: 0; }
.rain-search button { display: grid; place-items: center; flex-shrink: 0; padding: 0; color: #fff; }
.rain-search button::before, .rain-search button::after { display: none; }
.rain-search button svg { width: 17px; height: 17px; }
.rain-brand { max-width: 100%; }
.rain-brand-logo { min-width: 0; }
.rain-brand-logo img { max-width: 100%; }
.rain-nav-list { flex-wrap: wrap; }
.rain-home-heading { margin: 0 0 12px; }
.rain-page-title { margin: 0; color: #111; font-size: 22px; font-weight: 700; line-height: 1.45; overflow-wrap: anywhere; }
.rain-list-heading { margin-bottom: 14px; }
.rain-list-heading h1 { margin: 0; font-size: 24px; line-height: 1.45; overflow-wrap: anywhere; }
.rain-list-heading p, .rain-section-description { margin: 6px 0 12px; color: var(--rain-sub); font-size: 13px; }

/* The public reference adds these carousel proportions to the same Rain base. */
.rain-banner { margin: 0 auto 20px; min-height: 0; border: 0; border-radius: 12px; box-shadow: 0 6px 20px rgb(0 0 0 / 15%); background: #f4f6f5; }
.rain-banner-track { height: auto; aspect-ratio: 3 / 1; overflow: hidden; }
.rain-banner-item { display: block; }
.rain-banner-item:not(.is-active) { visibility: hidden; }
.rain-banner-item.is-active { visibility: visible; }
.rain-banner-item img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rain-banner-item:hover img { transform: scale(1.02); }
.rain-banner-item img { transition: transform .3s ease; }
.rain-banner-copy { position: absolute; top: 50%; left: 54px; width: 43%; transform: translateY(-50%); color: #24372e; }
.rain-banner-title { display: block; font-size: 24px; font-weight: 700; line-height: 1.45; overflow-wrap: anywhere; }
.rain-banner-desc { display: block; margin-top: 9px; color: #4a6355; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
.rain-banner-arrow { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; background: rgb(255 255 255 / 80%); color: #333; line-height: 1; box-shadow: 0 2px 8px rgb(0 0 0 / 20%); }
.rain-banner-arrow.is-prev { left: 20px; }
.rain-banner-arrow.is-next { right: 20px; }
.rain-banner-arrow:hover { background: #fff; }
.rain-banner-arrow svg { width: 20px; height: 20px; }
.rain-banner-dots { bottom: 20px; gap: 8px; }
.rain-banner-dot { position: relative; width: 30px; height: 24px; border-radius: 0; background: transparent; }
.rain-banner-dot::before { content: ""; position: absolute; top: 7px; left: 10px; width: 10px; height: 10px; border-radius: 50%; background: #9aaba1; }
.rain-banner-dot.is-active { background: transparent; }
.rain-banner-dot.is-active::before { left: 0; width: 30px; border-radius: 5px; background: #1677ff; }
.rain-banner-dot:hover::before { background: #617f6c; }
.rain-banner-pause { position: absolute; bottom: 17px; right: 20px; z-index: 3; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #cad6ce; border-radius: 50%; color: #30493a; background: rgb(255 255 255 / 92%); cursor: pointer; }
.rain-banner-pause svg { width: 15px; height: 15px; }
.rain-banner-pause:hover { background: #fff; border-color: #1677ff; }

.rain-section-head { gap: 12px; }
.rain-section-head h2 { min-width: 0; overflow-wrap: anywhere; }
.rain-section-head > a { flex-shrink: 0; }
.rain-sec-dot { flex-shrink: 0; }
.rain-card { min-width: 0; }
.rain-card-body { flex: 1; }
.rain-card-cta { display: inline-flex; align-items: center; gap: 3px; flex-shrink: 0; color: var(--rain-primary); font-size: 12px; }
.rain-card-cta svg { width: 14px; height: 14px; }
.rain-card-external { width: 16px; height: 16px; flex: 0 0 16px; }
.rain-card--nav .rain-card-link > .rain-card-cta { margin-left: auto; }
.rain-card-cover { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; overflow: hidden; border-radius: 8px; background: #eaf3ff; color: var(--rain-primary); font-size: 18px; font-weight: 700; }
.rain-card-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rain-card--news .rain-card-link { align-items: flex-start; }
.rain-card--news .rain-card-body h3 { font-size: 16px; }
.rain-card-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 8px; margin-top: 6px; color: var(--rain-sub); font-size: 11px; line-height: 1.5; }
.rain-card-meta time { font-variant-numeric: tabular-nums; }
.rain-card-meta .rain-card-cta { font-size: 11px; }
.rain-footer-left, .rain-footer-right { min-width: 0; overflow-wrap: anywhere; }
.rain-footer-right { gap: 6px 14px; }
.rain-footer-row p { margin: 0; }
.rain-breadcrumb { height: auto; min-height: 34px; flex-wrap: wrap; padding-block: 8px; }
.rain-breadcrumb > * { min-width: 0; white-space: normal; overflow-wrap: anywhere; }
.rain-detail-main { min-width: 0; }
.rain-detail-main h1, .rain-intro-desc { overflow-wrap: anywhere; }
.rain-intro-desc img { max-width: 100%; height: auto; }
.rain-intro-desc table { display: block; max-width: 100%; overflow-x: auto; }
.rain-not-found { min-height: 330px; padding-top: 44px; padding-bottom: 44px; }
.rain-not-found h1 { margin: 0 0 10px; font-size: 26px; }
.rain-not-found .rain-visit { display: inline-flex; align-items: center; justify-content: center; padding-inline: 16px; font-size: 14px; }
.rain-nav-close svg, .rain-submit-close svg { width: 20px; height: 20px; }
.rain-quick-icon svg { width: 15px; height: 15px; }
i[data-lucide] { display: inline-grid; place-items: center; width: 18px; height: 18px; font-family: Arial, sans-serif; font-size: 18px; font-style: normal; line-height: 1; }
i[data-lucide="search"]::before { content: "\2315"; }
i[data-lucide="x"]::before { content: "\00D7"; }
i[data-lucide="chevron-left"]::before { content: "\2039"; }
i[data-lucide="chevron-right"]::before { content: "\203A"; }
i[data-lucide="pause"]::before { content: "\2016"; }
i[data-lucide="play"]::before { content: "\25B6"; }
i[data-lucide="arrow-up-right"]::before { content: "\2197"; }
i[data-lucide="plus"]::before { content: "+"; }
i[data-lucide="star"]::before { content: "\2606"; }

@media (max-width: 980px) {
  .rain-brand { max-width: calc(100% - 52px); }
  .rain-brand-text { font-size: 22px; }
  .rain-banner-copy { left: 48px; width: 43%; }
  .rain-banner-title { font-size: 21px; }
  .rain-banner-desc { font-size: 13px; }
  .rain-top-nav:not(.show) { visibility: hidden; }
  .rain-top-nav.show { visibility: visible; }
}
@media (max-width: 768px) {
  .rain-banner-track { height: auto; aspect-ratio: 2 / 1; }
  .rain-banner-item img { object-fit: contain; object-position: center bottom; }
  .rain-banner-copy { top: 20px; left: 48px; width: calc(100% - 96px); transform: none; }
  .rain-banner-title { font-size: 20px; }
  .rain-banner-desc { max-width: 390px; margin-top: 7px; }
  .rain-banner-arrow { width: 30px; height: 30px; font-size: 16px; }
  .rain-banner-arrow.is-prev { left: 10px; }
  .rain-banner-arrow.is-next { right: 10px; }
  .rain-banner-dots { bottom: 12px; gap: 4px; }
  .rain-banner-pause { bottom: 10px; right: 12px; width: 28px; height: 28px; }
}
@media (max-width: 640px) {
  .rain-home-heading { margin-bottom: 10px; }
  .rain-page-title { font-size: 20px; }
  .rain-brand-text { font-size: 20px; }
  .rain-section-head h2 { font-size: 18px; }
  .rain-section-head > a { font-size: 12px; }
  .rain-notice { gap: 8px; padding-inline: 10px; }
  .rain-notice-main { gap: 7px; }
  .rain-notice-text { font-size: 12px; }
  .rain-notice-detail { padding-inline: 7px; }
  .rain-card--news .rain-card-link { align-items: center; }
}
@media (max-width: 480px) {
  .rain-banner-track { height: auto; aspect-ratio: 4 / 3; }
  .rain-banner-copy { top: 18px; left: 44px; width: calc(100% - 88px); }
  .rain-banner-title { display: -webkit-box; overflow: hidden; font-size: 18px; line-height: 1.4; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .rain-banner-desc { display: -webkit-box; overflow: hidden; margin-top: 6px; font-size: 12px; line-height: 1.7; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .rain-banner-arrow { width: 25px; height: 25px; font-size: 14px; }
  .rain-banner-arrow svg { width: 16px; height: 16px; }
  .rain-banner-dot { width: 26px; }
  .rain-banner-dot::before { left: 8px; }
  .rain-banner-dot.is-active::before { left: 0; width: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
  .rain-banner-item, .rain-banner-item img, .rain-card, .rain-quick-item, .rain-top-nav, .nav-overlay { transition: none; }
  .rain-banner-item:hover img, .rain-card:hover, .rain-quick-item:hover { transform: none; }
}
