.studio{height:100dvh;height:var(--ih,100dvh);z-index:200;background:var(--paper);color:var(--ink);font-family:var(--font-body);flex-direction:column;display:flex;position:fixed;top:0;left:0;right:0}.st-bar{border-bottom:1.5px solid var(--ink);background:color-mix(in srgb, var(--paper) 90%, transparent);backdrop-filter:blur(8px);z-index:50;flex:none;align-items:center;gap:14px;padding:11px 20px;display:flex;position:relative}.st-capbar{border-bottom:1.5px solid var(--ink);color:#7c2d12;background:#fef3c7;flex-wrap:wrap;flex:none;justify-content:space-between;align-items:center;gap:12px 18px;padding:9px 20px;font-size:13px;line-height:1.4;display:flex}.st-capbar .acts{flex:none;align-items:center;gap:14px;display:flex}.st-capbar .lnk{color:#7c2d12;cursor:pointer;text-decoration:underline}.st-capbar button{font:inherit;border:1.5px solid var(--ink);background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border-radius:999px;padding:5px 13px;font-weight:700}.st-back{font:inherit;border:1.5px solid var(--ink);background:var(--sheet);color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:9px 15px 9px 13px;font-size:14px;font-weight:700;display:inline-flex}@media (hover:hover){.st-back:hover{background:var(--hi)}}.st-back svg{width:17px;height:17px}.st-titlewrap{flex-direction:column;min-width:0;line-height:1.05;display:flex}.st-titlewrap .num{font-family:var(--font-mono);color:var(--accent);letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.st-titlewrap .t{font-family:var(--font-display);letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-size:19px;font-weight:800;overflow:hidden}.st-titleinput{color:inherit;border:0;border-bottom:1.5px dashed color-mix(in srgb, var(--ink-soft) 55%, transparent);cursor:text;background:0 0;border-radius:0;width:100%;margin:0;padding:0 0 1px}@media (hover:hover){.st-titleinput:hover{border-bottom-color:var(--ink-soft)}}.st-titleinput:focus{border-bottom-color:var(--accent);outline:none}.st-titleinput::placeholder{color:var(--ink-soft)}.st-sp{flex:1}.st-actions{align-items:center;gap:8px;display:flex}.st-divider{background:var(--line);width:1.5px;height:28px;margin:0 2px}.st-icon{border:1.5px solid var(--ink);background:var(--sheet);cursor:pointer;width:42px;height:42px;color:var(--ink);border-radius:9px;flex:none;place-items:center;transition:background .14s,transform .1s;display:grid}.st-icon svg{width:19px;height:19px}@media (hover:hover){.st-icon:hover:not(:disabled){background:var(--hi)}}.st-icon:active:not(:disabled){transform:translateY(1px)}.st-icon:disabled{opacity:.32;cursor:not-allowed}@media (hover:hover){.st-icon.danger:hover:not(:disabled){color:#c02a24;background:#ffe2df;border-color:#e0322b}}.st-text{font:inherit;border:1.5px solid var(--ink);background:var(--sheet);color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:10px 17px;font-size:14px;font-weight:700;transition:background .14s,box-shadow .14s,transform .1s;display:inline-flex}.st-text svg{width:17px;height:17px}@media (hover:hover){.st-text:hover{background:var(--hi)}}.st-text.primary{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:3px 3px 0 var(--ink)}@media (hover:hover){.st-text.primary:hover{box-shadow:5px 5px 0 var(--ink);transform:translate(-1px,-1px)}}.st-body{flex:1;min-height:0;display:flex}.studio.lay-right .st-body{flex-direction:row}.studio.lay-left .st-body{flex-direction:row-reverse}.studio.lay-bottom .st-body{flex-direction:column}.st-stage{min-width:0;min-height:0;padding:22px 22px calc(22px + var(--chrome-bottom,0px));flex:1;place-items:center;display:grid;container-type:size}.st-browser{border-right:1.5px solid var(--ink);background:var(--paper);flex-direction:column;flex:none;width:244px;min-height:0;display:flex}.st-browser-head{border-bottom:1.5px solid var(--line);flex:none;padding:12px 12px 10px}.st-search{width:100%;font:inherit;border:1.5px solid var(--ink);background:#fff;border-radius:999px;padding:8px 13px;font-size:13px}.st-search:focus{box-shadow:0 0 0 2px var(--accent);outline:none}.st-browser-sub{font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--ink-soft);margin-top:9px;font-size:10px}.st-browser-scroll{overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.st-browser-grid{grid-template-columns:1fr 1fr;align-content:start;align-items:start;gap:9px;padding:12px;display:grid}.st-browser-item{border:1.5px solid var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:0;transition:transform .12s,box-shadow .12s;display:block;overflow:hidden}.st-browser-item img{aspect-ratio:2/3;object-fit:cover;pointer-events:none;width:100%;display:block}@media (hover:hover){.st-browser-item:hover{box-shadow:3px 3px 0 var(--accent);transform:translate(-2px,-2px)}}.st-browser-item.on{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent);cursor:default}.st-browser-empty{color:var(--ink-soft);grid-column:1/-1;padding:10px 4px;font-size:13px}@media (width<=1200px){.st-browser{display:none}}.st-paper{aspect-ratio:var(--ar,.6667);width:min(calc(100cqw - 28px), calc((100cqh - 28px) * var(--ar,.6667)));border:1.5px solid var(--ink);height:auto;box-shadow:7px 7px 0 var(--ink);border-radius:var(--r);background:#fff;position:relative;overflow:hidden}.st-tools-rail{display:none}@media (width>=761px) and (width<=1279px){.studio.lay-left .st-tools,.studio.lay-right .st-tools{padding:0;transition:width .22s;position:relative;overflow:hidden}.studio.lay-left .st-tools:not(.collapsed),.studio.lay-right .st-tools:not(.collapsed){width:248px}.studio.lay-left .st-stage,.studio.lay-right .st-stage{align-items:start}.studio.lay-left .st-paper,.studio.lay-right .st-paper{width:min(calc(100cqw - 28px), calc((var(--vvh,100dvh) - 140px) * var(--ar,.6667)))}.st-tool{position:relative}.st-tool .st-lock{width:16px;height:16px;margin:0;position:absolute;top:3px;right:3px}.studio.lay-left .st-toolset,.studio.lay-right .st-toolset{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.studio.lay-left .st-toolset .st-tool,.studio.lay-right .st-toolset .st-tool{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:9px 6px;font-size:12px;line-height:1.15}.studio.lay-left .st-toolset .st-tool svg,.studio.lay-right .st-toolset .st-tool svg,.studio.lay-left .st-toolset .st-tool .st-emoji,.studio.lay-right .st-toolset .st-tool .st-emoji{width:26px;height:26px}.studio.lay-left .st-colors,.studio.lay-right .st-colors{flex-wrap:wrap;gap:6px;display:flex}.studio.lay-left .st-colors .st-sw,.studio.lay-right .st-colors .st-sw{flex:none;width:24px}.studio.lay-left .st-stamps,.studio.lay-right .st-stamps{grid-template-columns:repeat(4,minmax(0,1fr))}.studio.lay-left .st-stamptabs-sel,.studio.lay-right .st-stamptabs-sel{margin-bottom:8px;padding:9px 12px;font-size:15px}.studio.lay-left .st-fontdd-trig,.studio.lay-right .st-fontdd-trig{padding:9px 12px;font-size:15px}.studio.lay-left .st-fillset,.studio.lay-right .st-fillset{grid-template-columns:1fr 1fr;gap:7px;display:grid}.studio.lay-left .st-fillset .st-fill,.studio.lay-right .st-fillset .st-fill{white-space:normal;text-align:left;justify-content:flex-start;min-width:0;line-height:1.15;position:relative}.studio.lay-left .st-fillset .st-fill .st-lock,.studio.lay-right .st-fillset .st-fill .st-lock{z-index:1;border-radius:5px;width:14px;height:14px;margin:0;position:absolute;top:-6px;right:-6px}.studio.lay-left .st-fillset .st-fill .st-lock:before,.studio.lay-right .st-fillset .st-fill .st-lock:before{width:8px;height:9px}.studio.lay-left .st-custom,.studio.lay-right .st-custom{gap:9px;padding:9px 11px}.studio.lay-left .st-curswatch,.studio.lay-right .st-curswatch{width:34px;height:34px}.studio.lay-left .st-custom label,.studio.lay-right .st-custom label{font-size:13px}.studio.lay-left .st-custom .hex,.studio.lay-right .st-custom .hex{display:none}.studio.lay-left .st-pick,.studio.lay-right .st-pick{width:32px;height:32px}.studio.lay-left .st-tools-body,.studio.lay-right .st-tools-body{flex:1;min-height:0;margin-left:46px;padding:22px 20px 26px 0;overflow-y:auto}.studio.lay-left .st-tools-rail,.studio.lay-right .st-tools-rail{z-index:4;border:0;border-right:1.5px solid var(--line);width:34px;color:var(--accent);cursor:pointer;font:inherit;background:#2f5cff12;flex-direction:column;justify-content:center;align-items:center;gap:10px;line-height:1;transition:background .14s;display:flex;position:absolute;top:0;bottom:0;left:0}.studio.lay-left .st-tools-rail:hover,.studio.lay-right .st-tools-rail:hover{background:#2f5cff26}.st-tools-rail .st-rail-chev{font-size:18px;font-weight:800}.st-tools-rail .st-rail-lbl{writing-mode:vertical-rl;text-transform:uppercase;font-family:var(--font-mono);letter-spacing:.14em;font-size:11px;font-weight:700;transform:rotate(180deg)}.studio.lay-left .st-tools.collapsed,.studio.lay-right .st-tools.collapsed{width:35px}.studio.lay-left .st-tools.collapsed .st-tools-body,.studio.lay-right .st-tools.collapsed .st-tools-body{display:none}}.st-canvas-wrap{position:relative}.st-restoring{z-index:4;border:1.5px solid var(--ink);color:var(--ink);pointer-events:none;background:#ffffffeb;border-radius:999px;align-items:center;gap:9px;padding:9px 15px;font-size:14px;font-weight:600;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 14px #0000001f}.st-restoring-spin{border:2.5px solid var(--ink);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite ol-spin}.st-zoomhint{display:none}@media (pointer:coarse){.st-zoomhint{text-align:center;color:var(--ink-soft);margin:14px 0 0;font-size:14px;line-height:1.2;display:block}}.st-zoom{z-index:6;background:var(--sheet);border:1.5px solid var(--ink);box-shadow:3px 3px 0 var(--ink);border-radius:999px;flex-direction:column;align-items:center;gap:8px;padding:8px 5px;display:flex;position:absolute;top:50%;left:calc(100% + 32px);transform:translateY(-50%)}.st-zoom button{width:28px;height:28px;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;padding:0;font-size:17px;font-weight:700;display:grid}@media (hover:hover){.st-zoom button:hover:not(:disabled){background:var(--paper)}}.st-zoom button.on{background:var(--ink);color:var(--sheet)}.st-zoom button:disabled{opacity:.35;cursor:default}.st-zoom-slider{writing-mode:vertical-lr;width:8px;height:116px;accent-color:var(--accent);cursor:pointer;direction:rtl;margin:2px 0}.st-paper .ol-tape{z-index:3;width:92px;height:24px}.st-canvas{border-radius:inherit;touch-action:none;cursor:crosshair;width:100%;height:100%;display:block;position:absolute;inset:0}.st-ring{pointer-events:none;z-index:4;border:1.5px solid #0000008c;border-radius:50%;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1.5px #ffffffb3}.st-eyedrop{z-index:7;pointer-events:none;background:#16150f;border-radius:999px;align-items:center;gap:6px;padding:4px 8px 4px 4px;display:flex;position:absolute;transform:translate(14px,-50%);box-shadow:0 2px 8px #0000004d}.st-eyedrop .sw{border:2px solid #fff;border-radius:50%;flex:none;width:22px;height:22px}.st-eyedrop .hex{font-family:var(--font-mono);color:#f7f5ee;letter-spacing:.04em;font-size:11px;font-weight:700}.st-textedit{z-index:8;border:2px dashed var(--accent);text-align:left;resize:none;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:content-box;caret-color:currentColor;-webkit-text-fill-color:currentColor;user-select:text;pointer-events:auto;touch-action:auto;background:#ffffffb3;border-radius:6px;outline:none;min-width:24px;padding:0 2px;display:block;position:absolute;overflow:hidden;transform:translate(-2px,-2px)}.st-textedit::placeholder{color:var(--ink-soft);-webkit-text-fill-color:var(--ink-soft)}.st-handle{z-index:9;border:2px solid var(--accent);cursor:nwse-resize;touch-action:none;background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0000004d}.st-handle-w{cursor:ew-resize;border-radius:6px;width:12px;height:22px}.st-handle-corner{cursor:nwse-resize}.st-handle-rot{background:var(--accent);cursor:grab;border-color:#fff;width:18px;height:18px}.st-handle-rot:active{cursor:grabbing}.st-movegrip{z-index:9;background:var(--accent);color:#fff;border:1.5px solid var(--ink);width:26px;height:26px;box-shadow:2px 2px 0 var(--ink);cursor:move;touch-action:none;user-select:none;border-radius:999px;place-items:center;font-size:14px;line-height:1;display:grid;position:absolute;transform:translate(-50%,-50%)}.st-objdel{z-index:7;background:var(--accent);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:18px;font-weight:900;line-height:1;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 6px #0000004d}.st-toggle{cursor:pointer;color:var(--ink);align-items:center;gap:8px;font-size:14px;display:flex}.st-toggle input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.st-tools{background:var(--sheet);border-left:1.5px solid var(--ink);flex-direction:column;flex:none;gap:20px;width:348px;padding:22px 20px;display:flex;overflow-y:auto}.studio.lay-left .st-tools{border-left:0;border-right:1.5px solid var(--ink)}.studio.lay-bottom .st-tools{border-left:0;border-top:1.5px solid var(--ink);flex-direction:row;justify-content:center;align-items:flex-start;gap:30px;width:auto;padding:16px 24px;overflow:auto hidden}.st-group{flex-direction:column;gap:10px;display:flex}.st-glabel{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-size:11px}.st-group>.st-glabel{align-items:center;gap:12px;display:flex}.st-group>.st-glabel:after{content:"";background:var(--line);border-radius:999px;flex:1;height:1.5px}.st-help{border:1.5px solid var(--line);width:18px;height:18px;color:var(--ink-soft);font-family:var(--font-mono);cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;padding:0;font-size:11px;font-weight:700;line-height:1;display:inline-grid}.st-help[aria-expanded=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.st-helpnote{color:var(--ink-soft);background:var(--sheet,#fff);border:1.5px solid var(--line);text-transform:none;letter-spacing:0;border-radius:10px;margin:8px 0 2px;padding:9px 11px;font-size:12px;line-height:1.45}.st-helpnote b{color:var(--ink)}.st-toolset{grid-template-columns:1fr 1fr;gap:8px;display:grid}.studio.lay-bottom .st-toolset{grid-template-columns:repeat(4,auto)}.st-tool{border:2px solid var(--ink);background:var(--sheet);min-width:0;color:var(--ink);cursor:pointer;font:inherit;border-radius:12px;align-items:center;gap:9px;padding:7px 10px;font-size:13.5px;font-weight:700;transition:background .12s,color .12s,transform .1s,box-shadow .12s;display:flex}.st-tool svg{box-sizing:border-box;width:28px;height:28px;color:var(--accent);background:#2f5cff1f;border-radius:8px;flex:none;padding:6px}@media (hover:hover){.st-tool:hover{background:var(--hi)}}.st-tool:active{transform:translateY(1px)}.st-tool.on{background:var(--accent);color:#fff;border-color:var(--ink);box-shadow:3px 3px 0 var(--ink)}.st-tool.on svg,.st-tool.on .st-emoji{color:#fff;background:#ffffff38}.studio.lay-bottom .st-tool{padding:10px 13px}.st-sizerow{align-items:center;gap:14px;display:flex}.st-fieldoff{opacity:.38;pointer-events:none}.studio.lab .st-emptyhint{text-align:center;color:var(--ink-soft,#5d5a4e);flex-direction:column;align-items:center;gap:13px;padding:26px 18px 8px;display:flex}.studio.lab .st-emptyhint .ic{background:var(--paper);border:1.5px solid var(--line);width:54px;height:54px;color:var(--ink-soft,#5d5a4e);border-radius:15px;flex:none;place-items:center;display:grid}.studio.lab .st-emptyhint .ic svg{width:26px;height:26px}.studio.lab .st-emptyhint p{max-width:240px;margin:0;font-size:13px;line-height:1.45}.studio.lab .st-emptyhint-row{text-align:left;flex-direction:row;align-items:center;gap:12px;padding:14px 16px}.studio.lab .st-emptyhint-row .ic{border-radius:12px;width:46px;height:46px}.studio.lab .st-emptyhint-row .ic svg{filter:drop-shadow(0 1px 1.5px #00000059);width:22px;height:22px}.studio.lab .st-emptyhint-row p{max-width:none}.st-sliderwrap{flex-direction:column;flex:1;gap:4px;display:flex}.st-sliderwrap .st-slider{flex:none;width:100%}.st-rangeends{font-family:var(--font-mono);color:var(--ink-soft);letter-spacing:.04em;justify-content:space-between;font-size:10.5px;display:flex}.st-sizeprev{border:1.5px solid var(--line);background:var(--paper);border-radius:9px;flex:none;place-items:center;width:56px;height:56px;display:grid;overflow:hidden}.st-sizedot{background:var(--ink);border-radius:50%}.st-slider{appearance:none;background:var(--line);border-radius:999px;outline:none;flex:1;height:5px}.st-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);width:22px;height:22px;box-shadow:0 0 0 1.5px var(--ink);cursor:pointer;border:2.5px solid #fff;border-radius:50%}.st-slider::-moz-range-thumb{background:var(--accent);width:22px;height:22px;box-shadow:0 0 0 1.5px var(--ink);cursor:pointer;border:2.5px solid #fff;border-radius:50%}.studio.lay-bottom .st-sizerow{width:200px}.st-gradrow{align-items:center;gap:8px;display:flex}.st-gradsw{border:1.5px solid #0000002e;border-radius:8px;flex:none;width:32px;height:32px}.st-gradpick{cursor:pointer;position:relative;overflow:hidden}.st-gradpick input{opacity:0;cursor:pointer;position:absolute;inset:0}.st-gradarrow{color:var(--ink-soft);font-weight:700}.st-gradcap{color:var(--ink-soft);font-family:var(--font-mono);font-size:11px}.st-colors{grid-template-columns:repeat(8,1fr);gap:8px;width:100%;display:grid}.st-colors .st-sw-sep{background:var(--line);border-radius:2px;grid-column:1/-1;align-self:center;height:1.5px;margin:1px 0}.st-sw{aspect-ratio:1;cursor:pointer;border:1.5px solid #00000029;border-radius:7px;padding:0;transition:transform .1s;position:relative}@media (hover:hover){.st-sw:hover{transform:scale(1.08)}}.st-sw.on{box-shadow:0 0 0 2px #fff inset, 0 0 0 3px var(--ink)}.st-custom{border:2px solid var(--ink);background:var(--sheet);border-radius:13px;align-items:center;gap:12px;margin-top:4px;padding:11px 13px;display:flex}.st-curswatch{border:2px solid var(--ink);border-radius:10px;flex:none;width:44px;height:44px}.st-custom label{font-size:15px;font-weight:800}.st-custom .hex{font-family:var(--font-mono);color:var(--ink-soft);margin-left:auto;font-size:12px}.st-tool .st-emoji{box-sizing:border-box;background:#2f5cff1f;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;font-size:15px;line-height:1;display:grid}.st-lock{border:1.5px solid var(--ink);background:#f5e003;border-radius:6px;flex:none;place-items:center;width:20px;height:19px;margin-left:auto;font-size:0;display:inline-grid}.st-lock:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316150f' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='9' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") 50%/contain no-repeat;width:10px;height:12px}.st-tool.locked,.st-fill.locked{color:var(--ink-soft);background:#faf8f1;border-color:#d8c98c}.st-tool.locked svg,.st-tool.locked .st-emoji{color:var(--ink-soft);background:#0000000d}@media (hover:hover){.st-tool.locked:hover,.st-fill.locked:hover{background:#f3eedd}}.st-prem{color:var(--accent);font-weight:800}.st-fillset{flex-wrap:wrap;gap:7px;display:flex}.st-fillset .st-fill{white-space:nowrap;flex:none;min-width:56px}.st-shapeset{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.st-shapeset .st-fill{justify-content:flex-start;gap:8px;padding:10px 12px}.st-fill{border:2px solid var(--ink);background:var(--sheet);min-width:0;color:var(--ink);font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:8px 10px;font-size:12.5px;font-weight:700;display:flex}@media (hover:hover){.st-fill:hover{background:var(--hi)}}.st-fill.on{background:var(--accent);color:#fff;border-color:var(--ink)}.st-fill .st-lock{margin-left:0}.st-textinput{box-sizing:border-box;border:1.5px solid var(--ink);background:var(--sheet);width:100%;color:var(--ink);font:inherit;border-radius:8px;padding:10px 12px;font-size:16px;font-weight:700}.st-textinput::placeholder{color:var(--ink-soft);font-weight:400}.st-textinput:focus{outline:2px solid var(--accent);outline-offset:1px}.st-shapeopts{gap:10px;margin-top:8px;display:flex}.st-fmtset{gap:8px;margin-top:8px;display:flex}.st-fmt{flex:none;min-width:46px;padding:8px 12px;font-size:16px}.st-swatch{border:1.5px solid var(--ink);background:var(--sheet);cursor:pointer;border-radius:8px;flex:1;align-items:center;gap:6px;padding:6px 8px;font-size:12.5px;font-weight:700;display:flex}.st-swatch.off{opacity:.5}.st-swatch input[type=color]{cursor:pointer;background:0 0;border:none;width:26px;height:26px;padding:0}.st-swatch input[type=checkbox]{width:15px;height:15px;accent-color:var(--accent)}.st-opacity{margin-top:10px}.st-opacity input[type=range]{width:100%;accent-color:var(--accent)}.st-tool .st-toolimg{object-fit:contain;flex:none;width:28px;height:28px}.st-toolset-main .st-tool .st-toolimg{width:24px;height:24px}.st-stamptabs-sel{width:100%;font:inherit;color:var(--ink);background:var(--sheet);border:1.5px solid var(--ink);cursor:pointer;border-radius:10px;margin-bottom:10px;padding:12px 14px;font-size:17px;font-weight:700;display:block}.st-fontdd{margin-bottom:10px;position:relative}.st-fontdd-trig{width:100%;font:inherit;color:var(--ink);background:var(--sheet);border:1.5px solid var(--ink);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;font-size:17px;font-weight:700;display:flex}.st-fontdd-trig .chev{flex:none;width:16px;height:16px;transition:transform .15s}.st-fontdd-trig .chev.open{transform:rotate(180deg)}.st-fontdd-list{z-index:20;background:var(--sheet);border:1.5px solid var(--ink);border-radius:10px;flex-direction:column;gap:2px;max-height:300px;padding:5px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 28px #16150f33}.st-fontdd-list.up{top:auto;bottom:calc(100% + 4px)}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/poppins-400.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/poppins-700.woff2)format("woff2")}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/nunito-400.woff2)format("woff2")}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/nunito-700.woff2)format("woff2")}@font-face{font-family:Fredoka;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/fredoka-400.woff2)format("woff2")}@font-face{font-family:Fredoka;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/fredoka-700.woff2)format("woff2")}@font-face{font-family:"Baloo 2";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/baloo-2-400.woff2)format("woff2")}@font-face{font-family:"Baloo 2";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/baloo-2-700.woff2)format("woff2")}@font-face{font-family:Quicksand;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/quicksand-400.woff2)format("woff2")}@font-face{font-family:Quicksand;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/quicksand-700.woff2)format("woff2")}@font-face{font-family:Comic Neue;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/comic-neue-400.woff2)format("woff2")}@font-face{font-family:Comic Neue;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/comic-neue-700.woff2)format("woff2")}@font-face{font-family:Caveat;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/caveat-400.woff2)format("woff2")}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/caveat-700.woff2)format("woff2")}@font-face{font-family:Patrick Hand;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/patrick-hand-400.woff2)format("woff2")}@font-face{font-family:Gochi Hand;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/gochi-hand-400.woff2)format("woff2")}@font-face{font-family:Schoolbell;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/schoolbell-400.woff2)format("woff2")}@font-face{font-family:Bangers;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/bangers-400.woff2)format("woff2")}@font-face{font-family:Luckiest Guy;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/luckiest-guy-400.woff2)format("woff2")}@font-face{font-family:Titan One;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/titan-one-400.woff2)format("woff2")}@font-face{font-family:Pacifico;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/pacifico-400.woff2)format("woff2")}@font-face{font-family:Lobster;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/lobster-400.woff2)format("woff2")}.st-fontdd-opt{text-align:left;cursor:pointer;color:var(--ink);background:0 0;border:0;border-radius:7px;padding:11px 12px;font-size:18px;line-height:1}@media (hover:hover){.st-fontdd-opt:hover{background:var(--paper)}}.st-fontdd-opt.on{color:var(--accent);background:#2f5cff1f}.st-stamps{grid-template-columns:repeat(5,1fr);gap:7px;width:100%;display:grid}.st-stamp{aspect-ratio:1;border:1.5px solid var(--line);background:var(--paper);cursor:pointer;border-radius:10px;place-items:center;padding:5px;font-size:20px;line-height:1;transition:transform .1s;display:grid;position:relative;overflow:hidden}@media (hover:hover){.st-stamp:hover{background:#fff;transform:scale(1.08)}}.st-stamp.on{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}.st-stamp img{object-fit:contain;width:100%;height:100%}.st-stamp.locked{background:#faf8f1;border-style:dashed;border-color:#d8c98c}.st-stamp.locked img{opacity:.5}.st-stamp .st-lock{width:17px;height:17px;margin:0;position:absolute;top:3px;right:3px}.st-premcard{box-sizing:border-box;color:#f7f5ee;background:#17160f;border-radius:14px;flex-direction:column;align-items:flex-start;gap:9px;width:100%;margin-top:14px;padding:16px;display:flex}.st-premhead{font-family:var(--font-display,inherit);margin:0;font-size:19px;font-weight:800;line-height:1.18}.st-premhead span{color:#f5e003}.st-premsub{color:#f7f5ee9e;margin:0;font-size:12.5px;line-height:1.5}.st-prembtn{color:#16150f;font:inherit;cursor:pointer;background:#f5e003;border:0;border-radius:999px;margin-top:3px;padding:10px 18px;font-size:14px;font-weight:800}@media (hover:hover){.st-prembtn:hover{filter:brightness(1.05)}}.st-pick{border:1.5px dashed var(--ink);cursor:pointer;background:conic-gradient(#ff5f6d,#ffc371,#47e6b1,#38bdf8,#7b3ff2,#ff5f6d);border-radius:8px;flex:none;place-items:center;width:38px;height:38px;display:grid;position:relative;overflow:hidden}.st-pick svg{color:#fff;filter:drop-shadow(0 1px 2px #00000073);pointer-events:none;width:18px;height:18px}.st-pick input{opacity:0;cursor:pointer;position:absolute;inset:-8px}.st-inspo-open{width:100%;font:inherit;cursor:pointer;border:1.5px solid var(--ink);background:var(--sheet);color:var(--ink);text-align:left;border-radius:10px;margin-top:10px;padding:9px 12px;font-size:13px;font-weight:600}@media (hover:hover){.st-inspo-open:hover{border-color:var(--accent);color:var(--accent);background:#2f5cff14}}.st-inspo-row{margin-bottom:12px}.st-inspo-rowlab{margin-bottom:9px;color:var(--accent)!important}.st-inspo-row .st-sw.on{box-shadow:0 0 0 1.5px #fff inset, 0 0 0 2px var(--ink)}.st-inspo{z-index:40;height:var(--vvh,var(--ih,100dvh));background:var(--paper);border-left:1.5px solid var(--ink);flex-direction:column;width:min(420px,92vw);display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 30px #00000024}.st-inspo-head{border-bottom:1.5px solid var(--ink);align-items:center;gap:10px;padding:14px 16px;display:flex}.st-inspo-head .lab{font-family:var(--font-mono);letter-spacing:.12em;color:var(--ink-soft);font-size:11px}.st-inspo-head .nm{font-family:var(--font-display);letter-spacing:-.01em;font-size:17px;font-weight:800}.st-inspo-scrim{z-index:39;background:#16150f4d;position:fixed;inset:0}.st-inspo-head .x{cursor:pointer;border:1.5px solid var(--ink);background:var(--sheet);font:inherit;border-radius:999px;align-items:center;gap:5px;margin-left:auto;padding:7px 14px;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.st-inspo-stage{background:repeating-conic-gradient(#eceae2 0 25%, transparent 0 50%) 0 0 / 22px 22px;flex:1 1 0;place-items:center;min-height:0;padding:16px;display:grid;position:relative;overflow:hidden}.st-inspo-stage img{object-fit:contain;cursor:crosshair;-webkit-touch-callout:none;user-select:none;touch-action:none;border-radius:6px;width:calc(100% - 32px);height:calc(100% - 32px);position:absolute;top:16px;left:16px}.st-inspo-stage .hint{white-space:nowrap;font-family:var(--font-mono);color:#fff;background:#16150fb3;border-radius:999px;padding:5px 10px;font-size:11px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.st-inspo-loupe{z-index:42;pointer-events:none;background:#16150fd9;border-radius:999px;align-items:center;gap:6px;padding:5px;display:flex;position:fixed;transform:translate(-50%,-150%)}.st-inspo-loupe .sw{border:2px solid #fff;border-radius:50%;flex:none;width:26px;height:26px}.st-inspo-loupe .hx{font-family:var(--font-mono);color:#fff;padding-right:8px;font-size:12px}.st-inspo-strip{border-top:1.5px solid var(--line);flex:none;gap:8px;padding:10px 16px;display:flex;overflow-x:auto}.st-inspo-strip .th{aspect-ratio:2/3;border:2px solid var(--ink);cursor:pointer;background:#fff;border-radius:8px;flex:none;width:52px;padding:0;overflow:hidden}.st-inspo-strip .th.on{border-color:var(--accent);box-shadow:2px 2px 0 var(--accent)}.st-inspo-strip .th img{object-fit:cover;-webkit-touch-callout:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.st-inspo-pal{padding:12px 16px calc(env(safe-area-inset-bottom,0px) + 14px);border-top:1.5px solid var(--ink);flex-wrap:wrap;flex:none;align-items:center;gap:8px;display:flex}.st-inspo-pal .sw{border:1.5px solid var(--ink);cursor:pointer;border-radius:8px;flex:none;width:34px;height:34px}.st-inspo-pal .loading{font-family:var(--font-mono);color:var(--ink-soft);font-size:12px}.st-inspo-pal .use{font:inherit;cursor:pointer;white-space:nowrap;background:var(--accent);color:var(--accent-ink);border:0;border-radius:999px;margin-left:auto;padding:10px 18px;font-size:14px;font-weight:700}.st-inspo-pal .use:disabled{opacity:.5;cursor:default}@media (width<=760px){.st-inspo{border-left:0;border-top:1.5px solid var(--ink);border-radius:18px 18px 0 0;width:auto;height:auto;max-height:90dvh;inset:auto 0 0;box-shadow:0 -10px 30px #00000029}.st-inspo-stage{flex:none;height:44dvh;padding:12px}}.st-tools-body{flex-direction:column;gap:20px;display:flex}.studio.lab{height:var(--vvh,var(--ih,100dvh));min-height:0}.studio.lab.lay-right .st-tools:not(.collapsed){flex-direction:column;gap:10px;width:392px;padding:0;display:flex;overflow:hidden}.st-lab-top{display:contents}.studio.lab .st-lab-top{border-bottom:1.5px solid var(--line);flex-direction:row;flex:auto;min-height:0;display:flex;overflow:hidden}.studio.lab .st-lab-rail{align-self:stretch}.studio.lab .st-tools>.st-colourgrp{background:var(--sheet);padding:7px 18px calc(env(safe-area-inset-bottom,0px) + var(--chrome-bottom,0px) + 14px);flex:none}.studio.lab .st-colour-lab:after{order:1}.studio.lab .st-inspo-mini{cursor:pointer;font:600 12px/1 var(--font-body);border:1.5px solid var(--line);background:var(--sheet);color:var(--accent);border-radius:999px;flex:none;order:2;align-items:center;gap:4px;padding:6px 10px;display:inline-flex}.studio.lab .st-inspo-mini:hover{border-color:var(--accent)}.studio.lab .st-tools-rail,.studio.lab .st-tools-toggle{display:none!important}.studio.lab .st-toolset-main,.studio.lab .st-tools-body>.st-group:has(.st-toolset-main){display:none}.st-lab-rail{background:var(--paper);border-right:1.5px solid var(--line);overscroll-behavior:contain;flex-direction:column;flex:none;align-items:center;gap:8px;width:66px;padding:14px 0;display:flex;overflow-y:auto}.st-lab-rail .st-lab-tool{cursor:pointer;width:46px;height:46px;color:var(--ink);background:0 0;border:1.5px solid #0000;border-radius:12px;flex:none;place-items:center;padding:0;transition:background .12s,border-color .12s;display:grid;position:relative}.st-lab-rail .st-lab-tool svg{width:23px;height:23px}.st-lab-rail .st-lab-tool img.st-toolimg{width:25px;height:25px}@media (hover:hover){.st-lab-rail .st-lab-tool:not(.on):hover{background:var(--sheet);border-color:var(--line)}}.st-lab-rail .st-lab-tool.on{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:2px 2px 0 var(--ink)}.studio.lab .st-lab-rail .st-lockbadge{border-color:var(--paper);width:15px;height:15px;inset:4px 4px auto auto;transform:none}.studio.lab .st-lab-rail .st-lockbadge svg{width:8px;height:8px}.st-lab-div{background:var(--line);flex:none;width:30px;height:1.5px;margin:4px 0}.studio.lab .st-tools-body{position:relative}.studio.lab .st-colour-inpanel{z-index:5;background:var(--paper);overscroll-behavior:contain;padding:14px 15px;position:absolute;inset:0;overflow-y:auto}.studio.lab .st-rail-colour.on{box-shadow:inset 0 0 0 2px var(--accent)}.studio.lab .st-colour-inpanel .st-colors{grid-template-columns:repeat(5,1fr);gap:9px}.studio.lab .st-colour-inpanel .st-colors .st-sw{border-radius:11px}.studio.lab .st-lab-collapse{cursor:pointer;border:1.5px solid var(--line);background:var(--sheet);width:46px;height:30px;color:var(--ink-soft);border-radius:9px;flex:none;place-items:center;display:none}.studio.lab .st-lab-collapse svg{width:20px;height:20px}.studio.lab .st-lab-grab,.studio.lab .st-lab-toollbl{display:none}@media (hover:hover){.studio.lab .st-lab-collapse:hover{border-color:var(--ink);color:var(--ink)}}.studio.lab .st-rail-picker{border:1.5px solid #0000002e;margin-top:4px;overflow:hidden}.studio.lab .st-rail-picker .pc{place-items:center;width:100%;height:100%;display:grid}.studio.lab .st-rail-picker .pc svg{filter:drop-shadow(0 1px 1.5px #0006);width:20px;height:20px}.studio.lab .st-rail-picker input{opacity:0;cursor:pointer;position:absolute;inset:0}.studio.lab.lab-collapsed.lay-right .st-tools:not(.collapsed){width:max-content}.studio.lab.lab-collapsed .st-zoom{left:calc(100% + 8px)}.studio.lab.lab-collapsed.lay-right .st-tools-body,.studio.lab.lab-collapsed.lay-right .st-tools>.st-colourgrp{display:none}.studio.lab.lab-collapsed.lay-right .st-lab-top{border-bottom:0}@media (orientation:portrait) and (width>=761px){.studio.lab.lay-right .st-tools:not(.collapsed){width:280px}.studio.lab.lay-right .st-iconcards{grid-template-columns:repeat(2,1fr)}.studio.lab .st-lab-rail{gap:5px;width:80px}.studio.lab .st-lab-rail .st-lab-tool{border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:62px;height:50px;display:flex}.studio.lab .st-lab-rail .st-lab-tool svg,.studio.lab .st-lab-rail .st-lab-tool img.st-toolimg{width:24px;height:24px}.studio.lab .st-lab-rail .st-lab-toollbl{letter-spacing:-.02em;white-space:nowrap;font-size:10px;line-height:1;display:block}.studio.lab .st-lab-rail .st-lab-tool .st-lockbadge{width:14px;height:14px;inset:5px 7px auto auto;transform:none}.studio.lab .st-lab-rail .st-lab-tool .st-lockbadge svg{width:7px;height:7px}.studio.lab .st-lab-head{flex-direction:column;align-items:flex-start;gap:9px}.studio.lab .st-emptyhint-row{text-align:center;flex-direction:column;align-items:center;gap:12px}.studio.lab .st-emptyhint-row .ic{border-radius:14px;width:52px;height:52px}.studio.lab .st-emptyhint-row p{max-width:none}.studio.lab.lay-right .st-tools-body{padding:20px 14px}.studio.lab .st-shapeopts{flex-direction:column}.studio.lab.lay-right .st-colors .st-sw{aspect-ratio:.72}.studio.lab .st-lab-collapse{display:grid}}.studio.lab.lay-right .st-tools-body{overscroll-behavior:contain;flex-direction:column;flex:auto;gap:15px;min-width:0;min-height:0;margin-left:0;padding:20px;display:flex;overflow:hidden auto}.studio.lab .st-sizeprev{width:42px;height:42px}.studio.lab .st-sizerow{gap:11px;margin-top:9px}.studio.lab .st-sliderwrap{gap:9px}.studio.lab .st-toggle{gap:8px;font-size:12.5px}.studio.lab .st-glabel{align-items:center;gap:8px;display:flex}.studio.lab .st-glabel:after{content:"";background:var(--line);flex:1;height:1.5px}.studio.lab .st-custom{border:1.5px solid var(--ink);border-radius:12px;align-items:center;gap:12px;margin-top:13px;padding:10px 12px;display:flex}.studio.lab .st-custom .st-curswatch{border:1.5px solid var(--ink);border-radius:9px;flex:none;width:40px;height:40px}.studio.lab .st-custom>label{font-size:15px;font-weight:700}.studio.lab .st-custom .hex{font-family:var(--font-mono);color:var(--ink-soft);margin-left:auto;font-size:13px}.studio.lab .st-custom .st-pick{width:40px;height:40px}.studio.lab .st-inspo-open{border-radius:12px;margin-top:12px}.st-lab-head{align-items:flex-start;gap:13px;display:flex}.st-lab-head .ic{background:var(--accent);color:#fff;border-radius:14px;flex:none;place-items:center;width:52px;height:52px;display:grid}.st-lab-head .ic svg{width:26px;height:26px}.st-lab-head .ic img{width:28px;height:28px}.st-lab-head .ic .st-emoji{color:#fff;font-size:26px}.st-lab-head .tt h2{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-size:clamp(24px,2.4vw,30px);font-weight:800;line-height:1}.st-lab-head .tt p{font-family:var(--font-mono);color:var(--ink-soft);margin:5px 0 0;font-size:13px}.studio.lab .st-glabel{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-size:11px}.studio.lab .st-colors{grid-template-columns:repeat(9,1fr);gap:7px;display:grid}.studio.lab .st-colors .st-sw{aspect-ratio:1;border-radius:9px;flex:none;width:auto}.studio.lab .st-sw-picker{padding:0;position:relative;overflow:hidden}.studio.lab .st-sw-picker input{opacity:0;cursor:pointer;position:absolute;inset:0}.studio.lab .st-sw-picker .st-sw-pickic{color:#fff;pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.studio.lab .st-sw-picker .st-sw-pickic svg{filter:drop-shadow(0 1px 2px #0000008c);width:58%;height:58%}.studio.lab .st-iconcards{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.studio.lab .st-iconcards.st-cards-2{grid-template-columns:repeat(2,1fr)}.studio.lab .st-iconcards .st-fill{border:1.5px solid var(--line);background:var(--sheet);min-height:0;color:var(--ink);font-family:var(--font-mono);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:11px 4px 8px;font-weight:700;position:relative}.studio.lab .st-iconcards .st-cardic{place-items:center;display:grid}.studio.lab .st-iconcards .st-cardic svg{width:22px;height:22px}.studio.lab .st-iconcards .st-cardlbl{white-space:nowrap;letter-spacing:-.01em;font-size:10.5px;line-height:1}.studio.lab .st-iconcards .st-fill.on{border-color:var(--accent);color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:#eef1ff}.studio.lab .st-iconcards .st-fill.locked{color:#5d5a4e;background:#fbf6e3;border-color:#e9dcac}.studio.lab .st-iconcards .st-fill.locked.on{border-color:var(--accent);color:var(--accent);background:#eef1ff}.studio.lab .st-lockbadge{color:#7a5a00;border:1.5px solid var(--sheet);background:#f5c518;border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:-7px;right:-7px}.studio.lab .st-lockbadge svg{width:9px;height:9px}.studio.lab .st-fmt{border:1.5px solid var(--line);background:var(--sheet);width:46px;min-width:0;height:46px;color:var(--ink);border-radius:10px;place-items:center;padding:0;font-size:17px;display:grid}.studio.lab .st-fmt.on{border-color:var(--accent);color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:#eef1ff}@media (height>=1120px) and (width>=1000px){.studio.lab.lay-right .st-tools:not(.collapsed){grid-template-columns:74px minmax(0,1fr);width:420px}.studio.lab .st-lab-rail{gap:12px;width:74px;padding:18px 0}.studio.lab .st-lab-rail .st-lab-tool{border-radius:13px;width:52px;height:52px}.studio.lab .st-lab-rail .st-lab-tool svg{width:26px;height:26px}.studio.lab .st-lab-head .ic{width:58px;height:58px}.studio.lab .st-lab-head .tt h2{font-size:30px}.studio.lab .st-tools-body{padding:24px}.studio.lab .st-tools>.st-colourgrp{padding:18px 20px calc(env(safe-area-inset-bottom,0px) + var(--chrome-bottom,0px) + 20px)}.studio.lab .st-colors{gap:9px}.studio.lab .st-colors .st-sw{border-radius:11px}}@media (height<=1060px) and (orientation:landscape){.studio.lab.lay-right .st-tools:not(.collapsed){grid-template-columns:64px minmax(0,1fr);width:360px}.studio.lab .st-lab-rail{gap:6px;width:64px;padding:12px 0}.studio.lab .st-lab-rail .st-lab-tool{border-radius:12px;width:50px;height:50px}.studio.lab .st-lab-rail .st-lab-tool svg{width:24px;height:24px}.studio.lab .st-lab-rail .st-lockbadge{width:14px;height:14px}.studio.lab .st-lab-rail .st-lockbadge svg{width:7px;height:7px}.studio.lab .st-lab-div{margin:2px 0}.studio.lab .st-tools-body{gap:13px;padding:14px 15px;position:relative}.studio.lab .st-colour-inpanel{z-index:5;background:var(--paper);overscroll-behavior:contain;padding:14px 15px;position:absolute;inset:0;overflow-y:auto}.studio.lab .st-rail-colour.on{box-shadow:inset 0 0 0 2px var(--accent)}.studio.lab .st-colour-inpanel .st-colors{grid-template-columns:repeat(5,1fr);gap:9px}.studio.lab .st-colour-inpanel .st-colors .st-sw{border-radius:11px}.studio.lab .st-lab-head{gap:10px}.studio.lab .st-lab-head .ic{width:42px;height:42px}.studio.lab .st-lab-head .tt h2{font-size:22px}.studio.lab .st-tools>.st-colourgrp{padding:6px 15px calc(env(safe-area-inset-bottom,0px) + var(--chrome-bottom,0px) + 12px)}.studio.lab .st-colors{gap:5px}.studio.lab .st-colors .st-sw{aspect-ratio:1.18;border-radius:7px}.studio.lab .st-colour-lab{margin-bottom:2px}.studio.lab .st-inspo-open{margin-top:10px;padding:8px 11px;font-size:12.5px}.studio.lab .st-custom{margin-top:10px;padding:8px 10px}.studio.lab .st-custom .st-curswatch,.studio.lab .st-custom .st-pick{width:34px;height:34px}}@media (height<=680px) and (orientation:landscape){.studio.lab .st-lab-rail{width:46px}.studio.lab .st-lab-rail .st-lab-tool{width:30px;height:30px}.studio.lab .st-lab-rail .st-lab-tool svg{width:17px;height:17px}.studio.lab .st-lab-rail .st-lockbadge{width:12px;height:12px}.studio.lab .st-lab-rail .st-lockbadge svg{width:6px;height:6px}}@media (width>=1000px) and (width<=1400px) and (height>=600px) and (height<=840px) and (orientation:landscape) and (pointer:coarse){.studio.lab .st-lab-rail{gap:5px;width:82px}.studio.lab .st-lab-rail .st-lab-tool{border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:64px;height:50px;display:flex}.studio.lab .st-lab-rail .st-lab-tool svg,.studio.lab .st-lab-rail .st-lab-tool img.st-toolimg{width:25px;height:25px}.studio.lab .st-lab-rail .st-lab-toollbl{letter-spacing:-.02em;white-space:nowrap;font-size:10px;line-height:1;display:block}.studio.lab .st-lab-rail .st-lab-tool .st-lockbadge{width:14px;height:14px;inset:6px 8px auto auto;transform:none}.studio.lab .st-lab-rail .st-lab-tool .st-lockbadge svg{width:7px;height:7px}}@media (width>=1800px){.studio.lab .st-lab-rail .st-lab-tool{border-radius:12px;width:50px;height:50px}.studio.lab .st-lab-rail .st-lab-tool svg{width:25px;height:25px}.studio.lab .st-lab-rail{width:70px}.studio.lab .st-lab-rail .st-lockbadge{width:18px;height:18px}.studio.lab .st-lab-rail .st-lockbadge svg{width:9px;height:9px}}@media (width>=1600px) and (height>=1018px){.studio.lab .st-lab-rail{width:90px}.studio.lab .st-lab-rail .st-lab-tool{flex-direction:column;justify-content:center;align-items:center;gap:3px;width:70px;height:70px;display:flex}.studio.lab .st-lab-rail .st-lab-tool svg,.studio.lab .st-lab-rail .st-lab-tool img.st-toolimg{width:35px;height:35px}.studio.lab .st-lab-rail .st-lab-toollbl{letter-spacing:-.02em;white-space:nowrap;font-size:10px;line-height:1;display:block}.studio.lab .st-lab-rail .st-lab-tool .st-lockbadge{width:18px;height:18px;inset:12px auto auto 51px;transform:translate(-50%,-50%)}.studio.lab .st-lab-rail .st-lab-tool .st-lockbadge svg{width:9px;height:9px}.studio.lab .st-iconcards{grid-template-columns:repeat(3,1fr)}}.st-tools-toggle{display:none}@media (width<=760px){.st-tools-body{gap:13px}.st-tools-toggle{z-index:3;cursor:pointer;background:var(--sheet);border:0;border-bottom:1px solid var(--line);width:auto;color:var(--ink-soft);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:18px 18px 0 0;justify-content:center;align-items:center;gap:11px;margin:0 -16px;padding:13px 16px 12px;font-size:12px;display:flex;position:sticky;top:0}.st-tools-toggle .pal{font-size:19px;line-height:1}.st-tools-toggle .chev{width:18px;height:18px;transition:transform .18s;transform:rotate(180deg)}.st-tools-toggle .chev.open{transform:rotate(0)}.studio .st-tools.collapsed{max-height:none;padding:6px 16px calc(env(safe-area-inset-bottom,0px) + 8px);gap:0;box-shadow:0 -6px 18px #00000014}.studio .st-tools.collapsed .st-tools-body{display:none}.studio .st-tools.collapsed .st-tools-toggle{border-bottom:0;padding:10px 16px}.st-zoom{flex-direction:row;gap:6px;padding:4px 8px;inset:auto auto calc(100% + 8px) 50%;transform:translate(-50%)}.st-zoom-slider{writing-mode:horizontal-tb;-webkit-appearance:auto;direction:ltr;width:108px;height:8px;margin:0 2px}.st-zoom>:first-child{order:2}.st-zoom>:nth-child(2){order:1}.st-zoom>:nth-child(3){order:0}.st-zoom>:nth-child(4){order:3}.st-zoom.tools-open{display:none}.studio{height:var(--ih,100dvh)}.st-titlewrap,.st-text span{display:none}.st-text{padding:10px 12px}.studio.lay-left .st-body,.studio.lay-right .st-body{flex-direction:column}.studio .st-body{position:relative}.studio .st-tools{left:0;right:0;bottom:max(var(--chrome-bottom,0px), env(safe-area-inset-bottom,0px));z-index:31;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--sheet);border-radius:18px 18px 0 0;flex-direction:column;gap:13px;width:auto;max-height:min(62dvh,62vh);padding:0 16px 14px;position:fixed;overflow:hidden auto;box-shadow:0 -10px 30px #00000021;border:0!important;border-top:1.5px solid var(--ink)!important}.studio .st-toolset{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.studio .st-tool{justify-content:flex-start;padding:11px 12px;font-size:15px}.studio .st-tool svg{width:30px;height:30px;padding:7px}.studio .st-tool .st-emoji{width:30px;height:30px;font-size:17px}.studio .st-toolset-main{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.studio .st-toolset-main .st-tool{gap:6px;padding:9px 8px;font-size:12.5px;line-height:1.15}.studio .st-toolset-main .st-tool svg{width:24px;height:24px;padding:5px}.studio .st-toolset-main .st-tool{padding-right:10px;position:relative}.studio .st-toolset-main .st-tool .st-emoji{width:24px;height:24px;font-size:14px}.studio .st-toolset-main .st-lock{width:15px;height:15px;margin:0;position:absolute;top:4px;right:4px}.studio .st-fill{font-size:15px}.studio .st-fmt{font-size:19px}.studio .st-glabel{font-size:12px}.studio .st-custom label{font-size:16px}.studio .st-custom .hex{font-size:14px}.studio .st-sizerow{width:auto}.st-stage{padding:10px 12px calc(max(var(--chrome-bottom,0px), env(safe-area-inset-bottom,0px)) + 56px);align-items:start}.st-colors{grid-template-columns:repeat(9,minmax(0,1fr));width:100%}.studio .st-stamps{grid-template-columns:repeat(auto-fit,minmax(52px,1fr));width:100%}.ol-toast{white-space:normal;text-align:left;max-width:none;left:14px;right:14px;transform:translateY(18px)}.ol-toast.show{transform:translateY(0)}.ol-toast.tip{bottom:calc(env(safe-area-inset-bottom,0px) + 64px)}.studio.lab.lay-right .st-tools:not(.collapsed){border-left:0;border-top:1.5px solid var(--ink);border-radius:18px 18px 0 0;flex-direction:column;gap:0;width:100%;height:auto;max-height:84vh;padding:0;display:flex;position:fixed;inset:auto 0 0;overflow:visible;box-shadow:0 -6px 24px #16150f1f}.studio.lab .st-lab-top{display:contents}.studio.lab .st-lab-grab{cursor:pointer;width:100%;color:var(--ink);background:0 0;border:0;order:0;align-items:center;gap:10px;padding:15px 16px 9px;display:flex;position:relative}.studio.lab .st-lab-grab .bar{background:var(--line);border-radius:999px;width:40px;height:4px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.studio.lab .st-lab-grab .lbl{font-family:var(--font-display);letter-spacing:-.01em;font-size:16px;font-weight:800}.studio.lab .st-lab-grab .chev{width:18px;height:18px;color:var(--ink-soft);margin-left:auto;transition:transform .18s}.studio.lab .st-lab-grab .chev.open{transform:rotate(180deg)}.studio.lab .st-lab-rail{overscroll-behavior-x:contain;border-right:0;flex-direction:row;order:1;align-self:auto;gap:8px;width:100%;height:auto;padding:10px 12px 12px;overflow:auto hidden}.studio.lab .st-lab-rail .st-lab-tool{border:1.5px solid var(--line);background:var(--sheet);width:auto;min-width:66px;height:auto;font-family:var(--font-body);border-radius:12px;flex-direction:column;flex:none;gap:5px;padding:9px 8px}.studio.lab .st-lab-rail .st-lab-tool svg{width:22px;height:22px}.studio.lab .st-lab-rail .st-lab-tool.on{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:none}.studio.lab .st-lab-toollbl{font-size:11px;font-weight:700;line-height:1;display:block}.studio.lab .st-lab-rail .st-lab-tool .st-lockbadge{width:15px;height:15px;top:-4px;left:auto;right:-3px;transform:none}.studio.lab .st-lab-rail .st-lab-tool .st-lockbadge svg{width:8px;height:8px}.studio.lab .st-tools-body .st-lockbadge{top:4px;left:auto;right:4px;transform:none}.studio.lab .st-lab-div,.studio.lab .st-lab-collapse{display:none}.studio.lab.lay-right .st-tools-body{border-top:1.5px solid var(--line);flex:0 auto;order:2;gap:12px;min-height:0;max-height:42vh;padding:2px 14px 12px;overflow-y:auto}.studio.lab .st-lab-head{display:none}.studio.lab .st-iconcards{flex-wrap:nowrap;grid-template-columns:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.studio.lab .st-iconcards .st-fill{flex-direction:row;flex:none;justify-content:flex-start;gap:8px;min-width:90px;padding:12px 14px}.studio.lab .st-iconcards .st-cardic svg{width:20px;height:20px}.studio.lab .st-sizerow{margin-top:10px}.studio.lab .st-tools>.st-colourgrp{border-top:1.5px solid var(--line);padding:10px 14px calc(env(safe-area-inset-bottom,0px) + 10px);order:3}.studio.lab .st-tools>.st-colourgrp .st-colors{flex-wrap:nowrap;grid-template-columns:none;gap:8px;padding:5px 2px;display:flex;overflow-x:auto}.studio.lab .st-tools>.st-colourgrp .st-colors .st-sw{aspect-ratio:1;flex:none;width:36px}.studio.lab.sheet-closed .st-lab-rail,.studio.lab.sheet-closed .st-tools-body,.studio.lab.sheet-closed .st-tools>.st-colourgrp{display:none}}.st-actions-full{align-items:center;gap:8px;display:flex}.st-more-wrap{display:block;position:relative}.st-morepop{z-index:60;background:var(--sheet);border:1.5px solid var(--ink);min-width:210px;box-shadow:4px 4px 0 var(--ink);border-radius:12px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.st-morepop button{text-align:left;width:100%;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:12px;font-size:14.5px;font-weight:700;display:flex}@media (hover:hover){.st-morepop button:hover:not(:disabled){background:var(--hi)}}.st-morepop button:disabled{opacity:.4;cursor:not-allowed}.st-morepop button.danger{color:#c02a24}.st-morepop button svg{flex:none;width:18px;height:18px}@media (pointer:coarse){.st-zoom{display:none!important}}@media (width<=1023px){.st-titlewrap{max-width:38vw}}@media (width<=600px){.st-titlewrap{display:none}.st-bar{gap:6px;padding:9px}.st-icon{width:36px;height:36px}.st-icon svg{width:18px;height:18px}.st-divider{display:none}.st-back{gap:6px;padding:8px 11px 8px 9px}.st-actions,.st-actions-full{gap:6px}.st-text{padding:9px}.st-text span{display:none}}@media (width<=380px){.st-bar{gap:5px;padding:8px 7px}.st-icon{width:34px;height:34px}.st-text{padding:8px}.st-back{padding:7px 9px 7px 8px;font-size:13px}}
