:root{--black:#0a0a0a;--yellow:#f5c518;--gray:#666;--light:#f7f7f5;--border:#e2e2de;--code-bg:#1a1a1a;--green:#1a9e6a;--red:#d64545;--blue:#3878c7}.Docs-module__bhmaIq__skip{z-index:200;background:var(--black);color:#fff;padding:12px 18px;font-size:14px;font-weight:600;position:absolute;top:0;left:-9999px}.Docs-module__bhmaIq__skip:focus{left:0}.Docs-module__bhmaIq__layout{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.Docs-module__bhmaIq__layout>*{min-width:0}.Docs-module__bhmaIq__sidebar{background:var(--black);color:#fff;height:100vh;padding:1.5rem 1.2rem;position:sticky;top:0;overflow-y:auto}.Docs-module__bhmaIq__sidebarClose{width:36px;height:36px;color:var(--gray-soft);cursor:pointer;z-index:10;background:#ffffff1a;border-radius:6px;place-items:center;padding:0;transition:all .15s;display:grid;position:absolute;top:12px;right:12px}.Docs-module__bhmaIq__sidebarClose:hover{background:#ffffff26;border-color:#ffffff3d}.Docs-module__bhmaIq__sidebarClose svg{width:20px;height:20px}.Docs-module__bhmaIq__back{color:#8a8a8a;align-items:center;gap:7px;margin-bottom:1.1rem;font-size:12px;text-decoration:none;transition:color .15s;display:inline-flex}.Docs-module__bhmaIq__back:hover{color:var(--yellow)}.Docs-module__bhmaIq__logo{letter-spacing:2px;margin-bottom:4px;font-size:22px;font-weight:800}.Docs-module__bhmaIq__logoSub{color:#888;margin-bottom:1.5rem;font-size:11px}.Docs-module__bhmaIq__navSection{text-transform:uppercase;letter-spacing:.08em;color:#666;margin:1.2rem 0 .5rem;font-size:10px}.Docs-module__bhmaIq__nav a{color:#bbb;padding:4px 0;font-size:13px;text-decoration:none;transition:color .15s;display:block}.Docs-module__bhmaIq__nav a:hover{color:var(--yellow)}.Docs-module__bhmaIq__docsTopbar{z-index:60;background:var(--black);color:#fff;align-items:center;gap:12px;padding:12px 18px;display:none;position:sticky;top:0}.Docs-module__bhmaIq__docsTopbar .Docs-module__bhmaIq__logo{margin:0;font-size:17px}.Docs-module__bhmaIq__docsTopbar .Docs-module__bhmaIq__sub{color:#888;font-size:11px}.Docs-module__bhmaIq__docsToggle{width:38px;height:38px;color:var(--yellow);cursor:pointer;background:#ffffff14;border-radius:9px;place-items:center;margin-left:auto;display:grid}.Docs-module__bhmaIq__docsToggle svg{width:19px;height:19px}.Docs-module__bhmaIq__content{max-width:900px;padding:2.5rem 3rem}.Docs-module__bhmaIq__content>h1{margin-bottom:.4rem}.Docs-module__bhmaIq__content h2{border-top:1px solid var(--border);margin:2.5rem 0 .8rem;padding-top:1rem}.Docs-module__bhmaIq__content h3{margin:1.5rem 0 .6rem}.Docs-module__bhmaIq__content p{margin-bottom:1rem}.Docs-module__bhmaIq__code{font-family:var(--mono)}.Docs-module__bhmaIq__subtitle{color:var(--gray);margin-bottom:2rem;font-size:15px}.Docs-module__bhmaIq__tableScroll{margin:1rem 0;overflow-x:auto}.Docs-module__bhmaIq__req{color:var(--red);font-size:11px;font-weight:600}.Docs-module__bhmaIq__opt{color:var(--gray);font-size:11px}.Docs-module__bhmaIq__badge{border-radius:5px;padding:3px 9px;font-family:monospace;font-size:12px;font-weight:600;display:inline-block}.Docs-module__bhmaIq__post{color:var(--green);background:#e1f5ee}.Docs-module__bhmaIq__get{color:var(--blue);background:#e6f1fb}.Docs-module__bhmaIq__delete{color:#e5484d;background:#ffe8ed}.Docs-module__bhmaIq__endpoint{background:var(--light);border:1px solid var(--border);border-radius:6px;flex-wrap:wrap;align-items:center;gap:10px;margin:.8rem 0;padding:10px 14px;font-family:monospace;font-size:14px;display:flex}.Docs-module__bhmaIq__note{border-left:3px solid var(--yellow);background:#fff9e6;border-radius:0 6px 6px 0;margin:1rem 0;padding:.9rem 1.1rem;font-size:14px}.Docs-module__bhmaIq__note strong{color:var(--black)}.Docs-module__bhmaIq__note code{background:0 0}.Docs-module__bhmaIq__accentLine{background:var(--yellow);width:60px;height:3px;margin:0 0 2rem}.Docs-module__bhmaIq__pill{background:var(--light);border:1px solid var(--border);border-radius:20px;margin:2px;padding:2px 10px;font-family:monospace;font-size:12px;display:inline-block}.Docs-module__bhmaIq__open{display:block}.Docs-module__bhmaIq__overlay{-webkit-backdrop-filter:blur(4px);z-index:99;background:#00000080;animation:.3s cubic-bezier(.22,1,.36,1) Docs-module__bhmaIq__fadeIn;position:fixed;inset:0}@keyframes Docs-module__bhmaIq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.Docs-module__bhmaIq__layout{grid-template-columns:1fr;position:relative}.Docs-module__bhmaIq__docsTopbar{display:flex}.Docs-module__bhmaIq__sidebarClose{display:grid}.Docs-module__bhmaIq__sidebar{z-index:100;border-bottom:none;width:240px;height:100vh;padding:1rem 1.2rem 1.4rem;transition:transform .3s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.Docs-module__bhmaIq__sidebar.Docs-module__bhmaIq__open{transform:translate(0)}.Docs-module__bhmaIq__sidebar .Docs-module__bhmaIq__logo,.Docs-module__bhmaIq__sidebar .Docs-module__bhmaIq__logoSub{display:none}.Docs-module__bhmaIq__sidebar .Docs-module__bhmaIq__back{margin-bottom:.6rem}.Docs-module__bhmaIq__nav a{padding:7px 0;font-size:14px}.Docs-module__bhmaIq__content{padding:2rem 1.5rem 3rem}}
