:root{--panel-w: 84px;--top-h: 0px;--accent: #0a84ff}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden;background-color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;touch-action:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#canvas{position:fixed;top:var(--top-h);left:var(--panel-w);width:calc(100vw - var(--panel-w));height:calc(100vh - var(--top-h));display:block;cursor:crosshair;background-color:transparent;touch-action:none}#fade{position:fixed;top:var(--top-h);left:var(--panel-w);width:calc(100vw - var(--panel-w));height:calc(100vh - var(--top-h));pointer-events:none;opacity:0}#canvas:active{cursor:grabbing}#canvas.drawing{cursor:crosshair}#canvas.panning{cursor:grabbing}.top-bar{position:fixed;top:0;left:0;right:0;height:30px;background:#000000e6;z-index:1000;display:flex;align-items:center;padding:0 10px;font-family:Courier New,monospace;font-size:11px;color:#fff;pointer-events:none}.top-bar>*{pointer-events:auto}.progress-overlay{position:fixed;inset:0;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center}.progress-content{background:#1e1e1ef2;padding:30px 40px;border-radius:8px;min-width:300px;box-shadow:0 4px 20px #00000080}.progress-bar-container{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:12px}.progress-bar{height:100%;background:linear-gradient(90deg,#4a9eff,#6bb6ff);border-radius:4px;transition:width .2s ease;width:0%}.progress-message{color:#fff;font-size:14px;text-align:center;font-family:Courier New,monospace}.tb-item{margin-right:18px;white-space:nowrap}.top-bar:not(.dev){display:none}body.dev{--top-h: 30px}.sp-btn-danger:hover{background:#a33}.sp-switch{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer}.sp-switch input{position:absolute;opacity:0;pointer-events:none}.sp-switch-track{position:relative;width:34px;height:20px;border-radius:10px;background:#444;transition:background .15s}.sp-switch-track:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s}.sp-switch input:checked+.sp-switch-track{background:var(--accent)}.sp-switch input:checked+.sp-switch-track:after{transform:translate(14px)}.side-panel{position:fixed;top:var(--top-h);left:0;bottom:0;width:var(--panel-w);background:#000000e6;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 0;overflow-y:auto;color:#fff;font-family:Courier New,monospace;font-size:11px}.sp-group{display:flex;flex-direction:column;align-items:center;gap:6px}.side-panel>:first-child{margin-top:auto}.side-panel>:last-child{margin-bottom:auto}.sp-grid{display:grid;grid-template-columns:repeat(2,28px);gap:4px;justify-items:center}.sp-grid .sp-btn{width:28px;height:28px}.sp-sep{width:32px;height:1px;background:#444;flex-shrink:0}.checker{background-color:#fff;background-image:conic-gradient(#bbb 25%,#fff 0 50%,#bbb 0 75%,#fff 0);background-size:8px 8px}.sp-swatch{position:relative;width:24px;height:24px;border-radius:50%;border:1px solid #555;cursor:pointer;flex-shrink:0;overflow:hidden;padding:0}.sp-swatch:after{content:"";position:absolute;inset:0;background:var(--swatch)}.sp-colors{display:grid;grid-template-columns:repeat(2,28px);gap:4px;justify-items:center}.sp-swatch.ring-dark{border:2px solid #000;box-shadow:0 0 0 1px #fff}.sp-swatch.ring-light{border:2px solid #fff;box-shadow:0 0 0 1px #000}.sp-btn{width:36px;height:32px;border:none;border-radius:4px;background:#333;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font:inherit}.sp-btn:hover{background:#555}.sp-btn.active{background:var(--accent)}.sp-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sp-size-dot{border-radius:50%;background:#fff}.sp-layer{display:flex;gap:2px}.sp-layer .sp-btn{width:28px;height:26px}.sp-layer-eye.off{opacity:.3}.sp-layer-eye svg{width:14px;height:14px}.color-popover{position:fixed;z-index:1500;background:#1f1f1ffa;border:1px solid rgba(255,255,255,.07);border-radius:14px;box-shadow:0 12px 40px #0000008c;padding:14px;display:flex;flex-direction:column;gap:14px;touch-action:none}.color-popover[hidden]{display:none}.cp-row{display:flex;gap:10px}.cp-sv{position:relative;width:180px;height:180px;border-radius:4px;background-image:linear-gradient(to top,#000,transparent),linear-gradient(to right,#fff,transparent);cursor:crosshair}.cp-knob{position:absolute;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 2px #000;pointer-events:none}.cp-hue{position:relative;width:20px;height:180px;border-radius:4px;background:linear-gradient(to bottom,red,#ff0,#0f0,#0ff,#00f,#f0f,red);cursor:ns-resize}.cp-alpha{position:relative;height:20px;border-radius:4px;cursor:ew-resize}.cp-alpha-fill{position:absolute;inset:0;border-radius:4px;background:linear-gradient(to right,transparent,var(--solid, #fff))}.cp-bar-knob{position:absolute;left:-2px;right:-2px;height:6px;margin-top:-3px;border:2px solid #fff;border-radius:3px;box-shadow:0 0 2px #000;pointer-events:none}.cp-bar-knob-h{inset:-2px auto;width:6px;height:auto;margin:0 0 0 -3px}.cp-hex{background:#111;color:#fff;border:1px solid #444;border-radius:4px;padding:4px 6px;font-family:Courier New,monospace;font-size:13px;user-select:text;-webkit-user-select:text}.places-popover{position:fixed;z-index:1500;width:264px;background:#1f1f1ffa;border:1px solid rgba(255,255,255,.07);border-radius:14px;box-shadow:0 12px 40px #0000008c;padding:12px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}.places-popover[hidden]{display:none}.pp-list{display:flex;flex-direction:column;gap:2px}.pp-row{display:flex;align-items:center;gap:4px;padding-right:4px;border-radius:8px;min-height:38px}.pp-row:hover{background:#2c2c2c}.pp-canvas{font-weight:600}.pp-canvas.current{background:#2a3550}.pp-bookmark{padding-left:18px}.pp-bookmark .pp-name:before{content:"★ ";color:#ffd60a}.pp-name{flex:1;min-width:0;text-align:left;background:none;border:none;color:inherit;font:inherit;padding:8px 10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp-icon{width:28px;height:28px;flex-shrink:0;border:none;border-radius:6px;background:none;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0}.pp-row:hover .pp-icon,.pp-row.current .pp-icon{opacity:1}@media (hover: none){.pp-icon{opacity:1}}.pp-icon:hover{background:#444;color:#fff}.pp-icon.danger:hover{background:#a33}.pp-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pp-input{flex:1;min-width:0;margin:2px 4px;background:#111;color:#fff;border:1px solid var(--accent);border-radius:6px;padding:7px 9px;font:inherit;user-select:text;-webkit-user-select:text}.pp-actions{display:flex;gap:8px}.pp-text{flex:1;background:#2c2c2c;border:none;border-radius:8px;color:#fff;font:inherit;padding:9px 10px;cursor:pointer}.pp-text:hover{background:#555}.pp-key{flex-shrink:0;min-width:16px;padding:1px 4px;border:1px solid #555;border-radius:3px;color:#aaa;font-size:10px;text-align:center}.pp-portal .pp-name:before{content:"⧉ ";color:var(--accent)}.pp-title{padding:0 10px;margin-bottom:-6px;color:#8a8a8a;font-size:12px}.settings-popover{width:248px;padding:16px;gap:18px}.st-row{display:flex;flex-direction:column;gap:10px}.st-label{color:#ddd}.st-actions{display:flex;gap:6px}.st-range{width:100%;accent-color:var(--accent)}.st-line,.st-toggle{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.st-value{color:#8a8a8a;font-variant-numeric:tabular-nums}
