.Accordion-module__HynDCq__Root{border-radius:var(--radius-2);width:100%;overflow:hidden}.Accordion-module__HynDCq__Item{margin-top:1px;overflow:hidden}.Accordion-module__HynDCq__Item:first-child{border-top-left-radius:var(--radius-2);border-top-right-radius:var(--radius-2);margin-top:0}.Accordion-module__HynDCq__Item:last-child{border-bottom-left-radius:var(--radius-2);border-bottom-right-radius:var(--radius-2)}.Accordion-module__HynDCq__Item:focus-within{z-index:1;position:relative}.Accordion-module__HynDCq__Header{all:unset;display:flex}.Accordion-module__HynDCq__Trigger{all:unset;cursor:pointer;box-sizing:border-box;border-radius:var(--radius-2);font-weight:var(--font-weight-medium);color:var(--gray-12);flex:1;justify-content:space-between;align-items:center;transition:background-color .12s;display:flex}@media (hover:hover){.Accordion-module__HynDCq__Trigger:hover{background-color:var(--gray-a3)}}.Accordion-module__HynDCq__Trigger:focus-visible{outline:2px solid var(--focus-8);outline-offset:-1px}.Accordion-module__HynDCq__Trigger[data-size="1"]{gap:var(--space-1);font-size:var(--font-size-1);line-height:var(--line-height-1);letter-spacing:var(--letter-spacing-1);padding:var(--space-1)var(--space-2)}.Accordion-module__HynDCq__Trigger[data-size="2"]{gap:var(--space-2);font-size:var(--font-size-2);line-height:var(--line-height-2);letter-spacing:var(--letter-spacing-2);padding:var(--space-1)var(--space-3)}.Accordion-module__HynDCq__Trigger[data-size="3"]{gap:var(--space-3);font-size:var(--font-size-3);line-height:var(--line-height-3);letter-spacing:var(--letter-spacing-3);padding:var(--space-3)var(--space-4)}.Accordion-module__HynDCq__Content[data-state=open]{animation:.25s cubic-bezier(.87,0,.13,1) Accordion-module__HynDCq__slideDown}.Accordion-module__HynDCq__Content[data-state=closed]{animation:.25s cubic-bezier(.87,0,.13,1) Accordion-module__HynDCq__slideUp}.Accordion-module__HynDCq__Content[data-state=closed] .Accordion-module__HynDCq__ContentInner{overflow:hidden}.Accordion-module__HynDCq__Content[data-state=open] .Accordion-module__HynDCq__ContentInner{overflow:visible}.Accordion-module__HynDCq__Chevron{flex-shrink:0;width:18px;height:18px;transition:transform .25s cubic-bezier(.87,0,.13,1)}.Accordion-module__HynDCq__Trigger[data-state=open] .Accordion-module__HynDCq__Chevron{transform:rotate(180deg)}@keyframes Accordion-module__HynDCq__slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes Accordion-module__HynDCq__slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}
.ScrollableArea-module__ltl-uW__ScrollAreaRoot{--scrollbar-size:var(--space-1);flex-direction:column;display:flex;overflow:hidden}.ScrollableArea-module__ltl-uW__ScrollAreaViewport{border-radius:inherit;flex:auto;width:100%;height:100%}.ScrollableArea-module__ltl-uW__ScrollAreaViewport>div{flex-direction:column;display:flex!important}.ScrollableArea-module__ltl-uW__ScrollAreaViewportHorizontal>div{flex-direction:row}.ScrollableArea-module__ltl-uW__ScrollAreaMask{--target:bottom;--scrollbar-width:0px;--mask-size:16px;--mask-size-start:0px;--mask-size-end:0px;--mask-image-content:linear-gradient(to var(--target),transparent 0px,black var(--mask-size-start),black calc(100% - var(--mask-size-end)),transparent 100%);--mask-size-content:calc(100% - var(--scrollbar-width))100%;--mask-image-scrollbar:linear-gradient(black,black);--mask-size-scrollbar:var(--scrollbar-width)100%;-webkit-mask-image:var(--mask-image-content),var(--mask-image-scrollbar);-webkit-mask-image:var(--mask-image-content),var(--mask-image-scrollbar);mask-image:var(--mask-image-content),var(--mask-image-scrollbar);-webkit-mask-size:var(--mask-size-content),var(--mask-size-scrollbar);-webkit-mask-size:var(--mask-size-content),var(--mask-size-scrollbar);mask-size:var(--mask-size-content),var(--mask-size-scrollbar);-webkit-mask-position:0 0,100% 0;mask-position:0 0,100% 0;-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat}.ScrollableArea-module__ltl-uW__ScrollAreaMaskHorizontal{--target:right;--mask-size-content:100% calc(100% - var(--scrollbar-width));--mask-size-scrollbar:100% var(--scrollbar-width);flex-direction:row}.ScrollableArea-module__ltl-uW__ScrollAreaMaskStart{--mask-size-start:var(--mask-size)}.ScrollableArea-module__ltl-uW__ScrollAreaMaskEnd{--mask-size-end:var(--mask-size)}.ScrollableArea-module__ltl-uW__ScrollAreaScrollbar{-webkit-user-select:none;user-select:none;touch-action:none;background:var(--black-a3);padding:2px;transition:background 1ms;display:flex}.ScrollableArea-module__ltl-uW__ScrollAreaScrollbar:hover{background:var(--black-a2)}.ScrollableArea-module__ltl-uW__ScrollAreaScrollbar[data-orientation=vertical]{width:var(--scrollbar-size)}.ScrollableArea-module__ltl-uW__ScrollAreaScrollbar[data-orientation=horizontal]{height:var(--scrollbar-size);flex-direction:column}.ScrollableArea-module__ltl-uW__ScrollAreaScrollbarHidden{display:none!important}.ScrollableArea-module__ltl-uW__ScrollAreaThumb{background:var(--mauve-10);border-radius:var(--scrollbar-size);flex:1;position:relative}.ScrollableArea-module__ltl-uW__ScrollAreaThumb:before{content:"";width:100%;min-width:8px;height:100%;min-height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ScrollableArea-module__ltl-uW__ScrollAreaCorner{background:var(--black-a5)}.ScrollableArea-module__ltl-uW__ScrollAreaFullWidth{width:100%}.ScrollableArea-module__ltl-uW__ScrollAreaViewportSnapX{scroll-snap-type:x mandatory}.ScrollableArea-module__ltl-uW__ScrollAreaViewportSnapY{scroll-snap-type:y mandatory}
.BadgePopover-module__tym-0W__BadgePopoverContent{--base-menu-content-padding:0;--max-width:300px;--max-height:350px}.BadgePopover-module__tym-0W__BadgePopoverContent .BadgePopover-module__tym-0W__container{max-height:var(--max-height);max-width:max(var(--radix-dropdown-menu-trigger-width),var(--max-width));width:var(--radix-dropdown-menu-content-available-width)}.BadgePopover-module__tym-0W__BadgePopoverContent mark{background-color:var(--accent-a3);color:var(--accent-a12)}.BadgePopover-module__tym-0W__BadgePopoverTrigger:hover{cursor:pointer}.BadgePopover-module__tym-0W__BadgePopoverItem{border-top:1px solid #0000;border-bottom:1px solid #0000;height:fit-content;padding:0}.BadgePopover-module__tym-0W__BadgePopoverItem[data-highlighted]{background-color:var(--gray-a3);color:var(--black-a12)}.BadgePopover-module__tym-0W__BadgePopoverItem:hover{border-top:1px solid var(--gray-3);border-bottom:1px solid var(--gray-3)}.BadgePopover-module__tym-0W__SourceBadge[data-disabled]{cursor:default}.BadgePopover-module__tym-0W__SourceBadgeInner{width:100%}.BadgePopover-module__tym-0W__SourceBadgeCount{color:var(--accent-a6)}
.HighlightedText-module__kqHvoq__HighlightedText{-webkit-line-clamp:var(--line-clamp,3);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.HighlightedText-module__kqHvoq__HighlightedText mark{background-color:var(--accent-a3);color:var(--accent-a12)}
.BulkSelectItem-module__GanxZq__prefixElement{opacity:0;transition:opacity .3s cubic-bezier(.87,0,.13,1);position:absolute}.BulkSelectItem-module__GanxZq__container[data-select-enabled=true] .BulkSelectItem-module__GanxZq__prefixElement{opacity:1}@media (min-width:768px){.BulkSelectItem-module__GanxZq__container:hover .BulkSelectItem-module__GanxZq__prefixElement{opacity:1}}.BulkSelectItem-module__GanxZq__fallbackElement{opacity:1;visibility:visible;transition:opacity .3s cubic-bezier(.87,0,.13,1)}.BulkSelectItem-module__GanxZq__container[data-select-enabled=true] .BulkSelectItem-module__GanxZq__fallbackElement{opacity:0;visibility:hidden}@media (min-width:768px){.BulkSelectItem-module__GanxZq__container:hover .BulkSelectItem-module__GanxZq__fallbackElement{opacity:0;visibility:hidden}}.BulkSelectItem-module__GanxZq__container[data-select-enabled=true]:hover{cursor:pointer}.BulkSelectItem-module__GanxZq__childrenContent{pointer-events:auto;width:100%}.BulkSelectItem-module__GanxZq__container[data-select-enabled=true] .BulkSelectItem-module__GanxZq__childrenContent{pointer-events:none}
@keyframes AuraGlowCard-module__J4T5rq__animateGlowKf{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}.AuraGlowCard-module__J4T5rq__auraGlowCard{width:100%;position:relative}.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__size-1,.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__size-2{--aura-card-border-radius:var(--radius-4)}.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__size-3,.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__size-4{--aura-card-border-radius:var(--radius-5)}.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__size-5{--aura-card-border-radius:var(--radius-6)}.AuraGlowCard-module__J4T5rq__auraGlowCard{border-radius:var(--aura-card-border-radius)}.AuraGlowCard-module__J4T5rq__auraGlowCard .AuraGlowCard-module__J4T5rq__inner{border-radius:var(--aura-card-border-radius);z-index:1;flex-direction:row;transition:filter .3s ease-in-out;display:flex;position:relative}.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__animate{cursor:not-allowed}.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__animate .AuraGlowCard-module__J4T5rq__inner{pointer-events:none}.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__animate.AuraGlowCard-module__J4T5rq__lowContrast .AuraGlowCard-module__J4T5rq__inner{filter:contrast(.92)}.AuraGlowCard-module__J4T5rq__auraGlowCard:before,.AuraGlowCard-module__J4T5rq__auraGlowCard:after{content:"";background:linear-gradient(45deg,var(--crimson-a6),var(--yellow-a6),var(--lime-a6),var(--blue-a6),var(--purple-a6),var(--orange-a6));z-index:0;border-radius:var(--aura-card-border-radius);opacity:0;background-size:300%;width:100%;transition:opacity .3s ease-in-out;animation:3s linear infinite AuraGlowCard-module__J4T5rq__animateGlowKf;position:absolute;inset:0}.AuraGlowCard-module__J4T5rq__auraGlowCard:after{filter:blur(var(--space-2));transform:translate(0,0)}.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__animate:before,.AuraGlowCard-module__J4T5rq__auraGlowCard.AuraGlowCard-module__J4T5rq__animate:after{opacity:1}
.Toolbar-module__uJ1hFa__Toolbar[data-show=true]+.Toolbar-module__uJ1hFa__Toolbar[data-show=true]{display:none}.Toolbar-module__uJ1hFa__ToolbarRoot{width:100%;box-shadow:var(--shadow-6);overflow:visible}[data-show=false] .Toolbar-module__uJ1hFa__ToolbarRoot{display:none}.Toolbar-module__uJ1hFa__ToolbarRootInner{background-color:var(--color-panel-solid);width:100%}
.BulkEditToolbar-module__qOwDVa__bulkEditToolbarWrapper{z-index:20;width:100%;padding:var(--space-4);transition:all .3s;position:absolute;bottom:0;left:0;right:0}.BulkEditToolbar-module__qOwDVa__bulkEditToolbarWrapper.BulkEditToolbar-module__qOwDVa__hidden{opacity:0;pointer-events:none}[data-footer-open=true] .BulkEditToolbar-module__qOwDVa__bulkEditToolbarWrapper{transform:translateY(calc(-1*var(--footer-height,0)))}@media screen and (max-width:1024px){[data-sidebar-open=true] .BulkEditToolbar-module__qOwDVa__bulkEditToolbarWrapper{transform:translateY(100%)}}.BulkEditToolbar-module__qOwDVa__selectAllCheckbox[data-checked=mixed]{position:relative}.BulkEditToolbar-module__qOwDVa__selectAllCheckbox svg{opacity:1;transition:opacity .2s}.BulkEditToolbar-module__qOwDVa__selectAllCheckbox[data-checked=mixed] svg{opacity:0}.BulkEditToolbar-module__qOwDVa__selectAllCheckboxWrapper:hover{cursor:pointer}.BulkEditToolbar-module__qOwDVa__selectAllCheckbox[data-checked=mixed]:before{background-color:var(--accent-indicator)}.BulkEditToolbar-module__qOwDVa__selectAllCheckbox[data-checked=mixed]:after{content:"";background-color:var(--accent-contrast);border-radius:1px;width:8px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BulkEditToolbar-module__qOwDVa__clearButton{opacity:1;pointer-events:auto;transition:opacity .2s}.BulkEditToolbar-module__qOwDVa__clearButton.BulkEditToolbar-module__qOwDVa__hidden{opacity:0;pointer-events:none}.BulkEditToolbar-module__qOwDVa__actionsDropdownContent{width:var(--radix-popper-available-width);margin-bottom:var(--space-4)}
.ScrollCarousel-module__xbWgFG__ScrollCarouselSlide{scroll-snap-align:start;flex-shrink:0}.ScrollCarousel-module__xbWgFG__ScrollCarouselIndicator{--dot-size:var(--space-1)}.ScrollCarousel-module__xbWgFG__ScrollCarouselIndicator.ScrollCarousel-module__xbWgFG__size-1{--dot-size:var(--space-1)}.ScrollCarousel-module__xbWgFG__ScrollCarouselIndicator.ScrollCarousel-module__xbWgFG__size-2{--dot-size:var(--space-2)}.ScrollCarousel-module__xbWgFG__ScrollCarouselIndicator.ScrollCarousel-module__xbWgFG__size-3{--dot-size:var(--space-3)}.ScrollCarousel-module__xbWgFG__ScrollCarouselIndicator.ScrollCarousel-module__xbWgFG__active{background-color:var(--accent-10)}.ScrollCarousel-module__xbWgFG__ScrollCarouselIndicator{width:var(--dot-size);height:var(--dot-size);border-radius:var(--radius-4);background-color:var(--accent-a6)}
.dark .AvatarPlaceholder-module__Z74BCq__AvatarPlaceholder{--avatar-fill-color:var(--accent-11);--avatar-stroke-color:var(--accent-5)}.light .AvatarPlaceholder-module__Z74BCq__AvatarPlaceholder{--avatar-fill-color:var(--accent-1);--avatar-stroke-color:var(--accent-6)}
.ListLayoutCard-module__hyWK3q__ListLayoutCard{--base-card-surface-box-shadow:0 0 0 1px color-mix(in oklab,var(--gray-a3),var(--gray-3)25%);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;width:100%;height:auto;position:relative}.ListLayoutCard-module__hyWK3q__ListLayoutCard *{-webkit-tap-highlight-color:transparent}[data-view-mode=list] .ListLayoutCard-module__hyWK3q__ListLayoutCard{--card-border-width:0;--card-padding:0}.ListLayoutCard-module__hyWK3q__ListLayoutCardCheckbox{top:var(--space-1);left:var(--space-1);z-index:1;position:absolute}.ListLayoutCard-module__hyWK3q__ListLayoutCardContent{width:100%;width:-webkit-fill-available;width:stretch;height:100%}[data-view-mode=list] .ListLayoutCard-module__hyWK3q__ListLayoutCardContent{height:auto}
.Dialog-module__Eu5Svq__dialogPrimitiveOverlay{background-color:var(--color-overlay);place-items:center;animation:.15s cubic-bezier(.16,1,.3,1) Dialog-module__Eu5Svq__overlayShow;display:grid;position:fixed;inset:0}.Dialog-module__Eu5Svq__dialogPrimitiveOverlay.Dialog-module__Eu5Svq__fixedTop{justify-content:center;align-items:flex-start;display:flex}@media screen and (min-width:769px){.Dialog-module__Eu5Svq__dialogPrimitiveOverlay.Dialog-module__Eu5Svq__fixedTop{padding-top:5vh}}@media screen and (min-width:1025px){.Dialog-module__Eu5Svq__dialogPrimitiveOverlay.Dialog-module__Eu5Svq__fixedTop{padding-top:10vh}}.Dialog-module__Eu5Svq__dialogPrimitiveContent{--dialog-size-1-width:400px;--dialog-size-2-width:600px;--dialog-size-3-width:800px;--dialog-size-4-width:1024px;--dialog-size-5-width:1152px;--dialog-size-6-width:1152px;background-color:var(--color-panel-solid);width:100%;height:100dvh;box-shadow:var(--shadow-6);border-radius:0;position:relative;overflow:hidden}@media screen and (min-width:769px){.Dialog-module__Eu5Svq__dialogPrimitiveContent{max-width:var(--dialog-size-2-width,600px);border-radius:var(--radius-3)}}.Dialog-module__Eu5Svq__dialogPrimitiveContent:focus{outline:none}@media screen and (min-width:769px){.Dialog-module__Eu5Svq__dialogPrimitiveContent.Dialog-module__Eu5Svq__size-1{max-width:var(--dialog-size-1-width,400px)}}@media screen and (min-width:769px){.Dialog-module__Eu5Svq__dialogPrimitiveContent.Dialog-module__Eu5Svq__size-2{max-width:var(--dialog-size-2-width,600px)}}@media screen and (min-width:769px){.Dialog-module__Eu5Svq__dialogPrimitiveContent.Dialog-module__Eu5Svq__size-3{max-width:var(--dialog-size-3-width,800px)}}@media screen and (min-width:769px){.Dialog-module__Eu5Svq__dialogPrimitiveContent.Dialog-module__Eu5Svq__size-4{height:80dvh;max-width:var(--dialog-size-4-width,1024px)}}@media screen and (min-width:769px){.Dialog-module__Eu5Svq__dialogPrimitiveContent.Dialog-module__Eu5Svq__size-5{border-radius:var(--radius-4);max-width:90vw;height:90dvh}}@media screen and (min-width:1280px){.Dialog-module__Eu5Svq__dialogPrimitiveContent.Dialog-module__Eu5Svq__size-5{max-width:var(--dialog-size-5-width,1200px)}}@media screen and (min-width:769px){.Dialog-module__Eu5Svq__dialogPrimitiveContent.Dialog-module__Eu5Svq__size-6{border-radius:var(--radius-4);max-width:90vw;height:90dvh}}.Dialog-module__Eu5Svq__dialogPrimitiveContent.Dialog-module__Eu5Svq__size-7{border-radius:0;max-width:100vw;height:100dvh;overflow:hidden}.Dialog-module__Eu5Svq__dialogHeader{top:0}.Dialog-module__Eu5Svq__dialogHeader.Dialog-module__Eu5Svq__sticky{z-index:1;position:sticky}.Dialog-module__Eu5Svq__dialogHeader.Dialog-module__Eu5Svq__fixed{z-index:1;position:absolute}.Dialog-module__Eu5Svq__dialogFooter{bottom:0}.Dialog-module__Eu5Svq__dialogFooter.Dialog-module__Eu5Svq__sticky{z-index:1;position:sticky;bottom:0}.Dialog-module__Eu5Svq__dialogFooter.Dialog-module__Eu5Svq__fixed{z-index:1;position:absolute}@keyframes Dialog-module__Eu5Svq__overlayShow{0%{opacity:0}to{opacity:1}}
.UserAvatar-module__fyP_KW__aura{box-shadow:0px 0px 8px 0px var(--accent-a10)}.UserAvatar-module__fyP_KW__rotate{padding:4px}.UserAvatar-module__fyP_KW__rotate .UserAvatar-module__fyP_KW__avatar{transform:rotate(5deg)}.UserAvatar-module__fyP_KW__imageLoading{opacity:0;transition:opacity .2s cubic-bezier(.25,.46,.45,.94)}.UserAvatar-module__fyP_KW__imageLoaded{opacity:1}
.ProfileFieldEmptyState-module__tNGpaG__emptyCard{padding-top:var(--space-7);padding-bottom:var(--space-7)}
.PromptCardFilledState-module__CMttjq__wrapper{width:330px;height:240px;box-shadow:var(--shadow-3);position:relative;overflow:hidden}.PromptCardFilledState-module__CMttjq__wrapper.PromptCardFilledState-module__CMttjq__editable{cursor:pointer}.PromptCardFilledState-module__CMttjq__truncateBlock{word-break:break-word;line-clamp:6;-webkit-line-clamp:6;-webkit-box-orient:vertical;flex-grow:1;display:-webkit-box}
.ProfilePromptsSection-module__wlz8TG__scrollablePrompts{border-radius:inherit;width:100%;height:100%;padding:var(--space-4)var(--space-2)}.ProfilePromptsSection-module__wlz8TG__rootScrollableArea{margin:calc(var(--space-4)*-1)calc(var(--space-2)*-1)}
.CollapsibleText-module__ugngIW__collapsibleContainer{width:100%;position:relative}.CollapsibleText-module__ugngIW__collapsibleContent{transition:max-height .4s;position:relative;overflow:hidden}.CollapsibleText-module__ugngIW__collapsibleContent.CollapsibleText-module__ugngIW__isClickable{cursor:pointer}.CollapsibleText-module__ugngIW__overlayGradient{background:linear-gradient(180deg,transparent,var(--color-background)100%);width:100%;height:20px;position:absolute}.CollapsibleText-module__ugngIW__collapsibleContainer:hover .CollapsibleText-module__ugngIW__overlayGradient.CollapsibleText-module__ugngIW__isClickable{border-bottom:1px solid var(--accent-3)}.CollapsibleText-module__ugngIW__foldIcon{cursor:pointer;color:var(--accent-6);position:absolute;bottom:-9px;right:-16px}
.ProfileEditStory-module__qSfYMa__createExperienceField{background-color:var(--accent-3);border-radius:var(--radius-4);height:150px;padding:var(--space-3);overflow-y:auto}.ProfileEditStory-module__qSfYMa__createExperienceField:focus-within{border:2px solid var(--accent-8)}
.ProfileStoryFilledState-module__KU9Vlq__companyLogoFallback svg,.ProfileStoryFilledState-module__KU9Vlq__companyLogoFallback p{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.ProfileStoryFilledState-module__KU9Vlq__verticalLine{background-color:var(--accent-a6);width:1px;height:100%;margin-top:10px;margin-left:auto;margin-right:auto}
.ProfileStoryHighlightFilledState-module__IkcYjW__highlightCard{width:240px;height:350px;box-shadow:var(--shadow-3);padding:0}.ProfileStoryHighlightFilledState-module__IkcYjW__highlightContainer{flex-flow:column;min-height:352px;position:relative}.ProfileStoryHighlightFilledState-module__IkcYjW__highlightContainer:hover{cursor:pointer}.ProfileStoryHighlightFilledState-module__IkcYjW__highlightImage{border-radius:8px 8px 0 0;flex-grow:0;flex-shrink:0;width:100%;height:50%;max-height:175px;position:relative;overflow:hidden}@media (max-width:768px){.ProfileStoryHighlightFilledState-module__IkcYjW__highlightImage{border-radius:8px 8px 0 0;width:100%;height:200px}}.ProfileStoryHighlightFilledState-module__IkcYjW__highlightImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;margin-left:auto}
.CoverPhotoEditForm-module__oIYviW__coverImageButton{bottom:var(--space-4);right:var(--space-4);position:absolute}
.ProfileStoryHighlightsSection-module__J0bTpW__highlightsWrapper{--radix-scroll-area-corner-width:0px;--radix-scroll-area-corner-height:0px;position:relative}.ProfileStoryHighlightsSection-module__J0bTpW__scrollableHighlights{border-radius:inherit;width:100%;height:100%;padding:var(--space-4)var(--space-2)}.ProfileStoryHighlightsSection-module__J0bTpW__rootScrollableArea{margin:calc(var(--space-4)*-1)calc(var(--space-2)*-1)}
.VideoResponseHeader-module__7ItkkW__root{z-index:0;display:grid;position:relative}.VideoResponseHeader-module__7ItkkW__overlay{pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex;position:absolute;inset:0;container-type:inline-size}.VideoResponseHeader-module__7ItkkW__questionBadge{border-radius:var(--radius-4);background:var(--accent-12)}.VideoResponseHeader-module__7ItkkW__questionText{color:#fff;width:100%;margin-inline:auto;font-size:clamp(.75rem,3cqw,2rem);line-height:1.2}
.AtsImportButton-module__g-E7ma__wrapper{width:100%;margin-top:calc(var(--space-2)*-1);padding:var(--space-4)var(--space-3)var(--space-3);flex-direction:column;justify-content:center;align-items:center;transition:background-color .2s ease-in-out;display:flex}.AtsImportButton-module__g-E7ma__wrapper:hover{cursor:pointer;background-color:var(--gray-a3)}.AtsImportButton-module__g-E7ma__avatar{--avatar-size:16px}
.CreateJobForm-module__cLiIiG__createJobFormInput{scrollbar-width:none;-ms-overflow-style:none;flex-grow:1;max-height:164px;overflow-y:auto}
.SplashImageEditForm-module__Zcx3xW__addSplashImageButton{bottom:var(--space-4);right:var(--space-4);position:absolute}
.UserSidebarFooter-module__QdS4Qa__banner{opacity:1;visibility:visible;width:100%;max-height:500px;transition:transform .3s ease-in-out,opacity .3s ease-in-out,max-height .3s ease-in-out,visibility linear;overflow:hidden;transform:translateY(0)}.UserSidebarFooter-module__QdS4Qa__wrapper[data-visible=false] .UserSidebarFooter-module__QdS4Qa__banner{pointer-events:none;opacity:0;visibility:hidden;max-height:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out,max-height .3s ease-in-out,visibility 0s linear .3s;transform:translateY(100%)}.UserSidebarFooter-module__QdS4Qa__links{background:var(--gray-2);box-shadow:inset 0 2px 4px -2px var(--gray-6)}
.ActivityIndicator-module__M26Nyq__wrapper{position:relative}.ActivityIndicator-module__M26Nyq__indicator{box-sizing:border-box;width:var(--space-2);height:var(--space-2);border:2px solid var(--accent-1);background:var(--green-8);border-radius:50%;position:absolute;bottom:0;right:0;translate:33% 33%}@media screen and (min-width:520px){.ActivityIndicator-module__M26Nyq__indicator{width:var(--space-3);height:var(--space-3)}}.ActivityIndicator-module__M26Nyq__green{background:#5bb98b}.ActivityIndicator-module__M26Nyq__yellow{background:#f3d768}
.CandidateCard-module__Mw6HGa__CardAsset{border-radius:var(--radius-4);overflow:hidden}@media screen and (min-width:768px){.CandidateCard-module__Mw6HGa__CardAsset{border-radius:0}}.CandidateCard-module__Mw6HGa__StarApplication{z-index:1;top:var(--space-1);right:var(--space-1);position:absolute}[data-view-mode=list] .CandidateCard-module__Mw6HGa__StarApplication{top:var(--space-4);right:var(--space-4)}.CandidateCard-module__Mw6HGa__StarApplication{--accent-a11:var(--accent-contrast)}
.FilterDropdown-module__0KWu_W__filterDropdownMenuContent{width:384px}@media (max-width:768px){.FilterDropdown-module__0KWu_W__filterDropdownMenuContent{width:285px}}
.SplashImage-module__ru5ccG__editTeamPhotoButton{bottom:var(--space-4);right:var(--space-4);z-index:0;position:absolute}.SplashImage-module__ru5ccG__splashWrapper{background:var(--gray-1)}.SplashImage-module__ru5ccG__splash{-o-object-fit:cover;object-fit:cover;border-radius:0;width:100%;height:100%}@media screen and (min-width:1024px){.SplashImage-module__ru5ccG__splash{border-radius:var(--radius-3)}}
.FitSummary-module__MILNta__feedbackIconButton:hover{background-color:#0000}
