.reviews-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2rem 0 6rem}.reviews-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.reviews-loading,.reviews-empty{text-align:center;padding:4rem 0;color:#64748b;font-size:1.125rem}.reviews-header{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.reviews-header-content{text-align:center}.reviews-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin:0 0 .5rem;line-height:1.2}.reviews-subtitle{font-size:1.125rem;color:#64748b;margin:0}.reviews-stats-compact{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.reviews-stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.reviews-stat-value{font-size:2rem;font-weight:700;color:#0f172a;line-height:1}.reviews-stat-stars{display:flex;gap:2px}.reviews-stat-label{font-size:.875rem;color:#64748b;text-align:center}.reviews-stat-divider{width:1px;height:50px;background:#e2e8f0}.reviews-main{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.reviews-sidebar{position:sticky;top:6rem;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.reviews-filter-section{margin-bottom:2rem}.reviews-filter-section:last-child{margin-bottom:0}.reviews-filter-title{font-size:.875rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.reviews-search-box{position:relative;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s}.reviews-search-box:focus-within{border-color:#8b5cf6;background:#fff}.reviews-search-box svg{color:#64748b;flex-shrink:0}.reviews-search-input{flex:1;border:none;background:transparent;outline:none;font-size:.875rem;color:#0f172a}.reviews-search-input::placeholder{color:#94a3b8}.reviews-rating-filters{display:flex;flex-direction:column;gap:.5rem}.reviews-rating-filter{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;font-size:.875rem}.reviews-rating-filter:hover{background:#f1f5f9;border-color:#cbd5e1}.reviews-rating-filter.active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-color:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff}.reviews-filter-stars{display:flex;gap:2px}.reviews-rating-filter.active .reviews-filter-stars svg{color:#fff;fill:#fff}.reviews-filter-count{font-weight:600;color:#64748b;font-size:.75rem}.reviews-rating-filter.active .reviews-filter-count{color:#ffffffe6}.reviews-results-count{font-size:.875rem;color:#64748b;margin:0}.reviews-content-wrapper{display:flex;flex-direction:column;gap:1.5rem}.reviews-toolbar{display:flex;justify-content:flex-end;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.reviews-view-toggle{display:flex;gap:.5rem;padding:.25rem;background:#f8fafc;border-radius:8px}.reviews-view-btn{padding:.5rem .75rem;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s;color:#64748b;display:flex;align-items:center;justify-content:center}.reviews-view-btn:hover{background:#e2e8f0;color:#0f172a}.reviews-view-btn.active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff}.reviews-content{display:flex;flex-direction:column;gap:1.5rem}.reviews-content.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.review-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;transition:all .3s;border:1px solid #e2e8f0}.review-card:hover{box-shadow:0 8px 24px #8b5cf626;transform:translateY(-2px);border-color:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.review-user{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.review-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;flex-shrink:0}.review-user-info{flex:1}.review-user-name{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.review-meta{display:flex;align-items:center;gap:.75rem}.review-rating{display:flex;gap:2px}.review-date{font-size:.875rem;color:#64748b}.review-recommend{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#d1fae5;color:#065f46;border-radius:6px;font-size:.75rem;font-weight:500;white-space:nowrap}.review-content{margin-bottom:1rem}.review-product-name{font-size:.875rem;color:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);font-weight:500;margin-bottom:.5rem}.review-text{font-size:.9375rem;line-height:1.6;color:#475569;margin:0}.review-media{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;margin-top:1rem}.review-media-item{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f1f5f9}.review-media-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.review-media-item:hover img{transform:scale(1.1)}.reviews-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem 0}.reviews-page-btn{padding:.75rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.reviews-page-btn:hover:not(:disabled){background:#f8fafc;border-color:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.reviews-page-btn:disabled{opacity:.5;cursor:not-allowed}.reviews-page-numbers{display:flex;gap:.5rem}.reviews-page-number{min-width:40px;height:40px;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.reviews-page-number:hover{background:#f8fafc;border-color:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.reviews-page-number.active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-color:#8b5cf6;color:#fff}.reviews-page-ellipsis{display:flex;align-items:center;padding:0 .5rem;color:#94a3b8}.reviews-list .review-card{display:flex;flex-direction:column}.reviews-list .review-media{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));max-width:600px}.reviews-grid .review-card{height:100%;display:flex;flex-direction:column}.reviews-grid .review-content{flex:1}.reviews-grid .review-text{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1024px){.reviews-main{grid-template-columns:1fr}.reviews-sidebar{position:static;margin-bottom:2rem}.reviews-filter-section{margin-bottom:1.5rem}}@media(max-width:768px){.reviews-page{padding:6rem 0 4rem}.reviews-title{font-size:2rem}.reviews-stats-compact{flex-direction:column;gap:1.5rem}.reviews-stat-divider{width:50px;height:1px}.reviews-content.reviews-grid{grid-template-columns:1fr}.review-user{flex-wrap:wrap}.review-recommend{width:100%;justify-content:center}.reviews-pagination{flex-wrap:wrap}.reviews-page-numbers{order:-1;width:100%;justify-content:center;margin-bottom:1rem}}@media(max-width:480px){.reviews-container{padding:0 1rem}.review-card{padding:1rem}.review-avatar{width:40px;height:40px;font-size:1rem}.review-media{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}}
