/* Guided onboarding (OB1) — stripped chrome, native tokens. */
.pls-ob {
  background: rgb(var(--background));
  color: rgb(var(--foreground));
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  --secondary: 244 244 245;
  --secondary-foreground: 24 24 27;
  --accent: 244 244 245;
}
html.dark .pls-ob,
.dark .pls-ob {
  --secondary: 39 39 42;
  --secondary-foreground: 250 250 250;
  --accent: 63 63 70;
}
.pls-ob .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pls-ob .web-footer,
.pls-ob .blog-nav,
.pls-ob .app-tab-bar,
.pls-ob #app-tab-bar {
  display: none !important;
}
.pls-ob-shell {
  max-width: 32rem;
  margin: 0 auto;
  padding: max(0.75rem, env(safe-area-inset-top, 0px)) max(1.25rem, env(safe-area-inset-right, 0px)) calc(3rem + env(safe-area-inset-bottom, 0px)) max(1.25rem, env(safe-area-inset-left, 0px));
}
.pls-ob-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0 1rem;
  min-width: 0;
}
.pls-ob-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem 0.35rem;
  flex-shrink: 0;
}
.pls-ob-auth-mount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pls-ob-header .playlists-auth-avatar {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
  border-color: rgb(var(--border));
  background: rgb(var(--card));
}
.pls-ob-header .blog-mode-btn {
  width: 2rem;
  height: 2rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.375rem;
  flex-shrink: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--foreground));
  font-size: 0;
  line-height: 0;
  transition: opacity 0.2s, background-color 0.2s;
  border-radius: var(--radius, 0.5rem);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
}
.pls-ob-header .blog-mode-btn:hover,
.pls-ob-header .blog-mode-btn:active {
  opacity: 0.85;
  background-color: rgb(var(--muted));
}
.pls-ob-header .blog-mode-btn:focus {
  outline: 2px solid rgb(var(--foreground) / 0.35);
  outline-offset: 2px;
}
.pls-ob-header #blog-theme-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.pls-ob-header #blog-theme-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.pls-ob-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  font-weight: 800;
  font-size: clamp(1rem, 3vw, 1.25rem);
  min-width: 0;
}
.pls-ob-brand svg {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.pls-ob-skip {
  background: none;
  border: none;
  color: rgb(var(--muted-foreground));
  font: inherit;
  font-size: 0.8125rem;
  cursor: pointer;
  min-height: 44px;
  padding: 0 0.25rem;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.pls-ob-skip:hover {
  color: rgb(var(--foreground));
}
.pls-ob-skip-step {
  font-weight: 600;
}
.pls-ob-skip-exit {
  opacity: 0.85;
}
.pls-ob-jump-btn {
  background: none;
  border: 1px solid rgb(var(--border));
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  color: rgb(var(--foreground));
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 36px;
  padding: 0 0.45rem;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.pls-ob-jump-btn:hover {
  background: rgb(var(--muted));
}
.pls-ob-progress--jumpable {
  cursor: pointer;
}
.pls-ob-progress--jumpable:focus-visible {
  outline: 2px solid rgb(var(--primary));
  outline-offset: 3px;
  border-radius: 4px;
}
.pls-ob-skip-sub {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgb(var(--muted-foreground));
}
.pls-ob-jump-card .pls-ob-jump-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0 0 1rem;
}
.pls-ob-jump-item {
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.75rem;
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  border: 1px solid rgb(var(--border));
  background: rgb(var(--muted));
  color: rgb(var(--foreground));
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}
.pls-ob-jump-item:hover {
  background: rgb(var(--accent));
}
.pls-ob-jump-item.is-current {
  border-color: rgb(var(--primary));
  box-shadow: inset 0 0 0 1px rgb(var(--primary));
}
.pls-ob-skip-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  padding-top: max(1rem, env(safe-area-inset-top, 0px));
  padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  background: rgb(0 0 0 / 0.55);
}
.dark .pls-ob-skip-overlay {
  background: rgb(0 0 0 / 0.72);
}
.pls-ob-skip-card {
  max-width: 22rem;
  width: 100%;
  border-radius: var(--radius, 0.5rem);
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  border: 1px solid rgb(var(--border));
  padding: 1.35rem 1.25rem;
  box-shadow: 0 16px 48px rgb(0 0 0 / 0.35);
}
.pls-ob-skip-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pls-ob-skip-copy {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgb(var(--muted-foreground));
  white-space: pre-line;
}
.pls-ob-skip-figure {
  display: flex;
  justify-content: center;
  margin: 0 0 0.65rem;
}
.pls-ob-skip-figure__img {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  border-radius: 9999px;
  background: rgb(var(--muted) / 0.55);
}
.pls-ob-skip-figure-note {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgb(var(--foreground));
  font-weight: 600;
  text-align: center;
}
.pls-ob-skip-copy strong {
  color: rgb(var(--foreground));
  font-weight: 700;
}
.pls-ob-skip-card .btn {
  width: 100%;
}
.pls-ob-skip-stay {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.65rem 1rem;
  min-height: 44px;
  border: none;
  background: none;
  color: rgb(var(--muted-foreground));
  font: inherit;
  font-size: 0.875rem;
  cursor: pointer;
}
.pls-ob-skip-stay:hover {
  color: rgb(var(--foreground));
}
.pls-ob-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  flex-wrap: wrap;
  margin: 0 0 1.5rem;
  min-width: 0;
}
.pls-ob-progress-dots {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  flex-shrink: 0;
}
.pls-ob-progress-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem 0.35rem;
  flex: 1;
  min-width: 0;
}
.pls-ob-progress-nav .pls-ob-skip {
  min-height: 36px;
}
.pls-ob-progress {
  display: flex;
  gap: 0.35rem;
  margin: 0 0 1.5rem;
  justify-content: center;
}
.pls-ob-progress span,
.pls-ob-progress-dots span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: rgb(var(--muted));
}
.pls-ob-progress span.is-done,
.pls-ob-progress-dots span.is-done {
  background: rgb(var(--muted-foreground));
}
.pls-ob-progress span.is-current,
.pls-ob-progress-dots span.is-current {
  background: #e21e30;
  width: 1.15rem;
}
.pls-ob-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(var(--muted-foreground));
  margin: 0 0 0.35rem;
}
.pls-ob-title {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.pls-ob-lead {
  color: rgb(var(--muted-foreground));
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 1.25rem;
}
.pls-ob-new-list-note {
  margin: -0.75rem 0 1.15rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgb(var(--border));
  border-radius: var(--radius, 0.5rem);
  background: rgb(var(--muted));
  color: rgb(var(--foreground));
  font-size: 0.875rem;
  line-height: 1.4;
}
.pls-ob-new-list-note strong {
  font-weight: 700;
}
.pls-ob-fresh {
  margin: 0 0 1.15rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgb(var(--border));
  border-radius: var(--radius, 0.5rem);
  background: rgb(var(--muted));
}
.pls-ob-fresh-copy {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgb(var(--foreground));
}
.pls-ob-use-last {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0;
  border: 0;
  background: none;
  color: rgb(var(--muted-foreground));
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pls-ob-use-last:hover,
.pls-ob-use-last:focus-visible {
  color: rgb(var(--foreground));
}
.pls-ob-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}
.pls-ob-type {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgb(var(--border));
  border-radius: var(--radius, 0.5rem);
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.pls-ob-type:hover {
  background: rgb(var(--muted));
  border-color: rgb(var(--foreground) / 0.28);
}
.pls-ob-type[aria-pressed='true'] {
  border-color: #e21e30;
  box-shadow: 0 0 0 1px #e21e30;
  background: rgb(var(--card));
  color: rgb(var(--foreground));
}
.pls-ob-type[aria-pressed='true']:hover {
  border-color: #e21e30;
  background: rgb(var(--muted));
}
.pls-ob-choice {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgb(var(--border));
  border-radius: var(--radius, 0.5rem);
  background: rgb(var(--card));
  cursor: pointer;
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.pls-ob-choice:hover {
  border-color: rgb(var(--foreground) / 0.35);
  background: rgb(var(--muted));
  color: inherit;
}
.pls-ob-choice.is-primary {
  border-color: #e21e30;
}
.pls-ob-choice h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
}
.pls-ob-choice p {
  margin: 0;
  font-size: 0.875rem;
  color: rgb(var(--muted-foreground));
}
.pls-ob-choice-favorites,
.pls-ob-choice-discover {
  cursor: default;
}
.pls-ob-discover-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 1rem;
}
.pls-ob-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.pls-ob-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgb(var(--foreground));
}
.pls-ob-label-opt {
  font-weight: 500;
  color: rgb(var(--muted-foreground));
}
.pls-ob-select {
  cursor: pointer;
}
.pls-ob-choice-methods {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.pls-ob-choice-method {
  min-height: 2.125rem;
  border: 1px solid rgb(var(--border));
  border-radius: 0.5rem;
  background: rgb(var(--secondary));
  color: rgb(var(--secondary-foreground));
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.pls-ob-choice-method:hover {
  background: rgb(var(--accent));
}
.pls-ob-choice-method.is-active {
  border-color: #e21e30;
  box-shadow: inset 0 0 0 1px #e21e30;
  background: rgb(var(--card));
  color: rgb(var(--foreground));
}
.pls-ob-quiet {
  display: block;
  text-align: center;
  margin: 1rem 0 0;
  color: rgb(var(--muted-foreground));
  font-size: 0.875rem;
}
.pls-ob-input,
.pls-ob-textarea {
  width: 100%;
  border: 1px solid rgb(var(--border));
  border-radius: var(--radius, 0.5rem);
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  font: inherit;
  padding: 0.85rem 0.95rem;
  min-height: 48px;
}
.pls-ob-textarea {
  min-height: 7.5rem;
  resize: vertical;
}
.pls-ob-followup {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  color: rgb(var(--foreground));
}
.pls-ob-status {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: rgb(var(--muted-foreground));
}
.pls-ob-status.is-error {
  color: rgb(var(--destructive, 239 68 68));
}
.pls-ob-actions--hidden-until-pick.hidden {
  display: none;
}
.pls-ob-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.pls-ob-dock .btn,
.pls-ob-actions .btn,
.pls-ob .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border-radius: var(--radius, 0.5rem);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.pls-ob .btn-primary,
.pls-ob-dock .btn-primary {
  background: rgb(var(--primary));
  color: rgb(var(--primary-foreground));
}
.pls-ob .btn-primary:hover:not(:disabled),
.pls-ob .btn-primary:focus-visible:not(:disabled),
.pls-ob-dock .btn-primary:hover:not(:disabled),
.pls-ob-dock .btn-primary:focus-visible:not(:disabled) {
  background: rgb(var(--primary));
  color: rgb(var(--primary-foreground));
  opacity: 0.92;
}
.pls-ob .btn-primary:active:not(:disabled),
.pls-ob-dock .btn-primary:active:not(:disabled) {
  background: rgb(var(--primary));
  color: rgb(var(--primary-foreground));
  opacity: 0.85;
}
.pls-ob .btn-secondary {
  background: rgb(var(--muted));
  color: rgb(var(--foreground));
  /* Match Jump to step / drawer outline controls so light-mode fill doesn't vanish on white. */
  border: 1px solid rgb(var(--border));
}
.pls-ob .btn-secondary:hover:not(:disabled),
.pls-ob .btn-secondary:focus-visible:not(:disabled) {
  background: rgb(var(--muted));
  color: rgb(var(--foreground));
  border-color: rgb(var(--border));
  opacity: 0.92;
}
.pls-ob .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pls-ob-mic {
  align-self: flex-end;
}
.pls-ob-check {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.pls-ob-check li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgb(var(--border));
  font-size: 0.9rem;
}
.pls-ob-check input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.12rem;
  flex-shrink: 0;
  border: 2px solid rgb(var(--muted-foreground));
  border-radius: 0.3rem;
  background: rgb(var(--card));
  position: relative;
  cursor: default;
}
.pls-ob-check input[type='checkbox']:checked {
  background: rgb(var(--foreground));
  border-color: rgb(var(--foreground));
}
.pls-ob-check input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  left: 0.2rem;
  top: 0.02rem;
  width: 0.35rem;
  height: 0.62rem;
  border: solid rgb(var(--background));
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
.pls-ob-check li.is-complete {
  color: rgb(var(--foreground));
}
.pls-ob-check-copy {
  min-width: 0;
  flex: 1;
  line-height: 1.35;
}
.pls-ob-check-status {
  color: rgb(var(--muted-foreground));
  font-weight: 500;
}
.pls-ob-check-status:empty {
  display: none;
}
.pls-ob-tier {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(var(--muted-foreground));
  margin: 1rem 0 0.25rem;
}
.pls-ob-bar {
  height: 0.4rem;
  background: rgb(var(--muted));
  border-radius: 999px;
  overflow: hidden;
  margin: 0 0 1rem;
}
.pls-ob-bar > span {
  display: block;
  height: 100%;
  background: #e21e30;
  width: 0;
}
.pls-ob-wait {
  text-align: center;
  padding: 2rem 0;
}
.pls-ob-dock {
  position: sticky;
  bottom: 0;
  z-index: 40;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: rgb(var(--background) / 0.92);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgb(var(--border));
}
.pls-ob-dock .btn {
  width: 100%;
}
.pls-ob-browse-tour-dock__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 28rem;
  margin: 0 auto;
}
.pls-ob-browse-tour-dock .pls-ob-skip-exit {
  align-self: center;
  margin-top: 0.15rem;
}
body.pls-ob-browse-tour {
  padding-bottom: 7.5rem;
}
.pls-ob-browse-hub-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--border));
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.pls-ob-browse-hub-back:hover {
  background: rgb(var(--muted));
}
.pls-ob-browse-hub-pills {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
}
.pls-ob-browse-hub-pills .browse-media-quick-nav__row {
  justify-content: center;
}
.pls-ob-shell--browse-hub {
  padding-bottom: 0;
}
body.pls-ob-product .blog-nav,
body.pls-ob-product .app-tab-bar,
body.pls-ob-product #app-tab-bar {
  display: none !important;
}
#profile-onboarding-preview-card {
  display: none;
}
#profile-onboarding-preview-card.is-visible {
  display: block;
}

.pls-ob-more {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgb(var(--border));
}
.pls-ob-more-title {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
}
.pls-ob-list-overlay {
  position: fixed;
  inset: 0;
  z-index: 79;
  background: rgb(0 0 0 / 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.dark .pls-ob-list-overlay {
  background: rgb(0 0 0 / 0.72);
}
body.pls-ob-list-open .pls-ob-list-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pls-ob-list-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(22rem, 92vw);
  max-width: 100%;
  z-index: 80;
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  border-left: 1px solid rgb(var(--border));
  box-shadow: -12px 0 40px rgb(0 0 0 / 0.15);
  transform: translateX(100%);
  transition: transform 0.26s cubic-bezier(0.32, 0.72, 0, 1);
  display: flex;
  flex-direction: column;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.dark .pls-ob-list-drawer {
  box-shadow: -12px 0 48px rgb(0 0 0 / 0.45);
}
body.pls-ob-list-open .pls-ob-list-drawer {
  transform: translateX(0);
}
body.pls-ob-list-open {
  overflow: hidden;
}
.pls-ob-list-drawer-header {
  flex-shrink: 0;
  padding: 0.75rem 1rem 0.625rem;
  border-bottom: 1px solid rgb(var(--border));
}
.pls-ob-list-drawer-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.pls-ob-list-drawer-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.pls-ob-list-drawer-title-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  min-height: 2.5rem;
  padding: 0.35rem 0.55rem;
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  border: 1px solid transparent;
  background: transparent;
  color: rgb(var(--foreground));
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.pls-ob-list-drawer-title-input:hover {
  border-color: rgb(var(--border));
  background: rgb(var(--muted) / 0.35);
}
.pls-ob-list-drawer-title-input:focus {
  outline: none;
  border-color: rgb(var(--border));
  background: rgb(var(--card));
  box-shadow: 0 0 0 2px rgb(var(--ring, var(--primary)) / 0.2);
}
.pls-ob-list-drawer-meta {
  margin: 0.35rem 0 0;
  line-height: 1.4;
}
.pls-ob-list-rename-hint {
  display: inline;
  color: rgb(var(--muted-foreground));
}
.pls-ob-list-name-label {
  display: block;
  margin: 0.55rem 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgb(var(--muted-foreground));
}
.pls-ob-list-name-label-hint {
  font-weight: 500;
  color: rgb(var(--muted-foreground));
}
.pls-ob-list-name-lead {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgb(var(--muted-foreground));
}
.pls-ob-list-name-lead.hidden {
  display: none;
}
.pls-ob-list-name-input {
  min-height: 2.5rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
.pls-ob-drawer-edit {
  flex: 0 0 auto;
  border: 1px solid rgb(var(--border));
  background: rgb(var(--muted));
  color: rgb(var(--foreground));
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  padding: 0.45rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  min-height: 2.5rem;
}
.pls-ob-drawer-edit:hover:not(:disabled) {
  opacity: 0.92;
}
.pls-ob-list-drawer-close {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius, 0.5rem);
  border: 1px solid rgb(var(--border));
  background: rgb(var(--secondary));
  color: rgb(var(--foreground));
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}
.pls-ob-list-drawer-close:hover {
  background: rgb(var(--accent));
}
.pls-ob-list-drawer-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.75rem 1rem 0.5rem;
}
.pls-ob-list-drawer-foot {
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  padding-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgb(var(--border));
  background: rgb(var(--card));
}
.pls-ob-list-drawer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.pls-ob-list-drawer-actions--head {
  margin-top: 0.5rem;
}
.pls-ob-list-drawer-actions--foot {
  align-items: stretch;
}
.pls-ob-drawer-skip {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: rgb(var(--muted-foreground));
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  padding: 0.3rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  cursor: pointer;
  text-decoration: underline;
  -webkit-appearance: none;
  appearance: none;
}
.pls-ob-drawer-skip:hover:not(:disabled) {
  color: rgb(var(--foreground));
}
.pls-ob-list-drawer-actions--foot .pls-ob-drawer-done {
  flex: 1 1 auto;
}
.pls-ob-drawer-save,
.pls-ob-drawer-done {
  flex: 1;
  min-height: 0;
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  padding: 0.3rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.pls-ob-drawer-save {
  border: 1px solid rgb(var(--border));
  background: rgb(var(--secondary));
  color: rgb(var(--secondary-foreground));
}
.pls-ob-drawer-save:hover:not(:disabled) {
  background: rgb(var(--accent));
}
.pls-ob-drawer-save:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.pls-ob-drawer-done {
  border: 1px solid rgb(var(--primary));
  background: rgb(var(--primary));
  color: rgb(var(--primary-foreground));
}
.pls-ob-drawer-done:hover:not(:disabled) {
  opacity: 0.92;
}
.pls-ob-list-drawer-foot-hint {
  margin: 0 0 0.35rem;
  font-size: 0.625rem;
  line-height: 1.35;
  color: rgb(var(--muted-foreground));
  text-align: center;
}
.pls-ob-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 1px solid rgb(var(--border));
  padding: 0.65rem 0;
}
.pls-ob-list-row:first-child {
  padding-top: 0;
}
.pls-ob-list-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.pls-ob-list-lead {
  width: 1.5rem;
  min-width: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding-top: 0.1rem;
}
.pls-ob-list-pos {
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.025em;
}
.pls-ob-list-main {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: flex-start;
  gap: 0.65rem;
}
.pls-ob-list-thumb {
  position: relative;
  flex-shrink: 0;
  width: 2.75rem;
  aspect-ratio: 2 / 3;
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  overflow: hidden;
  background: rgb(var(--muted));
  border: 1px solid rgb(var(--border));
}
.pls-ob-list-thumb.is-wide {
  aspect-ratio: 1 / 1;
}
.pls-ob-list-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pls-ob-list-text {
  min-width: 0;
  flex: 1;
}
.pls-ob-list-name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
}
.pls-ob-list-byline {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  color: rgb(var(--muted-foreground));
}
.pls-ob-list-byline.hidden {
  display: none;
}
.pls-ob-list-year {
  color: rgb(var(--muted-foreground));
  font-weight: 500;
}
.pls-ob-list-detail-hit {
  cursor: pointer;
}
.pls-ob-list-detail-hit:focus-visible {
  outline: 2px solid rgb(var(--foreground) / 0.4);
  outline-offset: 2px;
  border-radius: 0.35rem;
}
.pls-ob-list-remove:hover {
  background: rgb(var(--accent));
}
.pls-ob-list-row-wrap {
  border-bottom: 1px solid rgb(var(--border));
}
.pls-ob-list-row-wrap:last-child {
  border-bottom: 0;
}
.pls-ob-list-row-wrap .pls-ob-list-row {
  border-bottom: 0;
  padding-bottom: 0.65rem;
}
.pls-ob-list-actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
}
.pls-ob-list-replace,
.pls-ob-list-remove {
  flex-shrink: 0;
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  border: 1px solid rgb(var(--border));
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  font-size: 0.6875rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  padding: 0.28rem 0.45rem;
  white-space: nowrap;
}
.pls-ob-list-replace:hover,
.pls-ob-list-remove:hover {
  background: rgb(var(--accent));
}
.pls-ob-list-swap {
  padding: 0 0 0.75rem 2.15rem;
}
.pls-ob-list-swap.hidden {
  display: none;
}
.pls-ob-list-swap-form {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 0.45rem;
}
.pls-ob-list-swap-form .pls-ob-input {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.8125rem;
  padding: 0.45rem 0.55rem;
}
.pls-ob-list-swap-go,
.pls-ob-list-swap-cancel {
  flex-shrink: 0;
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  border: 1px solid rgb(var(--border));
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  font-size: 0.6875rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  padding: 0.35rem 0.55rem;
}
.pls-ob-list-swap-go:hover,
.pls-ob-list-swap-cancel:hover {
  background: rgb(var(--accent));
}
.pls-ob-list-swap-results {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-height: 14rem;
  overflow-y: auto;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  color: rgb(var(--muted-foreground));
}
.pls-ob-list-swap-hit {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  text-align: left;
  border: 1px solid rgb(var(--border));
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  background: rgb(var(--card));
  padding: 0.4rem 0.45rem;
  cursor: pointer;
  font-family: inherit;
}
.pls-ob-list-swap-hit:hover {
  background: rgb(var(--accent));
}
.pls-ob-list-swap-thumb {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: calc(var(--radius, 0.5rem) - 4px);
  overflow: hidden;
  background: rgb(var(--muted));
  border: 1px solid rgb(var(--border));
}
.pls-ob-list-swap-thumb.is-empty {
  background: rgb(var(--muted));
}
.pls-ob-list-swap-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pls-ob-list-swap-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.1rem;
}
.pls-ob-list-swap-title {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--foreground));
}
.pls-ob-list-swap-sub {
  font-size: 0.6875rem;
  color: rgb(var(--muted-foreground));
  line-height: 1.25;
}
.pls-ob-follow-suggested {
  margin-top: 0.75rem;
  max-height: min(40vh, 18rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pls-ob-follow-suggested[hidden] {
  display: none !important;
}
.pls-ob-follow-suggested .pls-ob-follow-section {
  margin-bottom: 0.25rem;
}
.pls-ob-follow-search {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.75rem;
}
.pls-ob-follow-search .pls-ob-input {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.pls-ob-follow-search .pls-ob-drawer-save {
  flex-shrink: 0;
}
.pls-ob-follow-section {
  margin: 0 0 1rem;
}
.pls-ob-follow-section h3 {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(var(--muted-foreground));
}
.pls-ob-follow-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgb(var(--border));
  padding: 0.65rem 0;
}
.pls-ob-follow-row:last-child {
  border-bottom: 0;
}
.pls-ob-follow-av {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: rgb(var(--muted));
  color: rgb(var(--muted-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}
.pls-ob-follow-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pls-ob-follow-meta {
  min-width: 0;
  flex: 1 1 auto;
}
.pls-ob-follow-meta a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.pls-ob-follow-meta a:hover {
  text-decoration: underline;
}
.pls-ob-follow-snippet {
  margin: 0.1rem 0 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgb(var(--foreground));
  opacity: 0.88;
}
.pls-ob-follow-why {
  margin: 0.1rem 0 0;
  font-size: 0.7rem;
  color: rgb(var(--muted-foreground));
}
.pls-ob-follow-actions {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex-shrink: 0;
}

.pls-ob-shell--feed {
  max-width: 72rem;
}
.pls-ob-streamers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
}
.pls-ob-streamer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgb(var(--border));
  border-radius: 999px;
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.pls-ob-streamer[aria-pressed='true'] {
  border-color: #e21e30;
  box-shadow: 0 0 0 1px #e21e30;
}
.pls-ob-streamer--action {
  font-weight: 500;
  color: rgb(var(--muted-foreground));
}
.pls-ob-streamer--action:disabled {
  opacity: 0.45;
  cursor: default;
}
.pls-ob-watchlisty-feed {
  min-height: 12rem;
  margin-bottom: 1rem;
}
/* Grid cards: Watch/List/Share sits in a top strip. Match top inset to the side padding. */
.pls-ob-watchlisty .media-feed-card > .px-2.pt-2 > .movie-action-row {
  margin-top: 0;
}
.pls-ob-watchlisty-dock {
  position: sticky;
  bottom: 0;
  z-index: 30;
  padding-top: 0.75rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: rgb(var(--background) / 0.94);
  backdrop-filter: blur(8px);
}
.pls-ob-watchlisty-dock .btn {
  width: 100%;
}
.pls-ob-wl-add {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 20;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--border));
  background: rgb(var(--card) / 0.95);
  color: rgb(var(--foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.12);
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.pls-ob-wl-add svg {
  width: 1rem;
  height: 1rem;
  display: block;
  pointer-events: none;
}
.pls-ob-wl-add:hover,
.pls-ob-wl-add:focus-visible {
  background: rgb(var(--muted));
}
.pls-ob-wl-add.is-on {
  color: #e21e30;
  border-color: #e21e30;
  background: rgb(226 30 48 / 0.12);
  box-shadow: 0 0 0 1px #e21e30;
}
.pls-ob-wl-add.is-on svg {
  fill: currentColor;
}

@media (max-width: 430px) {
  .pls-ob-title {
    font-size: 1.4rem;
  }
  .pls-ob-brand {
    font-size: 0;
    gap: 0;
  }
  .pls-ob-list-drawer {
    width: 100%;
    border-left: none;
  }
  .pls-ob-drawer-save,
  .pls-ob-drawer-done {
    min-height: 44px;
    font-size: 0.8125rem;
    padding: 0.55rem 0.65rem;
  }
  .pls-ob-list-drawer-actions--head {
    display: none;
  }
}

/* OB2 — compact discover, success, visibility, watchlisty note */
.pls-ob2 .pls-ob-shell {
  padding-top: 0.75rem;
}
.pls-ob2 .pls-ob-lead {
  margin-bottom: 0.75rem;
}
.pls-ob2 .pls-ob-textarea {
  min-height: 7.5rem;
}
.pls-ob2 .pls-ob-discover-meta {
  display: grid;
  gap: 0.65rem;
  margin: 0.35rem 0 0.35rem;
}
.pls-ob2 #ob-discover-desc-labels {
  margin-bottom: 0;
}
.pls-ob2 #ob-discover-desc-labels .pls-ob-lead--secondary {
  margin-top: 0;
  margin-bottom: 0;
}
.pls-ob2 .pls-ob-discover-textarea {
  margin-top: 0.35rem;
}
.pls-ob2 .pls-ob-podcast-grain,
.pls-ob2 .pls-ob-music-entity {
  margin: 0;
}
.pls-ob2 .pls-ob-discover-types,
.pls-ob2 .pls-ob-selected-type {
  margin-bottom: 0.5rem;
}
.pls-ob2 .pls-ob-selected-type {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.pls-ob2 .pls-ob-selected-type-name {
  font-weight: 700;
  color: rgb(var(--foreground));
}
.pls-ob2 .pls-ob-change-media-type {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: rgb(var(--muted-foreground));
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pls-ob2 .pls-ob-change-media-type:hover,
.pls-ob2 .pls-ob-change-media-type:focus-visible {
  color: rgb(var(--foreground));
}
.pls-ob2 #ob-discover-type {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pls-ob2 .pls-ob-grain-seg {
  display: flex;
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid rgb(var(--border));
  padding: 2px;
  background: rgb(var(--muted) / 0.85);
  gap: 2px;
}
.pls-ob2 .pls-ob-grain-seg button {
  flex: 1;
  min-width: 0;
  min-height: 2.25rem;
  padding: 0.375rem 0.5rem;
  border: 0;
  border-radius: calc(0.5rem - 2px);
  background: transparent;
  color: rgb(var(--muted-foreground));
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
}
.pls-ob2 .pls-ob-grain-seg button.is-active {
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.08);
}
.pls-ob2 .pls-ob-grain-hint {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgb(var(--muted-foreground));
}
.pls-ob2 .pls-ob-meta-toggle {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0.35rem 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgb(var(--muted-foreground));
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pls-ob2 .pls-ob-meta-body {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.35rem;
}
.pls-ob2 .pls-ob-success {
  margin-top: 0.5rem;
}
.pls-ob2 .pls-ob-success-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.pls-ob2 .pls-ob-success-row {
  display: grid;
  gap: 0.5rem;
  width: 100%;
}
.pls-ob2 .pls-ob-success-row--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pls-ob2 .pls-ob-success-row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pls-ob2 .pls-ob-success-row--1 {
  grid-template-columns: 1fr;
}
.pls-ob2 .pls-ob-success-actions .btn {
  width: 100%;
  min-width: 0;
  padding: 0.55rem 0.5rem;
  font-size: 0.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pls-ob2 .pls-ob-inline-link {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.pls-ob2 .pls-ob-inline-link:hover,
.pls-ob2 .pls-ob-inline-link:focus-visible {
  opacity: 0.85;
  outline: none;
}
.pls-ob2 .pls-ob-help-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-left: 0.2rem;
  padding: 0;
  border: 1px solid rgb(var(--muted-foreground));
  border-radius: 9999px;
  background: transparent;
  color: rgb(var(--muted-foreground));
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.pls-ob2 .pls-ob-help-dot:hover,
.pls-ob2 .pls-ob-help-dot:focus-visible {
  color: rgb(var(--foreground));
  border-color: rgb(var(--foreground));
  outline: none;
}
.pls-ob2 .pls-ob-lead--secondary {
  margin-top: 0.65rem;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
}
.pls-ob-mpl-sheet {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
body.pls-ob-mpl-open .pls-ob-mpl-sheet {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pls-ob-mpl-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.62);
}
.pls-ob-mpl-sheet-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(56rem, 100%);
  height: min(92vh, 100%);
  margin: auto;
  margin-top: max(0.75rem, env(safe-area-inset-top, 0px));
  margin-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  border: 1px solid rgb(var(--border));
  border-radius: calc(var(--radius) + 0.25rem);
  box-shadow: 0 24px 80px rgb(0 0 0 / 0.35);
  overflow: hidden;
}
.pls-ob-mpl-sheet-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgb(var(--border));
  background: rgb(var(--background));
}
.pls-ob-mpl-sheet-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pls-ob-mpl-sheet-hint {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  color: rgb(var(--muted-foreground));
}
.pls-ob-mpl-sheet-frame {
  flex: 1;
  width: 100%;
  min-height: 0;
  border: 0;
  background: rgb(var(--background));
}
@media (max-width: 639px) {
  .pls-ob-mpl-sheet-panel {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
  }
  .pls-ob-mpl-sheet-header {
    flex-wrap: wrap;
  }
  .pls-ob-mpl-sheet-header .btn {
    width: 100%;
  }
}
.pls-ob2 .pls-ob-visibility {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 1rem 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}
.pls-ob2 .pls-ob-visibility input {
  margin-top: 0.2rem;
}
.pls-ob2 .pls-ob-visibility-hint {
  margin-top: 0;
  font-size: 0.8125rem;
}
.pls-ob2 .pls-ob-profile-seg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem;
  margin: 1rem 0 0.45rem;
  padding: 0.3rem;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgb(var(--border));
  background: rgb(var(--muted) / 0.55);
}
.pls-ob2 .pls-ob-profile-seg__cell {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  min-width: 0;
}
.pls-ob2 .pls-ob-profile-seg__btn {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0.6rem 0.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  color: rgb(var(--muted-foreground));
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.pls-ob2 .pls-ob-profile-seg__btn.is-active,
.pls-ob2 .pls-ob-profile-seg__btn.is-pressed {
  background: rgb(var(--card));
  color: rgb(var(--foreground));
  border-color: rgb(var(--border));
  box-shadow:
    0 1px 2px rgb(0 0 0 / 0.18),
    inset 0 1px 0 rgb(255 255 255 / 0.06);
}
.pls-ob2 .pls-ob-profile-seg__btn--publish.is-pressed {
  border-color: rgb(5 150 105 / 0.55);
  box-shadow:
    0 0 0 1px rgb(5 150 105 / 0.35),
    0 1px 2px rgb(0 0 0 / 0.18);
}
.pls-ob2 .pls-ob-profile-seg__btn:focus-visible {
  outline: 2px solid rgb(var(--foreground));
  outline-offset: 2px;
}
.pls-ob2 .pls-ob-visibility-hint {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
}
.pls-ob2 .pls-ob-profile-panel {
  display: none !important;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.pls-ob2 .pls-ob-profile-panel.is-shown {
  display: grid !important;
}
.pls-ob2 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pls-ob2 .pls-ob-avatar-card {
  padding: 0.85rem;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgb(var(--border));
  background: rgb(var(--muted) / 0.35);
}
.pls-ob2 .pls-ob-avatar-panel .text-destructive {
  color: rgb(239 68 68);
}
.pls-ob2 .pls-ob-avatar-panel .border-destructive\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.pls-ob2 .pls-ob-watchlisty-added {
  margin: 0.5rem 0;
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius);
  background: rgb(var(--muted));
  font-size: 0.875rem;
  font-weight: 600;
}
.pls-ob2 .pls-ob-next-quiet {
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}
.pls-ob2 .pls-ob-fav-type-pick .pls-ob-types {
  margin-top: 0.5rem;
}
