.BrowserViewModal_overlay__aBjqC{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:BrowserViewModal_fadeIn__iHgwQ .2s ease-out}@keyframes BrowserViewModal_fadeIn__iHgwQ{0%{opacity:0}to{opacity:1}}.BrowserViewModal_modal__b7ZO6{width:90vw;max-width:1200px;height:80vh;background:var(--surface-1);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 64px rgba(0,0,0,.4);animation:BrowserViewModal_slideIn__IIUKM .25s ease-out}@keyframes BrowserViewModal_slideIn__IIUKM{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.BrowserViewModal_header__es9sc{display:flex;align-items:center;justify-content:center;padding:12px 16px;background-color:var(--surface-background-color,#f5f5f5);border-radius:16px 16px 0 0;position:relative}.BrowserViewModal_headerInfo__lELij{display:flex;align-items:center;gap:16px}.BrowserViewModal_statusBadge__tWmBZ{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.BrowserViewModal_statusBadge__tWmBZ.BrowserViewModal_running__E29JH{background:rgba(59,130,246,.15);color:#3b82f6}.BrowserViewModal_statusBadge__tWmBZ.BrowserViewModal_paused__BElPf{background:rgba(251,191,36,.15);color:#fbbf24}.BrowserViewModal_statusBadge__tWmBZ.BrowserViewModal_completed__SZg9r{background:rgba(34,197,94,.15);color:#22c55e}.BrowserViewModal_statusBadge__tWmBZ.BrowserViewModal_failed__GR6l0{background:rgba(239,68,68,.15);color:#ef4444}.BrowserViewModal_jobInfo___3TRs{display:flex;flex-direction:column}.BrowserViewModal_jobTitle__LldSJ{font-size:16px;font-weight:600;color:var(--text-1);margin:0}.BrowserViewModal_companyName__zLEsA{font-size:13px;color:var(--text-3);margin:2px 0 0}.BrowserViewModal_progressContainer__c1OuY{display:flex;align-items:center;gap:8px;position:absolute;left:16px}.BrowserViewModal_headerActions__HOmbp{display:flex;align-items:center;gap:8px;position:absolute;right:16px}.BrowserViewModal_actionButton__BFbVx{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.BrowserViewModal_pauseButton__ZAUvq{background:rgba(251,191,36,.15);color:#fbbf24}.BrowserViewModal_pauseButton__ZAUvq:hover{background:rgba(251,191,36,.25)}.BrowserViewModal_resumeButton__N77RF{background:rgba(34,197,94,.15);color:#22c55e}.BrowserViewModal_resumeButton__N77RF:hover{background:rgba(34,197,94,.25)}.BrowserViewModal_stopButton__Kk4vI{background:rgba(239,68,68,.15);color:#ef4444}.BrowserViewModal_stopButton__Kk4vI:hover{background:rgba(239,68,68,.25)}.BrowserViewModal_closeButton__EO9pH{background:transparent;border:none;padding:0;width:32px;height:32px;cursor:pointer;color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;margin-left:4px}.BrowserViewModal_closeButton__EO9pH:hover{color:rgba(0,0,0,.8);transform:translateY(-1px);box-shadow:var(--surface-outer-shadow-light,-2px -2px 4px rgba(255,255,255,.8)),var(--surface-outer-shadow-dark,2px 2px 4px rgba(0,0,0,.1))}.BrowserViewModal_closeButton__EO9pH:active{transform:translateY(0);box-shadow:var(
      --surface-inner-shadow-light,inset -2px -2px 4px rgba(255,255,255,.8)
    ),var(--surface-inner-shadow-dark,inset 2px 2px 4px rgba(0,0,0,.1))}.BrowserViewModal_browserContainer__u9Lwj{flex:1 1;position:relative;background:#1a1a1a;overflow:hidden}.BrowserViewModal_browserFrame__Xdghf{width:100%;height:100%;object-fit:contain;display:block;border:none}.BrowserViewModal_loadingState__5rhZz{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--text-3)}.BrowserViewModal_spinner__Uw5m9{width:40px;height:40px;border:3px solid var(--surface-3);border-top:3px solid #3b82f6;border-radius:50%;animation:BrowserViewModal_spin__Vtjqf 1s linear infinite}@keyframes BrowserViewModal_spin__Vtjqf{to{transform:rotate(1turn)}}.BrowserViewModal_loadingText__IoVSL{font-size:14px}.BrowserViewModal_errorState__9UDNk{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:12px;color:#ef4444;text-align:center;max-width:400px}.BrowserViewModal_errorIcon__lD1WD{opacity:.5}.BrowserViewModal_errorMessage__9_6e1{font-size:14px;line-height:1.5}.BrowserViewModal_footer__0KWSP{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid var(--border-light);background:var(--surface-2)}.BrowserViewModal_progressInfo__tbQn1{display:flex;align-items:center;gap:8px}.BrowserViewModal_progressBar__g33qO{width:120px;height:4px;background:rgba(0,0,0,.1);border-radius:2px;overflow:hidden}.BrowserViewModal_progressFill__ySpTC{height:100%;background:#2196f3;border-radius:2px;transition:width .3s ease}.BrowserViewModal_progressText__8fgoy{font-size:12px;font-weight:500;color:rgba(0,0,0,.6);min-width:32px}.BrowserViewModal_currentStep__n6u7Y{font-size:12px;color:rgba(0,0,0,.5);max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BrowserViewModal_missingFieldsOverlay__wzy2H{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10;animation:BrowserViewModal_fadeIn__iHgwQ .2s ease-out}.BrowserViewModal_missingFieldsForm__Z8Yp7{background:var(--surface-background-color,#f5f5f5);border-radius:16px;padding:24px;max-width:420px;width:90%;box-shadow:0 16px 48px rgba(0,0,0,.3);animation:BrowserViewModal_slideIn__IIUKM .25s ease-out}.BrowserViewModal_missingFieldsTitle__WUwSF{font-size:16px;font-weight:600;color:rgba(0,0,0,.9);margin:0 0 8px}.BrowserViewModal_missingFieldsDescription__kieIo{font-size:13px;color:rgba(0,0,0,.5);margin:0 0 20px;line-height:1.4}.BrowserViewModal_fieldGroup__T2eNv{margin-bottom:16px}.BrowserViewModal_fieldLabel__13d4e{display:block;font-size:12px;font-weight:500;color:rgba(0,0,0,.6);margin-bottom:8px}.BrowserViewModal_fieldInput__ftMGW{width:100%;padding:14px 16px;border:none;border-radius:10px;background:var(--surface-background-color,#f5f5f5);box-shadow:var(
      --surface-inner-shadow-light,inset -2px -2px 4px rgba(255,255,255,.8)
    ),var(--surface-inner-shadow-dark,inset 2px 2px 4px rgba(0,0,0,.1));color:rgba(0,0,0,.85);font-size:14px;font-family:inherit;transition:all .15s ease;box-sizing:border-box;min-height:48px}.BrowserViewModal_fieldInput__ftMGW::placeholder{color:rgba(0,0,0,.3)}.BrowserViewModal_fieldInput__ftMGW:focus{outline:none;box-shadow:var(
      --surface-inner-shadow-light,inset -2px -2px 4px rgba(255,255,255,.8)
    ),var(--surface-inner-shadow-dark,inset 2px 2px 4px rgba(0,0,0,.1)),0 0 0 3px rgba(59,130,246,.15)}.BrowserViewModal_missingFieldsActions__Z8JOE{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.BrowserViewModal_submitButton__FS_AA{background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;padding:12px 20px;font-weight:600;box-shadow:0 4px 12px rgba(59,130,246,.3)}.BrowserViewModal_submitButton__FS_AA:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.BrowserViewModal_submitButton__FS_AA:active{transform:translateY(0);box-shadow:0 2px 8px rgba(59,130,246,.3)}.BrowserViewModal_cancelFieldsButton__FdOVX{background:transparent;color:rgba(0,0,0,.5);padding:12px 20px}.BrowserViewModal_cancelFieldsButton__FdOVX:hover{color:rgba(0,0,0,.7);background:rgba(0,0,0,.05)}