@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#app{background-color:#0c0c14;width:100%;height:100%;font-family:Outfit,sans-serif;overflow:hidden}#canvas-container{width:100%;height:100%}.glass-panel{-webkit-backdrop-filter:blur(16px)saturate(180%);color:#fff;background:#0d0d17a6;border:1px solid #ffffff14;box-shadow:0 10px 40px #0006}.hud-wrapper{pointer-events:none;z-index:10;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:24px;display:flex;position:absolute;top:0;left:0}.hud-top{justify-content:space-between;width:100%;display:flex}.hud-bottom{justify-content:space-between;align-items:flex-end;width:100%;display:flex}.health-hud{pointer-events:auto;border-radius:16px;flex-direction:column;gap:8px;min-width:260px;padding:16px;display:flex}.health-header{letter-spacing:.5px;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.health-icon-wrapper{align-items:center;gap:6px;display:flex}.health-heart{color:#f36;font-size:1.2rem;animation:1.5s infinite alternate pulse}.health-bar-container{background:#ffffff1a;border-radius:6px;width:100%;height:12px;position:relative;overflow:hidden}.health-bar-fill{background:linear-gradient(90deg,#f36 0%,#ff5e3a 100%);border-radius:6px;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1)}.energy-hud{pointer-events:auto;border-radius:16px;flex-direction:column;gap:8px;min-width:260px;padding:16px;display:flex}.energy-header{letter-spacing:.5px;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.energy-icon-wrapper{align-items:center;gap:6px;display:flex}.energy-icon{font-size:1.2rem}.energy-bar-container{background:#ffffff1a;border-radius:6px;width:100%;height:12px;overflow:hidden}.energy-bar-fill{border-radius:6px;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1),background-color .3s}.inventory-hud{pointer-events:auto;border-radius:16px;flex-direction:column;gap:8px;min-width:260px;padding:16px;display:flex}.inventory-header{letter-spacing:.5px;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.inventory-icon-wrapper{align-items:center;gap:6px;display:flex}.inventory-icon{font-size:1.2rem}.inventory-bar-container{background:#ffffff1a;border-radius:6px;width:100%;height:12px;overflow:hidden}.inventory-bar-fill{background:linear-gradient(90deg,#00f2fe 0%,#4facfe 100%);border-radius:6px;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1)}.inventory-hint{opacity:.5;text-align:right;margin-top:2px;font-size:.75rem}.inventory-overlay{-webkit-backdrop-filter:blur(10px);z-index:100;background:#08080e80;justify-content:center;align-items:center;width:100%;height:100%;animation:.25s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.inventory-modal{border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;width:700px;max-width:90%;height:500px;animation:.3s cubic-bezier(.16,1,.3,1) scaleUp;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.close-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.close-btn:hover{color:#f36;background:#ff1e5033}.modal-body{flex:1;grid-template-columns:1.4fr 1fr;display:grid;overflow:hidden}.slots-pane{border-right:1px solid #ffffff14;padding:24px;overflow-y:auto}.slots-title{text-transform:uppercase;letter-spacing:1px;color:#4facfe;margin-bottom:16px;font-size:.9rem;font-weight:600}.slots-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.inventory-slot{aspect-ratio:1;background:#ffffff08;border:1px dashed #ffffff26;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:relative;overflow:hidden}.inventory-slot.filled{cursor:grab}.inventory-slot.filled:active{cursor:grabbing}.drop-zones{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px;display:grid}.drop-zone{text-align:center;color:#ddd;-webkit-user-select:none;user-select:none;background:#ffffff0d;border:1px dashed #ffffff40;border-radius:10px;padding:10px 8px;font-size:.78rem;transition:all .15s}.drop-zone:hover{color:#fff;background:#00f2fe26;border-color:#00f2fe}.drop-zone.drop-out:hover{background:#ff33662e;border-color:#f36}.drag-ghost{pointer-events:none;z-index:1000;background:#000000bf;border:1px solid #00f2fe;border-radius:10px;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.5rem;display:flex;position:fixed;transform:translate(-50%,-50%);box-shadow:0 4px 14px #00000080}.inventory-slot.filled{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f}.inventory-slot.filled:hover{background:#ffffff14;border-color:#00f2fe}.item-icon{margin-bottom:4px;font-size:2rem;transition:transform .2s}.inventory-slot.filled:hover .item-icon{transform:scale(1.15)translateY(-2px)}.item-name{text-align:center;color:#fffc;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.75rem;font-weight:500;overflow:hidden}.bags-pane{background:#ffffff03;flex-direction:column;justify-content:space-between;padding:24px;display:flex}.bags-header-title{text-transform:uppercase;letter-spacing:1px;color:#ff5e3a;margin-bottom:16px;font-size:.9rem;font-weight:600}.bags-list{flex-direction:column;flex:1;gap:12px;margin-bottom:16px;display:flex;overflow-y:auto}.bag-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.bag-card-icon{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.6rem;display:flex}.bag-card-details{flex-direction:column;display:flex}.bag-card-name{font-size:.9rem;font-weight:600}.bag-card-bonus{color:#00f2fe;font-size:.75rem}.add-bag-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 15px #00f2fe40}.add-bag-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f2fe66}.add-bag-button:active{transform:translateY(0)}@keyframes pulse{0%{opacity:.9;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.eat-btn{color:#fff;cursor:pointer;background:#ff9100;border:none;border-radius:6px;padding:6px 12px;font-size:.7rem;font-weight:600;transition:transform .2s;box-shadow:0 4px 12px #ff91004d}.eat-btn:hover{background:#fa3;transform:scale(1.05)}.item-type{color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-size:.6rem}.crafting-modal{border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;width:700px;max-width:90%;max-height:80vh;animation:.3s cubic-bezier(.16,1,.3,1) scaleUp;display:flex;overflow:hidden}.crafting-modal .modal-body{flex-direction:column;padding:24px;display:flex;overflow-y:auto}.recipes-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.recipe-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:10px;padding:16px;transition:all .2s;display:flex}.recipe-card.craftable{background:#00f2fe08;border-color:#00f2fe40}.recipe-card.not-craftable{opacity:.6}.recipe-header{align-items:center;gap:10px;display:flex}.recipe-icon{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.recipe-name{font-size:.95rem;font-weight:600}.recipe-ingredients{flex-wrap:wrap;gap:6px;display:flex}.ingredient{background:#ffffff0d;border-radius:6px;padding:3px 8px;font-size:.75rem}.ingredient.has{color:#00e676;border:1px solid #00e67633}.ingredient.missing{color:#ff5252;border:1px solid #ff525233}.recipe-result{color:#ffd740;font-size:.85rem;font-weight:500}.craft-btn{color:#1a1a2e;cursor:pointer;background:linear-gradient(135deg,#00e676 0%,#69f0ae 100%);border:none;border-radius:10px;width:100%;padding:10px;font-size:.85rem;font-weight:700;transition:all .2s}.craft-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00e6764d}.craft-btn:disabled{color:#666;cursor:not-allowed;box-shadow:none;background:#ffffff1a;transform:none}.trade-modal{border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;gap:16px;width:650px;max-width:90%;max-height:80vh;padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) scaleUp;display:flex;overflow:hidden}.trade-dialogue{color:#ffd740;text-align:center;background:#ffd74014;border-radius:10px;padding:8px;font-size:.95rem;font-style:italic}.trade-requests{background:#ffffff08;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.request-items{flex-wrap:wrap;gap:8px;display:flex}.request-badge{color:#ffd740;background:#ffd74026;border:1px solid #ffd7404d;border-radius:8px;padding:4px 10px;font-size:.8rem}.trade-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.trade-slot{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:14px;transition:all .2s;display:flex}.trade-slot.affordable{border-color:#00e67633}.trade-slot.unaffordable{opacity:.5}.trade-slot .item-icon{font-size:2rem}.trade-btn{color:#1a1a2e;cursor:pointer;background:linear-gradient(135deg,#ffd740 0%,#ffab00 100%);border:none;border-radius:8px;width:100%;padding:8px;font-size:.75rem;font-weight:700;transition:all .2s}.trade-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffd7404d}.trade-btn:disabled{color:#666;cursor:not-allowed;box-shadow:none;background:#ffffff1a;transform:none}.trade-player-inv{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.trade-player-items{flex-wrap:wrap;gap:6px;display:flex}.player-item-badge{background:#ffffff0f;border-radius:8px;padding:4px 10px;font-size:.8rem}.gameover-overlay{z-index:10000;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gameover-modal{text-align:center;border-radius:20px;padding:48px 64px}.gameover-modal h1{text-shadow:0 0 30px #ff000080;margin-bottom:16px;font-size:3rem}.loading-overlay{z-index:10001;pointer-events:none;background:radial-gradient(circle at 50% 40%,#1a2a1a 0%,#0a0f0a 70%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-box{text-align:center;color:#fff;border-radius:20px;padding:36px 56px;font-size:1.2rem}.loading-hint{color:#888;margin-top:8px;font-size:.8rem}.loading-spinner{border:4px solid #00f2fe33;border-top-color:#00f2fe;border-radius:50%;width:40px;height:40px;margin:0 auto 18px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.gameover-modal p{color:#aaa;margin-bottom:32px;font-size:1.2rem}.restart-btn{color:#000;cursor:pointer;background:linear-gradient(135deg,#00f2fe,#4facfe);border:none;border-radius:12px;padding:14px 32px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;transition:transform .15s}.restart-btn:hover{transform:scale(1.05)}.inventory-modal .modal-body{scrollbar-width:thin;scrollbar-color:#fff3 transparent;max-height:70vh;overflow-y:auto}.inventory-modal .modal-body::-webkit-scrollbar{width:6px}.inventory-modal .modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.crafting-modal .modal-body{scrollbar-width:thin;scrollbar-color:#fff3 transparent;max-height:70vh;overflow-y:auto}.crafting-modal .modal-body::-webkit-scrollbar{width:6px}.crafting-modal .modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.equipment-pane{margin-bottom:12px}.equipment-slots{gap:8px;margin-top:6px;display:flex}.equipment-slot{cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:10px 12px;font-size:.8rem;transition:background .15s;display:flex}.equipment-slot:hover{background:#ffffff26}.equipment-slot.filled{background:#00f2fe14;border-color:#00f2fe}.equip-item{flex-direction:column;align-items:center;gap:2px;display:flex}.equip-icon{font-size:1.4rem}.equip-name{color:#fff;font-size:.82rem;font-weight:600}.equip-type{color:#00f2fe;text-transform:uppercase;font-size:.65rem}.equip-hint{color:#888;margin-top:8px;font-size:.72rem}.equip-label{color:#aaa;text-transform:uppercase;font-size:.7rem;font-weight:600}.equip-empty{color:#666}.crosshair{z-index:100;pointer-events:none;width:26px;height:26px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.crosshair:before,.crosshair:after{content:"";background:#fff;position:absolute;box-shadow:0 0 1px 1px #000000d9,0 0 4px #0009}.crosshair:before{width:100%;height:3px;top:50%;left:0;transform:translateY(-50%)}.crosshair:after{width:3px;height:100%;top:0;left:50%;transform:translate(-50%)}.crosshair-dot{background:#fff;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 1px 1px #000000d9,0 0 4px #0009}.target-hp-bar{z-index:100;pointer-events:none;flex-direction:column;align-items:center;gap:2px;display:flex;position:fixed;top:56%;left:50%;transform:translate(-50%)}.target-hp-name{color:#fff;text-shadow:0 1px 3px #000c;font-size:.7rem;font-weight:600}.target-hp-container{background:#00000080;border-radius:3px;width:100px;height:6px;overflow:hidden}.target-hp-fill{background:linear-gradient(90deg,#f44336,#ff9800);border-radius:3px;height:100%;transition:width .1s}.target-hp-text{color:#fff;text-shadow:0 1px 3px #000c;font-size:.6rem}.crosshair-dot{background:#ffffffe6;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
