.join-multiplayer-box{display:flex;flex-direction:column;gap:20px}.join-multiplayer-button{background-color:#3f6d9f;color:#fff;font-size:1.125rem;font-weight:600;padding:1rem 2rem;border:1px solid #808588;border-radius:1rem}.multiplayer-suggest-login{margin-top:25px}.waiting-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;color:#fff;padding:2rem;width:100%}.waiting-content h3{margin-bottom:1rem;font-size:1.5rem;color:#fff}.waiting-content p{margin-bottom:1rem;font-size:1.125rem;color:#ccc}.waiting-content ul{width:100%;list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-evenly}.waiting-content li{background:#ffffff1a;border-radius:.5rem;padding:.5rem 1rem;font-size:1rem}.waiting-display{width:100%;display:flex;flex-direction:row;justify-content:space-evenly}.countdown-display{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;width:100%;animation:pulse 1s infinite}.countdown-number{font-size:4rem!important;font-weight:700!important;color:#ff6b6b!important;text-shadow:0 0 20px rgba(255,107,107,.5);animation:countdown-pulse 1s infinite;margin:2rem 0!important}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@keyframes countdown-pulse{0%{transform:scale(1);text-shadow:0 0 20px rgba(255,107,107,.5)}50%{transform:scale(1.1);text-shadow:0 0 30px rgba(255,107,107,.8)}to{transform:scale(1);text-shadow:0 0 20px rgba(255,107,107,.5)}}.multiplayer-score-display{position:fixed;bottom:20px;right:20px;background:#000c;color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:1000;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.current-user-score{padding:15px 20px;text-align:center;font-size:18px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.2)}.current-user-score .position{font-size:14px;color:#ccc;margin-top:5px}.score-divider{height:1px;background:#ffffff1a;opacity:0;visibility:hidden;transition:all .3s ease}.all-scores{opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:all .3s ease}.multiplayer-score-display:hover .score-divider{opacity:1;visibility:visible}.multiplayer-score-display:hover .all-scores{padding:15px;opacity:1;visibility:visible;max-height:400px}.standings-title{margin:0 0 12px;font-size:16px;color:#fff;text-align:center;font-weight:600}.score-list{display:flex;flex-direction:column;gap:6px;max-height:300px;overflow-y:auto}.score-list::-webkit-scrollbar{width:4px}.score-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.score-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.score-list::-webkit-scrollbar-thumb:hover{background:#fff6}.score-item{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;padding:8px 12px;border-radius:6px;font-size:14px;transition:background-color .2s ease;border:1px solid transparent}.score-item.current-user{background-color:#4a90e24d;border:1px solid rgba(74,144,226,.5)}.score-item .position{font-weight:700;color:gold;text-align:center;font-size:13px}.score-item .username{color:#fff;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score-item .score{color:#4ade80;font-weight:700;font-size:14px}
