.blacklist-hero {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 0, 34, 0.26), transparent 34%),
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.94)),
    url("../../images/ronin-hero.jpg") center center / cover no-repeat;
}

.blacklist-page {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 90px;
}

.blacklist-page::before {
  content: "BLACKLIST";
  position: absolute;
  top: 90px;
  right: -40px;
  pointer-events: none;
  color: rgba(255, 64, 88, 0.045);
  font-family: "Orbitron", sans-serif;
  font-size: clamp(5rem, 16vw, 15rem);
  font-weight: 900;
  letter-spacing: 12px;
  transform: rotate(-8deg);
}

.bounty-command-panel,
.bounty-admin-panel,
.bounty-suggestion-panel,
.bounty-updates-panel,
.bounty-section-heading,
.bounty-controls,
.bounty-board,
.bounty-intel-note {
  position: relative;
  z-index: 1;
  width: min(1380px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.bounty-command-panel,
.bounty-admin-panel,
.bounty-suggestion-panel,
.bounty-updates-panel,
.bounty-section-heading,
.bounty-controls,
.bounty-intel-note,
.bounty-card,
.bounty-suggestion-card {
  border: 1px solid rgba(255, 70, 95, 0.3);
  background:
    linear-gradient(145deg, rgba(18, 18, 24, 0.96), rgba(4, 4, 8, 0.98)),
    radial-gradient(circle at top right, rgba(255, 64, 88, 0.11), transparent 42%);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.bounty-command-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 22px;
  align-items: stretch;
  padding: 30px;
}

.bounty-command-panel h2,
.bounty-admin-heading h2,
.bounty-section-heading h2,
.bounty-intel-note h2 {
  margin: 8px 0 14px;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.bounty-command-panel p,
.bounty-admin-heading p,
.bounty-section-heading p,
.bounty-intel-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.bounty-suggestion-panel {
  margin-top: 24px;
  padding: 26px;
  border-color: rgba(255, 211, 90, 0.28);
  background:
    linear-gradient(145deg, rgba(20, 17, 12, 0.96), rgba(4, 4, 8, 0.98)),
    radial-gradient(circle at top right, rgba(255, 211, 90, 0.1), transparent 42%);
}

.bounty-updates-panel {
  margin-top: 24px;
  padding: 26px;
}

.bounty-updates-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.bounty-update-item {
  --update-accent: #ff4058;
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--update-accent) 42%, transparent);
  border-left: 4px solid var(--update-accent);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.1)),
    color-mix(in srgb, var(--update-accent) 7%, transparent);
}

.bounty-update-item.critical {
  --update-accent: #ff4058;
}

.bounty-update-item.high {
  --update-accent: #ffd35a;
}

.bounty-update-item.watch {
  --update-accent: #8fc8ff;
}

.bounty-update-item span,
.bounty-update-item small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bounty-update-item strong {
  display: block;
  margin: 9px 0 6px;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.bounty-update-item p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.bounty-section-heading {
  margin-top: 32px;
  padding: 24px 28px;
}

.bounty-section-heading h2 {
  margin-bottom: 10px;
}

.player-heading {
  margin-top: 42px;
}

.bounty-admin-panel {
  margin-top: 24px;
  padding: 26px;
}

.bounty-admin-form {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.bounty-admin-form.org-form {
  grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.bounty-admin-form.suggestion-form {
  grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.bounty-admin-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.bounty-admin-form .wide {
  grid-column: span 2;
}

.bounty-admin-form input,
.bounty-admin-form select,
.bounty-admin-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(190, 20, 42, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    #07080b;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.bounty-admin-form textarea {
  resize: vertical;
}

.bounty-admin-form .btn {
  align-self: end;
  min-height: 44px;
  border: 1px solid rgba(255, 64, 88, 0.72);
  background: linear-gradient(135deg, #ff4058, #8f111f);
  color: #ffffff;
  cursor: pointer;
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bounty-form-message {
  min-height: 20px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
}

.bounty-form-message[data-type="success"] {
  color: #8fffc1;
}

.bounty-form-message[data-type="error"] {
  color: #ff6f7c;
}

.bounty-alert-panel {
  padding: 22px;
  border: 1px solid rgba(255, 64, 88, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 64, 88, 0.18), transparent),
    rgba(0, 0, 0, 0.28);
}

.bounty-alert-panel span,
.bounty-card-label,
.bounty-stat span,
.bounty-result-count {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.bounty-alert-panel strong {
  display: block;
  margin: 8px 0 10px;
  color: #ff4058;
  font-family: "Orbitron", sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.bounty-example-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  margin-top: 16px;
  padding: 0 14px;
  border: 1px solid rgba(255, 211, 90, 0.52);
  background: rgba(255, 211, 90, 0.08);
  color: #ffd35a;
  cursor: pointer;
  font-family: "Orbitron", sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bounty-controls {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(160px, 0.34fr));
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
}

.bounty-controls input,
.bounty-controls select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(190, 20, 42, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    #07080b;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.bounty-controls input:focus,
.bounty-controls select:focus {
  outline: none;
  border-color: rgba(255, 88, 111, 0.82);
  box-shadow:
    0 0 0 3px rgba(255, 70, 95, 0.13),
    0 0 18px rgba(180, 0, 20, 0.22);
}

.bounty-result-count {
  margin-top: 16px;
  color: #ff6f7c;
  font-family: "Orbitron", sans-serif;
}

.bounty-board {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 430px));
  gap: 18px;
  justify-content: start;
  align-items: start;
  margin-top: 18px;
  max-height: 2460px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-color: rgba(255, 64, 88, 0.68) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.bounty-board::-webkit-scrollbar {
  width: 10px;
}

.bounty-board::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

.bounty-board::-webkit-scrollbar-thumb {
  background: rgba(255, 64, 88, 0.62);
  border: 2px solid rgba(0, 0, 0, 0.45);
}

.bounty-card {
  --bounty-accent: #ff4058;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  grid-template-areas:
    "chips counter"
    "identity counter"
    "stats stats"
    "reason reason"
    "notes notes"
    "actions actions";
  gap: 14px;
  width: 100%;
  min-height: 0;
  padding: 20px;
  border-left: 5px solid var(--bounty-accent);
}

.bounty-suggestion-queue {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.bounty-suggestion-card {
  --bounty-accent: #ffd35a;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 20px;
  border-left: 5px solid var(--bounty-accent);
}

.bounty-suggestion-card::before {
  content: "REVIEW";
  position: absolute;
  right: -22px;
  top: 34px;
  padding: 6px 44px;
  border: 2px solid rgba(255, 211, 90, 0.24);
  color: rgba(255, 211, 90, 0.16);
  font-family: "Orbitron", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 4px;
  transform: rotate(18deg);
}

.bounty-suggestion-card.critical {
  --bounty-accent: #ff4058;
}

.bounty-suggestion-card.high {
  --bounty-accent: #ffd35a;
}

.bounty-suggestion-card.watch {
  --bounty-accent: #8fc8ff;
}

.bounty-suggestion-card h3 {
  position: relative;
  z-index: 1;
  margin: 20px 0 8px;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
}

.bounty-card.example-record {
  border-style: dashed;
}

.bounty-card.example-record::after {
  content: "DISPLAY PREVIEW";
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: rgba(255, 255, 255, 0.09);
  font-family: "Orbitron", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.bounty-elimination-counter {
  grid-area: counter;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 112px;
  min-height: 96px;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--bounty-accent) 58%, transparent);
  background:
    radial-gradient(circle at top, color-mix(in srgb, var(--bounty-accent) 22%, transparent), transparent 68%),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    0 0 28px color-mix(in srgb, var(--bounty-accent) 18%, transparent),
    inset 0 0 18px rgba(255, 255, 255, 0.035);
  text-align: center;
}

.bounty-status-stamp {
  grid-area: counter;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 112px;
  min-height: 96px;
  margin: 0;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--bounty-accent) 58%, transparent);
  background:
    radial-gradient(circle at top, color-mix(in srgb, var(--bounty-accent) 18%, transparent), transparent 68%),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    0 0 28px color-mix(in srgb, var(--bounty-accent) 16%, transparent),
    inset 0 0 18px rgba(255, 255, 255, 0.035);
  text-align: center;
}

.bounty-status-stamp span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.bounty-status-stamp strong {
  color: var(--bounty-accent);
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.9rem, 1.4vw, 1.2rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-shadow: 0 0 18px color-mix(in srgb, var(--bounty-accent) 58%, transparent);
}

.bounty-elimination-counter span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.bounty-elimination-counter strong {
  color: var(--bounty-accent);
  font-family: "Orbitron", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  text-shadow: 0 0 18px color-mix(in srgb, var(--bounty-accent) 58%, transparent);
}

.bounty-card::before {
  content: "EOS";
  position: absolute;
  right: -34px;
  top: 54px;
  padding: 8px 52px;
  border: 2px solid rgba(255, 64, 88, 0.28);
  color: rgba(255, 64, 88, 0.2);
  font-family: "Orbitron", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 4px;
  transform: rotate(18deg);
}

.org-card::before {
  content: "ORG";
}

.org-eos-stamp {
  grid-area: counter;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 3px;
  width: 112px;
  min-height: 74px;
  align-self: start;
  justify-self: end;
  margin: 0;
  padding: 10px 8px;
  border: 1px solid color-mix(in srgb, var(--bounty-accent) 58%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bounty-accent) 18%, transparent), rgba(0, 0, 0, 0.38));
  color: var(--bounty-accent);
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 22px color-mix(in srgb, var(--bounty-accent) 18%, transparent);
}

.org-eos-stamp span,
.org-eos-stamp strong {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.org-eos-stamp span {
  font-size: 1.15rem;
  letter-spacing: 2px;
}

.org-eos-stamp strong {
  font-size: clamp(0.58rem, 0.95vw, 0.82rem);
  letter-spacing: 1px;
}

.bounty-card.critical {
  --bounty-accent: #ff4058;
}

.bounty-card.high {
  --bounty-accent: #ffd35a;
}

.bounty-card.watch {
  --bounty-accent: #8fc8ff;
}

.bounty-card-top {
  grid-area: chips;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.bounty-chip {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid color-mix(in srgb, var(--bounty-accent) 58%, transparent);
  background: color-mix(in srgb, var(--bounty-accent) 14%, transparent);
  color: var(--bounty-accent);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bounty-chip.example-chip {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.68);
}

.bounty-identity {
  grid-area: identity;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.bounty-card h3 {
  margin: 6px 0 0;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.bounty-rsi {
  margin: 8px 0 0;
  color: #ff6f7c;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
  overflow-wrap: anywhere;
}

.bounty-stats {
  grid-area: stats;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bounty-stat,
.bounty-notes {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.24);
}

.bounty-stat strong {
  display: block;
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: #ffffff;
  line-height: 1.35;
}

.bounty-notes {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.bounty-reason {
  grid-area: reason;
}

.bounty-operational-notes {
  grid-area: notes;
}

.bounty-notes p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.bounty-intel-note {
  margin-top: 24px;
  padding: 28px;
}

.bounty-admin-actions {
  grid-area: actions;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.bounty-action-btn {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 211, 90, 0.48);
  background: rgba(255, 211, 90, 0.08);
  color: #ffd35a;
  cursor: pointer;
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.bounty-action-btn.danger {
  border-color: rgba(255, 64, 88, 0.58);
  background: rgba(255, 64, 88, 0.1);
  color: #ff6f7c;
}

.bounty-modal[hidden] {
  display: none;
}

.bounty-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.bounty-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 64, 88, 0.18), transparent 34%),
    rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
}

.bounty-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  max-height: 88vh;
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(255, 70, 95, 0.4);
  background:
    linear-gradient(145deg, rgba(15, 15, 20, 0.98), rgba(4, 4, 8, 0.98)),
    radial-gradient(circle at top right, rgba(255, 64, 88, 0.14), transparent 42%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.72);
}

.bounty-modal-panel h2,
.bounty-modal-panel h3 {
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.bounty-modal-panel h2 {
  margin: 8px 0 10px;
}

.bounty-modal-panel h3 {
  margin: 26px 0 12px;
  color: #ff6f7c;
}

.bounty-modal-panel > p {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.bounty-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 64, 88, 0.5);
  background: rgba(255, 64, 88, 0.08);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.4rem;
}

.example-modal-board {
  width: 100%;
  max-height: none;
  overflow: visible;
  margin-top: 0;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .bounty-command-panel,
  .bounty-admin-form,
  .bounty-admin-form.org-form,
  .bounty-admin-form.suggestion-form,
  .bounty-controls {
    grid-template-columns: 1fr;
  }

  .bounty-admin-form .wide {
    grid-column: auto;
  }

  .blacklist-page {
    padding: 56px 16px 74px;
  }
}

@media (max-width: 620px) {
  .bounty-board {
    grid-template-columns: 1fr;
  }

  .bounty-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "chips"
      "counter"
      "identity"
      "stats"
      "reason"
      "notes"
      "actions";
  }

  .bounty-elimination-counter,
  .org-eos-stamp {
    justify-self: start;
  }

  .bounty-stats {
    grid-template-columns: 1fr;
  }
}

/* Compact board cards with modal dossier expansion */
.bounty-card-compact {
  cursor: pointer;
  grid-template-columns: minmax(0, 1fr) 112px;
  grid-template-areas:
    "chips counter"
    "identity counter"
    "hint hint";
  min-height: 210px;
  padding: 22px 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bounty-card-compact.org-card {
  min-height: 200px;
}

.bounty-board .bounty-card-compact {
  height: 230px;
}

.bounty-board.org-board .bounty-card-compact {
  height: 230px;
}

.bounty-card-compact:hover,
.bounty-card-compact:focus-visible {
  border-color: color-mix(in srgb, var(--bounty-accent) 74%, transparent);
  outline: none;
  transform: translateY(-3px);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.46),
    0 0 30px color-mix(in srgb, var(--bounty-accent) 16%, transparent);
}

.bounty-card-compact .bounty-stats,
.bounty-card-compact .bounty-notes,
.bounty-card-compact .bounty-admin-actions {
  display: none;
}

.bounty-card-compact .bounty-identity {
  align-self: end;
  max-width: 100%;
  padding-right: 8px;
}

.bounty-card-compact .bounty-identity h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: clamp(1.15rem, 1.75vw, 1.72rem);
  line-height: 1.12;
  letter-spacing: clamp(0.5px, 0.16vw, 1.4px);
}

.bounty-card-compact .bounty-identity h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bounty-card-compact .bounty-rsi {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bounty-card-compact .bounty-rsi {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.bounty-card-compact.org-card .org-eos-stamp {
  width: 112px;
  min-height: 74px;
}

.bounty-card-compact.org-card .bounty-expand-hint {
  align-self: end;
}

.bounty-card-compact .bounty-elimination-counter,
.bounty-card-compact .bounty-status-stamp,
.bounty-card-compact .org-eos-stamp {
  align-self: start;
}

.bounty-expand-hint {
  grid-area: hint;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.58);
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bounty-card-compact:hover .bounty-expand-hint,
.bounty-card-compact:focus-visible .bounty-expand-hint {
  border-color: color-mix(in srgb, var(--bounty-accent) 50%, transparent);
  color: var(--bounty-accent);
}

.bounty-detail-panel {
  width: min(1120px, 100%);
}

.bounty-detail-content {
  margin-top: 18px;
}

.bounty-detail-content .bounty-card {
  max-height: min(72vh, 820px);
  overflow-y: auto;
}

.bounty-detail-content .bounty-card h3,
.bounty-detail-content .bounty-rsi,
.bounty-detail-content .bounty-stat strong {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bounty-detail-content .bounty-card.example-record::after {
  display: none;
}

@media (max-width: 620px) {
  .bounty-card-compact {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas:
      "chips"
      "counter"
      "identity"
      "hint";
  }

  .bounty-card-compact .bounty-elimination-counter,
  .bounty-card-compact .bounty-status-stamp,
  .bounty-card-compact .org-eos-stamp {
    justify-self: start;
  }
}

/* Recent Progress compact single-line log */
.bounty-updates-feed {
  grid-template-columns: 1fr;
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
}

.bounty-updates-feed::-webkit-scrollbar {
  width: 8px;
}

.bounty-updates-feed::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.bounty-updates-feed::-webkit-scrollbar-thumb {
  background: rgba(255, 64, 88, 0.58);
  border: 2px solid rgba(0, 0, 0, 0.45);
}

.bounty-update-item {
  display: grid;
  grid-template-columns: auto minmax(120px, 0.85fr) minmax(160px, 1fr) minmax(180px, 1.25fr);
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 14px;
}

.bounty-update-item span,
.bounty-update-item strong,
.bounty-update-item small,
.bounty-update-item p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bounty-update-item strong {
  font-size: 0.92rem;
}

.bounty-update-item p {
  line-height: 1.35;
}

@media (max-width: 820px) {
  .bounty-update-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
