@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:52px}@media(min-width:640px){.nav[data-astro-cid-dmqpwcec]{height:68px}}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.nav-logo[data-astro-cid-dmqpwcec]{display:flex;align-items:center;flex-shrink:0}.nav-logo[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{height:26px;width:auto}@media(min-width:640px){.nav-logo[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{height:40px}}.nav-links[data-astro-cid-dmqpwcec]{display:none;align-items:center;gap:.25rem}.nav-link[data-astro-cid-dmqpwcec]{padding:.5rem .75rem;font-size:.9rem;font-weight:500;color:var(--text-muted);border-radius:8px;transition:color .15s ease,background .15s ease;position:relative;white-space:nowrap}.nav-link[data-astro-cid-dmqpwcec]:hover{color:var(--text);background:var(--surface)}.nav-link--active[data-astro-cid-dmqpwcec]{color:var(--brand);font-weight:600}.nav-link--active[data-astro-cid-dmqpwcec]:after{content:"";position:absolute;bottom:-2px;left:.75rem;right:.75rem;height:2px;background:var(--brand);border-radius:2px}.btn-lang[data-astro-cid-dmqpwcec]{padding:.4rem .9rem;font-size:.8125rem;font-weight:700;letter-spacing:.05em;margin-left:.5rem}.nav-hamburger[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border-radius:8px;background:transparent;border:none;cursor:pointer;transition:background .15s ease;flex-shrink:0}.nav-hamburger[data-astro-cid-dmqpwcec]:hover{background:var(--surface)}.nav-hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.nav-hamburger[data-astro-cid-dmqpwcec].is-open span[data-astro-cid-dmqpwcec]:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger[data-astro-cid-dmqpwcec].is-open span[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger[data-astro-cid-dmqpwcec].is-open span[data-astro-cid-dmqpwcec]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay[data-astro-cid-dmqpwcec]{display:none;position:fixed;inset:0;z-index:101;background:#0a0f1e8c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;transition:opacity .3s ease}.nav-overlay--open[data-astro-cid-dmqpwcec]{display:block;opacity:1}.nav-drawer[data-astro-cid-dmqpwcec]{position:fixed;bottom:0;left:0;right:0;z-index:102;background:var(--dark);border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform .38s cubic-bezier(.32,.72,0,1);max-height:88vh;overflow-y:auto}.nav-drawer--open[data-astro-cid-dmqpwcec]{transform:translateY(0)}.nav-drawer-handle[data-astro-cid-dmqpwcec]{width:36px;height:4px;background:#ffffff2e;border-radius:2px;margin:1rem auto 0}.nav-drawer-inner[data-astro-cid-dmqpwcec]{padding:1.25rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.75rem}.nav-drawer-logo[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:center}.nav-drawer-links[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;gap:.125rem}.nav-drawer-link[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-radius:12px;font-size:1.1rem;font-weight:600;color:#fff9;letter-spacing:-.01em;transition:color .15s ease,background .15s ease}.nav-drawer-link[data-astro-cid-dmqpwcec]:hover{color:#fff;background:#ffffff12}.nav-drawer-link--active[data-astro-cid-dmqpwcec]{color:#fff;background:#f9731626}.nav-drawer-active-dot[data-astro-cid-dmqpwcec]{width:7px;height:7px;border-radius:50%;background:var(--brand);flex-shrink:0}.nav-drawer-footer[data-astro-cid-dmqpwcec]{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.nav-drawer-lang[data-astro-cid-dmqpwcec]{display:inline-flex;align-items:center;padding:.5rem 1.25rem;border:1.5px solid rgba(255,255,255,.2);border-radius:100px;font-size:.875rem;font-weight:700;letter-spacing:.06em;color:#ffffffb3;transition:all .15s ease}.nav-drawer-lang[data-astro-cid-dmqpwcec]:hover{border-color:#ffffff80;color:#fff}@media(min-width:900px){.nav-links[data-astro-cid-dmqpwcec]{display:flex}.nav-hamburger[data-astro-cid-dmqpwcec]{display:none}.nav-overlay[data-astro-cid-dmqpwcec],.nav-drawer[data-astro-cid-dmqpwcec]{display:none!important}}.footer[data-astro-cid-sz7xmlte]{background:var(--dark);color:#ffffffbf;padding-top:4rem}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:640px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem}.footer-logo-link[data-astro-cid-sz7xmlte]{display:inline-block}.footer-logo[data-astro-cid-sz7xmlte]{height:36px;width:auto;filter:brightness(1.15)}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:.9rem;line-height:1.6;color:#ffffff8c}.footer-social[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.social-link[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffa6;font-size:.875rem;transition:color .15s ease}.social-link[data-astro-cid-sz7xmlte]:hover{color:var(--brand)}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:#fff;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.625rem}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte],.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.9rem;color:#ffffffa6;transition:color .15s ease}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer-bottom[data-astro-cid-sz7xmlte]{padding:1.5rem 0;text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:#fff6}:root{--brand: #f97316;--brand-dark: #ea6a0a;--dark: #0d1117;--text: #1e293b;--text-muted: #64748b;--surface: #f8fafc;--border: #e2e8f0;--radius: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .06);--shadow-md: 0 10px 15px rgba(0, 0, 0, .08), 0 4px 6px rgba(0, 0, 0, .05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(min-width:640px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 2.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;background:var(--brand);color:#fff;border-radius:var(--radius);font-size:.9375rem;font-weight:600;letter-spacing:-.01em;transition:background .2s ease,transform .1s ease,box-shadow .2s ease;cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 4px 12px #f9731659}.btn:active{transform:translateY(0)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;background:transparent;color:#fff;border-radius:var(--radius);font-size:.9375rem;font-weight:600;letter-spacing:-.01em;transition:background .2s ease,transform .1s ease;cursor:pointer;border:2px solid rgba(255,255,255,.6);white-space:nowrap}.btn-outline:hover{background:#ffffff1f;border-color:#fff;transform:translateY(-1px)}.btn-outline-dark{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;background:transparent;color:var(--text);border-radius:var(--radius);font-size:.9375rem;font-weight:600;letter-spacing:-.01em;transition:background .2s ease,transform .1s ease;cursor:pointer;border:2px solid var(--border);white-space:nowrap}.btn-outline-dark:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px)}.btn-white{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;background:#fff;color:var(--brand);border-radius:var(--radius);font-size:.9375rem;font-weight:700;letter-spacing:-.01em;transition:background .2s ease,transform .1s ease,box-shadow .2s ease;cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn-white:hover{background:#fff7ed;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.section{padding:2.5rem 0}@media(min-width:640px){.section{padding:4rem 0}}@media(min-width:768px){.section{padding:5.5rem 0}}.section-surface{background:var(--surface)}.section-dark{background:var(--dark);color:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:.75rem}@media(min-width:768px){.section-header h2{font-size:2.5rem}}.section-header p{font-size:1.0625rem;color:var(--text-muted);max-width:540px;margin:0 auto}.section-dark .section-header p{color:#ffffffa6}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.badge-running{background:#dcfce7;color:#166534}.badge-cycling{background:#dbeafe;color:#1e40af}.badge-hiking{background:#d1fae5;color:#065f46}.badge-football{background:#bbf7d0;color:#14532d}.badge-volleyball{background:#ffedd5;color:#9a3412}.badge-basketball{background:#fed7aa;color:#7c2d12}.badge-tennis{background:#ecfccb;color:#365314}.badge-padel{background:#fef3c7;color:#92400e}h1,h2,h3,h4,h5,h6{line-height:1.2;letter-spacing:-.02em}.text-muted{color:var(--text-muted)}.page-hero{background:var(--dark);color:#fff;padding:2.5rem 0 2rem;position:relative;overflow:hidden}@media(min-width:640px){.page-hero{padding:4rem 0 3.5rem}}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 120% at 50% -10%,rgba(249,115,22,.14) 0%,transparent 65%);pointer-events:none}.page-hero-inner{max-width:600px;margin:0 auto;position:relative;z-index:1;text-align:center}.page-hero h1{font-size:2.25rem;font-weight:800;letter-spacing:-.04em;margin-bottom:.75rem;color:#fff}@media(min-width:768px){.page-hero h1{font-size:3rem}}.page-hero p{font-size:1.0625rem;color:#fff9;line-height:1.65}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main-content{padding-top:52px}@media(min-width:640px){.main-content{padding-top:68px}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}#back-to-top{position:fixed;bottom:2rem;right:1.5rem;z-index:200;width:44px;height:44px;border-radius:50%;background:var(--brand);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #f9731659;opacity:0;transform:translateY(12px) scale(.9);transition:opacity .25s ease,transform .25s ease,box-shadow .2s ease;pointer-events:none}#back-to-top.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#back-to-top:hover{box-shadow:0 6px 22px #f9731680;transform:translateY(-2px) scale(1.05)}#back-to-top:active{transform:translateY(0) scale(.97)}.controls-bar[data-astro-cid-iube6plz]{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem}.filter-bar[data-astro-cid-iube6plz]{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.filter-btn[data-astro-cid-iube6plz]{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1.125rem;border-radius:100px;border:1.5px solid var(--border);background:#fff;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.filter-btn[data-astro-cid-iube6plz]:hover{border-color:var(--brand);color:var(--brand)}.filter-btn--active[data-astro-cid-iube6plz]{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:600}.filter-btn--active[data-astro-cid-iube6plz]:hover{color:#fff}.filter-dot[data-astro-cid-iube6plz]{width:8px;height:8px;border-radius:50%;flex-shrink:0}.filter-dot[data-astro-cid-iube6plz].badge-padel{background:#b45309}.filter-dot[data-astro-cid-iube6plz].badge-running{background:#16a34a}.filter-dot[data-astro-cid-iube6plz].badge-cycling{background:#2563eb}.filter-dot[data-astro-cid-iube6plz].badge-hiking{background:#059669}.filter-dot[data-astro-cid-iube6plz].badge-football{background:#15803d}.filter-dot[data-astro-cid-iube6plz].badge-volleyball{background:#ea580c}.filter-dot[data-astro-cid-iube6plz].badge-basketball{background:#c2410c}.filter-dot[data-astro-cid-iube6plz].badge-tennis{background:#4d7c0f}.filter-btn--active[data-astro-cid-iube6plz] .filter-dot[data-astro-cid-iube6plz]{background:#ffffffd9}.events-list[data-astro-cid-iube6plz]{display:flex;flex-direction:column;gap:1rem}.event-card[data-astro-cid-iube6plz]{overflow:hidden}.event-card--special[data-astro-cid-iube6plz]{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand),var(--shadow-sm)}.special-banner[data-astro-cid-iube6plz]{display:flex;align-items:center;gap:.5rem;background:var(--brand);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.4rem 1.25rem}.event-main[data-astro-cid-iube6plz]{display:grid;grid-template-columns:1fr;gap:1rem;padding:1.25rem 1.5rem 1.5rem;align-items:center}@media(min-width:640px){.event-main[data-astro-cid-iube6plz]{grid-template-columns:160px 1fr auto;gap:1.5rem}}.event-date-col[data-astro-cid-iube6plz]{display:flex;flex-direction:column;gap:.375rem}.event-date[data-astro-cid-iube6plz]{font-size:.875rem;font-weight:700;color:var(--text);line-height:1.4}.recurring-badge[data-astro-cid-iube6plz]{font-size:.7rem;font-weight:600;color:var(--text-muted);letter-spacing:.03em}.event-info[data-astro-cid-iube6plz]{display:flex;flex-direction:column;gap:.375rem;min-width:0}.event-date-col[data-astro-cid-iube6plz]{min-width:0}.event-title[data-astro-cid-iube6plz]{font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;overflow-wrap:break-word}.event-location[data-astro-cid-iube6plz]{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted)}.event-location[data-astro-cid-iube6plz] svg[data-astro-cid-iube6plz]{flex-shrink:0}.event-notes[data-astro-cid-iube6plz]{margin-top:.25rem;font-size:.8125rem;color:var(--text-muted);line-height:1.5;font-style:italic}.no-events-msg[data-astro-cid-iube6plz]{text-align:center;color:var(--text-muted);padding:3rem 0;font-size:.9375rem}.view-toggle[data-astro-cid-iube6plz]{display:flex;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;flex-shrink:0}.view-btn[data-astro-cid-iube6plz]{display:flex;align-items:center;gap:.375rem;padding:.45rem .875rem;background:#fff;border:none;font-size:.8125rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s ease;white-space:nowrap}.view-btn[data-astro-cid-iube6plz]+.view-btn[data-astro-cid-iube6plz]{border-left:1.5px solid var(--border)}.view-btn--active[data-astro-cid-iube6plz]{background:var(--surface);color:var(--text);font-weight:600}.view-btn[data-astro-cid-iube6plz]:hover:not(.view-btn--active){color:var(--brand)}.cal-nav[data-astro-cid-iube6plz]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.cal-nav-btn[data-astro-cid-iube6plz]{display:flex;align-items:center;padding:.4rem;background:none;border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text);transition:all .15s ease}.cal-nav-btn[data-astro-cid-iube6plz]:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.cal-nav-btn[data-astro-cid-iube6plz]:disabled{opacity:.3;cursor:not-allowed}.cal-month-title[data-astro-cid-iube6plz]{font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;text-transform:capitalize}.cal-weekdays[data-astro-cid-iube6plz]{display:grid;grid-template-columns:repeat(7,1fr);background:var(--surface);border:1px solid var(--border);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0}.cal-wday[data-astro-cid-iube6plz]{padding:.5rem .25rem;text-align:center;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.cal-wday[data-astro-cid-iube6plz]:nth-child(6),.cal-wday[data-astro-cid-iube6plz]:nth-child(7){color:var(--brand)}.cal-days[data-astro-cid-iube6plz]{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);overflow:hidden}.cal-day[data-astro-cid-iube6plz]{min-height:90px;padding:.4rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.2rem}.cal-day[data-astro-cid-iube6plz]:nth-child(7n){border-right:none}.cal-day--empty[data-astro-cid-iube6plz]{background:var(--surface)}.cal-day--weekend[data-astro-cid-iube6plz]{background:#fafafa}.cal-day--empty[data-astro-cid-iube6plz].cal-day--weekend{background:#f4f4f4}.cal-day--past[data-astro-cid-iube6plz]{opacity:.45}.cal-day-num[data-astro-cid-iube6plz]{font-size:.8125rem;font-weight:600;color:var(--text);width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.cal-day--today[data-astro-cid-iube6plz] .cal-day-num[data-astro-cid-iube6plz]{background:var(--brand);color:#fff}.cal-chips[data-astro-cid-iube6plz]{display:flex;flex-direction:column;gap:2px}.cal-chip[data-astro-cid-iube6plz]{display:flex;flex-direction:row;align-items:center;gap:3px;border-radius:3px;padding:2px 4px;font-size:.6rem;font-weight:600;overflow:hidden;cursor:default;line-height:1.3}.cal-chip-text[data-astro-cid-iube6plz]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.cal-chip-time[data-astro-cid-iube6plz]{font-size:.575rem;font-weight:500;opacity:.8;white-space:nowrap;flex-shrink:0}@media(max-width:480px){.cal-chip-text[data-astro-cid-iube6plz],.cal-chip-time[data-astro-cid-iube6plz]{display:none}.cal-chip[data-astro-cid-iube6plz]{width:100%;height:5px;padding:0;border-radius:2px}.cal-chip[data-astro-cid-iube6plz].badge-padel{background:#b45309}.cal-chip[data-astro-cid-iube6plz].badge-running{background:#16a34a}.cal-chip[data-astro-cid-iube6plz].badge-cycling{background:#2563eb}.cal-chip[data-astro-cid-iube6plz].badge-hiking{background:#059669}.cal-chip[data-astro-cid-iube6plz].badge-football{background:#15803d}.cal-chip[data-astro-cid-iube6plz].badge-volleyball{background:#ea580c}.cal-chip[data-astro-cid-iube6plz].badge-basketball{background:#c2410c}.cal-chip[data-astro-cid-iube6plz].badge-tennis{background:#4d7c0f}.cal-day[data-astro-cid-iube6plz]{min-height:52px;padding:.25rem}}.filter-bar[data-astro-cid-iube6plz],.cal-mobile-events[data-astro-cid-iube6plz]{display:none}.sport-dropdown[data-astro-cid-iube6plz]{display:block;position:relative;min-width:180px}.sport-dropdown-trigger[data-astro-cid-iube6plz]{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .875rem;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .15s}.sport-dropdown-trigger[data-astro-cid-iube6plz]:hover{border-color:var(--brand)}.sport-dropdown--open[data-astro-cid-iube6plz] .sport-dropdown-trigger[data-astro-cid-iube6plz]{border-color:var(--brand);border-bottom-left-radius:0;border-bottom-right-radius:0}.sport-dropdown-chevron[data-astro-cid-iube6plz]{flex-shrink:0;color:var(--text-muted);transition:transform .2s ease}.sport-dropdown--open[data-astro-cid-iube6plz] .sport-dropdown-chevron[data-astro-cid-iube6plz]{transform:rotate(180deg)}.sport-dropdown-menu[data-astro-cid-iube6plz]{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid var(--brand);border-top:none;border-radius:0 0 var(--radius) var(--radius);box-shadow:0 8px 24px #0000001a;z-index:200;overflow:hidden}.sport-dropdown--open[data-astro-cid-iube6plz] .sport-dropdown-menu[data-astro-cid-iube6plz]{display:block}.sport-dropdown-opt[data-astro-cid-iube6plz]{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .875rem;background:none;border:none;border-bottom:1px solid var(--border);font-size:.875rem;font-weight:500;color:var(--text);cursor:pointer;text-align:left;transition:background .1s}.sport-dropdown-opt[data-astro-cid-iube6plz]:last-child{border-bottom:none}.sport-dropdown-opt[data-astro-cid-iube6plz]:hover{background:var(--surface)}.sport-dropdown-opt--active[data-astro-cid-iube6plz]{color:var(--brand);font-weight:700;background:#f973160d}.sdd-dot[data-astro-cid-iube6plz]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.sdd-dot--all[data-astro-cid-iube6plz]{background:var(--border)}.sdd-dot[data-astro-cid-iube6plz].badge-padel{background:#b45309}.sdd-dot[data-astro-cid-iube6plz].badge-running{background:#16a34a}.sdd-dot[data-astro-cid-iube6plz].badge-cycling{background:#2563eb}.sdd-dot[data-astro-cid-iube6plz].badge-hiking{background:#059669}.sdd-dot[data-astro-cid-iube6plz].badge-football{background:#15803d}.sdd-dot[data-astro-cid-iube6plz].badge-volleyball{background:#ea580c}.sdd-dot[data-astro-cid-iube6plz].badge-basketball{background:#c2410c}.sdd-dot[data-astro-cid-iube6plz].badge-tennis{background:#4d7c0f}@media(max-width:639px){.controls-bar[data-astro-cid-iube6plz]{flex-direction:row;align-items:center;gap:.75rem}.view-toggle[data-astro-cid-iube6plz]{flex-shrink:0}.sport-dropdown[data-astro-cid-iube6plz]{flex:1;min-width:0}.event-main[data-astro-cid-iube6plz]{grid-template-columns:1fr}.event-cta[data-astro-cid-iube6plz] .btn[data-astro-cid-iube6plz]{width:100%}.cal-mobile-events[data-astro-cid-iube6plz]{display:block}.cal-mobile-events[data-astro-cid-iube6plz]{margin-top:1.25rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.cal-mobile-empty[data-astro-cid-iube6plz]{padding:1rem .875rem;font-size:.875rem;color:var(--text-muted)}.cal-mobile-row[data-astro-cid-iube6plz]{border-bottom:1px solid var(--border);font-size:.875rem}.cal-mobile-row[data-astro-cid-iube6plz]:last-child{border-bottom:none}.cal-mobile-row--expandable[data-astro-cid-iube6plz]{cursor:pointer}.cal-mobile-row--expandable[data-astro-cid-iube6plz]:active{background:var(--surface)}.cal-mobile-summary[data-astro-cid-iube6plz]{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem}.cal-mobile-dot[data-astro-cid-iube6plz]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cal-mobile-dot[data-astro-cid-iube6plz].badge-padel{background:#b45309}.cal-mobile-dot[data-astro-cid-iube6plz].badge-running{background:#16a34a}.cal-mobile-dot[data-astro-cid-iube6plz].badge-cycling{background:#2563eb}.cal-mobile-dot[data-astro-cid-iube6plz].badge-hiking{background:#059669}.cal-mobile-dot[data-astro-cid-iube6plz].badge-football{background:#15803d}.cal-mobile-dot[data-astro-cid-iube6plz].badge-volleyball{background:#ea580c}.cal-mobile-dot[data-astro-cid-iube6plz].badge-basketball{background:#c2410c}.cal-mobile-dot[data-astro-cid-iube6plz].badge-tennis{background:#4d7c0f}.cal-mobile-date[data-astro-cid-iube6plz]{color:var(--text-muted);font-size:.8125rem;white-space:nowrap;flex-shrink:0}.cal-mobile-sport[data-astro-cid-iube6plz]{font-weight:600;flex:1}.cal-detail-title[data-astro-cid-iube6plz]{font-weight:600;color:var(--text)}.cal-mobile-chevron[data-astro-cid-iube6plz]{font-size:1rem;color:var(--text-muted);margin-left:auto;flex-shrink:0;transition:transform .15s ease}.cal-mobile-row--open[data-astro-cid-iube6plz] .cal-mobile-chevron[data-astro-cid-iube6plz]{transform:rotate(90deg)}.cal-mobile-detail[data-astro-cid-iube6plz]{display:none;flex-direction:column;gap:.25rem;padding:0 .875rem .625rem 2.125rem;font-size:.8125rem}.cal-mobile-row--open[data-astro-cid-iube6plz] .cal-mobile-detail[data-astro-cid-iube6plz]{display:flex}.cal-detail-loc[data-astro-cid-iube6plz]{color:var(--text-muted)}.cal-detail-notes[data-astro-cid-iube6plz]{color:var(--text-muted);font-style:italic}}
