.nav{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2.4rem;display:flex}@media (max-width:37.5em){.nav{display:none}}.nav__left{align-items:center;gap:4rem;display:flex}.nav__logo{cursor:pointer;justify-content:center;align-items:center;width:5.6rem;height:2.7rem;display:flex}.nav__search{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:#222;border-radius:3rem;outline:none;justify-content:center;align-items:center;width:33rem;height:5rem;padding-right:.8rem;transition:all .2s ease-in-out;display:flex;position:relative}@media (max-width:37.5em){.nav__search{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:1rem}}.nav__search input{height:100%;color:var(--Ui-Colors-Text-Light,#f4f4f4);font-feature-settings:"liga" off,"clig" off;background:0 0;border:none;border-radius:3rem;outline:none;flex:1 0 0;padding:.7rem .8rem .7rem 1.6rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;transition:background-color .2s;display:flex}.nav__search input::placeholder{color:var(--Ui-Colors-Text-Light,#a9a9a9);transition:color .2s}.nav__search input:focus::placeholder{color:gray}@media (max-width:37.5em){.nav__search input{font-size:1.7rem}}.nav__search-icon{background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border:none;border-radius:9rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;padding:.8rem;transition:all .2s ease-in-out;display:flex}.nav__search-icon svg{flex-shrink:0;width:2rem;height:2rem;transition:transform .2s}.nav__search-icon:hover:not(:disabled){cursor:pointer;background:#9fe870}.nav__search-icon:hover:not(:disabled) svg{transform:scale(1.05)}.nav__search-icon:active:not(:disabled){transform:scale(.95)}.nav__search-icon:disabled{cursor:not-allowed;opacity:.6;background:#505050}@media (max-width:37.5em){.nav__search-icon{background:var(--Ui-Colors-Green-Light,#9fe870);border-radius:9rem;width:3.5rem;height:3.5rem;padding:1.5rem}.nav__search-icon svg{width:2.5rem;height:2.5rem}.nav__search-icon svg path{stroke:#222}}.nav__search-clear{width:var(--clearable-input-size,1.6rem);height:var(--clearable-input-size,1.6rem);background-color:var(--clearable-input-bg-color,#3a3546);z-index:3;cursor:pointer;opacity:.8;border-radius:50%;place-items:center;margin-right:1rem;transition:all .2s ease-in-out;display:grid}.nav__search-clear svg{color:#fff;width:1rem;height:1rem;transition:transform .2s}.nav__search-clear:hover{opacity:1;background:#505050}.nav__search-clear:hover svg{transform:scale(1.1)}.nav__search-clear:active{transform:scale(.9)}.nav__search:focus-within{background:#2b2b2b;border-color:#ccc;box-shadow:0 0 0 .1rem #ffffff1a}.nav__search:hover:not(:focus-within){background:#252525;border-color:#666}.nav__list{align-items:center;gap:3.2rem;display:flex}.nav__list a{font-feature-settings:"liga" off,"clig" off;color:var(--Ui-Colors-Text-Light,#a9a9a9);font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;transition:all .1s ease-in-out}.nav__list a.active,.nav__list a:hover{color:var(--Ui-Colors-Green-Light,#9fe870)}.nav__right{justify-content:flex-end;align-items:center;gap:.8rem;display:flex}.nav__actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:1.7rem;display:flex}.nav__actions svg{width:2.4rem;height:2.4rem}.nav__actions li{transition:all .1s ease-in-out}.nav__actions li.icons svg{transform:translateY(.5rem)}.nav__actions li:hover{cursor:pointer}.nav__actions li:hover.icons .tooltip-container svg path{stroke:#9fe870}.nav__profile{cursor:pointer;padding:0;position:relative}.nav__profile img{width:5rem;height:5rem;transition:all .1 ease-in-out;border:1px solid #0000;border-radius:50%;overflow:hidden}.nav__profile .level-logo{width:5rem;overflow:hidden}.nav__profile:hover .dropdown-menu{visibility:visible;opacity:1;pointer-events:initial;transition:opacity .3s ease-in-out .15s,visibility .3s ease-in-out .15s,transform .3s cubic-bezier(.34,1.56,.64,1) .15s;display:flex;transform:translate(-80%)translateY(0)}.nav__btn{cursor:pointer;color:var(--Ui-Colors-Card-Color,#2b2b2b);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#2b2b2b;background:var(--Ui-Colors-Green-Light,#9fe870);border:none;border-radius:3rem;outline:none;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem 2rem;font-family:Lexend;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 .2rem .4rem #009d4a1a}.nav__btn svg{width:auto;height:auto}.nav__btn:hover{background:#9ee870da}.nav__btn:active{transform:translateY(.1rem);box-shadow:0 .2rem .4rem #009d4a1a}.nav__btn.uploading{opacity:.7;cursor:not-allowed;background:#9fe8701a;border:1px solid #9fe8704d}.nav__btn.uploading:hover{background:#9fe8701a;transform:none}.nav__btn.uploading .nav__btn-text{color:#9fe870;font-weight:500}main{width:114rem;margin:7.2rem auto 0;padding-bottom:7.2rem}@media (max-width:37.5em){main{width:100%;margin:0;padding:0 1rem 11.6rem;overflow:hidden}}.welcome{flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:3.7rem;animation:.6s ease-out fadeInUp;display:flex}@media (max-width:37.5em){.welcome{display:none}}.welcome h2{color:#fff;font-feature-settings:"liga" off,"clig" off;opacity:0;font-family:Roboto;font-size:3.6rem;font-weight:500;line-height:normal;animation:.6s ease-out .1s forwards fadeInUp;transform:translateY(2rem)}.welcome p{color:#a9a9a9;font-feature-settings:"liga" off,"clig" off;opacity:0;font-family:Roboto;font-size:1.6rem;font-weight:400;line-height:normal;animation:.6s ease-out .2s forwards fadeInUp;transform:translateY(2rem)}.welcome__action{opacity:0;align-items:center;gap:2.4rem;width:100%;animation:.6s ease-out .3s forwards fadeInUp;display:flex;transform:translateY(2rem)}@media (max-width:37.5em){.welcome__action{gap:1.4rem}}.welcome__action-item{background:#2b2b2b;border:1px solid #363636;border-radius:.8rem;flex:1 0 48%;align-items:center;gap:1.6rem;padding:2.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}@media (max-width:37.5em){.welcome__action-item{border-radius:9rem;padding:1rem 1.6rem}}.welcome__action-item:before{content:"";opacity:0;background:radial-gradient(circle,#009d4a1a 0%,#0000 70%);transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.welcome__action-item:hover{cursor:pointer;background:#363636}.welcome__action-item:hover .welcome__action-icon-svg path{fill:#9fe870}.welcome__action-item:active{box-shadow:0 .4rem .8rem #009d4a1a}.welcome__action-icon-svg{color:#fff;fill:#fff;width:2.4rem;height:2.4rem;transition:all .3s}.welcome__action-icon{background:#009d4a80;border-radius:50%;justify-content:center;align-items:center;width:7.3rem;height:7.3rem;transition:all .3s;display:flex}@media (max-width:37.5em){.welcome__action-icon{width:5rem;height:4.5rem}}.welcome__action-icon svg{color:#fff;fill:#fff;flex-shrink:0;width:3.2rem;height:3.2rem;transition:all .3s}.welcome__action-icon svg path{transition:all .3s}.welcome__action-text{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:.5rem;display:flex}.welcome__action-text h5{color:#f4f4f4;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-weight:600;line-height:normal;transition:all .3s}.welcome__action-text p{color:#a9a9a9;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-weight:400;line-height:normal;transition:all .3s}.section-header{opacity:0;justify-content:space-between;align-self:stretch;align-items:center;animation:.6s ease-out forwards fadeInUp;display:flex;transform:translateY(2rem)}.section-header__title{align-items:center;gap:1.6rem;display:flex}.section-header__title h3{color:var(--White,#fff);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:3.6rem;font-style:normal;font-weight:500;line-height:normal}.section-header__title-icon{background:var(--Ui-Colors-Green-Light,#9fe870);border-radius:2rem;flex-shrink:0;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;padding:0 1.2rem;transition:all .1s ease-in-out;display:flex}.section-header__title-icon svg{flex-shrink:0;width:1.8rem;height:1.8rem}.section-header__title-icon:hover{cursor:pointer;background:var(--Ui-Colors-Green-Light,#9ee870d4)}.section-header__title-icon:hover svg path{fill:#131313}.section-header__description{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;margin-top:1.2rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:block}.section-header__back{background:var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;border-radius:9rem;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;width:4rem;height:4rem;display:flex}.section-header__back svg{transition:all .3s}.section-header__back:hover svg{transform:translate(-.4rem)}.section-header__btn{cursor:pointer;color:#f4f4f4;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#2b2b2b;border:none;border-radius:2rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.8rem 1rem 2rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.section-header__btn svg{width:2rem;height:2rem}.section-header__btn:hover{background:#363636}@media (max-width:37.5em){.section-header__btn{padding:1rem 1.4rem}}@media (max-width:76.8rem){.section-header__btn span{display:none}}.section-header__btn svg{flex-shrink:0;width:1rem;height:1rem}@media (max-width:37.5em){.section-header__btn svg{width:1.5rem;height:1.5rem}}.section{margin:5.2rem 0}@media (max-width:37.5em){.section{margin:2.2rem 0}}.footer{justify-content:center;align-items:center;padding:2.9rem 0 0;display:flex}.footer__content{flex-direction:column;align-items:center;gap:2.6rem;display:flex}.footer__content h2{color:var(--White,#fff);font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.8rem;font-family:Roboto;font-size:3rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.footer__content ul{align-items:center;gap:1rem;display:flex}.footer__content ul a{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;transition:all .1s ease-in-out}.footer__content ul a:hover{color:var(--Ui-Colors-Green-Light,#9fe870)}@media screen and (max-width:37.5em){.footer__content ul{flex-wrap:wrap;justify-content:center}}@media only screen and (max-width:200rem){.nav__list a{font-size:1.85rem}.nav__btn{padding:1.25rem 2rem;font-size:1.65rem}.nav input{height:4.2rem;font-size:1.45rem}}@media only screen and (max-width:170rem){.nav__list a{font-size:1.55rem}.nav__btn{padding:.85rem 2rem;font-size:1.55rem}.nav__right{width:auto}.nav input{font-size:1.45rem}.nav__profile img{width:3.8rem;height:3.8rem}}.tooltip-container{display:inline-block}.tooltip-content{z-index:1000;color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background-color:#000c;border-radius:.3rem;padding:.4rem .8rem;font-size:1.1rem;line-height:1.2;animation:.15s .4s forwards tooltipFadeIn;position:fixed;box-shadow:0 .2rem .4rem #0000001a}.upload{opacity:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000000;background:#222222f2;flex-direction:column;width:100%;height:100%;max-height:100vh;animation:.3s ease-out forwards modalFadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:scroll}.upload__content{opacity:0;flex-direction:column;flex:1;align-items:center;gap:6.4rem;padding:12rem 0 20rem;animation:.6s ease-out forwards fadeInUp;display:flex;position:relative;transform:translateY(2rem)}.upload__content.uploaded{padding:0 0 8rem}.upload__content.uploaded .upload__middle{justify-content:center}@media (max-width:37.5em){.upload__content{padding:0}}.upload__middle{flex-direction:column;justify-content:flex-start;align-items:center;gap:9rem;width:100%;max-width:114rem;height:100%;margin:0 auto;display:flex}.upload__title{color:#f4f4f4;text-align:center;font-feature-settings:"liga" off,"clig" off;opacity:0;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-family:Roboto;font-size:4.2rem;font-weight:500;animation:.6s ease-out .2s forwards fadeInUp;display:flex;transform:translateY(2rem)}.upload__file{background:linear-gradient(#2a2a2a 0%,#222 100%);border:2px dashed #3f3f3f;border-radius:1.6rem;flex-shrink:0;justify-content:center;align-items:center;width:114rem;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}@media (max-width:37.5em){.upload__file{width:90%;max-height:70vh}}.upload__file:before{content:"";opacity:0;background:radial-gradient(circle,#9fe8701a 0%,#0000 70%);transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.upload__file:hover,.upload__file.drag-over{border-color:#9fe870;transform:scale(1.005);box-shadow:0 0 0 .1rem #9fe8704d,0 .8rem 2rem #0003}.upload__file:hover:before,.upload__file.drag-over:before{opacity:1}.upload__file:hover .drop,.upload__file.drag-over .drop{animation:2s ease-in-out infinite floatAnimation}.upload__file:hover .drop path,.upload__file.drag-over .drop path{fill:#9fe870}.upload__file:hover .upload__file-content h3 span,.upload__file.drag-over .upload__file-content h3 span{color:#9fe870;text-shadow:0 0 20px #9fe8704d}.upload__file.drag-over{background:linear-gradient(#2f2f2f 0%,#282828 100%);border-style:solid;border-width:.2rem;transform:scale(1.01)}.upload__file.drag-over .upload__file-content{transform:scale(1.02)}.upload__file.drag-over .upload__file-content .drop{transform:scale(1.1)}.upload__file-content{flex-direction:column;align-items:center;gap:2.4rem;padding:4.8rem;transition:all .3s;display:flex}.upload__file-content .drop{width:4.8rem;height:4.8rem;transition:all .3s}.upload__file-content .drop path{fill:#a9a9a9;transition:all .3s}.upload__file-content h3{color:#a9a9a9;text-align:center;font-family:Roboto;font-size:1.6rem;font-weight:400;line-height:2.4rem;transition:all .3s}.upload__file-content h3 span{color:#f4f4f4;font-weight:600;transition:all .3s}.upload__file-content .nav__btn{cursor:pointer;color:var(--Ui-Colors-Card-Color,#2b2b2b);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#2b2b2b;background:var(--Ui-Colors-Green-Light,#9fe870);border:1px solid #0000;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:.8rem;padding:1.6rem 2.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.upload__file-content .nav__btn svg{width:2rem;height:2rem}.upload__file-content .nav__btn:hover{background:#363636}.upload__file-content .nav__btn svg path{stroke:#222}.upload__file-content .nav__btn:before{content:"";opacity:0;background:linear-gradient(#ffffff1a 0%,#0000 100%);transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.upload__file-content .nav__btn:hover{background:#9ee870d3;transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem #0003}.upload__file-content .nav__btn:hover:before{opacity:1}.upload__file-content .nav__btn:active{transform:translateY(0);box-shadow:0 .2rem .8rem #0000001a}.upload__file-content .nav__btn svg,.upload__file-content .nav__btn svg path{transition:all .3s}.upload__close{cursor:pointer;z-index:20;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:2rem;right:2rem}.upload__close:hover{background:#ffffff1a;transform:rotate(90deg)}.upload__close:hover svg path{fill:#f4f4f4}.upload__close:active{transform:rotate(90deg)scale(.95)}.upload__close svg{width:3.2rem;height:3.2rem;transition:all .3s}.upload__close svg path{fill:#a9a9a9;transition:all .3s}.dropdown-menu{visibility:hidden;opacity:0;pointer-events:none;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);z-index:1000;background:#222;border-radius:.8rem;flex-direction:column;transition:opacity .3s ease-in-out .15s,visibility .3s ease-in-out .15s,transform .3s cubic-bezier(.34,1.56,.64,1) .45s;display:none;position:fixed;top:auto;right:auto;transform:translate(-40%)translateY(.5rem);box-shadow:0 .6rem 3.2rem #00000080}.dropdown-menu svg{width:2rem;height:2rem}.dropdown-menu li{color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;white-space:nowrap;align-self:stretch;align-items:center;gap:.8rem;min-width:11rem;padding:1.2rem 1.5rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;transition:all .1s ease-in-out;display:flex}@media screen and (max-width:57.6rem){.dropdown-menu li{min-width:6rem;padding:.8rem 1.5rem;font-size:1.2rem}}.dropdown-menu li:hover{color:#ffffffab}.dropdown-menu a{color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;white-space:nowrap;align-self:stretch;align-items:center;gap:.8rem;min-width:11rem;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal;transition:all .1s ease-in-out;display:flex}.dropdown-menu a:hover{color:#ffffffab}.dropdown-menu li.signout{border-top:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.dropdown-menu.active{visibility:visible;opacity:1;pointer-events:initial;transition:opacity .3s ease-in-out .15s,visibility .3s ease-in-out .15s,transform .3s cubic-bezier(.34,1.56,.64,1) .15s;display:flex;transform:translate(-40%)translateY(.5rem)}.dropdown-menu.show-above{transform:translate(1rem)translateY(0)}.dropdown-menu.show-above.active{transform:translate(0)translateY(0)!important}@media screen and (max-width:57.6rem){.dropdown-menu.show-above.active{transform:translate(-10rem)translateY(0)!important}}.loading-container{justify-content:center;align-items:center;width:100%;height:50vh;display:flex}.file-uploading{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);z-index:100;flex-direction:column;align-items:center;gap:3.2rem;width:100%;padding:3.2rem 1.6rem;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 5.2rem 8.4rem 1rem #00000080}.file-uploading-overlay{content:"";z-index:99;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.file-uploading__container{flex-direction:column;align-items:center;gap:3.2rem;width:114rem;display:flex}.file-uploading__header{justify-content:space-between;align-items:center;width:114rem;display:flex}.file-uploading__file{align-items:center;gap:1.6rem;display:flex}.file-uploading__file svg{width:5.2rem;height:5.2rem;display:flex}.file-uploading__file-detail{flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;display:flex}.file-uploading__file-detail h3{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal;display:-webkit-box;overflow:hidden}.file-uploading__file-detail p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:-webkit-box;overflow:hidden}.file-uploading__file-file-name{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;opacity:.8;-webkit-box-orient:vertical;margin-top:.4rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:-webkit-box;overflow:hidden}.file-uploading__content{align-items:flex-start;gap:-.2rem;width:100%;display:flex}.file-uploading__milestone{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;width:1.4rem;display:flex}.file-uploading__milestone svg{width:1.4rem;height:1.4rem}.file-uploading__milestone-icon{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:1.95rem;align-items:center;gap:1rem;padding:.8rem;display:flex}.file-uploading__milestone-icon svg{width:2.4rem;height:2.4rem;display:flex}.file-uploading__milestone-content{flex-direction:column;align-items:center;gap:.4rem;width:11rem;display:flex}.file-uploading__milestone-name{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-height:3.2rem;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;display:-webkit-box;overflow:hidden}.file-uploading__milestone-error{color:#f44;text-align:center;word-wrap:break-word;max-width:11rem;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.file-uploading__milestone-progress{color:#3b82f6;text-align:center;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.file-uploading__milestone-completed{color:#009d4a;text-align:center;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.file-uploading__milestone-pending{color:#a9a9a9;text-align:center;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.file-uploading__milestone-status{text-align:center;word-wrap:break-word;max-width:11rem;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.file-uploading__milestone p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;white-space:nowrap;flex-direction:column;justify-content:center;width:11rem;height:4rem;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;display:flex;overflow:hidden}.file-uploading__progress-line{background:var(--Ui-Colors-Gren,#009d4a);border-radius:.8rem;flex:1;align-self:stretch;height:.3rem;margin-top:.3rem}.upload-progress-indicator{border-radius:.8rem;justify-content:center;align-items:center;gap:.8rem;width:100%;max-width:40rem;margin:0 auto 2rem;display:flex}.upload-progress-indicator__text{color:#b1b1b1;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal}.upload-progress-indicator__count{color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:500;line-height:normal}.upload-progress-indicator__count--total{color:#b1b1b1}.upload-progress-indicator__bar{background:#ffffff1a;border-radius:.3rem;width:100%;height:.6rem;overflow:hidden}.upload-progress-indicator__progress{background:linear-gradient(90deg,#9fe870,#0d813a);border-radius:.3rem;height:100%;transition:width .3s}.reviews__noitem.uploading{opacity:.7;cursor:not-allowed;background:#9fe8700d;border:1px solid #9fe87033}.reviews__noitem.uploading:hover{background:#9fe8700d;transform:none}.reviews__noitem.uploading .reviews__noitem-drag h3,.reviews__noitem.uploading .reviews__noitem-drag p{color:#9fe870!important}.single-review__uploading-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:1.2rem;margin-bottom:3.2rem;padding:2.4rem}.single-review__uploading-title{color:#374151;align-items:center;gap:.8rem;margin-bottom:1.6rem;font-size:1.8rem;font-weight:600;display:flex}.single-review__uploading-title:before{content:"";background:#3b82f6;border-radius:50%;width:.8rem;height:.8rem;animation:2s infinite pulse}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.single-review__uploading-files{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.6rem;display:grid}.copy-links-popup{z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out forwards modalFadeIn;display:flex;position:fixed;top:0;left:0}.copy-links-popup svg{aspect-ratio:1;width:2.5rem;height:2.5rem}.copy-links-popup__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;width:100%;height:100%;position:absolute;top:0;left:0}.copy-links-popup__content{background:#2b2b2b;border:1px solid #363636;border-radius:1.2rem;width:90%;max-width:40rem;padding:2.4rem;animation:.3s cubic-bezier(.34,1.56,.64,1) popupSlideIn;position:relative;box-shadow:0 2rem 4rem #00000080}.copy-links-popup__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.copy-links-popup__header h4{color:#f4f4f4;margin:0;font-family:Roboto;font-size:1.8rem;font-weight:600}.copy-links-popup__close{cursor:pointer;background:0 0;border:none;border-radius:.4rem;padding:.4rem;transition:all .2s}.copy-links-popup__close:hover{background:#ffffff1a}.copy-links-popup__close svg{transition:all .2s}.copy-links-popup__close:hover svg path{stroke:#f4f4f4}.copy-links-popup__options{flex-direction:column;gap:1.2rem;display:flex}.copy-links-popup__option{cursor:pointer;text-align:left;background:#363636;border:1px solid #505050;border-radius:.8rem;justify-content:space-between;align-items:center;padding:1.6rem;transition:all .2s;display:flex}.copy-links-popup__option:hover{background:#404040;border-color:#9fe870;transform:translateY(-.1rem)}.copy-links-popup__option:active{transform:translateY(0)}.copy-links-popup__option-content{flex:1}.copy-links-popup__option-content h5{color:#f4f4f4;margin:0 0 .4rem;font-family:Roboto;font-size:1.4rem;font-weight:600}.copy-links-popup__option-content p{color:#a9a9a9;margin:0;font-family:Roboto;font-size:1.2rem;font-weight:400}@keyframes popupSlideIn{0%{opacity:0;transform:scale(.9)translateY(-2rem)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:76.8rem){.single-review__uploading-section{margin-bottom:2.4rem;padding:1.6rem}.single-review__uploading-title{margin-bottom:1.2rem;font-size:1.6rem}.single-review__uploading-files{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.2rem}.copy-links-popup__content{max-width:35rem;padding:2rem}.copy-links-popup__option{padding:1.4rem}}@media (max-width:767px){.mobile-nav{border-top:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);z-index:1000;align-self:stretch;align-items:flex-start;padding:1.4rem 0;position:fixed;bottom:0;left:0;right:0;display:flex!important}.mobile-nav__item{flex-direction:column;flex:1 0 0;justify-content:center;align-items:center;gap:4px;display:flex}.mobile-nav__item svg{width:2.8rem;height:2.8rem}.mobile-nav__item svg path{stroke:#a9a9a9}.mobile-nav__item.active span{color:var(--Ui-Colors-Green-Light,#9fe870)}.mobile-nav__item.active svg path{stroke:#9fe870}.mobile-nav__item span{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}}.mobile-header{display:none}@media (max-width:576px){.mobile-header{align-items:center;gap:2rem;width:100%;padding:2rem 0;display:flex}.mobile-header__avatar-container{cursor:pointer;transition:transform .2s}.mobile-header__avatar-container .level-logo{width:5rem}.mobile-header__avatar-container:hover{transform:scale(1.05)}.mobile-header__avatar-container:active{transform:scale(.95)}.mobile-header__details{flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;gap:3px;display:flex}.mobile-header__details h2{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;white-space:nowrap;text-overflow:ellipsis;max-width:16rem;font-family:Roboto;font-size:2rem;font-style:normal;font-weight:500;line-height:normal;overflow:hidden}.mobile-header__details h3{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:24px}.mobile-header__popup-overlay{z-index:1000;background:#00000080;animation:.2s ease-out mobilePopupOverlayFadeIn;position:fixed;top:0;bottom:0;left:0;right:0}.mobile-header__popup{z-index:1001;transform-origin:100% 0;background:#1a1a1a;border:1px solid #3f3f3f;border-radius:1.2rem;min-width:20rem;animation:.3s cubic-bezier(.34,1.56,.64,1) mobilePopupSlideIn;position:absolute;top:8rem;right:2rem;box-shadow:0 .8rem 3.2rem #0006}.mobile-header__popup--open{animation:.3s cubic-bezier(.34,1.56,.64,1) mobilePopupSlideIn}.mobile-header__popup-menu{margin:0;padding:1.2rem 0;list-style:none}.mobile-header__popup-item{cursor:pointer;color:#f4f4f4;align-items:center;gap:1.2rem;padding:1.2rem 2rem;font-family:Roboto;font-size:1.4rem;font-weight:400;line-height:2rem;transition:all .2s;display:flex}.mobile-header__popup-item:hover{color:#9fe870;background:#9fe8701a}.mobile-header__popup-item:hover svg path{fill:#9fe870}.mobile-header__popup-item:active{transform:scale(.98)}.mobile-header__popup-item--signout{border-top:1px solid #3f3f3f;margin-top:.8rem;padding-top:2rem}.mobile-header__popup-item--signout:hover{color:#ff6363;background:#ff63631a}.mobile-header__popup-item--signout:hover svg path{fill:#ff6363}.mobile-header__popup-item svg{flex-shrink:0;transition:transform .2s}.mobile-header__popup-item:hover svg{transform:scale(1.1)}.mobile-header__back{cursor:pointer;background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:9rem;align-items:center;gap:1.2rem;padding:1rem;transition:all .2s;display:flex}.mobile-header__back:hover{transform:scale(1.1)}.mobile-header__btn svg{aspect-ratio:1;width:2.4rem;height:2.4rem}}.mobile-menu-overlay{z-index:9999;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);background:#000c;animation:.3s ease-out mobileMenuOverlayFadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@media (min-width:37.5em){.mobile-menu-overlay{display:none}}.mobile-menu{scrollbar-width:none;-ms-overflow-style:none;background:#222;flex-direction:column;width:100%;height:100%;animation:.4s cubic-bezier(.25,.46,.45,.94) mobileMenuSlideIn;display:flex;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-.8rem 0 3.2rem #0000004d}.mobile-menu::-webkit-scrollbar{display:none}.mobile-menu.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.mobile-menu.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.mobile-menu.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.mobile-menu.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.mobile-menu.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.mobile-menu.scrolling::-webkit-scrollbar-corner{background:0 0}.mobile-menu:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.mobile-menu:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.mobile-menu__header{align-items:center;gap:2rem;padding:2.4rem 2rem;display:flex}.mobile-menu__logo{align-items:center;display:flex}.mobile-menu__logo-img{width:auto;height:3.2rem}.mobile-menu__close{color:#f4f4f4;cursor:pointer;background:0 0;background:var(--Ui-Colors-Card-Color,#2b2b2b);border:none;border-radius:9rem;justify-content:center;align-items:center;padding:.8rem;transition:all .2s;display:flex}.mobile-menu__close:hover{color:#9fe870;background:#9fe8701a;transform:scale(1.1)}.mobile-menu__close:active{transform:scale(.95)}.mobile-menu__user-info{background:#1a1a1a80;border-bottom:1px solid #3f3f3f4d;align-items:center;gap:1.6rem;padding:2.4rem 2rem;display:flex}.mobile-menu__user-avatar{flex-shrink:0}.mobile-menu__avatar-circle{color:#0b100d;background:linear-gradient(135deg,#9fe870 0%,#0d813a 100%);border-radius:50%;justify-content:center;align-items:center;width:5.6rem;height:5.6rem;font-family:Roboto;font-size:2rem;font-weight:600;display:flex;box-shadow:0 .4rem 1.6rem #9fe8704d}.mobile-menu__user-details{flex:1}.mobile-menu__user-name{color:#f4f4f4;margin:0 0 .4rem;font-family:Roboto;font-size:1.8rem;font-weight:600;line-height:1.2}.mobile-menu__user-username{color:#a9a9a9;margin:0;font-family:Roboto;font-size:1.4rem;font-weight:400;line-height:1.2}.mobile-menu__content{flex:1;padding:2rem 0}.mobile-menu__list{flex-direction:column;gap:2rem;height:100%;padding:0 2rem;display:flex}.mobile-menu__item{cursor:pointer;color:var(--Color,#fff);text-align:right;font-feature-settings:"liga" off,"clig" off;background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:3rem;align-items:center;gap:1.6rem;padding:1.6rem 2rem;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;animation:.4s ease-out both mobileMenuItemSlideIn;display:flex}.mobile-menu__item:first-child{animation-delay:.1s}.mobile-menu__item:nth-child(2){animation-delay:.2s}.mobile-menu__item:nth-child(3){animation-delay:.3s}.mobile-menu__item:nth-child(4){animation-delay:.4s}.mobile-menu__item:nth-child(5){animation-delay:.5s}.mobile-menu__item:hover{color:#9fe870;background:#9fe8701a;transform:translate(.8rem)}.mobile-menu__item:hover .mobile-menu__item-icon{color:#9fe870;transform:scale(1.1)}.mobile-menu__item:hover .mobile-menu__item-arrow{transform:translate(.4rem)}.mobile-menu__item:active{transform:translate(.4rem)scale(.98)}.mobile-menu__item--signout{border:2px solid var(--Ui-Colors-Hover-Shade,#ffffff0d);text-align:center;background:0 0;border-radius:3rem;justify-content:center;gap:0;margin-top:auto;margin-left:5%;padding-top:2.4rem}.mobile-menu__item--signout.btn{align-items:center}.mobile-menu__item--signout:hover{color:#ff6363;background:#ff63631a}.mobile-menu__item--signout:hover .mobile-menu__item-icon{color:#ff6363}.mobile-menu__item--signout .mobile-menu__item-icon{background:0 0;border:none}.mobile-menu__item-img{width:2.4rem;height:2.4rem;margin-left:10px;transform:translateY(2px)}.mobile-menu__item-icon{background:var(--Ui-Colors-Stroke-Light,#505050);border-radius:3.2rem;flex-shrink:0;justify-content:center;align-items:center;width:4.2rem;height:4.2rem;padding:.9rem;display:flex}.mobile-menu__item-text{font-size:1.6rem;font-weight:500}.mobile-menu__item-arrow{color:#a9a9a9;flex-shrink:0;margin-left:auto;transition:transform .2s}.mobile-menu__footer{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:#0b100dcc;border-top:1px solid #3f3f3f4d;padding:2rem}.mobile-menu__footer-text{color:#a9a9a9;text-align:center;opacity:.7;margin:0;font-family:Roboto;font-size:1.2rem}@media (max-width:576px){.mobile-menu__header,.mobile-menu__user-info{padding:2rem 1.6rem}.mobile-menu__item{padding:1.4rem 1.6rem;font-size:1.5rem}.mobile-menu__footer{padding:1.6rem}}@media (max-width:37.5em){.mobile-hidden{display:none!important}}@media (min-width:37.5em){.desktop-hidden{display:none!important}}.nav-upload-btn{height:6.397rem;overflow:none;cursor:pointer;background:#009d4a;border:none;border-radius:2rem;outline:none;justify-content:center;align-self:stretch;align-items:center;gap:1.3907rem;padding:1.9469rem;transition:all .2s;display:flex;box-shadow:0 25px 36px -3px #00000059,0 8px 10px 1px #00000024,0 5px 5px -3px #0003}.nav-upload-btn-container{z-index:1000;flex-direction:column;align-items:center;gap:1.8rem;display:flex;position:fixed;bottom:2.8rem;right:2rem}.nav-upload-btn svg{aspect-ratio:1;width:3rem;height:3rem}.nav-upload-btn:hover{transform:scale(1.05)}.nav-upload-btn:active{transform:scale(.95)}@media (min-width:37.5em){.nav-upload-btn{display:none}}.upload__file-types{text-align:center;font-size:1.3rem}.floating-msg-btn{background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:1.4rem;justify-content:center;align-items:center;gap:1.0778rem;width:4.958rem;height:4.958rem;padding:1.5rem;display:none;box-shadow:0 25px 36px 16px #00000059,0 8px 10px 1px #00000024,0 5px 5px -3px #0003}@media (max-width:37.5em){.floating-msg-btn{display:flex}}.floating-msg-btn svg{aspect-ratio:1;flex-shrink:0;width:2.4rem;height:2.4rem}@media (max-width:37.5em){.upload__btn{padding:1.2rem 1.8rem;font-size:1.6rem}}.upload__btn.disabled{opacity:.5;cursor:not-allowed}.level-logo{width:inherit;height:inherit}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(2)}}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-.2rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes floatAnimation{0%{transform:translateY(0)}50%{transform:translateY(-.8rem)}to{transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 #9fe87033}70%{box-shadow:0 0 0 1rem #9fe87000}to{box-shadow:0 0 #9fe87000}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes pulseIcon{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes floatIcon{0%{transform:translateY(0)}50%{transform:translateY(-1rem)}to{transform:translateY(0)}}@keyframes borderPulse{0%{border-color:#3f3f3f}50%{border-color:#9fe870}to{border-color:#3f3f3f}}@keyframes slideInComment{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideInCommentReverse{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes checkmark{0%{stroke-dashoffset:100px;opacity:0}to{stroke-dashoffset:0;opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-.8rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-.5rem)}20%,40%,60%,80%{transform:translate(.5rem)}}@keyframes toastEnter{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}@keyframes toastExit{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,100%)}}@keyframes iconPop{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes mobilePopupSlideIn{0%{opacity:0;transform:translateY(-1rem)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes mobilePopupSlideOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-1rem)scale(.95)}}@keyframes mobilePopupOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobilePopupOverlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes mobileMenuSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes mobileMenuSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes mobileMenuOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileMenuOverlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes mobileMenuItemSlideIn{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}.w-100{width:100%!important}.pt-0{padding-top:0!important}.mt-0{margin-top:0!important}.mt-1{margin-top:1rem}.mt-3{margin-top:3rem}.mb-3{margin-bottom:3rem}.pl-3{padding-left:3rem}.mx-w-1440{max-width:144rem!important}.flex{display:flex!important}.gap-1{gap:1rem!important}.items-center{align-items:center}.relative{position:relative!important}.hidden{display:none!important}.color-9FE870{color:#9fe870!important}.mx-h-fit{max-height:-webkit-fit-content!important;max-height:fit-content!important}.h-100vh{height:100vh!important}.h-auto{height:auto!important}.container{max-width:114rem;margin:0 auto;padding:8rem 0}.pt-10{padding-top:10rem!important}.menu-item__top-border{border-top:1px solid #363636}@media screen and (max-width:37.5em){.mobile-hidden{display:none!important}}@media screen and (min-width:37.5em){.desktop-hidden{display:none!important}}.btn{color:#fff;font-feature-settings:"liga" off,"clig" off;cursor:pointer;background:#00ab4d;border:none;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:.8rem;padding:1.6rem 2.4rem;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;display:inline-flex}.btn-inline{background:0 0;border-bottom:1px solid #363636;border-radius:0;padding:0;font-size:1rem}.btn-inline:hover{color:#fff;background:0 0;border-color:#fff}.btn.secondary{background:var(--Ui-Colors-Stroke-Light,#505050)}.dlt-popup{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:1000;opacity:0;top:0;left:0;background:#111111db;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-in-out forwards fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.dlt-popup__content{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);opacity:0;border-radius:.8rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4.2rem;width:50.1rem;max-width:90vw;padding:4rem 2.2rem;animation:.3s ease-out .1s forwards slideUp;display:flex;transform:translateY(2rem)}.dlt-popup__head{flex-direction:column;align-items:center;gap:2.2rem;width:100%;max-width:22.1rem;display:flex}.dlt-popup__head svg{width:5.4rem;height:5.4rem;animation:.82s cubic-bezier(.36,.07,.19,.97) both shake}.dlt-popup h4{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;margin:0;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.dlt-popup p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;margin:0;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem}.dlt-popup__actions{justify-content:center;gap:1.2rem;width:100%;padding:0 2rem;display:flex}@media screen and (max-width:37.5em){.dlt-popup__actions{padding:0}}.dlt-popup__btn{cursor:pointer;color:#f4f4f4;border:none;justify-content:center;align-items:center;gap:.8rem;min-width:14rem;padding:1.2rem 2.4rem;font-family:Roboto;font-size:1.6rem;font-weight:500;transition:transform .2s,opacity .2s;display:inline-flex}.dlt-popup__btn:hover{opacity:.9}.dlt-popup__btn:active{transform:translateY(0)}.dlt-popup__btn--cancel{background:var(--Ui-Colors-Gren,#009d4a);border-radius:9rem}.dlt-popup__btn--delete{background:var(--Ui-Colors-Red,#ee5e5e);border-radius:3rem}.dlt-popup__btn svg{width:2rem;height:2rem}@media screen and (max-width:37.5em){.dlt-popup__btn{white-space:nowrap;min-width:auto}}.cj-toast{background:var(--Ui-Colors-Stroke-Dark,#363636);z-index:999999;border-radius:.8rem;align-items:center;gap:1.6rem;width:75rem;padding:1.4rem 1.8rem;transition:transform .2s,opacity .2s;animation:.3s cubic-bezier(.21,1.02,.73,1) forwards toastEnter;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 .4rem 1.2rem #00000026}.cj-toast.exit{animation:.3s forwards toastExit}.cj-toast svg{width:2.8rem;height:2.8rem;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards iconPop}.cj-toast h4{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;opacity:0;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;animation:.3s .1s forwards fadeSlideIn}.cj-toast--undo{cursor:pointer;color:#fff;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;opacity:0;background:0 0;border:none;border-radius:2rem;outline:none;justify-content:center;align-items:center;gap:.5rem;margin-left:auto;padding:1.4rem 3rem 1.4rem 2.5rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;animation:.3s .2s forwards fadeSlideIn;display:flex;position:relative;overflow:hidden}.cj-toast--undo svg{width:2rem;height:2rem}.cj-toast--undo:hover{background:#363636}.cj-toast--undo:before{content:"";opacity:0;background:currentColor;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0;right:0}.cj-toast--undo:hover{transform:translateY(-.1rem)}.cj-toast--undo:hover:before{opacity:.1}.cj-toast--undo:active{transform:translateY(0)}@media (max-width:76.8rem){.cj-toast{width:calc(100% - 3.2rem);max-width:75rem;bottom:1rem}}.cj-toast.error{background:var(--Ui-Colors-Red,#ee5e5e)}.cj-toast.success{background:var(--Ui-Colors-Gren,#009d4a)}.access{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:5000;opacity:0;background:#111111db;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;animation:.3s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.access__outer-container{opacity:0;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:#2b2b2b;border-radius:1.6rem;flex-direction:column;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden;transform:scale(.9)}.access__outer-container.visible{opacity:1;transform:scale(1)}@media screen and (max-width:37.5em){.access__outer-container{border-radius:0;width:100%;height:100%}}.access__container{background:var(--Ui-Colors-Dark-Background,#222);flex-direction:column;flex-shrink:0;gap:2rem;width:55rem;height:53.3rem;padding:2rem;display:flex}@media screen and (max-width:37.5em){.access__container{flex:1;width:100%;max-width:100%;padding:2rem}}.access__members{flex-direction:column;flex:1;gap:1rem;display:flex;overflow-y:auto}.access__member{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);flex-wrap:wrap;align-items:center;gap:1.5rem;width:100%;padding:1.5rem 0;display:flex}.access__member:last-child{border-bottom:none}.access__member-img{flex-shrink:0;width:3.2rem}.access__member-name{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:.2rem;display:flex}.access__member-name h3{color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.access__member-name p{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.access__member-select{cursor:pointer;flex-direction:column;gap:1rem;display:flex;position:relative}.access__member-select h3{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:right;font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.access__member-select h3 svg{width:1.8rem;height:1.8rem}.access__member-select .dropdown-menu{position:absolute;transform:translate(-20%)translateY(1.5rem)}.access__header{justify-content:space-between;align-items:center;width:51rem;display:flex}@media screen and (max-width:57.6rem){.access__header{justify-content:flex-start;gap:2rem;width:100%}}.access__header-content{align-items:center;gap:2rem;display:flex}.access__title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.8rem;font-style:normal;font-weight:500;line-height:normal}.access__close-btn{background:0 0;background:var(--Ui-Colors-Stroke-Dark,#363636);border:none;border-radius:9rem;outline:none;align-items:flex-start;gap:1rem;padding:.5rem;display:flex}@media screen and (max-width:37.5em){.access__close-btn{order:-1}}.access__close-btn svg{flex-shrink:0;width:2.4rem;height:2.4rem;transition:all .3s}.access__close-btn:hover svg{cursor:pointer;transform:translateY(-.1rem)}.access__close-btn:hover svg path{stroke:#9fe870}.access__input{font-feature-settings:"liga" off,"clig" off;color:#fff;background:0 0;border:none;outline:none;flex:1;height:100%;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.access__input::placeholder{color:var(--Shade-3,#b1b1b1);transition:color .2s}.access__input:hover::placeholder{color:#c4c4c4}.access__input-container{flex-direction:column;align-items:center;display:flex;position:relative}.access__input-container-inner{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);font-feature-settings:"liga" off,"clig" off;color:#fff;border-radius:1rem;outline:none;flex-direction:row;justify-content:center;align-items:flex-start;gap:1rem;width:100%;padding:1.6rem .8rem 1.6rem 2.4rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:flex}@media screen and (max-width:57.6rem){.access__input-container-inner{padding:1rem 1.5rem;font-size:1.6rem}}.access__input-container-inner::placeholder{color:var(--Shade-3,#b1b1b1);transition:color .2s}.access__input-container-inner:hover{background:#404040;border-color:#666}.access__input-container-inner:focus{background:#404040;border-color:#9fe870;box-shadow:0 0 0 .2rem #00ab4d1a}.access__input-container-inner .invite-controls{justify-content:flex-end;align-self:stretch;align-items:flex-start;gap:1rem;display:flex}.access__input-container-inner .role-select{width:10rem;color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;cursor:pointer;background:#282828;border:none;border-radius:.7rem;outline:none;justify-content:space-between;align-items:center;padding:1rem .6rem 1rem 1rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;display:flex}.access__input-container-inner .invite-btn{color:#222;text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:.02rem;cursor:pointer;background:#9fe870;border:none;border-radius:.7rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.4rem;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;display:flex}.access__input-container-inner .invite-btn:hover{background:#8ed860e0}.access__input-content{flex-direction:row;align-items:center;padding:0 1rem 0 0;display:flex}.access__input-content input{box-shadow:none!important;background:0 0!important;border:none!important}.access__input-newmember{flex-direction:row;gap:1rem;display:flex}.access__input-choose{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:9rem;outline:none;flex-shrink:0;justify-content:space-between;align-items:center;width:12.1rem;height:5.6rem;padding:2rem 2.5rem;display:flex}.access__input-choose:hover{cursor:pointer;background:#404040;border-color:#666}.access__list{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);z-index:5000;background:#222;border-radius:.8rem;flex-direction:column;align-items:flex-start;width:51rem;display:flex;position:absolute;top:120%;box-shadow:0 .6rem 3.2rem #00000080}@media screen and (max-width:57.6rem){.access__list{width:100%;max-width:100%}}.access__list li{align-self:stretch;align-items:center;gap:1rem;padding:1rem 1.4rem;display:flex}.access__list li:hover{cursor:pointer;background:#363636}.access__list li img{border:1px solid var(--White,#fff);border-radius:2rem;width:2rem;height:2rem}.access__list li h6{color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.access__list li h6.green{color:#009d4a}.access__list li p{color:#fff9;font-size:1.2rem}.access__list li .connection-avatar{width:3rem;height:3rem}.access__list li.selected-users-header{background:#363636;border-bottom:1px solid #555;padding:.8rem 1.4rem}.access__list li.selected-users-header h6{color:#009d4a;font-size:1.2rem;font-weight:500}.access__list li.selected-user-item{background:#009d4a1a;border-left:3px solid #009d4a;position:relative}.access__list li.selected-user-item:hover{background:#009d4a33}.access__list li.selected-user-item .remove-user-btn{color:#fff;opacity:.7;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.access__list li.selected-user-item .remove-user-btn:hover{color:#f44;opacity:1;background:#f003}.access__list li.selected-user-item .remove-user-btn svg{width:1rem;height:1rem}.access__list li.divider{margin:.5rem 0;padding:0}.access__list li.divider hr{background:#363636;border:none;height:1px;margin:0}.access__actions{justify-content:space-between;align-items:flex-start;gap:.5rem;width:51rem;margin-top:auto;display:flex}@media screen and (max-width:57.6rem){.access__actions{width:100%;max-width:100%}}.access__btn{cursor:pointer;color:#fff;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#2b2b2b;background:var(--Ui-Colors-Stroke-Dark,#363636);border:none;border-radius:9rem;outline:none;justify-content:center;align-self:stretch;align-items:center;gap:.5rem;width:100%;padding:1.4rem 3rem 1.4rem 2.5rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.access__btn svg{width:2rem;height:2rem}.access__btn:hover{background:#363636;color:#1a1a1a!important;background:#9fe870!important}.access__btn:hover svg path{fill:#1a1a1a!important}.access__btn:hover .hic path{stroke:#222!important;fill:none!important}.access__btn.primary{color:#222;background:#9fe870!important}.access__btn.primary svg path{fill:#222!important}.access__btn.primary:hover{background:#8ed860e0!important}.access__btn.copy-link:hover{color:#fff!important;background:#363636c4!important}.access__btn.copy-link:hover svg path{fill:#fff!important}.access__btn.copy-link.copied{color:#fff!important;background:#008b41!important}.access__btn.copy-link.copied svg path{fill:#fff!important}.access__btn-settings{align-items:center;gap:1rem;margin-left:auto;display:flex}@media screen and (max-width:37.5em){.access__btn span{display:none}}.access__back{width:-webkit-max-content;width:max-content;padding:1.6rem}.access__key{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.access__key-toggle{background:var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;border-radius:7.2rem;flex-shrink:0;align-items:flex-start;gap:.8rem;width:3.2rem;padding:.16rem;transition:all .3s ease-in-out;display:flex}.access__key-toggle svg{width:1.28rem;height:1.28rem;fill:var(--White,#fff);flex-shrink:0}.access__key-toggle.active{background:var(--Ui-Colors-Green-Light,#9fe870);justify-content:flex-end}.access__key-label{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;line-height:normal}.access__key-container{margin-top:1rem}.access__key-form{flex-direction:column;gap:1rem;display:flex}.access__key-input-wrapper{width:100%;position:relative}.access__key-input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);font-feature-settings:"liga" off,"clig" off;color:#fff;border-radius:.7rem;outline:none;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:100%;padding:1rem 7rem 1rem 1.5rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.access__key-toggle-visibility{color:var(--Ui-Colors-Green-Light,#9fe870);cursor:pointer;background:0 0;border:none;font-size:1.4rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.access__key-add,.access__key-change{background:var(--Ui-Colors-Green-Light,#9fe870);color:#000;cursor:pointer;border:none;border-radius:.7rem;padding:1rem 1.5rem;font-family:Roboto;font-size:1.4rem;font-weight:500;transition:all .2s}.access__key-add:hover,.access__key-change:hover{opacity:.9}.access__key-add:disabled,.access__key-change:disabled{background:var(--Ui-Colors-Stroke-Light,#505050);cursor:not-allowed;opacity:.7}.access__key-saved{background:var(--Ui-Colors-Stroke-Dark,#363636);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);border-radius:.7rem;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.access__key-masked{color:#fff;letter-spacing:.2rem;font-family:Roboto;font-size:1.6rem}.access__key-change{border:1px solid var(--Ui-Colors-Green-Light,#9fe870);color:var(--Ui-Colors-Green-Light,#9fe870);background:0 0;padding:.6rem 1rem;font-size:1.2rem}.access__social{background:#2b2b2b;flex-direction:column;gap:1rem;padding:1.8rem 2rem;display:flex}.access__social-title{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;letter-spacing:.05rem;text-transform:uppercase;font-family:Roboto;font-size:1.1rem;font-style:normal;font-weight:500;line-height:normal}.access__social-actions{justify-content:space-between;gap:1rem;display:flex}@media screen and (max-width:37.5em){.access__social-actions{overflow-x:scroll}}.access__social-links{flex-direction:row;gap:1rem;display:flex}.access__social-links svg{aspect-ratio:62.44/62.44;flex-shrink:0;width:5.2443rem;height:5.2443rem}.access__settings{flex-direction:column;justify-content:space-between;gap:1rem;height:100%;display:flex}.access__settings-list{flex-direction:column;gap:1rem;display:flex}.access__settings-item{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);cursor:pointer;flex-direction:column;align-items:flex-start;gap:1.4rem;padding:1.5rem 0;display:flex}.access__settings-item-content{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:2px;display:flex}.access__settings-item-label{color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem}.access__settings-item-description{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.access__settings-item-head{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.access__settings-item-functions{flex-direction:column;align-self:stretch;align-items:flex-start;gap:1rem;width:100%;display:flex}.access__settings-item-functions-input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:.5rem;justify-content:center;align-self:stretch;align-items:center;gap:1rem;width:100%;padding:1.6rem 1.7rem;display:flex}.access__settings-item-functions-input input{font-feature-settings:"liga" off,"clig" off;background:0 0;border:none;outline:none;flex:1 0 0;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.access__settings-item-functions-remove{font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.5rem;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem;display:flex}.image-editor-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.image-editor-container{background:var(--Ui-Colors-Card-Color,#2b2b2b);opacity:0;border-radius:1.2rem;flex-direction:column;width:120rem;max-width:95vw;height:80rem;max-height:95vh;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:scale(.9);box-shadow:0 2rem 4rem #00000080}.image-editor-container.visible{opacity:1;transform:scale(1)}.image-editor-header{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);justify-content:space-between;align-items:center;gap:1.6rem;padding:1.6rem 2.4rem;display:flex}.image-editor-header .header-tools{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.image-editor-header .header-tools .header-tool-btn{color:var(--Ui-Colors-Text-Light,#a9a9a9);cursor:pointer;background:0 0;border:none;border-radius:.6rem;justify-content:center;align-items:center;width:4rem;height:4rem;padding:.8rem;transition:all .2s;display:flex}.image-editor-header .header-tools .header-tool-btn:hover{border-color:var(--Ui-Colors-Gren,#009d4a);color:var(--Ui-Colors-Text-Light,#f4f4f4);background:#ffffff0d}.image-editor-header .header-tools .header-tool-btn.active{background:var(--Ui-Colors-Gren,#009d4a);border-color:var(--Ui-Colors-Gren,#009d4a);color:#fff}.image-editor-header .header-tools .header-tool-btn svg{width:2rem;height:2rem}.image-editor-header .image-editor-close{color:var(--Ui-Colors-Text-Light,#a9a9a9);cursor:pointer;background:0 0;border:none;border-radius:.6rem;flex-shrink:0;padding:.8rem;transition:all .2s}.image-editor-header .image-editor-close:hover{color:var(--Ui-Colors-Text-Light,#f4f4f4);background:#ffffff1a}.image-editor-header .image-editor-close svg{width:2rem;height:2rem}.image-editor-toolbar{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:#ffffff05;align-items:center;gap:2rem;padding:1.6rem 2.4rem;display:flex}.image-editor-toolbar .tool-group{align-items:center;gap:1.2rem;display:flex}.image-editor-toolbar .tool-group .tool-btn{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-Text-Light,#a9a9a9);cursor:pointer;background:0 0;border-radius:.6rem;align-items:center;gap:.8rem;padding:.8rem 1.6rem;font-size:1.4rem;transition:all .2s;display:flex}.image-editor-toolbar .tool-group .tool-btn:hover{border-color:var(--Ui-Colors-Gren,#009d4a);color:var(--Ui-Colors-Text-Light,#f4f4f4)}.image-editor-toolbar .tool-group .tool-btn.active{background:var(--Ui-Colors-Gren,#009d4a);border-color:var(--Ui-Colors-Gren,#009d4a);color:#fff}.image-editor-toolbar .tool-group .tool-btn svg{width:1.6rem;height:1.6rem}.image-editor-toolbar .tool-group .font-size-input{background:var(--Ui-Colors-Card-Color,#222);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);width:6rem;color:var(--Ui-Colors-Text-Light,#f4f4f4);text-align:center;border-radius:.4rem;padding:.6rem .8rem;font-size:1.4rem}.image-editor-toolbar .tool-group .font-size-input:focus{border-color:var(--Ui-Colors-Gren,#009d4a);outline:none}.image-editor-toolbar .tool-group .color-input{cursor:pointer;background:0 0;border:none;border-radius:.4rem;width:4rem;height:3.2rem}.image-editor-toolbar .tool-group .color-input::-webkit-color-swatch-wrapper{padding:0}.image-editor-toolbar .tool-group .color-input::-webkit-color-swatch{border:none;border-radius:.4rem}.image-editor-toolbar .tool-group .line-width-input{background:var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;border-radius:.2rem;outline:none;width:8rem;height:.4rem}.image-editor-toolbar .tool-group .line-width-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border-radius:50%;width:1.6rem;height:1.6rem}.image-editor-toolbar .tool-group .line-width-input::-moz-range-thumb{background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border:none;border-radius:50%;width:1.6rem;height:1.6rem}.image-editor-toolbar .tool-group .drawing-mode-select,.image-editor-toolbar .tool-group .shape-select{background:var(--Ui-Colors-Card-Color,#222);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-Text-Light,#f4f4f4);cursor:pointer;border-radius:.4rem;outline:none;padding:.6rem .8rem;font-size:1.4rem}.image-editor-toolbar .tool-group .drawing-mode-select:focus,.image-editor-toolbar .tool-group .shape-select:focus{border-color:var(--Ui-Colors-Gren,#009d4a)}.image-editor-toolbar .tool-group .drawing-mode-select option,.image-editor-toolbar .tool-group .shape-select option{background:var(--Ui-Colors-Card-Color,#222);color:var(--Ui-Colors-Text-Light,#f4f4f4)}.image-editor-toolbar .tool-group .add-shape-btn{background:var(--Ui-Colors-Gren,#009d4a);color:#fff;cursor:pointer;border:none;border-radius:.4rem;padding:.6rem 1.2rem;font-size:1.4rem;transition:all .2s}.image-editor-toolbar .tool-group .add-shape-btn:hover{background:#00b355}.image-editor-toolbar .tool-group .image-upload-input{display:none}.image-editor-toolbar .tool-group .image-upload-label{background:var(--Ui-Colors-Gren,#009d4a);color:#fff;cursor:pointer;border:none;border-radius:.4rem;padding:.6rem 1.2rem;font-size:1.4rem;transition:all .2s}.image-editor-toolbar .tool-group .image-upload-label:hover{background:#00b355}.image-editor-toolbar .tool-group span{color:var(--Ui-Colors-Text-Light,#a9a9a9);min-width:3rem;font-size:1.4rem}.image-editor-content{flex:1;gap:2rem;padding:2rem;display:flex;overflow:hidden}.canvas-container{background:var(--Ui-Colors-Card-Color,#222);scrollbar-width:none;-ms-overflow-style:none;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);border-radius:.8rem;flex:1;justify-content:flex-start;align-items:flex-start;display:flex;overflow-x:hidden;overflow-y:auto}.canvas-container::-webkit-scrollbar{display:none}.canvas-container.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.canvas-container.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.canvas-container.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.canvas-container.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.canvas-container.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.canvas-container.scrolling::-webkit-scrollbar-corner{background:0 0}.canvas-container:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.canvas-container:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.canvas-container .image-canvas{border-radius:.4rem;box-shadow:0 .4rem 1.2rem #0000004d;width:100%!important;height:auto!important}.elements-panel{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:#ffffff05;border-radius:.8rem;width:25rem;padding:1.6rem}.elements-panel .panel-header{flex-direction:column;gap:1.2rem;margin-bottom:1.6rem;display:flex}.elements-panel .panel-header h3{color:var(--Ui-Colors-Text-Light,#f4f4f4);margin:0;font-size:1.6rem;font-weight:600}.elements-panel .panel-header .panel-actions{flex-direction:column;gap:.8rem;display:flex}.elements-panel .panel-header .panel-actions .delete-btn,.elements-panel .panel-header .panel-actions .clear-btn{cursor:pointer;border:none;border-radius:.4rem;padding:.6rem 1.2rem;font-size:1.3rem;transition:all .2s}.elements-panel .panel-header .panel-actions .delete-btn{color:#fff;background:#ff6b6b}.elements-panel .panel-header .panel-actions .delete-btn:hover{background:#ff5252}.elements-panel .panel-header .panel-actions .clear-btn{background:var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-Text-Light,#f4f4f4)}.elements-panel .panel-header .panel-actions .clear-btn:hover{background:var(--Ui-Colors-Stroke-Dark,#363636)}.elements-panel .tool-controls{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);margin-bottom:1.6rem;padding-bottom:1.6rem}.elements-panel .tool-controls .control-group{flex-direction:column;gap:1.2rem;display:flex}.elements-panel .tool-controls .control-group label{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-size:1.2rem;font-weight:500}.elements-panel .tool-controls .control-group .tool-control-input{background:var(--Ui-Colors-Card-Color,#222);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);width:100%;color:var(--Ui-Colors-Text-Light,#f4f4f4);text-align:center;border-radius:.4rem;padding:.6rem .8rem;font-size:1.4rem}.elements-panel .tool-controls .control-group .tool-control-input:focus{border-color:var(--Ui-Colors-Gren,#009d4a);outline:none}.elements-panel .tool-controls .control-group .tool-control-select{background:var(--Ui-Colors-Card-Color,#222);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);width:100%;color:var(--Ui-Colors-Text-Light,#f4f4f4);cursor:pointer;border-radius:.4rem;outline:none;padding:.6rem .8rem;font-size:1.4rem}.elements-panel .tool-controls .control-group .tool-control-select:focus{border-color:var(--Ui-Colors-Gren,#009d4a)}.elements-panel .tool-controls .control-group .tool-control-select option{background:var(--Ui-Colors-Card-Color,#222);color:var(--Ui-Colors-Text-Light,#f4f4f4)}.elements-panel .tool-controls .control-group .tool-color-input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;background:0 0;border-radius:.4rem;width:100%;height:4rem}.elements-panel .tool-controls .control-group .tool-color-input::-webkit-color-swatch-wrapper{padding:0}.elements-panel .tool-controls .control-group .tool-color-input::-webkit-color-swatch{border:none;border-radius:.4rem}.elements-panel .tool-controls .control-group .tool-control-slider{background:var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;border-radius:.2rem;outline:none;width:100%;height:.4rem}.elements-panel .tool-controls .control-group .tool-control-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border-radius:50%;width:1.6rem;height:1.6rem}.elements-panel .tool-controls .control-group .tool-control-slider::-moz-range-thumb{background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border:none;border-radius:50%;width:1.6rem;height:1.6rem}.elements-panel .tool-controls .control-group .image-upload-input{display:none}.elements-panel .tool-controls .control-group .image-upload-label{background:var(--Ui-Colors-Gren,#009d4a);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:.4rem;width:100%;padding:.8rem 1.2rem;font-size:1.4rem;transition:all .2s;display:block}.elements-panel .tool-controls .control-group .image-upload-label:hover{background:#00b355}.elements-panel .object-properties .property-group h4{color:var(--Ui-Colors-Text-Light,#f4f4f4);margin:0 0 1.2rem;font-size:1.4rem;font-weight:600}.elements-panel .object-properties .property-group .property-item{flex-direction:column;gap:.6rem;margin-bottom:1.2rem;display:flex}.elements-panel .object-properties .property-group .property-item label{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-size:1.2rem;font-weight:500}.elements-panel .object-properties .property-group .property-item .opacity-slider,.elements-panel .object-properties .property-group .property-item .rotation-slider{background:var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;border-radius:.2rem;outline:none;width:100%;height:.4rem}.elements-panel .object-properties .property-group .property-item .opacity-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border-radius:50%;width:1.4rem;height:1.4rem}.elements-panel .object-properties .property-group .property-item .rotation-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border-radius:50%;width:1.4rem;height:1.4rem}.elements-panel .object-properties .property-group .property-item .opacity-slider::-moz-range-thumb{background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border:none;border-radius:50%;width:1.4rem;height:1.4rem}.elements-panel .object-properties .property-group .property-item .rotation-slider::-moz-range-thumb{background:var(--Ui-Colors-Gren,#009d4a);cursor:pointer;border:none;border-radius:50%;width:1.4rem;height:1.4rem}.image-editor-actions{border-top:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:#ffffff05;justify-content:flex-end;align-items:center;gap:1.2rem;padding:2rem 2.4rem;display:flex}.image-editor-actions .btn-secondary,.image-editor-actions .btn-primary{min-width:8rem;color:var(--Ui-Colors-Dark-Background,#222);text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.04rem;cursor:pointer;border:none;border-radius:3rem;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 2.5rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;display:flex}.image-editor-actions .btn-secondary{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:0 0;background:var(--Ui-Colors-Text-Light,#a9a9a9);border-radius:9rem}.image-editor-actions .btn-secondary:hover{background:var(--Ui-Colors-Green-Light,#9fe870)}.image-editor-actions .btn-primary{background:var(--Ui-Colors-Green-Light,#9fe870);box-shadow:0 2px 4px #00000080}.image-editor-actions .btn-primary:hover{background:var(--Ui-Colors-Green-Light,#9ee870dc)}@media (max-width:76.8rem){.image-editor-container{width:95vw;height:90vh;margin:2rem}.image-editor-toolbar{flex-direction:column;align-items:stretch;gap:1.2rem}.image-editor-toolbar .tool-group{justify-content:center}.image-editor-content{flex-direction:column;gap:1.6rem}.image-editor-content .elements-panel{width:100%;max-height:20rem}.canvas-container{min-height:30rem}}@media (max-width:48rem){.image-editor-container{border-radius:.8rem;margin:1rem}.image-editor-header{padding:1.6rem 2rem}.image-editor-header h2{font-size:1.8rem}.image-editor-toolbar{padding:1.2rem 2rem}.image-editor-content{padding:1.6rem}.image-editor-actions{padding:1.6rem 2rem}}.editor{position:relative;overflow:hidden}.editor__main{align-items:flex-start;height:100vh;display:flex;position:relative}.editor__workspace{width:100%;height:100%;position:relative}.editor-image-container{touch-action:pan-x pan-y;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:0 7rem;display:flex;position:relative}@media (max-width:37.5em){.editor-image-container{touch-action:manipulation;padding:0 1.4rem}}.editor__image{scroll-behavior:smooth;touch-action:pan-x pan-y;scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100%;height:100%;max-height:calc(100% - 15px);position:relative;overflow:scroll;min-height:4rem!important}.editor__image::-webkit-scrollbar{display:none}.editor__image.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.editor__image.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.editor__image.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.editor__image.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.editor__image.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.editor__image.scrolling::-webkit-scrollbar-corner{background:0 0}.editor__image:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.editor__image:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.editor__image.custom-scrollbar-container{scrollbar-width:none!important;-ms-overflow-style:none!important}.editor__image.custom-scrollbar-container::-webkit-scrollbar{display:none!important}.editor__image.custom-scrollbar-container .custom-scrollbar-content{scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;overflow:auto}.editor__image.custom-scrollbar-container .custom-scrollbar-content::-webkit-scrollbar{display:none}@media (max-width:37.5em){.editor__image{touch-action:manipulation}}.editor__image img{border-radius:10px;flex-shrink:0;width:100%}.editor .editor-container{width:auto;height:auto;margin:auto;position:relative}.editor__mobile-header{padding-left:2rem;padding-right:2rem}.editor__nav{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:2rem;display:flex}@media screen and (max-width:37.5em){.editor__nav{display:none}}.editor__nav-left{color:#fff;font-feature-settings:"liga" off,"clig" off;cursor:pointer;justify-content:center;align-items:center;gap:1rem;padding:.4rem 0;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}@media screen and (max-width:37.5em){.editor__nav-left{max-width:50%}}.editor__nav-back{cursor:pointer}.editor__nav-back .back-arrow{transition:transform .3s}.editor__nav-back:hover{color:#fff;opacity:.8}.editor__nav-back:hover .back-arrow{transform:translate(-.4rem)}.editor__nav-back.hovered{text-shadow:0 0 10px #ffffff4d}.editor__nav-title{white-space:nowrap;text-overflow:ellipsis;max-width:35.5rem;overflow:hidden}.editor__nav-title-input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);width:35.5rem;max-width:35.5rem;height:4.5rem;color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;caret-color:#0d813a;border-radius:.5rem;outline:none;justify-content:center;align-items:center;gap:1rem;padding:.4rem 1.2rem;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem;display:flex}.editor__nav-right{align-items:center;gap:.8rem;display:flex}.editor__nav-download,.editor__nav-screen{color:#fff;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;cursor:pointer;white-space:nowrap;background:#3a3a3a;border:none;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:.8rem;padding:1.6rem 2.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex;position:relative;overflow:hidden}.editor__nav-download.clicked,.editor__nav-screen.clicked{transform:scale(.95)}.editor__nav-download svg,.editor__nav-screen svg{transition:transform .3s}.editor__nav-download:hover svg,.editor__nav-screen:hover svg{transform:translateY(.2rem)}.editor__nav-download.share,.editor__nav-screen.share{background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));color:var(--Ui-Colors-Dark-Background,#222);border-radius:9rem}@media screen and (max-width:57.6rem){.editor__nav-download,.editor__nav-screen{padding:1rem 1.2rem}.editor__nav-download span,.editor__nav-screen span{display:none}}.editor__nav-download:hover,.editor__nav-screen:hover{color:#2b2b2b;background:#9fe870}.editor__nav-download:hover svg path,.editor__nav-screen:hover svg path{fill:#2b2b2b!important}.editor__nav-mobile-menu{color:#fff;cursor:pointer;background:#3a3a3a;border:none;border-radius:9rem;justify-content:center;align-items:center;padding:1.6rem;transition:all .3s;display:none;position:relative;overflow:hidden}.editor__nav-mobile-menu:before{content:"";opacity:0;background:#ffffff1a;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.editor__nav-mobile-menu:hover:before{opacity:1}.editor__nav-mobile-menu.clicked{transform:scale(.95)}.editor__nav-mobile-menu svg{transition:transform .3s}.editor__nav-mobile-menu:hover svg{transform:translateY(.2rem)}@media screen and (max-width:57.6rem){.editor__nav-mobile-menu{display:flex}}.editor__nav-download svg{width:1.8rem;height:1.8rem}.editor__nav-download:hover svg{transform:translateY(.2rem)}.editor__nav-screen svg{width:2rem;height:2rem;transition:transform .3s}.editor__nav-screen:hover svg{transform:rotate(180deg)}@media (max-width:37.5em){.editor__nav-zoom-controls{display:none!important}}.editor__nav-generate-btn{background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425e2f 0%,#16482e 100%));color:var(--Ui-Colors-Green-Light,#9fe870);font-feature-settings:"liga" off,"clig" off;cursor:pointer;border:none;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:.8rem;padding:1.6rem 2.4rem;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.editor__side{scrollbar-width:none;-ms-overflow-style:none;background:#2b2b2b;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:flex-start;gap:1rem;min-width:38rem;max-width:38rem;height:100%;max-height:100vh;padding:1.6rem;transition:all .3s;display:flex;overflow-y:scroll}.editor__side::-webkit-scrollbar{display:none}.editor__side.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.editor__side.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.editor__side.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.editor__side.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.editor__side.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.editor__side.scrolling::-webkit-scrollbar-corner{background:0 0}.editor__side:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.editor__side:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}@media screen and (max-width:1400px){.editor__side{min-width:34rem;max-width:34rem}}@media screen and (max-width:1200px){.editor__side{min-width:30rem;max-width:30rem}}@media screen and (max-width:57.6rem){.editor__side{z-index:100000;min-width:100%;max-width:100%;transition:transform .3s;position:fixed;transform:translate(100%)}.editor__side.mobile-open{transform:translate(0%)}}.editor__side-mobile-close{z-index:100001;cursor:pointer;background:0 0;border:none;border-radius:.4rem;padding:.8rem;transition:background-color .2s;display:none;position:absolute;top:1.6rem;right:1.6rem}.editor__side-mobile-close:hover{background:#ffffff1a}@media screen and (max-width:57.6rem){.editor__side-mobile-close{display:block}}.editor__side-reply-back{color:#fff;font-feature-settings:"liga" off,"clig" off;cursor:pointer;background:#3a3a3a;border:none;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:.8rem;padding:1.6rem;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex;position:relative;overflow:hidden}.editor__side-reply-back svg{width:1.6rem;height:1.6rem}.editor__side-reply-back:before{content:"";opacity:0;background:#ffffff1a;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.editor__side-reply-back:hover:before{opacity:1}.editor__side-reply-back.clicked{transform:scale(.95)}.editor__side-reply-back svg{transition:transform .3s}.editor__side-reply-back:hover svg{transform:translate(-.2rem)}.editor__side-comments{flex-direction:column;flex:1 0 0;align-self:stretch;align-items:flex-start;gap:1rem;padding-bottom:.8rem;transition:all .3s;display:flex}.editor__side-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;width:100%;height:90%;padding:1.6rem;display:flex}.editor__side-empty svg{width:6.4rem;height:6.4rem}.editor__side-empty h6{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem}.editor-exit-fullscreen{color:#f4f4f4;cursor:pointer;opacity:0;visibility:hidden;z-index:1000;background:#2b2b2be6;border-radius:.8rem;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;transition:all .3s;display:flex;position:absolute;bottom:.8rem;left:50%;transform:translate(-50%)}.editor-exit-fullscreen.show{opacity:1;visibility:visible}.editor-exit-fullscreen:hover{background:#2b2b2b}.editor-exit-fullscreen svg{width:2.4rem;height:2.4rem}.editor__arrows{cursor:pointer;opacity:0;visibility:hidden;z-index:1000;background:#2b2b2be6;border-radius:50%;padding:2rem;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.editor__arrows svg{width:2.4rem;height:2.4rem}.editor__arrows.show{opacity:1;visibility:visible}.editor__arrows:hover{background:#2b2b2b}.editor__arrows-left{left:4rem;box-shadow:0 25px 36px 16px #00000059,0 8px 10px 1px #00000024,0 5px 5px -3px #0003}.editor__arrows-left svg{transform:rotate(180deg)translate(-.7rem)}.editor__arrows-right{right:4rem;box-shadow:0 25px 36px 16px #00000059,0 8px 10px 1px #00000024,0 5px 5px -3px #0003}.editor__arrows.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.editor-preloader{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.editor-preloader .loading-container{width:50%;height:auto}.editor__pdf{flex-direction:column;align-items:center;width:100%;height:100%;display:flex}canvas.react-pdf__Page__canvas{width:100%!important;height:100%!important}.react-pdf__Page,.pdf-container,.editor__pdf-container,.jsx-90b4866ced2f645d.pdf-page.relative.cursor-crosshair{width:100%!important}.attachment-preview{background:var(--Ui-Colors-Dark-Background,#222222d8);z-index:10000;scrollbar-width:none;-ms-overflow-style:none;justify-content:center;align-items:center;width:100%;height:100%;max-height:100vh;padding:4rem 0;display:flex;position:fixed;top:0;left:0;overflow-y:scroll}.attachment-preview::-webkit-scrollbar{display:none}.attachment-preview.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.attachment-preview.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.attachment-preview.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.attachment-preview.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.attachment-preview.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.attachment-preview.scrolling::-webkit-scrollbar-corner{background:0 0}.attachment-preview:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.attachment-preview:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.attachment-preview__content{background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:.8rem;flex-direction:column;align-items:flex-start;width:126.2rem;margin:auto;display:flex;box-shadow:0 .4rem 1.6rem #0006}.attachment-preview__header{border-bottom:1px solid #4b4b4b;justify-content:space-between;align-self:stretch;align-items:center;gap:.9rem;width:100%;margin:auto;padding:1.6rem;display:flex}.attachment-preview__header h6{color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.attachment-preview__header-actions{align-items:center;gap:1.6rem;display:flex}.attachment-preview__header-actions li{cursor:pointer}.attachment-preview__header-actions li:hover{transform:translateY(-.1rem)}.attachment-preview__header-actions li:active{transform:translateY(0)}.attachment-preview__header-actions li:hover svg path{stroke:#9fe870}.attachment-preview__header-actions svg{width:2.4rem;height:2.4rem}.attachment-preview__media{scrollbar-width:none;-ms-overflow-style:none;border-radius:1.6rem;flex-direction:column;align-self:stretch;align-items:center;gap:.8rem;height:100%;max-height:80vh;padding:1.6rem;display:flex;overflow-y:scroll}.attachment-preview__media::-webkit-scrollbar{display:none}.attachment-preview__media.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.attachment-preview__media.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.attachment-preview__media.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.attachment-preview__media.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.attachment-preview__media.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.attachment-preview__media.scrolling::-webkit-scrollbar-corner{background:0 0}.attachment-preview__media:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.attachment-preview__media:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.attachment-preview__media img{width:auto;max-width:100%;height:100%}.attachment-preview__media-video{height:80vh;overflow:hidden}.aichat-container{background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;flex-direction:column;flex-shrink:0;align-items:flex-start;width:104rem;height:79.8rem;display:flex;box-shadow:0 .1rem .4rem #00000026}.aichat-header{border-bottom:1px solid #4b4b4b;align-self:stretch;align-items:center;gap:.9rem;padding:1.6rem;display:flex}.aichat-header h3{color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.aichat-body{flex-direction:column;flex:1 0 0;align-self:stretch;align-items:flex-start;gap:.8rem;padding:1.6rem;display:flex}.aichat-body ul{flex-direction:column;display:flex}.comment__input-box{z-index:1000;background:#363636;border:1px solid #505050;border-radius:.5rem;flex-direction:column;align-self:stretch;align-items:flex-start;gap:1rem;max-width:31.2rem;padding:1.6rem;transition:all .3s;animation:.2s ease-in slideDown;display:flex;position:relative}@media (max-width:37.5em){.comment__input-box{z-index:1000;max-width:94%;position:fixed;bottom:0;left:3%;right:0}.comment__input-box.comment-edit{z-index:100000;width:100%;max-width:100%;position:relative;bottom:auto;left:auto;right:auto}.comment__input-box.sidebar{position:initial;border-radius:1.6rem}}.comment__input-box.drag-over{background:#9fe8701a;border-color:#9fe870;box-shadow:0 0 0 .2rem #9fe87033}.comment__input-box.drag-over:before{content:"Drop files here to upload";color:#9fe870;pointer-events:none;z-index:10;background:#000c;border:2px dashed #9fe870;border-radius:.8rem;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.comment__input-box.focused{border:1px solid #505050;background:#363636!important}.comment__input-box.comment-edit{border:none;padding:0;background:0 0!important}.comment__input-box.popup{background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:1.6rem}.comment__input-box.reply{background:#363636;border-radius:1.6rem;padding:.8rem}.comment__input{font-feature-settings:"liga" off,"clig" off;color:#fff;scrollbar-width:none;-ms-overflow-style:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;background:0 0;border:none;outline:none;flex:1 0 0;align-self:stretch;align-items:flex-start;gap:.5rem;width:100%;max-width:28rem;max-height:3.6em;padding:.4rem;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem;transition:all .2s;display:flex;position:relative;overflow-x:hidden;overflow-y:auto;caret-color:#fff!important;width:28rem!important}.comment__input::-webkit-scrollbar{display:none}.comment__input.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.comment__input.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.comment__input.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.comment__input.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.comment__input.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.comment__input.scrolling::-webkit-scrollbar-corner{background:0 0}.comment__input:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.comment__input:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}@media (max-width:37.5em){.comment__input{max-width:100%;font-size:1.6rem;width:100%!important}}.comment__input:focus,.comment__input:not(:focus){caret-color:#fff!important}.comment__input--sidebar{max-width:100%;width:100%!important}.comment__input--simple{resize:none;background:0 0;border:none;outline:none;align-items:start;overflow:hidden}.comment__input p{max-width:100%}.comment__input-container{width:100%;min-height:6.8rem}.comment__input.empty:empty:before{content:attr(data-placeholder);color:#b8b8b8;pointer-events:none}.comment__input::placeholder{font-feature-settings:"liga" off,"clig" off;color:#b8b8b8;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem;transition:color .2s}.comment__input:focus::placeholder{color:gray}.comment__input .mention-highlight{color:#9fe870;border-radius:.3rem;margin:0 .1rem;padding:.1rem .2rem;font-weight:500;transition:all .2s}.comment__input .mention-highlight:hover{background:#9fe87033}.comment__input:empty:before{content:attr(data-placeholder);color:#b8b8b8;pointer-events:none;position:absolute;top:.4rem;left:.4rem}.comment__tools{flex:1 0 0;align-items:center;gap:.6rem;width:100%;display:flex}.comment__tools--right{flex:0;width:auto;margin-left:auto}.comment__tools-item{cursor:pointer;border-radius:.4rem;padding:.8rem;transition:all .2s;position:relative}.comment__tools-item:hover .comment__tools-icon path{fill:#9fe870}.comment__tools-item:hover .comment__tools-menu,.comment__tools-item--mobile .comment__tools-menu--visible{opacity:1;visibility:visible;pointer-events:all}.comment__tools-item--submit{background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));border-radius:9rem}.comment__tools-item--submit svg{transform:translateY(1px)}.comment__tools-item--submit:hover{cursor:pointer;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%))}.comment__tools-item--plus{background:var(--Ui-Colors-Hover-Shade,#ffffff0d);border-radius:9rem}.comment__tools-container{align-self:stretch;align-items:center;gap:.9rem;width:100%;display:flex;position:relative}.comment__tools-icon{width:2.2rem;height:2.2rem;transition:all .2s;transform:translateY(1px)}.comment__tools-icon path{transition:fill .2s}.comment__tools-menu{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);opacity:0;visibility:hidden;pointer-events:none;z-index:1001;border-radius:.8rem;flex-direction:column;align-items:flex-start;width:16.4rem;margin-top:.8rem;margin-bottom:0;transition:all .2s;display:flex;position:absolute;top:100%;bottom:auto;left:0;right:auto;box-shadow:0 2.5rem 3.6rem 1.6rem #00000059,0 .8rem 1rem .1rem #00000024,0 .5rem .5rem -.3rem #0003}@media (max-width:768px){.comment__tools-menu{margin-top:0;margin-bottom:.8rem;top:auto;bottom:100%}}.comment__tools-menu--mobile{margin-top:0!important;margin-bottom:.8rem!important;top:auto!important;bottom:100%!important}.comment__tools-menu--visible{opacity:1;visibility:visible;pointer-events:all}.comment__tools-menu li{cursor:pointer;color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;align-self:stretch;align-items:center;gap:.8rem;padding:1.2rem 1.5rem;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;display:flex}.comment__tools-menu li svg{aspect-ratio:1;width:1.8rem;height:1.8rem}.comment__tools-menu li:hover{background:#363636}.comment__btn{color:#f4f4f4;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;cursor:pointer;background:#4b4b4b;border:none;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:.8rem;padding:.8rem 1.2rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex;position:relative;overflow:hidden}.comment__btn svg{width:2rem;height:2rem}.comment__btn:hover{background:#363636}.comment__btn:disabled{opacity:.5;cursor:not-allowed}.comment__btn:not(:disabled):hover{color:#222;background:#9fe870}.comment__btn:not(:disabled):active{color:#222}.comment__btn.active{color:#222;background:#9fe870}.comment-icon{border:1px solid var(--Ui-Colors-Gren,#0d813a);background:var(--Ui-Colors-Green-Light,#9fe870);width:5.2rem;min-width:4.5rem;height:5.2rem;color:var(--Black,#1a2034);text-align:center;font-feature-settings:"liga" off,"clig" off;cursor:pointer;border-radius:2.6rem 2.6rem 2.6rem .8rem;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem;font-family:Kanit;font-size:1.8rem;font-style:normal;font-weight:700;line-height:normal;transition:all .3s ease-in-out;display:flex;box-shadow:0 .2rem .8rem #0006}.comment-icon:hover{background:var(--Ui-Colors-Green-Light,#8fd860);border-color:var(--Ui-Colors-Gren,#008d40);box-shadow:0 .4rem 1.2rem #00000059}.comment-icon:active{box-shadow:0 .1rem .4rem #00000073}.comment-move-handle{cursor:move;opacity:0;pointer-events:auto;z-index:20;width:1.2rem;height:1.2rem;transition:opacity .2s ease-in-out;position:absolute;top:0;right:.5rem;transform:translate(50%,-50%)}.comment-move-handle svg{width:1.2rem;height:1.2rem}.comment-move-handle path{fill:currentColor}.comment-group:hover .comment-move-handle{opacity:1}.comment-input{flex-direction:column;gap:1rem;width:100%;display:flex}@media (max-width:37.5em){.comment-input{z-index:1000;width:100%;padding:1.6rem;position:fixed;bottom:0;left:0;right:0}.comment-input .comment-bubble{width:100%!important}}.comment-input__container{z-index:120;width:33rem;position:absolute}.comment-input.animate{opacity:0;animation:.5s ease-out forwards slideInComment;transform:translateY(10rem)}.comment-input.animate-reverse{opacity:0;animation:.5s ease-out forwards slideInCommentReverse}.comment-bubble{background:var(--Ui-Colors-Card-Color,#2b2b2b);z-index:100000;border-radius:1.6rem;flex-direction:column;align-items:flex-start;width:33rem;max-height:49rem;display:flex;box-shadow:0 5.2rem 8.4rem 1rem #00000080}.comment-bubble__header{border-bottom:1px solid var(--Ui-Colors-Stroke-Light,#505050);justify-content:space-between;align-self:stretch;align-items:center;gap:.9rem;width:100%;padding:1.6rem;display:flex}.comment-bubble__header h6{color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.comment-bubble__header-left{flex:1 0 0;align-items:center;gap:.8rem;display:flex;transform:translate(-5px)}.comment-bubble__header-left svg{cursor:pointer;width:2.4rem;height:2.4rem;transition:all .2s}.comment-bubble__header-left svg path{transition:all .2s}.comment-bubble__header-left svg:hover{transform:scale(1.1)}.comment-bubble-list{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;max-height:20rem;transition:all .3s ease-in-out;overflow-x:hidden;overflow-y:scroll}.comment-bubble-list::-webkit-scrollbar{display:none}.comment-bubble-list.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.comment-bubble-list.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.comment-bubble-list.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.comment-bubble-list.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.comment-bubble-list.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.comment-bubble-list.scrolling::-webkit-scrollbar-corner{background:0 0}.comment-bubble-list:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.comment-bubble-list:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}@media (max-width:37.5em){.comment-bubble-list{max-height:20rem!important}}.comment-bubble__actions{align-items:center;gap:1.2rem;display:flex}.comment-bubble__actions li{height:2rem}.comment-bubble__actions svg{cursor:pointer;width:2rem;height:2rem;transition:all .2s}.comment-bubble__actions svg:hover{transform:scale(1.1)}.comment-bubble .editor__side-comment{background:0 0}.comment-bubble-loading{justify-content:center;align-items:center;width:100%;display:flex}.comment-bubble-loading div{height:4rem!important}.comment-bubble-loading canvas{height:7.6rem!important;margin-top:-2.4rem!important}.comment-bubble-list-inner{gap:0}.comment-bubble-list-inner .comment__single{background:var(--Ui-Colors-Card-Color,#2b2b2b)}.comment__attachment-container{width:100%;position:relative}.comment__attachment-scroll-btn{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#000000b3;border:1px solid #505050;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.comment__attachment-scroll-btn:hover{background:#000000e6;border-color:#9fe870;transform:translateY(-50%)scale(1.1)}.comment__attachment-scroll-btn:hover svg path{stroke:#9fe870}.comment__attachment-scroll-btn:active{transform:translateY(-50%)scale(.95)}.comment__attachment-scroll-btn--left{left:.4rem}.comment__attachment-scroll-btn--right{right:.4rem}.comment__attachment-scroll-btn svg{width:1.6rem;height:1.6rem}.comment__attachment-scroll-btn path{transition:stroke .2s}.comment__attachment-items{scrollbar-width:none;-ms-overflow-style:none;align-items:flex-start;gap:.8rem;width:100%;max-width:-webkit-fit-content;max-width:fit-content;display:flex}.comment__attachment-items::-webkit-scrollbar{display:none}.comment__attachment-items:has(>:nth-child(3)){scrollbar-width:none;-ms-overflow-style:none;max-width:100%;min-height:3rem;overflow-x:auto}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar{display:none}.comment__attachment-items:has(>:nth-child(3)).scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar-corner{background:0 0}.comment__attachment-items:has(>:nth-child(3)):hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.comment__attachment-items:has(>:nth-child(3)):hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar{height:.3rem;display:block}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar-thumb{background:#f1f1f1cc;border-radius:.4rem}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar-thumb:hover{background:#555c}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar-track{background:0 0}.comment__attachment-item{cursor:pointer;border:1px solid #505050;border-radius:.8rem;position:relative}.comment__attachment-item img{object-fit:cover;border-radius:.8rem;width:9.4rem;height:9.4rem}.comment__attachment-item video{width:9.4rem;height:9.4rem;scale:2}.comment__attachment-item-video{border-radius:.8rem;position:relative;overflow:hidden}.comment__attachment-item .video-play{cursor:pointer;background:var(--Ui-Colors-Green-Light,#fff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.7297rem;height:2.7297rem;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.comment__attachment-item .video-play svg{flex-shrink:0;width:1.6rem;height:1.6rem;transform:translate(1px)}.comment__attachment-item .video-attachment .video-thumbnail-container{cursor:pointer;border-radius:.8rem;width:9.4rem;height:9.4rem;transition:transform .2s;position:relative;overflow:hidden}.comment__attachment-item .video-attachment .video-thumbnail-container:hover{transform:scale(1.02)}.comment__attachment-item .video-attachment .video-thumbnail-container .video-thumbnail{object-fit:cover;border-radius:.8rem;width:100%;height:100%}.comment__attachment-item .video-attachment .video-thumbnail-container .video-play-overlay{background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.comment__attachment-item .video-attachment .video-thumbnail-container .video-play-overlay svg{width:1.6rem;height:1.6rem;margin-left:.2rem}.comment__attachment-item .video-attachment .video-thumbnail-container .video-duration{color:#fff;background:#000c;border-radius:.4rem;padding:.2rem .4rem;font-size:.8rem;font-weight:500;position:absolute;bottom:.4rem;right:.4rem}.comment__attachment-item .video-attachment .video-thumbnail-container:hover .video-play-overlay{background:#9fe870e6;transform:translate(-50%,-50%)scale(1.1)}.comment__attachment-item .video-attachment .video-placeholder{color:#9fe870;background:#2b2b2b;border:1px solid #505050;border-radius:.8rem;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:9.4rem;height:9.4rem;font-size:.9rem;font-weight:500;display:flex}.comment__attachment-item .pdf-attachment{background:#2b2b2b;border:1px solid #505050;border-radius:.8rem;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:9.4rem;height:9.4rem;padding:1rem;display:flex}.comment__attachment-item .pdf-attachment .pdf-icon{justify-content:center;align-items:center;width:3.2rem;height:3.2rem;display:flex}.comment__attachment-item .pdf-attachment .pdf-name{color:#f4f4f4;text-align:center;word-break:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:100%;font-size:1rem;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.comment__attachment-item-file{cursor:pointer;background:#2b2b2b;border-radius:.8rem;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:1rem;transition:all .2s;display:flex;width:9.4rem!important;height:9.4rem!important}.comment__attachment-item-file:hover{background:#363636;border-color:#9fe870;transform:scale(1.02)}.comment__attachment-item-file .comment__attachment-file-icon{object-fit:contain;width:3.2rem;height:3.2rem}.comment__attachment-item-file .comment__attachment-file-name{color:#f4f4f4;text-align:center;word-break:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:100%;font-size:.9rem;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.comment__attachment-item:hover{border-color:#9fe870}.comment__attachment-item:hover .comment__attachment-btn{opacity:1;visibility:visible;pointer-events:all}.comment__attachment-btn{cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;background:0 0;border:none;outline:none;transition:all .2s ease-in-out;position:absolute;top:.2rem;right:.5rem}.comment__attachment-btn:hover{stroke:#9fe870;transform:scale(1.1)}.comment__audio-players{flex-direction:column;gap:1rem;width:100%;margin-top:1rem;display:flex}.comment__audio-players-item{background:#ffffff0d;border-radius:.8rem;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex;position:relative}.comment__audio-players-item audio{outline:none;flex:1;height:32px}.comment__audio-players-item audio[data-uploading=true]{opacity:.7}.comment__audio-players-item .comment__audio-duration{color:#a9a9a9;flex-shrink:0;font-size:1.2rem}.comment__audio-players-item .upload-progress-container{background:#0003;border-radius:0 0 .8rem .8rem;height:4px;position:absolute;bottom:0;left:0;right:0}.comment__audio-players-item .upload-progress-container .upload-progress-bar{background:#4caf50;height:100%;transition:width .3s}.comment__single{cursor:pointer;background:var(--Ui-Colors-Stroke-Light,#505050);border:1px solid #0000;border-radius:.8rem;flex-direction:column;align-self:stretch;align-items:flex-start;gap:.8rem;padding:1.6rem;transition:all .3s;display:flex}.comment__single.notes{border:1px solid var(--Ui-Colors-Green-Light,#9fe870);box-shadow:-.4rem 0 #9ee86f}.comment__single.isReplyMentionComment{border:1px solid var(--Ui-Colors-Text-Light,#a9a9a9);background:var(--Ui-Colors-Dark-Background,#222);box-shadow:-.4rem 0 #a9a9a9}.comment__single-head{align-self:stretch;align-items:center;gap:.8rem;width:100%;display:flex}.comment__single-head .comment-actions{opacity:1;transition:opacity .2s;position:relative}.comment__single-head .comment-actions svg{cursor:pointer;transition:all .2s}.comment__single-head .comment-actions svg:hover{transform:scale(1.1)}.comment__single.read,.comment__single.reply{background:#343434}.comment__single:hover{background:#3a3a3a}.comment__single:hover .comment-actions{opacity:1}.comment__single.deleted{opacity:.5;background:#343434}.comment__single-title{font-feature-settings:"liga" off,"clig" off;color:#f4f4f4;flex:1 0 0;align-items:center;gap:.8rem;padding-right:.8rem;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:color .2s;display:flex}.comment__single-title span{font-feature-settings:"liga" off,"clig" off;color:#b8b8b8;font-family:Roboto,sans-serif;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;transition:color .2s}@media (max-width:37.5em){.comment__single-title span{font-size:1.3rem}.comment__single-title{font-size:1.6rem}}.comment__single-code{text-align:right;font-feature-settings:"liga" off,"clig" off;background:var(--Ui-Colors-Green-Light,#9fe870);min-width:2.4rem;color:var(--Ui-Colors-Dark-Background,#222);border:1px solid #0d813a;border-radius:1.2rem 1.2rem 1.2rem .4rem;justify-content:center;align-items:center;gap:.2rem;padding:.4rem .6rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.comment__single-code.read,.comment__single-code.reply{color:var(--Ui-Colors-White,#f4f4f4);background:#0d813a}.comment__single-text{font-feature-settings:"liga" off,"clig" off;color:#b8b8b8;letter-spacing:.01em;word-break:break-word;white-space:normal;max-width:100%;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem;transition:color .2s}.comment__single-text a{color:#9fe870}.comment__single-text.deleted{align-items:center;gap:.8rem;display:flex}@media (max-width:37.5em){.comment__single-text{font-size:1.6rem}}.comment__single-reply{font-feature-settings:"liga" off,"clig" off;color:#9fe870;cursor:pointer;letter-spacing:.02em;background:0 0;border:none;outline:none;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;position:relative;overflow:hidden}.comment__single-reply:hover{color:#b8ff89;text-shadow:0 0 8px #9fe8704d}.comment__single-reply:active{transform:scale(.95)}.comment__single-reply.ripple{position:relative;overflow:hidden}.comment__single-reply.ripple:after{content:"";pointer-events:none;opacity:0;background-image:radial-gradient(circle,#9fe870 10%,#0000 10.01%);background-position:50%;background-repeat:no-repeat;width:100%;height:100%;transition:transform .5s,opacity 1s;position:absolute;top:0;left:0;transform:scale(10)}.comment__single-reply.ripple:active:after{opacity:.3;transition:all;transform:scale(0)}.comment__single-reply-more{transition:all .2s ease-in-out}.comment__single-reply-more:hover{transform:translate(.4rem)}.comment__single.inCommentBubble{background:var(--Ui-Colors-Card-Color,#2b2b2b)}.comment__single.inCommentBubble .comment__single-title{color:#9fe870}.comment__single.inCommentBubble .comment__single-text{color:#f4f4f4}.comment__single .dropdown-menu{transform:translate(0%)translateY(0)}@media (max-width:37.5em){.comment__single .dropdown-menu{max-width:94%;left:1.6rem!important}}.comment__single--sidebar-active{background:#434343!important}.comment__single--sidebar-hovered{transition:background .2s;background:#3a3a3a!important}.comment-actions .dropdown-menu{transform:translate(0%)translateY(0)}.comment-reply{width:100%;padding:.4rem 1.6rem 1.6rem}.comment-reply__input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;border-radius:9rem;outline:#9fe870;flex:1 0 0;width:100%;padding:.8rem 1.6rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem}@media (max-width:37.5em){.comment-reply__input{font-size:1.6rem}}.comment__preview{border:1px solid var(--Ui-Colors-Gren,#0d813a);background:var(--Ui-Colors-Green-Light,#9fe870);pointer-events:none;opacity:0;z-index:201;border-radius:2.4rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.8rem;width:0;padding:1.6rem;transition:all .1s ease-in-out;display:flex;position:absolute;top:100%;bottom:0;overflow:hidden;box-shadow:0 .2rem .8rem #0006}.comment__preview.preview-right{top:0;right:3rem}.comment__preview.preview-right.preview-top{top:auto;bottom:100%}.comment__preview.preview-right.preview-bottom{height:-webkit-fit-content;height:fit-content;top:5.2rem}.comment__preview.preview-left{top:0;left:3rem}.comment__preview.preview-left.preview-top{top:auto;bottom:100%}.comment__preview.preview-left.preview-bottom{height:-webkit-fit-content;height:fit-content;top:5.2rem}.comment__preview.preview-show{opacity:1;pointer-events:auto;width:33rem}@media (max-width:37.5em){.comment__preview.preview-show{opacity:0;pointer-events:none;width:0}}.comment__preview-content{color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;-webkit-line-clamp:2;text-overflow:ellipsis;line-clamp:2;word-break:break-all;-webkit-box-orient:vertical;width:100%;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:141%;display:-webkit-box;overflow:hidden}.comment__preview-footer{flex:1 0 0;align-items:center;gap:.8rem;width:29.8rem;padding-right:.8rem;display:flex}.comment__preview-footer-name{color:var(--Ui-Colors-Dark-Background,#222);text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.5px;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.comment__preview-footer-time{color:var(--Ui-Colors-Dark-Background,#222);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.comment__preview-footer-reply{color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.04rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal}.comment__filter{border-radius:3rem;align-self:stretch;align-items:center;gap:1rem;padding:2.4rem .4rem 1.6rem;display:flex}.comment__filter-search{flex:1 0 0;align-items:center;gap:.8rem;display:flex}.comment__filter-search svg{width:2rem;height:2rem}.comment__filter-search-input{font-feature-settings:"liga" off,"clig" off;background:#2b2b2b;border:none;outline:none;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem}.comment__filter-search-input::placeholder{color:var(--Ui-Colors-Text-Light,#a9a9a9)}.comment__filter-btn{position:relative}.comment__filter-btn svg{aspect-ratio:1;cursor:pointer;width:2rem;height:2rem}.comment__filter-btn svg:hover{transform:scale(1.1)}.comment__filter-dropdown{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);opacity:0;visibility:hidden;pointer-events:none;z-index:1000;border-radius:.8rem;flex-direction:column;align-items:flex-start;width:17rem;transition:all .2s;display:flex;position:fixed;transform:translate(-100%);box-shadow:0 2.5rem 3.6rem 1.6rem #00000059,0 .8rem 1rem .1rem #00000024,0 .5rem .5rem -.3rem #0003}.comment__filter-dropdown.active{opacity:1;visibility:visible;pointer-events:auto}.comment__filter-dropdown-item{color:#fff;font-feature-settings:"liga" off,"clig" off;cursor:pointer;align-self:stretch;align-items:center;gap:.8rem;padding:1.2rem 1.5rem;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;display:flex;position:relative}.comment__filter-dropdown-item.active{color:var(--Ui-Colors-Green-Light,#9fe870)}.comment__filter-dropdown-item:hover{background:var(--Ui-Colors-Hover-Shade,#ffffff0d)}.comment__filter-dropdown-item-icon{aspect-ratio:1;opacity:0;width:1.8rem;height:1.8rem}.comment__filter-dropdown-item-icon.active{opacity:1}.comment__filter-submenu{z-index:1000;scrollbar-width:none;-ms-overflow-style:none;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;width:28rem;max-height:30rem;position:absolute;top:0;right:100%;overflow-y:auto;box-shadow:0 2.5rem 3.6rem 1.6rem #00000059,0 .8rem 1rem .1rem #00000024,0 .5rem .5rem -.3rem #0003}.comment__filter-submenu::-webkit-scrollbar{display:none}.comment__filter-submenu.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.comment__filter-submenu.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.comment__filter-submenu.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.comment__filter-submenu.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.comment__filter-submenu.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.comment__filter-submenu.scrolling::-webkit-scrollbar-corner{background:0 0}.comment__filter-submenu:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.comment__filter-submenu:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.comment__mention-list{z-index:4;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;flex-direction:column;align-items:flex-start;width:26.9rem;display:flex;position:absolute;box-shadow:0 2.5rem 3.6rem 1.6rem #00000059,0 .8rem 1rem .1rem #00000024,0 .5rem .5rem -.3rem #0003}.comment__mention-search{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);align-self:stretch;align-items:center;gap:1rem;padding:1.6rem 1.4rem;display:flex}.comment__mention-search svg{width:2rem;height:2rem}.comment__mention-search input{color:var(--Ui-Colors-Text-Light,#fff);font-feature-settings:"liga" off,"clig" off;background:0 0;border:none;outline:none;width:100%;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.4rem}.comment__mention-search input::placeholder{color:var(--Ui-Colors-Text-Light,#a9a9a9)}.comment__mention-item{cursor:pointer;align-self:stretch;align-items:center;gap:1rem;padding:1.4rem;display:flex}.comment__mention-item-avatar{aspect-ratio:1;border-radius:50%;flex-shrink:0;width:2.4rem;height:2.4rem}.comment__mention-item-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.comment__mention-item-content{flex-direction:column;flex:1;gap:.2rem;display:flex}.comment__mention-item-name{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.comment__mention-item-designation{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.comment__mention-item:hover{background:var(--Ui-Colors-Hover-Shade,#ffffff0d)}.comment__mention-loading{justify-content:center;align-self:stretch;align-items:center;padding:2rem;display:flex}.comment__mention-loading-text{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.comment__mention-empty{justify-content:center;align-self:stretch;align-items:center;padding:2rem;display:flex}.comment__mention-empty-text{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.custom-audio-player{align-items:center;gap:1rem;width:100%;display:flex}.custom-audio-player__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.custom-audio-player__duration{color:#a9a9a9;flex-shrink:0;min-width:3.5rem;font-size:1.4rem;font-weight:400}.custom-audio-player__progress-container{background:#a9a9a933;border-radius:2px;flex:1;height:4px;position:relative;overflow:hidden}@media (max-width:37.5em){.custom-audio-player__progress-container{height:7px}}.custom-audio-player__progress-bar{background:#a9a9a9;border-radius:2px;height:100%;transition:width .1s linear}.custom-audio-player__play-button{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;padding:0;transition:transform .2s;display:flex}.custom-audio-player__play-button:hover{transform:scale(1.1)}.custom-audio-player__play-button:active{transform:scale(.95)}.custom-audio-player__play-button svg{width:100%;height:100%}.editor__side .comment__input-box{max-width:100%}.comment-audio-record{border-radius:.8rem;flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:1rem;display:flex}.comment-audio-record__header{border-radius:.8rem;align-items:center;gap:1rem;width:100%;margin-top:1rem;display:flex}.comment-audio-record__time{color:#9fe870;font-size:1.4rem;font-weight:500}.comment-audio-record__time--paused{color:orange}.comment-audio-record__paused{color:orange;font-size:1.2rem;font-weight:500}.comment-audio-record__controls{border-radius:.8rem;align-items:center;gap:1rem;width:100%;margin-top:1rem;display:flex}.comment-audio-record__button{cursor:pointer;border:none;border-radius:9rem;justify-content:center;align-items:center;padding:.8rem;display:flex}.comment-audio-record__button--cancel{color:#ee5e5e;background:#505050}.comment-audio-record__button--pause{color:#fff;background:#ee5e5e}.comment-audio-record__button--stop{color:#fff;background:linear-gradient(#fff 50.96%,#e7e7e7 100%);margin-left:auto}.comment-screen-record{border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-top:1rem;display:flex}.comment-screen-record__indicator{background:#ee5e5e;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite pulse}.comment-screen-record__indicator--paused{background:orange;animation:none}.comment-screen-record__waves{flex-shrink:0}.comment-screen-record__time{color:#ee5e5e;font-size:1.4rem;font-weight:500}.comment-screen-record__time--paused{color:orange}.comment-screen-record__paused,.comment-screen-record__warning{color:orange;font-size:1.2rem;font-weight:500}.comment-screen-record__controls{align-items:center;gap:.5rem;display:flex}.comment-screen-record__button{color:#fff;cursor:pointer;background:0 0;background:var(--Ui-Colors-Stroke-Light,#505050);border:none;border-radius:9rem;justify-content:center;align-items:center;padding:.8rem;display:flex}.comment-screen-record__button:hover{background:var(--Ui-Colors-Stroke-Dark,#363636);cursor:pointer}.comment-screen-record__button--pause,.comment-screen-record__button--restart{color:#fff}.comment-screen-record__button--stop{color:#fff;background:var(--Ui-Colors-Red,#ee5e5e)}.comment-screen-record__button--cancel{color:#ee5e5e}.comment-screen-record__button--cancel:hover{background:var(--Ui-Colors-Stroke-Dark,#ee5e5eb9)}.reviews__content{opacity:0;flex-wrap:wrap;grid-template-columns:repeat(3,1fr);align-content:center;align-items:center;gap:2.4rem;width:100%;margin-top:2.4rem;animation:.6s ease-out .4s forwards fadeInUp;display:grid;transform:translateY(2rem)}@media (max-width:37.5em){.reviews__content{grid-template-columns:repeat(2,47%);gap:1.4rem}}.reviews__content.grid{justify-content:center;justify-items:center;display:grid}.reviews__content.grid[data-files="1"]{grid-template-columns:1fr}.reviews__content.grid[data-files="1"] .review-uploaded-card{width:auto!important}.reviews__content.grid[data-files="2"]{grid-template-columns:repeat(2,1fr)}.reviews__content.grid[data-files="3"]{grid-template-columns:repeat(3,1fr)}@media (max-width:37.5em){.reviews__content.grid[data-files="3"]{grid-template-columns:repeat(2,1fr)}}.reviews__content.grid[data-files="4"],.reviews__content.grid[data-files="5"],.reviews__content.grid[data-files="6"]{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(3,1fr)}@media (max-width:37.5em){.reviews__content.grid[data-files="4"],.reviews__content.grid[data-files="5"],.reviews__content.grid[data-files="6"]{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}}.reviews__content.grid[data-files="7"],.reviews__content.grid[data-files="8"]{grid-template-columns:repeat(4,1fr)}@media (max-width:37.5em){.reviews__content.grid[data-files="7"],.reviews__content.grid[data-files="8"]{grid-template-columns:repeat(2,1fr)}.reviews__content.grid{padding:0 2rem}}.reviews__noitem{border:1px solid #363636;border-radius:.8rem;flex:1 0 36.4rem;justify-content:center;align-items:center;gap:1rem;height:21.6rem;padding:2.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}@media (max-width:37.5em){.reviews__noitem{flex:1 0 25rem}}.reviews__noitem:before{content:"";opacity:0;background:radial-gradient(circle,#9fe8701a 0%,#0000 70%);transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.reviews__noitem:hover:before{opacity:1;cursor:pointer}.reviews__noitem svg{flex-shrink:0;width:2.4rem;height:2.4rem;transition:transform .3s}.reviews__noitem.default{background:#363636;border:1px solid #505050;flex-direction:column;justify-content:flex-end;align-items:flex-start}.reviews__noitem.default:hover{cursor:pointer}.reviews__noitem.default:hover .reviews__noitem-drag svg{animation:2s ease-in-out infinite floatAnimation}.reviews__noitem.default:hover .reviews__noitem-drag svg path{stroke:#b8ff89}.reviews__noitem.default:hover .reviews__noitem-drag h3{color:#b8ff89}.reviews__noitem.default.drag-over{background:#9fe8701a;border-color:#9fe870;box-shadow:0 0 2rem #9fe8704d}.reviews__noitem.default.drag-over:before{opacity:1;background:radial-gradient(circle,#9fe87033 0%,#0000 70%)}.reviews__noitem.default.drag-over .reviews__noitem-drag svg{animation:2s ease-in-out infinite floatAnimation}.reviews__noitem.default.drag-over .reviews__noitem-drag svg path{stroke:#b8ff89}.reviews__noitem.default.drag-over .reviews__noitem-drag h3{color:#b8ff89}.reviews__noitem-drag{flex-direction:column;align-items:flex-start;gap:1.1rem;width:20.6rem;transition:all .3s;display:flex}.reviews__noitem-drag h3{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-weight:600;transition:color .3s}.reviews__noitem-drag p{color:#a9a9a9;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-weight:400}.reviews__noitem-drag svg{width:3.2rem;height:3.2rem;transition:all .3s}.reviews__item{transform-origin:50%;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;padding:1.6rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}@media (max-width:37.5em){.reviews__item{flex:1 0 25rem}}.reviews__item .pdf-cover-page{object-fit:contain;max-width:100%;height:auto}.reviews__item .pdf-cover-page canvas{max-width:100%;height:auto!important}.reviews__item:before{content:"";opacity:0;z-index:2;background:linear-gradient(#0009 0%,#000000bf 100%);width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0}.reviews__item:hover{box-shadow:0 .8rem 1.6rem #0003}.reviews__item:hover:before,.reviews__item:hover .reviews__details,.reviews__item:hover .reviews__actions{opacity:1}.reviews__item:hover .reviews__comment-count{opacity:0;display:none}.reviews__comment-count{color:#f4f4f4;background:#009d4a;border:1px solid #9fe870;border-radius:9rem;justify-content:center;align-items:center;gap:.4rem;height:2.8rem;padding:.8rem 1.2rem;font-family:Roboto;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 .2rem .8rem #0006}.reviews__details{z-index:3;opacity:0;flex-direction:column;align-self:stretch;align-items:flex-start;gap:.7rem;transition:all .4s;display:flex;position:relative}.reviews__title{color:#f4f4f4;align-self:stretch;align-items:center;gap:.7rem;font-family:Roboto;font-size:1.8rem;font-weight:500;display:flex}.reviews__title svg{width:1.8rem;height:1.8rem;transition:transform .3s}.reviews__title svg:hover{cursor:pointer;transform:scale(1.1)}.reviews__time{align-items:center;gap:.7rem;display:flex}.reviews__time span{color:#f4f4f4;font-family:Roboto;font-size:1.4rem;font-weight:400;transition:color .3s}.reviews__time span.comments{color:#9fe870}.reviews__time span.comments:hover{color:#b8ff89}.reviews__time svg{width:.7rem;height:.7rem}.reviews__actions{z-index:3;opacity:0;justify-content:space-between;align-self:stretch;align-items:center;transition:all .4s;display:flex;position:relative}.reviews__btn{cursor:pointer;color:#f4f4f4;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;white-space:nowrap;background:#2b2b2b;border:1px solid #0000;border-radius:9rem;outline:none;justify-content:center;align-self:center;align-items:center;gap:.8rem;padding:1.2rem 2.4rem 1.2rem 2rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.reviews__btn svg{width:2rem;height:2rem}.reviews__btn:hover{color:#2b2b2b;background:#9fe870}.reviews__btn:hover svg path{stroke:#2b2b2b!important}.reviews__btn:hover .ihc path{fill:#2b2b2b!important}.reviews__loading-more{grid-column:1/-1;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.reviews__loading-more .loading-container{justify-content:center;align-items:center;width:10rem;height:10rem;display:flex}.reviews__search-details{flex-direction:column;align-self:stretch;align-items:flex-start;gap:.7rem;margin-top:2rem;display:flex}.reviews__search-details-name{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}@media (max-width:37.5em){.reviews__search-details .breaker,.reviews__search-details .comments{display:none}}.single-review{padding-bottom:9rem}.single-review__header{opacity:0;justify-content:space-between;align-items:center;animation:.6s ease-out .2s forwards fadeInUp;display:flex;transform:translateY(2rem)}@media (max-width:37.5em){.single-review__header{display:none}}.single-review__title{flex-direction:column;justify-content:center;align-items:start;gap:1rem;padding:.4rem 0;display:flex}.single-review__title h1{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-family:Roboto;font-size:4.2rem;font-style:normal;font-weight:500;line-height:normal;display:-webkit-box;overflow:hidden}.single-review__title-stats{align-items:center;gap:.8rem;display:flex}.single-review__title-stats p{color:var(--Shade-3,#b1b1b1);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.single-review__title-stats-icon{border:1px solid var(--Ui-Colors-Gren,#0d813a);background:var(--Ui-Colors-Green-Light,#9fe870);border-radius:2.3rem 2.3rem 2.3rem .8rem;justify-content:center;align-items:center;gap:.8rem;width:1.6rem;height:1.7rem;padding:0;display:flex;box-shadow:0 .2rem .8rem #0006}.single-review .reviews__actions{opacity:1;gap:1.6rem}.single-review__close-btn{z-index:1000;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:4rem;height:4rem;padding:0;transition:opacity .2s;display:flex;position:fixed;top:2rem;right:2rem}.single-review__close-btn:hover{opacity:.7}.single-review__close-btn svg{width:18px;height:18px}@media (max-width:37.5em){.single-review__close-btn{display:none}}.single-review__content{flex-direction:column;align-items:start;gap:7.5rem;margin-top:6rem;display:flex}@media (max-width:37.5em){.single-review__content{margin-top:2rem}}.single-review__item{opacity:0;flex-direction:column;align-items:start;gap:2.4rem;width:100%;animation:.6s ease-out .4s forwards fadeInUp;display:flex;transform:translateY(2rem)}.single-review__item-time{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal}.single-review__item-reviews{flex-wrap:wrap;grid-template-columns:repeat(3,1fr);align-self:stretch;gap:2.4rem;width:100%;display:grid}@media (max-width:76.7rem){.single-review__item-reviews{grid-template-columns:repeat(2,47%)}}.review-detail__count{border:1px solid var(--Ui-Colors-Green-Light,#9fe870);background:var(--Ui-Colors-Gren,#0d813a);color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;z-index:40;border-radius:9rem;justify-content:center;align-items:center;gap:.4rem;padding:.8rem 1.2rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;display:flex;box-shadow:0 .2rem .8rem #0006}@media screen and (max-width:57.6rem){.review-detail__count{padding:.6rem 1.2rem;font-size:1.2rem}}.review-detail__card{flex-direction:column;justify-content:center;align-items:flex-start;gap:1.2rem;width:100%;display:flex}.review-detail__card .uploaded__img{width:100%}.review-detail__header{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.review-detail__title{max-width:30rem;color:var(--Shade-3,#b1b1b1);font-feature-settings:"liga" off,"clig" off;white-space:nowrap;text-overflow:ellipsis;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;overflow:hidden}.review-detail__title-edit{flex:1 0 0;max-width:80%}.review-detail__title-input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);color:var(--Shade-3,#b1b1b1);font-feature-settings:"liga" off,"clig" off;border-radius:.5rem;outline:none;flex:1 0 0;width:100%;padding:.4rem .8rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.review-detail__more{cursor:pointer;position:relative}.review-detail__more-content{width:15rem}.review-detail__more-content a{font-size:1.5rem}.review-detail__more-content a svg{width:1.8rem;height:1.8rem}@media screen and (max-width:37.5em){.review-detail__more-content{border-radius:2.4rem 2.4rem 0 0;width:100%;padding:.6rem 0;top:auto;bottom:0;transform:translate(0)!important}.review-detail__more-content a{gap:1.5rem;width:100%}.review-detail__more-content li{padding:2rem}.review-detail__more-content-overlay{content:"";z-index:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#222222c4;width:100%;height:100%;position:fixed;top:0;left:0}}.uploaded .reviews__content{opacity:1;animation:none;transform:translate(0)}.uploaded__img{height:36rem}.uploaded__img:before{background:linear-gradient(#0000002c 0%,#00000039 100%)}.uploaded__input{flex-direction:column;align-items:center;gap:1.3rem;width:100%;display:flex}.uploaded__input input{font-feature-settings:"liga" off,"clig" off;color:#fff;caret-color:#9fe870;background:0 0;border:none;outline:none;max-width:37rem;font-family:Roboto;font-size:4.2rem;font-style:normal;font-weight:500;line-height:normal}.uploaded__input input::placeholder{color:var(--Shade-3,#b1b1b1)}.uploaded__input input:focus{caret-color:#9fe870}.uploaded__input span{color:var(--Shade-3,#b1b1b1);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.uploaded__input-error-message{color:var(--Ui-Colors-Red,#ee5e5e);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.05rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.uploaded__btn{margin:9.6rem auto auto}.primary{background:#00ab4d!important}.primary:hover{background:#008b41!important}.review-uploaded-card{background-color:#2a2a2a;border-radius:.8rem;width:100%;height:100%;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.review-uploaded-card:hover{box-shadow:0 .4rem 1.2rem #0003}.review-uploaded-card__image{max-width:65rem;max-height:40rem;transition:opacity .3s;position:relative;overflow:hidden}@media (max-width:37.5em){.review-uploaded-card__image{max-height:20rem}}.review-uploaded-card__image img{object-fit:cover;width:100%;height:30rem;max-height:30rem}.review-uploaded-card.uploading .review-uploaded-card__image{background-color:#4c8bf51a}.review-uploaded-card__progress-overlay{top:0;left:0;z-index:2;color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;background-color:#00000080;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.review-uploaded-card__progress-bar{background-color:#444;border-radius:.3rem;width:80%;height:.6rem;margin-bottom:.5rem;position:relative;overflow:hidden}.review-uploaded-card__progress-icon{width:12rem;height:12rem;transform:rotate(-90deg)}.review-uploaded-card__progress-conatiner{justify-content:center;align-items:center;display:flex}.review-uploaded-card__progress-fill{background-color:#9fe870;border-radius:.3rem;height:100%;transition:width .3s;position:absolute;top:0;left:0}.review-uploaded-card__progress-text{color:#fff;font-size:.875rem;font-weight:500;position:absolute}.review-uploaded-card__content{padding:.75rem}.review-uploaded-card__title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1.6rem;font-weight:500;overflow:hidden}.review-uploaded-card__size{color:#aaa;font-size:1.2rem}.review-uploaded-card__remove{color:#fff;cursor:pointer;opacity:0;background-color:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;transition:opacity .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.review-uploaded-card:hover .review-uploaded-card__remove{opacity:1}.success-message{text-align:center;background:#2b2b2b;border:1px solid #4caf5033;border-radius:1.2rem;max-width:45rem;margin:auto;padding:3.2rem 2.4rem;transition:all .3s;animation:.5s forwards fadeInUp;box-shadow:0 1rem 2.5rem #0003,0 .5rem 1rem #0000001a}.success-icon-container{background-color:#4caf5026;border-radius:50%;justify-content:center;align-items:center;width:8rem;height:8rem;margin:0 auto 1.6rem;animation:2s infinite pulse;display:flex;position:relative;overflow:hidden}.success-icon{animation:.8s cubic-bezier(.65,0,.45,1) forwards checkmark}.success-title{color:#fff;margin-bottom:1.2rem;font-size:2.2rem;font-weight:600}.success-description{color:#b8b8b8;margin-bottom:2.4rem;font-size:1.6rem;line-height:1.5}.success-button{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:.6rem;outline:none;padding:1rem 2.4rem;font-size:1.5rem;font-weight:500;transition:all .2s}.success-button:hover{background-color:#3d9640;box-shadow:0 .5rem 1.5rem #4caf504d}.success-button:active{box-shadow:0 .2rem .5rem #4caf5033}.upload-progress-overlay{z-index:50;background:#000000b3;border-radius:.8rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.upload-progress-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#363636e6;border:1px solid #9fe8704d;border-radius:1.2rem;flex-direction:column;align-items:center;gap:1.6rem;min-width:20rem;padding:2.4rem;display:flex}.upload-progress-text{color:#9fe870;text-align:center;margin:0;font-family:Roboto;font-size:1.6rem;font-weight:500}.upload-progress-bar{background:#ffffff1a;border-radius:.4rem;width:100%;height:.8rem;position:relative;overflow:hidden}.upload-progress-fill{background:linear-gradient(90deg,#9fe870,#0d813a);border-radius:.4rem;min-width:.8rem;height:100%;transition:width .3s;position:absolute;top:0;left:0}.pdf-icon{width:10rem}@media (max-width:37.5em){.dashboard-reviews{scrollbar-width:none;-ms-overflow-style:none;align-items:flex-start;min-height:3rem;padding-bottom:1.6rem;display:flex;overflow-x:auto;flex-wrap:nowrap!important}.dashboard-reviews::-webkit-scrollbar{display:none}.dashboard-reviews.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.dashboard-reviews.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.dashboard-reviews.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.dashboard-reviews.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.dashboard-reviews.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.dashboard-reviews.scrolling::-webkit-scrollbar-corner{background:0 0}.dashboard-reviews:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.dashboard-reviews:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.dashboard-reviews .reviews__item{flex:1 0 0}.dashboard-reviews .connection-strip__reviews-item{min-width:25rem}.reviews-page--mobile{margin-top:0}}.auth{height:100vh;display:flex}.auth__header{z-index:2;align-items:center;gap:1.6rem;width:100%;padding:2.6rem 5rem 0;display:flex}@media (max-width:37.5em){.auth__header{justify-content:space-between;padding:2rem}}.auth__header-text{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;margin-left:auto;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem}.auth__header-button{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:0 0;border-radius:3rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 2.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.auth__header-button:hover{cursor:pointer;background:#404040;box-shadow:0 .4rem 1.2rem #00000026}.auth__content{flex-direction:column;align-items:center;width:46rem;display:flex}.auth__content-form{flex-direction:column;align-self:stretch;align-items:center;gap:2.9rem;padding:4rem 3.2rem;display:flex}.auth__content-details{flex-direction:column;align-items:center;gap:.6rem;display:flex}.auth__content-details-title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;justify-content:center;align-self:stretch;align-items:center;gap:.4rem;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem;display:flex}.auth__content-details-description{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem}.auth__left{border-right:3px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 11.5rem;display:flex}.auth__left-content{flex-direction:column;gap:8rem;width:59.14rem;display:flex}.auth__left-content svg{width:12.21rem;height:6rem}.auth__left-content img{width:100%}.auth__left-header{flex-direction:column;align-items:center;gap:3.4rem;padding:1rem;display:inline-flex}.auth__left-header h6{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:4rem;font-style:normal;font-weight:300;line-height:5.2rem}.auth__input{flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;display:flex}.auth__input-label{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;align-self:stretch;align-items:flex-start;gap:1rem;padding:.8rem 1rem .8rem 0;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;transition:color .2s;display:flex}.auth__input-field{font-feature-settings:"liga" off,"clig" off;color:#fff;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:1rem;outline:none;justify-content:center;align-self:stretch;align-items:center;gap:1rem;height:4.8rem;padding:2rem 2.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;transition:all .2s ease-in-out;display:flex}.auth__input-field::placeholder{color:var(--Shade-3,#b1b1b1);transition:color .2s}.auth__input-field:hover{background:#404040;border-color:#666}.auth__input-field:focus{background:#404040;border-color:#9fe870;box-shadow:0 0 0 .2rem #00ab4d1a}.auth__input-field:hover::placeholder{color:#c4c4c4}.auth__input-error{color:var(--Ui-Colors-Red,#ee5e5e);font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.4rem;padding:.8rem 0;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;animation:.3s fadeIn;display:flex}.auth__input-error svg{width:1.6rem;height:1.6rem;animation:.5s ease-in-out shake}.auth__input--disabled{opacity:.5;cursor:not-allowed}.auth__input .auth__multi-tags{flex-wrap:wrap;gap:.8rem;min-height:2rem;margin-top:.8rem;display:flex}.auth__input .auth__multi-tag{background:var(--Ui-Colors-Green-Light,#9fe870);color:var(--Ui-Colors-Dark-Background,#222);word-break:break-word;border-radius:2rem;align-items:center;gap:.6rem;max-width:20rem;padding:.6rem 1.2rem;font-size:1.4rem;font-weight:500;animation:.3s fadeIn;display:inline-flex}.auth__input .auth__multi-tag-remove{width:1.6rem;height:1.6rem;color:var(--Ui-Colors-Dark-Background,#222);cursor:pointer;background:#2223;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:background-color .2s;display:flex}.auth__input .auth__multi-tag-remove:hover:not(:disabled){background:#2226}.auth__input .auth__multi-tag-remove:disabled{opacity:.5;cursor:not-allowed}.auth__right{flex:1 0 0;justify-content:center;align-items:center;width:100%;display:flex}.auth__right-content{flex-direction:column;align-items:center;gap:2.4rem;width:45rem;display:flex}.auth__right-divider{cursor:pointer;justify-content:center;align-self:stretch;align-items:center;gap:.8rem;display:flex}.auth__right-divider span{background:#363636;flex:1 0 0;height:.1rem}.auth__right-divider p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.auth__right-header{flex-direction:column;align-self:stretch;align-items:center;gap:.9rem;display:flex}.auth__right-header h3{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.auth__right-header h6{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem}.auth__tabs{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);justify-content:center;align-self:stretch;align-items:center;gap:1rem;display:flex}.auth__tabs-item{text-align:center;font-feature-settings:"liga" off,"clig" off;color:var(--Ui-Colors-Stroke-Light,#505050);flex:1 0 0;padding:2.4rem 0 1.8rem;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s ease-in-out}.auth__tabs-item.active,.auth__tabs-item:hover{color:var(--Ui-Colors-White,#f4f4f4);border-bottom:1px solid #fff;flex:1 0 0}.auth__google-login{background:var(--Ui-Colors-Stroke-Dark,#363636);width:100%;height:5.2rem;color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;cursor:pointer;border:1px solid #0000;border-radius:9rem;flex:1 0 0;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 3rem 1.4rem 2.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s ease-in-out;display:flex}.auth__google-login:hover{background:#404040;box-shadow:0 .4rem 1.2rem #00000026}.auth__google-login:active{box-shadow:none}.auth__google-login svg{width:2rem;height:2rem;transition:transform .2s}.auth__google-login:hover svg{transform:scale(1.05)}.auth__form{flex-direction:column;flex:1 0 0;align-self:stretch;align-items:flex-start;gap:2.4rem;width:100%;display:flex}.auth__form-content{flex-direction:column;align-self:stretch;align-items:flex-start;gap:1rem;width:100%;display:flex}.auth__form-conditions{justify-content:space-between;align-self:stretch;align-items:center;padding:.8rem 0;display:flex}.auth__form-conditions label{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;transition:color .2s}.auth__form-conditions label a{color:var(--Ui-Colors-Green-Light,#9fe870);text-decoration:none;transition:all .2s;position:relative}.auth__form-conditions label a:after{content:"";background-color:var(--Ui-Colors-Green-Light,#9fe870);width:0;height:.1rem;transition:width .2s;position:absolute;bottom:-.2rem;left:0}.auth__form-conditions label a:hover{color:#b8ff89}.auth__form-conditions label a:hover:after{width:100%}.auth__form-conditions label a:active{color:#8cd363}.auth__form-checkbox{align-items:center;gap:.8rem;display:flex}.auth__form-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;border:2px solid var(--Ui-Colors-Text-Light,#a9a9a9);cursor:pointer;background:0 0;border-radius:.4rem;width:1.8rem;height:1.8rem;transition:all .2s;position:relative}.auth__form-checkbox input[type=checkbox]:hover{border-color:var(--Ui-Colors-Green-Light,#9fe870)}.auth__form-checkbox input[type=checkbox]:checked{background:var(--Ui-Colors-Green-Light,#9fe870);border-color:var(--Ui-Colors-Green-Light,#9fe870)}.auth__form-checkbox input[type=checkbox]:checked:after{content:"";border:.2rem solid #fff;border-width:0 .2rem .2rem 0;width:.5rem;height:1rem;animation:.2s ease-in-out checkmark;position:absolute;top:.2rem;left:.5rem;transform:rotate(45deg)}.auth__form-checkbox input[type=checkbox]:checked:hover{background:#b8ff89;border-color:#b8ff89}.auth__form-checkbox input[type=checkbox]:checked:active{background:#8cd363;border-color:#8cd363}.auth__form-checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none}.auth__form-checkbox-label:hover{color:#bfbfbf}.auth__form-forgot{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;text-decoration:none;transition:all .2s;position:relative}.auth__form-forgot:after{content:"";background-color:var(--Ui-Colors-White,#f4f4f4);width:0;height:.1rem;transition:width .2s;position:absolute;bottom:-.2rem;left:0}.auth__form-forgot:hover{color:#fff}.auth__form-forgot:hover:after{width:100%}.auth__form-forgot:active{color:#e0e0e0}.auth__btn{height:4.8rem;color:var(--White,#fff);text-align:right;font-feature-settings:"liga" off,"clig" off;cursor:pointer;background:#00ab4d;border:none;border-radius:3rem;outline:none;justify-content:center;align-self:flex-end;align-items:center;gap:.5rem;width:-webkit-fit-content;width:fit-content;padding:1.4rem 3.2rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s ease-in-out;display:flex}.auth__btn:hover{background:#009543;box-shadow:0 .4rem 1.2rem #00ab4d33}.auth__btn:active{box-shadow:none;background:#009543}.auth__btn svg{width:2rem;height:2rem;transition:transform .2s}.auth__btn:hover svg{transform:scale(1.05)}.auth__body{z-index:2;flex:1 0 0;justify-content:center;align-items:center;padding:8rem 0;display:flex}.auth__resend-otp{flex-direction:column;align-self:stretch;align-items:center;gap:.8rem;display:flex}.auth__resend-otp p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.auth__resend-otp .auth__resend-btn{color:var(--Ui-Colors-Green-Light,#9fe870);font-feature-settings:"liga" off,"clig" off;cursor:pointer;background:0 0;border:none;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;text-decoration:underline;transition:all .2s}.auth__resend-otp .auth__resend-btn:hover:not(:disabled){color:#b8ff89}.auth__resend-otp .auth__resend-btn:disabled{color:var(--Ui-Colors-Text-Light,#a9a9a9);cursor:not-allowed;text-decoration:none}.auth__back-link{justify-content:center;align-self:stretch;align-items:center;margin-top:1.6rem;display:flex}.auth__back-link a{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;transition:all .2s}.auth__back-link a:hover{color:var(--Ui-Colors-White,#f4f4f4)}.auth__email-display{background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:9rem;justify-content:center;align-items:center;gap:1rem;padding:1.6rem 2.4rem;display:flex}.auth__email-text{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.auth__email-change{color:var(--Ui-Colors-Green-Light,#9fe870);font-feature-settings:"liga" off,"clig" off;cursor:pointer;background:0 0;border:none;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s}.auth__email-change:hover{color:#b8ff89}.auth__email .plan-modal__footer{margin-top:auto}.auth__otp-inputs{justify-content:center;align-self:stretch;align-items:center;gap:1.2rem;display:flex}.auth__otp-inputs .auth__otp-input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);width:4.8rem;height:4.8rem;color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;text-align:center;border-radius:.8rem;outline:none;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s}.auth__otp-inputs .auth__otp-input::placeholder{color:var(--Ui-Colors-Text-Light,#a9a9a9)}.auth__otp-inputs .auth__otp-input:hover{background:#404040;border-color:#666}.auth__otp-inputs .auth__otp-input:focus{border-color:var(--Ui-Colors-Green-Light,#9fe870);background:#404040;box-shadow:0 0 0 .2rem #9fe8701a}.auth__otp-actions{justify-content:space-between;align-self:stretch;align-items:center;margin-top:2.4rem;display:flex}.auth__otp-actions .auth__resend-otp-btn{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;cursor:pointer;background:0 0;border:none;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;transition:all .2s}.auth__otp-actions .auth__resend-otp-btn:hover:not(:disabled){color:var(--Ui-Colors-Green-Light,#9fe870)}.auth__otp-actions .auth__resend-otp-btn:disabled{color:var(--Ui-Colors-Text-Light,#a9a9a9);cursor:not-allowed}.auth__otp-actions .auth__btn{margin:0}@media (max-width:56.7rem){.auth__logo svg{width:3rem;height:3rem}}.transfers__content{opacity:0;flex-wrap:wrap;grid-template-columns:repeat(4,1fr);align-content:center;align-self:stretch;align-items:center;gap:2.4rem;margin-top:2.4rem;animation:.6s ease-out .6s forwards fadeInUp;display:grid;transform:translateY(2rem)}.transfers__item{background:#2b2b2b;border:1px solid #363636;border-radius:.8rem;flex-direction:column;flex:1 0 267px;align-items:center;gap:1.2rem;padding:1.6rem;transition:all .1s ease-in-out;display:flex}.transfers__item:hover{cursor:pointer;background:#2b2b2b6e}.transfers__item:hover .workspace__item-icon svg path{fill:#9fe870}.transfers__item-menu{justify-content:flex-end;align-self:stretch;align-items:center;gap:1rem;transition:all .1s ease-in-out;display:flex}.transfers__item-menu:hover svg path{fill:#9fe870}.transfers__item-menu:hover .dropdown-menu svg path{fill:#0000}.transfers__item-icon{justify-content:center;align-items:center;display:flex}.transfers__item-icon img{width:9.2rem;height:9.2rem;padding:.1rem 1.1rem}.transfers__item-details{flex-direction:column;align-self:stretch;align-items:center;gap:.4rem;padding:.8rem 0;display:flex}.transfers__item-details h3{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal;display:-webkit-box;overflow:hidden}.transfers__item-details p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;overflow:hidden}.transfers__header-text{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-style:normal;font-weight:500;line-height:normal;color:var(--Ui-Colors-Text-Light,#a9a9a9)!important;font-size:1.8rem!important}.transfers__folder-single{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;align-items:center;gap:1.6rem;width:26.7rem;padding:1.6rem;display:flex}.transfers__folder-single:hover{cursor:pointer;background:#2b2b2b6e}.transfers__folder-single .transfers__item-details{text-align:left}.transfers__folder-single .transfers__item-menu{margin-left:auto}.transfers__folder-new .access__container{height:auto}.transfers__move{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:500;opacity:0;background:#111111db;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.transfers__move.visible{opacity:1}.transfers__move.hidden{opacity:0}.transfers__move-container{background:var(--Ui-Colors-Dark-Background,#222);border-radius:2rem;flex-shrink:0;width:68.6rem;height:auto;padding:2.1rem;transition:transform .3s,opacity .3s;animation:.3s forwards popIn;transform:scale(.95);box-shadow:0 1rem 2.5rem #0003}.transfers__move-head{justify-content:space-between;align-items:center;display:flex}.transfers__move-head h4{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.transfers__move-close{cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;transition:background-color .2s;display:flex}.transfers__move-close:hover{background-color:#a9a9a91a}.transfers__move-close:active{background-color:#a9a9a933;transform:scale(.95)}.transfers__move-selected{flex-direction:column;justify-content:center;align-items:flex-start;gap:.4rem;width:100%;margin-top:1.6rem;display:flex;position:relative}.transfers__move-selected label{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.transfers__move-selected-item{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);-webkit-appearance:none;appearance:none;cursor:pointer;border-radius:9rem;align-self:stretch;gap:1rem;width:100%;padding:1.2rem 1.4rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;transition:border-color .2s}.transfers__move-selected-item:hover,.transfers__move-selected-item:focus{border-color:var(--Ui-Colors-Gren,#009d4a);outline:none}.transfers__move-selected-item option{background:#363636}.transfers__move-selected-count{color:#a9a9a9;background:#444;border-radius:1.2rem;padding:.4rem .8rem;font-size:1.2rem;position:absolute;top:50%;right:2.4rem;transform:translateY(-50%)}.transfers__move-section{border:1px dashed var(--Ui-Colors-Stroke-Light,#505050);background:#2b2b2b;border-radius:.8rem;flex-direction:column;align-items:flex-start;gap:1.4rem;width:100%;margin-top:1.6rem;padding:1.4rem;display:flex}.transfers__move-section label{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.transfers__move-section-list{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);scrollbar-width:none;-ms-overflow-style:none;border-radius:1.4rem;flex-direction:column;align-self:stretch;align-items:flex-start;gap:1.4rem;height:27.4rem;padding:1.4rem 2.4rem 0;transition:border-color .3s;display:flex;overflow-y:auto}.transfers__move-section-list::-webkit-scrollbar{display:none}.transfers__move-section-list.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.transfers__move-section-list.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.transfers__move-section-list.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.transfers__move-section-list.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.transfers__move-section-list.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.transfers__move-section-list.scrolling::-webkit-scrollbar-corner{background:0 0}.transfers__move-section-list:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.transfers__move-section-list:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.transfers__move-section-list.shake-animation{border-color:#ff4d4d;animation:.5s cubic-bezier(.36,.07,.19,.97) both shake}.transfers__move-section-list::-webkit-scrollbar{width:.6rem}.transfers__move-section-list::-webkit-scrollbar-track{background:#2b2b2b;border-radius:.3rem}.transfers__move-section-list::-webkit-scrollbar-thumb{background:#505050;border-radius:.3rem}.transfers__move-section-list ul{flex-direction:column;flex:1 0 0;align-self:stretch;align-items:flex-start;gap:1rem;width:100%;display:flex}.transfers__move-section-list ul li{border-bottom:1px solid var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;border-radius:.4rem;align-self:stretch;align-items:center;gap:1.5rem;padding:1rem 0 1rem 1rem;transition:background-color .2s;display:flex}.transfers__move-section-list ul li:hover{background-color:#5050504d}.transfers__move-section-list ul li.selected{background-color:#009d4a1a}.transfers__move-section-list ul li:last-child{border-bottom:none}.transfers__move-actions{justify-content:flex-end;align-self:stretch;align-items:center;gap:.8rem;width:100%;margin-top:1.6rem;display:flex}.transfers__move-btns{background:var(--Ui-Colors-Text-Light,#a9a9a9);color:var(--Ui-Colors-Stroke-Dark,#363636);text-align:right;font-feature-settings:"liga" off,"clig" off;cursor:pointer;border:none;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:.8rem;padding:.8rem 2.4rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:transform .2s,background-color .2s;display:flex}.transfers__move-btns:active{transform:translateY(0)}.transfers__move-btns.secondary{background-color:#a9a9a9}.transfers__move-btns.secondary:hover{background-color:#bfbfbf}.transfers__move-btns.primary{background:var(--Ui-Colors-Gren,#009d4a);color:#f4f4f4}.transfers__move-btns.primary:hover{background-color:#00b357}.transfers__empty{border:2px dashed var(--Ui-Colors-Stroke-Light,#505050);background:#2b2b2b;border-radius:.8rem;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;width:100%;height:60vh;margin-top:4rem;padding:6.8rem 1.4rem;display:flex}.transfers__empty-content{flex-direction:column;align-items:center;gap:.8rem;width:38.3rem;display:flex}.transfers__empty svg{width:7.48rem;height:6.61rem}.transfers__empty h3{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.transfers__empty h3 span{color:var(--Ui-Colors-Gren,#009d4a)}.transfers__empty p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.transfers__page-title{align-items:center;gap:1rem;display:flex}.transfer-modal{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.transfer-modal__content{scrollbar-width:none;-ms-overflow-style:none;color:#e0e0e0;background-color:#1a1a1a;border-radius:.8rem;width:100%;max-width:60rem;max-height:85vh;padding:2.4rem;position:relative;overflow-y:auto;box-shadow:0 .4rem 2rem #0000004d}.transfer-modal__content::-webkit-scrollbar{display:none}.transfer-modal__content.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.transfer-modal__content.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.transfer-modal__content.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.transfer-modal__content.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.transfer-modal__content.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.transfer-modal__content.scrolling::-webkit-scrollbar-corner{background:0 0}.transfer-modal__content:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.transfer-modal__content:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.transfer-modal__title{color:#fff;text-align:center;margin:0 0 2.4rem;font-size:2.4rem;font-weight:600}.transfer-modal__subtitle{color:#b0b0b0;text-align:center;margin-bottom:2.4rem;font-size:1.6rem}.transfer-modal__close{cursor:pointer;color:#b0b0b0;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;transition:color .2s;display:flex;position:absolute;top:1.6rem;right:1.6rem}.transfer-modal__close:hover{color:#fff}.transfer-modal__dropzone{text-align:center;background-color:#222;border:2px dashed #4d4d4d;border-radius:.8rem;margin-bottom:2rem;padding:6rem 2rem;transition:all .3s}.transfer-modal__dropzone.active{background-color:#4a80ff1a;border-color:#4a80ff}.transfer-modal__dropzone-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.transfer-modal__dropzone h3{color:#e0e0e0;margin:1.6rem 0 .8rem;font-size:1.8rem;font-weight:500}.transfer-modal__dropzone h3 span{color:#4a80ff;font-weight:600}.transfer-modal__dropzone .drop-icon{color:#9fe870;opacity:.9}.transfer-modal__instruction{color:#b0b0b0;margin-bottom:1rem;font-size:1.4rem}.upload__button,.transfer-modal__button{color:#fff;cursor:pointer;background-color:#009d4a;border:none;border-radius:.7rem;justify-content:center;align-items:center;gap:.8rem;padding:1rem 1.6rem;font-size:1.4rem;font-weight:600;transition:background-color .2s;display:flex}.upload__button:hover,.transfer-modal__button:hover{background-color:#9fe870}.upload__button--secondary,.transfer-modal__button--secondary{color:#e0e0e0;background-color:#0000;border:1px solid #4d4d4d}.upload__button--secondary:hover,.transfer-modal__button--secondary:hover{background-color:#ffffff0d}.upload__button--small,.transfer-modal__button--small{padding:.8rem 1.2rem;font-size:1.3rem}.upload__button:disabled,.transfer-modal__button:disabled{color:#888;cursor:not-allowed;background-color:#4d4d4d}.upload__button svg,.transfer-modal__button svg{stroke:currentColor}.transfer-queue{flex-direction:column;gap:2.4rem;margin-top:2rem;display:flex}.transfer-section{margin-bottom:2rem}.transfer-section__header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.transfer-section__title{color:#e0e0e0;margin:0;font-size:1.6rem;font-weight:600}.transfer-section__actions{gap:.8rem;display:flex}.transfer-action-button{color:#9fe870;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;font-size:1.4rem;display:flex}.transfer-action-button:hover{text-decoration:underline}.transfer-files-list{flex-direction:column;gap:1rem;margin-bottom:1.6rem;display:flex}.transfer-empty-state{text-align:center;color:#b0b0b0;background-color:#222;border:2px dashed #4d4d4d;border-radius:.8rem;flex-direction:column;align-items:center;padding:4rem 2.4rem;font-size:1.4rem;display:flex}.transfer-empty-state button{margin-top:1.6rem}.transfer-files-summary{color:#b0b0b0;background-color:#2a2a2a;border-radius:.4rem;justify-content:space-between;margin-top:1.2rem;padding:1.2rem;font-size:1.4rem;display:flex}.transfer-file-card{background-color:#222;border:1px solid #3a3a3a;border-radius:.6rem;align-items:center;gap:1.2rem;padding:1.2rem;transition:background-color .2s;display:flex}.transfer-file-card:hover{background-color:#2a2a2a}.transfer-file-card__preview{background-color:#2a2a2a;border-radius:.4rem;flex-shrink:0;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;display:flex;overflow:hidden}.transfer-file-card__image{object-fit:cover;width:100%;height:100%}.transfer-file-card__icon{color:#b0b0b0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.transfer-file-card__extension{color:#b0b0b0;text-transform:uppercase;margin-top:.4rem;font-size:1rem;font-weight:600}.transfer-file-card__content{flex:1;min-width:0}.transfer-file-card__name{color:#e0e0e0;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.4rem;font-size:1.4rem;font-weight:500;overflow:hidden}.transfer-file-card__size{color:#b0b0b0;font-size:1.2rem}.transfer-file-card__remove,.transfer-file-card__cancel{color:#888;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;transition:all .2s;display:flex}.transfer-file-card__remove:hover,.transfer-file-card__cancel:hover{color:#e0e0e0;background-color:#ffffff1a}.transfer-file-card__progress{background-color:#3a3a3a;border-radius:.2rem;width:100%;height:.4rem;margin-top:.8rem;overflow:hidden}.transfer-file-card__progress-bar{background-color:#9fe870;height:100%;transition:width .3s}.transfer-file-card__actions{flex-direction:column;align-items:center;gap:.6rem;display:flex}.transfer-uploading{text-align:center;padding:2rem 0}.transfer-progress{margin:2.4rem 0}.transfer-progress__bar{background-color:#3a3a3a;border-radius:.4rem;width:100%;height:.8rem;margin-bottom:1.2rem;overflow:hidden}.transfer-progress__fill{background-color:#9fe870;height:100%;transition:width .3s}.transfer-progress__percentage{color:#e0e0e0;margin-bottom:1.6rem;font-size:1.8rem;font-weight:600}.transfer-progress__details{color:#b0b0b0;margin-bottom:2.4rem;font-size:1.4rem}.transfer-files--compact{flex-direction:column;gap:.8rem;margin-top:2.4rem;display:flex}.transfer-file-item{background-color:#222;border:1px solid #3a3a3a;border-radius:.4rem;justify-content:space-between;padding:1rem 1.2rem;font-size:1.3rem;display:flex}.transfer-file-item__name{color:#e0e0e0;white-space:nowrap;text-overflow:ellipsis;flex:1;margin-right:1.2rem;font-weight:500;overflow:hidden}.transfer-file-item__size{color:#b0b0b0;flex-shrink:0}.transfer-file-item--more{color:#b0b0b0;justify-content:center;font-style:italic}.transfer-success{text-align:center;padding:4rem 0}.transfer-success__icon{background-color:#9fe8701a;border-radius:50%;justify-content:center;align-items:center;width:8rem;height:8rem;margin:0 auto 2.4rem;display:flex}.transfer-success__icon svg{stroke:#9fe870}.transfer-success__title{color:#fff;margin-bottom:1.2rem;font-size:2.4rem;font-weight:600}.transfer-success__description{color:#b0b0b0;margin-bottom:2.4rem;font-size:1.6rem}.transfer-actions{border-top:1px solid #3a3a3a;justify-content:flex-end;gap:1.2rem;margin-top:2.4rem;padding-top:1.6rem;display:flex}.transfer-cancel-button{color:#ff4d4f;cursor:pointer;background:0 0;border:1px solid #ff4d4f;border-radius:.4rem;justify-content:center;align-items:center;margin:1rem auto;padding:.8rem 1.6rem;font-size:1.4rem;display:flex}.transfer-cancel-button:hover{background-color:#ff4d4f1a}.transfer-button-spinner{border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:1.6rem;height:1.6rem;margin-right:.8rem;animation:1s linear infinite spin}.transfer-modal__spinner,.upload__spinner{border:3px solid #9fe8704d;border-top-color:#9fe870;border-radius:50%;width:4rem;height:4rem;animation:1s linear infinite spin}.transfer-modal__processing,.upload__processing{flex-direction:column;align-items:center;gap:1.6rem;display:flex}.transfer-modal__processing p,.upload__processing p{color:#e0e0e0}.transfer-add-more{text-align:center;padding:3rem 2rem}.transfer-add-more .upload__title{color:#fff;margin:0 0 1.6rem;font-size:2.4rem;font-weight:600}.transfer-add-more .upload__subtitle{color:#b0b0b0;margin-bottom:3rem;font-size:1.6rem}.transfer-add-more__actions{justify-content:center;gap:1.6rem;display:flex}.transfer-add-more__actions .nav__btn{min-width:12rem}.transfer-add-more__actions .nav__btn.upload__button--secondary{color:#e0e0e0;background-color:#0000;border:1px solid #4d4d4d}.transfer-add-more__actions .nav__btn.upload__button--secondary:hover{background-color:#ffffff0d}@media (max-width:48rem){.transfer-add-more__actions{flex-direction:column}.transfer-add-more__actions .nav__btn{width:100%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.transfer-modal__dropzone{flex-direction:column;justify-content:center;align-items:center;min-height:30rem;display:flex}.transfer-modal__dropzone .transfer-modal__instruction{color:#fff9;margin:1.6rem 0}.transfer-modal .select-files-btn{color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:2rem;align-items:center;gap:.8rem;margin-top:1.6rem;padding:1rem 2rem;font-size:1.4rem;font-weight:500;transition:background-color .2s;display:flex}.transfer-modal .select-files-btn:hover{background-color:#fff3}.transfer-modal .select-files-btn svg{margin-right:.6rem}@media (max-width:48rem){.transfer-modal__content{padding:1.6rem}.transfer-modal__dropzone{padding:2rem 1.2rem}.transfer-actions{flex-direction:column}.upload__button,.nav__btn,.transfer-modal__button{justify-content:center;width:100%}}.connection__content{flex-wrap:wrap;grid-template-columns:repeat(5,minmax(17rem,1fr));gap:2.4rem;margin-top:2.4rem;display:grid}.connection__item{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;flex-direction:column;flex:1 0 17rem;align-items:center;gap:1.8rem;padding:1.6rem 1rem;display:flex}.connection__item-avatar,.connection__item img{width:10.1rem;padding:0}.connection__item:hover{background:#363636}.connection__item-details{flex-direction:column;gap:1rem;height:100%;display:flex}.connection__item-btn{cursor:pointer;color:#9fe870;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#2b2b2b;background:var(--Ui-Colors-Stroke-Dark,#363636);border:none;border-radius:2rem;outline:none;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:1.1rem 1.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.connection__item-btn svg{width:2rem;height:2rem}.connection__item-btn:hover{background:#363636}.connection__tabs{align-items:center;gap:.4rem;width:100%;margin:2.8rem 0 3.2rem;display:inline-flex}@media (max-width:37.5em){.connection__tabs{margin-top:0}}.connection__tab{height:3.6rem;color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;cursor:pointer;justify-content:center;align-items:center;padding:0 2.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.connection__tab.active,.connection__tab:hover{background:#2b2b2b;border-radius:2rem}.connection-strip{background:#2b2b2b;border:1.4px solid #363636;border-radius:1rem;flex-direction:column;flex-shrink:0;gap:1.6rem;width:100%;padding:2.1rem;display:flex}.connection-strip__header{align-items:center;gap:1.6rem;display:flex}.connection-strip:hover{background:#363636}.connection-strip__avatar{width:10.57rem}.connection-strip__name{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.connection-strip__name-container{flex-wrap:wrap;gap:.4rem;display:flex}.connection-strip__position{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:normal}.connection-strip ul{justify-content:flex-start;align-self:stretch;align-items:center;gap:1.8rem;padding:.8rem 0;display:flex}.connection-strip ul li{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.46rem;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.connection-strip ul li svg{width:2rem;height:2rem}.connection-strip__btn{cursor:pointer;color:var(--Ui-Colors-White,#f4f4f4);background:#2b2b2b;background:var(--Ui-Colors-Stroke-Light,#505050);text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;border:none;border-radius:2rem;outline:none;justify-content:center;align-items:center;gap:.5rem;margin-left:auto;padding:1rem .9rem 1rem 1.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.connection-strip__btn svg{width:2rem;height:2rem}.connection-strip__btn:hover{background:#363636;background:var(--Ui-Colors-Stroke-Light,#505050cd)}.connection-strip__btn-get-in-touch{color:var(--Ui-Colors-Dark-Background,#222);background:var(--Ui-Colors-Green-Light,#9fe870)}.connection-strip__btn-get-in-touch:hover{background:var(--Ui-Colors-Green-Light,#9ee870c4)}.connection-strip__btn svg{aspect-ratio:1;width:2rem;height:2rem}@media (max-width:37.5em){.connection-strip__btn{width:100%}}.connection-strip__reviews{align-items:center;gap:1.6rem;display:flex;position:relative}.connection-strip__reviews-container{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:1.6rem;min-height:3rem;display:flex;overflow-x:auto;overflow-y:hidden}.connection-strip__reviews-container::-webkit-scrollbar{display:none}.connection-strip__reviews-container.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.connection-strip__reviews-container.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.connection-strip__reviews-container.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.connection-strip__reviews-container.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.connection-strip__reviews-container.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.connection-strip__reviews-container.scrolling::-webkit-scrollbar-corner{background:0 0}.connection-strip__reviews-container:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.connection-strip__reviews-container:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.connection-strip__reviews-arrow{z-index:10;background:var(--Ui-Colors-Stroke-Dark,#363636);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);width:3.2rem;height:3.2rem;color:var(--Ui-Colors-Text-Light,#a9a9a9);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.connection-strip__reviews-arrow:hover{background:var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-White,#f4f4f4);transform:translateY(-50%)scale(1.05)}.connection-strip__reviews-arrow:active{transform:translateY(-50%)scale(.95)}.connection-strip__reviews-arrow svg{width:1.6rem;height:1.6rem}.connection-strip__reviews-arrow--left{left:.8rem}.connection-strip__reviews-arrow--right{right:.8rem}.connection-strip__reviews-item{display:flex}@media (max-width:37.5em){.connection-strip__reviews-item{min-width:25rem}}.connection__list{flex-direction:column;gap:1.2rem;display:flex}.connection__list-empty{color:#a9a9a9;justify-content:center;align-items:center;width:100%;height:100%;min-height:50vh;font-size:1.8rem;font-weight:400;line-height:normal;display:flex}.connection__empty:hover{background:var(--Ui-Colors-Card-Color,#2b2b2b)}@media (max-width:37.5em){.connection__empty{display:none}}.connection__empty .transfers__item-details h3{opacity:.2;background:#d9d9d9;border-radius:.8rem;flex-shrink:0;width:8.4rem;height:1.4rem}.connection__empty .transfers__item-details p{opacity:.2;background:#d9d9d9;border-radius:.8rem;flex-shrink:0;width:4.6rem;height:.8rem}.connection__empty .connection__item-btn{cursor:pointer;background:var(--Ui-Colors-Stroke-Dark,#363636);border:none;border-radius:2rem;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:11.7rem;height:4.2rem;padding:1.1rem 1.4rem;display:inline-flex}.connection-home-no-items{grid-template-columns:repeat(5,1fr);gap:2.4rem;display:grid}.connection-home-no-items .profile-update{width:100%}@media (max-width:37.5em){.connection-home-no-items{display:flex}}.new-connection-popup{background:var(--Ui-Colors-Dark-Background,#222222df);z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.new-connection-popup__container{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:1.6rem;flex-direction:column;align-items:center;gap:2.4rem;width:50.7rem;padding:2.4rem;display:flex;box-shadow:0 5.2rem 8.4rem 1rem #00000080}.new-connection-popup__header{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.new-connection-popup__header-left{align-items:center;gap:1.2rem;display:flex}.new-connection-popup__header-left-avatar{width:4.8rem;height:4.8rem}.new-connection-popup__header-left-info h3{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal}.new-connection-popup__header-left-info p{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.new-connection-popup__header-right-btn{background:var(--Ui-Colors-Stroke-Dark,#363636);cursor:pointer;border:none;border-radius:9rem;outline:none;align-items:flex-start;gap:1rem;padding:.5rem;display:flex}.new-connection-popup__header-right-btn svg{width:2.4rem;height:2.4rem}.new-connection-popup__header-right-btn:hover{background:var(--Ui-Colors-Stroke-Light,#505050)}.new-connection-popup__body{flex-direction:column;flex:1 0 0;align-items:center;gap:2.4rem;width:100%;display:flex}.new-connection-popup__btn{width:100%}.profile-update{background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425e2f 0%,#16482e 100%));border-radius:1.6rem;flex-direction:column;align-items:flex-start;gap:2rem;width:33rem;padding:1.6rem 1.5rem;display:flex;position:relative;box-shadow:0 5.2rem 8.4rem 1rem #00000080}.profile-update-header{align-self:stretch;align-items:flex-start;gap:1.7rem;display:flex}.profile-update-header svg{aspect-ratio:67.57/55;width:20rem;height:5.5rem}.profile-update-header h3{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.profile-update-footer{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.profile-update-footer-left{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:14.1rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.profile-update-footer-progress{background:#a9a9a96b;border-radius:2.4rem;align-self:stretch;align-items:center;height:.6rem;padding-right:8.4rem;display:flex}.profile-update-footer-progress-bar{background:var(--Color,#fff);border-radius:2.4rem;width:5.7rem;height:.6rem}.profile-update-footer-buttons{align-items:center;gap:.8rem;display:flex}.profile-update-footer-button{cursor:pointer;color:var(--Ui-Colors-Card-Color,#2b2b2b);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#2b2b2b;background:var(--Ui-Colors-Green-Light,#9fe870);border:none;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.profile-update-footer-button svg{width:2rem;height:2rem}.profile-update-footer-button:hover{background:#363636;background:var(--Ui-Colors-Green-Light,#9ee870d2)}.profile-update-footer-close{cursor:pointer;color:var(--Ui-Colors-Card-Color,#2b2b2b);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#f4f4f41a;border:1px solid #f4f4f433;border-radius:50%;outline:none;justify-content:center;align-items:center;gap:.5rem;width:1.6rem;height:1.6rem;padding:0;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.profile-update-footer-close:hover{background:#f4f4f433;border-color:#f4f4f44d;transform:scale(1.05)}.profile-update-footer-close:active{transform:scale(.95)}.profile-update-footer-close svg{width:.8rem;height:.8rem}.profile-update--empty{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Dark-Background,#222);box-shadow:none;border-radius:.8rem;justify-content:center;gap:2.4rem;padding:4rem}@media (max-width:37.5em){.profile-update--empty{width:100%}}.profile-update--empty .profile-update-header{flex-direction:column;align-items:center;gap:1rem}.profile-update--empty .profile-update-header h3{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-size:1.8rem}.profile-update--empty .profile-update-footer{flex-direction:column;align-items:center;gap:1rem}.profile-update--empty .profile-update-footer-left{flex-direction:column-reverse;align-items:center}.profile-update--empty .profile-update-footer-button{padding:1.5rem 2.4rem;font-size:1.6rem}.ai-summary-modal{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ai-summary-modal .ai-summary-container{background:#2b2b2b;border-radius:.8rem;flex-direction:column;align-items:flex-start;width:104rem;max-width:90%;height:79.8rem;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 .1rem .4rem #00000026}.ai-summary-modal .ai-summary-header{border-bottom:1px solid #4b4b4b;justify-content:space-between;align-items:center;width:100%;padding:1.6rem;display:flex}.ai-summary-modal .ai-summary-header h3{color:#f4f4f4;text-align:right;font-feature-settings:"liga" off,"clig" off;margin:0;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.ai-summary-modal .ai-summary-header .close-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.ai-summary-modal .ai-summary-header .close-button:hover{opacity:.7}.ai-summary-modal .ai-summary-body{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:1.6rem;width:100%;height:calc(100% - 5.3rem);padding:1.6rem;display:flex;overflow-y:auto}.ai-summary-modal .ai-summary-body::-webkit-scrollbar{display:none}.ai-summary-modal .ai-summary-body.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar-corner{background:0 0}.ai-summary-modal .ai-summary-body:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.ai-summary-modal .ai-summary-body:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.ai-summary-modal .summary-content{flex-direction:column;gap:2.4rem;width:100%;display:flex}.ai-summary-modal .summary-item{gap:1.6rem;display:flex}.ai-summary-modal .summary-item .icon-wrapper{flex-shrink:0;margin-top:.3rem}.ai-summary-modal .summary-item .summary-text{flex:1}.ai-summary-modal .summary-item .summary-text p{color:#f4f4f4;margin:0 0 1.6rem;font-family:Roboto,sans-serif;font-size:1.4rem;line-height:1.5}.ai-summary-modal .summary-details{border-top:1px solid #4b4b4b;flex-direction:column;gap:1rem;margin-top:1.6rem;padding-top:1.6rem;display:flex}.ai-summary-modal .summary-details p{margin:0!important;font-size:1.3rem!important}.ai-summary-modal .summary-details p strong{color:#a9a9a9;font-weight:500}.ai-summary-modal .color-palette{flex-direction:column;gap:.8rem;margin-top:.8rem;display:flex}.ai-summary-modal .color-palette .color-swatches{flex-wrap:wrap;gap:.8rem;display:flex}.ai-summary-modal .color-palette .color-swatch{border:1px solid #ffffff1a;border-radius:.4rem;width:2.4rem;height:2.4rem;transition:transform .2s}.ai-summary-modal .color-palette .color-swatch:hover{transform:scale(1.1)}.ai-summary-modal .summary-actions{gap:1.2rem;margin-top:.8rem;display:flex}.ai-summary-modal .summary-actions .action-button{color:#f4f4f4;cursor:pointer;background-color:#4b4b4b80;border:none;border-radius:.4rem;align-items:center;gap:.8rem;padding:.8rem 1.6rem;font-family:Roboto,sans-serif;font-size:1.4rem;transition:all .2s;display:flex}.ai-summary-modal .summary-actions .action-button:hover{background-color:#4b4b4bcc}.ai-summary-modal .loading{justify-content:center;align-items:center;width:100%;height:20rem;display:flex}.ai-summary-modal .loading p{color:#a9a9a9;font-family:Roboto,sans-serif;font-size:1.4rem;animation:1.5s ease-in-out infinite pulse}.ai-summary-modal .chat-history{border-top:1px solid #4b4b4b;flex-direction:column;gap:1.2rem;width:100%;margin:1.6rem 0;padding-top:1.6rem;display:flex}.ai-summary-modal .chat-message{border-radius:.8rem;padding:1.2rem 1.6rem}.ai-summary-modal .chat-message p{color:#f4f4f4;gap:.5rem;margin:0;font-family:Roboto,sans-serif;font-size:1.4rem;line-height:1.5;display:flex}.ai-summary-modal .chat-message p svg{width:2rem;min-width:2rem;height:2rem}.user .ai-summary-modal .chat-message{background-color:#4b4b4b;border-bottom-right-radius:4px}.assistant .ai-summary-modal .chat-message{background-color:#005829;border-bottom-left-radius:4px}.system .ai-summary-modal .chat-message{opacity:.8;background-color:#0000;border:1px dashed #4b4b4b}.ai-summary-modal .chat-message-container{flex-direction:column;max-width:85%;display:flex}.ai-summary-modal .chat-message-container.user{align-self:flex-end}.ai-summary-modal .chat-message-container.user .chat-message p svg{display:none}.ai-summary-modal .chat-message-container.assistant{align-self:flex-start}.ai-summary-modal .chat-message-container.system{align-self:center;max-width:90%}.ai-summary-modal .chat-message-actions{justify-content:flex-start;padding:.4rem 1.6rem;display:flex}.assistant:hover .ai-summary-modal .chat-message-actions{opacity:1}.ai-summary-modal .chat-message-actions .copy-message-button{color:#a9a9a9;cursor:pointer;background-color:#4b4b4b80;border:none;border-radius:.4rem;align-items:center;gap:.4rem;padding:.4rem .8rem;font-family:Roboto,sans-serif;font-size:1.2rem;transition:all .2s;display:flex}.ai-summary-modal .chat-message-actions .copy-message-button:hover{color:#f4f4f4;background-color:#4b4b4bcc}.ai-summary-modal .chat-message-actions .copy-message-button svg{width:1.4rem;height:1.4rem}.ai-summary-modal .chat-message-actions .copy-message-button .copied-indicator{color:#9fe870;font-weight:500}.ai-summary-modal .chat-input-container{gap:.8rem;width:100%;margin-top:auto;display:flex}.ai-summary-modal .chat-input-container .chat-input{color:#f4f4f4;background-color:#3a3a3a;border:1px solid #4b4b4b;border-radius:.4rem;flex:1;padding:1.2rem 1.6rem;font-family:Roboto,sans-serif;font-size:1.4rem}.ai-summary-modal .chat-input-container .chat-input:focus{border-color:#9fe870;outline:none;box-shadow:0 0 0 .1rem #9fe87033}.ai-summary-modal .chat-input-container .chat-input::placeholder{color:#a9a9a9}.ai-summary-modal .chat-input-container .chat-submit-button{cursor:pointer;background-color:#099d4a33;border:none;border-radius:.4rem;justify-content:center;align-items:center;min-width:4rem;height:4rem;transition:all .2s;display:flex}.ai-summary-modal .chat-input-container .chat-submit-button:hover:not(:disabled){background-color:#099d4a66}.ai-summary-modal .chat-input-container .chat-submit-button:active:not(:disabled){transform:translateY(1px)}.ai-summary-modal .chat-input-container .chat-submit-button:disabled{cursor:not-allowed;background-color:#4b4b4b33}.ai-summary-modal .chat-input-container .chat-submit-button:disabled svg path{stroke:#666}.ai-summary-modal{animation:.3s fadeIn}.ai-summary-modal .chat-message-container{animation:.2s slideUp}@media (max-width:76.8rem){.ai-summary-modal .ai-summary-container{width:95%;height:90vh}.ai-summary-modal .chat-message-container{max-width:95%}}.regenerate-input-form{background:#2b2b2b;border-radius:.8rem;margin-top:1.6rem;padding:1.6rem;animation:.3s ease-out fadeIn}.regenerate-input{resize:vertical;background:#2b2b2b;border:1px solid #e0e0e0;border-radius:.6rem;width:100%;min-height:8rem;margin-bottom:1.2rem;padding:1.2rem;font-family:inherit;font-size:1.4rem;line-height:1.5;transition:all .2s}.regenerate-input:focus{border-color:#9fe870;outline:none;box-shadow:0 0 0 .3rem #9fe8701a}.regenerate-input::placeholder{color:#999}.regenerate-input:disabled{color:#888;cursor:not-allowed;background-color:#f5f5f5}.regenerate-input-actions{justify-content:flex-end;gap:.8rem;display:flex}.cancel-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:.6rem;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:500;transition:all .2s}.cancel-button:hover{color:#fff;background-color:#f5f5f5;border-color:#d0d0d0}.cancel-button:active{transform:translateY(1px)}.submit-regenerate-button{color:#333;cursor:pointer;background:#9fe870;border:none;border-radius:.6rem;align-items:center;gap:.6rem;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:500;transition:all .2s;display:flex}.submit-regenerate-button:hover{background:#8dd65e;transform:translateY(-.1rem);box-shadow:0 .2rem .4rem #0000001a}.submit-regenerate-button:active{box-shadow:none;transform:translateY(0)}.submit-regenerate-button:disabled{cursor:not-allowed;box-shadow:none;background:#e0e0e0;transform:none}.submit-regenerate-button:disabled:hover{background:#e0e0e0}.submit-regenerate-button svg{stroke:#666;transition:transform .2s}.submit-regenerate-button:hover svg{transform:scale(1.1)}@media (max-width:48rem){.regenerate-input-form{margin-top:1.2rem;padding:1.2rem}.regenerate-input{min-height:7rem;padding:1rem;font-size:1.3rem}.regenerate-input-actions{flex-direction:column;gap:.8rem}.cancel-button,.submit-regenerate-button{justify-content:center;width:100%}}.workspace__content{opacity:0;flex-direction:column;align-items:flex-start;gap:.8rem;margin-top:2.4rem;animation:.6s ease-out .5s forwards fadeInUp;display:flex;transform:translateY(2rem)}.workspace__item{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;align-self:stretch;align-items:center;gap:1.6rem;padding:1.8rem 2.4rem;transition:all .2s ease-out;display:flex;position:relative;transform:translateY(0)}.workspace__item:hover{cursor:pointer;background:#2b2b2b6e;border-color:#505050;transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem #00000026}.workspace__item:hover .workspace__item-icon{transition:transform .2s ease-out;transform:scale(1.05)}.workspace__item:hover .workspace__item-icon svg path{fill:#9fe870;transition:fill .2s ease-out}.workspace__item:active{transform:translateY(0);box-shadow:0 .2rem .4rem #0000001a}.workspace__item .workspace__item-more{border-radius:.4rem;margin:-.4rem;padding:.4rem;transition:all .2s ease-out}.workspace__item .workspace__item-more:hover{background:#9fe8701a}.workspace__item .workspace__item-more:hover svg path{fill:#9fe870;transition:fill .2s ease-out}.workspace__item .workspace__item-more:active{transform:scale(.95)}.workspace__item-icon{background:var(--Ui-Colors-Dark-Background,#222);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:6rem;height:6rem;transition:all .2s ease-out;display:flex}.workspace__item-icon svg{flex-shrink:0;width:3.2rem;height:3.2rem;transition:fill .2s ease-out}.workspace__item-details{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:.5rem;display:flex}.workspace__item-details h3{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal;transition:color .2s ease-out}.workspace__item-details p{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;transition:color .2s ease-out}.workspace__item-connections{color:var(--Ui-Colors-Green-Light,#9fe870);text-align:center;font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.3rem;padding-top:.8rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.workspace__item-connections ul{align-items:center;display:flex}.workspace__item-connections ul li{width:2.4rem;height:2.4rem;transition:transform .2s ease-out}.workspace__item-connections ul li:not(:first-child){margin-left:-.6rem}.workspace__item-connections ul li:hover{z-index:1;transform:translateY(-.1rem)}.workspace__header{align-items:center;gap:2.7rem;display:flex}.workspace__header-btn{background:var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;border-radius:9rem;justify-content:center;align-items:center;gap:1rem;width:4rem;height:4rem;transition:all .2s ease-out;display:flex}.workspace__header-btn:hover{background:#606060;transform:scale(1.05)}.workspace__header-btn:active{transform:scale(.95)}.workspace__header-details h1{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:3.6rem;font-style:normal;font-weight:500;line-height:normal}.workspace__header-details h1 svg{width:2.4rem;height:2.4rem;transition:transform .2s ease-out}.workspace__header-details h1 svg:hover{transform:rotate(10deg)}.workspace__header-details p{color:#888787;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.workspace__tabs{align-items:center;gap:1rem;margin-top:4.2rem;margin-bottom:2.1rem;display:flex}.workspace__tabs-item{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;cursor:pointer;border-radius:9rem;justify-content:center;align-items:center;gap:.4rem;padding:1.2rem 2.4rem 1.2rem 2rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s ease-out;display:flex;position:relative}.workspace__tabs-item svg{width:2rem;height:2rem;transition:all .2s ease-out}.workspace__tabs-item:before{content:"";opacity:0;z-index:-1;background:#2b2b2b;border-radius:9rem;transition:opacity .2s ease-out;position:absolute;top:0;bottom:0;left:0;right:0}.workspace__tabs-item:hover:before{opacity:.7}.workspace__tabs-item:hover svg{transform:translateY(-.1rem)}.workspace__tabs-item.active{color:var(--Ui-Colors-Green-Light,#9fe870);background:#2b2b2b}.workspace__tabs-item.active:before{opacity:1}.workspace__tabs-item.active svg path{fill:var(--Ui-Colors-Green-Light,#9fe870)}.workspace__tabs-item:active{transform:scale(.98)}.workspace__page-content{gap:2rem;margin-top:3.2rem;display:flex}.workspace__sidebar{flex-direction:column;align-items:flex-start;gap:1.6rem;width:36.4rem;display:flex}.workspace__activities{flex:1 0 0;width:100%}.workspace-notes{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;gap:1.6rem;padding:1.6rem;display:flex}.workspace-notes__header{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.workspace-notes__input{background:#363636;border:1px solid #505050;border-radius:.8rem;flex-direction:column;align-self:stretch;align-items:flex-start;gap:1rem;height:10.9rem;padding:1.2rem;display:flex}.workspace-notes__input textarea{color:#fff;font-feature-settings:"liga" off,"clig" off;background:0 0;border:none;outline:none;width:100%;height:1005px;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem}.workspace-notes__input textarea::placeholder{color:#b8b8b8}.workspace-notes__actions{justify-content:flex-end;align-self:stretch;align-items:center;gap:.9rem;display:flex}.workspace-notes__actions svg{width:2rem;height:2rem}.workspace-notes__list{flex-direction:column;align-self:stretch;align-items:flex-start;width:100%;display:flex}.workspace-notes__item{justify-content:space-between;align-self:stretch;align-items:center;gap:1rem;width:100%;display:flex}.workspace-notes__item p{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.workspace-notes__note-content{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);flex-direction:column;flex:1 0 0;align-items:flex-start;gap:.6rem;padding:1.2rem 0;display:flex}.workspace-notes__date{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:italic;font-weight:400;line-height:2.4rem}.create-workspace{z-index:9999;background:#222;flex-direction:column;justify-content:flex-end;gap:5rem;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.create-workspace__form{flex-direction:column;align-items:center;gap:5rem;max-width:114rem;margin:0 auto;display:flex}.create-workspace__decoration{grid-template-columns:1fr 1fr;grid-row:1fr 1fr;gap:2rem;width:100%;max-width:114rem;margin:0 auto;display:grid;transform:translateY(20%)}.create-workspace__decoration-block{background:linear-gradient(#242424 0%,#232323 100%);border:2px dashed #2e2e2e;border-radius:1.6rem;flex-shrink:0;width:100%;height:28.4rem}.create-workspace__decoration-block.top{grid-column:1/-1}.activity__card{background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:.8rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;width:74.1rem;padding:1.6rem;transition:all .2s ease-out;display:flex;transform:translateY(0)}.activity__card:hover{background:#404040;transform:translateY(-.1rem);box-shadow:0 .4rem 1.2rem #00000026}.activity__card-header{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;align-items:center;gap:1.2rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.activity__card-header img{width:2.4rem;height:2.4rem;transition:transform .2s ease-out}.activity__card-header img:hover{transform:scale(1.1)}.activity__card-footer{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.activity__card-message{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem}.activity__card-message-edited{color:var(--Ui-Colors-Text-Light,#a9a9a9);margin-left:.8rem;font-size:1.4rem}.activity__card-task{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Dark-Background,#222);cursor:pointer;width:100%;color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;border-radius:.5rem;align-self:stretch;align-items:center;gap:.8rem;padding:1.6rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;transition:all .2s ease-out;display:flex;box-shadow:0 .1rem .4rem #00000026}.activity__card-task svg{width:2.4rem;height:2.4rem;transition:all .2s ease-out}.activity__card-task:hover{background:#2a2a2a;border-color:#9fe870;box-shadow:0 .2rem .8rem #0003}.activity__card-task:hover svg{fill:#9fe870;transform:scale(1.1)}.activity__card-task:active{transform:scale(.98)}.activity__card-task .event-details{align-items:center;gap:.8rem;display:flex}.activity__card-task .event-details__label{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem}.activity__card-task .event-details__type{font-feature-settings:"liga" off,"clig" off;background:#9fe8701a;border-radius:.4rem;padding:.2rem .8rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:2rem}.activity__card-task .status-change{align-items:center;gap:.8rem;display:flex}.activity__card-task .status-change__label{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem}.activity__card-task .status-change__value{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.2rem}.activity__card-attachment{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Dark-Background,#222);cursor:pointer;border-radius:.5rem;justify-content:space-between;align-self:stretch;align-items:center;gap:.8rem;padding:1.6rem;transition:all .2s ease-out;display:flex}.activity__card-attachment:hover{background:#2a2a2a;border-color:#9fe870;transform:translateY(-.1rem);box-shadow:0 .2rem .8rem #0003}.activity__card-attachment:active{transform:translateY(0)}.activity__card-attachment-left{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;align-items:center;gap:1.2rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;transition:color .2s ease-out;display:flex;overflow:hidden}.activity__card-attachment-left svg{flex-shrink:0;width:2.96rem;height:3.81rem;transition:transform .2s ease-out}.activity__card-attachment:hover .activity__card-attachment-left{color:#9fe870}.activity__card-attachment:hover .activity__card-attachment-left svg{transform:scale(1.05)}.activity__list{flex-direction:column;align-items:flex-start;gap:1.6rem;display:flex}.activity__noitem{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);border-radius:.8rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1.6rem;width:75.2rem;height:51.2rem;padding-bottom:2.4rem;display:flex}.activity__noitem p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.4rem}.activity__noitem svg{aspect-ratio:1;flex-shrink:0;width:4.8rem;height:4.8rem}.workspace__item,.activity__card,.due-task__item,.collabarators__item{animation:.3s ease-out forwards fadeInUp}.due-task__item:first-child{animation-delay:.1s}.due-task__item:nth-child(2){animation-delay:.15s}.due-task__item:nth-child(3){animation-delay:.2s}.due-task__item:nth-child(4){animation-delay:.25s}.due-task__noitem{flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:1.6rem;height:11.1rem;display:flex}.due-task__noitem p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.4rem}.collabarators__item:first-child{animation-delay:.1s}.collabarators__item:nth-child(2){animation-delay:.15s}.collabarators__item:nth-child(3){animation-delay:.2s}.collabarators__item:nth-child(4){animation-delay:.25s}.workspace__item,.workspace__tabs-item,.due-task__item,.collabarators__invite,.activity__card-task,.activity__card-attachment{position:relative;overflow:hidden}.workspace__item:after,.workspace__tabs-item:after,.due-task__item:after,.collabarators__invite:after,.activity__card-task:after,.activity__card-attachment:after{content:"";opacity:0;background:#9fe8704d;border-radius:50%;width:0;height:0;transition:all .5s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.workspace__item:active:after,.workspace__tabs-item:active:after,.due-task__item:active:after,.collabarators__invite:active:after,.activity__card-task:active:after,.activity__card-attachment:active:after{opacity:0;width:200%;height:200%}.collabarators{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;gap:1.6rem;padding:1.6rem;transition:all .2s ease-out;display:flex}.collabarators:hover{border-color:#505050;box-shadow:0 .2rem .8rem #0000001a}.collabarators__header{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.collabarators__header h3{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.collabarators__invite{cursor:pointer;color:var(--Ui-Colors-Green-Light,#9fe870);text-align:right;font-feature-settings:"liga" off,"clig" off;border-radius:2rem;justify-content:center;align-items:center;gap:.4rem;margin:-.4rem;padding:.4rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s ease-out;display:flex}.collabarators__invite svg{width:1.8rem;height:1.8rem;transition:transform .2s ease-out}.collabarators__invite:hover{color:#9fe870;background:#9fe8701a}.collabarators__invite:hover svg{transform:scale(1.1)}.collabarators__invite:active{transform:scale(.98)}.collabarators__list{flex-direction:column;align-self:stretch;align-items:flex-start;display:flex}.collabarators__item{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);border-radius:.4rem;justify-content:space-between;align-self:stretch;align-items:center;margin:0 -.8rem;padding:1.2rem .8rem;transition:all .2s ease-out;display:flex}.collabarators__item:hover{background:#ffffff0d;border-bottom-color:#505050}.collabarators__item-left{align-items:center;gap:.8rem;display:flex}.collabarators__item-left img,.collabarators__item-left .avatar{transition:transform .2s ease-out}.collabarators__item-left img:hover,.collabarators__item-left .avatar:hover{transform:scale(1.05)}.collabarators__item-name{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:color .2s ease-out}.collabarators__item:hover .collabarators__item-name{color:#9fe870}.due-task{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;gap:1.6rem;padding:1.6rem;transition:all .2s ease-out;display:flex}.due-task:hover{border-color:#505050;box-shadow:0 .2rem .8rem #0000001a}.due-task__header{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.due-task__list{flex-direction:column;align-self:stretch;align-items:flex-start;display:flex}.due-task__item{cursor:pointer;border-bottom:1px solid #363636;border-radius:.4rem;justify-content:space-between;align-self:stretch;align-items:center;gap:1.6rem;margin:0 -.8rem;padding:1.8rem .8rem;transition:all .2s ease-out;display:flex}.due-task__item:hover{background:#ffffff0d;border-bottom-color:#505050;transform:translate(.4rem)}.due-task__item:active{transform:translate(.2rem)}.due-task__item-name{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:color .2s ease-out;overflow:hidden}.due-task__item:hover .due-task__item-name{color:#9fe870}.due-task__item-date{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;white-space:nowrap;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;transition:color .2s ease-out}.task{width:100%}.task__list{flex-direction:column;align-items:flex-start;gap:.8rem;width:100%;margin-top:.8rem;display:flex}.task__list-header{background:#2b2b2b;border:1.4px solid #363636;border-radius:.8rem;padding:2.7rem}.task__list-header-top{border-bottom:1px solid #d5ddea29;justify-content:space-between;align-items:center;padding-bottom:1.2rem;display:flex}.task__list-header-title{align-items:center;gap:1.5rem;display:flex}.task__list-header-title h3{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.6rem;font-style:normal;font-weight:500;line-height:normal}.task__list-header-add{background:var(--Ui-Colors-Gren,#009d4a);border-radius:2rem;justify-content:center;align-items:center;width:3.6rem;height:3.5rem;padding:0 1.2rem;display:flex}.task__list-header-add svg{flex-shrink:0;width:1.8rem;height:1.8rem}.task__list-header-filter{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;justify-content:center;align-items:center;gap:.5rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.task__list-header-filter svg{width:2.1rem;height:2.1rem}.task__list-header-columns{justify-content:space-between;align-items:center;gap:1.6rem;padding-top:2.2rem;display:flex}.task__list-header-columns li{color:#888787;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.single-task{background:#2b2b2b;border:1.4px solid #363636;border-radius:.8rem;grid-template-columns:300px repeat(3,1fr);justify-content:space-between;align-self:stretch;align-items:center;gap:1.6rem;padding:1.8rem 2.4rem;display:grid}.single-task__title{color:#fff;font-feature-settings:"liga" off,"clig" off;align-items:center;gap:1rem;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.single-task__priority{color:#fff;font-feature-settings:"liga" off,"clig" off;text-transform:uppercase;background:#3a3a3a;border-radius:.4rem;align-items:center;gap:.4rem;padding:.6rem;font-family:Roboto;font-size:1.3rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.single-task__priority svg{width:.95rem;height:.95rem}.single-task__user{color:#fff;font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.4rem;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.single-task__user img{width:2.4rem;height:2.4rem}.single-task__date{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}.single-task__status{color:var(--Yellow,#d99530);text-align:right;font-feature-settings:"liga" off,"clig" off;align-items:center;gap:.4rem;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.single-task__status svg{width:1.8rem;height:1.8rem}.task__form{background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:2rem;width:100%;margin-top:4.4rem;padding:2.4rem;display:flex;box-shadow:0 .1rem .4rem #00000026}.task__form-group{align-items:center;gap:2rem;width:100%;display:flex}.task__form-group.column{flex-direction:column;align-items:flex-start}.task__form-label{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;width:9.4rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.task__form-select{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);width:47.3rem;color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;-webkit-appearance:none;appearance:none;border-radius:3rem;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.task__form-select:after{content:"▼";pointer-events:none;color:#555;font-size:1.2rem;position:absolute;top:50%;right:3rem;transform:translateY(-50%)}.task__form-dates{align-items:center;gap:2rem;display:flex}.task__form-date{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);width:20rem;color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;border-radius:3rem;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.task__form-input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);font-feature-settings:"liga" off,"clig" off;color:#fff;border-radius:3rem;flex-direction:column;align-items:flex-start;gap:1rem;width:auto;padding:1rem 1.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.task__form-input::placeholder{color:var(--Ui-Colors-Text-Light,#a9a9a9)}.task__form-input.without-border{background:0 0;border:none}.task__form-details{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);color:#fff;font-feature-settings:"liga" off,"clig" off;border-radius:.8rem;flex-direction:column;align-self:stretch;align-items:flex-start;gap:1rem;width:100%;height:21.3rem;padding:1.6rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.task__form-details::placeholder{color:var(--Ui-Colors-Text-Light,#a9a9a9)}.task__form-attachment{background:var(--Ui-Colors-Background-Dark,#1a1a1a);border-radius:.8rem;flex-direction:column;align-items:flex-start;gap:.8rem;width:20rem;padding:1.2rem;display:flex;position:relative}.task__form-attachment img{object-fit:cover;border-radius:.6rem;width:100%;height:12rem}.task__form-attachment .file-preview-icon{background:var(--Ui-Colors-Background-Darker,#141414);border-radius:.6rem;justify-content:center;align-items:center;width:100%;height:12rem;padding:2.4rem;display:flex}.task__form-attachment .file-preview-icon svg{width:4.8rem;height:4.8rem}.task__form-attachment .file-info{flex-direction:column;gap:.4rem;width:100%;display:flex}.task__form-attachment .file-info .file-name{color:var(--Ui-Colors-Text-Primary,#f4f4f4);white-space:nowrap;text-overflow:ellipsis;font-size:1.4rem;overflow:hidden}.task__form-attachment .file-info .file-size{color:var(--Ui-Colors-Text-Secondary,#a9a9a9);font-size:1.2rem}.task__form-attachment .remove-attachment-btn{width:2.4rem;height:2.4rem;color:var(--Ui-Colors-Text-Primary,#f4f4f4);cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:background-color .2s;display:flex;position:absolute;top:.8rem;right:.8rem}.task__form-attachment .remove-attachment-btn:hover{background:#000000b3}.task__form-attachment.no-item{border:1px dashed var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:1rem;width:20rem;height:auto;transition:border-color .2s;display:flex}.task__form-attachment.no-item:hover{border-color:var(--Ui-Colors-Stroke-Primary,#f4f4f4)}.task__form-attachment.no-item svg{flex-shrink:0;width:2.4rem;height:2.4rem}.task__form__attachments{flex-wrap:wrap;gap:1.6rem;margin-top:.8rem;display:flex}.task__form-actions{justify-content:flex-end;align-items:flex-end;width:100%;display:flex}.task__form-btn{padding:1.4rem 2rem;font-size:1.5rem}.task__timeline-text{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;margin-top:3.2rem;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.subtask__container{flex-direction:column;gap:1.6rem;display:flex}.subtask__item{background:var(--Ui-Colors-Card-Color,#2b2b2b);border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);border-radius:.8rem;align-items:center;gap:1.2rem;padding:1.2rem;display:flex}.subtask__checkbox{cursor:pointer;width:2rem;height:2rem}.subtask__text{color:var(--Ui-Colors-Foreground,#ededed);flex:1;font-size:1.4rem}.subtask__completed{opacity:.6;text-decoration:line-through}.activity__card-task{border-radius:.8rem;align-items:center;gap:1.2rem;padding:1.2rem;display:flex}.activity__card-task .task-name,.activity__card-task .task-value{font-weight:500}.activity__card-task .event-details{align-items:center;gap:.8rem;margin-left:auto;display:flex}.activity__card-task .event-details__label{color:#6c757d;font-size:1.4rem}.activity__card-task .event-details__type{font-size:1.4rem;font-weight:500}.activity__card-task .status-change{border-radius:.4rem;align-items:center;gap:.8rem;margin-left:auto;padding:.4rem .8rem;display:flex}.activity__card-task .status-change__label{color:#6c757d;font-size:1.4rem}.activity__card-task .status-change__value{font-size:1.4rem;font-weight:500}.task-breadcrumb{color:#fff;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;display:flex}.task-breadcrumb__item{cursor:pointer;color:#fff;text-decoration:none;transition:color .2s}.task-breadcrumb__item:hover{color:#fff;text-decoration:underline}.task-breadcrumb__item--current{color:#fff;cursor:default;font-weight:500}.task-breadcrumb__item--current:hover{text-decoration:none}.task-breadcrumb__separator{color:#fff;-webkit-user-select:none;user-select:none}.task-details__edit-btn{background:#363636!important;border-radius:1.2rem!important}.task-details__header{border-bottom:1px solid #e5e7eb;align-items:center;margin-bottom:2rem;padding:1rem 0;display:flex}.task-details__header-btn{cursor:pointer;border-radius:.375rem;margin-right:1rem;padding:.5rem;transition:background-color .2s}.task-details__header-btn:hover{background-color:#f3f4f6}.task-details__header-title{color:#fff;font-size:1.5rem;font-weight:600}.task-details__section{background:#2b2b2b;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 .1rem .3rem #0000000d}.task-details__section-title{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.task-details__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.task-details__grid-item label{color:#6b7280;margin-bottom:.5rem;font-size:.875rem;display:block}.task-details__grid-item span{color:#fff;font-size:1rem;font-weight:500;display:block}.task-details__attachments{grid-template-columns:repeat(4,minmax(200px,1fr));gap:1rem;display:grid}.task-details__attachments-item{background:#2b2b2b;border:1px solid #363636;border-radius:.375rem;flex-direction:column;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.task-details__attachments-item img{width:100%}.task-details__attachments-item .file-info{align-items:center;gap:.75rem;display:flex}.task-details__attachments-item .file-info .file-icon{color:#6b7280}.task-details__attachments-item .file-name{color:#fff;margin-top:1rem}.task-details__attachments-item .file-size{color:#6b7280;font-size:.875rem}.task-details__subtasks-list{gap:1rem;display:grid}.task-details__subtasks-list-item{transition:transform .2s,box-shadow .2s}.task-details__subtasks-list-item:hover{transform:translateY(-.2rem);box-shadow:0 .4rem .6rem -.1rem #0000000d}.task-details__subtasks-empty{text-align:center;color:#6b7280;background:#363636;border-radius:.375rem;padding:2rem}.task-details__subtasks-loading{text-align:center;color:#6b7280;padding:2rem}.task-details__timeline-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.task-details__timeline-header-title{color:#fff;font-size:1.25rem;font-weight:600}.task-details__timeline-content{border-radius:.5rem;flex-direction:column;gap:1.6rem;display:flex}.task-details__sidebar{border-radius:.5rem;box-shadow:0 .1rem .3rem #0000000d}.status-badge{border-radius:999.9rem;align-items:center;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.status-badge--completed{background-color:#dcfce7;color:#166534!important}.status-badge--in-progress{background-color:#dbeafe;color:#1e40af!important}.status-badge--pending{background-color:#fef3c7;color:#92400e!important}.priority-badge{border-radius:999.9rem;align-items:center;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.priority-badge--high{background-color:#fee2e2;color:#991b1b!important}.priority-badge--medium{background-color:#fef3c7;color:#92400e!important}.priority-badge--low{background-color:#dcfce7;color:#166534!important}.single-inbox__item{border:1.4px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:.8rem;align-self:stretch;align-items:center;gap:1.6rem;padding:1.8rem 2.4rem;display:flex}.single-inbox__item:hover{background:var(--Ui-Colors-Card-Color-Hover,#363636)}.single-inbox__item:active{background:var(--Ui-Colors-Card-Color-Active,#424242)}.single-inbox__item-checkbox{justify-content:center;align-items:center;width:2.4rem;height:2.4rem;padding:.4rem;display:flex}.single-inbox__item-avatar{justify-content:center;align-items:center;width:4.81rem;height:4.81rem;display:flex}.single-inbox__item-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.single-inbox__item-content{flex-direction:column;flex:1 0 0;gap:.4rem;display:flex}.single-inbox__item-content-name{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.single-inbox__item-content-message{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal}.single-inbox__item-time{flex-direction:column;justify-content:center;align-items:end;gap:.4rem;padding:.4rem;display:flex}.single-inbox__item-time-text{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.inbox__list{flex-direction:column;gap:.8rem;display:flex}.single-chat__navigation{align-items:center;gap:2.7rem;width:113.9rem;display:flex}.single-chat__navigation-back{background:#e0e8f5;border-radius:9rem;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;width:4rem;height:4rem;transition:all .3s;display:flex}.single-chat__navigation-back:hover{cursor:pointer;background:#e0e8f5ce;transform:translate(-.2rem)}.single-chat__navigation-text{color:#9da9c9;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.single-chat__header{border-bottom:1px solid #d5ddea36;justify-content:space-between;align-items:center;width:100%;margin-top:4rem;padding-bottom:2.4rem;display:flex}.single-chat__header-left{align-items:center;gap:1.4rem;display:flex}.single-chat__header-left-avatar{flex-shrink:0;width:5.1rem;height:5.1rem}.single-chat__header-left-avatar img{border-radius:50%;width:100%;height:100%}.single-chat__header-left-content-name{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:500;line-height:normal}.single-chat__body{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:5rem;height:55vh;padding:5rem 2rem 5rem 0;display:flex;overflow-y:scroll}.single-chat__body::-webkit-scrollbar{display:none}.single-chat__body.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.single-chat__body.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.single-chat__body.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.single-chat__body.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.single-chat__body.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.single-chat__body.scrolling::-webkit-scrollbar-corner{background:0 0}.single-chat__body:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.single-chat__body:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.single-chat__body-date{justify-content:center;align-items:center;gap:1rem;display:flex}.single-chat__body-date-text{color:var(--White,#fff);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.single-chat__body-no-messages{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.single-chat__footer{background:#2b2b2b;border:1.4px solid #363636;border-radius:1rem;align-items:center;gap:1.6rem;width:100%;padding:1.8rem 2.4rem;display:flex}.single-chat__footer-input{background:#222;border:1px solid #363636;border-radius:1rem;flex:1 0 0;align-items:center;gap:.5rem;padding:1.6rem;display:flex}.single-chat__footer-input input{background:0 0;border:none;outline:none;width:100%}.single-chat__footer-input input::placeholder{color:var(--Text-Light,#757b7f);font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.single-chat__footer-input button{cursor:pointer;background:0 0;border:none;outline:none;margin:0;padding:0}.single-message{display:flex}.single-message.me{justify-content:flex-end}.single-message__content{align-items:flex-start;gap:.8rem;display:flex}.single-message__content.me{align-items:flex-end}.single-message__content-left-avatar{align-items:flex-start;gap:1rem;padding-top:.4rem;display:flex}.single-message__content-left-avatar img{border-radius:50%;width:3.2rem;height:3.2rem}.single-message__content-right{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:.8rem;display:flex}.single-message__content-right-time{color:var(--Text-Light,#757b7f);text-align:right;letter-spacing:-.01px;font-family:Lexend;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.single-message__content-right-message-text{color:#fff;background:#363636;border-radius:3.2rem;gap:1.6rem;max-width:60rem;padding:1.4rem 2.4rem;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.6rem;display:inline}.single-message__content-right-message-text.me{background:var(--Ui-Colors-Gren,#009d4a);border-radius:2.4rem}.single-message__content-right-message-text a{font-weight:700}.single-message__content-right.me{align-items:flex-end}.single-message__comment-card{background:#363636;border-radius:.8rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;width:100%;max-width:74.1rem;padding:1.6rem 1.7rem;display:flex}.single-message__comment-loading{color:var(--Text-Light,#757b7f);font-size:1.4rem;font-style:italic}.single-message__comment-error{color:#ff6b6b;font-size:1.4rem}.single-message__comment-content{flex-direction:column;gap:.8rem;display:flex}.single-message__comment-header{align-self:stretch;align-items:center;gap:1.6rem;padding:.8rem 0;display:flex}.single-message__comment-header-content{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.single-message__comment-header-name{color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;background:var(--Ui-Colors-Green-Light,#9fe870);border-radius:9rem;padding:.4rem .8rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.single-message__comment-file{align-self:stretch;align-items:center;gap:1.6rem;padding:.4rem 0;display:flex}.single-message__comment-file img{aspect-ratio:91/72;border-radius:.4rem;width:7.2rem;display:flex}.single-message__comment-file-content{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:.4rem;display:flex}.single-message__comment-file-link{color:var(--Ui-Colors-Green-Light,#9fe870);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.single-message__comment-author{color:var(--Ui-Colors-White,#f4f4f4);font-family:Roboto;font-size:1.4rem;font-weight:500}.single-message__comment-time{color:var(--Text-Light,#757b7f);font-family:Lexend;font-size:1.2rem;font-weight:400}.single-message__comment-message{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto;font-size:1.7rem;font-style:italic;font-weight:400;line-height:2.4rem;overflow:hidden}.single-message__comment-message a{color:var(--Ui-Colors-Green-Light,#9fe870)}.single-message__comment-attachments{align-items:center;gap:.4rem;display:flex}.single-message__comment-attachment-count{color:var(--Text-Light,#757b7f);font-family:Roboto;font-size:1.2rem;font-weight:400}.settings-profile{flex-direction:column;align-self:stretch;align-items:flex-start;gap:1.8rem;display:flex}@media screen and (max-width:37.5em){.settings-profile{width:100%}}.settings-profile__photo{flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;gap:1rem;display:flex}.settings-profile__photo-title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;align-self:stretch;align-items:flex-start;gap:1rem;padding:.8rem 1rem .8rem 0;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.settings-profile__photo-section{align-self:stretch;align-items:center;gap:1.6rem;display:flex}.settings-profile__photo-section-left-image-empty{border:1px dashed var(--Ui-Colors-Text-Light,#a9a9a9);background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:10rem;flex-shrink:0;justify-content:center;align-items:center;width:12.21rem;height:12.21rem;display:flex}.settings-profile__photo-section-left-image-empty svg{flex-shrink:0;width:3.51rem;height:3.51rem}.settings-profile__photo-section-right{flex-direction:column;align-items:flex-start;gap:1rem;width:32.7rem;display:flex}.settings-profile__photo-section-right-button{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-White,#f4f4f4);text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;cursor:pointer;border-radius:3rem;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 2.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.settings-profile__photo-section-right-button:hover{background:var(--Ui-Colors-Green-Light,#363636)}.settings-profile__photo-section-right-description{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.settings-profile__form-group{flex-direction:column;align-self:stretch;align-items:flex-start;gap:1rem;display:flex}.settings-profile__form-group-title{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.5px;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.settings-profile__form-group input{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);color:#fff;font-feature-settings:"liga" off,"clig" off;border:none;border-radius:.8rem;outline:none;justify-content:center;align-self:stretch;align-items:center;gap:1rem;padding:2rem 2.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.settings-profile__form-group input::placeholder{color:var(--Shade-3,#b1b1b1)}.settings-profile__form-group textarea{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);color:#fff;font-feature-settings:"liga" off,"clig" off;resize:none;border:none;border-radius:.8rem;outline:none;justify-content:center;align-self:stretch;align-items:flex-start;gap:1rem;height:14.2rem;padding:2rem 2.5rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.settings-profile__form-group textarea::placeholder{color:var(--Shade-3,#b1b1b1)}.settings-profile.view-profile .settings-profile__form-group-input{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;background:0 0;border:none;outline:none;align-self:stretch;align-items:center;gap:1rem;padding:.4rem 0;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.settings-profile.view-profile .col-2{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);padding:1.6rem 0 2rem}.settings-profile__footer{align-self:stretch;align-items:center;gap:1rem;display:flex}.settings-profile__btn{color:var(--Ui-Colors-Card-Color,#2b2b2b);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#2b2b2b;background:var(--Ui-Colors-Green-Light,#9fe870);cursor:pointer;border:none;border-radius:2rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 3rem 1.4rem 2.5rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.settings-profile__btn svg{width:2rem;height:2rem}.settings-profile__btn:hover{background:#363636;background:var(--Ui-Colors-Green-Light,#9ee870dc)}.settings-profile__btn-cancel{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:#fff;background:0 0}.settings-profile__btn-cancel:hover{background:var(--Ui-Colors-Stroke-Light,#505050)}.settings-profile .skills-input-container{flex-direction:column;gap:1rem;width:100%;display:flex}.settings-profile .skills-tags{flex-wrap:wrap;gap:.8rem;min-height:2rem;display:flex}.settings-profile .skill-tag{background:var(--Ui-Colors-Green-Light,#9fe870);color:var(--Ui-Colors-Dark-Background,#222);word-break:break-word;border-radius:2rem;align-items:center;gap:.6rem;max-width:20rem;padding:.6rem 1.2rem;font-size:1.4rem;font-weight:500;display:inline-flex}.settings-profile .skill-tag-remove{width:1.6rem;height:1.6rem;color:var(--Ui-Colors-Dark-Background,#222);cursor:pointer;background:#2223;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:background-color .2s;display:flex}.settings-profile .skill-tag-remove:hover{background:#2226}.settings-profile .skills-input{margin-top:0!important}.settings-profile__empty-profile-update{width:100%!important}.col-2{grid-template-columns:1fr 1fr;align-self:stretch;gap:1rem;display:grid}.col-2>div{width:100%}.plan-features{flex-direction:column;align-items:flex-start;gap:2.9rem;display:flex}.plan-features__item{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;text-align:left;justify-content:center;align-items:center;gap:.6rem;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:141.176%;display:flex}.settings-popup{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.settings-popup__container{border-radius:1.6rem;flex-direction:column;align-items:flex-start;gap:2.9rem;width:100%;display:flex}.settings-popup__container-header{justify-content:space-between;align-self:stretch;align-items:center;display:flex}@media screen and (max-width:37.5em){.settings-popup__container-header{display:none}}.settings-popup__container-header h6{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.settings-popup__container-header-close{cursor:pointer}.settings-popup__container-header-close svg{width:2.4rem;height:2.4rem}.settings-popup__content{align-self:stretch;align-items:flex-start;gap:2.9rem;display:flex}@media screen and (max-width:37.5em){.settings-popup__content{flex-direction:column}}.settings-popup__left{flex-direction:column;justify-content:space-between;align-items:flex-start;width:23.1rem;display:flex}@media screen and (max-width:37.5em){.settings-popup__left{flex-direction:row;width:100%}}.settings-popup__tabs{flex-direction:column;align-self:stretch;align-items:flex-start;gap:.6rem;display:flex}@media screen and (max-width:37.5em){.settings-popup__tabs{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;min-height:3rem;overflow-x:scroll}.settings-popup__tabs::-webkit-scrollbar{display:none}.settings-popup__tabs.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.settings-popup__tabs.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.settings-popup__tabs.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.settings-popup__tabs.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.settings-popup__tabs.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.settings-popup__tabs.scrolling::-webkit-scrollbar-corner{background:0 0}.settings-popup__tabs:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.settings-popup__tabs:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}}.settings-popup__tabs li{cursor:pointer;white-space:nowrap;border-radius:1rem;align-self:stretch;align-items:center;gap:1rem;padding:1.2rem 1.4rem;display:flex}.settings-popup__tabs li.active,.settings-popup__tabs li:hover{background:var(--Ui-Colors-Stroke-Dark,#363636)}.settings-popup__tabs-icon{aspect-ratio:1;width:2rem;height:2rem}.settings-popup__tabs-label{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.settings-popup__right{flex:1 0 0}@media screen and (max-width:37.5em){.settings-popup__right{width:100%}}.plan-modal{z-index:10000;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-x:hidden;overflow-y:scroll}.plan-modal::-webkit-scrollbar{display:none}.plan-modal.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.plan-modal.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.plan-modal.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.plan-modal.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.plan-modal.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.plan-modal.scrolling::-webkit-scrollbar-corner{background:0 0}.plan-modal:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.plan-modal:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.plan-modal__header-button{aspect-ratio:1;background:var(--Ui-Colors-Stroke-Dark,#363636);border:none;border-radius:9rem;outline:none;justify-content:center;align-items:center;gap:1rem;width:4.1rem;height:4.1rem;padding:.5rem;display:flex;position:absolute;top:2.4rem;right:9.6rem}.plan-modal__header-button:hover{cursor:pointer;background:var(--Ui-Colors-Stroke-Dark,#363636c5)}@media only screen and (max-width:37.5em){.plan-modal__header-button{right:1.6rem}}.plan-modal__bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.plan-modal__bg img{object-fit:cover;width:100%;height:100%}.plan-modal__bg-overalay{-webkit-backdrop-filter:blur(125px);backdrop-filter:blur(125px);z-index:1;background:#222222e6;width:100%;height:100%;position:fixed;top:0;left:0}.plan-modal__body{z-index:2;flex-direction:column;align-self:stretch;align-items:center;gap:2.9rem;max-width:46rem;margin:auto;padding:4rem 0;display:flex}@media only screen and (max-width:37.5em){.plan-modal__body{width:100%;max-width:100%;padding:2rem}}.plan-modal__footer{border-top:1px solid var(--Ui-Colors-Stroke-Dark,#363636);z-index:2;flex-direction:column;align-items:center;gap:3.4rem;width:100%;padding:2.4rem 0;display:flex}.plan-modal__footer__loading{height:20rem;color:var(--Ui-Colors-Text-Primary,#fff);justify-content:center;align-items:center;font-size:1.6rem;display:flex}.plan-modal__footer-text{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.plan-modal__footer-text a{color:#fff}.plan-modal__details{flex-direction:column;align-items:center;gap:.6rem;display:flex}.plan-modal__details h2{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;align-items:center;gap:1rem;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem;display:flex}.plan-modal__details p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem}.plan-modal__hr{background:#363636;width:100%;height:.1rem;display:block}.plan-modal__actions{flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:1.4rem;display:flex}.plan-modal__actions-text{font-feature-settings:"liga" off,"clig" off;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;align-items:flex-end;gap:1rem;max-width:23rem;margin-left:-7.2rem;font-family:Shantell Sans;font-size:1.5rem;font-style:normal;font-weight:500;line-height:1.8rem;display:flex}.plan-modal__actions-text svg{width:4.2rem;height:3.4rem;transform:translateY(1rem)}.plan-modal__btn{color:var(--Ui-Colors-Card-Color,#2b2b2b);letter-spacing:-.4px;background:#2b2b2b;background:var(--Ui-Colors-Green-Light,#9fe870);cursor:pointer;font-feature-settings:"liga" off,"clig" off;border:none;border-radius:3rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 3rem 1.4rem 2.5rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.plan-modal__btn svg{width:2rem;height:2rem}.plan-modal__btn:hover{background:#363636;background:var(--Ui-Colors-Green-Light,#9ee870dc)}.plan-modal__btn--white{color:#000;background:#fff}.plan-modal__btn--white svg{aspect-ratio:39.31/32;width:3.93rem;height:3.2rem}.plan-modal__btn--transparent{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:#fff;background:0 0}.plan-modal__btn--transparent svg{aspect-ratio:29.49/24;width:2.95rem;height:2.4rem}.storage{flex-direction:column;align-items:flex-start;gap:2.4rem;width:82.9rem;display:flex}@media screen and (max-width:37.5em){.storage{width:100%}}.storage__header{align-self:stretch;align-items:center;gap:2.4rem;display:flex}@media screen and (max-width:37.5em){.storage__header{flex-wrap:wrap}}.storage__profile-img{aspect-ratio:105.65/86;width:10.57rem;height:8.6rem}.storage__profile-img svg{width:100%;height:100%}.storage__info{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:.2rem;display:flex}.storage__info-header{align-items:center;gap:1rem;display:flex}.storage__info-label{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;white-space:nowrap;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.storage__info-badge{color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.5px;text-transform:uppercase;background:#009cd3;border-radius:.6rem;align-items:center;gap:.5rem;padding:.3rem .5rem;font-family:Lexend;font-size:1.4rem;font-style:normal;font-weight:400;line-height:100%;display:flex}@media only screen and (max-width:50rem){.storage__info-badge{font-size:1rem}}.storage__info-description{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem}.storage__info-btn{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;border-radius:3rem;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 2.4rem;display:flex}.storage__info-btn:hover{background:var(--Ui-Colors-Stroke-Light,#505050)}.storage__recommend{background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425e2f 0%,#16482e 100%));border-radius:1.4rem;justify-content:space-between;align-self:stretch;align-items:center;padding:2rem;display:flex}@media screen and (max-width:37.5em){.storage__recommend{flex-direction:column;align-items:flex-start;gap:2rem}}.storage__recommend-details{flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.storage__recommend-sub-title{color:var(--Ui-Colors-Green-Light,#9fe870);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.5px;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.storage__recommend-title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:133.3%}.storage__recommend-description{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.storage__recommend-btn{background:var(--Ui-Colors-Green-Light,#9fe870);color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;border-radius:3rem;align-items:center;gap:.5rem;padding:1.5rem 2.4rem 1.5rem 2rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.storage__recommend-btn:hover{cursor:pointer;background:var(--Ui-Colors-Green-Light,#9ee870dc)}.storage__details{flex-direction:column;align-self:stretch;align-items:flex-start;gap:1.6rem;display:flex}.storage__details-sub-title{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.storage__details-list{flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;gap:.5rem;width:100%;display:flex}.storage__details-item{justify-content:space-between;align-self:stretch;align-items:center;gap:1rem;padding:.8rem 1rem .8rem 0;display:flex}.storage__details-item-label{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.5px;align-items:center;gap:1rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.storage__details-item-value{white-space:nowrap;letter-spacing:-.5px;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.storage__usage{flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;gap:.5rem;display:flex}.storage__usage-title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;align-items:center;gap:1.6rem;width:42.5rem;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem;display:flex}.storage__usage-progress{align-self:stretch;align-items:flex-start;gap:.4rem;width:100%;display:flex}.storage__usage-progress-bar{border:2px solid var(--Ui-Colors-Card-Color,#2b2b2b);background:var(--Ui-Colors-Stroke-Light,#505050);border-radius:9rem;flex:1 0 0;height:.8rem}.storage__usage-progress-bar.file-progress{background:var(--Ui-Colors-Gren,#0d813a)}.storage__usage-progress-bar.workspace-progress{background:var(--Ui-Colors-Green-Light,#9fe870)}.storage__usage-progress-bar.connection-progress{background:var(--Ui-Colors-White,#f4f4f4)}.storage__actions{align-items:flex-start;gap:1.6rem;display:flex}.storage__actions-btn{background:var(--Ui-Colors-Green-Light,#9fe870);height:4.8rem;color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;border:none;border-radius:3rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 3.2rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.storage__actions-btn--primary{background:var(--Ui-Colors-Green-Light,#9fe870)}.storage__actions-btn--secondary{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-White,#f4f4f4);background:0 0;border-radius:3rem}.storage__actions-btn:hover{cursor:pointer;background:var(--Ui-Colors-Green-Light,#9ee870dc)}.upgrade-storage{flex-direction:column;gap:4rem;width:100%;display:flex}.upgrade-storage__header{align-items:center;gap:2.4rem;display:flex}@media screen and (max-width:37.5em){.upgrade-storage__header{display:none}}.upgrade-storage__header-back{background:var(--Ui-Colors-Stroke-Light,#505050);border-radius:9rem;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;width:4rem;height:4rem;display:flex}.upgrade-storage__header-back svg{flex-shrink:0;width:2.4rem;height:2.4rem}.upgrade-storage__header-title{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.upgrade-storage__details{flex-direction:column;align-items:center;gap:.8rem;display:flex}.upgrade-storage__details-title{color:var(--White,#fff);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.upgrade-storage__details-description{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem}.upgrade-storage__toggle{justify-content:center;align-items:center;gap:1.7rem;display:flex}.upgrade-storage__toggle-item{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.upgrade-storage__toggle-item span{color:var(--Ui-Colors-Green-Light,#9fe870);font-feature-settings:"liga" off,"clig" off;text-align:left;margin-top:-.3rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;display:block}.upgrade-storage__toggle-switch{padding:var(--Basic-Forms-Switch-Content-Spacing,.28rem);border-radius:138.17rem;border-radius:var(--Basic-Forms-Switch-Toggle-Icon-Border-Radius,138.17rem);background:#009d4a;align-items:flex-start;width:7rem;display:flex;box-shadow:0 .14rem .28rem #0000001a,0 .14rem .14rem #0000000f}.upgrade-storage__toggle-switch-circle{border-radius:var(--Basic-Forms-Switch-Toggle-Icon-Border-Radius,138.17rem);background:var(--Basic-Forms-Switch-Toggle-Bg-Active-Color,#fff);justify-content:center;align-items:center;width:3.32rem;height:3.32rem;display:flex}.upgrade-storage__plan-list{flex-wrap:wrap;place-content:center;align-items:center;gap:2.2rem;display:flex}.upgrade-storage__plan-item{border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Dark-Background,#222);border-radius:1.4rem;flex-direction:column;flex-shrink:0;align-items:center;gap:2.5rem;padding:1.8rem 2rem;display:flex}@media screen and (max-width:37.5em){.upgrade-storage__plan-item{width:47%}}.upgrade-storage__plan-item-details{flex-direction:column;justify-content:center;align-items:center;gap:.6rem;width:22.7rem;height:4.6rem;display:flex}.upgrade-storage__plan-item-details-title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.upgrade-storage__plan-item-details-description{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.upgrade-storage__plan-item-hr{background:#363636;width:22.7rem;height:.1rem}.upgrade-storage__plan-item-price{flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:.2rem;display:flex}.upgrade-storage__plan-item-price-title{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:4.1rem;font-style:normal;font-weight:600;line-height:100%}.upgrade-storage__plan-item-price-title.basic{-webkit-text-fill-color:#0000;background:linear-gradient(#9f9f9f 0%,#5c5858 100%);-webkit-background-clip:text;background-clip:text}.upgrade-storage__plan-item-price-title.advanced{-webkit-text-fill-color:#0000;background:linear-gradient(#b88d5f 0%,#a35b08 100%);-webkit-background-clip:text;background-clip:text}.upgrade-storage__plan-item-price-title.super{-webkit-text-fill-color:#0000;background:linear-gradient(#ffdb8c 0%,#eab300 100%);-webkit-background-clip:text;background-clip:text}.upgrade-storage__plan-item-price-description{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.upgrade-storage__plan-item-btn{background:var(--Ui-Colors-Gren,#0d813a);text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;border:none;border-radius:3rem;outline:none;justify-content:center;align-self:stretch;align-items:center;gap:.5rem;padding:1.4rem 2.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.upgrade-storage__plan-item-btn:hover{cursor:pointer;background:var(--Ui-Colors-Gren,#0d813adc)}.upgrade-storage__analytics{background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:2.4rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;width:84.5rem;margin:auto;padding:2.4rem;display:flex}@media screen and (max-width:37.5em){.upgrade-storage__analytics{width:100%}}.upgrade-storage__analytics-header{justify-content:space-between;align-self:stretch;align-items:center;display:flex}@media screen and (max-width:37.5em){.upgrade-storage__analytics-header{flex-wrap:wrap;gap:1rem}}.upgrade-storage__analytics-header-title{align-items:center;gap:1.6rem;display:flex}.upgrade-storage__analytics-header-title h4{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.upgrade-storage__analytics-header-title-value{font-feature-settings:"liga" off,"clig" off;color:var(--Ui-Colors-Text-Light,#a9a9a9);align-items:center;gap:.2rem;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem;display:flex}.upgrade-storage__analytics-header-title-value span{color:var(--Ui-Colors-White,#f4f4f4)}.upgrade-storage__analytics-header-title-value .color-green{color:var(--Ui-Colors-Green-Light,#9fe870)}.upgrade-storage__analytics-header-price{flex-direction:column;align-items:flex-end;gap:.2rem;display:flex}@media screen and (max-width:37.5em){.upgrade-storage__analytics-header-price{flex-direction:row;align-items:center;gap:1rem}}.upgrade-storage__analytics-header-price p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.upgrade-storage__analytics-header-price h4{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.upgrade-storage__analytics-header-price h4 span{color:var(--Ui-Colors-Green-Light,#9fe870);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.plan-table__container{flex-direction:column;gap:2.2rem;display:flex}.plan-table__list{margin-left:-10%;display:flex}@media screen and (max-width:37.5em){.plan-table__list{margin-left:0}}.plan-table__list--main{scrollbar-width:none;-ms-overflow-style:none;min-height:3rem;display:flex;overflow-x:scroll;overflow-y:hidden}.plan-table__list--main::-webkit-scrollbar{display:none}.plan-table__list--main.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.plan-table__list--main.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.plan-table__list--main.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.plan-table__list--main.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.plan-table__list--main.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.plan-table__list--main.scrolling::-webkit-scrollbar-corner{background:0 0}.plan-table__list--main:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.plan-table__list--main:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.plan-table__row{align-items:center;display:flex}.plan-table__row-items{align-items:center;width:100%;display:flex}.plan-table__item{min-width:22rem;color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;white-space:nowrap;border-top:1px solid #363636;border-bottom:1px solid #363636;width:100%;padding:2rem;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.plan-table__item--header{color:var(--Ui-Colors-White,#f4f4f4);width:20rem}.plan-table__item-btn{cursor:pointer;color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:right;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;background:#2b2b2b;border:none;border-radius:2rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 3rem 1.4rem 2.5rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex}.plan-table__item-btn svg{width:2rem;height:2rem}.plan-table__item-btn:hover{background:#363636}.plan-table__column{flex-direction:column;gap:2.2rem;display:flex}.plan-table__column-items--header{border-right:1px solid #363636}.plan-table__column-items--active{background:#282828}.plan-card{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:1.4rem;flex-direction:column;justify-content:space-between;align-self:stretch;align-items:flex-start;width:26.7rem;height:22.3rem;margin-right:2rem;padding:2rem;display:flex}.plan-card--active{background:var(--Ui-Colors-Green-Shade,#00ab4d1a)}.plan-card__empty{width:20rem;height:22.3rem}.plan-card:last-child{margin-right:0}.plan-card__header{align-self:stretch;align-items:flex-start;gap:1rem;display:flex}.plan-card__icon svg{aspect-ratio:50.37/41;width:5.04rem;height:4.1rem}.plan-card__details{flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;gap:.8rem;display:flex}.plan-card__details-title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.plan-card__details-description{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.plan-card__body{flex-direction:column;align-self:stretch;align-items:flex-start;gap:1.4rem;display:flex}.plan-card__price{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:4.1rem;font-style:normal;font-weight:600;line-height:100%}.plan-card__level{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;justify-content:center;align-items:flex-start;gap:.6rem;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem;display:flex}.plan-card__level svg{aspect-ratio:1;width:2.4rem;height:2.4rem}.search-page{padding:2rem}@media (max-width:37.5em){.search-page{padding:1rem}}.search-page__search-container{margin-bottom:3rem}@media (max-width:37.5em){.search-page__search-container{margin-bottom:2rem}}.search-page__search{background:#222;border:1px solid #505050;border-radius:.8rem;align-items:center;padding:1.2rem 1.6rem;transition:all .2s;display:flex}@media (max-width:37.5em){.search-page__search{padding:1rem 1.2rem}}.search-page__search.focused{background:#2b2b2b;border-color:#ccc}.search-page__search input{color:#f4f4f4;background:0 0;border:none;outline:none;flex:1;font-family:Roboto;font-size:1.6rem}@media (max-width:37.5em){.search-page__search input{font-size:1.4rem}}.search-page__search input::placeholder{color:#a9a9a9}.search-page__search-clear{opacity:0;transition:opacity .2s}.search-page__search-clear.visible{opacity:1}.search-page__search-clear svg{color:#a9a9a9;width:2rem;height:2rem;transition:color .2s}@media (max-width:37.5em){.search-page__search-clear svg{width:1.8rem;height:1.8rem}}.search-page__search-clear svg:hover{color:#f4f4f4}.search-page__search-icon{cursor:pointer;background:0 0;border:none;border-radius:.4rem;padding:.4rem;transition:background-color .2s}.search-page__search-icon:hover{background:#ffffff1a}.search-page__search-icon svg{width:2rem;height:2rem}@media (max-width:37.5em){.search-page__search-icon svg{width:1.8rem;height:1.8rem}}.search-page__form{margin-bottom:2rem;display:none}@media (max-width:37.5em){.search-page__form{display:block}}.search-page__form .nav__search{width:100%}.search__header{justify-content:space-between;align-items:center;width:100%;display:flex}@media (max-width:37.5em){.search__header{flex-direction:column-reverse;align-items:flex-start;gap:2rem}}.search__tabs{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.search__tab{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;letter-spacing:-.4px;cursor:pointer;border-radius:9rem;justify-content:center;align-items:center;gap:.4rem;padding:1.2rem 2.4rem;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;display:flex}.search__tab:hover,.search__tab.active{background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));color:var(--Ui-Colors-Dark-Background,#222)}.search__actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:2.4rem;display:flex}.search__actions-result{align-items:center;gap:.6rem;display:flex}.search__actions-result-title{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.search__actions-searched-word{background:var(--Ui-Colors-Stroke-Dark,#363636);border-radius:1.4rem;justify-content:center;align-items:center;gap:.5rem;padding:.4rem .2rem .4rem 1rem;display:flex}.search__actions-searched-word h5{font-feature-settings:"liga" off,"clig" off;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:100%}.search__actions-searched-word svg{aspect-ratio:1;width:2rem;height:2rem;transition:all .2s}.search__actions-searched-word svg:hover{opacity:.8;transform:scale(1.1)}.search__actions-filters{align-items:center;gap:1.7rem;display:flex}.search__actions-filters-item h5{background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));-webkit-text-fill-color:#0000;font-feature-settings:"liga" off,"clig" off;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;gap:.6rem;padding:0 .6rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.search__content{margin-top:4rem;padding:2rem 0}.search__content-connections{flex-direction:column;align-items:flex-start;gap:1.2rem;display:flex}.search__content-reviews{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}@media (max-width:37.5em){.search__content-reviews{grid-template-columns:repeat(auto-fill,minmax(47%,1fr))}}.search__content__loading{justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.search__content__loading p{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-family:Roboto;font-size:1.6rem;font-weight:400}.search__no-results{text-align:center;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.search__no-results p{color:var(--Ui-Colors-Text-Light,#a9a9a9);max-width:40rem;font-family:Roboto;font-size:1.6rem;font-weight:400}.sort-dropdown{display:inline-block;position:relative}.sort-dropdown__trigger{cursor:pointer;border-radius:.4rem;justify-content:center;align-items:center;gap:.6rem;padding:0 .6rem;transition:background-color .2s;display:flex}.sort-dropdown__trigger:hover{background:#ffffff1a}.sort-dropdown__trigger h5{background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));-webkit-text-fill-color:#0000;font-feature-settings:"liga" off,"clig" off;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.6rem;margin:0;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.sort-dropdown__icon{transition:transform .2s}.sort-dropdown__icon.rotated{transform:rotate(180deg)}.sort-dropdown__menu{background:var(--Ui-Colors-Card-Color,#2b2b2b);border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);z-index:1000;border-radius:.8rem;min-width:16rem;margin-top:.8rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 .8rem 2.4rem #0000004d}.sort-dropdown__option{cursor:pointer;color:var(--Ui-Colors-Text-Light,#a9a9a9);border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);padding:1.2rem 1.6rem;font-family:Roboto;font-size:1.4rem;font-weight:400;transition:all .2s}.sort-dropdown__option:last-child{border-bottom:none}.sort-dropdown__option:hover{background:var(--Ui-Colors-Stroke-Dark,#363636);color:var(--Ui-Colors-White,#f4f4f4)}.sort-dropdown__option.active{background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));color:var(--Ui-Colors-Dark-Background,#222);font-weight:500}.landing{background-image:url(../media/landing.849bcb25.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex}.landing__header{flex-shrink:0;align-items:center;gap:3.2rem;width:100%;padding:2.6rem 5rem;display:flex}@media (max-width:37.5em){.landing__header{padding:2.6rem 2rem}}.landing__btns{flex-shrink:0;justify-content:flex-end;align-items:center;gap:1.7rem;margin-left:auto;display:flex}.landing__btn{cursor:pointer;color:var(--Color,#fff);letter-spacing:-.4px;font-feature-settings:"liga" off,"clig" off;background:0 0;border:none;border-radius:3rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:1.4rem 2.1rem;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;transition:all .3s;display:flex;position:relative}.landing__btn svg{width:2rem;height:2rem}.landing__btn:hover{background:#363636}.landing__btn.active,.landing__btn:hover{color:var(--Ui-Colors-Green-Light,#9fe870);background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425e2f 0%,#16482e 100%))}.landing__btn.active:hover{background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425e2fc7 0%,#16482ec9 100%))}.landing__btn.without-bg:hover{background:0 0}.landing__btn-dropdown{opacity:0;visibility:hidden;pointer-events:none;background:#ffffff0f;border-radius:1.4rem;flex-direction:column;align-items:flex-start;gap:.6rem;transition:all .3s ease-in-out;display:flex;position:absolute;top:100%;left:0;transform:translateY(20%);box-shadow:0 1.4rem 4.1rem 1.6rem #00000024}.landing__btn-dropdown-item{color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;white-space:nowrap;cursor:pointer;align-self:stretch;align-items:center;gap:1rem;padding:1.6rem;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;display:flex;position:relative}.landing__btn-dropdown-item:hover{background:#ffffff0d}.landing__btn-dropdown-item .disabled{opacity:.5;cursor:not-allowed}.landing__btn:hover .landing__btn-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}@media (max-width:37.5em){.landing__btn:hover .landing__btn-dropdown{opacity:0;visibility:hidden;pointer-events:none;display:none}}.landing__content{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;width:114rem;height:100%;margin:0 auto;padding-top:3rem;display:flex}@media (max-width:37.5em){.landing__content{width:100%}}.landing__details{flex-direction:column;align-items:center;gap:2.3rem;width:41.1rem;display:flex}.landing__details-title{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:4.2rem;font-style:normal;font-weight:500;line-height:normal}.landing__details-description{text-align:center;font-feature-settings:"liga" off,"clig" off;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}.landing__tabs{flex-shrink:0;align-items:center;gap:1.6rem;width:80.2rem;height:8.7rem;margin-top:6rem;display:flex}@media (max-width:37.5em){.landing__tabs{flex:0;justify-content:center;width:85%;height:auto;margin-bottom:1rem}}.landing__tab{background:var(--Ui-Colors-Card-Color,#2b2b2b);cursor:pointer;border-radius:1.6rem 1.6rem 0 0;flex:1 0 0;align-items:flex-start;gap:2rem;height:8.8rem;padding:2rem 2.4rem 3rem;display:flex;position:relative}@media (max-width:37.5em){.landing__tab{border-radius:1.6rem;flex:0;height:auto;padding:1.6rem}}.landing__tab svg{width:4.8rem;height:4.6667rem}@media (max-width:37.5em){.landing__tab svg{width:4.4667rem;height:3.3333rem}}.landing__tab.active,.landing__tab:hover{background:#243917}.landing__tab-details{flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.landing__tab-details h4{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal}.landing__tab-details p{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.5px;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width:37.5em){.landing__tab-details p{display:none}}.landing__tab-icon{width:3.826rem;height:3.4602rem;position:absolute;top:50%;right:-1rem;transform:translateY(-50%)}.landing__upload{background:linear-gradient(#2a2a2a 37.98%,#222 100%);border:none;border-radius:2.4rem 2.4rem 0 0;flex-direction:column;flex:1 0 0;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex;position:relative}@media (max-width:37.5em){.landing__upload{width:90%}}.landing__upload:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#9fe870,#00ab4d,#222);border-radius:2.4rem 2.4rem 0 0;padding:.1rem;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing__upload-file-content h5{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.571px;border:1.141px solid #bcbcbc;border-radius:.68rem;justify-content:center;align-items:center;gap:1.14rem;padding:.34rem .8rem .46rem;font-family:Lexend;font-size:1.83rem;font-style:normal;font-weight:400;line-height:normal;display:flex}.landing__upload-file-content h2{color:var(--Ui-Colors-White,#f4f4f4);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:3.2rem;font-style:normal;font-weight:600;line-height:3.2rem}.landing__upload-file-content h2 span{font-style:italic;font-weight:200}.landing__footer{flex-wrap:wrap;justify-content:center;align-items:center;gap:3.2rem;padding-bottom:3rem;display:flex}@media (max-width:37.5em){.landing__footer{gap:1.6rem}}.landing__footer li{color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:center;font-feature-settings:"liga" off,"clig" off;align-items:center;gap:1rem;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem;display:flex}.home-footer-links{padding-bottom:4rem}.banner-bg{background-image:url(../media/banner-bg.48963e9c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:0 2rem}.section-bg{background-image:url(../media/section-bg.33c6bb72.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:0 2rem}.landing-review{background:#0b100d;overflow-x:hidden}.landing-review__btn{color:#fff;cursor:pointer;background:#009d4a;border:none;border-radius:9rem;outline:none;align-items:flex-start;gap:1rem;padding:1.6rem 3.2rem;font-family:Outfit;font-size:1.8rem;font-style:normal;font-weight:600;line-height:1.8rem;transition:all .3s;display:inline-flex}.landing-review__btn:hover{background:#008b41}.navbar{padding:3.2rem 0 0}.navbar-container{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar-toggle{display:none}.navbar-left{align-items:center;gap:6rem;display:flex}.navbar__menu{align-items:flex-start;gap:3.7rem;display:flex}@media (max-width:37.5em){.navbar__menu{display:none}}.navbar__menu-item{color:#fff;cursor:pointer;font-family:Outfit;font-size:1.8rem;font-style:normal;font-weight:600;line-height:1.8rem}.navbar__menu-item:hover{color:#0d813a}.navbar-right{align-items:center;gap:2.4rem;display:flex}.navbar-toggle-menu{background:var(--Ui-Colors-Card-Color,#2b2b2b);border-radius:9rem;align-items:center;gap:1.2rem;height:4.4rem;padding:1rem;display:none}.navbar-toggle-menu svg{width:2.4rem;height:2.4rem}@media (max-width:37.5em){.navbar-toggle-menu{display:flex}}.hero-section{width:100%}.hero__content{display:flex}@media (max-width:37.5em){.hero__content{flex-direction:column}}.hero__left{flex-direction:column;align-self:stretch;align-items:flex-start;gap:3.2rem;max-width:74rem;padding-top:10rem;padding-bottom:10rem;display:flex}.hero__title{color:#fff;letter-spacing:.1rem;font-family:Outfit;font-size:8.6rem;font-style:normal;font-weight:600;line-height:122.093%;position:relative}@media (max-width:37.5em){.hero__title{font-size:5.8rem}}.hero__title span{color:#9fe870}.hero__description{color:#fff;font-family:Outfit;font-size:2.4rem;font-style:normal;font-weight:400;line-height:4rem}.hero__actions{align-items:center;gap:2rem;margin-top:1.7rem;display:flex}.hero__right{justify-content:center;align-items:flex-end;display:flex}.offer{padding-top:10rem;padding-bottom:10rem}.feature-item{gap:12rem;display:flex}.feature-item--right{flex-direction:row-reverse;justify-content:space-between}@media (max-width:37.5em){.feature-item--mobile-inverse{flex-direction:column-reverse!important;margin-top:0!important}}.feature-item__img{justify-content:center;align-items:center;width:50%;display:flex}.feature-item__img img{object-fit:cover;width:100%;height:100%}.feature-item__content{flex-direction:column;justify-content:center;align-items:flex-start;gap:2.4rem;max-width:49.1rem;display:inline-flex}.feature-item__content-main{flex-direction:column;align-self:stretch;align-items:flex-start;gap:.8rem;display:flex}.feature-item__title{color:#fff;font-family:Outfit;font-size:4.1rem;font-style:normal;font-weight:500;line-height:5.2rem}.feature-item__title span{color:#9fe870}.feature-item__description{color:#b1b1b1;font-family:Outfit;font-size:2rem;font-style:normal;font-weight:300;line-height:2.8rem}.feature-item__features{flex-direction:column;align-items:flex-start;gap:2rem;display:flex}.feature-item__feature{color:#b1b1b1;grid-template-columns:25px 1fr;align-items:center;gap:1rem;font-family:Outfit;font-size:2.1rem;font-style:normal;font-weight:300;line-height:152.381%;display:grid}.feature-item__feature svg{transform:translateY(.4rem)}.tabs{align-items:center;gap:2.4rem;width:100%;margin-top:12rem;display:flex}.tabs__title{font-size:4.1rem}.tabs__description{max-width:58rem}.tabs-item{cursor:pointer;border-bottom:5px solid #0000;border-radius:2.4rem;flex:1 0 0;align-self:stretch;align-items:center;gap:1.6rem;padding:1.6rem;transition:all .3s;display:flex}.tabs-item.active,.tabs-item:hover{background:linear-gradient(#0b100d 0%,#1b221e 100%);border-bottom:5px solid #9fe870;border-radius:1.6rem}.tabs-item__details{flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;display:flex}.tabs-item__details-title{color:#fff;font-family:Outfit;font-size:2.2rem;font-style:normal;font-weight:400;line-height:normal}.tabs-item__details-description{color:#a5a5a5;font-family:Inter;font-size:1.8rem;font-style:normal;font-weight:400;line-height:2.8rem}.tabs__content{background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425e2f 0%,#16482e 100%));border-radius:2.4rem;align-items:flex-start;gap:12rem;margin-top:4rem;padding:0 10.3rem;display:flex}.tabs__content-img img{border-radius:0 0 8px 8px}@media (max-width:37.5em){.tabs__content-img img{border-radius:8px 8px 0 0}}.tabs__content-left{flex-direction:column;align-items:flex-start;gap:2.4rem;max-width:40rem;padding:9.8rem 0;display:inline-flex}.tabs__content-details{flex-direction:column;align-items:flex-start;gap:.8rem;display:flex}.tabs__content-details-title{color:#fff;font-family:Outfit;font-size:4.1rem;font-style:normal;font-weight:400;line-height:5.2rem}.tabs__content-details-description{color:#dfdfdf;font-family:Outfit;font-size:2rem;font-style:normal;font-weight:300;line-height:2.8rem}.cta-section{background:var(--Ui-Colors-Green-Light,#9fe870);position:relative}.cta-section .tabs__content{z-index:4;background:0 0;border-radius:0;justify-content:space-between;align-items:flex-end;padding:0;position:relative}.cta-section .tabs__content-left{padding:15rem 0}@media (max-width:37.5em){.cta-section .tabs__content-left{padding:2rem 2rem 0}}.cta-section .tabs__content-img{position:relative}.cta-section .tabs__content-img img{z-index:2;position:relative}@media (max-width:37.5em){.cta-section .tabs__content-img{padding:0 2rem}}.cta-section .tabs__content-details svg path{fill:#2b2b2b}.cta-section .tabs__content-details-title{color:var(--Ui-Colors-Card-Color,#2b2b2b);font-family:Outfit;font-size:5rem;font-style:normal;font-weight:700;line-height:5.2rem}.cta-section .tabs__content-details-title span{font-weight:300}.cta-section .tabs__content-details-description{color:#353535}.cta-section .reviews-footer-bg{z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.cta-section .reviews-footer-bg img{width:100%;height:100%}@media (max-width:37.5em){.cta-section .reviews-footer-bg{display:none}}.landing-footer{padding:10.2rem 0 7.3rem;position:relative}.landing-footer .rocket-logo{z-index:5;position:absolute;top:-3rem;right:0;transform:rotate(230deg)}.landing-footer .mars-logo{flex-shrink:0;width:22.17rem;height:22.1rem;position:absolute;bottom:-5rem;left:-10rem;transform:rotate(-19.732deg)}.landing-footer__content{justify-content:space-between;align-items:center;width:100%;display:flex;overflow:hidden}.landing-footer__content-description{color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.landing-footer__content-links{gap:1rem;display:flex}.landing-footer__content-link{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}.landing-footer__content-link:hover{color:#9fe870}.offer{position:relative}.offer .rocket-logo{position:absolute;top:0;right:0;transform:rotate(135deg)}.tab-section{position:relative}.tab-section .rocket-logo{position:absolute;top:5rem;left:5rem;transform:rotate(-40deg)}.logo{width:19.5rem}.connection-hero-left{align-items:center}.connection-hero-left .hero__title,.connection-hero-left .hero__description{text-align:center}.connect-tab-img{margin-top:10rem}.features-list{flex-direction:column;gap:4rem;display:flex}.journey-timeline{flex-direction:column;gap:2.4rem;margin-top:2.4rem;display:flex}@media (max-width:37.5em){.journey-timeline{gap:2rem;margin-top:2rem}}.journey-item{flex-direction:column;gap:1.2rem;display:flex}@media (max-width:37.5em){.journey-item{gap:1rem;padding:1.6rem}}.journey-year{color:#9fe870;font-family:Outfit;font-size:2.4rem;font-style:normal;font-weight:600;line-height:normal}@media (max-width:37.5em){.journey-year{font-size:2rem}}.journey-description{color:#b1b1b1;font-family:Outfit;font-size:1.8rem;font-style:normal;font-weight:300;line-height:2.4rem}@media (max-width:37.5em){.journey-description{font-size:1.6rem;line-height:2.2rem}}.about-hero-left{text-align:center;max-width:100%}.who-we-build-section{justify-content:space-between;align-items:center;gap:4rem;padding:8rem 0;display:flex;position:relative}@media (max-width:37.5em){.who-we-build-section{flex-direction:column;gap:2rem;padding:4rem 0}}.who-we-build__left{flex:none;justify-content:flex-start;align-items:center;display:flex}.who-we-build__left img{max-width:100%;height:auto}@media (max-width:37.5em){.who-we-build__left{display:none}}.who-we-build__center{text-align:center;flex-direction:column;flex:auto;align-items:center;max-width:80rem;margin:0 auto;padding:0 2rem;display:flex}.who-we-build__logo{justify-content:center;margin-bottom:2.4rem;display:flex}.who-we-build__logo svg{width:34px;height:36px}.who-we-build__right{flex:none;justify-content:flex-end;align-items:center;display:flex}.who-we-build__right img{max-width:100%;height:auto}@media (max-width:37.5em){.who-we-build__right{display:none}}.about-hero-actions{justify-content:center;align-items:center;width:100%;display:flex}.about-cta-content{align-items:flex-start!important}.contact-hero-content{align-items:flex-start;gap:8rem;padding:8rem 0;display:flex}@media (max-width:37.5em){.contact-hero-content{padding:0 0 8rem}}.contact-hero__left{flex-direction:column;flex:1;gap:3.2rem;max-width:60rem;display:flex}.contact-hero__title-wrapper{flex-direction:column;gap:2rem;display:flex;position:relative}.contact-hero__title-wrapper .hero__title{flex-wrap:wrap;align-items:center;column-gap:5px;display:inline-flex}@media (max-width:37.5em){.contact-hero__rocket .rocket-logo{width:16.2rem;height:13.8rem}}.contact-hero__right{flex:1;justify-content:flex-end;width:100%;display:flex}.contact-info{flex-direction:column;gap:2.4rem;margin-top:1.6rem;display:flex}.contact-info__item{color:#fff;flex-direction:column;justify-content:center;gap:1.6rem;font-family:Outfit;font-size:4.1rem;font-style:normal;font-weight:400;line-height:3.7rem;display:flex}.contact-info__item svg{flex-shrink:0}.contact-info__item-label{color:#ffffff79;font-family:Outfit;font-size:2.8rem;font-style:normal;font-weight:400;line-height:100%}.contact-form{flex-direction:column;gap:2.4rem;width:100%;display:flex}.contact-form-card{background:#162018;border:2px solid #ffffff17;border-radius:1.6rem;flex-direction:column;align-items:flex-start;gap:2.8rem;width:54.2rem;padding:2.8rem 3rem;display:flex;box-shadow:0 52px 84px 10px #00000080}@media (max-width:37.5em){.contact-form-card{width:100%}}.contact-form__title{color:#fff;font-family:Outfit;font-size:3.2rem;font-style:normal;font-weight:600;line-height:normal}.contact-form__field{align-items:center;display:flex;position:relative}.contact-form__icon{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;right:1.6rem}.contact-form__icon-textarea{top:1.6rem}.contact-form__input{color:#fff;background:#0e1710;border:1px solid #9fe87033;border-bottom-color:#464646;border-radius:1.4rem;outline:none;width:100%;padding:1.6rem 5rem 1.6rem 1.6rem;font-family:Outfit;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;transition:all .3s;box-shadow:inset 0 1px 4px #0000003d}.contact-form__input::placeholder{color:#b1b1b1}.contact-form__input:focus{background:#1b221e;border-color:#9fe870}.contact-form__textarea{resize:vertical;min-height:12rem;padding:1.6rem 5rem 1.6rem 1.6rem;font-family:Outfit}@media (max-width:37.5em){.contact-form__textarea{min-height:10rem;padding:1.4rem 1.4rem 1.4rem 4.5rem}}.contact-form__submit{color:#2b2b2b;cursor:pointer;background:#9fe870;border:none;border-radius:9rem;outline:none;margin-top:1.6rem;padding:1.6rem 3.2rem;font-family:Outfit;font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal;transition:all .3s}.contact-form__submit:hover:not(:disabled){background:#8fd85f;transform:translateY(-2px)}.contact-form__submit:disabled{opacity:.6;cursor:not-allowed}.landing-container{max-width:146.5rem;margin:0 auto}.btn{background:var(--Ui-Colors-Gren,#0d813a);color:var(--Ui-Colors-White,#f4f4f4);cursor:pointer;border:none;border-radius:9rem;outline:none;align-items:flex-start;gap:1rem;padding:1.6rem 2.4rem;font-family:Outfit;font-size:1.8rem;font-style:normal;font-weight:600;line-height:1.8rem;transition:all .3s;display:inline-flex}.btn:hover{background:#0d8139d1}.link-btn{color:#fff;align-items:center;gap:1rem;font-family:Outfit;font-size:1.6rem;font-style:normal;font-weight:600;line-height:1.8rem;display:flex}.link-btn:hover{color:#0d813a}.landing-section-header{text-align:center;flex-direction:column;align-self:stretch;align-items:center;gap:1.6rem;max-width:90rem;margin:0 auto;display:flex}.landing-section-header__title{color:#fff;text-align:center;letter-spacing:.1rem;font-family:Outfit;font-size:6.8rem;font-style:normal;font-weight:600;line-height:1.3}.landing-section-header__description{color:#b1b1b1;text-align:center;font-family:Outfit;font-size:2.4rem;font-style:normal;font-weight:400;line-height:1.4}.rocket-logo{align-items:center;display:flex}.rocket-logo svg:nth-child(2){margin-left:-4rem}.rocket-logo svg:nth-child(3){margin-left:-5rem}img{width:100%}.hidden-desktop{display:none}.hidden-mobile{display:block}.hidden-mobile-flex{display:flex}@media (max-width:76.8rem){.hidden-desktop{display:block}.hidden-mobile,.hidden-mobile-flex{display:none}}.drag-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:#9fe870f2;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.drag-overlay__content{text-align:center;color:#0d813a;pointer-events:none}.drag-overlay__content svg{width:12rem;height:12rem;margin-bottom:2.4rem}.drag-overlay__content h2{color:#0d813a;margin-bottom:1.2rem;font-size:3.2rem;font-weight:600}.drag-overlay__content p{color:#0d813a;opacity:.8;font-size:1.8rem}.landing{min-height:100vh;position:relative}.notification{z-index:5000;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);opacity:0;visibility:hidden;pointer-events:none;cursor:auto;background:#2b2b2b;border-radius:1.51rem;flex-direction:column;align-self:stretch;align-items:flex-start;gap:3.2rem;min-width:58rem;padding-bottom:2rem;transition:all .3s;display:flex;position:absolute;transform:translate(-95%)translateY(0);box-shadow:0 5.2rem 8.4rem 1rem #00000080}.notification.no-notifications{min-width:40rem}.notification:hover{opacity:1;visibility:visible;pointer-events:all}.notification__empty{flex-direction:column;align-items:center;gap:1rem;padding:2rem 2.8rem;font-family:Roboto;font-size:1.8rem;display:flex}.notification__header{flex-direction:column;align-self:stretch;align-items:flex-start;gap:1.8rem;padding:2rem 2.8rem 0;display:flex}.notification__header-title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem}.notification__header-content{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.notification__header-actions{align-items:center;gap:1rem;display:flex}.notification__tabs{align-items:center;gap:.6rem;display:flex}.notification__tab{background:var(--Ui-Colors-Stroke-Dark,#363636);height:4rem;color:var(--Ui-Colors-Text-Light,#a9a9a9);text-align:right;font-feature-settings:"liga" off,"clig" off;cursor:pointer;border-radius:3.01rem;justify-content:center;align-items:center;padding:.6rem 2.4rem;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem;transition:all .2s;display:flex}.notification__tab:hover,.notification__tab.active{color:var(--Ui-Colors-Card-Color,#2b2b2b);background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#fff 50.96%,#e7e7e7 100%))}.notification__body{flex-direction:column;align-self:stretch;align-items:flex-start;gap:.8rem;display:flex}.notification__item{cursor:pointer;align-self:stretch;gap:1.81rem;width:100%;padding:2rem 2.8rem;display:flex}.notification__item:hover{background:#363636}.notification__item-content{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:.9rem;display:flex}.notification__item-username{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.notification__item-title{color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}.notification__item-time{color:var(--Ui-Colors-Text-Light,#a9a9a9);font-feature-settings:"liga" off,"clig" off;white-space:nowrap;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.notification__item-right{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.9rem;height:auto;display:flex}.notification__item-right svg{width:.8rem;height:.8rem}.notification__item-image{justify-content:center;align-items:center;width:4rem;height:4rem;padding:1rem;display:flex}.notification__item-image-icon-comment{border:1.232px solid var(--Ui-Colors-Gren,#0d813a);background:var(--Ui-Colors-Green-Light,#9fe870);aspect-ratio:24/25;width:4.22rem;height:4.4rem;color:var(--Ui-Colors-Stroke-Dark,#363636);font-feature-settings:"liga" off,"clig" off;border-radius:2.83rem 2.83rem 2.83rem .99rem;flex-shrink:0;justify-content:center;align-items:center;gap:.99rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;display:flex}.notification__load-more{justify-content:center;align-items:center;width:100%;padding:1.6rem 2.8rem;display:flex}.notification__load-more-btn{border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2b2b2b);color:var(--Ui-Colors-White,#f4f4f4);font-feature-settings:"liga" off,"clig" off;cursor:pointer;border-radius:.8rem;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem 2.4rem;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;transition:all .2s;display:flex}.notification__load-more-btn:hover:not(:disabled){background:var(--Ui-Colors-Stroke-Dark,#363636);border-color:var(--Ui-Colors-Text-Light,#a9a9a9)}.notification__load-more-btn:disabled{opacity:.6;cursor:not-allowed}.notification-icon:hover .notification{opacity:1;visibility:visible;pointer-events:all}@media (max-width:75em){.navbar-toggle{display:none}.landing-review__btn{padding:1.4rem 2rem;font-size:1.6rem;line-height:1.6rem}.link-btn{font-size:1.4rem;line-height:1.6rem}.rocket-logo svg:nth-child(2){margin-left:-3rem}.rocket-logo svg:nth-child(3){margin-left:-4rem}.navbar{padding:2rem 0 0}.navbar-left{gap:4rem}.navbar__menu{gap:2.5rem}.navbar__menu-item{font-size:1.4rem}.navbar-right{gap:1.6rem}.hero__left{gap:2.4rem;padding-top:6rem;padding-bottom:6rem}.hero__title{font-size:6rem;line-height:7.2rem}.hero__description{font-size:2rem;line-height:3.2rem}.hero__actions{gap:1.6rem}.offer{padding-top:6rem;padding-bottom:6rem}.tabs{gap:1.6rem;margin-top:8rem}.tabs__title{font-size:3.2rem}.tabs__description{max-width:48rem}.tabs-item{gap:1.2rem;padding:1.2rem}.tabs-item__details-title{font-size:1.8rem}.tabs-item__details-description{font-size:1.6rem;line-height:2.4rem}.tabs__content{gap:6rem;padding:0 6rem}.tabs__content-left{max-width:32rem;padding:6rem 0}.tabs__content-details-title{font-size:3.2rem;line-height:4rem}.tabs__content-details-description{font-size:1.8rem;line-height:2.4rem}.cta-section .tabs__content-details-title{font-size:4rem;line-height:4.4rem}.landing-footer{padding:6rem 0 4rem}}@media (max-width:52.25em){.landing-review__btn{border-radius:7rem;padding:1.2rem 1.8rem;font-size:1.4rem;line-height:1.4rem}.link-btn{gap:.8rem;font-size:1.2rem;line-height:1.4rem}.landing-section-header{gap:1rem;max-width:100%}.landing-section-header__title{letter-spacing:.5px;font-size:4.2rem;line-height:1.1}.landing-section-header__description{font-size:2rem;line-height:1.2}.rocket-logo svg:nth-child(2){margin-left:-2rem}.rocket-logo svg:nth-child(3){margin-left:-3rem}.navbar{padding:1.6rem 0 0}.navbar-container{gap:2rem}.navbar-left{flex-wrap:wrap;justify-content:space-between;gap:2rem}.navbar__menu{gap:1.6rem}.navbar__menu-item{font-size:1.2rem}.navbar-right{gap:1.2rem}.hero__content{flex-direction:column}.hero__left{gap:2rem;max-width:100%;padding-top:4rem;padding-bottom:4rem}.hero__title{letter-spacing:.5px;font-size:3.6rem;line-height:4.4rem}.hero__description{font-size:1.6rem;line-height:2.4rem}.hero__actions{gap:1.2rem;width:100%}.hero__right{width:100%;margin-top:2rem}.offer{padding-top:4rem;padding-bottom:4rem}.feature-item{flex-direction:column;gap:3rem;margin-top:6rem}.feature-item--right{flex-direction:column}.feature-item__img{width:100%}.feature-item__content{gap:1.6rem;max-width:100%}.feature-item__title{font-size:2.4rem;line-height:3rem}.feature-item__description{font-size:1.6rem;line-height:2.2rem}.feature-item__features{gap:1.6rem}.feature-item__feature{gap:.8rem;font-size:1.6rem;line-height:2.4rem}.tabs{gap:1.2rem;margin-top:6rem}.tabs__title{font-size:2.4rem}.tabs__description{max-width:100%}.tabs-item{gap:1rem;padding:1rem}.tabs-item__details-title{font-size:1.6rem}.tabs-item__details-description{font-size:1.4rem;line-height:2rem}.tabs__content{flex-direction:column;gap:3rem;padding:0 2rem}.tabs__content-left{max-width:100%;padding:4rem 0}.tabs__content-details-title{font-size:2.4rem;line-height:3rem}.tabs__content-details-description{font-size:1.6rem;line-height:2.2rem}.cta-section .tabs__content{gap:3rem}.cta-section .tabs__content-details-title{font-size:2.8rem;line-height:3.2rem}.landing-footer{padding:4rem 0 3rem}.landing-footer .rocket-logo,.landing-footer .mars-logo{display:none}.landing-footer__content{text-align:center;flex-direction:column;gap:2rem}.landing-footer__content-description{font-size:1.4rem}.landing-footer__content-links{gap:.8rem}.landing-footer__content-link{font-size:1.6rem}.offer .rocket-logo,.tab-section .rocket-logo{display:none}}@media (max-width:37.5em){.hero__title{font-size:5.5rem;line-height:1}.hero__description{font-size:2rem}.tabs{scrollbar-width:none;-ms-overflow-style:none;min-height:3rem;overflow-x:scroll}.tabs::-webkit-scrollbar{display:none}.tabs.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.tabs.scrolling::-webkit-scrollbar{width:.8rem;height:.8rem;display:block}.tabs.scrolling::-webkit-scrollbar-track{background:#2d2d2d1a;border-radius:.4rem}.tabs.scrolling::-webkit-scrollbar-thumb{background:#6669;border-radius:.4rem;transition:all .3s}.tabs.scrolling::-webkit-scrollbar-thumb:hover{background:#888c}.tabs.scrolling::-webkit-scrollbar-corner{background:0 0}.tabs:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.tabs:hover.scrolling::-webkit-scrollbar-thumb{background:#888888b3}.tabs-item__details-title,.tabs-item__details-description{white-space:nowrap}.cta-section .tabs__content{flex-direction:column}.cta-section .tabs__content-left,.cta-section .tabs__content-details{text-align:center;align-items:center}.cta-section .tabs__content-details>svg{display:none}.landing-container{max-width:100%}.landing-review__btn{border-radius:6rem}.link-btn{gap:.6rem}.rocket-logo svg:nth-child(2){margin-left:-1.5rem}.rocket-logo svg:nth-child(3){margin-left:-2.5rem}.navbar{padding:3rem 0 0}.navbar__menu{gap:1.2rem}.navbar__menu-item{font-size:1.1rem}.hero__left{gap:1.6rem;padding-top:3rem;padding-bottom:3rem}.offer{padding-top:3rem;padding-bottom:3rem}.tabs{margin-top:4rem}.tabs__title{font-size:2rem}.tabs__content{padding:0 1.5rem}.tabs__content-left{padding:3rem 0}.tabs__content-details-title{font-size:2rem;line-height:2.6rem}.tabs__content-details-description{font-size:1.4rem;line-height:2rem}.cta-section .tabs__content-details-title{font-size:2.4rem;line-height:2.8rem}.landing-footer{padding:3rem 0 2rem}.landing-footer__content-description{font-size:1.2rem}.landing-footer__content-link{font-size:1.4rem}}.policy-page{color:#f4f4f4;min-height:100vh;padding:2rem 0 4rem}@media (max-width:37.5em){.policy-page{padding:1rem 0 3rem}}.policy-page__container{max-width:90rem;margin:0 auto;padding:0 5rem}@media (max-width:37.5em){.policy-page__container{padding:0 2rem}}.policy-page__header{border-bottom:1px solid #363636;margin-bottom:4rem;padding-bottom:2rem}@media (max-width:37.5em){.policy-page__header{margin-bottom:3rem;padding-bottom:1.5rem}}.policy-page__title{color:#f4f4f4;margin-bottom:1rem;font-size:3.6rem;font-weight:600;line-height:1.2}@media (max-width:37.5em){.policy-page__title{font-size:2.4rem}}.policy-page__effective-date{color:#a9a9a9;margin:0;font-size:1.4rem}.policy-page__content{color:#e8eaed;font-size:1.6rem;line-height:1.8}.policy-page__content h2{color:#f4f4f4;margin-top:3rem;margin-bottom:1.5rem;font-size:2.4rem;font-weight:600}@media (max-width:37.5em){.policy-page__content h2{margin-top:2.5rem;font-size:2rem}}.policy-page__content h3{color:#f4f4f4;margin-top:2.5rem;margin-bottom:1.2rem;font-size:2rem;font-weight:600}@media (max-width:37.5em){.policy-page__content h3{margin-top:2rem;font-size:1.8rem}}.policy-page__content p{color:#e8eaed;margin-bottom:1.5rem}.policy-page__content ul,.policy-page__content ol{margin-bottom:1.5rem;padding-left:2.5rem}@media (max-width:37.5em){.policy-page__content ul,.policy-page__content ol{padding-left:2rem}}.policy-page__content ul li,.policy-page__content ol li{color:#e8eaed;margin-bottom:1rem}.policy-page__content a{color:#9ee86f;text-decoration:underline;transition:color .2s}.policy-page__content a:hover{color:#7dc85a}.policy-page__content strong{color:#f4f4f4;font-weight:600}
