[v-cloak]{display:none!important}.api-docs-container{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.api-docs-container:not([v-cloak]){display:block}.api-docs-layout{position:relative;height:calc(100vh - 120px)}.api-docs-left{position:fixed;top:80px;bottom:0;width:30%;overflow-y:auto;padding-right:10px;z-index:100}.api-docs-left::-webkit-scrollbar{width:6px}.api-docs-left::-webkit-scrollbar-track{background:#f5f5f5}.api-docs-left::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.api-docs-left::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.api-docs-right{position:absolute;right:0;top:0;bottom:0;width:calc(70% - 110px)}.api-explorer-panel{border:1px solid #e5e5e5;border-radius:4px;background:#fff;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.06)}.explorer-header{padding:16px 20px;border-bottom:1px solid #e5e5e5;background:#f8f9fa;border-radius:4px 4px 0 0}.explorer-header h4{margin:0;color:#2c3e50;font-size:15px;font-weight:600}.explorer-body{flex:1;overflow-y:auto;padding:20px;background:#fff}.explorer-body::-webkit-scrollbar{width:6px}.explorer-body::-webkit-scrollbar-track{background:#f5f5f5}.explorer-body::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.explorer-empty{text-align:center;color:#7f8c8d;padding:60px 20px}.explorer-empty i{font-size:48px;margin-bottom:16px;opacity:.3;color:#95a5a6}.api-endpoint-card{border:1px solid #e5e5e5;border-radius:4px;margin-bottom:12px;background:#fff;transition:border-color .2s ease}.api-endpoint-card:hover{border-color:#3498db}.api-method-badge{display:inline-block;padding:4px 10px;border-radius:3px;font-weight:600;font-size:11px;text-transform:uppercase;color:#fff}.method-get{background-color:#3498db}.method-post{background-color:#2ecc71}.api-path{font-family:Monaco,Menlo,'Ubuntu Mono',monospace;background-color:#f8f9fa;padding:8px 12px;border-radius:3px;font-size:12px;color:#2c3e50;margin-top:8px;word-break:break-all;border:1px solid #e9ecef}.api-description{color:#7f8c8d;margin:10px 0;line-height:1.5;font-size:13px}.section-header{border-left:3px solid #3498db;padding-left:12px;margin-bottom:16px}.section-title{font-size:15px;font-weight:600;color:#2c3e50;margin-bottom:4px}.section-description{color:#7f8c8d;font-size:12px}.no-auth-badge{display:inline-block;padding:3px 8px;background-color:#27ae60;color:#fff;border-radius:3px;font-size:10px;font-weight:600;margin-left:8px}.test-btn{margin-top:10px;padding:7px 14px;background:#3498db;color:#fff;border:none;border-radius:3px;font-weight:500;font-size:12px;cursor:pointer;transition:background .2s ease}.test-btn:hover{background:#2980b9}.test-btn:active{background:#21618c}.test-btn:disabled{opacity:.5;cursor:not-allowed}.test-btn i{margin-right:6px}.response-status{display:inline-block;padding:5px 12px;border-radius:3px;font-size:12px;font-weight:600;margin-bottom:12px}.response-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.response-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.response-time{color:#7f8c8d;font-size:12px;margin-left:10px;font-weight:400}.explorer-tabs{display:flex;border-bottom:1px solid #e5e5e5;margin-bottom:16px}.explorer-tab{padding:10px 20px;cursor:pointer;border-bottom:2px solid transparent;font-weight:500;font-size:13px;color:#7f8c8d;transition:all .2s ease}.explorer-tab.active{color:#3498db;border-bottom-color:#3498db}.explorer-tab:hover{color:#2980b9}.loading-spinner{display:inline-block;width:14px;height:14px;border:2px solid #ecf0f1;border-top:2px solid #3498db;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.code-block{background-color:#f8f9fa;color:#2c3e50;padding:14px;border-radius:4px;font-family:Monaco,Menlo,'Ubuntu Mono',monospace;font-size:12px;overflow-x:auto;margin-top:10px;line-height:1.6;border:1px solid #e9ecef}.code-block::-webkit-scrollbar{height:6px}.code-block::-webkit-scrollbar-track{background:#e9ecef}.code-block::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:3px}.request-info{margin-top:12px;padding:12px;background:#f8f9fa;border-radius:4px;font-size:12px;border:1px solid #e9ecef}.request-info strong{color:#2c3e50}.masked-value{color:#e74c3c;font-weight:600}.tab-content{display:none}.tab-content.active{display:block}.pretty-view{line-height:1.8}.pretty-key{color:#7f8c8d}.pretty-string{color:#27ae60}.pretty-number{color:#3498db}.pretty-boolean,.pretty-null{color:#e67e22}.pretty-masked{color:#e74c3c}.code-samples-tabs{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap;border-bottom:1px solid #e5e5e5;padding-bottom:2px}.code-sample-tab{padding:8px 16px;cursor:pointer;background:0 0;border:none;border-bottom:2px solid transparent;font-weight:500;font-size:12px;color:#7f8c8d;transition:all .2s ease}.code-sample-tab:hover{color:#2c3e50;border-bottom-color:#95a5a6}.code-sample-tab.active{color:#3498db;border-bottom-color:#3498db;font-weight:600}.code-sample-tab i{margin-right:5px}.code-samples-content{margin-top:4px}.code-samples-content .code-block{background-color:#f8f9fa;max-height:400px;overflow-y:auto}.code-comment{color:#95a5a6;font-style:italic}.code-keyword{color:#e74c3c;font-weight:600}.code-string{color:#27ae60}.code-variable{color:#3498db}.code-function{color:#9b59b6}.code-method{color:#f39c12}.code-number{color:#e67e22}.api-docs-left .panel_s{box-shadow:none;border:1px solid #e5e5e5}.api-docs-left .panel-body{background:#fff}.explorer-body .alert{border-radius:4px;border-width:1px;padding:12px 16px}.explorer-body .alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}@media (max-width:1200px){.api-docs-left{flex:0 0 35%}.api-docs-right{flex:0 0 65%}}@media (max-width:992px){.api-docs-layout{flex-direction:column}.api-docs-left,.api-docs-right{top:unset;position:relative;width:100%}}