:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #1f2933;
  background: #f6f8fb;
}

body {
  margin: 0;
  line-height: 1.6;
}

main {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 64px;
}

article,
.panel {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  padding: clamp(24px, 5vw, 48px);
  box-shadow: 0 16px 40px rgba(31, 41, 51, 0.08);
}

h1,
h2,
h3 {
  line-height: 1.2;
  color: #102a43;
}

h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 6vw, 3rem);
}

h2 {
  margin-top: 36px;
  font-size: 1.35rem;
}

h3 {
  margin: 24px 0 8px;
  font-size: 1.1rem;
}

p,
li,
td,
th {
  font-size: 1rem;
}

ul {
  padding-left: 22px;
}

a {
  color: #0967d2;
}

code {
  border-radius: 4px;
  background: #eef2f7;
  padding: 2px 5px;
  font-size: 0.95em;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

th,
td {
  border: 1px solid #d9e2ec;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #f0f4f8;
}

.updated,
.muted {
  color: #52606d;
}

.links {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.links a {
  display: block;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  padding: 14px 16px;
  background: #f8fafc;
  text-decoration: none;
}

.badge {
  display: inline-block;
  border-radius: 999px;
  background: #e6f4ea;
  color: #137333;
  padding: 2px 10px;
  font-size: 0.85rem;
  font-weight: 700;
}
