.decode-data{margin:0 0 24px;padding:4px 0 22px;border-top:0;border-bottom:1px solid #75b1c144}
.decode-answers{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}
.analysis-nav{display:flex;flex-wrap:wrap;gap:12px}
.roleplay-score{padding:0 0 18px}
.duet-layout .beat-chart{grid-template-columns:repeat(2,minmax(0,1fr))}
.roleplay-score img{max-height:290px;max-width:100%;width:auto}
.score-art{position:relative;display:block;max-width:100%}
.roleplay-score .score-icon-retouch{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:fill;clip-path:inset(86.5% 3.6% 6% 92.5%);pointer-events:none}
.roleplay-roles.duet-roles{position:static;display:flex;justify-content:space-between;gap:16px;margin:0 0 18px}
.roleplay-roles span{font-size:22px}
.roleplay-score+.duet-top{margin-top:0}
.voice-reflection{display:flex;justify-content:center;align-items:center;background:transparent;border:0;padding:12px;pointer-events:none}
.voice-actions{display:flex;pointer-events:auto}
.voice-actions .icon-button{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;padding:15px;text-decoration:none;border:1px solid #90b7b980;border-radius:5px;color:#d9ecec}
.voice-actions .primary{color:#152226}
.voice-actions .icon-button svg{width:30px;height:30px}
.task-envelope{align-items:center;min-width:0}
.task-envelope h3{font-size:26px;font-weight:500;margin:0}
.task-envelope .task-detail{font-size:24px;line-height:1.65;color:#e1eff1;margin:0;text-align:left;overflow-wrap:anywhere}
.homework-panel>p{line-height:1.6}
@media(max-width:700px){
  .decode-answers{grid-template-columns:1fr}
  .roleplay-score img{width:100%;max-height:none}
  .roleplay-roles span{font-size:18px}
  .voice-reflection{padding:12px}
  .voice-actions .icon-button{width:52px;height:52px;padding:12px}
  .task-envelope .task-detail{font-size:23px}
}
