header { justify-content: flex-start; }
nav { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 7px; height: auto; overflow: visible; }
nav button { min-height: 54px; width: 100%; padding: 7px 10px; border-right: 1px solid #1e3045; white-space: normal; line-height: 1.25; }
nav button:last-child { border-right: 0; }
#chart-deaths .bar.direct, #chart-share .bar.direct { background: #25b8ea; }
#chart-deaths .bar.related, #chart-share .bar.related { background: #f12f5c; }
#chart-deaths .bar-row, #chart-share .bar-row { grid-template-columns: 205px 1fr 90px; }
.death-row { margin: 15px 0; }
.death-row-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 5px; font-size: 15px; }
.death-stack { display: flex; height: 30px; background: #1b2b3c; border: 1px solid #385069; border-radius: 6px; overflow: hidden; }
.death-stack span { min-width: 2px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 900; overflow: hidden; }
.death-stack .direct { background: #25b8ea; color: #04101a; }
.death-stack .related { background: #f12f5c; }
.death-zoom { margin-top: 22px; padding-top: 14px; border-top: 1px dashed #3a5065; }
.death-zoom h4 { margin: 0 0 5px; color: #63d7ff; }
.death-zoom p { margin: 0 0 10px; color: #aebfca; font-size: 13px; }
@media(max-width:1000px){nav{grid-template-columns:repeat(4,1fr)}nav button{border-bottom:1px solid #1e3045}}
@media(max-width:620px){nav{grid-template-columns:repeat(2,1fr)}#chart-deaths .bar-row,#chart-share .bar-row{grid-template-columns:120px 1fr 70px}}
