.api-sandbox[data-v-33f9380b]{background:var(--surface-ground);flex-direction:column;height:100vh;display:flex}.api-sandbox .header[data-v-33f9380b]{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-600) 100%);color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.1)}.api-sandbox .header .header-left[data-v-33f9380b]{align-items:center;gap:2rem;display:flex}.api-sandbox .header .header-left h1[data-v-33f9380b]{margin:0;font-size:1.5rem;font-weight:600}.api-sandbox .header .header-left .database-selector[data-v-33f9380b]{align-items:center;gap:.5rem;display:flex}.api-sandbox .header .header-left .database-selector label[data-v-33f9380b]{opacity:.9;font-size:.875rem}.api-sandbox .header .header-left .database-selector .database-dropdown[data-v-33f9380b]{min-width:120px}.api-sandbox .header .auth-status[data-v-33f9380b]{align-items:center;gap:1rem;display:flex}.api-sandbox .header .auth-status .auth-badge[data-v-33f9380b]{background:rgba(255,255,255,.2);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.api-sandbox .header .auth-status .auth-badge.not-authenticated[data-v-33f9380b]{opacity:.8;background:rgba(255,255,255,.1)}.sandbox-content[data-v-33f9380b]{flex-wrap:wrap;flex:1;align-content:flex-start;display:flex;overflow:hidden}.sandbox-content .endpoints-sidebar[data-v-33f9380b]{border-right:1px solid var(--surface-border);background:var(--surface-card);flex-direction:column;width:350px;min-width:300px;height:100%;display:flex;overflow-y:auto}.sandbox-content .endpoints-sidebar .sidebar-header[data-v-33f9380b]{border-bottom:1px solid var(--surface-border);align-items:center;gap:.5rem;padding:1rem;display:flex}.sandbox-content .endpoints-sidebar .sidebar-header .search-input[data-v-33f9380b]{flex:1}.sandbox-content .endpoints-sidebar .endpoint-categories[data-v-33f9380b]{flex:1;padding:0 1rem 1rem;overflow-y:auto}.sandbox-content .endpoints-sidebar .endpoint-categories .category-section[data-v-33f9380b]{margin:1.5rem 0}.sandbox-content .endpoints-sidebar .endpoint-categories .category-section h4[data-v-33f9380b]{color:var(--text-color-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.sandbox-content .endpoints-sidebar .endpoint-categories .category-section .endpoint-list[data-v-33f9380b]{flex-direction:column;gap:.5rem;display:flex}.sandbox-content .endpoints-sidebar .endpoint-categories .category-section .endpoint-list .endpoint-item[data-v-33f9380b]{cursor:pointer;border:1px solid var(--surface-border);background:var(--surface-ground);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.sandbox-content .endpoints-sidebar .endpoint-categories .category-section .endpoint-list .endpoint-item[data-v-33f9380b]:hover{background:var(--surface-hover);border-color:var(--primary-200);transform:translate(2px)}.sandbox-content .endpoints-sidebar .endpoint-categories .category-section .endpoint-list .endpoint-item.active[data-v-33f9380b]{background:var(--primary-50);border-color:var(--primary-color);box-shadow:0 0 0 1px var(--primary-color)}.sandbox-content .endpoints-sidebar .endpoint-categories .category-section .endpoint-list .endpoint-item .endpoint-path[data-v-33f9380b]{word-break:break-all;color:var(--text-color);flex:1;font-family:JetBrains Mono,Fira Code,monospace;font-size:.8125rem}.sandbox-content .main-content-wrapper[data-v-33f9380b]{background:var(--surface-ground);flex:1;min-width:500px;height:100%;overflow-y:auto}.sandbox-content .endpoint-details[data-v-33f9380b]{height:100%;padding:1rem;overflow-y:auto}.sandbox-content .endpoint-details .endpoint-title[data-v-33f9380b]{align-items:center;gap:1rem;font-family:JetBrains Mono,Fira Code,monospace;display:flex}.sandbox-content .endpoint-details .endpoint-title .path[data-v-33f9380b]{color:var(--text-color);font-weight:600}.sandbox-content .endpoint-details .auth-warning[data-v-33f9380b]{margin-bottom:1.5rem}.sandbox-content .endpoint-details .auth-warning .auth-warning-content[data-v-33f9380b]{align-items:center;gap:1rem;display:flex}.sandbox-content .endpoint-details .endpoint-info[data-v-33f9380b]{margin-bottom:1.5rem}.sandbox-content .endpoint-details .endpoint-info .endpoint-description[data-v-33f9380b]{background:var(--surface-50);border-left:4px solid var(--primary-color);border-radius:8px;padding:1rem}.sandbox-content .endpoint-details .endpoint-info .endpoint-description h3[data-v-33f9380b]{color:var(--text-color);margin:0 0 .5rem;font-size:1rem;font-weight:600}.sandbox-content .endpoint-details .endpoint-info .endpoint-description p[data-v-33f9380b]{color:var(--text-color);margin:0;line-height:1.5}.sandbox-content .endpoint-details .endpoint-info .endpoint-description .endpoint-notes[data-v-33f9380b]{border-top:1px solid var(--surface-border);margin-top:.75rem;padding-top:.75rem}.sandbox-content .endpoint-details .endpoint-info .endpoint-description .endpoint-notes small[data-v-33f9380b]{color:var(--text-color-secondary);font-style:italic}.sandbox-content .endpoint-details .params-section[data-v-33f9380b]{margin-bottom:2rem}.sandbox-content .endpoint-details .params-section h3[data-v-33f9380b]{color:var(--text-color);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.sandbox-content .endpoint-details .params-section .params-grid[data-v-33f9380b]{flex-direction:column;gap:1rem;display:flex}.sandbox-content .endpoint-details .params-section .params-grid .param-row[data-v-33f9380b]{background:var(--surface-50);border-radius:6px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.sandbox-content .endpoint-details .params-section .params-grid .param-row .param-info[data-v-33f9380b]{flex:1;min-width:200px}.sandbox-content .endpoint-details .params-section .params-grid .param-row .param-info .param-name[data-v-33f9380b]{color:var(--text-color);margin-bottom:.25rem;font-weight:600;display:block}.sandbox-content .endpoint-details .params-section .params-grid .param-row .param-info .param-description[data-v-33f9380b]{color:var(--text-color-secondary);font-size:.875rem}.sandbox-content .endpoint-details .params-section .params-grid .param-row .param-input[data-v-33f9380b]{flex:2;min-width:300px}.sandbox-content .endpoint-details .params-section .query-params-table[data-v-33f9380b]{border:1px solid var(--surface-border);border-radius:6px;overflow:hidden}.sandbox-content .endpoint-details .params-section .query-params-table .table-header[data-v-33f9380b]{background:var(--surface-50);color:var(--text-color-secondary);grid-template-columns:1fr 1fr auto;gap:1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:grid}.sandbox-content .endpoint-details .params-section .query-params-table .table-row[data-v-33f9380b]{border-top:1px solid var(--surface-border);grid-template-columns:1fr 1fr auto;align-items:center;gap:1rem;padding:.75rem 1rem;display:grid}.sandbox-content .endpoint-details .params-section .query-params-table .add-param-btn[data-v-33f9380b]{margin:.75rem}.sandbox-content .endpoint-details .params-section .url-display[data-v-33f9380b]{background:var(--surface-ground);border:1px solid var(--surface-border);border-radius:6px;align-items:center;gap:1rem;padding:1rem;display:flex}.sandbox-content .endpoint-details .params-section .url-display code[data-v-33f9380b]{color:var(--primary-color);word-break:break-all;flex:1;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem}.sandbox-content .endpoint-details .params-section .body-form[data-v-33f9380b]{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.sandbox-content .endpoint-details .params-section .body-form .form-field[data-v-33f9380b]{flex-direction:column;gap:.5rem;display:flex}.sandbox-content .endpoint-details .params-section .body-form .form-field label[data-v-33f9380b]{color:var(--text-color);font-weight:600}.sandbox-content .endpoint-details .params-section .body-form .form-field .field-description[data-v-33f9380b]{color:var(--text-color-secondary);font-size:.875rem}.sandbox-content .endpoint-details .params-section .body-editor[data-v-33f9380b]{margin-top:1rem}.sandbox-content .endpoint-details .params-section .body-editor label[data-v-33f9380b]{color:var(--text-color);margin-bottom:.5rem;font-weight:600;display:block}.sandbox-content .endpoint-details .params-section .body-editor .editor-actions[data-v-33f9380b]{gap:.5rem;margin-top:.5rem;display:flex}.sandbox-content .endpoint-details .action-buttons[data-v-33f9380b]{border-top:1px solid var(--surface-border);gap:1rem;margin:2rem 0;padding-top:1rem;display:flex}.sandbox-content .endpoint-details .action-buttons .execute-btn[data-v-33f9380b]{flex:1}.sandbox-content .endpoint-details .response-section .response-header[data-v-33f9380b]{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.sandbox-content .endpoint-details .response-section .response-header h3[data-v-33f9380b]{margin:0}.sandbox-content .endpoint-details .response-section .response-header .response-meta[data-v-33f9380b]{align-items:center;gap:1rem;display:flex}.sandbox-content .endpoint-details .response-section .response-header .response-meta .response-time[data-v-33f9380b]{color:var(--text-color-secondary);font-size:.875rem}.sandbox-content .endpoint-details .response-section .json-viewer[data-v-33f9380b]{background:var(--surface-ground);border:1px solid var(--surface-border);border-radius:6px;max-height:400px;padding:1rem;font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;font-size:.875rem;line-height:1.5;overflow:auto}.sandbox-content .endpoint-details .response-section .json-viewer pre[data-v-33f9380b]{white-space:pre-wrap;word-wrap:break-word;margin:0}.sandbox-content .endpoint-details .response-section .headers-display[data-v-33f9380b]{max-height:300px;overflow-y:auto}.sandbox-content .endpoint-details .response-section .headers-display .header-row[data-v-33f9380b]{border-bottom:1px solid var(--surface-border);padding:.5rem;display:flex}.sandbox-content .endpoint-details .response-section .headers-display .header-row[data-v-33f9380b]:last-child{border-bottom:none}.sandbox-content .endpoint-details .response-section .headers-display .header-row .header-name[data-v-33f9380b]{color:var(--text-color);min-width:200px;font-weight:600}.sandbox-content .endpoint-details .response-section .headers-display .header-row .header-value[data-v-33f9380b]{color:var(--text-color-secondary);word-break:break-all}.sandbox-content .endpoint-details .error-section .error-message[data-v-33f9380b]{margin-top:1rem}.sandbox-content .endpoint-details .error-section .error-message .error-content[data-v-33f9380b]{align-items:flex-start;gap:1rem;display:flex}.sandbox-content .endpoint-details .error-section .error-message .error-content i[data-v-33f9380b]{margin-top:.125rem;font-size:1.25rem}.sandbox-content .no-selection[data-v-33f9380b]{background:var(--surface-card);flex:1;justify-content:center;align-items:center;display:flex}.sandbox-content .no-selection .no-selection-content[data-v-33f9380b]{text-align:center;max-width:400px;padding:2rem}.sandbox-content .no-selection .no-selection-content h3[data-v-33f9380b]{color:var(--text-color);margin:1rem 0 .5rem}.sandbox-content .no-selection .no-selection-content p[data-v-33f9380b]{color:var(--text-color-secondary);margin-bottom:1.5rem}.login-dialog .p-dialog-content[data-v-33f9380b]{padding:0!important}.login-dialog .login-form[data-v-33f9380b]{padding:1.5rem}.login-dialog .login-form .field[data-v-33f9380b]{margin-bottom:1.5rem}.login-dialog .login-form .field label[data-v-33f9380b]{color:var(--text-color);margin-bottom:.5rem;font-weight:600;display:block}.quick-start-content[data-v-33f9380b]{line-height:1.6}.quick-start-content h4[data-v-33f9380b]{color:var(--text-color);margin:1.5rem 0 .5rem}.quick-start-content h4[data-v-33f9380b]:first-child{margin-top:0}.quick-start-content ol[data-v-33f9380b]{margin:.5rem 0;padding-left:1.5rem}.quick-start-content ol li[data-v-33f9380b]{margin-bottom:.5rem}.quick-start-content code[data-v-33f9380b]{background:var(--surface-100);border-radius:4px;padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:.875rem}.code-editor[data-v-33f9380b]{width:100%;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;background:var(--surface-ground)!important}.response-output[data-v-33f9380b]{background:var(--surface-ground)!important}.json-key{color:#06c!important;font-weight:600!important}.json-string{color:green!important}.json-number{color:#a0a!important;font-weight:600!important}.json-integer{color:#9932cc!important;font-weight:600!important}.json-float{color:#8a2be2!important;font-weight:600!important}.json-boolean{color:#ff8c00!important;font-weight:600!important}.json-null{color:#dc143c!important;font-weight:600!important}.json-bracket,.json-comma{color:var(--text-color)!important;font-weight:600!important}.json-error{color:#dc143c!important;font-style:italic!important}.json-viewer[data-v-33f9380b]{background:linear-gradient(90deg, var(--surface-ground) 0%, var(--surface-card) 100%);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.json-viewer[data-v-33f9380b]::-webkit-scrollbar{width:8px}.json-viewer[data-v-33f9380b]::-webkit-scrollbar-track{background:var(--surface-border);border-radius:4px}.json-viewer[data-v-33f9380b]::-webkit-scrollbar-thumb{background:var(--primary-300);border-radius:4px}.json-viewer[data-v-33f9380b]::-webkit-scrollbar-thumb:hover{background:var(--primary-400)}.json-viewer pre[data-v-33f9380b]{animation:.3s ease-in-out fadeIn-33f9380b}@keyframes fadeIn-33f9380b{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1201px){.sandbox-content[data-v-33f9380b]{flex-wrap:nowrap}.sandbox-content .endpoints-sidebar[data-v-33f9380b]{flex-shrink:0;width:350px}.sandbox-content .main-content-wrapper[data-v-33f9380b]{flex:1;min-width:auto}}@media (max-width:1200px) and (min-width:769px){.sandbox-content[data-v-33f9380b]{flex-wrap:nowrap}.sandbox-content .endpoints-sidebar[data-v-33f9380b]{flex-shrink:0;width:320px}.sandbox-content .main-content-wrapper[data-v-33f9380b]{flex:1;min-width:auto}}@media (max-width:1024px) and (min-width:601px){.sandbox-content[data-v-33f9380b]{height:auto;min-height:100%}.sandbox-content .endpoints-sidebar[data-v-33f9380b]{border-right:none;border-bottom:1px solid var(--surface-border);flex-shrink:0;width:100%;height:300px}.sandbox-content .main-content-wrapper[data-v-33f9380b]{width:100%;min-width:100%;height:calc(100% - 300px)}.header[data-v-33f9380b],.header-left[data-v-33f9380b]{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.sandbox-content[data-v-33f9380b]{flex-direction:column;height:auto;min-height:100%}.sandbox-content .endpoints-sidebar[data-v-33f9380b]{border-right:none;border-bottom:1px solid var(--surface-border);flex-shrink:0;width:100%;height:300px}.sandbox-content .main-content-wrapper[data-v-33f9380b]{width:100%;min-width:100%;height:calc(100% - 300px)}.header[data-v-33f9380b],.header-left[data-v-33f9380b]{flex-direction:column;align-items:flex-start;gap:1rem}.param-row[data-v-33f9380b]{flex-direction:column}.table-row[data-v-33f9380b]{grid-template-columns:1fr;gap:.5rem}.action-buttons[data-v-33f9380b]{flex-direction:column}.response-header[data-v-33f9380b]{flex-direction:column;align-items:flex-start;gap:1rem}.params-grid .param-row[data-v-33f9380b]{flex-direction:column}.params-grid .param-row .param-info[data-v-33f9380b],.params-grid .param-row .param-input[data-v-33f9380b]{min-width:100%}.query-params-table .table-header[data-v-33f9380b],.query-params-table .table-row[data-v-33f9380b]{grid-template-columns:1fr;gap:.5rem}}@media (max-width:480px){.header[data-v-33f9380b]{padding:.75rem 1rem}.header h1[data-v-33f9380b]{font-size:1.25rem}.endpoint-title[data-v-33f9380b],.auth-warning-content[data-v-33f9380b]{flex-direction:column;align-items:flex-start;gap:.5rem}}
