:root{--app-bg: #07090e;--panel-bg: #0a0f17;--panel-bg-elevated: #101724;--panel-bg-soft: #121b29;--ink: #eef5ff;--ink-strong: #ffffff;--muted: #93a4b8;--muted-strong: #c7d2df;--line: rgba(226, 232, 240, .11);--line-strong: rgba(226, 232, 240, .22);--accent: #ff6b2c;--accent-strong: #ff8a3d;--accent-soft: rgba(255, 107, 44, .15);--cyan: #22d3ee;--cyan-soft: rgba(34, 211, 238, .16);--green: #34d399;--danger: #f59e0b;--selected-accent: #22d3ee;--selected-accent-soft: rgba(34, 211, 238, .18);--selected-accent-strong: rgba(34, 211, 238, .72);color:var(--ink);background:var(--app-bg);font-family:Inter,Noto Sans SC,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{min-width:320px;height:100%;margin:0}body{overflow:hidden;background:linear-gradient(180deg,#07090e,#09101a),var(--app-bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{position:relative;display:grid;grid-template-areas:"header header" "panel viewer";grid-template-columns:minmax(390px,45%) minmax(0,1fr);grid-template-rows:58px minmax(0,1fr);width:100%;height:100vh;overflow:hidden;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),var(--app-bg);background-size:34px 34px}.app-header{z-index:30;display:flex;grid-area:header;align-items:center;justify-content:space-between;gap:16px;min-width:0;border-bottom:1px solid var(--line);background:#080c13e0;padding:0 18px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-lockup,.app-status,.gym-mode-toggle{display:flex;align-items:center}.logout-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;border:1px solid var(--line);border-radius:6px;background:#ffffff0b;color:var(--muted);padding:0 10px;font-size:12px;font-weight:850;white-space:nowrap}.logout-button:hover,.logout-button:focus-visible{border-color:#f8717161;background:#f871711a;color:#fca5a5}.brand-lockup{gap:10px;min-width:0}.brand-mark{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;box-shadow:0 0 26px #ff6b2c47}.brand-lockup span:last-child{display:flex;align-items:center;min-width:0}.brand-lockup strong{color:var(--ink-strong);font-size:16px;line-height:1}.app-status{justify-content:flex-end;gap:10px;min-width:0}.current-user{display:inline-flex;align-items:center;gap:7px;min-width:0;min-height:34px;border:1px solid var(--line);border-radius:6px;background:#ffffff0b;color:var(--ink);padding:0 10px;font-size:13px;font-weight:850}.current-user span{overflow:hidden;max-width:140px;text-overflow:ellipsis;white-space:nowrap}.current-user small{color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}button.current-user:hover,button.current-user:focus-visible{border-color:#22d3ee61;background:#22d3ee1a;color:var(--ink-strong)}.gym-mode-toggle,.primary-button,.family-action-trigger,.secondary-button,.table-action-button{border:1px solid rgba(255,107,44,.34);background:var(--accent-soft);color:var(--accent-strong)}.gym-mode-toggle{gap:8px;min-height:34px;border-radius:6px;padding:0 12px;font-size:13px;font-weight:800;white-space:nowrap;transition:background .16s ease,color .16s ease,transform .16s ease}.gym-mode-toggle:hover,.primary-button:hover:not(:disabled),.family-action-card:hover:not(:disabled) .family-action-trigger,.secondary-button:hover:not(:disabled),.table-action-button:hover:not(:disabled){background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff}.is-gym-mode .gym-mode-toggle{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;box-shadow:0 0 24px #ff6b2c38}.qa-region{grid-area:panel;min-width:0;min-height:0;border-right:1px solid var(--line)}.viewer-region{grid-area:viewer;min-width:0;min-height:0}.profile-region{grid-column:1 / -1;grid-row:2;min-width:0;min-height:0;overflow:auto;background:#080c13f5}.profile-page{display:grid;gap:16px;width:min(1280px,100%);margin:0 auto;padding:22px}.profile-page-header{display:flex;align-items:center;gap:16px;min-width:0;border-bottom:1px solid var(--line);padding-bottom:16px}.profile-page-header>div{display:grid;min-width:0;gap:4px}.profile-page-header h1{margin:0;color:var(--ink-strong);font-size:26px;line-height:1.15}.profile-page-header span{color:var(--muted);font-size:12px;font-weight:750}.profile-loading{display:inline-flex;align-items:center;justify-self:start;gap:8px;border:1px solid var(--line);border-radius:8px;background:#ffffff0b;color:var(--muted-strong);padding:12px 14px;font-size:13px;font-weight:850}.profile-layout{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr);gap:16px;align-items:start}.profile-section{display:grid;gap:14px;min-width:0;border:1px solid var(--line);border-radius:8px;background:#0f1724d1;padding:16px}.profile-section-heading,.saved-plan-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.profile-section-heading h2{margin:0;color:var(--ink-strong);font-size:18px;line-height:1.2}.profile-section-heading span{color:var(--muted);font-size:12px;font-weight:850;white-space:nowrap}.profile-section-actions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.profile-edit-toggle{min-height:36px;padding:0 11px}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.profile-field{position:relative;display:grid;min-width:0;gap:6px}.profile-field.is-wide{grid-column:1 / -1}.profile-field span{color:var(--muted-strong);font-size:12px;font-weight:850}.profile-field input,.profile-field textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:7px;outline:0;background:#0a111c;color:var(--ink);padding:10px 11px}.profile-field textarea{min-height:82px;resize:vertical}.profile-field input:focus,.profile-field textarea:focus,.profile-question-field input:focus,.profile-question-field textarea:focus{border-color:#22d3ee73;box-shadow:0 0 0 3px #22d3ee14}.profile-field small{position:absolute;right:10px;bottom:10px;color:var(--muted);font-size:11px;font-weight:850;pointer-events:none}.profile-save-button{justify-self:start;padding:0 14px}.profile-edit-actions{display:flex;justify-content:flex-start}.training-profile-summary{display:grid;gap:12px}.training-profile-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.training-profile-summary-item{display:grid;min-width:0;gap:4px;border:1px solid var(--line);border-radius:7px;background:#ffffff09;padding:9px 10px}.training-profile-summary-item span{color:var(--muted);font-size:11px;font-weight:850}.training-profile-summary-item strong{overflow:hidden;color:var(--ink-strong);font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.estimated-heart-rate-note{display:grid;gap:5px;border:1px solid rgba(34,211,238,.2);border-radius:8px;background:#22d3ee14;padding:10px 12px}.estimated-heart-rate-note strong{color:var(--ink-strong);font-size:13px}.estimated-heart-rate-note span{color:var(--muted-strong);font-size:12px;line-height:1.45;white-space:normal}.saved-plan-list{display:grid;gap:12px}.saved-plan-card{display:grid;gap:11px;border:1px solid var(--line);border-radius:8px;background:#ffffff09;padding:13px}.saved-plan-header>div:first-child{display:grid;min-width:0;gap:3px}.saved-plan-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:8px}.saved-plan-card>.saved-plan-actions{justify-content:flex-end;border-top:1px solid var(--line);padding-top:8px}.saved-plan-card>.saved-plan-actions .table-action-button{min-height:34px;padding:0 10px;font-size:12px}.saved-plan-garmin-export{display:grid;grid-template-columns:minmax(150px,190px) minmax(260px,max-content);align-items:end;gap:8px 10px;border:1px solid rgba(34,211,238,.2);border-radius:8px;background:#22d3ee0f;padding:10px}.saved-plan-garmin-export label{display:grid;gap:5px}.saved-plan-garmin-export label>span{color:var(--muted-strong);font-size:11px;font-weight:800}.saved-plan-garmin-export input{width:100%;min-height:34px;border:1px solid var(--line-strong);border-radius:6px;outline:none;background:var(--panel-bg-elevated);color:var(--ink);padding:0 9px;color-scheme:dark}.saved-plan-garmin-export input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px var(--cyan-soft)}.saved-plan-garmin-export .garmin-export-button{min-height:34px;white-space:nowrap}.saved-plan-garmin-guide{grid-column:1 / -1;display:grid;gap:6px;border-top:1px solid rgba(34,211,238,.16);padding-top:9px}.saved-plan-garmin-guide strong{color:var(--ink-strong);font-size:12px}.saved-plan-garmin-guide ol{display:grid;gap:3px;margin:0;padding-left:20px;color:var(--muted-strong);font-size:11px;line-height:1.5}.saved-plan-garmin-guide code{border-radius:3px;background:#22d3ee1a;color:var(--cyan);padding:1px 3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95em}.saved-plan-garmin-guide small{color:var(--muted);font-size:11px;line-height:1.45}.saved-plan-header span,.saved-plan-header small{color:var(--muted);font-size:12px;line-height:1.4}.saved-plan-header strong{color:var(--ink-strong);font-size:16px;line-height:1.25}.saved-plan-meta{display:flex;flex-wrap:wrap;gap:6px}.saved-plan-meta span{border:1px solid rgba(34,211,238,.22);border-radius:999px;background:#22d3ee17;color:#a5f3fc;padding:4px 8px;font-size:11px;font-weight:850}.saved-plan-details{border-top:1px solid var(--line);padding-top:9px}.saved-plan-details summary{cursor:pointer;color:var(--accent-strong);font-size:13px;font-weight:900}.profile-plan-week-list,.profile-plan-session-list,.saved-plan-notes{display:grid;gap:9px}.profile-plan-week-list{margin-top:10px}.profile-plan-week,.profile-plan-session{display:grid;gap:8px;border:1px solid rgba(226,232,240,.1);border-radius:8px;background:#05091457;padding:10px}.profile-plan-week-heading,.profile-plan-session>div:first-child{display:grid;gap:2px}.profile-plan-week-heading strong,.profile-plan-session strong{color:var(--ink-strong)}.profile-plan-week-heading span,.profile-plan-session span,.profile-plan-session small,.profile-plan-session p,.saved-plan-notes p{color:var(--muted-strong);font-size:12px;line-height:1.45}.profile-plan-session p,.saved-plan-notes p{margin:0}.profile-plan-exercise-row{display:flex;flex-wrap:wrap;gap:7px}.profile-plan-exercise{display:inline-flex;align-items:center;gap:7px;min-width:0;border:1px solid var(--line);border-radius:7px;background:#ffffff0a;padding:6px 8px}.profile-plan-exercise.without-pose{padding-left:8px}.profile-plan-exercise .exercise-pose-figure{width:52px;height:35px}.profile-plan-exercise strong{max-width:140px;overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.profile-plan-exercise>span{display:grid;min-width:0;gap:3px}.profile-empty-state{display:grid;justify-items:start;gap:9px;border:1px dashed var(--line-strong);border-radius:8px;color:var(--muted);padding:18px}.profile-empty-state p{margin:0;font-size:13px;line-height:1.55}.profile-empty-action{min-height:36px;padding:0 12px;font-size:13px}.profile-toast{position:sticky;bottom:14px;justify-self:start;border:1px solid var(--line);border-radius:8px;background:#070b12f0;padding:10px 12px;font-size:13px;font-weight:850;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.profile-toast.is-success{border-color:#34d3993d;color:#bbf7d0}.profile-toast.is-error{border-color:#f59e0b42;color:#fed7aa}.question-panel,.viewer-shell{display:flex;height:100%;min-height:0;flex-direction:column;overflow:hidden}.question-panel{position:relative;background:#0a0f17f5}.drawer-content,.drawer-body{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden}.drawer-handle{display:none}.panel-header,.viewer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:74px;border-bottom:1px solid var(--line);background:#090d14e6;padding:16px 18px}.panel-header h1,.viewer-toolbar h2,.family-browser-header h2,.family-action-panel-header h3{margin:0;color:var(--ink-strong);line-height:1.2}.panel-header h1{font-size:22px}.viewer-toolbar h2{font-size:19px}.eyebrow{margin:0 0 4px;color:var(--muted);font-size:11px;font-weight:800;line-height:1.2;text-transform:uppercase}.icon-button{display:inline-grid;width:36px;height:36px;place-items:center;border:1px solid var(--line-strong);border-radius:6px;background:#ffffff0d;color:var(--ink)}.icon-button:hover{border-color:#ffffff6b;background:#ffffff17}.validation-warning,.safety-note,.coverage-note,.answer-error{display:flex;align-items:flex-start;gap:8px;color:#fed7aa}.validation-warning{margin:12px 18px 0;border:1px solid rgba(245,158,11,.18);border-radius:6px;background:#f59e0b14;padding:9px 10px;font-size:12px}.panel-tabs{display:grid;grid-template-columns:minmax(72px,.82fr) minmax(72px,.82fr) minmax(122px,1.36fr);border-bottom:1px solid var(--line);background:#070b12d1}.panel-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:48px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:0 10px;font-size:14px;font-weight:800;white-space:nowrap}.panel-tabs button.is-active{border-bottom-color:var(--accent);color:var(--accent-strong);background:#ff6b2c12}.panel-tab-copy{display:inline-flex;min-width:0;align-items:baseline;gap:5px;white-space:nowrap;word-break:keep-all}.panel-tab-copy small{color:var(--muted-strong);font-size:10.5px;font-weight:800;white-space:nowrap;word-break:keep-all}.panel-tabs button.is-active .panel-tab-copy small{color:#fed7aa}.workbench-tab-panels{display:flex;min-height:0;flex:1}.workbench-tab-panel{display:flex;min-width:0;min-height:0;flex:1}.workbench-tab-panel[hidden]{display:none}.plan-workspace{display:flex;min-height:0;flex:1;flex-direction:column;background:var(--panel-bg)}.plan-workspace-scroll{display:grid;min-height:0;gap:12px;overflow:auto;padding:16px;scrollbar-color:rgba(148,163,184,.72) transparent;scrollbar-width:thin}.plan-hero,.plan-result-header,.plan-intake-heading,.nutrition-opportunity-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.plan-hero{border-bottom:1px solid var(--line);padding-bottom:12px}.plan-hero h2,.plan-intake-heading h3,.plan-result-header h3{margin:0;color:var(--ink-strong);line-height:1.2}.plan-hero h2{font-size:24px}.plan-hero span,.plan-intake-heading span,.plan-result-header p{color:var(--muted-strong);font-size:13px;line-height:1.5}.plan-result-actions,.plan-summary-grid,.plan-field-row{display:flex;gap:8px}.plan-result-kicker{display:inline-flex;align-items:center;gap:5px;border:0;border-radius:0;background:transparent;color:#fed7aa;padding:0;font-size:11px;font-weight:850;white-space:nowrap}.plan-meta,.plan-intake-note{margin:6px 0 0;color:var(--muted);font-size:12px;font-weight:750;line-height:1.4}.plan-intake-note{margin:0;max-width:220px;text-align:right}.plan-intake-heading>div{display:grid;min-width:0;gap:4px}.plan-goal-summary,.plan-condition-summary{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.goal-picker{display:flex;flex-wrap:wrap;gap:7px}.goal-hint-panel{display:grid;gap:8px;min-width:0}.goal-hint-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0}.goal-hint-heading span{color:var(--ink-strong);font-size:13px;font-weight:850}.goal-hint-heading small{overflow:hidden;color:var(--muted);font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.goal-card{display:inline-flex;align-items:center;gap:7px;min-width:0;min-height:38px;border:1px solid rgba(226,232,240,.12);border-radius:5px;background:#ffffff06;color:var(--ink);padding:7px 9px;text-align:left}.goal-card:hover,.goal-card.is-active{border-color:#ff6b2c6b;background:#ff6b2c14}.goal-card span:last-child{display:grid;min-width:0;gap:2px}.goal-card strong{color:var(--ink-strong);font-size:13px;line-height:1.2}.goal-card small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:1}.plan-intake,.plan-result{display:grid;gap:12px;border:1px solid var(--line);border-radius:6px;background:#0f1724bd;padding:14px}.plan-intake-heading h3{font-size:18px}.plan-field-row{align-items:stretch}.plan-detail-fields{display:grid;gap:10px;border:1px solid rgba(226,232,240,.11);border-radius:6px;background:#05091442;padding:0}.plan-detail-fields summary{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;cursor:pointer;padding:10px 11px}.plan-detail-fields summary:hover{background:#ffffff06}.plan-detail-fields summary span{color:var(--ink-strong);font-size:13px;font-weight:850}.plan-detail-fields summary small{color:var(--muted);font-size:12px;line-height:1.35}.plan-detail-fields[open] summary{border-bottom:1px solid var(--line)}.plan-detail-grid{display:grid;gap:10px;padding:0 11px 11px}.plan-field{position:relative;display:grid;flex:1 1 0;min-width:0;gap:6px}.plan-field.is-wide{width:100%}.plan-field span{color:var(--muted-strong);font-size:12px;font-weight:850}.plan-field input,.plan-field textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:5px;outline:0;background:#0a111c;color:var(--ink);padding:10px 11px}.plan-field textarea{min-height:72px;resize:vertical}.plan-prompt-field textarea{min-height:116px;font-size:15px;line-height:1.55}.plan-field input:focus,.plan-field textarea:focus{border-color:#ff6b2c80;box-shadow:0 0 0 3px #ff6b2c14}.plan-field small{position:absolute;right:10px;bottom:10px;color:var(--muted);font-size:11px;font-weight:850;pointer-events:none}.plan-save-profile-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--muted-strong);font-size:12px;font-weight:850}.plan-save-profile-toggle input{width:16px;height:16px;accent-color:var(--accent)}.plan-generate-button{justify-self:stretch;min-height:46px;padding:0 16px;font-size:14px}.plan-inline-warning,.plan-inline-error,.plan-generation-progress,.plan-emotional-summary,.today-first-step,.plan-safety-notes{display:flex;align-items:flex-start;gap:9px;border-radius:8px;padding:10px;font-size:13px;line-height:1.5}.plan-inline-warning,.plan-inline-error{border:1px solid rgba(245,158,11,.22);background:#f59e0b14;color:#fed7aa}.plan-generation-progress{border:1px solid rgba(255,107,44,.2);background:#ff6b2c12;color:#fed7aa}.plan-generation-progress div{display:grid;gap:3px}.plan-result-header h3{font-size:20px}.plan-result-header p{margin:5px 0 0}.plan-result{gap:14px;border:0;border-radius:0;background:transparent;padding:0}.plan-result-header{border-bottom:1px solid var(--line);padding-bottom:12px}.plan-result-actions{flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end}.plan-action-button{min-height:36px;padding:0 11px;font-size:12px}.plan-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid rgba(226,232,240,.1);border-bottom:1px solid rgba(226,232,240,.1)}.plan-summary-block{display:grid;gap:4px;min-width:0;border:0;border-right:1px solid rgba(226,232,240,.1);border-radius:0;background:transparent;padding:10px 12px 10px 0}.plan-summary-block+.plan-summary-block{padding-right:0;padding-left:12px}.plan-summary-block:last-child{border-right:0}.plan-summary-block span,.today-first-step span,.nutrition-opportunity-card span,.plan-safety-notes strong{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.plan-summary-block strong,.today-first-step strong,.nutrition-opportunity-card strong{color:var(--ink-strong);font-size:14px;line-height:1.35}.plan-summary-block small,.nutrition-opportunity-card small{color:var(--muted);font-size:12px;line-height:1.4}.today-first-step{border:0;border-left:3px solid rgba(255,107,44,.7);border-radius:0;background:#ff6b2c0e}.today-first-step div{display:grid;gap:3px}.plan-emotional-summary{border:0;border-left:3px solid rgba(255,107,44,.45);border-radius:0;background:#ff6b2c0b;color:var(--muted-strong)}.plan-emotional-summary p,.plan-safety-notes p{margin:0}.plan-result-week-list{display:grid;gap:0;border-top:1px solid var(--line)}.plan-safety-notes{border:0;border-left:3px solid rgba(245,158,11,.7);border-radius:0;background:#f59e0b0f;color:#fed7aa}.plan-safety-notes div{display:grid;gap:5px}.nutrition-opportunity-card{border:0;border-left:3px solid rgba(52,211,153,.62);border-radius:0;background:#34d3990e;padding:10px 12px}.nutrition-opportunity-card div{display:grid;min-width:0;gap:4px}.nutrition-opportunity-card button,.training-exercise-chip button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(52,211,153,.3);border-radius:6px;background:#34d3991f;color:#bbf7d0;padding:8px 10px;font-size:12px;font-weight:850;white-space:nowrap}.chat-panel{display:flex;min-height:0;flex:1;flex-direction:column;background:var(--panel-bg)}.chat-scroll{display:flex;min-height:0;flex:1;flex-direction:column;gap:16px;overflow:auto;padding:18px;scrollbar-color:rgba(148,163,184,.72) transparent;scrollbar-width:thin}.workbench-composer{display:grid;gap:8px;flex:0 0 auto;border-top:1px solid var(--line);background:#080c13f5;padding:10px 14px 14px}.chat-panel>.workbench-composer{border-top:1px solid var(--line);border-bottom:0}.workbench-quick-actions{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.workbench-quick-actions::-webkit-scrollbar{display:none}.workbench-quick-actions button{display:inline-flex;align-items:center;gap:5px;min-height:30px;flex:0 0 auto;border:1px solid var(--line);border-radius:5px;background:#ffffff09;color:var(--muted-strong);padding:0 10px;font-size:12px;font-weight:750}.workbench-quick-actions button:hover:not(:disabled){border-color:#ff6b2c57;color:var(--accent-strong);background:#ff6b2c14}.workbench-form{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:8px;align-items:stretch}.workbench-input{display:grid;min-width:0;gap:4px;border:1px solid var(--line);border-radius:6px;background:#0f1724;color:var(--muted);padding:7px 10px 8px}.workbench-input:focus-within{border-color:#ff6b2c7a;box-shadow:0 0 0 3px #ff6b2c14}.workbench-input>span{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0}.workbench-input strong{color:var(--muted-strong);font-size:11px;font-weight:900;line-height:1.2;white-space:nowrap}.workbench-input small{overflow:hidden;color:#93a4b8c2;font-size:11px;font-weight:750;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.workbench-input textarea{width:100%;height:24px;min-width:0;min-height:24px;max-height:24px;border:0;outline:0;background:transparent;color:var(--ink);padding:0;resize:none;line-height:1.45;overflow-y:auto;scrollbar-width:none}.workbench-input textarea::-webkit-scrollbar{display:none}.workbench-input textarea::placeholder{color:#93a4b8b8}.workbench-submit{align-self:stretch;min-height:54px;border-radius:6px;padding:0 12px;font-size:13px;white-space:nowrap;word-break:keep-all}.workbench-submit svg{flex:0 0 auto}.chat-message{display:flex;gap:10px}.ai-message{align-items:flex-start}.user-message{justify-content:flex-end}.ai-avatar{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,107,44,.32);border-radius:50%;background:var(--accent-soft);color:var(--accent-strong);font-size:11px;font-weight:900}.ai-avatar.is-thinking{animation:pulse-avatar 1.2s ease-in-out infinite}.message-stack{display:grid;max-width:min(560px,88%);gap:5px}.user-message .message-stack{justify-items:end}.message-stack>span{color:#93a4b8c2;font-size:10px}.message-bubble{border:1px solid var(--line);border-radius:2px 8px 8px;background:#ffffff0b;color:var(--ink);padding:12px 13px}.user-message .message-bubble{border-color:#ff6b2c47;border-top-left-radius:8px;border-top-right-radius:2px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff}.message-bubble p{margin:0;line-height:1.62}.warning-bubble{display:flex;gap:8px;color:#fed7aa}.answer-bubble{width:min(620px,100%)}.typing-bubble{display:flex;align-items:center;gap:7px;min-height:38px;border:1px solid var(--line);border-radius:2px 8px 8px;background:#ffffff0b;padding:0 13px}.typing-bubble span{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:typing-dot .76s ease-in-out infinite alternate}.typing-bubble span:nth-child(2){animation-delay:.12s}.typing-bubble span:nth-child(3){animation-delay:.24s}.chat-composer{flex:0 0 auto;border-top:1px solid var(--line);background:#080c13f2;padding:10px 14px 14px}.suggestions{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 0 10px;scrollbar-width:none}.suggestions::-webkit-scrollbar{display:none}.suggestions button{display:inline-flex;align-items:center;gap:5px;min-height:30px;flex:0 0 auto;border:1px solid var(--line);border-radius:6px;background:#ffffff0a;color:var(--muted-strong);padding:0 10px;font-size:12px;font-weight:700}.suggestions button:hover:not(:disabled){border-color:#ff6b2c59;color:var(--accent-strong);background:#ff6b2c14}.question-form{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:8px;align-items:center}.question-form label{display:flex;align-items:center;gap:8px;min-width:0;min-height:44px;border:1px solid var(--line);border-radius:8px;background:#0f1724;color:var(--muted);padding:0 12px}.question-form input,.action-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}.question-form input::placeholder,.action-search input::placeholder{color:#93a4b8b8}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;border-radius:8px;font-weight:900}.secondary-button,.table-action-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;border-radius:6px;padding:0 11px;font-size:13px;font-weight:900}.spin-icon{animation:spin .9s linear infinite}.answer-card{display:grid;gap:11px}.answer-card>p{margin:0;color:var(--ink);line-height:1.62}.alias-confirmation-card{display:grid;grid-template-columns:82px minmax(0,1fr);gap:10px;align-items:center;border:1px solid rgba(34,211,238,.28);border-radius:8px;background:#0891b21f;padding:10px}.alias-confirmation-card.is-compact{grid-template-columns:minmax(0,1fr);background:#ffffff0a;text-align:left}.alias-confirmation-card.is-compact .exercise-pose-figure{display:none}.alias-confirmation-copy{display:grid;min-width:0;gap:3px}.alias-confirmation-copy span{display:inline-flex;align-items:center;gap:5px;color:#67e8f9;font-size:11px;font-weight:900}.alias-confirmation-copy strong{color:var(--ink-strong);font-size:14px;line-height:1.35}.alias-confirmation-copy small{display:-webkit-box;overflow:hidden;color:var(--muted-strong);font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.alias-confirmation-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px}.alias-confirmation-actions button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;border:1px solid var(--line);border-radius:6px;background:#ffffff0e;color:var(--ink);padding:0 10px;font-size:12px;font-weight:900}.alias-confirmation-actions button:hover{border-color:#22d3ee61;background:#22d3ee1f}.alias-confirmation-actions .alias-confirm-primary{border-color:#22d3ee6b;background:#22d3ee29;color:var(--ink-strong)}.coverage-note,.safety-note{border-top:1px solid rgba(245,158,11,.18);padding-top:10px;font-size:13px;line-height:1.5}.exercise-pose-card,.gym-pose-row{display:grid;grid-template-columns:minmax(210px,.58fr) minmax(0,1fr);align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;background:#0f1724c7;padding:10px}.exercise-pose-card-copy{display:grid;min-width:0;gap:4px}.exercise-pose-card-copy span,.gym-pose-row>span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.exercise-pose-card-copy strong{overflow:hidden;color:var(--ink-strong);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.exercise-pose-card-copy small{color:var(--muted-strong);font-size:12px;line-height:1.35}.exercise-pose-figure{position:relative;display:block;width:100%;aspect-ratio:3 / 2;min-width:0;overflow:hidden;border:1px solid rgba(226,232,240,.14);border-radius:6px;background:radial-gradient(circle at 50% 50%,rgba(34,211,238,.08),transparent 58%),#050914;color:inherit;padding:0;text-align:initial;transition:border-color .16s ease,transform .16s ease}button.exercise-pose-figure{cursor:zoom-in}.exercise-pose-figure:hover,.exercise-pose-figure:focus-visible{border-color:#22d3ee6b;transform:translateY(-1px)}.exercise-pose-figure.pose-compact{width:76px;height:51px}.exercise-pose-figure.pose-large{width:100%;min-height:140px}.exercise-pose-source-strip{display:grid;grid-template-columns:1fr}.exercise-pose-source-strip.pose-compact{grid-template-columns:1fr}.exercise-pose-source-strip img{width:100%;height:100%;min-width:0;object-fit:contain;background:transparent}.exercise-pose-zoom-hint{position:absolute;right:6px;bottom:6px;display:grid;width:24px;height:24px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:#030712c7;color:#fff;opacity:0;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease}.exercise-pose-figure:hover .exercise-pose-zoom-hint,.exercise-pose-figure:focus-visible .exercise-pose-zoom-hint{opacity:1;transform:translateY(0)}.exercise-pose-placeholder{display:block;width:76px;height:51px;border:1px dashed rgba(226,232,240,.25);border-radius:6px;background:linear-gradient(135deg,transparent 46%,rgba(226,232,240,.3) 47%,rgba(226,232,240,.3) 53%,transparent 54%),#ffffff0a}.pose-lightbox-open{overflow:hidden}.exercise-pose-lightbox{position:fixed;z-index:120;inset:0;display:grid;place-items:center;background:#03060cb8;padding:24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.exercise-pose-lightbox-panel{display:grid;width:min(940px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;gap:16px;border:1px solid rgba(226,232,240,.18);border-radius:8px;background:#0b111c;padding:16px;box-shadow:0 28px 86px #0000008a}.exercise-pose-lightbox-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.exercise-pose-lightbox-header div{display:grid;min-width:0;gap:3px}.exercise-pose-lightbox-header span{color:var(--accent-strong);font-size:11px;font-weight:900;text-transform:uppercase}.exercise-pose-lightbox-header h2,.exercise-pose-lightbox-header p{margin:0}.exercise-pose-lightbox-header h2{color:var(--ink-strong);font-size:22px;line-height:1.1}.exercise-pose-lightbox-header p{color:var(--muted-strong);font-size:13px}.exercise-pose-lightbox-header button{display:grid;width:38px;min-width:38px;max-width:38px;height:38px;min-height:38px;flex:0 0 38px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#ffffff0d;color:var(--ink);padding:0;line-height:1}.exercise-pose-lightbox-header button:hover{border-color:#ff6b2c52;color:var(--accent-strong)}.exercise-pose-lightbox-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.exercise-pose-lightbox-strip figure{display:grid;place-items:center;min-width:0;min-height:220px;margin:0;overflow:hidden;border:1px solid rgba(226,232,240,.16);border-radius:8px;background:radial-gradient(circle at 50% 50%,rgba(34,211,238,.08),transparent 58%),#060b14}.exercise-pose-lightbox-strip img{display:block;width:auto;height:auto;max-width:100%;max-height:min(70vh,680px);object-fit:contain}.exercise-recommendations{display:grid;gap:8px;margin-top:2px;border-top:1px solid var(--line);padding-top:12px}.exercise-recommendations-header,.family-browser-header,.family-action-panel-header,.gym-mode-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.exercise-recommendations-header strong{color:var(--ink-strong)}.exercise-recommendations-header span{color:var(--muted);font-size:12px}.exercise-recommendation-list{display:grid;gap:8px}.exercise-recommendation-card{display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;min-height:62px;border:1px solid var(--line);border-radius:8px;background:#ffffff09;color:var(--ink);padding:8px;text-align:left}.exercise-recommendation-card:hover,.exercise-recommendation-card:focus-within{border-color:#ff6b2c52;background:#ff6b2c14}.exercise-recommendation-action,.exercise-recommendation-action strong,.exercise-recommendation-action small{min-width:0}.exercise-recommendation-action{display:grid;gap:2px;border:0;background:transparent;color:inherit;padding:0;text-align:left}.exercise-recommendation-action strong{overflow:hidden;color:var(--ink-strong);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.exercise-recommendation-action small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.exercise-recommendation-card em{justify-self:end;color:var(--muted-strong);font-size:10px;font-style:normal;font-weight:800;white-space:nowrap}.follow-up-list{display:flex;flex-wrap:wrap;gap:7px;border-top:1px solid var(--line);padding-top:12px}.follow-up-list button{border:1px solid rgba(34,211,238,.25);border-radius:6px;background:var(--cyan-soft);color:#a5f3fc;padding:6px 9px;font-size:12px;font-weight:800}.nutrition-referral-note,.answer-inline-error{display:flex;align-items:flex-start;gap:8px;border:1px solid rgba(245,158,11,.2);border-radius:8px;background:#f59e0b14;color:#fed7aa;padding:10px;font-size:13px;line-height:1.5}.plan-handoff-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid rgba(34,197,94,.22);border-radius:8px;background:#22c55e14;padding:12px}.plan-handoff-copy{display:flex;align-items:flex-start;min-width:0;gap:9px}.plan-handoff-copy svg{flex:0 0 auto;color:#86efac}.plan-handoff-copy div{display:grid;min-width:0;gap:3px}.plan-handoff-copy strong{color:var(--ink-strong);font-size:13px;line-height:1.3}.plan-handoff-copy span,.plan-handoff-copy small{color:var(--muted-strong);font-size:12px;line-height:1.45}.plan-handoff-copy small{color:#bbf7d0;font-weight:750}.plan-handoff-card button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;border:1px solid rgba(134,239,172,.32);border-radius:6px;background:#16a34a2e;color:#bbf7d0;padding:0 11px;font-size:12px;font-weight:900}.profile-question-card,.training-plan-draft-card{display:grid;gap:12px;border:1px solid rgba(34,211,238,.22);border-radius:8px;background:#0891b214;padding:12px}.profile-question-heading,.training-plan-draft-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-question-heading{justify-content:flex-start}.profile-question-heading svg{flex:0 0 auto;color:var(--cyan)}.profile-question-heading div,.training-plan-draft-header div{display:grid;min-width:0;gap:3px}.profile-question-heading strong,.training-plan-draft-header strong{color:var(--ink-strong);line-height:1.3}.profile-question-heading span,.training-plan-draft-header span,.training-plan-draft-header small{color:var(--muted-strong);font-size:12px;line-height:1.45}.training-plan-draft-header>button{min-height:36px;flex:0 0 auto;padding:0 12px;font-size:13px}.profile-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-question-field{display:grid;min-width:0;gap:5px}.profile-question-field span{color:var(--muted-strong);font-size:12px;font-weight:850}.profile-question-field em{margin-left:3px;color:var(--accent-strong);font-style:normal}.profile-question-field input,.profile-question-field textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:7px;outline:0;background:#05091494;color:var(--ink);padding:9px 10px}.profile-question-field textarea{min-height:72px;resize:vertical}.profile-question-field small{color:var(--muted);font-size:11px}.profile-question-submit{justify-self:start;min-height:38px;padding:0 13px;font-size:13px}.training-plan-muscles{display:flex;flex-wrap:wrap;gap:5px}.training-plan-muscles span{border:1px solid rgba(226,232,240,.13);border-radius:4px;background:transparent;color:var(--muted-strong);padding:3px 6px;font-size:11px;font-weight:850}.training-intensity-guide{display:grid;gap:5px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:#22d3ee12;padding:10px 12px}.training-intensity-guide strong{color:var(--ink-strong);font-size:13px;font-weight:950}.training-intensity-guide p,.training-intensity-guide small{margin:0;color:var(--muted-strong);font-size:12px;line-height:1.45}.training-intensity-guide small{color:var(--muted)}.training-plan-week-list,.training-plan-session-list{display:grid;gap:9px}.training-plan-week{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;overflow:hidden}.training-plan-week summary{display:grid;grid-template-columns:minmax(70px,.24fr) minmax(0,1fr);align-items:center;gap:12px;cursor:pointer;padding:11px 0}.training-plan-week summary:hover{background:#ffffff06}.training-plan-week summary strong{color:var(--ink-strong);font-size:13px}.training-plan-week summary span{color:var(--muted-strong);font-size:12px;line-height:1.35}.training-plan-session-list{container-type:inline-size;border-top:1px solid rgba(226,232,240,.1);padding:0}.training-session-card{display:grid;grid-template-columns:minmax(70px,.24fr) minmax(0,1fr);column-gap:12px;row-gap:8px;border:0;border-top:1px solid rgba(226,232,240,.08);border-radius:0;background:transparent;padding:12px 0}.training-session-card:first-child{border-top:0}.training-session-header{display:grid;align-content:start;gap:2px}.training-session-header span,.training-session-header small{color:var(--muted);font-size:11px;font-weight:850}.training-session-header strong{color:var(--ink-strong)}.training-session-card p,.training-plan-notes p{margin:0;color:var(--muted-strong);font-size:12px;line-height:1.55}.training-session-card>p,.training-session-card>.training-session-exercises{grid-column:2}.training-session-exercises{display:grid;container-type:inline-size;gap:0;border-top:1px solid rgba(226,232,240,.08)}.training-exercise-chip{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-width:0;border-bottom:1px solid rgba(226,232,240,.07);padding:7px 0}.training-exercise-chip.is-highlighted{background:#ff6b2c09}.training-exercise-chip:last-child{border-bottom:0}.training-exercise-chip .exercise-pose-figure,.training-exercise-chip .exercise-pose-placeholder{grid-column:1;width:58px;height:38px}.training-exercise-chip.without-pose{grid-template-columns:minmax(0,1fr) auto}.training-exercise-chip>span{display:grid;grid-column:2;min-width:0;gap:2px}.training-exercise-chip.without-pose>span{grid-column:1}.training-exercise-chip strong{overflow:hidden;color:var(--ink-strong);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.training-exercise-chip small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.training-exercise-reference{color:var(--muted);font-size:11px;font-weight:750}.training-exercise-prescription{display:flex;flex-wrap:wrap;gap:4px;margin-top:3px}.training-exercise-prescription span{border:1px solid rgba(34,211,238,.14);border-radius:4px;background:#22d3ee0f;color:#8bd6e8;padding:2px 5px;font-size:11px;font-weight:850;line-height:1.35}.training-exercise-actions{display:flex;grid-column:3;min-width:0;max-width:100%;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.training-exercise-chip.without-pose .training-exercise-actions{grid-column:2}.training-exercise-chip button{max-width:100%;border-color:#e2e8f01f;border-radius:4px;background:transparent;color:var(--muted-strong)}.training-exercise-chip button:hover{border-color:#ff6b2c52;background:#ff6b2c0f;color:#fed7aa}.training-exercise-chip button:disabled{cursor:wait;opacity:.74}.training-exercise-actions .training-exercise-link{border-color:transparent;background:transparent;color:var(--muted);padding-right:0;padding-left:0}.training-exercise-error{flex:1 0 100%;color:#fed7aa;font-size:11px;text-align:right}@container (max-width: 430px){.training-session-card{grid-template-columns:1fr;gap:7px}.training-session-card>p,.training-session-card>.training-session-exercises{grid-column:1}}@container (max-width: 360px){.training-exercise-chip{grid-template-columns:52px minmax(0,1fr);align-items:start}.training-exercise-chip.without-pose{grid-template-columns:minmax(0,1fr)}.training-exercise-chip .exercise-pose-figure,.training-exercise-chip .exercise-pose-placeholder{grid-row:1 / span 2;width:52px;height:34px}.training-exercise-actions{grid-column:2;justify-content:flex-start}.training-exercise-chip.without-pose .training-exercise-actions{grid-column:1}.training-exercise-chip button{min-height:34px;padding:0 10px;font-size:12px}.training-exercise-error{text-align:left}}.training-plan-notes{display:grid;gap:5px;border-top:1px solid var(--line);padding-top:10px}.gym-mode-card{display:grid;gap:12px}.gym-mode-header{justify-content:start}.gym-mode-header svg{color:var(--accent-strong)}.gym-mode-header div{display:grid;gap:2px}.gym-mode-header strong{color:var(--ink-strong);font-size:18px}.gym-mode-header span,.gym-recommendation,.gym-safety{color:var(--muted-strong);font-size:12px;line-height:1.45}.gym-step-list{display:grid;gap:8px}.gym-step{display:grid;gap:3px;border:1px solid var(--line);border-left:4px solid #dc2626;border-radius:8px;background:#dc262614;padding:10px 11px}.gym-step.role-secondary{border-left-color:#f97316;background:#f9731614}.gym-step.role-stabilizer{border-left-color:#facc15;background:#facc151a}.gym-step.role-related{border-left-color:#fef08a;background:#fef08a14}.gym-step span{color:var(--muted);font-size:11px;font-weight:900}.gym-step strong{color:var(--ink-strong);font-size:16px;line-height:1.35}.gym-recommendation,.gym-safety{margin:0;border-top:1px solid var(--line);padding-top:10px}.gym-safety{color:#fed7aa}.family-browser{display:flex;min-height:0;flex:1;flex-direction:column;gap:12px;overflow:hidden;background:var(--panel-bg);padding:18px}.family-browser-header h2{font-size:20px}.family-browser-header svg{color:var(--accent-strong)}.action-search{display:flex;align-items:center;gap:8px;min-height:42px;border:1px solid var(--line);border-radius:8px;background:#0f1724;color:var(--muted);padding:0 12px}.family-action-empty small{color:var(--muted);font-size:12px;line-height:1.45}.family-nav{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:3px;scrollbar-color:rgba(148,163,184,.72) transparent;scrollbar-width:thin}.family-nav button{display:grid;flex:0 0 154px;align-items:start;min-height:58px;border:1px solid var(--line);border-radius:8px;background:#ffffff09;color:var(--ink);padding:9px 10px;text-align:left}.family-nav button.is-active{border-color:#ff6b2c61;background:#ff6b2c1a}.family-nav button span,.family-nav button strong,.family-nav button small{min-width:0}.family-nav button span{display:grid;gap:4px}.family-nav button strong{overflow:hidden;color:var(--ink-strong);font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.family-nav button small{overflow:hidden;color:var(--muted);font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.family-action-panel{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden}.family-action-panel-header{flex:0 0 auto;border-bottom:1px solid var(--line);padding:0 0 10px}.family-action-panel-header div{display:flex;align-items:center;gap:7px;min-width:0}.family-action-panel-header svg{color:var(--cyan)}.family-action-panel-header h3{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.family-action-panel-header span{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:800}.family-action-list{display:grid;gap:10px;min-height:0;align-content:start;overflow:auto;padding:12px 2px 0 0;scrollbar-color:rgba(148,163,184,.72) transparent;scrollbar-width:thin}.family-action-card{display:grid;grid-template-columns:84px minmax(0,1fr) max-content;align-items:center;gap:12px;min-width:0;min-height:80px;border:1px solid var(--line);border-radius:8px;background:#ffffff0a;color:inherit;cursor:pointer;padding:11px 12px;text-align:left}.family-action-card:hover:not(:disabled){border-color:#ff6b2c47;background:#ff6b2c12}.family-action-card:disabled{cursor:wait;opacity:.72}.family-action-copy{display:grid;min-width:0;gap:3px}.family-action-copy span{color:var(--accent-strong);font-size:11px;font-weight:900;line-height:1.25;text-transform:uppercase}.family-action-copy strong{overflow:hidden;color:var(--ink-strong);font-size:15px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.family-action-copy small{overflow:hidden;color:var(--muted);font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.family-action-trigger{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;border-radius:6px;padding:0 11px;font-size:12px;font-weight:900;white-space:nowrap}.family-action-trigger svg{flex:0 0 auto}.family-action-card .exercise-pose-figure.pose-compact,.family-action-card .exercise-pose-placeholder{width:84px;height:58px}.family-action-empty{display:grid;gap:10px;border:1px dashed var(--line-strong);border-radius:8px;color:var(--muted);padding:16px;text-align:center}.family-action-empty>p{margin:0}.family-action-empty>button{display:inline-flex;align-items:center;justify-content:center;justify-self:center;gap:6px;min-height:34px;border:1px solid var(--line);border-radius:6px;background:#ffffff0e;color:var(--ink);padding:0 12px;font-size:12px;font-weight:900}.family-action-empty>button:hover:not(:disabled){border-color:#ff6b2c52;background:#ff6b2c14}.viewer-shell{background:#080b0f}.viewer-toolbar{min-height:74px;background:#080c13db}.viewer-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.view-angle-label{display:grid;gap:2px;min-width:0;border:1px solid var(--line);border-radius:8px;background:#0000003d;padding:7px 10px}.view-angle-label span{color:var(--muted);font-size:10px;font-weight:800}.view-angle-label strong{color:var(--accent-strong);font-size:11px;line-height:1.2;white-space:nowrap}.viewer-angle-switch{display:flex;gap:4px;border:1px solid var(--line);border-radius:8px;background:#00000052;padding:4px}.viewer-angle-switch button{min-height:28px;border:0;border-radius:5px;background:transparent;color:var(--muted);padding:0 9px;font-size:12px;font-weight:900}.viewer-angle-switch button.is-active{background:#ff6b2c29;color:var(--accent-strong);box-shadow:inset 0 0 0 1px #ff6b2c3d}.viewer-content{display:flex;min-height:0;flex:1;flex-direction:column;background:#080b0f}.canvas-frame{position:relative;flex:1;min-height:0;overflow:hidden;background:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(circle at 50% 45%,rgba(34,211,238,.08),transparent 46%),#080b0f;background-size:30px 30px,30px 30px,auto,auto}.canvas-frame:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.canvas-frame canvas{display:block;width:100%!important;height:100%!important}.viewer-pan-controls{position:absolute;top:50%;right:16px;z-index:5;display:grid;grid-template-columns:repeat(3,36px);grid-template-rows:repeat(3,36px);gap:6px;border:1px solid var(--line);border-radius:8px;background:#070b12b8;padding:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateY(-50%)}.viewer-pan-controls button,.impact-dock-header button,.impact-muscle-visibility,.selection-actions button,.hidden-dock-header button,.hidden-muscle-list button{display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:6px;background:#ffffff14;color:var(--ink)}.viewer-pan-controls button{width:36px;height:36px}.viewer-pan-controls button:hover,.impact-dock-header button:hover,.impact-muscle-visibility:hover,.selection-actions button:hover,.hidden-dock-header button:hover,.hidden-muscle-list button:hover{border-color:#ffffff6b;background:#ffffff24}.viewer-pan-controls .pan-up{grid-column:2;grid-row:1}.viewer-pan-controls .pan-left{grid-column:1;grid-row:2}.viewer-pan-controls .pan-reset{grid-column:2;grid-row:2}.viewer-pan-controls .pan-right{grid-column:3;grid-row:2}.viewer-pan-controls .pan-down{grid-column:2;grid-row:3}.model-progress-overlay{position:absolute;inset:0;z-index:4;display:grid;place-items:center;padding:18px;pointer-events:none}.model-loading-panel{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:14px;width:min(360px,100%);border:1px solid var(--line-strong);border-radius:8px;background:#070b12e6;color:var(--ink);padding:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.model-loading-panel p{margin:0;color:var(--ink-strong);font-size:13px;font-weight:900}.model-progress-copy{display:grid;gap:3px}.model-progress-copy span{color:var(--muted-strong);font-size:12px;line-height:1.35}.model-progress-meter{position:relative;display:grid;width:96px;min-height:132px;align-content:center;gap:10px;overflow:hidden;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:linear-gradient(145deg,#22d3ee1f,#ff6b2c14),#070b12c7;padding:14px 12px;text-align:center}.model-progress-meter strong{color:var(--ink-strong);font-size:24px;font-weight:950}.model-progress-meter>span{color:var(--muted-strong);font-size:10px;font-weight:900;letter-spacing:.08em}.model-progress-track{overflow:hidden;height:8px;border-radius:999px;background:#e2e8f01a}.model-progress-track div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#22d3ee,#ff7a3d);transition:width .18s ease}.model-progress-segments{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.model-progress-segments span{height:22px;border:1px solid rgba(226,232,240,.1);border-radius:4px;background:#e2e8f00f}.model-progress-segments .is-filled{border-color:#22d3ee66;background:#22d3ee47}.muscle-impact-dock{display:flex;width:100%;max-height:218px;flex:0 0 auto;flex-direction:column;overflow:hidden;border-top:1px solid var(--line);background:#0b1220;color:var(--ink);padding:10px 12px 12px}.muscle-impact-dock.is-collapsed{max-height:58px}.impact-dock-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.impact-dock-header p,.impact-dock-header strong,.viewer-selection-card p,.viewer-selection-card strong,.viewer-selection-card span,.hidden-dock-header p,.hidden-dock-header strong{display:block}.impact-dock-header p,.viewer-selection-card p,.hidden-dock-header p{margin:0 0 2px;color:var(--muted);font-size:12px}.impact-dock-header strong,.hidden-dock-header strong{color:var(--ink-strong);font-size:14px}.impact-dock-header button{width:34px;height:34px;flex:0 0 auto}.impact-muscle-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;min-height:0;margin-top:10px;overflow:auto;border-top:1px solid var(--line);padding:10px 3px 0 0}.impact-muscle-row{--impact-color: #ff6b2c;display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:6px;min-height:74px;border:1px solid rgba(255,255,255,.06);border-left:5px solid var(--impact-color);border-radius:8px;background:#ffffff0e;overflow:hidden}.impact-muscle-row.is-selected{box-shadow:inset 0 0 0 1px var(--impact-color),0 0 0 1px #22d3ee47}.impact-muscle-row.is-hidden{opacity:.58;filter:saturate(.55)}.impact-muscle-main{display:flex;min-width:0;min-height:100%;flex-direction:column;justify-content:center;gap:2px;border:0;background:transparent;color:inherit;padding:9px 0 9px 10px;text-align:left}.impact-muscle-main span,.impact-muscle-main strong,.impact-muscle-main small{min-width:0}.impact-muscle-main span{color:var(--muted-strong);font-size:12px;font-weight:900}.impact-muscle-main strong{color:var(--ink-strong);font-size:14px;line-height:1.25}.impact-muscle-main small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.impact-muscle-visibility{width:30px;height:30px;justify-self:end;margin-right:7px}.viewer-fallback{display:flex;min-height:100%;align-items:center;justify-content:center;padding:24px;background:#080b0f}.viewer-fallback-panel{width:min(540px,100%);border:1px solid var(--line-strong);border-radius:8px;background:#0a0f17eb;color:var(--ink);padding:18px}.viewer-fallback-panel h3{margin:0;color:var(--ink-strong);font-size:18px}.viewer-fallback-panel>p:not(.eyebrow){margin:8px 0 0;color:var(--muted-strong);line-height:1.55}.viewer-fallback-selected,.viewer-fallback-muscle{display:grid;gap:2px;border:1px solid var(--line);border-radius:8px;background:#ffffff0a;padding:10px}.viewer-fallback-selected{margin-top:14px;border-color:var(--selected-accent)}.viewer-fallback-selected span,.viewer-fallback-selected small,.viewer-fallback-muscle span,.viewer-fallback-muscle small{color:var(--muted);font-size:12px}.viewer-fallback-selected strong,.viewer-fallback-muscle strong{color:var(--ink-strong)}.viewer-fallback-muscles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:14px}.viewer-fallback-empty{border:1px dashed var(--line-strong);border-radius:8px;padding:12px}.viewer-selection-card{position:absolute;top:16px;right:16px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:236px;max-width:min(360px,calc(100% - 32px));border:1px solid var(--selected-accent-strong);border-radius:8px;background:#070b12d6;color:var(--ink);padding:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.viewer-selection-card strong{color:var(--ink-strong);font-size:16px}.viewer-selection-card span{margin-top:2px;color:var(--muted-strong);font-size:12px}.selection-actions{display:flex;align-items:center;gap:8px}.selection-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 10px}.selection-actions button:last-child{width:34px;padding:0}.hidden-muscle-dock{position:absolute;bottom:16px;left:16px;z-index:4;width:min(320px,calc(100% - 32px));max-height:min(280px,calc(100% - 48px));overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:#070b12d6;color:var(--ink);padding:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hidden-dock-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.hidden-dock-header button{min-height:32px;padding:0 10px;white-space:nowrap}.hidden-muscle-list{display:flex;flex-wrap:wrap;gap:8px;max-height:198px;overflow:auto;padding-right:2px}.hidden-muscle-list button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 9px}.auth-shell,.admin-shell{min-width:320px;height:100vh;min-height:100vh;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(180deg,#07090e,#09101a);background-size:34px 34px,34px 34px,auto;color:var(--ink)}.auth-shell{display:grid;overflow:auto;place-items:center;padding:20px}.auth-panel{display:grid;width:min(100%,440px);gap:18px;border:1px solid var(--line);border-radius:8px;background:#0a0f17f5;box-shadow:0 24px 80px #00000061;padding:24px}.auth-panel-checking{gap:22px}.auth-brand{display:flex;align-items:center;gap:12px;min-width:0}.auth-brand h1,.admin-create-panel h1,.admin-section-heading h2{margin:0;color:var(--ink-strong);line-height:1.2}.auth-brand h1{font-size:24px}.auth-checking-indicator{display:inline-flex;align-items:center;gap:9px;width:fit-content;min-height:38px;border:1px solid var(--line);border-radius:6px;background:#ffffff0b;color:var(--muted-strong);padding:0 12px;font-size:13px;font-weight:800}.auth-form{display:grid;gap:10px}.auth-form label,.admin-create-panel label{display:grid;gap:7px;color:var(--muted-strong);font-size:12px;font-weight:850}.auth-form label{display:flex;align-items:center;min-height:46px;border:1px solid var(--line);border-radius:8px;background:#0f1724;color:var(--muted);padding:0 12px}.auth-form input,.admin-create-panel input,.admin-create-panel select,.created-user-banner input,.passphrase-add-form input,.user-url-cell input{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;outline:0;background:#0f1724;color:var(--ink)}.auth-form input{border:0;background:transparent}.admin-create-panel input,.admin-create-panel select,.created-user-banner input,.passphrase-add-form input,.user-url-cell input{min-height:40px;padding:0 11px}.auth-form input::placeholder,.admin-create-panel input::placeholder{color:#93a4b8b8}.auth-error{border:1px solid rgba(245,158,11,.2);border-radius:6px;background:#f59e0b14;color:#fed7aa;padding:10px 12px;font-size:13px;font-weight:750}.admin-shell{display:flex;flex-direction:column;overflow:auto}.admin-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;border-bottom:1px solid var(--line);background:#080c13e6;padding:0 18px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-content{display:grid;width:min(1180px,100%);gap:16px;margin:0 auto;padding:22px 18px 40px}.admin-create-panel,.admin-users-panel,.created-user-banner{border:1px solid var(--line);border-radius:8px;background:#0a0f17f5}.admin-create-panel{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(180px,1fr) 120px minmax(180px,1fr) 132px;gap:14px;align-items:end;padding:16px}.admin-create-panel h1{font-size:20px}.created-user-banner{display:grid;grid-template-columns:minmax(140px,.8fr) minmax(0,1.6fr) auto;gap:12px;align-items:center;border-color:#22d3ee42;background:#22d3ee14;padding:13px 14px}.created-user-banner div{display:grid;gap:2px}.created-user-banner span{color:var(--cyan);font-size:11px;font-weight:900;text-transform:uppercase}.created-user-banner strong{color:var(--ink-strong)}.created-user-banner button,.user-url-cell button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;border:1px solid rgba(34,211,238,.32);border-radius:6px;background:var(--cyan-soft);color:var(--cyan);padding:0 10px;font-size:12px;font-weight:900}.admin-users-panel{overflow:hidden}.admin-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:16px}.admin-section-heading h2{font-size:18px}.admin-section-heading>span{color:var(--muted);font-size:12px;font-weight:850}.admin-user-table-wrap{overflow-x:auto}.admin-user-table{width:100%;min-width:1120px;border-collapse:collapse}.admin-user-table th,.admin-user-table td{border-bottom:1px solid var(--line);padding:12px 14px;text-align:left;vertical-align:middle}.admin-user-table th{background:#070b12c2;color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.admin-user-table td{color:var(--ink);font-size:13px}.admin-user-cell{display:grid;gap:3px}.admin-user-name-button{display:inline-flex;align-items:center;justify-self:start;gap:6px;border:0;background:transparent;color:var(--ink-strong);padding:0;font:inherit;font-weight:900;text-align:left}.admin-user-name-button svg{flex:0 0 auto;color:var(--muted);transition:transform .16s ease,color .16s ease}.admin-user-name-button:hover,.admin-user-name-button:focus-visible{color:var(--cyan)}.admin-user-name-button:hover svg,.admin-user-name-button:focus-visible svg{color:var(--cyan)}.admin-user-name-button.is-expanded svg{transform:rotate(180deg)}.admin-user-table strong{color:var(--ink-strong)}.admin-user-table small{color:var(--muted);font-size:11px;font-weight:750}.admin-user-table code{display:inline-block;max-width:190px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#ffffff0b;color:var(--cyan);padding:5px 7px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.passphrase-manager{display:grid;min-width:230px;gap:8px}.passphrase-list{display:flex;flex-wrap:wrap;gap:6px}.passphrase-chip{display:inline-flex;align-items:center;gap:5px;max-width:220px;min-height:28px;border:1px solid rgba(34,211,238,.25);border-radius:999px;background:#22d3ee14;color:var(--cyan);padding:3px 5px 3px 9px;font-weight:850}.passphrase-chip button,.passphrase-add-form button{display:inline-grid;flex:0 0 auto;border:0;border-radius:999px;place-items:center}.passphrase-chip button{width:20px;height:20px;background:#ffffff14;color:var(--muted-strong)}.passphrase-chip button:hover,.passphrase-chip button:focus-visible{background:#f59e0b29;color:#fed7aa}.passphrase-add-form{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px}.passphrase-add-form input{min-height:34px;padding:0 9px;font-size:12px}.passphrase-add-form button{width:34px;height:34px;background:var(--cyan-soft);color:var(--cyan)}.passphrase-chip button:disabled,.passphrase-add-form button:disabled{cursor:wait;opacity:.55}.user-url-cell{display:grid;grid-template-columns:minmax(210px,1fr) 38px;gap:8px;align-items:center}.user-url-cell button{width:38px;padding:0}.date-cell{display:inline-flex;align-items:center;gap:6px;color:var(--muted-strong);white-space:nowrap}.expiry-manager{display:grid;min-width:210px;gap:8px}.expiry-manager form{display:flex;align-items:center;gap:6px}.expiry-manager select,.expiry-manager button{min-height:32px;border:1px solid var(--line-strong);border-radius:6px;font:inherit}.expiry-manager select{background:#ffffff0b;color:var(--ink);padding:0 7px;font-size:12px}.expiry-manager button{display:inline-flex;align-items:center;gap:5px;background:var(--cyan-soft);color:var(--cyan);padding:0 9px;font-size:12px;font-weight:900;white-space:nowrap}.expiry-manager button:disabled{cursor:wait;opacity:.55}.login-history-row td{background:#ffffff06;padding:0}.login-history-panel{display:flex;align-items:center;gap:14px;padding:12px 14px 14px}.login-history-title{flex:0 0 auto;color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.login-history-panel ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.login-history-panel li{border:1px solid var(--line);border-radius:6px;background:#ffffff0b;color:var(--muted-strong);padding:5px 8px;font-size:12px;font-weight:800;white-space:nowrap}.login-history-panel p{margin:0;color:var(--muted);font-size:12px;font-weight:800}.status-pill{display:inline-flex;align-items:center;min-height:26px;border:1px solid rgba(52,211,153,.3);border-radius:999px;background:#34d39917;color:#86efac;padding:0 9px;font-size:11px;font-weight:900;white-space:nowrap}.status-pill.is-disabled,.status-pill.is-expired{border-color:#f59e0b47;background:#f59e0b1a;color:#fed7aa}.admin-empty-state{margin:0;color:var(--muted);padding:22px 16px;text-align:center}.gym-active-toast{position:fixed;right:16px;bottom:16px;z-index:60;display:none;align-items:center;justify-content:space-between;gap:16px;width:min(380px,calc(100vw - 32px));border:1px solid rgba(255,138,61,.48);border-radius:8px;background:#b94714;color:#fff;padding:12px;box-shadow:0 20px 40px #00000052}.is-gym-mode .gym-active-toast{display:flex}.gym-active-toast span{display:grid;gap:2px}.gym-active-toast strong{font-size:13px}.gym-active-toast small{color:#ffedd5;font-size:12px}.gym-active-toast button{flex:0 0 auto;border:0;border-radius:6px;background:#0000003d;color:#fff;padding:6px 10px;font-size:12px;font-weight:900}button:focus-visible,input:focus-visible,.canvas-frame:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}@media(max-width:1050px){.app-shell{grid-template-columns:minmax(360px,48%) minmax(0,1fr)}.admin-create-panel{grid-template-columns:1fr 1fr}.view-angle-label{display:none}}@media(max-width:760px){body{overflow:hidden}.app-shell{--mobile-drawer-peek-height: 154px;grid-template-areas:"header" "viewer";grid-template-columns:1fr;grid-template-rows:56px minmax(0,1fr)}.app-header{padding:0 12px}.app-status{gap:6px}.brand-lockup strong{font-size:15px}.current-user{padding:0 8px;font-size:12px}.current-user span{max-width:82px}.current-user small{display:none}.gym-mode-toggle{display:grid;width:36px;height:36px;min-height:36px;flex:0 0 36px;gap:0;place-items:center;padding:0;font-size:0}.gym-mode-toggle-label{display:none}.gym-mode-toggle svg{width:16px;height:16px}.logout-button{width:36px;height:36px;min-height:36px;flex:0 0 36px;padding:0}.logout-button span{display:none}.auth-shell{place-items:stretch;padding:14px}.auth-panel{align-self:center;padding:18px}.admin-header{min-height:56px;padding:0 12px}.admin-content{padding:14px 12px 28px}.admin-create-panel,.created-user-banner{grid-template-columns:1fr}.auth-form>.primary-button,.admin-create-panel>.primary-button{gap:7px;min-height:42px;padding:0 14px;font-size:13px}.admin-user-table{min-width:1120px}.qa-region{min-height:0;border:0}.viewer-region{height:calc(100vh - 56px)}.profile-region{grid-column:1;grid-row:2;height:calc(100vh - 56px)}.profile-page{gap:12px;padding:14px 12px 28px}.profile-page-header{align-items:flex-start;flex-direction:column;gap:10px;padding-bottom:12px}.profile-page-header h1{font-size:21px}.profile-layout,.profile-form-grid,.profile-question-grid{grid-template-columns:1fr}.profile-section{padding:13px}.profile-section-heading,.saved-plan-header,.training-plan-draft-header{align-items:stretch;flex-direction:column}.saved-plan-actions{justify-content:stretch}.saved-plan-actions .table-action-button{flex:1 1 0}.training-plan-draft-header>button,.profile-save-button,.profile-question-submit{justify-self:stretch;width:100%}.question-panel{position:fixed;right:0;bottom:0;left:0;z-index:40;height:calc(100vh - 56px);height:calc(100dvh - 56px);max-height:calc(100vh - 56px);max-height:calc(100dvh - 56px);border:1px solid var(--line-strong);border-bottom:0;border-radius:8px 8px 0 0;box-shadow:0 -18px 44px #0000005c;transition:transform .3s cubic-bezier(.16,1,.3,1)}.question-panel.is-drawer-collapsed{transform:translateY(calc(100% - var(--mobile-drawer-peek-height)))}.drawer-handle{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:28px;flex:0 0 auto;border:0;border-bottom:1px solid var(--line);background:#090d14f5;color:var(--muted);touch-action:pan-y}.drawer-handle span{display:block;width:44px;height:4px;border-radius:999px;background:#e2e8f03d}.panel-header{min-height:58px;padding:10px 14px}.panel-header h1{font-size:18px}.panel-tabs button{gap:4px;min-height:42px;padding:0 5px;font-size:12.5px}.panel-tab-copy{gap:4px}.panel-tab-copy small{display:inline;font-size:10.5px}.chat-scroll,.family-browser,.plan-workspace-scroll{padding:10px}.plan-workspace-scroll{gap:10px}.plan-hero{gap:8px;padding-bottom:10px}.plan-hero h2{font-size:21px}.plan-hero span,.plan-intake-heading span,.plan-result-header p{font-size:12px}.plan-hero,.plan-result-header,.plan-intake-heading,.nutrition-opportunity-card{align-items:stretch;flex-direction:column}.plan-intake-note{max-width:none;text-align:left}.goal-hint-heading{align-items:flex-start;flex-direction:column;gap:3px}.goal-hint-heading small{white-space:normal}.goal-picker{display:flex;flex-wrap:wrap;gap:8px;overflow:visible;padding-bottom:0}.goal-card{flex:1 1 calc(50% - 4px);min-height:36px;padding:8px}.goal-card strong{font-size:12px}.goal-card small{display:none}.plan-intake,.plan-result{gap:10px;padding:11px}.plan-result{gap:12px;padding:0}.plan-result-header{padding-bottom:10px}.plan-summary-grid{grid-template-columns:1fr}.plan-summary-block{border-right:0;border-bottom:1px solid rgba(226,232,240,.1);padding:10px 0}.plan-summary-block+.plan-summary-block{padding-left:0}.plan-summary-block:last-child{border-bottom:0}.plan-intake-heading h3{font-size:17px}.plan-field{gap:5px}.plan-detail-fields summary{grid-template-columns:1fr;gap:3px;padding:9px 10px}.plan-detail-fields summary small{white-space:normal}.plan-detail-grid{gap:9px;padding:0 10px 10px}.plan-field input,.plan-field textarea{padding:9px 10px}.plan-field textarea{min-height:58px}.plan-prompt-field textarea{min-height:96px;font-size:14px}.plan-field-row,.plan-result-actions{flex-direction:column}.plan-action-button,.plan-generate-button,.profile-empty-action,.nutrition-opportunity-card button{width:100%;gap:7px;min-height:42px;padding:0 12px;font-size:13px}.training-plan-week summary,.training-session-card{grid-template-columns:1fr;gap:7px}.training-session-card>p,.training-session-card>.training-session-exercises{grid-column:1}.training-exercise-chip{grid-template-columns:52px minmax(0,1fr)}.training-exercise-chip.without-pose{grid-template-columns:minmax(0,1fr)}.training-exercise-chip button{grid-column:2;justify-self:start;min-height:34px;padding:0 10px;font-size:12px}.training-exercise-actions{grid-column:2;justify-content:flex-start}.training-exercise-chip.without-pose .training-exercise-actions{grid-column:1}.training-exercise-error{text-align:left}.chat-composer,.workbench-composer{padding:9px 12px calc(12px + env(safe-area-inset-bottom))}.question-form,.workbench-form{grid-template-columns:minmax(0,1fr) 100px}.question-form label,.workbench-input{min-height:42px}.workbench-input{padding:7px 9px}.workbench-input small{display:none}.workbench-input textarea{min-height:22px;font-size:13px}.primary-button{min-width:46px;padding:0}.primary-button{font-size:0}.primary-button svg{width:18px;height:18px}.profile-save-button,.profile-question-submit,.training-plan-draft-header>.primary-button,.plan-generate-button,.plan-action-button,.profile-empty-action,.nutrition-opportunity-card button{gap:7px;min-height:42px;font-size:13px}.training-exercise-chip button{font-size:12px}.workbench-submit{min-width:100px;gap:5px;padding:0 9px;font-size:12.5px}.message-stack{max-width:90%}.viewer-toolbar{min-height:58px;padding:10px 12px}.viewer-toolbar h2{font-size:15px}.viewer-toolbar-actions{gap:6px}.viewer-angle-switch button{min-height:28px;padding:0 7px}.canvas-frame{min-height:0}.viewer-content.has-impact-dock{padding-bottom:var(--mobile-drawer-peek-height)}.viewer-pan-controls{top:auto;right:10px;bottom:180px;grid-template-columns:repeat(3,32px);grid-template-rows:repeat(3,32px);transform:none}.viewer-pan-controls button{width:32px;height:32px}.muscle-impact-dock{max-height:188px}.impact-muscle-list{grid-template-columns:1fr}.viewer-selection-card{top:70px;right:10px;left:10px;min-width:0;max-width:none}.hidden-muscle-dock{right:10px;bottom:180px;left:10px;width:auto;max-height:146px}.exercise-pose-card,.gym-pose-row{grid-template-columns:minmax(142px,.52fr) minmax(0,1fr)}.exercise-pose-figure.pose-large{width:100%;min-height:96px}.exercise-recommendation-card{grid-template-columns:68px minmax(0,1fr)}.exercise-recommendation-card em{grid-column:2;justify-self:start}.family-nav button{flex-basis:136px}.family-action-card{grid-template-columns:68px minmax(0,1fr) 32px}.family-action-trigger{grid-column:auto;justify-self:end}.exercise-pose-figure.pose-compact,.exercise-pose-placeholder{width:68px;height:45px}.training-exercise-chip .exercise-pose-figure,.training-exercise-chip .exercise-pose-placeholder{width:52px;height:34px}.family-browser{gap:8px;padding:8px 10px 0}.family-browser-header{display:none}.action-search{min-height:36px;border-radius:7px;padding:0 10px}.family-nav{gap:6px;padding-bottom:0;scrollbar-width:none}.family-nav::-webkit-scrollbar{display:none}.family-nav button{flex-basis:auto;min-width:94px;min-height:34px;border-radius:7px;padding:6px 9px}.family-nav button span{gap:0}.family-nav button strong{font-size:12px}.family-nav button small{display:none}.family-action-panel-header{min-height:24px;padding:0 0 5px}.family-action-panel-header div{gap:5px}.family-action-panel-header svg{width:14px;height:14px}.family-action-panel-header h3{font-size:13px}.family-action-panel-header span{font-size:11px}.family-action-list{gap:4px;padding:6px 0 calc(12px + env(safe-area-inset-bottom))}.family-action-card{grid-template-columns:68px minmax(0,1fr) 32px;gap:12px;min-height:74px;border:0;border-bottom:1px solid rgba(226,232,240,.1);border-radius:0;background:transparent;padding:10px 0}.family-action-card:hover:not(:disabled){border-color:#e2e8f01a;border-bottom-color:#ff6b2c42;background:#ff6b2c0f}.family-action-copy{gap:3px}.family-action-copy span,.family-action-copy strong,.family-action-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.family-action-copy span{font-size:11px;line-height:1.2}.family-action-copy strong{font-size:16px;line-height:1.22}.family-action-copy small{display:block;font-size:12px;line-height:1.25}.family-action-trigger{grid-column:auto;justify-self:end;width:32px;height:32px;min-height:32px;border:0;background:transparent;color:var(--muted);padding:0;font-size:0}.family-action-trigger span{display:none}.family-action-trigger svg{width:19px;height:19px}.family-action-card:hover:not(:disabled) .family-action-trigger{background:transparent;color:var(--accent-strong)}.family-action-card .exercise-pose-figure.pose-compact,.family-action-card .exercise-pose-placeholder{width:68px;height:52px;border-radius:6px}.exercise-pose-lightbox{padding:10px}.exercise-pose-lightbox-panel{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:12px}.exercise-pose-lightbox-header{align-items:flex-start;gap:10px}.exercise-pose-lightbox-header div{flex:1 1 auto;min-width:0}.exercise-pose-lightbox-header h2,.exercise-pose-lightbox-header p{overflow-wrap:anywhere;word-break:normal}.exercise-pose-lightbox-header button{width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;flex-basis:40px;padding:0}.exercise-pose-lightbox-strip{grid-template-columns:1fr}.gym-active-toast{right:12px;bottom:12px;z-index:70}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes typing-dot{0%{transform:translateY(0);opacity:.45}to{transform:translateY(-4px);opacity:1}}@keyframes pulse-avatar{50%{box-shadow:0 0 0 5px #ff6b2c1f}}.app-shell.is-assistant-view{--app-bg: #f5f6f4;--panel-bg: #ffffff;--panel-bg-elevated: #ffffff;--panel-bg-soft: #f4f5f3;--ink: #22272b;--ink-strong: #111417;--muted: #5f686c;--muted-strong: #4d565a;--line: rgba(25, 32, 36, .08);--line-strong: rgba(25, 32, 36, .14);--accent: #12b897;--accent-strong: #008f78;--accent-soft: rgba(18, 184, 151, .12);--cyan: #0ea5a0;--cyan-soft: rgba(14, 165, 160, .1);--chat-bubble-green: #b0f0a7;--selected-accent: #0ea5a0;--selected-accent-soft: rgba(14, 165, 160, .12);--selected-accent-strong: rgba(14, 165, 160, .7);grid-template-columns:minmax(420px,42%) minmax(0,1fr);grid-template-rows:62px minmax(0,1fr);background:var(--app-bg)}.app-shell.is-assistant-view,.app-shell.is-assistant-view *{letter-spacing:0}.is-assistant-view .app-header{min-height:62px;border-bottom:1px solid var(--line);background:#fffffff5;padding:0 24px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.is-assistant-view .brand-mark{width:32px;height:32px;border-radius:8px;background:#111417;color:#fff;box-shadow:none}.is-assistant-view .brand-lockup strong{color:var(--ink-strong);font-size:16px;font-weight:900}.is-assistant-view .current-user,.is-assistant-view .gym-mode-toggle,.is-assistant-view .logout-button{justify-content:center;min-height:36px;border:0;border-radius:999px;background:#f0f2f0;color:var(--ink);line-height:1;box-shadow:none}.is-assistant-view .current-user small{color:var(--muted)}.is-assistant-view button.current-user:hover,.is-assistant-view button.current-user:focus-visible,.is-assistant-view .gym-mode-toggle:hover,.is-assistant-view .logout-button:hover,.is-assistant-view .logout-button:focus-visible{background:#e8eeeb;color:var(--ink-strong)}.is-assistant-view .gym-mode-toggle[aria-pressed=true],.is-assistant-view.is-gym-mode .gym-mode-toggle{background:var(--accent);color:#fff;box-shadow:none}.is-assistant-view .qa-region{border-right:1px solid var(--line);background:#fff}.is-assistant-view .question-panel,.is-assistant-view .plan-workspace,.is-assistant-view .chat-panel,.is-assistant-view .family-browser{background:#fff}.is-assistant-view .panel-header{display:none}.is-assistant-view .validation-warning{margin:10px 22px 0;border-color:#d9770624;border-radius:8px;background:#fff8eb;color:#9a5b00}.is-assistant-view .panel-tabs{display:flex;gap:28px;border-bottom:0;background:#fff;padding:18px 22px 0}.is-assistant-view .panel-tabs button{display:inline-flex;align-items:center;justify-content:flex-start;min-height:46px;flex:0 0 auto;border-bottom:3px solid transparent;color:var(--muted);padding:0 0 10px;font-size:20px;font-weight:900;line-height:1}.is-assistant-view .panel-tabs button>svg{display:none}.is-assistant-view .panel-tabs button.is-active{border-bottom-color:var(--accent);background:transparent;color:var(--ink-strong)}.is-assistant-view .panel-tab-copy{gap:6px}.is-assistant-view .panel-tab-copy small{color:var(--muted);font-size:11px}.is-assistant-view .panel-tabs button.is-active .panel-tab-copy small{color:var(--accent-strong)}.is-assistant-view .workbench-composer{order:0;border-top:0;border-bottom:1px solid var(--line);background:#fff;padding:8px 22px 16px}.is-assistant-view .chat-panel>.workbench-composer{border-top:1px solid var(--line);border-bottom:0}.is-assistant-view .workbench-quick-actions{padding-bottom:2px}.is-assistant-view .workbench-quick-actions button,.is-assistant-view .follow-up-list button,.is-assistant-view .goal-card,.is-assistant-view .family-nav button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#f0f2f0;color:var(--muted-strong);line-height:1;box-shadow:none}.is-assistant-view .workbench-quick-actions button:hover:not(:disabled),.is-assistant-view .follow-up-list button:hover,.is-assistant-view .goal-card:hover,.is-assistant-view .goal-card.is-active,.is-assistant-view .family-nav button:hover,.is-assistant-view .family-nav button.is-active{background:var(--accent-soft);color:var(--accent-strong)}.is-assistant-view .workbench-form{grid-template-columns:minmax(0,1fr) 104px;gap:10px}.is-assistant-view .workbench-input{grid-template-columns:minmax(0,1fr);align-items:center;min-height:50px;border:0;border-radius:999px;background:#f1f2f1;padding:0 16px;line-height:1}.is-assistant-view .workbench-input:focus-within{border-color:transparent;box-shadow:0 0 0 3px #12b89721}.is-assistant-view .workbench-input>span{display:none;align-items:center;gap:0;min-height:24px;line-height:1}.is-assistant-view .workbench-input strong{color:var(--accent-strong);font-size:12px;font-weight:900}.is-assistant-view .workbench-input small{display:none}.is-assistant-view .workbench-input textarea{display:block;height:24px;min-height:24px;max-height:24px;color:var(--ink-strong);font-size:14px;line-height:24px;overflow-y:auto}.is-assistant-view .workbench-input textarea::placeholder,.is-assistant-view .question-form input::placeholder,.is-assistant-view .action-search input::placeholder{color:#9aa1a4}.is-assistant-view .question-form label,.is-assistant-view .action-search{align-items:center;line-height:1}.is-assistant-view .question-form input,.is-assistant-view .action-search input{height:24px;line-height:24px}.is-assistant-view .primary-button,.is-assistant-view .secondary-button,.is-assistant-view .table-action-button,.is-assistant-view .family-action-trigger,.is-assistant-view .plan-action-button,.is-assistant-view .workbench-submit{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--accent);color:#fff;line-height:1;box-shadow:none}.is-assistant-view .workbench-submit-icon{display:block;flex:0 0 auto}.is-assistant-view .workbench-submit-label{display:inline-flex;align-items:center;line-height:1}.is-assistant-view .secondary-button,.is-assistant-view .table-action-button,.is-assistant-view .plan-action-button{background:#f0f2f0;color:var(--ink)}.is-assistant-view .primary-button:hover:not(:disabled),.is-assistant-view .secondary-button:hover:not(:disabled),.is-assistant-view .table-action-button:hover:not(:disabled),.is-assistant-view .family-action-card:hover:not(:disabled) .family-action-trigger,.is-assistant-view .workbench-submit:hover:not(:disabled){background:var(--accent-strong);color:#fff}.is-assistant-view .workbench-tab-panels{background:#fff}.is-assistant-view .chat-scroll,.is-assistant-view .plan-workspace-scroll,.is-assistant-view .family-browser{scrollbar-color:rgba(95,104,108,.35) transparent}.is-assistant-view .chat-scroll{gap:18px;background:#fff;padding:18px 22px 26px}.is-assistant-view .ai-avatar{border:0;background:#eef7f4;color:var(--accent-strong)}.is-assistant-view .message-stack>span{color:#a1a8aa}.is-assistant-view .message-bubble,.is-assistant-view .typing-bubble{border:0;border-radius:8px;background:#f4f5f3;color:var(--ink)}.is-assistant-view .user-message .message-bubble{background:var(--chat-bubble-green);color:#102113}.is-assistant-view .user-message .message-bubble p{color:#102113}.is-assistant-view .answer-bubble{width:min(640px,100%)}.is-assistant-view .answer-card>p,.is-assistant-view .answer-card,.is-assistant-view .message-bubble p{color:var(--ink)}.is-assistant-view .alias-confirmation-card,.is-assistant-view .profile-question-card,.is-assistant-view .training-plan-draft-card,.is-assistant-view .exercise-pose-card,.is-assistant-view .gym-pose-row,.is-assistant-view .exercise-recommendation-card{border:1px solid var(--line);border-radius:8px;background:#fff}.is-assistant-view .exercise-recommendations,.is-assistant-view .follow-up-list{border-top-color:var(--line)}.is-assistant-view .exercise-pose-figure,.is-assistant-view .exercise-pose-lightbox-strip figure{border:0;border-radius:8px;background:#f1f3f2}.is-assistant-view .exercise-pose-placeholder{border-color:#19202424;background:linear-gradient(135deg,transparent 46%,rgba(25,32,36,.16) 47%,rgba(25,32,36,.16) 53%,transparent 54%),#f1f3f2}.is-assistant-view .exercise-pose-lightbox-panel{border:0;background:#fff;color:var(--ink);box-shadow:0 24px 80px #0f172a38}.is-assistant-view .exercise-pose-lightbox-header button{width:38px;min-width:38px;max-width:38px;height:38px;min-height:38px;flex:0 0 38px;border-radius:999px;background:#f0f2f0;color:var(--ink);padding:0}.is-assistant-view .plan-workspace-scroll{gap:18px;background:#fff;padding:18px 22px 30px}.is-assistant-view .plan-hero{border-bottom:0;padding-bottom:0}.is-assistant-view .plan-hero h2{color:var(--ink-strong);font-size:24px;font-weight:950}.is-assistant-view .plan-hero span,.is-assistant-view .plan-intake-heading span,.is-assistant-view .plan-result-header p{color:var(--muted-strong)}.is-assistant-view .plan-meta,.is-assistant-view .plan-intake-note{color:var(--muted)}.is-assistant-view .plan-intake{border:0;border-radius:8px;background:#f6f7f5;padding:14px}.is-assistant-view .plan-detail-fields{border:0;border-radius:8px;background:#fff}.is-assistant-view .plan-detail-fields summary:hover{background:#f6f7f5}.is-assistant-view .plan-detail-fields[open] summary{border-bottom-color:var(--line)}.is-assistant-view .plan-field input,.is-assistant-view .plan-field textarea,.is-assistant-view .profile-question-field input,.is-assistant-view .profile-question-field textarea{border:1px solid transparent;border-radius:8px;background:#f1f2f1;color:var(--ink-strong)}.is-assistant-view .plan-field input:focus,.is-assistant-view .plan-field textarea:focus,.is-assistant-view .profile-question-field input:focus,.is-assistant-view .profile-question-field textarea:focus{border-color:#12b89759;box-shadow:0 0 0 3px #12b8971f}.is-assistant-view .goal-hint-panel{gap:10px}.is-assistant-view .goal-hint-heading span{color:var(--ink-strong)}.is-assistant-view .goal-picker{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none}.is-assistant-view .goal-picker::-webkit-scrollbar{display:none}.is-assistant-view .goal-card{min-height:42px;flex:0 0 auto;padding:0 14px}.is-assistant-view .goal-card strong{color:inherit}.is-assistant-view .goal-card small{display:none}.is-assistant-view .plan-result{gap:16px;color:var(--ink)}.is-assistant-view .plan-result-header{border-bottom-color:var(--line)}.is-assistant-view .plan-result-actions{justify-content:flex-start;border-top:1px solid var(--line);padding-top:14px}.is-assistant-view .plan-result-kicker{color:var(--accent-strong)}.is-assistant-view .plan-summary-grid{border-color:var(--line)}.is-assistant-view .plan-summary-block{border-right-color:var(--line)}.is-assistant-view .today-first-step,.is-assistant-view .plan-emotional-summary,.is-assistant-view .nutrition-opportunity-card,.is-assistant-view .plan-safety-notes{border-left:0;border-radius:8px}.is-assistant-view .today-first-step,.is-assistant-view .plan-emotional-summary{background:#eff8f5}.is-assistant-view .nutrition-opportunity-card{background:#eef9f2}.is-assistant-view .plan-safety-notes,.is-assistant-view .plan-inline-warning,.is-assistant-view .plan-inline-error,.is-assistant-view .answer-inline-error,.is-assistant-view .nutrition-referral-note,.is-assistant-view .warning-bubble{border-color:#d9770629;background:#fff8eb;color:#9a5b00}.is-assistant-view .training-plan-muscles span{border:0;border-radius:999px;background:#f0f2f0;color:var(--muted-strong)}.is-assistant-view .training-plan-week{border-bottom-color:var(--line)}.is-assistant-view .training-plan-week summary:hover,.is-assistant-view .training-exercise-chip.is-highlighted{background:#f5fbf9}.is-assistant-view .training-plan-session-list,.is-assistant-view .training-session-card,.is-assistant-view .training-session-exercises,.is-assistant-view .training-exercise-chip{border-color:var(--line)}.is-assistant-view .training-exercise-chip button,.is-assistant-view .nutrition-opportunity-card button{border:0;border-radius:999px;background:#eef7f4;color:var(--accent-strong)}.is-assistant-view .training-exercise-chip button:hover:not(:disabled),.is-assistant-view .nutrition-opportunity-card button:hover{background:var(--accent);color:#fff}.is-assistant-view .family-browser{gap:14px;padding:18px 22px 22px}.is-assistant-view .family-browser-header{display:none}.is-assistant-view .family-nav{gap:8px;padding-bottom:0;scrollbar-width:none}.is-assistant-view .family-nav::-webkit-scrollbar{display:none}.is-assistant-view .family-nav button{min-height:38px;flex:0 0 auto;padding:0 14px;text-align:center}.is-assistant-view .family-nav button span{display:inline-flex;align-items:center;justify-content:center;min-height:20px;line-height:1}.is-assistant-view .family-nav button strong{line-height:1}.is-assistant-view .family-nav button small{display:none}.is-assistant-view .family-action-panel-header{border-bottom-color:var(--line)}.is-assistant-view .family-action-panel-header svg{color:var(--accent-strong)}.is-assistant-view .family-action-list{gap:0;padding-top:0}.is-assistant-view .family-action-card{grid-template-columns:84px minmax(0,1fr) 34px;min-height:86px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:#fff;padding:12px 0}.is-assistant-view .family-action-card:hover:not(:disabled),.is-assistant-view .exercise-recommendation-card:hover,.is-assistant-view .exercise-recommendation-card:focus-within{border-color:var(--line);background:#f6fbf9}.is-assistant-view .family-action-copy span{color:var(--accent-strong)}.is-assistant-view .family-action-trigger{width:34px;min-height:34px;padding:0;font-size:0}.is-assistant-view .family-action-trigger span{display:none}.is-assistant-view .family-action-empty{border-color:var(--line);border-radius:8px;background:#f6f7f5}.is-assistant-view .viewer-shell,.is-assistant-view .viewer-content,.is-assistant-view .viewer-fallback{background:#f5f6f4}.is-assistant-view .viewer-toolbar{min-height:62px;border-bottom:1px solid var(--line);background:#fffffff0;padding:12px 18px}.is-assistant-view .viewer-toolbar h2{color:var(--ink-strong)}.is-assistant-view .eyebrow{color:var(--muted);text-transform:none}.is-assistant-view .view-angle-label{border:0;border-radius:8px;background:#f0f2f0}.is-assistant-view .view-angle-label strong{color:var(--accent-strong)}.is-assistant-view .viewer-angle-switch{border:0;border-radius:999px;background:#f0f2f0}.is-assistant-view .viewer-angle-switch button{border-radius:999px;color:var(--muted-strong)}.is-assistant-view .viewer-angle-switch button.is-active{background:#fff;color:var(--accent-strong);box-shadow:none}.is-assistant-view .icon-button,.is-assistant-view .viewer-pan-controls button,.is-assistant-view .impact-dock-header button,.is-assistant-view .impact-muscle-visibility,.is-assistant-view .selection-actions button,.is-assistant-view .hidden-dock-header button,.is-assistant-view .hidden-muscle-list button{border:0;border-radius:999px;background:#f0f2f0;color:var(--ink)}.is-assistant-view .icon-button:hover,.is-assistant-view .viewer-pan-controls button:hover,.is-assistant-view .impact-dock-header button:hover,.is-assistant-view .impact-muscle-visibility:hover,.is-assistant-view .selection-actions button:hover,.is-assistant-view .hidden-dock-header button:hover,.is-assistant-view .hidden-muscle-list button:hover{background:var(--accent-soft);color:var(--accent-strong)}.is-assistant-view .canvas-frame{background:radial-gradient(circle at 50% 44%,#fffffff2,#f5f6f4b8 50%,#ecf0edfa),#f3f5f4}.is-assistant-view .canvas-frame:focus-visible{outline-color:var(--accent)}.is-assistant-view .viewer-pan-controls,.is-assistant-view .model-loading-panel,.is-assistant-view .viewer-selection-card,.is-assistant-view .hidden-muscle-dock{border:1px solid var(--line);background:#ffffffe0;color:var(--ink);box-shadow:0 18px 48px #0f172a1f}.is-assistant-view .model-progress-meter{border-color:#12b8972e;background:#f1f7f5}.is-assistant-view .model-progress-track{background:#19202414}.is-assistant-view .model-progress-track div{background:var(--accent)}.is-assistant-view .muscle-impact-dock{border-top:1px solid var(--line);background:#fff;color:var(--ink)}.is-assistant-view .impact-muscle-list{border-top-color:var(--line)}.is-assistant-view .impact-muscle-row{border:0;border-left:4px solid var(--impact-color);border-radius:8px;background:#f7f8f6}.is-assistant-view .impact-muscle-row.is-selected{box-shadow:inset 0 0 0 1px var(--impact-color)}.is-assistant-view .impact-muscle-row.is-hidden{filter:saturate(.6)}.is-assistant-view .viewer-fallback-panel,.is-assistant-view .viewer-fallback-selected,.is-assistant-view .viewer-fallback-muscle{border-color:var(--line);background:#fff;color:var(--ink)}@media(max-width:1050px){.app-shell.is-assistant-view{grid-template-columns:minmax(380px,48%) minmax(0,1fr)}}@media(max-width:760px){.app-shell.is-assistant-view{--mobile-drawer-peek-height: 158px;grid-template-areas:"header" "viewer";grid-template-columns:1fr;grid-template-rows:56px minmax(0,1fr)}.is-assistant-view .app-header{min-height:56px;padding:0 12px}.is-assistant-view .brand-mark{width:30px;height:30px}.is-assistant-view .current-user,.is-assistant-view .gym-mode-toggle{min-height:36px}.is-assistant-view .question-panel{height:calc(100vh - 56px);height:calc(100dvh - 56px);max-height:calc(100vh - 56px);max-height:calc(100dvh - 56px);border:1px solid var(--line);border-bottom:0;border-radius:16px 16px 0 0;background:#fff;box-shadow:0 -18px 42px #0f172a29}.is-assistant-view .question-panel.is-drawer-collapsed.is-tab-chat{--mobile-drawer-peek-height: 196px}.is-assistant-view .question-panel.is-drawer-collapsed.is-tab-chat .drawer-body,.is-assistant-view .question-panel.is-drawer-collapsed.is-tab-chat .workbench-tab-panels,.is-assistant-view .question-panel.is-drawer-collapsed.is-tab-chat .workbench-tab-panel,.is-assistant-view .question-panel.is-drawer-collapsed.is-tab-chat .chat-panel{width:100%;min-height:0;flex:0 0 auto}.is-assistant-view .question-panel.is-drawer-collapsed.is-tab-chat .chat-scroll{height:0;min-height:0;flex:0 0 0;overflow:hidden;padding-top:0;padding-bottom:0}.is-assistant-view .question-panel.is-drawer-collapsed{transform:translateY(calc(100% - var(--mobile-drawer-peek-height)))}.is-assistant-view .drawer-handle{min-height:28px;border-bottom:0;background:#fff;color:var(--muted)}.is-assistant-view .drawer-handle span{background:#1920242e}.is-assistant-view .panel-tabs{gap:20px;padding:4px 16px 0}.is-assistant-view .panel-tabs button{min-height:42px;padding-bottom:8px;font-size:18px}.is-assistant-view .panel-tab-copy small{display:none}.is-assistant-view .workbench-composer{padding:7px 14px 12px}.is-assistant-view .workbench-quick-actions{gap:7px}.is-assistant-view .workbench-quick-actions button{min-height:32px;padding:0 11px}.is-assistant-view .workbench-form{grid-template-columns:minmax(0,1fr) 48px;gap:8px}.is-assistant-view .workbench-input{grid-template-columns:minmax(0,1fr);min-height:46px;padding:0 14px}.is-assistant-view .workbench-input>span{display:none}.is-assistant-view .workbench-submit{width:48px;min-width:48px;height:48px;min-height:48px;align-self:center;gap:0;padding:0;font-size:0}.is-assistant-view .workbench-submit-label{display:none}.is-assistant-view .workbench-submit-icon{width:19px;height:19px}.is-assistant-view .chat-scroll,.is-assistant-view .plan-workspace-scroll,.is-assistant-view .family-browser{padding:12px 14px calc(18px + env(safe-area-inset-bottom))}.is-assistant-view .plan-hero h2{font-size:21px}.is-assistant-view .plan-intake,.is-assistant-view .plan-result{padding:12px}.is-assistant-view .goal-card{flex:0 0 auto;min-height:38px}.is-assistant-view .plan-result-actions{flex-direction:column;border-top:1px solid var(--line);padding-top:12px}.is-assistant-view .plan-action-button,.is-assistant-view .nutrition-opportunity-card button{width:100%;min-height:44px;font-size:13px}.is-assistant-view .training-session-exercises{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;border-top:0}.is-assistant-view .training-session-exercises>.training-exercise-chip:only-child{grid-column:1 / -1}.is-assistant-view .training-exercise-chip{appearance:none;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;align-items:stretch;gap:0;min-height:calc(clamp(116px,34vw,142px) + 128px);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0}.is-assistant-view .training-exercise-chip.without-pose{min-height:auto;padding-top:10px}.is-assistant-view .training-exercise-actions{grid-column:1;display:grid;gap:6px;padding:0 10px 10px}.is-assistant-view .training-exercise-chip>.exercise-pose-figure,.is-assistant-view .training-exercise-chip>.exercise-pose-placeholder,.is-assistant-view .training-exercise-chip>span,.is-assistant-view .training-exercise-chip>.training-exercise-actions{grid-column:1}.is-assistant-view .training-exercise-chip button{grid-column:1;justify-self:stretch;width:100%;min-height:36px}.is-assistant-view .training-exercise-chip .exercise-pose-figure,.is-assistant-view .training-exercise-chip .exercise-pose-placeholder{width:100%;height:clamp(116px,34vw,142px);aspect-ratio:4 / 3;border:0;border-radius:8px 8px 0 0;background:#f1f3f2}.is-assistant-view .training-session-exercises>.training-exercise-chip:only-child .exercise-pose-figure,.is-assistant-view .training-session-exercises>.training-exercise-chip:only-child .exercise-pose-placeholder{height:clamp(148px,44vw,210px)}.is-assistant-view .training-exercise-chip .exercise-pose-source-strip img{object-fit:contain;object-position:center}.is-assistant-view .family-action-card .exercise-pose-source-strip img{object-fit:cover;object-position:center}.is-assistant-view .training-exercise-chip>span{padding:10px}.is-assistant-view .training-exercise-chip strong,.is-assistant-view .training-exercise-chip small{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical}.is-assistant-view .training-exercise-chip strong,.is-assistant-view .training-exercise-chip small{-webkit-line-clamp:2}.is-assistant-view .family-nav{gap:7px}.is-assistant-view .family-nav button{min-height:36px}.is-assistant-view .family-action-card{appearance:none;position:relative;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(104px,auto);align-items:stretch;gap:0;min-height:calc(clamp(116px,34vw,142px) + 104px);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0}.is-assistant-view .family-action-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:12px}.is-assistant-view .family-action-card .exercise-pose-figure.pose-compact,.is-assistant-view .family-action-card .exercise-pose-placeholder{width:100%;height:clamp(116px,34vw,142px);aspect-ratio:4 / 3;border:0;border-radius:0}.is-assistant-view .family-action-copy{align-content:start;gap:4px;min-height:104px;overflow:visible;padding:11px 10px 14px}.is-assistant-view .family-action-copy strong{font-size:15px;line-height:1.38;padding-bottom:1px;white-space:normal}.is-assistant-view .family-action-copy small,.is-assistant-view .family-action-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.is-assistant-view .family-action-copy strong{-webkit-line-clamp:2}.is-assistant-view .family-action-copy small{line-height:1.35;white-space:normal;-webkit-line-clamp:1}.is-assistant-view .family-action-trigger{position:absolute;top:8px;right:8px;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;background:var(--accent);color:#fff}.is-assistant-view .family-action-trigger span{display:none}.is-assistant-view .viewer-toolbar{min-height:56px;padding:8px 12px}.is-assistant-view .viewer-toolbar h2{font-size:15px}.is-assistant-view .viewer-angle-switch button{min-height:30px}.is-assistant-view .viewer-pan-controls{bottom:176px;box-shadow:0 12px 34px #0f172a24}.is-assistant-view .muscle-impact-dock{max-height:188px}}.app-shell.is-profile-view{--app-bg: #f5f6f4;--panel-bg: #ffffff;--panel-bg-elevated: #ffffff;--panel-bg-soft: #f1f2f1;--ink: #22272b;--ink-strong: #111417;--muted: #5f686c;--muted-strong: #4d565a;--line: rgba(25, 32, 36, .08);--line-strong: rgba(25, 32, 36, .14);--accent: #007f6b;--accent-strong: #006f5f;--accent-soft: rgba(0, 127, 107, .12);--cyan: #0ea5a0;--cyan-soft: rgba(14, 165, 160, .1);grid-template-columns:minmax(0,1fr);grid-template-rows:62px minmax(0,1fr);background:var(--app-bg);background-size:auto}.app-shell.is-profile-view,.app-shell.is-profile-view *{letter-spacing:0}.is-profile-view .app-header{min-height:62px;border-bottom:1px solid var(--line);background:#fffffff5;padding:0 24px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.is-profile-view .brand-mark{width:32px;height:32px;border-radius:8px;background:#111417;color:#fff;box-shadow:none}.is-profile-view .brand-lockup strong{color:var(--ink-strong);font-size:16px;font-weight:900}.is-profile-view .current-user{justify-content:center;min-height:44px;border:0;border-radius:999px;background:var(--accent);color:#fff;line-height:1;box-shadow:none}.is-profile-view .current-user small{color:#fff}.is-profile-view button.current-user:hover,.is-profile-view button.current-user:focus-visible{background:var(--accent-strong);color:#fff}.is-profile-view .profile-region{grid-column:1;grid-row:2;background:var(--app-bg)}.is-profile-view .profile-page{gap:22px;width:min(1180px,100%);padding:26px 28px 40px}.is-profile-view .profile-page-header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:22px;border-bottom:0;padding-bottom:2px}.is-profile-view .profile-page-header>div{gap:6px}.is-profile-view .profile-page-header h1{color:var(--ink-strong);font-size:34px;font-weight:950;line-height:1.08}.is-profile-view .profile-page-header span{color:var(--muted);font-size:13px;font-weight:800}.is-profile-view .eyebrow{color:var(--accent-strong);font-size:12px;font-weight:900;text-transform:none}.is-profile-view .primary-button,.is-profile-view .secondary-button,.is-profile-view .table-action-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;line-height:1;box-shadow:none}.is-profile-view .primary-button{background:var(--accent);color:#fff}.is-profile-view .secondary-button,.is-profile-view .table-action-button{background:#f0f2f0;color:var(--ink)}.is-profile-view .primary-button:hover:not(:disabled),.is-profile-view .secondary-button:hover:not(:disabled),.is-profile-view .table-action-button:hover:not(:disabled){background:var(--accent-strong);color:#fff}.is-profile-view .profile-page-header .secondary-button{min-height:44px;padding:0 18px;font-size:14px}.is-profile-view .profile-loading{justify-self:start;min-height:44px;border:0;border-radius:999px;background:#f0f2f0;color:var(--muted-strong);padding:0 16px;line-height:1;box-shadow:none}.is-profile-view .profile-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:18px}.is-profile-view .profile-section{gap:18px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:20px;box-shadow:none}.is-profile-view .profile-section-heading,.is-profile-view .saved-plan-header{align-items:flex-start;gap:14px}.is-profile-view .profile-section-heading h2{color:var(--ink-strong);font-size:22px;font-weight:950}.is-profile-view .profile-section-heading span{color:var(--muted);font-size:13px;font-weight:850}.is-profile-view .profile-section-actions{align-items:center}.is-profile-view .profile-edit-toggle{min-height:38px;border:1px solid var(--line);background:#f1f2f1;color:var(--ink-strong)}.is-profile-view .training-profile-section.is-compact{gap:14px}.is-profile-view .training-profile-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.is-profile-view .training-profile-summary-item{border:0;background:#f4f5f3;padding:10px 12px}.is-profile-view .training-profile-summary-item span{color:var(--muted);font-size:12px}.is-profile-view .training-profile-summary-item strong{color:var(--ink-strong);font-size:14px}.is-profile-view .estimated-heart-rate-note,.is-profile-view .training-intensity-guide{border:0;background:#eaf7f4}.is-profile-view .estimated-heart-rate-note strong,.is-profile-view .training-intensity-guide strong{color:var(--accent-strong)}.is-profile-view .estimated-heart-rate-note span,.is-profile-view .training-intensity-guide p,.is-profile-view .training-intensity-guide small{color:var(--muted-strong)}.is-profile-view .profile-form-grid{gap:14px}.is-profile-view .profile-field{gap:8px}.is-profile-view .profile-field span{color:var(--muted-strong);font-size:13px;font-weight:900}.is-profile-view .profile-field input,.is-profile-view .profile-field textarea{width:100%;min-width:0;border:0;outline:0;background:#f1f2f1;color:var(--ink-strong);font-size:15px;box-shadow:none}.is-profile-view .profile-field input{height:48px;border-radius:999px;padding:0 48px 0 16px;line-height:48px}.is-profile-view .profile-field textarea{min-height:92px;border-radius:8px;padding:13px 16px;line-height:1.5;resize:vertical}.is-profile-view .profile-field input::placeholder,.is-profile-view .profile-field textarea::placeholder{color:#9aa1a4}.is-profile-view .profile-field input:focus,.is-profile-view .profile-field textarea:focus{box-shadow:0 0 0 3px #007f6b2e}.is-profile-view .profile-field input:focus-visible,.is-profile-view .profile-field textarea:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.is-profile-view .profile-field small{right:16px;bottom:16px;color:var(--muted);font-size:12px;font-weight:900}.is-profile-view .profile-save-button{justify-self:start;min-width:164px;min-height:48px;padding:0 20px;font-size:14px}.is-profile-view .saved-plan-list{gap:12px}.is-profile-view .saved-plan-card{gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px}.is-profile-view .saved-plan-header strong{color:var(--ink-strong);font-size:18px;font-weight:950;line-height:1.22}.is-profile-view .saved-plan-header span,.is-profile-view .saved-plan-header small{color:var(--muted);font-size:13px}.is-profile-view .saved-plan-actions{gap:8px}.is-profile-view .saved-plan-garmin-export{border-color:#007f6b24;background:#007f6b0f}.is-profile-view .saved-plan-garmin-guide{border-top-color:#007f6b1f}.is-profile-view .saved-plan-garmin-guide code{background:#007f6b14;color:var(--accent-strong)}.is-profile-view .saved-plan-garmin-export input{background:#fff;color-scheme:light}.is-profile-view .saved-plan-garmin-export .garmin-export-button{background:var(--accent);color:#fff}.is-profile-view .saved-plan-garmin-export .garmin-export-button:hover:not(:disabled){background:var(--accent-strong)}.is-profile-view .table-action-button{min-height:44px;padding:0 12px;font-size:13px}.is-profile-view .saved-plan-card>.saved-plan-actions{justify-content:flex-end;border-top:1px solid var(--line);padding-top:10px}.is-profile-view .saved-plan-card>.saved-plan-actions .table-action-button{min-height:34px;padding:0 10px;font-size:12px}.is-profile-view .saved-plan-meta{gap:8px}.is-profile-view .saved-plan-meta span{border:0;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);padding:6px 10px;font-size:12px}.is-profile-view .saved-plan-details{border-top:1px solid var(--line);padding-top:12px}.is-profile-view .saved-plan-details summary{display:inline-flex;align-items:center;min-height:36px;color:var(--accent-strong);font-size:14px}.is-profile-view .saved-plan-details[open] .profile-plan-week-list{max-height:min(62vh,760px);overflow-y:auto;padding-right:6px}.is-profile-view .profile-plan-week-list{gap:0;border-top:1px solid var(--line)}.is-profile-view .profile-plan-session-list{gap:0}.is-profile-view .profile-plan-week{gap:10px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;padding:14px 0}.is-profile-view .profile-plan-week:last-child{border-bottom:0}.is-profile-view .profile-plan-week-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.is-profile-view .profile-plan-session{gap:6px;border:0;border-top:1px dashed #dfe3df;border-radius:0;background:transparent;padding:11px 0 0}.is-profile-view .profile-plan-session:first-child{border-top:0;padding-top:0}.is-profile-view .profile-plan-session+.profile-plan-session{margin-top:6px}.is-profile-view .profile-plan-session>div:first-child{display:grid;grid-template-columns:minmax(62px,.24fr) minmax(0,1fr);column-gap:10px;row-gap:2px}.is-profile-view .profile-plan-session>div:first-child>span{grid-row:1 / span 2}.is-profile-view .profile-plan-session>div:first-child>small{grid-column:2}.is-profile-view .profile-plan-week-heading strong,.is-profile-view .profile-plan-session strong,.is-profile-view .profile-plan-exercise strong{color:var(--ink-strong)}.is-profile-view .profile-plan-week-heading span,.is-profile-view .profile-plan-session span,.is-profile-view .profile-plan-session small,.is-profile-view .profile-plan-session p,.is-profile-view .saved-plan-notes p{color:var(--muted);font-size:13px}.is-profile-view .profile-plan-exercise{max-width:100%;min-height:34px;border:0;border-radius:8px;background:#f1f2f1;padding:5px 8px 5px 5px}.is-profile-view .profile-plan-exercise.without-pose{flex:1 1 100%;align-items:flex-start;max-width:100%;min-height:0;border-radius:0;background:transparent;padding:2px 0}.is-profile-view .profile-plan-exercise .exercise-pose-figure{width:42px;height:30px;border:0;border-radius:6px}.is-profile-view .profile-plan-exercise>span{gap:2px}.is-profile-view .profile-plan-exercise strong{max-width:150px;font-size:12px}.is-profile-view .profile-plan-exercise.without-pose strong{max-width:100%;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.is-profile-view .profile-plan-exercise .training-exercise-prescription{gap:3px;margin-top:1px}.is-profile-view .training-exercise-prescription span{border:0;background:#eaf7f4;color:var(--accent-strong)}.is-profile-view .profile-plan-exercise.without-pose .training-exercise-prescription span{max-width:100%;overflow-wrap:anywhere}.is-profile-view .profile-empty-state{justify-items:start;gap:12px;border:1px dashed var(--line-strong);border-radius:8px;background:#f8f9f7;color:var(--muted);padding:20px}.is-profile-view .profile-empty-state svg{color:var(--accent-strong)}.is-profile-view .profile-empty-state p{max-width:34rem;color:var(--muted-strong);font-size:14px}.is-profile-view .profile-empty-action{min-height:44px;padding:0 16px;font-size:14px}.is-profile-view .profile-toast{bottom:18px;border:0;border-radius:999px;background:#111417;color:#fff;padding:11px 16px;line-height:1;box-shadow:0 16px 36px #1114172e}.is-profile-view .profile-toast.is-success{color:#b0f0a7}.is-profile-view .profile-toast.is-error{color:#fed7aa}@media(max-width:920px){.app-shell.is-profile-view{grid-template-columns:minmax(0,1fr);grid-template-rows:58px minmax(0,1fr)}.is-profile-view .app-header{min-height:58px;padding:0 14px}.is-profile-view .brand-lockup strong{font-size:15px}.is-profile-view .current-user{min-width:36px;min-height:44px;padding:0 10px}.is-profile-view .current-user span{max-width:92px}.is-profile-view .current-user small{display:none}.is-profile-view .profile-region{height:calc(100dvh - 58px)}.is-profile-view .profile-page{gap:16px;padding:16px 14px calc(24px + env(safe-area-inset-bottom))}.is-profile-view .profile-page-header{grid-template-columns:minmax(0,1fr);gap:12px}.is-profile-view .profile-page-header .secondary-button{justify-self:start;min-height:44px;padding:0 14px;font-size:13px}.is-profile-view .profile-page-header h1{font-size:27px}.is-profile-view .profile-page-header span{font-size:12px}.is-profile-view .profile-layout,.is-profile-view .profile-form-grid{grid-template-columns:minmax(0,1fr)}.is-profile-view .profile-section{gap:16px;padding:16px}.is-profile-view .profile-section-heading,.is-profile-view .saved-plan-header{align-items:stretch;flex-direction:column}.is-profile-view .profile-section-actions{justify-content:flex-start}.is-profile-view .profile-section-heading h2{font-size:21px}.is-profile-view .training-profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.is-profile-view .profile-field input{height:50px;line-height:50px}.is-profile-view .profile-save-button,.is-profile-view .profile-empty-action{justify-self:stretch;width:100%;min-height:50px;padding:0 16px;font-size:14px}.is-profile-view .saved-plan-card{padding:14px}.is-profile-view .saved-plan-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.is-profile-view .saved-plan-garmin-export{grid-template-columns:minmax(0,1fr)}.is-profile-view .saved-plan-garmin-export .garmin-export-button{width:100%;min-height:40px;white-space:normal}.is-profile-view .saved-plan-garmin-guide{grid-column:auto}.is-profile-view .saved-plan-actions .table-action-button{width:100%;min-height:36px;font-size:13px}.is-profile-view .profile-plan-session+.profile-plan-session{margin-top:10px}.is-profile-view .profile-plan-exercise-row{display:flex;flex-wrap:wrap;gap:7px}.is-profile-view .profile-plan-exercise{align-items:center;flex-direction:row;gap:7px;min-height:34px;overflow:visible;border-radius:8px;padding:5px 8px 5px 5px}.is-profile-view .profile-plan-exercise.without-pose{padding-left:10px}.is-profile-view .profile-plan-exercise .exercise-pose-figure{flex:0 0 42px;width:42px;height:30px;border:0;border-radius:6px}.is-profile-view .profile-plan-exercise .exercise-pose-source-strip img{object-fit:cover;object-position:center}.is-profile-view .profile-plan-exercise strong{max-width:150px;padding:0;white-space:nowrap}.is-profile-view .profile-plan-exercise>span{padding:0}}@media(max-width:520px){.is-profile-view .profile-page-header h1{font-size:24px}.is-profile-view .profile-section{padding:14px}.is-profile-view .profile-plan-exercise-row{display:flex;flex-wrap:wrap}}
