@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeue-Regular-BtI2gfDo.otf) format("opentype");font-display:swap}:root{--white: #ffffff;--bg-section: #fafafb;--grey-100: #f9f9f9;--grey-200: #f1f1f4;--grey-300: #dbdfe9;--grey-400: #c4cada;--grey-500: #99a1b7;--grey-600: #78829d;--grey-700: #4b5675;--grey-800: #252f4a;--grey-900: #071437;--ink: var(--grey-900);--text-body: var(--grey-700);--text-secondary: var(--grey-600);--text-placeholder: var(--grey-500);--border: var(--grey-300);--border-strong: var(--grey-400);--surface-tint: var(--grey-200);--page-bg: #f9f9f9;--accent: #7239ea;--accent-active: #5014d0;--accent-light: #f8f5ff;--accent-soft: #c1a4ff;--accent-contrast: #ffffff;--success: #17c653;--success-active: #04b440;--success-light: #eafff1;--danger: #f8285a;--danger-active: #d81a48;--danger-light: #ffeef3;--warning: #f6b100;--warning-light: #fff8dd;--info: #1b84ff;--info-light: #eff6ff;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-pill: 999px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-xxl: 32px;--shadow-whisper: 0 3px 4px 0 rgba(0, 0, 0, .03);--shadow-raised: 0 4px 12px 0 rgba(0, 0, 0, .07);--shadow-floating: 0 0 20px 0 rgba(0, 0, 0, .12);--focus-ring: 0 0 0 2px var(--accent);--scrim: rgba(7, 20, 55, .45);--ease-out: cubic-bezier(.22, 1, .36, 1);--duration-fast: .15s;--duration-base: .2s;--primary-color: var(--accent);--primary: var(--accent);--primary-hover: var(--accent-active);--primary-dark: var(--accent-active);--gradient-color-1: var(--accent);--secondary-color: black;--ternary-color: var(--white);--disabled-color: var(--grey-400);--error-color: var(--danger)}[data-surface=business]{--accent: #f05023;--accent-active: #d8501c;--accent-light: #fff3ec;--accent-soft: #ffc4a4;--accent-glow: drop-shadow(0 1px 2px rgba(240, 80, 35, .2)) drop-shadow(0 4px 4px rgba(240, 80, 35, .17)) drop-shadow(0 9px 6px rgba(240, 80, 35, .1)) drop-shadow(0 17px 7px rgba(240, 80, 35, .03)) drop-shadow(0 26px 7px rgba(240, 80, 35, 0))}body{font-family:Inter,sans-serif;margin:0;min-height:100%;letter-spacing:-.14px;color:var(--text-body)}p{margin:0}html{background-color:var(--white);height:100%}:where(a,button,input,select,textarea,summary,[role=button],[role=link],[tabindex]):focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--scrim);-webkit-backdrop-filter:blur(6.449999809265137px);backdrop-filter:blur(6.449999809265137px);z-index:10}.spinner{transform-origin:center;animation:rotate 2s linear infinite}.spinner circle{stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,to{stroke-dasharray:42 150;stroke-dashoffset:-59}}.toast{display:flex;max-width:500px;min-width:500px;padding:16px;align-items:center;gap:12px;border-radius:12px;border:1px solid var(--LightMode-Grey-Grey-200, #f1f1f4);background:#fff;box-shadow:0 4px 12px #00000012;transition:background-color .2s ease,box-shadow .2s ease;height:auto;min-height:auto;max-height:none}.toast:hover{background:#f9f9f9;box-shadow:0 6px 12px #00000012}.toast.toast-info,.toast.toast-error,.toast.toast-warning,.toast.toast-custom{border:none}.toast__left{display:flex;align-items:center;gap:16px;flex:1 0 0;align-self:stretch;height:auto;min-height:auto}.toast-circle{position:relative;width:40px;height:40px;border-radius:50%;background:#eafff1}.toast-circle.toast-info{background:#eff6ff}.toast-circle.toast-success{background:#eafff1}.toast-circle.toast-error{background:#ffeef3}.toast-circle.toast-warning{background:#fff8dd}.toast-circle.toast-custom{background:var(--accent-light)}.toast-circle__icon{position:absolute;top:10px;width:20px;height:20px;border-radius:50%}.toast.toast-success .toast-circle__icon,.toast.toast-info .toast-circle__icon{right:10px}.toast.toast-error .toast-circle__icon,.toast.toast-warning .toast-circle__icon,.toast.toast-custom .toast-circle__icon{left:10px}.toast__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0;height:auto;min-height:auto}.toast__title{color:var(--LightMode-Grey-Grey-800, #252f4a);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-size:14px;font-weight:600;line-height:14px}.toast__desc{color:var(--LightMode-Grey-Grey-600, #78829d);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.13px}.toast-btn{display:flex;padding:10px 12px;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid var(--LightMode-Grey-Grey-300, #dbdfe9);background:#fff;color:var(--LightMode-Grey-Grey-700, #4b5675);font-size:12px;font-weight:500;line-height:12px}.toast-icon-btn{display:flex;padding:6px;align-items:center;justify-content:center;gap:10px;border-radius:6px;border:none;background:transparent;cursor:pointer}.toast-icon-btn__x{width:16px;height:16px;position:relative}.toast-icon-btn__x:before,.toast-icon-btn__x:after{content:"";position:absolute;left:7px;top:0;width:2px;height:16px;background:#4b5675}.toast-icon-btn__x:before{transform:rotate(45deg)}.toast-icon-btn__x:after{transform:rotate(-45deg)}@media screen and (max-width:834px){.toast__left{gap:10px}}@media screen and (max-width:600px){.toast{min-width:auto}.toast__title{font-size:12px}.toast__desc{font-size:11px}.toast-icon-btn__x{width:12px;height:12px}.toast-icon-btn__x:before,.toast-icon-btn__x:after{height:12px}}.influenly-toast{max-width:100vw}.overlayTourModal{position:fixed;top:0;left:0;background-color:var(--scrim);-webkit-backdrop-filter:blur(6.45px);backdrop-filter:blur(6.45px);width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1200;padding:16px;box-sizing:border-box}.tour-modal{display:flex;width:600px;padding:48px 64px 64px;flex-direction:column;align-items:center;gap:64px;border-radius:24px;background:linear-gradient(180deg,#fff0 50%,#fff),url(data:image/webp;base64,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) #d3d3d3 0px -.111px / 100% 100.461% no-repeat;box-shadow:0 4px 12px #00000012;position:relative}.tour-modal__close{display:flex;padding:7px;align-items:flex-start;gap:10px;position:absolute;right:15.5px;top:16px;border-radius:6px;background:transparent;border:none;cursor:pointer;color:#4b5675;font-size:18px;transition:all .2s ease}.tour-modal__close:hover{background:#0000000d}.tour-modal__preview{display:flex;padding:12px 149px 5px;justify-content:center;align-items:center;align-self:stretch;position:relative}.tour-modal__preview-container{display:flex;padding:8px;align-items:center;gap:8px;border-radius:20px;border:1px solid #fff;background:#bcbcbc1a;box-shadow:0 4px 12px #00000012;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:relative}.tour-modal__profile-card{display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;border-radius:12px;background:linear-gradient(0deg,#fff0 62.28%,color-mix(in srgb,var(--accent-active) 18%,transparent)),#fff;box-shadow:0 3px 4px #00000008}.tour-modal__profile-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.tour-modal__profile-avatar{display:flex;width:64px;height:64px;padding-right:19.071px;justify-content:space-between;align-items:center;aspect-ratio:1/1;border-radius:80px;border:2px solid #f1f1f4;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="%23ddd"/></svg>') #d3d3d3 50% / cover no-repeat;position:relative}.tour-modal__avatar-image{width:99.095px;height:100px;aspect-ratio:99.1/100;position:absolute;right:-17.548px;top:-18px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" fill="%23ccc"/></svg>')}.tour-modal__profile-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.tour-modal__profile-name{color:#071437;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:normal;margin:0}.tour-modal__profile-username{color:#78829d;font-family:Inter;font-size:10px;font-style:normal;font-weight:400;line-height:normal;margin:0}.tour-modal__profile-tags{display:flex;width:126px;justify-content:center;align-items:center;align-content:center;gap:4px;flex-wrap:wrap}.tour-modal__tag{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:5px;border-radius:30px;background:#f1f1f4;color:#071437;font-family:Inter;font-size:8px;font-weight:500;line-height:normal}.tour-modal__floating-element{position:absolute}.tour-modal__floating-element--left{width:98px;height:50px;left:83px;top:65px}.tour-modal__floating-element--right-top{display:flex;padding:8px;align-items:flex-start;right:94px;top:1px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000012}.tour-modal__floating-element--right-bottom{display:flex;height:46px;padding:6px;align-items:flex-start;right:131px;bottom:0;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000012}.tour-modal__collab-card{display:flex;width:98px;padding:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000012;position:relative}.tour-modal__collab-header{display:flex;align-items:center;gap:4px}.tour-modal__collab-title{color:#071437;font-family:Inter;font-size:10px;font-style:normal;font-weight:600;line-height:normal}.tour-modal__verified-icon{width:10px;height:10px;background:#04b440;border-radius:50%}.tour-modal__collab-tags{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.tour-modal__collab-avatar{display:flex;width:24px;height:24px;justify-content:center;align-items:center;position:absolute;right:-7px;top:-5px;border-radius:200px;border:1px solid #f1f1f4;background:linear-gradient(180deg,#5b32f2 -2.08%,#dd2483 52.06%,#ffad14 104.17%);box-shadow:0 5px 9px #0108122b}.tour-modal__stats-card{display:flex;width:49px;flex-direction:column;align-items:flex-start;gap:6px}.tour-modal__stats-content{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.tour-modal__stats-number{color:#071437;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.tour-modal__social-icons{display:flex;padding-top:3px;align-items:center;gap:6px}.tour-modal__social-icon{width:12px;height:12px;border-radius:4px}.tour-modal__social-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.tour-modal__social-icon.tiktok{background:#fe2c55}.tour-modal__social-icon.youtube{background:red}.tour-modal__views-card{display:flex;width:54px;flex-direction:column;align-items:flex-start;gap:6px;position:relative}.tour-modal__views-label{color:#071437;font-family:Inter;font-size:10px;font-style:normal;font-weight:600;line-height:normal}.tour-modal__chart{width:83px;height:29.049px;position:absolute;left:-2px;bottom:-2.416px}.tour-modal__chart-line{width:83px;height:22.988px;position:absolute;stroke-width:1px;stroke:var(--accent-active);background:linear-gradient(45deg,transparent 49%,var(--accent-active) 50%,transparent 51%)}.tour-modal__chart-percentage{display:flex;align-items:center;position:absolute;right:3px;top:9px;gap:2px}.tour-modal__chart-percentage span{color:#04b440;font-family:Inter;font-size:8px;font-style:normal;font-weight:500;line-height:normal}.tour-modal__arrow-up{width:9px;height:9px;background:#04b440;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.tour-modal__content{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch}.tour-modal__title{align-self:stretch;color:#071437;text-align:center;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.24px;margin:0}.tour-modal__description{align-self:stretch;color:#4b5675;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin:0}.tour-modal__buttons{display:flex;align-items:center;gap:12px}.tour-modal__button{display:flex;padding:13px 16px;align-items:center;gap:10px;border-radius:6px;border:none;cursor:pointer;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:14px;letter-spacing:-.13px;transition:all .2s ease}.tour-modal__button--secondary{background:#f9f9f9;border:1px solid #f1f1f4;color:#4b5675}.tour-modal__button--secondary:hover{background:#f1f1f4}.tour-modal__button--primary{padding:11px 12px;background:var(--accent);color:#fff;gap:5px}.tour-modal__button--primary:hover{background:#5b32f2}.tour-modal__button--primary svg{width:18px;height:18px}@media(max-width:768px){.tour-modal{width:90%;max-width:500px;padding:32px 24px 48px;gap:48px}.tour-modal__preview{padding:12px 24px 5px}.tour-modal__title{font-size:20px;line-height:24px}.tour-modal__description{font-size:13px;line-height:20px}}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.overlayTourFinishModal{position:fixed;top:0;left:0;background-color:var(--scrim);-webkit-backdrop-filter:blur(6.45px);backdrop-filter:blur(6.45px);width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1200;padding:16px;box-sizing:border-box}.tour-finish-modal{display:flex;max-width:400px;width:100%;padding:24px;flex-direction:column;align-items:center;gap:24px;border-radius:12px;border:1px solid #F1F1F4;background:#fff;box-shadow:0 3px 4px #00000008;position:relative}.tour-finish-modal__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#eafff1}.tour-finish-modal__content{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.tour-finish-modal__title{color:#071437;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:14px}.tour-finish-modal__description{color:#4b5675;font-family:Inter;font-size:13px}.tour-finish-modal__description-container{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;width:100%}.tour-finish-modal__buttons{display:flex;align-items:center;gap:12px;width:100%;justify-content:center}.tour-finish-modal__button{display:flex;padding:9px 10px;align-items:center;gap:4px;border-radius:6px;border:none;cursor:pointer;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:100%;transition:all .2s ease;justify-content:center}.tour-finish-modal__button--primary{background:var(--accent);color:#fff}.tour-finish-modal__button--primary:hover{background:#5b32f2}.tour-finish-modal__button--secondary{padding:9 10px;gap:5px;border-radius:6px;border:1px solid #f1f1f4;background:#f9f9f9;color:#4b5675;font-size:13px;font-weight:500;line-height:14px}.tour-finish-modal__button--secondary:hover{background:#f0f0f0;border-color:#e5e5e5}.headerInContainer{display:flex;align-items:center;box-sizing:border-box;height:56px;background-color:#fff;padding:8px 16px;justify-content:space-between;position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:50;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:1280px;width:calc(100% - 32px);transition:transform .3s ease-in-out}.headerInContainer.hidden{transform:translate(-50%) translateY(calc(-100% - 48px))}@keyframes slideInDropdown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutDropdown{0%{transform:translateY(0);opacity:1}to{transform:translateY(-10px);opacity:0}}.headerInIconContainer{display:flex;align-items:center;cursor:pointer;gap:6px}.headerInIconContainer img{width:100%;height:auto}.headerInMenuContainer{display:flex;color:var(--text-secondary);align-items:center;gap:24px}.headerInSectionContainer{display:flex;gap:24px;align-items:center}.headerInSection{display:flex;align-items:center;font-size:14px;font-weight:500}.headerInSection>label:hover{color:var(--accent)}.headerInSection>img{display:none}.headerInSection>label:hover{cursor:pointer}.headerInProfileContainer{display:flex;align-items:center;gap:8px;position:relative}.headerInTourTrigger{display:flex;padding:7px;border-radius:6px;cursor:pointer;transition:all .2s ease}.headerInTourTrigger:hover{background-color:var(--surface-tint)}.headerInProfile{width:32px;height:32px;object-fit:cover;border-radius:50%;cursor:pointer}.headerInDropdown{z-index:100;border-radius:16px;box-shadow:var(--shadow-floating);background:var(--white);position:absolute;right:0;top:48px;color:var(--ink);font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.16px;min-width:140px;width:max-content;animation:slideInDropdown .2s ease forwards}.headerInDropdown.closing{animation:slideOutDropdown .2s ease forwards}.headerInDropdownInfo{display:flex;padding:12px;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.headerInDropdownInfo>img{width:32px;height:32px;object-fit:cover;border-radius:50%}.headerInDropdownInfoText{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.headerInDropdownInfoText>p:first-child{font-size:14px;font-weight:600}.headerInDropdownInfoText>p:last-child{color:var(--text-body);font-size:11px;font-weight:400;line-height:12px}.headerInDropdownOptionsContainer{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:8px}.headerInDropdownProfile{padding:8px 6px;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;width:100%;gap:6px;cursor:pointer}.headerInDropdownProfile:hover{background:var(--surface-tint);border-radius:8px}.headerInDropdownProfile>label{font-size:12px;font-weight:500;line-height:14px;cursor:pointer}.headerInDropdownLine{width:100%;height:1px;background:var(--border)}.headerInDropdownLogout{padding:8px 6px;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;gap:6px;width:100%;cursor:pointer}.headerInDropdownLogout:hover{border-radius:8px;background:color-mix(in srgb,var(--danger) 10%,transparent);color:var(--danger)}.headerInDropdownLogout>label{font-size:12px;font-weight:500;line-height:14px;cursor:pointer}.HInButtonsContainer{display:flex;align-items:center;gap:8px}.HInSignIn{display:flex;padding:9px 10px;justify-content:center;align-items:center;gap:4px;color:var(--accent);font-size:12px;font-weight:500;line-height:12px;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--accent) 20%,transparent);background:var(--accent-light);cursor:pointer;transition:all .2s ease}.HInSignIn:hover{background:color-mix(in srgb,var(--accent) 10%,var(--white));border-color:color-mix(in srgb,var(--accent) 30%,transparent)}.HInSignUp{display:flex;padding:9px 10px;justify-content:center;align-items:center;gap:4px;color:#fff;font-size:12px;font-weight:500;line-height:12px;border-radius:6px;border:none;background:var(--accent);cursor:pointer;transition:all .2s ease}.HInSignUp:hover{background:var(--accent-active)}@media screen and (max-width:430px){.headerInSection>img{display:block}.headerInSection>label{display:none}.headerInSectionContainer,.headerInMenuContainer{gap:16px}.headerInContainer{padding:16px}.headerInProfile{width:32px}.headerInDropdown{top:56px}}@media screen and (max-width:834px){.headerInSection{font-size:12px}.headerInDropdown{right:16px}.headerInContainer{padding:16px}}@media screen and (max-width:1312px){.headerInContainer{width:calc(100% - 32px)}}.headerInWrongSurfaceExit{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border:1px solid var(--primary-color);border-radius:6px;background:transparent;color:var(--primary-color);font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.headerInWrongSurfaceExit:hover{background:var(--primary-color);color:#fff}.overlayEdit{position:fixed;top:0;left:0;background-color:var(--scrim);-webkit-backdrop-filter:blur(6.449999809265137px);backdrop-filter:blur(6.449999809265137px);width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1200;padding:16px;box-sizing:border-box}.editProfileFormContainer{width:100%;display:flex;align-items:center;justify-content:center;height:100dvh}.editProfileContainer{display:flex;width:400px;min-width:240px;flex-direction:column;align-items:center;border-radius:12px;background:#fff;box-shadow:0 3px 4px #00000008;position:relative;max-height:calc(100dvh - 32px);overflow:hidden;padding:24px;box-sizing:border-box}.editProfileHeader{display:flex;width:100%;padding:12px;align-items:center;gap:8px;position:absolute;top:0;left:0;right:0;border-bottom:1px solid #F1F1F4;background:#fff;z-index:10;box-sizing:border-box}.editProfileHeaderTitle{display:flex;align-items:center;gap:4px;flex:1 0 0}.editProfileHeaderTitle span{color:#071437;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:14px}.editProfileHeaderActions{display:flex;align-items:center;gap:8px}.editProfileSaveButton{display:flex;padding:8px 10px;align-items:center;gap:10px;border-radius:6px;background:var(--accent);border:none;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:12px;cursor:pointer}.editProfileSaveButton:hover:not(.buttonDisabled){background:var(--accent-active)}.editProfileCloseButton{display:flex;padding:6px;align-items:flex-start;gap:10px;border-radius:6px;border:none;background:transparent;cursor:pointer}.editProfileCloseButton:hover{background:#f1f1f4}.editProfileContent{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;margin-top:52px;overflow-y:auto;max-height:calc(100dvh - 84px)}.editProfileForm{width:100%;display:flex;flex-direction:column;gap:24px;align-items:flex-start}.editProfileImgSection{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;align-self:stretch}.editProfileImgContainer{display:flex;flex-direction:column;align-items:center;gap:12px}.editProfileImg{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid color-mix(in srgb,var(--accent) 20%,transparent);background:var(--accent-light);border-radius:100px;cursor:pointer}.avatarImg{width:80px;height:80px;object-fit:cover;border-radius:100px}.editProfileChangePhotoButton{display:flex;padding:8px;align-items:center;gap:3px;border-radius:6px;border:1px solid #F1F1F4;background:#f9f9f9;color:#4b5675;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:12px;cursor:pointer;border:none}.editProfileChangePhotoButton:hover{background:#f1f1f4}.editProfileFormUsername,.editProfileFormDescription{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.editProfileFormUsername label,.editProfileFormDescription label{color:#071437;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:12px}.formUsernameInputContainer{display:flex;padding:13px 12px;align-items:center;gap:10px;align-self:stretch;border-radius:6px;border:1px solid #DBDFE9;background:#fcfcfc}.formUsernameInputContainer input{width:100%;color:#252f4a;font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:14px;margin:0;padding:0;border:none;outline:none;background:transparent}.editProfileTextarea{display:flex;min-height:80px;max-height:120px;padding:13px 12px;align-items:flex-start;gap:10px;align-self:stretch;border-radius:6px;border:1px solid #DBDFE9;background:#fcfcfc;color:#252f4a;font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:14px;resize:vertical;outline:none}.editProfileTextarea::placeholder{color:#78829d}.editProfileFormTags{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.editProfileFormTagsHeader{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.editProfileFormTagsHeader label{color:#071437;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:12px}.editProfileFormTagsHeader span{color:#78829d;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:10px;letter-spacing:-.3px}.tagsSelectedContainer{display:flex;align-items:flex-start;align-content:flex-start;gap:8px;align-self:stretch;flex-wrap:wrap;min-height:32px}.editProfileFormTagsMapping{display:flex;align-items:flex-start;align-content:flex-start;gap:8px;align-self:stretch;flex-wrap:wrap}.tag{display:flex;padding:8px 10px;justify-content:center;align-items:center;gap:6px;border-radius:30px;border:1px solid #DBDFE9;background:#f9f9f9;color:#78829d;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:12px;cursor:pointer}.tag:hover{display:inline-flex;background:#f1f1f4;box-shadow:0 4px 12px #00000012}.tagSelected{display:inline-flex;background:var(--accent)!important;color:#fff!important;border:none!important}.tagSelected:hover{background:var(--accent-active)!important;box-shadow:0 4px 12px color-mix(in srgb,var(--accent) 25%,transparent)}.formSpamError{padding-top:4px;gap:4px;display:flex;align-items:center;color:#ea2a2a;font-size:12px;font-weight:500;line-height:125%;opacity:0;animation:fadeIn 2s forwards}.buttonDisabled{color:gray;border:none;background:#bfbfbf;cursor:not-allowed}@keyframes fadeIn{to{opacity:1}}@media(max-width:490px){.editProfileContainer{width:100%;min-width:240px}}@media(min-width:834px){.editProfileFormContainer{height:80dvh}.editProfileContainer{max-height:80dvh;height:auto}}@media(min-width:1280px){.editProfileContainer{width:480px}}@media(min-width:1440px){.editProfileContainer{width:520px}}.toggle{flex:0 0 auto;width:40px;height:24px;padding:2px;border:none;border-radius:var(--radius-pill);background:var(--grey-300);cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.toggle:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-light)}.toggle.is-on{background:var(--accent)}.toggle:disabled{opacity:.55;cursor:not-allowed}.toggle__thumb{display:block;width:20px;height:20px;border-radius:50%;background:var(--white);box-shadow:var(--shadow-whisper);transform:translate(0);transition:transform var(--duration-fast) var(--ease-out)}.toggle.is-on .toggle__thumb{transform:translate(16px)}@media(prefers-reduced-motion:reduce){.toggle,.toggle__thumb{transition:none}}.profileFields{display:flex;flex-direction:column;gap:16px;width:100%}.profileFields__divider{height:1px;background-image:repeating-linear-gradient(to right,var(--grey-200, #f1f1f4) 0,var(--grey-200, #f1f1f4) 4px,transparent 4px,transparent 8px)}.profileField{display:flex;flex-direction:column}.profileField__labelRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.profileField__label{font-size:.8125rem;font-weight:500;color:var(--text-body);margin-bottom:8px}.profileField__labelRow .profileField__label{margin-bottom:0}.profileField__hint{margin:0;font-size:.75rem;color:var(--text-secondary)}.profileField__input,.profileField__textarea{width:100%;box-sizing:border-box;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;font-family:inherit;font-size:.9375rem;color:var(--ink);transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.profileField__textarea{resize:vertical;min-height:92px;line-height:1.5}.profileField__input::placeholder,.profileField__textarea::placeholder{color:var(--text-placeholder)}.profileField__input:focus,.profileField__textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.profileField__input.has-error,.profileField__textarea.has-error{border-color:var(--danger)}.profileField__input.has-error:focus,.profileField__textarea.has-error:focus{box-shadow:0 0 0 3px var(--danger-light)}.profileField__error{display:flex;align-items:center;gap:5px;margin:7px 0 0;font-size:.8125rem;color:var(--danger)}.profileField__error svg{flex:0 0 auto}.profileChips{display:flex;flex-wrap:wrap;gap:8px}.profileChip{padding:6px 14px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--white);color:var(--text-body);font-family:inherit;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.profileChip:hover{background:var(--grey-100)}.profileChip.is-selected{background:var(--accent-light);border-color:var(--accent);color:var(--accent-active)}.profileChip:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-light)}.profileField--toggle{flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:var(--bg-section);border:1px solid var(--border);border-radius:var(--radius-md)}.profileField__toggleText{min-width:0}.profileField--toggle .profileField__label{margin-bottom:2px}.navbar-pending-indicator{position:absolute;top:0;right:-6px;display:inline-flex;align-items:center;justify-content:center}.navbar-pending-indicator--mobile{align-self:flex-start;margin-left:-4px}.navbar-pending-indicator__dot{width:6px;height:6px;background-color:#ff4757;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}.mobileContainer{display:flex;align-items:center;box-sizing:border-box;height:56px;background-color:#fff;padding:8px 16px;justify-content:space-between;position:fixed;top:0;left:0;width:calc(100% - 32px);z-index:50;margin:16px 16px 0;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease-in-out}.mobileContainer.hidden{transform:translateY(calc(-100% - 48px))}.mobileContainerExpanded{display:flex;align-items:center;box-sizing:border-box;height:56px;background-color:#fff;padding:8px 16px;justify-content:space-between;position:fixed;top:0;left:0;width:calc(100% - 32px);z-index:1001;margin:16px 32px 0 16px;border-radius:16px 16px 0 0}.mobileIcon,.mobileIconLoggedOut{display:flex;align-items:center}.mobileIconContainer,.mobileIconContainer>img{height:24px}.mobileExpandedContent{box-sizing:border-box;position:absolute;top:100%;left:0;width:100%;background-color:#fff;padding:16px;border-radius:0 0 16px 16px;display:flex;flex-direction:column;gap:16px;max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0;box-shadow:0 20px 20px #0000001a}.mobileContainerExpanded .mobileExpandedContent:not(.closing){max-height:400px;animation:slideIn .3s ease forwards}.mobileExpandedContent.closing{animation:slideOut .3s ease forwards}@keyframes iconChange{0%{opacity:0;transform:rotate(0)}to{opacity:1;transform:rotate(90deg)}}@keyframes iconChangeReverse{to{opacity:1;transform:rotate(90deg)}0%{opacity:1;transform:rotate(0)}}.mobileProfile{cursor:pointer;transition:opacity .2s ease,transform .2s ease}.mobileContainerExpanded .mobileProfile{animation:iconChange .4s ease forwards}.mobileContainerExpanded .mobileProfile.closing{animation:iconChangeReverse .2s ease reverse forwards}.mobileDropdownInfo{display:flex;align-items:center;padding-top:16px;gap:16px;border-top:1px solid var(--border)}.mobileDropdownInfo>img{width:44px;height:44px;object-fit:cover;border-radius:50%}.mobileDropdownInfoText{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.mobileDropdownInfoText>p:first-child{font-size:16px;font-weight:600}.mobileDropdownInfoText>p:last-child{color:#4b5675;font-size:13px;font-weight:400}.mobileSectionContainer{flex-direction:column;display:flex;gap:8px;align-items:flex-start;width:100%}.mobileSection{display:flex;align-items:center;font-size:14px;font-weight:500;gap:8px;width:100%}.mobileSectionItem{display:flex;gap:8px;align-items:center;padding:12px 8px;width:100%}.mobileSectionItem:hover{background:#f1f1f4;border-radius:8px;cursor:pointer}.active{color:var(--accent)}.mobileSectionItem>label:hover{cursor:pointer}.mobileDropdownOptionsContainer{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:14px;font-weight:500;line-height:14px}.mobileDropdownProfile{padding:12px 8px;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;width:100%;gap:6px;cursor:pointer}.mobileDropdownProfile:hover{background:#f1f1f4;border-radius:8px}.mobileDropdownProfile>label{cursor:pointer}.mobileDropdownLine{width:100%;height:1px;background:var(--border)}.mobileDropdownLogout{padding:12px 8px;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;gap:6px;width:100%;cursor:pointer}.mobileDropdownLogout:hover{border-radius:8px;background:#f8285a1a;color:#f8285a}.mobileDropdownLogout>label{cursor:pointer}.mobileButtonsContainer{display:flex;flex-direction:column;gap:8px;width:100%}.mobileSignIn{display:flex;padding:9px 10px;justify-content:center;align-items:center;gap:4px;color:var(--accent);font-size:12px;font-weight:500;line-height:12px;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--accent) 20%,transparent);background:var(--accent-light);cursor:pointer;transition:all .2s ease}.mobileSignIn:hover{background:color-mix(in srgb,var(--accent) 10%,var(--white));border-color:color-mix(in srgb,var(--accent) 30%,transparent)}.mobileSignUp{display:flex;padding:9px 10px;justify-content:center;align-items:center;gap:4px;color:#fff;font-size:12px;font-weight:500;line-height:12px;border-radius:6px;border:none;background:var(--accent);cursor:pointer;transition:all .2s ease}.mobileSignUp:hover{background:var(--accent-active)}.mobileWrongSurfaceExit{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--primary-color);border-radius:6px;background:transparent;color:var(--primary-color);font-size:12px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.mobileWrongSurfaceExit:hover{background:var(--primary-color);color:#fff}:root{--biz-rail-w: 248px;--biz-rail-w-collapsed: 76px;--biz-topbar-h: 60px}.bizNav{position:fixed;top:0;left:0;z-index:60;display:flex;flex-direction:column;width:var(--biz-rail-w);height:100vh;height:100dvh;padding:20px 14px;gap:var(--space-md);background:var(--white);border-right:1px solid var(--grey-200);box-shadow:var(--shadow-whisper);box-sizing:border-box;transition:width .28s cubic-bezier(.4,0,.2,1),padding .28s cubic-bezier(.4,0,.2,1)}.bizNav[data-collapsed=true]{width:var(--biz-rail-w-collapsed);padding-left:12px;padding-right:12px;align-items:stretch}.bizNav__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);min-height:40px;padding:0 6px 4px;flex-shrink:0}.bizNav[data-collapsed=true] .bizNav__head{flex-direction:column;gap:var(--space-md);padding:0}.bizNav__logo{display:inline-flex;align-items:center;background:none;border:none;padding:0;cursor:pointer}.bizNav__brand{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0}.bizNav__brandTile{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;padding:4.906px;box-sizing:border-box;overflow:hidden;border-radius:10px;background:var(--accent);border:1.25px solid rgba(255,255,255,.15);box-shadow:0 25px 10px color-mix(in srgb,var(--accent) 2%,transparent),0 13.75px 8.75px color-mix(in srgb,var(--accent) 8%,transparent),0 6.25px 6.25px color-mix(in srgb,var(--accent) 13%,transparent),0 1.25px 3.75px color-mix(in srgb,var(--accent) 15%,transparent)}.bizNav__brandGlyph{display:inline-flex;filter:drop-shadow(0 2.5px 5.125px var(--accent-active))}.bizNav__brandTile--image{padding:0;background:none;border:none;box-shadow:none}.bizNav__brandImg{width:100%;height:100%;object-fit:cover;border-radius:10px}.bizNav__brandName{flex:1 1 auto;min-width:0;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.4;color:var(--grey-700, #4b5675);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.bizNav[data-collapsed=true] .bizNav__brand{flex:0 0 auto;justify-content:center}.bizNav__collapse{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-sm);border:none;background:none;color:var(--grey-600);cursor:pointer;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.bizNav__collapse:hover{background:var(--grey-100);color:var(--ink)}.bizNav__collapseIcon--flip{transform:scaleX(-1)}.bizNav__navLabel{padding:0 12px;margin-bottom:2px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:.02em;text-transform:uppercase;color:var(--grey-500, #99a1b7)}.bizNav__nav{display:flex;flex-direction:column;gap:6px;margin-top:4px;flex:1 1 auto;min-height:0;overflow-y:auto}.bizNav__item{position:relative;display:flex;align-items:center;gap:var(--space-md);width:100%;padding:10px 12px;border:none;border-radius:var(--radius-md);background:none;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),gap .28s cubic-bezier(.4,0,.2,1)}.bizNav__item:hover{background:var(--grey-100);color:var(--ink)}.bizNav__item.is-active{color:var(--grey-900, #071437);font-weight:500}.bizNav__activeBg{position:absolute;inset:0;z-index:0;border-radius:var(--radius-md);background:var(--grey-200, #f1f1f4);pointer-events:none}.bizNav__activeBg:before{content:"";position:absolute;left:0;top:50%;width:4px;height:20px;transform:translateY(-50%);border-radius:0 4px 4px 0;background:var(--accent);box-shadow:0 1px 4px color-mix(in srgb,var(--accent) 25%,transparent)}.bizNav[data-collapsed=true] .bizNav__activeBg:before{display:none}.bizNav__itemIcon,.bizNav__itemLabel,.bizNav__itemChevron{position:relative;z-index:1}.bizNav__item.is-active .bizNav__itemIcon{color:var(--accent);filter:drop-shadow(0 1.25px 3.75px color-mix(in srgb,var(--accent) 15%,transparent)) drop-shadow(0 6.25px 6.25px color-mix(in srgb,var(--accent) 13%,transparent)) drop-shadow(0 13.75px 8.75px color-mix(in srgb,var(--accent) 8%,transparent)) drop-shadow(0 25px 10px color-mix(in srgb,var(--accent) 2%,transparent))}.bizNav__itemChevron{margin-left:auto;flex-shrink:0;color:#78829d}.bizNav__itemIcon{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px}.bizNav__itemLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;opacity:1;transition:opacity .15s cubic-bezier(.4,0,.2,1),max-width .28s cubic-bezier(.4,0,.2,1)}.bizNav[data-collapsed=true] .bizNav__nav{align-items:center}.bizNav[data-collapsed=true] .bizNav__item{width:42px;height:42px;padding:0;gap:0;justify-content:center}.bizNav[data-collapsed=true] .bizNav__itemLabel{max-width:0;opacity:0}.bizNav__help{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin:8px 0;padding:16px;border-radius:12px;background:var(--grey-200, #f1f1f4);box-shadow:0 3px 4px #00000008;cursor:pointer;flex-shrink:0;transition:background var(--duration-fast) var(--ease-out)}.bizNav__help:hover{background:#ececed}.bizNav__help:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.bizNav__helpRow{display:flex;align-items:flex-start;gap:8px;align-self:stretch}.bizNav__helpIcon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:var(--accent);filter:drop-shadow(0 1.25px 3.75px color-mix(in srgb,var(--accent) 15%,transparent)) drop-shadow(0 6.25px 6.25px color-mix(in srgb,var(--accent) 13%,transparent)) drop-shadow(0 13.75px 8.75px color-mix(in srgb,var(--accent) 8%,transparent)) drop-shadow(0 25px 10px color-mix(in srgb,var(--accent) 2%,transparent))}.bizNav__helpTitle{display:flex;flex:1 0 0;min-width:0;min-height:20px;flex-direction:column;justify-content:center;color:var(--grey-900, #071437);font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:14px}.bizNav__helpArrow{flex-shrink:0;color:var(--grey-500, #99a1b7)}.bizNav__helpDesc{align-self:stretch;color:var(--grey-600, #78829d);font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:20px}.bizNav__footer{position:relative;margin-top:auto;padding-top:var(--space-md);flex-shrink:0}.bizNav__footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-image:repeating-linear-gradient(to right,var(--grey-200, #f1f1f4) 0,var(--grey-200, #f1f1f4) 4px,transparent 4px,transparent 8px)}.bizNav__profile{display:flex;align-items:center;gap:12px;width:100%;padding:8px 12px 8px 8px;border:none;border-radius:12px;background:none;color:var(--text-body);cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.bizNav__profile:hover{background:var(--grey-200, #f1f1f4)}.bizNav__profile>:last-child{margin-left:auto;color:var(--grey-500);flex:0 0 auto;overflow:hidden;max-width:24px;opacity:1;transition:opacity .15s cubic-bezier(.4,0,.2,1),max-width .28s cubic-bezier(.4,0,.2,1)}.bizNav__avatar{width:40px;height:40px;border-radius:var(--radius-pill);border:1.667px solid var(--grey-200, #f1f1f4);box-sizing:border-box;object-fit:cover;flex:0 0 auto;background:var(--grey-200)}.bizNav__profileText{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-width:0;text-align:left;max-width:160px;overflow:hidden;white-space:nowrap;opacity:1;transition:opacity .15s cubic-bezier(.4,0,.2,1),max-width .28s cubic-bezier(.4,0,.2,1)}.bizNav__profileName{width:100%;font-size:.875rem;font-weight:500;line-height:14px;color:var(--grey-800, #252f4a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bizNav__profileHandle{width:100%;font-size:.75rem;font-weight:400;line-height:12px;color:var(--grey-600, #78829d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bizNav[data-collapsed=true] .bizNav__profileText,.bizNav[data-collapsed=true] .bizNav__profile>:last-child{max-width:0;opacity:0;margin-left:0}.bizNav[data-collapsed=true] .bizNav__footer{display:flex;flex-direction:column;align-items:center}.bizNav[data-collapsed=true] .bizNav__profile{width:auto;justify-content:center;gap:0;padding:8px}.bizNav__profileChevron{flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1)}.bizNav__profileChevron--open{transform:rotate(180deg)}.tooltip.bizNav__tooltip{z-index:100;width:max-content;max-width:min(280px,calc(100vw - 16px));font-size:14px;line-height:14px;font-weight:500}.bizNav__menu{position:absolute;bottom:calc(100% + 6px);left:0;right:0;max-width:100%;display:flex;flex-direction:column;padding:6px;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-md);box-shadow:var(--shadow-raised)}.bizNav[data-collapsed=true] .bizNav__menu{left:0;right:auto;width:220px;max-width:none}.bizNav__menuItem{display:flex;align-items:center;gap:var(--space-sm);padding:9px 10px;border:none;border-radius:var(--radius-sm);background:none;color:var(--text-body);font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;text-align:left;cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.bizNav__menuItem:hover{background:var(--grey-100);color:var(--ink)}.bizNav__menuDivider{height:1px;margin:4px 6px;background:var(--grey-200)}.bizNav__menuItem--danger{color:var(--danger)}.bizNav__menuItem--danger:hover{background:var(--danger-light);color:var(--danger)}.bizNav__logoBar{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:transparent}.bizNav__logoBarExit{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--accent);border-radius:8px;background:transparent;color:var(--accent);font-weight:600;font-size:14px;cursor:pointer;transition:background .18s ease,color .18s ease}.bizNav__logoBarExit:hover{background:var(--accent);color:#fff}.bizNav__topbar{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;gap:var(--space-md);height:var(--biz-topbar-h);padding:0 16px;background:var(--white);border-bottom:1px solid var(--grey-200)}.bizNav__hamburger{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;border-radius:var(--radius-sm);background:none;color:var(--ink);cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.bizNav__hamburger:hover{background:var(--grey-100)}.bizNav__topbarSpacer{width:38px;margin-left:auto}.bizNav__topbarBrand{margin-left:auto;display:inline-flex;align-items:center}.bizNav__scrim{position:fixed;inset:0;z-index:70;background:var(--scrim)}.bizNav--drawer{z-index:80;width:min(82vw,var(--biz-rail-w));box-shadow:var(--shadow-floating)}@media(min-width:835px){html[data-nav=sidebar] body{padding-left:var(--biz-rail-w, 248px)}html[data-nav=sidebar][data-rail=collapsed] body{padding-left:var(--biz-rail-w-collapsed, 76px)}html[data-nav=sidebar] .talentPoolPage__main,html[data-nav=sidebar] .squadsPage__main,html[data-nav=sidebar] .mySquads__main,html[data-nav=sidebar] .squadDetail__main,html[data-nav=sidebar] .campaigns__wrapper,html[data-nav=sidebar] .cd__wrapper,html[data-nav=sidebar] .createCampaign__wrapper,html[data-nav=sidebar] .profileGridPage{padding-top:24px}}@media(max-width:834px){html[data-nav=sidebar] body{padding-top:var(--biz-topbar-h, 60px)}html[data-nav=sidebar] .talentPoolPage__main,html[data-nav=sidebar] .squadsPage__main,html[data-nav=sidebar] .mySquads__main,html[data-nav=sidebar] .squadDetail__main,html[data-nav=sidebar] .campaigns__wrapper,html[data-nav=sidebar] .cd__wrapper,html[data-nav=sidebar] .createCampaign__wrapper,html[data-nav=sidebar] .profileGridPage{padding-top:16px}}.tooltip{position:fixed;z-index:50;font-size:10px;font-family:Inter;font-weight:500;border-radius:8px;color:#222;pointer-events:none;box-shadow:0 2px 10px #0000001a;background:#fff;padding:8px;margin-top:5px;width:200px}.tooltip--fit-content{width:max-content;max-width:min(360px,calc(100vw - 16px))}.emptyStateBusiness{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;max-width:826px;padding:24px;margin:0 auto;text-align:center}.emptyStateBusiness--start{align-items:flex-start;text-align:left;margin:0}.emptyStateBusiness__iconTile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f9f9f9);border:1px solid #f1f1f4;border-radius:8px;box-shadow:0 27px 7px #0000,0 17px 7px #00000003,0 10px 6px #00000008,0 4px 4px #0000000a,0 1px 2px #0000000d;flex-shrink:0}.emptyStateBusiness__text{display:flex;flex-direction:column;align-items:inherit;gap:6px;width:100%}.emptyStateBusiness__title{margin:0;color:#071437;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.3}.emptyStateBusiness__description{margin:0;color:#4b5675;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1.5}.emptyStateBusiness__actions{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center}.emptyStateBusiness--start .emptyStateBusiness__actions{justify-content:flex-start}.esb-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:9px 10px;border-radius:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:1.3;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.esb-btn svg{flex-shrink:0}.esb-btn--secondary{background-color:#f9f9f9;border:1px solid #f1f1f4;color:#4b5675}.esb-btn--secondary:hover{background-color:#f1f1f4;border-color:#dbdfe9}.esb-btn--secondary svg{width:18px;height:18px;color:#99a1b7}.esb-btn--primary{background-color:var(--accent);border:none;color:#fff}.esb-btn--primary:hover{background-color:var(--accent-active)}.esb-btn--primary svg{width:20px;height:20px;color:#fff}@media(max-width:768px){.emptyStateBusiness{padding:16px}.emptyStateBusiness__actions{flex-direction:column-reverse;gap:8px;width:100%}.esb-btn{width:100%}}.supportModal__overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;background-color:var(--scrim);-webkit-backdrop-filter:blur(6.45px);backdrop-filter:blur(6.45px)}.supportModal{display:flex;flex-direction:column;width:100%;max-width:460px;max-height:calc(100dvh - 32px);overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 3px 4px #00000008;box-sizing:border-box}.supportModal__header{display:flex;align-items:flex-start;gap:12px;padding:20px 20px 16px;border-bottom:1px solid #f1f1f4}.supportModal__heading{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;gap:4px}.supportModal__title{color:#071437;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:16px}.supportModal__subtitle{color:#78829d;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:18px}.supportModal__close{display:inline-flex;padding:6px;border:none;border-radius:6px;background:transparent;cursor:pointer;flex-shrink:0}.supportModal__close:hover{background:#f1f1f4}.supportModal__body{display:flex;flex-direction:column;gap:16px;padding:20px;overflow-y:auto}.supportModal__field{display:flex;flex-direction:column;gap:8px}.supportModal__label{color:#071437;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:12px}.supportModal__input,.supportModal__textarea{width:100%;box-sizing:border-box;padding:13px 12px;border:1px solid #dbdfe9;border-radius:6px;background:#fcfcfc;color:#252f4a;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.supportModal__textarea{min-height:96px;max-height:200px;line-height:1.5;resize:vertical}.supportModal__input::placeholder,.supportModal__textarea::placeholder{color:#78829d}.supportModal__input:focus,.supportModal__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.supportModal__footer{display:flex;justify-content:flex-end;padding:0 20px 20px}.supportModal__submit:disabled,.supportModal__submit:disabled:hover{opacity:.5;cursor:not-allowed}@media(max-width:490px){.supportModal__footer{padding:0 16px 16px}}.error__page{height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.error404__page{background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh}
