:root{font-family:Inter,Microsoft YaHei,PingFang SC,Arial,sans-serif;color:#172033;background:#f4f6f8;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #172033;--muted: #687386;--line: #dce1e7;--surface: #ffffff;--accent: #078c59;--accent-dark: #066d47;--amber: #b76908;--danger: #b42318}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f8}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;color:#fff;background:#111827;border-bottom:3px solid var(--accent)}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;color:#111827;background:#55d59d;border-radius:6px}.brand div{display:flex;align-items:baseline;gap:10px}.brand strong{font-size:17px}.brand span{font-size:12px;color:#bdc6d5}.server-state{display:flex;align-items:center;gap:7px;color:#cbd5e1;font-size:12px}.server-state>span{width:7px;height:7px;background:#3dcc87;border-radius:50%;box-shadow:0 0 0 3px #3dcc8724}.topbar-actions{display:flex;align-items:center;gap:20px}.top-nav{height:34px;display:flex;padding:3px;background:#243044;border-radius:5px}.top-nav button{display:inline-flex;align-items:center;gap:6px;padding:0 10px;color:#aeb8c7;background:transparent;border:0;border-radius:3px;font-size:10px}.top-nav button.active{color:#10251d;background:#70deb0;font-weight:700}.current-user{display:flex;align-items:center;gap:8px;padding-left:20px;border-left:1px solid #344054}.current-user>svg{color:#7ee2b8}.current-user>span{display:flex;flex-direction:column;gap:1px}.current-user strong{color:#f8fafc;font-size:11px}.current-user small{color:#98a2b3;font-size:9px}.logout-button{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;color:#cbd5e1;background:transparent;border:1px solid #475467;border-radius:4px;font-size:11px}.logout-button:hover{color:#fff;background:#293448}.session-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:18px;color:var(--accent-dark);background:#f4f6f8}.session-loading>svg:last-child{animation:rotate 1.3s linear infinite}.auth-page{min-height:100vh;display:flex;flex-direction:column;background:#f4f6f8}.auth-brand{height:72px;display:flex;align-items:center;gap:12px;padding:0 40px;color:#fff;background:#111827;border-bottom:3px solid var(--accent)}.auth-brand>div{display:flex;flex-direction:column;gap:2px}.auth-brand strong{font-size:18px}.auth-brand>div span{color:#bdc6d5;font-size:11px}.auth-main{flex:1;display:grid;place-items:center;padding:40px 20px 72px}.auth-panel{width:min(420px,100%);padding:28px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 12px 32px #11182712}.auth-heading{margin-bottom:22px}.auth-segmented{height:38px;display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;margin-bottom:22px;background:#eef1f4;border-radius:5px}.auth-segmented button{color:#667085;background:transparent;border:0;border-radius:3px;font-size:12px;font-weight:600}.auth-segmented button.active{color:#173c2d;background:#fff;box-shadow:0 1px 3px #1118271f}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form label{display:flex;flex-direction:column;gap:7px;color:#344054;font-size:12px;font-weight:600}.password-input{position:relative}.password-input input{padding-right:44px}.password-toggle{position:absolute;top:5px;right:5px;width:32px;height:32px;display:grid;place-items:center;padding:0;color:#667085;background:transparent;border:0;border-radius:4px}.password-toggle:hover{color:var(--accent-dark);background:#eef7f3}.auth-error,.auth-note{min-height:18px;margin:-2px 0 0;font-size:11px;line-height:1.55}.auth-error{color:var(--danger)}.auth-note{color:var(--muted)}.auth-submit{width:100%;margin-top:2px}.global-error{display:flex;justify-content:space-between;gap:16px;padding:10px 32px;color:#7a271a;background:#fef3f2;border-bottom:1px solid #fecdca;font-size:13px}.global-error button{color:inherit;background:transparent;border:0;text-decoration:underline}.main-layout{width:min(1440px,100%);margin:0 auto;padding:28px 32px 40px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;flex:1}.main-layout.report-mode{display:block;max-width:1440px}.primary-content,.history-sidebar,.workspace-section,.processing-view,.failed-view{min-width:0}.workspace-section,.processing-view,.failed-view{min-height:610px;background:var(--surface);border:1px solid var(--line);border-radius:7px}.workspace-section{padding:28px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading.compact{align-items:center;margin:0 0 16px}.eyebrow{margin:0 0 6px;color:var(--accent-dark);font-size:11px;font-weight:700;text-transform:uppercase}h1,h2,p{letter-spacing:0}h1{margin:0;font-size:24px;line-height:1.25}h2{margin:0;font-size:18px;line-height:1.3}.format-note{color:var(--muted);font-size:12px}.drop-zone{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:var(--muted);background:#f9fafb;border:1px dashed #aeb7c4;border-radius:6px;transition:border-color .15s,background .15s}.drop-zone:hover,.drop-zone.dragging{background:#f0faf6;border-color:var(--accent)}.drop-zone strong{color:var(--ink);font-size:15px}.drop-zone>span:last-child{font-size:12px}.drop-icon{width:52px;height:52px;display:grid;place-items:center;color:var(--accent-dark);background:#e3f5ed;border-radius:50%;margin-bottom:3px}.video-selection{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:16px}.video-target-column{min-width:0}.preview-wrap{position:relative;height:300px;overflow:hidden;background:#090d14;border-radius:6px}.preview-wrap video{width:100%;height:100%;display:block;object-fit:contain}.target-selection-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.target-selection-canvas.selecting{z-index:2;cursor:crosshair;pointer-events:auto;touch-action:none}.target-selector{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 11px;background:#f8fafb;border:1px solid var(--line);border-top:0;border-radius:0 0 6px 6px}.video-target-column .target-selector:not(:last-child){border-radius:0}.distance-selector{background:#f5f9fc}.target-selector>div:first-child{min-width:0;display:flex;align-items:center;gap:8px;color:#7a8495}.target-selector>div:first-child.selected{color:var(--accent-dark)}.target-selector span{min-width:0;display:flex;flex-direction:column;gap:2px}.target-selector strong{color:#344054;font-size:11px}.target-selector small{color:var(--muted);font-size:9px}.target-selector-actions{display:flex;align-items:center;gap:5px}.target-selector .secondary-button{min-height:34px;padding:0 11px;font-size:10px}.preview-label,.stage-status{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:6px;padding:6px 9px;color:#fff;background:#111827d6;border-radius:4px;font-size:11px}.file-row{height:76px;align-self:end;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:6px}.file-row>svg{color:var(--accent-dark)}.file-row div{min-width:0;display:flex;flex-direction:column;gap:4px}.file-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.file-row span{color:var(--muted);font-size:11px}.icon-button,.delete-button{width:32px;height:32px;display:grid;place-items:center;padding:0;color:var(--muted);background:transparent;border:0;border-radius:4px}.icon-button:hover,.delete-button:hover{color:var(--danger);background:#fef3f2}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.form-grid label{display:flex;flex-direction:column;gap:7px;color:#344054;font-size:12px;font-weight:600}.form-grid small{color:var(--muted);font-weight:400}input,select,textarea{width:100%;min-height:42px;padding:0 12px;color:var(--ink);background:#fff;border:1px solid #cdd3dc;border-radius:5px;outline:none}textarea{padding-top:10px;resize:vertical;line-height:1.55}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #078c591c}.upload-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.input-with-unit{position:relative}.input-with-unit input{padding-right:45px}.input-with-unit span{position:absolute;right:12px;top:13px;color:var(--muted);font-size:12px;font-weight:400}.form-actions{min-height:62px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-top:20px}.privacy-note,.form-error{margin:0 0 11px;font-size:12px}.privacy-note{color:var(--muted)}.form-error{color:var(--danger)}.primary-button,.secondary-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border-radius:5px;font-weight:700;font-size:13px}.primary-button{color:#fff;background:var(--accent-dark);border:1px solid var(--accent-dark)}.primary-button:hover{background:#055f3e}.secondary-button{color:#344054;background:#fff;border:1px solid #cdd3dc}.secondary-button:hover{background:#f8fafc}.history-sidebar{min-height:610px;background:var(--surface);border:1px solid var(--line);border-radius:7px;overflow:hidden}.sidebar-heading{height:77px;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}.sidebar-heading h2{font-size:16px}.sidebar-heading>span{min-width:25px;height:25px;display:grid;place-items:center;color:#475467;background:#eef1f4;border-radius:50%;font-size:11px;font-weight:700}.empty-history{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:28px;color:var(--muted);text-align:center;font-size:12px;line-height:1.65}.history-list{list-style:none;margin:0;padding:0}.history-list li{position:relative;display:flex;align-items:center;border-bottom:1px solid #edf0f3}.history-item{min-width:0;flex:1;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:13px 5px 13px 16px;text-align:left;background:transparent;border:0}.history-item:hover{background:#f8fafb}.history-icon{width:32px;height:32px;display:grid;place-items:center;color:#8a94a5;background:#eef1f4;border-radius:5px}.history-icon.completed{color:var(--accent-dark);background:#e6f6ef}.history-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.history-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:12px}.history-copy small{color:var(--muted);font-size:10px}.delete-button{margin-right:10px;flex:0 0 32px}.processing-view,.failed-view{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.processing-view>p:not(.eyebrow),.failed-view>p:not(.eyebrow){max-width:500px;margin:12px 0 25px;color:var(--muted);font-size:13px;line-height:1.7}.processing-animation{width:62px;height:62px;display:grid;place-items:center;color:var(--accent-dark);background:#e6f6ef;border-radius:50%;margin-bottom:20px}.processing-animation svg{animation:rotate 1.5s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.progress-track{width:min(480px,100%);height:8px;overflow:hidden;background:#e7eaee;border-radius:4px}.progress-track span{height:100%;display:block;background:var(--accent);border-radius:4px;transition:width .3s}.progress-value{margin-top:10px;color:var(--accent-dark);font-size:13px}.failed-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:20px;color:var(--danger);background:#fef3f2;border-radius:50%;font-size:28px;font-weight:700}.result-view{min-width:0}.result-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.report-header-actions{display:flex;align-items:center;gap:7px}.report-header-actions a{text-decoration:none}.result-header>div>p:last-child{margin:7px 0 0;color:var(--muted);font-size:12px}.result-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.video-report,.quality-panel{background:var(--surface);border:1px solid var(--line);border-radius:7px}.video-stage{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#090d14;border-radius:6px 6px 0 0}.video-stage video{width:100%;height:100%;object-fit:contain}.video-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#e5e7eb;background:#111827}.video-error>svg{color:#f5b942}.video-error strong{font-size:13px}.video-error .secondary-button{min-height:34px;color:#fff;background:#253044;border-color:#475467}.stage-status{color:#d7f8e8}.video-meta{min-height:49px;display:flex;align-items:center;gap:24px;padding:0 16px;color:var(--muted);font-size:11px}.quality-panel{padding:20px}.quality-heading{display:flex;align-items:center;gap:8px;color:#344054;font-size:13px}.quality-score{height:120px;display:flex;align-items:baseline;justify-content:center;padding-top:32px;color:var(--accent-dark);border-bottom:1px solid var(--line)}.quality-score.weak{color:var(--amber)}.quality-score strong{font-size:38px}.quality-score span{margin-left:5px;color:var(--muted);font-size:11px}.notice-list{list-style:none;margin:17px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.notice-list li{display:grid;grid-template-columns:16px minmax(0,1fr);gap:7px;color:#80500a;font-size:11px;line-height:1.55}.notice-list svg{margin-top:1px}.algorithm-tag{margin:14px 0 0;color:#697586;font-size:9px}.metrics-section{margin-top:24px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-card{min-height:142px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:6px}.metric-card.blocked{background:#fafafa;border-style:dashed}.metric-card.blocked .metric-value strong{color:#98a2b3}.metric-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;color:#475467;font-size:11px}.confidence{padding:3px 5px;background:#eef1f4;border-radius:3px;white-space:nowrap;font-size:9px}.confidence.level-高{color:#05603f;background:#e6f6ef}.confidence.level-低{color:#8a4b05;background:#fff4e5}.metric-value{display:flex;align-items:baseline;gap:5px;margin-top:16px}.metric-value strong{font-size:29px;font-variant-numeric:tabular-nums}.metric-value span{color:var(--muted);font-size:11px}.metric-card p{margin:9px 0 0;color:var(--muted);font-size:9px;line-height:1.45}.report-tabs{height:48px;display:flex;align-items:stretch;gap:4px;margin-bottom:18px;padding:4px;background:#e9edf1;border:1px solid #d6dce3;border-radius:6px}.report-tabs button{min-width:132px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 16px;color:#596579;background:transparent;border:0;border-radius:4px;font-size:12px;font-weight:700}.report-tabs button:hover{color:#223047;background:#ffffff8c}.report-tabs button.active{color:#143f31;background:#fff;box-shadow:0 1px 4px #1118271f}.video-workspace{overflow:hidden;background:#111827;border:1px solid #253247;border-radius:7px}.analysis-toolbar{min-height:52px;display:flex;align-items:center;gap:10px;padding:8px 10px;color:#cbd5e1;background:#182234;border-bottom:1px solid #344054}.tool-group{display:flex;align-items:center;gap:3px;padding-right:10px;border-right:1px solid #3b4658}.tool-group button,.clear-tools,.transport-bar button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;color:#b9c3d2;background:transparent;border:1px solid transparent;border-radius:4px;font-size:11px;white-space:nowrap}.tool-group button:hover,.clear-tools:hover,.transport-bar button:hover{color:#fff;background:#29364a}.tool-group button.active,.transport-bar button.active{color:#baf4da;background:#173f34;border-color:#2a755a}.tool-group.toggles{min-width:0}.trajectory-swatch{width:8px;height:8px;flex:0 0 8px;border-radius:50%}.trajectory-swatch.head{background:#f5d142}.trajectory-swatch.hip{background:#ef5da8}.calibration-input{width:184px;display:grid;grid-template-columns:auto 62px 12px;align-items:center;gap:6px;color:#cbd5e1;font-size:11px;white-space:nowrap}.calibration-input input{height:32px;padding:0 7px;color:#f8fafc;background:#111827;border-color:#465267}.correction-controls{min-width:0;display:flex;align-items:center;gap:4px;margin-left:auto}.correction-controls select{height:34px;min-width:104px;padding:0 28px 0 9px;color:#d7dee8;background:#111827;border:1px solid #465267;border-radius:4px;outline:none}.correction-controls select:focus{border-color:#55d59d}.correction-controls button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;color:#cbd5e1;background:transparent;border:1px solid #465267;border-radius:4px;font-size:10px;white-space:nowrap}.correction-controls button:hover:not(:disabled){color:#fff;background:#29364a}.correction-controls .save-corrections{color:#09261c;background:#55d59d;border-color:#55d59d;font-weight:700}.correction-controls .save-corrections:hover:not(:disabled){color:#071b14;background:#75e0b0}.correction-feedback{min-height:34px;padding:9px 13px;color:#d8e1ec;background:#253247;border-bottom:1px solid #3b4658;font-size:10px}.clear-tools{width:34px;margin-left:auto;padding:0;color:#e4a39d}.analysis-video-stage{position:relative;width:100%;aspect-ratio:16 / 9;min-height:360px;overflow:hidden;background:#05080e}.analysis-video-stage video,.analysis-video-stage canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.analysis-video-stage video{object-fit:contain}.analysis-video-stage canvas{pointer-events:none}.analysis-video-stage canvas.drawing{cursor:crosshair;pointer-events:auto}.workspace-media-error{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#f3c9c5;background:#111827f0;font-size:13px}.transport-bar{min-height:54px;display:grid;grid-template-columns:34px 40px 34px 72px minmax(160px,1fr) auto auto;align-items:center;gap:6px;padding:8px 11px;color:#c6cfdb;background:#111827;border-top:1px solid #253247}.transport-bar button{width:34px;padding:0;border-color:#344054}.transport-bar .play-button{width:40px;color:#0d2b21;background:#54d19a;border-color:#54d19a}.transport-bar .play-button:hover{color:#071b14;background:#75e0b0}.transport-bar strong,.transport-bar>span{font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.workspace-timeline{height:24px;padding:0;accent-color:#4dd19a;background:transparent;border:0;box-shadow:none}.workspace-timeline:focus{box-shadow:none}.speed-control{display:flex;align-items:center;gap:2px}.speed-control button{width:42px;font-size:10px}.phase-jump-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#182234;border-top:1px solid #344054}.phase-jump-bar button{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:46px;padding:7px 12px;color:#cbd5e1;background:transparent;border:0;border-right:1px solid #344054;font-size:10px}.phase-jump-bar button:last-child{border-right:0}.phase-jump-bar button:hover{color:#fff;background:#253247}.phase-jump-bar button strong{color:#7ee2b8;font-variant-numeric:tabular-nums}.biomechanics-panel{display:flex;flex-direction:column;gap:18px}.timing-band,.reference-section,.phase-section,.assessment-section,.training-plan-section,.data-section{padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:7px}.analysis-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:17px}.analysis-section-heading>span{color:var(--muted);font-size:10px}.timing-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:6px}.timing-grid>div{min-height:88px;display:grid;grid-template-columns:22px 1fr;grid-template-rows:24px 1fr;align-items:center;padding:14px 18px;border-right:1px solid var(--line)}.timing-grid>div:last-child{border-right:0}.timing-grid svg{color:var(--accent-dark)}.timing-grid span{color:var(--muted);font-size:11px}.timing-grid strong{grid-column:1 / -1;margin-top:2px;color:#162238;font-size:24px;font-variant-numeric:tabular-nums}.method-note{margin:11px 0 0;color:#747f91;font-size:10px;line-height:1.6}.reference-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:6px}.reference-table{width:100%;min-width:680px;border-collapse:collapse;color:#38465c;font-size:11px;font-variant-numeric:tabular-nums}.reference-table th,.reference-table td{height:42px;padding:0 14px;border-bottom:1px solid #e8ebef;text-align:right}.reference-table th{color:#596579;background:#f3f5f7}.reference-table th:first-child,.reference-table td:first-child{text-align:left}.reference-table tbody tr:last-child td{border-bottom:0}.range-status{display:inline-flex;min-width:48px;justify-content:center;padding:4px 6px;color:#596579;background:#eef1f4;border-radius:3px;font-size:9px}.range-status.status-in_range{color:#05603f;background:#e6f6ef}.range-status.status-low,.range-status.status-high{color:#8a4b05;background:#fff4e5}.phase-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:14px}.phase-gallery button{min-width:0;padding:0;overflow:hidden;color:#344054;background:#fff;border:1px solid var(--line);border-radius:5px;text-align:left}.phase-gallery button:hover{border-color:#7ab99f}.phase-frame{width:100%;aspect-ratio:16 / 9;display:block;overflow:hidden;background:#090d14}.phase-frame video{width:100%;height:100%;display:block;object-fit:contain;pointer-events:none}.phase-gallery button>span:last-child{display:flex;flex-direction:column;gap:2px;padding:9px 10px}.phase-gallery strong{color:var(--accent-dark);font-size:11px}.phase-gallery small{color:var(--muted);font-size:9px}.phase-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:6px}.phase-table{width:100%;min-width:920px;border-collapse:collapse;font-size:11px;font-variant-numeric:tabular-nums}.phase-table th{height:39px;padding:0 12px;color:#596579;background:#f3f5f7;border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}.phase-table th:first-child,.phase-table td:first-child{text-align:left}.phase-table td{height:46px;padding:0 12px;color:#38465c;border-bottom:1px solid #e8ebef;text-align:right;white-space:nowrap}.phase-table td>strong{display:block;font-size:11px}.phase-table td>small{display:block;margin-top:3px;color:#8791a1;font-size:8px}.phase-table tbody tr:last-child td{border-bottom:0}.phase-table tbody tr:hover{background:#f0faf6}.phase-table td button{padding:0;color:var(--accent-dark);background:transparent;border:0;font-weight:700}.phase-empty,.chart-empty{min-height:120px;display:grid;place-items:center;color:var(--muted);background:#f8fafb;border:1px dashed #c7ced7;border-radius:6px;font-size:12px}.assessment-layout{display:grid;grid-template-columns:minmax(290px,38%) minmax(0,1fr);gap:24px;align-items:center}.radar-chart{min-height:300px;display:grid;place-items:center;border-right:1px solid var(--line)}.radar-chart svg{width:min(290px,100%)}.radar-chart text{fill:#4c596d;font-size:10px;font-family:inherit}.insight-list{display:flex;flex-direction:column;gap:9px}.insight-list article{min-height:76px;display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;padding:12px 14px;border:1px solid #d9dee5;border-left:3px solid #078c59;border-radius:5px}.insight-list article.insight-warning{border-left-color:#b42318;background:snow}.insight-list article.insight-attention{border-left-color:#d99a19;background:#fffdf7}.insight-list article>svg{margin-top:1px;color:var(--accent-dark)}.insight-list article.insight-warning>svg{color:#b42318}.insight-list article.insight-attention>svg{color:#b76908}.insight-list article div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px}.insight-list article strong{color:#28354a;font-size:12px}.insight-list article span{color:#7a8495;font-size:10px;text-align:right}.insight-list article p{grid-column:1 / -1;margin:0;color:#596579;font-size:10px;line-height:1.55}.training-plan-list{display:flex;flex-direction:column;gap:8px}.training-plan-list details{overflow:hidden;border:1px solid var(--line);border-radius:5px}.training-plan-list summary{min-height:58px;display:grid;grid-template-columns:22px minmax(0,1fr) 42px;align-items:center;gap:10px;padding:10px 13px;cursor:pointer;list-style:none}.training-plan-list summary::-webkit-details-marker{display:none}.training-plan-list summary>svg{color:var(--accent-dark)}.training-plan-list summary>span{min-width:0;display:flex;flex-direction:column;gap:3px}.training-plan-list summary strong{color:#28354a;font-size:12px}.training-plan-list summary small{color:var(--muted);font-size:9px}.training-plan-list summary>b{width:38px;height:28px;display:grid;place-items:center;color:#05603f;background:#e6f6ef;border-radius:4px;font-size:11px}.training-plan-list summary>b.plan-priority{color:#9a2b21;background:#fef0ef}.training-plan-list summary>b.plan-improve{color:#8a4b05;background:#fff4e5}.plan-body{padding:13px;background:#f8fafb;border-top:1px solid var(--line)}.plan-body>p{margin:0 0 10px;color:#475467;font-size:10px}.exercise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.exercise-grid>div{display:grid;grid-template-columns:1fr auto;gap:4px 10px;padding:10px;background:#fff;border:1px solid #e1e5ea;border-radius:4px}.exercise-grid strong{color:#344054;font-size:10px}.exercise-grid span{color:var(--accent-dark);font-size:9px;font-weight:700}.exercise-grid small{grid-column:1 / -1;color:#737e8f;font-size:9px}.motion-chart-section{overflow:hidden}.chart-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.chart-tabs,.joint-selector{display:flex;align-items:center;gap:3px}.chart-tabs{flex:0 0 auto;padding:3px;background:#e9edf1;border-radius:5px}.chart-tabs button,.joint-selector button{height:32px;padding:0 13px;color:#596579;background:transparent;border:0;border-radius:3px;font-size:10px;white-space:nowrap}.chart-tabs button.active{color:#143f31;background:#fff;box-shadow:0 1px 3px #1118271f}.joint-selector{overflow-x:auto}.joint-selector button{border:1px solid #d7dde5}.joint-selector button.active{color:#fff;background:#344054;border-color:#344054}.chart-canvas{padding:12px;background:#f8fafb;border:1px solid var(--line);border-radius:6px}.chart-canvas svg{width:100%;min-width:600px;display:block}.chart-canvas{overflow-x:auto}.chart-canvas text{fill:#727d8e;font-size:10px;font-family:inherit}.chart-legend{min-width:600px;display:flex;justify-content:center;gap:20px;color:#626e80;font-size:10px}.chart-legend span{display:inline-flex;align-items:center;gap:6px}.chart-legend i{width:18px;height:3px;display:inline-block}.chart-legend i.left{background:#078c59}.chart-legend i.right{background:#d99a19}.professional-empty{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;color:#718096;background:#fff;border:1px solid var(--line);border-radius:7px;text-align:center}.professional-empty svg{margin-bottom:14px;color:var(--accent-dark)}.professional-empty p{margin:8px 0 0;font-size:12px}.start-analysis-panel{display:flex;flex-direction:column;gap:18px}.start-summary-section,.start-trajectory-section,.start-table-section{padding:20px;background:#fff;border:1px solid var(--line);border-radius:7px}.analysis-section-heading>span.calibrated,.analysis-section-heading>span.uncalibrated{display:inline-flex;align-items:center;gap:5px}.analysis-section-heading>span.calibrated{color:var(--accent-dark)}.analysis-section-heading>span.uncalibrated{color:var(--amber)}.start-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:6px}.start-summary-grid>div{min-height:92px;display:grid;grid-template-columns:24px 1fr;align-items:center;padding:14px 16px;border-right:1px solid var(--line)}.start-summary-grid>div:last-child{border-right:0}.start-summary-grid svg{color:var(--accent-dark)}.start-summary-grid span{color:var(--muted);font-size:10px}.start-summary-grid strong{grid-column:1 / -1;color:#162238;font-size:25px;font-variant-numeric:tabular-nums}.start-summary-grid small{margin-left:4px;color:var(--muted);font-size:9px}.start-chart{overflow-x:auto;padding:12px;background:#f8fafb;border:1px solid var(--line);border-radius:6px}.start-chart svg{width:100%;min-width:680px;display:block}.start-chart text{fill:#737e8f;font-size:9px;font-family:inherit}.chart-legend i.head-line{background:#d99a19}.chart-legend i.hip-line{background:#d64d91}.start-calibration-empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#7a8495;background:#f8fafb;border:1px dashed #b8c1cc;border-radius:6px;text-align:center}.start-calibration-empty svg{color:var(--amber)}.start-calibration-empty strong{color:#344054;font-size:12px}.start-calibration-empty span{font-size:10px}.step-table{min-width:820px}.step-confidence{display:inline-flex;min-width:28px;justify-content:center;padding:3px 5px;color:#8a4b05;background:#fff4e5;border-radius:3px;font-size:8px}.step-confidence.confidence-high{color:#05603f;background:#e6f6ef}.step-confidence.confidence-low{color:#9a2b21;background:#fef0ef}.zone-grid{display:grid;grid-template-columns:repeat(10,minmax(74px,1fr));overflow-x:auto;border:1px solid var(--line);border-radius:6px}.zone-grid>div{min-width:74px;display:flex;flex-direction:column;gap:5px;padding:12px 9px;border-right:1px solid var(--line)}.zone-grid>div:last-child{border-right:0}.zone-grid strong{color:var(--accent-dark);font-size:12px}.zone-grid span,.zone-grid small{color:var(--muted);font-size:8px;white-space:nowrap}.event-actions{display:flex;flex-wrap:wrap;gap:6px}.event-actions .secondary-button{min-height:32px;padding:0 10px;font-size:9px}.event-grid{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:6px}.event-row{min-height:58px;display:grid;grid-template-columns:140px minmax(150px,1fr) minmax(150px,1fr) 34px;align-items:center;gap:12px;padding:8px 12px;border-bottom:1px solid #e7eaee}.event-row:last-child{border-bottom:0}.event-row>strong{color:#344054;font-size:11px}.event-row label{display:grid;grid-template-columns:46px minmax(60px,1fr) 54px;align-items:center;gap:6px;color:var(--muted);font-size:9px}.event-row input{min-height:32px;height:32px;padding:0 7px}.event-row small{font-variant-numeric:tabular-nums}.event-feedback{margin:10px 0 0;color:var(--accent-dark);font-size:10px}.ground-truth-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}.ground-truth-fields label{display:flex;flex-direction:column;gap:5px;color:#667085;font-size:9px}.ground-truth-fields input{min-height:34px;height:34px}.review-section{margin-top:18px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:7px}.review-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.review-actions label,.consent-check{display:inline-flex;align-items:center;gap:7px;color:#475467;font-size:10px}.review-actions input,.consent-check input{width:16px;min-height:16px;height:16px}.coach-hub{width:min(1440px,100%);flex:1;margin:0 auto;padding:28px 32px 40px}.hub-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.hub-stats{display:flex;border:1px solid var(--line);border-radius:6px;background:#fff}.hub-stats span{min-width:92px;display:flex;align-items:baseline;justify-content:center;gap:5px;padding:10px 12px;color:var(--muted);border-right:1px solid var(--line);font-size:9px}.hub-stats span:last-child{border-right:0}.hub-stats strong{color:var(--ink);font-size:18px}.hub-tabs{height:48px;display:flex;align-items:center;gap:3px;padding:5px;margin-bottom:18px;background:#e8edf1;border:1px solid #d8dee5;border-radius:6px}.hub-tabs button{height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;color:#596579;background:transparent;border:0;border-radius:4px;font-size:11px}.hub-tabs button.active{color:#173c2d;background:#fff;box-shadow:0 1px 3px #1118271f;font-weight:700}.hub-layout{display:grid;grid-template-columns:380px minmax(0,1fr);gap:18px}.hub-panel{min-width:0;padding:20px;background:#fff;border:1px solid var(--line);border-radius:7px}.compact-form-panel{display:flex;flex-direction:column;gap:12px}.panel-title{min-height:32px;display:flex;align-items:center;gap:8px;margin-bottom:6px}.panel-title svg{color:var(--accent-dark)}.panel-title h2{font-size:14px}.panel-title .primary-button,.panel-title .secondary-button{min-height:32px;margin-left:auto;padding:0 11px;font-size:9px}.compact-form-panel>label,.hub-form-grid label{display:flex;flex-direction:column;gap:5px;color:#475467;font-size:10px}.compact-form-panel input,.compact-form-panel select,.hub-form-grid input,.hub-form-grid select{min-height:36px;height:36px}.hub-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reference-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.reference-editor-grid label{display:flex;flex-direction:column;gap:4px;color:#667085;font-size:9px}.reference-editor-grid input{min-height:34px;height:34px}.inline-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:12px}.inline-control .secondary-button{text-decoration:none}.hub-table{width:100%;border-collapse:collapse;color:#475467;font-size:10px}.hub-table th,.hub-table td{height:38px;padding:0 9px;border-bottom:1px solid #e7eaee;text-align:right}.hub-table th:first-child,.hub-table td:first-child{text-align:left}.hub-table th{color:#667085;background:#f5f7f8}.trend-table-wrap{max-height:370px;overflow:auto;border:1px solid var(--line);border-radius:5px}.panel-note{margin:0;color:var(--muted);font-size:9px;line-height:1.6}.simple-list{list-style:none;display:flex;flex-direction:column;gap:6px;padding:0;margin:6px 0 0}.simple-list li{display:flex;align-items:center;gap:8px;padding:9px;background:#f7f9fa;border:1px solid #e3e7eb;border-radius:4px}.simple-list span{display:flex;flex-direction:column;gap:2px}.simple-list .list-action{width:30px;height:30px;display:grid;place-items:center;margin-left:auto;color:var(--accent-dark);border:1px solid #d6dde3;border-radius:4px}.simple-list strong{font-size:10px}.simple-list small{color:var(--muted);font-size:8px}.compare-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.compare-picker button{min-width:0;min-height:52px;display:flex;align-items:center;gap:8px;padding:8px 10px;color:#475467;background:#fafbfc;border:1px solid var(--line);border-radius:5px;text-align:left}.compare-picker button.selected{color:#075d3e;background:#ecf9f3;border-color:#57b18e}.compare-picker span{min-width:0;display:flex;flex-direction:column;gap:3px}.compare-picker strong,.compare-picker small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-picker strong{font-size:10px}.compare-picker small{color:var(--muted);font-size:8px}.comparison-grid,.benchmark-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}.comparison-grid article,.benchmark-grid>div{display:flex;flex-direction:column;gap:7px;padding:13px;background:#f6f8f9;border:1px solid #e0e5e9;border-radius:5px}.comparison-grid strong{color:#193e31;font-size:12px}.comparison-grid span,.benchmark-grid span{color:#667085;font-size:9px}.benchmark-grid strong{color:#10233f;font-size:24px}.sync-comparison{margin-top:14px;overflow:hidden;background:#111827;border:1px solid #253247;border-radius:6px}.sync-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#344054}.sync-video-grid>div{min-width:0;background:#05080e}.sync-video-grid video{width:100%;aspect-ratio:16 / 9;display:block;object-fit:contain}.sync-video-grid span{display:block;padding:8px 10px;overflow:hidden;color:#cbd5e1;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.sync-controls{min-height:50px;display:grid;grid-template-columns:34px 34px minmax(120px,1fr) auto;align-items:center;gap:7px;padding:8px 10px}.sync-controls .icon-button{color:#d5dde8;border:1px solid #475467}.sync-controls input{min-height:24px;height:24px;padding:0;accent-color:#55d59d;background:transparent;border:0;box-shadow:none}.sync-controls .speed-control button{height:30px;color:#b8c2d0;background:transparent;border:1px solid #475467}.sync-controls .speed-control button.active{color:#0e2a20;background:#55d59d;border-color:#55d59d}.hub-error{padding:9px 12px;color:#9a2b21;background:#fff1f0;border:1px solid #fac7c3;border-radius:4px;font-size:10px}.audit-section{margin-top:18px;overflow-x:auto;border-top:1px solid var(--line)}.audit-section h3{margin:16px 0 9px;color:#344054;font-size:12px}.app-footer{padding:0 32px 18px;color:#8a94a5;text-align:center;font-size:10px}@media (max-width: 980px){.main-layout{grid-template-columns:1fr}.history-sidebar{min-height:0}.result-layout{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-toolbar{flex-wrap:wrap}.tool-group.toggles{border-right:0}.clear-tools{margin-left:0}.correction-controls{width:100%;margin-left:0}.assessment-layout{grid-template-columns:1fr}.radar-chart{min-height:260px;border-right:0;border-bottom:1px solid var(--line)}.phase-gallery,.start-summary-grid,.upload-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-layout{grid-template-columns:1fr}.compare-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.start-summary-grid>div:nth-child(2){border-right:0}.start-summary-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (max-width: 640px){.topbar{height:58px;flex-basis:58px;padding:0 16px}.brand div{display:block}.brand div span{display:none}.server-state{font-size:0}.topbar-actions{gap:9px}.top-nav button{width:32px;padding:0;justify-content:center;font-size:0}.current-user{padding-left:0;border-left:0}.current-user>span{display:none}.logout-button{width:32px;padding:0;justify-content:center}.logout-button span{display:none}.auth-brand{height:64px;padding:0 18px}.auth-main{padding:24px 14px 48px}.auth-panel{padding:22px 18px}.main-layout{padding:18px 14px 32px}.workspace-section{min-height:0;padding:18px}.section-heading{align-items:flex-start;flex-direction:column;gap:7px}h1{font-size:21px}.drop-zone{height:240px;padding:20px;text-align:center}.video-selection{grid-template-columns:1fr}.preview-wrap{height:auto;aspect-ratio:16 / 9}.target-selector{align-items:flex-start;flex-direction:column}.file-row{height:68px}.form-grid,.upload-profile-grid{grid-template-columns:1fr}.form-actions{align-items:stretch;flex-direction:column}.primary-button{width:100%}.result-header{align-items:flex-start;flex-direction:column}.report-header-actions{width:100%;overflow-x:auto}.metrics-grid{grid-template-columns:1fr}.video-meta{gap:12px;flex-wrap:wrap;padding:10px 14px}.report-tabs{overflow-x:auto}.report-tabs button{min-width:116px;padding:0 10px}.analysis-toolbar{align-items:flex-start}.tool-group{max-width:100%;overflow-x:auto;padding-right:0;border-right:0}.tool-group.toggles{order:2;width:100%}.calibration-input{order:3}.correction-controls{order:3;overflow-x:auto}.analysis-video-stage{min-height:220px;aspect-ratio:4 / 3}.transport-bar{grid-template-columns:34px 40px 34px 1fr auto}.transport-bar>strong{text-align:right}.workspace-timeline{grid-column:1 / -1;grid-row:2}.transport-bar>span{grid-column:1 / 4;grid-row:3}.speed-control{grid-column:4 / -1;grid-row:3;justify-content:flex-end}.phase-jump-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.phase-jump-bar button:nth-child(2){border-right:0}.phase-jump-bar button:nth-child(-n+2){border-bottom:1px solid #344054}.timing-band,.reference-section,.phase-section,.assessment-section,.training-plan-section,.data-section,.start-summary-section,.start-trajectory-section,.start-table-section{padding:16px}.analysis-section-heading{align-items:flex-start;flex-direction:column;gap:5px}.timing-grid{grid-template-columns:1fr}.timing-grid>div{min-height:76px;border-right:0;border-bottom:1px solid var(--line)}.timing-grid>div:last-child{border-bottom:0}.insight-list article div{grid-template-columns:1fr}.insight-list article span{text-align:left}.chart-controls{align-items:flex-start;flex-direction:column}.joint-selector{width:100%}.phase-gallery{grid-template-columns:1fr 1fr}.exercise-grid,.start-summary-grid{grid-template-columns:1fr}.start-summary-grid>div{min-height:76px;border-right:0;border-bottom:1px solid var(--line)}.start-summary-grid>div:last-child{border-bottom:0}.event-actions{width:100%}.event-row{grid-template-columns:1fr 34px}.event-row label{grid-column:1 / -1}.ground-truth-fields{grid-template-columns:1fr 1fr}.review-actions{align-items:stretch;flex-direction:column}.coach-hub{padding:18px 14px 32px}.hub-header{align-items:flex-start;flex-direction:column}.hub-stats{width:100%}.hub-stats span{min-width:0;flex:1}.hub-tabs{overflow-x:auto}.hub-tabs button{flex:0 0 auto}.hub-form-grid,.compare-picker,.comparison-grid,.benchmark-grid{grid-template-columns:1fr}.reference-editor-grid{grid-template-columns:1fr 1fr}.sync-video-grid{grid-template-columns:1fr}.sync-controls{grid-template-columns:34px 34px 1fr}.sync-controls .speed-control{grid-column:1 / -1}}
