:root {
  --lbha-green-900: #1d4ed8;
  --lbha-green-800: #1e5fd4;
  --lbha-green-700: #2563eb;
  --lbha-green-100: #eaf2ff;
  --lbha-green-50: #f6f9ff;
  --lbha-ink: #172033;
  --lbha-muted: #667085;
  --lbha-line: #dfe6ef;
  --lbha-cream: #ffffff;
  --lbha-amber: #a85b00;
  --lbha-amber-soft: #fff3d8;
  --lbha-red: #c63f3f;
  --lbha-red-soft: #fff0ef;
  --lbha-blue: #2563eb;
  --lbha-shadow: 0 18px 55px rgba(16, 42, 67, .10);
}

.lbha-home,
.lbha-home * {
  box-sizing: border-box;
}

.lbha-home {
  display: block;
  width: 100%;
  overflow: hidden;
  color: var(--lbha-ink);
  font-family: inherit;
  line-height: 1.55;
  word-break: keep-all;
}

.lbha-main {
  width: 100%;
}

.lbha-v2-active .lb-money-home-hub,
.lbha-v2-active #lb-money-home-fallback,
.lbha-v2-active [data-lb-money-home-hub] {
  display: none !important;
}

.lbha-home svg {
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
}

.lbha-home a {
  color: inherit;
  text-decoration: none;
}

.lbha-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.lbha-hero {
  position: relative;
  padding: clamp(54px, 7vw, 92px) 0 clamp(46px, 6vw, 76px);
  overflow: hidden;
  border-bottom: 1px solid #e5ebf3;
  background:
    radial-gradient(circle at 83% 12%, rgba(37, 99, 235, .11), transparent 24%),
    radial-gradient(circle at 15% 85%, rgba(15, 159, 110, .10), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.lbha-hero::before,
.lbha-hero::after {
  position: absolute;
  border: 1px solid rgba(35, 119, 91, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.lbha-hero::before {
  width: 280px;
  height: 280px;
  top: -160px;
  right: 5%;
}

.lbha-hero::after {
  width: 180px;
  height: 180px;
  bottom: -112px;
  left: 9%;
}

.lbha-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lbha-eyebrow {
  margin: 0 0 9px !important;
  color: var(--lbha-green-700) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: .02em;
}

.lbha-hero h1 {
  max-width: 820px;
  margin: 0 auto !important;
  color: var(--lbha-ink) !important;
  font-size: clamp(36px, 5.2vw, 62px) !important;
  font-weight: 900 !important;
  letter-spacing: -.045em;
  line-height: 1.13 !important;
}

.lbha-hero__lead {
  max-width: 680px;
  margin: 18px auto 0 !important;
  color: var(--lbha-muted) !important;
  font-size: clamp(16px, 2vw, 20px) !important;
  line-height: 1.65 !important;
}

.lbha-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(850px, 100%);
  margin: 34px auto 0;
  padding: 8px;
  border: 1px solid #c9d8ec;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(37, 99, 235, .12);
}

.lbha-search input {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 12px 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--lbha-ink);
  font: inherit;
  font-size: 17px;
}

.lbha-search input::placeholder {
  color: #83928c;
}

.lbha-search button,
.lbha-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 0;
  border-radius: 14px;
  background: var(--lbha-green-700);
  color: #fff !important;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.lbha-search button:hover,
.lbha-button:hover {
  transform: translateY(-1px);
  background: var(--lbha-green-900);
  box-shadow: 0 10px 24px rgba(15, 81, 63, .18);
}

.lbha-quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: min(900px, 100%);
  margin: 18px auto 0;
}

.lbha-quick a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid #d4e3dc;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #315f50;
  font-size: 13px;
  font-weight: 800;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.lbha-quick a:hover {
  border-color: #9bbcf7;
  background: var(--lbha-green-100);
  color: var(--lbha-green-900);
}

.lbha-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
  color: #596579;
  font-size: 13px;
  font-weight: 700;
}

.lbha-trust span,
.lbha-updated,
.lbha-card__meta span,
.lbha-verified-row__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.lbha-trust svg {
  color: var(--lbha-green-700);
}

.lbha-weather-status-wrap {
  position: relative;
  z-index: 3;
  margin-top: -18px;
  margin-bottom: -16px;
}

.lbha-weather-status {
  display: flex;
  width: min(620px, 100%);
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  padding: 3px 6px 3px 12px;
  border: 1px solid #d8e5f5;
  border-radius: 999px;
  background: #f2f6fc;
  box-shadow: 0 8px 22px rgba(37, 99, 235, .07);
  color: #4d5f78;
  font-size: 12px;
}

.lbha-weather-status__button {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.lbha-weather-status__button svg {
  width: 15px;
  height: 15px;
  color: var(--lbha-green-700);
}

.lbha-weather-status__button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lbha-weather-status__button:hover,
.lbha-weather-status__button:focus-visible,
.lbha-weather-status__link:hover,
.lbha-weather-status__link:focus-visible {
  color: var(--lbha-green-900);
}

.lbha-weather-status__link {
  flex: 0 0 auto;
  padding: 4px 8px;
  color: var(--lbha-green-700) !important;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.lbha-weather-status[data-state="loading"] .lbha-weather-status__button {
  opacity: .72;
}

.lbha-weather-status[data-state="error"] {
  border-color: #f0d7d4;
  background: #fff7f6;
  color: #8b4a43;
}

.lbha-section {
  padding: clamp(58px, 7vw, 88px) 0;
}

.lbha-section + .lbha-section {
  border-top: 1px solid #edf2ef;
}

.lbha-section--today {
  background: #fff;
}

.lbha-section--situations {
  background: #f8fafc;
}

.lbha-section--verified {
  background: #ffffff;
}

.lbha-section--latest {
  background: #f8fafc;
}

.lbha-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.lbha-section-head--split {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
}

.lbha-section-head h2,
.lbha-kakao h2 {
  margin: 0 !important;
  color: var(--lbha-ink) !important;
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 900 !important;
  letter-spacing: -.035em;
  line-height: 1.22 !important;
}

.lbha-section-head > p:last-child,
.lbha-section-head--split > div > p:last-child,
.lbha-kakao p {
  margin: 10px 0 0 !important;
  color: var(--lbha-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.lbha-updated {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid #cfe0d8;
  border-radius: 999px;
  background: #fff;
  color: var(--lbha-green-800);
  font-size: 12px;
  font-weight: 800;
}

.lbha-today-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  border: 1px solid #d8e3f2;
  border-radius: 28px;
  background: linear-gradient(145deg, #eef5ff, #fff 58%, #f4fbf8);
  box-shadow: var(--lbha-shadow);
}

.lbha-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--lbha-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(16, 42, 67, .05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.lbha-card__content {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px;
}

.lbha-media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #eaf2ff;
  isolation: isolate;
}

.lbha-media__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  transition: transform .28s ease;
}

.lbha-card:hover .lbha-media__image,
.lbha-tool:hover .lbha-media__image,
.lbha-latest-card:hover .lbha-media__image {
  transform: scale(1.035);
}

.lbha-media__fallback {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
  place-items: center;
  color: #183a78;
  background: linear-gradient(145deg, #eef5ff, #dceaff);
}

.lbha-media--tone-2 .lbha-media__fallback {
  color: #17674f;
  background: linear-gradient(145deg, #effaf5, #d9f0e6);
}

.lbha-media--tone-3 .lbha-media__fallback {
  color: #8b5a14;
  background: linear-gradient(145deg, #fff9ea, #f7e8bd);
}

.lbha-media--tone-4 .lbha-media__fallback {
  color: #85415e;
  background: linear-gradient(145deg, #fff3f7, #f5dbe5);
}

.lbha-media--tone-5 .lbha-media__fallback {
  color: #4f4b9b;
  background: linear-gradient(145deg, #f5f3ff, #e4e0fb);
}

.lbha-media--tone-6 .lbha-media__fallback {
  color: #31616b;
  background: linear-gradient(145deg, #eff9fb, #d9eef2);
}

.lbha-media__shape {
  position: absolute;
  border-radius: 999px;
  background: currentColor;
  opacity: .08;
}

.lbha-media__shape--one {
  width: 68%;
  aspect-ratio: 1;
  top: -36%;
  right: -20%;
}

.lbha-media__shape--two {
  width: 42%;
  aspect-ratio: 1;
  bottom: -20%;
  left: -12%;
}

.lbha-media__glyph {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(46px, 34%, 78px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28%;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 32px rgba(28, 59, 96, .10);
  backdrop-filter: blur(5px);
}

.lbha-media__glyph svg {
  width: 52%;
  height: 52%;
}

.lbha-media__brand {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: currentColor;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: -.02em;
  opacity: .58;
}

.lbha-card:hover {
  transform: translateY(-3px);
  border-color: #a9c3ef;
  box-shadow: 0 16px 34px rgba(16, 42, 67, .09);
}

.lbha-card--today {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.lbha-card--today .lbha-media--today {
  width: 104px;
  aspect-ratio: 1;
  border-radius: 16px;
}

.lbha-card--today .lbha-card__content {
  padding: 0;
}

.lbha-card--today .lbha-card__badges {
  margin-bottom: 10px;
}

.lbha-card--today h3 {
  font-size: 17px !important;
  line-height: 1.38 !important;
}

.lbha-card--today .lbha-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 13px !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lbha-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}

.lbha-badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.lbha-badge--category {
  background: var(--lbha-green-100);
  color: var(--lbha-green-900);
}

.lbha-badge--status {
  background: var(--lbha-amber-soft);
  color: var(--lbha-amber);
}

.lbha-badge--deadline {
  margin-left: auto;
  background: var(--lbha-red-soft);
  color: var(--lbha-red);
}

.lbha-card h3,
.lbha-latest-card h3,
.lbha-verified-row h3 {
  margin: 0 !important;
  color: var(--lbha-ink) !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  letter-spacing: -.02em;
  line-height: 1.42 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lbha-card h3 a:hover,
.lbha-latest-card h3 a:hover,
.lbha-verified-row h3 a:hover {
  color: var(--lbha-green-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lbha-card__excerpt {
  margin: 11px 0 18px !important;
  color: var(--lbha-muted) !important;
  font-size: 14px !important;
  line-height: 1.66 !important;
}

.lbha-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #eef2f0;
  color: #66766f;
  font-size: 11px;
  font-weight: 700;
}

.lbha-card__meta svg {
  color: var(--lbha-green-700);
}

.lbha-card__cta,
.lbha-latest-card__content > a:last-child {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin-top: 17px;
  color: var(--lbha-green-700) !important;
  font-size: 14px;
  font-weight: 850;
}

.lbha-card__cta:hover,
.lbha-latest-card__content > a:last-child:hover {
  color: var(--lbha-green-900) !important;
}

.lbha-trending-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 15px;
}

.lbha-card--featured {
  grid-row: span 2;
  min-height: 0;
  border-color: #abc7fa;
  background: #fff;
}

/* Keep every supported curated count balanced without dropping saved posts. */
.lbha-trending-grid--1,
.lbha-trending-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lbha-trending-grid--1 .lbha-card--featured {
  grid-column: span 2;
  grid-row: auto;
}

.lbha-trending-grid--2 .lbha-card--featured {
  grid-row: auto;
}

.lbha-trending-grid--3 {
  grid-template-columns: 1.2fr .8fr;
}

.lbha-trending-grid--3 .lbha-card--featured {
	grid-row: span 2;
}

.lbha-trending-grid--4 .lbha-card--featured {
  grid-row: span 3;
}

.lbha-trending-grid--4 {
  grid-template-columns: 1.2fr .8fr;
}

.lbha-trending-grid--6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lbha-trending-grid--6 .lbha-card--featured {
  grid-column: span 2;
  grid-row: span 2;
}

.lbha-media--featured {
  aspect-ratio: 16 / 9;
}

.lbha-card--featured .lbha-card__content {
  padding: 24px;
}

.lbha-card--trending {
  min-height: 0;
}

.lbha-card--trending .lbha-card__content {
  padding: 17px;
}

.lbha-media--trending {
  aspect-ratio: 16 / 9;
}

.lbha-card--trending .lbha-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lbha-card--trending .lbha-card__meta {
  display: none;
}

.lbha-situation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lbha-situation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 126px;
  align-items: center;
  padding: 16px;
  border: 1px solid #dde5ef;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 20px rgba(16, 42, 67, .04);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.lbha-situation:hover {
  transform: translateY(-2px);
  border-color: #a9c3ef;
  box-shadow: 0 13px 26px rgba(16, 42, 67, .08);
}

.lbha-situation__visual {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  overflow: hidden;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #eef5ff, #dce9ff);
  color: var(--lbha-green-800);
}

.lbha-situation:nth-child(3n + 2) .lbha-situation__visual {
  background: linear-gradient(145deg, #effaf5, #d8efe4);
  color: #17674f;
}

.lbha-situation:nth-child(3n) .lbha-situation__visual {
  background: linear-gradient(145deg, #fff8e9, #f4e4b9);
  color: #8b5a14;
}

.lbha-situation__shape {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -18px;
  right: -18px;
  border-radius: 50%;
  background: currentColor;
  opacity: .09;
}

.lbha-situation__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 13px;
  background: rgba(255, 255, 255, .70);
  color: var(--lbha-green-800);
}

.lbha-situation__icon svg {
  width: 23px;
  height: 23px;
}

.lbha-situation strong,
.lbha-tool strong {
  display: block;
  color: var(--lbha-ink);
  font-size: 15px;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lbha-situation small,
.lbha-tool small {
  display: block;
  margin-top: 3px;
  color: var(--lbha-muted);
  font-size: 11px;
  line-height: 1.45;
}

.lbha-situation > svg,
.lbha-tool > svg {
  color: #7a8e86;
}

.lbha-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lbha-tool {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px;
  min-height: 112px;
  align-items: center;
  overflow: hidden;
  padding: 11px 15px 11px 11px;
  border: 1px solid var(--lbha-line);
  border-radius: 17px;
  background: #fff;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.lbha-media--tool {
  width: 88px;
  aspect-ratio: 1;
  border-radius: 16px;
}

.lbha-tool__copy {
  min-width: 0;
}

.lbha-tool:hover {
  transform: translateX(2px);
  border-color: #a9c3ef;
  background: var(--lbha-green-50);
}

.lbha-verified-list {
  overflow: hidden;
  border: 1px solid #e2dfd1;
  border-radius: 22px;
  background: #fff;
}

.lbha-verified-row {
  display: grid;
  grid-template-columns: 142px 140px minmax(0, 1.25fr) minmax(180px, .7fr) auto;
  gap: 16px;
  align-items: center;
  padding: 13px 18px;
}

.lbha-media--verified {
  width: 142px;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
}

.lbha-verified-row + .lbha-verified-row {
  border-top: 1px solid #eeeadd;
}

.lbha-verified-row h3 {
  font-size: 16px !important;
}

.lbha-verified-row p {
  margin: 0 !important;
  color: var(--lbha-muted) !important;
  font-size: 12px !important;
}

.lbha-verified-row__date {
  color: var(--lbha-green-800);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.lbha-verified-row__date small {
  display: block;
  margin-left: 3px;
  color: var(--lbha-muted);
  font-size: 10px;
  font-weight: 700;
}

.lbha-section--kakao {
  padding-block: 44px;
  border-top: 0 !important;
  background: #fae100;
}

.lbha-kakao {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.lbha-kakao__icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 22px;
  background: #381e1f;
  color: #fae100;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

.lbha-kakao .lbha-eyebrow,
.lbha-kakao p {
  color: #5a4f00 !important;
}

.lbha-kakao h2 {
  font-size: clamp(23px, 3vw, 34px) !important;
}

.lbha-button--kakao {
  background: #381e1f;
}

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

.lbha-latest-card {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 15px;
  min-width: 0;
  overflow: hidden;
  padding: 11px;
  border: 1px solid var(--lbha-line);
  border-radius: 17px;
  background: #fff;
}

.lbha-media--latest {
  width: 148px;
  aspect-ratio: 3 / 2;
  align-self: stretch;
  border-radius: 13px;
}

.lbha-latest-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 3px 5px 3px 0;
}

.lbha-latest-card h3 {
  margin-top: 8px !important;
  font-size: 17px !important;
}

.lbha-latest-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 0 !important;
  color: var(--lbha-muted) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lbha-latest-card__content > a:last-child {
  margin-top: auto;
  padding-top: 14px;
}

.lbha-home a:focus-visible,
.lbha-home button:focus-visible,
.lbha-home input:focus-visible {
  outline: 3px solid #1d4ed8;
  outline-offset: 3px;
}

.lbha-section:focus {
  outline: 3px solid #1d4ed8;
  outline-offset: -3px;
}

@media (max-width: 1020px) {
  .lbha-trending-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lbha-card--featured {
    grid-column: span 2;
    grid-row: auto;
    min-height: 350px;
  }

  .lbha-trending-grid--3 .lbha-card--featured,
  .lbha-trending-grid--4 .lbha-card--featured,
  .lbha-trending-grid--6 .lbha-card--featured {
    grid-row: auto;
  }

  .lbha-trending-grid--1 .lbha-card--featured {
    min-height: 0;
  }

  .lbha-trending-grid--2 .lbha-card--featured {
    grid-column: auto;
    min-height: 0;
  }

  .lbha-trending-grid--4 .lbha-card--trending:last-child,
  .lbha-trending-grid--6 .lbha-card--trending:last-child {
    grid-column: span 2;
  }

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

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

  .lbha-verified-row {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .lbha-media--verified {
    width: 130px;
  }

  .lbha-verified-row > .lbha-media {
    grid-column: 1;
    grid-row: 1 / span 4;
  }

  .lbha-verified-row > div,
  .lbha-verified-row h3,
  .lbha-verified-row p,
  .lbha-verified-row__date {
    grid-column: 2;
  }

  .lbha-verified-row p,
  .lbha-verified-row__date {
    grid-column: 2;
  }

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

@media (max-width: 780px) {
  .lbha-shell {
    width: min(100% - 28px, 1180px);
  }

  .lbha-hero {
    padding: 44px 0 50px;
  }

  .lbha-hero__inner {
    text-align: left;
  }

  .lbha-hero h1 {
    margin-inline: 0 !important;
    font-size: clamp(34px, 10.2vw, 48px) !important;
  }

  .lbha-hero__lead {
    margin-inline: 0 !important;
  }

  .lbha-search {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 7px;
  }

  .lbha-search input {
    min-height: 54px;
    padding: 10px 12px;
    font-size: 15px;
  }

  .lbha-search button {
    min-height: 50px;
    width: auto;
  }

  .lbha-quick,
  .lbha-trust {
    justify-content: flex-start;
  }

  .lbha-section {
    padding: 54px 0;
  }

  .lbha-section-head--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .lbha-today-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 12px;
    border-radius: 22px;
  }

  .lbha-card--today {
    min-width: min(82vw, 360px);
    min-height: 0;
    scroll-snap-align: start;
  }

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

  .lbha-kakao {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
  }

  .lbha-kakao .lbha-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .lbha-search button {
    min-width: 68px;
    padding-inline: 14px;
  }

  .lbha-search button svg {
    display: none;
  }

  .lbha-search button span {
    font-size: 0;
  }

  .lbha-search button span::after {
    content: "찾기";
    font-size: 14px;
  }

  .lbha-quick {
    gap: 6px;
  }

  .lbha-quick a {
    padding-inline: 11px;
    font-size: 12px;
  }

  .lbha-trust {
    gap: 8px 13px;
    font-size: 11px;
  }

  .lbha-trending-grid {
    grid-template-columns: 1fr;
  }

  .lbha-trending-grid--1 .lbha-card--featured,
  .lbha-trending-grid--2 .lbha-card--featured,
  .lbha-trending-grid--3 .lbha-card--featured,
  .lbha-trending-grid--4 .lbha-card--featured,
  .lbha-trending-grid--6 .lbha-card--featured,
  .lbha-trending-grid--4 .lbha-card--trending:last-child,
  .lbha-trending-grid--6 .lbha-card--trending:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .lbha-card--featured {
    grid-column: auto;
    min-height: 0;
  }

  .lbha-card--trending {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px;
  }

  .lbha-card--trending .lbha-media--trending {
    width: 112px;
    aspect-ratio: 1;
    border-radius: 14px;
  }

  .lbha-card--trending .lbha-card__content {
    padding: 2px 4px 2px 0;
  }

  .lbha-card--trending .lbha-card__badges {
    margin-bottom: 8px;
  }

  .lbha-card--trending h3 {
    font-size: 16px !important;
  }

  .lbha-card--trending .lbha-card__excerpt {
    margin: 7px 0 0 !important;
  }

  .lbha-card--trending .lbha-card__cta {
    margin-top: 10px;
  }

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

  .lbha-situation {
    display: flex;
    min-height: 132px;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    padding: 12px 8px;
    text-align: center;
  }

  .lbha-situation__visual {
    width: 52px;
    height: 52px;
    margin-inline: auto;
    border-radius: 16px;
  }

  .lbha-situation__icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .lbha-situation strong {
    font-size: 12px;
    line-height: 1.25;
  }

  .lbha-situation small,
  .lbha-situation > svg {
    display: none;
  }

  .lbha-tool-grid {
    grid-template-columns: 1fr;
  }

  .lbha-tool {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    min-height: 104px;
    gap: 12px;
    padding: 10px 14px 10px 10px;
  }

  .lbha-media--tool {
    width: 82px;
    border-radius: 15px;
  }

  .lbha-tool strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .lbha-verified-row {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 8px;
    padding: 12px;
  }

  .lbha-media--verified {
    width: 96px;
    aspect-ratio: 1;
    border-radius: 13px;
  }

  .lbha-verified-row > div,
  .lbha-verified-row h3,
  .lbha-verified-row p,
  .lbha-verified-row__date {
    grid-column: 2;
    white-space: normal;
  }

  .lbha-latest-grid {
    grid-template-columns: 1fr;
  }

  .lbha-latest-card {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
  }

  .lbha-media--latest {
    width: 108px;
    aspect-ratio: 1;
  }

  .lbha-latest-card h3 {
    font-size: 15px !important;
  }

  .lbha-latest-card p {
    -webkit-line-clamp: 2;
  }

  .lbha-kakao {
    grid-template-columns: 1fr;
  }

  .lbha-kakao__icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }
}

@media (max-width: 560px) {
  .lbha-weather-status-wrap {
    width: min(100% - 24px, 620px);
  }

  .lbha-weather-status {
    justify-content: space-between;
    padding-left: 10px;
    font-size: 11px;
  }

  .lbha-weather-status__button {
    flex: 1 1 auto;
  }

  .lbha-weather-status__link {
    padding-inline: 5px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lbha-home *,
  .lbha-home *::before,
  .lbha-home *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
