@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap");.docs-prose{color:#1A1A17;font-size:15px;line-height:1.75}.docs-prose h1{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;color:#1A1A17;margin-top:0;margin-bottom:1rem;line-height:1.2}.docs-prose h2{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;color:#1A1A17;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e8e5de;line-height:1.3}.docs-prose h3{font-size:1.15rem;color:#1A1A17;margin-top:2rem;line-height:1.4}.docs-prose h3,.docs-prose h4{font-weight:600;margin-bottom:.5rem}.docs-prose h4{font-size:.95rem;color:#6B6B64;text-transform:uppercase;letter-spacing:.05em;margin-top:1.5rem}.docs-prose p{margin-top:0;margin-bottom:1rem;color:#3D3D38}.docs-prose a{color:#D97757;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .15s}.docs-prose a:hover{border-bottom-color:#D97757}.docs-prose strong{font-weight:600;color:#1A1A17}.docs-prose ol,.docs-prose ul{margin:1rem 0;padding-left:1.5rem}.docs-prose ul{list-style-type:disc}.docs-prose ol{list-style-type:decimal}.docs-prose li{margin-bottom:.35rem;color:#3D3D38}.docs-prose li::marker{color:#A3A39B}.docs-prose code:not(pre code){font-family:JetBrains Mono,monospace;font-size:.85em;padding:.15em .4em;border-radius:6px;background:#F0EDE6;color:#B45A3E;font-weight:500}.docs-prose pre{font-family:JetBrains Mono,monospace;font-size:.85rem;line-height:1.65;background:#1C1B1A;color:#E8E5DE;border-radius:12px;padding:1.25rem 1.5rem;margin:1.25rem 0;overflow-x:auto;border:1px solid #2e2d2c}.docs-prose pre code{background:none;padding:0;color:inherit;font-size:inherit;font-weight:400}.docs-prose blockquote{border-left:3px solid #d97757;padding:.75rem 1.25rem;margin:1.25rem 0;background:#FEF3EE;border-radius:0 12px 12px 0;color:#6B6B64}.docs-prose blockquote p:last-child{margin-bottom:0}.docs-prose table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}.docs-prose thead th{text-align:left;padding:.6rem .75rem;font-weight:600;color:#1A1A17;background:#F0EDE6;border-bottom:2px solid #e8e5de;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.docs-prose tbody td{padding:.6rem .75rem;border-bottom:1px solid #e8e5de;color:#3D3D38}.docs-prose tbody tr:last-child td{border-bottom:none}.docs-prose img{max-width:100%;border-radius:12px;border:1px solid #e8e5de;margin:1.5rem 0}.docs-prose hr{border:none;border-top:1px solid #e8e5de;margin:2.5rem 0}.docs-callout{border-radius:12px;padding:1rem 1.25rem;margin:1.25rem 0;font-size:.9rem;line-height:1.6;border-left:3px solid}.docs-callout-info{background:#EFF6FF;border-left-color:#3B82F6;color:#1E3A5F}.docs-callout-warning{background:#FFFBEB;border-left-color:#D4A843;color:#713F12}.docs-callout-tip{background:#F0FDF4;border-left-color:#40916C;color:#14532D}.docs-callout-danger{background:#FEF2F2;border-left-color:#D64545;color:#7F1D1D}.docs-callout p:last-child{margin-bottom:0}.docs-steps{counter-reset:docs-step;position:relative;padding-left:2.5rem;margin:1.5rem 0}.docs-steps:before{content:"";position:absolute;left:15px;top:28px;bottom:8px;width:1px;background:#E8E5DE}.docs-step{counter-increment:docs-step;position:relative;padding-bottom:1.5rem}.docs-step:last-child{padding-bottom:0}.docs-step:before{content:counter(docs-step);position:absolute;left:-2.5rem;top:0;width:30px;height:30px;border-radius:50%;background:#D97757;color:white;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;z-index:1}.docs-step-title{font-weight:600;color:#1A1A17;margin-bottom:.35rem;font-size:.95rem}.docs-step-content{color:#6B6B64;font-size:.9rem;line-height:1.65}.docs-sidebar-scroll::-webkit-scrollbar{width:4px}.docs-sidebar-scroll::-webkit-scrollbar-track{background:transparent}.docs-sidebar-scroll::-webkit-scrollbar-thumb{background:#2E2D2C;border-radius:2px}.docs-sidebar-scroll::-webkit-scrollbar-thumb:hover{background:#3E3D3C}@keyframes docs-fade-in{0%{opacity:0}to{opacity:1}}@keyframes docs-slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.docs-mobile-overlay{animation:docs-fade-in .2s ease-out}.docs-mobile-panel{animation:docs-slide-in-left .25s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.docs-mobile-overlay,.docs-mobile-panel{animation-duration:.01ms!important}}