@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;900&family=Inter:wght@400;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&display=swap";.game-hud{position:fixed;top:8px;left:8px;z-index:100;pointer-events:none;width:calc(100% - 16px);display:flex;justify-content:space-between;align-items:flex-start}.hud-left{display:flex;flex-direction:column;gap:8px;pointer-events:auto}.player-stats-bar{display:flex;flex-direction:column;gap:3px}.hp-bar-container{position:relative;width:200px;height:18px;background:#000000b3;border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 15px #00000080}.hp-bar-fill{height:100%;background:linear-gradient(90deg,#ff416c,#ff4b2b);box-shadow:0 0 10px #ff4b2b4d}.hp-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:11px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8);font-family:Inter,sans-serif}.gold-container,.score-container{display:flex;align-items:center;gap:6px;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.1)}.gold-icon{font-size:14px}.gold-value{font-size:15px;font-weight:900;color:gold;font-family:Outfit,sans-serif}.score-label{font-size:8px;font-weight:800;color:#fff6;text-transform:uppercase}.score-value{font-size:15px;font-weight:900;color:#fff;font-family:Outfit,sans-serif}.hud-center-top{position:fixed;top:4px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;pointer-events:none}.timer-container{padding:2px 10px;z-index:102}.timer-value{font-family:Outfit,sans-serif;font-size:24px;font-weight:900;color:#fff;letter-spacing:1px;font-variant-numeric:tabular-nums;text-shadow:0 2px 8px rgba(0,0,0,.8)}.pause-btn{width:24px;height:24px;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:#0f0f1966;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto;transition:all .2s}.pause-btn:hover{background:#ffffff1a;transform:scale(1.1)}.xp-bar-bottom-fixed{position:fixed;bottom:0;left:0;width:100%;height:12px;background:#000c;z-index:1000;border-top:1px solid rgba(255,255,255,.1)}.xp-bar-fill-bottom{height:100%;background:linear-gradient(90deg,#1e90ff,#00ced1,#1e90ff);box-shadow:0 0 10px #1e90ff99;transition:width .3s cubic-bezier(.1,.7,1,.1)}.xp-bar-info-bottom{position:absolute;top:-20px;left:50%;transform:translate(-50%);display:flex;gap:15px;font-size:11px;font-weight:900;color:#00f2fe;text-shadow:0 2px 4px rgba(0,0,0,.8);font-family:Outfit,sans-serif;background:#00000080;padding:2px 10px;border-radius:4px 4px 0 0}.detail-stats-overlay{position:fixed;left:8px;top:105px;background:#0a0a14e6;padding:12px;border-radius:8px;color:#fff;pointer-events:none;z-index:100;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0009;width:180px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-stats-overlay h3{margin:0 0 8px;font-size:14px;font-family:Outfit,sans-serif;border-bottom:2px solid rgba(255,255,255,.05);padding-bottom:4px;color:#4facfe}.detail-stats-overlay span{font-family:Inter,sans-serif;font-size:11px}.stats-mini{display:flex;gap:4px}.stat-item{display:flex;align-items:center;gap:3px;background:#00000080;padding:2px 6px;border-radius:4px;border:1px solid rgba(255,255,255,.05)}.stat-icon{font-size:10px}.stat-value{font-size:10px;font-weight:700;color:#eee;font-family:Inter,sans-serif}@media(max-width:768px){.hp-bar-container{width:140px;height:14px}.hp-text{font-size:9px}.timer-value{font-size:16px}.pause-btn{width:22px;height:22px}.gold-value,.score-value{font-size:13px}.detail-stats-overlay{width:140px;top:90px}.xp-bar-bottom-fixed{height:8px}.xp-bar-info-bottom{top:-16px;font-size:9px}}.library-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box}.library-container{width:100%;max-width:600px;height:100%;max-height:80vh;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:20px;display:flex;flex-direction:column;overflow:hidden}.library-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.library-header h2{margin:0;font-size:18px;font-weight:700;color:#fff}.close-btn{background:#ffffff1a;border:none;width:32px;height:32px;border-radius:50%;color:#fff;font-size:16px;cursor:pointer;transition:all .2s}.close-btn:hover{background:#fff3}.library-tabs{display:flex;padding:12px 16px;gap:8px;border-bottom:1px solid rgba(255,255,255,.05);flex-shrink:0;overflow-x:auto}.library-tabs button{background:#ffffff0d;border:none;padding:8px 16px;border-radius:8px;color:#fff9;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.library-tabs button.active{background:#64ffda33;color:#64ffda}.library-tabs button:hover:not(.active){background:#ffffff1a}.library-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;min-height:0}.library-content.custom-scrollbar::-webkit-scrollbar{width:6px}.library-content.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.library-content.custom-scrollbar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.item-grid{display:flex;flex-direction:column;gap:12px}.library-item{display:flex;gap:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:12px}.item-icon-wrapper{width:50px;height:50px;background:#ff64641a;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.item-icon-wrapper.passive{background:#64ffda1a}.item-icon{font-size:24px}.item-info{flex:1;min-width:0}.item-name{margin:0 0 4px;font-size:14px;font-weight:700;color:#fff}.item-desc{margin:0 0 8px;font-size:12px;color:#ffffff80;line-height:1.4}.item-tags{display:flex;gap:6px;flex-wrap:wrap}.tag{padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;background:#ffffff1a;color:#ffffffb3}.tag-fire{background:#ff64324d;color:#ff6b4a}.tag-ice{background:#64c8ff4d;color:#6ec6ff}.tag-electric{background:#ffdc324d;color:#ffd93d}.tag-poison{background:#64ff644d;color:#7ed321}.tag-physical{background:#9696964d;color:#aaa}.tag-arcane{background:#c864ff4d;color:#e056fd}.tag-wind{background:#64ffc84d;color:#64ffda}.tag-light{background:#ffffc84d;color:#fff}.tag-blood{background:#c832324d;color:#ff4757}.tag-gravity{background:#6432964d;color:#9b59b6}.tag-tech{background:#3296c84d;color:#3498db}.passive-lv1{font-size:11px;color:#64ffdacc;margin-top:4px}.empty-state{text-align:center;padding:40px;color:#ffffff4d}@media(max-width:480px){.library-overlay{padding:10px}.library-container{max-height:90vh;border-radius:16px}.library-header{padding:12px 16px}.library-header h2{font-size:16px}.library-content{padding:12px}.library-item{padding:10px}.item-icon-wrapper{width:44px;height:44px}.item-icon{font-size:20px}}.recipe-modal,.pause-menu-overlay,.settings-modal-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .25s ease-out;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content,.pause-menu-content{background:#141828f2;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;box-shadow:0 10px 40px #00000080;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;position:relative}.pause-menu-content{max-width:400px;max-height:90vh;overflow-y:auto;padding:30px}@media(max-width:600px){.pause-menu-content{padding:20px;max-height:85vh}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:20px;flex-shrink:0}.modal-header h2{color:#fff;font-size:24px;margin:0;font-weight:800;letter-spacing:.5px}.close-btn{width:36px;height:36px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-btn:hover{background:#ffffff40}.recipe-grid{display:flex;flex-direction:column;gap:24px;overflow-y:auto;padding-right:8px;flex:1}.recipe-grid::-webkit-scrollbar{width:6px}.recipe-grid::-webkit-scrollbar-track{background:#ffffff0d}.recipe-grid::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.recipe-section{background:#00000040;border-radius:12px;padding:16px;border:1px solid rgba(255,255,255,.05)}.recipe-section h3{margin:0 0 12px;font-size:16px;text-transform:uppercase;letter-spacing:1px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.recipe-section:nth-of-type(1) h3{color:gold;border-color:#ffd7004d}.recipe-section:nth-of-type(2) h3{color:#00f2fe;border-color:#00f2fe4d}.recipe-section:nth-of-type(3) h3{color:#fff;border-color:#ffffff4d}.recipe-list{display:flex;flex-direction:column;gap:8px}.recipe-item{display:flex;align-items:center;background:#ffffff0d;border-radius:8px;padding:10px 12px;border:1px solid transparent}.recipe-item:hover{background:#ffffff14;border-color:#ffffff1a}.combo{display:flex;align-items:center;justify-content:center;gap:6px;font-size:18px;width:80px;flex-shrink:0}.recipe-info{flex:1;display:flex;flex-direction:column;padding-left:14px;border-left:1px solid rgba(255,255,255,.1);margin-left:10px}.result{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}.recipe-section:nth-of-type(1) .result{color:gold}.recipe-section:nth-of-type(2) .result{color:#00f2fe}.desc{font-size:11px;color:#aaa;line-height:1.3}.pause-title{font-size:32px;font-weight:900;color:#fff;margin-bottom:24px;text-align:center;letter-spacing:2px}.pause-menu-content::-webkit-scrollbar{width:6px}.pause-menu-content::-webkit-scrollbar-track{background:transparent}.pause-menu-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.pause-stats-section{background:#ffffff0d;border-radius:16px;padding:20px;margin-bottom:30px;border:1px solid rgba(255,255,255,.1)}@media(max-width:600px){.pause-title{font-size:24px;margin-bottom:16px}.pause-stats-section{margin-bottom:20px;padding:12px}}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat-card{display:flex;flex-direction:column;background:#0000004d;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.sc-label{font-size:10px;color:#fff6;font-weight:800;letter-spacing:1px;margin-bottom:4px}.sc-value{font-size:18px;color:#fff;font-weight:800;font-family:Outfit,sans-serif}.pause-button-list{display:flex;flex-direction:column;gap:12px}.menu-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);color:#fff;padding:14px;font-size:16px;font-weight:600;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s}.menu-btn:hover{background:#ffffff26;transform:translateY(-1px)}.menu-btn.primary{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#000;border:none;font-weight:700}.menu-btn.danger{background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff;border:none;font-weight:700;box-shadow:0 4px 15px #ff47574d}.menu-btn.danger:hover{background:linear-gradient(135deg,#ff6b81,#ff4757);transform:translateY(-2px);box-shadow:0 6px 20px #ff475766}.settings-body{display:flex;flex-direction:column;gap:32px;overflow-y:auto;padding:0 4px}.setting-item{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:15px;font-weight:600;background:#ffffff08;padding:16px;border-radius:12px}.slider{flex:1;margin:0 24px;-webkit-appearance:none;height:6px;background:#ffffff1a;border-radius:3px;outline:none;cursor:pointer}.slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;background:#00f2fe;border-radius:50%;cursor:pointer;box-shadow:0 0 10px #00f2fecc;transition:transform .1s;margin-top:-8px;position:relative;z-index:2}.slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.slider::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:linear-gradient(90deg,#4facfe,#ffffff1a);border-radius:3px}.toggle-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#aaa;padding:8px 16px;border-radius:20px;cursor:pointer;width:70px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:700;font-size:13px;text-align:center}.toggle-btn.active{background:#00f2fe;border-color:#00f2fe;color:#000;box-shadow:0 0 15px #00f2fe80}@media(max-width:600px){.recipe-modal,.pause-menu-overlay{padding:10px;align-items:center}.modal-content{max-height:85vh;padding:16px;width:100%}.modal-header h2{font-size:18px}.recipe-section{padding:12px}.recipe-item{padding:8px 10px}.combo{font-size:16px;width:60px}.result{font-size:13px}.desc{font-size:10px}}.level-up-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.level-up-container{display:flex;flex-direction:column;align-items:center;gap:20px}.level-up-title{font-family:Outfit,sans-serif;font-size:48px;font-weight:800;color:gold;text-shadow:0 0 20px rgba(255,215,0,.6);margin:0;letter-spacing:2px}.level-up-subtitle{font-family:Inter,sans-serif;font-size:18px;color:#fffc;margin-top:-10px}.cards-container{display:flex;gap:24px;margin-top:20px}.card-item{width:180px;height:280px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:all .2s ease-out;cursor:pointer;box-shadow:0 8px 32px #0000004d;position:relative;overflow:hidden}.card-item.common{border-top:4px solid #aaa}.card-item.rare{border-top:4px solid #4facfe;background:linear-gradient(180deg,#4facfe1a,#ffffff0d 40%)}.card-item.legendary{border-top:4px solid #ffd700;background:linear-gradient(180deg,#ffd7001a,#ffffff0d 40%);box-shadow:0 8px 32px #ffd7001a}.card-rarity{font-size:10px;font-weight:700;text-transform:uppercase;color:#ffffff80;letter-spacing:1px}.card-icon{width:64px;height:64px;margin:8px 0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));display:flex;justify-content:center;align-items:center;font-size:32px}.card-content{text-align:center;flex:1;display:flex;flex-direction:column;gap:6px;width:100%}.card-title{font-family:Outfit,sans-serif;font-size:14px;font-weight:700;color:#fff;margin:0;word-break:keep-all}.card-desc{font-size:11px;color:#ffffffb3;line-height:1.3;margin:0;word-break:keep-all}.recipe-label{font-weight:700;color:#aaa}.select-btn{width:100%;padding:10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-weight:700;font-size:12px;cursor:pointer;transition:all .2s}.card-item:hover .select-btn{background:#fff;color:#000}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}:root{--joystick-size: 90px;--joystick-handle-size: 36px}.joystick-container{position:fixed;bottom:6%;left:50%;transform:translate(-50%);width:var(--joystick-size);height:var(--joystick-size);background:#ffffff0d;border-radius:50%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080,inset 0 0 20px #ffffff0d;touch-action:none;z-index:1000;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.joystick-container:active{background:#ffffff14}.joystick-container:active:before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(79,172,254,.3);animation:ripple 1.5s infinite;pointer-events:none}@keyframes ripple{0%{transform:scale(1);opacity:.5}to{transform:scale(1.3);opacity:0}}.joystick-handle{position:absolute;width:var(--joystick-handle-size);height:var(--joystick-handle-size);background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 4px 15px #4facfe80,inset 0 2px 4px #ffffff80;z-index:1001}.joystick-handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#ffffff80;border-radius:50%}@media(max-width:768px){.joystick-container{bottom:40px;--joystick-size: 120px;--joystick-handle-size: 40px}}.main-hub{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#1a1a2e,#0f0f1a);color:#fff;display:flex;flex-direction:column;font-family:Outfit,sans-serif;overflow:hidden}.hub-header-mini{display:flex;justify-content:flex-end;padding:5px 15px;position:absolute;top:0;right:0;z-index:10}.player-stats-mini{display:flex;gap:8px;font-size:10px;color:#fff6;font-weight:700;background:#0000004d;padding:3px 10px;border-radius:20px}.hub-title-container{display:flex;flex-direction:column;align-items:center;margin-top:2px;z-index:5;flex-shrink:0}.hub-game-title{font-size:24px;font-weight:900;margin:0;text-transform:uppercase;letter-spacing:-.5px;background:linear-gradient(180deg,#fff 30%,#4facfe);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px rgba(79,172,254,.4));font-style:italic}.hub-title-accent{width:30px;height:2px;background:#00f2fe;border-radius:2px;margin-top:-2px;box-shadow:0 0 8px #00f2fecc}.character-showcase{display:flex;flex-direction:column;align-items:center;padding:0 10px;flex-shrink:0}.character-large{display:flex;justify-content:center;align-items:center;margin-bottom:-5px}.character-name{margin:0;font-size:18px;font-weight:800;background:linear-gradient(135deg,#fff,#ccc);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.character-desc{margin:2px 0 0;font-size:10px;color:#ffffff80;text-align:center;max-width:280px;line-height:1.2}.start-weapon{margin-top:6px;padding:4px 12px;background:#ffffff0d;border-radius:12px;font-size:9px}.weapon-name{color:#64ffda;font-weight:600}.hub-right-panel{flex:1;display:flex;flex-direction:column;min-height:0;margin-top:24px}.character-select-section{padding:15px 10px;background:#0000004d;border-radius:20px 20px 0 0;display:flex;flex-direction:column;min-height:0}.character-select-section h3{margin:0 0 10px 15px;font-size:11px;font-weight:700;color:#fff3;text-transform:uppercase}.character-carousel-wrapper{display:flex;align-items:center;position:relative;width:100%;gap:5px}.character-scroll-container{display:grid;grid-template-rows:repeat(2,72px);grid-auto-flow:column;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding:10px 5px;flex:1;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none}.character-scroll-container.dragging{scroll-behavior:auto;cursor:grabbing}.character-scroll-container::-webkit-scrollbar{display:none}.char-select-btn{position:relative;background:#ffffff1f;border:1px solid rgba(255,255,255,.1);border-radius:14px;cursor:pointer;width:68px;height:68px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;overflow:hidden;transition:all .3s cubic-bezier(.175,.885,.32,1.275);padding:0;flex-shrink:0}.char-select-btn:hover{transform:translateY(-5px);background:#fff3;border-color:#ffffff4d}.char-select-btn.active{background:#64ffda33;border-color:#64ffda;box-shadow:0 10px 30px #64ffda66,inset 0 0 15px #64ffda33;transform:scale(1.1);z-index:2}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#3c3c50d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:20;box-shadow:0 4px 15px #00000080}.carousel-nav-btn.prev{left:-10px}.carousel-nav-btn.next{right:-10px}@media(hover:hover){.carousel-nav-btn:hover{background:#64ffda;color:#1a1a2e;border-color:#64ffda;transform:translateY(-50%) scale(1.1);box-shadow:0 0 15px #64ffda80}}.carousel-nav-btn:active{transform:translateY(-50%) scale(.9);background:#64ffda}.character-carousel-wrapper:before,.character-carousel-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:40px;z-index:5;pointer-events:none;transition:opacity .3}.character-carousel-wrapper:before{left:0;background:linear-gradient(to right,rgba(26,26,46,.4),transparent)}.character-carousel-wrapper:after{right:0;background:linear-gradient(to left,rgba(26,26,46,.4),transparent)}.char-select-btn.locked{opacity:.4;filter:grayscale(1);cursor:not-allowed}.lock-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;z-index:10;text-shadow:0 0 10px rgba(0,0,0,.8)}.hub-bottom{display:flex;flex-direction:column;padding:10px 15px;gap:6px;flex-shrink:0;background:#0a0a14e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-bottom:max(10px,env(safe-area-inset-bottom))}.library-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.start-btn-new{background:linear-gradient(135deg,#00d2ff,#3a7bd5);border:none;border-radius:14px;padding:14px;color:#fff;font-size:16px;font-weight:900;letter-spacing:2px;cursor:pointer;box-shadow:0 4px 15px #00d2ff4d}@media(min-width:1024px){.main-hub{flex-direction:row}.hub-title-container{position:absolute;top:50px;left:50px;align-items:flex-start;margin:0;transform:none}.hub-game-title{font-size:68px}.hub-title-accent{width:120px;height:6px}.hub-left-panel{flex:0 0 45%;display:flex;flex-direction:column;justify-content:center;background:#0003}.character-showcase{padding:120px 60px 40px;transform:none}.character-name{font-size:48px}.character-desc{font-size:16px;max-width:440px;margin-top:15px}.hub-right-panel{flex:1;padding:60px 80px;justify-content:center}.character-select-section{background:transparent;padding:0;flex:none}.character-carousel-wrapper{max-width:800px;gap:20px}.character-scroll-container{grid-template-rows:repeat(2,145px);gap:20px;padding:20px 10px}.char-select-btn{width:140px;height:140px;border-radius:24px}.carousel-nav-btn{width:50px;height:50px;font-size:20px}.hub-bottom{background:transparent;flex-direction:row;padding:40px 0 0;gap:20px;max-width:800px;margin:0}.library-btn{flex:0 0 200px;height:60px;font-size:16px}.start-btn-new{flex:1;height:60px;font-size:22px}}@media(max-width:360px){.hub-game-title{font-size:28px}.character-name{font-size:18px}.character-showcase{padding:2px 10px}}.App{width:100vw;height:100vh;position:relative;overflow:hidden}canvas{display:block;width:100%;height:100%}:root{font-family:Outfit,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background-color:#050505;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow:hidden;background-color:#000}#root{width:100%;height:100vh}canvas{touch-action:none;cursor:default}::-webkit-scrollbar{display:none}
