*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;background:#fafafa;color:#1a1a1a}._container_g1evc_1{display:flex;flex-direction:column;align-items:center;gap:1rem}._title_g1evc_8{font-size:1.8rem;font-weight:700}._subtitle_g1evc_13{color:#666;margin-bottom:.5rem;text-align:center}._tabs_g1evc_19{display:flex;gap:0;border:1px solid #ddd;border-radius:8px;overflow:hidden}._tab_g1evc_19{padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;background:#fff;color:#666;border:none;cursor:pointer;transition:background .15s,color .15s}._tab_g1evc_19:first-child{border-right:1px solid #ddd}._activeTab_g1evc_42{background:#4a90d9;color:#fff}._dropzone_g1evc_47{width:100%;max-width:480px;border:2px dashed #ccc;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}._dropzone_g1evc_47:hover,._dragging_g1evc_59{border-color:#4a90d9;background:#f0f6ff}._hidden_g1evc_64{display:none}._dropText_g1evc_68{color:#999}._fileInfo_g1evc_72{display:flex;flex-direction:column;gap:.25rem}._fileName_g1evc_78{font-weight:600;word-break:break-all}._fileSize_g1evc_83{color:#888;font-size:.9rem}._error_g1evc_88{color:#d32f2f;font-size:.9rem}._continueBtn_g1evc_93{padding:.75rem 2rem;font-size:1rem;font-weight:600;background:#4a90d9;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .15s}._continueBtn_g1evc_93:hover{background:#3a7bc8}._recordArea_g1evc_111{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:480px;padding:2rem}._recordHint_g1evc_121{color:#888;text-align:center;font-size:.9rem;line-height:1.5}._recordBtn_g1evc_128{width:80px;height:80px;border-radius:50%;border:4px solid #d32f2f;background:#ff5252;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .1s}._recordBtn_g1evc_128:hover{transform:scale(1.05)}._recordingIndicator_g1evc_145{display:flex;align-items:center;gap:.75rem}._pulse_g1evc_151{width:14px;height:14px;border-radius:50%;background:#d32f2f;animation:_pulse_g1evc_151 1s ease-in-out infinite}@keyframes _pulse_g1evc_151{0%,to{opacity:1}50%{opacity:.3}}._elapsed_g1evc_164{font-size:1.1rem;font-weight:600;font-variant-numeric:tabular-nums}._stopBtn_g1evc_170{width:80px;height:80px;border-radius:50%;border:4px solid #d32f2f;background:#fff;cursor:pointer;position:relative}._stopBtn_g1evc_170:after{content:"";position:absolute;top:50%;left:50%;width:28px;height:28px;background:#d32f2f;border-radius:4px;transform:translate(-50%,-50%)}._recordDone_g1evc_192{font-size:1.1rem;font-weight:600}._recordActions_g1evc_197{display:flex;gap:.75rem}._reRecordBtn_g1evc_202{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background:#f0f0f0;color:#333;border:none;border-radius:8px;cursor:pointer}._reRecordBtn_g1evc_202:hover{background:#e0e0e0}._container_1q6ut_1{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:420px;margin:0 auto}._title_1q6ut_11{font-size:1.5rem;font-weight:700}._file_1q6ut_16{color:#666;font-size:.9rem;word-break:break-all}._label_1q6ut_22{display:flex;flex-direction:column;gap:.4rem;width:100%;font-size:.9rem;font-weight:600;color:#333}._select_1q6ut_32,._input_1q6ut_33{padding:.6rem .75rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;background:#fff;font-family:inherit}._hint_1q6ut_42{font-weight:400;font-size:.8rem;color:#888;font-style:italic}._select_1q6ut_32:focus,._input_1q6ut_33:focus{outline:none;border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d933}._actions_1q6ut_56{display:flex;gap:.75rem;width:100%;margin-top:.5rem}._backBtn_1q6ut_63{flex:1;padding:.75rem;font-size:1rem;font-weight:600;background:#f0f0f0;color:#333;border:none;border-radius:8px;cursor:pointer}._backBtn_1q6ut_63:hover{background:#e0e0e0}._startBtn_1q6ut_79{flex:2;padding:.75rem;font-size:1rem;font-weight:600;background:#4a90d9;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .15s}._startBtn_1q6ut_79:hover:not(:disabled){background:#3a7bc8}._startBtn_1q6ut_79:disabled{opacity:.5;cursor:not-allowed}._container_5b450_1{display:flex;flex-direction:column;align-items:center;gap:1.5rem}._title_5b450_8{font-size:1.5rem;font-weight:700}._stages_5b450_13{list-style:none;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:360px}._stage_5b450_13{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#999;transition:color .2s}._indicator_5b450_31{width:1.5rem;text-align:center;font-weight:700}._done_5b450_37{color:#2e7d32}._active_5b450_41{color:#1a1a1a;font-weight:600}._pending_5b450_46{color:#bbb}._spinner_5b450_50{width:16px;height:16px;border:2px solid #ccc;border-top-color:#4a90d9;border-radius:50%;animation:_spin_5b450_50 .8s linear infinite;margin-left:auto}@keyframes _spin_5b450_50{to{transform:rotate(360deg)}}._container_1mm3a_1{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:600px;margin:0 auto}._title_1mm3a_11{font-size:1.5rem;font-weight:700}._video_1mm3a_16{width:100%;max-width:480px;border-radius:8px;background:#000}._actions_1mm3a_23{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}._btn_1mm3a_30{padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;background:#4a90d9;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .15s}._btn_1mm3a_30:hover{background:#3a7bc8}._segments_1mm3a_46{width:100%}._segmentsTitle_1mm3a_50{font-size:1rem;font-weight:600;margin-bottom:.5rem}._segmentList_1mm3a_56{list-style:none;max-height:300px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px}._segment_1mm3a_46{display:flex;gap:.75rem;padding:.5rem .75rem;font-size:.9rem;border-bottom:1px solid #f0f0f0}._segment_1mm3a_46:last-child{border-bottom:none}._time_1mm3a_76{color:#888;white-space:nowrap;font-variant-numeric:tabular-nums;min-width:6rem}._resetBtn_1mm3a_83{padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;background:#f0f0f0;color:#333;border:none;border-radius:8px;cursor:pointer}._resetBtn_1mm3a_83:hover{background:#e0e0e0}._app_n8jsy_1{max-width:640px;margin:0 auto;padding:0 1rem 2rem;min-height:100vh;display:flex;flex-direction:column}._header_n8jsy_10{display:flex;justify-content:flex-end;gap:1.25rem;padding:.75rem 0;border-bottom:1px solid #eee;margin-bottom:1.5rem}._headerControl_n8jsy_19{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#666}._headerSelect_n8jsy_28{padding:.3rem .5rem;font-size:.8rem;border:1px solid #ddd;border-radius:6px;background:#fff;font-family:inherit;color:#333}._headerSelect_n8jsy_28:focus{outline:none;border-color:#4a90d9}._stepper_n8jsy_43{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden}._stepperBtn_n8jsy_51{width:28px;height:28px;border:none;background:#fff;font-size:1rem;font-weight:600;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center}._stepperBtn_n8jsy_51:hover:not(:disabled){background:#f0f0f0}._stepperBtn_n8jsy_51:disabled{color:#ccc;cursor:not-allowed}._stepperValue_n8jsy_74{width:2rem;text-align:center;font-size:.8rem;font-weight:600;font-variant-numeric:tabular-nums;color:#333}._main_n8jsy_83{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}._error_n8jsy_91{background:#fdecea;color:#d32f2f;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;width:100%;max-width:420px;margin-bottom:.5rem;word-break:break-word}
