/* REQ-010 Joy Center — dark warm entertainment theme */

:root {
  --joy-bg: #140e0a;
  --joy-bg-soft: #1f1510;
  --joy-surface: #2a1c14;
  --joy-card: #322018;
  --joy-orange: #ff7a18;
  --joy-amber: #ffb703;
  --joy-coral: #fb5607;
  --joy-ink: #fff3e6;
  --joy-muted: #c9a88a;
  --joy-line: rgba(255, 183, 3, 0.22);
  --joy-cream: #fff3e6;
}

#view-joy_center,
#view-joy_game,
#view-joy_listen,
#view-joy_watch,
#view-joy_comics,
#view-joy_launch {
  background:
    radial-gradient(120% 70% at 50% -10%, #5a3018 0%, transparent 52%),
    linear-gradient(180deg, #24160f 0%, #140e0a 55%, #0c0806 100%);
  color: var(--joy-ink);
}

#view-joy_center .topbar,
#view-joy_game .topbar,
#view-joy_listen .topbar,
#view-joy_watch .topbar,
#view-joy_comics .topbar {
  background: rgba(20, 14, 10, 0.92);
  color: var(--joy-ink);
  border-bottom: 1px solid var(--joy-line);
  backdrop-filter: blur(8px);
}

#view-joy_center .topbar h1,
#view-joy_game .topbar h1,
#view-joy_listen .topbar h1,
#view-joy_watch .topbar h1,
#view-joy_comics .topbar h1 {
  color: var(--joy-ink);
}

#view-joy_center .topbar .icon-btn,
#view-joy_game .topbar .icon-btn,
#view-joy_listen .topbar .icon-btn,
#view-joy_watch .topbar .icon-btn,
#view-joy_comics .topbar .icon-btn {
  color: var(--joy-ink);
}

.joy-hero {
  padding: 20px 24px 8px;
  animation: joy-fade-up 0.55s ease both;
}

.joy-hero-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--joy-amber);
  font-weight: 700;
}

.joy-hero-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
  color: #fff8f0;
  text-shadow: 0 8px 24px rgba(255, 122, 24, 0.35);
}

.joy-hero-sub {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--joy-muted);
  max-width: 30ch;
}

.joy-sec {
  padding: 14px 0 6px;
  animation: joy-fade-up 0.6s ease both;
}

.joy-sec:nth-child(3) { animation-delay: 0.05s; }
.joy-sec:nth-child(4) { animation-delay: 0.1s; }
.joy-sec:nth-child(5) { animation-delay: 0.15s; }

.joy-sec-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 24px 10px;
  gap: 8px;
}

.joy-sec-head h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff8f0;
}

.joy-sec-head span,
.joy-muted {
  color: var(--joy-muted);
  font-size: 12px;
}

.joy-link {
  border: 0;
  background: transparent;
  color: var(--joy-amber);
  font-size: 13px;
  font-weight: 600;
  padding: 0;
}

.joy-continue {
  margin: 0 24px;
  width: calc(100% - 48px);
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  text-align: left;
  border: 1px solid var(--joy-line);
  border-radius: 16px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.2), rgba(42, 28, 20, 0.95));
  color: inherit;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.joy-continue-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.joy-continue-meta strong {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.joy-continue-meta span {
  font-size: 12px;
  color: var(--joy-muted);
}

.joy-pill {
  display: inline-block;
  width: fit-content;
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 183, 3, 0.18);
  color: var(--joy-amber);
  margin-bottom: 2px;
  font-weight: 700;
}

.joy-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 24px 10px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 24px;
  -webkit-overflow-scrolling: touch;
}

.joy-rail::-webkit-scrollbar { display: none; }

.joy-card {
  flex: 0 0 132px;
  scroll-snap-align: start;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.joy-card.on .joy-cover,
.joy-card.on .joy-cover-wrap {
  outline: 2px solid var(--joy-amber);
  outline-offset: 2px;
  border-radius: 14px;
}

.joy-card strong {
  font-size: 13px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff8f0;
}

.joy-card span {
  font-size: 11px;
  color: var(--joy-muted);
}

.joy-card-poster {
  flex-basis: 110px;
}

.joy-cover-wrap {
  position: relative;
  display: block;
  width: fit-content;
}

.joy-cover-wrap.has-play .joy-play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.joy-cover {
  width: 132px;
  height: 176px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  background: var(--joy-card);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease;
}

.joy-card:active .joy-cover,
.joy-continue:active .joy-cover {
  transform: scale(0.97);
}

.joy-cover-sm {
  width: 64px;
  height: 84px;
  border-radius: 10px;
}

.joy-cover-lg {
  width: 160px;
  height: 214px;
  margin: 0 auto 14px;
  border-radius: 18px;
}

.joy-cover-poster {
  width: 110px;
  height: 160px;
}

.joy-cover-stage {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.joy-cover-fallback {
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(160deg, #ffb703, #fb5607);
  color: #fff;
}

.joy-app-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 8px;
  padding: 0 24px 8px;
}

.joy-app {
  border: 0;
  background: transparent;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 11px;
}

.joy-ico {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);
}

.joy-ico-fallback {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--joy-orange);
  color: #fff;
  font-weight: 700;
}

.joy-footnote {
  padding: 8px 24px 28px;
  font-size: 11px;
  color: rgba(201, 168, 138, 0.75);
  line-height: 1.4;
}

.joy-player-hero {
  text-align: center;
  padding: 18px 16px 8px;
}

.joy-player-hero h2 {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  font-size: 24px;
  color: #fff8f0;
}

.joy-player-hero p {
  margin: 0;
  color: var(--joy-muted);
  font-size: 13px;
  line-height: 1.4;
}

.joy-player-card {
  margin: 16px 24px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 122, 24, 0.22), rgba(42, 28, 20, 0.95));
  border: 1px solid var(--joy-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.joy-player-now {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.joy-player-now strong {
  font-size: 14px;
}

.joy-player-now span {
  font-size: 12px;
  color: var(--joy-muted);
}

.joy-play-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: linear-gradient(135deg, var(--joy-orange), var(--joy-coral));
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 20px rgba(251, 86, 7, 0.35);
}

.joy-play-round {
  width: 64px;
  height: 64px;
  justify-content: center;
  padding: 0;
  font-size: 28px;
}

.joy-chapter-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 24px;
}

.joy-chapter {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px;
  background: rgba(42, 28, 20, 0.85);
  color: inherit;
}

.joy-chapter.on {
  border-color: var(--joy-amber);
  background: rgba(255, 122, 24, 0.18);
}

.joy-chapter em {
  font-style: normal;
  color: var(--joy-muted);
  font-size: 12px;
  flex-shrink: 0;
}

.joy-drama-stage {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #000;
}

.joy-drama-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px 16px;
  background: linear-gradient(180deg, transparent 35%, rgba(18, 11, 8, 0.92));
  color: #fff8f0;
}

.joy-drama-progress {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.joy-drama-progress i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--joy-amber), var(--joy-orange));
}

.joy-drama-overlay p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 243, 230, 0.85);
}

.joy-drama-info {
  padding: 16px 24px;
}

.joy-drama-info h2 {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  font-size: 22px;
}

.joy-drama-info p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.45;
}

.joy-comic-reader {
  padding: 12px 24px 0;
}

.joy-comic-page {
  width: 100%;
  border-radius: 16px;
  display: block;
  background: #2a1a12;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.joy-comic-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  gap: 8px;
}

.joy-comic-nav .btn {
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 122, 24, 0.2);
  color: var(--joy-cream);
  font-weight: 600;
}

.joy-comic-nav .btn:disabled {
  opacity: 0.4;
}

.joy-game-topbar {
  z-index: 5;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
}

.joy-game-topbar h1 {
  text-align: center;
  font-size: 15px;
}

.joy-exit-btn {
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  background: linear-gradient(135deg, var(--joy-orange), var(--joy-coral));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 12px rgba(251, 86, 7, 0.28);
}

.joy-exit-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--joy-amber);
  border: 1px solid rgba(255, 183, 3, 0.35);
  box-shadow: none;
}

.joy-game-wrap {
  position: absolute;
  inset: 52px 0 0;
  background: #000;
  z-index: 1;
}

.joy-game-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

#view-joy_game {
  position: relative;
}

/* WeChat-like mini program nav + capsule */
.joy-mp-nav {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 8px 12px;
  background: rgba(20, 14, 10, 0.94);
  border-bottom: 1px solid var(--joy-line);
  color: var(--joy-ink);
}

.joy-mp-nav h1 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.joy-mp-back {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff8f0;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.joy-capsule {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.28);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.joy-cap-more,
.joy-cap-close {
  width: 40px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
}

.joy-cap-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.28);
}

.joy-capsule-float {
  position: absolute;
  top: 14px;
  right: 14px;
}

#joy-mp-settings {
  display: none;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.45);
  z-index: 90;
}

#joy-mp-settings.show {
  display: flex;
}

.joy-settings-sheet {
  width: 100%;
  padding: 12px 16px 20px;
  border-radius: 18px 18px 0 0;
  background: #1f1510;
  color: #fff8f0;
}

.joy-settings-sheet h3 {
  margin: 4px 0 12px;
  text-align: center;
  font-size: 14px;
  color: var(--joy-muted);
  font-weight: 600;
}

.joy-settings-sheet > button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff8f0;
  font-size: 15px;
  font-weight: 600;
}

.joy-settings-cancel {
  margin-top: 4px !important;
  background: rgba(255, 122, 24, 0.16) !important;
  color: var(--joy-amber) !important;
}

/* Pull-down recent + search (WeChat-like) */
.joy-pull-reveal {
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  z-index: 28;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 183, 3, 0.32) 0%,
      rgba(251, 86, 7, 0.18) 42%,
      rgba(18, 12, 8, 0.88) 78%,
      rgba(18, 12, 8, 0) 100%
    );
  mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
}

.joy-pull-reveal.show {
  /* height/opacity driven by JS */
}

.joy-pull-reveal-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 50% 0%, rgba(255, 183, 3, 0.55), transparent 72%);
  opacity: var(--joy-pull-progress, 0);
  transition: opacity 0.05s linear;
}

.joy-pull-reveal-copy {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 248, 240, 0.72);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  transform: translateY(calc((1 - var(--joy-pull-progress, 0)) * 8px));
}

.joy-pull-reveal.ready .joy-pull-reveal-copy {
  color: #ffd56a;
}

.joy-pull-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
  max-height: 0;
  overflow: hidden;
  background: rgba(18, 12, 8, 0.97);
  border-bottom: 1px solid transparent;
  transition: max-height 0.28s ease;
}

.joy-pull-panel.open {
  max-height: 78%;
  border-bottom-color: var(--joy-line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

#view-joy_center.joy-pulling::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 35;
  background: rgba(0, 0, 0, 0.35);
}

.joy-pull-inner {
  padding: 10px 16px 18px;
  overflow-y: auto;
  max-height: inherit;
}

.joy-pull-handle {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  margin: 4px auto 12px;
}

.joy-pull-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}

.joy-pull-search i {
  color: var(--joy-muted);
}

.joy-pull-search input {
  border: 0;
  background: transparent;
  color: #fff8f0;
  outline: none;
  font-size: 14px;
  width: 100%;
}

.joy-pull-close {
  border: 0;
  background: transparent;
  color: var(--joy-amber);
  font-size: 13px;
  font-weight: 600;
}

.joy-pull-sec h4 {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--joy-muted);
}

.joy-recent-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.joy-recent-row::-webkit-scrollbar { display: none; }

.joy-recent-app {
  flex: 0 0 64px;
  border: 0;
  background: transparent;
  color: #fff8f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 11px;
}

.joy-pull-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.joy-pull-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  text-align: left;
  border: 0;
  border-radius: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff8f0;
}

.joy-pull-item strong {
  display: block;
  font-size: 14px;
}

.joy-pull-item span {
  font-size: 12px;
  color: var(--joy-muted);
}

.joy-pull-hint {
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(201, 168, 138, 0.8);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
}

.joy-pull-hint:hover {
  color: var(--joy-amber);
}

#joy-home-body.joy-home-scroll {
  touch-action: pan-y;
  will-change: transform;
}

#joy-home-body.joy-home-scroll.is-rubber {
  transition: none;
}

/* Atmosphere / watermark texture */
#view-joy_center,
#joy-home-body {
  position: relative;
}

.joy-atmosphere {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.joy-hero,
.joy-sec,
.joy-footnote {
  position: relative;
  z-index: 1;
}

.joy-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.35;
}

.joy-blob-a {
  width: 220px;
  height: 220px;
  left: -60px;
  top: 80px;
  background: radial-gradient(circle, #ff7a18 0%, transparent 70%);
}

.joy-blob-b {
  width: 260px;
  height: 260px;
  right: -80px;
  top: 320px;
  background: radial-gradient(circle, #5b8cff 0%, transparent 70%);
}

.joy-watermark {
  position: absolute;
  font-family: Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 243, 230, 0.045);
  user-select: none;
}

.joy-wm-1 {
  font-size: 96px;
  top: 120px;
  right: -10px;
  transform: rotate(18deg);
}

.joy-wm-2 {
  font-size: 72px;
  top: 520px;
  left: -20px;
  transform: rotate(-12deg);
}

.joy-dotgrid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 183, 3, 0.35) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.7), transparent 85%);
}

.joy-launch {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 32px 32px;
  text-align: center;
  position: relative;
  background:
    radial-gradient(80% 50% at 50% 30%, rgba(255, 122, 24, 0.18), transparent 70%),
    #120c08;
}

.joy-launch-vendor {
  background:
    radial-gradient(80% 55% at 50% 28%, var(--joy-vendor-glow, rgba(255, 183, 3, 0.22)), transparent 72%),
    #120c08;
}

.joy-launch-orbit {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  animation: joy-pulse 1.2s ease-in-out infinite;
}

.joy-launch-vendor .joy-launch-orbit {
  box-shadow:
    0 0 0 1px var(--joy-vendor-ring, rgba(255, 183, 3, 0.45)),
    0 12px 32px rgba(0, 0, 0, 0.35);
}

.joy-launch-orbit .joy-ico {
  width: 80px;
  height: 80px;
  border-radius: 22px;
}

.joy-launch-cat {
  margin: 4px 0 0 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--joy-vendor-accent, #ffb703) !important;
}

.joy-launch h2 {
  margin: 4px 0 0;
  font-size: 20px;
  color: #fff8f0;
}

.joy-launch p {
  margin: 0;
  color: var(--joy-muted);
  font-size: 13px;
}

.joy-launch-opening {
  font-size: 13px !important;
  color: rgba(255, 248, 240, 0.72) !important;
}

.joy-launch-disclaimer {
  margin-top: 18px;
  max-width: 280px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 183, 3, 0.18);
  text-align: left;
}

.joy-launch-disclaimer-lead {
  margin: 0 0 6px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #fff3e0 !important;
  font-weight: 600;
}

.joy-launch-disclaimer-sub {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  color: rgba(201, 168, 138, 0.92) !important;
}

.joy-launch-partner {
  font-size: 12px !important;
  opacity: 0.85;
}

.joy-launch-spin {
  width: 28px;
  height: 28px;
  margin-top: 8px;
  border-radius: 50%;
  border: 3px solid rgba(255, 183, 3, 0.25);
  border-top-color: var(--joy-amber);
  animation: joy-spin 0.8s linear infinite;
}

.joy-launch-vendor .joy-launch-spin {
  border-color: var(--joy-vendor-spin-track, rgba(255, 183, 3, 0.25));
  border-top-color: var(--joy-vendor-accent, #ffb703);
}

.joy-launch-rec-hint {
  margin-top: 4px !important;
  font-size: 11px !important;
  color: var(--joy-amber) !important;
  opacity: 0.9;
}

#joy-processing.show {
  display: flex;
  background: rgba(18, 11, 8, 0.88);
}

#joy-processing .processing-box p {
  color: #fff3e6;
}

#joy-processing .processing-spinner {
  border-color: rgba(255, 183, 3, 0.25);
  border-top-color: #ffb703;
}

@keyframes joy-fade-up {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes joy-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
