.vibes-spot__page {
  --vibes-spot-green: #22D313;
  --vibes-spot-green-dark: #12940A;
  --vibes-spot-black: #050505;
  --vibes-spot-bg: #F5F6F4;
  --vibes-spot-card: #FFFFFF;
  --vibes-spot-border: #E7E8E5;
  --vibes-spot-text: #171717;
  --vibes-spot-muted: #6D6D6D;
  --vibes-spot-soft-green: #EAF9E4;
  --vibes-spot-blue: #2F68FF;
  --vibes-spot-shadow: 0 16px 44px rgba(0, 0, 0, .10);
  --vibes-spot-mobile-nav-height: 76px;
  --vibes-room-frame: #171717;
  --vibes-room-floor-custom: #2D2D2D;
  --vibes-room-wall-custom: #151515;
  --vibes-room-accent-custom: #22D313;
  max-width: 1480px;
  margin: 0 auto;
  padding: 28px 30px 120px;
  color: var(--vibes-spot-text);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vibes-spot__page *,
.vibes-spot__page *::before,
.vibes-spot__page *::after {
  box-sizing: border-box;
}

.vibes-spot__page :focus-visible {
  outline: 3px solid var(--vibes-spot-green);
  outline-offset: 3px;
}

.vibes-spot__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;
}

.vibes-spot__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--vibes-spot-text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

.vibes-spot__heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.vibes-spot__title {
  margin: 0 0 6px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
}

.vibes-spot__subtitle {
  margin: 0;
  color: var(--vibes-spot-muted);
  font-size: 15px;
}

.vibes-spot__class-summary {
  min-width: 560px;
  padding: 14px 18px;
  border: 1px solid var(--vibes-spot-border);
  border-radius: 8px;
  background: var(--vibes-spot-card);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.vibes-spot__summary-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid var(--vibes-spot-border);
}

.vibes-spot__summary-item:last-child {
  border-right: 0;
}

.vibes-spot__summary-icon {
  color: var(--vibes-spot-green-dark);
}

.vibes-spot__summary-item span:not(.vibes-spot__summary-icon) {
  display: block;
  color: var(--vibes-spot-muted);
  font-size: 11px;
}

.vibes-spot__summary-item strong {
  display: block;
  color: var(--vibes-spot-text);
  font-size: 13px;
}

.vibes-spot__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.vibes-spot__legend-item {
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--vibes-spot-border);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--vibes-spot-card);
  color: var(--vibes-spot-text);
  font-size: 12px;
  font-weight: 650;
}

.vibes-spot__legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.vibes-spot__legend-dot--available {
  background: var(--vibes-spot-green);
}

.vibes-spot__legend-dot--selected {
  background: var(--vibes-spot-black);
  border-color: var(--vibes-spot-blue);
}

.vibes-spot__legend-dot--unavailable {
  background: #A9ADA8;
}

.vibes-spot__legend-dot--instructor {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: var(--vibes-spot-black);
  color: var(--vibes-spot-green);
  font-size: 10px;
  font-weight: 800;
}

.vibes-spot__legend-dot--instructor svg {
  width: 18px;
  height: 18px;
}

.vibes-spot__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.vibes-spot__room-card {
  position: relative;
  overflow: hidden;
  border: 10px solid var(--vibes-room-frame);
  border-radius: 22px;
  background: linear-gradient(180deg, #1A1A1A, #090909);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, .24),
    0 8px 18px rgba(0, 0, 0, .18),
    inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.vibes-spot__room {
  position: relative;
  aspect-ratio: 1.56 / 1;
  min-height: 560px;
  overflow: hidden;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--vibes-room-floor-custom) 78%, #FFFFFF) 0%, var(--vibes-room-floor-custom) 42%, color-mix(in srgb, var(--vibes-room-floor-custom) 74%, #000000) 100%);
  border-radius: 15px;
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--vibes-room-accent-custom) 52%, transparent),
    inset 0 18px 34px rgba(0, 0, 0, .28),
    inset 0 -24px 38px rgba(0, 0, 0, .34);
}

.vibes-spot__room::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .012) 0, rgba(255, 255, 255, .012) 1px, transparent 1px, transparent 4px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, .014) 0, rgba(0, 0, 0, .014) 1px, transparent 1px, transparent 5px);
  opacity: .52;
  pointer-events: none;
}

.vibes-spot__exit {
  pointer-events: none;
}

.vibes-spot__stage {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 28%;
  min-width: 210px;
  height: 92px;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  background:
    linear-gradient(180deg, rgba(21, 21, 21, .98) 0%, rgba(14, 14, 14, .92) 66%, rgba(8, 8, 8, .96) 100%);
  border: 1px solid color-mix(in srgb, var(--vibes-room-accent-custom) 70%, transparent);
  box-shadow:
    0 16px 22px rgba(0, 0, 0, .28),
    inset 0 0 0 5px rgba(255, 255, 255, .015);
}

.vibes-spot__stage .vibes-room-layout__shape-icon {
  width: 100%;
  height: 100%;
}

.vibes-spot__stage::before {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  top: 22px;
  height: 24px;
  border: 2px solid var(--vibes-room-accent-custom);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  opacity: .80;
}

.vibes-room-layout__shape--stage {
  z-index: 5;
  transform: translate(-50%, -50%) rotate(var(--vibes-rotation, 0deg));
  transform-origin: center center;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  background:
    linear-gradient(180deg, rgba(21, 21, 21, .98) 0%, rgba(14, 14, 14, .92) 66%, rgba(8, 8, 8, .96) 100%);
  border: 1px solid color-mix(in srgb, var(--vibes-room-accent-custom) 70%, transparent);
  box-shadow:
    0 16px 22px rgba(0, 0, 0, .28),
    inset 0 0 0 5px rgba(255, 255, 255, .015);
}

.vibes-room-layout__shape--stage::before {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  top: 26%;
  height: 28%;
  border: 3px solid var(--vibes-room-accent-custom);
  border-bottom-width: 2px;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  opacity: .88;
}

.vibes-room-layout__shape--stage .vibes-room-layout__shape-icon,
.vibes-room-layout__shape--stage span {
  opacity: 0;
}

.vibes-spot__instructor {
  position: absolute;
  left: 50%;
  top: 58px;
  transform: translateX(-50%);
  width: var(--vibes-width, 64px);
  min-height: var(--vibes-height, 74px);
  padding: 8px 0 6px;
  border-radius: 50%;
  display: grid;
  grid-template-rows: 42px auto;
  align-items: center;
  justify-items: center;
  background: var(--vibes-spot-black);
  color: var(--vibes-spot-green);
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 0 4px rgba(34, 211, 19, .35);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  z-index: 6;
}

.vibes-spot__instructor span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: var(--vibes-spot-green);
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.vibes-room-layout__instructor {
  transform: translate(-50%, -50%) rotate(var(--vibes-rotation, 0deg));
}

.vibes-room-layout__instructor-icon {
  width: 36px;
  height: 42px;
}

.vibes-spot__instructor-label {
  position: absolute;
  left: 50%;
  top: 125px;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vibes-room-layout__entrance-icon {
  width: 22px;
  height: 22px;
}

.vibes-spot__entrance {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 6;
  width: var(--vibes-width, 42px);
  min-height: var(--vibes-height, 118px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(34, 211, 19, .72);
  border-radius: 0 9px 9px 0;
  background: linear-gradient(180deg, #111111, #070707);
  color: var(--vibes-spot-green);
  box-shadow:
    0 0 14px rgba(34, 211, 19, .10),
    inset 0 0 12px rgba(34, 211, 19, .05);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vibes-spot__entrance-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.vibes-room-layout__entrance span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: .12em;
  line-height: 1;
}

.vibes-room-layout__entrance {
  transform: translate(-50%, -50%) rotate(var(--vibes-rotation, 0deg));
}

.vibes-room-layout__decor {
  position: absolute;
  width: var(--vibes-width);
  height: var(--vibes-height);
  transform: translate(-50%, -50%) rotate(var(--vibes-rotation, 0deg));
  color: var(--vibes-decor-color, var(--vibes-room-accent-custom));
  opacity: var(--vibes-decor-opacity, .75);
  pointer-events: none;
  z-index: 4;
}

.vibes-room-layout__label {
  width: var(--vibes-width, auto);
  min-height: var(--vibes-height, auto);
}

.vibes-room-layout__decor--speaker {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  background:
    radial-gradient(circle at 50% 58%, color-mix(in srgb, currentColor 40%, transparent) 0 18%, transparent 19%),
    linear-gradient(180deg, #151515, #050505);
  box-shadow:
    0 5px 14px rgba(0, 0, 0, .45),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.vibes-room-layout__decor--wallLight {
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(235, 242, 210, .60) 18%, currentColor 50%, rgba(235, 242, 210, .60) 82%, transparent);
  box-shadow: 0 0 18px currentColor;
  filter: blur(.2px);
}

.vibes-room-layout__decor--exit {
  display: grid;
  place-items: center;
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
  border: 1px solid rgba(220, 220, 220, .48);
  border-bottom: 0;
  background: linear-gradient(180deg, #292929 0%, #101010 100%);
  color: rgba(255, 255, 255, .58);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  box-shadow: 0 -8px 14px rgba(0, 0, 0, .30);
  z-index: 6;
}

.vibes-room-layout__decor--stageAccent {
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  border: 2px solid currentColor;
  background: transparent;
  box-shadow: 0 0 10px color-mix(in srgb, currentColor 40%, transparent);
  z-index: 7;
}

.vibes-room-layout__decor--floorGlow {
  border-radius: 999px;
  background: radial-gradient(ellipse at center, currentColor, transparent 70%);
  filter: blur(8px);
  z-index: 2;
}

.vibes-spot__exit {
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 6;
  width: 128px;
  height: 38px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #292929 0%, #101010 100%);
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
  border: 1px solid rgba(220, 220, 220, .45);
  border-bottom: 0;
  box-shadow: 0 -8px 14px rgba(0, 0, 0, .30);
}

.vibes-spot__exit::before {
  content: "EXIT";
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .54);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.vibes-spot__spots-layer {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.vibes-spot__empty-map {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: min(86%, 360px);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(5, 5, 5, .72);
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 750;
}

.vibes-spot__spot,
.vibes-room-spot {
  position: absolute;
  width: 58px;
  height: 72px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  color: #FFFFFF;
  padding: 0;
  font: inherit;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .26));
}

.vibes-room-layout__spot {
  transform: translate(-50%, -50%) rotate(var(--vibes-rotation, 0deg));
  z-index: 10;
}

.vibes-spot__spot::before {
  content: none;
}

.vibes-room-spot__bike-icon {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  color: #D6DAD5;
  pointer-events: none;
}

.vibes-spot__spot-core,
.vibes-room-spot__number {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  border: 2px solid rgba(255, 255, 255, .45);
  transform: translateX(-50%);
}

.vibes-spot__spot--available .vibes-spot__spot-core,
.vibes-spot__spot--available .vibes-room-spot__number,
.vibes-room-spot--available .vibes-room-spot__number {
  background: var(--vibes-spot-green);
  color: var(--vibes-spot-black);
}

.vibes-spot__spot--unavailable .vibes-spot__spot-core,
.vibes-spot__spot--blocked .vibes-spot__spot-core,
.vibes-spot__spot--maintenance .vibes-spot__spot-core,
.vibes-spot__spot--unavailable .vibes-room-spot__number,
.vibes-spot__spot--blocked .vibes-room-spot__number,
.vibes-spot__spot--maintenance .vibes-room-spot__number,
.vibes-room-spot--unavailable .vibes-room-spot__number,
.vibes-room-spot--blocked .vibes-room-spot__number,
.vibes-room-spot--maintenance .vibes-room-spot__number {
  background: #A9ADA8;
  color: #292929;
}

.vibes-spot__spot--selected .vibes-spot__spot-core,
.vibes-spot__spot--selected .vibes-room-spot__number,
.vibes-room-spot--selected .vibes-room-spot__number {
  background: var(--vibes-spot-black);
  color: #FFFFFF;
  border-color: var(--vibes-spot-blue);
  box-shadow: 0 0 0 4px #FFFFFF, 0 0 0 7px var(--vibes-spot-blue);
}

.vibes-spot__spot--selected .vibes-room-spot__bike-icon,
.vibes-room-spot--selected .vibes-room-spot__bike-icon {
  color: #FFFFFF;
}

.vibes-spot__spot--unavailable .vibes-room-spot__bike-icon,
.vibes-spot__spot--blocked .vibes-room-spot__bike-icon,
.vibes-spot__spot--maintenance .vibes-room-spot__bike-icon,
.vibes-room-spot--unavailable .vibes-room-spot__bike-icon,
.vibes-room-spot--blocked .vibes-room-spot__bike-icon,
.vibes-room-spot--maintenance .vibes-room-spot__bike-icon {
  color: #777B77;
  opacity: .42;
}

.vibes-spot__spot:not(.vibes-spot__spot--selected):not(.vibes-room-spot--selected) .vibes-room-spot__bike-icon {
  opacity: .80;
}

.vibes-spot__spot--unavailable .vibes-room-spot__bike-icon,
.vibes-spot__spot--blocked .vibes-room-spot__bike-icon,
.vibes-spot__spot--maintenance .vibes-room-spot__bike-icon,
.vibes-room-spot--unavailable .vibes-room-spot__bike-icon,
.vibes-room-spot--blocked .vibes-room-spot__bike-icon,
.vibes-room-spot--maintenance .vibes-room-spot__bike-icon {
  opacity: .42;
}

.vibes-spot__spot[aria-disabled="true"] {
  cursor: not-allowed;
}

.vibes-spot__spot:not([aria-disabled="true"]):hover .vibes-spot__spot-core,
.vibes-spot__spot:not([aria-disabled="true"]):hover .vibes-room-spot__number {
  transform: translateX(-50%) scale(1.06);
}

.vibes-spot__panel {
  position: sticky;
  top: 100px;
  padding: 22px;
  border: 1px solid var(--vibes-spot-border);
  border-radius: 8px;
  background: var(--vibes-spot-card);
  box-shadow: var(--vibes-spot-shadow);
}

.vibes-spot__panel-label {
  margin: 0 0 8px;
  color: var(--vibes-spot-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.vibes-spot__panel h2 {
  margin: 0 0 3px;
  font-size: 28px;
  letter-spacing: 0;
}

.vibes-spot__panel-location {
  margin: 0 0 18px;
  color: var(--vibes-spot-muted);
  font-size: 13px;
}

.vibes-spot__bike-visual {
  height: 170px;
  margin-bottom: 14px;
  /* border-radius: 8px; */
  display: grid;
  /* place-items: center; */
  /* background: linear-gradient(180deg, #FAFBF9, #EFF3ED); */
  /* color: #263026; */
  /* font-weight: 800; */
}

.vibes-spot__bike-visual span {
  width: min(100%, 230px);
  height: 138px;
  position: relative;
  display: grid;
  place-items: center;
}

.vibes-spot__bike-preview-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.vibes-spot__bike-number {
  position: absolute;
  left: 50%;
  bottom: 2px;
  z-index: 1;
  transform: translateX(-50%);
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--vibes-spot-green);
  color: var(--vibes-spot-black);
}

.vibes-spot__tip {
  padding: 14px;
  border: 1px solid var(--vibes-spot-border);
  border-radius: 8px;
  background: #F8FAF6;
  color: #4B4B4B;
  font-size: 12px;
  line-height: 1.55;
}

.vibes-spot__form {
  margin: 0;
}

.vibes-spot__button {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font: inherit;
}

.vibes-spot__button--primary {
  width: 100%;
  margin-top: 18px;
  background: var(--vibes-spot-green);
  color: var(--vibes-spot-black);
}

.vibes-spot__button--primary:disabled {
  background: #DDE0DB;
  color: #767676;
  cursor: not-allowed;
}

.vibes-spot__message {
  margin-top: 12px;
  color: #6B2400;
  font-size: 12px;
  font-weight: 700;
}

.vibes-spot__mobile-sheet {
  display: none;
}

@media (max-width: 1100px) {
  .vibes-spot__heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .vibes-spot__class-summary {
    min-width: 0;
    width: 100%;
  }

  .vibes-spot__layout {
    grid-template-columns: 1fr;
  }

  .vibes-spot__panel {
    position: static;
  }
}

@media (max-width: 860px) {
  .vibes-spot__page {
    max-width: none;
    padding: 10px 0 calc(178px + var(--vibes-spot-mobile-nav-height) + env(safe-area-inset-bottom));
  }

  .vibes-spot__back {
    margin-bottom: 14px;
  }

  .vibes-spot__heading-row {
    margin-bottom: 10px;
    padding: 0 14px;
  }

  .vibes-spot__title {
    font-size: 32px;
  }

  .vibes-spot__subtitle {
    font-size: 13px;
  }

  .vibes-spot__class-summary {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px;
    margin-top: 14px;
  }

  .vibes-spot__summary-item {
    padding: 8px;
    border-right: 0;
    border-bottom: 1px solid var(--vibes-spot-border);
  }

  .vibes-spot__summary-item:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .vibes-spot__legend {
    flex-wrap: nowrap;
    gap: 7px;
    margin-bottom: 10px;
    padding: 0 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .vibes-spot__legend::-webkit-scrollbar {
    display: none;
  }

  .vibes-spot__legend-item {
    flex: 0 0 auto;
    min-width: 46px;
    min-height: 38px;
    padding: 0 10px;
  }

  .vibes-spot__legend-item span:last-child {
    display: none;
  }

  .vibes-spot__layout {
    gap: 0;
  }

  .vibes-spot__layout > div:first-child {
    min-width: 0;
  }

  .vibes-spot__room-card {
    border-width: 8px;
    border-radius: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-padding-inline: 24px;
  }

  .vibes-spot__room {
    width: 620px;
    min-width: 620px;
    min-height: 560px;
    aspect-ratio: auto;
    border-radius: 12px;
  }

  .vibes-spot__stage {
    top: 18px;
    width: 44%;
    min-width: 150px;
    height: 86px;
  }

  .vibes-spot__stage::before {
    top: 20px;
    height: 24px;
  }

  .vibes-spot__instructor {
    top: 44px;
    width: 54px;
    min-height: 64px;
    height: 64px;
    padding: 6px 0 5px;
    grid-template-rows: 34px auto;
    font-size: 10px;
  }

  .vibes-room-layout__instructor-icon {
    width: 30px;
    height: 34px;
  }

  .vibes-spot__instructor-label {
    top: 105px;
  }

  .vibes-spot__entrance {
    left: 8px;
    width: 32px;
    min-height: 92px;
  }

  .vibes-spot__entrance-label {
    font-size: 8px;
  }

  .vibes-spot__exit {
    width: 96px;
    height: 32px;
  }

  .vibes-spot__exit::before {
    top: 6px;
    font-size: 7px;
  }

  .vibes-spot__spot {
    width: 48px;
    height: 64px;
  }

  .vibes-spot__spot-core {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .vibes-room-spot__number {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .vibes-room-spot__bike-icon {
    top: -5px;
    width: 34px;
    height: 34px;
  }

  .vibes-spot__spot::before {
    top: -14px;
    transform: translateX(-50%) scale(.8);
  }

  .vibes-spot__panel {
    display: none;
  }

  .vibes-spot__mobile-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: var(--vibes-spot-mobile-nav-height);
    z-index: 55;
    display: block;
    padding: 9px 14px calc(10px + env(safe-area-inset-bottom));
    background: #FFFFFF;
    border-top: 1px solid var(--vibes-spot-border);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, .12);
  }

  .vibes-spot__mobile-sheet-handle {
    width: 36px;
    height: 4px;
    margin: 0 auto 8px;
    border-radius: 999px;
    background: #D6D9D4;
  }

  .vibes-spot__mobile-sheet-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .vibes-spot__mobile-sheet h2 {
    margin: 0;
    font-size: 19px;
    line-height: 1.05;
  }

  .vibes-spot__mobile-sheet p {
    margin: 2px 0 0;
    color: var(--vibes-spot-muted);
    font-size: 11px;
  }

  .vibes-spot__mobile-sheet .vibes-spot__button--primary {
    min-height: 52px;
    margin-top: 0;
  }
}

@media (max-width: 430px) {
  .vibes-spot__room {
    width: 600px;
    min-width: 600px;
    min-height: 552px;
  }

  .vibes-spot__spot {
    width: 44px;
    height: 60px;
  }
}

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