.strudel-editor-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start}strudel-editor{width:100%;display:flex;flex-direction:column;justify-content:flex-start;background-color:#000}.app-container{min-height:100vh;display:flex;flex-direction:column;background-color:#000;color:#fff}.app-header{border-bottom:2px solid #ffffff;padding:1.5rem}.header-content{display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:1rem}.app-title{font-size:1.5rem;font-family:Courier New,Courier,monospace;font-weight:700;letter-spacing:-.05em;text-transform:none;margin:0;transition:opacity .2s}.app-title:hover{opacity:.6;cursor:default}.developer-name{font-size:.875rem;font-family:Courier New,Courier,monospace;opacity:.6}.version-badge{font-size:.75rem;font-family:Courier New,Courier,monospace;opacity:.4}.main-content{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:0;border:none}@media (max-width: 1024px){.main-content{grid-template-columns:1fr}}.editor-column{border-right:2px solid #ffffff;display:flex;flex-direction:column}@media (max-width: 1024px){.editor-column{border-right:none;border-bottom:2px solid #ffffff}}.controls-column{display:flex;flex-direction:column}.section-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:2px solid #ffffff}.section-title{font-size:.875rem;font-family:Courier New,Courier,monospace;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin:0}.editor-wrapper{flex:1;overflow:hidden}.error-box{margin:1rem;padding:1rem;border:2px solid #ffffff;background-color:#000;font-family:Courier New,Courier,monospace;font-size:.75rem}.control-section{border-bottom:2px solid #ffffff;padding:1.5rem}.control-section:last-child{border-bottom:none}.loading-indicator{padding:1.5rem;text-align:center}.spinner{display:inline-block;height:2rem;width:2rem;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-family:Courier New,Courier,monospace;font-size:.75rem;opacity:.6}.btn{padding:.5rem 1.5rem;border:2px solid #ffffff;font-family:Courier New,Courier,monospace;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .15s;background-color:transparent;color:#fff}.btn:disabled{opacity:.3;cursor:not-allowed}.btn-primary{background-color:#fff;color:#000}.btn-primary:hover:not(:disabled){background-color:#000;color:#fff}.btn-secondary{background-color:#000;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#fff;color:#000}.btn.full-width{width:100%}.playback-controls{display:flex;align-items:center;gap:1rem}.playback-controls .btn{min-width:5rem}.input-section{display:flex;flex-direction:column;gap:1rem}.input{padding:.75rem 1rem;background-color:#000;border:2px solid #ffffff;color:#fff;font-family:Courier New,Courier,monospace;font-size:.875rem;font-weight:500;outline:none}.input:focus{outline:none;border-color:#fff}.input:disabled{opacity:.5;cursor:not-allowed}.textarea{height:6rem;resize:none}.input-footer{display:flex;justify-content:space-between;align-items:center}.hint{font-size:.75rem;font-family:Courier New,Courier,monospace;opacity:.4}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Courier New,Courier,monospace;line-height:1.5;font-weight:500;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#000;color:#fff}#root{min-height:100vh}
