.bngc-shell {
  --bngc-surface: #ffffff;
  --bngc-surface-alt: #f4f8ff;
  --bngc-border: #d8e0ee;
  --bngc-text: #112033;
  --bngc-muted: #42566f;
  --bngc-primary: #0f62fe;
  --bngc-primary-dark: #0043ce;
  width: min(1120px, 100%);
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid var(--bngc-border);
  border-radius: 20px;
  background: linear-gradient(165deg, #f9fbff 0%, #eef3fb 100%);
  color: var(--bngc-text);
  box-shadow: 0 14px 40px rgba(16, 39, 71, 0.12);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  isolation: isolate;
}

.bngc-shell,
.bngc-shell * {
  box-sizing: border-box;
  min-width: 0;
}

/* Extra guard against theme CSS that kills interaction or strips button visuals. */
.bngc-shell button,
.bngc-shell a {
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(15, 98, 254, 0.18);
}

.bngc-shell .bngc-hero,
.bngc-shell .bngc-form,
.bngc-shell .bngc-results {
  border: 1px solid var(--bngc-border);
  border-radius: 14px;
  background: var(--bngc-surface);
  box-shadow: 0 8px 24px rgba(16, 39, 71, 0.08);
}

.bngc-shell .bngc-hero {
  padding: 18px;
  background: radial-gradient(circle at 0 0, #e3efff, #f6f9ff 65%);
}

.bngc-shell .bngc-eyebrow {
  margin: 0 0 6px;
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bngc-primary-dark);
}

.bngc-shell h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  background: linear-gradient(135deg, #0f62fe 0%, #2359c4 42%, #f28424 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bngc-shell .bngc-hero p {
  margin: 10px 0 0;
  color: var(--bngc-muted);
}

.bngc-shell .toolkit-insight,
.bnnc-shell .toolkit-insight,
.berc-shell .toolkit-insight {
  margin-top: 12px;
  border: 1px solid #cfe0ff;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  padding: 10px 12px;
  color: #2f4a70;
  font-size: 0.86rem;
  line-height: 1.45;
}

.bngc-shell .toolkit-insight span,
.bnnc-shell .toolkit-insight span,
.berc-shell .toolkit-insight span {
  color: #4f6788;
}

.bngc-shell .toolkit-insight-head,
.bnnc-shell .toolkit-insight-head,
.berc-shell .toolkit-insight-head {
  color: #1b3d73;
  font-size: 0.9rem;
}

.bngc-shell .toolkit-insight-summary,
.bnnc-shell .toolkit-insight-summary,
.berc-shell .toolkit-insight-summary {
  margin: 6px 0 0;
  color: #2f4a70;
}

.bngc-shell .toolkit-insight-subhead,
.bnnc-shell .toolkit-insight-subhead,
.berc-shell .toolkit-insight-subhead {
  margin-top: 8px;
  font-weight: 800;
  color: #274a81;
}

.bngc-shell .toolkit-insight-list,
.bnnc-shell .toolkit-insight-list,
.berc-shell .toolkit-insight-list {
  margin: 6px 0 0;
  padding-left: 18px;
}

.bngc-shell .toolkit-insight-list li,
.bnnc-shell .toolkit-insight-list li,
.berc-shell .toolkit-insight-list li {
  color: #36557d;
  margin: 2px 0;
}

.bngc-shell .bngc-context,
.bnnc-shell .bngc-context,
.berc-shell .bngc-context {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  gap: 14px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--bngc-border);
  border-radius: 14px;
  background: var(--bngc-surface);
  box-shadow: 0 8px 24px rgba(16, 39, 71, 0.08);
}

.bngc-shell .bngc-context h3,
.bnnc-shell .bngc-context h3,
.berc-shell .bngc-context h3 {
  margin: 0 0 8px;
}

.bngc-shell .bngc-context p,
.bnnc-shell .bngc-context p,
.berc-shell .bngc-context p,
.bngc-shell .bngc-context ul,
.bnnc-shell .bngc-context ul,
.berc-shell .bngc-context ul {
  margin: 0;
}

.bngc-shell .bngc-context ul,
.bnnc-shell .bngc-context ul,
.berc-shell .bngc-context ul {
  padding-left: 20px;
}

.bngc-shell .bngc-context-links,
.bnnc-shell .bngc-context-links,
.berc-shell .bngc-context-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bngc-shell .bngc-context-links a,
.bnnc-shell .bngc-context-links a,
.berc-shell .bngc-context-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid #c4d6f7;
  border-radius: 9px;
  background: #eff4ff;
  color: #1e437f !important;
  font-weight: 700;
  text-decoration: none !important;
}

.bngc-shell .toolkit-actions,
.bnnc-shell .toolkit-actions,
.berc-shell .toolkit-actions {
  margin-top: 10px;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
}

.bngc-shell .toolkit-link,
.bnnc-shell .toolkit-link,
.berc-shell .toolkit-link {
  display: inline-flex !important;
  appearance: none;
  -webkit-appearance: none;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #c4d6f7;
  border-radius: 9px;
  background: #eff4ff;
  color: #1e437f !important;
  font-weight: 700;
  font-size: 0.78rem;
  text-decoration: none !important;
  line-height: 1.2;
  cursor: pointer;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  margin: 0 8px 0 0; /* fallback when theme CSS interferes with flex gap */
}

.bngc-shell .toolkit-actions .toolkit-link:last-child,
.bnnc-shell .toolkit-actions .toolkit-link:last-child,
.berc-shell .toolkit-actions .toolkit-link:last-child {
  margin-right: 0;
}

.bngc-shell .toolkit-link:hover,
.bngc-shell .toolkit-link:focus-visible,
.bnnc-shell .toolkit-link:hover,
.bnnc-shell .toolkit-link:focus-visible,
.berc-shell .toolkit-link:hover,
.berc-shell .toolkit-link:focus-visible {
  border-color: #8fb0f2;
  background: #e5eeff;
  text-decoration: none !important;
  outline: none;
}

.bngc-shell .bngc-form {
  margin-top: 14px;
  padding: 16px;
}

.bngc-shell .bngc-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bngc-shell .bngc-field {
  display: grid;
  gap: 6px;
}

.bngc-shell .bngc-field span {
  font-size: 0.92rem;
  font-weight: 700;
}

.bngc-shell input:focus-visible,
.bngc-shell select:focus-visible,
.bngc-shell .bngc-btn:focus-visible,
.bngc-shell .bngc-row-actions button:focus-visible,
.bngc-shell .bngc-mini-link:focus-visible,
.bngc-shell .bngc-mini-btn:focus-visible,
.bngc-shell .bngc-results:focus-visible,
.bnnc-shell input:focus-visible,
.bnnc-shell .bnnc-btn:focus-visible,
.bnnc-shell .bnnc-results:focus-visible,
.berc-shell input:focus-visible,
.berc-shell select:focus-visible,
.berc-shell .berc-btn:focus-visible,
.berc-shell .berc-results:focus-visible {
  outline: 3px solid #7ba7ff;
  outline-offset: 2px;
}

.bngc-shell input[type="text"],
.bngc-shell select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c7d6f3;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  color: #112033;
  font-size: 0.95rem;
}

.bngc-shell .bngc-options {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bngc-shell .bngc-options label {
  border: 1px solid #d7e2f8;
  border-radius: 10px;
  background: #f8fbff;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 600;
}

.bngc-shell .bngc-positioning {
  border: 1px solid rgba(15, 98, 254, 0.14);
  border-radius: 10px;
  background: #f8fbff;
  padding: 9px 10px;
}

.bngc-shell .bngc-affiliate,
.bnnc-shell .bngc-affiliate,
.berc-shell .bngc-affiliate {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--bngc-border);
  border-radius: 14px;
  background: var(--bngc-surface);
  box-shadow: 0 8px 24px rgba(16, 39, 71, 0.08);
}

.bngc-shell .bngc-affiliate-head h4,
.bnnc-shell .bngc-affiliate-head h4,
.berc-shell .bngc-affiliate-head h4,
.bngc-shell .bngc-affiliate-card h5,
.bnnc-shell .bngc-affiliate-card h5,
.berc-shell .bngc-affiliate-card h5 {
  margin: 0;
}

.bngc-shell .bngc-affiliate-head p,
.bnnc-shell .bngc-affiliate-head p,
.berc-shell .bngc-affiliate-head p,
.bngc-shell .bngc-affiliate-card p,
.bnnc-shell .bngc-affiliate-card p,
.berc-shell .bngc-affiliate-card p,
.bngc-shell .bngc-affiliate-disclosure,
.bnnc-shell .bngc-affiliate-disclosure,
.berc-shell .bngc-affiliate-disclosure {
  margin: 8px 0 0;
}

.bngc-shell .bngc-affiliate-grid,
.bnnc-shell .bngc-affiliate-grid,
.berc-shell .bngc-affiliate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.bngc-shell .bngc-affiliate-card,
.bnnc-shell .bngc-affiliate-card,
.berc-shell .bngc-affiliate-card {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border: 1px solid #d7e2f8;
  border-radius: 12px;
  background: #f8fbff;
}

.bngc-shell .bngc-affiliate-card p,
.bnnc-shell .bngc-affiliate-card p,
.berc-shell .bngc-affiliate-card p {
  flex: 1;
}

.bngc-shell .bngc-affiliate-btn,
.bnnc-shell .bngc-affiliate-btn,
.berc-shell .bngc-affiliate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #194ca8;
  border-radius: 10px;
  background: #0f62fe;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.bngc-shell .bngc-affiliate-disclosure,
.bnnc-shell .bngc-affiliate-disclosure,
.berc-shell .bngc-affiliate-disclosure {
  font-size: 0.82rem;
}

.bngc-shell .bngc-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bngc-shell .bngc-btn {
  border: 1px solid #194ca8;
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 700;
}

.bngc-shell .bngc-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--bngc-primary), #2f5ec3);
}

.bngc-shell .bngc-btn-secondary {
  color: #f8feff;
  border-color: rgba(56, 189, 248, 0.72);
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(8, 47, 73, 0.92));
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.bngc-shell .bngc-status {
  margin: 10px 0 0;
  font-size: 0.9rem;
  color: var(--bngc-muted);
}

.bngc-shell .bngc-results {
  margin-top: 14px;
  padding: 14px;
  background: #f8fbff;
}

.bngc-shell .bngc-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bngc-shell .bngc-card {
  border: 1px solid #c7d8f7 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  padding: 14px !important;
  box-shadow: 0 10px 24px rgba(16, 39, 71, 0.08) !important;
  position: relative;
  z-index: 1;
  pointer-events: auto !important;
  overflow: visible;
}

.bngc-shell .bngc-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #0f62fe 0%, #2f5ec3 100%);
  pointer-events: none;
}

.bngc-shell .bngc-chip-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.bngc-shell .bngc-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid #c9d7f7;
  background: #eef4ff;
  color: #1d3e76;
}

.bngc-shell .bngc-chip--fit { background: #eaf6ef; border-color: #b9e2c7; color: #1d6b3b; }
.bngc-shell .bngc-chip--score { background: #edf3ff; border-color: #c5d8ff; color: #234987; }
.bngc-shell .bngc-chip--profile { background: #fff7e8; border-color: #f2ddb0; color: #8b5b00; }
.bngc-shell .bngc-chip--context { background: #f4f7fd; border-color: #d8e3f7; color: #466184; }

.bngc-shell .bngc-profile-why {
  margin: 2px 0 8px;
  border: 1px dashed #d8e3f7;
  border-radius: 10px;
  background: #f9fbff;
  padding: 6px 8px;
}

.bngc-shell .bngc-profile-why summary {
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  color: #2d4a76;
}

.bngc-shell .bngc-profile-why ul {
  margin: 6px 0 0;
  padding-left: 18px;
}

.bngc-shell .bngc-profile-why li {
  color: #426082;
  font-size: 0.76rem;
  line-height: 1.35;
}

.bngc-shell .bngc-name {
  margin: 0;
  font-size: 1.2rem;
  color: #0e2e5c;
}

.bngc-shell .bngc-tagline {
  margin: 8px 0;
  color: #324d70;
  font-size: 0.92rem;
}

.bngc-shell .bngc-warning {
  margin: 6px 0 0;
  color: #8a2a10;
  background: #fff4ed;
  border: 1px solid #f6c4ac;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 0.82rem;
}

.bngc-shell .bngc-domains {
  margin: 8px 0 0;
  color: #4b617f;
  font-size: 0.84rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.bngc-shell .bngc-domain-status {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: #38567a;
}

.bngc-shell .bngc-domain-status.is-available { color: #136c36; }
.bngc-shell .bngc-domain-status.is-taken { color: #8a2a10; }
.bngc-shell .bngc-domain-status.is-unknown { color: #4c607b; }

.bngc-shell .bngc-registrars {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bngc-shell .bngc-mini-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid #c6d7f7;
  border-radius: 8px;
  background: #eff4ff;
  color: #1e437f !important;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: normal;
  overflow-wrap: break-word;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
  border-style: solid !important;
  border-width: 1px !important;
  line-height: 1.15 !important;
}

.bngc-shell .bngc-mini-link:hover,
.bngc-shell .bngc-mini-link:focus-visible {
  border-color: #8fb0f2;
  background: #e5eeff;
}

.bngc-shell .bngc-copy {
  margin-top: 10px;
  border: 1px solid #bfd1f4;
  border-radius: 9px;
  background: #f1f6ff;
  color: #173a70;
  font-size: 0.84rem;
  font-weight: 700;
  min-height: 34px;
  padding: 6px 10px;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
}

.bngc-shell .bngc-row-actions {
  margin-top: 10px;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
}

.bngc-shell .bngc-row-actions > * {
  flex: 1 1 calc(33.333% - 6px);
  min-width: 0;
}

.bngc-shell .bngc-save,
.bngc-shell .bngc-regen {
  margin-top: 10px;
  border: 1px solid #bfd1f4;
  border-radius: 9px;
  background: #f1f6ff;
  color: #173a70;
  font-size: 0.84rem;
  font-weight: 700;
  min-height: 34px;
  padding: 6px 10px;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
}

.bngc-shell .bngc-row-actions .bngc-copy,
.bngc-shell .bngc-row-actions .bngc-save,
.bngc-shell .bngc-row-actions .bngc-regen {
  margin-top: 0;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  white-space: normal;
  overflow-wrap: break-word;
  border-style: solid !important;
  border-width: 1px !important;
  line-height: 1.2 !important;
  pointer-events: auto !important;
}

.bngc-shell .bngc-row-actions button {
  width: 100% !important;
  background: #f1f6ff !important;
  color: #173a70 !important;
  border-color: #bfd1f4 !important;
  border-radius: 9px !important;
  padding: 6px 10px !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

.bngc-shell .bngc-registrars > .bngc-mini-link {
  flex: 0 0 auto;
}

.bngc-shell .bngc-mini-link-btn {
  appearance: none;
  -webkit-appearance: none;
}

.bngc-shell .bngc-save.is-saved {
  border-color: #9ed8b1;
  background: #e8f7ee;
  color: #136c36;
}

.bngc-shell .bngc-library {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bngc-shell .bngc-library-card {
  border: 1px solid #dbe5fa;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(16, 39, 71, 0.08);
}

.bngc-shell .bngc-library-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.bngc-shell .bngc-library-head h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #16345f;
}

.bngc-shell .bngc-library-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.bngc-shell .bngc-list {
  display: grid;
  gap: 8px;
}

.bngc-shell .bngc-list-item {
  border: 1px solid #e1e9f8;
  border-radius: 10px;
  background: #f9fbff;
  padding: 9px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.bngc-shell .bngc-list-item strong {
  display: block;
  color: #102d57;
  font-size: 0.93rem;
}

.bngc-shell .bngc-list-item span {
  display: block;
  color: #4a6384;
  font-size: 0.78rem;
}

.bngc-shell .bngc-list-actions {
  display: flex;
  gap: 6px;
}

.bngc-shell .bngc-mini-btn {
  border: 1px solid #c6d7f7;
  border-radius: 8px;
  background: #eff4ff;
  color: #1e437f;
  min-height: 28px;
  padding: 4px 8px;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
}

.bngc-shell .bngc-empty {
  margin: 0;
  color: var(--bngc-muted);
}

@media (max-width: 900px) {
  .bngc-shell .bngc-grid,
  .bngc-shell .bngc-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bngc-shell {
    width: 100%;
    margin: 12px auto;
    border-radius: 12px;
    padding: 14px;
  }

  .bngc-shell .bngc-grid,
  .bngc-shell .bngc-options,
  .bngc-shell .bngc-cards,
  .bngc-shell .bngc-library,
  .bngc-shell .bngc-row-actions {
    grid-template-columns: 1fr;
  }

  .bngc-shell .bngc-row-actions > * {
    flex-basis: 100%;
  }

  .bngc-shell .bngc-btn {
    width: 100%;
  }

  .bngc-shell .toolkit-actions,
  .bnnc-shell .toolkit-actions,
  .berc-shell .toolkit-actions {
    flex-direction: column !important;
    align-items: stretch;
  }

  .bngc-shell .toolkit-link,
  .bnnc-shell .toolkit-link,
  .berc-shell .toolkit-link {
    width: 100%;
    margin: 0;
  }
}

.bnnc-shell {
  --bnnc-border: #d8e0ee;
  --bnnc-text: #112033;
  --bnnc-muted: #42566f;
  --bnnc-primary: #0f62fe;
  width: min(1120px, 100%);
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid var(--bnnc-border);
  border-radius: 20px;
  background: linear-gradient(165deg, #f9fbff 0%, #eef3fb 100%);
  box-shadow: 0 14px 40px rgba(16, 39, 71, 0.12);
  color: var(--bnnc-text);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.bnnc-shell,
.bnnc-shell * {
  box-sizing: border-box;
}

.bnnc-shell .bnnc-hero,
.bnnc-shell .bnnc-form,
.bnnc-shell .bnnc-results {
  border: 1px solid var(--bnnc-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 39, 71, 0.08);
}

.bnnc-shell .bnnc-hero {
  padding: 18px;
  background: radial-gradient(circle at 0 0, #e3efff, #f6f9ff 65%);
}

.bnnc-shell .bnnc-eyebrow {
  margin: 0 0 6px;
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0043ce;
}

.bnnc-shell h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  background: linear-gradient(135deg, #0f62fe 0%, #2359c4 42%, #f28424 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bnnc-shell .bnnc-hero p {
  margin: 10px 0 0;
  color: var(--bnnc-muted);
}

.bnnc-shell .bnnc-form {
  margin-top: 14px;
  padding: 16px;
  display: grid;
  gap: 10px;
}

.bnnc-shell .bnnc-field {
  display: grid;
  gap: 6px;
}

.bnnc-shell .bnnc-field span {
  font-size: 0.92rem;
  font-weight: 700;
}

.bnnc-shell input[type="text"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c7d6f3;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  color: #112033;
  font-size: 0.95rem;
}

.bnnc-shell .bnnc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bnnc-shell .bnnc-btn {
  border: 1px solid #194ca8;
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 700;
}

.bnnc-shell .bnnc-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--bnnc-primary), #2f5ec3);
}

.bnnc-shell .bnnc-btn-secondary {
  color: #f8feff;
  border-color: rgba(56, 189, 248, 0.72);
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(8, 47, 73, 0.92));
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.bnnc-shell .bnnc-results {
  margin-top: 14px;
  padding: 14px;
  background: #f8fbff;
}

.bnnc-shell .bnnc-result-card {
  border: 1px solid #c7d8f7;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
}

.bnnc-shell .bnnc-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
}

.bnnc-shell .bnnc-number {
  margin: 0;
  font-size: 1.9rem;
  color: #0e2e5c;
  line-height: 1.1;
  min-width: 1.8ch;
}

.bnnc-shell .bnnc-title {
  margin: 2px 0 0;
  font-size: 1.06rem;
  font-weight: 700;
  color: #1a3e7a;
}

.bnnc-shell .bnnc-meta {
  margin: 6px 0 0;
  color: #4a6284;
  font-size: 0.86rem;
  font-weight: 600;
}

.bnnc-shell .bnnc-desc {
  margin: 12px 0 0;
  color: #324d70;
  line-height: 1.55;
}

.bnnc-shell .bnnc-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bnnc-shell .bnnc-panel {
  border: 1px solid #d8e3f8;
  border-radius: 10px;
  background: #f8fbff;
  padding: 10px 12px;
}

.bnnc-shell .bnnc-panel h4 {
  margin: 0 0 8px;
  color: #163f7a;
  font-size: 0.92rem;
}

.bnnc-shell .bnnc-panel p {
  margin: 0 0 8px;
  color: #324d70;
  font-size: 0.9rem;
  line-height: 1.5;
}

.bnnc-shell .bnnc-panel p:last-child {
  margin-bottom: 0;
}

.bnnc-shell .bnnc-panel ul {
  margin: 0;
  padding-left: 18px;
}

.bnnc-shell .bnnc-panel li {
  margin: 4px 0;
  color: #324d70;
  font-size: 0.9rem;
  line-height: 1.45;
}

.bnnc-shell .bnnc-panel-full {
  margin-top: 10px;
}

.bnnc-shell .bnnc-empty {
  margin: 0;
  color: var(--bnnc-muted);
}

.bnnc-shell .bnnc-error {
  margin: 0;
  color: #8a2a10;
  background: #fff4ed;
  border: 1px solid #f6c4ac;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 680px) {
  .bnnc-shell {
    width: 100%;
    margin: 12px auto;
    border-radius: 12px;
    padding: 14px;
  }

  .bnnc-shell .bnnc-btn {
    width: 100%;
  }

  .bnnc-shell .bnnc-grid {
    grid-template-columns: 1fr;
  }

  .bnnc-shell .bnnc-head {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.berc-shell {
  --berc-border: #d8e0ee;
  --berc-text: #112033;
  --berc-muted: #42566f;
  --berc-primary: #0f62fe;
  width: min(1120px, 100%);
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid var(--berc-border);
  border-radius: 20px;
  background: linear-gradient(165deg, #f9fbff 0%, #eef3fb 100%);
  box-shadow: 0 14px 40px rgba(16, 39, 71, 0.12);
  color: var(--berc-text);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.berc-shell,
.berc-shell * {
  box-sizing: border-box;
  min-width: 0;
}

.berc-shell .berc-hero,
.berc-shell .berc-form,
.berc-shell .berc-results {
  border: 1px solid var(--berc-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 39, 71, 0.08);
}

.berc-shell .berc-hero {
  padding: 18px;
  background: radial-gradient(circle at 0 0, #e3efff, #f6f9ff 65%);
}

.berc-shell .berc-eyebrow {
  margin: 0 0 6px;
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0043ce;
}

.berc-shell h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  background: linear-gradient(135deg, #0f62fe 0%, #2359c4 42%, #f28424 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.berc-shell .berc-hero p {
  margin: 10px 0 0;
  color: var(--berc-muted);
}

.berc-shell .berc-form {
  margin-top: 14px;
  padding: 16px;
}

.berc-shell .berc-grid,
.berc-shell .berc-risk-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.berc-shell .berc-risk-grid {
  margin-top: 10px;
}

.berc-shell .berc-field {
  display: grid;
  gap: 6px;
}

.berc-shell .berc-field span {
  font-size: 0.92rem;
  font-weight: 700;
}

.berc-shell input[type="number"],
.berc-shell select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c7d6f3;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  color: #112033;
  font-size: 0.95rem;
}

.berc-shell .berc-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.berc-shell .berc-btn {
  border: 1px solid #194ca8;
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 700;
}

.berc-shell .berc-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--berc-primary), #2f5ec3);
}

.berc-shell .berc-btn-secondary {
  color: #f8feff;
  border-color: rgba(56, 189, 248, 0.72);
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(8, 47, 73, 0.92));
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.berc-shell .berc-status {
  margin: 10px 0 0;
  font-size: 0.9rem;
  color: var(--berc-muted);
}

.berc-shell .berc-helper {
  margin: 10px 0 0;
  font-size: 0.82rem;
  color: #466184;
  border: 1px dashed #c7d6f3;
  border-radius: 9px;
  background: #f6f9ff;
  padding: 8px 10px;
}

.berc-shell .berc-results {
  margin-top: 14px;
  padding: 14px;
  background: #f8fbff;
}

.berc-shell .berc-overview,
.berc-shell .berc-breakdown,
.berc-shell .berc-advice,
.berc-shell .berc-scenario-card,
.berc-shell .berc-metric {
  border: 1px solid #dbe5fa;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 39, 71, 0.08);
}

.berc-shell .berc-overview {
  padding: 14px;
}

.berc-shell .berc-overview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.berc-shell .berc-overview h3 {
  margin: 0;
  color: #102d57;
  font-size: 1.2rem;
}

.berc-shell .berc-overview-copy {
  margin: 10px 0 0;
  color: #3a567b;
}

.berc-shell .berc-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid #bfd1f4;
}

.berc-shell .berc-pill.is-low { background: #eaf6ef; border-color: #b9e2c7; color: #1d6b3b; }
.berc-shell .berc-pill.is-moderate { background: #fff6e9; border-color: #f2d9a7; color: #825400; }
.berc-shell .berc-pill.is-elevated { background: #fff0ea; border-color: #f3c7b7; color: #8b3a1f; }
.berc-shell .berc-pill.is-high { background: #ffeef0; border-color: #f5bcc6; color: #8a1f2e; }

.berc-shell .berc-scenario-grid {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.berc-shell .berc-scenario-card {
  padding: 12px;
}

.berc-shell .berc-scenario-card.is-selected {
  border-color: #9dc0ff;
  box-shadow: 0 12px 30px rgba(15, 98, 254, 0.18);
}

.berc-shell .berc-scenario-card h4 {
  margin: 0 0 8px;
  color: #173a70;
  font-size: 1rem;
}

.berc-shell .berc-scenario-card p {
  margin: 6px 0 0;
  color: #314c72;
  font-size: 0.9rem;
}

.berc-shell .berc-metrics-grid {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.berc-shell .berc-metric {
  padding: 11px;
}

.berc-shell .berc-metric span {
  display: inline;
  color: #4b6284;
  font-size: 0.78rem;
  margin-bottom: 0;
}

.berc-shell .berc-metric strong {
  color: #12305c;
  font-size: 1.02rem;
  display: inline;
  margin-left: 2px;
}

.berc-shell .berc-metric {
  line-height: 1.45;
}

.berc-shell .berc-breakdown,
.berc-shell .berc-advice {
  margin-top: 12px;
  padding: 12px;
}

.berc-shell .berc-breakdown h4,
.berc-shell .berc-advice h4 {
  margin: 0 0 10px;
  color: #173a70;
  font-size: 1.02rem;
}

.berc-shell .berc-breakdown-intro {
  margin: 0 0 10px;
  color: #4a6384;
  font-size: 0.86rem;
}

.berc-shell .berc-factor-row + .berc-factor-row {
  margin-top: 8px;
}

.berc-shell .berc-factor-head {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #1f3f73;
  font-size: 0.86rem;
  flex-wrap: wrap;
}

.berc-shell .berc-factor-head strong {
  color: #12305c;
}

.berc-shell .berc-factor-track {
  margin-top: 4px;
  height: 8px;
  border-radius: 999px;
  background: #eaf0fb;
  overflow: hidden;
}

.berc-shell .berc-factor-track > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #4f8dff 0%, #1f63de 100%);
}

.berc-shell .berc-advice ul {
  margin: 0;
  padding-left: 18px;
}

.berc-shell .berc-advice li {
  color: #2f4a70;
  line-height: 1.5;
}

.berc-shell .berc-empty {
  margin: 0;
  color: var(--berc-muted);
}

.berc-shell .berc-error {
  margin: 0;
  color: #8a2a10;
  background: #fff4ed;
  border: 1px solid #f6c4ac;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 980px) {
  .berc-shell .berc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .berc-shell .berc-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .berc-shell .berc-scenario-grid,
  .berc-shell .berc-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .berc-shell {
    width: 100%;
    margin: 12px auto;
    border-radius: 12px;
    padding: 14px;
  }

  .berc-shell .berc-grid,
  .berc-shell .berc-risk-grid,
  .berc-shell .berc-scenario-grid,
  .berc-shell .berc-metrics-grid {
    grid-template-columns: 1fr;
  }

  .berc-shell .berc-btn {
    width: 100%;
  }
}

/* SSA dark-neon alignment: keep local layout, match the site result skin. */
.bngc-shell,
.bnnc-shell,
.berc-shell {
  --bngc-surface: rgba(8, 18, 34, 0.96);
  --bngc-surface-alt: rgba(15, 23, 42, 0.92);
  --bngc-border: rgba(45, 212, 191, 0.34);
  --bngc-text: #f4fdff;
  --bngc-muted: #dbeafe;
  --bngc-primary: #2dd4bf;
  --bngc-primary-dark: #38bdf8;
  --bnnc-border: rgba(45, 212, 191, 0.34);
  --bnnc-text: #f4fdff;
  --bnnc-muted: #dbeafe;
  --bnnc-primary: #2dd4bf;
  --berc-border: rgba(45, 212, 191, 0.34);
  --berc-text: #f4fdff;
  --berc-muted: #dbeafe;
  --berc-primary: #2dd4bf;
  color-scheme: dark;
  border-color: rgba(45, 212, 191, 0.42) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.16), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(167, 139, 250, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(8, 18, 34, 0.98), rgba(3, 8, 18, 0.98)) !important;
  color: #f4fdff !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36) !important;
}

.bngc-shell :where(.bngc-hero, .bngc-form, .bngc-results, .bngc-card, .bngc-library-card, .bngc-list-item, .bngc-profile-why, .bngc-context, .bngc-affiliate, .bngc-affiliate-card, .bngc-positioning, .toolkit-insight),
.bnnc-shell :where(.bnnc-hero, .bnnc-form, .bnnc-results, .bnnc-result-card, .bnnc-panel, .bngc-context, .bngc-affiliate, .bngc-affiliate-card, .toolkit-insight),
.berc-shell :where(.berc-hero, .berc-form, .berc-results, .berc-overview, .berc-breakdown, .berc-advice, .berc-scenario-card, .berc-metric, .berc-helper, .bngc-context, .bngc-affiliate, .bngc-affiliate-card, .toolkit-insight) {
  border-color: rgba(45, 212, 191, 0.34) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(8, 18, 34, 0.96), rgba(3, 8, 18, 0.96)) !important;
  color: #dbeafe !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.bngc-shell :where(h2, h3, h4, summary, strong, .bngc-name, .bngc-library-head h3, .bngc-affiliate-head h4, .bngc-affiliate-card h5, .toolkit-insight-head),
.bnnc-shell :where(h2, h3, h4, strong, .bnnc-number, .bnnc-title, .bngc-affiliate-head h4, .bngc-affiliate-card h5, .toolkit-insight-head),
.berc-shell :where(h2, h3, h4, strong, .berc-overview h3, .bngc-affiliate-head h4, .bngc-affiliate-card h5, .toolkit-insight-head) {
  color: #ffffff !important;
  text-shadow: 0 0 18px rgba(56, 189, 248, 0.24);
}

.bngc-shell :where(p, li, label, span, small, em, div, summary, .bngc-tagline, .bngc-domains, .bngc-domain-status, .bngc-empty, .bngc-affiliate-disclosure, .toolkit-insight-summary),
.bnnc-shell :where(p, li, label, span, small, em, div, .bnnc-meta, .bnnc-desc, .bnnc-empty, .bngc-affiliate-disclosure, .toolkit-insight-summary),
.berc-shell :where(p, li, label, span, small, em, div, .berc-overview-copy, .berc-breakdown-intro, .berc-empty, .bngc-affiliate-disclosure, .toolkit-insight-summary) {
  color: #dbeafe !important;
}

.bngc-shell :where(input[type="text"], select),
.bnnc-shell input[type="text"],
.berc-shell :where(input[type="number"], select) {
  border-color: rgba(56, 189, 248, 0.42) !important;
  background: rgba(2, 6, 23, 0.84) !important;
  color: #f4fdff !important;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.44) !important;
}

.bngc-shell :where(input[type="text"], select)::placeholder,
.bnnc-shell input[type="text"]::placeholder,
.berc-shell :where(input[type="number"], select)::placeholder {
  color: rgba(219, 234, 254, 0.68) !important;
}

.bngc-shell :where(.bngc-btn-primary, .bngc-copy, .bngc-save, .bngc-regen, .bngc-mini-btn, .bngc-mini-link, .bngc-affiliate-btn, .toolkit-link),
.bnnc-shell :where(.bnnc-btn-primary, .bngc-affiliate-btn, .toolkit-link),
.berc-shell :where(.berc-btn-primary, .bngc-affiliate-btn, .toolkit-link) {
  border-color: rgba(45, 212, 191, 0.72) !important;
  background: linear-gradient(135deg, #2dd4bf, #38bdf8) !important;
  color: #031018 !important;
  box-shadow: 0 10px 24px rgba(34, 211, 238, 0.20) !important;
}

.bngc-shell :where(.bngc-btn-secondary, .bngc-row-actions button),
.bnnc-shell .bnnc-btn-secondary,
.berc-shell .berc-btn-secondary {
  border-color: rgba(56, 189, 248, 0.42) !important;
  background: rgba(2, 6, 23, 0.72) !important;
  color: #eaf8ff !important;
}

.bngc-shell :where(.bngc-chip, .bngc-chip--fit, .bngc-chip--score, .bngc-chip--profile, .bngc-chip--context),
.berc-shell :where(.berc-pill, .berc-pill.is-low, .berc-pill.is-moderate, .berc-pill.is-elevated, .berc-pill.is-high) {
  border-color: rgba(45, 212, 191, 0.36) !important;
  background: rgba(45, 212, 191, 0.12) !important;
  color: #dffef8 !important;
}

.bngc-shell :where(.bngc-warning),
.bnnc-shell :where(.bnnc-error),
.berc-shell :where(.berc-error) {
  border-color: rgba(251, 113, 133, 0.46) !important;
  background: linear-gradient(135deg, rgba(251, 113, 133, 0.14), rgba(3, 8, 18, 0.96)) !important;
  color: #ffe4e8 !important;
}

.berc-shell .berc-factor-track {
  background: rgba(15, 23, 42, 0.92) !important;
}

.berc-shell .berc-factor-track > span,
.bngc-shell .bngc-card::before {
  background: linear-gradient(180deg, #2dd4bf 0%, #38bdf8 100%) !important;
}

/* Final hard stop for generated business tool result fragments. */
.bngc-shell :is(
  #results,
  [id*="result"],
  [id*="Result"],
  [aria-live="polite"],
  table,
  thead,
  tbody,
  tr,
  td,
  th,
  [class*="result"],
  [class*="summary"],
  [class*="card"],
  [class*="panel"],
  [class*="metric"],
  [class*="output"]
),
.bnnc-shell :is(
  #results,
  [id*="result"],
  [id*="Result"],
  [aria-live="polite"],
  [class*="result"],
  [class*="summary"],
  [class*="card"],
  [class*="panel"],
  [class*="output"]
),
.berc-shell :is(
  #results,
  [id*="result"],
  [id*="Result"],
  [aria-live="polite"],
  table,
  thead,
  tbody,
  tr,
  td,
  th,
  [class*="result"],
  [class*="summary"],
  [class*="card"],
  [class*="panel"],
  [class*="metric"],
  [class*="output"]
) {
  border-color: rgba(45, 212, 191, 0.34) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(8, 18, 34, 0.98), rgba(3, 8, 18, 0.98)) !important;
  color: #dbeafe !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.bngc-shell :is(a:not(.bngc-btn-primary):not(.bngc-btn-secondary):not(.bngc-mini-btn):not(.bngc-mini-link)),
.bnnc-shell :is(a:not(.bnnc-btn-primary):not(.bnnc-btn-secondary)),
.berc-shell :is(a:not(.berc-btn-primary):not(.berc-btn-secondary)) {
  color: #7dd3fc !important;
}

/* Final guard for light option rows and generated page fragments. */
body .bngc-shell.bngc-shell :where(.bngc-options label, .bngc-positioning, .bngc-field, .bngc-context-links a),
body .bnnc-shell.bnnc-shell :where(.bnnc-field),
body .berc-shell.berc-shell :where(.berc-field) {
  border-color: rgba(45, 212, 191, 0.36) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(8, 18, 34, 0.98), rgba(3, 8, 18, 0.98)) !important;
  color: #eaf8ff !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24) !important;
}

body .bngc-shell.bngc-shell :where(.bngc-options label, .bngc-positioning, .bngc-field, .bngc-context-links a) :where(span, strong, small, em, div),
body .bnnc-shell.bnnc-shell :where(.bnnc-field) :where(span, strong, small, em, div),
body .berc-shell.berc-shell :where(.berc-field) :where(span, strong, small, em, div) {
  color: #f8feff !important;
  opacity: 1 !important;
}

.bngc-shell .bngc-score-breakdown {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

.bngc-shell .bngc-score-breakdown li {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(45, 212, 191, 0.28);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.46);
}

.bngc-shell .bngc-score-breakdown span {
  color: #bfdbfe !important;
  font-size: 0.72rem;
  line-height: 1.2;
}

.bngc-shell .bngc-score-breakdown strong {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.1;
}

.bngc-shell .bngc-launch-pack {
  margin: 12px 0;
  border: 1px solid rgba(45, 212, 191, 0.32);
  border-radius: 10px;
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(8, 18, 34, 0.96), rgba(3, 8, 18, 0.96));
  color: #dbeafe !important;
  overflow: hidden;
}

.bngc-shell .bngc-launch-pack summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 12px;
  cursor: pointer;
  color: #ffffff !important;
  font-weight: 850;
  text-shadow: 0 0 16px rgba(56, 189, 248, 0.22);
}

.bngc-shell .bngc-launch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 12px 12px;
}

.bngc-shell .bngc-launch-grid section,
.bngc-shell .bngc-launch-bottom {
  min-width: 0;
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 9px;
  background: rgba(2, 6, 23, 0.54);
  padding: 10px;
}

.bngc-shell .bngc-launch-grid h4 {
  margin: 0 0 6px;
  color: #ffffff !important;
  font-size: 0.94rem;
}

.bngc-shell .bngc-launch-grid p,
.bngc-shell .bngc-launch-grid li,
.bngc-shell .bngc-launch-bottom p {
  color: #dbeafe !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

.bngc-shell .bngc-launch-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 1rem;
}

.bngc-shell .bngc-launch-bottom {
  display: grid;
  gap: 6px;
  margin: 0 12px 12px;
}

body .bngc-shell.bngc-shell :where(input[type="checkbox"], input[type="radio"]),
body .bnnc-shell.bnnc-shell :where(input[type="checkbox"], input[type="radio"]),
body .berc-shell.berc-shell :where(input[type="checkbox"], input[type="radio"]) {
  accent-color: #2dd4bf !important;
}

@media (max-width: 760px) {
  .bngc-shell .bngc-context,
  .bnnc-shell .bngc-context,
  .berc-shell .bngc-context,
  .bngc-shell .bngc-affiliate-grid,
  .bnnc-shell .bngc-affiliate-grid,
  .berc-shell .bngc-affiliate-grid {
    grid-template-columns: 1fr;
  }

  .bngc-shell .bngc-context-links a,
  .bnnc-shell .bngc-context-links a,
  .berc-shell .bngc-context-links a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .bngc-shell,
  .bnnc-shell,
  .berc-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    overflow-x: hidden !important;
  }

  .bngc-shell *,
  .bnnc-shell *,
  .berc-shell * {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
  }

  .bngc-shell :where(.bngc-grid, .bngc-results-grid, .bngc-context, .bngc-affiliate-grid, [class*="-grid"]),
  .bnnc-shell :where(.bnnc-grid, .bngc-context, .bngc-affiliate-grid, [class*="-grid"]),
  .berc-shell :where(.berc-grid, .berc-results-grid, .bngc-context, .bngc-affiliate-grid, [class*="-grid"]) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .bngc-shell .bngc-score-breakdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bngc-shell .bngc-launch-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* SSA dark-neon hard stop for legacy pale business-name widgets. */
body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) {
  --ssa-neon-bg: #050b12;
  --ssa-neon-surface: rgba(5, 14, 24, 0.98);
  --ssa-neon-surface-2: rgba(8, 26, 40, 0.96);
  --ssa-neon-border: rgba(45, 211, 218, 0.56);
  --ssa-neon-text: #f4fbff;
  --ssa-neon-muted: #cfefff;
  --ssa-neon-accent: #2ed3da;
  background: linear-gradient(135deg, var(--ssa-neon-bg), #061927) !important;
  border-color: var(--ssa-neon-border) !important;
  color: var(--ssa-neon-text) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) :is(section, article, aside, fieldset, details, summary, table, thead, tbody, tfoot, tr, td, th, label, legend, [aria-live], [role="tabpanel"], [role="group"], [class*="card"], [class*="Card"], [class*="panel"], [class*="Panel"], [class*="box"], [class*="Box"], [class*="tile"], [class*="Tile"], [class*="widget"], [class*="Widget"], [class*="result"], [class*="Result"], [class*="summary"], [class*="Summary"], [class*="output"], [class*="Output"], [class*="metric"], [class*="Metric"], [class*="stat"], [class*="Stat"], [class*="notice"], [class*="Notice"], [class*="warning"], [class*="Warning"], [class*="callout"], [class*="Callout"], [class*="option"], [class*="Option"], [class*="question"], [class*="Question"], [class*="field"], [class*="Field"], [class*="group"], [class*="Group"], [class*="item"], [class*="Item"], [class*="row"], [class*="Row"], [class*="form"], [class*="Form"], [class*="input"], [class*="Input"], [class*="history"], [class*="History"], [class*="dashboard"], [class*="Dashboard"], [class*="profile"], [class*="Profile"], [class*="prompt"], [class*="Prompt"], [class*="intro"], [class*="Intro"], [class*="body"], [class*="Body"]) {
  background: linear-gradient(135deg, var(--ssa-neon-surface), var(--ssa-neon-surface-2)) !important;
  border-color: var(--ssa-neon-border) !important;
  box-shadow: 0 0 0 1px rgba(45, 211, 218, 0.16), 0 18px 44px rgba(0, 0, 0, 0.34) !important;
  color: var(--ssa-neon-text) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) :is(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]), select, textarea) {
  background: rgba(3, 10, 18, 0.98) !important;
  border-color: var(--ssa-neon-border) !important;
  color: var(--ssa-neon-text) !important;
  -webkit-text-fill-color: var(--ssa-neon-text) !important;
  box-shadow: inset 0 0 0 1px rgba(45, 211, 218, 0.14) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) :is(input[type="checkbox"], input[type="radio"]) {
  accent-color: var(--ssa-neon-accent) !important;
  background-color: rgba(3, 10, 18, 0.98) !important;
  border-color: var(--ssa-neon-border) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) input::placeholder,
body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) {
  --ssa-neon-bg: #050b12;
  --ssa-neon-surface: rgba(5, 14, 24, 0.98);
  --ssa-neon-surface-2: rgba(8, 26, 40, 0.96);
  --ssa-neon-border: rgba(45, 211, 218, 0.56);
  --ssa-neon-text: #f4fbff;
  --ssa-neon-muted: #cfefff;
  --ssa-neon-accent: #2ed3da;
  background: linear-gradient(135deg, var(--ssa-neon-bg), #061927) !important;
  border-color: var(--ssa-neon-border) !important;
  color: var(--ssa-neon-text) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) :is(section, article, aside, fieldset, details, summary, table, thead, tbody, tfoot, tr, td, th, label, legend, [aria-live], [role="tabpanel"], [role="group"], [class*="card"], [class*="Card"], [class*="panel"], [class*="Panel"], [class*="box"], [class*="Box"], [class*="tile"], [class*="Tile"], [class*="widget"], [class*="Widget"], [class*="result"], [class*="Result"], [class*="summary"], [class*="Summary"], [class*="output"], [class*="Output"], [class*="metric"], [class*="Metric"], [class*="stat"], [class*="Stat"], [class*="notice"], [class*="Notice"], [class*="warning"], [class*="Warning"], [class*="callout"], [class*="Callout"], [class*="option"], [class*="Option"], [class*="question"], [class*="Question"], [class*="field"], [class*="Field"], [class*="group"], [class*="Group"], [class*="item"], [class*="Item"], [class*="row"], [class*="Row"], [class*="form"], [class*="Form"], [class*="input"], [class*="Input"], [class*="history"], [class*="History"], [class*="dashboard"], [class*="Dashboard"], [class*="profile"], [class*="Profile"], [class*="prompt"], [class*="Prompt"], [class*="intro"], [class*="Intro"], [class*="body"], [class*="Body"]) {
  background: linear-gradient(135deg, var(--ssa-neon-surface), var(--ssa-neon-surface-2)) !important;
  border-color: var(--ssa-neon-border) !important;
  box-shadow: 0 0 0 1px rgba(45, 211, 218, 0.16), 0 18px 44px rgba(0, 0, 0, 0.34) !important;
  color: var(--ssa-neon-text) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) :is(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]), select, textarea) {
  background: rgba(3, 10, 18, 0.98) !important;
  border-color: var(--ssa-neon-border) !important;
  color: var(--ssa-neon-text) !important;
  -webkit-text-fill-color: var(--ssa-neon-text) !important;
  box-shadow: inset 0 0 0 1px rgba(45, 211, 218, 0.14) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) :is(input[type="checkbox"], input[type="radio"]) {
  accent-color: var(--ssa-neon-accent) !important;
  background-color: rgba(3, 10, 18, 0.98) !important;
  border-color: var(--ssa-neon-border) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) textarea::placeholder {
  color: rgba(207, 239, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(207, 239, 255, 0.72) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) :is(button:not(.mf-danger-button), .button:not(.mf-danger-button), .btn:not(.mf-danger-button), [role="button"]:not(.mf-danger-button), input[type="button"], input[type="submit"], input[type="reset"], a.button, a.btn, [class*="-btn"]:not(.mf-danger-button), [class*="-button"]:not(.mf-danger-button), [class*="Button"]:not(.mf-danger-button)) {
  background: linear-gradient(135deg, #33f7ff, #21c6d3 55%, #1498ff) !important;
  border-color: rgba(84, 245, 255, 0.82) !important;
  color: #021018 !important;
  -webkit-text-fill-color: #021018 !important;
  box-shadow: 0 0 18px rgba(45, 211, 218, 0.28), 0 12px 28px rgba(0, 0, 0, 0.32) !important;
  text-shadow: none !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) :is(h1, h2, h3, h4, h5, h6, p, li, label, span, small, strong, b, em, legend, summary, td, th, output, div) {
  color: var(--ssa-neon-text) !important;
}

body :is(
  #bng-page-shell#bng-page-shell,
  .bngc-shell.bngc-shell,
  .bnnc-shell.bnnc-shell,
  .berc-shell.berc-shell,
  [class^="bngc-"][class^="bngc-"],
  [class*=" bngc-"][class*=" bngc-"],
  [class^="bnnc-"][class^="bnnc-"],
  [class*=" bnnc-"][class*=" bnnc-"],
  [class^="berc-"][class^="berc-"],
  [class*=" berc-"][class*=" berc-"]
) a:not(.button):not(.btn) {
  color: #7ff7ff !important;
}

.bngc-comparison {
  margin-top: 14px;
}

.bngc-comparison-panel,
.berc-methodology {
  border: 1px solid rgba(45, 211, 218, 0.34);
  border-radius: 10px;
  padding: 14px;
  background: rgba(5, 14, 24, 0.72);
}

.bngc-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bngc-comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.bngc-comparison-table th,
.bngc-comparison-table td {
  border-bottom: 1px solid rgba(45, 211, 218, 0.2);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.bngc-comparison-table th {
  color: #f4fbff;
  font-weight: 800;
}

.bngc-comparison-table small {
  display: block;
  margin-top: 4px;
  color: rgba(207, 239, 255, 0.82);
}

.bngc-local-privacy {
  margin: 10px 0 0;
  color: rgba(207, 239, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bngc-option-note {
  display: block;
  margin-top: 4px;
  color: rgba(207, 239, 255, 0.72);
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 500;
}

.berc-methodology {
  margin-top: 14px;
}

.berc-methodology summary {
  cursor: pointer;
  font-weight: 800;
}

.berc-methodology ul {
  margin: 12px 0;
  padding-left: 1.2rem;
}

/* Final BNG action-button contrast fix: outlined/dark buttons need light labels. */
.bngc-shell :is(
  .bngc-btn-secondary,
  .bngc-row-actions .bngc-copy,
  .bngc-row-actions .bngc-save,
  .bngc-row-actions .bngc-regen,
  .toolkit-actions .toolkit-link,
  .bngc-mini-link-btn,
  .bngc-list-actions .bngc-mini-btn,
  .bngc-mini-btn,
  #bngc-clear-saved,
  #bngc-clear-history,
  #bngc-export-saved,
  #bngc-compare-saved
),
.bnnc-shell .toolkit-actions .toolkit-link,
.berc-shell .toolkit-actions .toolkit-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(3, 10, 18, 0.96), rgba(8, 18, 34, 0.98)) !important;
  border-color: rgba(56, 189, 248, 0.62) !important;
  color: #eaf8ff !important;
  -webkit-text-fill-color: #eaf8ff !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  cursor: pointer !important;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.22) !important;
  box-shadow: inset 0 0 0 1px rgba(45, 211, 218, 0.12), 0 0 14px rgba(45, 211, 218, 0.14) !important;
  opacity: 1 !important;
}

.bngc-shell :is(
  .bngc-btn-secondary,
  .bngc-row-actions .bngc-copy,
  .bngc-row-actions .bngc-save,
  .bngc-row-actions .bngc-regen,
  .toolkit-actions .toolkit-link,
  .bngc-mini-link-btn,
  .bngc-list-actions .bngc-mini-btn,
  .bngc-mini-btn,
  #bngc-clear-saved,
  #bngc-clear-history,
  #bngc-export-saved,
  #bngc-compare-saved
):is(:hover, :focus-visible),
.bnnc-shell .toolkit-actions .toolkit-link:is(:hover, :focus-visible),
.berc-shell .toolkit-actions .toolkit-link:is(:hover, :focus-visible) {
  background: linear-gradient(135deg, rgba(9, 31, 47, 0.98), rgba(5, 42, 54, 0.98)) !important;
  border-color: rgba(126, 247, 255, 0.86) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px rgba(126, 247, 255, 0.18), 0 0 20px rgba(45, 211, 218, 0.24) !important;
}

.bngc-shell :is(
  .bngc-btn-secondary,
  .bngc-row-actions .bngc-copy,
  .bngc-row-actions .bngc-save,
  .bngc-row-actions .bngc-regen,
  .toolkit-actions .toolkit-link,
  .bngc-mini-link-btn,
  .bngc-list-actions .bngc-mini-btn,
  .bngc-mini-btn,
  #bngc-clear-saved,
  #bngc-clear-history,
  #bngc-export-saved,
  #bngc-compare-saved
):disabled,
.bnnc-shell .toolkit-actions .toolkit-link:disabled,
.berc-shell .toolkit-actions .toolkit-link:disabled {
  background: rgba(3, 10, 18, 0.72) !important;
  border-color: rgba(56, 189, 248, 0.30) !important;
  color: rgba(207, 239, 255, 0.66) !important;
  -webkit-text-fill-color: rgba(207, 239, 255, 0.66) !important;
  opacity: 1 !important;
}

/* Mobile form-control safety: keep checkbox labels readable beside controls. */
body .bngc-shell.bngc-shell .bngc-options {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
}

body .bngc-shell.bngc-shell .bngc-options > label {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

body .bngc-shell.bngc-shell .bngc-options > label > input[type="checkbox"],
body .bngc-shell.bngc-shell .bngc-options > label > input[type="radio"] {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: block !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  position: static !important;
}

body .bngc-shell.bngc-shell .bngc-option-note {
  display: block !important;
  grid-column: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

@media (max-width: 640px) {
  body .bngc-shell.bngc-shell .bngc-options {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Final surface de-pyramid guard for business tools. */
body :is(.bngc-shell.bngc-shell, .bnnc-shell.bnnc-shell, .berc-shell.berc-shell, .bngc-account-tool.bngc-account-tool)
  :is(section, article, aside, fieldset, details, [class*="card"], [class*="Card"], [class*="panel"], [class*="Panel"], [class*="box"], [class*="Box"], [class*="result"], [class*="Result"])
  :is(section, article, aside, fieldset, details, [class*="card"], [class*="Card"], [class*="panel"], [class*="Panel"], [class*="box"], [class*="Box"], [class*="result"], [class*="Result"]) {
  border-color: rgba(45, 211, 218, 0.22) !important;
  background: rgba(3, 10, 18, 0.46) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

body :is(.bngc-shell.bngc-shell, .bnnc-shell.bnnc-shell, .berc-shell.berc-shell, .bngc-account-tool.bngc-account-tool)
  :is(.bngc-grid, .bngc-options, .bngc-results, .bngc-list-actions, .bngc-row-actions, .toolkit-actions, .bngc-context-links, .bngc-comparison) {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  body :is(.bngc-shell.bngc-shell, .bnnc-shell.bnnc-shell, .berc-shell.berc-shell, .bngc-account-tool.bngc-account-tool)
    :is(section, article, aside, fieldset, details, [class*="card"], [class*="Card"], [class*="panel"], [class*="Panel"], [class*="box"], [class*="Box"], [class*="result"], [class*="Result"]) {
    padding: clamp(10px, 3.5vw, 14px) !important;
  }
}
