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}.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,.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}.SurveyAnswerPage{--job-background: var(--theme-background, hsl(0, 0%, 12%));--job-surface: hsl(0, 0%, 19%);--job-text-primary: var(--theme-text-primary, hsla(0, 0%, 95%, 1));--job-text-secondary: var(--theme-text-secondary, hsla(0, 0%, 65%, 1));--job-outline: rgba(255, 255, 255, .45);--job-pill-selected-bg: rgba(255, 255, 255, .95);--job-pill-selected-text: rgba(0, 0, 0, .95);--job-required: #ef4444;--job-error: hsl(0, 84%, 70%);--job-skeleton: rgba(255, 255, 255, .08);min-height:0;flex:1;display:flex;flex-direction:column;background:var(--job-background);overflow:hidden}.SurveyAnswerPage .survey-answer-scroll{overflow-y:auto;min-height:0;flex:1;width:100%;padding-bottom:80px;box-sizing:border-box}.SurveyAnswerPage .survey-answer-body.job-board-content{width:min(672px,100%);margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:24px;box-sizing:border-box}.SurveyAnswerPage .survey-answer-body.job-board-content--has-banner,.SurveyAnswerPage .survey-answer-body.job-board-content--no-banner{padding-top:48px}[data-theme=light] .SurveyAnswerPage{--job-surface: hsl(0, 0%, 96%);--job-outline: hsla(0, 0%, 0%, .2);--job-pill-selected-bg: hsla(0, 0%, 10%, 1);--job-pill-selected-text: hsla(0, 0%, 100%, 1);--job-skeleton: hsla(0, 0%, 0%, .06)}.SurveyAnswerPage .job-board-banner-wrap{width:100%}.SurveyAnswerPage .job-board-banner-wrap--desktop{padding:8px 8px 0}.SurveyAnswerPage .job-board-banner-shell{width:100%;max-width:1800px;margin:0 auto}.SurveyAnswerPage .job-board-banner{width:100%;display:block;object-fit:cover;background:var(--job-surface)}.SurveyAnswerPage .job-board-banner-wrap--desktop .job-board-banner{border-radius:28px;max-height:220px}.SurveyAnswerPage .job-board-banner-wrap--mobile{padding:0}.SurveyAnswerPage .job-board-banner-wrap--mobile .job-board-banner-shell{max-width:none}.SurveyAnswerPage .job-board-banner-wrap--mobile .job-board-banner{border-radius:0;max-height:180px}.SurveyAnswerPage .job-board-banner--skeleton{min-height:180px;animation:surveyApplySkeleton 1.4s ease-in-out infinite}.SurveyAnswerPage .job-board-banner-wrap--desktop .job-board-banner--skeleton{min-height:220px}@keyframes surveyApplySkeleton{0%,to{opacity:.55}50%{opacity:.85}}.SurveyAnswerPage .survey-answer-title{margin:0;font-size:28px;font-weight:600;line-height:1.25;color:var(--job-text-primary);text-wrap:balance}.SurveyAnswerPage .survey-answer-description{margin:0;font-size:14px;font-weight:400;line-height:21px;color:var(--job-text-secondary);white-space:pre-wrap;text-wrap:pretty}.SurveyAnswerPage .survey-answer-skeleton{display:flex;flex-direction:column;gap:24px;pointer-events:none}.SurveyAnswerPage .survey-answer-skeleton-block{background:var(--job-skeleton);animation:surveyApplySkeleton 1.4s ease-in-out infinite}.SurveyAnswerPage .survey-answer-skeleton-title{width:min(420px,78%);height:35px;border-radius:8px}.SurveyAnswerPage .survey-answer-skeleton-label{height:17px;border-radius:4px}.SurveyAnswerPage .survey-answer-skeleton-input{height:21px;border-radius:4px}.SurveyAnswerPage .survey-answer-skeleton-input--tall{height:60px;border-radius:6px}.SurveyAnswerPage .survey-answer-skeleton-pills{display:flex;flex-wrap:wrap;gap:8px}.SurveyAnswerPage .survey-answer-skeleton-pill{height:32px;border-radius:28px}.SurveyAnswerPage .survey-answer-skeleton-submit{width:100%;height:44px;border-radius:31px}.SurveyAnswerPage .job-apply-form{display:flex;flex-direction:column;gap:24px}.SurveyAnswerPage .job-apply-question-card{align-self:stretch;min-height:62px;padding:10px 14px 12px;border-radius:16px;outline:.33px solid var(--job-outline);outline-offset:-.33px;display:flex;flex-direction:column;gap:12px}.SurveyAnswerPage .job-apply-question-card--long-text{min-height:106px}.SurveyAnswerPage .job-apply-question-card--plain-input{gap:4px}.SurveyAnswerPage .job-apply-question-card-header{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.SurveyAnswerPage .job-apply-question-card-label,.SurveyAnswerPage .job-apply-field-label{font-size:12px;font-weight:600;line-height:16.8px;color:var(--job-text-primary)}.SurveyAnswerPage .job-apply-field-label--required:after,.SurveyAnswerPage .job-apply-question-card-label.job-apply-field-label--required:after{content:"*";color:var(--job-required);font-weight:600}.SurveyAnswerPage .job-apply-question-card-description{font-size:12px;line-height:16.8px;color:var(--job-text-secondary)}.SurveyAnswerPage .job-apply-question-card-body{align-self:stretch}.SurveyAnswerPage .job-apply-input,.SurveyAnswerPage .job-apply-textarea{width:100%;border:none;background:transparent;color:var(--job-text-primary);font-size:14px;line-height:21px;outline:none;padding:0;resize:none;font-family:inherit}.SurveyAnswerPage .job-apply-textarea--long-form{min-height:60px;line-height:19.6px}.SurveyAnswerPage .job-apply-pills{display:flex;flex-wrap:wrap;gap:8px}.SurveyAnswerPage .job-apply-pill{height:32px;padding:0 16px;border-radius:28px;border:none;outline:.33px solid var(--job-outline);outline-offset:-.33px;background:transparent;color:var(--job-text-secondary);font-size:14px;cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent}.SurveyAnswerPage .job-apply-pill--selected{background:var(--job-pill-selected-bg);color:var(--job-pill-selected-text);font-weight:500;outline:none}.SurveyAnswerPage .job-apply-select{position:relative;display:flex;align-items:center;gap:6px;cursor:pointer}.SurveyAnswerPage .job-apply-select--card{align-self:stretch;justify-content:space-between;min-height:32px;padding:0 16px;border-radius:28px;outline:.33px solid var(--job-outline);outline-offset:-.33px}.SurveyAnswerPage .job-apply-select select{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.SurveyAnswerPage .job-apply-select-display{font-size:14px;color:var(--job-text-secondary)}.SurveyAnswerPage .job-apply-select-display--filled{color:var(--job-text-primary)}.SurveyAnswerPage .job-apply-content{margin:0;font-size:14px;line-height:21px;color:var(--job-text-secondary)}.SurveyAnswerPage .job-board-error{margin:0;color:var(--job-error);font-size:14px}.SurveyAnswerPage .job-detail-submit{width:100%;height:44px;padding:0 20px;border:none;border-radius:31px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:600;line-height:22.5px;cursor:pointer;font-family:inherit;outline:none;-webkit-tap-highlight-color:transparent}.SurveyAnswerPage .job-detail-submit:disabled{opacity:.7;cursor:wait}.SurveyAnswerPage .job-apply-success{font-size:14px;line-height:21px;color:var(--job-text-primary)}.SurveyAnswerPage .job-apply-input:focus,.SurveyAnswerPage .job-apply-input:focus-visible,.SurveyAnswerPage .job-apply-textarea:focus,.SurveyAnswerPage .job-apply-textarea:focus-visible,.SurveyAnswerPage .job-apply-pill--selected:focus,.SurveyAnswerPage .job-apply-pill--selected:focus-visible,.SurveyAnswerPage .job-detail-submit:focus,.SurveyAnswerPage .job-detail-submit:focus-visible{outline:none}.SurveyAnswerPage .job-apply-pill:not(.job-apply-pill--selected):focus,.SurveyAnswerPage .job-apply-pill:not(.job-apply-pill--selected):focus-visible{outline:.33px solid var(--job-outline);outline-offset:-.33px}.SurveyAnswerPage .job-apply-select:focus,.SurveyAnswerPage .job-apply-select:focus-visible,.SurveyAnswerPage .job-apply-select:focus-within{outline:.33px solid var(--job-outline);outline-offset:-.33px}@media(max-width:767px){.SurveyAnswerPage .job-board-banner-wrap--desktop{display:none}}@media(min-width:768px){.SurveyAnswerPage .job-board-banner-wrap--mobile{display:none}}
