.lootbox-card{position:relative;border-radius:1.75rem;overflow:hidden;padding:2px;cursor:pointer;isolation:isolate;transition:transform .25s ease-out,box-shadow .25s ease-out,filter .25s ease-out}.lootbox-card-inner{position:relative;height:100%;padding:1.6rem 1.4rem 1.4rem;border-radius:1.65rem;background:radial-gradient(circle at 10% 0,hsla(0,0%,100%,.12),transparent 55%),rgba(9,10,16,.95);display:flex;flex-direction:column;gap:1.1rem}.lootbox-card:before{content:"";position:absolute;inset:-6px;border-radius:inherit;background:radial-gradient(circle,hsla(0,0%,100%,.15),transparent 70%);opacity:0;filter:blur(10px);transition:opacity .25s ease-out;z-index:-1}.lootbox-card:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,hsla(0,0%,100%,.25) 0,transparent 55%);background-size:4px 4px;background-position:20% 10%,80% 30%,60% 80%;opacity:.12;mix-blend-mode:screen;pointer-events:none}.lootbox-card:hover{transform:translateY(-4px) scale(1.01);filter:brightness(1.02)}.lootbox-card:hover:before{opacity:1}.lootbox-icon-wrapper{position:relative;align-self:center;margin-top:.3rem;margin-bottom:.1rem}.lootbox-icon-glow{position:absolute;inset:-22px;border-radius:9999px;filter:blur(16px);opacity:.85;mix-blend-mode:screen}.lootbox-icon{width:82px;height:82px;border-radius:28px;display:flex;align-items:center;justify-content:center;font-size:2.3rem;background:rgba(15,23,42,.9);border:2px solid hsla(0,0%,100%,.08);box-shadow:0 0 0 1px rgba(0,0,0,.8),0 18px 35px rgba(0,0,0,.75);animation:lootbox-float 3.2s ease-in-out infinite}@keyframes lootbox-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.lootbox-rarity{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border-radius:9999px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;align-self:flex-start;backdrop-filter:blur(8px);background:rgba(15,23,42,.8)}.lootbox-rarity-icon{font-size:.8rem}.lootbox-text{text-align:center}.lootbox-title{font-size:1.1rem;font-weight:800;color:#f9fafb}.lootbox-subtitle{font-size:.8rem;color:rgba(209,213,219,.8);margin-top:.2rem}.lootbox-tags{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center}.lootbox-tags span{font-size:.7rem;padding:.25rem .6rem;border-radius:9999px;background:rgba(15,23,42,.95);border:1px solid rgba(148,163,184,.45);color:rgba(226,232,240,.9)}.lootbox-footer{margin-top:auto;display:flex;flex-direction:column;gap:.9rem}.lootbox-price{display:flex;align-items:center;gap:.65rem}.lootbox-price-icon{width:36px;height:36px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.3rem;background:radial-gradient(circle at 30% 0,hsla(0,0%,100%,.22),transparent 60%),rgba(17,24,39,.95)}.lootbox-price-value{font-size:1.2rem;font-weight:800;color:#fde68a}.lootbox-price-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(148,163,184,.85)}.lootbox-actions{display:flex;gap:.6rem}.lootbox-btn{flex:1;height:2.5rem;font-size:.75rem;border-radius:9999px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .2s ease-out,transform .15s ease-out,box-shadow .2s ease-out;display:flex;align-items:center;justify-content:center}.lootbox-btn.ghost{background:rgba(15,23,42,.9);border-color:rgba(148,163,184,.6);color:rgba(226,232,240,.9)}.lootbox-btn.ghost:hover{background:rgba(30,64,175,.35)}.lootbox-btn.primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#f9fafb;box-shadow:0 10px 25px rgba(76,81,191,.75)}.lootbox-btn.primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(76,81,191,.9)}.lootbox-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.lootbox-card-rare{background:linear-gradient(145deg,#1d4ed8,#0f172a);box-shadow:0 0 0 1px rgba(15,23,42,.9),0 20px 45px rgba(37,99,235,.6)}.lootbox-card-rare .lootbox-icon-glow{background:radial-gradient(circle,rgba(96,165,250,.9),transparent 70%)}.lootbox-card-rare .lootbox-rarity{border:1px solid rgba(96,165,250,.9);color:#bfdbfe}.lootbox-card-epic{background:linear-gradient(145deg,#6d28d9,#111827);box-shadow:0 0 0 1px rgba(15,23,42,.95),0 24px 55px rgba(147,51,234,.7)}.lootbox-card-epic .lootbox-icon-glow{background:radial-gradient(circle,rgba(196,181,253,.95),transparent 70%)}.lootbox-card-epic .lootbox-rarity{border:1px solid rgba(196,181,253,.95);color:#e9d5ff}.lootbox-card-legendary{background:linear-gradient(145deg,#f59e0b,#78350f);box-shadow:0 0 0 1px rgba(15,23,42,.9),0 26px 60px rgba(245,158,11,.85)}.lootbox-card-legendary .lootbox-icon-glow{background:radial-gradient(circle,#fde047,transparent 70%)}.lootbox-card-legendary .lootbox-rarity{border:1px solid #fde047;color:#fef9c3}@media (prefers-reduced-motion:reduce){.lootbox-card,.lootbox-icon{animation:none!important;transition:none!important}.lootbox-card:hover{transform:none}}