:root{--docs-primary:17, 139, 48;--docs-primary-light:185, 235, 197;--docs-primary-dark:13, 86, 32}.docs-container{background-color:#f8f9fa;min-height:100vh;display:flex}.docs-sidebar{z-index:100;background-color:#fff;border-right:1px solid #e9ecef;width:260px;height:100vh;position:fixed;top:0;left:0;overflow-y:auto}.docs-sidebar-header{border-bottom:1px solid #e9ecef;padding:1.5rem 1rem}.docs-logo{color:rgb(var(--docs-primary));align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:flex}.docs-logo:hover{color:rgb(var(--docs-primary-dark))}.docs-nav{padding:1rem 0}.docs-nav-item{text-align:left;color:#495057;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;width:100%;padding:.625rem 1.5rem;font-size:.875rem;transition:all .2s;display:block}.docs-nav-item:hover{color:rgb(var(--docs-primary));background-color:#f8f9fa}.docs-nav-item.active{color:rgb(var(--docs-primary));background-color:rgba(var(--docs-primary-light), .3);border-left-color:rgb(var(--docs-primary));font-weight:500}.docs-main{flex:1;width:calc(100% - 260px);margin-left:260px;padding:2rem}.docs-content{max-width:900px;margin:0 auto}.docs-h1{color:rgb(var(--docs-primary));margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.docs-subtitle{color:#6c757d;margin-bottom:2rem;font-size:1.25rem}.docs-h2{color:#212529;border-bottom:2px solid #e9ecef;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:600}.docs-h3{color:#212529;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.docs-text{color:#495057;margin-bottom:1rem;font-size:1rem;line-height:1.7}.docs-section{margin-bottom:3rem}.docs-card{background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.docs-list{margin-bottom:1rem;padding-left:1.5rem}.docs-list li{color:#495057;margin-bottom:.5rem;line-height:1.6}.docs-info-box{background-color:rgba(var(--docs-primary-light), .3);border-left:4px solid rgb(var(--docs-primary));border-radius:4px;margin:1.5rem 0;padding:1rem 1.25rem}.docs-warning-box{color:#856404;background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;margin:1.5rem 0;padding:1rem 1.25rem}.docs-table-container{margin:1rem 0;overflow-x:auto}.docs-table{border-collapse:collapse;width:100%;font-size:.875rem}.docs-table th,.docs-table td{text-align:left;border:1px solid #dee2e6;padding:.75rem 1rem}.docs-table th{color:#495057;background-color:#f8f9fa;font-weight:600}.docs-table td{color:#495057}.docs-table tbody tr:hover{background-color:#f8f9fa}.docs-card code,.docs-table code,.docs-info-box code,.docs-warning-box code,.docs-endpoint-box code{color:#212529;background-color:#0000;border-radius:3px;padding:.2rem .4rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.875em}.docs-endpoint-box{background-color:#f8f9fa;border-radius:6px;align-items:center;gap:.75rem;margin:1rem 0;padding:1rem;font-family:Consolas,Monaco,Courier New,monospace;display:flex}.docs-method{text-transform:uppercase;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.docs-method.post{color:#0f6938;background-color:#d1f4e0}.docs-method.get{background-color:rgba(var(--docs-primary-light), .4);color:rgb(var(--docs-primary-dark))}.docs-method.put{color:#e67700;background-color:#ffe8cc}.docs-method.delete{color:#c92a2a;background-color:#ffe0e0}.code-example-container{border:1px solid #dee2e6;border-radius:8px;margin:1.5rem 0;overflow:hidden}.code-example-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.docs-collapsible-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.75rem 0;transition:all .2s;display:flex}.docs-collapsible-header:hover{opacity:.8}.docs-collapsible-header h3{align-items:center;gap:.5rem;margin:0;display:flex}.docs-collapsible-icon{color:rgb(var(--docs-primary));transition:transform .2s}.docs-collapsible-icon.collapsed{transform:rotate(-90deg)}.docs-collapsible-content{transition:max-height .3s,opacity .3s;overflow:hidden}.docs-collapsible-content.collapsed{opacity:0;max-height:0}.docs-collapsible-content.expanded{opacity:1;max-height:5000px}.docs-image-container{text-align:center;background-color:#f8f9fa;border-radius:8px;margin:1.5rem 0;padding:2rem}.docs-error-examples{margin-top:1.5rem}.docs-error-item{margin-bottom:1.5rem}.docs-error-item strong{color:#495057;margin-bottom:.5rem;display:block}@media (width<=768px){.docs-sidebar{transition:transform .3s;transform:translate(-100%)}.docs-sidebar.mobile-open{transform:translate(0)}.docs-main{width:100%;margin-left:0;padding:1rem}.docs-h1{font-size:1.75rem}.docs-h2{font-size:1.5rem}.docs-h3{font-size:1.125rem}.docs-table{font-size:.75rem}.docs-table th,.docs-table td{padding:.5rem}}html{scroll-behavior:smooth}@media print{.docs-sidebar{display:none}.docs-main{width:100%;margin-left:0}.code-example-header{display:none}}.docs-mobile-header{z-index:90;background:#fff;border-bottom:1px solid #e9ecef;align-items:center;gap:1rem;margin:-2rem -2rem 2rem;padding:1rem;display:none;position:sticky;top:0}.docs-mobile-toggle{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex}.docs-mobile-toggle:hover{background-color:#f8f9fa}.docs-mobile-title{color:rgb(var(--docs-primary));font-size:1.125rem;font-weight:600}.docs-mobile-overlay{z-index:95;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:block;position:fixed;inset:0}@media (width<=900px){.docs-sidebar{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%);box-shadow:0 0 20px #0000001a}.docs-sidebar.mobile-open{transform:translate(0)}.docs-mobile-header{display:flex}.docs-mobile-close{display:flex!important}.docs-main{width:100%;margin-left:0;padding:0 1rem 1rem}.docs-content{padding-top:0}.docs-mobile-header{margin:0 -1rem 1.5rem}}.code-example-container pre{max-width:100%}
