@scope(.pd){:scope{background:var(--background);color:var(--foreground);font-family:var(--font-body,"Inter", sans-serif);-webkit-font-smoothing:antialiased;--bg:var(--background);--surface:var(--surface-1);--border-light:var(--surface-3);--text:var(--foreground);--text-secondary:var(--muted-foreground);--text-muted:var(--tertiary);--accent-hover:color-mix(in oklch, var(--accent) 85%, black);--badge-value:var(--chart-3);--badge-value-bg:color-mix(in srgb, var(--chart-3) 14%, var(--surface));--badge-pick:var(--accent);--badge-pick-bg:var(--accent-light);--star:var(--chart-4);--star-empty:var(--surface-3);--shadow-sm:0 1px 3px #0000000a, 0 1px 2px #0000000f;--shadow-md:0 4px 12px #0000000d, 0 2px 6px #0000000f;--shadow-lg:0 12px 32px #00000012, 0 4px 10px #0000000d;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);min-height:100vh}@supports (color:lab(0% 0 0)){:scope{--shadow-sm:0 1px 3px lab(0% 0 0/.04), 0 1px 2px lab(0% 0 0/.06);--shadow-md:0 4px 12px lab(0% 0 0/.05), 0 2px 6px lab(0% 0 0/.06);--shadow-lg:0 12px 32px lab(0% 0 0/.07), 0 4px 10px lab(0% 0 0/.05)}}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pd-main{max-width:1360px;margin:0 auto;padding:0 clamp(16px,4vw,40px) 96px}.pd-breadcrumb-wrap{padding-top:18px}.pd-breadcrumb{color:var(--text-muted);align-items:center;gap:6px;font-size:.82rem;display:flex}.pd-breadcrumb a:hover{color:var(--text)}.pd-breadcrumb .sep-icon{width:14px;height:14px;color:var(--text-muted)}.pd-breadcrumb .current{color:var(--text);font-weight:600}.pd-grid{grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,48px);margin-top:20px;display:grid}.pd-left,.pd-right{flex-direction:column;gap:24px;min-width:0;display:flex}.pd-gallery{flex-direction:column;gap:14px;display:flex}.pd-main-image{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:radial-gradient(120% 130% at 15% 0%, #ffffff80, transparent 55%), linear-gradient(155deg, var(--media-1a,var(--surface-2)), var(--media-1b,var(--surface-3)));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pd-main-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.pd-brand-tag{font-family:var(--font-mono);color:color-mix(in srgb, var(--text) 55%, transparent);letter-spacing:.04em;font-size:.7rem;font-weight:700;position:absolute;bottom:12px;right:14px}.pd-badge-row{gap:8px;display:flex;position:absolute;top:16px;left:16px}.pd-badge{border-radius:999px;padding:5px 12px;font-size:.72rem;font-weight:700}.pd-badge-accent{background:var(--accent);color:#fff}.pd-badge-soft{background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text)}.pd-thumbs{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.pd-thumb{aspect-ratio:4/3;border-radius:var(--radius-md);border:2px solid var(--border);transition:border-color .2s var(--ease-out-expo), transform .2s var(--ease-out-expo);padding:0;position:relative;overflow:hidden}.pd-thumb img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.pd-thumb:hover{border-color:var(--text-muted)}.pd-thumb.active{border-color:var(--accent)}.pd-thumb .laptop-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.laptop-icon{width:55%}.laptop-icon.small{width:52%}.laptop-icon .screen{aspect-ratio:16/10;background:var(--text);width:100%;box-shadow:0 8px 20px -6px color-mix(in srgb, var(--text) 35%, transparent);border-radius:8px 8px 2px 2px;padding:4%}.laptop-icon .screen-inner{background:linear-gradient(135deg,#ffffff26,#fff0);border-radius:2px;width:100%;height:100%}.laptop-icon .base{background:var(--text-secondary);border-radius:0 0 4px 4px;width:110%;height:6px;margin-left:-5%;position:relative}.laptop-icon .base:after{content:"";background:#ffffff4d;border-radius:2px;width:12%;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pd-branch{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.pd-section-title{color:var(--text);align-items:center;gap:8px;margin:0 0 14px;font-size:.9rem;font-weight:700;display:flex}.pd-section-icon{width:16px;height:16px;color:var(--accent)}.pd-branch-list{flex-direction:column;gap:10px;display:flex}.pd-branch-row{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:left;width:100%;transition:border-color .2s var(--ease-out-expo), background .2s var(--ease-out-expo);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.pd-branch-row:hover,.pd-branch-row.active{border-color:var(--accent)}.pd-branch-row.disabled{opacity:.6;cursor:not-allowed}.pd-branch-row.disabled:hover{border-color:var(--border)}.pd-branch-info{align-items:center;gap:12px;min-width:0;display:flex}.pd-dot{background:var(--text-muted);border-radius:50%;flex:none;width:9px;height:9px}.pd-dot.ready{background:var(--badge-value)}.pd-dot.limited{background:var(--star)}.pd-dot.out{background:var(--accent-hover)}.pd-branch-name{color:var(--text);margin:0 0 2px;font-size:.85rem;font-weight:600}.pd-branch-sub{color:var(--text-secondary);margin:0;font-size:.72rem}.pd-branch-right{flex:none;align-items:center;gap:10px;display:flex}.pd-branch-status{font-size:.72rem;font-weight:600}.pd-branch-status.ok{color:var(--badge-value)}.pd-branch-status.warn{color:var(--star)}.pd-branch-status.out{color:var(--text-muted)}.pd-check{border:2px solid var(--border);background:var(--surface);width:20px;height:20px;transition:all .2s var(--ease-out-expo);border-radius:50%;justify-content:center;align-items:center;display:flex}.pd-check.on{background:var(--accent);border-color:var(--accent)}.pd-check-icon{color:#fff;width:12px;height:12px}.pd-muted-note{color:var(--text-muted);align-items:center;gap:6px;margin:14px 0 0;font-size:.72rem;display:flex}.pd-note-inline{margin-top:14px}.pd-info-icon{flex:none;width:13px;height:13px}.pd-eyebrow-row{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:6px;font-size:.85rem;display:flex}.pd-dot-sep{color:var(--text-muted)}.pd-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin:0 0 12px;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:600;line-height:1.12}.pd-price-row{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.pd-price{font-family:var(--font-display);color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:clamp(1.7rem,3vw,2rem);font-weight:700}.pd-price-was{color:var(--text-muted);font-size:1rem;text-decoration:line-through}.pd-discount{background:var(--accent-light);color:var(--accent);border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:700}.pd-short-desc{color:var(--text-secondary);max-width:56ch;margin:14px 0 0;font-size:.9rem;line-height:1.6}.pd-trust{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.pd-trust-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:12px 14px;display:flex}.pd-trust-icon{width:20px;height:20px;color:var(--accent);flex:none}.pd-trust-value{color:var(--text);margin:0;font-size:.78rem;font-weight:700;line-height:1.25}.pd-trust-label{color:var(--text-muted);margin:0;font-size:.68rem;line-height:1.25}.pd-divider{background:var(--border);height:1px}.pd-upgrades{flex-direction:column;gap:24px;display:flex}.pd-option-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.pd-option{text-align:left;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-md);transition:border-color .2s var(--ease-out-expo), background .2s var(--ease-out-expo);padding:14px 16px}.pd-option:hover{border-color:var(--text-muted)}.pd-option.selected{border-color:var(--accent);background:var(--accent-light)}.pd-option-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.pd-option-name{color:var(--text);font-size:.88rem;font-weight:700}.pd-option-badge{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.62rem;font-weight:700}.pd-option-badge.value{color:var(--badge-value);background:var(--badge-value-bg)}.pd-option-badge.pick{color:var(--accent);background:var(--accent-light)}.pd-option-desc{color:var(--text-secondary);margin:0 0 10px;font-size:.72rem;line-height:1.4}.pd-option-price{color:var(--text);font-variant-numeric:tabular-nums;margin:0;font-size:.85rem;font-weight:700}.pd-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:20px;display:flex}.pd-summary-row{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.pd-summary-label{color:var(--text-secondary)}.pd-summary-value{color:var(--text);font-weight:600}.pd-summary-value.mono{font-family:var(--font-mono);font-size:.82rem}.pd-summary-value.accent{color:var(--accent)}.pd-summary-divider{background:var(--border);height:1px}.pd-summary-total{justify-content:space-between;align-items:center;display:flex}.pd-summary-total-label{color:var(--text);font-weight:700}.pd-summary-total-value{font-family:var(--font-display);color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:1.5rem;font-weight:700}.pd-summary-note{color:var(--text-muted);margin:0;font-size:.72rem}.pd-cta-row{flex-wrap:wrap;gap:12px;display:flex}.pd-btn{cursor:pointer;transition:transform .2s var(--ease-out-expo), box-shadow .2s var(--ease-out-expo), background .2s var(--ease-out-expo), border-color .2s var(--ease-out-expo);border:none;border-radius:24px;flex:auto;justify-content:center;align-items:center;gap:8px;padding:15px 22px;font-size:.92rem;font-weight:700;display:inline-flex}.pd-btn:hover{transform:translateY(-2px)}.pd-btn:active{transform:scale(.98)}.pd-btn-icon{flex:none;width:18px;height:18px}.pd-btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px color-mix(in srgb, var(--accent) 25%, transparent)}.pd-btn-primary:hover{background:var(--accent-hover);box-shadow:0 6px 18px color-mix(in srgb, var(--accent) 32%, transparent)}.pd-btn-secondary{background:var(--surface);color:var(--text);border:1.5px solid var(--border)}.pd-btn-secondary:hover{border-color:var(--text-muted);background:var(--bg)}.pd-btn-whatsapp{flex:0 auto;min-width:150px}.pd-specs{content-visibility:auto;contain-intrinsic-size:auto 480px;grid-column:1/-1}.pd-specs-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);margin:8px 0 20px;font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:600}.pd-specs-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.pd-specs-cols{grid-template-columns:repeat(2,1fr);gap:16px 48px;display:grid}.pd-specs-group-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;color:var(--text);margin:8px 0 4px;font-size:.8rem;font-weight:700}.pd-specs-cols>div:first-child .pd-specs-group-title{margin-top:0}.pd-specs-cols>div>div:not(:first-child) .pd-specs-group-title{margin-top:24px}.pd-spec-row{border-bottom:1px solid var(--border);grid-template-columns:150px 1fr;gap:16px;padding:11px 0;display:grid}.pd-spec-row:last-child{border-bottom:none}.pd-spec-label{color:var(--text-secondary);font-size:.82rem}.pd-spec-value{color:var(--text);font-size:.82rem;font-weight:500;font-family:var(--font-mono);font-size:.78rem;font-weight:600}.pd-toast{background:var(--text);color:var(--background);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:0;transition:all .4s var(--ease-out-expo);z-index:50;align-items:center;gap:12px;padding:14px 20px;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(120px)}.pd-toast.show{opacity:1;transform:translateY(0)}.pd-toast-icon{flex:none;width:20px;height:20px}.pd-toast-title{margin:0;font-size:.85rem;font-weight:700}.pd-toast-sub{opacity:.85;margin:0;font-size:.72rem}@media (max-width:1023px){.pd-grid{grid-template-columns:1fr}.pd-left,.pd-right{display:contents}.pd-gallery{order:1}.pd-title-block,.pd-trust,.pd-divider{order:2}.pd-branch{order:3}.pd-specs{order:4}.pd-upgrades{order:5}.pd-summary,.pd-cta-row{order:7}}@media (max-width:739px){.pd-trust,.pd-option-grid,.pd-specs-cols{grid-template-columns:1fr}.pd-thumbs{gap:8px}.pd-cta-row{flex-direction:column}.pd-btn-whatsapp{min-width:0}.pd-spec-row{grid-template-columns:120px 1fr}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}.pd-sk-line,.pd-sk-title,.pd-sk-media,.pd-sk-thumb,.pd-sk-row,.pd-sk-chip,.pd-sk-option{background:linear-gradient(90deg, var(--surface-3) 25%, var(--surface-2) 50%, var(--surface-3) 75%);background-size:200% 100%;border-radius:8px;animation:1.3s linear infinite pd-sk-shimmer}.pd-sk-breadcrumb{width:280px;max-width:60%;height:14px;margin-top:18px}.pd-sk-grid{margin-top:20px}.pd-sk-left,.pd-sk-right{flex-direction:column;gap:20px;display:flex}.pd-sk-media{aspect-ratio:4/3;border-radius:var(--radius-lg)}.pd-sk-thumbs{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.pd-sk-thumb{aspect-ratio:4/3;border-radius:var(--radius-md)}.pd-sk-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:20px;display:flex}.pd-sk-row{width:100%;height:18px}.pd-sk-line{height:12px}.pd-sk-line.w-30{width:30%}.pd-sk-line.w-40{width:40%}.pd-sk-line.w-50{width:50%}.pd-sk-title{width:70%;height:34px}.pd-sk-trust{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.pd-sk-chip{height:56px}.pd-sk-options{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.pd-sk-option{border-radius:var(--radius-md);height:96px}@keyframes pd-sk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:739px){.pd-sk-trust,.pd-sk-options{grid-template-columns:1fr}}}
