: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}.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{max-width:20rem;margin-bottom:1.5rem}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;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}
