.hl-rev-card{border-radius:24px;border:1px solid #e5e7eb;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .4s,border-color .4s}.hl-rev-card:hover{box-shadow:0 20px 40px -12px rgba(124,58,237,.1);border-color:rgba(124,58,237,.25)}.hl-rev-top{background:linear-gradient(135deg,rgba(124,58,237,.08),transparent);padding:24px;display:flex;align-items:center;gap:16px}.hl-rev-img{width:64px;height:64px;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);flex-shrink:0;border:3px solid #fff}.hl-rev-name{font-size:16px;font-weight:700;color:#111827}.hl-rev-title{font-size:14px;color:#6b7280}.hl-rev-co{display:inline-block;margin-top:4px;padding:2px 12px;border-radius:9999px;background:rgba(124,58,237,.1);color:#7c3aed;font-size:12px;font-weight:600}.hl-rev-body{padding:20px 24px 28px;flex:1;display:flex;flex-direction:column;justify-content:center}.hl-rev-q{width:32px;height:32px;color:rgba(124,58,237,.12);margin-bottom:12px}.hl-rev-text{color:rgba(17,24,39,.82);font-size:15px;line-height:1.7;white-space:pre-line}.hl-rev-dot{height:8px;border-radius:9999px;border:none;cursor:pointer;transition:all .3s;background:#e5e7eb}.hl-rev-dot--on{width:32px;background:#7c3aed}.hl-rev-dot--off{width:8px}.hl-rev-dot--off:hover{background:#c4b5fd}.hl-rev-hidden{display:none}.hl-rev-animate{animation:hl-rev-fade .4s ease}