.game-module__h0mpaG__main{background:var(--background);min-height:100vh;padding:4rem}.game-module__h0mpaG__gameHeader{justify-content:space-between;align-items:center;margin-bottom:5rem;display:flex}.game-module__h0mpaG__titleArea h1{color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:800}.game-module__h0mpaG__titleArea p{color:#94a3b8;font-size:1.1rem}.game-module__h0mpaG__headerBtnGroup{align-items:center;gap:1.5rem;display:flex}.game-module__h0mpaG__refreshBtn{color:#fff;cursor:pointer;background:#1e293b80;border:1px solid #ffffff1a;border-radius:.75rem;align-items:center;gap:.8rem;padding:.8rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.game-module__h0mpaG__refreshBtn:hover{background:#1e293bcc;transform:translateY(-2px)}.game-module__h0mpaG__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.game-module__h0mpaG__spinning{animation:1s linear infinite game-module__h0mpaG__spin}@keyframes game-module__h0mpaG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.game-module__h0mpaG__connectPrompt{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:10rem 0;display:flex}.game-module__h0mpaG__promptIcon{margin-bottom:2rem;font-size:5rem;display:block}.game-module__h0mpaG__connectPrompt h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.game-module__h0mpaG__connectPrompt p{color:#94a3b8;margin-bottom:3rem;font-size:1.25rem}.game-module__h0mpaG__content{flex-direction:column;gap:6rem;display:flex}.game-module__h0mpaG__gameSection{flex-direction:column;gap:2rem;display:flex}.game-module__h0mpaG__sectionTitle{justify-content:space-between;align-items:center;display:flex}.game-module__h0mpaG__sectionTitle h2{color:#fff;font-size:1.75rem;font-weight:800}.game-module__h0mpaG__createBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.8rem;padding:.8rem 1.5rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #6366f14d}.game-module__h0mpaG__createBtn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.game-module__h0mpaG__gameGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.game-module__h0mpaG__empty{color:#4b5563;font-size:1.1rem;font-style:italic}.game-module__h0mpaG__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#1e293b66;border:1px solid #ffffff0d;border-radius:1.25rem;padding:1.5rem;transition:all .2s}.game-module__h0mpaG__card:hover{background:#1e293b99;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.game-module__h0mpaG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.game-module__h0mpaG__gameId{color:#94a3b8;letter-spacing:.1em;font-size:.8rem;font-weight:700}.game-module__h0mpaG__wager{color:#f59e0b;font-size:1rem;font-weight:800}.game-module__h0mpaG__cardStatus{text-transform:uppercase;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.game-module__h0mpaG__dot{border-radius:50%;width:8px;height:8px}.game-module__h0mpaG__cardPlayers{color:#fff;background:#0f172a99;border-radius:.75rem;justify-content:center;align-items:center;gap:1.5rem;padding:.8rem;font-size:.95rem;font-weight:600;display:flex}.game-module__h0mpaG__swords{color:#ef4444}.game-module__h0mpaG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.game-module__h0mpaG__modal{background:#1e293b;border:1px solid #ffffff1a;border-radius:1.5rem;width:100%;max-width:500px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000080}.game-module__h0mpaG__modal h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.game-module__h0mpaG__modal p{color:#94a3b8;margin-bottom:2rem}.game-module__h0mpaG__inputGroup{background:#0f172a99;border:1px solid #ffffff1a;border-radius:1rem;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.game-module__h0mpaG__inputGroup input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:1.25rem;font-weight:700}.game-module__h0mpaG__inputGroup span{color:#f59e0b;font-weight:800}.game-module__h0mpaG__modalBtns{gap:1rem;display:flex}.game-module__h0mpaG__cancelBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;flex:1;padding:1rem;font-weight:600}.game-module__h0mpaG__modalHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.game-module__h0mpaG__wagerBadge{color:#f59e0b;background:#f59e0b1a;border-radius:9999px;padding:.4rem 1rem;font-size:.9rem;font-weight:800}.game-module__h0mpaG__gameInfo{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.game-module__h0mpaG__statusRow{justify-content:space-between;align-items:center;display:flex}.game-module__h0mpaG__playersList{flex-direction:column;gap:1rem;display:flex}.game-module__h0mpaG__playerItem{color:#fff;background:#0f172a66;border-radius:.75rem;justify-content:space-between;padding:1rem;font-size:.9rem;display:flex}.game-module__h0mpaG__actionsBox{border-top:1px solid #ffffff0d;margin-top:2rem;padding-top:2rem}.game-module__h0mpaG__actionBtn,.game-module__h0mpaG__settleBtn{cursor:pointer;border:none;border-radius:1rem;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:800;transition:all .2s}.game-module__h0mpaG__actionBtn{background:var(--primary);color:#fff;box-shadow:0 4px 15px #6366f14d}.game-module__h0mpaG__settleBtn{color:#fff;background:#22c55e;box-shadow:0 4px 15px #22c55e4d}.game-module__h0mpaG__choiceGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0;display:grid}.game-module__h0mpaG__choiceBtn{color:#fff;cursor:pointer;background:#0f172a66;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.game-module__h0mpaG__choiceBtn:hover{background:#ffffff0d}.game-module__h0mpaG__activeChoice{border-color:var(--primary);background:#6366f133}.game-module__h0mpaG__emoji{font-size:2rem}.game-module__h0mpaG__revealBox{text-align:center}.game-module__h0mpaG__savedInfo{color:#22c55e;background:#22c55e1a;border-radius:.75rem;margin:1.5rem 0;padding:1rem}.game-module__h0mpaG__winnerBox{text-align:center;background:#f59e0b0d;border-radius:1.5rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.game-module__h0mpaG__closeModalBtn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:.75rem;width:100%;margin-top:1.5rem;padding:.8rem}@media (max-width:1024px){.game-module__h0mpaG__gameHeader{text-align:center;flex-direction:column;gap:2rem}}@media (max-width:768px){.game-module__h0mpaG__main{padding:2rem}.game-module__h0mpaG__gameGrid{grid-template-columns:1fr}}
