.ErrorMessage-module__0tfTsG__errorMessage{width:100%;font-family:var(--font-family-2-light);color:var(--color-red-1);align-items:center;gap:5px;font-size:.85rem;display:flex}.ErrorMessage-module__0tfTsG__errorMessage svg{fill:var(--color-red-1);width:.95rem;display:block}
.Popover-module__459JYa__popover{position:relative}.Popover-module__459JYa__popoverContent{visibility:hidden;opacity:0;pointer-events:none;box-shadow:0 4px 20px var(--color-shadow-md);border-radius:var(--border-radius-card-5);z-index:9999;width:max-content;height:max-content;position:absolute}.Popover-module__459JYa__popoverContentOpen{visibility:visible;opacity:1;pointer-events:auto}
.ActionMenu-module__PUv4fq__menuContainer{align-items:center;display:flex;position:relative}.ActionMenu-module__PUv4fq__trigger{background:var(--color-white-3);cursor:pointer;width:32px;height:32px;color:var(--color-grey-5);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.ActionMenu-module__PUv4fq__trigger svg{width:18px;height:18px}.ActionMenu-module__PUv4fq__trigger:hover{background:var(--color-white-2);color:var(--color-grey-6)}.ActionMenu-module__PUv4fq__menu{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-4);box-shadow:0 4px 12px var(--color-shadow-md);min-width:168px;margin:0;padding:6px;list-style:none;animation:.15s cubic-bezier(.16,1,.3,1) ActionMenu-module__PUv4fq__popIn;overflow:hidden}@keyframes ActionMenu-module__PUv4fq__popIn{0%{opacity:0;transform:scale(.96)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.ActionMenu-module__PUv4fq__menu li{display:flex}.ActionMenu-module__PUv4fq__menuItem{cursor:pointer;width:100%;color:var(--color-grey-6);font-size:var(--font-size-sm);font-family:var(--font-family-2-semi-bold);text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:9px;padding:8px 10px;transition:background .12s,color .12s;display:flex}.ActionMenu-module__PUv4fq__menuItem:hover{background:var(--color-white-2);color:var(--color-black-2)}.ActionMenu-module__PUv4fq__menuItemDanger{color:var(--color-red-1)}.ActionMenu-module__PUv4fq__menuItemDanger:hover{background:var(--color-red-3);color:var(--color-red-1)}.ActionMenu-module__PUv4fq__menuItemIcon{transition:color .12s;display:flex}.ActionMenu-module__PUv4fq__menuDivider{background:var(--color-grey-2);height:1px;margin:4px 2px}
.ToggleInput-module__epxk9W__toggleBtn{background:var(--color-white-1);border:1px solid var(--color-grey-3);cursor:pointer;border-radius:100px;outline:none;align-items:center;gap:12px;padding:6px 14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ToggleInput-module__epxk9W__toggleBtn:hover{background:var(--color-white-3)}.ToggleInput-module__epxk9W__toggleBtn.ToggleInput-module__epxk9W__active{background:var(--color-white-1)}.ToggleInput-module__epxk9W__toggleLabel{font-size:.85rem;font-family:var(--font-family-2-medium);color:var(--color-grey-6);transition:color .3s}.ToggleInput-module__epxk9W__toggleTrack{background:var(--color-grey-3);border-radius:20px;align-items:center;width:34px;height:20px;padding:2px;transition:background .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ToggleInput-module__epxk9W__toggleBtn.ToggleInput-module__epxk9W__active .ToggleInput-module__epxk9W__toggleTrack{background:var(--color-green-3)}.ToggleInput-module__epxk9W__toggleThumb{background:var(--color-white-1);width:16px;height:16px;box-shadow:0 2px 4px var(--color-shadow-xl);border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(0)}.ToggleInput-module__epxk9W__toggleBtn.ToggleInput-module__epxk9W__active .ToggleInput-module__epxk9W__toggleThumb{transform:translate(14px)}
.DefaultInput-module__yJk4Tq__input{font-family:var(--font-family-2-light);width:100%;height:var(--input-height);min-height:var(--input-height);padding:var(--spacing-m) 10px;border-color:#0000;border:1px solid var(--color-grey-2);border-radius:var(--border-radius-input);font-size:var(--font-size-md);background-color:#0000}.DefaultInput-module__yJk4Tq__input:focus,.DefaultInput-module__yJk4Tq__inputFocus{outline:none}.DefaultInput-module__yJk4Tq__input:disabled{cursor:not-allowed;background-color:var(--color-white-2);color:var(--color-grey-1);opacity:.8}.DefaultInput-module__yJk4Tq__errorMessage{margin-top:5px}
.Input-module__BxY-JW__container{width:100%}.Input-module__BxY-JW__label{font-size:var(--font-size-xs,12px);color:var(--color-grey-1);font-family:var(--font-family-2-medium,sans-serif);margin-bottom:8px;display:block}.Input-module__BxY-JW__content{justify-content:space-between;align-items:center;display:flex}.Input-module__BxY-JW__errorMessage{width:80%}.Input-module__BxY-JW__charsLimit{text-align:right;margin-top:5px}.Input-module__BxY-JW__charsLimitText{font-family:var(--font-family-2-light);color:var(--color-grey-6);font-size:.9rem}
.SelectInput-module__ZgSnCa__container{width:max-content;height:max-content}.SelectInput-module__ZgSnCa__label{font-size:var(--font-size-xs,12px);color:var(--color-grey-1);font-family:var(--font-family-2-medium,sans-serif);margin-bottom:8px;display:block}.SelectInput-module__ZgSnCa__popoverContainer{width:100%}.SelectInput-module__ZgSnCa__trigger{cursor:pointer;border-radius:var(--border-radius-card-3);width:100%;color:var(--color-black-2);background:var(--color-white-1);border:1px solid var(--color-grey-2);justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;font-size:.85rem;font-weight:400;display:flex}.SelectInput-module__ZgSnCa__trigger svg{pointer-events:none;width:25px;height:21px}.SelectInput-module__ZgSnCa__trigger span{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:100%;overflow:hidden}.SelectInput-module__ZgSnCa__select{background:var(--color-white-1);width:100%;max-height:360px;box-shadow:var(--box-shadow-1);border-radius:var(--border-radius-input);flex-direction:column;gap:12px;padding:6px;display:flex}.SelectInput-module__ZgSnCa__searchBar{border-radius:var(--border-radius-input);outline:none;width:92%;height:100%;margin:6px auto 0;padding:13px;font-size:.9rem}.SelectInput-module__ZgSnCa__options{flex-direction:column;gap:6px;padding:6px 8px;display:flex;overflow-y:auto}.SelectInput-module__ZgSnCa__options::-webkit-scrollbar{width:6px;height:0}.SelectInput-module__ZgSnCa__options::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:5px}.SelectInput-module__ZgSnCa__options::-webkit-scrollbar-corner{background:#d3d3d3;border-radius:5px}.SelectInput-module__ZgSnCa__options::-webkit-scrollbar-thumb:hover{background:#a9a9a9}.SelectInput-module__ZgSnCa__options::-webkit-scrollbar-corner:hover{background:#a9a9a9}.SelectInput-module__ZgSnCa__option{text-align:start;white-space:nowrap;cursor:pointer;--select-item-color:inherit;background:0 0;border:none;border-radius:6px;outline:none;width:100%;padding:10px;font-size:.85rem}.SelectInput-module__ZgSnCa__option:hover,.SelectInput-module__ZgSnCa__optionSelect{color:var(--color-white-1);background:var(--color-green-3);--select-item-color:var(--color-white-1)}.SelectInput-module__ZgSnCa__contentWrapper{min-width:100%}.SelectInput-module__ZgSnCa__notFoundText{margin:8px 5px;font-size:.88rem}
.CircleLoader-module__8nTgva__spinner{width:100%;height:100%;animation:2s linear infinite CircleLoader-module__8nTgva__rotate}.CircleLoader-module__8nTgva__path{stroke-linecap:round;animation:1.5s ease-in-out infinite CircleLoader-module__8nTgva__dash}@keyframes CircleLoader-module__8nTgva__rotate{to{transform:rotate(360deg)}}@keyframes CircleLoader-module__8nTgva__dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}
.SuccessMessage-module__bUYUoq__successMessage{width:100%;color:var(--color-green-1);align-items:start;gap:5px;font-size:.85rem;display:flex}.SuccessMessage-module__bUYUoq__errorMessage svg{fill:var(--color-green-1);width:.95rem;height:max-content}
.AddAffiliation-module__g8Qnka__form{flex-direction:column;gap:16px;width:100%;display:flex}.AddAffiliation-module__g8Qnka__linkGroup{align-items:flex-start;gap:8px;display:flex}.AddAffiliation-module__g8Qnka__linkInput{flex:1}.AddAffiliation-module__g8Qnka__generateBtn{height:50px;margin-top:25px}.AddAffiliation-module__g8Qnka__actions{justify-content:flex-end;margin-top:8px;display:flex}
.EditAffiliation-module__yO00Nq__form{flex-direction:column;gap:16px;width:100%;display:flex}.EditAffiliation-module__yO00Nq__linkGroup{align-items:flex-start;gap:8px;display:flex}.EditAffiliation-module__yO00Nq__linkInput{flex:1}.EditAffiliation-module__yO00Nq__generateBtn{height:50px;margin-top:25px}.EditAffiliation-module__yO00Nq__actions{justify-content:flex-end;margin-top:8px;display:flex}
.AddProjectMember-module__KkqBcq__container{flex-direction:column;gap:16px;display:flex}.AddProjectMember-module__KkqBcq__hint{color:var(--color-grey-6);margin-top:-8px;font-size:.78rem}.AddProjectMember-module__KkqBcq__field{flex-direction:column;display:flex}.AddProjectMember-module__KkqBcq__fieldLabel{font-size:var(--font-size-xs,12px);color:var(--color-grey-1);font-family:var(--font-family-2-medium);align-items:center;gap:6px;margin-bottom:8px;display:flex}.AddProjectMember-module__KkqBcq__infoTrigger{color:var(--color-grey-1);cursor:help;align-items:center;transition:color .15s;display:inline-flex}.AddProjectMember-module__KkqBcq__infoTrigger:hover{color:var(--color-green-3)}.AddProjectMember-module__KkqBcq__roleHint{text-align:left;flex-direction:column;gap:6px;max-width:240px;display:flex}.AddProjectMember-module__KkqBcq__roleHint p{margin:0}.AddProjectMember-module__KkqBcq__roleHint strong{font-family:var(--font-family-2-bold)}.AddProjectMember-module__KkqBcq__actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}
.DeleteProjectMember-module__c5T8va__container{flex-direction:column;display:flex}.DeleteProjectMember-module__c5T8va__warningText{color:var(--color-grey-6);margin:0 0 30px;font-size:.95rem;line-height:1.5}.DeleteProjectMember-module__c5T8va__warningText strong{font-family:var(--font-family-2-bold);color:var(--color-black-1)}.DeleteProjectMember-module__c5T8va__actions{justify-content:flex-end;align-items:center;gap:12px;width:100%;display:flex}
.OfferDeletion-module__Ta5dJa__container{flex-direction:column;padding:0;display:flex}.OfferDeletion-module__Ta5dJa__content{flex-direction:column;gap:20px;margin-bottom:30px;display:flex}.OfferDeletion-module__Ta5dJa__warningText{color:var(--color-grey-6);margin:0;font-size:.95rem;line-height:1.5}.OfferDeletion-module__Ta5dJa__inputSection{flex-direction:column;gap:12px;display:flex}.OfferDeletion-module__Ta5dJa__inputLabel{color:var(--color-black-2);margin:0;font-size:.9rem}.OfferDeletion-module__Ta5dJa__inputLabel strong{font-family:var(--font-family-2-bold);color:var(--color-black-1)}.OfferDeletion-module__Ta5dJa__actions{justify-content:flex-end;align-items:center;gap:12px;width:100%;display:flex}
.SuggestionSelect-module__jSOxMG__root{flex-direction:column;gap:6px;width:100%;display:flex}.SuggestionSelect-module__jSOxMG__label{font-size:var(--font-size-xs,12px);color:var(--color-grey-1);font-family:var(--font-family-2-medium,sans-serif);display:block}.SuggestionSelect-module__jSOxMG__trigger{width:100%;height:var(--input-height);padding:var(--spacing-m) 10px;border:1px solid var(--color-grey-2);border-radius:var(--border-radius-input);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:8px;transition:border-color .2s;display:flex}.SuggestionSelect-module__jSOxMG__triggerOpen{border-color:var(--color-green-3)}.SuggestionSelect-module__jSOxMG__triggerValue{font-size:var(--font-size-md);color:var(--color-black-2);font-family:var(--font-family-2-light);text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.SuggestionSelect-module__jSOxMG__triggerPlaceholder{font-size:var(--font-size-md);color:var(--color-grey-5);font-family:var(--font-family-2-light);text-align:left;flex:1}.SuggestionSelect-module__jSOxMG__triggerIcons{flex-shrink:0;align-items:center;gap:4px;display:flex}.SuggestionSelect-module__jSOxMG__clearBtn{cursor:pointer;color:var(--color-grey-5);background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;padding:2px;transition:color .1s;display:flex}.SuggestionSelect-module__jSOxMG__clearBtn:hover{color:var(--color-black-2)}.SuggestionSelect-module__jSOxMG__clearBtn svg{width:11px;height:11px}.SuggestionSelect-module__jSOxMG__arrow{color:var(--color-grey-5);opacity:.7;align-items:center;display:flex}.SuggestionSelect-module__jSOxMG__popover{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-4);width:260px;box-shadow:var(--box-shadow-5);animation:.15s cubic-bezier(.16,1,.3,1) SuggestionSelect-module__jSOxMG__popIn;overflow:hidden}@keyframes SuggestionSelect-module__jSOxMG__popIn{0%{opacity:0;transform:scale(.96)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.SuggestionSelect-module__jSOxMG__list{flex-direction:column;gap:2px;max-height:220px;padding:6px;display:flex;overflow-y:auto}.SuggestionSelect-module__jSOxMG__item{color:var(--color-black-2);font-size:.85rem;font-family:var(--font-family-2-medium);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;width:100%;padding:9px 12px;transition:background .12s,color .12s}.SuggestionSelect-module__jSOxMG__item:hover{background:var(--color-white-3);color:var(--color-green-3)}.SuggestionSelect-module__jSOxMG__itemActive{background:var(--color-green-4);color:var(--color-green-3);font-family:var(--font-family-2-semi-bold)}.SuggestionSelect-module__jSOxMG__footer{background:var(--color-white-3);border-top:1px solid var(--color-grey-2);align-items:center;gap:8px;padding:10px;display:flex}.SuggestionSelect-module__jSOxMG__customInput{background:var(--color-white-1);border:1px solid var(--color-grey-2);color:var(--color-black-2);font-size:.82rem;font-family:var(--font-family-2-medium);border-radius:7px;outline:none;flex:1;padding:7px 10px;transition:border-color .15s}.SuggestionSelect-module__jSOxMG__customInput:focus{border-color:var(--color-green-3)}.SuggestionSelect-module__jSOxMG__customInput::placeholder{color:var(--color-grey-5)}.SuggestionSelect-module__jSOxMG__addBtn{background:var(--color-green-3);width:30px;height:30px;color:var(--color-white-1);cursor:pointer;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.SuggestionSelect-module__jSOxMG__addBtn:hover{background:var(--color-green-2)}.SuggestionSelect-module__jSOxMG__addBtn svg{width:12px;height:12px}.SuggestionSelect-module__jSOxMG__triggerError{border-color:var(--color-red-1)}.SuggestionSelect-module__jSOxMG__errorMessage{color:var(--color-red-1);font-size:.8rem}
.OfferForm-module__Wd8tZG__container{flex-direction:column;gap:20px;padding:4px 0;display:flex}.OfferForm-module__Wd8tZG__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.OfferForm-module__Wd8tZG__grid>*{min-width:0}.OfferForm-module__Wd8tZG__colFull{grid-column:1/-1}.OfferForm-module__Wd8tZG__actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}
.ProjectDeletion-module__DB0k-W__container{flex-direction:column;padding:0;display:flex}.ProjectDeletion-module__DB0k-W__content{flex-direction:column;gap:20px;margin-bottom:30px;display:flex}.ProjectDeletion-module__DB0k-W__warningText{color:var(--color-grey-6);margin:0;font-size:.95rem;line-height:1.5}.ProjectDeletion-module__DB0k-W__inputSection{flex-direction:column;gap:12px;display:flex}.ProjectDeletion-module__DB0k-W__inputLabel{color:var(--color-black-2);margin:0;font-size:.9rem}.ProjectDeletion-module__DB0k-W__inputLabel strong{font-family:var(--font-family-2-bold);color:var(--color-black-1)}.ProjectDeletion-module__DB0k-W__actions{justify-content:flex-end;align-items:center;gap:12px;width:100%;display:flex}
.ProjectForm-module__H4Fzqq__container{flex-direction:column;gap:24px;padding:8px 4px;display:flex}.ProjectForm-module__H4Fzqq__fields{flex-direction:column;gap:16px;display:flex}.ProjectForm-module__H4Fzqq__field{flex-direction:column;gap:8px;display:flex}.ProjectForm-module__H4Fzqq__label{color:var(--color-grey-6);font-size:.82rem;font-family:var(--font-family-2-semi-bold)}.ProjectForm-module__H4Fzqq__footer{justify-content:flex-end;margin-top:12px;display:flex}
.CallTitle-module__ILOw1q__root{align-items:center;gap:12px;width:90%;max-width:500px;display:flex}.CallTitle-module__ILOw1q__editableText{flex:1;min-width:0}.CallTitle-module__ILOw1q__icon{color:var(--color-green-3);flex-shrink:0;justify-content:center;align-items:center;display:flex}.CallTitle-module__ILOw1q__icon svg{width:16px;height:16px}.CallTitle-module__ILOw1q__name{color:var(--color-green-5);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.CallTitle-module__ILOw1q__input{color:var(--color-green-5);font-size:.85rem;font-weight:500}.CallTitle-module__ILOw1q__large{width:100%}.CallTitle-module__ILOw1q__large .CallTitle-module__ILOw1q__name{font-size:1rem;font-weight:600}.CallTitle-module__ILOw1q__large .CallTitle-module__ILOw1q__input{padding:6px 10px;font-size:1rem;font-weight:600}.CallTitle-module__ILOw1q__large .CallTitle-module__ILOw1q__icon svg{width:20px;height:20px}
.InsightCard-module__qEqbya__insightCard{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:16px;padding:20px;transition:all .2s}.InsightCard-module__qEqbya__insightCard:hover{border-color:var(--color-grey-3);background:var(--color-white-5)}.InsightCard-module__qEqbya__insightHeader{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.InsightCard-module__qEqbya__leftHeader{flex:1;align-items:center;gap:12px;display:flex}.InsightCard-module__qEqbya__itemIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.InsightCard-module__qEqbya__itemIcon svg{width:18px;height:18px}.InsightCard-module__qEqbya__insightLabel{font-size:.92rem;font-family:var(--font-family-2-medium);color:var(--color-black-2);flex:1;margin:0}.InsightCard-module__qEqbya__badgeRow{flex-shrink:0;align-items:center;gap:8px;display:flex}.InsightCard-module__qEqbya__levelBadge{font-size:.72rem;font-family:var(--font-family-2-bold);border:none;border-radius:6px;padding:4px 12px}.InsightCard-module__qEqbya__levelBadge.InsightCard-module__qEqbya__level0{background:var(--color-success-bg);color:var(--color-success)}.InsightCard-module__qEqbya__levelBadge.InsightCard-module__qEqbya__level1{background:var(--color-analysis-objection-bg);color:var(--color-analysis-objection)}.InsightCard-module__qEqbya__levelBadge.InsightCard-module__qEqbya__level2{background:var(--color-analysis-pain-bg);color:var(--color-analysis-pain)}.InsightCard-module__qEqbya__countBadge{font-size:.72rem;font-family:var(--font-family-2-medium);background:var(--category-color-bg);color:var(--category-color);border-radius:6px;padding:4px 12px}.InsightCard-module__qEqbya__insightDescription{color:var(--color-grey-6);margin:0 0 12px;font-size:.88rem;line-height:1.6}.InsightCard-module__qEqbya__quotesSection{flex-direction:column;gap:8px;display:flex}.InsightCard-module__qEqbya__quoteBubble{background:var(--color-white-3);border-left:2px solid var(--color-grey-2);border-radius:0 12px 12px 0;padding:12px 16px}.InsightCard-module__qEqbya__quoteBubble p{color:var(--color-grey-6);margin:0;font-size:.85rem;font-style:italic;line-height:1.4}@media (min-width:576px){.InsightCard-module__qEqbya__insightHeader{flex-direction:row;justify-content:space-between;align-items:center}}
.AnalysisInsights-module__sj8Sya__container{flex-direction:column;gap:20px;width:100%;display:flex}.AnalysisInsights-module__sj8Sya__headerInfo{align-items:center;gap:16px;padding-bottom:16px;display:flex}.AnalysisInsights-module__sj8Sya__iconWrapper{background:var(--category-color-bg);width:44px;height:44px;color:var(--category-color);border-radius:12px;justify-content:center;align-items:center;padding:8px;transition:transform .2s;display:flex}.AnalysisInsights-module__sj8Sya__iconWrapper svg{width:24px;height:24px}.AnalysisInsights-module__sj8Sya__texts{flex-direction:column;gap:4px;display:flex}.AnalysisInsights-module__sj8Sya__subtitle{font-size:1.15rem;font-family:var(--font-family-2-medium);color:var(--color-black-1);margin:0}.AnalysisInsights-module__sj8Sya__insightsList{flex-direction:column;gap:16px;display:flex}.AnalysisInsights-module__sj8Sya__paginationWrapper{border-top:1px solid var(--color-grey-2);justify-content:center;margin-top:10px;padding-top:16px;display:flex}.AnalysisInsights-module__sj8Sya__paginationWrapper button{border-color:var(--color-grey-2);background-color:var(--color-white-1);color:var(--color-grey-1)}.AnalysisInsights-module__sj8Sya__paginationWrapper button:hover:not(:disabled){background-color:var(--category-color-bg);color:var(--category-color);border-color:var(--category-color-bg)}.AnalysisInsights-module__sj8Sya__paginationWrapper button[class*=buttonActive]{background-color:var(--category-color);color:var(--color-white-1);border-color:var(--category-color);box-shadow:0 2px 4px var(--category-color-bg)}
.AnalysisRecommendationDetail-module__26JDOW__container{flex-direction:column;gap:14px;padding:4px 0;display:flex}.AnalysisRecommendationDetail-module__26JDOW__section{border-radius:var(--border-radius-card-4);flex-direction:column;gap:10px;padding:18px 20px;display:flex}.AnalysisRecommendationDetail-module__26JDOW__evidence{background-color:var(--color-analysis-feature-bg)}.AnalysisRecommendationDetail-module__26JDOW__inaction{background-color:var(--color-analysis-pain-bg)}.AnalysisRecommendationDetail-module__26JDOW__todo{background-color:var(--color-green-4)}.AnalysisRecommendationDetail-module__26JDOW__sectionHeader{align-items:center;gap:8px;display:flex}.AnalysisRecommendationDetail-module__26JDOW__sectionIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.AnalysisRecommendationDetail-module__26JDOW__sectionIcon svg{width:16px;height:16px}.AnalysisRecommendationDetail-module__26JDOW__evidence .AnalysisRecommendationDetail-module__26JDOW__sectionIcon{color:var(--color-analysis-feature)}.AnalysisRecommendationDetail-module__26JDOW__inaction .AnalysisRecommendationDetail-module__26JDOW__sectionIcon{color:var(--color-analysis-pain)}.AnalysisRecommendationDetail-module__26JDOW__todo .AnalysisRecommendationDetail-module__26JDOW__sectionIcon{color:var(--color-green-3)}.AnalysisRecommendationDetail-module__26JDOW__sectionLabel{font-family:var(--font-family-2-bold);text-transform:uppercase;letter-spacing:.07em;font-size:.78rem}.AnalysisRecommendationDetail-module__26JDOW__evidence .AnalysisRecommendationDetail-module__26JDOW__sectionLabel{color:var(--color-analysis-feature)}.AnalysisRecommendationDetail-module__26JDOW__inaction .AnalysisRecommendationDetail-module__26JDOW__sectionLabel{color:var(--color-analysis-pain)}.AnalysisRecommendationDetail-module__26JDOW__todo .AnalysisRecommendationDetail-module__26JDOW__sectionLabel{color:var(--color-green-3)}.AnalysisRecommendationDetail-module__26JDOW__sectionText{font-family:var(--font-family-2-regular);color:var(--color-grey-6);margin:0;font-size:.9rem;line-height:1.55}
.StatusFilter-module__7l65xa__trigger{cursor:pointer;width:22px;height:22px;color:var(--color-grey-5);border-radius:6px;justify-content:center;align-items:center;margin-left:6px;transition:all .15s;display:inline-flex}.StatusFilter-module__7l65xa__trigger:hover{background:var(--color-white-1);color:var(--color-green-3)}.StatusFilter-module__7l65xa__trigger.StatusFilter-module__7l65xa__active{background:var(--color-green-4);color:var(--color-green-3)}.StatusFilter-module__7l65xa__popoverContent{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-4,12px);width:220px;box-shadow:var(--box-shadow-5,0 8px 30px var(--color-shadow-lg-2));z-index:9999;animation:.2s cubic-bezier(.16,1,.3,1) StatusFilter-module__7l65xa__popIn;overflow:hidden}@keyframes StatusFilter-module__7l65xa__popIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.StatusFilter-module__7l65xa__list{flex-direction:column;gap:2px;max-height:220px;padding:6px;display:flex;overflow-y:auto}.StatusFilter-module__7l65xa__item{color:var(--color-black-2);cursor:pointer;text-align:left;font-size:.82rem;font-family:var(--font-family-2-medium);border-radius:8px;padding:10px 12px;transition:all .15s}.StatusFilter-module__7l65xa__item:hover{background:var(--color-white-3);color:var(--color-green-3)}.StatusFilter-module__7l65xa__itemActive{background:var(--color-green-4);color:var(--color-green-3);font-family:var(--font-family-2-semi-bold)}
.RunAnalysis-module__SEFT4a__playButton{color:var(--color-green-3);border-radius:50%;transition:all .2s;background:0 0!important}.RunAnalysis-module__SEFT4a__playButton:hover{background:var(--color-green-4)!important}.RunAnalysis-module__SEFT4a__menuItem{cursor:pointer;width:100%;color:var(--color-black-2);font-size:.875rem;font-family:var(--font-family-2-medium);text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;transition:background .15s;display:flex}.RunAnalysis-module__SEFT4a__menuItem:hover{background:var(--color-white-3)}.RunAnalysis-module__SEFT4a__menuItemIcon{color:var(--color-green-3);display:flex}
.MemberFilter-module__9Ik_-W__trigger{cursor:pointer;width:22px;height:22px;color:var(--color-grey-5);border-radius:6px;justify-content:center;align-items:center;margin-left:6px;transition:all .15s;display:inline-flex}.MemberFilter-module__9Ik_-W__trigger:hover{background:var(--color-white-1);color:var(--color-green-3)}.MemberFilter-module__9Ik_-W__trigger.MemberFilter-module__9Ik_-W__active{background:var(--color-green-4);color:var(--color-green-3)}.MemberFilter-module__9Ik_-W__popoverContent{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-4,12px);width:220px;box-shadow:var(--box-shadow-5,0 8px 30px var(--color-shadow-lg-2));z-index:9999;animation:.2s cubic-bezier(.16,1,.3,1) MemberFilter-module__9Ik_-W__popIn;overflow:hidden}@keyframes MemberFilter-module__9Ik_-W__popIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.MemberFilter-module__9Ik_-W__list{flex-direction:column;gap:2px;max-height:220px;padding:6px;display:flex;overflow-y:auto}.MemberFilter-module__9Ik_-W__item{color:var(--color-black-2);cursor:pointer;text-align:left;font-size:.82rem;font-family:var(--font-family-2-medium);border-radius:8px;padding:10px 12px;transition:all .15s}.MemberFilter-module__9Ik_-W__item:hover{background:var(--color-white-3);color:var(--color-green-3)}.MemberFilter-module__9Ik_-W__itemActive{background:var(--color-green-4);color:var(--color-green-3);font-family:var(--font-family-2-semi-bold)}.MemberFilter-module__9Ik_-W__itemMe{font-family:var(--font-family-2-medium);color:var(--color-green-3);opacity:.8}.MemberFilter-module__9Ik_-W__itemMe:hover{opacity:1}
.TypeFilter-module__XtvZTa__trigger{cursor:pointer;width:22px;height:22px;color:var(--color-grey-5);border-radius:6px;justify-content:center;align-items:center;margin-left:6px;transition:all .15s;display:inline-flex}.TypeFilter-module__XtvZTa__trigger:hover{background:var(--color-white-1);color:var(--color-green-3)}.TypeFilter-module__XtvZTa__trigger.TypeFilter-module__XtvZTa__active{background:var(--color-green-4);color:var(--color-green-3)}.TypeFilter-module__XtvZTa__popoverContent{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-4,12px);width:220px;box-shadow:var(--box-shadow-5,0 8px 30px var(--color-shadow-lg-2));z-index:9999;animation:.2s cubic-bezier(.16,1,.3,1) TypeFilter-module__XtvZTa__popIn;overflow:hidden}@keyframes TypeFilter-module__XtvZTa__popIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.TypeFilter-module__XtvZTa__list{flex-direction:column;gap:2px;max-height:220px;padding:6px;display:flex;overflow-y:auto}.TypeFilter-module__XtvZTa__item{color:var(--color-black-2);cursor:pointer;text-align:left;font-size:.82rem;font-family:var(--font-family-2-medium);border-radius:8px;padding:10px 12px;transition:all .15s}.TypeFilter-module__XtvZTa__item:hover{background:var(--color-white-3);color:var(--color-green-3)}.TypeFilter-module__XtvZTa__itemActive{background:var(--color-green-4);color:var(--color-green-3);font-family:var(--font-family-2-semi-bold)}
.Calls-module__c2wCJW__container{--calls-grid-cols:minmax(180px, 2fr) minmax(150px, 1.3fr) minmax(150px, 1.3fr) 150px 80px 80px;--calls-grid-cols-desktop:minmax(180px, 2fr) minmax(150px, 1.3fr) minmax(150px, 1.3fr) 150px 80px 80px;background:var(--color-white-1);flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.Calls-module__c2wCJW__header{height:var(--call-header-height,60px);justify-content:space-between;align-items:center;padding:0 16px 0 24px;display:flex}.Calls-module__c2wCJW__title{font-size:1.1rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}.Calls-module__c2wCJW__autoRunToggle span{color:var(--color-grey-5);font-size:.8rem;font-weight:400;font-family:var(--font-family-2-medium)}.Calls-module__c2wCJW__loaderContainer{flex:1;justify-content:center;align-items:center;padding-bottom:60px;display:flex}.Calls-module__c2wCJW__empty{text-align:center;background:var(--color-white-1);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:32px;animation:.5s ease-out Calls-module__c2wCJW__fadeIn;display:flex}.Calls-module__c2wCJW__emptyIcon{background:var(--color-green-4);width:72px;height:72px;color:var(--color-green-3);border-radius:20px;justify-content:center;align-items:center;margin-bottom:8px;transition:all .3s;display:flex}.Calls-module__c2wCJW__empty:hover .Calls-module__c2wCJW__emptyIcon{box-shadow:0 10px 20px var(--color-green-4);transform:translateY(-5px)}.Calls-module__c2wCJW__emptyIcon svg{width:40px;height:40px}.Calls-module__c2wCJW__emptyTexts{flex-direction:column;gap:8px;display:flex}.Calls-module__c2wCJW__emptyTitle{font-size:1.15rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}.Calls-module__c2wCJW__emptySubtitle{color:var(--color-grey-6);max-width:300px;margin:0;font-size:.9rem;line-height:1.5}@keyframes Calls-module__c2wCJW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Calls-module__c2wCJW__scrollWrapper{flex-direction:column;flex:1;width:100%;min-width:0;display:flex;overflow:auto}.Calls-module__c2wCJW__scrollWrapper::-webkit-scrollbar{width:6px;height:6px}.Calls-module__c2wCJW__scrollWrapper::-webkit-scrollbar-track{background:0 0}.Calls-module__c2wCJW__scrollWrapper::-webkit-scrollbar-thumb{background:var(--color-grey-3);border-radius:20px}.Calls-module__c2wCJW__scrollWrapper::-webkit-scrollbar-thumb:hover{background:var(--color-green-4)}.Calls-module__c2wCJW__tableInner{width:100%;min-width:max-content}.Calls-module__c2wCJW__tableHeader{z-index:10;grid-template-columns:var(--calls-grid-cols);width:100%;height:var(--call-table-header-height,36px);background:var(--color-white-3);border-top:1px solid var(--color-grey-2);border-bottom:1px solid var(--color-grey-2);align-items:center;gap:12px;padding:0 24px;display:grid;position:sticky;top:0}.Calls-module__c2wCJW__tableHeader span{font-size:.85rem;font-family:var(--font-family-2-semi-bold);color:var(--color-grey-1);white-space:nowrap}.Calls-module__c2wCJW__tableHeader span:not(:first-child){text-align:center;justify-content:center;justify-self:center;align-items:center;display:flex}.Calls-module__c2wCJW__tableHeader span:last-child{text-align:center;background:var(--color-white-3);z-index:11}.Calls-module__c2wCJW__listContainer{width:100%;position:relative}.Calls-module__c2wCJW__fetchingOverlay{z-index:5;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Calls-module__c2wCJW__list{width:100%;margin:0;padding:0;list-style:none}.Calls-module__c2wCJW__item{grid-template-columns:var(--calls-grid-cols);width:100%;height:var(--call-row-height,64px);border-bottom:1px solid var(--color-grey-3);cursor:pointer;align-items:center;gap:12px;padding:0 24px;transition:background .15s;display:grid}.Calls-module__c2wCJW__item>:not(:first-child){text-align:center;justify-content:center;justify-self:center;align-items:center;display:flex}.Calls-module__c2wCJW__item:hover{background:var(--color-white-3)}.Calls-module__c2wCJW__item:last-child{border-bottom:none}.Calls-module__c2wCJW__itemName{align-items:center;gap:16px;min-width:0;display:flex}.Calls-module__c2wCJW__itemIcon{color:var(--color-green-3);border-radius:12px;flex-shrink:0;align-items:center;transition:all .2s;display:flex}.Calls-module__c2wCJW__item:hover .Calls-module__c2wCJW__itemIcon{background:var(--color-white-1);box-shadow:var(--color-shadow-sm)}.Calls-module__c2wCJW__itemIcon svg{width:20px;height:20px}.Calls-module__c2wCJW__itemFileName{font-size:.95rem;font-family:var(--font-family-2-semi-bold);color:var(--color-black-2);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Calls-module__c2wCJW__itemMember{align-items:center;display:flex}.Calls-module__c2wCJW__emptyFilter{color:var(--color-grey-6);text-align:center;justify-content:center;align-items:center;padding:40px 24px;font-size:.9rem;display:flex}.Calls-module__c2wCJW__loaderRow{justify-content:center;align-items:center;padding:48px 24px;display:flex}.Calls-module__c2wCJW__itemSize{color:var(--color-grey-1);text-align:center;justify-content:center;align-items:center;font-size:.85rem;display:flex}.Calls-module__c2wCJW__typeSelect{background:var(--color-white-3);border:1px solid var(--color-grey-2);font-size:.8rem;font-family:var(--font-family-2-semi-bold);cursor:pointer;text-align:left;border-radius:8px;width:130px;padding:6px 12px;transition:all .2s}.Calls-module__c2wCJW__typeSelect:hover:not(:disabled){border-color:var(--color-green-3);background:var(--color-white-1)}.Calls-module__c2wCJW__typeSelect:focus{box-shadow:0 0 0 2px var(--color-grey-2);outline:none}.Calls-module__c2wCJW__typeBadge{font-size:.8rem;font-family:var(--font-family-2-semi-bold);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:6px 12px;display:flex}.Calls-module__c2wCJW__typeDiscovery{background:var(--color-type-discovery-bg);color:var(--color-type-discovery)}.Calls-module__c2wCJW__typeDemo{background:var(--color-type-demo-bg);color:var(--color-type-demo)}.Calls-module__c2wCJW__typeInterview{background:var(--color-type-interview-bg);color:var(--color-type-interview)}.Calls-module__c2wCJW__typeClosing{background:var(--color-type-closing-bg);color:var(--color-type-closing)}.Calls-module__c2wCJW__typeOther{background:var(--color-white-3);color:var(--color-grey-6)}.Calls-module__c2wCJW__typeSelect:disabled{cursor:default;opacity:1}.Calls-module__c2wCJW__playBtnContainer{justify-content:center;align-items:center;display:flex}.Calls-module__c2wCJW__menuBtnContainer{justify-content:center;align-items:center;height:100%;display:flex;position:sticky;right:24px}.Calls-module__c2wCJW__footer{height:var(--call-footer-height,47px);background:var(--color-white-3);border-top:1px solid var(--color-grey-2);justify-content:space-between;align-items:center;margin-top:auto;padding:0 32px;display:flex}.Calls-module__c2wCJW__footerCount{color:var(--color-grey-5);font-size:.8rem;font-family:var(--font-family-2-medium)}@media (min-width:768px){.Calls-module__c2wCJW__container{--calls-grid-cols:var(--calls-grid-cols-desktop)}.Calls-module__c2wCJW__tableHeader,.Calls-module__c2wCJW__list,.Calls-module__c2wCJW__item{min-width:100%}.Calls-module__c2wCJW__tableHeader,.Calls-module__c2wCJW__item{padding:0 32px}}
.UploadCalls-module__jaCd8q__wrapper{flex-direction:column;gap:16px;height:100%;padding:24px 20px;display:flex}.UploadCalls-module__jaCd8q__header{flex-direction:column;gap:8px;display:flex}.UploadCalls-module__jaCd8q__title{font-size:1.1rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}.UploadCalls-module__jaCd8q__dropZone{border:2px dashed var(--color-grey-2);border-radius:var(--border-radius-card-4);cursor:pointer;text-align:center;background:var(--color-white-1);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:280px;padding:24px;transition:all .2s;display:flex}.UploadCalls-module__jaCd8q__dropZone:hover{border-color:var(--color-green-3);background:var(--color-white-1);box-shadow:var(--color-shadow-md);transform:translateY(-2px)}.UploadCalls-module__jaCd8q__dropZone.UploadCalls-module__jaCd8q__dragging{border-color:var(--color-green-3);background:var(--color-white-6)}.UploadCalls-module__jaCd8q__dropIcon{color:var(--color-green-3)}.UploadCalls-module__jaCd8q__dropTitle{font-size:.95rem;font-family:var(--font-family-2-semi-bold);color:var(--color-black-1);margin:0}.UploadCalls-module__jaCd8q__dropSubtitle{color:var(--color-grey-5);max-width:320px;font-size:.82rem;line-height:1.7;font-family:var(--font-family-2-medium);margin:0}.UploadCalls-module__jaCd8q__orSeparator{color:var(--color-grey-5);text-transform:uppercase;letter-spacing:.15em;opacity:.6;margin:8px 0;font-size:.65rem}.UploadCalls-module__jaCd8q__formatsText{color:var(--color-grey-5);opacity:.7;max-width:300px;margin:16px 0 0;font-size:.72rem}.UploadCalls-module__jaCd8q__maxSizeInfo{font-family:var(--font-family-2-semi-bold);color:var(--color-green-5);margin-top:6px;display:block}.UploadCalls-module__jaCd8q__integrationsSection{flex-direction:column;gap:12px;margin-top:auto;display:flex}.UploadCalls-module__jaCd8q__integrationsTitle{font-size:.6rem;font-family:var(--font-family-2-semi-bold);color:var(--color-grey-6);text-transform:uppercase;letter-spacing:.1em;margin:0}.UploadCalls-module__jaCd8q__integrationsList{flex-wrap:wrap;gap:10px;display:flex}.UploadCalls-module__jaCd8q__integrationBtn{border-radius:var(--border-radius-card-4);border:1px solid var(--color-grey-2);background:var(--color-white-1);cursor:pointer;font-family:var(--font-family-2-medium);color:var(--color-black-1);align-items:center;gap:8px;padding:8px 14px;font-size:.8rem;transition:all .2s;display:flex}.UploadCalls-module__jaCd8q__integrationBtn:hover{border-color:var(--color-grey-3);background:var(--color-white-3);box-shadow:var(--box-shadow-sm)}.UploadCalls-module__jaCd8q__integrationBtn:disabled{opacity:.6;cursor:not-allowed}.UploadCalls-module__jaCd8q__fileList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.UploadCalls-module__jaCd8q__fileItem{border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-4);background:var(--color-white-1);align-items:center;gap:12px;padding:8px 14px;transition:all .15s;display:flex}.UploadCalls-module__jaCd8q__fileItem:hover{border-color:var(--color-green-1);box-shadow:var(--color-shadow-sm)}.UploadCalls-module__jaCd8q__fileIcon{color:var(--color-green-3);flex-shrink:0;align-items:center;display:flex}.UploadCalls-module__jaCd8q__fileIcon svg{width:18px;height:18px}.UploadCalls-module__jaCd8q__fileMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.UploadCalls-module__jaCd8q__fileName{font-size:.85rem;font-family:var(--font-family-2-semi-bold);color:var(--color-black-2);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.UploadCalls-module__jaCd8q__fileSize{color:var(--color-grey-5);font-size:.75rem}.UploadCalls-module__jaCd8q__removeBtn{cursor:pointer;color:var(--color-grey-1);background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;padding:6px;transition:all .15s;display:flex}.UploadCalls-module__jaCd8q__removeBtn:hover{color:var(--color-red-4);background:var(--color-red-4-bg)}@media (min-width:1200px){.UploadCalls-module__jaCd8q__wrapper{overflow-y:auto}}
.ExportAvatar-module__c8hjQq__content{flex-direction:column;gap:24px;display:flex}.ExportAvatar-module__c8hjQq__section{flex-direction:column;gap:12px;display:flex}.ExportAvatar-module__c8hjQq__label{font-size:var(--text-sm);color:var(--color-black-1);font-weight:500}.ExportAvatar-module__c8hjQq__formats{gap:24px;display:flex}.ExportAvatar-module__c8hjQq__options{background:var(--color-white-7);border-radius:var(--border-radius-card-4);border:1px solid var(--color-white-5);flex-direction:column;gap:16px;padding:16px;display:flex}.ExportAvatar-module__c8hjQq__footer{justify-content:flex-end;margin-top:8px;display:flex}
.Modal-module__Xk1cAG__background{background-color:var(--color-black-6);z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.Modal-module__Xk1cAG__overlay{z-index:1001}.Modal-module__Xk1cAG__modal{background-color:var(--color-white-1);box-shadow:var(--box-shadow-4);width:100%;height:100%;max-height:100%;padding:var(--spacing-l);border-radius:0;flex-direction:column;display:flex;position:absolute;top:0;left:0;overflow:hidden}.Modal-module__Xk1cAG__header{padding-bottom:var(--spacing-m);justify-content:space-between;align-items:center;display:flex}.Modal-module__Xk1cAG__close{opacity:0;pointer-events:none;visibility:hidden}.Modal-module__Xk1cAG__title{font-family:var(--font-family-2-semi-bold);color:var(--color-black-1);font-size:var(--font-size-xl);flex:1;min-width:0;max-width:92%;margin:0;font-weight:600;overflow:hidden}.Modal-module__Xk1cAG__closeButton{cursor:pointer;color:var(--color-black-1);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.Modal-module__Xk1cAG__closeButton:hover{color:var(--color-green-1);background:var(--color-green-4)}.Modal-module__Xk1cAG__closeButton svg{width:18px;height:18px}.Modal-module__Xk1cAG__content{scrollbar-width:none;-ms-overflow-style:none;flex:1;width:100%;min-height:0;overflow-y:auto}.Modal-module__Xk1cAG__content::-webkit-scrollbar{display:none}.Modal-module__Xk1cAG__footer{margin:0 calc(-1 * var(--spacing-l));padding:14px var(--spacing-l) 0;background:var(--color-white-1);border-top:1px solid var(--color-grey-2);flex-shrink:0}@keyframes Modal-module__Xk1cAG__zoom-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Modal-module__Xk1cAG__slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (min-width:768px){.Modal-module__Xk1cAG__modal{width:auto;height:auto;max-height:none;padding:var(--spacing-lx);border-radius:var(--border-radius-card-5);position:relative;top:auto;left:auto}.Modal-module__Xk1cAG__small{width:600px;max-height:85vh}.Modal-module__Xk1cAG__medium{width:750px;max-height:90vh}.Modal-module__Xk1cAG__large{width:1100px;max-height:95vh}}
.Home-module__NNgVZa__container{--gap-min:80px;--gap-max:120px;gap:var(--gap-min);margin-left:calc(-1 * var(--spacing-ml));margin-right:calc(-1 * var(--spacing-ml));margin-top:calc(-1 * var(--spacing-ml));width:calc(100% + 2 * var(--spacing-ml));flex-direction:column;display:flex;position:relative}.Home-module__NNgVZa__contentWrapper{background:linear-gradient(to bottom, transparent 0%, var(--color-green-4) 6% 94%, transparent 100%);z-index:2;padding:80px 0}.Home-module__NNgVZa__content{width:var(--home-width-min);max-width:calc(var(--home-width-max) - 10px);gap:var(--gap-min);z-index:180;flex-direction:column;margin:0 auto;display:flex;overflow:visible}.Home-module__NNgVZa__content2{overflow:hidden}.Home-module__NNgVZa__titles{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.Home-module__NNgVZa__supTitle{font-family:var(--font-family-2-semi-bold);color:var(--color-green-2);font-size:1.2rem;font-weight:800}.Home-module__NNgVZa__title{font-family:var(--font-family-1-bold-italic);color:var(--color-green-5);text-wrap:balance;font-size:1.8rem;line-height:1.2;position:relative}.Home-module__NNgVZa__text{font-family:var(--font-family-2-medium);font-size:1rem;line-height:var(--home-text-line-height);color:var(--color-green-5);text-wrap:pretty}.Home-module__NNgVZa__topLeftGradient{top:calc((var(--header-height) * -1) * 2.4);background:radial-gradient(ellipse at left, var(--color-green-8), transparent 65%);z-index:0;width:50%;height:1800px;position:absolute;left:0}.Home-module__NNgVZa__topRightGradient{top:calc((var(--header-height) * -1) * 4.2);background:radial-gradient(ellipse at top right, var(--color-green-8), transparent 65%);z-index:0;width:50%;height:900px;position:absolute;right:0}.Home-module__NNgVZa__bottomGradient{background:linear-gradient(to top, var(--color-green-8), transparent);z-index:1;width:100%;height:600px;position:absolute;bottom:-110px;left:0}@media (min-width:768px){.Home-module__NNgVZa__contentWrapper{margin:-20px 0 -30px;padding:120px 0}.Home-module__NNgVZa__supTitle{font-size:1.3rem;line-height:1.3}.Home-module__NNgVZa__text{font-size:1.05rem}}@media (min-width:992px){.Home-module__NNgVZa__container{gap:var(--gap-max);margin-left:calc(-1 * var(--spacing-xxl));margin-right:calc(-1 * var(--spacing-xxl));margin-top:calc(-1 * var(--spacing-ml));width:calc(100% + 2 * var(--spacing-xxl))}}
.BonusTools-module__dqQwGW__bonusSectionHeader{gap:32px;margin-bottom:20px}.BonusTools-module__dqQwGW__bonusTitle{font-size:1.5rem}.BonusTools-module__dqQwGW__bonusIcon{width:32px;height:32px}.BonusTools-module__dqQwGW__bonusIconWrapper{vertical-align:middle;align-items:center;margin-top:-10px;margin-right:12px;display:inline-flex}.BonusTools-module__dqQwGW__bonusDesc{max-width:800px;font-size:1.1rem}@media (min-width:992px){.BonusTools-module__dqQwGW__bonusTitle{font-size:2.1rem}.BonusTools-module__dqQwGW__bonusIcon{width:42px;height:42px}}
.CallToCTA-module__6ytTaq__container{flex-direction:column;justify-content:center;align-items:center;gap:35px;width:100%;max-width:910px;margin:60px auto 15px;display:flex}.CallToCTA-module__6ytTaq__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:relative}.CallToCTA-module__6ytTaq__title{max-width:330px;line-height:110%}.CallToCTA-module__6ytTaq__iconBars{display:none}.CallToCTA-module__6ytTaq__iconBars svg{width:2.5rem}.CallToCTA-module__6ytTaq__countdown{align-items:center;font-size:1rem;display:flex}.CallToCTA-module__6ytTaq__icon{font-size:1.2rem;transform:rotate(30deg)}.CallToCTA-module__6ytTaq__timeSegment{flex-direction:column;align-items:center;gap:5px;display:flex}.CallToCTA-module__6ytTaq__number{aspect-ratio:1;width:50px;color:var(--color-green-5);border:1px solid var(--color-green-5);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;line-height:1;display:flex}.CallToCTA-module__6ytTaq__label{color:var(--color-green-5);font-size:.8rem;font-weight:700}.CallToCTA-module__6ytTaq__textContent{text-align:center;flex-direction:column;gap:20px;max-width:500px;display:flex}.CallToCTA-module__6ytTaq__text{max-width:490px;color:var(--color-green-5);text-align:center;text-wrap:auto;font-size:1.06rem;font-weight:700}.CallToCTA-module__6ytTaq__spots{color:var(--color-green-5);opacity:.85;text-align:center;margin:-15px 0 0;font-size:.85rem;font-weight:600}.CallToCTA-module__6ytTaq__ctaWrapper{transform-origin:50%;margin-top:5px;transform:scale(1.1)}@media (min-width:768px){.CallToCTA-module__6ytTaq__title{max-width:400px;font-size:2rem}.CallToCTA-module__6ytTaq__iconBars{display:block;position:absolute;top:-50px;right:-30px}}
.Carousel-module__DtcEkW__carouselContainer{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative;overflow:hidden}.Carousel-module__DtcEkW__carouselTrack{align-items:center;width:100%;height:100%;transition:transform .6s ease-out;display:flex;position:relative}.Carousel-module__DtcEkW__slide{width:260px;height:80%;box-shadow:0 10px 30px var(--color-shadow-xl);opacity:.8;cursor:pointer;background-color:#fff;border-radius:16px;text-decoration:none;transition:all .8s cubic-bezier(.4,0,.2,1);position:absolute;overflow:hidden;transform:scale(.85)}.Carousel-module__DtcEkW__slideActive{opacity:1;z-index:10;box-shadow:0 15px 10px var(--color-shadow-lg);transform:scale(1)}.Carousel-module__DtcEkW__slideImage{object-fit:cover;object-position:top;width:100%;height:100%}.Carousel-module__DtcEkW__slideTitles{background:linear-gradient(to top, var(--color-black-overlay-heavy), var(--color-black-overlay-medium) 50%, transparent);text-align:center;flex-direction:column;gap:3px;padding:20px;display:flex;position:absolute;bottom:0;left:0;right:0}.Carousel-module__DtcEkW__slideTitle{font-family:var(--font-family-2-light);color:var(--color-white-1);font-size:1.25rem;font-weight:600}.Carousel-module__DtcEkW__slideSubTitle{font-family:var(--font-family-2-light);color:var(--color-white-3);text-wrap:balance;font-size:.95rem;font-weight:500}.Carousel-module__DtcEkW__slideIcons{justify-content:center;align-items:center;gap:12px;margin-top:4px;margin-bottom:-3px;display:flex;position:relative}.Carousel-module__DtcEkW__slideIcons svg{aspect-ratio:1;width:auto;height:30px;fill:var(--color-white-1)}.Carousel-module__DtcEkW__slideIcons svg path{fill:var(--color-white-1)}.Carousel-module__DtcEkW__navigation{z-index:20;justify-content:center;width:100%;display:flex;position:absolute;bottom:20px}.Carousel-module__DtcEkW__navigationDot{background-color:var(--color-white-overlay-5);cursor:pointer;border-radius:50%;width:10px;height:10px;margin:0 6px;transition:all .3s}.Carousel-module__DtcEkW__navigationDotActive{background-color:#fff;transform:scale(1.2)}.Carousel-module__DtcEkW__navButton{background-color:var(--color-white-overlay-6);cursor:pointer;z-index:20;width:50px;height:50px;box-shadow:0 5px 15px var(--color-shadow-lg);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Carousel-module__DtcEkW__navButton svg{color:var(--color-green-1)}.Carousel-module__DtcEkW__navButton:hover{box-shadow:0 8px 20px var(--color-shadow-xl);background-color:#fff}.Carousel-module__DtcEkW__prevButton{left:20px}.Carousel-module__DtcEkW__nextButton{right:20px}.Carousel-module__DtcEkW__carouselBackground{z-index:-1;position:absolute;inset:0}@media (max-width:768px){.Carousel-module__DtcEkW__carouselContainer{height:400px}.Carousel-module__DtcEkW__slide{width:220px}.Carousel-module__DtcEkW__navButton{width:40px;height:40px}.Carousel-module__DtcEkW__slideTitles{padding:15px}}
.Experts-module__DFBN8W__container{width:100%;max-width:calc(var(--home-layout-max-width) + 200px);text-align:center;flex-direction:column;gap:50px;margin:0 auto -20px;display:flex;position:relative}.Experts-module__DFBN8W__titles{flex-direction:column;gap:8px;display:flex}.Experts-module__DFBN8W__title{font-family:var(--font-family-1-bold-italic);text-wrap:balance;color:var(--color-green-5);font-size:2rem;line-height:1}.Experts-module__DFBN8W__texts{flex-flow:column wrap;justify-content:center;gap:15px;width:100%;max-width:630px;margin:auto;display:flex}.Experts-module__DFBN8W__text{border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card);text-align:start;width:100%;color:var(--color-green-5);flex-wrap:nowrap;align-items:center;gap:10px;padding:15px 20px;display:flex}.Experts-module__DFBN8W__text span{text-wrap:auto;flex:1;font-weight:400}.Experts-module__DFBN8W__text:first-child,.Experts-module__DFBN8W__text:last-child{background:var(--color-green-4)}.Experts-module__DFBN8W__text svg{width:30px}.Experts-module__DFBN8W__text svg path{fill:var(--color-red-1)}.Experts-module__DFBN8W__text:first-child svg path,.Experts-module__DFBN8W__text:last-child svg path{fill:var(--color-green-5)}.Experts-module__DFBN8W__text a{color:var(--color-green-5);font-weight:700;text-decoration:underline}.Experts-module__DFBN8W__textTitle{font-family:var(--font-family-2-bold-italic);color:var(--color-green-5);font-size:1.2rem;font-weight:700;line-height:1.2}.Experts-module__DFBN8W__subTitle{font-family:var(--font-family-1-bold-italic);color:var(--color-green-5);font-size:1.3rem;line-height:1.4}.Experts-module__DFBN8W__subTitleUnderline{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.Experts-module__DFBN8W__logoImg1,.Experts-module__DFBN8W__logoImg2,.Experts-module__DFBN8W__logoImg3{border-radius:5px}.Experts-module__DFBN8W__logoImg4{border-radius:5px;margin-top:2px}.Experts-module__DFBN8W__logoImg5{background-color:#fff;border-radius:5px;margin-top:2px;padding:3px 8px}.Experts-module__DFBN8W__ctaContainer{justify-content:center;width:100%;display:flex}
.Gate-module__EV2-aG__container{--gap-min:80px;--gap-max:120px;margin-left:calc(-1 * var(--spacing-ml));margin-right:calc(-1 * var(--spacing-ml));margin-top:calc(-1 * var(--spacing-lx));width:calc(100% + 2 * var(--spacing-ml));box-sizing:border-box;flex-direction:column;min-height:calc(100vh - 80px);margin-bottom:-110px;display:flex;position:relative}.Gate-module__EV2-aG__contentWrapper{background:linear-gradient(to bottom, transparent 0%, var(--color-green-4) 6% 94%, transparent 100%);z-index:2;padding:80px 0}.Gate-module__EV2-aG__content{width:var(--home-width-min);max-width:calc(var(--home-width-max) - 10px);margin:0 auto;margin-top:calc(var(--spacing-lx) + 30px);gap:var(--gap-min);z-index:180;flex-direction:column;display:flex;overflow:visible}.Gate-module__EV2-aG__content2{overflow:hidden}.Gate-module__EV2-aG__titles{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.Gate-module__EV2-aG__supTitle{font-family:var(--font-family-2-semi-bold);color:var(--color-green-2);font-size:1.2rem;font-weight:800}.Gate-module__EV2-aG__title{font-family:var(--font-family-1-bold-italic);color:var(--color-green-5);text-wrap:balance;font-size:1.8rem;line-height:1.2;position:relative}.Gate-module__EV2-aG__text{font-family:var(--font-family-2-medium);font-size:1rem;line-height:var(--home-text-line-height);color:var(--color-green-5);text-wrap:pretty}.Gate-module__EV2-aG__topLeftGradient{top:calc((var(--header-height) * -1) * 2.4);background:radial-gradient(ellipse at left, var(--color-green-8), transparent 65%);z-index:0;pointer-events:none;width:50%;height:1800px;position:fixed;left:0}.Gate-module__EV2-aG__topRightGradient{top:calc((var(--header-height) * -1) * 4.2);background:radial-gradient(ellipse at top right, var(--color-green-8), transparent 65%);z-index:0;pointer-events:none;width:50%;height:900px;position:fixed;right:0}.Gate-module__EV2-aG__bottomGradient{background:linear-gradient(to top, var(--color-green-8), white);z-index:1;width:100%;height:600px;position:absolute;bottom:-110px;left:0}@media (min-width:768px){.Gate-module__EV2-aG__contentWrapper{margin:-20px 0 -30px;padding:120px 0}.Gate-module__EV2-aG__supTitle{font-size:1.3rem;line-height:1.3}.Gate-module__EV2-aG__text{font-size:1.05rem}}@media (min-width:992px){.Gate-module__EV2-aG__container{margin-left:calc(-1 * var(--spacing-xxl));margin-right:calc(-1 * var(--spacing-xxl));margin-top:calc(-1 * var(--spacing-xl));width:calc(100% + 2 * var(--spacing-xxl));margin-bottom:-110px}.Gate-module__EV2-aG__content{margin-top:calc(var(--spacing-xl) + 30px)}}.Gate-module__EV2-aG__cardsGrid{z-index:2;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px;display:flex}.Gate-module__EV2-aG__card{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:20px;flex-direction:column;gap:24px;width:320px;height:100%;padding:40px 32px;transition:translate .2s,box-shadow .2s,border-color .2s;display:flex}.Gate-module__EV2-aG__card:hover{translate:0 -2px}.Gate-module__EV2-aG__cardIcon{background:var(--color-green-4);width:64px;height:64px;color:var(--color-green-1);border-radius:16px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.Gate-module__EV2-aG__cardIcon svg{width:32px;height:32px}.Gate-module__EV2-aG__cardTitle{color:var(--color-green-5);font-size:1.25rem;font-family:var(--font-family-2-bold);margin:0}.Gate-module__EV2-aG__cardDesc{color:var(--color-grey-6);margin:0;font-size:.95rem;line-height:1.5}.Gate-module__EV2-aG__tags{flex-wrap:wrap;gap:8px;display:flex}.Gate-module__EV2-aG__tag{background:var(--color-green-4);color:var(--color-green-5);border-radius:100px;padding:6px 14px;font-size:.8rem;font-weight:500}.Gate-module__EV2-aG__cardContent{flex-direction:column;flex-grow:1;gap:16px;display:flex}.Gate-module__EV2-aG__cardTextContent{flex-direction:column;flex-grow:1;gap:8px;display:flex}.Gate-module__EV2-aG__cardFooter{align-items:center;margin-top:16px;display:flex}
.FAQ-module__rhnmfa__container{width:100%;max-width:var(--home-layout-max-width);text-align:center;flex-direction:column;gap:50px;margin:0 auto;display:flex}.FAQ-module__rhnmfa__faqs{text-align:left;grid-template-columns:1fr;gap:25px;display:grid}.FAQ-module__rhnmfa__faq{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card);flex-direction:column;gap:12px;padding:30px;display:flex}.FAQ-module__rhnmfa__faq:last-child{background:var(--color-green-4);border-color:var(--color-green-4)}.FAQ-module__rhnmfa__faq a{color:var(--color-green-5);font-weight:700;text-decoration:underline}.FAQ-module__rhnmfa__faqTitle{font-family:var(--font-family-1-bold-italic);color:var(--color-green-5);font-size:1.1rem;line-height:1.3}.FAQ-module__rhnmfa__faqText{font-family:var(--font-family-2-medium);color:var(--color-green-5);font-size:.95rem;line-height:1.6}@media (min-width:768px){.FAQ-module__rhnmfa__faqs{grid-template-columns:repeat(2,1fr)}}
.Hero-module__aPcL_W__container{margin-top:30px;position:relative}.Hero-module__aPcL_W__glowBlob{background:radial-gradient(circle, var(--color-green-1-06) 0%, var(--color-green-1-00) 70%);z-index:-1;pointer-events:none;border-radius:50%;width:80vw;max-width:800px;height:600px;animation:8s ease-in-out infinite alternate Hero-module__aPcL_W__pulseBlob;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__aPcL_W__pulseBlob{0%{opacity:.6;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.Hero-module__aPcL_W__content{align-items:center;gap:var(--spacing-3xl);flex-direction:column;display:flex}.Hero-module__aPcL_W__mainWrapper{gap:var(--spacing-3xl);width:100%;display:flex}.Hero-module__aPcL_W__main{align-items:center;gap:var(--spacing-lx);flex-direction:column;width:100%;display:flex}.Hero-module__aPcL_W__badgeContainer .Hero-module__aPcL_W__actionPart{justify-content:flex-start;display:flex}.Hero-module__aPcL_W__badgeContainer .Hero-module__aPcL_W__mobileRoleSelect{display:none}.Hero-module__aPcL_W__badgeContainer{justify-content:center;width:100%;margin-bottom:20px;display:flex}.Hero-module__aPcL_W__badge{background:var(--color-green-2-04);color:var(--color-green-1);border:1px solid var(--color-green-2-15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px var(--color-green-2-05);border-radius:30px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.Hero-module__aPcL_W__badge:hover{background:var(--color-green-2-08);box-shadow:0 6px 24px var(--color-green-2-10);transform:translateY(-2px)}.Hero-module__aPcL_W__dot{background-color:var(--color-green-2);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite Hero-module__aPcL_W__blink}@keyframes Hero-module__aPcL_W__blink{0%,to{opacity:1}50%{opacity:.3}}.Hero-module__aPcL_W__highlight{font-family:var(--font-family-1-bold-italic);background:linear-gradient(130deg, var(--color-green-1) 0%, var(--color-green-3) 80%, var(--color-green-1) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0px 2px 10px var(--color-green-1-20));background-size:200%;-webkit-background-clip:text;background-clip:text;padding-bottom:.2em;animation:4s linear infinite Hero-module__aPcL_W__shine;display:inline}@keyframes Hero-module__aPcL_W__shine{to{background-position:200%}}.Hero-module__aPcL_W__animateSlideUp{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards Hero-module__aPcL_W__slideUp}.Hero-module__aPcL_W__delay1{animation-delay:.1s}.Hero-module__aPcL_W__delay2{animation-delay:.2s}.Hero-module__aPcL_W__delay3{animation-delay:.3s}.Hero-module__aPcL_W__delay4{animation-delay:.4s}.Hero-module__aPcL_W__delay5{animation-delay:.5s}@keyframes Hero-module__aPcL_W__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__aPcL_W__title{text-align:center;max-width:900px;font-family:var(--font-family-1-bold-italic);color:var(--color-green-5);letter-spacing:-.5px;margin-top:30px;font-size:2.2rem;font-weight:800;line-height:1.35}.Hero-module__aPcL_W__mobileRoleSelect{justify-content:center;width:100%;margin-bottom:32px;display:flex}@media (min-width:992px){.Hero-module__aPcL_W__mobileRoleSelect{display:none}}.Hero-module__aPcL_W__titleLine{display:block}.Hero-module__aPcL_W__titleEmphasized{margin-top:8px;display:block}.Hero-module__aPcL_W__text{max-width:700px;font-family:var(--font-family-2-medium);text-align:center;letter-spacing:-.01em;background:linear-gradient(to bottom, var(--color-grey-6) 20%, var(--color-grey-mid-60) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:20px auto 0;padding:0 20px;font-size:1.15rem;line-height:1.6}.Hero-module__aPcL_W__ctaWrapper{justify-content:center;margin-top:30px;display:inline-flex;position:relative;scale:1.1}@media (min-width:768px){.Hero-module__aPcL_W__container{margin-top:40px}.Hero-module__aPcL_W__title{font-size:2.5rem}}@media (min-width:992px){.Hero-module__aPcL_W__container{margin-top:50px}.Hero-module__aPcL_W__mainWrapper{flex-direction:row;justify-content:space-between}.Hero-module__aPcL_W__main{gap:35px}.Hero-module__aPcL_W__text{font-size:var(--home-text-size-max)}.Hero-module__aPcL_W__title{letter-spacing:-1.5px;font-size:3.4rem;line-height:1.25}.Hero-module__aPcL_W__ctaWrapper{scale:1.15}}
.IlluAnalyse-module__gPOt1q__cls1{fill:none}.IlluAnalyse-module__gPOt1q__cls1,.IlluAnalyse-module__gPOt1q__cls2,.IlluAnalyse-module__gPOt1q__cls3,.IlluAnalyse-module__gPOt1q__cls4,.IlluAnalyse-module__gPOt1q__cls5{stroke:var(--color-green-1);stroke-width:2px}.IlluAnalyse-module__gPOt1q__cls1,.IlluAnalyse-module__gPOt1q__cls2,.IlluAnalyse-module__gPOt1q__cls4{stroke-miterlimit:10}.IlluAnalyse-module__gPOt1q__cls2,.IlluAnalyse-module__gPOt1q__cls3{fill:none}.IlluAnalyse-module__gPOt1q__cls3,.IlluAnalyse-module__gPOt1q__cls5{stroke-linecap:round;stroke-linejoin:round}.IlluAnalyse-module__gPOt1q__cls4,.IlluAnalyse-module__gPOt1q__cls5{fill:var(--color-green-7)}
.IlluHandshake-module__9KQKsq__cls1,.IlluHandshake-module__9KQKsq__cls2{fill:none}.IlluHandshake-module__9KQKsq__cls1,.IlluHandshake-module__9KQKsq__cls2,.IlluHandshake-module__9KQKsq__cls3{stroke:var(--color-green-1);stroke-width:2px}.IlluHandshake-module__9KQKsq__cls1,.IlluHandshake-module__9KQKsq__cls3{stroke-miterlimit:10}.IlluHandshake-module__9KQKsq__cls2{stroke-linecap:round;stroke-linejoin:round}.IlluHandshake-module__9KQKsq__cls3{fill:var(--color-green-7)}
.AgentOrderFilterSelect-module__roWx0q__trigger{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-4);cursor:pointer;align-items:center;gap:8px;padding:8px 12px;transition:border-color .15s;display:flex}.AgentOrderFilterSelect-module__roWx0q__trigger:hover,.AgentOrderFilterSelect-module__roWx0q__triggerOpen{border-color:var(--color-green-3)}.AgentOrderFilterSelect-module__roWx0q__value{font-size:var(--font-size-sm);font-family:var(--font-family-2-medium);color:var(--color-black-2);white-space:nowrap}.AgentOrderFilterSelect-module__roWx0q__arrow{color:var(--color-grey-1);pointer-events:none;align-items:center;display:flex}.AgentOrderFilterSelect-module__roWx0q__popover{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-4);min-width:200px;box-shadow:var(--box-shadow-4);flex-direction:column;gap:2px;padding:6px;display:flex}.AgentOrderFilterSelect-module__roWx0q__item{border-radius:var(--border-radius-card-3);font-size:var(--font-size-sm);color:var(--color-black-2);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;padding:9px 12px;transition:background .15s;display:flex}.AgentOrderFilterSelect-module__roWx0q__item:hover{background:var(--color-white-3)}.AgentOrderFilterSelect-module__roWx0q__itemActive{color:var(--color-green-3);font-family:var(--font-family-2-semi-bold);background:var(--color-green-4)}
.PageLoader-module__sHxxiG__container{background:var(--color-white-1);z-index:99999;flex-direction:row;justify-content:center;align-items:center;gap:30px;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}
.AgentOrderList-module__G7J08q__list{flex-direction:column;gap:14px;display:flex}.AgentOrderList-module__G7J08q__heading{font-size:1rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}.AgentOrderList-module__G7J08q__paginationRow{justify-content:flex-end;margin-top:6px;display:flex}.AgentOrderList-module__G7J08q__empty{font-size:var(--font-size-sm);color:var(--color-grey-6);text-align:center;margin:0;padding:40px 0}.AgentOrderList-module__G7J08q__card{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-5);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.AgentOrderList-module__G7J08q__info{flex-direction:column;gap:4px;min-width:0;display:flex}.AgentOrderList-module__G7J08q__titleText{font-size:var(--font-size-md);font-family:var(--font-family-2-bold);color:var(--color-black-2)}.AgentOrderList-module__G7J08q__ref{font-size:var(--font-size-xs);color:var(--color-grey-1)}.AgentOrderList-module__G7J08q__potentialBadge{font-size:var(--font-size-xs);font-family:var(--font-family-2-semi-bold);color:var(--color-green-3);background:var(--color-green-4);border-radius:var(--border-radius-card-3);white-space:nowrap;align-self:flex-start;margin-top:2px;padding:3px 8px}.AgentOrderList-module__G7J08q__sourceBadge{font-size:var(--font-size-xs);color:var(--color-grey-6);background:var(--color-white-3);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-3);white-space:nowrap;align-self:flex-start;margin-top:2px;padding:3px 8px}.AgentOrderList-module__G7J08q__right{flex-shrink:0;align-items:center;gap:14px;display:flex}.AgentOrderList-module__G7J08q__progress{font-size:var(--font-size-sm);font-family:var(--font-family-2-bold);color:var(--color-green-3);background:var(--color-green-4);border-radius:var(--border-radius-card-3);white-space:nowrap;padding:4px 10px}
.HeroTool-module__crMYiq__heroTool{background:var(--color-green-4);border-radius:var(--border-radius-card);text-align:left;flex-direction:column;width:100%;padding:40px;display:flex}.HeroTool-module__crMYiq__heroToolContent{flex-direction:column;gap:30px;display:flex}.HeroTool-module__crMYiq__heroToolLeft,.HeroTool-module__crMYiq__heroToolRight{display:contents}.HeroTool-module__crMYiq__heroToolHeader{flex-direction:column;order:1;gap:24px;display:flex}.HeroTool-module__crMYiq__heroToolChecks{order:2}.HeroTool-module__crMYiq__heroToolAction{order:3}.HeroTool-module__crMYiq__heroToolLabel{font-family:var(--font-family-2-semi-bold);color:var(--color-green-1);background:var(--color-green-2-08);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--color-green-2-15);border-radius:30px;align-items:center;width:fit-content;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.HeroTool-module__crMYiq__heroToolTitle{font-family:var(--font-family-2-bold);color:var(--color-green-5);margin:0;font-size:2rem}.HeroTool-module__crMYiq__heroToolDesc{font-family:var(--font-family-2-medium);color:var(--color-green-5);margin:0;font-size:1.1rem;line-height:1.5}.HeroTool-module__crMYiq__heroToolChecks{background:var(--color-white-overlay-40);border-radius:var(--border-radius-card);border:1px solid var(--color-white-overlay-60);flex-direction:column;gap:15px;padding:25px;display:flex}.HeroTool-module__crMYiq__heroToolCheckItem{color:var(--color-green-5);align-items:center;gap:12px;font-size:1rem;display:flex}.HeroTool-module__crMYiq__heroToolCheckItem svg{flex-shrink:0;width:20px;height:20px}.HeroTool-module__crMYiq__heroToolCheckItem svg path{fill:var(--color-green-5)}.HeroTool-module__crMYiq__heroToolAction{margin-top:10px}@media (min-width:992px){.HeroTool-module__crMYiq__heroTool{padding:50px}.HeroTool-module__crMYiq__heroToolContent{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.HeroTool-module__crMYiq__heroToolLeft{flex-direction:column;gap:30px;display:flex}.HeroTool-module__crMYiq__heroToolRight{flex-direction:column;justify-content:center;display:flex}.HeroTool-module__crMYiq__heroToolHeader,.HeroTool-module__crMYiq__heroToolChecks,.HeroTool-module__crMYiq__heroToolAction{order:unset}}
.AgentPotentialProspects-module__RX2SzG__section{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-5);flex-direction:column;gap:16px;padding:24px;display:flex}.AgentPotentialProspects-module__RX2SzG__head{flex-direction:column;gap:4px;display:flex}.AgentPotentialProspects-module__RX2SzG__title{font-size:1rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}.AgentPotentialProspects-module__RX2SzG__desc{font-size:var(--font-size-sm);color:var(--color-grey-6);margin:0}
.RoleSelect-module__XMfDIa__optionWrapper{align-items:center;gap:10px;font-weight:500;display:flex}.RoleSelect-module__XMfDIa__optionText{padding-top:1px}.RoleSelect-module__XMfDIa__optionIcon{color:var(--select-item-color,var(--color-green-5));display:flex}.RoleSelect-module__XMfDIa__fixedWidth{width:242px!important}
.TheJourney-module__kIcEFa__container{flex-direction:column;display:flex}.TheJourney-module__kIcEFa__content{text-align:center;flex-direction:column;gap:50px;display:flex}.TheJourney-module__kIcEFa__subTitle{font-family:var(--font-family-1-bold-italic);color:var(--color-green-5);font-size:1.3rem;line-height:1.4}.TheJourney-module__kIcEFa__subTitleUnderline{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.TheJourney-module__kIcEFa__timeline{flex-direction:column;gap:30px;width:100%;margin:0 auto;display:flex;position:relative}.TheJourney-module__kIcEFa__journeyItem{width:100%;padding-left:60px;position:relative}.TheJourney-module__kIcEFa__journeyItem:before{content:"";opacity:.9;background:var(--color-green-7);z-index:0;width:3px;height:calc(100% + 30px);position:absolute;top:45px;left:20px;transform:translate(-50%)}.TheJourney-module__kIcEFa__journeyItem:last-child:before{display:none}.TheJourney-module__kIcEFa__journeyItem:after{content:"";background:var(--color-green-7);z-index:1;border-radius:50%;width:18px;height:18px;position:absolute;top:35px;left:20px;transform:translate(-50%)}.TheJourney-module__kIcEFa__phaseCard{background:var(--color-green-4);border-radius:var(--border-radius-card);text-align:left;flex-direction:column;gap:20px;padding:25px 30px;display:flex}.TheJourney-module__kIcEFa__phaseHeader{justify-content:space-between;align-items:center;height:36px;display:flex}.TheJourney-module__kIcEFa__phaseLabel{font-family:var(--font-family-2-medium);color:var(--color-green-1);opacity:.2;align-items:center;font-size:2.22rem;font-weight:700;line-height:1;display:flex}.TheJourney-module__kIcEFa__iconWrapper{width:50px;height:50px;color:var(--color-green-1);justify-content:center;align-items:center;display:flex}.TheJourney-module__kIcEFa__iconWrapper svg{width:100%;height:auto}.TheJourney-module__kIcEFa__itemTexts{color:var(--color-green-5);flex-direction:column;gap:12px;display:flex}.TheJourney-module__kIcEFa__itemTitle{font-family:var(--font-family-2-bold);color:var(--color-green-5);font-size:1.2rem;line-height:1.2}@media (min-width:768px){.TheJourney-module__kIcEFa__journeyItem{width:100%;max-width:var(--home-layout-max-width);align-self:flex-start;margin:auto}.TheJourney-module__kIcEFa__journeyItem:before{height:calc(100% + 30px);top:58px;left:15px;transform:translate(-50%)}.TheJourney-module__kIcEFa__journeyItem:after{top:49px;left:15px;transform:translate(-50%)}.TheJourney-module__kIcEFa__phaseCard{text-align:left;padding:40px}.TheJourney-module__kIcEFa__phaseHeader{flex-direction:row}.TheJourney-module__kIcEFa__itemTitle{font-size:1.2rem}.TheJourney-module__kIcEFa__iconWrapper{width:60px;height:60px}}@media (min-width:992px){.TheJourney-module__kIcEFa__iconWrapper{width:80px;height:80px}}
.AgentSearchGuide-module__GIQcbG__card{background:var(--color-white-3);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-5);flex-direction:column;gap:18px;padding:20px;display:flex}.AgentSearchGuide-module__GIQcbG__title{font-size:1rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}.AgentSearchGuide-module__GIQcbG__block{flex-direction:column;gap:10px;display:flex}.AgentSearchGuide-module__GIQcbG__blockLabel{font-size:var(--font-size-xs);font-family:var(--font-family-2-semi-bold);color:var(--color-grey-1);text-transform:uppercase;letter-spacing:.03em}.AgentSearchGuide-module__GIQcbG__platforms{flex-wrap:wrap;gap:8px;display:flex}.AgentSearchGuide-module__GIQcbG__platform{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-3);align-items:center;gap:8px;padding:8px 12px;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.AgentSearchGuide-module__GIQcbG__platform:hover{border-color:var(--color-green-3);background:var(--color-green-4)}.AgentSearchGuide-module__GIQcbG__favicon{border-radius:4px;flex-shrink:0;width:18px;height:18px}.AgentSearchGuide-module__GIQcbG__platformText{font-size:var(--font-size-sm);font-family:var(--font-family-2-semi-bold);color:var(--color-black-2)}.AgentSearchGuide-module__GIQcbG__queries{flex-direction:column;gap:8px;display:flex}.AgentSearchGuide-module__GIQcbG__query{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-3);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.AgentSearchGuide-module__GIQcbG__queryText{font-size:var(--font-size-sm);color:var(--color-black-2);overflow-wrap:anywhere;min-width:0}.AgentSearchGuide-module__GIQcbG__copyBtn{color:var(--color-grey-1);flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:inline-flex}.AgentSearchGuide-module__GIQcbG__copyBtn:hover{color:var(--color-green-3)}.AgentSearchGuide-module__GIQcbG__copyBtn svg{width:16px;height:16px}.AgentSearchGuide-module__GIQcbG__avoidTags{flex-wrap:wrap;gap:8px;display:flex}.AgentSearchGuide-module__GIQcbG__avoidTag{font-size:var(--font-size-sm);font-family:var(--font-family-2-semi-bold);color:var(--color-analysis-pain);background:var(--color-white-1);border:1px solid var(--color-analysis-pain-bg);border-radius:var(--border-radius-card-3);align-items:center;padding:8px 12px;display:inline-flex}
.Header-module__PJSaBa__container{width:100%;height:var(--header-height);border-bottom:1px solid var(--color-grey-2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:0 0;position:fixed;top:0;left:0}.Header-module__PJSaBa__content{height:100%;padding:0 var(--spacing-m);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__PJSaBa__leftPart,.Header-module__PJSaBa__rightPart{align-items:center;gap:var(--spacing-xs);display:flex}.Header-module__PJSaBa__toggleBtn{cursor:pointer;padding:var(--spacing-xs);color:var(--color-black-1);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.Header-module__PJSaBa__toggleBtn svg{width:24px;height:24px}.Header-module__PJSaBa__menuLogin{align-items:center;gap:var(--spacing-ml);display:flex}.Header-module__PJSaBa__mobileHidden{display:none}.Header-module__PJSaBa__welcomeText{font-family:var(--font-family-2-medium);font-size:var(--font-size-lg);color:var(--color-black-2);margin-left:var(--spacing-s);display:none}.Header-module__PJSaBa__roleSelectWrapper{display:none}.Header-module__PJSaBa__mobileLogo,.Header-module__PJSaBa__loggedMobile{display:block}@media (min-width:992px){.Header-module__PJSaBa__loggedMobile,.Header-module__PJSaBa__toggleBtn{display:none}.Header-module__PJSaBa__mobileHidden{display:flex}.Header-module__PJSaBa__welcomeText{display:block}.Header-module__PJSaBa__roleSelectWrapper{min-width:180px;display:block}.Header-module__PJSaBa__mobileLogo{display:none}.Header-module__PJSaBa__sidebarOpen{left:var(--sidebar-width);width:calc(100% - var(--sidebar-width))}.Header-module__PJSaBa__sidebarClosed{left:var(--sidebar-width-collapsed);width:calc(100% - var(--sidebar-width-collapsed))}.Header-module__PJSaBa__content{max-width:none;margin:0}}
.PageWrapper-module__OWSkaq__container{background:var(--color-white-1);width:100%;max-width:1600px;margin:0 auto;animation:.5s ease-out PageWrapper-module__OWSkaq__fadeIn}.PageWrapper-module__OWSkaq__header{flex-direction:row;justify-content:space-between;align-items:center;gap:24px;padding:0 4px 12px;display:flex}.PageWrapper-module__OWSkaq__titles{flex-direction:column;gap:6px;display:flex}.PageWrapper-module__OWSkaq__title{font-size:1.65rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);letter-spacing:-.02em;margin:0;line-height:1.1}.PageWrapper-module__OWSkaq__subtitle{font-size:.95rem;font-family:var(--font-family-2-light);color:var(--color-grey-6);margin:4px 0 0;line-height:1.4}.PageWrapper-module__OWSkaq__rightElement{align-items:center;gap:12px;display:flex}.PageWrapper-module__OWSkaq__content{width:100%}@keyframes PageWrapper-module__OWSkaq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.PageWrapper-module__OWSkaq__header{flex-flow:row;align-items:flex-start;gap:16px}.PageWrapper-module__OWSkaq__title{font-size:1.5rem}}
.Sidebar-module__0RD8IG__wrapper{background-color:var(--color-black-6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1500;width:100%;height:100%;position:fixed;top:0;left:0}.Sidebar-module__0RD8IG__wrapper.Sidebar-module__0RD8IG__logged{top:0}.Sidebar-module__0RD8IG__wrapper.Sidebar-module__0RD8IG__closedWrapper{display:none}.Sidebar-module__0RD8IG__container{min-width:var(--sidebar-width);width:var(--sidebar-width);background:var(--color-green-3);border-right:1px solid var(--color-grey-2);flex-direction:column;justify-content:space-between;align-items:start;height:100%;padding:0 16px;display:flex;position:absolute;top:0;left:0;overflow-x:hidden}.Sidebar-module__0RD8IG__header{width:100%;height:var(--header-height);justify-content:space-between;align-items:center;display:flex;position:relative}.Sidebar-module__0RD8IG__logoContainer{align-items:center;display:flex}.Sidebar-module__0RD8IG__toggleBtn{cursor:pointer;color:var(--color-white-1);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex}.Sidebar-module__0RD8IG__toggleBtn svg{width:21px;height:21px}.Sidebar-module__0RD8IG__toggleBtn:hover{background:var(--color-grey-7)}.Sidebar-module__0RD8IG__content{flex-grow:1;width:100%;padding:16px 0;overflow:hidden auto}.Sidebar-module__0RD8IG__content::-webkit-scrollbar{width:14px;height:14px}.Sidebar-module__0RD8IG__content::-webkit-scrollbar-track{background:0 0}.Sidebar-module__0RD8IG__content::-webkit-scrollbar-thumb{background-color:var(--color-green-1);background-clip:padding-box;border:4px solid #0000;border-width:4px 2px 4px 6px;border-radius:10px}.Sidebar-module__0RD8IG__content::-webkit-scrollbar-thumb:hover{background-color:var(--color-green-2)}.Sidebar-module__0RD8IG__nav{flex-direction:column;gap:8px;display:flex}.Sidebar-module__0RD8IG__navSeparator{border-top:1px solid var(--color-white-overlay-1);width:100%;margin:8px 0}.Sidebar-module__0RD8IG__navTitle{font-family:var(--font-family-2-bold);text-transform:uppercase;color:var(--color-white-overlay-5);letter-spacing:1px;margin-top:16px;margin-bottom:4px;padding-left:12px;font-size:.75rem}.Sidebar-module__0RD8IG__closedWrapper .Sidebar-module__0RD8IG__nav{gap:12px}.Sidebar-module__0RD8IG__navItem{cursor:pointer;width:100%}.Sidebar-module__0RD8IG__navButton{cursor:pointer;border-radius:var(--border-radius-button);justify-content:flex-start;padding-left:12px;font-weight:400;padding-top:12px!important;padding-bottom:12px!important}.Sidebar-module__0RD8IG__closedWrapper .Sidebar-module__0RD8IG__navButton{width:max-content;margin:auto}.Sidebar-module__0RD8IG__navButton svg{width:20px;height:20px}.Sidebar-module__0RD8IG__activeItem,.Sidebar-module__0RD8IG__navButton.Sidebar-module__0RD8IG__active{font-weight:400;background:var(--color-white-overlay-3)!important;color:var(--color-white-1)!important}.Sidebar-module__0RD8IG__footer{flex-direction:column;gap:16px;width:100%;margin-top:auto;padding:16px 0;display:flex}.Sidebar-module__0RD8IG__footerTop{width:100%}.Sidebar-module__0RD8IG__footerContent{border-top:1px solid var(--color-white-overlay-1);flex-direction:column;gap:12px;width:100%;padding-top:16px;display:flex}.Sidebar-module__0RD8IG__footerBottom{width:100%}.Sidebar-module__0RD8IG__signInButton{justify-content:center;width:100%}.Sidebar-module__0RD8IG__signInIconOnly{background:var(--color-grey-3);border:1px solid var(--color-grey-4);justify-content:center;width:100%}.Sidebar-module__0RD8IG__collapsedPopover{left:calc(var(--sidebar-width-collapsed) + 10px)}@media (min-width:992px){.Sidebar-module__0RD8IG__wrapper{pointer-events:none;background-color:#0000;display:block}.Sidebar-module__0RD8IG__container{pointer-events:auto}.Sidebar-module__0RD8IG__wrapper,.Sidebar-module__0RD8IG__container{min-width:var(--sidebar-width);width:var(--sidebar-width)}.Sidebar-module__0RD8IG__wrapper.Sidebar-module__0RD8IG__closedWrapper{min-width:var(--sidebar-width-collapsed);width:var(--sidebar-width-collapsed);display:block}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed{min-width:var(--sidebar-width-collapsed);width:var(--sidebar-width-collapsed);align-items:center;padding:0;display:flex;overflow:visible}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__header{justify-content:center}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__toggleBtn{opacity:0;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__header:hover .Sidebar-module__0RD8IG__logoContainer{opacity:0}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__header:hover .Sidebar-module__0RD8IG__toggleBtn{opacity:1;pointer-events:auto}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__navButton,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__navButton.Sidebar-module__0RD8IG__active,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__accountButton,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__userTriggerContent,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__userTriggerLeft,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__signInSection,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__navItem{justify-content:center;width:100%;padding-left:0;padding-right:0;display:flex}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__navButton,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__accountButton{width:max-content;margin:0 auto}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__content{overflow:visible}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__footer{padding-left:0;padding-right:0}.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__footerTop,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__footerContent,.Sidebar-module__0RD8IG__container.Sidebar-module__0RD8IG__closed .Sidebar-module__0RD8IG__footerBottom{justify-content:center;align-items:center;display:flex}.Sidebar-module__0RD8IG__fullWidth{width:100%}}
.CallAnalysis-module__T7QWAW__mainBody{flex-direction:column;gap:32px;margin-top:24px;display:flex}.CallAnalysis-module__T7QWAW__headerActions{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.CallAnalysis-module__T7QWAW__content{--call-row-height:64px;--call-header-height:60px;--call-table-header-height:36px;--call-footer-height:47px;--visible-rows:5;background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-5);box-shadow:var(--color-shadow-md);flex-direction:column;height:auto;display:flex;overflow:hidden}.CallAnalysis-module__T7QWAW__uploadSection{border-bottom:1px solid var(--color-grey-2);flex-direction:column;width:100%;display:flex}.CallAnalysis-module__T7QWAW__librarySection{flex-direction:column;width:100%;display:flex}.CallAnalysis-module__T7QWAW__analysisContainer{flex-direction:column;display:flex}.CallAnalysis-module__T7QWAW__analysisTitle{font-size:1.1rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}@media (min-width:768px){.CallAnalysis-module__T7QWAW__headerActions{flex-direction:row;align-items:center}}@media (min-width:1200px){.CallAnalysis-module__T7QWAW__content{flex-direction:row;align-items:stretch}.CallAnalysis-module__T7QWAW__uploadSection{border-bottom:none;border-right:1px solid var(--color-grey-2);background:var(--color-white-3);flex-shrink:0;width:440px}.CallAnalysis-module__T7QWAW__librarySection{flex-direction:column;flex:1;min-width:0;display:flex}}
.AgentOrderWorkspace-module__pMftoW__loader{justify-content:center;align-items:center;padding:60px 0;display:flex}.AgentOrderWorkspace-module__pMftoW__container{flex-direction:column;gap:20px;display:flex}.AgentOrderWorkspace-module__pMftoW__paginationRow{justify-content:flex-end;display:flex}.AgentOrderWorkspace-module__pMftoW__bottomBack{justify-content:space-between;padding-top:8px;display:flex}.AgentOrderWorkspace-module__pMftoW__topRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.AgentOrderWorkspace-module__pMftoW__topRight{align-items:center;gap:14px;display:flex}.AgentOrderWorkspace-module__pMftoW__titleBlock{flex-direction:column;gap:2px;display:flex}.AgentOrderWorkspace-module__pMftoW__ref{font-size:var(--font-size-xs);color:var(--color-grey-1)}.AgentOrderWorkspace-module__pMftoW__title{font-size:1.2rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);line-height:1.2}.AgentOrderWorkspace-module__pMftoW__back{font-size:var(--font-size-sm);font-family:var(--font-family-2-semi-bold);color:var(--color-grey-6);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;transition:color .15s;display:inline-flex}.AgentOrderWorkspace-module__pMftoW__back:hover{color:var(--color-green-3)}.AgentOrderWorkspace-module__pMftoW__back svg{width:16px;height:16px}.AgentOrderWorkspace-module__pMftoW__progress{font-size:var(--font-size-sm);font-family:var(--font-family-2-bold);color:var(--color-green-3);background:var(--color-green-4);border-radius:var(--border-radius-card-3);white-space:nowrap;padding:4px 10px}
.SidebarCredits-module__qeKGxa__card{background:var(--color-white-overlay-1);border:1px solid var(--color-white-overlay-1);border-radius:var(--border-radius-card-4);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.SidebarCredits-module__qeKGxa__card:hover{background:var(--color-white-overlay-2)}.SidebarCredits-module__qeKGxa__left{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.SidebarCredits-module__qeKGxa__title{color:var(--color-white-1);text-transform:uppercase;letter-spacing:.08em;opacity:.6;margin:0;font-size:.65rem;font-weight:700}.SidebarCredits-module__qeKGxa__amountRow{color:var(--color-white-1);align-items:center;gap:6px;display:flex}.SidebarCredits-module__qeKGxa__amount{font-size:1.1rem;font-weight:800;line-height:1}.SidebarCredits-module__qeKGxa__icon{color:var(--color-white-1);opacity:.8}.SidebarCredits-module__qeKGxa__buyBtn{background:var(--color-white-1);color:var(--color-green-3);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:transform .2s,background .2s;display:flex}.SidebarCredits-module__qeKGxa__buyBtn svg{display:block}.SidebarCredits-module__qeKGxa__buyBtn:hover{transform:scale(1.1)}
.AgentProspectSearch-module__uycfLq__body{padding-top:10px}.AgentProspectSearch-module__uycfLq__tabHead{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.AgentProspectSearch-module__uycfLq__ordersInfo{color:var(--color-grey-1);align-items:center;gap:10px;display:flex}.AgentProspectSearch-module__uycfLq__ordersInfoLabel{font-size:var(--font-size-sm);color:var(--color-grey-1)}.AgentProspectSearch-module__uycfLq__ordersInfoCount{font-family:var(--font-family-2-bold);font-size:var(--font-size-sm);color:var(--color-black-2);background:var(--color-white-3);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-3);padding:1px 10px}.AgentProspectSearch-module__uycfLq__loader{justify-content:center;align-items:center;padding:60px 0;display:flex}
.SidebarAccount-module__tbYnFa__accountButton{cursor:pointer;border-radius:var(--border-radius-button);width:100%;color:var(--color-white-1);background:0 0;border:none;align-items:center;padding:10px;transition:background .2s;display:flex}.SidebarAccount-module__tbYnFa__accountButton:hover{background:var(--color-grey-7)}.SidebarAccount-module__tbYnFa__collapsedAccountWrapper{justify-content:center;width:100%;display:flex}.SidebarAccount-module__tbYnFa__collapsedAccount{cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex}.SidebarAccount-module__tbYnFa__collapsedAccount:hover{background:var(--color-grey-7)}.SidebarAccount-module__tbYnFa__userTriggerContent{justify-content:space-between;align-items:center;width:100%;min-width:0;display:flex}.SidebarAccount-module__tbYnFa__userTriggerLeft{flex:1;align-items:center;gap:12px;min-width:0;display:flex;overflow:hidden}.SidebarAccount-module__tbYnFa__avatarImg{flex-shrink:0;width:32px;height:32px}.SidebarAccount-module__tbYnFa__userName{color:var(--color-white-1);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.SidebarAccount-module__tbYnFa__userInfo{flex-direction:column;gap:2px;min-width:0;display:flex;overflow:hidden}.SidebarAccount-module__tbYnFa__userRole{color:var(--color-white-1);opacity:.6;text-transform:lowercase;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.SidebarAccount-module__tbYnFa__userRole:first-letter{text-transform:uppercase}.SidebarAccount-module__tbYnFa__accountChevron{opacity:.5;flex-shrink:0;align-items:center;display:flex}.SidebarAccount-module__tbYnFa__accountChevron svg{pointer-events:none}.SidebarAccount-module__tbYnFa__accountPopover{background:linear-gradient(var(--color-white-overlay-3), var(--color-white-overlay-3)), var(--color-green-3);border-radius:var(--border-radius-card-5);min-width:calc(var(--sidebar-width) - 32px);border:1px solid var(--color-white-overlay-1);box-shadow:0 4px 20px var(--color-shadow-md);z-index:2000;flex-direction:column;gap:4px;margin-bottom:8px;padding:8px;display:flex}.SidebarAccount-module__tbYnFa__accountData{padding:12px}.SidebarAccount-module__tbYnFa__accountData h3{color:var(--color-white-1);margin:0;font-size:14px;font-weight:600}.SidebarAccount-module__tbYnFa__accountData p{color:var(--color-white-1);opacity:.7;margin:4px 0 0;font-size:12px}.SidebarAccount-module__tbYnFa__accountPopoverSeparator{background:var(--color-white-overlay-1);height:1px;margin:4px 0}.SidebarAccount-module__tbYnFa__accountPopoverElement{color:var(--color-white-1);border-radius:var(--border-radius-button);cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;text-decoration:none;transition:background .2s;display:flex}.SidebarAccount-module__tbYnFa__accountPopoverElement:hover{background:var(--color-white-overlay-1)}.SidebarAccount-module__tbYnFa__accountPopoverElement svg{opacity:.8;width:18px;height:18px}.SidebarAccount-module__tbYnFa__activeItem{background:var(--color-white-overlay-3)}.SidebarAccount-module__tbYnFa__fullWidth{width:100%}
.Project-module__7iGofq__container{margin-top:15px}.Project-module__7iGofq__titleText{color:var(--color-black-2);font-style:normal;line-height:1.2}.Project-module__7iGofq__titleInput{font-size:1.65rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);line-height:1.2}
.SidebarAffiliation-module__Ft5HuW__card{background:var(--color-white-overlay-1);border:1px solid var(--color-white-overlay-1);border-radius:var(--border-radius-card-4);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.SidebarAffiliation-module__Ft5HuW__card:hover{background:var(--color-white-overlay-2)}.SidebarAffiliation-module__Ft5HuW__left{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.SidebarAffiliation-module__Ft5HuW__title{color:var(--color-white-1);text-transform:uppercase;letter-spacing:.08em;opacity:.6;margin:0;font-size:.65rem;font-weight:700}.SidebarAffiliation-module__Ft5HuW__amountRow{color:var(--color-white-1);align-items:center;gap:6px;display:flex}.SidebarAffiliation-module__Ft5HuW__amount{font-size:1.1rem;font-weight:800;line-height:1}.SidebarAffiliation-module__Ft5HuW__icon{color:var(--color-white-1);opacity:.8}.SidebarAffiliation-module__Ft5HuW__actionBtn{background:var(--color-white-1);color:var(--color-green-3);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:transform .2s,background .2s;display:flex}.SidebarAffiliation-module__Ft5HuW__actionBtn svg{display:block}.SidebarAffiliation-module__Ft5HuW__actionBtn:hover{transform:scale(1.1)}
.NoAvatarCard-module__B5A9qq__card{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-5);flex-direction:row;flex:1;gap:20px;padding:28px;display:flex}.NoAvatarCard-module__B5A9qq__iconContainer{border-radius:var(--border-radius-card-4);background:var(--color-green-4);width:48px;height:48px;color:var(--color-green-3);flex-shrink:0;justify-content:center;align-items:center;display:flex}.NoAvatarCard-module__B5A9qq__content{flex-direction:column;flex:1;gap:12px;display:flex}.NoAvatarCard-module__B5A9qq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.NoAvatarCard-module__B5A9qq__title{font-size:1rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}.NoAvatarCard-module__B5A9qq__badge{font-size:var(--font-size-xs);font-family:var(--font-family-2-semi-bold);color:var(--color-green-3);background:var(--color-green-4);border-radius:20px;padding:3px 10px}.NoAvatarCard-module__B5A9qq__description{font-size:var(--font-size-sm);color:var(--color-black-3);margin:0}.NoAvatarCard-module__B5A9qq__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:10px;display:flex}
.Administration-module__ZtYaBa__container{flex-direction:column;gap:24px;width:100%;margin-top:8px;display:flex}
.SidebarHelp-module__p1baQW__helpSection,.SidebarHelp-module__p1baQW__helpPopover{width:100%}.SidebarHelp-module__p1baQW__helpPopoverContent{background:linear-gradient(var(--color-white-overlay-3), var(--color-white-overlay-3)), var(--color-green-3);border-radius:var(--border-radius-card-5);min-width:calc(var(--sidebar-width) - 32px);border:1px solid var(--color-white-overlay-1);box-shadow:0 4px 20px var(--color-shadow-md);z-index:2000;flex-direction:column;gap:4px;margin-bottom:8px;padding:8px;display:flex}.SidebarHelp-module__p1baQW__helpLink{border-radius:var(--border-radius-button);color:var(--color-white-1);cursor:pointer;justify-content:flex-start;padding:10px 12px;font-size:.82rem;font-weight:400;transition:all .2s}.SidebarHelp-module__p1baQW__helpLink:hover{background:var(--color-white-overlay-1);color:var(--color-white-1)}.SidebarHelp-module__p1baQW__helpLink svg{opacity:.7;width:16px;height:16px}.SidebarHelp-module__p1baQW__helpLink:hover svg{opacity:1}.SidebarHelp-module__p1baQW__fullWidth{width:100%}.SidebarHelp-module__p1baQW__activeItem{background:var(--color-white-overlay-3)}
.ClientAvatar-module__XpvDXq__container{flex-direction:column;gap:24px;margin-top:24px;display:flex}.ClientAvatar-module__XpvDXq__loaderContainer{justify-content:center;align-items:center;padding:60px 0;display:flex}.ClientAvatar-module__XpvDXq__emptyActions{flex-direction:column;gap:20px;display:flex}.ClientAvatar-module__XpvDXq__rightActions{align-items:center;gap:10px;display:flex}.ClientAvatar-module__XpvDXq__offerSelector{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.ClientAvatar-module__XpvDXq__offerSelectorLeft{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.ClientAvatar-module__XpvDXq__offerSelect{min-width:200px;max-width:300px}.ClientAvatar-module__XpvDXq__analyzingBadge{background-color:var(--color-green-4);border-radius:20px;align-items:center;gap:8px;width:max-content;padding:8px 12px;display:flex}.ClientAvatar-module__XpvDXq__analyzingText{font-size:var(--font-size-sm);color:var(--color-green-2);font-family:var(--font-family-2-medium);margin-top:1px}.ClientAvatar-module__XpvDXq__noOfferBox{background-color:var(--color-white-5);border:1px solid var(--color-white-10);text-align:center;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:30px;display:flex}.ClientAvatar-module__XpvDXq__noOfferBox h3{color:var(--color-white);margin-bottom:12px;font-size:18px}.ClientAvatar-module__XpvDXq__noOfferBox p{color:var(--color-grey-1);max-width:400px;margin-bottom:20px;font-size:14px}@media (min-width:768px){.ClientAvatar-module__XpvDXq__offerSelector{align-items:center}.ClientAvatar-module__XpvDXq__offerSelectorLeft{flex-direction:row;align-items:center;gap:16px}}.ClientAvatar-module__XpvDXq__offerField{flex-direction:column;display:flex}.ClientAvatar-module__XpvDXq__offerLabel{font-size:var(--font-size-xs);color:var(--color-grey-1);font-family:var(--font-family-2-medium);margin-bottom:8px;display:block}.ClientAvatar-module__XpvDXq__offerSelectWrapper{align-items:center;gap:8px;display:flex}@media (min-width:992px){.ClientAvatar-module__XpvDXq__emptyActions{flex-direction:row;align-items:stretch}}
.ProspectSources-module__HGwd8q__grid{flex-direction:column;gap:16px;display:flex}.ProspectSources-module__HGwd8q__card{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-5);flex-direction:column;flex:1;gap:20px;padding:24px;display:flex}.ProspectSources-module__HGwd8q__cardHeaderRow{align-items:center;gap:14px;display:flex}.ProspectSources-module__HGwd8q__iconContainer{border-radius:var(--border-radius-card-4);background:var(--color-green-4);width:40px;height:40px;color:var(--color-green-3);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProspectSources-module__HGwd8q__iconContainer svg{width:20px;height:20px}.ProspectSources-module__HGwd8q__titleRow{flex:1;align-items:center;gap:10px;display:flex}.ProspectSources-module__HGwd8q__cardTitle{font-size:1rem;font-family:var(--font-family-2-bold);color:var(--color-black-2);margin:0}.ProspectSources-module__HGwd8q__badge{font-size:var(--font-size-xs);font-family:var(--font-family-2-semi-bold);color:var(--color-green-3);background:var(--color-green-4);border-radius:20px;flex-shrink:0;margin-left:auto;padding:3px 10px}.ProspectSources-module__HGwd8q__description{font-size:var(--font-size-sm);color:var(--color-black-3);margin:0}.ProspectSources-module__HGwd8q__benefits{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ProspectSources-module__HGwd8q__benefit{color:var(--color-green-3);align-items:center;gap:8px;display:flex}.ProspectSources-module__HGwd8q__benefit p{font-size:var(--font-size-sm);color:var(--color-grey-6);margin:0}.ProspectSources-module__HGwd8q__countLine{font-size:var(--font-size-sm);color:var(--color-grey-6);align-items:center;gap:8px;margin:0;display:flex}.ProspectSources-module__HGwd8q__countValue{font-family:var(--font-family-2-bold);color:var(--color-green-3);font-size:1rem}.ProspectSources-module__HGwd8q__loaderBox{flex:1;justify-content:center;align-items:center;min-height:120px;display:flex}.ProspectSources-module__HGwd8q__viewLink{color:var(--color-green-3);font-family:var(--font-family-2-bold);font-size:var(--font-size-sm);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:4px;margin-left:auto;padding:0;transition:transform .2s;display:flex}.ProspectSources-module__HGwd8q__viewLink:hover{transform:translate(3px)}.ProspectSources-module__HGwd8q__stats{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;display:grid}.ProspectSources-module__HGwd8q__analyzedCard{background:var(--color-white-3);border-radius:var(--border-radius-card-4);flex-direction:column;gap:12px;min-width:0;padding:16px;display:flex}.ProspectSources-module__HGwd8q__analyzedHeader{justify-content:space-between;align-items:baseline;display:flex}.ProspectSources-module__HGwd8q__analyzedTitle{font-size:var(--font-size-xs);font-family:var(--font-family-2-semi-bold);color:var(--color-grey-1);text-transform:uppercase;letter-spacing:.03em}.ProspectSources-module__HGwd8q__analyzedTotal{font-family:var(--font-family-2-bold);color:var(--color-green-3);font-size:1.2rem;line-height:1}.ProspectSources-module__HGwd8q__analyzedMethods{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px;display:grid}.ProspectSources-module__HGwd8q__analyzedMethod{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-3);flex-direction:column;gap:4px;padding:8px 10px;display:flex}.ProspectSources-module__HGwd8q__analyzedMethodValue{font-family:var(--font-family-2-semi-bold);color:var(--color-black-2);font-size:1rem;line-height:1}.ProspectSources-module__HGwd8q__analyzedMethodLabel{font-size:var(--font-size-xs);color:var(--color-grey-6)}.ProspectSources-module__HGwd8q__statCell{background:var(--color-white-3);border-radius:var(--border-radius-card-4);flex-direction:column;gap:6px;padding:10px 12px;display:flex}.ProspectSources-module__HGwd8q__statValue{font-family:var(--font-family-2-bold);color:var(--color-green-3);font-size:1.2rem;line-height:1}.ProspectSources-module__HGwd8q__statLabel{font-size:var(--font-size-xs);color:var(--color-grey-6);line-height:1.2}.ProspectSources-module__HGwd8q__searching{font-size:var(--font-size-sm);font-family:var(--font-family-2-semi-bold);color:var(--color-green-3);align-items:center;gap:8px;display:flex}.ProspectSources-module__HGwd8q__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:8px;display:flex}@media (min-width:992px){.ProspectSources-module__HGwd8q__grid{flex-direction:row;align-items:stretch}}
.SidebarProjects-module__BQ2TZa__wrapper{width:100%;margin:12px 0}.SidebarProjects-module__BQ2TZa__collapsedWrapper{justify-content:center;width:100%;margin:12px 0;display:flex;overflow:visible}.SidebarProjects-module__BQ2TZa__fullWidthTrigger{justify-content:center;width:100%;display:flex}.SidebarProjects-module__BQ2TZa__container{background:var(--color-white-2);cursor:pointer;border:none;border-radius:12px;outline:none;align-items:center;width:100%;padding:12px;transition:background .2s,transform .2s;display:flex;overflow:visible}.SidebarProjects-module__BQ2TZa__projectClickArea:hover .SidebarProjects-module__BQ2TZa__name{color:var(--color-green-3)}.SidebarProjects-module__BQ2TZa__projectMain{align-items:center;gap:12px;width:100%;display:flex}.SidebarProjects-module__BQ2TZa__collapsed .SidebarProjects-module__BQ2TZa__projectMain{flex-direction:column;justify-content:center;gap:8px}.SidebarProjects-module__BQ2TZa__projectClickArea{cursor:pointer;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.SidebarProjects-module__BQ2TZa__collapsed .SidebarProjects-module__BQ2TZa__projectClickArea{flex:none;gap:0}.SidebarProjects-module__BQ2TZa__collapsed{flex-direction:column;justify-content:center;align-items:center;gap:6px;width:max-content;padding:8px;display:flex;overflow:visible}.SidebarProjects-module__BQ2TZa__iconContainer{width:24px;height:24px;color:var(--color-green-3);-webkit-user-select:none;user-select:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.SidebarProjects-module__BQ2TZa__favicon{object-fit:contain;width:100%;height:100%;padding:2px}.SidebarProjects-module__BQ2TZa__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.SidebarProjects-module__BQ2TZa__label{color:var(--color-grey-1);text-transform:uppercase;letter-spacing:.05em;opacity:.88;font-size:.65rem;font-family:var(--font-family-2-bold)}.SidebarProjects-module__BQ2TZa__name{color:var(--color-black-2);font-size:.85rem;font-family:var(--font-family-2-bold);white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;overflow:hidden}.SidebarProjects-module__BQ2TZa__arrowContainer{width:28px;height:28px;color:var(--color-grey-1);opacity:.6;cursor:pointer;border-radius:8px;outline:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.SidebarProjects-module__BQ2TZa__arrowContainer:hover,.SidebarProjects-module__BQ2TZa__arrowActive{background:var(--color-grey-3);color:var(--color-black-1);opacity:.7}.SidebarProjects-module__BQ2TZa__arrowContainer svg{pointer-events:none}.SidebarProjects-module__BQ2TZa__popover{justify-content:center;align-items:center;height:28px;display:flex;position:relative}.SidebarProjects-module__BQ2TZa__popoverContent{z-index:2000}.SidebarProjects-module__BQ2TZa__dropdown{background:var(--color-white-1);border:1px solid var(--color-grey-2);border-radius:var(--border-radius-card-5);width:200px;box-shadow:0 4px 20px var(--color-shadow-md);flex-direction:column;gap:4px;padding:8px;display:flex}.SidebarProjects-module__BQ2TZa__projectList{flex-direction:column;gap:4px;max-height:300px;padding-right:4px;display:flex;overflow-y:auto}.SidebarProjects-module__BQ2TZa__dropdownItem{border-radius:var(--border-radius-button);cursor:pointer;font-size:.9rem;font-family:var(--font-family-2-semi-bold);color:var(--color-black-1);align-items:center;gap:12px;padding:10px 12px;transition:background .2s;display:flex}.SidebarProjects-module__BQ2TZa__dropdownItem:hover:not(.SidebarProjects-module__BQ2TZa__activeProject){background:var(--color-grey-3)}.SidebarProjects-module__BQ2TZa__activeProject{background:var(--color-green-4)}.SidebarProjects-module__BQ2TZa__activeProject .SidebarProjects-module__BQ2TZa__dropdownName{color:var(--color-green-3);font-family:var(--font-family-2-bold)}.SidebarProjects-module__BQ2TZa__nameActive{color:var(--color-green-3);-webkit-user-select:none;user-select:none}.SidebarProjects-module__BQ2TZa__dropdownIcon{width:18px;height:18px;color:var(--color-green-3);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.SidebarProjects-module__BQ2TZa__dropdownIcon svg{width:100%;height:100%}.SidebarProjects-module__BQ2TZa__faviconSmall{object-fit:contain;width:100%;height:100%}.SidebarProjects-module__BQ2TZa__dropdownName{color:var(--color-black-2);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.SidebarProjects-module__BQ2TZa__collapsedContent{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.SidebarProjects-module__BQ2TZa__popoverCollapsed{align-items:center;margin-top:0;display:flex}.SidebarProjects-module__BQ2TZa__popoverCollapsed .SidebarProjects-module__BQ2TZa__arrowContainer{opacity:.6;margin-top:4px}.SidebarProjects-module__BQ2TZa__popoverCollapsed .SidebarProjects-module__BQ2TZa__arrowContainer:hover{opacity:.8}.SidebarProjects-module__BQ2TZa__addBtn{background:var(--color-green-3);color:var(--color-white-1);cursor:pointer;opacity:.85;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:transform .2s,background .2s;display:flex}.SidebarProjects-module__BQ2TZa__addBtn svg{display:block}.SidebarProjects-module__BQ2TZa__addBtn:hover{opacity:1;transform:scale(1.1)}.SidebarProjects-module__BQ2TZa__addBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.SidebarProjects-module__BQ2TZa__dropdownSeparator{background:var(--color-grey-2);height:1px;margin:4px 0}
.AppWrapper-module__-bQd0G__container{background:var(--color-white-1);z-index:1;width:100%;min-height:100vh;display:flex;position:relative}.AppWrapper-module__-bQd0G__content{margin-top:var(--header-height);padding:var(--spacing-lx) var(--spacing-ml) 110px;flex:1;width:100%;height:100%}@media (min-width:992px){.AppWrapper-module__-bQd0G__container{--sidebar-width-collapsed:68px}.AppWrapper-module__-bQd0G__container.AppWrapper-module__-bQd0G__logged .AppWrapper-module__-bQd0G__content{margin-top:0}.AppWrapper-module__-bQd0G__content{padding:var(--spacing-xl) var(--spacing-xxl) 110px}.AppWrapper-module__-bQd0G__sidebarLayout{padding-left:calc(var(--sidebar-width) + var(--spacing-xxl))}.AppWrapper-module__-bQd0G__sidebarIsClosed{padding-left:calc(var(--sidebar-width-collapsed) + var(--spacing-xxl))}}
/*# sourceMappingURL=309d3mxzwleos.css.map*/