.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;animation:fadeIn .3s cubic-bezier(.25,.1,.25,1) forwards;padding:0}.modal-content{background-color:#fff;border-radius:24px;box-shadow:0 25px 80px #0000004d,0 12px 40px #0003,0 4px 16px #0000001a;width:100%;max-width:600px;max-height:90vh;overflow:visible;transform:scale(.95) translateY(20px);animation:modalSlideUp .4s cubic-bezier(.34,1.56,.64,1) forwards;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.8);position:relative;z-index:10001}.modal-content.fullscreen{max-width:100vw;max-height:100vh;width:100vw;height:100vh;border-radius:0;box-shadow:none;animation:modalFullScreen .4s cubic-bezier(.34,1.56,.64,1) forwards}.modal-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:24px;pointer-events:none;z-index:-1}.modal-content.fullscreen:before{border-radius:0}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:28px 32px 24px;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,#fafafa,#f5f5f7);position:relative;flex-shrink:0;border-radius:24px 24px 0 0}.modal-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 50%,transparent 100%)}.modal-content.fullscreen .modal-header{border-radius:0}.modal-title{margin:0;font-size:22px;font-weight:700;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.5px;line-height:1.2}.modal-close-button{background:none;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:22px;font-weight:300;color:#8e8e93;transition:all .3s cubic-bezier(.25,.1,.25,1);position:relative;overflow:hidden;z-index:10002}.modal-close-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#f2f2f7;border-radius:50%;transform:scale(0);transition:transform .3s cubic-bezier(.25,.1,.25,1)}.modal-close-button:hover:before{transform:scale(1)}.modal-close-button:hover{color:#1d1d1f;transform:scale(1.1)}.modal-close-button:active{transform:scale(.95)}.modal-body{padding:0 32px 32px;flex:1;overflow-y:auto;position:relative;z-index:1}.modal-content.fullscreen .modal-body{padding:0 40px 40px}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#0000004d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes modalFullScreen{0%{transform:scale(.9) translateY(30px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-footer{padding:20px 32px 24px;border-top:1px solid #f0f0f0;background:#fafafa;display:flex;justify-content:flex-end;gap:12px;flex-shrink:0;border-radius:0 0 24px 24px}.modal-content.fullscreen .modal-footer{padding:20px 40px 24px;border-radius:0}@media (max-width: 768px){.modal-overlay{padding:0}.modal-content{max-width:100%;max-height:100vh;border-radius:0;height:100vh}.modal-content:not(.fullscreen){height:auto;max-height:90vh;border-radius:16px;margin:20px}.modal-header{padding:20px 24px 16px}.modal-title{font-size:20px}.modal-close-button{width:28px;height:28px;font-size:18px}.modal-footer{padding:16px 24px 20px}}@media (max-width: 480px){.modal-content:not(.fullscreen){border-radius:0;margin:0;height:100vh}.modal-header{padding:16px 20px 12px}.modal-title{font-size:18px}.modal-body,.modal-content.fullscreen .modal-body{padding:0 20px 20px}}.modal-content:focus{outline:none}@media (prefers-contrast: high){.modal-overlay{background-color:#000000e6}.modal-content{border:2px solid #000}.modal-header{border-bottom:2px solid #000}}@media (prefers-reduced-motion: reduce){.modal-overlay,.modal-content,.modal-close-button{animation:none;transition:none}}._organizationErrorDisplay_8jchl_8{background:#fff;border-radius:8px;padding:20px;margin:16px 0;box-shadow:0 2px 8px #0000001a;border-left:4px solid #dc3545;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:_slideIn_8jchl_1 .3s ease-out}@keyframes _slideIn_8jchl_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._severityError_8jchl_31{border-left-color:#dc3545;background:#fff5f5}._severityWarning_8jchl_36{border-left-color:#ffc107;background:#fffbf0}._severityInfo_8jchl_41{border-left-color:#17a2b8;background:#f0f9ff}._errorHeader_8jchl_47{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}._errorIcon_8jchl_54{font-size:24px;flex-shrink:0;margin-top:2px}._errorTitleSection_8jchl_60{flex:1}._errorTitle_8jchl_60{margin:0 0 8px;font-size:18px;font-weight:600;color:#333;line-height:1.3}._errorMessage_8jchl_72{margin:0;font-size:14px;color:#666;line-height:1.5}._errorContent_8jchl_80{display:flex;flex-direction:column;gap:16px}._suggestionSection_8jchl_87{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#17a2b81a;border-radius:6px;border:1px solid rgba(23,162,184,.2)}._suggestionIcon_8jchl_97{font-size:16px;flex-shrink:0;margin-top:2px}._suggestionText_8jchl_103{margin:0;font-size:14px;color:#0c5460;line-height:1.4}._nameSuggestions_8jchl_111{padding:16px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}._suggestionsLabel_8jchl_118{font-size:14px;font-weight:500;color:#495057;margin-bottom:12px}._suggestionsList_8jchl_125{display:flex;flex-wrap:wrap;gap:8px}._suggestionButton_8jchl_131{padding:8px 12px;background:#fff;border:1px solid #ced4da;border-radius:4px;font-size:13px;color:#495057;cursor:pointer;transition:all .2s ease;white-space:nowrap}._suggestionButton_8jchl_131:hover{background:#e9ecef;border-color:#adb5bd}._suggestionButton_8jchl_131:focus{outline:2px solid #007bff;outline-offset:2px}._suggestionSelected_8jchl_153{background:#007bff!important;color:#fff!important;border-color:#007bff!important}._recoveryActions_8jchl_160{padding:16px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}._actionsLabel_8jchl_167{font-size:14px;font-weight:500;color:#495057;margin-bottom:12px}._actionButtons_8jchl_174{display:flex;flex-wrap:wrap;gap:8px}._actionButton_8jchl_174{display:flex;align-items:center;gap:6px;padding:10px 16px;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}._actionButton_8jchl_174:disabled{opacity:.6;cursor:not-allowed}._primary_8jchl_201{background:#007bff;color:#fff;border-color:#007bff}._primary_8jchl_201:hover:not(:disabled){background:#0056b3;border-color:#0056b3}._secondary_8jchl_212{background:#6c757d;color:#fff;border-color:#6c757d}._secondary_8jchl_212:hover:not(:disabled){background:#545b62;border-color:#545b62}._tertiary_8jchl_223{background:transparent;color:#6c757d;border-color:#6c757d}._tertiary_8jchl_223:hover:not(:disabled){background:#6c757d;color:#fff}._technicalDetails_8jchl_235{margin-top:8px}._detailsContainer_8jchl_239{border:1px solid #e9ecef;border-radius:4px;background:#f8f9fa}._detailsSummary_8jchl_245{padding:12px 16px;font-size:14px;font-weight:500;color:#495057;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #e9ecef}._detailsSummary_8jchl_245:hover{background:#e9ecef}._detailsContent_8jchl_259{padding:16px;font-size:13px;color:#6c757d;line-height:1.4}._detailItem_8jchl_266{margin-bottom:8px}._detailItem_8jchl_266:last-child{margin-bottom:0}._detailItem_8jchl_266 strong{color:#495057;margin-right:8px}._progressIndicator_8jchl_280{margin-top:16px;padding:12px;background:#007bff1a;border-radius:6px;border:1px solid rgba(0,123,255,.2)}._progressBar_8jchl_288{width:100%;height:4px;background:#007bff33;border-radius:2px;overflow:hidden;margin-bottom:8px}._progressFill_8jchl_297{height:100%;background:#007bff;border-radius:2px;animation:_progressAnimation_8jchl_1 2s ease-in-out infinite}@keyframes _progressAnimation_8jchl_1{0%{width:0%;margin-left:0%}50%{width:75%;margin-left:25%}to{width:0%;margin-left:100%}}._progressText_8jchl_319{font-size:13px;color:#0056b3;font-weight:500}._recoveryStatus_8jchl_326{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;background:#28a7451a;border-radius:4px;border:1px solid rgba(40,167,69,.2)}._recoveryIcon_8jchl_337{font-size:16px;flex-shrink:0}._recoveryText_8jchl_342{font-size:13px;color:#155724;font-weight:500}@media (max-width: 768px){._organizationErrorDisplay_8jchl_8{padding:16px;margin:12px 0}._errorHeader_8jchl_47{gap:10px}._errorTitle_8jchl_60{font-size:16px}._actionButtons_8jchl_174{flex-direction:column}._actionButton_8jchl_174{justify-content:center;width:100%}._suggestionsList_8jchl_125{flex-direction:column}._suggestionButton_8jchl_131{width:100%;text-align:center}}@media (max-width: 480px){._organizationErrorDisplay_8jchl_8{padding:12px;margin:8px 0}._errorIcon_8jchl_54{font-size:20px}._errorTitle_8jchl_60{font-size:15px}._errorMessage_8jchl_72{font-size:13px}}@media (prefers-contrast: high){._organizationErrorDisplay_8jchl_8,._actionButton_8jchl_174,._suggestionButton_8jchl_131{border-width:2px}}@media (prefers-reduced-motion: reduce){._organizationErrorDisplay_8jchl_8{animation:none}._progressFill_8jchl_297{animation:none;width:50%}._actionButton_8jchl_174,._suggestionButton_8jchl_131{transition:none}}._organizationCreationForm_u4w1d_3{width:100%;max-width:600px;margin:0 auto;background:#fff;border-radius:16px;padding:32px;box-shadow:0 8px 32px #00000014,0 4px 16px #0000000a;border:1px solid #e9ecef;position:relative;overflow:hidden}._organizationCreationForm_u4w1d_3:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#007aff,#5856d6,#ff2d92);border-radius:16px 16px 0 0}._errorDisplay_u4w1d_30{margin-bottom:24px}._form_u4w1d_35{display:flex;flex-direction:column;gap:24px}._fieldGroup_u4w1d_42{display:flex;flex-direction:column;gap:8px}._label_u4w1d_48{font-size:14px;font-weight:600;color:#212529;margin-bottom:4px;display:flex;align-items:center;gap:4px}._optional_u4w1d_58{font-size:12px;font-weight:400;color:#6c757d;font-style:italic}._inputWrapper_u4w1d_66{position:relative;display:flex;align-items:center}._input_u4w1d_66,._textarea_u4w1d_74{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:12px;font-size:16px;font-family:inherit;background:#f8f9fa;color:#212529;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;resize:vertical;min-height:48px}._input_u4w1d_66:focus,._textarea_u4w1d_74:focus{border-color:#007aff;background:#fff;box-shadow:0 0 0 4px #007aff1a,0 4px 16px #007aff14;transform:translateY(-1px)}._input_u4w1d_66:disabled,._textarea_u4w1d_74:disabled{opacity:.6;cursor:not-allowed;background:var(--bg-disabled, #f2f2f7);border-color:var(--border-disabled, #d1d1d6)}._inputDefault_u4w1d_108{border-color:var(--border-secondary, #e5e5e7)}._inputChecking_u4w1d_112{border-color:var(--accent-secondary, #5856d6);background:#5856d60d}._inputSuccess_u4w1d_117{border-color:var(--success-color, #30d158);background:#30d1580d}._inputError_u4w1d_122{border-color:var(--error-color, #ff3b30);background:#ff3b300d}._inputIcon_u4w1d_128{position:absolute;right:16px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;pointer-events:none}._successIcon_u4w1d_139{color:var(--success-color, #30d158);font-size:16px;font-weight:700}._errorIcon_u4w1d_145{color:var(--error-color, #ff3b30);font-size:16px}._textarea_u4w1d_74{min-height:80px;resize:vertical;font-family:inherit;line-height:1.5}._characterCount_u4w1d_159{font-size:12px;color:var(--text-tertiary, #8e8e93);text-align:right;margin-top:4px;font-weight:500}._validationMessage_u4w1d_168{font-size:13px;font-weight:500;margin-top:4px;padding:8px 12px;border-radius:8px;display:flex;align-items:flex-start;gap:6px;line-height:1.4}._validationError_u4w1d_180{color:var(--error-color, #ff3b30);background:#ff3b301a;border:1px solid rgba(255,59,48,.2)}._validationSuccess_u4w1d_186{color:var(--success-color, #30d158);background:#30d1581a;border:1px solid rgba(48,209,88,.2)}._validationInfo_u4w1d_192{color:var(--accent-secondary, #5856d6);background:#5856d61a;border:1px solid rgba(88,86,214,.2)}._suggestions_u4w1d_199{margin-top:12px;padding:16px;background:var(--bg-secondary, #f8f9fa);border-radius:12px;border:1px solid var(--border-secondary, #e5e5e7)}._suggestionsLabel_u4w1d_207{font-size:13px;font-weight:600;color:var(--text-secondary, #86868b);margin-bottom:8px}._suggestionsList_u4w1d_214{display:flex;flex-wrap:wrap;gap:8px}._suggestionButton_u4w1d_220{padding:6px 12px;background:var(--bg-primary, #ffffff);border:1px solid var(--border-secondary, #e5e5e7);border-radius:8px;font-size:13px;font-weight:500;color:var(--text-primary, #1d1d1f);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._suggestionButton_u4w1d_220:hover:not(:disabled){background:var(--accent-primary, #007aff);color:#fff;border-color:var(--accent-primary, #007aff);transform:translateY(-1px);box-shadow:0 4px 12px #007aff4d}._suggestionButton_u4w1d_220:disabled{opacity:.5;cursor:not-allowed}._settingsLabel_u4w1d_246{font-size:16px;font-weight:600;color:var(--text-primary, #1d1d1f);margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border-secondary, #e5e5e7)}._settingsGrid_u4w1d_255{display:flex;flex-direction:column;gap:16px}._settingItem_u4w1d_261{display:flex;flex-direction:column;gap:4px}._checkboxLabel_u4w1d_267{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:15px;font-weight:500;color:var(--text-primary, #1d1d1f);transition:color .2s ease}._checkboxLabel_u4w1d_267:hover{color:var(--accent-primary, #007aff)}._checkbox_u4w1d_267{width:20px;height:20px;border:2px solid var(--border-secondary, #e5e5e7);border-radius:4px;background:var(--bg-primary, #ffffff);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;flex-shrink:0}._checkbox_u4w1d_267:checked{background:var(--accent-primary, #007aff);border-color:var(--accent-primary, #007aff)}._checkbox_u4w1d_267:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}._checkbox_u4w1d_267:focus{outline:none;box-shadow:0 0 0 4px #007aff33}._checkbox_u4w1d_267:disabled{opacity:.5;cursor:not-allowed}._checkboxText_u4w1d_320{flex:1;-webkit-user-select:none;user-select:none}._settingDescription_u4w1d_325{font-size:13px;color:var(--text-secondary, #86868b);margin-left:32px;line-height:1.4}._formActions_u4w1d_333{display:flex;gap:12px;justify-content:flex-end;margin-top:8px;padding-top:24px;border-top:1px solid var(--border-secondary, #e5e5e7)}._button_u4w1d_343{padding:12px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;min-width:120px;text-transform:none;letter-spacing:0}._button_u4w1d_343:disabled{opacity:.6;cursor:not-allowed;transform:none!important}._buttonPrimary_u4w1d_367{background:linear-gradient(135deg,var(--accent-primary, #007aff) 0%,#5856d6 100%);color:#fff;box-shadow:0 4px 16px #007aff4d,0 2px 8px #007aff33}._buttonPrimary_u4w1d_367:hover:not(:disabled){background:linear-gradient(135deg,#0056cc,#4c44c4);transform:translateY(-2px);box-shadow:0 8px 24px #007aff66,0 4px 12px #007aff4d}._buttonPrimary_u4w1d_367:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #007aff4d,0 1px 4px #007aff33}._buttonSecondary_u4w1d_390{background:var(--bg-secondary, #f8f9fa);color:var(--text-primary, #1d1d1f);border:2px solid var(--border-secondary, #e5e5e7);box-shadow:0 2px 8px #0000000d}._buttonSecondary_u4w1d_390:hover:not(:disabled){background:var(--bg-primary, #ffffff);border-color:var(--border-primary, #d1d1d6);transform:translateY(-1px);box-shadow:0 4px 16px #0000001a}._buttonSecondary_u4w1d_390:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #0000000d}@media (prefers-color-scheme: dark){._organizationCreationForm_u4w1d_3{background:var(--bg-primary-dark, #1c1c1e);border-color:var(--border-primary-dark, #38383a)}._input_u4w1d_66,._textarea_u4w1d_74{background:var(--bg-secondary-dark, #2c2c2e);border-color:var(--border-secondary-dark, #48484a);color:var(--text-primary-dark, #ffffff)}._input_u4w1d_66:focus,._textarea_u4w1d_74:focus{background:var(--bg-primary-dark, #1c1c1e)}._inputChecking_u4w1d_112{background:#5856d626}._inputSuccess_u4w1d_117{background:#30d15826}._inputError_u4w1d_122{background:#ff3b3026}._suggestions_u4w1d_199{background:var(--bg-secondary-dark, #2c2c2e);border-color:var(--border-secondary-dark, #48484a)}._suggestionButton_u4w1d_220{background:var(--bg-primary-dark, #1c1c1e);border-color:var(--border-secondary-dark, #48484a);color:var(--text-primary-dark, #ffffff)}._checkbox_u4w1d_267{background:var(--bg-secondary-dark, #2c2c2e);border-color:var(--border-secondary-dark, #48484a)}._buttonSecondary_u4w1d_390{background:var(--bg-secondary-dark, #2c2c2e);border-color:var(--border-secondary-dark, #48484a);color:var(--text-primary-dark, #ffffff)}._buttonSecondary_u4w1d_390:hover:not(:disabled){background:var(--bg-primary-dark, #1c1c1e)}}@media (max-width: 768px){._organizationCreationForm_u4w1d_3{padding:24px 20px;margin:0 16px;border-radius:12px}._form_u4w1d_35{gap:20px}._fieldGroup_u4w1d_42{gap:6px}._input_u4w1d_66,._textarea_u4w1d_74{padding:10px 14px;font-size:16px;min-height:44px}._textarea_u4w1d_74{min-height:72px}._settingsGrid_u4w1d_255{gap:12px}._formActions_u4w1d_333{flex-direction:column-reverse;gap:8px;margin-top:4px;padding-top:20px}._button_u4w1d_343{width:100%;min-height:44px;padding:10px 20px;font-size:16px}._suggestions_u4w1d_199{padding:12px}._suggestionsList_u4w1d_214{gap:6px}._suggestionButton_u4w1d_220{padding:8px 12px;font-size:14px}}@media (max-width: 480px){._organizationCreationForm_u4w1d_3{padding:20px 16px;margin:0 12px}._form_u4w1d_35{gap:16px}._input_u4w1d_66,._textarea_u4w1d_74{padding:12px;border-radius:8px}._button_u4w1d_343{border-radius:8px;min-height:48px}._settingDescription_u4w1d_325{margin-left:28px;font-size:12px}._validationMessage_u4w1d_168{padding:6px 10px;font-size:12px}}@media (prefers-contrast: high){._input_u4w1d_66,._textarea_u4w1d_74{border-width:3px}._button_u4w1d_343{border-width:2px}._checkbox_u4w1d_267{border-width:3px}}@media (prefers-reduced-motion: reduce){._input_u4w1d_66,._textarea_u4w1d_74,._button_u4w1d_343,._checkbox_u4w1d_267,._suggestionButton_u4w1d_220{transition:none}._button_u4w1d_343:hover:not(:disabled),._buttonPrimary_u4w1d_367:hover:not(:disabled),._buttonSecondary_u4w1d_390:hover:not(:disabled){transform:none}}@media print{._organizationCreationForm_u4w1d_3{box-shadow:none;border:2px solid #000;background:#fff}._formActions_u4w1d_333{display:none}}._organizationSuccessDisplay_y5ttk_8{position:relative;background:#fff;border-radius:12px;padding:24px;margin:16px 0;box-shadow:0 4px 16px #0000001a;border:1px solid #e9ecef;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:_successSlideIn_y5ttk_1 .5s ease-out;overflow:hidden}@keyframes _successSlideIn_y5ttk_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._celebrationOverlay_y5ttk_33{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#28a7451a,#007bff1a);display:flex;align-items:center;justify-content:center;z-index:10;animation:_celebrationFade_y5ttk_1 3s ease-out forwards}@keyframes _celebrationFade_y5ttk_1{0%{opacity:1}70%{opacity:1}to{opacity:0;pointer-events:none}}._celebrationContent_y5ttk_60{text-align:center;animation:_celebrationBounce_y5ttk_1 .8s ease-out}@keyframes _celebrationBounce_y5ttk_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}._celebrationIcon_y5ttk_77{font-size:48px;margin-bottom:8px;animation:_celebrationSpin_y5ttk_1 1s ease-out}@keyframes _celebrationSpin_y5ttk_1{0%{transform:rotate(0) scale(.5)}to{transform:rotate(360deg) scale(1)}}._celebrationText_y5ttk_92{font-size:24px;font-weight:700;color:#28a745;text-shadow:0 2px 4px rgba(0,0,0,.1)}._successHeader_y5ttk_100{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}._successIcon_y5ttk_107{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#28a745,#20c997);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #28a7454d;animation:_checkmarkPulse_y5ttk_1 2s ease-out}@keyframes _checkmarkPulse_y5ttk_1{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}._checkmark_y5ttk_132{color:#fff;font-size:24px;font-weight:700;animation:_checkmarkDraw_y5ttk_1 .5s ease-out .3s both}@keyframes _checkmarkDraw_y5ttk_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}._successContent_y5ttk_150{flex:1}._successTitle_y5ttk_154{margin:0 0 8px;font-size:24px;font-weight:700;color:#28a745;line-height:1.3}._successMessage_y5ttk_162{margin:0;font-size:16px;color:#6c757d;line-height:1.5}._organizationDetails_y5ttk_170{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:24px;border:1px solid #e9ecef}._detailsGrid_y5ttk_178{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}._detailItem_y5ttk_184{display:flex;flex-direction:column;gap:4px}._detailLabel_y5ttk_190{font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}._detailValue_y5ttk_198{font-size:14px;color:#495057;font-weight:500}._roleTag_y5ttk_204{display:inline-block;padding:4px 8px;background:#28a745;color:#fff;border-radius:12px;font-size:12px;font-weight:600}._planTag_y5ttk_214{display:inline-block;padding:4px 8px;background:#007bff;color:#fff;border-radius:12px;font-size:12px;font-weight:600}._nextStepsSection_y5ttk_225{margin-bottom:24px}._nextStepsTitle_y5ttk_229{margin:0 0 16px;font-size:18px;font-weight:600;color:#495057}._nextStepsList_y5ttk_236{display:flex;flex-direction:column;gap:12px}._nextStepItem_y5ttk_242{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._nextStepItem_y5ttk_242:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}._primaryStep_y5ttk_258{border-color:#28a745;background:#28a74505}._primaryStep_y5ttk_258:hover{border-color:#28a745;box-shadow:0 2px 8px #28a74526}._stepIcon_y5ttk_268{font-size:24px;flex-shrink:0}._stepContent_y5ttk_273{flex:1}._stepTitle_y5ttk_277{font-size:16px;font-weight:600;color:#495057;margin-bottom:4px}._stepDescription_y5ttk_284{font-size:14px;color:#6c757d;line-height:1.4}._stepButton_y5ttk_290{padding:8px 16px;border:1px solid transparent;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._primaryButton_y5ttk_301{background:#28a745;color:#fff;border-color:#28a745}._primaryButton_y5ttk_301:hover:not(:disabled){background:#218838;border-color:#218838}._secondaryButton_y5ttk_312{background:#fff;color:#007bff;border-color:#007bff}._secondaryButton_y5ttk_312:hover:not(:disabled){background:#007bff;color:#fff}._actionSection_y5ttk_324{margin-bottom:20px}._countdownSection_y5ttk_328{margin-bottom:16px;text-align:center}._countdownText_y5ttk_333{font-size:14px;color:#6c757d;margin-bottom:8px}._countdownBar_y5ttk_339{width:100%;height:4px;background:#e9ecef;border-radius:2px;overflow:hidden}._countdownProgress_y5ttk_347{height:100%;background:linear-gradient(90deg,#007bff,#28a745);border-radius:2px;transition:width 1s linear}._actionButtons_y5ttk_354{display:flex;gap:12px;justify-content:center}._actionButton_y5ttk_354{display:flex;align-items:center;gap:8px;padding:12px 24px;border:1px solid transparent;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}._actionButton_y5ttk_354:disabled{opacity:.6;cursor:not-allowed}._primaryAction_y5ttk_380{background:#007bff;color:#fff;border-color:#007bff}._primaryAction_y5ttk_380:hover:not(:disabled){background:#0056b3;border-color:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}._secondaryAction_y5ttk_393{background:transparent;color:#6c757d;border-color:#6c757d}._secondaryAction_y5ttk_393:hover:not(:disabled){background:#6c757d;color:#fff}._additionalInfo_y5ttk_405{border-top:1px solid #e9ecef;padding-top:20px;display:flex;flex-direction:column;gap:12px}._infoItem_y5ttk_413{display:flex;align-items:flex-start;gap:10px}._infoIcon_y5ttk_419{font-size:16px;flex-shrink:0;margin-top:2px}._infoText_y5ttk_425{font-size:14px;color:#6c757d;line-height:1.4}._supportLink_y5ttk_431{color:#007bff;text-decoration:none}._supportLink_y5ttk_431:hover{text-decoration:underline}@media (max-width: 768px){._organizationSuccessDisplay_y5ttk_8{padding:20px;margin:12px 0}._successHeader_y5ttk_100{gap:12px}._successTitle_y5ttk_154{font-size:20px}._successMessage_y5ttk_162{font-size:15px}._detailsGrid_y5ttk_178{grid-template-columns:1fr;gap:12px}._nextStepItem_y5ttk_242{flex-direction:column;align-items:flex-start;gap:8px}._stepButton_y5ttk_290{align-self:stretch;text-align:center}._actionButtons_y5ttk_354{flex-direction:column}._actionButton_y5ttk_354{justify-content:center;width:100%}}@media (max-width: 480px){._organizationSuccessDisplay_y5ttk_8{padding:16px;margin:8px 0}._successIcon_y5ttk_107{width:40px;height:40px}._checkmark_y5ttk_132{font-size:20px}._successTitle_y5ttk_154{font-size:18px}._successMessage_y5ttk_162{font-size:14px}._celebrationIcon_y5ttk_77{font-size:36px}._celebrationText_y5ttk_92{font-size:20px}}@media (prefers-contrast: high){._organizationSuccessDisplay_y5ttk_8,._actionButton_y5ttk_354,._stepButton_y5ttk_290{border-width:2px}}@media (prefers-reduced-motion: reduce){._organizationSuccessDisplay_y5ttk_8,._celebrationOverlay_y5ttk_33,._celebrationContent_y5ttk_60,._celebrationIcon_y5ttk_77,._successIcon_y5ttk_107,._checkmark_y5ttk_132{animation:none}._countdownProgress_y5ttk_347,._actionButton_y5ttk_354,._nextStepItem_y5ttk_242{transition:none}}._modalOverlay_1c2t8_4{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;animation:_fadeIn_1c2t8_1 .3s cubic-bezier(.4,0,.2,1) forwards;padding:20px;box-sizing:border-box}._modalContent_1c2t8_23{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026,0 8px 32px #00000014,0 4px 16px #0000000a;width:100%;max-width:640px;max-height:90vh;overflow:hidden;transform:scale(.95) translateY(20px);animation:_slideUp_1c2t8_1 .4s cubic-bezier(.18,.89,.32,1.28) forwards;position:relative;border:1px solid #e9ecef}._modalContent_1c2t8_23:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#007aff,#5856d6,#ff2d92);border-radius:20px 20px 0 0}._modalLoading_1c2t8_51{pointer-events:none}._modalHeader_1c2t8_56{display:flex;align-items:center;justify-content:space-between;padding:24px 32px 0;margin-bottom:24px;position:relative}._modalTitle_1c2t8_65{font-size:24px;font-weight:700;color:#212529;margin:0;line-height:1.2;letter-spacing:-.02em}._closeButton_1c2t8_74{background:none;border:none;padding:8px;cursor:pointer;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#6c757d;position:relative;flex-shrink:0}._closeButton_1c2t8_74:hover:not(:disabled){background:#f8f9fa;color:#212529;transform:scale(1.05)}._closeButton_1c2t8_74:active:not(:disabled){transform:scale(.95)}._closeButton_1c2t8_74:disabled{opacity:.5;cursor:not-allowed}._closeIcon_1c2t8_106{font-size:24px;font-weight:300;line-height:1}._modalBody_1c2t8_113{padding:0 32px 32px;overflow-y:auto;max-height:calc(90vh - 120px);position:relative}._loadingOverlay_1c2t8_121{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:0 0 20px 20px}._loadingText_1c2t8_137{margin-top:16px;font-size:16px;font-weight:500;color:var(--text-secondary, #86868b);text-align:center}._errorContainer_1c2t8_146{margin-bottom:24px}._modalError_1c2t8_150{border-radius:12px;box-shadow:0 4px 16px #ff3b301a}._successContainer_1c2t8_156{text-align:center;padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}._successIcon_1c2t8_165{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--success-color, #30d158) 0%,#28a745 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;box-shadow:0 8px 24px #30d1584d,0 4px 12px #30d15833;animation:_successPulse_1c2t8_1 .6s cubic-bezier(.4,0,.2,1)}._successTitle_1c2t8_182{font-size:24px;font-weight:700;color:var(--text-primary, #1d1d1f);margin:0;letter-spacing:-.02em}._successMessage_1c2t8_190{font-size:16px;color:var(--text-secondary, #86868b);line-height:1.5;margin:0;max-width:400px}._successButton_1c2t8_198{padding:12px 32px;background:linear-gradient(135deg,var(--accent-primary, #007aff) 0%,#5856d6 100%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #007aff4d,0 2px 8px #007aff33;margin-top:8px}._successButton_1c2t8_198:hover{background:linear-gradient(135deg,#0056cc,#4c44c4);transform:translateY(-2px);box-shadow:0 8px 24px #007aff66,0 4px 12px #007aff4d}._successButton_1c2t8_198:active{transform:translateY(0)}._formContainer_1c2t8_227{position:relative}._modalForm_1c2t8_231{background:transparent;box-shadow:none;border:none;padding:0;margin:0;border-radius:0}._eligibilityWarning_1c2t8_241{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#ff95001a;border:1px solid rgba(255,149,0,.3);border-radius:12px;margin-bottom:24px}._warningIcon_1c2t8_252{color:var(--warning-color, #ff9500);font-size:20px;font-weight:700;flex-shrink:0;margin-top:2px}._warningContent_1c2t8_260{flex:1}._warningTitle_1c2t8_264{font-size:16px;font-weight:600;color:var(--text-primary, #1d1d1f);margin:0 0 4px}._warningMessage_1c2t8_271{font-size:14px;color:var(--text-secondary, #86868b);line-height:1.4;margin:0}._modalFooter_1c2t8_279{padding:16px 32px 24px;border-top:1px solid var(--border-secondary, #e5e5e7);background:var(--bg-secondary, #f8f9fa);border-radius:0 0 20px 20px}._errorSummary_1c2t8_286{display:flex;align-items:center;gap:8px;justify-content:center}._errorIcon_1c2t8_293{color:var(--error-color, #ff3b30);font-size:16px}._errorText_1c2t8_298{font-size:14px;color:var(--text-secondary, #86868b);font-weight:500}@keyframes _fadeIn_1c2t8_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1c2t8_1{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes _successPulse_1c2t8_1{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@media (prefers-color-scheme: dark){._modalContent_1c2t8_23{background:var(--bg-primary-dark, #1c1c1e);border-color:var(--border-primary-dark, #38383a)}._modalTitle_1c2t8_65{color:var(--text-primary-dark, #ffffff)}._closeButton_1c2t8_74{color:var(--text-secondary-dark, #98989d)}._closeButton_1c2t8_74:hover:not(:disabled){background:var(--bg-secondary-dark, #2c2c2e);color:var(--text-primary-dark, #ffffff)}._loadingOverlay_1c2t8_121{background:#1c1c1ef2}._loadingText_1c2t8_137{color:var(--text-secondary-dark, #98989d)}._successTitle_1c2t8_182{color:var(--text-primary-dark, #ffffff)}._successMessage_1c2t8_190{color:var(--text-secondary-dark, #98989d)}._warningTitle_1c2t8_264{color:var(--text-primary-dark, #ffffff)}._warningMessage_1c2t8_271{color:var(--text-secondary-dark, #98989d)}._eligibilityWarning_1c2t8_241{background:#ff950026;border-color:#ff950066}._modalFooter_1c2t8_279{background:var(--bg-secondary-dark, #2c2c2e);border-color:var(--border-secondary-dark, #48484a)}._errorText_1c2t8_298{color:var(--text-secondary-dark, #98989d)}}@media (max-width: 768px){._modalOverlay_1c2t8_4{padding:16px}._modalContent_1c2t8_23{max-width:100%;max-height:95vh;border-radius:16px}._modalContent_1c2t8_23:before{border-radius:16px 16px 0 0}._modalHeader_1c2t8_56{padding:20px 24px 0;margin-bottom:20px}._modalTitle_1c2t8_65{font-size:20px}._closeButton_1c2t8_74{width:36px;height:36px}._closeIcon_1c2t8_106{font-size:20px}._modalBody_1c2t8_113{padding:0 24px 24px;max-height:calc(95vh - 100px)}._successContainer_1c2t8_156{padding:32px 16px}._successIcon_1c2t8_165{width:64px;height:64px;font-size:28px}._successTitle_1c2t8_182{font-size:20px}._successMessage_1c2t8_190{font-size:15px}._modalFooter_1c2t8_279{padding:12px 24px 20px}._errorSummary_1c2t8_286{font-size:13px}}@media (max-width: 480px){._modalOverlay_1c2t8_4{padding:12px}._modalContent_1c2t8_23{border-radius:12px}._modalContent_1c2t8_23:before{border-radius:12px 12px 0 0}._modalHeader_1c2t8_56{padding:16px 20px 0;margin-bottom:16px}._modalTitle_1c2t8_65{font-size:18px}._modalBody_1c2t8_113{padding:0 20px 20px}._successContainer_1c2t8_156{padding:24px 12px;gap:12px}._successIcon_1c2t8_165{width:56px;height:56px;font-size:24px}._successTitle_1c2t8_182{font-size:18px}._successMessage_1c2t8_190{font-size:14px}._eligibilityWarning_1c2t8_241{padding:12px;gap:10px}._warningIcon_1c2t8_252{font-size:18px}._warningTitle_1c2t8_264{font-size:15px}._warningMessage_1c2t8_271{font-size:13px}._modalFooter_1c2t8_279{padding:10px 20px 16px}}@media (prefers-contrast: high){._modalContent_1c2t8_23{border-width:2px}._closeButton_1c2t8_74{border:2px solid transparent}._closeButton_1c2t8_74:focus{border-color:var(--accent-primary, #007aff)}._successButton_1c2t8_198{border:2px solid transparent}._eligibilityWarning_1c2t8_241{border-width:2px}}@media (prefers-reduced-motion: reduce){._modalOverlay_1c2t8_4{animation:none;opacity:1}._modalContent_1c2t8_23{animation:none;transform:none}._successIcon_1c2t8_165{animation:none}._closeButton_1c2t8_74,._successButton_1c2t8_198{transition:none}._closeButton_1c2t8_74:hover:not(:disabled),._successButton_1c2t8_198:hover{transform:none}}@media print{._modalOverlay_1c2t8_4{position:static;background:none;-webkit-backdrop-filter:none;backdrop-filter:none}._modalContent_1c2t8_23{box-shadow:none;border:2px solid #000;max-width:none;max-height:none}._modalHeader_1c2t8_56{border-bottom:2px solid #000}._closeButton_1c2t8_74,._loadingOverlay_1c2t8_121{display:none}}._modalOverlay_1c2t8_4:focus{outline:none}._modalContent_1c2t8_23:focus-within{outline:none}@media (prefers-reduced-motion: no-preference){._modalContent_1c2t8_23{animation-delay:.1s}}._modalBody_1c2t8_113::-webkit-scrollbar{width:8px}._modalBody_1c2t8_113::-webkit-scrollbar-track{background:var(--bg-secondary, #f8f9fa);border-radius:4px}._modalBody_1c2t8_113::-webkit-scrollbar-thumb{background:var(--border-secondary, #e5e5e7);border-radius:4px}._modalBody_1c2t8_113::-webkit-scrollbar-thumb:hover{background:var(--border-primary, #d1d1d6)}@media (prefers-color-scheme: dark){._modalBody_1c2t8_113::-webkit-scrollbar-track{background:var(--bg-secondary-dark, #2c2c2e)}._modalBody_1c2t8_113::-webkit-scrollbar-thumb{background:var(--border-secondary-dark, #48484a)}._modalBody_1c2t8_113::-webkit-scrollbar-thumb:hover{background:var(--border-primary-dark, #38383a)}}._navbar_1cqx5_1{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background-color:var(--bg-primary);border-bottom:1px solid var(--border-secondary);position:sticky;top:0;z-index:1000;height:56px}._logo_1cqx5_15{text-decoration:none;color:var(--text-primary);font-size:20px;font-weight:600;display:flex;align-items:center;gap:12px}._logoImage_1cqx5_25{width:32px;height:32px}._logoText_1cqx5_30{font-size:20px;font-weight:600;color:var(--text-primary)}._navItems_1cqx5_36{display:flex;align-items:center;gap:16px}._userInfo_1cqx5_42{color:var(--text-secondary);font-size:15px;margin-right:8px}._navLink_1cqx5_48{text-decoration:none;color:var(--accent-primary);font-size:16px;font-weight:500;padding:6px 10px;border-radius:var(--border-radius-small);transition:background-color var(--transition-short),color var(--transition-short)}._navLink_1cqx5_48:hover{background-color:#007aff1a;color:var(--accent-primary-hover);text-decoration:none}._navButton_1cqx5_64{padding:6px 14px;font-size:16px;font-weight:500;border-radius:var(--border-radius-small);cursor:pointer;transition:background-color var(--transition-short),color var(--transition-short),border-color var(--transition-short);border:1px solid transparent;line-height:1.3}._primaryButton_1cqx5_75{background-color:var(--accent-primary);color:var(--text-on-primary-accent)}._primaryButton_1cqx5_75:hover{background-color:var(--accent-primary-hover)}._primaryButton_1cqx5_75:active{background-color:var(--accent-primary-active)}._dangerButton_1cqx5_87{background-color:var(--color-error);color:var(--text-on-primary-accent)}._dangerButton_1cqx5_87:hover{background-color:#e0352b}._dangerButton_1cqx5_87:active{background-color:#c72e24}._loadingText_1cqx5_99{font-size:15px;color:var(--text-tertiary)}._dropdown_1cqx5_105{position:relative;display:inline-block}._dropdownTrigger_1cqx5_110{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#ffffffbf;border:1px solid rgba(255,255,255,.3);border-radius:20px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:500;color:#1d1d1f;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 2px 8px #00000014,inset 0 1px #ffffff80}._dropdownTrigger_1cqx5_110:hover{background:#ffffffd9;border-color:#fff6;transform:translateY(-1px);box-shadow:0 4px 16px #0000001f,inset 0 1px #fff9}._dropdownTrigger_1cqx5_110:active{transform:translateY(0)}._userAvatar_1cqx5_143{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#007aff,#5856d6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase}._userName_1cqx5_157{font-size:14px;font-weight:500;color:#1d1d1f;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._chevron_1cqx5_167{transition:transform .2s cubic-bezier(.4,0,.2,1);color:#86868b}._chevronUp_1cqx5_172{transform:rotate(180deg)}._dropdownMenu_1cqx5_176{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;background:#fffc;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.4);border-radius:16px;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #00000014,0 4px 6px -2px #0000000d,inset 0 1px #fff9;padding:8px;z-index:1000;animation:_dropdownSlideIn_1cqx5_1 .2s cubic-bezier(.4,0,.2,1);transform-origin:top right}@keyframes _dropdownSlideIn_1cqx5_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._dropdownHeader_1cqx5_208{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:4px}._userAvatarLarge_1cqx5_216{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#007aff,#5856d6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;flex-shrink:0}._userDetails_1cqx5_231{flex:1;min-width:0}._userFullName_1cqx5_236{font-size:16px;font-weight:600;color:#1d1d1f;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userEmail_1cqx5_246{font-size:13px;color:#86868b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dropdownDivider_1cqx5_254{height:1px;background:#0000001a;margin:8px 0}._dropdownItem_1cqx5_260{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;border-radius:8px;text-decoration:none;color:#1d1d1f;font-size:14px;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);border:none;background:none;cursor:pointer;text-align:left}._dropdownItem_1cqx5_260:hover{background:#007aff1a;color:#007aff;transform:translate(2px)}._logoutItem_1cqx5_294{color:#ff3b30}._logoutItem_1cqx5_294:hover{background:#ff3b301a;color:#ff3b30}._logoutItem_1cqx5_294 svg{color:#ff3b30}._logoutItem_1cqx5_294:hover svg{color:#ff3b30}._orgCreationBanner_1cqx5_312{display:flex;align-items:center;margin-right:16px}._createOrgButton_1cqx5_318{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #007aff4d,inset 0 1px #fff3;position:relative;overflow:hidden}._createOrgButton_1cqx5_318:hover{transform:translateY(-1px);box-shadow:0 4px 16px #007aff66,inset 0 1px #ffffff4d}._createOrgButton_1cqx5_318:active{transform:translateY(0)}._createOrgButton_1cqx5_318:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._createOrgButton_1cqx5_318:hover:before{left:100%}._createOrgIcon_1cqx5_364{flex-shrink:0;color:#fff}._createOrgText_1cqx5_369{white-space:nowrap;font-weight:600}@media (max-width: 768px){._orgCreationBanner_1cqx5_312{margin-right:8px}._createOrgButton_1cqx5_318{padding:6px 12px;font-size:13px}._createOrgText_1cqx5_369{display:none}._createOrgIcon_1cqx5_364{width:18px;height:18px}}@media (max-width: 480px){._createOrgButton_1cqx5_318{padding:8px;border-radius:50%;width:40px;height:40px;justify-content:center}._createOrgText_1cqx5_369{display:none}}._dropdownItem_1cqx5_260 svg{flex-shrink:0;color:#86868b;transition:color .15s ease}._dropdownItem_1cqx5_260:hover svg{color:#007aff}._footer_lcagn_2{padding:60px 0 40px;background:#1d1d1f;color:#f5f5f7;margin-top:auto}._container_lcagn_9{max-width:1200px;margin:0 auto;padding:0 24px}._footerContent_lcagn_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}._footerLogo_lcagn_22{display:flex;align-items:center;gap:12px}._logoImage_lcagn_28{width:32px;height:32px}._logoText_lcagn_33{font-size:20px;font-weight:600;color:#f5f5f7}._footerLinks_lcagn_39{display:flex;gap:32px;flex-wrap:wrap}._footerLink_lcagn_39{color:#86868b;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s ease}._footerLink_lcagn_39:hover{color:#f5f5f7}._footerBottom_lcagn_57{text-align:center;padding-top:40px;border-top:1px solid #424245}._footerBottom_lcagn_57 p{margin:0;color:#86868b;font-size:14px}@media (max-width: 768px){._footer_lcagn_2{padding:40px 0 30px}._container_lcagn_9{padding:0 16px}._footerContent_lcagn_15{flex-direction:column;gap:24px;text-align:center;margin-bottom:30px}._footerLinks_lcagn_39{justify-content:center;gap:20px}._footerLink_lcagn_39{font-size:14px}._footerBottom_lcagn_57{padding-top:30px}}@media (max-width: 480px){._footerLinks_lcagn_39{flex-direction:column;gap:16px}}._timelineContainer_hexbb_4{background:#1a1a1a;border-radius:8px;border:1px solid #333;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 4px 20px #0000004d}._toolbar_hexbb_14{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#2a2a2a;border-bottom:1px solid #404040;gap:16px}._toolGroup_hexbb_24{display:flex;align-items:center;gap:8px}._toolButton_hexbb_30{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50px;height:40px;background:#3a3a3a;border:1px solid #555;border-radius:6px;color:#ccc;cursor:pointer;transition:all .2s ease;font-size:14px;padding:2px}._toolButton_hexbb_30 svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;display:block}._toolButton_hexbb_30:hover{background:#4a4a4a;border-color:#777;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}._toolButton_hexbb_30:hover svg{stroke-width:2.5}._toolButton_hexbb_30._active_hexbb_69 svg{stroke-width:2.5}._toolLabel_hexbb_73{font-size:10px;margin-top:2px;text-align:center;line-height:1;opacity:.7}._toolButton_hexbb_30._active_hexbb_69{background:#007acc;border-color:#09f;color:#fff;box-shadow:0 0 0 2px #007acc4d}._toolButton_hexbb_30._active_hexbb_69 ._toolLabel_hexbb_73{opacity:1;font-weight:600}._timeDisplay_hexbb_93{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px;color:#ccc;background:#1a1a1a;padding:4px 8px;border-radius:4px;border:1px solid #444;min-width:120px;text-align:center}._zoomSlider_hexbb_105{display:flex;align-items:center;gap:8px;min-width:120px}._zoomSlider_hexbb_105 input[type=range]{flex:1;height:4px;background:#555;border-radius:2px;outline:none;-webkit-appearance:none}._zoomSlider_hexbb_105 input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#007acc;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d}._zoomSlider_hexbb_105 input[type=range]::-webkit-slider-thumb:hover{background:#09f}._zoomValue_hexbb_135{font-size:11px;color:#ccc;font-family:SF Mono,Monaco,Cascadia Code,monospace;min-width:35px}._fileUploadPanel_hexbb_143{background:#2a2a2a;border-bottom:1px solid #404040;padding:16px;animation:_slideDown_hexbb_1 .3s ease-out}@keyframes _slideDown_hexbb_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._fileUploadHeader_hexbb_161{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._fileUploadHeader_hexbb_161 h3{color:#fff;font-size:16px;font-weight:600;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._uploadControls_hexbb_176{display:flex;gap:12px;align-items:center}._fileCount_hexbb_182{margin-right:12px}._fileCountText_hexbb_186{color:#999;font-size:12px;font-weight:500}._uploadButton_hexbb_192{display:flex;align-items:center;gap:8px;background:#007acc;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._uploadButton_hexbb_192:hover:not(:disabled){background:#09f;transform:translateY(-1px);box-shadow:0 4px 12px #007acc4d}._uploadButton_hexbb_192:disabled{background:#555;cursor:not-allowed;opacity:.6}._uploadButton_hexbb_192 svg{width:16px;height:16px}._uploadArea_hexbb_226{border:2px dashed #555;border-radius:12px;padding:32px;text-align:center;background:#252525;transition:all .3s ease;min-height:200px;display:flex;align-items:center;justify-content:center}._uploadArea_hexbb_226._dragging_hexbb_239{border-color:#007acc;background:#007acc0d;transform:scale(1.02)}._uploadPlaceholder_hexbb_245{color:#ccc}._uploadIcon_hexbb_249{width:48px;height:48px;color:#666;margin-bottom:16px;display:block;margin-left:auto;margin-right:auto}._uploadPlaceholder_hexbb_245 p{margin:8px 0;font-size:16px;font-weight:500}._uploadSubtext_hexbb_265{color:#999;font-size:14px}._uploadLimit_hexbb_270{color:#777;font-size:12px;margin-top:8px}._fileGrid_hexbb_277{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;width:100%}._fileCard_hexbb_285{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:16px;transition:all .2s ease;position:relative;overflow:hidden}._fileCard_hexbb_285:hover{border-color:#555;box-shadow:0 4px 16px #0000004d;transform:translateY(-2px)}._filePreview_hexbb_301{position:relative;height:80px;background:#252525;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;overflow:hidden}._filePreview_hexbb_301._clickable_hexbb_313{cursor:pointer}._filePreview_hexbb_301._clickable_hexbb_313:hover ._fileTypeIcon_hexbb_317{color:#09f;transform:scale(1.06)}._fileTypeIcon_hexbb_317{width:32px;height:32px;color:#007acc}._uploadProgress_hexbb_328{position:absolute;bottom:0;left:0;right:0;height:3px;background:#333;border-radius:0 0 8px 8px;overflow:hidden}._progressBar_hexbb_339{height:100%;background:linear-gradient(90deg,#007acc,#09f);transition:width .3s ease;border-radius:0 0 8px 8px}._fileInfo_hexbb_346{margin-bottom:12px}._fileName_hexbb_350{color:#fff;font-size:14px;font-weight:500;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._fileMeta_hexbb_361{display:flex;justify-content:space-between;align-items:center}._fileSize_hexbb_367{color:#999;font-size:12px}._fileType_hexbb_317{color:#007acc;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;background:#007acc1a;padding:2px 6px;border-radius:4px}._fileActions_hexbb_383{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}._actionButton_hexbb_390{border:none;border-radius:8px;background:#2f2f2f;color:#e5e7eb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:13px;height:34px;padding:0 10px;gap:6px}._actionButton_hexbb_390:hover{background:#3a3a3a;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #00000059}._actionButton_hexbb_390:active{transform:translateY(0);box-shadow:none}._actionButton_hexbb_390 svg{width:16px;height:16px}._actionLabel_hexbb_423{font-size:12px;color:#e5e7eb}._primaryAction_hexbb_428{background:#0a84ff;color:#fff}._primaryAction_hexbb_428:hover{background:#1b95ff}._removeButton_hexbb_437{background:#3a3a3a}._removeButton_hexbb_437:hover{background:#dc3545;color:#fff}._statusIndicator_hexbb_446{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:4px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._statusIndicator_hexbb_446 svg{width:12px;height:12px}._timelineHeader_hexbb_468{height:60px;background:#2a2a2a;border-bottom:1px solid #404040;position:relative}._timeRuler_hexbb_475{width:100%;height:100%;background:#2a2a2a}._timelineTracks_hexbb_482{position:relative;background:#1a1a1a;min-height:200px;cursor:crosshair}._track_hexbb_489{border-bottom:1px solid #333;position:relative}._track_hexbb_489:last-child{border-bottom:none}._trackHeader_hexbb_498{display:flex;align-items:center;padding:8px 16px;background:#252525;border-right:1px solid #404040;min-width:120px;height:100%;position:absolute;left:0;top:0;z-index:10}._trackIcon_hexbb_512{font-size:16px;color:#cfcfcf;margin-right:8px}._trackHeader_hexbb_498 svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;display:block}._trackLabel_hexbb_528{font-size:12px;font-weight:500;color:#ccc}._trackContent_hexbb_534{margin-left:120px;height:100%;position:relative;overflow:hidden}._segment_hexbb_542{position:absolute;height:60px;top:10px;border-radius:4px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0003;display:flex;align-items:center;justify-content:center;overflow:hidden}._segment_hexbb_542:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0006}._segment_hexbb_542._selected_hexbb_561{box-shadow:0 0 0 2px #007acc,0 4px 12px #007acc66}._segment_hexbb_542._hovered_hexbb_565{opacity:.9}._segmentLabel_hexbb_569{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px;text-align:center;pointer-events:none}._segmentIcon_hexbb_585{font-size:14px;flex-shrink:0}._segmentIcon_hexbb_585 svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;display:block}._segmentText_hexbb_600{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}._segmentHandle_hexbb_607{position:absolute;top:0;width:8px;height:100%;background:#fff3;opacity:0;transition:opacity .2s ease;cursor:ew-resize}._segment_hexbb_542:hover ._segmentHandle_hexbb_607{opacity:1}._leftHandle_hexbb_622{left:0;border-radius:4px 0 0 4px}._rightHandle_hexbb_627{right:0;border-radius:0 4px 4px 0}._playhead_hexbb_633{position:absolute;top:0;width:2px;height:100%;background:#ff6b6b;z-index:20;box-shadow:0 0 4px #ff6b6b99}._playhead_hexbb_633:before{content:"";position:absolute;top:-6px;left:-4px;width:10px;height:12px;background:#ff6b6b;clip-path:polygon(50% 100%,0 0,100% 0)}._tooltip_hexbb_655{position:fixed;background:#2a2a2a;border:1px solid #555;border-radius:6px;padding:12px;box-shadow:0 8px 32px #00000080;z-index:1000;pointer-events:none;font-size:12px;max-width:250px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._tooltipHeader_hexbb_669{display:flex;align-items:center;gap:8px;margin-bottom:8px}._tooltipType_hexbb_676{background:#007acc;color:#fff;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:500;text-transform:uppercase}._tooltipLabel_hexbb_686{font-weight:500;color:#fff}._tooltipDetails_hexbb_691{color:#ccc;line-height:1.4}._tooltipDetails_hexbb_691>div{display:flex;justify-content:space-between;gap:12px}._contextMenu_hexbb_703{position:fixed;background:#2a2a2a;border:1px solid #555;border-radius:6px;box-shadow:0 8px 32px #00000080;z-index:1000;min-width:140px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._contextMenuItem_hexbb_714{display:flex;align-items:center;gap:8px;padding:8px 12px;color:#ccc;cursor:pointer;transition:background .2s ease;font-size:13px}._contextMenuItem_hexbb_714:hover{background:#3a3a3a;color:#fff}._contextMenuItem_hexbb_714 svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;display:block}._waveformCanvas_hexbb_740{width:100%;height:100%;pointer-events:none;opacity:.7;border-radius:2px}._audioSegmentLine_hexbb_749{position:absolute;top:50%;left:0;right:0;height:2px;background:#ffffff80;transform:translateY(-50%)}._selectionRectangle_hexbb_760{position:absolute;background:#007acc33;border:1px solid #007acc;z-index:15;pointer-events:none}._segment_hexbb_542._selected_hexbb_561{z-index:10}._segment_hexbb_542._hovered_hexbb_565{z-index:5}._segment_hexbb_542._selected_hexbb_561 ._segmentHandle_hexbb_607{opacity:1;background:#fffc}._track_hexbb_489:hover ._trackHeader_hexbb_498{background:#353535}._timeRuler_hexbb_475{background:linear-gradient(to bottom,#2a2a2a,#252525);border-bottom:1px solid #333}@media (max-width: 768px){._toolbar_hexbb_14{flex-wrap:wrap;gap:8px}._toolGroup_hexbb_24{flex-wrap:wrap}._zoomSlider_hexbb_105{min-width:100px}._trackHeader_hexbb_498{min-width:80px;padding:4px 8px}._trackContent_hexbb_534{margin-left:80px}._segmentLabel_hexbb_569{font-size:10px;padding:0 4px}._actionLabel_hexbb_423{display:none}._actionButton_hexbb_390{width:36px;padding:0}}@media (prefers-color-scheme: dark){._timelineContainer_hexbb_4{background:#1a1a1a;border-color:#333}._toolbar_hexbb_14{background:#2a2a2a;border-color:#404040}._toolButton_hexbb_30{background:#3a3a3a;border-color:#555;color:#ccc}._toolButton_hexbb_30:hover{background:#4a4a4a;border-color:#777}._timeDisplay_hexbb_93{background:#1a1a1a;border-color:#444;color:#ccc}}@media (prefers-reduced-motion: reduce){._toolButton_hexbb_30,._segment_hexbb_542{transition:none}._toolButton_hexbb_30:hover,._segment_hexbb_542:hover{transform:none}}._toolButton_hexbb_30:focus-visible,._segment_hexbb_542:focus-visible{outline:2px solid #007acc;outline-offset:2px}._dropIndicator_hexbb_885{position:absolute;top:0;bottom:0;width:2px;background-color:#ffc400;z-index:99;box-shadow:0 0 8px #ffc400;transition:left .1s ease-out}._speedIndicator_hexbb_896{font-size:10px;font-weight:700;color:#f0f0f0;background:#00000080;padding:1px 4px;border-radius:3px;margin-left:6px}._contextMenuSub_hexbb_906{display:flex;align-items:center;gap:4px;font-size:12px;color:#999}._contextMenuSeparator_hexbb_914{height:1px;background:#444;margin:4px 0}._speedMenu_hexbb_920{position:absolute;left:100%;top:0;background:#3a3a3a;border-radius:6px;padding:4px;box-shadow:0 8px 32px #00000080;border:1px solid #555;z-index:1001}._fadeVisual_hexbb_932{position:absolute;top:0;bottom:0;pointer-events:none;z-index:1}._contextMenuSection_hexbb_950{padding:4px 0}._contextMenuSlider_hexbb_954{flex:1;margin:0 8px}._volumeIndicator_hexbb_940{font-size:10px;font-weight:700;color:#f0f0f0;background:#00000080;padding:1px 4px;border-radius:3px;margin-left:6px}@media (prefers-contrast: high){._timelineContainer_hexbb_4,._toolButton_hexbb_30,._segment_hexbb_542{border:2px solid #fff}._playhead_hexbb_633{background:#fff;box-shadow:0 0 4px #fff}}._multiTakeHeader_hexbb_990{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;align-items:center;margin-bottom:0}._multiTakeHeader_hexbb_990 h3{margin:0;font-size:18px;font-weight:600;color:#fff}._takeStatus_hexbb_1008{font-size:14px;opacity:.9;padding:4px 12px;background:#fff3;border-radius:20px}._thumbnailStrip_16qct_2{display:flex;flex-direction:row;width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;pointer-events:none}._thumbnail_16qct_2{flex-shrink:0;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;border-right:1px solid rgba(0,0,0,.2)}._thumbnail_16qct_2:last-child{border-right:none}._loadingThumbnail_16qct_27{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#0000001a;color:#fffc;font-size:12px;font-weight:500;border-radius:4px}._errorThumbnail_16qct_40{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#ff00001a;color:#fffc;font-size:10px;font-weight:500;border-radius:4px;text-align:center;padding:2px;word-wrap:break-word}._container_a3k5d_3{width:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._header_a3k5d_10{text-align:center;margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#fff,#fafafa);border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 20px #00000014}._title_a3k5d_20{margin:0 0 8px;font-size:28px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em}._subtitle_a3k5d_28{margin:0;font-size:16px;color:#86868b;font-weight:400;letter-spacing:-.01em}._uploadSection_a3k5d_37{margin-bottom:32px}._uploadArea_a3k5d_41{border:2px dashed #d1d1d6;border-radius:16px;padding:48px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fafafa,#f8f9fa);cursor:pointer}._uploadArea_a3k5d_41:hover:not(:disabled){border-color:#007aff;background:linear-gradient(135deg,#f0f8ff,#f0f2f5);transform:translateY(-2px);box-shadow:0 4px 32px #007aff1a}._uploadPrompt_a3k5d_58{display:flex;flex-direction:column;align-items:center;gap:20px}._uploadIcon_a3k5d_65{font-size:64px;opacity:.8;color:#86868b}._uploadPrompt_a3k5d_58 h3{margin:0;color:#1d1d1f;font-size:24px;font-weight:600;letter-spacing:-.02em}._uploadPrompt_a3k5d_58 p{margin:0;color:#86868b;font-size:15px;font-weight:400;line-height:1.4}._uploadButton_a3k5d_87{padding:14px 28px;background:linear-gradient(135deg,#007aff,#007aff);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em;box-shadow:0 2px 8px #007aff33}._uploadButton_a3k5d_87:hover:not(:disabled){background:linear-gradient(135deg,#005ecb,#005ecb);transform:translateY(-1px);box-shadow:0 4px 16px #007aff4d}._uploadButton_a3k5d_87:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._fileInput_a3k5d_114{display:none}._filePreview_a3k5d_119{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}._videoPreview_a3k5d_126{display:flex;justify-content:center;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #00000026}._video_a3k5d_126{max-width:100%;max-height:400px;width:100%;border-radius:12px;background-color:#000}._timelineSection_a3k5d_144{margin-top:24px;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #00000026;background:#fff;border:1px solid rgba(0,0,0,.06)}._timelineToggle_a3k5d_154{margin-bottom:16px;text-align:center}._timelineButton_a3k5d_159{padding:12px 24px;background:linear-gradient(135deg,#34c759,#34c759);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em;box-shadow:0 2px 8px #34c75933}._timelineButton_a3k5d_159:hover:not(:disabled){background:linear-gradient(135deg,#28a745,#28a745);transform:translateY(-1px);box-shadow:0 4px 16px #34c7594d}._timelineButton_a3k5d_159._active_a3k5d_179{background:linear-gradient(135deg,#007aff,#007aff);box-shadow:0 2px 8px #007aff33}._timelineButton_a3k5d_159._active_a3k5d_179:hover:not(:disabled){background:linear-gradient(135deg,#005ecb,#005ecb);box-shadow:0 4px 16px #007aff4d}._timelineButton_a3k5d_159:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._multipleFilesList_a3k5d_197{max-height:200px;overflow-y:auto;margin:16px 0;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#ffffff80}._fileItem_a3k5d_206{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px}._fileItem_a3k5d_206:last-child{border-bottom:none}._fileName_a3k5d_219{flex:1;font-weight:500;color:#1d1d1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:12px}._fileDuration_a3k5d_229{color:#86868b;font-weight:400;font-size:13px;white-space:nowrap}._totalStats_a3k5d_236{display:flex;flex-direction:column;gap:8px;margin-top:16px;padding:12px;background:#007aff0d;border-radius:8px;border:1px solid rgba(0,122,255,.1)}._totalStats_a3k5d_236 span{font-size:14px;color:#007aff;font-weight:500}._fileInfo_a3k5d_253 h4{margin:0 0 16px;color:#1d1d1f;font-size:20px;font-weight:600;letter-spacing:-.01em}._metadata_a3k5d_261{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:16px;background:#f2f2f7;border-radius:12px;border:1px solid #e5e5ea}._metadata_a3k5d_261 span{font-size:14px;color:#86868b;font-weight:500;display:flex;justify-content:space-between}._actions_a3k5d_280{display:flex;gap:16px;margin-top:24px}._transcribeButton_a3k5d_286{padding:14px 28px;background:linear-gradient(135deg,#34c759,#34c759);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em;box-shadow:0 2px 8px #34c75933;flex:1}._transcribeButton_a3k5d_286:hover:not(:disabled){background:linear-gradient(135deg,#28a745,#28a745);transform:translateY(-1px);box-shadow:0 4px 16px #34c7594d}._transcribeButton_a3k5d_286:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._clearButton_a3k5d_314{padding:14px 28px;background:#f2f2f7;color:#1d1d1f;border:1px solid #d1d1d6;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em}._clearButton_a3k5d_314:hover:not(:disabled){background:#e5e5ea;border-color:#c7c7cc;transform:translateY(-1px)}._clearButton_a3k5d_314:disabled{opacity:.6;cursor:not-allowed;transform:none}._progressSection_a3k5d_340{margin-bottom:32px}._progressContainer_a3k5d_344{background:#fff;padding:32px;border-radius:16px;box-shadow:0 2px 20px #00000014;border:1px solid rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1)}._progressContainer_a3k5d_344:hover{box-shadow:0 4px 32px #0000001f}._progressHeader_a3k5d_357{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._progressHeader_a3k5d_357 h4{margin:0;color:#1d1d1f;font-size:20px;font-weight:600;letter-spacing:-.01em}._progressText_a3k5d_372{font-size:18px;font-weight:700;color:#007aff;letter-spacing:-.01em}._progressBar_a3k5d_379{width:100%;height:12px;background:#f2f2f7;border-radius:6px;overflow:hidden;margin-bottom:16px;border:1px solid #e5e5ea}._progressFill_a3k5d_389{height:100%;background:linear-gradient(90deg,#007aff,#007aff);border-radius:6px;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #007aff4d}._progressMessage_a3k5d_397{font-size:16px;color:#86868b;margin-bottom:12px;font-weight:500}._progressStage_a3k5d_404{font-size:14px;color:#8e8e93;text-transform:capitalize;font-weight:500}._estimatedTime_a3k5d_411{font-size:14px;color:#86868b;font-style:italic;font-weight:400}._errorSection_a3k5d_419{margin-bottom:30px}._errorContainer_a3k5d_423{display:flex;align-items:center;gap:16px;background:#fef2f2;padding:20px;border-radius:12px;border:1px solid #fecaca}._errorIcon_a3k5d_433{font-size:2rem}._errorContent_a3k5d_437 h4{margin:0 0 8px;color:#dc2626;font-size:1.1rem}._errorContent_a3k5d_437 p{margin:0;color:#991b1b;font-size:.9rem}._resultsContainer_a3k5d_450{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}._successHeader_a3k5d_458{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(48,209,88,.2);box-shadow:0 8px 32px #30d1581a}._successBadge_a3k5d_470{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#30d158,#32d74b);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #30d1584d;flex-shrink:0}._successIcon_a3k5d_482{color:#fff;font-size:1.75rem;font-weight:700}._successContent_a3k5d_488 h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#1d1d1f;letter-spacing:-.02em}._successContent_a3k5d_488 p{margin:0;font-size:1rem;color:#6e6e73;line-height:1.5}._quickStats_a3k5d_504{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._statCard_a3k5d_510{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1)}._statCard_a3k5d_510:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}._statIcon_a3k5d_528{font-size:1.5rem;opacity:.8}._statInfo_a3k5d_533{flex:1}._statValue_a3k5d_537{font-size:1.5rem;font-weight:700;color:#1d1d1f;margin-bottom:.25rem;letter-spacing:-.02em}._statLabel_a3k5d_545{font-size:.875rem;color:#6e6e73;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._transcriptPreview_a3k5d_554{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 32px #00000014;overflow:hidden}._previewHeader_a3k5d_563{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.06);background:#f8f9fa80}._previewHeader_a3k5d_563 h3{margin:0;font-size:1.25rem;font-weight:600;color:#1d1d1f}._downloadButton_a3k5d_579{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#007aff,#5ac8fa);color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #007aff40}._downloadButton_a3k5d_579:hover{transform:translateY(-1px);box-shadow:0 6px 20px #007aff59}._transcriptContent_a3k5d_600{padding:2rem;font-size:1rem;line-height:1.7;color:#1d1d1f;white-space:pre-wrap;max-height:400px;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,sans-serif}._transcriptContent_a3k5d_600::-webkit-scrollbar{width:8px}._transcriptContent_a3k5d_600::-webkit-scrollbar-track{background:#0000000a;border-radius:4px}._transcriptContent_a3k5d_600::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}._transcriptContent_a3k5d_600::-webkit-scrollbar-thumb:hover{background:#0000004d}._segmentsSection_a3k5d_630{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 32px #00000014;overflow:hidden}._segmentsHeader_a3k5d_639{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.06);background:#f8f9fa80}._segmentsHeader_a3k5d_639 h3{margin:0;font-size:1.25rem;font-weight:600;color:#1d1d1f}._segmentCount_a3k5d_655{font-size:.875rem;color:#6e6e73;font-weight:500;padding:.375rem .75rem;background:#0000000f;border-radius:8px}._segmentsList_a3k5d_664{max-height:500px;overflow-y:auto;padding:1rem}._segmentsList_a3k5d_664::-webkit-scrollbar{width:8px}._segmentsList_a3k5d_664::-webkit-scrollbar-track{background:#0000000a;border-radius:4px}._segmentsList_a3k5d_664::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}._segmentItem_a3k5d_684{display:flex;gap:1.5rem;padding:1.25rem;margin-bottom:.75rem;background:#f8f9fa99;border-radius:16px;border:1px solid rgba(0,0,0,.04);transition:all .3s cubic-bezier(.4,0,.2,1)}._segmentItem_a3k5d_684:hover{background:#fffc;border-color:#007aff33;transform:translateY(-1px);box-shadow:0 4px 15px #00000014}._segmentTime_a3k5d_702{flex-shrink:0;display:flex;flex-direction:column;gap:.25rem;min-width:120px}._timeRange_a3k5d_710{font-size:.875rem;color:#007aff;font-weight:600;font-family:SF Mono,Monaco,Cascadia Code,monospace}._segmentIndex_a3k5d_717{font-size:.75rem;color:#6e6e73;font-weight:500}._segmentText_a3k5d_723{flex:1;font-size:1rem;color:#1d1d1f;line-height:1.6;font-weight:400}._loadingOverlay_a3k5d_732{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1000}._loadingOverlay_a3k5d_732{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width: 1024px){._container_a3k5d_3{padding:16px}._filePreview_a3k5d_119{grid-template-columns:1fr;gap:24px}._resultsStats_a3k5d_771{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}._timelineSection_a3k5d_144{margin-top:16px;border-radius:8px}._multipleFilesList_a3k5d_197{max-height:150px}._fileItem_a3k5d_206{padding:6px 8px;font-size:13px}}@media (max-width: 768px){._title_a3k5d_20{font-size:24px}._uploadArea_a3k5d_41{padding:32px}._actions_a3k5d_280{flex-direction:column;gap:12px}._transcribeButton_a3k5d_286,._clearButton_a3k5d_314{width:100%;padding:16px 24px}._timelineToggle_a3k5d_154{text-align:center;margin-bottom:16px}._timelineButton_a3k5d_159{width:100%;padding:14px 20px;font-size:15px}._multipleFilesList_a3k5d_197{max-height:120px}._fileItem_a3k5d_206{padding:8px 10px;font-size:13px}._totalStats_a3k5d_236{padding:10px;font-size:13px}._successHeader_a3k5d_458{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}._quickStats_a3k5d_504{grid-template-columns:1fr}._previewHeader_a3k5d_563{flex-direction:column;gap:1rem;align-items:stretch}._segmentItem_a3k5d_684{flex-direction:column;gap:.75rem}._segmentTime_a3k5d_702{min-width:auto;flex-direction:row;justify-content:space-between}}@media (max-width: 480px){._header_a3k5d_10{padding:16px}._uploadArea_a3k5d_41{padding:24px 16px}._uploadIcon_a3k5d_65{font-size:48px}._uploadPrompt_a3k5d_58 h3{font-size:20px}._timelineSection_a3k5d_144{margin-top:12px;border-radius:6px}._timelineButton_a3k5d_159{padding:12px 16px;font-size:14px}._multipleFilesList_a3k5d_197{max-height:100px;margin:12px 0}._fileItem_a3k5d_206{padding:6px 8px;font-size:12px}._fileName_a3k5d_219{margin-right:8px}._fileDuration_a3k5d_229{font-size:11px}._totalStats_a3k5d_236{padding:8px;font-size:12px}._progressContainer_a3k5d_344,._successHeader_a3k5d_458{padding:1.25rem}._successBadge_a3k5d_470{width:56px;height:56px}._successIcon_a3k5d_482,._successContent_a3k5d_488 h2{font-size:1.5rem}._statCard_a3k5d_510{padding:1.25rem}._statValue_a3k5d_537{font-size:1.25rem}._previewHeader_a3k5d_563,._segmentsHeader_a3k5d_639{padding:1.25rem}._transcriptContent_a3k5d_600{padding:1.25rem;font-size:.875rem;max-height:300px}._segmentsList_a3k5d_664{max-height:300px;padding:.75rem}._segmentItem_a3k5d_684{padding:1rem}}._multiTakePreview_a3k5d_965{display:flex;gap:32px;align-items:flex-start;width:100%}._takeSelector_a3k5d_972{flex:0 0 300px;background:#fffc;border-radius:12px;padding:20px;border:1px solid rgba(0,0,0,.1)}._takeSelector_a3k5d_972 h4{margin:0 0 16px;color:#1d1d1f;font-size:18px;font-weight:600}._takeThumbnails_a3k5d_987{display:flex;flex-direction:column;gap:8px}._takeThumbnail_a3k5d_987{padding:12px 16px;background:#fff9;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}._takeThumbnail_a3k5d_987:hover{background:#007aff1a;border-color:#007aff4d}._takeThumbnail_a3k5d_987._selected_a3k5d_1008{background:#007aff1a;border-color:#007aff}._takeName_a3k5d_1013{font-size:14px;font-weight:500;color:#1d1d1f;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._takeStatus_a3k5d_1023{font-size:12px;color:#86868b}._selectedTakePreview_a3k5d_1028{flex:1;display:flex;gap:24px;align-items:flex-start}._takeInfo_a3k5d_1035{flex:0 0 300px}._takeInfo_a3k5d_1035 h4{margin:0 0 16px;color:#1d1d1f;font-size:20px;font-weight:600}._takeMetadata_a3k5d_1046{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}._takeMetadata_a3k5d_1046 span{font-size:14px;color:#86868b}._multiTakeResults_a3k5d_1058{display:flex;flex-direction:column;gap:24px}._takeResultCard_a3k5d_1064{background:#fffc;border-radius:12px;padding:24px;border:1px solid rgba(0,0,0,.1)}._takeResultHeader_a3k5d_1071{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._takeResultHeader_a3k5d_1071 h3{margin:0;color:#1d1d1f;font-size:18px;font-weight:600}._takeStats_a3k5d_1085{display:flex;gap:16px;font-size:14px;color:#86868b}._takeStats_a3k5d_1085 span{background:#0000000d;padding:4px 8px;border-radius:6px}._container_5nfr3_3{width:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._header_5nfr3_10{text-align:center;margin-bottom:0;padding:0;background:linear-gradient(135deg,#fff,#fafafa);border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 20px #00000014}._title_5nfr3_20{margin:0 0 4px;font-size:28px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;padding:16px 16px 0}._subtitle_5nfr3_30{margin:0;font-size:16px;color:#86868b;font-weight:400;letter-spacing:-.01em;padding:0 16px 16px}._mainEditorLayout_5nfr3_40{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;margin-bottom:2rem;align-items:start}._videoSection_5nfr3_50{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #00000014,0 1px 2px #0000000a;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center}._videoContainer_5nfr3_63{position:relative;display:inline-block;margin-bottom:24px;background:transparent;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #00000026}._video_5nfr3_50{max-width:100%;max-height:550px;border-radius:16px;background-color:#000}._timelineSection_5nfr3_85{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 20px #00000014;border:1px solid rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1)}._timelineSection_5nfr3_85:hover{box-shadow:0 4px 32px #0000001f}._timeline_5nfr3_85{position:relative;width:100%;height:48px;background:linear-gradient(135deg,#f2f2f7,#e5e5ea);border-radius:24px;cursor:pointer;margin-bottom:16px;overflow:visible;border:1px solid #d1d1d6;transition:all .2s cubic-bezier(.4,0,.2,1)}._timeline_5nfr3_85:hover{background:linear-gradient(135deg,#e5e5ea,#d1d1d6)}._timelineProgress_5nfr3_115{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#007aff,#007aff);border-radius:24px;transition:width .1s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #007aff4d}._timelineCursor_5nfr3_126{position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#007aff;border-radius:50%;border:3px solid #ffffff;box-shadow:0 2px 8px #0003;transition:left .1s cubic-bezier(.4,0,.2,1)}._timelineCursor_5nfr3_126:hover{transform:translate(-50%,-50%) scale(1.2)}._subtitleMarker_5nfr3_143{position:absolute;top:0;height:100%;background:#34c7594d;border-radius:24px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:2px solid transparent}._subtitleMarker_5nfr3_143:hover{background:#34c75980;transform:scaleY(1.1)}._subtitleMarker_5nfr3_143._selected_5nfr3_159{background:#34c759cc;border-color:#34c759;z-index:10;box-shadow:0 2px 8px #34c7594d}._timelineControls_5nfr3_166{display:flex;justify-content:space-between;align-items:center;gap:16px}._timelineButtons_5nfr3_173{display:flex;align-items:center;gap:12px}._timeDisplay_5nfr3_179{font-family:SF Mono,Monaco,Menlo,monospace;font-size:14px;color:#86868b;font-weight:600;letter-spacing:-.01em}._addSubtitleButton_5nfr3_187{padding:10px 20px;background:linear-gradient(135deg,#34c759,#34c759);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em;box-shadow:0 2px 8px #34c75933}._addSubtitleButton_5nfr3_187:hover:not(:disabled){background:linear-gradient(135deg,#28a745,#28a745);transform:translateY(-1px);box-shadow:0 4px 16px #34c7594d}._addSubtitleButton_5nfr3_187:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._editorSection_5nfr3_215{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #00000014,0 1px 2px #0000000a;padding:1rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);height:77vh;max-height:77vh;overflow-y:hidden;display:flex;flex-direction:column}._editorSection_5nfr3_215:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f,0 2px 4px #0000000f}._editorHeader_5nfr3_239{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f2f2f7;gap:16px;flex-wrap:wrap}._editorHeader_5nfr3_239 h3{margin:0;color:#1d1d1f;font-size:24px;font-weight:700;letter-spacing:-.02em}._toggleButton_5nfr3_258{padding:10px 20px;background:#f2f2f7;color:#1d1d1f;border:1px solid #d1d1d6;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em}._toggleButton_5nfr3_258:hover{background:#e5e5ea;border-color:#c7c7cc;transform:translateY(-1px)}._groupDurationControl_5nfr3_277{display:flex;flex-direction:column;gap:4px;min-width:200px}._groupDurationLabel_5nfr3_284{font-size:12px;font-weight:600;color:#1d1d1f;margin:0}._editorActions_5nfr3_291{display:flex;gap:12px}._exportButton_5nfr3_296{padding:10px 20px;background:linear-gradient(135deg,#6b7280,#6b7280);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em;box-shadow:0 2px 8px #6b728033}._exportButton_5nfr3_296:hover:not(:disabled){background:linear-gradient(135deg,#4b5563,#4b5563);transform:translateY(-1px);box-shadow:0 4px 16px #6b72804d}._exportButton_5nfr3_296:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._subtitlesList_5nfr3_323{flex:1;overflow-y:auto;padding-right:8px;min-height:0}._subtitlesList_5nfr3_323::-webkit-scrollbar{width:6px}._subtitlesList_5nfr3_323::-webkit-scrollbar-track{background:#f2f2f7;border-radius:3px}._subtitlesList_5nfr3_323::-webkit-scrollbar-thumb{background:#d1d1d6;border-radius:3px}._subtitlesList_5nfr3_323::-webkit-scrollbar-thumb:hover{background:#c7c7cc}._emptyState_5nfr3_348{text-align:center;padding:64px 24px;color:#86868b;background:#f2f2f7;border-radius:12px;border:1px solid #e5e5ea}._emptyState_5nfr3_348 p{margin:0;font-size:16px;font-weight:500}._subtitleItem_5nfr3_363{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:3px;padding:3px;border:1px solid #e5e5ea;border-radius:8px;margin-bottom:2px;background:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}._subtitleItem_5nfr3_363:hover{background:#fafafa;border-color:#c7c7cc;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}._subtitleItem_5nfr3_363._selected_5nfr3_159{background:#f0f9ff;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}._subtitleItem_5nfr3_363._dragging_5nfr3_391{opacity:.5;border-style:dashed;transform:rotate(2deg)}._subtitleTime_5nfr3_397{display:flex;align-items:center;gap:2px;font-family:SF Mono,Monaco,Menlo,monospace;font-size:11px;color:#1d1d1f;font-weight:600;grid-row:1;grid-column:1;margin-bottom:2px}._timeInput_5nfr3_410{width:70px;padding:4px 6px;border:1px solid #d1d1d6;border-radius:6px;background:#f2f2f7;text-align:center;font-family:SF Mono,Monaco,Menlo,monospace;font-size:10px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);color:#1d1d1f;height:24px}._timeInput_5nfr3_410:focus{outline:none;border-color:#007aff;background:#fff;box-shadow:0 0 0 3px #007aff1a;transform:scale(1.02)}._timeSeparator_5nfr3_433{font-weight:700;color:#86868b;font-size:12px}._subtitleContent_5nfr3_439{grid-row:2;grid-column:1 / 3;margin-top:1px}._subtitleTextarea_5nfr3_445{width:100%;min-height:16px;padding:2px 6px;border:1px solid #d1d1d6;border-radius:6px;font-family:inherit;font-size:14px;line-height:1.4;resize:vertical;transition:all .2s cubic-bezier(.4,0,.2,1);background:#f2f2f7;color:#1d1d1f}._subtitleTextarea_5nfr3_445:focus{outline:none;border-color:#007aff;background:#fff;box-shadow:0 0 0 3px #007aff1a}._subtitleActions_5nfr3_467{display:flex;align-items:center;gap:8px;opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}._actionButton_5nfr3_475{padding:8px;background:#f2f2f7;color:#6b7280;border:1px solid #d1d1d6;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}._actionButton_5nfr3_475:hover{background:#e5e5ea;border-color:#c7c7cc;transform:scale(1.05)}._subtitleItem_5nfr3_363:hover ._subtitleActions_5nfr3_467{opacity:1}._deleteButton_5nfr3_500{padding:8px;background:#fee2e2;color:#ef4444;border:none;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}._deleteButton_5nfr3_500:hover{background:#ef4444;color:#fff;transform:scale(1.05)}._tabNavigation_5nfr3_522{display:flex;background:#fffc;border-radius:12px 12px 0 0;border-bottom:1px solid rgba(0,0,0,.06);padding:0;margin:-1rem -1.5rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._tabButton_5nfr3_532{flex:1;padding:.875rem 1.5rem;border:none;background:transparent;font-size:.875rem;font-weight:600;color:#6e6e73;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px 12px 0 0;position:relative;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,system-ui,sans-serif;letter-spacing:-.01em}._tabButton_5nfr3_532:first-child{border-radius:12px 0 0}._tabButton_5nfr3_532:last-child{border-radius:0 12px 0 0}._tabButton_5nfr3_532:hover{color:#007aff;background:#007aff0d}._tabButton_5nfr3_532._activeTab_5nfr3_561{color:#007aff;background:linear-gradient(135deg,#007aff1a,#5ac8fa14);box-shadow:inset 0 -2px #007aff}._tabButton_5nfr3_532._activeTab_5nfr3_561:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:linear-gradient(90deg,#007aff,#5ac8fa);border-radius:1px}._tabContent_5nfr3_579{flex:1;overflow-y:auto;padding-top:1rem}._editorTab_5nfr3_585{height:100%;display:flex;flex-direction:column}._studioTab_5nfr3_591{height:100%;overflow-y:auto}._streamlinedStudio_5nfr3_597{background:#fff;padding:16px;border-radius:12px;border:1px solid #e5e5ea;margin-bottom:16px;box-shadow:0 2px 8px #0000000a}._studioHeader_5nfr3_606{text-align:center;margin-bottom:16px}._studioHeader_5nfr3_606 h3{font-size:18px;font-weight:600;color:#1d1d1f;margin:0 0 4px}._studioHeader_5nfr3_606 p{font-size:13px;color:#86868b;margin:0}._studioSection_5nfr3_624{background:#f8f9fa;padding:12px;border-radius:8px;margin-bottom:12px;border:1px solid #e5e5ea}._studioSection_5nfr3_624:last-child{margin-bottom:0}._studioLayout_5nfr3_636{display:flex;gap:16px;align-items:flex-start}._studioColumn_5nfr3_642{flex:1;min-width:0}._studioSection_5nfr3_624 h4{font-size:14px;font-weight:600;color:#1d1d1f;margin:0 0 8px;padding-bottom:8px;border-bottom:1px solid #e5e5ea}._presetGrid_5nfr3_656{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}._presetCard_5nfr3_662{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px;border:1px solid transparent;border-radius:6px;background:#fff;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d;min-height:70px}._presetCard_5nfr3_662:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0000001a;background:#f0f8ff}._presetCard_5nfr3_662._active_5nfr3_561{border-color:#007aff;background:#f0f8ff;box-shadow:0 0 0 2px #007aff33}._presetPreview_5nfr3_689{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:14px;font-weight:700}._presetCard_5nfr3_662 span{font-size:10px;font-weight:500;color:#1d1d1f;text-align:center;line-height:1.2}._customizationGrid_5nfr3_708{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}._stylingGroup_5nfr3_714{display:flex;flex-direction:column;gap:4px}._stylingGroup_5nfr3_714._fullWidth_5nfr3_720{grid-column:1 / -1}._stylingGroup_5nfr3_714 label{font-size:11px;font-weight:500;color:#333}._backgroundControl_5nfr3_730{display:flex;align-items:center;gap:8px}._transparentButton_5nfr3_736{padding:6px 12px;border:1px solid #d1d1d6;border-radius:4px;background:#fff;color:#1d1d1f;font-size:12px;cursor:pointer;transition:all .15s ease}._transparentButton_5nfr3_736:hover{background:#f0f0f0;border-color:#c7c7cc;color:#1d1d1f}._select_5nfr3_159,._textInput_5nfr3_753,._colorInput_5nfr3_753{padding:6px 8px;border:1px solid #d1d1d6;border-radius:4px;background:#fff;font-size:12px;transition:all .15s ease}._select_5nfr3_159:focus,._textInput_5nfr3_753:focus,._colorInput_5nfr3_753:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 2px #007aff1a}._colorInput_5nfr3_753{height:28px;padding:2px}._sliderContainer_5nfr3_773{display:flex;align-items:center;gap:8px}._slider_5nfr3_773{flex-grow:1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d1d1d6;border-radius:2px;outline:none;transition:background .2s ease}._slider_5nfr3_773::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#007aff;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #007aff4d;transition:all .2s ease}._slider_5nfr3_773::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 8px #007aff66}._slider_5nfr3_773::-moz-range-thumb{width:16px;height:16px;background:#007aff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #007aff4d;transition:all .2s ease}._slider_5nfr3_773::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 8px #007aff66}._sliderValue_5nfr3_823{font-size:12px;font-weight:600;color:#007aff;min-width:24px;text-align:center;background:#007aff1a;padding:2px 6px;border-radius:4px}._toggleContainer_5nfr3_835{display:flex;align-items:center;gap:8px}._toggleButton_5nfr3_258{position:relative;width:44px;height:24px;background:#d1d1d6;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;padding:0}._toggleButton_5nfr3_258:hover{background:#c7c7cc;transform:scale(1.02)}._toggleButton_5nfr3_258._toggleActive_5nfr3_859{background:linear-gradient(135deg,#007aff,#5ac8fa);box-shadow:0 2px 8px #007aff4d}._toggleButton_5nfr3_258._toggleActive_5nfr3_859:hover{background:linear-gradient(135deg,#0056b3,#4a9eff);transform:scale(1.02)}._toggleSlider_5nfr3_869{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}._toggleButton_5nfr3_258._toggleActive_5nfr3_859 ._toggleSlider_5nfr3_869{transform:translate(20px);box-shadow:0 2px 6px #0000004d}._toggleLabel_5nfr3_886{font-size:12px;font-weight:500;color:#1d1d1f;-webkit-user-select:none;user-select:none}._livePreviewContainer_5nfr3_893{background:#fff;padding:8px;border-radius:6px;border:1px solid #e5e5ea}._livePreview_5nfr3_893{display:flex;align-items:center;justify-content:center;min-height:60px;border-radius:6px;background:#1d1d1f;padding:12px;text-align:center;line-height:1.3;color:#fff;font-size:14px}._livePreview_5nfr3_893[data-highlight-enabled=true]{background:linear-gradient(90deg,var(--highlight-color) 0%,var(--highlight-color) 50%,transparent 50%,transparent 100%);background-size:200% 100%;background-position:100% 0;animation:_highlightPreview_5nfr3_1 2s ease-in-out infinite}@keyframes _highlightPreview_5nfr3_1{0%{background-position:100% 0}50%{background-position:0% 0}to{background-position:100% 0}}._burnSection_5nfr3_935{text-align:center;padding:16px 0}._burnButton_5nfr3_940{padding:12px 24px;background:linear-gradient(135deg,#007aff,#007aff);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em;box-shadow:0 2px 8px #007aff4d;position:relative;overflow:hidden}._burnButton_5nfr3_940:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._burnButton_5nfr3_940:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 32px #007aff66}._burnButton_5nfr3_940:hover:before{left:100%}._burnButton_5nfr3_940:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 16px #007aff4d}._burnProgress_5nfr3_983{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:16px}._progressBar_5nfr3_991{width:320px;height:12px;background:#f2f2f7;border-radius:6px;overflow:hidden;border:1px solid #e5e5ea}._progressFill_5nfr3_1000{height:100%;background:linear-gradient(90deg,#007aff,#007aff);border-radius:6px;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #007aff4d}._progressText_5nfr3_1008{font-size:15px;color:#86868b;font-weight:600;letter-spacing:-.01em}._loadingOverlay_5nfr3_1016{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width: 1024px){._container_5nfr3_3{padding:16px}._video_5nfr3_50{max-height:400px}._stylingGrid_5nfr3_1040{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}._progressBar_5nfr3_991{width:280px}}@media (max-width: 1024px){._mainEditorLayout_5nfr3_40{grid-template-columns:1fr;gap:1.5rem}._editorSection_5nfr3_215{max-height:none;overflow-y:visible}}@media (max-width: 768px){._mainEditorLayout_5nfr3_40{gap:1rem;margin-top:1rem;margin-bottom:1rem}._videoSection_5nfr3_50,._editorSection_5nfr3_215{padding:1rem;border-radius:16px}._title_5nfr3_20{font-size:24px;padding:20px 20px 0}._subtitle_5nfr3_30{padding:0 20px 20px}._header_5nfr3_10{padding:0;margin-bottom:0}._videoSection_5nfr3_50{margin-top:24px;margin-bottom:24px}._videoContainer_5nfr3_63{margin-bottom:16px}._timelineSection_5nfr3_85{padding:20px}._editorHeader_5nfr3_239{flex-direction:column;gap:8px;align-items:stretch;margin-bottom:10px}._groupDurationControl_5nfr3_277{min-width:auto;width:100%}._editorActions_5nfr3_291{justify-content:center}._subtitleItem_5nfr3_363{flex-direction:column;gap:2px;padding:2px}._subtitleTime_5nfr3_397{flex-direction:row;justify-content:space-between;width:100%;grid-column:1;margin-bottom:1px}._subtitleContent_5nfr3_439{margin-top:0}._stylingGrid_5nfr3_1040{grid-template-columns:1fr;gap:20px}._stylingSection_5nfr3_1140{padding:20px}._studioLayout_5nfr3_636{flex-direction:column;gap:12px}._customizationGrid_5nfr3_708{grid-template-columns:repeat(2,1fr);gap:8px}._presetGrid_5nfr3_656{grid-template-columns:repeat(4,1fr);gap:6px}._burnButton_5nfr3_940{width:100%;font-size:16px;padding:16px 24px}._progressBar_5nfr3_991{width:100%}._burnSection_5nfr3_935{padding:24px 0}}@media (max-width: 480px){._header_5nfr3_10{padding:0;margin-bottom:0}._title_5nfr3_20{font-size:20px;padding:16px 16px 0}._subtitle_5nfr3_30{font-size:14px;padding:0 16px 16px}._videoSection_5nfr3_50{margin-top:16px;margin-bottom:16px}._timelineSection_5nfr3_85,._editorSection_5nfr3_215,._stylingSection_5nfr3_1140{padding:16px;margin-bottom:16px}._subtitleTextarea_5nfr3_445{font-size:16px;padding:3px 6px}._timeInput_5nfr3_410{width:60px;padding:3px 4px;font-size:10px;height:20px}._actionButton_5nfr3_475,._deleteButton_5nfr3_500{padding:6px;font-size:12px}._stylingGroup_5nfr3_714 label{font-size:13px}._select_5nfr3_159{padding:10px 12px;font-size:14px}._burnButton_5nfr3_940{font-size:15px;padding:14px 20px}}._helpText_5nfr3_1237{margin-top:8px;font-size:12px;color:#86868b;line-height:1.4;padding:8px 12px;background-color:#8e8e9314;border-radius:6px;border:1px solid rgba(142,142,147,.16)}._container_7uf6b_3{width:100%;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1d1d1f}._header_7uf6b_14{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#ffffffe6,#f9f9f9e6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 32px #00000014}._headerIcon_7uf6b_27{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#007aff,#5856d6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;box-shadow:0 4px 16px #007aff4d}._headerContent_7uf6b_40 h2{margin:0 0 4px;font-size:28px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em}._headerContent_7uf6b_40 p{margin:0;font-size:16px;color:#86868b;font-weight:400;letter-spacing:-.01em}._mainContent_7uf6b_57{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px;align-items:start}._videoSection_7uf6b_66{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #00000014;padding:24px;text-align:center}._video_7uf6b_66{width:100%;max-width:480px;height:auto;border-radius:16px;background-color:#000;box-shadow:0 4px 24px #00000026}._analysisSection_7uf6b_86{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #00000014;padding:24px}._analyzingState_7uf6b_96{text-align:center;padding:32px}._analyzingState_7uf6b_96 p{margin:16px 0 0;color:#86868b;font-size:16px}._thresholdControl_7uf6b_108{margin-bottom:24px}._thresholdLabel_7uf6b_112{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1d1d1f;margin-bottom:12px}._thresholdInput_7uf6b_122{display:flex;align-items:center;gap:16px}._thresholdSlider_7uf6b_128{flex:1;height:6px;border-radius:3px;background:linear-gradient(90deg,#007aff,#007aff);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._thresholdSlider_7uf6b_128::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid #007aff;cursor:pointer;box-shadow:0 2px 8px #007aff4d}._thresholdSlider_7uf6b_128::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid #007aff;cursor:pointer;box-shadow:0 2px 8px #007aff4d}._thresholdValue_7uf6b_161{font-family:SF Mono,Monaco,Menlo,monospace;font-size:14px;font-weight:600;color:#007aff;min-width:40px;text-align:center}._statsContainer_7uf6b_171{margin-bottom:24px}._statsContainer_7uf6b_171 h4{margin:0 0 16px;font-size:18px;font-weight:600;color:#1d1d1f}._statsGrid_7uf6b_182{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._stat_7uf6b_171{background:linear-gradient(135deg,#007aff0d,#5856d60d);border-radius:12px;padding:16px;text-align:center;border:1px solid rgba(0,122,255,.1)}._statValue_7uf6b_196{display:block;font-size:24px;font-weight:700;color:#007aff;margin-bottom:4px}._statLabel_7uf6b_204{font-size:12px;color:#86868b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._timelineContainer_7uf6b_213{margin-top:24px}._timelineHeader_7uf6b_217{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._timelineHeader_7uf6b_217 h4{margin:0;font-size:16px;font-weight:600;color:#1d1d1f}._timelineDuration_7uf6b_231{font-family:SF Mono,Monaco,Menlo,monospace;font-size:12px;color:#86868b;font-weight:500}._timelineWrapper_7uf6b_238{background:#00000005;border-radius:12px;padding:20px;border:1px solid rgba(0,0,0,.06)}._timeline_7uf6b_213{position:relative;height:32px;margin-bottom:16px;border-radius:16px;overflow:visible;cursor:pointer}._timelineBackground_7uf6b_254{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f2f2f7,#e5e5ea);border-radius:16px;border:1px solid #d1d1d6}._silenceMarker_7uf6b_265{position:absolute;top:0;height:100%;background:linear-gradient(135deg,#ff3b30,#ff453a);border-radius:16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:2px solid transparent;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ff3b3033}._silenceMarker_7uf6b_265:hover{background:linear-gradient(135deg,#ff453a,#ff3b30);transform:scaleY(1.1);box-shadow:0 4px 16px #ff3b304d}._silenceMarker_7uf6b_265._selected_7uf6b_286{background:linear-gradient(135deg,#ff9500,#ff9f0a);border-color:#ff9500;box-shadow:0 4px 16px #ff950066;z-index:10}._silenceLabel_7uf6b_293{font-size:10px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0 4px}._currentTimeIndicator_7uf6b_306{position:absolute;top:-4px;bottom:-4px;width:3px;background:linear-gradient(135deg,#007aff,#5856d6);border-radius:2px;z-index:20;box-shadow:0 2px 8px #007aff80;pointer-events:none}._timelineControls_7uf6b_318{display:flex;justify-content:space-between;align-items:center}._controlButton_7uf6b_324{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#34c759,#30d158);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #34c75933}._controlButton_7uf6b_324:hover:not(._disabled_7uf6b_340){background:linear-gradient(135deg,#30d158,#34c759);transform:translateY(-1px);box-shadow:0 4px 16px #34c7594d}._controlButton_7uf6b_324._active_7uf6b_346{background:linear-gradient(135deg,#ff3b30,#ff453a);box-shadow:0 2px 8px #ff3b304d}._controlButton_7uf6b_324._disabled_7uf6b_340{background:#8e8e93;cursor:not-allowed;box-shadow:0 2px 8px #8e8e9333}._selectedSilenceInfo_7uf6b_357{display:flex;align-items:center;gap:8px;font-size:14px;color:#007aff;font-weight:600}._noSilenceState_7uf6b_367{text-align:center;padding:48px 24px}._successIcon_7uf6b_372{font-size:48px;color:#34c759;margin-bottom:16px}._noSilenceState_7uf6b_367 h4{margin:0 0 8px;font-size:20px;font-weight:600;color:#1d1d1f}._noSilenceState_7uf6b_367 p{margin:0;color:#86868b;font-size:16px;line-height:1.5}._actions_7uf6b_393{display:flex;justify-content:space-between;align-items:center;padding:24px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px #00000014}._skipButton_7uf6b_405{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#8e8e931a;color:#8e8e93;border:1px solid rgba(142,142,147,.2);border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._skipButton_7uf6b_405:hover{background:#8e8e9326;border-color:#8e8e934d}._removeButton_7uf6b_425{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #007aff4d}._removeButton_7uf6b_425:hover:not(._disabled_7uf6b_340){background:linear-gradient(135deg,#5856d6,#007aff);transform:translateY(-1px);box-shadow:0 6px 24px #007aff66}._removeButton_7uf6b_425._disabled_7uf6b_340{background:#8e8e93;cursor:not-allowed;box-shadow:0 2px 8px #8e8e9333}._tabNavigation_7uf6b_454{display:flex;background:#00000005;border-radius:12px;padding:4px;margin-bottom:16px;border:1px solid rgba(0,0,0,.06)}._tabButton_7uf6b_463{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#86868b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._tabButton_7uf6b_463:hover{background:#007aff0d;color:#007aff}._tabButton_7uf6b_463._active_7uf6b_346{background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;box-shadow:0 2px 8px #007aff4d}._fillerMarker_7uf6b_492{position:absolute;top:2px;height:28px;border-radius:14px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:2px solid transparent;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px}._fillerMarker_7uf6b_492:hover{transform:scaleY(1.2);z-index:5}._fillerMarker_7uf6b_492._selected_7uf6b_286{border-color:#007aff;box-shadow:0 4px 16px #007aff66;z-index:10}._fillerLabel_7uf6b_521{pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0 6px;font-weight:700;font-size:10px;text-shadow:0 1px 2px rgba(0,0,0,.3)}._comprehensiveStats_7uf6b_534{margin-bottom:24px}._comprehensiveStats_7uf6b_534 h4{margin:0 0 20px;font-size:18px;font-weight:600;color:#1d1d1f;display:flex;align-items:center;gap:8px}._comprehensiveStats_7uf6b_534 h4:before{content:"📊";font-size:20px}._statsOverview_7uf6b_554{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}._overviewCard_7uf6b_561{background:linear-gradient(135deg,#fffffff2,#f9f9f9f2);border-radius:16px;padding:20px;text-align:center;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 16px #00000014;transition:all .2s cubic-bezier(.4,0,.2,1)}._overviewCard_7uf6b_561:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}._overviewIcon_7uf6b_576{width:32px;height:32px;margin:0 auto 12px;border-radius:8px;background:linear-gradient(135deg,#007aff,#5856d6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}._overviewValue_7uf6b_589{display:block;font-size:28px;font-weight:700;color:#007aff;margin-bottom:4px;letter-spacing:-.5px}._overviewLabel_7uf6b_598{font-size:12px;color:#86868b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._recommendations_7uf6b_607{background:linear-gradient(135deg,#007aff0d,#5856d60d);border-radius:16px;padding:20px;margin-top:20px;border:1px solid rgba(0,122,255,.1)}._recommendationHeader_7uf6b_615{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:600;color:#007aff}._recommendationText_7uf6b_625{font-size:14px;color:#1d1d1f;line-height:1.5;font-weight:500}._elongatedNote_7uf6b_632{font-size:13px;color:#ff9500;font-weight:400}._selectedFillerInfo_7uf6b_639{display:flex;align-items:center;gap:8px;font-size:14px;color:#007aff;font-weight:600;padding:8px 12px;background:#007aff1a;border-radius:8px}._elongatedIndicator_7uf6b_651{font-size:12px;opacity:.7;font-weight:400;margin-left:4px}._elongated_7uf6b_632{position:relative}._elongated_7uf6b_632:after{content:"~";position:absolute;top:-2px;right:-2px;font-size:10px;color:#fffc;background:#ff9500cc;border-radius:50%;width:12px;height:12px;display:flex;align-items:center;justify-content:center;font-weight:700}._artifactMarker_7uf6b_681{position:absolute;top:2px;height:28px;border-radius:14px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:2px solid transparent;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;font-size:12px;z-index:2}._artifactMarker_7uf6b_681:hover{transform:scaleY(1.2);z-index:5}._artifactMarker_7uf6b_681._selected_7uf6b_286{border-color:#007aff;box-shadow:0 4px 16px #007aff66;z-index:10}._artifactLabel_7uf6b_708{pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0 4px;font-weight:700;font-size:10px;text-shadow:0 1px 2px rgba(0,0,0,.3)}._selectedArtifactInfo_7uf6b_721{display:flex;align-items:center;gap:8px;font-size:14px;color:#007aff;font-weight:600;padding:8px 12px;background:#007aff1a;border-radius:8px}._primaryActionButton_7uf6b_734{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #007aff4d}._primaryActionButton_7uf6b_734:hover:not(._disabled_7uf6b_340){background:linear-gradient(135deg,#5856d6,#007aff);transform:translateY(-1px);box-shadow:0 6px 24px #007aff66}._primaryActionButton_7uf6b_734._disabled_7uf6b_340{background:#8e8e93;cursor:not-allowed;box-shadow:0 2px 8px #8e8e9333}._noIssuesState_7uf6b_763{text-align:center;padding:48px 24px;background:linear-gradient(135deg,#34c7590d,#30d1580d);border-radius:20px;border:1px solid rgba(52,199,89,.1)}._noIssuesState_7uf6b_763 h4{margin:16px 0 8px;font-size:20px;font-weight:600;color:#1d1d1f}._noIssuesState_7uf6b_763 p{margin:0;color:#86868b;font-size:16px;line-height:1.5}._statsGrid_7uf6b_182{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:20px}@media (max-width: 768px){._mainContent_7uf6b_57{grid-template-columns:1fr;gap:24px}._header_7uf6b_14{padding:20px}._headerContent_7uf6b_40 h2{font-size:24px}._actions_7uf6b_393{flex-direction:column;gap:12px}._skipButton_7uf6b_405,._primaryActionButton_7uf6b_734{width:100%;justify-content:center}._timeline_7uf6b_213{height:24px}._silenceLabel_7uf6b_293,._fillerLabel_7uf6b_521{font-size:8px}._statsOverview_7uf6b_554{grid-template-columns:1fr;gap:12px}._overviewCard_7uf6b_561{padding:16px}._overviewValue_7uf6b_589{font-size:24px}._tabNavigation_7uf6b_454{flex-direction:column;gap:4px}._tabButton_7uf6b_463{padding:10px 12px;font-size:13px}}._intelligent-take-selection_1w4du_1{width:100%;height:100%;display:flex;flex-direction:column}._upload-interface_1w4du_8{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;height:100%}._upload-interface_1w4du_8 h2{margin-bottom:1rem}._upload-interface_1w4du_8 p{margin-bottom:1rem;color:#666}._drop-zone_1w4du_26{border:2px dashed #ccc;border-radius:8px;padding:3rem;text-align:center;width:80%;max-width:500px;margin:1rem 0}._drop-zone_1w4du_26:hover{border-color:#999}._drop-zone_1w4du_26 p{margin:.5rem 0}._error-message_1w4du_44{color:#e74c3c;margin-top:1rem;padding:.5rem;background-color:#fdf2f2;border-radius:4px;border:1px solid #fecaca}._processing-interface_1w4du_53{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;height:100%}._processing-interface_1w4du_53 h2{margin-bottom:1rem}._progress-container_1w4du_66{display:flex;align-items:center;width:80%;max-width:500px;margin-bottom:1rem}._progress-bar_1w4du_74{flex:1;height:10px;background-color:#eee;border-radius:5px;overflow:hidden;margin-right:1rem}._progress-fill_1w4du_83{height:100%;background-color:#3b82f6;transition:width .3s ease}._progress-text_1w4du_89{font-weight:700;min-width:40px}._stage-text_1w4du_94{color:#666;margin-top:1rem}._timeline-interface_1w4du_99{display:flex;flex-direction:column;height:100%}._timeline-header_1w4du_105{padding:1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}._timeline-header_1w4du_105 h2{margin:0}._view-toggle_1w4du_117{display:flex;gap:.5rem}._view-toggle_1w4du_117 button{padding:.5rem 1rem;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer}._view-toggle_1w4du_117 button:hover{background-color:#f5f5f5}._view-toggle_1w4du_117 button._active_1w4du_134{background-color:#3b82f6;color:#fff;border-color:#3b82f6}._transcription-complete-interface_1w4du_140{display:flex;flex-direction:column;align-items:center;padding:2rem;height:100%;max-width:800px;margin:0 auto}._transcription-complete-interface_1w4du_140 h2{margin-bottom:1rem;color:#1f2937}._transcription-complete-interface_1w4du_140>p{margin-bottom:2rem;color:#6b7280;text-align:center}._multi-take-section_1w4du_161,._single-take-section_1w4du_161{width:100%;padding:2rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;background-color:#f9fafb}._multi-take-section_1w4du_161 h3,._single-take-section_1w4du_161 h3{margin:0 0 1rem;color:#1f2937}._multi-take-section_1w4du_161 p,._single-take-section_1w4du_161 p{margin:0 0 1.5rem;color:#6b7280}._start-multi-take-button_1w4du_180,._upload-more-button_1w4du_180{padding:.75rem 2rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._start-multi-take-button_1w4du_180:hover:not(:disabled),._upload-more-button_1w4du_180:hover{background-color:#2563eb}._start-multi-take-button_1w4du_180:disabled{background-color:#9ca3af;cursor:not-allowed}._skip-button_1w4du_201{padding:.75rem 2rem;background-color:#6b7280;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._skip-button_1w4du_201:hover{background-color:#4b5563}._transcription-summary_1w4du_217{width:100%;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}._transcription-summary_1w4du_217 h4{margin:0 0 1rem;color:#1f2937}._take-summary_1w4du_230{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}._take-summary_1w4du_230:last-child{border-bottom:none}._success_1w4du_242{color:#10b981;font-weight:500}._error_1w4du_44{color:#ef4444;font-weight:500}._container_12fy6_3{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1d1d1f}._mainContent_12fy6_12{width:100%;margin:0;padding:1rem 1rem 6rem}._hero_12fy6_19{text-align:center;margin-bottom:.5rem;padding:0;margin-top:0}._heroContent_12fy6_26{max-width:1200px;margin:0 auto}._heroTitle_12fy6_31{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700;background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .25rem;line-height:1.3;letter-spacing:-.02em;white-space:nowrap}._heroSubtitle_12fy6_44{font-size:1.1rem;color:#6e6e73;margin:0;font-weight:400;line-height:1.3}._bottomDock_12fy6_53{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:1rem;transform:translateY(calc(100% - 3rem));transition:transform .3s cubic-bezier(.4,0,.2,1)}._bottomDock_12fy6_53:hover{transform:translateY(0)}._projectToolbar_12fy6_69{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 32px #0000001f,0 4px 16px #00000014,inset 0 1px #fff9;margin:0 auto;max-width:1200px}._projectInfo_12fy6_86{display:flex;flex-direction:column;gap:.25rem}._projectNameInput_12fy6_92{font-size:1.1rem;font-weight:600;color:#1d1d1f;background:transparent;border:none;outline:none;padding:.25rem .5rem;border-radius:6px;transition:background-color .2s ease;min-width:200px}._projectNameInput_12fy6_92:focus{background:#007bff1a;border:1px solid rgba(0,123,255,.3)}._projectNameInput_12fy6_92::placeholder{color:#6e6e73}._projectActions_12fy6_114{display:flex;gap:.5rem;align-items:center}._projectButton_12fy6_120{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;background:#0000000d;color:#1d1d1f;cursor:pointer;min-height:36px}._projectButton_12fy6_120:hover{background:#00000014;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}._projectButton_12fy6_120:active{transform:translateY(0)}._projectButton_12fy6_120:disabled{opacity:.5;cursor:not-allowed;transform:none}._projectButton_12fy6_120._saving_12fy6_152{background:#ffc1071a;border-color:#ffc1074d;color:#856404}._projectButton_12fy6_120._saved_12fy6_158{background:#28a7451a;border-color:#28a7454d;color:#155724}._projectButton_12fy6_120._error_12fy6_164{background:#dc35451a;border-color:#dc35454d;color:#721c24}._newButton_12fy6_170{background:#007aff1a;border-color:#007aff4d;color:#0056b3}._newButton_12fy6_170:hover{background:#007aff26}._importButton_12fy6_180{background:#6633991a;border-color:#6633994d;color:#4b1e5c}._importButton_12fy6_180:hover{background:#66339926}._progressContainer_12fy6_191{margin-bottom:2rem;padding:0 .5rem;margin-top:.25rem}._progressTrack_12fy6_197{height:4px;background:#0000000f;border-radius:2px;margin-bottom:1rem;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._progressBar_12fy6_206{height:100%;background:linear-gradient(90deg,#007aff,#5ac8fa);border-radius:2px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #007aff4d}._stepsWrapper_12fy6_214{display:flex;justify-content:space-between;align-items:center;max-width:700px;margin:0 auto;gap:.25rem}._stepIndicator_12fy6_223{display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}._stepIndicator_12fy6_223._clickable_12fy6_231{cursor:pointer}._stepIndicator_12fy6_223._clickable_12fy6_231:hover ._stepNumber_12fy6_235{transform:scale(1.15);box-shadow:0 12px 30px #007aff66}._stepIndicator_12fy6_223._clickable_12fy6_231:hover ._stepText_12fy6_240{color:#007aff;font-weight:600}._stepIndicator_12fy6_223._pending_12fy6_245._clickable_12fy6_231:hover ._stepNumber_12fy6_235{background:#007aff1a;border:2px solid rgba(0,122,255,.3)}._stepIndicator_12fy6_223._completed_12fy6_250._clickable_12fy6_231:hover ._stepNumber_12fy6_235{box-shadow:0 12px 30px #30d15866}._stepNumber_12fy6_235{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}._stepIndicator_12fy6_223._pending_12fy6_245 ._stepNumber_12fy6_235{background:#0000000f;color:#8e8e93}._stepIndicator_12fy6_223._active_12fy6_272 ._stepNumber_12fy6_235{background:linear-gradient(135deg,#007aff,#5ac8fa);color:#fff;box-shadow:0 8px 25px #007aff4d;transform:scale(1.1)}._stepIndicator_12fy6_223._completed_12fy6_250 ._stepNumber_12fy6_235{background:linear-gradient(135deg,#30d158,#32d74b);color:#fff;box-shadow:0 4px 15px #30d15840}._stepText_12fy6_240{font-size:.75rem;font-weight:500;color:#6e6e73;transition:color .3s ease;text-align:center;line-height:1.2}._stepIndicator_12fy6_223._active_12fy6_272 ._stepText_12fy6_240{color:#007aff;font-weight:600}._stepIndicator_12fy6_223._completed_12fy6_250 ._stepText_12fy6_240{color:#30d158}._contentGrid_12fy6_304{display:grid;grid-template-columns:1fr auto;gap:0;align-items:start}._primaryContent_12fy6_311{min-width:0}._stepCard_12fy6_316{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #00000014,0 1px 2px #0000000a;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}._stepCard_12fy6_316:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f,0 2px 4px #0000000f}._stepHeader_12fy6_335{display:flex;align-items:center;gap:1.5rem;padding:.25rem}._stepIconLarge_12fy6_342{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#007aff,#5ac8fa);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;box-shadow:0 8px 25px #007aff40;flex-shrink:0}._stepInfo_12fy6_356 h2{font-size:1.75rem;font-weight:700;color:#1d1d1f;margin:0 0 .5rem;letter-spacing:-.01em}._stepInfo_12fy6_356 p{font-size:1rem;color:#6e6e73;margin:0;line-height:1.5}._stepBody_12fy6_371{padding:0 2rem 1.5rem}._stepFooter_12fy6_375{padding:1.5rem 2rem 2rem}._stepActions_12fy6_379{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem 2rem;border-top:1px solid rgba(0,0,0,.06);background:#f8f9fa80}._primaryButton_12fy6_389,._secondaryButton_12fy6_389,._downloadButton_12fy6_389,._newVideoButton_12fy6_389{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;white-space:nowrap}._primaryButton_12fy6_389{background:linear-gradient(135deg,#007aff,#5ac8fa);color:#fff;box-shadow:0 4px 15px #007aff40}._primaryButton_12fy6_389:hover{transform:translateY(-1px);box-shadow:0 6px 20px #007aff59}._secondaryButton_12fy6_389{background:#0000000f;color:#1d1d1f;border:1px solid rgba(0,0,0,.1)}._secondaryButton_12fy6_389:hover{background:#0000001a;transform:translateY(-1px)}._downloadButton_12fy6_389{background:linear-gradient(135deg,#30d158,#32d74b);color:#fff;font-size:1.1rem;padding:1rem 2rem;box-shadow:0 6px 20px #30d15840}._downloadButton_12fy6_389:hover{transform:translateY(-2px);box-shadow:0 8px 25px #30d15859}._newVideoButton_12fy6_389{background:#0000000f;color:#007aff;border:1px solid rgba(0,122,255,.2)}._newVideoButton_12fy6_389:hover{background:#007aff1a;transform:translateY(-1px)}._completionContent_12fy6_452{text-align:center;padding:3rem 2rem}._successBadge_12fy6_457{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#30d158,#32d74b);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem;box-shadow:0 8px 25px #30d1584d}._completionContent_12fy6_452 h2{font-size:2rem;font-weight:700;color:#1d1d1f;margin:0 0 .5rem;letter-spacing:-.01em}._completionContent_12fy6_452 p{font-size:1.125rem;color:#6e6e73;margin:0 0 2rem}._downloadSection_12fy6_485{margin-bottom:2rem}._videoDetails_12fy6_489{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}._detailItem_12fy6_496{display:flex;flex-direction:column;align-items:center;gap:.25rem}._detailLabel_12fy6_503{font-size:.875rem;color:#6e6e73;font-weight:500}._detailValue_12fy6_509{font-size:1rem;color:#1d1d1f;font-weight:600}._supportedFormats_12fy6_516{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._formatItem_12fy6_523{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#30d1581a;border-radius:8px;font-size:.875rem;color:#1d1d1f}._checkIcon_12fy6_534{color:#30d158}._starIcon_12fy6_538{color:#ff9500}@media (max-width: 1200px){._contentGrid_12fy6_304{grid-template-columns:1fr;gap:0}}@media (max-width: 1024px){._mainContent_12fy6_12{padding:.75rem .75rem 3rem}._hero_12fy6_19{margin-bottom:.25rem;padding:0;margin-top:0}._heroTitle_12fy6_31{font-size:clamp(1.75rem,3.5vw,2.25rem);line-height:1.3}._heroSubtitle_12fy6_44{font-size:1.05rem}._progressContainer_12fy6_191{margin-bottom:3rem}._stepsWrapper_12fy6_214{gap:.5rem}._stepNumber_12fy6_235{width:40px;height:40px;font-size:1rem}._stepText_12fy6_240{font-size:.75rem}._stepCard_12fy6_316{border-radius:20px}._stepHeader_12fy6_335{padding:.2rem;gap:1rem}._stepIconLarge_12fy6_342{width:56px;height:56px;font-size:1.5rem}._stepInfo_12fy6_356 h2{font-size:1.5rem}._stepBody_12fy6_371{padding:0 1.5rem 1rem}._stepActions_12fy6_379{padding:1rem 1.5rem 1.5rem}}@media (max-width: 768px){._mainContent_12fy6_12{padding:.5rem .5rem 2rem}._hero_12fy6_19{margin-bottom:.5rem;padding:0;margin-top:0}._heroTitle_12fy6_31{font-size:clamp(1.6rem,5.5vw,1.9rem);line-height:1.3}._heroSubtitle_12fy6_44{font-size:.95rem}._progressContainer_12fy6_191{margin-bottom:2rem;padding:0 .5rem}._stepsWrapper_12fy6_214{flex-wrap:wrap;gap:.25rem;justify-content:center}._stepIndicator_12fy6_223{gap:.375rem}._stepNumber_12fy6_235{width:36px;height:36px;font-size:.875rem}._stepText_12fy6_240{font-size:.6875rem}._stepCard_12fy6_316{border-radius:16px}._stepHeader_12fy6_335{padding:.15rem;flex-direction:column;text-align:center;gap:.75rem}._stepIconLarge_12fy6_342{width:48px;height:48px;font-size:1.25rem}._stepInfo_12fy6_356 h2{font-size:1.25rem}._stepInfo_12fy6_356 p{font-size:.875rem}._stepBody_12fy6_371{padding:0 1.25rem .75rem}._stepActions_12fy6_379{padding:.75rem 1.25rem 1.25rem;flex-direction:column;gap:.75rem}._primaryButton_12fy6_389,._secondaryButton_12fy6_389,._downloadButton_12fy6_389,._newVideoButton_12fy6_389{width:100%;justify-content:center}._completionContent_12fy6_452{padding:2rem 1.25rem}._videoDetails_12fy6_489{flex-direction:column;gap:1rem}._supportedFormats_12fy6_516{flex-direction:column;align-items:center}}@media (max-width: 480px){._mainContent_12fy6_12{padding:.25rem .25rem 1.5rem}._hero_12fy6_19{margin-bottom:.25rem;margin-top:0}._heroTitle_12fy6_31{font-size:clamp(1.45rem,7.5vw,1.7rem);line-height:1.3}._heroSubtitle_12fy6_44{font-size:.85rem}._progressContainer_12fy6_191{margin-bottom:1rem;padding:0 .25rem}._stepsWrapper_12fy6_214{gap:.125rem}._stepNumber_12fy6_235{width:32px;height:32px;font-size:.75rem}._stepText_12fy6_240{font-size:.625rem}._stepCard_12fy6_316{border-radius:12px}._stepHeader_12fy6_335{padding:.15rem;gap:.5rem}._stepIconLarge_12fy6_342{width:40px;height:40px;font-size:1rem}._stepInfo_12fy6_356 h2{font-size:1.125rem}._stepInfo_12fy6_356 p{font-size:.8125rem}._stepBody_12fy6_371{padding:0 1rem .5rem}._stepActions_12fy6_379{padding:.5rem 1rem 1rem;gap:.5rem}._completionContent_12fy6_452{padding:1.5rem 1rem}._successBadge_12fy6_457{width:64px;height:64px;font-size:1.5rem;margin-bottom:1rem}._completionContent_12fy6_452 h2{font-size:1.5rem}._completionContent_12fy6_452 p{font-size:1rem}._downloadButton_12fy6_389{font-size:1rem;padding:.875rem 1.5rem}._formatItem_12fy6_523{padding:.375rem .75rem;font-size:.8125rem}}
