:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;background-color:#f0f4f8}.header{background-color:#2563eb;color:#fff;text-align:left;padding:10px;font-size:20px;font-weight:700}.panels-container{display:flex;height:calc(100vh - 50px);width:100%}.left-panel{flex:1;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;padding:20px;border:2px solid lightgray;box-shadow:2px 0 5px #0000001a}.bpmn-wrapper{position:relative;height:100%}.bpmn-container{flex:1;width:100%;height:100%;border:1px solid #ddd;background:#fff;border-radius:8px;overflow:hidden;position:relative;cursor:grab}.zoom-controls{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:5px;background-color:#fffc;padding:5px;border-radius:8px;box-shadow:0 2px 4px #0003;z-index:9999;pointer-events:auto}.zoom-button{background-color:#007bff;border:none;color:#fff;padding:5px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.zoom-button:hover{background-color:#0056b3}.right-panel{flex:1;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;color:#000;padding:20px;border:2px solid lightgray;box-shadow:-2px 0 5px #0000001a;overflow:auto;position:relative;box-sizing:border-box;height:100%}.output-container{flex-grow:1;overflow-y:auto;margin-bottom:10px}.output-card{flex-grow:1;overflow-y:auto;margin-bottom:10px;padding:10px;background-color:#f8f9fa;border-radius:6px;box-sizing:border-box}.output-content{max-height:calc(100% - 60px);overflow-y:auto}.output-text{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;margin:0}.button-group{display:flex;justify-content:space-evenly;align-items:center;margin-top:auto;padding:10px 0;background-color:#fff;box-sizing:border-box}.button{flex-grow:1;background-color:#2563eb;color:#fff;border:none;border-radius:6px;padding:10px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s ease;flex:1;margin:0 5px;text-align:center;max-width:none}.button:hover{background-color:#1e40af}.button:disabled{background-color:#93c5fd;cursor:not-allowed}
