:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--ink:#1f2a1f;--paper:#f3ecd8;--accent:#7a5c2e;--gold:#c9a227;--muted:#6b6b60}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:Georgia,Times New Roman,serif}h1,h2,h3{margin:0 0 .5rem;font-weight:600}.centered{text-align:center;place-items:center;min-height:100vh;padding:2rem;display:grid}.signin{max-width:32rem;margin:0 auto}.signin-buttons{justify-items:center;gap:.75rem;margin-top:1.5rem;display:grid}button{font:inherit;border:1px solid var(--accent);cursor:pointer;background:#fff;border-radius:999px;padding:.5rem 1rem}button:disabled{opacity:.5;cursor:default}.dashboard{max-width:1100px;margin:0 auto;padding:1rem}.dashboard header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.who{align-items:center;gap:.75rem;display:flex}.map{margin:0 0 1rem}.map svg{border-radius:12px;width:100%;height:auto}.map-bg{fill:#e6dcbf}.route{fill:none;stroke:#9c8b6a;stroke-width:2px;stroke-dasharray:4 3}.route.walked{stroke:#7a1f1f;stroke-width:3px;stroke-dasharray:none}.node{fill:#e6dcbf;stroke:#6b5a3a;stroke-width:1.5px}.node.reached{fill:var(--gold)}.dot{fill:#b8a888}.dot.reached{fill:#7a1f1f}.label{text-anchor:middle;fill:#3d3324;font-size:11px}.avatar circle{fill:#fff;stroke:#7a1f1f;stroke-width:2px}figcaption{color:var(--muted);font-size:.8rem}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.card{background:#ffffff8c;border:1px solid #d9cfb3;border-radius:12px;padding:1rem}.card label{margin:.5rem 0;display:block}.card input,.card select{width:100%;font:inherit;margin-top:.2rem;padding:.4rem;display:block}.bar{background:#d9cfb3;border-radius:5px;height:10px;margin:.5rem 0;overflow:hidden}.bar>div{background:var(--gold);height:100%}.muted{color:var(--muted)}.error{color:#8b1a1a}.activities{margin:0;padding:0;list-style:none}.activities li{border-bottom:1px solid #e3d9bd;grid-template-columns:6.5rem 5rem 1fr 4rem 2rem;align-items:center;gap:.5rem;padding:.3rem 0;display:grid}.activities button{padding:0 .5rem}.avatars{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem;margin-top:.5rem;display:grid}.avatar-choice{border-radius:8px;justify-items:center;gap:.25rem;padding:.4rem;font-size:.7rem;display:grid}.avatar-choice img{width:40px;height:40px}.avatar-choice.selected{outline:3px solid var(--gold)}.toast{background:var(--ink);max-width:24rem;color:var(--paper);border-radius:12px;padding:1rem;position:fixed;inset:auto 1rem 1rem auto;box-shadow:0 8px 24px #0000004d}.toast ul{padding-left:1.2rem}.plain{padding:0;list-style:none}.link{color:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.inline{gap:.5rem;margin-top:.5rem;display:flex}.inline input{flex:1}.standings{padding-left:1.5rem}.standings li{grid-template-columns:28px 1fr auto auto;align-items:center;gap:.5rem;padding:.25rem 0;display:grid}.standings li.me{font-weight:700}.standings img{border-radius:50%;width:24px;height:24px}.fellowship-detail{border-top:1px solid #d9cfb3;margin-top:.5rem;padding-top:.5rem}.check input{width:auto;display:inline}a.button{border-radius:999px;padding:.5rem 1rem;text-decoration:none;display:inline-block}a.button.strava{color:#fff;background:#fc4c02}
