body,html{margin:0;padding:0;overflow:hidden;background:#000}#gamePageContainer,body,html{width:100%;height:100%}.mini-game-container{width:100vw;height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#000,#1a1a2e,#000);overflow:hidden;box-sizing:border-box}#ultimateSelectionModal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:999999}.ultimate-modal-box{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:30px;border-radius:20px;max-width:700px;color:#fff}.ultimate-title{color:gold;text-align:center;margin-bottom:20px}.ultimate-subtitle{text-align:center;opacity:.8;margin-bottom:30px}.ultimate-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ultimate-card{padding:20px;border-radius:15px;cursor:pointer;border:3px solid transparent;transition:all .3s}.ultimate-card:hover{transform:scale(1.05);border-color:gold}.ultimate-icon{font-size:48px;text-align:center;margin-bottom:10px}.ultimate-name{text-align:center;margin:0 0 10px}.ultimate-description{text-align:center;font-size:13px;opacity:.9;margin:0}#ultimateUI{text-align:center;color:#fff}.ultimate-ui-icon{font-size:32px;margin-bottom:5px}.ultimate-ui-name{font-size:14px;font-weight:700;margin-bottom:8px}.ultimate-bar-bg{background:hsla(0,0%,100%,.2);height:12px;border-radius:6px;overflow:hidden;margin-bottom:5px}.ultimate-bar-fill{height:100%;transition:width .3s}.ultimate-ui-text{font-size:12px;opacity:.8}.ultimate-ready{animation:ultimatePulse 1s infinite}.ultimate-activation-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:99999;pointer-events:none;animation:ultimateFlash 1s ease-out forwards}.ultimate-activation-text{font-size:72px;color:#fff;animation:ultimateZoom 1s ease-out}@keyframes ultimatePulse{0%,to{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.05)}}@keyframes ultimateFlash{0%{opacity:0}20%{opacity:1}to{opacity:0}}@keyframes ultimateZoom{0%{transform:scale(0) rotate(-20deg);opacity:0}50%{transform:scale(1.2) rotate(5deg);opacity:1}to{transform:scale(1) rotate(0deg);opacity:0}}.info-btn{background:rgba(255,215,0,.2);border:1px solid rgba(255,215,0,.4);color:gold;font-size:14px;width:24px;height:24px;border-radius:50%;cursor:pointer;margin-left:8px;transition:all .2s;padding:0;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.info-btn:hover{background:rgba(255,215,0,.4);border-color:gold;transform:scale(1.1)}.scale-info-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#000,#2a2c01);padding:5px;box-shadow:0 10px 40px rgba(0,0,0,.7);border:2px solid gold;color:#fff;max-width:500px;z-index:100000}.scale-info-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);z-index:99999}.scale-info-popup{max-height:85vh;overflow-y:auto}.scale-info-title{color:gold;margin:0 0 15px}.scale-section{margin-bottom:20px}.scale-section-title{color:#4a90e2;margin:10px 0 8px;border-bottom:1px solid rgba(74,144,226,.3);padding-bottom:5px}.scale-section-title.green{color:#2ecc71;border-bottom-color:rgba(46,204,113,.3)}.scale-section-title.orange{color:#f39c12;border-bottom-color:rgba(243,156,18,.3)}.scale-text{font-size:13px;line-height:1.6;color:#ddd;margin:0}.scale-text-small{font-size:12px;line-height:1.6;color:#ddd}.scale-muted{font-size:11px;color:#888;margin-top:8px}.scale-table{width:100%;font-size:12px;border-collapse:collapse}.scale-table td,.scale-table th{padding:6px}.scale-table th{text-align:left}.scale-table td.center,.scale-table th.center{text-align:center}.scale-row-alt{background:hsla(0,0%,100%,.05)}.scale-list{font-size:13px;line-height:1.8;color:#ddd;margin:5px 0;padding-left:20px}.scale-list.small{font-size:12px}.scale-physics-box{background:rgba(46,204,113,.1);padding:10px;border-radius:8px;margin-bottom:10px}.scale-physics-title{color:#2ecc71;font-size:13px}.scale-code{background:rgba(0,0,0,.3);padding:2px 6px;border-radius:4px}.scale-highlight{background:rgba(255,215,0,.1);padding:12px;border-radius:8px;border-left:4px solid gold;margin-bottom:15px}.scale-highlight p{font-size:12px;color:gold;margin:0;line-height:1.6}.scale-close-btn{width:100%;background:#4caf50;color:#fff;padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;margin-top:10px}.scale-close-btn:hover{background:#43a047}#gameModeModal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:99999}.game-mode-modal-box{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:30px;border-radius:20px;box-shadow:0 15px 50px rgba(0,0,0,.7);width:90%;max-width:600px;color:#fff;font-family:Arial,sans-serif}.game-mode-title{margin:0 0 20px;color:gold;text-align:center}.game-mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.game-mode-card{padding:20px;border-radius:12px;cursor:pointer;border:3px solid transparent;transition:transform .2s,box-shadow .2s,border .2s}.game-mode-card:hover{transform:scale(1.05);box-shadow:0 10px 30px rgba(255,215,0,.3)}.game-mode-card.selected{border:3px solid gold;transform:scale(1.05)}.game-mode-icon{font-size:40px;text-align:center;margin-bottom:10px}.game-mode-name{margin:0 0 8px;text-align:center}.game-mode-desc{margin:0;font-size:12px;opacity:.9}.game-mode-actions,.game-mode-desc{text-align:center}.game-mode-cancel-btn{background:#666;color:#fff;padding:12px 30px;border:none;border-radius:8px;cursor:pointer;font-size:14px}.game-mode-cancel-btn:hover{background:#777}#inviteModal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:999999}.invite-modal-box{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:25px;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.5);width:90%;max-width:400px;color:#fff;font-family:Arial,sans-serif}.invite-title{margin:0 0 10px;color:gold}.invite-mode{background:rgba(255,215,0,.1);padding:8px;border-radius:8px;text-align:center;color:gold}.invite-hint,.invite-mode{margin-bottom:15px;font-size:14px}.invite-hint{color:#aaa}.invite-search-wrapper{position:relative;margin-bottom:15px}.invite-search-input{width:100%;padding:12px;border:2px solid #444;border-radius:8px;background:#0f0f1e;color:#fff;font-size:14px;box-sizing:border-box}.invite-spinner{display:none;position:absolute;right:12px;top:12px}#searchResults{max-height:200px;overflow-y:auto;margin-bottom:15px}.search-result-row{display:flex;align-items:center;justify-content:space-between;padding:10px;margin-bottom:8px;background:hsla(0,0%,100%,.05);border-radius:8px;cursor:pointer;transition:background .2s}.search-result-row:hover{background:hsla(0,0%,100%,.1)}.search-user{display:flex;align-items:center;gap:10px}.search-user img{width:40px;height:40px;border-radius:50%;object-fit:cover}.search-user span{font-size:14px}.invite-btn{background:#4caf50;color:#fff;padding:6px 12px;border:none;border-radius:6px;cursor:pointer;font-size:12px}.invite-btn:disabled{opacity:.7;cursor:default}.invite-actions{text-align:right}.invite-cancel-btn{background:#666;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px}#waitingModal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:999999}.waiting-modal-box{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:30px;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.5);text-align:center;color:#fff;max-width:350px}.waiting-modal-box h4{color:gold;margin-bottom:10px}.waiting-modal-box p{color:#aaa;font-size:14px;margin-bottom:20px}.waiting-cancel-btn{background:#dc3545;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer}.waiting-modal-box .spinner-border{width:3rem;height:3rem}#invitationPopup{position:fixed;top:50%;right:20px;transform:translateY(-50%);background:linear-gradient(135deg,#1a1a2e,#16213e);padding:25px;border-radius:15px;box-shadow:0 10px 40px rgba(255,215,0,.3);color:#fff;z-index:999999;max-width:300px;border:2px solid gold;animation:slideInRight .3s ease}.invitation-header{color:gold;margin:0 0 15px}.invitation-user{display:flex;align-items:center;gap:12px;margin-bottom:15px}.invitation-user img{width:50px;height:50px;border-radius:50%;border:2px solid gold}.invitation-user-info{font-size:16px;font-weight:700}.invitation-user-info+div{font-size:12px;color:#aaa}.invitation-screen-mode{background:rgba(255,215,0,.1);padding:8px;border-radius:8px;margin-bottom:15px;text-align:center;font-size:12px;color:gold}.invitation-buttons{display:flex;gap:10px;justify-content:space-between}.invitation-buttons button{flex:1;padding:10px;border:none;border-radius:8px;cursor:pointer;font-weight:700}.accept-invite-btn{background:#4caf50;color:#fff}.reject-invite-btn{background:#dc3545;color:#fff}#multiplayerControls{display:flex;gap:15px;align-items:center;justify-content:space-between;flex-wrap:wrap}.planet-type-group{display:flex;gap:10px;align-items:center;border-right:2px solid rgba(255,215,0,.3);padding-right:15px}.planet-type-group span{color:gold;font-size:13px;font-weight:700}.planet-type-btn{color:#fff;padding:8px 12px;border:2px solid transparent;border-radius:8px;cursor:pointer;font-size:12px;transition:all .2s}.planet-type-btn.active{border:2px solid gold}#abilitiesContainer{display:flex;gap:10px;align-items:center;flex:1}#abilitiesContainer span{color:gold;font-size:13px;font-weight:700}#quitMultiplayerBtn{background:#dc3545;color:#fff;border-radius:8px;cursor:pointer;font-size:12px;border:none;border-left:2px solid rgba(220,53,69,.3);padding:10px 15px 10px 20px}#victoryDefeatModal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:100000}#victoryDefeatModal .modal-box{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:40px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.8);text-align:center;color:#fff;max-width:450px}#victoryDefeatModal h1{font-size:3rem;margin:0 0 20px}#victoryDefeatModal h2{margin:0 0 20px;font-size:2rem}#victoryDefeatModal .score-box{background:rgba(0,0,0,.3);padding:20px;border-radius:10px;margin-bottom:20px}#victoryDefeatModal .score-box .label{font-size:1.2rem;margin-bottom:10px}#victoryDefeatModal .score-box .scores{font-size:2rem;font-weight:700;color:gold}#victoryDefeatModal .button-group{display:flex;gap:15px;justify-content:center}#victoryDefeatModal .button-group button{padding:15px 30px;border:none;border-radius:10px;cursor:pointer;font-size:16px;font-weight:700;color:#fff}#victoryDefeatModal .button-group .continue-btn{background:#4caf50}#victoryDefeatModal .button-group .quit-btn{background:#dc3545}.game-footer{padding:.1rem .4rem!important;background:rgba(0,0,0,.85);border-top:1px solid rgba(255,215,0,.3);color:hsla(0,0%,100%,.9);font-size:.75rem!important;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2px;margin:0;flex-shrink:0;width:100%;box-sizing:border-box;min-height:unset!important}.game-footer p{margin:0;line-height:1.5}#instructionText{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-align:center;color:hsla(0,0%,100%,.9)}.game-header{color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-shrink:0;padding:.25rem .6rem;background:rgba(0,0,0,.85);border-bottom:1px solid rgba(255,215,0,.3);width:100%;overflow:hidden;box-sizing:border-box;gap:.4rem}.game-header>div:first-child{flex:1;min-width:0}.game-header h3{font-size:.9rem;margin:0 0 .1rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.game-score{font-size:.9rem;color:#00d4ff;display:flex;gap:.25rem;flex-wrap:wrap;margin:0;line-height:1.2}.game-score span{display:block;max-width:100%;overflow-wrap:break-word;word-break:break-word}.game-controls{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem;align-items:center;justify-content:flex-end;flex-shrink:0}.game-btn{cursor:pointer;font-size:.8rem!important;padding:5px 10px!important;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;gap:6px}.game-btn i{font-size:1rem;line-height:1}.game-btn:hover{background:hsla(0,0%,100%,.15);border-color:rgba(255,215,0,.5)}.game-btn:active{transform:scale(.95)}.game-btn.active{background:linear-gradient(135deg,#000,#0057d4);border-color:#4a90e2;box-shadow:0 0 8px rgba(74,144,226,.4)}.close-btn{background:#fd982a!important}.close-btn:hover{background:rgba(214,52,71,.5)!important}#speedBtn{padding:0 14px}#speedText{font-size:.75rem;font-weight:600}.game-btn[title]:hover:before{content:attr(title);position:absolute;bottom:-35px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.9);color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;animation:tooltipFade .2s forwards}@keyframes tooltipFade{to{opacity:1}}.space-canvas{width:100%;flex:1 1 auto;min-height:0;background:radial-gradient(ellipse at center,#1b1b2f 0,#0a0a0f 100%);cursor:pointer;touch-action:none;image-rendering:crisp-edges;image-rendering:-webkit-optimize-contrast;max-height:100%!important;display:block!important;box-sizing:border-box!important}.planet-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.85rem;font-weight:600}.planet-legend span{padding:.3rem .6rem;background:hsla(0,0%,100%,.1);border-radius:6px;backdrop-filter:blur(10px)}.planet-popup{position:fixed;background:linear-gradient(135deg,#1a1a2e,#2d2d44);border:2px solid rgba(255,215,0,.5);border-radius:12px;padding:1rem;z-index:10000;pointer-events:none;backdrop-filter:blur(10px);max-width:300px;transition:opacity .2s ease;transform:translate(0)}.popup-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}#planetZoomCanvas{border-radius:8px;background:#0a0a0f;border:1px solid rgba(255,215,0,.3)}.popup-info{color:#fff;text-align:center}.popup-info h4{margin:0 0 .5rem;font-size:1.1rem;color:gold}.popup-info p{margin:0;font-size:.85rem;line-height:1.6;text-align:left}.popup-info strong{color:gold}.game-btn:focus{outline:3px solid rgba(255,215,0,.5);outline-offset:2px}.mobile-controls-container{position:relative;width:100%;height:80px;display:none;justify-content:space-between;align-items:center;padding:0 20px;box-sizing:border-box;pointer-events:none;z-index:10000;user-select:none;-webkit-user-select:none;touch-action:none;flex-shrink:0}.mobile-controls-container.active{display:flex}.joystick-area{width:120px;height:25px;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);border-radius:25px;position:relative;pointer-events:auto;backdrop-filter:blur(5px);transition:border-color .2s}.joystick-area:active{border-color:hsla(0,0%,100%,.5)}.joystick-knob{width:46px;height:46px;background:radial-gradient(circle at 30% 30%,#4a90e2,#2c5f9e);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px rgba(0,0,0,.6);transition:transform .05s linear;pointer-events:none}.touch-btn.btn-ultimate{width:60px;height:30px;border-radius:15px;border:2px solid hsla(0,0%,100%,.3);background:rgba(0,0,0,.5);position:relative;overflow:hidden;pointer-events:auto;cursor:pointer;display:flex;align-items:center;justify-content:center}.ult-fill-bar{position:absolute;left:0;bottom:0;height:100%;width:0;background:linear-gradient(90deg,#f1c40f,gold);transition:width .2s ease-out;z-index:1}.ult-icon{position:relative;z-index:2;font-size:16px;color:#fff;text-shadow:0 1px 2px #000}.touch-btn.btn-ultimate.ready{border-color:#2ecc71;box-shadow:0 0 15px #2ecc71}.touch-btn.btn-ultimate.ready .ult-fill-bar{background:linear-gradient(90deg,#2ecc71,#4caf50)}.touch-btn.btn-fire{width:55px;height:55px;border-radius:50%;border:2px solid rgba(231,76,60,.6);background:rgba(231,76,60,.2);color:#fff;font-size:28px;display:flex;justify-content:center;align-items:center;pointer-events:auto;transition:all .1s}.touch-btn.btn-fire:active{transform:scale(.95);background:rgba(231,76,60,.6)}.game-btn:focus-visible{outline:2px solid rgba(255,215,0,.6);outline-offset:2px}@media (prefers-reduced-motion:reduce){.game-btn,.game-btn:hover{transition:none;animation:none}}@media (max-width:1024px){.game-header{padding:.2rem .4rem;gap:.3rem}.game-controls{gap:.3rem}.game-btn{width:32px;height:32px;min-width:32px;min-height:32px;padding:0;font-size:1rem;border-radius:6px;gap:0}.game-btn .btn-text{display:none!important}#speedBtn{width:auto;min-width:40px;max-width:50px;padding:0 6px;font-size:.75rem}.game-header h3{font-size:.6rem}.game-score{font-size:.48rem}}@media (max-width:768px){.scale-info-popup{width:400px}.game-header{padding:.15rem .3rem;gap:.7rem;flex-direction:column}.game-controls{gap:1.2rem}.game-btn{width:30px;height:30px;min-width:30px;min-height:30px;font-size:.95rem}#speedBtn{min-width:38px;max-width:46px;font-size:.7rem}.game-header h3,.game-score{font-size:.55rem}.game-footer{font-size:.75rem!important;padding:.08rem .3rem!important}.mobile-controls-container{padding:0 15px;height:70px}.joystick-area{width:100px;height:25px}.joystick-knob{width:40px;height:40px}.touch-btn.btn-fire{width:45px;height:45px;font-size:20px}}@media (max-width:480px){.scale-info-popup{width:350px}.game-header{padding:.12rem .25rem;gap:.7rem;flex-direction:column}.game-controls{gap:1.2rem}.game-btn{width:28px;height:28px;min-width:28px;min-height:28px;font-size:.9rem}#speedBtn{min-width:36px;max-width:44px;font-size:.65rem}.game-header h3{font-size:.5rem}.game-score{font-size:.55rem}.game-footer{font-size:.75rem!important}}@media (max-width:360px){.scale-info-popup{width:340px}.game-btn{width:26px;height:26px;min-width:26px;min-height:26px;font-size:.85rem}#speedBtn{min-width:34px;font-size:.6rem}}@media (max-height:500px) and (orientation:landscape){.game-header{padding:.1rem .2rem}.game-btn{width:26px;height:26px;min-width:26px;min-height:26px}#speedBtn{min-width:34px}}@media (max-height:480px) and (orientation:landscape){.game-header{padding:.08rem .15rem}.game-btn{width:22px;height:22px;min-width:22px;min-height:22px;font-size:.7rem}#speedBtn{min-width:30px;max-width:36px}}@media (max-width:800px){.game-mode-modal-box{padding:5px;max-height:90vh;overflow-y:auto}.game-mode-grid{grid-template-columns:1fr!important;gap:12px}.game-mode-card{padding:5px}.game-mode-icon{font-size:36px}.game-mode-name{font-size:17px}.game-mode-desc{font-size:13px;line-height:1.5}.game-mode-cancel-btn{padding:5px}}@media (max-width:480px){.game-mode-modal-box{padding:5px;max-height:85vh}.game-mode-card{padding:5px}.game-mode-title{font-size:18px}.game-mode-icon{font-size:32px}.game-mode-name{font-size:15px}.game-mode-desc{font-size:12px;line-height:1.5}.game-mode-cancel-btn{padding:5px;font-size:13px}}@media (max-width:320px){.game-mode-modal-box{padding:5px;max-height:80vh}.game-mode-card{padding:5px}.game-mode-icon{font-size:28px}.game-mode-name{font-size:14px}.game-mode-desc{font-size:11px;line-height:1.4}}@media (max-width:768px){.invite-modal-box{padding:5px;width:95%;max-width:380px;max-height:90vh;overflow-y:auto}.invite-title{font-size:20px}.invite-search-input{padding:5px;font-size:13px}.search-user img{width:35px;height:35px}.search-user span{font-size:13px}#searchResults{max-height:180px}}@media (max-width:480px){.invite-modal-box{padding:5px;max-height:85vh}.invite-title{font-size:18px}.invite-mode{padding:5px}.invite-hint,.invite-mode{font-size:12px}.search-result-row{padding:5px}.search-user img{width:32px;height:32px}.search-user span{font-size:12px}.invite-btn{padding:5px;font-size:11px}.invite-cancel-btn{padding:5px;font-size:13px}}@media (max-width:768px){.waiting-modal-box{padding:5px;max-width:320px;max-height:90vh;overflow-y:auto}.waiting-modal-box h4{font-size:18px}.waiting-modal-box p{font-size:13px}.waiting-modal-box .spinner-border{width:2.5rem;height:2.5rem}.waiting-cancel-btn{padding:5px}}@media (max-width:480px){.waiting-modal-box{padding:5px;max-width:280px;max-height:85vh}.waiting-modal-box h4{font-size:16px}.waiting-modal-box p{font-size:12px}.waiting-cancel-btn{padding:5px;font-size:13px}.waiting-modal-box .spinner-border{width:2rem;height:2rem}}@media (max-width:768px){#invitationPopup{right:10px;max-width:280px;padding:5px;max-height:90vh;overflow-y:auto}.invitation-header{font-size:16px}.invitation-user img{width:45px;height:45px}.invitation-user-info{font-size:14px}.invitation-buttons button{padding:5px;font-size:13px}}@media (max-width:480px){#invitationPopup{right:5px;left:5px;max-width:calc(100% - 10px);padding:5px;max-height:85vh}.invitation-header{font-size:14px}.invitation-user img{width:40px;height:40px}.invitation-user-info{font-size:13px}.invitation-screen-mode{font-size:11px;padding:5px}.invitation-buttons button{padding:5px;font-size:12px}}@media (max-width:768px){.ultimate-modal-box{padding:5px;max-width:600px;width:95%;max-height:90vh;overflow-y:auto}.ultimate-title{font-size:22px;margin-bottom:15px}.ultimate-subtitle{font-size:13px;margin-bottom:20px}.ultimate-grid{gap:15px}.ultimate-card{padding:5px}.ultimate-icon{font-size:40px}.ultimate-name{font-size:16px}.ultimate-description{font-size:12px}}@media (max-width:600px){.ultimate-modal-box{padding:5px;max-height:85vh}.ultimate-grid{grid-template-columns:1fr;gap:12px}.ultimate-title{font-size:20px}.ultimate-subtitle{font-size:12px}.ultimate-icon{font-size:36px}.ultimate-name{font-size:15px}.ultimate-description{font-size:11px}}@media (max-width:480px){.ultimate-modal-box{padding:5px;max-height:80vh}.ultimate-title{font-size:18px;margin-bottom:10px}.ultimate-subtitle{font-size:11px;margin-bottom:15px}.ultimate-card{padding:5px}.ultimate-icon{font-size:32px;margin-bottom:8px}.ultimate-name{font-size:14px;margin-bottom:8px}.ultimate-description{font-size:10px;line-height:1.4}}@media (max-width:768px){#ultimateUI{transform:translateX(-50%) scale(.85)}.ultimate-ui-icon{font-size:28px}.ultimate-ui-name{font-size:12px}.ultimate-bar-bg{height:10px}.ultimate-ui-text{font-size:11px}}@media (max-width:480px){#ultimateUI{transform:translateX(-50%) scale(.7)}.ultimate-ui-icon{font-size:24px}.ultimate-ui-name{font-size:11px}.ultimate-bar-bg{height:8px}.ultimate-ui-text{font-size:10px}}@media (max-width:768px){.ultimate-activation-text{font-size:56px}}@media (max-width:480px){.ultimate-activation-text{font-size:42px}}@media (max-width:320px){.ultimate-activation-text{font-size:32px}}@media (max-width:768px){@keyframes ultimatePulse{0%,to{transform:translateX(-50%) scale(.85)}50%{transform:translateX(-50%) scale(.9)}}@keyframes ultimateZoom{0%{transform:scale(0) rotate(-20deg);opacity:0}50%{transform:scale(1) rotate(5deg);opacity:1}to{transform:scale(.85) rotate(0deg);opacity:0}}}@media (max-width:480px){@keyframes ultimatePulse{0%,to{transform:translateX(-50%) scale(.7)}50%{transform:translateX(-50%) scale(.75)}}@keyframes ultimateZoom{0%{transform:scale(0) rotate(-20deg);opacity:0}50%{transform:scale(.9) rotate(5deg);opacity:1}to{transform:scale(.7) rotate(0deg);opacity:0}}}@media (max-width:320px){@keyframes ultimateZoom{0%{transform:scale(0) rotate(-20deg);opacity:0}50%{transform:scale(.7) rotate(5deg);opacity:1}to{transform:scale(.6) rotate(0deg);opacity:0}}}@media (max-height:500px) and (orientation:landscape){.game-mode-modal-box,.invite-modal-box,.ultimate-modal-box,.waiting-modal-box{max-height:90vh;overflow-y:auto;padding:5px}.game-mode-grid,.ultimate-grid{gap:10px}.game-mode-card,.ultimate-card{padding:5px}.game-mode-icon,.ultimate-icon{font-size:28px;margin-bottom:5px}#invitationPopup{padding:5px;max-height:90vh;overflow-y:auto}}