/* WarrantyVault V35.0.58 compact buyer catalog and consolidated Starter Bag metrics */
body.live-show-public-open {
  overflow: auto !important;
  background: #07111f;
}

.live-show-public-gate {
  position: fixed;
  inset: 0;
  z-index: 5000;
  overflow: auto;
  color: #e8f2f6;
  background:
    radial-gradient(circle at 12% 0%, rgba(28, 151, 160, .2), transparent 31rem),
    radial-gradient(circle at 90% 14%, rgba(57, 98, 173, .14), transparent 34rem),
    #07111f;
}

.live-show-public-gate.hidden {
  display: none !important;
}

.live-show-public-topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 60px);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(7, 17, 31, .9);
  backdrop-filter: blur(18px);
}

.live-show-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.live-show-public-brand img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.live-show-public-brand span {
  display: grid;
  gap: 1px;
}

.live-show-public-brand b {
  font-size: 15px;
  letter-spacing: .02em;
}

.live-show-public-brand small {
  color: #8fa8b5;
  font-size: 11px;
}

.live-show-public-topbar > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.live-show-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b9f3df;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.live-show-live-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39d7a1;
  box-shadow: 0 0 0 5px rgba(57, 215, 161, .12);
}

.live-show-public-main {
  width: min(1440px, calc(100% - 34px));
  min-height: calc(100vh - 150px);
  margin: 0 auto;
  padding: clamp(18px, 2.8vw, 34px) 0 80px;
}

.live-show-public-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  gap: 24px;
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background:
    linear-gradient(125deg, rgba(25, 134, 144, .25), rgba(11, 29, 48, .78) 55%, rgba(31, 66, 119, .22)),
    #0b192a;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .24);
}

.live-show-public-hero > div > span {
  color: #6fe0d6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.live-show-public-hero h1 {
  max-width: 880px;
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(27px, 3.4vw, 46px);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.live-show-public-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.live-show-public-meta span {
  color: #afc1cb;
  font-size: 12px;
  font-weight: 700;
}

.live-show-public-meta span + span::before {
  content: "•";
  margin-right: 8px;
  color: #557384;
}

.live-show-public-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(80, 213, 176, .2);
  border-radius: 16px;
  background: rgba(20, 122, 112, .09);
}

.live-show-public-note > span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #39d7a1;
  box-shadow: 0 0 0 6px rgba(57, 215, 161, .1);
}

.live-show-public-note > div {
  display: grid;
  gap: 2px;
  flex: 1;
}

.live-show-public-note b {
  color: #dffaf0;
  font-size: 13px;
}

.live-show-public-note small {
  color: #92b4b0;
  font-size: 11px;
}

.live-show-public-note > button {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: #dffaf0;
  background: rgba(255, 255, 255, .06);
  font-size: 20px;
  cursor: pointer;
}

.live-show-public-note > button:disabled {
  opacity: .55;
  cursor: wait;
}

.live-show-public-note.is-recent {
  border-color: rgba(244, 182, 73, .24);
  background: rgba(160, 104, 17, .1);
}

.live-show-public-note.is-recent > span {
  background: #f0b84f;
  box-shadow: 0 0 0 6px rgba(240, 184, 79, .1);
}

.live-show-public-note.is-offline {
  border-color: rgba(154, 173, 188, .2);
  background: rgba(100, 119, 137, .1);
}

.live-show-public-note.is-offline > span,
.live-show-live-pill.is-offline i {
  background: #91a2af;
  box-shadow: 0 0 0 5px rgba(145, 162, 175, .12);
}

.live-show-public-controls {
  position: sticky;
  top: 86px;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto auto;
  gap: 10px;
  align-items: center;
  margin: 14px 0 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(11, 25, 42, .94);
  box-shadow: 0 12px 30px rgba(2, 10, 18, .22);
  backdrop-filter: blur(18px);
}

.live-show-public-controls .field,
.live-show-public-controls .select {
  color: #e9f2f6;
  border-color: rgba(255, 255, 255, .12);
  background: #0a1727;
}

.live-show-public-controls .search-wrap {
  position: relative;
}

.live-show-public-controls .search-wrap > span {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  color: #7793a2;
}

.live-show-public-controls .search-wrap input {
  width: 100%;
  padding-left: 36px;
}

.live-show-public-controls > b {
  padding: 0 8px;
  color: #91a8b4;
  font-size: 12px;
  white-space: nowrap;
}

.live-show-public-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 16px;
}

.live-show-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(16, 34, 54, .97), rgba(9, 22, 37, .98));
  box-shadow: 0 16px 42px rgba(0, 0, 0, .2);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  cursor: pointer;
}

.live-show-card:focus-visible {
  outline: 3px solid rgba(80, 211, 204, .72);
  outline-offset: 3px;
}

.live-show-card:hover {
  transform: translateY(-3px);
  border-color: rgba(92, 211, 207, .3);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .3);
}

.live-show-card-photo {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(55, 160, 169, .18), transparent 44%),
    #0a1523;
}

.live-show-card-photo img {
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
}

.live-show-card-photo > span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  color: #6edbd5;
  background: rgba(255, 255, 255, .04);
  font-size: 31px;
  font-weight: 900;
}

.live-show-card-photo > b {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 9px;
  border-radius: 999px;
  color: #bff8df;
  background: rgba(11, 119, 86, .88);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-show-save-card {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #d5e2e8;
  background: rgba(5, 16, 28, .76);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .24);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.live-show-save-card span {
  transform: translateY(1px);
  font-size: 18px;
}

.live-show-save-card.saved {
  color: #071522;
  border-color: #69ddd3;
  background: #69ddd3;
}

.live-show-card.pending .live-show-card-photo > b {
  color: #ffe4a5;
  background: rgba(147, 94, 11, .9);
}

.live-show-card.sold {
  opacity: .64;
}

.live-show-card.sold .live-show-card-photo > b {
  color: #fff;
  background: rgba(80, 91, 104, .92);
}

.live-show-card-body {
  display: flex;
  flex-direction: column;
  min-height: 178px;
  padding: 16px;
}

.live-show-card-body h2 {
  margin: 0 0 8px;
  color: #f8fbfc;
  font-size: 17px;
  line-height: 1.28;
}

.live-show-card-body > p {
  margin: 0;
  color: #92a8b5;
  font-size: 12px;
  line-height: 1.5;
}

.live-show-card-body footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.live-show-card-body footer div {
  display: grid;
  gap: 2px;
}

.live-show-card-body footer small {
  color: #78909e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-show-card-body footer strong {
  color: #fff;
  font-size: 22px;
}

.live-show-card-body footer b {
  color: #b4c8d2;
  font-size: 14px;
}

.live-show-saved-tray {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 5090;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(105, 221, 211, .38);
  border-radius: 999px;
  color: #ecffff;
  background: rgba(10, 35, 51, .96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .4);
  backdrop-filter: blur(16px);
  cursor: pointer;
}

.live-show-saved-tray[hidden] {
  display: none;
}

.live-show-saved-tray > span {
  color: #69ddd3;
  font-size: 18px;
}

.live-show-saved-tray b {
  font-size: 13px;
}

.live-show-saved-tray small {
  display: grid;
  place-items: center;
  min-width: 29px;
  height: 29px;
  padding: 0 7px;
  border-radius: 999px;
  color: #061522;
  background: #69ddd3;
  font-size: 12px;
  font-weight: 900;
}

.live-show-saved-tray.active {
  color: #071522;
  background: #69ddd3;
}

.live-show-saved-tray.active > span {
  color: #071522;
}

.live-show-saved-tray.active small {
  color: #ecffff;
  background: #0a2333;
}

.live-show-public-empty,
.live-show-public-error,
.live-show-public-loading {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: 50px 20px;
  text-align: center;
}

.live-show-public-empty {
  min-height: 240px;
  border: 1px dashed rgba(255, 255, 255, .13);
  border-radius: 22px;
  color: #93a9b4;
}

.live-show-public-empty b {
  color: #edf5f7;
  font-size: 18px;
}

.live-show-public-empty span {
  margin-top: -80px;
}

.live-show-public-loading > span {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, .12);
  border-top-color: #50d3cc;
  border-radius: 50%;
  animation: live-show-spin .8s linear infinite;
}

.live-show-public-loading b {
  margin-top: -110px;
  color: #fff;
  font-size: 20px;
}

.live-show-public-loading small {
  margin-top: -190px;
  color: #8da4b0;
}

.live-show-public-error span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #ffb4b4;
  background: rgba(169, 47, 47, .2);
  font-size: 25px;
  font-weight: 900;
}

.live-show-public-error h1 {
  margin: -95px 0 0;
}

.live-show-public-error p {
  max-width: 620px;
  margin: -165px 0 0;
  color: #9db0ba;
}

.live-show-public-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 4vw, 60px);
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #78909d;
  font-size: 12px;
}

@keyframes live-show-spin {
  to { transform: rotate(360deg); }
}

.show-mode-action.live-catalog {
  background: linear-gradient(145deg, rgba(25, 157, 159, .26), rgba(15, 40, 61, .94));
}

.show-mode-action.live-catalog > span {
  color: #9bf1e4;
  border-color: rgba(90, 220, 204, .24);
  background: rgba(38, 170, 158, .12);
  font-size: 15px;
  letter-spacing: .04em;
}

.live-show-catalog-btn {
  color: #0e6f76 !important;
  border-color: rgba(19, 134, 143, .26) !important;
  background: rgba(27, 164, 165, .08) !important;
}

.modal:has(.live-show-manager) {
  display: flex;
  flex-direction: column;
  width: min(1180px, calc(100vw - 28px));
  max-width: 1180px;
  max-height: min(92dvh, 980px);
  overflow: hidden;
}

.modal:has(.live-show-manager) .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
}

.modal:has(.live-show-manager) .modal-head,
.modal:has(.live-show-manager) .modal-actions {
  flex: 0 0 auto;
}

.modal:has(.live-show-manager) .modal-actions {
  position: static;
  z-index: auto;
  margin: 0;
  box-shadow: 0 -10px 24px rgba(17, 38, 52, .06);
}

.modal:has(.live-show-manager) .live-show-manage-list {
  max-height: none;
  overflow: visible;
}

.live-show-manager {
  display: grid;
  gap: 18px;
}

.live-show-manager-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(42, 134, 152, .18);
  border-radius: 20px;
  background: linear-gradient(125deg, rgba(39, 151, 161, .11), rgba(40, 78, 132, .06));
}

.live-show-manager-hero > div:first-child > span {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  color: #637786;
  background: rgba(111, 126, 139, .1);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-show-manager-hero.published > div:first-child > span {
  color: #08725b;
  background: rgba(25, 171, 129, .12);
}

.live-show-manager-hero h4 {
  margin: 7px 0 5px;
  font-size: 22px;
}

.live-show-manager-hero p {
  max-width: 690px;
  margin: 0;
  color: var(--muted, #64748b);
  font-size: 13px;
  line-height: 1.5;
}

.live-show-manager-stats {
  display: grid;
  grid-template-columns: repeat(3, 82px);
  gap: 7px;
}

.live-show-manager-stats div {
  display: grid;
  gap: 2px;
  padding: 13px 8px;
  border: 1px solid rgba(24, 96, 117, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .58);
  text-align: center;
}

.live-show-manager-stats b {
  font-size: 20px;
}

.live-show-manager-stats small {
  color: #718391;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-show-manager-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.live-show-manager-grid > label:not(.live-show-switch) {
  display: grid;
  gap: 6px;
}

.live-show-manager-grid > label > span {
  font-size: 11px;
  font-weight: 800;
}

.live-show-manager-grid .full {
  grid-column: 1 / -1;
}

.live-show-slug-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line, #d9e1e7);
  border-radius: 12px;
}

.live-show-slug-field > span {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #728593;
  background: rgba(116, 136, 149, .08);
  font-size: 11px;
}

.live-show-slug-field .field {
  border: 0;
  border-radius: 0;
}

.live-show-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--line, #d9e1e7);
  border-radius: 13px;
}

.live-show-switch > span {
  display: grid;
  gap: 2px;
}

.live-show-switch small {
  color: #748693;
  font-size: 10px;
  font-weight: 500;
}

.live-show-share-panel {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(31, 151, 152, .2);
  border-radius: 18px;
  background: rgba(35, 155, 152, .06);
}

.live-show-share-panel > img {
  width: 145px;
  height: 145px;
  padding: 6px;
  border-radius: 14px;
  background: #fff;
}

.live-show-share-panel > div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.live-show-share-panel code {
  overflow: hidden;
  color: #193443;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-show-share-panel > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.live-show-share-panel .live-show-download-sign {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #0f9b9d, #236fe8);
  box-shadow: 0 8px 18px rgba(22, 119, 170, .2);
}

.live-show-share-panel > div > small {
  color: #748795;
}

.live-show-manager-card-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 4px;
}

.live-show-manager-card-head > div {
  display: grid;
  gap: 3px;
}

.live-show-manager-card-head small {
  color: #748693;
  font-size: 11px;
}

.live-show-manager-card-head .field {
  max-width: 260px;
}

.live-show-manage-list {
  display: grid;
  gap: 8px;
  max-height: 440px;
  overflow: auto;
  padding-right: 4px;
}

.live-show-manage-card {
  display: grid;
  grid-template-columns: 54px minmax(180px, 1fr) 62px 105px 105px 140px;
  gap: 9px;
  align-items: center;
  padding: 9px;
  border: 1px solid var(--line, #dbe3e8);
  border-radius: 14px;
  background: rgba(255, 255, 255, .62);
}

.live-show-manage-card[hidden] {
  display: none;
}

.live-show-manage-thumb {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 10px;
  color: #2b8792;
  background: #e9f1f3;
  font-weight: 900;
}

.live-show-manage-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.live-show-manage-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.live-show-manage-copy b,
.live-show-manage-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-show-manage-copy b {
  font-size: 12px;
}

.live-show-manage-copy small {
  color: #748693;
  font-size: 10px;
}

.live-show-manage-card > label {
  display: grid;
  gap: 3px;
}

.live-show-manage-card > label > span {
  color: #758794;
  font-size: 9px;
  font-weight: 800;
}

.live-show-manage-card .field {
  min-width: 0;
  padding: 8px;
  font-size: 11px;
}

.live-show-visibility-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px !important;
}

.live-show-manager-empty {
  display: grid;
  gap: 5px;
  padding: 42px 20px;
  border: 1px dashed var(--line, #dbe3e8);
  border-radius: 17px;
  color: #738694;
  text-align: center;
}

.live-show-manager-empty b {
  color: #203542;
  font-size: 16px;
}

.live-show-private-note {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  color: #718390;
  background: rgba(106, 128, 143, .07);
  font-size: 10px;
  line-height: 1.5;
}

.modal:has(.live-show-command-center) {
  display: flex;
  flex-direction: column;
  width: min(1220px, calc(100vw - 28px));
  max-width: 1220px;
  max-height: min(94dvh, 1000px);
  overflow: hidden;
}

.modal:has(.live-show-command-center) .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
}

.modal:has(.live-show-command-center) .modal-head,
.modal:has(.live-show-command-center) .modal-actions {
  flex: 0 0 auto;
}

.live-show-command-center {
  display: grid;
  gap: 14px;
}

.live-show-command-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(23, 145, 149, .2);
  border-radius: 20px;
  background: linear-gradient(125deg, rgba(20, 156, 157, .13), rgba(37, 92, 160, .07));
}

.live-show-command-hero > div:first-child > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #08765f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-show-command-hero > div:first-child > span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20b785;
  box-shadow: 0 0 0 5px rgba(32, 183, 133, .12);
}

.live-show-command-hero.is-draft > div:first-child > span { color: #94600d; }
.live-show-command-hero.is-draft > div:first-child > span i {
  background: #d99b2b;
  box-shadow: 0 0 0 5px rgba(217, 155, 43, .13);
}

.live-show-command-hero h4 {
  margin: 7px 0 4px;
  font-size: 23px;
}

.live-show-command-hero p {
  margin: 0;
  color: var(--muted, #64748b);
  font-size: 12px;
}

.live-show-command-stats {
  display: grid;
  grid-template-columns: repeat(3, 84px);
  gap: 7px;
}

.live-show-command-stats div {
  display: grid;
  gap: 2px;
  padding: 12px 7px;
  border: 1px solid rgba(23, 107, 124, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .64);
  text-align: center;
}

.live-show-command-stats b { font-size: 20px; }
.live-show-command-stats small {
  color: #718391;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.live-show-command-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.live-show-command-settings {
  overflow: hidden;
  border: 1px solid rgba(42, 119, 143, .16);
  border-radius: 16px;
  background: rgba(35, 107, 137, .045);
}

.live-show-command-settings > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px;
  cursor: pointer;
  list-style: none;
}

.live-show-command-settings > summary::-webkit-details-marker { display: none; }
.live-show-command-settings > summary > span { display: grid; gap: 2px; }
.live-show-command-settings > summary b { font-size: 12px; }
.live-show-command-settings > summary small { color: #718391; font-size: 9px; }
.live-show-command-settings > summary em {
  padding: 5px 8px;
  border-radius: 999px;
  color: #08725b;
  background: rgba(29, 168, 125, .1);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.live-show-command-settings.is-draft > summary em { color: #94600d; background: rgba(217, 155, 43, .12); }

.live-show-command-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 15px 14px;
}

.live-show-command-settings-grid .full { grid-column: 1 / -1; }
.live-show-command-settings-grid > label:not(.live-show-switch) { display: grid; gap: 5px; }
.live-show-command-settings-grid > label > span { color: #657986; font-size: 10px; font-weight: 800; }
.live-show-command-settings-grid textarea { min-height: 72px; resize: vertical; }
.live-show-command-settings > footer {
  display: flex;
  gap: 8px;
  padding: 12px 15px;
  border-top: 1px solid rgba(42, 119, 143, .11);
  background: rgba(255, 255, 255, .38);
}

.live-show-bulk-pricing {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) 120px 150px auto auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(42, 119, 143, .14);
  border-radius: 16px;
  background: rgba(35, 107, 137, .055);
}

.live-show-bulk-pricing > div:first-child,
.live-show-bulk-pricing > label {
  display: grid;
  gap: 4px;
}

.live-show-bulk-pricing > div:first-child small,
.live-show-bulk-pricing > label > span {
  color: #708493;
  font-size: 10px;
}

.live-show-bulk-pricing > label > div {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line, #d9e1e7);
  border-radius: 10px;
  background: var(--panel, #fff);
}

.live-show-bulk-pricing > label > div .field { border: 0; }
.live-show-bulk-pricing > label > div b { padding-right: 10px; color: #718391; }

.live-show-command-toolbar {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.live-show-command-toolbar label,
.live-show-command-toolbar > b {
  color: #6b7f8c;
  font-size: 11px;
  font-weight: 800;
}

.live-show-command-list {
  display: grid;
  gap: 8px;
}

.live-show-command-card {
  display: grid;
  grid-template-columns: 24px 56px minmax(170px, 1fr) 120px minmax(310px, auto);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line, #dbe3e8);
  border-radius: 15px;
  background: rgba(255, 255, 255, .68);
}

.live-show-command-card[hidden] { display: none; }
.live-show-command-card.is-hidden { opacity: .66; background: rgba(116, 133, 146, .07); }
.live-show-command-select { display: grid; place-items: center; }

.live-show-command-thumb {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 10px;
  color: #1d8189;
  background: #e7f0f2;
  font-weight: 900;
}

.live-show-command-thumb img { width: 100%; height: 100%; object-fit: contain; }
.live-show-command-copy { display: grid; gap: 4px; min-width: 0; }
.live-show-command-copy b,
.live-show-command-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.live-show-command-copy b { font-size: 12px; }
.live-show-command-copy small { color: #748693; font-size: 10px; }

.live-show-command-price { display: grid; gap: 3px; }
.live-show-command-price > span { color: #748693; font-size: 9px; font-weight: 800; }
.live-show-command-price > div {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line, #d9e1e7);
  border-radius: 10px;
  background: var(--panel, #fff);
}
.live-show-command-price > div > span { padding-left: 9px; color: #718391; font-size: 11px; }
.live-show-command-price input { width: 100%; min-width: 0; padding: 8px 7px; border: 0; outline: 0; background: transparent; font: inherit; }

.live-show-command-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(68px, 1fr));
  gap: 6px;
}

.live-show-command-actions button {
  min-height: 36px;
  padding: 7px 8px;
  border: 1px solid rgba(73, 100, 116, .15);
  border-radius: 9px;
  color: #536b79;
  background: rgba(109, 133, 147, .07);
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
}

.live-show-command-actions button.active { color: #08725b; border-color: rgba(29, 168, 125, .25); background: rgba(29, 168, 125, .1); }
.live-show-command-actions button.pending { color: #98610d; border-color: rgba(210, 143, 34, .25); background: rgba(210, 143, 34, .1); }
.live-show-command-actions button.hidden { color: #566a78; background: rgba(91, 112, 126, .14); }
.live-show-command-actions button.sold { color: #a0333d; border-color: rgba(175, 52, 65, .2); background: rgba(175, 52, 65, .07); }
.live-show-command-actions button:disabled { cursor: wait; opacity: .5; }

.live-show-command-more {
  grid-column: 3 / -1;
  border-top: 1px solid rgba(74, 103, 119, .1);
  padding-top: 7px;
}

.live-show-command-more > summary {
  color: #647b89;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  list-style-position: inside;
}

.live-show-command-more > div {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(180px, 1fr);
  gap: 10px;
  margin-top: 8px;
}

.live-show-command-more label { display: grid; gap: 4px; }
.live-show-command-more label > span { color: #748693; font-size: 9px; font-weight: 800; }
.live-show-command-more label > div {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line, #d9e1e7);
  border-radius: 10px;
  background: var(--panel, #fff);
}
.live-show-command-more label > div > span { padding-left: 9px; color: #718391; font-size: 11px; }
.live-show-command-more label > div input { width: 100%; min-width: 0; padding: 8px 7px; border: 0; outline: 0; background: transparent; font: inherit; }
.live-show-command-more .field { min-width: 0; padding: 8px 9px; }

.live-show-command-help {
  margin: 0;
  padding: 11px 13px;
  border-radius: 11px;
  color: #718390;
  background: rgba(106, 128, 143, .07);
  font-size: 10px;
  line-height: 1.5;
}

body.live-show-detail-open { overflow: hidden !important; }
.live-show-card-detail { position: fixed; inset: 0; z-index: 5100; display: grid; place-items: center; padding: 20px; }
.live-show-card-detail-backdrop { position: absolute; inset: 0; border: 0; background: rgba(1, 8, 16, .8); backdrop-filter: blur(10px); }
.live-show-card-detail-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(92dvh, 900px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 25px;
  color: #eaf3f6;
  background: linear-gradient(150deg, #10243a, #081522 65%);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .52);
}

.live-show-card-detail-panel > header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(10, 24, 39, .94);
  backdrop-filter: blur(14px);
}
.live-show-card-detail-panel header span { color: #70ddd3; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.live-show-card-detail-panel header h1 { margin: 5px 0 0; color: #fff; font-size: clamp(20px, 3vw, 30px); }
.live-show-card-detail-panel header > button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); font-size: 24px; cursor: pointer; }

.live-show-card-detail-layout { display: grid; grid-template-columns: minmax(290px, .9fr) minmax(320px, 1.1fr); gap: 20px; padding: 20px; }
.live-show-card-detail-media { display: grid; align-content: start; gap: 12px; min-height: 400px; padding: 16px; border-radius: 18px; background: radial-gradient(circle, rgba(43, 155, 164, .2), transparent 55%), #07131f; }
.live-show-card-detail-media > img { width: 100%; height: 400px; object-fit: contain; }
.live-show-card-detail-media > span { display: grid; place-items: center; min-height: 400px; color: #64d6cf; font-size: 70px; font-weight: 900; }
.live-show-card-detail-media > div { display: flex; justify-content: center; gap: 8px; }
.live-show-card-detail-media button { min-width: 90px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #9eb2bd; background: rgba(255,255,255,.05); font-weight: 800; cursor: pointer; }
.live-show-card-detail-media button.active { color: #071522; border-color: #62d5ce; background: #62d5ce; }
.live-show-card-detail-copy { display: grid; align-content: start; gap: 18px; }
.live-show-card-detail-price { display: flex; gap: 10px; }
.live-show-card-detail-price > div { flex: 1; display: grid; gap: 3px; padding: 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(255,255,255,.04); }
.live-show-card-detail-price small,
.live-show-card-detail-grid dt { color: #7f98a6; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.live-show-card-detail-price strong { color: #fff; font-size: 27px; }
.live-show-card-detail-price b { color: #bad0d9; font-size: 18px; }
.live-show-card-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; margin: 0; }
.live-show-card-detail-grid > div { display: grid; gap: 3px; min-width: 0; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.live-show-card-detail-grid dd { margin: 0; overflow-wrap: anywhere; color: #e6f0f3; font-size: 12px; font-weight: 800; }
.live-show-detail-save {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid rgba(105, 221, 211, .4);
  border-radius: 13px;
  color: #dffdf8;
  background: rgba(52, 176, 165, .12);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.live-show-detail-save > span:first-child { color: #69ddd3; font-size: 19px; }
.live-show-detail-save.saved { color: #071522; background: #69ddd3; }
.live-show-detail-save.saved > span:first-child { color: #071522; }
.live-show-card-detail-copy > p { margin: 0; color: #8fa6b3; font-size: 12px; }

@media (max-width: 900px) {
  .live-show-bulk-pricing {
    grid-template-columns: 1fr 1fr;
  }

  .live-show-bulk-pricing > div:first-child {
    grid-column: 1 / -1;
  }

  .live-show-command-card {
    grid-template-columns: 24px 50px minmax(0, 1fr);
  }

  .live-show-command-thumb {
    width: 50px;
    height: 50px;
  }

  .live-show-command-price {
    grid-column: 2 / 3;
  }

  .live-show-command-actions {
    grid-column: 3 / 4;
  }

  .live-show-card-detail-layout {
    grid-template-columns: 1fr;
  }

  .live-show-public-hero {
    grid-template-columns: 1fr;
  }

  .live-show-public-controls {
    grid-template-columns: 1fr 1fr;
  }

  .live-show-public-controls .search-wrap {
    grid-column: 1 / -1;
  }

  .live-show-manage-card {
    grid-template-columns: 48px 1fr 60px;
  }

  .live-show-manage-card > label:not(.live-show-visibility-toggle) {
    grid-column: span 1;
  }

  .live-show-manage-card > label:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 640px) {
  .modal:has(.live-show-command-center) {
    width: min(100vw - 12px, 1220px);
    max-height: 96dvh;
  }

  .live-show-command-hero {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .live-show-command-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .live-show-command-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .live-show-command-links .btn {
    min-width: 0;
    padding-inline: 8px;
    font-size: 10px;
  }

  .live-show-bulk-pricing {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }

  .live-show-bulk-pricing > button {
    min-width: 0;
    padding-inline: 8px;
    font-size: 10px;
  }

  .live-show-command-toolbar {
    grid-template-columns: 1fr auto;
  }

  .live-show-command-toolbar .field {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .live-show-command-card {
    grid-template-columns: 22px 48px minmax(0, 1fr);
    gap: 8px;
    padding: 9px;
  }

  .live-show-command-thumb {
    width: 48px;
    height: 48px;
  }

  .live-show-command-price {
    grid-column: 2 / -1;
  }

  .live-show-command-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
  }

  .live-show-command-actions button {
    min-width: 0;
    padding-inline: 4px;
    font-size: 8px;
  }

  .live-show-command-settings-grid { grid-template-columns: 1fr; }
  .live-show-command-settings-grid .full { grid-column: auto; }
  .live-show-command-settings > footer { display: grid; grid-template-columns: 1fr; }
  .live-show-command-more { grid-column: 1 / -1; }
  .live-show-command-more > div { grid-template-columns: 1fr; }

  .live-show-card-detail {
    align-items: end;
    padding: 0;
  }

  .live-show-card-detail-panel {
    width: 100%;
    max-height: 96dvh;
    border-radius: 24px 24px 0 0;
  }

  .live-show-card-detail-panel > header {
    padding: 16px;
  }

  .live-show-card-detail-layout {
    gap: 16px;
    padding: 14px;
  }

  .live-show-card-detail-media {
    min-height: 330px;
    padding: 12px;
  }

  .live-show-card-detail-media > img,
  .live-show-card-detail-media > span {
    height: 330px;
    min-height: 330px;
  }

  .live-show-public-topbar {
    min-height: 66px;
    padding: 10px 14px;
  }

  .live-show-public-brand small,
  .live-show-live-pill,
  .live-show-public-topbar .btn {
    display: none;
  }

  .live-show-public-main {
    width: min(100% - 22px, 1440px);
    padding-top: 12px;
  }

  .live-show-public-hero {
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  .live-show-public-note {
    align-items: center;
    width: 100%;
    padding: 11px 12px;
  }

  .live-show-public-note > button {
    width: 34px;
    height: 34px;
  }

  .live-show-public-controls {
    top: 66px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 10px;
    border-radius: 15px;
  }

  .live-show-public-controls .search-wrap {
    grid-column: 1 / -1;
  }

  .live-show-public-controls > b {
    display: none;
  }

  .live-show-public-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .live-show-card {
    border-radius: 16px;
  }

  .live-show-card-photo {
    aspect-ratio: 1 / 1;
  }

  .live-show-card-photo img {
    padding: 7px;
  }

  .live-show-card-photo > b {
    top: 7px;
    left: 7px;
    padding: 5px 6px;
    font-size: 7px;
  }

  .live-show-save-card {
    top: 7px;
    right: 7px;
    width: 34px;
    height: 34px;
  }

  .live-show-card-body {
    min-height: 164px;
    padding: 12px;
  }

  .live-show-card-body h2 {
    font-size: 13px;
  }

  .live-show-card-body > p {
    font-size: 10px;
  }

  .live-show-card-body footer strong {
    font-size: 18px;
  }

  .live-show-saved-tray {
    right: 50%;
    bottom: max(14px, env(safe-area-inset-bottom));
    transform: translateX(50%);
  }

  .live-show-public-footer {
    justify-content: center;
    text-align: center;
  }

  .live-show-public-footer > span {
    display: none;
  }

  .live-show-manager-hero,
  .live-show-share-panel {
    grid-template-columns: 1fr;
  }

  .live-show-manager-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .live-show-manager-grid {
    grid-template-columns: 1fr;
  }

  .live-show-manager-grid .full {
    grid-column: auto;
  }

  .live-show-slug-field {
    grid-template-columns: 1fr;
  }

  .live-show-slug-field > span {
    display: none;
  }

  .live-show-share-panel > img {
    justify-self: center;
  }

  .live-show-manager-card-head {
    align-items: stretch;
    flex-direction: column;
  }

  .live-show-manager-card-head .field {
    max-width: none;
  }

  .live-show-manage-card {
    grid-template-columns: 46px 1fr 58px;
  }

  .live-show-manage-card > label:not(.live-show-visibility-toggle) {
    grid-column: span 1;
  }

  .live-show-manage-card > label:nth-of-type(2) {
    grid-column: 2 / -1;
  }

  .live-show-manage-card > label:last-child {
    grid-column: 1 / -1;
  }
}
