.lobby[data-v-3fe0578a]{width:100%;max-width:800px;padding:1.2rem;background:rgba(30,30,40,.85);border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.5);border:1px solid #4a4a6a;backdrop-filter:blur(10px);color:#fff;animation:fadeIn-3fe0578a .5s ease-out}@keyframes fadeIn-3fe0578a{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lobby-header h2[data-v-3fe0578a]{color:#fc0;font-size:1.5rem;margin:0 0 .2rem;text-shadow:0 0 10px rgba(255,204,0,.3)}.lobby-header p[data-v-3fe0578a]{color:#aaa;margin-top:0;font-size:1.1rem}.section-title[data-v-3fe0578a]{display:flex;justify-content:space-between;align-items:center;margin:0;border-bottom:1px solid #444}.section-title h3[data-v-3fe0578a]{margin:0;color:#fff;font-size:1rem}.refresh-icon[data-v-3fe0578a]{font-size:1.5rem;cursor:pointer;padding:.3rem;border-radius:50%;transition:all .3s}.refresh-icon[data-v-3fe0578a]:hover{background:hsla(0,0%,100%,.1);transform:rotate(90deg)}.rooms-container[data-v-3fe0578a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:1rem 0;overflow-y:auto;max-height:11rem}.room-item[data-v-3fe0578a]{background:rgba(50,50,70,.7);border:1px solid #5a5a8a;border-radius:10px;padding:1rem;transition:all .3s ease;animation:slideIn-3fe0578a .3s ease-out}@keyframes slideIn-3fe0578a{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.room-item[data-v-3fe0578a]:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.3);border-color:#fc0}.room-item.full[data-v-3fe0578a]{opacity:.6;cursor:not-allowed}.room-info[data-v-3fe0578a]{display:flex;justify-content:space-between;margin-bottom:1rem}.room-id[data-v-3fe0578a]{font-weight:700;color:#fc0}.room-status[data-v-3fe0578a]{font-size:.8rem;padding:.2rem .5rem;border-radius:20px;background:#555}.room-status.等待中[data-v-3fe0578a]{background:#4a9bff}.room-status.游戏中[data-v-3fe0578a]{background:#ff6b6b}.room-status.游戏结束[data-v-3fe0578a]{background:#888}.room-players[data-v-3fe0578a]{display:flex;gap:.5rem;margin-bottom:1rem}.player-avatar[data-v-3fe0578a],.player-empty[data-v-3fe0578a]{font-size:1.5rem}.room-controls[data-v-3fe0578a]{text-align:center;margin-top:2rem}.create-room-btn[data-v-3fe0578a]{padding:1rem 2rem;font-size:1.2rem}.no-rooms[data-v-3fe0578a]{text-align:center;padding:0;color:#888}.no-rooms-icon[data-v-3fe0578a]{font-size:4rem;margin-bottom:1rem}.no-rooms p[data-v-3fe0578a]{font-size:1.2rem;margin:1rem 0}.room-view[data-v-df2c0a3c]{width:100%;max-width:600px;background:rgba(30,30,40,.9);border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.5);border:1px solid #4a4a6a;padding:2rem;color:#fff;animation:fadeIn-df2c0a3c .5s ease-out}.room-header[data-v-df2c0a3c]{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #444}.room-header h2[data-v-df2c0a3c]{margin:0;color:#fc0;font-size:1.2rem}.room-status-badge[data-v-df2c0a3c]{padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:700}.room-status-badge.等待中[data-v-df2c0a3c]{background:#4a9bff}.room-status-badge.游戏中[data-v-df2c0a3c]{background:#ff6b6b}.room-status-badge.游戏结束[data-v-df2c0a3c]{background:#888}.room-details[data-v-df2c0a3c]{background:rgba(50,50,70,.7)}.players-section h3[data-v-df2c0a3c]{margin-top:0;color:#fc0;border-bottom:1px solid #555;padding-bottom:.5rem}.players-list[data-v-df2c0a3c]{margin:1rem 0}.player-item[data-v-df2c0a3c]{display:flex;align-items:center;padding:.8rem;border-radius:8px;margin-bottom:.5rem;background:rgba(70,70,100,.5);transition:all .2s ease}.player-item[data-v-df2c0a3c]:hover{background:rgba(90,90,120,.7)}.waiting-player[data-v-df2c0a3c]{opacity:.7}.player-icon[data-v-df2c0a3c]{font-size:1.8rem;margin-right:1rem}.player-info[data-v-df2c0a3c]{flex:1}.player-index[data-v-df2c0a3c]{font-weight:700;margin-right:.5rem;color:#fc0}.current-player-indicator[data-v-df2c0a3c]{color:#4aff4a;font-weight:700;margin-left:.5rem}.room-actions[data-v-df2c0a3c]{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.leave-button[data-v-df2c0a3c]{padding:.8rem 1.5rem}.start-button[data-v-df2c0a3c]{padding:.8rem 2rem;font-size:1.2rem}.card[data-v-df2c0a3c]{background:rgba(40,40,60,.8);border-radius:10px;padding:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.3)}@keyframes fadeIn-df2c0a3c{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.game-screen[data-v-d42ca64a]{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;background:linear-gradient(135deg,#1e3c72,#2a5298);border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.5);overflow:hidden;max-height:100%}.game-header[data-v-d42ca64a]{width:100%;padding:10px;background:rgba(0,0,0,.7);color:#fff;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.game-header.mobile-header[data-v-d42ca64a]{padding:5px}.player-stats[data-v-d42ca64a]{display:flex;justify-content:space-between;width:100%;align-items:center}.player-a-stats[data-v-d42ca64a],.player-b-stats[data-v-d42ca64a]{display:flex;flex-direction:column;width:30%}.health-label[data-v-d42ca64a]{font-size:14px;margin-bottom:3px;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.health-value[data-v-d42ca64a]{font-size:14px;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.health-bar[data-v-d42ca64a]{width:100%;height:15px;background-color:#333;border-radius:8px;overflow:hidden;box-shadow:0 0 3px rgba(0,0,0,.5);margin-bottom:3px}.health-fill[data-v-d42ca64a]{height:100%;transition:width .3s ease}.leave-button[data-v-d42ca64a]{padding:8px 16px;background:linear-gradient(180deg,#ff416c,#ff4b2b);color:#fff;border:none;border-radius:20px;cursor:pointer;font-weight:700;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:all .3s ease;font-size:14px}.leave-button[data-v-d42ca64a]:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.4)}.leave-button[data-v-d42ca64a]:active{transform:scale(.95)}.game-canvas-container[data-v-d42ca64a]{display:flex;justify-content:center;align-items:center;flex:1;padding:10px;box-sizing:border-box}.game-canvas[data-v-d42ca64a]{border:2px solid #444;border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,.6);background:#000;max-width:100%;max-height:100%;width:100%;height:100%}@media (max-width:768px){.game-canvas[data-v-d42ca64a]{border:1px solid #444;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.6)}.game-header[data-v-d42ca64a]{padding:.5rem}.player-stats[data-v-d42ca64a]{flex-direction:column;gap:5px}.player-a-stats[data-v-d42ca64a],.player-b-stats[data-v-d42ca64a]{width:100%;text-align:center}.health-bar[data-v-d42ca64a]{height:15px}.leave-button[data-v-d42ca64a]{padding:5px 10px;font-size:.8rem;border-radius:15px}.game-screen[data-v-d42ca64a]{height:100vh;max-height:100vh}.health-label[data-v-d42ca64a],.health-value[data-v-d42ca64a]{font-size:12px}}@media (max-width:480px){.game-header[data-v-d42ca64a]{padding:.3rem}.health-label[data-v-d42ca64a],.health-value[data-v-d42ca64a]{font-size:10px}.leave-button[data-v-d42ca64a]{padding:4px 8px;font-size:.7rem;border-radius:12px}.health-bar[data-v-d42ca64a]{height:12px}}.result-screen[data-v-50b81f9c]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:rgba(0,0,0,.7);animation:fadeIn-50b81f9c .5s ease-out}.result-card[data-v-50b81f9c]{background:rgba(30,30,40,.95);border-radius:20px;padding:3rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.7);border:2px solid #fc0;max-width:500px;width:100%;animation:popIn-50b81f9c .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn-50b81f9c{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.winner-text[data-v-50b81f9c]{color:#fc0;font-size:2.5rem;margin:0 0 2rem;text-shadow:0 0 10px rgba(255,204,0,.5)}.countdown-text[data-v-50b81f9c]{color:#fff;font-size:1.2rem;margin-bottom:2rem;font-weight:700}.result-buttons[data-v-50b81f9c]{display:flex;justify-content:center;gap:1.5rem}.primary-button[data-v-50b81f9c]{background:linear-gradient(90deg,#fc0,#f90);color:#000;border:none;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:700;border-radius:30px;cursor:pointer;transition:all .3s;box-shadow:0 4px 10px rgba(255,204,0,.3)}.primary-button[data-v-50b81f9c]:hover{transform:scale(1.05);box-shadow:0 6px 15px rgba(255,204,0,.5)}.secondary-button[data-v-50b81f9c]{background:rgba(100,100,130,.7);color:#fff;border:1px solid #666;padding:.8rem 1.5rem;border-radius:30px;cursor:pointer;transition:all .3s}.secondary-button[data-v-50b81f9c]:hover{background:rgba(120,120,150,.9);transform:translateY(-2px)}@keyframes fadeIn-50b81f9c{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-container[data-v-8e31ef2c]{position:fixed;bottom:100px;left:20px;width:300px;z-index:1000;font-family:Arial,sans-serif}.chat-container.in-room .chat-messages[data-v-8e31ef2c]{background:rgba(0,0,0,.7)}.chat-container.mobile-right[data-v-8e31ef2c]{bottom:200px;left:auto;right:20px;transform:none}@media (max-width:768px){.chat-container[data-v-8e31ef2c]{bottom:200px;left:10px;width:250px}.chat-container.mobile-right[data-v-8e31ef2c]{bottom:200px;left:auto;right:10px;width:250px}}@media (max-width:480px){.chat-container[data-v-8e31ef2c]{bottom:190px;left:5px;width:200px}.chat-container.mobile-right[data-v-8e31ef2c]{bottom:190px;left:auto;right:5px;width:200px}.chat-message[data-v-8e31ef2c]{font-size:12px}}.chat-messages[data-v-8e31ef2c]{background:rgba(0,0,0,.5);border-radius:8px;padding:10px;margin-bottom:5px;max-height:150px;overflow-y:auto;opacity:0;transition:opacity .5s ease;pointer-events:none}.chat-messages.visible[data-v-8e31ef2c]{opacity:1}.chat-message[data-v-8e31ef2c]{color:#fff;font-size:14px;padding:3px 0;word-wrap:break-word;text-align:left}.chat-input-container[data-v-8e31ef2c]{display:flex}.chat-input[data-v-8e31ef2c]{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px;background:hsla(0,0%,100%,.9);outline:none}.chat-toggle[data-v-8e31ef2c]{width:30px;height:30px;background:rgba(0,0,0,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:16px;transition:all .3s ease;margin-left:0;margin-right:0}.chat-toggle[data-v-8e31ef2c]:hover{background:rgba(255,204,0,.7);transform:scale(1.1)}.chat-toggle.mobile-toggle-right[data-v-8e31ef2c]{margin-left:auto}.chat-messages[data-v-8e31ef2c]::-webkit-scrollbar{width:6px}.chat-messages[data-v-8e31ef2c]::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.chat-messages[data-v-8e31ef2c]::-webkit-scrollbar-thumb{background:#fc0;border-radius:3px}.virtual-controls[data-v-9f14cfd4]{position:fixed;bottom:20px;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-end;padding:0 20px;pointer-events:none;z-index:1000;box-sizing:border-box}.directional-pad[data-v-9f14cfd4],.right-controls[data-v-9f14cfd4]{display:flex;flex-direction:column;align-items:center;pointer-events:auto}.right-controls[data-v-9f14cfd4]{gap:20px}.horizontal-controls[data-v-9f14cfd4]{display:flex;margin:10px 0;gap:40px}.control-button[data-v-9f14cfd4]{width:60px;height:60px;margin:5px;border-radius:50%;border:2px solid rgba(51,51,51,.7);background:hsla(0,0%,100%,.5);color:rgba(51,51,51,.9);font-size:20px;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:all .1s ease;touch-action:manipulation;min-width:40px;min-height:40px}.control-button.active[data-v-9f14cfd4],.control-button[data-v-9f14cfd4]:active{background:hsla(0,0%,78%,.7);transform:scale(.95)}.shoot[data-v-9f14cfd4]{width:80px;height:80px;border-radius:50%;background:rgba(255,0,0,.5);color:#fff;font-size:16px;font-weight:700;min-width:60px;min-height:60px;border:2px solid hsla(0,0%,100%,.5)}.shoot[data-v-9f14cfd4]:active{background:rgba(200,0,0,.9);transform:scale(.95)}.gravity[data-v-9f14cfd4]{width:70px;height:70px;border-radius:50%;background:rgba(0,128,0,.7);color:#fff;font-size:24px;font-weight:700;min-width:50px;min-height:50px;border:2px solid hsla(0,0%,100%,.5)}.gravity[data-v-9f14cfd4]:active{background:rgba(0,100,0,.9);transform:scale(.95)}.mobile-decoration[data-v-9f14cfd4]{position:fixed;bottom:10px;width:60px;height:6px;background:hsla(0,0%,100%,.3);border-radius:3px;z-index:-1}.left-decoration[data-v-9f14cfd4]{left:20px}.right-decoration[data-v-9f14cfd4]{right:20px}@media (max-width:768px){.control-button[data-v-9f14cfd4]{width:60px;height:60px;margin:5px;font-size:20px;min-width:50px;min-height:50px}.shoot[data-v-9f14cfd4]{width:90px;height:90px;min-width:70px;min-height:70px;font-size:18px}.gravity[data-v-9f14cfd4]{width:80px;height:80px;min-width:60px;min-height:60px;font-size:28px}.virtual-controls[data-v-9f14cfd4]{bottom:15px;padding:0 15px}.horizontal-controls[data-v-9f14cfd4]{margin:10px 0;gap:35px}.mobile-decoration[data-v-9f14cfd4]{width:50px}}@media (max-width:480px){.control-button[data-v-9f14cfd4]{width:55px;height:55px;margin:4px;font-size:18px;min-width:45px;min-height:45px}.shoot[data-v-9f14cfd4]{width:80px;height:80px;font-size:16px;min-width:60px;min-height:60px}.gravity[data-v-9f14cfd4]{width:70px;height:70px;font-size:24px;min-width:50px;min-height:50px}.virtual-controls[data-v-9f14cfd4]{bottom:10px;padding:0 10px}.horizontal-controls[data-v-9f14cfd4]{margin:8px 0;gap:30px}.mobile-decoration[data-v-9f14cfd4]{width:40px}}.game-coordinator[data-v-611a5a9b]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:transparent;box-sizing:border-box}@media (max-width:768px){.game-coordinator[data-v-611a5a9b]{align-items:stretch;height:auto;min-height:100%}}#app{font-family:Arial,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin:0;padding:0;overflow:hidden;background:linear-gradient(135deg,#1e3c72,#2a5298);touch-action:manipulation;position:relative}#app,.game-container{width:100%;height:100%;min-height:100vh}.game-container{display:flex;flex-direction:column;background-image:url(/img/background.6922bd36.svg);background-size:cover;background-position:50%;background-attachment:fixed;max-height:100vh}.status-bar{display:flex;justify-content:space-between;padding:5px 15px;background:rgba(0,0,0,.85);color:#fff;font-size:12px;height:20px}.status-bar .time{flex:1;text-align:center}.status-bar .icons{display:flex;gap:5px}.game-header{background:rgba(0,0,0,.85);color:#fff;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.5);border-bottom:2px solid #fc0;backdrop-filter:blur(5px);flex-shrink:0}.game-header.mobile-header{padding:.5rem}.header-content{display:flex;align-items:center;justify-content:center;gap:1rem}.game-logo{height:50px;width:auto;filter:drop-shadow(0 0 5px gold);display:block;-o-object-fit:contain;object-fit:contain}.game-header h1{margin:0;font-size:2.2rem;text-shadow:0 0 10px #fc0,2px 2px 4px rgba(0,0,0,.5);color:#fff;letter-spacing:2px;background:linear-gradient(90deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.game-main-content{flex:1;display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box}.game-footer{background:rgba(0,0,0,.85);color:#ccc;padding:1rem;margin-top:auto;border-top:2px solid #fc0;font-size:.9rem;backdrop-filter:blur(5px);flex-shrink:0}.game-footer.mobile-footer{padding:.5rem;font-size:.7rem}#rotate-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;color:#fff}.rotate-icon{font-size:4rem;margin-bottom:1rem;animation:rotate-animation 2s linear infinite}@keyframes rotate-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden}@media (max-width:768px){.game-header h1{font-size:1.5rem}.game-logo{height:40px}.game-footer{font-size:.8rem}.game-footer,.game-main-content{padding:.5rem}}@media (max-width:480px){.game-header h1{font-size:1.2rem}.game-logo{height:30px}.game-header{padding:.5rem}.header-content{justify-content:flex-start;position:relative}.game-logo{height:25px;position:absolute;top:10px;left:10px;z-index:100}.game-header h1{flex-grow:1;text-align:center;padding-right:35px}.game-main-content{padding:.5rem}}.primary-button{background:linear-gradient(90deg,#fc0,#f90);color:#000;border:none;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:700;border-radius:30px;cursor:pointer;transition:all .3s;box-shadow:0 4px 10px rgba(255,204,0,.3)}.primary-button:hover{transform:scale(1.05);box-shadow:0 6px 15px rgba(255,204,0,.5)}.secondary-button{background:rgba(100,100,130,.7);color:#fff;border:1px solid #666;padding:.8rem 1.5rem;border-radius:30px;cursor:pointer;transition:all .3s}.secondary-button:hover{background:rgba(120,120,150,.9);transform:translateY(-2px)}.card{background:rgba(40,40,60,.8);border-radius:10px;padding:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.3)}