.location-card{display:block;text-decoration:none;color:inherit;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;aspect-ratio:1;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.location-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.location-card:hover .location-gradient{transform:scale(1.05)}.location-card:hover .location-icon{transform:scale(1.1)}.location-card-inner{position:relative;width:100%;height:100%}.location-image{position:absolute;top:0;left:0;width:100%;height:100%}.location-image-placeholder{width:100%;height:100%;position:relative;overflow:hidden}.location-gradient{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.location-card:first-child .location-gradient{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.location-card:nth-child(2) .location-gradient{background:linear-gradient(135deg,#6366f1,#a5b4fc)}.location-card:nth-child(3) .location-gradient{background:linear-gradient(135deg,#8b5cf6,#c4b5fd)}.location-card:nth-child(4) .location-gradient{background:linear-gradient(135deg,#7c3aed 20%,#c4b5fd)}.location-card:nth-child(5) .location-gradient{background:linear-gradient(135deg,#6366f1 20%,#a78bfa)}.location-card:nth-child(6) .location-gradient{background:linear-gradient(135deg,#8b5cf6 20%,#a5b4fc)}.location-card:nth-child(7) .location-gradient{background:linear-gradient(135deg,#7c3aed 30%,#a5b4fc)}.location-card:nth-child(8) .location-gradient{background:linear-gradient(135deg,#6366f1 30%,#c4b5fd)}.location-card:nth-child(9) .location-gradient{background:linear-gradient(135deg,#8b5cf6 30%,#c4b5fd)}.location-card:nth-child(10) .location-gradient{background:linear-gradient(135deg,#7c3aed 40%,#a78bfa)}.location-card:nth-child(11) .location-gradient{background:linear-gradient(135deg,#6366f1 40%,#c4b5fd)}.location-card:nth-child(12) .location-gradient{background:linear-gradient(135deg,#8b5cf6 40%,#a5b4fc)}.location-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5))}.location-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.9);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.location-info{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;z-index:2}.location-name{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.location-count{font-size:.875rem;margin:0;opacity:.95;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.location-gradient:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,hsla(0,0%,100%,.02) 0,hsla(0,0%,100%,.02) 20px);pointer-events:none}@media (max-width:768px){.location-card{border-radius:12px}.location-name{font-size:1.1rem}.location-count{font-size:.813rem}.location-info{padding:1rem}.location-icon{width:40px;height:40px}.location-icon svg{width:28px;height:28px}}@media (max-width:576px){.location-name{font-size:1rem}.location-count{font-size:.75rem}.location-info{padding:.875rem}}.location-card.loading .location-count{background:hsla(0,0%,100%,.3);border-radius:4px;height:1rem;width:80px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}