/* Local arm mask: the approved face, throne, camera and supporting hand remain
   completely static. Soft edges blend the generated key poses into that art. */
.odin-cast-layer{position:absolute;left:0;top:0;width:720px;height:338px;pointer-events:none;overflow:hidden;isolation:isolate;}
.odin-cast-layer[hidden]{display:none;}
.odin-cast-pose{position:absolute;inset:0;width:720px;height:338px;object-fit:fill;opacity:0;pointer-events:none;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='338' viewBox='0 0 720 338'%3E%3Cdefs%3E%3Cfilter id='f'%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill='white' filter='url(%23f)' d='M144 175 C162 152 194 146 213 148 L244 154 C252 163 257 163 275 158 L317 166 L338 180 L345 226 L356 259 L351 309 L313 333 L167 332 L137 278 Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='338' viewBox='0 0 720 338'%3E%3Cdefs%3E%3Cfilter id='f'%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill='white' filter='url(%23f)' d='M144 175 C162 152 194 146 213 148 L244 154 C252 163 257 163 275 158 L317 166 L338 180 L345 226 L356 259 L351 309 L313 333 L167 332 L137 278 Z'/%3E%3C/svg%3E");
  -webkit-mask-size:720px 338px;mask-size:720px 338px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;}
@media(prefers-reduced-motion:reduce){.odin-cast-pose{transition:none;}}
