html{color-scheme:light dark}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%;overscroll-behavior:none;overscroll-behavior-y:none}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}.PostJobFloatingSelectTrigger:focus,.PostJobFloatingSelectTrigger:focus-visible{outline:none;box-shadow:none}.AuthFieldInput::placeholder{color:var(--theme-text-tertiary);opacity:1}.AuthFieldInput:-webkit-autofill,.AuthFieldInput:-webkit-autofill:hover,.AuthFieldInput:-webkit-autofill:focus{-webkit-text-fill-color:var(--theme-text-primary);caret-color:var(--theme-text-primary);-webkit-box-shadow:0 0 0 1000px var(--theme-background) inset;box-shadow:0 0 0 1000px var(--theme-background) inset}a{color:inherit}@keyframes worklittleDictationSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SpinnerIcon svg{animation:worklittleDictationSpin 1s linear infinite;transform-origin:center}@keyframes worklittlePulseStar{0%{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.85)}}@keyframes thinkingStrokeMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-88}}@keyframes thinkingIconDrift{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.ThinkingIconSvg{display:block}.ThinkingIconPath{stroke-dasharray:14 10;animation:thinkingStrokeMove 2.2s linear infinite}.ThinkingIcon{animation:thinkingIconDrift 4.8s ease-in-out infinite}.ToolActivityFlipStage{perspective:220px;height:24px;overflow:hidden;display:flex;align-items:center}.GlobalSearchEmptyFlip .ToolActivityFlipStage{width:100%;justify-content:center}.GlobalSearchEmptyFlip .ToolActivityFlipLabel{text-align:center}.ToolActivityFlipLabel{display:inline-block;transform-origin:center center;font-size:16px;font-family:Inter,sans-serif;font-weight:400;line-height:24px;animation:toolLabelCylinderIn .32s ease-out forwards}@keyframes toolLabelCylinderIn{0%{transform:rotateX(88deg);opacity:0}to{transform:rotateX(0);opacity:1}}@media(prefers-reduced-motion:reduce){.ThinkingIconPath,.ThinkingIcon,.ToolActivityFlipLabel,.SidebarChatWaitingRingSvg{animation:none}.SidebarChatWaitingRingArc{opacity:.55}}@keyframes sidebarChatWaitingRingSpin{to{transform:rotate(360deg)}}.SidebarChatWaitingRing{color:var(--sidebar-chat-waiting-ring-color, rgba(0, 0, 0, .45))}.SidebarChatWaitingRingSvg{display:block;transform-origin:center;animation:sidebarChatWaitingRingSpin .85s linear infinite}.SidebarChatWaitingRingArc{fill:none;stroke-dasharray:20 7}@keyframes worklittleModalBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes worklittleModalSheetInDesktop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes worklittleModalSheetInMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes worklittleAgentPanelSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes worklittleAgentPanelSlideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes worklittleAgentPanelSlideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes worklittleAgentPanelSlideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}.AgentPanelSlideInRight{animation:worklittleAgentPanelSlideInRight .28s cubic-bezier(.32,.72,0,1) forwards}.AgentPanelSlideOutRight{animation:worklittleAgentPanelSlideOutRight .28s cubic-bezier(.32,.72,0,1) forwards}.AgentPanelSlideInLeft{animation:worklittleAgentPanelSlideInLeft .28s cubic-bezier(.32,.72,0,1) forwards}.AgentPanelSlideOutLeft{animation:worklittleAgentPanelSlideOutLeft .28s cubic-bezier(.32,.72,0,1) forwards}.AgentPanelSlideIn{animation:worklittleAgentPanelSlideInRight .28s cubic-bezier(.32,.72,0,1) forwards}.AgentPanelSlideOut{animation:worklittleAgentPanelSlideOutRight .28s cubic-bezier(.32,.72,0,1) forwards}.ModalSheetBackdrop{animation:worklittleModalBackdropIn .2s ease forwards}.ModalSheetBackdropOut{animation:worklittleModalBackdropOut .2s ease forwards}.ModalSheetPanel{animation:worklittleModalSheetInDesktop .2s cubic-bezier(.4,0,.2,1) forwards}.ModalSheetPanelOut{animation:worklittleModalSheetOutDesktop .2s cubic-bezier(.4,0,.2,1) forwards}.ModalSheetPanelMobile{animation:worklittleModalSheetInMobile .25s ease-in-out forwards}.ModalSheetPanelMobileOut{animation:worklittleModalSheetOutMobile .25s ease-in-out forwards}@keyframes worklittleModalBackdropOut{0%{opacity:1}to{opacity:0}}@keyframes worklittleModalSheetOutDesktop{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes worklittleModalSheetOutMobile{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(100%) scale(0)}}@keyframes profilePhotoCameraIn{0%{transform:scale(.2);opacity:.6;border-radius:999px}to{transform:scale(1);opacity:1;border-radius:0}}@keyframes profilePhotoCameraOut{0%{transform:scale(1);opacity:1;border-radius:0}to{transform:scale(.2);opacity:0;border-radius:999px}}.ProfilePhotoCameraOverlayIn{animation:profilePhotoCameraIn .32s cubic-bezier(.4,0,.2,1) forwards}.ProfilePhotoCameraOverlayOut{animation:profilePhotoCameraOut .28s cubic-bezier(.4,0,.2,1) forwards}@keyframes worklittleFloatingMenuIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes worklittleFloatingMenuOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.FloatingMenuPanel{animation:worklittleFloatingMenuIn .25s ease-in-out forwards}.FloatingMenuPanelOut{animation:worklittleFloatingMenuOut .25s ease-in-out forwards}@media(prefers-reduced-motion:reduce){.ProfilePhotoCameraOverlayIn,.ProfilePhotoCameraOverlayOut,.FloatingMenuPanel,.FloatingMenuPanelOut,.ModalSheetPanel,.ModalSheetPanelOut,.ModalSheetPanelMobile,.ModalSheetPanelMobileOut,.ModalSheetBackdrop,.ModalSheetBackdropOut{animation:none}}.CandidatesColumnDragging{opacity:.35;transition:opacity .18s cubic-bezier(.32,.72,0,1)}.CandidatesDropIndicator{transition:left .15s cubic-bezier(.32,.72,0,1)}.Candidates{overscroll-behavior:none;overflow-anchor:none;z-index:0}.CandidatesTable{border-collapse:separate;border-spacing:0;--candidates-select-width: 29px}.CandidatesTable thead .CandidatesTableHeaderRow{height:36px;max-height:36px}.CandidatesTable tbody .CandidatesTableBodyRow{height:40px;max-height:40px}.CandidatesTable th,.CandidatesTable td{box-sizing:border-box;vertical-align:middle}.CandidatesTable th:not(.CandidatesTableSelectCell),.CandidatesTable td:not(.CandidatesTableSelectCell){max-width:0}.CandidatesTableSelectCell{text-align:center;overflow:visible}.CandidatesTable thead th{position:sticky;top:0;z-index:4;height:36px;min-height:36px;max-height:36px}.CandidatesTable tbody td{height:40px;min-height:40px;max-height:40px}.CandidatesTable tbody tr.CandidatesTableBodyRow:first-child td{vertical-align:middle}.CandidatesTable tbody tr.CandidatesTableBodyRow:first-child td .CandidatesTableCellInner{height:40px;min-height:40px;max-height:40px;align-items:center}.CandidatesTable tbody .CandidatesTablePin{position:sticky;z-index:1;top:auto}.CandidatesTable .CandidatesTablePinSelect{width:var(--candidates-select-width);min-width:var(--candidates-select-width);max-width:var(--candidates-select-width)}.CandidatesTable tbody .CandidatesTablePinSelect{left:0;z-index:9}.CandidatesTable tbody .CandidatesTablePinName,.SurveyResponsesTableScroll .CandidatesTable tbody .CandidatesTablePinName{left:var(--candidates-select-width);z-index:10}.SurveyResponsesTableScroll .CandidatesTable thead .CandidatesTablePinName{left:var(--candidates-select-width);z-index:12}.CandidatesTable thead .CandidatesTablePinSelect{left:0;z-index:11}.CandidatesTable thead .CandidatesTablePinName{left:var(--candidates-select-width);z-index:12}@media(max-width:767px){.CandidatesTable thead th{position:sticky;top:0}.CandidatesTable thead .CandidatesTablePinName{position:sticky;top:0;left:auto;z-index:4}.CandidatesTable tbody .CandidatesTablePinName{position:static;left:auto;z-index:auto}.CandidatesTablePinName:after{display:none}}.CandidatesTablePinName:after{content:"";position:absolute;top:0;right:0;bottom:0;width:8px;transform:translate(100%);pointer-events:none;background:linear-gradient(to right,rgba(0,0,0,.08),transparent)}.CandidatesTableCheckbox{position:relative;isolation:isolate;touch-action:manipulation}.CandidatesTableCellInner{display:flex;align-items:center;width:100%;min-width:0;overflow:hidden;pointer-events:none}.CandidatesTable[data-platform-table-selected=true] ::selection,.CandidatesTable[data-platform-table-selected=true] ::-moz-selection{background:Highlight;color:HighlightText}.CandidatesTable[data-platform-table-selected=true] thead th,.CandidatesTable[data-platform-table-selected=true] tbody td{background:#0099ff24}.CandidatesTable thead .CandidatesTableCellInner{height:36px}.CandidatesTable tbody .CandidatesTableCellInner{height:40px;pointer-events:auto}@keyframes worklittleTableCellRevert{0%{opacity:.45;filter:blur(4px);transform:scale(.96)}to{opacity:1;filter:blur(0);transform:scale(1)}}.CandidatesTableCellRevert>.CandidatesTableCellInner{animation:worklittleTableCellRevert .62s cubic-bezier(.32,.72,0,1) both;transform-origin:center center}@media(prefers-reduced-motion:reduce){.CandidatesTableCellRevert>.CandidatesTableCellInner{animation:none}}@keyframes worklittleSkeletonPulse{0%,to{opacity:.5}50%{opacity:1}}.worklittleSkeletonShimmer{animation:worklittleSkeletonPulse 1.4s ease-in-out infinite}.CandidatesTableSkeletonRow,.CandidatesTableResortSkeletonRow{pointer-events:none}.CandidatesTableSkeletonRow td,.CandidatesTableResortSkeletonRow td{min-width:0}.CandidatesTableSkeletonRow .CandidatesTableSelectCell,.CandidatesTableResortSkeletonRow .CandidatesTableSelectCell{pointer-events:auto}.CandidatesTableSkeletonRow .CandidatesTableCellInner,.CandidatesTableResortSkeletonRow .CandidatesTableCellInner{pointer-events:none;overflow:hidden;max-width:100%}.CandidatesTableCtaOverlay{pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;left:0;right:0;width:100%;z-index:13}.SurveyResponsesTableViewport{border-top-left-radius:18px;overflow:hidden}.SurveyResponsesTableScroll{border-top-left-radius:18px}.SurveyResponsesTableScroll .CandidatesTable thead .CandidatesTablePinSelect{overflow:hidden;border-top-left-radius:18px}.CandidateOverlayBackdropIn{animation:worklittleModalBackdropIn .2s ease forwards}.CandidateOverlayBackdropOut{animation:worklittleModalBackdropOut .2s ease forwards}.ChatPanelWidthTransition{transition:width .28s cubic-bezier(.32,.72,0,1),flex .28s cubic-bezier(.32,.72,0,1),min-width .28s cubic-bezier(.32,.72,0,1)}@keyframes chatExpandToFullscreen{0%{width:var(--chat-sidebar-width);min-width:var(--chat-sidebar-min-width, 320px)}to{width:100%;min-width:0}}@keyframes chatShrinkFromFullscreen{0%{width:100%;min-width:0}to{width:var(--chat-sidebar-width);min-width:var(--chat-sidebar-min-width, 320px)}}.ChatExpandToFullscreen{flex:0 0 auto;min-width:0;width:var(--chat-sidebar-width);animation:chatExpandToFullscreen .28s cubic-bezier(.32,.72,0,1) forwards}.ChatShrinkFromFullscreen{animation:chatShrinkFromFullscreen .28s cubic-bezier(.32,.72,0,1) forwards;flex:1 1 0;min-width:0}.ChatSidebarDockClip{flex:0 0 auto;overflow:hidden;min-width:0}@keyframes chatSidebarDockClipIn{0%{width:0;min-width:0}to{width:var(--chat-sidebar-width);min-width:var(--chat-sidebar-min-width, 320px)}}@keyframes chatSidebarDockClipOut{0%{width:var(--chat-sidebar-width);min-width:var(--chat-sidebar-min-width, 320px)}to{width:0;min-width:0}}.ChatSidebarDockClipIn{animation:chatSidebarDockClipIn .28s cubic-bezier(.32,.72,0,1) both}.ChatSidebarDockClipOut{animation:chatSidebarDockClipOut .28s cubic-bezier(.32,.72,0,1) both}.ChatHomeTitleExit{text-wrap:balance;animation:chatHomeTitleFadeOut var(--chat-home-title-exit-ms, .1s) ease forwards}.ChatHomeSuggestionsExit{animation:chatHomeSuggestionsFadeOut .14s ease forwards}.ChatHomeSuggestionsEnter{animation:chatHomeSuggestionsFadeIn .22s ease .08s both}.ChatHomeTitleEnter{text-wrap:balance;animation:chatHomeTitleFadeIn .26s ease .04s both}.ChatScrollToBottomButton{opacity:0;transform:translateY(48px) scale(.94);pointer-events:none}.ChatScrollToBottomButton[data-present=true]{animation:chatScrollToBottomIn .5s cubic-bezier(.22,1,.36,1) forwards;pointer-events:auto}.ChatScrollToBottomButton[data-present=false]{animation:chatScrollToBottomOut .28s cubic-bezier(.32,.72,0,1) forwards;pointer-events:none}@keyframes chatScrollToBottomIn{0%{opacity:0;transform:translateY(48px) scale(.94)}46%{opacity:1;transform:translateY(0) scale(1)}62%{transform:translateY(0) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chatScrollToBottomOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(48px) scale(.94)}}.PlatformDesktopChatInput-surveyEnter{animation:surveyAnswerChatIn .5s cubic-bezier(.22,1,.36,1) forwards}.PlatformDesktopChatInput-surveyLeave{animation:surveyAnswerChatOut .28s cubic-bezier(.32,.72,0,1) forwards}@keyframes surveyAnswerChatIn{0%{opacity:0;transform:translateY(48px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes surveyAnswerChatOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(48px) scale(.94)}}@keyframes chatHomeSuggestionsFadeOut{0%{opacity:1}to{opacity:0;pointer-events:none}}@keyframes chatHomeSuggestionsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes chatHomeTitleFadeOut{0%{opacity:1}to{opacity:0}}@keyframes chatHomeTitleFadeIn{0%{opacity:0}to{opacity:1}}.AiMessageActionsReveal{display:inline-flex;margin-left:-10px}.AiMessageActionsReveal.is-reveal-animating{-webkit-mask-image:linear-gradient(to right,#000 0%,#000 68%,rgba(0,0,0,.82) 78%,rgba(0,0,0,.52) 88%,rgba(0,0,0,.18) 96%,transparent 100%);mask-image:linear-gradient(to right,#000 0%,#000 68%,rgba(0,0,0,.82) 78%,rgba(0,0,0,.52) 88%,rgba(0,0,0,.18) 96%,transparent 100%);clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0);transition:clip-path var(--actions-reveal-ms, .2s) cubic-bezier(.33,1,.68,1),-webkit-clip-path var(--actions-reveal-ms, .2s) cubic-bezier(.33,1,.68,1)}.AiMessageActionsReveal.is-reveal-animating.is-reveal-play{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}.AiMessageActionsReveal.is-reveal-done{-webkit-mask-image:none;mask-image:none}.AiMessageActions{display:inline-flex;gap:2}@media(prefers-reduced-motion:reduce){.AiMessageActionsReveal.is-reveal-animating.is-reveal-play{transition:none;clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}}.ChatInputShell{will-change:top,bottom,left,width}.PlatformDesktopChatInput-pageDockEdge{-webkit-tap-highlight-color:transparent}.PlatformDesktopChatInput-pageDockEdge:hover{background:#7f7f7f1f}.ChatHeroInputAnchor,.ChatDockedInputAnchor,.ChatDockedInputAnchorSpacer{visibility:hidden}.ChatPresentationSurface{view-transition-name:chat-panel}.FloatingChatWindow{border-radius:28px;will-change:transform,border-radius,left,top,width,height}@keyframes floatingChatMorph{0%{transform:scale(1);border-radius:28px}to{transform:scale(0);border-radius:50%}}.FloatingChatWindow--opening{animation:floatingChatMorph var(--floating-chat-morph-ms, .18s) cubic-bezier(.32,.72,0,1) reverse forwards;pointer-events:none}.FloatingChatWindow--closing{animation:floatingChatMorph var(--floating-chat-morph-ms, .18s) cubic-bezier(.32,.72,0,1) forwards;pointer-events:none}.AgentPanelLayoutTransition{transition:flex .28s cubic-bezier(.32,.72,0,1)}::view-transition-old(chat-panel),::view-transition-new(chat-panel){animation:none;mix-blend-mode:normal}::view-transition-group(chat-panel){animation-duration:.28s;animation-timing-function:cubic-bezier(.32,.72,0,1)}::view-transition-old(root),::view-transition-new(root){animation:none}html[data-sandbox-image-preview-vt]::view-transition-old(root),html[data-sandbox-image-preview-vt]::view-transition-new(root){animation:none}html[data-sandbox-image-preview-vt] [data-sandbox-preview-image]{view-transition-name:sandbox-image-preview}html[data-sandbox-image-preview-vt] [data-sandbox-preview-backdrop]{view-transition-name:sandbox-preview-backdrop}html[data-sandbox-image-preview-vt] [data-sandbox-preview-header]{view-transition-name:sandbox-preview-header}html[data-sandbox-image-preview-vt] [data-sandbox-preview-gallery]{view-transition-name:sandbox-preview-gallery}html[data-sandbox-image-preview-vt] [data-sandbox-preview-body-chrome]{view-transition-name:sandbox-preview-body}::view-transition-group(sandbox-preview-backdrop),::view-transition-group(sandbox-preview-body){z-index:1;animation-duration:.28s;animation-timing-function:cubic-bezier(.32,.72,0,1)}::view-transition-group(sandbox-image-preview){z-index:10;animation-duration:.28s;animation-timing-function:cubic-bezier(.32,.72,0,1);overflow:clip}::view-transition-group(sandbox-preview-header),::view-transition-group(sandbox-preview-gallery){z-index:11;animation-duration:.28s;animation-timing-function:cubic-bezier(.32,.72,0,1)}::view-transition-image-pair(sandbox-image-preview){animation:none;isolation:isolate}::view-transition-old(sandbox-image-preview),::view-transition-new(sandbox-image-preview){animation:none!important;width:100%;height:100%;object-fit:cover;mix-blend-mode:normal}html[data-sandbox-image-preview-vt=open]::view-transition-old(sandbox-image-preview){opacity:0}html[data-sandbox-image-preview-vt=open]::view-transition-new(sandbox-image-preview){opacity:1}html[data-sandbox-image-preview-vt=close]::view-transition-old(sandbox-image-preview){opacity:1}html[data-sandbox-image-preview-vt=close]::view-transition-new(sandbox-image-preview){opacity:0}::view-transition-new(sandbox-preview-backdrop),::view-transition-new(sandbox-preview-header),::view-transition-new(sandbox-preview-gallery),::view-transition-new(sandbox-preview-body){animation-name:sandbox-preview-chrome-in;animation-duration:.28s;animation-timing-function:cubic-bezier(.32,.72,0,1);animation-fill-mode:both}::view-transition-old(sandbox-preview-backdrop),::view-transition-old(sandbox-preview-header),::view-transition-old(sandbox-preview-gallery),::view-transition-old(sandbox-preview-body){animation-name:sandbox-preview-chrome-out;animation-duration:.28s;animation-timing-function:cubic-bezier(.32,.72,0,1);animation-fill-mode:both}@keyframes sandbox-preview-chrome-in{0%{opacity:0}to{opacity:1}}@keyframes sandbox-preview-chrome-out{0%{opacity:1}to{opacity:0}}html[data-sandbox-preview-entering] [data-sandbox-preview-chrome],html[data-sandbox-preview-entering] [data-sandbox-preview-image]{opacity:0!important}@media(prefers-reduced-motion:reduce){html[data-sandbox-image-preview-vt] [data-sandbox-preview-image],html[data-sandbox-image-preview-vt] [data-sandbox-preview-backdrop],html[data-sandbox-image-preview-vt] [data-sandbox-preview-header],html[data-sandbox-image-preview-vt] [data-sandbox-preview-gallery],html[data-sandbox-image-preview-vt] [data-sandbox-preview-body-chrome]{view-transition-name:none}}.PlatformMobilePageChrome{box-sizing:border-box}.SidebarLabelFade{transition:opacity .28s cubic-bezier(.32,.72,0,1)}.SidebarLabelFadeHidden{opacity:0;pointer-events:none}.SidebarCollapsedNavItem{transition:background .15s ease}.SidebarWidthTransition{transition:width .28s cubic-bezier(.32,.72,0,1),min-width .28s cubic-bezier(.32,.72,0,1),background-color .28s cubic-bezier(.32,.72,0,1)}.SandboxDocumentCanvas{background:transparent!important}.SandboxDocxPagePreview .sandbox-docx-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:var(--sandbox-doc-page-max-width, 680px);margin:0 auto;background:transparent}.SandboxDocumentPageCard,.SandboxDocxPagePreview .SandboxDocxPageCard{width:100%;position:relative;overflow:hidden;contain:layout paint;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:3px;box-sizing:border-box;flex-shrink:0;box-shadow:0 1px 2px #0f172a0d,0 10px 28px #0f172a1a}.SandboxDocxPagePreview .SandboxDocxPageCard{height:0!important;min-height:0!important}.SandboxDocxPagePreview .sandbox-docx-wrapper>section.sandbox-docx{min-height:0!important;max-height:100%!important}.SandboxDocxPagePreview .SandboxDocxPageCard>section.sandbox-docx{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;min-width:0!important;min-height:0!important;overflow:hidden}.SandboxDocxPagePreview section.sandbox-docx{background:#fff;border:none;border-radius:0;box-shadow:none;margin:0!important;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;color:#111827;color-scheme:light;forced-color-adjust:none}.SandboxDocxPagePreview section.sandbox-docx>article,.SandboxDocxPagePreview section.sandbox-docx>header,.SandboxDocxPagePreview section.sandbox-docx>footer{color-scheme:light;forced-color-adjust:none}.SandboxDocumentHtmlPage,.SandboxDocumentNativePage{color-scheme:light;forced-color-adjust:none;color:#111827;background:#fff}html[data-theme=dark] .SandboxDocxPagePreview section.sandbox-docx,html[data-theme=dark] .SandboxDocxPagePreview section.sandbox-docx>article,html[data-theme=dark] .SandboxDocumentHtmlPage,html[data-theme=dark] .SandboxDocumentNativePage{color:#111827}.SandboxDocxPagePreview section.sandbox-docx>header{flex-shrink:0;z-index:1}.SandboxDocxPagePreview section.sandbox-docx>footer{flex-shrink:0;margin-top:auto;z-index:1}.SandboxDocxPagePreview section.sandbox-docx>header p,.SandboxDocxPagePreview section.sandbox-docx>footer p{margin:0;min-height:1em;font-size:unset;color:unset}.SandboxDocxPagePreview section.sandbox-docx>header p span,.SandboxDocxPagePreview section.sandbox-docx>footer p span{color:inherit;font-size:inherit}.SandboxDocxPagePreview section.sandbox-docx>ol.sandbox-docx-footnotes{margin:0;padding-top:.35em;padding-bottom:0;list-style-position:inside}.SandboxDocxPagePreview section.sandbox-docx>article[style*=column-count]{column-fill:auto}.SandboxDocxPagePreview section.sandbox-docx>article,.SandboxDocxPagePreview section.sandbox-docx>header,.SandboxDocxPagePreview section.sandbox-docx>footer{box-sizing:border-box}.SandboxDocxPagePreview section.sandbox-docx>article{width:100%;flex:1 1 auto;min-height:0;overflow:hidden;word-wrap:break-word;overflow-wrap:anywhere}.SandboxDocxPagePreview section.sandbox-docx>article p{margin-top:0;margin-bottom:.55em}.SandboxDocxPagePreview section.sandbox-docx>article p:last-child{margin-bottom:0}.SandboxDocxPagePreview section.sandbox-docx>article h1,.SandboxDocxPagePreview section.sandbox-docx>article h2,.SandboxDocxPagePreview section.sandbox-docx>article h3,.SandboxDocxPagePreview section.sandbox-docx>article h4,.SandboxDocxPagePreview section.sandbox-docx>article h5,.SandboxDocxPagePreview section.sandbox-docx>article h6{margin-top:.65em;margin-bottom:.35em}.SandboxDocxPagePreview section.sandbox-docx>article h1:first-child,.SandboxDocxPagePreview section.sandbox-docx>article h2:first-child,.SandboxDocxPagePreview section.sandbox-docx>article h3:first-child,.SandboxDocxPagePreview section.sandbox-docx>article h4:first-child,.SandboxDocxPagePreview section.sandbox-docx>article h5:first-child,.SandboxDocxPagePreview section.sandbox-docx>article h6:first-child,.SandboxDocxPagePreview section.sandbox-docx>article p:first-child{margin-top:0}.SandboxDocxPagePreview section.sandbox-docx>article img,.SandboxDocxPagePreview section.sandbox-docx>article svg{max-width:100%;height:auto}.SandboxDocxPagePreview section.sandbox-docx>article .sandbox-docx-inline-image-wrap{-webkit-user-select:none;user-select:none}.SandboxDocxPagePreview section.sandbox-docx>article .sandbox-docx-inline-image-wrap img{vertical-align:bottom}.SandboxDocxPagePreview section.sandbox-docx>article table{width:100%;max-width:100%;border-collapse:collapse}.SandboxDocxPagePreview section.sandbox-docx>article ul,.SandboxDocxPagePreview section.sandbox-docx>article ol{margin-top:0;margin-bottom:.55em;padding-left:1.5em}.SandboxDocxPagePreview section.sandbox-docx>article li{margin:.15em 0}.SandboxPresentationEditableText ul.SandboxEditorBulletList,.SandboxDocxPagePreview section.sandbox-docx>article ul.SandboxEditorBulletList,.SandboxDocumentHtmlPage ul.SandboxEditorBulletList{margin-top:0;margin-bottom:.35em;padding-left:1.5em;list-style-type:disc;list-style-position:outside}.SandboxPresentationEditableText ul.SandboxEditorBulletList>li,.SandboxDocxPagePreview section.sandbox-docx>article ul.SandboxEditorBulletList>li,.SandboxDocumentHtmlPage ul.SandboxEditorBulletList>li{margin:.15em 0}.SandboxDocxPagePreview section.sandbox-docx>article p:empty{min-height:1em}.SandboxHtmlFilePreview{width:100%;height:100%;min-height:0;flex:1;position:relative;overflow:hidden;box-sizing:border-box}.SandboxHtmlFilePreviewFrame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;margin:0;padding:0;display:block}.SandboxSpreadsheetPreview{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;box-sizing:border-box}.SandboxSpreadsheetSheet{flex:1;min-height:0;width:100%;display:flex;flex-direction:column;border:none;border-radius:0;box-shadow:none;overflow:hidden}.SandboxSpreadsheetGridScroll{flex:1;min-height:0;width:100%;overflow:auto;-webkit-overflow-scrolling:touch;position:relative}.SandboxSpreadsheetOverlayLayer{pointer-events:none}.SandboxSpreadsheetImageOverlay img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.SandboxSpreadsheetGrid{width:max-content;min-width:100%}.SandboxSpreadsheetGrid tbody td{user-select:none;-webkit-user-select:none}.SandboxSpreadsheetCornerHeader{position:sticky;top:0;left:0;z-index:5}.SandboxSpreadsheetColHeader{position:sticky;top:0;z-index:4}.SandboxSpreadsheetRowHeader{position:sticky;left:0;z-index:3}.SandboxSpreadsheetColHeaderLabel{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 8px;line-height:32px}.SandboxSpreadsheetColResizeHandle{position:absolute;top:0;right:0;width:6px;height:100%;cursor:col-resize;touch-action:none;z-index:1}.SandboxSpreadsheetColResizeHandle:hover,.SandboxSpreadsheetColResizeHandle:active{background:#0099ff59}.SandboxSpreadsheetSheetTabsRail{flex-shrink:0;display:flex;align-items:flex-end;width:100%;box-sizing:border-box;overflow:hidden;background:transparent}.SandboxSpreadsheetSheetTabsScroll{display:flex;align-items:flex-end;gap:6px;min-width:0;width:100%;box-sizing:border-box;overflow-x:auto}.SandboxSpreadsheetSheetTab{flex-shrink:0;height:32px;padding:4px 12px 0;margin:0;border:none;border-radius:18px 18px 0 0;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:28px;cursor:pointer;box-sizing:border-box;outline:none}.SandboxSpreadsheetSheetTab:focus,.SandboxSpreadsheetSheetTab:focus-visible{outline:none}.SandboxSpreadsheetSheetTab--active{font-weight:500;position:relative;z-index:1}.SandboxSpreadsheetSheetTab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:inherit}[data-theme=dark] .SandboxSpreadsheetSheet{background:#141414}.SandboxDocxPagePreview[data-editable=true] section.sandbox-docx>article,.SandboxDocxPagePreview[data-editable=true] section.sandbox-docx>article *{user-select:text;-webkit-user-select:text}.SandboxDocxPagePreview section.sandbox-docx>header,.SandboxDocxPagePreview section.sandbox-docx>footer{user-select:none;-webkit-user-select:none}.SandboxDocxPagePreview[data-editable=true] section.sandbox-docx>article,.SandboxDocumentCanvas[data-editable=true] .SandboxDocumentHtmlPage{cursor:text}.SandboxDocxPagePreview section.sandbox-docx,.SandboxDocxPagePreview section.sandbox-docx *:focus,.SandboxDocxPagePreview section.sandbox-docx>article,.SandboxDocxPagePreview section.sandbox-docx>article *:focus,.SandboxDocumentCanvas .SandboxDocumentHtmlPage,.SandboxDocumentCanvas .SandboxDocumentHtmlPage *:focus{outline:none}.SandboxDocumentHtmlPage p:first-child,.SandboxDocumentHtmlPage h1:first-child,.SandboxDocumentHtmlPage h2:first-child{margin-top:0}.SandboxPresentationSlideCard,.SandboxPresentationSlideViewport,.SandboxPresentationSlideThumbSurface{color-scheme:light;forced-color-adjust:none}.SandboxPresentationSlideViewport,.SandboxPresentationSlideThumbSurface{isolation:isolate;color:#000}html[data-theme=dark] .SandboxPresentationSlideViewport,html[data-theme=dark] .SandboxPresentationSlideThumbSurface,html[data-theme=dark] .SandboxPresentationSlideSurface{color:#000}.SandboxPresentationSlideCard,.SandboxPresentationSlideViewport,.SandboxPresentationSlideSurface,.SandboxPresentationSlideSurface *{box-sizing:border-box}.SandboxPresentationSlideSurface p{margin:0 0 .35em}.SandboxPresentationSlideSurface strong,.SandboxPresentationSlideSurface b{font-weight:700}.SandboxPresentationSlideSurface em,.SandboxPresentationSlideSurface i{font-style:italic}.SandboxPresentationSlideSurface u{text-decoration:underline}.SandboxPresentationSlideSurface s,.SandboxPresentationSlideSurface strike{text-decoration:line-through}.SandboxPresentationSlideViewport,.SandboxPresentationSlideContent,.SandboxPresentationSlideThumbSurface{color-scheme:light}.SandboxPresentationSlideContent{position:absolute;top:0;right:0;bottom:0;left:0}.SandboxPresentationSlideStage{flex:1;min-height:0;min-width:0;width:100%;display:flex;align-items:center;justify-content:center}.SandboxPresentationSlideScaledHost{position:relative;transform-origin:top left}.SandboxPresentationShape{-webkit-user-select:none;user-select:none}.SandboxPresentationPictureShape{overflow:hidden;pointer-events:auto}.SandboxPresentationPictureShape img{pointer-events:none}.SandboxPresentationGroup{overflow:visible;pointer-events:none}.SandboxPresentationGroup .SandboxPresentationShape{pointer-events:auto}.SandboxPresentationShape--selected,.SandboxPresentationGroup--selected{z-index:2}.SandboxPresentationEditableText--editing{cursor:text;-webkit-user-select:text;user-select:text;outline:none}.SandboxPresentationShapeSelection{box-sizing:border-box}.SandboxPresentationEditableText[contenteditable=true]{cursor:text;outline:none}.SandboxPresentationEditableText ul.SandboxEditorBulletList{margin:0 0 .35em}.SandboxSpreadsheetCellEditor[contenteditable=true]{cursor:text}.EditorOptionsPopupOverlay{-webkit-user-select:none;user-select:none}.EditorOptionsPopupOverlay [data-svg-wrapper]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.EditorOptionsPopupOverlay .EditorOptionsPopupSeparator,.EditorOptionsPopupOverlay .EditorOptionsPopupSeparator [data-svg-wrapper]{cursor:default;pointer-events:none}.EditorOptionsPopupOverlay .Drag{display:inline-flex;flex-shrink:0;cursor:grab;touch-action:none;pointer-events:auto}.EditorOptionsPopupOverlay .Drag[data-dragging=true]{cursor:grabbing}.EditorOptionsPopupOverlay .Bold[data-active=true],.EditorOptionsPopupOverlay .Italic[data-active=true],.EditorOptionsPopupOverlay .Underline[data-active=true]{background:#ffffff1a;border-radius:28px}.EditorOptionsPopupOverlay [role=button]:focus-visible,.EditorOptionsPopupOverlay input:focus-visible{outline:2px solid rgba(255,255,255,.35);outline-offset:1px}.SandboxPresentationSlideSurface img{max-width:none}@keyframes worklittleLoginSheetShake{0%,to{transform:translate(0)}20%{transform:translate(-7px)}40%{transform:translate(7px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.LoginSheetShake,.SettingsNameFieldShake{animation:worklittleLoginSheetShake .675s cubic-bezier(.36,.07,.19,.97)}.SettingsInput.SettingsNameRequiredEmpty::placeholder{color:#c0392ba6}.SettingsInput.SettingsNameRequiredEmpty::-webkit-input-placeholder{color:#c0392ba6}.SettingsInput.SettingsNameRequiredEmpty::-moz-placeholder{color:#c0392ba6}.SettingsInput.SettingsNameRequiredEmpty:-ms-input-placeholder{color:#c0392ba6}.ChatInputBar textarea{caret-width:2px}.UploadedFileContainer::-webkit-scrollbar{display:none}.chat-markdown{font-size:16px;line-height:1.6;color:inherit;max-width:100%;overflow-wrap:break-word;word-break:normal}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p{margin:.45em 0}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4,.chat-markdown h5,.chat-markdown h6{font-weight:500;line-height:1.35;margin:.65em 0 .35em}.chat-markdown h1{font-size:1.125em}.chat-markdown h2{font-size:1.08em}.chat-markdown h3,.chat-markdown h4,.chat-markdown h5,.chat-markdown h6{font-size:1em}.chat-markdown ul,.chat-markdown ol{margin:.45em 0;padding-left:1.45em}.chat-markdown li{margin:.2em 0}.chat-markdown ul.contains-task-list{list-style:none;padding-left:1.35em}.chat-markdown li.task-list-item input{margin-right:.4em;vertical-align:middle;pointer-events:none}.chat-markdown blockquote{margin:.5em 0;padding:.15em 0 .15em .85em;border-left:3px solid hsla(0,0%,0%,.15);opacity:.85}.chat-markdown blockquote>:first-child{margin-top:0}.chat-markdown blockquote>:last-child{margin-bottom:0}.chat-markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9em;background:#0000000f;padding:.12em .38em;border-radius:4px}html[data-theme=dark] .chat-markdown code{background:#ffffff1a}.chat-markdown pre{margin:.55em 0;padding:.7em .9em;background:#0000000a;border-radius:8px;overflow-x:auto;border:.33px solid hsla(0,0%,0%,.1)}html[data-theme=dark] .chat-markdown pre{background:#ffffff0f;border-color:#ffffff1f}.chat-markdown pre code{background:transparent;padding:0;font-size:.84em;line-height:1.55;border-radius:0}.chat-markdown .chat-markdown-table-wrap{margin:.75em 0 .9em;overflow-x:auto;max-width:100%;border:1px solid hsla(0,0%,0%,.12);border-radius:4px;-webkit-overflow-scrolling:touch}html[data-theme=dark] .chat-markdown .chat-markdown-table-wrap{border-color:#ffffff24}.chat-markdown table{border-collapse:collapse;width:100%;font-size:.94em}.chat-markdown th,.chat-markdown td{border-bottom:1px solid hsla(0,0%,0%,.1);padding:10px 14px;text-align:left;vertical-align:top}html[data-theme=dark] .chat-markdown th,html[data-theme=dark] .chat-markdown td{border-bottom-color:#ffffff1a}.chat-markdown tr:last-child td{border-bottom:none}.chat-markdown th{font-weight:500;background:#0000000a}html[data-theme=dark] .chat-markdown th{background:#ffffff0f}.chat-markdown hr{margin:.85em 0;border:none;border-top:1px solid hsla(0,0%,0%,.12)}html[data-theme=dark] .chat-markdown hr{border-top-color:#ffffff24}.chat-markdown a{text-decoration:underline;text-underline-offset:2px}.chat-markdown img{max-width:100%;height:auto;border-radius:28px;margin:.35em 0;display:block}.chat-markdown strong{font-weight:600}.chat-markdown em{font-style:italic}.chat-markdown u{text-decoration:underline;text-underline-offset:2px}.chat-markdown del,.chat-markdown s,.chat-markdown strike{text-decoration:line-through}.chat-markdown .katex{font-size:1.05em}.chat-markdown .katex-display{margin:.65em 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.post-job-description-preview h1:not(.doc-block-section),.post-job-description-preview h1.doc-block-title{font-size:15px;font-weight:700;line-height:20px;margin:0 0 4px}.post-job-description-preview h1.doc-block-section,.post-job-description-preview h2{font-size:14px;font-weight:700;line-height:20px;margin:0 0 4px}.post-job-description-preview p,.post-job-description-preview li{font-size:14px;font-weight:400;line-height:20px;margin:0 0 4px}.post-job-description-preview ul,.post-job-description-preview ol{margin:0 0 4px;padding-left:20px}.post-job-description-preview b,.post-job-description-preview strong{font-weight:700}.post-job-description-preview i,.post-job-description-preview em{font-style:italic}.post-job-description-preview u{text-decoration:underline}.post-job-description-preview a{color:var(--preview-link-color);text-decoration:underline}.post-job-description-preview hr{border:0;border-top:1px solid rgba(128,128,128,.35);margin:8px 0}::highlight(editor-chat-selection){background-color:#2c7dff59;color:inherit}mark.EditorChatSelectionMark,.EditorTextareaSelectionMirror mark.EditorChatSelectionMark{background-color:#2c7dff59;color:inherit;border-radius:2px}.JobsPipelineColumnDropZone{transition:gap .18s cubic-bezier(.32,.72,0,1)}.JobsPipelineColumnDropZone>button{transition:transform .18s cubic-bezier(.32,.72,0,1)}.DocumentSignPage-body>:first-child{margin-top:0}.DocumentSignPage-body p:first-child,.DocumentSignPage-body h1:first-child,.DocumentSignPage-body h2:first-child,.DocumentSignPage-body h3:first-child{margin-top:0}.DocumentSignPage{min-height:0}.UsageWhereCell-hoverUnderline{text-decoration:none}.UsageWhereCell-hoverUnderline:hover{text-decoration:underline;text-underline-offset:2px}.SurveyAnswerPage{--survey-mobile-chrome-inset: 0px;min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#1763cf;transition:background-color .42s ease;color:#fff}[data-platform-shell][data-survey-answer-bg="1"],[data-platform-shell][data-survey-editor-bg="1"]{transition:background-color .42s ease}@media(prefers-reduced-motion:reduce){.SurveyAnswerPage,[data-platform-shell][data-survey-answer-bg="1"],[data-platform-shell][data-survey-editor-bg="1"]{transition:none}}.SurveyAnswerPage .survey-answer-bg-wipe{display:none!important}.SurveyAnswerPage .survey-answer-shell{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:transparent}.SurveyAnswerPage .survey-answer-chrome-left{position:absolute;top:calc(16px + var(--survey-mobile-chrome-inset));left:16px;right:120px;z-index:20;display:flex;align-items:center;pointer-events:none}.SurveyAnswerPage .survey-answer-chrome-right{position:absolute;top:calc(16px + var(--survey-mobile-chrome-inset));right:16px;z-index:20}.SurveyAnswerPage .survey-answer-back{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;max-width:100%;min-width:0;height:36px;padding:0 12px 0 10px;border:none;border-radius:28px;background:transparent;color:#fffffff2;cursor:pointer;font:inherit}.SurveyAnswerPage .survey-answer-back:hover{background:#ffffff1a}.SurveyAnswerPage .survey-answer-chrome-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;line-height:1.2;color:#fffffff2}.SurveyAnswerPage .survey-answer-submit{position:relative;display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border:none;border-radius:28px;background:#fffffff2;color:#000000f2;font-size:14px;font-weight:600;cursor:default;opacity:.5;pointer-events:none;transition:opacity .15s ease,transform .12s ease}.SurveyAnswerPage .survey-answer-submit-label--hidden{visibility:hidden}.SurveyAnswerPage .survey-answer-submit-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.SurveyAnswerPage .survey-answer-submit--ready:not(:disabled){opacity:1;cursor:pointer;pointer-events:auto}.SurveyAnswerPage .survey-answer-submit--ready:not(:disabled):active{transform:scale(.97)}.SurveyAnswerPage .survey-answer-submit--busy{opacity:1;cursor:default}.SurveyAnswerPage .survey-answer-stage{position:relative;z-index:1;flex:1;min-height:0;overflow-y:auto;padding:0 24px 120px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.SurveyAnswerPage .survey-answer-survey-description{margin:calc(64px + var(--survey-mobile-chrome-inset)) 0 36px;padding:0;width:100%;max-width:720px;font-size:16px;font-weight:400;line-height:1.45;color:#ffffffbf;text-align:left}.SurveyAnswerPage .survey-answer-question-pad{padding-top:calc(128px + var(--survey-mobile-chrome-inset));width:100%;max-width:720px;box-sizing:border-box;margin:0 auto}.SurveyAnswerPage .survey-answer-question-pad--with-description{padding-top:0}.SurveyAnswerPage .survey-answer-question-pad--success{padding-top:calc(72px + var(--survey-mobile-chrome-inset));display:flex;align-items:center;justify-content:center;flex:1}.SurveyAnswerPage .survey-answer-step-inner{display:flex;flex-direction:column;gap:48px;min-width:0;width:100%;text-align:left}.SurveyAnswerPage .survey-answer-q-header{display:flex;flex-direction:column;gap:8px}.SurveyAnswerPage .survey-answer-answer-block{display:flex;flex-direction:column;gap:12px;min-width:0}.SurveyAnswerPage .survey-answer-q-label{margin:0;font-size:32px;font-weight:700;line-height:1.2;color:#fff;letter-spacing:-.02em}.SurveyAnswerPage .survey-answer-q-label--required:after{content:" *";color:#ffffffb3}.SurveyAnswerPage .survey-answer-q-instruction,.SurveyAnswerPage .survey-answer-q-description{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:#ffffffb3}.SurveyAnswerPage .survey-answer-q-image{margin:4px 0 0;align-self:flex-start;max-width:100%;border-radius:28px;object-fit:contain}.SurveyAnswerPage .survey-answer-q-image--loading{background:#ffffff14}.SurveyAnswerPage .survey-answer-content{margin:0;font-size:28px;font-weight:600;line-height:1.35;color:#fff;white-space:pre-wrap}.SurveyAnswerPage .survey-answer-choices{display:flex;gap:12px}.SurveyAnswerPage .survey-answer-choices--vertical{flex-direction:column}.SurveyAnswerPage .survey-answer-choices--horizontal{flex-direction:row;align-items:stretch}.SurveyAnswerPage .survey-answer-choice{position:relative;display:flex;align-items:flex-start;gap:14px;border:none;border-radius:28px;background:#ffffff1a;color:#fff;text-align:left;cursor:pointer;font:inherit;padding:22px 24px;transition:background .15s ease,transform .12s ease}.SurveyAnswerPage .survey-answer-choices--vertical .survey-answer-choice{width:100%;align-items:center}.SurveyAnswerPage .survey-answer-choices--horizontal .survey-answer-choice{flex:1 1 0;min-width:0;min-height:180px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:20px 22px 24px}.SurveyAnswerPage .survey-answer-choice:hover{transform:scale(1.01)}.SurveyAnswerPage .survey-answer-choice:hover:not(.survey-answer-choice--selected){background:#ffffff29}.SurveyAnswerPage .survey-answer-choice:active{transform:scale(.985)}.SurveyAnswerPage .survey-answer-choice--selected{background:#ffffff40}.SurveyAnswerPage .survey-answer-choice:focus{outline:none}.SurveyAnswerPage .survey-answer-choice:focus-visible{background:#fff3;box-shadow:inset 0 0 0 2px #ffffffd9}.SurveyAnswerPage.survey-answer-suppress-focus-ring .survey-answer-choice:focus-visible{background:#ffffff1a;box-shadow:none}.SurveyAnswerPage.survey-answer-suppress-focus-ring .survey-answer-choice--selected:focus-visible{background:#ffffff40;box-shadow:none}.SurveyAnswerPage.survey-answer-suppress-focus-ring .survey-answer-file:focus-visible{box-shadow:none}.SurveyAnswerPage .survey-answer-choice-label{font-size:17px;font-weight:500;line-height:1.35;color:#fff}.SurveyAnswerPage .survey-answer-choices--horizontal .survey-answer-choice-label{margin-top:auto}.SurveyAnswerPage .survey-answer-radio{width:22px;height:22px;border-radius:50%;border:1.5px solid rgba(255,255,255,.95);box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.SurveyAnswerPage .survey-answer-radio-dot{width:10px;height:10px;border-radius:50%;background:#fff}.SurveyAnswerPage .survey-answer-input,.SurveyAnswerPage .survey-answer-textarea{width:100%;box-sizing:border-box;border:none;outline:none;border-radius:28px;background:#ffffff1a;color:#fff;font-size:28px;font-weight:500;line-height:1.35;padding:22px 24px;caret-color:#fff;resize:none;font-family:inherit}.SurveyAnswerPage .survey-answer-input::placeholder,.SurveyAnswerPage .survey-answer-textarea::placeholder{color:#ffffff80}.SurveyAnswerPage .survey-answer-file:focus-visible{box-shadow:inset 0 0 0 2px #ffffffd9}.SurveyAnswerPage .survey-answer-textarea-wrap{position:relative;width:100%}.SurveyAnswerPage .survey-answer-textarea-measure{position:absolute;left:0;top:0;visibility:hidden;pointer-events:none;height:auto;min-height:0;overflow:hidden;z-index:-1;width:100%;box-sizing:border-box;border:none;border-radius:28px;padding:22px 24px;font-size:28px;font-weight:500;line-height:1.35;font-family:inherit;white-space:pre-wrap;word-wrap:break-word;resize:none;background:transparent;color:transparent}.SurveyAnswerPage .survey-answer-textarea{height:280px;min-height:280px;overflow-y:auto}.SurveyAnswerPage .survey-answer-textarea--compact{font-size:20px;line-height:1.45}.SurveyAnswerPage .survey-answer-input[type=date]{color-scheme:dark}.SurveyAnswerPage .survey-answer-input[type=number]::-webkit-outer-spin-button,.SurveyAnswerPage .survey-answer-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.SurveyAnswerPage .survey-answer-file{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:240px;height:240px;border-radius:28px;background:#ffffff1a;color:#fffffff2;cursor:pointer;padding:32px 28px;box-sizing:border-box;transition:background .15s ease,transform .12s ease}.SurveyAnswerPage .survey-answer-file--dragging{background:#ffffff2e}.SurveyAnswerPage .survey-answer-file--filled{align-items:center;justify-content:center;text-align:center;cursor:default;min-height:240px;height:240px}.SurveyAnswerPage .survey-answer-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.SurveyAnswerPage .survey-answer-file-prompt{font-size:18px;font-weight:500;color:#fff;text-align:center}.SurveyAnswerPage .survey-answer-file-name{font-size:22px;font-weight:600;color:#fff;padding:0 36px;word-break:break-word;text-align:center}.SurveyAnswerPage .survey-answer-file-sub{font-size:15px;font-weight:400;color:#ffffffb3;text-align:center}.SurveyAnswerPage .survey-answer-file-remove{position:absolute;top:14px;right:14px;width:28px;height:28px;border:none;border-radius:50%;background:#0000000a;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:transform .15s ease}.SurveyAnswerPage .survey-answer-file-remove:hover{transform:scale(1.12)}.SurveyAnswerPage .survey-answer-file-remove:active{transform:scale(.92)}.SurveyAnswerPage .survey-answer-file-error{font-size:14px;color:#ffffffe6;text-align:center}.SurveyAnswerPage .survey-answer-nav{position:absolute;left:0;right:0;bottom:28px;z-index:20;display:flex;justify-content:center;align-items:center;pointer-events:none;padding-bottom:env(safe-area-inset-bottom,0);transition:bottom .18s ease}.SurveyAnswerPage .survey-answer-nav-pill{position:relative;pointer-events:auto;display:flex;align-items:stretch;height:48px;border-radius:28px;background:#ffffff1a;overflow:hidden}.SurveyAnswerPage .survey-answer-nav-side{z-index:1;width:40px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#ffffffa6;transition:opacity .15s ease}.SurveyAnswerPage .survey-answer-nav-side:before{content:"";position:absolute;top:0;bottom:0;width:78%;opacity:0;transition:opacity .32s ease;pointer-events:none;z-index:0}.SurveyAnswerPage .survey-answer-nav-side--prev:before{left:0;background:linear-gradient(to right,#ffffff38,#ffffff1a,#ffffff08 70%,#fff0)}.SurveyAnswerPage .survey-answer-nav-side--next:before{right:0;background:linear-gradient(to left,#ffffff38,#ffffff1a,#ffffff08 70%,#fff0)}.SurveyAnswerPage .survey-answer-nav-side:hover:not(:disabled):before,.SurveyAnswerPage .survey-answer-nav-side--pulse:not(:disabled):before{opacity:1}.SurveyAnswerPage .survey-answer-nav-side:disabled{opacity:.5;cursor:default}.SurveyAnswerPage .survey-answer-nav-side>svg{position:relative;z-index:1;transition:transform .12s ease}.SurveyAnswerPage .survey-answer-nav-side:active:not(:disabled)>svg,.SurveyAnswerPage .survey-answer-nav-side--pulse:not(:disabled)>svg{transform:scale(.86)}.SurveyAnswerPage .survey-answer-nav-count{position:relative;z-index:1;min-width:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:14px;font-weight:400;letter-spacing:.02em;color:#ffffffa6;-webkit-user-select:none;user-select:none;font-variant-numeric:tabular-nums}.SurveyAnswerPage .survey-answer-nav-edit{pointer-events:auto;box-sizing:border-box;width:auto;height:48px;margin:0;padding:0 18px;border:none;border-radius:28px;background:#ffffff1a;color:#ffffffeb;font-size:14px;font-weight:500;letter-spacing:.01em;line-height:1.1;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .12s ease}.SurveyAnswerPage .survey-answer-nav-edit:hover{background:#ffffff29}.SurveyAnswerPage .survey-answer-nav-edit:active{transform:scale(.97)}.SurveyAnswerPage .survey-answer-error{margin:12px 0 0;color:#ff4d4d;font-size:15px;font-weight:500;line-height:1.35}.SurveyAnswerPage[data-survey-error-outline="1"] .survey-answer-error,.SurveyAnswerPage[data-survey-error-outline="1"] .survey-answer-file-error{-webkit-text-stroke:2px #fff;paint-order:stroke fill}.SurveyAnswerPage .survey-answer-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;min-height:min(52vh,420px);width:100%;text-align:center;padding-top:24px}.SurveyAnswerPage .survey-answer-success-mark{position:relative;width:112px;height:112px;display:grid;place-items:center}.SurveyAnswerPage .survey-answer-success-circle{position:relative;z-index:1;width:88px;height:88px;border-radius:50%;background:#ffffff1a;color:#fff;display:grid;place-items:center;transform:scale(.72);opacity:0;animation:survey-success-pop .55s cubic-bezier(.22,1.2,.36,1) .05s forwards}.SurveyAnswerPage .survey-answer-success-check{width:44px;height:44px;display:block}.SurveyAnswerPage .survey-answer-success-title{margin:0;font-size:clamp(32px,5vw,44px);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#fffffffa;opacity:0;transform:translateY(8px);animation:survey-success-title .4s ease-out .28s forwards}.SurveyAnswerPage .survey-answer-success--static .survey-answer-success-circle{animation:none;transform:scale(1);opacity:1}.SurveyAnswerPage .survey-answer-success--static .survey-answer-success-title{animation:none;opacity:1;transform:none}@keyframes survey-success-pop{0%{transform:scale(.72);opacity:0}to{transform:scale(1);opacity:1}}@keyframes survey-success-title{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.SurveyAnswerPage .survey-answer-control--invalid,.SurveyAnswerPage .survey-answer-input.survey-answer-control--invalid,.SurveyAnswerPage .survey-answer-textarea.survey-answer-control--invalid,.SurveyAnswerPage .survey-answer-file.survey-answer-control--invalid,.SurveyAnswerPage .survey-answer-choices--invalid .survey-answer-choice{box-shadow:inset 0 0 0 2px #ff4d4d}.SurveyAnswerPage .survey-answer-skeleton-shell{flex:1;min-height:0;display:flex;flex-direction:column;background:transparent}.SurveyAnswerPage .survey-answer-skeleton-block{background:#ffffff1f;border-radius:28px}.SurveyAnswerPage .survey-answer-skeleton-title{width:min(70%,420px);height:36px;margin-bottom:12px}.SurveyAnswerPage .survey-answer-skeleton-hint{width:min(40%,180px);height:18px;margin-bottom:24px;border-radius:10px}.SurveyAnswerPage .survey-answer-skeleton-option{width:100%;height:72px;margin-bottom:12px}.SurveyAnswerPage .survey-answer-not-found{padding:96px 24px;font-size:20px;font-weight:600;color:#fff}@media(max-width:767px){.SurveyAnswerPage{--survey-mobile-chrome-inset: 52px}}@media(max-width:640px){.SurveyAnswerPage .survey-answer-question-pad{padding-top:calc(96px + var(--survey-mobile-chrome-inset))}.SurveyAnswerPage .survey-answer-choices--horizontal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.SurveyAnswerPage .survey-answer-choices--horizontal .survey-answer-choice{flex:unset;width:auto;min-height:160px;flex-direction:column;align-items:flex-start;justify-content:space-between}.SurveyAnswerPage .survey-answer-choices--horizontal .survey-answer-choice-label{margin-top:auto}.SurveyAnswerPage .survey-answer-q-label{font-size:26px}.SurveyAnswerPage .survey-answer-input,.SurveyAnswerPage .survey-answer-textarea,.SurveyAnswerPage .survey-answer-textarea-measure{font-size:24px;padding:18px 20px}.SurveyAnswerPage .survey-answer-textarea--compact{font-size:17px;line-height:1.45}.SurveyAnswerPage .survey-answer-textarea{height:240px;min-height:240px}.SurveyAnswerPage .survey-answer-stage{padding-left:16px;padding-right:16px}}@media(prefers-contrast:more){.SurveyAnswerPage,.SurveyAnswerPage .survey-answer-shell,.SurveyAnswerPage .survey-answer-skeleton-shell{background-color:var(--theme-background);transition:none;color:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-back{color:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-back:hover{background:var(--theme-hover)}.SurveyAnswerPage .survey-answer-chrome-title{color:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-submit{background:var(--theme-text-primary);color:var(--theme-background)}.SurveyAnswerPage .survey-answer-survey-description,.SurveyAnswerPage .survey-answer-q-instruction,.SurveyAnswerPage .survey-answer-q-description,.SurveyAnswerPage .survey-answer-file-sub{color:var(--theme-text-secondary)}.SurveyAnswerPage .survey-answer-q-label,.SurveyAnswerPage .survey-answer-content,.SurveyAnswerPage .survey-answer-choice,.SurveyAnswerPage .survey-answer-choice-label,.SurveyAnswerPage .survey-answer-file-prompt,.SurveyAnswerPage .survey-answer-file-name,.SurveyAnswerPage .survey-answer-not-found{color:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-error{color:#c62828}.SurveyAnswerPage .survey-answer-control--invalid,.SurveyAnswerPage .survey-answer-input.survey-answer-control--invalid,.SurveyAnswerPage .survey-answer-textarea.survey-answer-control--invalid,.SurveyAnswerPage .survey-answer-file.survey-answer-control--invalid,.SurveyAnswerPage .survey-answer-choices--invalid .survey-answer-choice{box-shadow:inset 0 0 0 2px #c62828}.SurveyAnswerPage .survey-answer-q-label--required:after{color:var(--theme-text-secondary)}.SurveyAnswerPage .survey-answer-choice,.SurveyAnswerPage .survey-answer-input,.SurveyAnswerPage .survey-answer-textarea,.SurveyAnswerPage .survey-answer-file,.SurveyAnswerPage .survey-answer-nav-pill,.SurveyAnswerPage .survey-answer-skeleton-block{background:var(--theme-surface);color:var(--theme-text-primary);box-shadow:inset 0 0 0 1.5px var(--theme-border-subtle)}.SurveyAnswerPage .survey-answer-choice:hover{transform:scale(1.01)}.SurveyAnswerPage .survey-answer-choice:hover:not(.survey-answer-choice--selected){background:var(--theme-hover-strong)}.SurveyAnswerPage .survey-answer-choice--selected{background:var(--theme-hover-strong);box-shadow:inset 0 0 0 2px var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-choice:focus-visible,.SurveyAnswerPage .survey-answer-file:focus-visible{box-shadow:inset 0 0 0 2px var(--theme-text-primary)}.SurveyAnswerPage.survey-answer-suppress-focus-ring .survey-answer-choice:focus-visible{background:var(--theme-surface);box-shadow:inset 0 0 0 1.5px var(--theme-border-subtle)}.SurveyAnswerPage.survey-answer-suppress-focus-ring .survey-answer-choice--selected:focus-visible{background:var(--theme-hover-strong);box-shadow:inset 0 0 0 2px var(--theme-text-primary)}.SurveyAnswerPage.survey-answer-suppress-focus-ring .survey-answer-file:focus-visible{box-shadow:none}.SurveyAnswerPage .survey-answer-radio{border-color:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-radio-dot{background:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-input,.SurveyAnswerPage .survey-answer-textarea{caret-color:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-input::placeholder,.SurveyAnswerPage .survey-answer-textarea::placeholder{color:var(--theme-text-tertiary)}.SurveyAnswerPage .survey-answer-input[type=date]{color-scheme:light dark}html[data-theme=light] .SurveyAnswerPage .survey-answer-input[type=date]{color-scheme:light}html[data-theme=dark] .SurveyAnswerPage .survey-answer-input[type=date]{color-scheme:dark}.SurveyAnswerPage .survey-answer-file--dragging{background:var(--theme-hover-strong)}.SurveyAnswerPage .survey-answer-file-remove{background:var(--theme-hover);color:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-file-error{color:var(--theme-text-primary)}.SurveyAnswerPage .survey-answer-nav-side{color:var(--theme-text-secondary)}.SurveyAnswerPage .survey-answer-nav-side:before{display:none}.SurveyAnswerPage .survey-answer-nav-side:hover:not(:disabled),.SurveyAnswerPage .survey-answer-nav-side--pulse:not(:disabled){background:var(--theme-hover)}.SurveyAnswerPage .survey-answer-nav-count{color:var(--theme-text-secondary)}.SurveyAnswerPage .survey-answer-nav-pill{box-shadow:inset 0 0 0 1.5px var(--theme-border-subtle)}.SurveyAnswerPage .survey-answer-nav-edit{background:transparent;color:var(--theme-text-primary);box-shadow:inset 0 0 0 1.5px var(--theme-border-subtle)}.SurveyAnswerPage .survey-answer-nav-edit:hover{background:var(--theme-hover)}}
