:root {
  --blue: #07c160;
  --blue-deep: #059a4a;
  --blue-soft: #e8f8ef;
  --ink: #183126;
  --muted: #64756c;
  --line: #d6e9dd;
  --paper: #f6fbf8;
  --shadow: 0 14px 36px rgba(18, 105, 58, 0.12);
}

[hidden] {
  display: none !important;
}

noscript {
  display: block;
  padding: 16px;
  text-align: center;
}

.loading-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
}

.loading-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 36px 24px;
  text-align: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.loading-card > span {
  font-size: 40px;
}

.loading-card strong {
  margin-top: 12px;
  font-size: 17px;
}

.loading-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.error-card {
  border-color: #ffd6d6;
}

* {
  box-sizing: border-box;
}

html {
  background: #f4faf6;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  background-color: #f6fbf8;
  background-image: radial-gradient(#d8eadf 0.8px, transparent 0.8px);
  background-size: 18px 18px;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

.site-shell {
  width: min(100%, 520px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 16px 16px 104px;
  position: relative;
}

.platform-shell {
  padding-top: 12px;
}

.platform-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 27px 22px 23px;
  color: white;
  background: linear-gradient(145deg, #22cb70 0%, #07c160 58%, #059a4a 100%);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(7, 145, 72, 0.25);
}

.platform-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -52px;
  bottom: -82px;
  width: 220px;
  height: 220px;
  border: 45px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.platform-hero h1 {
  margin: 20px 0 10px;
  font-size: clamp(31px, 9vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.platform-hero > p {
  max-width: 340px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.65;
}

.platform-progress {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  gap: 6px;
  align-items: baseline;
  margin-top: 20px;
}

.platform-progress strong {
  font-size: 21px;
}

.platform-progress span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
}

.platform-progress i {
  height: 1px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.24);
}

.platform-intro {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.platform-intro > span {
  font-size: 26px;
}

.platform-intro strong,
.platform-intro p {
  display: block;
  margin: 0;
}

.platform-intro strong {
  font-size: 12px;
}

.platform-intro p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.platform-schools {
  margin-top: 22px;
}

.platform-school-list {
  display: grid;
  gap: 9px;
}

.platform-school-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 72px;
  padding: 11px 13px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #dcebe2;
  border-radius: 17px;
}

.platform-school-card.is-ready {
  border-color: #92ddb2;
  box-shadow: 0 9px 24px rgba(15, 123, 63, 0.1);
}

.platform-school-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #678076;
  background: #edf5f0;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 850;
}

.platform-school-card.is-ready .platform-school-number {
  color: white;
  background: var(--blue);
}

.platform-school-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.platform-school-copy strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4;
  text-overflow: ellipsis;
}

.platform-school-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.platform-school-card em {
  color: #83948c;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
}

.platform-school-card.is-ready em {
  color: var(--blue-deep);
}

.platform-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 2px 7px;
  color: var(--blue-deep);
  text-decoration: none;
  font-size: 10px;
  font-weight: 750;
}

.platform-error-link {
  margin-top: 16px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 800;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 242px;
  padding: 24px 22px 22px;
  color: white;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(0, 92, 43, 0.24), transparent 45%),
    linear-gradient(145deg, #24cc74 0%, #07c160 55%, #059a4a 100%);
  box-shadow: 0 18px 42px rgba(7, 145, 72, 0.28);
}

.hero::after,
.detail-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -40px;
  bottom: -78px;
  width: 210px;
  height: 210px;
  border: 46px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.eyebrow,
.detail-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #eaf3ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero h1 {
  margin: 15px 0 8px;
  font-size: clamp(28px, 8vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.hero > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

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

.hero-actions button,
.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 0;
  border-radius: 14px;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

.hero-actions button {
  color: var(--blue-deep);
  background: white;
  box-shadow: 0 8px 18px rgba(0, 96, 45, 0.18);
}

.hero-actions a {
  color: white;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cloud {
  position: absolute;
  z-index: -1;
  width: 72px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(0 7px 12px rgba(12, 104, 55, 0.14));
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
}

.cloud::before {
  left: 14px;
  width: 35px;
  height: 40px;
}

.cloud::after {
  right: 9px;
  width: 30px;
  height: 34px;
}

.cloud-one {
  right: 26px;
  top: 42px;
  transform: scale(0.85);
}

.cloud-two {
  right: 102px;
  top: 94px;
  opacity: 0.24;
  transform: scale(0.45);
}

.alert-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin: 14px 2px 0;
  padding: 12px 13px;
  background: #fff9e8;
  border: 1px solid #ffe4a4;
  border-radius: 16px;
}

.alert-strip > span {
  font-size: 22px;
}

.alert-strip p {
  margin: 0;
  color: #74541b;
  font-size: 11px;
  line-height: 1.45;
}

.alert-strip strong {
  display: block;
  color: #3c2c10;
  font-size: 12px;
}

.alert-strip button {
  border: 0;
  color: #996800;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.school-card {
  overflow: hidden;
  margin-top: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid #8addad;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.section-label {
  display: inline-flex;
  padding: 5px 9px;
  color: #08783c;
  background: #e7f8ee;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.school-card h2 {
  margin: 10px 0 4px;
  font-size: 22px;
  line-height: 1.25;
}

.school-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.school-card img {
  display: block;
  width: calc(100% + 12px);
  max-height: 235px;
  margin: 14px -6px 12px;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}

.school-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: #edf8f1;
  border-radius: 15px;
}

.school-stats div {
  padding: 10px 5px;
  text-align: center;
}

.school-stats div + div {
  border-left: 1px solid #d6eadf;
}

.school-stats strong,
.school-stats span {
  display: block;
}

.school-stats strong {
  color: var(--blue);
  font-size: 18px;
}

.school-stats span {
  margin-top: 2px;
  color: #7c8799;
  font-size: 10px;
}

.home-intro {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #bfe8d0;
  border-radius: 28px;
  box-shadow: 0 16px 38px rgba(24, 116, 64, 0.14);
}

.compact-hero {
  min-height: 126px;
  padding: 17px 18px 18px;
  border-radius: 27px 27px 18px 18px;
  box-shadow: none;
}

.compact-hero::after {
  right: -52px;
  bottom: -105px;
  width: 205px;
  height: 205px;
  border-width: 40px;
}

.hero-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hero-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: #08783c;
  background: white;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 7px 16px rgba(0, 96, 45, 0.18);
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

.compact-hero h1 {
  position: relative;
  z-index: 1;
  margin: 14px 0 1px;
  font-size: clamp(25px, 7vw, 31px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.compact-hero .hero-guide-name {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.compact-hero .cloud-one {
  right: 24px;
  top: 61px;
  opacity: 0.34;
  transform: scale(0.48);
}

.compact-hero .cloud-two {
  right: 92px;
  top: 84px;
  transform: scale(0.3);
}

.school-summary {
  padding: 11px 13px 13px;
}

.school-summary-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.school-summary-copy p {
  overflow: hidden;
  margin: 0;
  color: #63746b;
  font-size: 10px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.school-summary .section-label {
  flex: 0 0 auto;
}

.school-summary .school-stats {
  margin-top: 9px;
  border-radius: 12px;
}

.school-summary .school-stats div {
  padding: 6px 4px;
}

.school-summary .school-stats strong {
  font-size: 15px;
}

.school-summary .school-stats span {
  font-size: 9px;
}

.section-block {
  margin-top: 22px;
}

.section-heading {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0 3px 10px;
}

.section-heading > span {
  font-size: 15px;
}

.section-heading h2 {
  margin: 0;
  font-size: 15px;
}

.section-heading small {
  margin-left: auto;
  color: #8b96a8;
  font-size: 10px;
}

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

.priority-topics {
  margin-top: 14px;
}

.priority-topics .section-heading {
  margin-bottom: 8px;
}

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

.hot-topic-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 62px;
  padding: 9px 10px;
  text-align: left;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #d6eadf;
  border-radius: 16px;
  box-shadow: 0 7px 18px rgba(30, 104, 63, 0.07);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.hot-topic-card:last-child {
  grid-column: 1 / -1;
}

.hot-topic-card:active {
  transform: scale(0.985);
}

.hot-topic-card:hover {
  border-color: #91d8af;
}

.hot-topic-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: linear-gradient(145deg, #effbf3, #dff5e8);
  border: 1px solid #c7ead5;
  border-radius: 11px;
  font-size: 18px;
}

.hot-topic-card > span:nth-child(2),
.hot-topic-card strong,
.hot-topic-card small {
  display: block;
  min-width: 0;
}

.hot-topic-card strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-topic-card small {
  overflow: hidden;
  margin-top: 3px;
  color: #7f9087;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-topic-card b {
  color: #7bb994;
  font-size: 17px;
  font-weight: 500;
}

.topic-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 160px;
  padding: 16px;
  text-align: left;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dcebe2;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(30, 104, 63, 0.08);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.topic-card:active {
  transform: scale(0.985);
}

.topic-card:hover {
  border-color: #9eddb9;
  box-shadow: 0 13px 29px rgba(30, 104, 63, 0.13);
}

.topic-card:not(.compact) {
  flex-direction: column;
  align-items: flex-start;
}

.topic-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(145deg, #effbf3, #dbf4e5);
  border: 1px solid #c7ead5;
  font-size: 23px;
}

.topic-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.topic-card:not(.compact) .topic-copy {
  margin-top: 11px;
}

.topic-copy strong {
  font-size: 17px;
  line-height: 1.25;
}

.topic-copy small {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.topic-copy em {
  margin-top: auto;
  padding-top: 9px;
  color: var(--blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.campus-gallery {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  padding: 18px;
  color: white;
  border-radius: 23px;
  background: linear-gradient(135deg, #078b45, #22c973);
  box-shadow: var(--shadow);
}

.gallery-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gallery-copy span {
  font-size: 11px;
  font-weight: 750;
  opacity: 0.8;
}

.gallery-copy strong {
  max-width: 300px;
  font-size: 18px;
  line-height: 1.35;
}

.gallery-images {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 5px;
  height: 138px;
  margin-top: 14px;
}

.gallery-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-images img:first-child {
  border-radius: 15px 4px 4px 15px;
}

.gallery-images img:last-child {
  border-radius: 4px 15px 15px 4px;
}

.filter-row {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 1px 1px 8px;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter-row button {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #718096;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  cursor: pointer;
}

.filter-row button.active {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 6px 14px rgba(7, 193, 96, 0.24);
}

.search-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  margin: 2px 0 10px;
  padding: 0 13px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 15px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.search-box:focus-within,
.search-box.open:focus-within {
  border-color: #72d79f;
  box-shadow: 0 0 0 4px rgba(7, 193, 96, 0.1);
}

.search-box input {
  width: 100%;
  height: 44px;
  outline: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 12px;
}

.search-box input::placeholder {
  color: #a3adbc;
}

.search-box button {
  width: 26px;
  height: 26px;
  color: #8490a1;
  background: #eff3f8;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.guide-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.topic-card.compact {
  align-items: center;
  min-height: 84px;
  padding: 12px 13px;
  border-radius: 17px;
}

.topic-card.compact .topic-icon {
  width: 46px;
  height: 46px;
  margin-right: 12px;
}

.topic-card.compact .topic-copy strong {
  font-size: 14px;
}

.topic-card.compact .topic-copy small {
  margin-top: 3px;
  font-size: 10.5px;
  -webkit-line-clamp: 1;
}

.card-arrow {
  margin-left: 8px;
  color: #8e9bad;
  font-size: 26px;
  font-weight: 300;
}

.empty-state {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 34px 16px;
  color: var(--muted);
  text-align: center;
  background: white;
  border: 1px dashed #cedbec;
  border-radius: 20px;
}

.empty-state span {
  font-size: 32px;
}

.empty-state strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 14px;
}

.empty-state p {
  margin: 4px 0 0;
  font-size: 11px;
}

.about-card,
.notice-card {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  padding: 16px;
  background: #eaf8f0;
  border: 1px solid #d0ebdb;
  border-radius: 18px;
}

.about-card > span,
.notice-card > span {
  font-size: 22px;
}

.about-card strong,
.notice-card strong {
  font-size: 13px;
}

.about-card p,
.notice-card p {
  margin: 4px 0 0;
  color: #567064;
  font-size: 10.5px;
  line-height: 1.7;
}

.source-footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  margin: 14px auto 0;
  padding: 8px 12px;
  color: #64766d;
  border-radius: 999px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 750;
}

.source-footer-link span {
  color: var(--blue);
}

footer {
  padding: 28px 8px 4px;
  color: #8a96a8;
  text-align: center;
}

footer strong {
  display: block;
  color: #66758b;
  font-size: 12px;
}

footer p {
  margin: 5px 0 0;
  font-size: 9.5px;
}

.bottom-nav {
  position: fixed;
  z-index: 20;
  right: 50%;
  bottom: max(10px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 24px), 496px);
  padding: 7px;
  transform: translateX(50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(209, 220, 236, 0.9);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(46, 72, 110, 0.2);
  backdrop-filter: blur(18px);
}

.bottom-nav button,
.bottom-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  min-height: 47px;
  padding: 0;
  color: #7b8798;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 14px;
  font-size: 9px;
  cursor: pointer;
}

.bottom-nav span {
  font-size: 18px;
  line-height: 1;
}

.bottom-nav .active {
  color: var(--blue);
  background: #e8f8ef;
  font-weight: 800;
}

.detail-view {
  padding-bottom: 50px;
}

.detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 228px;
  padding: 24px 22px;
  color: white;
  background: linear-gradient(145deg, #22cc73, #059a4a);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(7, 145, 72, 0.25);
}

.back-button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  color: white;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  cursor: pointer;
}

.detail-group {
  position: absolute;
  top: 27px;
  right: 22px;
}

.detail-icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  font-size: 38px;
  transform: rotate(4deg);
}

.detail-hero h1 {
  max-width: 310px;
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -0.03em;
}

.detail-hero p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.6;
}

.article-card {
  margin-top: 14px;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dcebe2;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(35, 98, 62, 0.08);
}

.source-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding-bottom: 13px;
  color: var(--ink);
  border-bottom: 1px solid #e8eef6;
  font-size: 15px;
  font-weight: 850;
}

.source-title span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--blue);
  background: #e8f8ef;
  border-radius: 10px;
  font-size: 11px;
}

.article-body h2 {
  position: relative;
  margin: 24px 0 9px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.4;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 4px;
  height: 1em;
  background: var(--blue);
  border-radius: 999px;
}

.article-body p {
  margin: 0 0 9px;
  color: #4c5a70;
  font-size: 13px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.source-media {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #dcebe2;
}

.source-media > header {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}

.source-media > header strong {
  color: #193d29;
  font-size: 14px;
}

.source-media > header small {
  margin-left: auto;
  color: #708379;
  font-size: 10px;
}

.source-media-grid {
  display: grid;
  gap: 12px;
}

.source-media figure {
  overflow: hidden;
  margin: 0;
  background: #f4faf6;
  border: 1px solid #d8ebdf;
  border-radius: 15px;
}

.source-media figure a {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 520px;
  background: #edf7f1;
}

.source-media figure img {
  display: block;
  width: 100%;
  height: auto;
}

.source-media figure a > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  color: #fff;
  background: rgba(5, 118, 56, 0.88);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(5, 118, 56, 0.18);
  font-size: 10px;
  font-weight: 700;
}

.source-media figcaption {
  padding: 10px 12px;
  color: #31533f;
  font-size: 11px;
  line-height: 1.45;
}

.inline-media {
  margin: 18px 0;
  padding: 14px;
  background: linear-gradient(180deg, #f5fbf7, #ffffff);
  border: 1px solid #d8ebdf;
  border-radius: 18px;
}

.inline-media > header {
  flex-wrap: wrap;
}

.inline-media > header small {
  flex-basis: 100%;
  margin-left: 25px;
}

.inline-media .source-media-grid {
  grid-template-columns: minmax(0, 1fr);
}

.inline-media figure a {
  max-height: min(68vh, 560px);
}

.inline-media figure.is-tall a {
  max-height: min(62vh, 500px);
}

.inline-media figure.is-tall a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 76px;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(4, 55, 27, 0.32));
}

.inline-media figure img {
  object-fit: contain;
  object-position: top center;
}

.inline-media figure a > span {
  z-index: 1;
}

.step-number {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  margin: 11px 8px 8px 0;
  padding: 0 7px;
  color: white;
  background: var(--blue);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
}

.wide-back {
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
  color: var(--blue);
  background: white;
  border: 1px solid #a9ddbf;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.featured-grid.hot-grid .topic-card:first-child {
  grid-column: 1 / -1;
  align-items: center;
  flex-direction: row;
  min-height: 126px;
}

.featured-grid.hot-grid .topic-card:first-child .topic-copy {
  margin: 0 0 0 13px;
}

.roommate-feature {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: 19px;
  color: white;
  border-radius: 24px;
  background:
    radial-gradient(circle at 95% 8%, rgba(255, 255, 255, 0.25), transparent 30%),
    linear-gradient(145deg, #0ac768, #069c4d);
  box-shadow: 0 16px 36px rgba(7, 153, 75, 0.25);
}

.roommate-feature::after {
  content: "🛏️";
  position: absolute;
  right: 18px;
  top: 49px;
  font-size: 58px;
  opacity: 0.15;
  transform: rotate(6deg);
}

.roommate-feature-top,
.roommate-feature-actions,
.roommate-feature-stats {
  display: flex;
}

.roommate-feature-top {
  align-items: center;
  justify-content: space-between;
}

.roommate-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.demo-status {
  display: inline-flex;
  padding: 5px 9px;
  color: #08783c;
  background: #dffff0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

.roommate-feature h2 {
  margin: 13px 0 5px;
  font-size: 24px;
}

.roommate-feature h2 small {
  margin-left: 4px;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.7;
}

.roommate-feature > p {
  max-width: 310px;
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
  opacity: 0.84;
}

.roommate-feature-stats {
  gap: 1px;
  overflow: hidden;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.roommate-feature-stats div {
  flex: 1;
  padding: 9px 4px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
}

.roommate-feature-stats strong,
.roommate-feature-stats span {
  display: block;
}

.roommate-feature-stats strong {
  font-size: 13px;
}

.roommate-feature-stats span {
  margin-top: 2px;
  font-size: 9px;
  opacity: 0.72;
}

.roommate-feature-actions {
  gap: 8px;
  margin-top: 12px;
}

.roommate-feature-actions button {
  flex: 1;
  min-height: 45px;
  color: #08783c;
  background: white;
  border: 0;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.roommate-feature-actions button:last-child {
  color: white;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.roommate-feature .demo-disclaimer {
  margin-top: 9px;
  text-align: center;
  font-size: 9px;
  opacity: 0.66;
}

.campus-pending-card {
  display: flex;
  gap: 11px;
  margin-top: 14px;
  padding: 15px;
  background: #fff9e8;
  border: 1px solid #f6dfa0;
  border-radius: 18px;
}

.campus-pending-card > span {
  font-size: 22px;
}

.campus-pending-card strong {
  color: #654b10;
  font-size: 13px;
}

.campus-pending-card p {
  margin: 4px 0 0;
  color: #7b642e;
  font-size: 10.5px;
  line-height: 1.7;
}

.roommate-view {
  padding-bottom: 104px;
}

.roommate-hero {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 22px;
  color: white;
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.22), transparent 25%),
    linear-gradient(145deg, #22cc73, #059a4a);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(7, 145, 72, 0.25);
}

.roommate-hero .back-button {
  margin-bottom: 24px;
}

.roommate-hero .demo-status {
  position: absolute;
  top: 25px;
  right: 22px;
}

.roommate-hero-icon {
  position: absolute;
  right: 20px;
  bottom: 23px;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  font-size: 37px;
}

.roommate-eyebrow {
  margin: 0 0 5px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.75;
}

.roommate-hero h1 {
  margin: 0 0 5px;
  font-size: 31px;
}

.roommate-hero > p:last-of-type {
  max-width: 260px;
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
  opacity: 0.8;
}

.demo-banner {
  display: flex;
  gap: 11px;
  margin-top: 13px;
  padding: 14px;
  color: #235239;
  background: #e7f8ee;
  border: 1px solid #bfe7cf;
  border-radius: 18px;
}

.demo-banner > span {
  font-size: 22px;
}

.demo-banner strong {
  font-size: 12px;
}

.demo-banner p {
  margin: 4px 0 0;
  color: #527060;
  font-size: 10px;
  line-height: 1.6;
}

.roommate-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 14px;
  padding: 5px;
  background: #eaf3ed;
  border-radius: 16px;
}

.roommate-tabs button {
  min-height: 42px;
  color: #688076;
  background: transparent;
  border: 0;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.roommate-tabs button.active {
  color: #08783c;
  background: white;
  box-shadow: 0 6px 16px rgba(27, 100, 59, 0.11);
}

.roommate-panel {
  margin-top: 12px;
  padding: 18px;
  background: white;
  border: 1px solid #dcebe2;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(35, 98, 62, 0.08);
}

.panel-heading {
  display: flex;
  gap: 11px;
  align-items: center;
}

.panel-heading > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: white;
  background: var(--blue);
  border-radius: 11px;
  font-size: 11px;
  font-weight: 900;
}

.panel-heading h2 {
  margin: 0;
  font-size: 16px;
}

.panel-heading p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.roommate-form,
.verify-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.roommate-form label,
.verify-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  color: #345342;
  font-size: 11px;
  font-weight: 800;
}

.roommate-form input,
.roommate-form select,
.verify-form input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  outline: 0;
  color: var(--ink);
  background: #f8fcf9;
  border: 1px solid #d6e9dd;
  border-radius: 13px;
  font-size: 12px;
}

.roommate-form input:focus,
.roommate-form select:focus,
.verify-form input:focus {
  border-color: #65d496;
  box-shadow: 0 0 0 4px rgba(7, 193, 96, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.privacy-inline {
  display: flex;
  gap: 7px;
  padding: 10px 11px;
  color: #527060;
  background: #edf9f2;
  border-radius: 12px;
}

.privacy-inline p {
  margin: 0;
  font-size: 9.5px;
  line-height: 1.5;
}

.form-error {
  min-height: 15px;
  margin: -4px 0;
  color: #d14343;
  font-size: 10px;
}

.form-actions {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8px;
}

.primary-button,
.secondary-button,
.wide-secondary {
  min-height: 46px;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

.primary-button {
  color: white;
  background: var(--blue);
  border: 1px solid var(--blue);
  box-shadow: 0 8px 17px rgba(7, 193, 96, 0.2);
}

.secondary-button,
.wide-secondary {
  color: #08783c;
  background: white;
  border: 1px solid #addfc1;
}

.query-result {
  margin-top: 16px;
  padding: 15px;
  background: #f0faf4;
  border: 1px solid #ccebd8;
  border-radius: 17px;
}

.summary-number {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.summary-number strong {
  color: var(--blue-deep);
  font-size: 31px;
}

.summary-number span,
.query-result > p {
  color: #60756a;
  font-size: 10px;
}

.query-result > p {
  margin: 2px 0 0;
}

.empty-room {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-block: 25px;
  text-align: center;
}

.empty-room > span {
  font-size: 31px;
}

.empty-room > strong {
  margin-top: 8px;
  font-size: 13px;
}

.empty-room > p {
  max-width: 270px;
  margin-top: 5px;
  line-height: 1.6;
}

.reveal-card {
  margin-top: 16px;
}

.reveal-success {
  display: flex;
  gap: 9px;
  padding: 13px;
  color: #17613a;
  background: #e5f8ec;
  border: 1px solid #bde7cd;
  border-radius: 15px;
}

.reveal-success > span {
  font-size: 22px;
}

.reveal-success strong {
  font-size: 12px;
}

.reveal-success p {
  margin: 3px 0 0;
  font-size: 9.5px;
}

.roommate-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.roommate-person {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px;
  background: white;
  border: 1px solid #dcebe2;
  border-radius: 15px;
}

.roommate-person.is-self {
  background: #f0faf4;
  border-color: #bde7cd;
}

.roommate-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: white;
  background: linear-gradient(145deg, #24cc74, #059a4a);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.roommate-person div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.roommate-person strong {
  font-size: 11px;
}

.roommate-person small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 8.5px;
}

.roommate-person code {
  margin-top: 4px;
  color: #08783c;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.roommate-person button {
  min-height: 32px;
  padding: 0 10px;
  color: #08783c;
  background: white;
  border: 1px solid #addfc1;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.wide-secondary {
  width: 100%;
  margin-top: 10px;
}

.detail-hero {
  min-height: 244px;
}

.detail-eyebrow {
  margin: 0 0 6px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.detail-overview {
  position: relative;
  z-index: 2;
  margin: -18px 10px 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #d7eadf;
  border-radius: 19px;
  box-shadow: 0 12px 28px rgba(28, 91, 56, 0.12);
}

.overview-copy {
  display: flex;
  gap: 10px;
  align-items: center;
}

.overview-copy > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: #e9f8ef;
  border-radius: 11px;
  font-size: 18px;
}

.overview-copy strong {
  font-size: 13px;
}

.overview-copy p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 9.5px;
}

.overview-chips {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin-top: 11px;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.overview-chips::-webkit-scrollbar {
  display: none;
}

.overview-chips button {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 11px;
  color: #08783c;
  background: #eff9f3;
  border: 1px solid #c9e9d6;
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 750;
  cursor: pointer;
}

.detail-content-label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 21px 4px 9px;
  color: #345342;
  font-size: 12px;
}

.detail-content-label span {
  width: 4px;
  height: 16px;
  background: var(--blue);
  border-radius: 999px;
}

.structured-article {
  scroll-margin-top: 14px;
  overflow: hidden;
  padding: 0;
}

.article-heading {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 16px 17px;
  background: linear-gradient(135deg, #f0faf4, #f8fcf9);
  border-bottom: 1px solid #dcebe2;
}

.article-heading > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  color: white;
  background: linear-gradient(145deg, #22cc73, #059a4a);
  border-radius: 12px;
  box-shadow: 0 7px 15px rgba(7, 157, 77, 0.18);
  font-size: 11px;
  font-weight: 900;
}

.article-heading div {
  min-width: 0;
}

.article-heading small {
  color: #7a8c82;
  font-size: 8.5px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.article-heading h2 {
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 1.3;
}

.structured-article .article-body {
  padding: 15px;
}

.source-integrity-notice {
  display: flex;
  gap: 10px;
  margin: 0 0 12px;
  padding: 13px 14px;
  color: #6b4a08;
  background: #fff8df;
  border: 1px solid #f2d994;
  border-radius: 15px;
}

.source-integrity-notice > span {
  flex: 0 0 auto;
  font-size: 18px;
}

.source-integrity-notice strong {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
}

.source-integrity-notice p {
  margin: 3px 0 0;
  color: #76591e;
  font-size: 10.5px;
  line-height: 1.65;
}

.content-section,
.checklist-section,
.club-section {
  overflow: hidden;
  margin-top: 11px;
  background: #fbfdfc;
  border: 1px solid #dcebe2;
  border-radius: 17px;
}

.content-section:first-child,
.checklist-section:first-child,
.club-section:first-child {
  margin-top: 0;
}

.content-section-heading,
.checklist-section > header,
.club-section > header {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 13px;
  background: #eff9f3;
  border-bottom: 1px solid #d9ecdf;
}

.content-section-heading > span,
.checklist-section > header > span,
.club-section > header > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  color: #08783c;
  background: white;
  border: 1px solid #bfe5ce;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 900;
}

.content-section-heading h3,
.checklist-section h3,
.club-section h3 {
  margin: 0;
  color: #234331;
  font-size: 13px;
  line-height: 1.35;
}

.checklist-section header small,
.club-section header small {
  display: block;
  margin-top: 2px;
  color: #7c9085;
  font-size: 8.5px;
}

.content-section-body {
  padding: 12px;
}

.content-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 10px 11px;
  background: white;
  border: 1px solid #e2eee6;
  border-radius: 12px;
}

.content-list li > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 6px;
  background: #2acb75;
  border-radius: 50%;
}

.content-list li > span {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  color: #08783c;
  background: #e8f8ef;
  border-radius: 7px;
  font-size: 8px;
  font-weight: 900;
}

.content-list li p {
  margin: 0;
  color: #405a4c;
  font-size: 11.5px;
  line-height: 1.65;
}

.content-paragraph {
  margin: 0;
  padding: 3px 2px 10px;
  color: #4b6256;
  font-size: 12px;
  line-height: 1.85;
}

.content-paragraph + .content-paragraph {
  padding-top: 4px;
  border-top: 1px dashed #e0ebe4;
}

.content-definition {
  padding: 12px;
  background: white;
  border: 1px solid #e0ece4;
  border-left: 4px solid #2acb75;
  border-radius: 12px;
}

.content-definition + .content-definition {
  margin-top: 8px;
}

.content-definition strong {
  color: #1e4931;
  font-size: 11.5px;
}

.content-definition p {
  margin: 4px 0 0;
  color: #546b5e;
  font-size: 11px;
  line-height: 1.75;
}

.content-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: flex-start;
  padding: 11px 0;
}

.content-step + .content-step {
  border-top: 1px dashed #dce8e0;
}

.content-step > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: white;
  background: var(--blue);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 900;
}

.content-step p {
  margin: 3px 0 0;
  color: #465e51;
  font-size: 11.5px;
  line-height: 1.72;
}

.content-empty {
  padding: 25px 12px;
  color: var(--muted);
  text-align: center;
  background: #f7fbf8;
  border: 1px dashed #cfe4d7;
  border-radius: 15px;
  font-size: 10.5px;
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  padding: 10px;
}

.checklist-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: flex-start;
  padding: 10px 11px;
  background: white;
  border: 1px solid #e2eee6;
  border-radius: 12px;
}

.checklist-item > i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: white;
  background: #21c56d;
  border-radius: 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.checklist-item strong,
.checklist-item small {
  display: block;
}

.checklist-item strong {
  color: #304d3d;
  font-size: 11px;
  line-height: 1.5;
}

.checklist-item small {
  margin-top: 3px;
  color: #7a8d83;
  font-size: 9px;
  line-height: 1.45;
}

.major-feature-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.major-feature-list article {
  padding: 12px;
  background: white;
  border: 1px solid #e0ece4;
  border-radius: 13px;
}

.major-feature-list strong {
  display: inline-flex;
  padding: 4px 8px;
  color: #08783c;
  background: #e8f8ef;
  border-radius: 8px;
  font-size: 11px;
}

.major-feature-list p {
  margin: 7px 0 0;
  color: #53695d;
  font-size: 10.5px;
  line-height: 1.75;
}

.college-grid {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.college-card {
  padding: 12px;
  background: white;
  border: 1px solid #e0ece4;
  border-radius: 13px;
}

.college-card header {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.college-card h4 {
  margin: 0;
  font-size: 12px;
}

.college-card header span {
  flex: 0 0 auto;
  padding: 4px 7px;
  color: #876719;
  background: #fff7dc;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
}

.college-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.college-card li {
  padding: 7px 8px;
  color: #4d6357;
  background: #f5faf7;
  border-radius: 8px;
  font-size: 9.5px;
  line-height: 1.4;
}

.club-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 10px;
}

.club-grid > span {
  padding: 9px 8px;
  color: #405a4c;
  text-align: center;
  background: white;
  border: 1px solid #e2eee6;
  border-radius: 10px;
  font-size: 9.5px;
  line-height: 1.4;
}

.related-guides {
  margin-top: 22px;
}

.related-guides > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.related-guides button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 11px 13px;
  text-align: left;
  background: white;
  border: 1px solid #dcebe2;
  border-radius: 15px;
  cursor: pointer;
}

.related-guides button > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: #eaf8f0;
  border-radius: 11px;
  font-size: 19px;
}

.related-guides button div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.related-guides button strong {
  font-size: 11.5px;
}

.related-guides button small {
  overflow: hidden;
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-guides button b {
  color: #8da097;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 360px) {
  .site-shell {
    padding-inline: 11px;
  }

  .hero {
    min-height: 230px;
    padding-inline: 18px;
  }

  .hero.compact-hero {
    min-height: 122px;
    padding: 15px;
  }

  .compact-hero h1 {
    margin-top: 13px;
    font-size: 24px;
  }

  .school-summary {
    padding-inline: 11px;
  }

  .school-summary-copy p {
    max-width: 190px;
    font-size: 9px;
  }

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

  .hot-topic-card {
    min-height: 60px;
    padding-inline: 8px;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .topic-card:not(.compact) {
    min-height: 135px;
  }

  .form-row,
  .form-actions {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 760px) {
  .site-shell {
    padding-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
