/* General overview and its faction sheet share one stage; only UI uses these positions. */
#generals { background: #f5f0e5; }
#generals .gen-roster { flex: 1; min-height: 0; position: relative; overflow: hidden; }
#generals .gen-roster-stage { position: absolute; inset: 0 0 auto; height: 100%; overflow: hidden; transition: height .36s ease; background: radial-gradient(ellipse at center, #fffdf5 0%, #f1e9d9 80%); }
#generals .gen-roster-stage::before { content: ''; position: absolute; inset: 13% 9%; border: 1px solid #ac946429; border-radius: 50%; pointer-events: none; }
#generals .gen-roster-intro { position: absolute; inset: 18px 0 auto; text-align: center; color: #7d705c; font-size: 12px; letter-spacing: 2px; transition: opacity .2s; }
#generals .gen-roster-note { position: absolute; inset: auto 16px 20px; text-align: center; color: #8b7b64; font-size: 11px; transition: opacity .2s; }
#generals .gen-faction { position: absolute; width: 76px; height: 76px; transform: translate(-50%, -50%); border: 0; background: transparent; padding: 0; color: #70472b; cursor: pointer; transition: left .36s ease, top .36s ease, opacity .25s ease, transform .36s ease; }
#generals .gen-faction:focus-visible { outline: 2px solid #8c442f; outline-offset: 8px; border-radius: 50%; }
#generals .gen-piece-face { position: absolute; inset: 0; border-radius: 50%; border: 3px solid #8b6942; background: radial-gradient(circle at 35% 25%, #fff8e6, #dcc399); box-shadow: 0 5px 0 #aa875b, 0 10px 16px #75552b26, inset 0 0 0 4px #efe0bc, inset 0 0 0 5px #b89966; display: flex; justify-content: center; align-items: center; overflow: hidden; font: bold 37px 'STKaiti', 'KaiTi', serif; }
#generals .gen-piece-face img { width: 100%; height: 100%; object-fit: contain; }
#generals .gen-faction-label { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); white-space: nowrap; display: flex; flex-direction: column; gap: 4px; align-items: center; font-size: 12px; }
#generals .gen-faction-label small { color: #9a8569; font-size: 10px; font-weight: normal; }
#generals .gen-faction-badge { position: absolute; right: -3px; bottom: -4px; width: 24px; height: 24px; display: grid; place-items: center; background: #f5e5c5; border: 1px solid #927047; border-radius: 50%; font: bold 13px serif; }
#generals .gen-roster.focused .gen-roster-stage { height: 50%; }
#generals .gen-roster.focused .gen-roster-intro, #generals .gen-roster.focused .gen-roster-note { opacity: 0; pointer-events: none; }
#generals .gen-roster.focused .gen-faction:not(.selected) { opacity: .18; transform: translate(-50%, -50%) scale(.82); }
#generals .gen-roster.focused .gen-faction:not(.selected) .gen-faction-label { visibility: hidden; }
#generals .gen-faction.selected { transform: translate(-50%, -50%) scale(1.12); z-index: 1; }
#generals .gen-faction.selected .gen-piece-face { border-color: #9e4b31; box-shadow: 0 5px 0 #a77e4f, 0 12px 22px #75552b28, 0 0 0 7px #b28a3930, inset 0 0 0 4px #efe0bc, inset 0 0 0 5px #b89966; }
#generals .gen-faction-sheet { position: absolute; inset: 50% 0 0; display: flex; flex-direction: column; border-top: 1px solid #c7b28e; border-radius: 22px 22px 0 0; background: #fffaf0; box-shadow: 0 -6px 22px #6a4b2010; transform: translateY(105%); visibility: hidden; transition: transform .36s ease, visibility .36s; }
#generals .gen-roster.focused .gen-faction-sheet { transform: translateY(0); visibility: visible; }
#generals .gen-sheet-handle { width: 34px; height: 4px; border-radius: 4px; background: #c9bba5; margin: 9px auto 0; flex-shrink: 0; }
#generals .gen-sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px 16px 10px; flex-shrink: 0; }
#generals .gen-sheet-title { margin: 0; font-size: 17px; color: #63452d; }
#generals .gen-sheet-subtitle { margin-top: 4px; color: #9a876c; font-size: 10px; }
#generals .gen-sheet-close { border: 1px solid #d2c0a1; border-radius: 16px; background: #fffdf8; padding: 7px 13px; color: #806449; cursor: pointer; }
#generals .gen-body { padding: 4px 14px 18px; overscroll-behavior: contain; }
#generals .gen-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; align-content: start; }
#generals .gen-card { position: relative; min-height: 146px; border-width: 1px; border-radius: 12px; padding: 10px 4px 8px; background: #f8efdc; }
#generals .gen-card.orange { border-color: #c6a05c; }
#generals .gen-card.purple { border-color: #ac98b9; background: #f5eef4; }
#generals .gen-card.inactive { opacity: .7; filter: grayscale(.65); }
#generals .gen-card.equipped { box-shadow: inset 0 0 0 2px #9b4c32; }
#generals .gen-card .gen-avatar { width: 65px; height: 65px; background: #ead9b5; border-width: 1px; overflow: hidden; }
#generals .gen-avatar img, #generals .gen-detail-avatar img { width: 100%; height: 100%; object-fit: contain; }
#generals .gen-card .gen-name { font-size: 13px; }
#generals .gen-card .gen-stars { white-space: nowrap; font-size: 9px; }
#generals .gen-card .gen-progress-txt { font-size: 9px; }
#generals .gen-equipped-label { position: absolute; top: 5px; right: 4px; border-radius: 4px; background: #8f4933; padding: 2px 4px; color: #fff5e8; font-size: 9px; z-index: 1; }
#generals .gen-detail-avatar { overflow: hidden; background: #ead9b5; }
#generals .gen-detail-footer { padding: 12px 16px; border-top: 1px solid #d8c8ae; flex-shrink: 0; background: #fff8eb; }
#generals .gen-equip { width: 100%; min-height: 44px; border: 1px solid #72412b; border-radius: 9px; background: #8e4831; color: #fff6e6; font-family: inherit; font-size: 15px; font-weight: bold; cursor: pointer; }
#generals .gen-equip:disabled { color: #938570; background: #e8dfce; border-color: #cbbfa9; cursor: default; }
#generals .gen-roster-status { position: absolute; bottom: 6px; left: 12px; right: 12px; pointer-events: none; text-align: center; color: #8d5438; font-size: 11px; }
@media (prefers-reduced-motion: reduce) {
  #generals .gen-roster *, #generals .gen-roster *::before { transition: none !important; }
}
@media (max-width: 350px) {
  #generals .gen-faction { width: 64px; height: 64px; }
  #generals .gen-piece-face { font-size: 31px; }
  #generals .gen-card .gen-avatar { width: 55px; height: 55px; }
}

#generals .gen-portrait-placeholder { font: bold 32px "STKaiti", "KaiTi", serif; color: #795333; }
#generals .gen-star-effect-title { display: block; color: #775032; margin-bottom: 4px; }
