:root{--bg:#080C14;--surface:#0F1622;--surface-2:#131C2B;--line:rgba(255,255,255,0.07);--line-2:rgba(255,255,255,0.12);--text:#EAF0F7;--muted:#8492A6;--faint:#5C6980;--teal:#4DD9C0;--teal-bright:#7CF5DE;--ember:#FF7A59;--green:#3FD98A;--amber:#FFB020;--radius:12px}body,html{margin:0;padding:0;max-width:100vw;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-sans),"Inter","Segoe UI",system-ui,-apple-system,sans-serif}.tab-bar{scrollbar-width:none;-ms-overflow-style:none}.tab-bar::-webkit-scrollbar{display:none}.tab-label{margin-left:6px}@media (max-width:640px){.tab-label{display:none}.tab-active .tab-label{display:inline}.hdr-hide-narrow{display:none}.app-header{padding-left:12px;padding-right:12px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-shell{display:grid;grid-template-columns:230px 1fr;height:100vh;overflow:hidden}.app-sidebar{background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:18px 14px;height:100vh;overflow-y:auto}.app-sidebar .brandbtn{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:6px 8px 14px;font-family:inherit}.app-sidebar a{text-decoration:none}.app-sidebar .navgroups{display:flex;flex-direction:column}.navlabel{font-size:10px;letter-spacing:.16em;color:var(--faint);text-transform:uppercase;padding:6px 10px;margin-top:8px}.app-sidebar .nav{display:flex;flex-direction:column}.navitem{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:9px;font-size:13.5px;color:var(--muted);font-weight:500;margin-bottom:2px;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-family:inherit}.navitem svg{width:17px;height:17px;flex:none;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.navitem:hover{background:var(--surface-2);color:var(--text)}.navitem.on{background:rgba(77,217,192,.1);color:var(--teal-bright)}.navitem.on svg{stroke:var(--teal)}.navtag{margin-left:auto;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--amber);background:rgba(255,176,32,.14);padding:2px 6px;border-radius:5px}.sidebar-foot{margin-top:auto;display:flex;flex-direction:column;gap:8px;padding-top:12px}.athlete-card{gap:10px;padding:11px;background:var(--surface-2);border:1px solid var(--line);border-radius:11px;cursor:pointer}.athlete-ava,.athlete-card{display:flex;align-items:center}.athlete-ava{width:34px;height:34px;border-radius:50%;background:#1C2740;color:var(--teal-bright);justify-content:center;font-size:13px;font-weight:700;flex:none}.athlete-who b{font-size:13px;display:block;color:var(--text)}.athlete-who span{font-size:11px;color:var(--faint)}.signout{background:none;border:none;cursor:pointer;font-family:inherit;color:var(--faint);font-size:12px;text-align:left;padding:4px 11px}.signout:hover{color:var(--text)}.app-main{display:flex;flex-direction:column;height:100vh;min-width:0;overflow:hidden}.app-header-bar{display:flex;align-items:center;gap:14px;padding:16px 24px;border-bottom:1px solid var(--line);background:rgba(8,12,20,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex:none}.app-htitle .crumb{font-size:12px;color:var(--faint);margin-bottom:3px}.app-htitle h1{font-size:21px;margin:0;font-weight:700;letter-spacing:-.01em;color:var(--text)}.app-header-spacer{flex:1 1}.header-icon-btn{width:32px;height:32px;border-radius:9px;border:1px solid var(--line);background:var(--surface);color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-family:inherit;flex:none}.header-icon-btn:hover{color:var(--text);border-color:rgba(77,217,192,.4)}.countdown-card{display:flex;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:8px 14px;flex:none}.countdown-card .n{font-size:22px;font-weight:800;color:var(--ember);line-height:1}.countdown-card .l{font-size:11px;color:var(--muted);line-height:1.35}.countdown-card .l span{color:var(--faint);font-size:10px}.app-content{flex:1 1;min-height:0;display:flex;flex-direction:column;overflow:hidden}@media (max-width:820px){.app-shell{grid-template-columns:1fr}.app-main,.app-shell{height:auto;overflow:visible}.app-content{overflow:visible}.app-sidebar{height:auto;flex-direction:row;align-items:center;gap:10px;overflow-x:auto;padding:10px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:6}.app-sidebar .brandbtn{padding:4px 6px;flex:none}.app-sidebar .navgroups{flex-direction:row;align-items:center;gap:4px}.navlabel{display:none}.app-sidebar .nav{flex-direction:row}.navitem{white-space:nowrap;margin-bottom:0}.sidebar-foot{flex-direction:row;align-items:center;margin-top:0;margin-left:auto;padding-top:0;gap:8px}.athlete-card .athlete-who{display:none}.app-header-bar{position:-webkit-sticky;position:sticky;top:0;z-index:5}}.dash-split{display:grid;grid-template-columns:1.5fr 1fr;height:100%;min-height:0}.dash-split .plan-col{padding:20px 22px;overflow:auto;min-height:0;border-right:1px solid var(--line)}.dash-split .coach-col{display:flex;flex-direction:column;min-height:0;background:#0B111C}.dash-mobile-toggle{display:none}@media (max-width:860px){.dash-split{grid-template-columns:1fr;height:auto}.dash-split .plan-col{border-right:none;overflow:visible}.dash-split .coach-col{height:calc(100vh - 138px)}.dash-mobile-toggle{display:flex;gap:6px;padding:10px 16px 0}.dash-mobile-toggle button{flex:1 1;padding:8px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--muted);font-weight:600;font-size:13px;cursor:pointer;font-family:inherit}.dash-mobile-toggle button.on{background:rgba(77,217,192,.1);color:var(--teal-bright);border-color:rgba(77,217,192,.4)}.dash-split.show-coach .plan-col,.dash-split.show-plan .coach-col{display:none}}.week-list{display:flex;flex-direction:column;gap:8px}.day-row{position:relative;display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:13px 15px 13px 17px;overflow:hidden;cursor:pointer}.day-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#2A3346}.day-row.bike:before{background:var(--ember)}.day-row.swim:before{background:var(--teal)}.day-row.run:before{background:var(--teal-bright)}.day-row.brick:before{background:var(--amber)}.day-row.rest:before{background:#33405A}.day-row.hl{border-color:rgba(77,217,192,.4);background:#101E27}.day-row.done{opacity:.6}.day-row .dow{width:40px;flex:none}.day-row .dow b{font-size:13px;display:block;color:var(--text)}.day-row .dow i{font-size:10px;color:var(--faint);font-style:normal}.day-row .rbody{flex:1 1;min-width:0}.day-row .disc{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.day-row .ttl{font-size:13.5px;font-weight:600;margin-top:2px;color:var(--text)}.day-row .meta{font-size:11.5px;color:var(--muted);margin-top:4px;display:flex;gap:12px;flex-wrap:wrap}.day-badge{font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;flex:none}.day-badge.today{background:var(--teal);color:#06231E}.day-badge.logged{background:rgba(63,217,138,.14);color:var(--green)}.day-wrap .day-detail{margin:-2px 0 6px;padding:12px 15px 4px}.coach-panel{display:flex;flex-direction:column;height:100%;min-height:0;background:#0B111C}.coach-head{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid var(--line);flex:none}.coach-head .ct{font-size:14px;font-weight:700;color:var(--text)}.coach-head .cs{font-size:11px;color:var(--muted)}.coach-head .cs-link{color:var(--teal);font-weight:600;cursor:pointer;text-decoration:none}.coach-head .cs-link:hover{color:var(--teal-bright)}.coach-head .live{margin-left:auto;font-size:10.5px;color:var(--green);display:flex;align-items:center;gap:5px}.coach-head .live.thinking{color:var(--amber)}.coach-head .live .d{width:6px;height:6px;border-radius:50%;background:currentColor}.coach-stream{flex:1 1;overflow:auto;padding:18px 20px;display:flex;flex-direction:column;gap:12px;min-height:0}.coach-msg{max-width:88%;font-size:12.5px;line-height:1.55;padding:11px 14px;border-radius:13px;white-space:pre-wrap}.coach-msg.coach{background:var(--surface-2);border:1px solid var(--line);align-self:flex-start;border-bottom-left-radius:4px;color:var(--text)}.coach-msg.me{background:#123430;color:#D6FFF6;align-self:flex-end;border-bottom-right-radius:4px}.coach-empty{color:var(--muted);font-size:12.5px}.coach-empty p{margin:0 0 4px}.coach-suggestion{display:block;width:100%;text-align:left;margin-top:8px;background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:9px 12px;color:var(--muted);font-size:12px;cursor:pointer;font-family:inherit}.coach-suggestion:hover{color:var(--text);border-color:rgba(77,217,192,.3)}.coach-composer{display:flex;align-items:center;gap:9px;padding:14px 16px;border-top:1px solid var(--line);flex:none}.coach-composer input{flex:1 1;background:var(--surface);border:1px solid var(--line-2);border-radius:11px;padding:10px 14px;color:var(--text);font-size:12.5px;outline:none;font-family:inherit}.coach-composer button{background:var(--teal);color:#06231E;border:none;font-weight:700;font-size:12.5px;padding:10px 18px;border-radius:10px;cursor:pointer;font-family:inherit}.coach-composer button:disabled{opacity:.5;cursor:default}.fitness-panel{margin-top:20px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:16px 18px}.fitness-panel .fh{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.fitness-panel .fh h3{font-size:13px;margin:0;font-weight:700;color:var(--text)}.fitness-panel .fh .load{font-size:11.5px;color:var(--muted)}.fitness-panel .fh .load b{color:var(--text)}.fitness-grid{display:grid;grid-template-columns:repeat(4,1fr) 1.4fr;grid-gap:14px;gap:14px;align-items:center}.fstat span{font-size:10px;color:var(--faint);letter-spacing:.06em;text-transform:uppercase}.fstat b{font-size:18px;display:block;margin-top:3px;font-weight:700;color:var(--text)}.fstat b.pos{color:var(--green)}.fspark{height:44px;width:100%}@media (max-width:520px){.fitness-grid{grid-template-columns:repeat(2,1fr)}.fspark{display:none}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}