@import "https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";:root{--font-color:#000;--font:"Ubuntu",sans-serif}*{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}body{height:100%;font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle,#303be2 0% 55%,#351a8e 92% 100%);flex-direction:column;margin:0;display:flex;overflow:hidden auto}.homescreen__container{background-color:#1d06a19f;border-radius:10px;flex-direction:column;align-items:center;margin:auto;padding:90px;display:flex;position:absolute;inset:0}.homescreen__container>h1{color:#fff;text-align:center;margin:-10px;padding:0;font-size:6rem}.homescreen__container>h2{color:silver;text-align:center;margin:-10px;padding:0;font-size:2rem}.homescreen__center{justify-content:center;align-items:center;height:100%;display:flex}.homescreen__loginbtn{cursor:pointer;font-family:var(--font);background-color:#fff;border:3px solid #000;border-radius:.4rem;flex-direction:row;align-items:center;padding:5px 20px;font-size:30px;font-weight:600;line-height:25px;transition-property:color,box-shadow;transition-duration:.4s;display:flex;box-shadow:0 8px #270092}.homescreen__loginbtn:hover{background-color:#fff;box-shadow:0 0}.homescreen__loginbtn>img{width:50px;height:50px;margin:0 10px 0 0}.footer{color:#fff;z-index:0;width:100%;padding:1rem;position:absolute;bottom:0}.header__container{justify-content:space-between;align-items:center;height:4rem;padding:0 1rem;display:flex}.header__container>h1{color:#fff;text-align:center;margin:10px;padding:0;font-size:3rem}.game__container{-moz-box-align:left;align-items:left;z-index:1;flex-direction:row;width:100%;margin:10px 5px 5px;padding:10px;display:flex;position:relative}.game__toggle-button{z-index:1000;color:#ffd68b;cursor:pointer;background-color:#261c5c;border:2px solid #ffd68b;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:700;transition:all .3s;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 2px 4px #0000004d}.game__toggle-button:hover{color:#261c5c;background-color:#ffd68b;transform:scale(1.1)}.game__toggle-icon{filter:brightness(0)saturate()invert(85%)sepia(95%)saturate(1352%)hue-rotate(15deg)brightness(103%)contrast(101%);width:20px;height:20px;transition:filter .3s}.game__toggle-button:hover .game__toggle-icon{filter:brightness(0)saturate()invert(15%)sepia(85%)saturate(2065%)hue-rotate(248deg)brightness(95%)contrast(93%)}.game__leftpanel{width:20%;min-width:200px;height:100%;transition:all .3s;overflow:hidden}.game__leftpanel.visible{opacity:1;transform:translate(0)}.game__leftpanel.hidden{opacity:0;width:0;min-width:0;margin:0;padding:0;transform:translate(-100%)}.game__mainarea{flex:1;margin-left:10px;transition:all .3s}.game__mainarea.with-panel{width:75%}.game__mainarea.full-width{width:100%;margin-left:50px}@media (max-width:768px){.game__leftpanel.hidden{transform:translate(-100%)}.game__mainarea.with-panel{width:100%}.game__mainarea.full-width{margin-left:0}}.playerlist__container{color:#fff;background-color:#261c5c80;border-radius:10px;flex-direction:column;align-items:center;width:100%;height:60%;margin:0 30px 0 0;display:flex;overflow:hidden}.playerlist__container>p{font-family:var(--font);color:#ffd68b;margin:10px;font-size:20px;font-weight:600}.playerlist__selector{width:100%;line-height:32px;font-family:var(--font);color:#ffd68b;background-color:#261c5c;border:1px solid #ffd68b;border-radius:10px;margin:0 0 10px;padding:0 30px 0 10px;font-size:20px;font-weight:600}.playerlist__players{width:100%;max-height:300px;overflow-y:auto}.playerelement__container{flex-direction:row;justify-content:left;align-items:center;height:80px;font-size:20px;display:flex}.isplaying{border:1px solid #ffd68b;border-radius:10px}.playerelement__image>img{border-radius:50%;width:50px;height:50px;margin:10px}@media (max-height:700px){.playerlist__container>p{margin:8px;font-size:18px}.playerlist__selector{font-size:18px;line-height:28px}.playerelement__container{height:70px;font-size:18px}.playerelement__image>img{width:45px;height:45px;margin:8px}}@media (max-height:600px){.playerlist__container>p{margin:6px;font-size:16px}.playerlist__selector{padding:0 25px 0 8px;font-size:16px;line-height:24px}.playerelement__container{height:60px;font-size:16px}.playerelement__image>img{width:40px;height:40px;margin:6px}}@media (max-height:500px){.playerlist__container>p{margin:4px;font-size:14px}.playerlist__selector{padding:0 20px 0 6px;font-size:14px;line-height:20px}.playerelement__container{height:50px;font-size:14px}.playerelement__image>img{width:35px;height:35px;margin:4px}}.history__container{box-sizing:border-box;color:#fff;background-color:#261c5c80;border-radius:10px;flex-direction:column;align-items:center;width:100%;margin:20px 0 0;padding:5px;display:flex;overflow:hidden auto}.history__container>p{font-family:var(--font);color:#ffd68b;margin:10px;font-size:20px;font-weight:600}.history__players{box-sizing:border-box;width:100%;height:min(300px,30vh);max-height:min(400px,35vh);overflow:hidden auto}.historyelement__container{box-sizing:border-box;border-bottom:1px solid #ffd68b33;flex-direction:row;justify-content:left;align-items:center;height:100px;font-size:20px;display:flex}.historyelement__container:last-child{border-bottom:none}.historyelement__order{color:#261c5c;width:30px;min-width:30px;height:30px;font-family:var(--font);background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:5px;font-size:16px;font-weight:600;display:flex}.historyelement__image{flex-shrink:0}.historyelement__image>img{border-radius:50%;width:50px;height:50px;margin:5px;display:block}.historyelement__bid{box-sizing:border-box;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:5px;min-width:80px;max-width:none;height:80px;margin:5px;padding:5px;display:flex}.history-bid-quantity{color:#ff4757;font-size:1.5rem;font-weight:700;font-family:var(--font)}.history-dice{filter:drop-shadow(0 2px 4px #0003)}@media (max-width:768px){.history__players{height:min(250px,25vh);max-height:min(300px,30vh)}}@media (max-width:480px){.history__players{height:min(200px,20vh);max-height:min(250px,25vh)}}@media (max-height:700px){.history__container>p{margin:8px;font-size:18px}.historyelement__container{height:90px;font-size:18px}.historyelement__order{width:28px;min-width:28px;height:28px;margin:4px;font-size:14px}.historyelement__image>img{width:45px;height:45px;margin:8px}.historyelement__bid{height:70px;padding:4px}.history-bid-quantity{font-size:1.3rem}}@media (max-height:600px){.history__container>p{margin:6px;font-size:16px}.history__players{height:min(150px,20vh);max-height:min(200px,25vh)}.historyelement__container{height:80px;font-size:16px}.historyelement__order{width:25px;min-width:25px;height:25px;margin:3px;font-size:12px}.historyelement__image>img{width:40px;height:40px;margin:6px}.historyelement__bid{height:60px;padding:3px}.history-bid-quantity{font-size:1.1rem}}@media (max-height:500px){.history__container>p{margin:4px;font-size:14px}.history__players{height:min(120px,18vh);max-height:min(150px,20vh)}.historyelement__container{height:65px;font-size:14px}.historyelement__order{width:22px;min-width:22px;height:22px;margin:2px;font-size:10px}.historyelement__image>img{width:35px;height:35px;margin:4px}.historyelement__bid{height:50px;padding:2px}.history-bid-quantity{font-size:1rem}}@media (min-height:900px){.history__players{height:min(400px,35vh);max-height:min(500px,40vh)}}.game__main__screen{flex-direction:column;justify-content:flex-start;align-self:stretch;align-items:center;width:100%;height:100%;margin:0;display:flex;position:relative}.game__buttons{flex-direction:row;justify-content:center;align-self:stretch;align-items:center;width:100%;margin:0 20px;display:flex}.game__button{cursor:pointer;font-family:var(--font);background-color:#fff;border:3px solid #000;border-radius:.4rem;flex-direction:row;align-items:center;margin:0 10px;padding:0 20px 0 0;font-size:30px;font-weight:600;line-height:25px;transition-property:color,box-shadow;transition-duration:.4s;display:flex;box-shadow:0 8px #270092}.game__button:hover{background-color:#fff;box-shadow:0 0}.game__button>img{width:50px;height:50px;margin:0 10px}.game__alert{font-family:var(--font);color:red;text-align:center;font-size:24px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lobby__ready-status{text-align:center;font-family:var(--font);margin:20px 0}.lobby__ready-status p{color:#333;margin-bottom:10px;font-size:18px;font-weight:600}.lobby__ready-list{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px;display:flex}.lobby__ready-player{color:#2d5f2d;background-color:#e8f5e8;border-radius:15px;padding:5px 12px;font-size:14px;font-weight:500}.game__button.ready{color:#2d5f2d;background-color:#e8f5e8;border-color:#2d5f2d;box-shadow:0 8px #2d5f2d}.game__button.ready:hover{background-color:#d4e9d4;box-shadow:0 0}.game__button:disabled{opacity:.6;cursor:not-allowed}.game__button:disabled:hover{box-shadow:0 8px #2d5f2d}.lobby__starting{font-family:var(--font);color:#856404;background-color:#fff3cd;border:2px solid #ffeaa7;border-radius:8px;margin-top:20px;padding:15px;font-size:18px;font-weight:600;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.turnstart__container{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-radius:10px;justify-content:center;align-items:center;width:100%;height:80vh;display:flex}.turnstart-content{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:3rem;box-shadow:0 8px 32px #0000004d}.turnstart-title{color:#fff;text-shadow:0 2px 4px #00000080;margin-bottom:2rem;font-size:2rem;font-weight:600}.dots-animation{text-align:left;width:3ch;display:inline-block}.turnstart-dice-container{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.turnstart-dice{filter:drop-shadow(0 4px 8px #0000004d);transition:transform .3s}.turnstart-dice:hover{transform:scale(1.1)rotate(5deg)}.turnstart-last-bid{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.last-bid-player{background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.last-bid-avatar{object-fit:cover;border:2px solid #ffffff4d;border-radius:50%;width:50px;height:50px}.last-bid-username{color:#fff;text-shadow:0 2px 4px #00000080;font-size:1.2rem;font-weight:500}.last-bid-info{background:#ffffff26;border:1px solid #ffffff4d;border-radius:16px;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex;box-shadow:0 4px 16px #0003}.last-bid-quantity{color:#fff;text-shadow:0 2px 4px #00000080;text-align:center;min-width:4rem;font-size:3rem;font-weight:700}.last-bid-dice{filter:drop-shadow(0 4px 8px #0000004d)}@media (max-width:768px){.turnstart-content{margin:1rem;padding:2rem}.turnstart-title{font-size:1.5rem}.turnstart-dice-container{gap:1rem}.last-bid-player{gap:.75rem;padding:.75rem 1rem}.last-bid-avatar{width:40px;height:40px}.last-bid-username{font-size:1rem}.last-bid-info{gap:.75rem;padding:1rem 1.5rem}.last-bid-quantity{min-width:3rem;font-size:2.5rem}}@media (max-width:480px){.turnstart-content{margin:.5rem;padding:1.5rem}.turnstart-title{margin-bottom:1.5rem;font-size:1.2rem}.turnstart-dice-container{gap:.75rem}.last-bid-player{gap:.5rem;padding:.5rem .75rem}.last-bid-avatar{width:35px;height:35px}.last-bid-username{font-size:.9rem}.last-bid-info{gap:.5rem;padding:.75rem 1rem}.last-bid-quantity{min-width:2.5rem;font-size:2rem}}.gameloop__container{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;height:100%;max-height:100%;padding:1rem;display:flex;overflow:hidden}.gameloop__container.with-bid-controls{flex-direction:column}.gameloop__container.with-bid-controls .turn-info{width:100%;margin-bottom:1rem}.gameloop__container.with-bid-controls .gameloop__content{flex-direction:row;flex:1;align-items:stretch;gap:1rem;display:flex}.gameloop__container.with-bid-controls .game-scene{flex:2;margin-bottom:0}.gameloop__container.with-bid-controls .bid-controls{flex:1;min-width:300px;max-width:400px;height:fit-content}.game-scene{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #fff3;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:1rem;width:100%;min-width:172px;min-height:200px;margin-bottom:1rem;padding:1rem;display:flex;overflow:hidden}.current-bid-section{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.current-bid-title{color:#fff;font-family:var(--font);margin:0;font-size:1.5rem;font-weight:600}.current-bid-dice{justify-content:center;display:flex}.bid-dice{filter:drop-shadow(0 4px 8px #0000004d)}.error-display{color:#ff4757;text-align:center;font-family:var(--font);background:#ff47571a;border:1px solid #ff47574d;border-radius:8px;padding:1rem;font-size:1rem}.player-dice-section{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.player-dice-title{color:#ff4757;margin:0;font-size:1.2rem;font-weight:600}.player-dice-container{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.svg-dice{border-radius:8px;padding:.25rem}.turn-info{text-align:center;margin-bottom:2rem}.turn-info h1{color:#fff;margin-bottom:.5rem;font-size:2rem}.turn-info h2{color:#ccc;font-size:1.5rem;font-weight:400}.current-player{color:#ff4757;font-weight:700}.eliminated-player{color:#ff6b6b;text-shadow:0 0 10px #ff6b6b80;font-weight:700;animation:2s ease-in-out infinite eliminatedPulse}@keyframes eliminatedPulse{0%,to{opacity:.8}50%{opacity:1}}.first-bid-notice{color:#ffa502;margin-top:.5rem;font-size:1rem}.palifico-notice{text-align:center;background:#ffa50226;border:2px solid #ffa50266;border-radius:12px;margin:1rem 0;padding:1rem;animation:2s ease-in-out infinite alternate pulseGlow}.palifico-notice strong{color:#ffa502;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;display:block}.palifico-notice p{color:#fff;margin:.5rem 0;font-size:1rem;line-height:1.4}.palifico-notice small{color:#ccc;margin-top:.5rem;font-size:.85rem;display:block}@keyframes pulseGlow{0%{box-shadow:0 0 5px #ffa5024d}to{box-shadow:0 0 20px #ffa50299}}.bid-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;min-height:200px;padding:15px}.bid-display{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.bid-quantity{color:#fff;font-size:3rem;font-weight:700}.bid-dice-face{font-size:2rem}.bid-adjustment-controls{justify-content:space-around;margin-bottom:2rem;display:flex}.quantity-controls,.dice-controls{flex-direction:column;align-items:center;gap:.5rem;display:flex}.quantity-controls span,.dice-controls span{color:#fff;font-size:1rem}.control-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.control-btn:hover:not(:disabled){background:#fff3;transform:scale(1.05)}.control-btn:disabled{opacity:.3;cursor:not-allowed}.game-actions,.action-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.action-btn{cursor:pointer;text-align:center;box-sizing:border-box;border:none;border-radius:8px;width:120px;min-width:120px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.action-btn.primary{color:#fff;background:linear-gradient(135deg,#5f27cd,#341f97)}.action-btn.primary:hover{background:linear-gradient(135deg,#341f97,#5f27cd);transform:translateY(-2px);box-shadow:0 4px 15px #5f27cd66}.action-btn.danger{color:#fff;background:linear-gradient(135deg,#ff3838,#c44569)}.action-btn.danger:hover{background:linear-gradient(135deg,#c44569,#ff3838);transform:translateY(-2px);box-shadow:0 4px 15px #ff383866}.action-btn.secondary{color:#fff;background:#ffffff1a;border:2px solid #ffffff4d}.action-btn.secondary:hover{background:#fff3;transform:translateY(-2px)}.action-btn.paco{color:#fff;background:linear-gradient(135deg,#ffa502,#ff6348)}.action-btn.paco:hover{background:linear-gradient(135deg,#ff6348,#ffa502);transform:translateY(-2px);box-shadow:0 4px 15px #ffa50266}.action-btn.calza{color:#000;background:linear-gradient(135deg,#d9ecf1,#a5e7ff);position:relative;overflow:hidden}.action-btn.calza:hover{background:linear-gradient(135deg,#d9ecf1a9,#a5e7ff);animation:2s ease-in-out infinite rainbowGlow;transform:translateY(-2px)}@keyframes rainbowGlow{0%{color:red;text-shadow:0 0 10px red,0 0 20px red,0 0 30px red}16.66%{color:#f80;text-shadow:0 0 10px #f80,0 0 20px #f80,0 0 30px #f80}33.33%{color:#ff0;text-shadow:0 0 10px #ff0,0 0 20px #ff0,0 0 30px #ff0}50%{color:#0f0;text-shadow:0 0 10px #0f0,0 0 20px #0f0,0 0 30px #0f0}66.66%{color:#08f;text-shadow:0 0 10px #08f,0 0 20px #08f,0 0 30px #08f}83.33%{color:#80f;text-shadow:0 0 10px #80f,0 0 20px #80f,0 0 30px #80f}to{color:red;text-shadow:0 0 10px red,0 0 20px red,0 0 30px red}}.error-message{color:#ff4757;text-align:center;background:#ff47571a;border:1px solid #ff47574d;border-radius:8px;margin:1rem 0;padding:1rem}@media (max-width:1120px) and (max-height:700px){.gameloop__container.with-bid-controls .game-scene{min-width:164px;min-height:150px;padding:.75rem}.gameloop__container.with-bid-controls .bid-controls{min-width:250px;max-width:320px;padding:10px}.bid-display{margin-bottom:1rem}.bid-quantity{font-size:2.5rem}.action-btn{width:100px;min-width:100px;padding:8px 16px;font-size:.9rem}.adjustment-btn{width:35px;height:35px;font-size:1.2rem}.dice-option{width:40px;height:40px}.quantity-display,.dice-display{min-width:40px;height:40px;font-size:1.8rem}}@media (max-width:768px){.gameloop__container{padding:.5rem}.game-scene{min-height:150px;padding:.75rem}.bid-controls{padding:.75rem}.turn-info h1{font-size:1.5rem}.turn-info h2,.current-bid-title{font-size:1.2rem}.bid-quantity{font-size:1.5rem}.control-btn{width:35px;height:35px;font-size:1rem}.action-btn{width:90px;min-width:90px;padding:.5rem 1rem;font-size:.9rem}}.gameloop_buttons{justify-content:center;gap:1rem;margin:1rem 0;display:flex}.gameloop_btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5f27cd,#341f97);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;transition:all .3s}.gameloop_btn:hover{background:linear-gradient(135deg,#341f97,#5f27cd);transform:translateY(-2px)}.loop__button{cursor:pointer;background:#ffffff1a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.loop__button:hover:not(:disabled){background:#fff3;transform:scale(1.05)}.loop__button:disabled{opacity:.3;cursor:not-allowed}.loop__button img{width:24px;height:24px}.playerDices_canvas{width:100%;height:200px;margin-top:2rem}.reveal__container{box-sizing:border-box;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-radius:10px;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.reveal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;width:100%;max-width:1000px;padding:2rem;box-shadow:0 8px 32px #0000004d}.reveal-title{color:#fff;text-shadow:0 2px 4px #00000080;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.action-result{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.action-result h2{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.final-bid{justify-content:center;align-items:center;gap:1rem;margin:1rem 0;display:flex}.final-bid span{color:#fff;font-size:1.5rem;font-weight:600}.reveal-dice{filter:drop-shadow(0 4px 8px #0000004d)}.result{text-transform:uppercase;border-radius:8px;margin:1rem 0;padding:.5rem 1rem;font-size:2rem;font-weight:700}.result.success{color:#0f8;text-shadow:0 0 10px #00ff8880;background:#00ff881a;border:2px solid #00ff884d}.result.failure{color:#ff4757;text-shadow:0 0 10px #ff475780;background:#ff47571a;border:2px solid #ff47574d}.dice-change{color:#ffd68b;margin-top:1rem;font-size:1.3rem;font-weight:600}.all-players-dice{margin-bottom:2rem}.all-players-dice h3{color:#fff;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.players-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.player-dice-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;transition:all .3s}.player-dice-section.current-player{background:#ffd68b1a;border:2px solid #ffd68b;box-shadow:0 0 20px #ffd68b4d}.player-dice-section h4{color:#fff;margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.player-dice-section.current-player h4{color:#ffd68b}.dice-container{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.player-dice{filter:drop-shadow(0 2px 4px #0000004d);transition:transform .2s}.player-dice:hover{transform:scale(1.1)}.ready-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.ready-status{color:#ffd68b;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.ready-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#0f8,#00cc6a);border:none;border-radius:12px;padding:1rem 2rem;font-size:1.2rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #00ff884d}.ready-button:hover{background:linear-gradient(135deg,#00cc6a,#0f8);transform:translateY(-2px);box-shadow:0 6px 20px #0f86}.ready-button:active{transform:translateY(0)}.waiting-message{color:#ccc;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem;font-size:1.1rem;font-style:italic}.ready-players{text-align:left;margin-top:1.5rem}.ready-players h4{color:#fff;margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.ready-list{flex-wrap:wrap;gap:.5rem;display:flex}.ready-player{color:#0f8;background:#0f83;border:1px solid #00ff884d;border-radius:20px;padding:.3rem .8rem;font-size:.9rem;font-weight:500}@media (max-width:768px){.reveal-content{margin:.5rem;padding:1rem}.reveal-title{font-size:2rem}.players-grid{grid-template-columns:1fr;gap:.8rem}.final-bid{flex-direction:column;gap:.5rem}.result{font-size:1.5rem}.ready-button{padding:.8rem 1.5rem;font-size:1rem}}@media (max-width:480px){.reveal-title{font-size:1.5rem}.action-result h2{font-size:1.2rem}.dice-container{gap:.3rem}.ready-section{padding:1rem}}.gameover__container{box-sizing:border-box;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.gameover-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;width:100%;max-width:1200px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.victory-section{margin-bottom:3rem}.victory-title{color:#0f8;text-shadow:0 0 30px #0f89;margin-bottom:1rem;font-size:4rem;font-weight:800;animation:2s ease-in-out infinite alternate victoryGlow}.victory-subtitle{color:#fff;text-shadow:0 2px 4px #00000080;font-size:1.8rem;font-weight:600}.defeat-title{color:#ff6b6b;text-shadow:0 0 20px #ff6b6b66;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.defeat-subtitle{color:#fff;text-shadow:0 2px 4px #00000080;font-size:1.8rem;font-weight:600}@keyframes victoryGlow{0%{text-shadow:0 0 30px #0f89}to{text-shadow:0 0 50px #00ff88e6}}.winner-section{background:#00ff881a;border:2px solid #00ff884d;border-radius:15px;margin-bottom:2rem;padding:2rem}.winner-section h3{color:#0f8;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.winner-info{flex-direction:column;align-items:center;gap:1rem;display:flex}.winner-name{color:#fff;margin:0;font-size:2rem;font-weight:700}.winner-dice{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.winner-dice-item{filter:drop-shadow(0 4px 8px #00ff884d);animation:1.5s ease-in-out infinite alternate winnerDiceGlow}@keyframes winnerDiceGlow{0%{transform:scale(1)}to{transform:scale(1.05)}}.final-round-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:2rem;padding:2rem}.final-round-section h3{color:#ffd68b;margin-bottom:1.5rem;font-size:1.6rem;font-weight:600}.final-action p{color:#fff;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.3rem;display:flex}.inline-dice{vertical-align:middle}.final-result{border-radius:8px;margin-bottom:2rem;padding:.5rem 1rem;font-size:1.8rem;font-weight:700}.final-result.success{color:#0f8;background:#00ff881a;border:2px solid #00ff884d}.final-result.failure{color:#ff6b6b;background:#ff6b6b1a;border:2px solid #ff6b6b4d}.final-dice-grid h4{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.players-final-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.final-player-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;transition:all .3s}.final-player-section.winner-highlight{background:#ffd68b1a;border:2px solid #ffd68b;box-shadow:0 0 20px #ffd68b4d}.final-player-section h5{color:#fff;margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.final-player-section.winner-highlight h5{color:#ffd68b}.final-dice-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;min-height:40px;display:flex}.final-dice{filter:drop-shadow(0 2px 4px #0000004d)}.eliminated-text{color:#ff6b6b;font-size:1rem;font-style:italic}.action-buttons{justify-content:center;gap:2rem;margin-top:3rem;display:flex}.play-again-button,.leave-game-button{cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:12px;min-width:150px;padding:1rem 2rem;font-size:1.2rem;font-weight:600;transition:all .3s}.play-again-button{color:#fff;background:linear-gradient(135deg,#0f8,#00cc6a);box-shadow:0 4px 15px #00ff884d}.play-again-button:hover{background:linear-gradient(135deg,#00cc6a,#0f8);transform:translateY(-2px);box-shadow:0 6px 20px #0f86}.leave-game-button{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ee5a52);box-shadow:0 4px 15px #ff6b6b4d}.leave-game-button:hover{background:linear-gradient(135deg,#ee5a52,#ff6b6b);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.play-again-button:active,.leave-game-button:active{transform:translateY(0)}@media (max-width:768px){.gameover-content{margin:.5rem;padding:1.5rem}.victory-title{font-size:2.5rem}.defeat-title{font-size:2.2rem}.victory-subtitle,.defeat-subtitle{font-size:1.3rem}.players-final-grid{grid-template-columns:1fr;gap:.8rem}.action-buttons{flex-direction:column;align-items:center;gap:1rem}.winner-dice{gap:.5rem}.final-action p{flex-wrap:wrap;font-size:1.1rem}}@media (max-width:480px){.victory-title{font-size:2rem}.defeat-title{font-size:1.8rem}.final-dice-container{gap:.3rem}.winner-section,.final-round-section{padding:1rem}}.notification-pulse{animation:2s infinite pulse}.lds-ring{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.lds-ring div{box-sizing:border-box;border:8px solid #0000;border-top-color:#fff;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite lds-ring;display:block;position:absolute}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logingroom__container{flex-direction:column;align-items:center;width:100%;padding:10px;display:flex}.logingroom__container>div{flex-direction:row;align-items:center;margin:30px 0;font-size:40px;font-weight:600}
