.playground-module__Lp3nQa__modeSelector{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.playground-module__Lp3nQa__modeBtn{background:var(--bg-secondary);border:2px solid var(--border-subtle);color:var(--text-primary);text-align:left;transition:all var(--transition-fast);cursor:pointer;border-radius:12px;flex-direction:column;align-items:flex-start;gap:8px;padding:20px;font-size:16px;font-weight:600;display:flex}.playground-module__Lp3nQa__modeBtn:hover:not(:disabled){border-color:var(--border-default);background:var(--bg-tertiary)}.playground-module__Lp3nQa__modeBtn:disabled{opacity:.5;cursor:not-allowed}.playground-module__Lp3nQa__modeBtn.playground-module__Lp3nQa__modeBtnActive{border-color:var(--accent-primary);background:#3b82f61a}.playground-module__Lp3nQa__modeBtn svg{width:24px;height:24px;color:var(--text-tertiary)}.playground-module__Lp3nQa__modeBtn.playground-module__Lp3nQa__modeBtnActive svg{color:var(--accent-primary)}.playground-module__Lp3nQa__modeBtn span{color:var(--text-tertiary);font-size:13px;font-weight:400}.playground-module__Lp3nQa__formSelect{background:var(--bg-secondary);border:1px solid var(--border-default);width:100%;color:var(--text-primary);cursor:pointer;border-radius:8px;padding:12px 16px;font-size:15px}.playground-module__Lp3nQa__formSelect:focus{border-color:var(--accent-primary);outline:none}.playground-module__Lp3nQa__endpointDisplay{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:10px;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;display:flex}.playground-module__Lp3nQa__methodBadge{color:#fff;text-transform:uppercase;background:#22c55e;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700}.playground-module__Lp3nQa__endpointDisplay code{font-family:var(--font-mono);color:var(--text-primary);flex:1;font-size:14px}.playground-module__Lp3nQa__copyBtn{background:var(--bg-hover);color:var(--text-secondary);transition:all var(--transition-fast);border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.playground-module__Lp3nQa__copyBtn:hover{background:var(--accent-primary);color:#fff}.playground-module__Lp3nQa__copyBtn svg{width:14px;height:14px}.playground-module__Lp3nQa__headersSection{margin-bottom:16px}.playground-module__Lp3nQa__headersSection h4{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;font-size:13px;font-weight:600}.playground-module__Lp3nQa__headerRow{background:var(--bg-tertiary);border-radius:8px;align-items:center;gap:8px;padding:10px 14px;display:flex}.playground-module__Lp3nQa__headerKey{font-family:var(--font-mono);color:var(--text-secondary);font-size:13px;font-weight:600}.playground-module__Lp3nQa__headerValue{font-family:var(--font-mono);color:var(--accent-primary);font-size:13px}.playground-module__Lp3nQa__bodySection{margin-bottom:16px}.playground-module__Lp3nQa__bodyHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.playground-module__Lp3nQa__bodyHeader h4{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:13px;font-weight:600}.playground-module__Lp3nQa__resetBtn{background:var(--bg-hover);color:var(--text-tertiary);transition:all var(--transition-fast);border-radius:4px;padding:4px 10px;font-size:12px}.playground-module__Lp3nQa__resetBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.playground-module__Lp3nQa__bodyEditor{background:var(--bg-secondary);border:1px solid var(--border-default);width:100%;font-family:var(--font-mono);color:var(--text-primary);resize:vertical;border-radius:10px;padding:16px;font-size:13px;line-height:1.6}.playground-module__Lp3nQa__bodyEditor:focus{border-color:var(--accent-primary);outline:none}.playground-module__Lp3nQa__sendBtn{background:var(--accent-primary);color:#fff;width:100%;transition:all var(--transition-fast);border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-bottom:24px;padding:14px 24px;font-size:15px;font-weight:600;display:flex}.playground-module__Lp3nQa__sendBtn:hover:not(:disabled){background:var(--accent-hover)}.playground-module__Lp3nQa__sendBtn:disabled{opacity:.6;cursor:not-allowed}.playground-module__Lp3nQa__sendBtn svg{width:18px;height:18px}.playground-module__Lp3nQa__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite playground-module__Lp3nQa__spin}@keyframes playground-module__Lp3nQa__spin{to{transform:rotate(360deg)}}.playground-module__Lp3nQa__curlSection{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:10px;overflow:hidden}.playground-module__Lp3nQa__curlHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.playground-module__Lp3nQa__curlHeader span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.playground-module__Lp3nQa__curlCode{font-family:var(--font-mono);color:var(--text-primary);white-space:pre-wrap;word-break:break-all;margin:0;padding:16px;font-size:12px;line-height:1.6;overflow-x:auto}.playground-module__Lp3nQa__responseContainer{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:10px;overflow:hidden}.playground-module__Lp3nQa__statusLine{background:var(--bg-tertiary);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.playground-module__Lp3nQa__statusSuccess{color:#22c55e;background:#22c55e26;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:600}.playground-module__Lp3nQa__statusError{color:#ef4444;background:#ef444426;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:600}.playground-module__Lp3nQa__responseTime{color:var(--text-tertiary);font-size:13px}.playground-module__Lp3nQa__responseBody{border-top:1px solid var(--border-subtle)}.playground-module__Lp3nQa__responseHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.playground-module__Lp3nQa__responseHeader span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.playground-module__Lp3nQa__responseCode{font-family:var(--font-mono);color:var(--text-primary);margin:0;padding:16px;font-size:13px;line-height:1.6;overflow-x:auto}.playground-module__Lp3nQa__errorBox{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:12px;padding:16px;font-size:14px;display:flex}.playground-module__Lp3nQa__errorBox svg{flex-shrink:0;width:20px;height:20px}.playground-module__Lp3nQa__emptyResponse{background:var(--bg-secondary);border:1px dashed var(--border-default);text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.playground-module__Lp3nQa__emptyResponse svg{width:40px;height:40px;color:var(--text-tertiary)}.playground-module__Lp3nQa__emptyResponse p{color:var(--text-tertiary);margin:0;font-size:14px}@media (max-width:600px){.playground-module__Lp3nQa__modeSelector{grid-template-columns:1fr}.playground-module__Lp3nQa__endpointDisplay{flex-wrap:wrap}.playground-module__Lp3nQa__endpointDisplay code{word-break:break-all;order:3;width:100%;margin-top:8px;font-size:12px}}
