* { font-family: 'Inter', sans-serif; box-sizing: border-box; }
:root {
  --ptx-bg-color: #fbfaff;
  --ptx-bg-minor: #fef08a;
  --ptx-bg-major: #e6e2fb;
  --ptx-bg-cross: #c8f4f9;
  --ptx-bg-highlight: #c8f4f9;
  --ptx-bg-minor-op: 0.35;
  --ptx-bg-major-op: 0.40;
  --ptx-bg-cross-op: 0.55;
  --ptx-bg-highlight-op: 0.10;
}
html { min-height: 100%; background: var(--ptx-bg-color); }
body { background: transparent; color: #17051f; margin: 0; overflow: hidden; }
#ptx-bg-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  display: block;
}

/* Glass */
.glass { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); }
.glass-lime { background: rgba(186,252,1,0.06); backdrop-filter: blur(20px); border: 1px solid rgba(186,252,1,0.2); }

/* State transitions */
.state { display: none; position: relative; z-index: 1; }
.state.active { display: flex; }
#state2.active { height: 100vh; min-height: 100vh; overflow: hidden; }
#state2 .tour-entry-layout {
  height: 100vh;
  min-height: 100vh;
  background: transparent;
}
#state3.active {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

/* Form-preview state */
.tour-topbar {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 5;
  height: 96px;
  background: transparent;
  border-bottom: 0 !important;
}
.tour-topbar .text-white,
.tour-topbar .font-bold { color: #fff !important; }
.tour-topbar .bg-lime .text-dark { color: #0d0d0d !important; }
.tour-topbar .text-white\/40 { color: rgba(23,5,31,0.58) !important; }
.tour-topbar button { color: rgba(23,5,31,0.54) !important; }
.tour-entry-form {
  flex: 0 0 30%;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
  padding: 104px 48px 80px !important;
  background: #59005b;
  overflow: visible;
}
.tour-form-panel {
  width: min(100%, 400px);
}
.tour-form-panel h2,
.tour-form-panel p,
.tour-form-panel label { color: #fff !important; }
.tour-form-panel h2 {
  font-size: 22px !important;
  line-height: 1.1 !important;
  letter-spacing: 0;
  margin-bottom: 8px !important;
}
.tour-form-panel p {
  max-width: 340px;
  color: rgba(255,255,255,0.78) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  margin-bottom: 24px !important;
}
.tour-form-panel label {
  color: rgba(255,255,255,0.86) !important;
  font-size: 11px !important;
  font-weight: 500;
  margin-bottom: 6px !important;
}
#tour-form {
  gap: 0 !important;
}
#tour-form > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10px !important;
}
#state2 .glass-lime {
  display: none;
}
#state2 .form-input {
  min-height: 42px !important;
  height: 42px !important;
  background: #fff;
  border: 0;
  border-radius: 5px;
  color: #17051f;
  box-shadow: none;
  font-size: 14px !important;
  line-height: 1.2 !important;
  padding: 8px 14px !important;
}
#state2 select.form-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2317051f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px 18px;
  padding-right: 48px !important;
}
#state2 .form-input:focus {
  box-shadow: 0 0 0 3px rgba(255,166,26,0.45);
}
#state2 .form-input::placeholder { color: rgba(23,5,31,0.42); }
#state2 select.form-input option {
  background: #fff;
  color: #17051f;
}
.tour-preview-pane {
  flex: 1 1 70%;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  height: 100vh;
  padding: 112px 64px 80px;
  background: transparent;
  border-left: 0 !important;
  overflow: hidden;
}
.tour-preview-pane .orb { display: none; }
.tour-preview-wrap {
  width: min(100%, 1260px);
}
.tour-video-card,
.tour-stat-card {
  background: #08000a !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none;
}
.tour-video-card > .bg-dark-200,
.tour-video-card > .p-4,
.tour-preview-wrap > .grid { display: none; }
.tour-video-card .text-white,
.tour-stat-card .text-white { color: #fff !important; }
.tour-video-card .text-white\/30 { color: rgba(255,255,255,0.30) !important; }
.tour-video-card .text-white\/40,
.tour-stat-card .text-white\/40 { color: rgba(255,255,255,0.42) !important; }
.tour-video-card .text-white\/50 { color: rgba(255,255,255,0.56) !important; }
.tour-video-card .glass {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}
#state2 .btn-lime {
  background: #ffa51a;
  color: #08000a;
  box-shadow: none;
  height: 48px !important;
  padding: 0 18px !important;
  font-size: 14px !important;
  margin-top: 18px !important;
  border-radius: 8px !important;
}
#state2 .btn-lime:hover {
  background: #ffb733;
  box-shadow: 0 10px 28px rgba(255,165,26,0.24);
}

@media (max-width: 1023px) {
  body { overflow-y: auto; }
  #state2.active { height: auto; overflow: visible; }
  #state2 .tour-entry-layout { height: auto; min-height: 100vh; flex-direction: column; }
  .tour-topbar { height: 76px; padding-inline: 20px !important; }
  .tour-entry-form { flex: 1 1 auto; height: auto; padding: 88px 24px 80px !important; }
  .tour-preview-pane { display: flex; height: auto; padding: 40px 24px 80px; }
}

/* Scrollbar */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #111; }
::-webkit-scrollbar-thumb { background: #bafc01; border-radius: 2px; }

/* Chapter list item */
.chapter-item { cursor: pointer; transition: all 0.2s; border-left: 2px solid transparent; }
.chapter-item:hover { background: rgba(186,252,1,0.06); border-left-color: rgba(186,252,1,0.4); }
.chapter-item.active { background: rgba(186,252,1,0.1); border-left-color: #bafc01; }
.chapter-item.active .ch-num { color: #bafc01; }
.chapter-item.active .ch-name { color: #bafc01; }

/* Form input */
.form-input { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: #fff; padding: 12px 16px; width: 100%; outline: none; transition: border-color 0.2s; font-size: 14px; }
.form-input:focus { border-color: #bafc01; }
.form-input::placeholder { color: rgba(255,255,255,0.35); }
select.form-input option { background: #181818; }

/* Lime button */
.btn-lime { background: #bafc01; color: #0d0d0d; font-weight: 700; border-radius: 8px; cursor: pointer; transition: all 0.2s; border: none; }
.btn-lime:hover { background: #d4ff3a; transform: translateY(-1px); box-shadow: 0 8px 32px rgba(186,252,1,0.3); }

/* Landing orb */
.orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }

/* Nav dot progress */
.nav-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); transition: all 0.3s; }
.nav-dot.active { background: #bafc01; width: 24px; border-radius: 4px; }

/* Fade in animation */
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
.fade-up { animation: fadeUp 0.6s ease forwards; }
.fade-up-2 { animation: fadeUp 0.6s 0.15s ease forwards; opacity:0; }
.fade-up-3 { animation: fadeUp 0.6s 0.3s ease forwards; opacity:0; }
.fade-up-4 { animation: fadeUp 0.6s 0.45s ease forwards; opacity:0; }

/* Video preview shimmer */
@keyframes shimmer { 0%,100%{opacity:0.6} 50%{opacity:1} }
.shimmer { animation: shimmer 2s ease infinite; }

/* Chapter sidebar scroll */
#chapter-list { overflow-y: auto; max-height: calc(100vh - 180px); }

/* Product tour player */
#state3 {
  background: #f3efec;
  color: #050505;
}
#state3 .player-shell {
  height: 100vh;
  min-height: 100vh;
  background: #f3efec;
}
#state3 .player-topbar {
  height: 76px !important;
  background: linear-gradient(90deg, #fff 0 28%, #f3efec 28% 100%) !important;
  border: 0 !important;
}
#state3 .player-topbar .btn-lime {
  background: #ffa51a;
  color: #050505;
  border-radius: 6px;
  box-shadow: none;
}
#state3 .player-topbar .btn-lime:hover {
  background: #ffb733;
  box-shadow: none;
}
#state3 .player-topbar .text-white,
#state3 .player-topbar .text-white\/40,
#state3 .player-topbar .text-white\/20,
#state3 .player-topbar .font-bold {
  color: #050505 !important;
}
#state3 .player-body {
  height: calc(100vh - 76px);
  min-height: 0;
}
#state3 .product-sidebar {
  flex: 0 0 28%;
  width: 28%;
  background: #fff;
  border-right: 0 !important;
  padding: 8px 48px 42px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
#state3 .product-sidebar__intro {
  flex: 0 0 auto;
  padding-top: 0;
}
#state3 .product-logo {
  display: none;
}
#state3 .product-sidebar h2 {
  color: #050505;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
}
#state3 .product-sidebar p {
  color: rgba(5,5,5,0.70);
  font-size: 14px;
  line-height: 1.38;
  max-width: 360px;
  margin: 0 0 18px;
}
#state3 .chapter-scroll {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
}
#state3 #chapter-list {
  height: 100%;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 40px;
  scrollbar-width: none;
}
#state3 #chapter-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
#state3 .chapter-scroll::before,
#state3 .chapter-scroll::after {
  content: "";
  position: absolute;
  left: 0;
  right: 40px;
  height: 28px;
  z-index: 2;
  pointer-events: none;
}
#state3 .chapter-scroll::before {
  top: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 100%);
}
#state3 .chapter-scroll::after {
  bottom: 0;
  background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
}
#state3 .chapter-scroll-btn {
  position: absolute;
  right: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(89,0,91,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: #59005b;
  box-shadow: 0 10px 24px rgba(35,11,38,0.08);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#state3 .chapter-scroll-btn:hover {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 14px 30px rgba(35,11,38,0.12);
}
#state3 .chapter-scroll-btn--up {
  top: 2px;
}
#state3 .chapter-scroll-btn--down {
  bottom: 2px;
}
#state3 .chapter-item {
  height: 44px;
  padding: 0 !important;
  border-left: 0;
  border-bottom: 1px solid rgba(5,5,5,0.14);
  background: transparent !important;
  gap: 22px !important;
}
#state3 .chapter-item:hover {
  border-left-color: transparent;
}
#state3 .chapter-item .ch-num {
  width: 30px;
  color: rgba(5,5,5,0.50);
  text-align: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
}
#state3 .chapter-item .ch-name {
  color: rgba(5,5,5,0.58);
  font-size: 14px;
  font-weight: 700;
}
#state3 .chapter-item.active .ch-num {
  color: #a10077;
}
#state3 .chapter-item.active .ch-name {
  color: #a10077;
}
#state3 .player-main {
  flex: 1 1 72%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f3efec !important;
  padding: 12px 64px 28px 56px;
  overflow: hidden;
}
#state3 .player-card {
  position: relative;
  width: min(100%, 1260px);
  width: min(100%, 1260px, calc((100vh - 190px) * 16 / 9));
  aspect-ratio: 16 / 9;
  background: #120013;
  overflow: hidden;
}
#state3 .player-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}
#state3 .player-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20,0,20,0.36);
}
#state3 .player-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px 28px 12px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(243,239,236,0.90);
  color: #050505;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}
#state3 .player-play-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  background: #7a0059;
  color: #fff;
}
#state3 .player-nav {
  width: min(100%, 1260px);
  width: min(100%, 1260px, calc((100vh - 190px) * 16 / 9));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 12px;
  color: rgba(5,5,5,0.68);
  font-size: 12px;
  font-weight: 700;
}
#state3 .player-nav button {
  min-height: 68px;
  color: rgba(5,5,5,0.58);
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(89,0,91,0.14);
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(35,11,38,0.07);
  cursor: pointer;
  font: inherit;
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#state3 .player-nav button:hover:not(:disabled) {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.88);
  border-color: rgba(89,0,91,0.28);
  box-shadow: 0 22px 58px rgba(35,11,38,0.13);
}
#state3 .player-nav button:disabled {
  cursor: default;
}
#state3 #btn-prev {
  grid-template-columns: 34px minmax(0, 1fr);
}
#state3 #btn-next {
  grid-template-columns: minmax(0, 1fr) 34px;
}
#state3 .player-nav-copy {
  display: block;
  min-width: 0;
}
#state3 .player-nav-kicker {
  display: block;
  margin-bottom: 5px;
}
#state3 .player-nav-arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #59005b;
  color: #fff;
  box-shadow: 0 8px 18px rgba(89,0,91,0.22);
}
#state3 .player-nav-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}
#state3 .player-nav strong {
  display: block;
  color: rgba(5,5,5,0.82);
  font-size: 16px;
  line-height: 1.1;
  text-align: left;
}

/* Responsive layout */
@media (max-width: 1440px) {
  .tour-entry-form {
    flex-basis: 32%;
    padding-inline: 40px !important;
  }
  .tour-preview-pane {
    flex-basis: 68%;
    padding-inline: 48px;
  }
  #state3 .product-sidebar {
    flex-basis: 30%;
    width: 30%;
    padding-inline: 40px;
  }
  #state3 .player-topbar {
    background: linear-gradient(90deg, #fff 0 30%, #f3efec 30% 100%) !important;
  }
  #state3 .player-main {
    flex-basis: 70%;
    padding-inline: 42px;
  }
}

@media (max-width: 1180px) {
  .tour-entry-form {
    flex-basis: 36%;
    padding-inline: 32px !important;
  }
  .tour-preview-pane {
    flex-basis: 64%;
    padding: 116px 32px 64px;
  }
  #state3 .product-sidebar {
    flex-basis: 34%;
    width: 34%;
    padding: 8px 30px 34px;
  }
  #state3 .player-topbar {
    background: linear-gradient(90deg, #fff 0 34%, #f3efec 34% 100%) !important;
  }
  #state3 .player-main {
    flex-basis: 66%;
    padding: 16px 30px 24px;
  }
}

@media (min-width: 1024px) and (max-height: 760px) {
  .tour-entry-form {
    padding-top: 86px !important;
    padding-bottom: 28px !important;
  }
  .tour-form-panel h2 {
    font-size: 20px !important;
  }
  .tour-form-panel p {
    font-size: 14px !important;
    margin-bottom: 16px !important;
  }
  #tour-form > :not([hidden]) ~ :not([hidden]) {
    margin-top: 8px !important;
  }
  #state2 .form-input {
    min-height: 38px !important;
    height: 38px !important;
  }
  #state2 .btn-lime {
    height: 44px !important;
    margin-top: 14px !important;
  }
  .tour-preview-pane {
    padding-top: 90px;
    padding-bottom: 36px;
  }
  #state3 .player-topbar {
    height: 64px !important;
  }
  #state3 .player-body {
    height: calc(100vh - 64px);
  }
  #state3 .product-sidebar {
    padding-top: 0;
    padding-bottom: 24px;
  }
  #state3 .product-sidebar h2 {
    font-size: 22px;
  }
  #state3 .product-sidebar p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  #state3 .chapter-item {
    height: 38px;
  }
  #state3 .player-main {
    padding-top: 10px;
    padding-bottom: 18px;
  }
  #state3 .player-card,
  #state3 .player-nav {
    width: min(100%, 1260px, calc((100vh - 220px) * 16 / 9));
  }
  #state3 .player-nav button {
    min-height: 60px;
  }
}

@media (max-width: 1023px) {
  body {
    overflow-y: auto;
  }
  #state2.active,
  #state3.active {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  #state2 .tour-entry-layout {
    height: auto;
    min-height: 100vh;
    flex-direction: column;
  }
  .tour-topbar {
    height: 76px;
    padding: 18px 24px !important;
  }
  .tour-topbar button {
    color: rgba(255,255,255,0.78) !important;
  }
  .tour-topbar button.text-white\/40 {
    color: rgba(255,255,255,0.78) !important;
  }
  .tour-entry-form {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 92px 28px 44px !important;
  }
  .tour-form-panel {
    width: min(100%, 620px);
  }
  .tour-preview-pane {
    display: flex !important;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 34px 28px 48px;
  }
  .tour-preview-wrap {
    width: min(100%, 820px);
  }
  #state3 .player-shell {
    height: auto;
    min-height: 100vh;
  }
  #state3 .player-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 68px !important;
    background: #fff !important;
    padding-inline: 24px !important;
    box-shadow: 0 1px 0 rgba(5,5,5,0.08);
  }
  #state3 .player-topbar .btn-lime {
    min-height: 40px;
    padding: 0 16px !important;
  }
  #state3 .player-body {
    height: auto;
    min-height: 0;
    flex-direction: column;
  }
  #state3 .product-sidebar {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    padding: 26px 28px 22px;
    border-bottom: 1px solid rgba(5,5,5,0.08);
  }
  #state3 .product-sidebar p {
    max-width: 620px;
    margin-bottom: 14px;
  }
  #state3 .chapter-scroll {
    flex: 0 0 auto;
    min-height: 0;
    height: 236px;
  }
  #state3 .player-main {
    flex: 0 0 auto;
    width: 100%;
    padding: 26px 28px 34px;
  }
  #state3 .player-card,
  #state3 .player-nav {
    width: min(100%, 900px);
  }
}

@media (max-width: 640px) {
  .tour-topbar {
    height: 68px;
    padding: 16px 18px !important;
  }
  .tour-topbar .font-bold,
  #state3 .player-topbar .font-bold {
    font-size: 15px !important;
  }
  .tour-topbar .w-8,
  .tour-topbar .h-8,
  #state3 .player-topbar .w-8,
  #state3 .player-topbar .h-8 {
    width: 30px !important;
    height: 30px !important;
  }
  .tour-entry-form {
    padding: 84px 18px 34px !important;
  }
  .tour-form-panel h2 {
    font-size: 21px !important;
  }
  .tour-form-panel p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
  #tour-form > :not([hidden]) ~ :not([hidden]) {
    margin-top: 9px !important;
  }
  #tour-form .grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
  #state2 .form-input {
    min-height: 44px !important;
    height: 44px !important;
  }
  #state2 .btn-lime {
    height: 48px !important;
  }
  .tour-preview-pane {
    padding: 28px 18px 36px;
  }
  .tour-video-card .relative.aspect-video .w-16 {
    width: 52px !important;
    height: 52px !important;
  }
  #state3 .player-topbar {
    height: 64px !important;
    padding-inline: 18px !important;
  }
  #state3 .player-topbar .btn-lime {
    min-height: 36px;
    padding: 0 12px !important;
    font-size: 12px !important;
  }
  #state3 .product-sidebar {
    padding: 22px 18px 18px;
  }
  #state3 .product-sidebar h2 {
    font-size: 21px;
  }
  #state3 .product-sidebar p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  #state3 .chapter-scroll {
    height: auto;
  }
  #state3 .chapter-scroll::before,
  #state3 .chapter-scroll::after,
  #state3 .chapter-scroll-btn {
    display: none;
  }
  #state3 #chapter-list {
    display: flex;
    gap: 8px;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 8px;
    scroll-snap-type: x proximity;
  }
  #state3 .chapter-item {
    flex: 0 0 auto;
    height: 38px;
    min-width: max-content;
    gap: 8px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(5,5,5,0.12);
    border-radius: 999px;
    scroll-snap-align: start;
  }
  #state3 .chapter-item .ch-num {
    width: auto;
    font-size: 12px;
  }
  #state3 .chapter-item .ch-name {
    font-size: 13px;
  }
  #state3 .chapter-item.active {
    border-color: rgba(161,0,119,0.28);
    background: rgba(161,0,119,0.08) !important;
  }
  #state3 .player-main {
    padding: 20px 18px 28px;
  }
  #state3 .player-play {
    min-height: 52px;
    gap: 10px;
    padding: 8px 14px 8px 8px;
    font-size: 14px;
    border-radius: 7px;
  }
  #state3 .player-play span:last-child {
    white-space: nowrap;
  }
  #state3 .player-play-icon {
    width: 42px;
    height: 42px;
  }
  #state3 .player-nav {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #state3 .player-nav button {
    min-height: 58px;
    padding: 10px 12px;
  }
}

@media (max-width: 380px) {
  .tour-topbar,
  #state3 .player-topbar {
    padding-inline: 14px !important;
  }
  .tour-entry-form,
  .tour-preview-pane,
  #state3 .product-sidebar,
  #state3 .player-main {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  #state3 .player-topbar .btn-lime {
    padding-inline: 10px !important;
  }
}
