/* UI 017.4.23 SAFE CANARY — Final Shot verdict viewport centering + tiny result dock lower.
   Presentation-only override for the transient Director's Cut title and accepted
   finished-result dock position. No lifecycle, timing, camera, HP or reward changes. */

/* Anchor the verdict to the actual cinematic viewport instead of a 50%/translate
   box. This removes the slight right drift visible on iPhone Safari. */
html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5 .b174-v5-title{
  left:0!important;
  right:0!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  padding-left:22px!important;
  padding-right:22px!important;
  translate:0 -50%!important;
}

html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5 .b174-v5-title-row{
  width:100%!important;
  max-width:680px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  grid-template-columns:minmax(10px,1fr) auto minmax(10px,1fr)!important;
  gap:10px!important;
}

/* Victory Final Shot: the small caption must never be visible. */
html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-win .b174-v5-title small,
html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-win .b174-v5-title small[hidden],
html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-win .b174-v5-title small::before,
html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-win .b174-v5-title small::after{
  display:none!important;
  content:none!important;
}

html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5 .b174-v5-title strong{
  max-width:84vw!important;
}

/* Victory is rendered as ONE visual owner with an explicit line break. Hide any
   DOM copy/spans created by the helper JS so stale WebKit paint order cannot turn
   it back into one line or expose the legacy ПОБЕДА text. */
html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-win .b174-v5-title strong{
  width:min(78vw,430px)!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  white-space:normal!important;
  text-align:center!important;
  text-shadow:none!important;
}

html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-win .b174-v5-title strong > *{
  display:none!important;
}

html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-win .b174-v5-title strong::after{
  content:"ВРАГ\AПОВЕРЖЕН"!important;
  display:block!important;
  width:100%!important;
  color:var(--b174-v6-accent-hi)!important;
  font:700 clamp(38px,12.8vw,70px)/.88 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.012em!important;
  white-space:pre-line!important;
  text-align:center!important;
  text-shadow:
    0 3px 0 rgba(67,35,9,.76),
    0 0 16px var(--b174-v6-accent-soft),
    0 16px 38px rgba(0,0,0,.72)!important;
}

/* Defeat stays one word but keeps its dedicated mobile-safe size so ПОРАЖЕНИЕ
   does not clip during the title overshoot on narrow iPhone viewports. */
html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-loss .b174-v5-title strong.b174-defeat-verdict{
  width:min(78vw,450px)!important;
  color:var(--b174-v6-accent-hi)!important;
  font:700 clamp(34px,10.3vw,58px)/.93 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.018em!important;
  white-space:nowrap!important;
  text-align:center!important;
  text-shadow:0 3px 0 rgba(52,18,25,.74),0 0 15px var(--b174-v6-accent-soft),0 16px 38px rgba(0,0,0,.75)!important;
}

/* The accepted dock lift keeps a 10px safety gap. Move the visible result dock
   only 6px lower, leaving ~4px of safety above Safari's visual-viewport edge. */
html.arena-result0174-canary.arena-result0174-finished-dock-safe
body.arena-battle014-active.arena-battle014-active > nav:not(.b14-dock):not(.i13-dock){
  top:calc(var(--b174-result-dock-top) + 6px)!important;
}

@media(max-width:350px){
  html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5 .b174-v5-title{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5 .b174-v5-title-row{
    grid-template-columns:minmax(7px,1fr) auto minmax(7px,1fr)!important;
    gap:7px!important;
  }
  html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-win .b174-v5-title strong::after{
    font-size:38px!important;
  }
  html.arena-result0174-canary body.arena-battle014-active .b174-cine-v5.is-loss .b174-v5-title strong.b174-defeat-verdict{
    width:82vw!important;
    font-size:34px!important;
  }
}
