@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@400;500;600;700&family=Exo+2:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;font-size:clamp(14px,2.5vw,18px);scroll-behavior:smooth}body,html{height:100vh;max-width:100vw;overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;background:url(/static/media/backgroundab5.4542ae7bb1fe7c876f80.jpg) no-repeat 50% fixed;background-size:cover;font-family:Exo\ 2,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-y:auto;padding:0;position:relative;text-rendering:optimizeLegibility}#root{align-items:center;display:flex;justify-content:center;min-height:100vh;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.flex-center{align-items:center;display:flex;justify-content:center}.button-responsive,.text-responsive{font-size:clamp(.875rem,2.5vw,1.125rem)}.button-responsive{padding:clamp(.5rem,2vw,1rem) clamp(1rem,4vw,2rem)}@media (max-width:1200px){html{font-size:clamp(13px,2.3vw,17px)}.container{max-width:95%;padding:0 15px}}@media (max-width:768px){html{font-size:clamp(12px,2.1vw,16px)}body{background-attachment:scroll}.container{padding:0 10px}}@media (max-width:480px){html{font-size:clamp(11px,2vw,15px)}.container{padding:0 8px}}@media (max-width:320px){html{font-size:clamp(10px,1.8vw,14px)}.container{padding:0 5px}}@media (max-height:600px) and (orientation:landscape){body{overflow-y:auto}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body{background-attachment:fixed;background-size:cover}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme:dark){body{color-scheme:dark}}.game-board-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff8c421a;border:2px solid #ff8c424d;border-radius:20px;box-shadow:0 20px 60px #0000004d,0 0 30px #ff8c4233;margin:0 auto;max-width:100%;padding:20px;position:relative;width:-webkit-fit-content;width:fit-content}.current-ball{animation:float 2s ease-in-out infinite;border:3px solid #fff6;border-radius:50%;box-shadow:0 5px 15px #00000080;height:70px;left:365px;left:calc(50px + var(--current-col, 3)*105px);position:absolute;top:10px;transition:left .3s ease;width:70px;z-index:20}.current-ball.red{background:linear-gradient(135deg,#ff4757,#ff3742)}.current-ball.yellow{background:linear-gradient(135deg,gold,#ffed4e)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.board-grid{align-items:center;display:flex;flex-direction:column;gap:10px;position:relative}.column-headers{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(7,100px);height:50px}.column-header{align-items:center;border-radius:10px;cursor:pointer;display:flex;justify-content:center;position:relative;transition:all .2s ease}.column-header.clickable:hover{background:#ff8c424d;box-shadow:0 5px 15px #ff8c4233;transform:translateY(-2px)}.column-header.hovered{background:#ff8c4266}.drop-indicator{animation:bounce 1s infinite;font-size:24px;font-weight:700}.drop-indicator.red{color:#ff4757}.drop-indicator.yellow{color:gold}.board{grid-gap:5px;background:linear-gradient(135deg,#1e40af,#2563eb);border:3px solid #fff3;border-radius:15px;box-shadow:inset 0 5px 15px #0000004d,0 10px 30px #0000004d;display:grid;gap:5px;grid-template-columns:repeat(7,100px);grid-template-rows:repeat(6,100px);padding:15px;position:relative}.board-cell{align-items:center;background:#2563eb;border-radius:10px;cursor:pointer;display:flex;justify-content:center;position:relative;transition:all .2s ease}.board-cell.clickable:hover{background:#3b82f6;transform:scale(1.02)}.cell-hole{align-items:center;background:#000;border-radius:50%;box-shadow:inset 0 3px 8px #0009;display:flex;height:80px;justify-content:center;width:80px}.game-piece{animation:dropPiece .5s ease-out;border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 3px 10px #0006;height:70px;width:70px}.game-piece.red{background:linear-gradient(135deg,#ff4757,#ff3742);box-shadow:0 3px 10px #ff475780}.game-piece.yellow{background:linear-gradient(135deg,gold,#ffed4e);box-shadow:0 3px 10px #ffd70080}@keyframes dropPiece{0%{opacity:0;transform:translateY(-200px) scale(.8)}50%{opacity:1;transform:translateY(10px) scale(1.1)}to{opacity:1;transform:translateY(0) scale(1)}}.preview-piece{align-items:center;animation:pulse 1s infinite;border:3px solid #fff9;border-radius:50%;display:flex;height:70px;justify-content:center;opacity:.5;pointer-events:none;position:relative;width:70px;z-index:10}.preview-piece.red{background:linear-gradient(135deg,#ff4757,#ff3742)}.preview-piece.yellow{background:linear-gradient(135deg,gold,#ffed4e)}.thinking-overlay{align-items:center;background:#00000080;border-radius:20px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:100}.thinking-indicator{align-items:center;background:#fffffff2;border-radius:15px;box-shadow:0 10px 30px #0000004d;display:flex;gap:15px;padding:20px 30px}.spinner{animation:spin 1s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#3b82f6;height:30px;width:30px}.thinking-indicator span{color:#333;font-size:1.1em;font-weight:700}@media (max-width:1200px){.game-board-container{padding:18px}.board{grid-template-rows:repeat(6,90px)}.board,.column-headers{grid-template-columns:repeat(7,90px)}.current-ball{height:65px;left:333px;left:calc(48px + var(--current-col, 3)*95px);width:65px}.cell-hole{height:72px;width:72px}.game-piece,.preview-piece{height:62px;width:62px}}@media (max-width:768px){.game-board-container{border-radius:15px;padding:15px}.board{border-radius:12px;grid-template-rows:repeat(6,80px);padding:12px}.board,.column-headers{gap:4px;grid-template-columns:repeat(7,80px)}.column-headers{height:45px}.current-ball{height:60px;left:297px;left:calc(45px + var(--current-col, 3)*84px);width:60px}.cell-hole{height:65px;width:65px}.game-piece,.preview-piece{height:55px;width:55px}.thinking-indicator{font-size:.9em;padding:15px 20px}.spinner{height:25px;width:25px}}@media (max-width:480px){.game-board-container{border-radius:12px;max-width:calc(100vw - 20px);padding:10px}.board{border-radius:10px;grid-template-rows:repeat(6,min(60px,calc(14.28571vw - 11.42857px)));padding:8px}.board,.column-headers{gap:3px;grid-template-columns:repeat(7,min(60px,calc(14.28571vw - 11.42857px)))}.column-headers{height:38px}.current-ball{--cell-width:min(63px,(100vw - 80px)/7 + 3px);height:42px;left:calc(40px + var(--cell-width)*3);left:calc(40px + var(--current-col, 3)*var(--cell-width));width:42px}.cell-hole{height:min(50px,calc(14.28571vw - 16.42857px));width:min(50px,calc(14.28571vw - 16.42857px))}.game-piece,.preview-piece{height:min(40px,calc(14.28571vw - 14.28571px));width:min(40px,calc(14.28571vw - 14.28571px))}.drop-indicator{font-size:16px}.thinking-indicator{font-size:.85em;padding:10px 16px}.spinner{height:18px;width:18px}}@media (max-width:360px){.game-board-container{max-width:calc(100vw - 16px);padding:8px}.board{grid-template-rows:repeat(6,min(46px,calc(14.28571vw - 8.57143px)));padding:6px}.board,.column-headers{gap:2px;grid-template-columns:repeat(7,min(46px,calc(14.28571vw - 8.57143px)))}.column-headers{height:32px}.current-ball{--cell-width:min(48px,(100vw - 60px)/7 + 2px);height:32px;left:calc(32px + var(--cell-width)*3);left:calc(32px + var(--current-col, 3)*var(--cell-width));width:32px}.cell-hole{height:min(38px,calc(14.28571vw - 10px));width:min(38px,calc(14.28571vw - 10px))}.game-piece,.preview-piece{height:min(28px,calc(14.28571vw - 12.85714px));width:min(28px,calc(14.28571vw - 12.85714px))}.drop-indicator{font-size:14px}.thinking-indicator{font-size:.75em;padding:8px 12px}}@media (max-width:320px){.game-board-container{max-width:calc(100vw - 12px);padding:6px}.board{grid-template-rows:repeat(6,min(40px,calc(14.28571vw - 7.14286px)));padding:5px}.board,.column-headers{gap:1px;grid-template-columns:repeat(7,min(40px,calc(14.28571vw - 7.14286px)))}.column-headers{height:28px}.current-ball{--cell-width:min(41px,(100vw - 50px)/7 + 1px);height:28px;left:calc(28px + var(--cell-width)*3);left:calc(28px + var(--current-col, 3)*var(--cell-width));width:28px}.cell-hole{height:min(32px,calc(14.28571vw - 8.57143px));width:min(32px,calc(14.28571vw - 8.57143px))}.game-piece,.preview-piece{height:min(24px,calc(14.28571vw - 11.42857px));width:min(24px,calc(14.28571vw - 11.42857px))}}@media (max-height:600px) and (orientation:landscape){.game-board-container{padding:10px}.board{grid-template-rows:repeat(6,70px);padding:8px}.board,.column-headers{gap:3px;grid-template-columns:repeat(7,70px)}.column-headers{height:35px}.current-ball{height:50px;left:261px;left:calc(42px + var(--current-col, 3)*73px);width:50px}.cell-hole{height:55px;width:55px}.game-piece,.preview-piece{height:45px;width:45px}}@media (max-height:480px) and (orientation:landscape){.board{grid-template-rows:repeat(6,60px)}.board,.column-headers{grid-template-columns:repeat(7,60px)}.column-headers{height:30px}.current-ball{height:40px;left:227px;left:calc(38px + var(--current-col, 3)*63px);width:40px}.cell-hole{height:45px;width:45px}.game-piece,.preview-piece{height:35px;width:35px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.current-ball,.game-piece,.preview-piece{box-shadow:0 3px 10px #0006,0 1px 3px #0003}}.game-menu{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;padding:20px}.game-menu,.menu-container{position:relative;width:100%}.menu-container{animation:fadeInScale .8s ease-out;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-radius:25px;box-shadow:none;max-width:800px;padding:60px 50px;text-align:center;z-index:10}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.game-title-large{margin-bottom:50px;position:relative}.game-title-large h1{animation:titleGlow 3s ease-in-out infinite alternate;color:#fff;font-family:Orbitron,monospace;font-size:5em;font-weight:900;letter-spacing:8px;margin:0;text-shadow:2px 2px 4px #000c,0 0 20px #ffa50066,0 0 40px #ff8c004d}@keyframes titleGlow{0%{text-shadow:2px 2px 4px #000c,0 0 20px #ffa50066,0 0 40px #ff8c004d}to{text-shadow:2px 2px 4px #000c,0 0 30px #ffa50099,0 0 50px #ff8c0080,0 0 70px #ff45004d}}.title-underline{animation:gradientShift 2s ease-in-out infinite;background:linear-gradient(90deg,#ff6b35,#ff8c42,orange,#ff7f00,#ff6b35);background-size:200% 100%;border-radius:3px;box-shadow:0 0 20px #ffa50066;height:6px;margin:20px auto;width:300px}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.floating-piece{animation:floatAround 8s ease-in-out infinite}.piece-1{animation-duration:12s}.piece-2{animation-delay:2s;animation-duration:10s}.piece-3{animation-delay:4s}.piece-4{animation-delay:6s;animation-duration:11s}.piece-5{animation-delay:8s}.piece-6{animation-delay:10s;animation-duration:9s}.game-options-table{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #fff3;border-radius:20px;box-shadow:0 15px 40px #0000001a,inset 0 1px 0 #ffffff1a;margin-bottom:40px;padding:40px 30px}.table-header{margin-bottom:35px}.table-header h2{color:#fff;font-family:Rajdhani,sans-serif;font-size:2.2em;font-weight:700;margin:0 0 10px;text-shadow:2px 2px 4px #000c}.difficulty-subtitle{color:#fffc;font-family:Exo\ 2,sans-serif;text-shadow:1px 1px 2px #0009}.options-grid{display:flex;flex-direction:column;gap:15px}.option-row{width:100%}@keyframes subtlePulse{0%,to{box-shadow:0 8px 25px #ff8c424d}50%{box-shadow:0 8px 25px #ff8c4280}}.option-btn{align-items:center;animation:subtlePulse 4s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:15px;box-shadow:0 8px 25px #667eea4d;color:#fff;cursor:pointer;display:flex;font-family:Rajdhani,sans-serif;font-size:1.2em;font-weight:600;justify-content:space-between;overflow:hidden;padding:20px 25px;position:relative;transition:all .3s ease;width:100%}.option-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.option-btn:hover:before{left:100%}.option-btn:hover{box-shadow:0 12px 35px #ff8c4266;transform:translateY(-3px)}.option-btn:active{transform:translateY(-1px);transition:transform .1s ease}.option-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 25px #667eea4d}.option-btn.secondary{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 8px 25px #f093fb4d}.option-btn.secondary:hover{box-shadow:0 12px 35px #f093fb66}.option-content{flex-grow:1;text-align:left}.option-title{font-size:1.3em;font-weight:700;margin-bottom:5px}.option-subtitle{font-size:.9em;font-weight:400;opacity:.9}.option-indicator{background:#ffffffb3;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.option-btn:hover .option-indicator{background:#fff;transform:scale(1.2)}.pvp-option{animation:subtlePulseRed 4s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ff5722)!important;box-shadow:0 8px 25px #ff6b6b4d}@keyframes subtlePulseRed{0%,to{box-shadow:0 8px 25px #ff6b6b4d}50%{box-shadow:0 8px 25px #ff6b6b80}}.pvp-option:hover{animation:none;box-shadow:0 12px 35px #ff6b6b66;transform:translateY(-3px)}.pvc-option{animation:subtlePulseTeal 4.5s ease-in-out infinite;background:linear-gradient(135deg,#4ecdc4,#26a69a)!important;box-shadow:0 8px 25px #4ecdc44d}@keyframes subtlePulseTeal{0%,to{box-shadow:0 8px 25px #4ecdc44d}50%{box-shadow:0 8px 25px #4ecdc480}}.pvc-option:hover{animation:none;box-shadow:0 12px 35px #4ecdc466;transform:translateY(-3px)}.online-option{animation:subtlePulsePurple 5s ease-in-out infinite;background:linear-gradient(135deg,#6c5ce7,#5a4fcf)!important;box-shadow:0 8px 25px #6c5ce74d}@keyframes subtlePulsePurple{0%,to{box-shadow:0 8px 25px #6c5ce74d}50%{box-shadow:0 8px 25px #6c5ce780}}.online-option:hover{animation:none;box-shadow:0 12px 35px #6c5ce766;transform:translateY(-3px)}.stats-option{animation:subtlePulseOrange 3.5s ease-in-out infinite;background:linear-gradient(135deg,#fdcb6e,#e17055)!important;box-shadow:0 8px 25px #fdcb6e4d;color:#fff!important}@keyframes subtlePulseOrange{0%,to{box-shadow:0 8px 25px #fdcb6e4d}50%{box-shadow:0 8px 25px #fdcb6e80}}.stats-option:hover{animation:none;box-shadow:0 12px 35px #fdcb6e66;transform:translateY(-3px)}.help-option{animation:subtlePulseBlue 4.2s ease-in-out infinite;background:linear-gradient(135deg,#74b9ff,#0984e3)!important;box-shadow:0 8px 25px #74b9ff4d;color:#fff!important}@keyframes subtlePulseBlue{0%,to{box-shadow:0 8px 25px #74b9ff4d}50%{box-shadow:0 8px 25px #74b9ff80}}.help-option:hover{animation:none;box-shadow:0 12px 35px #74b9ff66;transform:translateY(-3px)}.difficulty-table,.setup-table{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #fff3;border-radius:20px;box-shadow:0 15px 40px #0000001a,inset 0 1px 0 #ffffff1a;margin-bottom:30px;padding:40px 30px}.setup-form{margin:30px 0}.input-row{margin-bottom:25px}.player-input{position:relative;text-align:left}.player-input label{color:#fff;display:block;font-size:1.1em;font-weight:600;margin-bottom:8px;text-shadow:1px 1px 2px #000c}.player-input input{background:#0000004d;border:2px solid #ffffff4d;border-radius:12px;box-sizing:border-box;color:#fff;font-size:1.2em;padding:15px 20px;transition:all .3s ease;width:100%}.player-input input::placeholder{color:#fff9}.player-input input:focus{background:#0006;border-color:#ff8c42;box-shadow:0 0 0 3px #ff8c421a;outline:none}.input-indicator{border-radius:50%;height:20px;margin-top:15px;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:20px}.input-indicator.red{background:linear-gradient(135deg,#ff4757,#ff3742)}.input-indicator.yellow{background:linear-gradient(135deg,gold,#ffed4e)}.vs-divider{margin:30px 0;position:relative;text-align:center}.vs-divider span{background:#0000004d;border-radius:50%;box-shadow:0 5px 15px #0003;color:#fff;font-size:2em;font-weight:900;padding:0 20px;position:relative;text-shadow:2px 2px 4px #000c}.vs-divider:before{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:50%;z-index:-1}.difficulty-grid{display:flex;flex-direction:column;gap:20px;margin:35px 0;position:relative}.difficulty-grid:before{top:-15px}.difficulty-grid:after,.difficulty-grid:before{background:linear-gradient(90deg,#0000,#ff8c4280,#0000);content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:80%}.difficulty-grid:after{bottom:-15px}.difficulty-row{width:100%}.difficulty-option{align-items:center;background:#0000004d;border:2px solid #ffffff4d;border-radius:18px;color:#fff;cursor:pointer;display:flex;gap:20px;overflow:hidden;padding:25px 30px;position:relative;text-align:left;transition:all .3s ease;width:100%}.difficulty-option:before{background:linear-gradient(90deg,#0000,#ff8c421a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.difficulty-option:hover:before{left:100%}.difficulty-option:hover{background:#ff8c421a;border-color:#ff8c42;box-shadow:0 10px 30px #ff8c4233;transform:translateY(-3px)}.difficulty-option.selected{background:linear-gradient(135deg,#ff8c42,#ff6b35);border-color:#ff8c42;box-shadow:0 12px 35px #ff8c4266;color:#fff;transform:translateY(-2px)}.difficulty-option.selected:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}.difficulty-icon{align-items:center;background:#ffffff1a;border-radius:15px;box-shadow:0 5px 15px #0003;display:flex;font-size:3em;justify-content:center;min-width:80px;padding:15px;transition:all .3s ease}.difficulty-option:hover .difficulty-icon{background:#ff8c4233;transform:scale(1.1)}.difficulty-option.selected .difficulty-icon{background:#fff3;box-shadow:0 8px 20px #0000004d}.difficulty-content{flex-grow:1;padding-left:10px}.difficulty-title{font-family:Orbitron,monospace;font-size:1.5em;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.difficulty-subtitle{font-family:Rajdhani,sans-serif;font-size:1.1em;font-weight:600;margin-bottom:5px;opacity:.9}.difficulty-details{font-family:Exo\ 2,sans-serif;font-size:.9em;font-style:italic;line-height:1.3;opacity:.8}.difficulty-indicator{border:3px solid;border-radius:50%;height:20px;min-width:20px;position:relative;transition:all .3s ease;width:20px}.difficulty-option.selected .difficulty-indicator:after{animation:pulse-indicator 1.5s ease-in-out infinite;background:currentColor;border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}@keyframes pulse-indicator{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.2)}}.difficulty-option.easy:hover{border-color:#4caf50;box-shadow:0 10px 30px #4caf504d}.difficulty-option.medium:hover{border-color:#ff9800;box-shadow:0 10px 30px #ff98004d}.difficulty-option.hard:hover{border-color:#f44336;box-shadow:0 10px 30px #f443364d}.difficulty-option.easy.selected{background:linear-gradient(135deg,#4caf50,#45a049);border-color:#4caf50}.difficulty-option.medium.selected{background:linear-gradient(135deg,#ff9800,#e68900);border-color:#ff9800}.difficulty-option.hard.selected{background:linear-gradient(135deg,#f44336,#d32f2f);border-color:#f44336}.setup-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.action-btn{border:none;border-radius:12px;cursor:pointer;font-family:Rajdhani,sans-serif;font-size:1.2em;font-weight:600;min-width:120px;padding:15px 30px;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#a8e6cf,#7fcdcd);box-shadow:0 8px 25px #a8e6cf4d;color:#2c3e50;font-weight:700}.action-btn.primary:hover{background:linear-gradient(135deg,#98e4d6,#6fb7b7);box-shadow:0 12px 35px #a8e6cf66;transform:translateY(-3px)}.action-btn.secondary{background:#00000080;border:2px solid #ffffff4d;box-shadow:0 4px 15px #0000004d;color:#fff;letter-spacing:1px;text-transform:uppercase}.action-btn.secondary:hover{background:#000000b3;border-color:#ffffff80;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.bottom-controls{align-items:center;border-top:1px solid #fff3;display:flex;justify-content:space-between;margin-top:40px;padding-top:25px}.control-group{align-items:center;display:flex;gap:30px}.audio-control,.difficulty-control{align-items:center;display:flex;gap:10px}.control-label{font-size:.95em;text-shadow:1px 1px 2px #000c}.audio-toggle,.control-label,.difficulty-toggle{color:#fff;font-family:Rajdhani,sans-serif;font-weight:600}.audio-toggle,.difficulty-toggle{background:#0000004d;border:2px solid #ff8c424d;border-radius:8px;cursor:pointer;min-width:60px;padding:8px 16px;transition:all .3s ease}.audio-toggle:hover,.difficulty-toggle:hover{box-shadow:0 4px 12px #ff8c4233;transform:translateY(-1px)}.audio-toggle.muted{background:#ff6b35;border-color:#ff6b35;color:#fff}.audio-toggle.unmuted{background:#ff8c42;border-color:#ff8c42;color:#fff}.exit-btn{background:linear-gradient(135deg,#ff7675,#e84393);border:none;border-radius:10px;box-shadow:0 6px 20px #ff76754d;cursor:pointer;font-family:Rajdhani,sans-serif;font-weight:600;padding:12px 24px;transition:all .3s ease}.exit-btn:hover{background:linear-gradient(135deg,#e55a5a,#d63384);box-shadow:0 8px 25px #ff767566}.decorative-circles{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.circle{animation:rotate 20s linear infinite;background:linear-gradient(45deg,#ff8c421a,#ff6b351a);border-radius:50%;position:absolute}.circle-1{animation-duration:25s;height:100px;left:-5%;top:10%;width:100px}.circle-2{animation-direction:reverse;animation-duration:30s;height:150px;right:-10%;top:60%;width:150px}.circle-3{animation-duration:22s;bottom:20%;height:80px;left:-3%;width:80px}.circle-4{animation-direction:reverse;animation-duration:28s;height:120px;right:-7%;top:30%;width:120px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.menu-container{max-width:700px;padding:50px 40px}.game-title-large h1{font-size:4.2em;letter-spacing:6px}.title-underline{width:250px}.floating-piece{height:35px;width:35px}}@media (max-width:768px){.menu-container{border-radius:20px;margin:15px;max-width:95%;padding:40px 30px}.game-title-large{margin-bottom:40px}.game-title-large h1{font-size:3.5em;letter-spacing:4px}.title-underline{height:5px;width:200px}.floating-piece{height:30px;width:30px}.difficulty-table,.game-options-table,.setup-table{padding:30px 20px}.table-header h2{font-size:1.8em}.difficulty-icon{font-size:2.5em;min-width:60px;padding:12px}.difficulty-option{gap:15px;padding:20px 25px}.difficulty-title{font-size:1.3em}.difficulty-subtitle{font-size:1em}.difficulty-details{font-size:.85em}.option-btn{font-size:1.1em;padding:18px 20px}.option-title{font-size:1.2em}.option-subtitle{font-size:.85em}.bottom-controls{align-items:center;flex-direction:column;gap:20px}.control-group{gap:20px}.vs-divider span{font-size:1.5em;padding:0 15px}.setup-actions{flex-direction:column;gap:12px}.action-btn{max-width:200px;width:100%}}@media (max-width:480px){.menu-container{border-radius:15px;margin:10px;padding:30px 20px}.game-title-large{margin-bottom:30px}.game-title-large h1{font-size:2.8em;letter-spacing:2px}.title-underline{height:4px;width:150px}.floating-piece{height:25px;width:25px}.difficulty-table,.game-options-table,.setup-table{padding:25px 15px}.table-header h2{font-size:1.6em}.options-grid{gap:12px}.option-btn{border-radius:12px;font-size:1rem;padding:15px 18px}.option-title{font-size:1.1em}.option-subtitle{font-size:.8em}.player-input input{font-size:1.1em;padding:12px 15px}.difficulty-option{gap:12px;padding:15px 18px}.difficulty-icon{font-size:2em;min-width:45px;padding:8px}.difficulty-title{font-size:1.1em}.difficulty-subtitle{font-size:.85em}.difficulty-details{font-size:.75em}.control-group{flex-direction:column;gap:15px;text-align:center}.audio-control,.difficulty-control{justify-content:center}}@media (max-width:360px){.menu-container{margin:8px;padding:25px 15px}.game-title-large h1{font-size:2.4em;letter-spacing:1px}.title-underline{width:120px}.floating-piece{height:20px;width:20px}.table-header h2{font-size:1.4em}.option-btn{font-size:.95rem;padding:12px 15px}.option-title{font-size:1rem}.option-subtitle{font-size:.75em}.vs-divider span{font-size:1.3em;padding:0 12px}}@media (max-width:320px){.menu-container{margin:5px;padding:20px 12px}.game-title-large h1{font-size:2.2em}.title-underline{width:100px}.option-btn{font-size:.9rem;padding:10px 12px}.player-input input{font-size:1rem;padding:10px 12px}.action-btn{font-size:1rem;padding:12px 20px}}@media (max-height:600px) and (orientation:landscape){.menu-container{margin:10px;max-height:95vh;overflow-y:auto;padding:25px 30px}.game-title-large{margin-bottom:25px}.game-title-large h1{font-size:2.8em}.difficulty-table,.game-options-table,.setup-table{margin-bottom:20px;padding:20px}.difficulty-grid,.options-grid{gap:10px}.difficulty-option,.option-btn{padding:12px 18px}.bottom-controls{margin-top:25px;padding-top:15px}}@media (max-height:480px) and (orientation:landscape){.menu-container{margin:5px;padding:20px 25px}.game-title-large h1{font-size:2.4em}.game-title-large{margin-bottom:20px}.decorative-circles,.floating-piece{display:none}}@media (min-width:1400px){.menu-container{max-width:900px;padding:70px 60px}.game-title-large h1{font-size:5.5em;letter-spacing:10px}.title-underline{height:7px;width:350px}.floating-piece{height:45px;width:45px}}.game-ui{display:flex;flex-direction:column;gap:15px;position:relative;width:100%}.top-controls{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;display:flex;justify-content:space-between;padding:10px 20px}.control-btn{font-size:1.1em;overflow:hidden;position:relative}.control-btn:disabled{cursor:not-allowed;opacity:.5}.control-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.control-btn:hover:not(:disabled):before{left:100%}.pause-btn{background:#ff8c42;box-shadow:0 5px 15px #ff8c424d;color:#fff}.pause-btn:hover:not(:disabled){background:#ff7f00;box-shadow:0 8px 20px #ff8c4266;transform:translateY(-2px)}.exit-btn{background:#ff6b35}.exit-btn:hover:not(:disabled){background:#ff4500;box-shadow:0 8px 20px #ff6b3566;transform:translateY(-2px)}.game-title-small{text-align:center}.game-title-small h2{color:#fff;font-family:Orbitron,monospace;font-size:1.8em;font-weight:700;margin:0;text-shadow:2px 2px 4px #00000080,0 0 20px #ffa5004d}.current-player-section{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border-radius:15px;display:flex;justify-content:center;padding:15px}.player-turn-text{text-align:center}.turn-text{animation:pulse 2s infinite;font-size:2.2em;font-weight:700;margin:0;text-shadow:2px 2px 4px #00000080}.turn-text.red{color:#ff4757}.turn-text.yellow{color:#ffed4e}.game-info-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;display:flex;justify-content:center;padding:10px 20px}.game-stats{align-items:center;display:flex;gap:30px}.stat-item{color:#fff;font-size:1.1em;font-weight:700;text-shadow:1px 1px 2px #00000080}.bottom-controls{bottom:20px;position:fixed;right:20px;z-index:100}.control-btn.muted:hover,.control-btn.unmuted:hover{transform:translateY(-2px)}@media (max-width:1200px){.top-controls{padding:12px 18px}.game-title-small h2{font-size:1.8em}.turn-text{font-size:2.2em}.control-btn{font-size:1.05em;padding:12px 18px}}@media (max-width:768px){.game-ui{gap:12px}.top-controls{border-radius:12px;flex-wrap:wrap;gap:10px;padding:10px 15px}.game-title-small h2{font-size:1.6em}.turn-text{font-size:1.9em;padding:8px 16px}.game-stats{flex-direction:column;gap:8px}.stat-item{font-size:1em;padding:6px 12px}.control-btn{border-radius:6px;font-size:1em;padding:10px 16px}.bottom-controls{bottom:15px;right:15px}}@media (max-width:480px){.game-ui{box-sizing:border-box;gap:8px;max-width:100vw;width:100%}.top-controls{border-radius:10px;flex-direction:column;gap:8px;padding:8px 12px}.game-title-small h2{font-size:1.4em}.turn-text{font-size:1.6em;padding:6px 12px}.game-stats{gap:6px}.stat-item{font-size:.9em;padding:4px 8px}.control-btn{font-size:.95em;padding:10px;width:100%}.bottom-controls{bottom:10px;right:10px}}@media (max-width:360px){.top-controls{padding:6px 10px}.game-title-small h2{font-size:1.2em}.turn-text{font-size:1.4em;padding:5px 10px}.stat-item{font-size:.85em;padding:3px 6px}.control-btn{font-size:.9em;padding:8px}}@media (max-width:320px){.top-controls{padding:5px 8px}.game-title-small h2{font-size:1.1em}.turn-text{font-size:1.3em;padding:4px 8px}.stat-item{font-size:.8em}.control-btn{font-size:.85em;padding:6px}}@media (max-height:600px) and (orientation:landscape){.game-ui{gap:8px}.top-controls{flex-direction:row;justify-content:space-between;padding:6px 12px}.game-title-small h2{font-size:1.3em}.turn-text{font-size:1.4em;padding:4px 8px}.game-stats{flex-direction:row;gap:8px}.stat-item{font-size:.9em;padding:3px 6px}.control-btn{font-size:.9em;padding:6px 12px}.bottom-controls{bottom:5px;right:5px}}@media (max-height:480px) and (orientation:landscape){.top-controls{padding:4px 8px}.game-title-small h2{font-size:1.1em}.turn-text{font-size:1.2em;padding:3px 6px}.stat-item{font-size:.8em;padding:2px 4px}.control-btn{font-size:.8em;padding:4px 8px}}.pause-screen{background:url(/static/media/backgroundab5.4542ae7bb1fe7c876f80.jpg) no-repeat 50% fixed;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.pause-background,.pause-screen{align-items:center;display:flex;justify-content:center}.pause-background{flex-direction:column;height:100%;position:relative;width:100%}.pause-banner{left:50%;position:absolute;top:20px;transform:translateX(-50%)}.pause-banner h1{color:#fff;font-family:Orbitron,monospace;font-size:4em;font-weight:700;margin:0;text-shadow:3px 3px 6px #00000080,0 0 30px #ffffff4d}.pause-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:20px;padding:50px;text-align:center}.pause-text{color:#fff;font-family:Rajdhani,sans-serif;font-size:3.5em;font-weight:700;margin-bottom:40px;text-shadow:2px 2px 4px #00000080,0 0 20px #fff3}.pause-buttons{align-items:center;display:flex;flex-direction:column;gap:20px}.pause-btn{border:none;border-radius:10px;cursor:pointer;font-family:Rajdhani,sans-serif;font-size:1.5em;font-weight:700;min-width:200px;padding:15px 40px;transition:all .3s ease}.resume-btn{background:linear-gradient(135deg,#ff8c42,#ff6b35);box-shadow:0 5px 15px #ff8c424d;color:#fff}.resume-btn:hover{background:linear-gradient(135deg,#ff7f00,#ff4500);box-shadow:0 8px 20px #ff8c4266;transform:translateY(-2px)}.menu-btn:hover{background:linear-gradient(135deg,#ff8c00,tomato);box-shadow:0 8px 20px #ffa50066}.pause-controls{bottom:20px;left:50%;position:absolute;transform:translateX(-50%)}.control-btn{font-family:Rajdhani,sans-serif}.control-btn.muted{background:#ff6b35;box-shadow:0 3px 10px #ff6b354d}.control-btn.unmuted{background:#ff8c42;box-shadow:0 3px 10px #ff8c424d}@media (max-width:1200px){.pause-banner h1{font-size:3.5em}.pause-text{font-size:3em}.pause-content{margin:15px;padding:40px}}@media (max-width:768px){.pause-banner h1{font-size:3em}.pause-text{font-size:2.5em}.pause-content{border-radius:15px;margin:20px;padding:30px}.pause-btn{border-radius:8px;font-size:1.2em;padding:12px 30px}.control-btn{font-size:1.1em;padding:8px 16px}}@media (max-width:480px){.pause-banner h1{font-size:2.5em}.pause-text{font-size:2em}.pause-content{border-radius:12px;margin:15px;padding:25px}.pause-btn{font-size:1.1em;margin:8px 0;max-width:200px;padding:10px 25px;width:100%}.control-btn{font-size:1em;padding:6px 12px}}@media (max-width:360px){.pause-banner h1{font-size:2.2em}.pause-text{font-size:1.8em}.pause-content{margin:10px;padding:20px}.pause-btn{font-size:1em;padding:8px 20px}}@media (max-width:320px){.pause-banner h1{font-size:2em}.pause-text{font-size:1.6em}.pause-content{margin:8px;padding:15px}.pause-btn{font-size:.9em;padding:6px 15px}}@media (max-height:600px) and (orientation:landscape){.pause-banner{top:10px}.pause-banner h1{font-size:2.5em}.pause-text{font-size:2em}.pause-content{margin:10px;padding:20px}.pause-btn{font-size:1em;margin:5px 0;padding:8px 20px}.pause-controls{bottom:10px}}@media (max-height:480px) and (orientation:landscape){.pause-banner h1{font-size:2em}.pause-text{font-size:1.5em}.pause-content{margin:5px;padding:15px}.pause-btn{font-size:.9em;padding:6px 15px}}.game-over-screen{background:url(/static/media/backgroundab5.4542ae7bb1fe7c876f80.jpg) no-repeat 50% fixed;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.game-over-background,.game-over-screen{align-items:center;display:flex;justify-content:center}.game-over-background{flex-direction:column;height:100%;position:relative;width:100%}.game-over-banner{left:50%;position:absolute;top:20px;transform:translateX(-50%)}.game-over-banner h1{font-family:Orbitron,monospace;font-size:4em;font-weight:700;margin:0;text-shadow:3px 3px 6px #00000080,0 0 30px #ffffff4d}.game-over-banner.blue h1,.game-over-banner.red h1,.game-over-banner.yellow h1{color:#fff}.game-over-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:20px;max-width:600px;padding:50px;text-align:center;width:90%}.winner-announcement{align-items:center;display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.winner-announcement h2{font-family:Rajdhani,sans-serif;font-size:3.5em;font-weight:700;margin:0;text-shadow:2px 2px 4px #00000080,0 0 20px #fff3}.winner-announcement.blue h2,.winner-announcement.red h2,.winner-announcement.yellow h2{color:#fff}.winner-piece{animation:bounce 1s infinite;border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 5px 15px #0006;height:60px;width:60px}.winner-piece.red{background:linear-gradient(135deg,#ff4757,#ff3742)}.winner-piece.yellow{background:linear-gradient(135deg,gold,#ffed4e)}.game-stats{background:#ffffff1a;border-radius:15px;margin-bottom:30px;padding:20px}.stat-item{border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:8px 0}.stat-item:last-child{border-bottom:none}.stat-label{color:#e2e8f0;font-weight:500}.stat-value{color:#fff}.game-over-buttons{align-items:center;display:flex;flex-direction:column;gap:15px}.game-over-btn{border:none;border-radius:10px;cursor:pointer;font-family:Rajdhani,sans-serif;font-size:1.3em;font-weight:700;min-width:200px;padding:15px 40px;transition:all .3s ease}.restart-btn{background:linear-gradient(135deg,#ff8c42,#ff6b35);box-shadow:0 5px 15px #ff8c424d;color:#fff}.restart-btn:hover{background:linear-gradient(135deg,#ff7f00,#ff4500);box-shadow:0 8px 20px #ff8c4266;transform:translateY(-2px)}.menu-btn{background:#00000080;border:2px solid #ffffff4d;box-shadow:0 4px 15px #0000004d;color:#fff;letter-spacing:1px;text-transform:uppercase}.menu-btn:hover{background:#000000b3;border-color:#ffffff80;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.exit-btn{background:linear-gradient(135deg,#ff6b35,#ff4500);box-shadow:0 5px 15px #ff6b354d;color:#fff}.exit-btn:hover{background:linear-gradient(135deg,#ff4500,#dc143c);box-shadow:0 8px 20px #ff6b3566;transform:translateY(-2px)}.game-over-controls{bottom:20px;left:50%;position:absolute;transform:translateX(-50%)}.control-btn{border:none;border-radius:8px;cursor:pointer;font-size:1.2em;font-weight:700;padding:10px 20px;transition:all .3s ease}.control-btn.muted{background:#ff4757;color:#fff}.control-btn.unmuted{background:#3b82f6;color:#fff}.control-btn:hover{transform:translateY(-2px)}@media (max-width:1200px){.game-over-banner h1{font-size:3.5em}.winner-announcement h2{font-size:2.8em}.game-over-content{margin:15px;padding:40px}.game-over-btn{font-size:1.2em;padding:14px 35px}}@media (max-width:768px){.game-over-banner h1{font-size:3em}.winner-announcement h2{font-size:2.5em}.game-over-content{border-radius:15px;margin:20px;padding:30px}.game-over-btn{font-size:1.1em;min-width:180px;padding:12px 30px}.winner-piece{height:50px;width:50px}.game-stats{margin-bottom:25px;padding:15px}.stat-item{font-size:.9em;padding:6px 0}.control-btn{font-size:1.1em;padding:8px 16px}}@media (max-width:480px){.game-over-banner h1{font-size:2.5em}.winner-announcement{margin-bottom:20px}.winner-announcement h2{font-size:2em}.game-over-content{border-radius:12px;margin:15px;padding:25px}.game-over-buttons{gap:12px}.game-over-btn{font-size:1em;max-width:200px;min-width:160px;padding:10px 25px;width:100%}.winner-piece{height:40px;width:40px}.game-stats{margin-bottom:20px;padding:12px}.stat-item{font-size:.85em;padding:5px 0}.control-btn{font-size:1em;padding:6px 12px}}@media (max-width:360px){.game-over-banner h1{font-size:2.2em}.winner-announcement h2{font-size:1.8em}.game-over-content{margin:10px;padding:20px}.game-over-btn{font-size:.95em;min-width:140px;padding:8px 20px}.winner-piece{height:35px;width:35px}.game-stats{padding:10px}.stat-item{font-size:.8em}}@media (max-width:320px){.game-over-banner h1{font-size:2em}.winner-announcement h2{font-size:1.6em}.game-over-content{margin:8px;padding:15px}.game-over-btn{font-size:.9em;min-width:120px;padding:6px 15px}.winner-piece{height:30px;width:30px}}@media (max-height:600px) and (orientation:landscape){.game-over-banner{top:10px}.game-over-banner h1{font-size:2.5em}.winner-announcement h2{font-size:2em}.game-over-content{margin:10px;max-height:80vh;overflow-y:auto;padding:20px}.game-over-buttons{flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}.game-over-btn{font-size:1em;margin:5px;min-width:120px;padding:8px 20px}.game-stats{margin-bottom:15px;padding:10px}.game-over-controls{bottom:10px}}@media (max-height:480px) and (orientation:landscape){.game-over-banner h1{font-size:2em}.winner-announcement h2{font-size:1.5em}.game-over-content{margin:5px;padding:15px}.game-over-btn{font-size:.9em;min-width:100px;padding:6px 15px}.winner-piece{height:25px;width:25px}}.help-content{display:flex;flex-direction:column;gap:30px}.help-section{background:#ffffff08;border:1px solid #ffffff14;border-radius:15px;padding:25px}.help-section h3{align-items:center;color:#4ecdc4;display:flex;font-size:1.8rem;gap:10px;margin:0 0 15px}.help-section p{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin:0}.section-desc{color:#ffffffb3;font-size:1rem;font-style:italic;margin-bottom:20px!important}.red-text{color:#ff6b6b;font-weight:700}.yellow-text{color:#ffd93d;font-weight:700}.platform-instructions{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:30px;padding:20px}.platform-instructions h4{align-items:center;color:#ffd93d;display:flex;font-size:1.4rem;gap:10px;margin:0 0 20px}.help-steps{display:flex;flex-direction:column;gap:20px;margin-top:20px}.help-step{align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.help-step:hover{background:#ffffff14;border-color:#4ecdc4;transform:translateX(5px)}.step-number{align-items:center;background:linear-gradient(135deg,#4ecdc4,#45b7d1);border-radius:50%;box-shadow:0 4px 10px #4ecdc44d;color:#fff;display:flex;flex-shrink:0;font-size:1.4rem;font-weight:700;height:45px;justify-content:center;width:45px}.step-content h4{color:#ffd93d;font-size:1.3rem;margin:0 0 8px}.step-content p{color:#ffffffd9;font-size:1.05rem;line-height:1.6;margin:0}.step-content p strong{color:#4ecdc4;font-weight:600}.help-card{background:#ffffff0d!important;border:1px solid #ffffff1a!important;padding:25px!important;text-align:center;transition:all .3s ease}.help-card:hover{background:#ffffff14!important;border-color:#4ecdc4!important;transform:translateY(-5px)}.help-icon{font-size:3rem;margin-bottom:15px}.help-card h4{color:#4ecdc4;font-size:1.3rem;font-weight:600;margin:10px 0}.help-card p{color:#ffffffbf;font-size:1rem}.help-card p strong{color:#ffd93d}.controls-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:20px}.control-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;display:flex;gap:15px;padding:15px 20px;transition:all .3s ease}.control-item:hover{background:#ffffff14;border-color:#4ecdc4;transform:translateX(5px)}.control-key{background:linear-gradient(135deg,#4ecdc4,#45b7d1);border-radius:8px;box-shadow:0 4px 8px #0000004d;color:#fff;font-size:1.1rem;font-weight:700;min-width:55px;padding:10px 18px;text-align:center}.control-desc{color:#ffffffe6;flex:1 1;font-size:1.05rem}.features-list{display:flex;flex-direction:column;gap:20px;margin-top:20px}.feature-item{align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.feature-item:hover{background:#ffffff14;border-color:#4ecdc4;transform:translateX(5px)}.feature-icon{flex-shrink:0;font-size:2.8rem}.feature-content h4{color:#ffd93d;font-size:1.3rem;font-weight:600;margin:0 0 8px}.feature-content p{color:#ffffffd9;font-size:1.05rem;line-height:1.6;margin:0}.feature-content p strong{color:#4ecdc4;font-weight:600}.mode-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:25px;padding:25px;transition:all .3s ease}.mode-card:hover{background:#ffffff14;border-color:#4ecdc4;box-shadow:0 8px 20px #0000004d;transform:translateY(-3px)}.mode-header{align-items:center;display:flex;gap:15px;margin-bottom:15px}.mode-icon{font-size:2.8rem}.mode-header h4{color:#4ecdc4;font-size:1.6rem;font-weight:600;margin:0}.mode-description{color:#ffffffe0;font-size:1.1rem;line-height:1.7;margin:15px 0 20px}.mode-description strong{color:#ffd93d;font-weight:600}.mode-features{display:flex;flex-wrap:wrap;gap:12px}.mode-feature{background:#4ecdc426;border:1px solid #4ecdc44d;border-radius:20px;color:#4ecdc4;font-size:.95rem;font-weight:500;padding:10px 18px}.difficulty-info{display:flex;flex-direction:column;gap:15px;margin-top:15px}.difficulty-level{align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;display:flex;gap:15px;padding:18px;transition:all .3s ease}.difficulty-level:hover{background:#ffffff14;border-color:#4ecdc4;transform:translateX(5px)}.difficulty-icon{flex-shrink:0;font-size:2.2rem}.difficulty-level h5{color:#ffd93d;font-size:1.2rem;font-weight:600;margin:0 0 5px}.difficulty-level p{color:#fffc;font-size:1rem;line-height:1.5;margin:0}.difficulty-level p strong{color:#4ecdc4;font-weight:600}.stats-actions{gap:15px;padding:20px 30px}.back-button.secondary{background:#ffffff1a;border:2px solid #fff3}.back-button.secondary:hover{background:#ffffff26;border-color:#4ecdc4}@media (max-width:768px){.help-section{padding:20px}.help-section h3{font-size:1.5rem}.help-section p{font-size:1rem}.platform-instructions h4{font-size:1.2rem}.controls-grid{grid-template-columns:1fr}.feature-item,.help-step{align-items:center}.feature-item,.help-step,.mode-header{flex-direction:column;text-align:center}.mode-header h4{font-size:1.4rem}.stats-actions{flex-direction:column}.back-button{width:100%}}@media (max-width:480px){.help-section h3{font-size:1.3rem}.step-number{font-size:1.2rem;height:38px;width:38px}.step-content h4{font-size:1.1rem}.control-key{font-size:1rem;min-width:45px;padding:8px 14px}.feature-icon,.help-icon,.mode-icon{font-size:2.2rem}}.online-multiplayer{align-items:center;background:url(/static/media/backgroundab5.4542ae7bb1fe7c876f80.jpg) no-repeat 50% fixed;background-size:cover;display:flex;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:1000}.online-multiplayer:before{animation:backgroundPulse 8s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#7877c64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c64d 0,#0000 50%),radial-gradient(circle at 40% 80%,#78dbff4d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes backgroundPulse{0%,to{opacity:.3}50%{opacity:.6}}.online-background{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;position:relative;width:100%;z-index:1}.online-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;padding:40px;position:relative;width:100%}.online-header{margin-bottom:30px;text-align:center}.online-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3em;margin-bottom:10px;text-shadow:2px 2px 4px #0000004d}.online-subtitle{color:#fffc;font-size:1.2em;font-weight:300;margin:0}.connection-status{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:16px;display:flex;font-weight:600;gap:15px;margin-bottom:25px;padding:20px;transition:all .3s ease}.connection-status.connected{background:linear-gradient(135deg,#22c55e33,#22c55e1a);box-shadow:0 8px 32px #22c55e1a;color:#10b981}.connection-status.connecting{background:linear-gradient(135deg,#fbbf2433,#fbbf241a);box-shadow:0 8px 32px #fbbf241a;color:#f59e0b}.connection-status.disconnected{background:linear-gradient(135deg,#ef444433,#ef44441a);box-shadow:0 8px 32px #ef44441a;color:#ef4444}.status-indicator{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:1.2em;font-weight:700;height:40px;justify-content:center;width:40px}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:20px;width:20px}.status-text{font-size:1.1em}.error-message{align-items:center;background:linear-gradient(135deg,#ef444433,#ef44441a);border:1px solid #ef44444d;border-radius:16px;color:#fca5a5;display:flex;gap:10px;margin-bottom:25px;padding:20px}.error-icon{font-size:1.5em}.connection-section{text-align:center}.connection-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:40px}.card-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));font-size:4em;margin-bottom:20px}.connection-card h3{color:#fff;font-size:2em;margin-bottom:15px;text-shadow:1px 1px 2px #0000004d}.connection-card p{color:#fffc;font-size:1.1em;line-height:1.6;margin-bottom:30px}.connect-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;box-shadow:0 8px 25px #3b82f64d;color:#fff;cursor:pointer;display:flex;font-size:1.2em;font-weight:600;gap:10px;margin:0 auto;padding:16px 32px;transition:all .3s ease}.connect-btn:hover:not(:disabled){box-shadow:0 12px 35px #3b82f666;transform:translateY(-2px)}.connect-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.btn-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.player-setup{margin-bottom:30px}.player-name-card{background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:25px}.player-name-card label{color:#fbbf24;display:block;font-size:1.2em;font-weight:600;margin-bottom:12px}.player-input{background:#0003;border:2px solid #fff3;border-radius:12px;color:#fff;font-size:1.2em;font-weight:500;padding:16px 20px;transition:all .3s ease;width:100%}.player-input:focus{border-color:#3b82f6;box-shadow:0 0 20px #3b82f64d;outline:none}.player-input::placeholder{color:#ffffff80}.room-options{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin-bottom:30px}.create-room-card,.join-room-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:30px;transition:all .3s ease}.create-room-card:hover,.join-room-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.card-header{align-items:center;display:flex;gap:15px;margin-bottom:15px}.card-header .card-icon{font-size:2.5em;margin:0}.card-header h3{color:#fbbf24;font-size:1.4em;margin:0}.create-room-card p,.join-room-card p{color:#fffc;line-height:1.5;margin-bottom:20px}.card-features{display:flex;flex-direction:column;gap:8px;margin-bottom:25px}.feature{align-items:center;color:#ffffffb3;display:flex;font-size:.9em;gap:8px}.join-input-group{margin-bottom:20px}.room-code-input{background:#0000004d;border:2px solid #fff3;border-radius:10px;color:#fff;font-size:1.3em;font-weight:700;letter-spacing:2px;padding:14px 18px;text-align:center;text-transform:uppercase;transition:all .3s ease;width:100%}.room-code-input:focus{border-color:#3b82f6;box-shadow:0 0 15px #3b82f64d;outline:none}.room-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:1.1em;font-weight:600;gap:10px;justify-content:center;padding:16px 24px;transition:all .3s ease;width:100%}.room-btn.create{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 25px #10b9814d;color:#fff}.room-btn.join{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 25px #3b82f64d;color:#fff}.room-btn:hover:not(:disabled){transform:translateY(-2px)}.room-btn.create:hover:not(:disabled){box-shadow:0 12px 35px #10b98166}.room-btn.join:hover:not(:disabled){box-shadow:0 12px 35px #3b82f666}.room-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.in-room-section{color:#fff}.room-header{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-bottom:25px;padding:25px}.room-code-display h3{color:#fbbf24;font-size:1.5em;margin-bottom:15px;text-align:center}.room-code-container{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:10px}.room-code{background:#0000004d;border:2px solid #fff3;border-radius:12px;color:#fff;font-family:monospace;font-size:2em;font-weight:700;letter-spacing:3px;padding:15px 25px}.copy-btn{align-items:center;background:#3b82f6cc;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.2em;height:50px;justify-content:center;transition:all .3s ease;width:50px}.copy-btn:hover{background:#3b82f6;transform:scale(1.1)}.copy-btn.copied{background:#10b981cc}.copied-message{color:#10b981;font-size:.9em;font-weight:500;text-align:center}.host-badge{align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:25px;color:#fff;display:flex;font-size:1em;font-weight:600;gap:8px;justify-content:center;margin-top:15px;padding:12px 20px;text-align:center}.crown{font-size:1.2em}.players-section{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-bottom:25px;padding:25px}.players-section h4{color:#fbbf24;font-size:1.3em;margin-bottom:20px;text-align:center}.players-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.player-card{align-items:center;background:#0003;border:2px solid #0000;border-radius:16px;display:flex;gap:15px;padding:20px;transition:all .3s ease}.player-card.red{border-color:#ef444480;box-shadow:0 8px 25px #ef444433}.player-card.yellow{border-color:#fbbf2480;box-shadow:0 8px 25px #fbbf2433}.player-avatar{align-items:center;display:flex;height:50px;justify-content:center;position:relative;width:50px}.player-piece{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 8px #0000004d;height:40px;width:40px}.player-card.red .player-piece{background:linear-gradient(135deg,#ef4444,#dc2626)}.player-card.yellow .player-piece{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.player-number{align-items:center;background:#fff;border-radius:50%;bottom:-5px;color:#333;display:flex;font-size:.8em;font-weight:700;height:20px;justify-content:center;position:absolute;right:-5px;width:20px}.player-info{flex:1 1}.player-name{font-size:1.1em}.player-role{color:#ffffffb3;font-size:.9em}.you-badge{align-self:flex-start;background:#3b82f6;border-radius:12px;color:#fff;font-size:.8em;font-weight:500;margin-top:5px;padding:4px 8px}.waiting-slot{background:#0000001a;border:2px dashed #ffffff4d;border-radius:16px;gap:15px;padding:20px}.waiting-avatar,.waiting-slot{align-items:center;display:flex}.waiting-avatar{height:50px;justify-content:center;width:50px}.loading-dots{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:30px;width:30px}.waiting-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.waiting-text{color:#fffc;font-weight:500}.waiting-hint{color:#ffffff80;font-size:.9em}.game-controls{flex-direction:column;gap:15px}.game-controls,.start-game-btn{align-items:center;display:flex}.start-game-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:16px;box-shadow:0 12px 35px #10b9814d;color:#fff;cursor:pointer;font-size:1.4em;font-weight:700;gap:12px;padding:18px 40px;transition:all .3s ease}.start-game-btn:hover{box-shadow:0 16px 45px #10b98166;transform:translateY(-3px)}.waiting-message{align-items:center;color:#fffc;display:flex;flex-direction:column;gap:10px;text-align:center}.waiting-icon{font-size:2em}.leave-room-btn{align-items:center;background:#ef4444cc;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1em;font-weight:500;gap:8px;padding:12px 24px;transition:all .3s ease}.leave-room-btn:hover{background:#ef4444;transform:translateY(-2px)}.online-footer{bottom:30px;left:50%;position:absolute;transform:translateX(-50%)}.back-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:2px solid #ffffff4d;border-radius:12px;box-shadow:0 4px 15px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:8px;letter-spacing:1px;padding:14px 40px;text-transform:uppercase;transition:all .3s ease}.back-btn:hover{background:#000000b3;border-color:#ffffff80;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.back-btn:active{box-shadow:0 2px 10px #0000004d;transform:translateY(0)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{box-shadow:0 12px 35px #10b9814d}50%{box-shadow:0 12px 35px #10b98199}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-up{animation:slideUp .8s ease-out}.animate-bounce-in{animation:bounceIn .6s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-shake{animation:shake .6s ease-in-out}@media (max-width:768px){.online-background{padding:15px}.online-content{padding:25px}.online-header h2{font-size:2.2em}.room-options{gap:20px}.players-grid,.room-options{grid-template-columns:1fr}.room-code{font-size:1.5em;padding:12px 20px}}@media (max-width:480px){.online-header h2{font-size:1.8em}.online-subtitle{font-size:1em}.create-room-card,.join-room-card{padding:20px}.card-header{text-align:center}.card-header,.room-code-container{flex-direction:column;gap:10px}.room-code{font-size:1.3em;letter-spacing:2px}}.statistics-screen{align-items:center;background:url(/static/media/backgroundab5.4542ae7bb1fe7c876f80.jpg) no-repeat 50% fixed;background-size:cover;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.stats-container{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border-radius:20px;box-shadow:0 20px 40px #0000004d;color:#fff;font-family:Arial,sans-serif;max-height:90vh;max-width:1200px;overflow-y:auto;width:95%}.stats-header{border-bottom:2px solid #ffffff1a;padding:30px 20px 20px;text-align:center}.stats-header h1{-webkit-text-fill-color:#0000;animation:gradient 3s ease infinite;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-clip:text;-webkit-background-clip:text;background-size:400% 400%;font-size:3rem;font-weight:700;margin:0 0 20px}.user-info{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;margin-top:20px;padding:15px 20px}.username-display{color:#4ecdc4;font-size:1.3rem;font-weight:600;margin-bottom:8px}.user-stats{align-items:center;color:#fffc;display:flex;flex-wrap:wrap;font-size:.9rem;gap:8px;justify-content:center}.stats-content{display:flex;flex-direction:column;gap:40px;padding:30px}.stats-actions{align-items:center;border-top:2px solid #ffffff1a;display:flex;justify-content:center;padding:20px 30px 30px}.back-button{background:#00000080;border:2px solid #ffffff4d;border-radius:12px;box-shadow:0 4px 15px #0000004d;color:#fff;cursor:pointer;font-family:Arial,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:14px 40px;text-transform:uppercase;transition:all .3s ease}.back-button:hover{background:#000000b3;border-color:#ffffff80;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.back-button:active{box-shadow:0 2px 10px #0000004d;transform:translateY(0)}.stats-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:25px}.stats-section h2{align-items:center;color:#4ecdc4;display:flex;font-size:1.8rem;gap:10px;margin:0 0 25px}.section-icon{font-size:1.5rem}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;padding:20px;text-align:center;transition:all .3s ease}.stat-card:hover{background:#ffffff1f;transform:translateY(-2px)}.stat-header{align-items:center;display:flex;font-size:.9rem;gap:8px;justify-content:center;margin-bottom:10px;opacity:.8}.stat-piece{border-radius:50%;height:12px;width:12px}.stat-piece.red{background:linear-gradient(135deg,#ff6b6b,#ee5a5a)}.stat-piece.yellow{background:linear-gradient(135deg,#ffd93d,#ffcd02)}.stat-value{color:#4ecdc4;font-size:2.5rem;font-weight:700}.records-section h3{color:#96ceb4;font-size:1.4rem;margin:0 0 20px}.records-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.record-card{background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;padding:20px}.record-card h4{color:#ffd93d;font-size:1.1rem;margin:0 0 15px}.record-details{display:flex;flex-direction:column;gap:8px}.record-time{color:#4ecdc4;font-size:1.8rem;font-weight:700}.record-player{align-items:center;display:flex;font-size:1rem;gap:8px}.player-info{display:flex;flex-direction:column;gap:4px}.player-name{color:#fff;font-weight:600}.username-tag{color:#4ecdc4;font-style:italic;opacity:.8}.record-piece{border-radius:50%;height:14px;width:14px}.record-piece.red{background:linear-gradient(135deg,#ff6b6b,#ee5a5a)}.record-piece.yellow{background:linear-gradient(135deg,#ffd93d,#ffcd02)}.record-date{font-size:.8rem;opacity:.7}.no-record{font-style:italic;opacity:.6;padding:20px;text-align:center}.highscores-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.highscore-item{align-items:center;background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:15px;margin-bottom:10px;padding:15px 20px;transition:all .3s ease}.highscore-item:hover{background:#ffffff1f;border-color:#4ecdc44d;transform:translateX(5px)}.highscore-item:first-child{background:linear-gradient(135deg,#ffd7001a,#ffd7000d);border-color:#ffd7004d}.highscore-item:nth-child(2){background:linear-gradient(135deg,#c0c0c01a,#c0c0c00d);border-color:#c0c0c04d}.highscore-item:nth-child(3){background:linear-gradient(135deg,#cd7f321a,#cd7f320d);border-color:#cd7f324d}.rank{color:#4ecdc4;font-size:1.2rem;font-weight:700;min-width:40px;text-align:center}.highscore-details{display:flex;flex:1 1;flex-direction:column;gap:5px}.highscore-time{color:#ffd93d;font-size:1.4rem;font-weight:700}.highscore-info{align-items:center;display:flex;font-size:.9rem;gap:10px;opacity:.8}.highscore-medal{font-size:2rem;min-width:50px;text-align:center}.date{color:#96ceb4}.username-tag{background:linear-gradient(135deg,#45b7d1,#4ecdc4)}.difficulty,.username-tag{border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:2px 8px}.difficulty{background:linear-gradient(135deg,#ff6b6b,#ffa726)}.difficulty-selector{margin:30px 0;text-align:center}.difficulty-selector h3{color:#4ecdc4;font-size:1.5rem;margin:0 0 20px}.difficulty-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:0 auto;max-width:600px}.difficulty-btn{align-items:center;background:#ffffff14;border:2px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;font-size:1rem;font-weight:500;gap:8px;min-width:140px;padding:20px 25px;text-align:center;transition:all .3s ease}.difficulty-btn:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.difficulty-btn.active{background:linear-gradient(135deg,#4ecdc4,#44a08d);border-color:#4ecdc4;box-shadow:0 8px 25px #4ecdc466}.difficulty-btn.active:hover{background:linear-gradient(135deg,#44a08d,#4ecdc4)}.difficulty-icon{font-size:2rem;margin-bottom:5px}.difficulty-stats-section{margin:30px 0}.difficulty-stats-section h3{color:#96ceb4;font-size:1.4rem;margin:0 0 20px;text-align:center}.difficulty-stats-grid{margin:0 auto;max-width:800px}.stats-menu{align-items:center;display:flex;justify-content:center;min-height:400px}.stats-menu-buttons{display:flex;flex-direction:column;gap:25px;max-width:600px;width:100%}.stats-menu-btn{align-items:center;background:#ffffff14;border:2px solid #ffffff1a;border-radius:15px;color:#fff;cursor:pointer;display:flex;font-family:inherit;gap:20px;padding:25px 30px;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.stats-menu-btn:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.stats-menu-btn.pvp-btn:hover{border-color:#4ecdc4;box-shadow:0 10px 25px #4ecdc44d}.stats-menu-btn.online-btn:hover{border-color:#45b7d1;box-shadow:0 10px 25px #45b7d14d}.stats-menu-btn.highscore-btn:hover{border-color:#ffd93d;box-shadow:0 10px 25px #ffd93d4d}.btn-icon{font-size:3rem;min-width:60px;text-align:center}.btn-content{flex:1 1}.btn-content h3{font-size:1.4rem;font-weight:700;margin:0 0 8px}.btn-content p{font-size:1rem;line-height:1.4;margin:0;opacity:.8}.stats-section-header{margin-bottom:30px;text-align:center}.stats-section-header h2{align-items:center;color:#4ecdc4;font-size:2rem;gap:10px;margin:0}.performance-stats,.stats-section-header h2{display:flex;justify-content:center}.performance-card{grid-gap:30px;background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;display:grid;gap:30px;grid-template-columns:1fr 1fr;min-width:300px;padding:25px}.rank-info,.win-rate{text-align:center}.rank-info h4,.win-rate h4{color:#96ceb4;font-size:1.1rem;margin:0 0 10px}.percentage{color:#4ecdc4;font-size:2rem;font-weight:700}.rank-display{color:#ffd93d;font-size:1.2rem;font-weight:700}@media (max-width:768px){.stats-container{margin:10px;width:98%}.stats-header h1{font-size:2rem}.stats-content{gap:30px;padding:20px}.stats-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.records-grid{grid-template-columns:1fr}.stats-actions{align-items:center;flex-direction:column}.stats-btn{max-width:200px;width:100%}.stats-menu-buttons{gap:20px}.stats-menu-btn{gap:15px;padding:20px}.btn-icon{font-size:2.5rem;min-width:50px}.btn-content h3{font-size:1.2rem}.btn-content p{font-size:.9rem}.performance-card{gap:20px;grid-template-columns:1fr;min-width:auto}.highscore-item{gap:12px;padding:12px}.rank{font-size:1rem;min-width:35px}.highscore-time{font-size:1.2rem}.difficulty-buttons{gap:10px}.difficulty-btn{min-width:120px;padding:15px 20px}.difficulty-icon{font-size:1.5rem}.difficulty-stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.highscore-medal{font-size:1.5rem;min-width:40px}}@media (max-width:480px){.stats-header h1{font-size:1.6rem}.record-card,.stat-card,.stats-content,.stats-menu-btn{padding:15px}.btn-icon{font-size:2rem}.btn-content h3{font-size:1.1rem}.btn-content p{font-size:.85rem}.difficulty-buttons{align-items:center;flex-direction:column;gap:12px}.difficulty-btn{max-width:200px;padding:12px 15px;width:100%}.difficulty-icon{font-size:1.8rem}.difficulty-selector h3,.difficulty-stats-section h3{font-size:1.2rem}.difficulty-stats-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.highscore-item{flex-direction:column;gap:10px;padding:15px;text-align:center}.rank{font-size:1.4rem}.highscore-details{align-items:center}.highscore-time{font-size:1.6rem}.highscore-info{flex-wrap:wrap;gap:8px;justify-content:center}.highscore-medal{font-size:2.5rem}}@media (max-width:360px){.stats-header h1{font-size:1.4rem}.title-decoration{gap:8px}.piece{height:16px;width:16px}.difficulty-btn{padding:10px 12px}.difficulty-icon{font-size:1.5rem}.difficulty-stats-grid{grid-template-columns:1fr}.stat-card{padding:12px}}.username-screen{align-items:center;background:url(/static/media/backgroundab5.4542ae7bb1fe7c876f80.jpg) no-repeat 50% fixed;background-size:cover;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.username-container{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border-radius:20px;box-shadow:0 20px 40px #0000004d;color:#fff;font-family:Arial,sans-serif;margin:auto;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:95%}.username-header{border-bottom:2px solid #ffffff1a;padding:40px 30px 30px;text-align:center}.username-header h1{-webkit-text-fill-color:#0000;animation:gradient 3s ease infinite;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-clip:text;-webkit-background-clip:text;background-size:400% 400%;font-family:Orbitron,monospace;font-size:3rem;font-weight:700;margin:0 0 20px}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.title-decoration{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.piece{animation:bounce 2s ease-in-out infinite;border-radius:50%;box-shadow:0 2px 4px #0000004d;height:20px;width:20px}.piece.red{animation-delay:0s;background:linear-gradient(135deg,#ff6b6b,#ee5a5a)}.piece.yellow{animation-delay:.5s;background:linear-gradient(135deg,#ffd93d,#ffcd02)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.welcome-text{color:#fffc;font-size:1.1rem;line-height:1.5;margin:0;opacity:.9}.username-form-container{padding:40px 30px}.username-form{margin:0 auto 40px;max-width:500px}.input-group{margin-bottom:30px}.username-label{color:#4ecdc4;display:block;font-size:1.2rem;font-weight:600;margin-bottom:10px;text-align:center}.username-input{background:#0000004d;border:2px solid #ffffff4d;border-radius:12px;box-sizing:border-box;color:#fff;font-size:1.3rem;font-weight:500;padding:18px 20px;text-align:center;transition:all .3s ease;width:100%}.username-input::placeholder{color:#fff9;text-align:center}.username-input:focus{background:#0006;border-color:#4ecdc4;box-shadow:0 0 0 3px #4ecdc433;outline:none;transform:translateY(-2px)}.username-input.error{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b33}.error-message{color:#ff6b6b;font-size:.9rem;font-weight:500}.error-message,.input-hint{margin-top:8px;text-align:center}.input-hint{color:#fff9;font-size:.85rem;font-style:italic}.form-actions{margin-top:30px;text-align:center}.submit-btn{background:linear-gradient(135deg,#4ecdc4,#44a08d);border:none;border-radius:12px;box-shadow:0 8px 25px #4ecdc44d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;letter-spacing:1px;min-width:200px;padding:18px 40px;text-transform:uppercase;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(135deg,#44a08d,#4ecdc4);box-shadow:0 12px 35px #4ecdc466;transform:translateY(-3px)}.submit-btn:active{transform:translateY(-1px)}.username-benefits{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;margin-top:40px;padding:30px}.username-benefits h3{color:#96ceb4;font-size:1.4rem;margin:0 0 25px;text-align:center}.benefits-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.benefit-item{align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;display:flex;gap:15px;padding:20px;transition:all .3s ease}.benefit-item:hover{background:#ffffff1a;transform:translateY(-2px)}.benefit-icon{font-size:2rem;min-width:40px;text-align:center}.benefit-content h4{color:#4ecdc4;font-size:1.1rem;margin:0 0 8px}.benefit-content p{font-size:.9rem;line-height:1.4;margin:0;opacity:.8}.floating-pieces{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.floating-piece{animation:floatAround 12s ease-in-out infinite;border-radius:50%;box-shadow:0 4px 12px #0003;height:40px;position:absolute;width:40px}.floating-piece.red{background:linear-gradient(135deg,#ff4757,#ff3742)}.floating-piece.yellow{background:linear-gradient(135deg,gold,#ffed4e)}.piece-1{animation-delay:0s;animation-duration:15s;left:5%;top:10%}.piece-2{animation-delay:3s;animation-duration:18s;right:8%;top:20%}.piece-3{animation-delay:6s;animation-duration:14s;bottom:30%;left:3%}.piece-4{animation-delay:9s;animation-duration:16s;bottom:15%;right:12%}.piece-5{animation-delay:12s;animation-duration:13s;left:2%;top:50%}.piece-6{animation-delay:15s;animation-duration:17s;right:5%;top:80%}@keyframes floatAround{0%,to{opacity:.6;transform:translateY(0) rotate(0deg)}25%{opacity:.8;transform:translateY(-30px) rotate(90deg)}50%{opacity:.4;transform:translateY(-15px) rotate(180deg)}75%{opacity:.7;transform:translateY(-40px) rotate(270deg)}}@media (max-width:768px){.username-container{margin:10px;max-height:95vh;width:98%}.username-header h1{font-size:2.5rem}.username-header{padding:30px 20px 20px}.username-form-container{padding:30px 20px}.benefits-grid{gap:15px;grid-template-columns:1fr}.floating-piece{height:30px;width:30px}}@media (max-width:480px){.username-header h1{font-size:2rem}.welcome-text{font-size:1rem}.username-input{font-size:1.1rem;padding:15px 18px}.submit-btn{font-size:1.1rem;min-width:180px;padding:15px 30px}.username-benefits{padding:20px}.benefit-item{flex-direction:column;gap:10px;padding:15px;text-align:center}.floating-piece{height:25px;width:25px}}@media (max-width:360px){.username-header h1{font-size:1.8rem}.username-form-container{padding:25px 15px}.submit-btn{min-width:160px;padding:12px 25px}.floating-piece{height:20px;width:20px}}@media (max-height:600px) and (orientation:landscape){.username-container{max-height:95vh;overflow-y:auto}.username-header{padding:25px 20px 15px}.username-header h1{font-size:2rem;margin-bottom:10px}.username-form-container{padding:25px 20px}.username-benefits{margin-top:25px;padding:20px}.floating-pieces{display:none}}.connect4-game{font-family:Arial,sans-serif;height:100vh;margin:0;overflow:hidden;padding:0;position:relative;width:100vw}.game-background{align-items:center;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;min-height:100vh;position:relative;width:100%}.game-background:before{background:#0000004d;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.game-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;max-width:1200px;padding:20px;position:relative;width:100%;z-index:1}.help-screen{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:800px;padding:40px;width:90%}.help-content h2{color:#1e3c72;font-size:2.5em;margin-bottom:30px;text-align:center}.help-content h3{color:#2a5298;font-size:1.4em;margin-bottom:15px;margin-top:25px}.help-text{color:#333;font-size:1.1em;line-height:1.6}.help-text ul{margin:15px 0;padding-left:20px}.help-text li{margin:8px 0}.help-back-btn{background:linear-gradient(135deg,#ff4757,#ff6b7a);border:none;border-radius:25px;box-shadow:0 5px 15px #ff47574d;color:#fff;cursor:pointer;display:block;font-size:1.2em;font-weight:700;margin:30px auto 0;padding:15px 30px;transition:all .3s ease}.help-back-btn:hover{box-shadow:0 8px 25px #ff475766;transform:translateY(-2px)}@media (max-width:1200px){.game-container{max-width:95%;padding:15px}}@media (max-width:768px){.connect4-game{font-size:14px}.game-background{background-attachment:scroll}.game-container{flex-direction:column;gap:15px;max-width:100%;padding:10px}.help-screen{border-radius:15px;margin:20px;padding:20px}.help-content h2{font-size:2em}.help-text{font-size:1em}.help-back-btn{font-size:1.1em;padding:12px 25px}}@media (max-width:480px){.connect4-game{font-size:12px}.game-container{gap:10px;padding:5px}.help-screen{border-radius:10px;margin:10px;padding:15px}.help-content h2{font-size:1.8em;margin-bottom:20px}.help-content h3{font-size:1.2em;margin-bottom:10px;margin-top:20px}.help-text{font-size:.9em;line-height:1.5}.help-back-btn{font-size:1em;margin-top:20px;padding:10px 20px}}@media (max-width:320px){.connect4-game{font-size:11px}.game-container{gap:8px;padding:3px}.help-screen{margin:5px;padding:12px}.help-content h2{font-size:1.5em}.help-text{font-size:.85em}}@media (max-height:600px) and (max-width:768px){.game-container{gap:10px;padding:5px}.help-screen{max-height:90vh;overflow-y:auto;padding:15px}.help-content h2{font-size:1.5em;margin-bottom:15px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.game-background{background-size:cover}}.App{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:100vw;min-height:100vh;overflow-x:hidden;padding:1rem;width:100%}@media (max-width:768px){.App{justify-content:flex-start;padding:1rem .75rem .75rem}}@media (max-width:480px){.App{justify-content:flex-start;max-width:100vw;padding:.5rem}}@media (max-width:360px){.App{padding:.25rem}}
/*# sourceMappingURL=main.db70440c.css.map*/