:root{--bg: #dcc9a8;--bg-elevated: #3a5246;--bg-card: #2f4538;--border: #4d6b5a;--text: #f4f7f5;--text-muted: #c5d4cb;--accent: #e8c36a;--accent-hot: #f0d48a;--accent-green: #7cb88a;--accent-teal: #5aafa0;--danger: #e89a90;--power: #e8c36a;--hr: #e89a90;--cadence: #e8c36a;--theme-gold: #e8c36a;--theme-leaf: #7cb88a;--theme-earth: #2f4538;--theme-horn: #c9a227;--radius: 12px;--font: "Inter", system-ui, -apple-system, sans-serif}:root{--accent-dim: #c4a04e;--success: #7cb88a;--warning: #e8c36a;--zone1: #6b9fd4;--zone2: #7cb88a;--zone3: #e8c36a;--zone4: #e8a05c;--zone5: #e89a90}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .15s ease}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#0f172a}.btn-primary:hover:not(:disabled){background:#67e8f9}.btn-secondary{background:var(--bg-elevated);color:var(--text)}.btn-secondary:hover:not(:disabled){background:#475569}.btn-danger{background:var(--hr);color:#fff}.app-header{background:var(--bg-card);padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #334155;position:sticky;top:0;z-index:50}.logo{font-size:1.25rem;font-weight:700;color:var(--accent);display:flex;align-items:center;gap:.5rem}.nav-tabs{display:flex;gap:.5rem}.nav-tab{background:transparent;color:var(--text-muted);padding:.5rem 1rem;border-radius:8px}.nav-tab.active{background:var(--bg-elevated);color:var(--text)}.nav-more{position:relative;display:inline-flex;align-items:center}.nav-more-btn{font-weight:600}.nav-more-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:11.5rem;max-height:min(70vh,28rem);overflow-y:auto;background:var(--bg-elevated, #121a15);border:1px solid rgba(232,195,106,.35);border-radius:10px;box-shadow:0 12px 28px #00000073;padding:.4rem 0;z-index:80}.nav-more-section{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:#e8c36abf;padding:.45rem .85rem .2rem;font-weight:700}.nav-more-item{display:block;width:100%;text-align:left;background:transparent;border:none;color:var(--text, #e8eee9);padding:.5rem .9rem;font-size:.9rem;cursor:pointer}.nav-more-item:hover{background:#e8c36a1f;color:#e8c36a}.nav-more-item.active{background:#e8c36a2e;color:#e8c36a;font-weight:600}.nav-tab.active{background:#e8c36a29;color:#e8c36a;box-shadow:inset 0 -2px #e8c36a}.main-content{flex:1;padding:1.25rem;max-width:1200px;margin:0 auto;width:100%}.card{background:var(--bg-card);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.grid-2{grid-template-columns:1fr}.app-header{flex-wrap:wrap;gap:.5rem;padding:.55rem .65rem}.nav-tabs{display:flex;flex:1 1 100%;order:3;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;gap:.35rem;padding-bottom:.25rem;max-width:100%}.nav-tab{flex:0 0 auto;padding:.4rem .7rem;font-size:.85rem;white-space:nowrap}}.metric{text-align:center}.metric-value{font-size:2.5rem;font-weight:700;line-height:1.1}.metric-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.power-value{color:var(--power)}.hr-value{color:var(--hr)}.target-value{color:var(--accent)}.progress-bar{height:8px;background:var(--bg-elevated);border-radius:4px;overflow:hidden;margin-top:.5rem}.progress-fill{height:100%;background:var(--accent);transition:width .3s ease}.interval-list{display:flex;flex-direction:column;gap:.5rem;max-height:280px;overflow-y:auto}.interval-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--bg-elevated);border-radius:8px;font-size:.9rem}.interval-item.active{outline:2px solid var(--accent);background:transparent}.interval-item.active .zone-dot{box-shadow:0 0 0 3px #ffffff40}.interval-item.done{opacity:.6}.zone-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.status-connected{background:#22c55e33;color:var(--success)}.status-disconnected{background:#c5d4cb2e;color:#e8eef0;border:1px solid rgba(197,212,203,.35)}.ride-topbar .status-pill{color:#f4f7f5}.ride-topbar .status-connected{background:#7cb88a40;color:#b8e0c0;border:1px solid rgba(124,184,138,.45)}.live-badge{background:#ef444433;color:#f87171;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.video-placeholder{aspect-ratio:16/9;background:#020617;border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);border:1px dashed #475569;position:relative;overflow:hidden}.video-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 40%,rgba(34,211,238,.08),transparent 50%)}.ftp-input{background:var(--bg-elevated);border:1px solid #475569;color:var(--text);padding:.5rem .75rem;border-radius:8px;width:100px;font-size:1.1rem;text-align:center}.section-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between}.footer-note{text-align:center;padding:1rem;color:var(--text-muted);font-size:.8rem}.ride-screen{display:flex;flex-direction:column;gap:1rem}.ride-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1.1rem;color:var(--text);box-shadow:0 2px 8px #1c2a241f}.ride-title{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:#f4f7f5}.ride-subtitle{color:#c5d4cb;font-size:.9rem;margin-top:.15rem}.ride-dot{margin:0 .35rem;opacity:.5}.ride-topbar-right{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.ride-hero{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;padding:1.25rem 1rem;background:linear-gradient(180deg,#1e293b,#0f172a);border:1px solid #334155}@media (max-width: 900px){.ride-hero{grid-template-columns:repeat(3,1fr)}}@media (max-width: 520px){.ride-hero{grid-template-columns:repeat(2,1fr)}}.ride-metric{text-align:center;padding:.5rem .25rem;border-radius:10px}.ride-metric-power{background:#f9731614}.ride-metric-value{font-size:2.75rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}@media (max-width: 700px){.ride-metric-value{font-size:2rem}}.ride-metric-label{margin-top:.35rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.ride-metric-hint{margin-top:.2rem;font-size:.75rem;color:var(--text-muted)}.ride-progress-card{padding:.85rem 1.25rem}.ride-progress-labels{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.35rem}.ride-time-big{font-size:1.5rem;font-weight:700;font-variant-numeric:tabular-nums}.ride-time-muted{color:var(--text-muted);font-size:.95rem}.ride-progress-bar{height:10px;border-radius:6px}.ride-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.ride-btn{border-radius:10px;padding:.7rem 1.15rem;font-weight:700;font-size:.95rem;border:1px solid transparent}.ride-btn-play{background:var(--accent);color:#0f172a;min-width:120px;font-size:1.05rem}.ride-btn-play.is-live{background:#eab308;color:#0f172a}.ride-btn-play:hover:not(:disabled){filter:brightness(1.08)}.ride-btn-ghost{background:var(--bg-elevated);color:var(--text);border-color:#475569}.ride-btn-ghost:hover:not(:disabled){background:#475569}.ride-btn-erg-on{background:#22d3ee33;color:var(--accent);border-color:var(--accent-dim)}.ride-btn-strava{background:#fc4c02;color:#fff}.ride-btn-strava:hover:not(:disabled){filter:brightness(1.08)}.ride-btn-garmin{background:#007cc340;color:#7dd3fc;border-color:#007cc3}.ride-btn-sm{min-width:48px;padding:.55rem .75rem}.ride-adjust{display:flex;gap:.35rem;margin-left:.25rem}.ride-programmed{font-size:.8rem;color:var(--text-muted)}.ride-secondary{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.ride-ftp{margin-left:auto;display:flex;align-items:center;gap:.4rem}.ride-ftp label{font-size:.8rem;color:var(--text-muted);font-weight:600}.ride-bottom .interval-now{color:var(--accent);font-size:.75rem;font-weight:700}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1rem;margin-bottom:1rem}@media (max-width: 600px){.profile-grid{grid-template-columns:1fr}}.profile-field{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:var(--text-muted);font-weight:600}.profile-field-wide{grid-column:1 / -1}.profile-field input,.profile-field select{background:var(--bg-elevated);border:1px solid #475569;color:var(--text);padding:.55rem .7rem;border-radius:8px;font-size:1rem;font-weight:500}.wkg-card{margin-top:.5rem;padding:1rem 1.25rem;border-radius:12px;background:linear-gradient(135deg,#22d3ee1f,#0f172ae6);border:1px solid #334155;text-align:center}.wkg-value{font-size:2.5rem;font-weight:800;color:var(--accent);line-height:1}.wkg-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-top:.35rem}.wkg-band{font-weight:700;margin-top:.35rem}.wkg-hint{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.profile-history{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.profile-history-row{display:flex;flex-wrap:wrap;gap:.75rem;padding:.4rem .6rem;background:var(--bg-elevated);border-radius:8px;color:var(--text-muted)}.ride-summary{margin-top:.5rem}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.75rem}.summary-stat{text-align:center}.summary-value{font-size:1.5rem;font-weight:800;font-variant-numeric:tabular-nums}.summary-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.summary-response{font-weight:700;margin:.5rem 0}.summary-load{margin-top:.75rem;padding:.75rem;background:var(--bg-elevated);border-radius:10px;font-size:.9rem;display:flex;flex-direction:column;gap:.25rem}.load-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media (max-width: 600px){.load-grid,.summary-grid{grid-template-columns:repeat(2,1fr)}}.load-tile{text-align:center;padding:.75rem .5rem;background:var(--bg-elevated);border-radius:10px}.load-num{font-size:1.5rem;font-weight:800;color:var(--accent)}.load-name{font-size:.7rem;color:var(--text-muted);text-transform:uppercase}.core-list{list-style:none;font-size:.85rem}.core-list li{padding:.25rem 0}.core-status{color:var(--success);margin-right:.35rem}.live-cues{display:flex;flex-direction:column;gap:.4rem}.live-cue{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-radius:12px;font-weight:700;font-size:1.05rem;border:1px solid transparent}.live-cue-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.live-cue-ok{background:#2f4538;border-color:#4ade80;color:#d1fae5}.live-cue-ok .live-cue-dot{background:#22c55e;box-shadow:0 0 8px #22c55e}.live-cue-warn{background:#3d3428;border-color:#f59e0b;color:#fde68a;animation:cuePulse 1.8s ease-in-out infinite}.live-cue-warn .live-cue-dot{background:#f59e0b}.live-cue-info{background:#2f4538;border-color:#60a5fa;color:#dbeafe}.live-cue-info .live-cue-dot{background:#3b82f6}@keyframes cuePulse{0%,to{opacity:1}50%{opacity:.85}}.ride-hero{box-shadow:0 8px 24px #00000040}.ride-btn-play{box-shadow:0 4px 14px #22d3ee59}.ride-metric-power .ride-metric-value{font-size:3rem}@media (max-width: 700px){.ride-metric-power .ride-metric-value{font-size:2.25rem}}.nav-tab.active{box-shadow:inset 0 -2px 0 var(--accent)}.app-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293beb}.form-chip{margin-bottom:.25rem}.form-chip-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.form-chip-title{font-weight:700}.form-chip-value{font-weight:800;font-size:1.1rem}.form-chip-hint{color:var(--text-muted);font-size:.85rem;margin:.35rem 0 .5rem}.form-chip-stats{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:var(--text-muted)}.form-chip-compact{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:var(--bg-elevated);border-radius:999px;font-size:.85rem;border:1px solid #334155}.form-chip-label{color:var(--text-muted);font-weight:600}.form-chip-meta{color:var(--text-muted);font-size:.8rem}.rpe-block{margin:.75rem 0}.rpe-label{font-weight:600;margin-bottom:.4rem;font-size:.9rem}.rpe-row{display:flex;flex-wrap:wrap;gap:.35rem}.rpe-btn{min-width:2rem;padding:.4rem .5rem;border-radius:8px;background:var(--bg-elevated);color:var(--text);border:1px solid #475569;font-weight:700}.rpe-btn-active{background:var(--accent);color:#0f172a;border-color:var(--accent)}.rpe-hint{font-size:.75rem;color:var(--text-muted);margin-top:.35rem}.form-chip-caution{border-color:#f9731680;background:#f9731614}.form-chip-rest{border-color:#ef444473;background:#ef444414}.route-effort-note{padding:.65rem .9rem;border-radius:10px;font-size:.9rem;font-weight:600;border:1px solid #334155;background:var(--bg-elevated)}.route-effort-hard{border-color:#f9731680;color:#fdba74}.route-effort-moderate{border-color:#eab30873;color:#fde047}.route-effort-endurance{border-color:#22d3ee66;color:#a5f3fc}.route-effort-easy{color:var(--text-muted)}.coach-lib{display:flex;flex-direction:column;gap:1rem}.coach-suggest{padding:1rem;border-radius:12px;background:linear-gradient(135deg,#22d3ee26,#0f172ae6);border:1px solid rgba(34,211,238,.35);margin-bottom:1rem}.coach-suggest-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:700}.coach-suggest-name{font-size:1.25rem;font-weight:800;margin:.25rem 0}.coach-suggest-reason{color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.coach-suggest-actions{display:flex;flex-wrap:wrap;gap:.5rem}.coach-filters{display:flex;flex-wrap:wrap;gap:.4rem}.coach-filter{padding:.4rem .75rem;border-radius:999px;background:var(--bg-elevated);color:var(--text-muted);border:1px solid #334155;font-size:.8rem;font-weight:600}.coach-filter.active{background:#22d3ee33;color:var(--accent);border-color:var(--accent-dim)}.coach-list{display:flex;flex-direction:column;gap:.75rem}.coach-card-top{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;align-items:flex-start}.coach-card-name{font-weight:700;font-size:1.05rem}.coach-card-meta{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.coach-card-actions{display:flex;gap:.4rem}.coach-card-desc{color:var(--text-muted);font-size:.9rem;margin:.5rem 0}.coach-tags{display:flex;flex-wrap:wrap;gap:.35rem}.coach-tag{font-size:.7rem;padding:.2rem .5rem;border-radius:999px;background:var(--bg-elevated);color:var(--text-muted)}.coach-card-suggested{border-color:#22d3ee66}.coach-preview{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #334155}.coach-preview-row{display:flex;justify-content:space-between;font-size:.85rem;padding:.3rem 0;color:var(--text-muted)}.weekly-plan{margin-bottom:.25rem}.weekly-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}@media (max-width: 900px){.weekly-grid{grid-template-columns:repeat(2,1fr)}}.weekly-day{background:var(--bg-elevated);border-radius:10px;padding:.65rem;border:1px solid #334155;display:flex;flex-direction:column;gap:.25rem;min-height:140px}.weekly-day-today{border-color:var(--accent);box-shadow:0 0 0 1px #22d3ee59}.weekly-day-live{border-color:#ef444459}.weekly-day-name{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);display:flex;align-items:center;gap:.35rem}.weekly-today-pill{background:var(--accent);color:#0f172a;font-size:.65rem;padding:.1rem .35rem;border-radius:999px}.weekly-day-title{font-weight:700;font-size:.85rem;line-height:1.25}.weekly-day-meta{font-size:.7rem;color:var(--text-muted)}.weekly-day-tip{font-size:.7rem;color:var(--text-muted);flex:1;margin:.25rem 0}.weekly-day-btn{font-size:.75rem;padding:.35rem .5rem;margin-top:auto}.live-lobby-hero{background:linear-gradient(135deg,#ef44441f,#0f172af2);border:1px solid rgba(239,68,68,.25)}.today-session{background:linear-gradient(135deg,#22d3ee1a,#1e293bf2);border-color:#22d3ee4d;margin-bottom:.5rem}.today-session-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.today-session-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:700}.today-session-title{font-size:1.35rem;font-weight:800;margin:.2rem 0}.today-session-meta{font-size:.85rem;color:var(--text-muted)}.today-session-form{font-weight:800;font-size:1rem}.today-session-tip{color:var(--text-muted);font-size:.9rem;margin:.5rem 0 .25rem}.today-session-advice{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}.today-session-actions{display:flex;flex-wrap:wrap;gap:.5rem}.watch-room{display:grid;grid-template-columns:1fr 300px;gap:1rem;align-items:start}@media (max-width: 900px){.watch-room{grid-template-columns:1fr}}.watch-main{display:flex;flex-direction:column;gap:.75rem;min-width:0}.watch-toolbar{padding-bottom:.85rem}.watch-url-row{display:flex;gap:.5rem;flex-wrap:wrap}.watch-url-input{flex:1;min-width:200px;max-width:none!important;width:auto;text-align:left}.watch-hint{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.watch-video{padding:0;overflow:hidden;background:#020617}.watch-iframe{width:100%;aspect-ratio:16 / 9;border:none;display:block}.watch-placeholder{aspect-ratio:16 / 9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--text);background:radial-gradient(circle at 40% 40%,rgba(34,211,238,.08),transparent 55%)}.watch-side{display:flex;flex-direction:column;gap:.75rem}.watch-side-card{padding:1rem}.watch-side-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700;margin-bottom:.35rem}.watch-workout-name{font-weight:700;font-size:1rem}.watch-time{font-size:1.5rem;font-weight:800;font-variant-numeric:tabular-nums;margin-top:.25rem}.watch-time-total{font-size:1rem;color:var(--text-muted);font-weight:600}.watch-side-actions{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem}.watch-interval-card{border-color:#22d3ee59;background:linear-gradient(180deg,rgba(34,211,238,.1),var(--bg-card))}.watch-now-name{font-size:1.2rem;font-weight:800}.watch-now-detail{color:var(--accent);font-weight:600;font-size:.95rem;margin-top:.2rem}.watch-next-name{font-weight:600}.watch-next-meta{color:var(--text-muted);font-weight:500;font-size:.85rem}.watch-metrics{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;text-align:center}.watch-metric-val{font-size:1.5rem;font-weight:800;line-height:1.1}.watch-metric-lbl{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.watch-room-wide{grid-template-columns:1fr}.watch-presets{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.watch-video-wrap{position:relative}.watch-overlay{position:absolute;left:.75rem;bottom:.75rem;right:.75rem;max-width:420px;padding:.65rem .85rem;border-radius:12px;background:#0f172ad1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(148,163,184,.25);pointer-events:none}.watch-overlay-power{display:flex;align-items:baseline;gap:.35rem;font-size:1.75rem;font-weight:800}.watch-overlay-unit{font-size:.9rem;color:var(--text-muted)}.watch-overlay-target{font-size:1rem;color:var(--accent);margin-left:.35rem}.watch-overlay-row{display:flex;gap:.85rem;font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.watch-overlay-interval{margin-top:.35rem;font-weight:700;font-size:.9rem;color:#e2e8f0}.weekly-day-done{opacity:.85;border-color:#22c55e73}.weekly-done-pill{background:#22c55e40;color:#86efac;font-size:.65rem;padding:.1rem .35rem;border-radius:999px}.weekly-day-actions{display:flex;gap:.35rem;margin-top:auto}.weekly-check-on{background:#22c55e40!important;border-color:#22c55e80!important;color:#86efac!important}a.btn-primary,a.btn-secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.watch-yt-links{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 .75rem}.tiz-block{margin:.75rem 0}.tiz-bars{display:flex;flex-direction:column;gap:.35rem}.tiz-row{display:grid;grid-template-columns:7.5rem 1fr 2.5rem;gap:.5rem;align-items:center;font-size:.8rem}.tiz-name{color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tiz-track{height:8px;background:var(--bg-elevated);border-radius:4px;overflow:hidden}.tiz-fill{height:100%;background:linear-gradient(90deg,#22d3ee,#0ea5e9);border-radius:4px}.tiz-pct{text-align:right;font-weight:600}.load-chart-wrap{margin-top:1rem}.load-chart{width:100%;max-width:420px;height:auto;background:var(--bg-elevated);border-radius:10px;border:1px solid #334155}.load-chart-legend{display:flex;gap:1rem;font-size:.8rem;margin-top:.35rem;color:var(--text-muted)}.insight-flags{margin-top:1rem}.insight-flag{font-size:.85rem;padding:.5rem .75rem;border-radius:8px;margin:.35rem 0}.insight-flag-caution{background:#f973161f;border:1px solid rgba(249,115,22,.35);color:#fdba74}.insight-flag-info{background:#3b82f61f;border:1px solid rgba(59,130,246,.3);color:#93c5fd}.activity-row{grid-template-columns:5.5rem 1fr 4rem 4rem 6rem 4rem;font-size:.85rem}.import-result{margin-top:.5rem;padding:.5rem .75rem;background:var(--bg-elevated);border-radius:8px;border:1px solid #334155}.vol-chart{margin:.75rem 0 1rem}.vol-bars{display:flex;align-items:flex-end;gap:3px;height:100px;padding:.5rem;background:var(--bg-elevated);border-radius:10px;border:1px solid #334155}.vol-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0}.vol-bar-track{flex:1;width:100%;display:flex;align-items:flex-end}.vol-bar-fill{width:100%;background:linear-gradient(180deg,#22d3ee,#0e7490);border-radius:3px 3px 0 0;min-height:2px}.vol-bar-label{font-size:.55rem;color:var(--text-muted);margin-top:2px}.activity-row-btn{width:100%;text-align:left;cursor:pointer;border:none;background:transparent;color:inherit;font:inherit}.activity-row-btn:hover{background:#22d3ee14}.activity-detail{margin-top:1rem}.coach-chart-block{margin-top:.25rem}.coach-chart-blurb{font-size:.85rem;color:var(--text-muted);line-height:1.45;margin:.35rem 0 .65rem}.coach-chart-tip{font-size:.8rem;color:var(--accent);margin-top:.5rem;line-height:1.4}.load-hint{font-size:.65rem;color:var(--text-muted);margin-top:.15rem;line-height:1.2}.load-tile{cursor:help}.stream-charts{margin-top:.5rem}.stream-chart{margin-bottom:.75rem}.stream-chart-head{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600;margin-bottom:.25rem}.stream-chart-avg{color:var(--text-muted);font-weight:500}.stream-svg{width:100%;max-width:480px;height:auto;background:var(--bg-elevated);border-radius:8px;border:1px solid #334155}.stream-chart-axis{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-muted);max-width:480px}.studio-class{max-width:1100px;margin:0 auto;background:#0c4a6e;border-radius:12px;overflow:hidden;color:#f8fafc;border:1px solid #0369a1}.studio-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem .85rem;background:#0369a1}.studio-athlete{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.05rem}.studio-logo{display:inline-flex;width:1.6rem;height:1.6rem;border-radius:50%;background:#fbbf24;color:#0f172a;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}.studio-timer{text-align:center;font-size:2.4rem;font-weight:800;letter-spacing:.04em;padding:.5rem;background:#0284c7}.studio-metrics{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:#0369a1}.studio-metric{background:#0ea5e9;text-align:center;padding:.65rem .35rem}.studio-metric-label{font-size:.75rem;text-transform:uppercase;opacity:.9}.studio-metric-value{font-size:2.2rem;font-weight:800;line-height:1.1}.studio-hr{color:#fecaca}.studio-metric-sub{display:flex;justify-content:space-around;font-size:.7rem;margin-top:.25rem;opacity:.95}.studio-warn{text-align:center;font-size:.8rem;padding:.35rem;background:#78350f;color:#fde68a;margin:0}.studio-laps-wrap{max-height:220px;overflow-y:auto;background:#075985}.studio-laps{width:100%;border-collapse:collapse;font-size:.85rem}.studio-laps th{position:sticky;top:0;background:#0c4a6e;color:#e0f2fe;padding:.35rem .4rem;text-align:left;font-weight:600}.studio-laps td{padding:.35rem .4rem;font-weight:600}.studio-zones{padding:.5rem .65rem;background:#0c4a6e}.studio-zones-title{font-size:.8rem;font-weight:600;margin-bottom:.35rem}.studio-zones-grid{display:flex;flex-direction:column;gap:2px}.studio-zone-row{display:flex;justify-content:space-between;padding:.25rem .5rem;font-size:.8rem;font-weight:600;color:#0f172a;border-radius:4px}.studio-zone-hint{font-size:.75rem;color:#bae6fd;margin:.4rem 0 0;line-height:1.35}.studio-controls{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;padding:.5rem;background:#075985}.studio-btn{border:none;font-weight:800;font-size:1rem;padding:.75rem .5rem;border-radius:6px;cursor:pointer;color:#0f172a}.studio-btn-start{background:#4ade80;grid-column:1 / -1}.studio-btn-stop{background:#f87171}.studio-btn-pause{background:#e2e8f0}.studio-btn-lap{background:#fb923c}.studio-btn-reset{background:#64748b;color:#f8fafc;grid-column:1 / -1;font-size:.85rem;padding:.45rem}.studio-chart-block{padding:.5rem .65rem .75rem;background:#0c4a6e}.studio-chart-legend{display:flex;gap:1rem;font-size:.75rem;margin-bottom:.25rem}.studio-live-chart{width:100%;height:auto;background:#082f49;border-radius:8px}.studio-chart-empty{text-align:center;padding:1.5rem;color:#7dd3fc;font-size:.85rem}.studio-workout-banner{background:#0369a1;padding:.4rem .75rem;font-size:.85rem;border-bottom:1px solid #0284c7}.studio-status{text-align:center;padding:.4rem;margin:0;background:#14532d;color:#bbf7d0;font-size:.85rem}@media (min-width: 700px){.studio-class{max-width:1100px;min-height:85vh}.studio-timer{font-size:3.2rem}.studio-metric-value{font-size:2.8rem}.studio-btn{font-size:1.15rem;padding:.9rem .5rem}.studio-laps{font-size:.95rem}.studio-laps-wrap{max-height:280px}}.studio-class:fullscreen,.studio-class:-webkit-full-screen{max-width:none;width:100%;height:100%;border-radius:0}.power-curve{margin:1rem 0}.pc-bars{display:flex;align-items:flex-end;gap:.4rem;height:160px;padding:.5rem;background:var(--bg-elevated);border-radius:10px;border:1px solid #334155}.pc-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0;cursor:help}.pc-val{font-size:.7rem;font-weight:700;color:var(--accent);margin-bottom:.2rem}.pc-track{flex:1;width:100%;display:flex;align-items:flex-end}.pc-fill{width:100%;background:linear-gradient(180deg,#a78bfa,#7c3aed);border-radius:4px 4px 0 0}.pc-label{font-size:.65rem;color:var(--text-muted);margin-top:.25rem}.pc-pct{font-size:.6rem;color:var(--text-muted)}.act-curve-block{margin:1rem 0 .5rem}.act-curve-bars{display:flex;align-items:flex-end;gap:.45rem;height:180px;padding:.55rem .4rem .35rem;background:#0f172a;border-radius:10px;border:1px solid #334155}.act-curve-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0;cursor:help}.act-curve-track{position:relative;flex:1;width:70%;max-width:2.2rem;min-height:80px;background:#1e293b;border-radius:4px 4px 0 0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.act-curve-rec{position:absolute;left:0;right:0;bottom:0;border:2px solid #94a3b8;border-bottom:none;border-radius:4px 4px 0 0;background:transparent;pointer-events:none;box-sizing:border-box}.act-curve-act{position:relative;width:100%;background:linear-gradient(180deg,#38bdf8,#0284c7);border-radius:4px 4px 0 0;z-index:1}.act-curve-lab{font-size:.65rem;color:#94a3b8;margin-top:.3rem;text-align:center;white-space:nowrap}.act-curve-w{font-size:.7rem;font-weight:700;color:#e2e8f0;text-align:center}.train-cal{margin:1rem 0}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-dow{text-align:center;font-size:.7rem;color:var(--text-muted);font-weight:600;padding:.25rem}.cal-cell{min-height:3rem;border-radius:8px;border:1px solid #334155;background:var(--bg-elevated);padding:.25rem;font-size:.75rem}.cal-empty{border:none;background:transparent}.cal-today{outline:2px solid var(--accent)}.cal-done{background:#22c55e33;border-color:#22c55e80}.cal-planned{border-style:dashed;border-color:#38bdf8}.cal-miss{background:#f871711f;border-color:#f8717166}.cal-daynum{font-weight:700}.cal-tss{font-size:.65rem;color:#86efac}.cal-plan-dot{width:6px;height:6px;border-radius:50%;background:#38bdf8;margin-top:.2rem}.cal-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;font-size:.75rem}.cal-leg-done:before,.cal-leg-plan:before,.cal-leg-miss:before{content:"";display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:.3rem;vertical-align:middle}.cal-leg-done:before{background:#22c55e80}.cal-leg-plan:before{border:1px dashed #38bdf8;background:transparent}.cal-leg-miss:before{background:#f8717166}.garmin-summary-strip{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;font-weight:600;margin-bottom:.75rem;color:var(--accent)}.ride-peaks{margin-top:.75rem}.ride-peaks-row{display:flex;gap:.5rem;flex-wrap:wrap}.ride-peak-tile{background:var(--bg-elevated);border:1px solid #334155;border-radius:8px;padding:.4rem .65rem;min-width:4rem;text-align:center}.ride-peak-val{font-weight:800;font-size:1.05rem}.ride-peak-lab{font-size:.65rem;color:var(--text-muted)}.cal-click{cursor:pointer;text-align:left;color:inherit;font:inherit;width:100%}.cal-selected{outline:2px solid #fbbf24!important}.cal-assign-label{font-size:.55rem;line-height:1.15;color:#7dd3fc;margin-top:.15rem;overflow:hidden}.cal-day-panel{margin-top:.75rem;padding:.75rem;background:var(--bg-elevated);border-radius:10px;border:1px solid #334155}.gc-chart{margin-bottom:1rem}.gc-chart-head{display:flex;align-items:center;gap:.4rem;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.gc-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.gc-avg{margin-left:auto;color:var(--text-muted);font-weight:500;font-size:.85rem}.gc-svg{width:100%;height:auto;background:#0f172a;border-radius:10px;border:1px solid #1e293b;cursor:crosshair}.gc-axis{fill:#94a3b8;font-size:10px;font-family:system-ui,sans-serif}.gc-empty{padding:1rem;color:var(--text-muted);text-align:center}.gc-header-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(4.5rem,1fr));gap:.5rem;margin-bottom:1rem;text-align:center}.gc-hs-val{font-size:1.35rem;font-weight:800}.gc-hs-lab{font-size:.7rem;color:var(--text-muted);text-transform:uppercase}.gc-stack{margin-top:.5rem}.analysis-inspector{margin-top:1rem}.analysis-room .card{margin-bottom:1rem}.gc-wrap{margin-bottom:1.25rem;background:#020617;border:1px solid #1e293b;border-radius:12px;padding:.65rem .75rem .85rem}.gc-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.95rem}.gc-pill{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #ffffff14}.gc-head-meta{margin-left:auto;display:flex;align-items:baseline;gap:.65rem}.gc-live-val{font-size:1.25rem;font-weight:800;font-variant-numeric:tabular-nums}.gc-live-time{font-size:.85rem;color:#94a3b8;font-variant-numeric:tabular-nums}.gc-avg-label{color:#94a3b8;font-size:.85rem;font-weight:500}.gc-svg-box{position:relative}.gc-svg{width:100%;height:auto;display:block;cursor:crosshair;border-radius:8px}.gc-tick{fill:#64748b;font-size:11px;font-family:ui-sans-serif,system-ui,sans-serif}.gc-tooltip{position:absolute;top:12px;transform:translate(-50%);background:#0f172a;border:1px solid #334155;border-radius:10px;padding:.45rem .7rem;pointer-events:none;box-shadow:0 8px 24px #00000073;z-index:5;min-width:5.5rem;text-align:center}.gc-tip-time{font-size:.75rem;color:#94a3b8;font-variant-numeric:tabular-nums}.gc-tip-val{font-size:1.2rem;font-weight:800;font-variant-numeric:tabular-nums}.gc-tip-lab{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.gc-empty{padding:2rem;text-align:center;color:#64748b;background:#0b1220;border-radius:8px}.gc-header-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin-bottom:1.1rem;text-align:center;background:#020617;border:1px solid #1e293b;border-radius:12px;padding:.85rem .5rem}@media (max-width: 640px){.gc-header-stats{grid-template-columns:repeat(3,1fr)}}.gc-hs-val{font-size:1.45rem;font-weight:800;font-variant-numeric:tabular-nums}.gc-hs-lab{font-size:.68rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-top:.15rem}.analysis-inspector{background:#020617!important;border:1px solid #1e293b}.gc-stack{display:flex;flex-direction:column;gap:.35rem}.lt-wrap{background:#020617;border:1px solid #1e293b;border-radius:12px;padding:.85rem 1rem 1rem;margin:.75rem 0 1rem}.lt-title{font-weight:700;font-size:1rem;margin-bottom:.35rem}.lt-blurb{font-size:.85rem;color:#94a3b8;line-height:1.45;margin:0 0 .65rem}.lt-legend{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;margin-bottom:.5rem}.lt-leg{display:flex;align-items:center;gap:.35rem;color:#cbd5e1}.lt-leg i{display:inline-block;width:12px;height:12px;border-radius:3px}.lt-leg.ctl i{background:#22d3ee}.lt-leg.atl i{background:#f97316}.lt-leg.tsb{color:#e2e8f0}.lt-svg{width:100%;height:auto;display:block;border-radius:8px}.lt-tick{fill:#64748b;font-size:11px;font-family:system-ui,sans-serif}.lt-tip{font-size:.8rem;color:#7dd3fc;margin:.65rem 0 0;line-height:1.4}.activity-row-selected{outline:2px solid var(--accent);background:#22d3ee1a!important}#ride-charts-panel{scroll-margin-top:1rem}.rc-stack{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.rc-wrap{background:#020617;border:1px solid #1e293b;border-radius:12px;padding:.65rem .75rem .5rem}.rc-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.95rem}.rc-pill{width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 3px #ffffff0f}.rc-avg{margin-left:auto;color:#94a3b8;font-size:.85rem;font-weight:500}.rc-chart-box{width:100%}.rc-empty{padding:1.5rem;text-align:center;color:#64748b}.rc-tooltip{background:#0f172a;border:1px solid #334155;border-radius:10px;padding:.45rem .7rem;box-shadow:0 8px 24px #00000073;text-align:center;min-width:4.5rem}.rc-tip-time{font-size:.75rem;color:#94a3b8}.rc-tip-val{font-size:1.15rem;font-weight:800;color:#f8fafc}.rc-tip-lab{font-size:.7rem;color:#64748b;text-transform:uppercase}.studio-layout{display:flex;flex-direction:row;align-items:stretch;gap:0}.studio-main{flex:1;min-width:0}.studio-side{width:280px;max-width:40%;flex-shrink:0;background:#082f49;border-left:1px solid #0369a1;padding:.65rem .7rem;overflow-y:auto;max-height:90vh;color:#e0f2fe;font-size:.85rem}.studio-side-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#7dd3fc;font-weight:700}.studio-side-name{font-weight:800;font-size:.95rem;margin:.2rem 0 .6rem;line-height:1.25}.studio-side-stats{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-bottom:.75rem}.studio-side-stats .ssl{display:block;font-size:.65rem;color:#7dd3fc;text-transform:uppercase}.studio-side-stats .ssv{display:block;font-weight:800;font-size:1rem;font-variant-numeric:tabular-nums}.studio-side-current{background:#4ade8033;border:1px solid rgba(74,222,128,.45);border-radius:8px;padding:.5rem .55rem;margin-bottom:.45rem}.studio-side-next{background:#38bdf81f;border:1px solid rgba(56,189,248,.35);border-radius:8px;padding:.5rem .55rem;margin-bottom:.65rem}.studio-side-done{font-size:.8rem;color:#fde68a}.ssc-label{font-size:.65rem;text-transform:uppercase;font-weight:700;color:#a5f3fc}.ssc-name{font-weight:800;font-size:.95rem}.ssc-meta{font-size:.78rem;color:#bae6fd;margin-top:.15rem}.studio-side-list-label{font-size:.7rem;text-transform:uppercase;color:#7dd3fc;font-weight:700;margin-bottom:.35rem}.studio-side-list{display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto}.studio-side-row{display:grid;grid-template-columns:1.4rem 1fr auto;gap:.25rem;align-items:center;padding:.28rem .3rem;border-radius:5px;font-size:.75rem;background:#0f172a59}.studio-side-row.active{background:#4ade8059;font-weight:700;outline:1px solid rgba(74,222,128,.6)}.studio-side-row.done{opacity:.45;text-decoration:line-through}.ssr-num{color:#7dd3fc;font-weight:700}.ssr-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ssr-meta{color:#94a3b8;font-variant-numeric:tabular-nums;white-space:nowrap}@media (max-width: 900px){.studio-layout{flex-direction:column}.studio-side{width:100%;max-width:none;max-height:320px;border-left:none;border-top:1px solid #0369a1}}.studio-progress{margin:0 0 .75rem}.studio-progress-label{font-size:.65rem;text-transform:uppercase;color:#7dd3fc;margin-bottom:.15rem;margin-top:.35rem}.studio-progress-track{height:8px;background:#0c4a6e;border-radius:4px;overflow:hidden}.studio-progress-fill{height:100%;border-radius:4px;transition:width .4s linear}.studio-progress-fill.session{background:#38bdf8}.studio-progress-fill.interval{background:#4ade80}.studio-no-workout{background:#78350f;color:#fef3c7;padding:.55rem .75rem;font-size:.85rem;line-height:1.4;border-bottom:1px solid #92400e}.studio-live-banner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;background:#7f1d1d;color:#fecaca;padding:.45rem .75rem;font-size:.85rem}.studio-live-actions{display:flex;gap:.35rem;flex-wrap:wrap}.studio-stream-dock{background:#000;aspect-ratio:16 / 9;max-height:220px;width:100%}.studio-stream-dock.wide{max-height:360px}.studio-stream-dock iframe{width:100%;height:100%;border:0;display:block}.studio-stream-placeholder{height:100%;min-height:120px;display:flex;align-items:center;justify-content:center;color:#94a3b8;padding:1rem;text-align:center;font-size:.9rem;background:#0f172a}.rebuild-intervals{display:flex;flex-direction:column;gap:.35rem;max-height:280px;overflow-y:auto;margin:.5rem 0}.rebuild-iv-row{display:grid;grid-template-columns:1fr 5rem 4.5rem auto;gap:.35rem;align-items:center}.rebuild-iv-row input{font-size:.85rem;padding:.3rem .4rem}.rebuild-iv-meta{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.workout-cats{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.wellness-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.wellness-label{display:block;margin-bottom:.75rem;font-size:.9rem}.wellness-label select,.wellness-label textarea,.wellness-label input{display:block;width:100%;margin-top:.35rem}.wellness-check{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.9rem}.wellness-upload-list{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.wellness-upload-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.75rem;background:var(--bg-elevated, #0f172a);border-radius:10px;border:1px solid #334155}.wellness-excerpt{margin-top:.5rem;font-size:.75rem;color:#94a3b8;white-space:pre-wrap;max-height:120px;overflow:auto}.genesport-profile{margin-top:.75rem}.genesport-theme{background:#0f172a;border-left:3px solid var(--accent, #22d3ee);padding:.65rem .75rem;margin:.5rem 0;border-radius:0 8px 8px 0;font-size:.9rem}.genesport-theme p{margin:.35rem 0 0;color:#cbd5e1;font-size:.85rem}.genesport-section{margin-top:1rem;padding-top:.75rem;border-top:1px solid #334155}.genesport-sec-title{font-weight:800;font-size:1rem}.genesport-sec-title span{display:block;font-weight:500;font-size:.8rem;color:#94a3b8}.genesport-sec-hint{font-size:.8rem;color:#7dd3fc;margin:.35rem 0 .5rem}.genesport-table{width:100%;border-collapse:collapse;font-size:.8rem}.genesport-table th,.genesport-table td{text-align:left;padding:.35rem .4rem;border-bottom:1px solid #1e293b}.genesport-table th{color:#94a3b8;font-weight:600}.genesport-plain{font-size:.85rem;color:#e2e8f0;margin:.25rem 0 .5rem;line-height:1.4}.gene-plain-row{font-size:.75rem;color:#94a3b8;margin-top:.25rem;line-height:1.35}.blood-trend-scroll{overflow-x:auto;margin:.75rem 0}.blood-table td,.blood-table th{white-space:nowrap;font-size:.75rem}.rebuild-panel{margin-top:1rem}.rebuild-intro{font-size:.9rem;color:var(--text-muted, #94a3b8);margin:0 0 .85rem;line-height:1.45}.rebuild-error{color:#fca5a5;margin-top:.75rem;font-size:.9rem}.rebuild-editor{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #334155}.rebuild-name-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.85rem}.rebuild-name-input{display:block;width:100%;margin-top:.4rem;padding:.5rem .65rem;font-size:1rem;background:#faf6ef;color:#1c2a24;border:1px solid #4d6b5a;border-radius:6px}.rebuild-summary-bar{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.9rem;margin-bottom:.85rem;padding:.65rem .75rem;background:#0f172a;border-radius:8px;border:1px solid #1e293b}.rebuild-table-wrap{overflow-x:auto;margin:.5rem 0 .75rem;border:1px solid #334155;border-radius:10px;background:#020617}.rebuild-table{width:100%;border-collapse:collapse;min-width:720px;font-size:.9rem}.rebuild-table thead th{position:sticky;top:0;background:#0f172a;color:#94a3b8;font-weight:700;text-align:left;padding:.65rem .55rem;border-bottom:2px solid #334155;white-space:nowrap}.rebuild-table tbody td{padding:.55rem .5rem;border-bottom:1px solid #1e293b;vertical-align:middle}.rebuild-table tbody tr:hover{background:#22d3ee0f}.rebuild-table input{width:100%;padding:.4rem .45rem;font-size:.9rem;border-radius:6px;border:1px solid #4d6b5a;background:#faf6ef;color:#1c2a24}.rebuild-table .col-num{width:2.25rem;text-align:center;color:#64748b;font-weight:700}.rebuild-table .col-name{min-width:7rem;max-width:11rem}.rebuild-table .col-dur{width:10.5rem;min-width:10rem}.rebuild-table .col-pct{width:5.25rem}.rebuild-table .col-watts{width:6rem}.rebuild-table .col-zone{width:3.5rem;text-align:center}.rebuild-table .col-watts input{font-weight:800;color:#1c2a24;border-color:#4d6b5a;text-align:center;font-size:1rem;min-height:2.35rem;background:#faf6ef}.rebuild-table .col-pct input{text-align:center;font-size:1rem;min-height:2.35rem}.rebuild-table .col-name input{font-size:.9rem;min-height:2.35rem}.dur-inputs{display:flex;align-items:center;gap:.35rem}.dur-inputs input{width:3.75rem;min-width:3.5rem;min-height:2.35rem;text-align:center;font-size:1.05rem;font-weight:700;padding:.45rem .35rem}.dur-sep{color:#94a3b8;font-weight:800;font-size:1.1rem}.zone-pill{display:inline-block;padding:.2rem .45rem;border-radius:6px;background:#1e293b;font-weight:700;font-size:.8rem}.rebuild-hint{font-size:.8rem;color:#94a3b8;margin:0 0 1rem}.rebuild-actions{display:flex;flex-wrap:wrap;gap:.5rem}.analysis-stack{display:flex;flex-direction:column;gap:1.25rem}.analysis-block{margin:0!important}.analysis-selected{display:flex;flex-direction:column;gap:1rem}.analysis-selected-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#7dd3fc}.rebuild-head{margin-bottom:.5rem}.rebuild-section{margin-top:1.25rem;padding-top:1.1rem;border-top:1px solid #334155}.rebuild-section:first-of-type{margin-top:.85rem}.rebuild-section-title{display:flex;align-items:center;gap:.55rem;font-size:1rem;font-weight:800;margin:0 0 .4rem;color:#e2e8f0}.rebuild-step{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#0ea5e9;color:#0f172a;font-size:.85rem;font-weight:900;flex-shrink:0}.rebuild-section-text{font-size:.85rem;color:#94a3b8;margin:0 0 .75rem;line-height:1.4}.rebuild-section-save{background:#0ea5e914;margin-left:-.5rem;margin-right:-.5rem;padding:1rem .75rem;border-radius:10px;border-top:none}.rebuild-table .col-merge{width:5.5rem;text-align:center}.rebuild-merge-btn{font-size:.75rem!important;padding:.35rem .45rem!important;white-space:nowrap}.rebuild-merge-end{color:#475569;font-size:.85rem}.help-search-label{display:block;font-size:.85rem;font-weight:600;margin-top:.75rem}.help-search-input{display:block;width:100%;margin-top:.35rem;padding:.65rem .75rem;font-size:1rem;border-radius:8px;border:1px solid #334155;background:#0f172a;color:inherit}.help-result-count{font-size:.8rem;color:#94a3b8;margin:.5rem 0 0}.help-term-list{display:flex;flex-direction:column;gap:.65rem;margin-top:.75rem}.help-term-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;background:none;border:none;color:inherit;text-align:left;cursor:pointer;padding:0;font:inherit}.help-term-title{font-size:1.05rem}.help-term-full{font-weight:500;color:#94a3b8;font-size:.9rem}.help-term-chevron{font-size:1.25rem;font-weight:700;color:#38bdf8;line-height:1}.help-term-summary{margin:.45rem 0 0;font-size:.9rem;color:#cbd5e1}.help-term-body{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #334155}.help-body-h{margin:.75rem 0 .35rem;font-size:.95rem;color:#7dd3fc}.help-body-p,.help-body-li{margin:.35rem 0;font-size:.9rem;line-height:1.45;color:#e2e8f0}.help-body-li{padding-left:.25rem}.help-term.open{border-color:#0ea5e9}.garmin-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem}@media (max-width: 700px){.garmin-status-grid{grid-template-columns:1fr}}.garmin-status-tile{padding:.75rem;border-radius:10px;border:1px solid #334155;font-size:.85rem;background:#0f172a}.garmin-status-tile.ok{border-color:#0ea5e9}.garmin-status-tile.wait{border-color:#64748b}.garmin-status-tile ul{margin:.4rem 0 0;padding-left:1.1rem}.garmin-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.garmin-actions a{text-decoration:none;display:inline-block;padding:.5rem .85rem;border-radius:8px}.plan-page{display:flex;flex-direction:column;gap:1rem}body{background:var(--bg)!important;color:var(--text)!important;background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(107,159,122,.12),transparent 50%),radial-gradient(ellipse 80% 50% at 100% 100%,rgba(196,165,116,.06),transparent 40%);background-attachment:fixed}.card,.analysis-block.card,.train-cal.card{background:var(--bg-card)!important;border-color:var(--border)!important}.nav-tab.active{color:var(--theme-gold)!important;border-bottom-color:var(--theme-gold)!important}.btn-primary{background:linear-gradient(135deg,#6b9f7a,#4a7c59)!important;border-color:#5a8f6a!important;color:#0c1210!important;font-weight:700}.btn-primary:hover{filter:brightness(1.08)}.section-title{color:var(--text)!important}.power-value,.gc-hs-val.power-value{color:var(--theme-gold)!important}.theme-hero{position:relative;border-radius:14px;overflow:hidden;min-height:160px;margin-bottom:1rem;border:1px solid var(--border);box-shadow:0 8px 32px #00000059}.theme-hero-compact{min-height:100px}.theme-hero-bg{display:none!important;background:none!important}.theme-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0c1210eb,#0c12108c 45%,#0c121040)}.theme-hero-content{position:relative;z-index:1;display:flex;gap:.85rem;align-items:center;padding:1.25rem 1.35rem;min-height:inherit}.theme-hero-mark{color:var(--theme-gold);flex-shrink:0;opacity:.95}.theme-hero-title{font-size:1.45rem;font-weight:900;letter-spacing:.02em;color:#f5f0e6}.theme-hero-sub{font-size:.85rem;color:#c5d4ca;margin-top:.15rem}.theme-hero-caption{font-size:.75rem;color:var(--theme-gold);margin-top:.35rem;opacity:.9}.theme-footer-note{font-size:.75rem;color:var(--text-muted);text-align:center;padding:1rem .5rem 1.5rem;border-top:1px solid var(--border);margin-top:1.5rem}.theme-footer-note strong{color:var(--theme-gold)}.theme-brand,.logo.theme-brand{color:var(--theme-gold)!important}.rhino-hero{position:relative;border-radius:12px;overflow:hidden;min-height:120px;margin:0 0 1rem;border:1px solid var(--border);background:#0f1812}.rhino-hero-compact{min-height:88px}.rhino-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,#0a0f0c,#0a0f0ce0 42%,#0a0f0c73),linear-gradient(180deg,rgba(212,168,75,.12),transparent 55%)}.rhino-hero-inner{position:relative;z-index:1;display:flex;align-items:center;gap:.9rem;padding:1.1rem 1.25rem;min-height:inherit}.rhino-hero-mark{color:var(--theme-horn);flex-shrink:0}.rhino-hero-title{font-size:1.5rem;font-weight:900;letter-spacing:.04em;color:#f7f1e4;line-height:1.1}.rhino-hero-tag{font-size:.88rem;color:var(--theme-leaf);font-weight:600;margin-top:.15rem}.rhino-hero-note{font-size:.72rem;color:var(--theme-gold);margin-top:.3rem;opacity:.95}.header-rhino{color:var(--theme-horn);vertical-align:middle;margin-right:.35rem;display:inline-block}.logo.theme-brand,.theme-brand{display:inline-flex;align-items:center;gap:.35rem;color:var(--theme-gold)!important;font-weight:800}.rhino-feature{display:grid;grid-template-columns:minmax(100px,160px) 1fr;gap:.85rem;align-items:center;margin-bottom:1rem;overflow:hidden}.rhino-feature-photo{min-height:140px;border-radius:10px;background:linear-gradient(160deg,#0a0f0c26,#0a0f0c59),none center 20%/cover;border:1px solid var(--border);box-shadow:0 4px 20px #00000059}.rhino-feature-copy{font-size:.85rem;color:var(--text-muted)}.rhino-feature-copy strong{display:block;color:var(--theme-gold);font-size:.95rem;margin-bottom:.25rem}@media (max-width: 560px){.rhino-feature{grid-template-columns:1fr}}.nav-tab.active{color:var(--theme-gold)!important;box-shadow:inset 0 -2px 0 var(--theme-horn)}.btn-primary{background:linear-gradient(135deg,#6a9f72,#3f7a4f)!important;color:#07100a!important;border:none!important;font-weight:800!important}.theme-strip{display:none!important}.rhino-hero{background-image:none!important;background:#121a15!important}.theme-hero-bg,.theme-hero-shade,.theme-strip,.theme-strip-item,.rhino-feature-photo,.rhino-hero-photo,.rhino-hero-bg{display:none!important;background-image:none!important;background:none!important}.home-hub{display:flex;flex-direction:column;gap:1rem}.home-card{border-color:#2f4538!important;transition:border-color .15s ease,box-shadow .15s ease}.home-card:hover,.home-card-btn:hover{border-color:#d4a84b!important;box-shadow:0 0 0 1px #d4a84b40}.home-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.home-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#6b9f7a;font-weight:700}.home-title{margin:.25rem 0 .35rem;font-size:1.65rem;font-weight:900;color:#f0e6d0;line-height:1.15}.home-sub{margin:0;font-size:.9rem;color:#9bb0a3}.home-tip,.home-advice{margin:.65rem 0 0;font-size:.9rem;color:#c5d4ca;line-height:1.45}.home-advice{color:#9bb0a3}.home-primary-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem}.home-cta{font-size:1.05rem!important;padding:.7rem 1.25rem!important}.home-connect-hint{font-size:.8rem;color:#94a3b8}.home-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (max-width: 900px){.home-cards{grid-template-columns:1fr}}.home-card-btn{text-align:left;cursor:pointer;background:var(--bg-card, #152019);color:inherit;font:inherit;width:100%}.home-card-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:#d4a84b;font-weight:800;margin-bottom:.35rem}.home-card-title{font-size:1.05rem;font-weight:800;color:#e8f0ea}.home-card-meta{font-size:.8rem;color:#9bb0a3;margin-top:.35rem}.home-quick-title{font-weight:800;margin-bottom:.5rem;color:#e8f0ea}.home-quick-row{display:flex;flex-wrap:wrap;gap:.5rem}.home-hub [title]{cursor:help}.home-hub button[title]{cursor:pointer}.home-hero-visual{position:relative;overflow:hidden;min-height:140px;padding:0!important;border-color:#2f4538!important;display:grid;grid-template-columns:minmax(160px,280px) 1fr;align-items:stretch}.home-hero-visual-img{min-height:140px;background:linear-gradient(90deg,#0a0f0c1a,#0a0f0c8c),url(/theme/rhino-portrait.jpg) center 20% / cover no-repeat}.home-hero-visual-copy{display:flex;flex-direction:column;justify-content:center;padding:1rem 1.25rem;background:linear-gradient(90deg,#121a15,#152019)}.home-hero-visual-kicker{font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#d4a84b;margin-bottom:.35rem}.home-hero-visual-line{font-size:1.05rem;font-weight:700;color:#e8f0ea;line-height:1.35}@media (max-width: 640px){.home-hero-visual{grid-template-columns:1fr}.home-hero-visual-img{min-height:120px}}.studio-class{background:#0a0f0c;color:#f0f5f1}.studio-timer{font-size:3.5rem!important;font-weight:900!important;letter-spacing:.04em;color:#f8fafc!important;text-shadow:0 2px 12px rgba(0,0,0,.4)}.studio-metrics{gap:.75rem!important}.studio-metric{background:#152019!important;border:1px solid #2f4538!important;border-radius:12px!important;padding:.85rem 1rem!important}.studio-metric-label{font-size:.8rem!important;font-weight:800!important;text-transform:uppercase;letter-spacing:.06em;color:#9bb0a3!important}.studio-metric-value{font-size:2.75rem!important;font-weight:900!important;line-height:1.1!important;color:#f8fafc!important}.studio-metric-value.studio-hr,.studio-hr .studio-metric-value{color:#fecaca!important}.studio-metric-sub{font-size:.85rem!important;color:#94a3b8!important;font-weight:600}.studio-side,.studio-interval-panel{background:#121a15!important;border:1px solid #2f4538!important;border-radius:12px;padding:.85rem!important}.studio-laps th{background:#1a2820!important;color:#d4a84b!important;font-size:.8rem!important}.studio-laps td{font-size:1rem!important;font-weight:600}.studio-workout-banner{background:#1a2820!important;border:1px solid #d4a84b55!important;color:#e8f0ea!important;font-size:1rem!important;padding:.65rem .9rem!important;border-radius:10px}.studio-zone-legend-note{font-size:.8rem;color:#9bb0a3;margin:.5rem 0 .75rem;line-height:1.4}.studio-btn{font-weight:800!important;font-size:1.05rem!important}.analysis-coach-blurb{font-size:.88rem;color:#9bb0a3;line-height:1.45;margin:.35rem 0 .75rem;max-width:52rem}.analysis-block .section-title{margin-bottom:.15rem}.home-card-blurb{margin:.5rem 0 0;font-size:.78rem;color:#8fa898;line-height:1.35}.studio-phase-banner{padding:.65rem .9rem;border-radius:10px;margin-bottom:.65rem;font-size:.95rem;line-height:1.4;border:1px solid #2f4538;background:#152019;color:#e8f0ea}.studio-phase-banner.phase-warmup{border-color:#5d9a6c;background:#14301f;color:#b8e0c4}.studio-phase-banner.phase-class{border-color:#d4a84b;background:#2a2418;color:#f0e6d0}.studio-btn-class{background:#d4a84b!important;color:#0c1210!important;grid-column:1 / -1}.studio-class{max-height:calc(100vh - 4.5rem);overflow:hidden;display:flex;flex-direction:column}.studio-main{overflow-y:auto;max-height:calc(100vh - 4.5rem);padding-bottom:.5rem}.studio-timer-row{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;position:sticky;top:0;z-index:5;background:#0a0f0c;padding:.25rem 0 .35rem}.studio-controls-primary{display:flex!important;flex-wrap:wrap;gap:.4rem;margin:.35rem 0 .5rem;position:sticky;top:2.6rem;z-index:6;background:#0a0f0c;padding:.35rem 0;border-bottom:1px solid #2f4538}.studio-controls-primary .studio-btn{font-size:.85rem!important;padding:.55rem .75rem!important;min-height:2.4rem}.studio-class{overflow-y:auto!important;max-height:none!important}.studio-main{overflow-y:visible!important;max-height:none!important}.studio-timer{font-size:2.35rem!important;font-weight:900!important;letter-spacing:.04em;color:#f8fafc!important;line-height:1.1!important}.studio-timer-class{font-size:1.15rem;font-weight:800;color:#d4a84b;font-variant-numeric:tabular-nums}.studio-metrics{gap:.4rem!important;margin:.35rem 0!important}.studio-metric{padding:.4rem .55rem!important;border-radius:8px!important}.studio-metric-value{font-size:1.75rem!important}.studio-metric-label{font-size:.65rem!important}.studio-metric-sub{font-size:.7rem!important}.studio-laps-wrap{max-height:140px;overflow-y:auto;margin:.35rem 0!important}.studio-laps td,.studio-laps th{font-size:.8rem!important;padding:.2rem .35rem!important}.studio-zones{margin:.35rem 0!important}.studio-zone-hint,.studio-zone-legend-note{font-size:.72rem!important;margin:.25rem 0!important}.studio-controls{gap:.35rem!important;margin:.35rem 0!important}.studio-btn{font-size:.9rem!important;padding:.55rem .45rem!important}.studio-chart-block{margin-top:.35rem!important;position:sticky;bottom:0;background:#0a0f0c;padding-top:.25rem}.studio-side-row-btn{width:100%;border:none;cursor:pointer;text-align:left;color:inherit;font:inherit;background:#0f172a59}.studio-side-row-btn:hover{outline:1px solid #d4a84b;background:#d4a84b26}.studio-side-list{max-height:min(360px,50vh)!important}@media (max-width: 900px){.studio-timer{font-size:2rem!important}.studio-metric-value{font-size:1.45rem!important}}.analysis-ride-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.35rem 0;border-bottom:1px solid rgba(47,69,56,.6)}.analysis-ride-select{flex:1;min-width:200px;display:grid;grid-template-columns:5.5rem 1fr 4.5rem 3.5rem 3.5rem 4rem;gap:.35rem;align-items:center;text-align:left;background:transparent;border:none;color:inherit;font:inherit;cursor:pointer;padding:.35rem .25rem}.analysis-ride-actions{display:flex;gap:.35rem;flex-shrink:0}.analysis-ride-name{font-weight:600;overflow:hidden;text-overflow:ellipsis}.studio-jump-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:.5rem 0 .25rem}.studio-jump-label{font-size:.7rem;font-weight:800;text-transform:uppercase;color:#d4a84b;width:100%}.studio-jump-btn{font-size:.75rem!important;padding:.3rem .5rem!important}.home-connect-panel{margin-bottom:.75rem;padding:.65rem .9rem!important;border:1px solid #2f4538;background:linear-gradient(160deg,#152019,#0f172a)}.home-connect-row{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center}.home-connect-label{font-weight:700;font-size:.85rem;color:#d4a84b;margin-right:.25rem}.home-connect-btn{font-size:.85rem!important;padding:.4rem .85rem!important;white-space:nowrap}.home-connect-hint{margin:.55rem 0 0;font-size:.78rem;line-height:1.35;color:#94a3b8}.header-connect-btn{cursor:pointer;border:1px solid #64748b;background:#1e293b;color:#fbbf24;font:inherit}.header-connect-btn:hover{border-color:#d4a84b;color:#fde68a}.studio-jump-select{flex:1;min-width:8rem;background:#0f172a;color:#e2e8f0;border:1px solid #334155;border-radius:6px;padding:.3rem .4rem;font-size:.8rem}.studio-class{max-height:calc(100vh - 3.5rem)!important;overflow:hidden!important}.studio-main{max-height:calc(100vh - 3.5rem)!important;overflow-y:auto!important;scrollbar-width:thin}.studio-erg-warn{background:#7c2d12;color:#ffedd5;font-size:.8rem;font-weight:700;padding:.35rem .65rem;border-radius:8px;margin:.25rem 0 .35rem;border:1px solid #ea580c}.studio-hr-pill{font-size:.75rem;font-weight:700;color:#f87171;padding:.35rem .5rem;white-space:nowrap}.studio-controls-primary .studio-btn{font-size:.72rem!important;padding:.4rem .55rem!important;min-height:2rem!important}.studio-timer{font-size:1.85rem!important}.studio-zones{display:block!important;flex-shrink:0;margin:.12rem 0!important;padding:.15rem .3rem;background:#0f172a;border:1px solid #1e293b;border-radius:6px}.studio-zones-title{font-size:.62rem!important;font-weight:700;color:#94a3b8;margin-bottom:.1rem}.studio-zones-grid{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:.1rem;overflow-x:visible!important}.studio-zone-row{flex:none!important;min-width:0!important;display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:.5rem;padding:.1rem .35rem!important;border-radius:4px;font-size:.68rem!important;font-weight:700;color:#0f172a;white-space:nowrap;line-height:1.15}.studio-zone-name{text-align:left}.studio-zone-watts{text-align:right;font-variant-numeric:tabular-nums}.studio-zone-hint{display:none}.studio-laps-wrap{max-height:7.25rem;overflow-y:auto;flex-shrink:0;margin:.12rem 0!important}.studio-chart-block{width:100%;min-height:120px}.studio-chart-block svg.studio-live-chart{display:block!important;width:100%!important;max-height:none!important;height:auto!important;min-height:100px}.studio-chart-full{background:#0a0f0c;border:1px solid #2f4538;border-radius:10px;padding:.4rem;margin-top:.35rem}.studio-chart-full svg.studio-live-chart{min-height:260px!important}.studio-chart-expand-btn{margin-left:auto!important;font-size:.7rem!important;padding:.25rem .5rem!important}.studio-chart-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem}.studio-chart-empty{padding:1rem;color:#94a3b8;font-size:.85rem;background:#0f172a;border-radius:8px;min-height:80px}.studio-phase-banner{padding:.35rem .55rem!important;font-size:.8rem!important}.studio-jump-hint{font-size:.7rem;color:#7dd3fc;margin:0 0 .4rem}.studio-side-row-btn{pointer-events:auto!important;cursor:pointer!important;z-index:2;position:relative}.analysis-selected-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:.5rem 0 .85rem;padding:.65rem .75rem;background:#152019;border:1px solid #2f4538;border-radius:10px}.analysis-ride-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:.35rem!important;padding:.5rem .4rem!important;border:1px solid #2f4538;border-radius:8px;margin-bottom:.4rem;background:#121a15}.analysis-ride-actions{display:flex!important;visibility:visible!important;opacity:1!important;gap:.5rem;padding-left:.25rem}.analysis-ride-actions .btn-secondary,.analysis-ride-actions .btn-primary{display:inline-block!important;visibility:visible!important}.analysis-ride-search-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:.5rem 0 .75rem}.analysis-ride-search{flex:1;min-width:200px;max-width:28rem}.analysis-ride-search-count{font-size:.8rem;color:#9bb0a3}.cadence-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;background:#0a0f0c;opacity:1;transition:opacity .9s ease;pointer-events:none}.cadence-splash-out{opacity:0}.cadence-splash-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.cadence-splash-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0a0f0cbf,#0a0f0c40 45%,#0a0f0c59)}.cadence-splash-title{position:relative;z-index:1;text-align:center;padding:0 1rem 12vh;display:flex;flex-direction:column;gap:.35rem}.cadence-splash-mark{font-size:1.75rem;font-weight:900;letter-spacing:.06em;color:#f8fafc;text-shadow:0 2px 16px rgba(0,0,0,.5)}.cadence-splash-sub{font-size:.95rem;font-weight:600;color:#d4a84b;text-shadow:0 1px 8px rgba(0,0,0,.45)}.home-hub{position:relative}.home-hub-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;border-radius:12px;pointer-events:none;opacity:.22}.home-hub-bg img{width:100%;height:100%;min-height:280px;object-fit:cover;object-position:center 40%;filter:saturate(.9)}.home-hub>*:not(.home-hub-bg){position:relative;z-index:1}.welcome-screen{position:relative;min-height:calc(100vh + -0px);min-height:100dvh;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:#0a0f0c;margin:0;border-radius:0}.welcome-bg-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,#3d4f3a 0%,transparent 55%),linear-gradient(165deg,#1a2e1c,#0a0f0c 45%,#1c1510)}.welcome-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.welcome-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#080c0ae0,#080c0a73 40%,#080c0a4d)}.welcome-content{position:relative;z-index:1;max-width:36rem;padding:2rem 1.25rem 3.5rem;text-align:center;color:#f8fafc}.welcome-eyebrow{margin:0 0 .5rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#d4a84b}.welcome-title{margin:0 0 .75rem;font-size:clamp(2.2rem,6vw,3.2rem);font-weight:900;letter-spacing:.02em;text-shadow:0 2px 20px rgba(0,0,0,.45)}.welcome-tag{margin:0 0 1.5rem;font-size:1.05rem;line-height:1.5;color:#e2e8f0;text-shadow:0 1px 10px rgba(0,0,0,.4)}.welcome-actions{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.25rem}.welcome-enter{font-size:1.1rem!important;padding:.85rem 1.75rem!important;min-width:10rem}.welcome-foot{margin:0;font-size:.85rem;color:#94a3b8;line-height:1.45}.home-hub-bg{display:none!important}.main-content:has(.welcome-screen){padding:0;max-width:none}.studio-class{max-height:calc(100dvh - 3.25rem);overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.studio-layout{flex:1;min-height:0;overflow:hidden}.studio-main{overflow:hidden;display:flex;flex-direction:column;gap:.25rem;padding-bottom:.25rem;max-height:calc(100dvh - 3.25rem)}.studio-timer{font-size:1.85rem!important;line-height:1.1!important;margin:0!important}.studio-metrics{gap:.3rem!important;margin:.2rem 0!important}.studio-metric{padding:.3rem .4rem!important}.studio-metric-value{font-size:1.45rem!important}.studio-controls{flex-wrap:wrap;gap:.3rem!important;margin:.25rem 0!important}.studio-btn{font-size:.78rem!important;padding:.4rem .45rem!important}.studio-erg-bar{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;width:100%;margin-bottom:.25rem}.studio-erg-target{font-size:.8rem;font-weight:700;color:#d4a84b}.studio-power-cue{text-align:center;font-weight:800;font-size:1rem;padding:.35rem .5rem;border-radius:8px;margin:.2rem 0}.studio-power-cue.cue-up{background:#fb923c40;color:#fdba74;border:1px solid #fb923c}.studio-power-cue.cue-down{background:#38bdf833;color:#7dd3fc;border:1px solid #38bdf8}.studio-power-cue.cue-ok{background:#4ade8026;color:#86efac;border:1px solid #4ade80}.studio-laps-wrap{max-height:7.25rem;overflow-y:auto;margin:.15rem 0!important;flex-shrink:0}.studio-laps td,.studio-laps th{font-size:.72rem!important;padding:.15rem .3rem!important}.studio-chart-block{flex-shrink:0;margin:0!important}.studio-live-chart{width:100%;height:auto;max-height:150px;background:#0f172a;border-radius:8px}.studio-chart-legend{display:flex;flex-wrap:wrap;gap:.65rem;font-size:.7rem;font-weight:700;margin-bottom:.15rem}.studio-chart-axis-hint{color:#64748b;font-weight:500}.studio-side{max-height:calc(100dvh - 3.5rem);overflow-y:auto}.studio-zones{margin:.15rem 0!important}.studio-zone-hint{font-size:.68rem!important}.watch-overlay-next{font-size:.85rem;font-weight:700;color:#fde68a;margin-top:.25rem}.watch-overlay-elev{margin-top:.45rem;width:min(100%,420px)}.watch-overlay-elev-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.2rem}.watch-hud{max-width:min(440px,92vw);padding:.65rem .75rem .75rem;background:#080c12b8;border:1px solid rgba(212,168,75,.35);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f8fafc}.watch-hud-top{display:flex;flex-wrap:wrap;gap:.65rem 1rem;font-size:.8rem;font-weight:700;color:#cbd5e1;margin-bottom:.45rem}.watch-hud-time{font-variant-numeric:tabular-nums;color:#f8fafc;font-size:.95rem}.watch-hud-session-name{color:#e8c36a;font-weight:800;max-width:16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-session-name{color:#e8c36a;font-weight:700;font-size:.85rem;max-width:18rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-hud-climb{color:#fb923c}.watch-hud-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.45rem}.watch-hud-metric{text-align:center;background:#0f172a8c;border-radius:8px;padding:.35rem .25rem}.watch-hud-val{font-size:1.55rem;font-weight:900;line-height:1.1;font-variant-numeric:tabular-nums}.watch-hud-hr{color:#fca5a5}.watch-hud-lab{font-size:.65rem;font-weight:800;letter-spacing:.06em;color:#94a3b8}.watch-hud-sub{font-size:.75rem;color:#86efac;font-weight:700}.watch-hud-block{margin-top:.35rem;padding:.4rem .45rem;background:#0f172a80;border-radius:8px;border-left:3px solid #d4a84b}.watch-hud-block-title{font-size:.85rem;font-weight:800}.watch-hud-bar{height:6px;background:#1e293b;border-radius:4px;margin:.35rem 0 .3rem;overflow:hidden}.watch-hud-bar-fill{height:100%;background:linear-gradient(90deg,#d4a84b,#4ade80);border-radius:4px}.watch-hud-next{font-size:.8rem;font-weight:700;color:#fde68a}.watch-hud-climb-ahead{margin-top:.4rem;font-size:.85rem;font-weight:800;color:#fdba74;text-align:center;padding:.3rem;border:1px solid #fb923c55;border-radius:8px;background:#fb923c1f}.watch-hud-centre{display:flex;align-items:center;gap:.75rem;margin:.35rem 0 .5rem}.watch-hud-rideat{flex:1;text-align:center}.watch-hud-rideat-label{font-size:.78rem;font-weight:800;letter-spacing:.04em;color:#fde68a;text-transform:uppercase}.watch-hud-bigw{font-size:3rem;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}.watch-hud-bigunit{font-size:.85rem;font-weight:700;color:#94a3b8}.watch-hud-side-metrics{display:flex;flex-direction:column;gap:.35rem;min-width:3.5rem}.watch-hud-steps{max-height:9.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:2px;margin-top:.35rem}.watch-hud-step{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;padding:.22rem .4rem;background:#0f172a8c;border-left:3px solid #64748b;border-radius:4px;opacity:.75}.watch-hud-step-active{opacity:1;background:#d4a84b33;font-weight:800}.watch-hud-step-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-hud-step-meta{flex-shrink:0;color:#cbd5e1;font-variant-numeric:tabular-nums}.watch-bottom-chrome{position:absolute;left:0;right:0;bottom:0;z-index:4;pointer-events:none;background:linear-gradient(to top,rgba(8,12,18,.85),rgba(8,12,18,.35) 70%,transparent);padding:.35rem .5rem .4rem}.watch-zone-strip{display:flex;height:10px;border-radius:4px;overflow:hidden;margin-bottom:.3rem;border:1px solid #334155}.watch-zone-seg{height:100%;min-width:2px;opacity:.75}.watch-zone-seg-active{opacity:1;box-shadow:inset 0 0 0 1px #fff}.watch-bottom-elev{pointer-events:none;opacity:.95}.watch-video-wrap,.watch-player,.watch-main{position:relative}.watch-yt-host{width:100%;aspect-ratio:16 / 9;min-height:220px;background:#000}.watch-yt-host iframe{width:100%!important;height:100%!important;aspect-ratio:16 / 9;border:none}.watch-embed-fallback{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.4rem .65rem;font-size:.8rem;color:#94a3b8;background:#0f172a;border-top:1px solid #1e293b}.watch-metrics-stage{border:2px solid #d4a84b;min-height:320px;background:linear-gradient(160deg,#0a0f0c,#152019,#0f172a);display:flex;align-items:stretch;justify-content:center}.watch-metrics-stage-inner{width:100%;max-width:520px;margin:0 auto;padding:1.25rem 1rem 1.5rem;color:#f8fafc}.watch-metrics-stage-note{text-align:center;color:#d4a84b;font-weight:700;font-size:.9rem;margin:0 0 1rem}.watch-metrics-stage-centre .watch-hud-bigw{font-size:4rem}.watch-metrics-stage-steps{max-height:12rem}.ftp-live-hud{display:flex;flex-direction:column;gap:.65rem;min-height:calc(100dvh - 4.5rem);max-height:calc(100dvh - 4rem);overflow:hidden;padding-bottom:.25rem}.ftp-live-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.ftp-live-title{font-weight:800;font-size:1.05rem;color:#fbbf24}.ftp-live-phase{font-size:.9rem;color:var(--text-muted);margin-top:.15rem}.ftp-live-top-right{display:flex;gap:.4rem;flex-wrap:wrap}.ftp-live-banner{background:#7c2d12;border:1px solid #ea580c;border-radius:8px;padding:.45rem .75rem;font-weight:700;font-size:.9rem;text-align:center}.ftp-live-body{display:grid;grid-template-columns:1fr minmax(11rem,15rem);gap:.75rem;flex:1;min-height:0}@media (max-width: 720px){.ftp-live-body{grid-template-columns:1fr}.ftp-live-side{max-height:7rem}}.ftp-live-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;align-content:start}.ftp-live-metric{background:var(--bg-elevated, #0f172a);border-radius:10px;padding:.65rem .5rem;text-align:center;border:1px solid rgba(148,163,184,.15)}.ftp-live-power{border-color:#38bdf859}.ftp-live-value{font-size:clamp(1.6rem,4.5vw,2.6rem);font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums}.ftp-live-label{font-size:.75rem;color:var(--text-muted);margin-top:.2rem;text-transform:uppercase;letter-spacing:.04em}.ftp-live-side{background:var(--bg-elevated, #0f172a);border-radius:10px;padding:.5rem .55rem;display:flex;flex-direction:column;min-height:0;border:1px solid rgba(148,163,184,.15)}.ftp-live-side-head{font-size:.75rem;font-weight:700;color:var(--text-muted);margin-bottom:.35rem}.ftp-live-steps{overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:.25rem}.ftp-live-step{display:flex;justify-content:space-between;gap:.35rem;padding:.3rem .4rem;border-radius:6px;font-size:.8rem;color:var(--text-muted)}.ftp-live-step.active{background:#0e7490;color:#f8fafc;font-weight:700}.ftp-live-step.done{opacity:.45;text-decoration:line-through}.ftp-live-step-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ftp-live-step-dur{flex-shrink:0;font-variant-numeric:tabular-nums}.ftp-live-progress{flex-shrink:0}.ftp-live-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0}.ftp-live-hint{font-size:.75rem;color:#3d5248;font-weight:600}.ride-controls .ftp-live-hint,.card .ftp-live-hint{color:#c5d4cb}.ride-session-panel .ride-session-grid{display:flex;flex-direction:column;gap:.35rem}.ride-session-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.25rem 0;border-bottom:1px solid rgba(148,163,184,.12)}.ride-session-k{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.ride-session-v{font-weight:700;font-variant-numeric:tabular-nums;text-align:right}.station-pair{margin:0}.station-slot{background:#0f172a;border:1px solid #334155;border-radius:10px;padding:.65rem .75rem}.station-slot-on{border-color:#22c55e;background:#22c55e14}.station-slot-label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;margin-bottom:.35rem}.station-slot-body{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.station-slot-hint{margin:.35rem 0 0;font-size:.72rem;color:#64748b}@media (max-width: 900px){html{height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch}body{height:auto!important;min-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;position:relative!important;-webkit-overflow-scrolling:touch;touch-action:pan-y}#root{height:auto!important;min-height:100vh!important;overflow:visible!important}.main-content{flex:none!important;overflow:visible!important;padding-bottom:6rem!important;max-width:100%!important}.app-header{position:sticky;top:0;z-index:50}}.cadence-studio-focus .main-content{max-width:none!important;padding:.35rem .4rem .5rem!important}.cadence-studio-focus .app-header{padding:.35rem .5rem!important}.cadence-studio-focus .nav-tab{padding:.35rem .55rem!important;font-size:.8rem!important}.cadence-studio-focus .footer-note{display:none!important}.cadence-studio-focus .studio-class{max-width:none!important;margin:0!important;border-radius:8px!important;min-height:calc(100vh - 3.5rem)}.cadence-studio-focus .studio-layout{display:flex!important;flex-direction:column!important;gap:.25rem!important}.cadence-studio-focus .studio-timer{font-size:clamp(1.8rem,6vw,2.8rem)!important;padding:.35rem!important}.cadence-studio-focus .studio-metric-value{font-size:clamp(1.6rem,7vw,2.6rem)!important}.cadence-studio-focus .studio-metrics{grid-template-columns:1fr 1fr 1fr!important}.cadence-studio-focus .studio-laps-wrap{max-height:18vh!important}.cadence-studio-focus .studio-zones{padding:.35rem .5rem!important}.cadence-studio-focus .studio-zone-row{padding:.15rem .4rem!important;font-size:.72rem!important}.cadence-studio-focus .studio-btn{padding:.55rem .4rem!important;font-size:.9rem!important}.cadence-studio-focus .studio-chart-block{padding:.35rem!important}@media (max-width: 900px){.cadence-studio-focus .studio-side{max-height:28vh;overflow-y:auto}}.studio-hud{display:flex;flex-direction:column;gap:0}.studio-timer-tight{margin:0!important;padding:.25rem .35rem!important}.studio-metrics-tight{margin:0!important}.studio-metrics-tight .studio-metric{padding:.4rem .25rem!important}.studio-metrics-tight .studio-metric-value{font-size:clamp(1.5rem,6vw,2.2rem)!important}.studio-phase-compact{font-size:.78rem!important;padding:.3rem .5rem!important;line-height:1.25!important}.studio-controls-primary{grid-template-columns:1fr 1fr 1fr!important;gap:4px!important;padding:.35rem!important}.studio-controls-primary .studio-btn-start,.studio-controls-primary .studio-btn-class{grid-column:span 1}.studio-erg-bar{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:.25rem .4rem .4rem;background:#075985}.studio-erg-bar .studio-btn{padding:.35rem .5rem!important;font-size:.75rem!important}.studio-erg-toggle{min-width:4.5rem}.studio-link-pill{font-size:.65rem;font-weight:700;padding:.1rem .35rem;border-radius:999px;margin-left:.25rem}.studio-link-pill.on{background:#4ade8040;color:#bbf7d0}.studio-link-pill.off{background:#0f172a59;color:#94a3b8}.studio-header-link{background:transparent;border:1px solid rgba(255,255,255,.25);color:#e0f2fe;font-size:.72rem;font-weight:600;padding:.2rem .45rem;border-radius:6px;cursor:pointer}.studio-workout-banner,.studio-no-workout{font-size:.78rem!important;padding:.3rem .5rem!important}.studio-hud-v2{gap:0!important}.studio-top-row{display:flex;align-items:stretch;gap:.35rem;background:#0284c7;padding:.25rem .35rem}.studio-timer-cluster{flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;min-width:5.5rem}.studio-hud-v2 .studio-timer{font-size:clamp(1.35rem,5vw,2rem)!important;padding:0!important;background:transparent!important;line-height:1.1}.studio-hud-v2 .studio-timer-class{font-size:.7rem!important;opacity:.9}.studio-top-actions{flex:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.3rem}.studio-btn-sm{padding:.4rem .55rem!important;font-size:.78rem!important;min-height:2.1rem}.studio-metrics-compact .studio-metric{padding:.3rem .2rem!important}.studio-metrics-compact .studio-metric-label{font-size:.65rem!important}.studio-metrics-compact .studio-metric-value{font-size:clamp(1.25rem,5vw,1.85rem)!important}.studio-metrics-compact .studio-metric-sub{font-size:.62rem!important}.studio-power-cue-slim{font-size:.75rem!important;padding:.2rem .45rem!important}.studio-erg-footer{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.25rem .45rem .4rem;background:#0c4a6e;border-top:1px solid #0369a1}.studio-erg-chip{background:#0f172a59;border:1px solid rgba(148,163,184,.35);color:#cbd5e1;font-size:.7rem;font-weight:600;padding:.2rem .45rem;border-radius:999px;cursor:pointer}.studio-erg-chip.on{background:#4ade8033;border-color:#4ade80;color:#bbf7d0}.studio-erg-footer-adj{display:inline-flex;gap:.25rem}.station-search-list{margin:0 0 .85rem;padding:.5rem .65rem;border:1px solid #334155;border-radius:10px;background:#0f172a}.station-search-list-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.4rem}.station-search-item{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .75rem;width:100%;text-align:left;background:#1e293b;border:1px solid #334155;border-radius:8px;color:#f1f5f9;padding:.55rem .65rem;margin-bottom:.35rem;cursor:pointer;font-size:.85rem}.station-search-item:hover:not(:disabled){border-color:#22d3ee}.station-search-item:disabled{opacity:.6}.station-search-tag{font-size:.7rem;color:#86efac}.station-live-strip{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.station-live{font-size:.8rem;font-weight:600;padding:.3rem .55rem;border-radius:8px;background:#1e293b;border:1px solid #334155;color:#94a3b8}.station-live.on{border-color:#22c55e;color:#bbf7d0;background:#22c55e1f}.studio-class-editor{margin-bottom:1.25rem}.studio-class-meta{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;margin-bottom:.85rem}.studio-class-meta label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:var(--text-muted)}.studio-class-meta input,.studio-class-meta textarea,.studio-class-row input,.studio-class-row select,.studio-class-editor textarea{background:var(--bg-elevated, #1e293b);border:1px solid #475569;color:var(--text, #f1f5f9);border-radius:8px;padding:.4rem .5rem;font-size:.85rem}.studio-class-section{margin-bottom:.85rem;padding:.5rem;border:1px solid #334155;border-radius:10px}.studio-class-section-title{font-size:.8rem;font-weight:700;margin-bottom:.4rem;color:var(--accent, #22d3ee)}.studio-class-row{display:grid;grid-template-columns:1.4fr .7fr 1fr .5fr auto;gap:.35rem;margin-bottom:.35rem;align-items:center}.studio-class-list-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding:.65rem;border:1px solid #334155;border-radius:10px;margin-bottom:.5rem}@media (max-width: 700px){.studio-class-meta{grid-template-columns:1fr}.studio-class-row{grid-template-columns:1fr 1fr}}@media (min-width: 901px){.cadence-studio-focus .studio-layout,.studio-layout{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:0!important}.studio-main{flex:1 1 auto!important;min-width:0!important;max-width:none!important;order:1}.studio-side{order:2;width:280px!important;max-width:32%!important;max-height:calc(100vh - 5rem)!important;border-left:1px solid #0369a1!important;border-right:none!important}.studio-hud-v2,.studio-hud{display:flex!important;flex-direction:column!important;width:100%!important}.studio-top-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:.5rem!important;background:#0284c7!important;padding:.4rem .6rem!important}.studio-metrics,.studio-metrics-compact,.studio-metrics-tight{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;width:100%!important}.studio-chart-block{max-height:220px;overflow:hidden}.studio-chart-full{max-height:320px}.studio-class{max-width:1200px!important;margin:0 auto!important}}.station-roster{margin:0 0 .85rem;padding:.5rem .65rem;border:1px solid #334155;border-radius:10px;background:#0f172a}.station-roster-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.45rem}.station-roster-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.4rem .5rem;margin-bottom:.3rem;border-radius:8px;border:1px solid #334155;background:#1e293b}.station-roster-row.active{border-color:#22d3ee;background:#22d3ee14}.station-roster-select{flex:1;text-align:left;background:transparent;border:none;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:.15rem;padding:0;font-size:.85rem}.studio-side-zone-row{font-weight:600}.studio-side-zone-row.active{box-shadow:inset 0 0 0 2px #0f172a59}.studio-side-zone-row.done{opacity:.55}.studio-side-zone{border-radius:8px;padding-left:.65rem!important}.studio-side-zone-row .ssr-num,.studio-side-zone-row .ssr-name,.studio-side-zone-row .ssr-meta{color:#0f172a!important;font-weight:700;text-shadow:0 0 1px rgba(255,255,255,.4)}.studio-side-zone-row.done .ssr-num,.studio-side-zone-row.done .ssr-name,.studio-side-zone-row.done .ssr-meta{color:#334155!important;font-weight:600}.studio-side-zone .ssc-label,.studio-side-zone .ssc-name,.studio-side-zone .ssc-meta{color:#0f172a!important;font-weight:700}.studio-zone-chip{font-weight:700!important}.ride-zone-strip{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ride-zone-chip{border:1px solid #334155;border-radius:8px;padding:.45rem .55rem;display:flex;flex-direction:column;gap:.1rem}.ride-zone-chip-k{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.ride-zone-chip-v{font-weight:700;font-size:.95rem}.ride-zone-chip-sub{font-size:.75rem;color:#94a3b8}.ride-zone-legend{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.55rem}.ride-zone-legend-item{font-size:.7rem;font-weight:700;border:1px solid;border-radius:4px;padding:.12rem .35rem}.ftp-live-body-stack{display:flex!important;flex-direction:column!important;gap:.45rem;flex:1 1 auto;min-height:0;overflow:hidden;grid-template-columns:none!important}.ftp-live-body-stack>.ftp-live-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.4rem;flex-shrink:0}.ftp-live-body-stack .ftp-live-metric{padding:.4rem .3rem}.ftp-live-body-stack .ftp-live-value{font-size:clamp(1.15rem,2.5vw,1.85rem)}.ftp-live-body-stack .ftp-live-label{font-size:.65rem}.ftp-live-lower{display:grid;grid-template-columns:minmax(8.5rem,11.5rem) minmax(12rem,1.4fr) minmax(9rem,.7fr);gap:.5rem;flex:1 1 auto;min-height:0;overflow:hidden}.ftp-live-body-stack .ftp-live-left{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.ftp-live-body-stack .ftp-live-middle{border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#0f172ad9;min-height:11rem;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:.25rem;color:#94a3b8;padding:.35rem;overflow:hidden}.ftp-live-middle-label{font-weight:700;font-size:.85rem;color:#e2e8f0}.ftp-live-middle-hint{font-size:.72rem;opacity:.85}.ftp-live-body-stack .ftp-live-side{min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.ftp-live-body-stack .ftp-live-steps{overflow-y:auto;flex:1;min-height:0}.player-zones-compact{display:flex;flex-direction:column;gap:.12rem;min-height:0;overflow:hidden}.player-zones-now{border-radius:6px;padding:.28rem .4rem;font-size:.72rem;line-height:1.25;color:#0f172a;flex-shrink:0}.player-zones-now-sub{font-size:.65rem;font-weight:600;margin-top:.05rem;opacity:.92}.player-zones-row{display:flex;justify-content:space-between;align-items:center;gap:.25rem;padding:.14rem .3rem;border-radius:4px;font-size:.65rem;font-weight:700;color:#0f172a;flex-shrink:0}.ftp-live-lower .ftp-live-left{max-width:12rem}.ftp-live-controls{flex-shrink:0;z-index:5;background:var(--bg, #0a0f0c);padding-top:.2rem;border-top:1px solid rgba(148,163,184,.12)}@media (max-width: 900px){.ftp-live-body-stack>.ftp-live-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.ftp-live-lower{grid-template-columns:1fr}}.live-ride-chart{display:flex;flex-direction:column;gap:.25rem;width:100%;height:100%;min-height:0}.live-ride-chart-legend{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.68rem;font-weight:700;padding:0 .15rem}.lrc-p{color:#facc15}.lrc-h{color:#f87171}.lrc-c{color:#38bdf8}.lrc-t{color:#4ade80}.live-ride-chart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:7rem;gap:.25rem;color:#94a3b8}.app-header{background:#243d32!important;border-bottom:1px solid #1a2e26;color:#f4f7f5}.app-header .nav-tab{color:#c5d4cb}.app-header .nav-tab.active{background:#e8c36a38!important;color:#e8c36a!important;box-shadow:inset 0 -2px #e8c36a}.app-header .nav-more-menu{background:#2f4538!important;border:1px solid #4d6b5a!important;color:#f4f7f5}.app-header .nav-more-item{color:#f4f7f5!important}.app-header .nav-more-item:hover,.app-header .nav-more-item.active{background:#e8c36a26!important;color:#e8c36a!important}.app-header .nav-more-section{color:#e8c36a!important}.card{background:var(--bg-card)!important;border:1px solid var(--border)!important;color:var(--text)!important;box-shadow:0 2px 8px #1c2a241f}.main-content{background:transparent}.btn-secondary,button.btn-secondary{background:#3a5246;color:#f4f7f5;border:1px solid #5a7a68}.card input,.card textarea,.card select,.rebuild-editor input,.workout-builder input{background:#faf6ef;color:#1c2a24;border:1px solid #4d6b5a}.card input::placeholder,.rebuild-editor input::placeholder{color:#5a6e64}
