:root { color-scheme: dark; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #070b14;
  color: #e7eefc;
}

header {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 26px 20px;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

a.btn {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #e7eefc;
  text-decoration: none;
}

.card {
  margin-top: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 16px;
}

code {
  background: rgba(255,255,255,.08);
  padding: 2px 6px;
  border-radius: 8px;
}

.muted {
  color: #b9c6e6;
  line-height: 1.5;
}

footer {
  padding: 18px 20px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

.footer-wrap {
  max-width: 980px;
  margin: 0 auto;
}

#ot-sdk-btn.ot-sdk-show-settings {
  color: inherit;
  border: inherit;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: inherit;
  background-color: inherit;
  text-decoration: inherit;
}

#ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: inherit;
  color: inherit;
}
