@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg: #0a0a0a;--surface: #111111;--surface2: #161616;--border: #1f1f1f;--border2: #2a2a2a;--text: #f0ede8;--muted: #5a5754;--muted2: #807c77;--accent: #e8ff47;--accent2: #ff6b35}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5}html{scroll-behavior:smooth}.studiovora{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg)}.studiovora-header{background:var(--surface);color:var(--text);padding:1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.studiovora-header h1{font-size:1.5rem;font-weight:700;color:var(--text)}.studiovora-header p{font-size:.875rem;color:var(--muted);margin:0}.studiovora-main{flex:1;display:flex;flex-direction:row;height:calc(100vh - 70px);overflow:hidden}.controls-panel{width:320px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.studiovora-pinned-header{flex-shrink:0;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.studiovora-cta-group{display:flex;gap:.5rem;align-items:stretch}.studiovora-cta-group .primary-btn,.studiovora-cta-group .secondary-btn{padding:.625rem .75rem;font-size:.8rem}.studiovora-tabs{flex-shrink:0;display:flex;border-bottom:1px solid var(--border);background:var(--bg)}.studiovora-tab{flex:1;padding:.75rem 0;background:transparent;color:var(--muted2);border:none;border-bottom:2px solid transparent;font-family:inherit;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .15s}.studiovora-tab:hover{color:var(--text)}.studiovora-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.studiovora-tab-content{flex:1;overflow-y:auto;padding:1rem}.studiovora-tab-pane{display:flex;flex-direction:column;gap:1.25rem}.canvas-panel{flex:1;background:var(--surface2);display:flex;flex-direction:column;overflow:hidden}.canvas-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;min-height:0}.canvas-container{max-width:100%;max-height:calc(100vh - 200px);background:#000;border-radius:8px;box-shadow:0 4px 6px #0000004d;border:1px solid var(--border)}.control-group{display:flex;flex-direction:column;gap:.75rem}.control-group h3{font-size:.875rem;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin:0}.control-row{display:flex;gap:.75rem;align-items:center}.primary-btn{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;background:var(--accent);color:#0a0a0a;border:none;border-radius:4px;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.primary-btn:hover{background:#d4eb3a;transform:translateY(-1px)}.secondary-btn{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;background:var(--surface2);color:var(--text);border:1px solid var(--border);border-radius:4px;cursor:pointer;transition:all .2s}.secondary-btn:hover{background:var(--border)}.color-palette{display:flex;gap:.25rem;border-radius:4px;overflow:hidden;height:40px}.color-swatch{flex:1;min-width:20px;height:100%;border-radius:2px;cursor:pointer;transition:transform .2s}.color-swatch:hover{transform:scale(1.1)}.select-input{width:100%;padding:.625rem;background:var(--surface2);color:var(--text);border:1px solid var(--border);border-radius:4px;font-family:inherit;font-size:.875rem;cursor:pointer}.select-input:focus{outline:none;border-color:var(--accent)}.range-input{width:100%;height:8px;background:var(--surface2);border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;background:var(--accent);border-radius:50%;cursor:grab;border:2px solid var(--bg);box-shadow:0 0 #e8ff4700;transition:box-shadow .15s}.range-input:active::-webkit-slider-thumb{cursor:grabbing;box-shadow:0 0 0 6px #e8ff4726}.range-input::-moz-range-thumb{width:18px;height:18px;background:var(--accent);border-radius:50%;cursor:grab;border:2px solid var(--bg);transition:box-shadow .15s}.range-input:active::-moz-range-thumb{box-shadow:0 0 0 6px #e8ff4726}.badge{display:inline-block;padding:.25rem .5rem;background:var(--surface2);color:var(--muted);font-size:.75rem;font-weight:500;border-radius:3px;text-transform:uppercase;letter-spacing:.05em}.fx-panel{background:var(--surface2);border:1px solid var(--border);border-radius:4px;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.fx-toggle{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text);cursor:pointer}.fx-toggle input{accent-color:var(--accent);width:14px;height:14px}.fx-params{display:flex;flex-direction:column;gap:.4rem;padding-left:1.25rem}.fx-label{font-size:.7rem;color:var(--muted2);min-width:50px;flex-shrink:0}.fx-params .control-row{gap:.5rem}.fx-params .range-input{flex:1}.knob-wrapper{display:flex;flex-direction:column;align-items:center;gap:.15rem}.knob{position:relative;cursor:grab;display:flex;align-items:center;justify-content:center}.knob:active{cursor:grabbing}.knob-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--border2)}.knob-arc{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;mask:radial-gradient(transparent 65%,black 67%);-webkit-mask:radial-gradient(transparent 65%,black 67%)}.knob-body{width:70%;height:70%;border-radius:50%;background:linear-gradient(145deg,var(--surface2),var(--bg));border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.knob-indicator{width:2px;height:35%;background:var(--accent);border-radius:1px;margin-top:auto;margin-bottom:15%;box-shadow:0 0 4px var(--accent)}.knob-value{font-size:.75rem;font-weight:600;color:var(--accent);min-height:1rem}.knob-label{font-size:.65rem;color:var(--muted2);text-transform:uppercase;letter-spacing:.05em}.canvas-bottombar{flex-shrink:0;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:var(--surface);border-top:1px solid var(--border)}.bottombar-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--surface2);color:var(--text);border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:1rem;transition:all .15s}.bottombar-btn:hover{background:var(--border)}.bottombar-btn.active{background:var(--accent);color:#0a0a0a;border-color:var(--accent)}.bottombar-segment{display:flex;background:var(--surface2);border:1px solid var(--border);border-radius:6px;overflow:hidden}.segment-btn{padding:.5rem .75rem;background:transparent;color:var(--muted2);border:none;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s}.segment-btn:hover{color:var(--text)}.segment-btn.active{background:var(--accent);color:#0a0a0a}.bottombar-stepper{display:flex;align-items:center;gap:0;background:var(--surface2);border:1px solid var(--border);border-radius:6px;overflow:hidden}.stepper-btn{width:32px;height:36px;background:transparent;color:var(--muted2);border:none;font-family:inherit;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .15s}.stepper-btn:hover{color:var(--accent)}.stepper-value{padding:0 .5rem;font-size:.8rem;font-weight:600;color:var(--text);min-width:36px;text-align:center}.bottombar-divider{width:1px;height:24px;background:var(--border)}.bottombar-viewport{display:flex;align-items:center;gap:.5rem;margin-left:auto}.bottombar-readout{font-size:.7rem;color:var(--muted2);font-weight:500}.bottombar-tier{font-size:.65rem;color:var(--muted);padding:.25rem .5rem;background:var(--surface2);border:1px solid var(--border);border-radius:4px;text-transform:uppercase}.export-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100}.export-modal{background:var(--surface);border:1px solid var(--border2);border-radius:12px;padding:2rem;width:460px;max-width:90vw;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.export-title{font-size:1.25rem;font-weight:700;color:var(--text);text-transform:none;letter-spacing:0}.export-error-title{color:var(--accent2)}.export-info{display:flex;flex-direction:column;gap:.5rem;background:var(--bg);border-radius:8px;padding:1rem}.export-info-row{display:flex;justify-content:space-between;font-size:.85rem}.export-info-row span:first-child{color:var(--muted2)}.export-info-val{color:var(--text);font-weight:600}.export-warning{font-size:.75rem;color:var(--muted2);line-height:1.6;padding:.75rem 1rem;background:var(--bg);border-radius:8px;border-left:3px solid var(--accent)}.export-warning p{margin-bottom:.25rem}.export-status{font-size:.85rem;color:var(--muted2)}.export-pct{text-align:center;font-size:1.5rem;font-weight:700;color:var(--accent)}.export-progress-bar{width:100%;height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.export-progress-fill{height:100%;background:var(--accent);border-radius:4px;transition:width .2s ease}.export-preview{width:100%;border-radius:8px;background:#000}.export-actions{display:flex;gap:.75rem;justify-content:flex-end}.export-download-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.export-error-msg{font-size:.8rem;color:var(--accent2);background:var(--bg);padding:.75rem;border-radius:8px;white-space:pre-wrap;word-break:break-word}
