:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.ed-root{--ed-accent:#7c5cff;--ed-accent-soft:#7c5cff1a;--ed-text:#1d1d22;--ed-muted:#6e6e78;--ed-faint:#a3a3ad;--ed-border:#e7e7ec;--ed-panel:#fff;--ed-hover:#f3f3f6;--ed-canvas:#ebebef;--ed-danger:#e5484d;--ed-radius:8px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;letter-spacing:0;color:var(--ed-text);background:var(--ed-panel);text-align:left;-webkit-user-select:none;user-select:none;flex-direction:column;font:13px/1.4 Inter,system-ui,sans-serif;display:flex;position:fixed;inset:0}.ed-root *,.ed-color-pop,.ed-color-pop *{box-sizing:border-box}.ed-root button,.ed-color-pop button{font:inherit;color:inherit;cursor:pointer}.ed-root button:disabled{opacity:.35;cursor:default}.ed-loading{color:#555;text-align:center;place-content:center;gap:8px;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:grid}body.ed-resizing,body.ed-resizing *{cursor:ns-resize!important}body.ed-scrubbing,body.ed-scrubbing *{cursor:ew-resize!important}.ed-topbar{border-bottom:1px solid var(--ed-border);background:var(--ed-panel);z-index:5;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;height:52px;padding:0 12px;display:grid}.ed-topbar__left,.ed-topbar__center,.ed-topbar__right{align-items:center;gap:4px;display:flex}.ed-topbar__right{justify-content:flex-end;gap:8px}.ed-topbar__back{border-radius:var(--ed-radius);width:32px;height:32px;color:var(--ed-text);place-items:center;display:grid}.ed-topbar__back:hover{background:var(--ed-hover)}.ed-topbar__title{flex-direction:column;margin:0 12px 0 4px;line-height:1.2;display:flex}.ed-topbar__title strong{font-size:13px;font-weight:600}.ed-topbar__link{border-radius:var(--ed-radius);color:var(--ed-muted);padding:6px 10px;text-decoration:none}.ed-topbar__link:hover{background:var(--ed-hover);color:var(--ed-text)}.ed-topbar__sep{background:var(--ed-border);width:1px;height:20px;margin:0 6px}.ed-save{color:var(--ed-muted);align-items:center;gap:4px;font-size:11px;display:inline-flex}.ed-save.is-saved{color:#1f9d55}.ed-save.is-error{color:var(--ed-danger)}.ed-zoom{border-radius:var(--ed-radius);font-variant-numeric:tabular-nums;background:0 0;border:0;min-width:52px;height:30px}.ed-zoom:hover{background:var(--ed-hover)}.ed-icon-btn{border-radius:var(--ed-radius);width:32px;height:32px;color:var(--ed-text);background:0 0;border:0;place-items:center;display:inline-grid}.ed-icon-btn:hover:not(:disabled){background:var(--ed-hover)}.ed-btn{border-radius:var(--ed-radius);background:var(--ed-hover);white-space:nowrap;border:0;flex:1;justify-content:center;align-items:center;gap:6px;height:32px;padding:0 12px;font-weight:500;text-decoration:none;display:inline-flex}.ed-btn--primary{background:var(--ed-accent);width:100%;color:#fff!important}.ed-btn--primary:hover{background:#6a48f5}.ed-btn--soft:hover{background:#e9e9ee}.ed-btn--dark{color:#fff;background:#1d1d22;flex:none}.ed-btn--dark:hover{background:#000}.ed-btn.is-danger{color:var(--ed-danger)}.ed-link-btn{background:0 0;border:0;padding:0;font-size:12px;font-weight:500;color:var(--ed-accent)!important}.ed-body{flex:1;grid-template-columns:284px minmax(0,1fr) 280px;min-height:0;display:grid}.ed-panel{background:var(--ed-panel);z-index:3;flex-direction:column;min-height:0;display:flex}.ed-panel--left{border-right:1px solid var(--ed-border)}.ed-panel--right{border-left:1px solid var(--ed-border)}.ed-panel__scroll{scrollbar-width:thin;flex:1;padding:12px 14px 40px;overflow-y:auto}.ed-panel__head{align-items:center;gap:8px;margin-bottom:10px;display:flex}.ed-badge{background:var(--ed-accent-soft);color:var(--ed-accent);border-radius:999px;flex:none;padding:3px 8px;font-size:11px;font-weight:600}.ed-hint{color:var(--ed-muted);margin:6px 0;font-size:12px;line-height:1.45}.ed-hint a{color:var(--ed-accent)}.ed-h{letter-spacing:.06em;text-transform:uppercase;color:var(--ed-muted);margin:18px 0 8px;font-size:11px;font-weight:600}.ed-tabs{border-bottom:1px solid var(--ed-border);grid-template-columns:repeat(3,1fr);gap:4px;padding:8px;display:grid}.ed-tabs button{border-radius:var(--ed-radius);background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;padding:7px 4px;font-size:11px;font-weight:500;display:flex;color:var(--ed-muted)!important}.ed-tabs button:hover{background:var(--ed-hover)}.ed-tabs button.is-active{background:var(--ed-accent-soft);color:var(--ed-accent)!important}.ed-stack{flex-direction:column;gap:6px;display:flex}.ed-grid-tiles{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.ed-tile{border:1px solid var(--ed-border);background:#fafafb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:64px;padding:8px 4px;font-size:11px;transition:border-color .12s,background .12s,transform .12s;display:flex;color:var(--ed-muted)!important}.ed-tile:hover{border-color:var(--ed-accent);background:#fff;color:var(--ed-text)!important}.ed-tile:active{cursor:grabbing;transform:scale(.97)}.ed-tile svg{color:var(--ed-text)}.ed-tile__glyph{color:var(--ed-text);font-size:20px;line-height:20px}.ed-tile--text,.ed-tile--button{text-align:left;align-items:flex-start;min-height:0;padding:10px 12px;line-height:1.15;color:var(--ed-text)!important}.ed-tile--button{align-items:center}.ed-fake-btn{padding:7px 16px;font-size:12px;font-weight:700;display:inline-block}.ed-icon-grid{grid-template-columns:repeat(6,1fr);gap:4px;margin:6px 0;display:grid}.ed-icon-grid button{aspect-ratio:1;background:#fafafb;border:1px solid #0000;border-radius:7px;place-items:center;display:grid}.ed-icon-grid button:hover{border-color:var(--ed-border);background:#fff}.ed-icon-grid button.is-active{border-color:var(--ed-accent);background:var(--ed-accent-soft);color:var(--ed-accent)}.ed-icon-grid--big{grid-template-columns:repeat(5,1fr)}.ed-insert-at{border-radius:var(--ed-radius);background:var(--ed-accent-soft);color:#4b3aa8;flex-wrap:wrap;align-items:center;gap:4px 8px;padding:8px 10px;font-size:12px;display:flex}.ed-template{border:1px solid var(--ed-border);text-align:left;background:#fff;border-radius:10px;flex-direction:column;gap:6px;padding:6px 6px 8px;transition:border-color .12s,box-shadow .12s;display:flex}.ed-template:hover{border-color:var(--ed-accent);box-shadow:0 4px 14px #7c5cff26}.ed-template canvas{border-radius:5px}.ed-template__name{padding:0 4px;font-size:12px;font-weight:500}.ed-layers{padding:8px 6px 40px}.ed-layer-section{margin-bottom:4px}.ed-layer-section__head,.ed-layer{cursor:default;border-radius:6px;align-items:center;gap:6px;height:30px;padding:0 6px;display:flex}.ed-layer-section__head{font-weight:600}.ed-layer{color:#3a3a42;padding-left:26px}.ed-layer-section__head:hover,.ed-layer:hover{background:var(--ed-hover)}.ed-layer-section__head.is-selected,.ed-layer.is-selected{background:var(--ed-accent-soft);color:#3d2cb0}.ed-layer.is-over,.ed-layer-section__head.is-over{box-shadow:inset 0 2px 0 var(--ed-accent)}.ed-layer.is-hidden .ed-layer__name{opacity:.45}.ed-layer__icon{color:var(--ed-muted);place-items:center;display:grid}.ed-layer__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ed-layer__name em{color:var(--ed-faint);font-style:normal}.ed-layer__count{color:var(--ed-faint);font-size:11px;font-weight:400}.ed-layer__actions{gap:2px;display:flex}.ed-layer__actions button{opacity:0;background:0 0;border:0;border-radius:5px;place-items:center;width:22px;height:22px;display:grid;color:var(--ed-faint)!important}.ed-layer:hover .ed-layer__actions button,.ed-layer__actions button.is-on{opacity:1}.ed-layer__actions button:hover{background:#0000000f;color:var(--ed-text)!important}.ed-caret{background:0 0;border:0;width:16px;height:16px;padding:0;font-size:10px;transition:transform .12s;color:var(--ed-muted)!important}.ed-caret.is-open{transform:rotate(90deg)}.ed-canvas{background-color:var(--ed-canvas);background-image:radial-gradient(#00000017 1px,#0000 1px);background-size:18px 18px;position:relative;overflow:clip}.ed-canvas.is-space{cursor:grab}.ed-canvas.is-panning{cursor:grabbing}.ed-canvas.is-drop:after{content:"";border:2px dashed var(--ed-accent);pointer-events:none;position:absolute;inset:0}.ed-drop-hint{background:var(--ed-accent);color:#fff;pointer-events:none;border-radius:999px;padding:6px 14px;font-weight:500;position:absolute;top:14px;left:50%;transform:translate(-50%)}.ed-section-label{white-space:nowrap;text-overflow:ellipsis;z-index:2;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;max-width:160px;padding:4px 8px 4px 4px;font-size:12px;display:flex;position:absolute;overflow:hidden;color:var(--ed-muted)!important}.ed-section-label:hover{background:#ffffffb3;color:var(--ed-text)!important}.ed-section-label.is-active{font-weight:600;color:var(--ed-accent)!important}.ed-section-label.is-inside{opacity:.9;background:#ffffffd9;box-shadow:0 1px 4px #0000001a}.ed-section-label__index{background:#00000012;border-radius:5px;place-items:center;min-width:18px;height:18px;font-size:10px;font-weight:600;display:grid}.ed-section-label.is-active .ed-section-label__index{background:var(--ed-accent);color:#fff}.ed-section-actions{z-index:2;background:#fff;border-radius:10px;flex-direction:column;gap:2px;padding:3px;display:flex;position:absolute;box-shadow:0 2px 10px #0000001f}.ed-section-actions button{background:0 0;border:0;border-radius:7px;width:28px;height:28px;font-size:13px}.ed-section-actions button:hover:not(:disabled){background:var(--ed-hover)}.ed-section-actions button.is-danger:hover:not(:disabled){background:#fdecec;color:var(--ed-danger)!important}.ed-resize{cursor:ns-resize;z-index:2;touch-action:none;height:12px;position:absolute}.ed-resize:before{content:"";background:var(--ed-accent);opacity:0;height:2px;transition:opacity .12s;position:absolute;top:5px;left:0;right:0}.ed-resize:hover:before,.ed-resize.is-visible:before{opacity:.5}.ed-resize:hover:before{opacity:1}.ed-resize__pill{background:var(--ed-accent);color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums;opacity:0;pointer-events:none;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:600;transition:opacity .12s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ed-resize.is-visible .ed-resize__pill,.ed-resize:hover .ed-resize__pill{opacity:1}.ed-resize__add{opacity:0;cursor:pointer;background:#fff;border:0;border-radius:50%;width:24px;height:24px;margin-top:-12px;padding:0;font-size:16px;line-height:24px;transition:opacity .12s,transform .12s;position:absolute;top:50%;left:-36px;box-shadow:0 1px 6px #0000002e;color:var(--ed-accent)!important}.ed-resize:hover .ed-resize__add,.ed-resize.is-visible .ed-resize__add{opacity:1}.ed-resize__add:hover{background:var(--ed-accent);transform:scale(1.12);color:#fff!important}.ed-add-section{background:#fff6;border:2px dashed #c8c8d2;border-radius:12px;height:56px;font-weight:600;transition:border-color .12s,color .12s,background .12s;position:absolute;color:var(--ed-muted)!important}.ed-add-section:hover{border-color:var(--ed-accent);background:#fffc;color:var(--ed-accent)!important}.ed-text-editor{outline:1.5px dashed var(--ed-accent);outline-offset:2px;resize:none;transform-origin:0 0;white-space:pre-wrap;word-break:break-word;z-index:4;-webkit-user-select:text;user-select:text;background:0 0;border:0;margin:0;padding:0;position:absolute;overflow:hidden}.ed-menu{border:1px solid var(--ed-border);z-index:10;background:#fff;border-radius:10px;min-width:230px;padding:5px;position:absolute;box-shadow:0 10px 30px #00000029}.ed-menu__item{text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;width:100%;height:30px;padding:0 10px;display:flex}.ed-menu__item:hover:not(:disabled){background:var(--ed-accent);color:#fff!important}.ed-menu__item:hover:not(:disabled) kbd{color:#fffc}.ed-menu__item.is-danger{color:var(--ed-danger)!important}.ed-menu__item.is-danger:hover:not(:disabled){background:var(--ed-danger)}.ed-menu kbd{font:inherit;color:var(--ed-faint);font-size:11px}.ed-menu__sep{background:var(--ed-border);height:1px;margin:4px 6px}.ed-help{z-index:20;background:#14141e59;place-items:center;display:grid;position:fixed;inset:0}.ed-help__card{background:#fff;border-radius:14px;width:min(520px,92vw);max-height:80vh;padding:20px 22px;overflow:auto;box-shadow:0 20px 60px #00000040}.ed-help__card h3{margin:0 0 12px;font-size:16px}.ed-help dl{margin:0}.ed-help dl div{border-bottom:1px solid var(--ed-border);justify-content:space-between;gap:16px;padding:7px 0;display:flex}.ed-help dt{color:var(--ed-muted)}.ed-help dd{margin:0}.ed-help kbd{background:var(--ed-hover);border-radius:5px;padding:2px 6px;font:12px Inter,sans-serif}.ed-group{border-top:1px solid var(--ed-border);flex-direction:column;gap:8px;padding:12px 0;display:flex}.ed-group__title{letter-spacing:.05em;text-transform:uppercase;color:var(--ed-muted);justify-content:space-between;align-items:center;font-size:11px;font-weight:600;display:flex}.ed-row{align-items:center;gap:6px;display:flex}.ed-row>*{flex:1;min-width:0}.ed-grid2{grid-template-columns:1fr 1fr;gap:6px;display:grid}.ed-grid3{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.ed-grid2>*,.ed-grid3>*{min-width:0}.ed-quick{grid-template-columns:repeat(6,1fr);gap:4px;margin-bottom:8px;display:grid}.ed-quick button,.ed-align button{background:var(--ed-hover);border:0;border-radius:7px;place-items:center;height:30px;display:grid}.ed-quick button:hover,.ed-align button:hover{background:#e7e7ed}.ed-quick button.is-active{background:var(--ed-accent-soft);color:var(--ed-accent)!important}.ed-quick button.is-danger:hover{background:#fdecec;color:var(--ed-danger)!important}.ed-align{grid-template-columns:repeat(6,1fr);gap:4px;display:grid}.ed-field-label{color:var(--ed-muted);font-size:12px}.ed-input,.ed-select{background:var(--ed-hover);width:100%;height:32px;color:var(--ed-text);font:inherit;-webkit-user-select:text;user-select:text;border:1px solid #0000;border-radius:7px;outline:none;padding:0 9px}.ed-input:hover,.ed-select:hover{border-color:var(--ed-border)}.ed-input:focus,.ed-select:focus{border-color:var(--ed-accent);background:#fff}.ed-input--ghost{background:0 0;flex:1;min-width:0;height:28px;font-weight:600}.ed-input--mono{text-transform:lowercase;font-family:IBM Plex Mono,ui-monospace,monospace}.ed-textarea{resize:vertical;height:auto;padding:7px 9px;line-height:1.4}.ed-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%236e6e78' stroke-width='1.5'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;padding-right:26px}.ed-select--font{font-size:15px}.ed-num{background:var(--ed-hover);border:1px solid #0000;border-radius:7px;align-items:center;height:32px;display:flex}.ed-num:hover{border-color:var(--ed-border)}.ed-num:focus-within{border-color:var(--ed-accent);background:#fff}.ed-num.is-disabled{opacity:.45}.ed-num__label{min-width:26px;color:var(--ed-muted);cursor:ew-resize;flex:none;padding:0 4px 0 8px;font-size:11px}.ed-num__input{min-width:0;height:100%;font:inherit;font-variant-numeric:tabular-nums;color:var(--ed-text);-webkit-user-select:text;user-select:text;background:0 0;border:0;outline:none;flex:1;padding:0 6px 0 2px}.ed-num__suffix{color:var(--ed-faint);padding-right:8px;font-size:11px}.ed-slider__head{color:var(--ed-muted);justify-content:space-between;font-size:12px;display:flex}.ed-slider__value{font-variant-numeric:tabular-nums}.ed-slider input{width:100%;accent-color:var(--ed-accent)}.ed-seg{background:var(--ed-hover);border-radius:8px;padding:2px;display:flex}.ed-seg button{white-space:nowrap;background:0 0;border:0;border-radius:6px;flex:1;place-items:center;height:28px;padding:0 6px;font-size:12px;display:grid;color:var(--ed-muted)!important}.ed-seg button.is-active{background:#fff;box-shadow:0 1px 3px #0000001a;color:var(--ed-text)!important}.ed-toggles{gap:4px;display:flex}.ed-toggles .ed-toggle{flex:1}.ed-toggle{background:var(--ed-hover);border:0;border-radius:7px;min-width:32px;height:32px;padding:0 8px;font-size:12px;font-weight:600}.ed-toggle:hover{background:#e7e7ed}.ed-toggle.is-active{background:var(--ed-accent);color:#fff!important}.ed-swatch{border:0;border-radius:6px;flex:none;width:22px;height:22px;padding:0;display:inline-block;box-shadow:inset 0 0 0 1px #0000001f}.ed-swatch--sm{border-radius:3px;width:12px;height:12px}.ed-swatch--none{background:linear-gradient(135deg, #fff 45%, var(--ed-danger,#e5484d) 45%, var(--ed-danger,#e5484d) 55%, #fff 55%)!important}.ed-swatch.is-active{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--ed-accent,#7c5cff)}.ed-color-field{flex:1;min-width:0}.ed-color-field__btn{background:var(--ed-hover);text-align:left;border:1px solid #0000;border-radius:7px;align-items:center;gap:8px;width:100%;height:32px;padding:0 5px;display:flex}.ed-color-field__btn:hover{border-color:var(--ed-border)}.ed-color-field__hex{text-transform:lowercase;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px}.ed-color-field__label{color:var(--ed-muted);margin-left:auto;padding-right:4px;font-size:11px}.ed-color-pop{z-index:50;color:#1d1d22;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e7e7ec;border-radius:12px;width:252px;padding:12px;font:12px/1.4 Inter,system-ui,sans-serif;position:fixed;box-shadow:0 16px 40px #0000002e}.ed-color-pop__sv{cursor:crosshair;touch-action:none;background-image:linear-gradient(#0000,#000),linear-gradient(90deg,#fff,#0000);border-radius:8px;height:150px;position:relative}.ed-color-pop__knob,.ed-color-pop__hue-knob{pointer-events:none;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #00000040,0 1px 4px #0000004d}.ed-color-pop__hue{cursor:pointer;touch-action:none;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:999px;height:12px;margin:12px 0;position:relative}.ed-color-pop__hue-knob{top:50%}.ed-color-pop__row{align-items:center;gap:6px;display:flex}.ed-color-pop .ed-input{background:#f3f3f6;border:1px solid #0000;border-radius:7px;outline:none;flex:1;min-width:0;height:30px;padding:0 8px;font:12px IBM Plex Mono,ui-monospace,monospace}.ed-color-pop .ed-input:focus{background:#fff;border-color:#7c5cff}.ed-color-pop .ed-icon-btn{background:#f3f3f6;border:0;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.ed-color-pop__preview{border-radius:7px;width:30px;height:30px;box-shadow:inset 0 0 0 1px #0000001f}.ed-color-pop__none{text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;width:100%;margin-top:8px;padding:4px;display:flex}.ed-color-pop__none:hover{background:#f3f3f6}.ed-color-pop__label{color:#6e6e78;margin:12px 0 6px;font-size:11px;font-weight:600}.ed-color-pop__grid{grid-template-columns:repeat(9,1fr);gap:5px;display:grid}.ed-color-pop__grid .ed-swatch{aspect-ratio:1;cursor:pointer;width:100%;height:auto}.ed-color-pop__grid .ed-swatch:hover{transform:scale(1.12)}@media (width<=1100px){.ed-body{grid-template-columns:240px minmax(0,1fr) 250px}}.ed-canvas{touch-action:none}.ed-root.is-mobile{--ed-tabs-h:calc(62px + env(safe-area-inset-bottom));height:100dvh;padding-top:env(safe-area-inset-top)}.ed-root.is-mobile .ed-desktop-only{display:none}.ed-root.is-mobile .ed-topbar{grid-template-columns:auto 1fr auto;gap:4px;height:50px;padding:0 6px}.ed-root.is-mobile .ed-topbar__title{margin:0 4px 0 0}.ed-root.is-mobile .ed-topbar__center{justify-content:center;gap:0}.ed-root.is-mobile .ed-icon-btn{width:40px;height:40px}.ed-root.is-mobile .ed-btn--dark{width:40px;height:36px;padding:0}.ed-root.is-mobile .ed-body{padding-bottom:var(--ed-tabs-h);grid-template-columns:minmax(0,1fr)}.ed-root.is-mobile .ed-section-actions{display:none}.ed-root.is-mobile .ed-section-label{pointer-events:none;font-size:11px}.ed-root.is-mobile .ed-resize{height:28px;margin-top:-8px}.ed-root.is-mobile .ed-resize:before{top:13px}.ed-root.is-mobile .ed-resize__pill{padding:5px 12px;font-size:12px}.ed-root.is-mobile .ed-resize__add{display:none}.ed-root.is-mobile .ed-add-section{height:52px}.ed-m-tabs{height:var(--ed-tabs-h);padding:4px 8px env(safe-area-inset-bottom);border-top:1px solid var(--ed-border);background:var(--ed-panel);z-index:30;grid-template-columns:repeat(4,1fr);display:grid;position:absolute;bottom:0;left:0;right:0}.ed-m-tabs button{-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:11px;font-weight:500;display:flex;color:var(--ed-muted)!important}.ed-m-tabs button.is-active{background:var(--ed-accent-soft);color:var(--ed-accent)!important}.ed-m-context{left:8px;right:8px;bottom:calc(var(--ed-tabs-h) + 8px);z-index:25;background:#fff;border-radius:16px;flex-direction:column;gap:6px;padding:8px 8px 6px;display:flex;position:absolute;box-shadow:0 6px 24px #00000029}.ed-m-context__label{color:var(--ed-muted);white-space:nowrap;text-overflow:ellipsis;padding:0 6px;font-size:12px;font-weight:600;overflow:hidden}.ed-m-context__actions{scrollbar-width:none;gap:2px;display:flex;overflow-x:auto}.ed-m-context__actions::-webkit-scrollbar{display:none}.ed-m-context__actions button,.ed-m-context>button{-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:10px;flex-direction:column;flex:1 0 auto;justify-content:center;align-items:center;gap:3px;min-width:54px;height:52px;padding:0 6px;font-size:11px;display:flex}.ed-m-context__actions button:active{background:var(--ed-hover)}.ed-m-context__actions button.is-danger{color:var(--ed-danger)!important}.ed-m-context>button.is-primary{background:var(--ed-accent);flex-direction:row;height:44px;font-size:15px;font-weight:600;color:#fff!important}.ed-m-glyph{font-size:18px;line-height:16px}.ed-sheet{left:0;right:0;bottom:var(--ed-tabs-h);background:var(--ed-panel);z-index:26;border-radius:18px 18px 0 0;flex-direction:column;height:min(60dvh,560px);animation:.18s ease-out ed-sheet-in;display:flex;position:absolute;box-shadow:0 -8px 30px #00000029}@keyframes ed-sheet-in{0%{opacity:0;transform:translateY(30px)}}.ed-sheet__head{border-bottom:1px solid var(--ed-border);justify-content:space-between;align-items:center;padding:14px 8px 6px 18px;font-size:15px;display:flex;position:relative}.ed-sheet__grip{background:#d4d4dc;border-radius:2px;width:36px;height:4px;margin-left:-18px;position:absolute;top:6px;left:50%}.ed-sheet__body{flex-direction:column;flex:1;min-height:0;display:flex}.ed-sheet .ed-panel__scroll{-webkit-overflow-scrolling:touch;padding:12px 16px 28px}.ed-root.is-mobile .ed-input,.ed-root.is-mobile .ed-select,.ed-root.is-mobile .ed-num__input,.ed-root.is-mobile .ed-textarea{font-size:16px}.ed-root.is-mobile .ed-input,.ed-root.is-mobile .ed-select,.ed-root.is-mobile .ed-num,.ed-root.is-mobile .ed-color-field__btn,.ed-root.is-mobile .ed-toggle,.ed-root.is-mobile .ed-seg button,.ed-root.is-mobile .ed-btn,.ed-root.is-mobile .ed-quick button,.ed-root.is-mobile .ed-align button{min-height:42px}.ed-root.is-mobile .ed-textarea{min-height:72px}.ed-root.is-mobile .ed-num__label{touch-action:none;min-width:34px}.ed-root.is-mobile .ed-slider input{height:28px}.ed-root.is-mobile .ed-grid-tiles{grid-template-columns:repeat(4,1fr)}.ed-root.is-mobile .ed-icon-grid--big{grid-template-columns:repeat(7,1fr)}.ed-root.is-mobile .ed-template .konvajs-content,.ed-root.is-mobile .ed-template canvas{width:100%!important;height:auto!important}.ed-root.is-mobile .ed-template canvas{position:static!important}.ed-root.is-mobile .ed-layer,.ed-root.is-mobile .ed-layer-section__head{height:44px}.ed-root.is-mobile .ed-layer__actions button{opacity:1;width:34px;height:34px}.ed-root.is-mobile .ed-quick,.ed-root.is-mobile .ed-panel__head{display:none}@media (width<=820px){.ed-color-pop{width:auto;right:8px;bottom:calc(70px + env(safe-area-inset-bottom));top:auto!important;left:8px!important}.ed-color-pop__sv{height:170px}.ed-color-pop__hue{height:22px}.ed-color-pop .ed-input{height:40px;font-size:16px}.ed-color-pop__grid .ed-swatch{min-height:30px}.ed-menu{display:none}}.ed-root.is-mobile .ed-section-label:not(.is-active){display:none}.ed-icon-btn.is-on{color:var(--ed-accent)!important}.ed-chips{flex-wrap:wrap;gap:4px;display:flex}.ed-chips button{border:1px solid var(--ed-border);background:#fff;border-radius:999px;height:28px;padding:0 10px;font-size:12px}.ed-chips button:hover{border-color:var(--ed-accent)}.ed-chips button.is-active{border-color:var(--ed-accent);background:var(--ed-accent);color:#fff!important}.ed-thumbs{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.ed-thumb{aspect-ratio:1;background:var(--ed-hover);border-radius:8px;position:relative;overflow:hidden}.ed-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ed-thumb__actions{background:linear-gradient(#0000,#0000008c);justify-content:space-between;padding:3px;display:flex;position:absolute;inset:auto 0 0}.ed-thumb__actions button{background:#ffffffe6;border:0;border-radius:6px;width:22px;height:22px;padding:0;font-size:12px;line-height:22px}.ed-root.is-mobile .ed-chips button{height:38px;padding:0 14px;font-size:14px}.ed-font-btn{background:var(--ed-hover);text-align:left;border:1px solid #0000;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:36px;padding:0 10px;font-size:16px;display:flex}.ed-font-btn:hover{border-color:var(--ed-border)}.ed-font-btn span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ed-font-pop{z-index:50;color:#1d1d22;background:#fff;border:1px solid #e7e7ec;border-radius:12px;flex-direction:column;gap:8px;width:300px;padding:10px;font:13px/1.4 Inter,system-ui,sans-serif;display:flex;position:fixed;box-shadow:0 16px 40px #0000002e}.ed-font-pop *{box-sizing:border-box}.ed-font-pop .ed-input{background:#f3f3f6;border:1px solid #0000;border-radius:8px;outline:none;width:100%;height:36px;padding:0 10px;font:14px Inter,system-ui,sans-serif}.ed-font-pop .ed-input:focus{background:#fff;border-color:#7c5cff}.ed-font-pop__cats button{cursor:pointer;background:#fff;border:1px solid #e7e7ec;border-radius:999px;height:26px;padding:0 9px;font-size:11px}.ed-font-pop__cats button.is-active{color:#fff;background:#7c5cff;border-color:#7c5cff}.ed-font-pop__list{scrollbar-width:thin;flex:1;min-height:0;margin:0 -4px;padding:0 4px;overflow-y:auto}.ed-font-pop__label{color:#6e6e78;margin:8px 6px 4px;font-size:11px;font-weight:600}.ed-font-row{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:38px;padding:4px 8px;display:flex}.ed-font-row:hover{background:#f3f3f6}.ed-font-row.is-active{color:#3d2cb0;background:#7c5cff1f}.ed-font-row__name{white-space:nowrap;text-overflow:ellipsis;font-size:18px;overflow:hidden}.ed-font-row__note{color:#a3a3ad;flex:none;font-size:11px}@media (width<=820px){.ed-font-pop{width:auto;right:8px;bottom:calc(70px + env(safe-area-inset-bottom));height:auto!important;top:60px!important;left:8px!important}.ed-font-pop .ed-input{height:42px;font-size:16px}.ed-font-row{min-height:46px}}.ed-shape-grid button{color:#3a3a42}.ed-toggles .ed-toggle{white-space:normal;line-height:1.2}.ed-crop-bar{color:#fff;z-index:5;background:#1d1d22;border-radius:12px;align-items:center;gap:8px;width:440px;padding:6px 6px 6px 12px;font-size:12px;display:flex;position:absolute;box-shadow:0 8px 24px #00000040}.ed-crop-bar__hint{white-space:nowrap;text-overflow:ellipsis;color:#c9c9d1;flex:1;min-width:0;overflow:hidden}.ed-crop-bar__zoom{align-items:center;gap:6px;display:flex}.ed-crop-bar__zoom input{width:100px;accent-color:var(--ed-accent)}.ed-crop-bar button{background:#ffffff1f;border:0;border-radius:8px;height:30px;padding:0 10px;font-weight:500;color:#fff!important}.ed-crop-bar button.is-primary{background:var(--ed-accent)}.ed-root.is-mobile .ed-crop-bar{flex-wrap:wrap;width:auto;right:8px;top:8px!important;left:8px!important}.ed-root.is-mobile .ed-crop-bar__hint{flex-basis:100%}.ed-root.is-mobile .ed-crop-bar__zoom{flex:1}.ed-root.is-mobile .ed-crop-bar__zoom input{width:100%}.ed-root.is-mobile .ed-crop-bar button{height:40px}.ed-busy{background:var(--ed-accent-soft);color:#3d2cb0;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex}.ed-busy:before{content:"";border:2px solid;border-right-color:#0000;border-radius:50%;flex:none;width:12px;height:12px;animation:.8s linear infinite ed-spin}@keyframes ed-spin{to{transform:rotate(360deg)}}.ed-pages{position:relative}.ed-pages__btn{border:1px solid var(--ed-border);background:#fff;border-radius:8px;align-items:center;gap:6px;max-width:200px;height:32px;padding:0 10px;font-weight:500;display:flex}.ed-pages__btn span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ed-pages__btn:hover{border-color:var(--ed-accent)}.ed-pages__menu{border:1px solid var(--ed-border);z-index:30;background:#fff;border-radius:12px;width:360px;max-height:70vh;padding:8px;position:absolute;top:40px;left:0;overflow:auto;box-shadow:0 16px 40px #00000029}.ed-pages__title{letter-spacing:.05em;text-transform:uppercase;color:var(--ed-muted);margin:4px 6px 8px;font-size:11px;font-weight:600}.ed-pages__row{border-radius:8px;flex-wrap:wrap;align-items:center;display:flex}.ed-pages__row:hover{background:var(--ed-hover)}.ed-pages__row.is-current{background:var(--ed-accent-soft)}.ed-pages__main{text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:8px;min-width:0;height:38px;padding:0 8px;display:flex}.ed-pages__name{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.ed-pages__path{color:var(--ed-faint);flex:none;font-size:11px}.ed-pages__actions{gap:1px;padding-right:4px;display:flex}.ed-pages__actions button{background:0 0;border:0;border-radius:6px;place-items:center;width:26px;height:26px;display:grid;color:var(--ed-muted)!important}.ed-pages__actions button:hover:not(:disabled){background:#0000000f;color:var(--ed-text)!important}.ed-pages__actions button.is-danger:hover:not(:disabled){color:var(--ed-danger)!important}.ed-pages__edit{color:var(--ed-muted);flex-direction:column;flex-basis:100%;gap:8px;padding:4px 10px 10px 32px;font-size:12px;display:flex}.ed-pages__edit label{flex-direction:column;gap:4px;display:flex}.ed-pages__slug{align-items:center;gap:4px;display:flex}.ed-pages__slug span{color:var(--ed-faint);flex:none}.ed-pages__add{margin-top:8px}.ed-root.is-mobile .ed-pages__btn{max-width:120px;height:36px}.ed-root.is-mobile .ed-pages__menu{width:auto;position:fixed;top:56px;left:8px;right:8px}.ed-root.is-mobile .ed-pages__actions button{width:34px;height:34px}.ed-acc-item{border:1px solid var(--ed-border);border-radius:10px;flex-direction:column;gap:6px;padding:8px;display:flex}.ed-acc-item__actions{gap:2px;display:flex;flex:none!important}.ed-acc-item__actions button{background:var(--ed-hover);border:0;border-radius:6px;width:26px;height:26px;padding:0}.ed-root.is-mobile .ed-topbar__title strong{display:none}.ed-modal{z-index:60;color:#1d1d22;background:#14141e73;place-items:center;padding:16px;font:13px/1.4 Inter,system-ui,sans-serif;display:grid;position:fixed;inset:0}.ed-modal *{box-sizing:border-box}.ed-modal__card{background:#fff;border-radius:16px;flex-direction:column;gap:10px;width:min(480px,100%);padding:14px;display:flex;box-shadow:0 24px 60px #0000004d}.ed-modal__head{justify-content:space-between;align-items:center;font-size:15px;display:flex}.ed-modal__close{cursor:pointer;background:#f3f3f6;border:0;border-radius:8px;width:32px;height:32px}.ed-crop-stage{background:#1d1d22;border-radius:12px;place-items:center;min-height:380px;padding:20px 0;display:grid;overflow:hidden}.ed-crop-frame{cursor:move;touch-action:none;-webkit-user-select:none;user-select:none;max-width:100%;position:relative}.ed-crop-frame img{pointer-events:none;max-width:none;position:absolute}.ed-crop-frame__ghost{opacity:.3}.ed-crop-frame__window{outline:2px solid #7c5cff;position:absolute;inset:0;overflow:hidden}.ed-modal__hint{text-align:center;margin:0}.ed-modal__zoom{color:#6e6e78;align-items:center;gap:10px;display:flex}.ed-modal__zoom input{accent-color:#7c5cff;flex:1}.ed-modal__foot{gap:8px;display:flex}.ed-modal .ed-btn{cursor:pointer;background:#f3f3f6;border:0;border-radius:10px;flex:1;justify-content:center;align-items:center;height:40px;font:600 14px Inter,system-ui,sans-serif;display:inline-flex}.ed-modal .ed-btn--primary{color:#fff;background:#7c5cff}.ed-thumb__actions{gap:2px}.ed-thumbs{grid-template-columns:repeat(2,1fr)}.ed-floating-layer{pointer-events:none;z-index:3;position:absolute;inset:0}.ed-floating{white-space:nowrap;pointer-events:auto;cursor:grab;touch-action:none;outline-offset:4px;border:0;outline:2px dashed #0000;justify-content:center;align-items:center;gap:8px;line-height:1;display:inline-flex;position:absolute}.ed-floating:hover{outline-color:#7c5cff99}.ed-floating.is-selected{outline:2px solid var(--ed-accent)}.ed-anchor-grid{border:1px solid var(--ed-border);border-radius:10px;grid-template-columns:repeat(3,1fr);gap:4px;padding:6px;display:grid}.ed-anchor-grid button{background:var(--ed-hover);border:0;border-radius:6px;height:30px}.ed-anchor-grid button.is-active{background:var(--ed-accent);color:#fff!important}.ed-anchor-grid__screen{color:var(--ed-faint);place-items:center;font-size:11px;display:grid}.ed-checks{flex-direction:column;gap:6px;display:flex}.ed-checks label{align-items:center;gap:8px;display:flex}.ed-root.is-mobile .ed-anchor-grid button{height:40px}.gallery{flex-wrap:wrap;gap:1rem;display:flex}.drawing-card{border:1px solid #ccc;width:250px;padding:1rem}.drawing-card img,.drawing-card__placeholder{object-fit:cover;width:100%;height:180px}.drawing-card__placeholder{background:#eee;justify-content:center;align-items:center;display:flex}.whatsapp-float{color:#fff;z-index:100;background:#25d366;border-radius:999px;padding:.75rem 1.25rem;text-decoration:none;position:fixed;bottom:1.5rem;right:1.5rem}.admin-nav{justify-content:space-between;margin-bottom:1rem;display:flex}.admin-page{box-sizing:border-box;text-align:center;width:1126px;max-width:100%;margin:0 auto;padding:1.5rem}.page-view{min-height:100svh;overflow-x:hidden}.page-section{line-height:0;display:block;position:relative}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.not-found{text-align:center;place-content:center;gap:12px;min-height:100svh;font-family:Inter,system-ui,sans-serif;display:grid}.floating-btn{z-index:100;white-space:nowrap;cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;line-height:1;transition:filter .15s,scale .15s;display:inline-flex;position:fixed}.floating-btn:hover{filter:brightness(1.06);scale:1.04}.floating-btn.is-pulse{animation:2s infinite floating-pulse}@keyframes floating-pulse{0%{box-shadow:0 0 #00000040}70%{box-shadow:0 0 0 16px #0000}to{box-shadow:0 0 #0000}}@media (width<=820px){.floating-btn--desktop{display:none}}@media (width>=821px){.floating-btn--mobile{display:none}}.login-screen{z-index:200;background:#f3f3f6;place-items:center;padding:16px;font-family:Inter,system-ui,sans-serif;display:grid;position:fixed;inset:0}.login-screen--overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14141e8c}.login-card{text-align:left;color:#1d1d22;background:#fff;border-radius:18px;flex-direction:column;gap:12px;width:min(360px,100%);padding:28px;display:flex;box-shadow:0 20px 50px #00000024}.login-card__lock{color:#7c5cff;background:#7c5cff1f;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.login-card h1{letter-spacing:0;color:#1d1d22;margin:4px 0 0;font-size:20px;font-weight:700}.login-card__sub{color:#6e6e78;margin:0;font-size:14px;line-height:1.5}.login-card input{border:1px solid #e0e0e6;border-radius:10px;outline:none;height:46px;padding:0 14px;font:16px Inter,system-ui,sans-serif}.login-card input:focus{border-color:#7c5cff;box-shadow:0 0 0 3px #7c5cff26}.login-card button{color:#fff;cursor:pointer;background:#7c5cff;border:0;border-radius:10px;height:46px;font:600 15px Inter,system-ui,sans-serif}.login-card button:disabled{opacity:.6;cursor:default}.login-card__error{color:#e5484d;margin:0;font-size:14px}
