@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Ruda:wght@700;900&display=swap");

:root {
  --spora-color-bg: #ffffff;
  --spora-color-bg-dark: #1c1e21;
  --spora-color-bg-section: #f9fafb;
  --spora-color-accent: #3d509e;
  --spora-color-accent-hover: #2f3f7a;
  --spora-color-accent-light: #e8eaf2;
  --spora-color-green: #71d49f;
  --spora-color-red: #f2545b;
  --spora-color-blue-light: #455fbe;
  --spora-color-text: #1c1e21;
  --spora-color-text-secondary: #6b7280;
  --spora-color-border: #e5e7eb;
  --spora-color-border-light: #f0f0f0;
  --spora-color-syntax-bg: #1a1d23;
  --spora-color-syntax-muted: #5f687a;
  --spora-color-syntax-text: #d8dee9;
  --spora-color-syntax-keyword: #f2545b;
  --spora-color-syntax-name: #71d49f;
  --spora-color-syntax-class: #6d83d8;
  --spora-color-syntax-variable: #71d49f;
  --spora-color-syntax-string: #9ea7ce;
  --spora-color-syntax-number: #f4b4b8;
  --spora-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --spora-font-mono: "JetBrains Mono", "Fira Code", monospace;
  --spora-font-display: "Ruda", var(--spora-font-sans);
  --spora-nav-height: 56px;
  --spora-radius: 8px;
  --spora-radius-sm: 4px;
  --spora-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --spora-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --spora-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.spora-docs-shell {
  padding-top: var(--spora-nav-height);
  font-family: var(--spora-font-sans);
  color: var(--spora-color-text);
  background: var(--spora-color-bg);
}

body.spora-docs-shell,
body.spora-docs-shell .wy-body-for-nav,
body.spora-docs-shell .rst-content {
  font-family: var(--spora-font-sans);
}

body.spora-docs-shell .wy-nav-side {
  top: var(--spora-nav-height);
  height: calc(100% - var(--spora-nav-height));
  background: #111111;
  box-shadow: none;
}

body.spora-docs-shell .wy-side-scroll {
  background: #111111;
}

body.spora-docs-shell .wy-side-nav-search {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
}

body.spora-docs-shell .wy-side-nav-search > a,
body.spora-docs-shell .wy-side-nav-search .icon-home {
  color: #ffffff;
  font-family: var(--spora-font-display);
  font-size: 1.25rem;
  font-weight: 900;
}

body.spora-docs-shell .wy-side-nav-search > a .bracket,
body.spora-docs-shell .wy-nav-top a .bracket {
  color: var(--spora-color-green);
  font-weight: 400;
}

body.spora-docs-shell .wy-side-nav-search > a .suffix,
body.spora-docs-shell .wy-nav-top a .suffix {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--spora-font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-left: 0.35rem;
  text-transform: uppercase;
}

body.spora-docs-shell .wy-side-nav-search > a:hover {
  background: transparent;
}

body.spora-docs-shell .wy-side-nav-search input[type="text"] {
  border-radius: var(--spora-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  box-shadow: none;
}

body.spora-docs-shell .wy-side-nav-search input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

body.spora-docs-shell .wy-menu-vertical header,
body.spora-docs-shell .wy-menu-vertical p.caption {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.spora-docs-shell .wy-menu-vertical a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
}

body.spora-docs-shell .wy-menu-vertical a:hover,
body.spora-docs-shell .wy-menu-vertical a:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.spora-docs-shell .wy-menu-vertical li.current > a,
body.spora-docs-shell .wy-menu-vertical li.toctree-l1.current > a {
  background: #ffffff;
  border-right: 0;
  color: var(--spora-color-text);
}

body.spora-docs-shell .wy-menu-vertical li.current a {
  color: var(--spora-color-text);
}

body.spora-docs-shell .wy-menu-vertical li.current a code,
body.spora-docs-shell .wy-menu-vertical li.current a span.pre {
  color: var(--spora-color-text);
}

body.spora-docs-shell .wy-menu-vertical li.current a:hover,
body.spora-docs-shell .wy-menu-vertical li.current a:focus {
  background: #ffffff;
  color: var(--spora-color-text);
}


body.spora-docs-shell .wy-nav-content-wrap {
  background: linear-gradient(180deg, #f7f7f8 0, #ffffff 160px);
}

body.spora-docs-shell .wy-nav-content {
  max-width: 980px;
  background: transparent;
}

body.spora-docs-shell .wy-nav-top {
  top: var(--spora-nav-height);
  background: var(--spora-color-bg-dark);
  color: #ffffff;
}

body.spora-docs-shell .wy-nav-top a {
  color: #ffffff;
  font-family: var(--spora-font-display);
  font-weight: 800;
}

body.spora-docs-shell .rst-content {
  color: var(--spora-color-text);
}

body.spora-docs-shell .rst-content h1,
body.spora-docs-shell .rst-content h2,
body.spora-docs-shell .rst-content h3,
body.spora-docs-shell .rst-content h4,
body.spora-docs-shell .rst-content h5,
body.spora-docs-shell .rst-content h6 {
  color: var(--spora-color-text);
  font-family: var(--spora-font-sans);
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.spora-docs-shell .rst-content h1 {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

body.spora-docs-shell .rst-content h2 {
  font-size: 1.65rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--spora-color-border);
}

body.spora-docs-shell .rst-content h3 {
  font-size: 1.2rem;
}

body.spora-docs-shell .rst-content p,
body.spora-docs-shell .rst-content li,
body.spora-docs-shell .rst-content dl,
body.spora-docs-shell .rst-content blockquote {
  line-height: 1.75;
  color: var(--spora-color-text);
}

body.spora-docs-shell .rst-content a,
body.spora-docs-shell .rst-content a:visited {
  color: var(--spora-color-accent);
}

body.spora-docs-shell .rst-content a:hover {
  color: var(--spora-color-accent-hover);
}

body.spora-docs-shell .rst-content .reference.internal,
body.spora-docs-shell .rst-content .reference.internal span.pre {
  color: var(--spora-color-accent);
}

body.spora-docs-shell .wy-breadcrumbs {
  color: var(--spora-color-text-secondary);
  font-size: 13px;
}

body.spora-docs-shell .wy-breadcrumbs a {
  color: var(--spora-color-accent);
}

body.spora-docs-shell .wy-breadcrumbs-aside {
  display: none;
}

body.spora-docs-shell .rst-content code.literal,
body.spora-docs-shell .rst-content tt.literal,
body.spora-docs-shell .rst-content .highlight pre,
body.spora-docs-shell .rst-content pre.literal-block {
  font-family: var(--spora-font-mono);
}

body.spora-docs-shell .rst-content code.literal,
body.spora-docs-shell .rst-content tt.literal {
  background: var(--spora-color-accent-light);
  border: 0;
  color: var(--spora-color-accent);
  border-radius: 6px;
  padding: 0.12rem 0.35rem;
}

body.spora-docs-shell .rst-content div[class^="highlight"],
body.spora-docs-shell .rst-content pre.literal-block {
  background: var(--spora-color-syntax-bg);
  border-radius: 10px;
  box-shadow: var(--spora-shadow-lg);
}

body.spora-docs-shell .rst-content div[class^="highlight"] pre,
body.spora-docs-shell .rst-content pre.literal-block {
  background: transparent;
  color: var(--spora-color-syntax-text);
  border: 0;
  line-height: 1.7;
  padding: 1.1rem 1.25rem;
}

body.spora-docs-shell .rst-content table.docutils,
body.spora-docs-shell .rst-content table.field-list,
body.spora-docs-shell .rst-content table.footnote {
  border: 1px solid var(--spora-color-border);
  border-radius: var(--spora-radius);
  overflow: hidden;
  box-shadow: var(--spora-shadow-sm);
}

body.spora-docs-shell .rst-content table.docutils thead th,
body.spora-docs-shell .rst-content table.field-list thead th {
  background: var(--spora-color-bg-section);
  color: var(--spora-color-text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.spora-docs-shell .rst-content table.docutils td,
body.spora-docs-shell .rst-content table.docutils th {
  border-color: var(--spora-color-border-light);
}

body.spora-docs-shell .rst-content .admonition,
body.spora-docs-shell .rst-content .note,
body.spora-docs-shell .rst-content .warning {
  border-radius: var(--spora-radius);
  border: 1px solid var(--spora-color-border);
  box-shadow: var(--spora-shadow-sm);
}

body.spora-docs-shell .rst-content .admonition-title,
body.spora-docs-shell .rst-content .note .admonition-title,
body.spora-docs-shell .rst-content .warning .admonition-title {
  border-top-left-radius: var(--spora-radius);
  border-top-right-radius: var(--spora-radius);
}

body.spora-docs-shell .rst-content dl.py {
  margin-bottom: 1.5rem;
}

body.spora-docs-shell .rst-content dl.py > dt,
body.spora-docs-shell .rst-content dl.py > dt:target {
  background: linear-gradient(135deg, #f7f8fc 0%, #eef1fb 100%);
  border: 1px solid var(--spora-color-border);
  border-left: 4px solid var(--spora-color-accent);
  border-radius: 10px;
  box-shadow: var(--spora-shadow-sm);
  color: var(--spora-color-text);
  padding: 0.9rem 1rem;
}

body.spora-docs-shell .rst-content dl.py > dd {
  margin: 0.75rem 0 1.5rem 1rem;
}

body.spora-docs-shell .rst-content .sig,
body.spora-docs-shell .rst-content .sig-name,
body.spora-docs-shell .rst-content .sig-name .pre,
body.spora-docs-shell .rst-content .descname,
body.spora-docs-shell .rst-content .descclassname,
body.spora-docs-shell .rst-content .property,
body.spora-docs-shell .rst-content .sig-paren {
  color: var(--spora-color-text);
}

body.spora-docs-shell .rst-content .sig-name,
body.spora-docs-shell .rst-content .descname {
  color: var(--spora-color-accent);
  font-weight: 700;
}

body.spora-docs-shell .rst-content .descclassname {
  color: var(--spora-color-blue-light);
}

body.spora-docs-shell .rst-content .property,
body.spora-docs-shell .rst-content .property .k,
body.spora-docs-shell .rst-content .k,
body.spora-docs-shell .rst-content .ow,
body.spora-docs-shell .rst-content .o {
  color: var(--spora-color-red);
}

body.spora-docs-shell .rst-content .sig-prename,
body.spora-docs-shell .rst-content .sig-prename .pre {
  color: var(--spora-color-blue-light);
}

body.spora-docs-shell .rst-content .sig-name .pre,
body.spora-docs-shell .rst-content .descname .pre {
  color: inherit;
}

body.spora-docs-shell .rst-content .sig-param .n,
body.spora-docs-shell .rst-content .sig-param .pre,
body.spora-docs-shell .rst-content em.sig-param {
  color: var(--spora-color-text);
}

body.spora-docs-shell .rst-content .sig-param .n {
  color: var(--spora-color-text);
  font-weight: 600;
}

body.spora-docs-shell .rst-content .sig-param .default_value .pre,
body.spora-docs-shell .rst-content .sig-param .o,
body.spora-docs-shell .rst-content .sig-param .o .pre {
  color: var(--spora-color-red);
}

body.spora-docs-shell .rst-content .default_value,
body.spora-docs-shell .rst-content .default_value .pre {
  color: var(--spora-color-red);
}

body.spora-docs-shell .rst-content .sig-return,
body.spora-docs-shell .rst-content .sig-return-typehint,
body.spora-docs-shell .rst-content .sig-return-typehint .pre {
  color: var(--spora-color-green);
}

body.spora-docs-shell .rst-content a.viewcode-link,
body.spora-docs-shell .rst-content a.reference.internal code,
body.spora-docs-shell .rst-content a.reference.internal tt {
  color: var(--spora-color-accent);
}

body.spora-docs-shell .rst-content a.viewcode-link {
  background: var(--spora-color-accent-light);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 0.5rem;
  padding: 0.18rem 0.55rem;
}

body.spora-docs-shell .rst-content a.viewcode-link:hover {
  background: #d9def2;
  color: var(--spora-color-accent-hover);
}

body.spora-docs-shell .rst-content a.viewcode-back {
  display: inline-block;
  background: rgba(113, 212, 159, 0.14);
  border: 1px solid rgba(113, 212, 159, 0.28);
  border-radius: 999px;
  color: #2e7d58;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.85rem;
  padding: 0.2rem 0.55rem;
}

body.spora-docs-shell .rst-content a.viewcode-back:hover {
  background: rgba(113, 212, 159, 0.22);
  color: #245f44;
}

body.spora-docs-shell .rst-content .field-list,
body.spora-docs-shell .rst-content dl.field-list {
  border: 1px solid var(--spora-color-border);
  border-radius: 10px;
  overflow: hidden;
}

body.spora-docs-shell .rst-content .field-list > dt,
body.spora-docs-shell .rst-content .field-list > dd {
  padding: 0.8rem 1rem;
}

body.spora-docs-shell .rst-content .field-list > dt {
  background: var(--spora-color-bg-section);
  color: var(--spora-color-text-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.spora-docs-shell .rst-content .field-list > dd {
  background: #ffffff;
  border-left: 1px solid var(--spora-color-border);
}

body.spora-docs-shell .rst-content .field-list > dd ul.simple {
  margin-bottom: 0;
}

body.spora-docs-shell .rst-content .field-list > dd ul.simple li {
  margin-bottom: 0.3rem;
}

body.spora-docs-shell .rst-content .xref,
body.spora-docs-shell .rst-content .typehint,
body.spora-docs-shell .rst-content .classifier {
  color: var(--spora-color-text-secondary);
}

body.spora-docs-shell .rst-content .xref,
body.spora-docs-shell .rst-content .typehint,
body.spora-docs-shell .rst-content .typehint .pre,
body.spora-docs-shell .rst-content .classifier,
body.spora-docs-shell .rst-content .field-list .classifier {
  color: var(--spora-color-green);
}

body.spora-docs-shell .rst-content .field-list .field-odd,
body.spora-docs-shell .rst-content .field-list .field-even {
  border-bottom: 1px solid var(--spora-color-border-light);
}

body.spora-docs-shell .rst-content .field-list > dt.field-even:last-of-type,
body.spora-docs-shell .rst-content .field-list > dt.field-odd:last-of-type,
body.spora-docs-shell .rst-content .field-list > dd.field-even:last-of-type,
body.spora-docs-shell .rst-content .field-list > dd.field-odd:last-of-type {
  border-bottom: 0;
}

body.spora-docs-shell .rst-content .toctree-wrapper > p.caption {
  color: var(--spora-color-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.spora-docs-shell .rst-content .toctree-wrapper ul {
  border-left: 2px solid var(--spora-color-accent-light);
  margin-left: 0.35rem;
  padding-left: 1rem;
}

body.spora-docs-shell .rst-content .headerlink {
  color: var(--spora-color-blue-light);
}

body.spora-docs-shell .rst-content .highlight .hll {
  background-color: rgba(61, 80, 158, 0.18);
}

body.spora-docs-shell .rst-content .highlight .c,
body.spora-docs-shell .rst-content .highlight .c1,
body.spora-docs-shell .rst-content .highlight .cm,
body.spora-docs-shell .rst-content .highlight .cp,
body.spora-docs-shell .rst-content .highlight .sd {
  color: var(--spora-color-syntax-muted);
  font-style: italic;
}

body.spora-docs-shell .rst-content .highlight .k,
body.spora-docs-shell .rst-content .highlight .kc,
body.spora-docs-shell .rst-content .highlight .kd,
body.spora-docs-shell .rst-content .highlight .kn,
body.spora-docs-shell .rst-content .highlight .kp,
body.spora-docs-shell .rst-content .highlight .kr,
body.spora-docs-shell .rst-content .highlight .ow {
  color: var(--spora-color-syntax-keyword);
}

body.spora-docs-shell .rst-content .highlight .nf,
body.spora-docs-shell .rst-content .highlight .fm,
body.spora-docs-shell .rst-content .highlight .na {
  color: var(--spora-color-syntax-name);
}

body.spora-docs-shell .rst-content .highlight .nc,
body.spora-docs-shell .rst-content .highlight .nn,
body.spora-docs-shell .rst-content .highlight .ne,
body.spora-docs-shell .rst-content .highlight .nt {
  color: var(--spora-color-syntax-class);
}

body.spora-docs-shell .rst-content .highlight .nb,
body.spora-docs-shell .rst-content .highlight .bp,
body.spora-docs-shell .rst-content .highlight .n,
body.spora-docs-shell .rst-content .highlight .p,
body.spora-docs-shell .rst-content .highlight .w {
  color: var(--spora-color-syntax-text);
}

body.spora-docs-shell .rst-content .highlight .nv,
body.spora-docs-shell .rst-content .highlight .vc,
body.spora-docs-shell .rst-content .highlight .vg,
body.spora-docs-shell .rst-content .highlight .vi,
body.spora-docs-shell .rst-content .highlight .vm {
  color: var(--spora-color-syntax-variable);
}

body.spora-docs-shell .rst-content .highlight .o {
  color: var(--spora-color-syntax-muted);
}

body.spora-docs-shell .rst-content .highlight .s,
body.spora-docs-shell .rst-content .highlight .s1,
body.spora-docs-shell .rst-content .highlight .s2,
body.spora-docs-shell .rst-content .highlight .sa,
body.spora-docs-shell .rst-content .highlight .sb,
body.spora-docs-shell .rst-content .highlight .sc,
body.spora-docs-shell .rst-content .highlight .dl,
body.spora-docs-shell .rst-content .highlight .si {
  color: var(--spora-color-syntax-string);
}

body.spora-docs-shell .rst-content .highlight .m,
body.spora-docs-shell .rst-content .highlight .mi,
body.spora-docs-shell .rst-content .highlight .mf,
body.spora-docs-shell .rst-content .highlight .il {
  color: var(--spora-color-syntax-number);
}

body.spora-docs-shell .rst-footer-buttons .btn {
  border-radius: var(--spora-radius);
  box-shadow: none;
}

body.spora-docs-shell footer {
  color: var(--spora-color-text-secondary);
}

body.spora-docs-shell footer .rst-footer-buttons {
  margin-bottom: 1.5rem;
}

body.spora-docs-shell footer p,
body.spora-docs-shell footer a {
  color: var(--spora-color-text-secondary);
}

.spora-site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--spora-nav-height);
  background: var(--spora-color-bg-dark);
  display: flex;
  align-items: center;
  padding: 0 24px;
  z-index: 1100;
}

.spora-site-nav__logo {
  color: #ffffff !important;
  font-family: var(--spora-font-display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin-right: 40px;
  white-space: nowrap;
}

.spora-site-nav__logo:hover {
  color: #ffffff !important;
}

.spora-site-nav__logo-bracket {
  color: var(--spora-color-green);
  font-weight: 400;
}

.spora-site-nav__menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.spora-site-nav__link {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 13.5px;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: var(--spora-radius-sm);
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.spora-site-nav__link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}

.spora-site-nav__link--active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
}

.spora-site-nav__divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 8px;
}

.spora-site-nav__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.spora-site-nav__toggle {
  display: none;
  margin-left: auto;
  color: #ffffff;
  font-size: 22px;
}

.spora-site-footer {
  background: var(--spora-color-bg-dark);
  color: rgba(255, 255, 255, 0.6);
  padding: 40px 0;
  font-size: 13px;
}

.spora-site-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.spora-site-footer__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}

.spora-site-footer__brand {
  font-family: var(--spora-font-display);
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 8px;
}

.spora-site-footer__brand .bracket {
  color: var(--spora-color-green);
  font-weight: 400;
}

.spora-site-footer__desc {
  max-width: 320px;
  line-height: 1.55;
}

.spora-site-footer__links {
  display: flex;
  gap: 32px;
}

.spora-site-footer__col-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}

.spora-site-footer__col a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  padding: 3px 0;
  font-size: 13px;
}

.spora-site-footer__col a:hover {
  color: #ffffff;
}

.spora-site-footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.spora-site-footer__logos a {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 6px 14px;
}

.spora-site-footer__inst-logo {
  height: 22px;
  width: auto;
  display: block;
}

.spora-site-footer__inst-logo--aimm {
  height: 18px;
}

.spora-site-footer__bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 768px) {
  .spora-site-nav__toggle {
    display: block;
  }

  .spora-site-nav__menu {
    display: none;
    position: absolute;
    top: var(--spora-nav-height);
    left: 0;
    right: 0;
    background: var(--spora-color-bg-dark);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .spora-site-nav__menu.open {
    display: flex;
  }

  .spora-site-nav__divider {
    width: 100%;
    height: 1px;
    margin: 8px 0;
  }

  body.spora-docs-shell .wy-nav-top {
    top: calc(var(--spora-nav-height) + 56px);
  }

  body.spora-docs-shell .wy-nav-side {
    top: calc(var(--spora-nav-height) + 56px);
    height: calc(100% - var(--spora-nav-height) - 56px);
  }

  .spora-site-footer__grid {
    flex-direction: column;
  }

  .spora-site-footer__links {
    flex-direction: column;
    gap: 24px;
  }
}
