
body {
  padding: 60px 20px;
  background-color: #f2f1ed;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    "system-ui",
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
h1,
h2,
h3 {
  color: #182a33;
}
h1 {
  font-size: 36px;
  font-weight: 600;
}
h2 {
  font-size: 22px;
  font-weight: 500;
}
img.logo {
  height: 36px;
}
.header {
  margin-top: 40px;
  margin-bottom: 50px;
}
.footer {
  border-top: 1px solid #ddd;
  margin-top: 8em;
  padding-top: 0.5em;
  font-size: 0.85em;
  color: #aaa;
}
a {
  color: #f15a29;
}
.footer a {
  color: inherit;
}
.powered-by {
  font-size: 0.9rem;
  color: #333;
  font-weight: 600;
}
.gradient-text {
  background: linear-gradient(135deg, #8319e8 0%, #1063f4 50%, #07ff68 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Reset the icon to use normal coloring */
.gradient-text i,
.gradient-text svg {
  -webkit-text-fill-color: initial;
  color: #8319e8; 
}

.api-status {
  font-weight: 600;
  font-size: 0.9em;
}

#status-chip {
  padding: 2px 8px;
  border-radius: 16px;
  border: 1px solid #ec9406;
  background-color: #efd9b6;
  color: #333333;
  font-size: 0.75rem;
  font-weight: 700;
}

#status-chip .circle {
  border-radius: 100%;
  background-color: #ec9406;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  position: relative;
  display: inline-block;
}

#status-chip.ok {
 border-color: #0c730c;
 background-color: #c3dbc3;
}
#status-chip.ok .circle {
  background-color: #0c730c;
}

#status-chip.error {
 border-color: #a31414;
 background-color: #e3bdbd;
}
#status-chip.error .circle {
  background-color: #a31414;
}