:root{--background:#fff;--foreground:#171717;--muted:#666;--border:#e2e2e2}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--muted:#a1a1a1;--border:#2a2a2a}}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5}.page{max-width:640px;margin:0 auto;padding:4rem 1.5rem 6rem}.hero{margin-bottom:3rem}.site-title{margin:0 0 .75rem;font-size:1.75rem;font-weight:600}.question{color:var(--muted);margin:0;font-size:1.375rem;font-weight:400}.social-links{gap:.75rem;margin-top:1.25rem;display:flex}.social-link{border:1px solid var(--border);width:2.25rem;height:2.25rem;color:inherit;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.social-link:hover{background:var(--border)}.section{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.section:first-of-type{margin-top:0}.section h2{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 1rem;font-size:1rem}.section ul{margin:0;padding-left:1.25rem}.section li{margin-bottom:1rem;scroll-margin-top:1.5rem}.section li p{margin:0}.section li:target{outline:2px solid var(--foreground);outline-offset:6px;border-radius:.375rem}.calendar{margin-bottom:2rem}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-top:1.5rem;font-weight:600;display:flex}.calendar-header button{font:inherit;color:inherit;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;width:1.75rem;height:1.75rem}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:.125rem;display:grid}.calendar-weekday{color:var(--muted);text-align:center;padding-bottom:.25rem;font-size:.75rem}.calendar-day{aspect-ratio:1;color:inherit;border-radius:.375rem;justify-content:center;align-items:center;font-size:.8125rem;text-decoration:none;display:flex;position:relative}.calendar-day-empty{visibility:hidden}a.calendar-day-has-events{border:1px solid var(--border);cursor:pointer;font-weight:600}a.calendar-day-has-events:hover{background:var(--border)}.calendar-dot{background:var(--foreground);border-radius:50%;width:.25rem;height:.25rem;position:absolute;bottom:.25rem}.club-links{gap:1rem;margin-top:.375rem;display:flex}.join-link{display:inline-block}.schedule{color:var(--muted);margin:.5rem 0 0;padding-left:0;font-size:.875rem;list-style:none}.schedule li{margin-bottom:.25rem}.schedule strong{color:var(--foreground);font-weight:600}a{color:inherit}.back-link{margin:0 0 2rem}.join-form{flex-direction:column;gap:.375rem;max-width:24rem;display:flex}.join-form label{color:var(--muted);margin-top:.75rem;font-size:.875rem}.join-form input,.join-form textarea{font:inherit;color:inherit;background:var(--background);border:1px solid var(--border);resize:vertical;border-radius:.375rem;padding:.5rem .625rem}.join-form button{font:inherit;color:var(--background);background:var(--foreground);cursor:pointer;border:none;border-radius:999px;align-self:flex-start;margin-top:1.25rem;padding:.625rem 1.5rem;font-weight:600}.join-form button:disabled{opacity:.6;cursor:default}.form-error{color:#c0392b;margin:.75rem 0 0;font-size:.875rem}.form-success{font-size:1.125rem}.newsletter-form{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.newsletter-form label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.newsletter-form input[type=email]{font:inherit;color:inherit;background:var(--background);border:1px solid var(--border);border-radius:.375rem;flex:1;min-width:12rem;padding:.5rem .625rem}.newsletter-form input[type=submit]{font:inherit;color:var(--background);background:var(--foreground);cursor:pointer;border:none;border-radius:999px;padding:.625rem 1.5rem;font-weight:600}.buttondown-credit{color:var(--muted);flex-basis:100%;margin:0;font-size:.75rem}.gallery{align-items:center;gap:.5rem;display:flex}.gallery-track{scroll-snap-type:x mandatory;flex:1;gap:.75rem;padding:.125rem;display:flex;overflow-x:auto}.gallery-thumb{aspect-ratio:1;border:1px solid var(--border);cursor:pointer;scroll-snap-align:start;background:0 0;border-radius:.375rem;flex:0 0 calc(33.3333% - .5rem);padding:0;position:relative;overflow:hidden}.gallery-arrow{font:inherit;color:inherit;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.gallery-arrow:disabled{opacity:.35;cursor:default}.lightbox-backdrop{z-index:100;background:#000000d9;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex;position:fixed;inset:0}.lightbox-content{flex-direction:column;align-items:center;gap:.75rem;max-width:min(90vw,1000px);max-height:90vh;display:flex}.lightbox-image-wrap{width:min(90vw,1000px);height:min(75vh,750px);position:relative}.lightbox-caption{color:#fff;text-align:center;max-width:40rem;margin:0;font-size:.9375rem;line-height:1.5}.lightbox-close,.lightbox-arrow{font:inherit;color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;position:absolute}.lightbox-close{top:1rem;right:1rem}.lightbox-arrow-left{top:50%;left:1rem;transform:translateY(-50%)}.lightbox-arrow-right{top:50%;right:1rem;transform:translateY(-50%)}
