/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --otfw-bg: #ffffff;
  --otfw-bg-surface: #f8fafc;
  --otfw-bg-elevated: #ffffff;
  --otfw-text: #0f172a;
  --otfw-text-muted: #64748b;
  --otfw-border: #e2e8f0;
  --otfw-accent: #ff851b;
  --otfw-accent-contrast: #ffffff;
  --otfw-accent-soft: rgba(255, 133, 27, 0.12);
  --otfw-code-bg: #f1f5f9;
  --otfw-code-text: #be4f0c;
  --otfw-selection: rgba(255, 133, 27, 0.22);
  --otfw-sidebar-width: 17rem;
  --otfw-toc-width: 15rem;
  --otfw-content-max: 48rem;
  --otfw-navbar-height: 3.75rem;
  --otfw-radius: 0.625rem;
  --otfw-font: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --otfw-mono: ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, monospace;
}
[data-theme="dark"] {
  --otfw-bg: #020617;
  --otfw-bg-surface: #0b1220;
  --otfw-bg-elevated: #0f172a;
  --otfw-text: #e2e8f0;
  --otfw-text-muted: #94a3b8;
  --otfw-border: #1e293b;
  --otfw-accent: #ff943d;
  --otfw-accent-contrast: #0b1220;
  --otfw-accent-soft: rgba(255, 148, 61, 0.16);
  --otfw-code-bg: #0f172a;
  --otfw-code-text: #ffb784;
  --otfw-selection: rgba(255, 148, 61, 0.3);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--otfw-navbar-height) + 1rem);
}
body {
  margin: 0;
  font-family: var(--otfw-font);
  background: var(--otfw-bg);
  color: var(--otfw-text);
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.2s ease, color 0.2s ease;
}
::selection {
  background: var(--otfw-selection);
}
.web-docs-layout, .web-toc, .web-footer, .web-breadcrumbs, .web-pagination, .web-callout, .web-tabs, .web-code-group, .web-table {
  display: block;
}
.web-navbar, .web-navbar-link, .web-link, .web-sidebar-node, .web-sidebar, .web-sidebar-toggle, .otfw-sidebar-shell {
  display: contents;
}
.otfw-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.otfw-shell-body {
  flex: 1;
}
.otfw-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--otfw-navbar-height);
  background: var(--otfw-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--otfw-bg) 85%, transparent);
  }
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--otfw-border);
}
.otfw-navbar-inner {
  height: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}
.otfw-navbar-search {
  justify-self: center;
}
.otfw-navbar-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.otfw-navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--otfw-text);
  text-decoration: none;
}
.otfw-navbar-logo {
  width: 1.75rem;
  height: 1.75rem;
}
.otfw-navbar-version {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.22rem 0.45rem;
  border-radius: 0.4rem;
  border: 1px solid var(--otfw-border);
  background: var(--otfw-bg-surface);
  color: var(--otfw-text-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.otfw-navbar-brand {
  justify-self: start;
}
.otfw-navbar-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
}
.otfw-navbar-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--otfw-text-muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.otfw-navbar-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  border-radius: 2px;
  background: var(--otfw-accent);
  transform: scaleX(0);
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.otfw-navbar-link:hover {
  color: var(--otfw-text);
}
.otfw-navbar-link:hover::after {
  transform: scaleX(1);
  opacity: 0.35;
}
.otfw-navbar-link.otfw-active {
  color: var(--otfw-text);
  font-weight: 600;
}
.otfw-navbar-link.otfw-active::after {
  transform: scaleX(1);
  opacity: 1;
}
.otfw-nav-icon {
  display: inline-flex;
}
.otfw-nav-icon svg {
  display: block;
}
.otfw-navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.otfw-navbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0.5rem;
  color: var(--otfw-text-muted);
  cursor: pointer;
  font-family: inherit;
  line-height: 0;
}
.otfw-navbar-icon > * {
  display: inline-flex;
  align-items: center;
}
.otfw-navbar-icon:hover {
  color: var(--otfw-text);
  background: var(--otfw-bg-surface);
}
.otfw-navbar-lead {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.otfw-navbar-burger {
  display: none;
}
@media (max-width: 767px) {
  :root[data-otfw-has-sidebar] .otfw-navbar-burger {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .otfw-navbar-inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem;
  }
  .otfw-navbar-lead {
    margin-right: auto;
  }
  .otfw-navbar-search {
    justify-self: auto;
  }
  .otfw-navbar-right {
    gap: 0.5rem;
  }
  .otfw-navbar-version {
    display: none;
  }
  :root[data-otfw-has-sidebar] .otfw-navbar-nav {
    display: none;
  }
}
.otfw-theme {
  position: relative;
  display: inline-flex;
}
.otfw-theme-trigger {
  width: auto;
  min-width: 2rem;
  padding: 0 0.3rem;
}
.otfw-theme-trigger-system {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.otfw-theme-trigger-badge {
  display: inline-flex;
  align-items: center;
  padding-left: 0.3rem;
  border-left: 1px solid var(--otfw-border);
  opacity: 0.85;
}
.otfw-theme-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 60;
  min-width: 9rem;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  background: var(--otfw-bg-elevated);
  border: 1px solid var(--otfw-border);
  border-radius: 0.6rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.otfw-theme-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.6rem;
  border: none;
  background: none;
  border-radius: 0.4rem;
  color: var(--otfw-text-muted);
  font: inherit;
  font-size: 0.85rem;
  text-align: left;
  cursor: pointer;
}
.otfw-theme-item:hover {
  background: var(--otfw-bg-surface);
  color: var(--otfw-text);
}
.otfw-theme-item.is-active {
  color: var(--otfw-accent);
  font-weight: 600;
}
.otfw-tooltip {
  position: relative;
  display: inline-flex;
}
.otfw-tooltip-bubble {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(3px);
  white-space: nowrap;
  padding: 0.28rem 0.5rem;
  border-radius: 0.4rem;
  background: var(--otfw-text);
  color: var(--otfw-bg);
  font-size: 0.72rem;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease, transform 0.12s ease;
  z-index: 70;
}
.otfw-tooltip-bottom .otfw-tooltip-bubble {
  top: 100%;
  margin-top: 0.45rem;
}
.otfw-tooltip-top .otfw-tooltip-bubble {
  bottom: 100%;
  margin-bottom: 0.45rem;
}
.otfw-tooltip:hover .otfw-tooltip-bubble, .otfw-tooltip:focus-within .otfw-tooltip-bubble {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.otfw-search-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--otfw-border);
  background: var(--otfw-bg-surface);
  color: var(--otfw-text-muted);
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: inherit;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
}
.otfw-search-trigger:hover {
  color: var(--otfw-accent);
  border-color: var(--otfw-accent);
}
.otfw-search-kbd {
  display: none;
  align-items: center;
  height: 1.25rem;
  padding: 0 0.35rem;
  border: 1px solid var(--otfw-border);
  border-radius: 0.3rem;
  background: var(--otfw-bg);
  color: var(--otfw-text-muted);
  font-family: var(--otfw-mono);
  font-size: 0.68rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .otfw-search-kbd {
    display: inline-flex;
  }
}
.otfw-search-label {
  display: none;
}
@media (min-width: 768px) {
  .otfw-search-label {
    display: inline;
  }
}
.web-search {
  display: contents;
}
.otfw-search-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 1rem 1rem;
  background: color-mix(in srgb, #000 45%, transparent);
  backdrop-filter: blur(2px);
}
.otfw-search-modal.is-open {
  display: flex;
}
.otfw-search-panel {
  width: 100%;
  max-width: 36rem;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  background: var(--otfw-bg-elevated);
  border: 1px solid var(--otfw-border);
  border-radius: 0.9rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.otfw-search-field {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--otfw-border);
  color: var(--otfw-text-muted);
}
.otfw-search-input-field {
  flex: 1;
  min-width: 0;
  border: none;
  background: none;
  outline: none;
  font: inherit;
  font-size: 1rem;
  color: var(--otfw-text);
}
.otfw-search-hint {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.6rem 1rem;
  border-top: 1px solid var(--otfw-border);
  color: var(--otfw-text-muted);
  font-size: 0.72rem;
}
.otfw-search-hint-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.otfw-search-hint kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 1.3rem;
  padding: 0 0.35rem;
  border: 1px solid var(--otfw-border);
  border-bottom-width: 2px;
  border-radius: 0.3rem;
  background: var(--otfw-bg-surface);
  color: var(--otfw-text);
  font-family: var(--otfw-mono);
  font-size: 0.7rem;
  line-height: 1;
}
.otfw-search-results {
  list-style: none;
  margin: 0;
  padding: 0.4rem;
  overflow-y: auto;
}
.otfw-search-result {
  display: block;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: var(--otfw-text);
}
.otfw-search-result.is-active {
  background: var(--otfw-accent-soft);
}
.otfw-search-result-crumb {
  display: block;
  font-size: 0.72rem;
  color: var(--otfw-text-muted);
  letter-spacing: 0.01em;
  margin-bottom: 0.1rem;
}
.otfw-search-result-title {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
}
.otfw-search-result-section {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: var(--otfw-text-muted);
  margin-top: 0.05rem;
}
.otfw-search-result-section::before {
  content: "#";
  color: var(--otfw-accent);
  font-weight: 700;
}
.otfw-search-result-excerpt {
  display: block;
  font-size: 0.8rem;
  color: var(--otfw-text-muted);
  margin-top: 0.15rem;
  line-height: 1.5;
}
.otfw-search-result-excerpt mark {
  background: var(--otfw-accent-soft);
  color: var(--otfw-accent);
  border-radius: 0.2rem;
  padding: 0 0.1rem;
}
.otfw-search-empty {
  padding: 1.5rem 1rem;
  text-align: center;
  color: var(--otfw-text-muted);
  font-size: 0.9rem;
}
.otfw-docs {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .otfw-docs {
    grid-template-columns: var(--otfw-sidebar-width) minmax(0, 1fr);
  }
}
@media (min-width: 1280px) {
  .otfw-docs {
    grid-template-columns: var(--otfw-sidebar-width) minmax(0, 1fr) var(--otfw-toc-width);
  }
}
.otfw-sidebar {
  position: fixed;
  top: var(--otfw-navbar-height);
  bottom: 0;
  left: 0;
  z-index: 40;
  width: min(19rem, 80vw);
  padding: 1.25rem 1.1rem 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--otfw-bg);
  border-right: 1px solid var(--otfw-border);
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.25s ease, visibility 0.25s ease;
}
.otfw-sidebar.is-open {
  transform: translateX(0);
  visibility: visible;
}
.otfw-sidebar-backdrop {
  position: fixed;
  top: var(--otfw-navbar-height);
  inset-inline: 0;
  bottom: 0;
  z-index: 39;
  background: var(--otfw-text);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--otfw-text) 45%, transparent);
  }
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.otfw-sidebar-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .otfw-sidebar {
    position: sticky;
    top: var(--otfw-navbar-height);
    bottom: auto;
    left: auto;
    z-index: auto;
    width: auto;
    align-self: start;
    max-height: calc(100vh - var(--otfw-navbar-height));
    overflow-y: auto;
    padding: 2rem 0.5rem 2rem 0;
    background: none;
    border-right: none;
    transform: none;
    visibility: visible;
  }
  .otfw-sidebar-backdrop {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .otfw-sidebar, .otfw-sidebar-backdrop {
    transition: none;
  }
}
.otfw-drawer-links {
  display: none;
}
@media (max-width: 767px) {
  .otfw-drawer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--otfw-border);
    font-size: 0.95rem;
  }
}
.otfw-sidebar-list, .otfw-sidebar-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.otfw-sidebar-sublist {
  margin: 0.25rem 0 0.75rem 0.25rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--otfw-border);
}
.otfw-sidebar-node {
  margin: 0.1rem 0;
}
.otfw-sidebar-group-title {
  display: block;
  margin: 1.1rem 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--otfw-text-muted);
}
.otfw-sidebar-group {
  margin: 0.15rem 0;
}
.otfw-sidebar-group-toggle {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  margin: 0.85rem 0 0.35rem;
  padding: 0.25rem 0.35rem;
  border: 0;
  border-radius: 0.4rem;
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--otfw-text-muted);
  cursor: pointer;
  text-align: left;
  transition: color 0.12s, background 0.12s;
}
.otfw-sidebar-group-toggle:hover {
  color: var(--otfw-text);
  background: var(--otfw-bg-surface);
}
.otfw-sidebar-group-toggle:focus-visible {
  outline: 2px solid var(--otfw-accent);
  outline-offset: 2px;
}
.otfw-sidebar-group-label {
  flex: 1;
  min-width: 0;
}
.otfw-sidebar-group-row {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.35rem;
}
.otfw-sidebar-group-row .otfw-sidebar-link {
  flex: 1;
  min-width: 0;
  padding-left: 0.2rem;
}
.otfw-sidebar-group-toggle--icon {
  flex: none;
  width: auto;
  margin: 0;
  padding: 0.35rem;
  justify-content: center;
  color: var(--otfw-text-muted);
}
.otfw-sidebar-chevron {
  flex: none;
  transition: transform 0.18s ease;
}
.otfw-sidebar-chevron.is-open {
  transform: rotate(90deg);
}
@media (prefers-reduced-motion: reduce) {
  .otfw-sidebar-chevron {
    transition: none;
  }
}
.otfw-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0.6rem;
  border-radius: 0.45rem;
  font-size: 0.875rem;
  color: var(--otfw-text-muted);
  text-decoration: none;
  transition: color 0.12s, background 0.12s;
}
.otfw-sidebar-dot {
  flex: none;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: currentColor;
  opacity: 0.35;
  transition: opacity 0.12s;
}
.otfw-sidebar-link:hover {
  color: var(--otfw-text);
  background: var(--otfw-bg-surface);
}
.otfw-sidebar-link:hover .otfw-sidebar-dot {
  opacity: 0.6;
}
.otfw-sidebar-link.otfw-active {
  color: var(--otfw-accent);
  background: var(--otfw-accent-soft);
  font-weight: 600;
}
.otfw-sidebar-link.otfw-active .otfw-sidebar-dot {
  opacity: 1;
}
.otfw-content {
  min-width: 0;
  padding: 2.25rem 0 4rem;
}
.otfw-prose {
  max-width: var(--otfw-content-max);
}
.otfw-prose h1 {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.otfw-prose h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--otfw-border);
  letter-spacing: -0.01em;
}
.otfw-prose h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
}
.otfw-prose h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.6rem 0 0.6rem;
}
.otfw-prose h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 1.4rem 0 0.5rem;
}
.otfw-prose h6 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--otfw-text-muted);
  margin: 1.3rem 0 0.5rem;
}
.otfw-prose h1, .otfw-prose h2, .otfw-prose h3, .otfw-prose h4, .otfw-prose h5, .otfw-prose h6 {
  scroll-margin-top: calc(var(--otfw-navbar-height) + 1rem);
}
.otfw-heading-anchor {
  margin-left: 0.4rem;
  color: var(--otfw-text-muted);
  font-weight: 400;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.12s ease;
}
.otfw-heading-anchor::before {
  content: "#";
}
.otfw-prose :is(h1, h2, h3, h4, h5, h6):hover .otfw-heading-anchor, .otfw-heading-anchor:focus-visible {
  opacity: 1;
}
.otfw-heading-anchor:hover {
  color: var(--otfw-accent);
}
.otfw-prose p, .otfw-prose ul, .otfw-prose ol {
  line-height: 1.75;
  margin: 0 0 1.1rem;
  color: var(--otfw-text);
}
.otfw-prose ul, .otfw-prose ol {
  padding-left: 1.4rem;
}
.otfw-prose ul {
  list-style: disc;
}
.otfw-prose ul ul {
  list-style: circle;
}
.otfw-prose ol {
  list-style: decimal;
}
.otfw-prose li {
  margin: 0.35rem 0;
}
.otfw-prose li > p {
  margin: 0;
}
.otfw-prose li:has(> input[type="checkbox"]) {
  list-style: none;
}
.otfw-prose li:has(> input[type="checkbox"]) > p {
  display: inline;
}
.otfw-prose li > input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 0.55em 0 0;
  border: 1.5px solid var(--otfw-border);
  border-radius: 0.3rem;
  background: var(--otfw-bg-surface);
  vertical-align: -0.18em;
  position: relative;
  opacity: 1;
  cursor: default;
}
.otfw-prose li > input[type="checkbox"]:checked {
  background: var(--otfw-accent);
  border-color: var(--otfw-accent);
}
.otfw-prose li > input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 0.34rem;
  top: 0.13rem;
  width: 0.26rem;
  height: 0.52rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.otfw-prose li:has(> input[type="checkbox"]:checked) > p {
  color: var(--otfw-text-muted);
}
.otfw-prose button:not([class]) {
  font: inherit;
  cursor: pointer;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--otfw-border);
  border-radius: 0.5rem;
  background: var(--otfw-bg-surface);
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.otfw-prose button:not([class]):hover {
  border-color: var(--otfw-accent);
}
.otfw-prose a {
  color: var(--otfw-accent);
  text-decoration: none;
  font-weight: 500;
}
.otfw-prose a:hover {
  text-decoration: underline;
}
.otfw-prose strong {
  font-weight: 700;
}
.otfw-prose code {
  font-family: var(--otfw-mono);
  font-size: 0.86em;
  background: var(--otfw-code-bg);
  color: var(--otfw-code-text);
  padding: 0.15em 0.4em;
  border-radius: 0.35rem;
}
.otfw-prose pre {
  margin: 0 0 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: var(--otfw-radius);
  border: 1px solid var(--otfw-border);
  overflow-x: auto;
  font-family: var(--otfw-mono);
  font-size: 0.85rem;
  line-height: 1.6;
}
.otfw-prose pre code {
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}
.otfw-code {
  margin: 0 0 1.4rem;
  border: 1px solid var(--otfw-border);
  border-radius: var(--otfw-radius);
  overflow: hidden;
  background: #2b303b;
}
.otfw-code-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.5rem 0.4rem 0.95rem;
  background: #23272f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.otfw-code-lang {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.66rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
}
.otfw-code-name {
  font-family: var(--otfw-mono);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
}
.otfw-code pre {
  margin: 0;
  border: none;
  border-radius: 0;
  color: #e2e8f0;
}
.otfw-copy {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--otfw-font);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.otfw-copy:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.otfw-copy.is-copied {
  background: color-mix(in srgb, #10b981 22%, transparent);
  border-color: color-mix(in srgb, #10b981 55%, transparent);
  color: #34d399;
}
.otfw-copy .otfw-check-icon {
  display: none;
}
.otfw-copy.is-copied .otfw-copy-icon {
  display: none;
}
.otfw-copy.is-copied .otfw-check-icon {
  display: inline;
}
.otfw-prose blockquote {
  margin: 0 0 1.2rem;
  padding: 0.25rem 1.1rem;
  border-left: 3px solid var(--otfw-accent);
  color: var(--otfw-text-muted);
}
.otfw-prose hr {
  border: none;
  border-top: 1px solid var(--otfw-border);
  margin: 2rem 0;
}
.otfw-prose img {
  max-width: 100%;
  border-radius: var(--otfw-radius);
}
.otfw-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.4rem;
  font-size: 0.9rem;
}
.otfw-prose th, .otfw-prose td {
  text-align: left;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--otfw-border);
}
.otfw-prose th {
  background: var(--otfw-bg-surface);
  font-weight: 600;
}
.otfw-table-wrap > table {
  margin: 0;
}
.otfw-toc {
  display: none;
}
@media (min-width: 1280px) {
  .otfw-toc {
    display: block;
    position: sticky;
    top: var(--otfw-navbar-height);
    align-self: start;
    max-height: calc(100vh - var(--otfw-navbar-height));
    overflow-y: auto;
    padding: 2.25rem 0 2rem;
  }
}
.otfw-toc-heading {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--otfw-text-muted);
  margin-bottom: 0.6rem;
}
.otfw-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--otfw-border);
}
.otfw-toc-item {
  margin: 0;
}
.otfw-toc-sub .otfw-toc-link {
  padding-left: 1.5rem;
}
.otfw-toc-link {
  display: block;
  padding: 0.25rem 0 0.25rem 0.85rem;
  margin-left: -1px;
  border-left: 2px solid transparent;
  font-size: 0.82rem;
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-toc-link:hover {
  color: var(--otfw-text);
}
.otfw-toc-link.otfw-active {
  color: var(--otfw-accent);
  border-left-color: var(--otfw-accent);
  font-weight: 600;
}
.otfw-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  color: var(--otfw-text-muted);
}
.otfw-crumb {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.otfw-crumb-sep {
  opacity: 0.5;
}
.otfw-crumb-link {
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-crumb-link:hover {
  color: var(--otfw-accent);
}
.otfw-page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.otfw-page-meta:empty {
  margin-top: 0;
}
.otfw-last-updated {
  font-size: 0.8rem;
  color: var(--otfw-text-muted);
}
.otfw-last-updated-time {
  font-weight: 600;
  color: var(--otfw-text);
}
.otfw-edit-page {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-edit-page:hover {
  color: var(--otfw-accent);
}
.otfw-page-meta + .otfw-pagination {
  margin-top: 1.5rem;
}
.otfw-pagination {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--otfw-border);
}
.otfw-page-link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--otfw-border);
  border-radius: var(--otfw-radius);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.15s;
}
.otfw-page-link:hover {
  border-color: var(--otfw-accent);
}
.otfw-page-next {
  text-align: right;
  margin-left: auto;
}
.otfw-page-dir {
  font-size: 0.75rem;
  color: var(--otfw-text-muted);
}
.otfw-page-title {
  font-weight: 600;
  color: var(--otfw-text);
}
.otfw-page-spacer {
  display: block;
}
.otfw-footer {
  border-top: 1px solid var(--otfw-border);
  background: var(--otfw-bg-surface);
  margin-top: 2rem;
}
.otfw-footer-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--otfw-text-muted);
}
.otfw-footer-links {
  display: flex;
  gap: 1.25rem;
}
.otfw-footer-link {
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-footer-link:hover {
  color: var(--otfw-text);
}
.otfw-callout {
  --c: var(--otfw-text-muted);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid var(--c);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--c) 28%, var(--otfw-border));
  }
  border-left: 3px solid var(--c);
  border-radius: 0.75rem;
  background: var(--c);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--c) 7%, var(--otfw-bg));
  }
}
.otfw-callout-icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 1.65rem;
  height: 1.65rem;
  color: var(--c);
  font-size: 1.15rem;
  line-height: 1;
}
.otfw-callout-title {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--c) 60%, var(--otfw-text));
  }
  margin-bottom: 0.25rem;
}
.otfw-callout-content {
  min-width: 0;
}
.otfw-callout-body {
  font-size: 0.92rem;
  line-height: 1.65;
}
.otfw-callout-body > :last-child {
  margin-bottom: 0;
}
.otfw-callout-note {
  --c: var(--otfw-text-muted);
}
.otfw-callout-tip {
  --c: #10b981;
}
.otfw-callout-info {
  --c: #3b82f6;
}
.otfw-callout-warning {
  --c: #f59e0b;
}
.otfw-callout-danger {
  --c: #ef4444;
}
.otfw-tabs {
  margin: 1.5rem 0;
  border: 1px solid var(--otfw-border);
  border-radius: var(--otfw-radius);
  overflow: hidden;
}
.otfw-tabs-list {
  display: flex;
  gap: 0.25rem;
  padding: 0.4rem;
  background: var(--otfw-bg-surface);
  border-bottom: 1px solid var(--otfw-border);
}
.otfw-tab {
  padding: 0.35rem 0.85rem;
  border: none;
  border-radius: 0.4rem;
  background: transparent;
  color: var(--otfw-text-muted);
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}
.otfw-tab.otfw-active {
  background: var(--otfw-bg);
  color: var(--otfw-accent);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.otfw-tabs-panels {
  padding: 1rem 1.1rem;
}
.otfw-tabs-panels pre {
  margin: 0;
  border: none;
}
.otfw-tab-panel > .otfw-code {
  margin: 0;
}
.otfw-hidden {
  display: none;
}
.otfw-steps {
  counter-reset: otfw-step;
  margin: 1.5rem 0;
  padding-left: 1.75rem;
  border-left: 1px solid var(--otfw-border);
}
.otfw-steps > h3, .otfw-steps > h4 {
  position: relative;
  counter-increment: otfw-step;
  margin-top: 1.6rem;
  font-size: 1.05rem;
}
.otfw-steps > h3:first-child, .otfw-steps > h4:first-child {
  margin-top: 0;
}
.otfw-steps > h3::before, .otfw-steps > h4::before {
  content: counter(otfw-step);
  position: absolute;
  left: calc(-1.75rem - 1px);
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: var(--otfw-bg);
  border: 1px solid var(--otfw-border);
  color: var(--otfw-text-muted);
  font-size: 0.8rem;
  font-weight: 700;
}
.otfw-steps > h3:hover::before, .otfw-steps > h4:hover::before {
  border-color: var(--otfw-accent);
  color: var(--otfw-accent);
}
.otfw-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  margin: 0 0 1.4rem;
}
.otfw-table-wrap:focus {
  outline: none;
}
.otfw-table-wrap:focus-visible {
  outline: 2px solid var(--otfw-accent);
  outline-offset: 2px;
}
.otfw-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.otfw-table th, .otfw-table td {
  text-align: left;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--otfw-border);
}
.otfw-table th {
  background: var(--otfw-bg-surface);
  font-weight: 600;
}
.otfw-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.otfw-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--otfw-border);
  border-radius: 0.75rem;
  background: var(--otfw-bg-surface);
  text-decoration: none;
  transition: border-color 0.15s, transform 0.15s;
}
.otfw-card:hover {
  border-color: var(--otfw-accent);
  transform: translateY(-2px);
}
.otfw-card-title {
  font-weight: 700;
  color: var(--otfw-text);
}
.otfw-card-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--otfw-text-muted);
}
.otfw-blog {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.otfw-blog-main {
  width: 100%;
  max-width: var(--otfw-content-max);
  margin: 0 auto;
  padding: 3rem 0;
}
.otfw-blog-post {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1280px) {
  .otfw-blog-post {
    grid-template-columns: minmax(0, 1fr) var(--otfw-toc-width);
  }
  .otfw-blog-post .otfw-blog-main {
    margin: 0;
    justify-self: end;
  }
}
.otfw-blog-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-blog-back:hover {
  color: var(--otfw-text);
}
.otfw-post-banner {
  margin-bottom: 2.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--otfw-border);
}
.otfw-post-title {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--otfw-text);
}
.otfw-post-desc {
  margin-top: 0.75rem;
  font-size: 1.15rem;
  color: var(--otfw-text-muted);
  line-height: 1.5;
}
.otfw-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--otfw-text-muted);
}
.otfw-post-meta > * + *::before {
  content: "·";
  margin-right: 0.75rem;
  color: var(--otfw-border);
}
.otfw-reading-time, .otfw-post-author, .otfw-post-date {
  white-space: nowrap;
}
.otfw-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.otfw-post-tag {
  padding: 0.15rem 0.6rem;
  border-radius: 9999px;
  background: var(--otfw-bg-surface);
  border: 1px solid var(--otfw-border);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--otfw-text-muted);
}
.otfw-post-list {
  display: flex;
  flex-direction: column;
}
.otfw-post-card {
  display: block;
  padding: 1.6rem 0;
  border-top: 1px solid var(--otfw-border);
  text-decoration: none;
  transition: opacity 0.15s;
}
.otfw-post-card:hover .otfw-post-card-title {
  color: var(--otfw-accent);
}
.otfw-post-card .otfw-post-meta {
  margin-top: 0;
}
.otfw-post-card-title {
  margin-top: 0.4rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--otfw-text);
  transition: color 0.15s;
}
.otfw-post-card-desc {
  margin-top: 0.4rem;
  color: var(--otfw-text-muted);
  line-height: 1.5;
}
.otfw-post-empty {
  padding: 2rem 0;
  color: var(--otfw-text-muted);
}
.otfw-post-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 0.85rem;
  border: 1px solid var(--otfw-border);
  margin-bottom: 1.75rem;
}
.otfw-post-author {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.otfw-post-avatar {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 1px solid var(--otfw-border);
}
.otfw-post-author-role {
  color: var(--otfw-text-muted);
  opacity: 0.8;
}
.otfw-post-card-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid var(--otfw-border);
  margin-bottom: 1rem;
}
.otfw-navbar {
  position: fixed !important;
  inset: 0 0 auto;
}
.site-shell > main {
  padding-top: var(--otfw-navbar-height);
}
:root {
  --ink: #15181d;
  --muted: #697078;
  --paper: #f8f8f5;
  --surface: #ffffff;
  --line: #e5e6e2;
  --orange: #ff6b35;
  --orange-soft: #fff0e9;
  --blue: #536dfe;
  --mono: "DM Mono", ui-monospace, monospace;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
:root[data-theme="dark"] {
  --ink: #e2e8f0;
  --muted: #94a3b8;
  --paper: #020617;
  --surface: #0f172a;
  --line: #1e293b;
  --orange: #ff943d;
  --orange-soft: rgba(255, 148, 61, .16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
}
button, input {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-shell {
  min-height: 100vh;
  overflow: hidden;
}
.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.site-header {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  color: #fff;
  background: var(--ink);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.site-nav a:hover, .footer-links a:hover {
  color: var(--ink);
}
.header-cta {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
  font-size: 12px;
  font-weight: 800;
}
.header-cta:hover {
  border-color: var(--ink);
}
.hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 40px;
  padding: 70px 0 90px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  font: 500 11px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px var(--orange-soft);
}
h1, h2, h3, p {
  margin-top: 0;
}
h1 {
  max-width: 670px;
  margin: 20px 0 24px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.07em;
  font-weight: 800;
}
h1 em, h2 em {
  color: var(--orange);
  font-style: normal;
}
.hero-lede {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 19px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  transition: transform .15s, box-shadow .15s;
}
.button:hover {
  transform: translateY(-2px);
}
.button--primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 8px 20px rgba(21, 24, 29, .13);
}
.button--quiet {
  border: 1px solid var(--line);
  background: var(--surface);
}
.hero-note {
  margin-top: 25px;
  color: var(--muted);
  font: 11px var(--mono);
}
.hero-note span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
}
.hero-art {
  position: relative;
  min-height: 430px;
}
.hero-mini-app {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(320px, calc(100% - 72px));
  padding: 20px;
  border: 1px solid #3a424b;
  border-radius: 16px;
  color: #f3f5f7;
  background: #1d2229;
  box-shadow: 0 25px 55px rgba(21,24,29,.2), 0 0 0 8px rgba(255,107,53,.07);
  transform: translate(-50%, -50%) rotate(-4deg);
}
.hero-mini-app__header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8e989f;
  font: 10px var(--mono);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.hero-mini-app__header strong {
  margin-left: auto;
  color: #8af2b8;
  font-size: 9px;
}
.hero-mini-app__window {
  display: flex;
  gap: 4px;
}
.hero-mini-app__window i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #56616a;
}
.hero-mini-app__window i:first-child {
  background: #ff9672;
}
.hero-mini-app__title {
  margin: 27px 0 15px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.05em;
}
.hero-mini-app__progress {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #303840;
}
.hero-mini-app__progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff9672, #8af2b8);
}
.hero-mini-app__stats {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #8e989f;
  font: 10px var(--mono);
}
.hero-mini-app__stats strong {
  color: #ffb08f;
}
.hero-mini-app__tasks {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: #d9dee2;
  font: 11px var(--mono);
}
.hero-mini-app__tasks li {
  display: flex;
  align-items: center;
}
.hero-mini-app__tasks button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0;
  border: 0;
  color: #d9dee2;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.hero-mini-app__tasks button > span:first-child {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid #4a555e;
  border-radius: 5px;
  color: #8e989f;
  font-size: 10px;
}
.hero-mini-app__tasks button > .is-done {
  border-color: #8af2b8;
  color: #102d29;
  background: #8af2b8;
}
.hero-mini-app__tasks button > .is-active {
  border-color: #ff9672;
  color: #ff9672;
}
.hero-mini-app__caption {
  display: block;
  margin-top: 19px;
  color: #8e989f;
  font: 9px var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 107, 53, .23);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}
.orbit--one {
  width: 300px;
  height: 150px;
}
.orbit--two {
  width: 420px;
  height: 210px;
  transform: translate(-50%, -50%) rotate(43deg);
}
.orbit--three {
  width: 510px;
  height: 265px;
  transform: translate(-50%, -50%) rotate(110deg);
  border-color: rgba(83, 109, 254, .2);
}
.code-chip {
  position: absolute;
  display: flex;
  gap: 4px;
  padding: 10px 13px;
  border: 1px solid rgba(21, 24, 29, .1);
  border-radius: 7px;
  color: var(--orange);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 20px rgba(21,24,29,.07);
  font: 11px var(--mono);
}
.code-chip span {
  color: var(--muted);
}
.code-chip--top {
  top: 26px;
  left: 22%;
}
.code-chip--right {
  right: 2%;
  top: 47%;
}
.code-chip--bottom {
  bottom: 23px;
  left: 24%;
}
.proof-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-grid > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 23px 18px;
  border-right: 1px solid var(--line);
}
.proof-grid > div:first-child {
  padding-left: 0;
}
.proof-grid > div:last-child {
  border: 0;
}
.proof-grid strong {
  font-size: 19px;
  letter-spacing: -.06em;
}
.proof-grid span {
  color: var(--muted);
  font: 10px var(--mono);
  text-transform: uppercase;
}
.section {
  padding-top: 135px;
  padding-bottom: 135px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}
.section-heading h2 {
  margin: 15px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.06em;
}
.section-heading p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.section-heading--center {
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.section-heading--center p {
  max-width: 520px;
}
.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  align-items: center;
  gap: 78px;
}
.demo-explanation {
  max-width: 360px;
}
.line-label, .feature-number {
  color: var(--orange);
  font: 500 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.demo-explanation h3 {
  margin: 15px 0 12px;
  font-size: 26px;
  letter-spacing: -.05em;
}
.demo-explanation p, .feature-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.code-block {
  margin: 25px 0;
  padding: 17px 18px;
  overflow-x: auto;
  border-radius: 10px;
  color: #d9dee7;
  background: #1d2229;
  font: 11px/1.8 var(--mono);
}
.syntax-purple {
  color: #c7a4ff;
}
.syntax-green {
  color: #a9dfb2;
}
.text-link {
  color: var(--orange);
  font: 700 12px var(--mono);
}
.text-link:hover {
  text-decoration: underline;
}
.micro-demo-card {
  padding: 27px;
  border: 1px solid #2b3037;
  border-radius: 17px;
  color: #f3f5f7;
  background: #1d2229;
  box-shadow: 0 25px 45px rgba(21,24,29,.15);
}
.micro-demo-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.micro-demo-kicker {
  color: #ff9672;
  font: 500 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.micro-demo-card h3 {
  margin: 6px 0 0;
  font-size: 25px;
  letter-spacing: -.05em;
}
.micro-demo-count {
  padding-top: 4px;
  color: #9aa4ae;
  font: 10px var(--mono);
}
.micro-demo-form {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.micro-demo-form input {
  min-width: 0;
  flex: 1;
  padding: 11px 12px;
  border: 1px solid #3a424b;
  border-radius: 8px;
  outline: none;
  color: #f3f5f7;
  background: #252b33;
  font-size: 12px;
}
.micro-demo-form input:focus {
  border-color: #ff7950;
  box-shadow: 0 0 0 3px rgba(255,107,53,.14);
}
.micro-demo-form button {
  padding: 0 13px;
  border: 0;
  border-radius: 8px;
  color: #24140e;
  background: #ff9672;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.micro-demo-filters {
  display: flex;
  gap: 5px;
  margin: 19px 0 12px;
}
.micro-demo-filters button {
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #929ba5;
  background: transparent;
  font: 10px var(--mono);
  text-transform: capitalize;
  cursor: pointer;
}
.micro-demo-filters button:hover, .micro-demo-filters button.is-active {
  border-color: #454e58;
  color: #f3f5f7;
  background: #2a313a;
}
.micro-demo-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.micro-demo-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 43px;
  padding: 8px 9px;
  border: 1px solid #303740;
  border-radius: 8px;
  color: #e4e8eb;
  background: #252b33;
  font-size: 12px;
}
.micro-demo-list li.is-done {
  color: #8e989f;
}
.micro-demo-list li.is-done > span {
  text-decoration: line-through;
}
.micro-demo-check, .micro-demo-remove {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}
.micro-demo-check {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #68727c;
  border-radius: 6px;
  color: #1d2229;
  background: transparent;
  font-size: 12px;
}
.is-done .micro-demo-check {
  border-color: #ff9672;
  background: #ff9672;
}
.micro-demo-remove {
  margin-left: auto;
  padding: 3px 5px;
  color: #707a84;
  background: transparent;
  font-size: 17px;
  line-height: 1;
}
.micro-demo-remove:hover {
  color: #ff9672;
}
.micro-demo-empty {
  justify-content: center;
  color: #8e989f !important;
  font: 11px var(--mono);
}
.section--muted {
  background: #f0f1ed;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-card {
  min-height: 245px;
  padding: 27px;
  border: 1px solid #dfe1dc;
  border-radius: 13px;
  background: rgba(255,255,255,.5);
}
.feature-card h3 {
  max-width: 230px;
  margin: 60px 0 13px;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.feature-card p {
  max-width: 270px;
  margin-bottom: 0;
}
.site-footer {
  margin-top: 32px;
  color: #fff;
  background: #111;
}
.site-footer-inner {
  width: min(90rem, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font: 11px var(--mono);
}
.site-footer-org, .site-footer-org-link, .site-footer-badge, .site-footer-badge-copy {
  display: flex;
  align-items: center;
}
.site-footer-org {
  gap: 7px;
}
.site-footer-org-link {
  gap: 8px;
  color: #fff;
}
.site-footer-org-link img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.site-footer-license {
  color: #9ca3af;
}
.site-footer-badge {
  gap: 8px;
  color: #fff;
}
.site-footer-badge-mark {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}
.site-footer-badge-copy {
  align-items: start;
  flex-direction: column;
  gap: 1px;
}
.site-footer-badge-muted {
  color: #9ca3af;
  font-size: 9px;
}
.site-footer-badge-brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.site-footer-badge-brand span {
  color: #ff851b;
}
.site-footer a:hover {
  opacity: .8;
}
@media (max-width: 800px) {
  .site-nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .hero-art {
    min-height: 330px;
  }
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-grid > div, .proof-grid > div:first-child {
    padding: 18px 10px;
  }
  .proof-grid > div:nth-child(2) {
    border-right: 0;
  }
  .demo-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .demo-explanation {
    max-width: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: auto;
  }
  .feature-card h3 {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .wrap, .site-header {
    width: min(100% - 32px, 1180px);
  }
  .header-cta {
    padding: 9px 11px;
  }
  .header-cta span {
    display: none;
  }
  h1 {
    font-size: 45px;
  }
  .hero-art {
    transform: scale(.78);
    transform-origin: center;
    margin: -25px 0;
  }
  .section {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-heading {
    display: block;
  }
  .section-heading p {
    margin-top: 20px;
  }
  .micro-demo-card {
    padding: 19px;
  }
  .micro-demo-form {
    flex-direction: column;
  }
  .micro-demo-form button {
    min-height: 36px;
  }
  .site-footer-inner {
    width: min(100% - 32px, 1180px);
    align-items: start;
    flex-direction: column;
  }
}
.micro-apps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.micro-app-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}
.micro-app-card--wide {
  grid-column: 1 / -1;
}
x-micro-ui-build-queue, x-micro-ui-focus-timer, x-micro-ui-motion-lab, x-micro-ui-canvas-pad, x-micro-ui-gradient-mixer {
  display: block;
}
.micro-app-card .micro-demo-card {
  height: 100%;
  box-shadow: none;
}
.micro-app-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 7px 4px;
}
.micro-app-caption strong {
  font-size: 12px;
  letter-spacing: -.02em;
}
.micro-app-caption span {
  color: var(--muted);
  font: 10px var(--mono);
  text-align: right;
}
.micro-demo-caption {
  margin: 16px 0 0;
  color: #8e989f;
  font: 10px/1.5 var(--mono);
}
.timer-face {
  padding: 21px 0 17px;
  color: #fff;
  font: 500 clamp(42px, 7vw, 58px)/1 var(--mono);
  letter-spacing: -.08em;
  text-align: center;
}
.timer-actions {
  display: flex;
  gap: 7px;
}
.timer-actions button {
  flex: 1;
  padding: 10px;
  border: 1px solid #3a424b;
  border-radius: 7px;
  color: #d9dee2;
  background: #252b33;
  font-size: 11px;
  cursor: pointer;
}
.timer-actions button:hover {
  border-color: #ff9672;
}
.timer-actions .timer-primary {
  border-color: #ff9672;
  color: #24140e;
  background: #ff9672;
}
.micro-app-card--queue {
  background: #fff8f3;
  border-color: #ffd7c5;
}
.micro-app-card--timer {
  background: #f5f3ff;
  border-color: #dcd5ff;
}
.micro-app-card--motion {
  background: #effbf5;
  border-color: #c8efd9;
}
.micro-app-card--canvas {
  background: #eefaff;
  border-color: #c5ebf5;
}
.micro-app-card--gradient {
  background: #fff9e8;
  border-color: #f0df9e;
}
.micro-app-card--timer .micro-demo-card {
  border-color: #363257;
  background: #1d1a36;
}
.micro-app-card--timer .micro-demo-kicker, .micro-app-card--timer .timer-primary {
  color: #c9bcff;
}
.micro-app-card--timer .timer-primary {
  border-color: #8d7bff;
  background: #8d7bff;
}
.easing-stage {
  position: relative;
  height: 135px;
  margin: 20px 0 14px;
  overflow: hidden;
  border: 1px solid #315047;
  border-radius: 11px;
  background: #102d29;
}
.easing-ruler {
  position: absolute;
  right: 18px;
  bottom: 27px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #75e0ae;
}
.easing-ruler i {
  width: 1px;
  height: 8px;
  background: #75e0ae;
}
.easing-track {
  position: absolute;
  right: 18px;
  bottom: 31px;
  left: 18px;
  height: 56px;
}
.easing-ball {
  position: absolute;
  top: 18px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #102d29;
  border-radius: 50%;
  background: #8af2b8;
  box-shadow: 0 0 18px #8af2b8;
}
.easing-stage.is-running .easing-ball {
  animation-duration: var(--easing-duration);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
}
.easing-spring.is-running .easing-ball {
  animation-name: micro-easing-spring;
}
.easing-ease.is-running .easing-ball {
  animation-name: micro-easing-ease;
}
.easing-steps.is-running .easing-ball {
  animation-name: micro-easing-steps;
}
.easing-label {
  position: absolute;
  top: 16px;
  left: 18px;
  color: #bdebd0;
  font: 10px var(--mono);
  text-transform: uppercase;
}
.easing-stage:not(.is-running) .easing-ball {
  left: 0;
}
.motion-controls, .sketch-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}
.motion-controls button, .sketch-controls button {
  padding: 8px 10px;
  border: 1px solid #416456;
  border-radius: 6px;
  color: #bdebd0;
  background: #163b34;
  font: 10px var(--mono);
  cursor: pointer;
}
.motion-controls button.is-active, .motion-controls button:hover {
  border-color: #8af2b8;
  color: #102d29;
  background: #8af2b8;
}
.motion-controls .motion-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 72px;
  height: 32px;
  padding: 8px 10px;
  font-size: 10px;
  line-height: 1;
}
.motion-control-icon {
  display: block;
  transform: translateX(.5px);
}
.motion-speed {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #bdebd0;
  font: 10px var(--mono);
  text-transform: uppercase;
}
.motion-speed input {
  min-width: 0;
  flex: 1;
  accent-color: #8af2b8;
}
@keyframes micro-easing-spring {
  0% {
    left: 0;
  }
  65% {
    left: 92%;
  }
  78% {
    left: 78%;
  }
  88% {
    left: 94%;
  }
  100% {
    left: 88%;
  }
}
@keyframes micro-easing-ease {
  from {
    left: 0;
  }
  to {
    left: 92%;
  }
}
@keyframes micro-easing-steps {
  from {
    left: 0;
  }
  to {
    left: 92%;
  }
}
.sketch-canvas {
  display: block;
  width: 100%;
  height: 142px;
  margin: 20px 0 12px;
  border: 1px solid #2e7182;
  border-radius: 9px;
  background: #082c38;
  cursor: crosshair;
  touch-action: none;
}
.sketch-tools {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}
.sketch-palette, .brush-sizes {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sketch-palette span, .brush-sizes span {
  margin-right: 3px;
  color: #9bd5e2;
  font: 10px var(--mono);
  text-transform: uppercase;
}
.sketch-palette button {
  width: 19px;
  height: 19px;
  padding: 0;
  border: 2px solid #3e8391;
  border-radius: 50%;
  background: var(--swatch);
  cursor: pointer;
}
.sketch-palette button.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 2px #75e2f2;
}
.brush-sizes {
  grid-column: 1 / -1;
}
.brush-sizes button, .sketch-tools > button {
  padding: 6px 8px;
  border: 1px solid #3e8391;
  border-radius: 6px;
  color: #b6e9f1;
  background: #104653;
  font: 10px var(--mono);
  cursor: pointer;
}
.brush-sizes button.is-active, .brush-sizes button:hover, .sketch-tools > button:hover {
  border-color: #75e2f2;
  color: #06212a;
  background: #75e2f2;
}
.brush-sizes button.is-active {
  font-weight: 800;
}
.gradient-preview {
  display: grid;
  place-items: center;
  height: 112px;
  margin: 20px 0 14px;
  border: 1px solid rgba(21,24,29,.15);
  border-radius: 10px;
  color: rgba(21,24,29,.7);
  font: 10px var(--mono);
  text-transform: uppercase;
}
.gradient-preview span {
  padding: 6px 8px;
  border-radius: 5px;
  background: rgba(255,255,255,.62);
}
.gradient-fields {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.gradient-fields label, .gradient-angle {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #75652b;
  font: 10px var(--mono);
  text-transform: uppercase;
}
.gradient-fields input {
  width: 28px;
  height: 22px;
  padding: 0;
  border: 1px solid #c2a94f;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
}
.gradient-angle {
  margin-top: 13px;
}
.gradient-angle input {
  min-width: 0;
  flex: 1;
  accent-color: #c5a52e;
}
.gradient-angle output {
  min-width: 32px;
  color: #75652b;
  text-align: right;
}
.gradient-code {
  display: block;
  margin-top: 13px;
  overflow: hidden;
  color: #75652b;
  font: 9px var(--mono);
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root[data-theme="dark"] .section--muted {
  background: #0b1220;
}
:root[data-theme="dark"] .feature-card {
  border-color: #1e293b;
  background: rgba(15, 23, 42, .72);
}
:root[data-theme="dark"] .button--primary {
  color: #020617;
  background: #e2e8f0;
}
:root[data-theme="dark"] .button--quiet, :root[data-theme="dark"] .code-chip {
  border-color: #1e293b;
  background: rgba(15, 23, 42, .9);
}
:root[data-theme="dark"] .code-chip {
  color: #ffb784;
}
:root[data-theme="dark"] .micro-app-card--queue {
  background: #1b1512;
  border-color: #5e3022;
}
:root[data-theme="dark"] .micro-app-card--timer {
  background: #17152b;
  border-color: #393164;
}
:root[data-theme="dark"] .micro-app-card--motion {
  background: #10211d;
  border-color: #235440;
}
:root[data-theme="dark"] .micro-app-card--canvas {
  background: #0d2229;
  border-color: #225968;
}
:root[data-theme="dark"] .micro-app-card--gradient {
  background: #292515;
  border-color: #6b5d27;
}
.docs-content {
  min-width: 0;
}
.docs-content > h1 {
  max-width: 680px;
  margin: 18px 0 19px;
  font-size: clamp(44px, 6vw, 67px);
}
.docs-lede {
  max-width: 640px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.docs-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font: 10px var(--mono);
}
.docs-meta-row span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface);
}
.docs-section {
  position: relative;
  padding-top: 70px;
  scroll-margin-top: 25px;
}
.docs-section-number {
  color: var(--orange);
  font: 500 10px var(--mono);
  letter-spacing: .08em;
}
.docs-section h2 {
  margin: 11px 0 13px;
  font-size: 31px;
  letter-spacing: -.055em;
}
.docs-section p {
  max-width: 690px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.docs-section p code, .docs-note code, .docs-checklist code {
  padding: 2px 4px;
  border-radius: 4px;
  color: var(--ink);
  background: var(--orange-soft);
  font: 11px var(--mono);
}
.docs-code-block {
  position: relative;
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid #303740;
  border-radius: 9px;
  background: #1d2229;
}
.docs-code-label {
  display: block;
  padding: 9px 14px;
  border-bottom: 1px solid #303740;
  color: #8e989f;
  font: 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: .09em;
}
.docs-code-block pre {
  margin: 0;
  padding: 18px;
  overflow-x: auto;
  color: #d9dee7;
  font: 11px/1.7 var(--mono);
}
.docs-note {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--orange);
  border-radius: 0 8px 8px 0;
  background: var(--orange-soft);
}
.docs-note strong {
  font-size: 12px;
}
.docs-note-text {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.docs-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.docs-rule-grid > div {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 120px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}
.docs-rule-grid strong {
  font-size: 12px;
}
.docs-rule-grid span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.host-diagram {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 26px 0;
}
.host-diagram-box {
  display: grid;
  gap: 6px;
  width: min(100%, 440px);
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}
.host-diagram-box span {
  color: var(--muted);
  font: 10px var(--mono);
  text-transform: uppercase;
}
.host-diagram-box strong {
  font-size: 14px;
}
.host-diagram-box--accent {
  border-color: rgba(255,107,53,.5);
  background: var(--orange-soft);
}
.host-diagram-arrow {
  color: var(--orange);
  font-size: 20px;
}
.docs-checklist {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}
.docs-checklist li {
  display: flex;
  align-items: start;
  gap: 9px;
  line-height: 1.55;
}
.docs-checklist li span {
  color: var(--orange);
  font-weight: 800;
}
.docs-end-cta {
  margin-top: 28px;
}
@media (max-width: 800px) {
  .micro-apps-grid {
    grid-template-columns: 1fr;
  }
  .micro-app-card--wide {
    grid-column: auto;
  }
  .micro-app-caption {
    display: grid;
    gap: 5px;
  }
  .micro-app-caption span {
    text-align: left;
  }
  .docs-rule-grid {
    grid-template-columns: 1fr;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
