:root {
  color-scheme: light;
  font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  background: #f7f9fc;
}

.pro-boot-status,
.pro-update-notice {
  position: fixed;
  z-index: 2147483647;
  left: 50%;
  transform: translateX(-50%);
  max-width: min(42rem, calc(100vw - 2rem));
  box-sizing: border-box;
  border: 1px solid #d7deea;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  box-shadow: 0 8px 30px rgb(23 32 51 / 14%);
  font-size: 0.875rem;
  line-height: 1.4;
}

.pro-boot-status {
  top: 1rem;
  padding: 0.75rem 1rem;
}

.pro-boot-status[data-offline="true"] {
  border-color: #e7b55a;
}

.pro-update-notice {
  right: 1rem;
  bottom: 1rem;
  left: auto;
  transform: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
}

.pro-update-notice[hidden] {
  display: none;
}

.pro-update-notice button {
  min-height: 2.75rem;
  border: 0;
  border-radius: 6px;
  padding: 0 1rem;
  background: #0357ed;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.pro-update-notice button:focus-visible {
  outline: 3px solid #20c997;
  outline-offset: 2px;
}
