/* v379: edge-to-edge trading tutorial art and a paint-only home speech entrance. */

@keyframes v379HomeDialogueSurfaceIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@scope (body[data-tutorial-surface-polish-release="379"]) {
  :scope #daytrade-modal.is-intro .daytrade-feature-visual > .feature-hero-img {
    object-fit: cover;
    object-position: center;
  }

  :scope[data-active-panel="home"] #avatar-scene #ant-scene-dialogue:not(.hidden) {
    animation: v379HomeDialogueSurfaceIn 120ms ease-out both;
  }
}
