*{box-sizing:border-box}html,body{margin:0;height:100%;background:#0a0a12;color:#e8e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#app{display:grid;grid-template-columns:1fr 320px;height:100vh;position:relative}#viewport{display:block;width:100%;height:100%}#viewport-hint{position:absolute;left:20px;bottom:16px;font-size:12px;color:#7a7a90;background:#0a0a1299;padding:6px 10px;border-radius:6px;pointer-events:none;letter-spacing:.01em}#reset-view-btn{position:absolute;left:20px;top:16px;font:inherit;font-size:12px;color:#e8e8f0;background:#0a0a1299;border:1px solid #33334a;padding:6px 10px;border-radius:6px;letter-spacing:.01em;cursor:pointer}#reset-view-btn:hover{background:#1e1e30d9;border-color:#4a4a68}#toggle-markers-btn{position:absolute;left:138px;top:16px;font:inherit;font-size:12px;color:#e8e8f0;background:#0a0a1299;border:1px solid #33334a;padding:6px 10px;border-radius:6px;letter-spacing:.01em;cursor:pointer}#toggle-markers-btn:hover{background:#1e1e30d9;border-color:#4a4a68}#toggle-markers-btn.active{background:#3a2a12;border-color:#c86a1e;color:#ffcf9e}#paint-tool-host{position:absolute;right:340px;top:16px;display:flex;flex-direction:column;align-items:flex-end;gap:8px;z-index:2}.paint-toggle-btn{font:inherit;font-size:12px;color:#e8e8f0;background:#0a0a1299;border:1px solid #33334a;padding:6px 10px;border-radius:6px;letter-spacing:.01em;cursor:pointer}.paint-toggle-btn:hover{background:#1e1e30d9;border-color:#4a4a68}.paint-toggle-btn.active{background:#3a2a12;border-color:#c86a1e;color:#ffcf9e}.paint-panel{background:#0a0a12e6;border:1px solid #33334a;border-radius:8px;padding:10px;width:220px;display:flex;flex-direction:column;gap:8px}.paint-palette{display:flex;gap:6px;flex-wrap:wrap}.paint-swatch{width:28px;height:28px;border-radius:6px;border:2px solid transparent;cursor:pointer;padding:0}.paint-swatch.selected{border-color:#fff}.paint-add-region{display:flex;gap:6px;align-items:center}.paint-add-region input[type=text]{flex:1;min-width:0;font:inherit;font-size:12px;color:#e8e8f0;background:#ffffff0f;border:1px solid #33334a;border-radius:6px;padding:5px 8px}.paint-add-region input[type=color]{width:28px;height:28px;padding:0;border:1px solid #33334a;border-radius:6px;background:none;cursor:pointer}.paint-add-region button{font:inherit;font-size:12px;color:#e8e8f0;background:#ffffff0f;border:1px solid #33334a;padding:5px 8px;border-radius:6px;cursor:pointer;white-space:nowrap}.paint-add-region button:hover{background:#ffffff1f}.paint-actions{display:flex;gap:8px}.paint-actions button{flex:1;font:inherit;font-size:12px;color:#e8e8f0;background:#ffffff0f;border:1px solid #33334a;padding:5px 8px;border-radius:6px;cursor:pointer}.paint-actions button:hover{background:#ffffff1f}.paint-counts{font-size:11px;color:#9a9ab0;line-height:1.5;white-space:pre-line}.paint-export-out{width:100%;height:180px;font-family:SF Mono,Menlo,monospace;font-size:10px;color:#cfe8ff;background:#0a0a12;border:1px solid #33334a;border-radius:6px;padding:6px;resize:vertical}#panel{padding:20px;background:#14141f;border-left:1px solid #262636;overflow-y:auto;display:flex;flex-direction:column;gap:18px}#panel h1{font-size:15px;font-weight:600;letter-spacing:.02em;color:#9d9dff;margin:0 0 4px}#panel section{display:flex;flex-direction:column;gap:6px}.field-label{font-size:12px;color:#9a9ab0}.readout{color:#d8d8ff;font-variant-numeric:tabular-nums}.row{display:flex;gap:8px}.hidden{display:none!important}.hw-panel{background:linear-gradient(180deg,#1c1c2c,#17172400),#191926;border:1px solid #34344c;border-radius:10px;padding:14px;box-shadow:inset 0 1px #ffffff0a,0 1px 3px #0006;gap:12px!important}.hw-panel-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8f8fc0}.hw-panel-sub{font-weight:400;text-transform:none;color:#63637f;letter-spacing:0}.sim-env-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6c6c84;border-top:1px solid #262636;padding-top:14px!important}.hw-screen-row{display:flex;flex-direction:row;align-items:flex-start;gap:14px}.hw-screen-col{display:flex;flex-direction:column;gap:6px;flex:1}.hw-screen{background:#000;border:2px solid #2a2a3e;border-radius:3px;padding:3px;box-shadow:inset 0 0 8px #000c;align-self:center}.hw-screen-caption{font-size:10px;color:#63637f;text-align:center;margin-top:-4px}.hw-screen-body{display:flex;flex-direction:column;overflow:hidden;position:relative;font-family:SF Mono,Courier New,monospace;filter:brightness(var(--screen-brightness, 1))}.screen-title{font-size:var(--screen-title-size, 10px);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--screen-accent, #ffd27b);text-shadow:0 0 2px var(--screen-accent, #ffd27b);line-height:calc(var(--screen-title-size, 10px) + 1px)}.screen-mode{font-size:var(--screen-row-size, 11px);font-weight:700;line-height:calc(var(--screen-row-size, 11px) + 2px);color:var(--screen-accent, #b8ffcf);text-shadow:0 0 3px var(--screen-accent, #b8ffcf);margin-top:3px}.screen-sub{font-size:8px;line-height:10px;color:#6c6c84;margin-top:2px}.keyboard-strip{display:flex;flex:1;align-items:center;justify-content:center;gap:6px;overflow:hidden}.keyboard-strip-item{font-family:SF Mono,Courier New,monospace;font-weight:700;text-align:center;flex-shrink:0}.keyboard-strip-item.far{font-size:10px;color:#4a4a5c;opacity:.55}.keyboard-strip-item.near{font-size:14px;color:#9a9ab0;opacity:.85}.keyboard-strip-item.center{font-size:22px;color:var(--screen-accent, #b8ffcf);text-shadow:0 0 4px var(--screen-accent, #b8ffcf)}.screen-status-row{display:flex;justify-content:space-between;align-items:baseline;gap:4px}.screen-hint{color:#6c6c84;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.screen-bpm{color:var(--screen-accent, #b8ffcf);font-weight:700;white-space:nowrap;flex-shrink:0}.screen-button-hint{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.screen-ekg{width:100%;height:22px;margin-top:1px;overflow:visible;flex-shrink:0}.screen-ekg polyline{fill:none;stroke:var(--screen-accent, #b8ffcf);stroke-width:1.4;stroke-linejoin:round;stroke-linecap:round;filter:drop-shadow(0 0 1.5px var(--screen-accent, #b8ffcf))}.screen-commit-ring{position:absolute;top:1px;right:1px;width:11px;height:11px;overflow:visible}.commit-ring-track{fill:none;stroke:#ffffff21;stroke-width:1.6}.commit-ring-fill{fill:none;stroke:var(--screen-accent, #ffd27b);stroke-width:1.6;stroke-linecap:round;transform:rotate(-90deg);transform-origin:7px 7px;stroke-dasharray:34.56;animation:commit-ring-deplete var(--commit-ms, 1s) linear forwards;filter:drop-shadow(0 0 1.5px var(--screen-accent, #ffd27b))}@keyframes commit-ring-deplete{0%{stroke-dashoffset:0}to{stroke-dashoffset:34.56}}.screen-hold-fullring{width:46px;height:46px;margin:3px auto 0;overflow:visible;flex-shrink:0}.hold-fullring-track{fill:none;stroke:#ffffff26;stroke-width:5}.hold-fullring-fill{fill:none;stroke-width:5;stroke-linecap:round;transform:rotate(-90deg);transform-origin:32px 32px;stroke-dasharray:169.65;animation-name:hold-fullring-fill;animation-timing-function:linear;animation-fill-mode:forwards}.hold-fullring-fill.menu{stroke:#7b9bff;filter:drop-shadow(0 0 4px #7b9bff)}.hold-fullring-fill.power{stroke:#ff6b5b;filter:drop-shadow(0 0 4px #ff6b5b)}@keyframes hold-fullring-fill{0%{stroke-dashoffset:169.65}to{stroke-dashoffset:0}}.screen-hold-label{text-align:center;font-size:9px;font-weight:700;letter-spacing:.06em;margin-top:3px}.screen-hold-label.menu{color:#7b9bff;text-shadow:0 0 3px #7b9bff}.screen-hold-label.power{color:#ff6b5b;text-shadow:0 0 3px #ff6b5b}.preset-map{display:flex;flex:1;align-items:center;justify-content:center;gap:5px;margin-top:3px}.preset-map-item{display:flex;align-items:center;justify-content:center;flex-shrink:0}.preset-icon{display:block}.preset-map-item.far .preset-icon{width:10px;height:10px;color:#4a4a5c;opacity:.6}.preset-map-item.near .preset-icon{width:13px;height:13px;color:#9a9ab0;opacity:.85}.preset-map-item.center .preset-icon{width:18px;height:18px;color:var(--screen-accent, #ffd27b);filter:drop-shadow(0 0 2px var(--screen-accent, #ffd27b))}.screen-list{display:flex;flex-direction:column;overflow-y:auto;font-size:var(--screen-row-size, 11px)}.screen-row{padding:0 2px;line-height:calc(var(--screen-row-size, 11px) + 2px);color:#fff;border-radius:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;justify-content:space-between;gap:3px;flex-shrink:0}.screen-row.selected{background:var(--screen-accent, #ffd27b);color:#14141f;font-weight:700}.screen-row-label{color:inherit}.screen-row-value{color:#6c6c84}.screen-flash{margin:auto;text-align:center;font-size:6px;line-height:7px;font-weight:600;color:var(--screen-accent, #b8ffcf);text-shadow:0 0 3px var(--screen-accent, #b8ffcf)}.hw-effect-select{width:100%;padding:4px 6px;background:#14141f;color:#9a9ab0;border:1px solid #2a2a3e;border-radius:4px;font-size:11px}.hw-controls-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 10px}.hw-control{display:flex;flex-direction:column;align-items:center;gap:4px}.hw-control-label{font-size:11px;color:#9a9ab0;text-align:center}.hw-control-sub{color:#63637f;font-weight:400}.hw-control-readout{font-size:11px;color:#d8d8ff;font-variant-numeric:tabular-nums}.knob{position:relative;width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#3a3a56,#202032 70%);border:1px solid #45456a;box-shadow:0 2px 4px #00000080,inset 0 1px 1px #ffffff14;cursor:grab;touch-action:none}.knob:active,.knob.pressed{cursor:grabbing;box-shadow:0 1px 2px #00000080,inset 0 2px 4px #00000080}.knob.pressed .knob-cap{filter:brightness(1.25)}.knob.notched{background:repeating-conic-gradient(from 0deg,#2c2c42 0deg 6deg,#242438 6deg 18deg)}.knob.smooth{width:30px;height:30px;background:repeating-conic-gradient(from 0deg,#2a2a40 0deg 2deg,#232336 2deg 4deg)}.knob-cap{position:absolute;inset:12%;border-radius:50%;background:radial-gradient(circle at 35% 30%,#55558a,#34345a 70%);border:1px solid #6a6ab0;transform:rotate(0)}.knob-indicator{position:absolute;top:6%;left:50%;width:5%;height:19%;margin-left:-2.5%;border-radius:2px;background:#d8d8ff;box-shadow:0 0 4px #d8d8ffb3}.knob-led{position:absolute;bottom:-3px;right:-3px;width:10px;height:10px;border-radius:50%;background:#7b7bff;border:1px solid #0c0c14;box-shadow:0 0 6px currentColor}.physical-btn{appearance:none;border-radius:50%;background:radial-gradient(circle at 35% 30%,#3a3a56,#1c1c2c 75%);border:1px solid #45456a;box-shadow:0 3px 5px #00000080,inset 0 1px 1px #ffffff1a;cursor:pointer;touch-action:none}.physical-btn.small{width:60px;height:60px}.physical-btn.large{width:60px;height:60px;background:radial-gradient(circle at 35% 30%,#6a3a3a,#2c1c1c 75%);border-color:#6a4545}.physical-btn.pressed,.physical-btn:active{box-shadow:0 1px 2px #00000080,inset 0 2px 5px #0009;filter:brightness(1.3);transform:translateY(1px)}.joy-pad{position:relative;width:140px;height:140px;margin:4px auto 0;background:radial-gradient(circle at 50% 50%,#22223a,#1a1a2c 70%,#16162480);border:1px solid #33334a;border-radius:50%;touch-action:none;cursor:grab}.joy-pad:active{cursor:grabbing}.joy-puck{position:absolute;left:50%;top:50%;width:36px;height:36px;margin:-18px 0 0 -18px;background:radial-gradient(circle at 35% 30%,#a0a0ff,#6b6bdd);border:1px solid #8f8fff;border-radius:50%;box-shadow:0 0 10px #7b7bff99;pointer-events:none}.tilt-pad{position:relative;width:140px;height:140px;margin:4px auto 0;background:linear-gradient(to right,transparent 49.3%,#33334a 49.3%,#33334a 50.7%,transparent 50.7%),linear-gradient(to bottom,transparent 49.3%,#33334a 49.3%,#33334a 50.7%,transparent 50.7%),linear-gradient(135deg,#22223a,#1a1a2c 70%,#16162480);border:1px solid #33334a;border-radius:10px;touch-action:none;cursor:grab}.tilt-pad:active{cursor:grabbing}.tilt-puck{position:absolute;left:50%;top:50%;width:30px;height:30px;margin:-15px 0 0 -15px;background:radial-gradient(circle at 35% 30%,#ffbd85,#dd8a4a);border:1px solid #ffbd85;border-radius:50%;box-shadow:0 0 10px #dd8a4a99;pointer-events:none}input[type=range]{width:100%;accent-color:#7b7bff}.btn{padding:10px 16px;background:#2a2a42;color:#e8e8f0;border:1px solid #44446a;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.btn:hover{background:#34345a}.ui-icon{width:1em;height:1em;vertical-align:-.15em;margin-right:.45em;flex-shrink:0}select{width:100%;padding:8px;background:#1e1e2e;color:#e8e8f0;border:1px solid #33334a;border-radius:6px;font-size:13px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#c8c8dc;cursor:pointer}.stat{background:#1e1e2e;border:1px solid #33334a;border-radius:8px;padding:12px}.energy-reset-btn{margin-top:8px;padding:6px 10px;font-size:12px;font-weight:500;flex:1}.dev-preset-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dev-preset-grid .energy-reset-btn{margin-top:0}.dev-accordion{background:#1a1a28;border:1px solid #2a2a3e;border-radius:8px;padding:0 12px}.dev-accordion>summary{padding:10px 0;font-size:12px;font-weight:600;color:#9a9ab0;cursor:pointer;list-style:none}.dev-accordion>summary::-webkit-details-marker{display:none}.dev-accordion>summary:before{content:"▸";display:inline-block;width:1em;color:#63637f}.dev-accordion[open]>summary:before{content:"▾"}.dev-accordion-body{display:flex;flex-direction:column;gap:12px;padding-bottom:12px}.dev-accordion-subhead{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#63637f;margin:4px 0 -4px}.dev-size-row,.dev-color-row,.dev-stat-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.dev-size-row .field-label,.dev-color-row .field-label,.dev-stat-row .field-label{flex-shrink:0}.dev-size-row input[type=range]{width:auto;flex:1}.dev-stat-row .readout{font-variant-numeric:tabular-nums}.dev-accordion-note{font-size:11px;line-height:1.5;color:#7a7a90}.dev-color-row select{width:auto;flex-shrink:0;font-size:11px;padding:4px 6px}input[type=color]{width:32px;height:22px;padding:0;border:1px solid #33334a;border-radius:4px;background:none;cursor:pointer}.stat-label{font-size:11px;color:#9a9ab0;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:22px;font-weight:600;font-variant-numeric:tabular-nums;color:#ffd27b;margin-top:2px}.audio-panel{display:flex;flex-direction:column;gap:8px}.audio-source-row{gap:6px;flex-wrap:wrap}.audio-file-btn{cursor:pointer;display:inline-flex;align-items:center}.audio-readout{display:flex;flex-direction:column;gap:4px;padding:8px;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.audio-spectrum{width:100%;height:56px;border-radius:4px;background:#00000059}.audio-bands{display:flex;justify-content:space-between;font-size:11px;color:#9a9ab0;font-variant-numeric:tabular-nums}.audio-bands b{color:#d8d8ff;font-weight:600}
