/* Painted group utility is mounted below Contents and both Passes. */
html body .game-shell[data-scene=lobby] .lobby-pass-links > .lobby-group-shortcut{
 --control-kind:none;position:relative;inset:auto;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px;width:64px;height:78px;min-height:78px;padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none;color:#f3e8cb;text-shadow:none;overflow:visible;isolation:isolate;outline:none;touch-action:manipulation;
}
html body .game-shell[data-scene=lobby] .lobby-pass-links > .lobby-group-shortcut::before{content:'';position:absolute;z-index:-1;inset:4px -8px 9px;pointer-events:none;background:radial-gradient(ellipse,#0008 0%,#0004 42%,transparent 72%);}
html body .lobby-group-shortcut .pvp-group-icon{display:block;flex:none;width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 2px 3px #0009);pointer-events:none;}
html body .lobby-group-shortcut .pvp-group-clock{display:block;flex:none;max-width:80px;padding:1px 3px;border-radius:3px;background:#100e0ac7;color:#ffe6ac;font:400 10px/1.1 var(--font-ui);font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none;}
html body .lobby-group-shortcut .pvp-group-name{display:block;max-width:80px;min-width:64px;padding:1px 0;color:#eee5d4;font:400 10px/1.15 var(--font-ui);text-align:center;white-space:normal;word-break:keep-all;overflow-wrap:normal;text-shadow:0 1px 3px #000,0 0 7px #000;pointer-events:none;}
html body .lobby-group-shortcut:disabled{opacity:.55;}
html body .pvp-rank-foot{flex-wrap:nowrap;}
@media(max-height:650px){
 html body .game-shell[data-scene=lobby] .lobby-pass-links{gap:4px;}
 html body .game-shell[data-scene=lobby] .lobby-pass-links:has(>.lobby-group-shortcut:not([hidden])){top:calc(var(--safe-top) + 78px);}
 html body .game-shell[data-scene=lobby] .lobby-pass-links>:is(.lobby-pass-link,.lobby-contents-shortcut){height:46px;min-height:46px;padding-top:0;padding-bottom:0;gap:0;}
 html body .game-shell[data-scene=lobby] .lobby-pass-links .lobby-pass-icon{width:28px;height:28px;}
 html body .game-shell[data-scene=lobby] .lobby-pass-links > .lobby-group-shortcut{width:56px;height:60px;min-height:60px;gap:1px;}
 html body .lobby-group-shortcut .pvp-group-icon{width:34px;height:34px;}
 html body .lobby-group-shortcut .pvp-group-name{min-width:56px;font-size:9px;}
 html body .lobby-group-shortcut .pvp-group-clock{font-size:9px;}
}

html body .game-shell[data-scene=lobby] .lobby-pass-links > .lobby-group-shortcut[hidden]{display:none!important;}
