@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Variable.ttf") format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

/* Batch 5 shared shell and authentication integration. */
body .lp-account-menu {
  width: min(330px, calc(100vw - 24px)) !important;
  padding: 10px !important;
  border: 1px solid rgb(255 255 255 / 12%) !important;
  border-radius: 14px !important;
  background: #292735 !important;
  box-shadow: 0 18px 44px rgb(16 13 31 / 28%) !important;
}

body .lp-account-menu__identity {
  min-width: 0;
  padding: 10px 12px 12px;
}

body .lp-account-menu__identity strong,
body .lp-account-menu__identity span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .lp-account-menu__actions {
  gap: 4px;
}

body .lp-account-menu a,
body .lp-account-menu__logout button,
body .lp-account-menu__group-label {
  gap: 12px;
  min-height: 44px;
  padding: 9px 11px;
  border-radius: 9px;
  font-weight: 650;
  color: #fff !important;
}

body .lp-account-menu__icon {
  flex: 0 0 18px;
}

body .lp-account-menu__icon--login,
body .lp-account-menu__icon--register,
body .lp-account-menu__icon--statistics {
  background: currentColor;
}

body .lp-account-menu__icon--login {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 17l5-5-5-5v3H3v4h7v3zm9-14H8a2 2 0 0 0-2 2v3h2V5h11v14H8v-3H6v3a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 17l5-5-5-5v3H3v4h7v3zm9-14H8a2 2 0 0 0-2 2v3h2V5h11v14H8v-3H6v3a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-account-menu__icon--register {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm-8 8c0-3.3 3.6-6 8-6 .7 0 1.4.1 2 .2V17h-3v2h3v3h2v-3h3v-2h-3v-2.1c2.9 1 5 3 5 5.1v2H7v-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm-8 8c0-3.3 3.6-6 8-6 .7 0 1.4.1 2 .2V17h-3v2h3v3h2v-3h3v-2h-3v-2.1c2.9 1 5 3 5 5.1v2H7v-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-account-menu__icon--statistics {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19h16v2H2V3h2v16zm3-2H5v-6h2v6zm4 0H9V7h2v10zm4 0h-2V9h2v8zm4 0h-2V4h2v13z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19h16v2H2V3h2v16zm3-2H5v-6h2v6zm4 0H9V7h2v10zm4 0h-2V9h2v8zm4 0h-2V4h2v13z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-account-menu__statistics {
  border-block: 1px solid rgb(255 255 255 / 10%);
  padding-block: 3px;
}

body .lp-account-menu__group-label {
  display: flex;
  align-items: center;
  color: #d9d6e7;
}

body .lp-account-menu__statistics > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  min-height: 44px;
  margin-left: 30px;
}

body .lp-account-menu__statistics > a span,
body .lp-account-menu__statistics > a small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .lp-account-menu__statistics > a small {
  color: #aaa5bb;
  font-weight: 500;
}

body .lp-footer {
  background: #e8e8ed !important;
}

body .lp-footer__inner {
  position: relative;
  color: #fff !important;
  background: #4a4a53 !important;
  clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 48px, 100% 100%, 0 100%);
}

body .lp-footer__inner::after {
  position: absolute;
  top: 0;
  right: 34px;
  width: 7px;
  height: 62px;
  background: var(--lp-accent, #f47b20);
  content: "";
  transform: skewX(-42deg);
  transform-origin: top;
}

body .lp-footer__inner a,
body .lp-footer__inner p,
body .lp-footer__inner small,
body .lp-footer__inner strong,
body .lp-footer__inner > div:not(.lp-footer__brand) a,
body .lp-footer__inner > div:not(.lp-footer__brand) strong {
  color: inherit !important;
}

body .lp-footer__bottom {
  color: #4a4855 !important;
  background: #e8e8ed !important;
}

html body .lp-footer__inner {
  color: #fff !important;
  background: #4a4a53 !important;
  clip-path: none !important;
}

html body .lp-footer__inner a,
html body .lp-footer__inner p,
html body .lp-footer__inner small,
html body .lp-footer__inner strong,
html body .lp-footer__inner > div:not(.lp-footer__brand) a,
html body .lp-footer__inner > div:not(.lp-footer__brand) strong {
  color: inherit !important;
}

html body .lp-footer__inner * {
  color: #fff !important;
}

html body .lp-footer__inner .lp-brand__fun {
  color: var(--lp-accent, #f47b20) !important;
}

html body .lp-footer__brand strong,
html body .lp-footer__brand strong span,
html body .lp-footer__inner > div:not(.lp-footer__brand) p,
html body .lp-footer__inner > div:not(.lp-footer__brand) p a {
  color: #fff !important;
}

html body .lp-account-menu a:hover,
html body .lp-account-menu a:focus-visible,
html body .lp-account-menu__logout button:hover,
html body .lp-account-menu__logout button:focus-visible {
  color: #fff !important;
  background: #514c66 !important;
}

html body .lp-account-menu__identity,
html body .lp-profile-page .lp-profile-identity,
html body .lp-profile-page .lp-profile-identity__text {
  min-width: 0;
}

html body .lp-account-menu__identity > span,
html body .lp-profile-page .lp-profile-identity__text > span {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .lp-account-menu__identity > strong {
  color: #fff !important;
}

html body .lp-account-menu__identity > span {
  color: #d9d6e7 !important;
}

html body .lp-account-menu__statistics > a {
  display: block !important;
  min-width: 0;
}

html body .lp-account-menu__statistics > a > span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .lp-profile-page .lp-profile-id-list__value {
  display: block !important;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

html body .lp-profile-page .lp-profile-id-list li {
  min-width: 0;
  overflow: hidden;
}

html body .lp-profile-page .lp-profile-id-list__value > span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .lp-auth-page input::placeholder,
html body .lp-profile-page input::placeholder {
  color: #9497a7 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

html body .lp-footer__brand strong .lp-brand__fun {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body .lp-auth-page .lp-auth-shell {
  grid-template-columns: minmax(280px, 380px) minmax(0, 520px) !important;
  width: min(920px, calc(100% - 32px)) !important;
  min-height: 0 !important;
}

body .lp-auth-page .lp-auth-brand-panel,
body .lp-auth-page .lp-auth-panel {
  min-height: 560px !important;
  padding: 34px !important;
}

body .lp-auth-page .lp-auth-brand-panel {
  overflow: hidden;
}

body .lp-auth-page .lp-auth-brand-copy,
body .lp-auth-page .lp-auth-brand-logo {
  position: relative;
  z-index: 2;
}

body .lp-auth-page .lp-auth-brand-copy {
  max-width: 280px;
}

body .lp-auth-page .lp-auth-task-title {
  font-size: clamp(1.7rem, 4vw, 2.25rem);
}

body .lp-auth-page .lp-auth-form {
  gap: 14px;
}

body .lp-auth-page .lp-auth-field input,
body .lp-auth-page .lp-auth-field select {
  min-height: 46px;
}

body .lp-auth-page input::placeholder,
body .lp-profile-page input::placeholder {
  color: #aaa9b5;
  opacity: 1;
}

body .lp-profile-page {
  width: min(1140px, calc(100% - 32px));
}

@media (min-width: 901px) {
  body .lp-profile-page .lp-profile-primary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 20px;
    align-items: start;
  }

  body .lp-profile-page .lp-profile-primary-grid > .lp-profile-card:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  body .lp-profile-page .lp-profile-primary-grid > .lp-profile-player-portals {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  body .lp-profile-page .lp-profile-primary-grid > .lp-profile-password {
    grid-column: 2;
    grid-row: 2;
  }
}

body .lp-profile-page .lp-profile-card {
  padding: 22px;
}

body .lp-profile-page .lp-profile-form {
  gap: 13px;
}

body .lp-profile-page .lp-profile-field input,
body .lp-profile-page .lp-profile-field select {
  min-height: 44px;
}

body .lp-profile-page .lp-profile-card__title-row {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

body .lp-profile-page .lp-profile-info-trigger {
  display: inline-grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--lp-primary-strong, #4f29d8);
  background: transparent;
  font: 700 .9rem/1 Georgia, serif;
  cursor: pointer;
}

body .lp-profile-page .lp-profile-info-trigger:hover:not(:focus) {
  color: #fff;
  background: var(--lp-primary-strong, #4f29d8);
  outline: 3px solid rgb(79 41 216 / 22%);
  outline-offset: 2px;
}

body .lp-profile-page .lp-profile-info-trigger:focus-visible {
  color: #fff;
  background: var(--lp-primary-strong, #4f29d8);
}

body .lp-profile-page .lp-profile-id-list__value {
  display: flex;
  min-width: 0;
  gap: 8px;
  align-items: baseline;
  color: var(--lp-primary-strong, #4f29d8);
  text-decoration: none;
}

body .lp-profile-page .lp-profile-id-list__value strong,
body .lp-profile-page .lp-profile-id-list__value code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .lp-profile-page .lp-profile-id-list__value code {
  color: #666477;
}

body.lp-admin-page .lp-main {
  width: min(1480px, calc(100% - 32px));
}

body .lp-admin-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  padding-block: 30px 50px;
}

body .lp-admin-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--lp-border, #e3e2eb);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(31 25 56 / 8%);
}

body .lp-admin-sidebar__brand {
  padding: 18px;
  color: #fff;
  background: #4a4a53;
}

body .lp-admin-nav {
  display: grid;
  gap: 4px;
  padding: 10px;
}

body .lp-admin-nav a {
  min-height: 44px;
  padding: 11px 12px;
  border-radius: 8px;
}

body .lp-admin-main {
  min-width: 0;
}

body .lp-admin-topbar {
  margin-bottom: 22px;
}

@media (max-width: 900px) {
  body .lp-profile-page .lp-profile-primary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .lp-profile-page .lp-profile-primary-grid > .lp-profile-card:first-child,
  body .lp-profile-page .lp-profile-primary-grid > .lp-profile-player-portals,
  body .lp-profile-page .lp-profile-primary-grid > .lp-profile-password {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body .lp-admin-shell {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .lp-admin-sidebar {
    position: static;
  }

  body .lp-admin-nav {
    display: flex;
    overflow-x: auto;
  }

  body .lp-admin-nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 620px) {
  body .lp-footer__inner {
    padding-top: 46px;
    clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 32px, 100% 100%, 0 100%);
  }

  body .lp-auth-page .lp-auth-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100% - 20px, 520px) !important;
  }

  body .lp-auth-page .lp-auth-brand-panel,
  body .lp-auth-page .lp-auth-panel {
    min-height: 0 !important;
    padding: 24px 20px !important;
  }

  body .lp-auth-page .lp-auth-brand-panel {
    min-height: 112px !important;
    max-height: 112px;
    align-content: center;
  }

  body .lp-auth-page .lp-auth-brand-logo {
    margin: 0;
  }

  body .lp-auth-page .lp-auth-brand-logo img {
    width: 44px;
    height: 44px;
  }

  body .lp-auth-page .lp-auth-brand-copy {
    display: none;
  }

  body .lp-profile-page {
    width: min(100% - 20px, 560px);
  }

  body .lp-profile-page .lp-profile-card {
    padding: 18px;
  }

  body .lp-profile-page .lp-profile-card__heading--actions {
    align-items: flex-start;
  }

  body .lp-profile-page .lp-profile-id-list__value {
    flex-direction: column;
    gap: 2px;
  }
}

body .lp-auth-form-link {
  margin: -0.5rem 0 0;
  text-align: right;
}

body .lp-auth-form-link a,
body .lp-auth-alternate a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

body .lp-auth-intro {
  margin: 0 0 1.25rem;
  color: var(--lp-muted, #667085);
  line-height: 1.55;
}

/* Arena list cards/table view and sortable result table. */
body .lp-arenas-results--filter-gap {
  margin-top: 24px;
}

body .lp-arenas-results > .lp-arenas-results__bar .lp-view-switch {
  margin: 0;
}

body .lp-arenas-results > .lp-arenas-results__bar .lp-view-switch a {
  min-height: 44px;
}

body .lp-arenas-results .lp-pagination,
body .lp-organizers-results .lp-pagination {
  margin-top: 24px;
}

body .lp-arenas-table-note {
  margin: 0 0 12px;
  color: var(--lp-text-muted);
  font-size: 0.88rem;
  font-weight: 650;
}

body .lp-arenas-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  background: var(--lp-surface);
  box-shadow: 0 14px 32px rgba(22, 27, 57, 0.08);
  -webkit-overflow-scrolling: touch;
}

body .lp-arenas-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  color: var(--lp-text);
}

body .lp-arenas-table th,
body .lp-arenas-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--lp-border);
  text-align: left;
  vertical-align: middle;
}

body .lp-arenas-table th {
  padding: 0;
  background: var(--lp-surface-muted);
}

body .lp-arenas-table th button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 16px;
  border: 0;
  color: var(--lp-text);
  background: transparent;
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

body .lp-arenas-table th button:focus-visible {
  position: relative;
  z-index: 1;
}

body .lp-arena-sort-arrow {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.35;
  transform: rotate(45deg) translateY(-2px);
}

body .lp-arenas-table th[aria-sort="ascending"] .lp-arena-sort-arrow {
  opacity: 1;
  transform: rotate(225deg) translate(-2px, -2px);
}

body .lp-arenas-table th[aria-sort="descending"] .lp-arena-sort-arrow {
  opacity: 1;
  transform: rotate(45deg) translateY(-2px);
}

body .lp-arenas-table tbody tr:last-child td {
  border-bottom: 0;
}

body .lp-arenas-table td:first-child {
  min-width: 230px;
  font-weight: 800;
}

body .lp-arenas-table td a {
  color: var(--lp-primary-strong);
}

body .lp-arenas-table:not(.lp-organizers-table) td:first-child a {
  text-decoration: none;
}

@media (max-width: 700px) {
  body .lp-arenas-results__bar {
    gap: 12px;
  }

  body .lp-arenas-results > .lp-arenas-results__bar .lp-view-switch {
    width: 100%;
  }

  body .lp-arenas-results > .lp-arenas-results__bar .lp-view-switch a {
    flex: 1 1 0;
  }
}

:root {
  color-scheme: light;
  --lp-bg: #f7f8fb;
  --lp-surface: #ffffff;
  --lp-surface-muted: #f0f4f8;
  --lp-surface-strong: #e6edf5;
  --lp-text: #172033;
  --lp-text-muted: #5d687a;
  --lp-text-soft: #7a8494;
  --lp-border: #d8e0ea;
  --lp-border-strong: #bcc9d8;
  --lp-primary: #0b6bcb;
  --lp-primary-strong: #084f99;
  --lp-primary-soft: #e7f1fc;
  --lp-accent: #e0462e;
  --lp-accent-soft: #fdece8;
  --lp-success: #207a4f;
  --lp-success-soft: #e8f6ef;
  --lp-warning: #946200;
  --lp-warning-soft: #fff3d6;
  --lp-danger: #b42318;
  --lp-danger-soft: #fde8e4;
  --lp-info: #096c86;
  --lp-info-soft: #e4f5f9;
  --lp-shadow-sm: 0 1px 2px rgba(23, 32, 51, 0.08);
  --lp-shadow-md: 0 10px 24px rgba(23, 32, 51, 0.1);
  --lp-radius-sm: 4px;
  --lp-radius: 8px;
  --lp-radius-lg: 12px;
  --lp-container: 1180px;
  --lp-focus: none;
  --lp-font: "Sora", "Segoe UI", Arial, sans-serif;
  --lp-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --lp-type-tournament: #0b6bcb;
  --lp-type-training: #207a4f;
  --lp-type-free-play: #8a4baf;
  --lp-type-camp: #c56710;
  --lp-type-celebration: #c02f69;
  --lp-type-corporate: #096c86;
  --lp-type-other: #667085;
}

html,
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--lp-bg);
  font-family: var(--lp-font);
  line-height: 1.5;
  text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--lp-text);
  background:
    linear-gradient(180deg, #eef5fb 0, rgba(247, 248, 251, 0) 360px),
    var(--lp-bg);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--lp-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--lp-primary-strong);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}


.lp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.lp-main {
  flex: 1 0 auto;
  width: 100%;
}

.lp-container {
  width: min(100% - 32px, var(--lp-container));
  margin: 0 auto;
}

.lp-section {
  padding: 28px 0;
}

.lp-section--tight {
  padding: 18px 0;
}

.lp-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.lp-section__title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.lp-section__meta {
  margin: 4px 0 0;
  color: var(--lp-text-muted);
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(216, 224, 234, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.lp-header__inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(190px, 1fr) minmax(260px, 460px) auto auto;
  align-items: center;
  gap: 16px;
}

.lp-menu-button,
.lp-icon-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  color: var(--lp-text);
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-sm);
}

.lp-menu-button:hover,
.lp-icon-button:hover {
  background: var(--lp-surface-muted);
}

.lp-menu-button__lines,
.lp-menu-button__lines::before,
.lp-menu-button__lines::after {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.lp-menu-button__lines {
  position: relative;
}

.lp-menu-button__lines::before,
.lp-menu-button__lines::after {
  position: absolute;
  left: 0;
}

.lp-menu-button__lines::before {
  top: -6px;
}

.lp-menu-button__lines::after {
  top: 6px;
}

.lp-brand {
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
  color: var(--lp-text);
  text-decoration: none;
}

.lp-brand__title {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.lp-brand__subtitle {
  margin-top: 2px;
  color: var(--lp-text-muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.lp-header__mobile-subtitle {
  display: none;
}

.lp-search {
  position: relative;
  min-width: 0;
}

.lp-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  color: var(--lp-text-soft);
  transform: translateY(-50%);
  pointer-events: none;
}

.lp-search__input {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px 10px 42px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  color: var(--lp-text);
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-sm);
}

.lp-search__input::placeholder {
  color: var(--lp-text-soft);
}

.lp-language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lp-text-muted);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.lp-language a,
.lp-language button {
  min-width: 32px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: var(--lp-radius-sm);
  color: var(--lp-text-muted);
  background: transparent;
  text-decoration: none;
}

.lp-language .is-active,
.lp-language [aria-current="true"] {
  color: var(--lp-primary-strong);
  background: var(--lp-primary-soft);
}

.lp-footer {
  flex: 0 0 auto;
  margin-top: 40px;
  padding: 34px 0;
  border-top: 1px solid var(--lp-border);
  color: var(--lp-text-muted);
  background: #ffffff;
}

.lp-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(140px, 1fr));
  gap: 28px;
}

.lp-footer__title {
  margin: 0 0 8px;
  color: var(--lp-text);
  font-size: 1.1rem;
  font-weight: 800;
}

.lp-footer__text,
.lp-footer p {
  margin: 0 0 10px;
}

.lp-footer__list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lp-footer a {
  color: inherit;
}

.lp-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: var(--lp-radius);
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.lp-button:hover {
  transform: translateY(-1px);
}

.lp-button--ghost {
  color: var(--lp-text-muted);
  background: transparent;
}

.lp-button--ghost:hover {
  color: var(--lp-text);
  background: var(--lp-surface-muted);
}

.lp-button--danger {
  color: var(--lp-danger);
  border-color: #f3b5ad;
  background: var(--lp-danger-soft);
}

.lp-button[disabled],
.lp-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.lp-event-strip {
  display: grid;
  grid-auto-columns: minmax(260px, 330px);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 16px;
  scroll-snap-type: inline mandatory;
}

.lp-event-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  color: var(--lp-text);
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-sm);
  text-decoration: none;
  scroll-snap-align: start;
}

.lp-event-card:hover {
  border-color: var(--lp-border-strong);
  box-shadow: var(--lp-shadow-md);
}

.lp-event-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 107, 203, 0.18), rgba(224, 70, 46, 0.16)),
    var(--lp-surface-strong);
}

.lp-event-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-event-card__body {
  min-width: 0;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.lp-event-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lp-event-card__date {
  color: var(--lp-text-muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.lp-event-card__title {
  margin: 0;
  color: var(--lp-text);
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.lp-event-card__meta {
  display: grid;
  gap: 4px;
  color: var(--lp-text-muted);
  font-size: 0.92rem;
}

.lp-event-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
}

.lp-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.lp-event-list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-event-list__item {
  min-width: 0;
}

.lp-event-list__link {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 206px 377px 371px minmax(0, 1fr);
  padding: 3px 20px;
  overflow: visible;
  border: 1px solid var(--lp-border);
  border-radius: 6px;
  color: var(--lp-text);
  background: var(--lp-surface);
  text-decoration: none;
}

.lp-event-list__link:hover {
  border-color: var(--lp-border-strong);
}


.lp-event-list__media {
  position: relative;
  width: 158px;
  height: 86px;
  align-self: center;
  margin-block: -1px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--lp-surface-strong);
}

.lp-event-list__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lp-event-list__type {
  position: absolute;
  top: 4px;
  right: 4px;
  max-width: calc(100% - 8px);
  padding: 2px 6px;
  overflow: hidden;
  border-radius: 3px;
  color: #ffffff;
  background: var(--lp-event-type-color, var(--lp-primary));
  font-size: 9px;
  font-weight: 800;
  line-height: 13px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp-event-list__overlay {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  padding: 12px 6px 5px;
  color: #ffffff;
  background: linear-gradient(transparent, rgba(11, 14, 35, 0.86));
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
}

.lp-event-list__overlay-date,
.lp-event-list__overlay-time {
  min-width: 0;
  color: inherit;
  white-space: nowrap;
}

.lp-event-list__overlay-date {
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp-event-list__core {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  padding-right: 20px;
}

.lp-event-list__title {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  color: var(--lp-primary-strong);
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lp-event-list__badges,
.lp-event-list__entities,
.lp-event-list__schedule {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 8px;
}

.lp-event-list__badges .lp-badge,
.lp-event-list__tag {
  min-height: 18px;
  padding: 1px 7px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  line-height: 14px;
}

.lp-event-list__tag {
  color: var(--lp-primary-strong);
  background: var(--lp-primary-soft);
}

.lp-event-list__entities,
.lp-event-list__schedule {
  color: var(--lp-text-muted);
  font-size: 10px;
  font-weight: 650;
  line-height: 13px;
}

.lp-event-list__entities > span + span::before,
.lp-event-list__schedule > * + *::before {
  margin-right: 8px;
  content: "\2022";
}

.lp-event-list__schedule > * {
  color: inherit;
  white-space: nowrap;
}

.lp-event-list__description {
  min-width: 0;
  max-height: 54px;
  display: -webkit-box;
  align-self: center;
  margin: 0;
  padding: 0 31px;
  overflow: hidden;
  border-left: 1px solid var(--lp-border);
  color: var(--lp-text);
  font-size: 12px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lp-event-list__description:empty {
  display: none;
}

.lp-event-list__facts {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: 1px;
  margin: 0;
  padding: 3px 0 3px 31px;
  border-left: 1px solid var(--lp-border);
  font-size: 10px;
  line-height: 15px;
}

.lp-event-list__facts > div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(62px, 36%) minmax(0, 1fr);
  gap: 8px;
}

.lp-event-list__facts dt,
.lp-event-list__facts dd {
  min-width: 0;
  margin: 0;
}

.lp-event-list__facts dt {
  color: var(--lp-text-muted);
}

.lp-event-list__facts dd {
  overflow-wrap: anywhere;
  color: var(--lp-text);
  font-weight: 800;
}

.lp-event-list__facts .lp-skill {
  display: inline-flex;
}

.lp-event-list__facts .lp-skill__label {
  display: none;
}

.lp-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lp-tag,
.lp-badge {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.lp-tag {
  color: var(--lp-text-muted);
  background: var(--lp-surface-muted);
}

.lp-tag::before,
.lp-legend__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.lp-tag--tournament,
.lp-calendar-event--tournament,
.lp-legend__item--tournament {
  --lp-event-type-color: var(--lp-type-tournament);
}

.lp-tag--training,
.lp-calendar-event--training,
.lp-legend__item--training {
  --lp-event-type-color: var(--lp-type-training);
}

.lp-tag--free-play,
.lp-calendar-event--free-play,
.lp-legend__item--free-play {
  --lp-event-type-color: var(--lp-type-free-play);
}

.lp-tag--camp,
.lp-calendar-event--camp,
.lp-legend__item--camp {
  --lp-event-type-color: var(--lp-type-camp);
}

.lp-tag--celebration,
.lp-calendar-event--celebration,
.lp-legend__item--celebration {
  --lp-event-type-color: var(--lp-type-celebration);
}

.lp-tag--corporate,
.lp-calendar-event--corporate,
.lp-legend__item--corporate {
  --lp-event-type-color: var(--lp-type-corporate);
}

.lp-tag--other,
.lp-calendar-event--other,
.lp-legend__item--other {
  --lp-event-type-color: var(--lp-type-other);
}

.lp-tag--tournament,
.lp-tag--training,
.lp-tag--free-play,
.lp-tag--camp,
.lp-tag--celebration,
.lp-tag--corporate,
.lp-tag--other {
  color: var(--lp-event-type-color);
  background: var(--lp-primary-soft);
  background: color-mix(in srgb, var(--lp-event-type-color) 12%, white);
}

.lp-badge--available {
  color: var(--lp-success);
  background: var(--lp-success-soft);
}

.lp-badge--full {
  color: var(--lp-warning);
  background: var(--lp-warning-soft);
}

.lp-badge--cancelled {
  color: var(--lp-danger);
  background: var(--lp-danger-soft);
}

.lp-badge--past {
  color: #6f7587;
  background: #edf0f5;
}

.lp-badge--draft {
  color: var(--lp-text-muted);
  background: var(--lp-surface-strong);
}

.lp-skill {
  display: inline-grid;
  gap: 4px;
}

.lp-skill__label {
  color: var(--lp-text-muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.lp-skill__segments {
  display: grid;
  grid-template-columns: repeat(5, 16px);
  gap: 3px;
}

.lp-skill__segment {
  width: 16px;
  height: 7px;
  border-radius: 999px;
  background: var(--lp-surface-strong);
}

.lp-skill[data-level="1"] .lp-skill__segment:nth-child(-n + 1),
.lp-skill[data-level="2"] .lp-skill__segment:nth-child(-n + 2),
.lp-skill[data-level="3"] .lp-skill__segment:nth-child(-n + 3),
.lp-skill[data-level="4"] .lp-skill__segment:nth-child(-n + 4),
.lp-skill[data-level="5"] .lp-skill__segment:nth-child(-n + 5) {
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-accent));
}

.lp-skill--small .lp-skill__segments {
  grid-template-columns: repeat(5, 10px);
  gap: 2px;
}

.lp-skill--small .lp-skill__segment {
  width: 10px;
  height: 5px;
}

.lp-filters {
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-sm);
}

.lp-filters__summary {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
}

.lp-filters__toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  color: var(--lp-text);
  background: var(--lp-surface-muted);
  font-weight: 800;
}

.lp-filters__toggle::before {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 150ms ease;
}

.lp-filters.is-open .lp-filters__toggle::before,
.lp-filters[data-expanded="true"] .lp-filters__toggle::before {
  transform: rotate(225deg) translate(-2px, -1px);
}

.lp-filters__state {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.lp-filters__count {
  color: var(--lp-primary-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.lp-filters__chips {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  color: var(--lp-text-muted);
  font-size: 0.9rem;
}

.lp-filters__reset {
  color: var(--lp-danger);
  font-weight: 800;
  text-decoration: none;
}

.lp-filters__panel {
  display: none;
  padding: 0 14px 14px;
  border-top: 1px solid var(--lp-border);
}

.lp-filters.is-open .lp-filters__panel,
.lp-filters[data-expanded="true"] .lp-filters__panel {
  display: block;
}

.lp-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 14px;
}

.lp-view-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: var(--lp-surface);
}

.lp-view-switch a,
.lp-view-switch button {
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  color: var(--lp-text-muted);
  background: transparent;
  font-weight: 800;
  text-decoration: none;
}

.lp-view-switch .is-active,
.lp-view-switch [aria-current="page"] {
  color: #ffffff;
  background: var(--lp-primary);
}

.lp-calendar-shell {
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  overflow: hidden;
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-sm);
}

.lp-calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid var(--lp-border);
  background: #ffffff;
}

.lp-calendar-toolbar__title {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.lp-calendar-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  background: var(--lp-border);
  gap: 1px;
}

.lp-calendar__weekday {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: var(--lp-text-muted);
  background: var(--lp-surface-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-calendar__day {
  min-width: 0;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 9px;
  background: var(--lp-surface);
}

.lp-calendar__day.is-outside {
  background: #f9fbfd;
}

.lp-calendar__day.is-today {
  box-shadow: inset 0 0 0 2px var(--lp-primary);
}

.lp-calendar__date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  color: var(--lp-text);
  font-size: 0.95rem;
  font-weight: 800;
}

.lp-calendar__date-weekday {
  color: var(--lp-text-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.lp-calendar__events {
  display: grid;
  gap: 6px;
}

.lp-calendar-event {
  display: grid;
  gap: 3px;
  padding: 7px 8px;
  border-left: 4px solid var(--lp-event-type-color, var(--lp-type-other));
  border-radius: 6px;
  color: var(--lp-text);
  background: var(--lp-surface-muted);
  background: color-mix(in srgb, var(--lp-event-type-color, var(--lp-type-other)) 9%, white);
  text-decoration: none;
}

.lp-calendar-event:hover {
  background: var(--lp-surface-strong);
  background: color-mix(in srgb, var(--lp-event-type-color, var(--lp-type-other)) 14%, white);
}

.lp-calendar-event__time {
  color: var(--lp-text-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.lp-calendar-event__title {
  overflow-wrap: anywhere;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.25;
}

.lp-calendar-event__place,
.lp-calendar-event__status {
  color: var(--lp-text-muted);
  font-size: 0.74rem;
  line-height: 1.25;
}

.lp-legend {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-top: 1px solid var(--lp-border);
  background: #ffffff;
}

.lp-legend__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.lp-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lp-text-muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.lp-legend__dot {
  background: var(--lp-event-type-color, var(--lp-type-other));
}

.lp-form {
  display: grid;
  gap: 18px;
}

.lp-field {
  display: grid;
  gap: 6px;
}

.lp-field__label {
  color: var(--lp-text);
  font-size: 0.9rem;
  font-weight: 800;
}

.lp-field__hint,
.lp-field__error {
  font-size: 0.84rem;
}

.lp-field__hint {
  color: var(--lp-text-muted);
}

.lp-field__error {
  color: var(--lp-danger);
  font-weight: 750;
}

.lp-input,
.lp-select,
.lp-textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  color: var(--lp-text);
  background: var(--lp-surface);
}

.lp-input[aria-invalid="true"],
.lp-select[aria-invalid="true"],
.lp-textarea[aria-invalid="true"],
.lp-field.is-invalid .lp-input,
.lp-field.is-invalid .lp-select,
.lp-field.is-invalid .lp-textarea {
  border-color: var(--lp-danger);
  background: #fffafa;
}

.lp-textarea {
  min-height: 120px;
  resize: vertical;
}

.lp-checkbox,
.lp-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  color: var(--lp-text);
  font-weight: 650;
}

.lp-checkbox input,
.lp-radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--lp-primary);
}

.lp-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.lp-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lp-form-row > .lp-field--full {
  grid-column: 1 / -1;
}

.lp-alert {
  padding: 12px 14px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: var(--lp-surface);
}

.lp-alert--success {
  color: var(--lp-success);
  border-color: #b7e5cd;
  background: var(--lp-success-soft);
}

.lp-alert--warning {
  color: var(--lp-warning);
  border-color: #f4d78a;
  background: var(--lp-warning-soft);
}

.lp-alert--danger {
  color: var(--lp-danger);
  border-color: #f3b5ad;
  background: var(--lp-danger-soft);
}

.lp-admin-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  background: var(--lp-bg);
}

.lp-admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid var(--lp-border);
  background: #ffffff;
}

.lp-admin-sidebar__brand {
  padding: 18px;
  border-bottom: 1px solid var(--lp-border);
  color: var(--lp-text);
  font-weight: 800;
}

.lp-admin-nav {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.lp-admin-nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--lp-radius-sm);
  color: var(--lp-text-muted);
  font-weight: 750;
  text-decoration: none;
}

.lp-admin-nav a:hover,
.lp-admin-nav a.is-active,
.lp-admin-nav a[aria-current="page"] {
  color: var(--lp-primary-strong);
  background: var(--lp-primary-soft);
}

.lp-admin-main {
  min-width: 0;
  padding: 24px;
}

.lp-admin-topbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.lp-admin-title {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: 0;
}

.lp-admin-panel {
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-sm);
}

.lp-admin-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--lp-border);
}

.lp-admin-panel__header--actions-only {
  justify-content: flex-end;
}

body .lp-admin-panel__header:has(+ .lp-filters) {
  border-bottom: 0;
}

body .lp-admin-table__name {
  color: inherit;
  font-weight: 750;
  text-decoration: none;
}

body .lp-admin-table__name a,
body a.lp-admin-table__name,
body .lp-admin-table__name a:hover,
body a.lp-admin-table__name:hover {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.lp-admin-panel__body {
  padding: 16px;
}

.lp-table-wrap {
  overflow-x: auto;
}

.lp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.lp-table th,
.lp-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--lp-border);
  text-align: left;
  vertical-align: top;
}

.lp-table th {
  color: var(--lp-text-muted);
  background: var(--lp-surface-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-toggle-target[hidden] {
  display: none !important;
}

[data-ui-toggle][aria-pressed="true"] {
  color: #ffffff;
  background: var(--lp-primary);
}

@media (max-width: 900px) {
  .lp-event-list {
    gap: 10px;
  }

  .lp-event-list__link {
    grid-template-columns: clamp(104px, calc(26.667vw + 8px), 112px) minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .lp-event-list__media {
    width: clamp(104px, calc(26.667vw + 8px), 112px);
    height: clamp(84px, calc(13.333vw + 36px), 88px);
    margin-block: 0;
  }

  .lp-event-list__core {
    padding-right: 0;
  }

  .lp-event-list__description,
  .lp-event-list__facts {
    grid-column: 1 / -1;
    border-left: 0;
  }

  .lp-event-list__description {
    max-height: none;
    display: block;
    padding: 0;
    overflow: visible;
  }

  .lp-event-list__facts {
    padding: 0;
  }

  .lp-header__inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "menu brand profile"
      "subtitle subtitle subtitle"
      "search search search";
    gap: 8px 12px;
    padding: 10px 0;
  }

  .lp-menu-button {
    grid-area: menu;
  }

  .lp-brand {
    grid-area: brand;
  }

  .lp-brand__subtitle {
    display: none;
  }

  .lp-header .lp-search {
    grid-area: search;
  }

  .lp-language {
    display: none;
  }

  .lp-header .lp-icon-button {
    grid-area: profile;
  }

  .lp-header__mobile-subtitle {
    grid-area: subtitle;
    display: block;
    color: var(--lp-text-muted);
    font-size: 0.85rem;
    font-weight: 700;
  }

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

  .lp-calendar {
    display: block;
    background: transparent;
  }

  .lp-calendar__weekday {
    display: none;
  }

  .lp-calendar__day {
    min-height: auto;
    border-bottom: 1px solid var(--lp-border);
  }

  .lp-calendar__day.is-empty {
    display: none;
  }

  .lp-admin-layout {
    grid-template-columns: 1fr;
  }

  .lp-admin-sidebar {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--lp-border);
  }
}

/* Batch 2 event-detail freeze. */
body .lp-event-detail {
  --lp-event-detail-gap: 24px;
  padding: 34px 0 48px;
}

body .lp-event-detail__heading {
  margin: 24px 0 22px;
}

body .lp-event-detail .lp-event-detail__title-row h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

body .lp-event-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.618fr) minmax(0, 1fr);
  gap: var(--lp-event-detail-gap);
  align-items: start;
  margin-bottom: 24px;
}

body .lp-event-detail__summary,
body .lp-event-detail__media,
body .lp-event-detail__location,
body .lp-event-detail__panel {
  border: 1px solid #e5e9f3;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 27, 57, 0.08);
}

body .lp-event-detail .lp-event-detail__summary {
  padding: 28px;
}

body .lp-event-detail__aside {
  display: grid;
  gap: var(--lp-event-detail-gap);
}

body .lp-event-detail .lp-event-detail__media {
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
}

body .lp-event-detail__metadata {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body .lp-event-detail__metadata-column {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 15px;
  margin: 0;
}

body .lp-event-detail__metadata-column + .lp-event-detail__metadata-column {
  padding-left: 24px;
  border-left: 1px solid #e7ebf4;
}

body .lp-event-detail__metadata .lp-event-detail__fact {
  padding: 0;
}

body .lp-event-detail__metadata .lp-event-detail__fact dt {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 4px;
  overflow: visible;
  clip: auto;
  color: #858ba4;
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

body .lp-event-detail__metadata .lp-event-detail__fact dd {
  color: #171b34;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

body .lp-event-detail__metadata .lp-event-detail__fact--date dd,
body .lp-event-detail__metadata .lp-event-detail__fact--time dd,
body .lp-event-detail__metadata .lp-event-detail__fact--date .lp-event-detail__fact-value {
  font-size: 1.08rem;
}

body .lp-event-detail__entities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e7ebf4;
}

body .lp-event-detail__entities div {
  min-width: 0;
}

body .lp-event-detail__entities dt {
  color: #858ba4;
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

body .lp-event-detail__entities dd {
  margin: 4px 0 0;
}

body .lp-event-detail__entities a,
body .lp-event-detail__address a {
  color: #5b2ee6;
  font-weight: 900;
  text-decoration: none;
}

body .lp-event-detail__entities a:hover,
body .lp-event-detail__entities a:focus-visible,
body .lp-event-detail__address a:hover,
body .lp-event-detail__address a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body .lp-event-detail .lp-event-detail__skill {
  position: relative;
  display: flex;
  grid-template-columns: none;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-top: 22px;
  padding: 10px 12px;
}

body .lp-event-detail__skill .lp-skill__segments {
  width: 112px;
}

body .lp-event-detail__skill > .lp-event-detail__disclosure {
  position: static;
}

body .lp-event-detail__disclosure {
  position: relative;
}

body .lp-event-detail__info-button {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid #5b2ee6;
  border-radius: 50%;
  color: #5b2ee6;
  background: #ffffff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

body .lp-event-detail__popover {
  position: absolute;
  z-index: 20;
  top: calc(100% + 9px);
  right: 0;
  min-width: 220px;
  padding: 13px;
  border: 1px solid #d8d0f5;
  border-radius: 10px;
  color: #252a44;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(24, 28, 60, 0.18);
}

body .lp-event-detail__popover[hidden] {
  display: none;
}

body .lp-event-detail__skill-popover {
  left: 0;
  right: auto;
  display: grid;
  gap: 5px;
  width: min(290px, calc(100vw - 48px));
}

body .lp-event-detail__skill-popover strong {
  color: #171b34;
  font-weight: 900;
}

body .lp-event-detail__skill-popover span {
  color: #596071;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

body .lp-event-detail__actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

body .lp-event-detail__actions-primary,
body .lp-event-detail__actions-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body .lp-event-detail__actions-primary .lp-event-detail__disclosure {
  flex: 1 1 190px;
}

body .lp-button__icon > .lp-event-detail__button-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

body .lp-event-detail__calendar-button[aria-expanded="true"] .lp-event-detail__button-chevron {
  transform: translateY(2px) rotate(-135deg);
}

body .lp-event-detail__calendar-popover {
  left: 0;
  right: auto;
  min-width: 100%;
  padding: 7px;
}

body .lp-event-detail__calendar-popover a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 7px;
  color: #342164;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

body .lp-event-detail__calendar-popover a:hover,
body .lp-event-detail__calendar-popover a:focus-visible {
  background: #f0ebff;
}


body .lp-event-detail__description {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e7ebf4;
  font-size: 1rem;
  line-height: 1.65;
}

body .lp-event-detail__location {
  padding: 20px;
}

body .lp-event-detail__location h2 {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

body .lp-event-detail__map {
  min-height: 220px;
}

body .lp-event-detail__address {
  margin-bottom: 0;
}

body .lp-event-detail__related {
  margin-top: 0;
}

@media (max-width: 980px) {
  body .lp-event-detail__layout {
    grid-template-columns: 1fr;
  }

  body .lp-event-detail__aside {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  body .lp-event-detail {
    --lp-event-detail-gap: 16px;
  }

  body .lp-event-detail__heading {
    margin-block: 18px;
  }

  body .lp-event-detail .lp-event-detail__title-row h1 {
    font-size: 1.85rem;
  }

  body .lp-event-detail .lp-event-detail__summary,
  body .lp-event-detail__location,
  body .lp-event-detail__panel {
    padding: 20px;
  }

  body .lp-event-detail__metadata,
  body .lp-event-detail__entities,
  body .lp-event-detail__aside {
    grid-template-columns: 1fr;
  }

  body .lp-event-detail__metadata-column + .lp-event-detail__metadata-column {
    padding: 18px 0 0;
    border-top: 1px solid #e7ebf4;
    border-left: 0;
  }

  body .lp-event-detail .lp-event-detail__media {
    aspect-ratio: 7 / 5;
  }

  body .lp-event-detail__skill {
    width: 100%;
    justify-content: space-between;
  }

  body .lp-event-detail__skill-popover {
    top: auto;
    bottom: calc(100% + 9px);
    width: min(290px, calc(100% - 24px));
  }

  body .lp-event-detail__actions-primary,
  body .lp-event-detail__actions-secondary {
    display: grid;
    grid-template-columns: 1fr;
  }

  body .lp-event-detail__actions-primary .lp-event-detail__disclosure {
    width: 100%;
    flex-basis: auto;
  }
}

/* Batch 5 public UI choke-point contracts. */
body .lp-filters .lp-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
}

body .lp-filters .lp-form-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body .lp-filters .lp-form-row--actions {
  grid-template-columns: minmax(0, 1fr) !important;
}

body .lp-filters .lp-form-row--actions .lp-form-actions {
  justify-self: end;
}

body .lp-combo__option {
  min-height: 44px;
}

body .lp-combo__option--all {
  position: sticky;
  top: 32px;
  z-index: 2;
  border-bottom: 1px solid var(--lp-border);
  border-radius: 0;
  background: var(--lp-surface);
}

body .lp-combo__option--all > span {
  font-style: italic;
}

body .lp-combo__search {
  top: -10px;
  z-index: 3;
}

body .lp-feature-card__meta-grid--no-time {
  grid-template-columns: minmax(0, 1fr) !important;
}

body .lp-feature-card__meta-grid--no-time .lp-feature-card__meta--date {
  grid-column: 1 / -1;
  max-width: none;
  white-space: nowrap !important;
}

body .lp-event-list {
  gap: 0;
}

body .lp-event-list__item + .lp-event-list__item {
  border-top: 1px solid var(--lp-border);
}

body .lp-event-list__link {
  margin: 0;
  padding-block: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body .lp-event-list__link:hover {
  border-color: transparent;
  background: color-mix(in srgb, var(--lp-primary-soft) 42%, transparent);
}

body .lp-arenas-results__bar,
body .lp-organizers-results__bar {
  justify-content: flex-start;
  flex-wrap: wrap;
}

body .lp-arenas-results__bar .lp-view-switch {
  order: -1;
}

body .lp-arenas-results__bar .lp-view-switch a[data-lp-entity-view] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #dfe3ef;
  border-radius: 7px;
  color: #777b90;
  background: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

body .lp-arenas-results__bar .lp-view-switch a[data-lp-entity-view].is-active {
  border-color: #4f29d8;
  color: #ffffff;
  background: linear-gradient(135deg, #5b2ee6 0%, #3417ba 100%);
}

body .lp-organizers-page .lp-organizers-grid.lp-arenas-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body .lp-arena-actions {
  gap: 12px;
}

body .lp-arena-action {
  width: 54px !important;
  min-width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
}

body .lp-arena-action::before {
  width: 28px !important;
  height: 28px !important;
}

body .lp-arena-stat__icon--system::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 12h5l2-6 4 12 2-6h5'/%3E%3Cpath d='M4 5l16 14'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 12h5l2-6 4 12 2-6h5'/%3E%3Cpath d='M4 5l16 14'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.lp-pagination__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-pagination__size-form label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lp-text-muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.lp-pagination__size-form select {
  min-width: 76px;
  min-height: 44px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--lp-border-strong);
  border-radius: 8px;
  color: var(--lp-text);
  background: var(--lp-surface);
  font: inherit;
}


@media (max-width: 900px) {
  body .lp-filters .lp-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .lp-organizers-page .lp-organizers-grid.lp-arenas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body .lp-filters .lp-form-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .lp-event-list__link {
    padding-block: 16px;
  }

  body .lp-organizers-page .lp-organizers-grid.lp-arenas-grid {
    grid-template-columns: minmax(0, 1fr);
  }

}

/* F12 independent-review correction: mobile carousel controls use their own gutter. */
@media (max-width: 640px) {
  body .lp-public-shell .lp-home-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 24px !important;
  }

  body .lp-public-shell .lp-home-hero__intro p {
    max-width: 320px;
  }

  body .lp-public-shell .lp-featured-events {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 0 0 56px;
    overflow: visible !important;
  }

  body .lp-public-shell .lp-featured-events__track {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
  }

  body .lp-public-shell .lp-featured-events__track > .lp-feature-card,
  body .lp-public-shell .lp-featured-events__track > .lp-feature-card:first-child {
    width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
    scroll-snap-align: start;
  }

  body .lp-public-shell .lp-carousel-button {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
  }

  body .lp-public-shell .lp-carousel-button--prev {
    left: 0 !important;
  }

  body .lp-public-shell .lp-carousel-button--next {
    right: 0 !important;
  }

  body .lp-public-shell .lp-feature-card__meta-grid--no-time .lp-feature-card__meta--date {
    box-sizing: border-box;
    width: 100%;
    max-width: 100% !important;
    overflow: visible !important;
    font-size: .72rem !important;
    letter-spacing: 0;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }

  body .lp-public-shell .lp-feature-card__meta-grid--no-time .lp-card-date__segment--range {
    width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }
}

/* Batch 5 verified UX corrections: public cards/list and admin mobile rails. */

body .lp-event-list__core {
  gap: 7px;
  padding-block: 2px;
}

body .lp-event-list__badges {
  margin-bottom: 10px;
}

body .lp-event-list__entities,
body .lp-event-list__schedule {
  column-gap: 14px;
  row-gap: 7px;
}

body .lp-event-list__meta-item::before {
  color: var(--lp-primary-strong);
  opacity: .78;
}

body .lp-admin-nav-context {
  display: none;
}

body .lp-admin-nav-scroll,
body .lp-admin-users-table-scroll {
  max-width: 100%;
}

body .lp-admin-users-table__email-cell,
body .lp-admin-users-table__email-link {
  white-space: nowrap;
}

@media (max-width: 900px) {
  body .lp-admin-sidebar {
    overflow: visible;
  }

  body .lp-admin-sidebar__brand {
    display: none;
  }

  body .lp-admin-nav-context {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 10px;
  }

  body .lp-admin-nav-context__label {
    color: var(--lp-text-muted);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  body .lp-admin-nav-context__current {
    min-width: 0;
    overflow: hidden;
    color: var(--lp-text);
    font-size: .88rem;
    font-weight: 850;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body .lp-admin-nav-scroll {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 10px 10px;
    border-radius: 0 0 14px 14px;
    background:
      linear-gradient(90deg, var(--lp-surface) 24px, transparent) left center / 42px 100% no-repeat local,
      linear-gradient(270deg, var(--lp-surface) 24px, transparent) right center / 42px 100% no-repeat local,
      linear-gradient(90deg, transparent, rgb(38 31 74 / 16%)) left center / 18px 100% no-repeat scroll,
      linear-gradient(270deg, transparent, rgb(38 31 74 / 16%)) right center / 18px 100% no-repeat scroll;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }


  body .lp-admin-nav {
    width: max-content;
    min-width: 100%;
    padding: 0;
  }

  body .lp-admin-nav__item {
    scroll-snap-align: start;
  }

  body .lp-admin-nav__item--current,
  body .lp-admin-nav__item.is-active {
    box-shadow: inset 0 -3px 0 var(--lp-primary);
  }

  body .lp-admin-users-table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    background:
      linear-gradient(90deg, var(--lp-surface) 18px, transparent) left center / 34px 100% no-repeat local,
      linear-gradient(270deg, var(--lp-surface) 18px, transparent) right center / 34px 100% no-repeat local,
      linear-gradient(90deg, transparent, rgb(38 31 74 / 16%)) left center / 16px 100% no-repeat scroll,
      linear-gradient(270deg, transparent, rgb(38 31 74 / 16%)) right center / 16px 100% no-repeat scroll;
    scrollbar-width: thin;
  }

  body .lp-admin-users-table {
    width: max-content;
    min-width: 980px;
  }

  body .lp-admin-users-table__email-cell {
    min-width: 230px;
  }

  body .lp-admin-users-table__email-link {
    display: inline-block;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }
}

/* Focus navigation stays functional; only the linked-portals destination is framed. */
:focus {
  outline: none;
}

body #profile-player-portals-title:focus {
  outline: 3px solid var(--lp-focus-color);
  outline-offset: 3px;
}

@media (forced-colors: active) {
  body #profile-player-portals-title:focus {
    outline-color: Highlight;
  }
}

body .lp-header .lp-header__inner {
  grid-template-columns: 38px minmax(0, 1fr) 280px max-content 38px !important;
}

body .lp-header .lp-header__search,
body .lp-header__search .lp-search-control {
  width: min(280px, 100%) !important;
  max-width: 280px !important;
}

body .lp-account-menu__statistics-links {
  display: grid;
}

body .lp-account-menu__statistics-links[hidden] {
  display: none;
}

body .lp-footer__brand-panel .lp-brand__fun,
body .lp-footer__brand .lp-brand__fun {
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

body .lp-event-list__core {
  gap: 5px;
}

body .lp-event-list__badges {
  margin-bottom: 7px;
}

@media (max-width: 900px) {
  body .lp-header .lp-header__inner {
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  }

}


/* Batch 5 shared presentation patterns. */
:root {
  --lp-focus-color: #4a22c8;
}


.lp-chevron {
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
  transition: transform 150ms ease;
}

[aria-expanded="true"] > .lp-chevron,
[aria-expanded="true"] .lp-chevron {
  transform: rotate(-135deg);
}

body .lp-account-menu__group-label {
  width: 100%;
  display: flex;
  align-items: center;
  border: 0;
  text-align: left;
  cursor: pointer;
}

body .lp-account-menu__statistics-chevron {
  margin-left: auto;
  color: #747b8d;
}

body .lp-account-menu__statistics-links {
  display: grid;
}

body .lp-account-menu__statistics-links[hidden] {
  display: none;
}

body .lp-account-menu__statistics-links > a {
  padding-left: 54px !important;
}

body .lp-header__search,
body .lp-header__search .lp-search-control {
  width: min(280px, 100%) !important;
  max-width: 280px !important;
}

body .lp-footer__brand-panel .lp-brand__fun,
body .lp-footer__brand .lp-brand__fun {
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.lp-info-disclosure {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lp-info-disclosure__trigger {
  box-sizing: border-box;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #737b8f;
  background: transparent;
}

.lp-info-disclosure__trigger > span {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid #b8becb;
  border-radius: 50%;
  color: #737b8f;
  background: #f7f8fa;
  font: 700 11px/1 var(--lp-font);
}

.lp-info-disclosure__trigger:hover > span,
.lp-info-disclosure__trigger[aria-expanded="true"] > span {
  border-color: var(--lp-primary-strong);
  color: #fff;
  background: var(--lp-primary-strong);
}

.lp-info-disclosure__panel {
  position: absolute;
  z-index: 90;
  top: calc(100% + 4px);
  left: 0;
  box-sizing: border-box;
  width: min(320px, calc(100vw - 32px));
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  color: var(--lp-text);
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-md);
  font-size: .82rem;
  line-height: 1.5;
}

.lp-info-disclosure__panel[hidden] {
  display: none;
}

.lp-info-disclosure__panel code {
  overflow-wrap: anywhere;
}

body .lp-profile-page .lp-profile-player-portals .lp-profile-add-trigger {
  width: fit-content;
  margin-top: 16px;
}

.lp-pagination__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-pagination__controls .lp-pagination__size-form {
  margin-left: auto;
}

.lp-sortable-header__control {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 16px;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 850;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.lp-sortable-header__arrow {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .35;
  transform: rotate(45deg) translateY(-2px);
}

.lp-sortable-header[aria-sort="ascending"] .lp-sortable-header__arrow {
  opacity: 1;
  transform: rotate(225deg) translate(-2px, -2px);
}

.lp-sortable-header[aria-sort="descending"] .lp-sortable-header__arrow {
  opacity: 1;
}

body .lp-event-list__core {
  gap: 5px;
}

body .lp-event-list__badges {
  margin-bottom: 7px;
}

body .lp-event-list__overlay-date {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 6px 4px;
  overflow: visible;
  color: #fff;
  background: rgba(10, 13, 35, .78);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

body .lp-event-list__overlay-date strong {
  font-size: 22px;
  line-height: 1;
}

body .lp-event-list__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

body .lp-event-list__entities > .lp-event-list__meta-item + .lp-event-list__meta-item::before,
body .lp-event-list__schedule > .lp-event-list__meta-item + .lp-event-list__meta-item::before {
  margin: 0;
  content: none;
}

body .lp-event-list__meta-item::before {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  content: "";
  background: currentColor;
}

body .lp-event-list__meta-item--location::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-event-list__meta-item--organizer::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V8l8-5 8 5v13M8 21v-7h8v7M8 10h.01M16 10h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V8l8-5 8 5v13M8 21v-7h8v7M8 10h.01M16 10h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-event-list__meta-item--date::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-event-list__meta-item--time::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-arena-card[data-lp-card-link] {
  cursor: pointer;
}



@media (max-width: 560px) {
  .lp-pagination__controls {
    align-items: stretch;
  }

  .lp-pagination__controls .lp-pagination__size-form {
    margin-left: 0;
  }

  .lp-info-disclosure__panel {
    position: fixed;
    z-index: 160;
    top: 50%;
    left: 50%;
    max-height: calc(100dvh - 32px);
    overflow: auto;
    transform: translate(-50%, -50%);
  }
}

@media (forced-colors: active) {

  .lp-info-disclosure__trigger > span,
  .lp-info-disclosure__panel {
    border-color: CanvasText;
    color: CanvasText;
    background: Canvas;
  }
}

/* F12 frozen follow-up: account minimenu, shared search geometry, date ranges, and footer accent. */
body .lp-account-menu {
  box-sizing: border-box;
  width: 308px !important;
  min-width: 0;
  max-width: calc(100vw - 24px);
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e1e4ec !important;
  border-radius: 12px !important;
  color: #171b34;
  background: #ffffff !important;
  box-shadow: 0 14px 38px rgba(23, 27, 52, 0.16);
}

body .lp-account-menu__identity {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #e1e4ec;
}

body .lp-account-menu__identity > img {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  background: #fff0e7;
}

body .lp-account-menu__identity-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

body .lp-account-menu__identity-copy strong,
body .lp-account-menu__identity-copy > span {
  min-width: 0;
  display: block;
}

body .lp-account-menu__identity-copy strong {
  color: #171b34;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}

body .lp-account-menu__identity-copy > span {
  color: #6d7285;
  font-size: 12px;
  line-height: 1.35;
}

body .lp-account-menu__actions {
  padding: 8px;
}

body .lp-account-menu a,
body .lp-account-menu__logout button,
body .lp-account-menu__group-label {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #252a47 !important;
  background: transparent;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
}

body .lp-account-menu__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #666d80;
}

body .lp-account-menu__icon--help {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.8 9a2.4 2.4 0 1 1 3.6 2.1c-.9.5-1.4 1-1.4 2M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.8 9a2.4 2.4 0 1 1 3.6 2.1c-.9.5-1.4 1-1.4 2M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-account-menu__statistics {
  margin: 0;
  padding: 0;
  border: 0;
}

body .lp-account-menu__statistics > a {
  min-height: 44px;
  margin-left: 0 !important;
  padding-block: 8px;
  padding-left: 48px;
}

html body .lp-account-menu a:hover,
html body .lp-account-menu a:focus-visible,
html body .lp-account-menu__logout button:hover,
html body .lp-account-menu__logout button:focus-visible {
  color: var(--lp-primary-strong) !important;
  background: var(--lp-primary-soft) !important;
}

body .lp-account-menu__logout {
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px solid #e1e4ec;
}

body .lp-header__search {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
}

body .lp-header__search {
  justify-self: center;
}

body .lp-header__search .lp-search-control {
  width: 100%;
  height: 40px;
}

body .lp-feature-card__meta-grid--no-time .lp-feature-card__meta--date {
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap !important;
}

body .lp-feature-card__meta-grid--no-time .lp-card-date__segment--range {
  min-width: 0;
  display: inline !important;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap !important;
}

body .lp-footer__brand-panel strong .lp-brand__fun,
body .lp-footer__brand strong .lp-brand__fun {
  color: var(--lp-primary) !important;
}

@media (max-width: 900px) {
  html.has-filter-drawer-open body > .lp-header {
    visibility: hidden;
  }
}

@media (max-width: 390px) {
  body .lp-feature-card__meta-grid--no-time .lp-feature-card__meta--date {
    font-size: 11px !important;
    letter-spacing: -0.02em;
  }
}

/* F2 v2 mobile drawer actions: keep single-button shells full-width and reachable. */
@media (max-width: 900px) {
  body .lp-filters.is-open .lp-form-actions,
  body .lp-filters[data-expanded="true"] .lp-form-actions {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body .lp-filters.is-open .lp-form-actions:not(:has(.lp-share-filter-button)),
  body .lp-filters[data-expanded="true"] .lp-form-actions:not(:has(.lp-share-filter-button)) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .lp-filters.is-open .lp-form-actions .lp-button,
  body .lp-filters[data-expanded="true"] .lp-form-actions .lp-button {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* F2 v2: one rendered search control and explicit footer panels. */
.lp-search-control {
  position: relative;
  width: 100%;
  min-width: 0;
}

.lp-search-control__input {
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 44px 0 16px;
  border: 1px solid #e5e7f2;
  border-radius: 10px;
  color: var(--lp-text);
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(24, 28, 60, 0.055);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.lp-search-control__input::placeholder {
  color: #8a8da1;
  opacity: 1;
}

.lp-search-control__input:hover {
  border-color: #cbd0dd;
}


.lp-search-control__submit {
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  transform: translateY(-50%);
}

.lp-search-control__submit img {
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
  object-fit: contain;
}

.lp-header__search .lp-search-control {
  min-width: 0;
}

body .lp-footer {
  margin-top: 36px;
  border-top: 0;
  background: #ffffff !important;
}

body .lp-footer__main {
  position: relative;
  width: 100%;
  min-height: 188px;
  display: grid;
  grid-template-columns: minmax(320px, 34%) minmax(0, 66%);
  overflow: hidden;
  background: #eef0f3;
}

body .lp-footer__brand-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 26px 70px 24px 32px;
  color: #ffffff;
  background: #4a4a53;
}

body .lp-footer__brand-panel::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -72px;
  width: 74px;
  height: 100%;
  background: #4a4a53;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  content: "";
  pointer-events: none;
}

body .lp-footer__brand-panel strong {
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.15;
}

body .lp-footer__brand-panel strong span,
body .lp-footer__brand-panel strong .lp-brand__fun,
body .lp-footer__brand-panel small,
body .lp-footer__brand-panel p {
  color: #ffffff;
}

body .lp-footer__brand-panel small {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: 750;
}

body .lp-footer__brand-panel p {
  max-width: 250px;
  margin: 12px 0 0;
  font-size: 0.82rem;
  line-height: 1.42;
}

body .lp-footer__information {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 48px;
  align-items: start;
  padding: 38px 48px 24px 112px;
  color: var(--lp-text);
  background: #eef0f3;
}

body .lp-footer__information::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: #ff7a1a;
  clip-path: polygon(5% 100%, 100% 0, 100% 100%, 5% 100%);
  content: "";
  pointer-events: none;
}

body .lp-footer__group {
  min-width: 0;
}

body .lp-footer__group strong {
  display: block;
  margin: 0 0 18px;
  color: var(--lp-text);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

body .lp-footer__group p,
body .lp-footer__group a {
  display: block;
  margin: 0 0 12px;
  color: var(--lp-text);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

body .lp-footer__group a:hover,
body .lp-footer__group a:focus-visible {
  color: var(--lp-primary-strong);
  text-decoration: underline;
}

body .lp-footer__bottom {
  width: 100%;
  min-height: 38px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 8px 32px;
  border-top: 1px solid #d5d9df !important;
  color: var(--lp-text-muted) !important;
  background: #ffffff !important;
  box-sizing: border-box;
  font-size: 0.78rem !important;
  text-align: left;
}

@media (max-width: 900px) {
  body .lp-footer__main {
    min-height: 0;
    display: block;
    overflow: visible;
  }

  body .lp-footer__brand-panel {
    min-height: 0;
    padding: 28px 20px 36px;
  }

  body .lp-footer__brand-panel::after {
    z-index: 1;
    top: auto;
    right: 0;
    bottom: -18px;
    width: 100%;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 18%, 0 100%);
    filter: drop-shadow(0 4px 0 #ff7a1a);
  }

  body .lp-footer__information {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 20px 12px;
  }

  body .lp-footer__information::before {
    z-index: 3;
    height: 20px;
    background: #ff7a1a;
    clip-path: polygon(0 80%, 100% 0, 100% 22%, 0 100%);
    content: "";
  }

  body .lp-footer__group > :last-child {
    margin-bottom: 0;
  }

  body .lp-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 10px 20px 16px;
  }
}

/* Batch 5 integration cascade: keep these shell rules after feature bundles. */
body .lp-account-menu {
  width: min(330px, calc(100vw - 24px));
  padding: 10px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 14px;
  background: #292735;
  box-shadow: 0 18px 44px rgb(16 13 31 / 28%);
}

body .lp-account-menu__identity {
  min-width: 0;
  padding: 10px 12px 12px;
}

body .lp-account-menu__identity strong,
body .lp-account-menu__identity span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .lp-account-menu__actions {
  gap: 4px;
}

body .lp-account-menu a,
body .lp-account-menu__logout button,
body .lp-account-menu__group-label {
  gap: 12px;
  min-height: 44px;
  padding: 9px 11px;
  border-radius: 9px;
  font-weight: 650;
}

body .lp-account-menu__statistics {
  border-block: 1px solid rgb(255 255 255 / 10%);
  padding-block: 3px;
}

body .lp-account-menu__group-label {
  display: flex;
  align-items: center;
  color: #d9d6e7;
}

body .lp-account-menu__statistics > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  min-height: 44px;
  margin-left: 30px;
}

body .lp-account-menu__statistics > a span,
body .lp-account-menu__statistics > a small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .lp-account-menu__statistics > a small {
  color: #aaa5bb;
  font-weight: 500;
}

body .lp-footer {
  background: #e8e8ed;
}

body .lp-footer__inner {
  position: relative;
  color: #fff;
  background: #4a4a53;
  clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 48px, 100% 100%, 0 100%);
}

body .lp-footer__inner::after {
  position: absolute;
  top: 0;
  right: 34px;
  width: 7px;
  height: 62px;
  background: var(--lp-accent, #f47b20);
  content: "";
  transform: skewX(-42deg);
  transform-origin: top;
}

body .lp-footer__inner a,
body .lp-footer__inner p,
body .lp-footer__inner small,
body .lp-footer__inner strong {
  color: inherit;
}

body .lp-footer__bottom {
  color: #4a4855;
  background: #e8e8ed;
}

body .lp-auth-page .lp-auth-shell {
  grid-template-columns: minmax(280px, 380px) minmax(0, 520px);
  width: min(920px, calc(100% - 32px));
  min-height: 0;
}

body .lp-auth-page .lp-auth-brand-panel,
body .lp-auth-page .lp-auth-panel {
  min-height: 560px;
  padding: 34px;
}

body .lp-auth-page .lp-auth-brand-panel {
  overflow: hidden;
}

body .lp-auth-page .lp-auth-brand-copy,
body .lp-auth-page .lp-auth-brand-logo {
  position: relative;
  z-index: 2;
}

body .lp-auth-page .lp-auth-brand-copy {
  max-width: 280px;
}

body .lp-auth-page .lp-auth-task-title {
  font-size: clamp(1.7rem, 4vw, 2.25rem);
}

body .lp-auth-page .lp-auth-form,
body .lp-profile-page .lp-profile-form {
  gap: 14px;
}

body .lp-auth-page .lp-auth-field input,
body .lp-auth-page .lp-auth-field select {
  min-height: 46px;
}

body .lp-auth-page input::placeholder,
body .lp-profile-page input::placeholder {
  color: #aaa9b5;
  opacity: 1;
}

body .lp-profile-page {
  width: min(1140px, calc(100% - 32px));
}

body .lp-profile-page .lp-profile-card {
  padding: 22px;
}

body .lp-profile-page .lp-profile-field input,
body .lp-profile-page .lp-profile-field select {
  min-height: 44px;
}

body .lp-profile-page .lp-profile-card__title-row,
body .lp-profile-page .lp-profile-id-list__value {
  display: flex;
  min-width: 0;
  gap: 9px;
  align-items: center;
}

body .lp-profile-page .lp-profile-info-trigger {
  display: inline-grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--lp-primary-strong, #4f29d8);
  background: transparent;
  font: 700 .9rem/1 Georgia, serif;
  cursor: pointer;
}

body .lp-profile-page .lp-profile-info-trigger:hover:not(:focus) {
  color: #fff;
  background: var(--lp-primary-strong, #4f29d8);
  outline: 3px solid rgb(79 41 216 / 22%);
  outline-offset: 2px;
}

body .lp-profile-page .lp-profile-info-trigger:focus-visible {
  color: #fff;
  background: var(--lp-primary-strong, #4f29d8);
}

body .lp-profile-page .lp-profile-id-list__value {
  color: var(--lp-primary-strong, #4f29d8);
  text-decoration: none;
}

body .lp-profile-page .lp-profile-id-list__value strong,
body .lp-profile-page .lp-profile-id-list__value code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.lp-admin-page .lp-main {
  width: min(1480px, calc(100% - 32px));
}

body .lp-admin-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  padding-block: 30px 50px;
}

body .lp-admin-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--lp-border, #e3e2eb);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(31 25 56 / 8%);
}

body .lp-admin-sidebar__brand {
  padding: 18px;
  color: #fff;
  background: #4a4a53;
}

body .lp-admin-nav {
  display: grid;
  gap: 4px;
  padding: 10px;
}

body .lp-admin-nav a {
  min-height: 44px;
  padding: 11px 12px;
  border-radius: 8px;
}

body .lp-admin-main {
  min-width: 0;
}

body .lp-admin-topbar {
  margin-bottom: 22px;
}

@media (max-width: 900px) {
  body .lp-admin-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  body .lp-admin-sidebar {
    position: static;
  }

  body .lp-admin-nav {
    display: flex;
    overflow-x: auto;
  }

  body .lp-admin-nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 620px) {
  body .lp-footer__inner {
    padding-top: 46px;
    clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 32px, 100% 100%, 0 100%);
  }

  body .lp-auth-page .lp-auth-shell {
    width: min(100% - 20px, 520px);
  }

  body .lp-auth-page .lp-auth-brand-panel,
  body .lp-auth-page .lp-auth-panel {
    min-height: 0;
    padding: 24px 20px;
  }

  body .lp-profile-page {
    width: min(100% - 20px, 560px);
  }

  body .lp-profile-page .lp-profile-card {
    padding: 18px;
  }

  body .lp-profile-page .lp-profile-card__heading--actions {
    align-items: flex-start;
  }

  body .lp-profile-page .lp-profile-id-list__value {
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .lp-container {
    width: min(100% - 24px, var(--lp-container));
  }

  .lp-section {
    padding: 22px 0;
  }

  .lp-section__header,
  .lp-calendar-toolbar,
  .lp-event-card__footer,
  .lp-admin-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .lp-footer__inner {
    grid-template-columns: 1fr;
  }

  .lp-event-strip {
    grid-auto-columns: minmax(248px, 86vw);
  }

  .lp-filters__summary {
    grid-template-columns: 1fr;
  }

  .lp-filters__reset {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .lp-filter-grid,
  .lp-form-row {
    grid-template-columns: 1fr;
  }

  .lp-view-switch {
    width: 100%;
  }

  .lp-view-switch a,
  .lp-view-switch button {
    flex: 1;
  }

  .lp-calendar-toolbar__actions,
  .lp-form-actions {
    width: 100%;
  }

  .lp-calendar-toolbar__actions .lp-button,
  .lp-form-actions .lp-button {
    flex: 1 1 auto;
  }

  .lp-admin-main {
    padding: 16px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Visual alignment pass for the Phase 1 public calendar. */
:root {
  --lp-bg: #f6f7fc;
  --lp-surface: #ffffff;
  --lp-text: #151831;
  --lp-text-muted: #6f7286;
  --lp-event-upcoming-text: #3f4148;
  --lp-border: #e2e5ef;
  --lp-primary: #5b2ee6;
  --lp-primary-strong: #3f17c8;
  --lp-accent: #ff7a1a;
  --lp-success: #2f9d4b;
  --lp-warning: #f29922;
  --lp-radius: 8px;
  --lp-container: 1376px;
  --lp-shadow-sm: 0 6px 18px rgba(27, 31, 64, 0.08);
  --lp-shadow-md: 0 18px 38px rgba(27, 31, 64, 0.14);
}

html,
body {
  background: #f7f8fc;
}

body {
  color: var(--lp-text);
  background:
    radial-gradient(circle at 6% 10%, rgba(255, 122, 26, 0.08), transparent 18rem),
    linear-gradient(180deg, #fbfcff 0 96px, #f5f6fb 96px 100%);
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #eceef6;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 4px 22px rgba(20, 23, 55, 0.05);
}

.lp-header__inner {
  width: min(100% - 64px, var(--lp-container));
  min-height: 96px;
  display: grid;
  grid-template-columns: 46px minmax(250px, 1fr) minmax(320px, 380px) auto 44px;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.lp-menu-button,
.lp-profile-button,
.lp-square-button,
.lp-carousel-button {
  border: 0;
  background: transparent;
}

.lp-menu-button span {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: #131730;
}

.lp-brand {
  min-width: 0;
  display: inline-grid;
  grid-template-columns: 64px minmax(0, auto);
  align-items: center;
  gap: 14px;
  color: #151831;
  text-decoration: none;
}

.lp-brand__mark {
  width: 58px;
  height: 58px;
  position: relative;
  display: grid;
  place-items: center;
}

.lp-brand__spark,
.lp-brand__mark::before,
.lp-brand__mark::after {
  display: block;
  border-radius: 999px;
}

.lp-brand__spark {
  width: 42px;
  height: 42px;
  background:
    radial-gradient(circle, #ffffff 0 11%, transparent 12% 100%),
    repeating-conic-gradient(from 0deg, #ff7a1a 0 8deg, transparent 8deg 23deg),
    radial-gradient(circle, #5b2ee6 0 22%, transparent 23% 100%);
}

.lp-brand__mark::before,
.lp-brand__mark::after {
  position: absolute;
  content: "";
}

.lp-brand__mark::before {
  width: 24px;
  height: 24px;
  border: 4px solid #ff7a1a;
}

.lp-brand__mark::after {
  width: 8px;
  height: 8px;
  background: #5b2ee6;
}

.lp-brand strong {
  display: block;
  color: #151831;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.lp-brand strong::after {
  color: #5b2ee6;
}

.lp-brand small {
  display: block;
  margin-top: 8px;
  color: #5e6178;
  font-size: 0.92rem;
  font-weight: 650;
}

.lp-header__search {
  position: relative;
  min-width: 0;
}

.lp-locale-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8a8da1;
  font-weight: 800;
}

.lp-locale-switch a {
  color: #7f8298;
  text-decoration: none;
}

.lp-locale-switch a:not(:last-child)::after {
  margin-left: 10px;
  color: #a4a7b6;
  content: "|";
}

.lp-locale-switch a.is-active {
  color: #4a22df;
}

.lp-profile-button > span:not(.lp-chevron) {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #5b2ee6;
}

.lp-profile-button > span:not(.lp-chevron)::after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 28px;
  height: 18px;
  border-radius: 18px 18px 6px 6px;
  background: #5b2ee6;
  content: "";
  transform: translateX(-50%);
}

.lp-public-shell {
  width: min(100% - 64px, var(--lp-container));
  margin: 0 auto;
}

.lp-home-hero {
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  gap: 34px;
  padding: 36px 0 34px;
}

.lp-home-hero__intro {
  padding-top: 18px;
}

.lp-home-hero__intro h1 {
  margin: 0;
  color: #10142b;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.lp-home-hero__line {
  width: 46px;
  height: 3px;
  display: block;
  margin: 22px 0;
  border-radius: 999px;
  background: #ff7a1a;
}

.lp-home-hero__intro p {
  max-width: 150px;
  margin: 0 0 30px;
  color: #74778c;
  font-size: 1rem;
  line-height: 1.7;
}

.lp-featured-events {
  position: relative;
  min-width: 0;
}

.lp-featured-events__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 22px;
}

.lp-feature-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e1e5f0;
  border-radius: 8px;
  color: #171b34;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(22, 27, 57, 0.11);
  text-decoration: none;
}

.lp-feature-card__image {
  position: relative;
  height: 166px;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 255, 255, 0.9), transparent 0.22rem),
    radial-gradient(circle at 60% 45%, rgba(255, 255, 255, 0.55), transparent 0.16rem),
    linear-gradient(140deg, rgba(14, 22, 60, 0.2), rgba(14, 22, 60, 0.18)),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #2418a2, #0274ff 42%, #ff3f88 100%);
}

.lp-feature-card--tournament .lp-feature-card__image {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.85), transparent 0.2rem),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #2b15a8, #006df0 44%, #f53892 100%);
}

.lp-feature-card--free-play .lp-feature-card__image {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.85), transparent 0.2rem),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #1138aa, #076fe9 46%, #7a2cff 100%);
}

.lp-feature-card--training .lp-feature-card__image {
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.8), transparent 0.22rem),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #092f27, #0b8a49 46%, #ff7a1a 100%);
}

.lp-feature-card__image::before,
.lp-feature-card__image::after {
  position: absolute;
  content: "";
}

.lp-feature-card__image::before {
  inset: 20px 22px 0;
  opacity: 0.68;
  background:
    radial-gradient(circle at 16% 72%, rgba(0, 240, 255, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 66% 66%, rgba(255, 116, 38, 0.95) 0 2px, transparent 3px),
    linear-gradient(24deg, transparent 0 45%, rgba(0, 239, 255, 0.9) 46% 48%, transparent 49%),
    linear-gradient(155deg, transparent 0 40%, rgba(255, 116, 38, 0.8) 41% 43%, transparent 44%);
}

.lp-feature-card__image::after {
  left: 14%;
  bottom: -12px;
  width: 42%;
  height: 96px;
  border-radius: 80px 80px 18px 18px;
  background: linear-gradient(90deg, rgba(7, 14, 40, 0.72), rgba(16, 24, 64, 0.32));
  filter: blur(0.2px);
}

.lp-feature-card__tag {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 4px;
  color: #ffffff;
  background: #5b2ee6;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-feature-card--training .lp-feature-card__tag {
  background: #27a843;
}

.lp-feature-card--free-play .lp-feature-card__tag {
  background: #1470f5;
}

.lp-feature-card__star {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 22px;
  height: 22px;
}

.lp-feature-card__star::before,
.lp-feature-card__star::after {
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 69%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  content: "";
}

.lp-feature-card__star::before {
  background: #ffffff;
}

.lp-feature-card__star::after {
  inset: 3px;
  background: rgba(12, 18, 44, 0.74);
}

.lp-feature-card__body {
  display: grid;
  gap: 10px;
  padding: 13px 16px 14px;
}

.lp-feature-card__title {
  overflow: hidden;
  color: #171b34;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lp-feature-card__meta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(96px, 0.86fr);
  gap: 8px 12px;
  color: #596071;
  font-size: 0.82rem;
  font-weight: 650;
}

.lp-feature-card__meta--date,
.lp-feature-card__meta--time {
  white-space: nowrap;
}

.lp-feature-card__meta--place {
  grid-column: 1 / -1;
}

.lp-feature-card__meta::before {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 6px;
  border: 2px solid #697086;
  border-radius: 3px;
  vertical-align: -2px;
  content: "";
}

.lp-feature-card__meta--time::before {
  border-radius: 999px;
}

.lp-feature-card__meta--place::before {
  border-radius: 999px 999px 999px 3px;
  transform: rotate(-45deg);
}

.lp-feature-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.lp-feature-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.lp-feature-card__chips span {
  padding: 5px 7px;
  border-radius: 5px;
  color: #5b2ee6;
  background: #ede8ff;
  font-size: 0.72rem;
  font-weight: 800;
}

.lp-feature-card__skill .lp-skill__label {
  display: none;
}

.lp-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(28, 31, 68, 0.13);
  transform: translateY(-50%);
}

.lp-carousel-button::before {
  position: absolute;
  left: 18px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #5b2ee6;
  border-bottom: 2px solid #5b2ee6;
  content: "";
  transform: rotate(135deg);
}

.lp-carousel-button--prev {
  left: -48px;
}

.lp-carousel-button--next {
  right: -30px;
}

.lp-carousel-button--next::before {
  left: 15px;
  transform: rotate(-45deg);
}

.lp-filter-band {
  margin: 0 calc(50% - 50vw);
  padding: 24px max(32px, calc((100vw - var(--lp-container)) / 2));
  border-radius: 38px 38px 0 0;
  background: #ffffff;
  box-shadow: 0 -8px 28px rgba(28, 31, 68, 0.05);
}

.lp-filters {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.lp-filters__summary {
  min-height: 48px;
  padding: 0;
  grid-template-columns: auto 1fr auto;
}

.lp-filters__toggle {
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #171b34;
  font-size: 1.12rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-filters__toggle::before {
  display: none;
}

.lp-filter-icon {
  position: relative;
  width: 28px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
}

.lp-filter-icon::before,
.lp-filter-icon::after {
  position: absolute;
  content: "";
}

.lp-filter-icon::before {
  left: 2px;
  top: 2px;
  width: 22px;
  height: 14px;
  border: 3px solid #5b2ee6;
  border-bottom: 0;
  clip-path: polygon(0 0, 100% 0, 58% 100%, 42% 100%);
}

.lp-filter-icon::after {
  left: 11px;
  bottom: 2px;
  width: 4px;
  height: 9px;
  border-radius: 99px;
  background: #5b2ee6;
}

.lp-filters__count {
  color: #5b2ee6;
}

.lp-filters__chips .lp-badge {
  color: #697086;
  background: #f4f5fb;
}

.lp-filters__reset {
  color: #5b2ee6;
}

.lp-filters__panel {
  padding: 18px 0 0;
  border-top: 0;
}

.lp-filters .lp-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 16px;
}

.lp-filters .lp-form-row {
  display: contents;
}

.lp-filters .lp-field {
  position: relative;
  gap: 2px;
  min-height: 64px;
  padding: 11px 16px 8px 54px;
  border: 1px solid #e1e5f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(28, 31, 68, 0.04);
}

.lp-filters .lp-field::before {
  position: absolute;
  left: 18px;
  top: 22px;
  width: 18px;
  height: 18px;
  border: 2px solid #5b2ee6;
  border-radius: 5px;
  content: "";
}

.lp-filters .lp-field__label {
  color: #777b90;
  font-size: 0.72rem;
  font-weight: 750;
}

.lp-filters .lp-input,
.lp-filters .lp-select {
  min-height: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #171b34;
  background: transparent;
  box-shadow: none;
  font-weight: 800;
}

.lp-filters .lp-form-actions {
  align-self: stretch;
  justify-content: flex-end;
}

.lp-calendar-section {
  margin: 0 calc(50% - 50vw);
  padding: 22px max(32px, calc((100vw - var(--lp-container)) / 2)) 0;
  background: #ffffff;
  border-top: 1px solid #eef0f6;
}

.lp-calendar-viewbar {
  min-height: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.lp-calendar-viewbar__title {
  margin: 0;
  color: #171b34;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
}

.lp-view-switch {
  justify-self: start;
  gap: 0;
  padding: 0;
  border: 1px solid #dfe3ef;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.lp-view-switch a {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 0;
  color: #777b90;
  font-size: 0.92rem;
  text-transform: uppercase;
}

.lp-view-switch a.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #5b2ee6, #3417ba);
}

.lp-calendar-toolbar__actions {
  justify-self: end;
}

.lp-square-button {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  border: 1px solid #dfe3ef;
  border-radius: 8px;
  background: #ffffff;
}

.lp-square-button::before {
  position: absolute;
  left: 19px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #171b34;
  border-bottom: 2px solid #171b34;
  content: "";
  transform: rotate(45deg);
}

.lp-square-button--next::before {
  left: 16px;
  transform: rotate(225deg);
}

.lp-calendar-shell {
  border-color: #dfe3ef;
  border-radius: 8px;
  box-shadow: none;
}

.lp-calendar__weekday {
  min-height: 44px;
  justify-content: center;
  color: #171b34;
  background: #fbfcff;
  font-size: 0.86rem;
}

.lp-calendar__day {
  min-height: 122px;
  padding: 12px 10px;
}

.lp-calendar__date {
  font-size: 0.96rem;
}

.lp-calendar-event {
  gap: 4px;
  padding: 7px 8px 7px 9px;
  border-left-width: 3px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #e4e7f0;
}

.lp-calendar-event__time,
.lp-calendar-event__title,
.lp-calendar-event__place,
.lp-calendar-event__status {
  font-size: 0.72rem;
}

.lp-calendar-event__title {
  font-weight: 800;
}

.lp-legend {
  grid-template-columns: 1fr auto;
  padding: 16px 4px 22px;
  border-top: 0;
}

.lp-footer {
  margin-top: 0;
  padding: 0;
  border-top: 0;
  background: #ffffff;
}

.lp-footer__inner {
  position: relative;
  width: min(100%, 100vw);
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(330px, 1.2fr) repeat(2, minmax(180px, 1fr));
  gap: 52px;
  padding: 48px max(38px, calc((100vw - var(--lp-container)) / 2));
  overflow: hidden;
  background:
    linear-gradient(168deg, #3323a6 0 29%, transparent 29.2%),
    linear-gradient(176deg, transparent 0 74%, #ff7a1a 74.2% 77%, transparent 77.2%),
    radial-gradient(circle at 48% 36%, rgba(91, 46, 230, 0.08), transparent 18rem),
    #ffffff;
}

.lp-footer__brand {
  color: #ffffff;
}

.lp-footer__brand strong {
  display: block;
  margin-top: 10px;
  font-size: 1.55rem;
  font-weight: 800;
}

.lp-footer__brand small {
  display: block;
  margin-top: 3px;
  font-weight: 750;
}

.lp-footer__brand p {
  max-width: 330px;
  margin-top: 22px;
  color: #ffffff;
}

.lp-footer__inner > div:not(.lp-footer__brand) strong {
  display: block;
  margin-bottom: 18px;
  color: #171b34;
  font-size: 0.95rem;
  font-weight: 800;
}

.lp-footer__inner > div:not(.lp-footer__brand) p,
.lp-footer__inner > div:not(.lp-footer__brand) a {
  display: block;
  margin: 0 0 10px;
  color: #3b4056;
  font-weight: 650;
  text-decoration: none;
}

.lp-footer__bottom {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 max(38px, calc((100vw - var(--lp-container)) / 2));
  color: #7a7e93;
  font-size: 0.92rem;
}

@media (max-width: 1180px) {
  .lp-header__inner,
  .lp-public-shell {
    width: min(100% - 32px, var(--lp-container));
  }

  .lp-header__inner {
    grid-template-columns: 40px minmax(220px, 1fr) minmax(260px, 330px) auto 44px;
    gap: 14px;
  }

  .lp-featured-events__track {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }

  .lp-filters .lp-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .lp-header__inner {
    min-height: auto;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    grid-template-areas:
      "menu brand profile"
      "search search search";
    column-gap: clamp(6px, 2vw, 12px);
    row-gap: 10px;
    padding: 14px 0;
  }

  .lp-menu-button { grid-area: menu; }
  .lp-brand { grid-area: brand; }
  .lp-profile-button { grid-area: profile; }
  .lp-header__search { grid-area: search; }
  .lp-locale-switch { display: none; }

  .lp-home-hero {
    grid-template-columns: 1fr;
  }

  .lp-home-hero__intro p {
    max-width: 320px;
  }

  .lp-featured-events__track {
    grid-auto-columns: minmax(260px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .lp-filters .lp-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-calendar-viewbar {
    grid-template-columns: 1fr;
  }

  .lp-calendar-viewbar__title {
    text-align: left;
  }

  .lp-calendar-toolbar__actions,
  .lp-view-switch {
    justify-self: stretch;
  }

  .lp-footer__inner {
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
  }

  .lp-footer__brand {
    color: #171b34;
  }

  .lp-footer__brand p {
    color: #3b4056;
  }

}

@media (max-width: 640px) {
  .lp-public-shell {
    width: min(100% - 24px, var(--lp-container));
  }

  .lp-brand {
    grid-template-columns: 46px minmax(0, auto);
  }

  .lp-brand__mark {
    width: 44px;
    height: 44px;
  }

  .lp-brand strong {
    font-size: 1.32rem;
  }

  .lp-home-hero__intro h1 {
    font-size: 1.72rem;
  }

  .lp-filter-band,
  .lp-calendar-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lp-filters__summary {
    grid-template-columns: 1fr;
  }

  .lp-filters .lp-form {
    grid-template-columns: 1fr;
  }

  .lp-view-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .lp-view-switch a {
    padding: 0 12px;
  }

  .lp-footer__inner,
  .lp-footer__bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Reference-asset and localization integration pass. */
.lp-brand__mark {
  width: 58px;
  height: 58px;
}

.lp-brand__mark img,
.lp-profile-button img {
  display: block;
  object-fit: contain;
}

.lp-brand__mark img {
  width: 100%;
  height: 100%;
}

.lp-brand__spark,
.lp-brand__mark::before,
.lp-brand__mark::after {
  display: none;
}

.lp-menu-button span:not(.lp-menu-button__icon) {
  display: none;
}

.lp-menu-button__icon::before,
.lp-menu-button__icon::after {
  content: none;
}

.lp-site-menu {
  position: absolute;
  left: max(32px, calc((100vw - var(--lp-container)) / 2));
  top: calc(100% - 12px);
  z-index: 60;
  width: 240px;
  padding: 12px;
  border: 1px solid #e2e5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--lp-shadow-md);
}

.lp-site-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #171b34;
  font-weight: 800;
  text-decoration: none;
}

.lp-site-menu a:hover,
.lp-site-menu a:focus-visible {
  color: #5b2ee6;
  background: #f3f0ff;
}

.lp-locale-switch {
  gap: 0;
}

.lp-locale-switch button {
  border: 0;
  padding: 0 8px;
  color: #7f8298;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.lp-locale-switch button:not(:last-child)::after {
  margin-left: 10px;
  color: #a4a7b6;
  content: "|";
}

.lp-locale-switch button.is-active {
  color: #4a22df;
}

.lp-profile-button > span:not(.lp-chevron),
.lp-profile-button > span:not(.lp-chevron)::after {
  display: none;
}

.lp-featured-events__track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lp-feature-card {
  min-height: 0;
}

.lp-feature-card__image {
  height: 158px;
  background: #11162d;
}

.lp-feature-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lp-feature-card__tag,
.lp-feature-card__star {
  display: none;
}

.lp-feature-card__image::before,
.lp-feature-card__image::after {
  content: none;
}

.lp-feature-card__status {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
}

.lp-feature-card__status .lp-badge {
  border: 1px solid currentColor;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 6px 14px rgba(17, 22, 45, 0.12);
  text-transform: uppercase;
}

.lp-feature-card__body {
  gap: 9px;
  padding: 12px 14px 13px;
}

.lp-feature-card__title {
  display: -webkit-box;
  min-height: 2.35em;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lp-feature-card__meta-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 10px;
  font-size: 0.78rem;
}

.lp-feature-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.lp-feature-card__skill {
  display: grid;
  gap: 3px;
  justify-items: end;
}

.lp-feature-card__skill .lp-skill__label {
  display: block;
  color: #7b2fee;
  font-size: 0.63rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.lp-feature-card__skill .lp-skill--small {
  display: grid;
  gap: 3px;
}

.lp-calendar__day.is-past {
  background: #fafbfe;
}

.lp-calendar-event.is-past {
  opacity: 0.48;
  filter: grayscale(0.85);
}

.lp-calendar-event__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.lp-calendar-event__meta .lp-badge {
  padding: 2px 6px;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.lp-calendar-event__skill {
  color: #74798c;
  font-size: 0.68rem;
  font-weight: 800;
}

.lp-footer__inner {
  min-height: 250px;
  background:
    linear-gradient(168deg, #3323a6 0 34%, transparent 34.2%),
    linear-gradient(176deg, transparent 0 74%, #ff7a1a 74.2% 77%, transparent 77.2%),
    radial-gradient(circle at 48% 36%, rgba(91, 46, 230, 0.08), transparent 18rem),
    #ffffff;
}

.lp-footer__brand {
  position: relative;
  z-index: 1;
}

/* Final reference-matching pass: keep requested deviations while aligning header, carousel, filters, and footer. */
@media (min-width: 901px) {
  .lp-header__inner {
    width: min(100% - 48px, 1008px);
    min-height: 84px;
    grid-template-columns: 38px 492px 240px 84px 38px;
    gap: 18px;
  }
}

.lp-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 12px rgba(20, 23, 55, 0.035);
}

.lp-menu-button {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  align-content: center;
  place-items: center;
  gap: 6px;
  padding: 4px;
}

.lp-menu-button .lp-menu-button__icon {
  width: 36px;
  height: 28px;
  display: block;
  border-radius: 0;
  background: url("/assets/img/ref-hamburger.png") center / contain no-repeat;
}

.lp-brand {
  grid-template-columns: 43px minmax(0, auto);
  gap: 12px;
}

.lp-brand__mark,
.lp-brand__mark img {
  width: 43px;
  height: 43px;
}

.lp-brand strong {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}

.lp-brand strong span:not(.lp-brand__fun) {
  color: #151831;
}

.lp-brand strong .lp-brand__fun {
  color: #5b2ee6;
}

body .lp-header .lp-brand strong .lp-brand__portal {
  color: #5b2ee6;
}

body .lp-header .lp-brand strong .lp-brand__laser {
  color: #ff7a1a;
}

body .lp-header .lp-brand strong .lp-brand__fun {
  color: #151831;
}

.lp-brand small {
  margin-top: 4px;
  margin-left: 0;
  font-size: 10px;
  font-weight: 600;
}

.lp-locale-switch {
  justify-content: center;
  gap: 0;
}

.lp-locale-switch button {
  padding: 0 4px;
  font-size: 15px;
}

.lp-locale-switch button:not(:last-child)::after {
  margin-left: 8px;
}

.lp-profile-button {
  position: relative;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
}

.lp-profile-button img {
  width: 40px;
  height: 42px;
  margin: auto;
  object-fit: contain;
}

.lp-profile-button .lp-profile-button__chevron {
  position: absolute;
  top: 16px;
  right: 6px;
  display: block;
  color: #171b34;
  border-radius: 0;
}

.lp-site-menu {
  top: calc(100% + 2px);
}

.lp-feature-card__tag {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 76px);
  min-height: 20px;
  padding: 3px 7px;
  border-radius: 6px;
  color: #ffffff;
  background: #5b2ee6;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.lp-feature-card--tournament .lp-feature-card__tag { background: #5b2ee6; }
.lp-feature-card--training .lp-feature-card__tag { background: #2f9d4b; }
.lp-feature-card--free-play .lp-feature-card__tag { background: #f29922; }
.lp-feature-card--camp .lp-feature-card__tag { background: #0f9fb5; }
.lp-feature-card--celebration .lp-feature-card__tag { background: #de4a93; }
.lp-feature-card--corporate .lp-feature-card__tag { background: #475467; }
.lp-feature-card--other .lp-feature-card__tag { background: #667085; }

.lp-feature-card__star {
  display: none;
}

.lp-feature-card__status {
  top: 10px;
  right: 10px;
  bottom: auto;
}

.lp-feature-card__status .lp-badge {
  min-height: 20px;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 0.58rem;
  line-height: 1;
}

.lp-feature-card__chips {
  gap: 5px;
}

.lp-feature-card__chips span {
  padding: 3px 6px;
  border-radius: 6px;
  font-size: 0.6rem;
  line-height: 1;
}

.lp-feature-card__skill .lp-skill__label {
  font-size: 0.58rem;
}

.lp-feature-card__skill .lp-skill__segments {
  gap: 2px;
}

.lp-feature-card__skill .lp-skill__segment {
  width: 10px;
  height: 5px;
  border-radius: 2px;
}

.lp-featured-events--empty {
  min-height: 252px;
  display: grid;
  place-items: center;
}

.lp-empty-carousel {
  width: min(100%, 720px);
  padding: 22px 28px;
  border: 1px dashed #d7dbea;
  border-radius: 10px;
  color: #73778b;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-weight: 800;
}

.lp-filter-band {
  padding-top: 14px;
  padding-bottom: 14px;
}

.lp-filters__summary {
  min-height: 42px;
  padding: 8px 10px;
}

.lp-filters__toggle {
  min-height: 32px;
  font-size: 0.82rem;
}

.lp-filters__count,
.lp-filters__chips .lp-badge,
.lp-filters__reset {
  font-size: 0.72rem;
}

.lp-calendar__day.is-today .lp-calendar__date strong {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #5b2ee6;
}

.lp-footer {
  margin-top: 36px;
  border-top: 1px solid #e5e7f2;
  background: #ffffff;
}

.lp-footer__bottom {
  width: min(100% - 48px, var(--lp-container));
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 auto;
  padding: 16px 0 18px;
  color: #5e6178;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 650;
  text-align: center;
}

.lp-footer__bottom a {
  color: #5b2ee6;
  font-weight: 800;
  text-decoration: none;
}

.lp-footer__bottom a:hover,
.lp-footer__bottom a:focus-visible {
  text-decoration: underline;
}

.lp-legal {
  display: grid;
  gap: 22px;
  color: #3f4357;
  font-size: 0.98rem;
  line-height: 1.7;
}

.lp-legal__section {
  padding: 22px 24px;
  border: 1px solid #e5e7f2;
  border-radius: 10px;
  background: #ffffff;
}

.lp-legal__section h2 {
  margin: 0 0 10px;
  color: #151831;
  font-size: 1.15rem;
}

.lp-legal__section p,
.lp-legal__contact {
  margin: 0;
}

.lp-legal__section p + p {
  margin-top: 10px;
}

/* Pixel correction pass against light-1-final.png reference slices. */
.lp-main {
  overflow: hidden;
}

.lp-home-hero {
  min-height: 320px;
  padding: 28px 0 26px;
  grid-template-columns: 154px minmax(0, 1fr);
  column-gap: 48px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0 18%, rgba(244, 246, 252, 0.9) 18% 100%);
}

.lp-home-hero__intro {
  padding-top: 4px;
}

.lp-home-hero__intro h1 {
  margin: 0;
  color: #10142c;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-home-hero__line {
  width: 31px;
  height: 3px;
  margin: 22px 0 25px;
  border-radius: 99px;
  background: #ff7a1a;
}

.lp-home-hero__intro p {
  max-width: 120px;
  margin-bottom: 32px;
  color: #7f8298;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.65;
}

.lp-featured-events {
  align-self: start;
}

.lp-featured-events__track {
  grid-template-columns: repeat(4, 184px);
  gap: 18px;
}

.lp-feature-card {
  border: 1px solid #e4e7f1;
  border-radius: 7px;
  box-shadow: 0 12px 26px rgba(33, 38, 72, 0.09);
}

.lp-feature-card__image {
  height: 121px;
}

.lp-feature-card__body {
  min-height: 149px;
  padding: 10px 11px 11px;
  gap: 8px;
}

.lp-feature-card__title {
  min-height: 2.3em;
  color: #11152e;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-feature-card__meta-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 8px;
  color: #5f6577;
  font-size: 0.56rem;
  font-weight: 600;
}

.lp-feature-card__meta::before {
  width: 11px;
  height: 11px;
  border-width: 1.6px;
}

.lp-feature-card__footer {
  margin-top: auto;
  gap: 7px;
}

.lp-feature-card__tag {
  left: 10px;
  top: 10px;
  min-height: 20px;
  padding: 4px 7px 3px;
  border-radius: 4px;
  font-size: 0.58rem;
}

.lp-feature-card__status {
  top: auto;
  right: 10px;
  bottom: 10px;
}

.lp-feature-card__status .lp-badge {
  min-height: 19px;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 0.55rem;
  font-weight: 800;
}

.lp-feature-card__chips span {
  border-radius: 4px;
  font-size: 0.5rem;
  font-weight: 700;
}

.lp-feature-card__skill .lp-skill__label {
  display: block;
  color: #6b3df4;
  font-size: 0.48rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-skill--small .lp-skill__segments {
  gap: 2px;
}

.lp-skill--small .lp-skill__segment {
  width: 8px;
  height: 4px;
}

.lp-carousel-button {
  width: 36px;
  height: 36px;
}

.lp-filter-band {
  margin-top: 0;
  padding: 24px 24px 28px;
  border-radius: 26px 26px 0 0;
  background: #ffffff;
}

.lp-filters__panel[hidden] {
  display: none !important;
}

.lp-filters.is-open .lp-filters__panel,
.lp-filters[data-expanded="true"] .lp-filters__panel {
  display: block;
}

.lp-filters .lp-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
}

.lp-filters .lp-field {
  min-height: 47px;
  grid-template-columns: 24px minmax(0, 1fr) 14px;
  padding: 8px 11px;
  border-radius: 6px;
  box-shadow: none;
}

.lp-filters .lp-field::before {
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 0;
  background: #5b2ee6;
  -webkit-mask: var(--lp-field-icon) center / contain no-repeat;
  mask: var(--lp-field-icon) center / contain no-repeat;
}

.lp-field--search { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E"); }
.lp-field--date { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E"); }
.lp-field--country { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E"); }
.lp-field--city { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6 7-12a7 7 0 1 0-14 0c0 6 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3C/svg%3E"); }
.lp-field--arena { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V8l8-5 8 5v13'/%3E%3Cpath d='M9 21v-7h6v7M8 10h.01M12 10h.01M16 10h.01'/%3E%3C/svg%3E"); }
.lp-field--organizer { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c2-5 14-5 16 0'/%3E%3C/svg%3E"); }
.lp-field--type { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M20 13 11 4H4v7l9 9 7-7Z'/%3E%3Ccircle cx='8' cy='8' r='1'/%3E%3C/svg%3E"); }
.lp-field--mode { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E"); }
.lp-field--skill { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 20V10M12 20V4M19 20v-7'/%3E%3C/svg%3E"); }
.lp-field--age,.lp-field--team { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='10' r='2'/%3E%3Cpath d='M3 21c1-5 11-5 12 0M14 21c1-3 6-3 7 0'/%3E%3C/svg%3E"); }
.lp-field--status { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 22V4M5 4h12l-2 5 2 5H5'/%3E%3C/svg%3E"); }
.lp-field--system { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19 12a7 7 0 0 0-.1-1l2-1-2-4-2 1a8 8 0 0 0-2-1V3h-5v3a8 8 0 0 0-2 1L6 6 4 10l2 1a7 7 0 0 0 0 2l-2 1 2 4 2-1a8 8 0 0 0 2 1v3h5v-3a8 8 0 0 0 2-1l2 1 2-4-2-1a7 7 0 0 0 .1-1Z'/%3E%3C/svg%3E"); }

.lp-filters .lp-field__label {
  color: #7b7f92;
  font-size: 0.58rem;
  font-weight: 600;
}

.lp-filters .lp-input,
.lp-filters .lp-select {
  min-height: 19px;
  padding: 0;
  color: #11152e;
  font-size: 0.76rem;
  font-weight: 700;
}

.lp-filters__summary {
  padding: 0 0 18px;
  align-items: center;
}

.lp-filters__toggle {
  font-size: 0.86rem;
  font-weight: 800;
}

/* Final locked overrides for reference screenshot comparison. */
@media (min-width: 901px) {
  body .lp-header .lp-header__inner {
    width: min(100% - 48px, 1008px);
    min-height: 84px;
    grid-template-columns: 38px 495px 240px 84px 38px;
    gap: 28px;
  }
}

body .lp-header .lp-brand {
  grid-template-columns: clamp(30px, 9vw, 43px) minmax(0, 1fr);
  gap: clamp(6px, 2vw, 12px);
}

body .lp-header .lp-brand strong .lp-brand__dev {
  display: inline-block;
  margin-left: 6px;
  color: var(--lp-danger);
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

body .lp-header .lp-brand__mark,
body .lp-header .lp-brand__mark img {
  width: clamp(30px, 9vw, 43px);
  height: clamp(30px, 9vw, 43px);
}

body .lp-header .lp-brand strong {
  font-size: clamp(17px, 5.35vw, 25px);
  line-height: 1;
  white-space: nowrap;
}

body .lp-header .lp-brand small {
  margin-top: 4px;
  font-size: clamp(8px, 2.4vw, 10px);
  white-space: nowrap;
}

@media (max-width: 380px) {
  body .lp-header .lp-brand:has(.lp-brand__dev) strong {
    font-size: clamp(14px, 4.5vw, 17px);
  }
}

body .lp-public-shell .lp-feature-card {
  width: 184px;
  height: 270px;
  min-height: 270px;
}

body .lp-public-shell .lp-feature-card__image {
  height: 121px;
}

body .lp-public-shell .lp-feature-card__body {
  min-height: 149px;
  height: 149px;
  padding: 10px 11px 11px;
}

body .lp-public-shell .lp-feature-card__title {
  font-size: 0.78rem;
}

/* Final card composition lock: match the reference card anatomy. */
body .lp-public-shell .lp-feature-card__image {
  position: relative;
}

body .lp-public-shell .lp-feature-card__star {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: block;
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}

body .lp-public-shell .lp-feature-card__star::before,
body .lp-public-shell .lp-feature-card__star::after {
  position: absolute;
  content: "";
  clip-path: polygon(50% 2%, 61% 35%, 96% 35%, 68% 55%, 79% 90%, 50% 68%, 21% 90%, 32% 55%, 4% 35%, 39% 35%);
}

body .lp-public-shell .lp-feature-card__star::before {
  inset: 0;
  background: #ffffff;
}

body .lp-public-shell .lp-feature-card__star::after {
  inset: 3px;
  background: rgba(14, 18, 39, 0.9);
}

body .lp-public-shell .lp-feature-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 6px;
  align-items: end;
}

body .lp-public-shell .lp-feature-card__status {
  position: static;
  display: inline-flex;
  justify-self: end;
  align-self: end;
}

body .lp-public-shell .lp-feature-card__status .lp-badge {
  min-height: 20px;
  padding: 4px 8px 3px;
  border-radius: 4px;
  font-size: 0.55rem;
  font-weight: 800;
  line-height: 1;
}

body .lp-public-shell .lp-feature-card__skill {
  justify-self: end;
  align-self: end;
}

/* Final desktop sizing lock for pixel comparison against light-1-final.png. */
@media (min-width: 901px) {
  body .lp-public-shell .lp-featured-events__track {
    grid-template-columns: 196px 184px 184px 184px;
    gap: 12px;
  }

  body .lp-public-shell .lp-feature-card {
    width: 196px;
    height: 270px;
    min-height: 270px;
  }

  body .lp-public-shell .lp-feature-card:nth-child(n+2) {
    width: 184px;
  }

  body .lp-public-shell .lp-feature-card:nth-child(2),
  body .lp-public-shell .lp-feature-card:nth-child(3) {
    transform: translateX(4px);
  }

  body .lp-public-shell .lp-feature-card:nth-child(4) {
    transform: translateX(5px);
  }
}

body .lp-public-shell .lp-feature-card__image {
  height: 121px;
}

body .lp-public-shell .lp-feature-card__body {
  height: 149px;
  min-height: 149px;
  gap: 8px;
  padding: 10px 12px 12px;
}

body .lp-public-shell .lp-feature-card__title {
  min-height: 19px;
  font-size: 0.80rem;
  line-height: 1.18;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}

body .lp-public-shell .lp-feature-card__meta-grid {
  gap: 7px 9px;
  font-size: 0.58rem;
}

body .lp-public-shell .lp-feature-card__chips {
  min-width: 0;
}

body .lp-public-shell .lp-feature-card__chips span {
  max-width: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Final intro lock: align the left hero slice with the reference composition. */
@media (min-width: 901px) {
  body .lp-public-shell .lp-home-hero__intro {
    padding-left: 16px;
  }

  body .lp-public-shell .lp-home-hero__intro h1 {
    font-size: 1.43rem;
    line-height: 1.02;
  }

  body .lp-public-shell .lp-home-hero__line {
    margin: 10px 0 17px;
  }

  body .lp-public-shell .lp-home-hero__intro p {
    max-width: 170px;
    margin-bottom: 20px;
    font-size: 0.86rem;
    line-height: 1.58;
  }

}

/* User-requested final layout corrections. */
body {
  background: #ffffff;
}

body .lp-header {
  max-width: 1366px;
  margin: 0 auto;
}

body .lp-main {
  max-width: 1366px;
  margin: 0 auto;
  background: #f3f5fb;
}

@media (min-width: 901px) {
  body .lp-header .lp-header__inner,
  body .lp-public-shell {
    width: min(100% - 64px, 1264px);
  }

  body .lp-header .lp-header__inner {
    grid-template-columns: 44px minmax(408px, 1fr) 240px 84px 44px;
  }
}

body .lp-filter-band,
body .lp-calendar-section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
}

body .lp-feature-card__star {
  display: none !important;
}

body .lp-public-shell .lp-feature-card__status {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  z-index: 4;
}

body .lp-public-shell .lp-feature-card__footer {
  grid-template-columns: minmax(0, 1fr) auto;
}

body .lp-public-shell .lp-feature-card__status .lp-badge {
  border: 1px solid currentColor;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 14px rgba(17, 22, 45, 0.14);
}

body .lp-filters__chips {
  align-items: center;
}

body .lp-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

body .lp-filter-chip span {
  font-size: 0.82em;
  font-weight: 800;
}

body .lp-filters .lp-select[multiple] {
  min-height: 58px;
  overflow: auto;
}

body .lp-filters .lp-select[multiple] option {
  padding: 2px 0;
}

body .lp-calendar-viewbar {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

body .lp-calendar-viewbar__range {
  display: inline-grid;
  grid-template-columns: 48px auto 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  justify-self: center;
}

body .lp-calendar-toolbar__actions {
  display: flex;
  justify-content: flex-end;
}

body .lp-footer {
  max-width: 1366px;
  margin: 0 auto;
}

body .lp-footer__inner {
  width: 100%;
  grid-template-columns: minmax(390px, 1.1fr) repeat(2, minmax(170px, 0.8fr));
  padding-left: 32px;
  padding-right: 32px;
}

body .lp-footer__bottom {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

body .lp-footer__inner {
  min-height: 250px;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(176deg, transparent 0 74%, #ff7a1a 74.2% 77%, transparent 77.2%),
    radial-gradient(circle at 48% 36%, rgba(91, 46, 230, 0.08), transparent 18rem),
    #ffffff;
}

body .lp-footer__inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 430px;
  background: #3323a6;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

body .lp-footer__inner > * {
  position: relative;
  z-index: 1;
}

body .lp-footer__brand {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "logo wordmark"
    "logo subtitle"
    "description description";
  column-gap: 10px;
  align-content: start;
  padding-top: 0;
  color: #ffffff;
}

body .lp-footer__brand strong {
  grid-area: wordmark;
  margin-top: 0;
  color: #ffffff;
  font-size: 1.35rem;
}

body .lp-footer__brand strong span,
body .lp-footer__brand strong .lp-brand__fun {
  color: #ffffff;
}

body .lp-footer__brand small {
  grid-area: subtitle;
  font-size: 0.8rem;
}

body .lp-footer__brand p {
  grid-area: description;
  max-width: 232px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.36;
}

body .lp-combo {
  position: relative;
  min-width: 0;
  display: block;
  grid-column: 2 / 4;
  align-self: stretch;
}

body .lp-combo__button {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  color: #11162d;
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

body .lp-combo__copy {
  min-width: 0;
  display: grid;
}

body .lp-combo__button [data-lp-multiselect-label] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .lp-combo__chevron {
  width: 9px;
  height: 9px;
  justify-self: end;
  border-right: 2px solid #6f7488;
  border-bottom: 2px solid #6f7488;
  transform: rotate(45deg);
}

body .lp-combo.is-open .lp-combo__chevron,
body .lp-combo:has(.lp-combo__button[aria-expanded="true"]) .lp-combo__chevron {
  transform: translateY(3px) rotate(225deg);
}

body .lp-combo__panel {
  position: absolute;
  z-index: 80;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  display: grid;
  gap: 4px;
  max-height: 260px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #dde4f0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 22, 45, 0.16);
}

body .lp-combo__panel[hidden] {
  display: none !important;
}

body .lp-combo__search {
  position: sticky;
  top: -10px;
  z-index: 1;
  display: block;
  padding: 0 0 6px;
  background: #ffffff;
}

body .lp-combo__search input {
  width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid #dfe6f2;
  border-radius: 8px;
  font: inherit;
  font-size: 0.82rem;
  outline: 0;
}


body .lp-combo__option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 4px 6px;
  border-radius: 7px;
  color: #252a42;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
}

body .lp-combo__option:hover {
  background: #f4f1ff;
}

body .lp-combo__option input {
  width: 15px;
  height: 15px;
  accent-color: #5b2ee6;
}

body .lp-filters .lp-field--age .lp-select {
  font-weight: 800;
}

body .lp-feature-card__skill .lp-skill--small {
  justify-items: end;
}

body .lp-feature-card__skill .lp-skill__label {
  display: block;
  color: #5b2ee6;
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body .lp-skill--small .lp-skill__segments {
  display: flex;
  gap: 3px;
}

body .lp-skill--small .lp-skill__segment {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #dfe7ef;
}

.lp-admin-invitation-dialog {
  width: min(1020px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(11, 22, 42, .3);
}

.lp-admin-invitation-dialog::backdrop { background: rgba(11, 22, 42, .68); }
.lp-admin-invitation-dialog__content { display: block; padding: 0; overflow: auto; }
.lp-admin-invitation-dialog__content > .lp-admin-panel__header { position: sticky; z-index: 2; top: 0; padding: 18px 22px; background: var(--lp-surface); }
.lp-admin-invitation-dialog__body { display: grid; gap: 20px; padding: 20px 22px 0; }
.lp-admin-invitation-dialog__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lp-admin-invitation-dialog__content > .lp-form-actions { padding: 20px 22px 22px; }
.lp-admin-invitation-dialog [data-lp-invitation-close] { min-width: 44px; min-height: 44px; }
.lp-admin-invitation-resend { min-width: 44px; min-height: 44px; padding: 10px 16px; border: 1px solid currentColor; border-radius: 10px; background: transparent; color: inherit; font: inherit; font-weight: 700; cursor: pointer; }

@media (max-width: 620px) {
  .lp-admin-invitation-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .lp-admin-invitation-dialog__fields { grid-template-columns: 1fr; }
}

/* OP-04 administrator lifecycle actions and shared confirmation dialog. */
body .lp-admin-event-actions,
body .lp-admin-entity-actions,
body .lp-admin-user-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

body .lp-admin-event-actions form,
body .lp-admin-entity-actions form,
body .lp-admin-user-actions form,
body .lp-admin-deleted-records form {
  margin: 0;
}

body .lp-admin-lifecycle__subtle {
  width: 44px;
  min-width: 44px;
  padding-inline: 0;
  color: var(--lp-text-muted);
}

body .lp-admin-lifecycle__subtle svg,
body .lp-admin-lifecycle__delete svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body .lp-admin-lifecycle__delete,
body .lp-admin-lifecycle-dialog__confirm--danger {
  color: var(--lp-danger);
  border-color: #f3b5ad;
  background: var(--lp-danger-soft);
}

body .lp-admin-lifecycle-dialog {
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: var(--lp-radius-lg);
  color: var(--lp-text);
  background: var(--lp-surface);
  box-shadow: 0 24px 64px rgba(19, 22, 52, 0.32);
}

body .lp-admin-lifecycle-dialog::backdrop {
  background: rgba(16, 19, 42, 0.62);
}

body .lp-admin-lifecycle-dialog__content {
  display: grid;
  gap: 16px;
  padding: 24px;
  overflow-wrap: anywhere;
}

body .lp-admin-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

body .lp-admin-dialog__header .lp-profile-dialog__close {
  flex: 0 0 44px;
  margin: -6px -6px 0 0;
}

body .lp-admin-lifecycle-dialog__content h2,
body .lp-admin-lifecycle-dialog__content p {
  margin: 0;
}

body .lp-admin-lifecycle-dialog__actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

body .lp-admin-deleted-records {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 520px) {
  body .lp-admin-lifecycle-dialog__content {
    padding: 20px;
  }

  body .lp-admin-lifecycle-dialog__actions > .lp-button {
    flex: 1 1 140px;
  }
}

body .lp-skill[data-level="1"] .lp-skill__segment:nth-child(-n + 1),
body .lp-skill[data-level="2"] .lp-skill__segment:nth-child(-n + 2),
body .lp-skill[data-level="3"] .lp-skill__segment:nth-child(-n + 3),
body .lp-skill[data-level="4"] .lp-skill__segment:nth-child(-n + 4),
body .lp-skill[data-level="5"] .lp-skill__segment:nth-child(-n + 5) {
  background: linear-gradient(135deg, #5b2ee6 0%, #ff7a1a 100%);
}

body .lp-footer__bottom {
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 24px;
}

/* Latest filter field correction: keep labels, icons and custom selects in one stable rhythm. */
body .lp-filters .lp-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: start;
}

body .lp-filters .lp-field {
  position: relative;
  display: block;
  min-height: 56px;
  padding: 10px 34px 8px 48px;
  overflow: visible;
  border: 1px solid #dfe5f1;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: none;
}

body .lp-filters .lp-field--multi {
  min-height: 56px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body .lp-filters .lp-field::before {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: #5b2ee6;
}

body .lp-filters .lp-field--multi::before {
  z-index: 1;
  pointer-events: none;
}

body .lp-filters .lp-field__label {
  display: block;
  margin: 0 0 2px;
  overflow: hidden;
  color: #7d8294;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .lp-filters .lp-input,
body .lp-filters .lp-select {
  display: block;
  width: 100%;
  min-height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #10152f;
  background: transparent;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.15;
}

body .lp-filters .lp-field--date .lp-input {
  padding-right: 4px;
}

body .lp-combo {
  display: block;
  grid-column: auto;
  align-self: auto;
}

body .lp-combo__button {
  width: 100%;
  min-height: 56px;
  padding: 10px 34px 8px 48px;
  border: 1px solid #dfe5f1;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: none;
  font-size: 0.82rem;
  line-height: 1.15;
}


body .lp-combo__panel {
  left: 0;
  right: 0;
  top: calc(100% + 9px);
  max-height: 278px;
}

body .lp-form-actions {
  min-height: 56px;
  align-items: center;
}

body .lp-form-actions .lp-button {
  min-height: 48px;
  padding-inline: 26px;
}

/* Latest exact-reference corrections: outline icons, in-page views, drawer menu and footer alignment. */
body .lp-filter-icon {
  width: 24px;
  height: 24px;
  margin-right: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16l-6.4 7.3v4.8l-3.2 1.9v-6.7L4 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-filter-icon::before,
body .lp-filter-icon::after {
  content: none;
}

body .lp-filters .lp-field::before {
  background-color: transparent;
  background-image: var(--lp-field-icon);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask: none;
  mask: none;
}

body .lp-field--search { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E"); }
body .lp-field--date { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E"); }
body .lp-field--country { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E"); }
body .lp-field--city { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6 7-12a7 7 0 1 0-14 0c0 6 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3C/svg%3E"); }
body .lp-field--arena { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V8l8-5 8 5v13'/%3E%3Cpath d='M9 21v-7h6v7M8 10h.01M12 10h.01M16 10h.01'/%3E%3C/svg%3E"); }
body .lp-field--organizer { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c2-5 14-5 16 0'/%3E%3C/svg%3E"); }
body .lp-field--type { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M20 13 11 4H4v7l9 9 7-7Z'/%3E%3Ccircle cx='8' cy='8' r='1'/%3E%3C/svg%3E"); }
body .lp-field--mode { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E"); }
body .lp-field--skill { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M5 20V10M12 20V4M19 20v-7'/%3E%3C/svg%3E"); }
body .lp-field--age,
body .lp-field--team { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='10' r='2'/%3E%3Cpath d='M3 21c1-5 11-5 12 0M14 21c1-3 6-3 7 0'/%3E%3C/svg%3E"); }
body .lp-field--status { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M5 22V4M5 4h12l-2 5 2 5H5'/%3E%3C/svg%3E"); }
body .lp-field--system { --lp-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235b2ee6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19 12a7 7 0 0 0-.1-1l2-1-2-4-2 1a8 8 0 0 0-2-1V3h-5v3a8 8 0 0 0-2 1L6 6 4 10l2 1a7 7 0 0 0 0 2l-2 1 2 4 2-1a8 8 0 0 0 2 1v3h5v-3a8 8 0 0 0 2-1l2 1 2-4-2-1a7 7 0 0 0 .1-1Z'/%3E%3C/svg%3E"); }

body .lp-view-switch button {
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: 0;
  color: #777b90;
  background: #ffffff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

body .lp-view-switch button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #5b2ee6, #3417ba);
}

body .lp-view-panel {
  padding: 22px 0 8px;
}

body .lp-view-panel__header {
  margin: 0 0 14px;
}

body .lp-feature-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 22px;
}

body .lp-feature-card {
  --lp-skill-active: #5b2ee6;
}

body .lp-feature-card--training {
  --lp-skill-active: #27a843;
}

body .lp-feature-card--free-play {
  --lp-skill-active: #1470f5;
}

body .lp-feature-card--camp,
body .lp-feature-card--celebration {
  --lp-skill-active: #27a843;
}

body .lp-feature-card--tournament {
  --lp-skill-active: #5b2ee6;
}

body .lp-skill--small .lp-skill__segments {
  gap: 3px;
}

body .lp-feature-card__skill .lp-skill__label {
  color: #11172f;
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body .lp-skill--small .lp-skill__segment {
  width: 9px;
  height: 6px;
  border-radius: 2px;
  background: #dfe7ef;
}

body .lp-skill[data-level="1"] .lp-skill__segment:nth-child(-n + 1),
body .lp-skill[data-level="2"] .lp-skill__segment:nth-child(-n + 2),
body .lp-skill[data-level="3"] .lp-skill__segment:nth-child(-n + 3),
body .lp-skill[data-level="4"] .lp-skill__segment:nth-child(-n + 4),
body .lp-skill[data-level="5"] .lp-skill__segment:nth-child(-n + 5) {
  background: var(--lp-skill-active, #5b2ee6);
}

body .lp-footer__bottom {
  width: min(100% - 64px, var(--lp-container));
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: stretch;
  gap: 32px;
  text-align: left;
}

body .lp-footer__bottom span:last-child {
  text-align: right;
}

body .lp-menu-button {
  background: transparent;
  box-shadow: none;
}

body .lp-site-menu {
  position: fixed;
  inset: 4px auto 4px 4px;
  z-index: 100;
  width: min(336px, calc(100vw - 12px));
  min-height: calc(100vh - 8px);
  padding: 20px 14px 28px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  border: 1px solid rgba(226, 229, 239, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 48px rgba(24, 28, 60, 0.18);
}

body .lp-site-menu[hidden] {
  display: none;
}

html.has-site-menu-open body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(246, 248, 253, 0.52);
  pointer-events: none;
}

body .lp-site-menu__top {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

body .lp-site-menu__close {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body .lp-site-menu__close::before,
body .lp-site-menu__close::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 21px;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: #5427f5;
}

body .lp-site-menu__close::before {
  transform: rotate(45deg);
}

body .lp-site-menu__close::after {
  transform: rotate(-45deg);
}

body .lp-site-menu__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #121836;
  text-decoration: none;
}

body .lp-site-menu__brand img {
  width: 45px;
  height: 45px;
}

body .lp-site-menu__brand strong {
  display: block;
  color: #11162e;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

body .lp-site-menu__brand strong span:not(.lp-brand__fun) {
  color: #151831;
}

body .lp-site-menu__brand strong .lp-brand__fun {
  color: #5b2ee6;
}

body .lp-site-menu__brand small {
  display: block;
  margin-top: 4px;
  color: #6c7287;
  font-size: 10px;
  font-weight: 600;
}

body .lp-site-menu__body {
  display: grid;
  gap: 12px;
  flex: 1;
  align-content: start;
}

body .lp-site-menu__item {
  min-height: 48px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 14px;
  padding: 0 12px;
  border-radius: 7px;
  color: #121836;
  background: transparent;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

body .lp-site-menu__item.is-active {
  color: #5427f5;
  background: #f5f2ff;
}

body .lp-site-menu__icon {
  width: 22px;
  height: 22px;
  display: block;
  background-color: #5427f5;
  -webkit-mask: var(--lp-menu-icon) center / contain no-repeat;
  mask: var(--lp-menu-icon) center / contain no-repeat;
}

body .lp-site-menu__icon--home { --lp-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5 12 4l8 6.5V21H4V10.5Z'/%3E%3Cpath d='M9 21v-7h6v7M8 11h.01M12 11h.01M16 11h.01'/%3E%3C/svg%3E"); }
body .lp-site-menu__icon--calendar { --lp-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E"); }
body .lp-site-menu__icon--arena { --lp-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V8l8-5 8 5v13'/%3E%3Cpath d='M9 21v-7h6v7M8 10h.01M12 10h.01M16 10h.01'/%3E%3C/svg%3E"); }
body .lp-site-menu__icon--organizers { --lp-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='10' r='2'/%3E%3Cpath d='M3 21c1-5 11-5 12 0M14 21c1-3 6-3 7 0'/%3E%3C/svg%3E"); }
body .lp-site-menu__icon--account { --lp-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c2-5 14-5 16 0'/%3E%3C/svg%3E"); }
body .lp-site-menu__icon--legal { --lp-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 20 6v6c0 5-3.4 8-8 9-4.6-1-8-4-8-9V6l8-3Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E"); }

body .lp-site-menu__chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid #5427f5;
  border-bottom: 2px solid #5427f5;
  transform: rotate(-135deg);
}

body .lp-site-menu__sublist {
  margin: 0 0 10px 24px;
  padding: 0 0 0 24px;
  border-left: 1px solid #dde1ef;
}

body .lp-site-menu__sublist a {
  position: relative;
  display: block;
  padding: 7px 0 7px 18px;
  color: #30364d;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

body .lp-site-menu__sublist a::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b7bfd2;
  transform: translateY(-50%);
}

body .lp-site-menu__sublist a:hover,
body .lp-site-menu__sublist a:focus-visible {
  color: #5427f5;
}

body .lp-site-menu__locale {
  display: none;
  margin-top: 12px;
  padding: 16px 12px 4px;
  border-top: 1px solid var(--lp-border);
}

body .lp-site-menu__locale strong {
  display: block;
  margin-bottom: 12px;
  color: var(--lp-text-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

body .lp-site-menu__locale-options {
  display: flex;
  align-items: center;
  gap: 8px;
}

body .lp-site-menu__locale button {
  min-width: 44px;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  color: var(--lp-text);
  background: var(--lp-surface);
  font-weight: 750;
}

body .lp-site-menu__locale button.is-active {
  border-color: var(--lp-primary);
  color: #ffffff;
  background: var(--lp-primary);
}

@media (max-width: 900px) {
  body .lp-site-menu__locale {
    display: block;
  }
}

.lp-combo__option[hidden],
.lp-combo__option.is-filtered-out,
.lp-multiselect__option.is-filtered-out {
  display: none;
}

/* Final fixes for reference-matching details. */
body .lp-feature-card__skill .lp-skill--small {
  justify-items: end;
}

body .lp-feature-card__skill .lp-skill__segments {
  display: flex;
  gap: 2px;
  padding-right: 1px;
}

body .lp-feature-card__skill .lp-skill__segment,
body .lp-skill--small .lp-skill__segment {
  width: 8px;
  height: 6px;
  border-radius: 2px 1px;
  background: #d7dfeb;
  transform: skewX(-18deg);
  transform-origin: center;
}

/* V034 authenticated public media replacement. */
body .lp-event-detail__media,
body .lp-arena-hero__badge,
body .lp-arena-hero__photo,
body .lp-public-edit-slot--arena-plan {
  position: relative;
}

body .lp-event-detail__media:has(.lp-public-media),
body .lp-arena-hero__badge:has(.lp-public-media),
body .lp-arena-hero__photo:has(.lp-public-media) {
  overflow: visible;
}

body .lp-event-detail__media > img,
body .lp-event-detail__media > picture img,
body .lp-arena-hero__badge > img,
body .lp-arena-hero__badge > picture img,
body .lp-arena-hero__photo > img,
body .lp-arena-hero__photo > picture img {
  border-radius: inherit;
}

body .lp-public-media {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 8;
  color: #171b45;
}

body .lp-public-media__trigger {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #4f5668;
  background: #f1f2f5;
  box-shadow: 0 4px 12px rgba(24, 30, 68, 0.18);
  cursor: pointer;
  list-style: none;
}

body .lp-public-media__trigger::-webkit-details-marker { display: none; }
body .lp-public-media__trigger::marker { content: ""; }
body .lp-public-media__trigger:hover { color: #292f3d; background: #e5e7eb; }
body .lp-public-media__trigger svg { width: 19px; height: 19px; fill: currentColor; stroke: none; }



body .lp-feature-card__skill .lp-skill[data-level="1"] .lp-skill__segment:nth-child(-n + 1),
body .lp-feature-card__skill .lp-skill[data-level="2"] .lp-skill__segment:nth-child(-n + 2),
body .lp-feature-card__skill .lp-skill[data-level="3"] .lp-skill__segment:nth-child(-n + 3),
body .lp-feature-card__skill .lp-skill[data-level="4"] .lp-skill__segment:nth-child(-n + 4),
body .lp-feature-card__skill .lp-skill[data-level="5"] .lp-skill__segment:nth-child(-n + 5) {
  background: var(--lp-skill-active, #5b2ee6);
}

body .lp-footer__bottom {
  display: grid !important;
  width: min(100% - 64px, var(--lp-container)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  justify-content: stretch !important;
  align-items: center !important;
  gap: 32px !important;
  text-align: left !important;
}

body .lp-footer__bottom span:first-child {
  justify-self: start;
  text-align: left;
}

body .lp-footer__bottom span:last-child {
  justify-self: end;
  text-align: right;
}

html.has-site-menu-open body::before {
  z-index: 1000;
  background: rgba(246, 248, 253, 0.72);
}

body .lp-site-menu {
  inset: 0 auto 0 0;
  z-index: 1002 !important;
  width: min(360px, calc(100vw - 12px));
  min-height: 100vh;
  border-radius: 0 18px 18px 0;
  background: #ffffff !important;
  opacity: 1 !important;
  box-shadow: 20px 0 60px rgba(24, 28, 60, 0.18);
}

@media (max-width: 900px) {
  body .lp-footer__bottom {
    grid-template-columns: 1fr !important;
  }

  body .lp-footer__bottom span:first-child,
  body .lp-footer__bottom span:last-child {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 900px) {
  body .lp-header,
  body .lp-main,
  body .lp-footer {
    max-width: none;
  }

  body .lp-filter-band,
  body .lp-calendar-section,
  body .lp-footer__inner,
  body .lp-footer__bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  body .lp-calendar-viewbar {
    grid-template-columns: 1fr;
  }

  body .lp-calendar-viewbar__range {
    grid-template-columns: 42px minmax(0, auto) 42px;
  }
}

/* Current UI corrections requested after visual QA. */
body .lp-home-hero {
  background: transparent !important;
}

body .lp-home-hero__intro {
  background: transparent !important;
  box-shadow: none !important;
}

body .lp-filter-band {
  padding-top: 18px !important;
  padding-bottom: 0 !important;
}

body .lp-filters {
  min-height: 0 !important;
}

body .lp-filters__toggle {
  align-items: center !important;
  min-height: 44px;
}

body .lp-filters__toggle::before {
  content: none !important;
}

body .lp-filters__chevron {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 150ms ease;
}

body .lp-filters.is-open .lp-filters__chevron,
body .lp-filters[data-expanded="true"] .lp-filters__chevron {
  transform: rotate(45deg);
}

body .lp-filters__mobile-header {
  display: none;
}

body .lp-filters__close {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 0;
  color: var(--lp-primary);
  background: transparent;
}

body .lp-filters__close::before,
body .lp-filters__close::after {
  position: absolute;
  left: 11px;
  top: 21px;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

body .lp-filters__close::before {
  transform: rotate(45deg);
}

body .lp-filters__close::after {
  transform: rotate(-45deg);
}

body .lp-filters__title-stack {
  display: grid;
  gap: 3px;
  line-height: 1.05;
  justify-items: start;
  text-align: left;
}

body .lp-filters__title-stack .lp-filters__count {
  color: #5b2ee6;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: none;
}

body .lp-filters__state {
  align-self: center;
}

body .lp-filters__panel[hidden] {
  display: none !important;
}

body .lp-filters:not(.is-open):not([data-expanded="true"]) {
  padding-bottom: 0 !important;
}

body .lp-filters .lp-form-row:last-child {
  display: contents;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 10px 12px;
}

body .lp-form-actions {
  grid-column: 4 / 5;
  min-height: 56px !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

body .lp-form-actions .lp-button {
  min-height: 40px !important;
  padding: 0 18px !important;
  border-radius: 7px !important;
  font-size: 0.86rem !important;
  line-height: 1 !important;
}

body .lp-calendar-section {
  margin-bottom: 56px !important;
}

body .lp-calendar-viewbar {
  position: relative !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
}

body .lp-calendar-viewbar__range {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  justify-self: auto !important;
  transform: translate(-50%, -50%) !important;
}

body .lp-calendar-viewbar__view-title {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: max-content;
  max-width: 40%;
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
}

body .lp-view-switch {
  justify-self: start !important;
}

body .lp-calendar-toolbar__actions {
  justify-self: end !important;
}

body .lp-calendar-viewbar__title {
  color: #394058 !important;
  font-size: 1.42rem !important;
  font-weight: 750 !important;
  line-height: 1.1 !important;
}

/* Font correction: use bundled Sora assets from the project, without external font loading. */
body {
  font-synthesis-weight: none;
}

body .lp-brand strong,
body .lp-site-menu__brand strong {
  font-weight: 800 !important;
}

body .lp-brand small,
body .lp-site-menu__brand small {
  font-weight: 500 !important;
}

body .lp-home-hero__intro h1,
body .lp-feature-card__title,
body .lp-filters__toggle,
body .lp-site-menu__item {
  font-weight: 800 !important;
}

body .lp-filters__title-stack .lp-filters__count,
body .lp-filters__reset,
body .lp-filters__chips .lp-badge,
body .lp-filter-chip span,
body .lp-feature-card__tag,
body .lp-badge:not(.lp-event-detail__title-row > .lp-badge),
body .lp-view-switch button,
body .lp-calendar__weekday,
body .lp-calendar__date strong,
body .lp-calendar-event__title {
  font-weight: 700 !important;
}

body .lp-calendar-viewbar__title {
  font-weight: 700 !important;
}

@media (max-width: 900px) {
  html.has-filter-drawer-open,
  html.has-filter-drawer-open body {
    overflow: hidden;
  }

  body .lp-filters.is-open .lp-filters__panel,
  body .lp-filters[data-expanded="true"] .lp-filters__panel {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: block;
    padding: 0 16px 96px;
    overflow-y: auto;
    color: var(--lp-text);
    background: var(--lp-surface);
  }

  body .lp-filters__mobile-header {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 -16px 16px;
    padding: 8px 16px;
    border-bottom: 1px solid var(--lp-border);
    background: var(--lp-surface);
  }

  body .lp-filters:not(.is-open):not([data-expanded="true"]) .lp-filters__state:has(.lp-filters__chips:empty),
  body .lp-filters:not(.is-open):not([data-expanded="true"]) .lp-filters__chips:empty {
    display: none;
  }

  body .lp-filters:not(.is-open):not([data-expanded="true"]) .lp-filters__chips {
    gap: 4px 6px;
    padding: 0 0 4px;
  }

  body .lp-filters:not(.is-open):not([data-expanded="true"]) .lp-filter-chip {
    min-height: 44px;
  }

  body .lp-filters .lp-form-row:last-child,
  body .lp-calendar-viewbar {
    position: static !important;
    grid-template-columns: 1fr !important;
  }

  body .lp-calendar-viewbar__range {
    position: static !important;
    transform: none !important;
  }

  body .lp-calendar-viewbar__view-title {
    position: static !important;
    width: 100%;
    max-width: none;
    transform: none !important;
    text-align: center !important;
  }

  body .lp-form-actions {
    grid-column: auto;
    justify-content: stretch !important;
  }

  body .lp-form-actions .lp-button {
    width: 100%;
  }
}

/* Footer scale correction: keep final screenshot structure, reduce mass. */
body .lp-footer__inner {
  min-height: 0 !important;
  height: 188px !important;
  padding-top: 22px !important;
  padding-bottom: 18px !important;
  grid-template-columns: minmax(300px, 0.85fr) repeat(2, minmax(150px, 0.7fr)) !important;
}

body .lp-footer__inner::before {
  width: 330px !important;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%) !important;
}

body .lp-footer__inner > div:not(.lp-footer__brand) strong {
  font-size: 0.9rem !important;
}

body .lp-footer__inner > div:not(.lp-footer__brand) p,
body .lp-footer__inner > div:not(.lp-footer__brand) a {
  font-size: 0.88rem !important;
  line-height: 1.35 !important;
}

body .lp-footer__bottom {
  min-height: 34px !important;
  font-size: 0.78rem !important;
}

/* Carousel should receive enough cards from the backend and reveal as many as fit. */
body .lp-featured-events {
  overflow: hidden !important;
}

body .lp-featured-events__track {
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  overflow: hidden !important;
}

body .lp-feature-card {
  flex: 0 0 184px !important;
}

body .lp-feature-card:first-child {
  flex-basis: 196px !important;
}

@media (max-width: 900px) {
  body .lp-featured-events__track {
    overflow-x: auto !important;
  }

  body .lp-feature-card,
  body .lp-feature-card:first-child {
    flex-basis: 220px !important;
  }
}

body .lp-public-shell .lp-feature-card__title {
  display: -webkit-box !important;
  min-height: 2.36em !important;
  max-height: 2.36em !important;
  overflow: hidden !important;
  white-space: normal !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

body .lp-public-shell .lp-feature-card__meta-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  column-gap: 12px !important;
  row-gap: 7px !important;
  align-items: center !important;
  color: #596071 !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  line-height: 1rem !important;
}

body .lp-public-shell .lp-feature-card__meta {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body .lp-public-shell .lp-feature-card__meta--date,
body .lp-public-shell .lp-feature-card__meta--place {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .lp-public-shell .lp-feature-card__meta--time {
  justify-self: end;
  white-space: nowrap;
}

body .lp-public-shell .lp-feature-card__meta--place {
  grid-column: 1 / -1;
}

body .lp-public-shell .lp-feature-card__meta::before {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: currentColor !important;
  opacity: 0.9;
  transform: none !important;
}

body .lp-public-shell .lp-feature-card__meta--date::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M8 2v4M16 2v4M3 10h18'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M8 2v4M16 2v4M3 10h18'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-public-shell .lp-feature-card__meta--time::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-public-shell .lp-feature-card__meta--place::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M21 10c0 7-9 12-9 12S3 17 3 10a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M21 10c0 7-9 12-9 12S3 17 3 10a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-carousel-button {
  display: grid !important;
  place-items: center !important;
  z-index: 8 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body .lp-featured-events {
  overflow: visible !important;
}

body .lp-featured-events__track {
  overflow: hidden !important;
}

body .lp-view-switch {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body .lp-view-switch button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 78px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 10px !important;
  border: 1px solid #dfe3ef !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: #777b90 !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .lp-view-switch__icon {
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px !important;
}

body .lp-view-switch button[data-lp-view-switch="calendar"] {
  min-width: 106px !important;
}

body .lp-view-switch button[data-lp-view-switch="list"] {
  min-width: 88px !important;
}

body .lp-view-switch button.is-active,
body .lp-view-switch button[aria-current="page"] {
  border-color: #4f29d8 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5b2ee6 0%, #3417ba 100%) !important;
  box-shadow: 0 8px 18px rgba(53, 23, 186, 0.16) !important;
}

body .lp-filters__summary {
  min-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

body .lp-filters__reset {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #5b2ee6 !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

body .lp-filters__reset::before {
  content: none !important;
}

body .lp-filters__reset-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
}

body .lp-combo__option {
  min-height: 28px !important;
  padding: 2px 6px !important;
  gap: 7px !important;
}

body .lp-form-actions {
  gap: 10px !important;
  justify-content: flex-end !important;
}

body .lp-share-filter-button {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe3ef;
  border-radius: 7px;
  color: #5b2ee6;
  background: #ffffff;
}

body .lp-share-filter-button::before {
  width: 17px;
  height: 17px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 13.5 6.8 4M15.4 6.5 8.6 10.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 13.5 6.8 4M15.4 6.5 8.6 10.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-footer__inner {
  position: relative;
  height: 188px !important;
  min-height: 0 !important;
  padding-top: 22px !important;
  padding-bottom: 18px !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 48% 36%, rgba(91, 46, 230, 0.08), transparent 18rem), #ffffff !important;
}

body .lp-footer__inner::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 35%;
  height: 10px;
  background: #ff7a1a;
  content: "";
  pointer-events: none;
  transform: rotate(1.3deg);
  transform-origin: right top;
}

body .lp-footer__inner > div:not(.lp-footer__brand) {
  padding-top: 12px;
}

body .lp-footer__inner > div:not(.lp-footer__brand) strong {
  margin: 0 0 18px !important;
  color: #11152d !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body .lp-footer__inner > div:not(.lp-footer__brand) p,
body .lp-footer__inner > div:not(.lp-footer__brand) a {
  margin: 0 0 12px !important;
  color: #252a47 !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

@media (max-width: 900px) {
  body .lp-filters:has(> .lp-filters__summary > .lp-filters__search).is-open .lp-filters__toggle,
  body .lp-filters:has(> .lp-filters__summary > .lp-filters__search)[data-expanded="true"] .lp-filters__toggle,
  body .lp-filters:has(> .lp-filters__summary > .lp-filters__search).is-open .lp-filters__state,
  body .lp-filters:has(> .lp-filters__summary > .lp-filters__search)[data-expanded="true"] .lp-filters__state,
  body .lp-filters:has(> .lp-filters__summary > .lp-filters__search).is-open .lp-filters__reset,
  body .lp-filters:has(> .lp-filters__summary > .lp-filters__search)[data-expanded="true"] .lp-filters__reset {
    display: none !important;
  }

  body .lp-filters:has(> .lp-filters__summary > .lp-filters__search).is-open .lp-filters__search,
  body .lp-filters:has(> .lp-filters__summary > .lp-filters__search)[data-expanded="true"] .lp-filters__search {
    right: auto;
    left: 50%;
    width: min(280px, calc(100vw - 32px));
    max-width: 280px;
    box-sizing: border-box;
    transform: translateX(-50%);
  }

  body .lp-footer__inner {
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 24px 20px !important;
    overflow: visible !important;
  }

  body .lp-footer__inner::before {
    width: 100% !important;
    height: 176px;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%) !important;
  }

  body .lp-footer__brand {
    min-height: 150px;
  }
}

body .lp-info-page {
  background: #ffffff;
}

body .lp-info-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

body .lp-info-page__section {
  padding: 18px;
  border: 1px solid #e1e5f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(22, 27, 57, 0.06);
}

body .lp-info-page__section h2 {
  margin: 0 0 10px;
  color: #11152d;
  font-size: 1rem;
  font-weight: 800;
}

body .lp-info-page__section p {
  margin: 0 0 10px;
  color: #4d536c;
  font-size: 0.92rem;
}

body .lp-site-menu__icon--info {
  --lp-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 10v7M12 7h.01'/%3E%3C/svg%3E");
}

/* Arena detail v3 layout. */
body .lp-entity-detail {
  padding-top: 28px;
}

body .lp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #8b90a7;
  font-size: 0.82rem;
  font-weight: 700;
}

body .lp-breadcrumb a {
  color: #5b2ee6;
  text-decoration: none;
}

body .lp-arena-hero {
  display: grid;
  grid-template-columns: 210px minmax(260px, 1fr) minmax(340px, 470px);
  align-items: center;
  gap: 34px;
  padding: 22px 0 20px;
}

body .lp-arena-hero__badge,
body .lp-arena-hero__photo {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 38%, rgba(0, 190, 255, 0.78), transparent 16%),
    radial-gradient(circle at 74% 28%, rgba(255, 118, 27, 0.68), transparent 18%),
    linear-gradient(146deg, transparent 0 39%, rgba(0, 185, 255, 0.82) 40% 43%, transparent 44%),
    linear-gradient(332deg, transparent 0 45%, rgba(255, 122, 26, 0.74) 46% 48%, transparent 49%),
    linear-gradient(318deg, transparent 0 42%, rgba(126, 64, 255, 0.92) 43% 46%, transparent 47%),
    #0b0927;
}

body .lp-arena-hero__badge {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(22, 27, 57, 0.12);
}

body .lp-arena-hero__badge img,
body .lp-arena-hero__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body .lp-arena-hero__badge > span {
  max-width: 82%;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

body .lp-arena-hero__content {
  min-width: 0;
}

body .lp-arena-hero__content h1 {
  margin: 0 0 8px;
  color: #10142b;
  font-size: 2.05rem;
  font-weight: 900;
  line-height: 1.08;
}

body .lp-arena-hero__location {
  margin: 0 0 14px;
  color: #858aa0;
  font-size: 1rem;
  font-weight: 700;
}

body .lp-arena-hero__location::before {
  margin-right: 7px;
  color: #8b90a7;
  content: "◆";
  font-size: 0.58rem;
  vertical-align: 0.12em;
}

body .lp-arena-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

body .lp-arena-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 6px;
  color: #5b2ee6;
  background: #ede8ff;
  font-size: 0.75rem;
  font-weight: 850;
}

body .lp-arena-hero__description {
  max-width: 460px;
  margin: 0 0 16px;
  color: #343a57;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
}

body .lp-arena-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body .lp-arena-action {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #171b45;
  text-decoration: none;
}

body .lp-arena-action::before {
  font-size: 0.78rem;
  font-weight: 900;
}

body .lp-arena-action--email::before { content: "@"; }
body .lp-arena-action--web::before {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 0 20M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 0 20M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/svg%3E") center / contain no-repeat;
}
body .lp-arena-action--phone::before { content: "☎"; }

body .lp-arena-hero__photo {
  width: 100%;
  min-height: 278px;
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(22, 27, 57, 0.12);
}

body .lp-arena-statbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 18px 0 24px;
  padding: 18px 24px;
  border: 1px solid #e7ebf4;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(22, 27, 57, 0.08);
}

body .lp-arena-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0 22px;
}

body .lp-arena-stat + .lp-arena-stat {
  border-left: 1px solid #e7ebf4;
}

body .lp-arena-stat__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #6c42f5;
  background: #efe8ff;
}

body .lp-arena-stat__icon::before {
  font-size: 1.15rem;
  font-weight: 900;
}

body .lp-arena-stat__icon--system::before { content: "◎"; }
body .lp-arena-stat__icon--hw::before { content: "HW"; font-size: 0.82rem; }

body .lp-arena-stat__icon--size::before { content: "▦"; }
body .lp-arena-stat__icon--rooms::before { content: "☷"; }

body .lp-arena-stat__label,
body .lp-arena-stat strong {
  display: block;
}

body .lp-arena-stat__label {
  color: #8b90a7;
  font-size: 0.9rem;
  font-weight: 700;
}

body .lp-arena-stat strong {
  margin-top: 3px;
  color: #171b34;
  font-size: 0.98rem;
  font-weight: 900;
}

body .lp-arena-stat sup {
  font-size: 0.65em;
  line-height: 0;
}

body .lp-arena-panel {
  margin: 0 0 24px;
  padding: 26px;
  border: 1px solid #e7ebf4;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(22, 27, 57, 0.07);
}

body .lp-arena-panel__header h2,
body .lp-arena-events .lp-section__title {
  margin: 0;
  color: #10142b;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.15;
}

body .lp-arena-panel__header h2::before,
body .lp-arena-events .lp-section__title::before {
  width: 4px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 99px;
  background: #ff7a1a;
  content: "";
  vertical-align: -4px;
}

body .lp-arena-contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 0.95fr);
  gap: 28px;
  margin-top: 22px;
}

body .lp-arena-contact-list {
  margin: 0;
}

body .lp-arena-contact-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid #e7ebf4;
}

body .lp-arena-contact-list div:last-child {
  border-bottom: 0;
}

body .lp-arena-contact-list dt {
  color: #555b75;
  font-weight: 750;
}

body .lp-arena-contact-list dd {
  min-width: 0;
  margin: 0;
  color: #171b34;
  font-weight: 850;
}

body .lp-arena-contact-list a {
  color: inherit;
  text-decoration: none;
}

body .lp-arena-map {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  display: block;
  border: 1px solid #d8deeb;
  border-radius: 14px;
  color: #4b516d;
  background: #eef2f7;
  text-decoration: none;
}

body .lp-arena-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body .lp-arena-events:not(.lp-arena-events--event-detail) {
  margin-bottom: 34px;
  padding: 0 0 4px;
}

body .lp-arena-events:not(.lp-arena-events--event-detail) .lp-section__header {
  align-items: center;
  margin-bottom: 18px;
}

body .lp-entity-detail .lp-featured-events:where(:not(.lp-arena-events--event-detail *)) {
  padding: 0 8px;
}

body .lp-entity-detail .lp-feature-card:where(:not(.lp-arena-events--event-detail *)) {
  flex-basis: 226px !important;
}

body .lp-entity-detail .lp-feature-card:where(:not(.lp-arena-events--event-detail *)):first-child {
  flex-basis: 238px !important;
}

body .lp-arena-lower-grid {
  display: block;
}

body .lp-arena-events:not(.lp-arena-events--event-detail) .lp-featured-events {
  margin-top: 12px;
}

body .lp-arena-events:not(.lp-arena-events--event-detail) .lp-featured-events__track {
  grid-template-columns: repeat(8, minmax(220px, 238px));
}

body .lp-arena-history {
  margin-top: 0;
}

body .lp-arena-history .lp-section__header {
  align-items: center;
  margin-bottom: 16px;
}

body .lp-arena-history__table-wrap {
  overflow-x: auto;
}

body .lp-arena-history__table {
  width: 100%;
  border-collapse: collapse;
  color: #171b34;
  font-size: 0.93rem;
}

body .lp-arena-history__table th,
body .lp-arena-history__table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e7ebf4;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

body .lp-arena-history__table th {
  color: #6f7590;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

body .lp-arena-history__table tbody tr:last-child td {
  border-bottom: 0;
}

body .lp-arena-history__table a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  body .lp-arena-hero {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  body .lp-arena-hero__photo {
    grid-column: 1 / -1;
  }

  body .lp-arena-contact-grid {
    grid-template-columns: 1fr;
  }

  body .lp-arena-statbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .lp-arena-stat:nth-child(3) {
    border-left: 0;
  }

  body .lp-arena-stat:nth-child(n + 3) {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #e7ebf4;
  }
}

@media (max-width: 700px) {
  body .lp-entity-detail {
    padding-top: 16px;
  }

  body .lp-arena-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body .lp-arena-hero__badge {
    width: min(100%, 220px);
  }

  body .lp-arena-hero__content h1 {
    font-size: 1.65rem;
  }

  body .lp-arena-statbar {
    grid-template-columns: 1fr;
    padding: 8px 18px;
  }

  body .lp-arena-stat {
    padding: 14px 0;
  }

  body .lp-arena-stat + .lp-arena-stat {
    border-top: 1px solid #e7ebf4;
    border-left: 0;
  }

  body .lp-arena-panel {
    padding: 20px;
  }

  body .lp-arena-contact-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body .lp-arena-events:not(.lp-arena-events--event-detail) .lp-section__header {
    align-items: flex-start;
  }
}

/* Follow-up visual fixes from 2026-06-25 review. */
body .lp-locale-switch {
  gap: 8px !important;
  color: #85899a !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

body .lp-locale-switch button,
body .lp-locale-switch a {
  color: #7f8298 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

body .lp-locale-switch button.is-active,
body .lp-locale-switch a.is-active {
  color: #4a22df !important;
  font-weight: 700 !important;
}

body .lp-locale-switch button:not(:last-child)::after,
body .lp-locale-switch a:not(:last-child)::after {
  margin-left: 8px !important;
  color: #989baa !important;
  font-weight: 600 !important;
}

body .lp-featured-events {
  overflow: visible !important;
}

body .lp-featured-events__track {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

body .lp-featured-events__track::-webkit-scrollbar {
  display: none !important;
}

body .lp-carousel-button {
  top: 50% !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 26px rgba(22, 25, 48, 0.08) !important;
  transform: translateY(-50%) !important;
}

body .lp-carousel-button[hidden] {
  display: none !important;
}

body .lp-carousel-button:disabled {
  opacity: 0.45 !important;
  cursor: default !important;
  pointer-events: none !important;
}

body .lp-carousel-button--prev {
  left: 0 !important;
}

body .lp-carousel-button--next {
  right: 0 !important;
}

body .lp-carousel-button::before {
  left: 50% !important;
  top: 50% !important;
  width: 17px !important;
  height: 17px !important;
  border: 0 !important;
  background: #5b2ee6 !important;
  transform: translate(-50%, -50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-carousel-button--next::before {
  transform: translate(-50%, -50%) !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}

body .lp-feature-card__meta-grid {
  grid-template-columns: minmax(104px, 1fr) max-content !important;
  column-gap: 8px !important;
  row-gap: 7px !important;
}

body .lp-feature-card__meta--date {
  overflow: visible !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
}

body .lp-feature-card__meta--time {
  justify-self: end !important;
  min-width: max-content !important;
  gap: 5px !important;
}

body .lp-feature-card__meta--place {
  align-items: flex-start !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  line-height: 1.25 !important;
}

body .lp-country-flag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.05em !important;
  height: 1em !important;
  margin-right: 1px !important;
  font-size: 0.88em !important;
  line-height: 1 !important;
  vertical-align: -0.05em !important;
}

body .lp-calendar-event__time {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

body .lp-filter-band {
  padding-bottom: 10px !important;
}

body .lp-filter-band:has(.lp-filters.is-open),
body .lp-filter-band:has(.lp-filters[data-expanded="true"]) {
  padding-bottom: 28px !important;
}

body .lp-filters:not(.is-open):not([data-expanded="true"]) .lp-filters__panel[hidden] {
  display: none !important;
}

body .lp-filter-band + .lp-calendar-section {
  margin-top: 0 !important;
}

body .lp-filter-band:has(.lp-filters.is-open) + .lp-calendar-section,
body .lp-filter-band:has(.lp-filters[data-expanded="true"]) + .lp-calendar-section {
  margin-top: 10px !important;
}

body .lp-combo__button {
  color: #5f6578 !important;
  font-weight: 600 !important;
}

body .lp-combo__button:has(input[value]:not([value=""])) .lp-combo__label,
body .lp-combo__button.is-selected .lp-combo__label {
  color: #4a22df !important;
  font-weight: 700 !important;
}

body .lp-combo__option {
  min-height: 24px !important;
  padding: 1px 5px !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

body .lp-filter-band:has(.lp-filters.is-open) + .lp-calendar-section,
body .lp-filter-band:has(.lp-filters[data-expanded="true"]) + .lp-calendar-section {
  margin-top: 24px !important;
}

body .lp-combo__button.is-selected,
body .lp-combo__button.is-selected [data-lp-multiselect-label] {
  color: #4a22df !important;
  font-weight: 700 !important;
}

/* Shared location marker icon, aligned with the light reference. */
body {
  --lp-location-pin-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M21 10c0 7-9 12-9 12S3 17 3 10a9 9 0 1 1 18 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

body .lp-arena-hero__location {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body .lp-arena-hero__location::before,
body .lp-entity-card__location::before,
body .lp-calendar-event__place::before,
body .lp-event-card__meta > span:first-child::before,
body .lp-feature-card__meta--place::before {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  display: inline-block !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: currentColor !important;
  color: inherit;
  content: "" !important;
  transform: none !important;
  -webkit-mask: var(--lp-location-pin-icon) center / contain no-repeat !important;
  mask: var(--lp-location-pin-icon) center / contain no-repeat !important;
}

body .lp-entity-card__location,
body .lp-event-card__meta > span:first-child,
body .lp-calendar-event__place {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body .lp-feature-card__country {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  color: inherit !important;
  font-size: 0.62rem !important;
  font-weight: inherit !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body .lp-calendar-event__country {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  color: inherit !important;
  font-size: 0.52rem !important;
  font-weight: inherit !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body .lp-feature-card__meta--place > span:last-child {
  min-width: 0 !important;
}

/* Carousel location: country code sits below the location icon, not inline. */
body .lp-public-shell .lp-feature-card__meta--place {
  display: grid !important;
  grid-template-columns: 15px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 7px !important;
  row-gap: 1px !important;
  align-items: start !important;
}

body .lp-public-shell .lp-feature-card__meta--place::before {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: center !important;
}

body .lp-public-shell .lp-feature-card__country {
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: center !important;
  max-width: 24px !important;
  margin-top: -1px !important;
  color: inherit !important;
}

body .lp-public-shell .lp-feature-card__meta--place > span:last-child {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
}

/* Calendar event location mirrors carousel cards: country code is below the pin. */
body .lp-calendar-event__place {
  display: grid !important;
  grid-template-columns: 15px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 5px !important;
  row-gap: 1px !important;
  align-items: start !important;
  min-width: 0 !important;
  white-space: normal !important;
}

body .lp-calendar-event__place::before {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: center !important;
}

body .lp-calendar-event__country {
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: center !important;
  max-width: 24px !important;
  margin-top: -1px !important;
}

body .lp-calendar-event__place > span:last-child {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  min-width: 0 !important;
}

/* Event detail page. */
body .lp-event-detail {
  padding: 34px 0 48px;
}

body .lp-event-detail__media,
body .lp-event-detail__summary,
body .lp-event-detail__panel {
  border: 1px solid #e5e9f3;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 27, 57, 0.08);
}

body .lp-event-detail__media {
  position: relative;
  height: 444px;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 36%, rgba(0, 190, 255, 0.52), transparent 17%),
    radial-gradient(circle at 76% 30%, rgba(255, 118, 27, 0.42), transparent 17%),
    linear-gradient(146deg, transparent 0 38%, rgba(0, 185, 255, 0.78) 39% 42%, transparent 43%),
    linear-gradient(332deg, transparent 0 45%, rgba(255, 122, 26, 0.7) 46% 48%, transparent 49%),
    linear-gradient(318deg, transparent 0 42%, rgba(126, 64, 255, 0.9) 43% 46%, transparent 47%),
    #0b0927;
}

body .lp-event-detail__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body .lp-event-detail__type {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 7px;
  color: #5b2ee6;
  background: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body .lp-event-detail__summary {
  padding: 26px 24px 22px;
}

body .lp-event-detail__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body .lp-event-detail__title-row h1 {
  margin: 0;
  color: #10142b;
  font-size: 1.95rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.06;
  text-transform: uppercase;
}

body .lp-event-detail__title-row .lp-badge {
  min-height: 30px;
  padding: 6px 12px;
  font-size: 0.86rem;
  font-weight: 850;
}

body .lp-event-detail__fact {
  display: block;
  padding: 6px 0;
  color: #68708f;
  font-weight: 760;
}

body .lp-event-detail__fact dt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body .lp-event-detail__fact dd {
  margin: 0;
  color: #747b99;
  line-height: 1.25;
}

body .lp-event-detail__fact dd > span {
  display: inline;
  color: #747b99;
}

body .lp-event-detail__fact--date dd,
body .lp-event-detail__fact--time dd,
body .lp-event-detail__fact--date .lp-event-detail__fact-value {
  color: var(--lp-text);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.2;
}

body .lp-event-detail__fact--date .lp-event-detail__start-message {
  display: block;
  margin-top: 5px;
  color: var(--lp-text-muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.3;
}

body .lp-event-detail__skill {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: var(--lp-surface-muted);
}

body .lp-event-detail__note {
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid #dfd1ff;
  border-radius: 9px;
  color: #696078;
  background: #f7f2ff;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.35;
}

body .lp-event-detail__panel {
  padding: 26px;
}

body .lp-event-detail__panel h2 {
  margin: 0 0 18px;
  color: #10142b;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.15;
}

body .lp-event-detail__panel h2::before {
  width: 4px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 99px;
  background: #ff7a1a;
  content: "";
  vertical-align: -4px;
}

body .lp-event-detail__description {
  color: #252a44;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.48;
}

body .lp-event-detail__map {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid #d8deeb;
  border-radius: 14px;
  background: #eef2f7;
}

body .lp-event-detail__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body .lp-event-detail__address {
  display: grid;
  gap: 4px;
  margin: 16px 0 10px;
  color: #555b75;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.3;
}

body .lp-event-detail__related {
  overflow: hidden;
}

body .lp-event-detail__related .lp-section__header {
  margin-bottom: 16px;
}

body .lp-event-detail__related h2 {
  margin-bottom: 0;
}

body .lp-event-detail__related .lp-featured-events {
  width: 100%;
}

@media (max-width: 980px) {
  body .lp-event-detail__media {
    min-height: 340px;
  }
}

@media (max-width: 620px) {
  body .lp-event-detail__related .lp-featured-events,
  body .lp-arena-events .lp-featured-events {
    padding-inline: 52px;
  }

  body .lp-event-detail__related .lp-carousel-button--prev,
  body .lp-arena-events .lp-carousel-button--prev {
    left: 0 !important;
  }

  body .lp-event-detail__related .lp-carousel-button--next,
  body .lp-arena-events .lp-carousel-button--next {
    right: 0 !important;
  }

  body .lp-event-detail {
    padding-top: 22px;
  }

  body .lp-event-detail__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 7 / 5;
  }

  body .lp-event-detail__summary,
  body .lp-event-detail__panel {
    padding: 20px;
  }

  body .lp-event-detail__title-row {
    display: grid;
  }

  body .lp-event-detail__title-row .lp-badge {
    width: fit-content;
    justify-self: start;
  }

  body .lp-event-detail__title-row h1 {
    font-size: 1.65rem;
  }

  body .lp-event-detail__skill {
    grid-template-columns: 1fr;
  }
}

/* Arena map/list page. */
body .lp-arenas-page {
  padding: 34px 0 48px;
}

body .lp-arenas-hero {
  margin: 0 0 22px;
}

body .lp-arenas-hero h1 {
  margin: 0;
  color: #10142b;
  font-size: 2.12rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

body .lp-arenas-hero__line {
  width: 44px;
  height: 3px;
  display: block;
  margin: 18px 0 24px;
  border-radius: 999px;
  background: #ff7a1a;
}

body .lp-arenas-hero p {
  margin: 0;
  color: #68708f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

body .lp-arenas-map {
  position: relative;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  margin: 20px 0 22px;
  border: 1px solid #d8e7dd;
  border-radius: 14px;
  background: #eef2f7;
  box-shadow: 0 14px 36px rgba(22, 27, 57, 0.08);
}


body .lp-arenas-map__frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

body .lp-arenas-map__frame[hidden] {
  display: none;
}

body .lp-arenas-map__deferred {
  min-height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  padding: 28px;
  text-align: center;
}

body .lp-arenas-map__deferred[hidden] {
  display: none;
}

body .lp-arenas-map__deferred p {
  max-width: 620px;
  margin: 0;
  color: var(--lp-text-muted);
  font-weight: 650;
}

body .lp-arenas-map__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 760px) {
  body .lp-arenas-map {
    aspect-ratio: 4 / 3;
  }

  body .lp-arenas-map__actions {
    width: 100%;
    flex-direction: column;
  }

  body .lp-arenas-map__actions .lp-button {
    width: 100%;
  }
}

body .lp-arenas-results__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 20px;
}

body .lp-arenas-results__bar strong {
  color: #171b34;
  font-size: 0.95rem;
  font-weight: 900;
}

body .lp-arenas-sort {
  min-width: 200px;
  display: block;
}

body .lp-arenas-sort select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #e0e5ef;
  border-radius: 10px;
  color: #68708f;
  background: #ffffff;
  font: inherit;
  font-weight: 750;
}

body .lp-arenas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body .lp-arena-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  min-height: 228px;
  padding: 16px;
  border: 1px solid #e1e5f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(22, 27, 57, 0.08);
}

body .lp-arena-card[hidden] {
  display: none;
}

body .lp-arena-card__image {
  min-width: 0;
  height: 118px;
  display: grid;
  place-items: center;
  align-self: start;
  overflow: hidden;
  border-radius: 13px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 38%, rgba(0, 190, 255, 0.78), transparent 16%),
    radial-gradient(circle at 74% 28%, rgba(255, 118, 27, 0.68), transparent 18%),
    linear-gradient(146deg, transparent 0 39%, rgba(0, 185, 255, 0.82) 40% 43%, transparent 44%),
    linear-gradient(332deg, transparent 0 45%, rgba(255, 122, 26, 0.74) 46% 48%, transparent 49%),
    linear-gradient(318deg, transparent 0 42%, rgba(126, 64, 255, 0.92) 43% 46%, transparent 47%),
    #0b0927;
  text-decoration: none;
}

body .lp-arena-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body .lp-arena-card__image span {
  max-width: 100%;
  overflow: hidden;
  padding: 0 10px;
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .lp-arena-card__image strong {
  font-size: 1.8rem;
  font-weight: 900;
}

body .lp-arena-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

body .lp-arena-card h2 {
  margin: 4px 0 8px;
  color: #10142b;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.18;
}

body .lp-arena-card h2 a {
  color: inherit;
  text-decoration: none;
}

body .lp-arena-card__location {
  margin: 0 0 8px;
  color: #747b99;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.3;
}

body .lp-arena-card__system {
  margin: -2px 0 10px;
  color: #8a90a8;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.25;
}

body .lp-arena-card__description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #252a44;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body .lp-arena-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e7ebf4;
}

body .lp-arena-card__links a {
  color: var(--lp-primary-strong);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

body .lp-arena-card__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 7px;
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  box-shadow: none;
}

body .lp-arena-card__button:hover,
body .lp-arena-card__button:focus-visible {
  color: var(--lp-primary-strong);
  background: var(--lp-primary-soft);
}

@media (max-width: 1100px) {
  body .lp-arenas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 700px) {
  body .lp-arenas-page {
    padding-top: 22px;
  }

  body .lp-arenas-grid {
    grid-template-columns: 1fr;
  }

  body .lp-arenas-results__bar {
    align-items: stretch;
    flex-direction: column;
  }

  body .lp-arenas-sort {
    min-width: 0;
  }

  body .lp-arena-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  body .lp-arena-card__image {
    height: 112px;
  }
}

/* Organizer list and entity cards. */
body .lp-organizers-page {
  padding: 34px 0 48px;
}

body .lp-organizers-hero {
  margin: 0 0 22px;
}

body .lp-organizers-hero h1 {
  margin: 0;
  color: var(--lp-text);
  font-size: clamp(1.8rem, 3vw, 2.12rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

body .lp-organizers-hero__line {
  width: 44px;
  height: 3px;
  display: block;
  margin: 18px 0 24px;
  border-radius: 999px;
  background: var(--lp-accent);
}

body .lp-organizers-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--lp-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

body .lp-organizers-results__bar {
  margin: 0 0 20px;
}

body .lp-organizers-results__bar strong {
  color: var(--lp-text);
  font-size: 0.95rem;
  font-weight: 900;
}

body .lp-organizers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 1100px) {
  body .lp-organizers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body .lp-organizers-page {
    padding-top: 22px;
  }

  body .lp-organizers-grid {
    grid-template-columns: 1fr;
  }

}

/* Final card metadata alignment: dates may wrap, times stay separate. */
body .lp-feature-card__meta--date {
  min-width: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  line-height: 1.22 !important;
}

body .lp-feature-card__meta--time {
  align-self: start !important;
  white-space: nowrap !important;
}

body .lp-event-card__date {
  display: inline-block !important;
  max-width: 100% !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}

body .lp-event-card__topline {
  align-items: flex-start !important;
}

body .lp-event-card__date {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body .lp-event-card__time {
  flex: 0 0 auto !important;
  color: var(--lp-text-muted) !important;
  font-size: 0.88rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body .lp-card-date__segment {
  display: block !important;
  white-space: nowrap !important;
}

body .lp-feature-card__meta--date .lp-card-date__segment,
body .lp-event-card__date .lp-card-date__segment {
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

/* Locale switch separators use fixed geometry so EN | CS | DE spacing is even. */
body .lp-locale-switch {
  gap: 0 !important;
}

body .lp-locale-switch button,
body .lp-locale-switch a {
  position: relative !important;
  min-width: 0 !important;
  padding: 0 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body .lp-locale-switch button:first-child,
body .lp-locale-switch a:first-child {
  padding-left: 0 !important;
}

body .lp-locale-switch button:last-child,
body .lp-locale-switch a:last-child {
  padding-right: 0 !important;
}

body .lp-locale-switch button:not(:last-child)::after,
body .lp-locale-switch a:not(:last-child)::after {
  position: absolute !important;
  top: 50% !important;
  right: -2px !important;
  margin-left: 0 !important;
  transform: translateY(-50%) !important;
}

/* Filter defaults stay muted; non-default selected filters use the page orange. */
body .lp-filters .lp-input,
body .lp-filters .lp-select,
body .lp-combo__button,
body .lp-combo__label {
  color: #7d8396 !important;
  font-weight: 650 !important;
}

body .lp-filters .lp-field--date .lp-input[value=""],
body .lp-filters .lp-field--age .lp-select:has(option:checked[value=""]) {
  color: #7d8396 !important;
  font-weight: 650 !important;
}

body .lp-filters .lp-field--date .lp-input[value]:not([value=""]),
body .lp-filters .lp-field--age .lp-select:has(option:checked:not([value=""])),
body .lp-combo__button.is-selected,
body .lp-combo__button.is-selected .lp-combo__label,
body .lp-combo__button.is-selected [data-lp-multiselect-label] {
  color: #ff7a1a !important;
  font-weight: 750 !important;
}

body .lp-filters .lp-input::placeholder {
  color: #7d8396 !important;
  opacity: 1 !important;
}

/* Locale switch: equal text-to-pipe spacing using one separator before each following item. */
body .lp-locale-switch {
  gap: 0 !important;
}

body .lp-locale-switch button,
body .lp-locale-switch a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important;
  font-weight: 650 !important;
}

body .lp-locale-switch button:not(:last-child)::after,
body .lp-locale-switch a:not(:last-child)::after {
  content: "|" !important;
  display: inline-block !important;
  position: static !important;
  margin: 0 10px !important;
  color: #8a90a3 !important;
  font-weight: 650 !important;
  transform: none !important;
}

body .lp-locale-switch button:not(:first-child)::before,
body .lp-locale-switch a:not(:first-child)::before {
  content: none !important;
}

/* Pixel correction: keep locale separators centered in the gap, outside button text boxes. */
body .lp-locale-switch {
  align-items: center !important;
  column-gap: 20px !important;
  gap: 20px !important;
}

body .lp-locale-switch button,
body .lp-locale-switch a {
  display: block !important;
  position: relative !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  line-height: 1 !important;
}

body .lp-locale-switch button:not(:last-child)::after,
body .lp-locale-switch a:not(:last-child)::after {
  content: "|" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  left: calc(100% + 10px) !important;
  width: auto !important;
  margin: 0 !important;
  color: #8a90a3 !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  transform: translate(-50%, -50%) !important;
}

/* Locale switch final structure: real separators participate in layout. */
body .lp-locale-switch {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  column-gap: 8px !important;
  width: auto !important;
}

body .lp-locale-switch button,
body .lp-locale-switch a,
body .lp-locale-switch__separator {
  display: block !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

body .lp-locale-switch button:not(:last-child)::after,
body .lp-locale-switch a:not(:last-child)::after,
body .lp-locale-switch button:not(:first-child)::before,
body .lp-locale-switch a:not(:first-child)::before {
  content: none !important;
}

body .lp-locale-switch__separator {
  color: #8a90a3 !important;
  font-weight: 650 !important;
  font-size: 1rem !important;
}

@media (max-width: 900px) {
  body .lp-header .lp-locale-switch {
    display: none !important;
  }
}

/* Carousel dates: never break inside a date; ranges always stack after the dash. */
body .lp-public-shell .lp-feature-card__meta--date {
  display: grid !important;
  grid-template-columns: 15px minmax(0, max-content) !important;
  grid-template-rows: auto auto !important;
  column-gap: 7px !important;
  row-gap: 0 !important;
  align-items: center !important;
  justify-content: start !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  line-height: 1.12 !important;
}

body .lp-public-shell .lp-feature-card__meta--date::before {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: center !important;
}

body .lp-public-shell .lp-feature-card__meta--date .lp-card-date__segment {
  display: block !important;
  flex: 0 0 auto !important;
  width: max-content !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

body .lp-public-shell .lp-feature-card__meta--date .lp-card-date__segment:nth-of-type(1) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body .lp-public-shell .lp-feature-card__meta--date .lp-card-date__segment:nth-of-type(2) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

/* Calendar event cards: stable top row with no time wrapping and arena logo on the right. */
body .lp-calendar-event__topline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 6px !important;
  min-width: 0 !important;
}

body .lp-calendar-event__time {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

body .lp-calendar-event__arena-logo {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  background: #10152f !important;
  box-shadow: 0 0 0 1px rgba(16, 21, 47, 0.18) !important;
}

body .lp-calendar-event__arena-logo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: left center !important;
}

/* FAQ page reference layout. */
body .lp-faq-page {
  padding: 28px 0 18px;
  background:
    radial-gradient(circle at 82% 15%, rgba(91, 46, 230, 0.06), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f8f9fd 74%, #ffffff 100%);
}

body .lp-faq-wrap {
  width: min(100% - 96px, 1188px);
  margin: 0 auto;
}

body .lp-faq-page .lp-breadcrumb {
  margin-bottom: 30px;
}

body .lp-faq-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  min-height: 198px;
  gap: 24px;
}

body .lp-faq-hero__copy h1 {
  max-width: 740px;
  margin: 0;
  color: #070c2b;
  font-size: 2.86rem;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

body .lp-faq-hero__line {
  width: 74px;
  height: 5px;
  display: block;
  margin: 22px 0 28px;
  border-radius: 999px;
  background: #ff7a1a;
}

body .lp-faq-hero__copy p {
  max-width: 560px;
  margin: 0;
  color: #252a47;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.65;
}

body .lp-faq-hero__art {
  position: relative;
  min-height: 190px;
}

body .lp-faq-hero__bubble {
  position: absolute;
  right: 104px;
  top: 7px;
  width: 176px;
  height: 124px;
  border: 2px solid #d7cdfc;
  border-radius: 48% 48% 44% 44%;
  background: linear-gradient(145deg, #ffffff, #f7f4ff);
  box-shadow: 0 18px 36px rgba(38, 24, 112, 0.06);
}

body .lp-faq-hero__bubble::before {
  position: absolute;
  left: 40px;
  top: 38px;
  width: 86px;
  height: 52px;
  border-radius: 999px;
  background:
    linear-gradient(#c8bbff 0 0) 0 0 / 62px 7px no-repeat,
    linear-gradient(#c8bbff 0 0) 0 20px / 74px 7px no-repeat,
    linear-gradient(#c8bbff 0 0) 0 40px / 52px 7px no-repeat;
  content: "";
}

body .lp-faq-hero__bubble::after {
  position: absolute;
  left: 17px;
  bottom: -17px;
  width: 44px;
  height: 34px;
  border-left: 2px solid #d7cdfc;
  border-bottom: 2px solid #d7cdfc;
  border-radius: 0 0 0 22px;
  background: #fbf9ff;
  content: "";
  transform: skewX(-28deg);
}

body .lp-faq-hero__question {
  position: absolute;
  right: 12px;
  top: 78px;
  width: 124px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 3px solid #4320c9;
  border-radius: 30px 30px 30px 18px;
  color: #ffffff;
  background: linear-gradient(145deg, #8d66ff 0%, #4d27d9 100%);
  box-shadow: 0 15px 24px rgba(64, 35, 192, 0.26), inset 0 -8px 0 rgba(18, 9, 95, 0.14);
  font-size: 4.45rem;
  font-weight: 900;
  line-height: 1;
}

body .lp-faq-hero__question::after {
  position: absolute;
  right: 13px;
  bottom: -25px;
  width: 38px;
  height: 34px;
  border-right: 3px solid #4320c9;
  border-bottom: 3px solid #4320c9;
  border-radius: 0 0 16px 0;
  background: #4d27d9;
  content: "";
  transform: skewY(34deg);
}

body .lp-faq-hero__dots {
  position: absolute;
  right: -16px;
  top: 35px;
  width: 110px;
  height: 82px;
  opacity: 0.42;
  background-image: radial-gradient(circle, #c6bddf 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}

body .lp-faq-hero__rays {
  position: absolute;
  right: 44px;
  top: 0;
  width: 44px;
  height: 44px;
}

body .lp-faq-hero__rays::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#ff7a1a 0 0) 13px 0 / 4px 18px no-repeat,
    linear-gradient(#ff7a1a 0 0) 30px 14px / 4px 18px no-repeat,
    linear-gradient(#ff7a1a 0 0) 4px 24px / 4px 14px no-repeat;
  content: "";
  transform: rotate(14deg);
}

body .lp-faq-layout {
  display: grid;
  grid-template-columns: 266px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 34px;
}

body .lp-faq-sidebar {
  display: grid;
  gap: 22px;
}

body .lp-faq-card,
body .lp-faq-panel {
  border: 1px solid #e6e8f2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(30, 36, 74, 0.08);
}

body .lp-faq-card {
  padding: 22px;
}

body .lp-faq-categories h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 17px;
  color: #11162f;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

body .lp-faq-menu-icon {
  width: 22px;
  height: 22px;
  color: #5b2ee6;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M8 6h12M8 12h12M8 18h12'/%3E%3Cpath d='M4 6h.01M4 12h.01M4 18h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M8 6h12M8 12h12M8 18h12'/%3E%3Cpath d='M4 6h.01M4 12h.01M4 18h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-faq-categories nav {
  display: grid;
  gap: 7px;
}

body .lp-faq-categories a {
  min-height: 48px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 11px;
  padding: 0 12px;
  border-radius: 8px;
  color: #11162f;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

body .lp-faq-categories a:hover,
body .lp-faq-categories a:focus-visible,
body .lp-faq-categories a.is-active {
  color: #5b2ee6;
  background: linear-gradient(90deg, #f0eaff, #fbf9ff);
}

body .lp-faq-category-icon {
  width: 22px;
  height: 22px;
  color: currentColor;
  background: currentColor;
  -webkit-mask: var(--lp-faq-category-mask) center / contain no-repeat;
  mask: var(--lp-faq-category-mask) center / contain no-repeat;
}

body .lp-faq-category-icon--general {
  --lp-faq-category-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 6v6c0 5 3.5 8.5 8 10 4.5-1.5 8-5 8-10V6l-8-4Z'/%3E%3Cpath d='M12 8v.01M12 11v5'/%3E%3C/svg%3E");
}

body .lp-faq-category-icon--events {
  --lp-faq-category-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E");
}

body .lp-faq-category-icon--arenas {
  --lp-faq-category-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 20h16M6 20V9l6-4 6 4v11M9 20v-6h6v6M9 10h.01M15 10h.01'/%3E%3C/svg%3E");
}

body .lp-faq-category-icon--organizers {
  --lp-faq-category-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M16 11a4 4 0 1 0-8 0M3 20a7 7 0 0 1 14 0M17 10a3 3 0 0 1 4 3M19 20a5 5 0 0 0-3-4.5'/%3E%3C/svg%3E");
}

body .lp-faq-category-icon--account {
  --lp-faq-category-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}

body .lp-faq-category-icon--notifications {
  --lp-faq-category-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9M10 21h4'/%3E%3C/svg%3E");
}

body .lp-faq-category-icon--privacy {
  --lp-faq-category-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-11V5l-8-3-8 3v6c0 7 8 11 8 11Z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E");
}

body .lp-faq-category-icon--contact {
  --lp-faq-category-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5a8.5 8.5 0 0 1 8 8v.5Z'/%3E%3Cpath d='M8 12h.01M12 12h.01M16 12h.01'/%3E%3C/svg%3E");
}

body .lp-faq-category-chevron,
body .lp-faq-item__chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

body .lp-faq-category-chevron {
  justify-self: end;
  color: #6f7890;
  transform: rotate(-45deg);
}

body .lp-faq-help {
  display: grid;
  justify-items: center;
  text-align: center;
}

body .lp-faq-help__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 9px;
  color: #5b2ee6;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 14v-2a8 8 0 0 1 16 0v2M4 14a3 3 0 0 0 3 3h1v-6H7a3 3 0 0 0-3 3ZM20 14a3 3 0 0 1-3 3h-1v-6h1a3 3 0 0 1 3 3ZM16 17v1a3 3 0 0 1-3 3h-2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 14v-2a8 8 0 0 1 16 0v2M4 14a3 3 0 0 0 3 3h1v-6H7a3 3 0 0 0-3 3ZM20 14a3 3 0 0 1-3 3h-1v-6h1a3 3 0 0 1 3 3ZM16 17v1a3 3 0 0 1-3 3h-2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-faq-help h2 {
  margin: 0 0 10px;
  color: #11162f;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

body .lp-faq-help p {
  max-width: 170px;
  margin: 0 0 24px;
  color: #3f455f;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.6;
}

body .lp-faq-help a {
  min-height: 44px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 18px;
  border: 1px solid #6b3df4;
  border-radius: 8px;
  color: #5b2ee6;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

body .lp-faq-help__arrow {
  width: 18px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: skewX(-35deg);
}

body .lp-faq-panel {
  padding: 20px 23px;
}

body .lp-faq-callout {
  min-height: 122px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 88px;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
  padding: 20px 28px;
  border: 1px solid #d8ccff;
  border-radius: 10px;
  background: linear-gradient(90deg, #fbf8ff, #ffffff);
}

body .lp-faq-callout__info {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 4px solid #5b2ee6;
  border-radius: 999px;
  color: #5b2ee6;
  font-family: Georgia, serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

body .lp-faq-callout strong {
  display: block;
  margin-bottom: 6px;
  color: #11162f;
  font-size: 1.01rem;
  font-weight: 900;
  line-height: 1.3;
}

body .lp-faq-callout p {
  max-width: 540px;
  margin: 0;
  color: #252b43;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.55;
}

body .lp-faq-callout__calendar {
  position: relative;
  justify-self: end;
  width: 58px;
  height: 58px;
  border: 4px solid #5b2ee6;
  border-radius: 8px;
}

body .lp-faq-callout__calendar::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  height: 4px;
  background: #5b2ee6;
  content: "";
}

body .lp-faq-callout__calendar::after {
  position: absolute;
  right: -15px;
  bottom: -14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 3px solid #ff7a1a;
  border-radius: 999px;
  color: #ff7a1a;
  background: #ffffff;
  content: "x";
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

body .lp-faq-accordion {
  display: grid;
  gap: 10px;
}

body .lp-faq-item {
  border: 1px solid #e5e7f2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(30, 36, 74, 0.035);
}

body .lp-faq-item summary {
  min-height: 54px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  color: #11162f;
  list-style: none;
  cursor: pointer;
}

body .lp-faq-item summary::-webkit-details-marker {
  display: none;
}

body .lp-faq-item__number {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #5b2ee6;
  background: #ece6ff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

body .lp-faq-item__title {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.3;
}

body .lp-faq-item__chevron {
  justify-self: center;
  color: #5b2ee6;
  transform: rotate(45deg);
  transition: transform 150ms ease;
}

body .lp-faq-item[open] .lp-faq-item__chevron {
  transform: rotate(225deg);
}

body .lp-faq-item__body {
  padding: 0 58px 19px 58px;
}

body .lp-faq-item__body p {
  margin: 0;
  color: #252b43;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.62;
}

body .lp-faq-item__body p + p {
  margin-top: 10px;
}

@media (max-width: 980px) {
  body .lp-faq-wrap {
    width: min(100% - 40px, 1188px);
  }

  body .lp-faq-hero,
  body .lp-faq-layout {
    grid-template-columns: 1fr;
  }

  body .lp-faq-hero__art {
    display: none;
  }

  body .lp-faq-sidebar {
    order: 2;
  }
}

@media (max-width: 640px) {
  body .lp-faq-page {
    padding-top: 20px;
  }

  body .lp-faq-wrap {
    width: min(100% - 28px, 1188px);
  }

  body .lp-faq-hero__copy h1 {
    font-size: 2.1rem;
  }

  body .lp-faq-card,
  body .lp-faq-panel {
    padding: 16px;
    border-radius: 12px;
  }

  body .lp-faq-callout {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  body .lp-faq-callout__info {
    width: 42px;
    height: 42px;
    border-width: 3px;
    font-size: 1.55rem;
  }

  body .lp-faq-callout__calendar {
    display: none;
  }

  body .lp-faq-item summary {
    min-height: 58px;
    grid-template-columns: 26px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 0 12px;
  }

  body .lp-faq-item__title {
    font-size: 0.94rem;
  }

  body .lp-faq-item__body {
    padding: 0 14px 16px 48px;
  }
}

/* Legal document pages matching the v3 Terms and Privacy reference. */
body .lp-legal-page {
  padding: 28px 0 18px;
  background:
    radial-gradient(circle at 82% 15%, rgba(91, 46, 230, 0.06), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f8f9fd 74%, #ffffff 100%);
}

body .lp-legal-wrap {
  width: min(100% - 96px, 1188px);
  margin: 0 auto;
}

body .lp-legal-page .lp-breadcrumb {
  margin-bottom: 28px;
}

body .lp-legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 354px;
  align-items: center;
  min-height: 214px;
  gap: 34px;
}

body .lp-legal-hero__copy h1 {
  margin: 0;
  color: #070c2b;
  font-size: 2.72rem;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

body .lp-legal-hero__line {
  width: 74px;
  height: 5px;
  display: block;
  margin: 22px 0 28px;
  border-radius: 999px;
  background: #ff7a1a;
}

body .lp-legal-hero__copy p {
  max-width: 690px;
  margin: 0;
  color: #252a47;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.65;
}

body .lp-legal-updated {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid #e6e8f2;
  border-radius: 999px;
  color: #697086;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(30, 36, 74, 0.08);
  font-size: 0.84rem;
  font-weight: 700;
}

body .lp-legal-updated__icon {
  width: 16px;
  height: 16px;
  color: #697086;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18M8 14h.01M12 14h.01M16 14h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18M8 14h.01M12 14h.01M16 14h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-legal-hero__art {
  position: relative;
  min-height: 206px;
}

body .lp-legal-art__document {
  position: absolute;
  right: 86px;
  top: 2px;
  width: 164px;
  height: 188px;
  border: 2px solid #d7cdfc;
  border-radius: 14px;
  background: linear-gradient(160deg, #ffffff 0%, #f3efff 100%);
  box-shadow: 0 18px 30px rgba(38, 24, 112, 0.12);
  transform: rotate(3deg) skewX(-7deg);
}

body .lp-legal-art__document::before {
  position: absolute;
  left: 34px;
  top: 38px;
  width: 92px;
  height: 76px;
  border-radius: 999px;
  background:
    linear-gradient(#c8bbff 0 0) 0 0 / 58px 7px no-repeat,
    linear-gradient(#c8bbff 0 0) 0 25px / 94px 7px no-repeat,
    linear-gradient(#c8bbff 0 0) 0 50px / 78px 7px no-repeat,
    linear-gradient(#c8bbff 0 0) 0 73px / 56px 7px no-repeat;
  content: "";
}

body .lp-legal-art__document::after {
  position: absolute;
  left: 28px;
  bottom: 34px;
  width: 58px;
  height: 30px;
  border-left: 4px solid #697086;
  border-bottom: 4px solid #697086;
  border-radius: 0 0 0 22px;
  content: "";
  transform: rotate(-14deg);
}

body .lp-legal-art__shield {
  position: absolute;
  right: 34px;
  top: 86px;
  width: 86px;
  height: 102px;
  border: 4px solid #4525c9;
  border-radius: 28px 28px 38px 38px;
  background: linear-gradient(145deg, #8162ff, #4321ca);
  box-shadow: 0 18px 30px rgba(57, 32, 176, 0.28);
  clip-path: polygon(50% 0, 92% 14%, 86% 75%, 50% 100%, 14% 75%, 8% 14%);
}

body .lp-legal-art__shield::before {
  position: absolute;
  left: 27px;
  top: 39px;
  width: 30px;
  height: 16px;
  border-left: 8px solid #ffffff;
  border-bottom: 8px solid #ffffff;
  border-radius: 4px;
  content: "";
  transform: rotate(-45deg);
}

body .lp-legal-art__dots {
  position: absolute;
  right: 0;
  top: 54px;
  width: 105px;
  height: 86px;
  opacity: 0.42;
  background-image: radial-gradient(circle, #c6bddf 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}

body .lp-legal-art__rays {
  position: absolute;
  right: 236px;
  top: 22px;
  width: 44px;
  height: 44px;
}

body .lp-legal-art__rays::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#ff7a1a 0 0) 13px 0 / 4px 18px no-repeat,
    linear-gradient(#ff7a1a 0 0) 30px 14px / 4px 18px no-repeat,
    linear-gradient(#ff7a1a 0 0) 4px 24px / 4px 14px no-repeat;
  content: "";
  transform: rotate(14deg);
}

body .lp-legal-layout {
  display: grid;
  grid-template-columns: 266px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 34px;
}

body .lp-legal-sidebar {
  display: grid;
  gap: 22px;
}

body .lp-legal-card,
body .lp-legal-panel {
  border: 1px solid #e6e8f2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(30, 36, 74, 0.08);
}

body .lp-legal-card {
  padding: 22px;
}

body .lp-legal-toc h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 13px;
  color: #11162f;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
}

body .lp-legal-toc ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body .lp-legal-toc a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eceef6;
  color: #151a34;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.32;
  text-decoration: none;
}

body .lp-legal-toc li:first-child a {
  border-top: 0;
}

body .lp-legal-toc a:hover,
body .lp-legal-toc a:focus-visible {
  color: #5b2ee6;
}

body .lp-legal-toc a > span:first-child,
body .lp-legal-section-number {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #5b2ee6;
  background: #ece6ff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

body .lp-legal-help {
  display: grid;
  justify-items: center;
  text-align: center;
}

body .lp-legal-help__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 9px;
  color: #5b2ee6;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.1 9a3 3 0 1 1 5.8 1c-.6 1-1.8 1.4-2.4 2.2-.3.4-.5.8-.5 1.3M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.1 9a3 3 0 1 1 5.8 1c-.6 1-1.8 1.4-2.4 2.2-.3.4-.5.8-.5 1.3M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-legal-help h2 {
  margin: 0 0 10px;
  color: #11162f;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.2;
}

body .lp-legal-help p {
  max-width: 174px;
  margin: 0 0 22px;
  color: #3f455f;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.6;
}

body .lp-legal-help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #5b2ee6;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

body .lp-legal-panel {
  padding: 26px 28px 24px;
}

body .lp-legal-callout {
  min-height: 122px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 88px;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  padding: 20px 28px;
  border: 1px solid #d8ccff;
  border-radius: 10px;
  background: linear-gradient(90deg, #fbf8ff, #ffffff);
}

body .lp-legal-document-section {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  margin-top: 21px;
  scroll-margin-top: 96px;
}

body .lp-legal-document-section h2 {
  margin: 0 0 8px;
  color: #11162f;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

body .lp-legal-document-section p {
  margin: 0;
  color: #252b43;
  font-size: 0.91rem;
  font-weight: 500;
  line-height: 1.62;
}

body .lp-legal-document-section p + p {
  margin-top: 9px;
}

body .lp-legal-contact {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(190px, auto);
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 18px 22px;
  border: 1px solid #ffb47a;
  border-radius: 10px;
  background: #fff8f3;
}

body .lp-legal-contact__icon {
  width: 44px;
  height: 44px;
  color: #ff7a1a;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 14v-2a8 8 0 0 1 16 0v2M4 14a3 3 0 0 0 3 3h1v-6H7a3 3 0 0 0-3 3ZM20 14a3 3 0 0 1-3 3h-1v-6h1a3 3 0 0 1 3 3ZM16 17v1a3 3 0 0 1-3 3h-2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 14v-2a8 8 0 0 1 16 0v2M4 14a3 3 0 0 0 3 3h1v-6H7a3 3 0 0 0-3 3ZM20 14a3 3 0 0 1-3 3h-1v-6h1a3 3 0 0 1 3 3ZM16 17v1a3 3 0 0 1-3 3h-2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-legal-contact h2 {
  margin: 0 0 6px;
  color: #11162f;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.2;
}

body .lp-legal-contact p {
  margin: 0;
  color: #3f455f;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.5;
}

body .lp-legal-contact__links {
  display: grid;
  gap: 9px;
}

body .lp-legal-contact__links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #5b2ee6;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

body .lp-legal-contact__link-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: currentColor;
  background: currentColor;
  -webkit-mask: var(--lp-legal-contact-icon) center / contain no-repeat;
  mask: var(--lp-legal-contact-icon) center / contain no-repeat;
}

body .lp-legal-contact__link-icon--mail {
  --lp-legal-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

body .lp-legal-contact__link-icon--web {
  --lp-legal-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

@media (max-width: 980px) {
  body .lp-legal-wrap {
    width: min(100% - 40px, 1188px);
  }

  body .lp-legal-hero,
  body .lp-legal-layout {
    grid-template-columns: 1fr;
  }

  body .lp-legal-hero__art {
    display: none;
  }

  body .lp-legal-sidebar {
    order: 2;
  }
}

@media (max-width: 640px) {
  body .lp-legal-page {
    padding-top: 20px;
  }

  body .lp-legal-wrap {
    width: min(100% - 28px, 1188px);
  }

  body .lp-legal-hero__copy h1 {
    font-size: 2.1rem;
  }

  body .lp-legal-card,
  body .lp-legal-panel {
    padding: 16px;
    border-radius: 12px;
  }

  body .lp-legal-callout {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  body .lp-legal-callout .lp-faq-callout__calendar {
    display: none;
  }

  body .lp-legal-document-section {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
  }

  body .lp-legal-document-section h2 {
    font-size: 1.08rem;
  }

  body .lp-legal-contact {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  body .lp-legal-contact__links {
    grid-column: 1 / -1;
  }
}

/* Authentication screens. */
body .lp-auth-page {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 48px 0 64px;
  box-sizing: border-box;
}

body .lp-auth-shell {
  min-height: 780px;
  display: grid;
  grid-template-columns: 470px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #e3e6f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(24, 30, 68, 0.09);
}

body .lp-auth-brand-panel {
  position: relative;
  min-height: 780px;
  display: grid;
  align-content: start;
  overflow: hidden;
  padding: 58px 48px 0;
  color: #ffffff;
  background: linear-gradient(160deg, #4428ce 0%, #2c1a94 58%, #0d0926 100%);
}

body .lp-auth-brand-logo {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: #ffffff;
  text-decoration: none;
}

body .lp-auth-brand-logo img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}

body .lp-auth-brand-logo strong {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 850;
  line-height: 1;
}

body .lp-auth-brand-logo small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 800;
}

body .lp-auth-brand-copy {
  max-width: 380px;
  margin-top: 82px;
}

body .lp-auth-brand-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: 2.68rem;
  font-weight: 850;
  line-height: 1.42;
  letter-spacing: 0;
}

body .lp-auth-brand-copy > span {
  width: 42px;
  height: 4px;
  display: block;
  margin: 24px 0 22px;
  border-radius: 999px;
  background: #ff8a00;
}

body .lp-auth-brand-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.55;
}

body .lp-auth-lasers {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 44%, rgba(0, 190, 255, 0.72), transparent 15%),
    radial-gradient(circle at 56% 48%, rgba(124, 45, 255, 0.65), transparent 16%),
    radial-gradient(circle at 82% 34%, rgba(255, 111, 18, 0.72), transparent 15%),
    #0d0926;
}

body .lp-auth-lasers span {
  position: absolute;
  left: -110px;
  width: 760px;
  height: 8px;
  border-radius: 999px;
  opacity: 0.82;
  filter: blur(1px);
}

body .lp-auth-lasers span:nth-child(1) {
  top: 172px;
  background: #08b7ff;
  box-shadow: 0 0 18px #08b7ff;
  transform: rotate(17deg);
}

body .lp-auth-lasers span:nth-child(2) {
  top: 180px;
  background: #ff7a1a;
  box-shadow: 0 0 18px #ff7a1a;
  transform: rotate(-13deg);
}

body .lp-auth-lasers span:nth-child(3) {
  top: 136px;
  background: #7c2cff;
  box-shadow: 0 0 22px #7c2cff;
  transform: rotate(-36deg);
}

body .lp-auth-lasers span:nth-child(4) {
  top: 86px;
  background: rgba(255, 122, 26, 0.82);
  box-shadow: 0 0 22px rgba(255, 122, 26, 0.78);
  transform: rotate(-21deg);
}

body .lp-auth-lasers span:nth-child(5) {
  top: 242px;
  background: rgba(89, 42, 255, 0.86);
  box-shadow: 0 0 20px rgba(89, 42, 255, 0.82);
  transform: rotate(-11deg);
}

body .lp-auth-panel {
  display: grid;
  align-content: start;
  padding: 58px 64px;
}

body .lp-auth-tabs {
  height: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-bottom: 56px;
  border: 1px solid #e3e6f0;
  border-radius: 14px;
  background: #ffffff;
}

body .lp-auth-tabs a {
  position: relative;
  display: grid;
  place-items: center;
  color: #596071;
  background: #ffffff;
  font-size: 0.98rem;
  font-weight: 900;
  text-decoration: none;
}

body .lp-auth-tabs a:focus-visible {
  z-index: 1;
}


body .lp-auth-tabs a.is-active {
  color: #5b2ee6;
  background: #faf8ff;
}

body .lp-auth-tabs a.is-active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #5b2ee6;
  content: "";
}

body .lp-auth-form {
  display: grid;
  gap: 28px;
}

body .lp-auth-field {
  display: grid;
  gap: 9px;
}

body .lp-auth-field > span:first-child,
body .lp-auth-field > label:first-child {
  color: #697086;
  font-size: 0.86rem;
  font-weight: 900;
}

body .lp-auth-input-wrap {
  position: relative;
  display: block;
}

body .lp-auth-input-wrap::before {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 16px;
  height: 16px;
  color: #697086;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
  -webkit-mask: var(--lp-auth-input-icon) center / contain no-repeat;
  mask: var(--lp-auth-input-icon) center / contain no-repeat;
}

body .lp-auth-input-wrap--plain::before {
  content: none;
}

body .lp-auth-input-wrap--email {
  --lp-auth-input-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

body .lp-auth-input-wrap--password {
  --lp-auth-input-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E");
}

body .lp-auth-password-toggle {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 50%;
  display: inline-grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  place-items: center;
  color: #697086;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

body .lp-auth-password-toggle:hover {
  color: #1d2440;
  background: #f0f1f4;
}

body .lp-auth-password-toggle > span {
  width: 19px;
  height: 19px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-auth-password-toggle.is-password-visible > span {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m3 3 18 18'/%3E%3Cpath d='M10.6 5.2A10.9 10.9 0 0 1 12 5c6.5 0 10 7 10 7a17.3 17.3 0 0 1-2.1 3.1M6.6 6.6C3.6 8.6 2 12 2 12s3.5 7 10 7a10.7 10.7 0 0 0 5.4-1.4M9.9 9.9a3 3 0 0 0 4.2 4.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m3 3 18 18'/%3E%3Cpath d='M10.6 5.2A10.9 10.9 0 0 1 12 5c6.5 0 10 7 10 7a17.3 17.3 0 0 1-2.1 3.1M6.6 6.6C3.6 8.6 2 12 2 12s3.5 7 10 7a10.7 10.7 0 0 0 5.4-1.4M9.9 9.9a3 3 0 0 0 4.2 4.2'/%3E%3C/svg%3E");
}

body .lp-auth-input-wrap input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px 0 38px;
  border: 1px solid #e1e5f0;
  border-radius: 12px;
  color: #1d2440;
  background: #ffffff;
  font-size: 0.98rem;
  font-weight: 650;
  outline: 0;
}

body .lp-auth-input-wrap--password input {
  padding-right: 50px;
}

body .lp-auth-input-wrap--plain input {
  padding-left: 18px;
}

body .lp-auth-input-wrap input::placeholder {
  color: #697086;
  font-weight: 600;
}


body .lp-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: -3px;
  color: #11162f;
  font-size: 0.95rem;
  font-weight: 650;
}

body .lp-auth-remember,
body .lp-auth-consents label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

body .lp-auth-remember input,
body .lp-auth-consents input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: #5b2ee6;
}

body .lp-auth-options a,
body .lp-auth-consents a,
body .lp-auth-consent-note a,
body .lp-auth-note a {
  color: #5b2ee6;
  font-weight: 900;
  text-decoration: none;
}

body .lp-auth-consents {
  display: grid;
  gap: 12px;
  margin-top: -4px;
  color: #11162f;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.45;
}

body .lp-auth-consent-note {
  margin: -4px 0 0;
  color: #454b63;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.55;
}

body .lp-auth-hint {
  margin: -8px 0 0;
  color: #697086;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.5;
}

body .lp-auth-note {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 38px;
  padding: 16px 18px;
  border: 1px solid #d9ccff;
  border-radius: 12px;
  color: #454b63;
  background: #faf7ff;
  font-size: 0.96rem;
  font-weight: 650;
}

body .lp-auth-note__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #5f5696;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 980px) {
  body .lp-auth-page {
    width: min(100% - 32px, 720px);
    padding: 34px 0;
  }

  body .lp-auth-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body .lp-auth-brand-panel {
    min-height: 410px;
  }

  body .lp-auth-panel {
    padding: 38px 34px;
  }
}

@media (max-width: 620px) {
  body .lp-auth-page {
    width: min(100% - 24px, 720px);
    padding: 18px 0 28px;
  }

  body .lp-auth-brand-panel {
    min-height: 360px;
    padding: 32px 28px 0;
  }

  body .lp-auth-brand-logo {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  body .lp-auth-brand-logo img {
    width: 46px;
    height: 46px;
  }

  body .lp-auth-brand-logo strong {
    font-size: 1.45rem;
  }

  body .lp-auth-brand-copy {
    margin-top: 46px;
  }

  body .lp-auth-brand-copy h1 {
    font-size: 2rem;
  }

  body .lp-auth-panel {
    padding: 28px 20px;
  }

  body .lp-auth-options,
  body .lp-auth-note {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Cross-page component alignment: keep secondary pages on the same UI language as the public calendar. */
body .lp-admin-layout,
body .lp-auth-page,
body .lp-faq-page,
body .lp-legal-page,
body .lp-info-page,
body .lp-event-detail,
body .lp-entity-detail {
  font-family: var(--lp-font) !important;
}

body .lp-auth-tabs {
  border-radius: var(--lp-radius) !important;
}

body .lp-auth-tabs a {
  font-family: var(--lp-font) !important;
  font-size: 0.88rem !important;
  font-weight: 750 !important;
  text-transform: uppercase !important;
}

body .lp-auth-tabs a.is-active {
  color: var(--lp-text) !important;
  background: var(--lp-surface-strong) !important;
}

body .lp-faq-callout__info {
  border-color: #5b2ee6 !important;
  color: #5b2ee6 !important;
  font-family: var(--lp-font) !important;
  font-size: 0 !important;
}

body .lp-faq-callout__info::before {
  width: 22px;
  height: 22px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 10v7M12 7h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 10v7M12 7h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-arena-action,
body .lp-arena-stat__icon {
  color: #5b2ee6 !important;
  background: #ede8ff !important;
}

body .lp-arena-action::before,
body .lp-arena-stat__icon::before {
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  background: currentColor !important;
  content: "" !important;
  font-size: 0 !important;
}

body .lp-arena-stat__icon--system::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-arena-action--email::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-arena-action--web::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-arena-action--phone::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.9a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.2-1.2a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.9.7A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.9a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.2-1.2a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.9.7A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-arena-action--youtube::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M10 15.5v-7l6 3.5-6 3.5Zm2-11.5c-2.4 0-4.7.1-6.1.3-1.1.2-2 1-2.2 2.1C3.5 7.8 3.4 9.8 3.4 12s.1 4.2.3 5.6c.2 1.1 1.1 1.9 2.2 2.1 1.4.2 3.7.3 6.1.3s4.7-.1 6.1-.3c1.1-.2 2-1 2.2-2.1.2-1.4.3-3.4.3-5.6s-.1-4.2-.3-5.6c-.2-1.1-1.1-1.9-2.2-2.1C16.7 4.1 14.4 4 12 4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M10 15.5v-7l6 3.5-6 3.5Zm2-11.5c-2.4 0-4.7.1-6.1.3-1.1.2-2 1-2.2 2.1C3.5 7.8 3.4 9.8 3.4 12s.1 4.2.3 5.6c.2 1.1 1.1 1.9 2.2 2.1 1.4.2 3.7.3 6.1.3s4.7-.1 6.1-.3c1.1-.2 2-1 2.2-2.1.2-1.4.3-3.4.3-5.6s-.1-4.2-.3-5.6c-.2-1.1-1.1-1.9-2.2-2.1C16.7 4.1 14.4 4 12 4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-arena-stat__icon--size::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h6M4 4v6M20 20h-6M20 20v-6M20 4h-6M20 4v6M4 20h6M4 20v-6'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h6M4 4v6M20 20h-6M20 20v-6M20 4h-6M20 4v6M4 20h6M4 20v-6'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-arena-stat__icon--rooms::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M12 4v16M3 12h18'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M12 4v16M3 12h18'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-arena-stat__icon--hw::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Crect x='9' y='9' width='6' height='6' rx='1'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M20 9h3M20 15h3M1 9h3M1 15h3'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Crect x='9' y='9' width='6' height='6' rx='1'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M20 9h3M20 15h3M1 9h3M1 15h3'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

/* Arena detail plan dialog and explicit external website action. */
body .lp-entity-detail--arena .lp-arena-hero {
  align-items: start;
}

body .lp-entity-detail--arena .lp-arena-hero__visuals {
  width: 100%;
  display: grid;
  align-self: start;
  gap: 12px;
}

body .lp-entity-detail--arena .lp-arena-action--web {
  width: 44px;
  height: 44px;
}

body .lp-entity-detail--arena .lp-arena-plan__trigger {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #0b0927;
  box-shadow: 0 18px 36px rgba(22, 27, 57, 0.12);
  cursor: pointer;
}

body .lp-entity-detail--arena .lp-arena-plan__trigger img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body .lp-entity-detail--arena .lp-arena-plan__trigger:hover {
  box-shadow: 0 20px 42px rgba(22, 27, 57, 0.18);
}


body .lp-arena-map-dialog {
  width: min(1100px, calc(100vw - 40px));
  max-width: none;
  height: min(820px, calc(100vh - 40px));
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 16px;
  color: #11152d;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(10, 8, 32, 0.38);
}

body .lp-arena-map-dialog::backdrop {
  background: rgba(10, 8, 32, 0.76);
}

body .lp-arena-map-dialog__panel {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
}

body .lp-arena-map-dialog__header,
body .lp-arena-map-dialog__toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #e1e5f0;
}

body .lp-arena-map-dialog__header {
  justify-content: space-between;
}

body .lp-arena-map-dialog__header h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

body .lp-arena-map-dialog__toolbar {
  justify-content: center;
  background: #f7f7fb;
}

body .lp-entity-detail--arena .lp-arena-map-dialog__toolbar {
  flex-wrap: wrap;
}

body .lp-arena-map-dialog__close,
body .lp-arena-map-dialog__toolbar button {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 8px 12px;
  border: 1px solid #cfd4e2;
  border-radius: 9px;
  color: #292044;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

body .lp-arena-map-dialog__close {
  padding: 0;
  font-size: 1.7rem;
  line-height: 1;
}

body .lp-arena-map-dialog__toolbar button:disabled {
  cursor: default;
  opacity: 0.45;
}

body .lp-arena-map-dialog__surface {
  overflow: auto;
  padding: 18px;
  background: #e9eaf0;
  overscroll-behavior: contain;
}

body .lp-arena-map-dialog__surface img {
  width: var(--lp-arena-map-width, auto);
  max-width: none;
  height: auto;
  display: block;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(22, 27, 57, 0.16);
}

html.lp-arena-map-dialog-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  body .lp-entity-detail--arena .lp-arena-hero__visuals {
    width: min(100%, 220px);
  }

  body .lp-arena-map-dialog {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    border-radius: 12px;
  }

  body .lp-arena-map-dialog__header,
  body .lp-arena-map-dialog__toolbar {
    padding: 10px;
  }

  body .lp-arena-map-dialog__surface {
    padding: 10px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
    --lp-bg: #292929;
    --lp-surface-muted: #ededed;
    --lp-surface-strong: #dfdfdf;
    --lp-border: #d0d0d0;
    --lp-border-strong: #b8b8b8;
  }

  html,
  body {
    background: #292929;
  }
}

@media (forced-colors: active) {

  body .lp-site-menu__icon,
  body .lp-share-filter-button::before {
    background: CanvasText;
  }

  body .lp-skill__segment {
    border: 1px solid CanvasText;
  }

  body .lp-filters__chevron,
  body .lp-combo__chevron {
    border-color: CanvasText;
  }
}

/* NV-S1: event discovery search, neutral surfaces, date strip, and footer. */
:root {
  --lp-bg: #f5f5f5;
  --lp-surface: #ffffff;
  --lp-surface-muted: #eef0f3;
  --lp-surface-strong: #e2e5e9;
  --lp-border: #d5d9df;
  --lp-border-strong: #d5d9df;
}

html,
body,
body .lp-main {
  background: var(--lp-bg);
}

body .lp-header {
  border-bottom-color: #d5d9df;
  background: rgba(255, 255, 255, 0.96);
}

body .lp-filter-band,
body .lp-calendar-section {
  background-color: #ffffff;
}

@media (min-width: 901px) {
  body .lp-filters__summary {
    grid-template-columns: auto minmax(220px, 280px) minmax(0, 1fr) auto;
  }

  body .lp-filters__search,
  body .lp-filters__search .lp-search-control {
    width: min(280px, 100%);
    max-width: 280px;
    min-width: 0;
  }
}

body .lp-calendar__date,
body .lp-calendar__day.is-past .lp-calendar__date,
body .lp-calendar__day.is-today .lp-calendar__date {
  color: var(--lp-text);
  background: #fbfcff;
}

body .lp-calendar__date strong {
  font-weight: 700 !important;
}

body .lp-calendar__day.is-past .lp-calendar__date strong {
  color: var(--lp-text);
  font-weight: 800 !important;
}

body .lp-footer,
body .lp-footer__inner,
body .lp-footer__bottom {
  background: #eef0f3 !important;
}

body .lp-footer {
  margin-top: 36px;
  border-top: 1px solid #d5d9df;
}

body .lp-footer__inner {
  width: 100%;
  height: 188px !important;
  min-height: 0 !important;
  grid-template-columns: minmax(300px, 1.15fr) repeat(2, minmax(150px, 0.7fr)) !important;
  gap: 28px;
  align-items: start;
  padding: 22px 32px 18px !important;
  overflow: hidden !important;
}

body .lp-footer__inner::before {
  content: none !important;
}

body .lp-footer__inner::after {
  content: "" !important;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 35%;
  height: 8px;
  background: #ff7a1a;
  transform: rotate(1.3deg);
  transform-origin: right top;
}

body .lp-footer__brand {
  min-height: 0 !important;
  grid-template-columns: 1fr !important;
  grid-template-areas:
    "wordmark"
    "subtitle"
    "description" !important;
  color: var(--lp-text) !important;
}

body .lp-footer__brand strong,
body .lp-footer__brand strong span,
body .lp-footer__brand strong .lp-brand__fun,
body .lp-footer__brand small,
body .lp-footer__brand p {
  color: var(--lp-text) !important;
}

body .lp-footer__brand strong {
  margin: 0 !important;
  font-size: 1.35rem !important;
}

body .lp-footer__brand small {
  font-size: 0.8rem !important;
}

body .lp-footer__brand p {
  max-width: 232px !important;
  margin-top: 10px !important;
  font-size: 0.82rem !important;
  line-height: 1.36 !important;
}

body .lp-footer__inner > div:not(.lp-footer__brand) {
  padding-top: 12px;
}

body .lp-footer__inner > div:not(.lp-footer__brand) strong {
  margin: 0 0 18px !important;
  color: var(--lp-text) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body .lp-footer__inner > div:not(.lp-footer__brand) p,
body .lp-footer__inner > div:not(.lp-footer__brand) a {
  margin: 0 0 12px !important;
  color: var(--lp-text) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body .lp-footer__bottom {
  min-height: 34px !important;
  padding: 0 32px;
  border-top-color: #d5d9df !important;
  color: var(--lp-text-muted) !important;
  font-size: 0.78rem !important;
}

@media (max-width: 900px) {
  body .lp-filters__summary {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "toggle reset"
      "search search"
      "state state";
    gap: 6px 10px;
    padding: 4px 0 8px;
  }

  body .lp-filters__toggle {
    grid-area: toggle;
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  body .lp-filters__search {
    grid-area: search;
    width: min(280px, 100%);
    max-width: 280px;
    min-width: 0;
    justify-self: center;
  }

  body .lp-filters__search .lp-search-control {
    width: min(280px, 100%);
    max-width: 280px;
  }

  body .lp-filters__state {
    grid-area: state;
  }

  body .lp-filters__reset {
    grid-area: reset;
  }

  body .lp-filters__title-stack,
  body .lp-filters__title {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body .lp-filters.is-open .lp-filters__search,
  body .lp-filters[data-expanded="true"] .lp-filters__search {
    position: fixed;
    z-index: 1102;
    top: 72px;
    right: auto;
    left: 50%;
    width: min(280px, calc(100vw - 32px));
    max-width: 280px;
    transform: translateX(-50%);
  }

  body .lp-filters.is-open .lp-form,
  body .lp-filters[data-expanded="true"] .lp-form {
    margin-top: 56px;
  }

  body .lp-filters--labeled-search.is-open .lp-form,
  body .lp-filters--labeled-search[data-expanded="true"] .lp-form {
    margin-top: 80px;
  }

  body .lp-footer__inner {
    height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 18px;
    padding: 24px 20px !important;
    overflow: visible !important;
  }

  body .lp-footer__inner::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 6px;
  }

  body .lp-footer__bottom {
    padding: 10px 20px;
  }
}
/* P4A auth/profile hierarchy and secondary account actions. */
body .lp-auth-page .lp-auth-shell {
  min-height: 690px;
}

body .lp-auth-page .lp-auth-brand-panel {
  min-height: 690px;
}

body .lp-auth-page .lp-auth-brand-title {
  margin: 0;
  color: #ffffff;
  font-size: 2.68rem;
  font-weight: 850;
  line-height: 1.25;
}

body .lp-auth-page .lp-auth-panel {
  gap: 24px;
}

body .lp-auth-page .lp-auth-tabs {
  margin-bottom: 4px;
}

body .lp-auth-page .lp-auth-task-title {
  margin: 0;
  color: #1d2440;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.15;
}

body .lp-auth-page .lp-auth-form {
  gap: 20px;
}

body .lp-auth-page .lp-auth-alternate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: #697086;
  font-size: 0.94rem;
  font-weight: 650;
}

body .lp-auth-page .lp-auth-alternate a,
body .lp-auth-page .lp-auth-consent-note a {
  color: #4a22c8;
  font-weight: 800;
  text-underline-offset: 3px;
}


body .lp-profile-page .lp-profile-logout {
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e1e5f0;
}

body .lp-profile-page .lp-profile-logout .lp-button {
  min-width: 0;
}

@media (max-width: 980px) {
  body .lp-auth-page .lp-auth-shell,
  body .lp-auth-page .lp-auth-brand-panel {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body .lp-auth-page .lp-auth-brand-panel {
    min-height: 112px;
    padding: 24px;
  }

  body .lp-auth-page .lp-auth-brand-copy,
  body .lp-auth-page .lp-auth-lasers {
    display: none;
  }

  body .lp-auth-page .lp-auth-panel {
    gap: 20px;
    padding: 24px 20px;
  }

  body .lp-auth-page .lp-auth-tabs {
    height: 52px;
  }

  body .lp-profile-page .lp-profile-logout {
    justify-content: stretch;
  }

  body .lp-profile-page .lp-profile-logout .lp-button {
    width: 100%;
  }
}


/* OP-8 authentication and profile states. */
body .lp-auth-shell--compact,
body .lp-auth-shell--compact .lp-auth-brand-panel {
  min-height: 810px;
}

body .lp-auth-panel--verification {
  align-content: center;
  gap: 30px;
}

body .lp-auth-state {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

body .lp-auth-state__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #5b2ee6, #3417ba);
}

body .lp-auth-state__icon::before {
  width: 26px;
  height: 14px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  content: "";
  transform: translateY(-3px) rotate(-45deg);
}

body .lp-auth-state--invalid .lp-auth-state__icon {
  background: #c33b46;
}

body .lp-auth-state--invalid .lp-auth-state__icon::before {
  width: 24px;
  height: 24px;
  border: 0;
  background:
    linear-gradient(45deg, transparent 44%, currentColor 45% 55%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, currentColor 45% 55%, transparent 56%);
  transform: none;
}

body .lp-auth-state--unavailable .lp-auth-state__icon {
  background: #a64b00;
}

body .lp-auth-state--unavailable .lp-auth-state__icon::before {
  width: 5px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(to bottom, currentColor 0 68%, transparent 68% 82%, currentColor 82% 100%);
  transform: none;
}

body .lp-auth-state h2 {
  margin: 0;
  color: #1d2440;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.16;
}

body .lp-auth-state p {
  max-width: 470px;
  margin: 0;
  color: #596071;
  font-size: 1rem;
  line-height: 1.6;
}

body .lp-auth-consents label {
  min-height: 44px;
  align-items: center;
  padding: 6px 0;
  cursor: pointer;
}

body .lp-auth-consents input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
}

body .lp-auth-consents a {
  text-decoration: underline;
  text-underline-offset: 3px;
}


body .lp-profile-page {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 48px 0 72px;
  box-sizing: border-box;
  color: #1d2440;
  font-family: var(--lp-font);
}

body .lp-profile-heading {
  margin-bottom: 30px;
}

body .lp-profile-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #5b2ee6;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body .lp-profile-heading h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

body .lp-profile-heading p {
  max-width: 700px;
  margin: 12px 0 0;
  color: #596071;
  font-size: 1.03rem;
  line-height: 1.6;
}

body .lp-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body .lp-profile-card {
  padding: 28px;
  border: 1px solid #e1e5f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(24, 30, 68, 0.07);
}

body .lp-profile-card--wide {
  margin-top: 24px;
}

body .lp-profile-card--unavailable {
  max-width: 720px;
  border-color: #ecd0d3;
  background: #fffafb;
}

body .lp-profile-card--unavailable h2,
body .lp-profile-card--unavailable p {
  margin: 0;
}

body .lp-profile-card--unavailable p {
  margin-top: 10px;
  color: #596071;
  line-height: 1.6;
}

body .lp-profile-card__heading {
  margin-bottom: 24px;
}

body .lp-profile-card__heading h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
}

body .lp-profile-card__heading p {
  margin: 8px 0 0;
  color: #596071;
  line-height: 1.55;
}

body .lp-profile-form {
  display: grid;
  gap: 20px;
}

body .lp-profile-field {
  display: grid;
  gap: 8px;
  color: #353c55;
  font-size: 0.9rem;
  font-weight: 800;
}

body .lp-profile-field input,
body .lp-profile-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #d9deeb;
  border-radius: 10px;
  color: #1d2440;
  background: #ffffff;
  font: inherit;
  font-weight: 650;
}

body .lp-profile-field input[readonly] {
  color: #596071;
  background: #f5f6fa;
}

body .lp-profile-field small {
  color: #697086;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.45;
}

body .lp-profile-empty {
  margin: 0;
  padding: 18px;
  border-radius: 10px;
  color: #596071;
  background: #f6f5fb;
}

body .lp-profile-id-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body .lp-profile-id-list li {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid #e1e5f0;
  border-radius: 12px;
  background: #fbfbfd;
}

body .lp-profile-id-list li > span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

body .lp-profile-id-list code {
  overflow-wrap: anywhere;
  color: #596071;
}

body .lp-profile-delete {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid #d78c93;
  border-radius: 9px;
  color: #9d2732;
  background: #fff7f8;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

body .lp-profile-delete:hover {
  border-color: #b6323e;
  background: #ffedef;
}

@media (max-width: 760px) {
  body .lp-auth-shell--compact,
  body .lp-auth-shell--compact .lp-auth-brand-panel {
    min-height: 0;
  }

  body .lp-auth-panel--verification {
    min-height: 390px;
  }

  body .lp-profile-page {
    width: min(100% - 24px, 720px);
    padding: 28px 0 48px;
  }

  body .lp-profile-grid {
    grid-template-columns: 1fr;
  }

  body .lp-profile-card {
    padding: 22px 18px;
  }

  body .lp-profile-id-list li {
    align-items: stretch;
    flex-direction: column;
  }

  body .lp-profile-delete {
    width: 100%;
  }
}

@media (forced-colors: active) {


  body .lp-auth-state__icon,
  body .lp-profile-card,
  body .lp-profile-field input,
  body .lp-profile-field select,
  body .lp-profile-delete {
    border: 1px solid CanvasText;
    color: CanvasText;
    background: Canvas;
    box-shadow: none;
    forced-color-adjust: auto;
  }
}

@media (max-width: 980px) {
  body .lp-auth-shell,
  body .lp-auth-shell--compact {
    min-height: 0;
  }

  body .lp-auth-shell .lp-auth-brand-panel,
  body .lp-auth-shell--compact .lp-auth-brand-panel {
    min-height: 92px;
    align-content: center;
    padding: 18px 28px;
  }

  body .lp-auth-brand-logo {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  body .lp-auth-brand-logo img {
    width: 48px;
    height: 48px;
  }

  body .lp-auth-brand-logo strong {
    font-size: 1.45rem;
  }

  body .lp-auth-brand-copy,
  body .lp-auth-lasers {
    display: none;
  }
}

/* Batch 2 public discovery and shared-shell freeze. */
body .lp-calendar__date {
  margin: -12px -10px 8px;
  padding: 7px 10px;
  border-radius: 7px 7px 0 0;
  background: #fbfcff;
}

body .lp-calendar__weekday {
  background: #ececf4;
}

body .lp-calendar__day.is-past .lp-calendar__date {
  color: #62687a;
  background: #e2e4ea;
}

body .lp-calendar__day.is-today .lp-calendar__date {
  background: #e7e0ff;
}

body .lp-calendar-section .lp-feature-card-grid--discovery {
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

body .lp-calendar-section .lp-feature-card-grid--discovery > .lp-feature-card {
  width: 100% !important;
  max-width: 100%;
  flex: none !important;
}

@media (max-width: 1024px) {
  body .lp-calendar-section .lp-feature-card-grid--discovery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body .lp-calendar-section .lp-feature-card-grid--discovery {
    grid-template-columns: minmax(0, 1fr);
  }
}

body .lp-calendar-section .lp-view-switch a[data-lp-event-view] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 78px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 10px !important;
  border: 1px solid #dfe3ef !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: #777b90 !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body .lp-calendar-section .lp-view-switch a[data-lp-event-view="calendar"] {
  min-width: 106px !important;
}

body .lp-calendar-section .lp-view-switch a[data-lp-event-view="list"] {
  min-width: 88px !important;
}

body .lp-calendar-section .lp-view-switch a[data-lp-event-view].is-active,
body .lp-calendar-section .lp-view-switch a[data-lp-event-view][aria-current="page"] {
  border-color: #4f29d8 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5b2ee6 0%, #3417ba 100%) !important;
  box-shadow: 0 8px 18px rgba(53, 23, 186, 0.16) !important;
}

body .lp-filters__toggle {
  align-items: start !important;
}

body .lp-filter-icon {
  margin-top: 1px;
}

body .lp-filters__chevron,
body .lp-site-menu__chevron,
body .lp-profile-button .lp-profile-button__chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
}

body .lp-filters__chevron {
  margin-top: 3px;
  transform: rotate(45deg);
}

body .lp-filters.is-open .lp-filters__chevron,
body .lp-filters[data-expanded="true"] .lp-filters__chevron {
  transform: rotate(-135deg);
}

body .lp-site-menu__item[type="button"] {
  width: 100%;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body .lp-site-menu__item[type="button"] .lp-site-menu__chevron {
  transform: rotate(45deg);
  transition: transform 150ms ease;
}

body .lp-site-menu__item[type="button"][aria-expanded="true"] .lp-site-menu__chevron {
  transform: rotate(-135deg);
}

body .lp-footer,
body .lp-footer__inner,
body .lp-footer__bottom {
  background: #e3e5e9 !important;
}

body .lp-footer__inner {
  height: auto !important;
  min-height: 188px !important;
  overflow: visible !important;
}

body .lp-footer__inner::before,
body .lp-footer__inner::after {
  content: none !important;
}

body .lp-footer__brand {
  min-height: 0 !important;
  grid-template-columns: 1fr !important;
  grid-template-areas:
    "wordmark"
    "subtitle"
    "description" !important;
  color: #252a3b !important;
}

body .lp-footer__brand strong,
body .lp-footer__brand strong span,
body .lp-footer__brand strong .lp-brand__fun,
body .lp-footer__brand small,
body .lp-footer__brand p {
  color: #252a3b !important;
}

body .lp-footer__bottom {
  border-top-color: #c8cbd2 !important;
  color: #525867 !important;
}

@media (max-width: 900px) {
  body .lp-filters.is-open .lp-form,
  body .lp-filters[data-expanded="true"] .lp-form {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body .lp-filters.is-open .lp-field,
  body .lp-filters[data-expanded="true"] .lp-field {
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body .lp-filters.is-open .lp-field--multi,
  body .lp-filters[data-expanded="true"] .lp-field--multi {
    padding: 0;
  }

  body .lp-filters.is-open .lp-field--multi .lp-combo__button,
  body .lp-filters[data-expanded="true"] .lp-field--multi .lp-combo__button {
    min-height: 64px;
  }

  body .lp-filters.is-open .lp-field__label,
  body .lp-filters[data-expanded="true"] .lp-field__label {
    margin-bottom: 5px;
    overflow: visible;
    color: #62687a;
    font-size: 0.72rem;
    line-height: 1.2;
    text-overflow: clip;
    white-space: normal;
  }

  body .lp-filters.is-open .lp-form-actions,
  body .lp-filters[data-expanded="true"] .lp-form-actions {
    width: 100%;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px !important;
    align-items: stretch;
  }

  body .lp-filters.is-open .lp-share-filter-button,
  body .lp-filters[data-expanded="true"] .lp-share-filter-button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  body .lp-filters.is-open .lp-form-actions .lp-button,
  body .lp-filters[data-expanded="true"] .lp-form-actions .lp-button {
    width: 100%;
    min-width: 0;
    min-height: 44px !important;
    padding-inline: 16px;
    white-space: nowrap;
  }
}

body [data-lp-view-panel][hidden] {
  display: none !important;
}

/* Batch 5 public detail editing and independent event tabs. */
.lp-public-edit {
  flex: 0 0 44px;
  min-width: 0;
}

.lp-public-edit__toggle {
  color: #687080;
  cursor: pointer;
  list-style: none;
}

.lp-public-edit__toggle::-webkit-details-marker { display: none; }
.lp-public-edit__toggle::marker { content: ""; }
.lp-public-edit__toggle svg,
.lp-public-edit__submit svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-public-edit__toggle:hover { color: var(--lp-primary-strong); }

.lp-public-edit[open] {
  flex: 0 0 auto;
  width: auto;
}

.lp-public-edit[open] > .lp-public-edit__toggle { display: none; }
.lp-public-edit__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lp-public-edit__submit { flex: 0 0 auto; }
.lp-public-edit__message { margin-bottom: 16px; }
.lp-public-edit__error {
  flex: 1 0 100%;
  margin: 8px 0 0;
}
.lp-public-edit-slot { min-width: 0; }
[data-lp-edit-control] { display: none; }
[data-lp-public-edit-root].is-public-editing [data-lp-edit-display] { display: none !important; }
[data-lp-public-edit-root].is-public-editing [data-lp-edit-control] { display: block; }
[data-lp-edit-control] > .lp-field {
  width: 100%;
  margin: 0;
}
[data-lp-edit-control] .lp-input,
[data-lp-edit-control] .lp-select,
[data-lp-edit-control] .lp-textarea { width: 100%; }
.lp-public-edit-field--compact .lp-input,
.lp-public-edit-field--compact .lp-select { min-height: 44px; }
.lp-detail-title-cluster {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.lp-detail-title-cluster > h1 {
  min-width: 0;
  flex: 0 1 auto;
}
@media (min-width: 621px) {
  .lp-detail-title-cluster:has(> .lp-public-edit) > h1 {
    max-width: calc(100% - 52px);
  }
}
.lp-entity-detail__title-row { min-width: 0; }

.lp-page-tabs {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d9dbe7;
}

.lp-page-tabs__tab {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #d9dbe7;
  border-radius: 12px 12px 0 0;
  background: #f2f2f7;
  color: #5e6371;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.lp-page-tabs__tab:hover { color: var(--lp-primary-strong); }
.lp-page-tabs__tab.is-active {
  position: relative;
  z-index: 1;
  background: #fff;
  border-bottom-color: #fff;
  color: var(--lp-primary-strong);
}

.lp-page-tabs__tab:focus-visible {
  position: relative;
  z-index: 2;
}

.lp-page-tabs__panel {
  padding: 24px;
  border: 1px solid #d9dbe7;
  border-top: 0;
  background: #fff;
}

@media (max-width: 620px) {
  .lp-detail-title-cluster { max-width: 100%; }
  .lp-detail-title-cluster > .lp-public-edit { flex-basis: 44px; }
  .lp-page-tabs { flex-wrap: wrap; }
  .lp-page-tabs__tab { flex: 1 1 0; min-width: 0; padding-inline: 6px; font-size: 14px; text-align: center; white-space: nowrap; }
  .lp-page-tabs__panel { padding: 24px; }
}

/* Batch 3 P0 shared interaction and shell contracts. */
body .lp-button {
  width: auto;
  min-height: 44px;
}

body .lp-button--block {
  width: 100%;
}



body .lp-filters__reset[hidden] {
  display: none !important;
}

body .lp-filters__toggle,
body .lp-filters__title-stack {
  align-items: flex-start;
}

body .lp-filter-icon,
body .lp-filters__chevron {
  flex: 0 0 auto;
  align-self: flex-start;
}

body .lp-account-control {
  position: relative;
  width: 44px;
  height: 44px;
}

body .lp-account-control .lp-profile-button {
  width: 44px;
  height: 44px;
  padding: 0;
}

body .lp-account-control .lp-profile-button img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

body .lp-account-menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 8px);
  right: 0;
  min-width: 190px;
  padding: 8px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow);
}

body .lp-account-menu[hidden] {
  display: none;
}

body .lp-account-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: calc(var(--lp-radius) - 3px);
  color: var(--lp-text);
  font-weight: 650;
  text-decoration: none;
}

body .lp-account-menu a:hover,
body .lp-account-menu a:focus-visible {
  color: var(--lp-primary-strong);
  background: var(--lp-primary-soft);
}

body .lp-account-menu__logout {
  margin: 0;
}

body .lp-account-menu__logout button {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border: 0;
  border-radius: calc(var(--lp-radius) - 3px);
  color: var(--lp-text);
  background: transparent;
  font: inherit;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

body .lp-account-menu__logout button:hover,
body .lp-account-menu__logout button:focus-visible {
  color: var(--lp-primary-strong);
  background: var(--lp-primary-soft);
}

body .lp-account-menu__identity {
  display: grid;
  gap: 2px;
  padding: 9px 12px 11px;
  border-bottom: 1px solid var(--lp-border);
}

body .lp-account-menu__identity strong {
  color: var(--lp-text);
  font-size: 0.94rem;
  line-height: 1.25;
}

body .lp-account-menu__identity span {
  overflow-wrap: anywhere;
  color: var(--lp-text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

body .lp-account-menu__actions {
  padding-top: 4px;
}

body .lp-account-menu__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
}

body .lp-account-menu__icon--profile {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-account-menu__icon--admin {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2.8 2.8-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6v.2h-4V21a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1L4.2 17l.1-.1a1.7 1.7 0 0 0 .3-1.9A1.7 1.7 0 0 0 3 14H2.8v-4H3a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9L4.2 7 7 4.2l.1.1a1.7 1.7 0 0 0 1.9.3A1.7 1.7 0 0 0 10 3V2.8h4V3a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1L19.8 7l-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.6 1h.2v4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2.8 2.8-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6v.2h-4V21a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1L4.2 17l.1-.1a1.7 1.7 0 0 0 .3-1.9A1.7 1.7 0 0 0 3 14H2.8v-4H3a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9L4.2 7 7 4.2l.1.1a1.7 1.7 0 0 0 1.9.3A1.7 1.7 0 0 0 10 3V2.8h4V3a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1L19.8 7l-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.6 1h.2v4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-account-menu__icon--logout {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M10 17l5-5-5-5M15 12H3M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M10 17l5-5-5-5M15 12H3M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-site-menu__logout {
  margin: 0;
}

body .lp-site-menu__logout button {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 7px 0 7px 18px;
  border: 0;
  color: #30364d;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

body .lp-site-menu__logout button::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b7bfd2;
  transform: translateY(-50%);
}

body .lp-site-menu__logout button:hover,
body .lp-site-menu__logout button:focus-visible {
  color: #5427f5;
}


body .lp-admin-logout {
  min-width: 0;
  margin: 0;
  flex: 0 1 auto;
}

body .lp-admin-logout .lp-button {
  max-width: 100%;
  white-space: normal;
}

@media (forced-colors: active) {
  body .lp-account-menu__logout button,
  body .lp-site-menu__logout button {
    color: ButtonText;
    background: ButtonFace;
    forced-color-adjust: auto;
  }

}

body .lp-footer {
  background: #e3e5e9 !important;
}

body .lp-footer__inner {
  min-height: 220px !important;
  overflow: hidden !important;
  background:
    linear-gradient(168deg, #6b707a 0 29%, transparent 29.2%),
    radial-gradient(circle at 48% 36%, rgba(107, 112, 122, 0.10), transparent 18rem),
    #e3e5e9 !important;
}

body .lp-footer__brand,
body .lp-footer__brand strong,
body .lp-footer__brand strong span,
body .lp-footer__brand strong .lp-brand__fun,
body .lp-footer__brand small,
body .lp-footer__brand p {
  color: #ffffff !important;
}

body .lp-footer__brand p {
  max-width: 220px !important;
}

body .lp-footer__bottom {
  background: #e3e5e9 !important;
}

@media (max-width: 900px) {
  body .lp-account-control {
    grid-area: profile;
    justify-self: end;
  }

  body .lp-account-menu {
    right: 0;
  }
}

/* Batch 3 P0 correction gate. */
body .lp-button {
  box-sizing: border-box;
  width: auto;
  height: 44px;
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
}

body .lp-button--block {
  width: 100%;
}

body [data-lp-results-scroll-anchor] {
  scroll-margin-top: calc(var(--lp-header-height, 72px) + 12px);
}

body .lp-account-control .lp-profile-button {
  box-sizing: border-box;
  overflow: hidden;
}

body .lp-account-control .lp-profile-button__chevron {
  pointer-events: none;
}

body .lp-footer__inner {
  position: relative;
  isolation: isolate;
}

body .lp-footer__inner::after {
  content: "" !important;
  position: absolute;
  z-index: 0;
  left: -8px;
  bottom: 13%;
  width: 25%;
  height: 7px;
  background: #ff7a1a;
  transform: rotate(-2deg);
  transform-origin: left center;
  pointer-events: none;
}

body .lp-footer__inner > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  body .lp-footer__inner::after {
    top: 142px;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 6px;
  }
}

body .lp-public-shell #event-cards .lp-feature-card-grid > .lp-feature-card,
body .lp-public-shell #event-cards .lp-feature-card-grid > .lp-feature-card:focus,
body .lp-public-shell #event-cards .lp-feature-card-grid > .lp-feature-card:focus-visible {
  transform: none !important;
}

/* Batch 3 P2 event-detail integration. */
body .lp-event-detail .lp-event-detail__summary > .lp-event-detail__title-row {
  margin-bottom: 24px;
}

body .lp-event-detail .lp-event-detail__fact--date dd {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
}

body .lp-event-detail .lp-event-detail__fact--date .lp-event-detail__start-message {
  display: inline;
  margin-top: 0;
  color: var(--lp-text-muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.3;
}

body .lp-event-detail .lp-event-detail__fact--arena a,
body .lp-event-detail .lp-event-detail__fact--organizer a {
  color: #5b2ee6;
  font-weight: 900;
  text-decoration: none;
}

body .lp-event-detail .lp-event-detail__fact--arena a:hover,
body .lp-event-detail .lp-event-detail__fact--arena a:focus-visible,
body .lp-event-detail .lp-event-detail__fact--organizer a:hover,
body .lp-event-detail .lp-event-detail__fact--organizer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body .lp-event-detail .lp-event-detail__skill {
  width: fit-content;
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body .lp-event-detail .lp-event-detail__skill .lp-skill__segments {
  width: auto;
}

body .lp-event-detail .lp-event-detail__info-button {
  width: 44px;
  height: 44px;
}

body .lp-event-detail .lp-event-detail__actions-primary {
  align-items: flex-start;
}

body .lp-event-detail .lp-event-detail__actions-primary > .lp-event-detail__disclosure {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
}

body .lp-event-detail .lp-event-detail__share {
  flex: 0 0 44px;
  margin-left: auto;
  cursor: pointer;
}

body .lp-event-detail .lp-event-detail__share[hidden] {
  display: none;
}

body .lp-event-detail .lp-event-detail__share svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body .lp-event-detail .lp-event-detail__map-action {
  margin-top: 14px;
}

@media (max-width: 980px) {
  body .lp-event-detail .lp-event-detail__aside {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  body .lp-event-detail .lp-event-detail__skill {
    width: fit-content;
    grid-template-columns: auto auto;
    justify-content: start;
  }

  body .lp-event-detail .lp-event-detail__actions-primary,
  body .lp-event-detail .lp-event-detail__actions-secondary {
    display: flex;
    grid-template-columns: none;
  }

  body .lp-event-detail .lp-event-detail__actions-primary > .lp-button,
  body .lp-event-detail .lp-event-detail__actions-primary > .lp-event-detail__disclosure {
    width: auto;
    flex-basis: auto;
  }
}

/* Batch 3 P2 skill-layout correction: outer detail placement only. */
body .lp-event-detail .lp-event-detail__skill.lp-feature-card__skill {
  justify-self: start;
  align-self: start;
  justify-content: start;
  justify-items: start;
  align-content: start;
  width: fit-content;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

body .lp-event-detail .lp-event-detail__skill .lp-event-detail__skill-popover {
  box-sizing: border-box;
  left: 0;
  right: auto;
}

/* P4A final profile logout geometry: subtle and intrinsic at every viewport. */
body .lp-profile-page .lp-profile-logout {
  justify-content: flex-start;
}

body .lp-profile-page .lp-profile-logout .lp-button {
  width: auto;
  max-width: fit-content;
  flex: 0 0 auto;
}

/* P4B profile Player ID dialogs and icon actions. */
body .lp-profile-page .lp-profile-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e5f0;
}

body .lp-profile-page .lp-profile-avatar {
  position: relative;
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
}

body .lp-profile-page .lp-profile-avatar > img {
  box-sizing: border-box;
  width: 104px;
  height: 104px;
  display: block;
  border: 3px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px #d9deeb, 0 8px 22px rgba(24, 30, 68, 0.14);
}

body .lp-profile-page .lp-profile-avatar__edit {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #4f5668;
  background: #f1f2f5;
  box-shadow: 0 4px 12px rgba(24, 30, 68, 0.18);
  cursor: pointer;
}

body .lp-profile-page .lp-profile-avatar__edit:hover {
  color: #292f3d;
  background: #e5e7eb;
}

body .lp-profile-page .lp-profile-avatar__edit svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}


body .lp-profile-page .lp-profile-identity__text {
  min-width: 0;
  display: grid;
  gap: 5px;
}

body .lp-profile-page .lp-profile-identity__text strong {
  overflow-wrap: anywhere;
  font-size: 1.18rem;
  line-height: 1.3;
}

body .lp-profile-page .lp-profile-identity__text span {
  overflow-wrap: anywhere;
  color: #697086;
  font-size: 0.9rem;
  line-height: 1.4;
}

body .lp-image-upload-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body .lp-image-upload-dialog button[type="submit"]:disabled,
body .lp-image-upload-dialog button[type="submit"]:disabled:hover {
  border-color: var(--lp-border) !important;
  color: var(--lp-text-muted) !important;
  background: var(--lp-surface-strong) !important;
  box-shadow: none !important;
  opacity: 1;
  transform: none;
}

body .lp-image-upload-dialog form:last-child {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #e1e5f0;
}

body .lp-profile-page .lp-profile-card__heading--actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body .lp-profile-page .lp-profile-card__heading--actions h2 {
  min-width: 0;
}

body .lp-profile-page .lp-profile-add-trigger {
  min-height: 44px;
  flex: 0 0 auto;
}

body .lp-profile-page .lp-profile-id-list li {
  flex-flow: row wrap;
}

body .lp-profile-page .lp-profile-id-list__value {
  flex: 1 1 240px;
}

body .lp-profile-page .lp-profile-id-list__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

body .lp-profile-page .lp-profile-id-list__actions form {
  margin: 0;
}

body .lp-profile-page .lp-profile-icon-action,
body .lp-profile-dialog__close {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #c9ced9;
  border-radius: 10px;
  color: #4f5668;
  background: #f1f2f5;
  cursor: pointer;
}

body .lp-profile-page .lp-profile-icon-action:hover,
body .lp-profile-dialog__close:hover {
  border-color: #9da4b3;
  color: #292f3d;
  background: #e5e7eb;
}

body .lp-profile-page .lp-profile-icon-action svg,
body .lp-profile-dialog__close svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  pointer-events: none;
}


body .lp-profile-dialog {
  width: min(560px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 16px;
  color: #1d2440;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(20, 25, 45, 0.28);
  overflow: auto;
}

body .lp-profile-dialog::backdrop {
  background: rgba(22, 27, 43, 0.62);
}

body .lp-profile-dialog__panel {
  display: grid;
  gap: 20px;
  padding: 24px;
}

body .lp-profile-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

body .lp-profile-dialog__header h2 {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 1.35rem;
  line-height: 1.3;
}

body .lp-profile-dialog .lp-alert {
  margin: 0;
}

@media (max-width: 760px) {
  body .lp-profile-page .lp-profile-identity {
    align-items: flex-start;
  }

  body .lp-profile-page .lp-profile-avatar {
    flex-basis: 88px;
    width: 88px;
    height: 88px;
  }

  body .lp-profile-page .lp-profile-avatar > img {
    width: 88px;
    height: 88px;
  }

  body .lp-profile-page .lp-profile-card__heading--actions {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body .lp-profile-page .lp-profile-id-list li {
    align-items: center;
    flex-direction: row;
  }

  body .lp-profile-page .lp-profile-delete,
  body .lp-profile-page .lp-profile-edit {
    width: 44px;
  }

  body .lp-profile-dialog {
    width: min(560px, calc(100vw - 24px));
    max-height: calc(100dvh - 24px);
  }

  body .lp-profile-dialog__panel {
    padding: 20px 16px;
  }
}

@media (forced-colors: active) {
  body .lp-profile-page .lp-profile-avatar__edit,
  body .lp-profile-page .lp-profile-icon-action,
  body .lp-profile-dialog__close,
  body .lp-profile-dialog {
    border: 1px solid CanvasText;
    color: CanvasText;
    background: Canvas;
    box-shadow: none;
    forced-color-adjust: auto;
  }

}

/* Shared server-rendered offset pagination. */
.lp-pagination {
  display: grid;
  gap: 12px;
  margin-block: 24px;
}

.lp-pagination__summary {
  margin: 0;
  color: #596071;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.lp-pagination__links,
.lp-pagination__pages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-pagination__direction,
.lp-pagination__page {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid #c9ced9;
  border-radius: 8px;
  color: #30374a;
  background: #ffffff;
  font: inherit;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.lp-pagination__direction:hover,
.lp-pagination__page:hover {
  border-color: #8f97a8;
  background: #f4f5f8;
}


.lp-pagination__page.is-current {
  border-color: #4a22c8;
  color: #ffffff;
  background: #4a22c8;
}

.lp-pagination__ellipsis {
  min-width: 24px;
  text-align: center;
}

@media (max-width: 480px) {
  .lp-pagination__links {
    align-items: stretch;
  }

  .lp-pagination__direction {
    flex: 1 1 112px;
  }
}

@media (forced-colors: active) {
  .lp-pagination__direction,
  .lp-pagination__page {
    border-color: ButtonText;
  }

  .lp-pagination__page.is-current {
    color: HighlightText;
    background: Highlight;
  }
}

/* NV-S1 final cascade lock for late discovery and footer overrides. */
body .lp-calendar__date,
body .lp-calendar__day.is-past .lp-calendar__date,
body .lp-calendar__day.is-today .lp-calendar__date {
  color: var(--lp-text);
  background: #fbfcff;
}

body .lp-calendar__date strong {
  font-weight: 700 !important;
}

body .lp-calendar__day.is-past .lp-calendar__date strong {
  color: var(--lp-text);
  font-weight: 800 !important;
}

body .lp-footer,
body .lp-footer__inner,
body .lp-footer__bottom {
  background: #eef0f3 !important;
}

body .lp-footer {
  margin-top: 36px;
  border-top: 1px solid #d5d9df;
}

body .lp-footer__inner {
  width: 100%;
  height: 188px !important;
  min-height: 0 !important;
  grid-template-columns: minmax(300px, 1.15fr) repeat(2, minmax(150px, 0.7fr)) !important;
  gap: 28px;
  align-items: start;
  padding: 22px 32px 18px !important;
  overflow: hidden !important;
  background: #eef0f3 !important;
}

body .lp-footer__inner::before {
  content: none !important;
}

body .lp-footer__inner::after {
  content: "" !important;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 35%;
  height: 8px;
  background: #ff7a1a;
  transform: rotate(1.3deg);
  transform-origin: right top;
}

body .lp-footer__brand {
  min-height: 0 !important;
  grid-template-columns: 1fr !important;
  grid-template-areas:
    "wordmark"
    "subtitle"
    "description" !important;
  color: var(--lp-text) !important;
}

body .lp-footer__brand strong,
body .lp-footer__brand strong span,
body .lp-footer__brand strong .lp-brand__fun,
body .lp-footer__brand small,
body .lp-footer__brand p {
  color: var(--lp-text) !important;
}

body .lp-footer__brand strong {
  margin: 0 !important;
  font-size: 1.35rem !important;
}

body .lp-footer__brand small {
  font-size: 0.8rem !important;
}

body .lp-footer__brand p {
  max-width: 232px !important;
  margin-top: 10px !important;
  font-size: 0.82rem !important;
  line-height: 1.36 !important;
}

body .lp-footer__inner > div:not(.lp-footer__brand) {
  padding-top: 12px;
}

body .lp-footer__inner > div:not(.lp-footer__brand) strong {
  margin: 0 0 18px !important;
  color: var(--lp-text) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body .lp-footer__inner > div:not(.lp-footer__brand) p,
body .lp-footer__inner > div:not(.lp-footer__brand) a {
  margin: 0 0 12px !important;
  color: var(--lp-text) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body .lp-footer__bottom {
  min-height: 34px !important;
  padding: 0 32px;
  border-top-color: #d5d9df !important;
  color: var(--lp-text-muted) !important;
  font-size: 0.78rem !important;
}

@media (max-width: 900px) {
  body .lp-footer__inner {
    height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 18px;
    padding: 24px 20px !important;
    overflow: visible !important;
  }

  body .lp-footer__inner::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 6px;
  }

  body .lp-footer__bottom {
    padding: 10px 20px;
  }
}
/* NV-S3 frozen event-detail visual refinement. */
body .lp-event-detail .lp-event-detail__title-row h1 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

body .lp-event-detail .lp-event-detail__title-row .lp-badge {
  font-size: 12px;
}

body .lp-event-detail .lp-event-detail__metadata {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 15px 24px;
}

body .lp-event-detail .lp-event-detail__metadata > .lp-event-detail__metadata-column:first-child {
  grid-column: 1;
  grid-row: 1;
}

body .lp-event-detail .lp-event-detail__metadata > .lp-event-detail__skill {
  grid-column: 1;
  grid-row: 2;
}

body .lp-event-detail .lp-event-detail__metadata > .lp-event-detail__metadata-column:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding-left: 24px;
  border-left: 1px solid #e7ebf4;
}

body .lp-event-detail .lp-event-detail__metadata .lp-event-detail__fact dt,
body .lp-event-detail .lp-event-detail__metadata .lp-event-detail__fact dd {
  font-size: 14px;
  line-height: 1.35;
}

body .lp-event-detail .lp-event-detail__metadata .lp-event-detail__fact--date dd,
body .lp-event-detail .lp-event-detail__metadata .lp-event-detail__fact--date .lp-event-detail__fact-value {
  font-size: 16px;
  line-height: 1.3;
}

body .lp-event-detail .lp-event-detail__fact--date .lp-event-detail__start-message {
  display: inline;
  margin-top: 0;
  font-size: 12px;
  line-height: 1.3;
}

body .lp-event-detail .lp-event-detail__skill {
  position: relative;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body .lp-event-detail .lp-event-detail__info-button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #737b8f;
  background: transparent;
}

body .lp-event-detail .lp-event-detail__info-button > span {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid #b8becb;
  border-radius: 50%;
  color: #737b8f;
  background: #f7f8fa;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

body .lp-event-detail .lp-event-detail__description {
  font-size: 14px;
  line-height: 1.55;
}

body .lp-event-detail .lp-event-detail__note {
  font-size: 13px;
  line-height: 1.4;
}

body .lp-event-detail .lp-event-detail__actions-primary {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

body .lp-event-detail .lp-event-detail__actions-primary > .lp-button,
body .lp-event-detail .lp-event-detail__actions-primary > .lp-event-detail__disclosure {
  width: auto;
  min-height: 44px;
  flex: 0 0 auto;
}

body .lp-event-detail .lp-event-detail__actions-primary > .lp-event-detail__disclosure {
  display: inline-block;
}

body .lp-event-detail .lp-event-detail__share {
  box-sizing: border-box;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  flex: 0 0 44px;
  margin-left: auto;
  padding: 0;
  color: var(--lp-primary-strong);
  border: 1px solid var(--lp-border);
  border-radius: 8px;
  background: var(--lp-surface);
  box-shadow: none;
  font-weight: 750;
  line-height: 1.2;
}

body .lp-event-detail .lp-event-detail__share[hidden] {
  display: none;
}

@media (max-width: 620px) {
  body .lp-event-detail .lp-event-detail__title-row h1 {
    font-size: 22px;
  }

  body .lp-event-detail .lp-event-detail__metadata {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  body .lp-event-detail .lp-event-detail__metadata > .lp-event-detail__metadata-column:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  body .lp-event-detail .lp-event-detail__metadata > .lp-event-detail__skill {
    grid-column: 1;
    grid-row: 2;
  }

  body .lp-event-detail .lp-event-detail__metadata > .lp-event-detail__metadata-column:last-child {
    grid-column: 1;
    grid-row: 3;
    padding: 18px 0 0;
    border-top: 1px solid #e7ebf4;
    border-left: 0;
  }

  body .lp-event-detail .lp-event-detail__actions-primary {
    display: flex;
    grid-template-columns: none;
  }

  body .lp-event-detail .lp-event-detail__actions-primary > .lp-button,
body .lp-event-detail .lp-event-detail__actions-primary > .lp-event-detail__disclosure {
    width: auto;
    flex-basis: auto;
  }
}

/* Batch 5 final public component cascade. */
:root {
  --lp-public-mobile-text-secondary: .78rem;
  --lp-public-mobile-text-compact: .72rem;
  --lp-public-mobile-line-secondary: 1.45;
}

body .lp-filters .lp-form-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body .lp-filters .lp-form-row--actions {
  grid-template-columns: minmax(0, 1fr) !important;
}

body .lp-filters .lp-form-row--actions .lp-form-actions {
  justify-self: end;
}

body .lp-combo__option--all {
  position: sticky;
  top: 32px;
  z-index: 2;
  min-height: 44px;
  border-bottom: 1px solid var(--lp-border);
  border-radius: 0;
  background: var(--lp-surface);
}

body .lp-combo__option--all > span {
  font-style: italic;
}

body .lp-combo__search {
  top: -10px;
  z-index: 3;
}

body .lp-feature-card__meta-grid--no-time {
  grid-template-columns: minmax(0, 1fr) !important;
}

body .lp-feature-card__meta-grid--no-time .lp-feature-card__meta--date {
  grid-column: 1 / -1;
  max-width: none;
  white-space: nowrap !important;
}

body .lp-event-list {
  gap: 0 !important;
}

body .lp-event-list__item + .lp-event-list__item {
  border-top: 1px solid var(--lp-border);
}

body .lp-event-list__link {
  margin: 0;
  padding-block: 12px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
}

body .lp-event-list__link:hover {
  background: color-mix(in srgb, var(--lp-primary-soft) 42%, transparent);
}

body .lp-event-list--upcoming .lp-event-list__title,
body .lp-event-list--past .lp-event-list__title {
  color: var(--lp-event-upcoming-text);
}

body .lp-arenas-results__bar,
body .lp-organizers-results__bar {
  justify-content: flex-start !important;
  flex-wrap: wrap;
}

body .lp-arenas-results__bar .lp-view-switch {
  order: -1;
  margin: 0;
}

body .lp-arenas-results__bar .lp-view-switch a[data-lp-entity-view] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #dfe3ef;
  border-radius: 7px;
  color: #777b90;
  background: #fff;
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

body .lp-arenas-results__bar .lp-view-switch a[data-lp-entity-view].is-active {
  border-color: #4f29d8;
  color: #fff;
  background: linear-gradient(135deg, #5b2ee6 0%, #3417ba 100%);
}

body .lp-organizers-page .lp-organizers-grid.lp-arenas-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body .lp-arena-action {
  width: 54px !important;
  min-width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
}

body .lp-arena-action::before {
  width: 28px !important;
  height: 28px !important;
}

body .lp-arena-stat__icon--system::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 12h5l2-6 4 12 2-6h5'/%3E%3Cpath d='M4 5l16 14'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 12h5l2-6 4 12 2-6h5'/%3E%3Cpath d='M4 5l16 14'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

@media (max-width: 900px) {
  body .lp-filters .lp-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .lp-organizers-page .lp-organizers-grid.lp-arenas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body .lp-filters .lp-form-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .lp-event-list__link {
    padding-block: 16px;
  }

  body .lp-event-list__badges .lp-badge,
  body .lp-event-list__tag {
    min-height: 20px;
    font-size: var(--lp-public-mobile-text-compact);
    line-height: 1.35;
  }

  body .lp-event-list__entities,
  body .lp-event-list__schedule,
  body .lp-event-list__facts {
    font-size: var(--lp-public-mobile-text-secondary);
    line-height: var(--lp-public-mobile-line-secondary);
  }

  body .lp-event-list__description {
    font-size: .82rem;
    line-height: 1.52;
  }

  body .lp-event-list__facts {
    gap: 4px;
  }

  body .lp-organizers-page .lp-organizers-grid.lp-arenas-grid {
    grid-template-columns: minmax(0, 1fr);
  }

}

/* F12 final desktop geometry: reserve independent hit areas for search, locale, and carousel controls. */
@media (min-width: 901px) {
  body .lp-header .lp-header__inner {
    box-sizing: border-box;
    grid-template-columns: 38px minmax(0, 1fr) 280px max-content 38px !important;
    column-gap: 18px !important;
  }

  body .lp-header .lp-brand,
  body .lp-header .lp-header__search,
  body .lp-header .lp-locale-switch,
  body .lp-header .lp-account-control {
    min-width: 0;
  }

  body .lp-header .lp-header__search {
    position: relative;
    z-index: 1;
    justify-self: stretch;
    width: 280px !important;
    max-width: 280px !important;
  }

  body .lp-header .lp-locale-switch {
    position: relative;
    z-index: 1;
    justify-self: start;
  }

  body .lp-public-shell .lp-featured-events:not(.lp-featured-events--empty) {
    box-sizing: border-box;
    padding-right: 56px;
    overflow: visible !important;
  }

  body .lp-public-shell .lp-featured-events:not(.lp-featured-events--empty) > .lp-featured-events__track {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }

  body .lp-public-shell .lp-featured-events:not(.lp-featured-events--empty) > .lp-carousel-button--next {
    right: 6px !important;
  }

  body .lp-public-shell .lp-featured-events:not(.lp-featured-events--empty) > .lp-carousel-button--prev {
    left: -50px !important;
  }
}

/* F12 visual-audit lock: exact search boxes, reference-like account menu, and one-line no-time dates. */
body .lp-header__search .lp-search-control,
body .lp-filters__search .lp-search-control {
  box-sizing: border-box !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}

body .lp-header__search .lp-search-control__input,
body .lp-filters__search .lp-search-control__input {
  display: block;
  box-sizing: border-box !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}


body .lp-account-menu {
  box-sizing: border-box !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: min(360px, calc(100vw - 24px)) !important;
  padding: 8px !important;
  overflow: hidden;
  border: 1px solid #e1e4ec !important;
  border-radius: 14px !important;
  color: #252a47 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 40px rgba(23, 27, 52, 0.16) !important;
}

body .lp-account-menu__identity {
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 10px 10px 12px !important;
}

body .lp-account-menu__identity > img {
  width: 44px !important;
  height: 44px !important;
}

body .lp-account-menu__identity-copy strong,
body .lp-account-menu__identity-copy > span {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
  text-overflow: clip;
}

body .lp-account-menu__identity-copy strong {
  font-size: 15px !important;
  font-weight: 600 !important;
}

body .lp-account-menu__identity-copy > span {
  font-size: 13px !important;
  font-weight: 400 !important;
}

body .lp-account-menu__actions {
  padding: 6px 2px 2px !important;
}

body .lp-account-menu a,
body .lp-account-menu__logout button,
body .lp-account-menu__group-label {
  min-height: 44px !important;
  gap: 10px !important;
  padding: 8px 10px !important;
  color: #30364d !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body .lp-account-menu__icon {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  color: #747b8d !important;
}

body .lp-account-menu__icon--profile {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2.8 2.8-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6v.2h-4V21a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1L4.2 17l.1-.1a1.7 1.7 0 0 0 .3-1.9A1.7 1.7 0 0 0 3 14H2.8v-4H3a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9L4.2 7 7 4.2l.1.1a1.7 1.7 0 0 0 1.9.3A1.7 1.7 0 0 0 10 3V2.8h4V3a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1L19.8 7l-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.6 1h.2v4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2.8 2.8-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6v.2h-4V21a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1L4.2 17l.1-.1a1.7 1.7 0 0 0 .3-1.9A1.7 1.7 0 0 0 3 14H2.8v-4H3a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9L4.2 7 7 4.2l.1.1a1.7 1.7 0 0 0 1.9.3A1.7 1.7 0 0 0 10 3V2.8h4V3a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1L19.8 7l-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.6 1h.2v4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-account-menu__icon--statistics {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20H2'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20H2'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .lp-account-menu__statistics {
  padding-block: 2px !important;
  border-block: 1px solid #e7e9ef !important;
}

body .lp-account-menu__statistics > a {
  min-height: 44px !important;
  padding: 8px 10px 8px 40px !important;
  font-size: 14px !important;
}

body .lp-account-menu__statistics-row {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body .lp-account-menu__statistics-toggle {
  height: auto;
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 0;
  border-radius: 9px;
  color: #252a47;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

body .lp-account-menu__statistics-toggle > .lp-account-menu__icon {
  margin-right: 12px;
}

body .lp-account-menu__statistics-toggle > .lp-account-menu__label {
  min-width: 0;
  flex: 0 1 auto;
}

body .lp-account-menu__statistics-toggle > .lp-account-menu__statistics-chevron {
  margin-left: 15px;
}

body .lp-account-menu__statistics-toggle:hover {
  color: var(--lp-primary-strong);
  background: var(--lp-primary-soft);
}

body .lp-account-menu__statistics-toggle:focus-visible {
  color: var(--lp-primary-strong);
  background: transparent;
}

body .lp-account-menu__logout {
  margin-top: 8px !important;
  padding-top: 8px !important;
}

body .lp-public-shell .lp-feature-card__meta-grid--no-time .lp-feature-card__meta--date {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  font-size: .66rem !important;
  letter-spacing: -.025em !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

body .lp-public-shell .lp-feature-card__meta-grid--no-time .lp-feature-card__meta--date::before {
  flex: 0 0 15px !important;
}

body .lp-public-shell .lp-feature-card__meta-grid--no-time .lp-card-date__segment--range {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

body .lp-footer__brand-panel .lp-brand__fun,
body .lp-footer__brand .lp-brand__fun {
  display: inline;
  padding: 0;
  border-radius: 0;
  color: var(--lp-primary) !important;
  background: transparent !important;
  text-shadow:
    -1px 0 rgba(255, 255, 255, .88),
    1px 0 rgba(255, 255, 255, .88),
    0 -1px rgba(255, 255, 255, .88),
    0 1px rgba(255, 255, 255, .88),
    0 1px 3px rgba(255, 255, 255, .42);
}

/* F12 final mobile carousel containment correction. */
@media (max-width: 640px) {
  body .lp-public-shell .lp-home-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 24px !important;
  }

  body .lp-public-shell .lp-home-hero__intro p {
    max-width: 320px;
  }

  body .lp-public-shell .lp-featured-events {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 0 0 56px;
    overflow: visible !important;
  }

  body .lp-public-shell .lp-featured-events__track {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
  }

  body .lp-public-shell .lp-featured-events__track > .lp-feature-card,
  body .lp-public-shell .lp-featured-events__track > .lp-feature-card:first-child {
    width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
    scroll-snap-align: start;
  }

  body .lp-public-shell .lp-carousel-button {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
  }

  body .lp-public-shell .lp-carousel-button--prev {
    left: 0 !important;
  }

  body .lp-public-shell .lp-carousel-button--next {
    right: 0 !important;
  }

  body .lp-public-shell .lp-feature-card__meta-grid--no-time .lp-feature-card__meta--date {
    box-sizing: border-box;
    width: 100%;
    max-width: 100% !important;
    overflow: visible !important;
    font-size: .72rem !important;
    letter-spacing: 0;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }

  body .lp-public-shell .lp-feature-card__meta-grid--no-time .lp-card-date__segment--range {
    width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }
}

/* Central filter component: one responsive field layout for every caller. */
body .lp-filters .lp-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

body .lp-filters__fields {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

body .lp-filters__fields > .lp-field {
  min-width: 0;
}

body .lp-filters .lp-form-actions {
  grid-column: -2 / -1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

@media (max-width: 900px) {
  body .lp-filters__fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}

/* Batch 5 Wave 1: global shell, navigation intent, loading, and focus contract. */
body .lp-footer,
body .lp-footer__main,
body .lp-footer__information {
  background: #f4f5f7 !important;
}

body .lp-footer__brand-panel,
body .lp-footer__brand-panel::after {
  background: var(--lp-border-strong) !important;
}

body .lp-footer__brand-panel,
body .lp-footer__brand-panel strong,
body .lp-footer__brand-panel strong span,
body .lp-footer__brand-panel small,
body .lp-footer__brand-panel p {
  color: #252a3b !important;
}

body .lp-footer__bottom {
  border-top-color: #dde0e5 !important;
  color: #6c6f83 !important;
  background: #f8f9fa !important;
}

body .lp-account-control .lp-profile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow: visible;
}

body .lp-account-control .lp-profile-button img {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px;
  margin: 0;
}

body .lp-account-control .lp-profile-button__chevron {
  position: static;
  top: auto;
  right: auto;
  flex: 0 0 9px;
}

body .lp-account-menu {
  right: 0 !important;
}

body .lp-account-menu__label,
body .lp-account-menu__statistics-links > a > span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

body .lp-account-menu__statistics-links > a {
  padding-left: 64px !important;
}

html body .lp-account-menu__statistics > a {
  display: flex !important;
  align-items: center;
  padding: 8px 10px !important;
}

html body .lp-account-menu__statistics > a > .lp-account-menu__label {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

body .lp-site-menu__item,
body .lp-site-menu__sublist a {
  font-family: inherit;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body .lp-site-menu__item {
  font-weight: 650 !important;
}

body .lp-site-menu__sublist a {
  font-weight: 400 !important;
}

body .lp-page-loader {
  position: fixed;
  z-index: 1000;
  top: max(18px, calc(var(--lp-header-height, 72px) + 12px));
  left: 50%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid #dfe2e8;
  border-radius: 999px;
  color: #30364d;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(23, 27, 52, 0.16);
  transform: translateX(-50%);
  pointer-events: none;
}

body .lp-page-loader[hidden] {
  display: none !important;
}

body .lp-page-loader__spinner {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 3px solid #ded9f8;
  border-top-color: var(--lp-primary-strong);
  border-radius: 50%;
  animation: lp-page-loader-spin 700ms linear infinite;
}

body .lp-page-loader__label {
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

@keyframes lp-page-loader-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  body .lp-page-loader__spinner {
    animation: none;
  }
}


/* Compact authentication layout; grow naturally when content exceeds the page area. */
body:has(> .lp-main > .lp-auth-page) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body:has(> .lp-main > .lp-auth-page) > .lp-header,
body:has(> .lp-main > .lp-auth-page) > .lp-footer {
  width: 100%;
  flex-shrink: 0;
}

body .lp-main:has(> .lp-auth-page) {
  display: grid;
  align-items: center;
}

body .lp-auth-page {
  width: 100%;
  padding: 24px 16px;
}

body .lp-auth-page .lp-auth-shell {
  grid-template-columns: minmax(0, 300px) minmax(0, 460px) !important;
  width: min(100%, 760px) !important;
  min-height: 0 !important;
  margin-inline: auto;
  border-radius: 12px;
}

body .lp-auth-page .lp-auth-brand-panel,
body .lp-auth-page .lp-auth-panel {
  min-width: 0;
  min-height: 0 !important;
  max-height: none;
  padding: 24px !important;
  align-content: start;
}

body .lp-auth-page .lp-auth-brand-logo {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px;
}

body .lp-auth-page .lp-auth-brand-logo img {
  width: 36px;
  height: 36px;
}

body .lp-auth-page .lp-auth-brand-logo strong {
  font-size: 1.15rem;
  line-height: 1.15;
}

body .lp-auth-page .lp-auth-brand-logo small {
  margin-top: 4px;
  font-size: 0.7rem;
}

body .lp-auth-page .lp-auth-brand-copy {
  display: block;
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
}

body .lp-auth-page .lp-auth-brand-copy .lp-auth-brand-title {
  font-size: 1.3rem;
  line-height: 1.35;
}

body .lp-auth-page .lp-auth-brand-copy > span {
  width: 32px;
  height: 3px;
  margin-block: 16px;
}

body .lp-auth-page .lp-auth-brand-copy > p:not(.lp-auth-brand-title) {
  font-size: 0.875rem;
  line-height: 1.5;
}

body .lp-auth-page .lp-auth-brand-panel {
  grid-template-rows: auto auto minmax(0, 1fr);
}

body .lp-auth-page.lp-auth-page--login .lp-auth-brand-panel {
  grid-template-rows: auto minmax(0, 1fr);
}

body .lp-auth-page.lp-auth-page--login .lp-auth-brand-copy {
  margin-top: 0;
}

body .lp-auth-page .lp-auth-lasers {
  position: relative;
  height: auto;
  min-height: 200px;
  margin: 0 -24px -24px;
}

body .lp-auth-page .lp-auth-panel {
  gap: 16px;
}

body .lp-auth-page .lp-auth-tabs {
  height: auto;
  min-height: 40px;
  margin-bottom: 0;
  border-radius: 8px;
}

body .lp-auth-page .lp-auth-tabs a {
  min-width: 0;
  padding: 8px;
  font-size: 0.875rem;
  line-height: 1.25;
  text-align: center;
}

body .lp-auth-page .lp-auth-task-title {
  font-size: 1.5rem;
  overflow-wrap: anywhere;
}

body .lp-auth-page .lp-auth-state {
  gap: 12px;
}

body .lp-auth-page .lp-auth-state h1 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body .lp-auth-page .lp-auth-state p {
  font-size: 0.875rem;
  line-height: 1.5;
}

body .lp-auth-page .lp-auth-state__icon {
  width: 44px;
  height: 44px;
}

body .lp-auth-page .lp-auth-form {
  gap: 12px;
}

body .lp-auth-page .lp-auth-field {
  gap: 6px;
}

body .lp-auth-page .lp-auth-field > span:first-child,
body .lp-auth-page .lp-auth-field > label:first-child {
  font-size: 0.8rem;
}

body .lp-auth-page .lp-auth-field input,
body .lp-auth-page .lp-auth-field select {
  min-height: 40px;
  border-radius: 8px;
  font-size: 1rem;
}

body .lp-auth-page .lp-auth-form:is([action="/login"], [action="/register"], [action^="/register?"]) .lp-auth-field input:not([readonly])::placeholder {
  font-size: 0.875rem;
}

body .lp-auth-page .lp-auth-consents,
body .lp-auth-page .lp-auth-consent-note,
body .lp-auth-page .lp-auth-hint,
body .lp-auth-page .lp-auth-intro,
body .lp-auth-page .lp-auth-alternate {
  font-size: 0.8rem;
  line-height: 1.45;
}

body .lp-auth-page .lp-auth-consents {
  gap: 8px;
}

body .lp-auth-page .lp-auth-alternate {
  flex-wrap: wrap;
}

body .lp-auth-page .lp-auth-panel .lp-button {
  height: auto !important;
  min-height: 40px !important;
  padding: 0 8px !important;
  font-size: 0.875rem !important;
  line-height: 1.25 !important;
}

body .lp-profile-page .lp-profile-form .lp-profile-submit {
  justify-self: start;
  width: max-content;
  max-width: 100%;
}

body .lp-auth-page .lp-auth-form-link a {
  font-size: 0.875rem;
}

@media (max-width: 620px) {
  body .lp-auth-page {
    padding: 16px;
  }

  body .lp-auth-page .lp-auth-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, 440px) !important;
  }

  body .lp-auth-page .lp-auth-brand-panel {
    padding: 16px 20px !important;
  }

  body .lp-auth-page .lp-auth-brand-copy {
    margin-top: 10px;
  }

  body .lp-auth-page .lp-auth-brand-copy .lp-auth-brand-title {
    font-size: 1rem;
  }

  body .lp-auth-page .lp-auth-brand-copy > span,
  body .lp-auth-page .lp-auth-brand-copy > p:not(.lp-auth-brand-title) {
    display: none;
  }

  body .lp-auth-page .lp-auth-panel {
    gap: 14px;
    padding: 18px 20px !important;
  }

  body .lp-auth-page .lp-auth-tabs {
    min-height: 44px;
  }

  body .lp-auth-page .lp-auth-field input,
  body .lp-auth-page .lp-auth-field select,
  body .lp-auth-page .lp-auth-panel .lp-button {
    min-height: 44px !important;
  }
}

/* Batch 5 S06: localized native avatar file chooser. */
body .lp-profile-file-picker {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

body .lp-profile-file-picker > input.lp-sr-only {
  position: absolute;
  width: 1px !important;
  height: 1px;
  min-height: 1px !important;
  padding: 0 !important;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body .lp-profile-file-picker__trigger {
  width: max-content;
  max-width: 100%;
  cursor: pointer;
}


body .lp-profile-file-picker__name {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #697086;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Batch 5 M02: shared primary and secondary action component. */
body .lp-button.lp-button--primary,
body .lp-button.lp-button--secondary {
  box-sizing: border-box !important;
  width: auto;
  height: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 8px !important;
  border: 1px solid #dfe3ef !important;
  border-radius: 7px !important;
  font-family: var(--lp-font) !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

/* Batch 5 M22: admin navigation follows the frozen main-menu typography and icon language. */
body .lp-admin-nav__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}

body .lp-admin-nav__label {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
}

body .lp-admin-nav__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
  color: currentColor;
  background: currentColor;
}

body .lp-admin-nav__icon--ai {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 1.5 5.1L18 9l-4.5 1.9L12 16l-1.5-5.1L6 9l4.5-1.9L12 2Zm7 11 .8 2.7L22 17l-2.2 1.3L19 21l-.8-2.7L16 17l2.2-1.3L19 13ZM5 14l1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 1.5 5.1L18 9l-4.5 1.9L12 16l-1.5-5.1L6 9l4.5-1.9L12 2Zm7 11 .8 2.7L22 17l-2.2 1.3L19 21l-.8-2.7L16 17l2.2-1.3L19 13ZM5 14l1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-admin-nav__icon--events {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v2h6V2h2v2h4v18H3V4h4V2Zm12 8H5v10h14V10ZM7 12h4v3H7v-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v2h6V2h2v2h4v18H3V4h4V2Zm12 8H5v10h14V10ZM7 12h4v3H7v-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-admin-nav__icon--entities {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 2h11v6h5v14H4V2Zm3 3v2h2V5H7Zm4 0v2h2V5h-2ZM7 9v2h2V9H7Zm4 0v2h2V9h-2Zm-4 4v2h2v-2H7Zm4 0v2h2v-2h-2Zm-4 4v3h6v-3H7Zm10-7v2h1v-2h-1Zm0 4v2h1v-2h-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 2h11v6h5v14H4V2Zm3 3v2h2V5H7Zm4 0v2h2V5h-2ZM7 9v2h2V9H7Zm4 0v2h2V9h-2Zm-4 4v2h2v-2H7Zm4 0v2h2v-2h-2Zm-4 4v3h6v-3H7Zm10-7v2h1v-2h-1Zm0 4v2h1v-2h-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-admin-nav__icon--users {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm7 2a3 3 0 1 1 0 6 5.9 5.9 0 0 0-1.4-3.8A4 4 0 0 1 16 5ZM9 13c4.4 0 7 2.2 7 5v3H2v-3c0-2.8 2.6-5 7-5Zm7.8.2c3.3.3 5.2 2.2 5.2 4.8v3h-4v-3c0-1.9-.8-3.5-2.2-4.7l1-.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm7 2a3 3 0 1 1 0 6 5.9 5.9 0 0 0-1.4-3.8A4 4 0 0 1 16 5ZM9 13c4.4 0 7 2.2 7 5v3H2v-3c0-2.8 2.6-5 7-5Zm7.8.2c3.3.3 5.2 2.2 5.2 4.8v3h-4v-3c0-1.9-.8-3.5-2.2-4.7l1-.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-admin-nav__icon--lookups {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h3v3H4V4Zm5 0h11v3H9V4ZM4 10h3v3H4v-3Zm5 0h11v3H9v-3ZM4 16h3v3H4v-3Zm5 0h11v3H9v-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h3v3H4V4Zm5 0h11v3H9V4ZM4 10h3v3H4v-3Zm5 0h11v3H9v-3ZM4 16h3v3H4v-3Zm5 0h11v3H9v-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-admin-nav__icon--audit {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1-8.7 5H1l3.5-4L8 7H5.5A8 8 0 1 0 12 4v5l4 2.4-1 1.7-5-3V2h2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1-8.7 5H1l3.5-4L8 7H5.5A8 8 0 1 0 12 4v5l4 2.4-1 1.7-5-3V2h2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .lp-admin-nav__icon--deleted {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 2h8l1 2h5v2H2V4h5l1-2Zm-3 6h14l-1 14H6L5 8Zm4 3v8h2v-8H9Zm4 0v8h2v-8h-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 2h8l1 2h5v2H2V4h5l1-2Zm-3 6h14l-1 14H6L5 8Zm4 3v8h2v-8H9Zm4 0v8h2v-8h-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 900px) {
  body .lp-admin-nav__item {
    white-space: nowrap;
  }

  body .lp-admin-nav__label {
    white-space: nowrap;
  }
}

/* Shared record actions contain one centered glyph and no empty label gap. */
body .lp-button.lp-record-action {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px !important;
  min-width: 44px;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .lp-record-action > .lp-button__icon {
  flex: 0 0 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin: 0;
}

body .lp-button svg.lp-action-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body .lp-button.lp-record-action.lp-button--secondary {
  border-color: var(--lp-border) !important;
  color: var(--lp-text-muted) !important;
  background: var(--lp-surface-strong) !important;
}

body .lp-public-edit[open] > .lp-public-edit__toggle {
  display: none !important;
}

body .lp-event-detail.is-public-editing .lp-event-detail__metadata-column:first-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 14px 12px;
}

body .lp-event-detail.is-public-editing .lp-event-detail__metadata-column:first-child > .lp-event-detail__fact {
  grid-column: 1 / -1;
  min-width: 0;
}

body .lp-event-detail.is-public-editing .lp-event-detail__metadata-column:first-child > .lp-event-detail__fact--arena {
  grid-column: 1;
}

body .lp-event-detail.is-public-editing .lp-event-detail__metadata-column:first-child > .lp-event-detail__fact--organizer {
  grid-column: 2;
}

body [data-lp-public-edit-root].is-public-editing .lp-public-edit-pair--date {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

body .lp-admin-schedule-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

body .lp-admin-schedule-pair > .lp-field {
  min-width: 0;
}

body .lp-public-edit-pair--date > label,
body .lp-public-edit-pair--date input {
  min-width: 0;
  width: 100%;
}

body [data-lp-public-edit-root].is-public-editing .lp-public-edit-pair--time {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

body .lp-public-edit-pair--time > label {
  min-width: 0;
}

body [data-lp-public-edit-root].is-public-editing .lp-public-edit-slot--arena-plan:has(> .lp-public-media) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: end;
  gap: 8px;
}

body .lp-public-edit-slot--arena-plan > .lp-public-media {
  position: static;
}

body .lp-public-edit-slot--arena-plan > [data-lp-edit-control] {
  min-width: 0;
}

body .lp-button.lp-button--primary {
  border-color: #4f29d8 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5b2ee6 0%, #3417ba 100%) !important;
  box-shadow: 0 8px 18px rgba(53, 23, 186, 0.16) !important;
}

body .lp-button.lp-button--secondary {
  color: #777b90 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  body .lp-button.lp-button--primary:hover,
  body .lp-button.lp-button--secondary:hover {
    transform: translateY(-1px);
  }

  body .lp-button.lp-button--primary:hover {
    border-color: #3417ba !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #6740e9 0%, #3f20c2 100%) !important;
    box-shadow: 0 10px 22px rgba(53, 23, 186, 0.22) !important;
  }

  body .lp-button.lp-button--secondary:hover {
    border-color: #3417ba !important;
    color: #3417ba !important;
    background: #f5f2ff !important;
    box-shadow: 0 6px 14px rgba(53, 23, 186, 0.1) !important;
  }
}


body .lp-button.lp-button--primary[disabled],
body .lp-button.lp-button--secondary[disabled],
body .lp-button.lp-button--primary.is-disabled,
body .lp-button.lp-button--secondary.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  transform: none !important;
}

body .lp-button.lp-button--block {
  width: 100%;
}

body .lp-button__icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

body .lp-button__icon > svg,
body .lp-button__icon > span {
  width: 100%;
  height: 100%;
}

body .lp-button__label {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Compact administration table actions stay in one horizontal row. */
body .lp-admin-event-actions,
body .lp-admin-entity-actions,
body .lp-admin-user-actions,
body .lp-admin-deleted-actions {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

body .lp-admin-event-actions form,
body .lp-admin-entity-actions form,
body .lp-admin-user-actions form,
body .lp-admin-deleted-actions form {
  flex: 0 0 auto;
  margin: 0;
}

body .lp-admin-shell .lp-table .lp-record-action {
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  flex-basis: 30px;
  border-radius: 7px;
}

body .lp-admin-shell .lp-table .lp-record-action > .lp-button__icon,
body .lp-admin-shell .lp-table .lp-record-action svg.lp-action-icon {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}

body .lp-admin-shell .lp-table tbody > tr > td:first-child {
  white-space: nowrap;
}

/* Batch 5 V058: compact account fields inside the existing user-management form. */
body .lp-admin-user-account-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 14px;
  align-items: start;
}

/* Batch 5 V059: scannable role and entity-permission editor. */
body .lp-admin-permissions .lp-admin-panel__body {
  display: block;
}

body .lp-admin-permissions__roles {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body .lp-admin-permissions__role-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

body .lp-admin-permissions__role-card {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--lp-border);
  border-radius: 10px;
  background: var(--lp-surface);
  cursor: pointer;
}

body .lp-admin-permissions__role-card:has(input:checked) {
  border-color: var(--lp-primary);
  background: var(--lp-primary-soft);
}

body .lp-admin-permissions__role-card input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  accent-color: var(--lp-primary);
}

body .lp-admin-permissions__role-card span,
body .lp-admin-permissions__role-card strong,
body .lp-admin-permissions__role-card small {
  min-width: 0;
  display: block;
}

body .lp-admin-permissions__role-card small {
  margin-top: 4px;
  color: var(--lp-text-muted);
  line-height: 1.4;
}

body .lp-admin-permissions__heading-row,
body .lp-admin-permissions__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body .lp-admin-permissions__heading-row {
  margin-top: 22px;
}

body .lp-admin-permissions__count {
  flex: 0 0 auto;
  color: var(--lp-text-muted);
  font-size: 13px;
  font-weight: 650;
}

body .lp-admin-permissions__tools {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

body .lp-admin-permissions__search {
  width: min(320px, 100%);
}

body .lp-admin-permissions__search .lp-search-control__input {
  padding-right: 14px;
}

body .lp-admin-permissions__capability {
  width: min(220px, 100%);
}

body .lp-admin-permissions__assigned-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--lp-border);
  border-radius: 8px;
  background: var(--lp-surface);
}

body .lp-admin-permissions__assigned-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--lp-primary);
}

body .lp-admin-permissions__region {
  max-height: 520px;
  margin-top: 12px;
  padding: 2px 6px 2px 2px;
  overflow: auto;
  scrollbar-width: thin;
}

body .lp-admin-permissions__table {
  width: 100%;
  min-width: 720px;
  table-layout: auto;
}

body .lp-admin-permissions__table th:first-child {
  min-width: 180px;
}

body .lp-admin-permissions__table th:nth-child(n + 3),
body .lp-admin-permissions__table td:nth-child(n + 3) {
  width: 140px;
  text-align: center;
}

body .lp-admin-permissions__table tbody th {
  color: var(--lp-text);
  font-weight: 700;
  text-align: left;
}

body .lp-admin-permissions__table td .lp-tag + .lp-tag {
  margin-left: 5px;
}

body .lp-admin-permissions__check {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body .lp-admin-permissions__check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--lp-primary);
}

body .lp-admin-permissions__no-results {
  margin: 18px 0;
  color: var(--lp-text-muted);
  text-align: center;
}

body .lp-admin-permissions [hidden] {
  display: none;
}

@media (max-width: 620px) {
  body .lp-admin-permissions__role-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  body .lp-admin-permissions__tools,
  body .lp-admin-permissions__search,
  body .lp-admin-permissions__capability {
    width: 100%;
  }

  body .lp-admin-permissions__assigned-toggle {
    width: 100%;
  }

  body .lp-admin-permissions__region {
    max-height: 60vh;
  }
}

/* M25 AI Administration quick-action prompt prefills. */
.lp-ai-quick-actions {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.lp-ai-quick-actions[hidden] {
  display: none;
}

body .lp-button.lp-button--secondary.lp-ai-quick-action {
  width: 100% !important;
  min-width: 0;
  min-height: 44px !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  padding: 14px !important;
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
}

body .lp-ai-quick-action .lp-button__label {
  min-width: 0;
  white-space: normal;
}

body .lp-ai-administration__body > .lp-form {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

body .lp-ai-input-section {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

body .lp-ai-input-section .lp-field,
body .lp-ai-input-section .lp-textarea {
  width: 100%;
  min-width: 0;
}

body .lp-ai-input-section .lp-textarea {
  min-height: 220px;
}

body .lp-ai-administration__queue {
  clear: both;
}

@media (max-width: 1200px) {
  .lp-ai-quick-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .lp-ai-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 300px) {
  .lp-ai-quick-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* V025 shared public-edit icon actions. */
body .lp-public-edit__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

body .lp-button.lp-public-edit__submit,
body .lp-button.lp-public-edit__cancel {
  width: 44px !important;
  min-width: 44px;
  height: 44px !important;
  min-height: 44px !important;
  flex: 0 0 44px;
  padding: 0 !important;
}

body .lp-public-edit__actions svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body .lp-public-edit__submit svg {
  stroke-width: 3;
}

body .lp-public-edit__cancel svg {
  stroke-width: 2;
}

/* C02 final scalar in-place reconciliation. */
body .lp-detail-title-cluster > .lp-public-edit-slot--title {
  min-width: 0;
  flex: 1 1 0;
}

body .lp-detail-title-cluster > .lp-public-edit-slot--title h1 {
  min-width: 0;
  margin: 0;
}

body .lp-public-edit-entry {
  flex: 0 0 44px;
  color: #687080;
}

body .lp-public-edit-entry svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body [data-lp-public-edit-root] .lp-public-media {
  display: none;
}

body [data-lp-public-edit-root].is-public-editing .lp-public-media {
  display: block;
}

@media (min-width: 621px) {
  body .lp-detail-title-cluster:has(> .lp-public-edit) > .lp-public-edit-slot--title {
    max-width: calc(100% - 52px);
  }

  body .lp-detail-title-cluster:has(> .lp-public-edit[open]) > .lp-public-edit-slot--title {
    max-width: calc(100% - 104px);
  }

  body [data-lp-public-edit-root].is-public-editing .lp-public-edit-slot--event-age > [data-lp-edit-control] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body [data-lp-public-edit-root].is-public-editing .lp-public-edit-slot--event-age > [data-lp-edit-control] > .lp-field {
    width: auto;
    min-width: 0;
  }
}

/* V039-V042 shared organizer tabs and Cards/Table presentation. */
body .lp-organizer-discovery {
  min-width: 0;
}

body .lp-organizer-discovery .lp-page-tabs__panel {
  min-width: 0;
  border-radius: 0 0 14px 14px;
}

body .lp-organizer-discovery .lp-organizers-results {
  min-width: 0;
}

body .lp-organizers-table th:first-child,
body .lp-organizers-table td:first-child {
  width: 32%;
}

body .lp-organizers-table td:last-child {
  min-width: 280px;
  white-space: normal;
}

@media (max-width: 620px) {
  body .lp-organizer-discovery .lp-page-tabs__panel {
    padding: 16px;
  }

  body .lp-organizers-table th:first-child,
  body .lp-organizers-table td:first-child {
    width: auto;
    min-width: 160px;
  }
}

/* Shared compact skill geometry; only the event summary is enlarged. */
body .lp-skill--small .lp-skill__segments {
  display: flex;
  grid-template-columns: none;
  gap: 2px;
}

body .lp-skill--small .lp-skill__segment {
  width: 8px;
  height: 6px;
  border-radius: 2px 1px;
  background: #d7dfeb;
  transform: skewX(-18deg);
  transform-origin: center;
}

body .lp-event-detail .lp-event-detail__skill .lp-skill__segments {
  gap: 3px;
}

body .lp-event-detail .lp-event-detail__skill .lp-skill__segment {
  width: 16px;
  height: 12px;
}
body .lp-auth-invitation-locales {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

body .lp-auth-invitation-locales button {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--lp-border, #cbd5e1);
  border-radius: 0.5rem;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

body .lp-auth-invitation-locales button[aria-current="true"] {
  border-color: currentColor;
  font-weight: 700;
}

body .lp-calendar__more {
  align-self: flex-end;
  margin-top: auto;
  padding: 6px 0;
  font-size: 0.6875rem;
  font-weight: 650;
  color: var(--lp-primary-strong);
  text-align: right;
}

body .lp-calendar__more,
body .lp-calendar__more:hover,
body .lp-calendar__more:focus-visible {
  text-decoration: none;
}

body .lp-nearby-dialog {
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: var(--lp-surface);
  color: var(--lp-text);
}

body .lp-nearby-dialog::backdrop {
  background: rgb(23 32 51 / 32%);
}

body .lp-nearby-dialog form,
body .lp-nearby-dialog .lp-field {
  display: grid;
  gap: 8px;
}

body .lp-nearby-dialog form {
  gap: 16px;
}

body .lp-nearby-dialog h2,
body .lp-nearby-dialog p {
  margin: 0;
}

body .lp-nearby-dialog h2 {
  font-size: 1.25rem;
}

body .lp-nearby-dialog p {
  color: var(--lp-text-muted);
  font-size: 0.875rem;
}

body .lp-nearby-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

@media (max-width: 560px) {
  body [data-lp-day-list] .lp-event-list__meta-item--date {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }
}

body .lp-consent-settings {
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--lp-text);
  background: none;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

body .lp-consent-settings[hidden],
body .lp-consent[hidden],
body .lp-consent:not([open]) {
  display: none;
}

body .lp-consent {
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1080px;
  max-height: calc(100vh - 32px);
  margin: 0 auto;
  padding: 20px 24px;
  overflow: auto;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  color: var(--lp-text);
  background: var(--lp-surface, #fff);
  box-shadow: 0 16px 48px rgb(20 20 40 / 22%);
}

body .lp-consent::backdrop {
  background: rgb(16 13 31 / 30%);
}

body .lp-consent__copy {
  max-width: 650px;
}

body .lp-consent__copy h2 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

body .lp-consent__copy p {
  margin: 0;
  line-height: 1.5;
}

body .lp-consent__copy a {
  color: var(--lp-primary-strong, #4f29d8);
  text-decoration: underline;
}

body .lp-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body .lp-consent__actions button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--lp-primary-strong, #4f29d8);
  border-radius: 9px;
  color: var(--lp-primary-strong, #4f29d8);
  background: var(--lp-surface, #fff);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

body .lp-consent__actions button:hover {
  background: var(--lp-border, #e3e2eb);
}

@media (max-width: 700px) {
  body .lp-consent {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
  }

  body .lp-consent__actions button {
    flex: 1 1 145px;
  }
}

.lp-home-hero__filter-button,
.lp-mobile-filter-reset {
  display: none;
}

.lp-home-title__mobile {
  display: none;
}

/* Public mobile layout: keep discovery compact and replace the seven-column month grid. */
.lp-mobile-calendar {
  display: none;
}

@media (max-width: 700px) {
  body .lp-public-shell {
    width: calc(100% - 24px);
  }

  body .lp-public-shell .lp-home-hero {
    gap: 14px !important;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  body .lp-public-shell .lp-home-hero__intro h1 {
    font-size: clamp(1.5rem, 7vw, 1.9rem);
    line-height: 1.08;
  }

  body .lp-public-shell .lp-home-hero__intro p {
    margin: 8px 0 12px;
  }

  body .lp-public-shell .lp-featured-events {
    padding-bottom: 44px;
  }

  body .lp-public-shell .lp-filter-band,
  body .lp-public-shell .lp-calendar-section {
    padding-left: 0;
    padding-right: 0;
  }

  body .lp-filters__summary {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "toggle reset" "search search" "state state";
    gap: 8px;
  }

  body .lp-filters__search,
  body .lp-filters__search .lp-search-control {
    width: 100%;
    max-width: none;
  }

  body .lp-filters__fields,
  body .lp-filters .lp-form-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .lp-filters .lp-form-actions {
    grid-column: 1;
    justify-content: flex-end;
  }

  body .lp-calendar-viewbar {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body .lp-calendar-viewbar__range {
    justify-content: space-between;
    min-width: 0;
  }

  body .lp-calendar-viewbar__title {
    min-width: 0;
    font-size: 1.15rem;
    text-align: center;
  }

  body .lp-view-switch {
    display: flex;
    width: 100%;
    overflow-x: auto;
  }

  body .lp-view-switch a {
    flex: 1 0 auto;
    min-width: 0;
  }

  body .lp-calendar-shell > .lp-calendar,
  body .lp-calendar-shell > .lp-legend {
    display: none;
  }

  body .lp-calendar-shell .lp-mobile-calendar {
    display: block;
    min-width: 0;
  }

  body .lp-mobile-calendar__days {
    display: flex;
    gap: 6px;
    padding: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    border-bottom: 1px solid var(--lp-border);
    scrollbar-width: thin;
  }

  body .lp-mobile-calendar__day {
    flex: 0 0 54px;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 5px;
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    color: var(--lp-text);
    background: var(--lp-surface);
    font: inherit;
    cursor: pointer;
    scroll-snap-align: center;
  }

  body .lp-mobile-calendar__day span {
    color: var(--lp-text-muted);
    font-size: .65rem;
  }

  body .lp-mobile-calendar__day strong {
    font-size: 1rem;
  }

  body .lp-mobile-calendar__day small {
    min-width: 17px;
    border-radius: 999px;
    color: var(--lp-text);
    background: var(--lp-border);
    font-size: .65rem;
    line-height: 17px;
  }

  body .lp-mobile-calendar__day.is-outside {
    opacity: .58;
  }

  body .lp-mobile-calendar__day[aria-pressed="true"] {
    border-color: var(--lp-primary);
    color: #fff;
    background: var(--lp-primary);
  }

  body .lp-mobile-calendar__day[aria-pressed="true"] span,
  body .lp-mobile-calendar__day[aria-pressed="true"] small {
    color: #fff;
  }

  body .lp-mobile-calendar__day:disabled {
    opacity: .5;
    cursor: default;
  }

  body .lp-mobile-calendar__panel {
    padding: 14px;
    scroll-margin-top: 12px;
  }

  body .lp-mobile-calendar__panel + .lp-mobile-calendar__panel {
    border-top: 1px solid var(--lp-border);
  }

  body .lp-mobile-calendar__panel[hidden] {
    display: none;
  }

  body .lp-mobile-calendar__panel h3 {
    margin: 0 0 12px;
    font-size: 1.05rem;
  }

  body .lp-mobile-calendar__empty {
    margin: 0;
    color: var(--lp-text-muted);
    font-size: .875rem;
  }

  body .lp-mobile-calendar__empty--month,
  body .lp-mobile-calendar__loading {
    margin: 0;
    padding: 18px 14px;
    color: var(--lp-text-muted);
    font-size: .875rem;
  }

  body .lp-mobile-calendar__loading[hidden],
  body .lp-mobile-calendar__empty[hidden],
  body .lp-mobile-calendar__continue[hidden] {
    display: none;
  }

  body .lp-mobile-calendar__continue {
    display: block;
    width: fit-content;
    margin: 12px auto;
    font-size: .875rem;
    text-decoration: none;
  }

  body .lp-mobile-calendar__sentinel {
    height: 1px;
  }

  body .lp-mobile-calendar__events {
    display: grid;
    gap: 8px;
  }

  body .lp-mobile-calendar__event {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 9px 11px;
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    color: var(--lp-text);
    text-decoration: none;
  }

  body .lp-mobile-calendar__event.is-past {
    opacity: .7;
  }

  body .lp-mobile-calendar__time {
    font-size: .75rem;
    font-weight: 700;
  }

  body .lp-mobile-calendar__event-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  body .lp-mobile-calendar__event-copy strong {
    font-size: .875rem;
    line-height: 1.3;
  }

  body .lp-mobile-calendar__event-copy small {
    color: var(--lp-text-muted);
    font-size: .75rem;
  }

  body .lp-mobile-calendar__more {
    display: block;
    width: fit-content;
    margin: 12px 0 0 auto;
    font-size: .8rem;
    text-decoration: none;
  }

  body .lp-arenas-page {
    display: flex;
    flex-direction: column;
  }

  body .lp-arenas-page .lp-arenas-hero { order: 0; }
  body .lp-arenas-page .lp-filter-band { order: 1; }
  body .lp-arenas-page .lp-arenas-results { order: 2; }
  body .lp-arenas-page .lp-arenas-map { order: 3; }

  body .lp-arenas-map {
    min-height: 220px;
  }

  body .lp-arenas-map__frame {
    min-height: 220px;
  }

  body .lp-arenas-grid,
  body .lp-organizers-page .lp-organizers-grid.lp-arenas-grid,
  body .lp-feature-card-grid--discovery {
    grid-template-columns: minmax(0, 1fr);
  }

  body .lp-event-detail__layout,
  body .lp-event-detail__metadata {
    grid-template-columns: minmax(0, 1fr);
  }

  body .lp-event-detail .lp-event-detail__summary {
    padding: 16px;
  }

  body .lp-event-detail__metadata-column + .lp-event-detail__metadata-column {
    padding-left: 0;
    border-left: 0;
  }

  body .lp-footer__information {
    grid-template-columns: minmax(0, 1fr);
  }

  body .lp-footer__bottom {
    flex-direction: column;
    gap: 6px;
    padding: 12px 20px;
  }
}

/* Mobile home keeps one day strip above full event cards. */
@media (max-width: 700px) {
  body .lp-public-shell .lp-home-hero {
    display: block;
    min-height: 0;
    height: auto;
    padding: 14px 0 8px;
  }

  body .lp-home-hero__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  body .lp-home-hero__heading h1 {
    margin: 0;
  }

  body .lp-public-shell .lp-home-hero__intro {
    padding-top: 0;
  }

  body .lp-public-shell .lp-home-hero__intro p {
    margin-bottom: 0;
  }

  body .lp-public-shell .lp-home-hero__heading h1 {
    font-size: clamp(1.2rem, 5vw, 1.45rem);
  }

  body .lp-home-title__desktop,
  body .lp-public-shell .lp-home-hero__line,
  body .lp-public-shell .lp-home-hero__intro > p {
    display: none;
  }

  body .lp-home-title__mobile {
    display: inline;
  }

  body .lp-home-hero__intro > #event-filters {
    padding-top: 8px !important;
  }

  body .lp-home-hero__filter-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lp-border-strong);
    border-radius: 10px;
    color: var(--lp-text);
    background: var(--lp-surface);
    cursor: pointer;
  }

  body .lp-home-hero__filter-button[aria-expanded="true"] {
    border-color: var(--lp-primary);
    color: var(--lp-primary);
  }

  body .lp-home-hero__filter-button svg {
    width: 23px;
    height: 23px;
  }

  body .lp-public-shell .lp-home-hero__intro > .lp-button,
  body .lp-public-shell .lp-featured-events {
    display: none !important;
  }

  body .lp-public-shell.is-mobile-filters-ready #event-filters {
    display: none;
  }

  body .lp-public-shell.is-mobile-filters-open #event-filters {
    display: block;
  }

  body #event-filters .lp-filters__panel:not([hidden]) {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    max-height: none;
    padding: 0 0 12px !important;
    overflow: visible;
    box-shadow: none;
  }

  body #event-filters .lp-filters__mobile-header {
    position: static;
  }

  body #event-filters .lp-filters.is-open .lp-form {
    margin-top: 0;
  }

  body #event-filters .lp-filters__search,
  body #event-filters .lp-filters.is-open .lp-filters__search {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
  }

  body #event-filters .lp-filters__reset {
    display: none !important;
  }

  body #event-filters .lp-mobile-filter-reset {
    width: 76px;
    display: block;
    margin: 2px 0 12px auto;
    color: var(--lp-text-muted);
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  body .lp-calendar-viewbar .lp-view-switch,
  body .lp-calendar-viewbar .lp-calendar-toolbar__actions {
    display: none !important;
  }

  body .lp-mobile-calendar__events {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body .lp-mobile-calendar__events .lp-event-card {
    width: 100%;
  }

  body .lp-mobile-calendar__events .lp-event-card__media {
    aspect-ratio: 16 / 8;
  }

  body .lp-mobile-calendar__events .lp-event-card__body {
    gap: 8px;
    padding: 12px;
  }

  body .lp-mobile-calendar__events .lp-event-card__title {
    min-height: 2.36em;
    max-height: 2.36em;
    display: -webkit-box;
    overflow: hidden;
    color: #11152e;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body .lp-mobile-calendar__events .lp-event-card__date,
  body .lp-mobile-calendar__events .lp-event-card__time,
  body .lp-mobile-calendar__events .lp-event-card__meta {
    font-size: .82rem;
  }

  body .lp-mobile-calendar__events .lp-badge {
    min-height: 20px;
    padding: 2px 6px;
    font-size: .67rem;
  }

  body .lp-mobile-calendar__events .lp-skill__label {
    font-size: .64rem;
  }

  body .lp-mobile-calendar__events .lp-skill--small .lp-skill__segment {
    width: 10px;
    height: 7px;
  }

  body .lp-mobile-calendar__load-more {
    width: fit-content;
    min-height: 44px;
    display: block;
    margin: 16px auto;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--lp-primary);
    font: inherit;
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer;
  }

  body .lp-mobile-calendar__load-more[hidden],
  body .lp-mobile-calendar:not(.is-initialized) .lp-mobile-calendar__load-more {
    display: none;
  }

  body .lp-mobile-calendar__load-more:disabled {
    cursor: wait;
    opacity: .6;
  }

  body .lp-event-list__link {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-areas:
      "media title"
      "media badges"
      "entities entities"
      "schedule schedule"
      "description description"
      "facts facts";
    align-content: start;
    gap: 6px 12px;
  }

  body .lp-event-list__core {
    display: contents;
  }

  body .lp-event-list__media {
    grid-area: media;
    width: 112px;
    height: 112px;
    align-self: start;
  }

  body .lp-event-list__title {
    grid-area: title;
    align-self: end;
    font-size: 1rem;
    line-height: 1.3;
  }

  body .lp-event-list__badges {
    grid-area: badges;
    align-self: start;
    margin: 0;
  }

  body .lp-event-list__entities { grid-area: entities; }
  body .lp-event-list__schedule { grid-area: schedule; }
  body .lp-event-list__description { grid-area: description; }
  body .lp-event-list__facts { grid-area: facts; }

  body .lp-event-list__description,
  body .lp-event-list__facts {
    padding: 6px 0 0;
    border-top: 1px solid var(--lp-border);
  }
}

@media (max-width: 700px) {
  body .lp-header .lp-header__inner {
    min-height: 64px;
    grid-template-columns: 38px minmax(0, 1fr) 40px 40px !important;
    grid-template-areas: "menu brand search profile";
    gap: 6px;
    padding: 8px 0;
  }

  body .lp-header .lp-brand {
    grid-template-columns: 30px minmax(0, auto);
    gap: 5px;
  }

  body .lp-header .lp-brand__mark,
  body .lp-header .lp-brand__mark img {
    width: 30px;
    height: 30px;
  }

  body .lp-header .lp-brand strong {
    font-size: clamp(13px, 4vw, 18px);
  }

  body .lp-header .lp-header__search {
    grid-area: search;
    width: 40px !important;
    max-width: 40px !important;
    height: 40px;
    justify-self: end;
  }

  body .lp-header__search .lp-search-control {
    width: 40px !important;
    max-width: 40px !important;
    height: 40px;
  }

  body .lp-header__search .lp-search-control__input {
    display: none !important;
  }

  body .lp-header__search .lp-search-control__submit {
    position: static;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border: 1px solid var(--lp-border);
    transform: none;
  }

  body .lp-header .lp-header__search.is-search-open {
    position: absolute;
    z-index: 55;
    top: calc(100% + 1px);
    right: 12px;
    left: 12px;
    width: auto !important;
    max-width: none !important;
    height: auto;
    padding: 8px;
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    background: var(--lp-surface);
    box-shadow: var(--lp-shadow-md);
  }

  body .lp-header__search.is-search-open .lp-search-control {
    width: 100% !important;
    max-width: none !important;
  }

  body .lp-header__search.is-search-open .lp-search-control__input {
    display: block !important;
  }

  body .lp-header__search.is-search-open .lp-search-control__submit {
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    transform: translateY(-50%);
  }
}
