#screen .chat {font-size:24.7px;line-height:1.4;}
#screen .chat #chat-log {height:140px;max-height:25cqw;overflow:auto;padding:4px 6px;box-sizing:border-box;}
#screen .chat #chat-log p {font-size:inherit;line-height:1.4;margin:4px 0;overflow-wrap:anywhere;}
#screen #chat-form :is(input,select,button) {font-size:26.6px;line-height:1.35;padding:5px;}
.summary-stat-row .shiny-bonus {background:#fff4bb;color:#795000;border:1px solid #cba749;font:bold 11px system-ui;padding:2px;border-radius:4px;white-space:nowrap;}
#touch-controls {pointer-events:none;}
#touch-controls .touch-stick {pointer-events:auto;border-radius:50%;touch-action:none;}
#touch-controls .touch-stick>* {pointer-events:none;}
.battle-pokemon[data-status=sleep] {animation:none!important;}
/* Grow Draco around its ground anchor without replacing battle animation transforms. */
#screen .verdant-field canvas.battle-pokemon[data-species="draco"] {
  scale:1.4;
  transform-origin:50% 100%;
}
@media(prefers-reduced-motion:reduce){.battle-pokemon{animation:none!important;}}
