.docs-body { margin: 0; background: #0f1418; color: #e7edf0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.docs-site-header { position: sticky; top: 0; z-index: 20; background: rgba(15,20,24,.96); border-bottom: 1px solid #2f3a41; }
.docs-shell { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 280px minmax(0, 1fr); max-width: 1440px; margin: 0 auto; }
.docs-sidebar { border-right: 1px solid #2f3a41; padding: 28px 18px; display: flex; flex-direction: column; gap: 20px; }
.docs-home { display: flex; align-items: center; gap: 11px; color: #f2f6f8; text-decoration: none; padding: 4px 8px 18px; border-bottom: 1px solid #2f3a41; }
.docs-home strong, .docs-home small { display: block; }.docs-home small { margin-top: 3px; color: #9eabb2; font-size: .76rem; }.docs-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: #0f1418; background: linear-gradient(135deg,#40d6bf,#75a8ff); font-weight: 800; }
.docs-search span { display: block; color: #9eabb2; font-size: .75rem; margin-bottom: 6px; }.docs-search input { width: 100%; box-sizing: border-box; padding: 10px 11px; border: 1px solid #3a474f; border-radius: 7px; background: #171e23; color: #edf2f4; }
.docs-sidebar nav { display: grid; gap: 3px; }.docs-nav-link { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 6px; color: #b7c2c8; text-decoration: none; font-size: .91rem; }.docs-nav-link span { display: inline-flex; width: 18px; color: #56c8b5; text-align: center; }.docs-nav-link span svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }.docs-nav-link:hover, .docs-nav-link.active { color: #f2f7f8; background: #1d2a2e; }.docs-nav-link.active { box-shadow: inset 3px 0 #55cdb8; }
.docs-back { margin-top: auto; color: #8f9ca3; text-decoration: none; font-size: .82rem; }.docs-back:hover, .docs-related a:hover, .docs-pager a:hover { color: #6ce0c9; }
.docs-content { min-width: 0; padding: 34px clamp(24px, 6vw, 90px) 64px; }.docs-breadcrumb { display: flex; gap: 10px; color: #839199; font-size: .82rem; margin-bottom: 48px; }.docs-breadcrumb a { color: #7edcc9; text-decoration: none; }.docs-content article { max-width: 790px; }.docs-eyebrow { color: #62d0bc; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }.docs-content h1 { margin: 8px 0 14px; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.045em; }.docs-lead { color: #bac6cb; font-size: 1.2rem; line-height: 1.65; max-width: 680px; }.docs-content h2 { margin: 42px 0 16px; font-size: 1.35rem; }.docs-callout { margin: 30px 0; padding: 20px 22px; border-left: 3px solid #55cdb8; background: #172225; border-radius: 0 8px 8px 0; line-height: 1.65; }.docs-callout strong { color: #eaf8f4; }.docs-callout p { margin: 7px 0 0; color: #b8c7c8; }.docs-subsection-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; }.docs-subsection-list a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 13px; border: 1px solid #2c393f; border-radius: 7px; color: #a9e7db; text-decoration: none; }.docs-subsection-list a:hover { border-color: #55cdb8; background: #172225; }.docs-subsection-list span { color: #62d0bc; }.docs-subsection { scroll-margin-top: 90px; }.docs-subsection + .docs-subsection { margin-top: 48px; }.docs-subsection h2 { margin-bottom: 8px; }.docs-subsection-intro { color: #aebcc1; line-height: 1.6; margin: 0 0 15px; }
.docs-steps { display: grid; gap: 12px; list-style: none; padding: 0; }.docs-steps li { display: grid; grid-template-columns: 30px 1fr; gap: 13px; align-items: start; padding: 15px 16px; border: 1px solid #2c393f; border-radius: 8px; color: #c6d0d4; line-height: 1.55; }.step-number { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #213b3a; color: #72dfca; font-weight: 700; font-size: .82rem; }.docs-tips { padding-left: 21px; color: #b9c5c9; line-height: 1.7; }.docs-tips li { margin: 7px 0; }.docs-related { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 42px; padding-top: 20px; border-top: 1px solid #2f3a41; }.docs-related strong { width: 100%; font-size: .85rem; color: #dfe8ea; }.docs-related a, .docs-related span { padding: 7px 10px; border: 1px solid #35464d; border-radius: 5px; color: #9ce5d7; text-decoration: none; font-size: .84rem; }.docs-pager { max-width: 790px; display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 20px; border-top: 1px solid #2f3a41; }.docs-pager a { color: #9ce5d7; text-decoration: none; }.docs-pager .next { margin-left: auto; }.docs-no-results { color: #8f9ca3; padding: 8px 10px; font-size: .83rem; }
@media (max-width: 760px) { .docs-site-header nav { display: none; }.docs-shell { display: block; }.docs-sidebar { border-right: 0; border-bottom: 1px solid #2f3a41; padding: 18px; }.docs-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }.docs-back { margin-top: 0; }.docs-content { padding: 28px 20px 48px; }.docs-breadcrumb { margin-bottom: 28px; } }
.docs-inline-button { display: inline-flex; align-items: center; gap: 5px; margin: 0 2px; padding: 1px 7px; border: 1px solid #49616a; border-radius: 5px; background: #202b30; color: #e6f4f1; font-size: .94em; white-space: nowrap; }.docs-inline-button svg { width: 14px; height: 14px; fill: none; stroke: #73dfc8; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.docs-inline-icon-button { width: 18px; height: 18px; justify-content: center; padding: 1px 4px; vertical-align: -.25em; }.docs-inline-code { padding: 1px 5px; border: 1px solid #30454b; border-radius: 4px; background: #162226; color: #9ce5d7; font: .92em/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: nowrap; }.docs-inline-link { color: #9ce5d7; text-decoration: underline; text-underline-offset: 2px; }
.docs-screenshot { margin: 28px 0 36px; }.docs-screenshot img { display: block; width: 100%; max-height: 560px; object-fit: contain; border: 1px solid #2c3a40; border-radius: 12px; background: #0b1012; box-shadow: 0 16px 42px rgba(0, 0, 0, .24); cursor: zoom-in; }.docs-screenshot figcaption { margin-top: 10px; color: #91a5ab; font-size: .86rem; }.docs-image-modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 32px; background: rgba(3, 7, 9, .9); cursor: zoom-out; }.docs-image-modal img { max-width: min(96vw, 1800px); max-height: 92vh; object-fit: contain; border: 1px solid #4a5d63; border-radius: 10px; box-shadow: 0 24px 80px rgba(0, 0, 0, .6); }.docs-image-modal-close { position: absolute; top: 18px; right: 24px; width: 42px; height: 42px; border: 1px solid #60747a; border-radius: 50%; background: #172225; color: #eef3f6; font-size: 28px; line-height: 1; cursor: pointer; }
 .docs-subsection-list a > svg, .docs-subsection h2 > svg { width: 1.1em; height: 1.1em; margin-right: .45em; vertical-align: -.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
