@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap";:root{color:#24231f;font-synthesis:none;text-rendering:optimizelegibility;--page:#f3f1eb;--surface:#faf9f5db;--surface-solid:#faf9f5;--panel:#fffffced;--ink:#24231f;--muted:#78756c;--faint:#aaa69b;--border:#34312821;--border-strong:#34312838;--accent:#5e50e6;--accent-soft:#eeecff;--grid:#dedbd1;--stroke-shadow:#4a3e1929;--shadow:0 30px 90px #4a432d1f, 0 3px 12px #4a432d12;background:#f3f1eb;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}:root[data-theme=dark]{color:#f2f0e9;--page:#161613;--surface:#1d1d19e0;--surface-solid:#1d1d19;--panel:#23231ef5;--ink:#f2f0e9;--muted:#aaa79c;--faint:#77746b;--border:#f0eee51c;--border-strong:#f0eee533;--accent:#a69cff;--accent-soft:#2e294b;--grid:#31312b;--stroke-shadow:#0000005c;--shadow:0 30px 90px #00000059, 0 3px 12px #0003;background:#161613}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--page);min-width:320px;min-height:100dvh;color:var(--ink);margin:0;overflow:hidden}#root{min-height:100dvh}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,[role=slider]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}main{width:100%;height:100dvh}.brand{letter-spacing:-.025em;align-items:center;gap:12px;font-weight:700;display:flex}.brand-mark{background:#24231f;border-radius:11px;width:34px;height:34px;display:block;position:relative;box-shadow:inset 0 0 0 1px #fff3}.brand-mark i{border-radius:999px;width:7px;height:18px;position:absolute;top:8px;transform:rotate(25deg)}.brand-mark i:first-child{background:#f9f871;left:7px}.brand-mark i:nth-child(2){background:#ffb000;left:14px}.brand-mark i:nth-child(3){background:#7c5cff;left:21px}.eyebrow,.preset-control>span,.section-heading>span,.blend-row>span,.canvas-caption{letter-spacing:.12em;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:11px}.editor-shell{background:var(--surface);flex-direction:column;height:100%;display:flex;overflow:hidden}.editor-toolbar{border-bottom:1px solid var(--border);align-items:center;gap:16px;min-height:68px;padding:13px 15px;display:flex}.tool-brand{border-right:1px solid var(--border);flex:none;margin-right:2px;padding-right:18px}.segmented,.direction-switch,.mini-segmented{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-solid) 70%, transparent);border-radius:10px;padding:3px;display:inline-flex}.segmented button,.direction-switch button,.mini-segmented button{cursor:pointer;color:var(--muted);background:0 0;border:0}.segmented button{border-radius:7px;padding:9px 16px;font-size:13px;font-weight:600}.segmented button.active,.direction-switch button.active,.mini-segmented button.active{background:var(--surface-solid);color:var(--ink);box-shadow:0 1px 4px #24231f1c, inset 0 0 0 1px var(--border)}.preset-control{align-items:center;gap:10px;display:flex}.preset-switch button{min-width:35px;padding-left:12px;padding-right:12px}.toolbar-actions{align-items:center;gap:7px;margin-left:auto;display:flex}.icon-button,.reset-button,.text-button,.remove-button{border:1px solid var(--border);background:var(--surface-solid);cursor:pointer}.icon-button{border-radius:10px;place-items:center;width:38px;height:38px;font-size:16px;display:grid}.icon-button:disabled,.remove-button:disabled{opacity:.35;cursor:not-allowed}.reset-button{border-radius:10px;height:38px;padding:0 14px;font-size:12px}.editor-body{flex:1;grid-template-columns:minmax(0,1fr) 342px;min-height:0;display:grid}.mobile-view-switch{display:none}.canvas-wrap{background-color:var(--surface-solid);background-image:radial-gradient(circle, var(--grid) 1.15px, transparent 1.25px);background-position:17px 17px;background-size:24px 24px;min-width:0;position:relative;overflow:hidden}.render-canvas,.interaction-layer{aspect-ratio:800/580;width:100%;height:auto;position:absolute;top:50%;left:0;transform:translateY(-50%)}.render-canvas{filter:drop-shadow(0 4px 5px var(--stroke-shadow))}.interaction-layer{touch-action:pan-y}.interaction-hit-target{fill:#0000;cursor:grab;pointer-events:all;touch-action:none}.interaction-hit-target:active{cursor:grabbing}.path-guide{fill:none;stroke:#ffffffa8;stroke-width:1.2px;pointer-events:none}.stop-handle{cursor:grab}.stop-handle:active{cursor:grabbing}.stop-shadow{fill:var(--surface-solid);stroke:#3c39308c;stroke-width:1.4px;filter:drop-shadow(0 4px 4px #2d291b2e);pointer-events:none;transition:stroke-width .12s,r .12s}.stop-shadow.selected{stroke:var(--ink);stroke-width:2.5px}.stop-fill{pointer-events:none}.handle-line{stroke:var(--muted);stroke-width:1px;stroke-dasharray:4 4;pointer-events:none}.bezier-handle{fill:var(--surface-solid);stroke:var(--muted);stroke-width:1.15px;cursor:grab;pointer-events:none}.anchor-handle{fill:var(--surface-solid);stroke:var(--accent);stroke-width:2.25px;cursor:grab;filter:drop-shadow(0 2px 2px #24231f1f);pointer-events:none}.anchor-handle.selected{fill:var(--accent-soft);stroke-width:3px}.canvas-caption{gap:9px;display:flex;position:absolute;bottom:16px;left:18px}.canvas-caption span{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-solid) 85%, transparent);border-radius:6px;padding:5px 8px}.inspector{z-index:2;border-left:1px solid var(--border);background:var(--panel);scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;max-height:100%;position:relative;overflow-y:auto}.inspector-header{justify-content:space-between;align-items:center;padding:20px 18px 14px;display:flex}.inspector-header h2{letter-spacing:-.02em;margin:4px 0 0;font-size:17px}.direction-switch{margin:0 18px 18px;display:flex}.direction-switch button{border-radius:7px;flex:1;padding:8px 10px;font-size:12px}.color-editor,.stop-section,.stroke-section,.blend-row{border-top:1px solid var(--border);padding:16px 18px}.section-heading,.blend-row{justify-content:space-between;align-items:center;display:flex}.section-heading code,.stop-row code{color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:11px}.color-field{cursor:pointer;border-radius:12px;place-items:center;height:122px;margin-top:13px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #201f1a24}.color-field span{opacity:0;position:absolute}.color-field input{cursor:pointer;opacity:0;border:0;width:calc(100% + 24px);height:calc(100% + 24px);margin:-12px}.gradient-preview{border-radius:999px;height:9px;margin-top:12px;box-shadow:inset 0 0 0 1px #201f1a1f}.hsl-controls{gap:13px;margin-top:17px;display:grid}.hsl-row{color:var(--faint);grid-template-columns:18px 1fr 45px;align-items:center;gap:10px;font-family:DM Mono,ui-monospace,monospace;font-size:11px;display:grid}.hsl-row input[type=range]{appearance:none;cursor:pointer;border-radius:999px;width:100%;height:7px;margin:0;box-shadow:inset 0 0 0 1px #34312814}.hsl-row input[type=range]::-webkit-slider-thumb{border:5px solid var(--surface-solid);appearance:none;width:22px;height:22px;box-shadow:0 0 0 1px var(--border-strong), 0 2px 5px #24231f33;background:currentColor;border-radius:50%}.hsl-row input[type=range]::-moz-range-thumb{border:5px solid var(--surface-solid);width:13px;height:13px;box-shadow:0 0 0 1px var(--border-strong), 0 2px 5px #24231f33;background:currentColor;border-radius:50%}.hsl-row output{color:var(--ink);text-align:right}.blend-row{padding-top:12px;padding-bottom:12px}.mini-segmented button{border-radius:6px;padding:5px 9px;font-size:11px}.stop-heading{margin-bottom:10px}.text-button{color:var(--accent);border-radius:7px;padding:5px 8px;font-size:11px}.stop-list{position:relative}.stop-list:before{content:"";background:var(--border-strong);width:1px;position:absolute;top:15px;bottom:15px;left:13px}.stop-row{cursor:pointer;border-radius:9px;grid-template-columns:28px 54px 1fr 58px;align-items:center;gap:5px;min-height:42px;padding:5px 7px;display:grid;position:relative}.stop-row.selected{background:var(--accent-soft)}.swatch{z-index:1;width:28px;height:28px;box-shadow:none;background:0 0;border:0;place-items:center;margin:0;padding:0;display:grid;position:relative}.swatch-dot{border:2px solid var(--surface-solid);width:13px;height:13px;box-shadow:0 0 0 1px var(--border-strong);border-radius:50%;display:block}.stop-row.selected .swatch-dot{width:18px;height:18px;box-shadow:0 0 0 2px var(--ink)}.stop-row label{color:var(--muted);align-items:baseline;font-family:DM Mono,ui-monospace,monospace;font-size:10px;display:flex}.stop-row input[type=number]{width:35px;color:var(--ink);text-align:right;appearance:textfield;background:0 0;border:0;outline:none;padding:3px 0;font-family:inherit;font-size:11px}.stop-row input::-webkit-inner-spin-button{display:none}.opacity-field{justify-content:flex-end}.remove-button{width:100%;color:var(--muted);border-radius:8px;margin-top:11px;padding:8px;font-size:11px}.range-field{color:var(--muted);grid-template-columns:52px 1fr 42px;align-items:center;gap:8px;margin-top:13px;font-size:11px;display:grid}.cap-field{color:var(--muted);grid-template-columns:52px 1fr;align-items:center;gap:8px;margin-top:13px;font-size:11px;display:grid}.cap-field .mini-segmented{justify-self:stretch}.cap-field .mini-segmented button{flex:1}.range-field input{width:100%;accent-color:var(--accent)}.range-field output{color:var(--ink);text-align:right;font-family:DM Mono,ui-monospace,monospace}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){body{overflow:auto}main,#root{height:auto;min-height:100dvh}.editor-shell{min-height:100dvh;overflow:visible}.editor-body{flex:none;grid-template-columns:1fr}.mobile-view-switch{z-index:5;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface-solid) 96%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);gap:4px;padding:8px 12px;display:flex;position:sticky;top:0}.mobile-view-switch button{min-height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;flex:1;font-size:13px;font-weight:600}.mobile-view-switch button.active{color:var(--ink);background:var(--surface-solid);box-shadow:inset 0 0 0 1px var(--border), 0 1px 4px #24231f1a}.mobile-panel-canvas .inspector,.mobile-panel-controls .canvas-wrap{display:none}.canvas-wrap{height:clamp(320px,100dvh - 132px,580px);min-height:0}.inspector{min-height:calc(100dvh - 132px);max-height:none;padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid var(--border);border-left:0}.color-field{height:150px}.editor-toolbar button,.direction-switch button,.mini-segmented button,.text-button,.remove-button{min-height:44px}.icon-button{width:44px;height:44px}.reset-button{height:44px}.hsl-controls{gap:4px}.hsl-row input[type=range]{height:44px;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% 7px!important}.stop-row{grid-template-columns:44px 58px 1fr 58px;min-height:52px}.stop-list:before{left:22px}.swatch{width:44px;height:44px}.stop-row input[type=number]{width:42px;min-height:44px;font-size:16px}.range-field input{min-height:44px}}@media (width<=640px){.editor-toolbar{min-height:0;padding:max(10px, env(safe-area-inset-top,0px)) 12px 10px;grid-template-columns:auto 1fr;align-items:center;gap:8px 10px;display:grid;position:relative}.tool-brand{border-bottom:0;border-right:0;grid-area:1/1;width:auto;min-height:44px;margin:0;padding:0}.mode-switch{grid-area:2/1}.mode-switch button{padding-left:12px;padding-right:12px}.preset-control{grid-area:2/2;justify-self:end}.preset-control>span{display:none}.toolbar-actions{top:max(10px, env(safe-area-inset-top,0px));width:auto;margin-left:0;position:absolute;right:12px}.toolbar-actions .reset-button{margin-left:0}.canvas-wrap{height:clamp(340px,100dvh - 186px,520px)}.inspector{min-height:calc(100dvh - 186px)}}@media (width<=420px){.tool-brand>span:last-child{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
