.lws-ulh {
  box-sizing: border-box;
  color: var(--lws-ivory, #f4efe8);
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  background: var(--lws-bg, #111111);
}
.lws-ulh *,
.lws-ulh *::before,
.lws-ulh *::after {
  box-sizing: border-box;
}
.lws-ulh--hub {
  min-height: calc(100vh - var(--lws-header-height, 4.5rem));
  min-height: calc(100svh - var(--lws-header-height, 4.5rem));
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem) 2.5rem;
}
.lws-ulh--embedded {
  min-height: auto;
  padding: 1.5rem 0;
}
.lws-ulh__header {
  max-width: 70rem;
  width: 100%;
  margin-inline: auto;
}
.lws-ulh__title {
  margin: 0 0 1rem;
  max-width: 820px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--lws-ivory, #f4efe8);
}
.lws-ulh__intro,
.lws-ulh__notice,
.lws-ulh__related,
.lws-ulh__empty,
.lws-ulh__cat-intro,
.lws-ulh__desc,
.lws-ulh__why,
.lws-ulh__caution {
  max-width: 820px;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.68;
  color: var(--lws-text-soft, #c7bbb3);
}
.lws-ulh__notice {
  margin-bottom: 1.5rem;
}
.lws-ulh__desc,
.lws-ulh__why {
  color: #9ca3af;
}
.lws-ulh__related a {
  color: var(--lws-copper, #DBAF5C);
  text-decoration: none;
  text-underline-offset: 0.14em;
}
.lws-ulh__related a:hover,
.lws-ulh__related a:focus-visible {
  color: var(--lws-copper-hover, #E8C070);
  text-decoration: underline;
}
.lws-ulh__controls {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
}
.lws-ulh__break {
  position: relative;
  width: 100%;
  max-width: 70rem;
  height: 1.25rem;
  margin: 2.5rem auto 3rem;
}
.lws-ulh__break::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(199, 187, 179, 0.22) 14%,
    rgba(199, 187, 179, 0.88) 50%,
    rgba(199, 187, 179, 0.22) 86%,
    transparent 100%
  );
}
.lws-ulh__break::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #C7BBB3;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0.95;
}
.lws-ulh__toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.lws-ulh__toggles {
  display: inline-flex;
  gap: 0;
  width: auto;
  flex: 0 0 auto;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
}
.lws-ulh__toggle {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 36px;
  padding: 0 0.95rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #9ca3af;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: color 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.lws-ulh__toggle .lws-lucide {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.lws-ulh__toggle:hover,
.lws-ulh__toggle:active {
  color: var(--lws-copper, #DBAF5C);
}
.lws-ulh__toggle.is-pressed,
.lws-ulh__toggle[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.08);
  color: #f0f0f0;
}
.lws-ulh__toggle.is-pressed:hover,
.lws-ulh__toggle[aria-pressed="true"]:hover,
.lws-ulh__toggle.is-pressed:active,
.lws-ulh__toggle[aria-pressed="true"]:active {
  color: var(--lws-copper, #DBAF5C);
}
.lws-ulh__tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.lws-ulh__filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.lws-ulh__field {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  flex: 0 0 14.45rem;
  width: 14.45rem;
}
.lws-ulh__field--search {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.lws-ulh__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lws-ulh__select,
.lws-ulh__search {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
  color: #f0f0f0;
  transition: border-color 0.2s ease, color 0.2s ease;
  color-scheme: dark;
  -webkit-tap-highlight-color: transparent;
}
.lws-ulh__select:hover,
.lws-ulh__search:hover,
.lws-ulh__select:active,
.lws-ulh__search:active {
  border-color: var(--lws-copper, #DBAF5C);
}
.lws-ulh__search::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.lws-ulh__count {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--lws-text-soft, #c7bbb3);
}
.lws-ulh__icon-btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
  color: #f0f0f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.lws-ulh__icon-btn[hidden] {
  display: none !important;
}
.lws-ulh__icon-btn:hover,
.lws-ulh__icon-btn:active {
  border-color: var(--lws-copper, #DBAF5C);
  color: var(--lws-copper, #DBAF5C);
}
.lws-ulh__toggle:focus-visible,
.lws-ulh__select:focus-visible,
.lws-ulh__search:focus-visible,
.lws-ulh__arrow:focus-visible,
.lws-ulh__icon-btn:focus-visible,
.lws-ulh__visit:focus-visible,
.lws-ulh__dots button:focus-visible {
  outline: 2px solid var(--lws-copper, #DBAF5C);
  outline-offset: 2px;
}
.lws-ulh__stage {
  touch-action: pan-y;
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
}
.lws-ulh.is-mosaic .lws-ulh__stage {
  max-width: 70rem;
}
.lws-ulh__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0 0 0.5rem;
}
.lws-ulh__pos {
  margin: 0;
  flex: 0 0 auto;
  min-width: 4.75rem;
  text-align: center;
  color: var(--lws-text-soft, #c7bbb3);
}
.lws-ulh__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 0 2rem;
}
.lws-ulh__arrow {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
  color: #f0f0f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.lws-ulh__arrow:hover,
.lws-ulh__arrow:active {
  border-color: var(--lws-copper, #DBAF5C);
  color: var(--lws-copper, #DBAF5C);
}
.lws-ulh__dots button {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.lws-ulh__dots button[aria-current="true"] {
  background: #C7BBB3;
  border-color: #C7BBB3;
}
.lws-ulh__dots button:hover,
.lws-ulh__dots button:active {
  border-color: var(--lws-copper, #DBAF5C);
  background: var(--lws-copper, #DBAF5C);
}
.lws-ulh__board {
  display: grid;
  gap: 1rem;
}
html.js .lws-ulh:not(.is-mosaic) .lws-ulh__board {
  display: grid;
}
html.js .lws-ulh:not(.is-mosaic) .lws-ulh__card {
  grid-area: 1 / 1;
}
html.js .lws-ulh:not(.is-mosaic) .lws-ulh__card:not(.is-active) {
  visibility: hidden;
  pointer-events: none;
}
html:not(.js) .lws-ulh__nav,
html:not(.js) .lws-ulh__dots,
html:not(.js) .lws-ulh__badge,
html:not(.js) .lws-ulh__toggles,
html:not(.js) .lws-ulh__tools {
  display: none;
}
html:not(.js) .lws-ulh__card {
  grid-area: auto;
  visibility: visible;
  pointer-events: auto;
}
.lws-ulh.is-mosaic .lws-ulh__board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.5rem), 1fr));
  gap: 1rem;
  overflow: visible;
}
.lws-ulh.is-mosaic .lws-ulh__card {
  grid-area: auto;
  visibility: visible;
  pointer-events: auto;
}
.lws-ulh.is-mosaic .lws-ulh__nav,
.lws-ulh.is-mosaic .lws-ulh__dots,
.lws-ulh.is-mosaic .lws-ulh__badge {
  display: none;
}
.lws-ulh.is-mosaic .lws-ulh__visit {
  align-self: center;
  white-space: nowrap;
}
.lws-ulh__card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: opacity 180ms ease, border-color 0.15s ease;
}
.lws-ulh__card:hover {
  border-color: var(--lws-copper, #DBAF5C);
}
.lws-ulh__media {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
}
.lws-ulh__badge {
  display: block;
  width: fit-content;
  max-width: min(100%, 22rem);
  margin: 0 auto 1.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #1a1a1a;
  color: #f0f0f0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  pointer-events: none;
}
.lws-ulh__media img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lws-ulh__ph {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: #1a1a1a;
  color: #f0f0f0;
  padding: 1rem;
  text-align: center;
}
.lws-ulh__body {
  padding: 1.15rem 1.15rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1;
}
.lws-ulh__name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #f0f0f0;
}
.lws-ulh__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.78rem;
}
.lws-ulh__chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
  color: #9ca3af;
  line-height: 1.35;
}
.lws-ulh__why-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #f0f0f0;
}
.lws-ulh__caution {
  margin: 0;
  font-size: 0.95rem;
  color: #9ca3af;
}
.lws-ulh__visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  text-align: center;
  min-height: 3rem;
  padding: 0.85rem 1.5rem;
  margin-top: auto;
  border-radius: 10px;
  background: #1a1a1a;
  color: #f0f0f0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.lws-ulh__visit:hover,
.lws-ulh__visit:focus-visible,
.lws-ulh__visit:active {
  background: var(--lws-copper, #DBAF5C);
  border-color: var(--lws-copper, #DBAF5C);
  color: #1a120e;
}
html.is-presentation .mod-header,
html.is-presentation [data-module="site-header"],
html.is-presentation .mod-footer,
html.is-presentation .site-footer,
html.is-presentation .skip-link {
  display: none !important;
}
html.is-presentation .lws-ulh--hub {
  position: fixed;
  inset: 0;
  z-index: 10050;
  height: 100dvh;
  min-height: 100dvh;
  overflow: auto;
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem) 2.5rem;
}
@media (max-width: 720px) {
  .lws-ulh__filters {
    flex: 1 1 100%;
  }
  .lws-ulh__field {
    flex: 0 0 14.45rem;
    width: 14.45rem;
  }
  .lws-ulh__field--search {
    flex: 1 1 auto;
    width: auto;
  }
  .lws-ulh__toggles {
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #1a1a1a;
  }
  .lws-ulh__toggle {
    flex: 0 0 auto;
    background: transparent;
    color: #9ca3af;
  }
  .lws-ulh__toggle.is-pressed,
  .lws-ulh__toggle[aria-pressed="true"] {
    background: rgba(255, 255, 255, 0.08);
    color: #f0f0f0;
  }
  .lws-ulh__toggle:hover,
  .lws-ulh__toggle:active,
  .lws-ulh__toggle.is-pressed:hover,
  .lws-ulh__toggle[aria-pressed="true"]:hover,
  .lws-ulh__toggle.is-pressed:active,
  .lws-ulh__toggle[aria-pressed="true"]:active {
    color: var(--lws-copper, #DBAF5C);
  }
  .lws-ulh__select,
  .lws-ulh__search,
  .lws-ulh__icon-btn,
  .lws-ulh__arrow {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #1a1a1a;
    color: #f0f0f0;
  }
  .lws-ulh__tools {
    margin-left: 0;
  }
  .lws-ulh__card {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .lws-ulh__visit {
    background: #1a1a1a;
    color: #f0f0f0;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .lws-ulh__visit:hover,
  .lws-ulh__visit:focus-visible,
  .lws-ulh__visit:active {
    background: var(--lws-copper, #DBAF5C);
    border-color: var(--lws-copper, #DBAF5C);
    color: #1a120e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lws-ulh__card,
  .lws-ulh__dots button {
    transition: none;
  }
}
