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