.qt-hero{padding:calc(var(--nav-h) + 48px) 24px 32px;text-align:center}.qt-hero h1{letter-spacing:.02em;color:var(--text);margin-bottom:12px;font-family:Bebas Neue,sans-serif;font-size:clamp(36px,5vw,56px);line-height:1}.qt-hero-desc{color:var(--muted);max-width:520px;margin:0 auto;font-size:15px;line-height:1.7}.qt-main{grid-template-columns:minmax(0,1fr) 400px;gap:24px;padding-bottom:80px;display:grid}.qt-viewer{top:calc(var(--nav-h) + 16px);height:calc(100vh - var(--nav-h) - 48px);background:var(--surface);border:1px solid var(--border);border-radius:var(--r);min-height:420px;position:sticky;overflow:hidden}.qt-viewer.dragging{border-color:var(--accent)}.qt-canvas{width:100%;height:100%;display:block}.qt-drop{color:var(--muted);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.qt-drop-icon{border:1px dashed var(--border-h);border-radius:var(--r);width:72px;height:72px;color:var(--accent);justify-content:center;align-items:center;display:flex}.qt-drop-title{letter-spacing:.04em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:24px}.qt-drop-sub{letter-spacing:.1em;font-family:IBM Plex Mono,monospace;font-size:11px}.qt-overlay-msg,.qt-overlay-err{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);color:var(--text);white-space:nowrap;padding:8px 16px;font-family:IBM Plex Mono,monospace;font-size:11px;position:absolute;bottom:56px;left:50%;transform:translate(-50%)}.qt-overlay-err{color:#e0524d;border-color:#e0524d}.qt-meta{color:var(--muted);flex-wrap:wrap;gap:6px;font-family:IBM Plex Mono,monospace;font-size:10px;display:flex;position:absolute;bottom:12px;left:12px}.qt-meta>span{background:color-mix(in srgb, var(--bg) 80%, transparent);border:1px solid var(--border);border-radius:var(--r);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:4px 8px}.qt-meta-file{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.qt-changefile{background:color-mix(in srgb, var(--bg) 80%, transparent);border:1px solid var(--border);border-radius:var(--r);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:7px 14px;font-family:IBM Plex Mono,monospace;font-size:10px;transition:all .2s;position:absolute;top:12px;right:12px}.qt-changefile:hover{color:var(--text);border-color:var(--border-h)}.qt-panel{flex-direction:column;gap:22px;min-width:0;display:flex}.qt-warn{border-radius:var(--r);color:var(--text);background:#e09e2414;border:1px solid #e09e2480;flex-direction:column;gap:6px;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.qt-step-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px}.qt-step-hint{color:var(--muted);margin-top:8px;font-size:12px;line-height:1.5}.qt-piezas{flex-direction:column;gap:6px;list-style:none;display:flex}.qt-pieza{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);align-items:center;gap:8px;padding:8px 10px;transition:border-color .2s;display:flex}.qt-pieza.active{border-color:var(--accent)}.qt-pieza-name{text-align:left;min-width:0;color:var(--text);background:0 0;border:0;flex:1;align-items:center;gap:7px;font-size:13px;display:flex;overflow:hidden}.qt-pieza-dots{flex-shrink:0;gap:3px;display:inline-flex}.qt-pieza-dots span{border:1px solid var(--border-h);border-radius:2px;width:10px;height:10px}.qt-configuring{background:var(--accent-dim);border:1px solid var(--accent);border-radius:var(--r);color:var(--text);justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;font-size:12px;display:flex}.qt-configuring strong{color:var(--accent)}.qt-configuring button{background:var(--accent);border-radius:var(--r);color:#fff;letter-spacing:.1em;text-transform:uppercase;border:0;flex-shrink:0;padding:5px 12px;font-family:IBM Plex Mono,monospace;font-size:9px;transition:transform .15s}.qt-configuring button:hover{transform:translateY(-1px)}.qt-pieza-qty{flex-shrink:0;align-items:center;gap:4px;display:flex}.qt-pieza-qty button{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);width:24px;height:24px;color:var(--text);font-size:14px;line-height:1}.qt-pieza-qty button:hover{border-color:var(--accent)}.qt-pieza-qty span{text-align:center;min-width:26px;font-family:IBM Plex Mono,monospace;font-size:13px}.qt-pieza-remove{border:1px solid var(--border);border-radius:var(--r);width:24px;height:24px;color:var(--muted);background:0 0;flex-shrink:0;font-size:14px;line-height:1;transition:all .2s}.qt-pieza-remove:hover{color:#e0524d;border-color:#e0524d}.qt-pills{flex-wrap:wrap;gap:6px;display:flex}.qt-pill{border:1px solid var(--border);border-radius:var(--r);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);background:0 0;padding:7px 16px;font-family:IBM Plex Mono,monospace;font-size:11px;transition:all .2s}.qt-pill:hover{border-color:var(--border-h);color:var(--text)}.qt-pill.active{background:var(--accent);border-color:var(--accent);color:#fff}.qt-parts{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.qt-part{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);color:var(--muted);align-items:center;gap:7px;padding:6px 12px;font-size:12px;transition:all .2s;display:inline-flex}.qt-part.active{border-color:var(--accent);color:var(--text)}.qt-part-swatch{border:1px solid var(--border-h);border-radius:2px;width:14px;height:14px}.qt-swatches{flex-wrap:wrap;gap:6px;display:flex}.qt-swatch{border:2px solid var(--border);border-radius:var(--r);width:30px;height:30px;transition:transform .15s,border-color .15s}.qt-swatch:hover{border-color:var(--border-h);transform:scale(1.12)}.qt-swatch.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.qt-toggle{color:var(--text);cursor:pointer;align-items:center;gap:8px;margin-top:12px;font-size:13px;display:flex}.qt-toggle input{accent-color:var(--accent)}.qt-extra{margin-top:10px}.qt-chosen{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.qt-chosen-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);color:var(--text);align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.qt-chosen-chip>span{border:1px solid var(--border-h);border-radius:2px;width:12px;height:12px}.qt-cards{grid-template-columns:1fr 1fr;gap:8px;display:grid}.qt-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);text-align:left;flex-direction:column;gap:3px;padding:12px 14px;transition:all .2s;display:flex}.qt-card strong{color:var(--text);font-size:14px;font-weight:600}.qt-card span{color:var(--muted);font-size:12px;line-height:1.4}.qt-card:hover{border-color:var(--border-h)}.qt-card.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.qt-qty{align-items:center;gap:8px;display:flex}.qt-qty button{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);width:36px;height:36px;color:var(--text);font-size:18px;transition:all .2s}.qt-qty button:hover{border-color:var(--accent)}.qt-qty input{text-align:center;background:var(--bg);border:1px solid var(--border);border-radius:var(--r);width:64px;height:36px;color:var(--text);outline:none;font-family:IBM Plex Mono,monospace;font-size:14px}.qt-qty input:focus{border-color:var(--accent)}.qt-qty input::-webkit-outer-spin-button{-webkit-appearance:none}.qt-qty input::-webkit-inner-spin-button{-webkit-appearance:none}.qt-qty-dto{color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:11px}.qt-total{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:18px}.qt-total-empty{color:var(--muted);text-align:center;padding:8px 0;font-size:13px}.qt-lines{flex-direction:column;gap:6px;list-style:none;display:flex}.qt-lines li{color:var(--muted);justify-content:space-between;gap:12px;font-size:13px;display:flex}.qt-lines li span:last-child{white-space:nowrap;font-family:IBM Plex Mono,monospace}.qt-total-row{border-top:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:baseline;margin-top:12px;padding-top:12px;font-size:14px;display:flex}.qt-total-row strong{letter-spacing:.02em;color:var(--accent);font-family:Bebas Neue,sans-serif;font-size:34px}.qt-total-note{color:var(--muted);margin-top:8px;font-size:11px;line-height:1.5}.qt-sticky-price{left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:60;background:var(--surface);border:1px solid var(--border-h);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;align-items:baseline;gap:10px;padding:9px 18px;animation:.25s qt-sticky-in;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 6px 24px #0000002e}.qt-sticky-price:hover{border-color:var(--accent)}.qt-sticky-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px}.qt-sticky-price strong{letter-spacing:.02em;color:var(--accent);font-family:Bebas Neue,sans-serif;font-size:22px;line-height:1}.qt-sticky-days{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px}@keyframes qt-sticky-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:640px){.qt-sticky-price{animation:.25s qt-sticky-in-m;left:16px;transform:none}@keyframes qt-sticky-in-m{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}.qt-total-plazo{color:var(--accent);align-items:center;gap:7px;margin-top:10px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex}.qt-cta{justify-content:center;width:100%}.qt-form{flex-direction:column;gap:10px;display:flex}.qt-form input,.qt-form textarea{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);width:100%;color:var(--text);outline:none;padding:11px 14px;font-family:Barlow,sans-serif;font-size:14px;transition:border-color .2s}.qt-form input:focus,.qt-form textarea:focus{border-color:var(--accent)}.qt-form textarea{resize:vertical;min-height:84px}.qt-form-row{grid-template-columns:2fr 1fr 1.5fr;gap:10px;display:grid}.qt-terms{margin-top:2px;font-size:12px}.qt-terms a{color:var(--accent)}.qt-form-legal{color:var(--muted);font-size:11px;line-height:1.5}.qt-form-legal a{color:var(--accent)}.qt-honeypot{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.qt-msg.err{border-radius:var(--r);color:var(--text);background:#e0524d14;border:1px solid #e0524d80;padding:10px 14px;font-size:13px}.qt-success{background:var(--surface);border:1px solid var(--accent);border-radius:var(--r);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:22px;display:flex}.qt-success-code{letter-spacing:.06em;color:var(--accent);font-family:Bebas Neue,sans-serif;font-size:32px}.qt-success p{color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:900px){.qt-main{grid-template-columns:1fr}.qt-viewer{height:50vh;min-height:320px;position:relative;top:0}.qt-cards{grid-template-columns:1fr}}
