/* v346 — captura restaurada e redimensionamento acessível dos painéis principais. */
.ui-resize-handle {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 80;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(226, 190, 96, .72);
  border-radius: 4px;
  background: linear-gradient(135deg, transparent 0 45%, #e2be60 46% 52%, transparent 53% 62%, #8f7539 63% 69%, transparent 70%);
  box-shadow: 0 1px 5px #000a, inset 0 0 0 1px #ffffff12;
  cursor: nwse-resize;
  touch-action: none;
  user-select: none;
  opacity: .72;
}
.ui-resize-handle:hover,
.ui-resize-handle:focus-visible {
  opacity: 1;
  outline: 2px solid #f2d783;
  outline-offset: 1px;
  filter: brightness(1.16);
}
.ui-resize-handle.is-resizing { opacity: 1; filter: brightness(1.2); }

#stage #pokemon-team-bar.team-bar > .ui-resize-handle { z-index: 50; }
#stage #pokemon-skills-window.skills-window > .ui-resize-handle { right: 8px; bottom: 8px; }
#game-chat.chat-shell > .ui-resize-handle { right: 7px; bottom: 7px; }
#stage #pokemon-team-bar.team-bar.is-minimized > .ui-resize-handle,
#stage #pokemon-team-bar.team-bar.collapsed > .ui-resize-handle,
#stage #pokemon-skills-window.skills-window.is-minimized > .ui-resize-handle,
#game-chat.chat-shell.minimized > .ui-resize-handle,
#game-chat.chat-shell.is-minimized > .ui-resize-handle { display: none !important; }

/* Quinta aba: recupera o canal de capturas sem depender de um PNG inexistente. */
#game-chat .chat-tabs .chat-tab-text {
  display: grid;
  place-items: center;
  min-width: 68px;
  width: 68px;
  height: 25px;
  padding: 0 7px;
  border: 1px solid #705a2d;
  border-radius: 2px;
  background: linear-gradient(180deg, #1b2831, #0c1319);
  color: #aeb9bf;
  font: 800 9px/1 "Barlow", Arial, sans-serif;
  letter-spacing: .45px;
  text-shadow: 0 1px 2px #000;
}
#game-chat .chat-tabs .chat-tab-text.is-active,
#game-chat .chat-tabs .chat-tab-text.active {
  border-color: #dfbd63;
  color: #fff0bd;
  box-shadow: inset 0 0 0 1px #f2d78344, 0 0 7px #d5ac4540;
}
#game-chat.chat-shell[data-channel="capture"] .chat-messages {
  top: 52px;
  height: 231px;
  max-height: 231px;
  padding-bottom: 8px;
}
#game-chat.chat-shell[data-channel="capture"] .chat-composer { display: none !important; }
#game-chat.chat-shell[data-channel="capture"] .capture-chat-head { top: -4px; }

@media (max-width: 780px), (hover: none) and (pointer: coarse) {
  .ui-resize-handle { width: 30px; height: 30px; right: 4px; bottom: 4px; opacity: .9; }
  #game-chat .chat-tabs { gap: 4px; }
  #game-chat .chat-tabs .chat-tab-text { min-width: 62px; width: 62px; font-size: 8px; }
}
