body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#1e1e1e;color:#d4d4d4;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app-container{display:flex;flex-direction:column;height:100vh}.navbar{align-items:center;background-color:#252526;border-bottom:1px solid #3c3c3c;display:flex;justify-content:space-between;padding:10px 20px}.navbar h1{color:#fff;font-size:1.2rem}.controls{display:flex;gap:15px}.select-dropdown{background-color:#3c3c3c;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;outline:none;padding:6px 12px}.run-button{background-color:#0e639c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:6px 18px;transition:background .2s}.run-button:hover:not(:disabled){background-color:#17b}.run-button:disabled{background-color:#555;cursor:not-allowed}.editor-workspace{display:flex;flex:1 1;overflow:hidden}.editor-section{border-right:1px solid #3c3c3c;display:flex;flex:2 1;flex-direction:column}.input-panel,.io-section,.output-panel{display:flex;flex:1 1;flex-direction:column}.input-panel,.section-header{border-bottom:1px solid #3c3c3c}.section-header{background-color:#2d2d2d;color:#aaa;font-size:.85rem;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.code-textarea{color:#d4d4d4;font-size:1rem;line-height:1.5;padding:15px}.code-textarea,.io-textarea{background-color:#1e1e1e;border:none;flex:1 1;font-family:Courier New,Courier,monospace;outline:none;resize:none}.io-textarea{color:#9cdcfe;padding:10px}.output-screen{background-color:#111;color:#4ec9b0;flex:1 1;font-family:Courier New,Courier,monospace;overflow-y:auto;padding:12px;white-space:pre-wrap}
/*# sourceMappingURL=main.e1687b95.css.map*/