.api-explorer{display:grid;gap:14px;padding:19px;border:1px solid rgba(22,119,255,.16);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(215,240,255,.45));box-shadow:10px 12px 25px rgba(30,88,147,.08)}.api-explorer label{display:grid;gap:6px;color:#466b8b;font-size:11px;font-weight:800}.api-explorer input,.api-explorer select,.api-explorer textarea{width:100%;padding:11px 12px;border:1px solid rgba(38,141,243,.18);border-radius:11px;background:rgba(255,255,255,.88);color:#183b61;font:inherit;outline:none}.api-explorer textarea{resize:vertical}.api-explorer-fields{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.api-explorer-fields+.api-explorer-fields{grid-template-columns:1fr auto;align-items:center}.api-explorer .explorer-stream{display:flex;align-items:center;gap:7px}.api-explorer .explorer-stream input{width:auto}.api-explorer-actions{display:flex;flex-wrap:wrap;gap:9px}.api-explorer-actions .button{min-height:40px}.api-explorer #explorer-status{margin:0;color:#587694;font-size:12px}.api-explorer #explorer-output{max-height:330px;margin:0;overflow:auto;padding:13px;border-radius:12px;background:#0d2d58;color:#dff3ff;font:11px/1.6 'IBM Plex Mono',monospace;white-space:pre-wrap}@media(max-width:760px){.api-explorer-fields,.api-explorer-fields+.api-explorer-fields{grid-template-columns:1fr}.api-explorer-actions{align-items:stretch;flex-direction:column}.api-explorer-actions .button{width:100%}}
