.streams-shell {
  padding: 2rem 0 4rem;
}

.live-shows-hero {
  min-height: min(520px, 62vh);
  align-content: center;
}

.live-shows-browser {
  padding-top: 1rem;
}

.live-shows-support-grid {
  align-items: stretch;
}

.live-shows-account-panel {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.85rem;
}

.live-shows-account-panel > * {
  margin-top: 0;
  margin-bottom: 0;
}

.streams-grid,
.watchlist-grid,
.giveaway-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.25rem;
}

.stream-card,
.watchlist-card,
.gifted-giveaway-card {
  position: relative;
  overflow: hidden;
}

.stream-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
  margin-bottom: 1rem;
}

.stream-card-thumbnail {
  display: block;
  border-radius: 1rem;
}

.stream-card-thumbnail:focus-visible {
  outline: 2px solid var(--electric);
  outline-offset: 4px;
}

.stream-card-featured-lot {
  display: grid;
  gap: 0.35rem;
  min-height: 112px;
  margin: 0.9rem 0;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(56, 232, 255, 0.2);
  border-bottom: 1px solid rgba(255, 78, 219, 0.18);
  color: rgba(255,255,255,0.72);
}

.stream-card-featured-lot > strong {
  color: #fff;
  font-size: 1.05rem;
}

.stream-card-featured-lot > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.stream-card-featured-lot > div > span {
  color: rgba(255,255,255,0.7);
}

.stream-card-featured-lot > div strong {
  color: var(--electric);
}

.stream-card-lot-label {
  color: #72ffa4;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.stream-card-top,
.stream-card-meta,
.stream-card-actions,
.gifted-giveaway-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.stream-card-top,
.stream-card-meta {
  justify-content: space-between;
}

.stream-pill,
.viewer-pill,
.watch-pill,
.follow-pill {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  background: rgba(5, 10, 30, 0.72);
}

.stream-pill.live {
  color: #72ffa4;
  border-color: rgba(114,255,164,0.45);
}

.stream-pill.upcoming {
  color: #8fc6ff;
  border-color: rgba(143,198,255,0.45);
}

.stream-empty {
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px dashed rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.8);
}

.seller-identity-status-panel {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.seller-identity-status-panel[hidden] {
  display: none;
}

.seller-identity-status-panel h2 {
  margin: 0;
}

.seller-identity-status-panel p {
  max-width: 760px;
}

.seller-identity-status-bubble {
  width: min(100%, 760px);
  min-height: 128px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  color: #08111f;
  background: linear-gradient(135deg, #5dffc5, #38e8ff 48%, #f8ff46);
  box-shadow: 0 22px 60px rgba(56,232,255,0.26), 0 0 34px rgba(93,255,197,0.18);
  font-size: 1.55rem;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.seller-identity-status-bubble:hover {
  transform: translateY(-2px);
}

.seller-identity-status-bubble:disabled {
  cursor: wait;
  opacity: 0.68;
}

.seller-identity-status-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.hub-tabs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.hub-tab {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(6, 12, 32, 0.72);
  color: #fff;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.hub-tab.is-active {
  background: linear-gradient(135deg, rgba(41,209,255,0.24), rgba(232,89,255,0.22));
  border-color: rgba(255,255,255,0.32);
}

body[data-live-shows-only="true"] .hub-tabs {
  position: sticky;
  top: var(--site-header-height);
  z-index: 42;
  flex-wrap: nowrap;
  min-height: var(--subnav-row-height);
  padding: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(7,9,27,.97);
  box-shadow: 0 14px 34px rgba(0,0,0,.3);
  backdrop-filter: blur(18px) saturate(135%);
}

body[data-live-shows-only="true"] .hub-tab {
  flex: 0 0 auto;
}

.seller-portal-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: -12px auto 26px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: radial-gradient(circle at 18% 0, rgba(255,78,219,0.12), transparent 36%), linear-gradient(115deg, rgba(17,22,58,0.94), rgba(8,10,31,0.96));
  box-shadow: 0 18px 48px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
}

.seller-portal-subnav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.045);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.seller-portal-subnav-link:hover,
.seller-portal-subnav-link:focus-visible,
.seller-portal-subnav-link.is-active {
  border-color: rgba(255,78,219,0.58);
  color: #fff;
  background: linear-gradient(115deg, rgba(255,78,219,0.42), rgba(56,232,255,0.24));
  outline: none;
  box-shadow: 0 0 28px rgba(255,78,219,0.16);
}

.seller-show-tools,
.seller-release-panel {
  margin-top: 1.5rem;
}

.seller-show-tools.section {
  padding-top: 32px;
  padding-bottom: 56px;
}

.seller-hub-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 18px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.seller-hub-heading h1 {
  margin: 3px 0 6px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.seller-hub-heading p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.68);
}

.seller-hub-heading-actions,
.seller-inventory-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.seller-go-live-bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  overflow: hidden;
  border-color: rgba(120,255,190,0.72);
  color: #06131a;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.72), transparent 22%),
    linear-gradient(125deg, #75ffb7, #38e8ff 48%, #f8ff46);
  box-shadow: 0 12px 28px rgba(56,232,255,0.18), inset 0 1px rgba(255,255,255,0.7);
}

.seller-go-live-bubble:hover,
.seller-go-live-bubble:focus-visible {
  color: #030b11;
  border-color: #fff;
  box-shadow: 0 15px 34px rgba(117,255,183,0.27), 0 0 24px rgba(56,232,255,0.2);
}

.seller-credits-bubble {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255,255,255,0.52);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(255,255,255,0.3), transparent 24%, transparent 72%, rgba(255,255,255,0.2)),
    linear-gradient(125deg, #5d28b8, #146eb4 28%, #b51c85 56%, #b87f0e 78%, #176b56);
  box-shadow: 0 12px 30px rgba(56,232,255,0.14), inset 0 1px rgba(255,255,255,0.55);
  text-shadow: 0 1px 8px rgba(0,0,0,0.52);
}

.seller-credits-bubble::after {
  position: absolute;
  inset: -70% -35%;
  z-index: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,0.48) 50%, transparent 62%);
  content: "";
  pointer-events: none;
  transform: translateX(-52%) rotate(8deg);
  transition: transform 0.65s ease;
}

.seller-credits-bubble:hover,
.seller-credits-bubble:focus-visible {
  color: #fff;
  border-color: #fff;
  box-shadow: 0 15px 36px rgba(255,78,219,0.22), 0 0 26px rgba(56,232,255,0.18);
}

.seller-credits-bubble:hover::after,
.seller-credits-bubble:focus-visible::after {
  transform: translateX(52%) rotate(8deg);
}

.seller-show-go-live-bubble {
  flex: 1 0 100%;
  min-height: 48px;
  border-radius: 999px;
  font-size: 0.88rem;
}

.seller-go-live-dot {
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid rgba(4,19,25,0.72);
  border-radius: 50%;
  background: #ff4f75;
  box-shadow: 0 0 0 0 rgba(255,79,117,0.52);
  animation: seller-live-dot 1.8s ease-out infinite;
}

.seller-tool-menu {
  position: sticky;
  top: var(--site-header-height);
  z-index: 42;
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(56,232,255,0.055), transparent 28%, transparent 72%, rgba(255,78,219,0.055)),
    rgba(7,9,27,0.97);
  box-shadow: 0 12px 32px rgba(0,0,0,0.32), inset 0 1px rgba(255,255,255,0.04);
}

.seller-tool-menu-items {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 7px;
}

.seller-tool-more {
  position: relative;
}

.seller-tool-more summary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 7px;
  color: #fff;
  background: rgba(255,255,255,0.045);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.seller-tool-more summary::-webkit-details-marker {
  display: none;
}

.seller-tool-more-grid {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  width: min(420px, calc(100vw - 32px));
  gap: 7px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(7,9,27,0.99);
  box-shadow: 0 22px 54px rgba(0,0,0,0.54);
}

.seller-tool-menu-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 7px 13px;
  border: 1px solid rgba(56,232,255,0.38);
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(115deg, rgba(56,232,255,0.14), rgba(255,78,219,0.1)), rgba(9,12,34,0.98);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.seller-tool-menu-toggle:hover,
.seller-tool-menu-toggle:focus-visible,
.seller-tool-menu.is-open .seller-tool-menu-toggle {
  border-color: rgba(248,255,70,0.64);
  outline: none;
  box-shadow: 0 0 28px rgba(56,232,255,0.15);
}

.seller-tool-menu-toggle-icon {
  display: grid;
  flex: 0 0 24px;
  gap: 4px;
}

.seller-tool-menu-toggle-icon span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #f8ff46;
}

.seller-tool-menu-toggle-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.seller-tool-menu-toggle-copy small {
  color: rgba(255,255,255,0.58);
  font-size: 0.65rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.seller-tool-menu-toggle-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seller-tool-menu-toggle-caret {
  width: 9px;
  height: 9px;
  margin-left: auto;
  border-right: 2px solid #f8ff46;
  border-bottom: 2px solid #f8ff46;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.18s ease;
}

.seller-tool-menu.is-open .seller-tool-menu-toggle-caret {
  transform: rotate(225deg) translate(-2px, -2px);
}

.seller-tool-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 7px;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.045);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.seller-tool-menu-items > .seller-tool-menu-button,
.seller-tool-more .seller-tool-menu-button {
  min-width: 0;
  white-space: normal;
  text-align: center;
}

.seller-tool-menu-button:hover,
.seller-tool-menu-button:focus-visible {
  border-color: rgba(56,232,255,0.58);
  color: #fff;
  outline: none;
}

.seller-tool-menu-button.is-active {
  border-color: rgba(248,255,70,0.58);
  color: #090a18;
  background: #f8ff46;
  box-shadow: 0 0 22px rgba(248,255,70,0.18);
}

.seller-tool-menu-link {
  color: #fff;
  background: rgba(255,78,219,0.12);
}

body[data-seller-tool="show-control"] .seller-tool-menu {
  width: min(390px, calc(100% - 32px));
  margin: 0 max(16px, calc((100vw - var(--max-width)) / 2)) 12px auto;
  padding: 7px;
}

body[data-seller-tool="show-control"] .seller-tool-menu-toggle {
  display: flex;
}

body[data-seller-tool="show-control"] .seller-tool-menu-items {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  width: min(660px, calc(100vw - 32px));
  max-height: min(68vh, 540px);
  padding: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(7,9,27,0.99);
  box-shadow: 0 22px 54px rgba(0,0,0,0.54), inset 0 1px rgba(255,255,255,0.05);
}

body[data-seller-tool="show-control"] .seller-tool-menu.is-open .seller-tool-menu-items {
  display: grid;
}

.seller-dashboard-home {
  display: grid;
  gap: 18px;
  padding: 4px 0 12px;
}

.seller-payout-panel {
  display: grid;
  gap: 20px;
  padding: 24px;
}

.seller-payout-panel > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.seller-payout-panel h2,
.seller-payout-panel h3 {
  margin: 0;
}

.seller-payout-state {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(56,232,255,0.5);
  border-radius: 999px;
  color: #fff;
  background: rgba(56,232,255,0.1);
  font-size: 0.76rem;
  font-weight: 900;
}

.seller-payout-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.seller-payout-summary > div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 7px;
  background: rgba(255,255,255,0.04);
}

.seller-payout-summary span {
  color: rgba(255,255,255,0.62);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.seller-payout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seller-payout-status {
  margin: 0;
  min-height: 0;
  color: rgba(255,255,255,0.82);
  font-weight: 800;
}

.seller-payout-status:not(:empty) {
  padding: 12px 14px;
  border: 1px solid rgba(56,232,255,0.42);
  border-radius: 7px;
  background: rgba(56,232,255,0.08);
}

.seller-payout-status[data-kind="error"] {
  border-color: rgba(255,100,130,0.78);
  color: #ffd6df;
  background: rgba(255,75,111,0.12);
}

.seller-payout-status[data-kind="success"] {
  border-color: rgba(117,255,183,0.68);
  color: #bfffd7;
  background: rgba(117,255,183,0.1);
}

.seller-payout-status:focus {
  outline: 2px solid #38e8ff;
  outline-offset: 2px;
}

.seller-launch-readiness ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.seller-launch-readiness li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 7px;
  color: rgba(255,255,255,0.76);
  background: rgba(255,255,255,0.035);
}

.seller-launch-readiness li span {
  flex: 0 0 auto;
  color: #ffcf62;
  font-size: 0.68rem;
  font-weight: 950;
}

.seller-launch-readiness li.is-ready span {
  color: #72ffa4;
}

.seller-payout-disclosure {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 0.84rem;
}

@media (max-width: 900px) {
  .seller-payout-summary,
  .seller-launch-readiness ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seller-tool-more {
    position: static;
  }
}

@media (max-width: 560px) {
  .seller-payout-panel > header {
    display: grid;
  }

  .seller-payout-summary,
  .seller-launch-readiness ul {
    grid-template-columns: 1fr;
  }

  .seller-tool-more-grid {
    grid-template-columns: 1fr;
    width: min(280px, calc(100vw - 32px));
  }
}

.seller-dashboard-welcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(56,232,255,0.12), transparent 34%),
    linear-gradient(300deg, rgba(255,78,219,0.13), transparent 42%),
    rgba(11,14,39,0.96);
}

.seller-dashboard-welcome h2 {
  margin: 4px 0 8px;
  font-size: 1.65rem;
  letter-spacing: 0;
}

.seller-dashboard-welcome p {
  margin: 0;
  color: rgba(255,255,255,0.7);
}

.seller-dashboard-live-button {
  display: grid;
  gap: 4px;
  min-height: 92px;
  align-content: center;
  padding: 16px 20px;
  border: 1px solid rgba(114,255,164,0.62);
  border-radius: 8px;
  color: #07131c;
  background: #72ffa4;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(114,255,164,0.12);
}

.seller-dashboard-live-button span {
  font-size: 1rem;
  font-weight: 950;
}

.seller-dashboard-live-button small {
  color: rgba(7,19,28,0.72);
  font-weight: 800;
}

.seller-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.seller-dashboard-metrics button {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 6px;
  min-height: 88px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,0.045);
  text-align: left;
  cursor: pointer;
}

.seller-dashboard-metrics button::before,
.seller-dashboard-launcher > *::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: #38e8ff;
  opacity: 0.82;
}

.seller-dashboard-metrics button:nth-child(2)::before,
.seller-dashboard-launcher > :nth-child(2)::before { background: #ff4edb; }
.seller-dashboard-metrics button:nth-child(3)::before,
.seller-dashboard-launcher > :nth-child(3)::before { background: #f8ff46; }
.seller-dashboard-metrics button:nth-child(4)::before,
.seller-dashboard-launcher > :nth-child(4)::before { background: #72ffa4; }
.seller-dashboard-launcher > :nth-child(5)::before { background: #8d7aff; }
.seller-dashboard-launcher > :nth-child(6)::before { background: #ffb13b; }
.seller-dashboard-launcher > :nth-child(7)::before { background: #38e8ff; }

.seller-dashboard-metrics button:hover,
.seller-dashboard-metrics button:focus-visible,
.seller-dashboard-launcher > :hover,
.seller-dashboard-launcher > :focus-visible {
  border-color: rgba(56,232,255,0.54);
  outline: none;
  background: rgba(56,232,255,0.09);
}

.seller-dashboard-metrics small {
  color: rgba(255,255,255,0.62);
  font-weight: 800;
}

.seller-dashboard-metrics strong {
  font-size: 1.55rem;
}

.seller-dashboard-launcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.seller-dashboard-launcher > * {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 5px;
  min-height: 106px;
  align-content: center;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  color: #fff;
  background: rgba(12,15,42,0.88);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.seller-dashboard-launcher strong {
  font-size: 0.92rem;
}

.seller-dashboard-launcher span {
  color: rgba(255,255,255,0.62);
  font-size: 0.78rem;
  line-height: 1.4;
}

.seller-dashboard-launcher > .seller-dashboard-credits {
  grid-column: 1 / -1;
  min-height: 90px;
  background:
    linear-gradient(110deg, rgba(56,232,255,0.09), transparent 40%, rgba(255,78,219,0.08)),
    rgba(12,15,42,0.92);
}

.seller-workspace-heading {
  margin-bottom: 14px;
}

.seller-workspace-heading h2 {
  font-size: 1.45rem;
  letter-spacing: 0;
}

.seller-inventory-primary-actions {
  margin-bottom: 14px;
}

.seller-inventory-hud-launcher {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 12px;
  padding: clamp(18px, 3vw, 26px);
  border-color: rgba(56, 232, 255, 0.34);
  background:
    linear-gradient(125deg, rgba(56, 232, 255, 0.08), rgba(255, 78, 179, 0.06) 52%, rgba(252, 211, 77, 0.05)),
    rgba(9, 11, 26, 0.94);
}

.seller-inventory-hud-launcher h3 {
  margin: 4px 0 8px;
  font-size: 1.12rem;
  letter-spacing: 0;
}

.seller-inventory-hud-launcher p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
}

.seller-inventory-hud-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 560px;
}

.seller-inventory-hud-actions .seller-live-action-bubble {
  min-width: 210px;
}

.seller-inventory-advanced {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(7, 9, 23, 0.78);
}

.seller-inventory-advanced > summary {
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.seller-inventory-advanced[open] > summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.seller-inventory-advanced .giveaway-grid {
  padding: 14px;
}

.seller-inventory-advanced-panel {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
}

.seller-inventory-legacy-list {
  padding: 0 14px 14px;
}

.seller-storefront-published-link {
  margin: 8px 0 14px;
}

.is-seller-tool-hidden,
.seller-tool-region.is-seller-tool-region-hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .seller-hub-heading,
  .seller-dashboard-welcome {
    grid-template-columns: 1fr;
  }

  .seller-hub-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .seller-hub-heading-actions {
    width: 100%;
  }

  .seller-dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seller-dashboard-launcher {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seller-tool-menu-items {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .seller-tool-menu-items::-webkit-scrollbar {
    display: none;
  }

  .seller-tool-menu-button {
    flex: 0 0 auto;
  }

  body[data-seller-tool="show-control"] .seller-tool-menu-items,
  body[data-seller-tool="show-control"] .seller-tool-menu.is-open .seller-tool-menu-items {
    grid-template-columns: repeat(2, minmax(132px, 1fr));
  }
}

@media (max-width: 620px) {
  .seller-tool-menu {
    top: var(--site-header-height);
    margin-inline: 12px;
    width: calc(100% - 24px);
  }

  body[data-seller-tool="show-control"] .seller-tool-menu {
    width: calc(100% - 24px);
    margin: 0 12px 10px;
  }

  body[data-seller-tool="show-control"] .seller-tool-menu-items,
  body[data-seller-tool="show-control"] .seller-tool-menu.is-open .seller-tool-menu-items {
    right: 0;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body[data-seller-tool="show-control"] .seller-tool-menu.is-open .seller-tool-menu-items {
    display: grid;
  }

  .seller-hub-heading {
    padding-inline: 16px;
  }

  .seller-hub-heading-actions .btn {
    flex: 1 1 140px;
  }

  .seller-dashboard-welcome {
    padding: 18px;
  }

  .seller-dashboard-metrics,
  .seller-dashboard-launcher {
    grid-template-columns: 1fr;
  }

  .seller-dashboard-metrics button,
  .seller-dashboard-launcher > * {
    min-height: 78px;
  }
}

.seller-giveaway-form,
.gifted-giveaway-form {
  display: grid;
  gap: 0.85rem;
}

.seller-giveaway-form .field-grid,
.gifted-giveaway-form .field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.85rem;
}

.seller-giveaway-list,
.gifted-giveaway-queue {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.seller-giveaway-item,
.gifted-giveaway-card {
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(7, 11, 28, 0.82);
  padding: 1rem;
}

.seller-giveaway-item header,
.gifted-giveaway-card header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.portal-lock {
  max-width: 720px;
  margin: 2rem auto 0;
}

.seller-cockpit-grid,
.seller-show-manager {
  margin-bottom: 1.25rem;
}

.seller-cockpit-grid-premium {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(430px, 1.32fr) minmax(280px, 0.72fr);
  grid-template-areas: "auction video chat";
  gap: 1.25rem;
  align-items: start;
}

.seller-broadcast-monitor {
  grid-area: video;
  display: grid;
  gap: 0.9rem;
}

.seller-live-chat {
  grid-area: chat;
  position: sticky;
  top: 148px;
}

.seller-cockpit-grid-premium > [data-seller-tool-panel]:not([data-seller-tool-panel="show-control"]) {
  grid-column: 1 / -1;
}

.seller-broadcast-monitor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.seller-broadcast-monitor-head h3,
.seller-broadcast-monitor-head .eyebrow {
  margin-bottom: 0;
}

.seller-broadcast-state {
  flex: 0 0 auto;
  max-width: 240px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(56, 232, 255, 0.3);
  border-radius: 999px;
  color: var(--electric);
  background: rgba(56, 232, 255, 0.08);
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
}

.seller-broadcast-player-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: #050713;
}

.seller-broadcast-player-shell iframe,
.seller-broadcast-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.seller-broadcast-player-shell iframe {
  border: 0;
}

.seller-broadcast-placeholder {
  display: grid;
  place-content: center;
  gap: 0.45rem;
  padding: 1.5rem;
  color: var(--muted);
  text-align: center;
}

.seller-broadcast-placeholder strong {
  color: #fff;
}

.seller-video-command-deck {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}

.seller-video-command-deck .seller-video-auction-summary {
  margin-top: 0;
}

.seller-video-command-deck .seller-auto-next-panel {
  grid-template-columns: minmax(140px, 0.75fr) auto;
}

.seller-video-command-deck .seller-auto-next-panel p {
  grid-column: 1 / -1;
}

.seller-video-command-deck .seller-auction-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.seller-video-command-deck .seller-control-bubble {
  width: 100%;
  min-width: 0;
}

.seller-video-command-deck .seller-auction-control-status {
  margin: 0;
}

.seller-auction-console {
  grid-area: auction;
  display: grid;
  gap: 1rem;
  background: rgba(7, 9, 27, 0.58);
}

@media (min-width: 1101px) {
  .seller-auction-console .seller-auction-console-head,
  .seller-auction-console .seller-auction-console-grid,
  .seller-auction-console .seller-live-quick-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .seller-auction-console .seller-broadcast-show-picker {
    width: 100%;
  }

  .seller-auction-console .seller-auction-current {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .seller-auction-console .seller-auction-sale-list {
    padding-left: 0;
  }

  .seller-auction-console .seller-auction-queue-item {
    grid-template-columns: 32px 48px minmax(0, 1fr);
  }

  .seller-auction-console .seller-auction-queue-actions,
  .seller-auction-console .seller-auction-queue-status {
    grid-column: 3;
    justify-self: start;
  }

  .seller-auction-console .seller-auction-queue-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .seller-auction-console .seller-auction-queue-image-placeholder {
    width: 48px;
  }

  .seller-auction-console .seller-control-bubble {
    width: 100%;
  }
}

.seller-auction-console-head,
.seller-auction-section-head,
.seller-auction-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.seller-auction-console-head h3,
.seller-auction-console-head .eyebrow {
  margin-bottom: 0;
}

.seller-live-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.seller-live-action-bubble {
  display: grid;
  gap: 0.18rem;
  min-height: 58px;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(56,232,255,0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(56,232,255,0.045);
  text-align: left;
  cursor: pointer;
}

.seller-live-action-bubble strong {
  font-size: 0.78rem;
}

.seller-live-action-bubble span {
  color: rgba(255,255,255,0.62);
  font-size: 0.66rem;
}

.seller-live-action-bubble:hover,
.seller-live-action-bubble:focus-visible {
  border-color: rgba(248,255,70,0.68);
  background: rgba(248,255,70,0.07);
  outline: none;
}

.seller-broadcast-show-picker {
  display: grid;
  gap: 0.35rem;
  width: min(100%, 360px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seller-broadcast-show-picker select {
  border-color: rgba(56, 232, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 8, 25, 0.78);
}

.seller-broadcast-show-picker select[hidden] {
  display: none;
}

.seller-create-show-bubble {
  position: relative;
  display: grid;
  gap: 0.08rem;
  width: 100%;
  min-height: 52px;
  padding: 0.62rem 1rem;
  overflow: hidden;
  border: 1px solid rgba(248, 255, 70, 0.58);
  border-radius: 999px;
  color: #090b1b;
  background: linear-gradient(110deg, #f8ff46, #72ffb7 48%, #38e8ff);
  box-shadow: 0 0 24px rgba(56, 232, 255, 0.14);
  text-align: left;
  text-transform: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.seller-create-show-bubble::after {
  content: "";
  position: absolute;
  inset: -70% -35%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 34%, rgba(255, 255, 255, 0.66) 50%, transparent 66%);
  transform: translateX(-62%) rotate(8deg);
  transition: transform 420ms ease;
}

.seller-create-show-bubble strong,
.seller-create-show-bubble span {
  position: relative;
  z-index: 1;
}

.seller-create-show-bubble strong {
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.seller-create-show-bubble span {
  color: rgba(9, 11, 27, 0.72);
  font-size: 0.65rem;
  font-weight: 850;
}

.seller-create-show-bubble:hover,
.seller-create-show-bubble:focus-visible {
  filter: saturate(1.12) brightness(1.05);
  box-shadow: 0 0 30px rgba(56, 232, 255, 0.25);
  outline: none;
  transform: translateY(-1px);
}

.seller-create-show-bubble:hover::after,
.seller-create-show-bubble:focus-visible::after {
  transform: translateX(62%) rotate(8deg);
}

.seller-broadcast-show-picker.has-active-shows .seller-create-show-bubble {
  min-height: 40px;
  padding-block: 0.4rem;
  border-color: rgba(56, 232, 255, 0.34);
  color: #fff;
  background: rgba(56, 232, 255, 0.07);
  box-shadow: none;
}

.seller-broadcast-show-picker.has-active-shows .seller-create-show-bubble span {
  color: rgba(255, 255, 255, 0.62);
}

.seller-auction-console-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.seller-auction-current,
.seller-auction-sale-list {
  min-width: 0;
  padding: 1rem 0;
}

.seller-auction-current {
  padding-right: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.seller-auction-sale-list {
  padding-left: 1rem;
}

.seller-auction-section-head {
  margin-bottom: 0.75rem;
}

.seller-auction-section-head > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.seller-auction-section-head > strong {
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(56, 232, 255, 0.32);
  border-radius: 999px;
  color: var(--electric);
  background: rgba(56, 232, 255, 0.08);
  font-size: 0.7rem;
  line-height: 1;
}

.seller-auction-current-item {
  display: grid;
  gap: 0.35rem;
  min-height: 126px;
  align-content: center;
}

.seller-auction-current-item.has-image {
  grid-template-columns: 112px minmax(0, 1fr);
  column-gap: 0.85rem;
}

.seller-auction-current-item img,
.seller-auction-queue-item img {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  object-fit: cover;
  background: #050713;
}

.seller-auction-current-item img {
  grid-row: 1 / span 4;
  aspect-ratio: 1;
}

.seller-auction-current-item strong {
  color: #fff;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.seller-auction-current-item span,
.seller-auction-current-item small,
.seller-auction-queue-copy span {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.45;
}

.seller-auction-queue {
  max-height: 320px;
  overflow-y: auto;
  scrollbar-color: rgba(56, 232, 255, 0.55) transparent;
}

.seller-auction-queue-item {
  display: grid;
  grid-template-columns: 34px 58px minmax(0, 1fr) minmax(212px, auto);
  gap: 0.7rem;
  align-items: center;
  min-height: 74px;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.seller-auction-queue-item:last-child {
  border-bottom: 0;
}

.seller-auction-queue-number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(248, 255, 70, 0.32);
  border-radius: 50%;
  color: var(--electric);
  background: rgba(248, 255, 70, 0.06);
  font-size: 0.74rem;
  font-weight: 950;
}

.seller-auction-queue-item img {
  aspect-ratio: 1;
}

.seller-auction-queue-image-placeholder {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.62rem;
  font-weight: 900;
  text-align: center;
}

.seller-auction-queue-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.seller-auction-queue-copy strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.84rem;
}

.seller-auction-queue-copy span {
  font-size: 0.72rem;
}

.seller-auction-queue-status {
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seller-auction-queue-item.is-live .seller-auction-queue-status {
  border-color: rgba(248, 255, 70, 0.48);
  color: #070815;
  background: rgba(248, 255, 70, 0.9);
}

.seller-auction-queue-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.38rem;
}

.seller-auction-queue-actions button {
  display: grid;
  place-items: center;
  min-width: 32px;
  min-height: 32px;
  padding: 0.25rem;
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,0.045);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 950;
  cursor: pointer;
}

.seller-auction-queue-actions button:hover:not(:disabled),
.seller-auction-queue-actions button:focus-visible {
  border-color: rgba(56,232,255,0.7);
  color: var(--electric);
  outline: none;
}

.seller-auction-queue-actions button:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

.seller-auction-queue-actions .seller-queue-run-button {
  min-width: 76px;
  padding-inline: 0.65rem;
  border-radius: 999px;
  color: #071019;
  background: var(--electric);
}

.seller-auto-next-panel {
  display: grid;
  grid-template-columns: minmax(170px, 0.48fr) auto minmax(260px, 1fr);
  gap: 0.8rem 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.025);
}

.seller-auto-next-panel[data-state="auto"] {
  border-color: rgba(117,255,183,0.5);
  background: rgba(117,255,183,0.07);
  box-shadow: inset 0 0 24px rgba(117,255,183,0.05);
}

.seller-auto-next-panel label {
  color: rgba(255,255,255,0.7);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seller-auto-next-panel select {
  min-height: 40px;
  margin-top: 0.28rem;
  border-radius: 999px;
}

.seller-auto-next-readout {
  display: grid;
  min-width: 118px;
  text-align: center;
}

.seller-auto-next-readout span {
  color: rgba(255,255,255,0.62);
  font-size: 0.64rem;
  font-weight: 950;
}

.seller-auto-next-readout strong {
  color: var(--electric);
  font-size: 1.55rem;
  line-height: 1.1;
}

.seller-auto-next-panel[data-state="auto"] .seller-auto-next-readout strong {
  color: #75ffb7;
}

.seller-auto-next-panel p {
  margin: 0;
  color: rgba(255,255,255,0.64);
  font-size: 0.72rem;
  line-height: 1.5;
}

.seller-auction-controls {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.seller-control-bubble {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-width: 150px;
  min-height: 50px;
  padding: 0.65rem 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.035);
  font: inherit;
  font-weight: 950;
  letter-spacing: 0;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.seller-control-bubble span,
.seller-control-bubble small {
  position: relative;
  z-index: 1;
}

.seller-control-bubble small {
  display: block;
  margin-top: 0.12rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 800;
}

.seller-control-bubble:hover:not(:disabled),
.seller-control-bubble:focus-visible {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 28px rgba(56, 232, 255, 0.13), inset 0 0 18px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.seller-control-bubble:focus-visible {
  outline: 3px solid var(--electric);
  outline-offset: 3px;
}

.seller-control-bubble-primary {
  min-width: 220px;
  border-color: rgba(56, 232, 255, 0.55);
  background: rgba(56, 232, 255, 0.09);
  box-shadow: 0 0 24px rgba(56, 232, 255, 0.09), inset 0 0 20px rgba(56, 232, 255, 0.06);
}

.seller-control-bubble-primary::before {
  content: "";
  position: absolute;
  inset: -80% -35%;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.18) 50%, transparent 64%);
  transform: translateX(-70%) rotate(8deg);
  transition: transform 0.55s ease;
}

.seller-control-bubble-primary:hover::before {
  transform: translateX(70%) rotate(8deg);
}

.seller-auction-next-button::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--electric);
  transform: scaleX(0);
  transform-origin: left;
}

.seller-auction-next-button.is-holding::after {
  animation: seller-auto-next-hold 3s linear forwards;
}

.seller-auction-next-button.is-holding {
  border-color: var(--electric);
  box-shadow: 0 0 30px rgba(248,255,70,0.2), inset 0 0 22px rgba(248,255,70,0.08);
}

.seller-auction-next-button.is-auto-next-active {
  border-color: rgba(117,255,183,0.72);
  background: rgba(117,255,183,0.11);
}

.seller-control-bubble-danger {
  border-color: rgba(255, 91, 120, 0.46);
  color: #ffafbf;
  background: rgba(255, 91, 120, 0.065);
}

.seller-control-bubble:disabled {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.018);
  box-shadow: none;
  cursor: not-allowed;
}

.seller-control-bubble:disabled small {
  color: rgba(255, 255, 255, 0.3);
}

@keyframes seller-auto-next-hold {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes seller-live-dot {
  0% { box-shadow: 0 0 0 0 rgba(255,79,117,0.52); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(255,79,117,0); }
}

.seller-auction-control-status {
  min-height: 1.4rem;
}

.seller-purchase-recap {
  display: grid;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.seller-purchase-recap > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.seller-purchase-recap > header div {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.seller-purchase-recap > header span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seller-purchase-recap > header strong {
  color: #fff;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.seller-purchase-recap > header button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(117, 255, 183, 0.5);
  border-radius: 999px;
  color: #aaffd0;
  background: rgba(117, 255, 183, 0.08);
  font: inherit;
  font-size: 0.62rem;
  font-weight: 950;
  cursor: pointer;
}

.seller-purchase-recap > header button:hover,
.seller-purchase-recap > header button:focus-visible {
  border-color: #75ffb7;
  background: rgba(117, 255, 183, 0.15);
  outline: none;
}

.seller-purchase-recap ol {
  display: grid;
  gap: 0.4rem;
  max-height: 250px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}

.seller-purchase-recap-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.18rem 0.65rem;
  padding: 0.58rem 0.62rem;
  border-left: 3px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.seller-purchase-recap-item.is-paid {
  border-left-color: #75ffb7;
  background: rgba(117, 255, 183, 0.055);
}

.seller-purchase-recap-item.is-failed,
.seller-purchase-recap-item.is-requires_action {
  border-left-color: #ff6f91;
}

.seller-purchase-recap-item strong,
.seller-purchase-recap-item span,
.seller-purchase-recap-item small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.seller-purchase-recap-item strong {
  color: #fff;
  font-size: 0.74rem;
}

.seller-purchase-recap-item > span {
  color: #aaffd0;
  font-size: 0.72rem;
  font-weight: 950;
}

.seller-purchase-recap-item small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  line-height: 1.35;
}

.seller-purchase-recap-item button {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 0;
  border: 0;
  color: var(--electric);
  background: transparent;
  font: inherit;
  font-size: 0.64rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
  cursor: pointer;
}

.seller-purchase-recap-empty {
  padding: 0.65rem;
  color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.7rem;
  line-height: 1.4;
}

.seller-purchase-toast {
  position: fixed;
  z-index: 1500;
  top: 112px;
  right: max(18px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  width: min(340px, calc(100vw - 36px));
  padding: 0.85rem 1rem;
  border: 1px solid rgba(117, 255, 183, 0.82);
  border-radius: 8px;
  color: #07140e;
  background: #75ffb7;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42), 0 0 28px rgba(117, 255, 183, 0.24);
  animation: seller-purchase-toast-in 180ms ease-out both;
}

.seller-purchase-toast > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(7, 20, 14, 0.45);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 950;
}

.seller-purchase-toast div {
  display: grid;
  gap: 0.05rem;
}

.seller-purchase-toast strong {
  font-size: 1rem;
  font-weight: 1000;
}

.seller-purchase-toast small {
  color: rgba(7, 20, 14, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
}

@keyframes seller-purchase-toast-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.seller-hud-inventory-modal,
.seller-create-show-modal,
.seller-close-show-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.seller-hud-inventory-modal[hidden],
.seller-create-show-modal[hidden],
.seller-close-show-modal[hidden] {
  display: none;
}

.seller-hud-inventory-backdrop,
.seller-create-show-backdrop,
.seller-close-show-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 4, 14, 0.82);
  cursor: default;
}

.seller-create-show-modal {
  z-index: 1300;
}

.seller-hud-inventory-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  max-height: calc(100vh - 2rem);
  padding: clamp(1rem, 2.5vw, 1.6rem);
  overflow-y: auto;
  border: 1px solid rgba(56, 232, 255, 0.42);
  border-radius: 8px;
  color: #fff;
  background: #090b1a;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.62), 0 0 36px rgba(255, 78, 179, 0.08);
}

.seller-hud-inventory-dialog > .seller-create-show-dialog-head > div > p:last-child {
  max-width: 720px;
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.seller-hud-inventory-toolbar,
.seller-hud-inventory-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.seller-hud-inventory-toolbar {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.seller-hud-inventory-toolbar > div,
.seller-hud-inventory-form-head > div {
  display: grid;
  gap: 0.2rem;
}

.seller-hud-inventory-toolbar > div > strong {
  font-size: 1.05rem;
}

.seller-hud-inventory-toolbar > div > span,
.seller-hud-inventory-form-head span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 700;
}

.seller-hud-inventory-new-bubble {
  position: relative;
  display: grid;
  gap: 0.08rem;
  min-width: 220px;
  padding: 0.7rem 1rem;
  overflow: hidden;
  border: 1px solid rgba(252, 211, 77, 0.64);
  border-radius: 999px;
  color: #fff;
  text-align: left;
  background: linear-gradient(115deg, rgba(255, 78, 179, 0.18), rgba(56, 232, 255, 0.16), rgba(252, 211, 77, 0.18));
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.05), 0 0 18px rgba(252, 211, 77, 0.08);
  cursor: pointer;
}

.seller-hud-inventory-new-bubble::after,
.seller-hud-add-show-bubble::after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 34%;
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(18deg);
  transition: left 260ms ease;
}

.seller-hud-inventory-new-bubble:hover::after,
.seller-hud-inventory-new-bubble:focus-visible::after,
.seller-hud-add-show-bubble:hover::after,
.seller-hud-add-show-bubble:focus-visible::after {
  left: 115%;
}

.seller-hud-inventory-new-bubble strong {
  font-size: 0.86rem;
  text-transform: uppercase;
}

.seller-hud-inventory-new-bubble span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.72rem;
  font-weight: 700;
}

.seller-hud-inventory-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 280px);
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.seller-hud-inventory-filters label {
  margin: 0;
}

.seller-hud-inventory-dialog label {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.seller-hud-inventory-dialog input,
.seller-hud-inventory-dialog select,
.seller-hud-inventory-dialog textarea {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #fff;
  background: #080b19;
  font: inherit;
  letter-spacing: 0;
}

.seller-hud-inventory-dialog input:focus,
.seller-hud-inventory-dialog select:focus,
.seller-hud-inventory-dialog textarea:focus {
  border-color: rgba(56, 232, 255, 0.68);
  outline: 2px solid rgba(56, 232, 255, 0.12);
  outline-offset: 1px;
}

.seller-hud-inventory-dialog textarea {
  resize: vertical;
}

.seller-hud-inventory-dialog input::placeholder,
.seller-hud-inventory-dialog textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.seller-hud-inventory-new-form,
.seller-hud-inventory-assignment {
  display: grid;
  gap: 0.85rem;
  margin: 0.75rem 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.seller-hud-inventory-new-form[hidden],
.seller-hud-inventory-assignment[hidden],
.seller-hud-inventory-no-shows[hidden],
[data-hud-inventory-auction-fields][hidden] {
  display: none;
}

.seller-hud-product-image-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
}

.seller-hud-product-image-upload {
  position: relative;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 66px;
  padding: 0.72rem 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(56, 232, 255, 0.48);
  border-radius: 8px;
  background: linear-gradient(115deg, rgba(56, 232, 255, 0.12), rgba(255, 78, 179, 0.1), rgba(252, 211, 77, 0.08));
  cursor: pointer;
}

.seller-hud-product-image-upload:hover,
.seller-hud-product-image-upload:focus-within {
  border-color: rgba(252, 211, 77, 0.72);
  outline: 2px solid rgba(56, 232, 255, 0.12);
  outline-offset: 2px;
}

.seller-hud-product-image-upload > span:nth-child(2) {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
}

.seller-hud-product-image-upload strong {
  font-size: 0.82rem;
  text-transform: uppercase;
}

.seller-hud-product-image-upload small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.seller-hud-product-image-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.45rem;
  font-weight: 500;
}

.seller-hud-product-image-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.seller-hud-product-image-preview {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin: 0;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #080b19;
}

.seller-hud-product-image-preview[hidden] {
  display: none;
}

.seller-hud-product-image-preview img {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 6px;
  object-fit: cover;
}

.seller-hud-product-image-preview figcaption {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 750;
}

.seller-hud-inventory-inline-close {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
  font-size: 1.3rem;
}

.seller-hud-inventory-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.seller-hud-inventory-row {
  display: grid;
  grid-template-columns: 58px minmax(220px, 1fr) minmax(120px, 180px) 105px 142px;
  gap: 0.8rem;
  align-items: center;
  min-height: 78px;
  padding: 0.58rem 0.35rem;
}

.seller-hud-inventory-row + .seller-hud-inventory-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seller-hud-inventory-image,
.seller-hud-inventory-image-placeholder {
  width: 58px;
  height: 58px;
}

.seller-hud-inventory-image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background: #11152a;
}

.seller-hud-inventory-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seller-hud-inventory-image-placeholder {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  font-weight: 1000;
}

.seller-hud-inventory-product,
.seller-hud-inventory-numbers {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.seller-hud-inventory-product strong,
.seller-hud-inventory-product span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seller-hud-inventory-product span,
.seller-hud-inventory-numbers span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.76rem;
  font-weight: 700;
}

.seller-hud-inventory-location {
  justify-self: start;
  max-width: 100%;
  padding: 0.35rem 0.58rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.7rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seller-hud-inventory-location.is-store { border-color: rgba(117, 255, 183, 0.4); color: #9fffc8; }
.seller-hud-inventory-location.is-show { border-color: rgba(56, 232, 255, 0.42); color: #8aefff; }
.seller-hud-inventory-location.is-sold { border-color: rgba(255, 91, 120, 0.4); color: #ff9caf; }

.seller-hud-add-show-bubble {
  position: relative;
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(56, 232, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(115deg, rgba(56, 232, 255, 0.2), rgba(255, 78, 179, 0.2), rgba(252, 211, 77, 0.18));
  font-size: 0.72rem;
  font-weight: 1000;
  cursor: pointer;
}

.seller-hud-add-show-bubble:disabled {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  cursor: not-allowed;
}

.seller-hud-inventory-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding-top: 0.9rem;
}

.seller-hud-inventory-pagination strong {
  min-width: 110px;
  text-align: center;
  font-size: 0.8rem;
}

.seller-hud-inventory-assignment {
  border-color: rgba(56, 232, 255, 0.3);
  background: #101426;
}

.seller-hud-inventory-assignment form {
  display: grid;
  gap: 0.9rem;
}

.seller-hud-show-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.seller-hud-show-option {
  display: grid;
  gap: 0.2rem;
  min-height: 68px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #fff;
  text-align: left;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.seller-hud-show-option span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 750;
}

.seller-hud-show-option:hover,
.seller-hud-show-option:focus-visible,
.seller-hud-show-option.is-selected {
  border-color: rgba(56, 232, 255, 0.62);
  background: rgba(56, 232, 255, 0.1);
  outline: none;
}

.seller-hud-inventory-no-shows {
  display: grid;
  justify-items: start;
  gap: 0.65rem;
  padding: 0.9rem;
  border-left: 3px solid #fcd34d;
  background: rgba(252, 211, 77, 0.06);
}

.seller-hud-inventory-no-shows p {
  margin: 0;
}

.seller-create-show-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-height: min(760px, calc(100vh - 2rem));
  padding: clamp(1.15rem, 4vw, 1.75rem);
  overflow-y: auto;
  border: 1px solid rgba(56, 232, 255, 0.42);
  border-radius: 8px;
  color: #fff;
  background: #0b0d20;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.58), 0 0 38px rgba(56, 232, 255, 0.1);
}

.seller-create-show-dialog-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.seller-create-show-dialog-head h2,
.seller-create-show-dialog-head .eyebrow {
  margin-bottom: 0;
}

.seller-create-show-dialog-head h2 {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
}

.seller-create-show-close {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.seller-create-show-close:hover,
.seller-create-show-close:focus-visible {
  border-color: rgba(56, 232, 255, 0.62);
  background: rgba(56, 232, 255, 0.1);
  outline: none;
}

.seller-hud-show-form {
  gap: 0.85rem;
}

.seller-create-show-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.seller-close-show-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid rgba(255, 91, 120, 0.4);
  border-radius: 8px;
  background: #0b0d20;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
}

.seller-close-show-dialog h2 {
  font-size: 2rem;
}

.seller-close-show-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.seller-stream-input,
.youtube-simulcast-card,
.seller-show-manager,
.seller-social-launcher,
.seller-lot-form {
  display: grid;
  gap: 0.9rem;
}

.seller-shows-create,
#seller-shows,
#seller-my-listings {
  scroll-margin-top: 7.5rem;
}

.show-thumbnail-help {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.show-thumbnail-preview {
  display: grid;
  grid-template-columns: minmax(120px, 220px) 1fr;
  gap: 0.85rem;
  align-items: center;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid rgba(56, 232, 255, 0.24);
  border-radius: 8px;
  background: rgba(7, 11, 28, 0.64);
}

.show-thumbnail-preview[hidden] {
  display: none;
}

.show-thumbnail-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
}

.show-thumbnail-preview figcaption {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-weight: 850;
}

.section-anchor-alias {
  display: block;
  height: 0;
}

.seller-show-store-form {
  padding: 1rem 0 1.15rem;
  border-top: 1px solid rgba(56, 232, 255, 0.18);
  border-bottom: 1px solid rgba(255, 78, 219, 0.18);
}

.seller-show-store-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.seller-show-store-head p {
  margin: 0.25rem 0 0;
}

.seller-show-store-count {
  flex: 0 0 auto;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(56, 232, 255, 0.28);
  border-radius: 999px;
  color: var(--electric);
  background: rgba(56, 232, 255, 0.08);
  font-size: 0.75rem;
  font-weight: 900;
}

.seller-show-store-preview {
  min-height: 72px;
  padding: 0.85rem 1rem;
  border-left: 3px solid rgba(56, 232, 255, 0.55);
  background: rgba(7, 11, 28, 0.64);
  color: var(--muted);
}

.seller-show-store-preview strong,
.seller-show-store-preview span {
  display: block;
}

.seller-show-store-preview strong {
  margin-bottom: 0.25rem;
  color: #fff;
}

.seller-listing-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seller-listing-divider::before,
.seller-listing-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.12);
}

.youtube-simulcast-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 58, 58, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 52, 52, 0.17), transparent 42%),
    linear-gradient(145deg, rgba(12, 15, 39, 0.98), rgba(24, 9, 35, 0.96));
}

.youtube-simulcast-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(#ff3b3b, #ff2ed1, #38e8ff);
  box-shadow: 0 0 22px rgba(255, 59, 59, 0.55);
}

.youtube-simulcast-card [data-youtube-output-status].is-connected {
  color: #8dff9f;
  text-shadow: 0 0 14px rgba(82, 255, 118, 0.42);
}

.listing-advanced {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1rem;
  padding: 0.85rem 1rem 1rem;
  background: rgba(255,255,255,0.04);
}

.listing-advanced summary {
  cursor: pointer;
  color: var(--electric);
  font-weight: 900;
  list-style: none;
}

.listing-advanced summary::-webkit-details-marker {
  display: none;
}

.listing-advanced[open] summary {
  margin-bottom: 0.85rem;
}

.stream-secret-grid {
  display: grid;
  gap: 0.85rem;
}

.obs-key-creator {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(56,232,255,0.08), rgba(248,255,70,0.06));
}

.obs-key-creator-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.obs-key-creator-head p {
  margin: 0.25rem 0 0;
  color: rgba(255,255,255,0.74);
}

.obs-key-creator-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.obs-key-creator-row input {
  flex: 1 1 320px;
  min-width: 0;
}

.obs-connection-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(248,255,70,0.22);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(248,255,70,0.08), rgba(56,232,255,0.05));
}

.obs-connection-summary > div {
  display: grid;
  gap: 0.3rem;
}

.obs-connection-label {
  color: rgba(255,255,255,0.62);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.obs-connection-summary strong {
  color: #fff;
  font-size: 1rem;
}

.obs-setup-guide {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1rem;
  background: rgba(255,255,255,0.04);
}

.obs-setup-guide-premium {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(56,232,255,0.18);
  background:
    radial-gradient(circle at top left, rgba(56,232,255,0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(248,255,70,0.12), transparent 30%),
    linear-gradient(145deg, rgba(10,16,42,0.96), rgba(5,10,30,0.92));
  box-shadow: -28px 0 48px rgba(0,0,0,0.22), 0 24px 50px rgba(0,0,0,0.28);
  transform: translateX(-34px) scale(0.98);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(.22,1,.36,1), opacity 0.55s ease, box-shadow 0.55s ease;
}

.obs-setup-guide-premium::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, rgba(56,232,255,0.95), rgba(232,89,255,0.75), rgba(248,255,70,0.82));
  box-shadow: 0 0 28px rgba(56,232,255,0.38);
}

.obs-setup-guide-premium.is-visible {
  transform: translateX(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.obs-setup-guide-premium.is-first-open {
  animation: obsGuideSlideIn 0.75s cubic-bezier(.22,1,.36,1);
}

.obs-setup-guide-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(135deg, rgba(56,232,255,0.18), rgba(232,89,255,0.16));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.obs-setup-guide-intro {
  margin: 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
}

.obs-setup-guide strong {
  color: var(--electric);
  font-size: 1rem;
}

.obs-setup-guide ol {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255,255,255,0.9);
}

.obs-setup-guide li {
  margin: 0.4rem 0;
}

.obs-setup-guide span {
  color: var(--electric);
  font-weight: 900;
}

@keyframes obsGuideSlideIn {
  0% {
    transform: translateX(-48px) scale(0.96);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

.stream-secret-grid label > span,
.seller-show-manager-head {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: space-between;
}

.stream-secret-grid input {
  min-width: 0;
  flex: 1;
}

.seller-lot-list {
  display: grid;
  gap: 0.75rem;
}

.seller-lot-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1rem;
  padding: 0.9rem;
  background: rgba(7, 11, 28, 0.82);
}

.seller-lot-item p {
  margin: 0.2rem 0 0;
}

.seller-social-launcher {
  margin-bottom: 1.25rem;
  border-color: rgba(248,255,70,0.28);
  background: radial-gradient(circle at 92% 0, rgba(255,78,219,0.12), transparent 34%), rgba(7, 11, 28, 0.82);
}

.seller-social-launcher textarea {
  min-height: 8rem;
  resize: vertical;
}

.seller-social-options,
.seller-social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.seller-social-options label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.05);
  font-weight: 900;
}

.seller-social-options input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--electric);
}

.seller-cogs-panel {
  margin: 1.25rem 0;
}

.seller-cogs-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.seller-cogs-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1rem;
  background: radial-gradient(circle at 100% 0, rgba(114,255,164,0.11), transparent 34%), rgba(7, 11, 28, 0.84);
}

.seller-cogs-card header,
.seller-cogs-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
}

.seller-cogs-card p {
  margin: 0.25rem 0 0;
  color: rgba(255,255,255,0.74);
}

.seller-cogs-bid {
  border: 1px solid rgba(114,255,164,0.42);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  color: #72ffa4;
  background: rgba(114,255,164,0.09);
  font-weight: 950;
}

.seller-cogs-metrics span {
  min-width: 145px;
  display: grid;
  gap: 0.25rem;
  padding: 0.75rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.045);
}

.seller-cogs-metrics small {
  color: rgba(255,255,255,0.58);
  font-weight: 850;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.seller-cogs-metrics strong {
  color: #fff;
}

.seller-cogs-details {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 0.8rem;
}

.seller-cogs-details summary {
  cursor: pointer;
  color: var(--electric);
  font-weight: 900;
}

.seller-print-label-tab {
  border-color: rgba(248,255,70,0.34);
  box-shadow: 0 0 22px rgba(248,255,70,0.11);
}

.seller-orders-panel {
  position: relative;
  overflow: hidden;
  margin: 1.25rem 0;
}

.seller-orders-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(248,255,70,0.13), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(56,232,255,0.11), transparent 34%);
}

.seller-order-toolbar {
  position: relative;
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.seller-order-tabs {
  margin-bottom: 0;
}

.seller-order-search input {
  margin-top: 0.4rem;
}

.seller-shipping-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.42fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1rem;
}

.seller-category-panel {
  margin: 1.25rem 0;
}

.seller-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.seller-category-choice {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  font-weight: 900;
}

.seller-category-choice input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--electric);
}

.seller-weight-profile-panel {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(56,232,255,0.18);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(56,232,255,0.12), transparent 38%),
    rgba(7, 11, 28, 0.78);
}

.seller-weight-profile-form {
  padding-top: 0.25rem;
}

.seller-weight-profile-list {
  display: grid;
  gap: 0.75rem;
}

.seller-weight-profile-card {
  display: grid;
  gap: 0.75rem;
  padding: 0.85rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0.95rem;
  background: rgba(255,255,255,0.045);
}

.seller-weight-profile-card header {
  display: flex;
  gap: 0.7rem;
  justify-content: space-between;
  align-items: flex-start;
}

.seller-weight-profile-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.seller-weight-profile-card p {
  margin: 0.25rem 0 0;
  color: rgba(255,255,255,0.7);
}

.seller-auto-buy-line {
  align-items: center;
  gap: 0.45rem;
}

.seller-info-dot {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(79, 242, 255, 0.55);
  color: #4ff2ff;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.22), transparent 40%),
    rgba(79, 242, 255, 0.08);
  box-shadow: 0 0 16px rgba(79, 242, 255, 0.22);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  cursor: help;
}

.seller-info-tooltip {
  position: absolute;
  right: -0.35rem;
  bottom: calc(100% + 0.75rem);
  z-index: 20;
  width: min(18rem, 78vw);
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(79, 242, 255, 0.35);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(9, 14, 38, 0.98), rgba(41, 14, 69, 0.98)),
    rgba(7, 11, 28, 0.98);
  color: rgba(255,255,255,0.88);
  box-shadow: 0 22px 50px rgba(0,0,0,0.42), 0 0 28px rgba(79, 242, 255, 0.16);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.35rem) scale(0.98);
  transition: opacity 160ms ease, transform 160ms ease;
}

.seller-info-dot:hover .seller-info-tooltip,
.seller-info-dot:focus .seller-info-tooltip,
.seller-info-dot:focus-within .seller-info-tooltip {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.seller-orders-list {
  position: relative;
  display: grid;
  gap: 0.9rem;
}

.seller-order-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1.1rem;
  background:
    linear-gradient(135deg, rgba(8, 13, 36, 0.94), rgba(15, 9, 34, 0.9)),
    rgba(7, 11, 28, 0.88);
  box-shadow: 0 18px 38px rgba(0,0,0,0.24);
}

.seller-order-card.is-needs_label {
  border-color: rgba(248,255,70,0.34);
}

.seller-order-card.is-ship_now {
  border-color: rgba(114,255,164,0.36);
}

.seller-order-card.is-unpaid {
  border-color: rgba(255,92,125,0.36);
}

.seller-order-main,
.seller-order-metrics,
.seller-order-detail-row,
.seller-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
}

.seller-order-main strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.05rem;
}

.seller-order-main p {
  margin: 0.25rem 0 0;
  color: rgba(255,255,255,0.72);
}

.seller-order-kind,
.seller-order-chip,
.seller-order-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  padding: 0.42rem 0.72rem;
  color: #fff;
  font-weight: 950;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.seller-order-kind {
  color: var(--electric);
  border-color: rgba(56,232,255,0.3);
  background: rgba(56,232,255,0.08);
}

.seller-order-status.is-needs_label,
.seller-order-chip.is-ship-now {
  color: #f8ff46;
  border-color: rgba(248,255,70,0.42);
  background: rgba(248,255,70,0.09);
}

.seller-order-chip.is-auto-buy {
  color: #4ff2ff;
  border-color: rgba(79, 242, 255, 0.46);
  background: rgba(79, 242, 255, 0.11);
}

.seller-order-status.is-ship_now {
  color: #72ffa4;
  border-color: rgba(114,255,164,0.42);
  background: rgba(114,255,164,0.09);
}

.seller-order-status.is-unpaid,
.seller-order-chip.is-unpaid {
  color: #ff8aa7;
  border-color: rgba(255,138,167,0.42);
  background: rgba(255,138,167,0.09);
}

.seller-order-chip.is-muted {
  color: rgba(255,255,255,0.62);
}

.seller-order-metrics span,
.seller-order-detail-row span {
  min-width: 145px;
  display: grid;
  gap: 0.22rem;
  padding: 0.72rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.8rem;
  background: rgba(255,255,255,0.045);
}

.seller-order-metrics small,
.seller-order-detail-row small {
  color: rgba(255,255,255,0.58);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.seller-order-actions {
  justify-content: flex-start;
}

.seller-order-weight-picker {
  display: grid;
  gap: 0.35rem;
  max-width: 360px;
  font-size: 0.78rem;
  font-weight: 900;
  color: rgba(255,255,255,0.72);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.seller-order-weight-picker select {
  border-radius: 999px;
}

@media (max-width: 1100px) {
  .seller-cockpit-grid-premium {
    grid-template-columns: 1fr;
    grid-template-areas:
      "video"
      "auction"
      "chat";
  }

  .seller-live-chat {
    position: static;
  }

  .seller-hud-inventory-row {
    grid-template-columns: 52px minmax(0, 1fr) 105px 132px;
  }

  .seller-hud-inventory-image {
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
  }

  .seller-hud-inventory-image-placeholder {
    width: 52px;
    height: 52px;
  }

  .seller-hud-inventory-location {
    grid-column: 2;
  }

  .seller-hud-inventory-numbers,
  .seller-hud-add-show-bubble {
    grid-row: 1 / 3;
  }
}

@media (max-width: 680px) {
  .seller-hud-inventory-dialog {
    padding: 0.9rem;
  }

  .seller-hud-inventory-toolbar,
  .seller-hud-inventory-form-head {
    align-items: stretch;
    flex-direction: column;
  }

  .seller-hud-inventory-form-head {
    position: relative;
    padding-right: 42px;
  }

  .seller-hud-inventory-inline-close {
    position: absolute;
    top: 0;
    right: 0;
  }

  .seller-hud-inventory-new-bubble {
    width: 100%;
    min-width: 0;
  }

  .seller-hud-inventory-filters,
  .seller-hud-show-options {
    grid-template-columns: 1fr;
  }

  .seller-hud-inventory-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.55rem 0.7rem;
    padding: 0.7rem 0.2rem;
  }

  .seller-hud-inventory-image {
    grid-row: 1 / 3;
    width: 48px;
    height: 48px;
  }

  .seller-hud-inventory-image-placeholder {
    width: 48px;
    height: 48px;
  }

  .seller-hud-inventory-location,
  .seller-hud-inventory-numbers,
  .seller-hud-add-show-bubble {
    grid-column: 2;
    grid-row: auto;
  }

  .seller-hud-inventory-numbers {
    grid-template-columns: auto 1fr;
    align-items: baseline;
  }

  .seller-hud-add-show-bubble {
    width: 100%;
  }

  .seller-hud-inventory-pagination {
    justify-content: space-between;
    gap: 0.45rem;
  }

  .seller-hud-inventory-pagination .btn {
    min-width: 0;
    padding-inline: 0.65rem;
  }

  .seller-broadcast-monitor-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .seller-broadcast-state {
    max-width: 100%;
  }

  .seller-close-show-actions .btn {
    width: 100%;
  }

  .show-thumbnail-preview {
    grid-template-columns: 1fr;
  }

  .seller-cockpit-grid-premium {
    grid-template-columns: 1fr;
  }

  .seller-auction-console-head,
  .seller-auction-console-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .seller-broadcast-show-picker {
    width: 100%;
  }

  .seller-live-quick-actions,
  .seller-auto-next-panel {
    grid-template-columns: 1fr;
  }

  .seller-auto-next-readout {
    justify-items: start;
    text-align: left;
  }

  .seller-video-command-deck .seller-auto-next-panel,
  .seller-video-command-deck .seller-auction-controls {
    grid-template-columns: 1fr;
  }

  .seller-video-command-deck .seller-auto-next-panel p {
    grid-column: 1;
  }

  .seller-auction-current {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .seller-auction-sale-list {
    padding-left: 0;
  }

  .seller-auction-controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  .seller-control-bubble {
    width: 100%;
  }

  .seller-purchase-recap > header {
    align-items: stretch;
    flex-direction: column;
  }

  .seller-purchase-recap > header button {
    width: 100%;
  }

  .seller-purchase-toast {
    top: 86px;
    right: 18px;
  }

  .seller-auction-queue-item {
    grid-template-columns: 32px 48px minmax(0, 1fr);
  }

  .seller-auction-queue-status,
  .seller-auction-queue-actions {
    grid-column: 3;
    justify-self: start;
  }

  .seller-auction-queue-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .seller-auction-queue-image-placeholder {
    width: 48px;
  }

  .obs-setup-guide-premium {
    transform: translateY(-12px) scale(0.985);
  }

  .obs-setup-guide-premium.is-visible {
    transform: translateY(0) scale(1);
  }

  .seller-social-actions .btn {
    width: 100%;
  }

  .seller-show-store-head,
  .seller-show-manager-head {
    align-items: stretch;
    flex-direction: column;
  }

  .seller-show-store-count {
    align-self: flex-start;
  }

  .seller-portal-subnav {
    align-items: stretch;
  }

  .seller-portal-subnav-link {
    flex: 1 1 140px;
  }

  .seller-shipping-layout {
    grid-template-columns: 1fr;
  }

  .seller-weight-profile-panel {
    position: static;
  }
}

@media (max-width: 900px) {
  .seller-inventory-hud-launcher {
    grid-template-columns: 1fr;
  }

  .seller-inventory-hud-actions {
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .seller-inventory-hud-actions,
  .seller-inventory-hud-actions > * {
    width: 100%;
  }

  .seller-inventory-hud-actions .seller-live-action-bubble {
    min-width: 0;
  }

  .seller-hud-product-image-field {
    grid-template-columns: 1fr;
  }

  .seller-hud-product-image-preview {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seller-go-live-dot,
  .seller-go-live-bubble::before {
    animation: none;
  }

  .seller-credits-bubble::after {
    transition: none;
  }

  .seller-auction-next-button.is-holding::after {
    animation: none;
    transform: scaleX(0);
  }

  .seller-purchase-toast {
    animation: none;
  }

  .seller-create-show-bubble,
  .seller-create-show-bubble::after {
    transition: none;
  }
}
/* Server-enforced Stream Credit gate */
.seller-control-bubble-start{border-color:rgba(93,255,197,.62);color:#06170f;background:linear-gradient(115deg,#5dffc5,#f8ff46)}.seller-control-bubble-start:disabled{color:#9da4c9;background:rgba(255,255,255,.045)}
.seller-live-credit-readout{display:flex;align-items:center;gap:9px;margin-top:10px;padding:10px 12px;border:1px solid rgba(56,232,255,.22);border-radius:8px;background:rgba(7,10,31,.75)}.seller-live-credit-readout span,.seller-live-credit-readout small{color:#aeb4d5;font-size:.72rem}.seller-live-credit-readout strong{color:var(--electric);font-size:1rem}.seller-live-credit-readout small{margin-left:auto}.seller-live-credit-readout[data-state="grace"]{border-color:#ff5576;background:rgba(255,85,118,.09)}.seller-live-credit-readout[data-state="grace"] strong{color:#ff9daf}
.seller-stream-credit-modal{position:fixed;z-index:190;inset:0;display:grid;place-items:center;padding:18px}.seller-stream-credit-modal[hidden]{display:none}.seller-stream-credit-dialog{position:relative;z-index:1;width:min(620px,100%);padding:28px;border:2px solid rgba(248,255,70,.72);border-radius:8px;color:#fff;background:linear-gradient(145deg,#15193f,#07091d);box-shadow:0 30px 100px rgba(0,0,0,.72),0 0 44px rgba(248,255,70,.12);text-align:center}.seller-stream-credit-dialog h2{margin:7px 0 10px;font-size:clamp(1.7rem,5vw,3rem);letter-spacing:0}.seller-stream-credit-dialog>p{max-width:520px;margin-left:auto;margin-right:auto;color:#c8cbea}.seller-stream-credit-countdown{display:grid;gap:4px;width:min(360px,100%);margin:22px auto;padding:18px;border:1px solid rgba(255,85,118,.62);border-radius:8px;background:rgba(255,85,118,.1)}.seller-stream-credit-countdown span{color:#ffb5c3;font-size:.74rem;font-weight:1000}.seller-stream-credit-countdown strong{color:#fff;font-size:clamp(2.3rem,8vw,4.5rem);font-variant-numeric:tabular-nums;letter-spacing:0}.seller-stream-credit-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.seller-stream-credit-actions .btn{min-height:50px}.seller-stream-credit-dialog .fine-print{margin-top:18px;font-size:.76rem}
@media(max-width:600px){.seller-live-credit-readout{align-items:flex-start;flex-wrap:wrap}.seller-live-credit-readout small{width:100%;margin-left:0}.seller-stream-credit-dialog{padding:22px 16px}.seller-stream-credit-actions{display:grid}.seller-stream-credit-actions .btn{width:100%}}

.broadcast-companion { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.broadcast-companion-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.broadcast-companion-head h4, .broadcast-companion h5 { margin: 0; }
.broadcast-companion-head > span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-weight: 900; }
.broadcast-companion-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 16px; }
.broadcast-companion-grid > div { padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(5,8,28,.5); }
.broadcast-companion video { display: block; width: 100%; aspect-ratio: 16/9; margin: 12px 0; border-radius: 6px; object-fit: cover; background: #03040d; }
.broadcast-companion label { display: grid; gap: 6px; margin-top: 12px; }
@media (max-width: 760px) { .broadcast-companion-grid { grid-template-columns: 1fr; } }
