body.api-docs .content-wrapper{background:#FEFEFE}body.api-docs .api-docs-hero{background:linear-gradient(135deg, #0064FF 0%, #5F33FF 100%);color:#FEFEFE;padding:4rem 0;margin-bottom:3rem}body.api-docs .api-docs-hero h1{color:#FEFEFE;font-size:2.5rem;font-weight:700;margin-bottom:1rem}body.api-docs .api-docs-hero .lead{font-size:1.25rem;opacity:0.95}body.api-docs nav.breadcrumbs{padding:1rem 0;margin-bottom:2rem;font-size:0.9rem}body.api-docs nav.breadcrumbs a{color:#0063cd;text-decoration:none}body.api-docs nav.breadcrumbs a:hover{color:#4ba1fe;text-decoration:underline}body.api-docs nav.breadcrumbs .separator{margin:0 0.5rem;color:#D3D7DB}body.api-docs nav.breadcrumbs .current{color:#44423F;font-weight:600}body.api-docs .api-docs-toc{background:#E8F1FF;border-radius:0.5rem;padding:2rem;margin-bottom:3rem}body.api-docs .api-docs-toc h2{font-size:1.5rem;margin-bottom:1.5rem;color:#161A3B}body.api-docs .api-docs-toc ul{list-style:none;margin:0;padding:0}body.api-docs .api-docs-toc ul li{margin-bottom:0.75rem}body.api-docs .api-docs-toc ul li a{color:#0063cd;text-decoration:none;font-size:1.1rem;font-weight:500;display:inline-block;padding:0.25rem 0}body.api-docs .api-docs-toc ul li a:hover{color:#4ba1fe;text-decoration:underline}body.api-docs .api-resource-category{padding:2rem 0}body.api-docs .api-resource-category h1{font-size:2rem;color:#161A3B;margin-bottom:1rem}body.api-docs .api-resource-category .lead{font-size:1.1rem;color:#646B83;margin-bottom:2rem}body.api-docs .api-resource-category h2{font-size:1.5rem;color:#161A3B;margin-top:2rem;margin-bottom:1rem}body.api-docs .api-resource-category h3{font-size:1.25rem;color:#161A3B;margin-top:1.5rem;margin-bottom:0.75rem}body.api-docs .api-endpoint{background:#FEFEFE;border:1px solid #D3D7DB;border-radius:0.5rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px rgba(0,0,0,0.05)}body.api-docs .api-endpoint .endpoint-header{display:flex;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:0.75rem}body.api-docs .api-endpoint .endpoint-header .http-method{display:inline-block;padding:0.25rem 0.75rem;border-radius:0.25rem;font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.5px}body.api-docs .api-endpoint .endpoint-header .http-method.method-get{background:#0064FF;color:#FEFEFE}body.api-docs .api-endpoint .endpoint-header .http-method.method-post{background:#00C500;color:#FEFEFE}body.api-docs .api-endpoint .endpoint-header .http-method.method-put{background:#FF9500;color:#FEFEFE}body.api-docs .api-endpoint .endpoint-header .http-method.method-patch{background:#FFE600;color:#44423F}body.api-docs .api-endpoint .endpoint-header .http-method.method-delete{background:#FF3459;color:#FEFEFE}body.api-docs .api-endpoint .endpoint-header .endpoint-path{font-family:'Monaco', 'Menlo', 'Consolas', monospace;font-size:1rem;color:#161A3B;font-weight:600;flex:1;word-break:break-all}body.api-docs .api-endpoint .endpoint-description{margin-bottom:1.5rem;color:#44423F;line-height:1.6}body.api-docs .api-endpoint .endpoint-section{margin-bottom:1.5rem}body.api-docs .api-endpoint .endpoint-section h4{font-size:1rem;font-weight:700;color:#161A3B;margin-bottom:0.75rem;text-transform:uppercase;letter-spacing:0.5px}body.api-docs .api-endpoint .parameters-table{width:100%;border-collapse:collapse;margin-bottom:1rem}body.api-docs .api-endpoint .parameters-table thead{background:#E8F1FF}body.api-docs .api-endpoint .parameters-table thead th{padding:0.75rem;text-align:left;font-weight:600;color:#161A3B;font-size:0.9rem;border-bottom:2px solid #D3D7DB}body.api-docs .api-endpoint .parameters-table tbody tr{border-bottom:1px solid #F1F1F5}body.api-docs .api-endpoint .parameters-table tbody tr:last-child{border-bottom:none}body.api-docs .api-endpoint .parameters-table tbody td{padding:0.75rem;vertical-align:top}body.api-docs .api-endpoint .parameters-table tbody td.param-name{font-family:'Monaco', 'Menlo', 'Consolas', monospace;font-weight:600;color:#0064FF;white-space:nowrap}body.api-docs .api-endpoint .parameters-table tbody td.param-type{font-family:'Monaco', 'Menlo', 'Consolas', monospace;color:#5F33FF;font-size:0.9rem}body.api-docs .api-endpoint .parameters-table tbody td.param-required{font-weight:600}body.api-docs .api-endpoint .parameters-table tbody td.param-required.required{color:#FF3459}body.api-docs .api-endpoint .parameters-table tbody td.param-required.optional{color:#A0AAB9}body.api-docs .api-endpoint .parameters-table tbody td.param-description{color:#44423F;line-height:1.5}body.api-docs .api-endpoint .code-block{background:#FEFEFE;border:1px solid #D3D7DB;border-radius:0.375rem;padding:1rem;overflow-x:auto;margin-bottom:1rem}body.api-docs .api-endpoint .code-block pre{margin:0;font-family:'Monaco', 'Menlo', 'Consolas', monospace;font-size:0.9rem;color:#44423F;line-height:1.5}body.api-docs .api-endpoint .code-block pre code{color:#44423F}body.api-docs .api-endpoint .response-format{background:#F1F6FF;border-left:4px solid #0064FF;padding:1rem;border-radius:0.25rem;margin-bottom:1rem}body.api-docs .api-endpoint .response-format .response-code{font-weight:700;color:#0064FF;margin-bottom:0.5rem}body.api-docs .api-endpoint .response-format .response-description{color:#44423F;line-height:1.5}body.api-docs .api-endpoint .example-section{background:#FFF2E0;border-left:4px solid #FF9500;padding:1rem;border-radius:0.25rem;margin-top:1rem}body.api-docs .api-endpoint .example-section h5{font-size:0.9rem;font-weight:700;color:#FF9500;margin-bottom:0.75rem;text-transform:uppercase}body.api-docs code{background:#F1F1F5;color:#0064FF;padding:0.2rem 0.4rem;border-radius:0.25rem;font-family:'Monaco', 'Menlo', 'Consolas', monospace;font-size:0.9em}body.api-docs .auth-info-box{background:#E8F1FF;border-left:4px solid #0064FF;padding:1.5rem;border-radius:0.25rem;margin:2rem 0}body.api-docs .auth-info-box h3{color:#0064FF;margin-top:0;margin-bottom:1rem}body.api-docs .auth-info-box p{line-height:1.6;margin-bottom:0.75rem;color:#44423F}body.api-docs .auth-info-box p:last-child{margin-bottom:0}body.api-docs .auth-info-box code{background:#FEFEFE}body.api-docs .warning-box{background:#FFEFF2;border-left:4px solid #FF3459;padding:1.5rem;border-radius:0.25rem;margin:2rem 0}body.api-docs .warning-box h3{color:#FF3459;margin-top:0;margin-bottom:1rem}body.api-docs .warning-box p{line-height:1.6;color:#44423F}body.api-docs .note-box{background:#FFF2E0;border-left:4px solid #FF9500;padding:1.5rem;border-radius:0.25rem;margin:2rem 0}body.api-docs .note-box h3{color:#FF9500;margin-top:0;margin-bottom:1rem}body.api-docs .note-box p{line-height:1.6;color:#44423F;margin-bottom:0.75rem}body.api-docs .note-box p:last-child{margin-bottom:0}body.api-docs a{color:#0063cd;text-decoration:none}body.api-docs a:hover{color:#4ba1fe;text-decoration:underline}@media screen and (max-width: 640px){body.api-docs .api-docs-hero{padding:2rem 0}body.api-docs .api-docs-hero h1{font-size:1.75rem}body.api-docs .api-docs-hero .lead{font-size:1rem}body.api-docs .api-endpoint .endpoint-header{flex-direction:column;align-items:flex-start}body.api-docs .api-endpoint .endpoint-header .endpoint-path{font-size:0.85rem}body.api-docs .api-endpoint .parameters-table{display:block;overflow-x:auto}}
