.cronograma-container.svelte-1pv4qs6{background:linear-gradient(135deg,#1e293b,#334155);min-height:100vh;color:#fff}.container.svelte-1pv4qs6{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-section.svelte-1pv4qs6{padding:3rem 0 2rem;text-align:center}.hero-badge.svelte-1pv4qs6{display:inline-flex;align-items:center;gap:.5rem;background-color:#fbbf24;color:#1e293b;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.hero-title.svelte-1pv4qs6{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;line-height:1.1}.hero-description.svelte-1pv4qs6{font-size:1rem;color:#94a3b8;max-width:600px;margin:0 auto 2rem;line-height:1.5}.hero-meta.svelte-1pv4qs6{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;color:#fbbf24;font-weight:600;font-size:.9rem}.hero-meta-item.svelte-1pv4qs6{display:flex;align-items:center;gap:.5rem}.stats-grid.svelte-1pv4qs6{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:2rem 0}.stat-card.svelte-1pv4qs6{background-color:#111827;border:1px solid #1f2937;box-shadow:0 25px 50px -12px #00000040;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-card.svelte-1pv4qs6:hover{transform:translateY(-2px);border-color:#fbbf24}.stat-number.svelte-1pv4qs6{font-size:2rem;font-weight:800;margin-bottom:.5rem}.stat-label.svelte-1pv4qs6{color:#94a3b8;font-size:.875rem;font-weight:500}.day-filter.svelte-1pv4qs6{margin:2rem 0}.day-tabs.svelte-1pv4qs6{display:flex;gap:.5rem;flex-wrap:wrap;clear:both}.day-tab.svelte-1pv4qs6{background-color:#111827;border:1px solid #1f2937;box-shadow:0 25px 50px -12px #00000040;border-radius:8px;padding:.75rem 1.5rem;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.day-tab.svelte-1pv4qs6:hover{background:#475569cc;color:#fff}.day-tab.active.svelte-1pv4qs6{background:#fbbf24;color:#1e293b;border-color:#fbbf24;font-weight:700}.day-header.svelte-1pv4qs6{text-align:center;margin:3rem 0 2rem}.day-title.svelte-1pv4qs6{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.day-date.svelte-1pv4qs6{color:#94a3b8;font-size:1rem}.events-grid.svelte-1pv4qs6{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin:2rem 0}.event-card.svelte-1pv4qs6{background-color:#111827;border:1px solid #1f2937;box-shadow:0 25px 50px -12px #00000040;border-radius:12px;padding:1.5rem;text-align:left;cursor:pointer;transition:all .3s ease;position:relative;width:100%}.event-card.svelte-1pv4qs6:hover{transform:translateY(-2px);border-color:#fbbf24}.event-card.svelte-1pv4qs6:disabled{cursor:default;opacity:1}.event-card.clickable.svelte-1pv4qs6:after{content:"";position:absolute;top:1rem;right:1rem;width:8px;height:8px;background:#10b981;border-radius:50%}.event-header.svelte-1pv4qs6{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.event-type-badge.svelte-1pv4qs6{background:#fbbf24;color:#1e293b;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.event-arrow.svelte-1pv4qs6{color:#94a3b8;font-size:1.25rem}.event-time.svelte-1pv4qs6{color:#94a3b8;font-size:.875rem;margin-bottom:.5rem}.event-title.svelte-1pv4qs6{font-size:1rem;font-weight:600;margin-bottom:.75rem;line-height:1.4}.event-location.svelte-1pv4qs6{color:#94a3b8;font-size:.875rem}.container.svelte-1pv4qs6 .categories-section:where(.svelte-1pv4qs6){width:100%}.categories-header.svelte-1pv4qs6{text-align:center;margin-bottom:2rem}.categories-grid.svelte-1pv4qs6{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.category-card.svelte-1pv4qs6{background-color:#111827;border:1px solid #1f2937;box-shadow:0 25px 50px -12px #00000040;border-radius:12px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease}.category-card.svelte-1pv4qs6:hover{transform:translateY(-2px);border-color:#fbbf24}.category-icon.svelte-1pv4qs6{width:3rem;height:3rem;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;transition:transform .2s ease}.category-title.svelte-1pv4qs6{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.category-count.svelte-1pv4qs6{color:#94a3b8;font-size:.875rem;font-weight:500}@media (max-width: 768px){.hero-meta.svelte-1pv4qs6{flex-direction:column;gap:1rem}.stats-grid.svelte-1pv4qs6{grid-template-columns:repeat(2,1fr)}.day-tabs.svelte-1pv4qs6{flex-direction:column}.events-grid.svelte-1pv4qs6{grid-template-columns:1fr}.categories-grid.svelte-1pv4qs6{grid-template-columns:repeat(2,1fr)}.actions-grid.svelte-1pv4qs6{flex-direction:column;align-items:center}}.cronograma-container[data-astro-cid-xyyjirkb]{background-color:var(--background-900);min-height:100vh;color:#fff;padding-bottom:2rem}.container[data-astro-cid-xyyjirkb]{max-width:1200px;margin:0 auto;position:relative;padding:0 1rem}.hero-section[data-astro-cid-xyyjirkb]{position:relative;padding:6.5rem 0 2rem;text-align:center;background:linear-gradient(to bottom,#2c5282,var(--background-900))}.hero-overlay[data-astro-cid-xyyjirkb]{position:absolute;inset:0;background-color:#0009}.hero-title[data-astro-cid-xyyjirkb]{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;line-height:1.1}.hero-description[data-astro-cid-xyyjirkb]{font-size:1rem;color:#94a3b8;max-width:600px;margin:0 auto 2rem;line-height:1.5}.hero-meta[data-astro-cid-xyyjirkb]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;color:#fbbf24;font-weight:600;font-size:.9rem}.hero-meta-item[data-astro-cid-xyyjirkb]{display:flex;align-items:center;gap:.5rem}
