*{margin:0;padding:0;box-sizing:border-box}:root{--white: #FFFFFF;--black: #000000;--gray-50: #FAFAFA;--gray-100: #F5F5F5;--gray-200: #E5E5E5;--gray-400: #A3A3A3;--gray-500: #737373;--gray-600: #525252;--gray-900: #171717;--accent: #E51937;--strava-orange: #FC4C02;--strava-orange-hover: #E34402;--facebook-blue: #1877F2;--facebook-blue-hover: #1565D8}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--gray-900);line-height:1.5;-webkit-font-smoothing:antialiased}.header{border-bottom:1px solid var(--gray-200);padding:16px;position:sticky;top:0;background:var(--white);z-index:100}.logo{display:flex;flex-direction:column;align-items:flex-start}.logo-top{display:flex;align-items:center;gap:8px}.logo-dc{font-size:1.5rem;font-weight:900;letter-spacing:-.02em;color:var(--gray-900);line-height:1}.logo-stars{display:flex;gap:2px;color:var(--accent);font-size:.75rem}.logo-bars{display:flex;flex-direction:column;gap:2px;width:100%;margin:4px 0}.logo-bar{height:2px;background:var(--accent);width:100%}.logo-paceline{font-size:.6875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-900)}.main{padding:0 0 80px}.day-section{border-bottom:1px solid var(--gray-200)}.day-header{font-size:1.5rem;font-weight:800;color:var(--gray-900);padding:32px 16px 16px;letter-spacing:-.02em;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.ride-card{border-bottom:1px solid var(--gray-200)}.ride-card:last-of-type{border-bottom:none}.ride-header{padding:16px;cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;-webkit-tap-highlight-color:transparent}.ride-header:active{background:var(--gray-50)}.ride-info{flex:1;min-width:0}.ride-title-row{display:flex;align-items:baseline;gap:8px;margin-bottom:8px;flex-wrap:wrap}.ride-title{font-size:1rem;font-weight:600;letter-spacing:-.01em;line-height:1.3}.ride-card.expanded .ride-title,.ride-header:active .ride-title{color:var(--accent)}.ride-card.out-of-season{opacity:.6}.ride-card.out-of-season .ride-header:hover{opacity:1}.season-badge{display:inline-block;font-size:.6875rem;font-weight:500;color:var(--gray-500);background:var(--gray-100);padding:2px 6px;border-radius:2px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.ride-meta{display:flex;flex-direction:column;gap:6px;font-size:.875rem;color:var(--gray-500)}.ride-meta-item{display:flex;align-items:center;gap:6px}.ride-meta-item svg{width:16px;height:16px;color:var(--gray-400);flex-shrink:0}.ride-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.pace-rating{display:flex;align-items:center;gap:3px}.pace-dot{width:6px;height:6px;border-radius:50%;background:var(--gray-200)}.pace-dot.filled{background:var(--accent)}.pace-label{font-size:.6875rem;font-weight:600;color:var(--accent);margin-left:6px}.expand-icon{width:20px;height:20px;color:var(--gray-400);transition:transform .2s}.ride-card.expanded .expand-icon{transform:rotate(180deg)}.ride-details{display:none;padding:0 16px 20px}.ride-card.expanded .ride-details{display:block}.ride-address{display:flex;align-items:baseline;gap:8px;margin-bottom:6px;padding:8px 10px;background:var(--gray-50);border-radius:4px}.ride-address-label{font-size:.6875rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.ride-address-text{font-size:.8125rem;color:var(--gray-600);user-select:all}.ride-description{color:var(--gray-600);line-height:1.7;margin-bottom:20px;font-size:.9375rem}.ride-links{display:flex;gap:10px;flex-wrap:wrap}.ride-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;background:var(--gray-900);color:var(--white);text-decoration:none;font-size:.875rem;font-weight:500;min-height:44px;border-radius:0}.ride-link:active{background:var(--accent)}.ride-link svg{width:16px;height:16px}.ride-link.secondary{background:transparent;color:var(--gray-900);border:1px solid var(--gray-200)}.ride-link.secondary:active{border-color:var(--gray-900);background:var(--gray-50)}.ride-link.strava{background:var(--strava-orange);color:var(--white);border-color:var(--strava-orange)}.ride-link.facebook{background:var(--facebook-blue);color:var(--white);border-color:var(--facebook-blue)}.footer{padding:32px 16px;border-top:1px solid var(--gray-200)}.footer-content{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:var(--gray-500);gap:16px}.footer-left{display:flex;flex-wrap:wrap;gap:4px}.footer-link{color:var(--accent);text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-right{flex-shrink:0}.footer-github{display:flex;align-items:center;gap:6px;color:var(--gray-400);text-decoration:none}.footer-github:hover{color:var(--gray-900)}.github-icon{width:14px;height:14px}.empty-state{padding:60px 16px;text-align:center;color:var(--gray-500)}.empty-state a{color:var(--accent)}.filter-bar{border-bottom:1px solid var(--gray-200)}.filter-toggle{display:flex;align-items:center;gap:6px;padding:10px 16px;background:var(--gray-50);cursor:pointer;font-size:.75rem;font-weight:500;color:var(--gray-500);width:100%;border:none;font-family:inherit;text-align:left}.filter-toggle:hover{background:var(--gray-100);color:var(--gray-600)}.filter-toggle svg{width:14px;height:14px}.filter-badge{background:var(--accent);color:var(--white);font-size:.625rem;font-weight:600;padding:1px 5px;border-radius:8px;margin-left:auto}.filter-chevron{width:12px;height:12px;transition:transform .2s}.filter-bar.expanded .filter-chevron{transform:rotate(180deg)}.filter-panel{display:none;padding:16px;background:var(--white);border-top:1px solid var(--gray-200)}.filter-bar.expanded .filter-panel{display:block}.filter-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.filter-chip-section{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.filter-chip-label{font-size:.6875rem;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em;margin-right:4px}.filter-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid var(--gray-200);background:var(--white);font-size:.8125rem;font-weight:500;color:var(--gray-600);cursor:pointer;transition:all .15s;font-family:inherit}.filter-chip:hover{border-color:var(--gray-400)}.filter-chip.active{background:#e5193714;border-color:var(--accent);color:var(--accent)}.filter-chip.inactive{color:var(--gray-400);text-decoration:line-through}.filter-check-icon{width:14px;height:14px;display:none}.filter-chip.active .filter-check-icon{display:block}.filter-chip-pace{padding:6px 10px}.filter-chip-pace .filter-pace-dots{display:flex;gap:2px}.filter-chip-pace .filter-pace-dot{width:5px;height:5px;border-radius:50%;background:var(--gray-200)}.filter-chip-pace .filter-pace-dot.filled{background:var(--gray-400)}.filter-chip-pace.active .filter-pace-dot.filled{background:var(--accent)}.filter-chip-pace .filter-pace-letter{font-size:.6875rem;font-weight:700;color:var(--gray-500);min-width:1.25em}.filter-chip-pace.active .filter-pace-letter{color:var(--accent)}.filter-chip-pace.inactive .filter-pace-letter{color:var(--gray-400)}.filter-chip-divider{width:1px;height:20px;background:var(--gray-200);margin:0 4px}.filter-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--gray-100)}.filter-summary{font-size:.75rem;color:var(--gray-500)}.filter-clear{font-size:.8125rem;color:var(--accent);text-decoration:none;cursor:pointer;background:none;border:none;font-family:inherit}.filter-clear:hover{text-decoration:underline}.ride-card.filtered-out,.day-section.filtered-out{display:none}.empty-filtered{display:none;padding:60px 16px;text-align:center;color:var(--gray-500)}.empty-filtered.visible{display:block}@media(min-width:640px){.header{padding:20px 24px}.filter-toggle{padding:10px 24px}.filter-panel{padding:16px 24px}.logo-dc{font-size:1.75rem}.logo-stars{font-size:.875rem;gap:3px}.logo-bars{gap:3px;margin:5px 0}.logo-bar{height:2px}.logo-paceline{font-size:.75rem}.day-header{padding:40px 24px 20px;font-size:1.75rem}.ride-header{padding:20px 24px}.ride-header:hover .ride-title{color:var(--accent)}.ride-header:active{background:transparent}.ride-title{font-size:1.125rem}.ride-meta{flex-direction:row;gap:20px}.ride-details{padding:0 24px 28px}.ride-link:hover{background:var(--accent)}.ride-link.secondary:hover{border-color:var(--gray-900);background:transparent}.ride-link.strava:hover{background:var(--strava-orange-hover);border-color:var(--strava-orange-hover)}.ride-link.facebook:hover{background:var(--facebook-blue-hover);border-color:var(--facebook-blue-hover)}.footer{padding:40px 24px}}@media(min-width:768px){.header,.day-header,.ride-header,.ride-details,.footer,.empty-state,.filter-bar,.empty-filtered{max-width:720px;margin-left:auto;margin-right:auto}.filter-bar{border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200)}.day-section{max-width:720px;margin-left:auto;margin-right:auto;border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200)}.day-section:last-of-type{border-bottom:1px solid var(--gray-200)}}
