.page-header.svelte-13hsgdq{background:var(--gradient-blue);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.page-header.svelte-13hsgdq:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1}.page-header.svelte-13hsgdq h1:where(.svelte-13hsgdq){font-size:3rem;margin-bottom:.75rem;font-weight:800;position:relative;z-index:1}.page-header.svelte-13hsgdq p:where(.svelte-13hsgdq){font-size:1.25rem;opacity:.95;position:relative;z-index:1}.container.svelte-13hsgdq{max-width:1200px;margin:0 auto;padding:0 var(--space-6)}.content-section.svelte-13hsgdq{padding:4rem 0;background:var(--gray-50);min-height:50vh}.loading-state.svelte-13hsgdq,.empty-state.svelte-13hsgdq{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.loading-state.svelte-13hsgdq .spinner:where(.svelte-13hsgdq){width:60px;height:60px;border:4px solid var(--gray-200);border-top-color:var(--blue-primary);border-radius:50%;animation:svelte-13hsgdq-spin .8s linear infinite;margin:0 auto 1.5rem}@keyframes svelte-13hsgdq-spin{to{transform:rotate(360deg)}}.empty-state.svelte-13hsgdq{background:#fff;border-radius:var(--radius-2xl);padding:4rem 2rem;box-shadow:var(--shadow-sm)}.empty-state.svelte-13hsgdq svg{color:var(--gray-300);margin-bottom:1.5rem}.empty-state.svelte-13hsgdq h3:where(.svelte-13hsgdq){color:var(--blue-dark);font-size:1.5rem;margin-bottom:.75rem}.upcoming-events.svelte-13hsgdq h2:where(.svelte-13hsgdq),.past-events.svelte-13hsgdq h2:where(.svelte-13hsgdq){color:var(--blue-dark);font-size:2.25rem;margin-bottom:2rem;font-weight:700}.featured-event.svelte-13hsgdq{display:grid;grid-template-columns:320px 1fr;gap:0;background:#fff;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-md);margin-bottom:3rem;transition:all var(--transition-smooth);text-decoration:none;color:inherit;border:2px solid var(--blue-primary);max-height:280px}.featured-event.svelte-13hsgdq:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.featured-image.svelte-13hsgdq{position:relative;height:100%;overflow:hidden;background:var(--gray-200)}.featured-image.svelte-13hsgdq img:where(.svelte-13hsgdq){width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-event.svelte-13hsgdq:hover .featured-image:where(.svelte-13hsgdq) img:where(.svelte-13hsgdq){transform:scale(1.05)}.featured-badge.svelte-13hsgdq{position:absolute;top:1rem;right:1rem;background:var(--red-primary);color:#fff;padding:.4rem 1rem;border-radius:var(--radius-full);font-weight:700;font-size:.8rem;box-shadow:var(--shadow-md);z-index:10}.featured-content.svelte-13hsgdq{display:grid;grid-template-columns:100px 1fr;gap:1.5rem;padding:2rem}.featured-date.svelte-13hsgdq{background:var(--gradient-blue);color:#fff;border-radius:var(--radius-lg);padding:1rem;text-align:center;height:fit-content;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:var(--shadow-sm)}.featured-date.svelte-13hsgdq .day:where(.svelte-13hsgdq){font-size:2rem;font-weight:800;line-height:1;display:block}.featured-date.svelte-13hsgdq .month:where(.svelte-13hsgdq){font-size:.75rem;text-transform:uppercase;opacity:.95}.featured-info.svelte-13hsgdq h3:where(.svelte-13hsgdq){color:var(--blue-dark);font-size:1.5rem;margin-bottom:.75rem;font-weight:700;line-height:1.3}.description.svelte-13hsgdq{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meta-info.svelte-13hsgdq{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1rem}.meta-item.svelte-13hsgdq{display:flex;align-items:center;gap:.4rem;color:var(--text-secondary);font-size:.875rem}.meta-item.svelte-13hsgdq svg{color:var(--blue-primary);flex-shrink:0}.read-more.svelte-13hsgdq{display:inline-flex;align-items:center;gap:.4rem;color:var(--blue-primary);font-weight:600;font-size:.95rem;transition:gap .3s}.featured-event.svelte-13hsgdq:hover .read-more:where(.svelte-13hsgdq){gap:.6rem}.events-grid.svelte-13hsgdq{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-bottom:3rem}.event-card.svelte-13hsgdq{display:block;background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition-smooth);text-decoration:none;color:inherit;border:1px solid var(--gray-200)}.event-card.svelte-13hsgdq:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--blue-200)}.card-image.svelte-13hsgdq{position:relative;height:220px;overflow:hidden;background:var(--gray-100)}.card-image.svelte-13hsgdq img:where(.svelte-13hsgdq){width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.event-card.svelte-13hsgdq:hover .card-image:where(.svelte-13hsgdq) img:where(.svelte-13hsgdq){transform:scale(1.1)}.image-placeholder.svelte-13hsgdq{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--gradient-blue);color:#fff}.card-date.svelte-13hsgdq{position:absolute;top:1rem;left:1rem;background:#fff;padding:.75rem 1rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center}.card-date.svelte-13hsgdq .day:where(.svelte-13hsgdq){display:block;font-size:1.75rem;font-weight:800;line-height:1;color:var(--blue-dark)}.card-date.svelte-13hsgdq .month:where(.svelte-13hsgdq){display:block;font-size:.75rem;text-transform:uppercase;color:var(--text-secondary);margin-top:.25rem}.card-content.svelte-13hsgdq{padding:1.75rem}.card-content.svelte-13hsgdq h3:where(.svelte-13hsgdq){color:var(--blue-dark);font-size:1.35rem;margin-bottom:.75rem;font-weight:700;line-height:1.3}.card-content.svelte-13hsgdq .description:where(.svelte-13hsgdq){font-size:.95rem;margin-bottom:1rem}.card-meta.svelte-13hsgdq{display:flex;flex-direction:column;gap:.5rem}.card-meta.svelte-13hsgdq .meta-item:where(.svelte-13hsgdq){font-size:.875rem}.past-events.svelte-13hsgdq{margin-top:4rem}.past-grid.svelte-13hsgdq{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.past-card.svelte-13hsgdq{display:block;background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition-smooth);text-decoration:none;color:inherit;border:1px solid var(--gray-200)}.past-card.svelte-13hsgdq:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.past-image.svelte-13hsgdq{height:200px;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);overflow:hidden}.past-image.svelte-13hsgdq img:where(.svelte-13hsgdq){width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.past-card.svelte-13hsgdq:hover .past-image:where(.svelte-13hsgdq) img:where(.svelte-13hsgdq){transform:scale(1.1)}.past-content.svelte-13hsgdq{padding:1.75rem}.past-date.svelte-13hsgdq{color:var(--text-secondary);font-size:.875rem;display:block;margin-bottom:.75rem;font-weight:500}.past-card.svelte-13hsgdq h4:where(.svelte-13hsgdq){color:var(--blue-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.past-card.svelte-13hsgdq p:where(.svelte-13hsgdq){color:var(--text-secondary);line-height:1.7;font-size:.95rem}@media (max-width: 968px){.featured-event.svelte-13hsgdq{grid-template-columns:1fr;max-height:none}.featured-image.svelte-13hsgdq{height:250px}.featured-content.svelte-13hsgdq{grid-template-columns:1fr}.featured-date.svelte-13hsgdq{flex-direction:row;justify-content:center;padding:1rem 1.5rem}}@media (max-width: 768px){.page-header.svelte-13hsgdq{padding:3rem 0}.page-header.svelte-13hsgdq h1:where(.svelte-13hsgdq){font-size:2rem}.page-header.svelte-13hsgdq p:where(.svelte-13hsgdq){font-size:1rem}.events-grid.svelte-13hsgdq,.past-grid.svelte-13hsgdq{grid-template-columns:1fr}.featured-info.svelte-13hsgdq h3:where(.svelte-13hsgdq){font-size:1.35rem}}
