/* Bellstore rebuild notice — 18.09.2026 */
#bs-rebuild-root {
  --bs-blue: #0058e6;
  --bs-ink: #101828;
  --bs-muted: #667085;
  font-family: Montserrat, system-ui, sans-serif;
}

.bs-rebuild-overlay {
  position: fixed;
  inset: 0;
  z-index: 200000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  background: rgba(10, 18, 32, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 720px) {
  .bs-rebuild-overlay {
    align-items: center;
    padding: 24px;
  }
}

.bs-rebuild-card {
  width: min(560px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  background: #fff;
  color: var(--bs-ink);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(16, 24, 40, 0.28);
  padding: 22px 20px 18px;
}

.bs-rebuild-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--bs-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bs-rebuild-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.bs-rebuild-card p {
  margin: 0 0 10px;
  color: var(--bs-muted);
  font-size: 14px;
  line-height: 1.5;
}

.bs-rebuild-promise {
  margin: 12px 0 16px !important;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #075bd8, #3d8bff);
  color: #fff !important;
  font-weight: 600;
}

.bs-rebuild-actions {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
}

.bs-rebuild-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: var(--bs-blue);
}

.bs-rebuild-btn--ghost {
  background: #f2f4f7;
  color: var(--bs-ink);
}

.bs-rebuild-stores {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.bs-rebuild-stores li {
  padding: 10px 12px;
  border-radius: 14px;
  background: #f8fafc;
  font-size: 13px;
  line-height: 1.4;
}

.bs-rebuild-stores strong {
  display: block;
  font-size: 13px;
  color: var(--bs-ink);
}

.bs-rebuild-stores span {
  color: var(--bs-muted);
}

.bs-rebuild-dismiss {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--bs-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px;
}

.bs-rebuild-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 200000;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #101828;
  color: #fff;
  box-shadow: 0 12px 40px rgba(16, 24, 40, 0.35);
}

.bs-rebuild-bar.is-on {
  display: flex;
}

.bs-rebuild-bar p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.bs-rebuild-bar a,
.bs-rebuild-bar button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #0058e6;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

html.bs-rebuild-open,
html.bs-rebuild-open body {
  overflow: hidden !important;
}
