/* ═══════════════ 战斗布局 CSS ─ 所有设备加载（手机端复用此布局，scale 缩放） ═══════════════ */
  /* 布局尺寸 */
  #main-row { width:1280px; height:720px; }
  #main-area { width:960px; }
  #main-left, #main-right { flex:1; width:auto; min-width:0; }
  #main-topbar { width:240px; }
  #right-side { width:320px; }
  #right-bench-col { width:320px; margin-bottom:32px; }
  #main { width: 960px; height: 540px; flex: none; border: 1px solid #4A3B26; border-radius: 12px; background: #D9CDB4; position: relative; padding: 0; }
  #main > * { position: relative; z-index: 2; }
  #bottombar { display:none !important; }
  #right-side { display:flex; }
  #right-side #main-center { padding-top:0; }
  #right-side #log-area { background:#FDFBF4; flex: 0 0 auto; height: 256px; overflow-y: auto; }
  #pnl-l, #pnl-r { background: transparent; }
  #topbar { background: #F7F1E7; border-radius: 10px; padding: 6px 10px; margin-bottom: 4px; }
  #action-btns { display: flex; }
  #pnl-r .moves-grid { display: none; }
  .bench-block { font-size: 12px; }
  .bench-sprite { width: 43px; height: 43px; }
  .bmv { font-size: 12px; }
  .bhp-bar { height: 14px; }
