:root{font-family:Inter,system-ui,-apple-system,sans-serif;color-scheme:light;--cp-fixed-header-offset: 5.5rem;--cp-blue-900: #123d77;--cp-blue-700: #1f5cad;--cp-cyan-500: #14bdd8;--cp-purple-500: #8f2bb6;--cp-magenta-500: #d62f86;--cp-orange-500: #ffb126;--cp-surface: #ffffff;--cp-border: #d8e4f5;--cp-bg: linear-gradient(160deg, #edf8ff 0%, #f4f0ff 58%, #fff8ed 100%);--cp-text: #1c2434;--cp-muted: #5f6f8b;--cp-subtle-surface: #f8fbff;--cp-subtle-border: #e7edf7;--cp-overlay-surface: rgba(255, 255, 255, .82);--cp-overlay-border: rgba(216, 228, 245, .8);--cp-button-bg: #fff;--cp-button-disabled-bg: #eef2f7;--cp-button-disabled-text: #68778f;--cp-button-disabled-border: #c9d4e6;--cp-message-self-bg: #dbe7ff;--cp-message-self-border: #b8c9ef;--cp-message-self-text: #1c2434;--cp-message-self-muted: #4b5f83;--cp-modal-close-bg: #0f2548;--cp-modal-close-text: #ffffff}:root[data-theme=dark]{color-scheme:dark;--cp-blue-900: #d5e7ff;--cp-blue-700: #8db8ff;--cp-surface: #101724;--cp-border: #2b374d;--cp-bg: linear-gradient(160deg, #0b1220 0%, #121024 55%, #24150d 100%);--cp-text: #e7edf7;--cp-muted: #9aa9c2;--cp-subtle-surface: #182236;--cp-subtle-border: #33425a;--cp-overlay-surface: rgba(16, 23, 36, .82);--cp-overlay-border: rgba(58, 76, 104, .8);--cp-button-bg: #182236;--cp-button-disabled-bg: #1d283d;--cp-button-disabled-text: #8c9bb4;--cp-button-disabled-border: #3a4a64;--cp-message-self-bg: #20406f;--cp-message-self-border: #3f659d;--cp-message-self-text: #eef4ff;--cp-message-self-muted: #c2d5f7;--cp-modal-close-bg: #f3f7ff;--cp-modal-close-text: #0c1f3e}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100%}body{margin:0;background:var(--cp-bg);color:var(--cp-text);overflow-x:hidden}.layout{min-height:100vh;display:grid;place-items:center;padding:4.75rem 1rem 1rem}.login-layout{position:relative;isolation:isolate;overflow:hidden}.login-layout:before{content:"";position:fixed;inset:0;z-index:-2;background-image:url(/login-screen-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.login-layout:after{content:"";position:fixed;inset:0;z-index:-1;background:linear-gradient(140deg,#0a182f7a,#090e1a59)}.app-layout{min-height:100vh;padding:var(--cp-fixed-header-offset) 1.25rem 1.25rem;display:grid;align-content:start;gap:1rem;scroll-padding-top:var(--cp-fixed-header-offset)}.app-layout>*{scroll-margin-top:var(--cp-fixed-header-offset)}.scrolling-corner-brand{position:fixed;top:.9rem;right:1.25rem;z-index:14;pointer-events:auto}.version-brand-shell{position:relative}.version-brand-button{border:0;background:transparent;padding:0;cursor:pointer}.version-popover{position:absolute;top:calc(100% + .45rem);right:0;display:grid;gap:.2rem;min-width:180px;padding:.55rem .65rem;border-radius:10px;border:1px solid var(--cp-overlay-border);background:var(--cp-overlay-surface);color:var(--cp-text);box-shadow:0 7px 20px #0d162433;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.82rem}.version-popover strong{font-size:.8rem}.post-login-brand{position:fixed;top:.75rem;left:.75rem;z-index:15;display:flex;align-items:center;gap:.4rem;padding:.25rem .45rem;border-radius:10px;border:1px solid var(--cp-overlay-border);background:var(--cp-overlay-surface);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.brandmark-menu-button{width:38px;height:38px;padding:0;border-radius:999px;display:inline-grid;place-items:center;font-size:1.1rem}.post-login-page-name{font-size:.92rem;font-weight:600;color:var(--cp-blue-900)}.header-title{display:grid;gap:.25rem;min-width:0}.breadcrumb-title{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;margin:0;font-size:.92rem}.breadcrumb-home-button{padding:0;border:0;background:transparent;color:var(--cp-blue-700);font-weight:600;font-size:inherit;cursor:pointer}.breadcrumb-separator{color:var(--cp-muted)}.card{width:min(560px,95vw);max-width:100%;background:var(--cp-surface);border-radius:16px;border:1px solid var(--cp-border);box-shadow:0 14px 42px #123d7721;padding:1rem 1.25rem;display:grid;gap:.6rem}.card>*{min-width:0}.login-card{width:min(430px,95vw)}.dashboard-card{width:min(100%,760px)}.activity-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.activity-row{border:1px solid var(--cp-subtle-border);border-radius:10px;padding:.6rem;display:grid;gap:.25rem}.activity-row button{justify-self:start}.sport-type-badge{display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--cp-subtle-border);border-radius:999px;padding:.08rem .5rem;background:var(--cp-subtle-surface);font-size:.82rem;vertical-align:middle}.activity-route-preview-button{display:block;width:100%;padding:0;border:0;border-radius:8px;overflow:hidden;justify-self:stretch;cursor:pointer;background:transparent}.activity-route-preview{width:100%;height:150px;border:1px solid var(--cp-subtle-border);border-radius:8px;overflow:hidden}.activity-route-modal-map{width:100%;height:min(68vh,580px);border:1px solid var(--cp-subtle-border);border-radius:8px;overflow:hidden}.activity-route-map-canvas{width:100%;height:100%}.activity-toolbar{list-style:none}.activity-toolbar input{width:100%}.activity-footer{display:grid;gap:.5rem}.activity-pagination{display:flex;align-items:center;gap:.5rem}.coach-assigned-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.6rem}.coach-assigned-item{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--cp-subtle-border);border-radius:999px;padding:.3rem .6rem;background:var(--cp-subtle-surface)}.avatar-fallback{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:999px;background:var(--cp-subtle-surface)}.user-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.users-filter-toolbar{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.8rem}.users-filter-search{display:grid;gap:.2rem;min-width:220px;font-size:.9rem}.users-filter-search input{min-height:36px}.users-filter-dropdown{position:relative}.users-filter-dropdown summary{cursor:pointer;border:1px solid var(--cp-subtle-border);border-radius:8px;padding:.45rem .6rem;background:#fff;font-size:.9rem}.users-filter-options{position:absolute;z-index:2;margin-top:.35rem;min-width:180px;display:grid;gap:.3rem;padding:.6rem;border-radius:10px;border:1px solid var(--cp-subtle-border);background:#fff;box-shadow:0 10px 26px #1020491a}.users-filter-options label{display:flex;align-items:center;gap:.35rem}.user-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.8rem;border:1px solid var(--cp-subtle-border);border-radius:10px;padding:.65rem}.user-photo-button{width:48px;height:48px;border-radius:999px;padding:0;display:inline-grid;place-items:center}.user-photo-small{width:44px;height:44px;border-radius:999px;object-fit:cover}.user-photo-modal{width:min(680px,94vw)}.user-photo-large{width:100%;max-height:70vh;object-fit:contain;border-radius:10px}.user-roles{text-transform:capitalize}.provider-badges{display:inline-flex;gap:.3rem;margin-left:.35rem}.provider-badge{width:1.25rem;height:1.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.provider-badge-logo{width:.82rem;height:.82rem}.apple-badge{color:#fff;background:#111}.strava-badge{color:#fff;background:#fc5200}.google-badge{background:#fff;border:1px solid #d7deec}.user-role-actions{display:grid;gap:.25rem;font-size:.9rem}.users-pagination{margin-top:.8rem;display:flex;align-items:center;justify-content:flex-end;gap:.6rem;font-size:.9rem}.user-role-actions label{display:flex;align-items:center;gap:.4rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.coaching-selector{position:relative;display:grid;gap:.6rem}.coach-tag-list{display:flex;flex-wrap:wrap;gap:.45rem;min-height:42px}.coach-tag{border:1px solid #ccd9ee;border-radius:999px;padding:.28rem .6rem;font-size:.85rem;display:inline-flex;gap:.4rem;align-items:center;background:#f7f9ff;color:#15316c}.coach-tag-group{background:#eef3ff}.coach-tag-event{background:#f7f2ff}.coach-tag-delete{display:none;font-size:.8rem}.coach-tag:hover{background:#c61a4d2e;border-color:#c61a4d99;color:#7f1231}.coach-tag:hover .coach-tag-delete{display:inline}.coach-suggestions{margin:0;padding:0;list-style:none;border:1px solid #d8e2f3;border-radius:10px;max-height:220px;overflow:auto}.coach-suggestion-button{border:0;border-bottom:1px solid #eef2fa;background:#fff;width:100%;text-align:left;border-radius:0;display:flex;justify-content:space-between;gap:.5rem;align-items:center;padding:.55rem .65rem}.coach-suggestions li:last-child .coach-suggestion-button{border-bottom:0}.coach-suggestion-button:hover{background:#f4f7ff}.coach-directory-table{border-collapse:collapse;width:100%;min-width:520px}.coach-directory-table th,.coach-directory-table td{border:1px solid #e5ebf7;padding:.5rem;text-align:left;vertical-align:top}.coach-directory-table-wrapper{width:100%;max-width:100%;overflow-x:auto}.table-link-button{border:0;background:transparent;color:var(--cp-blue-700);padding:0;text-decoration:underline}.account-content{display:grid;gap:1rem;width:min(100%,1040px)}.training-card{width:min(100%,1080px)}.training-table-wrapper{overflow:auto}.training-table{width:100%;min-width:920px;border-collapse:collapse;table-layout:fixed}.training-table th,.training-table td{border:1px solid var(--cp-subtle-border);vertical-align:top}.training-table th{padding:.45rem;text-align:left}.training-table td{height:95px;padding:.35rem}.training-day-number{font-size:.75rem;color:var(--cp-muted);margin-bottom:.2rem}.training-day-summary{display:grid;gap:.18rem;font-size:.8rem}.training-day-summary p{margin:0}.training-mobile-header{display:grid;gap:.45rem}.training-month-nav{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.training-month-nav button{min-width:2.2rem;padding:.35rem}.training-mobile-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.28rem}.training-mobile-weekday{text-align:center;font-size:.76rem;color:var(--cp-muted);padding-bottom:.15rem}.training-mobile-day{padding:.45rem .2rem;text-align:center;border:1px solid var(--cp-subtle-border);background:var(--cp-surface)}.training-mobile-day.outside-month{opacity:.48}.training-mobile-day.selected-week{background:#edf4ff;border-color:#c8d8f9}.training-mobile-day.selected-day{background:#dce9ff;border-color:#97b5ef;font-weight:700}.training-mobile-week-list{margin:0;padding:0;list-style:none;display:grid;gap:.5rem}.training-mobile-day-tile{border:1px solid var(--cp-subtle-border);border-radius:10px;padding:.55rem;display:grid;gap:.2rem}.training-mobile-day-tile p{margin:0}.account-content .card{width:100%}.menu-dropdown{position:absolute;left:0;top:calc(100% + .4rem);border:1px solid #d4dceb;background:var(--cp-surface);border-radius:10px;box-shadow:0 10px 24px #0000001f;min-width:180px;overflow:hidden}.menu-dropdown button{width:100%;text-align:left;border:0;border-radius:0;background:var(--cp-surface)}.inline-checkbox{display:inline-flex;align-items:center;gap:.45rem}input,textarea,select,button{font:inherit;padding:.65rem;border-radius:8px;border:1px solid var(--cp-border)}input[type=checkbox]{padding:0;width:1rem;height:1rem}input:focus,textarea:focus,select:focus,button:focus{outline:2px solid rgba(143,43,182,.35);outline-offset:1px}button{background:var(--cp-button-bg);color:var(--cp-blue-900)}button:disabled{background:var(--cp-button-disabled-bg);color:var(--cp-button-disabled-text);border-color:var(--cp-button-disabled-border);cursor:not-allowed}button.primary{background:linear-gradient(95deg,var(--cp-blue-700),var(--cp-purple-500) 55%,var(--cp-magenta-500));color:#fff;border:none}button.danger{background:#bf1f4b;color:#fff;border:1px solid #bf1f4b}button.danger:disabled{background:#f3d8e0;color:#8d4d61;border-color:#d9acb9}.distance-unit-toggle{display:inline-flex;border:1px solid var(--cp-border);border-radius:8px;overflow:hidden;width:fit-content}.distance-unit-toggle button{border:0;border-radius:0;background:var(--cp-button-bg)}.distance-unit-toggle button+button{border-left:1px solid var(--cp-border)}.distance-unit-toggle button.active{background:#eaf0ff;color:#2245b4}.provider-buttons{display:grid;gap:.55rem;justify-items:center}.login-config-form{display:grid;gap:.45rem;margin-bottom:.85rem}.google-signin-host{width:min(320px,100%);border-radius:999px;overflow:hidden}.google-signin-host>div,.google-signin-host iframe{width:100%!important;max-width:100%}.provider-signin{border-radius:999px;width:min(320px,100%);justify-self:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.provider-logo{width:1rem;height:1rem;flex:0 0 auto}.apple-signin{background:#111;color:#fff;border:1px solid #111}.strava-signin{background:#fc4c02;color:#fff;border:1px solid #fc4c02}.provider-signin:disabled{opacity:.6}.row{display:flex;align-items:center;justify-content:space-between}.row-top{gap:.75rem}.modal-close-button{width:2rem;height:2rem;padding:0;border-radius:999px;border:1px solid var(--cp-modal-close-bg);background:var(--cp-modal-close-bg);color:var(--cp-modal-close-text);font-size:1.3rem;line-height:1;display:inline-grid;place-items:center;font-weight:700}.modal-close-button:hover{filter:brightness(1.08)}.subtitle{margin-top:-.25rem;max-width:34ch}.muted{color:var(--cp-muted)}.error{color:#bf1f4b}.admin-config-section{border:1px solid var(--cp-subtle-border);border-radius:12px;padding:.75rem;display:grid;gap:.45rem;background:var(--cp-subtle-surface)}.admin-config-section h3{margin:0;font-size:.98rem}.required-indicator{color:#bf1f4b;font-weight:700;margin-left:.15rem}.field-invalid{border-color:#bf1f4b!important;box-shadow:0 0 0 1px #bf1f4b26}.avatar{max-width:96px;border-radius:999px;border:2px solid #e5ecf8}@media(max-width:640px){:root{--cp-fixed-header-offset: 5rem}.app-layout{padding:var(--cp-fixed-header-offset) .75rem 1.25rem}.post-login-brand{top:.5rem;left:.5rem}.scrolling-corner-brand{top:.65rem;right:.75rem}.card{width:100%;padding:.9rem 1rem}.activity-pagination{flex-wrap:wrap}.user-row{grid-template-columns:auto 1fr}.coach-suggestion-button{align-items:flex-start;flex-direction:column}}.brandmark{display:flex;align-items:center;gap:.65rem}.brandmark-icon{width:var(--brand-icon-size, 44px);height:var(--brand-icon-size, 44px);flex:0 0 auto;filter:drop-shadow(0 5px 8px rgba(18,61,119,.2))}.brandmark-wordmark{margin:0;font-size:clamp(1.8rem,5vw,2.6rem);letter-spacing:-.03em;color:var(--cp-blue-900)}.brandmark-wordmark-accent{background:linear-gradient(96deg,var(--cp-magenta-500),var(--cp-purple-500));-webkit-background-clip:text;background-clip:text;color:transparent}.brandmark-compact{gap:.45rem}.brandmark-compact .brandmark-wordmark{font-size:1rem;font-weight:700;letter-spacing:-.01em}.modal-overlay{position:fixed;inset:0;background:#111b2d8c;display:grid;place-items:center;z-index:20;padding:1rem}.charts-modal{width:min(860px,94vw);max-height:90vh;border:1px solid var(--cp-border);border-radius:12px;padding:1rem;display:grid;gap:.75rem;overflow-y:auto}.route-map-modal{width:min(980px,95vw)}.action-modal{width:min(520px,94vw)}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem}.delete-account-actions{justify-content:flex-start}.checkbox-row{display:flex;align-items:center;gap:.5rem}.coaching-services{display:grid;gap:.75rem}.coaching-services-compact{list-style:none;padding:0;margin:0}.coach-service-list-item{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:.75rem;align-items:center;text-align:left}.coach-service-index{color:var(--cp-muted)}.coach-service-name{font-weight:600}.coach-service-cost{color:var(--cp-muted)}.coach-service-available{color:#117a30;font-weight:600}.coach-service-unavailable{color:#8a2430;font-weight:600}.floating-save-indicator,.floating-toast-error{position:fixed;right:1rem;z-index:50;border-radius:999px;padding:.5rem .8rem;font-size:.9rem;box-shadow:0 8px 24px #0a1a3a33}.floating-save-indicator{bottom:1rem;background:#0b5ed7;color:#fff;display:flex;align-items:center;gap:.45rem}.floating-toast-error{bottom:3.8rem;background:#8a2430;color:#fff}.spinner{width:.9rem;height:.9rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.charts-modal::backdrop{display:none}.chart-block{border:1px solid #dfe7f4;border-radius:10px;padding:.6rem}.chart-svg{width:100%;height:170px;background:linear-gradient(180deg,#f6f9ff,#fff);border-radius:8px}.chart-body{width:100%}.hr-zone-key{display:flex;flex-wrap:wrap;gap:.45rem .9rem;margin:.35rem 0 .55rem}.hr-zone-key-item{display:inline-flex;align-items:center;gap:.35rem;color:var(--cp-muted);font-size:.88rem}.hr-zone-swatch{width:.8rem;height:.8rem;border-radius:3px;border:1px solid rgba(95,111,139,.35)}.bell-button{position:relative;width:38px;height:38px;padding:0;border-radius:999px;display:inline-grid;place-items:center}.bell-dot{position:absolute;top:6px;right:6px;width:9px;height:9px;border-radius:999px;background:#df1735}.messages-layout{width:min(1100px,96vw);display:grid;grid-template-columns:320px minmax(0,1fr);gap:1rem}.messages-sidebar,.messages-main{width:100%}.messages-main{display:flex;flex-direction:column;gap:.75rem}.messages-conversation-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.messages-conversation-list button{width:100%;text-align:left;display:grid;gap:.2rem}.messages-conversation-header{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.messages-conversation-active{border-color:var(--cp-blue-700)}.messages-unread-badge{justify-self:start;background:#df1735;color:#fff;border-radius:999px;font-size:.75rem;line-height:1;padding:.15rem .45rem}.messages-thread{min-height:320px;max-height:55vh;overflow:auto;display:grid;align-content:start;gap:.4rem;padding-right:.2rem}.message-date-group{display:grid;align-content:start;gap:.4rem}.message-date-divider{position:sticky;top:0;justify-self:center;align-self:start;z-index:1;display:inline-flex;align-items:center;min-height:1.8rem;font-size:.78rem;padding:.2rem .55rem;border:1px solid var(--cp-subtle-border);border-radius:999px;background:var(--cp-surface)}.message-row{width:min(75%,520px);border:1px solid var(--cp-subtle-border);border-radius:10px;padding:.45rem .6rem;background:var(--cp-subtle-surface);display:grid;gap:.2rem}.message-row.self{justify-self:end;background:var(--cp-message-self-bg);border-color:var(--cp-message-self-border);color:var(--cp-message-self-text)}.message-row.self .muted{color:var(--cp-message-self-muted)}.message-row p,.message-row span{margin:0}.message-body{white-space:pre-wrap;overflow-wrap:anywhere}.message-body-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:10;overflow:hidden}.message-more-button{justify-self:start;border:0;background:transparent;color:inherit;font-size:.82rem;padding:0;text-decoration:underline;cursor:pointer;opacity:.78}.message-meta{display:flex;justify-content:flex-end;align-items:center;gap:.35rem;font-size:.78rem}.message-meta-text{opacity:.78}.messages-typing-indicator{margin:.25rem 0 0;font-style:italic}.messages-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:end}.messages-compose textarea{min-height:2.7rem;resize:vertical}.messages-main-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.messages-main-header h2{margin:0}.messages-title-button{border:0;background:transparent;padding:0;margin:0;font:inherit;font-size:1.1rem;font-weight:700;text-align:left;cursor:pointer}.messages-main-actions{display:flex;gap:.45rem}.messages-contact-list{display:grid;gap:.35rem;max-height:180px;overflow:auto}.messages-contact-option{display:flex;align-items:center;gap:.4rem}.messages-new-conversation-modal{display:grid;gap:.75rem}.messages-selected-tags{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2rem}.messages-selected-tag{display:inline-flex;align-items:center;gap:.35rem;background:var(--cp-subtle-surface);border:1px solid var(--cp-subtle-border);border-radius:999px;padding:.15rem .55rem;font-size:.88rem}.messages-selected-tag button{border:0;background:transparent;padding:0;line-height:1;font-size:1rem;cursor:pointer}.messages-contact-autocomplete{position:relative;display:grid;gap:.4rem}.messages-contact-dropdown{list-style:none;margin:0;padding:.25rem;border:1px solid var(--cp-subtle-border);border-radius:10px;background:var(--cp-surface);display:grid;gap:.2rem;max-height:220px;overflow:auto}.messages-contact-dropdown button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem;text-align:left;border:1px solid transparent}.messages-members-list{margin:0;padding-left:1.1rem;display:grid;gap:.25rem}@media(max-width:640px){.messages-layout{grid-template-columns:1fr}.messages-pane-hidden{display:none}.messages-main{min-height:78vh}.messages-main:not(.messages-pane-hidden){height:calc(100vh - 170px);overflow:hidden}.messages-main-header{align-items:center;flex-wrap:wrap}.messages-thread{flex:1;max-height:none;min-height:0}}.stacked-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.stacked-list li{border:1px solid var(--border-color, #d6d9dd);border-radius:.5rem;padding:.75rem}.row-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
