/* Калькулятор внутри бота: обёртка и нижняя навигация */
.calculator-bot-page {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 120px;
  min-height: auto;
}
.bots-page .header-bots {
  position: sticky;
  top: 0;
  z-index: 50;
}
.calculator-bot-container .container {
  max-width: 100%;
  padding: 0;
}
.calculator-bot-container .page-title {
  font-size: 22px;
  margin-bottom: 8px;
}
.calculator-bot-container .page-subtitle {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 20px;
}
/* Итоговая плашка в стиле бота */
.total-bar-bot {
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  background: rgba(26, 26, 26, 0.98);
  border-top: 1px solid rgba(60, 255, 195, 0.2);
  padding: 12px 20px;
  z-index: 100;
}
.total-bar-bot .total-inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.total-bar-bot .total-sum {
  color: var(--bots-green, #3cffc3);
  font-weight: 800;
}
.total-bar-bot .btn.bots-event-cta {
  margin: 0;
  border: none;
  cursor: pointer;
}
/* Карточки и визард в тон бота */
.calculator-bot-container .wizard-progress::before {
  background: rgba(60, 255, 195, 0.12);
}
.calculator-bot-container .calc-section-title {
  color: var(--bots-green, #3cffc3);
}
.calculator-bot-container .card.active,
.calculator-bot-container .card:hover {
  border-color: rgba(60, 255, 195, 0.4);
  box-shadow: 0 0 16px rgba(60, 255, 195, 0.15);
}
.calculator-bot-container .wizard-summary {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(60, 255, 195, 0.2);
}
.calculator-bot-container .blend-btn.primary,
.calculator-bot-container .btn {
  background: var(--bots-green, #3cffc3);
  color: #000;
}
.calculator-bot-container .blend-btn.primary:hover,
.calculator-bot-container .btn:hover {
  background: var(--bots-green-bright, #00ff88);
  box-shadow: 0 0 20px rgba(60, 255, 195, 0.3);
}

/* Шаг 3 в боте: упрощённый вид — только поиск, без крепости/типа вкуса/«Мне повезёт» */
.calculator-bot-container #step3 #powerFiltersBlock,
.calculator-bot-container #step3 #typeFiltersBlock,
.calculator-bot-container #step3 .mix-lucky-row,
.calculator-bot-container #step3 .strength-level {
  display: none !important;
}
.calculator-bot-container #step3 .step3-filters summary {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 8px;
}
.calculator-bot-container #step3 .step3-filters[open] .tobacco-search,
.calculator-bot-container #step3 .step3-filters[open] .mix-search-results {
  margin-top: 0;
}
/* Секции «Избранные/ранее» и «Популярные» по умолчанию свёрнуты (убрали open в HTML) */
