.FrameList-module__2yuJ4a__container{flex-direction:column;gap:16px;height:100%;display:flex}.FrameList-module__2yuJ4a__card{background-color:var(--panel-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);flex-direction:column;padding:16px;display:flex;overflow:hidden}.FrameList-module__2yuJ4a__selectedCard{flex:1}.FrameList-module__2yuJ4a__rejectedCard{height:30%}.FrameList-module__2yuJ4a__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:8px;font-size:.75rem;font-weight:600}.FrameList-module__2yuJ4a__frameGrid{flex:1;grid-template-columns:repeat(2,1fr);gap:16px;min-height:0;padding-right:4px;display:grid;overflow-y:auto}.FrameList-module__2yuJ4a__frameItem{cursor:pointer;border-radius:10px;flex-direction:column;gap:6px;padding:4px;transition:background-color .2s,box-shadow .2s;display:flex}.FrameList-module__2yuJ4a__frameItemActive{box-shadow:0 0 0 2px var(--accent-color);background-color:#eff6ff}.FrameList-module__2yuJ4a__frameVisual{aspect-ratio:3/4;color:#6b7280;cursor:pointer;background-color:#f9fafb;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:100%;font-size:.8rem;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.FrameList-module__2yuJ4a__frameVisual:hover{border-color:#d1d5db}.FrameList-module__2yuJ4a__frameImage{object-fit:cover;width:100%;height:100%}@keyframes FrameList-module__2yuJ4a__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.FrameList-module__2yuJ4a__shimmerLoader{background:linear-gradient(90deg,#f0f0f0 0%,#e0e0e0 20%,#f5f5f5 40%,#e8e8e8 60%,#f0f0f0 80% 100%) 0 0/200% 100%;border-radius:6px;animation:1.5s ease-in-out infinite FrameList-module__2yuJ4a__shimmer;position:absolute;inset:0}.FrameList-module__2yuJ4a__frameImageWrapper{width:100%;height:100%;position:relative}.FrameList-module__2yuJ4a__frameImageLoaded{opacity:1;transition:opacity .3s}.FrameList-module__2yuJ4a__frameImageLoading{opacity:0}.FrameList-module__2yuJ4a__indicator{border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:4px}.FrameList-module__2yuJ4a__rejectedIndicator{background-color:var(--danger-color)}.FrameList-module__2yuJ4a__plantarIndicator{background-color:var(--accent-color);box-shadow:0 0 0 2px white,0 0 0 4px var(--accent-color)}.FrameList-module__2yuJ4a__frameInfo{color:var(--text-muted);flex-direction:column;gap:2px;font-size:.65rem;display:flex}.FrameList-module__2yuJ4a__infoRow{justify-content:space-between;display:flex}.FrameList-module__2yuJ4a__infoValue{color:var(--text-main);font-weight:600}.FrameList-module__2yuJ4a__emptyState{color:var(--text-muted);flex:1;justify-content:center;align-items:center;font-size:.8rem;display:flex}.FrameList-module__2yuJ4a__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.FrameList-module__2yuJ4a__modalContent{background-color:#fff;border-radius:12px;flex-direction:column;gap:16px;max-width:90vw;max-height:90vh;padding:24px;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.FrameList-module__2yuJ4a__modalHeader{justify-content:space-between;align-items:center;display:flex}.FrameList-module__2yuJ4a__modalTitle{margin:0;font-size:1.2rem}.FrameList-module__2yuJ4a__closeButton{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:4px 8px;font-size:1.5rem}.FrameList-module__2yuJ4a__closeButton:hover{color:var(--text-main)}.FrameList-module__2yuJ4a__toggleContainer{justify-content:center;gap:12px;display:flex}.FrameList-module__2yuJ4a__keypointToggle{border:1px solid var(--border-color);cursor:pointer;background-color:#fff;border-radius:9999px;padding:6px 12px;font-size:.8rem;transition:all .2s}.FrameList-module__2yuJ4a__keypointToggle:hover{background-color:#f9fafb}.FrameList-module__2yuJ4a__keypointToggle.FrameList-module__2yuJ4a__active{border-color:var(--accent-color);color:var(--accent-color);background-color:#eff6ff;font-weight:600}.FrameList-module__2yuJ4a__imageContainer{color:#9ca3af;background-color:#f3f4f6;border-radius:8px;justify-content:center;align-items:center;width:400px;height:500px;font-size:2rem;display:flex;position:relative;overflow:hidden}.FrameList-module__2yuJ4a__modalImage{object-fit:contain;width:100%;height:100%;transition:opacity .3s}.FrameList-module__2yuJ4a__modalImageLoading{opacity:0}.FrameList-module__2yuJ4a__modalImageLoaded{opacity:1}.FrameList-module__2yuJ4a__modalShimmerLoader{background:linear-gradient(90deg,#e8e8e8 0%,#d8d8d8 20%,#f0f0f0 40%,#e0e0e0 60%,#e8e8e8 80% 100%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite FrameList-module__2yuJ4a__shimmer;position:absolute;inset:20px}.FrameList-module__2yuJ4a__keypointsOverlay{pointer-events:none;position:absolute}.FrameList-module__2yuJ4a__keypoint{pointer-events:auto;cursor:pointer;border:2px solid #fff;border-radius:50%;transition:all .15s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0000004d}.FrameList-module__2yuJ4a__keypointTooltip{color:#fff;white-space:nowrap;pointer-events:none;z-index:100;background-color:#000000d9;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:500;position:absolute;transform:translate(-50%,-140%);box-shadow:0 2px 8px #0000004d}.FrameList-module__2yuJ4a__scoresContainer{justify-content:center;gap:24px;display:flex}.FrameList-module__2yuJ4a__scoreItem{text-align:center}.FrameList-module__2yuJ4a__scoreLabel{color:var(--text-muted);font-size:.8rem}.FrameList-module__2yuJ4a__scoreValue{font-size:1.2rem;font-weight:600}.FrameList-module__2yuJ4a__selectPlantarButton{cursor:pointer;border:2px solid var(--accent-color);background-color:var(--accent-color);color:#fff;border-radius:8px;margin-top:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.FrameList-module__2yuJ4a__selectPlantarButton:hover:not(:disabled){background-color:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.FrameList-module__2yuJ4a__selectPlantarButton:disabled{cursor:default;opacity:1}.FrameList-module__2yuJ4a__selectPlantarButton.FrameList-module__2yuJ4a__selected{background-color:var(--success-color);border-color:var(--success-color);cursor:default}.FrameList-module__2yuJ4a__selectPlantarButton.FrameList-module__2yuJ4a__selected:hover{box-shadow:none;transform:none}.FrameList-module__2yuJ4a__editToggle{color:#92400e!important;background-color:#fef3c7!important;border-color:#f59e0b!important}.FrameList-module__2yuJ4a__editToggle.FrameList-module__2yuJ4a__active{color:#fff!important;background-color:#f59e0b!important}.FrameList-module__2yuJ4a__editModeOverlay{cursor:crosshair}.FrameList-module__2yuJ4a__editableKeypoint{transition:all .1s;cursor:grab!important}.FrameList-module__2yuJ4a__editableKeypoint:hover{transform:translate(-50%,-50%)scale(1.3);box-shadow:0 0 0 3px #eab30866}.FrameList-module__2yuJ4a__editableKeypoint.FrameList-module__2yuJ4a__dragging{z-index:100;transform:translate(-50%,-50%)scale(1.5);box-shadow:0 0 0 4px #f9731680;cursor:grabbing!important}.FrameList-module__2yuJ4a__editHint{opacity:.8;font-size:.65rem;font-style:italic}.FrameList-module__2yuJ4a__editModeIndicator{color:#fff;z-index:10;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:20px;padding:6px 16px;font-size:.75rem;font-weight:600;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #d9770666}.FrameList-module__2yuJ4a__editActions{justify-content:center;gap:12px;margin-top:8px;display:flex}.FrameList-module__2yuJ4a__resetButton{cursor:pointer;border:2px solid var(--border-color);color:var(--text-main);background-color:#fff;border-radius:8px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s}.FrameList-module__2yuJ4a__resetButton:hover{background-color:#f3f4f6;border-color:#9ca3af}.FrameList-module__2yuJ4a__saveButton{cursor:pointer;border:2px solid var(--success-color);background-color:var(--success-color);color:#fff;border-radius:8px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s}.FrameList-module__2yuJ4a__saveButton:disabled{opacity:.6;cursor:default}.FrameList-module__2yuJ4a__saveButton.FrameList-module__2yuJ4a__hasChanges{background-color:#f59e0b;border-color:#f59e0b;animation:1.5s ease-in-out infinite FrameList-module__2yuJ4a__pulse}.FrameList-module__2yuJ4a__saveButton.FrameList-module__2yuJ4a__hasChanges:hover{background-color:#d97706;border-color:#d97706}@keyframes FrameList-module__2yuJ4a__pulse{0%,to{box-shadow:0 0 #f59e0b66}50%{box-shadow:0 0 0 8px #f59e0b00}}
.ImageViewer-module__Lj4Tdq__card{background-color:var(--panel-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);flex-direction:column;flex:1;gap:16px;min-height:0;padding:24px;display:flex;overflow:hidden}.ImageViewer-module__Lj4Tdq__header{flex-shrink:0;justify-content:center;display:flex}.ImageViewer-module__Lj4Tdq__viewBadge{border:1px solid var(--accent-color);color:var(--accent-color);background-color:#eff6ff;border-radius:9999px;padding:4px 12px;font-size:.8rem;font-weight:600}.ImageViewer-module__Lj4Tdq__imageWrapper{border-radius:12px;flex:1;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000f}.ImageViewer-module__Lj4Tdq__imageWrapperActive{background-color:#f9fafb;border:1px solid #e5e7eb}.ImageViewer-module__Lj4Tdq__imageWrapperEmpty{color:#9ca3af;background-color:#f3f4f6;background-image:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%)}.ImageViewer-module__Lj4Tdq__imageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ImageViewer-module__Lj4Tdq__mainImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:opacity .3s}.ImageViewer-module__Lj4Tdq__mainImageLoading{opacity:0}.ImageViewer-module__Lj4Tdq__mainImageLoaded{opacity:1}@keyframes ImageViewer-module__Lj4Tdq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ImageViewer-module__Lj4Tdq__shimmerLoader{background:linear-gradient(90deg,#e8e8e8 0%,#d8d8d8 20%,#f0f0f0 40%,#e0e0e0 60%,#e8e8e8 80% 100%) 0 0/200% 100%;border-radius:12px;animation:1.5s ease-in-out infinite ImageViewer-module__Lj4Tdq__shimmer;position:absolute;inset:20px}.ImageViewer-module__Lj4Tdq__placeholderText{font-size:1.2rem;font-weight:600;transform:rotate(-45deg)}.ImageViewer-module__Lj4Tdq__bottomLeftOverlay{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;bottom:10px;left:10px}.ImageViewer-module__Lj4Tdq__plantarScoreBadge{color:var(--success-color);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;background-color:#ecfdf5eb;border:1px solid #d1fae5;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600}.ImageViewer-module__Lj4Tdq__depthCanvas{pointer-events:none;image-rendering:pixelated;position:absolute}.ImageViewer-module__Lj4Tdq__colorBar{pointer-events:none;background:linear-gradient(#ef4444,#facc15,#22c55e,#06b6d4,#3b82f6);border:2px solid #fff;border-radius:6px;width:24px;position:absolute;box-shadow:0 2px 8px #0003}.ImageViewer-module__Lj4Tdq__colorBarLabels{pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute}.ImageViewer-module__Lj4Tdq__colorBarLabel{color:#fff;text-shadow:0 1px 3px #000c;background-color:#00000080;border-radius:3px;padding:2px 4px;font-size:.65rem;font-weight:600}.ImageViewer-module__Lj4Tdq__colorBarTitle{color:#fff;text-shadow:0 1px 3px #000c;pointer-events:none;background-color:#0009;border-radius:4px;padding:3px 6px;font-size:.6rem;font-weight:600;position:absolute}.ImageViewer-module__Lj4Tdq__keypointsContainer{pointer-events:none;position:absolute}.ImageViewer-module__Lj4Tdq__keypoint{pointer-events:auto;cursor:grab;border:2px solid #fff;border-radius:50%;transition:width .15s,height .15s,background-color .15s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0000004d}.ImageViewer-module__Lj4Tdq__keypoint:hover{transform:translate(-50%,-50%)scale(1.2);box-shadow:0 0 0 3px #3b82f64d}.ImageViewer-module__Lj4Tdq__keypoint:active{cursor:grabbing}.ImageViewer-module__Lj4Tdq__keypointTooltip{color:#fff;white-space:nowrap;pointer-events:none;z-index:100;background-color:#000000d9;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:500;position:absolute;transform:translate(-50%,-140%);box-shadow:0 2px 8px #0000004d}.ImageViewer-module__Lj4Tdq__tooltipArrow{border-top:6px solid #000000d9;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.ImageViewer-module__Lj4Tdq__tooltipDragHint{color:#fbbf24;font-size:.65rem;font-style:italic}.ImageViewer-module__Lj4Tdq__resetKeypointsButton{color:#dc2626;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;background:#fef2f2eb;border:1px solid #fecaca;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:500;transition:all .2s}.ImageViewer-module__Lj4Tdq__resetKeypointsButton:hover{background:#fee2e2f2;border-color:#dc2626}.ImageViewer-module__Lj4Tdq__controls{flex-direction:column;flex-shrink:0;gap:8px;width:100%;display:flex}.ImageViewer-module__Lj4Tdq__controlsCard{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 4px 6px -1px #0000001a}.ImageViewer-module__Lj4Tdq__frameInfo{border-bottom:1px solid #f3f4f6;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;font-size:.75rem;display:flex}.ImageViewer-module__Lj4Tdq__frameInfoLabel{color:var(--text-muted)}.ImageViewer-module__Lj4Tdq__frameInfoValue{font-weight:600}.ImageViewer-module__Lj4Tdq__togglesList{flex-direction:column;gap:12px;display:flex}.ImageViewer-module__Lj4Tdq__toggleRow{justify-content:space-between;align-items:center;display:flex}.ImageViewer-module__Lj4Tdq__toggleLabel{color:var(--text-main);font-size:.8rem;font-weight:500}.ImageViewer-module__Lj4Tdq__divider{background-color:#f3f4f6;height:1px;margin:12px 0}.ImageViewer-module__Lj4Tdq__switch{width:36px;height:20px;display:inline-block;position:relative}.ImageViewer-module__Lj4Tdq__switch input{opacity:0;width:0;height:0}.ImageViewer-module__Lj4Tdq__slider{cursor:pointer;background-color:#e5e7eb;border-radius:20px;transition:all .4s;position:absolute;inset:0}.ImageViewer-module__Lj4Tdq__slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .4s;position:absolute;bottom:2px;left:2px;box-shadow:0 1px 2px #0000000d}.ImageViewer-module__Lj4Tdq__switch input:checked+.ImageViewer-module__Lj4Tdq__slider{background-color:var(--accent-color)}.ImageViewer-module__Lj4Tdq__switch input:checked+.ImageViewer-module__Lj4Tdq__slider:before{transform:translate(16px)}
.MeshViewer-module__j1v8eq__card{background-color:var(--panel-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);flex-direction:column;flex:1;padding:0;display:flex;position:relative;overflow:hidden}.MeshViewer-module__j1v8eq__topControls{z-index:10;gap:8px;display:flex;position:absolute;top:16px;right:16px}.MeshViewer-module__j1v8eq__controlButton{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;width:auto;box-shadow:var(--shadow-sm);background-color:#fff;border-radius:9999px;padding:6px 12px;font-size:.8rem;transition:all .2s}.MeshViewer-module__j1v8eq__controlButton:hover{background-color:#f9fafb;border-color:#d1d5db}.MeshViewer-module__j1v8eq__controlButton.MeshViewer-module__j1v8eq__active{border-color:var(--accent-color);color:var(--accent-color);background-color:#eff6ff;font-weight:600}.MeshViewer-module__j1v8eq__opacitySlider{z-index:10;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fffffff2;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:.8rem;display:flex;position:absolute;top:56px;right:16px}.MeshViewer-module__j1v8eq__opacityLabel{color:var(--text-main)}.MeshViewer-module__j1v8eq__opacityInput{width:80px;accent-color:var(--accent-color)}.MeshViewer-module__j1v8eq__opacityValue{color:var(--text-main);min-width:30px}.MeshViewer-module__j1v8eq__canvasContainer{background:linear-gradient(135deg,#e8e8e8 0%,#d8d8d8 100%);flex:1;width:100%;min-height:0}.MeshViewer-module__j1v8eq__loadingState{color:var(--text-muted);flex:1;justify-content:center;align-items:center;padding:20px;display:flex}@keyframes MeshViewer-module__j1v8eq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes MeshViewer-module__j1v8eq__pulse3d{0%,to{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1)}}.MeshViewer-module__j1v8eq__meshShimmerContainer{z-index:5;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MeshViewer-module__j1v8eq__meshShimmerBox{background:linear-gradient(90deg,#d0d0d0 0%,silver 20%,#e0e0e0 40%,#d0d0d0 60% 80%,#d0d0d0 100%) 0 0/200% 100%;border-radius:12px;width:200px;height:250px;animation:1.5s ease-in-out infinite MeshViewer-module__j1v8eq__shimmer,2s ease-in-out infinite MeshViewer-module__j1v8eq__pulse3d;box-shadow:0 8px 32px #0000001a}.MeshViewer-module__j1v8eq__meshShimmerText{color:#666;margin-top:16px;font-size:.85rem;font-weight:500;animation:2s ease-in-out infinite MeshViewer-module__j1v8eq__pulse3d}.MeshViewer-module__j1v8eq__noMeshMessage{color:#888;z-index:5;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);flex-direction:column;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;inset:0}.MeshViewer-module__j1v8eq__noMeshIcon{opacity:.5;margin-bottom:12px;font-size:2.5rem}.MeshViewer-module__j1v8eq__canvasContainer{position:relative}.MeshViewer-module__j1v8eq__manualAdjustmentOverlay{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fffffff2;border-radius:12px;flex-direction:column;gap:12px;width:200px;padding:16px;display:flex;position:absolute;top:100px;right:16px}.MeshViewer-module__j1v8eq__adjustmentTitle{color:var(--text-main);text-align:center;border-bottom:1px solid var(--border-color);padding-bottom:8px;font-size:.875rem;font-weight:600}.MeshViewer-module__j1v8eq__adjustmentGroup{flex-direction:column;gap:6px;display:flex}.MeshViewer-module__j1v8eq__adjustmentGroupLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.MeshViewer-module__j1v8eq__adjustmentRow{align-items:center;gap:6px;display:flex}.MeshViewer-module__j1v8eq__adjustmentRow label{width:16px;color:var(--text-secondary);text-align:center;font-size:.75rem;font-weight:600}.MeshViewer-module__j1v8eq__adjustmentRow input[type=range]{appearance:none;background:var(--border-color);border-radius:2px;outline:none;flex:1;height:4px}.MeshViewer-module__j1v8eq__adjustmentRow input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent-color);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .15s}.MeshViewer-module__j1v8eq__adjustmentRow input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.MeshViewer-module__j1v8eq__adjustmentRow input[type=range]::-moz-range-thumb{background:var(--accent-color);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px}.MeshViewer-module__j1v8eq__adjustmentValue{width:36px;color:var(--text-secondary);text-align:right;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.7rem}.MeshViewer-module__j1v8eq__adjustmentButton{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;text-align:center;background:#fff;border-radius:6px;padding:8px 12px;font-size:.75rem;font-weight:500;transition:all .2s}.MeshViewer-module__j1v8eq__adjustmentButton:hover{background:var(--bg-tertiary);border-color:var(--text-muted);color:var(--text-primary)}.MeshViewer-module__j1v8eq__adjustmentButton.MeshViewer-module__j1v8eq__active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.MeshViewer-module__j1v8eq__meshSourceToggle{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:9999px;padding:2px;display:flex}.MeshViewer-module__j1v8eq__meshSourceBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:9999px;padding:4px 10px;font-size:.75rem;font-weight:500;transition:all .2s}.MeshViewer-module__j1v8eq__meshSourceBtn:hover{color:var(--text-main)}.MeshViewer-module__j1v8eq__meshSourceActive{background:linear-gradient(135deg,var(--accent-color)0%,#06d 100%);box-shadow:0 2px 6px #007aff4d;color:#fff!important}.MeshViewer-module__j1v8eq__meshSourceActive:hover{color:#fff!important}.MeshViewer-module__j1v8eq__boundingBoxPanel{z-index:10;border:1px solid var(--border-color);min-width:260px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff5;border-radius:12px;padding:10px 12px;position:absolute;bottom:16px;right:16px}.MeshViewer-module__j1v8eq__boundingBoxTitle{color:var(--text-main);font-size:.75rem;font-weight:700}.MeshViewer-module__j1v8eq__boundingBoxHint{color:var(--text-muted);margin-top:2px;margin-bottom:8px;font-size:.66rem}.MeshViewer-module__j1v8eq__boundingBoxRow{border:1px solid #0000;border-radius:8px;grid-template-columns:70px 1fr;align-items:center;gap:8px;padding:6px 8px;display:grid}.MeshViewer-module__j1v8eq__boundingBoxRow+.MeshViewer-module__j1v8eq__boundingBoxRow{margin-top:4px}.MeshViewer-module__j1v8eq__boundingBoxRowActive{background:#3b82f614;border-color:#007aff52}.MeshViewer-module__j1v8eq__boundingBoxLabel{color:var(--text-main);font-size:.72rem;font-weight:600}.MeshViewer-module__j1v8eq__boundingBoxValue{color:var(--text-secondary);white-space:nowrap;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.7rem}
.Spinner-module__9WSQhq__spinner{border-style:solid;border-color:#000 #0000001a #0000001a;border-radius:50%;flex-shrink:0;animation:.8s linear infinite Spinner-module__9WSQhq__spin}.Spinner-module__9WSQhq__spinner.Spinner-module__9WSQhq__light{border-color:#fff #fff3 #fff3}.Spinner-module__9WSQhq__sm{border-width:2px;width:20px;height:20px}.Spinner-module__9WSQhq__md{border-width:3px;width:32px;height:32px}.Spinner-module__9WSQhq__lg{border-width:3px;width:44px;height:44px}.Spinner-module__9WSQhq__xl{border-width:4px;width:56px;height:56px}@keyframes Spinner-module__9WSQhq__spin{to{transform:rotate(360deg)}}
.LoadingOverlay-module__P1umja__overlay{background:var(--color-overlay-heavy);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LoadingOverlay-module__P1umja__container{flex-direction:column;align-items:center;gap:1rem;display:flex}.LoadingOverlay-module__P1umja__text{color:#ffffffb3;font-size:var(--text-lg);margin:0}
.ErrorScreen-module__LZRSBG__page{background:var(--color-gray-50);justify-content:center;align-items:center;width:100%;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.ErrorScreen-module__LZRSBG__content{text-align:center;max-width:400px;padding:40px}.ErrorScreen-module__LZRSBG__code{color:var(--color-gray-900);letter-spacing:-4px;margin:0;font-size:8rem;font-weight:700;line-height:1}.ErrorScreen-module__LZRSBG__title{color:var(--color-gray-900);text-transform:uppercase;letter-spacing:1px;margin:16px 0 8px;font-size:1.25rem;font-weight:500}.ErrorScreen-module__LZRSBG__subtitle{color:var(--color-gray-500);margin:0 0 32px;font-size:.9375rem;line-height:1.5}.ErrorScreen-module__LZRSBG__button{min-width:180px}.ErrorScreen-module__LZRSBG__actions{flex-direction:column;align-items:center;gap:12px;display:flex}.ErrorScreen-module__LZRSBG__secondaryButton{min-width:180px;text-decoration:none}@media (max-width:480px){.ErrorScreen-module__LZRSBG__code{font-size:6rem}.ErrorScreen-module__LZRSBG__title{font-size:1rem}.ErrorScreen-module__LZRSBG__subtitle{font-size:.875rem}}
.InfoTooltip-module__EBdE0q__wrapper{vertical-align:middle;cursor:pointer;align-items:center;margin-left:3px;display:inline-flex;position:relative}.InfoTooltip-module__EBdE0q__icon{color:#94a3b8;background:#94a3b81a;border:1.5px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:13px;height:13px;font-size:8px;font-style:italic;font-weight:700;line-height:1;transition:all .15s;display:inline-flex}.InfoTooltip-module__EBdE0q__wrapper:hover .InfoTooltip-module__EBdE0q__icon{color:#64748b;background:#94a3b82e;border-color:#94a3b8}.InfoTooltip-module__EBdE0q__tooltip{color:#f1f5f9;white-space:normal;z-index:100;background:#1e293b;border-radius:6px;width:max-content;max-width:240px;padding:8px 12px;font-size:11px;font-style:normal;font-weight:400;line-height:1.45;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.InfoTooltip-module__EBdE0q__tooltip:after{content:"";border:5px solid #0000;border-top-color:#1e293b;position:absolute;top:100%;left:50%;transform:translate(-50%)}
.VideoViewer-module__kZU60q__videoViewerContainer{z-index:3;background:#1a1a1a;flex-direction:column;display:flex;position:absolute;inset:0}.VideoViewer-module__kZU60q__videoElement{object-fit:contain;background:#1a1a1a;flex:1;width:100%;height:100%}.VideoViewer-module__kZU60q__sideLabel{z-index:5;color:#fffffff2;font-size:var(--text-2xs);letter-spacing:.8px;border-radius:var(--radius-sm);pointer-events:none;background:#007affd9;padding:6px 12px;font-weight:600;position:absolute;bottom:80px}.VideoViewer-module__kZU60q__sideLabelLeft{left:16px}.VideoViewer-module__kZU60q__sideLabelRight{right:16px}.VideoViewer-module__kZU60q__loadingOverlay{z-index:10;background:#1a1a1ae6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoViewer-module__kZU60q__loadingText{color:#ffffffb3;font-size:var(--text-sm);margin-top:16px;font-weight:500}.VideoViewer-module__kZU60q__errorOverlay{z-index:10;background:#1a1a1af2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoViewer-module__kZU60q__errorIcon{opacity:.6;margin-bottom:16px;font-size:48px}.VideoViewer-module__kZU60q__errorText{color:#ffffffb3;font-size:var(--text-base);font-weight:500}.VideoViewer-module__kZU60q__controlsContainer{z-index:8;width:auto;max-width:90%;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.VideoViewer-module__kZU60q__controlsContent{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#000000b3;align-items:center;gap:12px;padding:10px 16px;display:flex}.VideoViewer-module__kZU60q__playPauseButton{background:var(--color-primary);border-radius:var(--radius-full);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.VideoViewer-module__kZU60q__playPauseButton:hover:not(:disabled){background:var(--color-primary-hover);transform:scale(1.05)}.VideoViewer-module__kZU60q__playPauseButton:active:not(:disabled){transform:scale(.95)}.VideoViewer-module__kZU60q__playPauseButton:disabled{opacity:.5;cursor:not-allowed}.VideoViewer-module__kZU60q__frameButton{border-radius:var(--radius-sm);color:#ffffffe6;cursor:pointer;background:#ffffff26;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.VideoViewer-module__kZU60q__frameButton:hover:not(:disabled){background:#ffffff40}.VideoViewer-module__kZU60q__frameButton:active:not(:disabled){transform:scale(.95)}.VideoViewer-module__kZU60q__frameButton:disabled{opacity:.5;cursor:not-allowed}.VideoViewer-module__kZU60q__timeDisplay{font-family:SF Mono,Monaco,Courier New,monospace;font-size:var(--text-xs);color:#ffffffe6;flex-shrink:0;align-items:center;gap:4px;min-width:90px;display:flex}.VideoViewer-module__kZU60q__currentTime{font-weight:600}.VideoViewer-module__kZU60q__timeSeparator{opacity:.5}.VideoViewer-module__kZU60q__totalTime{opacity:.7}.VideoViewer-module__kZU60q__timelineContainer{flex:1;align-items:center;min-width:100px;height:20px;display:flex;position:relative}.VideoViewer-module__kZU60q__timeline{appearance:none;cursor:pointer;z-index:2;background:#fff3;border-radius:2px;width:100%;height:4px;position:relative}.VideoViewer-module__kZU60q__timeline::-webkit-slider-thumb{appearance:none;background:var(--color-primary);border-radius:var(--radius-full);cursor:pointer;width:14px;height:14px;transition:transform .1s}.VideoViewer-module__kZU60q__timeline::-webkit-slider-thumb:hover{transform:scale(1.2)}.VideoViewer-module__kZU60q__timeline::-moz-range-thumb{background:var(--color-primary);border-radius:var(--radius-full);cursor:pointer;border:none;width:14px;height:14px}.VideoViewer-module__kZU60q__timeline:disabled{opacity:.5;cursor:not-allowed}.VideoViewer-module__kZU60q__timelineProgress{background:var(--color-primary);pointer-events:none;z-index:1;border-radius:2px;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.VideoViewer-module__kZU60q__closeButton{border-radius:var(--radius-sm);color:#ffffffe6;cursor:pointer;background:#ffffff26;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:4px;transition:all .2s;display:flex}.VideoViewer-module__kZU60q__closeButton:hover{background:#ff3b30cc}.VideoViewer-module__kZU60q__closeButton:active{transform:scale(.95)}
.DualViewer3D-module__CUof7G__dualViewerContainer{background:#f5f5f7;border-radius:0;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.DualViewer3D-module__CUof7G__sharedViewControls{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#ffffffb3;border:1px solid #00000014;padding:8px;position:absolute;top:16px;left:50%;transform:translate(-50%)}.DualViewer3D-module__CUof7G__viewersRow{flex-direction:row;flex:1;gap:0;display:flex}.DualViewer3D-module__CUof7G__singleViewer{flex:1;min-height:400px;position:relative}.DualViewer3D-module__CUof7G__viewerDivider{background:linear-gradient(#0000 0%,#00000014 15% 85%,#0000 100%);width:1px}.DualViewer3D-module__CUof7G__sideLabel{z-index:5;background:var(--color-overlay);color:#fffffff2;font-size:var(--text-2xs);letter-spacing:.8px;border-radius:var(--radius-sm);pointer-events:none;padding:6px 12px;font-weight:600;position:absolute;bottom:20px}.DualViewer3D-module__CUof7G__sideLabelLeft{left:16px;transform:none}.DualViewer3D-module__CUof7G__sideLabelRight{right:16px;transform:none}.DualViewer3D-module__CUof7G__noDataPlaceholder{z-index:2;background:linear-gradient(135deg,#f8f9fa 0%,#f0f1f3 100%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.DualViewer3D-module__CUof7G__noDataIcon{opacity:.4;margin-bottom:16px;font-size:48px}.DualViewer3D-module__CUof7G__noDataText{font-size:var(--text-xs);color:var(--color-gray-500);text-align:center;margin:0;font-weight:500}.DualViewer3D-module__CUof7G__dimensionOverlay{z-index:5;border-radius:var(--radius-md);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #00000014;min-width:120px;padding:10px 12px;position:absolute;top:20px}.DualViewer3D-module__CUof7G__dimensionOverlayLeft{left:20px}.DualViewer3D-module__CUof7G__dimensionOverlayRight{right:20px}.DualViewer3D-module__CUof7G__dimensionHeader{border-bottom:1px solid #e5e7eb99;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:6px;display:flex}.DualViewer3D-module__CUof7G__dimensionTitle{font-size:var(--text-2xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px;font-weight:700;line-height:1.3}.DualViewer3D-module__CUof7G__downloadJsonButton{border:1px solid var(--color-gray-400);border-radius:var(--radius-sm);font-size:var(--text-2xs);cursor:pointer;color:var(--color-gray-500);background:0 0;padding:2px 6px;line-height:1;transition:all .15s}.DualViewer3D-module__CUof7G__downloadJsonButton:hover{border-color:var(--color-gray-500);color:var(--color-gray-700);background:#0000000d}.DualViewer3D-module__CUof7G__dimensionRow{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;line-height:1.4;display:flex}.DualViewer3D-module__CUof7G__dimensionRow:last-child{margin-bottom:0}.DualViewer3D-module__CUof7G__dimensionLabel{font-size:var(--text-2xs);color:var(--color-gray-500);white-space:nowrap;flex-shrink:0;font-weight:500;line-height:1.3}.DualViewer3D-module__CUof7G__dimensionValue{font-size:var(--text-xs);color:var(--color-gray-800);text-align:right;flex-shrink:0;min-width:65px;font-family:SF Mono,Monaco,Courier New,monospace;font-weight:700;line-height:1.3}.DualViewer3D-module__CUof7G__valueWrapper{flex-direction:column;align-items:flex-end;display:flex}.DualViewer3D-module__CUof7G__mainValue{font-size:var(--text-xs);color:var(--color-gray-800);font-family:SF Mono,Monaco,Courier New,monospace;font-weight:700}.DualViewer3D-module__CUof7G__refValue{color:var(--color-gray-500);gap:4px;font-size:9px;display:flex}.DualViewer3D-module__CUof7G__refTarget{opacity:.8;font-weight:500}.DualViewer3D-module__CUof7G__refDiff{font-weight:600}.DualViewer3D-module__CUof7G__diffNeutral{color:var(--color-gray-500)}.DualViewer3D-module__CUof7G__diffWarning{color:var(--color-destructive)}.DualViewer3D-module__CUof7G__actionBar{z-index:6;border-radius:var(--radius-md);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;border:1px solid #0000000a;gap:8px;padding:8px;display:flex;position:absolute;bottom:56px}.DualViewer3D-module__CUof7G__actionBarLeft{left:20px}.DualViewer3D-module__CUof7G__actionBarRight{right:20px}.DualViewer3D-module__CUof7G__actionButton{background:var(--color-surface);color:var(--color-gray-700);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;align-items:center;gap:3px;min-width:65px;padding:10px 16px;transition:all .2s;display:flex}.DualViewer3D-module__CUof7G__actionButton:hover{background:var(--color-gray-50);border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #007aff1f}.DualViewer3D-module__CUof7G__actionButton:active{transform:translateY(0)scale(.98)}.DualViewer3D-module__CUof7G__actionButtonDownload{background:var(--color-surface);border-color:var(--color-gray-300)}.DualViewer3D-module__CUof7G__actionButtonDownload:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:0 4px 12px #007aff1f}.DualViewer3D-module__CUof7G__actionIcon{font-size:var(--text-lg);line-height:1}.DualViewer3D-module__CUof7G__actionLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.3px;font-weight:600}.DualViewer3D-module__CUof7G__mirrorButtonLarge{background:var(--color-surface);color:var(--color-gray-700);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:var(--text-xs);cursor:pointer;margin-top:20px;padding:14px 24px;font-weight:600;transition:all .2s}.DualViewer3D-module__CUof7G__mirrorButtonLarge:hover{background:var(--color-gray-50);border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #007aff1f}.DualViewer3D-module__CUof7G__sideLabelMirrored{background:#007affd9}.DualViewer3D-module__CUof7G__mirroredBadge{letter-spacing:.3px;opacity:.9;margin-top:2px;font-size:8px;font-weight:600;display:block}
.PatientInfo-module__qF4Cyq__patientInfo{align-items:center;gap:12px;display:flex}.PatientInfo-module__qF4Cyq__infoItem{flex-direction:column;gap:2px;display:flex}.PatientInfo-module__qF4Cyq__infoLabel{font-size:var(--text-2xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.3px;font-weight:500}.PatientInfo-module__qF4Cyq__infoValue{font-size:var(--text-sm);color:var(--color-gray-800);font-weight:700}.PatientInfo-module__qF4Cyq__infoDivider{background:var(--color-gray-300);width:1px;height:24px}@media (max-width:1024px){.PatientInfo-module__qF4Cyq__infoItem:nth-child(n+13),.PatientInfo-module__qF4Cyq__infoDivider:nth-child(n+12){display:none}}@media (max-width:768px){.PatientInfo-module__qF4Cyq__infoItem:nth-child(n+7),.PatientInfo-module__qF4Cyq__infoDivider:nth-child(n+6){display:none}}
.RerunModal-module__74Cf5q__content{gap:0;padding:0}.RerunModal-module__74Cf5q__body{flex-direction:column;gap:20px;padding:32px 32px 24px;display:flex}.RerunModal-module__74Cf5q__statusWrap{padding:32px}.RerunModal-module__74Cf5q__infoRows{flex-direction:column;gap:10px;display:flex}.RerunModal-module__74Cf5q__infoRow{border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.RerunModal-module__74Cf5q__infoLabel{color:var(--muted-foreground);font-size:13px}.RerunModal-module__74Cf5q__infoValue{color:var(--foreground);font-size:13px;font-weight:600}.RerunModal-module__74Cf5q__alert{color:#78350f;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;flex-direction:column;gap:6px;padding:14px 16px;font-size:13px;line-height:1.45;display:flex}.RerunModal-module__74Cf5q__alertHeader{align-items:center;gap:8px;display:flex}.RerunModal-module__74Cf5q__alertIcon{color:#f59e0b;flex-shrink:0}.RerunModal-module__74Cf5q__alertTitle{font-weight:600}.RerunModal-module__74Cf5q__alertText{color:#92400e}.RerunModal-module__74Cf5q__footer{border-top:1px solid var(--border);background:hsl(from var(--muted)h s l/.3);padding:20px 32px}
.Header-module__Mayysq__appHeader{z-index:1000;background:var(--color-surface);box-shadow:var(--shadow-xs);border-bottom:1px solid #0000000f;flex-direction:column;flex-shrink:0;height:56px;padding:0 24px;display:flex;position:relative}.Header-module__Mayysq__headerContent{justify-content:space-between;align-items:center;width:100%;height:56px;display:flex;position:relative}.Header-module__Mayysq__leftSection{align-items:center;gap:14px;display:flex}.Header-module__Mayysq__logo{width:auto;height:28px}.Header-module__Mayysq__appTitle{font-size:var(--text-lg);color:var(--color-gray-900);letter-spacing:-.01em;margin:0;font-weight:600}.Header-module__Mayysq__centerSection{flex:1;justify-content:center;align-items:center;min-width:0;margin:0 20px;display:flex}.Header-module__Mayysq__rightSection{align-items:center;gap:14px;display:flex}.Header-module__Mayysq__statusContainer{align-items:center;display:flex}.Header-module__Mayysq__noHistoryText{font-size:var(--text-2xs);color:var(--color-gray-400);font-weight:500}.Header-module__Mayysq__statusBadge{border-radius:var(--radius-xl);font-size:var(--text-xs);align-items:center;gap:8px;padding:6px 14px;font-weight:600;transition:all .2s;display:flex}.Header-module__Mayysq__statusIcon{font-size:var(--text-xs)}.Header-module__Mayysq__statusText{white-space:nowrap}.Header-module__Mayysq__statusDate{font-size:var(--text-xs);opacity:.85;border-left:1px solid #ffffff4d;margin-left:6px;padding-left:10px}.Header-module__Mayysq__statusNew{background:var(--color-primary-light);color:var(--color-primary);border:1px solid #007aff33}.Header-module__Mayysq__statusAccepted{background:var(--color-success-light);color:var(--color-success-hover);border:1px solid #05966933}.Header-module__Mayysq__statusRejected{background:var(--color-destructive-light);color:var(--color-destructive);border:1px solid #dc262633}.Header-module__Mayysq__historyTab{gap:6px}.Header-module__Mayysq__historyTabIcon{font-size:13px;line-height:1}.Header-module__Mayysq__historyTabText{line-height:1}.Header-module__Mayysq__historyTabCount{border-radius:var(--radius-sm);background:#00000014;padding:1px 6px;font-size:10px;font-weight:700;line-height:1.4}.Header-module__Mayysq__historyTabArrow{opacity:.7;font-size:9px;line-height:1}.Header-module__Mayysq__historyPanel{background:var(--color-surface);border-radius:var(--radius-lg);width:420px;max-height:calc(100vh - 150px);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);z-index:1001;animation:.2s ease-out Header-module__Mayysq__slideDown;position:absolute;top:60px;right:28px;overflow-y:auto}.Header-module__Mayysq__historyPanelHeader{border-bottom:1px solid var(--color-border);background:var(--color-gray-50);border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Header-module__Mayysq__historyPanelHeader h3{font-size:var(--text-xs);color:var(--color-gray-800);margin:0;font-weight:600}.Header-module__Mayysq__closeButton{border-radius:var(--radius-sm);background:var(--color-gray-200);width:28px;height:28px;color:var(--color-gray-500);font-size:var(--text-lg);cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.Header-module__Mayysq__closeButton:hover{background:var(--color-destructive);color:var(--color-surface)}.Header-module__Mayysq__sectionTitle{font-size:var(--text-xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-weight:600}.Header-module__Mayysq__latestSection{border-bottom:1px solid var(--color-border);padding:16px 20px}.Header-module__Mayysq__latestCard{background:var(--color-gray-50);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:16px}.Header-module__Mayysq__latestGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.Header-module__Mayysq__latestItem{flex-direction:column;gap:4px;display:flex}.Header-module__Mayysq__latestLabel{font-size:var(--text-xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.3px;font-weight:500}.Header-module__Mayysq__latestValue{font-size:var(--text-xs);color:var(--color-gray-800);font-weight:700}.Header-module__Mayysq__acceptedText{color:var(--color-success-hover)}.Header-module__Mayysq__rejectedText{color:var(--color-destructive)}.Header-module__Mayysq__sideAccepted{color:var(--color-success-hover)}.Header-module__Mayysq__sideRejected{color:var(--color-destructive)}.Header-module__Mayysq__sideUnknown{color:var(--color-gray-400)}.Header-module__Mayysq__affectedRow{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;display:flex}.Header-module__Mayysq__affectedValue{font-size:var(--text-xs);color:var(--color-destructive);border-radius:var(--radius-sm);background:#dc262614;padding:4px 10px;font-weight:600}.Header-module__Mayysq__reasonsSection{border-top:1px solid var(--color-border);margin-top:12px;padding-top:12px}.Header-module__Mayysq__reasonsList{font-size:var(--text-xs);color:var(--color-gray-600);margin:8px 0 0;padding-left:18px}.Header-module__Mayysq__reasonsList li{margin-bottom:4px}.Header-module__Mayysq__allHistorySection{padding:16px 20px}.Header-module__Mayysq__historyList{flex-direction:column;gap:8px;max-height:280px;display:flex;overflow-y:auto}.Header-module__Mayysq__historyItem{background:var(--color-gray-50);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:12px 14px;transition:all .15s}.Header-module__Mayysq__historyItem:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.Header-module__Mayysq__historyItemMain{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.Header-module__Mayysq__historyDecision{font-size:var(--text-xs);font-weight:600}.Header-module__Mayysq__historyDate{font-size:var(--text-2xs);color:var(--color-gray-400)}.Header-module__Mayysq__historyItemDetails{font-size:var(--text-xs);flex-wrap:wrap;align-items:center;gap:14px;font-weight:500;display:flex}.Header-module__Mayysq__historyItemRejected{background:#fef2f280;border-color:#dc262633}.Header-module__Mayysq__affectedBadge{font-size:var(--text-2xs);color:var(--color-destructive);border-radius:var(--radius-sm);background:#dc262614;padding:2px 8px;font-weight:600}.Header-module__Mayysq__historyReasons{border-top:1px dashed var(--color-border);margin-top:8px;padding-top:8px}.Header-module__Mayysq__reasonsLabel{font-size:var(--text-2xs);color:var(--color-gray-500);text-transform:uppercase;font-weight:600}.Header-module__Mayysq__historyReasonsList{font-size:var(--text-xs);color:var(--color-gray-600);margin:4px 0 0;padding-left:16px}.Header-module__Mayysq__historyReasonsList li{margin-bottom:2px}.Header-module__Mayysq__accordionList{flex-direction:column;gap:8px;padding:12px;display:flex}.Header-module__Mayysq__accordionItem{border-radius:var(--radius-md);border:1px solid var(--color-border);transition:all .2s;overflow:hidden}.Header-module__Mayysq__accordionAccepted{border-color:#05966933}.Header-module__Mayysq__accordionRejected{border-color:#dc262633}.Header-module__Mayysq__accordionHeader{background:var(--color-gray-50);cursor:pointer;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;transition:all .15s;display:flex}.Header-module__Mayysq__accordionAccepted .Header-module__Mayysq__accordionHeader{background:#f0fdf480}.Header-module__Mayysq__accordionRejected .Header-module__Mayysq__accordionHeader{background:#fef2f280}.Header-module__Mayysq__accordionHeader:hover{background:var(--color-gray-100)}.Header-module__Mayysq__accordionAccepted .Header-module__Mayysq__accordionHeader:hover{background:#f0fdf4cc}.Header-module__Mayysq__accordionRejected .Header-module__Mayysq__accordionHeader:hover{background:#fef2f2cc}.Header-module__Mayysq__accordionSummary{align-items:center;gap:12px;display:flex}.Header-module__Mayysq__accordionDecision{font-size:var(--text-xs);font-weight:700}.Header-module__Mayysq__accordionDate{font-size:var(--text-xs);color:var(--color-gray-500)}.Header-module__Mayysq__latestBadge{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-sm);background:var(--color-primary);color:var(--color-surface);padding:2px 8px;font-weight:700}.Header-module__Mayysq__accordionArrow{font-size:var(--text-2xs);color:var(--color-gray-400);transition:transform .2s}.Header-module__Mayysq__accordionContent{background:var(--color-surface);border-top:1px solid var(--color-border);padding:16px;animation:.2s ease-out Header-module__Mayysq__expandContent}@keyframes Header-module__Mayysq__expandContent{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__Mayysq__detailsGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.Header-module__Mayysq__detailItem{flex-direction:column;gap:4px;display:flex}.Header-module__Mayysq__detailLabel{font-size:var(--text-2xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.3px;font-weight:600}.Header-module__Mayysq__detailValue{font-size:var(--text-xs);color:var(--color-gray-800);font-weight:700}.Header-module__Mayysq__detailRow{border-top:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.Header-module__Mayysq__mirrorRow{border-top:1px solid var(--color-gray-100);align-items:center;gap:6px;padding:8px 0;display:flex}.Header-module__Mayysq__mirrorIcon{font-size:var(--text-base)}.Header-module__Mayysq__mirrorText{font-size:var(--text-xs);color:var(--color-primary);font-weight:500}.Header-module__Mayysq__historyPanel::-webkit-scrollbar{width:6px}.Header-module__Mayysq__historyList::-webkit-scrollbar{width:6px}.Header-module__Mayysq__historyPanel::-webkit-scrollbar-track{background:var(--color-gray-100);border-radius:3px}.Header-module__Mayysq__historyList::-webkit-scrollbar-track{background:var(--color-gray-100);border-radius:3px}.Header-module__Mayysq__historyPanel::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}.Header-module__Mayysq__historyList::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}.Header-module__Mayysq__historyPanel::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.Header-module__Mayysq__historyList::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.Header-module__Mayysq__footScanButton{border-radius:var(--radius-md);font-size:var(--text-xs);cursor:pointer;border:1.5px solid var(--color-primary);background:linear-gradient(135deg,var(--color-primary-light)0%,var(--color-primary-light)100%);color:var(--color-primary-hover);align-items:center;gap:6px;padding:8px 14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__Mayysq__footScanButton:hover{background:linear-gradient(135deg,var(--color-primary-light)0%,var(--color-primary-light)100%);border-color:var(--color-primary-hover);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.Header-module__Mayysq__footScanButton:active{transform:translateY(0)}.Header-module__Mayysq__footScanIcon{font-size:var(--text-xs)}.Header-module__Mayysq__footScanText{font-weight:600}.Header-module__Mayysq__rerunButton{gap:6px}.Header-module__Mayysq__rerunIcon{font-size:13px;line-height:1}.Header-module__Mayysq__rerunText{line-height:1}.Header-module__Mayysq__modalOverlay{background:var(--color-overlay);z-index:2000;justify-content:center;align-items:center;animation:.2s ease-out Header-module__Mayysq__fadeIn;display:flex;position:fixed;inset:0}.Header-module__Mayysq__modal{background:var(--color-surface);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-xl);padding:24px;animation:.25s ease-out Header-module__Mayysq__modalSlideIn}.Header-module__Mayysq__modalHeader{align-items:center;gap:12px;margin-bottom:20px;display:flex}.Header-module__Mayysq__modalIcon{font-size:28px}.Header-module__Mayysq__modalHeader h2{font-size:var(--text-lg);color:var(--color-gray-800);margin:0;font-weight:700}.Header-module__Mayysq__modalBody{margin-bottom:24px}.Header-module__Mayysq__modalBody p{font-size:var(--text-base);color:var(--color-gray-600);margin:0 0 12px;line-height:1.5}.Header-module__Mayysq__modalNote{font-size:var(--text-sm);color:var(--color-gray-500);font-style:italic}.Header-module__Mayysq__modalDetails{background:var(--color-gray-50);border-radius:var(--radius-md);margin-top:16px;padding:14px}.Header-module__Mayysq__modalDetailRow{font-size:var(--text-sm);justify-content:space-between;align-items:center;padding:6px 0;display:flex}.Header-module__Mayysq__modalDetailRow:not(:last-child){border-bottom:1px solid var(--color-border)}.Header-module__Mayysq__modalDetailRow span:first-child{color:var(--color-gray-500);font-weight:500}.Header-module__Mayysq__modalDetailRow span:last-child{color:var(--color-gray-800);font-family:SF Mono,Monaco,monospace;font-weight:600;font-size:var(--text-xs);word-break:break-all;text-align:right;max-width:200px}.Header-module__Mayysq__modalActions{justify-content:flex-end;gap:12px;display:flex}.Header-module__Mayysq__modalCancelButton{border-radius:var(--radius-md);font-size:var(--text-base);cursor:pointer;border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-gray-600);padding:10px 20px;font-weight:600;transition:all .15s}.Header-module__Mayysq__modalCancelButton:hover{background:var(--color-gray-100);border-color:var(--color-gray-300)}.Header-module__Mayysq__modalConfirmButton{border-radius:var(--radius-md);font-size:var(--text-base);cursor:pointer;background:linear-gradient(135deg,var(--color-purple)0%,var(--color-purple-hover)100%);color:var(--color-surface);border:none;padding:10px 20px;font-weight:600;transition:all .15s}.Header-module__Mayysq__modalConfirmButton:hover{background:linear-gradient(135deg,var(--color-purple-hover)0%,var(--color-purple-hover)100%);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Header-module__Mayysq__modalCloseButton{border-radius:var(--radius-md);font-size:var(--text-base);cursor:pointer;border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-gray-600);margin-top:16px;padding:10px 24px;font-weight:600;transition:all .15s}.Header-module__Mayysq__modalCloseButton:hover{background:var(--color-gray-100)}.Header-module__Mayysq__modalSuccess,.Header-module__Mayysq__modalError,.Header-module__Mayysq__modalLoading{text-align:center;padding:20px 0}.Header-module__Mayysq__successIcon{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-success)0%,var(--color-success-hover)100%);width:56px;height:56px;color:var(--color-surface);justify-content:center;align-items:center;margin:0 auto 16px;font-size:28px;display:flex}.Header-module__Mayysq__errorIcon{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-destructive)0%,var(--color-destructive)100%);width:56px;height:56px;color:var(--color-surface);justify-content:center;align-items:center;margin:0 auto 16px;font-size:28px;display:flex}.Header-module__Mayysq__modalSuccess h2,.Header-module__Mayysq__modalError h2,.Header-module__Mayysq__modalLoading h2{font-size:var(--text-lg);color:var(--color-gray-800);margin:0 0 8px;font-weight:700}.Header-module__Mayysq__modalSuccess p,.Header-module__Mayysq__modalError p,.Header-module__Mayysq__modalLoading p{font-size:var(--text-base);color:var(--color-gray-500);margin:0}@media (max-width:768px){.Header-module__Mayysq__statusDate{display:none}.Header-module__Mayysq__historyPanel{width:calc(100vw - 32px);right:16px}.Header-module__Mayysq__rerunText{display:none}.Header-module__Mayysq__rerunButton{padding:8px 10px}.Header-module__Mayysq__footScanText{display:none}.Header-module__Mayysq__footScanButton{padding:8px 10px}.Header-module__Mayysq__modal{max-width:calc(100vw - 32px);margin:16px}}
.ViewControls-module__PUf-mq__container{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.ViewControls-module__PUf-mq__buttonGrid{grid-template-columns:repeat(3,1fr);gap:4px;width:100%;display:grid}.ViewControls-module__PUf-mq__viewButton{width:100%}
.ControlPanel-module__GTkFWa__controlPanel{z-index:100;pointer-events:none;align-items:stretch;padding:12px 0;display:flex;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.ControlPanel-module__GTkFWa__panelContent{pointer-events:auto;background:var(--color-surface-backdrop);-webkit-backdrop-filter:blur(20px)saturate(1.4);backdrop-filter:blur(20px)saturate(1.4);border-radius:14px;flex-direction:column;align-items:center;gap:10px;min-width:280px;max-width:340px;padding:14px 16px;display:flex;overflow:hidden auto;box-shadow:0 4px 24px -4px #0000001a,0 0 0 1px #0000000a}.ControlPanel-module__GTkFWa__panelContent::-webkit-scrollbar{width:4px}.ControlPanel-module__GTkFWa__panelContent::-webkit-scrollbar-track{background:0 0}.ControlPanel-module__GTkFWa__panelContent::-webkit-scrollbar-thumb{background:#00000026;border-radius:2px}.ControlPanel-module__GTkFWa__panelContent::-webkit-scrollbar-thumb:hover{background:#00000040}.ControlPanel-module__GTkFWa__stepSection{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.ControlPanel-module__GTkFWa__stepHeaderButton{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:4px 0;transition:opacity .2s;display:flex}.ControlPanel-module__GTkFWa__stepHeaderButton:hover{opacity:.8}.ControlPanel-module__GTkFWa__stepBadge{background:var(--color-gray-200);width:20px;height:20px;color:var(--color-gray-500);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;transition:all .2s;display:flex}.ControlPanel-module__GTkFWa__stepBadgeActive{background:var(--color-primary);color:#fff}.ControlPanel-module__GTkFWa__stepTitle{font-size:var(--text-2xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px;text-align:left;flex:1;font-weight:700}.ControlPanel-module__GTkFWa__stepContent{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.ControlPanel-module__GTkFWa__stepContent>*{animation:.3s ease-out ControlPanel-module__GTkFWa__slideDown}.ControlPanel-module__GTkFWa__stepConnector{background:var(--color-gray-200);border-radius:1px;flex-shrink:0;align-self:flex-start;width:2px;height:8px;margin-left:9px}.ControlPanel-module__GTkFWa__subSection{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.ControlPanel-module__GTkFWa__subLabel{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.5px;text-align:left;width:100%;font-size:9px;font-weight:600}.ControlPanel-module__GTkFWa__advanceActions{border-top:1px solid #0000000f;flex-direction:column;gap:8px;width:100%;padding-top:6px;display:flex}.ControlPanel-module__GTkFWa__section{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.ControlPanel-module__GTkFWa__section>:not(:first-child){animation:.3s ease-out ControlPanel-module__GTkFWa__slideDown}.ControlPanel-module__GTkFWa__sectionLabel{font-size:var(--text-2xs);color:var(--color-gray-500);text-align:center;letter-spacing:.5px;text-transform:uppercase;justify-content:center;align-items:center;gap:5px;margin-bottom:2px;font-weight:700;line-height:1.3;display:flex}.ControlPanel-module__GTkFWa__sectionHeaderButton{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:0;transition:opacity .2s;display:flex}.ControlPanel-module__GTkFWa__sectionHeaderButton:hover{opacity:.8}.ControlPanel-module__GTkFWa__sectionHeaderButton .ControlPanel-module__GTkFWa__sectionLabel{flex:1;margin-bottom:0}.ControlPanel-module__GTkFWa__chevronIcon{opacity:.6;flex-shrink:0;transition:transform .3s;transform:rotate(0)}.ControlPanel-module__GTkFWa__chevronIconCollapsed{transform:rotate(-90deg)}.ControlPanel-module__GTkFWa__sectionIcon{opacity:.8;flex-shrink:0}.ControlPanel-module__GTkFWa__buttonRow{flex-direction:row;justify-content:center;gap:8px;width:100%;display:flex}.ControlPanel-module__GTkFWa__buttonGroup{flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.ControlPanel-module__GTkFWa__toggleButtonRow{flex-flow:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.ControlPanel-module__GTkFWa__viewFullRenderInline{white-space:nowrap}.ControlPanel-module__GTkFWa__trimlineEditSection{background:#007aff0a;border:1px solid #007aff1f;border-radius:10px;flex-direction:column;gap:8px;width:100%;margin-top:4px;padding:10px;display:flex}.ControlPanel-module__GTkFWa__trimlineEditHeader{justify-content:center;align-items:center;display:flex}.ControlPanel-module__GTkFWa__zOffsetRow{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.ControlPanel-module__GTkFWa__zOffsetInlineLabel{font-size:var(--text-2xs);color:var(--color-gray-500);text-align:center;letter-spacing:.5px;text-transform:uppercase;justify-content:center;align-items:center;gap:5px;font-weight:700;display:flex}.ControlPanel-module__GTkFWa__labelIcon{opacity:.8;flex-shrink:0}.ControlPanel-module__GTkFWa__sliderContainerInline{flex-direction:column;gap:4px;width:100%;display:flex}.ControlPanel-module__GTkFWa__mirrorButton{min-width:80px}.ControlPanel-module__GTkFWa__videoButton{min-width:60px}.ControlPanel-module__GTkFWa__buttonWithInfo{align-items:center;display:inline-flex}.ControlPanel-module__GTkFWa__sliderContainer{flex-direction:column;gap:6px;width:100%;display:flex}.ControlPanel-module__GTkFWa__slider{background:var(--color-gray-200);appearance:none;cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px;transition:all .2s}.ControlPanel-module__GTkFWa__slider:hover{background:var(--color-gray-300)}.ControlPanel-module__GTkFWa__slider::-webkit-slider-thumb{appearance:none;border-radius:var(--radius-full);background:var(--color-primary);cursor:pointer;width:16px;height:16px;box-shadow:var(--shadow-sm);transition:all .2s}.ControlPanel-module__GTkFWa__slider::-webkit-slider-thumb:hover{box-shadow:var(--shadow-sm);transform:scale(1.15)}.ControlPanel-module__GTkFWa__slider::-moz-range-thumb{border-radius:var(--radius-full);background:var(--color-primary);cursor:pointer;width:16px;height:16px;box-shadow:var(--shadow-sm);border:none;transition:all .2s}.ControlPanel-module__GTkFWa__slider::-moz-range-thumb:hover{box-shadow:var(--shadow-sm);transform:scale(1.15)}.ControlPanel-module__GTkFWa__valueContainer{justify-content:center;align-items:center;gap:6px;display:flex;position:relative}.ControlPanel-module__GTkFWa__sliderValue{font-size:var(--text-xs);color:var(--color-gray-700);text-align:center;font-family:SF Mono,Monaco,Courier New,monospace;font-weight:700;line-height:1.3}.ControlPanel-module__GTkFWa__resetButton{width:20px;height:20px;font-size:var(--text-base);color:var(--color-gray-400);border-radius:var(--radius-full);cursor:pointer;opacity:0;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;transform:scale(.8)}.ControlPanel-module__GTkFWa__valueContainer:hover .ControlPanel-module__GTkFWa__resetButton{opacity:1;transform:scale(1)}.ControlPanel-module__GTkFWa__resetButton:hover{color:var(--color-primary);background:var(--color-primary-ring);border-color:var(--color-primary-ring)}.ControlPanel-module__GTkFWa__resetButton:active{transform:scale(.95)}.ControlPanel-module__GTkFWa__footScoreSimple{justify-content:center;align-items:center;gap:8px;display:flex}.ControlPanel-module__GTkFWa__footScoreText{font-size:var(--text-xs);color:var(--color-gray-900);font-weight:600}.ControlPanel-module__GTkFWa__footScoreDivider{color:var(--color-gray-300);font-weight:400}.ControlPanel-module__GTkFWa__footPlacementSection{border-top:1px solid #0000000f;flex-direction:column;gap:6px;width:100%;padding-top:6px;display:flex}.ControlPanel-module__GTkFWa__footPlacementHeaderButton{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:0;display:flex}.ControlPanel-module__GTkFWa__footPlacementHeaderButton .ControlPanel-module__GTkFWa__footPlacementHeader{flex:1;justify-content:center;margin-bottom:0}.ControlPanel-module__GTkFWa__footPlacementHeader{font-size:var(--text-2xs);color:var(--color-gray-500);text-align:center;letter-spacing:.5px;text-transform:uppercase;justify-content:center;align-items:center;gap:5px;margin-bottom:4px;font-weight:700;display:flex}.ControlPanel-module__GTkFWa__footPlacementHeader .ControlPanel-module__GTkFWa__resetButton{opacity:1;margin-left:4px;transform:scale(1)}.ControlPanel-module__GTkFWa__axisRow{border-radius:var(--radius-sm);align-items:center;gap:8px;width:100%;margin:-4px -6px;padding:4px 6px;transition:background-color .3s,box-shadow .3s;display:flex}.ControlPanel-module__GTkFWa__axisRowHighlighted{background-color:#007aff1f;animation:1s ease-in-out 2 ControlPanel-module__GTkFWa__pulseHighlight;box-shadow:0 0 0 2px #007aff4d}@keyframes ControlPanel-module__GTkFWa__pulseHighlight{0%,to{background-color:#007aff1f;box-shadow:0 0 0 2px #007aff4d}50%{background-color:#007aff40;box-shadow:0 0 0 3px #007aff80}}.ControlPanel-module__GTkFWa__axisLabel{font-size:var(--text-2xs);color:var(--color-primary);text-align:center;flex-shrink:0;width:14px;font-weight:700}.ControlPanel-module__GTkFWa__axisLabelRotation{font-size:var(--text-2xs);color:var(--color-primary);text-align:center;flex-shrink:0;width:20px;font-weight:700}.ControlPanel-module__GTkFWa__axisLabelWide{font-size:var(--text-2xs);color:var(--color-primary);text-align:center;flex-shrink:0;width:28px;font-weight:700}.ControlPanel-module__GTkFWa__axisSlider{background:var(--color-gray-200);appearance:none;cursor:pointer;border-radius:3px;outline:none;flex:1;width:100%;height:5px;transition:all .2s}.ControlPanel-module__GTkFWa__axisSliderHighlighted{background:linear-gradient(90deg,#007aff4d 0%,#007aff80 50%,#007aff4d 100%)}.ControlPanel-module__GTkFWa__axisSlider:hover{background:var(--color-gray-300)}.ControlPanel-module__GTkFWa__axisSlider::-webkit-slider-thumb{appearance:none;border-radius:var(--radius-full);background:var(--color-primary);cursor:pointer;width:14px;height:14px;box-shadow:var(--shadow-sm);transition:all .2s}.ControlPanel-module__GTkFWa__axisSlider::-webkit-slider-thumb:hover{box-shadow:var(--shadow-sm);transform:scale(1.15)}.ControlPanel-module__GTkFWa__axisSlider::-moz-range-thumb{border-radius:var(--radius-full);background:var(--color-primary);cursor:pointer;width:14px;height:14px;box-shadow:var(--shadow-sm);border:none;transition:all .2s}.ControlPanel-module__GTkFWa__axisSlider::-moz-range-thumb:hover{box-shadow:var(--shadow-sm);transform:scale(1.15)}.ControlPanel-module__GTkFWa__axisSlider:disabled{opacity:.5;cursor:not-allowed}.ControlPanel-module__GTkFWa__axisSlider:disabled::-webkit-slider-thumb{background:var(--color-gray-400);cursor:not-allowed}.ControlPanel-module__GTkFWa__axisSlider:disabled::-moz-range-thumb{background:var(--color-gray-400);cursor:not-allowed}.ControlPanel-module__GTkFWa__axisValue{font-size:var(--text-2xs);color:var(--color-gray-700);text-align:right;flex-shrink:0;width:36px;font-family:SF Mono,Monaco,Courier New,monospace;font-weight:700}.ControlPanel-module__GTkFWa__footToggleRow{gap:6px;width:100%;margin-bottom:4px;display:flex}.ControlPanel-module__GTkFWa__footToggleButton{text-align:center;flex:1}.ControlPanel-module__GTkFWa__regenerateContainer{width:100%}.ControlPanel-module__GTkFWa__regenerateProgressContainer{align-items:center;gap:8px;width:100%;margin-top:6px;display:flex}.ControlPanel-module__GTkFWa__regenerateProgressBar{background:var(--color-gray-200);border-radius:3px;flex:1;height:6px;overflow:hidden}.ControlPanel-module__GTkFWa__regenerateProgressFill{background:linear-gradient(90deg,var(--color-primary)0%,var(--color-primary-hover)100%);border-radius:3px;height:100%;transition:width .3s}.ControlPanel-module__GTkFWa__regenerateTime{font-size:var(--text-2xs);color:var(--color-success);text-align:right;min-width:40px;font-weight:600}.ControlPanel-module__GTkFWa__regenerateWarning{width:100%;font-size:var(--text-2xs);color:#92400e;border-radius:var(--radius-sm);text-align:center;background:#f59e0b14;border:1px solid #f59e0b33;padding:6px 8px;font-weight:500}.ControlPanel-module__GTkFWa__regenerateError{width:100%;font-size:var(--text-2xs);color:var(--color-destructive);background:var(--color-destructive-light);border-radius:var(--radius-sm);text-align:center;border:1px solid #dc262633;margin-top:4px;padding:6px 8px}@media (max-height:800px){.ControlPanel-module__GTkFWa__panelContent{gap:8px;padding:10px 14px}}.ControlPanel-module__GTkFWa__undoRedoRow{justify-content:flex-end;gap:6px;display:flex}.ControlPanel-module__GTkFWa__wideButton{width:100%}.ControlPanel-module__GTkFWa__compactButton{min-width:70px}@media (max-width:1200px){.ControlPanel-module__GTkFWa__panelContent{min-width:260px;max-width:320px}}@media (max-width:768px){.ControlPanel-module__GTkFWa__panelContent{gap:8px;min-width:240px;max-width:280px;padding:8px 12px}.ControlPanel-module__GTkFWa__section{gap:4px}}
.FootValidationControlPanel-module__ACewTG__panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#ffffffbf;border:1px solid #ffffff4d;flex-direction:column;gap:0;min-width:260px;max-width:280px;padding:12px 14px;display:flex}.FootValidationControlPanel-module__ACewTG__section{flex-direction:column;gap:8px;padding:8px 0;display:flex}.FootValidationControlPanel-module__ACewTG__section:first-child{padding-top:0}.FootValidationControlPanel-module__ACewTG__section:last-child{padding-bottom:0}.FootValidationControlPanel-module__ACewTG__divider{background:#00000014;height:1px;margin:4px 0}.FootValidationControlPanel-module__ACewTG__toolButtonsRow{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.FootValidationControlPanel-module__ACewTG__videoButtonsRow{justify-content:center;gap:8px;display:flex}.FootValidationControlPanel-module__ACewTG__toolButton{white-space:nowrap}.FootValidationControlPanel-module__ACewTG__keypointSelector{border-radius:var(--radius-md);background:#00000008;flex-direction:column;gap:4px;padding:6px;display:flex}.FootValidationControlPanel-module__ACewTG__keypointSelectorRow{justify-content:center;gap:4px;display:flex}.FootValidationControlPanel-module__ACewTG__keypointSelectBtn{border:1.5px solid var(--color-gray-300);border-radius:var(--radius-sm);background:var(--color-surface);font-size:var(--text-xs);color:var(--color-gray-700);cursor:pointer;align-items:center;gap:4px;padding:4px 8px;font-weight:600;transition:all .15s;display:flex}.FootValidationControlPanel-module__ACewTG__keypointSelectBtn:hover{border-color:var(--color-primary);background:var(--color-gray-50)}.FootValidationControlPanel-module__ACewTG__keypointSelectBtnActive{border-color:var(--color-primary);background:var(--color-primary-ring);color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-ring)}.FootValidationControlPanel-module__ACewTG__keypointSelectBtnSecondary{opacity:.7;font-size:var(--text-2xs)}.FootValidationControlPanel-module__ACewTG__keypointSelectBtnSecondary:hover{opacity:1}.FootValidationControlPanel-module__ACewTG__keypointSelectDot{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.FootValidationControlPanel-module__ACewTG__keypointSelectShortcut{width:16px;height:16px;color:var(--color-gray-500);background:#0000000f;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.FootValidationControlPanel-module__ACewTG__keypointResetBtn{border:1.5px solid var(--color-gray-300);border-radius:var(--radius-sm);background:var(--color-surface);font-size:var(--text-2xs);color:var(--color-gray-500);cursor:pointer;padding:4px 10px;font-weight:600;transition:all .15s}.FootValidationControlPanel-module__ACewTG__keypointResetBtn:hover{border-color:var(--color-destructive);color:var(--color-destructive);background:#dc26260d}.FootValidationControlPanel-module__ACewTG__sizingHeader{justify-content:center;gap:8px;margin-bottom:6px;display:flex}.FootValidationControlPanel-module__ACewTG__sizingChip{background:var(--color-primary-ring);border-radius:var(--radius-sm);font-size:var(--text-xs);color:var(--color-primary);padding:3px 8px;font-weight:600}.FootValidationControlPanel-module__ACewTG__measurementHeaders{border-bottom:1px solid #0000000f;grid-template-columns:1fr auto 1fr;gap:8px;margin-bottom:6px;padding:0 4px 4px;display:grid}.FootValidationControlPanel-module__ACewTG__measurementHeaderSide{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.5px;text-align:center;font-size:9px;font-weight:700}.FootValidationControlPanel-module__ACewTG__measurementHeaderCenter{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.5px;text-align:center;min-width:60px;font-size:9px;font-weight:700}.FootValidationControlPanel-module__ACewTG__measurementsGrid{flex-direction:column;gap:6px;display:flex}.FootValidationControlPanel-module__ACewTG__measurementRow{border-radius:var(--radius-sm);background:#00000005;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:4px;display:grid}.FootValidationControlPanel-module__ACewTG__measurementSide{flex-direction:column;align-items:center;gap:1px;display:flex}.FootValidationControlPanel-module__ACewTG__measurementVal{font-size:var(--text-sm);color:var(--color-gray-800);font-weight:600}.FootValidationControlPanel-module__ACewTG__measurementCenter{flex-direction:column;align-items:center;gap:1px;min-width:60px;display:flex}.FootValidationControlPanel-module__ACewTG__measurementLabel{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.3px;font-weight:700}.FootValidationControlPanel-module__ACewTG__measurementExpected{font-size:var(--text-xs);color:var(--color-gray-500);font-weight:500}.FootValidationControlPanel-module__ACewTG__measurementDiff{font-size:var(--text-2xs);border-radius:3px;padding:1px 4px;font-weight:500}.FootValidationControlPanel-module__ACewTG__measurementDiff.FootValidationControlPanel-module__ACewTG__ok{color:#16a34a;background:#16a34a1a}.FootValidationControlPanel-module__ACewTG__measurementDiff.FootValidationControlPanel-module__ACewTG__warning{color:#ca8a04;background:#ca8a041a}.FootValidationControlPanel-module__ACewTG__measurementDiff.FootValidationControlPanel-module__ACewTG__error{color:var(--color-destructive);background:#dc26261a}.FootValidationControlPanel-module__ACewTG__measurementLabelLength{color:#0af}.FootValidationControlPanel-module__ACewTG__measurementLabelForefoot{color:#06c}.FootValidationControlPanel-module__ACewTG__measurementLabelHeel{color:#036}.FootValidationControlPanel-module__ACewTG__viewGrid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.FootValidationControlPanel-module__ACewTG__viewBtn{text-align:center}.FootValidationControlPanel-module__ACewTG__legendsContainer{flex-direction:column;gap:10px;display:flex}.FootValidationControlPanel-module__ACewTG__legendGroup{flex-direction:column;gap:6px;display:flex}.FootValidationControlPanel-module__ACewTG__legendGroupTitle{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:700}.FootValidationControlPanel-module__ACewTG__keypointLegend{flex-wrap:wrap;gap:16px;display:flex}.FootValidationControlPanel-module__ACewTG__keypointItem{font-size:var(--text-xs);color:var(--color-gray-700);align-items:center;gap:4px;font-weight:500;display:flex}.FootValidationControlPanel-module__ACewTG__keypointDot{border-radius:var(--radius-full);width:8px;height:8px}.FootValidationControlPanel-module__ACewTG__keypointHeel{background:#f44;box-shadow:0 0 4px #f446}.FootValidationControlPanel-module__ACewTG__keypointArch{background:#4f4;box-shadow:0 0 4px #4f46}.FootValidationControlPanel-module__ACewTG__keypointFirstMeta{background:#44f;box-shadow:0 0 4px #44f6}.FootValidationControlPanel-module__ACewTG__keypointFifthMeta{background:#fa0;box-shadow:0 0 4px #fa06}.FootValidationControlPanel-module__ACewTG__measurementLegend{flex-wrap:wrap;gap:16px;display:flex}.FootValidationControlPanel-module__ACewTG__measurementLegendItem{font-size:var(--text-xs);color:var(--color-gray-700);align-items:center;gap:6px;font-weight:500;display:flex}.FootValidationControlPanel-module__ACewTG__measurementLegendMarker{border-radius:2px;width:10px;height:10px}
.RunHistory-module__P3MBpW__container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:520px;height:100%;min-height:400px;padding:48px 32px;display:flex;position:relative;box-shadow:0 8px 32px #00000014}.RunHistory-module__P3MBpW__header{text-align:center;width:100%;margin-bottom:32px}.RunHistory-module__P3MBpW__title{text-align:center;color:#1f2937;letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.RunHistory-module__P3MBpW__emptyState{text-align:center;padding:24px}.RunHistory-module__P3MBpW__emptyIconWrapper{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.RunHistory-module__P3MBpW__footIcon{color:#9ca3af;width:40px;height:40px}.RunHistory-module__P3MBpW__emptyTitle{color:#1f2937;letter-spacing:-.01em;margin:0 0 8px;font-size:1.25rem;font-weight:700}.RunHistory-module__P3MBpW__errorIconWrapper{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.RunHistory-module__P3MBpW__errorIcon{color:#dc2626;width:40px;height:40px}.RunHistory-module__P3MBpW__errorTitle{color:#dc2626;letter-spacing:-.01em;margin:0 0 8px;font-size:1.25rem;font-weight:700}.RunHistory-module__P3MBpW__emptyDescription{color:#6b7280;max-width:280px;margin:0;font-size:.9375rem;line-height:1.5}.RunHistory-module__P3MBpW__loadingState{flex-direction:column;align-items:center;gap:16px;padding:24px;display:flex}.RunHistory-module__P3MBpW__loadingText{color:#6b7280;margin:0;font-size:.9375rem}.RunHistory-module__P3MBpW__noRuns{text-align:center;padding:24px}.RunHistory-module__P3MBpW__noRunsIconWrapper{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.RunHistory-module__P3MBpW__noRunsIcon{color:#d97706;width:36px;height:36px}.RunHistory-module__P3MBpW__noRunsTitle{color:#1f2937;letter-spacing:-.01em;margin:0 0 8px;font-size:1.25rem;font-weight:700}.RunHistory-module__P3MBpW__noRunsDescription{color:#6b7280;max-width:280px;margin:0 0 28px;font-size:.9375rem;line-height:1.5}.RunHistory-module__P3MBpW__runsList{flex-direction:column;gap:10px;width:100%;max-height:320px;margin-right:-8px;padding-right:8px;display:flex;overflow-y:auto}.RunHistory-module__P3MBpW__runsList::-webkit-scrollbar{width:6px}.RunHistory-module__P3MBpW__runsList::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.RunHistory-module__P3MBpW__runsList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.RunHistory-module__P3MBpW__runsList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.RunHistory-module__P3MBpW__runCard{cursor:pointer;text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:16px;width:100%;padding:14px 18px;transition:all .2s;display:flex}.RunHistory-module__P3MBpW__runCard:hover{background:#fff;border-color:#007aff;transform:translate(4px);box-shadow:0 4px 16px #007aff1f}.RunHistory-module__P3MBpW__runIndex{color:#007aff;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:8px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:.8125rem;font-weight:700;display:flex}.RunHistory-module__P3MBpW__runInfo{flex-direction:column;flex:1;gap:4px;display:flex}.RunHistory-module__P3MBpW__runId{color:#1f2937;font-size:.9375rem;font-weight:600}.RunHistory-module__P3MBpW__runId code{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-radius:6px;margin-left:4px;padding:2px 8px;font-family:SF Mono,Monaco,Roboto Mono,monospace;font-size:.8125rem;font-weight:600}.RunHistory-module__P3MBpW__runTimestamp{color:#6b7280;align-items:center;gap:6px;font-size:.8125rem;display:flex}.RunHistory-module__P3MBpW__timestampIcon{color:#9ca3af;width:14px;height:14px}.RunHistory-module__P3MBpW__runArrow{color:#d1d5db;width:24px;height:24px;transition:all .2s}.RunHistory-module__P3MBpW__runArrow svg{width:100%;height:100%}.RunHistory-module__P3MBpW__runCard:hover .RunHistory-module__P3MBpW__runArrow{color:#007aff;transform:translate(4px)}.RunHistory-module__P3MBpW__runButtonPrimary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#007aff 0%,#06d 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #007aff40}.RunHistory-module__P3MBpW__runButtonPrimary:hover:not(:disabled){background:linear-gradient(135deg,#06d 0%,#05b 100%);transform:translateY(-2px);box-shadow:0 6px 24px #007aff59}.RunHistory-module__P3MBpW__runButtonPrimary:disabled{box-shadow:none;cursor:not-allowed;background:#d1d5db}.RunHistory-module__P3MBpW__buttonIcon{width:20px;height:20px}.RunHistory-module__P3MBpW__buttonSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite RunHistory-module__P3MBpW__spin}.RunHistory-module__P3MBpW__footer{text-align:center;border-top:1px solid #e5e7eb;width:100%;margin-top:24px;padding-top:24px}.RunHistory-module__P3MBpW__runButtonSecondary{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.RunHistory-module__P3MBpW__runButtonSecondary:hover:not(:disabled){color:#007aff;background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border-color:#007aff}.RunHistory-module__P3MBpW__runButtonSecondary:disabled{opacity:.6;cursor:not-allowed}.RunHistory-module__P3MBpW__buttonIconSmall{width:16px;height:16px}.RunHistory-module__P3MBpW__buttonSpinnerSmall{border:2px solid #e5e7eb;border-top-color:#007aff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite RunHistory-module__P3MBpW__spin}.RunHistory-module__P3MBpW__toast{z-index:100;border-radius:12px;align-items:center;gap:10px;max-width:calc(100% - 32px);padding:12px 16px;font-size:.875rem;font-weight:500;animation:.3s ease-out RunHistory-module__P3MBpW__slideInDown;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000026}@keyframes RunHistory-module__P3MBpW__slideInDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.RunHistory-module__P3MBpW__toastSuccess{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:1px solid #6ee7b7}.RunHistory-module__P3MBpW__toastError{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #fca5a5}.RunHistory-module__P3MBpW__toastIcon{flex-shrink:0;width:20px;height:20px}.RunHistory-module__P3MBpW__toastIcon svg{width:100%;height:100%}.RunHistory-module__P3MBpW__toastMessage{flex:1;line-height:1.4}.RunHistory-module__P3MBpW__toastDismiss{cursor:pointer;opacity:.6;background:0 0;border:none;flex-shrink:0;width:20px;height:20px;padding:0;transition:opacity .15s}.RunHistory-module__P3MBpW__toastDismiss:hover{opacity:1}.RunHistory-module__P3MBpW__toastDismiss svg{width:100%;height:100%}.RunHistory-module__P3MBpW__errorBanner{z-index:100;background:#fff;border:1px solid #fca5a5;border-radius:12px;animation:.3s ease-out RunHistory-module__P3MBpW__slideInDown;position:absolute;top:16px;left:16px;right:16px;overflow:hidden;box-shadow:0 4px 20px #dc262626}.RunHistory-module__P3MBpW__errorBannerHeader{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);align-items:flex-start;gap:12px;padding:16px;display:flex}.RunHistory-module__P3MBpW__errorBannerIcon{background:linear-gradient(135deg,#fecaca 0%,#fca5a5 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.RunHistory-module__P3MBpW__errorBannerIcon svg{color:#dc2626;width:20px;height:20px}.RunHistory-module__P3MBpW__errorBannerContent{flex:1;min-width:0}.RunHistory-module__P3MBpW__errorBannerTitle{color:#991b1b;margin:0 0 4px;font-size:.9375rem;font-weight:700}.RunHistory-module__P3MBpW__errorBannerMessage{color:#b91c1c;word-break:break-word;margin:0;font-size:.875rem;line-height:1.5}.RunHistory-module__P3MBpW__errorBannerDismiss{cursor:pointer;background:#dc26261a;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:flex}.RunHistory-module__P3MBpW__errorBannerDismiss:hover{background:#dc262633}.RunHistory-module__P3MBpW__errorBannerDismiss svg{color:#dc2626;width:16px;height:16px}.RunHistory-module__P3MBpW__errorDetailsToggle{cursor:pointer;color:#b91c1c;background:#fef2f2;border:none;border-top:1px solid #fecaca;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px 16px;font-size:.8125rem;font-weight:500;transition:background .15s;display:flex}.RunHistory-module__P3MBpW__errorDetailsToggle:hover{background:#fee2e2}.RunHistory-module__P3MBpW__errorDetailsToggle svg{width:16px;height:16px;transition:transform .2s}.RunHistory-module__P3MBpW__chevronDown{transform:rotate(0)}.RunHistory-module__P3MBpW__chevronUp{transform:rotate(180deg)}.RunHistory-module__P3MBpW__errorDetailsContent{background:#1f2937;border-top:1px solid #fecaca;padding:12px 16px}.RunHistory-module__P3MBpW__errorDetailsPre{color:#f3f4f6;white-space:pre-wrap;word-break:break-all;max-height:200px;margin:0;font-family:SF Mono,Monaco,Roboto Mono,monospace;font-size:.75rem;line-height:1.6;overflow-y:auto}.RunHistory-module__P3MBpW__errorDetailsPre::-webkit-scrollbar{width:6px}.RunHistory-module__P3MBpW__errorDetailsPre::-webkit-scrollbar-track{background:#374151;border-radius:3px}.RunHistory-module__P3MBpW__errorDetailsPre::-webkit-scrollbar-thumb{background:#6b7280;border-radius:3px}.RunHistory-module__P3MBpW__errorDetailsPre::-webkit-scrollbar-thumb:hover{background:#9ca3af}.RunHistory-module__P3MBpW__progressContainer{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:calc(100% - 32px);padding:16px;animation:.3s ease-out RunHistory-module__P3MBpW__slideInDown;position:absolute;top:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #007aff26}.RunHistory-module__P3MBpW__progressHeader{align-items:center;gap:12px;margin-bottom:12px;display:flex}.RunHistory-module__P3MBpW__progressSpinner{will-change:transform;backface-visibility:hidden;border:3px solid #e5e7eb;border-top-color:#007aff;border-radius:50%;flex-shrink:0;width:24px;height:24px;animation:.8s linear infinite RunHistory-module__P3MBpW__spin;transform:translateZ(0)}.RunHistory-module__P3MBpW__progressText{color:#1f2937;flex:1;margin:0;font-size:.9375rem;font-weight:600}.RunHistory-module__P3MBpW__progressPercentage{color:#007aff;margin:0;font-size:.875rem;font-weight:700}.RunHistory-module__P3MBpW__progressBarTrack{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border-radius:4px;width:100%;height:8px;position:relative;overflow:hidden}.RunHistory-module__P3MBpW__progressBarFill{will-change:width;background:linear-gradient(135deg,#007aff 0%,#06d 100%);border-radius:4px;height:100%;transition:width .2s ease-out;position:relative;overflow:hidden}.RunHistory-module__P3MBpW__progressBarFill:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);animation:2s infinite RunHistory-module__P3MBpW__shimmer;position:absolute;inset:0}@keyframes RunHistory-module__P3MBpW__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.RunHistory-module__P3MBpW__progressSubtext{color:#6b7280;text-align:center;margin-top:8px;font-size:.8125rem}
.ToggleColumn-module__jAyMuq__container{flex-direction:column;display:flex}.ToggleColumn-module__jAyMuq__title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);text-align:center;margin-bottom:8px;font-size:.75rem;font-weight:600}.ToggleColumn-module__jAyMuq__card{background-color:var(--panel-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);flex-direction:column;align-items:center;gap:8px;padding:12px;display:flex}.ToggleColumn-module__jAyMuq__togglePill{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;text-align:center;width:100%;box-shadow:var(--shadow-sm);background-color:#fff;border-radius:9999px;padding:6px 12px;font-size:.8rem;transition:all .2s}.ToggleColumn-module__jAyMuq__togglePill:hover{background-color:#f9fafb;border-color:#d1d5db}.ToggleColumn-module__jAyMuq__togglePill.ToggleColumn-module__jAyMuq__active{border-color:var(--accent-color);color:var(--accent-color);background-color:#eff6ff;font-weight:600}.ToggleColumn-module__jAyMuq__subLabel{opacity:.8;font-size:.7em;display:block}
.AcceptReject-module__t9Q6lq__acceptRejectContainer{width:100%;min-width:0;max-width:100%;margin:0 auto}.AcceptReject-module__t9Q6lq__buttonGroup{gap:12px;display:flex}.AcceptReject-module__t9Q6lq__actionButton{text-transform:uppercase;letter-spacing:.6px;min-width:160px;height:44px;font-size:var(--text-sm);flex:1;font-weight:600}.AcceptReject-module__t9Q6lq__rejectionReasons{flex-flow:wrap;align-items:center;gap:12px;width:100%;max-width:100%;padding:4px 0;display:flex}.AcceptReject-module__t9Q6lq__rejectionTitle{font-size:var(--text-2xs);color:var(--color-gray-500);white-space:nowrap;text-transform:uppercase;letter-spacing:.2px;margin:0;font-weight:600}.AcceptReject-module__t9Q6lq__checkboxGroup{flex-flow:wrap;flex:1;align-items:center;gap:8px;display:flex}.AcceptReject-module__t9Q6lq__checkboxLabel{font-size:var(--text-2xs);color:var(--color-gray-700);cursor:pointer;border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none;white-space:nowrap;background:var(--color-gray-50);border:1px solid var(--color-border);align-items:center;gap:6px;padding:6px 10px;font-weight:500;transition:all .2s;display:flex}.AcceptReject-module__t9Q6lq__checkboxLabel span{line-height:1.2}.AcceptReject-module__t9Q6lq__checkboxLabel:hover{background:var(--color-gray-100);border-color:var(--color-gray-300)}.AcceptReject-module__t9Q6lq__checkbox{cursor:pointer;width:14px;height:14px;accent-color:var(--color-primary);border-radius:3px;flex-shrink:0;transition:transform .15s}.AcceptReject-module__t9Q6lq__checkbox:hover{transform:scale(1.1)}.AcceptReject-module__t9Q6lq__otherTextInput{width:160px;font-size:var(--text-2xs);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-sm);box-sizing:border-box;background:var(--color-surface);padding:6px 10px;font-family:inherit;transition:all .2s}.AcceptReject-module__t9Q6lq__otherTextInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-ring);outline:none}.AcceptReject-module__t9Q6lq__otherTextInput:hover{border-color:var(--color-gray-400)}.AcceptReject-module__t9Q6lq__rejectionActions{flex-shrink:0;gap:8px;display:flex}.AcceptReject-module__t9Q6lq__submitButton{background:var(--color-surface);color:var(--color-destructive);border:2px solid var(--color-destructive);min-width:auto;font-size:var(--text-2xs);padding:6px 16px}.AcceptReject-module__t9Q6lq__submitButton:hover:not(:disabled){background:var(--color-destructive);color:var(--color-surface);box-shadow:var(--shadow-md)}.AcceptReject-module__t9Q6lq__cancelButton{background:var(--color-surface);color:var(--color-gray-500);border:2px solid var(--color-gray-300);min-width:auto;font-size:var(--text-2xs);padding:6px 16px}.AcceptReject-module__t9Q6lq__cancelButton:hover:not(:disabled){background:var(--color-gray-100);border-color:var(--color-gray-400);color:var(--color-gray-700)}.AcceptReject-module__t9Q6lq__sideSelectionContainer{border-right:1px solid var(--color-border);align-items:center;gap:8px;padding-right:12px;display:flex}.AcceptReject-module__t9Q6lq__sideButtonGroup{background:var(--color-gray-100);border-radius:var(--radius-sm);gap:2px;padding:2px;display:flex}.AcceptReject-module__t9Q6lq__sideButton{font-size:var(--text-2xs);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.3px;background:0 0;border:none;padding:5px 12px;font-weight:600;transition:all .2s}.AcceptReject-module__t9Q6lq__sideButton:hover:not(:disabled){background:var(--color-surface);color:var(--color-gray-700)}.AcceptReject-module__t9Q6lq__sideButtonActive{background:var(--color-primary);color:var(--color-surface);box-shadow:var(--shadow-sm)}.AcceptReject-module__t9Q6lq__sideButtonActive:hover:not(:disabled){background:var(--color-primary-hover);color:var(--color-surface)}.AcceptReject-module__t9Q6lq__sideButtonDisabled{opacity:.4;cursor:not-allowed}@media (max-width:768px){.AcceptReject-module__t9Q6lq__rejectionReasons{flex-direction:column;align-items:flex-start;gap:10px}.AcceptReject-module__t9Q6lq__sideSelectionContainer{border-right:none;border-bottom:1px solid var(--color-border);width:100%;margin-bottom:4px;padding-bottom:8px;padding-right:0}.AcceptReject-module__t9Q6lq__checkboxGroup{flex-direction:column;align-items:flex-start;gap:6px;width:100%}.AcceptReject-module__t9Q6lq__checkboxLabel,.AcceptReject-module__t9Q6lq__otherTextInput{width:100%}.AcceptReject-module__t9Q6lq__rejectionActions{justify-content:flex-end;width:100%}.AcceptReject-module__t9Q6lq__actionButton{min-width:100px}}@media (max-width:480px){.AcceptReject-module__t9Q6lq__rejectionReasons{gap:8px}.AcceptReject-module__t9Q6lq__actionButton{font-size:var(--text-xs)}.AcceptReject-module__t9Q6lq__rejectionTitle{font-size:9px}}
.page-module__aNLSva__container{background:#f5f5f7;grid-template-rows:60px 1fr;gap:0;width:100%;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:grid;overflow:hidden}.page-module__aNLSva__header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 28px;display:flex}.page-module__aNLSva__headerLeft{align-items:center;gap:16px;display:flex}.page-module__aNLSva__headerRight{align-items:center;gap:12px;display:flex}.page-module__aNLSva__logo{width:auto;height:28px}.page-module__aNLSva__title{color:#007aff;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:600}.page-module__aNLSva__poNumber{color:#6b7280;background:#f3f4f6;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:500}.page-module__aNLSva__main{background:#f5f5f7;min-height:0;display:flex;position:relative;overflow:hidden}.page-module__aNLSva__controlPanelWrapper{z-index:100;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.page-module__aNLSva__projectTButton{color:#7c3aed;cursor:pointer;background:#7c3aed14;border:1px solid #7c3aed33;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.page-module__aNLSva__projectTButton:hover:not(:disabled){background:#7c3aed26;border-color:#7c3aed66}.page-module__aNLSva__projectTButton:disabled{opacity:.5;cursor:not-allowed}.page-module__aNLSva__rerunIcon{font-size:14px}.page-module__aNLSva__measurementDisplay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:100;background:#ffffffbf;border:1px solid #ffffff4d;border-radius:10px;min-width:180px;padding:12px 16px;position:absolute;top:20px;left:20px;box-shadow:0 4px 16px #00000014}.page-module__aNLSva__measurementHeader{color:#374151;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;font-size:11px;font-weight:600;display:flex}.page-module__aNLSva__measurementReset{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:500;transition:all .15s}.page-module__aNLSva__measurementReset:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.page-module__aNLSva__measurementResults{flex-direction:column;gap:6px;display:flex}.page-module__aNLSva__measurementResultRow{justify-content:space-between;align-items:center;font-size:12px;display:flex}.page-module__aNLSva__measurementResultRow span{color:#6b7280}.page-module__aNLSva__measurementResultRow strong{color:#1f2937;font-family:SF Mono,Monaco,monospace}.page-module__aNLSva__measurementHint{color:#6b7280;text-align:center;padding:8px 0;font-size:11px}@media (max-width:768px){.page-module__aNLSva__header{padding:0 16px}.page-module__aNLSva__title{font-size:16px}.page-module__aNLSva__controlPanelWrapper{max-width:95vw;bottom:10px}}
.FRAcceptReject-module__hmSttq__container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:10px;padding:12px;display:flex}.FRAcceptReject-module__hmSttq__title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.FRAcceptReject-module__hmSttq__buttonGroup{flex-direction:column;gap:8px;display:flex}.FRAcceptReject-module__hmSttq__button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:2px solid #0000;border-radius:8px;width:100%;padding:12px 16px;font-size:13px;font-weight:600;transition:all .2s}.FRAcceptReject-module__hmSttq__button:hover{transform:translateY(-1px)}.FRAcceptReject-module__hmSttq__button:active{transform:translateY(0)scale(.99)}.FRAcceptReject-module__hmSttq__button:disabled{opacity:.5;cursor:not-allowed;transform:none}.FRAcceptReject-module__hmSttq__acceptButton{color:#059669;background:#fff;border-color:#059669;box-shadow:0 2px 8px #0596691f}.FRAcceptReject-module__hmSttq__acceptButton:hover:not(:disabled){color:#fff;background:#059669;box-shadow:0 4px 16px #05966940}.FRAcceptReject-module__hmSttq__acceptButton:active:not(:disabled){box-shadow:0 2px 8px #05966933}.FRAcceptReject-module__hmSttq__rejectButton{color:#dc2626;background:#fff;border-color:#dc2626;box-shadow:0 2px 8px #dc26261f}.FRAcceptReject-module__hmSttq__rejectButton:hover:not(:disabled){color:#fff;background:#dc2626;box-shadow:0 4px 16px #dc262640}.FRAcceptReject-module__hmSttq__rejectButton:active:not(:disabled){box-shadow:0 2px 8px #dc262633}.FRAcceptReject-module__hmSttq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#00000080;justify-content:center;align-items:center;animation:.15s ease-out FRAcceptReject-module__hmSttq__fadeIn;display:flex;position:fixed;inset:0}@keyframes FRAcceptReject-module__hmSttq__fadeIn{0%{opacity:0}to{opacity:1}}.FRAcceptReject-module__hmSttq__modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:420px;max-height:90vh;animation:.2s ease-out FRAcceptReject-module__hmSttq__slideUp;overflow-y:auto;box-shadow:0 24px 80px #0003}@keyframes FRAcceptReject-module__hmSttq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.FRAcceptReject-module__hmSttq__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.FRAcceptReject-module__hmSttq__modalTitle{color:#1f2937;margin:0;font-size:16px;font-weight:600}.FRAcceptReject-module__hmSttq__closeButton{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;line-height:1;transition:all .15s;display:flex}.FRAcceptReject-module__hmSttq__closeButton:hover{color:#374151;background:#e5e7eb}.FRAcceptReject-module__hmSttq__section{border-bottom:1px solid #f3f4f6;padding:16px 20px}.FRAcceptReject-module__hmSttq__section:last-of-type{border-bottom:none}.FRAcceptReject-module__hmSttq__sectionLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:11px;font-weight:600;display:block}.FRAcceptReject-module__hmSttq__checkboxGroup{flex-direction:column;gap:10px;display:flex}.FRAcceptReject-module__hmSttq__checkboxLabel{cursor:pointer;color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;transition:all .15s;display:flex}.FRAcceptReject-module__hmSttq__checkboxLabel:hover{background:#f3f4f6;border-color:#d1d5db}.FRAcceptReject-module__hmSttq__checkbox{accent-color:#007aff;cursor:pointer;width:16px;height:16px}.FRAcceptReject-module__hmSttq__notesInput{resize:vertical;color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;outline:none;width:100%;min-height:60px;padding:10px 12px;font-family:inherit;font-size:13px;transition:all .15s}.FRAcceptReject-module__hmSttq__notesInput:focus{border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.FRAcceptReject-module__hmSttq__notesInput::placeholder{color:#9ca3af;font-style:italic}.FRAcceptReject-module__hmSttq__actions{background:#f9fafb;border-radius:0 0 12px 12px;gap:10px;padding:16px 20px;display:flex}.FRAcceptReject-module__hmSttq__cancelButton{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:8px;flex:1;padding:10px 16px;font-size:13px;font-weight:600;transition:all .15s}.FRAcceptReject-module__hmSttq__cancelButton:hover{color:#374151;background:#f3f4f6;border-color:#9ca3af}.FRAcceptReject-module__hmSttq__submitButton{color:#dc2626;cursor:pointer;background:#fff;border:2px solid #dc2626;border-radius:8px;flex:1;padding:10px 16px;font-size:13px;font-weight:600;transition:all .15s}.FRAcceptReject-module__hmSttq__submitButton:hover:not(:disabled){color:#fff;background:#dc2626;box-shadow:0 4px 12px #dc262633}.FRAcceptReject-module__hmSttq__submitButton:disabled{opacity:.4;cursor:not-allowed}
.VideoFramePicker-module__-HstqW__overlay{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.VideoFramePicker-module__-HstqW__modal{background:#fff;border-radius:14px;flex-direction:column;gap:0;width:min(680px,95vw);display:flex;overflow:hidden;box-shadow:0 24px 48px #0003}.VideoFramePicker-module__-HstqW__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.VideoFramePicker-module__-HstqW__title{color:#111827;margin:0;font-size:1rem;font-weight:600}.VideoFramePicker-module__-HstqW__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:2px 6px;font-size:1.4rem;line-height:1}.VideoFramePicker-module__-HstqW__closeButton:hover{color:#111827}.VideoFramePicker-module__-HstqW__body{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.VideoFramePicker-module__-HstqW__hiddenVideo{display:none}.VideoFramePicker-module__-HstqW__previewContainer{aspect-ratio:4/3;background:#111;border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.VideoFramePicker-module__-HstqW__previewCanvas{object-fit:contain;width:100%;height:100%;display:block}.VideoFramePicker-module__-HstqW__loadingState,.VideoFramePicker-module__-HstqW__errorState{color:#9ca3af;flex-direction:column;align-items:center;gap:10px;font-size:.85rem;display:flex}.VideoFramePicker-module__-HstqW__errorState{color:#ef4444;text-align:center;padding:12px}.VideoFramePicker-module__-HstqW__spinner{border:3px solid #fff3;border-top-color:#fff;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite VideoFramePicker-module__-HstqW__spin}@keyframes VideoFramePicker-module__-HstqW__spin{to{transform:rotate(360deg)}}.VideoFramePicker-module__-HstqW__seekingOverlay{color:#fff;letter-spacing:.05em;background:#00000059;justify-content:center;align-items:center;font-size:.8rem;font-weight:500;display:flex;position:absolute;inset:0}.VideoFramePicker-module__-HstqW__controls{flex-direction:column;gap:10px;display:flex}.VideoFramePicker-module__-HstqW__timelineRow{align-items:center;gap:10px;display:flex}.VideoFramePicker-module__-HstqW__timeLabel{font-variant-numeric:tabular-nums;color:#6b7280;white-space:nowrap;min-width:56px;font-size:.75rem}.VideoFramePicker-module__-HstqW__timeLabel:last-child{text-align:right}.VideoFramePicker-module__-HstqW__timeline{appearance:none;cursor:pointer;background:#e5e7eb;border-radius:999px;outline:none;flex:1;height:6px}.VideoFramePicker-module__-HstqW__timeline::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#3b82f6;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0000004d}.VideoFramePicker-module__-HstqW__timeline::-webkit-slider-runnable-track{background:linear-gradient(to right,#3b82f6 0%,#3b82f6 var(--progress,0%),#e5e7eb var(--progress,0%),#e5e7eb 100%);border-radius:999px;height:6px}.VideoFramePicker-module__-HstqW__frameStepRow{justify-content:center;gap:12px;display:flex}.VideoFramePicker-module__-HstqW__stepButton{cursor:pointer;color:#374151;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:6px 16px;font-size:.8rem;transition:background .15s}.VideoFramePicker-module__-HstqW__stepButton:hover{background:#e5e7eb}.VideoFramePicker-module__-HstqW__footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.VideoFramePicker-module__-HstqW__cancelButton{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:9px 20px;font-size:.875rem;font-weight:500;transition:background .15s}.VideoFramePicker-module__-HstqW__cancelButton:hover{background:#f9fafb}.VideoFramePicker-module__-HstqW__selectButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:9px 20px;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s}.VideoFramePicker-module__-HstqW__selectButton:hover:not(:disabled){background:#2563eb}.VideoFramePicker-module__-HstqW__selectButton:disabled{cursor:not-allowed;background:#93c5fd}
.Login-module__x6BMva__loginContainer{background:#f5f5f7;justify-content:center;align-items:center;width:100%;height:100vh;padding:20px;display:flex}.Login-module__x6BMva__loginCard{background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);width:100%;max-width:420px;padding:48px 64px}.Login-module__x6BMva__loginHeader{text-align:center;margin-bottom:32px}.Login-module__x6BMva__logo{width:auto;height:32px;margin-bottom:16px}.Login-module__x6BMva__loginTitle{color:var(--color-primary);letter-spacing:-.02em;margin:0 0 8px;font-size:1.5rem;font-weight:600}.Login-module__x6BMva__loginSubtitle{color:var(--color-gray-500);margin:0;font-size:.9375rem}.Login-module__x6BMva__loginForm{flex-direction:column;gap:20px;display:flex}.Login-module__x6BMva__formGroup{flex-direction:column;gap:8px;display:flex}.Login-module__x6BMva__label{color:var(--color-gray-700);font-size:.875rem;font-weight:600}.Login-module__x6BMva__input{border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-gray-800);background:var(--color-surface);padding:12px 16px;font-family:inherit;font-size:.9375rem;transition:all .2s}.Login-module__x6BMva__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-ring);outline:none}.Login-module__x6BMva__input:disabled{background:var(--color-gray-50);cursor:not-allowed;opacity:.6}.Login-module__x6BMva__input::placeholder{color:var(--color-gray-400)}.Login-module__x6BMva__errorMessage{border-radius:var(--radius-md);color:var(--color-destructive);background:#dc26260f;border:1px solid #dc26261f;margin-bottom:4px;padding:12px 16px;font-size:.875rem}.Login-module__x6BMva__successMessage{border-radius:var(--radius-md);color:var(--color-success-hover);text-align:center;background:#0596690f;border:1px solid #0596691f;padding:16px;font-size:1rem;font-weight:600}.Login-module__x6BMva__submitButton{background:var(--color-primary);width:100%;color:var(--color-surface);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.Login-module__x6BMva__submitButton:hover:not(:disabled){background:var(--color-primary-hover);box-shadow:0 4px 12px var(--color-primary-ring);transform:translateY(-1px)}.Login-module__x6BMva__submitButton:active:not(:disabled){transform:translateY(0)}.Login-module__x6BMva__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.Login-module__x6BMva__buttonSpinner{flex-shrink:0}@media (max-width:480px){.Login-module__x6BMva__loginCard{padding:32px 24px}.Login-module__x6BMva__loginTitle{font-size:1.25rem}}
.page-module__uO0DPW__page{background:#f5f5f7;flex-direction:column;width:100%;min-height:100vh;display:flex;overflow:auto}.page-module__uO0DPW__header{background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;display:flex}.page-module__uO0DPW__headerLeft{align-items:center;gap:10px;display:flex}.page-module__uO0DPW__backLink{color:#007aff;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.page-module__uO0DPW__backLink:hover{background:#f0f7ff}.page-module__uO0DPW__headerTitle{color:#1f2937;margin:0;font-size:1rem;font-weight:600}.page-module__uO0DPW__headerRight{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.page-module__uO0DPW__dateInputGroup{align-items:center;gap:6px;display:flex}.page-module__uO0DPW__dateInputLabel{color:#6b7280;font-size:.75rem;font-weight:500}.page-module__uO0DPW__dateInput{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;padding:4px 8px;font-size:.75rem;transition:border-color .15s}.page-module__uO0DPW__dateInput:hover{border-color:#d1d5db}.page-module__uO0DPW__dateInput:focus{border-color:#007aff;box-shadow:0 0 0 2px #007aff1a}.page-module__uO0DPW__refreshButton{color:#fff;cursor:pointer;background:#007aff;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.page-module__uO0DPW__refreshButton:hover:not(:disabled){background:#06d}.page-module__uO0DPW__refreshButton:disabled{opacity:.6;cursor:not-allowed}.page-module__uO0DPW__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:12px 16px}.page-module__uO0DPW__loadingContainer{color:#6b7280;justify-content:center;align-items:center;gap:8px;height:300px;font-size:.875rem;display:flex}.page-module__uO0DPW__errorContainer{color:#ef4444;justify-content:center;align-items:center;gap:8px;height:300px;font-size:.875rem;display:flex}.page-module__uO0DPW__summaryGrid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px;display:grid}@media (max-width:768px){.page-module__uO0DPW__summaryGrid{grid-template-columns:repeat(2,1fr)}}.page-module__uO0DPW__summaryCard{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;box-shadow:0 1px 4px #0000000a}.page-module__uO0DPW__summaryCardLabel{text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin:0 0 4px;font-size:.625rem;font-weight:600}.page-module__uO0DPW__summaryCardValue{margin:0;font-size:1.5rem;font-weight:700}.page-module__uO0DPW__summaryCardSub{color:#9ca3af;margin:2px 0 0;font-size:.6875rem}.page-module__uO0DPW__valueDefault{color:#1f2937}.page-module__uO0DPW__valueSuccess{color:#22c55e}.page-module__uO0DPW__valueWarning{color:#f59e0b}.page-module__uO0DPW__valueDanger{color:#ef4444}.page-module__uO0DPW__section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.page-module__uO0DPW__sectionHeader{background:#fafafa;border-bottom:1px solid #f3f4f6;padding:8px 12px}.page-module__uO0DPW__sectionTitle{color:#1f2937;margin:0;font-size:.8125rem;font-weight:600}.page-module__uO0DPW__sectionTitleRow{align-items:center;gap:8px;display:flex}.page-module__uO0DPW__infoButtonWrap{align-items:center;display:inline-flex;position:relative}.page-module__uO0DPW__infoButton{color:#64748b;cursor:help;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.page-module__uO0DPW__infoTooltip{color:#fff;opacity:0;visibility:hidden;pointer-events:none;z-index:10;background:#111827;border-radius:8px;width:240px;padding:8px 10px;font-size:.6875rem;line-height:1.4;transition:opacity .15s,visibility .15s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0f172a2e}.page-module__uO0DPW__infoButtonWrap:hover .page-module__uO0DPW__infoTooltip,.page-module__uO0DPW__infoButtonWrap:focus-within .page-module__uO0DPW__infoTooltip{opacity:1;visibility:visible}.page-module__uO0DPW__sectionContent{padding:12px}.page-module__uO0DPW__chartsRow{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.page-module__uO0DPW__chartsRow>.page-module__uO0DPW__section{flex:1;min-width:320px;margin-bottom:0}.page-module__uO0DPW__chartContainer{width:100%;height:280px}.page-module__uO0DPW__chartContainerSmall{width:100%;height:220px}.page-module__uO0DPW__scatterContainer{width:100%;height:320px}.page-module__uO0DPW__pairedSummary{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.page-module__uO0DPW__pairedCard{text-align:center;border:1px solid;border-radius:6px;flex:1;min-width:120px;padding:10px 14px}.page-module__uO0DPW__pairedCardGreen{background:#f0fdf4;border-color:#bbf7d0}.page-module__uO0DPW__pairedCardYellow{background:#fffbeb;border-color:#fde68a}.page-module__uO0DPW__pairedCardRed{background:#fef2f2;border-color:#fecaca}.page-module__uO0DPW__pairedCardGray{background:#f9fafb;border-color:#e5e7eb}.page-module__uO0DPW__pairedCardValue{margin:0;font-size:1.25rem;font-weight:700}.page-module__uO0DPW__pairedCardLabel{text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin:2px 0 0;font-size:.625rem;font-weight:600}.page-module__uO0DPW__subScoresRow{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.page-module__uO0DPW__subScoresRow>.page-module__uO0DPW__section{flex:1;min-width:300px;margin-bottom:0}.page-module__uO0DPW__tableControls{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:12px;padding:8px 12px;display:flex}.page-module__uO0DPW__searchInput{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;width:220px;padding:6px 10px;font-size:.75rem;transition:border-color .15s}.page-module__uO0DPW__searchInput:focus{border-color:#007aff;box-shadow:0 0 0 2px #007aff1a}.page-module__uO0DPW__searchInput::placeholder{color:#9ca3af}.page-module__uO0DPW__filterSelect{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;padding:6px 10px;font-size:.75rem}.page-module__uO0DPW__filterSelect:focus{border-color:#007aff;box-shadow:0 0 0 2px #007aff1a}.page-module__uO0DPW__tableCount{color:#6b7280;margin-left:auto;font-size:.6875rem}.page-module__uO0DPW__tableWrapper{max-height:600px;overflow:auto}.page-module__uO0DPW__table{border-collapse:collapse;width:100%;font-size:.75rem}.page-module__uO0DPW__table thead{z-index:1;position:sticky;top:0}.page-module__uO0DPW__table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:8px 10px;font-size:.625rem;font-weight:700}.page-module__uO0DPW__table th:hover{background:#f3f4f6}.page-module__uO0DPW__table td{color:#374151;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:6px 10px}.page-module__uO0DPW__table tr:hover td{background:#f9fafb}.page-module__uO0DPW__workbenchLink{color:#007aff;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.6875rem;text-decoration:none}.page-module__uO0DPW__workbenchLink:hover{text-decoration:underline}.page-module__uO0DPW__inspectLink{color:#007aff;font-size:.6875rem;font-weight:500;text-decoration:none}.page-module__uO0DPW__inspectLink:hover{text-decoration:underline}.page-module__uO0DPW__scoreCell{font-variant-numeric:tabular-nums;font-weight:600}.page-module__uO0DPW__scorePass{color:#22c55e}.page-module__uO0DPW__scoreMid{color:#f59e0b}.page-module__uO0DPW__scoreFail{color:#ef4444}.page-module__uO0DPW__sideBadge{color:#374151;text-transform:capitalize;background:#e5e7eb;border-radius:3px;padding:1px 6px;font-size:.625rem;font-weight:600;display:inline-block}.page-module__uO0DPW__tooltip{background:#1e293b;border:1px solid #334155;border-radius:6px;min-width:140px;padding:10px 12px;box-shadow:0 4px 12px #0000004d}.page-module__uO0DPW__tooltipLabel{color:#e2e8f0;border-bottom:1px solid #334155;margin-bottom:6px;padding-bottom:6px;font-size:.75rem;font-weight:600}.page-module__uO0DPW__tooltipRow{color:#cbd5e1;justify-content:space-between;gap:12px;padding:2px 0;font-size:.6875rem;display:flex}.page-module__uO0DPW__tooltipValue{color:#e2e8f0;font-weight:600}.page-module__uO0DPW__emptyState{color:#9ca3af;justify-content:center;align-items:center;height:200px;font-size:.75rem;display:flex}
