.workspace-panel{padding:36px;max-width:1400px;margin:0 auto}.workspace-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:30px}.workspace-heading h1{margin:6px 0;color:#172033}.workspace-heading p{margin:0;color:#64748b}.playground-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:20px;gap:20px}.request-card,.response-card{padding:24px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.request-card{display:grid;grid-gap:18px;gap:18px}.request-card label{display:grid;grid-gap:7px;gap:7px;color:#334155;font-size:12px;font-weight:700}.request-card input,.request-card select,.request-card textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:9px;padding:10px 11px;background:#fff;color:#172033;font:inherit;font-size:13px}.request-card textarea{min-height:145px;resize:vertical;font-family:ui-monospace,monospace;font-size:12px}.field-row,.json-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.request-url{display:flex;align-items:center;gap:12px;padding:14px;background:#f8fafc;border-radius:10px}.request-url code{font-size:12px;color:#334155;word-break:break-all}.method{font-size:11px;font-weight:800}.method-get{color:#047857}.method-post{color:#2563eb}.method-delete{color:#dc2626}.response-card{min-height:430px;background:#172033;color:#dbeafe}.response-card h2{color:#fff;margin:6px 0}.response-head{display:flex;justify-content:space-between;gap:12px}.response-card pre{margin-top:22px;padding:18px;max-height:520px;overflow:auto;border-radius:10px;background:#0e1627;color:#b9f6d0;font-size:12px;line-height:1.55}.response-empty{display:grid;place-items:center;min-height:300px;text-align:center;color:#94a3b8;font-size:13px}.send-button{justify-self:start}.scenario-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:20px;gap:20px;align-items:start}.scenario-list{display:grid;grid-gap:10px;gap:10px}.scenario-row{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.scenario-status{width:9px;height:9px;border-radius:50%;background:#ef4444}.scenario-status[data-enabled=true]{background:#10b981}.scenario-info{flex:1 1;display:grid;grid-gap:4px;gap:4px}.scenario-info strong{color:#172033}.scenario-info small,.scenario-info span{color:#64748b;font-size:12px}.text-button{border:0;background:transparent;color:#2563eb;cursor:pointer;font-size:12px}.danger-text{color:#dc2626}.scenario-form h2{margin:0;color:#172033;font-size:19px}.check-row{display:flex;gap:18px}.check-row label{display:flex;align-items:center;gap:8px}.check-row input{width:auto}.form-actions{display:flex;justify-content:space-between;gap:12px}@media(max-width:900px){.playground-grid,.scenario-layout{grid-template-columns:1fr}.workspace-panel{padding:20px}}@media(max-width:600px){.field-row,.json-grid{grid-template-columns:1fr}.workspace-heading{flex-direction:column}.scenario-row{align-items:flex-start;flex-wrap:wrap}.scenario-info{min-width:70%}}.workspace-shell{display:flex;min-height:100vh;background:#f8fafc}.workspace-main{flex:1 1;min-width:0}.workspace-shell .sidebar{min-height:100vh;position:-webkit-sticky;position:sticky;top:0;align-self:flex-start}