.casual-games-content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#casual-game-selection{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;width:100%;height:100%;min-height:70vh;display:flex}.casual-games-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 0;display:flex;overflow-x:auto}.casual-games-carousel::-webkit-scrollbar{display:none}.game-card{scroll-snap-align:center;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:2px solid rgba(255,255,255,.1);-webkit-border-radius:15px;border-radius:15px;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:280px;min-width:280px;height:400px;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 5px 20px rgba(0,0,0,.3)}.game-card:hover{border-color:rgba(255,255,255,.3);-ms-transform:translateY(-10px);transform:translateY(-10px);box-shadow:0 10px 30px rgba(255,255,255,.1)}.game-card-image-container{background-position:50%;background-size:cover;-webkit-border-radius:10px;border-radius:10px;width:100%;height:160px;margin-bottom:1rem}.game-card-title{color:var(--color-white);margin-bottom:1rem;font-family:Orbitron,sans-serif;font-size:1.8rem}@media (min-width:1400px){.casual-games-carousel{justify-content:center;gap:1.5rem}.game-card{width:240px;min-width:240px;height:360px}.game-card-title{font-size:1.6rem}.game-card-image-container{height:140px}}@media (min-width:1024px) and (max-width:1399px){.casual-games-carousel{justify-content:center;gap:1.2rem}.game-card{width:220px;min-width:220px;height:340px}.game-card-title{font-size:1.4rem}.game-card-image-container{height:130px}}@media (min-width:769px) and (max-width:1023px){.casual-games-carousel{justify-content:center;gap:1rem}.game-card{width:200px;min-width:200px;height:320px}.game-card-title{font-size:1.3rem}.game-card-image-container{height:120px}}@media (max-width:768px){#casual-game-selection{padding:1rem}.casual-games-carousel{gap:1.5rem;padding:1rem 0}.game-card{width:260px;min-width:260px;height:380px;padding:1.2rem}.game-card-title{font-size:1.5rem}.game-card-image-container{height:160px}}@media (max-width:480px){.casual-games-carousel{gap:1rem}.game-card{width:240px;min-width:240px;height:360px;padding:1rem}.game-card-title{font-size:1.3rem}.game-card-image-container{height:140px}}@media (hover:none) and (pointer:coarse){.game-card:hover{-ms-transform:none;transform:none}.game-card:active{-ms-transform:scale(.98);transform:scale(.98)}}.carousel-pagination{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.dot{cursor:pointer;background:rgba(255,255,255,.3);border:none;-webkit-border-radius:50%;border-radius:50%;width:10px;height:10px;transition:all .3s}.dot.active{background:rgba(255,255,255,.8);-ms-transform:scale(1.2);transform:scale(1.2)}.dot:hover{background:rgba(255,255,255,.6)}#cong-game-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:70vh;display:flex;position:relative}@media (max-width:768px){#cong-game-container{padding-bottom:150px}}.cong-canvas-wrapper{border:2px solid var(--primary-color);-webkit-border-radius:8px;border-radius:8px;width:max(260px,min(60vw,420px));height:max(260px,min(60vw,420px));position:relative;overflow:hidden}@media (max-width:390px){.cong-canvas-wrapper{width:max(180px,min(65vw,220px));height:max(180px,min(65vw,220px))}#cong-game-container{padding-bottom:210px}#cong-joystick{bottom:5px;right:20px}}#cong-canvas{border:2px solid var(--primary-color);background-color:#000;-webkit-border-radius:10px;border-radius:10px;width:100%;height:100%;display:block}#cong-start-screen,#cong-game-over-screen{width:100%;height:100%;color:var(--text-color);text-align:center;background-color:rgba(0,0,0,.7);flex-direction:column;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}#cong-game-over-screen.hidden,#cong-start-screen.hidden{opacity:0;pointer-events:none}#cong-game-over-screen h2{color:var(--accent-color);margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:3rem}#cong-game-over-screen p{margin-bottom:2rem;font-size:1.5rem}.cong-game-btn{cursor:pointer;-webkit-border-radius:50%;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;padding:1rem 2rem;font-size:2rem;display:flex;color:#fff!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;transition:none!important}.cong-game-btn:hover{box-shadow:none!important;background-color:transparent!important;outline:none!important;-ms-transform:scale(1.1)!important;transform:scale(1.1)!important}.cong-game-btn:focus{box-shadow:none!important;background-color:transparent!important;outline:none!important;-ms-transform:scale(1.1)!important;transform:scale(1.1)!important}.cong-game-btn i{color:#fff!important}#cong-score{width:100%;max-width:400px;color:var(--text-color);text-shadow:0 0 10px var(--primary-color);opacity:0;justify-content:center;align-items:center;gap:2rem;min-height:3rem;margin-bottom:1rem;font-family:sans-serif;font-size:2rem;transition:opacity .3s;display:flex}#cong-score.visible{opacity:1}#cong-joystick{backdrop-filter:blur(10px);z-index:100;background-color:rgba(255,255,255,.2);border:2px solid rgba(255,165,0,.3);-webkit-border-radius:50%;border-radius:50%;width:90px;height:90px;display:none;position:absolute;bottom:30px;right:30px}#cong-joystick-handle{background-color:#ff8c00;-webkit-border-radius:50%;border-radius:50%;width:35px;height:35px;margin-top:-17.5px;margin-left:-17.5px;transition:-ms-transform .1s ease-out,transform .1s ease-out;position:absolute;top:50%;left:50%;box-shadow:0 2px 8px rgba(255,140,0,.3)}@media (max-width:768px){#cong-joystick{display:block;bottom:60px;right:50px}}.cong-settings-btn{color:#fff;cursor:pointer;z-index:110;background:0 0;border:none;font-size:1.5rem;transition:color .3s,-ms-transform .3s,transform .3s;position:absolute;top:15px;right:15px}.cong-settings-btn i{color:#fff}.cong-settings-btn:hover{color:#fff;-ms-transform:rotate(90deg);transform:rotate(90deg)}#cong-settings-modal{z-index:120;backdrop-filter:blur(5px);background-color:transparent;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}#cong-settings-modal.hidden{display:none}.cong-settings-content{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);-webkit-border-radius:10px;border-radius:10px;flex-direction:column;gap:1.5rem;width:90%;max-width:400px;padding:2rem;display:flex;box-shadow:0 10px 30px rgba(0,0,0,.5)}.cong-settings-content h3{text-align:center;color:var(--primary-color);margin-bottom:.5rem;font-family:Orbitron,sans-serif}.setting-option{justify-content:space-between;align-items:center;font-size:1rem;display:flex}.setting-option label{color:var(--text-color)}.setting-option select{color:var(--text-color);background:#333;border:1px solid #555;-webkit-border-radius:5px;border-radius:5px;width:120px;padding:.5rem;font-size:1rem}.cong-settings-buttons{justify-content:space-around;margin-top:1rem;display:flex}#player-score{color:#00aeef;text-shadow:0 0 8px rgba(0,174,239,.8);transition:color .3s}#ai-score{color:#f44336;text-shadow:0 0 8px rgba(244,67,54,.8);transition:color .3s}[data-theme=light] .cong-settings-btn i{color:#000}