:root{color:#43303a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fdf2f6;font-family:PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}button{font:inherit}.app{background:linear-gradient(135deg,#fdeef3 0%,#f3e9ff 100%);flex-direction:column;min-height:100vh;display:flex}.topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 28px;display:flex}.topbar h1{color:#8c2f54;letter-spacing:2px;margin:0;font-size:22px}.actions{gap:10px;display:flex}.btn{color:#fff;cursor:pointer;background:#d6336c;border:none;border-radius:999px;padding:8px 18px;font-size:14px;transition:background .15s}.btn:hover{background:#b02859}.btn.ghost{color:#8c5a70;background:#fff;border:1px solid #eccdd9}.btn.ghost:hover{background:#fbeff4}.main{flex:1;gap:24px;padding:0 28px 28px;display:flex}.stage{background:#ffffff8c;border-radius:20px;flex:1;justify-content:center;align-items:center;min-width:0;padding:12px;display:flex;box-shadow:0 12px 30px #b45a8226}.canvas-wrap{justify-content:center;display:flex;position:relative}.zoom-btn{padding:6px 14px;font-size:13px;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #a03c644d}.hand-svg{filter:drop-shadow(0 14px 18px #a0506e40);touch-action:none;-webkit-user-select:none;user-select:none;max-width:100%;height:min(74vh,660px);display:block}.hand-svg.mode-draw{cursor:crosshair}.hand-svg.mode-deco{cursor:copy}.hand-svg.mode-none{cursor:pointer}.panel{background:#fff;border-radius:20px;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:14px;width:340px;max-height:calc(100vh - 110px);padding:18px;display:flex;overflow-y:auto;box-shadow:0 12px 30px #b45a8226}.scope-row{flex-wrap:wrap;gap:6px;display:flex}.chip{color:#8c5a70;cursor:pointer;background:#fff;border:1px solid #eccdd9;border-radius:999px;padding:5px 12px;font-size:13px}.chip.active{color:#fff;background:#d6336c;border-color:#d6336c}.tabbar{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.tab{color:#7a5568;cursor:pointer;background:#f6eef2;border:none;border-radius:10px;padding:8px 0;font-size:14px}.tab.active{color:#fff;background:#d6336c}.section-title{color:#a4838f;margin:0;font-size:13px}.shape-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.deco-grid{grid-template-columns:repeat(5,1fr)}.shape-btn{cursor:pointer;color:#7a5568;background:#faf3f6;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;font-size:12px;display:flex}.shape-btn.active{background:#fdeef4;border-color:#d6336c}.shape-btn svg{width:26px;height:38px}.swatches{grid-template-columns:repeat(8,1fr);gap:8px;display:grid}.swatch{aspect-ratio:1;cursor:pointer;border:2px solid #00000014;border-radius:50%;width:100%;padding:0}.swatch.small{width:26px}.swatch.active{outline-offset:2px;outline:2px solid #d6336c}.row{align-items:center;gap:10px;display:flex}.color-input{cursor:pointer;background:0 0;border:none;border-radius:8px;width:34px;height:34px;padding:0}.toggle-row{color:#5c4050;cursor:pointer;justify-content:space-between;align-items:center;padding:2px 0;font-size:14px;display:flex}.toggle-row input{accent-color:#d6336c;cursor:pointer;width:17px;height:17px}input[type=range]{accent-color:#d6336c;width:100%}.hint{color:#a4838f;margin:0;font-size:12px}@media (width<=960px){.main{flex-direction:column}.panel{width:100%;max-height:none}.hand-svg{height:min(60vh,520px)}}
