*{margin:0;padding:0;box-sizing:border-box}body{overflow:hidden;background:#1a1a2e;font-family:Inter,system-ui,-apple-system,sans-serif;color:#e0e0e0;user-select:none;-webkit-user-select:none}#canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;touch-action:none;cursor:crosshair}#toolbar{position:fixed;top:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;background:#141423eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:6px 10px;z-index:100;box-shadow:0 4px 24px #0006}.toolbar-group{display:flex;align-items:center;gap:3px}.toolbar-divider{width:1px;height:24px;background:#ffffff1a;margin:0 4px}.tool-btn{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#aaa;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.tool-btn:hover{background:#ffffff14;color:#fff}.tool-btn.active{background:#64b4ff33;color:#64b5f6}#color-swatches{display:flex;gap:3px}.swatch{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .15s}.swatch:hover{transform:scale(1.15)}.swatch.active{border-color:#fff;box-shadow:0 0 6px #ffffff4d}#size-buttons{display:flex;gap:3px}.size-btn{width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#aaa;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.size-btn:hover{background:#ffffff14;color:#fff}.size-btn.active{background:#64b4ff33;color:#64b5f6}#status-dot{width:8px;height:8px;border-radius:50%;background:#e74c3c;transition:background .3s}#status-dot.connected{background:#2ecc71}#depth-indicator{position:fixed;bottom:16px;left:16px;font-size:11px;color:#fff6;font-family:monospace;z-index:100}#stroke-count{position:fixed;bottom:16px;right:16px;font-size:11px;color:#fff6;font-family:monospace;z-index:100}#username{font-size:12px;color:#ffffff80;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 600px){#toolbar{top:auto;bottom:12px;padding:4px 8px;gap:4px}.tool-btn{width:28px;height:28px;font-size:14px}.swatch{width:18px;height:18px}}
