.execution-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.execution-panel,.execution-side{min-width:0}.execution-panel{padding:24px;border:1px solid rgba(203,213,225,.82);border-radius:9px;background:#ffffffeb;box-shadow:var(--soft-shadow)}.execution-panel h1{margin:12px 0 0;font-size:clamp(34px,5vw,56px);line-height:1.02;font-weight:920;letter-spacing:0}.execution-panel p{margin:14px 0 0;color:#475569;line-height:1.7}.runtime-error-message{min-width:0;display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:10px 12px;border:1px solid rgba(248,113,113,.28);border-radius:7px;color:#991b1b;background:#fef2f2e0;font-size:13px;font-weight:800}.runtime-error-message span{min-width:0;overflow-wrap:anywhere}.runtime-error-symbol{width:18px;height:18px;display:inline-grid;flex:0 0 auto;place-items:center;border-radius:999px;background:#991b1b;color:#fff;font-size:12px;font-weight:900;line-height:1}.execution-mode-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.execution-mode-strip span{min-height:28px;padding:6px 10px;border:1px solid rgba(29,78,216,.14);border-radius:999px;color:#1e3a8a;background:#eff6ff;font-size:12px;font-weight:850}.execution-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.execution-panel textarea{width:100%;min-height:180px;margin-top:18px;padding:12px;border:1px solid rgba(148,163,184,.46);border-radius:9px;color:#0f172a;background:#fff;resize:vertical;outline:none;line-height:1.55}.execution-input-row{display:grid;gap:7px;margin-top:14px;color:#475569;font-size:12px;font-weight:800}.execution-input-row input,.execution-input-row select{width:100%;min-height:42px;padding:0 11px;border:1px solid rgba(148,163,184,.46);border-radius:9px;color:#0f172a;background:#fff;outline:none}.execution-input-row textarea{width:100%;min-height:96px;padding:10px 11px;border:1px solid rgba(148,163,184,.46);border-radius:9px;color:#0f172a;background:#fff;resize:vertical;outline:none;line-height:1.45}.execution-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.execution-store-status{display:flex;align-items:center;gap:7px;min-height:30px;margin-top:12px;padding:7px 9px;border:1px solid rgba(20,184,166,.2);border-radius:8px;color:#0f766e;background:#f0fdfa;font-size:12px;font-weight:800;overflow-wrap:anywhere}.execution-store-status span{min-width:0}.execution-store-readiness{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px;padding:10px;border:1px solid rgba(59,130,246,.18);border-radius:8px;color:#1e3a8a;background:#eff6ff;font-size:12px}.execution-store-readiness strong,.execution-store-readiness small,.execution-store-readiness code{grid-column:1 / -1}.execution-store-readiness strong{color:#0f172a;font-size:13px;font-weight:900}.execution-store-readiness span{min-width:0;padding:6px 7px;border:1px solid rgba(37,99,235,.13);border-radius:7px;background:#ffffff9e;font-weight:800;overflow-wrap:anywhere}.execution-store-readiness small,.execution-store-readiness code{color:#334155;line-height:1.45;overflow-wrap:anywhere}.execution-store-readiness code{padding:7px;border-radius:7px;background:#ffffffb3;white-space:normal}.execution-embed-readiness{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px;padding:10px;border:1px solid rgba(168,85,247,.18);border-radius:8px;color:#581c87;background:#faf5ff;font-size:12px}.execution-embed-readiness strong,.execution-embed-readiness small{grid-column:1 / -1}.execution-embed-readiness strong{color:#0f172a;font-size:13px;font-weight:900}.execution-embed-readiness span{min-width:0;padding:6px 7px;border:1px solid rgba(147,51,234,.13);border-radius:7px;background:#ffffffa3;font-weight:800;overflow-wrap:anywhere}.execution-embed-readiness small{color:#475569;line-height:1.45;overflow-wrap:anywhere}.execution-panel pre{margin:16px 0 0;padding:14px;border:1px solid rgba(15,23,42,.08);border-radius:9px;color:#0f172a;background:#f8fafc;white-space:pre-wrap;overflow-wrap:anywhere}.execution-side{display:grid;gap:14px}.execution-toolbox{padding:18px;border:1px solid rgba(203,213,225,.82);border-radius:9px;background:#ffffffeb;box-shadow:var(--soft-shadow)}.execution-toolbox strong{display:block;color:#0f172a;font-size:16px;font-weight:900}.execution-toolbox p{margin:8px 0 0;color:#475569;font-size:13px;line-height:1.55}.execution-tool-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.execution-tool-chip-grid span{min-width:0;padding:7px 8px;border:1px solid rgba(29,78,216,.14);border-radius:8px;color:#1e3a8a;background:#eff6ff;font-size:11px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.execution-kernel-list{display:grid;gap:7px;margin-top:12px}.execution-kernel-list span{min-width:0;padding:8px 9px;border:1px solid rgba(15,118,110,.12);border-radius:8px;color:#334155;background:#f8fafc;font-size:12px;font-weight:760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:960px){.execution-grid{grid-template-columns:1fr}}
