html.bond-auth-locked body > :not(#bondAuthGate) {
  visibility: hidden !important;
}
.bondAuthGate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(29, 78, 216, 0.14), rgba(124, 58, 237, 0.10)),
    rgba(244, 246, 248, 0.96);
}
html.bond-auth-prompt .bondAuthGate {
  display: flex;
}
html:not(.bond-auth-locked) .bondAuthGate {
  display: none;
}
.bondAuthPanel {
  width: min(380px, calc(100vw - 48px));
  padding: 26px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
  color: #111827;
  font: 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bondAuthPanel small {
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bondAuthPanel strong {
  display: block;
  margin: 8px 0 18px;
  font-size: 22px;
}
.bondAuthPanel label {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  color: #475569;
  font-weight: 800;
}
.bondAuthPanel input[type="password"] {
  width: 100%;
  height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 10px;
  font: inherit;
}
.bondAuthRemember {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px !important;
}
.bondAuthPanel button {
  width: 100%;
  height: 42px;
  margin-top: 16px;
  border: 0;
  border-radius: 6px;
  background: #1d4ed8;
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.bondAuthError {
  margin: 10px 0 0;
  color: #dc2626;
  font-weight: 800;
}
.analysisSideFilters {
  gap: 6px;
}
.analysisSideOption {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}
#staticErLegend {
  flex-wrap: wrap;
  white-space: normal;
  overflow-x: visible;
  overflow-y: visible;
}
.bondDashboardTitleBlock {
  flex: 1 1 auto;
  align-self: stretch;
  width: auto;
  min-width: 0;
}
.bondHeaderTitleRow {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  min-width: 0;
  flex-wrap: wrap;
}
.bondHeaderTitleRow #dashboardTitle {
  flex: 0 1 auto;
  min-width: 0;
}
.bondHeaderTitleRow #dateRange {
  flex: 0 0 auto;
  margin-top: 0;
  white-space: nowrap;
}
.bondSwitchNav {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: min(100%, calc(100vw - 40px));
  margin: 0 0 0 auto;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 5px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 7px;
  background: rgba(15, 23, 42, 0.84);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
  font: 11px/1.15 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bondSwitchLink {
  flex: 0 0 auto;
  position: relative;
  min-width: 24px;
  padding: 5px 6px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
  transition: color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}
.bondSwitchLink + .bondSwitchLink {
  margin-left: 8px;
}
.bondSwitchLink + .bondSwitchLink::before {
  content: "/";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.30);
  font-weight: 700;
}
.bondSwitchLink:hover,
.bondSwitchLink:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}
.bondSwitchLink.is-active {
  color: #07111f;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.32);
}
@media (min-width: 981px) {
  .bar {
    align-items: flex-start;
  }
  .bar .headerRight {
    flex: 0 0 auto;
    align-items: flex-end;
    max-width: min(68vw, 920px);
    padding-top: 0;
  }
  .bar #generatedAt {
    white-space: nowrap;
  }
}
@media (max-width: 980px) {
  .bondDashboardTitleBlock,
  .bondHeaderTitleRow {
    width: 100%;
  }
  .bondHeaderTitleRow {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .bondHeaderTitleRow #dashboardTitle {
    white-space: nowrap;
  }
  .bar .headerRight {
    width: 100%;
    max-width: none;
    align-items: flex-end;
    text-align: right;
  }
  .bondSwitchNav {
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 3px 4px;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .bondSwitchNav::-webkit-scrollbar {
    display: none;
  }
  .bondSwitchLink {
    min-width: 22px;
    padding: 5px 5px;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .bar .headerRight {
    align-items: stretch;
    text-align: left;
  }
  .bondSwitchNav {
    width: 100%;
    margin: 0;
  }
  .bar #generatedAt {
    white-space: normal;
  }
}
@media print {
  .bondSwitchNav {
    display: none;
  }
}
