/* -----------------------------------------------------------
   Global shell
   ----------------------------------------------------------- */
html { background: var(--pm-bg) !important; }
body {
  background: var(--pm-bg) !important;
  color: var(--pm-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

::selection {
  background: rgba(167,220,22,.34);
  color: var(--pm-navy);
}

/* -----------------------------------------------------------
   Pickle Mania public marketplace
   ----------------------------------------------------------- */
body .dp-site.dp-final-board.pm-marketplace-site {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0 !important;
  overflow: visible;
  background: #fff !important;
}

.pm-marketplace-site > :not(.pm-marketplace):not(.dp-login-modal-backdrop) {
  display: none !important;
}

.pm-marketplace-site > .pm-marketplace,
.pm-marketplace-site > .dp-login-modal-backdrop {
  display: block !important;
}

.pm-marketplace {
  width: 100%;
  min-height: 100vh;
  overflow: visible;
  color: var(--pm-navy);
  background: #fff;
}

.pm-marketplace main {
  display: block;
  width: 100%;
}

.pm-public-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 78px;
  padding: 12px clamp(24px, 6vw, 88px);
  border-bottom: 1px solid rgba(4, 27, 58, .08);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  transition:
    background-color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    backdrop-filter .24s ease;
}

/* Landing-only header: overlay the hero at the top, then become the
   normal white Pickle Mania header as soon as Book a Court pins. */
.pm-public-header-landing {
  position: fixed;
  right: 0;
  left: 0;
}

.pm-public-header-landing.is-hero {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.pm-public-header-landing.is-solid {
  border-bottom-color: rgba(4, 27, 58, .08);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 10px 30px rgba(4, 27, 58, .08);
  backdrop-filter: blur(16px);
}

.pm-public-header nav,
.pm-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.6vw, 34px);
}

.pm-header-actions {
  justify-content: flex-end;
  gap: 12px;
}

.pm-marketplace main > section,
.pm-footer {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto;
}

.pm-marketplace main > section.pm-hero {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.pm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  min-height: 460px;
  margin-top: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--pm-navy);
  box-shadow: none;
}

.pm-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px) clamp(42px, 5vw, 76px);
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(167, 220, 22, .13) 0 2px, transparent 3px) 0 0 / 17px 17px,
    linear-gradient(112deg, #031b3a 0%, #05254c 100%);
}

.pm-hero-visual {
  position: relative;
  min-height: 460px;
  background:
    linear-gradient(rgba(6, 34, 66, .08), rgba(6, 34, 66, .08)),
    repeating-linear-gradient(90deg, transparent 0 56px, rgba(255,255,255,.23) 57px 59px),
    repeating-linear-gradient(0deg, transparent 0 70px, rgba(255,255,255,.22) 71px 73px),
    linear-gradient(145deg, #91c8e9 0 34%, #2b72bb 35% 62%, #4c9d50 63% 100%);
  background-position: center calc(50% + var(--pm-hero-parallax, 0px));
  background-size: cover;
}

.pm-hero-visual.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,27,58,.28), transparent 42%);
}

.pm-hero-search-anchor {
  width: min(690px, 100%);
  min-height: 50px;
}

.pm-hero-search.is-pinned {
  position: fixed;
  z-index: 900;
  top: 87px;
  left: 50%;
  width: min(1440px, calc(100% - 64px));
  border: 1px solid rgba(4, 27, 58, .12);
  box-shadow: 0 14px 36px rgba(4, 27, 58, .18);
  transform: translateX(-50%);
}

.pm-section {
  padding-block: 62px 20px;
}

.pm-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.pm-venue-grid,
.pm-loading-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pm-open-play-section {
  padding-bottom: 34px;
}

.pm-open-play-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pm-owner-solutions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
  min-height: 540px;
  margin-top: 54px;
  padding: clamp(48px, 6vw, 84px);
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(167,220,22,.16) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(125deg, #031831 0%, #052c54 100%);
  box-shadow: var(--pm-shadow);
}

.pm-owner-visual {
  position: relative;
  min-height: 390px;
}

.pm-owner-browser {
  width: 84%;
  margin-left: auto;
}

.pm-owner-dashboard {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56%;
}

.pm-how-it-works {
  display: block;
  padding-block: 46px 50px;
  background: #fff;
}

.pm-how-heading {
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
  text-align: left;
}

.pm-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
}

.pm-footer {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, minmax(120px, 1fr));
  gap: clamp(24px, 4vw, 54px);
  width: 100%;
  max-width: none;
  padding: 42px clamp(24px, 7vw, 100px) 70px;
  color: #dce8f5;
  background: linear-gradient(135deg, #03162f, #062c52);
}

.pm-footer > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.pm-copyright {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 18px;
  color: rgba(255,255,255,.64);
}

/* -----------------------------------------------------------
   Public header / navigation
   ----------------------------------------------------------- */
.site-header,
.public-header,
.kradpc-header,
header.app-header,
.player-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(15,39,72,.08);
  color: var(--pm-navy);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(15,39,72,.02);
}

.site-header a,
.public-header a,
.kradpc-header a,
header.app-header a {
  font-weight: 700;
}

.site-header .active,
.public-header .active,
.kradpc-header .active,
header.app-header .active {
  color: var(--pm-navy);
}

.site-header .active::after,
.public-header .active::after,
.kradpc-header .active::after {
  background: var(--pm-lime);
}

/* -----------------------------------------------------------
   Landing / marketplace hero
   Works with common KRADPC landing aliases and stays harmless
   if a selector is not present in a tenant build.
   ----------------------------------------------------------- */
.kradpc-landing,
.landing-page,
.guest-landing,
.player-landing,
.home-page {
  background: var(--pm-bg);
  color: var(--pm-text);
}

.landing-hero,
.home-hero,
.guest-hero,
.hero-marketplace,
[data-section="hero"] {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 32% 42%, rgba(167,220,22,.10) 0 2px, transparent 3px) 0 0/18px 18px,
    linear-gradient(108deg, rgba(4,27,58,.99) 0%, rgba(4,27,58,.97) 47%, rgba(8,41,82,.72) 70%, rgba(8,41,82,.44) 100%);
  box-shadow: var(--pm-shadow);
}

.landing-hero::after,
.home-hero::after,
.guest-hero::after,
.hero-marketplace::after {
  content: "";
  position: absolute;
  inset: auto -9% -45% auto;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167,220,22,.12), transparent 64%);
  pointer-events: none;
}

.landing-hero h1,
.home-hero h1,
.guest-hero h1,
.hero-marketplace h1 {
  color: #fff;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.landing-hero h1 strong,
.landing-hero .accent,
.home-hero .accent,
.guest-hero .accent,
.hero-marketplace .accent {
  color: var(--pm-lime);
}

.landing-hero p,
.home-hero p,
.guest-hero p,
.hero-marketplace p {
  color: rgba(255,255,255,.84);
}

/* -----------------------------------------------------------
   Pickle Mania authenticated player experience
   ----------------------------------------------------------- */
.pm-marketplace-inner {
  min-height: calc(100vh - 76px);
  background: #f7f9fc;
}

body main.player-shell {
  display: block;
  height: auto;
  max-height: none;
  overflow: visible;
  min-height: 100vh;
  background: #f7f9fc !important;
}

body main.player-shell > aside.rail {
  display: none !important;
}

body main.player-shell > section.content {
  height: auto;
  max-height: none;
  overflow: visible;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: #f7f9fc !important;
}

body main.player-shell > section.content > header {
  display: none !important;
}

body main.player-shell nav.player-topnav.pm-auth-header {
  position: sticky !important;
  z-index: 1000 !important;
  top: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto minmax(24px, 1fr) auto auto !important;
  align-items: center;
  gap: 24px;
  width: 100% !important;
  min-height: 78px !important;
  margin: 0 !important;
  padding: 12px clamp(24px, 6vw, 88px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(4,27,58,.09) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

.player-topnav-links {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 34px);
  min-height: 54px;
}

.player-topnav-spacer {
  display: flex;
}

.player-topnav .player-profile-menu {
  justify-self: end;
}

.pmx-page {
  width: min(1380px, calc(100% - 56px));
  margin: 0 auto;
  padding: 28px 0 54px;
  color: var(--pm-navy);
}

.pmx-home-intro {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(520px, 1.8fr);
  gap: 22px;
  align-items: stretch;
}

.pmx-home-welcome {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pmx-nearby-search {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding: 18px;
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius);
  background: #fff;
  box-shadow: var(--pm-shadow-sm);
}

.pmx-nearby-search label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.pmx-nearby-search > div {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 8px;
}

.pmx-home-hero {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 58px);
  overflow: hidden;
  border-radius: var(--pm-radius-lg);
  background:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(145deg, transparent 0 58%, rgba(167,220,22,.34) 58% 100%),
    linear-gradient(135deg, #041b3a, #0b4172 58%, #1473a5);
  background-size: 54px 54px, 54px 54px, auto, auto;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: var(--pm-shadow);
}

.pmx-home-hero h2,
.pmx-home-hero p {
  position: relative;
  z-index: 1;
  max-width: 430px;
}

.pmx-action-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.pmx-action-grid > button {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 106px;
  padding: 15px;
}

.pmx-action-grid span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.pmx-section {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius);
  background: #fff;
  box-shadow: var(--pm-shadow-sm);
}

.pmx-section > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.pmx-booking-grid,
.pmx-play-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pmx-play-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmx-booking-row,
.pmx-play-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 10px;
}

.pmx-play-row {
  grid-template-columns: 100px minmax(0, 1fr) auto;
}

.pmx-grow {
  min-width: 0;
  flex: 1 1 auto;
}

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

.pmx-recommended-grid > button {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 8px;
}

.pmx-recommended-grid > button > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

/* Find a Court */
.pmx-find-head {
  display: grid;
  gap: 16px;
}

.pmx-find-head form {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto auto;
  gap: 12px;
  max-width: 930px;
}

.pmx-find-head form label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.pmx-find-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.pmx-filters {
  display: flex;
  gap: 8px;
}

.pmx-find-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 22px;
  align-items: start;
  margin-top: 18px;
}

.pmx-find-results {
  display: grid;
  gap: 12px;
}

.pmx-find-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 12px;
}

.pmx-find-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.pmx-find-title,
.pmx-find-meta,
.pmx-find-foot,
.pmx-status-row,
.pmx-venue-facts,
.pmx-venue-actions,
.pmx-profile-details,
.pmx-profile-tags,
.pmx-chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pmx-find-foot {
  margin-top: auto;
}

.pmx-find-foot .pmx-button {
  margin-left: auto;
}

.pmx-map-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.pmx-map-art {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #cfe0df;
  border-radius: var(--pm-radius-lg);
  background:
    linear-gradient(110deg, transparent 48%, rgba(92,169,209,.30) 49% 52%, transparent 53%),
    repeating-linear-gradient(35deg, rgba(255,255,255,.9) 0 2px, transparent 3px 56px),
    repeating-linear-gradient(125deg, rgba(255,255,255,.86) 0 2px, transparent 3px 72px),
    #dff0dc;
}

.pmx-map-art::before {
  content: "Court locations";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(4,27,58,.38);
  font-size: clamp(26px, 4vw, 50px);
  font-weight: 900;
  transform: translate(-50%, -50%) rotate(-9deg);
}

.pmx-map-art button {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(4,27,58,.24);
}

.pmx-verified-note {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
}

/* Venue profile and booking */
.pmx-venue-profile {
  padding-top: 18px;
}

.pmx-venue-hero {
  overflow: hidden;
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius-lg);
  background: #fff;
  box-shadow: var(--pm-shadow);
}

.pmx-venue-cover {
  min-height: 290px;
  background: linear-gradient(135deg, #052448, #11606b 70%, #a7dc16);
  background-position: center;
  background-size: cover;
}

.pmx-venue-identity {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 24px 24px;
}

.pmx-venue-logo {
  display: grid;
  width: 128px;
  height: 128px;
  flex: 0 0 128px;
  place-items: center;
  margin-top: -68px;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--pm-navy);
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  box-shadow: var(--pm-shadow);
}

.pmx-venue-tabs,
.pmx-profile-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 12px 22px 0;
  overflow: visible;
  border-bottom: 1px solid var(--pm-border);
  background: #fff;
}

.pmx-venue-layout,
.pmx-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.pmx-venue-layout > aside,
.pmx-profile-layout > aside {
  display: grid;
  gap: 14px;
  padding-top: 22px;
}

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

.pmx-court-grid article {
  overflow: hidden;
}

.pmx-court-grid article > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
}


/* =========================================================
   PM_CANONICAL_VENUE_SHELL_V1_START
   Canonical Pickle Mania public Venue Page.
   This is NOT a booking renderer.
   ========================================================= */

.pmx-vp2,
.pmx-vp2 * {
    box-sizing: border-box;
}

.pmx-vp2 {
    width: min(1320px, calc(100% - 48px));
    margin: 22px auto 0;
    color: #102442;
}

.pmx-vp2-back {
    margin: 0 0 12px;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: #31527f;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.pmx-vp2-page {
    overflow: clip;
    border: 1px solid #dce4ef;
    border-radius: 18px;
    background: #f8fafc;
    box-shadow: 0 16px 44px rgba(15, 35, 65, .08);
}

.pmx-vp2-hero {
    background: #fff;
    position: relative;
    z-index: 250;
    overflow: visible;
}

.pmx-vp2-cover {
    position: relative;
    min-height: 280px;
    background:
        linear-gradient(135deg, #16284f, #244d91);
    background-position: center;
    background-size: cover;
}

.pmx-vp2-cover.has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 60%,
            rgba(7, 21, 45, .20)
        );
    pointer-events: none;
}

.pmx-vp2-cover-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.72);
    font-weight: 800;
}

.pmx-vp2-identity {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    min-height: 128px;
    padding: 0 28px 22px;
    background: #fff;
    position: relative;
    overflow: visible;
}

.pmx-vp2-logo-wrap {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    margin-top: -56px;
}

.pmx-vp2-logo {
    display: grid;
    width: 116px;
    height: 116px;
    overflow: hidden;
    place-items: center;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 24px;
    background: #12284e;
    box-shadow: 0 8px 24px rgba(9,25,55,.20);
}

.pmx-vp2-logo-fallback {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}

.pmx-vp2-name {
    min-width: 0;
    flex: 1;
    padding-right: 0;
}

.pmx-vp2-name h1 {
    margin: 0;
    color: #0d2040;
    font-size: clamp(27px, 2.1vw, 36px);
    line-height: 1.1;
}

.pmx-vp2-name > p {
    margin: 7px 0;
    color: #5e708b;
    font-size: 16px;
}

.pmx-vp2-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    color: #69788e;
    font-size: 13px;
}

.pmx-vp2-tabbar {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    border-top: 1px solid #e3e9f1;
    border-bottom: 1px solid #e3e9f1;
    background: #fff;
    z-index: 100;
    overflow: visible;
}

.pmx-vp2-tabs {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    scrollbar-width: none;
}

.pmx-vp2-tabs::-webkit-scrollbar {
    display: none;
}

.pmx-vp2-tabs button {
    position: relative;
    padding: 16px 30px 15px;
    border: 0;
    background: transparent;
    color: #586980;
    font: inherit;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
}

.pmx-vp2-tabs button.active {
    color: #5a7d00;
}

.pmx-vp2-tabs button.active::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -1px;
    left: 18px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #9adf00;
}


.pmx-vp2-share-wrap {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    transform: none;
}

.pmx-vp2-share-icon {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid #cad5e4;
    border-radius: 10px;
    background: #fff;
    color: #183252;
    font: inherit;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15,35,65,.06);
    transition:
        border-color .15s ease,
        background .15s ease,
        transform .15s ease,
        box-shadow .15s ease;
}

.pmx-vp2-share-icon:hover,
.pmx-vp2-share-icon.active {
    border-color: #94a9c7;
    background: #f8fbff;
}

.pmx-vp2-share-icon:hover {
    transform: translateY(-1px);
}

.pmx-vp2-share-icon > svg {
    display: block;
    width: 22px;
    height: 22px;
}

.pmx-vp2-share-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 300;
    display: grid;
    gap: 14px;
    width: min(330px, calc(100vw - 28px));
    padding: 18px;
    border: 1px solid #d7e0eb;
    border-radius: 14px;
    background: #fff;
    box-shadow:
        0 18px 50px rgba(15,35,65,.18);
}

.pmx-vp2-share-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.pmx-vp2-share-head > div {
    display: grid;
    gap: 3px;
}

.pmx-vp2-share-head strong {
    color: #102442;
    font-size: 16px;
}

.pmx-vp2-share-head small {
    color: #7b899c;
    font-size: 11px;
}

.pmx-vp2-share-close {
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 1px solid #d7e0eb;
    border-radius: 50%;
    background: #fff;
    color: #617086;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.pmx-vp2-share-qr {
    position: relative;
    display: grid;
    width: 220px;
    max-width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e0e6ee;
    border-radius: 12px;
    background: #fff;
}

.pmx-vp2-share-qr > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pmx-vp2-share-qr-logo {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 4px;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow:
        0 0 0 4px #fff;
    transform: translate(-50%, -50%);
}

.pmx-vp2-share-qr-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.pmx-vp2-share-copy {
    margin: -3px 0 0;
    color: #7c899a;
    font-size: 12px;
    text-align: center;
}

.pmx-vp2-share-link {
    display: grid;
    grid-template-columns:
        minmax(0,1fr) auto;
    gap: 7px;
}

.pmx-vp2-share-link input {
    min-width: 0;
    width: 100%;
    padding: 10px 11px;
    border: 1px solid #d1dbe8;
    border-radius: 8px;
    background: #f8fafc;
    color: #41536d;
    font: inherit;
    font-size: 12px;
    outline: 0;
}

.pmx-vp2-share-link button {
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: #9adf00;
    color: #183000;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.pmx-vp2-content {
    padding: 26px;
    position: relative;
    z-index: 1;
}

.pmx-vp2-content-book {
    padding: 18px;
}

.pmx-vp2-card {
    padding: 20px;
    border: 1px solid #dce4ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15,35,65,.04);
}

.pmx-vp2-card h3,
.pmx-vp2-session-card h4,
.pmx-vp2-feed-card h3 {
    margin-top: 0;
    color: #102442;
}

.pmx-vp2-about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}

.pmx-vp2-about-copy,
.pmx-vp2-gallery-card,
.pmx-vp2-map-card {
    grid-column: 1 / -1;
}

.pmx-vp2-about-text {
    margin: 14px 0 0;
    color: #5c6d83;
    line-height: 1.75;
}

.pmx-vp2-amenity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.pmx-vp2-amenity-list span {
    padding: 8px 10px;
    border-radius: 8px;
    background: #f0f5ff;
    color: #2d4d89;
    font-size: 13px;
    font-weight: 750;
}

.pmx-vp2-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.pmx-vp2-contact-list a {
    color: #294b89;
    text-decoration: none;
}

.pmx-vp2-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 10px;
    margin-top: 14px;
}

.pmx-vp2-gallery figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #e8edf4;
}

.pmx-vp2-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pmx-vp2-gallery-empty,
.pmx-vp2-map-empty,
.pmx-vp2-openplay-empty,
.pmx-vp2-loading {
    display: grid;
    min-height: 150px;
    place-items: center;
    color: #8190a4;
    text-align: center;
}

.pmx-vp2-gallery-empty,
.pmx-vp2-map-empty {
    margin-top: 14px;
    border: 1px dashed #cbd5e3;
    border-radius: 10px;
    background: #f7f9fc;
}

.pmx-vp2-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pmx-vp2-section-title a {
    color: #547400;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.pmx-vp2-location-copy {
    color: #5d6d82;
}

.pmx-vp2-map-card iframe {
    width: 100%;
    height: 300px;
    margin-top: 14px;
    border: 0;
    border-radius: 10px;
    background: #edf1f6;
}

.pmx-vp2-muted {
    color: #8190a4;
}

.pmx-vp2-session-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
}

.pmx-vp2-session-card {
    padding: 18px;
    border: 1px solid #dce4ef;
    border-radius: 13px;
    background: #fff;
}

.pmx-vp2-session-badge {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 999px;
    background: #eef8d9;
    color: #527400;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
}

.pmx-vp2-session-card h4 {
    margin: 11px 0;
    font-size: 17px;
}

.pmx-vp2-session-card p {
    margin: 7px 0;
    color: #69788c;
    font-size: 13px;
}

.pmx-vp2-session-card button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #cad7a8;
    border-radius: 8px;
    background: #f7ffe8;
    color: #567600;
    font-weight: 800;
    cursor: pointer;
}

.pmx-vp2-openplay-empty {
    gap: 5px;
    padding: 35px;
    border: 1px dashed #ced8e5;
    border-radius: 12px;
    background: #fff;
}

.pmx-vp2-openplay-empty h3,
.pmx-vp2-openplay-empty p {
    margin: 0;
}

.pmx-vp2-feed-list {
    display: grid;
    gap: 14px;
}

.pmx-vp2-feed-card {
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 12px;
    padding: 18px;
    border: 1px solid #dce4ef;
    border-radius: 13px;
    background: #fff;
}

.pmx-vp2-feed-avatar {
    display: grid;
    width: 46px;
    height: 46px;
    overflow: hidden;
    place-items: center;
    border-radius: 12px;
    background: #11274d;
    color: #fff;
    font-weight: 900;
}

.pmx-vp2-feed-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pmx-vp2-feed-card strong {
    color: #34527d;
    font-size: 12px;
}

.pmx-vp2-feed-card h3 {
    margin: 4px 0 7px;
    font-size: 17px;
}

.pmx-vp2-feed-card p {
    margin: 0;
    color: #617086;
    line-height: 1.65;
}

/*
 * Shared booking is intentionally NOT restyled here.
 *
 * .pmx-booking-embed remains owned by the existing
 * Pickle Mania booking core/theme below this section.
 */

.pmx-vp2-footer {
    display: flex;
    width: 100vw;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 22px 18px;
    border: 0;
    background: #0b234d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
}

.pmx-vp2-footer a {
    margin: 0 4px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.pmx-vp2-footer a:hover,
.pmx-vp2-footer a:focus-visible {
    color: #9adf00;
    text-decoration: underline;
}















.pmx-vp2-meta-actions {
    display: grid;
    flex: 0 0 auto;
    align-self: center;
    justify-items: end;
    gap: 10px;
    margin-left: auto;
}

.pmx-vp2-hourly-rate {
    display: block;
    color: #071d3d;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.pmx-public-auth-overlay {
    position: fixed;
    inset: 0;
    z-index: 2500;
    overflow: auto;
    background: #f7f9fc;
}

.pmx-public-auth-close {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 2600;
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 1px solid #d2dce8;
    border-radius: 50%;
    background: #ffffff;
    color: #203b5d;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow:
        0 5px 18px rgba(8,26,56,.12);
}





/* PM_CANONICAL_VENUE_SHELL_V1_END */

.pmx-booking-embed {
  padding-top: 20px;
}

.pmx-booking-embed .tap-booking-shell {
  display: block;
}

.pmx-booking-embed .tap-booking-main {
  overflow: visible;
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius);
  background: #fff;
}

.pmx-booking-embed .tap-booking-cover,
.pmx-booking-embed .tap-venue-select {
  display: none;
}

/* Player profile */
.pmx-profile-hero {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 260px;
  padding: 34px;
  overflow: hidden;
  border-radius: var(--pm-radius-lg);
  background:
    radial-gradient(circle at 83% 80%, rgba(167,220,22,.48), transparent 18%),
    linear-gradient(120deg, #041b3a, #0b3263 65%, #175d67);
  color: #fff;
  box-shadow: var(--pm-shadow);
}

.pmx-profile-photo {
  display: grid;
  width: 158px;
  height: 158px;
  flex: 0 0 158px;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #a7dc16, #087c79);
  background-position: center;
  background-size: cover;
  color: var(--pm-navy);
  font-size: 36px;
  font-weight: 950;
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
}

.pmx-profile-tags {
  position: absolute;
  bottom: 18px;
  left: 34px;
}

.pmx-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 8px 0;
}

.pmx-stat-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
}

.pmx-stat-grid article > span {
  display: flex;
  flex-direction: column;
}

.pmx-ranking-soon {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid #dce4f0;
  border-radius: var(--pm-radius);
  background: linear-gradient(135deg, #f8fbff, #f1f5fb);
}

.pmx-booking-list,
.pmx-announcement-page {
  display: grid;
  gap: 10px;
}
