.docs-brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:600}.docs-brand__mark{display:inline-grid;width:1.65rem;height:1.65rem;place-items:center;box-sizing:border-box}.docs-brand img{grid-area:1/1;width:100%;height:100%;object-fit:contain}.dark .docs-brand__mark-light,.docs-brand__mark-dark{display:none}.dark .docs-brand__mark-dark{display:block}.docs-screenshot{margin:1.5rem 0}.docs-screenshot__image{display:block;width:auto;max-width:100%;margin-inline:auto;height:auto;border:1px solid var(--color-fd-border);border-radius:.5rem;background:var(--color-fd-card);box-shadow:0 1px 2px rgb(0 0 0/.06)}.docs-screenshot__caption{margin-top:.5rem;color:var(--color-fd-muted-foreground);font-size:.875rem;line-height:1.4;text-align:center}.docs-flow{display:flex;align-items:stretch;gap:.5rem;margin:1.5rem 0}.docs-flow__step{display:flex;flex:1 1;min-width:0;min-height:4.25rem;padding:.75rem;border:1px solid var(--color-fd-border);border-radius:.5rem;background:var(--color-fd-card);color:var(--color-fd-card-foreground);font-size:.875rem;font-weight:500;line-height:1.25;text-align:center}.docs-flow__number,.docs-flow__step{align-items:center;justify-content:center}.docs-flow__number{display:inline-flex;flex:0 0 1.5rem;width:1.5rem;height:1.5rem;margin-right:.5rem;border:1px solid var(--color-fd-border);border-radius:999px;font-size:.75rem}.docs-flow__arrow,.docs-flow__number{color:var(--color-fd-muted-foreground)}.docs-flow__arrow{align-self:center;flex:0 0 1rem;width:1rem;height:1rem}@media (max-width:767px){.docs-flow{flex-direction:column}.docs-flow__arrow{transform:rotate(90deg)}}