#aov220-choice-panel {
  margin: 8px 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(204, 162, 66, .38);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(16, 31, 40, .96), rgba(8, 20, 28, .96));
  color: #e8f0f4;
  font-family: inherit;
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 8px 26px rgba(0,0,0,.2);
}
#aov220-choice-panel.is-resolving { opacity: .76; }
.aov220-choice-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.aov220-choice-head > div { display: grid; gap: 2px; }
.aov220-choice-head strong { color: #f1d58a; font-size: .84rem; letter-spacing: .02em; }
.aov220-choice-head span { color: #8fa7b5; font-size: .68rem; }
.aov220-version { border: 1px solid rgba(204, 162, 66, .3); border-radius: 999px; padding: 3px 7px; color: #d8b967 !important; }
.aov220-choice-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.aov220-choice-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: min(100%, 440px);
  padding: 8px 10px;
  border: 1px solid rgba(100, 170, 199, .35);
  border-radius: 8px;
  background: rgba(18, 52, 67, .78);
  color: #e9f2f5;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.aov220-choice-button:hover { transform: translateY(-1px); border-color: rgba(224, 185, 91, .72); background: rgba(29, 67, 83, .92); }
.aov220-choice-button:disabled { cursor: wait; opacity: .48; transform: none; }
.aov220-choice-button > span { display: grid; place-items: center; flex: 0 0 20px; height: 20px; border-radius: 50%; background: #c79d42; color: #081118; font-size: .7rem; font-weight: 900; }
.aov220-choice-button b { overflow: hidden; text-overflow: ellipsis; font-size: .76rem; line-height: 1.3; }
.aov220-ledger { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.07); font-size: .69rem; }
.aov220-ledger > strong { color: #c6d6de; }
.aov220-ledger > div { display: flex; flex-wrap: wrap; gap: 5px; }
.aov220-ledger span { border-radius: 999px; padding: 3px 7px; background: rgba(255,255,255,.04); color: #a8bbc5; }
.aov220-ledger .success { color: #83e2a9; background: rgba(56, 173, 105, .1); }
.aov220-ledger .failure { color: #ff9b9f; background: rgba(212, 77, 86, .1); }
.aov220-ledger .blocked { color: #efcc7c; background: rgba(201, 154, 55, .1); }
.aov220-muted { color: #7f98a5; font-size: .7rem; }
@media (max-width: 700px) {
  .aov220-choice-buttons { display: grid; grid-template-columns: 1fr; }
  .aov220-choice-button { max-width: none; width: 100%; }
}

/* Hotfix 3: persistent character selection and richer character cards */
.aov220-character-card-details {
  display: grid;
  gap: 5px;
  margin: 8px 0 10px;
  padding: 8px 9px;
  border: 1px solid rgba(111, 169, 196, .22);
  border-radius: 8px;
  background: rgba(4, 16, 24, .36);
  font-size: .72rem;
}
.aov220-character-card-details > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #8fa8b5;
}
.aov220-character-card-details > div > span:first-child { min-width: 76px; color: #7893a2; }
.aov220-character-card-details strong { color: #e9f2f5; font-weight: 750; }
.aov220-character-card-details small {
  margin-left: auto;
  padding: 2px 6px;
  border: 1px solid rgba(204, 162, 66, .28);
  border-radius: 999px;
  color: #d8bb70;
  text-transform: capitalize;
}
.aov220-character-card-details .aov220-character-identity {
  padding-bottom: 5px;
  margin-bottom: 1px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.aov220-character-card-details .aov220-character-identity > span:first-child { min-width: 0; }
#aov220-resume-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 8, 13, .84);
  backdrop-filter: blur(5px);
}
#aov220-resume-overlay > div {
  display: grid;
  gap: 7px;
  width: min(460px, 92vw);
  padding: 22px 24px;
  border: 1px solid rgba(204, 162, 66, .48);
  border-radius: 14px;
  background: linear-gradient(180deg, #102631, #081720);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  text-align: center;
}
#aov220-resume-overlay strong { color: #f0d387; font-size: 1rem; }
#aov220-resume-overlay span { color: #9db2bd; font-size: .78rem; line-height: 1.45; }


/* AOV_V220_HF4_CHARACTER_CARDS */
.aov-character-card { display:flex; flex-direction:column; gap:10px; min-width:260px; }
.aov-character-card-details { display:grid; gap:7px; margin:2px 0 4px; }
.aov-character-card-details > div { display:grid; grid-template-columns:76px 1fr; gap:8px; align-items:start; }
.aov-character-card-details span { color:var(--muted,#8ba1ae); font-size:.82rem; }
.aov-character-card-details strong { font-weight:600; line-height:1.3; }
