body:has(.sgsss-page){overflow:visible!important}
.sgsss-page{
  --sgsss-ink:#12151f;
  --sgsss-action:#12151f;
  --sgsss-muted:#727a90;
  --sgsss-line:#e2e6ee;
  --sgsss-surface:#f5f7fa;
  --sgsss-teal:#baff29;
  --sgsss-teal-soft:#f7ffe5;
  --sgsss-success:#13795b;
  --sgsss-danger:#b42318;
  color:var(--sgsss-ink);
  font-family:Inter,Manrope,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.sgsss-page *{box-sizing:border-box}
.sgsss-page [hidden]{display:none!important}
.sgsss-shell{width:min(calc(100% - 32px),1400px);margin:0 auto;padding:18px 0 72px}
.sgsss-page .woocommerce-breadcrumb{margin:0 0 14px;color:var(--sgsss-muted);font-size:12px}
.sgsss-heading{max-width:780px;margin:0 0 22px}
.sgsss-heading h1{margin:2px 0 6px;color:var(--sgsss-ink);font-size:clamp(32px,3vw,46px);font-weight:850;letter-spacing:-.035em;line-height:1.04}
.sgsss-heading>p:last-child{max-width:680px;margin:0;color:var(--sgsss-muted);font-size:15px;line-height:1.5}
.sgsss-eyebrow,.sgsss-section-kicker{margin:0;color:var(--sgsss-muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.sgsss-layout{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(250px,1.05fr);gap:12px;align-items:start;width:100%}
.sgsss-gallery,.sgsss-config,.sgsss-budget{min-width:0;border:1px solid var(--sgsss-line);border-radius:16px;background:#fff}
.sgsss-gallery{display:grid;grid-column:1/-1;grid-row:1;grid-template-columns:170px minmax(0,1fr);gap:16px;padding:11px}
.sgsss-carousel,.sgsss-carousel-stage{min-width:0}
.sgsss-carousel-stage{position:relative;display:grid;min-height:145px;place-items:center;overflow:hidden;border-radius:12px;background:var(--sgsss-surface)}
.sgsss-slide{display:grid;width:100%;height:100%;min-height:145px;margin:0;place-items:center}
.sgsss-slide img{display:block;width:100%;height:145px;object-fit:cover}
.sgsss-carousel-arrow{position:absolute;z-index:2;top:50%;display:grid;width:38px;height:38px;padding:0;place-items:center;transform:translateY(-50%);border:1px solid var(--sgsss-line);border-radius:50%;background:rgba(255,255,255,.94);color:var(--sgsss-action);font:700 25px/1 Inter,Manrope,sans-serif;box-shadow:0 4px 14px rgba(22,36,74,.12);cursor:pointer}
.sgsss-carousel-arrow.prev{left:8px}.sgsss-carousel-arrow.next{right:8px}
.sgsss-carousel-arrow:disabled{display:none}
.sgsss-carousel-dots{display:flex;gap:7px;justify-content:center;margin-top:7px}.sgsss-carousel-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#cad5e4}.sgsss-carousel-dots button[aria-current="true"]{background:var(--sgsss-action)}
.sgsss-product-intro{display:grid;padding:10px 7px;align-content:center}
.sgsss-product-intro ul{display:flex;flex-wrap:wrap;gap:8px 22px;margin:10px 0 11px;padding:0;list-style:none}
.sgsss-product-intro li{position:relative;padding-left:22px;color:var(--sgsss-ink);font-size:13px;font-weight:650;line-height:1.35}
.sgsss-product-intro li:before{position:absolute;left:0;color:var(--sgsss-teal);content:"✓";font-weight:900}
.sgsss-product-intro a{display:inline-block;color:var(--sgsss-action);font-size:12px;font-weight:800;text-decoration:none}
.sgsss-config{display:contents}
.sgsss-setup-grid{display:contents}
.sgsss-step{min-width:0;margin:0 0 21px;padding:0 0 21px;border:0;border-bottom:1px solid var(--sgsss-line);background:transparent}
.sgsss-step:last-of-type{margin-bottom:0}
.sgsss-setup-grid>.sgsss-step{min-height:100%;margin:0;padding:12px;border:1px solid var(--sgsss-line);border-radius:16px;background:#fff}
.sgsss-setup-grid>.sgsss-step:nth-child(1){grid-column:1;grid-row:2}.sgsss-setup-grid>.sgsss-step:nth-child(2){grid-column:2;grid-row:2}.sgsss-setup-grid>.sgsss-step:nth-child(3){grid-column:3;grid-row:2}.sgsss-setup-grid>.sgsss-step:nth-child(4){grid-column:4;grid-row:2}
.sgsss-step>legend{display:flex;width:100%;margin:0 0 11px;padding:0;align-items:center;color:var(--sgsss-ink);font-size:15px;font-weight:820;line-height:1.25}
.sgsss-step>legend>span{display:grid;width:26px;height:26px;margin-right:8px;place-items:center;border-radius:50%;background:var(--sgsss-action);color:#fff;font-size:12px;font-weight:800}
.sgsss-card-grid{display:grid;gap:8px;min-width:0}
.sgsss-choice{position:relative;display:flex;min-width:0;min-height:58px;padding:9px;align-items:center;justify-content:center;gap:8px;overflow:hidden;border:1.5px solid var(--sgsss-line);border-radius:12px;background:var(--sgsss-surface);color:var(--sgsss-ink);cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s,transform .15s}
.sgsss-choice:hover{border-color:#a8b5cb;transform:translateY(-1px)}
.sgsss-choice:has(input:checked){border-color:var(--sgsss-teal);background:var(--sgsss-teal-soft);box-shadow:0 0 0 2px rgba(186,255,41,.24)}
.sgsss-choice:has(input:focus-visible),.sgsss-chip:has(input:focus-visible),.sgsss-orientation label:has(input:focus-visible),.sgsss-distribution label:has(input:focus-visible){outline:3px solid rgba(186,255,41,.35);outline-offset:2px}
.sgsss-choice input,.sgsss-chip input,.sgsss-orientation input,.sgsss-distribution input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.sgsss-choice>span:not(.sgsss-swatch){display:grid;min-width:0;gap:2px}
.sgsss-choice strong{min-width:0;font-size:12.5px;font-weight:800;line-height:1.18}
.sgsss-choice small{min-width:0;color:var(--sgsss-muted);font-size:10.5px;font-weight:550;line-height:1.25}
.sgsss-sizes{grid-template-columns:repeat(2,minmax(0,1fr))}
.sgsss-sizes .sgsss-sheet-choice:last-child{grid-column:1/-1}
.sgsss-sheet-choice{display:grid;min-height:86px;padding:6px 4px;gap:2px;text-align:center}
.sgsss-sheet-choice svg{width:56px;height:56px;margin:auto;fill:#fff;stroke:#99a5ba;stroke-width:1.6}
.sgsss-sheet-choice:has(input:checked) svg{stroke:var(--sgsss-teal)}
.sgsss-sheet-icon .sheet-lines{fill:none;stroke-width:1}.sgsss-sheet-icon .sheet-custom-mark{display:none;fill:none;stroke:var(--sgsss-action);stroke-width:2}.sgsss-sheet-icon.is-custom .sheet-shape{stroke-dasharray:3 2}.sgsss-sheet-icon.is-custom .sheet-lines{display:none}.sgsss-sheet-icon.is-custom .sheet-custom-mark{display:block}
.sgsss-sheet-choice>span{gap:0!important}
.sgsss-sheet-choice strong{font-size:12px}.sgsss-sheet-choice small{font-size:9.5px;white-space:nowrap}
.sgsss-custom-size,.sgsss-sticker-size{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:end;margin-top:10px;padding:11px;border-radius:12px;background:var(--sgsss-surface)}
.sgsss-custom-size label,.sgsss-sticker-size label,.sgsss-custom-quantity,.sgsss-notes{display:grid;min-width:0;gap:5px;color:var(--sgsss-muted);font-size:11px;font-weight:750}
.sgsss-custom-size label>span,.sgsss-sticker-size em{font-size:9px;font-style:normal;font-weight:650}
.sgsss-page input[type="number"],.sgsss-page textarea,.sgsss-page select{width:100%;min-width:0;min-height:44px;padding:9px 10px;border:1px solid #bdc7d3;border-radius:10px;background:#fff;color:var(--sgsss-ink);font:650 14px/1.2 Barlow,sans-serif}
.sgsss-page input[type="number"]:focus-visible,.sgsss-page textarea:focus-visible,.sgsss-page select:focus-visible,.sgsss-page button:focus-visible,.sgsss-page a:focus-visible,.sgsss-dropzone:has(input:focus-visible){outline:3px solid rgba(186,255,41,.35);outline-offset:2px}
.sgsss-orientation{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}
.sgsss-orientation label{position:relative;display:flex;min-height:46px;padding:7px 10px;align-items:center;justify-content:center;gap:7px;border:1.5px solid var(--sgsss-line);border-radius:12px;background:var(--sgsss-surface);font-size:11.5px;font-weight:750;cursor:pointer}
.sgsss-orientation label:has(input:checked){border-color:var(--sgsss-teal);background:var(--sgsss-teal-soft);box-shadow:0 0 0 2px rgba(186,255,41,.24)}
.sgsss-orientation svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2}
.sgsss-materials{grid-template-columns:1fr}
.sgsss-materials .sgsss-choice{display:grid;grid-template-columns:36px minmax(0,1fr);min-height:76px;padding:10px;justify-content:start;text-align:left}
.sgsss-swatch{display:block;flex:0 0 auto;width:34px;height:34px;border:1px solid #cbd5e2;border-radius:9px;box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}
.sgsss-swatch.vinilo_blanco{background:#fff}
.sgsss-swatch.transparente{background-color:#fff;background-image:linear-gradient(45deg,#dce6ef 25%,transparent 25%),linear-gradient(-45deg,#dce6ef 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#dce6ef 75%),linear-gradient(-45deg,transparent 75%,#dce6ef 75%);background-position:0 0,0 7px,7px -7px,7px 0;background-size:14px 14px}
.sgsss-swatch.holografico{background:linear-gradient(135deg,#8ee8ff,#d9a4ff 34%,#fff58c 67%,#ff9bcb)}
.sgsss-finish-row{display:grid;gap:7px;margin-top:10px}
.sgsss-finish-row>strong,.sgsss-distribution>strong{color:var(--sgsss-muted);font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.sgsss-finishes,.sgsss-leads{grid-template-columns:repeat(2,minmax(0,1fr))}
.sgsss-finishes .sgsss-choice,.sgsss-leads .sgsss-choice{justify-content:flex-start;padding:9px 12px}
.sgsss-choice.is-disabled{border-color:#e7ebf2;background:#f4f5f8;color:#8993a7;box-shadow:none;cursor:not-allowed;opacity:.72}.sgsss-choice.is-disabled:hover{transform:none}.sgsss-finish-message{margin:0;padding:8px 10px;border-radius:9px;background:#eef8f6;color:var(--sgsss-success);font-size:11px;font-weight:750}
.sgsss-shapes{grid-template-columns:repeat(2,minmax(0,1fr))}
.sgsss-shapes .sgsss-choice:first-child{grid-column:1/-1}
.sgsss-shapes .sgsss-choice{display:grid;min-height:87px;padding:7px 4px;gap:3px;text-align:center}
.sgsss-shapes svg{width:39px;height:35px;margin:auto;fill:#fff;stroke:#8d9bb1;stroke-width:2}
.sgsss-shapes .sgsss-choice:has(input:checked) svg{fill:rgba(14,207,182,.08);stroke:var(--sgsss-teal)}
.sgsss-shapes strong{font-size:10.5px}
.sgsss-shape-help,.sgsss-help{margin:7px 0 0;color:var(--sgsss-muted);font-size:10.5px;line-height:1.4}
.sgsss-quantity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.sgsss-chip{position:relative;display:grid;min-height:44px;padding:8px;place-items:center;border:1.5px solid var(--sgsss-line);border-radius:11px;background:var(--sgsss-surface);color:var(--sgsss-ink);font-size:12px;font-weight:800;cursor:pointer}
.sgsss-chip:has(input:checked){border-color:var(--sgsss-teal);background:var(--sgsss-teal-soft);box-shadow:0 0 0 2px rgba(186,255,41,.24)}
.sgsss-custom-quantity{margin:8px 0 0}
.sgsss-leads{margin-top:10px}
.sgsss-design-step{grid-column:1/5;grid-row:3;margin:0;padding:14px;border:1px solid var(--sgsss-line);border-radius:16px;background:#fff}
.sgsss-design-workspace{min-width:0;overflow:hidden;border:1px solid var(--sgsss-line);border-radius:14px;background:#fff}
.sgsss-workspace-head,.sgsss-simple-head{display:flex;padding:11px 12px;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--sgsss-line);background:var(--sgsss-surface)}
.sgsss-workspace-head h2,.sgsss-simple-head h2{margin:2px 0 0;color:var(--sgsss-ink);font-size:17px;font-weight:820;line-height:1.15}
.sgsss-workspace-status,.sgsss-simple-state{max-width:190px;padding:5px 8px;border-radius:999px;background:#eef3f8;color:var(--sgsss-muted);font-size:9.5px;font-weight:800;text-align:right}
.sgsss-layout-status{max-width:270px;padding:0 0 0 9px;border-left:2px solid var(--sgsss-line);border-radius:0;background:transparent;text-align:left}
.sgsss-workspace-status.is-ready{background:#eaf9f4;color:var(--sgsss-success)}
.sgsss-workspace-panel{min-width:0;padding:12px}
.sgsss-dropzone{display:grid;min-height:150px;padding:18px;place-items:center;border:1.5px dashed #a8b5cb;border-radius:12px;background:var(--sgsss-surface);text-align:center;cursor:pointer;transition:border-color .15s,background .15s}
.sgsss-dropzone:hover,.sgsss-dropzone.is-dragover{border-color:var(--sgsss-teal);background:var(--sgsss-teal-soft)}
.sgsss-dropzone svg{width:38px;height:38px;margin-bottom:5px;fill:none;stroke:var(--sgsss-action);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.sgsss-dropzone strong{font-size:15px}.sgsss-dropzone span{color:var(--sgsss-muted);font-size:11.5px}.sgsss-dropzone small{color:#8d9bb1;font-size:9.5px}
.sgsss-dropzone input{position:absolute;width:1px;height:1px;opacity:0}
.sgsss-uploading-panel{display:grid;grid-template-columns:112px minmax(0,1fr);gap:13px;align-items:center;min-height:150px}
.sgsss-file-preview,.sgsss-design-thumb{display:grid;place-items:center;overflow:hidden;border-radius:11px;background:var(--sgsss-surface)}
.sgsss-file-preview{width:112px;height:112px}.sgsss-file-preview img,.sgsss-design-thumb img{display:block;width:100%;height:100%;object-fit:contain}
.sgsss-upload-copy{display:grid;min-width:0;gap:5px}.sgsss-upload-copy strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.sgsss-upload-copy small,.sgsss-upload-copy span{color:var(--sgsss-muted);font-size:10.5px}
.sgsss-progress{height:8px;overflow:hidden;border-radius:99px;background:#dfe7f1}.sgsss-progress i{display:block;width:0;height:100%;border-radius:inherit;background:var(--sgsss-teal);transition:width .15s}
.sgsss-upload-copy b{color:var(--sgsss-action);font-size:11px}
.sgsss-processing-panel{display:flex;min-height:150px;align-items:center;justify-content:center;gap:13px;text-align:left}
.sgsss-processing-panel strong{font-size:14px}.sgsss-processing-panel p{margin:3px 0 0;color:var(--sgsss-muted);font-size:11px}
.sgsss-spinner{width:30px;height:30px;border:3px solid var(--sgsss-line);border-top-color:var(--sgsss-teal);border-radius:50%;animation:sgsss-spin .8s linear infinite}
@keyframes sgsss-spin{to{transform:rotate(360deg)}}
.sgsss-error-panel{min-height:130px;text-align:center}.sgsss-error-panel strong{font-size:14px}.sgsss-error-panel p{margin:6px 0 11px;color:var(--sgsss-danger);font-size:11px}.sgsss-error-panel button{min-height:42px;padding:8px 14px;border:0;border-radius:11px;background:var(--sgsss-action);color:#fff;font:800 11px Barlow,sans-serif;cursor:pointer}
.sgsss-proof-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(230px,.65fr);gap:16px;align-items:start}
.sgsss-proof-canonical .stage-wrap{min-width:0}
.sgsss-proof-canonical .stage{position:relative;display:grid;min-height:410px;padding:10px;place-items:center;border:1px solid #d5ddea;border-radius:12px;background-color:#f9fbfd;background-image:linear-gradient(45deg,#edf1f6 25%,transparent 25%),linear-gradient(-45deg,#edf1f6 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#edf1f6 75%),linear-gradient(-45deg,transparent 75%,#edf1f6 75%);background-position:0 0,0 9px,9px -9px,-9px 0;background-size:18px 18px}
.sgsss-proof-canonical #sg-production-preview{display:none;max-width:100%;max-height:520px;border-radius:8px;outline:none;touch-action:none}
.sgsss-proof-canonical .stage.sg-ready #sg-production-preview{display:block}
.sgsss-proof-canonical .stage-empty{display:grid;min-height:160px;place-items:center;color:var(--sgsss-muted);font-size:11px;font-weight:700}
.sgsss-proof-canonical .stage.sg-ready .stage-empty{display:none}
.sgsss-proof-canonical .cutline-note,.sgsss-proof-canonical .ruler{margin-top:6px;color:var(--sgsss-muted);font-size:9px;text-align:center}
.sgsss-proof-canonical .dash{display:inline-block;width:18px;margin-right:4px;border-top:2px dashed #ff00ff;vertical-align:middle}
.sgsss-proof-canonical .stage-tools,.sgsss-proof-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:7px}
.sgsss-proof-canonical button,.sgsss-proof-actions button{min-height:40px;padding:7px 10px;border:1px solid #c5cfdd;border-radius:10px;background:#fff;color:var(--sgsss-action);font:750 10px Inter,Manrope,sans-serif;cursor:pointer}
.sgsss-proof-canonical .proof-side{display:grid;gap:8px}
.sgsss-proof-shape{margin:0;color:var(--sgsss-muted);font-size:10px;font-weight:750;text-align:center}
.sgsss-proof-canonical .psize{padding:9px;border-radius:10px;background:#eef3f8;font-size:16px;font-weight:850;text-align:center}
.sgsss-proof-canonical .sg-production-panel{display:grid;gap:7px}
.sgsss-proof-canonical .sg-proof-status,.sgsss-proof-canonical .sg-resolution{padding:8px;border-radius:9px;background:#eaf9f4;color:var(--sgsss-success);font-size:10px;line-height:1.4}
.sgsss-proof-canonical .sg-proof-status:empty,.sgsss-proof-canonical .sg-resolution:empty{display:none}
.sgsss-proof-canonical .sg-advanced{border:1px solid var(--sgsss-line);border-radius:10px;background:#fff}
.sgsss-proof-canonical .sg-advanced summary{display:grid;padding:9px;gap:5px;color:var(--sgsss-muted);font-size:9.5px;font-weight:700;cursor:pointer;list-style:none}
.sgsss-proof-canonical .sg-advanced summary::-webkit-details-marker{display:none}
.sgsss-proof-canonical .sg-advanced summary strong{color:var(--sgsss-action);font-size:9px;letter-spacing:.04em}
.sgsss-proof-canonical .sg-advanced[open] summary{border-bottom:1px solid var(--sgsss-line)}
.sgsss-proof-canonical .sg-advanced>*:not(summary){margin:9px}
.sgsss-proof-canonical .sg-advanced-grid{display:grid;gap:7px}.sgsss-proof-canonical .sg-advanced-grid label{display:grid;gap:3px;font-size:9.5px;font-weight:700}.sgsss-proof-canonical .sg-advanced-grid select{min-height:40px}
.sgsss-proof-canonical .agree{display:grid;gap:7px;padding:9px;border:1px solid #b8ddd5;border-radius:11px;background:#f1fbf8}
.sgsss-proof-canonical .agree-q{margin:0;font-size:11.5px;font-weight:800}
.sgsss-proof-canonical .check{display:flex;gap:7px;padding:7px;border:1px solid var(--sgsss-line);border-radius:9px;background:#fff;font-size:9.5px;line-height:1.35;cursor:pointer}
.sgsss-proof-canonical .check input{flex:0 0 auto;width:18px;height:18px;margin:0;accent-color:var(--sgsss-teal)}
.sgsss-proof-canonical .agree-box{display:grid;gap:4px}.sgsss-proof-canonical .agree-box textarea{min-height:66px}.sgsss-proof-canonical .agree-box small{font-size:9px}
.sgsss-proof-canonical .sgsss-confirm-proof{width:100%;border-color:var(--sgsss-action);background:var(--sgsss-action);color:#fff;font-weight:800}
.sgsss-design-list{display:grid;gap:8px}
.sgsss-design-card{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:9px;align-items:center;padding:8px;border:1px solid var(--sgsss-line);border-radius:12px;background:var(--sgsss-surface)}
.sgsss-design-thumb{width:62px;height:62px;background:#fff}
.sgsss-design-card-copy{display:grid;min-width:0;gap:2px}.sgsss-design-card-copy strong{font-size:12px}.sgsss-design-card-copy span{overflow:hidden;color:var(--sgsss-muted);font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.sgsss-design-card-copy small{color:var(--sgsss-success);font-size:9.5px;font-weight:750}
.sgsss-design-actions{display:grid;gap:3px}.sgsss-design-actions button{padding:3px 5px;border:0;background:transparent;color:var(--sgsss-action);font:750 9px Barlow,sans-serif;cursor:pointer}.sgsss-design-actions .is-danger{color:var(--sgsss-danger)}
.sgsss-add-design,.sgsss-note-toggle{width:100%;min-height:42px;margin-top:8px;border:1px solid var(--sgsss-line);border-radius:11px;background:#fff;color:var(--sgsss-action);font:800 10.5px Inter,Manrope,sans-serif;cursor:pointer}
.sgsss-notes{margin-top:8px}.sgsss-notes textarea{min-height:78px}
.sgsss-sheet-layout{grid-column:1/5;grid-row:4;margin:0;padding:14px;border:1px solid var(--sgsss-line);border-radius:16px;background:#fff}
.sgsss-simple-head{padding:10px 0 11px;border:0;background:transparent}.sgsss-simple-head>div>p:last-child{margin:4px 0 0;color:var(--sgsss-muted);font-size:10.5px;line-height:1.4}
.sgsss-distribution{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0 0 9px}
.sgsss-distribution label{position:relative;padding:7px 10px;border:1.5px solid var(--sgsss-line);border-radius:10px;background:var(--sgsss-surface);font-size:10px;font-weight:750;cursor:pointer}.sgsss-distribution label:has(input:checked){border-color:var(--sgsss-teal);background:var(--sgsss-teal-soft)}
.sgsss-copy-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:9px}.sgsss-copy-row{display:grid;grid-template-columns:1fr 34px 34px 34px;align-items:center;overflow:hidden;border:1px solid var(--sgsss-line);border-radius:10px}.sgsss-copy-row span{padding-left:8px;font-size:10px;font-weight:700}.sgsss-copy-row button{height:34px;border:0;border-left:1px solid var(--sgsss-line);background:#fff;color:var(--sgsss-action);font-weight:800}.sgsss-copy-row output{text-align:center;font-size:10px;font-weight:800}
.sgsss-sheet-grid{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:10px;align-items:stretch}
.sgsss-sheet-preview{position:relative;display:grid;min-height:350px;padding:12px;place-items:center;overflow:hidden;border:1px solid var(--sgsss-line);border-radius:12px;background:var(--sgsss-surface)}
.sgsss-sheet-canvas{display:block;width:100%;height:326px;filter:drop-shadow(0 7px 9px rgba(22,36,74,.14))}
.sgsss-sheet-bg{fill:#fff;stroke:#cdd6e3;stroke-width:.05}.sgsss-sheet-margin{fill:none;stroke:#8d9bb1;stroke-width:.025;stroke-dasharray:.16 .12}.sgsss-cut-outline>*{fill:none;stroke:#ff00ff;stroke-width:2;vector-effect:non-scaling-stroke}
.sgsss-sheet-empty{position:absolute;margin:0;color:var(--sgsss-muted);font-size:11px;font-weight:700}
.sgsss-sheet-result{display:flex;min-width:0;padding:11px;flex-direction:column;border:1px solid var(--sgsss-line);border-radius:12px;background:#fff}.sgsss-sheet-result>p{margin:0 0 4px;color:var(--sgsss-muted);font-size:10px}.sgsss-sheet-result>strong{font-size:15px;line-height:1.2}.sgsss-sheet-result dl{display:grid;gap:4px;margin:10px 0}.sgsss-sheet-result dl div,.sgsss-design-total{display:flex;gap:7px;justify-content:space-between;font-size:9.5px}.sgsss-sheet-result dt{color:var(--sgsss-muted)}.sgsss-sheet-result dd{margin:0;font-weight:750}
.sgsss-sheet-equation{display:grid;gap:2px;margin:10px 0;padding:8px;border-radius:9px;background:var(--sgsss-surface);font-size:9.5px}.sgsss-sheet-equation b{display:none}.sgsss-sheet-equation strong{color:var(--sgsss-action);font-size:12px}
.sgsss-design-total{margin-top:5px}.sgsss-design-total span{color:var(--sgsss-muted)}
.sgsss-layout-action-hint{margin:auto 0 0;padding:9px;border-radius:9px;background:var(--sgsss-surface);color:var(--sgsss-muted);font-size:10px;line-height:1.4}.sgsss-simple-state[data-state="filled"]{background:#eaf9f4;color:var(--sgsss-success)}.sgsss-simple-state[data-state="stale"]{background:#fff3db;color:#8a5600}
.sgsss-sheet-action{width:100%;margin-top:auto;padding:10px 12px;border:1px solid var(--sgsss-teal);border-radius:9px;background:#fff;color:var(--sgsss-navy);font:inherit;font-size:11px;font-weight:850;cursor:pointer}.sgsss-sheet-action:hover,.sgsss-sheet-action:focus-visible{background:var(--sgsss-teal-soft);outline:2px solid var(--sgsss-teal);outline-offset:2px}.sgsss-sheet-action[hidden]{display:none}.sgsss-sheet-action+.sgsss-layout-action-hint{margin-top:7px}
.sgsss-form-error{min-height:0;margin:0;color:var(--sgsss-danger);font-size:11px;font-weight:700}.sgsss-form-error:empty{display:none}
.sgsss-form-error{grid-column:1/5;grid-row:5}.sgsss-budget-wrap{grid-column:5;grid-row:2/5;min-width:0;align-self:stretch}
.sgsss-budget{position:sticky;top:16px;padding:13px}
.sgsss-budget-label{margin:0;color:var(--sgsss-muted);font-size:10px;font-weight:800;letter-spacing:.1em}.sgsss-budget h2{margin:2px 0 10px;font-size:20px;font-weight:850;line-height:1.1}
.sgsss-budget-data{display:grid;gap:0;margin:0}.sgsss-budget-data>div{display:grid;grid-template-columns:76px minmax(0,1fr);gap:7px;padding:7px 0;border-bottom:1px solid var(--sgsss-line);font-size:10.5px}.sgsss-budget-data dt{color:var(--sgsss-muted)}.sgsss-budget-data dd{min-width:0;margin:0;font-weight:750;text-align:right;overflow-wrap:anywhere}
.sgsss-prices{display:grid;gap:6px;margin:10px 0;padding:11px;border-radius:13px;background:var(--sgsss-action);color:#fff}.sgsss-prices>div{display:flex;gap:8px;justify-content:space-between;font-size:10.5px}.sgsss-prices strong{font-size:11px}.sgsss-prices .sgsss-total{margin-top:3px;padding-top:8px;align-items:end;border-top:1px solid rgba(255,255,255,.22)}.sgsss-prices .sgsss-total span{font-size:12px;font-weight:800}.sgsss-prices .sgsss-total strong{font-size:25px;line-height:1}.sgsss-prices small{font-size:9px;text-align:right;opacity:.78}
.sgsss-proof-promise{display:grid;gap:2px;margin:9px 0;color:var(--sgsss-muted);font-size:9.5px}.sgsss-proof-promise strong{color:var(--sgsss-success);font-size:10.5px}
.sgsss-submit{width:100%;min-height:48px;padding:9px 10px!important;border:0!important;border-radius:12px!important;background:var(--sgsss-teal)!important;color:var(--sgsss-ink)!important;font:850 11px Inter,Manrope,sans-serif!important;line-height:1.2!important;white-space:normal;cursor:pointer}.sgsss-submit:disabled{background:#dce5f4!important;color:#8d9bb1!important;cursor:wait}
.sgsss-server-state{display:block;margin-top:7px;color:var(--sgsss-muted);font-size:9px;text-align:center}.sgsss-server-state.is-valid{color:var(--sgsss-success);font-weight:750}
.sgsss-mobile-bar,.sgsss-drawer{display:none}
.sgsss-seo-content,.sgsss-faq{margin-top:58px}
.sgsss-seo-content>header,.sgsss-faq>header{max-width:760px;margin-bottom:16px}.sgsss-seo-content h2,.sgsss-faq h2{margin:3px 0 0;color:var(--sgsss-ink);font-size:clamp(25px,2.5vw,34px);font-weight:850;letter-spacing:-.02em}.sgsss-seo-content>h2{margin:38px 0 13px;font-size:27px}
.sgsss-info-grid,.sgsss-use-grid,.sgsss-delivery-grid{display:grid;gap:10px}.sgsss-info-grid{grid-template-columns:repeat(4,1fr)}.sgsss-use-grid,.sgsss-delivery-grid{grid-template-columns:repeat(2,1fr)}
.sgsss-info-grid article,.sgsss-use-grid article,.sgsss-delivery-grid article,.sgsss-file-guide{padding:16px;border:1px solid var(--sgsss-line);border-radius:16px;background:#fff}.sgsss-info-grid h3,.sgsss-use-grid h3,.sgsss-delivery-grid h3{margin:0 0 5px;font-size:15px}.sgsss-info-grid p,.sgsss-use-grid p,.sgsss-delivery-grid p{margin:0;color:var(--sgsss-muted);font-size:12px;line-height:1.55}
.sgsss-use-grid article{display:grid;grid-template-columns:48px 1fr;gap:11px}.sgsss-use-grid svg{width:44px;height:44px;fill:none;stroke:var(--sgsss-teal);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.sgsss-delivery-grid{margin-top:10px}
.sgsss-file-guide{display:grid;grid-template-columns:1fr 2fr;gap:20px;margin-top:10px;align-items:center;background:var(--sgsss-action);color:#fff}.sgsss-file-guide h2{margin:3px 0 0;color:#fff;font-size:24px}.sgsss-file-guide ul{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:0;padding:0;list-style:none}.sgsss-file-guide li{display:grid;gap:2px;padding:9px;border-radius:10px;background:rgba(255,255,255,.08);font-size:11px}.sgsss-file-guide li span{opacity:.78}
.sgsss-related{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.sgsss-related a{padding:8px 10px;border:1px solid var(--sgsss-line);border-radius:10px;color:var(--sgsss-action);font-size:10.5px;font-weight:750;text-decoration:none}
.sgsss-faq-grid{columns:2;column-gap:10px}.sgsss-faq details{display:inline-block;width:100%;margin:0 0 8px;border:1px solid var(--sgsss-line);border-radius:12px;background:#fff;break-inside:avoid}.sgsss-faq summary{padding:12px 14px;color:var(--sgsss-ink);font-size:12px;font-weight:750;cursor:pointer}.sgsss-faq details p{margin:0;padding:0 14px 13px;color:var(--sgsss-muted);font-size:11.5px;line-height:1.55}
@media(max-width:1199px){
  .sgsss-layout{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(250px,.8fr)}
  .sgsss-setup-grid>.sgsss-step:nth-child(1){grid-column:1;grid-row:2}.sgsss-setup-grid>.sgsss-step:nth-child(2){grid-column:2;grid-row:2}.sgsss-setup-grid>.sgsss-step:nth-child(3){grid-column:1;grid-row:3}.sgsss-setup-grid>.sgsss-step:nth-child(4){grid-column:2;grid-row:3}
  .sgsss-design-step{grid-column:1/3;grid-row:4}.sgsss-sheet-layout{grid-column:1/3;grid-row:5}.sgsss-form-error{grid-column:1/3;grid-row:6}.sgsss-budget-wrap{grid-column:3;grid-row:2/6}
}
@media(max-width:899px){
  .sgsss-shell{width:min(calc(100% - 24px),860px)}
  .sgsss-layout{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sgsss-budget-wrap{grid-column:1/-1;grid-row:4}.sgsss-budget{position:static;display:grid;grid-template-columns:1fr 1fr;gap:0 22px}.sgsss-budget>.sgsss-budget-label,.sgsss-budget>h2,.sgsss-budget>.sgsss-submit,.sgsss-budget>.sgsss-server-state{grid-column:1/-1}.sgsss-budget-data{grid-column:1}.sgsss-prices{grid-column:2;grid-row:3/6}.sgsss-proof-promise{grid-column:1}
  .sgsss-design-step{grid-column:1/-1;grid-row:5}.sgsss-sheet-layout{grid-column:1/-1;grid-row:6}.sgsss-form-error{grid-column:1/-1;grid-row:7}
  .sgsss-gallery{grid-template-columns:145px minmax(0,1fr)}
}
@media(max-width:620px){
  .sgsss-shell{width:min(calc(100% - 20px),590px);padding-bottom:94px}
  .sgsss-heading{margin-bottom:16px}.sgsss-heading h1{font-size:30px}.sgsss-heading>p:last-child{font-size:13px}
  .sgsss-layout{display:flex;flex-direction:column;gap:10px}
  .sgsss-gallery{display:block;width:100%;padding:10px;border-radius:14px}.sgsss-carousel-stage,.sgsss-slide{min-height:255px}.sgsss-slide img{height:auto;max-height:360px;object-fit:contain}.sgsss-product-intro{display:none}
  .sgsss-setup-grid>.sgsss-step,.sgsss-design-step,.sgsss-sheet-layout{width:100%;min-height:0;margin:0;padding:11px;border-radius:14px}.sgsss-step>legend{font-size:14px}
  .sgsss-budget-wrap{display:none}
  .sgsss-mobile-bar{position:fixed;z-index:999;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr auto;gap:8px;padding:9px max(10px,env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));border-top:1px solid var(--sgsss-line);background:rgba(255,255,255,.97);box-shadow:0 -8px 24px rgba(22,36,74,.12)}
  .sgsss-mobile-bar button{display:grid;min-height:50px;padding:8px 12px;align-content:center;border:0;border-radius:10px;background:var(--sgsss-action);color:#fff;font:750 12px Barlow,sans-serif;text-align:left}.sgsss-mobile-bar button:last-child{background:var(--sgsss-teal);color:var(--sgsss-ink);text-align:center}.sgsss-mobile-bar span{font-size:10px;opacity:.82}.sgsss-mobile-bar strong{font-size:16px}
  .sgsss-drawer[open]{position:fixed;z-index:1001;right:0;bottom:0;left:0;display:block;width:100%;max-width:none;margin:auto 0 0;padding:18px;border:0;border-radius:18px 18px 0 0;color:var(--sgsss-ink);font-family:inherit}.sgsss-drawer::backdrop{background:rgba(13,23,51,.55)}.sgsss-drawer-head{display:flex;align-items:center;justify-content:space-between}.sgsss-drawer-head h2{margin:0}.sgsss-drawer-head button{width:44px;height:44px;border:0;background:transparent;font-size:27px}.sgsss-drawer-total{font-size:28px;font-weight:850}
  .sgsss-sizes{grid-template-columns:repeat(3,minmax(0,1fr))}.sgsss-sizes .sgsss-sheet-choice:last-child{grid-column:auto}.sgsss-sheet-choice{min-height:94px}.sgsss-materials{grid-template-columns:1fr}.sgsss-shapes{grid-template-columns:repeat(3,minmax(0,1fr))}.sgsss-shapes .sgsss-choice:first-child{grid-column:auto}
  .sgsss-quantity-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.sgsss-chip{min-height:44px;padding:6px;font-size:11px}
  .sgsss-proof-grid,.sgsss-sheet-grid{grid-template-columns:1fr}.sgsss-proof-canonical .stage{min-height:330px}.sgsss-sheet-preview{min-height:360px}.sgsss-sheet-canvas{height:335px}
  .sgsss-design-card{grid-template-columns:54px minmax(0,1fr)}.sgsss-design-thumb{width:54px;height:54px}.sgsss-design-actions{grid-column:1/-1;display:flex;justify-content:flex-end}.sgsss-sheet-result{min-height:185px}
  .sgsss-workspace-head,.sgsss-simple-head{align-items:flex-start;flex-direction:column}.sgsss-workspace-status,.sgsss-simple-state{max-width:100%;text-align:left}.sgsss-uploading-panel{grid-template-columns:82px minmax(0,1fr)}.sgsss-file-preview{width:82px;height:82px}
  .sgsss-info-grid,.sgsss-use-grid,.sgsss-delivery-grid,.sgsss-file-guide{grid-template-columns:1fr}.sgsss-file-guide ul{grid-template-columns:1fr 1fr}.sgsss-faq-grid{columns:1}
}
@media(max-width:359px){
  .sgsss-sizes,.sgsss-shapes{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sgsss-finishes,.sgsss-leads{grid-template-columns:1fr}
  .sgsss-quantity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sgsss-custom-size,.sgsss-sticker-size{grid-template-columns:1fr}.sgsss-custom-size>span,.sgsss-sticker-size>span{display:none}
  .sgsss-file-guide ul{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.sgsss-page *{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* RC.23 · editor visual automático y multihoja */
.sgsss-gallery{grid-template-columns:188px minmax(0,1fr)}
.sgsss-add-design,.sgsss-note-toggle{display:block;width:max-content;max-width:100%;min-height:40px;margin:9px auto 0;padding:8px 16px;border-radius:999px;font-size:11px;text-align:center}
.sgsss-add-design{border-color:var(--sgsss-teal);background:var(--sgsss-teal-soft);color:var(--sgsss-ink)}
.sgsss-note-toggle{background:#fff;color:var(--sgsss-action)}
.sgsss-design-list{display:flex;gap:8px;padding:2px 2px 8px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin}
.sgsss-design-card.sgsss-design-chip{flex:0 0 270px;grid-template-columns:46px minmax(0,1fr) auto;gap:7px;min-height:82px;padding:7px;scroll-snap-align:start;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.sgsss-design-chip.is-active{border-color:var(--sgsss-teal);box-shadow:0 0 0 2px rgba(14,207,182,.18)}
.sgsss-design-chip:focus-visible{outline:3px solid rgba(14,207,182,.42);outline-offset:2px}
.sgsss-design-chip .sgsss-design-thumb{width:46px;height:46px;border-radius:9px}
.sgsss-design-chip .sgsss-design-actions{grid-column:1/-1;display:flex;justify-content:flex-end}
.sgsss-copy-stepper{display:grid;grid-template-columns:32px 30px 32px;align-items:center;overflow:hidden;border:1px solid var(--sgsss-line);border-radius:9px;background:#fff}
.sgsss-copy-stepper button{min-width:32px;height:34px;padding:0;border:0;background:#fff;color:var(--sgsss-action);font:850 16px Barlow,sans-serif;cursor:pointer}.sgsss-copy-stepper output{text-align:center;font-size:11px;font-weight:850}
.sgsss-copy-stepper button:hover,.sgsss-copy-stepper button:focus-visible{background:var(--sgsss-teal-soft);outline:2px solid var(--sgsss-teal);outline-offset:-2px}
.sgsss-editor-toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;margin:0 0 10px}
.sgsss-sheet-tabs{display:flex;min-width:0;gap:6px;overflow-x:auto;scrollbar-width:thin}
.sgsss-sheet-tabs button,.sgsss-editor-actions button{flex:0 0 auto;min-height:36px;padding:7px 10px;border:1px solid var(--sgsss-line);border-radius:9px;background:#fff;color:var(--sgsss-action);font:750 10px Inter,Manrope,sans-serif;cursor:pointer}
.sgsss-sheet-tabs button.is-active{border-color:var(--sgsss-teal);background:var(--sgsss-teal-soft);color:var(--sgsss-ink)}
.sgsss-editor-actions{display:flex;gap:5px;align-items:center}.sgsss-editor-actions button:disabled{opacity:.42;cursor:not-allowed}.sgsss-editor-actions label{display:flex;gap:5px;align-items:center;color:var(--sgsss-muted);font-size:9.5px;font-weight:700}.sgsss-editor-actions input{width:78px}.sgsss-editor-actions output{min-width:36px;font-size:9px}
.sgsss-sheet-grid{grid-template-columns:minmax(0,1fr) 250px}
.sgsss-sheet-preview{overflow:auto;touch-action:pan-x pan-y;background:linear-gradient(135deg,#f6f8fc,#edf2f9)}
.sgsss-sheet-canvas{transform:scale(var(--sgsss-zoom,1));transform-origin:center;transition:transform .12s ease,opacity .14s ease}
.sgsss-sheet-preview.is-updating .sgsss-sheet-canvas{opacity:.62}
.sgsss-sheet-preview.is-updating::after{position:absolute;top:10px;right:10px;padding:6px 9px;border:1px solid #cad5e4;border-radius:999px;background:rgba(255,255,255,.94);color:var(--sgsss-action);font-size:9.5px;font-weight:800;content:'Organizando…'}
.sgsss-sheet-sticker{cursor:pointer;transition:opacity .15s ease,filter .15s ease}.sgsss-sheet-sticker:not(.is-design-active){opacity:.72}.sgsss-sheet-sticker.is-design-active{filter:drop-shadow(0 0 .18px rgba(14,207,182,.9))}.sgsss-sheet-sticker:focus-visible{outline:none}
.sgsss-selection-box{fill:none;stroke:var(--sgsss-action);stroke-width:.08;stroke-dasharray:.22 .12;vector-effect:non-scaling-stroke;pointer-events:none}
.sgsss-resize-handle{fill:#fff;stroke:var(--sgsss-action);stroke-width:.09;vector-effect:non-scaling-stroke;cursor:nwse-resize}
.sgsss-resize-handle[data-resize="ne"],.sgsss-resize-handle[data-resize="sw"]{cursor:nesw-resize}
.sgsss-resize-handle:focus{fill:var(--sgsss-teal);outline:none}
.sgsss-resize-hit{fill:transparent;stroke:none;pointer-events:all;cursor:nwse-resize}.sgsss-resize-hit[data-resize="ne"],.sgsss-resize-hit[data-resize="sw"]{cursor:nesw-resize}
.sgsss-instance-controls{display:grid;gap:8px;margin:0 0 10px;padding:10px;border:1px solid #b8ddd5;border-radius:11px;background:#f1fbf8}.sgsss-instance-controls header{display:flex;gap:6px;justify-content:space-between}.sgsss-instance-controls header span{color:var(--sgsss-muted);font-size:9px}.sgsss-instance-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px}.sgsss-instance-fields label{display:grid;gap:3px;color:var(--sgsss-muted);font-size:9px}.sgsss-number-control{display:grid;grid-template-columns:36px minmax(50px,1fr) 36px;overflow:hidden;border:1px solid var(--sgsss-line);border-radius:9px;background:#fff}.sgsss-number-control button{min-height:38px;border:0;background:#fff;color:var(--sgsss-action);font-weight:850}.sgsss-number-control input{width:100%;min-width:0;padding:4px;border:0;text-align:center}.sgsss-instance-controls>p{display:grid;gap:2px;margin:0;font-size:9px}.sgsss-instance-controls[data-quality="low"]>p strong{color:var(--sgsss-danger)}.sgsss-instance-controls[data-quality="fair"]>p strong{color:#8a5600}.sgsss-instance-controls[data-quality="good"]>p strong{color:var(--sgsss-success)}
.sgsss-resize-tip{position:sticky;z-index:4;bottom:10px;left:50%;padding:6px 10px;border-radius:999px;background:var(--sgsss-action);color:#fff;font-size:10px;font-weight:800;pointer-events:none}
.sgsss-recovery-notice{margin:0 0 8px;padding:9px 11px;border:1px solid #b8ddd5;border-radius:10px;background:#f1fbf8;color:var(--sgsss-success);font-size:11px;font-weight:750}
.sgsss-simple-state[data-state="calculating"]{background:#eaf2ff;color:var(--sgsss-action)}.sgsss-simple-state[data-state="error"]{background:#fff0f2;color:var(--sgsss-danger)}
.sgsss-seo-content>header>p:last-child{margin:9px 0 0;color:var(--sgsss-muted);font-size:13px;line-height:1.65}.sgsss-seo-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sgsss-seo-sections article{padding:16px;border:1px solid var(--sgsss-line);border-radius:16px;background:#fff}.sgsss-seo-sections h2{margin:0 0 7px;font-size:18px}.sgsss-seo-sections p{margin:0;color:var(--sgsss-muted);font-size:12px;line-height:1.62}.sgsss-seo-sections article:last-child{grid-column:1/-1}.sgsss-spec-table-wrap{margin-top:12px;overflow-x:auto;border:1px solid var(--sgsss-line);border-radius:16px;background:#fff}.sgsss-spec-table{width:100%;border-collapse:collapse;font-size:11px}.sgsss-spec-table caption{padding:14px;text-align:left;font-size:16px;font-weight:850}.sgsss-spec-table th,.sgsss-spec-table td{padding:9px 12px;border-top:1px solid var(--sgsss-line);text-align:left}.sgsss-spec-table th{width:190px;color:var(--sgsss-action)}
@media(max-width:899px){.sgsss-gallery{grid-template-columns:160px minmax(0,1fr)}.sgsss-editor-toolbar{align-items:flex-start;flex-direction:column}.sgsss-editor-actions{width:100%;flex-wrap:wrap}.sgsss-sheet-grid{grid-template-columns:minmax(0,1fr) 230px}}
@media(max-width:620px){.sgsss-carousel-stage,.sgsss-slide{min-height:280px}.sgsss-design-card.sgsss-design-chip{flex-basis:238px}.sgsss-editor-actions label{width:100%}.sgsss-editor-actions button,.sgsss-sheet-tabs button{min-height:44px}.sgsss-sheet-grid{grid-template-columns:1fr}.sgsss-sheet-preview{min-height:390px;padding:9px}.sgsss-sheet-canvas{height:350px}.sgsss-number-control{grid-template-columns:44px minmax(54px,1fr) 44px}.sgsss-number-control button{min-height:44px}.sgsss-resize-handle{r:.38}.sgsss-seo-sections{grid-template-columns:1fr}.sgsss-seo-sections article:last-child{grid-column:auto}.sgsss-spec-table th{width:130px}}

/* RC.25 · editor canónico, auto-fill y edición manual */
.sgsss-design-list{align-items:stretch;padding:3px 1px 10px}
.sgsss-design-card.sgsss-design-chip{flex-basis:248px;min-height:72px;border-color:#dce2ec;border-radius:10px;box-shadow:none}
.sgsss-design-chip.is-active{border-color:var(--sgsss-teal);box-shadow:inset 0 0 0 1px var(--sgsss-teal)}
.sgsss-design-chip .sgsss-design-actions{gap:8px;justify-content:flex-start;padding-left:53px}.sgsss-design-chip .sgsss-design-actions button{padding:0;border:0;background:transparent;color:var(--sgsss-action);font-size:9px;text-decoration:underline;text-underline-offset:2px}.sgsss-design-chip .sgsss-design-actions .is-danger{color:var(--sgsss-danger)}
.sgsss-design-add-chip{display:grid;flex:0 0 160px;min-height:72px;padding:10px;place-content:center;border:1px dashed #aeb9ca;border-radius:10px;background:#fff;color:var(--sgsss-action);font:inherit;text-align:center;cursor:pointer}.sgsss-design-add-chip strong{font-size:11px}.sgsss-design-add-chip span{margin-top:3px;color:var(--sgsss-muted);font-size:9px}
.sgsss-editor-toolbar{min-width:0;padding:7px 0;border:0}.sgsss-toolbar-pages{display:flex;min-width:0;gap:8px;align-items:center}.sgsss-layout-mode{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#e9fbf7;color:#17685d;font-size:9px;font-weight:850;letter-spacing:.04em}.sgsss-layout-mode[data-mode="manual"]{background:#eef2fb;color:var(--sgsss-action)}
.sgsss-editor-actions{min-width:0}.sgsss-editor-actions button.is-primary{border-color:var(--sgsss-action);background:var(--sgsss-action);color:#fff}.sgsss-editor-actions button.is-primary:hover,.sgsss-editor-actions button.is-primary:focus-visible{background:#1e2e5c}
.sgsss-sheet-grid{grid-template-columns:minmax(0,3.25fr) minmax(248px,1fr);gap:12px}.sgsss-sheet-preview{min-height:430px;padding:16px;touch-action:pan-x pan-y;background:#f3f6fa}.sgsss-sheet-canvas{height:400px;max-width:100%}
.sgsss-sheet-sticker{cursor:grab;touch-action:none}.sgsss-sheet-sticker.is-dragging{cursor:grabbing;transition:none}.sgsss-sheet-sticker:not(.is-design-active){opacity:.9}.sgsss-sheet-sticker.is-design-active{filter:none}.sgsss-sheet-sticker.is-invalid{opacity:.72}.sgsss-sheet-sticker.is-invalid .sgsss-selection-box{stroke:var(--sgsss-danger)}.sgsss-cut-outline{pointer-events:none}.sgsss-cut-outline>*{stroke-width:1.2}
.sgsss-selection-box{stroke:var(--sgsss-teal);stroke-width:.07;stroke-dasharray:none}.sgsss-resize-handle{stroke:var(--sgsss-teal);stroke-width:.07}.sgsss-resize-hit{touch-action:none}
.sgsss-sheet-result{gap:14px;padding:14px;border:0;border-left:1px solid var(--sgsss-line);border-radius:0;background:transparent}
.sgsss-instance-controls{display:grid;gap:12px;margin:0;padding:0 0 13px;border:0;border-bottom:1px solid var(--sgsss-line);border-radius:0;background:transparent}.sgsss-instance-controls header{align-items:flex-start}.sgsss-instance-controls header>div{display:grid;gap:2px}.sgsss-instance-controls header small{color:var(--sgsss-muted);font-size:8px;font-weight:800;letter-spacing:.08em}.sgsss-instance-controls header strong{color:var(--sgsss-action);font-size:13px}.sgsss-instance-controls header span{max-width:90px;text-align:right}.sgsss-instance-measure{margin:0!important;color:var(--sgsss-ink)!important;font-size:17px!important;font-weight:850}.sgsss-instance-quality{display:grid;gap:2px;margin:0!important}.sgsss-instance-quality strong{font-size:12px}.sgsss-instance-quality span{color:var(--sgsss-muted);font-size:9px}.sgsss-instance-fields{grid-template-columns:1fr;gap:9px}.sgsss-instance-fields label{grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;font-size:10px}.sgsss-instance-fields label>small{text-align:right}.sgsss-number-control{grid-template-columns:38px minmax(74px,1fr) 38px}.sgsss-number-control input{min-width:74px;padding:8px 5px;font-size:13px;font-weight:800}.sgsss-reset-size{justify-self:start;padding:7px 0;border:0;background:transparent;color:var(--sgsss-action);font:750 10px Inter,Manrope,sans-serif;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.sgsss-resize-tip[data-invalid="true"]{background:var(--sgsss-danger)}
@media(max-width:899px){.sgsss-editor-toolbar{align-items:stretch}.sgsss-toolbar-pages{width:100%}.sgsss-editor-actions{justify-content:flex-start}.sgsss-sheet-grid{grid-template-columns:minmax(0,2.4fr) minmax(230px,1fr)}.sgsss-sheet-canvas{height:370px}}
@media(max-width:620px){.sgsss-design-card.sgsss-design-chip{flex-basis:224px}.sgsss-design-add-chip{flex-basis:144px}.sgsss-editor-toolbar{gap:7px}.sgsss-toolbar-pages{align-items:flex-start;flex-direction:column}.sgsss-editor-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.sgsss-editor-actions button{width:100%;white-space:normal}.sgsss-editor-actions button.is-primary{grid-column:1/-1}.sgsss-editor-actions label{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(100px,1fr) 44px;width:100%}.sgsss-editor-actions input{width:100%}.sgsss-sheet-grid{grid-template-columns:1fr}.sgsss-sheet-preview{min-height:410px;padding:8px}.sgsss-sheet-canvas{height:390px}.sgsss-sheet-result{padding:13px 3px 3px;border-top:1px solid var(--sgsss-line);border-left:0}.sgsss-instance-controls{padding:0 5px 13px}.sgsss-instance-fields{grid-template-columns:1fr 1fr}.sgsss-instance-fields label{display:grid;grid-template-columns:1fr}.sgsss-number-control{grid-template-columns:44px minmax(70px,1fr) 44px}.sgsss-number-control input{min-width:70px}.sgsss-design-chip .sgsss-design-actions{padding-left:0}}
@media(max-width:374px){.sgsss-instance-fields{grid-template-columns:1fr}.sgsss-sheet-preview{min-height:360px}.sgsss-sheet-canvas{height:342px}.sgsss-design-card.sgsss-design-chip{flex-basis:214px}}

/* RC.26 · cantidades editables y pulido visual de diseño/distribución */
.sgsss-page{--sgsss-label-size:10px;--sgsss-value-size:13px;--sgsss-helper-size:10px;--sgsss-section-title-size:15px}
.sgsss-design-step,.sgsss-sheet-layout{border-color:#d7e1ee;background:linear-gradient(180deg,#fbfdff 0,#fff 92px);box-shadow:0 8px 24px rgba(38,55,104,.045)}
.sgsss-design-step>legend{font-size:var(--sgsss-section-title-size)}
.sgsss-design-list{gap:12px;padding:5px 3px 13px}
.sgsss-design-card.sgsss-design-chip{flex-basis:304px;grid-template-columns:58px minmax(0,1fr) auto;gap:9px 11px;min-height:124px;padding:12px;border:1px solid #d5dfec;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(38,55,104,.055);cursor:pointer}
.sgsss-design-card.sgsss-design-chip:hover{border-color:#aebcd0;transform:translateY(-1px)}
.sgsss-design-chip.is-active{border-color:var(--sgsss-teal);background:linear-gradient(135deg,#f3fffc,#fff 62%);box-shadow:0 0 0 2px rgba(14,207,182,.14),0 7px 18px rgba(38,55,104,.07)}
.sgsss-design-chip .sgsss-design-thumb{width:58px;height:58px;border:1px solid #dce5ef;border-radius:11px;background:var(--sgsss-surface)}
.sgsss-design-card-copy{gap:3px}
.sgsss-design-card-copy strong{color:var(--sgsss-action);font-size:var(--sgsss-value-size);font-weight:850;line-height:1.2}
.sgsss-design-card-copy span{font-size:var(--sgsss-helper-size);line-height:1.25}
.sgsss-design-card-copy .sgsss-design-filename{color:#53627d;font-weight:650}
.sgsss-design-card-copy .sgsss-design-spec{color:var(--sgsss-ink);font-weight:750}
.sgsss-design-card-copy small{color:var(--sgsss-success);font-size:var(--sgsss-helper-size);font-weight:800;line-height:1.25}
.sgsss-copy-stepper{grid-template-columns:40px 58px 40px;min-height:44px;border-color:#bfcbd9;border-radius:11px;box-shadow:inset 0 1px 2px rgba(38,55,104,.04)}
.sgsss-copy-stepper button{width:40px;min-width:40px;height:44px;background:#f8fafd;font-size:18px;line-height:1}
.sgsss-copy-stepper button:hover,.sgsss-copy-stepper button:focus-visible{background:var(--sgsss-teal-soft)}
.sgsss-copy-stepper button:disabled{color:#aab5c5;cursor:not-allowed}
.sgsss-page .sgsss-copy-stepper input[type="number"]{width:58px;min-width:58px;min-height:42px;padding:7px 4px;border:0;border-right:1px solid #d8e0eb;border-left:1px solid #d8e0eb;border-radius:0;background:#fff;color:var(--sgsss-ink);font:850 14px/1 Barlow,sans-serif;text-align:center;appearance:textfield}
.sgsss-page .sgsss-copy-stepper input[type="number"]::-webkit-inner-spin-button,.sgsss-page .sgsss-copy-stepper input[type="number"]::-webkit-outer-spin-button{margin:0;appearance:none}
.sgsss-page .sgsss-copy-stepper input[aria-invalid="true"]{background:#fff1f2;color:var(--sgsss-danger)}
.sgsss-design-chip .sgsss-design-actions{grid-column:2/-1;gap:6px;justify-content:flex-start;padding:0}
.sgsss-design-chip .sgsss-design-actions button{min-height:28px;padding:4px 8px;border:1px solid #dbe3ee;border-radius:8px;background:#f8fafd;font-size:var(--sgsss-label-size);text-decoration:none}
.sgsss-design-chip .sgsss-design-actions button:hover,.sgsss-design-chip .sgsss-design-actions button:focus-visible{border-color:#aab9ce;background:#fff}
.sgsss-design-add-chip{flex-basis:190px;min-height:124px;border-color:#8fcfc4;border-radius:14px;background:linear-gradient(145deg,#f0fdfa,#fff);box-shadow:0 5px 16px rgba(38,55,104,.04)}
.sgsss-design-add-chip:hover,.sgsss-design-add-chip:focus-visible{border-color:var(--sgsss-teal);background:#eafffa;transform:translateY(-1px)}
.sgsss-design-add-chip strong{color:var(--sgsss-action);font-size:12px}.sgsss-design-add-chip span{font-size:var(--sgsss-helper-size)}
.sgsss-simple-head{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;padding:5px 2px 14px}.sgsss-simple-head h2{margin:2px 0 0;color:var(--sgsss-ink);font-size:22px;line-height:1.15}.sgsss-simple-head>div>p:last-child{font-size:11.5px}
.sgsss-editor-toolbar{padding:10px;border:1px solid #e1e7f0;border-radius:12px;background:#f8fafd}
.sgsss-instance-controls header small,.sgsss-budget-label,.sgsss-section-kicker{font-size:var(--sgsss-label-size)}
.sgsss-instance-controls header strong,.sgsss-instance-fields input,.sgsss-design-total strong{font-size:var(--sgsss-value-size)}
.sgsss-instance-quality span,.sgsss-layout-action-hint,.sgsss-sheet-result dt,.sgsss-sheet-result dd{font-size:var(--sgsss-helper-size)}
.sgsss-reset-size.is-success{color:var(--sgsss-success);font-weight:850;text-decoration:none}
.sgsss-seo-content{padding:clamp(20px,3vw,36px);border:1px solid #dce4ef;border-radius:22px;background:linear-gradient(145deg,#f5f9fd,#fff 48%,#f2fcf9);box-shadow:0 10px 30px rgba(38,55,104,.05)}
.sgsss-seo-content>header{max-width:none;padding:4px 4px 18px;border-bottom:1px solid #dce4ef}
.sgsss-seo-content>header .sgsss-eyebrow{color:var(--sgsss-success)}
.sgsss-seo-sections{gap:12px;margin-top:18px}
.sgsss-seo-sections article{position:relative;padding:19px 19px 18px;border-color:#dbe4ef;border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 4px 14px rgba(38,55,104,.04)}
.sgsss-seo-sections article:before{display:block;width:34px;height:3px;margin-bottom:12px;border-radius:4px;background:var(--sgsss-teal);content:""}
.sgsss-seo-sections article:nth-child(2n):before{background:var(--sgsss-action)}
.sgsss-seo-sections h2{color:var(--sgsss-action);font-size:18px;line-height:1.25}.sgsss-seo-sections p{font-size:12.5px;line-height:1.68}
.sgsss-spec-table-wrap{margin-top:16px;border-color:#d7e1ed;box-shadow:0 4px 14px rgba(38,55,104,.035)}
.sgsss-spec-table caption{padding:17px 16px;color:var(--sgsss-action);background:#f8fafd}.sgsss-spec-table tr:nth-child(even){background:#fbfcfe}
.sgsss-related a{background:#fff}.sgsss-related a:hover,.sgsss-related a:focus-visible{border-color:var(--sgsss-teal);background:var(--sgsss-teal-soft)}
@media(max-width:899px){.sgsss-design-card.sgsss-design-chip{flex-basis:286px}.sgsss-design-add-chip{flex-basis:174px}.sgsss-simple-head{align-items:flex-start}.sgsss-seo-content{border-radius:18px}}
@media(max-width:620px){.sgsss-design-list{gap:9px}.sgsss-design-card.sgsss-design-chip{flex-basis:min(286px,82vw);grid-template-columns:52px minmax(0,1fr);min-height:0;padding:11px}.sgsss-design-chip .sgsss-design-thumb{width:52px;height:52px}.sgsss-copy-stepper{grid-column:1/-1;grid-template-columns:44px minmax(64px,1fr) 44px;width:100%}.sgsss-copy-stepper button{width:44px;min-width:44px}.sgsss-page .sgsss-copy-stepper input[type="number"]{width:100%;min-width:64px}.sgsss-design-chip .sgsss-design-actions{grid-column:1/-1;flex-wrap:wrap}.sgsss-design-chip .sgsss-design-actions button{flex:1 1 auto;min-height:36px}.sgsss-design-add-chip{flex-basis:150px;min-height:142px}.sgsss-simple-head{display:grid;gap:8px}.sgsss-simple-head h2{font-size:20px}.sgsss-editor-toolbar{padding:8px}.sgsss-seo-content{padding:18px 14px}.sgsss-seo-sections article{padding:16px}.sgsss-seo-sections h2{font-size:17px}.sgsss-spec-table caption{font-size:15px}}
