/* Fixed rows keep occupied and empty seats on the same grid. */
.home-content .queue-state{border:0;margin:0 0 20px;padding:0}
.queue-state h3{margin:0 0 14px;font-size:22px}
.queue-state .queue-count{font-size:27px}
.queue-seats{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin:20px 0;text-align:left}
.queue-seats .queue-seat{display:grid;grid-template-columns:52px minmax(0,1fr) minmax(90px,118px);align-items:center;justify-items:stretch;width:100%;min-width:0;min-height:68px;gap:12px;padding:8px 10px;box-sizing:border-box;border-radius:8px}
.queue-seats .queue-seat.filled{background:#b5a17a0c}
.queue-seat .queue-portrait,.queue-seats .queue-seat>svg{display:block;width:52px;height:52px;box-sizing:border-box;margin:0;border-radius:50%}
.queue-seat .queue-portrait{border:1px solid #d1b981;box-shadow:0 0 0 2px #b5a17a10}
.queue-seats .queue-seat>svg{padding:12px}
.queue-player-identity,.queue-player-rating{display:flex;flex-direction:column;justify-content:center;min-width:0;gap:4px}
.queue-seat .queue-player-name{display:block;max-width:100%;font:17px/1.25 Georgia,serif;color:#f0dfb8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.queue-seat .queue-player-login{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:11px/1.4 'Golos Text',sans-serif}
.queue-player-rating{align-items:flex-end}
.queue-seat .queue-player-score{font:14px/1.4 'Golos Text',sans-serif;color:#dec68b;white-space:nowrap}
.queue-seat .queue-player-rank{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:4px;max-width:100%;margin:0}
.queue-seat .queue-player-rank .rank-emblem{display:block;width:24px;height:24px;flex:none;margin:0}
.queue-seat .queue-player-rank .rank-name{font-size:12px;line-height:1.2;overflow-wrap:anywhere}
.queue-seat:not(.filled)>small{grid-column:2/-1;font:13px/1.4 'Golos Text',sans-serif;color:#b2b6a4}
.queue-state>p{margin:16px 0 10px;font-size:14px}
@media(max-width:380px){.queue-seats .queue-seat{grid-template-columns:44px minmax(0,1fr) 86px;gap:8px;padding:7px 4px;min-height:60px}.queue-seat .queue-portrait,.queue-seats .queue-seat>svg{width:44px;height:44px}.queue-seat .queue-player-name{font-size:15px}.queue-seat .queue-player-rank .rank-name{font-size:10px}.queue-seat .queue-player-rank .rank-emblem{width:20px;height:20px}.queue-seat .queue-player-score{font-size:12px}}
