:root{font-synthesis:none;text-rendering:optimizelegibility}html,body,#root{min-width:320px;min-height:100%}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#111827;background:#f8fafc;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}.app{color:#111827;background:#f8fafc;min-height:100vh;transition:all .25s}.app.dark{color:#f8fafc;background:#090e1a}header{z-index:50;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffe6;border-bottom:1px solid #e5e7eb;height:68px;position:sticky;top:0}.dark header{background:#090e1ae6;border-color:#20293a}.nav{align-items:center;gap:30px;max-width:1180px;height:100%;margin:auto;padding:0 20px;display:flex}.brand{align-items:center;gap:9px;font-size:21px;font-weight:900;display:flex}.logo{color:#fff;background:linear-gradient(135deg,#6d5dfc,#8b5cf6);border-radius:11px;place-items:center;width:37px;height:37px;display:grid;box-shadow:0 7px 20px #6d5dfc40}nav{gap:28px;margin-left:auto;display:flex}nav a,footer a{color:#64748b;font-weight:650;text-decoration:none}.dark nav a,.dark footer a{color:#aeb8ca}.theme,.mobileMenu{color:inherit;background:0 0;border:0;place-items:center;display:grid}.mobileMenu{display:none}main{max-width:1180px;margin:auto;padding:0 20px}.hero{text-align:center;padding:88px 0 55px}.badge{color:#6d28d9;background:#ede9fe;border:1px solid #ddd6fe;border-radius:99px;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}.dark .badge{color:#c4b5fd;background:#211a42;border-color:#372c66}.hero h1{letter-spacing:-3px;margin:20px 0;font-size:clamp(42px,8vw,72px);line-height:.98}.hero h1 span{color:#0000;background:linear-gradient(90deg,#6955f7,#9b5cf6);-webkit-background-clip:text;background-clip:text}.hero>p{color:#64748b;max-width:630px;margin:0 auto;font-size:18px;line-height:1.7}.dark .hero>p{color:#9ca8bb}.search{background:#fff;border:1px solid #dfe4ec;border-radius:17px;align-items:center;gap:12px;max-width:650px;height:60px;margin:32px auto 20px;padding:0 19px;display:flex;box-shadow:0 12px 35px #0f172a12}.dark .search{background:#121a2a;border-color:#283348}.search svg{color:#8b5cf6}.search input{width:100%;color:inherit;background:0 0;border:0;outline:0;font-size:16px}.trust{color:#64748b;flex-wrap:wrap;justify-content:center;gap:25px;font-size:13px;font-weight:650;display:flex}.ad{color:#94a3b8;background:#ffffff80;border:1px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:105px;display:flex}.dark .ad{background:#0d1422;border-color:#334155}.ad small{letter-spacing:2px;font-size:9px}.ad strong{font-size:13px}.ad.large{min-height:150px;margin:60px 0}.ad.large p{margin:2px;font-size:12px}.toolsSection{padding:65px 0 20px}.sectionTitle{justify-content:space-between;align-items:end;gap:15px;display:flex}.sectionTitle h2{letter-spacing:-1px;margin:0 0 6px;font-size:32px}.sectionTitle p{color:#64748b;margin:0}.sectionTitle>span{color:#64748b;font-size:13px}.categories{scrollbar-width:none;gap:9px;padding:25px 0 22px;display:flex;overflow:auto}.categories button{white-space:nowrap;color:#64748b;background:#fff;border:1px solid #dce2ea;border-radius:10px;padding:9px 15px;font-weight:750}.dark .categories button{color:#aeb8ca;background:#111827;border-color:#283348}.categories button.active{color:#fff;background:#111827;border-color:#111827}.dark .categories button.active{background:#765cf6;border-color:#765cf6}.grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.tool{text-align:left;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:17px;gap:14px;min-height:115px;padding:18px;transition:all .2s;display:flex}.dark .tool{background:#101827;border-color:#222e42}.tool:hover{border-color:#a78bfa;transform:translateY(-3px);box-shadow:0 13px 35px #4c1d9517}.icon{color:#7559ed;background:#f1efff;border-radius:13px;place-items:center;width:45px;min-width:45px;height:45px;display:grid}.dark .icon{color:#a78bfa;background:#211c3c}.icon svg{width:21px}.toolName{align-items:center;gap:7px;display:flex}.tool h3{margin:2px 0 6px;font-size:15px}.toolName span{color:#6d28d9;background:#ede9fe;border-radius:99px;padding:3px 6px;font-size:9px;font-weight:800}.tool p{color:#718096;margin:0;font-size:12px;line-height:1.5}.features{grid-template-columns:repeat(3,1fr);gap:16px;padding:15px 0 80px;display:grid}.features>div{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:28px}.dark .features>div{background:#101827;border-color:#222e42}.features svg{color:#7559ed}.features h3{margin:14px 0 7px}.features p{color:#718096;margin:0;font-size:13px;line-height:1.6}footer{color:#64748b;border-top:1px solid #e2e8f0;align-items:center;gap:25px;max-width:1180px;margin:auto;padding:30px 20px 45px;display:flex}.dark footer{border-color:#222e42}footer .brand{color:#111827;margin-right:auto}.dark footer .brand{color:#fff}footer .logo{width:31px;height:31px}footer p{font-size:12px}footer>div:last-child{gap:18px;font-size:12px;display:flex}@media (width<=800px){.grid{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:1fr}}@media (width<=600px){header{height:62px}.nav{padding:0 15px}.mobileMenu{display:grid}nav{background:#fff;border:1px solid #e2e8f0;border-radius:15px;padding:15px;display:none;position:absolute;top:62px;left:12px;right:12px;box-shadow:0 15px 35px #0000001f}.dark nav{background:#101827;border-color:#283348}nav.open{flex-direction:column;gap:10px;display:flex}.brand{font-size:18px}.nav>.brand{margin-right:auto}.hero{padding:65px 0 42px}.hero h1{letter-spacing:-2px;font-size:43px}.hero>p{font-size:15px}.search{height:55px}.trust{gap:12px;font-size:11px}.toolsSection{padding-top:48px}.sectionTitle h2{font-size:27px}.sectionTitle p{font-size:13px}.grid{grid-template-columns:1fr}.tool{min-height:105px}footer{flex-direction:column;align-items:flex-start}footer .brand{margin:0}}.toolWorkflowGroup{background:#f5f3ff52;border:1px solid #ddd6fe;border-radius:18px;grid-column:1/-1;padding:13px}.dark .toolWorkflowGroup{background:#211c3c33;border-color:#372c66}.toolWorkflowHeader{flex-wrap:wrap;align-items:center;gap:10px;padding:2px 4px 11px;display:flex}.toolWorkflowHeader strong{font-size:13px}.toolWorkflowHeader span{color:#7c6ee6;font-size:11px;font-weight:750}.dark .toolWorkflowHeader span{color:#a78bfa}.toolWorkflowGrid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}@media (width<=800px){.toolWorkflowGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.toolWorkflowGroup{padding:10px}.toolWorkflowGrid{grid-template-columns:1fr}}.tasksButton{color:#334155;background:#fff;border:1px solid #dce2ea;border-radius:10px;padding:8px 14px;font-weight:800;transition:all .2s}.tasksButton:hover{background:#f8fafc;transform:translateY(-1px)}.dark .tasksButton{color:#e5e7eb;background:#111827;border-color:#283348}.taskNotice{z-index:50;color:#fff;background:#111827;border-radius:14px;padding:14px 20px;font-weight:700;animation:.35s tooloraNotice;position:fixed;top:80px;right:25px;box-shadow:0 15px 35px #0003}.taskCenterPanel{z-index:40;background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:300px;padding:18px;position:fixed;top:75px;right:25px;box-shadow:0 20px 45px #00000026}.taskCenterPanel strong{margin-bottom:12px;font-size:17px;display:block}.taskCenterPanel div{background:#f8fafc;border-radius:10px;margin-top:8px;padding:10px;font-size:14px}.dark .taskCenterPanel{color:#fff;background:#101827;border-color:#283348}.dark .taskCenterPanel div{background:#111827}@keyframes tooloraNotice{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.workspace{color:#111827;background:#f8fafc;min-height:100vh}.workspace.dark{color:#f8fafc;background:#090e1a}.workspaceHeader{z-index:50;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffeb;border-bottom:1px solid #e5e7eb;height:64px;position:sticky;top:0}.workspace.dark .workspaceHeader{background:#090e1aeb;border-color:#20293a}.workspaceNav{justify-content:space-between;align-items:center;max-width:950px;height:100%;margin:auto;padding:0 18px;display:flex}.workspaceNav>strong{font-size:20px;font-weight:900}.backButton{color:inherit;background:0 0;border:0;align-items:center;gap:7px;font-weight:750;display:flex}.secureMark{color:#64748b;align-items:center;gap:5px;font-size:12px;display:flex}.workspaceMain{width:min(950px,100% - 30px);margin:auto;padding-bottom:70px}.workspaceHero{text-align:center;padding:55px 0 32px}.workspaceIcon{color:#fff;background:linear-gradient(135deg,#6d5dfc,#965cf6);border-radius:19px;place-items:center;width:64px;height:64px;margin:auto;display:grid;box-shadow:0 14px 30px #6d5dfc40}.workspaceHero h1{letter-spacing:-1.8px;margin:18px 0 8px;font-size:clamp(32px,7vw,48px)}.workspaceHero p{color:#64748b;max-width:560px;margin:0 auto 15px;line-height:1.6}.workspace.dark .workspaceHero p{color:#9ca8bb}.engineReady,.engineNext{border-radius:99px;align-items:center;gap:6px;padding:6px 11px;font-size:11px;font-weight:800;display:inline-flex}.engineReady{color:#047857;background:#d1fae5}.engineNext{color:#6d28d9;background:#ede9fe}.workspaceAd{color:#94a3b8;border:1px dashed #cbd5e1;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:90px;margin-bottom:20px;display:flex}.workspace.dark .workspaceAd{border-color:#334155}.workspaceAd small{letter-spacing:2px;font-size:8px}.workspaceAd span{font-size:12px}.processor{background:#fff;border:1px solid #e2e8f0;border-radius:23px;padding:24px;box-shadow:0 15px 50px #0f172a0d}.workspace.dark .processor{background:#101827;border-color:#222e42}.dropzone{text-align:center;border:2px dashed #cbd5e1;border-radius:19px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:35px 20px;transition:all .2s;display:flex}.dropzone:hover{background:#faf9ff;border-color:#8b5cf6}.workspace.dark .dropzone{border-color:#334155}.workspace.dark .dropzone:hover{background:#12192a}.dropzone input{display:none}.uploadIcon{color:#765cf6;background:#f0edff;border-radius:18px;place-items:center;width:58px;height:58px;display:grid}.workspace.dark .uploadIcon{background:#211c3c}.dropzone h2{margin:17px 0 6px;font-size:20px}.dropzone p{color:#64748b;margin:0 0 18px;font-size:13px}.chooseButton{color:#fff;background:#7259f5;border-radius:11px;padding:10px 17px;font-size:13px;font-weight:800}.selectedFiles{gap:8px;margin-top:15px;display:grid}.selectedFile{background:#f8fafc;border-radius:12px;align-items:center;gap:11px;padding:12px;display:flex}.workspace.dark .selectedFile{background:#0b1220}.selectedFile>div{flex-direction:column;min-width:0;display:flex}.selectedFile strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.selectedFile small{color:#94a3b8;font-size:10px}.processButton{color:#fff;background:linear-gradient(90deg,#6955f7,#8b5cf6);border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;margin-top:17px;font-weight:850;display:flex}.processButton:disabled{opacity:.65}.spinner{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.resultMessage{text-align:center;color:#475569;background:#f1f5f9;border-radius:11px;margin-top:14px;padding:11px 13px;font-size:12px}.workspace.dark .resultMessage{color:#cbd5e1;background:#0b1220}.downloadBox{color:#047857;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;align-items:center;gap:12px;margin-top:15px;padding:15px;display:flex}.workspace.dark .downloadBox{background:#092117;border-color:#14532d}.downloadBox>div{flex-direction:column;flex:1;min-width:0;display:flex}.downloadBox strong{font-size:13px}.downloadBox span{opacity:.8;font-size:11px}.downloadBox button{color:#fff;background:#059669;border:0;border-radius:10px;align-items:center;gap:6px;padding:9px 12px;font-size:11px;font-weight:800;display:flex}.metadataBox{background:#f8fafc;border-radius:14px;margin-top:15px;padding:17px}.workspace.dark .metadataBox{background:#0b1220}.metadataBox h3{margin:0 0 12px}.metadataBox p{color:#64748b;word-break:break-word;margin:6px 0;font-size:12px}.comingEngine{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:30px;display:flex}.comingEngine>svg{color:#8b5cf6}.comingEngine h2{margin:18px 0 8px}.comingEngine p{color:#64748b;max-width:520px;line-height:1.6}.comingEngine span{color:#94a3b8;max-width:500px;font-size:11px;line-height:1.6}.privacyNote{border:1px solid #e2e8f0;border-radius:15px;gap:13px;margin:18px 0;padding:17px;display:flex}.workspace.dark .privacyNote{border-color:#222e42}.privacyNote svg{color:#7559ed;min-width:22px}.privacyNote h3{margin:0 0 5px;font-size:13px}.privacyNote p{color:#64748b;margin:0;font-size:11px;line-height:1.5}.workspaceAd.bottom{margin-top:18px}@media (width<=600px){.workspaceNav{padding:0 13px}.secureMark{font-size:0}.workspaceHero{padding:42px 5px 27px}.processor{border-radius:18px;padding:14px}.dropzone{min-height:240px}.downloadBox{flex-wrap:wrap}.downloadBox button{justify-content:center;width:100%}}.toolOptions{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:16px;padding:16px}.workspace.dark .toolOptions{background:#0b1220;border-color:#222e42}.toolOptions label{flex-direction:column;gap:8px;display:flex}.toolOptions strong{font-size:12px}.toolOptions input{color:#111827;background:#fff;border:1px solid #dbe2ea;border-radius:11px;outline:none;width:100%;min-height:46px;padding:0 13px}.workspace.dark .toolOptions input{color:#f8fafc;background:#101827;border-color:#334155}.toolOptions input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.toolOptions small{color:#94a3b8;font-size:10px}.optionGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.optionHeading{margin-bottom:12px;font-size:12px;display:block}.cropGrid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:9px;display:grid}.cropGrid label{gap:5px}.cropGrid span{color:#64748b;font-size:10px;font-weight:800}@media (width<=600px){.optionGrid{grid-template-columns:1fr}.cropGrid{grid-template-columns:1fr 1fr}}.toolOptions textarea{resize:vertical;color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #dbe2ea;border-radius:11px;outline:none;padding:12px 13px}.workspace.dark .toolOptions textarea{color:#f8fafc;background:#101827;border-color:#334155}.toolOptions textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.pdfViewerBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:20px;padding:14px;overflow:hidden}.workspace.dark .pdfViewerBox{background:#0f172a;border-color:#334155}.pdfViewerToolbar{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.pdfViewerToolbar button,.pdfViewerZoom button{color:#111827;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:10px;padding:8px 12px;font-weight:700}.workspace.dark .pdfViewerToolbar button,.workspace.dark .pdfViewerZoom button{color:#f8fafc;background:#172033;border-color:#334155}.pdfViewerToolbar button:disabled,.pdfViewerZoom button:disabled{opacity:.4;cursor:not-allowed}.pdfViewerZoom{justify-content:center;align-items:center;gap:12px;margin-bottom:12px;display:flex}.pdfViewerZoom button{min-width:44px;padding:5px 12px;font-size:21px}.pdfViewerZoom span{text-align:center;min-width:58px;font-weight:800}.pdfViewerStage{text-align:center;box-sizing:border-box;background:#dfe4ea;border-radius:12px;width:100%;max-height:72vh;padding:8px;overflow:auto}.workspace.dark .pdfViewerStage{background:#080d16}.pdfViewerStage img{border-radius:4px;width:auto;max-width:none;height:auto;margin:0 auto;display:block;box-shadow:0 3px 14px #0f172a26}@media (width<=600px){.pdfViewerBox{padding:10px}.pdfViewerToolbar button{padding:7px 9px;font-size:13px}.pdfViewerStage{max-height:68vh}}.pdfEditorBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:20px;padding:14px}.workspace.dark .pdfEditorBox{background:#0f172a;border-color:#334155}.pdfEditorToolbar{justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.pdfEditorToolbar button{color:#111827;min-height:40px;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:10px;padding:8px 12px;font-weight:700}.workspace.dark .pdfEditorToolbar button{color:#f8fafc;background:#172033;border-color:#334155}.pdfEditorToolbar button:disabled{opacity:.4}.pdfEditorControls{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.pdfEditorControls label{flex-direction:column;gap:6px;display:flex}.pdfEditorControls input{box-sizing:border-box;width:100%;font:inherit;color:#111827;background:#fff;border:1px solid #d8dee8;border-radius:10px;padding:11px 12px}.workspace.dark .pdfEditorControls input{color:#f8fafc;background:#172033;border-color:#334155}.pdfEditorGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.pdfEditorStage{box-sizing:border-box;background:#dfe4ea;border-radius:12px;width:100%;max-height:68vh;padding:8px;overflow:auto}.workspace.dark .pdfEditorStage{background:#080d16}.pdfEditorPage{width:max-content;max-width:100%;margin:0 auto;position:relative}.pdfEditorPage img{border-radius:4px;width:100%;max-width:100%;height:auto;display:block}.pdfEditorTextPreview{z-index:2;color:#111;white-space:pre-wrap;overflow-wrap:anywhere;pointer-events:none;text-shadow:0 1px 1px #ffffff73;max-width:85%;font-family:Arial,sans-serif;font-weight:700;line-height:1.15;position:absolute}.pdfEditorSave{width:100%;margin-top:14px}@media (width<=600px){.pdfEditorBox{padding:10px}.pdfEditorToolbar button{padding:7px 9px;font-size:13px}.pdfEditorGrid{grid-template-columns:repeat(3,1fr)}.pdfEditorGrid input{padding:9px 7px}}.pdfFormFillerBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:20px;padding:14px}.workspace.dark .pdfFormFillerBox{background:#0f172a;border-color:#334155}.pdfFormHeader{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.pdfFormHeader span{opacity:.7;font-size:13px}.pdfFormFields{flex-direction:column;gap:12px;display:flex}.pdfFormField{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.workspace.dark .pdfFormField{background:#172033;border-color:#334155}.pdfFormField>label{flex-direction:column;gap:7px;display:flex}.pdfFormField small{opacity:.65}.pdfFormField input[type=text],.pdfFormField select{box-sizing:border-box;width:100%;font:inherit;color:#111827;background:#fff;border:1px solid #d8dee8;border-radius:10px;padding:11px 12px}.workspace.dark .pdfFormField input[type=text],.workspace.dark .pdfFormField select{color:#f8fafc;background:#0f172a;border-color:#475569}.pdfFormCheckbox{width:24px;height:24px}.pdfFormRadioGroup{flex-direction:column;gap:8px;display:flex}.pdfFormRadio{align-items:center;gap:8px;display:flex}.pdfFormUnsupported{background:#f1f5f9;border-radius:9px;padding:10px;font-size:13px}.workspace.dark .pdfFormUnsupported{background:#0f172a}.pdfFormSave{width:100%;margin-top:15px}@media (width<=600px){.pdfFormFillerBox{padding:10px}}.youtubeInputBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:16px;padding:16px}.workspace.dark .youtubeInputBox{background:#0f172a;border-color:#334155}.youtubeInputBox label{flex-direction:column;gap:8px;display:flex}.youtubeInputBox input{box-sizing:border-box;color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:11px;padding:12px}.workspace.dark .youtubeInputBox input{color:#f8fafc;background:#172033;border-color:#475569}.youtubeInputBox small{opacity:.65}.youtubeTranscriptBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-top:18px;padding:14px}.workspace.dark .youtubeTranscriptBox{background:#0f172a;border-color:#334155}.youtubeTranscriptHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.youtubeTranscriptHeader div{flex-direction:column;gap:3px;display:flex}.youtubeTranscriptHeader small{opacity:.65}.youtubeTranscriptHeader button{color:#111827;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:10px;padding:8px 14px;font-weight:700}.workspace.dark .youtubeTranscriptHeader button{color:#f8fafc;background:#172033;border-color:#475569}.youtubeTranscriptBox textarea{box-sizing:border-box;resize:vertical;color:#111827;width:100%;min-height:220px;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:11px;padding:12px;line-height:1.55}.workspace.dark .youtubeTranscriptBox textarea{color:#f8fafc;background:#172033;border-color:#475569}.scanManualEditor{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;margin-top:18px;padding:14px}.workspace.dark .scanManualEditor{background:#0f172a;border-color:#334155}.scanEditorHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.scanEditorHeader>div{flex-direction:column;gap:4px;min-width:0;display:flex}.scanEditorHeader strong{font-size:15px}.scanEditorHeader small{opacity:.65;line-height:1.35}.scanEditorHeader button{color:#111827;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:11px;flex:none;padding:9px 13px;font-weight:700}.workspace.dark .scanEditorHeader button{color:#f8fafc;background:#172033;border-color:#475569}.scanImageStage{-webkit-user-select:none;user-select:none;touch-action:none;background:#111827;border-radius:16px;width:100%;line-height:0;position:relative;overflow:hidden}.scanImageStage img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:auto;display:block}.scanCropOverlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.scanCropOverlay polygon{fill:#7c3aed1a;stroke:#7c3aed;stroke-width:7px;stroke-linejoin:round;vector-effect:non-scaling-stroke}.scanCorner{z-index:5;cursor:grab;touch-action:none;background:#fff;border:4px solid #7c3aed;border-radius:999px;width:34px;height:34px;margin:0;padding:0;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000047,0 0 0 2px #ffffff73}.scanCorner span{background:#7c3aed;border-radius:999px;width:10px;height:10px;margin:auto;display:block}.scanCornerDragging{cursor:grabbing;width:40px;height:40px;box-shadow:0 4px 14px #00000059,0 0 0 5px #7c3aed2e}.scanCornerHint{background:#7c3aed12;border-radius:12px;flex-direction:column;gap:4px;margin-top:12px;padding:11px 12px;display:flex}.scanCornerHint strong{font-size:13px}.scanCornerHint span{opacity:.7;font-size:12px;line-height:1.4}@media (width<=600px){.scanManualEditor{padding:10px}.scanCorner{width:38px;height:38px}.scanCornerDragging{width:44px;height:44px}}.scanCorrectedPreview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;margin-top:18px;padding:14px}.workspace.dark .scanCorrectedPreview{background:#0f172a;border-color:#334155}.scanCorrectedHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.scanCorrectedHeader>div{flex-direction:column;gap:4px;display:flex}.scanCorrectedHeader strong{font-size:15px}.scanCorrectedHeader small{opacity:.65;line-height:1.4}.scanCorrectedImage{background:#111827;border-radius:15px;line-height:0;overflow:hidden}.scanCorrectedImage img{width:100%;height:auto;display:block}@media (width<=600px){.scanCorrectedPreview{padding:10px}}.scanPageNavigator{grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-bottom:14px;display:grid}.scanPageNavigator strong{text-align:center;font-size:13px}.scanPageNavigator button{color:#111827;min-width:0;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:11px;padding:10px 9px;font-size:13px;font-weight:700}.scanPageNavigator button:last-child{justify-self:stretch}.scanPageNavigator button:disabled{opacity:.4}.workspace.dark .scanPageNavigator button{color:#f8fafc;background:#172033;border-color:#475569}.scanEditToolbar{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;display:grid}.scanEditToolbar button{color:#111827;min-width:0;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:11px;padding:10px 7px;font-size:12px;font-weight:700}.scanEditToolbar button:disabled{opacity:.38}.workspace.dark .scanEditToolbar button{color:#f8fafc;background:#172033;border-color:#475569}.scanCropOverlayHidden{opacity:0}@media (width<=600px){.scanEditToolbar{grid-template-columns:repeat(2,1fr)}}.scanFilterToolbar{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0;display:grid}.scanFilterToolbar button{min-height:42px;font:inherit;cursor:pointer;background:0 0;border:1px solid #787e9147;border-radius:12px;padding:9px 10px;font-weight:700}.scanFilterToolbar button:disabled{opacity:.55;cursor:default}.scanFilterToolbar .scanFilterActive{border-color:#6d5dfc;box-shadow:0 0 0 2px #6d5dfc24}.youtubeV2Panel{gap:16px;display:grid}.youtubeV2Field{gap:7px;min-width:0;display:grid}.youtubeV2Field input,.youtubeV2Field select{box-sizing:border-box;width:100%}.youtubeV2Field small{opacity:.72;line-height:1.4}.youtubeV2SettingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.youtubeV2Metadata{background:#7c3aed0b;border:1px solid #7c3aed2e;border-radius:16px;grid-template-columns:150px minmax(0,1fr);align-items:start;gap:14px;padding:14px;display:grid}.youtubeV2Thumbnail{aspect-ratio:16/9;object-fit:cover;border-radius:11px;width:100%;display:block}.youtubeV2MetadataBody{gap:10px;min-width:0;display:grid}.youtubeV2VideoTitle{overflow-wrap:anywhere;font-size:1rem}.youtubeV2MetaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px;font-size:.88rem;display:grid}.youtubeV2ResultBadges{flex-wrap:wrap;gap:7px;display:flex}.youtubeV2ResultBadges span{background:#7c3aed1a;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:700}@media (width<=700px){.youtubeV2SettingsGrid,.youtubeV2MetaGrid,.youtubeV2Metadata{grid-template-columns:1fr}.youtubeV2Thumbnail{max-width:100%}}.youtubeV2TranscriptBox{gap:14px;display:grid}.youtubeV2TranscriptHeader{gap:12px}.youtubeV2TranscriptToolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.youtubeV2SearchBox{gap:6px;min-width:0;display:grid}.youtubeV2SearchBox span{font-size:.82rem;font-weight:700}.youtubeV2SearchBox input{box-sizing:border-box;width:100%}.youtubeV2DownloadRow{flex-wrap:wrap;gap:8px;display:flex}.youtubeV2DownloadRow button{min-width:72px}.youtubeV2EditNote{opacity:.72;line-height:1.45}@media (width<=700px){.youtubeV2TranscriptToolbar{grid-template-columns:1fr}.youtubeV2TranscriptToolbar>button{width:100%}.youtubeV2DownloadRow{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.youtubeV2DownloadRow button{width:100%;min-width:0}}.youtubeV2AiActions{border-top:1px solid #7c3aed29;gap:12px;padding-top:14px;display:grid}.youtubeV2AiHeader{justify-content:space-between;gap:12px;display:flex}.youtubeV2AiHeader>div{gap:4px;display:grid}.youtubeV2AiHeader small{opacity:.72;line-height:1.4}.youtubeV2AiControls{grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:9px;display:grid}.youtubeV2TargetLanguage{gap:6px;min-width:0;display:grid}.youtubeV2TargetLanguage span{font-size:.82rem;font-weight:700}.youtubeV2TargetLanguage select{box-sizing:border-box;width:100%}.youtubeV2ActionResult{gap:9px;display:grid}.youtubeV2ActionResultHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.youtubeV2ActionResult textarea{box-sizing:border-box;width:100%}@media (width<=700px){.youtubeV2AiControls{grid-template-columns:1fr}.youtubeV2AiControls>button{width:100%}.youtubeV2ActionResultHeader{flex-direction:column;align-items:stretch}.youtubeV2ActionResultHeader button{width:100%}}
