.studentHouseSection,
body.student-house-news-house-page,
body.student-house-news-detail-page {
  --student-house-primary: #145b49;
  --student-house-primary-deep: #0d4135;
  --student-house-accent: #1d8d6b;
  --student-house-soft: #edf7f3;
  --student-house-border: rgba(18, 91, 73, 0.14);
  --student-house-glass: rgba(255, 255, 255, 0.72);
  --student-house-glass-strong: rgba(255, 255, 255, 0.86);
  --student-house-shadow: 0 4px 14px rgba(10, 47, 38, 0.05);
  --student-house-shadow-hover: 0 10px 18px rgba(10, 47, 38, 0.08);
  --student-house-radius: 24px;
}

.studentHouseSectionWave {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0.05rem;
  margin-bottom: 0;
  line-height: 0;
  pointer-events: none;
  z-index: 1;
}

.studentHouseSectionWave .studentHouseSectionWave-svg {
  display: block;
  width: 100%;
  height: 1.75rem;
}

.studentHouseSectionWave .studentHouseSectionWave-layer1 {
  fill: rgba(194, 226, 215, 0.16);
}

.studentHouseSectionWave .studentHouseSectionWave-layer2 {
  fill: rgba(213, 236, 227, 0.28);
}

.studentHouseSectionWave .studentHouseSectionWave-layer3 {
  fill: rgba(235, 247, 242, 0.64);
}

.studentHouseSection {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0.9rem;
}

.studentHouseSection .studentHouseSectionHero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0.35rem;
  padding:
    0.55rem
    max(1rem, calc((100vw - 68rem) / 2))
    1.05rem;
  background:
    linear-gradient(180deg, rgba(236, 246, 242, 0.96) 0%, rgba(244, 248, 246, 0.76) 44%, rgba(244, 248, 246, 0) 100%),
    radial-gradient(circle at 10% 0%, rgba(29, 141, 107, 0.08) 0%, rgba(29, 141, 107, 0) 28%),
    radial-gradient(circle at 90% 6%, rgba(20, 91, 73, 0.06) 0%, rgba(20, 91, 73, 0) 24%);
  overflow: hidden;
}

.studentHouseSection .studentHouseSectionHero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(20, 91, 73, 0.05) 0, rgba(20, 91, 73, 0.05) 1px, transparent 1px, transparent 164px);
  background-size: 164px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.08) 48%, transparent 90%);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.studentHouseSection .studentHouseNewsTitle {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(11rem, 13.5rem) minmax(0, 1fr);
  gap: 1.45rem;
  align-items: center;
  max-width: 68rem;
  margin: 0 auto !important;
  padding: 0 0 1rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.studentHouseSection .studentHouseNewsTitle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 91, 73, 0) 0%, rgba(20, 91, 73, 0.14) 12%, rgba(20, 91, 73, 0.18) 88%, rgba(20, 91, 73, 0) 100%);
  pointer-events: none;
}

.studentHouseSection .studentHouseNewsTitle::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 0.1rem;
  width: 14rem;
  height: 5.4rem;
  background: radial-gradient(circle at center, rgba(29, 141, 107, 0.12) 0%, rgba(29, 141, 107, 0) 72%);
  pointer-events: none;
}

.studentHouseSection .studentHouseNewsTitle-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.85rem;
  min-height: 100%;
  padding: 0.45rem 1.25rem 0.45rem 0.25rem;
  border-right: 1px solid rgba(20, 91, 73, 0.12);
}

.studentHouseSection .studentHouseNewsTitle-note {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #5c786e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studentHouseSection .studentHouseNewsTitle-note::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 91, 73, 0.36) 0%, rgba(20, 91, 73, 0.05) 100%);
}

.studentHouseSection .studentHouseNewsTitle-inner {
  position: relative;
  max-width: 44rem;
  margin: 0;
  padding: 0.15rem 0 0.15rem 1.2rem;
  text-align: left;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.studentHouseSection .studentHouseNewsTitle-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(29, 141, 107, 0.92) 0%, rgba(20, 91, 73, 0.92) 100%);
}

.studentHouseSection .studentHouseNewsTitle-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: fit-content;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 91, 73, 0.16);
  background: rgba(255, 255, 255, 0.74);
  color: #215545;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.studentHouseSection .studentHouseNewsTitle h5 {
  margin: 0;
  color: #123f34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.38rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-shadow: none;
}

.studentHouseSection .studentHouseNewsTitle p {
  margin: 0.72rem 0 0;
  max-width: 42rem;
  color: #4c685f;
  font-size: 0.97rem;
  line-height: 1.72;
}

.studentHouseSection .student_house_news_home_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding-top: 0.3rem;
  padding-bottom: 0.75rem;
}

.studentHouseSection .student_house_news_home_wrapper .student-house-home-slider-viewport {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.1rem 0.2rem 0.35rem;
}

.studentHouseSection .student_house_news_home_wrapper .student-house-home-slider-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.2rem;
  transition: transform 0.72s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

.studentHouseSection .student_house_news_home_wrapper.is-overflowing .student-house-home-slider-track {
  justify-content: flex-start;
}

.studentHouseSection .student_house_news_home_wrapper .student-house-home-slide-item {
  flex: 0 0 19.75rem;
  width: 19.75rem;
  max-width: 19.75rem;
}

.studentHouseSection .student_house_news_home_wrapper .student-house-news-empty-state {
  max-width: 96rem;
  margin: 0 auto;
}

.studentHouseSection .student-house-home-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 91, 73, 0.1);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 251, 0.98) 100%);
  box-shadow: var(--student-house-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  cursor: pointer;
}

.studentHouseSection .student-house-home-card::before,
body.student-house-news-house-page .student-house-news-post-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.28rem;
  background: linear-gradient(90deg, var(--student-house-accent) 0%, var(--student-house-primary) 100%);
}

.studentHouseSection .student-house-home-card:hover,
body.student-house-news-house-page .student-house-news-post-card:hover {
  transform: translateY(-0.18rem);
  border-color: rgba(29, 141, 107, 0.22);
  box-shadow: var(--student-house-shadow-hover) !important;
}

.studentHouseSection .student-house-home-card.is-placeholder {
  cursor: default;
}

.studentHouseSection .student-house-home-card.is-placeholder:hover {
  transform: none;
  border-color: rgba(18, 91, 73, 0.1);
  box-shadow: var(--student-house-shadow) !important;
}

.studentHouseSection .student-house-home-card.is-placeholder .card-img-top {
  filter: saturate(0.7);
}

.studentHouseSection .student-house-home-card .card-img-top {
  height: 9.8rem;
  object-fit: cover;
}

.studentHouseSection .student-house-home-card .card-body {
  padding: 0.9rem 0.9rem 1rem;
}

.studentHouseSection .student-house-home-date {
  color: #557c70;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.studentHouseSection .student-house-home-name {
  color: var(--student-house-primary);
  font-size: 0.88rem;
  font-weight: 800;
}

.studentHouseSection .student-house-home-card .card-title,
body.student-house-news-house-page .student-house-news-post-card .card-title {
  color: var(--student-house-primary-deep);
  font-weight: 780;
  line-height: 1.34;
}

.studentHouseSection .student-house-home-card .card-title {
  font-size: 1.02rem;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.studentHouseSection .student-house-home-intro {
  margin-bottom: 0.45rem;
  padding: 0.42rem 0.56rem;
  border: 1px solid rgba(29, 141, 107, 0.14);
  border-radius: 0.8rem;
  background: rgba(237, 247, 243, 0.82);
  color: #2d6354;
  font-size: 0.82rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.studentHouseSection .student-house-home-excerpt,
body.student-house-news-house-page .student-house-news-post-card .card-text {
  color: #35594e;
  font-size: 0.9rem;
  line-height: 1.55;
}

.studentHouseSection .student-house-home-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.studentHouseSection .student-house-home-read-more,
body.student-house-news-house-page .student-house-news-post-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  border: 1px solid rgba(29, 141, 107, 0.14);
  border-radius: 999px;
  background: rgba(239, 248, 244, 0.9);
  color: var(--student-house-primary);
  font-weight: 700;
  text-decoration: none;
}

.studentHouseSection .student-house-home-read-more {
  margin-top: 0.18rem;
  padding: 0.36rem 0.76rem;
}

.studentHouseSection .student-house-home-read-more.is-disabled {
  border-style: dashed;
  background: rgba(244, 247, 246, 0.92);
  color: #6a8078;
  pointer-events: none;
}

.studentHouseSection .student-house-home-read-more:hover,
body.student-house-news-house-page .student-house-news-post-link:hover {
  border-color: rgba(29, 141, 107, 0.3);
  background: #e4f5ee;
  color: var(--student-house-primary-deep);
  text-decoration: none;
}

.studentHouseSection .student-house-news-empty-state,
body.student-house-news-house-page .student-house-news-empty-list {
  border: 1px solid rgba(29, 141, 107, 0.12);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(242, 249, 246, 0.95) 100%);
  color: #2c6151;
  box-shadow: 0 4px 14px rgba(10, 47, 38, 0.05);
}

body.student-house-news-house-page,
body.student-house-news-detail-page {
  background:
    radial-gradient(circle at top left, rgba(29, 141, 107, 0.08) 0%, rgba(29, 141, 107, 0) 32%),
    radial-gradient(circle at bottom right, rgba(13, 65, 53, 0.08) 0%, rgba(13, 65, 53, 0) 28%),
    #f4f8f6;
}

body.student-house-news-house-page .btn-outline-secondary,
body.student-house-news-detail-page .btn-outline-secondary {
  border-color: rgba(20, 91, 73, 0.18);
  background: rgba(255, 255, 255, 0.84);
  color: var(--student-house-primary);
}

body.student-house-news-house-page .btn-outline-secondary:hover,
body.student-house-news-detail-page .btn-outline-secondary:hover {
  border-color: rgba(20, 91, 73, 0.28);
  background: #eff8f4;
  color: var(--student-house-primary-deep);
}

body.student-house-news-house-page .student-house-news-house-hero,
body.student-house-news-detail-page .student-house-news-detail-body {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 91, 73, 0.1);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 252, 251, 0.96) 100%);
  box-shadow: var(--student-house-shadow);
  backdrop-filter: blur(4px) saturate(108%);
  -webkit-backdrop-filter: blur(4px) saturate(108%);
}

body.student-house-news-house-page .student-house-news-house-hero::before,
body.student-house-news-detail-page .student-house-news-detail-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.32rem;
  background: linear-gradient(90deg, var(--student-house-accent) 0%, var(--student-house-primary) 100%);
}

body.student-house-news-house-page .student-house-news-house-badge,
body.student-house-news-detail-page .student-house-news-detail-meta {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(29, 141, 107, 0.14);
  border-radius: 999px;
  background: #edf8f4;
  color: var(--student-house-primary);
  font-size: 0.82rem;
  font-weight: 700;
}

body.student-house-news-house-page .student-house-news-house-title,
body.student-house-news-detail-page .student-house-news-detail-title {
  color: var(--student-house-primary-deep);
  font-size: 2.04rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

body.student-house-news-house-page .student-house-news-house-intro {
  color: #295546;
  font-size: 1rem;
  line-height: 1.72;
}

body.student-house-news-house-page .student-house-news-house-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem 0.88rem;
  color: #2c594c;
  font-size: 0.91rem;
}

body.student-house-news-house-page .student-house-news-house-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.7rem;
  border: 1px solid rgba(29, 141, 107, 0.12);
  border-radius: 999px;
  background: rgba(237, 248, 244, 0.9);
}

body.student-house-news-house-page .student-house-news-post-date {
  color: #557c70;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.student-house-news-house-page .student-house-news-post-author,
body.student-house-news-detail-page .student-house-news-detail-author {
  color: #46665c;
  font-size: 0.88rem;
  font-weight: 700;
}

body.student-house-news-house-page .student-house-news-post-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 91, 73, 0.1);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 252, 251, 0.96) 100%);
  box-shadow: var(--student-house-shadow);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.student-house-news-house-page .student-house-news-post-card .card-img-top {
  height: 10.6rem;
  object-fit: cover;
}

body.student-house-news-house-page .student-house-news-post-card .card-body {
  padding: 0.98rem 0.98rem 1.08rem;
}

body.student-house-news-house-page .student-house-news-post-card .card-title {
  font-size: 1.04rem;
  margin-bottom: 0.42rem;
}

body.student-house-news-house-page .student-house-news-post-card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.student-house-news-house-page .student-house-news-post-link {
  padding: 0.36rem 0.76rem;
}

body.student-house-news-detail-page .student-house-news-detail-article {
  max-width: 61rem;
  margin: 0 auto;
}

body.student-house-news-detail-page .student-house-news-detail-hero {
  overflow: hidden;
  border: 1px solid rgba(18, 91, 73, 0.1);
  border-radius: 1.1rem;
  box-shadow: var(--student-house-shadow);
}

body.student-house-news-detail-page .student-house-news-detail-hero-image {
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
  display: block;
}

body.student-house-news-detail-page .student-house-news-detail-house-label {
  color: var(--student-house-primary);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.student-house-news-detail-page .student-house-news-detail-excerpt {
  border-left: 0.26rem solid rgba(29, 141, 107, 0.38);
  margin-bottom: 1.5rem;
  padding: 0.15rem 0 0.15rem 1rem;
  background: linear-gradient(90deg, rgba(237, 248, 244, 0.96) 0%, rgba(237, 248, 244, 0) 92%);
  color: #264e42;
  font-size: 1rem;
  line-height: 1.64;
}

body.student-house-news-detail-page .student-house-news-detail-content {
  color: #2f4e44;
  font-size: 1rem;
  line-height: 1.76;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body.student-house-news-house-page .student-house-news-not-found,
body.student-house-news-detail-page .student-house-news-not-found {
  max-width: 45rem;
  margin: 3rem auto;
  padding: 2.5rem 1.5rem;
  border: 1px solid rgba(18, 91, 73, 0.1);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 252, 251, 0.96) 100%);
  box-shadow: var(--student-house-shadow);
}

@media (max-width: 767.98px) {
  .studentHouseSectionWave .studentHouseSectionWave-svg {
    height: 1.35rem;
  }

  .studentHouseSection .studentHouseNewsTitle {
    display: block;
    margin: 0 auto !important;
    padding: 0 0 0.85rem;
  }

  .studentHouseSection .studentHouseSectionHero {
    margin-bottom: 0.2rem;
    padding:
      0.4rem
      1rem
      0.85rem;
  }

  .studentHouseSection .studentHouseNewsTitle::after {
    top: -0.1rem;
    right: 50%;
    width: 8rem;
    height: 4rem;
    transform: translateX(50%);
  }

  .studentHouseSection .studentHouseNewsTitle-meta {
    align-items: center;
    gap: 0.55rem;
    padding: 0.1rem 0 0.72rem;
    border-right: 0;
    border-bottom: 0;
  }

  .studentHouseSection .studentHouseNewsTitle-note::before {
    width: 1.6rem;
  }

  .studentHouseSection .studentHouseNewsTitle-inner {
    max-width: 100%;
    margin-top: 0.75rem;
    padding: 0.95rem 0 0;
    text-align: center;
  }

  .studentHouseSection .studentHouseNewsTitle-inner::before {
    left: 50%;
    top: 0;
    bottom: auto;
    width: 3.25rem;
    height: 3px;
    transform: translateX(-50%);
  }

  .studentHouseSection .studentHouseNewsTitle h5 {
    font-size: 1.58rem;
    line-height: 1.08;
  }

  .studentHouseSection .studentHouseNewsTitle p {
    margin-top: 0.6rem;
    font-size: 0.84rem;
    max-width: 100%;
  }

  .studentHouseSection .student_house_news_home_wrapper .student-house-home-slider-viewport {
    padding-left: 0;
    padding-right: 0;
  }

  .studentHouseSection .student_house_news_home_wrapper .student-house-home-slide-item {
    flex-basis: min(19.75rem, calc(100vw - 2rem));
    width: min(19.75rem, calc(100vw - 2rem));
    max-width: min(19.75rem, calc(100vw - 2rem));
  }

  .studentHouseSection .student-house-home-card .card-img-top,
  body.student-house-news-house-page .student-house-news-post-card .card-img-top {
    height: 11.2rem;
  }

  body.student-house-news-house-page .student-house-news-house-title,
  body.student-house-news-detail-page .student-house-news-detail-title {
    font-size: 1.55rem;
  }

  body.student-house-news-detail-page .student-house-news-detail-hero-image {
    max-height: 18rem;
  }
}
