/* SpaceMaxum Navigator — isolated styles, no remote font or asset dependencies. */
.smxn {
  --smxn-ink: #233c35;
  --smxn-muted: #62716a;
  --smxn-green: #205747;
  --smxn-green-dark: #173f34;
  --smxn-paper: #f5f5ee;
  --smxn-line: #dce3d9;
  --smxn-orange: #d77a42;
  --smxn-radius: 14px;
  color: var(--smxn-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
}
.smxn *, .smxn *::before, .smxn *::after { box-sizing: border-box; }
.smxn a { color: inherit; text-decoration: none; }
.smxn a:hover { color: var(--smxn-green); }
.smxn a:focus-visible, .smxn button:focus-visible, .smxn input:focus-visible, .smxn select:focus-visible {
  outline: 3px solid #cf773d;
  outline-offset: 4px;
}
.smxn h1, .smxn h2, .smxn h3, .smxn p { margin: 0; }
.smxn h1, .smxn h2, .smxn h3 {
  position: static;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--smxn-ink);
  font-family: inherit;
  font-weight: 700;
}
.smxn h1::before, .smxn h1::after,
.smxn h2::before, .smxn h2::after,
.smxn h3::before, .smxn h3::after { display: none; }
.smxn img { display: block; max-width: 100%; height: auto; }
.smxn.smxn-main { padding: 0 0 38px; background: var(--smxn-paper); }
.smxn .smxn-wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.smxn .smxn-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; border: 0 !important; white-space: nowrap !important; }
.smxn .smxn-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--smxn-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.7;
}
.smxn .smxn-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 50px;
  padding: 64px 0 52px;
}
.smxn .smxn-hero h1 { font-size: 42px; letter-spacing: -.04em; line-height: 1.45; }
.smxn .smxn-intro { max-width: 40em; margin-top: 22px; color: #4f625a; font-size: 15px; line-height: 2; }
.smxn .smxn-hero-link { display: inline-flex; min-height: 44px; align-items: center; gap: 26px; margin-top: 20px; color: var(--smxn-green); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.smxn .smxn-hero-link span { font-size: 19px; }
.smxn .smxn-search-panel { padding: 28px; border: 1px solid #d4dfcf; border-radius: 18px; background: #fff; box-shadow: 0 12px 36px rgb(32 87 71 / 5%); }
.smxn .smxn-search {
  margin: 0;
  padding: 28px;
  border: 1px solid var(--smxn-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgb(32 87 71 / 5%);
}
.smxn .smxn-search h2, .smxn .smxn-search h3 { margin: 0 0 16px; font-size: 19px; line-height: 1.6; }
.smxn .smxn-search > label { display: block; margin: 0 0 10px; color: #40574c; font-size: 14px; font-weight: 700; line-height: 1.8; }
.smxn .smxn-search-panel .smxn-search { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.smxn .smxn-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.smxn .smxn-fields > :first-child { grid-column: 1 / -1; }
.smxn .smxn-fields label { display: block; margin: 0; color: #40574c; font-size: 12px; font-weight: 700; line-height: 1.7; }
.smxn .smxn-search input[type="search"], .smxn .smxn-search input[type="text"], .smxn .smxn-search select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #bdcbc1;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: none;
  color: #273e32;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.smxn .smxn-search select { padding-right: 28px; }
.smxn .smxn-search input::placeholder { color: #7b847e; opacity: 1; }
.smxn .smxn-button, .smxn .smxn-search button[type="submit"], .smxn .smxn-search input[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 12px 24px;
  border: 1px solid var(--smxn-green);
  border-radius: 7px;
  background: var(--smxn-green);
  box-shadow: none;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease;
}
.smxn .smxn-search button[type="submit"], .smxn .smxn-search input[type="submit"] { width: 100%; margin: 0; }
.smxn .smxn-button:hover, .smxn .smxn-search button[type="submit"]:hover, .smxn .smxn-search input[type="submit"]:hover { background: var(--smxn-green-dark); color: #fff; }
.smxn .smxn-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.smxn .smxn-chips > span { display: block; width: 100%; margin-bottom: 1px; color: var(--smxn-muted); font-size: 11px; line-height: 1.6; }
.smxn .smxn-chips a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 5px 13px;
  border: 1px solid #ccd7cd;
  border-radius: 30px;
  background: rgb(255 255 255 / 55%);
  color: #385a48;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.smxn .smxn-chips a:hover { border-color: var(--smxn-green); background: #fff; }
.smxn .smxn-section { padding: 36px 0; }
.smxn .smxn-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.smxn .smxn-section-head h2 { font-size: 25px; letter-spacing: -.025em; line-height: 1.6; }
.smxn .smxn-section-head p { margin-top: 5px; color: var(--smxn-muted); font-size: 13px; line-height: 1.8; }
.smxn .smxn-section-head .smxn-kicker, .smxn .smxn-feature .smxn-kicker, .smxn .smxn-archive-head .smxn-kicker { margin: 0 0 7px; color: var(--smxn-green); font-size: 11px; letter-spacing: .1em; line-height: 1.7; }
.smxn .smxn-section-head > a { flex-shrink: 0; padding: 8px 0; color: var(--smxn-green); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.smxn .smxn-regions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.smxn .smxn-region {
  position: relative;
  display: flex;
  min-height: 137px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px 42px 24px 23px;
  border: 1px solid var(--smxn-line);
  border-top: 3px solid #668974;
  border-radius: 10px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.smxn .smxn-region:nth-child(2) { border-top-color: #b28c65; }
.smxn .smxn-region:nth-child(3) { border-top-color: #739498; }
.smxn .smxn-region:nth-child(4) { border-top-color: #9a9376; }
.smxn .smxn-region:hover { border-color: #7e9f8b; box-shadow: 0 6px 18px rgb(32 87 71 / 7%); }
.smxn .smxn-region-name { display: block; font-size: 25px; font-weight: 700; letter-spacing: .02em; line-height: 1.4; }
.smxn .smxn-region-meta { display: block; color: var(--smxn-muted); font-size: 12px; font-weight: 400; line-height: 1.7; }
.smxn .smxn-arrow { position: absolute; top: 50%; right: 19px; color: #6b8976; font-size: 21px; transform: translateY(-50%); }
.smxn .smxn-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.smxn .smxn-topic { display: flex; min-height: 214px; flex-direction: column; align-items: flex-start; gap: 0; padding: 25px; border: 1px solid #e3dfd0; border-radius: 10px; background: #fbfaf4; }
.smxn .smxn-topic:hover { border-color: #baaa87; background: #fffdf5; }
.smxn .smxn-topic-no { flex-shrink: 0; margin-bottom: 17px; color: #a47843; font-size: 26px; font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.smxn .smxn-topic h3, .smxn .smxn-topic strong { display: block; margin: 0; font-size: 16px; font-weight: 700; line-height: 1.6; }
.smxn .smxn-topic p, .smxn .smxn-topic small { display: block; margin-top: 5px; color: var(--smxn-muted); font-size: 12px; line-height: 1.7; }
.smxn .smxn-topic > span:last-child { display: block; margin-top: auto; padding-top: 19px; color: var(--smxn-green); font-size: 12px; font-weight: 700; }
.smxn .smxn-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.smxn .smxn-card { min-width: 0; margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--smxn-line); border-radius: var(--smxn-radius); background: #fff; box-shadow: none; }
.smxn .smxn-card-link { display: flex; height: 100%; flex-direction: column; }
.smxn .smxn-card-link:hover { color: inherit; }
.smxn .smxn-thumb { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-bottom: 1px solid #e8ede7; background: #e8eee4; }
.smxn .smxn-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.smxn .smxn-card-link:hover .smxn-thumb img { transform: scale(1.025); }
.smxn .smxn-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 13px;
  padding: 25px;
  background: linear-gradient(140deg, #e8efe2, #f4f1e4);
  color: #52735d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: left;
}
.smxn .smxn-placeholder > span { display: block; font-size: 10px; font-weight: 600; letter-spacing: .1em; line-height: 1.5; }
.smxn .smxn-placeholder > strong { display: block; font-size: 23px; letter-spacing: .015em; line-height: 1.5; }
.smxn .smxn-placeholder > span:last-child { font-size: 9px; font-weight: 500; letter-spacing: .13em; }
.smxn .smxn-card:nth-child(3n+2) .smxn-placeholder { background: linear-gradient(140deg, #f1e9da, #f6f2e8); color: #816548; }
.smxn .smxn-card:nth-child(3n) .smxn-placeholder { background: linear-gradient(140deg, #e2edec, #edf0e5); color: #527774; }
.smxn .smxn-card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px; }
.smxn .smxn-meta { display: flex; width: 100%; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 12px; color: #6e786f; font-size: 11px; line-height: 1.7; }
.smxn .smxn-tag { display: inline-block; padding: 3px 9px; border-radius: 4px; background: #edf3ea; color: #426748; font-size: 11px; font-weight: 700; line-height: 1.6; }
.smxn .smxn-meta time { margin-left: auto; color: #6e786f; font-size: 11px; white-space: nowrap; }
.smxn .smxn-card h3 { margin: 0; font-size: 17px; letter-spacing: -.015em; line-height: 1.75; overflow-wrap: anywhere; }
.smxn .smxn-card-link:hover h3 { color: var(--smxn-green); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.smxn .smxn-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin: 10px 0 0; color: var(--smxn-muted); font-size: 12px; line-height: 1.9; }
.smxn .smxn-read { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 18px; color: var(--smxn-green); font-size: 12px; font-weight: 700; }
.smxn .smxn-read > span { font-size: 18px; line-height: 1; }
.smxn .smxn-more { margin: 30px 0 0; text-align: center; }
.smxn .smxn-feature { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 35px 0; padding: 28px 32px; border: 1px solid #cfdbcd; border-left: 4px solid var(--smxn-green); border-radius: 10px; background: #edf2e9; }
.smxn .smxn-feature h2, .smxn .smxn-feature h3 { font-size: 21px; line-height: 1.6; }
.smxn .smxn-feature p { margin: 8px 0 0; color: #526858; font-size: 13px; line-height: 1.9; }
.smxn .smxn-feature > a { flex-shrink: 0; }
.smxn .smxn-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 36px 0 12px; }
.smxn .smxn-pagination ul.page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.smxn .smxn-pagination ul.page-numbers > li { display: block; margin: 0; padding: 0; list-style: none; }
.smxn .smxn-pagination a.page-numbers, .smxn .smxn-pagination span.page-numbers { display: inline-flex; min-width: 42px; min-height: 44px; align-items: center; justify-content: center; margin: 0; padding: 7px 12px; border: 1px solid #ced8cd; border-radius: 6px; background: #fff; color: var(--smxn-green); font-size: 13px; font-weight: 600; }
.smxn .smxn-pagination .page-numbers.current { border-color: var(--smxn-green); background: var(--smxn-green); color: #fff; }
.smxn .smxn-pagination a.page-numbers:hover { border-color: var(--smxn-green); background: #edf3e9; }
.smxn .smxn-pagination .page-numbers.dots { min-width: 24px; padding: 7px 2px; border: 0; background: none; }
.smxn .smxn-breadcrumb { display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 0 0 20px; padding-top: 22px; color: var(--smxn-muted); font-size: 12px; line-height: 1.8; }
.smxn .smxn-breadcrumb a { color: var(--smxn-green); text-decoration: underline; text-underline-offset: 4px; }
.smxn .smxn-archive-head { padding: 24px 0 28px; }
.smxn .smxn-archive-head h1 { margin: 0; font-size: 34px; letter-spacing: -.03em; line-height: 1.6; }
.smxn .smxn-archive-head p { margin-top: 12px; color: var(--smxn-muted); font-size: 14px; line-height: 1.9; }
.smxn .smxn-archive-head + .smxn-search { margin-bottom: 28px; }
.smxn .smxn-archive-head .smxn-search { margin-top: 24px; }
.smxn .smxn-archive-head .smxn-fields { grid-template-columns: 1.8fr 1fr .75fr; }
.smxn .smxn-archive-head .smxn-fields > :first-child { grid-column: auto; }
.smxn .smxn-empty { padding: 40px 30px; border: 1px solid var(--smxn-line); border-radius: var(--smxn-radius); background: #fff; color: #536659; line-height: 1.9; }
.smxn .smxn-empty h2 { margin-bottom: 10px; font-size: 21px; }
.smxn .smxn-empty a { color: var(--smxn-green); text-decoration: underline; text-underline-offset: 4px; }
.smxn .smxn-empty a.smxn-button { color: #fff; text-decoration: none; }
.smxn .smxn-note { margin-top: 12px; color: #687469; font-size: 12px; line-height: 1.9; }
.smxn.smxn-topbar, .smxn .smxn-topbar { width: 100%; padding: 0; border-bottom: 1px solid #dce4d8; background: #edf1e8; }
.smxn .smxn-topbar-inner { display: flex; width: min(1160px, calc(100% - 40px)); min-height: 48px; align-items: center; justify-content: space-between; gap: 18px; margin: 0 auto; }
.smxn .smxn-brand { flex-shrink: 0; padding: 9px 0; color: var(--smxn-green); font-size: 13px; font-weight: 700; letter-spacing: .02em; line-height: 1.5; }
.smxn .smxn-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 2px 19px; }
.smxn .smxn-nav a { display: inline-flex; min-height: 44px; align-items: center; padding: 6px 0; color: #405c46; font-size: 12px; font-weight: 600; line-height: 1.5; }
.smxn .smxn-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.smxn.smxn-related, .smxn .smxn-related { clear: both; margin: 42px 0 0; padding: 30px 0 8px; border-top: 2px solid #d9e3d5; }
.smxn.smxn-related h2, .smxn.smxn-related h3 { position: static; margin: 0; padding: 0; border: 0; background: none; box-shadow: none; color: var(--smxn-ink); }
.smxn.smxn-related h2::before, .smxn.smxn-related h2::after, .smxn.smxn-related h3::before, .smxn.smxn-related h3::after { display: none; }
.smxn.smxn-related .smxn-section-head h2, .smxn .smxn-related .smxn-section-head h2 { font-size: 23px; }
.smxn.smxn-related .smxn-grid, .smxn .smxn-related .smxn-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.smxn.smxn-related .smxn-card-body, .smxn .smxn-related .smxn-card-body { padding: 18px; }
.smxn.smxn-related .smxn-card h3, .smxn .smxn-related .smxn-card h3 { font-size: 15px; line-height: 1.85; }
.smxn.smxn-related .smxn-meta, .smxn .smxn-related .smxn-meta { margin-bottom: 8px; }
.smxn.smxn-related .smxn-card, .smxn .smxn-related .smxn-card { background: #fcfdf9; }
.smxn.smxn-related .smxn-kicker { margin: 0 0 8px; padding: 0; }
.smxn .smxn-related-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 22px 0 0; font-size: 12px; font-weight: 700; line-height: 1.8; }
.smxn .smxn-related-links a { color: var(--smxn-green); text-decoration: underline; text-underline-offset: 4px; }
.smxn-directory { background-color: #f5f5ee; }
.smxn-directory #content { width: 100%; max-width: 1200px; padding-top: 0; padding-bottom: 0; }
.smxn-directory #main_content { float: none; width: 100%; margin: 0; }
.smxn-directory #main_visual, .smxn-directory #post_slider { display: none; }

@media (min-width: 781px) {
  .smxn .smxn-mobile-title { display: none; }
}
@media (max-width: 1000px) {
  .smxn .smxn-hero { gap: 30px; }
  .smxn .smxn-search { padding: 22px; }
  .smxn .smxn-search-panel { padding: 22px; }
  .smxn .smxn-hero h1 { font-size: 36px; }
  .smxn .smxn-grid { gap: 18px; }
  .smxn .smxn-card-body { padding: 17px; }
  .smxn .smxn-region { padding-left: 18px; }
}
@media (max-width: 780px) {
  .smxn .smxn-wrap { width: calc(100% - 36px); }
  .smxn .smxn-hero { grid-template-columns: 1fr; gap: 28px; padding: 36px 0 25px; }
  .smxn .smxn-hero h1 { font-size: 32px; }
  .smxn .smxn-intro { max-width: 46em; margin-top: 16px; font-size: 14px; }
  .smxn .smxn-search { padding: 24px; }
  .smxn .smxn-section { padding: 27px 0; }
  .smxn .smxn-section-head { gap: 14px; margin-bottom: 18px; }
  .smxn .smxn-section-head h2 { font-size: 23px; }
  .smxn .smxn-regions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .smxn .smxn-region { min-height: 117px; padding: 20px 45px 20px 20px; }
  .smxn .smxn-topics { grid-template-columns: 1fr; gap: 10px; }
  .smxn .smxn-topic { min-height: 0; padding: 22px; }
  .smxn .smxn-topic-no { margin-bottom: 13px; }
  .smxn .smxn-topic > span:last-child { padding-top: 14px; }
  .smxn .smxn-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .smxn .smxn-feature { align-items: flex-start; flex-direction: column; gap: 18px; margin: 26px 0; padding: 24px; }
  .smxn .smxn-feature h2, .smxn .smxn-feature h3 { font-size: 20px; }
  .smxn .smxn-topbar-inner { width: calc(100% - 32px); gap: 10px; }
  .smxn .smxn-nav { gap: 2px 14px; }
  .smxn .smxn-brand { font-size: 12px; }
  .smxn .smxn-archive-head h1 { font-size: 29px; }
  .smxn .smxn-archive-head { padding: 14px 0 24px; }
  .smxn .smxn-archive-head .smxn-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smxn .smxn-archive-head .smxn-fields > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .smxn { font-size: 15px; }
  .smxn .smxn-wrap { width: calc(100% - 30px); }
  .smxn .smxn-kicker { margin-bottom: 10px; font-size: 11px; letter-spacing: .07em; }
  .smxn .smxn-hero { padding: 30px 0 22px; gap: 23px; }
  .smxn .smxn-hero h1 { font-size: 28px; line-height: 1.5; }
  .smxn .smxn-intro { font-size: 13px; line-height: 1.95; }
  .smxn .smxn-search { padding: 19px; border-radius: 12px; }
  .smxn .smxn-search-panel { padding: 20px; border-radius: 12px; }
  .smxn .smxn-search > label { font-size: 13px; }
  .smxn .smxn-search h2, .smxn .smxn-search h3 { font-size: 18px; }
  .smxn .smxn-fields, .smxn .smxn-archive-head .smxn-fields { grid-template-columns: 1fr; gap: 13px 10px; }
  .smxn .smxn-fields label { font-size: 11px; }
  .smxn .smxn-search input[type="search"], .smxn .smxn-search input[type="text"], .smxn .smxn-search select { padding-left: 10px; }
  .smxn .smxn-chips { gap: 7px; margin-top: 16px; }
  .smxn .smxn-chips a { padding: 6px 10px; font-size: 11px; }
  .smxn .smxn-section { padding: 23px 0; }
  .smxn .smxn-section-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .smxn .smxn-section-head h2 { font-size: 22px; }
  .smxn .smxn-section-head p { font-size: 12px; }
  .smxn .smxn-section-head > a { padding: 4px 0; font-size: 12px; }
  .smxn .smxn-regions { gap: 10px; }
  .smxn .smxn-region { min-height: 108px; padding: 18px 33px 18px 15px; }
  .smxn .smxn-region-name { font-size: 23px; }
  .smxn .smxn-region-meta { font-size: 11px; }
  .smxn .smxn-arrow { right: 12px; font-size: 18px; }
  .smxn .smxn-grid { grid-template-columns: 1fr; gap: 18px; }
  .smxn .smxn-card { border-radius: 12px; }
  .smxn .smxn-card-body { padding: 19px; }
  .smxn .smxn-card h3 { font-size: 17px; }
  .smxn .smxn-card p { font-size: 12px; }
  .smxn .smxn-thumb { aspect-ratio: 16 / 8; }
  .smxn .smxn-feature { margin: 22px 0; padding: 21px; }
  .smxn .smxn-feature h2, .smxn .smxn-feature h3 { font-size: 19px; }
  .smxn .smxn-topbar-inner { width: calc(100% - 28px); min-height: 0; flex-direction: column; align-items: flex-start; gap: 0; padding-top: 4px; }
  .smxn .smxn-brand { padding: 6px 0 0; font-size: 11px; }
  .smxn .smxn-nav { width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 0 10px; }
  .smxn .smxn-nav a { min-height: 42px; font-size: 11px; }
  .smxn .smxn-archive-head h1 { font-size: 26px; }
  .smxn .smxn-archive-head p { font-size: 13px; }
  .smxn .smxn-breadcrumb { padding-top: 15px; font-size: 11px; }
  .smxn .smxn-empty { padding: 26px 20px; font-size: 13px; }
  .smxn .smxn-empty h2 { font-size: 19px; }
  .smxn.smxn-related, .smxn .smxn-related { margin-top: 32px; padding-top: 24px; }
  .smxn.smxn-related .smxn-grid, .smxn .smxn-related .smxn-grid { grid-template-columns: 1fr; gap: 11px; }
  .smxn.smxn-related .smxn-section-head h2, .smxn .smxn-related .smxn-section-head h2 { font-size: 21px; }
  .smxn .smxn-pagination { gap: 6px; }
  .smxn .smxn-pagination ul.page-numbers { gap: 6px; }
  .smxn .smxn-pagination a.page-numbers, .smxn .smxn-pagination span.page-numbers { min-width: 38px; padding: 7px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .smxn *, .smxn *::before, .smxn *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
