.navbar{background:#fff;border-bottom:2px solid #c8102e;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000000d}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:#c8102e;text-decoration:none;letter-spacing:-.5px;transition:opacity .2s}.navbar-brand:hover{opacity:.8}.navbar-secondary{background:#fafafa;border-bottom:1px solid #e0e0e0}.navbar-secondary-container{max-width:1200px;margin:0 auto;padding:.5rem 1.5rem;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.navbar-secondary-link{font-size:.85rem;color:#666;text-decoration:none;font-weight:500;transition:color .2s;display:flex;flex-direction:column;align-items:center;gap:.25rem}.navbar-secondary-link:hover{color:#c8102e}.navbar-handle{font-size:.75rem;color:#999;font-weight:400;font-style:italic}@media(min-width:768px){.navbar-cta{display:block}}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:28px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger span{width:100%;height:3px;background:#c8102e;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.navbar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;z-index:998;animation:fadeIn .3s ease}@media(min-width:768px){.navbar-overlay{display:none!important}}.navbar-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;border-left:2px solid #c8102e;box-shadow:-4px 0 12px #0000001a;transition:right .3s ease;display:flex;flex-direction:column;padding-top:4rem;overflow-y:auto;z-index:999}.navbar-menu.active{right:0}.navbar-link{display:block;padding:1rem 1.5rem;color:#1a1a1a;text-decoration:none;font-weight:500;font-size:1rem;border-bottom:1px solid #f0f0f0;transition:background .2s,color .2s}.navbar-link:hover{background:#fafafa;color:#c8102e}.navbar-link:first-of-type{border-top:1px solid #f0f0f0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(min-width:768px){.navbar-menu{position:static;width:auto;height:auto;border-left:none;box-shadow:none;flex-direction:row;padding-top:0;overflow-y:visible;right:0}.navbar-menu.active{right:0}.navbar-link{padding:.5rem 1rem;border-bottom:none;border-top:none;margin-left:.5rem}.navbar-link:first-of-type{border-top:none}.hamburger,.navbar-overlay{display:none}.navbar-secondary-link{flex-direction:row;align-items:center;gap:.5rem}}.community-cta{margin:3rem 0;padding:2rem;background:#fafafa;border-radius:12px;border:1px solid #e0e0e0}.community-cta.primary{background:#fff}.community-cta.secondary{background:#fafafa}.cta-block{margin-bottom:2rem}.cta-block:last-child{margin-bottom:0}.cta-text{font-size:1.1rem;color:#1a1a1a;line-height:1.7;margin-bottom:1rem;font-weight:400}.cta-subtext{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.cta-button{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 2rem;background:#c8102e;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:background .2s,transform .2s;border:none;cursor:pointer}.cta-button:hover{background:#a00e26;transform:translateY(-1px)}.cta-button.instagram,.cta-button.strava{background:#c8102e}.cta-handle{font-size:.7rem;font-weight:400;opacity:.85;font-style:italic}.cta-buttons-stacked{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}@media(min-width:768px){.cta-buttons-stacked{flex-direction:row;gap:1rem}.cta-button{flex:1;text-align:center;flex-direction:row;align-items:center;gap:.5rem}}.site-footer{border-top:1px solid #e0e0e0;padding:2rem 1.5rem;margin-top:4rem;background:#fafafa}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-text{color:#666;font-size:.95rem;line-height:1.6;margin:0}.footer-link{color:#c8102e;text-decoration:none;font-weight:500;transition:opacity .2s;white-space:nowrap}.footer-link:hover{opacity:.8;text-decoration:underline}.footer-handle{font-size:.85em;color:#888;font-weight:400;font-style:italic}.home{min-height:calc(100vh - 110px);padding:1.5rem;max-width:1200px;margin:0 auto}.home-header{text-align:center;margin-bottom:3rem;padding-top:2rem}.home-header h1{font-size:2.5rem;font-weight:700;color:#c8102e;margin-bottom:.5rem}.tagline{font-size:1.1rem;color:#666;font-weight:400}.programs-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.program-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s,border-color .2s;display:block;border:2px solid #e0e0e0}.program-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #c8102e26;border-color:#c8102e}.program-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.program-card h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;flex:1}.duration-badge{background:#c8102e;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.program-description{color:#555;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.prerequisite-note{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.prerequisite-note small{color:#888;font-size:.85rem;font-style:italic}.home-cta-section{text-align:center;padding:3rem 1.5rem;margin:3rem 0;max-width:700px;margin-left:auto;margin-right:auto}.cta-section-title{font-size:2rem;font-weight:700;color:#c8102e;margin-bottom:1rem}.cta-section-text{font-size:1.25rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:500}.cta-section-subtext{font-size:1.1rem;color:#666;margin-bottom:2rem;font-style:italic}.home-footer{text-align:center;padding:2rem 1rem;margin-top:3rem;border-top:1px solid #e0e0e0}.home-footer p{color:#666;font-size:1rem;font-style:italic;max-width:600px;margin:0 auto}.hashtag{margin-top:1rem;color:#c8102e!important;font-weight:600!important;font-style:normal!important;font-size:1.1rem!important}@media(min-width:768px){.home{padding:2rem}.home-header h1{font-size:3rem}.programs-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.programs-grid{grid-template-columns:repeat(3,1fr)}}.cycling-toggle{margin-bottom:1.5rem}.toggle-label{display:flex;align-items:center;cursor:pointer;gap:.75rem;-webkit-user-select:none;user-select:none;margin-bottom:.5rem}.cycling-note{font-size:.85rem;color:#666;font-style:italic;margin-left:52px;margin-top:.25rem}.toggle-input{position:absolute;opacity:0;width:0;height:0}.toggle-slider{position:relative;display:inline-block;width:44px;height:24px;background-color:#e0e0e0;border-radius:24px;transition:background-color .3s;flex-shrink:0}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0003}.toggle-input:checked+.toggle-slider{background-color:#c8102e}.toggle-input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-text{font-weight:500;font-size:.95rem;color:#1a1a1a}.toggle-label:hover .toggle-text{color:#c8102e}.program-detail{min-height:calc(100vh - 110px);padding:1.5rem;max-width:1200px;margin:0 auto}.program-header{margin-bottom:2rem}.back-link{display:inline-block;color:#c8102e;margin-bottom:1rem;font-weight:600;font-size:.95rem;transition:opacity .2s}.program-header h1{font-size:2rem;font-weight:700;color:#c8102e;margin-bottom:1rem}.program-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1rem}.duration{background:#c8102e;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.prerequisite{color:#1a1a1a;font-size:.9rem;padding:.5rem 1rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;transition:background .2s,border-color .2s}.prerequisite:hover{background:#eee;border-color:#c8102e}.program-info{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d}.program-description{font-size:1.1rem;color:#333;margin-bottom:1rem;line-height:1.7}.program-purpose{color:#555;font-size:.95rem;line-height:1.6}.program-purpose strong{color:#333}.weeks-list h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.weeks-grid{display:grid;grid-template-columns:1fr;gap:1rem}.week-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s,border-color .2s;display:block;border:2px solid #e0e0e0}.week-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #c8102e26;border-color:#c8102e}.week-number{font-size:1.25rem;font-weight:600;color:#c8102e;margin-bottom:1rem}.week-preview{display:flex;flex-direction:column;gap:.75rem}.preview-day{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.preview-day:last-child{border-bottom:none}.day-name{font-weight:500;color:#666;font-size:.9rem;min-width:50px}.day-workout{color:#333;font-size:.9rem;text-align:right;flex:1}.preview-more{color:#888;font-size:.85rem;font-style:italic;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f0f0f0}@media(min-width:768px){.program-detail{padding:2rem}.weeks-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.weeks-grid{grid-template-columns:repeat(3,1fr)}}.week-view{min-height:100vh;padding:1rem;max-width:600px;margin:0 auto;background:#fff;transition:all .3s ease}.week-view.screenshot-mode{padding:.5rem;max-width:100%;min-height:auto}.week-view.screenshot-mode .week-schedule{gap:.5rem;margin-bottom:.5rem}.week-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #c8102e}.week-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.back-link{display:inline-block;color:#c8102e;font-weight:600;font-size:.9rem;transition:opacity .2s;margin-bottom:0}.save-button{background:#c8102e;color:#fff;border:none;padding:.5rem;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.save-button svg{width:20px;height:20px}.save-button:hover{background:#a00e26}.save-button:active{transform:scale(.98)}.week-header-screenshot{position:relative;text-align:center;padding:.75rem .5rem .5rem;margin-bottom:.75rem;border-bottom:2px solid #c8102e}.screenshot-title{font-size:1.1rem;font-weight:700;color:#c8102e;margin:0 0 .25rem}.screenshot-subtitle{font-size:.9rem;font-weight:600;color:#1a1a1a;margin:0}.exit-screenshot-button{position:absolute;top:.5rem;right:.5rem;background:#c8102e;color:#fff;border:none;width:28px;height:28px;border-radius:50%;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s}.exit-screenshot-button:hover{background:#a00e26}.screenshot-mode .day-card{padding:.75rem;border-radius:6px;margin-bottom:0}.screenshot-mode .day-header{margin-bottom:.5rem}.screenshot-mode .day-name{font-size:.9rem}.screenshot-mode .day-workout{font-size:.85rem;line-height:1.4}.screenshot-mode .day-badge{font-size:.65rem;padding:.2rem .5rem}.screenshot-mode .week-header-screenshot{margin-bottom:.5rem;padding-bottom:.5rem}.screenshot-mode .cycling-toggle{display:none}.back-link:hover{opacity:.8}.week-header h1{font-size:1.5rem;font-weight:700;color:#c8102e;margin-bottom:.5rem}.week-title{font-size:1.25rem;font-weight:600;color:#1a1a1a}.week-schedule{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.day-card{background:#fff;border-radius:10px;padding:1.25rem;border:1px solid #e0e0e0;border-left:4px solid #c8102e;transition:transform .2s,box-shadow .2s}.day-card:hover{transform:translate(4px);box-shadow:0 2px 8px #c8102e1a}.day-card.rest-day{background:#fafafa;border-left-color:#666}.day-card.mobility-day{background:#fafafa;border-left-color:#c8102e}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.day-name{font-size:1.1rem;font-weight:600;color:#1a1a1a}.day-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.rest-badge{background:#1a1a1a;color:#fff}.mobility-badge{background:#c8102e;color:#fff}.day-workout{font-size:1rem;color:#333;line-height:1.5;font-weight:400}.week-navigation{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem 0;border-top:2px solid #e0e0e0;margin-top:2rem}.nav-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .2s;text-align:center;flex:1}.nav-button.prev{background:#f5f5f5;color:#1a1a1a;border:1px solid #e0e0e0}.nav-button.prev:hover{background:#eee;border-color:#c8102e}.nav-button.next{background:#c8102e;color:#fff;font-weight:600}.nav-button.next:hover{background:#a00e26}@media print{.week-view{max-width:100%;padding:0;background:#fff}.back-link,.week-navigation,.save-button,.cycling-toggle,.week-header-top{display:none}.week-header{border-bottom:2px solid #c8102e;padding-bottom:1rem;margin-bottom:1.5rem}.week-header h1,.week-header h2{margin-bottom:.5rem}.day-card{page-break-inside:avoid;border:1px solid #e0e0e0;border-left:4px solid #c8102e;background:#fff;margin-bottom:.75rem}.day-card:hover{transform:none;box-shadow:none}.week-schedule{gap:.75rem}}@media(max-width:600px){.week-view{padding:.75rem}.week-header{padding-bottom:1rem;margin-bottom:1.5rem}.week-schedule{gap:.75rem}.day-card{padding:1rem;margin-bottom:0}.day-workout{font-size:.95rem}.save-button{padding:.4rem .8rem;font-size:.8rem}}.community-page{min-height:calc(100vh - 110px);padding:2rem 1.5rem;max-width:800px;margin:0 auto}.community-header{text-align:center;margin-bottom:3rem;padding-top:2rem}.community-header h1{font-size:2.5rem;font-weight:700;color:#c8102e;margin-bottom:1rem}.community-content{text-align:center}.community-text{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem;font-weight:400;line-height:1.8}.community-subtext{font-size:1.1rem;color:#666;margin-top:2rem;margin-bottom:2rem;font-style:italic;line-height:1.7}.community-hashtag{font-size:1.5rem;color:#c8102e;font-weight:600;margin-bottom:3rem;letter-spacing:.5px}@media(min-width:768px){.community-page{padding:3rem 2rem}.community-header h1{font-size:3rem}.community-text{font-size:1.75rem}}.app{min-height:100vh;background-color:#fff}.error-page{padding:2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.error-page h2{color:#666;margin-bottom:1rem}.error-page a{color:#c8102e;text-decoration:underline}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a;line-height:1.6}#app{min-height:100vh}a{text-decoration:none;color:inherit}
