.event-discovery-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}@media (max-width:1024px){.event-discovery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.event-discovery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.event-discovery-grid{grid-template-columns:1fr}}.category-filter-bar{-ms-overflow-style:none;scrollbar-width:none;border-bottom:1px solid #eaeaea;justify-content:center;gap:1.5rem;margin-bottom:2rem;padding:1rem 0 2rem;display:flex;overflow-x:auto}.category-filter-bar::-webkit-scrollbar{display:none}.category-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-width:80px;padding:.5rem;transition:all .2s;display:flex}.category-btn .material-symbols-outlined{font-size:28px;transition:transform .2s}.category-btn span:last-child{white-space:nowrap;font-size:.85rem;font-weight:600}.category-btn:hover{color:#111;background-color:#f1f5f9}.category-btn:hover .material-symbols-outlined{transform:translateY(-2px)}.category-btn.active{color:#e94f37}.category-btn.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.thematic-section-header{color:#111;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800;display:flex}
