.hfr-form-wrap { background: #fff; border: 1px solid #e8e8e8; border-radius: 8px; padding: 28px 32px; margin: 24px 0; }
.hfr-form-title { font-size: 17px; font-weight: 700; color: #001529; margin: 0 0 20px; padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; }
.hfr-login-notice { display: flex; align-items: flex-start; gap: 10px; background: #f0f6ff; border: 1px solid #bfdbfe; border-radius: 6px; padding: 14px 16px; color: #374151; font-size: 14px; }
.hfr-login-notice a { color: #001529; font-weight: 600; text-decoration: underline; }
.hfr-already-reviewed { display: flex; align-items: center; gap: 10px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 6px; padding: 14px 16px; color: #15803d; font-weight: 500; font-size: 14px; }
.hfr-field { margin-bottom: 20px; }
.hfr-field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .07em; color: #6b7280; text-transform: uppercase; margin-bottom: 8px; }
.hfr-req { color: #dc2626; margin-left: 2px; }
.hfr-field input[type="text"], .hfr-field textarea { width: 100%; border: 1px solid #d1d5db; border-radius: 6px; padding: 10px 14px; font-size: 14px; color: #111; background: #fff; transition: border-color .2s; box-sizing: border-box; }
.hfr-field input[type="text"]:focus, .hfr-field textarea:focus { outline: none; border-color: #001529; box-shadow: 0 0 0 3px rgba(0, 21, 41, .08); }
.hfr-field textarea { resize: vertical; min-height: 110px; }
.hfr-char-count { display: block; text-align: right; font-size: 12px; color: #9ca3af; margin-top: 4px; }
.hfr-location-input-group { display: flex; gap: 10px; }
.hfr-location-input-group input { flex: 1; }
.hfr-detect-btn { display: inline-flex; align-items: center; gap: 6px; background: #f3f4f6; border: 1px solid #d1d5db; border-radius: 6px; padding: 0 16px; font-size: 13px; font-weight: 600; color: #374151; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.hfr-detect-btn:hover:not(:disabled) { background: #e5e7eb; color: #111; }
.hfr-detect-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.hfr-location-status { display: block; font-size: 12px; margin-top: 5px; color: #6b7280; }
.hfr-checkbox-field { margin-top: 5px; margin-bottom: 25px; }
.hfr-checkbox-label { display: flex !important; align-items: center; gap: 8px; cursor: pointer; font-size: 13px !important; font-weight: 500 !important; color: #374151 !important; text-transform: none !important; letter-spacing: 0 !important; }
.hfr-checkbox-label input[type="checkbox"] { width: 16px; height: 16px; cursor: pointer; margin: 0; }
.hfr-star-select { display: inline-flex; flex-direction: row-reverse; gap: 2px; }
.hfr-star-select input { position: absolute; opacity: 0; pointer-events: none; }
.hfr-star-select label { font-size: 36px; color: #d1d5db; cursor: pointer; transition: color .12s, transform .1s; line-height: 1; }
.hfr-star-select label:hover, .hfr-star-select label:hover ~ label { color: #f59e0b; transform: scale(1.12); }
.hfr-star-select input:checked ~ label, .hfr-star-select input:checked + label { color: #f59e0b; }
.hfr-star-label { display: inline-block; margin-left: 10px; font-size: 13px; font-weight: 600; color: #001529; vertical-align: middle; }
.hfr-submit-btn { display: inline-flex; align-items: center; gap: 8px; background: #001529; color: #fff; border: none; border-radius: 6px; padding: 11px 28px; font-size: 14px; font-weight: 600; cursor: pointer; }
.hfr-submit-btn:hover:not(:disabled) { background: #002a52; }
.hfr-submit-btn:disabled { opacity: .55; cursor: not-allowed; }
.hfr-msg { margin-top: 14px; padding: 11px 16px; border-radius: 6px; font-size: 14px; }
.hfr-msg--error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }
.hfr-reviews-wrap { margin: 24px 0; }
.hfr-reviews-header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hfr-reviews-title { font-size: 17px; font-weight: 700; color: #001529; margin: 0; }
.hfr-summary { display: flex; gap: 28px; align-items: center; background: #fafafa; border: 1px solid #f0f0f0; border-radius: 10px; padding: 22px 28px; margin-bottom: 26px; flex-wrap: wrap; }
.hfr-summary-score { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.hfr-score-num { font-size: 52px; font-weight: 800; color: #001529; line-height: 1; }
.hfr-stars { display: inline-flex; align-items: center; gap: 1px; }
.hfr-star { font-size: 16px; line-height: 1; }
.hfr-star--full { color: #f59e0b; }
.hfr-star--half { background: linear-gradient(90deg, #f59e0b 55%, #d1d5db 45%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hfr-star--empty { color: #d1d5db; }
.hfr-summary-bars { flex: 1; display: flex; flex-direction: column; gap: 7px; min-width: 180px; }
.hfr-bar-row { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.hfr-bar-track { flex: 1; background: #e5e7eb; border-radius: 999px; height: 7px; overflow: hidden; }
.hfr-bar-fill { height: 100%; background: #f59e0b; border-radius: 999px; }
.hfr-review-list { display: flex; flex-direction: column; gap: 20px; }
.hfr-review-item { display: flex; flex-wrap: wrap; gap: 24px; padding: 24px 0; border-bottom: 1px solid #e5e7eb; }
.hfr-review-item:last-child { border-bottom: none; }
.hfr-review-user-info { flex: 0 0 200px; display: flex; flex-direction: column; gap: 12px; }
.hfr-avatar { width: 42px; height: 42px; border-radius: 50%; background: #e5e7eb; color: #374151; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.hfr-reviewer-meta { display: flex; flex-direction: column; gap: 6px; }
.hfr-reviewer-name-row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.hfr-reviewer-name { font-size: 15px; font-weight: 700; color: #111; }
.hfr-badge-logged, .hfr-badge-custom, .hfr-verified-badge { display: inline-flex; align-items: center; gap: 3px; font-size: 11px; font-weight: 600; padding: 2px 6px; border-radius: 4px; white-space: nowrap; }
.hfr-badge-logged { background: #eff6ff; color: #2563eb; }
.hfr-badge-custom { background: #f3f4f6; color: #6b7280; }
.hfr-verified-badge { background: #ecfdf5; color: #10b981; }
.hfr-review-location { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: #6b7280; margin-top: 2px;}
.hfr-review-date { font-size: 12px; color: #9ca3af; margin-top: 4px; }
.hfr-review-content-area { flex: 1; min-width: 250px; }
.hfr-review-rating { margin-bottom: 10px; }
.hfr-review-title { font-size: 16px; font-weight: 700; color: #111; margin: 0 0 8px; line-height: 1.4; }
.hfr-review-body { font-size: 14px; color: #4b5563; line-height: 1.65; }
.hfr-review-actions { margin-top: 14px; }
.hfr-helpful-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #374151; background: #fff; border: 1px solid #d1d5db; border-radius: 6px; padding: 6px 12px; cursor: pointer; transition: all 0.2s; }
.hfr-helpful-btn:hover:not(:disabled) { background: #f3f4f6; border-color: #9ca3af; }
.hfr-helpful-btn svg { transition: transform 0.2s; }
.hfr-helpful-btn:active svg { transform: scale(1.2); }
.hfr-helpful-btn.hfr-liked, .hfr-helpful-btn:disabled { background: #f0fdf4; border-color: #10b981; color: #10b981; cursor: default; }
.hfr-top-highlights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.hfr-highlight-col { background: #fff; border: 1px solid #111; border-radius: 8px; padding: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.hfr-highlight-title { font-size: 14px; font-weight: 700; color: #111; margin: 0 0 15px 0; border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; }
.hfr-top-review-box { display: flex; flex-direction: column; gap: 10px; padding: 0; border: none; }
.hfr-top-review-box .hfr-review-user-info { flex: auto; border-bottom: none; padding: 0; }
.hfr-top-review-box .hfr-reviewer-meta { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.hfr-top-review-box .hfr-review-date { margin-top: 0; }
.hfr-read-more { color: #2563eb; font-weight: 600; text-decoration: none; font-size: 13px; }
.hfr-load-more-btn { display: inline-flex; justify-content: center; width: 100%; background: transparent; border: 1px solid #d1d5db; color: #374151; border-radius: 6px; padding: 12px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .2s; }
.hfr-load-more-btn:hover { background: #f3f4f6; }

@media (max-width: 768px) {
  .hfr-top-highlights-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hfr-location-input-group { flex-direction: column; }
  .hfr-detect-btn { width: 100%; padding: 10px; justify-content: center; }
  .hfr-review-item { flex-direction: column; gap: 16px; }
  .hfr-review-user-info { flex: auto; flex-direction: row; align-items: center; border-bottom: 1px dashed #e5e7eb; padding-bottom: 12px; }
  .hfr-top-review-box .hfr-review-user-info { border-bottom: none; padding-bottom: 0; }
  .hfr-avatar { width: 36px; height: 36px; font-size: 15px; }
}