/* ==========================================================================
   Performer Offline Component — DISONESTA Theme
   ========================================================================== */

.cr-offline-shell {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(24px, 4vw, 48px) clamp(16px, 3vw, 32px);
  width: 100%;
}

/* 2-Column Hero Section Direct Layout (No Box Container) */
.cr-offline-hero {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  margin-bottom: 48px;
  width: 100%;
}

.cr-offline-hero__left {
  width: 100%;
}

.cr-offline-visual {
  align-items: center;
  aspect-ratio: 16 / 11;
  background: #111014;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cr-offline-visual__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(14px) brightness(0.48) saturate(1.25);
  inset: -15px;
  position: absolute;
  transform: scale(1.12);
  z-index: 1;
}

.cr-offline-visual__overlay {
  background: linear-gradient(180deg, rgba(20, 15, 25, 0.25) 0%, rgba(18, 14, 22, 0.65) 100%);
  inset: 0;
  position: absolute;
  z-index: 2;
}

/* Big Centered Disonesta Devil Logo */
.cr-offline-center-logo {
  align-items: center;
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 3;
}

.cr-offline-devil-logo {
  filter: drop-shadow(0 12px 32px rgba(255, 101, 132, 0.55)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
  height: auto;
  max-height: 130px;
  opacity: 0.95;
  transition: transform 0.3s ease, filter 0.3s ease;
  width: 130px;
}

.cr-offline-visual:hover .cr-offline-devil-logo {
  filter: drop-shadow(0 16px 40px rgba(255, 101, 132, 0.75)) drop-shadow(0 0 24px rgba(0, 0, 0, 0.9));
  transform: scale(1.06);
}

.cr-offline-badge-overlay {
  align-items: center;
  background: rgba(18, 14, 22, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: #d6c6dc;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 8px;
  left: 16px;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  position: absolute;
  top: 16px;
  text-transform: uppercase;
  z-index: 4;
  -webkit-backdrop-filter: blur(8px);
}

.cr-offline-dot {
  background: #9d8ea4;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(157, 142, 164, 0.6);
  height: 8px;
  width: 8px;
}

/* Right Column Copy */
.cr-offline-hero__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.cr-offline-breadcrumb {
  align-items: center;
  color: #a89bb0;
  display: flex;
  font-size: 0.82rem;
  font-weight: 600;
  gap: 8px;
  margin-bottom: 12px;
}

.cr-offline-breadcrumb a {
  color: #a89bb0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cr-offline-breadcrumb a:hover {
  color: #ff6584;
}

.cr-offline-eyebrow {
  align-items: center;
  color: #fb5d80;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cr-offline-eyebrow i {
  background: #fb5d80;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
}

.cr-offline-title {
  color: #ffffff;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0 0 16px;
}

.cr-offline-text {
  color: #d2c5d8;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 400;
  line-height: 1.65;
  margin: 0 0 24px;
}

.cr-offline-actions {
  display: flex;
}

.cr-offline-btn {
  align-items: center;
  border-radius: 24px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cr-offline-btn--primary {
  background: linear-gradient(135deg, #ff6584 0%, #fb5d80 100%);
  box-shadow: 0 8px 24px rgba(255, 101, 132, 0.35);
  color: #ffffff !important;
}

.cr-offline-btn--primary:hover {
  box-shadow: 0 12px 32px rgba(255, 101, 132, 0.5);
  transform: translateY(-2px);
}

/* Recommended Section & Grid */
.cr-offline-recommendations {
  width: 100%;
}

.cr-offline-recommendations__header {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.cr-live-dot-pulse {
  background: #00e676;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 230, 118, 0.8);
  height: 10px;
  width: 10px;
}

.cr-offline-recommendations__title {
  color: #ffffff;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0;
}

/* 4-Column Grid for Live Performers Cards */
.cr-offline-grid {
  display: grid;
  gap: clamp(16px, 1.5vw, 24px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

@media (max-width: 1024px) {
  .cr-offline-hero {
    grid-template-columns: 1fr;
  }

  .cr-offline-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .cr-offline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .cr-offline-grid {
    grid-template-columns: 1fr;
  }
}
