:root{--lc-primary:#3ABEF5;--lc-text-main:#ffffff;--lc-bg-skeleton:#f3f4f6;--lc-bg-skeleton-dark:#e5e7eb;--lc-transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}@keyframes lc-pulse{50%{opacity:.5}}.lc-skeleton{position:relative;height:280px;width:72vw;min-width:72vw;border-radius:20px;overflow:hidden;flex-shrink:0;scroll-snap-align:start;background-color:var(--lc-bg-skeleton);animation:lc-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.lc-skeleton-content{position:absolute;bottom:0;width:100%;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.lc-skeleton-line-short{height:.75rem;width:4rem;background-color:var(--lc-bg-skeleton-dark);border-radius:9999px}.lc-skeleton-line-long{height:1.5rem;width:66%;background-color:var(--lc-bg-skeleton-dark);border-radius:8px}.lc-card{position:relative;height:280px;width:72vw;min-width:72vw;border-radius:20px;overflow:hidden;flex-shrink:0;scroll-snap-align:start;cursor:pointer;transition:var(--lc-transition);transform:translateZ(0)}@media (hover:hover){.lc-card:hover{transform:scale(1.005)}}@media (min-width:640px){.lc-card,.lc-skeleton{height:320px;width:calc((100% - 20px) / 2);min-width:calc((100% - 20px) / 2)}}@media (min-width:768px){.lc-card,.lc-skeleton{width:calc((100% - 40px) / 3);min-width:calc((100% - 40px) / 3)}}@media (min-width:1024px){.lc-card,.lc-skeleton{height:360px;width:calc((100% - 60px) / 4);min-width:calc((100% - 60px) / 4)}}.lc-image-layer{position:absolute;inset:0;z-index:0;background-color:#e2e8f0}.lc-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .8s cubic-bezier(.25,.8,.25,1)}.lc-card:hover .lc-image{transform:scale(1.08)}.lc-scrim{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.5) 35%,transparent);z-index:10;pointer-events:none}.lc-content{position:absolute;bottom:0;left:0;right:0;padding:1rem;z-index:20;display:flex;flex-direction:column;gap:.375rem}@media (min-width:1024px){.lc-content{padding:1.25rem;gap:.5rem}}.lc-meta-row{gap:.5rem;margin-bottom:.125rem}.lc-meta-item,.lc-meta-row{display:flex;align-items:center}.lc-meta-item{gap:.25rem}.lc-places-text,.lc-rating-text{color:rgba(255,255,255,.95);font-size:.75rem;font-weight:700}.lc-places-text{font-weight:600;color:rgba(255,255,255,.85)}.lc-dot{color:rgba(255,255,255,.4);font-size:.75rem}.lc-title{font-size:1.125rem;font-weight:800;color:var(--lc-text-main)}.lc-subtitle,.lc-title{margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-subtitle{font-size:.875rem;font-weight:500;color:rgba(255,255,255,.85);letter-spacing:-.01em}@media (min-width:768px){.lc-title{font-size:1.25rem}.lc-subtitle{font-size:.9375rem}}@media (min-width:1024px){.lc-title{font-size:1.375rem}.lc-subtitle{font-size:1rem}}