.toolbar{align-items:center;display:flex;gap:8px;margin-top:12px}.run-btn{background:#007acc;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:6px 12px;transition:background .2s ease;width:-webkit-fit-content;width:fit-content}.run-btn:hover{background:#005fa3}.delete-btn{background:#4a4645;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:6px 10px;transition:background .2s ease}.delete-btn:hover{background:#900}.output-box{background-color:#1e1e1e;border:2px solid #007acc;box-shadow:0 0 4px #007acc66;box-shadow:0 0 8px #007acc99;color:#d4d4d4;min-height:120px}.output-section{margin-top:16px}.output-title{color:#007acc;font-size:1rem;font-weight:600;margin-bottom:6px}.copy-btn{background:#5e5050;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:6px 10px;transition:background .2s ease;width:-webkit-fit-content;width:fit-content}.copy-btn:hover{background:#222}.resizable-editor{border:1px solid #333;position:relative}.resize-handle{background:repeating-linear-gradient(90deg,#007acc,#007acc 2px,#0000 0,#0000 4px);cursor:ns-resize;height:8px}.top-right{display:flex;justify-content:flex-end;margin-bottom:8px}.theme-btn{background:#666;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:6px 10px;transition:background .2s ease}.theme-btn:hover{background:#444}.output-box{border-radius:6px;font-family:Consolas,monospace;font-size:.95rem;line-height:1.4;margin-top:12px;padding:12px;transition:all .25s ease-in-out;white-space:pre-wrap}.output-box.success{background:#102a12;border:1px solid #4caf50;box-shadow:0 0 6px #4caf5099;color:#4caf50;position:relative}.output-box.success:before{color:#81c784;content:"✅ Success:";display:block;font-weight:600;margin-bottom:6px}.output-box.error{background:#2a0000;border:1px solid red;box-shadow:0 0 6px #ff4d4d99;color:#ff4d4d;position:relative}.output-box.error:before{color:#f99;content:"❌ Error:";display:block;font-weight:600;margin-bottom:6px}.editor-header{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.header-top{align-items:center;display:flex;justify-content:space-between;width:100%}.editor-title{color:#007acc;font-size:1.2rem;font-weight:600;margin:0}body{background-color:#121212;color:#f5f5f5;font-family:Segoe UI,Roboto,sans-serif;margin:0}.app-container{display:flex;height:100vh;overflow:hidden;width:100vw}.center-panel{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:16px}
/*# sourceMappingURL=main.72c16e73.css.map*/