@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Rajdhani:wght@500;600;700&display=swap";body,html{overflow-x:hidden}.lobby-container{min-height:100vh;display:flex;flex-direction:column;padding:12px;box-sizing:border-box;color:#e0e0e0}.lobby-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.lobby-title{display:flex;align-items:center;gap:15px}.lobby-title h1{margin:0;font-size:1.3rem;letter-spacing:3px}.lobby-main{flex:1;display:flex;gap:20px;margin-bottom:20px}.section-label{font-family:Rajdhani,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#c8a84b8c;margin-bottom:12px;display:flex;align-items:center;gap:8px}.section-label:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(200,168,75,.25),transparent)}.userlist-section{position:relative;flex:1;background:#0e0e16f2;padding:20px;border-radius:12px;border:1px solid rgba(0,255,255,.12);box-shadow:0 0 20px #00ffff14;overflow-y:auto}.userlist-section:before,.userlist-section:after{content:"";position:absolute;width:12px;height:12px;border-color:#c8a84b4d;border-style:solid;pointer-events:none}.userlist-section:before{top:7px;left:7px;border-width:1px 0 0 1px}.userlist-section:after{bottom:7px;right:7px;border-width:0 1px 1px 0}.userlist-ul{list-style:none;padding:0}.user-item{background:#ffffff0d;margin-bottom:10px;padding:12px 15px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;transition:background .3s;position:relative}.user-item:hover{background:#00ffff1a}.user-item.disconnected{opacity:.5;font-style:italic}.self-indicator{color:#0ff;font-size:.9em;opacity:.8;font-style:italic}.badge-container{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.badge{padding:4px 8px;border-radius:15px;font-size:.85em;display:inline-flex;align-items:center;gap:5px;border:1px solid transparent}.badge.creator{background:#ffd70026;color:gold;border-color:#ffd7004d}.badge.player{background:#00ff9926;color:#0f9;border-color:#00ff994d}.badge.spectator{background:#00c6ff26;color:#00c6ff;border-color:#00c6ff4d}.badge.disconnected{background:#ff453a26;color:#ff454a;border-color:#ff453a4d}.badge.clickable{cursor:pointer;transition:all .3s ease}.badge.clickable:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0ff3}.badge i{font-size:.9em}.user-name{display:flex;align-items:center;gap:5px}.chat-section{position:relative;flex:2;background:#0e0e16f2;padding:0 20px;border-radius:12px;border:1px solid rgba(0,255,255,.12);box-shadow:0 0 20px #00ffff14;display:flex;flex-direction:column;min-height:0}.chat-section:before,.chat-section:after{content:"";position:absolute;width:12px;height:12px;border-color:#c8a84b4d;border-style:solid;pointer-events:none;z-index:1}.chat-section:before{top:7px;left:7px;border-width:1px 0 0 1px}.chat-section:after{bottom:7px;right:7px;border-width:0 1px 1px 0}.chat-container{display:flex;flex-direction:column-reverse;height:100%}.messages{flex:1;overflow-y:scroll;overflow-x:hidden;padding:10px;max-height:70vh;scrollbar-width:thin;scrollbar-color:#00ffff rgba(0,255,255,.1);display:flex;flex-direction:column-reverse}.messages::-webkit-scrollbar{width:6px}.messages::-webkit-scrollbar-track{background:#0000004d;border-radius:10px}.messages::-webkit-scrollbar-thumb{background:#00ffff4d;border-radius:10px;border:2px solid transparent;background-clip:padding-box}.messages::-webkit-scrollbar-thumb:hover{background:#00ffff80;background-clip:padding-box}.message-bubble{background:#00ffff1a;padding:10px;margin-bottom:10px;border-radius:10px;word-wrap:break-word}.chat-input-area{display:flex;gap:10px;padding:10px 0;margin-top:0;margin-bottom:10px}.chat-input{flex:1;min-width:0;padding:10px;border:none;border-radius:10px;background:#ffffff0d;color:#e0e0e0;font-size:1rem;margin-bottom:0}.chat-input-area .button{padding:10px;width:42px;height:42px;display:flex;justify-content:center;align-items:center;border-radius:10px}.lobby-footer{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:20px}.lobby-footer input{width:60px;padding:8px;border:none;border-radius:10px;background:#ffffff0d;color:#e0e0e0;text-align:center}.modal-lobby-settings-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:9999;display:flex;justify-content:center;align-items:center;padding:20px}.lobby-code-box{display:inline-flex;align-items:center;gap:8px;background:#ffffff0d;padding:8px 14px;border-radius:10px;font-family:monospace;color:#00fff2;cursor:pointer;font-size:1.1rem;transition:background .3s,transform .2s,box-shadow .3s;box-shadow:0 0 10px #00ffff26}.lobby-code-box:hover{background:#00ffff1a;transform:scale(1.05)}.copy-icon{font-size:1rem;transition:color .3s}.lobby-code-box.copied{background:#00ff6433;box-shadow:0 0 15px #00ff6480;color:#0f9}.lobby-code-box.copied .copy-icon{color:#0f9}.kick-button{background:#ff453a26;color:#ff454a;border:1px solid rgba(255,69,58,.3);padding:4px 8px;border-radius:15px;cursor:pointer;font-size:.85em;transition:all .3s ease;display:inline-flex;align-items:center;gap:5px}.kick-button:hover{background:#ff453a4d;transform:translateY(-1px);box-shadow:0 2px 8px #ff453a33}@media (max-width: 500px){.lobby-container{padding:10px;min-height:100vh;height:100vh;display:flex;flex-direction:column}.lobby-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.lobby-title{flex-direction:column;align-items:flex-start;gap:6px}.lobby-title h1{font-size:1.4rem}.lobby-code-box{font-size:.95rem;padding:6px 10px;justify-content:space-between}.lobby-main{flex:1;display:flex;flex-direction:column;gap:12px;min-height:0}.userlist-section,.chat-section{flex:1;display:flex;flex-direction:column;min-height:0}.user-item{flex-direction:column;align-items:flex-start;gap:5px;padding:10px}.badge-container{flex-wrap:wrap;gap:6px}.badge,.kick-button{font-size:.8rem;padding:4px 6px}.chat-input-area{flex-direction:column;gap:10px}.chat-input{width:100%;font-size:1rem;height:42px}.chat-input-area .button{width:100%;height:36px}.message-bubble{font-size:.9rem;padding:8px}.lobby-footer{flex-direction:column;gap:12px;font-size:1rem;padding:.8rem}.lobby-footer button{width:100%}.messages{flex:1;overflow-y:auto;max-height:unset}.chat-container{flex:1;display:flex;flex-direction:column-reverse;overflow:hidden}.chat-section{height:100%}.user-item{padding:6px 10px;gap:4px;font-size:.9rem;border-radius:8px;margin-bottom:8px}.user-name{font-size:.9rem}.badge-container{gap:4px}.badge{font-size:.7rem;padding:2px 6px;border-radius:10px}.kick-button{font-size:.75rem;padding:2px 5px;border-radius:8px}}.modal-lobby-settings-content{position:relative;background:#14141ef2;border-radius:16px;max-width:90%;width:600px;box-shadow:0 0 30px #0ff3;color:#e0e0e0;font-family:Poppins,sans-serif;animation:fadeIn .3s ease-out;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.modal-lobby-settings-inner{padding:1.5rem;padding-bottom:0;flex:1;overflow-y:auto;padding-top:3rem}.modal-lobby-settings-content h2{margin-bottom:1.5rem;text-align:center;font-size:1.5rem;border-bottom:1px solid rgba(0,255,255,.2);padding-bottom:.5rem}.settings-group{margin-bottom:1.5rem}.settings-group label{display:block;margin-bottom:.8rem;font-weight:500;color:#0ff}.modal-lobby-settings-content input[type=number]{width:100%;padding:.8rem;margin-top:.5rem;border:none;border-radius:8px;background:#ffffff0d;color:#e0e0e0;font-size:1rem;transition:background .3s ease}.modal-lobby-settings-content input[type=number]:hover{background:#ffffff1a}.mode-options{display:flex;justify-content:space-between;gap:10px;margin-top:10px}.mode-option{flex:1;padding:12px 10px;text-align:center;background:#ffffff0d;border-radius:10px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.mode-option:hover{background:#00ffff1a;transform:translateY(-2px)}.mode-option.selected{background:#0ff3;border-color:#0ff;color:#0ff;box-shadow:0 0 10px #00ffff4d}.tag-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tag{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#e0e0e0;padding:8px 12px;border-radius:20px;cursor:pointer;transition:all .2s ease;font-size:.9rem}.tag:hover{background:#00ffff1a;transform:translateY(-2px)}.tag.selected{background:#0ff3;border-color:#0ff;color:#0ff;box-shadow:0 0 10px #00ffff4d}.difficulty-select{display:flex;justify-content:space-between;gap:15px;margin-top:10px}.difficulty-box{flex:1;text-align:center;padding:15px 10px;border-radius:12px;background:#ffffff0d;color:#e0e0e0;font-weight:600;border:2px solid transparent;cursor:pointer;transition:all .3s ease;box-shadow:0 0 10px transparent}.difficulty-box:hover{border-color:#0ff;box-shadow:0 0 10px #0ff3;transform:translateY(-2px)}.difficulty-box.selected{background:#0ff3;color:#0ff;border-color:#0ff;box-shadow:0 0 15px #0ff6}.modal-lobby-settings-buttons{position:relative;background:#14141ef2;padding:1rem 1.5rem;display:flex;justify-content:flex-end;border-top:1px solid rgba(0,255,255,.1);margin-top:auto;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.modal-lobby-settings-buttons button:hover{transform:scale(1.05);box-shadow:0 0 10px #00c6ff}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-lobby-settings-content button{width:auto;padding:8px 16px}.modal-lobby-settings-close{position:fixed;top:15px;right:20px;background:transparent;border:none;font-size:24px;color:#e0e0e0;cursor:pointer;transition:color .3s ease;z-index:2}.modal-lobby-settings-close:hover{color:#0ff}.settings-group .error-message{color:#ff416c;font-size:.85rem;margin-top:5px;text-align:left}@media (max-width: 500px){.modal-lobby-settings-backdrop{padding:10px;align-items:flex-start}.modal-lobby-settings-content{max-width:100%;width:100%;margin:0;padding:.5rem;box-sizing:border-box;height:auto;max-height:95vh;border-radius:12px;overflow:hidden}.modal-lobby-settings-content h2{font-size:1.3rem;margin-bottom:1rem}.modal-lobby-settings-inner{padding:3rem .5rem 1rem;width:100%;box-sizing:border-box;overflow-y:auto;max-height:80vh;overflow-x:hidden}.settings-group{margin-bottom:1rem;width:100%;box-sizing:border-box;padding:0 .5rem}.mode-options{flex-direction:column;gap:8px}.mode-option{padding:8px 6px;font-size:.9rem}.tag-container{gap:6px;max-width:100%;box-sizing:border-box}.tag{padding:6px 10px;font-size:.85rem}.difficulty-select{flex-direction:column;gap:8px}.difficulty-box{padding:10px 8px;font-size:.9rem;margin:0}.checkbox-container{padding-left:28px}.checkmark{height:18px;width:18px}.checkbox-label{font-size:.85rem}.available-counter{padding:8px;font-size:.85rem}.history-reset{padding:8px;font-size:.9rem}.modal-lobby-settings-buttons{flex-direction:column;gap:10px;padding:1rem}.modal-lobby-settings-buttons button{width:100%;padding:10px}.modal-lobby-settings-close{top:10px;right:10px}.settings-header{font-size:.95rem;margin-bottom:10px}.settings-header i{font-size:1rem}}.modal-lobby-settings-content{scrollbar-width:thin;scrollbar-color:#00ffff rgba(0,255,255,.1)}.modal-lobby-settings-content::-webkit-scrollbar{width:6px}.modal-lobby-settings-content::-webkit-scrollbar-track{background:#0000004d;border-radius:10px}.modal-lobby-settings-content::-webkit-scrollbar-thumb{background:#00ffff4d;border-radius:10px;border:2px solid transparent;background-clip:padding-box}.modal-lobby-settings-content::-webkit-scrollbar-thumb:hover{background:#00ffff80;background-clip:padding-box}.history-settings-header{color:#0ff;font-weight:600;margin-bottom:10px;font-size:1.05rem;display:flex;align-items:center;gap:8px}.history-settings-header i{font-size:1rem}.history-options-group{padding:1.2rem;margin-bottom:1.5rem;border:1px solid rgba(0,255,255,.15);background:#0003;border-radius:12px;box-shadow:0 0 15px #00ffff12;transition:all .3s ease;position:relative}.history-options-group:hover{box-shadow:0 0 20px #00ffff1a;border-color:#00ffff40}.history-option{margin-bottom:1rem}.checkbox-container{display:flex;align-items:center;position:relative;padding-left:35px;cursor:pointer}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;left:0;height:22px;width:22px;background-color:#ffffff0d;border:1px solid rgba(0,255,255,.3);border-radius:5px;transition:all .2s ease}.checkbox-container:hover input~.checkmark{background-color:#00ffff1a}.checkbox-container input:checked~.checkmark{background-color:#0ff3;border-color:#0ff}.checkmark:after{content:"";position:absolute;display:none}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{left:7px;top:3px;width:5px;height:10px;border:solid #00ffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label{color:#e0e0e0;font-size:.95rem}.available-counter{margin-top:12px;padding:12px;background:#00ffff0d;border-radius:8px;border-left:3px solid #00ffff}.counter-info{display:flex;align-items:center;gap:10px}.counter-icon{font-size:1.1rem;color:#0ff}.counter-text{font-size:.95rem;color:#e0e0e0}.counter-text strong{color:#0ff;font-size:1.1rem;font-weight:600}.history-reset{width:100%;margin-top:12px;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;background:#ff416c14;border:1px solid rgba(255,65,108,.3);transition:all .3s ease}.history-reset:hover{background:#ff416c26;box-shadow:0 0 15px #ff416c33}.reset-icon{font-size:1.1rem;display:inline-block;transition:transform .3s ease}.history-reset:hover .reset-icon{transform:rotate(-50deg)}.reset-notification{margin-top:10px;padding:10px;border-radius:8px;text-align:center;font-size:.9rem;animation:fadeInOut 3s ease;transition:all .3s ease}.reset-notification.success{background:#00ff991a;border:1px solid rgba(0,255,153,.3);color:#0f9}.reset-notification.error{background:#ff416c1a;border:1px solid rgba(255,65,108,.3);color:#ff416c}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.settings-header{display:flex;align-items:center;gap:10px;color:#0ff;font-weight:600;margin-bottom:15px;font-size:1.05rem}.settings-header i{font-size:1.1rem}.dialog-box{background:#14141ef2;border:1px solid rgba(0,198,255,.3);border-radius:15px;padding:2.5rem;width:90%;max-width:420px;margin:4rem auto;box-shadow:0 0 30px #0ff3;color:#e0e0e0;animation:fadeInUp .5s ease-out;text-align:center}.dialog-box h2{font-size:2rem;color:#00c6ff;margin-bottom:1rem;text-shadow:0 0 10px rgba(0,198,255,.4)}.dialog-box p{font-size:1.1rem;margin-bottom:1.5rem;color:#e0e0e0}.dialog-box .form-group{margin-bottom:1.5rem;text-align:left}.dialog-box label{display:block;margin-bottom:.5rem;font-weight:500;color:#00c6ff}.dialog-box input{width:100%;padding:.8rem;border-radius:10px;background:#ffffff0d;border:2px solid transparent;color:#e0e0e0;font-size:1rem;transition:border-color .3s ease}.dialog-box input:focus{outline:none;border-color:#0ff}.dialog-box .button-group{display:flex;justify-content:space-between;margin-top:1.5rem}.dialog-box .error{color:#ff416c;margin-bottom:1rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-page{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;gap:48px}.home-hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.home-title{font-family:Rajdhani,sans-serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:700;letter-spacing:6px;text-transform:uppercase;margin:0;background:linear-gradient(135deg,#a07830,#f0d080 40%,#ffe8a0,#f0d080 60%,#a07830);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:goldShimmer 4s linear infinite;filter:drop-shadow(0 0 20px rgba(200,168,75,.4))}.home-tagline{font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:500;letter-spacing:4px;text-transform:uppercase;color:#c8a84b8c;margin:0}.home-divider{display:flex;align-items:center;gap:10px;margin-top:4px}.home-divider-line{width:80px;height:1px;background:linear-gradient(90deg,transparent,rgba(200,168,75,.5))}.home-divider-line:last-child{background:linear-gradient(90deg,rgba(200,168,75,.5),transparent)}.home-divider-diamond{width:8px;height:8px;background:#c8a84b;transform:rotate(45deg);box-shadow:0 0 8px #c8a84bb3}.home-reconnect-banner{background:#00c6ff0f;border:1px solid rgba(0,198,255,.35);border-radius:10px;padding:14px 24px;display:flex;align-items:center;gap:16px;max-width:480px;width:100%;box-shadow:0 0 14px #00c6ff1f;animation:fadeInUp .5s ease-out}.home-reconnect-banner i{font-size:1.2rem;color:#00c6ff;flex-shrink:0}.home-reconnect-banner p{margin:0;font-size:.9rem;color:#c0d8e0;flex:1;text-align:left}.home-reconnect-banner p strong{color:#00c6ff}.home-cards{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;width:100%;max-width:860px}.home-card{position:relative;background:#0e0e16d9;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:32px 24px 28px;width:240px;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.home-card:before,.home-card:after{content:"";position:absolute;width:12px;height:12px;border-color:#c8a84b80;border-style:solid;transition:border-color .25s ease}.home-card:before{top:6px;left:6px;border-width:1px 0 0 1px}.home-card:after{bottom:6px;right:6px;border-width:0 1px 1px 0}.home-card:hover{transform:translateY(-6px)}.home-card:hover:before,.home-card:hover:after{border-color:#c8a84be6}.home-card--create:hover{border-color:#00ff9980;box-shadow:0 8px 32px #00ff9926,0 0 0 1px #00ff991a;background:#00ff990a}.home-card--join:hover{border-color:#00c6ff80;box-shadow:0 8px 32px #00c6ff26,0 0 0 1px #00c6ff1a;background:#00c6ff0a}.home-card--browse:hover{border-color:#b482ff80;box-shadow:0 8px 32px #b482ff26,0 0 0 1px #b482ff1a;background:#b482ff0a}.home-card-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:4px;transition:transform .2s ease,box-shadow .2s ease}.home-card--create .home-card-icon{background:#00ff991a;color:#0f9;border:1px solid rgba(0,255,153,.3)}.home-card--join .home-card-icon{background:#00c6ff1a;color:#00c6ff;border:1px solid rgba(0,198,255,.3)}.home-card--browse .home-card-icon{background:#b482ff1a;color:#b482ff;border:1px solid rgba(180,130,255,.3)}.home-card:hover .home-card-icon{transform:scale(1.1)}.home-card--create:hover .home-card-icon{box-shadow:0 0 18px #00ff9959}.home-card--join:hover .home-card-icon{box-shadow:0 0 18px #00c6ff59}.home-card--browse:hover .home-card-icon{box-shadow:0 0 18px #b482ff59}.home-card-title{font-family:Rajdhani,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#e8e8e8;margin:0}.home-card-desc{font-size:.8rem;color:#a0a0b4b3;margin:0;line-height:1.5;text-align:center}@media (max-width: 600px){.home-page{padding:30px 16px;gap:32px}.home-title{letter-spacing:4px}.home-divider-line{width:50px}.home-cards{flex-direction:column;align-items:center;gap:14px}.home-card{width:100%;max-width:340px;flex-direction:row;padding:20px;gap:18px;text-align:left;align-items:center}.home-card-icon{width:46px;height:46px;font-size:1.2rem;flex-shrink:0;margin-bottom:0}.home-card-body{display:flex;flex-direction:column;gap:3px}.home-card-desc{text-align:left}.home-reconnect-banner{flex-direction:column;align-items:flex-start;gap:10px}}.final-scoreboard{background:#14141ed9;border-radius:15px;padding:20px;margin-top:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:400px;text-align:center}.final-scoreboard ul{list-style:none;padding:0}.final-scoreboard li{margin:10px 0;font-size:1.1rem}.gameover-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.summary-grid{width:100%;max-width:1200px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,auto));gap:1.5rem}.summary-card{position:relative;background:#0e0e16eb;border:1px solid rgba(0,255,255,.15);border-radius:12px;padding:1rem;text-align:center;box-shadow:0 4px 24px #0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeInUp .5s ease-out}.summary-card:before,.summary-card:after{content:"";position:absolute;width:12px;height:12px;border-color:#c8a84b59;border-style:solid;pointer-events:none}.summary-card:before{top:6px;left:6px;border-width:1px 0 0 1px}.summary-card:after{bottom:6px;right:6px;border-width:0 1px 1px 0}.winner-gold{border-color:gold;box-shadow:0 0 15px gold;animation:winnerGlow 1.5s ease-in-out infinite alternate;background:linear-gradient(135deg,#ffd70014,#ffffff08)}.winner-silver{border-color:silver;box-shadow:0 0 10px silver;background:linear-gradient(135deg,#c0c0c014,#ffffff08)}.winner-bronze{border-color:#cd7f32;box-shadow:0 0 10px #cd7f32;background:linear-gradient(135deg,#cd7f3214,#ffffff08)}@keyframes winnerGlow{0%{box-shadow:0 0 10px gold}to{box-shadow:0 0 20px gold}}.summary-card i{margin-right:8px}.summary-header{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#ffffff08;border-radius:8px;margin-bottom:10px;border:1px solid rgba(255,255,255,.05)}.summary-name{font-family:Rajdhani,sans-serif;font-weight:700;font-size:1.1rem;letter-spacing:1px;text-transform:uppercase;color:#e8e8e8;margin-bottom:0}.summary-score{font-family:Rajdhani,sans-serif;font-size:1.05rem;font-weight:700;color:gold;margin-bottom:0}.summary-score i{color:gold;margin-right:4px}.summary-answers{margin-top:10px;text-align:left}.summary-answer-item{margin-bottom:15px;font-size:.95rem;background:#0003;padding:10px;border-radius:8px;border:1px solid transparent;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.summary-answer-item:hover{border-color:#00c6ff66;background:#00c6ff0a}.answer-detail{display:block;margin-top:5px;padding-left:10px;border-left:2px solid rgba(255,255,255,.1)}.game-summary-wrapper h1 i{color:gold;margin-right:10px}.summary-card h3{margin-bottom:10px;display:flex;align-items:center;gap:10px}.expandable .summary-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#ffffff0d;border-radius:8px;margin-bottom:5px}.answer-header{display:flex;justify-content:space-between;align-items:center}.question-teaser{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;max-width:100%;transition:all .2s ease;display:inline-block;flex-grow:1;margin-right:10px}.question-teaser.expanded{white-space:normal;overflow:visible;text-overflow:unset}.summary-answers{background:#ffffff08;padding:10px;border-radius:8px;animation:expandFade .2s ease-in}@keyframes expandFade{0%{opacity:0;transform:scaleY(.95)}to{opacity:1;transform:scaleY(1)}}.summary-actions{margin-top:2rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding:1rem 0}.game-summary-title{position:absolute;top:20px;left:50%;transform:translate(-50%);text-align:center;z-index:999;white-space:nowrap}.game-summary-wrapper{padding-top:6rem}.game-summary-lite{max-width:500px;margin:0 auto;padding:2rem 1rem;text-align:center;animation:fadeInUp .5s ease-out}.lite-title{font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:.4rem;background:linear-gradient(135deg,#c8a84b,#f0d080,#c8a84b);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:goldShimmer 4s linear infinite;filter:drop-shadow(0 0 10px rgba(200,168,75,.4))}.lite-divider{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:1.8rem}.lite-divider-line{width:50px;height:1px;background:linear-gradient(90deg,transparent,rgba(200,168,75,.4))}.lite-divider-line:last-child{background:linear-gradient(90deg,rgba(200,168,75,.4),transparent)}.lite-divider-diamond{width:6px;height:6px;background:#c8a84bb3;transform:rotate(45deg);box-shadow:0 0 6px #c8a84b80}.lite-player{position:relative;background:#0e0e16e6;padding:14px 18px;border-radius:10px;margin-bottom:10px;border:1px solid rgba(0,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:1rem;transition:transform .2s;animation:fadeInUp .4s ease-out}.lite-player:before,.lite-player:after{content:"";position:absolute;width:8px;height:8px;border-color:#c8a84b4d;border-style:solid;pointer-events:none}.lite-player:before{top:5px;left:5px;border-width:1px 0 0 1px}.lite-player:after{bottom:5px;right:5px;border-width:0 1px 1px 0}.lite-player.gold{border-color:#ffd70080;background:linear-gradient(135deg,#ffd70014,#0e0e16eb);box-shadow:0 0 18px #ffd70026;animation:winnerGlow 1.5s ease-in-out infinite alternate,fadeInUp .4s ease-out}.lite-player.silver{border-color:#c0c0c066;background:linear-gradient(135deg,#c0c0c012,#0e0e16eb)}.lite-player.bronze{border-color:#cd7f3266;background:linear-gradient(135deg,#cd7f3212,#0e0e16eb)}@keyframes winnerGlow{0%{box-shadow:0 0 10px #ffd7001a}to{box-shadow:0 0 22px #ffd7004d}}.lite-player .name{font-family:Rajdhani,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.5px;text-transform:uppercase;flex-grow:1;text-align:left;color:#e0e0e0}.lite-player .score{font-family:Rajdhani,sans-serif;font-weight:700;font-size:1.05rem;color:gold}.lite-player .score i{margin-right:4px;font-size:.85em}.summary-actions{display:flex;flex-direction:column;gap:10px;margin-top:1.5rem}.summary-actions .button{width:100%;justify-content:center;padding:12px}.gameview-wrapper{display:flex;flex-direction:column;align-items:center;padding:20px;color:#e0e0e0;position:relative}.countdown-ring{position:relative;width:72px;height:72px;margin-bottom:14px;flex-shrink:0}.countdown-ring svg{transform:rotate(-90deg)}.ring-bg{fill:none;stroke:#c8a84b1f;stroke-width:3}.ring-fill{fill:none;stroke:#c8a84bbf;stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 4px rgba(200,168,75,.4))}.countdown-number{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:Rajdhani,sans-serif;font-size:1.3rem;font-weight:700;color:#c8a84be6;letter-spacing:.5px}.countdown-warning .ring-fill{stroke:#ff4b5cd9;filter:drop-shadow(0 0 5px rgba(255,75,92,.5))}.countdown-warning .countdown-number{color:#ff4b5c}.countdown-warning{animation:countdownPulse .8s ease-in-out infinite}@keyframes countdownPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.players-row{display:flex;justify-content:center;flex-wrap:wrap;margin:8px 0;gap:10px}.player-card{position:relative;background:#0e0e16d9;padding:10px 18px;border-radius:10px;border:1px solid rgba(0,255,255,.15);box-shadow:0 2px 12px #0000004d;text-align:center;min-width:90px;transition:border-color .25s,box-shadow .25s,transform .2s}.player-name{font-family:Rajdhani,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase;color:#c8d0e0}.player-score{margin-top:4px;font-family:Rajdhani,sans-serif;font-size:1.25rem;font-weight:700;color:#00c6ff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:12px}.loading-container p{font-family:Rajdhani,sans-serif;font-size:1.1rem;letter-spacing:2px;text-transform:uppercase;color:#c8a84b99;animation:fadePulse 1.8s ease-in-out infinite}.spectator-hint{font-family:Rajdhani,sans-serif;font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:#00c6ff80}@keyframes fadePulse{0%,to{opacity:.5}50%{opacity:1}}.spectator-badge{display:inline-block;margin-top:8px;padding:4px 12px;font-family:Rajdhani,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#c8a84bcc;background:#c8a84b14;border:1px solid rgba(200,168,75,.25);border-radius:12px}.game-area{width:100%;max-width:800px;display:flex;justify-content:center;align-items:center}.question-container{background:#0e0e16eb;border-radius:16px;padding:30px;text-align:center;width:100%;transition:box-shadow .3s ease,border-color .3s ease;border:1px solid rgba(200,168,75,.18);position:relative;overflow:hidden;box-shadow:0 4px 40px #0006,0 0 20px #c8a84b0a}.question-container.warning{border-color:#ff4b5c4d;box-shadow:0 4px 40px #0006,0 0 20px #ff4b5c14}.question-container:before,.question-container:after{content:"";position:absolute;width:16px;height:16px;border-color:#c8a84b73;border-style:solid;pointer-events:none;transition:border-color .3s ease}.progress-bar{position:absolute;top:1px;left:1px;width:100%;height:8px;background:#0000004d;border-radius:18px 18px 0 0;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#c8a84b99,#f0d080d9);box-shadow:0 0 6px #c8a84b4d;transition:width .05s linear}.warning .progress-fill{background:linear-gradient(90deg,#ff4b5ccc,#ff6666e6);box-shadow:0 0 10px #ff4b5c80}.question-container h2{margin-bottom:20px;font-size:1.8rem}.answers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:20px}.answer-label{font-family:Rajdhani,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:1px;color:#c8a84b99;background:#c8a84b14;border:1px solid rgba(200,168,75,.2);border-radius:4px;padding:1px 6px;flex-shrink:0;transition:color .2s,background .2s,border-color .2s}.answer-button.correct .answer-label{color:#00ff99f2;background:#00ff991a;border-color:#00ff9959}.answer-button.wrong .answer-label{color:#ff4b5cf2;background:#ff4b5c1a;border-color:#ff4b5c59}.answer-button.selected .answer-label{color:#00c6fff2;background:#00c6ff1a;border-color:#00c6ff59}.answer-button{padding:15px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#d0d0d0;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease;position:relative;overflow:hidden}.answer-button:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,198,255,.1),transparent);transition:left .45s ease}.answer-button:not(.selected):not(.correct):not(.wrong):hover:before{left:150%}.answer-button:not(.selected):not(.correct):not(.wrong):hover{background:#00c6ff1a;border-color:#00c6ff99;box-shadow:0 0 12px #00c6ff40;color:#fff;transform:translateY(-2px)}.answer-button.selected{border-color:#00c6ff;background:#00c6ff1f;box-shadow:0 0 14px #00c6ff4d;color:#fff}.answer-button.correct{background:#0c63;border-color:#0c6;box-shadow:0 0 16px #0c66;color:#0f9}.answer-button.wrong{background:#ff4b5c33;border-color:#ff4b5c;box-shadow:0 0 16px #ff4b5c66;color:#ff6b7a}.gameover-screen{text-align:center;margin-top:100px}.return-button{margin-top:20px;padding:10px 20px;background:linear-gradient(135deg,#0f9,#0c6);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer}.return-button i{margin-right:8px}.next-question{margin-top:20px}.next-question button:hover{transform:scale(1.05)}.question-progress{font-family:Rajdhani,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-bottom:10px;color:#c8a84ba6}.player-card.correct{border:2px solid #00cc66;box-shadow:0 0 10px #0c6;animation:correctFlash .6s ease-in-out}.player-card.wrong{border:2px solid #ff4b5c;box-shadow:0 0 10px #ff4b5c;animation:wrongFlash .6s ease-in-out}.player-answer{margin-top:5px;font-size:.9rem;opacity:.8}@keyframes correctFlash{0%{box-shadow:0 0 5px #0c6}50%{box-shadow:0 0 20px #0f9}to{box-shadow:0 0 10px #0c6}}@keyframes wrongFlash{0%{box-shadow:0 0 5px #ff4b5c}50%{box-shadow:0 0 20px #f66}to{box-shadow:0 0 10px #ff4b5c}}@media (max-width: 600px){.gameview-wrapper{min-height:90vh;display:flex;flex-direction:column;justify-content:center;padding:15px 10px}.countdown-ring{width:58px;height:58px;margin-bottom:8px}.countdown-number{font-size:1.1rem}.players-row{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.player-card{min-width:90px;font-size:.85rem;padding:6px 10px}.game-area{margin:0 auto;width:100%}.question-container{padding:15px;border-radius:12px;max-width:100%}.question-container h2{font-size:1.2rem;margin-bottom:10px}.answers-grid{display:flex;flex-direction:column;gap:10px;margin-top:15px}.answer-button{font-size:1rem;padding:14px;width:100%}.next-question,.return-button{margin-top:20px}.next-question button,.return-button{width:100%;padding:12px;font-size:1rem}.gameover-screen{margin-top:40px}}@media (max-width: 390px){.gameview-wrapper{padding:8px 5px;min-height:90vh;height:90vh;overflow:hidden}.countdown-ring{width:50px;height:50px;margin-bottom:6px}.countdown-number{font-size:.95rem}.question-progress{font-size:.9rem;margin-bottom:5px}.players-row{gap:6px;margin:5px 0}.player-card{min-width:70px;padding:4px 6px;font-size:.8rem}.game-area{margin:5px 0}.question-container{padding:12px 8px}.question-container h2{font-size:1rem;margin-bottom:8px}.answers-grid{gap:8px;margin-top:10px}.answer-button{padding:10px 8px;font-size:.9rem}.player-score{font-size:.9rem}.player-answer{font-size:.7rem}.next-question button,.return-button{padding:8px;font-size:.9rem}}.summary-card.winner-gold{border-color:gold!important;box-shadow:0 0 15px gold,inset 0 0 10px #ffd7004d!important;transform:scale(1.03)}.summary-card.winner-silver{border-color:silver!important;box-shadow:0 0 10px silver,inset 0 0 8px #c0c0c04d!important}.summary-card.winner-bronze{border-color:#cd7f32!important;box-shadow:0 0 10px #cd7f32,inset 0 0 8px #cd7f324d!important}@keyframes winnerGlow{0%{box-shadow:0 0 10px gold,inset 0 0 10px #ffd7004d}to{box-shadow:0 0 25px gold,inset 0 0 10px #ffd7004d}}.summary-card.winner-gold{animation:winnerGlow 1.5s ease-in-out infinite alternate}.game-summary-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;padding:20px;box-sizing:border-box}.game-summary{position:relative;background:#0e0e16eb;border:1px solid rgba(0,255,255,.2);border-radius:16px;padding:30px;width:100%;max-width:700px;text-align:center;box-shadow:0 8px 40px #00000080,0 0 20px #00ffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .6s ease-out forwards}.game-summary:before,.game-summary:after{content:"";position:absolute;width:16px;height:16px;border-color:#c8a84b66;border-style:solid;pointer-events:none}.game-summary:before{top:8px;left:8px;border-width:1px 0 0 1px}.game-summary:after{bottom:8px;right:8px;border-width:0 1px 1px 0}.game-summary h2{font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:25px;background:linear-gradient(135deg,#c8a84b,#f0d080,#c8a84b);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:goldShimmer 4s linear infinite;filter:drop-shadow(0 0 8px rgba(200,168,75,.4))}@keyframes goldShimmer{0%{background-position:0% center}to{background-position:200% center}}.winner-banner{background:linear-gradient(45deg,#0ff,#00e0c6);color:#0a1a2f;padding:12px 20px;border-radius:10px;margin:-10px -15px 30px;font-size:1.4rem;font-weight:600;display:flex;justify-content:center;align-items:center;gap:12px;box-shadow:0 0 15px #0ff6;text-shadow:0 1px 2px rgba(10,10,10,.2)}.winner-banner .fa-trophy{color:gold;font-size:1.2em}.scoreboard-list{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.scoreboard-entry{position:relative;background:#0e0e16cc;padding:14px 20px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(0,255,255,.1);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.scoreboard-entry:before,.scoreboard-entry:after{content:"";position:absolute;width:8px;height:8px;border-color:#c8a84b40;border-style:solid;pointer-events:none}.scoreboard-entry:before{top:5px;left:5px;border-width:1px 0 0 1px}.scoreboard-entry:after{bottom:5px;right:5px;border-width:0 1px 1px 0}.scoreboard-entry:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00c6ff1f;border-color:#00c6ff40}.scoreboard-entry .player-rank{display:flex;align-items:center;font-weight:600;color:#0ff;min-width:60px;font-size:1.1rem}.scoreboard-entry .rank-icon{margin-right:10px;font-size:1.3em}.scoreboard-entry .rank-icon.gold{color:gold}.scoreboard-entry .rank-icon.silver{color:silver}.scoreboard-entry .rank-icon.bronze{color:#cd7f32}.scoreboard-entry .name{flex-grow:1;text-align:left;margin-left:10px;margin-right:10px;font-size:1.1rem;color:#e0e0e0;font-weight:500}.scoreboard-entry .score{font-weight:600;color:#e0e0e0;font-size:1.1rem;display:flex;align-items:center;white-space:nowrap}.scoreboard-entry .score-icon{color:gold;margin-right:8px;font-size:.9em}.summary-card-winner .name,.summary-card-winner .score{font-weight:700}.summary-card-winner .name{color:#fff}.no-players-summary{color:#aaa;padding:20px;font-style:italic}.summary-actions{margin-top:25px;display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.summary-actions .button{min-width:180px;padding:12px 20px}.summary-actions .button i{margin-right:8px}@media (max-width: 600px){.game-summary-container{padding:10px;min-height:auto}.game-summary{padding:15px;margin:10px auto;border-radius:15px;width:90%}.game-summary h2{font-size:1.6rem;margin-bottom:20px}.winner-banner{font-size:1rem;padding:8px 10px;margin:-8px -10px 20px;gap:8px;border-radius:8px}.winner-banner .fa-trophy{font-size:1.1em}.scoreboard-list{gap:10px;margin-bottom:25px}.scoreboard-entry{flex-direction:column;align-items:stretch;padding:10px 12px;gap:6px;border-radius:8px}.summary-card.winner-gold{transform:scale(1.01)}.scoreboard-entry .player-rank{min-width:auto;margin-bottom:4px;font-size:1rem;display:flex;align-items:center}.scoreboard-entry .rank-icon{margin-right:8px;font-size:1.2em}.scoreboard-entry .name{margin-left:0;font-size:1.05rem;font-weight:500;color:#fff;width:100%;line-height:1.3}.scoreboard-entry .score{font-size:.95rem;align-self:flex-start;color:#ccc;margin-top:2px;width:100%}.scoreboard-entry .score-icon{font-size:.85em;margin-right:6px}.summary-card-winner .name{font-size:1.1rem}.summary-card-winner .score{font-size:1rem}.summary-actions{margin-top:20px;flex-direction:column;gap:10px}.summary-actions .button{width:100%;min-width:auto;padding:10px 15px;font-size:.95rem}.summary-actions .button i{font-size:.9em}}.image-gameview-wrapper{display:flex;flex-direction:column;align-items:center;padding:20px;color:#e0e0e0;position:relative}.game-layout{display:flex;justify-content:space-between;width:100%;max-width:1200px;gap:20px}.players-column{display:flex;flex-direction:column;gap:15px;width:200px}.game-area{flex-grow:1;max-width:800px}.question-container{background:#0e0e16eb;border-radius:16px;padding:30px;text-align:center;width:100%;position:relative;overflow:hidden;border:1px solid rgba(0,255,255,.2);box-shadow:0 4px 40px #0006,0 0 20px #00ffff0f}.question-container:before,.question-container:after{content:"";position:absolute;width:16px;height:16px;border-color:#c8a84b73;border-style:solid;pointer-events:none;z-index:1}.question-container:before{top:8px;left:8px;border-width:1px 0 0 1px}.question-container:after{bottom:8px;right:8px;border-width:0 1px 1px 0}.question-image{max-width:100%;height:50vh;border-radius:10px;margin:20px 0}.answer-input{position:relative;display:flex;gap:10px;margin-top:20px;max-width:440px;margin-left:auto;margin-right:auto;z-index:1000}.answer-input input{flex-grow:1;padding:12px 16px;border-radius:8px;border:1px solid rgba(0,198,255,.4);background:#0e0e16e6;color:#e8e8e8;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 0 8px #00c6ff1a}.answer-input input:focus{outline:none;border-color:#00c6ffcc;box-shadow:0 0 16px #00c6ff40}.answer-input input:disabled{opacity:.5;cursor:not-allowed}.answer-input input::placeholder{color:#a0a0b480;font-style:italic}.suggestions-list{position:absolute;bottom:100%;left:0;right:0;background:#0a0a12f7;border:1px solid rgba(0,198,255,.3);border-bottom:none;border-radius:8px 8px 0 0;max-height:220px;overflow-y:auto;margin-bottom:0;scrollbar-width:thin;scrollbar-color:rgba(0,198,255,.3) transparent}.suggestion-item{padding:9px 14px;color:#c0c8d8;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;gap:10px;font-size:.92rem;border-bottom:1px solid rgba(255,255,255,.04)}.suggestion-icon{width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,198,255,.25);flex-shrink:0}.suggestion-item:hover{background:#00c6ff1f;color:#fff}.suggestion-item.highlighted{background:#00c6ff26;color:#fff}.reveal{margin-top:16px;padding:14px 20px;border-radius:10px;font-family:Rajdhani,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.5px;animation:revealPop .35s cubic-bezier(.34,1.56,.64,1)}@keyframes revealPop{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.reveal.correct{background:#00cc6626;border:1px solid rgba(0,204,102,.5);color:#0f9;box-shadow:0 0 20px #0c63}.reveal.wrong{background:#ff4b5c26;border:1px solid rgba(255,75,92,.5);color:#ff6b7a;box-shadow:0 0 20px #ff4b5c33}input[type=range]{-webkit-appearance:none;width:100%;margin:0;padding:0;background:transparent}input[type=range]::-webkit-slider-runnable-track{height:6px;border:none;border-radius:3px;background:#444}input[type=range]::-moz-range-track{height:6px;border:none;border-radius:3px;background:#444}input[type=range]::-ms-track{height:6px;border:none;background:transparent;color:transparent}input[type=range]::-ms-fill-lower{background:#00e0c6;border:none;border-radius:3px}input[type=range]::-ms-fill-upper{background:#444;border:none;border-radius:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;margin-top:-5px;border:none;border-radius:50%;background:#00e0c6;cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;border:none;border-radius:50%;background:#00e0c6;cursor:pointer}input[type=range]::-ms-thumb{width:16px;height:16px;border:none;border-radius:50%;background:#00e0c6;cursor:pointer}input[type=range]:focus{outline:none}.player-card.locked{border-color:#ffa500b3;box-shadow:0 0 14px #ffa5004d;animation:lockedPulse 1.2s ease-in-out infinite}@keyframes lockedPulse{0%,to{box-shadow:0 0 8px #ffa50040}50%{box-shadow:0 0 18px #ffa50080}}.img-header-info{display:flex;align-items:center;gap:20px;margin-bottom:20px}.img-countdown-display{font-size:2rem;font-weight:700;background:#14141ee6;padding:10px 20px;border-radius:10px;box-shadow:0 0 10px #0ff}.img-question-progress{font-size:1.2rem;color:#0ff}@media (max-width: 900px){.game-layout{flex-direction:column}.players-column{flex-direction:row;width:100%;flex-wrap:wrap;justify-content:center}.players-column.left{order:2}.players-column.right{order:3}.game-area{order:1}}@media (max-width: 500px){.image-gameview-wrapper{padding:10px}.answer-input{flex-direction:column}.answer-input button{width:100%}.img-header-info{flex-direction:column;gap:10px;align-items:center}.suggestions-list{position:fixed;left:10px;right:10px;bottom:auto;top:50%;transform:translateY(-50%);max-height:40vh;border-radius:5px}}.switch{position:relative;display:inline-block;width:52px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#64ffff0d;border-radius:34px;cursor:pointer;transition:background .4s,box-shadow .3s}input:focus+.slider{box-shadow:0 0 3px 2px #00ffff80}input:checked+.slider{background:linear-gradient(135deg,#00c6ff,#0072ff);box-shadow:0 0 10px #00c6ff66}.slider:after{content:"";position:absolute;height:20px;width:20px;left:4px;top:4px;background-color:#0ff;border-radius:50%;transition:transform .3s ease;box-shadow:0 0 8px #00ffff80}input:checked+.slider:after{transform:translate(24px)}.switch:hover .slider{box-shadow:0 0 10px #0ff3}.toggle-setting{display:flex;justify-content:space-between;align-items:center;margin:15px 0;font-weight:500;color:#e0e0e0}.settings-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a14cc;display:flex;justify-content:center;align-items:center;z-index:10000}.settings-modal{background:#1e1e32f2;padding:28px 32px;border-radius:16px;color:#e0e0e0;width:360px;box-shadow:0 0 30px #00c6ff26;position:relative;animation:modalFadeIn .3s ease;border:1px solid rgba(0,198,255,.15)}.settings-modal h2{margin:0 0 15px;font-size:1.4rem;color:#00eaff;text-align:center}.settings-close-button{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:1.2rem;color:#00eaff;cursor:pointer;transition:color .2s}.settings-close-button:hover{color:#0fc}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lobby-list-container{max-width:800px;margin:0 auto}.lobby-list-header{display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:24px;gap:4px}.lobby-list-header h1{margin:0}.refresh-icon-button{position:absolute;right:0;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#0ff;font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:all .3s ease}.refresh-icon-button:hover{background:#00ffff1a;box-shadow:0 0 15px #00ffff4d}.refresh-icon-button:disabled{opacity:.5;cursor:not-allowed}.refresh-icon-button:hover .refresh-icon{transform:rotate(30deg)}.refresh-icon{display:inline-block;transition:transform .4s ease}.refresh-icon.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lobbies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin:20px 0}.lobby-card{position:relative;background:#0e0e16e6;border:1px solid rgba(0,255,255,.15);border-radius:12px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .25s ease,border-color .25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lobby-card:before,.lobby-card:after{content:"";position:absolute;width:10px;height:10px;border-color:#c8a84b59;border-style:solid;pointer-events:none;transition:border-color .25s ease}.lobby-card:before{top:6px;left:6px;border-width:1px 0 0 1px}.lobby-card:after{bottom:6px;right:6px;border-width:0 1px 1px 0}.lobby-card:hover{transform:translateY(-4px);border-color:#0ff6;box-shadow:0 8px 28px #00ffff1f}.lobby-card:hover:before,.lobby-card:hover:after{border-color:#c8a84bb3}.lobby-card--waiting{border-color:#0f93}.lobby-card--waiting:hover{border-color:#00ff9980;box-shadow:0 8px 28px #00ff991a}.lobby-card--started{border-color:#ff416c26;opacity:.7}.lobby-status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:12px;font-family:Rajdhani,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-top:6px}.lobby-status-badge--waiting{background:#00ff991a;color:#0f9;border:1px solid rgba(0,255,153,.3)}.lobby-status-badge--started{background:#ff416c1a;color:#ff416c;border:1px solid rgba(255,65,108,.3)}.lobby-details{margin-bottom:15px}.lobby-details h3{display:flex;align-items:center;margin-top:0;margin-bottom:8px;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#0ff}.private-badge{display:inline-flex;align-items:center;margin-left:8px;color:gold}.private-badge i{font-size:.8em;filter:drop-shadow(0 0 5px rgba(255,215,0,.5))}.lobby-details p{margin:5px 0;color:#e0e0e0}.error-message{color:#ff416c;font-weight:700;text-shadow:0 0 8px rgba(255,65,108,.3)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{position:relative;background:#14141ef2;border:1px solid rgba(0,255,255,.3);border-radius:15px;padding:2rem;width:90%;max-width:450px;box-shadow:0 0 30px #0ff3;color:#e0e0e0;animation:fadeInUp .5s ease-out;text-align:left}.modal-content h2{margin-top:0;margin-bottom:1rem;color:#0ff;text-align:center;font-size:1.5rem;border-bottom:1px solid rgba(0,255,255,.2);padding-bottom:.5rem;text-shadow:0 0 10px rgba(0,255,255,.5)}.modal-content p{margin-bottom:1.5rem;text-align:center}.modal-content .form-group{margin-bottom:20px}.modal-content label{display:block;margin-bottom:.5rem;font-weight:500;color:#e0e0e0}.modal-content input{width:100%;padding:.8rem;border:2px solid transparent;box-sizing:border-box;border-radius:10px;background:#ffffff0d;color:#e0e0e0;font-size:1rem;transition:all .3s ease}.modal-content input:focus{outline:none;border-color:#0ff;box-shadow:0 0 15px #00ffff4d}.modal-content .button-group{display:flex;justify-content:space-between;gap:20px;margin-top:25px}@media (max-width: 600px){.lobbies-grid{grid-template-columns:1fr}.modal-content{width:95%;padding:1.5rem}}body,html,#root{height:100%;margin:0;background:linear-gradient(135deg,#0a0a0a,#0f0f1a);font-family:Poppins,sans-serif;color:#e0e0e0;overflow-x:hidden;animation:brightnessPulse 10s ease-in-out infinite}.container{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;height:100%;animation:fadeInUp 1s ease-out}.box{position:relative;background:#14141ee6;border:1px solid rgba(0,255,255,.3);border-radius:15px;padding:2.5rem;width:90%;max-width:400px;text-align:center;box-shadow:0 0 25px #0ff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .3s ease,box-shadow .3s ease}.box:before,.box:after{content:"";position:absolute;width:14px;height:14px;border-color:#c8a84b66;border-style:solid;pointer-events:none}.box:before{top:8px;left:8px;border-width:1px 0 0 1px}.box:after{bottom:8px;right:8px;border-width:0 1px 1px 0}.box:hover{transform:translateY(-5px);box-shadow:0 0 30px #0ff6}h1{font-size:2.5rem;font-family:Rajdhani,sans-serif;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;background:linear-gradient(135deg,#c8a84b,#f0d080,#c8a84b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 10px rgba(200,168,75,.5))}h2{font-family:Rajdhani,sans-serif;font-weight:600;font-size:1.4rem;letter-spacing:2px;text-transform:uppercase;color:#00c6ff;margin-bottom:1.5rem}p{font-size:1.1rem;color:#e0e0e0;margin-bottom:1.5rem}label{display:block;font-family:Rajdhani,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#c8a84ba6;margin-bottom:.4rem}.form-group{margin-bottom:1.2rem;text-align:left}.form-group input{margin-bottom:0}.page-icon-header{display:flex;justify-content:center;margin-bottom:1rem}.page-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.page-icon--create{background:#00ff991a;color:#0f9;border:1px solid rgba(0,255,153,.35);box-shadow:0 0 16px #0f93}.page-icon--join{background:#00c6ff1a;color:#00c6ff;border:1px solid rgba(0,198,255,.35);box-shadow:0 0 16px #00c6ff33}.page-icon--browse{background:#b482ff1a;color:#b482ff;border:1px solid rgba(180,130,255,.35);box-shadow:0 0 16px #b482ff33}.page-divider{display:flex;align-items:center;gap:10px;margin:.2rem auto 1.4rem;width:fit-content}.page-divider-line{width:50px;height:1px;background:linear-gradient(90deg,transparent,rgba(200,168,75,.4))}.page-divider-line:last-child{background:linear-gradient(90deg,rgba(200,168,75,.4),transparent)}.page-divider-diamond{width:6px;height:6px;background:#c8a84bb3;transform:rotate(45deg);box-shadow:0 0 6px #c8a84b80}input{width:100%;padding:.8rem;margin-bottom:1rem;border:2px solid transparent;box-sizing:border-box;border-radius:10px;background:#ffffff0d;color:#e0e0e0;font-size:1rem;transition:border-color .3s ease}input:focus{outline:none;border-color:#0ff}.button{padding:.6rem 1.4rem;border-radius:6px;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:background .25s,box-shadow .25s,transform .15s,border-color .25s;color:#e0e0e0;background:#ffffff0a;border:1px solid rgba(255,255,255,.15);display:inline-flex;align-items:center;gap:8px;transform:translateY(0);position:relative;overflow:hidden}.button:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);transition:left .4s ease}.button:hover:before{left:150%}.button:hover{transform:translateY(-2px)}.button-primary{background:#00ff9914;color:#0f9;border:1px solid rgba(0,255,153,.5);box-shadow:0 0 10px #00ff9926,inset 0 1px #ffffff0a}.button-primary:hover{background:#00ff9926;box-shadow:0 0 18px #00ff9959;border-color:#0f9c}.button-secondary{background:#00c6ff14;color:#00c6ff;border:1px solid rgba(0,198,255,.5);box-shadow:0 0 10px #00c6ff26,inset 0 1px #ffffff0a}.button-secondary:hover{background:#00c6ff26;box-shadow:0 0 18px #00c6ff59;border-color:#00c6ffcc}.button-danger{background:#ff416c14;color:#ff416c;border:1px solid rgba(255,65,108,.5);box-shadow:0 0 10px #ff416c26,inset 0 1px #ffffff0a}.button-danger:hover{background:#ff416c26;box-shadow:0 0 18px #ff416c59;border-color:#ff416ccc}.button-group{display:flex;justify-content:center;gap:20px;margin-top:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toggle-wrapper{position:fixed;bottom:20px;right:20px;z-index:9999}.client-settings-button{position:fixed;bottom:20px;right:20px;width:42px;height:42px;background:#0009;border:1px solid cyan;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#0ff;font-size:20px;line-height:1;cursor:pointer;transition:background .3s,transform .2s;z-index:10000}.client-settings-button:hover{background:#00ffff26;transform:rotate(30deg)}.reconnect-box{margin-bottom:20px;padding:1rem;border:1px solid rgba(0,255,255,.2);border-radius:10px;background:#00000080;box-shadow:0 0 10px #00ffff1a}.reconnect-box p{margin-bottom:1rem;font-size:1rem;color:#0ff}#fps-counter{position:fixed;top:0;left:0;padding:5px 10px;background:#000000b3;color:#0f0;font:12px monospace;z-index:10000}.help-wrapper{position:fixed;bottom:20px;right:72px;z-index:9999}.help-button{width:42px;height:42px;background:#0009;border:1px solid #ff9100;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#ff9100;font-size:20px;cursor:pointer;transition:background .3s,transform .2s}.help-button:hover{background:#ff910026;transform:scale(1.1)}.help-tooltip{position:absolute;bottom:60px;right:0;width:280px;padding:15px;background:#000000e6;border:1px solid #ff9100;border-radius:10px;color:#fff;font-size:14px;box-shadow:0 0 20px #ff910033;animation:fadeIn .3s ease}.help-tooltip p{margin:8px 0}.help-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#ff9100;cursor:pointer;font-size:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.password-option{background:#ffffff0d;border:2px solid transparent;border-radius:10px;padding:12px;margin-bottom:1rem;cursor:pointer;transition:border-color .3s ease,background-color .3s ease;display:flex;justify-content:center;align-items:center}.password-option:hover{background:#ffffff14}.password-option.active{border-color:#0ff;background:#00ffff0d}.password-option input[type=checkbox]{width:auto;margin:0}.error-box{background:#14141ee6;border:1px solid rgba(255,65,108,.4);border-radius:15px;padding:2.5rem;width:90%;max-width:420px;margin:5rem auto;text-align:center;box-shadow:0 0 25px #ff416c33;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeInUp .8s ease-out}.error-box h2{font-size:2rem;color:#ff416c;margin-bottom:1rem;text-shadow:0 0 10px rgba(255,65,108,.5)}.error-box p{font-size:1.1rem;color:#e0e0e0;margin-bottom:2rem}.error-box .error-icon{font-size:3rem;color:#ff416c;margin-bottom:1rem;animation:pulseIcon 1.5s infinite ease-in-out}@keyframes pulseIcon{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.modal-kick-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-kick-content{background:#14141ef2;border:1px solid rgba(0,255,255,.3);border-radius:15px;padding:2.5rem;width:90%;max-width:420px;text-align:center;box-shadow:0 0 25px #0ff3;animation:fadeInUp .5s ease-out}@media (max-width: 600px){html,body,#root{height:100%;overflow-y:auto}.container{flex-direction:column;align-items:center;padding:20px;height:auto;min-height:100vh;box-sizing:border-box}.box{width:100%;max-width:500px;padding:1.5rem;margin:0 auto;border-radius:12px;box-sizing:border-box}.reconnect-box{padding:1rem;font-size:.95rem;margin-bottom:1.5rem;background:#0009}h1{font-size:1.8rem;margin-bottom:1rem}p{font-size:1rem;margin-bottom:1rem}.button{width:100%;font-size:1rem;padding:.8rem;justify-content:center}.button-group{flex-direction:column;gap:12px;margin-top:15px}.client-settings-button,.help-button{width:36px;height:36px;font-size:18px}.help-tooltip{width:90%;font-size:13px;right:5%}.modal-kick-content,.error-box{padding:1.5rem;width:95%;max-width:95%;font-size:.95rem}.error-box h2{font-size:1.5rem}.error-box .error-icon{font-size:2.5rem}}
