.product-compare-wrapper{width:100%}.product-compare-banner{position:relative;width:100%;min-height:240px;overflow:hidden;display:flex;align-items:center;margin-bottom:30px}.product-compare-banner-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.product-compare-banner-content{position:relative;z-index:1;padding:40px 0}.product-compare-banner-content h1{font-size:32px;font-weight:700;color:#000;margin:0}.product-compare-banner-desc{margin-top:12px;font-size:16px;color:#000;line-height:1.5}.product-compare-page{padding-bottom:60px}.product-compare-layout{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start}.product-compare-sidebar{position:sticky;top:80px;background:#f8f9fa;border-radius:8px;padding:20px;max-height:calc(100vh - 100px);overflow-y:auto}.pc-sidebar-header h2{font-size:18px;font-weight:700;margin:0 0 8px;color:#000}.pc-sidebar-tip{font-size:13px;color:#666;margin:0 0 16px}.pc-selected-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;min-height:0}.pc-selected-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e8e8e8;border-radius:4px;font-size:13px;color:#000}.pc-selected-item button{border:none;background:transparent;color:#999;cursor:pointer;font-size:18px;line-height:1;padding:0}.pc-category-list{list-style:none;margin:0;padding:0}.pc-category-list--child{padding-left:12px;margin-top:4px}.pc-category-item{margin-bottom:4px}.pc-category-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:none;border-radius:4px;background:transparent;text-align:left;font-size:14px;color:#000;cursor:pointer;transition:background-color 0.2s ease,color 0.2s ease}.pc-category-btn:hover,.pc-category-btn.is-active{background:var(--theme-color,#0075c9);color:#fff}.pc-category-children{display:none}.pc-category-item.is-expanded>.pc-category-children{display:block}.pc-category-arrow::before{content:'›';display:inline-block;transition:transform 0.2s ease}.pc-category-item.is-expanded>.pc-category-btn .pc-category-arrow::before{transform:rotate(90deg)}.pc-product-panel{margin-top:20px;padding-top:20px;border-top:1px solid #e8e8e8}.pc-product-panel-title{font-size:16px;font-weight:700;margin:0 0 12px;color:#000}.pc-product-list{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto}.pc-product-option{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer;transition:border-color 0.2s ease,background-color 0.2s ease}.pc-product-option:hover{border-color:var(--theme-color,#0075c9)}.pc-product-option.is-selected{border-color:var(--theme-color,#0075c9);background:rgba(0,117,201,.06)}.pc-product-option input{margin-top:3px;flex-shrink:0}.pc-product-option-info{flex:1;min-width:0}.pc-product-option-title{font-size:14px;font-weight:700;color:#000;line-height:1.4;word-break:break-word}.pc-product-option-slug{font-size:12px;color:#999;margin-top:4px}.pc-empty-tip{font-size:13px;color:#999;margin:0}.product-compare-main{min-width:0}.pc-compare-empty{padding:80px 20px;text-align:center;background:#f8f9fa;border-radius:8px;color:#666;font-size:16px}.pc-compare-section{margin-bottom:32px}.pc-compare-section:last-child{margin-bottom:0}.pc-compare-section-title{font-size:20px;font-weight:700;color:#000;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid var(--theme-color,#0075c9)}.pc-compare-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.pc-compare-col{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px;min-width:0}.pc-compare-col-title{font-size:16px;font-weight:700;color:#000;margin:0 0 16px;text-align:center;word-break:break-word}.pc-compare-image-wrap{display:flex;align-items:center;justify-content:center;min-height:200px;background:#f8f9fa;border-radius:4px;overflow:hidden}.pc-compare-image-wrap img{max-width:100%;max-height:240px;object-fit:contain}.pc-compare-image-placeholder{color:#999;font-size:14px}.pc-doc-group{margin-bottom:16px}.pc-doc-group:last-child{margin-bottom:0}.pc-doc-group-title{font-size:14px;font-weight:700;color:#000;margin:0 0 8px}.pc-doc-list{list-style:none;margin:0;padding:0}.pc-doc-list li{margin-bottom:8px}.pc-doc-list li:last-child{margin-bottom:0}.pc-doc-list a{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--theme-color,#0075c9);text-decoration:none;word-break:break-word}.pc-doc-list a:hover{text-decoration:underline}.pc-compare-spec-content{font-size:14px;color:#000;line-height:1.6}.pc-compare-spec-content table{width:100%;border-collapse:collapse;margin:0}.pc-compare-spec-content table th,.pc-compare-spec-content table td{border:1px solid #e8e8e8;padding:10px 12px;text-align:left}.pc-compare-spec-content table th{background:#f5f5f5;font-weight:700}.pc-compare-no-data{font-size:14px;color:#999;margin:0}@media (max-width:1024px){.product-compare-layout{grid-template-columns:1fr}.product-compare-sidebar{position:static;max-height:none}.pc-compare-columns{grid-template-columns:1fr}}