/* Browser Tools suite */
.br-hero {
  padding: 48px 0 20px;
  background: linear-gradient(135deg, #fff 0%, #eef4ff 100%);
}
.br-hero-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.br-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #10172f;
  letter-spacing: -0.02em;
}
.br-hero p {
  margin: 0 auto;
  max-width: 720px;
  color: #5c6478;
  font-size: 17px;
  line-height: 1.7;
}
.br-wrap { padding: 24px 0 64px; background: #f7f8fc; }
.br-card {
  background: #fff;
  border: 1px solid #e8ebf5;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 36px rgba(17, 24, 47, 0.06);
  box-sizing: border-box;
}
.br-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  color: #1b5e20;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}
.br-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 16px;
  align-items: start;
}
.br-layout-solo { grid-template-columns: 1fr; }
.br-sidebar {
  border: 1px solid #e8ebf5;
  border-radius: 14px;
  background: #f7f8fc;
  padding: 14px;
  position: sticky;
  top: 16px;
}
.br-sidebar h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: #10172f;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.br-score-label {
  font-size: 13px;
  font-weight: 800;
  color: #10172f;
  margin-bottom: 10px;
}
.br-side-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid #e8ebf5;
  font-size: 13px;
}
.br-side-row span { color: #5c6478; font-weight: 600; }
.br-side-row b { color: #1565c0; font-weight: 800; word-break: break-word; text-align: right; }
.br-tips {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  color: #384057;
}
.br-tips .tip { color: #2e7d32; margin-top: 6px; }
.br-badges {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  color: #2e7d32;
  line-height: 1.8;
}
.br-section { margin-bottom: 18px; }
.br-section h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
  color: #10172f;
}
.br-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; align-items: center; }
.br-btn {
  appearance: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 16px;
  color: #fff !important;
  line-height: 1.2;
  text-decoration: none !important;
  display: inline-block;
}
.br-btn:hover { opacity: .92; }
.br-btn-primary { background: linear-gradient(135deg, #ef5350, #c62828); }
.br-btn-blue { background: #1565c0; }
.br-btn-gray { background: #455a64; }
.br-btn-dark { background: #10172f; }
.br-btn-outline {
  background: #fff;
  color: #1565c0 !important;
  border: 1.5px solid #90caf9;
}
.br-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.br-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #5c6478;
}
.br-field input,
.br-field select,
.br-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #dde2ef;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  color: #18213a;
  background: #fff;
  outline: none;
  font-family: inherit;
}
.br-field textarea { min-height: 140px; resize: vertical; }
.br-field input:focus,
.br-field select:focus,
.br-field textarea:focus {
  border-color: #1565c0;
  box-shadow: 0 0 0 3px rgba(21, 101, 192, 0.12);
}
.br-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #384057;
}
.br-results {
  border: 1px solid #e8ebf5;
  border-radius: 12px;
  background: #fbfcff;
  overflow: auto;
  max-height: 480px;
}
.br-result-text {
  margin: 0;
  padding: 14px;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 13px;
  line-height: 1.55;
  color: #18213a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.br-status {
  margin-top: 12px;
  min-height: 22px;
  font-size: 13px;
  font-weight: 700;
  color: #1565c0;
}
.br-bad { color: #c62828 !important; }
.br-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding: 16px;
  border-radius: 12px;
  background: #fff5f5;
  border: 1px solid #f0c7c6;
}
.br-cta strong { display: block; color: #10172f; font-size: 14px; }
.br-cta span { display: block; color: #5c6478; font-size: 12px; font-weight: 600; margin-top: 4px; }

.br-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.br-cap-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e8ebf5;
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
}
.br-cap-item span { color: #5c6478; font-weight: 700; }
.br-cap-item b { font-weight: 800; text-align: right; word-break: break-word; }
.br-ok { color: #2e7d32; }
.br-no { color: #c62828; }
.br-warn { color: #ef6c00; }
.br-score-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e3f2fd, #fff);
  border: 1px solid #bbdefb;
}
.br-score-box .big {
  font-size: 36px;
  font-weight: 800;
  color: #1565c0;
  line-height: 1;
}
.br-score-box p { margin: 0; color: #5c6478; font-size: 13px; font-weight: 600; }
.br-note {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  color: #6d4c00;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.br-live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  background: #9e9e9e;
}
.br-live-dot.on { background: #2e7d32; box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.2); }
.br-live-dot.off { background: #c62828; }
.br-hist {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  max-height: 220px;
  overflow: auto;
}
.br-hist li {
  padding: 8px 10px;
  border-bottom: 1px solid #e8ebf5;
  font-size: 12px;
  font-weight: 600;
  color: #384057;
  word-break: break-word;
}
@media (max-width: 991px) {
  .br-layout { grid-template-columns: 1fr; }
  .br-sidebar { position: static; }
  .br-options-grid,
  .br-grid { grid-template-columns: 1fr; }
}
