/* Point-Aware Review UI — self-contained styles (see point-aware-review-ui.js) */
.paw-root { font-family: inherit; font-size: 14px; }
.paw-legacy-notice { opacity: 0.7; font-style: italic; padding: 8px 0; }
.paw-changed-banner { background: rgba(255, 193, 7, 0.15); border: 1px solid rgba(255, 193, 7, 0.5); border-radius: 6px; padding: 8px 10px; margin-bottom: 10px; }
.paw-summary { opacity: 0.85; margin-bottom: 10px; }
.paw-points { display: flex; flex-direction: column; gap: 10px; }
.paw-point { border: 1px solid rgba(128, 128, 128, 0.3); border-radius: 8px; padding: 10px 12px; }
.paw-point-header { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.paw-point-header h4 { margin: 0; font-size: 15px; }
.paw-usage-rule { font-size: 11px; opacity: 0.6; }
.paw-made { margin: 6px 0; }
.paw-not-made { opacity: 0.7; }
.paw-irreversible { font-size: 11px; opacity: 0.7; }
.paw-active-group { display: flex; flex-direction: column; gap: 4px; margin-top: 4px; }
.paw-path { display: flex; gap: 8px; align-items: baseline; font-size: 13px; padding: 3px 0; }
.paw-path-active .paw-path-status { color: #2e7d32; font-weight: 600; }
.paw-path-suppressed { opacity: 0.55; }
.paw-path-suppressed .paw-path-status { font-weight: 600; }
.paw-path-status { min-width: 90px; flex-shrink: 0; }
.paw-path-desc { flex: 1; }
.paw-path-score, .paw-path-code { font-size: 11px; opacity: 0.6; white-space: nowrap; }
.paw-suppressed-group { margin-top: 6px; font-size: 12px; }
.paw-suppressed-group summary { cursor: pointer; opacity: 0.7; }
.paw-none { opacity: 0.5; font-size: 12px; font-style: italic; }

@media (prefers-color-scheme: dark) {
  .paw-point { border-color: rgba(255, 255, 255, 0.15); }
}
