@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:360px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto;padding:1.5rem;gap:1.5rem;flex-shrink:0}.canvas-panel{flex:1;background:var(--surface2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.canvas-container{width:100%;max-width:800px;aspect-ratio:16/9;background:#000;border-radius:8px;box-shadow:0 4px 6px #0000004d;display:flex;align-items:center;justify-content:center;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:6px;background:var(--surface2);border-radius:3px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:var(--accent);border-radius:50%;cursor:pointer}.range-input::-moz-range-thumb{width:16px;height:16px;background:var(--accent);border-radius:50%;cursor:pointer;border:none}.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}
