/* Extracted mechanically from draft page 7541. Source remains draft-only. */
.l7a-surface-library .l-main > .l-section {
  padding-inline: 0 !important;
}

.l7a-surface-library .l-main > .l-section > .l-section-h {
  width: 100% !important;
  max-width: none !important;
  padding-inline: 0 !important;
}

.l7a-surface-library .l-main > .l-section > .l-section-h > .g-cols,
.l7a-surface-library .l-main > .l-section > .l-section-h > .g-cols > .wpb_column,
.l7a-surface-library .l-main > .l-section > .l-section-h > .g-cols > .wpb_column > .vc_column-inner {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.l7a-surface-library .l-main > .l-section > .l-section-h > .g-cols > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.l7a-surface-library .l-main > .l-section > .l-section-h > .g-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100%;
}

#xlib-v3 {
  --xl-bg: #0d1822;
  --xl-bg-deep: #08121a;
  --xl-panel: #172d3b;
  --xl-panel-strong: #1d394a;
  --xl-raised: #284b5f;
  --xl-soft: #1e3746;
  --xl-text: #e6f2f7;
  --xl-muted: #9eb5c1;
  --xl-line: #304a5a;
  --xl-accent: #66c7f1;
  --xl-accent-strong: #2476c0;
  --xl-positive: #9acb35;
  --xl-skeleton-base: #29404e;
  --xl-skeleton-highlight: #3c5665;
  --xl-shadow: 0 20px 48px rgba(1, 9, 15, .38);
  --xl-ease-out: cubic-bezier(.23, 1, .32, 1);
  --xl-radius: 8px;
  --xl-list-media-width: clamp(220px, 22vw, 280px);
  --xl-filter-content-inset: 18px;
  --xl-filter-scrollbar-gutter: 10px;
  color: var(--xl-text);
  background:
    linear-gradient(115deg, rgba(27, 104, 122, .16), transparent 36%, rgba(111, 130, 143, .045) 72%, transparent),
    linear-gradient(180deg, #132938 0, #101f2b 260px, var(--xl-bg) 620px, #09131c 100%);
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  overflow: clip;
  font-family: inherit;
  color-scheme: dark;
}
#xlib-v3[data-theme="light"],
html[data-l7a-theme="light"] #xlib-v3 {
  --xl-bg: #dedfe1;
  --xl-bg-deep: #e2ecef;
  --xl-panel: #f9fcfd;
  --xl-panel-strong: #eef5f7;
  --xl-raised: #dcebef;
  --xl-soft: #e4eff2;
  --xl-text: #18303c;
  --xl-muted: #566f7b;
  --xl-line: #c7d9df;
  --xl-accent: #167fb5;
  --xl-accent-strong: #0d6f9f;
  --xl-positive: #5c8f13;
  --xl-skeleton-base: #d5e0e4;
  --xl-skeleton-highlight: #eef4f6;
  --xl-shadow: 0 16px 36px rgba(20, 48, 60, .13);
  color-scheme: light;
  background: linear-gradient(180deg, #dcebef 0, var(--xl-bg) 420px, #e8eaec 100%);
}
#xlib-v3,
#xlib-v3 * { box-sizing: border-box; }
#xlib-v3 button,
#xlib-v3 input,
#xlib-v3 select { font: inherit; }
#xlib-v3 button,
#xlib-v3 a { -webkit-tap-highlight-color: transparent; }
#xlib-v3 img,
#xlib-v3 video { display: block; width: 100%; }
#xlib-v3 svg { display: block; }
#xlib-v3 [hidden] { display: none !important; }
@keyframes xl-media-shimmer {
  from { transform: translateX(-110%); }
  to { transform: translateX(110%); }
}
#xlib-v3 .xl-media-loading { position: relative; isolation: isolate; background-color: var(--xl-skeleton-base); }
#xlib-v3 .xl-media-loading::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 20%, var(--xl-skeleton-highlight) 48%, transparent 76%);
  animation: xl-media-shimmer 1.15s linear infinite;
}
#xlib-v3 .xl-media-loading > img { opacity: 0; }
#xlib-v3 .xl-media-ready > img { opacity: 1; transition: opacity 180ms ease; }
#xlib-v3 .xl-shell {
  width: min(var(--l7a-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0 88px;
  position: relative;
}
#xlib-v3 .xl-app-content { visibility: hidden; }
#xlib-v3[data-skeleton-ready="true"] .xl-app-content { visibility: visible; }
#xlib-v3 .xl-page-skeleton {
  position: absolute;
  z-index: 4;
  top: 112px;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 160ms ease, visibility 0s linear 160ms;
}
#xlib-v3[data-skeleton-ready="true"] .xl-page-skeleton { opacity: 0; visibility: hidden; }
#xlib-v3 .xl-skeleton-block {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: var(--xl-skeleton-base);
}
#xlib-v3 .xl-skeleton-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 18%, var(--xl-skeleton-highlight) 48%, transparent 78%);
  transform: translateX(-110%);
  animation: xl-media-shimmer 1.15s linear infinite;
}
#xlib-v3 .xl-skeleton-intro { margin-bottom: 24px; }
#xlib-v3 .xl-skeleton-title { width: 240px; height: 36px; margin-bottom: 10px; }
#xlib-v3 .xl-skeleton-line { width: min(680px, 78%); height: 13px; margin-top: 8px; border-radius: 4px; }
#xlib-v3 .xl-skeleton-line.is-short { width: min(470px, 58%); }
#xlib-v3 .xl-skeleton-island { padding: 14px 14px 12px; border-radius: var(--xl-radius); background: var(--xl-panel); box-shadow: 0 14px 30px rgba(2, 12, 19, .16); }
#xlib-v3 .xl-skeleton-label { width: 72px; height: 22px; margin-bottom: 11px; }
#xlib-v3 .xl-skeleton-genres { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 42px) / 4); gap: 14px; overflow: hidden; }
#xlib-v3[data-genre-density="three"] .xl-skeleton-genres { grid-auto-columns: calc((100% - 28px) / 3); }
#xlib-v3 .xl-skeleton-genre { aspect-ratio: 16 / 9; border-radius: var(--xl-radius); }
#xlib-v3 .xl-skeleton-markers { display: flex; justify-content: center; gap: 4px; padding-top: 10px; }
#xlib-v3 .xl-skeleton-marker { width: 24px; height: 8px; border-radius: 999px; }
#xlib-v3 .xl-skeleton-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) auto 190px auto; gap: 10px; margin-top: 22px; padding: 10px; border-radius: var(--xl-radius); background: var(--xl-panel); }
#xlib-v3 .xl-skeleton-control { height: 48px; }
#xlib-v3 .xl-skeleton-control.is-filter { width: 104px; }
#xlib-v3 .xl-skeleton-control.is-view { width: 96px; }
#xlib-v3 .xl-skeleton-results { margin-top: 24px; }
#xlib-v3 .xl-skeleton-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px 14px; }
#xlib-v3 .xl-skeleton-card { aspect-ratio: 2 / 3; border-radius: 7px; }
#xlib-v3[data-grid-kind="capsule"] .xl-skeleton-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 14px; }
#xlib-v3[data-grid-kind="capsule"] .xl-skeleton-card { aspect-ratio: 460 / 215; }
#xlib-v3 .xl-skeleton-list-shell { display: none; grid-template-columns: minmax(0, 1fr) minmax(370px, 400px); gap: 22px; align-items: start; }
#xlib-v3[data-default-view="list"] .xl-skeleton-grid { display: none; }
#xlib-v3[data-default-view="list"] .xl-skeleton-list-shell { display: grid; }
#xlib-v3 .xl-skeleton-list { display: grid; gap: 8px; }
#xlib-v3 .xl-skeleton-row { height: calc(var(--xl-list-media-width) * 215 / 460); display: grid; grid-template-columns: var(--xl-list-media-width) minmax(0, 1fr); overflow: hidden; border-radius: 7px; background: var(--xl-panel); }
#xlib-v3 .xl-skeleton-row-media { height: 100%; border-radius: 0; }
#xlib-v3 .xl-skeleton-row-copy { display: grid; align-content: center; gap: 7px; padding: 10px 14px; }
#xlib-v3 .xl-skeleton-row-copy .xl-skeleton-line { width: 54%; height: 12px; margin: 0; }
#xlib-v3 .xl-skeleton-row-copy .xl-skeleton-line:nth-child(2) { width: 82%; height: 10px; }
#xlib-v3 .xl-skeleton-row-copy .xl-skeleton-line:nth-child(3) { width: 38%; height: 9px; }
#xlib-v3 .xl-skeleton-inspector { padding: 14px; border-radius: var(--xl-radius); background: var(--xl-panel-strong); box-shadow: var(--xl-shadow); }
#xlib-v3 .xl-skeleton-inspector .xl-skeleton-line { width: 62%; height: 18px; margin: 0 0 10px; }
#xlib-v3 .xl-skeleton-inspector .xl-skeleton-line:nth-child(2) { width: 92%; height: 11px; }
#xlib-v3 .xl-skeleton-inspector-media { aspect-ratio: 16 / 9; margin-top: 14px; }
#xlib-v3 .xl-intro {
  display: block;
  margin: 0 0 24px;
}
#xlib-v3 .xl-intro-copy { max-width: 720px; }
#xlib-v3 .xl-intro h1 {
  margin: 0;
  color: var(--xl-text);
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 700;
}
#xlib-v3 .xl-intro-description {
  margin: 9px 0 0;
  color: var(--xl-muted);
  font-size: 15px;
  line-height: 1.55;
}
#xlib-v3 .xl-section-label {
  margin: 0 0 11px;
  color: var(--xl-text);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 650;
}
#xlib-v3 .xl-genres { position: relative; margin: 0 0 22px; }
#xlib-v3 .xl-genre-island {
  position: relative;
  padding: 14px 14px 12px;
  border: 0;
  border-radius: var(--xl-radius);
  background: var(--xl-panel);
  box-shadow: 0 10px 24px rgba(2, 12, 19, .14), inset 0 1px rgba(255, 255, 255, .025);
}
#xlib-v3[data-theme="light"] .xl-genre-island { box-shadow: 0 12px 26px rgba(31, 66, 78, .08); }
#xlib-v3 .xl-genre-stage {
  position: relative;
  box-sizing: border-box;
  width: calc(100% + 72px);
  margin-inline: -36px;
  padding-inline: 36px;
}
#xlib-v3 .xl-genre-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}
#xlib-v3 .xl-genre-viewport.is-programmatic-scroll {
  scroll-snap-type: none;
}
#xlib-v3 .xl-genre-viewport::-webkit-scrollbar { display: none; }
#xlib-v3 .xl-genre-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 42px) / 4);
  gap: 14px;
}
#xlib-v3[data-genre-density="three"] .xl-genre-track { grid-auto-columns: calc((100% - 28px) / 3); }
#xlib-v3 .xl-genre-card {
  --xl-genre-overlay-a: rgba(26, 118, 166, .22);
  --xl-genre-overlay-b: rgba(20, 104, 152, .62);
  position: relative;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: var(--xl-radius);
  overflow: clip;
  clip-path: inset(0 round var(--xl-radius));
  contain: paint;
  isolation: isolate;
  aspect-ratio: 16 / 9;
  background: var(--xl-bg-deep);
  color: #10212a;
  cursor: pointer;
  scroll-snap-align: start;
  transition: box-shadow 180ms ease;
}
#xlib-v3 .xl-genre-card:nth-child(5n + 2) {
  --xl-genre-overlay-a: rgba(82, 64, 148, .24);
  --xl-genre-overlay-b: rgba(95, 68, 159, .62);
}
#xlib-v3 .xl-genre-card:nth-child(5n + 3) {
  --xl-genre-overlay-a: rgba(23, 126, 122, .22);
  --xl-genre-overlay-b: rgba(16, 116, 112, .62);
}
#xlib-v3 .xl-genre-card:nth-child(5n + 4) {
  --xl-genre-overlay-a: rgba(170, 105, 30, .24);
  --xl-genre-overlay-b: rgba(164, 92, 24, .64);
}
#xlib-v3 .xl-genre-card:nth-child(5n + 5) {
  --xl-genre-overlay-a: rgba(153, 53, 67, .24);
  --xl-genre-overlay-b: rgba(145, 42, 58, .64);
}
#xlib-v3 .xl-genre-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}
#xlib-v3 .xl-genre-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  clip-path: inset(0 round var(--xl-radius));
  background: var(--xl-bg-deep);
  transform: scale(1);
  transform-origin: center center;
  transition: transform 220ms var(--xl-ease-out);
}
#xlib-v3 .xl-genre-slice {
  position: absolute;
  inset-block: 0;
  display: block;
  overflow: hidden;
}
#xlib-v3 .xl-genre-slice[data-slice="1"] {
  left: 0;
  width: 44%;
  clip-path: polygon(0 0, 100% 0, 58% 100%, 0 100%);
}
#xlib-v3 .xl-genre-slice[data-slice="2"] {
  left: 22%;
  width: 52%;
  clip-path: polygon(42% 0, 100% 0, 58% 100%, 0 100%);
}
#xlib-v3 .xl-genre-slice[data-slice="3"] {
  right: 0;
  width: 48%;
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
}
#xlib-v3 .xl-genre-media[data-collage-size="2"] .xl-genre-slice[data-slice="1"] {
  left: 0;
  width: 64%;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}
#xlib-v3 .xl-genre-media[data-collage-size="2"] .xl-genre-slice[data-slice="2"] {
  left: auto;
  right: 0;
  width: 64%;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
#xlib-v3 .xl-genre-slice img {
  position: absolute;
  inset: 0;
  transform: none;
  transition: none;
}
#xlib-v3 .xl-genre-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(155deg, transparent 14%, var(--xl-genre-overlay-a) 49%, rgba(4, 14, 19, .58) 92%),
    linear-gradient(125deg, transparent 8%, var(--xl-genre-overlay-b) 100%);
  pointer-events: none;
  transition: opacity 180ms ease;
}
#xlib-v3 .xl-genre-label {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18%;
  max-width: calc(100% - 24px);
  padding: 8px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .16);
  color: #12232b;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateX(-50%);
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1), background-color 160ms ease;
}
#xlib-v3 .xl-genre-card[aria-pressed="true"] {
  box-shadow: inset 0 0 0 2px var(--xl-accent);
}
#xlib-v3 .xl-genre-card[aria-pressed="true"] .xl-genre-label { background: #fff; color: #086895; }
@media (hover: hover) and (pointer: fine) {
  #xlib-v3 .xl-genre-card:hover {
    border-radius: var(--xl-radius) !important;
    box-shadow: 0 12px 24px rgba(1, 9, 15, .22) !important;
  }
  #xlib-v3 .xl-genre-card:hover .xl-genre-media { transform: scale(1.035) !important; }
  #xlib-v3 .xl-genre-card:hover::after { opacity: 0 !important; }
  #xlib-v3 .xl-genre-card:hover .xl-genre-label { transform: translate(-50%, 8px) !important; }
}
#xlib-v3 .xl-genre-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--xl-line);
  border-radius: 50%;
  background: var(--xl-panel-strong);
  color: var(--xl-text);
  box-shadow: 0 8px 22px rgba(1, 9, 15, .3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition:
    opacity 180ms var(--xl-ease-out),
    background-color 160ms var(--xl-ease-out),
    border-color 160ms var(--xl-ease-out),
    color 160ms var(--xl-ease-out);
}
#xlib-v3 .xl-genres[data-overflow="true"][data-controls-visible="true"] .xl-genre-arrow:not(:disabled),
#xlib-v3 .xl-genres[data-overflow="true"] .xl-genre-arrow:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
#xlib-v3 .xl-genre-arrow:disabled { visibility: hidden; opacity: 0 !important; pointer-events: none; }
#xlib-v3 .xl-genre-arrow:hover {
  border-color: color-mix(in srgb, var(--xl-accent) 42%, var(--xl-line));
  background: var(--xl-raised);
}
#xlib-v3 .xl-genre-arrow:focus-visible {
  outline: 2px solid var(--xl-accent);
  outline-offset: 2px;
}
#xlib-v3 .xl-genre-arrow svg { width: 22px; height: 22px; }
#xlib-v3 .xl-genre-prev { left: 0; }
#xlib-v3 .xl-genre-next { right: 0; }
#xlib-v3 .xl-progress {
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 10px;
}
#xlib-v3 .xl-progress button {
  width: 24px;
  height: 24px;
  min-height: 24px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#xlib-v3 .xl-progress button::before {
  content: "";
  width: 24px;
  height: 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--xl-muted) 46%, transparent);
  transition: background-color 150ms ease, opacity 150ms ease;
}
#xlib-v3 .xl-progress button:hover::before { background: color-mix(in srgb, var(--xl-accent) 72%, var(--xl-muted)); }
#xlib-v3 .xl-progress button[aria-current="true"]::before { background: #fff; }
#xlib-v3[data-theme="light"] .xl-progress button[aria-current="true"]::before { background: var(--xl-accent-strong); }
#xlib-v3 .xl-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto 190px auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 0;
  border-radius: var(--xl-radius);
  background: var(--xl-panel);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}
#xlib-v3 .xl-search-shell,
#xlib-v3 .xl-control,
#xlib-v3 .xl-view-switch {
  height: 48px;
  border-radius: 7px;
}
#xlib-v3 .xl-search-shell {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 8px;
  padding: 0 8px 0 14px;
  border: 1px solid transparent;
  background: var(--xl-bg-deep);
  box-shadow: none !important;
}
#xlib-v3 .xl-search-shell:focus-within {
  border: 1px solid color-mix(in srgb, var(--xl-accent) 84%, var(--xl-line)) !important;
  box-shadow: none !important;
  background: var(--xl-bg-deep) !important;
}
#xlib-v3 .xl-search-shell > svg { width: 21px; height: 21px; color: var(--xl-muted); }
#xlib-v3 .xl-search-shell:focus-within > svg {
  color: color-mix(in srgb, var(--xl-accent) 84%, var(--xl-text));
}
#xlib-v3 .xl-search {
  min-width: 0;
  height: 100%;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: var(--xl-text) !important;
  caret-color: color-mix(in srgb, var(--xl-accent) 84%, var(--xl-text));
  line-height: 1;
}
#xlib-v3 .xl-search::-webkit-search-cancel-button,
#xlib-v3 .xl-search::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}
#xlib-v3 .xl-search::-ms-clear,
#xlib-v3 .xl-search::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#xlib-v3 .xl-search:focus,
#xlib-v3 .xl-search:focus-visible { border: 0 !important; outline: 0 !important; box-shadow: none !important; }
#xlib-v3 .xl-search::placeholder {
  color: color-mix(in srgb, var(--xl-muted) 76%, var(--xl-text));
  opacity: 1;
}
#xlib-v3 .xl-search-clear {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--xl-muted);
  cursor: pointer;
}
#xlib-v3 .xl-search-clear:hover { background: var(--xl-soft); color: var(--xl-text); }
#xlib-v3 .xl-search-clear svg { width: 18px; height: 18px; }
#xlib-v3 .xl-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 48px;
  padding: 0 15px;
  border: 0;
  background: var(--xl-panel-strong);
  box-shadow: none !important;
  color: var(--xl-text);
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease, transform 140ms var(--xl-ease-out);
}
#xlib-v3 button.xl-control:hover { background: var(--xl-raised); }
#xlib-v3 button.xl-control:active { transform: scale(.97); }
#xlib-v3 .xl-control svg { width: 19px; height: 19px; flex: none; }
#xlib-v3 .xl-filter-count {
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  padding: 0 6px;
  border: 1px solid color-mix(in srgb, var(--xl-accent) 72%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--xl-accent) 20%, transparent);
  color: var(--xl-text);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
#xlib-v3 .xl-sort-wrap { position: relative; }
#xlib-v3 .xl-sort {
  width: 100%;
  appearance: none;
  text-align: left;
  padding-right: 38px;
}
#xlib-v3 .xl-sort-wrap > svg {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 17px;
  height: 17px;
  color: var(--xl-muted);
  pointer-events: none;
  transform: translateY(-50%);
}
#xlib-v3 .xl-select-shell[data-select-enhanced="1"] > select,
#xlib-v3 .xl-select-shell[data-select-enhanced="1"] > svg {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
#xlib-v3 .xl-select-trigger {
  width: 100%;
  justify-content: space-between;
  padding-inline: 15px 12px;
  text-align: start;
}
#xlib-v3 .xl-select-trigger-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#xlib-v3 .xl-select-trigger > svg {
  width: 17px;
  height: 17px;
  flex: none;
  color: var(--xl-muted);
  transition: transform 140ms var(--xl-ease-out), color 140ms ease;
}
#xlib-v3 .xl-select-trigger:focus-visible {
  outline: 2px solid var(--xl-accent);
  outline-offset: 2px;
}
#xlib-v3 .xl-select-shell.is-open .xl-select-trigger > svg { transform: rotate(180deg); }
#xlib-v3 .xl-select-popover {
  position: absolute;
  z-index: 22;
  top: calc(100% + 6px);
  inset-inline: 0;
  max-height: var(--xl-select-max-height, min(280px, 52vh));
  padding: 6px;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--xl-line);
  border-radius: 7px;
  background: var(--xl-panel);
  box-shadow: 0 16px 34px rgba(5, 22, 31, .22);
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--xl-accent) 68%, var(--xl-muted)) transparent;
}
#xlib-v3 .xl-select-shell.opens-up .xl-select-popover {
  top: auto;
  bottom: calc(100% + 6px);
}
#xlib-v3 .xl-select-option {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 11px;
  border-radius: 5px;
  color: var(--xl-text);
  cursor: pointer;
  outline: 0;
}
#xlib-v3 .xl-select-option:hover,
#xlib-v3 .xl-select-option:focus-visible {
  background: var(--xl-raised);
}
#xlib-v3 .xl-select-option[aria-selected="true"] {
  background: color-mix(in srgb, var(--xl-accent) 18%, var(--xl-panel));
  color: var(--xl-accent);
}
#xlib-v3 .xl-select-option[aria-selected="true"]:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--xl-accent) 62%, transparent);
  outline-offset: -1px;
}
#xlib-v3[data-theme="light"] .xl-toolbar .xl-select-trigger { background: var(--xl-bg-deep); }
#xlib-v3[data-theme="light"] .xl-select-option[aria-selected="true"] {
  background: #dcecf2;
  color: var(--xl-accent-strong);
}
#xlib-v3 .xl-select-shell.is-open .xl-select-trigger,
#xlib-v3 .xl-select-shell.is-open .xl-select-trigger:hover {
  background: var(--xl-panel-strong) !important;
  color: var(--xl-text) !important;
}
#xlib-v3[data-theme="light"] .xl-toolbar .xl-select-shell.is-open .xl-select-trigger,
#xlib-v3[data-theme="light"] .xl-toolbar .xl-select-shell.is-open .xl-select-trigger:hover {
  background: var(--xl-bg-deep) !important;
}
#xlib-v3 .xl-view-switch {
  display: grid;
  grid-template-columns: repeat(2, 42px);
  gap: 3px;
  padding: 3px;
  border: 0;
  border-radius: 8px;
  background: var(--xl-panel-strong);
  overflow: hidden;
}
#xlib-v3[data-theme="light"] .xl-toolbar :is(.xl-control, .xl-view-switch) {
  background: var(--xl-bg-deep);
}
#xlib-v3[data-theme="light"] .xl-toolbar .xl-search-shell:hover:not(:focus-within),
#xlib-v3[data-theme="light"] .xl-toolbar button.xl-control:hover,
#xlib-v3[data-theme="light"] .xl-toolbar .xl-view-switch button:not([aria-pressed="true"]):hover {
  background: color-mix(in srgb, var(--xl-accent) 14%, var(--xl-panel-strong)) !important;
  color: var(--xl-accent-strong);
}
#xlib-v3[data-theme="light"] .xl-toolbar .xl-sort-wrap:hover:not(:focus-within) .xl-sort {
  background: color-mix(in srgb, var(--xl-accent) 14%, var(--xl-panel-strong)) !important;
  color: var(--xl-accent-strong);
}
#xlib-v3[data-theme="light"] .xl-toolbar .xl-search-shell:hover:not(:focus-within) > svg {
  color: var(--xl-accent-strong);
}
html[data-l7a-theme="dark"] body.l7a-surface-library #xlib-v3[data-theme="dark"] .xl-toolbar .xl-search-shell:hover:not(:focus-within) {
  background-color: var(--xl-panel-strong) !important;
}
#xlib-v3[data-theme="dark"] .xl-toolbar button.xl-control:hover,
#xlib-v3[data-theme="dark"] .xl-toolbar .xl-view-switch button:not([aria-pressed="true"]):hover {
  background: var(--xl-raised) !important;
  color: var(--xl-text) !important;
}
#xlib-v3[data-theme="dark"] .xl-toolbar .xl-sort-wrap:hover:not(:focus-within) .xl-sort {
  background: var(--xl-raised) !important;
  color: var(--xl-text) !important;
}
#xlib-v3[data-theme="dark"] .xl-toolbar .xl-search-shell:hover:not(:focus-within) > svg,
#xlib-v3[data-theme="dark"] .xl-toolbar .xl-sort-wrap:hover:not(:focus-within) > svg {
  color: var(--xl-accent) !important;
}
#xlib-v3 .xl-view-switch button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--xl-muted);
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease, transform 140ms var(--xl-ease-out);
}
#xlib-v3 .xl-view-switch button:hover { background: var(--xl-raised); color: var(--xl-text); }
#xlib-v3 .xl-view-switch button:active { transform: scale(.95); }
#xlib-v3 .xl-view-switch button[aria-pressed="true"] { background: var(--xl-accent-strong); color: #fff; }
#xlib-v3 .xl-view-switch svg { width: 20px; height: 20px; }
#xlib-v3 :is(button, a, select):focus-visible {
  outline: 2px solid var(--xl-accent);
  outline-offset: 2px;
}
#xlib-v3 .xl-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 2px 0;
}
#xlib-v3 .xl-active-filter {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 7px 0 10px;
  border: 1px solid var(--xl-line);
  border-radius: 7px;
  background: var(--xl-panel-strong);
  color: var(--xl-text);
  font-size: 13px;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}
#xlib-v3 .xl-active-filter:hover {
  border-color: color-mix(in srgb, var(--xl-accent) 52%, var(--xl-line));
  background: var(--xl-raised);
}
#xlib-v3 .xl-active-filter svg { width: 13px; height: 13px; color: var(--xl-muted); }
#xlib-v3 .xl-results-meta {
  min-height: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 14px 2px 8px;
  color: var(--xl-muted);
  font-size: 13px;
}
#xlib-v3 [data-results] { margin-top: 24px; }
#xlib-v3 .xl-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 14px;
  align-items: start;
}
#xlib-v3 .xl-game { min-width: 0; position: relative; }
#xlib-v3 .xl-game-action {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transform: translateZ(0);
  transition: transform 180ms var(--xl-ease-out);
}
#xlib-v3 .xl-game-media {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  border: 0;
  border-radius: 7px;
  overflow: hidden;
  background: var(--xl-panel);
  box-shadow: 0 8px 20px rgba(1, 9, 15, .18);
  transition: box-shadow 180ms ease;
}
#xlib-v3 .xl-game-media img { width: 100%; height: 100%; object-fit: cover; }
#xlib-v3[data-grid-kind="capsule"] .xl-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 14px; }
#xlib-v3[data-grid-kind="capsule"] .xl-game-action {
  background: transparent;
}
#xlib-v3[data-grid-kind="capsule"] .xl-game-media { aspect-ratio: 460 / 215; }
@media (hover: hover) and (pointer: fine) {
  #xlib-v3 .xl-game:hover { z-index: 3; }
  #xlib-v3 .xl-game-action:hover { transform: scale(1.022) !important; }
  #xlib-v3 .xl-game-action:hover .xl-game-media { box-shadow: 0 18px 36px rgba(1, 9, 15, .34) !important; }
}
#xlib-v3 .xl-empty {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 28px;
  border: 1px dashed var(--xl-line);
  border-radius: var(--xl-radius);
  color: var(--xl-muted);
  text-align: center;
}
#xlib-v3 .xl-list-shell {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 440px);
  gap: 20px;
  align-items: start;
}
#xlib-v3 .xl-list { display: grid; gap: 8px; min-width: 0; }
#xlib-v3 .xl-list-row {
  width: 100%;
  min-height: calc(var(--xl-list-media-width) * 215 / 460);
  display: grid;
  grid-template-columns: var(--xl-list-media-width) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  overflow: hidden;
  background: var(--xl-panel);
  color: var(--xl-text);
  text-align: left;
  cursor: pointer;
  transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms var(--xl-ease-out);
}
#xlib-v3 :is(a.xl-game-action, a.xl-list-row),
#xlib-v3 :is(a.xl-game-action, a.xl-list-row):is(:hover, :focus, :active),
#xlib-v3 :is(a.xl-game-action, a.xl-list-row) * {
  text-decoration: none !important;
}
#xlib-v3 .xl-list-row:hover,
#xlib-v3 .xl-list-row.is-selected { background: var(--xl-panel-strong); }
#xlib-v3 .xl-list-row.is-selected { box-shadow: inset 3px 0 0 var(--xl-accent); }
#xlib-v3[data-theme="light"] .xl-list-row {
  background: #fff;
  box-shadow: 0 8px 20px rgba(32, 66, 78, .08);
}
#xlib-v3[data-theme="light"] .xl-list-row:hover,
#xlib-v3[data-theme="light"] .xl-list-row.is-selected { background: #f5fafb; }
#xlib-v3[data-theme="light"] .xl-list-row.is-selected {
  box-shadow: inset 3px 0 0 var(--xl-accent), 0 8px 20px rgba(32, 66, 78, .10);
}
#xlib-v3 .xl-load-more-shell {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 22px 0 4px;
}
#xlib-v3 .xl-load-more-status {
  color: var(--xl-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
#xlib-v3 .xl-load-more {
  min-width: 190px;
  min-height: 44px;
  padding-inline: 22px;
  border-color: color-mix(in srgb, var(--xl-accent) 42%, var(--xl-line));
  background: color-mix(in srgb, var(--xl-accent) 10%, var(--xl-panel));
  color: var(--xl-text);
}
#xlib-v3 .xl-load-more:hover {
  border-color: color-mix(in srgb, var(--xl-accent) 68%, var(--xl-line));
  background: color-mix(in srgb, var(--xl-accent) 16%, var(--xl-panel));
}
#xlib-v3[data-theme="light"] .xl-load-more {
  border-color: #8bb6c5;
  background: #c3dce5;
  color: #123a4b;
}
#xlib-v3[data-theme="light"] .xl-load-more:hover {
  border-color: #679bae;
  background: #b0d1dc;
  color: #0c3344;
}
#xlib-v3 .xl-list-cover {
  width: var(--xl-list-media-width);
  min-height: 0;
  aspect-ratio: 460 / 215;
  align-self: center;
  display: block;
  background: var(--xl-bg-deep);
  overflow: hidden;
}
#xlib-v3 .xl-list-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
#xlib-v3 .xl-list-copy { min-width: 0; display: grid; align-content: center; gap: 7px; padding: 10px 14px; }
#xlib-v3 .xl-list-title { font-size: 17px; line-height: 1.18; font-weight: 650; letter-spacing: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#xlib-v3 .xl-list-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}
#xlib-v3 .xl-list-genre {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 2px 7px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--xl-accent) 11%, var(--xl-raised));
  color: color-mix(in srgb, var(--xl-text) 90%, var(--xl-muted));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--xl-accent) 20%, transparent);
  font-size: 11px;
  line-height: 1.15;
}
#xlib-v3[data-theme="light"] .xl-list-genre {
  background: #e7f0f3;
  color: #244451;
}
#xlib-v3[data-theme="light"] .xl-list-row:hover .xl-list-genre,
#xlib-v3[data-theme="light"] .xl-list-row.is-selected .xl-list-genre {
  background: #dbeaf0;
}
#xlib-v3 .xl-inspector-tags { display: flex; flex-wrap: wrap; gap: 5px; }
#xlib-v3 .xl-preview-tags {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}
#xlib-v3 .xl-preview-tag-list {
  min-width: 0;
  max-height: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  overflow: hidden;
}
#xlib-v3 .xl-preview-release {
  color: var(--xl-muted);
  font-size: 11.5px;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  white-space: nowrap;
}
#xlib-v3 .xl-tag {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 2px 7px;
  border-radius: 3px;
  background: color-mix(in srgb, var(--xl-accent) 10%, var(--xl-soft));
  color: color-mix(in srgb, var(--xl-text) 84%, var(--xl-muted));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--xl-accent) 18%, transparent);
  font-size: 11px;
  line-height: 1.2;
}
#xlib-v3 button.xl-tag { border: 0; font-family: inherit; font-weight: inherit; }
#xlib-v3 .xl-tag-button {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0 2px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
#xlib-v3 .xl-tag-button:hover .xl-tag-label {
  color: #dff5ff;
  background: color-mix(in srgb, var(--xl-accent) 22%, var(--xl-panel-strong));
}
#xlib-v3 .xl-tag-button[aria-pressed="true"] .xl-tag-label { color: #071c26; background: var(--xl-accent); }
#xlib-v3[data-theme="light"] .xl-tag-button:hover .xl-tag-label {
  color: #0d3850;
  background: color-mix(in srgb, var(--xl-accent) 24%, #fff);
}
#xlib-v3[data-theme="dark"] .xl-inspector .xl-tag-button:hover .xl-tag-label {
  color: #f4fbff;
  background: color-mix(in srgb, var(--xl-accent-strong) 48%, var(--xl-panel-strong));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--xl-accent) 58%, transparent);
}
#xlib-v3[data-theme="dark"] .xl-tag-button:hover .xl-tag-label {
  color: #dff5ff !important;
  background: color-mix(in srgb, var(--xl-accent) 22%, var(--xl-panel-strong)) !important;
}
#xlib-v3[data-theme="dark"] .xl-inspector .xl-tag-button:hover .xl-tag-label {
  color: #f4fbff !important;
  background: color-mix(in srgb, var(--xl-accent-strong) 48%, var(--xl-panel-strong)) !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--xl-accent) 58%, transparent) !important;
}
#xlib-v3 .xl-tag-button:focus-visible { outline: 2px solid var(--xl-accent); outline-offset: -2px; }
#xlib-v3 .xl-list-date { color: var(--xl-muted); font-size: 12px; line-height: 1.25; white-space: nowrap; }
#xlib-v3 .xl-list-mobile-detail { display: none; color: var(--xl-muted); font-size: 12px; line-height: 1.45; }
#xlib-v3 .xl-active-filter-more {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  color: var(--xl-muted);
  font-size: 12px;
  white-space: nowrap;
}
#xlib-v3 .xl-inspector {
  position: relative;
  top: auto;
  height: fit-content;
  max-height: none;
  overflow: visible;
  padding: 16px;
  border: 0;
  border-radius: var(--xl-radius);
  background: var(--xl-panel-strong);
  box-shadow: var(--xl-shadow);
}
#xlib-v3 .xl-inspector.can-stick {
  position: sticky;
  top: var(--xl-inspector-top, 92px);
}
#xlib-v3 .xl-inspector.is-smart-stick {
  position: absolute;
  top: var(--xl-inspector-anchor, 0px);
  inset-inline-end: 0;
  width: var(--xl-inspector-width, 440px);
  z-index: 2;
}
#xlib-v3 .xl-inspector.is-smart-stick.is-fixed-top,
#xlib-v3 .xl-inspector.is-smart-stick.is-fixed-bottom {
  position: fixed;
  left: var(--xl-inspector-left, auto);
  inset-inline-end: auto;
}
#xlib-v3 .xl-inspector.is-smart-stick.is-fixed-top {
  top: var(--xl-inspector-top, 92px);
  bottom: auto;
}
#xlib-v3 .xl-inspector.is-smart-stick.is-fixed-bottom {
  top: auto;
  bottom: var(--xl-inspector-bottom, 16px);
}
#xlib-v3[data-theme="light"] .xl-inspector {
  background: #fff;
  box-shadow: 0 16px 34px rgba(32, 66, 78, .15);
}
#xlib-v3 .xl-inspector h2 { margin: 0 0 9px; font-size: 22px; line-height: 1.16; letter-spacing: 0; color: var(--xl-text); }
#xlib-v3 .xl-inspector-description {
  display: -webkit-box;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--xl-muted);
  font-size: 14.5px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#xlib-v3 .xl-inspector-tags {
  align-items: flex-start;
  gap: 6px 5px;
  margin: 0 0 14px;
}
#xlib-v3 .xl-inspector .xl-tag-button {
  min-width: 0;
  min-height: 28px;
  padding: 2px 0;
}
#xlib-v3 .xl-inspector .xl-tag-label {
  min-height: 24px;
  padding: 2px 7px;
  background: color-mix(in srgb, var(--xl-accent) 11%, var(--xl-raised));
  color: color-mix(in srgb, var(--xl-text) 90%, var(--xl-muted));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--xl-accent) 20%, transparent);
  font-size: 10.5px;
  line-height: 1.15;
}
#xlib-v3[data-theme="light"] .xl-inspector .xl-tag-label {
  background: #e7f0f3;
  color: #244451;
}
#xlib-v3 .xl-inspector-media-strip {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  overflow: visible;
}
#xlib-v3 .xl-inspector-media,
#xlib-v3 .xl-inspector-shot { min-width: 0; aspect-ratio: 16 / 9; border-radius: 6px; overflow: hidden; background: var(--xl-bg-deep); }
#xlib-v3 .xl-inspector-media { min-width: 0; aspect-ratio: 460 / 215; border-radius: 6px; overflow: hidden; background: var(--xl-bg-deep); }
#xlib-v3 .xl-inspector-media { position: relative; min-width: 0; overflow: hidden; }
#xlib-v3 .xl-inspector-media img,
#xlib-v3 .xl-inspector-media video { width: 100%; height: 100%; object-fit: cover; }
#xlib-v3 .xl-inspector-shot img { width: 100%; height: 100%; object-fit: cover; }
#xlib-v3 .xl-inspector-media video { position: absolute; inset: 0; }
#xlib-v3 .xl-inspector-shots {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
#xlib-v3 .xl-preview {
  position: fixed;
  z-index: 10020;
  width: clamp(440px, 31vw, 470px);
  max-width: calc(100vw - 28px);
  height: auto;
  max-height: calc(100vh - 24px);
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 10px;
  padding: 14px;
  border: 0;
  border-radius: var(--xl-radius);
  background: var(--xl-panel-strong);
  color: var(--xl-text);
  box-shadow: 0 26px 68px rgba(0, 0, 0, .42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transform-origin: left center;
  transition:
    opacity 120ms ease,
    transform 190ms var(--xl-ease-out),
    visibility 0s linear 190ms;
}
#xlib-v3 .xl-preview[data-side="left"] { transform-origin: right center; }
#xlib-v3 .xl-preview.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: translateY(0);
  transition-delay: 0s;
}
#xlib-v3 .xl-preview[data-trigger="keyboard"] {
  transition: none;
}
#xlib-v3 .xl-preview.is-video-ready { box-shadow: 0 26px 68px rgba(0, 0, 0, .42); }
#xlib-v3 .xl-preview-bridge {
  position: absolute;
  left: -16px;
  top: 50%;
  width: 18px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px 0 0 999px;
  background: var(--xl-panel-strong);
  color: var(--xl-muted);
  box-shadow: -8px 0 18px rgba(1, 9, 15, .16);
  transform: translateY(-50%);
}
#xlib-v3 .xl-preview[data-side="left"] .xl-preview-bridge {
  left: auto;
  right: -16px;
  border-radius: 0 999px 999px 0;
}
#xlib-v3 .xl-preview[data-side="stacked"] .xl-preview-bridge { display: none; }
#xlib-v3 .xl-preview-bridge svg { width: 14px; height: 14px; transform: rotate(180deg); }
#xlib-v3 .xl-preview[data-side="left"] .xl-preview-bridge svg { transform: rotate(0); }
#xlib-v3 .xl-preview-media {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 7px;
  background: var(--xl-bg-deep);
}
#xlib-v3 .xl-preview-media img,
#xlib-v3 .xl-preview-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#xlib-v3 .xl-preview-media video { opacity: 0; transition: opacity 180ms var(--xl-ease-out); }
#xlib-v3 .xl-preview.is-video-ready .xl-preview-media video { opacity: 1; }
#xlib-v3 .xl-preview h2 { margin: 0; padding: 0 !important; color: var(--xl-text); font-size: 18px; line-height: 1.25; letter-spacing: 0; }
#xlib-v3 .xl-preview p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--xl-muted);
  font-size: 13.5px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#xlib-v3 .xl-preview[data-preview-density="compact"] { gap: 6px; padding: 7px 8px; }
#xlib-v3 .xl-preview[data-preview-density="compact"] h2 { font-size: 16px; }
#xlib-v3 .xl-preview[data-preview-density="compact"] p { -webkit-line-clamp: 1; }
#xlib-v3 .xl-preview[data-preview-density="compact"] .xl-tag { min-height: 20px; padding-block: 1px; font-size: 10px; }
#xlib-v3 .xl-dialog {
  width: min(660px, calc(100% - 30px));
  max-height: min(760px, calc(100dvh - 30px));
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--xl-radius);
  background: var(--xl-panel);
  color: var(--xl-text);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .48);
}
#xlib-v3 .xl-dialog::backdrop { background: rgba(4, 13, 18, .66); backdrop-filter: blur(3px); }
#xlib-v3 .xl-dialog-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 18px;
  border-bottom: 0;
  background: var(--xl-panel);
}
#xlib-v3 .xl-dialog-head h2 { margin: 0; color: var(--xl-text); font-size: 20px; line-height: 1.2; letter-spacing: 0; }
#xlib-v3 .xl-dialog-close { width: 44px; min-width: 44px; height: 44px; padding: 0; }
#xlib-v3 .xl-filter-form {
  min-height: 0;
  max-height: calc(100dvh - 98px);
  padding: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
}
#xlib-v3 .xl-filter-grid {
  min-height: 0;
  padding: var(--xl-filter-content-inset);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--xl-accent) 54%, var(--xl-line)) transparent;
}
#xlib-v3 .xl-filter-grid::-webkit-scrollbar { width: var(--xl-filter-scrollbar-gutter); }
#xlib-v3 .xl-filter-grid::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: color-mix(in srgb, var(--xl-accent) 58%, var(--xl-line));
  background-clip: padding-box;
}
#xlib-v3 .xl-filter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
#xlib-v3 .xl-filter-group { min-width: 0; margin: 0; padding: 0; border: 0; }
#xlib-v3 .xl-filter-group legend,
#xlib-v3 .xl-filter-group-title { display: block; margin: 0 0 9px; color: var(--xl-text); font-size: 13px; line-height: 1.25; font-weight: 700; }
#xlib-v3 .xl-filter-select-shell {
  position: relative;
  display: block;
  border-radius: 7px;
  color: var(--xl-muted);
}
#xlib-v3 .xl-filter-select-shell.xl-select-shell { position: relative; }
#xlib-v3 .xl-filter-select-shell .xl-select-trigger {
  min-height: 48px;
  justify-content: space-between;
  background: var(--xl-panel-strong);
}
#xlib-v3 .xl-filter-select-shell > svg {
  position: absolute;
  top: 50%;
  inset-inline-end: 12px;
  width: 17px;
  height: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
#xlib-v3 .xl-filter-select {
  width: 100%;
  justify-content: flex-start;
  padding-inline: 16px 46px;
  border: 1px solid transparent;
  appearance: none;
}
#xlib-v3 .xl-filter-select:focus-visible {
  outline: 2px solid var(--xl-accent);
  outline-offset: 2px;
}
#xlib-v3 .xl-filter-select-shell:focus-within { color: var(--xl-accent); }
#xlib-v3 .xl-check-list { display: grid; gap: 8px; }
#xlib-v3 .xl-filter-modes { grid-column: 1 / -1; }
#xlib-v3 .xl-check-list--modes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#xlib-v3 .xl-check {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 0;
  border-radius: 6px;
  background: var(--xl-panel-strong);
  color: var(--xl-text);
  cursor: pointer;
}
#xlib-v3 .xl-check:hover { background: var(--xl-raised); }
#xlib-v3 .xl-check input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
}
#xlib-v3 .xl-check-mark {
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
  flex: 0 0 18px;
  border: 1px solid color-mix(in srgb, var(--xl-muted) 66%, transparent);
  border-radius: 4px;
  background: var(--xl-bg-deep);
}
#xlib-v3[data-theme="light"] .xl-check-mark { border-color: var(--xl-muted); }
#xlib-v3 .xl-check-mark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #071c26;
  border-bottom: 2px solid #071c26;
  opacity: 0;
  transform: translateY(-1px) rotate(45deg);
  transform-origin: center;
}
#xlib-v3 .xl-check input[type="checkbox"]:checked + .xl-check-mark {
  border-color: #66c7f1;
  background-color: #66c7f1;
}
#xlib-v3 .xl-check input[type="checkbox"]:checked + .xl-check-mark::after { opacity: 1; }
#xlib-v3 .xl-check input[type="checkbox"]:focus-visible + .xl-check-mark { outline: 2px solid var(--xl-accent); outline-offset: 2px; }
#xlib-v3 .xl-filter-tags { grid-column: 1 / -1; }
#xlib-v3 .xl-filter-tags-disclosure {
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--xl-panel-strong);
  transition: border-color 140ms ease, background-color 140ms ease;
}
#xlib-v3 .xl-filter-tags-disclosure summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px 9px 15px;
  border-radius: 6px !important;
  color: var(--xl-text);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}
#xlib-v3 .xl-filter-tags-disclosure summary > span:first-child { margin-inline-end: auto; }
#xlib-v3 .xl-filter-tags-disclosure summary::-webkit-details-marker { display: none; }
#xlib-v3 .xl-filter-tags-disclosure summary::marker { content: ""; }
#xlib-v3 .xl-filter-tags-disclosure summary > svg {
  width: 17px;
  height: 17px;
  flex: none;
  color: var(--xl-muted);
  transition: transform 140ms var(--xl-ease-out), color 140ms ease;
}
#xlib-v3 .xl-filter-tags-disclosure[open] summary {
  border-bottom: 1px solid var(--xl-line);
  border-radius: 6px 6px 0 0 !important;
}
#xlib-v3 .xl-filter-tags-disclosure[open] summary > svg { transform: rotate(180deg); }
#xlib-v3 .xl-filter-tags-disclosure summary:focus-visible {
  outline: 2px solid var(--xl-accent);
  outline-offset: 2px;
}
#xlib-v3[data-theme="light"] .xl-filter-tags-disclosure {
  border-color: transparent;
  background: var(--xl-panel-strong);
}
#xlib-v3 .xl-filter-tags-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--xl-soft);
  color: var(--xl-text);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
#xlib-v3 .xl-filter-tags-count[hidden] { display: none; }
#xlib-v3 .xl-filter-tags-count:empty { display: none; }
#xlib-v3 .xl-tag-picker { padding: 11px 12px 12px; }
#xlib-v3 .xl-tag-search {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  padding: 0 12px;
  border: 1px solid var(--xl-line);
  border-radius: 6px;
  background: var(--xl-panel);
  color: var(--xl-muted);
}
#xlib-v3 .xl-tag-search:focus-within {
  border-color: color-mix(in srgb, var(--xl-accent) 84%, var(--xl-line));
  box-shadow: none;
  color: color-mix(in srgb, var(--xl-accent) 84%, var(--xl-text));
}
#xlib-v3 .xl-search-shell.is-keyboard-focus,
#xlib-v3 .xl-tag-search.is-keyboard-focus {
  outline: 2px solid color-mix(in srgb, var(--xl-accent) 18%, transparent);
  outline-offset: 1px;
}
#xlib-v3 .xl-tag-search > svg { width: 18px; height: 18px; flex: 0 0 18px; }
#xlib-v3 .xl-tag-search input {
  min-width: 0;
  width: 100%;
  height: 38px;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: var(--xl-text);
  caret-color: color-mix(in srgb, var(--xl-accent) 84%, var(--xl-text));
  font: inherit;
  font-size: 13px;
}
#xlib-v3 .xl-tag-search input:focus,
#xlib-v3 .xl-tag-search input:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
#xlib-v3 .xl-tag-search input::placeholder {
  color: color-mix(in srgb, var(--xl-muted) 76%, var(--xl-text));
  opacity: 1;
}
#xlib-v3 .xl-filter-tags-disclosure .xl-tag-options {
  max-height: 190px;
  padding: 1px 2px 2px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--xl-accent) 54%, var(--xl-line)) transparent;
}
#xlib-v3 .xl-filter-tags-disclosure .xl-tag-options::-webkit-scrollbar { width: 9px; }
#xlib-v3 .xl-filter-tags-disclosure .xl-tag-options::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
#xlib-v3 .xl-filter-tags-disclosure .xl-tag-options::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: color-mix(in srgb, var(--xl-accent) 58%, var(--xl-line));
  background-clip: padding-box;
}
#xlib-v3 .xl-tag-options { display: flex; flex-wrap: wrap; gap: 7px; }
#xlib-v3 .xl-tag-option {
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid color-mix(in srgb, var(--xl-muted) 25%, var(--xl-line));
  border-radius: 999px;
  background: var(--xl-panel);
  color: color-mix(in srgb, var(--xl-text) 76%, var(--xl-muted));
  font-size: 13px;
  cursor: pointer;
  transition: border-color 140ms ease, color 140ms ease, background-color 140ms ease;
}
#xlib-v3 .xl-tag-option:focus-visible { outline: 2px solid var(--xl-accent); outline-offset: 2px; }
#xlib-v3 .xl-tag-option[aria-pressed="true"] {
  border-color: var(--xl-accent-strong);
  color: #fff;
  background: var(--xl-accent-strong);
}
#xlib-v3 .xl-tag-empty { margin: 14px 0 8px; color: var(--xl-muted); font-size: 13px; text-align: center; }
#xlib-v3 .xl-tag-empty[hidden] { display: none; }
#xlib-v3[data-theme="light"] .xl-tag-option {
  border-color: #c9dce3;
  background: #fff;
  color: #365765;
}
#xlib-v3[data-theme="light"] .xl-tag-option[aria-pressed="true"] {
  border-color: var(--xl-accent-strong);
  background: var(--xl-accent-strong);
  color: #fff;
}
#xlib-v3 .xl-filter-actions {
  position: sticky;
  bottom: -18px;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin: 0;
  padding: 13px calc(var(--xl-filter-content-inset) + var(--xl-filter-scrollbar-gutter)) 13px var(--xl-filter-content-inset);
  border-top: 1px solid var(--xl-line);
  background: var(--xl-panel-strong);
}
#xlib-v3 .xl-apply { background: var(--xl-accent-strong); color: #fff; font-weight: 600; }
#xlib-v3 button.xl-control.xl-apply:hover {
  background: color-mix(in srgb, var(--xl-accent-strong) 78%, #06151e);
  color: #fff;
}
#xlib-v3[data-theme="dark"] .xl-genre-arrow:hover {
  border-color: color-mix(in srgb, var(--xl-accent) 42%, var(--xl-line)) !important;
  background: var(--xl-raised) !important;
  color: var(--xl-text) !important;
}
#xlib-v3[data-theme="dark"] .xl-progress button:hover::before {
  background: color-mix(in srgb, var(--xl-accent) 72%, var(--xl-muted)) !important;
}
#xlib-v3[data-theme="dark"] .xl-search-clear:hover {
  background: var(--xl-soft) !important;
  color: var(--xl-text) !important;
}
#xlib-v3[data-theme="dark"] .xl-list-row:hover {
  background: var(--xl-panel-strong) !important;
}
#xlib-v3[data-theme="dark"] :is(.xl-active-filter, .xl-check):hover,
#xlib-v3[data-theme="dark"] .xl-tag-option:not([aria-pressed="true"]):hover {
  border-color: color-mix(in srgb, var(--xl-accent) 52%, var(--xl-line)) !important;
  background: var(--xl-raised) !important;
  color: var(--xl-text) !important;
}
#xlib-v3[data-theme="dark"] button.xl-control:not(.xl-apply):hover {
  background: var(--xl-raised) !important;
  color: var(--xl-text) !important;
}
#xlib-v3[data-theme="dark"] button.xl-control.xl-apply:hover {
  background: color-mix(in srgb, var(--xl-accent-strong) 78%, #06151e) !important;
  color: #fff !important;
}
@media (hover: hover) and (pointer: fine) {
  #xlib-v3 .xl-tag-option:not([aria-pressed="true"]):hover {
    border-color: color-mix(in srgb, var(--xl-accent) 48%, var(--xl-line));
    color: var(--xl-text);
    background: var(--xl-raised);
  }
  #xlib-v3[data-theme="light"] .xl-tag-option:not([aria-pressed="true"]):hover {
    border-color: #82b8cc;
    background: #e5f0f4;
    color: #173846;
  }
  #xlib-v3 .xl-filter-select-shell:hover:not(:focus-within) > svg { color: var(--xl-text); }
  #xlib-v3 .xl-filter-select-shell:hover:not(:focus-within) .xl-filter-select {
    border-color: color-mix(in srgb, var(--xl-accent) 42%, var(--xl-line));
    background: var(--xl-raised);
  }
  #xlib-v3 .xl-filter-tags-disclosure summary:hover { background: var(--xl-raised); }
  #xlib-v3 .xl-filter-tags-disclosure summary:hover > svg { color: var(--xl-text); }
}
#xlib-v3 .xl-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 1240px) {
  #xlib-v3 .xl-shell { width: calc(100% - 40px); }
  #xlib-v3 .xl-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  #xlib-v3[data-grid-kind="capsule"] .xl-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  #xlib-v3 .xl-list-shell { grid-template-columns: minmax(0, 1fr) 360px; }
  #xlib-v3 .xl-skeleton-list-shell { grid-template-columns: minmax(0, 1fr) 360px; }
}
@media (max-width: 1040px) {
  #xlib-v3 .xl-shell { width: calc(100% - 32px); }
  #xlib-v3 .xl-toolbar { grid-template-columns: minmax(220px, 1fr) 48px 170px auto; }
  #xlib-v3 .xl-filter-text { display: none; }
  #xlib-v3 .xl-filter-trigger { padding: 0; }
  #xlib-v3 .xl-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  #xlib-v3 .xl-list-shell { grid-template-columns: minmax(0, 1fr) 340px; }
  #xlib-v3 .xl-skeleton-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  #xlib-v3 .xl-skeleton-list-shell { grid-template-columns: minmax(0, 1fr) 340px; }
  #xlib-v3 .xl-skeleton-control.is-filter { width: 48px; }
}
@media (max-width: 820px) {
  #xlib-v3 .xl-shell { padding-top: 76px; }
  #xlib-v3 .xl-genre-stage {
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }
  #xlib-v3 .xl-genre-track,
  #xlib-v3[data-genre-density="three"] .xl-genre-track { grid-auto-columns: calc((100% - 28px) / 3); }
  #xlib-v3 .xl-genre-arrow { display: none; }
  #xlib-v3 .xl-toolbar { grid-template-columns: minmax(0, 1fr) 48px auto; }
  #xlib-v3 .xl-search-shell { grid-column: 1 / -1; }
  #xlib-v3 .xl-sort-wrap { grid-column: 1 / 2; grid-row: 2; }
  #xlib-v3 .xl-filter-trigger { grid-column: 2; grid-row: 2; }
  #xlib-v3 .xl-view-switch { grid-column: 3; grid-row: 2; }
  #xlib-v3 .xl-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  #xlib-v3[data-grid-kind="capsule"] .xl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #xlib-v3 .xl-list-shell { display: block; }
  #xlib-v3 .xl-inspector { display: none; }
  #xlib-v3 .xl-list-row { grid-template-columns: 190px minmax(0, 1fr); }
  #xlib-v3 .xl-list-cover {
    width: 190px;
    min-height: 92px;
    aspect-ratio: auto;
    align-self: stretch;
  }
  #xlib-v3 .xl-list-row.is-selected .xl-list-mobile-detail {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #xlib-v3 .xl-preview { display: none; }
  #xlib-v3 .xl-page-skeleton { top: 76px; }
  #xlib-v3 .xl-skeleton-genres,
  #xlib-v3[data-genre-density="three"] .xl-skeleton-genres { grid-auto-columns: calc((100% - 28px) / 3); }
  #xlib-v3 .xl-skeleton-toolbar { grid-template-columns: minmax(0, 1fr) 48px auto; }
  #xlib-v3 .xl-skeleton-toolbar .xl-skeleton-control:first-child { grid-column: 1 / -1; }
  #xlib-v3 .xl-skeleton-toolbar .xl-skeleton-control:nth-child(3) { grid-column: 1 / 2; grid-row: 2; }
  #xlib-v3 .xl-skeleton-toolbar .xl-skeleton-control:nth-child(2) { grid-column: 2; grid-row: 2; }
  #xlib-v3 .xl-skeleton-toolbar .xl-skeleton-control:nth-child(4) { grid-column: 3; grid-row: 2; }
  #xlib-v3 .xl-skeleton-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  #xlib-v3[data-grid-kind="capsule"] .xl-skeleton-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #xlib-v3 .xl-skeleton-list-shell { display: block; }
  #xlib-v3 .xl-skeleton-inspector { display: none; }
}
@media (max-width: 600px) {
  #xlib-v3 .xl-shell { width: 100%; padding: 76px 16px 64px; }
  #xlib-v3 .xl-intro { margin-bottom: 18px; }
  #xlib-v3 .xl-intro h1 { font-size: 27px; }
  #xlib-v3 .xl-intro-description { font-size: 14px; line-height: 1.48; }
  #xlib-v3 .xl-section-label { font-size: 17px; }
  #xlib-v3 .xl-genre-island { margin-inline: -16px; padding-inline: 16px; border-left: 0; border-right: 0; border-radius: 0; }
  #xlib-v3 .xl-genre-track,
  #xlib-v3[data-genre-density="three"] .xl-genre-track { grid-auto-columns: 78%; gap: 11px; }
  #xlib-v3 .xl-genre-label { font-size: 14px; padding: 8px 14px; }
  #xlib-v3 .xl-toolbar { margin-inline: -4px; padding: 10px; }
  #xlib-v3 .xl-sort-wrap { min-width: 0; }
  #xlib-v3 .xl-sort { min-width: 0; padding-inline: 11px 27px; font-size: 14px; }
  #xlib-v3 .xl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 13px; }
  #xlib-v3[data-grid-kind="capsule"] .xl-grid { grid-template-columns: 1fr; gap: 18px; }
  #xlib-v3 .xl-list { gap: 7px; }
  #xlib-v3 .xl-list-row { min-height: 78px; grid-template-columns: 126px minmax(0, 1fr); }
  #xlib-v3 .xl-list-cover { width: 126px; min-height: 76px; }
  #xlib-v3 .xl-list-copy { padding: 9px 10px; gap: 5px; }
  #xlib-v3 .xl-list-title { font-size: 15px; }
  #xlib-v3 .xl-list-genre:nth-child(n + 3) { display: none; }
  #xlib-v3 .xl-filter-grid { grid-template-columns: 1fr; }
  #xlib-v3 .xl-filter-modes { grid-column: 1; }
  #xlib-v3 .xl-check-list--modes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  #xlib-v3 .xl-filter-tags { grid-column: 1; }
  #xlib-v3 .xl-filter-tags-disclosure .xl-tag-options {
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
  }
  #xlib-v3 .xl-page-skeleton { left: 16px; right: 16px; }
  #xlib-v3 .xl-skeleton-title { width: 210px; height: 31px; }
  #xlib-v3 .xl-skeleton-line { width: 92%; }
  #xlib-v3 .xl-skeleton-line.is-short { width: 70%; }
  #xlib-v3 .xl-skeleton-island { margin-inline: -16px; padding-inline: 16px; border-radius: 0; }
  #xlib-v3 .xl-skeleton-genres,
  #xlib-v3[data-genre-density="three"] .xl-skeleton-genres { display: grid; grid-auto-flow: column; grid-auto-columns: 78%; grid-template-columns: none; gap: 11px; overflow: hidden; }
  #xlib-v3 .xl-skeleton-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 13px; }
  #xlib-v3[data-grid-kind="capsule"] .xl-skeleton-grid { grid-template-columns: 1fr; gap: 18px; }
  #xlib-v3 .xl-skeleton-row { height: 78px; grid-template-columns: 126px minmax(0, 1fr); }
}
@media (hover: none), (pointer: coarse) {
  #xlib-v3 .xl-search-shell {
    grid-template-columns: 22px minmax(0, 1fr) 44px;
    padding-inline-end: 2px;
  }
  #xlib-v3 .xl-search-clear {
    width: 44px;
    height: 44px;
  }
  #xlib-v3 .xl-view-switch {
    grid-template-columns: repeat(2, 44px);
    gap: 2px;
    padding: 2px;
  }
  #xlib-v3 .xl-view-switch button {
    width: 44px;
    height: 44px;
  }
  #xlib-v3 .xl-active-filter,
  #xlib-v3 .xl-tag-option { min-height: 44px; }
  #xlib-v3 .xl-select-option,
  #xlib-v3 .xl-tag-search { min-height: 44px; }
  #xlib-v3 .xl-progress button {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }
  #xlib-v3 .xl-dialog-close {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  #xlib-v3 .xl-check { min-height: 44px; }

  #xlib-v3 .xl-genre-arrow:hover {
    border-color: var(--xl-line) !important;
    background: var(--xl-panel-strong) !important;
    color: var(--xl-text) !important;
  }
  #xlib-v3 .xl-progress button:hover::before {
    background: color-mix(in srgb, var(--xl-muted) 46%, transparent) !important;
  }
  #xlib-v3 .xl-toolbar .xl-search-shell:hover:not(:focus-within) {
    background: var(--xl-bg-deep) !important;
  }
  #xlib-v3 .xl-toolbar .xl-search-shell:hover:not(:focus-within) > svg,
  #xlib-v3 .xl-search-clear:hover {
    color: var(--xl-muted) !important;
  }
  #xlib-v3 .xl-search-clear:hover { background: transparent !important; }
  #xlib-v3 button.xl-control:not(.xl-apply):hover {
    background: var(--xl-panel-strong) !important;
    color: var(--xl-text) !important;
  }
  #xlib-v3[data-theme="light"] .xl-toolbar button.xl-control:not(.xl-apply):hover,
  #xlib-v3[data-theme="light"] .xl-toolbar .xl-select-trigger:hover {
    background: var(--xl-bg-deep) !important;
    color: var(--xl-text) !important;
  }
  #xlib-v3 button.xl-control.xl-apply:hover {
    background: var(--xl-accent-strong) !important;
    color: #fff !important;
  }
  #xlib-v3 .xl-view-switch button:not([aria-pressed="true"]):hover {
    background: transparent !important;
    color: var(--xl-muted) !important;
  }
  #xlib-v3 .xl-active-filter:hover {
    border-color: var(--xl-line) !important;
    background: var(--xl-panel-strong) !important;
    color: var(--xl-text) !important;
  }
  #xlib-v3 .xl-check:hover { background: var(--xl-panel-strong) !important; }
  #xlib-v3 .xl-tag-option:not([aria-pressed="true"]):hover {
    border-color: color-mix(in srgb, var(--xl-muted) 25%, var(--xl-line)) !important;
    background: var(--xl-panel) !important;
    color: color-mix(in srgb, var(--xl-text) 76%, var(--xl-muted)) !important;
  }
  #xlib-v3[data-theme="light"] .xl-tag-option:not([aria-pressed="true"]):hover {
    border-color: #c9dce3 !important;
    background: #fff !important;
    color: #365765 !important;
  }
  #xlib-v3 .xl-list-row:not(.is-selected):hover { background: var(--xl-panel) !important; }
  #xlib-v3[data-theme="light"] .xl-list-row:not(.is-selected):hover { background: #fff !important; }
  #xlib-v3[data-theme="light"] .xl-list-row:not(.is-selected):hover .xl-list-genre { background: #e7f0f3; }
  #xlib-v3 .xl-load-more:hover {
    border-color: color-mix(in srgb, var(--xl-accent) 42%, var(--xl-line));
    background: color-mix(in srgb, var(--xl-accent) 10%, var(--xl-panel));
    color: var(--xl-text);
  }
  #xlib-v3[data-theme="light"] .xl-load-more:hover {
    border-color: #8bb6c5;
    background: #c3dce5;
    color: #123a4b;
  }
  #xlib-v3 .xl-inspector .xl-tag-button:not([aria-pressed="true"]):hover .xl-tag-label {
    background: color-mix(in srgb, var(--xl-accent) 11%, var(--xl-raised)) !important;
    color: color-mix(in srgb, var(--xl-text) 90%, var(--xl-muted)) !important;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--xl-accent) 20%, transparent) !important;
  }
  #xlib-v3[data-theme="light"] .xl-inspector .xl-tag-button:not([aria-pressed="true"]):hover .xl-tag-label {
    background: #e7f0f3 !important;
    color: #244451 !important;
  }
  #xlib-v3 .xl-tag-button[aria-pressed="true"]:hover .xl-tag-label {
    background: var(--xl-accent) !important;
    color: #071c26 !important;
  }
}
@media (max-width: 340px) {
  #xlib-v3 .xl-check-list--modes { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  #xlib-v3 { scroll-behavior: auto !important; }
  #xlib-v3 .xl-game-action,
  #xlib-v3 .xl-list-row,
  #xlib-v3 .xl-preview,
  #xlib-v3 .xl-tag-button,
  #xlib-v3 .xl-genre-media {
    transform: none !important;
  }
  #xlib-v3 .xl-genre-label {
    transform: translateX(-50%) !important;
  }
  #xlib-v3 .xl-genre-media,
  #xlib-v3 .xl-genre-card::after,
  #xlib-v3 .xl-genre-label {
    transition: none !important;
  }
  #xlib-v3 .xl-media-loading::after,
  #xlib-v3 .xl-skeleton-block::after { animation: none !important; opacity: .38; }
}
