.chsv{display:flex;flex-direction:column;gap:10px;border:2px solid var(--border-strong);border-radius:var(--r-md);background:var(--white);padding:10px}.chsv-sv{position:relative;width:100%;height:150px;border-radius:var(--r-sm);border:1.5px solid var(--border);cursor:crosshair;touch-action:none;overflow:hidden}.chsv-svthumb{position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1.5px rgba(0,0,0,.45),0 1px 4px rgba(0,0,0,.4);transform:translate(-50%,-50%);pointer-events:none}.chsv-row{display:flex;align-items:center;gap:9px}.chsv-chip{width:30px;height:30px;flex:none;border-radius:var(--r-sm);border:2px solid var(--border-strong)}.chsv-hue{flex:1;height:22px;margin:0;appearance:none;-webkit-appearance:none;border-radius:var(--r-pill);background:linear-gradient(90deg,#ff0000 0,#ffff00 17%,#00ff00 33%,#00ffff 50%,#0000ff 67%,#ff00ff 83%,#ff0000);border:1.5px solid var(--border);cursor:pointer}.chsv-hue::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--ink);box-shadow:0 1px 4px rgba(0,0,0,.35);cursor:pointer}.chsv-hue::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--ink);box-shadow:0 1px 4px rgba(0,0,0,.35);cursor:pointer}.chsv-hash{font-family:var(--font-head);font-weight:700;color:var(--gray-500);font-size:15px}.chsv-hex{flex:1;min-width:0;height:40px;border:2px solid var(--border-strong);border-radius:var(--r-sm);padding:0 12px;font-family:var(--font-mono,ui-monospace,monospace);font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);background:var(--off-white)}.chsv-hex:focus{outline:none;border-color:var(--orange)}.chsv-eye{width:40px;height:40px;flex:none;border:2px solid var(--border-strong);border-radius:var(--r-sm);background:var(--white);color:var(--ink);font-size:18px;cursor:pointer;display:grid;place-items:center}.chsv-eye:active{background:var(--cream);border-color:var(--orange-deep)}.ed.ed-pc{display:flex;flex-direction:column;overflow:hidden}.ed.ed-pc .ed-body{display:flex;align-items:stretch;flex:1 1 auto;min-height:0;gap:0;border:2px solid var(--border-strong);border-radius:var(--r-xl,30px);overflow:hidden;background:var(--off-white)}.ed.ed-pc .ed-rail{width:104px;flex:none;background:var(--ink);display:flex;flex-direction:column;padding:14px 8px 16px;gap:14px;overflow-y:auto;scrollbar-width:none}.ed.ed-pc .ed-rail::-webkit-scrollbar{display:none}.ed-railgroup{display:flex;flex-direction:column;gap:4px}.ed-railgroup:first-child .ed-raillabel{margin-bottom:8px}.ed-railgroup+.ed-railgroup:not(.abajo){margin-top:34px}.ed-railgroup.abajo{margin-top:auto}.ed-raillabel{padding:0 8px 3px;font-family:var(--font-head);font-weight:500;font-size:8px;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:rgba(250,247,241,.42)}.ed-railb{width:88px;height:68px;flex:0 0 68px;border:0;background:transparent;border-radius:16px;padding:8px 3px;text-align:center;color:rgba(250,247,241,.62);cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease)}.ed-railb svg{width:24px;height:24px;display:block;margin:0 auto}.ed-railb span{display:block;font-family:var(--font-head);font-weight:600;font-size:10px;letter-spacing:.05em;text-transform:uppercase;margin-top:3px}.ed-railb:hover{background:rgba(250,247,241,.1);color:var(--off-white)}.ed-railb.on{background:var(--orange);color:var(--ink)}.ed.ed-pc .ed-toolpanel{width:270px;flex:none;border-right:2px solid var(--border);background:var(--off-white);display:flex;flex-direction:column;min-width:0;animation:edToolIn .18s var(--ease) both}.ed.ed-pc .ed-toolpanel-texto{width:340px}@keyframes edToolIn{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:none}}.ed-toolhead{display:flex;align-items:center;gap:8px;padding:11px 13px;flex:0 0 auto;border-bottom:2px dashed var(--border)}.ed-toolhead svg{width:16px;height:16px;color:var(--orange-deep);flex:none}.ed-toolhead b{flex:1;font-family:var(--font-head);font-weight:600;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.ed-toolhead button{width:26px;height:26px;border:0;background:transparent;cursor:pointer;color:var(--gray-500);border-radius:var(--r-sm);display:grid;place-items:center;flex:none}.ed-toolhead button:hover{background:var(--cream);color:var(--ink)}.ed-toolbody{flex:1 1 auto;min-height:0;overflow-y:auto;padding:12px 13px 16px;display:flex;flex-direction:column;gap:11px}.ed-toollbl{font-size:9.5px;letter-spacing:.18em;color:var(--gray-300)}.ed-toolcta,.ed-toollbl{font-family:var(--font-head);font-weight:600;text-transform:uppercase}.ed-toolcta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:2px solid var(--orange-deep);border-radius:var(--r-md);background:var(--orange);padding:11px;cursor:pointer;color:var(--ink);font-size:12px;letter-spacing:.06em}.ed-toolcta svg{width:16px;height:16px}.ed-toolcta.sec{background:var(--white);border-color:var(--border-strong)}.ed-toolcta.sec:hover{border-color:var(--orange);background:var(--cream)}.ed-toolgrid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ed-toolcard{border:2px solid var(--border-strong);border-radius:var(--r-md);background:var(--white);padding:12px 7px;text-align:center;cursor:pointer;color:var(--ink);transition:border-color .15s var(--ease),transform .15s var(--ease)}.ed-toolcard:hover{border-color:var(--orange);transform:translateY(-2px)}.ed-toolcard small{display:block;font-family:var(--font-head);font-weight:600;font-size:8.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin-top:5px}.ed-toolcard svg{display:block;margin:0 auto}.ed-toolfont{display:block;width:100%;text-align:left;border:2px solid var(--border-strong);border-radius:var(--r-sm);background:var(--white);padding:8px 11px;cursor:pointer;color:var(--ink);font-size:17px;line-height:1.15;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ed-toolfont:hover{border-color:var(--orange);background:var(--cream)}.ed-toolfont.on{border-color:var(--orange-deep);background:var(--cream)}.ed.ed-pc .ed-canvaswrap{flex:1 1 auto;min-width:0;position:relative;display:flex;flex-direction:column}.ed.ed-pc .ed-stage{flex:1;width:100%;height:auto;min-height:0;border:0;border-radius:0}.ed.ed-pc .ed-tabs-float{top:12px;max-width:calc(100% - 24px)}.ed.ed-pc .ed-tabs-float,.ed.ed-pc .ed-viewsbar{position:absolute;left:50%;transform:translateX(-50%);z-index:8}.ed.ed-pc .ed-viewsbar{bottom:12px}.ed.ed-pc .ed-zoomcol{right:12px;bottom:12px}.ed.ed-pc .ed-panel{position:static;width:300px;flex:none;border-left:2px solid var(--border);border-radius:0;background:var(--white);box-shadow:none;backdrop-filter:none;display:flex;flex-direction:column;min-width:0;overflow:hidden}.ed.ed.ed.ed-pc .ed-paneltabs{display:flex;gap:4px;padding:9px 10px 0;flex:0 0 auto}.ed.ed.ed-pc .ed-paneltab{flex:1;text-align:center;font-family:var(--font-head);font-weight:600;font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;padding:7px 3px;border-radius:var(--r-pill);border:2px solid var(--border-strong);background:transparent;color:var(--gray-500);cursor:pointer;white-space:nowrap}.ed.ed.ed-pc .ed-paneltab.on{background:var(--ink);border-color:var(--ink);color:var(--off-white)}.ed.ed.ed-pc .ed-panel-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:9px 10px 14px;display:flex;flex-direction:column;gap:8px}.ed.ed.ed-pc .ed-panel-scroll .ed-alerta,.ed.ed.ed-pc .ed-panel-scroll .ed-grp,.ed.ed.ed-pc .ed-panel-scroll .ed-grp2,.ed.ed.ed-pc .ed-panel-scroll .ed-sec,.ed.ed.ed-pc .ed-panel-scroll .row2{flex:0 0 auto}.ed-grp2{border:2px solid var(--border);border-radius:var(--r-md);background:var(--off-white);overflow:hidden}.ed-grp2-h{display:flex;align-items:center;gap:7px;padding:7px 10px;background:var(--white);border-bottom:1.5px solid var(--border)}.ed-grp2-h svg{width:14px;height:14px;color:var(--orange-deep);flex:none}.ed-grp2-h b{flex:1;font-family:var(--font-head);font-weight:600;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;min-width:0}.ed-grp2-mas{width:22px;height:22px;border:0;background:transparent;color:var(--gray-300);cursor:pointer;border-radius:var(--r-sm);font-size:15px;line-height:1;flex:none}.ed-grp2-mas:hover{background:var(--cream);color:var(--ink)}.ed-grp2-b{padding:9px 10px;display:flex;flex-direction:column;gap:8px}.ed-grp2.danger .ed-grp2-h svg{color:var(--brown)}.ed-frow{display:flex;align-items:flex-end;gap:7px}.ed-frow>*{min-width:0}.ed-lk{width:28px;height:30px;flex:none;border:2px solid var(--border-strong);border-radius:var(--r-sm);background:var(--cream);color:var(--orange-deep);display:grid;place-items:center;cursor:default}.ed-lk svg{width:13px;height:13px}.ed-lk[aria-disabled=true]{opacity:.9}.nf{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.nf-lab{font-family:var(--font-head);font-weight:600;font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);cursor:ew-resize;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nf-lab:hover{color:var(--orange-deep)}.nf-box{display:flex;align-items:center;gap:3px;height:30px;min-width:0;border:2px solid var(--border-strong);border-radius:var(--r-sm);background:var(--white);padding:0 4px 0 8px;position:relative}.nf-box:focus-within{border-color:var(--orange)}.nf--scrub .nf-box{border-color:var(--orange-deep);background:var(--cream)}.nf--scrub .nf-lab{color:var(--orange-deep)}.nf--off{opacity:.5}.nf--off .nf-lab{cursor:default}.nf-inp{flex:1;min-width:0;border:0;outline:none;background:transparent;padding:0;font-weight:700;font-size:13px;color:var(--ink)}.nf-inp,.nf-uni{font-family:var(--font-head)}.nf-uni{font-size:9.5px;color:var(--gray-300);user-select:none;flex:none}.nf-spin{display:flex;flex-direction:column;flex:none;margin-left:1px}.nf-btn{width:15px;height:13px;border:0;background:transparent;color:var(--gray-300);cursor:pointer;display:grid;place-items:center;padding:0;border-radius:3px}.nf-btn:hover{background:var(--cream);color:var(--ink)}.nf-btn svg{width:11px;height:11px}.ed-chips{display:flex;gap:5px;flex-wrap:wrap}.ed-chip{font-family:var(--font-head);font-weight:600;font-size:9px;letter-spacing:.05em;text-transform:uppercase;border:2px solid var(--border-strong);border-radius:var(--r-pill);padding:4px 9px;background:var(--white);cursor:pointer;color:var(--gray-500)}.ed-chip:hover{border-color:var(--ink);color:var(--ink)}.ed-chip.on{background:var(--ink);border-color:var(--ink);color:var(--off-white)}.ed-chip.gh{border-style:dashed}.ed-qa{display:grid;grid-template-columns:1fr 1fr;gap:6px}.ed-qab{display:flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:2px solid var(--ink);border-radius:var(--r-sm);background:var(--orange);cursor:pointer;color:var(--ink);font-family:var(--font-head);font-weight:600;font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;padding:5px 6px;text-align:center}.ed-qab svg{width:14px;height:14px;flex:none}.ed-qab.sec{background:var(--white);border-color:var(--border-strong)}.ed-qab.sec:hover{border-color:var(--orange);background:var(--cream)}.ed-qab:disabled{opacity:.55;cursor:default}.ed-qab.ancho{grid-column:1/-1}.ed-icrow{display:flex;gap:5px}.ed-icb{flex:1;min-width:0;height:30px;border:2px solid var(--border-strong);border-radius:var(--r-sm);background:var(--white);display:grid;place-items:center;cursor:pointer;color:var(--ink);font-family:var(--font-head);font-weight:600;font-size:10px}.ed-icb svg{width:15px;height:15px}.ed-icb:hover{border-color:var(--orange);background:var(--cream)}.ed-icb.on{background:var(--ink);border-color:var(--ink);color:var(--off-white)}.ed-icb:disabled{opacity:.4;cursor:default}.ed-dpi{display:flex;align-items:flex-start;gap:8px;padding:7px 9px;border-radius:var(--r-sm);border:2px solid #b6e0c2;background:#e9f7ee}.ed-dpi .bul{width:9px;height:9px;border-radius:50%;background:var(--ok,#2FA84F);flex:none;margin-top:4px}.ed-dpi.medio{border-color:#f0d3a8;background:#fdf5e7}.ed-dpi.medio .bul{background:#E08A1E}.ed-dpi.bajo{border-color:#f0b4ab;background:#fdf3f1}.ed-dpi.bajo .bul{background:#D64545}.ed-dpi p{font-size:11px;line-height:1.35;color:var(--gray-500);min-width:0}.ed-dpi p b{display:block;font-family:var(--font-head);font-weight:600;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink)}.ed-doc{display:flex;flex-direction:column;gap:6px}.ed-docrow{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--gray-500);padding:6px 9px;border-radius:var(--r-sm);background:var(--white)}.ed-docrow svg{width:14px;height:14px;color:var(--gray-300);flex:none}.ed-docrow b{margin-left:auto;font-family:var(--font-head);font-weight:600;font-size:11px;letter-spacing:.03em;color:var(--ink);text-align:right}.ed-docsw{width:17px;height:17px;border-radius:50%;border:1.5px solid var(--border-strong);flex:none}.ed-sws2{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.ed-sw2{width:26px;height:26px;border-radius:50%;border:2px solid var(--border-strong);cursor:pointer;flex:none;padding:0;display:grid;place-items:center;color:var(--ink)}.ed-sw2.on{outline:3px solid var(--orange);outline-offset:2px}.ed-sw2 svg{width:13px;height:13px}.ed-sw2.none{background:var(--white);color:var(--gray-500);font-size:13px;font-weight:800}.ed-sw2.rainbow{border:3px solid transparent;background:linear-gradient(var(--white),var(--white)) padding-box,conic-gradient(from 0deg,var(--orange),#b8332b,#22324d,#234b34,var(--sun),var(--orange)) border-box}.ed-pc .ed-txtarea2{width:100%;border:2px solid var(--border-strong);border-radius:var(--r-sm);background:var(--white);padding:7px 9px;font-family:var(--font-sans);font-size:13px;color:var(--ink);resize:vertical;line-height:1.3}.ed-pc .ed-txtarea2:focus{outline:none;border-color:var(--orange)}.ed-pc .ed-lrow2{display:flex;align-items:center;gap:6px;min-height:38px;border:2px solid var(--border);border-radius:var(--r-sm);background:var(--white);padding:4px 6px;cursor:pointer}.ed-pc .ed-lrow2.on{border-color:var(--orange-deep);background:var(--cream)}.ed-pc .ed-lrow2.off{opacity:.55}.ed-pc .ed-lrow2.dragover{border-color:var(--orange);border-style:dashed}.ed-pc .ed-lrow2.dragging{opacity:.45}.ed-lgrab2{color:var(--gray-300);cursor:grab;flex:none;display:grid;place-items:center}.ed-lgrab2 svg{width:14px;height:14px}.ed-lth2{width:26px;height:26px;flex:none;border-radius:5px;border:1.5px solid var(--border);background:var(--paper,#F3EDE2);display:grid;place-items:center;overflow:hidden}.ed-lth2 img{width:100%;height:100%;object-fit:contain}.ed-lth2 i{font-style:normal;font-size:14px;font-weight:700;color:var(--ink)}.ed-lnm2{flex:1;min-width:0;font-size:12px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-ltp2{font-family:var(--font-head);font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);flex:none}.ed-lib2{width:22px;height:22px;border:0;background:transparent;color:var(--gray-500);cursor:pointer;display:grid;place-items:center;flex:none;border-radius:5px}.ed-lib2:hover{background:var(--off-white);color:var(--ink)}.ed-lib2.on{color:var(--orange-deep)}.ed-lib2.del:hover{background:#fdecea;color:var(--brown)}.ed-lrename2{flex:1;min-width:0;height:26px;border:2px solid var(--orange-deep);border-radius:5px;padding:0 8px;font-size:12px;color:var(--ink);background:var(--white)}.ed-lrename2:focus{outline:none}.ed-lcount{font-family:var(--font-head);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);text-align:center;padding-top:3px;line-height:1.5}.ed-lcount b{color:var(--brown)}.ed-pc .ed-topbar{flex:0 0 auto}.ed-prendabtn{display:inline-flex;align-items:center;gap:9px;height:var(--tb-h,40px);padding:0 13px 0 6px;border:2px solid var(--border-strong);border-radius:var(--r-pill);background:var(--off-white);cursor:pointer;color:var(--ink);flex:none}.ed-prendabtn:hover{border-color:var(--orange);background:var(--cream)}.ed-prendabtn .sw{width:24px;height:24px;border-radius:50%;border:2px solid rgba(0,0,0,.25);flex:none}.ed-prendabtn .tx{font-family:var(--font-head);font-weight:600;font-size:11px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.ed-prendabtn svg{width:14px;height:14px;color:var(--gray-500);flex:none}.ed-prendapop{position:absolute;z-index:40;top:58px;left:50%;transform:translateX(-50%);width:320px;background:var(--white);border:2px solid var(--ink);border-radius:var(--r-lg);box-shadow:0 14px 38px rgba(20,18,16,.22);padding:13px;display:flex;flex-direction:column;gap:11px;animation:edToolIn .16s var(--ease) both}.ed-prendapop-back{position:fixed;inset:0;z-index:39}.ed-talles{display:flex;gap:6px;flex-wrap:wrap}.ed-talle{min-width:40px;height:30px;padding:0 10px;border-radius:var(--r-sm);border:2px solid var(--border-strong);background:var(--white);cursor:pointer;font-family:var(--font-head);font-weight:600;font-size:12px;color:var(--ink)}.ed-talle.on{background:var(--ink);border-color:var(--ink);color:var(--off-white)}.ed-cant{display:flex;align-items:center;border:2px solid var(--border-strong);border-radius:var(--r-sm);background:var(--white);width:max-content}.ed-cant button{width:34px;height:30px;border:0;background:transparent;cursor:pointer;font-size:16px;font-weight:800;color:var(--ink)}.ed-cant b{min-width:42px;text-align:center;font-family:var(--font-head);font-size:13px}.ed-kbd-list{display:flex;flex-direction:column;gap:5px}.ed-kbd-row{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--gray-500);padding:5px 2px;border-bottom:1.5px dashed var(--border)}.ed-kbd-row span{flex:1;min-width:0}.ed-kbd{font-family:ui-monospace,monospace;font-size:10px;background:var(--ink);color:var(--off-white);border-radius:5px;padding:2px 6px;flex:none}.ed-icb.ancho{flex:1 1 100%;gap:6px;padding:0 10px;font-family:var(--font-head);text-transform:uppercase;letter-spacing:.04em;font-weight:600;font-size:11px}.ed-alerta{display:flex;align-items:flex-start;gap:9px;padding:9px 10px;border-radius:var(--r-md);border:2px solid #f0b4ab;background:#fdf3f1}.ed-alerta>svg{width:18px;height:18px;color:#b8332b;flex:none;margin-top:1px}.ed-alerta>div{min-width:0;display:flex;flex-direction:column;gap:5px;align-items:flex-start}.ed-alerta b{font-family:var(--font-head);font-weight:600;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:#b8332b}.ed-alerta p{font-size:11.5px;line-height:1.35;color:var(--gray-500)}.ed-alerta button{height:28px;padding:0 12px;border-radius:var(--r-pill);border:2px solid #b8332b;background:#b8332b;color:var(--white);cursor:pointer;font-family:var(--font-head);text-transform:uppercase;letter-spacing:.04em;font-weight:600;font-size:10.5px}.ed-alerta button:hover{filter:brightness(1.1)}.ed-tb-precio{display:flex;flex-direction:row;align-items:center;gap:10px;height:var(--tb-h,40px);padding:0 8px 0 15px;border-radius:var(--r-pill);border:2px solid var(--border-strong);background:var(--white);line-height:1}.ed-tbp-tot{font-family:var(--font-head);font-weight:700;font-size:16px;color:var(--ink);letter-spacing:.01em;white-space:nowrap}.ed-tbp-det{font-size:11px;color:var(--gray-500);white-space:nowrap}.ed-tbp-tier{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 10px;border-radius:var(--r-pill);background:rgba(245,166,35,.16);font-family:var(--font-head);text-transform:uppercase;letter-spacing:.04em;font-weight:600;font-size:9.5px;color:var(--orange-deep);white-space:nowrap}.ed-tbp-tier svg{width:11px;height:11px}@media (max-width:1200px){.ed.ed-pc .ed-toolpanel{position:absolute;left:104px;top:0;bottom:0;z-index:12;box-shadow:12px 0 30px rgba(20,18,16,.14)}.ed.ed-pc .ed-body{position:relative}.ed.ed-pc .ed-panel{width:270px}.ed-tbp-det{display:none}}@media (prefers-reduced-motion:reduce){.ed-prendapop,.ed.ed-pc .ed-toolpanel{animation:none}.ed-toolcard:hover{transform:none}}@media (max-width:1440px){.ed-tbp-tier{display:none}}.ed-contextbar{position:relative;z-index:24;flex:0 0 60px;min-width:0;height:60px;display:flex;align-items:center;gap:8px;padding:10px 18px;overflow:visible;background:var(--ed-panel,#161513);color:var(--ed-tinta,#faf7f1);border-bottom:2px solid var(--ed-linea,rgba(245,247,241,.16))}.ed-ctx-tag{flex:none;min-width:max-content;font-family:var(--font-head);font-weight:600;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}.ed-ctx-empty{font-size:11px;color:var(--ed-suave)}.ed-ctx-sep{width:1px;align-self:stretch;margin:0 2px;background:var(--ed-linea);flex:none}.ed-contextbar .nf{flex:0 0 92px;gap:0}.ed-contextbar .nf-lab{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.ed-contextbar .nf-box{height:38px;border-radius:12px}.ed-ctx-link{width:22px;height:38px;display:grid;place-items:center;color:var(--orange);flex:none}.ed-ctx-link svg{width:15px;height:15px}.ed-ctx-btn,.ed-ctx-icon{height:38px;flex:none;border:1px solid var(--ed-linea-fuerte);border-radius:12px;background:rgba(250,247,241,.06);color:var(--ed-tinta);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;font-family:var(--font-head);font-size:9.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.ed-ctx-btn.on,.ed-ctx-btn:hover,.ed-ctx-icon:hover{border-color:var(--orange);background:rgba(245,166,35,.15)}.ed-ctx-btn svg,.ed-ctx-icon svg{width:15px;height:15px}.ed-ctx-icon{width:38px;padding:0}.ed-ctx-icon.danger:hover{border-color:#d64545;background:rgba(214,69,69,.16);color:#ff8c80}.ed-ctx-menu{position:relative;flex:none}.ed-ctx-menu.icon>.ed-ctx-btn{width:38px;padding:0}.ed-ctx-menu.icon>.ed-ctx-btn>svg:last-child{display:none}.ed-ctx-pop{position:absolute;z-index:50;top:calc(100% + 10px);left:0;width:270px;max-height:min(620px,calc(100dvh - 145px));overflow:auto;padding:14px;border:1px solid var(--ed-linea-fuerte);border-radius:16px;background:#1e1c19;color:var(--ed-tinta);box-shadow:0 18px 45px rgba(0,0,0,.42)}.ed-ctx-menu.wide .ed-ctx-pop{width:516px}.ed-ctx-list{gap:6px}.ed-ctx-list,.ed-ctx-list button{display:flex;flex-direction:column}.ed-ctx-list button{border:1px solid var(--ed-linea);border-radius:10px;background:rgba(250,247,241,.05);color:var(--ed-tinta);min-height:48px;padding:8px 10px;cursor:pointer;text-align:left;gap:2px}.ed-ctx-list button:hover{border-color:var(--orange)}.ed-ctx-list button b{font:600 10px/1.2 var(--font-head);letter-spacing:.07em;text-transform:uppercase}.ed-ctx-list button span{font-size:11px;color:var(--ed-suave)}.ed-ctx-value{max-width:120px;height:38px;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 11px;border:1px solid var(--ed-linea-fuerte);border-radius:12px;font-size:14px}.ed-ctx-color{width:16px;height:16px;border:1px solid rgba(255,255,255,.4);border-radius:50%}.ed-ctx-custom{margin-top:10px;width:100%;min-height:34px;border:1px solid var(--ed-linea-fuerte);border-radius:10px;background:rgba(250,247,241,.06);color:var(--ed-tinta);cursor:pointer}.ed-contextbar .tcolors{display:flex;flex-wrap:wrap;gap:8px}.ed-contextbar .tc{width:28px;height:28px}.ed-text-aligns{display:grid;grid-template-columns:1fr 1fr;gap:6px}.ed-curve-presets button,.ed-text-aligns button{min-height:38px;border:1px solid var(--ed-linea);border-radius:10px;background:rgba(250,247,241,.05);color:var(--ed-tinta);cursor:pointer;font:600 9px/1.2 var(--font-head)}.ed-text-aligns button{display:flex;align-items:center;gap:6px;padding:0 9px;text-align:left}.ed-text-aligns button svg{width:15px;height:15px}.ed-text-aligns button.on{border-color:var(--orange);color:var(--orange)}.ed-ctx-range{display:flex;flex-direction:column;gap:6px;margin-top:12px;color:var(--ed-suave);font:600 9px/1 var(--font-head);letter-spacing:.06em;text-transform:uppercase}.ed-ctx-range input{accent-color:var(--orange)}.ed-curve-preview{display:grid;place-items:center;min-height:70px;margin-bottom:10px;border-radius:12px;background:rgba(250,247,241,.06);color:var(--ed-tinta);font-size:20px;overflow:hidden}.ed-curve-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.ed-ctx-note{display:flex;flex-direction:column;gap:7px;color:var(--ed-suave);font:600 9px/1 var(--font-head);text-transform:uppercase}.ed-ctx-note input{height:38px;padding:0 10px;border:1px solid var(--ed-linea-fuerte);border-radius:10px;background:rgba(250,247,241,.06);color:var(--ed-tinta)}.ed-ctx-error{margin-top:9px;color:#ff8c80;font-size:11px}.ed-acomodar{display:grid;grid-template-columns:210px 1fr;gap:14px}.ed-acomodar-main p,.ed-acomodar-max{margin:0 0 10px;color:var(--ed-suave);font-size:11px;line-height:1.35}.ed-align-grid{display:grid;grid-template-columns:repeat(3,48px);gap:6px}.ed-align-grid button,.ed-align-grid>span{width:48px;height:40px}.ed-align-grid button{border:1px solid var(--ed-linea);border-radius:10px;background:rgba(250,247,241,.05);color:var(--ed-tinta);cursor:pointer}.ed-align-grid button:hover{border-color:var(--orange);color:var(--orange)}.ed-align-grid button svg{width:17px;height:17px}.ed-acomodar-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.ed-acomodar-pos{grid-column:1/-1;display:flex;gap:6px;margin-bottom:2px}.ed-acomodar-actions>button{min-height:48px;padding:7px 8px;border:1px solid var(--ed-linea);border-radius:10px;background:rgba(250,247,241,.05);color:var(--ed-tinta);display:flex;align-items:center;gap:7px;text-align:left;cursor:pointer}.ed-acomodar-actions>button:hover{border-color:var(--orange)}.ed-acomodar-actions>button svg{width:16px;height:16px;flex:none;color:var(--orange)}.ed-acomodar-actions>button span{display:flex;flex-direction:column;font-size:10px;color:var(--ed-suave);line-height:1.25}.ed-acomodar-actions>button b{color:var(--ed-tinta);font:600 9px/1.2 var(--font-head);text-transform:uppercase}.ed-acomodar-actions .nf{grid-column:1/-1}.ed-acomodar-space{margin-top:10px;display:flex;flex-direction:column;gap:6px}.ed-acomodar-space button{min-height:38px;border:1px solid var(--ed-linea);border-radius:10px;background:rgba(250,247,241,.05);color:var(--ed-tinta)}.ed-acomodar-space button:disabled{opacity:.4}.ed-contextbar .ed-mbar.ed-ctx-multi{position:static;transform:none;display:flex;margin:0;padding:0;gap:8px;background:transparent;border:0;box-shadow:none;height:40px}.ed-contextbar .ed-mbar.ed-ctx-multi>button{position:static;width:auto;height:38px}.ed-quality-chip{margin-left:auto;min-width:172px;height:40px;padding:5px 9px;display:flex;align-items:center;gap:8px;border:1px solid var(--ed-linea-fuerte);border-radius:12px;background:rgba(250,247,241,.06);overflow:hidden}.ed-quality-chip>span{width:20px;height:20px;flex:none;display:grid;place-items:center;border-radius:50%;background:#2fa84f;color:white}.ed-quality-chip.medio>span{background:#e08a1e}.ed-quality-chip.bajo>span{background:#d64545}.ed-quality-chip svg{width:12px;height:12px}.ed-quality-chip p{min-width:0;margin:0;font-size:10.5px;line-height:1.1;color:var(--ed-suave);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-quality-chip p b{display:block;margin-bottom:2px;color:var(--ed-tinta);font:600 9.5px/1 var(--font-head);letter-spacing:.06em;text-transform:uppercase}.ed-quality-alert{position:absolute;z-index:26;transform:translateX(-50%);width:min(520px,calc(100% - 28px));min-height:72px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:2px solid #d64545;border-radius:14px;background:#fdf3f1;color:#3d2420;box-shadow:0 10px 30px rgba(80,30,25,.18);pointer-events:auto}.ed-quality-alert>svg{width:21px;height:21px;color:#d64545;flex:none}.ed-quality-alert>div{flex:1;min-width:0}.ed-quality-alert b{display:block;margin-bottom:3px;color:#b8332b;font:600 10px/1 var(--font-head);letter-spacing:.08em;text-transform:uppercase}.ed-quality-alert p{margin:0;color:#5f423e;font-size:11px;line-height:1.3}.ed-quality-alert button{flex:none;height:34px;padding:0 12px;border:0;border-radius:10px;background:#d64545;color:white;cursor:pointer;font:600 9.5px/1 var(--font-head);letter-spacing:.05em;text-transform:uppercase}.ed-textintro{margin:0;color:var(--ed-suave);font-size:12px;line-height:1.4}.ed-textwrite{display:flex;flex-direction:column;gap:5px;color:var(--ed-suave);font:600 9px/1 var(--font-head);letter-spacing:.1em;text-transform:uppercase}.ed-textwrite textarea{width:100%;min-height:78px;resize:vertical;border:1px solid var(--ed-linea-fuerte);border-radius:12px;padding:10px;background:rgba(250,247,241,.06);color:var(--ed-tinta);font:14px/1.35 var(--font-sans)}.ed-textwrite small{font:10px/1.2 var(--font-sans);letter-spacing:0;text-transform:none}.ed-textsize{height:44px;display:grid;grid-template-columns:44px 1fr 44px;border:1px solid var(--ed-linea-fuerte);border-radius:12px;overflow:hidden}.ed-textsize button{border:0;background:rgba(250,247,241,.05);color:var(--ed-tinta);font-size:20px;cursor:pointer}.ed-textsize b{display:grid;place-items:center;border-inline:1px solid var(--ed-linea);font:600 13px/1 var(--font-head)}.ed-fontchosen{min-height:62px;padding:8px 12px;border:1px solid var(--orange);border-radius:12px;background:rgba(245,166,35,.1);color:var(--ed-tinta);cursor:pointer;display:flex;flex-direction:column;align-items:flex-start}.ed-fontchosen span{font:600 9px/1 var(--font-head);color:var(--orange);text-transform:uppercase;letter-spacing:.08em}.ed-fontchosen b{margin-top:6px;font-size:21px}.ed-fontpanel{display:flex;flex-direction:column;gap:10px;min-height:0}.ed-fontback{width:max-content;border:0;background:transparent;color:var(--ed-tinta);display:flex;align-items:center;gap:6px;cursor:pointer;font:600 10px/1 var(--font-head);text-transform:uppercase}.ed-fontback svg,.ed-fontsearch svg{width:16px;height:16px}.ed-fontsearch{height:42px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--ed-linea-fuerte);border-radius:12px;color:var(--ed-suave)}.ed-fontsearch input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--ed-tinta)}.ed-fontresults{display:flex;flex-direction:column;gap:6px}.ed-fontresults button{min-height:58px;border:1px solid var(--ed-linea);border-radius:12px;background:rgba(250,247,241,.05);color:var(--ed-tinta);cursor:pointer;padding:7px 10px;text-align:left}.ed-fontresults button.on{border-color:var(--orange)}.ed-fontresults span{display:block;color:var(--ed-suave);font:600 9px/1 var(--font-head);text-transform:uppercase}.ed-fontresults b{display:block;margin-top:6px;font-size:18px}.ed-layers-panel,.ed-prenda-panel{display:flex;flex-direction:column;gap:10px}.ed-notes-panel{display:flex;flex-direction:column;gap:8px;color:var(--ed-tinta);font:600 10px/1 var(--font-head);letter-spacing:.08em;text-transform:uppercase}.ed-notes-panel textarea{min-height:180px;border:1px solid var(--ed-linea-fuerte);border-radius:12px;padding:10px;background:rgba(250,247,241,.06);color:var(--ed-tinta);resize:vertical;font:13px/1.4 var(--font-sans)}.ed-notes-panel small{color:var(--ed-suave);font:10px/1.3 var(--font-sans);text-transform:none;letter-spacing:0}.ed-maxchip{position:absolute;z-index:9;left:20px;bottom:70px;min-height:32px;padding:0 12px;border:1px solid var(--ed-linea-fuerte);border-radius:999px;background:rgba(12,12,12,.94);color:var(--ed-tinta);cursor:pointer;font:600 9px/1 var(--font-head);letter-spacing:.07em;text-transform:uppercase}.ed-empty-start{position:absolute;z-index:7;left:50%;top:calc(50% + 30px);transform:translate(-50%,-50%);width:min(520px,calc(100% - 40px));text-align:center;pointer-events:none}.ed-empty-start h2{margin:0;font:600 34px/1 var(--font-head);text-transform:uppercase;color:#171513}.ed-empty-start>p{margin:10px 0 18px;color:#6f665c;font-size:13px}.ed-empty-start>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;pointer-events:auto}.ed-empty-start button{min-height:86px;border:2px solid rgba(20,18,16,.32);border-radius:16px;background:rgba(250,247,241,.86);color:#171513;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.ed-empty-start button:hover{border-color:var(--orange);transform:translateY(-2px)}.ed-empty-start svg{width:24px;height:24px}.ed-empty-start b{font:600 10px/1 var(--font-head);text-transform:uppercase}@media (max-width:1380px){.ed-contextbar{overflow-x:auto;overflow-y:visible;scrollbar-width:thin}.ed-quality-chip{margin-left:12px}}.ed,.edm{--ed-chrome:#0c0c0c;--ed-panel:#161513;--ed-panel-2:#1e1c19;--ed-lienzo:#e7e0d3;--ed-linea:rgba(245,247,241,.16);--ed-linea-fuerte:rgba(245,247,241,.3);--ed-tinta:#faf7f1;--ed-suave:#9a9183}body.ed-full .footer,body.ed-full .nav,body.ed-full .yg-tabbar{display:none!important}body.ed-full{overflow:hidden}.ed .ed-topbar{background:var(--ed-chrome);border-bottom:2px solid var(--ed-linea);border-radius:0;color:var(--ed-tinta)}.ed .ed-tb-hist button,.ed .ed-topbar .ed-prendabtn,.ed .ed-topbar .ed-previa-btn,.ed .ed-topbar .ed-tb-back{border-color:var(--ed-linea-fuerte);background:transparent;color:var(--ed-tinta)}.ed .ed-tb-hist button:hover:not(:disabled),.ed .ed-topbar .ed-prendabtn:hover,.ed .ed-topbar .ed-previa-btn:hover,.ed .ed-topbar .ed-tb-back:hover{border-color:var(--orange);background:rgba(245,166,35,.14);color:var(--ed-tinta)}.ed .ed-tb-hist button:disabled{opacity:.38}.ed .ed-tb-sep{background:var(--ed-linea)}.ed .ed-tb-precio{background:transparent;border-color:var(--ed-linea-fuerte)}.ed .ed-tbp-tot{color:var(--ed-tinta)}.ed .ed-tbp-det{color:var(--ed-suave)}.ed .ed-tbp-tier{background:rgba(245,166,35,.18);color:var(--orange)}.ed .ed-topbar .sv-cta.sm{height:var(--tb-h);padding:0 20px;font-size:12.5px;letter-spacing:.07em;border:2px solid var(--orange);box-shadow:none}.ed .ed-topbar .sv-cta.sm:hover{background:var(--sun);border-color:var(--sun);box-shadow:none}.ed .ed-topbar .sv-cta.sm svg{width:17px;height:17px}.ed.ed-pc .ed-body{border:0;border-radius:0;background:var(--ed-chrome)}.ed.ed-pc .ed-rail{background:var(--ed-chrome);border-right:2px solid var(--ed-linea)}.ed .ed-railb{color:rgba(250,247,241,.66)}.ed .ed-railb:hover{background:rgba(250,247,241,.09);color:var(--ed-tinta)}.ed .ed-railb.on{background:var(--orange);color:#0a0a0a}.ed.ed-pc .ed-toolpanel{background:var(--ed-panel);border-right:2px solid var(--ed-linea);color:var(--ed-tinta)}.ed .ed-toolhead{border-bottom:2px solid var(--ed-linea);color:var(--ed-tinta)}.ed .ed-toolhead button{color:var(--ed-suave)}.ed .ed-toolhead button:hover{background:rgba(250,247,241,.1);color:var(--ed-tinta)}.ed .ed-toollbl,.ed .ed-toolnota{color:var(--ed-suave)}.ed .ed-toolcta.sec{background:rgba(250,247,241,.06);border-color:var(--ed-linea-fuerte);color:var(--ed-tinta)}.ed .ed-toolcta.sec:hover{border-color:var(--orange);background:rgba(245,166,35,.16)}.ed .ed-toolcard,.ed .ed-toolfont{background:rgba(250,247,241,.05);border-color:var(--ed-linea);color:var(--ed-tinta)}.ed .ed-toolcard small{color:var(--ed-suave)}.ed .ed-toolcard:hover,.ed .ed-toolfont:hover{border-color:var(--orange)}.ed.ed.ed.ed-pc .ed-panel{background:var(--ed-panel);border-left:2px solid var(--ed-linea);color:var(--ed-tinta)}.ed.ed.ed.ed-pc .ed-paneltab{border-color:var(--ed-linea-fuerte);color:var(--ed-suave)}.ed.ed.ed.ed-pc .ed-paneltab.on{background:var(--orange);border-color:var(--orange);color:#0a0a0a}.ed .ed-grp2{background:var(--ed-panel-2);border-color:var(--ed-linea)}.ed .ed-grp2-h{background:rgba(250,247,241,.04);border-bottom-color:var(--ed-linea);color:var(--ed-tinta)}.ed .ed-grp2-mas{color:var(--ed-suave)}.ed .ed-grp2-mas:hover{background:rgba(250,247,241,.1);color:var(--ed-tinta)}.ed .ed-panel .ed-vacio,.ed .ed-panel p{color:var(--ed-suave)}.ed .nf-box{background:rgba(250,247,241,.06);border-color:var(--ed-linea-fuerte)}.ed .nf-inp{color:var(--ed-tinta)}.ed .nf-btn,.ed .nf-lab,.ed .nf-uni{color:var(--ed-suave)}.ed .nf-btn:hover{background:rgba(250,247,241,.12);color:var(--ed-tinta)}.ed .nf--scrub .nf-box{background:rgba(245,166,35,.18);border-color:var(--orange)}.ed .ed-lk{background:rgba(250,247,241,.06);color:var(--orange)}.ed .ed-chip,.ed .ed-lk{border-color:var(--ed-linea-fuerte)}.ed .ed-chip{background:rgba(250,247,241,.05);color:var(--ed-suave)}.ed .ed-chip:hover{border-color:var(--orange);color:var(--ed-tinta)}.ed .ed-chip.on{background:var(--orange);border-color:var(--orange);color:#0a0a0a}.ed .ed-icb{background:rgba(250,247,241,.05);border-color:var(--ed-linea-fuerte);color:var(--ed-tinta)}.ed .ed-icb:hover{border-color:var(--orange);background:rgba(245,166,35,.16)}.ed .ed-icb.on{background:var(--orange);border-color:var(--orange);color:#0a0a0a}.ed .ed-qab.sec{background:rgba(250,247,241,.06);border-color:var(--ed-linea-fuerte);color:var(--ed-tinta)}.ed .ed-qab.sec:hover{border-color:var(--orange);background:rgba(245,166,35,.16)}.ed .ed-kbd{background:rgba(250,247,241,.1);border-color:var(--ed-linea-fuerte);color:var(--ed-tinta)}.ed .ed-kbd-row{color:var(--ed-suave)}.ed .ed-stage{background-color:var(--ed-lienzo);background-image:none;border:0;border-radius:0}.ed .ed-tabs-float,.ed .ed-viewsbar{background:rgba(12,12,12,.94);border-color:var(--ed-linea);box-shadow:0 10px 26px rgba(0,0,0,.3)}.ed .ed-vchip{color:rgba(250,247,241,.72)}.ed .ed-vchip:hover:not(.on){background:rgba(250,247,241,.1);color:var(--ed-tinta)}.ed .ed-vchip.on{background:var(--orange);color:#0a0a0a}.ed .ed-vchip.filled:not(.on){color:var(--orange)}.ed .ed-ptab{background:rgba(250,247,241,.08);border-color:var(--ed-linea-fuerte);color:var(--ed-tinta)}.ed .ed-ptab.on{background:var(--orange);border-color:var(--orange);color:#0a0a0a}.ed .ed-ptab.add{background:transparent;border-style:dashed;color:rgba(250,247,241,.8)}.ed .ed-zoomcol .ed-scalebar,.ed .ed-zoomcol .ed-tools{background:rgba(12,12,12,.94);border-color:var(--ed-linea);color:var(--ed-tinta);box-shadow:0 10px 26px rgba(0,0,0,.3)}.ed .ed-zoomcol button{color:var(--ed-tinta)}.ed .ed-zoomcol button:hover{background:rgba(250,247,241,.12)}.ed .ed-scalebar span,.ed .ed-zoomcol .ed-zoomval{color:var(--ed-tinta)}.edm{background:var(--ed-chrome)}.edm .edm-dock,.edm .edm-top{background:var(--ed-chrome);border-color:var(--ed-linea);color:var(--ed-tinta)}.edm .ed-stage,.edm .edm-stage{background-color:var(--ed-lienzo);background-image:none}.edm .edm-panel,.edm .edm-sheet{background:var(--ed-panel);color:var(--ed-tinta);border-color:var(--ed-linea)}@media (prefers-reduced-motion:reduce){.ed .ed-toolcard{transition:none}}body.ed-full main{padding:0!important}body.ed-full .pp,body.ed-full .pp-tienda-ed,body.ed-full .sv-shell{padding:0!important;max-width:none!important;width:100%!important}body.ed-full .ed.ed-pc{height:100dvh;max-height:100dvh}.ed .ed-docrow,.ed .ed-panel .ed-kv,.ed .ed-panel .ed-row{background:rgba(250,247,241,.06);border-color:var(--ed-linea);color:var(--ed-tinta)}.ed .ed-docrow b,.ed .ed-docrow strong{color:var(--ed-tinta)}.ed .ed-docrow small,.ed .ed-docrow span{color:var(--ed-suave)}.ed .ed-docrow svg{color:var(--orange)}body.ed-full .ed.ed-pc{margin:0!important}body.ed-full .sv,body.ed-full .sv-body{padding:0!important;margin:0!important}.ed .ed-scalebar,.ed .ed-scalebar *{color:var(--ed-tinta)}.ed .ed-scalebar hr,.ed .ed-scalebar i{background:var(--ed-tinta);border-color:var(--ed-tinta)}.ed .gp-note,.ed .gp-row,.edm .gp-note,.edm .gp-row{color:var(--ed-suave)}.ed .gp-row b,.edm .gp-row b{color:var(--ed-tinta)}.ed .gp-tg,.edm .gp-tg{background:rgba(245,247,241,.2)}.ed .gp-tg.on,.edm .gp-tg.on{background:var(--orange)}.ed .gp-seg,.edm .gp-seg{border-color:var(--ed-linea-fuerte)}.ed .gp-segopt,.edm .gp-segopt{color:var(--ed-suave)}.ed .gp-segopt.on,.edm .gp-segopt.on{background:var(--orange);color:var(--ink)}.tut,.tut-b,.tut-b-back,.tut-barra,.tut-bur{--tut-suave:cubic-bezier(.16,1,.3,1);--tut-firme:cubic-bezier(.22,1,.36,1);--tut-velo:rgba(8,8,8,.72)}.tut{position:fixed;inset:0;z-index:1200}.tut-velo{position:absolute;inset:0;background:var(--tut-velo);animation:tutVelo .28s var(--tut-suave)}.tut-foco{position:fixed;border-radius:14px;box-shadow:0 0 0 9999px var(--tut-velo),0 0 0 2px var(--orange) inset;outline:2px solid var(--orange);outline-offset:0;pointer-events:none;transition:top .42s var(--tut-firme),left .42s var(--tut-firme),width .42s var(--tut-firme),height .42s var(--tut-firme);animation:tutLatido 2.4s ease-in-out .5s infinite}@keyframes tutLatido{0%,to{outline-color:var(--orange)}50%{outline-color:rgba(245,166,35,.35)}}@keyframes tutVelo{0%{opacity:0}to{opacity:1}}.tut-globo{position:fixed;left:92px;width:min(456px,calc(100vw - 40px));padding:20px 22px 16px;border:2px solid var(--ink);border-radius:var(--r-xl);background:var(--off-white);color:var(--ink);box-shadow:0 24px 60px -20px rgba(0,0,0,.6);animation:tutGloboIn .34s var(--tut-suave) .09s both}.tut-globo.es-centro{left:50%;top:50%;transform:translate(-50%,-50%)}@keyframes tutGloboIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tut-globo.es-centro{animation-name:tutGloboInCentro}@keyframes tutGloboInCentro{0%{opacity:0;transform:translate(-50%,calc(-50% + 10px))}to{opacity:1;transform:translate(-50%,-50%)}}.tut-x{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:28px;height:28px;border:2px solid var(--border-strong);border-radius:50%;background:var(--white);color:var(--ink);cursor:pointer}.tut-x:hover{border-color:var(--ink)}.tut-x svg{width:14px;height:14px}.tut-eyebrow{margin:0 40px 0 0;color:var(--orange-deep);font:600 10.5px/14px var(--font-head);letter-spacing:.14em;text-transform:uppercase}.tut-titulo{margin:8px 0 0;font:700 22px/27px var(--font-head);letter-spacing:.01em}.tut-texto{margin:10px 0 0;color:var(--gray-500);font-size:13.5px;line-height:19px}.tut-pie{margin:10px 0 0;color:var(--gray-300);font-size:12px;line-height:17px}.tut-aviso{margin:12px 0 0;padding:11px 13px;border:2px solid var(--orange);border-radius:var(--r-md);background:rgba(245,166,35,.13);color:var(--ink);font-size:12.5px;line-height:17px}.tut-atajos{margin:12px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px}.tut-atajos li{display:flex;align-items:center;gap:12px;padding:8px 11px;border:2px solid var(--border);border-radius:var(--r-md);background:var(--white)}.tut-atajos li b{font:400 12.5px/17px var(--font-sans)}.tut-atajo__que{display:inline-flex;align-items:center;gap:5px;flex:none}.tut-atajo__que i,.tut-b__teclas i{color:var(--gray-500);font-size:11.5px;font-style:normal}kbd{display:inline-block;padding:3px 7px;border:solid var(--border-strong);border-width:1.5px 1.5px 2.5px;border-radius:6px;background:var(--white);color:var(--ink);font-family:var(--font-head);font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.tut-nav{display:flex;align-items:center;gap:12px;margin-top:16px}.tut-progreso{width:76px;height:4px;flex:none;border-radius:999px;background:var(--border);overflow:hidden}.tut-progreso i{display:block;height:100%;border-radius:999px;background:var(--orange);transition:width .42s var(--tut-firme)}.tut-cuenta{color:var(--gray-300);font-size:11.5px}.tut-saltear{margin-left:auto;padding:0;border:0;background:none;color:var(--gray-500);cursor:pointer;font-size:12.5px}.tut-saltear:hover{color:var(--ink);text-decoration:underline}.tut-siguiente{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 18px;border:2px solid var(--ink);border-radius:999px;background:var(--orange);color:var(--ink);cursor:pointer;font:600 12px/16px var(--font-head);letter-spacing:.06em;text-transform:uppercase;transition:background .16s ease}.tut-siguiente:hover{background:var(--sun)}.tut-siguiente svg{width:15px;height:15px;transition:transform .2s var(--tut-firme)}.tut-siguiente:hover svg{transform:translateX(3px)}.tut-barra{position:absolute;z-index:30;left:18px;bottom:16px;display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 5px 0 12px;border:2px solid var(--ed-linea-fuerte,rgba(245,247,241,.3));border-radius:999px;background:rgba(12,12,12,.92);backdrop-filter:blur(6px);color:var(--ed-tinta,#faf7f1);animation:tutBarraIn .34s var(--tut-suave) both}@keyframes tutBarraIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tut-barra__par{display:inline-flex;align-items:center;gap:6px;font:600 9.5px/13px var(--font-head);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.tut-barra__par svg{width:13px;height:13px;color:var(--orange)}.tut-barra kbd{font-size:9.5px;padding:2px 5px;border-color:rgba(245,247,241,.32);background:rgba(245,247,241,.08);color:var(--ed-tinta,#faf7f1)}.tut-barra__sep{width:1px;height:18px;background:rgba(245,247,241,.2)}.tut-barra__mas{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;border:0;border-radius:999px;background:rgba(245,247,241,.1);color:inherit;cursor:pointer;font:600 9.5px/13px var(--font-head);letter-spacing:.06em;text-transform:uppercase;transition:background .16s ease}.tut-barra__mas.on,.tut-barra__mas:hover{background:var(--orange);color:var(--ink)}.tut-barra__mas svg{width:13px;height:13px;transition:transform .22s var(--tut-firme)}.tut-barra__mas.on svg:last-child{transform:rotate(180deg)}.tut-barra.es-chica{display:grid;place-items:center;width:46px;height:46px;padding:0;cursor:pointer}.tut-barra.es-chica svg{width:19px;height:19px;color:var(--orange)}.tut-b-back{position:fixed;inset:0;z-index:31}.tut-b{position:absolute;z-index:32;left:18px;bottom:70px;width:min(860px,calc(100vw - 36px));max-height:min(600px,calc(100vh - 160px));display:flex;flex-direction:column;overflow:hidden;border:2px solid var(--ed-linea-fuerte,rgba(245,247,241,.3));border-radius:var(--r-xl);background:var(--ed-panel,#161513);color:var(--ed-tinta,#faf7f1);box-shadow:0 26px 60px -22px rgba(0,0,0,.8);animation:tutBIn .26s var(--tut-suave) both}@keyframes tutBIn{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}.tut-b__cab{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:2px solid var(--ed-linea,rgba(245,247,241,.16))}.tut-b__cab b{display:inline-flex;align-items:center;gap:8px;font:600 11.5px/15px var(--font-head);letter-spacing:.12em;text-transform:uppercase}.tut-b__cab b svg{width:16px;height:16px;color:var(--orange)}.tut-b__cab>button,.tut-b__pie button{padding:0;border:0;background:none;color:var(--ed-suave,#9a9183);cursor:pointer;font-size:12px;text-decoration:underline}.tut-b__cab>button:hover,.tut-b__pie button:hover{color:var(--orange)}.tut-b__cuerpo{flex:1;min-height:0;overflow-y:auto;padding:16px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 28px}.tut-b__cuerpo h4{margin:0 0 6px;color:var(--orange);font:600 10px/14px var(--font-head);letter-spacing:.14em;text-transform:uppercase}.tut-b__cuerpo section{margin-bottom:14px}.tut-b__cuerpo ul{margin:0;padding:0;list-style:none}.tut-b__cuerpo li{display:flex;align-items:center;gap:10px;padding:5px 0;border-bottom:1.5px dashed rgba(245,247,241,.1);font-size:12px}.tut-b__cuerpo li b{font-weight:400;color:var(--ed-suave,#9a9183)}.tut-b__teclas{display:inline-flex;align-items:center;gap:4px;flex:none;min-width:168px}.tut-b kbd{border-color:rgba(245,247,241,.3);background:rgba(245,247,241,.08);color:var(--ed-tinta,#faf7f1)}.tut-b__gestos{grid-column:1/-1;padding-top:12px}.tut-b__gestos,.tut-b__pie{border-top:2px solid var(--ed-linea,rgba(245,247,241,.16))}.tut-b__pie{display:flex;align-items:center;gap:18px;padding:12px 18px}.tut-b__ocultar{margin-left:auto}.tut-bur{position:absolute;z-index:28;left:18px;top:96px;width:min(320px,calc(100vw - 36px));padding:14px;border:2px solid var(--ink);border-radius:var(--r-xl);background:var(--off-white);color:var(--ink);box-shadow:0 22px 48px -20px rgba(0,0,0,.55);opacity:0;transform:translateX(-10px) scale(.97);transition:opacity .34s var(--tut-suave),transform .34s var(--tut-suave)}.tut-bur.es-on{opacity:1;transform:none}.tut-bur:before{content:"";position:absolute;left:-9px;top:44px;width:14px;height:14px;border:2px solid var(--ink);border-right:0;border-top:0;border-radius:0 0 0 4px;background:var(--off-white);transform:rotate(45deg)}.tut-bur__cab{display:flex;align-items:flex-start;gap:10px}.tut-bur__ico{display:grid;place-items:center;width:36px;height:36px;flex:none;overflow:hidden;border:2px solid var(--ink);border-radius:50%;background:var(--orange)}.tut-bur__ico img{width:100%;height:100%;object-fit:cover}.tut-bur__cab p{display:flex;flex-direction:column;gap:2px;margin:0;min-width:0}.tut-bur__cab b{color:var(--orange-deep);font:600 10.5px/14px var(--font-head);letter-spacing:.12em;text-transform:uppercase}.tut-bur__cab p>span{color:var(--gray-500);font-size:12.5px;line-height:17px}.tut-bur__x{margin-left:auto;display:grid;place-items:center;width:24px;height:24px;flex:none;border:2px solid var(--border-strong);border-radius:50%;background:var(--white);color:var(--ink);cursor:pointer}.tut-bur__x svg{width:12px;height:12px}.tut-bur__puertas{margin:12px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.tut-bur__puertas button{width:100%;display:flex;align-items:center;gap:10px;padding:9px 11px;border:2px solid var(--border-strong);border-radius:var(--r-md);background:var(--white);color:var(--ink);cursor:pointer;font:600 12.5px/17px var(--font-sans);text-align:left;transition:border-color .16s ease,transform .16s var(--tut-firme)}.tut-bur__puertas button:hover{border-color:var(--ink);transform:translateX(2px)}.tut-bur__puertas button>svg:last-child{margin-left:auto;width:15px;height:15px;color:var(--gray-300)}.tut-bur__pico{display:grid;place-items:center;width:28px;height:28px;flex:none;border:2px solid var(--ink);border-radius:8px;background:var(--orange)}.tut-bur__pico svg{width:15px;height:15px}.tut-bur__otra{display:inline-flex;align-items:center;gap:7px;margin:12px 0 0;padding:0;border:0;background:none;color:var(--gray-500);cursor:pointer;font:600 10px/14px var(--font-head);letter-spacing:.1em;text-transform:uppercase}.tut-bur__otra:hover{color:var(--orange-deep)}.tut-bur__otra svg{width:13px;height:13px}@media (max-width:768px){.tut-globo,.tut-globo.es-centro{left:12px;right:12px;top:auto!important;bottom:calc(14px + var(--yg-safe-bottom, 0px))!important;width:auto;transform:none;animation-name:tutGloboIn;max-height:70vh;overflow-y:auto}.tut-titulo{font-size:19px;line-height:24px}.tut-atajos li{padding:7px 9px}.tut-barra{left:12px;right:12px;bottom:12px;height:38px;justify-content:center}.tut-barra.es-chica{right:auto;width:38px;height:38px}.tut-b{left:12px;right:12px;bottom:58px;width:auto}.tut-b__cuerpo{grid-template-columns:1fr}.tut-b__teclas{min-width:130px}.tut-bur{left:12px;right:12px;top:auto;bottom:96px;width:auto}.tut-bur:before{display:none}}@media (prefers-reduced-motion:reduce){.tut-b,.tut-barra,.tut-bur,.tut-bur__puertas button,.tut-foco,.tut-globo,.tut-progreso i,.tut-siguiente svg{transition:none!important;animation:none!important}.tut-bur,.tut-globo{opacity:1}.tut-bur{transform:none}}