.blloe-report-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.blloe-report-modal.is-open {
  display: flex;
}
.blloe-report-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.blloe-report-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 32px));
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}
.blloe-report-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.blloe-report-modal__title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.blloe-report-modal__close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #f3f4f6;
  color: #6b7280;
  cursor: pointer;
}
.blloe-report-modal__close:hover {
  background: #e5e7eb;
  color: #111827;
}
.blloe-report-modal__target {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}
.blloe-report-modal__desc {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 12px;
  line-height: 1.6;
}
.blloe-report-reasons {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}
.blloe-report-reason {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  font-size: 13px;
  color: #374151;
}
.blloe-report-reason input {
  margin: 0;
}
.blloe-report-desc {
  width: 100%;
  min-height: 90px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  font-size: 13px;
  resize: vertical;
}
.blloe-report-upload {
  margin-top: 12px;
}
.blloe-report-upload__label {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
  display: block;
}
.blloe-report-images {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.blloe-report-thumb {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #9ca3af;
  overflow: hidden;
}
.blloe-report-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blloe-report-actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.blloe-report-btn {
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  cursor: pointer;
}
.blloe-report-btn--ghost {
  background: #f3f4f6;
  color: #374151;
}
.blloe-report-btn--primary {
  background: #111827;
  color: #fff;
}

.post-action--report {
  color: #6b7280;
}
.post-action--report:hover {
  color: #111827;
}
.post-action--report .post-action-icon {
  stroke: currentColor;
}

.blloe-comment__report {
  margin-left: 12px;
  border: none;
  background: none;
  color: #9ca3af;
  font-size: 12px;
  cursor: pointer;
}
.blloe-comment__report:hover {
  color: #111827;
}

.profile-report-btn {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  cursor: pointer;
}
.profile-report-btn:hover {
  border-color: #d1d5db;
  color: #111827;
}

.uc-appeal {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.uc-appeal__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
}
.uc-appeal__desc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
  line-height: 1.6;
}
.uc-appeal__status {
  padding: 8px 12px;
  background: #f3f4f6;
  border-radius: 12px;
  font-size: 12px;
  color: #374151;
  margin-bottom: 12px;
}
.uc-appeal__field {
  margin-bottom: 12px;
}
.uc-appeal__label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}
.uc-appeal__input,
.uc-appeal__textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 13px;
}
.uc-appeal__textarea {
  min-height: 90px;
  resize: vertical;
}
.uc-appeal__btn {
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  background: #111827;
  color: #fff;
  cursor: pointer;
}
.uc-appeal__btn.is-disabled,
.uc-appeal__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

body.dark .blloe-report-modal__dialog {
  background: #181818;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
body.dark .blloe-report-modal__title {
  color: #f3f4f6;
}
body.dark .blloe-report-modal__close {
  background: #2a2a2a;
  color: #9aa3af;
}
body.dark .blloe-report-modal__close:hover {
  background: #333;
  color: #fff;
}
body.dark .blloe-report-modal__target,
body.dark .blloe-report-modal__desc {
  color: #9aa3af;
}
body.dark .blloe-report-reason {
  border-color: #333;
  color: #d1d5db;
  background: #1f1f1f;
}
body.dark .blloe-report-desc {
  background: #111;
  color: #e5e7eb;
  border-color: #333;
}
body.dark .blloe-report-upload__label {
  color: #9aa3af;
}
body.dark .blloe-report-thumb {
  background: #1f1f1f;
  color: #6b7280;
}
body.dark .blloe-report-btn--ghost {
  background: #1f1f1f;
  color: #e5e7eb;
}
body.dark .blloe-report-btn--primary {
  background: #ff4b6a;
  color: #fff;
}
body.dark .post-action--report {
  color: #9aa3af;
}
body.dark .post-action--report:hover {
  color: #f3f4f6;
}
body.dark .blloe-comment__report {
  color: #9aa3af;
}
body.dark .blloe-comment__report:hover {
  color: #f3f4f6;
}
body.dark .profile-report-btn {
  border-color: #333;
  background: #1a1a1a;
  color: #e5e7eb;
}
body.dark .profile-report-btn:hover {
  border-color: #444;
  color: #fff;
}
body.dark .uc-appeal {
  border-color: #222;
  background: #181818;
}
body.dark .uc-appeal__title {
  color: #f3f4f6;
}
body.dark .uc-appeal__desc,
body.dark .uc-appeal__status,
body.dark .uc-appeal__label {
  color: #9aa3af;
}
body.dark .uc-appeal__input,
body.dark .uc-appeal__textarea {
  background: #111;
  border-color: #333;
  color: #e5e7eb;
}
body.dark .uc-appeal__btn {
  background: #ff4b6a;
  color: #fff;
}
