.plh{--plh-accent: #dc2626;--plh-accent-hover: #b91c1c;--plh-radius: 1rem;--plh-radius-sm: .6rem;--plh-gap: 2.4rem;--plh-font-sm: 1.3rem;--plh-font-base: 1.5rem;--plh-font-lg: 1.8rem;--plh-border: rgba(var(--color-foreground), .08);--plh-text: rgb(var(--color-foreground));--plh-text-muted: rgba(var(--color-foreground), .55);--plh-bg: rgb(var(--color-background));--plh-bg-subtle: rgba(var(--color-foreground), .025)}.plh{font-size:10px;line-height:1.6;color:var(--plh-text)}.plh *,.plh *:before,.plh *:after{box-sizing:border-box}.plh a{text-decoration:none;color:inherit}.plh__hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px;padding:6rem 2rem;overflow:hidden;background:#0a0a0a}.plh__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35}.plh__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000004d,#000000b3)}.plh__hero-inner{position:relative;z-index:1;text-align:center;max-width:720px;margin:0 auto}.plh__hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.4rem;border-radius:999px;background:var(--plh-accent);color:#fff;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2rem}.plh__hero-title{font-size:4rem;font-weight:800;line-height:1.1;color:#fff;margin:0 0 1.2rem;letter-spacing:-.02em}.plh__hero-subtitle{font-size:1.8rem;line-height:1.6;color:#ffffffbf;margin:0 0 2.4rem;max-width:560px;margin-inline:auto}.plh__hero-stats{display:flex;justify-content:center;gap:3.2rem;flex-wrap:wrap}.plh__hero-stat{display:flex;flex-direction:column;align-items:center;gap:.3rem}.plh__hero-stat-value{font-size:2.8rem;font-weight:800;color:#fff;line-height:1}.plh__hero-stat-label{font-size:1.2rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.04em}.plh__body{display:grid;grid-template-columns:1fr 280px;gap:var(--plh-gap);max-width:1200px;margin:0 auto;padding:3rem 2rem 4rem}.plh__main{min-width:0}.plh__section{margin-bottom:4rem}.plh__section-title{display:flex;align-items:center;gap:.8rem;font-size:2.4rem;font-weight:800;color:var(--plh-text);margin:0 0 2rem;line-height:1.2}.plh__section-icon{flex-shrink:0;opacity:.5}.plh__picks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}.plh__pick-card,.plh__comp-card,.plh__tool-link{text-decoration:none;color:inherit;cursor:pointer}.plh__pick-card{display:flex;flex-direction:column;border:1px solid var(--plh-border);border-radius:var(--plh-radius);overflow:hidden;background:var(--plh-bg);transition:box-shadow .25s ease,transform .25s ease}.plh__pick-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.plh__pick-card-img-wrap{aspect-ratio:3/2;overflow:hidden;background:var(--plh-bg-subtle);display:flex;align-items:center;justify-content:center}.plh__pick-card-img-wrap--placeholder{background:rgba(var(--color-foreground),.04)}.plh__pick-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.plh__pick-card:hover .plh__pick-card-img{transform:scale(1.04)}.plh__pick-card-body{padding:1.6rem;flex:1;display:flex;flex-direction:column;gap:.6rem}.plh__pick-card-badge{display:inline-flex;align-self:flex-start;padding:.3rem .8rem;border-radius:4px;background:var(--plh-accent);color:#fff;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.plh__pick-card-title{font-size:var(--plh-font-lg);font-weight:700;color:var(--plh-text);margin:0;line-height:1.3}.plh__pick-card-subtitle{font-size:var(--plh-font-sm);color:var(--plh-text-muted);margin:0;line-height:1.5}.plh__pick-card-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:var(--plh-font-sm);font-weight:600;color:var(--plh-accent);margin-top:auto;padding-top:.6rem;transition:gap .2s ease}.plh__pick-card:hover .plh__pick-card-cta{gap:.8rem}.plh__comp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.6rem}.plh__comp-card{display:flex;flex-direction:column;border:1px solid var(--plh-border);border-radius:var(--plh-radius);overflow:hidden;background:var(--plh-bg);transition:box-shadow .25s ease,transform .25s ease}.plh__comp-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.plh__comp-card-images{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;padding:1.6rem;background:var(--plh-bg-subtle)}.plh__comp-card-product{display:flex;align-items:center;justify-content:center}.plh__comp-card-img{width:90px;height:90px;object-fit:contain}.plh__comp-card-placeholder{width:90px;height:90px;display:flex;align-items:center;justify-content:center}.plh__comp-card-vs{font-size:1.4rem;font-weight:800;color:var(--plh-accent);background:#dc262614;border-radius:999px;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.plh__comp-card-body{padding:1.2rem 1.6rem 1.6rem}.plh__comp-card-title{font-size:var(--plh-font-base);font-weight:700;color:var(--plh-text);margin:0 0 .3rem;line-height:1.3}.plh__comp-card-subtitle{font-size:var(--plh-font-sm);color:var(--plh-text-muted);margin:0;line-height:1.4}.plh__sidebar{position:relative}.plh__sidebar-title{display:flex;align-items:center;gap:.8rem;font-size:var(--plh-font-lg);font-weight:800;color:var(--plh-text);margin:0 0 1.6rem}.plh__sidebar-tools{position:sticky;top:8rem;display:flex;flex-direction:column;gap:.6rem}.plh__tool-link{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.4rem;border:1px solid var(--plh-border);border-radius:var(--plh-radius-sm);background:var(--plh-bg);transition:background .2s,border-color .2s}.plh__tool-link:hover{background:var(--plh-bg-subtle);border-color:rgba(var(--color-foreground),.15)}.plh__tool-icon{flex-shrink:0;color:var(--plh-accent)}.plh__tool-label{flex:1;font-size:var(--plh-font-base);font-weight:600;color:var(--plh-text)}.plh__tool-arrow{flex-shrink:0;color:var(--plh-text-muted);transition:transform .2s}.plh__tool-link:hover .plh__tool-arrow{transform:translate(3px)}.plh__reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.6rem}.plh__review-card{border:1px solid var(--plh-border);border-radius:var(--plh-radius);overflow:hidden;background:var(--plh-bg);transition:box-shadow .25s ease,transform .25s ease}.plh__review-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.plh__review-card-img-wrap{aspect-ratio:1/1;overflow:hidden;background:var(--plh-bg-subtle);display:flex;align-items:center;justify-content:center}.plh__review-card-img{width:100%;height:100%;object-fit:contain;padding:1.6rem}.plh__review-card-body{padding:1.2rem 1.6rem 1.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.plh__review-card-title{font-size:var(--plh-font-base);font-weight:700;color:var(--plh-text);margin:0;line-height:1.3}.plh__review-card-score{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;padding:.4rem .8rem;border-radius:6px;font-size:1.6rem;font-weight:800;flex-shrink:0}.plh__review-card-score small{font-size:.6em;font-weight:600;opacity:.6;margin-left:1px}.plh__review-card-score--0,.plh__review-card-score--1,.plh__review-card-score--2,.plh__review-card-score--3,.plh__review-card-score--4{background:#ffebee;color:#f44336}.plh__review-card-score--5,.plh__review-card-score--6{background:#fff8e1;color:#f59e0b}.plh__review-card-score--7,.plh__review-card-score--8,.plh__review-card-score--9,.plh__review-card-score--10{background:#e8f5e9;color:#4caf50}@media(max-width:1023.98px){.plh__body{grid-template-columns:1fr}.plh__sidebar{order:-1}.plh__sidebar-tools{position:static;flex-direction:row;flex-wrap:wrap}.plh__tool-link{flex:1;min-width:180px}}@media(max-width:767.98px){.plh__hero{min-height:340px;padding:4rem 1.6rem}.plh__hero-title{font-size:2.8rem}.plh__hero-subtitle{font-size:1.5rem}.plh__hero-stats{gap:2rem}.plh__hero-stat-value{font-size:2.2rem}.plh__body{padding:2rem 1.4rem 3rem}.plh__section-title{font-size:2rem}.plh__picks-grid,.plh__comp-grid{grid-template-columns:1fr}.plh__comp-card-img{width:70px;height:70px}.plh__sidebar-tools{flex-direction:column}.plh__tool-link{min-width:unset}}@media(prefers-reduced-motion:reduce){.plh__pick-card,.plh__comp-card,.plh__review-card,.plh__pick-card-img,.plh__tool-arrow,.plh__pick-card-cta{transition:none}.plh__pick-card:hover,.plh__comp-card:hover,.plh__review-card:hover,.plh__pick-card:hover .plh__pick-card-img{transform:none}}@media print{.plh__hero{min-height:auto;padding:2rem;background:#fff}.plh__hero-bg,.plh__hero-overlay{display:none}.plh__hero-title,.plh__hero-subtitle,.plh__hero-stat-value,.plh__hero-stat-label{color:#000}.plh__body{grid-template-columns:1fr}.plh__pick-card:hover,.plh__comp-card:hover,.plh__review-card:hover{box-shadow:none;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/piano-lab-hub.css.map */
