.event-card{border:1px solid #dee2e6;border-radius:8px;padding:1em;display:flex;flex-direction:column;gap:.3em;position:relative}.event-card--linked{cursor:pointer;transition:border-color .15s}.event-card--linked:hover{border-color:orange}.event-card-poster{display:flex;align-items:center;justify-content:center;max-height:200px;margin-top:.5em;background:#f9f9f9;border-radius:4px;overflow:hidden}@media(prefers-color-scheme:dark){.event-card-poster{background:#141414}}.event-card-poster img{object-fit:contain;max-height:200px;max-width:100%;margin:0}.event-organizer{font-size:1.5em}.event-name{font-size:1.5em;font-weight:700;color:inherit}.event-name--stretched:after{content:"";position:absolute;inset:0;z-index:0}.event-review{position:relative;z-index:1}.event-dates{font-size:1.2em}.event-distances{font-size:.9em}.event-edition{color:#444}@media(prefers-color-scheme:dark){.event-edition{color:#aaa}}.event-edition{font-size:.85em}.event-review{color:orange;font-weight:600}@media(prefers-color-scheme:dark){.event-card{border-color:#333}}.rides-list{list-style:none;padding:0;margin:0}.ride-card{margin-bottom:.75rem}.ride-card--link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#000;padding:.75rem;border-radius:3px;transition:background-color .15s}.ride-card--link:hover{background:#f0f0f0}@media(prefers-color-scheme:dark){.ride-card--link{color:#fff}.ride-card--link:hover{background:#1f1f1f}}.ride-card--images{flex-shrink:0;position:relative;width:150px;height:100px}.ride-card--images img{border-radius:3px;position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ride-card--images .ride-card--cover{z-index:1}.ride-card--images .ride-card--map{z-index:0}@media(max-width:600px){.ride-card--images{display:none}}.ride-card:hover .ride-card--images .ride-card--cover{z-index:0}.ride-card:hover .ride-card--images .ride-card--map{z-index:1}.ride-card--info{display:flex;flex-direction:column;gap:.25rem}.ride-card--name{font-size:1.05rem}.ride-card--meta{font-size:.85rem;color:#444}@media(prefers-color-scheme:dark){.ride-card--meta{color:#aaa}}.ride-badge{font-size:.8rem;font-style:italic;color:#444}@media(prefers-color-scheme:dark){.ride-badge{color:#aaa}}.rides-list--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5em;grid-auto-flow:dense}@media(max-width:600px){.rides-list--grid{grid-template-columns:repeat(2,1fr)}}.rides-list--grid .ride-card{margin-bottom:0}@media screen and (min-width:600px){.rides-list--grid .ride-card--featured{grid-column:span 2}}.rides-list--grid .ride-card--featured .ride-card--images{aspect-ratio:2/1}.rides-list--grid .ride-card--featured .ride-card--name{font-size:1.5em}.rides-list--grid .ride-card--link{display:block;padding:0}.rides-list--grid .ride-card--link:hover{background:none}.rides-list--grid .ride-card--images{width:100%;height:auto;aspect-ratio:1}.rides-list--grid .ride-card--images .ride-card--cover{z-index:1}.rides-list--grid .ride-card--images .ride-card--map{z-index:0}@media(max-width:600px){.rides-list--grid .ride-card--images{display:block}}.rides-list--grid .ride-card:hover .ride-card--images .ride-card--cover{z-index:0}.rides-list--grid .ride-card:hover .ride-card--images .ride-card--map{z-index:1}.rides-list--grid .ride-card--info{padding:.5em}.rides-list--grid .ride-card--name{font-family:Merriweather,serif;font-size:1.3em;display:block}.rides-list--grid .ride-card--meta{font-size:.8rem}.route-card{list-style:none;width:100%;margin-bottom:1em}.route-card--link{display:flex;text-decoration:none;color:inherit;background-color:#f9f9f9}.route-card--link:hover{background-color:#f0f0f0}@media(max-width:1000px){.route-card--link{flex-direction:column}}.route-card--images{display:flex;min-width:300px;flex-shrink:0}@media(min-width:1000px){.route-card--images{width:600px;height:300px}}@media(min-width:600px)and (max-width:999px){.route-card--images{min-height:calc(42.5vw - 8px)}}@media(max-width:599px){.route-card--images{min-height:calc(50vw - 16px)}}.route-card--images img{width:50%!important;height:auto;display:inline-block;vertical-align:top}.route-card--images img:only-child{width:100%!important}.route-card--details{display:block;padding:1em;min-height:6em;vertical-align:top;flex-shrink:3}.route-card--name{display:block;font-family:Merriweather,serif;font-size:1.6em}.route-card--tagline{display:block;font-family:Merriweather,serif;font-size:1.2em}.route-card--tags{padding:0}.route-card--tags .tag-pill{font-size:1em!important}.route-card--preview{display:block;margin-top:.5em;margin-bottom:1em}@media(prefers-color-scheme:light){.route-card--preview{color:#444}}@media(prefers-color-scheme:dark){.route-card--link{background-color:#141414}.route-card--link:hover{background-color:#1f1f1f}.route-card--preview{color:#ddd}}.tag-filter{list-style:none;padding:0;margin-top:0}.tag-filter li{list-style:none;display:inline-block}.tag-filter--btn{background:gray;color:#fff;padding:3px;border-radius:7px;font-family:American Typewriter,Courier New,monospace;font-size:1.05em;letter-spacing:1px;margin:3px 7px 3px 0;display:inline-block;cursor:pointer;border:none;transition:background .15s,color .15s}.tag-filter--btn.active{background:orange;color:#fff}@media(hover:hover){.tag-filter--btn:hover:not(.active){background:orange}}.home-toggle{display:flex;justify-content:center;gap:0;margin-bottom:1.5rem}.home-toggle-btn{font-family:Source Sans Pro,sans-serif;font-size:1rem;font-weight:600;padding:.5rem 1.5rem;border:1px solid #dee2e6;background:#fff;color:#444;cursor:pointer;transition:all .15s}.home-toggle-btn:first-child{border-radius:6px 0 0 6px}.home-toggle-btn:last-child{border-radius:0 6px 6px 0;border-left:none}@media(prefers-color-scheme:dark){.home-toggle-btn{color:#aaa;border-color:#444;background:#000}}.home-toggle-btn.active{background:#000;color:#fff;border-color:#000}@media(prefers-color-scheme:dark){.home-toggle-btn.active{background:#fff;color:#000;border-color:#fff}}.magazine-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:800px){.magazine-layout{grid-template-columns:3fr 2fr}}.magazine-main>section+section{margin-top:2.5rem}.magazine-sidebar>section+section{margin-top:2rem}.magazine-home h2{font-family:Merriweather,serif;font-size:1.25rem;margin:0 0 .7rem;padding-bottom:.3rem;border-bottom:2px solid orange;display:inline-block}.featured-route-card{display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;background:#f9f9f9}@media(prefers-color-scheme:dark){.featured-route-card{background:#141414}}.featured-route-card:hover .featured-route-img{opacity:.9}.featured-route-img{width:100%;height:auto;display:block;transition:opacity .15s}.featured-route-info{padding:.75rem}.featured-route-name{display:block;font-family:Merriweather,serif;font-size:1.3rem;margin-bottom:.25rem;text-decoration:none;color:inherit}.featured-route-name:hover{text-decoration:underline}.featured-route-meta{color:#444}@media(prefers-color-scheme:dark){.featured-route-meta{color:#aaa}}.featured-route-meta{display:block;font-size:.9rem;margin-bottom:.5rem}.featured-route-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem}.featured-route-tag{background:gray;color:#fff;border-radius:7px;font-family:American Typewriter,Courier New,monospace;font-size:1.05em;letter-spacing:1px;display:inline-block;font-size:.8rem;padding:2px 6px;margin:0}.featured-route-tag.distance{background:orange;color:#000}.featured-route-description{font-size:.9rem;line-height:1.5;color:#444}@media(prefers-color-scheme:dark){.featured-route-description{color:#aaa}}.featured-route-description{margin-bottom:.5rem}.featured-route-readmore{color:#1565c0;font-size:.9rem;font-weight:600;text-decoration:none}@media(prefers-color-scheme:dark){.featured-route-readmore{color:#5ba3f5}}.featured-route-readmore:hover{text-decoration:underline}.magazine-video-link{display:block;text-decoration:none;color:inherit}.magazine-video-link:hover .magazine-video-caption{text-decoration:underline}.magazine-video-player{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;display:block;pointer-events:none}.magazine-video-caption{color:#444}@media(prefers-color-scheme:dark){.magazine-video-caption{color:#aaa}}.magazine-video-caption{display:block;font-size:.85rem;margin-top:.25rem}.explore-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.explore-card{display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;background:#f9f9f9}@media(prefers-color-scheme:dark){.explore-card{background:#141414}}.explore-card:hover{background:#f0f0f0}@media(prefers-color-scheme:dark){.explore-card:hover{background:#1f1f1f}}.explore-card-img-wrap{position:relative}.explore-card-img{width:100%;height:auto;display:block}.explore-card-badge{position:absolute;bottom:.4rem;left:.4rem;background:orange;color:#000;font-family:American Typewriter,Courier New,monospace;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.5px}.explore-card-info{padding:.5rem}.explore-card-name{display:block;font-family:Merriweather,serif;font-size:.95rem}.explore-card-tagline{color:#444}@media(prefers-color-scheme:dark){.explore-card-tagline{color:#aaa}}.explore-card-tagline{display:block;font-size:.85rem}.magazine-view-all{display:inline-block;margin-top:.5rem;color:#1565c0;font-size:.9rem;font-weight:600;text-decoration:none}@media(prefers-color-scheme:dark){.magazine-view-all{color:#5ba3f5}}.magazine-view-all:hover{text-decoration:underline}.magazine-sidebar section{margin-bottom:1.5rem}.upcoming-events-list{list-style:none;padding:0;margin:0}.upcoming-events-list .upcoming-event:nth-child(n+4){display:none}@media(min-width:800px){.upcoming-events-list .upcoming-event:nth-child(n+4){display:list-item}}.upcoming-event a{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit;padding:.5rem .4rem;border-radius:8px;background:#f9f9f9;margin-bottom:.4rem}@media(prefers-color-scheme:dark){.upcoming-event a{background:#141414}}.upcoming-event a:hover{background:#f0f0f0}@media(prefers-color-scheme:dark){.upcoming-event a:hover{background:#1f1f1f}}.upcoming-event-thumb{width:40px;height:40px;border-radius:6px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.upcoming-event-thumb img{width:100%;height:100%;object-fit:cover}.upcoming-event-emoji{font-size:1.2rem}.upcoming-event-info{display:flex;flex-direction:column;min-width:0}.upcoming-event-name{display:block;font-weight:600;font-size:.95rem}.upcoming-event-meta{color:#444}@media(prefers-color-scheme:dark){.upcoming-event-meta{color:#aaa}}.upcoming-event-meta{display:block;font-size:.8rem}.facts-list{list-style:none;padding:0;margin:0}.facts-list[data-show-random]{visibility:hidden}.fact-item{padding:.6rem 0;font-size:.9rem;line-height:1.5;border-bottom:1px solid #dee2e6}@media(prefers-color-scheme:dark){.fact-item{border-color:#444}}.fact-item:last-child{border-bottom:none}.fact-item a{color:#1565c0}@media(prefers-color-scheme:dark){.fact-item a{color:#5ba3f5}}.fact-prefix{font-weight:700}.community-cards{list-style:none;padding:0;margin:0}.community-cards[data-show-random]{visibility:hidden}.community-card a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;padding:.4rem 0}.community-card a:hover .community-card-name{text-decoration:underline}.community-avatar{border-radius:50%;flex-shrink:0}.community-initials{width:40px;height:40px;border-radius:50%;background:orange;color:#000;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}.community-card-name{display:block;font-size:.95rem}.community-card-tagline{color:#444}@media(prefers-color-scheme:dark){.community-card-tagline{color:#aaa}}.community-card-tagline{display:block;font-size:.8rem}
