:root { --cf-orange:#f36b21; --cf-ink:#101010; --cf-paper:#f4f4f3; }
.cf-home-root { background:#f4f4f3; color:#171717; }
.cf-compact-hero { min-height:230px; display:flex; align-items:center; padding:2.1rem clamp(1rem,5vw,5rem); background:linear-gradient(90deg,rgba(10,10,10,.96),rgba(10,10,10,.8)),url('/cyclefaster-hero.png') center 42%/cover; color:#fff; }
.cf-compact-copy { width:min(980px,100%); margin:0 auto; }
.cf-compact-copy small,.cf-resources header small { display:block; color:var(--cf-orange); font-weight:900; letter-spacing:.13em; }
.cf-compact-copy h1 { max-width:850px; margin:.35rem 0 .5rem; font-size:clamp(2rem,4vw,3.65rem); line-height:1; }
.cf-compact-copy p { max-width:760px; margin:0; color:#e4e4e4; font-size:1.05rem; line-height:1.5; }
.cf-compact-actions,.cf-editor-actions { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1rem; }
.cf-primary,.cf-secondary { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:.65rem 1rem; border:0; border-radius:999px; font-weight:850; text-decoration:none; cursor:pointer; }
.cf-primary { background:var(--cf-orange); color:#111; }.cf-secondary { border:1px solid #888; background:#fff; color:#111; }
.cf-pillars { width:min(1240px,calc(100% - 2rem)); margin:-1rem auto 0; position:relative; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.75rem; }
.cf-pillar { min-height:190px; padding:1.05rem; border-radius:15px; background:#fff; color:#171717; text-decoration:none; border-top:5px solid var(--tone); box-shadow:0 9px 28px rgba(0,0,0,.12); transition:transform .16s ease,box-shadow .16s ease; }
.cf-pillar:hover { transform:translateY(-4px); box-shadow:0 14px 34px rgba(0,0,0,.17); }.cf-pillar.orange{--tone:#f36b21}.cf-pillar.green{--tone:#30a46c}.cf-pillar.blue{--tone:#2775c9}.cf-pillar.violet{--tone:#7757b8}
.cf-pillar-icon { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:var(--tone); color:#fff; font-size:1.1rem; font-weight:900; }.cf-pillar h2{margin:.7rem 0 .3rem;font-size:1.35rem}.cf-pillar p{min-height:3.4rem;margin:0;color:#5b5b5b;line-height:1.45}.cf-pillar strong{display:block;margin-top:.65rem;color:#a93806}
.cf-resources { width:min(1180px,calc(100% - 2rem)); margin:0 auto; padding:3.2rem 0 4rem; }.cf-resources header{max-width:700px}.cf-resources h2{margin:.35rem 0;font-size:clamp(1.8rem,3vw,2.6rem)}.cf-resources header p{color:#5b5b5b;font-size:1.05rem}
.cf-resource-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; margin-top:1.3rem; }.cf-resource-card{padding:1.4rem;border:1px solid #d1d1d1;border-radius:14px;background:#fff;color:#171717;text-decoration:none}.cf-resource-card small,.cf-event-card small{color:#b73e08;font-weight:900;letter-spacing:.08em}.cf-resource-card h3{font-size:1.5rem;margin:.45rem 0}.cf-resource-card p{color:#595959;line-height:1.55}.cf-resource-card strong{color:#a93806}
.cf-custom-page { width:min(1180px,calc(100% - 2rem)); margin:0 auto; padding:clamp(2rem,5vw,4.5rem) 0; color:#171717; }.cf-page-heading{position:relative;max-width:850px;margin-bottom:1.5rem}.cf-page-heading>small{color:#b73e08;font-weight:900;letter-spacing:.11em}.cf-page-heading h1{margin:.3rem 0 .65rem;font-size:clamp(2.2rem,5vw,4.1rem);line-height:1}.cf-page-heading p{font-size:1.08rem;color:#585858;line-height:1.55}.cf-admin-back{display:inline-block;margin-top:.5rem;color:#a93806;font-weight:800}
.cf-event-filters { display:flex; flex-wrap:wrap; gap:.55rem; margin:1.2rem 0 1.5rem; }.cf-event-filters button{min-height:42px;padding:.6rem 1rem;border:1px solid #aaa;border-radius:999px;background:#fff;font-weight:800;cursor:pointer}.cf-event-filters button.selected{background:#171717;color:#fff;border-color:#171717}.cf-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.cf-event-card{padding:1.35rem;border:1px solid #d4d4d4;border-left:6px solid var(--event-tone);border-radius:14px;background:#fff}.cf-event-card.commuting{--event-tone:#30a46c}.cf-event-card.racing{--event-tone:#f36b21}.cf-event-card.recreation{--event-tone:#2775c9}.cf-event-card h2{margin:.4rem 0;font-size:1.35rem}.cf-event-card p{color:#575757;line-height:1.55}.cf-event-card a{color:#a93806;font-weight:850}
.cf-admin-home-card { border-top-color:#f36b21!important; }.cf-home-editor{display:grid;gap:1rem;max-width:900px;padding:clamp(1rem,3vw,2rem);border:1px solid #d3d3d3;border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(0,0,0,.08)}.cf-home-editor label{display:grid;gap:.4rem;font-weight:800}.cf-home-editor input,.cf-home-editor textarea{width:100%;border:1px solid #999;border-radius:9px;padding:.75rem;font:inherit;line-height:1.4}.cf-home-editor input:focus,.cf-home-editor textarea:focus{outline:3px solid rgba(243,107,33,.25);border-color:#f36b21}.cf-home-editor fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem;border:1px solid #ddd;border-radius:12px}.cf-home-editor legend{padding:0 .4rem;font-weight:900}.cf-form-message{font-weight:750;color:#4b4b4b}
.cyclefaster-chat-launcher[data-cf-logo] { min-width:64px;width:64px;height:64px;padding:0;overflow:visible;background:#101010;display:grid;place-items:center; }.cyclefaster-chat-launcher[data-cf-logo]>img{width:48px;height:48px;object-fit:contain;border-radius:50%;position:relative;z-index:2}.cf-ai-orbit{position:absolute;inset:-8px;pointer-events:none}.cf-ai-orbit i{position:absolute;width:8px;height:8px;background:#f36b21;transform:rotate(45deg);border-radius:2px;box-shadow:0 0 8px rgba(243,107,33,.65)}.cf-ai-orbit .one{top:0;left:50%}.cf-ai-orbit .two{right:0;top:50%}.cf-ai-orbit .three{bottom:0;left:50%}.cf-ai-orbit .four{left:0;top:50%}.cyclefaster-chat-panel>header strong{display:flex;align-items:center;gap:.55rem}.cyclefaster-chat-panel>header strong img{width:38px;height:38px;object-fit:contain;border-radius:50%}
.cyclefaster-assistant-open .cyclefaster-chat-launcher[data-cf-logo] { display:none; }
.cf-ai-orbit .one,.cf-ai-orbit .three{animation:cf-diamond-float 2.4s ease-in-out infinite}.cf-ai-orbit .two,.cf-ai-orbit .four{animation:cf-diamond-float 2.4s ease-in-out .6s infinite}@keyframes cf-diamond-float{0%,100%{scale:.78;opacity:.6}50%{scale:1.2;opacity:1}}
.cf-visitor-preview-bar{display:flex;align-items:center;gap:1rem;padding:.8rem clamp(1rem,3vw,3rem);background:#f36b21;color:#111}.cf-visitor-preview-bar strong{font-weight:900}.cf-visitor-preview-bar span{flex:1}.cf-visitor-preview-bar button{min-height:40px;padding:.55rem .9rem;border:2px solid #111;background:#111;color:#fff;font-weight:850;cursor:pointer}
.cf-reports-page{width:min(1380px,calc(100% - 2rem))}.cf-report-controls{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:1.4rem 0 2rem;padding:1rem;background:#171919;border:1px solid rgba(241,239,233,.18)}.cf-report-controls>div{display:flex;flex-wrap:wrap;gap:.45rem}.cf-report-controls button{min-height:42px;padding:.55rem .95rem;border:1px solid #777;background:#fff;color:#171717;font-weight:850;cursor:pointer}.cf-report-controls button.selected{background:#f36b21;color:#111;border-color:#f36b21}.cf-report-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:1.2rem}.cf-report-layout.training,.cf-report-layout.nutrition{grid-template-columns:1fr}.cf-report-section,.cf-weight-overview{padding:clamp(1rem,2.5vw,2rem);background:#171919;color:#f1efe9;border:1px solid rgba(241,239,233,.18);border-top:5px solid #f36b21}.cf-report-section.nutrition{border-top-color:#30a46c}.cf-report-section h2,.cf-weight-overview h2{margin:.35rem 0 .4rem;font-size:clamp(2rem,4vw,3.8rem);line-height:.95}.cf-report-section h3{margin:1.6rem 0 .6rem}.cf-report-kicker{color:#ff8a4f;font-weight:900;letter-spacing:.11em}.cf-report-trend{color:#d7d6d1}.cf-report-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(241,239,233,.18);border-left:1px solid rgba(241,239,233,.18);margin-top:1.25rem}.cf-report-metric{min-width:0;padding:1rem;border-right:1px solid rgba(241,239,233,.18);border-bottom:1px solid rgba(241,239,233,.18)}.cf-report-metric strong{display:block;color:#ff8a4f;font-size:clamp(1.5rem,3vw,2.4rem);overflow-wrap:anywhere}.cf-report-metric span{display:block;margin-top:.35rem;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.cf-report-metric small{color:#c8c7c2}.cf-report-chart{min-height:225px;padding:1rem;background:#f4f4f1;color:#191b19}.cf-report-legend{display:flex;gap:1rem;font-size:.72rem;font-weight:850}.cf-report-legend span:before{content:"";display:inline-block;width:10px;height:10px;margin-right:.35rem;background:#f36b21}.cf-report-legend span.secondary:before{background:#2775c9}.cf-report-plot{height:170px;display:flex;align-items:stretch;gap:.4rem;padding-top:1rem;border-bottom:2px solid #5c605c}.cf-report-column{flex:1;min-width:0;display:grid;grid-template-rows:1fr auto;gap:.35rem}.cf-report-bars{display:flex;align-items:flex-end;justify-content:center;gap:2px;min-height:0}.cf-report-bars i{display:block;width:min(18px,42%);min-height:2px;background:#f36b21}.cf-report-bars i.secondary{background:#2775c9}.cf-report-column small{overflow:hidden;color:#313431;font-size:.58rem;text-align:center;white-space:nowrap}.cf-report-empty,.cf-report-error,.cf-report-loading{padding:1rem;background:#fff;color:#171717}.cf-account-activation{margin-top:1.25rem;padding:1.4rem;background:#fff;color:#151716;border-top:5px solid #f36b21}.cf-account-activation h2{margin:0 0 .7rem}.cf-account-activation p{color:#303430}.cf-account-activation button{margin-top:.5rem}
@media(max-width:900px){.cf-pillars{grid-template-columns:repeat(2,minmax(0,1fr));}.cf-resource-grid{grid-template-columns:1fr}.cf-compact-hero{min-height:210px}.cf-pillar{min-height:170px}}
@media(max-width:1000px){.cf-report-layout{grid-template-columns:1fr}.cf-report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.cf-compact-hero{min-height:190px;padding-block:1.45rem}.cf-compact-copy h1{font-size:2rem}.cf-compact-copy p{font-size:.95rem}.cf-pillars{grid-template-columns:1fr 1fr;width:calc(100% - 1rem);gap:.5rem}.cf-pillar{min-height:165px;padding:.8rem}.cf-pillar h2{font-size:1.15rem}.cf-pillar p{font-size:.88rem;min-height:4.6rem}.cf-resource-grid,.cf-event-grid,.cf-home-editor fieldset{grid-template-columns:1fr}.cf-custom-page{width:calc(100% - 1.25rem)}.cyclefaster-chat-launcher[data-cf-logo]{width:58px;height:58px;min-width:58px}.cyclefaster-chat-launcher[data-cf-logo]>img{width:43px;height:43px}.cf-visitor-preview-bar{align-items:flex-start;flex-direction:column}.cf-visitor-preview-bar span{flex:auto}.cf-report-controls{align-items:stretch;flex-direction:column}.cf-report-controls>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cf-report-metrics{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.cf-pillar{transition:none}.cf-ai-orbit i{animation:none}}
