
/* V20.11.70: the no-workout result is a fixed three-row layout.
   The pack art and confirmation action never depend on the scrollable card body. */
#v20917PackStage.v201170-no-workout-result{
  width:min(650px,calc(100vw - 24px))!important;
  height:min(790px,calc(100dvh - 20px))!important;
  min-height:0!important;
  max-height:calc(100dvh - 20px)!important;
  padding:10px 10px 8px!important;
  overflow:hidden!important;
  align-content:stretch!important;
  justify-content:stretch!important;
}
#v20917PackStage.v201170-no-workout-result #v20917PackResult{
  width:100%!important;height:100%!important;min-height:0!important;
  display:block!important;overflow:hidden!important;
  opacity:1!important;visibility:visible!important;transform:none!important;
  pointer-events:auto!important;
}
#v20917PackStage.v201170-no-workout-result #v20917PackResult>.v201167-pack-kind{display:none!important;}
.v201170-result-shell{
  width:100%;height:100%;min-height:0;box-sizing:border-box;
  display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;
  overflow:hidden;border-radius:18px;
  background:linear-gradient(180deg,rgba(13,29,46,.98),rgba(4,11,20,.99));
  border:1px solid color-mix(in srgb,var(--v20918-accent,#66b9ff) 48%,rgba(255,255,255,.16));
  box-shadow:inset 0 0 28px rgba(255,255,255,.025),0 18px 48px rgba(0,0,0,.42);
}
.v201170-result-head{
  flex:none;min-height:104px;padding:9px 12px 8px;box-sizing:border-box;
  display:flex;align-items:center;justify-content:center;gap:12px;text-align:left;
  background:linear-gradient(180deg,color-mix(in srgb,var(--v20918-accent,#66b9ff) 16%,rgba(18,31,46,.98)),rgba(8,19,31,.96));
  border-bottom:1px solid rgba(255,255,255,.10);position:relative;z-index:5;
}
.v201170-result-pack-image{
  width:56px;height:88px;flex:0 0 56px;border-radius:8px;
  background-image:var(--v20918-pack-image)!important;
  background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;
  filter:drop-shadow(0 8px 11px rgba(0,0,0,.52));
}
.v201170-result-head-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px;}
.v201170-result-head-copy small{font-size:9px;line-height:1;color:#91a8bb;font-weight:900;letter-spacing:.14em;}
.v201170-result-head-copy strong{font-size:17px;line-height:1.15;color:#fff;font-weight:1000;word-break:keep-all;}
.v201170-result-head-copy span{font-size:11px;line-height:1.2;color:#c8d9e8;font-weight:850;}
.v201170-result-body{
  min-height:0;overflow:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;
  display:grid;justify-items:center;align-content:start;gap:8px;padding:2px 8px 10px;box-sizing:border-box;
  scrollbar-gutter:stable both-edges;
}
.v201170-result-body>.v20920-single-card-wrap{margin:0 auto!important;align-self:start!important;}
.v201170-result-body>.v20919-result-grid{max-height:none!important;overflow:visible!important;margin:0 auto!important;}
.v201170-result-body>p{margin:0!important;padding:0 6px 4px!important;text-align:center!important;color:#c2d2df!important;font-size:11px!important;line-height:1.25!important;}
.v201170-result-footer{
  flex:none;min-height:62px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));box-sizing:border-box;
  display:flex;align-items:center;justify-content:center;position:relative;z-index:50;
  background:linear-gradient(180deg,rgba(8,18,29,.94),rgba(3,9,16,.99));
  border-top:1px solid rgba(255,255,255,.11);
}
#v20917PackResult .v201170-result-confirm{
  width:min(260px,82vw)!important;min-width:180px!important;height:46px!important;min-height:46px!important;
  margin:0!important;padding:0 22px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:13px!important;border:1px solid color-mix(in srgb,var(--v20918-accent,#66b9ff) 70%,white)!important;
  background:linear-gradient(180deg,color-mix(in srgb,var(--v20918-accent,#66b9ff) 46%,#18344d),#10273b)!important;
  color:#fff!important;font-size:14px!important;font-weight:1000!important;
  visibility:visible!important;opacity:1!important;pointer-events:auto!important;touch-action:manipulation!important;
  position:relative!important;z-index:2147483000!important;
  box-shadow:0 8px 20px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.15)!important;
}
@media(max-width:760px){
  #v20917PackStage.v201170-no-workout-result{width:calc(100vw - 16px)!important;height:calc(100dvh - 12px)!important;max-height:calc(100dvh - 12px)!important;padding:6px!important;border-radius:18px!important;}
  .v201170-result-shell{border-radius:14px;}
  .v201170-result-head{min-height:88px;padding:6px 9px;gap:9px;}
  .v201170-result-pack-image{width:45px;height:72px;flex-basis:45px;}
  .v201170-result-head-copy strong{font-size:15px;}
  .v201170-result-head-copy span{font-size:10px;}
  .v201170-result-body{padding:0 4px 8px;}
  .v201170-result-footer{min-height:58px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));}
  #v20917PackResult .v201170-result-confirm{height:44px!important;min-height:44px!important;font-size:13px!important;}
}
