.doc-layout{display:flex;gap:1.5rem;align-items:flex-start}.doc-sidebar{width:264px;flex-shrink:0;position:sticky;top:.25rem;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:.9rem .75rem 1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);overscroll-behavior:contain}.doc-sidebar::-webkit-scrollbar{width:6px}.doc-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.doc-search{display:flex;align-items:center;gap:.45rem;border:1px solid #e2e8f0;border-radius:10px;padding:.45rem .7rem;margin:0 .25rem .9rem;background:#f8fafc;transition:border-color .15s ease,box-shadow .15s ease}.doc-search:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 3px rgba(99,102,241,.12);background:#fff}.doc-search>i{color:#94a3b8;font-size:calc(.95rem + 1px);flex-shrink:0}.doc-search input{flex:1;min-width:0;border:0;outline:none;background:transparent;font-size:calc(.85rem + 1px);color:#1f2937}.doc-search input::placeholder{color:#9ca3af}.doc-search kbd{flex-shrink:0;font-size:calc(.65rem + 1px);font-weight:700;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:5px;padding:.1rem .35rem;font-family:inherit}.doc-nav-group{margin-bottom:.25rem}.doc-group-head{width:100%;display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;font-size:calc(.8rem + 1px);font-weight:800;color:#334155;letter-spacing:.02em;background:transparent;border:0;border-radius:8px;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.doc-group-head:hover{background:#f1f5f9;color:#4f46e5}.doc-group-head>i:first-child{font-size:calc(1rem + 1px);color:#6366f1;flex-shrink:0}.doc-group-head>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-group-chevron{flex-shrink:0;color:#94a3b8;font-size:calc(1rem + 1px);transition:transform .2s ease}.doc-nav-group.open .doc-group-chevron{transform:rotate(180deg)}.doc-group-items{display:none;padding:.1rem 0 .3rem}.doc-nav-group.open .doc-group-items{display:block}.doc-nav-group.open .doc-group-head{color:#4f46e5}.doc-nav-link{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem .45rem 2.1rem;font-size:calc(.85rem + 1px);color:#4b5563;border-radius:8px;text-decoration:none;transition:background .15s ease,color .15s ease;line-height:1.4}.doc-nav-link:hover{background:#f1f5f9;color:#111827}.doc-nav-link .doc-nav-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-nav-link.active{background:#eef2ff;color:#4f46e5;font-weight:700}.doc-nav-badge{flex-shrink:0;font-size:calc(.62rem + 1px);font-weight:800;letter-spacing:.04em;padding:.08rem .4rem;border-radius:5px;line-height:1.5}.doc-nav-badge-post{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa}.doc-nav-badge-get{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.doc-nav-badge-rest{background:#faf5ff;color:#9333ea;border:1px solid #e9d5ff}.doc-nav-badge-sse{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.doc-nav-empty{display:none;padding:1.2rem .75rem;font-size:calc(.82rem + 1px);color:#94a3b8;text-align:center}.doc-content{flex:1;min-width:0}.doc-breadcrumb{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.65rem 1rem;margin-bottom:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);font-size:calc(.83rem + 1px);color:#6b7280;flex-wrap:wrap}.doc-breadcrumb .doc-crumb-group{font-weight:700;color:#6366f1}.doc-breadcrumb>i{color:#cbd5e1;font-size:calc(.9rem + 1px)}.doc-breadcrumb .doc-crumb-item{font-weight:700;color:#111827}.doc-copy-page{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;border-radius:8px;padding:.3rem .7rem;font-size:calc(.75rem + 1px);font-weight:700;cursor:pointer;transition:all .15s ease;flex-shrink:0}.doc-copy-page:hover{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.doc-single .doc-section{display:none}.doc-single .doc-section.doc-active{display:block;animation:docFadeIn .25s ease}@keyframes docFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.doc-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);scroll-margin-top:.5rem;content-visibility:auto;contain-intrinsic-size:auto 720px}.doc-section h2{font-size:calc(1.25rem + 1px);font-weight:800;color:#111827;margin:0 0 1rem;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.doc-section h2 .doc-anchor{color:#c7d2fe;text-decoration:none;font-weight:800;opacity:0;transition:opacity .15s ease,color .15s ease}.doc-section h2:hover .doc-anchor{opacity:1}.doc-section h2 .doc-anchor:hover{color:#4f46e5}.doc-section h3{font-size:calc(1rem + 1px);font-weight:700;color:#1f2937;margin:1.4rem 0 .6rem;scroll-margin-top:1.25rem}.doc-section p{margin:.5rem 0}.doc-section ol,.doc-section p,.doc-section ul{font-size:calc(.9rem + 1px);color:#374151;line-height:1.75}.doc-section ol,.doc-section ul{margin:.5rem 0 .5rem 1.25rem}.doc-section li{margin:.3rem 0}.doc-section code{background:#eef2ff;color:#4f46e5;border:1px solid #e0e7ff;border-radius:6px;padding:1px 6px;font-size:calc(.82em + 1px);font-family:SF Mono,Monaco,Consolas,Fira Code,monospace;word-break:break-all}.doc-endpoint{display:flex;align-items:center;gap:.6rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .9rem;margin:.75rem 0;flex-wrap:wrap}.doc-endpoint code{background:transparent;border:0;color:#111827;font-weight:700;padding:0;font-size:calc(.85rem + 1px)}.doc-method{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .6rem;border-radius:6px;font-size:calc(.72rem + 1px);font-weight:800;letter-spacing:.03em;flex-shrink:0}.doc-method-get{background:#dbeafe;color:#1d4ed8}.doc-method-post{background:#dcfce7;color:#15803d}.doc-method-delete{background:#fee2e2;color:#b91c1c}.doc-method-any{background:#f3e8ff;color:#7e22ce}.doc-code-block{position:relative;background:#0f172a;border-radius:12px;margin:.85rem 0;overflow:hidden;border:1px solid #1e293b}.doc-code-block .doc-code-head{display:flex;align-items:center;justify-content:space-between;padding:.45rem .9rem;background:#1e293b;border-bottom:1px solid #334155}.doc-code-block .doc-code-lang{font-size:calc(.72rem + 1px);font-weight:700;color:#94a3b8;letter-spacing:.05em;text-transform:uppercase}.doc-copy-btn{display:inline-flex;align-items:center;gap:.3rem;background:transparent;border:1px solid #475569;color:#cbd5e1;border-radius:6px;padding:.2rem .6rem;font-size:calc(.72rem + 1px);font-weight:600;cursor:pointer;transition:all .15s ease}.doc-copy-btn:hover{background:#334155;color:#fff}.doc-copy-btn.copied{border-color:#22c55e;color:#4ade80}.doc-code-block pre{margin:0;padding:1rem 1.1rem;overflow-x:auto;font-size:calc(.8rem + 1px);line-height:1.65;color:#e2e8f0;font-family:SF Mono,Monaco,Consolas,Fira Code,monospace;white-space:pre;tab-size:2}.doc-code-block pre::-webkit-scrollbar{height:8px}.doc-code-block pre::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.doc-table-wrap{overflow-x:auto;margin:.85rem 0;border:1px solid #e2e8f0;border-radius:12px;-webkit-overflow-scrolling:touch}.doc-table{width:100%;border-collapse:collapse;font-size:calc(.83rem + 1px);min-width:560px}.doc-table th{background:#f1f5f9;color:#334155;font-weight:700;text-align:left;padding:.6rem .9rem;border-bottom:1px solid #e2e8f0;white-space:nowrap}.doc-table td{padding:.55rem .9rem;border-bottom:1px solid #f1f5f9;color:#374151;vertical-align:top;line-height:1.6}.doc-table tr:last-child td{border-bottom:0}.doc-table tr:hover td{background:#f8fafc}.doc-table td code,.doc-tag{white-space:nowrap}.doc-tag{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:999px;font-size:calc(.7rem + 1px);font-weight:700}.doc-tag-required{background:#fee2e2;color:#b91c1c}.doc-tag-optional{background:#f1f5f9;color:#64748b}.doc-note{display:flex;gap:.65rem;border-radius:12px;padding:.8rem 1rem;margin:.85rem 0;font-size:calc(.85rem + 1px);line-height:1.65;align-items:flex-start}.doc-note i{font-size:calc(1.05rem + 1px);flex-shrink:0;margin-top:.1rem}.doc-note-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.doc-note-warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.doc-note-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.doc-steps{counter-reset:doc-step;list-style:none;margin:.85rem 0;padding:0}.doc-steps>li{counter-increment:doc-step;position:relative;padding:.35rem 0 .35rem 2.6rem;font-size:calc(.9rem + 1px);color:#374151;line-height:1.7}.doc-steps>li:before{content:counter(doc-step);position:absolute;left:0;top:.45rem;width:1.7rem;height:1.7rem;border-radius:50%;background:#eef2ff;color:#4f46e5;font-size:calc(.8rem + 1px);font-weight:800;display:flex;align-items:center;justify-content:center}.doc-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;margin:.85rem 0}.doc-card{border:1px solid #e2e8f0;border-radius:12px;padding:.9rem 1rem;background:#f8fafc;transition:border-color .15s ease,box-shadow .15s ease}.doc-card:hover{border-color:#c7d2fe;box-shadow:0 4px 10px -2px rgba(79,70,229,.12)}.doc-card .doc-card-title{display:flex;align-items:center;gap:.45rem;font-size:calc(.88rem + 1px);font-weight:800;color:#1f2937;margin-bottom:.35rem}.doc-card .doc-card-title i{color:#6366f1;font-size:calc(1.05rem + 1px)}.doc-card p{font-size:calc(.8rem + 1px);color:#64748b;line-height:1.6;margin:0}.doc-toc{width:216px;flex-shrink:0;position:sticky;top:.25rem;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1rem .85rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);overscroll-behavior:contain}.doc-toc::-webkit-scrollbar{width:6px}.doc-toc::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.doc-toc-title{display:flex;align-items:center;gap:.45rem;font-size:calc(.78rem + 1px);font-weight:800;color:#6366f1;letter-spacing:.02em;padding:.15rem .5rem .65rem;border-bottom:1px solid #f1f5f9;margin-bottom:.5rem}.doc-toc-link{display:block;padding:.38rem .5rem;font-size:calc(.8rem + 1px);color:#4b5563;border-radius:7px;text-decoration:none;line-height:1.45;transition:background .15s ease,color .15s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-toc-link:hover{background:#f1f5f9;color:#111827}.doc-toc-link.active{background:#eef2ff;color:#4f46e5;font-weight:700}.doc-toc-link.doc-toc-sub{padding-left:1.35rem}.doc-mobile-toggle{display:none;position:fixed;bottom:1.25rem;right:1.25rem;z-index:45;width:3rem;height:3rem;border-radius:50%;background:#fff;color:#4f46e5;border:1px solid #e2e8f0;box-shadow:0 10px 15px -3px rgba(79,70,229,.18),0 4px 6px -2px rgba(0,0,0,.06);align-items:center;justify-content:center;font-size:calc(1.3rem + 1px);cursor:pointer;transition:box-shadow .15s ease,color .15s ease}.doc-mobile-toggle:hover{color:#4338ca;box-shadow:0 10px 18px -3px rgba(79,70,229,.28),0 4px 6px -2px rgba(0,0,0,.08)}body.doc-lock,body.doc-lock #main-content{overflow:hidden}.doc-code-copy{cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.doc-section code.doc-code-copy:hover{background:#e0e7ff;border-color:#c7d2fe;color:#4338ca}.doc-section code.doc-code-copy.copied{background:#dcfce7;border-color:#86efac;color:#15803d}.doc-endpoint code.doc-code-copy:hover{background:#f1f5f9;color:#4f46e5}.doc-sidebar-mask{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:80;backdrop-filter:blur(2px)}.doc-faq-item{border:1px solid #e2e8f0;border-radius:12px;margin:.6rem 0;overflow:hidden}.doc-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;background:#f8fafc;border:0;font-size:calc(.9rem + 1px);font-weight:700;color:#1f2937;cursor:pointer;text-align:left;transition:background .15s ease}.doc-faq-q:hover{background:#eef2ff}.doc-faq-q i{transition:transform .2s ease;color:#6366f1;flex-shrink:0}.doc-faq-item.open .doc-faq-q i{transform:rotate(180deg)}.doc-faq-a{display:none;padding:.85rem 1rem;font-size:calc(.86rem + 1px);color:#4b5563;line-height:1.75;border-top:1px solid #f1f5f9}.doc-faq-item.open .doc-faq-a{display:block}.doc-toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%) translateY(20px);background:#111827;color:#f9fafb;padding:.55rem 1.1rem;border-radius:10px;font-size:calc(.82rem + 1px);font-weight:600;z-index:82;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;box-shadow:0 10px 15px -3px rgba(0,0,0,.2);max-width:90vw;text-align:center}.doc-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.doc-toast.doc-toast-error{background:#b91c1c;color:#fef2f2}.doc-sidebar-head{display:none}@media (max-width:1279px){.doc-toc{display:none}}@media (max-width:1023px){.doc-sidebar{position:fixed;top:0;left:0;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;width:280px;max-width:86vw;border-radius:0;z-index:81;transform:translateX(-105%);transition:transform .25s ease;padding-top:0}.doc-sidebar.open{transform:translateX(0)}.doc-sidebar-mask.open{display:block}.doc-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:sticky;top:0;background:#fff;padding:.9rem 1rem .6rem;margin:0 -.75rem .5rem;border-bottom:1px solid #f1f5f9;z-index:2}.doc-sidebar-head .doc-sidebar-head-title{display:inline-flex;align-items:center;gap:.4rem;font-size:calc(.9rem + 1px);font-weight:800;color:#111827}.doc-sidebar-head .doc-sidebar-head-title i{color:#6366f1;font-size:calc(1.05rem + 1px)}.doc-sidebar-close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:calc(1.15rem + 1px);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0}.doc-sidebar-close:hover{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.doc-mobile-toggle{display:flex}.doc-section{padding:1.25rem}}@media (max-width:639px){.doc-layout{gap:0}.doc-section{padding:1rem .9rem;border-radius:12px;margin-bottom:1rem}.doc-section h2{font-size:calc(1.05rem + 1px)}.doc-section h3{font-size:calc(.92rem + 1px)}.doc-breadcrumb{padding:.55rem .75rem;font-size:calc(.78rem + 1px);border-radius:10px}.doc-copy-page{padding:.25rem .55rem;font-size:calc(.7rem + 1px)}.doc-search kbd{display:none}.doc-code-block pre{font-size:calc(.74rem + 1px);padding:.85rem .9rem}.doc-endpoint{padding:.5rem .7rem}.doc-endpoint code,.doc-table{font-size:calc(.78rem + 1px)}.doc-table{min-width:520px}.doc-mobile-toggle{width:2.75rem;height:2.75rem;bottom:1rem;right:1rem}.doc-cards{grid-template-columns:1fr}}@media (min-width:640px) and (max-width:1023px){.doc-section{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.doc-card,.doc-code-copy,.doc-copy-btn,.doc-copy-page,.doc-faq-q i,.doc-group-chevron,.doc-group-head,.doc-mobile-toggle,.doc-nav-link,.doc-search,.doc-section.doc-active,.doc-sidebar,.doc-toast,.doc-toc-link{transition:none!important;animation:none!important}}@media print{.doc-copy-page,.doc-mobile-toggle,.doc-sidebar,.doc-sidebar-mask,.doc-toast,.doc-toc{display:none!important}.doc-single .doc-section{display:block!important;box-shadow:none;border:1px solid #cbd5e1;content-visibility:visible;page-break-inside:avoid}}