*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-neutral-900); background: var(--color-neutral-25); font-family: var(--font-sans); line-height: 1.55; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--color-primary-600); text-decoration-thickness: .08em; text-underline-offset: .18em; }
:focus-visible { outline: 3px solid rgb(116 66 189 / 28%); outline-offset: 2px; }
.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; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; padding: .65rem .9rem; color: white; background: var(--color-primary-700); border-radius: var(--radius-sm); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.icon-button { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; padding: 0; color: var(--color-neutral-700); background: transparent; border: 0; border-radius: var(--radius-sm); cursor: pointer; }
.icon-button:hover { background: var(--color-neutral-100); }
.version-badge, .status-badge { display: inline-flex; align-items: center; width: fit-content; padding: .2rem .5rem; font-size: .72rem; font-weight: 700; line-height: 1.4; border-radius: 99rem; }
.version-badge { color: var(--color-primary-700); background: var(--color-primary-100); }
.status-badge { color: var(--color-neutral-700); background: var(--color-neutral-100); }
.state-card { max-width: 42rem; margin: 5rem auto; padding: 1.25rem; color: var(--color-neutral-700); background: white; border: 1px solid var(--color-neutral-200); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.state-card.error { color: var(--color-danger); }
.card { padding: 1.2rem; color: inherit; background: var(--color-neutral-0); border: 1px solid var(--color-neutral-200); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); text-decoration: none; transition: border-color .16s, transform .16s, box-shadow .16s; }
.card:hover { border-color: var(--color-primary-500); box-shadow: 0 8px 24px rgb(40 30 60 / 8%); transform: translateY(-1px); }
.card h3 { margin: 0 0 .35rem; font-size: 1rem; }
.card p { margin: 0; color: var(--color-neutral-500); font-size: .86rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; margin-bottom: 1.4rem; color: var(--color-neutral-500); font-size: .8rem; }
.breadcrumb a { color: inherit; }
.breadcrumb span[aria-hidden] { color: var(--color-neutral-200); }
code { font-family: var(--font-mono); font-size: .88em; }
pre { position: relative; overflow-x: auto; padding: 1rem; color: #e8e8ee; background: #24222a; border-radius: var(--radius-md); }
pre code { font-size: .8rem; }
.copy-code { position: absolute; top: .5rem; right: .5rem; padding: .3rem .5rem; color: #ddd9e7; background: #38343f; border: 1px solid #514b5b; border-radius: var(--radius-sm); cursor: pointer; font-size: .7rem; }
table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; font-size: .86rem; }
th, td { padding: .65rem .75rem; text-align: left; border: 1px solid var(--color-neutral-200); }
th { background: var(--color-neutral-50); }
blockquote { margin-inline: 0; padding: .1rem 1rem; color: var(--color-neutral-700); border-left: 4px solid var(--color-primary-500); background: var(--color-primary-50); }
