.info-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #182637;
  text-decoration: none;
}

.info-brand > span:last-child {
  display: grid;
}

.info-brand strong {
  font-size: 16px;
}

.info-brand small {
  margin-top: 2px;
  color: #718079;
  font-size: 8px;
  letter-spacing: .14em;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px 12px 12px 4px;
  background: #315a7d;
  color: white;
  font-size: 21px;
  font-weight: 900;
}

.sn-lab {
  min-height: 100vh;
  background: #f5f6f1;
  color: #15231e;
}

.sn-lab-notice {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 9px 16px;
  background: #263b33;
  color: #dce8e2;
  font-size: 12px;
}

.sn-lab-notice strong { color: #ffd08a; }

.sn-lab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1260px, calc(100% - 40px));
  min-height: 76px;
  margin: auto;
}

.sn-lab-header nav { display: flex; align-items: center; gap: 22px; }
.sn-lab-header nav a { color: #405149; font-size: 13px; font-weight: 800; text-decoration: none; }
.sn-lab-header .sn-lab-header-cta { padding: 12px 16px; border-radius: 10px; background: #17684f; color: white; }

.sn-lab-hero {
  display: grid;
  grid-template-columns: 1.35fr .55fr;
  gap: 8vw;
  align-items: end;
  width: min(1260px, calc(100% - 40px));
  min-height: 490px;
  margin: 8px auto 0;
  padding: 72px 68px;
  border-radius: 36px 36px 10px 36px;
  background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.12), transparent 18%), #103e32;
  color: white;
}

.sn-lab-eyebrow, .sn-section-heading > p, .sn-alerts-heading p, .sn-check-panel p {
  margin: 0;
  color: #70d8af;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.sn-lab-hero h1 { margin: 15px 0 22px; font-size: clamp(45px, 6vw, 78px); line-height: 1.08; letter-spacing: -.055em; }
.sn-lab-lead { max-width: 700px; margin: 0; color: #d2e2dc; font-size: 17px; line-height: 1.9; }
.sn-lab-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.sn-lab-actions a { padding: 14px 18px; border-radius: 10px; background: #e5f4ec; color: #124533; font-size: 14px; font-weight: 900; text-decoration: none; }
.sn-lab-actions a:last-child { border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; }
.sn-lab-reassurance { margin: 22px 0 0; color: #aee1cd; font-size: 14px; font-weight: 700; }
.sn-lab-hero aside { padding: 27px; border: 1px solid rgba(255,255,255,.18); border-left: 5px solid #73dab3; background: rgba(255,255,255,.07); }
.sn-lab-hero aside span, .sn-lab-hero aside strong, .sn-lab-hero aside a { display: block; }
.sn-lab-hero aside span { color: #7be0b9; font-size: 12px; font-weight: 900; }
.sn-lab-hero aside strong { margin-top: 8px; font-size: 25px; }
.sn-lab-hero aside p { color: #c6d9d1; font-size: 14px; line-height: 1.7; }
.sn-lab-hero aside a { margin-top: 17px; color: #84e4be; font-size: 13px; font-weight: 900; text-decoration: none; }

.sn-alerts {
  width: min(1190px, calc(100% - 68px));
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #d7ded7;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: white;
  box-shadow: 0 20px 40px rgba(26, 54, 43, .06);
}

.sn-alerts-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.sn-alerts-heading p { color: #8c681e; }
.sn-alerts-heading h2 { margin: 5px 0 0; font-size: 25px; }
.sn-alerts-heading > span { color: #66756e; font-size: 12px; }
.sn-alert-list { display: grid; gap: 8px; margin-top: 17px; }
.sn-alert { display: grid; grid-template-columns: auto auto 1fr auto; gap: 12px; align-items: center; min-height: 68px; padding: 12px 14px; border-left: 5px solid; border-radius: 7px 12px 12px 7px; }
.sn-alert-watch { border-color: #d49a35; background: #fff8e9; }
.sn-alert-calm { border-color: #26765b; background: #edf5f1; }
.sn-alert-level, .sn-alert-area { padding: 6px 8px; border-radius: 7px; font-size: 12px; font-weight: 900; }
.sn-alert-watch .sn-alert-level { background: #f5dca8; color: #684b12; }
.sn-alert-calm .sn-alert-level { background: #cce7dc; color: #19513e; }
.sn-alert-area { border: 1px solid #d6ddd8; background: white; color: #526259; }
.sn-alert h3 { margin: 0; font-size: 15px; }
.sn-alert p { margin: 4px 0 0; color: #657269; font-size: 12px; }
.sn-alert small { display: block; margin-top: 7px; color: #657269; font-size: 12px; font-weight: 800; }
.sn-alert > a { color: #315c4b; font-size: 12px; font-weight: 900; text-decoration: none; }
.sn-alert-empty { display: flex; align-items: center; gap: 14px; margin-top: 17px; padding: 18px; border: 1px solid #d6e1da; border-radius: 12px; background: #f3f7f5; }
.sn-alert-empty > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #dcebe4; color: #26664f; font-size: 18px; font-weight: 900; }
.sn-alert-empty h3 { margin: 0; font-size: 16px; }
.sn-alert-empty p { margin: 5px 0 0; color: #657269; font-size: 12px; line-height: 1.7; }
.sn-alert-unavailable { border-color: #e3c7c2; background: #fff2ef; }
.sn-alert-unavailable > span { background: #f3d5d0; color: #9f3f36; }
.sn-alert-rule { margin: 12px 0 0; color: #68756f; font-size: 12px; }

.sn-lab-columns { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; align-items: start; width: min(1260px, calc(100% - 40px)); margin: 64px auto 0; }
.sn-lab-main { min-width: 0; }
.sn-section-heading h2 { margin: 8px 0; font-size: clamp(30px, 4vw, 45px); letter-spacing: -.04em; }
.sn-section-heading > span { color: #627169; font-size: 15px; line-height: 1.8; }
.sn-latest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.sn-latest-grid article { display: grid; grid-template-columns: 120px minmax(0, 1fr); overflow: hidden; border: 1px solid #d6ded8; border-radius: 18px 18px 6px 18px; background: white; }
.sn-latest-grid .sn-latest-primary { grid-column: 1 / -1; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); }
.sn-article-image { display: grid; min-height: 150px; margin: 0; place-items: center; overflow: hidden; background: linear-gradient(145deg, #173f34, #376f5a); color: #88dfbd; font-size: 26px; font-weight: 900; }
.sn-article-image img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; object-position: center; }
.sn-latest-primary .sn-article-image { min-height: 310px; }
.sn-latest-grid article > div:last-child { padding: 22px; }
.sn-latest-grid article > div > span { color: #237456; font-size: 12px; font-weight: 900; }
.sn-latest-grid h3 { overflow-wrap: anywhere; margin: 8px 0; font-size: 18px; line-height: 1.45; }
.sn-latest-primary h3 { font-size: 27px; }
.sn-latest-grid p { color: #65736c; font-size: 13px; line-height: 1.7; }
.sn-latest-grid a { color: #176b4e; font-size: 13px; font-weight: 900; text-decoration: none; }

.sn-risk, .sn-foundation, .sn-categories { margin-top: 76px; }
.sn-three-cards, .sn-foundation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.sn-three-cards article, .sn-foundation-grid article { padding: 24px; border: 1px solid #d6dfd9; border-radius: 17px 17px 6px 17px; background: white; }
.sn-three-cards span, .sn-foundation-grid small { color: #267657; font-size: 12px; font-weight: 900; }
.sn-three-cards h3, .sn-foundation-grid h3 { margin: 13px 0 8px; font-size: 19px; line-height: 1.45; }
.sn-three-cards p, .sn-foundation-grid p { margin: 0; color: #64736b; font-size: 13px; line-height: 1.8; }

.sn-check-panel { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 55px; padding: 34px; border-radius: 20px; background: #173f34; color: white; }
.sn-check-panel h2 { margin: 7px 0; font-size: 28px; }
.sn-check-panel div > span { color: #bfd2ca; font-size: 14px; }
.sn-check-panel > a { flex: 0 0 auto; padding: 15px 18px; border-radius: 10px; background: #f1c675; color: #382b11; font-size: 14px; font-weight: 900; text-decoration: none; }
.sn-foundation-grid { grid-template-columns: 1fr 1fr; }

.sn-category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 23px; }
.sn-category-grid a { display: grid; min-height: 175px; padding: 22px; border: 1px solid #d5dfd8; border-radius: 16px 16px 5px 16px; background: white; color: #15231e; text-decoration: none; }
.sn-category-grid a > span { color: #9bacA3; font-size: 12px; font-weight: 900; }
.sn-category-grid strong { margin-top: 18px; font-size: 18px; }
.sn-category-grid p { margin: 7px 0; color: #68776f; font-size: 13px; line-height: 1.7; }
.sn-category-grid em { align-self: end; color: #217455; font-size: 12px; font-style: normal; font-weight: 900; }
.sn-source-policy { display: grid; grid-template-columns: 150px 1fr; gap: 24px; margin-top: 18px; padding: 24px; border-left: 4px solid #d9a24c; background: #fff8e9; }
.sn-source-policy p { margin: 0; color: #6b655a; font-size: 13px; line-height: 1.8; }

.sn-lab-sidebar { position: sticky; top: 20px; display: grid; gap: 15px; }
.sn-lab-sidebar section { display: grid; padding: 22px; border: 1px solid #d3ded7; border-radius: 17px 17px 6px 17px; background: white; }
.sn-lab-sidebar small { color: #2b7b5d; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.sn-lab-sidebar h2 { margin: 7px 0 10px; font-size: 20px; }
.sn-lab-sidebar p { color: #66766e; font-size: 13px; line-height: 1.7; }
.sn-lab-sidebar a { display: flex; justify-content: space-between; gap: 8px; padding: 11px 0; border-top: 1px solid #e2e8e4; color: #29493c; font-size: 12px; font-weight: 800; line-height: 1.5; text-decoration: none; }
.sn-lab-sidebar a span { color: #66766e; font-size: 10px; }
.sn-lab-sidebar .sn-side-check { background: linear-gradient(145deg, #e4f3e9, white); }
.sn-lab-sidebar .sn-side-check a { justify-content: center; border: 0; border-radius: 9px; background: #17684f; color: white; }
.sn-lab-sidebar .sn-side-line { background: #173f34; color: white; }
.sn-lab-sidebar .sn-side-line p { color: #c1d3cc; }
.sn-side-line > span { width: fit-content; padding: 7px 9px; border-radius: 7px; background: rgba(255,255,255,.1); color: #7bdbb7; font-size: 11px; font-weight: 900; }

.sn-lab-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; width: min(1260px, calc(100% - 40px)); margin: 70px auto 0; padding: 35px 0 50px; border-top: 1px solid #ced8d1; font-size: 12px; }
.sn-lab-footer p { margin: 0; text-align: center; }
.sn-lab-footer span { text-align: right; }

@media (max-width: 930px) {
  .sn-lab-hero { grid-template-columns: 1fr; gap: 30px; }
  .sn-lab-hero aside { max-width: 440px; }
  .sn-lab-columns { display: block; }
  .sn-lab-sidebar { position: static; grid-template-columns: 1fr 1fr; margin-top: 25px; }
  .sn-latest-grid .sn-latest-primary { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); }
}

@media (max-width: 680px) {
  .sn-lab-notice { display: grid; gap: 2px; }
  .sn-lab-header, .sn-lab-hero, .sn-lab-columns, .sn-lab-footer { width: calc(100% - 24px); }
  .sn-lab-header nav a:not(.sn-lab-header-cta) { display: none; }
  .sn-lab-hero { min-height: auto; padding: 42px 23px 30px; border-radius: 24px 24px 8px 24px; }
  .sn-lab-hero h1 { font-size: 44px; }
  .sn-lab-lead { font-size: 15px; }
  .sn-alerts { width: calc(100% - 40px); padding: 18px 14px; }
  .sn-alerts-heading { display: block; }
  .sn-alerts-heading > span { display: block; margin-top: 8px; }
  .sn-alert { grid-template-columns: auto 1fr; }
  .sn-alert-area { width: fit-content; }
  .sn-alert div, .sn-alert > a { grid-column: 1 / -1; }
  .sn-alert-empty { align-items: flex-start; padding: 15px 13px; }
  .sn-lab-columns { margin-top: 48px; }
  .sn-latest-grid, .sn-three-cards, .sn-foundation-grid, .sn-category-grid, .sn-lab-sidebar, .sn-lab-footer { grid-template-columns: 1fr; }
  .sn-latest-grid .sn-latest-primary { grid-row: auto; }
  .sn-latest-grid .sn-latest-primary, .sn-latest-grid article { grid-column: auto; grid-template-columns: 1fr; }
  .sn-article-image, .sn-latest-primary .sn-article-image { min-height: 210px; }
  .sn-check-panel { display: block; padding: 27px 22px; }
  .sn-check-panel > a { display: block; margin-top: 20px; text-align: center; }
  .sn-source-policy { grid-template-columns: 1fr; gap: 8px; }
  .sn-lab-footer { gap: 9px; }
  .sn-lab-footer p, .sn-lab-footer span { text-align: left; }
}

/* Sonaenavi article preview */
.sn-article-page { min-height: 100vh; padding: 24px 0 70px; background: #f7f3e9; color: #182637; }
.sn-article-header { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 48px 54px; border-radius: 28px 28px 8px 28px; background: linear-gradient(135deg, #10243a, #172d46); color: white; }
.sn-article-back { color: #e9bd6d; font-size: 13px; font-weight: 900; text-decoration: none; }
.sn-article-category { margin: 42px 0 12px; color: #efbd61; font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.sn-article-header h1 { max-width: 850px; font-size: clamp(40px, 5vw, 67px); line-height: 1.2; }
.sn-article-intro { max-width: 850px; margin: 25px 0 0; color: #d3dee7; font-size: 17px; line-height: 1.9; }
.sn-article-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.sn-article-meta span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: #dce6ed; font-size: 12px; }
.sn-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 28px; align-items: start; width: min(1080px, calc(100% - 40px)); margin: 35px auto 0; }
.sn-article-body { min-width: 0; padding: 42px 48px; border: 1px solid #d8dedb; border-radius: 22px; background: white; }
.sn-article-body > section + section { margin-top: 50px; }
.sn-article-body h2 { margin: 0 0 18px; font-size: 28px; line-height: 1.45; }
.sn-article-body p { margin: 0; color: #445463; font-size: 16px; line-height: 2; }
.sn-article-body p + p { margin-top: 18px; }
.sn-article-summary { padding: 27px; border-left: 5px solid #d99a32; background: #fff5e3; }
.sn-article-summary > strong { font-size: 18px; }
.sn-article-summary ul { display: grid; gap: 10px; margin: 17px 0 0; padding-left: 21px; }
.sn-article-summary li { color: #3f4d59; font-size: 15px; line-height: 1.7; }
.sn-article-caution { padding: 30px; border-radius: 18px; background: #edf2f7; }
.sn-article-caution .sn-article-kicker { margin-bottom: 8px; color: #315a7d; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.sn-action-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.sn-action-list li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 17px; border: 1px solid #dce3e7; border-radius: 12px; }
.sn-action-list li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: #172d46; color: white; font-weight: 900; }
.sn-action-list strong { font-size: 16px; }
.sn-action-list p { margin-top: 4px; font-size: 14px; line-height: 1.7; }
.sn-article-line { padding: 30px; border-radius: 18px; background: #172d46; color: white; }
.sn-article-line > p:first-child { color: #efbd61; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.sn-article-line h2 { margin-top: 7px; color: #fff !important; }
.sn-article-line p { color: #d0dce5; }
.sn-article-line span { display: inline-block; margin-top: 20px; padding: 9px 11px; border-radius: 8px; background: rgba(255,255,255,.1); color: #efc779; font-size: 12px; font-weight: 900; }
.sn-article-line-link { display: inline-block; margin-top: 20px; padding: 12px 15px; border-radius: 9px; background: #efbd61; color: #35270f; font-size: 13px; font-weight: 900; text-decoration: none; }
.sn-article-sources { padding-top: 30px; border-top: 1px solid #dfe5e1; }
.sn-article-sources h2 { font-size: 20px; }
.sn-article-sources ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.sn-article-sources a { color: #285879; font-size: 14px; line-height: 1.6; }
.sn-article-side { position: sticky; top: 20px; display: grid; gap: 14px; }
.sn-article-side section { display: grid; padding: 22px; border: 1px solid #d5dddf; border-radius: 16px; background: white; }
.sn-article-side small { color: #315a7d; font-weight: 900; letter-spacing: .1em; }
.sn-article-side h2 { margin: 7px 0; font-size: 20px; }
.sn-article-side p { color: #5f6e79; font-size: 13px; line-height: 1.7; }
.sn-article-side a { margin-top: 10px; color: #285879; font-size: 13px; font-weight: 900; text-decoration: none; }
.sn-article-kicker { margin: 0 0 8px !important; color: #315a7d !important; font-size: 12px !important; font-weight: 900; letter-spacing: .11em; }
.sn-snapshot-note { margin-top: 24px; padding: 20px 22px; border-left: 5px solid #d49a35; background: #fff7e8; }
.sn-snapshot-note strong { font-size: 16px; }
.sn-snapshot-note p { margin-top: 7px; font-size: 14px; line-height: 1.75; }
.sn-stock-table { overflow: hidden; margin-top: 25px; border: 1px solid #d8e0e4; border-radius: 15px; }
.sn-stock-row { display: grid; grid-template-columns: 145px 160px minmax(0, 1fr); min-height: 72px; border-top: 1px solid #e0e6e9; }
.sn-stock-row:first-child { border-top: 0; }
.sn-stock-row > * { display: flex; align-items: center; margin: 0; padding: 15px 17px; border-left: 1px solid #e0e6e9; color: #445463; font-size: 14px; line-height: 1.65; }
.sn-stock-row > *:first-child { border-left: 0; color: #172d46; }
.sn-stock-row strong { font-size: 15px; }
.sn-stock-head { min-height: auto; background: #172d46; }
.sn-stock-head > * { border-color: rgba(255,255,255,.12); color: white !important; font-size: 12px; font-weight: 900; }
.sn-stock-caption { margin-top: 13px !important; color: #687783 !important; font-size: 13px !important; line-height: 1.75 !important; }
.sn-scenario-list { display: grid; gap: 16px; margin-top: 25px; }
.sn-scenario-card { overflow: hidden; border: 1px solid #d9e0e3; border-radius: 18px; background: #fbfcfc; }
.sn-scenario-card > header { display: grid; grid-template-columns: 72px 1fr; align-items: stretch; background: #172d46; color: white; }
.sn-scenario-card > header > p { display: none !important; }
.sn-scenario-card > header > span { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.14); color: #efbd61; font-size: 22px; font-weight: 900; }
.sn-scenario-card > header > div { grid-column: 2; grid-row: 1; min-width: 0; padding: 18px 21px; }
.sn-scenario-card small { color: #efbd61; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.sn-scenario-card h3 { overflow-wrap: anywhere; margin: 5px 0 0; color: #fff; font-size: 23px; }
.sn-scenario-card > p, .sn-scenario-card > h4, .sn-scenario-card > ul, .sn-scenario-card > div { margin-inline: 24px; }
.sn-scenario-card > p { margin-top: 22px; font-size: 15px; line-height: 1.85; }
.sn-scenario-card h4 { margin-top: 20px; margin-bottom: 10px; color: #315a7d; font-size: 16px; font-weight: 900; }
.sn-scenario-card ul { display: grid; gap: 9px; margin-top: 0; padding-left: 20px; }
.sn-scenario-card li { color: #445463; font-size: 14px; line-height: 1.65; }
.sn-scenario-card > div { margin-top: 22px; margin-bottom: 24px; padding: 18px 20px; border-left: 5px solid #c9574d; background: #fff1ee; }
.sn-scenario-card > div strong { color: #9d3932; font-size: 16px; font-weight: 900; }
.sn-scenario-card > div p { margin-top: 6px; color: #574c4a; font-size: 14px; line-height: 1.75; }
.sn-article-side .sn-side-warning { border-color: #e0c4bf; background: #fff4f1; }
.sn-article-side .sn-side-warning small { color: #a6453c; }

@media (max-width: 800px) {
  .sn-article-header { padding: 36px 28px; }
  .sn-article-layout { display: block; }
  .sn-article-side { position: static; grid-template-columns: 1fr 1fr; margin-top: 18px; }
}

@media (max-width: 600px) {
  .sn-article-page { padding-top: 12px; }
  .sn-article-header, .sn-article-layout { width: calc(100% - 24px); }
  .sn-article-header { padding: 28px 21px; border-radius: 22px 22px 7px 22px; }
  .sn-article-category { margin-top: 30px; }
  .sn-article-header h1 { font-size: 35px; }
  .sn-article-intro { font-size: 15px; }
  .sn-article-body { padding: 29px 20px; }
  .sn-article-body h2 { font-size: 23px; }
  .sn-article-body p { font-size: 15px; line-height: 1.9; }
  .sn-article-summary, .sn-article-caution, .sn-article-line { padding: 22px 18px; }
  .sn-action-list li { grid-template-columns: 36px 1fr; padding: 14px; }
  .sn-action-list li > span { width: 34px; height: 34px; }
  .sn-article-side { grid-template-columns: 1fr; }
  .sn-stock-table { border: 0; border-radius: 0; }
  .sn-stock-row, .sn-stock-head { grid-template-columns: 1fr; margin-top: 10px; border: 1px solid #d8e0e4; border-radius: 12px; background: white; }
  .sn-stock-head { display: none; }
  .sn-stock-row > * { min-height: auto; padding: 9px 14px; border: 0; }
  .sn-stock-row strong { padding-top: 15px; font-size: 16px; }
  .sn-stock-row p { padding-bottom: 15px; }
  .sn-scenario-card > header { grid-template-columns: 55px minmax(0, 1fr); }
  .sn-scenario-card > header > div { padding: 16px 15px; }
  .sn-scenario-card h3 { font-size: 20px; line-height: 1.45; }
  .sn-scenario-card > p, .sn-scenario-card > h4, .sn-scenario-card > ul, .sn-scenario-card > div { margin-inline: 17px; }
}
