/**
 * Beta stabilization — companion readability, no RC8 asset dump.
 * Replaces rc8-companion-living-room.css + companion-room-rescue.css layers.
 */

/* ===== Room backgrounds (CSS fallback when PNG/SVG missing) ===== */
.cat-room-bg-tier-0 {
  background-color: #1a1428;
}

.cat-room-bg-tier-1 {
  background-color: #241a32;
}

.cat-room-bg-tier-2 {
  background-color: #0a0814;
}

.cat-room-bg-tier-0:not(.cat-room-bg-has-image) {
  background-image: radial-gradient(circle at 50% 35%, #3d2f55 0%, #1a1428 72%);
}

.cat-room-bg-tier-1:not(.cat-room-bg-has-image) {
  background-image: radial-gradient(circle at 45% 40%, #4a3550 0%, #241a32 75%);
}

.cat-room-bg-tier-2:not(.cat-room-bg-has-image) {
  background-image: radial-gradient(circle at 50% 45%, #1f1535 0%, #0a0814 78%);
}

.cat-room-scene--beta-stable .cat-room-scene-bg {
  background-size: cover;
  background-position: center;
}

.cat-room-scene--beta-stable .cat-room-scene-bg.cat-room-bg-tier-0,
.cat-room-scene--beta-stable .cat-room-scene-bg.cat-room-bg-tier-1,
.cat-room-scene--beta-stable .cat-room-scene-bg.cat-room-bg-tier-2 {
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.45);
}

/* ===== Bigger, readable pet ===== */
.cat-room-scene--beta-stable .cat-room-scene-pet,
.cat-room-sidebar-teaser .cat-room-mini-scene-pet {
  width: 168px;
  height: 168px;
  bottom: 12%;
}

.cat-room-pet-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.5rem;
  line-height: 1;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.5));
  user-select: none;
}

.cat-room-scene--beta-stable .cat-room-pet-sprite-img,
.cat-room-scene--beta-stable .cat-room-pet-static {
  transform: scale(1.15);
  transform-origin: center bottom;
}

/* ===== Shop readability ===== */
.cat-room-shop-card--beta-stable {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(14, 12, 24, 0.92);
}

.cat-room-shop-card--beta-stable .cat-room-shop-card-title {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.cat-room-shop-card--beta-stable .cat-room-shop-flavor {
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(255, 230, 245, 0.78);
  font-style: normal;
  margin: 0.15rem 0 0;
}

.cat-room-shop-card--beta-stable .cat-room-shop-price,
.cat-room-shop-card--beta-stable .cat-room-shop-state {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0.25rem 0 0;
}

.cat-room-shop-card--beta-stable .cat-room-shop-benefit {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fbbf24;
  margin: 0.2rem 0 0;
}

.cat-room-shop-preview-tier {
  width: 120px;
  height: 72px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cat-room-shop-preview-tier--0 {
  background: linear-gradient(145deg, #3d2f55, #1a1428);
}

.cat-room-shop-preview-tier--1 {
  background: linear-gradient(145deg, #4a3550, #2a2035);
}

.cat-room-shop-preview-tier--2 {
  background: linear-gradient(145deg, #1f1535, #0a0814);
}

.cat-room-shop-card--beta-stable .cat-room-shop-card-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 0.45rem;
}

.cat-room-shop-card--beta-stable .cat-room-shop-card-actions .btn {
  font-size: 0.82rem;
  min-height: 2rem;
}

.cat-room-full-overlay.cat-room--beta-stable .cat-room-full-header h2 {
  font-size: 1.15rem;
}

.cat-room-full-overlay.cat-room--beta-stable .cat-room-stat {
  font-size: 0.82rem;
}

/* ===== Player readability tweaks (minimal) ===== */
.bonus-wheel-result-banner--visible {
  font-size: clamp(1.05rem, 2.4vw, 1.45rem) !important;
  letter-spacing: 0.1em;
  z-index: 20;
}

.bonus-intro-panel .btn.primary,
.bonus-result-summary .btn.primary {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  min-height: 2.75rem;
}

.slot-hud-v2 .slot-hud-balance,
.slot-hud-v2 .slot-hud-bet {
  font-size: clamp(0.85rem, 1.6vw, 1rem);
}

@media (max-width: 720px) {
  .cat-room-shop-card--beta-stable {
    grid-template-columns: 1fr;
  }

  .cat-room-shop-preview-tier {
    width: 100%;
    height: 64px;
  }
}
