:root{font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#111;background-color:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%}body{overflow:hidden}button{font-family:inherit}.app{position:relative;width:100%;height:100%;overflow:hidden;background:#fff}.canvas{width:100%;height:100%;display:block;touch-action:none}.canvas.cursor-brush{cursor:none}.canvas.cursor-grab{cursor:grab}.canvas.cursor-grabbing{cursor:grabbing}.tool-dock{position:absolute;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:8px;background:#fffffff2;border:1px solid rgba(0,0,0,.12);border-radius:14px;box-shadow:0 12px 28px #0000001f;z-index:10;-webkit-user-select:none;user-select:none;flex-wrap:wrap}.tool-row{display:inline-flex;align-items:center;gap:6px}.tool-drag{border:none;background:#0000000f;color:#0009;font-size:14px;border-radius:10px;padding:6px 8px;cursor:grab}.tool-drag:active{cursor:grabbing}.tool-actions{display:flex;gap:8px}.tool-toggle{border:1px solid rgba(0,0,0,.12);background:#0000000a;color:#111;padding:6px 10px;border-radius:999px;cursor:pointer;font-size:12px}.tool-toggle.tool-toggle-chevron{width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;border-radius:10px}.hud-toggle{border-style:dashed;background:#00000014}.history-toggle{border-style:dotted;background:#0000000f}.tool-actions button{border:1px solid rgba(0,0,0,.12);background:#0000000a;color:#111;padding:6px 12px;border-radius:999px;cursor:pointer;font-size:14px;transition:transform .15s ease,background .15s ease}.tool-actions button.active{background:#111;color:#fff}.tool-actions button:hover{transform:translateY(-1px)}.tool-dock.collapsed{padding:6px;gap:6px}.history-dock{position:absolute;display:flex;gap:8px;padding:8px;background:#fffffff2;border:1px solid rgba(0,0,0,.12);border-radius:14px;box-shadow:0 12px 28px #0000001f;z-index:10}.history-dock.collapsed{padding:6px}.tool-options{display:flex;align-items:center;gap:10px;padding-left:2px}.tool-option{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#0009}.tool-option input[type=range]{width:110px}.tool-option input[type=color]{width:22px;height:22px;border:none;padding:0;background:transparent;cursor:pointer}.palette-swatches{display:grid;grid-template-columns:repeat(5,18px);gap:6px;padding-top:2px}.tool-palette{display:flex;align-items:center;gap:10px;padding-left:2px}.current-color{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(0,0,0,.12);background:#0000000a;color:#111;padding:6px 10px;border-radius:999px;cursor:pointer;font-size:12px;letter-spacing:.04em;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.current-color:hover{transform:translateY(-1px)}.current-color.copied{background:#111;color:#fff;border-color:#111}.current-color-chip{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.2)}.current-color.copied .current-color-chip{border-color:#ffffff80}.current-color-text{font-variant-numeric:tabular-nums}.swatch{width:18px;height:18px;border-radius:50%;border:1px solid rgba(0,0,0,.18);cursor:pointer;padding:0}.swatch.active{box-shadow:0 0 0 2px #0000002e}.meta-panel{position:absolute;top:16px;right:16px;display:flex;gap:12px;padding:8px 12px;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);border-radius:999px;font-size:12px;color:#000000b3;z-index:9;flex-wrap:wrap}.hint{position:absolute;bottom:16px;left:16px;padding:8px 12px;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);border-radius:999px;font-size:12px;color:#000000b3}@media(max-width:640px){.meta-panel{right:12px;left:12px;justify-content:center}}
