html.creator-studio-loading body {
  opacity: 0;
  visibility: hidden;
}

html.creator-studio-ready body {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.18s ease;
}

.creator-state-live {
  display: block;
}

.creator-state-offline {
  display: none;
}

html[data-creator-studio-live="false"] .creator-state-live {
  display: none;
}

html[data-creator-studio-live="false"] .creator-state-offline {
  display: block;
}

.login-shell {
  backdrop-filter: blur(6px);
}

.min-vh-70 {
  min-height: min(720px, 78vh);
}

.login-hero-image {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(17, 17, 17, 0.08)), url('/assets/img/index.webp');
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

html[data-creator-studio-live="false"] body {
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.24), transparent 34%),
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.16), transparent 26%),
    linear-gradient(180deg, #07111f 0%, #0f172a 100%) !important;
}

.creator-offline-shell {
  background:
    linear-gradient(145deg, rgba(8, 15, 31, 0.98), rgba(15, 23, 42, 0.98) 55%, rgba(29, 78, 216, 0.84));
  border: 1px solid rgba(148, 163, 184, 0.14);
  color: #e2e8f0;
}

.creator-offline-shell .bg-white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)) !important;
}

.creator-offline-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 22%, rgba(56, 189, 248, 0.3), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(96, 165, 250, 0.18), transparent 26%),
    linear-gradient(160deg, #0f172a 0%, #111827 60%, #1d4ed8 150%);
}

.creator-offline-visual::before,
.creator-offline-visual::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.creator-offline-visual::before {
  width: 240px;
  height: 240px;
  top: -60px;
  right: -70px;
  background: rgba(59, 130, 246, 0.16);
  filter: blur(12px);
}

.creator-offline-visual::after {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: -40px;
  background: rgba(14, 165, 233, 0.14);
  filter: blur(10px);
}

.creator-offline-visual-inner {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.creator-offline-mark {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 36px;
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(226, 232, 240, 0.18);
  box-shadow: 0 25px 70px rgba(2, 6, 23, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-offline-mark-sm {
  width: 122px;
  height: 122px;
  border-radius: 30px;
}

.creator-offline-mark svg {
  width: 82px;
  height: 82px;
  color: #f8fafc;
}

.creator-offline-mark-sm svg {
  width: 58px;
  height: 58px;
}

.creator-offline-ring {
  position: absolute;
  inset: -18px;
  border-radius: 42px;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.creator-offline-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.3);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.creator-offline-chip svg,
.creator-offline-summary-item svg {
  width: 1rem;
  height: 1rem;
  color: currentColor;
  flex: 0 0 auto;
}

.creator-offline-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.creator-offline-summary-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: #334155;
  font-weight: 600;
  font-size: 0.9rem;
}

.card .btn {
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.card .btn:hover {
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .min-vh-70 {
    min-height: auto;
  }

  .creator-offline-summary {
    flex-direction: column;
  }
}
