:root{--blue:#2563eb;--blue-hover:#1d4ed8;--blue-light:#eff6ff;--blue-ring:#2563eb1f;--border:#e5e7eb;--border-focus:#2563eb;--bg:#f5f7fa;--surface:#fff;--surface-2:#f9fafb;--text:#111827;--text-2:#374151;--text-muted:#6b7280;--text-placeholder:#9ca3af;--font:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--ease:cubic-bezier(.4, 0, .2, 1);--radius-sm:8px;--radius:10px;--radius-lg:14px}.studio{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);min-height:0;font-family:var(--font);color:var(--text);flex:1;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 8px 32px #0000000d}.studio-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:272px;padding:1.1rem 1rem 0;display:flex;overflow-y:auto}.studio-canvas{background:var(--surface);flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;padding:1.5rem;display:flex;overflow:hidden}.chart-wrap{width:100%;height:100%;min-height:0;position:relative}.chart-empty{text-align:center;color:var(--text-placeholder);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.chart-empty p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.chart-empty strong{color:var(--text-2)}canvas{margin:0 auto;width:100%!important;height:100%!important}.ctrl-block{padding:.75rem 0}.ctrl-divider{background:var(--border);height:1px;margin:.15rem -1rem}.ctrl-label{letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.45rem;margin:0 0 .55rem;font-size:.7rem;font-weight:700;line-height:1;display:flex}.ctrl-badge{background:var(--blue-light);height:1.2rem;color:var(--blue);letter-spacing:0;text-transform:none;border-radius:20px;justify-content:center;align-items:center;padding:0 .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.ctrl-hint{color:var(--text-placeholder);margin:.15rem 0 0;font-size:.76rem;line-height:1.4}.type-grid{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.type-btn{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;font-family:var(--font);color:var(--text-muted);transition:background .12s var(--ease), border-color .12s var(--ease), color .12s var(--ease), box-shadow .12s var(--ease);flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.7rem .5rem .6rem;display:flex}.type-btn:hover{background:var(--blue-light);color:var(--blue);border-color:#bfdbfe}.type-btn--active{background:var(--blue-light);border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 3px var(--blue-ring)}.type-btn-icon{justify-content:center;align-items:center;line-height:0;display:flex}.type-btn-label{letter-spacing:.01em;font-size:.76rem;font-weight:700;line-height:1}.ctrl-input{width:100%;height:38px;font-size:.875rem;font-family:var(--font);background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);transition:border-color .12s var(--ease), box-shadow .12s var(--ease), background .12s var(--ease);-moz-appearance:textfield;outline:none;padding:0 .85rem}.ctrl-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ctrl-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ctrl-input::placeholder{color:var(--text-placeholder)}.ctrl-input:hover{background:var(--surface);border-color:#9ca3af}.ctrl-input:focus{border-color:var(--blue);background:var(--surface);box-shadow:0 0 0 3px var(--blue-ring)}.ctrl-input--sm{flex:1;height:33px;padding:0 .65rem;font-size:.825rem}.ctrl-input--val{flex:0 0 72px;width:72px}.palette-list{flex-direction:column;gap:.35rem;display:flex}.palette-btn{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font);text-align:left;transition:border-color .12s var(--ease), background .12s var(--ease), box-shadow .12s var(--ease);align-items:center;gap:.6rem;padding:.45rem .65rem;display:flex}.palette-btn:hover{background:var(--surface);border-color:#9ca3af}.palette-btn--active{border-color:var(--blue);background:var(--blue-light);box-shadow:0 0 0 3px var(--blue-ring)}.palette-swatches{flex-shrink:0;gap:3px;display:flex}.palette-swatch{border-radius:50%;width:11px;height:11px;display:block}.palette-name{color:var(--text-2);font-size:.78rem;font-weight:600;line-height:1}.option-rows{flex-direction:column;gap:.7rem;display:flex}.toggle-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.toggle{background:var(--border);cursor:pointer;width:40px;height:22px;transition:background .2s var(--ease);border:none;border-radius:20px;flex-shrink:0;padding:0;position:relative}.toggle--on{background:var(--blue)}.toggle-thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .22s cubic-bezier(.34,1.56,.64,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.toggle--on .toggle-thumb{transform:translate(18px)}.columns-list{flex-direction:column;gap:.4rem;display:flex}.column-row{align-items:center;gap:.4rem;display:flex}.column-idx{width:16px;color:var(--text-placeholder);text-align:center;flex-shrink:0;font-size:.68rem;font-weight:700;line-height:1}.ctrl-actions{background:var(--surface);border-top:1px solid var(--border);flex-direction:column;gap:.45rem;margin-top:auto;padding:.85rem 0 1rem;display:flex;position:sticky;bottom:0}.act-primary{background:var(--blue);color:#fff;border-radius:var(--radius);width:100%;height:42px;font-size:.9rem;font-weight:700;font-family:var(--font);letter-spacing:.01em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;transition:background .12s,transform .12s,box-shadow .12s;display:flex}.act-primary:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 4px 18px #2563eb4d}.act-primary:active{box-shadow:none;transform:translateY(0)}.act-secondary{background:var(--surface-2);width:100%;height:37px;color:var(--text-2);border:1.5px solid var(--border);border-radius:var(--radius);font-size:.845rem;font-weight:600;font-family:var(--font);cursor:pointer;justify-content:center;align-items:center;gap:.45rem;transition:background .12s,border-color .12s;display:flex}.act-secondary:hover{background:#f3f4f6;border-color:#d1d5db}.act-row{grid-template-columns:1fr auto;gap:.45rem;display:grid}.act-export{background:var(--surface);height:35px;color:var(--text-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;font-family:var(--font);cursor:pointer;justify-content:center;align-items:center;gap:.4rem;transition:background .12s,border-color .12s,color .12s;display:flex}.act-export:hover{color:#16a34a;background:#f0fdf4;border-color:#86efac}.act-reset{height:35px;color:var(--text-placeholder);border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #f3f4f6;padding:0 .8rem;transition:background .12s,border-color .12s,color .12s}.act-reset:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.stepper{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);transition:border-color .12s var(--ease), box-shadow .12s var(--ease);align-items:center;gap:0;display:flex;overflow:hidden}.stepper:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-ring);background:var(--surface)}.stepper-btn{width:36px;height:38px;color:var(--text-muted);cursor:pointer;font-size:1.05rem;font-weight:600;font-family:var(--font);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;line-height:1;transition:background .1s,color .1s;display:flex}.stepper-btn:hover:not(:disabled){background:var(--blue-light);color:var(--blue)}.stepper-btn:disabled{opacity:.3;cursor:default}.stepper-input{text-align:center;flex:1;min-width:0;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0 .25rem!important}.act-primary--loading{opacity:.85;cursor:default}.act-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:13px;height:13px;animation:.65s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.act-shortcut{text-align:center;color:var(--text-placeholder);margin:0;font-size:.73rem}.act-shortcut kbd{border:1px solid var(--border);font-size:.7rem;font-family:var(--font);background:var(--surface-2);color:var(--text-muted);border-radius:4px;padding:.1rem .3rem;line-height:1.4;display:inline-block}.chart-empty-icon{flex-shrink:0}.chart-empty-title{color:var(--text-2)!important;margin:0 0 1rem!important;font-size:1rem!important;font-weight:600!important}.chart-empty-steps{text-align:left;flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.chart-empty-steps li{color:var(--text-muted);align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.5;display:flex}.chart-empty-steps li strong{color:var(--text-2)}.chart-empty-steps kbd{border:1px solid var(--border);font-size:.72rem;font-family:var(--font);background:var(--surface-2);color:var(--text-2);vertical-align:baseline;border-radius:4px;padding:.05rem .3rem;line-height:1.5;display:inline-block}.ces-num{background:var(--blue-light);width:20px;min-width:20px;height:20px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;margin-top:.1rem;font-size:.68rem;font-weight:800;display:inline-flex}@media (max-width:768px){.studio{border-radius:var(--radius);flex-direction:column;flex:none;min-height:auto}.studio-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;padding-bottom:0}.ctrl-actions{position:static}.studio-canvas{min-height:360px;padding:1.25rem}.chart-wrap{height:auto;min-height:340px}.type-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:480px){.type-grid{grid-template-columns:1fr 1fr}}
