.comment-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.comment-section-title{margin:0;font-size:clamp(28px, 2.8vw, 34px)}.comment-average{display:inline-flex;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:var(--text-dark);letter-spacing:-.02em}.comment-list{display:grid;gap:16px}.comment-card{border:1px solid rgba(126,75,243,.1);border-radius:16px;padding:18px 20px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:16px;align-items:flex-start;background:linear-gradient(180deg,#fff 0,#fcfcff 100%);box-shadow:0 10px 20px var(--shadow-sm)}.comment-avatar{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:var(--white);border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 16px rgba(126,75,243,.12)}.comment-avatar-svg{width:100%;height:100%;display:block}.comment-body{display:grid;gap:10px;min-width:0}.comment-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.comment-identity{display:grid;gap:2px}.comment-identity strong{font-size:15px}.comment-text{margin:0;color:var(--text-muted);font-size:15px;line-height:1.65;word-break:break-word;white-space:pre-wrap}.comment-actions{display:inline-flex;align-items:center;gap:10px}.comment-reaction{border:1px solid var(--border);border-radius:999px;background:var(--white);color:var(--text-muted);min-height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:13px;font-weight:600;transition:border-color .2s ease,color .2s ease,background-color .2s ease,transform .2s ease}.comment-reaction:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.comment-reaction-icon{font-size:14px;line-height:1}.comment-replies{position:relative;margin-top:8px;padding-left:10px;display:grid;gap:10px}.comment-replies::before{content:"";position:absolute;left:4px;top:4px;bottom:4px;width:2px;border-radius:999px;background:linear-gradient(180deg,rgba(126,75,243,.2),rgba(103,219,183,.22))}.comment-reply{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:flex-start;margin-left:14px;padding:10px 12px;border-radius:12px;border:1px solid rgba(126,75,243,.1);background:linear-gradient(180deg,#f9f8ff 0,#fff 100%)}.comment-reply-avatar{width:40px;height:40px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.7);box-shadow:0 6px 14px rgba(126,75,243,.1)}.comment-reply-body{min-width:0;display:grid;gap:4px}.comment-reply-meta{display:flex;align-items:center;gap:8px}.comment-reply-meta strong{font-size:13px;color:var(--primary)}.comment-reply-text{margin:0;font-size:14px;line-height:1.55;color:var(--text-muted);white-space:pre-wrap;word-break:break-word}.comment-rating{color:var(--accent);letter-spacing:.04em;font-size:15px}.comment-form{margin-top:24px;border:1px solid var(--border-light);border-radius:16px;padding:24px;background:var(--white)}.comment-form form{display:grid;gap:14px}.comment-form-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.comment-form-head h2,.comment-form-head h3{margin:0}.comment-rating-inline{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-muted)}.comment-stars{display:inline-flex;align-items:center;gap:6px}.comment-captcha-submit-row{display:flex;align-items:stretch;gap:0;border-radius:20px;border:1px solid var(--border-light);background:linear-gradient(180deg,#fbfbfe 0,#f5f7fc 100%);padding:10px;margin-top:10px}.comment-section{background:radial-gradient(circle at top left,rgba(126,75,243,.08),transparent 36%),linear-gradient(180deg,#f7f8fc 0,#fff 100%);border-radius:32px;padding:10px}.comment-section .comment-surface{background:var(--white);border:1px solid var(--border-light);border-radius:22px;padding:28px;box-shadow:0 16px 30px rgba(26,26,26,.08)}.comment-form textarea{padding-right:48px}@media (max-width:768px){.comment-title-row{align-items:flex-start;flex-direction:column;gap:8px}.comment-average{font-size:18px}.comment-card{grid-template-columns:48px minmax(0,1fr);gap:14px;padding:16px}.comment-avatar{width:48px;height:48px;font-size:15px}.comment-form-head{flex-direction:column;align-items:flex-start;gap:8px}.comment-captcha-submit-row{flex-direction:column;gap:10px}.comment-reply{grid-template-columns:36px minmax(0,1fr)}.comment-reply-avatar{width:36px;height:36px}}@media (max-width:640px){.comment-section-title{font-size:26px}.comment-average{font-size:17px}.comment-card{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:14px}.comment-avatar{width:44px;height:44px;font-size:14px}.comment-rating-inline{width:100%;justify-content:space-between}.comment-replies{padding-left:8px}.comment-reply{margin-left:10px;padding:8px 10px;gap:8px}.comment-reply-meta{flex-direction:column;align-items:flex-start;gap:2px}}