.events-page.svelte-13hsgdq{min-height:100vh}main.svelte-13hsgdq{max-width:1100px;margin:0 auto;padding:40px 20px}.breadcrumb-nav.svelte-13hsgdq{margin:0 0 16px;font-size:14px;color:var(--color-gray-000)}.breadcrumb-list.svelte-13hsgdq{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:4px}.breadcrumb-item.svelte-13hsgdq{display:flex;align-items:center;gap:4px}.breadcrumb-link.svelte-13hsgdq{color:var(--color-gray-000);text-decoration:none;transition:text-decoration .2s ease}.breadcrumb-link.svelte-13hsgdq:hover{color:var(--color-gray-000);text-decoration:underline}.breadcrumb-current.svelte-13hsgdq{color:var(--color-gray-300-text);font-weight:500;display:flex;align-items:center}.breadcrumb-separator.svelte-13hsgdq{color:var(--color-gray-700-text);margin:0 4px;font-size:12px}.event-types-section.svelte-13hsgdq{margin-bottom:60px}.event-types-heading.svelte-13hsgdq{font-size:2.5rem;font-weight:700;margin:0 0 32px;color:var(--color-primary);font-family:var(--font-family-primary);letter-spacing:-.02em;line-height:1.2;position:relative;padding-bottom:16px}.event-types-heading.svelte-13hsgdq:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--color-primary);border-radius:2px}.event-types-grid.svelte-13hsgdq{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.event-type-card.svelte-13hsgdq{background:var(--color-white);border:2px solid var(--color-gray-200);border-radius:12px;overflow:hidden;transition:all .2s ease}.event-type-card.svelte-13hsgdq:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #003b9526}.event-type-link.svelte-13hsgdq{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;text-decoration:none;color:var(--color-gray-300-text);font-weight:600;font-size:1rem;transition:color .2s ease}.event-type-link.svelte-13hsgdq:hover{color:var(--color-primary)}.event-type-name.svelte-13hsgdq{flex:1}.event-type-link.svelte-13hsgdq svg:where(.svelte-13hsgdq){flex-shrink:0;margin-left:12px;transition:transform .2s ease}.event-type-link.svelte-13hsgdq:hover svg:where(.svelte-13hsgdq){transform:translate(4px)}.month-section.svelte-13hsgdq{margin-bottom:60px}.month-section.svelte-13hsgdq:last-child{margin-bottom:0}.month-title.svelte-13hsgdq{font-size:2.5rem;font-weight:700;margin:0 0 32px;color:var(--color-primary);font-family:var(--font-family-primary);letter-spacing:-.02em;line-height:1.2;position:relative;padding-bottom:16px}.month-title.svelte-13hsgdq:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--color-primary);border-radius:2px}.events-grid-desktop.svelte-13hsgdq{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:20px}.event-card.svelte-13hsgdq{background:var(--color-gray-bg-lighter);border:1px solid var(--color-gray-200);border-radius:12px;padding:0;overflow:hidden;width:100%;position:relative}.event-card-link.svelte-13hsgdq{display:block;text-decoration:none;color:var(--color-gray-300-text);transition:transform .3s ease,box-shadow .3s ease;text-align:center;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;overflow:hidden;width:100%}.event-card-link.svelte-13hsgdq:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 30%,rgba(13,59,102,.8) 70%,rgba(13,59,102,.9) 100%);z-index:1;pointer-events:none;transition:background .3s}.event-card-overlay.svelte-13hsgdq{position:relative;z-index:2;padding:16px 16px 12px;width:100%;box-sizing:border-box;background:none;border-radius:12px}.event-card-title.svelte-13hsgdq{color:#fff!important;font-weight:700;font-size:1.3rem;margin:0 0 4px;text-shadow:0 2px 8px rgba(0,0,0,.25);line-height:1.3}.event-card-date.svelte-13hsgdq,.event-card-location.svelte-13hsgdq{color:#fff!important;font-size:.95rem;font-weight:500;opacity:.9;text-shadow:0 2px 8px rgba(0,0,0,.25);margin:0}.event-card.svelte-13hsgdq:hover .event-card-link:where(.svelte-13hsgdq){transform:translateY(-5px);box-shadow:0 10px 30px #003b9526}.no-events.svelte-13hsgdq{text-align:center;padding:60px 20px;color:var(--color-gray-500-text);font-size:1.1rem}@media(max-width:768px){main.svelte-13hsgdq{padding:0 16px 30px}.breadcrumb-nav.svelte-13hsgdq{font-size:14px;margin:12px 0}.breadcrumb-list.svelte-13hsgdq,.breadcrumb-item.svelte-13hsgdq{gap:2px}.breadcrumb-separator.svelte-13hsgdq{margin:0 2px;font-size:12px}.breadcrumb-link.svelte-13hsgdq{padding:2px 0;min-height:44px;display:flex;align-items:center}.event-types-section.svelte-13hsgdq{margin-bottom:40px}.event-types-heading.svelte-13hsgdq{font-size:2rem;margin-bottom:24px}.event-types-grid.svelte-13hsgdq{grid-template-columns:1fr;gap:12px}.event-type-link.svelte-13hsgdq{padding:14px 16px;font-size:.95rem}.month-title.svelte-13hsgdq{font-size:2rem;margin-bottom:24px}.events-grid-desktop.svelte-13hsgdq{grid-template-columns:1fr;gap:16px}.event-card.svelte-13hsgdq{min-height:200px}}footer.svelte-13hsgdq{color:var(--color-white);background:var(--color-primary)}.footer-container.svelte-13hsgdq{max-width:1100px;padding:20px 16px;margin:auto;flex-direction:column;align-items:flex-start;display:flex;gap:16px}.footer-bottom.svelte-13hsgdq{width:100%;display:flex;flex-direction:column;gap:16px;border-top:1px solid rgba(255,255,255,.2);padding-top:16px}.footer-copyright.svelte-13hsgdq{width:100%}.footer-copyright.svelte-13hsgdq p:where(.svelte-13hsgdq){margin:0;color:var(--color-white);font-size:14px;opacity:.9;text-align:center}@media(max-width:768px){.footer-copyright.svelte-13hsgdq p:where(.svelte-13hsgdq){text-align:left}}@media(min-width:768px){.footer-container.svelte-13hsgdq{padding:32px 24px}.footer-bottom.svelte-13hsgdq{flex-direction:row;align-items:center;justify-content:space-between;margin-top:16px}.footer-copyright.svelte-13hsgdq{width:auto}.footer-copyright.svelte-13hsgdq p:where(.svelte-13hsgdq){text-align:right}}
