.lp-fst-parties{max-width:1100px;margin:0 auto}.lp-fst-parties-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.lp-fst-party-card{padding:24px 20px;border-radius:var(--radius);background:var(--glass-bg);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-align:center;transition:all .3s var(--ease)}.lp-fst-party-card:hover{border-color:var(--glass-border-hover);transform:translateY(-3px)}.lp-fst-party-icon{font-size:2rem;margin-bottom:12px}.lp-fst-party-card h4{font-family:var(--font-serif);font-size:.95rem;font-weight:600;margin-bottom:8px;line-height:1.3}.lp-fst-party-card p{font-size:.82rem;color:var(--text-muted);line-height:1.5}@media (max-width:1024px){.lp-fst-parties-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:768px){.lp-fst-parties-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:12px;-webkit-overflow-scrolling:touch}.lp-fst-party-card{min-width:200px;scroll-snap-align:start;flex-shrink:0}}