:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#f5f5f5;color:#333}#root{width:100%;height:100vh;overflow:hidden}canvas{cursor:crosshair}canvas.eraser{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="%23ff6b6b" stroke="%23000" stroke-width="2"/></svg>') 12 12,auto}.toolbar{position:fixed;top:20px;left:20px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;gap:10px;align-items:center;z-index:1000}.toolbar button{padding:8px 16px;border:none;border-radius:4px;background:#007bff;color:#fff;cursor:pointer;font-size:14px}.toolbar button:hover{background:#0056b3}.toolbar button.active{background:#28a745}.toolbar input[type=color]{width:40px;height:32px;border:none;border-radius:4px;cursor:pointer}.toolbar input[type=range]{width:80px}.status{position:fixed;bottom:20px;right:20px;background:#fff;padding:10px 15px;border-radius:8px;box-shadow:0 2px 10px #0000001a;font-size:14px}.connection-status{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.connection-status.connected{background-color:#28a745}.connection-status.disconnected{background-color:#dc3545}
