:root {
  color: #26221a;
  background: #fff8ea;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  max-width: 880px;
  margin: 0 auto;
  padding: 32px 18px 56px;
}

a {
  color: #9f261f;
  font-weight: 800;
}

.page-header,
section {
  padding: 22px;
  border: 1px solid #e7d9bd;
  border-radius: 8px;
  background: #fffdf8;
}

.page-header {
  margin-bottom: 18px;
}

section + section {
  margin-top: 14px;
}

h1,
h2,
p,
li {
  line-height: 1.75;
}

h1,
h2 {
  margin-top: 0;
}

p:last-child,
ul:last-child {
  margin-bottom: 0;
}

pre {
  overflow-x: auto;
  padding: 16px;
  border-left: 5px solid #2d8bb9;
  border-radius: 6px;
  background: #f5ecd8;
  color: #26221a;
  line-height: 1.7;
  white-space: pre-wrap;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  font-size: 0.94rem;
}

th,
td {
  padding: 12px;
  border: 1px solid #eadcc2;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}

th {
  background: #f5ecd8;
}

.back-link {
  display: inline-flex;
  margin-bottom: 18px;
}
