@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap");

:root {
  --lh-bg: #fcfaf7;
  --lh-surface: #ffffff;
  --lh-surface-soft: #f6efe6;
  --lh-primary: #8a1e2d;
  --lh-primary-strong: #741828;
  --lh-text: #2d2a29;
  --lh-muted: #6d635d;
  --lh-border: #e6ddd2;
  --lh-radius: 16px;
  --lh-radius-sm: 12px;
  --lh-shadow: 0 10px 24px rgba(34, 21, 13, 0.08);
  --lh-shadow-soft: 0 6px 16px rgba(34, 21, 13, 0.06);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.lh-body {
  margin: 0;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  color: var(--lh-text);
  background: linear-gradient(140deg, rgba(138, 30, 45, 0.03), rgba(246, 239, 230, 0.7) 60%, rgba(138, 30, 45, 0.02));
}

.lh-body--content {
  background: linear-gradient(140deg, rgba(138, 30, 45, 0.02), rgba(250, 246, 239, 0.76) 55%, rgba(138, 30, 45, 0.01));
}

.lh-site-main {
  padding: 1.05rem 0 1.5rem;
}

.lh-page-shell {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

.lh-page-main {
  min-width: 0;
}

.lh-page-sidebar {
  min-width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.lh-main {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr);
}

.lh-main > * {
  min-width: 0;
}

.lh-top-today-bar {
  position: sticky;
  top: 0;
  z-index: 1035;
  background: #f4ede3;
  border-bottom: 1px solid #e5d8c8;
  font-size: 0.84rem;
}

.lh-top-today-inner {
  min-height: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
}

.lh-top-today-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.lh-top-today-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-2px) scale(0.97);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lh-top-today-logo img {
  display: block;
  height: 30px;
  width: auto;
  object-fit: contain;
}

.lh-top-today-bar.is-scrolled .lh-top-today-logo {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.lh-top-today-label {
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.48rem;
  border-radius: 999px;
  background: rgba(138, 30, 45, 0.08);
  color: var(--lh-primary);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lh-top-today-main {
  color: var(--lh-primary);
  font-weight: 700;
}

.lh-top-today-separator {
  width: 1px;
  height: 14px;
  background: #c8b8a6;
}

.lh-top-today-sub,
.lh-top-today-right {
  color: var(--lh-muted);
}

.lh-top-today-right {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  justify-self: end;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lh-top-live-link {
  cursor: pointer;
}

.lh-top-live-link:hover,
.lh-top-live-link:focus-visible {
  color: var(--lh-primary);
  text-decoration: none;
}

.lh-top-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #bdab95;
  flex-shrink: 0;
}

.lh-top-today-right.is-live .lh-top-live-dot {
  background: #2e9a53;
  box-shadow: 0 0 0 5px rgba(46, 154, 83, 0.14);
}

.lh-header-main {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #efe4d8;
  position: relative;
  z-index: 1042;
  overflow: visible;
}

.lh-header-main .container-xxl,
.lh-header-row,
.lh-search-form,
.lh-search-input-wrap {
  overflow: visible;
}

.lh-header-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
}

.lh-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.lh-logo--image {
  display: inline-flex;
  align-items: center;
}

.lh-logo--image img {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
}

.lh-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lh-primary), var(--lh-primary-strong));
  color: #fff;
  font-weight: 700;
  font-size: 0.94rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lh-logo-text {
  font-size: 1.72rem;
  font-weight: 800;
  color: var(--lh-primary);
  letter-spacing: -0.015em;
}

.lh-logo--footer .lh-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 0.95rem;
}

.lh-logo--footer .lh-logo-text {
  font-size: 1.12rem;
}

.lh-footer-brand {
  justify-self: start;
}

.lh-search-form {
  position: relative;
  display: block;
}

.lh-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.62;
  color: #8c7a67;
  font-size: 1rem;
  line-height: 1;
}

.lh-search-input-wrap {
  position: relative;
}

.lh-search-input,
.lh-input,
.lh-select {
  width: 100%;
  border: 1px solid var(--lh-border);
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  background: #fff;
  color: var(--lh-text);
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lh-search-input {
  background: #fbf9f5;
  padding-left: clamp(192px, 48%, 310px);
  padding-right: 4.35rem;
  border-color: #e9dccd;
  font-size: 0.92rem;
}

.lh-select {
  border-radius: var(--lh-radius-sm);
}

.lh-input:focus,
.lh-select:focus,
.lh-search-input:focus {
  border-color: rgba(138, 30, 45, 0.45);
  box-shadow: 0 0 0 3px rgba(138, 30, 45, 0.1);
}

.lh-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.lh-search-submit {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  min-width: 50px;
  padding: 0.35rem 0.62rem;
  background: linear-gradient(135deg, var(--lh-primary), var(--lh-primary-strong));
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(138, 30, 45, 0.22);
}

.lh-search-mode {
  position: absolute;
  left: 31px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid #e7dacb;
  background: linear-gradient(180deg, #f7f1e7, #f3ebde);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  max-width: calc(100% - 136px);
  overflow: hidden;
}

.lh-search-mode label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--lh-muted);
  padding: 0.2rem 0.5rem 0.2rem 1.2rem;
  font-size: 0.68rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  line-height: 1.15;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lh-search-mode label input {
  appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid #b9aa99;
  background: #fff;
  margin: 0;
  position: absolute;
  left: 0.48rem;
  top: 50%;
  transform: translateY(-50%);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.lh-search-mode label:hover {
  color: #5d5047;
  background: rgba(255, 255, 255, 0.55);
}

.lh-search-mode label.is-active {
  color: #7c1727;
  border-color: rgba(138, 30, 45, 0.26);
  background: #fff;
  box-shadow: 0 1px 5px rgba(89, 36, 24, 0.12);
}

.lh-search-mode label.is-active input {
  border-color: #8a1e2d;
  box-shadow: inset 0 0 0 2px #8a1e2d;
}

.lh-search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 3080;
  border: 1px solid #e8dccd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(30, 20, 12, 0.14);
  overflow: hidden;
}

.lh-search-suggest-list {
  margin: 0;
  padding: 0.3rem;
  list-style: none;
  max-height: 320px;
  overflow: auto;
}

.lh-search-suggest-list li {
  margin: 0;
}

.lh-search-suggest-item {
  display: block;
  border-radius: 10px;
  padding: 0.52rem 0.62rem;
  color: var(--lh-text);
}

.lh-search-suggest-item:hover {
  background: #f7f1e8;
}

.lh-search-suggest-title {
  display: block;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}

.lh-search-suggest-meta {
  display: block;
  margin-top: 0.15rem;
  color: var(--lh-muted);
  font-size: 0.74rem;
}

.lh-search-suggest-empty {
  padding: 0.62rem;
  color: var(--lh-muted);
  font-size: 0.82rem;
}

.lh-icon-btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--lh-border);
  background: #fffdf9;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lh-muted);
  position: relative;
}

.lh-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.5rem 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(138, 30, 45, 0.15);
  background: rgba(138, 30, 45, 0.1);
  color: var(--lh-primary);
  font-weight: 600;
}

.lh-login-ico {
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background: rgba(138, 30, 45, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  line-height: 1;
}

.lh-account-menu {
  position: relative;
  align-items: center;
}

.lh-account-btn {
  position: relative;
}

.lh-account-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0.22rem;
  border-right: 2px solid rgba(138, 30, 45, 0.75);
  border-bottom: 2px solid rgba(138, 30, 45, 0.75);
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 0.16s ease;
}

.lh-account-btn[aria-expanded="true"] {
  background: #f4e5e8;
  border-color: rgba(138, 30, 45, 0.28);
}

.lh-account-btn[aria-expanded="true"]::after {
  transform: rotate(-135deg) translateY(-1px);
}

.lh-account-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 220px;
  border: 1px solid rgba(122, 95, 70, 0.2);
  border-radius: 14px;
  background: #fffdf9;
  box-shadow: 0 14px 30px rgba(38, 25, 16, 0.16);
  padding: 0.42rem;
  z-index: 5102;
}

.lh-account-link {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #473a31;
  text-align: left;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
  padding: 0.5rem 0.58rem;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.lh-account-link:hover,
.lh-account-link:focus-visible {
  background: #f8f0e7;
  color: #7f1f2f;
  text-decoration: none;
}

.lh-account-link--danger {
  color: #8a1e2d;
}

.lh-account-link--danger:hover,
.lh-account-link--danger:focus-visible {
  background: #f8e7ea;
}

.lh-account-sep {
  height: 1px;
  margin: 0.14rem 0;
  background: rgba(122, 95, 70, 0.16);
}

.lh-account-logout {
  margin: 0;
}

.lh-icon-ping {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: #d83249;
}


/* ===== Header Bell Dropdown ===== */
.lh-bell {
  position: relative;
  display: inline-flex;
}

.lh-bell-btn {
  position: relative;
}

.lh-bell-dot {
  top: 6px;
  right: 6px;
  width: 9px;
  height: 9px;
  border: 2px solid #fffdf8;
  background: #c13046;
}

.lh-bell-dot.is-hidden {
  display: none;
}

.lh-bell-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(352px, calc(100vw - 24px));
  max-height: min(72vh, 540px);
  border: 1px solid rgba(122, 95, 70, 0.18);
  border-radius: 14px;
  background: #fffdf9;
  box-shadow: 0 16px 32px rgba(38, 25, 16, 0.16);
  z-index: 5100;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.lh-bell-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.74rem 0.86rem 0.64rem;
  border-bottom: 1px solid rgba(122, 95, 70, 0.14);
  background: rgba(255, 255, 255, 0.68);
}

.lh-bell-head h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #3d3128;
}

.lh-bell-manage,
.lh-bell-link {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--lh-primary);
  text-decoration: none;
}

.lh-bell-manage:hover,
.lh-bell-link:hover,
.lh-bell-manage:focus-visible,
.lh-bell-link:focus-visible {
  text-decoration: underline;
}

.lh-bell-body {
  padding: 0.72rem 0.82rem 0.82rem;
  display: grid;
  gap: 0.55rem;
  min-height: 0;
}

.lh-bell-note,
.lh-bell-loading,
.lh-bell-empty {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--lh-muted);
}

.lh-bell-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.lh-bell-list {
  margin: 0;
  padding: 0 2px 0 0;
  list-style: none;
  display: grid;
  gap: 0.46rem;
  max-height: min(50vh, 332px);
  overflow: auto;
}

.lh-bell-item-row {
  margin: 0;
  padding: 0;
}

.lh-bell-item {
  display: block;
  border: 1px solid #ede2d5;
  border-radius: 11px;
  padding: 0.55rem 0.62rem;
  background: #fff;
  text-decoration: none;
  color: #3f352e;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.lh-bell-item:hover,
.lh-bell-item:focus-visible {
  background: #fcf5ed;
  border-color: rgba(138, 30, 45, 0.25);
  box-shadow: 0 6px 16px rgba(38, 25, 16, 0.08);
  color: #3f352e;
}

.lh-bell-item:focus-visible {
  outline: 2px solid rgba(138, 30, 45, 0.26);
  outline-offset: 2px;
}

.lh-bell-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.44rem;
}

.lh-bell-item-title {
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-bell-item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0.04rem 0.42rem;
  border-radius: 999px;
  background: rgba(138, 30, 45, 0.12);
  color: #7f1f2f;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}

.lh-bell-item-meta {
  margin: 0.35rem 0 0;
  font-size: 0.74rem;
  color: #6f6257;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-bell-item-date {
  margin: 0.25rem 0 0;
  font-size: 0.71rem;
  color: #8a7b6e;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
  .lh-bell-panel {
    right: -8px;
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    max-height: min(74vh, 560px);
  }

  .lh-bell-list {
    max-height: min(56vh, 390px);
  }
}

.lh-category-nav {
  background: linear-gradient(90deg, #8a1e2d, #9d2235);
  color: #fff;
  box-shadow: 0 8px 16px rgba(72, 27, 19, 0.12);
  position: relative;
  z-index: 1038;
}

.lh-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  overflow-x: auto;
  white-space: nowrap;
}

.lh-category-list::-webkit-scrollbar {
  display: none;
}

.lh-category-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  opacity: 0.85;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  font-size: 0.84rem;
}

.lh-category-link.is-active,
.lh-category-link:hover {
  opacity: 1;
  border-bottom-color: #fff;
}

.lh-hero-feature {
  margin-top: 0.3rem;
}

.lh-hero-main,
.lh-hero-side-card,
.lh-quick-card,
.lh-event-item,
.lh-side-card,
.lh-filter-shell,
.lh-date-strip-wrap,
.lh-collection-card,
.lh-location-card,
.lh-footer-note {
  border-radius: var(--lh-radius);
  border: 1px solid var(--lh-border);
  background: var(--lh-surface);
  box-shadow: var(--lh-shadow-soft);
}

.lh-hero-main {
  overflow: hidden;
  min-height: 100%;
}

.lh-hero-main--overlay .lh-hero-media {
  aspect-ratio: 16 / 9;
}

.lh-hero-media,
.lh-hero-side-media,
.lh-event-item-media,
.lh-collection-card,
.lh-location-card {
  position: relative;
  display: block;
  overflow: hidden;
}

.lh-hero-media {
  aspect-ratio: 16 / 9;
}

.lh-hero-media img,
.lh-hero-side-media img,
.lh-event-item-media img,
.lh-collection-card img,
.lh-location-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lh-media-fallback {
  width: 100%;
  height: 100%;
  min-height: 140px;
  background: linear-gradient(145deg, rgba(138, 30, 45, 0.18), rgba(246, 239, 230, 0.8));
  color: var(--lh-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  padding: 0.65rem;
  line-height: 1.35;
  word-break: break-word;
}

.lh-hero-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: var(--lh-primary);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lh-hero-content {
  padding: 1rem 1.1rem 1.15rem;
}

.lh-hero-overlay,
.lh-hero-side-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 1.1rem;
  color: #fff;
  background: linear-gradient(to top, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.05));
}

.lh-hero-title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.3;
  font-weight: 800;
  color: #fff;
}

.lh-hero-title-link {
  color: inherit;
  text-decoration: none;
}

.lh-hero-title-link:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.lh-hero-summary {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.65rem;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.9);
}

.lh-hero-side-list {
  display: grid;
  gap: 0.75rem;
  height: 100%;
}

.lh-hero-side-card {
  overflow: hidden;
  min-height: 184px;
}

.lh-hero-side-media {
  min-height: 184px;
}

.lh-hero-side-overlay {
  padding: 0.8rem 0.9rem;
}

.lh-hero-side-overlay h3 {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.35;
}

.lh-hero-side-overlay p {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.lh-hero-side-flag {
  display: inline-flex;
  margin-bottom: 0.32rem;
  padding: 0.2rem 0.46rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.lh-quick-status-row {
  margin-top: 0.2rem;
}

.lh-quick-card {
  height: 100%;
  padding: 1rem 1rem 0.85rem;
}

.lh-quick-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 1px solid #eee4d8;
  padding-bottom: 0.6rem;
  margin-bottom: 0.62rem;
}

.lh-quick-card-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.lh-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.lh-chip-live {
  background: #e6f5ec;
  color: #1f8b4d;
  position: relative;
}

.lh-chip-live::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(31, 139, 77, 0.45);
  animation: lhPulseLive 2s ease-out infinite;
}

.lh-chip-soon {
  background: #f7e7e9;
  color: var(--lh-primary);
}

.lh-chip-past {
  background: #f1ece7;
  color: #79695d;
}

.lh-chip-new {
  background: #ead9db;
  color: var(--lh-primary);
}

.lh-quick-list {
  margin: 0;
  padding: 0 0 0 0.1rem;
  list-style: none;
  display: grid;
  gap: 0.46rem;
}

.lh-quick-list li {
  position: relative;
  padding-left: 0.8rem;
}

.lh-quick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #d6cec5;
}

.lh-quick-list--live li::before {
  background: #2c9d5f;
}

.lh-quick-list--soon li::before {
  background: var(--lh-primary);
}

.lh-quick-list--past li::before {
  background: #a89a8c;
}

.lh-quick-list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.15rem 0;
  text-decoration: none;
  border-radius: 8px;
}

.lh-quick-list li a:hover .lh-quick-item-title {
  color: var(--lh-primary);
}

.lh-quick-list .lh-quick-empty {
  margin: 0;
  padding: 0.48rem 0.5rem;
  border: 1px dashed rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  font-size: 0.82rem;
  color: var(--lh-muted);
  line-height: 1.35;
}

.lh-quick-item-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

.lh-quick-list small {
  font-size: 0.75rem;
  color: var(--lh-muted);
  white-space: nowrap;
}

.lh-quick-card--muted {
  background: #f7f2eb;
  border-color: #e7ddd1;
}

.lh-quick-card-foot {
  margin-top: 0.7rem;
  padding-top: 0.58rem;
  border-top: 1px dashed rgba(146, 126, 108, 0.32);
}

.lh-quick-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lh-primary);
  text-decoration: none;
}

.lh-quick-cta:hover {
  text-decoration: underline;
}

@keyframes lhPulseLive {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 139, 77, 0.42);
  }
  70% {
    box-shadow: 0 0 0 0.42rem rgba(31, 139, 77, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 139, 77, 0);
  }
}

@media (max-width: 575.98px) {
  .lh-quick-card {
    padding: 0.9rem 0.85rem 0.78rem;
  }

  .lh-quick-card-head h2 {
    font-size: 1rem;
  }

  .lh-quick-list li {
    padding-left: 0.72rem;
  }

  .lh-quick-list small {
    font-size: 0.72rem;
  }

  .lh-quick-card-foot {
    margin-top: 0.55rem;
    padding-top: 0.45rem;
  }
}

.lh-filter-shell {
  padding: 0.95rem;
  background: var(--lh-surface-soft);
  position: relative;
}

[data-home-root].is-loading,
[data-explore-root].is-loading {
  opacity: 0.65;
  transition: opacity 0.16s ease;
}

[data-home-root].is-loading .lh-filter-shell,
[data-explore-root].is-loading .lh-filter-shell {
  pointer-events: none;
}

[data-home-root].is-loading .lh-filter-shell::after,
[data-explore-root].is-loading .lh-filter-shell::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(130, 118, 105, 0.35);
  border-top-color: var(--lh-primary);
  animation: lhFilterSpin 0.8s linear infinite;
}

@keyframes lhFilterSpin {
  to {
    transform: rotate(360deg);
  }
}

.lh-filter-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
}

.lh-filter-group {
  display: grid;
  gap: 0.35rem;
}

.lh-filter-group label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--lh-muted);
  font-weight: 700;
}

.lh-scope-toggle {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid var(--lh-border);
  background: #fff;
  padding: 3px;
}

.lh-scope-toggle label {
  margin: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  color: var(--lh-muted);
}

.lh-scope-toggle input {
  display: none;
}

.lh-scope-toggle label.is-active {
  background: rgba(138, 30, 45, 0.13);
  color: var(--lh-primary);
}

.lh-filter-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: end;
}

.lh-filter-inline-more {
  margin-top: 0.75rem;
  max-width: 460px;
}

.lh-filter-inline-hint {
  display: inline-block;
  margin-top: 0.3rem;
  color: var(--lh-muted);
  font-size: 0.78rem;
}

.lh-filter-hint {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  color: var(--lh-muted);
}

.lh-loc-link {
  text-decoration: none;
}

.lh-loc-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.lh-btn {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.62rem 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.lh-btn-primary {
  background: linear-gradient(135deg, var(--lh-primary), var(--lh-primary-strong));
  color: #fff;
  box-shadow: 0 10px 20px rgba(138, 30, 45, 0.2);
}

.lh-btn-outline {
  border-color: var(--lh-border);
  background: #fff;
  color: var(--lh-muted);
}

.lh-btn-ghost {
  border-color: var(--lh-border);
  background: transparent;
  color: var(--lh-muted);
}

.lh-btn-sm {
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
}

.lh-active-filters {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.lh-active-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--lh-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lh-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(138, 30, 45, 0.24);
  background: rgba(138, 30, 45, 0.1);
  padding: 0.28rem 0.62rem;
  font-size: 0.78rem;
  color: var(--lh-primary);
}

.lh-clear-all {
  font-size: 0.78rem;
  color: var(--lh-muted);
  text-decoration: underline;
}

.lh-filter-sheet {
  display: none;
}

.lh-filter-sheet.is-open {
  display: block;
}

.lh-filter-sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1060;
}

.lh-filter-sheet-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1061;
  background: var(--lh-surface);
  border-radius: 16px 16px 0 0;
  border-top: 1px solid var(--lh-border);
  box-shadow: 0 -10px 28px rgba(22, 17, 14, 0.2);
  padding: 0.95rem;
}

.lh-filter-sheet-panel header,
.lh-filter-sheet-panel footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.lh-filter-sheet-panel h3 {
  margin: 0;
  font-size: 1.02rem;
}

.lh-filter-sheet-body {
  margin: 0.8rem 0;
}

.lh-filter-sheet-note {
  margin: 0;
  color: var(--lh-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.lh-date-strip-wrap {
  padding: 0.86rem 0.9rem 0.9rem;
  position: relative;
}

.lh-date-strip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.62rem;
}

.lh-date-strip-title h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.lh-date-strip-title p {
  margin: 0.14rem 0 0;
  font-size: 0.76rem;
  color: var(--lh-muted);
}

.lh-date-strip-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.lh-date-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--lh-border);
  background: #fff;
  color: var(--lh-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.08rem;
  line-height: 1;
  transition: all 0.14s ease;
}

.lh-date-nav-btn:hover:not(:disabled) {
  border-color: #d8c6b2;
  color: var(--lh-text);
}

.lh-date-nav-btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.lh-date-rail-wrap {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.lh-date-strip {
  width: 100%;
}

.lh-date-rail {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 0.54rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.1rem 0;
  scroll-snap-type: x mandatory;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lh-date-rail.is-dragging {
  cursor: grabbing;
}

.lh-date-rail::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.lh-date-pill {
  min-width: 92px;
  min-height: 72px;
  border-radius: 12px;
  border: 1px solid var(--lh-border);
  background: #fff;
  display: grid;
  text-align: center;
  gap: 0.08rem;
  padding: 0.48rem 0.34rem;
  position: relative;
  scroll-snap-align: start;
  flex: 0 0 auto;
  transition: all 0.14s ease;
}

.lh-date-pill:hover {
  border-color: #d7c2ac;
  background: #fffaf3;
}

.lh-date-pill-weekday {
  font-size: 0.66rem;
  color: var(--lh-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lh-date-pill-top {
  font-size: 1rem;
  line-height: 1.2;
}

.lh-date-pill-sub {
  font-size: 0.68rem;
  color: var(--lh-muted);
}

.lh-date-pill-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  background: #d23144;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lh-date-pill.is-active {
  background: var(--lh-primary);
  border-color: var(--lh-primary);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(138, 30, 45, 0.2);
}

.lh-date-pill.is-active .lh-date-pill-weekday,
.lh-date-pill.is-active .lh-date-pill-sub {
  color: rgba(255, 255, 255, 0.86);
}

.lh-date-pill.is-today:not(.is-active) {
  border-color: #d5b895;
  background: #fffaf1;
}

.lh-event-list {
  display: grid;
  gap: 0.85rem;
}

.lh-event-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.6rem;
  border-bottom: 1px solid var(--lh-border);
  padding-bottom: 0.5rem;
}

.lh-event-list-head h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
}

.lh-event-list-head-right {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lh-tabs {
  gap: 0.65rem;
}

.lh-tabs .nav-link {
  border: 0;
  padding: 0.35rem 0.2rem;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--lh-muted);
  font-weight: 600;
}

.lh-tabs .nav-link.active {
  color: var(--lh-primary);
  border-bottom-color: var(--lh-primary);
  background: transparent;
}

.lh-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  border: 1px solid var(--lh-border);
  border-radius: 999px;
  background: #fff;
  padding: 0.2rem;
}

.lh-view-toggle button {
  border: 0;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--lh-muted);
  background: transparent;
}

.lh-view-toggle button.is-active {
  background: rgba(138, 30, 45, 0.12);
  color: var(--lh-primary);
}

.lh-explore-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.lh-explore-tab {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.2rem;
  border-bottom: 2px solid transparent;
  color: var(--lh-muted);
  font-weight: 600;
  text-decoration: none;
}

.lh-explore-tab:hover {
  color: var(--lh-primary);
}

.lh-explore-tab.is-active {
  color: var(--lh-primary);
  border-bottom-color: var(--lh-primary);
}

.lh-explore-pagination {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.55rem;
  justify-items: center;
}

.lh-explore-page-info,
.lh-explore-page-total {
  font-size: 0.82rem;
  color: var(--lh-muted);
}

.lh-pagination {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  flex-wrap: wrap;
  justify-content: center;
}

.lh-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 34px;
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  border: 1px solid var(--lh-border);
  background: #fff;
  color: var(--lh-text);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.lh-page-link:hover {
  border-color: #d6b89b;
  color: var(--lh-primary);
}

.lh-page-link.is-active {
  border-color: var(--lh-primary);
  background: rgba(138, 30, 45, 0.1);
  color: var(--lh-primary);
}

.lh-page-link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.lh-page-link.is-dots {
  border: 0;
  background: transparent;
  min-width: 16px;
  padding: 0;
}

.lh-event-items {
  display: grid;
  gap: 0.72rem;
}

.lh-event-item {
  overflow: hidden;
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lh-event-item:hover {
  border-color: #dcc8b2;
  box-shadow: 0 12px 22px rgba(50, 30, 18, 0.11);
  transform: translateY(-1px);
}

.lh-event-item--sample {
  border-radius: var(--lh-radius);
}

.lh-event-item-media {
  min-height: 100%;
  background: #f2eadf;
}

.lh-event-item-body {
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.lh-event-item h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
}

.lh-event-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
}

.lh-event-save {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid var(--lh-border);
  background: #fff;
  color: var(--lh-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lh-event-item-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.52rem;
  font-size: 0.66rem;
  font-weight: 700;
  color: #fff;
  background: #6e5f4d;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
  max-width: calc(100% - 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lh-event-item-badge.is-live {
  background: #1f8b4d;
}

.lh-event-item-badge.is-hot {
  background: var(--lh-primary);
}

.lh-event-item-badge.is-soon {
  background: #6e5f4d;
}

.lh-event-item-badge.is-past {
  background: #7b7268;
}

.lh-event-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem 0.75rem;
  font-size: 0.8rem;
  color: var(--lh-muted);
}

.lh-event-item-meta-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.lh-event-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.lh-event-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.23rem 0.52rem;
  border-radius: 8px;
  border: 1px solid #e8dece;
  background: #f6f1e8;
  color: #66594d;
  font-size: 0.74rem;
  line-height: 1.2;
}

.lh-event-chip-muted {
  color: #7a6d62;
  background: #faf6ef;
}

.lh-event-item-meta-chip-wrap .lh-loc-link {
  font-weight: 600;
}

.lh-event-item p {
  margin: 0;
  color: var(--lh-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-event-item-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.lh-mini-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #eadfce;
  background: #f8f2e8;
  color: #6f6258;
  font-size: 0.7rem;
  line-height: 1.2;
  padding: 0.2rem 0.5rem;
}

.lh-mini-pill.is-hot {
  background: rgba(138, 30, 45, 0.12);
  border-color: rgba(138, 30, 45, 0.26);
  color: var(--lh-primary);
}

.lh-mini-pill.lh-chip-attach {
  background: rgba(138, 30, 45, 0.08);
  border-color: rgba(138, 30, 45, 0.2);
  color: var(--lh-primary);
}

.lh-mini-pill.lh-chip-new {
  background: rgba(59, 136, 86, 0.12);
  border-color: rgba(59, 136, 86, 0.25);
  color: #1f7240;
}

.lh-mini-pill-muted {
  color: var(--lh-muted);
}

.lh-event-item-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid #efe5d9;
}

.lh-link-muted {
  color: var(--lh-muted);
  font-size: 0.8rem;
  text-decoration: underline;
  white-space: nowrap;
  flex: 0 0 auto;
}

.lh-event-item-foot .lh-btn {
  margin-left: auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.lh-empty-box {
  border: 1px dashed var(--lh-border);
  border-radius: 12px;
  padding: 0.9rem;
  color: var(--lh-muted);
  font-size: 0.9rem;
}

.lh-event-item--compact .lh-event-item-body {
  gap: 0.3rem;
}

.lh-event-list[data-view="grid"] .lh-event-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lh-event-list[data-view="grid"] .lh-event-item {
  grid-template-columns: minmax(0, 1fr);
}

.lh-event-list[data-view="grid"] .lh-event-item-media {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.lh-event-list[data-view="grid"] .lh-event-item-body {
  padding: 0.82rem 0.82rem 0.86rem;
}

.lh-event-list[data-view="grid"] .lh-event-item h3 {
  font-size: 0.96rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-event-list[data-view="grid"] .lh-event-item p {
  -webkit-line-clamp: 2;
}

.lh-event-list[data-view="grid"] .lh-event-item-foot {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.lh-sidebar-stack {
  display: grid;
  gap: 0.8rem;
}

.lh-page-sidebar .lh-sidebar-stack {
  gap: 0.7rem;
}

.lh-page-sidebar .lh-side-card {
  border-radius: 14px;
  padding: 0.82rem 0.86rem;
  box-shadow: 0 9px 18px rgba(48, 28, 16, 0.08);
}

.lh-page-sidebar .lh-side-card h3 {
  font-size: 0.94rem;
  margin-bottom: 0.44rem;
}

.lh-side-card {
  padding: 0.9rem 0.95rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(253, 248, 241, 0.92));
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.lh-side-card:hover {
  border-color: #e2d0bf;
  box-shadow: 0 12px 24px rgba(43, 24, 15, 0.1);
}

.lh-side-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.lh-side-title-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lh-primary);
  box-shadow: 0 0 0 3px rgba(138, 30, 45, 0.12);
  flex-shrink: 0;
}

.lh-side-card--lunar .lh-side-title-dot {
  background: #bf8a2e;
  box-shadow: 0 0 0 3px rgba(191, 138, 46, 0.16);
}

.lh-side-card--news .lh-side-title-dot {
  background: #366ea8;
  box-shadow: 0 0 0 3px rgba(54, 110, 168, 0.16);
}

.lh-side-card--notify .lh-side-title-dot {
  background: #2d9355;
  box-shadow: 0 0 0 3px rgba(45, 147, 85, 0.16);
}

.lh-side-card--quote .lh-side-title-dot,
.lh-side-card--topics .lh-side-title-dot {
  background: #785e45;
  box-shadow: 0 0 0 3px rgba(120, 94, 69, 0.14);
}

.lh-side-card--sources .lh-side-title-dot {
  background: #5d6f8f;
  box-shadow: 0 0 0 3px rgba(93, 111, 143, 0.14);
}

.lh-side-card--lunar {
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(248, 238, 225, 0.92));
}

.lh-lunar-card {
  display: grid;
  gap: 0.22rem;
}

.lh-lunar-main {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--lh-primary);
}

.lh-lunar-sub,
.lh-lunar-meta {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  color: var(--lh-muted);
}

.lh-side-list,
.lh-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.lh-side-list li a {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 0.55rem;
  border-radius: 10px;
  padding: 0.18rem;
  transition: background-color 0.18s ease;
}

.lh-side-list li a:hover {
  background: #f7efe3;
}

.lh-side-noimg {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #f0e7dc;
  color: var(--lh-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.lh-side-list img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
}

.lh-side-list strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-side-badge-new {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 0.08rem 0.35rem;
  background: #f8d8dc;
  color: var(--lh-primary);
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
  margin-bottom: 0.18rem;
}

.lh-side-list small,
.lh-news-list small {
  color: var(--lh-muted);
  font-size: 0.75rem;
}

.lh-news-list li {
  padding: 0.3rem 0 0.48rem;
  border-bottom: 1px solid #f0e6da;
}

.lh-news-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lh-news-list span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.86rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-news-list a:hover span {
  color: var(--lh-primary);
}

.lh-notify-form {
  display: grid;
  gap: 0.5rem;
}

.lh-notify-form .lh-btn {
  min-height: 38px;
}

.lh-side-source-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.lh-side-source-list li {
  border-bottom: 1px solid #f0e6da;
  padding-bottom: 0.45rem;
}

.lh-side-source-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lh-side-source-list > li > a,
.lh-side-source-list > li > span,
.lh-side-source-list > li > .lh-related-item {
  display: grid;
  gap: 0.15rem;
  border-radius: 8px;
  padding: 0.12rem;
  transition: background-color 0.18s ease;
}

.lh-side-source-list > li > a:hover,
.lh-side-source-list > li > .lh-related-item:hover {
  background: #f2ebdf;
}

.lh-side-source-list strong {
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--lh-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-side-source-list small {
  font-size: 0.73rem;
  color: var(--lh-muted);
}

.lh-topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.lh-topic-cloud a {
  border: 1px solid var(--lh-border);
  border-radius: 999px;
  padding: 0.22rem 0.56rem;
  font-size: 0.74rem;
  color: var(--lh-muted);
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 1.2;
}

.lh-topic-cloud a small {
  font-size: 0.68rem;
  color: var(--lh-primary);
  background: rgba(138, 30, 45, 0.1);
  padding: 0.05rem 0.3rem;
  border-radius: 999px;
}

.lh-quote {
  margin: 0;
  color: var(--lh-muted);
  font-style: italic;
  line-height: 1.55;
  font-size: 0.9rem;
}

.lh-collections,
.lh-explore {
  margin-top: 0.7rem;
}

.lh-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.lh-section-head h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.lh-collections-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-collection-card {
  position: relative;
  aspect-ratio: 16 / 9;
}

.lh-collection-card span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.lh-location-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lh-location-card {
  position: relative;
  aspect-ratio: 5 / 3;
}

.lh-location-fallback {
  position: absolute;
  inset: 0;
}

.lh-location-fallback-1 {
  background: linear-gradient(140deg, #7b1532, #b64554 60%, #d46f7a);
}

.lh-location-fallback-2 {
  background: linear-gradient(140deg, #1f3c60, #2f5f93 60%, #5e8fbb);
}

.lh-location-fallback-3 {
  background: linear-gradient(140deg, #66542b, #94793f 55%, #bca36a);
}

.lh-location-card:nth-child(3n) {
  grid-column: span 2;
}

.lh-location-card span {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  color: #fff;
  display: grid;
  align-content: end;
  gap: 0.15rem;
  padding: 0.7rem;
}

.lh-location-card strong {
  font-size: 0.95rem;
}

.lh-location-card small {
  font-size: 0.72rem;
  opacity: 0.9;
}

.lh-topic-block {
  margin-top: 0.9rem;
}

.lh-topic-block h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
}

.lh-footer-note {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.85rem 0.95rem;
  background: #f5f0e8;
}

.lh-footer-note-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lh-footer-note-text {
  color: var(--lh-muted);
  font-size: 0.88rem;
}

.lh-footer-note-text strong {
  color: var(--lh-text);
}

.lh-site-footer {
  margin-top: 1rem;
  border-top: 1px solid var(--lh-border);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  position: relative;
}

.lh-site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(138, 30, 45, 0), rgba(138, 30, 45, 0.45), rgba(138, 30, 45, 0));
}

.lh-site-footer-inner {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.52rem 0;
}

.lh-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
}

.lh-footer-links a {
  color: var(--lh-muted);
  font-size: 0.82rem;
  font-weight: 500;
  border-radius: 999px;
  padding: 0.2rem 0.48rem;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.lh-footer-links a:hover {
  color: var(--lh-primary);
  background: rgba(138, 30, 45, 0.08);
}

.lh-footer-copy {
  color: var(--lh-muted);
  font-size: 0.82rem;
  white-space: nowrap;
}

.lh-city-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lh-city-card {
  display: grid;
  gap: 0.15rem;
  text-align: center;
  border: 1px solid var(--lh-border);
  border-radius: 12px;
  background: #faf6ef;
  padding: 0.78rem 0.5rem;
}

.lh-city-card strong {
  color: var(--lh-primary);
  font-size: 0.95rem;
}

.lh-city-card small {
  font-size: 0.74rem;
  color: var(--lh-muted);
}

.lh-scroll-top {
  position: fixed;
  right: 14px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lh-primary), var(--lh-primary-strong));
  color: #fff;
  box-shadow: 0 10px 22px rgba(138, 30, 45, 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 1062;
}

.lh-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.lh-scroll-top:hover,
.lh-scroll-top:focus-visible {
  filter: brightness(1.05);
}

.lh-scroll-top:focus-visible {
  outline: 2px solid rgba(138, 30, 45, 0.28);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  .lh-scroll-top {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
  }
}

.lh-mobile-filter-fab {
  position: fixed;
  right: 14px;
  bottom: 80px;
  z-index: 1050;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lh-primary), var(--lh-primary-strong));
  color: #fff;
  box-shadow: 0 12px 24px rgba(138, 30, 45, 0.35);
  padding: 0.62rem 0.95rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.lh-mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1070;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border-top: 1px solid var(--lh-border);
  box-shadow: 0 -8px 18px rgba(30, 18, 12, 0.1);
  backdrop-filter: blur(8px);
}

.lh-mobile-bottom-nav a {
  min-height: 56px;
  display: inline-grid;
  gap: 0.1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.74rem;
  color: var(--lh-muted);
  font-weight: 600;
  padding: 0.28rem 0.2rem;
}

.lh-mobile-nav-ico {
  font-size: 0.98rem;
  line-height: 1;
}

.lh-mobile-bottom-nav a.is-active {
  color: var(--lh-primary);
}

.lh-sidebar-accordion .accordion-item {
  border: 1px solid var(--lh-border);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.lh-sidebar-accordion .accordion-button {
  font-weight: 700;
  font-size: 0.95rem;
  background: #fff;
  gap: 0.45rem;
  align-items: center;
}

.lh-sidebar-accordion .accordion-button:not(.collapsed) {
  color: var(--lh-primary);
  background: rgba(138, 30, 45, 0.06);
}

@media (max-width: 1199px) {
  .lh-page-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-event-item {
    grid-template-columns: 236px minmax(0, 1fr);
  }

  .lh-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh-filter-actions {
    justify-content: flex-end;
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  body.lh-body {
    padding-bottom: 62px;
  }

  .lh-site-main {
    padding-top: 0.95rem;
  }

  .lh-header-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.55rem;
    padding: 0.5rem 0;
  }

  .lh-logo {
    order: 1;
  }

  .lh-header-actions {
    order: 2;
    justify-content: flex-end;
  }

  .lh-search-form {
    order: 3;
    grid-column: 1 / -1;
  }

  .lh-search-input {
    padding-left: clamp(182px, 50%, 286px);
  }

  .lh-header-actions {
    justify-content: flex-end;
  }

  .lh-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh-date-strip-wrap {
    padding: 0.72rem 0.72rem 0.76rem;
  }

  .lh-date-strip-title h3 {
    font-size: 0.88rem;
  }

  .lh-date-strip-title p {
    font-size: 0.72rem;
  }

  .lh-date-nav-btn {
    width: 30px;
    height: 30px;
  }

  .lh-filter-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-filter-actions {
    justify-content: flex-start;
  }

  .lh-filter-inline-more {
    max-width: none;
  }

  .lh-event-list-head {
    align-items: flex-start;
  }

  .lh-event-list-head-right {
    width: 100%;
    justify-content: space-between;
  }

  .lh-site-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 0.75rem 0 1.05rem;
  }

  .lh-footer-brand {
    justify-self: center;
  }

  .lh-footer-copy {
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .lh-page-shell {
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    align-items: start;
  }

  .lh-page-sidebar {
    position: sticky;
    top: 96px;
  }
}

@media (min-width: 1200px) {
  .lh-event-list[data-view="grid"] .lh-event-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .lh-top-today-inner {
    min-height: 34px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.4rem;
  }

  .lh-top-today-left {
    gap: 0.45rem;
    min-width: 0;
  }

  .lh-top-today-logo {
    display: none;
  }

  .lh-top-today-main,
  .lh-top-today-sub,
  .lh-top-today-right {
    font-size: 0.78rem;
  }

  .lh-top-today-label {
    padding: 0.1rem 0.4rem;
    font-size: 0.6rem;
  }

  .lh-top-today-right {
    white-space: nowrap;
  }

  .lh-logo-text {
    font-size: 1.28rem;
  }

  .lh-logo-mark {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 0.84rem;
  }

  .lh-header-actions .lh-icon-btn {
    width: 34px;
    height: 34px;
  }

  .lh-logo--image img {
    height: 34px;
  }

  .lh-search-mode {
    left: 30px;
    max-width: calc(100% - 112px);
    gap: 0.18rem;
  }

  .lh-search-mode label {
    font-size: 0.63rem;
    padding: 0.14rem 0.34rem;
    gap: 0.2rem;
  }

  .lh-search-mode label input {
    transform: translateY(-50%) scale(0.9);
    transform-origin: center center;
  }

  .lh-search-input {
    padding-left: clamp(160px, 54%, 238px);
  }

  .lh-login-btn {
    padding: 0.45rem 0.72rem;
    font-size: 0.82rem;
  }

  .lh-page-sidebar .lh-side-card {
    padding: 0.72rem 0.75rem;
    box-shadow: 0 7px 14px rgba(45, 27, 16, 0.08);
  }

  .lh-site-footer {
    margin-bottom: 0;
  }

  .lh-site-footer-inner {
    gap: 0.58rem;
    padding: 0.58rem 0 0.76rem;
  }

  .lh-footer-links {
    gap: 0.4rem 0.45rem;
  }

  .lh-footer-links a {
    font-size: 0.76rem;
    padding: 0.14rem 0.4rem;
  }

  .lh-footer-copy {
    font-size: 0.74rem;
  }

  .lh-hero-media {
    aspect-ratio: 16 / 10;
  }

  .lh-hero-title {
    font-size: 1.2rem;
  }

  .lh-hero-side-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-hero-side-card {
    min-height: 146px;
  }

  .lh-hero-side-media {
    min-height: 146px;
  }

  .lh-hero-overlay {
    padding: 0.85rem;
  }

  .lh-event-item {
    grid-template-columns: 1fr;
  }

  .lh-event-item-media {
    aspect-ratio: 16 / 9;
  }

  .lh-event-item-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .lh-event-item-foot .lh-btn {
    margin-left: 0;
    width: 100%;
  }

  .lh-event-list-head-right {
    justify-content: flex-start;
  }

  .lh-view-toggle button {
    padding: 0.28rem 0.55rem;
    font-size: 0.72rem;
  }

  .lh-event-list[data-view="grid"] .lh-event-items {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-collections-grid,
  .lh-location-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-location-card:nth-child(3n) {
    grid-column: span 1;
  }

  .lh-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh-filter-sheet {
    display: none;
  }

  .lh-filter-sheet.is-open {
    display: block;
  }
}


/* ===== Shared Frame Refresh (Header / Sidebar / Footer / Main) ===== */
.lh-site-main {
  padding: 0.95rem 0 1.5rem;
}

.lh-page-shell {
  gap: 1.1rem;
}

.lh-top-today-bar {
  top: 0;
  border-bottom: 1px solid #dfd1c0;
  background: linear-gradient(180deg, #f6efe6, #f3eadf);
  box-shadow: 0 1px 0 rgba(122, 73, 51, 0.06);
}

.lh-top-today-inner {
  min-height: 34px;
  gap: 0.45rem;
}

.lh-top-today-label {
  padding: 0.12rem 0.45rem;
  font-size: 0.63rem;
}

.lh-top-today-logo {
  width: 154px;
}

.lh-top-today-right {
  font-size: 0.86rem;
}

.lh-top-today-bar:not(.is-scrolled) .lh-top-today-logo {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-2px) scale(0.96);
}

.lh-top-today-bar.is-scrolled .lh-top-today-logo {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.lh-header-main {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #eadbca;
}

.lh-header-row {
  min-height: 68px;
  gap: 0.9rem;
}

.lh-logo--image img {
  height: 40px;
}

.lh-search-form {
  z-index: 1048;
}

.lh-search-input-wrap {
  border-radius: 999px;
  background: #fbf8f3;
}

.lh-search-icon {
  width: 18px;
  height: 18px;
  left: 13px;
  color: #a38d78;
}

.lh-search-icon svg,
.lh-login-ico svg,
.lh-icon-svg svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.lh-search-mode {
  left: 35px;
  border: 1px solid #e6d8c8;
  background: linear-gradient(180deg, #f9f3ea, #f5ecdf);
  padding: 2px;
  gap: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.lh-search-mode label {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.23rem 0.58rem 0.23rem 1.32rem;
  color: #6b5d52;
}

.lh-search-mode label input {
  width: 11px;
  height: 11px;
  border: 1.8px solid #baa78f;
  left: 0.5rem;
}

.lh-search-mode label.is-active {
  border-color: rgba(138, 30, 45, 0.28);
  color: #7a1526;
  background: #fff;
}

.lh-search-mode label.is-active input {
  border-color: #8a1e2d;
  box-shadow: inset 0 0 0 2px #8a1e2d;
}

.lh-search-input {
  border-color: #e8dbcc;
  background: #fff;
  font-size: 0.98rem;
  padding-left: clamp(222px, 50%, 338px);
  padding-right: 4.6rem;
}

.lh-search-submit {
  right: 5px;
  min-width: 56px;
  padding: 0.42rem 0.78rem;
  font-size: 0.81rem;
}

.lh-search-suggest {
  z-index: 5000;
  top: calc(100% + 6px);
  border-radius: 14px;
}

.lh-header-actions {
  gap: 0.5rem;
}

.lh-icon-btn {
  width: 40px;
  height: 40px;
}

.lh-icon-svg {
  width: 18px;
  height: 18px;
  display: inline-flex;
  color: #927963;
}

.lh-login-btn {
  min-height: 40px;
  padding: 0.5rem 0.98rem;
  border-radius: 12px;
  background: #f9eef0;
  border-color: rgba(138, 30, 45, 0.2);
}

.lh-login-ico {
  width: 20px;
  height: 20px;
  color: #8a1e2d;
}

.lh-category-list {
  gap: 1.05rem;
  min-height: 40px;
}

.lh-category-link {
  min-height: 40px;
  font-size: 0.95rem;
}

.lh-page-sidebar {
  min-width: 0;
}

.lh-sidebar-stack {
  gap: 0.78rem;
}

.lh-side-card {
  padding: 0.92rem 0.95rem;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(42, 26, 17, 0.08);
}

.lh-side-card h3 {
  margin-bottom: 0.52rem;
  font-size: 0.98rem;
}

.lh-side-list,
.lh-news-list,
.lh-side-source-list {
  gap: 0.48rem;
}

.lh-side-list strong,
.lh-news-list span,
.lh-side-source-list strong {
  font-size: 0.84rem;
  line-height: 1.4;
}

.lh-side-list small,
.lh-news-list small,
.lh-side-source-list small,
.lh-lunar-sub,
.lh-lunar-meta {
  font-size: 0.75rem;
}

.lh-topic-cloud a {
  font-size: 0.72rem;
  padding: 0.2rem 0.52rem;
}

.lh-site-footer {
  margin-top: 1.15rem;
  background: rgba(255, 255, 255, 0.9);
  border-top-color: #e6d8c8;
}

.lh-site-footer-inner {
  min-height: 64px;
  padding: 0.58rem 0;
  gap: 0.8rem;
}

.lh-footer-brand {
  display: inline-flex;
  align-items: center;
}

.lh-footer-brand img {
  height: 28px;
  width: auto;
  display: block;
}

.lh-footer-links {
  gap: 0.5rem 0.72rem;
}

.lh-footer-links a {
  font-size: 0.8rem;
}

.lh-footer-copy {
  font-size: 0.79rem;
}

.lh-mobile-bottom-nav {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lh-mobile-bottom-nav a {
  min-height: 54px;
}

.lh-mobile-nav-ico {
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .lh-header-row {
    min-height: 0;
    padding: 0.42rem 0;
    gap: 0.55rem;
  }

  .lh-logo--image img {
    height: 34px;
  }

  .lh-search-mode {
    left: 34px;
    max-width: calc(100% - 124px);
  }

  .lh-search-mode label {
    font-size: 0.66rem;
    padding: 0.2rem 0.42rem 0.2rem 1.2rem;
  }

  .lh-search-input {
    font-size: 0.92rem;
    padding-left: clamp(182px, 55%, 268px);
    padding-right: 4.2rem;
  }

  .lh-login-btn {
    padding: 0.42rem 0.72rem;
    font-size: 0.8rem;
  }

  .lh-icon-btn {
    width: 34px;
    height: 34px;
  }

  .lh-icon-svg {
    width: 16px;
    height: 16px;
  }

  .lh-side-card {
    padding: 0.78rem 0.8rem;
  }

  .lh-site-footer-inner {
    padding: 0.68rem 0 0.88rem;
  }

  .lh-footer-brand img {
    height: 26px;
  }
}

@media (max-width: 767.98px) {
  .lh-top-today-inner {
    min-height: 32px;
  }

  .lh-top-today-left {
    gap: 0.42rem;
  }

  .lh-top-today-right {
    font-size: 0.76rem;
  }

  .lh-top-today-logo {
    display: none;
  }

  .lh-search-mode {
    max-width: calc(100% - 118px);
  }

  .lh-search-mode label {
    font-size: 0.62rem;
  }

  .lh-search-input {
    padding-left: clamp(172px, 58%, 236px);
  }
}

/* ===== Footer Portal Upgrade ===== */
.lh-site-footer {
  margin-top: 1.15rem;
  border-top: 1px solid #dfd2c3;
  background: linear-gradient(180deg, #f4ecdf, #ece0d2);
  color: #3a3029;
}

.lh-site-footer::before {
  height: 1px;
  background: linear-gradient(90deg, rgba(138, 30, 45, 0), rgba(138, 30, 45, 0.28), rgba(138, 30, 45, 0));
}

.lh-site-footer-inner {
  min-height: 0;
  padding: 0.72rem 0 0.58rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0.74rem;
}

.lh-site-footer.is-compact .lh-site-footer-inner {
  gap: 0.52rem;
  padding-top: 0.56rem;
  padding-bottom: 0.48rem;
}

.lh-footer-trust {
  border: 1px solid rgba(138, 30, 45, 0.12);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 11px;
  padding: 0.5rem 0.68rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 0.8rem;
}

.lh-footer-trust-text {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: #5c5046;
}

.lh-footer-trust-icon {
  font-size: 0.9rem;
  line-height: 1;
  opacity: 0.82;
}

.lh-footer-trust-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.86rem;
}

.lh-footer-trust-links a {
  font-size: 0.81rem;
  font-weight: 500;
  color: #775d4b;
  border-bottom: 1px solid rgba(119, 93, 75, 0.26);
  transition: color 0.18s ease, border-color 0.18s ease;
}

.lh-footer-trust-links a:hover {
  color: var(--lh-primary);
  border-bottom-color: rgba(138, 30, 45, 0.5);
}

.lh-footer-main {
  display: grid;
  width: 100%;
  gap: 0.55rem;
  grid-template-columns: minmax(190px, 0.95fr) repeat(4, minmax(0, 1fr));
  align-items: start;
}

.lh-footer-brand {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.58rem;
  color: #5d4f43;
  min-width: 0;
}

.lh-footer-brand-media {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(138, 30, 45, 0.12);
  overflow: hidden;
}

.lh-footer-brand-media.is-square {
  width: 52px;
  height: 52px;
}

.lh-footer-brand-media.is-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh-footer-brand-media.is-wide {
  padding: 0.28rem 0.34rem;
}

.lh-footer-brand-media.is-wide img {
  height: 26px;
  width: auto;
  display: block;
}

.lh-footer-brand-content {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  overflow: visible;
}

.lh-footer-brand-name {
  font-size: 0.97rem;
  font-weight: 700;
  color: #47382f;
  line-height: 1.25;
}

.lh-footer-brand-tagline {
  font-size: 0.78rem;
  line-height: 1.42;
  color: rgba(71, 56, 47, 0.84);
  display: block;
  overflow: visible;
}

.lh-footer-col {
  min-width: 0;
}

.lh-footer-col h3 {
  margin: 0 0 0.34rem;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.3;
  color: #47392f;
}

.lh-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.04rem;
}

.lh-footer-list a {
  color: #67584d;
  font-size: 0.85rem;
  line-height: 1.68;
  transition: color 0.18s ease;
}

.lh-footer-list a:hover {
  color: var(--lh-primary);
}

.lh-footer-legal {
  border-top: 1px solid rgba(125, 102, 84, 0.2);
  padding-top: 0.48rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.42rem 0.8rem;
}

.lh-footer-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.24rem 0.46rem;
}

.lh-footer-legal-links a {
  font-size: 0.78rem;
  color: #79695d;
  line-height: 1.35;
}

.lh-footer-legal-links a + a::before {
  content: "?";
  color: rgba(121, 105, 93, 0.5);
  margin-right: 0.46rem;
}

.lh-footer-legal-links a:hover {
  color: var(--lh-primary);
}

.lh-footer-copy {
  color: #79695d;
  font-size: 0.78rem;
  white-space: nowrap;
}

.lh-site-footer.is-compact .lh-footer-legal {
  margin-top: 0;
  padding-top: 0.46rem;
}

@media (max-width: 1199px) {
  .lh-footer-main {
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(0, 1fr));
    gap: 0.52rem 0.68rem;
  }

  .lh-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .lh-site-footer {
    margin-bottom: 0;
  }

  .lh-site-footer-inner {
    padding: 0.64rem 0 0.72rem;
    gap: 0.66rem;
  }

  .lh-footer-trust {
    padding: 0.48rem 0.62rem;
  }

  .lh-footer-trust-text {
    font-size: 0.82rem;
  }

  .lh-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.52rem 0.66rem;
  }

  .lh-footer-brand-tagline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lh-footer-col h3 {
    font-size: 0.9rem;
  }

  .lh-footer-list a {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .lh-footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .lh-footer-copy {
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .lh-site-footer-inner {
    padding: 0.58rem 0 0.64rem;
    gap: 0.6rem;
  }

  .lh-site-footer.is-compact .lh-site-footer-inner {
    padding-top: 0.52rem;
    padding-bottom: 0.44rem;
  }

  .lh-footer-trust {
    padding: 0.46rem 0.56rem;
    gap: 0.34rem 0.52rem;
  }

  .lh-footer-trust-text {
    font-size: 0.8rem;
  }

  .lh-footer-trust-links {
    width: 100%;
    justify-content: flex-start;
    gap: 0.22rem 0.74rem;
  }

  .lh-footer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.46rem;
  }

  .lh-footer-brand {
    gap: 0.5rem;
  }

  .lh-footer-brand-media.is-square {
    width: 48px;
    height: 48px;
  }

  .lh-footer-brand-tagline {
    font-size: 0.76rem;
  }

  .lh-footer-col h3 {
    font-size: 0.88rem;
    margin-bottom: 0.3rem;
  }

  .lh-footer-list a {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .lh-footer-legal-links {
    gap: 0.18rem 0.42rem;
  }

  .lh-footer-legal-links a {
    font-size: 0.76rem;
  }

  .lh-footer-copy {
    font-size: 0.76rem;
  }
}

/* ===== Static Pages (V2 Site) ===== */
.lh-static-page {
  padding-top: 1.05rem;
  padding-bottom: 1.2rem;
}

.lh-static-card {
  border: 1px solid var(--lh-border);
  background: var(--lh-surface);
  border-radius: 16px;
  box-shadow: var(--lh-shadow-soft);
  padding: 1rem 1.05rem;
  max-width: 980px;
}

.lh-static-card h1 {
  margin: 0 0 0.65rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #3d2e23;
}

.lh-static-card h2 {
  margin: 0.95rem 0 0.45rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #4f3f33;
}

.lh-static-card p,
.lh-static-card li {
  color: #5f5145;
  line-height: 1.6;
  font-size: 0.94rem;
}

.lh-static-card ul {
  margin: 0.2rem 0 0.5rem;
  padding-left: 1.12rem;
}

.lh-static-card a:not(.lh-btn) {
  color: var(--lh-primary);
}

.lh-static-card .lh-btn-primary,
.lh-static-card .lh-btn-primary:hover,
.lh-static-card .lh-btn-primary:focus-visible {
  color: #fff;
}

.lh-static-alert {
  margin: 0.45rem 0 0.8rem;
}

.lh-static-form {
  display: grid;
  gap: 0.7rem;
}

.lh-static-form-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-static-form label {
  display: grid;
  gap: 0.28rem;
  font-size: 0.82rem;
  color: #5f5043;
  font-weight: 600;
}

.lh-static-textarea {
  border-radius: 12px;
  resize: vertical;
  min-height: 130px;
}

.lh-static-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

@media (max-width: 991.98px) {
  .lh-static-form-grid {
    grid-template-columns: 1fr;
  }

  .lh-static-card {
    padding: 0.9rem;
  }
}

/* ===== Sidebar polish (home V2) ===== */
.lh-sidebar-stack {
  gap: 0.72rem;
}

.lh-side-card {
  margin: 0;
}

.lh-side-empty,
.lh-side-caption {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--lh-muted);
}

.lh-side-item-meta,
.lh-news-meta {
  display: block;
  margin-top: 0.16rem;
  line-height: 1.35;
}

/* ===== Sidebar: News Widget Polish (V3) ===== */
.lh-side-card.lh-side-card--news .lh-side-card-head {
  padding: 2px 2px 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lh-side-card.lh-side-card--news .lh-side-card-title {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  line-height: 1.1;
}

.lh-side-card.lh-side-card--news .lh-side-card-title-text {
  font-size: clamp(1.125rem, 1.02rem + 0.34vw, 1.24rem);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.lh-side-card.lh-side-card--news .lh-side-title-dot--news {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 10px;
  margin-top: 0.26rem;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(160, 0, 0, 0.18) 45%, rgba(160, 0, 0, 0.55) 100%);
  box-shadow: 0 0 0 3px rgba(160, 0, 0, 0.08);
}

.lh-side-card.lh-side-card--news .lh-side-card-subtitle {
  margin: 5px 0 0 21px;
  font-size: 12.5px;
  line-height: 1.35;
  opacity: 0.78;
}

.lh-news-widget {
  display: grid;
  gap: 0.48rem;
}

.lh-news-widget .lh-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.lh-news-widget .lh-news-list li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.lh-news-widget .lh-news-item {
  display: block;
  padding: 0.56rem 0.22rem;
  border-radius: 12px;
  color: inherit;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.lh-news-widget .lh-news-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.lh-news-widget .lh-news-item-link:hover {
  text-decoration: none;
}

.lh-news-widget .lh-news-item-link:focus-visible {
  outline: 2px solid rgba(123, 0, 0, 0.25);
  outline-offset: 2px;
  border-radius: 8px;
}

.lh-news-widget .lh-news-item:hover {
  background: rgba(0, 0, 0, 0.02);
}

.lh-news-widget .lh-news-item:focus-visible {
  outline: 2px solid rgba(123, 0, 0, 0.25);
  outline-offset: 2px;
}

.lh-news-widget .lh-news-item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-news-widget .lh-news-item-meta {
  margin-top: 0.3rem;
  font-size: 12.5px;
  opacity: 0.86;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-news-widget .lh-news-item-meta > span {
  display: inline;
}

.lh-news-widget .lh-news-item-date {
  margin-top: 0.2rem;
  font-size: 12px;
  opacity: 0.72;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (max-width: 767.98px) {
  .lh-side-card.lh-side-card--news .lh-side-card-title-text {
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.1rem);
  }

  .lh-side-card.lh-side-card--news .lh-side-card-subtitle {
    font-size: 12px;
  }
}

/* ===== Sidebar: Subscribe CTA ===== */
.lh-subscribe-card {
  display: grid;
  gap: 0.64rem;
}

.lh-subscribe-card-subtitle {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--lh-muted);
}

.lh-subscribe-card-btn {
  min-height: 38px;
  font-size: 12.5px;
  font-weight: 700;
}

/* ===== Theo doi hub ===== */
.lh-follow-hub .v2-card-body {
  display: grid;
  gap: 0.9rem;
}

.lh-follow-status {
  margin-top: 0.25rem;
  padding: 0.55rem 0.72rem;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.45;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f5efe5;
  color: #4a3f35;
}

.lh-follow-status.is-success {
  border-color: rgba(43, 134, 84, 0.28);
  background: rgba(43, 134, 84, 0.1);
  color: #205a3b;
}

.lh-follow-status.is-error {
  border-color: rgba(147, 45, 45, 0.28);
  background: rgba(147, 45, 45, 0.1);
  color: #6f1f29;
}

.lh-follow-status.is-info {
  border-color: rgba(79, 93, 120, 0.26);
  background: rgba(79, 93, 120, 0.1);
  color: #30435f;
}

.lh-follow-box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 0.76rem;
  background: #fffdfa;
}

.lh-follow-box-title {
  margin: 0 0 0.5rem;
  font-size: 15px;
  font-weight: 700;
  color: #3f3028;
}

.lh-follow-form {
  position: relative;
  display: grid;
  gap: 0.44rem;
}

.lh-follow-form .lh-btn {
  min-height: 36px;
  font-size: 12.5px;
  font-weight: 700;
}

.lh-follow-suggest {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(36, 28, 22, 0.14);
  overflow: hidden;
}

.lh-follow-suggest-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 260px;
  overflow-y: auto;
}

.lh-follow-suggest-item {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.6rem 0.7rem;
  display: grid;
  gap: 0.14rem;
  cursor: pointer;
}

.lh-follow-suggest-item:hover,
.lh-follow-suggest-item:focus-visible {
  background: #f8f2e7;
  outline: none;
}

.lh-follow-suggest-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.lh-follow-suggest-meta {
  font-size: 12px;
  color: var(--lh-muted);
  line-height: 1.35;
}

.lh-follow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.lh-follow-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  padding: 0.6rem 0.64rem;
}

.lh-follow-item-main {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.lh-follow-item-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #2f261f;
  text-decoration: none;
}

.lh-follow-item-title:hover {
  color: var(--lh-primary);
}

.lh-follow-item-meta {
  margin: 0;
  font-size: 12px;
  color: var(--lh-muted);
  line-height: 1.35;
}

.lh-follow-remove {
  white-space: nowrap;
  font-size: 12px;
  min-height: 32px;
  padding: 0 0.62rem;
}

.lh-follow-empty {
  margin: 0.42rem 0 0;
  font-size: 12px;
  color: var(--lh-muted);
}

.lh-follow-empty-all {
  border: 1px dashed rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  background: #fffcf7;
  padding: 0.66rem 0.74rem;
  font-size: 12px;
  color: var(--lh-muted);
}

@media (max-width: 991.98px) {
  .lh-sidebar-stack {
    gap: 0.62rem;
  }

  .lh-side-card {
    padding: 0.8rem 0.82rem;
  }

  .lh-follow-item {
    flex-direction: column;
    align-items: stretch;
  }

  .lh-follow-remove {
    width: 100%;
  }
}

/* ===== Sidebar LunarToday (Festival card) ===== */
.lh-sidebar-stack .lh-side-card--lunar > h3 {
  display: none;
}

.lh-side-card--lunar {
  position: relative;
  overflow: hidden;
  padding: 1.04rem 1.02rem 0.94rem;
  border-radius: 18px;
  background: linear-gradient(160deg, #8e2034 0%, #7c1d30 56%, #751b2e 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 24px rgba(57, 20, 29, 0.26);
  color: rgba(255, 255, 255, 0.92);
}

.lh-side-card--lunar::after {
  content: "";
  position: absolute;
  top: -46px;
  right: -38px;
  width: 162px;
  height: 162px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.02) 70%);
  pointer-events: none;
}

.lh-lunar-festival {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.74rem;
}

.lh-lunar-festival-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.74rem;
}

.lh-lunar-festival-left,
.lh-lunar-festival-right {
  min-width: 0;
}

.lh-lunar-festival-left {
  flex: 1 1 auto;
}

.lh-lunar-festival-kicker,
.lh-lunar-festival-solar-label,
.lh-lunar-cell-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.74);
}

.lh-lunar-festival-weekday {
  margin: 0.22rem 0 0;
  font-size: clamp(1.68rem, 1.85vw, 1.82rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: rgba(255, 249, 242, 0.98);
}

.lh-lunar-festival-right {
  flex: 0 0 auto;
  max-width: 58%;
  text-align: right;
}

.lh-lunar-festival-solar-date {
  margin: 0.2rem 0 0;
  font-size: clamp(1.5rem, 1.62vw, 1.58rem);
  line-height: 1.06;
  font-weight: 800;
  white-space: nowrap;
  color: rgba(255, 245, 232, 0.96);
}

.lh-lunar-panel {
  display: grid;
  gap: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.11);
  overflow: hidden;
}

.lh-lunar-panel--two {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.lh-lunar-panel--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-lunar-cell {
  min-width: 0;
  padding: 0.68rem 0.54rem 0.72rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lh-lunar-cell + .lh-lunar-cell {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.lh-lunar-cell-value {
  margin: 0.28rem 0 0;
  font-size: clamp(1.22rem, 1.3vw, 1.28rem);
  line-height: 1.18;
  font-weight: 700;
  color: rgba(255, 248, 240, 0.92);
}

.lh-lunar-cell-value--day {
  font-size: clamp(2.72rem, 2.95vw, 2.88rem);
  line-height: 0.95;
  color: #f7d36a;
  text-shadow: 0 1px 10px rgba(94, 62, 15, 0.25);
}

.lh-lunar-cell--day .lh-lunar-cell-value {
  margin-bottom: 0.34rem;
}

.lh-lunar-cell-sub {
  margin: auto 0 0;
  font-size: 0.76rem;
  line-height: 1.24;
  font-weight: 600;
  color: rgba(255, 247, 237, 0.9);
}

.lh-lunar-festival-meta {
  margin: 0.14rem 0 0;
  display: grid;
  gap: 0.2rem;
  text-align: center;
}

.lh-lunar-festival-meta p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 247, 237, 0.92);
}

.lh-lunar-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 42px;
  margin-top: 0.24rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #7a1f2a;
  background: #fff7ee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 6px 14px rgba(22, 9, 12, 0.2);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.lh-lunar-cta:hover {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 10px 18px rgba(22, 9, 12, 0.26);
}

@media (max-width: 575.98px) {
  .lh-side-card--lunar {
    padding: 0.92rem 0.86rem 0.84rem;
    border-radius: 16px;
  }

  .lh-lunar-festival-weekday {
    font-size: 1.52rem;
  }

  .lh-lunar-festival-solar-date {
    font-size: 1.4rem;
  }

  .lh-lunar-cell-value {
    font-size: 1.06rem;
  }

  .lh-lunar-cell-value--day {
    font-size: 2.3rem;
  }

  .lh-lunar-cell-sub {
    font-size: 0.68rem;
    margin-top: 0.18rem;
  }

  .lh-lunar-festival-meta {
    gap: 0.1rem;
  }

  .lh-lunar-festival-meta p {
    font-size: 0.74rem;
    line-height: 1.3;
  }

  .lh-lunar-cta {
    min-height: 42px;
    font-size: 0.94rem;
  }
}

/* ===== Homepage Layout V2 (Explore-first) ===== */
.lh-home-list-shell {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.lh-home-list-shell .lh-page-sidebar,
.lh-home-list-sidebar {
  position: static;
  top: auto;
}

.lh-home-discovery-stack {
  display: grid;
  gap: 1rem;
}

.lh-home-list-main .lh-event-list {
  gap: 0.95rem;
}

.lh-home-list-main .lh-event-list-head {
  padding-bottom: 0.58rem;
}

.lh-home-list-main .lh-event-list-head h2 {
  font-size: clamp(1.28rem, 1.18rem + 0.42vw, 1.5rem);
}

.lh-home-list-main .lh-event-items {
  gap: 0.82rem;
}

.lh-home-list-sidebar .lh-sidebar-stack {
  gap: 0.86rem;
}

.lh-home-list-sidebar .lh-side-card {
  padding: 0.9rem 0.94rem;
}

@media (min-width: 992px) {
  .lh-home-list-shell {
    grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
    gap: 1.1rem;
  }
}

@media (max-width: 991.98px) {
  .lh-home-sidebar-mobile {
    margin-top: 0.95rem;
  }

  .lh-home-list-main .lh-event-list-head h2 {
    font-size: 1.25rem;
  }
}

/* ===== Event View Polish (Follow + Related + Sources) ===== */
.v2-event-view .v2-title {
  font-size: clamp(1.75rem, 1.42rem + 1.05vw, 2rem);
  line-height: 1.26;
}

.v2-event-view .v2-card-title {
  font-size: clamp(1.12rem, 1.02rem + 0.4vw, 1.24rem);
  line-height: 1.3;
}

.v2-event-view .v2-card-body > p,
.v2-event-view .v2-card-body li {
  font-size: 0.97rem;
  line-height: 1.62;
}

.v2-event-view .v2-follow-card {
  border-color: rgba(138, 30, 45, 0.2);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(254, 249, 241, 0.98));
}

.v2-event-view .v2-follow-card .v2-card-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.4rem;
}

.v2-event-view .v2-follow-card .v2-card-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lh-primary, #8a1e2d);
  box-shadow: 0 0 0 4px rgba(138, 30, 45, 0.12);
}

.v2-event-view .v2-follow-login-note {
  margin: 0 0 0.55rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--lh-muted, #6c5f55);
}

.v2-event-view .v2-follow-panel {
  gap: 0.72rem;
}

.v2-event-view .v2-follow-actions {
  gap: 0.62rem;
}

.v2-event-view .v2-follow-actions .v2-btn {
  min-height: 40px;
}

.v2-event-view .v2-follow-actions-secondary .v2-btn {
  border-style: solid;
  background: rgba(255, 255, 255, 0.84);
}

.v2-event-view .v2-follow-pill {
  background: rgba(12, 166, 120, 0.14);
  color: #25533e;
  font-size: 0.84rem;
}

.v2-event-view .v2-follow-status {
  margin-top: 0.2rem;
}

.lh-side-card--related h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.lh-side-card--related .lh-side-title-dot {
  width: 8px;
  height: 8px;
}

.lh-side-card--related .lh-side-source-list {
  gap: 0.52rem;
}

.lh-side-card--related .lh-side-source-list li {
  padding-bottom: 0.56rem;
}

.lh-side-card--related .lh-related-item {
  display: grid;
  gap: 0.18rem;
}

.lh-side-card--related .lh-related-item small {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.18rem;
}

.lh-side-card--related .lh-related-item small .lh-loc-link {
  display: inline;
  padding: 0;
  border-radius: 0;
  color: inherit;
}

.lh-side-card--related .lh-side-source-list strong {
  font-size: 0.87rem;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lh-side-card--related .lh-side-source-list small {
  margin-top: 0.15rem;
  font-size: 0.78rem;
  line-height: 1.4;
}

.lh-side-card--related .lh-side-caption {
  margin-top: 0.28rem;
  font-size: 0.78rem;
}

.v2-source-list {
  display: grid;
  gap: 0.82rem;
}

.v2-source-panel {
  border: 1px solid rgba(95, 77, 63, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.v2-source-panel + .v2-source-panel {
  margin-top: 0.2rem;
}

.v2-source-panel-summary {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.6rem 0.78rem;
  cursor: pointer;
  background: rgba(137, 111, 85, 0.08);
}

.v2-source-panel-summary::-webkit-details-marker {
  display: none;
}

.v2-source-panel-title {
  font-size: 0.89rem;
  font-weight: 700;
  color: #503f34;
}

.v2-source-panel-stats {
  font-size: 0.74rem;
  color: var(--lh-muted, #6f6257);
  white-space: nowrap;
}

.v2-source-panel-body {
  display: grid;
  gap: 0.76rem;
  padding: 0.72rem 0.78rem 0.86rem;
}

.v2-source-list-lead {
  margin: -0.3rem 0 0.1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--lh-muted, #6d6055);
}

.v2-source-group {
  display: grid;
  gap: 0.34rem;
}

.v2-source-group-head {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.v2-source-group-info {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.38rem;
  font-size: 0.73rem;
  color: var(--lh-muted, #6f6257);
}

.v2-source-group-count {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.12rem 0.46rem;
  background: rgba(96, 74, 52, 0.08);
  border: 1px solid rgba(96, 74, 52, 0.14);
}

.v2-source-group-latest {
  display: inline-flex;
  align-items: center;
}

.v2-source-domain-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.18rem 0.56rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #5f4d3f;
  background: #f4ece1;
  border: 1px solid rgba(130, 110, 92, 0.2);
}

.v2-source-rows {
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

.v2-source-row {
  margin: 0;
}

.v2-source-link {
  display: grid;
  gap: 0.16rem;
  padding: 0.5rem 0.56rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.v2-source-link:hover {
  border-color: rgba(138, 30, 45, 0.26);
  box-shadow: 0 6px 14px rgba(36, 24, 16, 0.08);
  transform: translateY(-1px);
  text-decoration: none;
}

.v2-source-link:focus-visible {
  outline: 2px solid rgba(138, 30, 45, 0.25);
  outline-offset: 2px;
}

.v2-source-link-title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v2-source-link-meta {
  font-size: 0.78rem;
  color: var(--lh-muted, #6f6257);
  line-height: 1.45;
}

.v2-source-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.1rem 0.42rem;
  font-size: 0.7rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.v2-source-status.is-approved {
  color: #1f7a4f;
  background: rgba(31, 122, 79, 0.1);
  border-color: rgba(31, 122, 79, 0.2);
}

.v2-source-status.is-suggested {
  color: #8f5f1f;
  background: rgba(173, 120, 24, 0.12);
  border-color: rgba(173, 120, 24, 0.26);
}

.v2-source-toggle {
  justify-self: start;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(138, 30, 45, 0.26);
  background: rgba(138, 30, 45, 0.06);
  color: #7f1f2f;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.78rem;
}

.v2-source-toggle:hover {
  background: rgba(138, 30, 45, 0.12);
}

.v2-source-toggle:focus-visible {
  outline: 2px solid rgba(138, 30, 45, 0.24);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  .v2-event-view .v2-title {
    font-size: clamp(1.45rem, 1.3rem + 0.9vw, 1.7rem);
  }

  .v2-event-view .v2-card-title {
    font-size: 1.08rem;
  }

  .v2-event-view .v2-card-body > p,
  .v2-event-view .v2-card-body li {
    font-size: 0.93rem;
  }

  .v2-source-link-title {
    font-size: 0.88rem;
  }

  .v2-source-group-info {
    width: 100%;
    justify-content: flex-start;
  }
}

/* ===== Event Detail: Administrative Area ===== */
.lh-admin-area {
  margin: 0 0 0.55rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  line-height: 1.45;
}

.lh-admin-area__label {
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(81, 69, 58, 0.82);
}

.lh-admin-area__link,
.lh-admin-area__text {
  font-size: 0.88rem;
  font-weight: 600;
  color: #4a3f34;
}

.lh-admin-area__link {
  color: var(--lh-primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 30, 45, 0.24);
}

.lh-admin-area__link:hover {
  border-bottom-color: rgba(138, 30, 45, 0.55);
}

.lh-admin-area__hint {
  font-size: 0.8rem;
  color: rgba(101, 88, 76, 0.78);
}

@media (max-width: 767.98px) {
  .lh-admin-area {
    gap: 0.28rem;
  }

  .lh-admin-area__label {
    font-size: 0.72rem;
  }

  .lh-admin-area__link,
  .lh-admin-area__text,
  .lh-admin-area__hint {
    font-size: 0.82rem;
  }
}

/* ===== Header Nav Simplify (V2) ===== */
.lh-header-row {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.lh-menu-toggle {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(138, 30, 45, 0.2);
  border-radius: 10px;
  background: #fff7f7;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.lh-menu-toggle span {
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #7f1f2f;
}

.lh-category-nav {
  z-index: 1039;
  overflow: visible;
}

.lh-category-main {
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
}

.lh-category-list--primary {
  min-height: 44px;
  gap: 1.15rem;
  overflow: visible;
}

.lh-category-list--primary > li {
  display: inline-flex;
  align-items: center;
}

.lh-category-link {
  gap: 0.38rem;
  min-height: 44px;
  font-size: 0.92rem;
  font-weight: 600;
  border-bottom-width: 2px;
}

.lh-category-dropdown .dropdown-toggle::after {
  margin-left: 0.2rem;
  vertical-align: 0.2em;
}

.lh-category-dropdown-menu {
  margin-top: 0;
  border: 1px solid rgba(138, 30, 45, 0.16);
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(32, 20, 13, 0.16);
  min-width: 210px;
  z-index: 1090;
}

.lh-category-dropdown-menu .dropdown-item {
  font-size: 0.88rem;
  padding: 0.5rem 0.8rem;
}

.lh-category-dropdown-menu .dropdown-item.active,
.lh-category-dropdown-menu .dropdown-item:active {
  background: rgba(138, 30, 45, 0.1);
  color: #7f1f2f;
}

.lh-hot-locations {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  padding-bottom: 0.35rem;
}

.lh-hot-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
  flex-shrink: 0;
}

.lh-hot-chip-list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.lh-hot-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0.18rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.77rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.lh-hot-chip:hover,
.lh-hot-chip:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.lh-badge-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.08rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
}

.lh-nav-offcanvas {
  max-width: 320px;
}

.lh-nav-offcanvas .offcanvas-title {
  font-size: 1rem;
  font-weight: 700;
  color: #4a3f34;
}

.lh-mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.lh-mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 40px;
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(138, 30, 45, 0.12);
  background: #fff;
  color: #4a3f34;
  font-size: 0.9rem;
  font-weight: 600;
}

.lh-mobile-menu a:hover,
.lh-mobile-menu a:focus-visible {
  border-color: rgba(138, 30, 45, 0.26);
  background: rgba(138, 30, 45, 0.06);
  color: #7f1f2f;
}

.lh-mobile-menu a.is-active {
  border-color: rgba(138, 30, 45, 0.34);
  background: rgba(138, 30, 45, 0.1);
  color: #7f1f2f;
}

.lh-mobile-menu a.is-disabled {
  opacity: 0.92;
}

.lh-mobile-user {
  margin-top: 0.95rem;
  padding-top: 0.82rem;
  border-top: 1px solid rgba(138, 30, 45, 0.12);
}

.lh-mobile-user-title {
  margin: 0;
  color: #5f5348;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.lh-mobile-user-note {
  margin: 0.45rem 0 0;
  font-size: 0.84rem;
  color: #6a5a4b;
  line-height: 1.45;
}

.lh-mobile-user-actions {
  margin-top: 0.56rem;
  display: grid;
  gap: 0.42rem;
  grid-template-columns: minmax(0, 1fr);
}

.lh-mobile-user-actions .lh-btn,
.lh-mobile-user-logout-btn {
  width: 100%;
  justify-content: center;
}

.lh-mobile-user-links {
  margin-top: 0.58rem;
}

.lh-mobile-user-logout {
  margin-top: 0.55rem;
}

.lh-mobile-hot-locations {
  margin-top: 0.95rem;
}

.lh-mobile-hot-title {
  margin: 0 0 0.5rem;
  color: #5f5348;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.lh-mobile-hot-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.lh-mobile-hot-list .lh-hot-chip {
  color: #7f1f2f;
  border-color: rgba(138, 30, 45, 0.24);
  background: rgba(138, 30, 45, 0.08);
}

.lh-mobile-hot-list .lh-hot-chip:hover,
.lh-mobile-hot-list .lh-hot-chip:focus-visible {
  background: rgba(138, 30, 45, 0.14);
}

@media (max-width: 991.98px) {
  .lh-header-main {
    border-bottom: 0;
  }

  .lh-header-row {
    min-height: 62px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.45rem;
  }

  .lh-search-input {
    padding-left: clamp(168px, 52%, 252px);
  }

  .lh-category-nav {
    display: none;
  }
}

/* ===== Almanac (Lich van nien) ===== */
.lh-almanac-page {
  display: grid;
  gap: 0.9rem;
}

.lh-almanac-shell,
.lh-almanac-day-card,
.lh-almanac-month-card {
  border-radius: 16px;
}

.lh-almanac-head h1 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}

.lh-almanac-head p {
  margin: 0.28rem 0 0;
  font-size: 0.9rem;
  color: var(--lh-muted);
}

.lh-almanac-nav {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.lh-almanac-day-links {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.lh-almanac-date-form,
.lh-almanac-month-form {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.lh-almanac-date-form input[type="date"],
.lh-almanac-month-form input[type="month"] {
  border: 1px solid var(--lh-border);
  border-radius: 10px;
  min-height: 38px;
  padding: 0.35rem 0.55rem;
  font-size: 0.9rem;
  color: var(--lh-text);
  background: #fff;
}

.lh-almanac-day-kicker {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--lh-muted);
  font-weight: 700;
}

.lh-almanac-day-main h2 {
  margin: 0.3rem 0 0;
  font-size: 1.34rem;
  line-height: 1.3;
}

.lh-almanac-day-grid {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.6rem;
}

.lh-almanac-day-item {
  border: 1px solid rgba(138, 30, 45, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.58rem 0.64rem;
  display: grid;
  gap: 0.18rem;
}

.lh-almanac-day-item span {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--lh-muted);
  font-weight: 700;
}

.lh-almanac-day-item strong {
  font-size: 0.94rem;
  color: #3f342b;
  line-height: 1.45;
}

.lh-almanac-day-item small {
  font-size: 0.78rem;
  color: var(--lh-muted);
}

.lh-almanac-lucky-hours {
  margin-top: 0.85rem;
}

.lh-almanac-lucky-hours p {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--lh-muted);
  font-weight: 700;
}

.lh-almanac-hour-chips {
  margin-top: 0.42rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.lh-almanac-hour-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(138, 30, 45, 0.22);
  background: rgba(138, 30, 45, 0.08);
  color: #6f1a2a;
  font-size: 0.78rem;
  padding: 0.16rem 0.58rem;
}

.lh-almanac-day-cta {
  margin-top: 0.9rem;
}

.lh-almanac-month-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.lh-almanac-month-head h2 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.3;
}

.lh-almanac-month-form {
  margin-top: 0.7rem;
}

.lh-almanac-grid-wrap {
  margin-top: 0.72rem;
}

.lh-almanac-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.32rem;
}

.lh-almanac-grid--weekdays {
  margin-bottom: 0.38rem;
}

.lh-almanac-weekday {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--lh-muted);
}

.lh-almanac-cell {
  min-height: 62px;
  border: 1px solid var(--lh-border);
  border-radius: 10px;
  background: #fff;
  padding: 0.34rem 0.3rem;
  display: grid;
  align-content: space-between;
  justify-items: center;
  gap: 0.18rem;
  color: var(--lh-text);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.lh-almanac-cell:hover,
.lh-almanac-cell:focus-visible {
  border-color: rgba(138, 30, 45, 0.28);
  background: #fff9f5;
  box-shadow: 0 8px 14px rgba(138, 30, 45, 0.08);
}

.lh-almanac-cell.is-outside {
  opacity: 0.52;
  background: #faf6f1;
}

.lh-almanac-cell.is-today {
  border-color: rgba(138, 30, 45, 0.42);
  background: #fff5f6;
}

.lh-almanac-cell.is-selected {
  outline: 2px solid rgba(138, 30, 45, 0.28);
  outline-offset: 1px;
}

.lh-almanac-solar-day {
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
}

.lh-almanac-lunar-day {
  font-size: 0.72rem;
  color: var(--lh-muted);
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .lh-almanac-head h1 {
    font-size: 1.34rem;
  }

  .lh-almanac-day-main h2 {
    font-size: 1.14rem;
  }

  .lh-almanac-day-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lh-almanac-cell {
    min-height: 54px;
    padding: 0.24rem 0.2rem;
  }

  .lh-almanac-solar-day {
    font-size: 0.86rem;
  }

  .lh-almanac-lunar-day {
    font-size: 0.68rem;
  }
}

/* Notifications Inbox */
.lh-notify-inbox {
  border: 1px solid #eadfce;
  background: linear-gradient(160deg, #fffdfa 0%, #fff8f2 100%);
}

.lh-notify-inbox-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.lh-notify-inbox-subline {
  max-width: 60ch;
}

.lh-notify-inbox-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(138, 30, 45, 0.25);
  background: rgba(138, 30, 45, 0.08);
  color: #7a1b2c;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 0.4rem 0.62rem;
  border-radius: 999px;
  white-space: nowrap;
}

.lh-notify-inbox-toolbar {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.lh-notify-mark-read-status {
  font-size: 0.82rem;
  color: #6b6058;
}

.lh-notify-mark-read-status.is-success {
  color: #2f7f51;
}

.lh-notify-mark-read-status.is-error {
  color: #9b2536;
}

.lh-btn.lh-btn-ghost {
  background: #f8f2e9;
  color: #5f5349;
  border: 1px dashed #d9cab7;
}

.lh-notify-inbox-empty {
  margin-top: 1.1rem;
  border: 1px dashed #decfbe;
  border-radius: 14px;
  background: #fff;
  padding: 1.1rem;
}

.lh-notify-inbox-empty-text {
  margin: 0 0 0.9rem;
  color: #5f5349;
}

.lh-notify-inbox-list {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.62rem;
}

.lh-notify-inbox-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.95rem;
  border: 1px solid #eadfce;
  border-radius: 12px;
  background: #fff;
  padding: 0.82rem 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lh-notify-inbox-item:hover,
.lh-notify-inbox-item:focus-within {
  border-color: rgba(138, 30, 45, 0.26);
  box-shadow: 0 10px 18px rgba(138, 30, 45, 0.09);
}

.lh-notify-inbox-item.is-new {
  border-left: 4px solid #8a1e2d;
  padding-left: 0.72rem;
}

.lh-notify-inbox-item-title {
  display: inline-block;
  color: #221f1e;
  font-size: 1.01rem;
  line-height: 1.34;
  font-weight: 700;
  text-decoration: none;
}

.lh-notify-inbox-item-title:hover,
.lh-notify-inbox-item-title:focus-visible {
  color: #8a1e2d;
}

.lh-notify-inbox-item-meta {
  margin: 0.42rem 0 0;
  color: #6b6058;
  font-size: 0.87rem;
}

.lh-notify-inbox-item-date {
  white-space: nowrap;
  color: #7b6d62;
  font-size: 0.84rem;
  font-weight: 600;
  padding-top: 0.1rem;
}

.lh-notify-inbox-pagination {
  margin-top: 1rem;
  padding-top: 0.82rem;
  border-top: 1px solid #ebdfcf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.lh-notify-inbox-page-info {
  color: #6a5f56;
  font-size: 0.86rem;
}

.lh-notify-inbox-page-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lh-btn.lh-btn-sm {
  padding: 0.42rem 0.72rem;
  min-height: 34px;
  font-size: 0.84rem;
}

.lh-btn.is-disabled,
.lh-btn[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .lh-notify-inbox-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .lh-notify-inbox-item {
    grid-template-columns: 1fr;
    gap: 0.38rem;
  }

  .lh-notify-inbox-item-date {
    font-size: 0.8rem;
  }
}

/* ===== Admin Layout (Separated from Frontend) ===== */
.lh-admin-layout {
  background: #f3f6fa;
  color: #1f2937;
}

.lh-admin-layout .container,
.lh-admin-layout .container-sm,
.lh-admin-layout .container-md,
.lh-admin-layout .container-lg,
.lh-admin-layout .container-xl,
.lh-admin-layout .container-xxl,
.lh-admin-layout .container-fluid {
  max-width: 100% !important;
}

.lh-admin-header {
  position: sticky;
  top: 0;
  z-index: 1080;
  background: #ffffff;
  border-bottom: 1px solid #dfe4ea;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.lh-admin-header-inner {
  min-height: 56px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0.5rem;
}

.lh-admin-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  color: #111827;
  text-decoration: none;
  white-space: nowrap;
}

.lh-admin-brand-main {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.lh-admin-brand-sub {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.12rem 0.36rem;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #d7dee7;
  color: #475569;
}

.lh-admin-nav {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 2px;
}

.lh-admin-nav::-webkit-scrollbar {
  height: 6px;
}

.lh-admin-nav::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.35);
  border-radius: 999px;
}

.lh-admin-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.34rem 0.62rem;
  border-radius: 8px;
  color: #334155;
  font-size: 0.83rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
}

.lh-admin-nav-link:hover,
.lh-admin-nav-link:focus-visible {
  color: #7f1f2f;
  background: #f8ecef;
  border-color: #e5cfd5;
}

.lh-admin-nav-link.is-active {
  color: #7f1f2f;
  background: #fbeef1;
  border-color: #e9ccd4;
}

.lh-admin-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.lh-admin-action-link,
.lh-admin-logout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.34rem 0.64rem;
  border-radius: 8px;
  border: 1px solid #d8dde6;
  background: #ffffff;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.lh-admin-action-link:hover,
.lh-admin-action-link:focus-visible,
.lh-admin-logout-btn:hover,
.lh-admin-logout-btn:focus-visible {
  background: #f8fafc;
  border-color: #c7d2e0;
  color: #1f2937;
}

.lh-admin-logout-form {
  margin: 0;
}

.lh-admin-logout-btn {
  cursor: pointer;
}

.lh-admin-main {
  padding: 0.65rem 0 1rem;
}

.lh-admin-main-inner {
  display: grid;
  gap: 0.5rem;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.lh-admin-toolbar .breadcrumb {
  margin-bottom: 0.3rem;
}

.lh-admin-layout .grid-view,
.lh-admin-layout .table-responsive {
  overflow-x: auto;
}

.lh-admin-layout table {
  min-width: 100%;
}

.lh-admin-layout .card,
.lh-admin-layout .panel,
.lh-admin-layout .box,
.lh-admin-layout .widget {
  max-width: 100%;
}

.lh-admin-content-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

@media (max-width: 991.98px) {
  .lh-admin-header-inner {
    min-height: 58px;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0.52rem;
    padding-top: 0.42rem;
    padding-bottom: 0.48rem;
  }

  .lh-admin-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .lh-admin-main-inner {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
}
.lh-admin-main.flex-grow-1 a:not(.btn) {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

/* ===== Admin Event View: Sticky Action Bar ===== */
.lh-event-action-sticky {
  position: sticky;
  top: 64px;
  z-index: 1020;
  border: 1px solid #d7dee8;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  padding: 0.75rem 0.85rem 0.85rem;
}

.lh-event-action-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.lh-event-action-title-wrap {
  min-width: 0;
}

.lh-event-action-title {
  margin: 0;
  font-size: clamp(1.2rem, 1.1vw + 0.8rem, 1.7rem);
  line-height: 1.25;
  font-weight: 800;
  color: #1f2937;
}

.lh-event-action-status {
  margin-top: 0.28rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lh-event-action-status-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #64748b;
}

.lh-event-action-open {
  min-height: 40px;
  border-radius: 10px;
  font-weight: 700;
}

.lh-event-action-toolbar {
  margin-top: 0.72rem;
  padding-top: 0.72rem;
  border-top: 1px dashed #d9dee7;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.lh-event-action-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.56rem;
}

.lh-event-action-group--primary {
  flex: 1 1 auto;
}

.lh-event-action-group--danger {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 0.8rem;
  border-left: 1px solid #e2cfd3;
}

.lh-event-action-btn {
  min-height: 44px;
  padding: 0.52rem 1.04rem;
  font-size: 0.98rem;
  line-height: 1.15;
  font-weight: 700;
  border-radius: 12px;
}

.lh-event-action-toolbar .btn.disabled,
.lh-event-action-toolbar .btn:disabled {
  opacity: 0.55;
}

.lh-event-action-toolbar a.btn,
.lh-event-action-toolbar a.btn:visited {
  color: var(--bs-btn-color);
}

@media (max-width: 991.98px) {
  .lh-event-action-sticky {
    top: 56px;
    padding: 0.64rem 0.64rem 0.7rem;
  }

  .lh-event-action-head {
    flex-direction: column;
    align-items: stretch;
  }

  .lh-event-action-open {
    width: 100%;
  }

  .lh-event-action-btn {
    min-height: 42px;
    font-size: 0.93rem;
    padding: 0.5rem 0.9rem;
  }

  .lh-event-action-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .lh-event-action-group--danger {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0.35rem;
    border-left: 0;
    border-top: 1px solid #e2cfd3;
  }
}

/* ===== User Auth V2 ===== */
.lh-auth-v2-wrap {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 0 1.4rem;
}

.lh-auth-v2-card {
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid #eadfce;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  box-shadow: 0 14px 34px rgba(97, 58, 39, 0.1);
  padding: 1.2rem 1.2rem 1.05rem;
}

.lh-auth-v2-card--compact {
  max-width: 620px;
}

.lh-auth-v2-head {
  margin-bottom: 0.85rem;
}

.lh-auth-v2-title {
  margin: 0;
  font-size: clamp(1.36rem, 1.3vw + 0.95rem, 1.86rem);
  line-height: 1.23;
  font-weight: 800;
  color: #3d2a20;
}

.lh-auth-v2-sub {
  margin: 0.42rem 0 0;
  color: #7a6453;
  font-size: 0.95rem;
  line-height: 1.5;
}

.lh-auth-v2-social {
  margin-bottom: 0.72rem;
}

.lh-auth-v2-google {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  width: 100%;
  border: 1px solid #e2d6c7;
  border-radius: 13px;
  padding: 0.68rem 0.8rem;
  text-decoration: none;
  color: #2f2926;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lh-auth-v2-google:hover,
.lh-auth-v2-google:focus-visible {
  border-color: rgba(138, 30, 45, 0.46);
  box-shadow: 0 8px 20px rgba(138, 30, 45, 0.14);
  transform: translateY(-1px);
}

.lh-auth-v2-google-text {
  display: inline-flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
}

.lh-auth-v2-google-text strong {
  font-size: 0.94rem;
  color: #332117;
  font-weight: 700;
}

.lh-auth-v2-google-text small {
  color: #7a6657;
  font-size: 0.8rem;
}

.lh-auth-v2-google-arrow {
  margin-left: auto;
  color: #7f1f2f;
  font-weight: 700;
}

.lh-auth-v2-divider {
  position: relative;
  margin: 0.84rem 0 0.92rem;
  text-align: center;
  color: #7a6a5c;
  font-size: 0.82rem;
}

.lh-auth-v2-divider::before,
.lh-auth-v2-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34%;
  border-top: 1px solid #e8ddcf;
}

.lh-auth-v2-divider::before {
  left: 0;
}

.lh-auth-v2-divider::after {
  right: 0;
}

.lh-auth-v2-form .form-label {
  color: #4a392f;
  font-weight: 650;
  font-size: 0.9rem;
}

.lh-auth-v2-form .lh-input,
.lh-auth-v2-form .form-control {
  border-color: #ded4c6;
  border-radius: 11px;
  min-height: 44px;
  background: #fffdfa;
}

.lh-auth-v2-form .lh-input:focus,
.lh-auth-v2-form .form-control:focus {
  border-color: rgba(138, 30, 45, 0.48);
  box-shadow: 0 0 0 3px rgba(138, 30, 45, 0.11);
}

.lh-auth-v2-form .form-check-label {
  color: #756456;
  font-size: 0.88rem;
}

.lh-auth-v2-form .form-check-input:checked {
  border-color: #7f1f2f;
  background-color: #7f1f2f;
}

.lh-auth-v2-errors {
  margin-bottom: 0.78rem;
  border-radius: 12px;
}

.lh-auth-v2-errors ul {
  margin: 0.24rem 0 0 1.05rem;
}

.lh-auth-v2-submit {
  min-height: 46px;
  margin-top: 0.16rem;
  font-weight: 700;
}

.lh-auth-v2-link-inline,
.lh-auth-v2-link {
  color: #7f1f2f;
  text-decoration: none;
  font-weight: 650;
}

.lh-auth-v2-link-inline:hover,
.lh-auth-v2-link-inline:focus-visible,
.lh-auth-v2-link:hover,
.lh-auth-v2-link:focus-visible {
  color: #651928;
  text-decoration: underline;
}

.lh-auth-v2-foot {
  margin-top: 0.92rem;
  padding-top: 0.88rem;
  border-top: 1px dashed #e8ddcf;
}

.lh-auth-v2-foot p {
  margin: 0.24rem 0;
  color: #6f6053;
  font-size: 0.89rem;
}

.lh-auth-v2-actions {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
}

.lh-auth-v2-confirm,
.lh-auth-v2-cancel {
  min-height: 44px;
}

.lh-auth-v2-message .alert {
  margin-bottom: 0.64rem;
}

.lh-auth-v2-message-actions {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
}

.lh-auth-v2-message-actions .lh-btn {
  min-width: 132px;
}

.lh-auth-v2-wrap .field-loginform-recaptcha .g-recaptcha,
.lh-auth-v2-wrap .field-resendform-recaptcha .g-recaptcha,
.lh-auth-v2-wrap .field-registrationform-recaptcha .g-recaptcha {
  transform-origin: left top;
}

@media (max-width: 767.98px) {
  .lh-auth-v2-card {
    border-radius: 14px;
    padding: 0.9rem 0.82rem;
  }

  .lh-auth-v2-divider::before,
  .lh-auth-v2-divider::after {
    width: 25%;
  }

  .lh-auth-v2-actions {
    grid-template-columns: 1fr;
  }
}

/* ===== User Settings V2 ===== */
.lh-user-settings-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0.5rem 0 1.4rem;
}

.lh-user-settings-side {
  min-width: 0;
}

.lh-user-settings-main {
  min-width: 0;
  display: grid;
  gap: 0.9rem;
}

.lh-user-settings-menu {
  border: 1px solid #eadfce;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  box-shadow: 0 10px 26px rgba(97, 58, 39, 0.08);
  overflow: hidden;
}

.lh-user-settings-user {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.62rem;
  align-items: center;
  padding: 0.84rem;
  border-bottom: 1px solid #efe5d9;
}

.lh-user-settings-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #f2e8db;
}

.lh-user-settings-avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #7f1f2f;
  background: #f9efe2;
}

.lh-user-settings-user-meta strong {
  display: block;
  color: #3d2a20;
  font-size: 0.94rem;
  line-height: 1.25;
}

.lh-user-settings-user-meta small {
  display: block;
  margin-top: 0.2rem;
  color: #7b6859;
  font-size: 0.8rem;
  line-height: 1.35;
  word-break: break-word;
}

.lh-user-settings-nav {
  padding: 0.56rem;
}

.lh-user-settings-nav .nav-link {
  border-radius: 10px;
  padding: 0.58rem 0.65rem;
  color: #5d4f44;
  font-weight: 650;
  font-size: 0.9rem;
}

.lh-user-settings-nav .nav-link:hover,
.lh-user-settings-nav .nav-link:focus-visible {
  background: #f8efe4;
  color: #6f1b2c;
}

.lh-user-settings-nav .nav-link.active {
  background: linear-gradient(135deg, #7f1f2f, #6d1a29);
  color: #fff;
  box-shadow: 0 8px 18px rgba(127, 31, 47, 0.24);
}

.lh-user-settings-card {
  border: 1px solid #eadfce;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  box-shadow: 0 12px 28px rgba(97, 58, 39, 0.08);
  padding: 1rem;
}

.lh-user-settings-card-head {
  margin-bottom: 0.86rem;
}

.lh-user-settings-card-head h1,
.lh-user-settings-card-head h2 {
  margin: 0;
  color: #3d2a20;
  font-weight: 800;
  line-height: 1.25;
  font-size: clamp(1.18rem, 0.8vw + 0.95rem, 1.5rem);
}

.lh-user-settings-card-head p {
  margin: 0.35rem 0 0;
  color: #7c6758;
  font-size: 0.9rem;
}

.lh-user-settings-form .form-control.lh-input {
  border-radius: 11px;
  border-color: #ded4c6;
  background: #fffdfa;
}

.lh-user-settings-form .form-control.lh-input:focus {
  border-color: rgba(138, 30, 45, 0.48);
  box-shadow: 0 0 0 3px rgba(138, 30, 45, 0.1);
}

.lh-user-settings-form .form-label {
  color: #4a392f;
  font-weight: 650;
  font-size: 0.9rem;
}

.lh-user-settings-note {
  margin-bottom: 0.85rem;
  display: grid;
  gap: 0.22rem;
  border: 1px dashed #e7dacc;
  border-radius: 12px;
  padding: 0.65rem 0.72rem;
  background: #fffaf1;
}

.lh-user-settings-note strong {
  color: #442d22;
  font-size: 0.92rem;
}

.lh-user-settings-note span {
  color: #725f51;
  font-size: 0.86rem;
}

.lh-user-settings-sep {
  border-top: 1px solid #e9dece;
  margin: 0.75rem 0 0.9rem;
}

.lh-user-settings-card--danger {
  border-color: #e8c8cc;
  background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
}

.lh-user-settings-danger-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lh-user-net-list {
  display: grid;
  gap: 0.65rem;
}

.lh-user-net-item {
  border: 1px solid #eadfce;
  border-radius: 12px;
  background: #fff;
  padding: 0.72rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
}

.lh-user-net-main {
  display: flex;
  gap: 0.62rem;
  align-items: center;
  min-width: 0;
}

.lh-user-net-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7efe2;
  border: 1px solid #eadcca;
  flex-shrink: 0;
}

.lh-user-net-copy h2 {
  margin: 0;
  color: #3d2a20;
  font-weight: 700;
  font-size: 0.96rem;
}

.lh-user-net-copy p {
  margin: 0.24rem 0 0;
  color: #786557;
  font-size: 0.84rem;
}

@media (max-width: 991.98px) {
  .lh-user-settings-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .lh-user-settings-card {
    padding: 0.85rem 0.78rem;
  }

  .lh-user-net-item {
    grid-template-columns: 1fr;
  }
}

/* ===== Header Account States ===== */
.lh-header-actions .lh-login-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.06;
}

.lh-header-actions .lh-login-main {
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.lh-header-actions .lh-login-sub {
  margin-top: 0.06rem;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0.92;
}

.lh-header-actions .lh-login-btn--guest {
  border-color: #e5cdab;
  background: linear-gradient(135deg, #fff7e4, #ffeac9);
  color: #7a4b15;
  box-shadow: 0 9px 20px rgba(176, 118, 42, 0.22);
}

.lh-header-actions .lh-login-btn--guest:hover,
.lh-header-actions .lh-login-btn--guest:focus-visible {
  text-decoration: none;
  color: #6b3f0f;
  background: linear-gradient(135deg, #fff2d8, #ffe3bb);
}

.lh-header-actions .lh-login-ico--guest {
  background: rgba(255, 255, 255, 0.9);
  color: #995f1a;
  box-shadow: inset 0 0 0 1px rgba(153, 95, 26, 0.2);
}

.lh-header-actions .lh-login-btn--member {
  border-color: #1f7b58;
  background: linear-gradient(135deg, #27a16f, #1d7f59);
  color: #fff;
  box-shadow: 0 10px 22px rgba(25, 106, 77, 0.28);
}

.lh-header-actions .lh-login-btn--member:hover,
.lh-header-actions .lh-login-btn--member:focus-visible {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #219565, #196f4e);
}

.lh-header-actions .lh-login-btn--member .lh-login-main,
.lh-header-actions .lh-login-btn--member .lh-login-sub {
  color: #fff;
}

.lh-header-actions .lh-login-ico--member {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.lh-header-actions .lh-login-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.lh-header-actions .lh-login-state-dot {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9dffbe;
  box-shadow: 0 0 0 2px #1c7b57;
}

.lh-header-actions .lh-login-btn--member.lh-account-btn::after {
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}

.lh-header-actions .lh-account-btn[aria-expanded="true"].lh-login-btn--member {
  border-color: #186547;
  background: linear-gradient(135deg, #209262, #176e4d);
}

/* ===== Error Page V2 ===== */
.lh-error-v2-wrap {
  padding: 2rem 0 2.6rem;
}

.lh-error-v2-card {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #eadfce;
  background: linear-gradient(180deg, #fffdfa 0%, #fff8f2 100%);
  padding: 1.25rem 1.1rem;
}

.lh-error-v2-code {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a7e72;
  font-weight: 700;
}

.lh-error-v2-title {
  margin: 0.55rem 0 0;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  line-height: 1.2;
  color: #211f1c;
}

.lh-error-v2-desc {
  margin: 0.65rem 0 0;
  color: #5f5349;
  max-width: 58ch;
}

.lh-error-v2-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lh-error-v2-suggest {
  margin-top: 1.1rem;
  padding-top: 0.95rem;
  border-top: 1px dashed #ddcfbf;
}

.lh-error-v2-suggest-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #2f2924;
}

.lh-error-v2-suggest-list {
  list-style: none;
  margin: 0.7rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.lh-error-v2-suggest-item {
  padding: 0.55rem 0.65rem;
  border: 1px solid #eadfce;
  border-radius: 10px;
  background: #fff;
}

.lh-error-v2-suggest-link {
  font-weight: 700;
  color: #1f1b18;
  text-decoration: none;
}

.lh-error-v2-suggest-link:hover,
.lh-error-v2-suggest-link:focus-visible {
  color: #7a1b2c;
  text-decoration: underline;
}

.lh-error-v2-suggest-meta {
  margin: 0.26rem 0 0;
  color: #6a5f56;
  font-size: 0.82rem;
}

/* ===== Mobile Quick Win (Home V2) ===== */
@media (max-width: 767.98px) {
  .lh-header-main .container-xxl {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lh-header-row {
    gap: 0.45rem;
  }

  .lh-logo--image img {
    max-height: 34px;
    width: auto;
  }

  .lh-search-form {
    order: 3;
    flex: 1 1 100%;
    margin-top: 0.3rem;
  }

  .lh-search-mode {
    display: none;
  }

  .lh-search-input-wrap {
    min-height: 42px;
  }

  .lh-search-input {
    font-size: 14px;
  }

  .lh-search-submit {
    min-height: 36px;
    min-width: 64px;
  }

  .lh-header-actions {
    margin-left: auto;
    gap: 0.35rem;
  }

  .lh-menu-toggle,
  .lh-header-actions .lh-icon-btn {
    min-height: 40px;
    min-width: 40px;
  }

  .lh-hero-feature .row {
    --bs-gutter-x: 0.6rem;
    --bs-gutter-y: 0.6rem;
  }

  .lh-hero-main--overlay .lh-hero-media {
    aspect-ratio: 16 / 10;
  }

  .lh-hero-title {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  .lh-hero-summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.8rem;
  }

  .lh-hero-meta {
    font-size: 0.74rem;
    gap: 0.24rem 0.4rem;
  }

  .lh-hero-side-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.52rem;
  }

  .lh-hero-side-list .lh-hero-side-card:nth-child(n + 2) {
    display: none;
  }

  .lh-quick-status-row .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.7rem;
    padding-bottom: 0.2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .lh-quick-status-row .row > [class*="col-"] {
    flex: 0 0 86%;
    max-width: 86%;
    scroll-snap-align: start;
    padding-left: 0;
    padding-right: 0;
  }

  .lh-filter-shell {
    padding: 0.7rem 0.72rem;
  }

  .lh-filter-grid {
    gap: 0.55rem;
  }

  .lh-filter-group label {
    font-size: 0.7rem;
  }

  .lh-filter-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
    align-items: center;
  }

  .lh-filter-inline-hint,
  .lh-filter-inline-more,
  .lh-filter-hint {
    display: none;
  }

  .lh-date-strip-wrap {
    padding: 0.6rem 0.68rem;
  }

  .lh-date-strip-title p {
    display: none;
  }

  .lh-date-pill {
    min-width: 72px;
    min-height: 66px;
    padding: 0.34rem 0.38rem;
  }

  .lh-date-pill-weekday {
    display: block;
    font-size: 0.58rem;
  }

  .lh-date-pill-sub {
    display: block;
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .lh-date-pill-top {
    font-size: 0.78rem;
  }

  .lh-date-pill-count {
    font-size: 0.66rem;
  }

  .lh-event-list {
    padding: 0.74rem 0.7rem;
  }

  .lh-event-list-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .lh-event-list-head h2 {
    font-size: 1.04rem;
  }

  .lh-view-toggle {
    display: none;
  }

  .lh-tabs .nav-link {
    min-height: 34px;
    padding: 0.28rem 0.56rem;
    font-size: 0.75rem;
  }

  .lh-event-item {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 0.56rem;
    padding: 0.58rem;
  }

  .lh-event-item-media {
    border-radius: 10px;
  }

  .lh-event-item-head h3 a {
    font-size: 0.9rem;
    line-height: 1.34;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lh-event-save {
    display: none;
  }

  .lh-event-item-meta-chip-wrap {
    gap: 0.22rem;
  }

  .lh-event-chip {
    font-size: 0.66rem;
    padding: 0.16rem 0.34rem;
  }

  .lh-event-item p {
    margin: 0.36rem 0 0;
    font-size: 0.76rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lh-event-item-tags,
  .lh-event-item-stats {
    display: none;
  }

  .lh-event-item-foot .lh-btn {
    width: 100%;
    min-height: 36px;
    font-size: 0.78rem;
    padding: 0.35rem 0.55rem;
  }

  .lh-home-sidebar-mobile {
    margin-top: 0.75rem !important;
  }

  .lh-sidebar-accordion .accordion-button {
    padding: 0.68rem 0.74rem;
    font-size: 0.92rem;
  }

  .lh-sidebar-accordion .accordion-body {
    padding: 0.6rem 0.7rem;
  }

  .lh-home-discovery-stack {
    margin-top: 0.9rem;
    gap: 0.66rem;
  }

  .lh-collections-grid {
    grid-template-columns: 1fr;
    gap: 0.58rem;
  }

  .lh-collection-card {
    min-height: 140px;
  }

  .lh-media-fallback {
    min-height: 96px;
    font-size: 0.78rem;
  }
}

@media (max-width: 575.98px) {
  .lh-quick-status-row .row > [class*="col-"] {
    flex-basis: 90%;
    max-width: 90%;
  }

  .lh-event-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .lh-date-strip-nav {
    display: none;
  }
}

/* ===== Mobile Refinement: Header Search + Footer ===== */
@media (max-width: 991.98px) {
  .lh-category-nav {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .lh-header-main {
    border-bottom: 1px solid rgba(125, 99, 80, 0.14);
  }

  .lh-header-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.4rem 0.48rem;
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
    align-items: center;
  }

  .lh-logo--image {
    min-width: 0;
  }

  .lh-logo--image img {
    max-height: 30px;
  }

  .lh-header-actions {
    justify-self: end;
  }

  .lh-search-form {
    grid-column: 1 / -1;
    margin-top: 0.12rem;
  }

  .lh-search-input-wrap {
    min-height: 40px;
    border-radius: 12px;
  }

  .lh-search-icon {
    left: 10px;
    font-size: 0.95rem;
  }

  .lh-search-input {
    border-radius: 12px;
    background: #fff;
    border-color: #e4d5c4;
    padding-left: 2rem;
    padding-right: 4.4rem;
    font-size: 0.9rem;
    min-height: 40px;
  }

  .lh-search-input::placeholder {
    color: #8f7d6a;
    opacity: 1;
  }

  .lh-search-submit {
    right: 4px;
    min-width: 58px;
    min-height: 32px;
    padding: 0.3rem 0.55rem;
    font-size: 0.72rem;
    box-shadow: none;
  }

  .lh-search-suggest {
    border-radius: 10px;
    top: calc(100% + 3px);
  }

  .lh-search-suggest-item {
    padding: 0.46rem 0.56rem;
    font-size: 0.86rem;
  }

  .lh-site-footer {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .lh-site-footer-inner {
    padding: 0.56rem 0 0.62rem;
    gap: 0.58rem;
  }

  .lh-footer-trust {
    padding: 0.44rem 0.54rem;
    border-radius: 10px;
    gap: 0.28rem 0.42rem;
  }

  .lh-footer-trust-text {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .lh-footer-trust-icon {
    font-size: 0.82rem;
  }

  .lh-footer-trust-links {
    width: 100%;
    gap: 0.15rem 0.55rem;
  }

  .lh-footer-trust-links a {
    font-size: 0.75rem;
  }

  .lh-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem 0.52rem;
  }

  .lh-footer-brand {
    grid-column: 1 / -1;
    gap: 0.45rem;
  }

  .lh-footer-brand-tagline {
    display: none;
  }

  .lh-footer-col h3 {
    margin-bottom: 0.22rem;
    font-size: 0.82rem;
  }

  .lh-footer-list a {
    font-size: 0.79rem;
    line-height: 1.56;
  }

  .lh-footer-legal {
    padding-top: 0.4rem;
    gap: 0.28rem;
  }

  .lh-footer-legal-links {
    gap: 0.12rem 0.34rem;
  }

  .lh-footer-legal-links a {
    font-size: 0.74rem;
  }

  .lh-footer-copy {
    font-size: 0.73rem;
  }
}

@media (max-width: 480px) {
  .lh-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.36rem 0.44rem;
  }

  .lh-footer-brand {
    padding-bottom: 0.08rem;
    border-bottom: 1px dashed rgba(122, 98, 78, 0.2);
  }

  .lh-footer-col h3 {
    font-size: 0.8rem;
  }

  .lh-footer-list a {
    font-size: 0.76rem;
    line-height: 1.5;
  }
}

/* giữ footer mobile gọn, tránh kéo dài dọc quá mức */
@media (max-width: 767.98px) {
  .lh-footer-col .lh-footer-list li:nth-child(n + 3) {
    display: none;
  }

  .lh-footer-col:last-of-type {
    display: none;
  }

  .lh-date-strip-head {
    display: flex;
    margin-bottom: 0.3rem;
  }

  .lh-date-strip-title h3 {
    font-size: 0.8rem;
  }

  .lh-date-strip-title p {
    display: none;
  }

  .lh-date-strip-wrap {
    padding: 0.46rem 0.52rem;
  }

  .lh-date-rail-wrap {
    margin: 0;
    padding: 0;
  }

  .lh-date-rail {
    gap: 0.34rem;
  }

  .lh-date-pill {
    min-width: 64px;
    min-height: 62px;
    border-radius: 10px;
    padding: 0.34rem 0.38rem;
  }

  .lh-date-pill-weekday {
    display: block;
    font-size: 0.56rem;
    line-height: 1.05;
  }

  .lh-date-pill-top {
    font-size: 0.74rem;
  }

  .lh-date-pill-sub {
    display: block;
    font-size: 0.6rem;
    line-height: 1.12;
  }
}

/* ===== Mobile Event List Readability Fix ===== */
@media (max-width: 767.98px) {
  .lh-event-list .lh-event-item,
  .lh-event-list[data-view="grid"] .lh-event-item {
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: flex-start;
    gap: 0.5rem;
  }

  .lh-event-list .lh-event-item-media,
  .lh-event-list[data-view="grid"] .lh-event-item-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .lh-event-list .lh-event-item-body,
  .lh-event-list[data-view="grid"] .lh-event-item-body {
    display: flex;
    gap: 0.28rem;
    padding: 0.02rem 0 0;
  }

  .lh-event-list .lh-event-item-head h3 a,
  .lh-event-list[data-view="grid"] .lh-event-item-head h3 a {
    font-size: 0.88rem;
    line-height: 1.32;
    -webkit-line-clamp: 2;
  }

  .lh-event-list .lh-event-item-meta-chip-wrap,
  .lh-event-list[data-view="grid"] .lh-event-item-meta-chip-wrap {
    display: flex;
    gap: 0.2rem;
  }

  .lh-event-list .lh-event-item p,
  .lh-event-list[data-view="grid"] .lh-event-item p {
    display: none;
  }

  .lh-event-list .lh-event-item-foot,
  .lh-event-list[data-view="grid"] .lh-event-item-foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    border-top: 0;
    margin-top: auto;
    padding-top: 0.08rem;
    gap: 0.24rem;
  }

  .lh-event-list .lh-event-item-foot .lh-btn,
  .lh-event-list[data-view="grid"] .lh-event-item-foot .lh-btn {
    margin-left: auto !important;
    align-self: flex-end;
    width: auto !important;
    min-height: 28px;
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
    border-radius: 999px;
  }
}
