.floating-toolbar{position:absolute;top:20px;left:50%;transform:translateX(-50%);background-color:var(--toolbar-bg);border:1px solid #333;border-radius:8px;padding:8px;display:flex;gap:8px;box-shadow:0 4px 12px rgba(0,0,0,.5);z-index:1000;flex-wrap:wrap;justify-content:center;max-width:90vw}.tool-btn{width:40px;height:40px;border:none;background:0 0;color:#aaa;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:1.2rem}.tool-btn:hover{background-color:rgba(255,255,255,.1);color:#fff}.tool-btn.active{background-color:var(--active-tool);color:#fff}.properties-panel{position:absolute;top:100px;left:20px;width:260px;max-height:80vh;overflow-y:auto;background-color:var(--toolbar-bg);border:1px solid #333;border-radius:8px;padding:15px;box-shadow:0 4px 12px rgba(0,0,0,.5);z-index:1000}.layer-controls{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background-color:var(--toolbar-bg);border:1px solid #333;border-radius:8px;padding:8px 16px;display:flex;gap:12px;box-shadow:0 4px 12px rgba(0,0,0,.5);z-index:1000}.canvas-container{width:100vw;height:100vh;cursor:crosshair}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-move{cursor:move}.cursor-text{cursor:text}#imgInput{display:none}#textOverlay{position:absolute;background:0 0;color:#fff;border:1px dashed #666;outline:0;font-family:sans-serif;padding:0;margin:0;resize:none;overflow:hidden;z-index:900;display:none;white-space:pre}label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:4px;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#444;border-radius:3px}