.dev-panel--simple{position:relative;margin-bottom:.5rem;border:1px solid #333;background-color:#333;border-radius:4px;overflow:hidden;color:#d4d4d4;font-family:Menlo,Monaco,Courier New,monospace;font-size:13px}.dev-panel--simple.dev-panel--error{border-color:#f44336}.dev-panel--simple.dev-panel--error summary{background-color:#5c1b1b}.dev-panel--simple.dev-panel--error summary .error-label{color:#ff5252;margin-left:.5rem;font-weight:700}.dev-panel--simple.dev-panel--error summary .type-badge{background:#f44336}.dev-panel--simple summary{background-color:#44444f;padding:6px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:700;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid transparent;transition:background-color .2s}.dev-panel--simple summary:hover{background-color:#2a2d2e}.dev-panel--simple summary .type-badge{font-size:12px;background:#5142b3;padding:1px 8px;border-radius:4px;color:#fff;opacity:.8;font-weight:700}.dev-panel--simple[open] summary{border-bottom-color:#333}.dev-panel--simple .dev-panel-content{padding:10px;overflow:auto;max-height:400px;position:relative}.dev-panel--simple .dev-panel-content .controls{display:flex;gap:8px;margin-bottom:10px;position:sticky;top:-10px;background:#333;padding:5px 0;z-index:10}.dev-panel--simple .dev-panel-content .control-button,.dev-panel--simple .dev-panel-content .copy-button{background:#5142b3;color:#fff;border:none;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:11px;font-weight:700;opacity:.7;transition:opacity .2s}.dev-panel--simple .dev-panel-content .control-button:hover,.dev-panel--simple .dev-panel-content .copy-button:hover{opacity:1}.dev-panel--simple .dev-panel-content .copy-button{margin-left:auto}.dev-panel--simple .dev-panel-content::-webkit-scrollbar{width:8px;height:8px}.dev-panel--simple .dev-panel-content::-webkit-scrollbar-track{background:#1a1a1a}.dev-panel--simple .dev-panel-content::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.dev-panel--simple .dev-panel-content .json-container{padding:5px 0;overflow-x:auto}
