*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #0b1220;
  background-color: #f6f8fb;
  background-image: radial-gradient(circle at 12% 8%, rgba(46, 196, 182, 0.14), transparent 46%), radial-gradient(circle at 85% 18%, rgba(11, 18, 32, 0.1), transparent 42%), linear-gradient(180deg, rgba(246, 248, 251, 0.96), #f6f8fb);
  line-height: 1.75;
  letter-spacing: -0.01em;
  margin: 0;
  min-height: 100vh;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background-color: #0b1220;
  color: white;
  border-radius: 6px;
  z-index: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: calc(76px + 1.5rem);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #0b1220;
  letter-spacing: -0.02em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: #0b1220;
  text-decoration: none;
  transition: color 0.2s ease;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 2px;
}
a:hover {
  color: rgb(0.5627906977, 0.9209302326, 1.6372093023);
}

code {
  font-family: "JetBrains Mono", "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
  background: rgba(11, 18, 32, 0.08);
  color: hsl(220, 48.8372093023%, -1.568627451%);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  font-size: 0.9em;
}

pre {
  margin: 1.5rem 0;
  padding: 1.5rem;
  border-radius: 12px;
  background-color: #0b1220;
  color: #e2e8f0;
  overflow-x: auto;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

pre,
code {
  font-variant-ligatures: none;
}

blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(46, 196, 182, 0.25);
  border-left: 4px solid #2ec4b6;
  background: rgba(46, 196, 182, 0.08);
  color: #0b1220;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 1.4rem;
  margin: 0 0 1rem;
}

li + li {
  margin-top: 0.25rem;
}

hr {
  border: none;
  border-top: 1px solid rgba(221, 228, 236, 0.9);
  margin: 2rem 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
table th, table td {
  border-bottom: 1px solid #dde4ec;
  padding: 0.5rem 1rem;
  text-align: left;
}
table th {
  background-color: #eef2f6;
  font-weight: 600;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

:focus-visible {
  outline: 2px solid rgba(46, 196, 182, 0.6);
  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;
}

::selection {
  background: rgba(46, 196, 182, 0.25);
  color: #0b1220;
}

.docs-header {
  position: sticky;
  top: 0;
  z-index: 500;
  backdrop-filter: blur(14px);
  background-color: rgba(246, 248, 251, 0.9);
  border-bottom: 1px solid rgba(221, 228, 236, 0.8);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  padding: 0.5rem 0;
}
.docs-header--home {
  background: linear-gradient(180deg, rgba(246, 248, 251, 0.98), rgba(246, 248, 251, 0.82));
}
.docs-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.docs-header__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.docs-header__brand .brand-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: #0b1220;
  font-weight: 600;
}
.docs-header__brand .brand-link:hover {
  color: #0b1220;
}
.docs-header__brand .brand-logo {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(11, 18, 32, 0.16), rgba(46, 196, 182, 0.2));
  border: 1px solid rgba(11, 18, 32, 0.2);
  font-size: 1.125rem;
}
.docs-header__brand .brand-text {
  display: flex;
  flex-direction: column;
}
.docs-header__brand .brand-title {
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 1.125rem;
}
.docs-header__brand .brand-subtitle {
  font-size: 0.75rem;
  color: #5b6473;
}
.docs-header__nav {
  display: flex;
  gap: 1rem;
}
.docs-header__nav .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  color: #5b6473;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.docs-header__nav .nav-link:hover {
  color: #0b1220;
  background-color: rgba(11, 18, 32, 0.08);
}
.docs-header__nav .nav-link.is-active {
  color: #0b1220;
  background-color: rgba(11, 18, 32, 0.14);
}
.docs-header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.docs-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: rgba(238, 242, 246, 0.9);
  border: 1px solid rgba(221, 228, 236, 0.9);
  border-radius: 999px;
  padding: 0 0.5rem;
  box-shadow: inset 0 0 0 1px rgba(246, 248, 251, 0.7);
}
.docs-search input {
  border: none;
  background: transparent;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  min-width: 200px;
  color: #0b1220;
}
.docs-search input:focus {
  outline: none;
}
.docs-search input::placeholder {
  color: #5b6473;
}
.docs-search button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #5b6473;
}

.theme-toggle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #dde4ec;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.theme-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

@media (max-width: 900px) {
  .docs-header__inner {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .docs-header__nav {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .docs-header__nav {
    display: none;
  }
  .docs-search input {
    min-width: 150px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  background: #ffffff;
  color: #0b1220;
  border: 1px solid rgba(221, 228, 236, 0.9);
  border-radius: 999px;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.button:active {
  transform: translateY(0);
}

.button--primary {
  background: linear-gradient(135deg, #0b1220, rgb(38.2446280992, 162.9553719008, 151.3157024793));
  color: #ffffff;
  border: 1px solid rgba(11, 18, 32, 0.35);
}

.button--ghost {
  background: transparent;
  color: #0b1220;
  border: 1px solid rgba(11, 18, 32, 0.25);
}

kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(221, 228, 236, 0.9);
  background: #ffffff;
  font-size: 0.85em;
  font-family: "JetBrains Mono", "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.docs-body {
  background-color: #f6f8fb;
  background-image: radial-gradient(circle at 12% 8%, rgba(46, 196, 182, 0.16), transparent 42%), radial-gradient(circle at 88% 12%, rgba(11, 18, 32, 0.18), transparent 45%), linear-gradient(180deg, rgba(238, 242, 246, 0.9), #f6f8fb 40%);
}
.docs-body--home {
  background-image: radial-gradient(circle at 18% 12%, rgba(46, 196, 182, 0.2), transparent 40%), radial-gradient(circle at 80% 8%, rgba(11, 18, 32, 0.2), transparent 42%), linear-gradient(180deg, rgba(238, 242, 246, 0.9), #f6f8fb 45%);
}

.docs-main {
  padding: 3rem 0 3rem;
}

.docs-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) minmax(200px, 220px);
  gap: 3rem;
  align-items: start;
}

.docs-article {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(221, 228, 236, 0.8);
  overflow: hidden;
}
.docs-article__header {
  padding: 2rem;
  border-bottom: 1px solid #dde4ec;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.08), rgba(246, 248, 251, 0.2));
}
.docs-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.docs-article__description {
  margin: 0;
  font-size: 1.125rem;
  color: #5b6473;
}
.docs-article__body {
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 76ch;
  margin: 0 auto;
}
.docs-article__body > *:first-child {
  margin-top: 0;
}
.docs-article__body h2 {
  margin-top: 3rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(221, 228, 236, 0.7);
}
.docs-article__body h3 {
  margin-top: 2rem;
}
.docs-article__body a {
  text-decoration: underline;
  text-decoration-color: rgba(46, 196, 182, 0.4);
}
.docs-article__body a:hover {
  text-decoration-color: rgba(46, 196, 182, 0.8);
}
.docs-article__body img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.docs-breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #5b6473;
}
.docs-breadcrumbs__link {
  color: inherit;
}
.docs-breadcrumbs__link:hover {
  color: #0b1220;
}
.docs-breadcrumbs__separator {
  color: rgba(91, 100, 115, 0.6);
}
.docs-breadcrumbs__crumb--current {
  color: #0b1220;
  font-weight: 500;
}

.docs-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 2rem;
  border-top: 1px solid #dde4ec;
  background: linear-gradient(180deg, rgba(238, 242, 246, 0.6), rgba(246, 248, 251, 0.4));
}
.docs-pagination__link {
  display: block;
  padding: 1rem;
  border: 1px solid #dde4ec;
  border-radius: 12px;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.docs-pagination__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}
.docs-pagination__link--prev {
  text-align: left;
}
.docs-pagination__link--next {
  text-align: right;
}
.docs-pagination__label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5b6473;
}
.docs-pagination__title {
  display: block;
  margin-top: 0.25rem;
  font-weight: 500;
  color: #0b1220;
}
.docs-pagination__placeholder {
  border-radius: 12px;
  border: 1px dashed transparent;
}

.docs-home {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  padding: 3rem 0 3rem;
}

.home-lede {
  font-size: 1.125rem;
  color: #5b6473;
  max-width: 60ch;
}

.home-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  padding: 3rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(11, 18, 32, 0.08), rgba(46, 196, 182, 0.12));
  border: 1px solid rgba(11, 18, 32, 0.15);
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(46, 196, 182, 0.18), transparent 60%), radial-gradient(circle at 85% 30%, rgba(11, 18, 32, 0.18), transparent 55%);
  opacity: 0.9;
}
.home-hero__content {
  position: relative;
  z-index: 1;
}
.home-hero__content h1 {
  font-size: clamp(2.4rem, 2vw + 2rem, 3.5rem);
  margin-bottom: 1rem;
}
.home-hero__content > p {
  font-size: 1.125rem;
  color: #5b6473;
  max-width: 40ch;
}
.home-hero__actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.home-hero__illustration {
  position: relative;
  min-height: 220px;
}

.hero-graphic {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: radial-gradient(circle at 15% 20%, rgba(46, 196, 182, 0.32), transparent 65%), radial-gradient(circle at 70% 70%, rgba(11, 18, 32, 0.2), transparent 60%), linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(31, 42, 68, 0.2));
  border: 1px solid rgba(11, 18, 32, 0.2);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.home-sections {
  margin-top: 3rem;
}
.home-sections .docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}
.home-sections .docs-section {
  background-color: #ffffff;
  border: 1px solid rgba(221, 228, 236, 0.9);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  padding: 2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-sections .docs-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(8, 15, 30, 0.16);
}
.home-sections .docs-section h3 {
  margin-top: 0;
  color: #0b1220;
}
.home-sections .docs-section .docs-page {
  padding: 0.5rem 0;
  border-bottom: 1px dashed rgba(221, 228, 236, 0.7);
}
.home-sections .docs-section .docs-page:last-child {
  border-bottom: none;
}
.home-sections .docs-section .docs-page h4 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}
.home-sections .docs-section .docs-page p {
  margin: 0;
  color: #5b6473;
  font-size: 0.875rem;
}

.home-quickstart {
  margin: 2rem 0 3rem;
  padding: 1.5rem 2rem;
  border-radius: 18px;
  border: 1px solid rgba(11, 18, 32, 0.16);
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.home-quickstart__label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #0b1220;
}

.home-quickstart__steps {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.2rem;
}
.home-quickstart__steps li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  color: #0b1220;
}
.home-quickstart__steps span {
  font-weight: 600;
  color: #0b1220;
}
.home-quickstart__steps code {
  background: #0b1220;
  color: #e2e8f0;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
}

.home-paths {
  margin: 3rem 0;
}
.home-paths header {
  margin-bottom: 1.5rem;
}
.home-paths header p {
  margin: 0.5rem 0 0;
  color: #5b6473;
  max-width: 50ch;
}

.home-paths__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.home-card {
  background-color: #ffffff;
  border: 1px solid rgba(221, 228, 236, 0.9);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  padding: 1.5rem;
  display: grid;
  gap: 0.25rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.home-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(8, 15, 30, 0.16);
}
.home-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(46, 196, 182, 0.7), rgba(11, 18, 32, 0.7));
  opacity: 0;
  transition: opacity 0.2s ease;
}
.home-card:hover::after {
  opacity: 1;
}
.home-card h3 {
  margin: 0;
}
.home-card p {
  margin: 0;
  color: #5b6473;
}

.home-card__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #475569;
  text-transform: uppercase;
}

.home-highlights {
  margin: 3rem 0;
  padding: 3rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(221, 228, 236, 0.9);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.home-highlights__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.home-highlights__grid h3 {
  margin-top: 0;
}
.home-highlights__grid p {
  color: #5b6473;
  margin-bottom: 0;
}

.home-callout {
  margin: 3rem 0;
  padding: 3rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(11, 18, 32, 0.08), rgba(46, 196, 182, 0.14));
  border: 1px solid rgba(11, 18, 32, 0.16);
  text-align: center;
}
.home-callout p {
  color: #5b6473;
}

.home-callout__links {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.home-cta {
  margin-top: 3rem;
  text-align: center;
  font-weight: 500;
}

.docs-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.docs-badge--info {
  background: rgba(11, 18, 32, 0.12);
  color: #0b1220;
  border-color: rgba(11, 18, 32, 0.2);
}
.docs-badge--success {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.2);
}
.docs-badge--warning {
  background: rgba(245, 158, 11, 0.2);
  color: rgb(187.1307086614, 120.4078740157, 7.6692913386);
  border-color: rgba(245, 158, 11, 0.3);
}
.docs-badge--danger {
  background: rgba(239, 68, 68, 0.16);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.3);
}

.docs-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #5b6473;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.docs-article,
.docs-sidebar,
.docs-toc__inner,
.home-hero {
  animation: rise-in 0.6s ease both;
}

.docs-sidebar {
  animation-delay: 0.05s;
}

.docs-toc__inner {
  animation-delay: 0.1s;
}

.home-hero {
  animation-delay: 0.08s;
}

@media (prefers-reduced-motion: reduce) {
  .docs-article,
  .docs-sidebar,
  .docs-toc__inner,
  .home-hero {
    animation: none;
  }
}
@media (max-width: 1200px) {
  .docs-layout {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 1.5rem;
  }
  .docs-toc {
    display: none;
  }
}
@media (max-width: 900px) {
  .docs-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-quickstart {
    flex-direction: column;
    align-items: flex-start;
  }
  .docs-sidebar {
    position: sticky;
    top: calc(76px + 0.5rem);
  }
  .docs-article__body {
    padding: 1.5rem;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .docs-main {
    padding: 1.5rem 0;
  }
  .docs-breadcrumbs {
    padding: 0 1.5rem;
  }
  .docs-article {
    border-radius: 12px;
  }
  .docs-pagination {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .home-hero {
    padding: 2rem;
  }
  .home-highlights,
  .home-callout {
    padding: 2rem;
  }
}
.docs-sidebar {
  position: sticky;
  top: calc(76px + 1rem);
  align-self: start;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  border: 1px solid rgba(221, 228, 236, 0.9);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  backdrop-filter: blur(14px);
  max-height: calc(100vh - 76px - 1.5rem);
  display: flex;
  flex-direction: column;
}
.docs-sidebar__inner {
  padding: 1.5rem 1rem;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
}
.docs-sidebar__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dde4ec;
}
.docs-sidebar__label {
  font-weight: 600;
  color: #5b6473;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.docs-sidebar__toggle {
  display: none;
}
.docs-sidebar__sections {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.docs-sidebar__section h2 {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #5b6473;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.docs-sidebar__pages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.docs-sidebar__link {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  color: #0b1220;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
}
.docs-sidebar__link:hover {
  color: #0b1220;
  background-color: rgba(11, 18, 32, 0.08);
  border-color: rgba(11, 18, 32, 0.14);
}
.docs-sidebar__link.is-active {
  background-color: rgba(11, 18, 32, 0.12);
  border-color: rgba(11, 18, 32, 0.24);
  color: #0b1220;
  font-weight: 600;
}
.docs-sidebar__description {
  font-size: 0.75rem;
  color: #5b6473;
  padding: 0 1rem;
  margin-top: 0.25rem;
  line-height: 1.4;
}

.docs-toc {
  position: sticky;
  top: calc(76px + 1rem);
  align-self: start;
}
.docs-toc__inner {
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  border: 1px solid #dde4ec;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1rem;
  backdrop-filter: blur(14px);
}
.docs-toc__title {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5b6473;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.docs-toc__list {
  font-size: 0.875rem;
}
.docs-toc__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docs-toc__list li + li {
  margin-top: 0.25rem;
}
.docs-toc__list a {
  display: block;
  padding: 0.25rem 0 0.25rem 0.5rem;
  color: #5b6473;
  transition: color 0.2s ease;
  border-left: 2px solid transparent;
}
.docs-toc__list a:hover {
  color: #0b1220;
  border-left-color: rgba(11, 18, 32, 0.4);
}

.toc-empty {
  margin: 0;
  color: #5b6473;
  font-size: 0.875rem;
}

@media (max-width: 900px) {
  .docs-sidebar {
    position: static;
  }
}
@media (max-width: 600px) {
  .docs-sidebar {
    width: 100%;
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: calc(76px + 1rem);
    bottom: 1rem;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .docs-sidebar__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #dde4ec;
    background: transparent;
    cursor: pointer;
  }
  .docs-sidebar.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  body.sidebar-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(2px);
    z-index: 700;
  }
  .docs-sidebar {
    z-index: 900;
  }
}
.callout {
  border-radius: 12px;
  padding: 1rem;
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  border: 1px solid transparent;
  background-color: rgba(11, 18, 32, 0.08);
  color: #0b1220;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.callout__icon {
  font-size: 1.25rem;
  line-height: 1;
}
.callout__title {
  margin: 0 0 0.25rem;
  font-size: 1.125rem;
}
.callout__body > :last-child {
  margin-bottom: 0;
}
.callout--info {
  background-color: rgba(11, 18, 32, 0.08);
  border-color: rgba(11, 18, 32, 0.2);
  border-left: 3px solid rgba(11, 18, 32, 0.6);
}
.callout--success {
  background-color: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.2);
  border-left: 3px solid rgba(34, 197, 94, 0.6);
}
.callout--warning {
  background-color: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.25);
  border-left: 3px solid rgba(245, 158, 11, 0.7);
}
.callout--danger {
  background-color: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.25);
  border-left: 3px solid rgba(239, 68, 68, 0.7);
}

.docs-footer {
  margin-top: 3rem;
  border-top: 1px solid rgba(221, 228, 236, 0.9);
  background: rgba(238, 242, 246, 0.7);
}

.docs-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #5b6473;
}

.docs-footer__brand p {
  margin: 0 0 0.25rem;
}

.docs-footer__nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.docs-footer__link {
  color: #5b6473;
  font-weight: 500;
}
.docs-footer__link:hover {
  color: #0b1220;
}