/* tiny runtime-only additions; visual classes come from the purchased template CSS */
.bw-logo-img { width: 32px; height: 32px; border-radius: 9px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset; }
.bw-chart-svg text { font-family: var(--font-inter), Inter, ui-sans-serif, system-ui, sans-serif; }
.section-content.is-collapsed { display: none; }
#bw-tick-tooltip { position: fixed; z-index: 9999; pointer-events: none; min-width: 210px; max-width: 300px; padding: 0; border-radius: 14px; background: rgba(31, 35, 48, .98); border: 1px solid rgba(148, 163, 184, .18); box-shadow: 0 22px 55px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.03) inset; backdrop-filter: blur(10px); transform: translateZ(0); }
#bw-tick-tooltip.hidden { display: none; }
.tick[data-today="true"] { box-shadow: inset 0 -2px 0 rgba(255,255,255,.24); }
.bw-response-chart { isolation: isolate; }
.bw-response-chart svg { overflow: visible; }
.bw-chart-tooltip { position: absolute; z-index: 30; min-width: 270px; max-width: 350px; padding: 12px 14px; border-radius: 9px; background: rgba(31, 35, 48, .98); border: 1px solid rgba(148, 163, 184, .16); box-shadow: 0 18px 44px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.03) inset; pointer-events: none; font-size: 13px; line-height: 1.25; }
.bw-chart-tooltip.hidden { display:none; }

/* BeeWorlds mobile polish v30 */
@media (max-width: 640px) {
  html, body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    position: relative !important;
  }

  main.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    overflow-x: hidden !important;
  }

  nav {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 9px 10px !important;
    box-sizing: border-box !important;
    gap: 8px !important;
  }

  nav::before {
    left: 0 !important;
    right: 0 !important;
  }

  nav > a {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
  }

  nav .bw-logo-img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    flex: 0 0 30px !important;
  }

  nav .heading-small {
    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  nav > .flex.justify-end {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 112px !important;
    overflow: visible !important;
  }

  nav > .flex.justify-end a,
  nav > .flex.justify-end button {
    max-width: 112px !important;
    padding: 7px 9px !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    border-radius: 10px !important;
  }

  #overview {
    margin-top: 2.35rem !important;
    margin-bottom: 1.6rem !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  #overview-title {
    font-size: 1.42rem !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
  }

  #overview-updated {
    margin-top: .55rem !important;
    font-size: .8rem !important;
    line-height: 1.35 !important;
    text-wrap: balance !important;
    word-break: normal !important;
  }

  #sections-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: .65rem !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .section-toggle {
    padding-top: .55rem !important;
    padding-bottom: .55rem !important;
    gap: 8px !important;
  }

  .section-toggle > div:first-child {
    min-width: 0 !important;
    font-size: .98rem !important;
    line-height: 1.2 !important;
  }

  .section-status-badge {
    flex: 0 0 auto !important;
    margin-left: 6px !important;
    font-size: .78rem !important;
    line-height: 1.1 !important;
    padding: .3rem .52rem .3rem .34rem !important;
    white-space: nowrap !important;
  }

  .section-chevron {
    flex: 0 0 auto !important;
    width: 1rem !important;
    height: 1rem !important;
    margin-left: 4px !important;
  }

  .section-content {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  [data-component-card] {
    margin-top: 1rem !important;
    padding-bottom: 1.25rem !important;
    overflow: visible !important;
  }

  [data-component-card] > .flex.flex-col {
    min-width: 0 !important;
  }

  /* Keep the component name and uptime on one stable mobile row.
     The name may wrap inside the flexible first column; uptime stays right-aligned. */
  [data-component-card] > .flex.flex-col > .flex.justify-between.items-center.font-medium {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    column-gap: 10px !important;
    row-gap: 0 !important;
    align-items: center !important;
  }

  [data-component-card] .flex.items-center.min-w-0.grow.mr-2.text-large {
    width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  [data-component-card] [data-component-icon] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    margin-right: 7px !important;
  }

  [data-component-card] [data-component-icon] svg {
    width: 20px !important;
    height: 20px !important;
    margin-right: 0 !important;
    flex: 0 0 auto !important;
  }

  [data-component-card] [data-component-name] {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
    line-height: 1.22 !important;
    font-size: 1rem !important;
  }

  [data-component-card] > .flex.flex-col > .flex.justify-between.items-center.font-medium > .shrink-0 {
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    margin-left: 0 !important;
    justify-self: end !important;
    align-self: center !important;
    flex: none !important;
  }

  [data-component-card] [data-component-uptime] {
    display: block !important;
    width: auto !important;
    font-size: .92rem !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    text-align: right !important;
    font-variant-numeric: tabular-nums !important;
  }

  [data-component-card] [data-component-history] {
    margin-top: .75rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  [data-component-card] .tick {
    height: 28px !important;
    margin-right: 1px !important;
    min-width: 0 !important;
  }

  [data-component-card] > .flex.flex-col > .mt-3.mx-1.flex.justify-between {
    margin-top: .65rem !important;
    font-size: .78rem !important;
    line-height: 1.1 !important;
  }

  [data-component-card] p.mt-6.ml-1.font-medium {
    margin-top: 1.05rem !important;
    font-size: .98rem !important;
    line-height: 1.2 !important;
  }

  [data-component-chart] {
    position: relative !important;
    height: 210px !important;
    min-height: 210px !important;
    margin-top: .85rem !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .bw-response-chart {
    height: 210px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .bw-response-chart svg,
  .bw-chart-svg {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .bw-response-chart svg text,
  .bw-chart-svg text {
    font-size: 10px !important;
  }

  .bw-chart-tooltip,
  #bw-tick-tooltip {
    min-width: 0 !important;
    max-width: calc(100vw - 28px) !important;
    width: max-content !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .bw-chart-tooltip { padding: 10px 12px !important; }
  #bw-tick-tooltip { padding: 0 !important; }
}

@media (max-width: 380px) {
  main.container {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  nav {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  nav > .flex.justify-end {
    max-width: 104px !important;
  }

  nav > .flex.justify-end a,
  nav > .flex.justify-end button {
    max-width: 104px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 11px !important;
  }

  #sections-card {
    padding: .55rem !important;
  }

  [data-component-card] [data-component-name] {
    font-size: .96rem !important;
  }

  [data-component-card] > .flex.flex-col > .flex.justify-between.items-center.font-medium > .shrink-0 {
    margin-left: 30px !important;
  }

  [data-component-chart],
  .bw-response-chart {
    height: 205px !important;
    min-height: 205px !important;
  }
}


/* BeeWorlds status UX v51 */
#overview-icon svg,
.bw-overview-status-icon {
  width: 30px !important;
  height: 30px !important;
}

.tick.bw-partial-degraded {
  position: relative !important;
  overflow: hidden !important;
  background-color: rgb(16 185 129) !important;
}

.tick.bw-partial-degraded::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--bw-degraded-fill, 0%);
  background: rgb(245 158 11);
  border-radius: inherit;
  pointer-events: none;
}

@media (max-width: 640px) {
  #overview-icon svg,
  .bw-overview-status-icon {
    width: 32px !important;
    height: 32px !important;
  }
}


/* BeeWorlds UX v37 */
html, body, body * {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent;
}

img, svg {
  -webkit-user-drag: none;
  user-drag: none;
}

.tick {
  cursor: default;
}

.tick.bw-selected-tick {
  z-index: 2;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.72),
    0 0 0 4px rgba(14,165,233,.28),
    inset 0 -2px 0 rgba(255,255,255,.26) !important;
}

#bw-history-mode-toggle {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border-radius: 999px;
  background: rgba(31,35,48,.68);
  border: 1px solid rgba(148,163,184,.16);
  box-shadow: 0 10px 30px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.03);
}

#bw-history-mode-toggle button {
  border: 0;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: rgb(148 163 184);
  background: transparent;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .1s ease;
}

#bw-history-mode-toggle button:active {
  transform: scale(.98);
}

#bw-history-mode-toggle button.is-active {
  color: white;
  background: rgba(14,165,233,.18);
  box-shadow: inset 0 0 0 1px rgba(14,165,233,.22);
}

.bw-history-24h .tick {
  height: 32px !important;
}

@media (max-width: 640px) {
  #bw-history-mode-toggle {
    margin-top: 12px;
  }

  #bw-history-mode-toggle button {
    padding: 8px 10px;
    font-size: 12px;
  }

  .tick.bw-selected-tick {
    box-shadow:
      0 0 0 2px rgba(255,255,255,.86),
      0 0 0 5px rgba(14,165,233,.34),
      inset 0 -2px 0 rgba(255,255,255,.28) !important;
  }

  .bw-history-24h .tick {
    height: 30px !important;
  }
}


/* BeeWorlds footer toggle + selected stripe v39 */
#bw-status-footer {
  padding-top: 10px;
}

#bw-status-footer-control {
  min-height: 44px;
}

#bw-history-mode-toggle {
  margin: 0 auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 12px !important;
  background: rgba(31,35,48,.82) !important;
  border: 1px solid rgba(148,163,184,.16) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}

#bw-history-mode-toggle button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 42px !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: rgb(148 163 184) !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

#bw-history-mode-toggle button:hover {
  color: rgb(226 232 240) !important;
  background: rgba(255,255,255,.035) !important;
}

#bw-history-mode-toggle .bw-toggle-icon {
  font-size: 16px;
  line-height: 1;
  filter: saturate(1.08);
}

#bw-history-mode-toggle .bw-toggle-chevron {
  width: 16px;
  height: 16px;
  opacity: .78;
}

.tick.bw-selected-tick {
  position: relative !important;
  z-index: 3 !important;
  transform: translateY(-1px);
  filter: brightness(1.12) saturate(1.04);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.78),
    0 0 0 1px rgba(15,23,42,.82),
    0 8px 18px rgba(0,0,0,.22) !important;
}

@media (max-width: 640px) {
  #bw-status-footer {
    padding-top: 6px;
  }

  #bw-history-mode-toggle button {
    min-height: 40px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  .tick.bw-selected-tick {
    transform: translateY(-1px);
    box-shadow:
      inset 0 0 0 2px rgba(255,255,255,.88),
      0 0 0 1px rgba(15,23,42,.86),
      0 7px 16px rgba(0,0,0,.24) !important;
  }
}


/* BeeWorlds history select + tick hover v40 */
.tick {
  transition: filter .12s ease, opacity .12s ease, transform .12s ease !important;
}

.tick:hover,
.tick.bw-selected-tick {
  filter: brightness(.78) saturate(.96) !important;
  transform: none !important;
  box-shadow: none !important;
}

#bw-history-mode-toggle {
  position: relative !important;
  margin: 0 auto !important;
  width: fit-content !important;
  min-height: 36px !important;
  max-width: 218px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border-radius: 9px !important;
  background: rgb(31 35 48) !important;
  border: 1px solid rgba(148,163,184,.13) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.04) inset, 0 8px 22px rgba(0,0,0,.18) !important;
}

#bw-history-mode-toggle .bw-select-trigger {
  min-height: 36px !important;
  min-width: 142px !important;
  max-width: 218px !important;
  padding: 0 30px 0 9px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  color: rgb(203 213 225) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  outline: none !important;
}

#bw-history-mode-toggle .bw-select-trigger:hover {
  background: rgba(255,255,255,.035) !important;
}

#bw-history-mode-toggle .bw-select-icon {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  color: rgb(148 163 184) !important;
}

#bw-history-mode-toggle .bw-select-label {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: rgb(203 213 225) !important;
}

#bw-history-mode-toggle .bw-select-caret {
  position: absolute !important;
  right: 9px !important;
  top: 50% !important;
  width: 14px !important;
  height: 14px !important;
  transform: translateY(-50%) !important;
  color: rgb(148 163 184) !important;
  pointer-events: none !important;
}

#bw-history-mode-toggle .bw-history-dropdown {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: calc(100% + 10px) !important;
  z-index: 60 !important;
  padding: 5px !important;
  border-radius: 10px !important;
  background: rgb(21 24 32) !important;
  border: 1px solid rgb(45 50 65) !important;
  box-shadow: 0 20px 44px rgba(0,0,0,.44), 0 0 0 1px rgba(255,255,255,.03) inset !important;
}

#bw-history-mode-toggle .bw-history-dropdown.hidden {
  display: none !important;
}

#bw-history-mode-toggle .bw-history-option {
  width: 100% !important;
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 8px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: rgb(226 232 240) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  text-align: left !important;
}

#bw-history-mode-toggle .bw-history-option:hover,
#bw-history-mode-toggle .bw-history-option.is-active {
  background: rgb(31 35 48) !important;
}

#bw-history-mode-toggle .bw-history-option svg {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  color: rgb(148 163 184) !important;
}

@media (max-width: 640px) {
  #bw-history-mode-toggle .bw-select-trigger {
    min-width: 136px !important;
    font-size: 13px !important;
  }
}


/* BeeWorlds partial outage fill v47 */
.tick.bw-partial-outage {
  position: relative !important;
  overflow: hidden !important;
  background-color: rgb(16 185 129) !important;
}

.tick.bw-partial-outage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--bw-outage-fill, 0%);
  background: rgb(239 68 68);
  border-radius: inherit;
  pointer-events: none;
}

/* BeeWorlds period control and footer brand v1 */
#bw-status-footer {
  padding-top: 10px;
}

#bw-status-footer-control {
  min-height: 38px;
}

#bw-history-mode-toggle {
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 38px !important;
  margin: 0 auto !important;
  padding: 3px !important;
  display: inline-grid !important;
  grid-template-columns: repeat(2, minmax(82px, auto)) !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 2px !important;
  box-sizing: border-box !important;
  border: 1px solid rgb(48 53 67) !important;
  border-radius: 9px !important;
  background: rgb(21 24 32) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.035) inset !important;
}

#bw-history-mode-toggle .bw-period-option {
  position: relative !important;
  min-width: 82px !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgb(135 145 162) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: color .12s ease, background-color .12s ease !important;
}

#bw-history-mode-toggle .bw-period-option:hover {
  color: rgb(203 213 225) !important;
  background: rgb(27 31 41) !important;
}

#bw-history-mode-toggle .bw-period-option.is-active {
  color: rgb(248 250 252) !important;
  background: rgb(43 48 62) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.055) inset !important;
}

#bw-history-mode-toggle .bw-period-option:focus-visible {
  outline: 2px solid rgb(56 189 248) !important;
  outline-offset: 2px !important;
}

.bw-powered-by {
  width: fit-content;
  margin: 26px auto 0;
  padding: 5px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 7px;
  color: rgb(119 129 147);
  text-decoration: none;
  transition: color .12s ease, background-color .12s ease;
}

.bw-powered-by:hover {
  color: rgb(203 213 225);
  background: rgba(255,255,255,.025);
}

.bw-powered-by:focus-visible {
  outline: 2px solid rgb(56 189 248);
  outline-offset: 2px;
}

.bw-powered-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: rgb(100 110 128);
}

.bw-powered-brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgb(190 199 214);
}

.bw-powered-mark {
  width: 19px;
  height: 15px;
  flex: 0 0 19px;
  overflow: visible;
}

.bw-powered-name {
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: -.02em;
}

@media (max-width: 640px) {
  #bw-status-footer {
    padding-top: 6px;
  }

  #bw-history-mode-toggle {
    min-height: 36px !important;
    grid-template-columns: repeat(2, minmax(78px, auto)) !important;
  }

  #bw-history-mode-toggle .bw-period-option {
    min-width: 78px !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    font-size: 12.5px !important;
  }

  .bw-powered-by {
    margin-top: 23px;
  }
}

/* BeeWorlds solid status tooltip v5. History cells are intentionally untouched. */
#bw-tick-tooltip {
  position: fixed;
  z-index: 10040;
  width: 268px;
  min-width: 0;
  max-width: calc(100vw - 24px);
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  border: 1px solid rgb(48 54 67);
  border-radius: 10px;
  background: rgb(27 31 40);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: none;
}

#bw-tick-tooltip.hidden {
  display: none;
}

.bw-tick-popover {
  color: rgb(244 246 249);
  font-family: var(--font-inter), Inter, ui-sans-serif, system-ui, sans-serif;
}

.bw-tick-popover__header {
  min-height: 39px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(45 50 62);
  color: rgb(250 250 252);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.bw-tick-popover__row {
  min-height: 49px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.bw-tick-popover__status {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(246 247 250);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.bw-tick-popover__status svg {
  width: 16px;
  height: 16px;
  margin: 0 !important;
  flex: 0 0 16px;
}

.bw-tick-popover__value {
  flex: 0 0 auto;
  color: rgb(158 181 222);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* Old inline mobile card must never take layout space after upgrading from v4. */
.bw-tick-inline {
  display: none !important;
}

@media (max-width: 640px) {
  #bw-tick-tooltip {
    width: 268px !important;
    max-width: calc(100vw - 24px) !important;
    font-size: inherit !important;
  }

  /* A little more breathing room between the main status surface and screen edges. */
  main.container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Slight mobile compaction only; desktop and history-cell geometry remain untouched. */
  #sections-card {
    padding: .58rem !important;
  }

  .section-toggle {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .section-content {
    margin-left: .2rem !important;
    margin-right: .2rem !important;
  }

  [data-component-card] {
    margin-top: .9rem !important;
    padding-bottom: 1.15rem !important;
  }

  [data-component-card] [data-component-name] {
    font-size: .97rem !important;
  }

  [data-component-card] [data-component-uptime] {
    font-size: .89rem !important;
  }

  [data-component-card] p.mt-6.ml-1.font-medium {
    margin-top: 1rem !important;
    font-size: .95rem !important;
  }

  [data-component-chart],
  .bw-response-chart {
    height: 204px !important;
    min-height: 204px !important;
  }
}

@media (max-width: 380px) {
  main.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* BeeWorlds decorative footer brand v6 */
.bw-powered-by,
.bw-powered-by * {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.bw-powered-by {
  pointer-events: none !important;
  cursor: default !important;
  touch-action: none !important;
  text-decoration: none !important;
  transition: none !important;
}

.bw-powered-by:hover,
.bw-powered-by:active,
.bw-powered-by:focus,
.bw-powered-by:focus-visible {
  color: rgb(119 129 147) !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.bw-powered-by .bw-powered-label {
  color: rgb(100 110 128) !important;
}

.bw-powered-by .bw-powered-brand {
  color: rgb(190 199 214) !important;
}

/* BeeWorlds compact degradation/outage duration only. */
.bw-tick-popover__value {
  flex: 0 0 auto;
  color: rgb(181 188 201);
  font-family: var(--font-inter), Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.01em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

/* BeeWorlds production runtime polish v8. Visual geometry is intentionally unchanged. */
html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-inter), Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
html { font-synthesis: none; }
[data-component-history] { min-width: 0; }
.bw-response-chart { contain: layout paint style; }
@media (max-width: 640px) {
  [data-component-card] { contain: layout paint style; }
}

/* BeeWorlds response-tooltip legacy visual v8.7.
   Exact v8.4 inner layout and visual values are restored.
   The v8.5 fixed/smooth movement engine remains intentionally unchanged. */
#bw-chart-tooltip.bw-chart-tooltip {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 10060 !important;
  width: auto !important;
  min-width: 270px !important;
  max-width: min(350px, calc(100vw - 16px)) !important;
  padding: 12px 14px !important;
  overflow: visible;
  pointer-events: none;
  border-radius: 9px;
  background: rgba(31, 35, 48, .98);
  border: 1px solid rgba(148, 163, 184, .16);
  box-shadow: 0 18px 44px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.03) inset;
  color: rgb(244 246 249);
  font-family: var(--font-inter), Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.25 !important;
  will-change: transform;
  transform: translate3d(-10000px, -10000px, 0);
  contain: layout paint style;
}

#bw-chart-tooltip.hidden {
  display: none !important;
}

/* Uptime tooltip keeps the v8.5 requested footer treatment. */
.bw-tick-popover__footer {
  min-height: 34px;
  padding: 8px 12px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgb(45 50 62);
  color: rgb(138 145 165);
  text-align: center;
  font-family: var(--font-inter), Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-numeric: normal;
  font-feature-settings: normal;
  text-rendering: optimizeLegibility;
}

.bw-tick-popover__row {
  min-height: 50px;
}

.bw-tick-popover__header {
  display: none !important;
}

@media (max-width: 640px) {
  #bw-chart-tooltip.bw-chart-tooltip {
    min-width: 250px !important;
    max-width: calc(100vw - 16px) !important;
    padding: 10px 12px !important;
  }

  .bw-tick-popover__footer {
    font-size: 12.5px;
  }
}


/* BeeWorlds response tooltip typography + Moscow display time v8.9.
   Uses the same proportional Inter treatment as the uptime tooltip footer. */
#bw-chart-tooltip .bw-chart-tooltip__meta,
#bw-chart-tooltip .bw-chart-tooltip__row,
#bw-chart-tooltip .bw-chart-tooltip__label,
#bw-chart-tooltip .bw-chart-tooltip__value {
  font-family: var(--font-inter), Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-numeric: normal;
  font-feature-settings: normal;
  text-rendering: optimizeLegibility;
}
#bw-chart-tooltip .bw-chart-tooltip__meta {
  color: rgb(138 145 165);
  white-space: nowrap;
  text-align: left;
}
#bw-chart-tooltip .bw-chart-tooltip__row {
  margin-top: 11px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
}
#bw-chart-tooltip .bw-chart-tooltip__label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: rgb(186 193 208);
  text-align: left;
}
#bw-chart-tooltip .bw-chart-tooltip__value {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  color: rgb(218 222 232);
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 640px) {
  #bw-chart-tooltip .bw-chart-tooltip__meta,
  #bw-chart-tooltip .bw-chart-tooltip__row,
  #bw-chart-tooltip .bw-chart-tooltip__label,
  #bw-chart-tooltip .bw-chart-tooltip__value {
    font-size: 12.5px;
  }
}

/* BeeWorlds calm duration typography v8.12.1.
   Scope is intentionally only the degradation/outage duration value.
   Reference treatment: soft proportional sans metric like “10 minutes”, using the already-local Inter variable font.
   Russian duration text itself stays unchanged (for example: “6 ч.” / “10 мин.” / “2 ч. 27 мин.”). */
.bw-tick-popover__value {
  font-family: var(--font-inter), Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.014em;
  color: rgb(157 165 184);
  white-space: nowrap;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-numeric: proportional-nums lining-nums;
  font-feature-settings: "kern" 1, "pnum" 1, "lnum" 1;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
@media (max-width: 640px) {
  .bw-tick-popover__value {
    font-size: 12.5px;
  }
}


/* BeeWorlds affected-history shading v8.13.2.
   IMPORTANT: the requested shading belongs to the whole affected history cell,
   not to the small incident strip. Keep the yellow/red incident fraction vivid,
   and shade the otherwise-green remainder so the affected period reads at a glance. */
.tick.bw-partial-degraded,
.tick.bw-partial-outage {
  background-color: rgb(20 107 83) !important;
  background-image: none !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .055) !important;
}

.tick.bw-partial-degraded::after {
  background: rgb(245 158 11) !important;
  background-image: none !important;
  box-shadow: none !important;
}

.tick.bw-partial-outage::after {
  background: rgb(239 68 68) !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Fully affected periods stay slightly calmer than the raw palette, without
   changing status semantics or cell geometry. */
.tick.bg-statuspage-yellow:not(.bw-partial-degraded):not(.bw-partial-outage) {
  background-color: rgb(226 145 10) !important;
  background-image: none !important;
}

.tick.bg-statuspage-red:not(.bw-partial-degraded):not(.bw-partial-outage) {
  background-color: rgb(222 63 63) !important;
  background-image: none !important;
}
