.prey-selection-dialog {
  width: min(900px, 94vw);
  height: min(650px, 91vh);
  padding: 0;
  border: 4px solid transparent;
  border-image: url('assets/client-hud/images/3pixel-frame-borderimage.png') 4 fill stretch;
  background: url('assets/client-hud/images/background-dark.png'), #1b1c18;
  color: #ddd;
  box-shadow: 0 16px 46px #000;
}

.prey-selection-dialog::backdrop { background: #020503d9; }
.prey-selection-dialog > section { display: grid; grid-template-rows: auto auto minmax(0, 1fr); height: 100%; box-sizing: border-box; overflow: hidden; }
.prey-selection-dialog header { display: flex; align-items: center; justify-content: space-between; min-width: 0; padding: 10px 13px; border-bottom: 1px solid #625d4c; background: linear-gradient(#3b3a32, #23241f); }
.prey-selection-dialog header div { display: grid; min-width: 0; gap: 2px; }
.prey-selection-dialog header small { color: #aaa187; font-size: 8px; letter-spacing: .12em; }
.prey-selection-dialog header b { overflow: hidden; color: #f0dda0; font: 16px Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }
.prey-selection-dialog header > span { flex: none; margin-left: 10px; padding: 4px 7px; border: 1px solid #8a6d29; background: #3a2e15; color: #f0ce69; font-size: 9px; }
.prey-selection-close { display: grid; flex: none; place-items: center; width: 27px; height: 27px; margin-left: 4px; padding: 0 !important; border: 1px solid #6a6658 !important; background: linear-gradient(#4a4a41, #23241f) !important; color: #e7dab1 !important; font: bold 20px/20px Arial, sans-serif !important; cursor: pointer; }
.prey-selection-close:hover { border-color: #b99a4c !important; color: #fff0b2 !important; filter: brightness(1.15); }

.prey-selection-search { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 8px 12px; border-bottom: 1px solid #4c4c43; color: #c8bd9c; font-size: 10px; }
.prey-selection-search input { width: 100%; min-width: 0; height: 30px; box-sizing: border-box; padding: 5px 8px; border: 1px solid #5b5e55; background: #0b0d0a; color: #eee; outline: 0; }
.prey-selection-search input:focus { border-color: #c29b3e; box-shadow: 0 0 0 1px #65501f; }
.prey-selection-count { color: #a9a18b; font-size: 9px; white-space: nowrap; }

.prey-selection-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; min-width: 0; min-height: 0; overflow: hidden; }
.prey-selection-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 5px; min-width: 0; min-height: 0; padding: 7px; overflow: auto; border-right: 1px solid #56554b; background: #11130f; scrollbar-gutter: stable; }
.prey-selection-list button { display: grid !important; grid-template-columns: 48px minmax(0, 1fr); align-items: center; width: 100%; min-width: 0; height: 54px; padding: 2px 7px !important; overflow: hidden; border: 1px solid #34362f !important; background: #20221d !important; color: #d7d5ca !important; text-align: left; }
.prey-selection-list button:hover { border-color: #70694f !important; background: #30322b !important; }
.prey-selection-list button.selected { border-color: #c79d3b !important; background: linear-gradient(90deg, #55431f, #342d1e) !important; color: #ffe49a !important; box-shadow: inset 3px 0 #e8bd51; }
.prey-selection-thumb { display: grid; place-items: center; width: 44px; height: 44px; overflow: hidden; contain: paint; isolation: isolate; border: 1px solid #3a3c34; background: radial-gradient(circle, #32352d, #11130f 72%); }
.prey-selection-list .prey-selection-thumb img,
.prey-selection-list .prey-selection-thumb img.creature-native-sprite { display: block !important; position: static !important; width: 42px !important; height: 42px !important; min-width: 0 !important; min-height: 0 !important; max-width: 42px !important; max-height: 42px !important; margin: 0 !important; object-fit: contain !important; object-position: center !important; image-rendering: pixelated !important; transform: none !important; filter: drop-shadow(1px 2px 1px #000); }
.prey-selection-list button > span:last-child { min-width: 0; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.prey-selection-list > p { grid-column: 1 / -1; padding: 22px; color: #888; text-align: center; }

.prey-selection-layout > aside { display: grid; grid-template-rows: 176px auto auto minmax(0, 1fr); gap: 9px; min-width: 0; min-height: 0; padding: 12px; overflow: hidden; background: #181a16; }
.prey-selection-preview { display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; min-width: 0; min-height: 0; gap: 6px; padding: 8px; overflow: hidden; border: 1px solid #5f5b4b; background: radial-gradient(circle, #37382f, #0b0d0a 72%); box-shadow: inset 0 0 0 1px #080907; }
.prey-selection-preview-art { display: grid; place-items: center; width: 124px; height: 124px; overflow: hidden; contain: paint; isolation: isolate; }
.prey-selection-preview-art img,
.prey-selection-preview-art img.creature-native-sprite { display: block !important; position: static !important; width: 120px !important; height: 120px !important; min-width: 0 !important; min-height: 0 !important; max-width: 120px !important; max-height: 120px !important; margin: 0 !important; object-fit: contain !important; object-position: center bottom !important; image-rendering: pixelated !important; transform: none !important; filter: drop-shadow(3px 4px 2px #000); }
.prey-selection-preview > span { max-width: 225px; overflow: hidden; color: #f1dda1; font: bold 12px Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }
.prey-selection-result { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 8px; min-width: 0; padding: 8px; border: 1px solid #806b36; background: linear-gradient(#3e351f, #221d13); }
.prey-selection-result > img { width: 44px; height: 54px; object-fit: contain; image-rendering: pixelated; }
.prey-selection-result div { display: grid; min-width: 0; gap: 2px; }
.prey-selection-result small { color: #aaa080; font-size: 7px; letter-spacing: .1em; }
.prey-selection-result b { overflow: hidden; color: #ffe078; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.prey-selection-result span { color: #bbb29a; font-size: 8px; line-height: 1.35; }
.prey-selection-dialog [data-confirm-prey-creature] { height: 40px; border: 1px solid #a27e2d !important; background: linear-gradient(#765d24, #382c15) !important; color: #ffe28a !important; font-weight: bold; }
.prey-selection-dialog [data-confirm-prey-creature]:disabled { opacity: .38; }
.prey-selection-layout > aside > p { align-self: end; margin: 0; color: #8f8d82; font-size: 8px; line-height: 1.45; text-align: center; }

@media (max-width: 720px) {
  .prey-selection-dialog { width: 96vw; height: 94vh; }
  .prey-selection-layout { grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(220px, 1fr) auto; }
  .prey-selection-list { grid-template-columns: minmax(0, 1fr); border-right: 0; border-bottom: 1px solid #56554b; }
  .prey-selection-layout > aside { grid-template-columns: 92px minmax(0, 1fr); grid-template-rows: auto auto auto; padding: 7px; }
  .prey-selection-preview { grid-row: 1 / 3; }
  .prey-selection-preview-art { width: 78px; height: 78px; }
  .prey-selection-preview-art img,
  .prey-selection-preview-art img.creature-native-sprite { width: 76px !important; height: 76px !important; max-width: 76px !important; max-height: 76px !important; }
  .prey-selection-result { grid-column: 2; }
  .prey-selection-dialog [data-confirm-prey-creature] { grid-column: 1 / -1; }
  .prey-selection-layout > aside > p { display: none; }
}

@media (max-width: 460px) {
  .prey-selection-search { grid-template-columns: auto minmax(0, 1fr); }
  .prey-selection-count { grid-column: 1 / -1; }
  .prey-selection-dialog header > span { display: none; }
}
