.screen-container{background:var(--bun-bg);padding-top:var(--bun-top-inset);flex-direction:column;flex:1;display:flex}.button-list-container{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;width:100%;display:flex}.screen-content{z-index:3;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.game-table-wrapper{contain:layout paint;flex:1;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:relative;overflow:hidden}.wide-button{width:100%;max-width:400px;margin:3px}
.wait-body{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:26px 22px;display:flex}.wait-emoji{will-change:transform;font-size:44px;animation:1.4s ease-in-out infinite bun-bounce;display:inline-block}.wait-mascot{will-change:transform;width:52px;height:52px;animation:1.4s ease-in-out infinite bun-bounce;display:inline-block}.wait-text{color:var(--bun-ink);font-size:18px;font-weight:800;line-height:1.35}.wait-dots{gap:10px;display:flex}.wait-dot{background:var(--bun-primary);will-change:transform, opacity;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite wait-dot-pulse}.wait-dot:nth-child(2){animation-delay:.18s}.wait-dot:nth-child(3){animation-delay:.36s}@keyframes wait-dot-pulse{0%,to{opacity:.35;transform:scale(.7)}50%{opacity:1;transform:scale(1.25)}}
