.content-box{
  width:100%;
  min-height: calc(100vh - 180px);
  border-radius:18px;
  background:var(--light-base);
  backdrop-filter:blur(10px);
  border:2px solid var(--border);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  font-weight:800;
  color:var(--headline-text);
}

.content-box.review-panel{
  display:block;
  align-items:unset;
  justify-content:unset;
  padding:18px;
  font-size:unset;
  font-weight:unset;
  color:unset;
  min-height:auto;
  max-height:calc(100vh - 180px);
  overflow-y:auto;
}

.review-summary{
  position:sticky;
  top:-18px;
  z-index:5;
  background:white;
  border:1px solid rgba(0,0,0,0.08);
  border-radius:16px 0px 0px 0px;
  padding:18px;
  margin:-18px -18px 18px;
}

.review-summary-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.review-average-score{
  font-size:2rem;
  font-weight:800;
  color:var(--headline-text);
}

.review-average-meta,
.review-summary-count{
  color:var(--subtitle-text);
  font-size:0.95rem;
  margin-top:6px;
}

.review-filter{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.review-filter-btn{
  border:1px solid rgba(0,0,0,0.12);
  background:transparent;
  color:var(--body-text);
  padding:8px 12px;
  border-radius:999px;
  cursor:pointer;
  transition:background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.review-filter-btn.active{
  background:var(--primary);
  color:var(--light-base);
  border-color:var(--primary);
}

.review-filter-btn:hover{
  border-color:rgba(0,0,0,0.2);
}

.review-list{
  display:grid;
  gap:16px;
  padding-right:8px;
}

.review-list::-webkit-scrollbar-thumb{
  background:rgba(0,0,0,0.12);
  border-radius:999px;
}

.review-card{
  background:rgba(255,255,255,0.95);
  border:1px solid rgba(0,0,0,0.08);
  border-radius:16px;
  padding:18px;
  box-shadow:0 20px 45px rgba(0,0,0,0.04);
}

.review-header{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.review-avatar{
  width:56px;
  height:56px;
  border-radius:50%;
  object-fit:cover;
  background:rgba(0,0,0,0.06);
}

.review-meta{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.review-stars-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}

.review-created{
  font-size:0.9rem;
  color:var(--subtitle-text);
}

.review-name{
  font-weight:700;
  font-size:1rem;
  color:var(--headline-text);
}

.review-actions{
  margin-left:auto;
}

.reply-btn{
  background:transparent;
  border:1px solid rgba(0,0,0,0.1);
  padding:6px 10px;
  border-radius:8px;
  cursor:pointer;
}

.delete-reply-btn{
  background:var(--primary);
  color:var(--light-base);
  border:none;
  padding:6px 10px;
  border-radius:8px;
  cursor:pointer;
  margin-left:8px;
}

.delete-reply-btn.hidden{
  display:none !important;
}

.reply-area{
  margin-top:12px;
}

.reply-input{
  width:100%;
  border:1px solid rgba(0,0,0,0.08);
  border-radius:8px;
  padding:8px;
  resize:vertical;
}

.reply-controls{
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:8px;
}

.reply-suggest,
.reply-send{
  background:var(--primary);
  color:var(--light-base);
  border:none;
  padding:8px 12px;
  border-radius:8px;
  cursor:pointer;
}

.reply-suggest{
  background:#f8fafc;
  color:#475569;
  border:1px solid #cbd5e1;
}

.reply-suggest:hover{
  background:#e2e8f0;
  border-color:#94a3b8;
}

.reply-cancel{
  background:transparent;
  border:1px solid rgba(0,0,0,0.06);
  padding:6px 10px;
  border-radius:8px;
  cursor:pointer;
}

.reply-suggest:disabled,
.reply-send:disabled,
.reply-cancel:disabled{
  cursor:not-allowed;
  opacity:0.65;
}

.review-stars{
  color:#f5a623;
  font-size:1rem;
  letter-spacing:0.02em;
}

.review-comment{
  color:var(--text-muted);
  line-height:1.7;
  margin-bottom:12px;
  white-space:pre-wrap;
}

.review-reply{
  background:rgba(245, 248, 255, 0.95);
  border:1px solid rgba(0,0,0,0.08);
  border-radius:12px;
  padding:12px;
  margin-bottom:12px;
}

.review-reply-label{
  font-weight:700;
  margin-bottom:6px;
}

.review-reply-text{
  color:var(--text-muted);
  line-height:1.65;
  white-space:pre-wrap;
}

.review-reply-date{
  font-size:0.85rem;
  color:var(--subtitle-text);
  margin-top:8px;
}

.review-date{
  font-size:0.9rem;
  color:var(--subtitle-text);
}

.review-empty{
  color:var(--subtitle-text);
  font-size:1rem;
  text-align:center;
  padding:36px 0;
}

.reviews-feedback-dashboard{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:18px;
}

.reviews-feedback-card{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:12px;
  box-shadow:0 16px 36px rgba(15,23,42,0.06);
}

.reviews-feedback-summary-card{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 260px;
  align-items:center;
  gap:22px;
  padding:18px 20px;
}

.reviews-feedback-summary-copy h2,
.reviews-feedback-card h3{
  color:var(--headline-text);
  margin:0;
}

.reviews-feedback-summary-copy h2{
  font-size:1.35rem;
  margin-bottom:8px;
}

.reviews-feedback-summary-copy p{
  color:var(--body-text);
  line-height:1.55;
  font-size:0.98rem;
}

.reviews-feedback-meter{
  border:1px solid rgba(15,23,42,0.08);
  border-radius:10px;
  padding:14px;
  background:#f8fafc;
}

.reviews-feedback-meter-value{
  color:var(--headline-text);
  font-size:2.2rem;
  font-weight:800;
  line-height:1;
}

.reviews-feedback-meter-label,
.reviews-feedback-meter-meta{
  color:var(--muted-text);
  font-size:0.86rem;
  font-weight:700;
  margin-top:5px;
}

.reviews-feedback-meter-track{
  height:9px;
  border-radius:999px;
  background:#e2e8f0;
  overflow:hidden;
  margin-top:12px;
}

.reviews-feedback-meter-track span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg, #e11d48, #f59e0b, #16a34a);
}

.reviews-feedback-split{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.reviews-feedback-list-card,
.reviews-feedback-actions-card{
  padding:18px;
}

.reviews-feedback-list-card h3,
.reviews-feedback-actions-card h3{
  font-size:1.05rem;
  margin-bottom:14px;
}

.reviews-feedback-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.reviews-feedback-item{
  border-left:3px solid #16a34a;
  padding-left:12px;
}

.reviews-feedback-item h4{
  color:var(--headline-text);
  font-size:0.96rem;
  margin:0 0 5px;
}

.reviews-feedback-item p,
.reviews-feedback-empty{
  color:var(--body-text);
  line-height:1.5;
  font-size:0.92rem;
}

.reviews-feedback-evidence{
  margin-top:8px;
  padding:8px 10px;
  border-radius:8px;
  background:#f8fafc;
  color:var(--muted-text);
  font-size:0.86rem;
  line-height:1.45;
}

.reviews-feedback-actions{
  display:grid;
  gap:10px;
  padding-left:22px;
}

.reviews-feedback-actions li{
  color:var(--body-text);
  line-height:1.5;
  padding-left:4px;
}

@media (max-width: 900px){
  .reviews-feedback-summary-card,
  .reviews-feedback-split{
    grid-template-columns:1fr;
  }
}
