/* Meta Glasses Poker - Mobile & Responsive Styles */

@media (max-width: 1024px) {
  .cta-wrap {
    top: 54%;
  }

  .cta-play {
    width: clamp(140px, 30vw, 220px);
    padding: 0.55rem 1.15rem;
  }

  .cta-play__main {
    font-size: clamp(0.85rem, 3vw, 1.15rem);
  }

  .cta-play__sub {
    font-size: clamp(0.45rem, 1.4vw, 0.58rem);
  }

  .header__inner {
    padding: 0 1.25rem;
  }

  .nav__list {
    gap: 1.25rem;
  }

  .nav__link {
    font-size: 0.72rem;
  }

  .btn {
    padding: 0.45rem 1rem;
    font-size: 0.68rem;
  }

}

@media (max-width: 768px) {
  .cta-cover {
    display: none;
  }

  .cta-wrap {
    display: none !important;
  }

  html, body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .page {
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .scene {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55vh;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--header-h);
    box-sizing: border-box;
    background: var(--bg-dark);
    overflow: hidden;
  }

  .scene__bg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .is-gifts-scene .scene {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: 1rem;
    position: relative;
  }

  .is-gifts-scene .scene__bg--gifts {
    display: none;
  }

  .is-gifts-scene .scene__bg--gifts-mobile,
  body:has(#gifts:target) .scene__bg--gifts-mobile {
    aspect-ratio: 682 / 1024;
    display: block;
    height: auto;
    max-height: none;
    object-position: center top;
    width: min(100%, 682px);
  }

  .gifts-page .gifts-main {
    display: none;
  }

  .scene__overlay {
    background: linear-gradient(
      180deg,
      rgba(5, 10, 26, 0.5) 0%,
      rgba(5, 10, 26, 0.2) 60%,
      rgba(5, 10, 26, 0.95) 100%
    );
  }

  .header {
    background: rgba(5, 10, 26, 0.95);
  }

  .header__inner {
    padding: 0 1rem;
    gap: 0.75rem;
  }

  .logo__title {
    font-size: 0.6rem;
  }

  .logo__subtitle {
    font-size: 0.48rem;
  }

  .logo__chips {
    display: none;
  }

  .nav-toggle {
    display: flex;
    order: 3;
    margin-left: auto;
  }

  .nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(5, 10, 26, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(250, 204, 21, 0.2);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    z-index: 99;
  }

  .how-to-connect-page .nav--connect {
    max-height: none;
    overflow: visible;
    padding: 0;
    position: static;
  }

  .how-to-connect-page .nav--connect .nav__list {
    flex-direction: row;
    gap: 0.35rem;
  }

  .how-to-connect-page .nav--connect .nav__link {
    font-size: 0.7rem;
    padding: 0.45rem;
  }

  .nav--open {
    max-height: 280px;
    padding: 1rem 0;
  }

  .nav__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .nav__list li {
    width: 100%;
    text-align: center;
  }

  .nav__link {
    display: block;
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
  }

  .nav__link--active::after {
    display: none;
  }

  .nav__link--active {
    color: var(--gold);
    background: rgba(250, 204, 21, 0.08);
  }

  .header__actions {
    display: none;
  }

  .header__actions--mobile-visible {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 1.5rem 1rem;
    gap: 0.5rem;
  }

  .header__actions--mobile-visible .btn {
    width: 100%;
    text-align: center;
    padding: 0.75rem;
  }

  .main {
    position: relative;
    height: auto;
    margin-top: 55vh;
    min-height: auto;
    padding: 1.5rem 1rem 2.5rem;
    background: linear-gradient(180deg, var(--bg-dark) 0%, #0a1628 100%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    pointer-events: auto;
  }

  .mobile-only {
    display: block;
  }

  .hero {
    position: relative;
    inset: auto;
    padding-top: 0;
    align-items: stretch;
    gap: 1.25rem;
  }

  .hero__content {
    order: 1;
  }

  .widget {
    width: 100%;
  }

  .widget__inner {
    width: 100%;
  }

  .widget__title {
    font-size: 0.9rem;
  }

  .widget__text {
    font-size: 0.85rem;
  }

  .vegas-sign {
    width: 100%;
  }

  .vegas-sign__main {
    font-size: 1.1rem;
  }

  .nav-toggle--active .nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle--active .nav-toggle__bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle--active .nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 480px) {
  :root {
    --header-h: 60px;
  }

  .scene {
    height: 50vh;
    min-height: 320px;
    padding-top: var(--header-h);
  }

  .main {
    margin-top: 50vh;
    padding: 1.25rem 0.85rem 2rem;
  }

  .hero__title-line {
    font-size: 1.6rem;
  }

  .hero__title-poker {
    font-size: 1.2rem;
  }

  .hero__tagline {
    font-size: 0.75rem;
  }

  .hero__features {
    gap: 0.75rem;
  }

  .hero__feature {
    font-size: 0.58rem;
    max-width: 90px;
  }

  .hero__feature-icon {
    width: 24px;
    height: 24px;
  }

  .cta-play__main {
    font-size: 1.3rem;
  }

  .logo__spade {
    font-size: 1.25rem;
  }
}

@media (max-width: 360px) {
  .hero__features {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .hero__feature {
    flex-direction: row;
    max-width: none;
    gap: 0.5rem;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .scene {
    height: 100vh;
    height: 100dvh;
    position: fixed;
    padding-top: var(--header-h);
    box-sizing: border-box;
  }

  .main {
    margin-top: 100vh;
  }

  .header__actions {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .nav {
    position: static;
    max-height: none;
    overflow: visible;
    background: transparent;
    border: none;
    padding: 0;
  }

  .nav__list {
    flex-direction: row;
    gap: 0.75rem;
  }

  .nav__link {
    padding: 0.25rem;
    font-size: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-play,
  .btn,
  .nav-toggle__bar,
  .nav {
    transition: none;
  }
}

/* Play/Admin page shell */
.play-page {
  background: #050914;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.play-page .play-header {
  align-items: center;
  background: rgba(5, 9, 20, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  color: #f8fbff;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 16px;
  justify-content: space-between;
  padding: 14px clamp(16px, 4vw, 36px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.play-page .play-header a {
  color: inherit;
  text-decoration: none;
}

.play-page .play-brand {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.play-page .play-back {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #dff8ff;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 14px;
}

.play-page .jl-poker-embed {
  min-height: calc(100vh - 57px);
  min-height: calc(100dvh - 57px);
}

.play-page .admin-shell {
  display: none;
}

.play-page.is-admin-session .admin-shell {
  align-content: start;
  background: #07111f;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #f8fbff;
  display: grid;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 18px;
  min-width: 0;
  padding: 18px clamp(16px, 3vw, 28px);
}

.play-page .admin-shell__eyebrow {
  color: #8fd9ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.play-page .admin-shell__title {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  overflow-wrap: anywhere;
}

.play-page .admin-nav {
  display: grid;
  gap: 10px;
}

.play-page .admin-nav__item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 14px;
  text-decoration: none;
}

.play-page .admin-status-card {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 18px;
  color: #d1fae5;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px;
}

.play-page .admin-logout {
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(248, 113, 113, 0.35);
  border-radius: 999px;
  color: #fecaca;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  padding: 12px 16px;
  text-align: center;
}

.play-page .admin-logout:hover,
.play-page .admin-logout:focus-visible {
  background: rgba(239, 68, 68, 0.26);
  color: #fff;
}

.play-page .admin-only {
  display: none;
}

.play-page.is-admin-session .admin-only {
  display: initial;
}

.idle-keep-playing {
  background: rgba(2, 6, 23, 0.94);
  border: 1px solid rgba(253, 224, 71, 0.5);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  color: #f8fafc;
  display: grid;
  gap: 10px;
  left: 50%;
  max-width: min(92vw, 420px);
  padding: 18px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.idle-keep-playing[hidden] {
  display: none;
}

.idle-keep-playing strong {
  color: #fde047;
  font-size: 22px;
}

.idle-keep-playing span {
  color: #dbeafe;
  font-weight: 800;
}

.idle-keep-playing button {
  background: linear-gradient(180deg, #22c55e, #15803d);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  padding: 12px 16px;
}

@media (min-width: 1024px) {
  .play-page.is-admin-session {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
  }

  .play-page.is-admin-session .play-header {
    grid-column: 1 / -1;
  }

  .play-page.is-admin-session .admin-shell {
    grid-column: 1;
  }

  .play-page.is-admin-session .jl-poker-embed {
    grid-column: 2;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

/* Meta Display glasses app */
.meta-display-page {
  background: #020617;
  color: #f8fafc;
  font-family: Inter, system-ui, sans-serif;
  height: 100dvh;
  margin: 0;
  overflow: hidden;
}

.meta-display-app {
  box-sizing: border-box;
  display: grid;
  gap: clamp(6px, 1.2vw, 14px);
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100dvh;
  padding: clamp(8px, 1.5vw, 16px);
}

.meta-display-app * {
  box-sizing: border-box;
}

.meta-display-app .hud,
.meta-display-app .controls {
  align-items: center;
  background: rgba(15, 23, 42, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  padding: clamp(8px, 1.4vw, 16px);
}

.meta-display-app .eyebrow,
.meta-display-app .status span {
  color: #67e8f9;
  font-size: clamp(10px, 1.4vw, 15px);
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.meta-display-app h1 {
  font-size: clamp(22px, 4vw, 54px);
  line-height: 0.9;
  margin: 4px 0 0;
}

.meta-display-app .status {
  display: grid;
  gap: 5px;
  text-align: right;
}

.meta-display-app .leave-table-action {
  background: rgba(239, 68, 68, 0.18);
  border: 1px solid rgba(248, 113, 113, 0.45);
  border-radius: 999px;
  color: #fecaca;
  font-size: clamp(11px, 1.3vw, 15px);
  font-weight: 900;
  justify-self: end;
  padding: 7px 12px;
  text-transform: uppercase;
}

.meta-display-app .table {
  background: radial-gradient(circle at 50% 44%, rgba(20, 184, 166, 0.28), transparent 28%), radial-gradient(ellipse at center, #064e3b 0%, #052e2b 58%, #020617 100%);
  border: 1px solid rgba(45, 212, 191, 0.24);
  border-radius: 38px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.meta-display-app .gesture-zone {
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  inset: 22%;
  position: absolute;
}

.meta-display-app .meta-account-connect {
  align-self: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(103, 232, 249, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(30, 12, 55, 0.94));
  border: 1px solid rgba(253, 224, 71, 0.52);
  border-radius: 28px;
  box-shadow: 0 0 34px rgba(103, 232, 249, 0.18), 0 0 42px rgba(253, 224, 71, 0.14);
  display: grid;
  gap: clamp(8px, 1.4vw, 14px);
  justify-self: center;
  max-width: 760px;
  padding: clamp(14px, 2vw, 24px);
  position: absolute;
  text-align: center;
  top: 52%;
  transform: translateY(-50%);
  width: min(86vw, 760px);
  z-index: 20;
}

.meta-display-app .meta-account-connect[hidden] {
  display: none;
}

.meta-display-app .meta-account-connect h2 {
  color: #fde047;
  font-size: clamp(24px, 4.2vw, 46px);
  line-height: 0.95;
  margin: 3px 0 0;
  text-transform: uppercase;
}

.meta-display-app .meta-account-connect p {
  color: #cbd5e1;
  font-size: clamp(12px, 1.7vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 620px;
}

.meta-display-app .meta-account-connect form {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
}

.meta-display-app .meta-account-connect input {
  background: rgba(2, 6, 23, 0.86);
  border: 1px solid rgba(103, 232, 249, 0.44);
  border-radius: 999px;
  color: #f8fafc;
  font-size: clamp(13px, 1.7vw, 18px);
  font-weight: 900;
  min-height: 44px;
  padding: 0 14px;
  pointer-events: auto;
  user-select: text;
}

.meta-display-app .meta-account-connect button {
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 1000;
  letter-spacing: 0.08em;
  min-height: 44px;
  padding: 0 18px;
  text-transform: uppercase;
}

.meta-display-app .meta-account-connect form button {
  background: linear-gradient(180deg, #22c55e, #15803d);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.4);
}

.meta-display-app .meta-virtual-keyboard {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  margin-top: 2px;
}

.meta-display-app .meta-key {
  background: rgba(15, 23, 42, 0.86);
  border: 1px solid rgba(103, 232, 249, 0.34);
  border-radius: 10px;
  color: #f8fafc;
  cursor: pointer;
  font-size: clamp(12px, 1.45vw, 16px);
  font-weight: 1000;
  min-height: 34px;
  padding: 0 4px;
  text-transform: none;
}

.meta-display-app .meta-key-wide {
  grid-column: span 2;
}

.meta-display-app .meta-key-action {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.meta-display-app .meta-key-action.is-active {
  background: linear-gradient(180deg, #fde047, #f97316);
  color: #111827;
}

.meta-display-app .meta-account-connect input.is-active {
  border-color: #fde047;
  box-shadow: 0 0 16px rgba(253, 224, 71, 0.3);
}

.meta-display-app #metaGuestContinue {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.34);
  justify-self: center;
}

.meta-display-app #metaAccountMessage {
  color: #fde047;
  font-size: clamp(11px, 1.5vw, 16px);
  font-weight: 900;
  min-height: 18px;
}

.meta-display-app #metaAccountMessage.is-error {
  color: #fecaca;
}

@media (max-width: 760px) {
  .meta-display-app .meta-account-connect {
    position: static;
    transform: none;
    width: 100%;
  }

  .meta-display-app .meta-account-connect form {
    grid-template-columns: 1fr;
  }

  .meta-display-app .meta-virtual-keyboard {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.meta-display-app .community {
  display: flex;
  gap: clamp(8px, 1.5vw, 18px);
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 42%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.meta-display-app .card {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  color: #0f172a;
  display: grid;
  font-size: clamp(22px, 4vw, 48px);
  font-weight: 1000;
  height: clamp(72px, 14vh, 132px);
  justify-items: center;
  width: clamp(50px, 9vw, 92px);
}

.meta-display-app .card.red {
  color: #dc2626;
}

.meta-display-app .card.is-winning-card {
  box-shadow: 0 0 0 3px #fde047, 0 0 20px rgba(253, 224, 71, 0.65);
}

.meta-display-app .community-card-slot {
  display: grid;
  gap: 6px;
  justify-items: center;
}

.meta-display-app .community-showdown-slot {
  display: flex;
  gap: 4px;
  min-height: 32px;
}

.meta-display-app .community-showdown-slot .card {
  border-radius: 8px;
  font-size: clamp(12px, 1.8vw, 20px);
  height: clamp(28px, 5vh, 42px);
  width: clamp(22px, 4vw, 34px);
}

.meta-display-app .hole-cards {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 5px;
}

.meta-display-app .hole-cards .card {
  border-radius: 8px;
  font-size: clamp(14px, 2.2vw, 24px);
  height: clamp(38px, 7vh, 58px);
  width: clamp(28px, 5vw, 42px);
}

.meta-display-app.cards-stacked .hole-cards .card + .card {
  margin-left: clamp(-18px, -2vw, -8px);
  transform: rotate(8deg);
}

.meta-display-app .seat.winner {
  border-color: rgba(253, 224, 71, 0.9);
  box-shadow: 0 0 18px rgba(253, 224, 71, 0.35);
}

.meta-display-app .pot {
  background: rgba(2, 6, 23, 0.74);
  border: 1px solid rgba(253, 224, 71, 0.42);
  border-radius: 999px;
  color: #fde047;
  font-size: clamp(15px, 2vw, 26px);
  font-weight: 900;
  left: 50%;
  padding: 8px 18px;
  position: absolute;
  top: 55%;
  transform: translateX(-50%);
  z-index: 6;
}

.meta-display-app .result-notice {
  background: rgba(2, 6, 23, 0.9);
  border: 1px solid rgba(253, 224, 71, 0.7);
  border-radius: 18px;
  color: #fde047;
  font-size: clamp(18px, 2.8vw, 34px);
  font-weight: 1000;
  left: 50%;
  max-width: min(760px, 86%);
  padding: 10px 18px;
  position: absolute;
  text-align: center;
  top: 12%;
  transform: translateX(-50%);
  z-index: 9;
}

.meta-display-app .result-notice.is-loss {
  border-color: rgba(96, 165, 250, 0.7);
  color: #bfdbfe;
}

.meta-display-app .result-notice[hidden] {
  display: none;
}

.meta-display-app .bet-notice {
  background: rgba(2, 6, 23, 0.88);
  border: 1px solid rgba(253, 224, 71, 0.48);
  border-radius: 18px;
  color: #fde047;
  display: grid;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 900;
  gap: 8px;
  left: 50%;
  min-width: clamp(180px, 26vw, 300px);
  padding: 10px 14px;
  position: absolute;
  text-align: center;
  top: 62%;
  transform: translateX(-50%);
  z-index: 8;
}

.meta-display-app .bet-notice[hidden] {
  display: none;
}

.meta-display-app .bet-notice div {
  background: rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

.meta-display-app .bet-notice span {
  background: linear-gradient(90deg, #fde047, #fb923c);
  display: block;
  height: 100%;
  transition: width 0.2s linear;
}

.meta-display-app .meta-idle-prompt {
  background: rgba(2, 6, 23, 0.92);
  border: 1px solid rgba(253, 224, 71, 0.55);
  border-radius: 24px;
  color: #f8fafc;
  display: grid;
  gap: 10px;
  left: 50%;
  max-width: min(420px, 88%);
  padding: 18px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}

.meta-display-app .meta-idle-prompt[hidden] {
  display: none;
}

.meta-display-app .meta-idle-prompt strong {
  color: #fde047;
  font-size: clamp(22px, 3vw, 34px);
}

.meta-display-app .meta-idle-prompt span {
  color: #bfdbfe;
  font-weight: 900;
}

.meta-display-app .meta-idle-prompt button {
  background: linear-gradient(180deg, #22c55e, #15803d);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  padding: 12px 18px;
}

.meta-display-app .seat {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 20px;
  display: grid;
  gap: 4px;
  min-width: clamp(128px, 19vw, 220px);
  padding: clamp(8px, 1.2vw, 16px);
  position: absolute;
  text-align: center;
}

.meta-display-app .seat.me {
  border-color: #67e8f9;
  box-shadow: 0 0 26px rgba(103, 232, 249, 0.18);
}

.meta-display-app .seat.active {
  border-color: #fde047;
}

.meta-display-app .seat.folded {
  opacity: 0.5;
}

.meta-display-app .seat strong {
  font-size: clamp(13px, 1.7vw, 22px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meta-display-app .seat-icon {
  align-items: center;
  background: rgba(103, 232, 249, 0.14);
  border: 1px solid rgba(103, 232, 249, 0.4);
  border-radius: 999px;
  color: #67e8f9;
  display: flex;
  font-size: clamp(13px, 1.6vw, 20px);
  font-weight: 1000;
  height: clamp(42px, 6.2vw, 64px);
  justify-content: center;
  justify-self: center;
  margin-bottom: 1px;
  width: clamp(42px, 6.2vw, 64px);
}

.meta-display-app .seat-icon-image {
  background-position: center;
  background-size: cover;
}

.meta-display-app .seat-icon-photo {
  background: rgba(253, 224, 71, 0.14);
  border-color: rgba(253, 224, 71, 0.45);
  color: #fde047;
}

.meta-display-app .time-loader {
  background: rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  height: 5px;
  margin: 1px auto 3px;
  overflow: hidden;
  width: 78%;
}

.meta-display-app .time-loader span {
  background: linear-gradient(90deg, #22c55e, #fde047, #ef4444);
  display: block;
  height: 100%;
  transition: width 0.2s linear;
}

.meta-display-app .time-loader.is-idle span {
  background: rgba(148, 163, 184, 0.28);
  width: 100%;
}

.meta-display-app .seat span {
  color: #bae6fd;
  font-size: clamp(11px, 1.3vw, 17px);
  font-weight: 800;
}

.meta-display-app .seat-0 { bottom: 3%; left: 50%; transform: translateX(-50%); }
.meta-display-app .seat-1 { bottom: 16%; left: 4%; }
.meta-display-app .seat-2 { top: 8%; left: 15%; }
.meta-display-app .seat-3 { top: 8%; right: 15%; }
.meta-display-app .seat-4 { bottom: 16%; right: 4%; }

.meta-display-app .controls {
  gap: clamp(5px, 0.8vw, 8px);
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}

.meta-display-app .controls button {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border: 0;
  border-radius: 999px;
  color: white;
  flex: 1 1 0;
  font-size: clamp(10px, 1.15vw, 15px);
  font-weight: 900;
  min-width: 0;
  padding: clamp(7px, 1vw, 10px) clamp(6px, 1vw, 12px);
  white-space: normal;
}

  