.bon-push-prompt {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  max-width: 520px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d6dde8;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.18);
  border-radius: 8px;
  padding: 18px;
  color: #111827;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bon-push-prompt h3 { margin: 0 32px 8px 0; font-size: 20px; line-height: 1.25; }
.bon-push-prompt p { margin: 0 0 12px; }
.bon-push-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}
.bon-push-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}
.bon-push-check,
.bon-push-choice-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d8e0eb;
  border-radius: 6px;
  padding: 8px 10px;
  background: #f8fafc;
  font-size: 14px;
}
.bon-push-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.bon-push-actions button,
.bon-push-actions .button {
  border-radius: 6px;
  border: 1px solid #c7d2df;
  background: #ffffff;
  color: #111827;
  padding: 9px 12px;
  cursor: pointer;
  font-weight: 700;
}
.bon-push-actions .bon-push-allow,
.bon-push-actions .button-primary {
  background: #1256a3;
  color: #ffffff;
  border-color: #1256a3;
}
.bon-push-actions .bon-push-later {
  background: #facc15;
  color: #111827;
  border-color: #eab308;
}
.bon-push-actions .bon-push-no {
  background: #f97316;
  color: #ffffff;
  border-color: #ea580c;
}
.bon-push-actions .bon-push-later:hover,
.bon-push-actions .bon-push-later:focus {
  background: #eab308;
  color: #111827;
}
.bon-push-actions .bon-push-no:hover,
.bon-push-actions .bon-push-no:focus {
  background: #ea580c;
  color: #ffffff;
}
.bon-push-status { font-size: 14px; min-height: 20px; margin-top: 10px; }
.bon-push-bell {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99998;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1256a3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.22);
}
.bon-push-preferences-page {
  max-width: 860px;
  margin: 24px auto;
}
.bon-push-browser-message {
  padding: 12px;
  border: 1px solid #f4c56b;
  background: #fff8e5;
  margin-bottom: 16px;
}
@media (max-width: 560px) {
  .bon-push-choice-grid { grid-template-columns: 1fr; }
  .bon-push-prompt { left: 10px; right: 10px; bottom: 10px; padding: 14px; }
}
