/* Sahba adopted layout 20260903: motion geometry is owned by the engine. */

.sahba-exit-icon,
.sahba-pause-controls,
.sahba-take-all-toggle {
  display: none !important;
}

html:not([data-sahba-layout-editor-active]) .sahba-ground-area-frame {
  translate: 3px -19px !important;
  scale: 0.6664 1.3132 !important;
  rotate: 0deg !important;
  transform-origin: center center !important;
  transform-box: border-box !important;
}

html:not([data-sahba-layout-editor-active]) .sahba-scoreboard {
  translate: 524px -130px !important;
  scale: 1 !important;
  rotate: 0deg !important;
  transform-origin: center center !important;
}

html:not([data-sahba-layout-editor-active]) .sahba-scoreboard span:nth-child(2) {
  translate: 7px 7px !important;
}

html:not([data-sahba-layout-editor-active]) .sahba-top-actions {
  translate: -86px 61px !important;
  scale: 1 !important;
  rotate: 0deg !important;
  transform-origin: center center !important;
}

html:not([data-sahba-layout-editor-active]) [data-sahba-card][data-seat="3"] {
  scale: 0.77 1 !important;
  transform-origin: center center !important;
  transform-box: border-box !important;
}

html:not([data-sahba-layout-editor-active]) .sahba-player-avatar-right {
  scale: 1 !important;
  rotate: 0deg !important;
  transform-origin: center center !important;
}

html:not([data-sahba-layout-editor-active]) .sahba-seat-name-local {
  scale: 0.91 1 !important;
  transform-origin: center center !important;
}

html:not([data-sahba-layout-editor-active]) .sahba-seat-name-right {
  scale: 1 !important;
  rotate: 0deg !important;
  transform-origin: center center !important;
}

html:not([data-sahba-layout-editor-active]) .sahba-local-ai-overlay {
  translate: 0 0 !important;
  scale: 1 !important;
  rotate: 0deg !important;
  transform-origin: center center !important;
}

/* The score and tools now share the top strip; discard the former free-floating offsets. */
html:not([data-sahba-layout-editor-active]) #app.sahba-active[data-sahba-layout='portrait'] .sahba-scoreboard {
  translate: 0 0 !important;
  scale: 1 !important;
  rotate: 0deg !important;
  transform: translateX(-50%) !important;
}

html:not([data-sahba-layout-editor-active]) #app.sahba-active[data-sahba-layout='portrait'] .sahba-scoreboard span:nth-child(2) {
  translate: 0 0 !important;
}

html:not([data-sahba-layout-editor-active]) #app.sahba-active[data-sahba-layout='portrait'] .sahba-top-actions {
  translate: 0 0 !important;
  scale: 1 !important;
  rotate: 0deg !important;
}
