.arrow-game-container{aspect-ratio:16/9;-webkit-user-select:none;user-select:none;background-color:#87ceeb;border:4px solid #333;width:100%;max-width:1280px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 20px #00000080}.arrow-game-header{z-index:10;pointer-events:none;justify-content:space-between;align-items:center;width:100%;padding:20px;display:flex;position:absolute;top:0;left:0}.arrow-score{color:#fff;text-shadow:2px 2px 4px #00000080;font-size:24px;font-weight:700}.arrow-exit-btn{pointer-events:auto;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background .2s;display:flex}.arrow-exit-btn:hover{background:#000c}.arrow-overlay{color:#fff;text-align:center;z-index:20;background:#000000d9;border-radius:20px;min-width:300px;padding:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.arrow-overlay h1{color:#e74c3c;text-transform:uppercase;margin-top:0;font-size:3rem}.arrow-overlay p{margin-bottom:30px;font-size:1.5rem}.arrow-btn-group{justify-content:center;gap:20px;display:flex}.arrow-btn-group button{cursor:pointer;color:#fff;background:#3498db;border:none;border-radius:8px;padding:10px 20px;font-size:1.2rem;transition:transform .1s}.arrow-btn-group button:hover{transform:scale(1.05)}.arrow-btn-group button:first-child{background:#2ecc71}.arrow-btn-group button:last-child{background:#e74c3c}.arrow-lobby{color:#fff;background:linear-gradient(#11998e,#38ef7d);justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.lobby-content-wrapper{gap:40px;width:100%;max-width:1100px;height:100%;display:flex}.lobby-character-section{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:20px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 30px #00000080}.character-display{justify-content:center;align-items:flex-end;width:100%;height:100%;padding-bottom:20px;display:flex}.character-img{object-fit:contain;filter:drop-shadow(0 0 10px #fff3);max-width:80%;max-height:90%;transition:transform .3s}.character-img:hover{transform:scale(1.05)}.lobby-menu-section{flex-direction:column;flex:1;justify-content:center;display:flex}.lobby-title{text-shadow:0 4px 6px #0000004d;margin-bottom:30px;font-size:3rem}.lobby-stats{flex-direction:column;gap:15px;width:100%;margin-bottom:30px;display:flex}.stat-card{text-align:left;background:#0006;border-radius:15px;flex-direction:column;width:100%;padding:20px;display:flex;box-shadow:0 4px 10px #0003}.stat-label{color:#ddd;margin-bottom:5px;font-size:.9rem;display:block}.stat-value{color:#ffca28;font-size:1.5rem;font-weight:700;display:block}.exp-bar{background:#fff3;border:1px solid #ffffff4d;border-radius:12px;width:100%;height:24px;margin-top:10px;position:relative;overflow:hidden}.exp-text{color:#fff;text-shadow:1px 1px 2px #000;z-index:2;white-space:nowrap;font-size:.85rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.exp-fill{background:#00e676;height:100%;transition:width .3s}.lobby-menu-grid{grid-template-columns:1fr 1fr;gap:20px;width:100%;display:grid}.arrow-lobby-btn{cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:15px;font-size:1.1rem;font-weight:700;transition:margin .1s,border-bottom .1s;display:flex;box-shadow:0 4px 6px #0000004d}.arrow-lobby-btn:active{transform:none}.arrow-lobby-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 15px #0000004d}.arrow-start-btn{color:#fff;text-shadow:1px 1px #000;background:linear-gradient(#d35400,#a04000);border-bottom:4px solid #6e2c00}.arrow-start-btn:active{border-bottom:0 solid #0000;margin-top:4px}.arrow-shop-btn{color:#fff;text-shadow:1px 1px #a04000;background:linear-gradient(#f39c12,#d35400);border-bottom:4px solid #b9770e}.arrow-shop-btn:active{border-bottom:0 solid #0000;margin-top:4px}.arrow-skill-btn{color:#fff;text-shadow:1px 1px #000;background:linear-gradient(#8e44ad,#6c3483);border-bottom:4px solid #4a235a}.arrow-skill-btn:active{border-bottom:0 solid #0000;margin-top:4px}.arrow-exit-lobby-btn{color:#fff;text-shadow:1px 1px #000;background:linear-gradient(#7f8c8d,#626567);border-bottom:4px solid #424949}.arrow-exit-lobby-btn:active{border-bottom:0 solid #0000;margin-top:4px}.arrow-shop-modal-overlay{z-index:50;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.arrow-shop-modal{color:#333;background:#fff;border-radius:15px;flex-direction:column;width:90%;max-width:600px;max-height:85%;padding:20px;display:flex;box-shadow:0 10px 25px #00000080}.shop-modal h2{text-align:center;color:#2c3e50;margin-top:0}.shop-gold{text-align:right;color:#f39c12;margin-bottom:15px;font-size:1.2rem;font-weight:700}.shop-list{flex-direction:column;flex:1;gap:10px;padding-right:5px;display:flex;overflow-y:auto}.shop-list::-webkit-scrollbar{width:8px}.shop-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.shop-list::-webkit-scrollbar-thumb{background:#bdc3c7;border-radius:4px}.shop-list::-webkit-scrollbar-thumb:hover{background:#95a5a6}.shop-item{background:#f8f9fa;border:2px solid #0000;border-radius:10px;align-items:center;padding:10px;display:flex}.shop-item.equipped{background:#e8f8f5;border-color:#2ecc71}.item-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;margin-right:15px;font-size:24px;display:flex}.item-info{flex:1}.item-info h3{margin:0;font-size:1rem}.item-desc{color:#7f8c8d;margin:3px 0 0;font-size:.8rem}.item-actions button{cursor:pointer;color:#fff;background:#34495e;border:none;border-radius:5px;padding:8px 15px}.arrow-buy-btn{font-weight:700;color:#333!important;background:#f1c40f!important}.arrow-buy-btn:disabled{cursor:not-allowed;color:#7f8c8d!important;background:#bdc3c7!important}.arrow-close-shop-btn{color:#fff;cursor:pointer;background:#95a5a6;border:none;border-radius:8px;margin-top:20px;padding:12px;font-size:1rem}.skill-slots-container{justify-content:center;gap:15px;margin-bottom:20px;display:flex}.skill-slot-box{cursor:pointer;background:#ecf0f1;border:2px dashed #bdc3c7;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:80px;height:80px;transition:all .2s;display:flex;position:relative}.skill-slot-box:hover{background:#fff;border-color:#3498db;transform:translateY(-2px)}.slot-key{color:#7f8c8d;font-size:.8rem;font-weight:700;position:absolute;top:2px;left:5px}.slot-icon{font-size:2rem}.slot-empty{color:#bdc3c7;font-size:.8rem}.slot-name{color:#2c3e50;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:90%;font-size:.7rem;overflow:hidden}.arrow-skill-bar{z-index:10;gap:15px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.ingame-skill-slot{background:#00000080;border:2px solid #7f8c8d;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.ingame-key{color:#fff;text-shadow:1px 1px 2px #000;font-size:.9rem;font-weight:700;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.ingame-icon{font-size:2rem}.ingame-empty{width:100%;height:100%}.cooldown-overlay{z-index:5;pointer-events:none;background:#000000bf;border-radius:6px;width:100%;transition:height .1s linear;position:absolute;bottom:0;left:0}.stage-list-container{flex-wrap:wrap;justify-content:center;gap:15px;max-height:400px;margin-bottom:20px;padding:10px;display:flex;overflow-y:auto}.stage-card{cursor:pointer;text-align:left;background:#ecf0f1;border:2px solid #bdc3c7;border-radius:10px;width:200px;padding:15px;transition:all .2s;position:relative}.stage-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.stage-card.selected{background:#eaf2f8;border-color:#3498db;box-shadow:0 0 10px #3498db80}.stage-card.locked{opacity:.6;cursor:not-allowed;background:#bdc3c7}.stage-card h3{color:#2c3e50;margin:0 0 5px;font-size:1.1rem}.stage-card p{color:#7f8c8d;margin-bottom:10px;font-size:.8rem}.stage-info{color:#27ae60;justify-content:space-between;font-size:.8rem;font-weight:700;display:flex}.locked-overlay{color:#fff;background:#00000080;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.stage-action-row{border-top:1px solid #eee;justify-content:space-between;align-items:center;padding-top:15px;display:flex}.selected-stage-summary{color:#2c3e50;font-size:1.1rem}.victory-overlay h1{text-shadow:0 2px 4px #00000080;color:#f1c40f!important}.reward-summary{background:#fff3;border-radius:10px;margin-bottom:20px;padding:15px}.reward-summary p{margin:5px 0;font-size:1.2rem;font-weight:700}
