
:root {
    --max: 68ch;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.6;
    margin: 0;
    color: #111;
    background: #fff;
}

header,
main,
footer {
    padding: 1.25rem;
}

.wrap {
    max-width: var(--max);
    margin-inline: auto;
}

h1,
h2,
h3 {
    line-height: 1.2;
}

h1 {
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    margin: 0.5rem 0 1rem;
}

h2 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-top: 2rem;
}

h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
}

p,
li {
    font-size: 1rem;
}

nav[aria-label="Breadcrumb"] {
    font-size: 0.95rem;
}

nav[aria-label="Breadcrumb"] a {
    color: inherit;
    text-underline-offset: 0.2em;
}

.notice {
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 1rem;
}

ul {
    padding-left: 1.25rem;
}

.meta {
    color: #555;
    font-size: 0.95rem;
}

.list-compact li {
    margin: 0.35rem 0;
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.98rem;
}

.table th,
.table td {
    border-top: 1px solid #e6e6e6;
    padding: 0.6rem;
    text-align: left;
    vertical-align: top;
}

.table th {
    background: #fafafa;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.95em;
}

footer {
    margin-top: 3rem;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
