.method-badge.svelte-1gnwtjz{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:.25rem;color:#fff;text-transform:uppercase;font-family:ui-monospace,monospace;white-space:nowrap;flex-shrink:0}.method-badge-sm.svelte-1gnwtjz{padding:.125rem .375rem;font-size:.625rem;line-height:1}.method-badge-md.svelte-1gnwtjz{padding:.25rem .5rem;font-size:.75rem;line-height:1}.method-badge-lg.svelte-1gnwtjz{padding:.375rem .625rem;font-size:.875rem;line-height:1.25}.method-badge.method-get.svelte-1gnwtjz{background-color:var(--method-get)}.method-badge.method-post.svelte-1gnwtjz{background-color:var(--method-post)}.method-badge.method-put.svelte-1gnwtjz{background-color:var(--method-put)}.method-badge.method-patch.svelte-1gnwtjz{background-color:var(--method-patch)}.method-badge.method-delete.svelte-1gnwtjz{background-color:var(--method-delete)}.method-badge.method-head.svelte-1gnwtjz{background-color:var(--method-head)}.method-badge.method-options.svelte-1gnwtjz{background-color:var(--method-options)}.method-badge.svelte-1gnwtjz:not([class*=method-get]):not([class*=method-post]):not([class*=method-put]):not([class*=method-patch]):not([class*=method-delete]):not([class*=method-head]):not([class*=method-options]){background-color:var(--method-default)}.command-header.svelte-4vb31{background:var(--color-secondary);color:var(--color-foreground);padding:0;display:flex;align-items:stretch;border-bottom:1px solid var(--color-border);position:relative;z-index:10;min-height:60px;height:auto;width:100dvw}.selector-container.svelte-4vb31{flex:1;min-width:0;position:relative;display:flex;align-items:center;padding:.25rem .5rem}@media(min-width:768px){.selector-container.svelte-4vb31{padding:1rem 1.5rem}}.field-info-container.svelte-1mjnbvr{position:relative;display:inline-block}.info-button.svelte-1mjnbvr{background:none;border:none;color:var(--color-muted-foreground);cursor:pointer;padding:2px;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s;width:18px;height:18px;flex-shrink:0}.info-button.svelte-1mjnbvr:hover{color:var(--color-primary);background:var(--color-muted)}.field-info-popover.svelte-1mjnbvr{position:absolute;background:var(--color-background);border:1px solid var(--color-border);border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;width:400px;max-width:90vw;max-height:400px;padding:0;margin:0;inset:auto;left:anchor(right);top:anchor(top);opacity:0;transform:scale(.95) translateY(-8px);transition:opacity .2s ease-out,transform .2s ease-out,overlay .2s ease-out allow-discrete,display .2s ease-out allow-discrete;&:popover-open{display:flex;flex-direction:column;opacity:1;transform:scale(1) translateY(0)}@starting-style{&:popover-open{opacity:0;transform:scale(.95) translateY(-8px)}}}.popover-header.svelte-1mjnbvr{padding:12px 16px;border-bottom:1px solid var(--color-border);background:var(--color-muted);display:flex;justify-content:space-between;align-items:center}.popover-header.svelte-1mjnbvr h4:where(.svelte-1mjnbvr){margin:0;font-size:14px;font-weight:600;color:var(--color-foreground)}.popover-content.svelte-1mjnbvr{padding:12px;overflow-y:auto;flex:1}.popover-content.svelte-1mjnbvr pre:where(.svelte-1mjnbvr){margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.4;color:var(--color-foreground);white-space:pre-wrap;word-break:break-word}.popover-content.svelte-1mjnbvr code:where(.svelte-1mjnbvr){background:none;padding:0;border:none;font-family:inherit}.form-label{display:flex;align-items:center;gap:4px;margin-bottom:4px;font-size:.875rem;font-weight:500}.required.svelte-1pzz7d6{color:var(--color-destructive)}.param-type.svelte-1pzz7d6{color:var(--color-muted-foreground);font-family:Monaco,Menlo,monospace;background:var(--color-muted);padding:2px 6px;border-radius:3px;font-size:11px}.object-input.svelte-1gumq3z{border:1px solid var(--color-border);border-radius:6px;padding:16px;background:var(--color-muted)}.object-header.svelte-1gumq3z{margin-bottom:16px}.field-description.svelte-1gumq3z{color:var(--color-muted-foreground);font-weight:400;font-style:italic;font-size:13px}.object-properties.svelte-1gumq3z{display:flex;flex-direction:column;gap:16px}.object-property.svelte-1gumq3z{background:var(--color-background);padding:12px;border-radius:4px;border:1px solid var(--color-border)}.form-field.svelte-4dc8r6{width:100%}.param-description.svelte-4dc8r6{color:var(--color-muted-foreground);font-size:13px;margin-top:4px}.array-string-inputs.svelte-1jmh4py{display:flex;flex-direction:column;gap:8px}.array-inputs-container.svelte-1jmh4py{display:flex;flex-direction:column;gap:6px}.array-item-wrapper.svelte-1jmh4py{display:flex;align-items:center;gap:8px}.remove-array-item-btn.svelte-1jmh4py{padding:4px 8px;border:1px solid #dc2626;background:#fff;color:#dc2626;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s;flex-shrink:0}.remove-array-item-btn.svelte-1jmh4py:hover{background:#dc2626;color:#fff}.array-controls.svelte-1jmh4py{display:flex;gap:8px}.add-array-item-btn.svelte-1jmh4py{padding:6px 12px;border:1px solid #3b82f6;background:#fff;color:#3b82f6;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.add-array-item-btn.svelte-1jmh4py:hover{background:#3b82f6;color:#fff}.form-field.svelte-nj3wdp{margin-bottom:16px}.checkbox-wrapper.svelte-nj3wdp{display:flex;align-items:center;gap:8px}.param-description.svelte-nj3wdp{color:var(--color-muted-foreground);font-size:13px;margin-top:4px}.form-parameters-section.svelte-4txxvg{display:flex;flex-direction:column}.parameter-fields.svelte-4txxvg{display:flex;flex-direction:column;gap:20px}.request-body-section.svelte-1238m7d{margin-top:20px}.request-body-fields.svelte-1238m7d{display:flex;flex-direction:column;gap:20px}.form-group.svelte-1238m7d{display:flex;flex-direction:column;gap:6px}.endpoint-form.svelte-1yrgwjr{padding:1.5rem 2rem 3rem}.empty-form-state.svelte-1yrgwjr{display:flex;align-items:center;justify-content:center;gap:.75rem;height:100%;max-width:500px;margin:0 auto;padding:2rem}.placeholder-icon.svelte-1yrgwjr{width:3rem;height:3rem;color:var(--color-success);flex-shrink:0}.placeholder-icon.svelte-1yrgwjr svg{width:100%;height:100%}.placeholder-text.svelte-1yrgwjr h3:where(.svelte-1yrgwjr){margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.placeholder-text.svelte-1yrgwjr p:where(.svelte-1yrgwjr){margin:0;font-size:.875rem;color:var(--color-muted-foreground);line-height:1.5;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.placeholder-text.svelte-1yrgwjr .inline-icon{width:1rem;height:1rem;color:var(--color-muted-foreground);display:inline;vertical-align:middle}@media(max-width:768px){.empty-form-state.svelte-1yrgwjr{flex-direction:column;text-align:center}.placeholder-text.svelte-1yrgwjr p:where(.svelte-1yrgwjr){justify-content:center}}.tooltip-button.svelte-znm0v9{width:44px;height:44px;border:none;border-radius:8px;background:var(--color-background);color:var(--color-muted-foreground);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;position:relative;text-decoration:none;&:hover:not(:disabled){background:var(--color-muted);color:var(--color-foreground);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}&:focus{outline:2px solid var(--wpengine-lapis-600);outline-offset:2px;&:not(:disabled){background:var(--color-muted);color:var(--color-foreground);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}}&:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 3px #0000001a}&:disabled{opacity:.4;cursor:not-allowed;transform:none}&.send-button{background:var(--method-color);color:var( --color-surface-muted );&:hover:not(:disabled),&:focus:not(:disabled){background:var(--method-color);filter:brightness(1.1)}&:hover:not(:disabled) svg,&:focus:not(:disabled) svg{filter:brightness(1.3)}&:disabled{background:var(--method-color);color:#fff;opacity:.6}}&.reset-button{color:var(--color-muted-foreground);&:hover:not(:disabled),&:focus:not(:disabled){background:var(--wpengine-cherry-50);color:var(--color-destructive)}}&.future-button{opacity:.3}}.tooltip-container.svelte-znm0v9{position:absolute;inset:auto;margin:0;right:3rem;top:anchor(center);right:calc(anchor(left) + .5rem);transform:translateY(-50%);z-index:9999;padding:0 8px 0 0;border:none;background:transparent;outline:none;&:popover-open{display:block}}.tooltip-popover.svelte-znm0v9{background:var(--color-foreground);color:var(--color-background);padding:.5rem .75rem;border-radius:6px;font-size:.75rem;white-space:nowrap;border:none;box-shadow:0 4px 12px #00000026;position:relative;&:before{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:6px 0 6px 6px;border-color:transparent transparent transparent var(--color-background);z-index:10000}}.action-panel.svelte-1fp2x3d{flex:0 0 auto;width:60px;height:100%;background:var(--color-secondary);border-left:1px solid var(--color-border);display:grid;grid-template-rows:1fr;grid-template-areas:"actions";align-items:start;justify-items:center;padding:1rem 0;overflow:visible}.action-buttons.svelte-1fp2x3d{grid-area:actions;display:grid;grid-template-rows:repeat(auto-fit,minmax(44px,auto));gap:.75rem;justify-items:center;align-items:center;width:100%}.action-icon{width:20px;height:20px;stroke-width:2;&.loading{animation:svelte-1fp2x3d-spin 1.5s linear infinite}}.action-divider.svelte-1fp2x3d{height:1px;width:24px;background-color:var(--color-border);margin:.5rem 0}.docs-button:hover,.docs-button:focus{color:var(--wpengine-lapis-600)}@keyframes svelte-1fp2x3d-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.action-panel.svelte-1fp2x3d{width:100%;height:auto;grid-template-columns:1fr;grid-template-areas:"actions";padding:1rem;border-left:none;border-top:1px solid var(--color-border)}.action-buttons.svelte-1fp2x3d{grid-template-columns:repeat(auto-fit,minmax(44px,1fr));grid-template-rows:none;max-width:300px;margin:0 auto}.action-divider.svelte-1fp2x3d{height:24px;width:1px}}.modal-border{border:2px solid var(--color-destructive)}.warning-icon.svelte-4ff568{display:flex;justify-content:center;margin-bottom:1rem}.warning-icon.svelte-4ff568 svg{color:var(--color-destructive);stroke:var(--color-destructive);animation:svelte-4ff568-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes svelte-4ff568-pulse{0%,to{opacity:1}50%{opacity:.7}}.title-text.svelte-4ff568{display:block;text-align:center;font-size:1.25rem;font-weight:700;color:var(--color-foreground);margin-bottom:.5rem}.warning-details.svelte-4ff568{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.emphasis.svelte-4ff568{font-size:.95rem;line-height:1.6}.inline-badge{display:inline;vertical-align:baseline}.production-badge.svelte-4ff568{color:var(--color-destructive);font-weight:700;text-transform:uppercase}.endpoint-display.svelte-4ff568{background-color:var(--color-muted);padding:.75rem;border-radius:.375rem;border-left:4px solid var(--color-destructive)}.endpoint-path.svelte-4ff568{font-family:monospace;font-size:.875rem;color:var(--color-foreground);word-break:break-all}.warning-message.svelte-4ff568{font-size:.9rem;color:var(--color-muted-foreground)}.irreversible-warning.svelte-4ff568{font-size:.95rem;color:var(--color-destructive);text-align:center;padding:.75rem;background-color:color-mix(in srgb,var(--color-destructive) 10%,transparent);border-radius:.375rem}.suppression-options.svelte-4ff568{padding:1rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.checkbox-container.svelte-4ff568{display:flex;align-items:center;gap:.75rem}.suppress-label.svelte-4ff568{font-size:.9rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;cursor:pointer;user-select:none}.duration-select.svelte-4ff568{padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:.25rem;background-color:var(--color-background);color:var(--color-foreground);font-size:.875rem;cursor:pointer}.duration-select.svelte-4ff568:disabled{opacity:.5;cursor:not-allowed}.footer-buttons.svelte-4ff568{display:flex;gap:.5rem;width:100%;justify-content:flex-end;margin-top:1rem}.confirm-button{min-width:200px}.response-status.svelte-1seolfm{display:flex;align-items:center;gap:.75rem}.status-badge.svelte-1seolfm{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;color:var(--color-background);white-space:nowrap}.status-0xx.svelte-1seolfm{background-color:var(--color-muted-foreground)}.status-2xx.svelte-1seolfm{background-color:var(--color-success)}.status-3xx.svelte-1seolfm{background-color:var(--color-warning)}.status-4xx.svelte-1seolfm{background-color:var(--wpengine-sunset-600)}.status-5xx.svelte-1seolfm{background-color:var(--color-destructive)}.response-time.svelte-1seolfm,.response-size.svelte-1seolfm{font-size:.8125rem;color:var(--color-muted-foreground);font-weight:500}.highlighted-code.svelte-1lar0ex{margin:0;padding:0;overflow:auto}.highlighted-code.svelte-1lar0ex pre{margin:0;padding:1.5rem;background:var(--color-background)!important;font-size:.8125rem;line-height:1.5;border:none;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;white-space:pre-wrap;word-break:break-word;overflow:visible}.highlighted-code.svelte-1lar0ex code{font-family:inherit;background:none;padding:0}.highlighted-code.svelte-1lar0ex pre code{display:block}.response-body.svelte-qcau0s{overflow-y:auto}.empty-response.svelte-qcau0s{padding:2rem 1rem;display:flex;align-items:center;justify-content:center;color:var(--color-muted-foreground);font-style:italic}.empty-response.svelte-qcau0s p:where(.svelte-qcau0s){margin:0}.highlighted-headers.svelte-1m83cvq{margin:0;padding:0;overflow:auto}.highlighted-headers.svelte-1m83cvq pre{margin:0;padding:1.5rem;background:var(--color-background)!important;font-size:.8125rem;line-height:1.5;border:none;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;white-space:pre-wrap;word-break:break-word;overflow:visible}.highlighted-headers.svelte-1m83cvq code{font-family:inherit;background:none;padding:0}.highlighted-headers.svelte-1m83cvq pre code{display:block}.response-panel.svelte-jf54wm{height:100%;max-height:100%;overflow:hidden;display:flex;flex-direction:column;background:var(--color-background);min-height:0}.response-header-with-tabs.svelte-jf54wm{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:.75rem 1.5rem;background:var(--color-secondary);border-bottom:1px solid var(--color-border);flex-shrink:0;gap:1rem}.response-meta.svelte-jf54wm{display:flex;align-items:center;gap:1rem}.response-meta.svelte-jf54wm h4:where(.svelte-jf54wm){margin:0;font-size:1rem;font-weight:600;color:var(--color-foreground)}.empty-response.svelte-jf54wm{height:100%;flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-muted-foreground);font-style:italic}.form-section.svelte-lfs8vj{overflow-y:auto}.response-section.svelte-tcuxwc{display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden}.resize-handle.svelte-1xcgx2s{height:6px;background:var(--color-border);cursor:row-resize;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;user-select:none;border:none;width:100%;padding:0}.resize-handle.svelte-1xcgx2s:hover,.resize-handle.resizing.svelte-1xcgx2s{background:var(--color-border)}.resize-handle.svelte-1xcgx2s:before{content:"";width:40px;height:2px;background:var(--color-muted-foreground);border-radius:1px;transition:background-color .2s ease}.resize-handle.svelte-1xcgx2s:hover:before,.resize-handle.resizing.svelte-1xcgx2s:before{background:var(--color-muted-foreground)}.empty-state.svelte-1cb2na0{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--color-background)}.empty-state-content.svelte-1cb2na0{text-align:center;max-width:400px}.empty-state-content.svelte-1cb2na0 .empty-state-icon{width:4rem;height:4rem;color:var(--color-muted-foreground);margin:0 auto 1rem}.empty-state.svelte-1cb2na0 h3:where(.svelte-1cb2na0){margin:0 0 .5rem;color:var(--color-foreground);font-size:1.25rem;font-weight:600}.empty-state.svelte-1cb2na0 p:where(.svelte-1cb2na0){margin:0 0 1.5rem;color:var(--color-muted-foreground);line-height:1.5}.quick-tips.svelte-1cb2na0{background:var(--color-muted);border:1px solid var(--color-border);border-radius:8px;padding:1rem;text-align:left}.quick-tips.svelte-1cb2na0 h4:where(.svelte-1cb2na0){margin:0 0 .5rem;color:var(--color-foreground);font-size:.875rem;font-weight:600}.quick-tips.svelte-1cb2na0 ul:where(.svelte-1cb2na0){margin:0;padding-left:1.25rem;color:var(--color-muted-foreground);font-size:.875rem;line-height:1.5}.quick-tips.svelte-1cb2na0 li:where(.svelte-1cb2na0){margin-bottom:.25rem}.playground-container.svelte-1qhaoyr{flex:1;display:grid;grid-template-rows:auto 1fr;grid-template-columns:1fr 60px;grid-template-areas:"header header" "workspace actions";height:100%;background:var(--color-secondary);overflow:hidden;gap:0}.playground-container.svelte-1qhaoyr .command-header{grid-area:header}.workspace-grid.svelte-1qhaoyr{grid-area:workspace;height:100%;display:grid;grid-template-rows:1fr;overflow:hidden;min-height:0}.workspace-grid.has-response.svelte-1qhaoyr{grid-template-rows:calc(100% - var(--response-height)) auto var(--response-height)}.playground-container.svelte-1qhaoyr .action-panel{grid-area:actions}@media(max-width:768px){.playground-container.svelte-1qhaoyr{grid-template-rows:auto 1fr auto;grid-template-columns:1fr;grid-template-areas:"header" "workspace" "actions"}.playground-container.svelte-1qhaoyr .action-panel{height:auto;width:100%;flex-direction:row;justify-content:center;padding:1rem}}.login-prompt.svelte-w5w6sa{display:flex;align-items:center;justify-content:center;padding:2rem;margin:2rem 0}.login-card.svelte-w5w6sa{background:var(--color-card);border-radius:16px;padding:3rem 2.5rem;max-width:480px;box-shadow:0 4px 6px -1px #0000001a;text-align:center}.login-icon.svelte-w5w6sa{width:64px;height:64px;margin:0 auto 1.5rem;background:var(--wpengine-lapis-700);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.login-title.svelte-w5w6sa{font-size:1.75rem;font-weight:700;color:var(--color-foreground);margin:0 0 1rem;line-height:1.2}.login-description.svelte-w5w6sa{font-size:1rem;color:var(--color-secondary-foreground);margin:0 0 2rem;line-height:1.6}.error-banner.svelte-w5w6sa{background-color:var(--wpengine-cherry-1100);border:1px solid var(--color-destructive);border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:var(--wpengine-cherry-300);text-align:left}.error-banner.svelte-w5w6sa strong:where(.svelte-w5w6sa){display:block;margin-bottom:.5rem}.login-button.svelte-w5w6sa{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:var(--wpengine-lapis-700);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0003}.login-button.svelte-w5w6sa:hover:not([disabled]){transform:translateY(-2px);box-shadow:0 8px 12px -2px #0000004d}.login-button.svelte-w5w6sa:active:not([disabled]){transform:translateY(0)}.login-button.svelte-w5w6sa:disabled{opacity:.7;cursor:not-allowed}.login-button.svelte-w5w6sa:focus-visible{outline:3px solid var(--color-ring);outline-offset:2px}.login-button.svelte-w5w6sa .login-arrow{width:20px;height:20px;flex-shrink:0}.spinner.svelte-w5w6sa{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--color-background);border-radius:50%;animation:svelte-w5w6sa-spin .8s linear infinite;flex-shrink:0}@keyframes svelte-w5w6sa-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.login-prompt.svelte-w5w6sa{padding:1rem;margin:1rem 0}.login-card.svelte-w5w6sa{padding:2rem 1.5rem}.login-title.svelte-w5w6sa{font-size:1.5rem}.login-description.svelte-w5w6sa{font-size:.9375rem}}
