/* Lucky Line unit sprite renderer */
.slot{overflow:visible}.unit.sprite-card{position:relative;width:76%;height:76%;padding:0;display:grid;place-items:center;overflow:visible;background:transparent!important;border:0!important;box-shadow:none!important;text-shadow:none!important}.unit.sprite-card:before{content:'';position:absolute;left:50%;top:57%;transform:translate(-50%,-50%);width:58px;height:28px;border-radius:50%;background:rgba(0,0,0,.28);box-shadow:0 0 0 4px rgba(255,255,255,.14),0 0 14px rgba(0,0,0,.32);z-index:0}.unit.sprite-card.sprite-rarity-common:before{background:rgba(142,132,122,.36);box-shadow:0 0 0 4px rgba(150,140,130,.45),0 0 14px rgba(80,73,68,.35)}.unit.sprite-card.sprite-rarity-rare:before{background:rgba(56,160,255,.32);box-shadow:0 0 0 4px rgba(78,184,255,.58),0 0 18px rgba(67,178,255,.62)}.unit.sprite-card.sprite-rarity-hero:before{background:rgba(176,80,255,.32);box-shadow:0 0 0 4px rgba(198,100,255,.62),0 0 20px rgba(187,88,255,.62)}.unit.sprite-card.sprite-rarity-legendary:before{background:rgba(255,178,45,.34);box-shadow:0 0 0 4px rgba(255,203,74,.72),0 0 22px rgba(255,167,45,.72)}.unit.sprite-card.sprite-rarity-mythic:before{background:radial-gradient(circle,rgba(255,239,90,.38),rgba(255,77,140,.28) 55%,rgba(111,91,255,.3));box-shadow:0 0 0 4px rgba(255,242,91,.8),0 0 24px rgba(255,74,140,.72),0 0 34px rgba(123,94,255,.55);animation:rarityAura 1.25s ease-in-out infinite}.sprite-bust{position:relative;z-index:1;display:block!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;aspect-ratio:1/1;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 4px 3px rgba(0,0,0,.58));pointer-events:none;flex:0 0 58px}.sprite-bust.attacking{filter:drop-shadow(0 4px 3px rgba(0,0,0,.58)) brightness(1.12);transform:translateY(-1px)}.unit.sprite-card .unit-name{display:none!important}.unit.sprite-card[data-stack="2"]::after,.unit.sprite-card[data-stack="3"]::after{position:absolute;right:-12px;top:-13px;z-index:6;min-width:26px;height:26px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(180deg,#fff4a8,#ffc940);border:2px solid rgba(83,53,31,.34);box-shadow:0 3px 8px rgba(0,0,0,.28);color:#3d250a;text-shadow:none;font-size:12px;line-height:1;font-weight:1000}.unit.sprite-card[data-stack="2"]::after{content:'x2'}.unit.sprite-card[data-stack="3"]::after{content:'x3'}.sprite-icon,.sprite-info-icon{display:inline-block;width:26px;height:26px;aspect-ratio:1/1;margin-right:5px;vertical-align:middle;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 2px 2px rgba(0,0,0,.55))}.sprite-info-icon{width:42px;height:42px;float:left;margin:0 8px 4px 0}.sprite-myth-button{position:relative}.sprite-myth-button .sprite-icon{width:29px;height:29px;margin-right:6px}.unit-popup{transform:translateX(-50%)!important;width:235px!important;padding:10px 11px!important}.unit-popup h3{font-size:15px!important;margin-bottom:5px!important}.unit-popup .popup-tags{gap:4px!important;margin-bottom:6px!important}.unit-popup .popup-tags span{font-size:10px!important;padding:3px 6px!important}.unit-popup .popup-grid{gap:5px!important}.unit-popup .popup-grid div{font-size:11px!important;padding:6px!important}.unit-popup .popup-skill{font-size:11px!important;padding:7px!important;margin-top:6px!important}.unit-popup:after{display:none}.attack-range-circle{position:absolute;border:3px solid rgba(118,205,255,.82);background:rgba(94,184,255,.16);border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,.26),0 0 28px rgba(96,190,255,.35);pointer-events:none;z-index:5;transform:translate(-50%,-50%);mix-blend-mode:screen}.attack-range-circle:after{content:'';position:absolute;left:50%;top:50%;width:8px;height:8px;margin:-4px;border-radius:50%;background:rgba(125,219,255,.95);box-shadow:0 0 12px rgba(125,219,255,.85)}@keyframes rarityAura{50%{filter:saturate(1.35) brightness(1.12);transform:translate(-50%,-50%) scale(1.07)}}@media(max-width:700px){.sprite-bust{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:46px!important;max-height:46px!important;flex-basis:46px}.unit.sprite-card:before{width:48px;height:23px}.sprite-icon{width:21px;height:21px}.sprite-info-icon{width:36px;height:36px}.unit-popup{width:218px!important}.attack-range-circle{border-width:2px}}
