/* One game per playing screen. The lobby is the route to the other games. */
.game-view-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;min-height:54px}.game-view-toolbar .all-games{margin:0;font-size:14px}.current-game-label{display:flex;align-items:center;gap:12px}.current-game-label h1{font-size:25px;letter-spacing:-.035em;margin:0;line-height:1.2}.current-game-label .game-logo{width:56px;height:56px;flex-shrink:0}.aircraft-art,.standalone-art{position:relative;overflow:hidden;background:none!important}.aircraft-window{position:absolute;overflow:hidden;display:block}.aircraft-window>img{position:absolute;max-width:none;object-fit:fill;pointer-events:none;user-select:none}.standalone-art>img{width:100%;height:100%;padding:5%;display:block;object-fit:contain;pointer-events:none;user-select:none}.shop-item .aircraft-art,.shop-item .standalone-art{width:270px;height:auto;aspect-ratio:1;max-width:100%;margin:2px auto 0}.inventory-v3 .aircraft-art,.inventory-v3 .standalone-art{max-width:160px;width:100%;height:auto;aspect-ratio:1}.purchase-confirm .aircraft-art,.purchase-confirm .standalone-art{width:270px;height:auto;aspect-ratio:1;max-width:100%;margin:0 auto}
@media(max-width:760px){.game-view-toolbar{gap:12px;margin-bottom:14px;min-height:45px}.game-view-toolbar .all-games{font-size:12px;gap:6px}.current-game-label{gap:6px}.current-game-label h1{font-size:18px}.current-game-label .game-logo{width:42px;height:42px}.shop-item .aircraft-art,.shop-item .standalone-art{width:240px;height:240px}.purchase-confirm .aircraft-art,.purchase-confirm .standalone-art{width:230px;height:230px}}
