.AccountSettingsModal-module__KcFoPW__modal.AccountSettingsModal-module__KcFoPW__modal{flex-direction:column;width:95%;max-width:720px;height:80vh;max-height:720px;padding:0;display:flex;overflow:visible}.AccountSettingsModal-module__KcFoPW__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.AccountSettingsModal-module__KcFoPW__closeButton{z-index:2;background:var(--bg-secondary);cursor:pointer;color:var(--text-disabled);border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .15s,background-color .15s,transform .15s;display:flex;position:absolute;top:14px;right:14px}.AccountSettingsModal-module__KcFoPW__closeButton:hover{color:var(--text-secondary);background:var(--bg-active);transform:scale(1.05)}.AccountSettingsModal-module__KcFoPW__layout{border-radius:16px;flex:1;align-self:stretch;min-height:0;display:flex;overflow:hidden}.AccountSettingsModal-module__KcFoPW__sidebar{border-right:1px solid var(--border-primary);background-color:color-mix(in srgb,var(--bg-card),var(--bg-primary)25%);flex-direction:column;flex:0 0 200px;gap:2px;padding:20px 12px;display:flex;overflow-y:auto}.AccountSettingsModal-module__KcFoPW__sidebarHeader{color:var(--text-muted);padding:0 12px 12px;font-size:14px;font-weight:500}.AccountSettingsModal-module__KcFoPW__sidebarItem{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;font-weight:400;transition:background-color .12s,color .12s;display:flex}.AccountSettingsModal-module__KcFoPW__sidebarItem:hover{background-color:var(--bg-hover);color:var(--text-primary)}.AccountSettingsModal-module__KcFoPW__sidebarItemActive,.AccountSettingsModal-module__KcFoPW__sidebarItemActive:hover{background-color:var(--bg-active);color:var(--text-primary)}.AccountSettingsModal-module__KcFoPW__sidebarItemIcon{color:currentColor;flex-shrink:0;align-items:center;width:16px;height:16px;display:flex}.AccountSettingsModal-module__KcFoPW__sidebarItemLabel{flex:1;min-width:0}.AccountSettingsModal-module__KcFoPW__sidebarFooter{align-items:center;min-height:28px;margin-top:auto;padding:12px 12px 4px;display:flex}.AccountSettingsModal-module__KcFoPW__saveStatusPlaceholder{height:18px}.AccountSettingsModal-module__KcFoPW__saveStatus{font-size:12px;font-weight:500;line-height:18px;animation:.22s AccountSettingsModal-module__KcFoPW__saveStatusFade}.AccountSettingsModal-module__KcFoPW__saveStatusSaved{color:var(--text-muted)}.AccountSettingsModal-module__KcFoPW__saveStatusError{color:var(--error-color,#ef4444)}@keyframes AccountSettingsModal-module__KcFoPW__saveStatusFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.AccountSettingsModal-module__KcFoPW__main{flex-direction:column;flex:1;min-width:0;display:flex}.AccountSettingsModal-module__KcFoPW__mainScroll{flex:1;padding:20px 36px 36px;overflow-y:auto}.AccountSettingsModal-module__KcFoPW__sectionIntro{margin-bottom:24px}.AccountSettingsModal-module__KcFoPW__sectionTitle{color:var(--text-primary);margin:0 0 8px;font-size:20px;font-weight:600}.AccountSettingsModal-module__KcFoPW__sectionDescription{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.55}.AccountSettingsModal-module__KcFoPW__subsectionTitle{color:var(--text-primary);margin:28px 0 4px;font-size:14px;font-weight:600}.AccountSettingsModal-module__KcFoPW__subsectionTitle:first-of-type{margin-top:8px}.AccountSettingsModal-module__KcFoPW__subsectionDescription{color:var(--text-secondary);margin:0 0 12px;font-size:13px;line-height:1.5}.AccountSettingsModal-module__KcFoPW__settingGroup{margin-bottom:24px}.AccountSettingsModal-module__KcFoPW__settingGroup:last-of-type{margin-bottom:0}.AccountSettingsModal-module__KcFoPW__settingLabel{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:500;display:block}.AccountSettingsModal-module__KcFoPW__settingHelp{color:var(--text-secondary);margin:0 0 12px;font-size:13px;line-height:1.5}.AccountSettingsModal-module__KcFoPW__settingControl{max-width:320px}.AccountSettingsModal-module__KcFoPW__settingControl>div{width:100%;display:flex}.AccountSettingsModal-module__KcFoPW__saveRow{border-top:1px solid var(--border-primary);align-items:center;gap:12px;margin-top:28px;padding-top:20px;display:flex}.AccountSettingsModal-module__KcFoPW__saveSuccess{color:var(--success-color,#10b981);font-size:13px}.AccountSettingsModal-module__KcFoPW__saveError{color:var(--error-color,#ef4444);font-size:13px}.AccountSettingsModal-module__KcFoPW__customInstructionsTextarea{background:var(--bg-card);border:1px solid var(--border-primary);width:100%;color:var(--text-primary);resize:vertical;border-radius:8px;outline:none;min-height:160px;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.AccountSettingsModal-module__KcFoPW__customInstructionsTextarea:focus{border-color:var(--accent-primary)}.AccountSettingsModal-module__KcFoPW__charCountRow{text-align:right;margin-top:8px}.AccountSettingsModal-module__KcFoPW__charCountLabel{color:var(--text-tertiary);font-size:12px}.AccountSettingsModal-module__KcFoPW__promptList{flex-direction:column;gap:12px;display:flex}.AccountSettingsModal-module__KcFoPW__emptyState{text-align:center;color:var(--text-tertiary);border:1px dashed var(--border-primary);border-radius:12px;padding:24px;font-size:13px}.AccountSettingsModal-module__KcFoPW__promptCard{border:1px solid var(--border-primary);border-radius:12px;padding:14px;transition:border-color .15s}.AccountSettingsModal-module__KcFoPW__promptCard:hover{border-color:var(--border-secondary)}.AccountSettingsModal-module__KcFoPW__newPromptCard{border-style:dashed}.AccountSettingsModal-module__KcFoPW__promptHeader{justify-content:space-between;align-items:center;gap:8px;min-height:22px;margin-bottom:8px;display:flex}.AccountSettingsModal-module__KcFoPW__nameInput{border:none;border-bottom:1px solid var(--border-primary);color:var(--text-primary);background:0 0;outline:none;flex:1;max-width:400px;padding:2px 0;font-size:14px;font-weight:600;transition:border-color .15s}.AccountSettingsModal-module__KcFoPW__nameInput::placeholder{color:var(--text-tertiary);font-weight:400}.AccountSettingsModal-module__KcFoPW__nameInput:focus{border-bottom-color:var(--accent-primary)}.AccountSettingsModal-module__KcFoPW__deleteButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:color .15s,background-color .15s;display:flex}.AccountSettingsModal-module__KcFoPW__deleteButton:hover{color:var(--text-error,#e55);background-color:var(--bg-hover)}.AccountSettingsModal-module__KcFoPW__promptTextarea{background:var(--bg-card);border:1px solid var(--border-primary);width:100%;color:var(--text-secondary);resize:vertical;border-radius:6px;outline:none;min-height:60px;padding:8px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.AccountSettingsModal-module__KcFoPW__promptTextarea:focus{border-color:var(--accent-primary)}.AccountSettingsModal-module__KcFoPW__attachmentsSection{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.AccountSettingsModal-module__KcFoPW__attachmentChip{color:var(--text-secondary);border:1px solid var(--border-primary);background:var(--bg-card);border-radius:4px;align-items:center;gap:6px;padding:3px 8px;font-size:12px;display:flex}.AccountSettingsModal-module__KcFoPW__attachmentChip svg{flex-shrink:0;width:12px;height:12px}.AccountSettingsModal-module__KcFoPW__attachmentRemove{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.AccountSettingsModal-module__KcFoPW__attachmentRemove:hover{color:var(--text-primary)}.AccountSettingsModal-module__KcFoPW__addAttachmentButton{border:1px dashed var(--border-primary);color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:4px;padding:5px 8px;font-size:12px;transition:color .15s,border-color .15s;display:flex}.AccountSettingsModal-module__KcFoPW__addAttachmentButton:hover{color:var(--accent-primary)}.AccountSettingsModal-module__KcFoPW__addAttachmentButton svg{width:12px;height:12px}.AccountSettingsModal-module__KcFoPW__newPromptFooter{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:8px;display:flex}.AccountSettingsModal-module__KcFoPW__newPromptFooter .AccountSettingsModal-module__KcFoPW__attachmentsSection{flex:1;margin-top:0}.AccountSettingsModal-module__KcFoPW__profileCard{border:1px solid var(--border-primary);border-radius:14px;align-items:center;gap:20px;padding:18px;display:flex}.AccountSettingsModal-module__KcFoPW__profileAvatarButton{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;width:84px;height:84px;padding:0;position:relative;overflow:hidden}.AccountSettingsModal-module__KcFoPW__profileAvatar{object-fit:cover;width:100%;height:100%;display:block}.AccountSettingsModal-module__KcFoPW__profileAvatarFallback{background:var(--bg-secondary);width:100%;height:100%;color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.AccountSettingsModal-module__KcFoPW__profileAvatarOverlay{color:#fff;opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}:is(.AccountSettingsModal-module__KcFoPW__profileAvatarButton:hover .AccountSettingsModal-module__KcFoPW__profileAvatarOverlay,.AccountSettingsModal-module__KcFoPW__profileAvatarButton:focus-visible .AccountSettingsModal-module__KcFoPW__profileAvatarOverlay){opacity:1}.AccountSettingsModal-module__KcFoPW__profileAvatarSpinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite AccountSettingsModal-module__KcFoPW__profileSpin}@keyframes AccountSettingsModal-module__KcFoPW__profileSpin{to{transform:rotate(360deg)}}.AccountSettingsModal-module__KcFoPW__profileInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.AccountSettingsModal-module__KcFoPW__profileNameInput{color:var(--text-primary);background:0 0;border:1px solid #0000;border-radius:6px;outline:none;margin:-4px -6px 0;padding:4px 6px;font-family:inherit;font-size:18px;font-weight:600;transition:border-color .15s}.AccountSettingsModal-module__KcFoPW__profileNameInput:hover{border-color:var(--border-primary)}.AccountSettingsModal-module__KcFoPW__profileNameInput:focus{border-color:var(--accent-primary)}.AccountSettingsModal-module__KcFoPW__profileEmail{color:var(--text-secondary);margin:0;font-size:13px}.AccountSettingsModal-module__KcFoPW__profileJoined{color:var(--text-tertiary);margin:0;font-size:12px}.AccountSettingsModal-module__KcFoPW__themeOptionGroup{gap:8px;display:flex}.AccountSettingsModal-module__KcFoPW__themeOption{border:1px solid var(--border-primary);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:16px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s,background-color .15s,color .15s;display:flex}.AccountSettingsModal-module__KcFoPW__themeOption:hover{border-color:var(--border-secondary);color:var(--text-primary)}.AccountSettingsModal-module__KcFoPW__themeOptionActive,.AccountSettingsModal-module__KcFoPW__themeOptionActive:hover{border-color:var(--accent-primary);background-color:color-mix(in srgb,var(--accent-primary),transparent 92%);color:var(--text-primary)}.AccountSettingsModal-module__KcFoPW__themeOptionIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.AccountSettingsModal-module__KcFoPW__themeOptionIcon svg{width:18px;height:18px}.AccountSettingsModal-module__KcFoPW__checkboxLabel{color:var(--text-primary);cursor:pointer;border:1px solid var(--border-primary);border-radius:8px;align-items:center;gap:10px;padding:12px 14px;font-size:14px;display:flex}.AccountSettingsModal-module__KcFoPW__checkboxLabel input[type=checkbox]{cursor:pointer}@media (max-width:640px){.AccountSettingsModal-module__KcFoPW__modal{border-radius:0;width:100%;height:100dvh;max-height:100dvh;top:0;left:0;transform:none}.AccountSettingsModal-module__KcFoPW__layout{flex-direction:column}.AccountSettingsModal-module__KcFoPW__sidebar{border-right:none;border-bottom:1px solid var(--border-primary);flex-direction:row;flex:none;gap:6px;padding:10px;overflow:auto hidden}.AccountSettingsModal-module__KcFoPW__sidebarHeader{display:none}.AccountSettingsModal-module__KcFoPW__sidebarItem{white-space:nowrap;flex:none}.AccountSettingsModal-module__KcFoPW__mainScroll{padding:20px}}
.Switch-module__2EFPwW__switchRoot{background-color:var(--bg-active);width:42px;height:25px;box-shadow:0 2px 10px var(--shadow-sm);border:1px solid var(--border-primary);cursor:pointer;border-radius:9999px;padding:0;transition:background-color .2s;position:relative}.Switch-module__2EFPwW__switchRoot:not(.Switch-module__2EFPwW__switchRootAmbivalent)[data-state=checked]{background-color:var(--accent-success)}.Switch-module__2EFPwW__switchRoot:not(.Switch-module__2EFPwW__switchRootAmbivalent):hover:not([data-state=checked]){background-color:color-mix(in srgb,var(--bg-active),white 15%)}.Switch-module__2EFPwW__switchRoot:not(.Switch-module__2EFPwW__switchRootAmbivalent):hover[data-state=checked]{background-color:color-mix(in srgb,var(--accent-success),white 15%)}.Switch-module__2EFPwW__switchRoot[data-disabled]{cursor:not-allowed;opacity:.5}.Switch-module__2EFPwW__switchThumb{width:21px;height:21px;box-shadow:0 2px 2px var(--shadow-sm);will-change:transform;background-color:#fff;border-radius:9999px;transition:transform .2s;display:block}.Switch-module__2EFPwW__switchRoot[data-state=checked] .Switch-module__2EFPwW__switchThumb{transform:translate(19px)}.Switch-module__2EFPwW__size1{height:20px}.Switch-module__2EFPwW__size1 .Switch-module__2EFPwW__switchRoot{width:36px;height:20px}.Switch-module__2EFPwW__size1 .Switch-module__2EFPwW__switchThumb{width:16px;height:16px}.Switch-module__2EFPwW__size1 .Switch-module__2EFPwW__switchRoot[data-state=checked] .Switch-module__2EFPwW__switchThumb{transform:translate(18px)}.Switch-module__2EFPwW__size2{height:24px}.Switch-module__2EFPwW__size2 .Switch-module__2EFPwW__switchRoot{width:42px;height:24px}.Switch-module__2EFPwW__size2 .Switch-module__2EFPwW__switchThumb{width:20px;height:20px}.Switch-module__2EFPwW__size2 .Switch-module__2EFPwW__switchRoot[data-state=checked] .Switch-module__2EFPwW__switchThumb{transform:translate(20px)}.Switch-module__2EFPwW__size3 .Switch-module__2EFPwW__switchRoot{width:48px;height:28px}.Switch-module__2EFPwW__size3 .Switch-module__2EFPwW__switchThumb{width:24px;height:24px}.Switch-module__2EFPwW__size3 .Switch-module__2EFPwW__switchRoot[data-state=checked] .Switch-module__2EFPwW__switchThumb{transform:translate(22px)}
.Modal-module__nBisPW__modalOverlay{background:var(--modal-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Modal-module__nBisPW__modalOverlay[data-state=open]{animation:.25s cubic-bezier(.16,1,.3,1) Modal-module__nBisPW__overlayShow}.Modal-module__nBisPW__modalOverlay[data-state=closed]{animation:.25s cubic-bezier(.16,1,.3,1) Modal-module__nBisPW__overlayHide}.Modal-module__nBisPW__modalTitle{font-weight:500}.Modal-module__nBisPW__modalContent{background:var(--bg-card);border:1px solid var(--border-primary);width:95%;max-height:95vh;box-shadow:0 20px 40px var(--shadow-lg);z-index:5001;border-radius:16px;justify-content:center;align-items:center;padding:1.5rem;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.Modal-module__nBisPW__modalContent[data-state=open]{animation:.25s cubic-bezier(.16,1,.3,1) Modal-module__nBisPW__contentShow}.Modal-module__nBisPW__modalContent[data-state=closed]{animation:.25s cubic-bezier(.16,1,.3,1) Modal-module__nBisPW__contentHide}.Modal-module__nBisPW__sizeSmall{max-width:360px}.Modal-module__nBisPW__sizeMedium{max-width:420px}.Modal-module__nBisPW__sizeLarge{max-width:600px}.Modal-module__nBisPW__sizeXLarge{max-width:800px}.Modal-module__nBisPW__sizeAuto{width:auto}.Modal-module__nBisPW__sizeFullscreen{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;box-shadow:none;background:var(--bg-page);z-index:2147483647;border:none;border-radius:0;padding:0;top:0;left:0;transform:none}.Modal-module__nBisPW__modalContentFullscreen[data-state=open],.Modal-module__nBisPW__modalContentFullscreen[data-state=closed]{animation:none}.Modal-module__nBisPW__modalClose{background:var(--bg-secondary);cursor:pointer;color:var(--text-disabled);border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;display:flex;position:absolute;top:26px;right:26px}.Modal-module__nBisPW__modalClose:hover{color:var(--text-secondary);background:var(--bg-active);transform:scale(1.05)}.Modal-module__nBisPW__modalClose:focus{filter:brightness(.95)}@keyframes Modal-module__nBisPW__overlayShow{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__nBisPW__overlayHide{0%{opacity:1}to{opacity:0}}@keyframes Modal-module__nBisPW__contentShow{0%{opacity:0;filter:blur(5px);transform:translate(-50%,-48%)scale(.96)}to{opacity:1;filter:none;transform:translate(-50%,-50%)scale(1)}}@keyframes Modal-module__nBisPW__contentHide{0%{opacity:1;filter:none;transform:translate(-50%,-50%)scale(1)}to{opacity:0;filter:blur(5px);transform:translate(-50%,-48%)scale(.96)}}@media (max-width:640px){.Modal-module__nBisPW__modalContent:not(.Modal-module__nBisPW__sizeFullscreen){width:95%;max-height:95vh;padding:1.5rem}.Modal-module__nBisPW__modalClose{top:.75rem;right:.75rem}}
.DragOverlay-module___8ramq__overlay{background-color:color-mix(in srgb,var(--bg-primary),transparent 50%);z-index:10000;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DragOverlay-module___8ramq__card{background-color:var(--bg-card);border:2px dashed var(--accent-primary);text-align:center;border-radius:12px;padding:40px 60px}.DragOverlay-module___8ramq__cardUnsupported{border-color:var(--accent-danger)}.DragOverlay-module___8ramq__cardUnsupported .DragOverlay-module___8ramq__title{color:var(--accent-danger)}.DragOverlay-module___8ramq__title{color:var(--text-primary);margin:0 0 8px;font-size:20px;font-weight:600}.DragOverlay-module___8ramq__text{color:var(--text-muted);margin:8px 0 0;font-size:14px}
.DocumentEditor-module__XVHf1W__container{background-color:var(--bg-primary);flex-direction:column;height:100vh;display:flex;overflow:hidden}.DocumentEditor-module__XVHf1W__rightPanel{z-index:5000;background:var(--bg-card);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:5px 0 0;flex-direction:column;flex:1;min-width:320px;display:flex;position:relative;overflow:hidden}.DocumentEditor-module__XVHf1W__header{background:linear-gradient(to bottom,var(--bg-primary)0%,color-mix(in oklab,var(--bg-primary)93.3333%,transparent 6.6667%)8.1%,color-mix(in oklab,var(--bg-primary)86.6667%,transparent 13.3333%)15.5%,color-mix(in oklab,var(--bg-primary)80%,transparent 20%)22.5%,color-mix(in oklab,var(--bg-primary)73.3333%,transparent 26.6667%)29%,color-mix(in oklab,var(--bg-primary)66.6667%,transparent 33.3333%)35.3%,color-mix(in oklab,var(--bg-primary)60%,transparent 40%)41.2%,color-mix(in oklab,var(--bg-primary)53.3333%,transparent 46.6667%)47.1%,color-mix(in oklab,var(--bg-primary)46.6667%,transparent 53.3333%)52.9%,color-mix(in oklab,var(--bg-primary)40%,transparent 60%)58.8%,color-mix(in oklab,var(--bg-primary)33.3333%,transparent 66.6667%)64.7%,color-mix(in oklab,var(--bg-primary)26.6667%,transparent 73.3333%)71%,color-mix(in oklab,var(--bg-primary)20%,transparent 80%)77.5%,color-mix(in oklab,var(--bg-primary)13.3333%,transparent 86.6667%)84.5%,color-mix(in oklab,var(--bg-primary)6.6667%,transparent 93.3333%)91.9%,transparent 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;align-items:flex-end;height:140px;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.DocumentEditor-module__XVHf1W__headerTopLeft{flex-grow:1;flex-basis:0;height:100%}.DocumentEditor-module__XVHf1W__headerTopRight{flex-grow:1;flex-basis:0;justify-content:flex-end;align-items:flex-start;height:100%;display:flex}.DocumentEditor-module__XVHf1W__headerDocControls{width:814px}.DocumentEditor-module__XVHf1W__editorContainer{flex:1;justify-content:center;height:100%;display:flex;position:relative;overflow:scroll}.DocumentEditor-module__XVHf1W__hideNativeScrollbar{scrollbar-width:none;-ms-overflow-style:none}.DocumentEditor-module__XVHf1W__hideNativeScrollbar::-webkit-scrollbar{display:none}.DocumentEditor-module__XVHf1W__customScrollbar::-webkit-scrollbar{width:12px}.DocumentEditor-module__XVHf1W__customScrollbar::-webkit-scrollbar-track{background:0 0;margin-top:120px}.DocumentEditor-module__XVHf1W__customScrollbar::-webkit-scrollbar-thumb{background:#0003 padding-box padding-box;border:2px solid #0000;border-radius:6px}.DocumentEditor-module__XVHf1W__customScrollbar::-webkit-scrollbar-thumb:hover{background:#0000004d padding-box padding-box}.DocumentEditor-module__XVHf1W__customScrollbar{scrollbar-width:thin;scrollbar-color:#0003 transparent}.DocumentEditor-module__XVHf1W__modeToggle{color:#fff;cursor:pointer;font-size:14px;font-family:var(--font-ui);border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px 16px;transition:background-color .2s;display:flex}.DocumentEditor-module__XVHf1W__mainContent{flex:1;justify-content:center;min-height:0;display:flex}.DocumentEditor-module__XVHf1W__rightColumn{justify-content:flex-start;width:450px;padding-top:32px;display:flex}.DocumentEditor-module__XVHf1W__centerColumn{box-sizing:border-box;flex-direction:row;flex-grow:1;justify-content:center;display:flex;position:relative}.DocumentEditor-module__XVHf1W__editorControlsContainer{background:var(--bg-card);box-shadow:var(--shadow-card);pointer-events:all;border-radius:6px;position:relative;top:10px}.DocumentEditor-module__XVHf1W__editorControlsStack{width:var(--editor-controls-width);pointer-events:all;flex-direction:column;gap:0;display:flex}@media (max-width:910px){.DocumentEditor-module__XVHf1W__editorControlsContainer{border-radius:0}}.DocumentEditor-module__XVHf1W__editorControlsBar{z-index:99;z-index:1000;pointer-events:none;justify-content:center;align-items:center;width:calc(100vw - 450px);min-width:1000px;min-height:60px;display:flex}.DocumentEditor-module__XVHf1W__editorControlsBarStickToLeft{justify-content:flex-start}@media screen and (max-width:890px){.DocumentEditor-module__XVHf1W__centerColumn{flex-grow:0;width:8.5in;max-width:calc(100vw - 20px);margin:0 10px}}@media (max-width:1400px){.DocumentEditor-module__XVHf1W__centerColumn{margin:0 40px}.DocumentEditor-module__XVHf1W__rightColumn{min-width:450px}}@media (max-width:1300px){.DocumentEditor-module__XVHf1W__editorControlsBar,.DocumentEditor-module__XVHf1W__editorControlsContainer,.DocumentEditor-module__XVHf1W__editorControlsStack{width:100%;min-width:0}}@media (max-width:1350px){.DocumentEditor-module__XVHf1W__centerColumn{margin:0 30px}.DocumentEditor-module__XVHf1W__rightColumn{min-width:450px}}@media (max-width:1300px){.DocumentEditor-module__XVHf1W__centerColumn{margin:0 30px}.DocumentEditor-module__XVHf1W__rightColumn{min-width:0}}@media screen and (max-width:1400px){.DocumentEditor-module__XVHf1W__mainContent{justify-content:flex-start}}@media screen and (min-width:1460px){.DocumentEditor-module__XVHf1W__rightColumn{margin-top:-105px;padding-top:0}}@media (max-width:1195px){.DocumentEditor-module__XVHf1W__centerColumn{max-width:8.5in;margin-right:auto}.DocumentEditor-module__XVHf1W__rightColumn{z-index:5000;width:450px;transition:right .2s,width .2s;position:fixed;top:150px;bottom:0;right:calc(-1326px + 100vw)}.DocumentEditor-module__XVHf1W__rightColumn:not(.DocumentEditor-module__XVHf1W__rightColumnExpanded){cursor:pointer}.DocumentEditor-module__XVHf1W__rightPanel{transition:box-shadow .2s}.DocumentEditor-module__XVHf1W__rightColumn:hover:not(.DocumentEditor-module__XVHf1W__rightColumnExpanded){width:450px;min-width:0;position:fixed;top:150px;bottom:0;right:calc(100vw - 1316px)}.DocumentEditor-module__XVHf1W__rightColumn:hover .DocumentEditor-module__XVHf1W__rightPanel{box-shadow:0 4px 12px #0000001a}.DocumentEditor-module__XVHf1W__rightColumnExpanded{width:450px;right:0}.DocumentEditor-module__XVHf1W__rightColumnExpanded .DocumentEditor-module__XVHf1W__rightPanel{box-shadow:0 4px 12px #0000001a}}@media screen and (max-width:890px){.DocumentEditor-module__XVHf1W__centerColumn{flex-grow:0;width:8.5in;max-width:100vw;margin:0}}.DocumentEditor-module__XVHf1W__floatingAgentButton{z-index:3001;background:var(--accent-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:24px;padding:12px 20px;font-size:14px;font-weight:600;transition:background .2s;position:fixed;bottom:12px;left:735px;box-shadow:0 4px 12px #0003}.DocumentEditor-module__XVHf1W__floatingAgentButton:hover{background:color-mix(in srgb,var(--accent-primary),white 10%);box-shadow:0 6px 16px #00000040}@media screen and (max-width:890px){.DocumentEditor-module__XVHf1W__floatingAgentButton{left:100%;transform:translate(-100%)translate(-12px)}}.DocumentEditor-module__XVHf1W__floatingAgentButtonHidden{opacity:0;pointer-events:none}.DocumentEditor-module__XVHf1W__tabletPanelOverlay{z-index:3002;background:#0006;justify-content:flex-end;animation:.2s DocumentEditor-module__XVHf1W__fadeIn;display:flex;position:fixed;inset:0}@keyframes DocumentEditor-module__XVHf1W__fadeIn{0%{opacity:0}to{opacity:1}}.DocumentEditor-module__XVHf1W__tabletPanel{background:var(--bg-card);border-radius:6px 0 0;flex-direction:column;width:min(450px,90vw);margin-top:60px;animation:.2s DocumentEditor-module__XVHf1W__slideIn;display:flex;overflow:hidden}@keyframes DocumentEditor-module__XVHf1W__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.DocumentEditor-module__XVHf1W__tabletPanelHeader{border-bottom:1px solid var(--border-primary);color:var(--text-primary);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;font-size:16px;font-weight:600;display:flex}.DocumentEditor-module__XVHf1W__tabletPanelClose{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1;transition:color .2s}.DocumentEditor-module__XVHf1W__tabletPanelClose:hover{color:var(--text-primary)}.DocumentEditor-module__XVHf1W__newDoc,.DocumentEditor-module__XVHf1W__importDoc{flex-shrink:1;margin-bottom:40px}.DocumentEditor-module__XVHf1W__rightPanelBody{background:color-mix(in srgb,var(--bg-card),transparent 15%);flex-direction:column;flex:1;min-height:0;display:flex}.DocumentEditor-module__XVHf1W__rightPanelView{flex-direction:column;flex:1;min-height:0;display:flex}.DocumentEditor-module__XVHf1W__rightPanelViewHidden{display:none}.DocumentEditor-module__XVHf1W__rightPanelViewActive{display:flex}.DocumentEditor-module__XVHf1W__rightPanelNotesContent{flex-direction:column;flex:1;gap:12px;padding-bottom:16px;display:flex;overflow-y:auto}.DocumentEditor-module__XVHf1W__rightPanelSection{border-bottom:1px solid color-mix(in srgb,var(--border-primary),transparent 50%);flex-direction:column;gap:12px;padding:12px 16px;display:flex}.DocumentEditor-module__XVHf1W__rightPanelSection:last-child{border-bottom:none}.DocumentEditor-module__XVHf1W__rightPanelSectionHeader{color:var(--text-secondary);font-size:14px;font-weight:600}.DocumentEditor-module__XVHf1W__authButton{color:var(--text-secondary);border:1px solid var(--border-primary);cursor:pointer;font-size:14px;font-family:var(--font-ui);background-color:#0000;border-radius:6px;margin-right:8px;padding:8px 16px;text-decoration:none;transition:all .2s}.DocumentEditor-module__XVHf1W__authButton:hover{background-color:var(--bg-hover);border-color:var(--border-light)}.DocumentEditor-module__XVHf1W__navButtons{padding:20px}.DocumentEditor-module__XVHf1W__metricsSection{color:var(--text-secondary);flex-direction:column;gap:10px;font-size:12px;display:flex}.DocumentEditor-module__XVHf1W__metricsRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.DocumentEditor-module__XVHf1W__metricLabel{color:var(--text-muted);font-weight:500}.DocumentEditor-module__XVHf1W__metricValue{color:var(--text-primary);align-items:center;gap:6px;font-weight:500;display:inline-flex}.DocumentEditor-module__XVHf1W__connectionStatus{align-items:center;gap:6px;display:flex}.DocumentEditor-module__XVHf1W__connectionIndicator{border-radius:50%;width:5px;height:5px;display:inline-block}.DocumentEditor-module__XVHf1W__connectionIndicatorOnline{background-color:var(--accent-success);box-shadow:0 0 4px var(--accent-success)}.DocumentEditor-module__XVHf1W__connectionIndicatorOffline{background-color:var(--accent-danger);box-shadow:0 0 4px var(--accent-danger)}.DocumentEditor-module__XVHf1W__supportLink{color:var(--text-secondary);font-size:12px;text-decoration:underline;transition:color .2s ease-out}.DocumentEditor-module__XVHf1W__supportLink:hover{color:var(--text-primary)}.DocumentEditor-module__XVHf1W__placeholderOverlay{pointer-events:none;z-index:5;pointer-events:none;justify-content:flex-start;width:7.5in;height:50px;margin-top:-6px;display:flex;position:absolute;inset:1in 0 0 1in;overflow:hidden}.DocumentEditor-module__XVHf1W__placeholderContent{pointer-events:none;cursor:text;max-width:100%;font-family:Arial,sans-serif;font-size:16px;line-height:22.4px}.DocumentEditor-module__XVHf1W__placeholderText{color:var(--text-tertiary);-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.5}.DocumentEditor-module__XVHf1W__placeholderUploadButton{pointer-events:auto}.DocumentEditor-module__XVHf1W__placeholderAttachedFile{background:color-mix(in srgb,var(--accent-primary),transparent 90%);border:1px solid color-mix(in srgb,var(--accent-primary),transparent 70%);color:var(--text-primary);pointer-events:auto;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;display:flex}.DocumentEditor-module__XVHf1W__placeholderAttachedFileIcon{font-size:14px}.DocumentEditor-module__XVHf1W__placeholderAttachedFileName{text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-size:14px;font-weight:500;overflow:hidden}.DocumentEditor-module__XVHf1W__placeholderAttachedFileRemove{width:20px;height:20px;color:var(--accent-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:4px;padding:0;font-size:16px;font-weight:500;transition:background-color .15s;display:flex}.DocumentEditor-module__XVHf1W__placeholderAttachedFileRemove:hover{background:color-mix(in srgb,var(--accent-primary),transparent 80%)}.DocumentEditor-module__XVHf1W__canvasContainer{outline:none;height:100%;margin-top:24px;position:relative;overflow:visible}.DocumentEditor-module__XVHf1W__codeLanguagePickerOverlay{z-index:2200;pointer-events:auto;position:absolute;transform:translate(-100%)}.DocumentEditor-module__XVHf1W__codeLanguagePickerDropdown button{box-shadow:0 2px 8px var(--shadow-sm);border-radius:6px}.DocumentEditor-module__XVHf1W__page{background:var(--bg-page);border-bottom:1px solid var(--border-primary);border-radius:4px;width:100%;position:absolute;overflow:visible}.DocumentEditor-module__XVHf1W__pagePageless{border-radius:none}.DocumentEditor-module__XVHf1W__pagePageless:first-child{border-radius:4px 4px 0 0}.DocumentEditor-module__XVHf1W__pagePageless:last-child{border-bottom:1px solid var(--border-primary);border-radius:0 0 4px 4px}.DocumentEditor-module__XVHf1W__pagePageless:not(:last-child){border-bottom:none}.DocumentEditor-module__XVHf1W__anonBannerWrapper{pointer-events:none;z-index:3100;justify-content:center;display:flex;position:absolute;bottom:0;left:0;right:0}@media screen and (max-width:600px){.DocumentEditor-module__XVHf1W__anonBannerWrapper{position:fixed}}.DocumentEditor-module__XVHf1W__anonBannerWrapper>*{pointer-events:auto}.DocumentEditor-module__XVHf1W__readOnlyBannerWrapper{z-index:2999;background:color-mix(in srgb,var(--bg-card),transparent 20%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-primary);width:9in;max-width:calc(100vw - 20px);box-shadow:var(--shadow-card);border-radius:8px;padding:12px 16px;position:absolute;top:26px;left:50%;transform:translate(-50%)}.DocumentEditor-module__XVHf1W__replacementTooltip{background:var(--bg-page);border:1px solid var(--border-secondary);corner-shape:squircle;pointer-events:auto;z-index:1000;width:max-content;max-width:350px;box-shadow:var(--shadow-md);border-radius:12px;padding:6px 10px;font-size:13px;line-height:1.4}.DocumentEditor-module__XVHf1W__replacementTooltipMeta{color:var(--text-secondary);align-items:center;gap:6px;height:24px;display:flex}.DocumentEditor-module__XVHf1W__replacementTooltipAvatar{background:var(--bg-tertiary);border:1px solid var(--border-secondary);width:22px;height:22px;color:var(--text-primary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.DocumentEditor-module__XVHf1W__replacementTooltipAvatarScribble{justify-content:center;align-items:center;line-height:0;display:inline-flex}.DocumentEditor-module__XVHf1W__replacementTooltipAvatarImage{object-fit:cover;width:100%;height:100%;display:block}.DocumentEditor-module__XVHf1W__replacementTooltipAvatarText{font-size:11px;font-weight:700;line-height:1}.DocumentEditor-module__XVHf1W__replacementTooltipAuthor{color:var(--text-primary);font-weight:600}.DocumentEditor-module__XVHf1W__replacementTooltipTime{color:var(--text-muted);margin-left:10px;font-size:11px}.DocumentEditor-module__XVHf1W__replacementTooltipSelectionCount{color:var(--text-secondary);margin-top:4px;font-size:11px}.DocumentEditor-module__XVHf1W__replacementTooltipDescription{color:var(--text-secondary);align-items:center;gap:6px;margin-top:4px;font-size:12px;display:flex}.DocumentEditor-module__XVHf1W__replacementTooltipReplacedText{max-width:300px;color:var(--diff-delete);background-color:color-mix(in srgb,var(--diff-delete),transparent 95%);overflow-wrap:anywhere;white-space:pre-wrap;text-decoration-thickness:1.5px}.DocumentEditor-module__XVHf1W__replacementTooltipActions{gap:6px;margin-top:8px;display:flex}.DocumentEditor-module__XVHf1W__gradientMask{background:linear-gradient(to bottom,var(--bg-primary)0%,color-mix(in oklab,var(--bg-primary)93.3333%,transparent 6.6667%)8.1%,color-mix(in oklab,var(--bg-primary)86.6667%,transparent 13.3333%)15.5%,color-mix(in oklab,var(--bg-primary)80%,transparent 20%)22.5%,color-mix(in oklab,var(--bg-primary)73.3333%,transparent 26.6667%)29%,color-mix(in oklab,var(--bg-primary)66.6667%,transparent 33.3333%)35.3%,color-mix(in oklab,var(--bg-primary)60%,transparent 40%)41.2%,color-mix(in oklab,var(--bg-primary)53.3333%,transparent 46.6667%)47.1%,color-mix(in oklab,var(--bg-primary)46.6667%,transparent 53.3333%)52.9%,color-mix(in oklab,var(--bg-primary)40%,transparent 60%)58.8%,color-mix(in oklab,var(--bg-primary)33.3333%,transparent 66.6667%)64.7%,color-mix(in oklab,var(--bg-primary)26.6667%,transparent 73.3333%)71%,color-mix(in oklab,var(--bg-primary)20%,transparent 80%)77.5%,color-mix(in oklab,var(--bg-primary)13.3333%,transparent 86.6667%)84.5%,color-mix(in oklab,var(--bg-primary)6.6667%,transparent 93.3333%)91.9%,transparent 100%);height:20px;position:absolute;top:0;left:0;right:0}@media (max-width:1300px){.DocumentEditor-module__XVHf1W__gradientMask{display:none}}
.AnonSignupBanner-module__eSA1wq__banner{background-color:color-mix(in srgb,var(--bg-primary),transparent 30%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-primary);corner-shape:squircle;z-index:1000;cursor:default;border-bottom:none;border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;gap:24px;width:9in;max-width:calc(100vw - 48px);height:100px;padding:0 50px;display:flex;box-shadow:0 -4px 10px #00000012}.AnonSignupBanner-module__eSA1wq__buttons{gap:10px;display:flex}.AnonSignupBanner-module__eSA1wq__buttons button{border-color:color-mix(in srgb,var(--accent-primary),transparent 50%)}.AnonSignupBanner-module__eSA1wq__buttons button:hover{border-color:color-mix(in srgb,var(--accent-primary),transparent 20%)}.AnonSignupBanner-module__eSA1wq__buttonsOr{color:var(--text-muted);opacity:.7;margin:8px 3px;font-size:12px}@media (max-width:800px){.AnonSignupBanner-module__eSA1wq__buttons{flex-direction:column;gap:8px}.AnonSignupBanner-module__eSA1wq__buttonsOr{display:none}}@media screen and (max-width:600px){.AnonSignupBanner-module__eSA1wq__banner{text-align:center;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;height:auto;padding:20px 24px}}.AnonSignupBanner-module__eSA1wq__banner:hover{background-color:color-mix(in srgb,var(--bg-primary),transparent 20%)}.AnonSignupBanner-module__eSA1wq__content{flex-direction:column;flex-grow:1;gap:4px;display:flex}@media screen and (max-width:600px){.AnonSignupBanner-module__eSA1wq__content{align-items:center}}.AnonSignupBanner-module__eSA1wq__title{color:var(--text-primary);margin-bottom:6px;font-size:18px;font-weight:400}.AnonSignupBanner-module__eSA1wq__subtitle{color:var(--text-secondary);font-size:14px}.AnonSignupBanner-module__eSA1wq__button{min-width:150px}
.EditorContextMenu-module__Fc4qMG__content{background-color:var(--bg-card);border:1px solid var(--border-primary);z-index:1300;border-radius:6px;min-width:200px;padding:4px 0;animation:.1s ease-out EditorContextMenu-module__Fc4qMG__fadeIn;box-shadow:0 4px 12px #00000026}.EditorContextMenu-module__Fc4qMG__subContent{background-color:var(--bg-card);border:1px solid var(--border-primary);z-index:1301;border-radius:6px;min-width:190px;padding:4px 0;box-shadow:0 4px 12px #00000026}@keyframes EditorContextMenu-module__Fc4qMG__fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.dark .EditorContextMenu-module__Fc4qMG__content{box-shadow:0 10px 38px -10px #0009,0 10px 20px -15px #00000080}.EditorContextMenu-module__Fc4qMG__item{font-size:13px;font-family:var(--font-ui);color:var(--text-tertiary);cursor:default;-webkit-user-select:none;user-select:none;border-radius:0;outline:none;justify-content:flex-start;align-items:center;gap:4px;padding:8px 12px;display:flex}.EditorContextMenu-module__Fc4qMG__emptyIcon{width:15px;display:inline-block}.EditorContextMenu-module__Fc4qMG__item[data-highlighted]{background-color:color-mix(in srgb,var(--bg-card),var(--accent-primary)10%);color:var(--text-primary)}.EditorContextMenu-module__Fc4qMG__item[data-disabled]{opacity:.4;cursor:not-allowed}.EditorContextMenu-module__Fc4qMG__separator{background-color:var(--border-tertiary);height:1px;margin:4px 0}.EditorContextMenu-module__Fc4qMG__shortcut{color:var(--text-muted);margin-left:auto;font-size:12px}.EditorContextMenu-module__Fc4qMG__suggestionItem{background-color:var(--bg-hover)}.EditorContextMenu-module__Fc4qMG__suggestionText{color:var(--accent-primary);font-weight:500}.EditorContextMenu-module__Fc4qMG__suggestionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-left:auto;font-size:11px}.EditorContextMenu-module__Fc4qMG__acceptItem{color:var(--diff-add-text,#22863a)}.EditorContextMenu-module__Fc4qMG__acceptItem[data-highlighted]{background-color:color-mix(in srgb,var(--bg-card),var(--accent-success)10%);color:var(--diff-insert-text,#22863a)}.EditorContextMenu-module__Fc4qMG__rejectItem{color:var(--diff-delete-text,#cb2431)}.EditorContextMenu-module__Fc4qMG__rejectItem[data-highlighted]{background-color:color-mix(in srgb,var(--bg-card),var(--accent-danger)10%);color:var(--diff-delete-text,#cb2431)}.EditorContextMenu-module__Fc4qMG__agentChatItem{color:var(--accent-primary)}.EditorContextMenu-module__Fc4qMG__promptItemName{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}
.GetStartedBanner-module__eH1cBa__banner{background-color:color-mix(in srgb,var(--bg-primary),transparent 30%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-primary);corner-shape:squircle;z-index:5000;border-bottom:none;border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;gap:24px;width:9in;max-width:calc(100vw - 48px);height:140px;padding:0 50px;display:flex;box-shadow:0 -4px 10px #00000012}@media screen and (max-width:600px){.GetStartedBanner-module__eH1cBa__banner{text-align:center;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;height:auto;padding:20px 24px}}.GetStartedBanner-module__eH1cBa__content{flex-direction:column;gap:4px;display:flex}@media screen and (max-width:600px){.GetStartedBanner-module__eH1cBa__content{align-items:center}}.GetStartedBanner-module__eH1cBa__title{color:var(--text-primary);margin-bottom:6px;font-size:18px;font-weight:400}.GetStartedBanner-module__eH1cBa__subtitle{color:var(--text-secondary);font-size:14px}.GetStartedBanner-module__eH1cBa__buttons{gap:12px;display:flex}@media screen and (max-width:600px){.GetStartedBanner-module__eH1cBa__buttons{width:100%}}.GetStartedBanner-module__eH1cBa__button{white-space:nowrap}@media screen and (max-width:600px){.GetStartedBanner-module__eH1cBa__button{flex:1}}@media screen and (max-width:850px){.GetStartedBanner-module__eH1cBa__hideOnNarrow{display:none}}
.LegacyMigrationModal-module__iFn40W__notice{z-index:1000;background:linear-gradient(135deg,color-mix(in srgb,var(--bg-card),var(--accent-primary)0%),color-mix(in srgb,var(--bg-card),var(--accent-primary)5%),color-mix(in srgb,var(--bg-card),var(--accent-primary)15%));border:1px solid color-mix(in srgb,var(--border-primary),var(--accent-primary)20%);border-radius:6px;width:380px;padding:16px;animation:.3s ease-out 1s backwards LegacyMigrationModal-module__iFn40W__slideUp;position:fixed;bottom:20px;left:20px}@keyframes LegacyMigrationModal-module__iFn40W__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.LegacyMigrationModal-module__iFn40W__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.LegacyMigrationModal-module__iFn40W__title{color:var(--text-primary);font-size:14px;font-weight:600}.LegacyMigrationModal-module__iFn40W__closeButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;margin:-10px -4px 0 0;padding:0;font-size:20px;line-height:1}.LegacyMigrationModal-module__iFn40W__closeButton:hover{color:var(--text-secondary)}.LegacyMigrationModal-module__iFn40W__message{color:var(--text-secondary);margin:0 0 12px;font-size:13px;line-height:1.5}.LegacyMigrationModal-module__iFn40W__actions{justify-content:space-between;align-items:center;gap:12px;margin-top:20px;display:flex}.LegacyMigrationModal-module__iFn40W__pricingLink{color:var(--text-tertiary);font-size:13px;text-decoration:none}.LegacyMigrationModal-module__iFn40W__pricingLink:hover{color:var(--text-secondary);text-decoration:underline}
.TableSettingsModal-module___H5C_a__form{flex-direction:column;gap:12px;display:flex}.TableSettingsModal-module___H5C_a__preview{color:var(--text-muted);background:var(--bg-subtle);border:1px solid var(--border-tertiary);border-radius:6px;padding:8px 10px;font-size:12px}.TableSettingsModal-module___H5C_a__row{justify-content:space-between;align-items:center;gap:8px;display:flex}.TableSettingsModal-module___H5C_a__field{flex-direction:column;gap:6px;display:flex}.TableSettingsModal-module___H5C_a__row div{justify-content:center;align-items:center;gap:4px;display:flex}.TableSettingsModal-module___H5C_a__label{color:var(--text-secondary);font-size:12px}.TableSettingsModal-module___H5C_a__input{border:1px solid var(--border-primary);background:var(--bg-primary);width:80px;color:var(--text-primary);border-radius:6px;padding:6px 8px;font-size:13px}.TableSettingsModal-module___H5C_a__input:disabled{opacity:.6}.TableSettingsModal-module___H5C_a__colorField{align-items:center;gap:8px;display:flex}.TableSettingsModal-module___H5C_a__colorInput{border:1px solid var(--border-primary);background:0 0;border-radius:6px;width:34px;height:32px;padding:0}.TableSettingsModal-module___H5C_a__hint{color:var(--text-muted);margin:0;font-size:11px}.TableSettingsModal-module___H5C_a__actions{justify-content:flex-end;gap:8px;padding-top:8px;display:flex}
.CustomScrollbar-module__D7WqBG__customScrollbar{-webkit-user-select:none;user-select:none;touch-action:none}
.BottomLeftPrompt-module__VGLziW__container{z-index:1000;background:var(--bg-card);border:1px solid var(--border-primary);border-radius:6px;max-width:420px;padding:16px;position:fixed;bottom:15px;left:15px;box-shadow:0 4px 12px #00000026}.BottomLeftPrompt-module__VGLziW__closeButton{width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px;font-size:20px;line-height:1;position:absolute;top:8px;right:8px}.BottomLeftPrompt-module__VGLziW__closeButton:hover{color:var(--text-primary);background:var(--bg-secondary)}
.LinkEditor-module__VlvhEW__linkEditor{background:var(--bg-card);border:1px solid var(--border);z-index:100;border-radius:4px;width:280px;position:relative}.LinkEditor-module__VlvhEW__linkEditorContent{flex-direction:column;gap:12px;padding:12px;display:flex}.LinkEditor-module__VlvhEW__linkField{flex-direction:column;gap:4px;display:flex}.LinkEditor-module__VlvhEW__linkLabel{color:var(--text-secondary);letter-spacing:.5px;font-size:11px;font-weight:500}.LinkEditor-module__VlvhEW__linkInputRow{gap:6px;display:flex}.LinkEditor-module__VlvhEW__linkInput{border:1px solid var(--border-primary);border-radius:4px;flex-grow:1}.LinkEditor-module__VlvhEW__linkInput:focus{border-color:var(--accent-primary)}.LinkEditor-module__VlvhEW__linkInputInvalid,.LinkEditor-module__VlvhEW__linkInputInvalid:focus{border-color:var(--accent-danger)}.LinkEditor-module__VlvhEW__linkInput::placeholder{color:var(--text-tertiary)}.LinkEditor-module__VlvhEW__inlineLatexInput{width:100%;font-family:Monaco,Menlo,Consolas,monospace}.LinkEditor-module__VlvhEW__linkButton{background:var(--bg-input);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.LinkEditor-module__VlvhEW__linkButton:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.LinkEditor-module__VlvhEW__linkButton:disabled{opacity:.5;cursor:not-allowed}.LinkEditor-module__VlvhEW__linkTextPreview{color:var(--text-secondary);background:var(--bg-subtle);white-space:nowrap;text-overflow:ellipsis;border-radius:6px;padding:8px 10px;font-size:13px;overflow:hidden}.LinkEditor-module__VlvhEW__removeLinkButton{color:var(--accent-danger);background:color-mix(in srgb,var(--accent-danger),transparent 90%);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-family:inherit;font-size:12px;transition:all .15s;display:flex}.LinkEditor-module__VlvhEW__removeLinkButton:hover{background:var(--accent-danger);color:#fff}.LinkEditor-module__VlvhEW__connector{background:var(--border);width:20px;height:2px;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.LinkEditor-module__VlvhEW__connector:after{content:"";background:var(--border);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;right:0;transform:translate(50%,-50%)}.LinkEditor-module__VlvhEW__narrowMode .LinkEditor-module__VlvhEW__connector{display:none}
.PdfImportProgress-module__zhqguG__content{align-items:center;gap:12px;min-width:200px;display:flex}.PdfImportProgress-module__zhqguG__iconSpinner{color:var(--accent-primary);flex-shrink:0;animation:1.5s linear infinite PdfImportProgress-module__zhqguG__spin}@keyframes PdfImportProgress-module__zhqguG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PdfImportProgress-module__zhqguG__text{flex:1}.PdfImportProgress-module__zhqguG__title{color:var(--text-primary);cursor:default;margin:0 0 2px;font-size:14px;font-weight:600}.PdfImportProgress-module__zhqguG__description{color:var(--text-secondary);cursor:default;margin:0;font-size:13px}.PdfImportProgress-module__zhqguG__progressBar{margin-top:12px}.PdfImportProgress-module__zhqguG__actions{gap:8px;margin-top:12px;display:flex}
.DocumentInput-module__wmGMEq__container{flex-direction:column;gap:16px;width:100%;max-width:700px;display:flex}.DocumentInput-module__wmGMEq__textareaWrapper{border:2px dashed var(--border-secondary);background:var(--bg-secondary);border-radius:8px;min-height:250px;transition:border-color .2s,background-color .2s;position:relative}.DocumentInput-module__wmGMEq__textareaWrapper:focus-within{border-color:var(--accent-primary)}.DocumentInput-module__wmGMEq__textareaWrapper.DocumentInput-module__wmGMEq__dragging{border-color:var(--accent-primary);background-color:color-mix(in srgb,var(--accent-primary),transparent 95%)}.DocumentInput-module__wmGMEq__textarea{width:100%;min-height:250px;color:var(--text-primary);resize:vertical;background:0 0;border:none;border-radius:8px;padding:16px;font-family:inherit;font-size:16px;line-height:1.6}.DocumentInput-module__wmGMEq__textarea::placeholder{color:var(--text-tertiary)}.DocumentInput-module__wmGMEq__textarea:focus{outline:none}.DocumentInput-module__wmGMEq__textarea:disabled{opacity:.6;cursor:not-allowed}.DocumentInput-module__wmGMEq__filePreview{min-height:250px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.DocumentInput-module__wmGMEq__fileIcon{color:var(--accent-primary)}.DocumentInput-module__wmGMEq__fileName{color:var(--text-primary);word-break:break-all;text-align:center;font-weight:500}.DocumentInput-module__wmGMEq__removeFile{color:var(--accent-danger);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:14px;transition:background-color .15s}.DocumentInput-module__wmGMEq__removeFile:hover{background-color:color-mix(in srgb,var(--accent-danger),transparent 90%)}.DocumentInput-module__wmGMEq__dropOverlay{background:color-mix(in srgb,var(--accent-primary),transparent 90%);color:var(--accent-primary);pointer-events:none;border-radius:6px;justify-content:center;align-items:center;font-size:18px;font-weight:500;display:flex;position:absolute;inset:0}.DocumentInput-module__wmGMEq__fileUploadSection{justify-content:center;align-items:center;display:flex}.DocumentInput-module__wmGMEq__hiddenFileInput{display:none}.DocumentInput-module__wmGMEq__uploadButton{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;transition:all .15s;display:flex}.DocumentInput-module__wmGMEq__uploadButton:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.DocumentInput-module__wmGMEq__uploadButton:disabled{opacity:.5;cursor:not-allowed}.DocumentInput-module__wmGMEq__promptSection{margin-top:8px}.DocumentInput-module__wmGMEq__promptInput{background:var(--bg-secondary);border:1px solid var(--border-primary);width:100%;color:var(--text-primary);border-radius:8px;padding:12px 16px;font-family:inherit;font-size:16px;transition:border-color .15s}.DocumentInput-module__wmGMEq__promptInput:focus{border-color:var(--accent-primary);outline:none}.DocumentInput-module__wmGMEq__promptInput::placeholder{color:var(--text-tertiary)}.DocumentInput-module__wmGMEq__error{background:color-mix(in srgb,var(--accent-danger),transparent 90%);border:1px solid color-mix(in srgb,var(--accent-danger),transparent 70%);color:var(--accent-danger);border-radius:8px;padding:12px 16px;font-size:14px}.DocumentInput-module__wmGMEq__submitButton{align-self:flex-start}
.ToolEditorInput-module__Pd2qyq__container{flex-direction:column;gap:0;width:100%;max-width:925px;min-height:415px;display:flex;position:relative}.ToolEditorInput-module__Pd2qyq__controlsWrapper{background:var(--bg-card);border-bottom:1px solid var(--border-primary);border-radius:8px 8px 0 0;min-height:79px;overflow:hidden}.ToolEditorInput-module__Pd2qyq__editorWrapper{background:var(--bg-page);isolation:isolate;background-clip:padding-box;border-top:none;border-radius:0 0 8px 8px;min-height:261px;position:relative}@keyframes ToolEditorInput-module__Pd2qyq__shimmerBorder{0%{background-position:200% 0}to{background-position:-100% 0}}.ToolEditorInput-module__Pd2qyq__editorClip{border-radius:6px;height:360px;position:relative;overflow:hidden}.ToolEditorInput-module__Pd2qyq__editorClip div{overflow:hidden!important}.ToolEditorInput-module__Pd2qyq__editor{min-height:500px;position:absolute;top:0;left:0;right:0}.ToolEditorInput-module__Pd2qyq__editorFade{background:linear-gradient(to bottom,transparent,var(--bg-primary));pointer-events:none;height:120px;position:absolute;bottom:30px;left:0;right:0}.ToolEditorInput-module__Pd2qyq__mask{text-align:center;background:linear-gradient(to bottom,transparent 0%,var(--bg-primary)10%,var(--bg-primary)100%);justify-content:center;gap:6px;padding:40px 0 0;font-size:20px;position:relative;top:-40px}.ToolEditorInput-module__Pd2qyq__mask strong{margin:0;padding:0}.ToolEditorInput-module__Pd2qyq__error{background:color-mix(in srgb,var(--accent-danger),transparent 90%);border:1px solid color-mix(in srgb,var(--accent-danger),transparent 70%);color:var(--accent-danger);border-radius:8px;padding:12px 16px;font-size:14px}.ToolEditorInput-module__Pd2qyq__secondaryInputRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin:30px 0;display:flex}.ToolEditorInput-module__Pd2qyq__primaryActionRow{justify-content:center;display:flex}.ToolEditorInput-module__Pd2qyq__dropdownLabel{color:var(--text-secondary);font-size:16px}.ToolEditorInput-module__Pd2qyq__dragOverlay{background:color-mix(in srgb,var(--accent-primary),transparent 85%);border:2px dashed var(--accent-primary);z-index:100;pointer-events:none;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ToolEditorInput-module__Pd2qyq__dragOverlayContent{background:var(--bg-card);color:var(--accent-primary);border-radius:8px;padding:16px 24px;font-size:16px;font-weight:500;box-shadow:0 4px 12px #0000001a}
.InvitePage-module__xv3IJG__pageContainer{background-color:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.InvitePage-module__xv3IJG__contentWrapper{flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.InvitePage-module__xv3IJG__editorPreview{background:var(--bg-primary);min-height:100vh}.InvitePage-module__xv3IJG__card{background:var(--bg-card);corner-shape:squircle;text-align:left;border:1px solid var(--border-primary);border-radius:18px;width:100%;max-width:680px;padding:48px}.InvitePage-module__xv3IJG__inviteIcon,.InvitePage-module__xv3IJG__errorIcon{margin-bottom:24px;font-size:48px}.InvitePage-module__xv3IJG__title{color:var(--text-primary);margin:0 0 32px;font-size:18px;font-weight:500}.InvitePage-module__xv3IJG__inviteDetails{margin-bottom:32px}.InvitePage-module__xv3IJG__inviterInfo{color:var(--text-secondary);margin-bottom:20px;font-size:16px;line-height:1.6}.InvitePage-module__xv3IJG__inviterInfo strong{color:var(--text-primary);font-weight:500}.InvitePage-module__xv3IJG__documentInfo{background:var(--bg-secondary);text-align:left;border-radius:4px;margin:24px 0 24px -24px;padding:20px}.InvitePage-module__xv3IJG__documentTitle{color:var(--text-primary);font-size:18px;font-weight:500}.InvitePage-module__xv3IJG__expirationWarning{background:var(--accent-warning-bg);color:var(--accent-warning);border-radius:6px;margin-top:20px;padding:12px 16px;font-size:14px;display:inline-block}.InvitePage-module__xv3IJG__signInPrompt,.InvitePage-module__xv3IJG__signedInAs{color:var(--text-secondary);margin-bottom:24px;font-size:15px}.InvitePage-module__xv3IJG__signedInAs strong{color:var(--text-primary)}.InvitePage-module__xv3IJG__loadingText{color:var(--text-secondary);margin-top:20px;font-size:16px}.InvitePage-module__xv3IJG__errorMessage{color:var(--text-secondary);margin:20px 0 32px;font-size:16px;line-height:1.6}.InvitePage-module__xv3IJG__redeemingState{flex-direction:column;align-items:center;gap:16px;display:flex}.InvitePage-module__xv3IJG__redeemingState p{color:var(--text-secondary);font-size:16px}.InvitePage-module__xv3IJG__authModalMessage{background:var(--bg-secondary);text-align:center;border-radius:6px;margin-bottom:20px;padding:16px}.InvitePage-module__xv3IJG__authModalMessage p{color:var(--text-secondary);margin:8px 0}.InvitePage-module__xv3IJG__authModalMessage strong{color:var(--accent-primary);font-weight:600}.InvitePage-module__xv3IJG__inviteEmailNote{color:var(--text-tertiary);margin-top:12px;font-size:13px}@media (max-width:640px){.InvitePage-module__xv3IJG__card{padding:32px 24px}.InvitePage-module__xv3IJG__title{font-size:24px}.InvitePage-module__xv3IJG__documentTitle{font-size:16px}}
.ToolFooter-module__jpwq1G__footer{border-top:1px solid var(--border-primary);background:var(--bg-card);width:100%;padding:48px 24px}.ToolFooter-module__jpwq1G__footerInner{justify-content:space-between;gap:40px;max-width:1080px;margin:0 auto;display:flex}.ToolFooter-module__jpwq1G__footerColumn{flex-direction:column;margin-left:20px;display:flex}.ToolFooter-module__jpwq1G__footerColumn:first-child{flex-grow:1}.ToolFooter-module__jpwq1G__logoLink{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:8px;text-decoration:none;transition:color .15s;display:flex}.ToolFooter-module__jpwq1G__logoText{color:var(--text-primary);font-size:20px;font-weight:600}.ToolFooter-module__jpwq1G__logoLink:hover .ToolFooter-module__jpwq1G__logoText{color:color-mix(in srgb,var(--text-primary),white 35%)}.ToolFooter-module__jpwq1G__copyright{color:var(--text-tertiary);cursor:default;margin:20px 0;font-size:12px}.ToolFooter-module__jpwq1G__xLink a{font-size:12px}.ToolFooter-module__jpwq1G__launchButton{border:1px solid var(--border-primary);corner-shape:squircle;color:var(--accent-primary);border-radius:12px;margin-left:-5px;padding:5px;font-size:14px;display:inline-block}.ToolFooter-module__jpwq1G__columnTitle{color:var(--text-muted);margin:0 0 8px;font-size:14px;font-weight:400}:not(a)>.ToolFooter-module__jpwq1G__columnTitle{cursor:default}.ToolFooter-module__jpwq1G__linkList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ToolFooter-module__jpwq1G__linkList li{margin:4px 0}.ToolFooter-module__jpwq1G__linkList a{padding:8px 0}.ToolFooter-module__jpwq1G__footerLink{color:var(--text-tertiary);cursor:pointer;font-size:14px;text-decoration:none;transition:color .15s}.ToolFooter-module__jpwq1G__footerColumn a:hover,.ToolFooter-module__jpwq1G__footerColumn a:hover h4{color:var(--accent-primary)}@media (max-width:768px){.ToolFooter-module__jpwq1G__footer{padding:40px 16px}.ToolFooter-module__jpwq1G__footerInner{flex-wrap:wrap;gap:32px 24px}.ToolFooter-module__jpwq1G__footerColumn{min-width:120px;margin-left:0}.ToolFooter-module__jpwq1G__footerColumn:first-child{width:100%;margin-bottom:8px}}
.ToolLandingPage-module__MQughW__container{background-color:var(--bg-card);flex-direction:column;gap:20px;min-height:100vh;display:flex}.ToolLandingPage-module__MQughW__main{z-index:1;background:var(--home-page-bg);width:100%;padding:80px 0 50px}.ToolLandingPage-module__MQughW__toolSection{width:100%}.ToolLandingPage-module__MQughW__toolSection h2{width:100%;max-width:1320px;padding:0 40px}.ToolLandingPage-module__MQughW__toolContent{flex-direction:column;align-items:center;max-width:920px;margin:0 auto;display:flex}.ToolLandingPage-module__MQughW__bottomSection{background:var(--home-page-bg);border-bottom:1px solid color-mix(in srgb,var(--bg-primary),var(--accent-primary)5%);flex:1;width:100%;padding:50px 24px}.ToolLandingPage-module__MQughW__bottomSectionInner{flex-direction:column;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex}.ToolLandingPage-module__MQughW__heroSection{text-align:center;margin-bottom:40px}.ToolLandingPage-module__MQughW__headline{color:var(--text-primary);font-size:42px;font-weight:500;line-height:1.2;font-family:var(--font-ui);margin:0 0 16px}.ToolLandingPage-module__MQughW__description{color:var(--text-secondary);max-width:700px;margin:0;font-size:18px;line-height:1.6}.ToolLandingPage-module__MQughW__inputSection{justify-content:center;width:100%;display:flex}.ToolLandingPage-module__MQughW__comparisonSection{width:100%;max-width:800px;margin:20px auto}.ToolLandingPage-module__MQughW__comparisonSubtitle{color:var(--text-primary);text-align:left;width:100%;max-width:800px;margin:0 auto;font-size:32px;font-weight:400}.ToolLandingPage-module__MQughW__comparisonTableWrapper{background:var(--bg-card);border-radius:12px;overflow-x:auto}.ToolLandingPage-module__MQughW__comparisonTable{border-collapse:collapse;width:100%;font-size:14px}.ToolLandingPage-module__MQughW__comparisonTable th,.ToolLandingPage-module__MQughW__comparisonTable td{text-align:center;border-bottom:1px solid var(--border-primary);padding:8px 16px}.ToolLandingPage-module__MQughW__comparisonTable tbody tr:last-child td{border-bottom:none}.ToolLandingPage-module__MQughW__dimensionHeader{text-align:left;width:200px}.ToolLandingPage-module__MQughW__productHeader{width:120px}.ToolLandingPage-module__MQughW__productName{color:var(--text-primary);justify-content:center;align-items:center;gap:4px;font-size:16px;font-weight:600;display:flex}.ToolLandingPage-module__MQughW__otherProductName{color:var(--text-tertiary);justify-content:center;align-items:center;gap:4px;font-size:16px;font-weight:600;display:flex}.ToolLandingPage-module__MQughW__dimensionCell{text-align:left;color:var(--text-primary);font-weight:500}.ToolLandingPage-module__MQughW__valueCell{color:var(--text-secondary)}.ToolLandingPage-module__MQughW__reviseCell{background:color-mix(in srgb,var(--accent-success),transparent 90%)}.ToolLandingPage-module__MQughW__cellCheck{color:var(--color-green,#22c55e);justify-content:center;align-items:center;display:inline-flex}.ToolLandingPage-module__MQughW__cellX{color:color-mix(in srgb,var(--accent-danger),var(--text-muted)20%);opacity:.5;justify-content:center;align-items:center;display:inline-flex}.ToolLandingPage-module__MQughW__cellText{color:var(--text-secondary);font-size:13px}.ToolLandingPage-module__MQughW__cellNumber{color:var(--text-primary);font-size:14px;font-weight:600}.ToolLandingPage-module__MQughW__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ToolLandingPage-module__MQughW__ctaSection{border-radius:12px;justify-content:center;align-items:center;gap:16px;width:100%;max-width:700px;margin:0 auto;padding:40px 24px;display:flex}.ToolLandingPage-module__MQughW__ctaText{color:var(--text-primary);font-size:18px;font-weight:500}@media (max-width:768px){.ToolLandingPage-module__MQughW__main{padding:70px 16px 40px}.ToolLandingPage-module__MQughW__bottomSection{padding:40px 16px}.ToolLandingPage-module__MQughW__headline{font-size:32px}.ToolLandingPage-module__MQughW__description{font-size:16px}.ToolLandingPage-module__MQughW__comparisonSection{margin-bottom:40px}.ToolLandingPage-module__MQughW__comparisonTitle{font-size:20px}.ToolLandingPage-module__MQughW__comparisonTable th,.ToolLandingPage-module__MQughW__comparisonTable td{padding:10px 8px;font-size:12px}.ToolLandingPage-module__MQughW__dimensionHeader{width:120px}.ToolLandingPage-module__MQughW__productHeader{width:70px}.ToolLandingPage-module__MQughW__productName{font-size:11px}.ToolLandingPage-module__MQughW__dimensionCell{font-size:12px}.ToolLandingPage-module__MQughW__cellText{font-size:11px}.ToolLandingPage-module__MQughW__ctaSection{text-align:center;flex-direction:column;gap:12px;padding:30px 20px}.ToolLandingPage-module__MQughW__ctaText{font-size:16px}}
.SavedPromptsMenu-module__Xb-qHq__triggerButton{color:var(--text-secondary);flex-shrink:0;padding:4px;transition:color .15s,background-color .3s}.SavedPromptsMenu-module__Xb-qHq__triggerButton:hover{color:var(--text-primary)}.SavedPromptsMenu-module__Xb-qHq__pulse{animation:1.5s ease-in-out SavedPromptsMenu-module__Xb-qHq__savedPulse}@keyframes SavedPromptsMenu-module__Xb-qHq__savedPulse{0%{background-color:#0000}20%{border-color:var(--accent-primary)}to{background-color:#0000}}.SavedPromptsMenu-module__Xb-qHq__content{background-color:var(--bg-card);border:1px solid var(--border-primary);z-index:9999;border-radius:8px;min-width:200px;padding:4px 0;animation:.12s ease-out SavedPromptsMenu-module__Xb-qHq__menuFadeIn;box-shadow:0 4px 12px #00000026}.dark .SavedPromptsMenu-module__Xb-qHq__content{box-shadow:0 10px 38px -10px #0009,0 10px 20px -15px #00000080}@keyframes SavedPromptsMenu-module__Xb-qHq__menuFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.SavedPromptsMenu-module__Xb-qHq__header{justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.SavedPromptsMenu-module__Xb-qHq__headerTitle{letter-spacing:.5px;color:var(--text-tertiary);font-size:12px;font-weight:600}.SavedPromptsMenu-module__Xb-qHq__headerManage{color:var(--accent-primary);cursor:pointer;font-size:12px;text-decoration:none}.SavedPromptsMenu-module__Xb-qHq__headerManage:hover{text-decoration:underline}.SavedPromptsMenu-module__Xb-qHq__separator{background:var(--border-primary);height:1px;margin:2px 0}.SavedPromptsMenu-module__Xb-qHq__item{color:var(--text-secondary);cursor:default;-webkit-user-select:none;user-select:none;outline:none;align-items:center;gap:8px;max-width:300px;padding:8px 12px;font-size:13px;display:flex}.SavedPromptsMenu-module__Xb-qHq__item[data-highlighted],.SavedPromptsMenu-module__Xb-qHq__item:hover{background-color:var(--bg-hover);color:var(--text-primary)}.SavedPromptsMenu-module__Xb-qHq__itemName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.SavedPromptsMenu-module__Xb-qHq__saveItem{color:var(--accent-primary);}.SavedPromptsMenu-module__Xb-qHq__saveItem[data-highlighted],.SavedPromptsMenu-module__Xb-qHq__saveItem:hover{color:var(--accent-primary)}.SavedPromptsMenu-module__Xb-qHq__saveAction{color:var(--accent-primary);align-items:center;gap:4px;display:flex}.SavedPromptsMenu-module__Xb-qHq__saveCurrentItem{color:var(--text-tertiary);margin-top:10px;font-size:12px;}.SavedPromptsMenu-module__Xb-qHq__saveCurrentItem[data-highlighted]{background-color:var(--bg-hover);color:var(--text-primary)}.SavedPromptsMenu-module__Xb-qHq__loadingState,.SavedPromptsMenu-module__Xb-qHq__emptyState{color:var(--text-tertiary);opacity:.7;text-align:center;padding:12px 16px;font-size:12px}.SavedPromptsMenu-module__Xb-qHq__savedFeedback{color:var(--accent-primary);padding:2px 0;font-size:11px;animation:2s ease-in-out forwards SavedPromptsMenu-module__Xb-qHq__savedFadeInOut}@keyframes SavedPromptsMenu-module__Xb-qHq__savedFadeInOut{0%{opacity:0}15%{opacity:1}70%{opacity:1}to{opacity:0}}
.Landing-module__gb_XfW__sectionHero{width:100%}.Landing-module__gb_XfW__sectionWide{width:100%;max-width:1320px;margin:0 auto}.Landing-module__gb_XfW__sectionWide h2,.Landing-module__gb_XfW__featureTitle{-webkit-user-select:none;user-select:none;cursor:default;width:100%;max-width:1320px;margin:0 auto;padding:20px 40px;font-size:clamp(24px,4vw,40px);font-weight:500;line-height:1.15}.Landing-module__gb_XfW__sectionContent{background:var(--home-page-bg);flex-direction:column;width:100%;padding:50px;display:flex}.Landing-module__gb_XfW__sectionBgSubtle{background:linear-gradient(to bottom,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)0%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)93.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)6.6667%)8.1%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)86.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)13.3333%)15.5%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)80%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)20%)22.5%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)73.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)26.6667%)29%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)66.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)33.3333%)35.3%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)60%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)40%)41.2%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)53.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)46.6667%)47.1%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)46.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)53.3333%)52.9%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)40%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)60%)58.8%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)33.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)66.6667%)64.7%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)26.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)73.3333%)71%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)20%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)80%)77.5%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)13.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)86.6667%)84.5%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)6.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)93.3333%)91.9%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)100%)}.Landing-module__gb_XfW__sectionSubtitle{width:100%;max-width:800px;color:var(--text-secondary);text-align:center;margin:0 auto 32px;font-size:20px;line-height:1.6}.Landing-module__gb_XfW__sectionIntro{text-align:center;width:100%;max-width:820px;margin:0 auto}.Landing-module__gb_XfW__sectionFaq{width:100%;max-width:700px;margin:0 auto}.Landing-module__gb_XfW__heroCta{padding:20px 12px;font-size:18px}.Landing-module__gb_XfW__heroCtaSecondary{padding:20px 12px}.Landing-module__gb_XfW__features{flex-direction:column;gap:10px;display:flex}.Landing-module__gb_XfW__feature{width:100%;max-width:1700px;margin:0 auto}.Landing-module__gb_XfW__featureContent{flex-direction:column;width:100%;margin:0 auto;padding:20px;display:flex}.Landing-module__gb_XfW__featureSpotlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.Landing-module__gb_XfW__featureSpotlight{background:var(--home-page-bg);min-width:0;color:var(--text-secondary);flex-direction:column;flex-grow:1;padding:1px;display:flex;overflow:hidden}.Landing-module__gb_XfW__featureSpotlight>h3{text-align:center;margin:0;padding:50px 50px 10px;font-size:clamp(24px,4vw,30px)}.Landing-module__gb_XfW__featureSpotlight>p{text-align:center;text-wrap:balance;opacity:.8;margin:0;padding:0 50px 50px;font-size:20px}.Landing-module__gb_XfW__featureSpotlight>img{align-self:flex-end;width:100%}.Landing-module__gb_XfW__featureSpotlightWide{grid-column:span 2}.Landing-module__gb_XfW__featureSpotlightPale{background:var(--home-page-bg);color:var(--text-secondary);}.Landing-module__gb_XfW__featureSpotlightDark{background:linear-gradient(to bottom,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)0%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)93.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)6.6667%)8.1%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)86.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)13.3333%)15.5%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)80%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)20%)22.5%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)73.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)26.6667%)29%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)66.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)33.3333%)35.3%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)60%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)40%)41.2%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)53.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)46.6667%)47.1%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)46.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)53.3333%)52.9%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)40%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)60%)58.8%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)33.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)66.6667%)64.7%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)26.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)73.3333%)71%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)20%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)80%)77.5%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)13.3333%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)86.6667%)84.5%,color-mix(in oklab,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)6.6667%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)93.3333%)91.9%,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)98%)100%);color:color-mix(in srgb,var(--accent-primary),var(--text-primary)50%);border:none;}.Landing-module__gb_XfW__featureSpotlightSolid{background:color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%);color:color-mix(in srgb,var(--accent-primary),var(--text-primary)50%);border:none;}.Landing-module__gb_XfW__featureSpotlightFade{background:linear-gradient(to bottom,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)0%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)93.3333%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)6.6667%)8.1%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)86.6667%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)13.3333%)15.5%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)80%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)20%)22.5%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)73.3333%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)26.6667%)29%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)66.6667%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)33.3333%)35.3%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)60%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)40%)41.2%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)53.3333%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)46.6667%)47.1%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)46.6667%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)53.3333%)52.9%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)40%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)60%)58.8%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)33.3333%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)66.6667%)64.7%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)26.6667%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)73.3333%)71%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)20%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)80%)77.5%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)13.3333%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)86.6667%)84.5%,color-mix(in oklab,color-mix(in srgb,var(--home-page-bg),var(--bg-card)13%)6.6667%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)93.3333%)91.9%,color-mix(in srgb,var(--home-page-bg),var(--bg-card)80%)100%);color:color-mix(in srgb,var(--accent-primary),var(--text-primary)50%);border:none;}.Landing-module__gb_XfW__featureSpotlightStrong{background:var(--home-page-highlight-strong);border:1px solid var(--home-page-highlight-strong);color:var(--bg-card);}.Landing-module__gb_XfW__featureSpotlightGraphic{corner-shape:squircle;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:240px;margin-top:auto;display:flex;overflow:hidden}.Landing-module__gb_XfW__featureSpotlightGraphicClear{background:var(--bg-card);border:1px solid var(--border-primary);justify-content:flex-end;}.Landing-module__gb_XfW__featureSpotlightGraphicDark{justify-content:flex-end;}.Landing-module__gb_XfW__linkCardGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;display:grid}.Landing-module__gb_XfW__linkCard{background:var(--bg-card);border:1px solid var(--border-primary);min-width:0;min-height:100%;color:var(--text-secondary);border-radius:12px;flex-direction:column;gap:14px;padding:28px;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s,color .18s;display:flex}.Landing-module__gb_XfW__linkCard:hover{background:color-mix(in srgb,var(--bg-card),var(--accent-primary)6%);border-color:color-mix(in srgb,var(--border-primary),var(--accent-primary)24%);transform:translateY(-2px);box-shadow:0 18px 36px #00000014}.Landing-module__gb_XfW__linkCardTitle{color:var(--text-primary);font-size:clamp(24px,3vw,30px);font-weight:500;line-height:1.15;font-family:var(--font-ui);margin:0}.Landing-module__gb_XfW__linkCardDescription{color:var(--text-secondary);flex:auto;margin:0;font-size:16px;line-height:1.6}.Landing-module__gb_XfW__linkCardDescription br{content:"";margin-top:.25em;display:block}.Landing-module__gb_XfW__linkCardCta{color:var(--accent-primary);align-items:center;gap:8px;margin-top:auto;font-size:16px;font-weight:600;line-height:1;display:inline-flex}.Landing-module__gb_XfW__linkCardCtaArrow{transition:transform .18s;display:inline-block}.Landing-module__gb_XfW__linkCard:hover .Landing-module__gb_XfW__linkCardCtaArrow{transform:translate(4px)}@media (min-width:621px) and (max-width:1100px){.Landing-module__gb_XfW__featureTitle{width:100%;margin:20px auto}.Landing-module__gb_XfW__featureSpotlights{flex-direction:column;display:flex}.Landing-module__gb_XfW__featureSpotlight{width:100%;margin:0 auto}}@media (max-width:900px){.Landing-module__gb_XfW__sectionWide h2,.Landing-module__gb_XfW__featureTitle{padding:20px 14px}.Landing-module__gb_XfW__heroCtaSecondary{display:none}}@media (max-width:620px){.Landing-module__gb_XfW__feature{padding:0}.Landing-module__gb_XfW__featureTitle{width:100%;margin:20px auto}.Landing-module__gb_XfW__featureSpotlights{grid-template-columns:minmax(0,1fr)}.Landing-module__gb_XfW__featureSpotlight{--feature-spotlight-scale:calc(100vw/550px);width:518px;margin:0 auto}@supports (zoom:1){.Landing-module__gb_XfW__featureSpotlight{zoom:var(--feature-spotlight-scale)}}@supports not (zoom:1){.Landing-module__gb_XfW__featureSpotlight{transform:scale(var(--feature-spotlight-scale));transform-origin:0 0;margin-bottom:calc((1 - var(--feature-spotlight-scale))*-480px)}}}@media (max-width:1100px){.Landing-module__gb_XfW__featureContent{padding:10px}.Landing-module__gb_XfW__sectionContent{padding:32px 24px}}@media (max-width:768px){.Landing-module__gb_XfW__sectionSubtitle{margin-bottom:24px;font-size:15px}.Landing-module__gb_XfW__linkCard{padding:20px}.Landing-module__gb_XfW__linkCardTitle{font-size:24px}.Landing-module__gb_XfW__linkCardDescription,.Landing-module__gb_XfW__linkCardCta{font-size:15px}}@media (max-width:1000px){.Landing-module__gb_XfW__heroCta,.Landing-module__gb_XfW__heroCtaSecondary{padding:14px 10px;font-size:16px}}
.SettingsCogButton-module__0op9ja__button{left:calc(14px + env(safe-area-inset-left,0px));bottom:calc(14px + env(safe-area-inset-bottom,0px));min-height:20px;color:var(--text-muted);cursor:pointer;z-index:1000;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-family:inherit;font-size:13px;font-weight:400;line-height:20px;text-decoration:none;transition:color .15s;display:flex;position:fixed}.SettingsCogButton-module__0op9ja__button:hover{color:var(--accent-primary)}.SettingsCogButton-module__0op9ja__buttonIconOnly{left:calc(4px + env(safe-area-inset-left,0px));bottom:calc(6.5px + env(safe-area-inset-bottom,0px));border-radius:999px;min-height:0;padding:10px}.SettingsCogButton-module__0op9ja__buttonIconOnly:hover{color:var(--text-primary);background-color:color-mix(in srgb,var(--text-primary),transparent 92%)}.SettingsCogButton-module__0op9ja__icon{flex-shrink:0;width:15px;height:15px}@media (max-width:890px){.SettingsCogButton-module__0op9ja__buttonIconOnly{display:none}}
.IntegratedAgent-module__Jgg-Ta__intgAgentRoot{justify-content:space-between;width:100%;height:100%;display:flex}.IntegratedAgent-module__Jgg-Ta__intgAgentDoc{background:var(--bg-card);corner-shape:squircle;border-radius:0 12px 0 0;flex:1;justify-content:center;align-items:flex-start;margin-right:50px;padding:.25in .25in 0 0;display:flex;position:relative;overflow:hidden}.IntegratedAgent-module__Jgg-Ta__intgAgentDocContent{width:500px;color:var(--text-primary)}.IntegratedAgent-module__Jgg-Ta__intgAgentChat{background:var(--bg-card);corner-shape:squircle;color:var(--text-primary);border-radius:12px 0 0}.IntegratedAgent-module__Jgg-Ta__intgAgentChatHeader{border-bottom:1px solid var(--border-primary);padding:14px}.IntegratedAgent-module__Jgg-Ta__intgAgentChatMessage{background:var(--bg-primary);corner-shape:squircle;border-radius:16px;margin:20px;padding:12px 16px}.IntegratedAgent-module__Jgg-Ta__intgAgentChatStatus{background:linear-gradient(90deg,var(--text-primary)0%,color-mix(in srgb,var(--text-primary),transparent 10%)40%,color-mix(in srgb,var(--text-primary),transparent 50%)48%,color-mix(in srgb,var(--text-primary),transparent 60%)50%,color-mix(in srgb,var(--text-primary),transparent 50%)52%,color-mix(in srgb,var(--text-primary),transparent 10%)60%,var(--text-primary)100%);color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin:12px 28px;font-size:12px;animation:3s linear infinite IntegratedAgent-module__Jgg-Ta__statusGradient}@keyframes IntegratedAgent-module__Jgg-Ta__statusGradient{0%{background-position:0%}to{background-position:-200%}}.IntegratedAgent-module__Jgg-Ta__cursor{background:var(--text-primary);width:2px;height:22px;display:inline-block}.IntegratedAgent-module__Jgg-Ta__typedPhrase{white-space:pre;align-items:flex-end;display:inline-flex}.IntegratedAgent-module__Jgg-Ta__typedTail{color:#0000;-webkit-user-select:none;user-select:none}
.SharedHeader-module__lWHdza__header{z-index:4000;background:var(--bg-card);flex-shrink:0;justify-content:center;align-items:center;height:52px;padding:8px 16px;transition:background-color .18s;display:flex;position:fixed;top:0;left:0;right:0}.SharedHeader-module__lWHdza__header.SharedHeader-module__lWHdza__header_home{background:var(--bg-card)}.SharedHeader-module__lWHdza__header.SharedHeader-module__lWHdza__header_transparent{background:0 0}.SharedHeader-module__lWHdza__headerContent{flex:1;justify-content:space-between;align-items:center;gap:16px;max-width:1320px;display:flex}.SharedHeader-module__lWHdza__headerContent.SharedHeader-module__lWHdza__headerContentFull{width:100%;max-width:100%}.SharedHeader-module__lWHdza__headerBorder{border-bottom:1px solid var(--border-primary);padding-bottom:7px}.SharedHeader-module__lWHdza__headerLeft{align-items:center;gap:8px;min-width:0;display:flex}.SharedHeader-module__lWHdza__headerRight{justify-content:flex-end;align-items:center;min-width:0;display:flex}.SharedHeader-module__lWHdza__logo{color:var(--text-primary);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;height:36px;margin-right:10px;font-size:20px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.SharedHeader-module__lWHdza__logoStatic{pointer:default}.SharedHeader-module__lWHdza__logo:hover:not(.SharedHeader-module__lWHdza__logoStatic){color:color-mix(in srgb,var(--text-primary),white 35%)}@media (max-width:700px){.SharedHeader-module__lWHdza__logo{margin:0}.SharedHeader-module__lWHdza__logo svg{width:34px;height:34px;margin-right:6px}.SharedHeader-module__lWHdza__logoMark{display:none}}.SharedHeader-module__lWHdza__headerActions{align-items:center;gap:8px;display:flex}.SharedHeader-module__lWHdza__actionButton{height:34px;position:relative}.SharedHeader-module__lWHdza__newDocumentPlusBadge{color:#fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:8px;left:16px}.SharedHeader-module__lWHdza__navLinks{flex-shrink:0;gap:10px;margin-left:10px;display:flex}.SharedHeader-module__lWHdza__navLink{white-space:nowrap;border-radius:8px;padding:8px 10px;font-size:14px;text-decoration:none}.SharedHeader-module__lWHdza__navLink:hover{color:var(--accent-primary);background:color-mix(in srgb,var(--bg-primary),var(--bg-elevated)40%)}@media screen and (max-width:410px){.SharedHeader-module__lWHdza__navLinks{display:none}}@media screen and (max-width:700px){.SharedHeader-module__lWHdza__headerContentSearchExpanded{gap:8px}.SharedHeader-module__lWHdza__headerContentSearchExpanded .SharedHeader-module__lWHdza__navLinks{display:none}.SharedHeader-module__lWHdza__headerContentSearchExpanded .SharedHeader-module__lWHdza__headerLeft,.SharedHeader-module__lWHdza__headerContentSearchExpanded .SharedHeader-module__lWHdza__headerRight{min-width:0}.SharedHeader-module__lWHdza__headerContentSearchExpanded .SharedHeader-module__lWHdza__headerRight{flex:1;max-width:none}}@media screen and (max-width:500px){.SharedHeader-module__lWHdza__headerLeft{gap:0}.SharedHeader-module__lWHdza__headerActions{display:none}}.SharedHeader-module__lWHdza__navButtons{justify-content:flex-end;align-items:center;gap:12px;display:flex}.SharedHeader-module__lWHdza__authSection{justify-content:flex-end;align-items:center;gap:12px;margin-left:12px;display:flex}.SharedHeader-module__lWHdza__authLoadingPlaceholder{background:var(--border-primary);border-radius:50%;width:36px;height:36px}.SharedHeader-module__lWHdza__headerTopLeft{align-items:center;gap:14px;display:flex}.SharedHeader-module__lWHdza__navLinks>a{color:var(--text-primary);white-space:nowrap;border-radius:8px;padding:8px 10px;font-size:14px;font-weight:400;text-decoration:none;transition:color .3s}.SharedHeader-module__lWHdza__navLinks>a:hover{color:var(--accent-primary);background:color-mix(in srgb,var(--bg-primary),var(--bg-elevated)40%)}.SharedHeader-module__lWHdza__toolsDropdown{flex-shrink:0;position:relative}.SharedHeader-module__lWHdza__toolsDropdownTrigger{color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:4px;padding:8px 10px;font-size:14px;text-decoration:none;display:flex}a.SharedHeader-module__lWHdza__toolsDropdownTrigger{font-weight:400}.SharedHeader-module__lWHdza__toolsDropdownTrigger:hover{color:var(--accent-primary);background:color-mix(in srgb,var(--bg-primary),var(--bg-elevated)40%)}.SharedHeader-module__lWHdza__toolsDropdownMenu{background:var(--bg-card);border:1px solid var(--border-primary);corner-shape:squircle;opacity:0;visibility:hidden;z-index:5000;border-radius:16px;width:220px;margin:0;padding:6px;list-style:none;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:100%;left:0;transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.SharedHeader-module__lWHdza__toolsDropdown:hover .SharedHeader-module__lWHdza__toolsDropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.SharedHeader-module__lWHdza__toolsDropdownItem{color:var(--text-primary);border-radius:6px;padding:10px 12px;font-size:14px;text-decoration:none;transition:background-color .1s;display:block}.SharedHeader-module__lWHdza__toolsDropdownItem:hover{background:var(--bg-hover);color:var(--text-primary)}.SharedHeader-module__lWHdza__toolsDropdownDivider{background:var(--border-primary);height:1px;margin:6px 0}.SharedHeader-module__lWHdza__productDropdown{flex-shrink:0;position:relative}.SharedHeader-module__lWHdza__productDropdownTrigger{color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:4px;padding:8px 10px;font-size:14px;font-weight:400;text-decoration:none;transition:color .3s;display:flex}.SharedHeader-module__lWHdza__productDropdownTrigger:hover{color:var(--accent-primary);background:color-mix(in srgb,var(--bg-primary),var(--bg-elevated)40%)}.SharedHeader-module__lWHdza__productDropdownMenu{background:var(--bg-card);border:1px solid color-mix(in srgb,var(--border-primary),white 6%);corner-shape:squircle;opacity:0;visibility:hidden;z-index:5000;border-radius:16px;flex-direction:row;gap:18px;padding:18px;transition:opacity .18s,transform .18s,visibility .15s;display:flex;position:absolute;top:100%;left:0;transform:translateY(-6px);box-shadow:0 20px 50px #00000029}.SharedHeader-module__lWHdza__productDropdown:hover .SharedHeader-module__lWHdza__productDropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.SharedHeader-module__lWHdza__productMenuActions,.SharedHeader-module__lWHdza__productMenuColumn{min-width:0}.SharedHeader-module__lWHdza__productMenuActions{flex-direction:column;gap:12px;width:240px;display:flex}.SharedHeader-module__lWHdza__productMenuTagline{cursor:default;-webkit-user-select:none;user-select:none;margin-bottom:10px;font-size:12px}.SharedHeader-module__lWHdza__productActionLink{background:0 0;text-decoration:none;display:block}.SharedHeader-module__lWHdza__productActionButton{border-radius:18px;justify-content:flex-start;width:200px;height:auto;min-height:40px;padding:8px 14px;font-size:15px;font-weight:400}.SharedHeader-module__lWHdza__productMenuColumn{flex-direction:column;gap:18px;display:flex}.SharedHeader-module__lWHdza__productMenuColumn:not(:first-child){border-left:1px solid var(--border-primary);padding-left:20px}.SharedHeader-module__lWHdza__productMenuHeading{letter-spacing:.02em;font-size:12px;font-weight:500}.SharedHeader-module__lWHdza__productMenuHeading a{color:var(--accent-success)}.SharedHeader-module__lWHdza__productMenuUpdates{flex-direction:column;width:200px;display:flex}.SharedHeader-module__lWHdza__productUpdateLink{border-top:1px solid color-mix(in srgb,var(--border-primary),white 8%);flex-direction:column;gap:3px;padding:12px 0;text-decoration:none;display:flex}.SharedHeader-module__lWHdza__productMenuUpdates .SharedHeader-module__lWHdza__productUpdateLink:first-child{border-top:none;padding-top:0}.SharedHeader-module__lWHdza__productUpdateLink,.SharedHeader-module__lWHdza__productAudienceLink{color:var(--text-primary);font-weight:400}.SharedHeader-module__lWHdza__productUpdateTitle{font-size:15px;line-height:1.35}.SharedHeader-module__lWHdza__productUpdateMeta{color:var(--text-muted);font-size:13px}.SharedHeader-module__lWHdza__productUpdateLink:hover .SharedHeader-module__lWHdza__productUpdateTitle{color:var(--accent-primary)}.SharedHeader-module__lWHdza__productMenuSecondaryLinks{margin-top:20px}.SharedHeader-module__lWHdza__productAudienceLink{border-radius:18px;align-items:center;padding:8px;text-decoration:none;transition:border-color .15s,background-color .15s;display:inline-block}.SharedHeader-module__lWHdza__productUpdateLink:hover,.SharedHeader-module__lWHdza__productAudienceLink:hover{color:var(--accent-primary)}.SharedHeader-module__lWHdza__productAudienceTitle{font-size:14px;line-height:1.2}@media screen and (max-width:1100px){.SharedHeader-module__lWHdza__productDropdownMenu{grid-template-columns:220px minmax(220px,1fr) 180px;gap:18px}}@media screen and (max-width:1000px){.SharedHeader-module__lWHdza__navLinks>a{padding:8px 6px;font-size:14px}.SharedHeader-module__lWHdza__headerRight{max-width:300px}}@media screen and (max-width:900px){.SharedHeader-module__lWHdza__navLinks{gap:5px}.SharedHeader-module__lWHdza__headerCenter{display:none}}.SharedHeader-module__lWHdza__headerTopRight{justify-content:flex-end;align-items:center;gap:12px;display:flex}.SharedHeader-module__lWHdza__simpleHeader{z-index:4000;background-color:var(--bg-card);border-bottom:1px solid var(--border-primary);justify-content:space-between;align-items:center;height:52px;padding:8px 16px;display:flex;position:fixed;top:0;left:0;right:0}.SharedHeader-module__lWHdza__headerActions path{fill:var(--text-primary)}.SharedHeader-module__lWHdza__newDocumentButton,.SharedHeader-module__lWHdza__importButton,.SharedHeader-module__lWHdza__launchAppButton{flex-shrink:0}.SharedHeader-module__lWHdza__subscriptionBadge{background:var(--bg-card);border:1px solid var(--border-color);cursor:default;border-bottom:1px solid var(--border-primary);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:60px;height:34px;padding:4px 10px;transition:background-color .15s;display:flex;position:relative;overflow:hidden}.SharedHeader-module__lWHdza__subscriptionBadgeFree{background:var(--bg-card)}.SharedHeader-module__lWHdza__subscriptionBadge:hover{background:color-mix(in srgb,var(--bg-card),white 5%)}.SharedHeader-module__lWHdza__subscriptionBadge:active{background:color-mix(in srgb,var(--bg-card),black 5%)}.SharedHeader-module__lWHdza__subscriptionBadgeFree .SharedHeader-module__lWHdza__subscriptionBadgeLabel{background:linear-gradient(135deg,color-mix(in srgb,var(--accent-primary),#aaa 100%)0%,color-mix(in srgb,var(--accent-primary),#aaa 60%)30%,color-mix(in srgb,var(--accent-primary),#aaa 100%)60%,color-mix(in srgb,var(--accent-primary),#aaa 60%)100%);-webkit-text-fill-color:transparent;background-position:0 0;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;transition:background-position .8s}.SharedHeader-module__lWHdza__subscriptionBadgeFree:hover .SharedHeader-module__lWHdza__subscriptionBadgeLabel{background-position:100% 100%}.SharedHeader-module__lWHdza__subscriptionBadgePlus{background:var(--bg-card)}.SharedHeader-module__lWHdza__subscriptionBadgePlus .SharedHeader-module__lWHdza__subscriptionBadgeLabel{background:linear-gradient(135deg,color-mix(in srgb,var(--accent-primary),#8bd108 100%)0%,color-mix(in srgb,var(--accent-primary),var(--accent-success)60%)30%,color-mix(in srgb,var(--accent-primary),#8bd108 100%)60%,color-mix(in srgb,var(--accent-primary),var(--accent-success)60%)100%);-webkit-text-fill-color:transparent;background-position:0 0;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;transition:background-position .3s}.SharedHeader-module__lWHdza__subscriptionBadgePlus:hover .SharedHeader-module__lWHdza__subscriptionBadgeLabel{background-position:100% 100%}.SharedHeader-module__lWHdza__subscriptionBadgePro .SharedHeader-module__lWHdza__subscriptionBadgeLabel{background:linear-gradient(135deg,#e80535 0%,color-mix(in srgb,#8f0623,var(--accent-danger)80%)30%,#800620 60%,color-mix(in srgb,#8f0623,var(--accent-danger)80%)100%);-webkit-text-fill-color:transparent;background-position:0 0;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;transition:background-position .3s}.SharedHeader-module__lWHdza__subscriptionBadgePro:hover .SharedHeader-module__lWHdza__subscriptionBadgeLabel{background-position:100% 100%}.SharedHeader-module__lWHdza__subscriptionBadgeLabel{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.SharedHeader-module__lWHdza__subscriptionBadgeProgress{background:var(--border-primary);border-radius:1px;height:4px;transition:bottom .5s;position:absolute;left:0;right:0;overflow:hidden}.SharedHeader-module__lWHdza__subscriptionBadgeProgressHidden{bottom:-4px}.SharedHeader-module__lWHdza__subscriptionBadgeProgressVisible{bottom:0}.SharedHeader-module__lWHdza__subscriptionBadgeProgressFill{background:var(--accent-primary);border-radius:1px;height:100%;transition:width .3s}.SharedHeader-module__lWHdza__subscriptionBadgeProgressFillFree{background:linear-gradient(90deg,color-mix(in srgb,var(--accent-primary),#aaa 60%)0%,color-mix(in srgb,var(--accent-primary),#aaa 100%)50%,color-mix(in srgb,var(--accent-primary),#aaa 60%)100%)}.SharedHeader-module__lWHdza__subscriptionBadgeProgressFillPlus{background:linear-gradient(90deg,color-mix(in srgb,var(--accent-primary),#8bd108 100%)0%,color-mix(in srgb,var(--accent-primary),var(--accent-success)60%)50%,color-mix(in srgb,var(--accent-primary),#8bd108 100%)100%)}.SharedHeader-module__lWHdza__subscriptionBadgeProgressFillPro{background:linear-gradient(90deg,#e80535 0%,color-mix(in srgb,#8f0623,var(--accent-danger)80%)50%,#e80535 100%)}.SharedHeader-module__lWHdza__subscriptionPopover{background:var(--bg-card);z-index:5000;border-radius:4px;min-width:420px;padding:10px;animation:.15s SharedHeader-module__lWHdza__fadeIn;box-shadow:0 4px 12px #0000001a}@keyframes SharedHeader-module__lWHdza__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.SharedHeader-module__lWHdza__editorControlsContainer{width:100%;margin-left:10px;margin-right:10px}}.SharedHeader-module__lWHdza__collaborationContainer{margin-left:auto;margin-right:20px}.SharedHeader-module__lWHdza__themeToggle{align-items:center;gap:6px;display:flex}@media (max-width:880px){.SharedHeader-module__lWHdza__themeToggle{display:none}}@media (max-width:790px){.SharedHeader-module__lWHdza__navLinks{gap:0}.SharedHeader-module__lWHdza__hideOnMobile{display:none}}.SharedHeader-module__lWHdza__themeIcon{width:14px;height:14px;color:var(--text-secondary);flex-shrink:0}@media (max-width:650px){.SharedHeader-module__lWHdza__authButtonDesktop{display:none!important}}@media (min-width:651px){.SharedHeader-module__lWHdza__authButtonMobile{display:none!important}}
.DocumentSearchBar-module__UbyvNq__documentSearch{width:100%;height:34px;color:var(--text-secondary);align-items:center;min-width:0;display:flex;position:relative}.DocumentSearchBar-module__UbyvNq__documentSearchIcon{pointer-events:none;width:15px;height:15px;position:absolute;left:11px}.DocumentSearchBar-module__UbyvNq__documentSearchToggle{border:1px solid var(--border-primary);corner-shape:squircle;background:color-mix(in srgb,var(--bg-primary),var(--bg-elevated)36%);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.DocumentSearchBar-module__UbyvNq__documentSearchToggle:hover,.DocumentSearchBar-module__UbyvNq__documentSearchToggle:focus{color:var(--text-primary);border-color:var(--accent-primary);background:var(--bg-primary);outline:none}.DocumentSearchBar-module__UbyvNq__documentSearchToggle svg{width:15px;height:15px}.DocumentSearchBar-module__UbyvNq__documentSearchInput{border:1px solid var(--border-primary);corner-shape:squircle;background:color-mix(in srgb,var(--bg-primary),var(--bg-elevated)36%);width:100%;height:34px;color:var(--text-primary);border-radius:10px;outline:none;padding:0 34px;font-size:14px}.DocumentSearchBar-module__UbyvNq__documentSearchInput:focus{border-color:var(--accent-primary);background:var(--bg-primary)}.DocumentSearchBar-module__UbyvNq__documentSearchInput::placeholder{color:var(--text-muted)}.DocumentSearchBar-module__UbyvNq__documentSearchInput::-webkit-search-cancel-button{display:none}.DocumentSearchBar-module__UbyvNq__documentSearchClear{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:6px}.DocumentSearchBar-module__UbyvNq__documentSearchClear:hover{color:var(--text-primary);background:var(--bg-hover)}.DocumentSearchBar-module__UbyvNq__documentSearchResults{z-index:5100;border:1px solid var(--border-primary);corner-shape:squircle;background:var(--bg-card);border-radius:10px;max-height:min(360px,100vh - 72px);padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 40px #00000029}.DocumentSearchBar-module__UbyvNq__documentSearchResult{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:3px;padding:9px 10px;display:flex}.DocumentSearchBar-module__UbyvNq__documentSearchResult:hover,.DocumentSearchBar-module__UbyvNq__documentSearchResult:focus,.DocumentSearchBar-module__UbyvNq__documentSearchResultActive{background:var(--bg-hover);outline:none}.DocumentSearchBar-module__UbyvNq__documentSearchResultTitle{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;max-width:100%;font-size:14px;font-weight:500;display:flex;overflow:hidden}.DocumentSearchBar-module__UbyvNq__documentSearchResultTitleText{text-overflow:ellipsis;min-width:0;overflow:hidden}.DocumentSearchBar-module__UbyvNq__documentSearchResultFolderIcon{color:var(--text-muted);flex:none}.DocumentSearchBar-module__UbyvNq__documentSearchResultSnippet{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.DocumentSearchBar-module__UbyvNq__searchMatchHighlight{background:color-mix(in srgb,var(--accent-warning)38%,transparent);color:inherit;border-radius:3px;padding:0 2px}.DocumentSearchBar-module__UbyvNq__documentSearchStatus{color:var(--text-muted);padding:12px 10px;font-size:13px}.DocumentSearchBar-module__UbyvNq__documentSearchCompact{flex:0 0 34px;width:34px}.DocumentSearchBar-module__UbyvNq__documentSearchCompactExpanded{flex:auto;width:100%;min-width:0}
.FAQSection-module__N_uXZG__faqSection{width:100%;max-width:700px}.FAQSection-module__N_uXZG__sectionTitle{color:var(--text-primary);text-align:center;font-size:28px;font-weight:400;font-family:var(--font-ui);margin:0 0 24px}.FAQSection-module__N_uXZG__faqList{flex-direction:column;gap:12px;margin:0;display:flex}.FAQSection-module__N_uXZG__faqItem{background:var(--bg-card);border:1px solid color-mix(in srgb,var(--border-primary),var(--accent-primary)15%);border-radius:12px;padding:0;overflow:hidden}.FAQSection-module__N_uXZG__faqQuestion{width:100%;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;font-size:17px;font-weight:400;list-style:none;display:flex}.FAQSection-module__N_uXZG__faqQuestion::-webkit-details-marker{display:none}.FAQSection-module__N_uXZG__faqItem:not([open]) .FAQSection-module__N_uXZG__faqQuestion:hover{color:var(--accent-primary)}.FAQSection-module__N_uXZG__faqChevron{width:20px;height:20px;color:var(--text-secondary);flex-shrink:0;transition:transform .2s}.FAQSection-module__N_uXZG__faqItem[open] .FAQSection-module__N_uXZG__faqChevron{transform:rotate(180deg)}.FAQSection-module__N_uXZG__faqAnswer{color:var(--text-secondary);margin:0;padding:0 24px 20px;font-size:15px;line-height:1.7}.FAQSection-module__N_uXZG__faqAnswer p{margin:0 0 12px}.FAQSection-module__N_uXZG__faqAnswer p:last-child{margin-bottom:0}.FAQSection-module__N_uXZG__faqAnswer a{color:var(--accent-primary);text-decoration:none}.FAQSection-module__N_uXZG__faqAnswer a:hover{text-decoration:underline}.FAQSection-module__N_uXZG__faqItemStatic{padding:20px 24px}.FAQSection-module__N_uXZG__faqQuestionStatic{cursor:default;padding:0;display:block}.FAQSection-module__N_uXZG__faqAnswerStatic{padding:0}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqList{gap:20px}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqItem{border:none;border-radius:8px}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqQuestion{padding:20px;font-size:18px;font-weight:500}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqItem:not([open]) .FAQSection-module__N_uXZG__faqQuestion:hover{color:var(--accent-primary)}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqAnswer{padding:0 20px 20px;line-height:1.6}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqItemStatic{padding:20px}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqQuestionStatic{margin:0 0 8px}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqAnswerStatic{margin:0}@media (max-width:768px){.FAQSection-module__N_uXZG__sectionTitle{font-size:24px}.FAQSection-module__N_uXZG__faqItem{padding:0}.FAQSection-module__N_uXZG__faqQuestion{padding:16px 20px;font-size:16px}.FAQSection-module__N_uXZG__faqAnswer{padding:0 20px 16px;font-size:14px}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqQuestion{padding:16px 18px}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqAnswer{padding:0 18px 16px}.FAQSection-module__N_uXZG__faqSectionLanding .FAQSection-module__N_uXZG__faqItemStatic{padding:16px 18px}}
.PdfExtract-module__a9G_EW__pdfExtractRoot{justify-content:space-between;height:250px;display:flex}.PdfExtract-module__a9G_EW__pdfExtractDoc{background:var(--bg-card);corner-shape:squircle;border-radius:0 12px 0 0;flex:1;width:300px;margin-right:50px;position:relative;overflow:hidden}.PdfExtract-module__a9G_EW__pdfExtractDocContent{transform-origin:100% 0;width:800px;position:absolute;top:.25in;right:.25in;transform:scale(.3)}.PdfExtract-module__a9G_EW__pdfExtractDocContent>*{opacity:0;transition:opacity .18s ease-out,transform .18s ease-out;transform:translateY(8px)}.PdfExtract-module__a9G_EW__pdfExtractDocContent>:first-child,.PdfExtract-module__a9G_EW__pdfExtractDocContent>[data-revealed=true]{opacity:1;transform:translateY(0)}.PdfExtract-module__a9G_EW__pdfExtractDocContent p,.PdfExtract-module__a9G_EW__pdfExtractDocContent span,.PdfExtract-module__a9G_EW__pdfExtractDocContent h1{padding-left:0;font-family:serif}.PdfExtract-module__a9G_EW__cursor{background:var(--text-primary);width:2px;height:22px;display:inline-block}.PdfExtract-module__a9G_EW__typedPhrase{white-space:pre;align-items:flex-end;display:inline-flex}.PdfExtract-module__a9G_EW__typedTail{color:#0000;-webkit-user-select:none;user-select:none}.PdfExtract-module__a9G_EW__heading1{font-size:32px}.PdfExtract-module__a9G_EW__heading{font-size:24px}
.SearchReplacePanel-module__eC1UWG__searchPanelContainer{z-index:3001;width:320px;position:fixed;top:182px;left:20px}.SearchReplacePanel-module__eC1UWG__searchPanel{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:6px;position:relative;overflow:hidden}.SearchReplacePanel-module__eC1UWG__panelContent{flex-direction:column;gap:10px;padding:12px;display:flex}.SearchReplacePanel-module__eC1UWG__searchRow{align-items:center;gap:6px;margin-right:28px;display:flex}.SearchReplacePanel-module__eC1UWG__searchInputWrapper{flex:1;position:relative}.SearchReplacePanel-module__eC1UWG__searchInput{background:var(--bg-input);border:1px solid var(--border-primary);width:100%;color:var(--text-primary);border-radius:4px;outline:none;padding:8px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.SearchReplacePanel-module__eC1UWG__searchInput:focus{border-color:var(--accent-primary)}.SearchReplacePanel-module__eC1UWG__searchInput::placeholder{color:var(--text-tertiary)}.SearchReplacePanel-module__eC1UWG__navButtons{gap:2px;display:flex}.SearchReplacePanel-module__eC1UWG__navButton{background:var(--bg-input);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.SearchReplacePanel-module__eC1UWG__navButton:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.SearchReplacePanel-module__eC1UWG__navButton:disabled{opacity:.4;cursor:not-allowed}.SearchReplacePanel-module__eC1UWG__closeButton{width:32px;height:32px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.SearchReplacePanel-module__eC1UWG__closeButton:hover{background:var(--bg-hover);color:var(--text-primary)}.SearchReplacePanel-module__eC1UWG__replaceRow{align-items:center;gap:6px;display:flex}.SearchReplacePanel-module__eC1UWG__replaceInput{background:var(--bg-input);border:1px solid var(--border-primary);color:var(--text-primary);border-radius:6px;outline:none;flex:1;padding:8px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.SearchReplacePanel-module__eC1UWG__replaceInput:focus{border-color:var(--accent-primary)}.SearchReplacePanel-module__eC1UWG__replaceInput::placeholder{color:var(--text-tertiary)}.SearchReplacePanel-module__eC1UWG__replaceButtons{gap:4px;display:flex}.SearchReplacePanel-module__eC1UWG__optionsRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.SearchReplacePanel-module__eC1UWG__caseToggle{background:var(--bg-input);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-family:inherit;font-size:11px;transition:all .15s;display:flex}.SearchReplacePanel-module__eC1UWG__caseToggle:hover{background:var(--bg-hover)}.SearchReplacePanel-module__eC1UWG__caseToggle.SearchReplacePanel-module__eC1UWG__active{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.SearchReplacePanel-module__eC1UWG__caseIcon{font-size:12px;font-weight:600}.SearchReplacePanel-module__eC1UWG__matchCount{color:var(--text-tertiary);white-space:nowrap;font-size:12px}.SearchReplacePanel-module__eC1UWG__matchCount.SearchReplacePanel-module__eC1UWG__noResults{color:var(--accent-warning)}.SearchReplacePanel-module__eC1UWG__narrowMode{width:auto;max-width:calc(100vw - 40px);position:absolute;top:8px;left:8px;right:auto}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__panelContent{flex-flow:wrap;align-items:center;gap:8px;padding:8px 12px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__searchRow{gap:4px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__searchInputWrapper{flex:none;width:140px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__searchInput{padding:6px 8px;font-size:12px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__replaceRow{gap:4px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__replaceInput{flex:none;width:140px;padding:6px 8px;font-size:12px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__replaceButtons{gap:2px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__navButton{width:24px;height:24px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__closeButton{order:999;width:24px;height:24px;position:static}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__optionsRow{gap:6px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__caseToggle{padding:3px 6px;font-size:10px}.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__caseIcon,.SearchReplacePanel-module__eC1UWG__narrowMode .SearchReplacePanel-module__eC1UWG__matchCount{font-size:11px}
.DeleteConfirmModal-module__BEIA4W__content{flex-direction:column;align-items:center;gap:6px;width:100%;padding:8px 0;display:flex}.DeleteConfirmModal-module__BEIA4W__iconContainer{background-color:var(--accent-danger-light,#fee2e2);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.DeleteConfirmModal-module__BEIA4W__warningIcon{width:28px;height:28px;color:var(--accent-danger)}.DeleteConfirmModal-module__BEIA4W__heading{text-align:center;margin:0;font-size:1.25rem;font-weight:600}.DeleteConfirmModal-module__BEIA4W__confirmText{max-width:360px;color:var(--text-muted);text-align:center;margin:0;line-height:1.5}.DeleteConfirmModal-module__BEIA4W__buttonContainer{justify-content:center;gap:12px;margin-top:8px;padding-top:8px;display:flex}.DeleteConfirmModal-module__BEIA4W__buttonContainer button{justify-content:center}.DeleteConfirmModal-module__BEIA4W__deleteButton{background-color:var(--accent-danger);min-width:100px}.DeleteConfirmModal-module__BEIA4W__deleteButton:hover{background-color:var(--accent-danger-hover,#dc2626)}.DeleteConfirmModal-module__BEIA4W__dark .DeleteConfirmModal-module__BEIA4W__iconContainer{background-color:#ef44441a}
.Memories-module__8swU-G__memoryMessageContent{isolation:isolate;position:relative;overflow:hidden}.Memories-module__8swU-G__fade{pointerevents:none;zindex:20;background:linear-gradient(180deg,color-mix(in srgb,var(--accent-primary),var(--home-page-bg)93%)0%,transparent 100%);height:40px;position:absolute;top:0;left:0;right:0}.Memories-module__8swU-G__memoryMessageContent:after{content:"";border-radius:inherit;background:rgb(var(--home-graphics-memory-atmosphere-rgb)/var(--memory-atmosphere-opacity,0));pointer-events:none;z-index:1;position:absolute;inset:0}
