:root{--background:#ffffff;--foreground:#171717;--font-geist-sans:var(--font-geist-sans);--font-geist-mono:var(--font-geist-mono)}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{font-size:43.75%}@media (min-width:21.25em){html{font-size:50%}}@media (min-width:23.75em){html{font-size:53.125%}}@media (min-width:37.5em){html{font-size:54.25%}}@media (min-width:52.25em){html{font-size:55.375%}}@media (min-width:61.875em){html{font-size:56.375%}}@media (min-width:75em){html{font-size:58.9375%}}@media (min-width:87.5em){html{font-size:61.5%}}@media (min-width:93.75em){html{font-size:62.5%}}@media (min-width:112.5em){html{font-size:68.75%}}body,html{max-width:100vw;overflow-x:hidden;background:var(--Ui-Colors-Dark-Background,#222);scroll-behavior:smooth}body{font-family:"Roboto",var(--font-geist-sans),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto;color:#fff}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}ul{list-style:none}.nav{display:flex;width:100%;padding:1.5rem 2.4rem;justify-content:space-between;align-items:center;flex-shrink:0;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B)}@media(max-width:37.5em){.nav{display:none}}.nav__left{display:flex;align-items:center;gap:4rem}.nav__logo{width:5.6rem;height:2.7rem;cursor:pointer}.nav__logo,.nav__search{display:flex;justify-content:center;align-items:center}.nav__search{border-radius:3rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:#222;width:33rem;height:5rem;padding-right:.8rem;outline:none;transition:all .2s ease-in-out;position:relative}.nav__search input{border-radius:3rem;outline:none;border:none;display:flex;flex:1 0 0;height:100%;padding:.7rem .8rem .7rem 1.6rem;background:rgba(0,0,0,0);color:var(--Ui-Colors-Text-Light,#f4f4f4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;transition:background-color .2s ease}.nav__search input::-moz-placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9);-moz-transition:color .2s ease;transition:color .2s ease}.nav__search input::placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9);transition:color .2s ease}.nav__search input:focus::-moz-placeholder{color:gray}.nav__search input:focus::placeholder{color:gray}.nav__search-icon{display:flex;width:4rem;height:4rem;padding:.8rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:9rem;background:var(--Ui-Colors-Gren,#009D4A);transition:all .2s ease-in-out;border:none;cursor:pointer}.nav__search-icon svg{width:2rem;height:2rem;flex-shrink:0;transition:transform .2s ease}.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{background:#505050;cursor:not-allowed;opacity:.6}.nav__search-clear{display:grid;width:var(--clearable-input-size,1.6rem);height:var(--clearable-input-size,1.6rem);border-radius:50%;background-color:var(--clearable-input-bg-color,#3a3546);place-items:center;margin-right:1rem;z-index:3;cursor:pointer;transition:all .2s ease-in-out;opacity:.8}.nav__search-clear svg{width:1rem;height:1rem;color:#fff;transition:transform .2s ease}.nav__search-clear:hover{background:#505050;opacity:1}.nav__search-clear:hover svg{transform:scale(1.1)}.nav__search-clear:active{transform:scale(.9)}.nav__search:focus-within{border-color:#ccc;background:#2b2b2b;box-shadow:0 0 0 .1rem hsla(0,0%,100%,.1)}.nav__search:hover:not(:focus-within){border-color:#666;background:#252525}.nav__list{display:flex;align-items:center;gap:3.2rem}.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:.1s ease-in-out}.nav__list a.active,.nav__list a:hover{color:var(--Ui-Colors-Green-Light,#9FE870)}.nav__right{gap:.8rem}.nav__actions,.nav__right{display:flex;justify-content:flex-end;align-items:center}.nav__actions{gap:1.7rem;flex-shrink:0}.nav__actions svg{width:2.4rem;height:2.4rem}.nav__actions li{transition:.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{position:relative;cursor:pointer;padding:0}.nav__profile img{width:5rem;height:5rem;overflow:hidden;border:1px solid rgba(0,0,0,0);border-radius:50%;transition:all .1 ease-in-out}.nav__profile:hover img{border-color:var(--Ui-Colors-Green-Light,#9FE870)}.nav__profile:hover .dropdown-menu{visibility:visible;transform:translateX(-80%) translateY(0);opacity:1;pointer-events:auto;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}.nav__btn{display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;border-radius:3rem;background:var(--Ui-Colors-Green-Light,#9FE870);font-size:1.8rem;padding:1.2rem 2rem;gap:.8rem;transition:all .2s ease;box-shadow:0 .2rem .4rem rgba(0,157,74,.1);position:relative;overflow:hidden}.nav__btn svg{width:2rem;height:2rem}.nav__btn:hover{background:#363636}.nav__btn svg{width:auto;height:auto}.nav__btn:hover{background:rgba(158,232,112,.8549019608)}.nav__btn:active{transform:translateY(.1rem);box-shadow:0 .2rem .4rem rgba(0,157,74,.1)}.nav__btn.uploading{opacity:.7;cursor:not-allowed;background:rgba(159,232,112,.1);border:1px solid rgba(159,232,112,.3)}.nav__btn.uploading:hover{transform:none;background:rgba(159,232,112,.1)}.nav__btn.uploading .nav__btn-text{color:#9fe870;font-weight:500}main{width:114rem;margin:7.2rem auto 0;padding-bottom:7.2rem;overflow:hidden}@media(max-width:37.5em){main{width:100%;margin:0;padding:0 1rem 11.6rem}}.welcome{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:3.7rem;animation:fadeInUp .6s ease-out}@media(max-width:37.5em){.welcome{display:none}}.welcome h2{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:3.6rem;font-weight:500;animation:fadeInUp .6s ease-out forwards;animation-delay:.1s}.welcome h2,.welcome p{line-height:normal;transform:translateY(2rem);opacity:0}.welcome p{color:#a9a9a9;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-weight:400;animation:fadeInUp .6s ease-out forwards;animation-delay:.2s}.welcome__action{display:flex;align-items:center;gap:2.4rem;width:100%;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:.3s}@media(max-width:37.5em){.welcome__action{gap:1.4rem}}.welcome__action-item{display:flex;padding:2.4rem;align-items:center;gap:1.6rem;flex:1 0 48%;border-radius:.8rem;border:1px solid #363636;background:#2b2b2b;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(max-width:37.5em){.welcome__action-item{padding:1rem 1.6rem;border-radius:9rem}}.welcome__action-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(0,157,74,.1) 0,transparent 70%);opacity:0;transition:opacity .3s ease}.welcome__action-item:hover{cursor:pointer;transform:translateY(-.4rem);background:#363636}.welcome__action-item:hover .welcome__action-icon-svg path{fill:#9fe870}.welcome__action-item:active{transform:translateY(-.2rem);box-shadow:0 .4rem .8rem rgba(0,157,74,.1)}.welcome__action-icon-svg{width:2.4rem;height:2.4rem;color:#fff;fill:#fff;transition:all .3s ease}.welcome__action-icon{width:7.3rem;height:7.3rem;background:rgba(0,157,74,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media(max-width:37.5em){.welcome__action-icon{width:5rem;height:4.5rem}}.welcome__action-icon svg{width:3.2rem;height:3.2rem;flex-shrink:0;color:#fff;fill:#fff;transition:all .3s ease}.welcome__action-icon svg path{transition:all .3s ease}.welcome__action-text{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1 0 0}.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 ease}.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 ease}.section-header{display:flex;justify-content:space-between;align-items:center;align-self:stretch;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards}.section-header__title{display:flex;align-items:center;gap:1.6rem}.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{display:flex;width:3.6rem;height:3.6rem;padding:0 1.2rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:2rem;background:var(--Ui-Colors-Green-Light,#9FE870);transition:.1s ease-in-out}.section-header__title-icon svg{width:1.8rem;height:1.8rem;flex-shrink:0}.section-header__title-icon:hover{cursor:pointer;background:var(--Ui-Colors-Green-Light,rgba(158,232,112,.831372549))}.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;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;display:block;margin-top:1.2rem}.section-header__back{display:flex;width:4rem;height:4rem;justify-content:center;align-items:center;gap:1rem;flex-shrink:0;border-radius:9rem;background:var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer}.section-header__back svg{transition:all .3s ease}.section-header__back:hover svg{transform:translateX(-.4rem)}.section-header__btn{display:flex;justify-content:center;align-items:center;border-radius:2rem;border:none;outline:none;cursor:pointer;gap:.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;padding:1rem 1.8rem 1rem 2rem;color:#f4f4f4}.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{width:1rem;height:1rem;flex-shrink:0}@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{padding:2.9rem 0 0;justify-content:center}.footer,.footer__content{display:flex;align-items:center}.footer__content{flex-direction:column;gap:2.6rem}.footer__content h2{color:var(--White,#FFF);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:3rem;font-style:normal;font-weight:500;line-height:normal;display:flex;align-items:center;gap:.8rem}.footer__content ul{display:flex;align-items:center;gap:1rem}.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:.1s ease-in-out}.footer__content ul a:hover{color:var(--Ui-Colors-Green-Light,#9FE870)}@media only screen and (max-width:200rem){.nav__list a{font-size:1.85rem}.nav__btn{font-size:1.65rem;padding:1.25rem 2rem}.nav input{font-size:1.45rem;height:4.2rem}.nav__search-icon{width:3rem;height:3rem}}@media only screen and (max-width:170rem){.nav__btn,.nav__list a{font-size:1.55rem}.nav__btn{padding:.85rem 2rem}.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{position:fixed;z-index:1000;padding:.4rem .8rem;font-size:1.1rem;line-height:1.2;color:#fff;background-color:rgba(0,0,0,.8);border-radius:.3rem;white-space:nowrap;pointer-events:none;opacity:0;animation:tooltipFadeIn .15s ease .4s forwards;box-shadow:0 .2rem .4rem rgba(0,0,0,.1)}.upload{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(34,34,34,.95);opacity:0;animation:modalFadeIn .3s ease-out forwards;backdrop-filter:blur(8px);z-index:1000000}.upload__content{display:flex;flex-direction:column;align-items:center;gap:6.4rem;height:100%;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards;position:relative;padding:12rem 0 20rem}.upload__content.uploaded{padding:0}.upload__middle{max-width:114rem;margin:0 auto;width:100%;flex-direction:column;gap:9rem;height:100%}.upload__middle,.upload__title{display:flex;align-items:center;justify-content:center}.upload__title{color:#f4f4f4;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:4.2rem;font-weight:500;padding:1rem;gap:1rem;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:.2s}.upload__file{background:linear-gradient(180deg,#2A2A2A,#222);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;width:114rem;height:100%;justify-content:center;align-items:center;flex-shrink:0;border-radius:1.6rem;border:2px dashed #3f3f3f;overflow:hidden}@media(max-width:37.5em){.upload__file{width:90%}}.upload__file:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(159,232,112,.1) 0,transparent 70%);opacity:0;transition:opacity .3s ease}.upload__file.drag-over,.upload__file:hover{transform:scale(1.005);border-color:#9fe870;box-shadow:0 0 0 .1rem rgba(159,232,112,.3),0 .8rem 2rem rgba(0,0,0,.2)}.upload__file.drag-over:before,.upload__file:hover:before{opacity:1}.upload__file.drag-over .drop,.upload__file:hover .drop{animation:floatAnimation 2s ease-in-out infinite}.upload__file.drag-over .drop path,.upload__file:hover .drop path{fill:#9fe870}.upload__file.drag-over .upload__file-content h3 span,.upload__file:hover .upload__file-content h3 span{color:#9fe870;text-shadow:0 0 20px rgba(159,232,112,.3)}.upload__file.drag-over{background:linear-gradient(180deg,#2F2F2F,#282828);transform:scale(1.01);border-style:solid;border-width:.2rem}.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{display:flex;flex-direction:column;align-items:center;gap:2.4rem;padding:4.8rem;transition:all .3s ease}.upload__file-content .drop{width:4.8rem;height:4.8rem;transition:all .3s ease}.upload__file-content .drop path{transition:all .3s ease;fill:#a9a9a9}.upload__file-content h3{color:#a9a9a9;font-family:Roboto;font-size:1.6rem;font-weight:400;line-height:2.4rem;text-align:center;transition:all .3s ease}.upload__file-content h3 span{color:#f4f4f4;font-weight:600;transition:all .3s ease}.upload__file-content .nav__btn{display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;padding:1.6rem 2.4rem;gap:.8rem;border-radius:9rem;background:var(--Ui-Colors-Green-Light,#9FE870);border:1px solid rgba(0,0,0,0);font-size:1.6rem;transition:all .3s cubic-bezier(.4,0,.2,1);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:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .3s ease}.upload__file-content .nav__btn:hover{background:rgba(158,232,112,.8274509804);transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.2)}.upload__file-content .nav__btn:hover:before{opacity:1}.upload__file-content .nav__btn:active{transform:translateY(0);box-shadow:0 .2rem .8rem rgba(0,0,0,.1)}.upload__file-content .nav__btn svg,.upload__file-content .nav__btn svg path{transition:all .3s ease}.upload__close{position:absolute;top:2rem;right:2rem;width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);background:rgba(0,0,0,0);z-index:20}.upload__close:hover{background:hsla(0,0%,100%,.1);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 ease}.upload__close svg path{transition:all .3s ease;fill:#a9a9a9}.dropdown-menu{position:fixed;top:auto;right:auto;transform:translateX(-40%) translateY(.5rem);transition:opacity .3s ease-in-out .15s,visibility .3s ease-in-out .15s,transform .3s cubic-bezier(.34,1.56,.64,1) .45s;visibility:hidden;opacity:0;pointer-events:none;display:none;flex-direction:column;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:#222;box-shadow:0 .6rem 3.2rem 0 rgba(0,0,0,.5);z-index:1000}.dropdown-menu svg{width:2rem;height:2rem}.dropdown-menu li{display:flex;padding:1.2rem 1.5rem;align-items:center;gap:.8rem;align-self:stretch;color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;white-space:nowrap;transition:all .1s ease-in-out;min-width:11rem}@media screen and (max-width:57.6rem){.dropdown-menu li{padding:.8rem 1.5rem;font-size:1.2rem;min-width:6rem}}.dropdown-menu li:hover{color:hsla(0,0%,100%,.6705882353)}.dropdown-menu a{min-width:11rem;display:flex;align-items:center;gap:.8rem;align-self:stretch;color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal;white-space:nowrap;transition:all .1s ease-in-out}.dropdown-menu a:hover{color:hsla(0,0%,100%,.6705882353)}.dropdown-menu li.signout{border-top:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.dropdown-menu.active{visibility:visible;transform:translateX(-40%) translateY(.5rem);opacity:1;pointer-events:auto;display:flex;transition:opacity .3s ease-in-out .15s,visibility .3s ease-in-out .15s,transform .3s cubic-bezier(.34,1.56,.64,1) .15s}.dropdown-menu.show-above{transform:translateX(1rem) translateY(0)}.dropdown-menu.show-above.active{transform:translateX(0) translateY(0)!important}@media screen and (max-width:57.6rem){.dropdown-menu.show-above.active{transform:translateX(-10rem) translateY(0)!important}}.loading-container{justify-content:center;height:50vh}.file-uploading,.loading-container{display:flex;align-items:center;width:100%}.file-uploading{padding:3.2rem 1.6rem;flex-direction:column;gap:3.2rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);position:fixed;bottom:0;left:0;z-index:100;box-shadow:0 5.2rem 8.4rem 1rem rgba(0,0,0,.5)}.file-uploading-overlay{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:99}.file-uploading__container{display:flex;width:114rem;flex-direction:column;align-items:center;gap:3.2rem}.file-uploading__header{display:flex;width:114rem;justify-content:space-between;align-items:center}.file-uploading__file{display:flex;align-items:center;gap:1.6rem}.file-uploading__file svg{display:flex;width:5.2rem;height:5.2rem}.file-uploading__file-detail{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem}.file-uploading__file-detail h3{overflow:hidden;color:var(--Ui-Colors-White,#F4F4F4);font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1}.file-uploading__file-detail p{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400}.file-uploading__file-detail p,.file-uploading__file-file-name{overflow:hidden;color:var(--Ui-Colors-Text-Light,#A9A9A9);text-align:center;text-overflow:ellipsis;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1}.file-uploading__file-file-name{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;margin-top:.4rem;opacity:.8}.file-uploading__content{display:flex;width:100%;align-items:flex-start;gap:-.2rem}.file-uploading__milestone{display:flex;width:1.4rem;flex-direction:column;align-items:center;gap:1rem;flex-shrink:0}.file-uploading__milestone svg{width:1.4rem;height:1.4rem}.file-uploading__milestone-icon{display:flex;padding:.8rem;align-items:center;gap:1rem;border-radius:1.95rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636)}.file-uploading__milestone-icon svg{display:flex;width:2.4rem;height:2.4rem}.file-uploading__milestone-content{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:11rem}.file-uploading__milestone-name{overflow:hidden;color:var(--Ui-Colors-Text-Light,#A9A9A9);font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;white-space:nowrap;font-size:1.2rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;max-height:3.2rem}.file-uploading__milestone-error,.file-uploading__milestone-name{text-align:center;font-family:Roboto;font-style:normal;font-weight:400;line-height:normal}.file-uploading__milestone-error{color:#f44;font-size:1rem;max-width:11rem;word-wrap:break-word}.file-uploading__milestone-progress{color:#3b82f6}.file-uploading__milestone-completed,.file-uploading__milestone-progress{font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;text-align:center}.file-uploading__milestone-completed{color:#009d4a}.file-uploading__milestone-pending{color:#a9a9a9}.file-uploading__milestone-pending,.file-uploading__milestone-status{font-family:Roboto;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.file-uploading__milestone-status{max-width:11rem;word-wrap:break-word}.file-uploading__milestone p{overflow:hidden;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.2rem;font-style:normal;font-weight:400;line-height:normal;display:flex;width:11rem;height:4rem;flex-direction:column;justify-content:center}.file-uploading__progress-line{height:.3rem;align-self:stretch;border-radius:.8rem;background:var(--Ui-Colors-Gren,#009D4A);flex:1;margin-top:.3rem}.upload-progress-indicator{display:flex;flex-direction:column;gap:.8rem;width:100%;max-width:40rem;margin:0 auto 2rem;padding:1.6rem;background:rgba(159,232,112,.1);border:1px solid rgba(159,232,112,.3);border-radius:.8rem}.upload-progress-indicator__text{color:#9fe870;font-size:1.4rem;font-weight:500;text-align:center;font-family:Roboto}.upload-progress-indicator__bar{width:100%;height:.6rem;background:hsla(0,0%,100%,.1);border-radius:.3rem;overflow:hidden}.upload-progress-indicator__progress{height:100%;background:linear-gradient(90deg,#9FE870,#0D813A);border-radius:.3rem;transition:width .3s ease}.reviews__noitem.uploading{opacity:.7;cursor:not-allowed;background:rgba(159,232,112,.05);border:1px solid rgba(159,232,112,.2)}.reviews__noitem.uploading:hover{transform:none;background:rgba(159,232,112,.05)}.reviews__noitem.uploading .reviews__noitem-drag h3,.reviews__noitem.uploading .reviews__noitem-drag p{color:#9fe870!important}.single-review__uploading-section{margin-bottom:3.2rem;padding:2.4rem;background:#f8fafc;border-radius:1.2rem;border:1px solid #e5e7eb}.single-review__uploading-title{font-size:1.8rem;font-weight:600;color:#374151;margin-bottom:1.6rem;display:flex;align-items:center;gap:.8rem}.single-review__uploading-title:before{content:"";width:.8rem;height:.8rem;background:#3b82f6;border-radius:50%;animation:pulse 2s infinite}.single-review__uploading-files{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.6rem}.copy-links-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;animation:modalFadeIn .3s ease-out forwards}.copy-links-popup svg{width:2.5rem;height:2.5rem;aspect-ratio:1/1}.copy-links-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.copy-links-popup__content{position:relative;background:#2b2b2b;border:1px solid #363636;border-radius:1.2rem;padding:2.4rem;max-width:40rem;width:90%;box-shadow:0 2rem 4rem rgba(0,0,0,.5);animation:popupSlideIn .3s cubic-bezier(.34,1.56,.64,1)}.copy-links-popup__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.copy-links-popup__header h4{color:#f4f4f4;font-family:Roboto;font-size:1.8rem;font-weight:600;margin:0}.copy-links-popup__close{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:.4rem;transition:all .2s ease}.copy-links-popup__close:hover{background:hsla(0,0%,100%,.1)}.copy-links-popup__close svg{transition:all .2s ease}.copy-links-popup__close:hover svg path{stroke:#f4f4f4}.copy-links-popup__options{display:flex;flex-direction:column;gap:1.2rem}.copy-links-popup__option{display:flex;align-items:center;justify-content:space-between;padding:1.6rem;background:#363636;border:1px solid #505050;border-radius:.8rem;cursor:pointer;transition:all .2s ease;text-align:left}.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;font-family:Roboto;font-size:1.4rem;font-weight:600;margin:0 0 .4rem}.copy-links-popup__option-content p{color:#a9a9a9;font-family:Roboto;font-size:1.2rem;font-weight:400;margin:0}@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{font-size:1.6rem;margin-bottom:1.2rem}.single-review__uploading-files{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.2rem}.copy-links-popup__content{padding:2rem;max-width:35rem}.copy-links-popup__option{padding:1.4rem}}@media(max-width:767px){.mobile-nav{display:flex!important;align-items:flex-start;align-self:stretch;border-top:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:1.4rem 0}.mobile-nav__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;flex:1 0 0}.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-size:1.6rem;font-family:Roboto;font-style:normal;font-weight:400;line-height:normal}}.mobile-header{display:none}@media(max-width:576px){.mobile-header{display:flex;width:100%;gap:1rem;align-items:center;padding:2rem 0}.mobile-header__avatar-container{cursor:pointer;transition:transform .2s ease}.mobile-header__avatar-container:hover{transform:scale(1.05)}.mobile-header__avatar-container:active{transform:scale(.95)}.mobile-header__details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;flex:1 0 0}.mobile-header__details h2{color:var(--Ui-Colors-White,#F4F4F4);font-feature-settings:"liga" off,"clig" off;font-size:2rem;font-family:Roboto;font-style:normal;font-weight:500;line-height:normal}.mobile-header__details h3{color:var(--Ui-Colors-Text-Light,#A9A9A9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:1.4rem;font-family:Roboto;font-style:normal;font-weight:400;line-height:24px}.mobile-header__popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;animation:mobilePopupOverlayFadeIn .2s ease-out}.mobile-header__popup{position:absolute;top:8rem;right:2rem;background:#1a1a1a;border:1px solid #3f3f3f;border-radius:1.2rem;box-shadow:0 .8rem 3.2rem rgba(0,0,0,.4);min-width:20rem;z-index:1001;transform-origin:top right}.mobile-header__popup,.mobile-header__popup--open{animation:mobilePopupSlideIn .3s cubic-bezier(.34,1.56,.64,1)}.mobile-header__popup-menu{list-style:none;margin:0;padding:1.2rem 0}.mobile-header__popup-item{display:flex;align-items:center;gap:1.2rem;padding:1.2rem 2rem;cursor:pointer;transition:all .2s ease;color:#f4f4f4;font-size:1.4rem;font-family:Roboto;font-weight:400;line-height:2rem}.mobile-header__popup-item:hover{background:rgba(159,232,112,.1);color:#9fe870}.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{background:rgba(255,99,99,.1);color:#ff6363}.mobile-header__popup-item--signout:hover svg path{fill:#ff6363}.mobile-header__popup-item svg{flex-shrink:0;transition:transform .2s ease}.mobile-header__popup-item:hover svg{transform:scale(1.1)}.mobile-header__back{cursor:pointer;transition:all .2s ease;display:flex;padding:1rem;align-items:center;gap:1.2rem;border-radius:9rem;background:var(--Ui-Colors-Card-Color,#2B2B2B)}.mobile-header__back:hover{transform:scale(1.1)}.mobile-header__btn svg{width:2.4rem;height:2.4rem;aspect-ratio:1/1}}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:9999;animation:mobileMenuOverlayFadeIn .3s ease-out;backdrop-filter:blur(.4rem)}@media(min-width:37.5em){.mobile-menu-overlay{display:none}}.mobile-menu{position:fixed;top:0;right:0;width:100%;height:100%;background:linear-gradient(135deg,#0B100D,#1A1A1A);display:flex;flex-direction:column;animation:mobileMenuSlideIn .4s cubic-bezier(.25,.46,.45,.94);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;box-shadow:-.8rem 0 3.2rem rgba(0,0,0,.3)}.mobile-menu::-webkit-scrollbar{display:none}.mobile-menu.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.mobile-menu.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.mobile-menu.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.mobile-menu.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile-menu.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.mobile-menu.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.mobile-menu:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.mobile-menu:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.mobile-menu__header{justify-content:space-between;padding:2.4rem 2rem;border-bottom:1px solid rgba(63,63,63,.3);background:rgba(11,16,13,.8);backdrop-filter:blur(1rem)}.mobile-menu__header,.mobile-menu__logo{display:flex;align-items:center}.mobile-menu__logo-img{height:3.2rem;width:auto}.mobile-menu__close{background:none;border:none;color:#f4f4f4;cursor:pointer;padding:.8rem;border-radius:.8rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.mobile-menu__close:hover{background:rgba(159,232,112,.1);color:#9fe870;transform:scale(1.1)}.mobile-menu__close:active{transform:scale(.95)}.mobile-menu__user-info{display:flex;align-items:center;gap:1.6rem;padding:2.4rem 2rem;border-bottom:1px solid rgba(63,63,63,.3);background:rgba(26,26,26,.5)}.mobile-menu__user-avatar{flex-shrink:0}.mobile-menu__avatar-circle{width:5.6rem;height:5.6rem;border-radius:50%;background:linear-gradient(135deg,#9FE870,#0D813A);display:flex;align-items:center;justify-content:center;color:#0b100d;font-size:2rem;font-weight:600;font-family:Roboto;box-shadow:0 .4rem 1.6rem rgba(159,232,112,.3)}.mobile-menu__user-details{flex:1}.mobile-menu__user-name{color:#f4f4f4;font-size:1.8rem;font-weight:600;font-family:Roboto;margin:0 0 .4rem;line-height:1.2}.mobile-menu__user-username{color:#a9a9a9;font-size:1.4rem;font-weight:400;font-family:Roboto;margin:0;line-height:1.2}.mobile-menu__content{flex:1;padding:2rem 0}.mobile-menu__list{display:flex;flex-direction:column;height:100%}.mobile-menu__item{display:flex;align-items:center;gap:1.6rem;padding:1.6rem 2rem;cursor:pointer;transition:all .3s ease;color:#f4f4f4;font-size:1.6rem;font-family:Roboto;font-weight:500;line-height:1.2;animation:mobileMenuItemSlideIn .4s ease-out;animation-fill-mode:both}.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{background:rgba(159,232,112,.1);color:#9fe870;transform:translateX(.8rem)}.mobile-menu__item:hover .mobile-menu__item-icon{transform:scale(1.1);color:#9fe870}.mobile-menu__item:hover .mobile-menu__item-arrow{transform:translateX(.4rem)}.mobile-menu__item:active{transform:translateX(.4rem) scale(.98)}.mobile-menu__item--signout{margin-top:auto;border:1px solid rgba(63,63,63,.3);padding-top:2.4rem;margin-left:5%;width:90%}.mobile-menu__item--signout.btn{align-items:center}.mobile-menu__item--signout:hover{background:rgba(255,99,99,.1);color:#ff6363}.mobile-menu__item--signout:hover .mobile-menu__item-icon{color:#ff6363}.mobile-menu__item-img{width:2.4rem;height:2.4rem;margin-left:10px;transform:translateY(2px)}.mobile-menu__item-icon{flex-shrink:0;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#a9a9a9}.mobile-menu__item-text{font-size:1.6rem;font-weight:500}.mobile-menu__item-arrow{flex-shrink:0;transition:transform .2s ease;color:#a9a9a9;margin-left:auto}.mobile-menu__footer{padding:2rem;border-top:1px solid rgba(63,63,63,.3);background:rgba(11,16,13,.8);backdrop-filter:blur(1rem)}.mobile-menu__footer-text{color:#a9a9a9;font-size:1.2rem;font-family:Roboto;text-align:center;margin:0;opacity:.7}@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{display:flex;height:6.397rem;padding:1.9469rem;justify-content:center;align-items:center;gap:1.3907rem;align-self:stretch;border-radius:2rem;background:#009d4a;box-shadow:0 25px 36px -3px rgba(0,0,0,.35),0 8px 10px 1px rgba(0,0,0,.14),0 5px 5px -3px rgba(0,0,0,.2);overflow:none;outline:none;border:none;cursor:pointer;transition:all .2s ease}.nav-upload-btn-container{position:fixed;bottom:2.8rem;right:2rem;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:1.8rem}.nav-upload-btn svg{width:3rem;height:3rem;aspect-ratio:1/1}.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{font-size:1.3rem;text-align:center}.floating-msg-btn{display:none;width:4.958rem;height:4.958rem;padding:1.5rem;justify-content:center;align-items:center;gap:1.0778rem;border-radius:1.4rem;background:var(--Ui-Colors-Stroke-Dark,#363636);box-shadow:0 25px 36px 16px rgba(0,0,0,.35),0 8px 10px 1px rgba(0,0,0,.14),0 5px 5px -3px rgba(0,0,0,.2)}@media(max-width:37.5em){.floating-msg-btn{display:flex}}.floating-msg-btn svg{width:2.4rem;height:2.4rem;flex-shrink:0;aspect-ratio:1/1}.upload__btn.disabled{opacity:.5;cursor:not-allowed}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(2);opacity:0}}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-.2rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-1rem)}to{opacity:1;transform:translateX(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 0 0 rgba(159,232,112,.2)}70%{box-shadow:0 0 0 1rem rgba(159,232,112,0)}to{box-shadow:0 0 0 0 rgba(159,232,112,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 toastEnter{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes toastExit{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,100%);opacity:0}}@keyframes iconPop{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-.5rem)}20%,40%,60%,80%{transform:translateX(.5rem)}}@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%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes mobileMenuSlideOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes mobileMenuOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileMenuOverlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes mobileMenuItemSlideIn{0%{opacity:0;transform:translateX(2rem)}to{opacity:1;transform:translateX(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:-moz-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}.btn{justify-content:center;align-items:center;gap:.8rem;background:#00ab4d;color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-weight:500;line-height:normal;transition:all .2s ease}.btn:hover{background:#008b41}.btn-inline{padding:0;background:rgba(0,0,0,0);font-size:1rem;border-bottom:1px solid #363636;border-radius:0}.btn-inline:hover{border-color:#fff;color:#fff;background:rgba(0,0,0,0)}.btn.secondary{background:var(--Ui-Colors-Stroke-Light,#505050)}.dlt-popup{background:rgba(17,17,17,.86);backdrop-filter:blur(7px);position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;animation:fadeIn .2s ease-in-out forwards;inset:0}.dlt-popup,.dlt-popup__content{display:flex;justify-content:center;align-items:center;opacity:0}.dlt-popup__content{border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);width:50.1rem;max-width:90vw;flex-shrink:0;flex-direction:column;gap:4.2rem;padding:4rem 2.2rem;transform:translateY(2rem);animation:slideUp .3s ease-out .1s forwards}.dlt-popup__head{display:flex;width:100%;max-width:22.1rem;flex-direction:column;align-items:center;gap:2.2rem}.dlt-popup__head svg{width:5.4rem;height:5.4rem;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}.dlt-popup h4{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;margin:0}.dlt-popup 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.2rem;margin:0}.dlt-popup__actions{display:flex;justify-content:center;gap:1.2rem;width:100%;padding:0 2rem}.dlt-popup__btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 2.4rem;border:none;cursor:pointer;font-family:Roboto;font-size:1.6rem;font-weight:500;color:#f4f4f4;transition:transform .2s ease,opacity .2s ease;min-width:14rem}.dlt-popup__btn:hover{transform:translateY(-.2rem);opacity:.9}.dlt-popup__btn:active{transform:translateY(0)}.dlt-popup__btn--cancel{border-radius:9rem;background:var(--Ui-Colors-Gren,#009D4A)}.dlt-popup__btn--delete{border-radius:3rem;background:var(--Ui-Colors-Red,#EE5E5E)}.dlt-popup__btn svg{width:2rem;height:2rem}.cj-toast{display:flex;width:75rem;padding:1.4rem 1.8rem;align-items:center;gap:1.6rem;border-radius:.8rem;background:var(--Ui-Colors-Stroke-Dark,#363636);position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);z-index:5e+38;animation:toastEnter .3s cubic-bezier(.21,1.02,.73,1) forwards;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15);transition:transform .2s ease,opacity .2s ease}.cj-toast.exit{animation:toastExit .3s forwards}.cj-toast svg{width:2.8rem;height:2.8rem;animation:iconPop .3s cubic-bezier(.34,1.56,.64,1) forwards}.cj-toast h4{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;opacity:0;animation:fadeSlideIn .3s .1s forwards}.cj-toast--undo{display:flex;justify-content:center;align-items:center;border-radius:2rem;border:none;outline:none;cursor:pointer;gap:.5rem;padding:1.4rem 3rem 1.4rem 2.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;margin-left:auto;position:relative;overflow:hidden;transition:all .2s ease;font-size:1.6rem;opacity:0;animation:fadeSlideIn .3s .2s forwards;background:rgba(0,0,0,0);color:#fff}.cj-toast--undo svg{width:2rem;height:2rem}.cj-toast--undo:hover{background:#363636}.cj-toast--undo:before{content:"";position:absolute;inset:0;background:currentColor;opacity:0;transition:opacity .2s ease}.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{display:flex;align-items:center;justify-content:center;background:rgba(17,17,17,.86);backdrop-filter:blur(7px);position:fixed;top:0;left:0;width:100%;height:100%;z-index:5000;opacity:0;transition:opacity .3s ease;animation:fadeIn .3s ease forwards}.access__container{border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Dark-Background,#222);width:55rem;height:53.3rem;flex-shrink:0;display:flex;flex-direction:column;padding:2rem;gap:2rem;opacity:0;transform:scale(.9);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}@media screen and (max-width:37.5em){.access__container{width:80%;max-width:100%;padding:1rem}}.access__container.visible{opacity:1;transform:scale(1)}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.access__member{display:flex;width:100%;padding:1.5rem 0;align-items:center;gap:1.5rem;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);flex-wrap:wrap}.access__member-img{width:3.2rem;height:3.2rem;flex-shrink:0}.access__member-name{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;flex:1 0 0}.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{position:relative;display:flex;flex-direction:column;gap:1rem;cursor:pointer}.access__member-select h3{color:var(--Ui-Colors-Text-Light,#A9A9A9);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex;align-items:center;gap:.5rem}.access__member-select h3 svg{width:1.8rem;height:1.8rem}.access__header{display:flex;width:51rem;justify-content:space-between;align-items:center}@media screen and (max-width:57.6rem){.access__header{width:100%}}.access__header-content{display:flex;align-items:center;gap:2rem}.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:none;border:none;outline:none;border-radius:9rem;background:var(--Ui-Colors-Stroke-Dark,#363636);display:flex;padding:.5rem;align-items:flex-start;gap:1rem}.access__close-btn svg{width:2.4rem;height:2.4rem;flex-shrink:0;transition:all .3s ease}.access__close-btn:hover svg{transform:translateY(-.1rem);cursor:pointer}.access__input{border-radius:9rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);display:flex;width:100%;padding:2rem 2.5rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;outline:none;color:#fff}@media screen and (max-width:57.6rem){.access__input{padding:1rem 1.5rem;font-size:1.6rem}}.access__input::-moz-placeholder{color:var(--Shade-3,#B1B1B1);-moz-transition:color .2s ease;transition:color .2s ease}.access__input::placeholder{color:var(--Shade-3,#B1B1B1);transition:color .2s ease}.access__input:hover{border-color:#666;background:#404040}.access__input:focus{border-color:#9fe870;background:#404040;box-shadow:0 0 0 .2rem rgba(0,171,77,.1)}.access__input:hover::-moz-placeholder{color:#c4c4c4}.access__input:hover::placeholder{color:#c4c4c4}.access__input-container{display:flex;align-items:center;flex-direction:column;position:relative}.access__input-content{display:flex;flex-direction:row;align-items:center;padding:0 1rem 0 0}.access__input-content input{border:none!important;box-shadow:none!important;background:rgba(0,0,0,0)!important}.access__input-newmember{display:flex;gap:1rem;flex-direction:row}.access__input-choose{display:flex;width:12.1rem;height:5.6rem;padding:2rem 2.5rem;justify-content:space-between;align-items:center;flex-shrink:0;border-radius:9rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);outline:none}.access__input-choose:hover{border-color:#666;background:#404040;cursor:pointer}.access__list{display:flex;width:51rem;flex-direction:column;align-items:flex-start;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:#222;box-shadow:0 .6rem 3.2rem 0 rgba(0,0,0,.5);position:absolute;top:120%;z-index:5000}@media screen and (max-width:57.6rem){.access__list{width:100%;max-width:100%}}.access__list li{display:flex;padding:1rem 1.4rem;align-items:flex-start;gap:1rem;align-self:stretch}.access__list li:hover{cursor:pointer;background:#363636}.access__list li img{border-radius:2rem;border:1px solid var(--White,#fff);width:2rem;height:2rem}.access__list li 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:400;line-height:normal;display:flex;align-items:center;gap:.5rem}.access__list li h6.green{color:#009d4a}.access__actions{display:flex;width:51rem;align-items:flex-start;gap:.5rem}@media screen and (max-width:57.6rem){.access__actions{width:100%;max-width:100%}}.access__btn{display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;gap:.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;color:#fff;padding:1.4rem 3rem 1.4rem 2.5rem;flex:1 0 0;border-radius:9rem;background:var(--Ui-Colors-Stroke-Dark,#363636);align-self:stretch}.access__btn svg{width:2rem;height:2rem}.access__btn:hover{background:#363636}@media screen and (max-width:57.6rem){.access__btn{padding:.8rem 1.5rem;font-size:1.4rem}}.access__back{padding:1.6rem}.access__key{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.access__key-toggle{display:flex;width:3.2rem;padding:.16rem;align-items:flex-start;gap:.8rem;flex-shrink:0;border-radius:7.2rem;background:var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;transition:all .3s ease-in-out}.access__key-toggle svg{width:1.28rem;height:1.28rem;flex-shrink:0;fill:var(--White,#FFF)}.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{display:flex;flex-direction:column;gap:1rem}.access__key-input-wrapper{position:relative;width:100%}.access__key-input{border-radius:.7rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;outline:none;color:#fff;padding:1rem 7rem 1rem 1.5rem}.access__key-toggle-visibility{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--Ui-Colors-Green-Light,#9FE870);cursor:pointer;font-size:1.4rem}.access__key-add,.access__key-change{border-radius:.7rem;background:var(--Ui-Colors-Green-Light,#9FE870);color:#000;border:none;padding:1rem 1.5rem;font-family:Roboto;font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .2s ease}.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{display:flex;align-items:center;justify-content:space-between;background:var(--Ui-Colors-Stroke-Dark,#363636);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);border-radius:.7rem;padding:1rem 1.5rem}.access__key-masked{font-family:Roboto;font-size:1.6rem;color:#fff;letter-spacing:.2rem}.access__key-change{background:rgba(0,0,0,0);border:1px solid var(--Ui-Colors-Green-Light,#9fe870);color:var(--Ui-Colors-Green-Light,#9FE870);font-size:1.2rem;padding:.6rem 1rem}.image-editor-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(4px)}.image-editor-container{background:var(--Ui-Colors-Card-Color,#2B2B2B);border-radius:1.2rem;box-shadow:0 2rem 4rem rgba(0,0,0,.5);max-width:95vw;max-height:95vh;width:120rem;height:80rem;display:flex;flex-direction:column;opacity:0;transform:scale(.9);transition:all .3s cubic-bezier(.4,0,.2,1)}.image-editor-container.visible{opacity:1;transform:scale(1)}.image-editor-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.image-editor-header h2{color:var(--Ui-Colors-Text-Light,#f4f4f4);font-size:2rem;font-weight:600;margin:0}.image-editor-header .image-editor-close{background:none;border:none;color:var(--Ui-Colors-Text-Light,#A9A9A9);cursor:pointer;padding:.8rem;border-radius:.6rem;transition:all .2s ease}.image-editor-header .image-editor-close:hover{background:hsla(0,0%,100%,.1);color:var(--Ui-Colors-Text-Light,#f4f4f4)}.image-editor-header .image-editor-close svg{width:2rem;height:2rem}.image-editor-toolbar{display:flex;align-items:center;gap:2rem;padding:1.6rem 2.4rem;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:hsla(0,0%,100%,.02)}.image-editor-toolbar .tool-group{display:flex;align-items:center;gap:1.2rem}.image-editor-toolbar .tool-group .tool-btn{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.6rem;background:rgba(0,0,0,0);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);border-radius:.6rem;color:var(--Ui-Colors-Text-Light,#A9A9A9);cursor:pointer;transition:all .2s ease;font-size:1.4rem}.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{width:6rem;padding:.6rem .8rem;background:var(--Ui-Colors-Card-Color,#222);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);border-radius:.4rem;color:var(--Ui-Colors-Text-Light,#f4f4f4);font-size:1.4rem;text-align:center}.image-editor-toolbar .tool-group .font-size-input:focus{outline:none;border-color:var(--Ui-Colors-Gren,#009D4A)}.image-editor-toolbar .tool-group .color-input{width:4rem;height:3.2rem;border:none;border-radius:.4rem;cursor:pointer;background:none}.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{width:8rem;height:.4rem;background:var(--Ui-Colors-Stroke-Light,#505050);border-radius:.2rem;outline:none;cursor:pointer}.image-editor-toolbar .tool-group .line-width-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.6rem;height:1.6rem;background:var(--Ui-Colors-Gren,#009D4A);border-radius:50%;cursor:pointer}.image-editor-toolbar .tool-group .line-width-input::-moz-range-thumb{width:1.6rem;height:1.6rem;background:var(--Ui-Colors-Gren,#009D4A);border-radius:50%;cursor:pointer;border:none}.image-editor-toolbar .tool-group .drawing-mode-select,.image-editor-toolbar .tool-group .shape-select{padding:.6rem .8rem;background:var(--Ui-Colors-Card-Color,#222);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);border-radius:.4rem;color:var(--Ui-Colors-Text-Light,#f4f4f4);font-size:1.4rem;outline:none;cursor:pointer}.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{padding:.6rem 1.2rem;background:var(--Ui-Colors-Gren,#009D4A);border:none;border-radius:.4rem;color:#fff;font-size:1.4rem;cursor:pointer;transition:all .2s ease}.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{padding:.6rem 1.2rem;background:var(--Ui-Colors-Gren,#009D4A);border:none;border-radius:.4rem;color:#fff;font-size:1.4rem;cursor:pointer;transition:all .2s ease}.image-editor-toolbar .tool-group .image-upload-label:hover{background:#00b355}.image-editor-toolbar .tool-group span{color:var(--Ui-Colors-Text-Light,#A9A9A9);font-size:1.4rem;min-width:3rem}.image-editor-content{display:flex;flex:1;gap:2rem;padding:2rem;overflow:hidden}.canvas-container{flex:1;display:flex;align-items:center;justify-content:center;background:var(--Ui-Colors-Card-Color,#222);border-radius:.8rem;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.canvas-container::-webkit-scrollbar{display:none}.canvas-container.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.canvas-container.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.canvas-container.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.canvas-container.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.canvas-container.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.canvas-container.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.canvas-container:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.canvas-container:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.canvas-container .image-canvas{max-width:100%;max-height:100%;border-radius:.4rem;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.3)}.elements-panel{width:25rem;background:hsla(0,0%,100%,.02);border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);padding:1.6rem}.elements-panel .panel-header{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.6rem}.elements-panel .panel-header h3{color:var(--Ui-Colors-Text-Light,#f4f4f4);font-size:1.6rem;font-weight:600;margin:0}.elements-panel .panel-header .panel-actions{display:flex;flex-direction:column;gap:.8rem}.elements-panel .panel-header .panel-actions .clear-btn,.elements-panel .panel-header .panel-actions .delete-btn{padding:.6rem 1.2rem;border:none;border-radius:.4rem;font-size:1.3rem;cursor:pointer;transition:all .2s ease}.elements-panel .panel-header .panel-actions .delete-btn{background:#ff6b6b;color:#fff}.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 .object-properties .property-group h4{color:var(--Ui-Colors-Text-Light,#f4f4f4);font-size:1.4rem;font-weight:600;margin:0 0 1.2rem}.elements-panel .object-properties .property-group .property-item{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.2rem}.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{width:100%;height:.4rem;background:var(--Ui-Colors-Stroke-Light,#505050);border-radius:.2rem;outline:none;cursor:pointer}.elements-panel .object-properties .property-group .property-item .opacity-slider::-webkit-slider-thumb,.elements-panel .object-properties .property-group .property-item .rotation-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.4rem;height:1.4rem;background:var(--Ui-Colors-Gren,#009D4A);border-radius:50%;cursor:pointer}.elements-panel .object-properties .property-group .property-item .opacity-slider::-moz-range-thumb,.elements-panel .object-properties .property-group .property-item .rotation-slider::-moz-range-thumb{width:1.4rem;height:1.4rem;background:var(--Ui-Colors-Gren,#009D4A);border-radius:50%;cursor:pointer;border:none}.image-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:1.2rem;padding:2rem 2.4rem;border-top:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:hsla(0,0%,100%,.02)}.image-editor-actions .btn-primary,.image-editor-actions .btn-secondary{padding:1rem 2rem;border-radius:.6rem;font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;min-width:8rem}.image-editor-actions .btn-secondary{background:rgba(0,0,0,0);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-Text-Light,#A9A9A9)}.image-editor-actions .btn-secondary:hover{border-color:var(--Ui-Colors-Text-Light,#f4f4f4);color:var(--Ui-Colors-Text-Light,#f4f4f4)}.image-editor-actions .btn-primary{background:var(--Ui-Colors-Gren,#009D4A);color:#fff}.image-editor-actions .btn-primary:hover{background:#00b355}@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{margin:1rem;border-radius:.8rem}.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{display:flex;align-items:flex-start;height:100vh;position:relative}.editor-image-container,.editor__workspace{width:100%;height:100%;position:relative}.editor-image-container{padding:0 7rem;display:flex;align-items:flex-start;justify-content:center;touch-action:pan-x pan-y}@media(max-width:37.5em){.editor-image-container{padding:0 1.4rem;touch-action:manipulation}}.editor__image{width:100%;height:100%;position:relative;overflow:scroll;max-width:100%;max-height:calc(100% - 15px);scroll-behavior:smooth;touch-action:pan-x pan-y;scrollbar-width:none;-ms-overflow-style:none;min-height:4rem!important;scrollbar-width:thin!important;-ms-overflow-style:auto!important}.editor__image::-webkit-scrollbar{display:none}.editor__image.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.editor__image.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.editor__image.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.editor__image.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.editor__image.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.editor__image.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.editor__image:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.editor__image:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.editor__image::-webkit-scrollbar{display:block!important;width:.8rem!important;height:.8rem!important}.editor__image::-webkit-scrollbar-track{background:rgba(45,45,45,.1)!important;border-radius:.4rem!important}.editor__image::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6)!important;border-radius:.4rem!important;-webkit-transition:all .3s ease!important;transition:all .3s ease!important}.editor__image::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)!important}@media(max-width:37.5em){.editor__image{touch-action:manipulation}}.editor img{width:100%;flex-shrink:0;border-radius:10px}.editor .editor-container{position:relative;width:auto;height:auto;margin:auto}.editor__nav{display:flex;padding:2rem;justify-content:space-between;align-items:center;width:100%;z-index:10}@media screen and (max-width:57.6rem){.editor__nav{padding:1rem 0}}.editor__nav-left{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;display:flex;padding:.4rem 0;justify-content:center;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease}@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 ease}.editor__nav-back:hover{color:#fff;opacity:.8}.editor__nav-back:hover .back-arrow{transform:translateX(-.4rem)}.editor__nav-back.hovered{text-shadow:0 0 10px hsla(0,0%,100%,.3)}.editor__nav-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:35.5rem}.editor__nav-title-input{max-width:35.5rem;display:flex;width:35.5rem;height:4.5rem;padding:.4rem 1.2rem;justify-content:center;align-items:center;gap:1rem;border-radius:.5rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);color:var(--Ui-Colors-White,#F4F4F4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem;outline:none;caret-color:#0d813a}.editor__nav-right{display:flex;align-items:center;gap:.8rem}.editor__nav-download,.editor__nav-screen{display:flex;padding:1.6rem 2.4rem;justify-content:center;align-items:center;gap:.8rem;border-radius:9rem;background:#3a3a3a;color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;outline:none;overflow:hidden;border:none;cursor:pointer;transition:all .3s ease;position:relative;white-space:nowrap}.editor__nav-download:before,.editor__nav-screen:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.1);opacity:0;transition:opacity .3s ease}.editor__nav-download:hover:before,.editor__nav-screen:hover:before{opacity:1}.editor__nav-download.clicked,.editor__nav-screen.clicked{transform:scale(.95)}.editor__nav-download svg,.editor__nav-screen svg{transition:transform .3s ease}.editor__nav-download:hover svg,.editor__nav-screen:hover svg{transform:translateY(.2rem)}.editor__nav-download.share,.editor__nav-screen.share{border-radius:9rem;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#FFF 50.96%,#E7E7E7 100%));color:var(--Ui-Colors-Dark-Background,#222)}@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-mobile-menu{display:none;padding:1.6rem;justify-content:center;align-items:center;border-radius:9rem;background:#3a3a3a;color:#fff;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.editor__nav-mobile-menu:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.1);opacity:0;transition:opacity .3s ease}.editor__nav-mobile-menu:hover:before{opacity:1}.editor__nav-mobile-menu.clicked{transform:scale(.95)}.editor__nav-mobile-menu svg{transition:transform .3s ease}.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 ease}.editor__nav-screen:hover svg{transform:rotate(180deg)}@media(max-width:37.5em){.editor__nav-zoom-controls{display:none!important}}.editor__nav-generate-btn{display:flex;padding:1.6rem 2.4rem;justify-content:center;align-items:center;gap:.8rem;border-radius:9rem;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;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;border:none;outline:none;cursor:pointer}.editor__side{display:flex;min-width:38rem;max-width:38rem;padding:1.6rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;flex-shrink:0;background:#2b2b2b;height:100%;transition:all .3s ease;max-height:100vh;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.editor__side::-webkit-scrollbar{display:none}.editor__side.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.editor__side.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.editor__side.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.editor__side.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.editor__side.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.editor__side.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.editor__side:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.editor__side:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}@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{min-width:100%;max-width:100%;z-index:100000;position:fixed;transform:translateX(100%);transition:transform .3s ease}.editor__side.mobile-open{transform:translateX(0)}}.editor__side-mobile-close{display:none;position:absolute;top:1.6rem;right:1.6rem;z-index:100001;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.8rem;border-radius:.4rem;transition:background-color .2s ease}.editor__side-mobile-close:hover{background:hsla(0,0%,100%,.1)}@media screen and (max-width:57.6rem){.editor__side-mobile-close{display:block}}.editor__side-reply-back{display:flex;padding:1.6rem;justify-content:center;align-items:center;gap:.8rem;border-radius:9rem;background:#3a3a3a;color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal;outline:none;overflow:hidden;border:none;cursor:pointer;transition:all .3s ease;position:relative}.editor__side-reply-back svg{width:1.6rem;height:1.6rem}.editor__side-reply-back:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.1);opacity:0;transition:opacity .3s ease}.editor__side-reply-back:hover:before{opacity:1}.editor__side-reply-back.clicked{transform:scale(.95)}.editor__side-reply-back svg{transition:transform .3s ease}.editor__side-reply-back:hover svg{transform:translateX(-.2rem)}.editor__side-comments{display:flex;padding-bottom:.8rem;flex-direction:column;align-items:flex-start;gap:1rem;flex:1 0 0;align-self:stretch;transition:all .3s ease}.editor__side-empty{display:flex;padding:1.6rem;flex-direction:column;align-items:center;gap:.8rem;height:90%;justify-content:center;text-align:center;width:100%}.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{position:absolute;bottom:.8rem;left:50%;background:rgba(43,43,43,.9019607843);padding:1.2rem 1.6rem;border-radius:.8rem;display:flex;align-items:center;gap:.8rem;color:#f4f4f4;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s;z-index:1000;transform:translateX(-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{position:absolute;top:50%;transform:translateY(-50%);background:rgba(43,43,43,.9);padding:2rem;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.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 rgba(0,0,0,.35),0 8px 10px 1px rgba(0,0,0,.14),0 5px 5px -3px rgba(0,0,0,.2)}.editor__arrows-left svg{transform:rotate(180deg) translateX(-.7rem)}.editor__arrows-right{right:4rem;box-shadow:0 25px 36px 16px rgba(0,0,0,.35),0 8px 10px 1px rgba(0,0,0,.14),0 5px 5px -3px rgba(0,0,0,.2)}.editor__arrows.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.editor-preloader{display:flex;height:100vh;width:100%;align-items:center;justify-content:center}.editor-preloader .loading-container{width:50%;height:auto}.editor__pdf{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}canvas.react-pdf__Page__canvas{width:100%!important;height:100%!important}.editor__pdf-container,.jsx-90b4866ced2f645d.pdf-page.relative.cursor-crosshair,.pdf-container,.react-pdf__Page{width:100%!important}.attachment-preview{position:fixed;top:0;left:0;background:var(--Ui-Colors-Dark-Background,rgba(34,34,34,.8470588235));width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10000;overflow-y:scroll;max-height:100vh;scrollbar-width:none;-ms-overflow-style:none;padding:4rem 0}.attachment-preview::-webkit-scrollbar{display:none}.attachment-preview.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.attachment-preview.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.attachment-preview.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.attachment-preview.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.attachment-preview.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.attachment-preview.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.attachment-preview:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.attachment-preview:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.attachment-preview__content{border-radius:.8rem;background:var(--Ui-Colors-Stroke-Dark,#363636);box-shadow:0 .4rem 1.6rem 0 rgba(0,0,0,.4);display:flex;width:126.2rem;flex-direction:column;align-items:flex-start;margin:auto}.attachment-preview__header{display:flex;padding:1.6rem;align-items:center;gap:.9rem;align-self:stretch;border-bottom:1px solid #4b4b4b;width:100%;justify-content:space-between;margin:auto}.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{display:flex;align-items:center;gap:1.6rem}.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{display:flex;padding:1.6rem;flex-direction:column;align-items:flex-start;gap:.8rem;align-self:stretch;border-radius:1.6rem;height:100%;align-items:center;max-height:80vh;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.attachment-preview__media::-webkit-scrollbar{display:none}.attachment-preview__media.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.attachment-preview__media.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.attachment-preview__media.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.attachment-preview__media.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.attachment-preview__media.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.attachment-preview__media.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.attachment-preview__media:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.attachment-preview__media:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.attachment-preview__media img{width:auto;height:100%;max-width:100%}.attachment-preview__media-video{height:80vh;overflow:hidden}.aichat-container{display:flex;width:104rem;height:79.8rem;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:.8rem;background:var(--Ui-Colors-Card-Color,#2B2B2B);box-shadow:0 .1rem .4rem 0 rgba(0,0,0,.15)}.aichat-header{display:flex;padding:1.6rem;align-items:center;gap:.9rem;align-self:stretch;border-bottom:1px solid #4b4b4b}.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{display:flex;padding:1.6rem;flex-direction:column;align-items:flex-start;gap:.8rem;flex:1 0 0;align-self:stretch}.aichat-body ul,.comment__input-box{display:flex;flex-direction:column}.comment__input-box{padding:1.6rem;align-items:flex-start;gap:1rem;align-self:stretch;border-radius:.5rem;border:1px solid #505050;background:#363636;transition:all .3s ease;animation:slideDown .2s ease-in;max-width:31.2rem;position:relative}@media(max-width:37.5em){.comment__input-box{max-width:94%;position:fixed;bottom:0;left:3%;right:0;z-index:1000}.comment__input-box.sidebar{position:static}}.comment__input-box.drag-over{border-color:#9fe870;background:rgba(159,232,112,.1);box-shadow:0 0 0 .2rem rgba(159,232,112,.2)}.comment__input-box.drag-over:before{content:"Drop files here to upload";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#9fe870;font-size:1.4rem;font-weight:500;pointer-events:none;z-index:10;background:rgba(0,0,0,.8);padding:.8rem 1.6rem;border-radius:.8rem;border:2px dashed #9fe870}.comment__input-box.focused{border:1px solid #505050;background:#363636!important}.comment__input-box.comment-edit{border:none;background:rgba(0,0,0,0)!important;padding:0}.comment__input-box.popup{border-radius:1.6rem;background:var(--Ui-Colors-Card-Color,#2B2B2B)}.comment__input-box.reply{padding:.8rem;border-radius:1.6rem;background:#363636}.comment__input{font-feature-settings:"liga" off,"clig" off;font-family:Roboto,sans-serif;font-style:normal;font-size:1.4rem;font-weight:400;line-height:2rem;display:flex;padding:.4rem;align-items:flex-start;gap:.5rem;flex:1 0 0;align-self:stretch;color:#fff;border:none;outline:none;background:rgba(0,0,0,0);transition:all .2s ease;width:100%;max-width:28rem;width:28rem!important;max-height:3.6em;overflow:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;caret-color:#fff!important;position:relative;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.comment__input::-webkit-scrollbar{display:none}.comment__input.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.comment__input.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.comment__input.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.comment__input.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.comment__input.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.comment__input.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.comment__input:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.comment__input:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}@media(max-width:37.5em){.comment__input{max-width:100%;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{border:none;outline:none;background:rgba(0,0,0,0);align-items:start;resize:none;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::-moz-placeholder{font-feature-settings:"liga" off,"clig" off;font-family:Roboto,sans-serif;font-style:normal;font-size:1.4rem;font-weight:400;line-height:2rem;color:#b8b8b8;-moz-transition:color .2s ease;transition:color .2s ease}.comment__input::placeholder{font-feature-settings:"liga" off,"clig" off;font-family:Roboto,sans-serif;font-style:normal;font-size:1.4rem;font-weight:400;line-height:2rem;color:#b8b8b8;transition:color .2s ease}.comment__input:focus::-moz-placeholder{color:gray}.comment__input:focus::placeholder{color:gray}.comment__input .mention-highlight{color:#9fe870;font-weight:500;border-radius:.3rem;padding:.1rem .2rem;margin:0 .1rem;transition:all .2s ease}.comment__input .mention-highlight:hover{background:rgba(159,232,112,.2)}.comment__input:empty:before{content:attr(data-placeholder);color:#b8b8b8;pointer-events:none;position:absolute;top:.4rem;left:.4rem}.comment__tools{display:flex;align-items:center;gap:.6rem;flex:1 0 0;width:100%}.comment__tools-item{cursor:pointer;transition:all .2s ease;padding:.4rem;border-radius:.4rem;position:relative}.comment__tools-item:hover{transform:translateY(-.1rem)}.comment__tools-item:active{transform:translateY(0)}.comment__tools-item:hover .comment__tools-icon path{fill:#9fe870}.comment__tools-item:hover .comment__tools-menu{opacity:1;visibility:visible;pointer-events:all}.comment__tools-container{position:relative;display:flex;align-items:center;gap:.9rem;align-self:stretch;width:100%}.comment__tools-icon{width:2rem;height:2rem;transition:all .2s ease}.comment__tools-icon path{transition:fill .2s ease}.comment__tools-menu{position:absolute;top:auto;left:auto;display:flex;width:16.4rem;flex-direction:column;align-items:flex-start;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);opacity:0;visibility:hidden;pointer-events:none;transition:all .2s ease;box-shadow:0 2.5rem 3.6rem 1.6rem rgba(0,0,0,.35),0 .8rem 1rem .1rem rgba(0,0,0,.14),0 .5rem .5rem -.3rem rgba(0,0,0,.2)}.comment__tools-menu li{display:flex;padding:1.2rem 1.5rem;align-items:center;gap:.8rem;align-self:stretch;cursor:pointer;color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal}.comment__tools-menu li svg{width:1.8rem;height:1.8rem;aspect-ratio:1/1}.comment__tools-menu li:hover{background:#363636}.comment__btn{font-family:Roboto,sans-serif;display:flex;justify-content:center;align-items:center;border:none;outline:none;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;padding:.8rem 1.2rem;gap:.8rem;border-radius:9rem;background:#4b4b4b;transition:all .3s ease;position:relative;overflow:hidden;color:#f4f4f4;cursor:pointer}.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{background:#9fe870;transform:translateY(-.1rem);color:#222}.comment__btn:not(:disabled):active{transform:translateY(0);color:#222}.comment__btn.active{background:#9fe870;color:#222}.comment-icon{display:flex;width:5.2rem;height:5.2rem;min-width:4.5rem;padding:1.2rem;justify-content:center;align-items:center;gap:.8rem;border-radius:2.6rem 2.6rem 2.6rem .8rem;border:1px solid var(--Ui-Colors-Gren,#0d813a);background:var(--Ui-Colors-Green-Light,#9FE870);box-shadow:0 .2rem .8rem 0 rgba(0,0,0,.4);color:var(--Black,#1A2034);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Kanit;font-size:1.8rem;font-style:normal;font-weight:700;line-height:normal;transition:all .3s ease-in-out;cursor:pointer}.comment-icon:hover{box-shadow:0 .4rem 1.2rem 0 rgba(0,0,0,.35);background:var(--Ui-Colors-Green-Light,#8FD860);border-color:var(--Ui-Colors-Gren,#008D40)}.comment-icon:active{box-shadow:0 .1rem .4rem 0 rgba(0,0,0,.45)}.comment-move-handle{position:absolute;top:0;right:.5rem;cursor:move;opacity:0;pointer-events:auto;transform:translate(50%,-50%);transition:opacity .2s ease-in-out;z-index:20}.comment-move-handle,.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{display:flex;flex-direction:column;width:100%;gap:1rem}@media(max-width:37.5em){.comment-input{width:100%;position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:1.6rem}.comment-input .comment-bubble{width:100%!important}}.comment-input__container{width:33rem;position:absolute;z-index:120}.comment-input.animate{opacity:0;transform:translateY(10rem);animation:slideInComment .5s ease-out forwards}.comment-input.animate-reverse{opacity:0;animation:slideInCommentReverse .5s ease-out forwards}.comment-bubble{display:flex;width:33rem;flex-direction:column;align-items:flex-start;border-radius:1.6rem;background:var(--Ui-Colors-Card-Color,#2B2B2B);box-shadow:0 5.2rem 8.4rem 1rem rgba(0,0,0,.5);z-index:100000;max-height:49rem}.comment-bubble__header{display:flex;padding:1.6rem;align-items:center;gap:.9rem;align-self:stretch;width:100%;justify-content:space-between;border-bottom:1px solid var(--Ui-Colors-Stroke-Light,#505050)}.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{display:flex;align-items:center;gap:.8rem;flex:1 0 0;transform:translateX(-5px)}.comment-bubble__header-left svg{width:2.4rem;height:2.4rem;cursor:pointer;transition:all .2s ease}.comment-bubble__header-left svg path{transition:all .2s ease}.comment-bubble__header-left svg:hover{transform:scale(1.1)}.comment-bubble-list{max-height:20rem;overflow:hidden;overflow-y:scroll;transition:all .3s ease-in-out;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.comment-bubble-list::-webkit-scrollbar{display:none}.comment-bubble-list.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.comment-bubble-list.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.comment-bubble-list.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.comment-bubble-list.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.comment-bubble-list.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.comment-bubble-list.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.comment-bubble-list:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.comment-bubble-list:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}@media(max-width:37.5em){.comment-bubble-list{max-height:20rem!important}}.comment-bubble__actions{display:flex;align-items:center;gap:1.2rem}.comment-bubble__actions li{height:2rem}.comment-bubble__actions svg{width:2rem;height:2rem;transition:all .2s ease;cursor:pointer}.comment-bubble__actions svg:hover{transform:scale(1.1)}.comment-bubble .editor__side-comment{background:rgba(0,0,0,0)}.comment-bubble-loading{width:100%;display:flex;align-items:center;justify-content:center}.comment-bubble-loading div{height:4rem!important}.comment-bubble-loading canvas{margin-top:-2.4rem!important;height:7.6rem!important}.comment-bubble-list-inner{gap:0}.comment-bubble-list-inner .comment__single{background:var(--Ui-Colors-Card-Color,#2B2B2B)}.comment__attachment-items{display:flex;align-items:flex-start;gap:.8rem;width:100%;scrollbar-width:none;-ms-overflow-style:none;max-width:-moz-fit-content;max-width:fit-content}.comment__attachment-items::-webkit-scrollbar{display:none}.comment__attachment-items:has(>:nth-child(3)){overflow-x:auto;max-width:100%;scrollbar-width:none;-ms-overflow-style:none;min-height:3rem}.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{display:block;width:.8rem;height:.8rem}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.comment__attachment-items:has(>:nth-child(3)).scrolling::-webkit-scrollbar-corner{background:rgba(0,0,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:rgba(136,136,136,.7)}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar{display:block;height:.3rem}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar-thumb{background:rgba(241,241,241,.8);border-radius:.4rem}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar-thumb:hover{background:rgba(85,85,85,.8)}.comment__attachment-items:has(>:nth-child(3))::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.comment__attachment-item{position:relative;cursor:pointer}.comment__attachment-item img{border-radius:.8rem;width:9.4rem;height:9.4rem;-o-object-fit:cover;object-fit:cover}.comment__attachment-item video{width:9.4rem;height:9.4rem}.comment__attachment-item-video{position:relative}.comment__attachment-item .video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;transition:all .2s ease;width:2.7297rem;height:2.7297rem;flex-shrink:0;background:var(--Ui-Colors-Green-Light,#fff);border-radius:50%;display:flex;align-items:center;justify-content:center}.comment__attachment-item .video-play svg{width:1.6rem;height:1.6rem;flex-shrink:0;transform:translateX(1px)}.comment__attachment-item .video-attachment .video-thumbnail-container{position:relative;width:9.4rem;height:9.4rem;border-radius:.8rem;overflow:hidden;cursor:pointer;transition:transform .2s ease}.comment__attachment-item .video-attachment .video-thumbnail-container:hover{transform:scale(1.02)}.comment__attachment-item .video-attachment .video-thumbnail-container .video-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.8rem}.comment__attachment-item .video-attachment .video-thumbnail-container .video-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.2rem;height:3.2rem;background:rgba(0,0,0,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.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{position:absolute;bottom:.4rem;right:.4rem;background:rgba(0,0,0,.8);color:#fff;padding:.2rem .4rem;border-radius:.4rem;font-size:.8rem;font-weight:500}.comment__attachment-item .video-attachment .video-thumbnail-container:hover .video-play-overlay{background:rgba(159,232,112,.9);transform:translate(-50%,-50%) scale(1.1)}.comment__attachment-item .video-attachment .video-placeholder{color:#9fe870;font-size:.9rem;font-weight:500}.comment__attachment-item .pdf-attachment,.comment__attachment-item .video-attachment .video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:9.4rem;height:9.4rem;border-radius:.8rem;background:#2b2b2b;border:1px solid #505050;gap:.4rem}.comment__attachment-item .pdf-attachment{padding:1rem}.comment__attachment-item .pdf-attachment .pdf-icon{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem}.comment__attachment-item .pdf-attachment .pdf-name{color:#f4f4f4;font-size:1rem;font-weight:500;text-align:center;word-break:break-word;line-height:1.2;max-width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.comment__attachment-item-file{display:flex;flex-direction:column;align-items:center;justify-content:center;width:9.4rem;height:9.4rem;border-radius:.8rem;background:#2b2b2b;border:1px solid #505050;padding:1rem;gap:.4rem;cursor:pointer;transition:all .2s ease}.comment__attachment-item-file:hover{background:#363636;border-color:#9fe870;transform:scale(1.02)}.comment__attachment-item-file .comment__attachment-file-icon{width:3.2rem;height:3.2rem;-o-object-fit:contain;object-fit:contain}.comment__attachment-item-file .comment__attachment-file-name{color:#f4f4f4;font-size:.9rem;font-weight:500;text-align:center;word-break:break-word;line-height:1.2;max-width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.comment__attachment-item:hover .comment__attachment-btn{opacity:1;visibility:visible;pointer-events:all}.comment__attachment-btn{border:none;position:absolute;top:.2rem;right:.5rem;cursor:pointer;background:rgba(0,0,0,0);outline:none;opacity:0;visibility:hidden;pointer-events:none;transition:all .2s ease-in-out}.comment__attachment-btn:hover{transform:scale(1.1);stroke:#9fe870}.comment__single{display:flex;padding:1.6rem;flex-direction:column;align-items:flex-start;gap:.8rem;align-self:stretch;border-radius:.8rem;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0);background:var(--Ui-Colors-Stroke-Light,#505050)}.comment__single.notes{border:1px solid var(--Ui-Colors-Green-Light,#9fe870);box-shadow:-.4rem 0 0 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 0 0 #a9a9a9}.comment__single-head{display:flex;align-items:center;gap:.8rem;align-self:stretch;width:100%}.comment__single-head .comment-actions{position:relative;opacity:1;transition:opacity .2s ease}.comment__single-head .comment-actions svg{cursor:pointer;transition:all .2s ease}.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{background:#343434;opacity:.5}.comment__single-title{font-feature-settings:"liga" off,"clig" off;font-family:Roboto,sans-serif;font-style:normal;font-size:1.4rem;font-weight:500;line-height:normal;display:flex;padding-right:.8rem;align-items:center;gap:.8rem;flex:1 0 0;color:#f4f4f4;transition:color .2s ease}.comment__single-title span{font-feature-settings:"liga" off,"clig" off;font-family:Roboto,sans-serif;font-style:normal;font-size:1.2rem;font-weight:400;line-height:normal;color:#b8b8b8;transition:color .2s ease}.comment__single-code{display:flex;min-width:2.4rem;padding:.4rem .6rem;justify-content:center;align-items:center;gap:.2rem;border-radius:1.2rem 1.2rem 1.2rem .4rem;border:1px solid #0d813a;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;background:var(--Ui-Colors-Green-Light,#9FE870);color:var(--Ui-Colors-Dark-Background,#222)}.comment__single-code.read,.comment__single-code.reply{background:#0d813a;color:var(--Ui-Colors-White,#F4F4F4)}.comment__single-text{font-feature-settings:"liga" off,"clig" off;font-family:Roboto,sans-serif;font-style:normal;font-size:1.4rem;font-weight:400;line-height:2rem;color:#b8b8b8;transition:color .2s ease;letter-spacing:.01em;max-width:100%;word-break:break-word;white-space:normal}.comment__single-text a{color:#9fe870}.comment__single-text.deleted{display:flex;align-items:center;gap:.8rem}.comment__single-reply{font-feature-settings:"liga" off,"clig" off;font-family:Roboto,sans-serif;font-style:normal;font-size:1.4rem;font-weight:500;line-height:normal;color:#9fe870;background:rgba(0,0,0,0);border:none;outline:none;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;letter-spacing:.02em}.comment__single-reply:hover{color:#b8ff89;text-shadow:0 0 8px rgba(159,232,112,.3)}.comment__single-reply:active{transform:scale(.95)}.comment__single-reply.ripple{position:relative;overflow:hidden}.comment__single-reply.ripple:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#9FE870 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform .5s,opacity 1s}.comment__single-reply.ripple:active:after{transform:scale(0);opacity:.3;transition:0s}.comment__single-reply-more{transition:all .2s ease-in-out}.comment__single-reply-more:hover{transform:translateX(.4rem)}.comment__single.inCommentBubble{background:var(--Ui-Colors-Card-Color,#2B2B2B);padding-right:5px}.comment__single.inCommentBubble .comment__single-title{color:#9fe870}.comment__single.inCommentBubble .comment__single-text{color:#f4f4f4}.comment-actions .dropdown-menu,.comment__single .dropdown-menu{transform:translateX(0) translateY(0)}.comment-reply{padding:.4rem 1.6rem 1.6rem;width:100%}.comment-reply__input{padding:.8rem 1.6rem;flex:1 0 0;border-radius:9rem;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;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem;width:100%;outline:#9fe870}.comment__preview{display:flex;padding:1.6rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.8rem;border-radius:2.4rem;border:1px solid var(--Ui-Colors-Gren,#0d813a);background:var(--Ui-Colors-Green-Light,#9FE870);box-shadow:0 .2rem .8rem 0 rgba(0,0,0,.4);position:absolute;transition:all .1s ease-in-out;pointer-events:none;width:0;overflow:hidden;opacity:0;z-index:201;bottom:0;top:100%}.comment__preview.preview-right{top:0;right:3rem}.comment__preview.preview-right.preview-top{top:auto;bottom:100%}.comment__preview.preview-right.preview-bottom{top:5.2rem;height:-moz-fit-content;height:fit-content}.comment__preview.preview-left{top:0;left:3rem}.comment__preview.preview-left.preview-top{bottom:100%;top:auto}.comment__preview.preview-left.preview-bottom{top:5.2rem;height:-moz-fit-content;height:fit-content}.comment__preview.preview-show{opacity:1;width:33rem;pointer-events:auto}@media(max-width:37.5em){.comment__preview.preview-show{opacity:0;width:0;pointer-events:none}}.comment__preview-content{color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:141%;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:2;word-break:break-all}.comment__preview-footer{display:flex;width:29.8rem;padding-right:.8rem;align-items:center;flex:1 0 0;gap:.8rem}.comment__preview-footer-name{font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;letter-spacing:-.5px}.comment__preview-footer-name,.comment__preview-footer-time{color:var(--Ui-Colors-Dark-Background,#222);text-align:right;line-height:normal}.comment__preview-footer-time{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400}.comment__preview-footer-reply{color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.04rem}.comment__filter{display:flex;padding:2.4rem .4rem 1.6rem;align-items:center;gap:1rem;align-self:stretch;border-radius:3rem}.comment__filter-search{display:flex;align-items:center;gap:.8rem;flex:1 0 0}.comment__filter-search svg{width:2rem;height:2rem}.comment__filter-search-input{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2.4rem;border:none;outline:none;background:#2b2b2b}.comment__filter-search-input::-moz-placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.comment__filter-search-input::placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.comment__filter-btn{position:relative}.comment__filter-btn svg{width:2rem;height:2rem;aspect-ratio:1/1;cursor:pointer}.comment__filter-btn svg:hover{transform:scale(1.1)}.comment__filter-dropdown{display:flex;width:17rem;flex-direction:column;align-items:flex-start;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);box-shadow:0 2.5rem 3.6rem 1.6rem rgba(0,0,0,.35),0 .8rem 1rem .1rem rgba(0,0,0,.14),0 .5rem .5rem -.3rem rgba(0,0,0,.2);position:fixed;opacity:0;visibility:hidden;pointer-events:none;transition:all .2s ease;transform:translateX(-100%);z-index:1000}.comment__filter-dropdown.active{opacity:1;visibility:visible;pointer-events:auto}.comment__filter-dropdown-item{display:flex;padding:1.2rem 1.5rem;align-items:center;gap:.8rem;align-self:stretch;position:relative;color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}.comment__filter-dropdown-item.active{color:var(--Ui-Colors-Green-Light,#9FE870)}.comment__filter-dropdown-item:hover{background:var(--Ui-Colors-Hover-Shade,rgba(255,255,255,.05))}.comment__filter-dropdown-item-icon{width:1.8rem;height:1.8rem;aspect-ratio:1/1;opacity:0}.comment__filter-dropdown-item-icon.active{opacity:1}.comment__filter-submenu{position:absolute;right:100%;top:0;width:28rem;z-index:1000;max-height:30rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);box-shadow:0 2.5rem 3.6rem 1.6rem rgba(0,0,0,.35),0 .8rem 1rem .1rem rgba(0,0,0,.14),0 .5rem .5rem -.3rem rgba(0,0,0,.2)}.comment__filter-submenu::-webkit-scrollbar{display:none}.comment__filter-submenu.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.comment__filter-submenu.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.comment__filter-submenu.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.comment__filter-submenu.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.comment__filter-submenu.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.comment__filter-submenu.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.comment__filter-submenu:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.comment__filter-submenu:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.comment__mention-list{position:absolute;z-index:4;display:flex;width:35.9rem;flex-direction:column;align-items:flex-start;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);box-shadow:0 2.5rem 3.6rem 1.6rem rgba(0,0,0,.35),0 .8rem 1rem .1rem rgba(0,0,0,.14),0 .5rem .5rem -.3rem rgba(0,0,0,.2)}.comment__mention-search{display:flex;padding:1.6rem 1.4rem;align-items:center;gap:1rem;align-self:stretch;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.comment__mention-search svg{width:2rem;height:2rem}.comment__mention-search input{border:none;outline:none;background:rgba(0,0,0,0);color:var(--Ui-Colors-Text-Light,#fff);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.4rem;width:100%}.comment__mention-search input::-moz-placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.comment__mention-search input::placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.comment__mention-item{display:flex;padding:1.4rem;align-items:center;gap:1rem;align-self:stretch;cursor:pointer}.comment__mention-item-avatar{width:2.4rem;height:2.4rem;aspect-ratio:1/1;border-radius:50%;flex-shrink:0}.comment__mention-item-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.comment__mention-item-content{display:flex;flex-direction:column;gap:.2rem;flex:1}.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,rgba(255,255,255,.05))}.comment__mention-loading{display:flex;padding:2rem;justify-content:center;align-items:center;align-self:stretch}.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{display:flex;padding:2rem;justify-content:center;align-items:center;align-self:stretch}.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}.editor__side .comment__input-box{max-width:100%}.reviews__content{display:flex;width:100%;align-items:center;align-content:center;gap:2.4rem;flex-wrap:wrap;margin-top:2.4rem;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:.4s;display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:37.5em){.reviews__content{grid-template-columns:repeat(2,47%);gap:1.4rem}}.reviews__content.grid{display:grid;justify-content:center;justify-items:center}.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)}.reviews__content.grid[data-files="4"],.reviews__content.grid[data-files="5"],.reviews__content.grid[data-files="6"]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto)}.reviews__content.grid[data-files="7"],.reviews__content.grid[data-files="8"]{grid-template-columns:repeat(4,1fr)}.reviews__noitem{display:flex;flex:1 0 36.4rem;height:21.6rem;padding:2.4rem;align-items:center;justify-content:center;gap:1rem;flex-shrink:0;border-radius:.8rem;border:1px solid #363636;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(max-width:37.5em){.reviews__noitem{flex:1 0 25rem}}.reviews__noitem:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(159,232,112,.1) 0,transparent 70%);opacity:0;transition:opacity .3s ease}.reviews__noitem:hover:before{opacity:1;cursor:pointer}.reviews__noitem svg{width:2.4rem;height:2.4rem;flex-shrink:0;transition:transform .3s ease}.reviews__noitem.default{border:1px solid #505050;background:#363636;flex-direction:column;justify-content:flex-end;align-items:flex-start}.reviews__noitem.default:hover{transform:translateY(-.4rem) scale(1.02);cursor:pointer}.reviews__noitem.default:hover .reviews__noitem-drag svg{animation:floatAnimation 2s ease-in-out infinite}.reviews__noitem.default:hover .reviews__noitem-drag svg path{stroke:#b8ff89}.reviews__noitem.default:hover .reviews__noitem-drag h3{color:#b8ff89}.reviews__noitem-drag{display:flex;width:20.6rem;flex-direction:column;align-items:flex-start;gap:1.1rem;transition:all .3s ease}.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 ease}.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 ease}.reviews__item{background-size:cover;background-repeat:no-repeat;background-position:50%;padding:1.6rem;flex-direction:column;justify-content:space-between;align-items:flex-start;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);transform-origin:center;width:100%}@media(max-width:37.5em){.reviews__item{flex:1 0 25rem}}.reviews__item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.6));opacity:0;transition:all .4s ease}.reviews__item:hover{transform:scale(1.02);box-shadow:0 .8rem 1.6rem rgba(0,0,0,.2)}.reviews__item:hover:before{opacity:1}.reviews__item:hover .reviews__actions,.reviews__item:hover .reviews__details{opacity:1;transform:translateY(0)}.reviews__item:hover .reviews__comment-count{opacity:0;transform:translateY(-1rem);display:none}.reviews__comment-count{display:flex;height:2.8rem;padding:.8rem 1.2rem;justify-content:center;align-items:center;gap:.4rem;border-radius:9rem;border:1px solid #9fe870;background:#009d4a;box-shadow:0 .2rem .8rem rgba(0,0,0,.4);color:#f4f4f4;font-family:Roboto;font-size:1.2rem;font-weight:700;transition:all .3s ease}.reviews__details{flex-direction:column;align-items:flex-start;position:relative;z-index:3;opacity:0;transform:translateY(1rem);transition:all .4s ease}.reviews__details,.reviews__title{display:flex;gap:.7rem;align-self:stretch}.reviews__title{color:#f4f4f4;font-family:Roboto;font-size:1.8rem;font-weight:500;align-items:center}.reviews__title svg{width:1.8rem;height:1.8rem;transition:transform .3s ease}.reviews__title svg:hover{transform:scale(1.1);cursor:pointer}.reviews__time{display:flex;gap:.7rem;align-items:center}.reviews__time span{color:#f4f4f4;font-family:Roboto;font-size:1.4rem;font-weight:400;transition:color .3s ease}.reviews__time span.comments{color:#9fe870}.reviews__time span.comments:hover{color:#b8ff89}.reviews__time svg{width:.7rem;height:.7rem}.reviews__actions{display:flex;justify-content:space-between;align-items:center;align-self:stretch;position:relative;z-index:3;opacity:0;transform:translateY(1rem);transition:all .4s ease}.reviews__btn{display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;padding:1.2rem 2.4rem 1.2rem 2rem;gap:.8rem;border-radius:9rem;border:1px solid rgba(0,0,0,0);align-self:center;white-space:nowrap;color:#f4f4f4}.reviews__btn svg{width:2rem;height:2rem}.reviews__btn:hover{background:#363636}.reviews__btn:active{transform:translateY(0)}.reviews__loading-more{display:flex;justify-content:center;align-items:center;width:100%;padding:2rem;grid-column:1/-1}.reviews__loading-more .loading-container{display:flex;justify-content:center;align-items:center;width:10rem;height:10rem}.reviews__search-details{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;align-self:stretch;margin-top:2rem}.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{display:flex;justify-content:space-between;align-items:center;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:.2s}@media(max-width:37.5em){.single-review__header{display:none}}.single-review__title{display:flex;padding:.4rem 0;flex-direction:column;justify-content:center;align-items:start;gap:1rem}.single-review__title h1{color:var(--Ui-Colors-White,#F4F4F4);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:4.2rem;font-style:normal;font-weight:500;line-height:normal;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.single-review__title-stats{display:flex;align-items:center;gap:.8rem}.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{display:flex;width:1.6rem;height:1.7rem;justify-content:center;align-items:center;gap:.8rem;border-radius:2.3rem 2.3rem 2.3rem .8rem;border:1px solid var(--Ui-Colors-Gren,#0d813a);background:var(--Ui-Colors-Green-Light,#9FE870);box-shadow:0 .2rem .8rem 0 rgba(0,0,0,.4);padding:0}.single-review .reviews__actions{opacity:1;transform:translateY(0);gap:1.6rem}.single-review__content{margin-top:6rem;display:flex;flex-direction:column;align-items:start;gap:7.5rem}@media(max-width:37.5em){.single-review__content{margin-top:2rem}}.single-review__item{display:flex;flex-direction:column;align-items:start;gap:2.4rem;width:100%;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:.4s}.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{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;align-self:stretch;flex-wrap:wrap;width:100%}@media(max-width:76.7rem){.single-review__item-reviews{grid-template-columns:repeat(2,47%)}}.review-detail__count{display:flex;padding:.8rem 1.2rem;justify-content:center;align-items:center;gap:.4rem;border-radius:9rem;border:1px solid var(--Ui-Colors-Green-Light,#9fe870);background:var(--Ui-Colors-Gren,#0D813A);box-shadow:0 .2rem .8rem 0 rgba(0,0,0,.4);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;z-index:40}@media screen and (max-width:57.6rem){.review-detail__count{padding:.6rem 1.2rem;font-size:1.2rem}}.review-detail__card{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.2rem}.review-detail__card .uploaded__img{width:100%}.review-detail__header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:2rem}.review-detail__title{max-width:30rem;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;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-detail__title-edit{flex:1 0 0;max-width:80%}.review-detail__title-input{border-radius:.5rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);display:flex;padding:.4rem .8rem;flex:1 0 0;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;width:100%;outline:none}.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}.uploaded .reviews__content{opacity:1;transform:translate(0);animation:none}.uploaded__img{height:36rem}.uploaded__img:before{background:linear-gradient(0deg,rgba(0,0,0,.2235294118),rgba(0,0,0,.173))}.uploaded__input{display:flex;width:100%;flex-direction:column;align-items:center;gap:1.3rem}.uploaded__input input{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:4.2rem;font-style:normal;font-weight:500;line-height:normal;color:#fff;border:none;background:rgba(0,0,0,0);outline:none;max-width:34rem;caret-color:#9fe870}.uploaded__input input::-moz-placeholder{color:var(--Shade-3,#B1B1B1)}.uploaded__input input::placeholder{color:var(--Shade-3,#B1B1B1)}.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__btn{margin:9.6rem auto auto}.primary{background:#00ab4d!important}.primary:hover{background:#008b41!important}.review-uploaded-card{background-color:#2a2a2a;border-radius:.8rem;overflow:hidden;position:relative;transition:transform .2s,box-shadow .2s;width:100%;height:100%}.review-uploaded-card:hover{transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.2)}.review-uploaded-card__image{position:relative;overflow:hidden;transition:opacity .3s;max-width:65rem;max-height:40rem}@media(max-width:37.5em){.review-uploaded-card__image{max-height:20rem}}.review-uploaded-card__image img{width:100%;height:30rem;-o-object-fit:cover;object-fit:cover;max-height:30rem}.review-uploaded-card.uploading .review-uploaded-card__image{background-color:rgba(76,139,245,.1)}.review-uploaded-card__progress-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);color:#fff;inset:0;z-index:2}.review-uploaded-card__progress-bar{width:80%;height:.6rem;background-color:#444;border-radius:.3rem;overflow:hidden;margin-bottom:.5rem;position:relative}.review-uploaded-card__progress-icon{width:12rem;height:12rem;transform:rotate(-90deg)}.review-uploaded-card__progress-conatiner{display:flex;align-items:center;justify-content:center}.review-uploaded-card__progress-fill{height:100%;background-color:#9fe870;border-radius:.3rem;transition:width .3s;position:absolute;top:0;left:0}.review-uploaded-card__progress-text{position:absolute;font-size:.875rem;font-weight:500;color:#fff}.review-uploaded-card__content{padding:.75rem}.review-uploaded-card__title{font-size:1.6rem;font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-uploaded-card__size{font-size:1.2rem;color:#aaa}.review-uploaded-card__remove{position:absolute;top:.5rem;right:.5rem;background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;width:2.4rem;height:2.4rem;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:0;transition:opacity .2s}.review-uploaded-card:hover .review-uploaded-card__remove{opacity:1}.success-message{background:#2b2b2b;border-radius:1.2rem;box-shadow:0 1rem 2.5rem rgba(0,0,0,.2),0 .5rem 1rem rgba(0,0,0,.1);padding:3.2rem 2.4rem;text-align:center;max-width:45rem;margin:0 auto;transition:all .3s ease;animation:fadeInUp .5s ease forwards;border:1px solid rgba(76,175,80,.2)}.success-icon-container{background-color:rgba(76,175,80,.15);width:8rem;height:8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.6rem;position:relative;overflow:hidden;animation:pulse 2s infinite}.success-icon{animation:checkmark .8s cubic-bezier(.65,0,.45,1) forwards}@keyframes checkmark{0%{stroke-dashoffset:100;opacity:0}to{stroke-dashoffset:0;opacity:1}}.success-title{color:#fff;font-size:2.2rem;font-weight:600;margin-bottom:1.2rem}.success-description{color:#b8b8b8;font-size:1.6rem;line-height:1.5;margin-bottom:2.4rem}.success-button{background-color:#4caf50;color:#fff;border:none;border-radius:.6rem;padding:1rem 2.4rem;font-size:1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}.success-button:hover{background-color:#3d9640;transform:translateY(-.2rem);box-shadow:0 .5rem 1.5rem rgba(76,175,80,.3)}.success-button:active{transform:translateY(0);box-shadow:0 .2rem .5rem rgba(76,175,80,.2)}.upload-progress-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:50;border-radius:.8rem}.upload-progress-content{display:flex;flex-direction:column;align-items:center;gap:1.6rem;padding:2.4rem;background:rgba(54,54,54,.9);border-radius:1.2rem;border:1px solid rgba(159,232,112,.3);backdrop-filter:blur(10px);min-width:20rem}.upload-progress-text{color:#9fe870;font-family:Roboto;font-size:1.6rem;font-weight:500;text-align:center;margin:0}.upload-progress-bar{width:100%;height:.8rem;background:hsla(0,0%,100%,.1);border-radius:.4rem;overflow:hidden;position:relative}.upload-progress-fill{height:100%;background:linear-gradient(90deg,#9FE870,#0D813A);border-radius:.4rem;transition:width .3s ease;position:absolute;top:0;left:0;min-width:.8rem}.pdf-icon{width:10rem}@media(max-width:37.5em){.dashboard-reviews{display:flex;flex-wrap:nowrap!important;overflow-x:auto;padding-bottom:1.6rem;align-items:flex-start;scrollbar-width:none;-ms-overflow-style:none;min-height:3rem}.dashboard-reviews::-webkit-scrollbar{display:none}.dashboard-reviews.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.dashboard-reviews.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.dashboard-reviews.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.dashboard-reviews.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.dashboard-reviews.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.dashboard-reviews.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.dashboard-reviews:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.dashboard-reviews:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.dashboard-reviews .reviews__item{flex:1 0 0}.dashboard-reviews .connection-strip__reviews-item{min-width:25rem}.reviews-page--mobile{margin-top:0}}.auth{display:flex;height:100vh}.auth__header{display:flex;align-items:center;width:100%;padding:2.6rem 5rem 0;gap:1.6rem;z-index:2}@media(max-width:37.5em){.auth__header{justify-content:space-between;padding:2rem}}.auth__header-text{margin-left:auto;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__header-button{display:flex;padding:1.4rem 2.4rem;justify-content:center;align-items:center;gap:.5rem;border-radius:3rem;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;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:rgba(0,0,0,0);outline:none}.auth__header-button:hover{background:#404040;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15);cursor:pointer}.auth__content{width:46rem}.auth__content,.auth__content-form{display:flex;flex-direction:column;align-items:center}.auth__content-form{padding:4rem 3.2rem;gap:2.9rem;align-self:stretch}.auth__content-details{display:flex;flex-direction:column;align-items:center;gap:.6rem}.auth__content-details-title{display:flex;justify-content:center;align-items:center;gap:.4rem;align-self:stretch;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}.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);padding:0 11.5rem;height:100%;align-items:center;justify-content:center}.auth__left,.auth__left-content{display:flex;flex-direction:column}.auth__left-content{gap:8rem;width:59.14rem}.auth__left-content svg{width:12.21rem;height:6rem}.auth__left-content img{width:100%}.auth__left-header{display:inline-flex;padding:1rem;flex-direction:column;align-items:center;gap:3.4rem}.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{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.auth__input-label{padding:.8rem 1rem .8rem 0;align-items:flex-start;color:var(--Ui-Colors-White,#F4F4F4);transition:color .2s ease}.auth__input-field,.auth__input-label{display:flex;gap:1rem;align-self:stretch;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.auth__input-field{height:4.8rem;padding:2rem 2.5rem;justify-content:center;align-items:center;outline:none;color:#fff;transition:all .2s ease-in-out;border-radius:1rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636)}.auth__input-field::-moz-placeholder{color:var(--Shade-3,#B1B1B1);-moz-transition:color .2s ease;transition:color .2s ease}.auth__input-field::placeholder{color:var(--Shade-3,#B1B1B1);transition:color .2s ease}.auth__input-field:hover{border-color:#666;background:#404040}.auth__input-field:focus{border-color:#9fe870;background:#404040;box-shadow:0 0 0 .2rem rgba(0,171,77,.1)}.auth__input-field:hover::-moz-placeholder{color:#c4c4c4}.auth__input-field:hover::placeholder{color:#c4c4c4}.auth__input-error{display:flex;padding:.8rem 0;align-items:center;gap:.4rem;color:var(--Ui-Colors-Red,#EE5E5E);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;animation:fadeIn .3s ease}.auth__input-error svg{width:1.6rem;height:1.6rem;animation:shake .5s ease-in-out}.auth__input--disabled{opacity:.5;cursor:not-allowed}.auth__input .auth__multi-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.8rem;min-height:2rem}.auth__input .auth__multi-tag{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;background:var(--Ui-Colors-Green-Light,#9FE870);color:var(--Ui-Colors-Dark-Background,#222);border-radius:2rem;font-size:1.4rem;font-weight:500;max-width:20rem;word-break:break-word;animation:fadeIn .3s ease}.auth__input .auth__multi-tag-remove{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;background:rgba(34,34,34,.2);border:none;border-radius:50%;color:var(--Ui-Colors-Dark-Background,#222);font-size:1.2rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.auth__input .auth__multi-tag-remove:hover:not(:disabled){background:rgba(34,34,34,.4)}.auth__input .auth__multi-tag-remove:disabled{opacity:.5;cursor:not-allowed}.auth__right{display:flex;align-items:center;justify-content:center;width:100%;flex:1 0 0}.auth__right-content{display:flex;width:45rem;flex-direction:column;align-items:center;gap:2.4rem}.auth__right-divider{display:flex;justify-content:center;align-items:center;gap:.8rem;align-self:stretch;cursor:pointer}.auth__right-divider span{background:#363636;height:.1rem;flex:1 0 0}.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{display:flex;flex-direction:column;align-items:center;gap:.9rem;align-self:stretch}.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{display:flex;justify-content:center;align-items:center;gap:1rem;align-self:stretch;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.auth__tabs-item{text-align:center;font-feature-settings:"liga" off,"clig" off;color:var(--Ui-Colors-Stroke-Light,#505050);font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;padding:2.4rem 0 1.8rem;flex:1 0 0;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{display:flex;height:5.2rem;padding:1.4rem 3rem 1.4rem 2.5rem;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0;border-radius:9rem;background:var(--Ui-Colors-Stroke-Dark,#363636);width:100%;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:all .2s ease-in-out;cursor:pointer;border:1px solid rgba(0,0,0,0)}.auth__google-login:hover{background:#404040;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15)}.auth__google-login:active{transform:translateY(0);box-shadow:none}.auth__google-login svg{width:2rem;height:2rem;transition:transform .2s ease}.auth__google-login:hover svg{transform:scale(1.05)}.auth__form{flex:1 0 0;gap:2.4rem}.auth__form,.auth__form-content{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.auth__form-content{gap:1rem}.auth__form-conditions{display:flex;padding:.8rem 0;justify-content:space-between;align-items:center;align-self:stretch}.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 ease}.auth__form-conditions label a{color:var(--Ui-Colors-Green-Light,#9FE870);text-decoration:none;position:relative;transition:all .2s ease}.auth__form-conditions label a:after{content:"";position:absolute;width:0;height:.1rem;bottom:-.2rem;left:0;background-color:var(--Ui-Colors-Green-Light,#9FE870);transition:width .2s ease}.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{display:flex;align-items:center;gap:.8rem}.auth__form-checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.8rem;height:1.8rem;border:2px solid var(--Ui-Colors-Text-Light,#a9a9a9);border-radius:.4rem;cursor:pointer;position:relative;background:rgba(0,0,0,0);transition:all .2s ease}.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:"";position:absolute;left:.5rem;top:.2rem;width:.5rem;height:1rem;border:solid #fff;border-width:0 .2rem .2rem 0;transform:rotate(45deg);animation:checkmark .2s ease-in-out}.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;-moz-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;position:relative;transition:all .2s ease}.auth__form-forgot:after{content:"";position:absolute;width:0;height:.1rem;bottom:-.2rem;left:0;background-color:var(--Ui-Colors-White,#F4F4F4);transition:width .2s ease}.auth__form-forgot:hover{color:#fff}.auth__form-forgot:hover:after{width:100%}.auth__form-forgot:active{color:#e0e0e0}.auth__btn{border-radius:3rem;background:#00ab4d;display:flex;height:4.8rem;padding:1.4rem 3.2rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;color:var(--White,#FFF);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;outline:none;border:none;cursor:pointer;transition:all .2s ease-in-out;width:-moz-fit-content;width:fit-content;align-self:flex-end}.auth__btn:hover{background:#009543;box-shadow:0 .4rem 1.2rem rgba(0,171,77,.2)}.auth__btn:active{transform:translateY(0);background:#009543;box-shadow:none}.auth__btn svg{width:2rem;height:2rem;transition:transform .2s ease}.auth__btn:hover svg{transform:scale(1.05)}.auth__body{padding:8rem 0;z-index:2;flex:1 0 0;justify-content:center}.auth__body,.auth__resend-otp{display:flex;align-items:center}.auth__resend-otp{flex-direction:column;gap:.8rem;align-self:stretch}.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{background:rgba(0,0,0,0);border:none;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;cursor:pointer;transition:all .2s ease;text-decoration:underline}.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{display:flex;justify-content:center;align-items:center;align-self:stretch;margin-top:1.6rem}.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 ease}.auth__back-link a:hover{color:var(--Ui-Colors-White,#F4F4F4)}.auth__email-display{display:flex;padding:1.6rem 2.4rem;justify-content:center;align-items:center;border-radius:9rem;background:var(--Ui-Colors-Stroke-Dark,#363636);gap:1rem}.auth__email-text{color:var(--Ui-Colors-White,#F4F4F4)}.auth__email-change,.auth__email-text{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{background:rgba(0,0,0,0);border:none;color:var(--Ui-Colors-Green-Light,#9FE870);cursor:pointer;transition:all .2s ease}.auth__email-change:hover{color:#b8ff89}.auth__email .plan-modal__footer{margin-top:auto}.auth__otp-inputs{display:flex;justify-content:center;align-items:center;gap:1.2rem;align-self:stretch}.auth__otp-inputs .auth__otp-input{width:4.8rem;height:4.8rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);border-radius:.8rem;background:var(--Ui-Colors-Stroke-Dark,#363636);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;text-align:center;outline:none;transition:all .2s ease}.auth__otp-inputs .auth__otp-input::-moz-placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.auth__otp-inputs .auth__otp-input::placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.auth__otp-inputs .auth__otp-input:hover{border-color:#666;background:#404040}.auth__otp-inputs .auth__otp-input:focus{border-color:var(--Ui-Colors-Green-Light,#9FE870);background:#404040;box-shadow:0 0 0 .2rem rgba(159,232,112,.1)}.auth__otp-actions{display:flex;justify-content:space-between;align-items:center;align-self:stretch;margin-top:2.4rem}.auth__otp-actions .auth__resend-otp-btn{background:rgba(0,0,0,0);border:none;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;cursor:pointer;transition:all .2s ease}.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{display:flex;align-items:center;align-content:center;gap:2.4rem;align-self:stretch;flex-wrap:wrap;margin-top:2.4rem;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:.6s;display:grid;grid-template-columns:repeat(4,1fr)}.transfers__item{display:flex;flex:1 0 267px;padding:1.6rem;flex-direction:column;align-items:center;gap:1.2rem;border-radius:.8rem;border:1px solid #363636;background:#2b2b2b;transition:.1s ease-in-out}.transfers__item:hover{cursor:pointer;background:rgba(43,43,43,.431372549)}.transfers__item:hover .workspace__item-icon svg path{fill:#9fe870}.transfers__item-menu{display:flex;justify-content:flex-end;align-items:center;gap:1rem;align-self:stretch;transition:.1s ease-in-out}.transfers__item-menu:hover svg path{fill:#9fe870}.transfers__item-menu:hover .dropdown-menu svg path{fill:rgba(0,0,0,0)}.transfers__item-icon{display:flex;justify-content:center;align-items:center}.transfers__item-icon img{width:9.2rem;height:9.2rem;padding:.1rem 1.1rem}.transfers__item-details{display:flex;padding:.8rem 0;flex-direction:column;align-items:center;gap:.4rem;align-self:stretch}.transfers__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;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.transfers__item-details h3,.transfers__item-details p{text-align:center;text-overflow:ellipsis;line-height:normal;overflow:hidden}.transfers__item-details p{color:var(--Ui-Colors-Text-Light,#A9A9A9);font-feature-settings:"liga" off,"clig" off;white-space:nowrap;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400}.transfers__header-text{color:var(--Ui-Colors-Text-Light,#A9A9A9)!important;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem!important;font-style:normal;font-weight:500;line-height:normal}.transfers__folder-single{display:flex;width:26.7rem;padding:1.6rem;align-items:center;gap:1.6rem;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B)}.transfers__folder-single:hover{cursor:pointer;background:rgba(43,43,43,.431372549)}.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{background:rgba(17,17,17,.86);backdrop-filter:blur(7px);display:flex;position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;z-index:500;opacity:0;transition:opacity .3s ease}.transfers__move.visible{opacity:1}.transfers__move.hidden{opacity:0}.transfers__move-container{width:68.6rem;height:auto;flex-shrink:0;border-radius:2rem;background:var(--Ui-Colors-Dark-Background,#222);padding:2.1rem;transform:scale(.95);transition:transform .3s ease,opacity .3s ease;box-shadow:0 1rem 2.5rem rgba(0,0,0,.2);animation:popIn .3s forwards}.transfers__move-head{display:flex;justify-content:space-between;align-items:center}.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{width:2.4rem;height:2.4rem;flex-shrink:0;cursor:pointer;border-radius:50%;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.transfers__move-close:hover{background-color:rgba(169,169,169,.1)}.transfers__move-close:active{background-color:rgba(169,169,169,.2);transform:scale(.95)}.transfers__move-selected{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.4rem;margin-top:1.6rem;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;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;padding:1.2rem 1.4rem;gap:1rem;align-self:stretch;border-radius:9rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease}.transfers__move-selected-item:focus,.transfers__move-selected-item:hover{border-color:var(--Ui-Colors-Gren,#009D4A);outline:none}.transfers__move-selected-item option{background:#363636}.transfers__move-selected-count{position:absolute;right:2.4rem;top:50%;transform:translateY(-50%);color:#a9a9a9;font-size:1.2rem;padding:.4rem .8rem;background:#444;border-radius:1.2rem}.transfers__move-section{display:flex;width:100%;padding:1.4rem;flex-direction:column;align-items:flex-start;gap:1.4rem;border-radius:.8rem;border:1px dashed var(--Ui-Colors-Stroke-Light,#505050);background:#2b2b2b;margin-top:1.6rem}.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{display:flex;height:27.4rem;padding:1.4rem 2.4rem 0;flex-direction:column;align-items:flex-start;gap:1.4rem;align-self:stretch;border-radius:1.4rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;transition:border-color .3s ease}.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{display:block;width:.8rem;height:.8rem}.transfers__move-section-list.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.transfers__move-section-list.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.transfers__move-section-list.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.transfers__move-section-list.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,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:rgba(136,136,136,.7)}.transfers__move-section-list.shake-animation{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both;border-color:#ff4d4d}.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{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;flex:1 0 0;align-self:stretch;width:100%}.transfers__move-section-list ul li{display:flex;align-items:center;gap:1.5rem;align-self:stretch;border-bottom:1px solid var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer;transition:background-color .2s ease;border-radius:.4rem;padding:1rem 0 1rem 1rem}.transfers__move-section-list ul li:hover{background-color:rgba(80,80,80,.3)}.transfers__move-section-list ul li.selected{background-color:rgba(0,157,74,.1)}.transfers__move-section-list ul li:last-child{border-bottom:none}.transfers__move-actions{display:flex;align-items:center;gap:.8rem;align-self:stretch;width:100%;margin-top:1.6rem;justify-content:flex-end}.transfers__move-btns{display:flex;padding:.8rem 2.4rem;justify-content:center;align-items:center;gap:.8rem;border-radius:9rem;background:var(--Ui-Colors-Text-Light,#A9A9A9);color:var(--Ui-Colors-Stroke-Dark,#363636);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;outline:none;border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.transfers__move-btns:hover{transform:translateY(-.2rem)}.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{width:100%;height:60vh;padding:6.8rem 1.4rem;justify-content:center;gap:1.4rem;border-radius:.8rem;border:2px dashed var(--Ui-Colors-Stroke-Light,#505050);background:#2b2b2b;margin-top:4rem}.transfers__empty,.transfers__empty-content{display:flex;flex-direction:column;align-items:center}.transfers__empty-content{width:38.3rem;gap:.8rem}.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{display:flex;align-items:center;gap:1rem}.transfer-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.transfer-modal__content{background-color:#1a1a1a;border-radius:.8rem;box-shadow:0 .4rem 2rem rgba(0,0,0,.3);width:100%;max-width:60rem;max-height:85vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;position:relative;padding:2.4rem;color:#e0e0e0}.transfer-modal__content::-webkit-scrollbar{display:none}.transfer-modal__content.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.transfer-modal__content.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.transfer-modal__content.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.transfer-modal__content.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.transfer-modal__content.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.transfer-modal__content.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.transfer-modal__content:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.transfer-modal__content:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.transfer-modal__title{font-size:2.4rem;font-weight:600;margin:0 0 2.4rem;color:#fff;text-align:center}.transfer-modal__subtitle{font-size:1.6rem;color:#b0b0b0;margin-bottom:2.4rem;text-align:center}.transfer-modal__close{position:absolute;top:1.6rem;right:1.6rem;background:none;border:none;cursor:pointer;color:#b0b0b0;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s}.transfer-modal__close:hover{color:#fff}.transfer-modal__dropzone{border:2px dashed #4d4d4d;border-radius:.8rem;padding:6rem 2rem;text-align:center;margin-bottom:2rem;transition:all .3s ease;background-color:#222}.transfer-modal__dropzone.active{border-color:#4a80ff;background-color:rgba(74,128,255,.1)}.transfer-modal__dropzone-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.transfer-modal__dropzone h3{font-size:1.8rem;font-weight:500;margin:1.6rem 0 .8rem;color:#e0e0e0}.transfer-modal__dropzone h3 span{color:#4a80ff;font-weight:600}.transfer-modal__dropzone .drop-icon{color:#9fe870;opacity:.9}.transfer-modal__instruction{color:#b0b0b0;font-size:1.4rem;margin-bottom:1rem}.transfer-modal__button,.upload__button{background-color:#009d4a;color:#fff;border:none;border-radius:.7rem;padding:1rem 1.6rem;font-size:1.4rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.8rem;transition:background-color .2s}.transfer-modal__button:hover,.upload__button:hover{background-color:#9fe870}.transfer-modal__button--secondary,.upload__button--secondary{background-color:rgba(0,0,0,0);border:1px solid #4d4d4d;color:#e0e0e0}.transfer-modal__button--secondary:hover,.upload__button--secondary:hover{background-color:hsla(0,0%,100%,.05)}.transfer-modal__button--small,.upload__button--small{padding:.8rem 1.2rem;font-size:1.3rem}.transfer-modal__button:disabled,.upload__button:disabled{background-color:#4d4d4d;color:#888;cursor:not-allowed}.transfer-modal__button svg,.upload__button svg{stroke:currentColor}.transfer-queue{display:flex;flex-direction:column;gap:2.4rem;margin-top:2rem}.transfer-section{margin-bottom:2rem}.transfer-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.transfer-section__title{font-size:1.6rem;font-weight:600;color:#e0e0e0;margin:0}.transfer-section__actions{display:flex;gap:.8rem}.transfer-action-button{background:none;border:none;color:#9fe870;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;gap:.4rem}.transfer-action-button:hover{text-decoration:underline}.transfer-files-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.6rem}.transfer-empty-state{text-align:center;padding:4rem 2.4rem;color:#b0b0b0;background-color:#222;border-radius:.8rem;font-size:1.4rem;border:2px dashed #4d4d4d;display:flex;flex-direction:column;align-items:center}.transfer-empty-state button{margin-top:1.6rem}.transfer-files-summary{display:flex;justify-content:space-between;padding:1.2rem;background-color:#2a2a2a;border-radius:.4rem;font-size:1.4rem;color:#b0b0b0;margin-top:1.2rem}.transfer-file-card{display:flex;align-items:center;gap:1.2rem;padding:1.2rem;background-color:#222;border:1px solid #3a3a3a;border-radius:.6rem;transition:background-color .2s}.transfer-file-card:hover{background-color:#2a2a2a}.transfer-file-card__preview{width:4.8rem;height:4.8rem;border-radius:.4rem;overflow:hidden;background-color:#2a2a2a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.transfer-file-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.transfer-file-card__icon{color:#b0b0b0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.transfer-file-card__extension{font-size:1rem;font-weight:600;color:#b0b0b0;text-transform:uppercase;margin-top:.4rem}.transfer-file-card__content{flex:1;min-width:0}.transfer-file-card__name{font-size:1.4rem;font-weight:500;color:#e0e0e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.4rem}.transfer-file-card__size{font-size:1.2rem;color:#b0b0b0}.transfer-file-card__cancel,.transfer-file-card__remove{background:none;border:none;color:#888;width:2.4rem;height:2.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.transfer-file-card__cancel:hover,.transfer-file-card__remove:hover{background-color:hsla(0,0%,100%,.1);color:#e0e0e0}.transfer-file-card__progress{width:100%;height:.4rem;background-color:#3a3a3a;border-radius:.2rem;overflow:hidden;margin-top:.8rem}.transfer-file-card__progress-bar{height:100%;background-color:#9fe870;transition:width .3s ease}.transfer-file-card__actions{display:flex;flex-direction:column;gap:.6rem;align-items:center}.transfer-uploading{text-align:center;padding:2rem 0}.transfer-progress{margin:2.4rem 0}.transfer-progress__bar{width:100%;height:.8rem;background-color:#3a3a3a;border-radius:.4rem;overflow:hidden;margin-bottom:1.2rem}.transfer-progress__fill{height:100%;background-color:#9fe870;transition:width .3s ease}.transfer-progress__percentage{font-size:1.8rem;font-weight:600;color:#e0e0e0;margin-bottom:1.6rem}.transfer-progress__details{font-size:1.4rem;color:#b0b0b0;margin-bottom:2.4rem}.transfer-files--compact{margin-top:2.4rem;display:flex;flex-direction:column;gap:.8rem}.transfer-file-item{display:flex;justify-content:space-between;padding:1rem 1.2rem;background-color:#222;border-radius:.4rem;font-size:1.3rem;border:1px solid #3a3a3a}.transfer-file-item__name{font-weight:500;color:#e0e0e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin-right:1.2rem}.transfer-file-item__size{color:#b0b0b0;flex-shrink:0}.transfer-file-item--more{color:#b0b0b0;font-style:italic;justify-content:center}.transfer-success{text-align:center;padding:4rem 0}.transfer-success__icon{width:8rem;height:8rem;border-radius:50%;background-color:rgba(159,232,112,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 2.4rem}.transfer-success__icon svg{stroke:#9fe870}.transfer-success__title{font-size:2.4rem;font-weight:600;color:#fff;margin-bottom:1.2rem}.transfer-success__description{font-size:1.6rem;color:#b0b0b0;margin-bottom:2.4rem}.transfer-actions{display:flex;justify-content:flex-end;gap:1.2rem;margin-top:2.4rem;padding-top:1.6rem;border-top:1px solid #3a3a3a}.transfer-cancel-button{background:none;border:1px solid #ff4d4f;color:#ff4d4f;padding:.8rem 1.6rem;border-radius:.4rem;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:1rem auto}.transfer-cancel-button:hover{background-color:rgba(255,77,79,.1)}.transfer-button-spinner{width:1.6rem;height:1.6rem;border-radius:50%;border:2px solid rgba(0,0,0,.3);border-top-color:#000;animation:spin 1s linear infinite;margin-right:.8rem}.transfer-modal__spinner,.upload__spinner{width:4rem;height:4rem;border-radius:50%;border:3px solid rgba(159,232,112,.3);border-top-color:#9fe870;animation:spin 1s linear infinite}.transfer-modal__processing,.upload__processing{display:flex;flex-direction:column;align-items:center;gap:1.6rem}.transfer-modal__processing p,.upload__processing p{color:#e0e0e0}.transfer-add-more{text-align:center;padding:3rem 2rem}.transfer-add-more .upload__title{font-size:2.4rem;font-weight:600;margin:0 0 1.6rem;color:#fff}.transfer-add-more .upload__subtitle{font-size:1.6rem;color:#b0b0b0;margin-bottom:3rem}.transfer-add-more__actions{display:flex;justify-content:center;gap:1.6rem}.transfer-add-more__actions .nav__btn{min-width:12rem}.transfer-add-more__actions .nav__btn.upload__button--secondary{background-color:rgba(0,0,0,0);border:1px solid #4d4d4d;color:#e0e0e0}.transfer-add-more__actions .nav__btn.upload__button--secondary:hover{background-color:hsla(0,0%,100%,.05)}@media(max-width:48rem){.transfer-add-more__actions{flex-direction:column}.transfer-add-more__actions .nav__btn{width:100%}}.transfer-modal__dropzone{min-height:30rem;display:flex;align-items:center;justify-content:center;flex-direction:column}.transfer-modal__dropzone .transfer-modal__instruction{color:hsla(0,0%,100%,.6);margin:1.6rem 0}.transfer-modal .select-files-btn{background-color:hsla(0,0%,100%,.1);color:#fff;border:none;border-radius:2rem;padding:1rem 2rem;font-size:1.4rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.8rem;transition:background-color .2s;margin-top:1.6rem}.transfer-modal .select-files-btn:hover{background-color:hsla(0,0%,100%,.2)}.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}.nav__btn,.transfer-modal__button,.upload__button{width:100%;justify-content:center}}.connection__content{display:flex;gap:2.4rem;flex-wrap:wrap;margin-top:2.4rem}.connection__item{flex:1 0 170px;padding:1.6rem 1rem;display:flex;align-items:center;flex-direction:column;gap:1.8rem;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B)}.connection__item img,.connection__item-avatar{width:10.1rem;height:10.1rem;padding:0}.connection__item:hover{background:#363636}.connection__item-details{display:flex;flex-direction:column;gap:1rem;height:100%}.connection__item-btn{display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;gap:.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;color:#9fe870;border-radius:2rem;background:var(--Ui-Colors-Stroke-Dark,#363636);margin-top:auto;padding:1.1rem 1.4rem}.connection__item-btn svg{width:2rem;height:2rem}.connection__item-btn:hover{background:#363636}.connection__tabs{display:inline-flex;align-items:center;gap:.4rem;margin:2.8rem 0 3.2rem;width:100%}@media(max-width:37.5em){.connection__tabs{margin-top:0}}.connection__tab{display:flex;height:3.6rem;padding:0 2.4rem;justify-content:center;align-items:center;color:var(--Ui-Colors-Text-Light,#A9A9A9);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;cursor:pointer}.connection__tab.active,.connection__tab:hover{border-radius:2rem;background:#2b2b2b}.connection-strip{border-radius:1rem;border:1.4px solid #363636;background:#2b2b2b;flex-shrink:0;width:100%;padding:2.1rem;display:flex;flex-direction:column;gap:1.6rem}.connection-strip__header{display:flex;align-items:center;gap:1.6rem}.connection-strip:hover{background:#363636}.connection-strip__avatar svg{width:10.57rem;height:8.6rem}.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{display:flex;gap:.4rem;flex-wrap:wrap}.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{display:flex;padding:.8rem 0;justify-content:flex-start;align-items:center;gap:1.8rem;align-self:stretch}.connection-strip ul li{display:flex;align-items:center;gap:.46rem;color:var(--Ui-Colors-Text-Light,#A9A9A9);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}.connection-strip ul li svg{width:2rem;height:2rem}.connection-strip__btn{border:none;outline:none;cursor:pointer;gap:.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);background:#2b2b2b;transition:all .3s ease;margin-left:auto;display:flex;padding:1rem .9rem 1rem 1.4rem;justify-content:center;align-items:center;border-radius:2rem;background:var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-White,#F4F4F4);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px}.connection-strip__btn:hover{background:#363636;background:var(--Ui-Colors-Stroke-Light,rgba(80,80,80,.8039215686))}.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,rgba(158,232,112,.768627451))}.connection-strip__btn svg{width:2rem;height:2rem;aspect-ratio:1/1}@media(max-width:37.5em){.connection-strip__btn{width:100%}}.connection-strip__reviews{display:flex;gap:1.6rem}.connection-strip__reviews-item{display:flex}.connection-strip__reviews.scrollable{overflow-x:scroll;max-width:100%;padding-bottom:2rem;scrollbar-width:none;-ms-overflow-style:none;min-height:3rem}.connection-strip__reviews.scrollable::-webkit-scrollbar{display:none}.connection-strip__reviews.scrollable.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.connection-strip__reviews.scrollable.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.connection-strip__reviews.scrollable.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.connection-strip__reviews.scrollable.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.connection-strip__reviews.scrollable.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.connection-strip__reviews.scrollable.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.connection-strip__reviews.scrollable:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.connection-strip__reviews.scrollable:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.connection__list{display:flex;flex-direction:column;gap:1.2rem}.connection__list-empty{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:#a9a9a9;font-size:1.8rem;font-weight:400;line-height:normal;min-height:50vh}.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{width:8.4rem;height:1.4rem;flex-shrink:0;border-radius:.8rem;opacity:.2;background:#d9d9d9}.connection__empty .transfers__item-details p{width:4.6rem;height:.8rem;flex-shrink:0;border-radius:.8rem;opacity:.2;background:#d9d9d9}.connection__empty .connection__item-btn{display:inline-flex;width:11.7rem;height:4.2rem;padding:1.1rem 1.4rem;justify-content:center;align-items:center;flex-shrink:0;border:none;outline:none;cursor:pointer;border-radius:2rem;background:var(--Ui-Colors-Stroke-Dark,#363636)}.new-connection-popup{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--Ui-Colors-Dark-Background,rgba(34,34,34,.8745098039));z-index:1000}.new-connection-popup__container{padding:2.4rem;display:flex;width:50.7rem;flex-direction:column;align-items:center;border-radius:1.6rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);box-shadow:0 5.2rem 8.4rem 1rem rgba(0,0,0,.5);gap:2.4rem}.new-connection-popup__header{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.new-connection-popup__header-left{display:flex;align-items:center;gap:1.2rem}.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{border-radius:9rem;background:var(--Ui-Colors-Stroke-Dark,#363636);border:none;outline:none;cursor:pointer;display:flex;padding:.5rem;align-items:flex-start;gap:1rem}.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:1 0 0;width:100%;display:flex;flex-direction:column;align-items:center;gap:2.4rem}.new-connection-popup__btn{width:100%}.profile-update{position:relative;display:flex;width:33rem;padding:1.6rem 1.5rem;flex-direction:column;align-items:flex-start;gap:2rem;border-radius:1.6rem;background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425E2F 0,#16482E 100%));box-shadow:0 5.2rem 8.4rem 1rem rgba(0,0,0,.5)}.profile-update-header{display:flex;align-items:flex-start;gap:1.7rem;align-self:stretch}.profile-update-header svg{width:20rem;height:5.5rem;aspect-ratio:67.57/55}.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{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.profile-update-footer-left{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;display:flex;width:14.1rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}.profile-update-footer-progress{display:flex;height:.6rem;padding-right:8.4rem;align-items:center;align-self:stretch;border-radius:2.4rem;background:rgba(169,169,169,.42)}.profile-update-footer-progress-bar{width:5.7rem;height:.6rem;border-radius:2.4rem;background:var(--Color,#FFF)}.profile-update-footer-buttons{display:flex;align-items:center;gap:.8rem}.profile-update-footer-button{display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;gap:.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;padding:.8rem 1.2rem;border-radius:9rem;background:var(--Ui-Colors-Green-Light,#9FE870)}.profile-update-footer-button svg{width:2rem;height:2rem}.profile-update-footer-button:hover{background:#363636;background:var(--Ui-Colors-Green-Light,rgba(158,232,112,.8235294118))}.profile-update-footer-close{border-radius:2rem;border:none;outline:none;cursor:pointer;gap:.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;padding:0;border-radius:50%;background:rgba(244,244,244,.1);border:1px solid rgba(244,244,244,.2);transition:all .2s ease}.profile-update-footer-close svg{width:2rem;height:2rem}.profile-update-footer-close:hover{background:#363636;background:rgba(244,244,244,.2);border-color:rgba(244,244,244,.3);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-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Dark-Background,#222);justify-content:center;gap:2.4rem;padding:4rem;box-shadow:none}@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);font-size:1.8rem;text-align:center}.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{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.7);z-index:1000}.ai-summary-modal .ai-summary-container{display:flex;width:104rem;max-width:90%;height:79.8rem;max-height:90vh;flex-direction:column;align-items:flex-start;border-radius:.8rem;background:#2b2b2b;box-shadow:0 .1rem .4rem 0 rgba(0,0,0,.15);overflow:hidden}.ai-summary-modal .ai-summary-header{display:flex;padding:1.6rem;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #4b4b4b}.ai-summary-modal .ai-summary-header h3{color:#f4f4f4;text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;margin:0}.ai-summary-modal .ai-summary-header .close-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.ai-summary-modal .ai-summary-header .close-button:hover{opacity:.7}.ai-summary-modal .ai-summary-body{display:flex;flex-direction:column;padding:1.6rem;gap:1.6rem;width:100%;height:calc(100% - 5.3rem);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.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{display:block;width:.8rem;height:.8rem}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.ai-summary-modal .ai-summary-body.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,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:rgba(136,136,136,.7)}.ai-summary-modal .summary-content{display:flex;flex-direction:column;gap:2.4rem;width:100%}.ai-summary-modal .summary-item{display:flex;gap:1.6rem}.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;font-size:1.4rem;font-family:Roboto,sans-serif;line-height:1.5;margin:0 0 1.6rem}.ai-summary-modal .summary-details{display:flex;flex-direction:column;gap:1rem;margin-top:1.6rem;padding-top:1.6rem;border-top:1px solid #4b4b4b}.ai-summary-modal .summary-details p{margin:0!important;font-size:1.3rem!important}.ai-summary-modal .summary-details p strong{font-weight:500;color:#a9a9a9}.ai-summary-modal .color-palette{display:flex;flex-direction:column;gap:.8rem;margin-top:.8rem}.ai-summary-modal .color-palette .color-swatches{display:flex;gap:.8rem;flex-wrap:wrap}.ai-summary-modal .color-palette .color-swatch{width:2.4rem;height:2.4rem;border-radius:.4rem;border:1px solid hsla(0,0%,100%,.1);transition:transform .2s ease}.ai-summary-modal .color-palette .color-swatch:hover{transform:scale(1.1)}.ai-summary-modal .summary-actions{display:flex;gap:1.2rem;margin-top:.8rem}.ai-summary-modal .summary-actions .action-button{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.6rem;background-color:rgba(75,75,75,.5);border:none;border-radius:.4rem;color:#f4f4f4;font-size:1.4rem;font-family:Roboto,sans-serif;cursor:pointer;transition:all .2s ease}.ai-summary-modal .summary-actions .action-button:hover{background-color:rgba(75,75,75,.8)}.ai-summary-modal .summary-actions .action-button:active{transform:translateY(.1rem)}.ai-summary-modal .loading{display:flex;align-items:center;justify-content:center;height:20rem;width:100%}.ai-summary-modal .loading p{color:#a9a9a9;font-size:1.4rem;font-family:Roboto,sans-serif;animation:pulse 1.5s ease-in-out infinite}.ai-summary-modal .chat-history{display:flex;flex-direction:column;gap:1.2rem;margin:1.6rem 0;padding-top:1.6rem;border-top:1px solid #4b4b4b;width:100%}.ai-summary-modal .chat-message{padding:1.2rem 1.6rem;border-radius:.8rem}.ai-summary-modal .chat-message p{color:#f4f4f4;margin:0;font-size:1.4rem;font-family:Roboto,sans-serif;line-height:1.5;display:flex;gap:.5rem}.ai-summary-modal .chat-message p svg{width:2rem;height:2rem;min-width: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{background-color:rgba(0,0,0,0);border:1px dashed #4b4b4b;opacity:.8}.ai-summary-modal .chat-message-container{display:flex;flex-direction:column;max-width:85%}.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{display:flex;justify-content:flex-start;padding:.4rem 1.6rem}.assistant:hover .ai-summary-modal .chat-message-actions{opacity:1}.ai-summary-modal .chat-message-actions .copy-message-button{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background-color:rgba(75,75,75,.5);border:none;border-radius:.4rem;color:#a9a9a9;font-size:1.2rem;font-family:Roboto,sans-serif;cursor:pointer;transition:all .2s ease}.ai-summary-modal .chat-message-actions .copy-message-button:hover{background-color:rgba(75,75,75,.8);color:#f4f4f4}.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{display:flex;width:100%;gap:.8rem;margin-top:auto}.ai-summary-modal .chat-input-container .chat-input{flex:1;background-color:#3a3a3a;border:1px solid #4b4b4b;border-radius:.4rem;padding:1.2rem 1.6rem;color:#f4f4f4;font-size:1.4rem;font-family:Roboto,sans-serif}.ai-summary-modal .chat-input-container .chat-input:focus{outline:none;border-color:#9fe870;box-shadow:0 0 0 .1rem rgba(159,232,112,.2)}.ai-summary-modal .chat-input-container .chat-input::-moz-placeholder{color:#a9a9a9}.ai-summary-modal .chat-input-container .chat-input::placeholder{color:#a9a9a9}.ai-summary-modal .chat-input-container .chat-submit-button{display:flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;background-color:rgba(9,157,74,.2);border:none;border-radius:.4rem;cursor:pointer;transition:all .2s ease}.ai-summary-modal .chat-input-container .chat-submit-button:hover:not(:disabled){background-color:rgba(9,157,74,.4)}.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{background-color:rgba(75,75,75,.2);cursor:not-allowed}.ai-summary-modal .chat-input-container .chat-submit-button:disabled svg path{stroke:#666}@keyframes slideUp{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.ai-summary-modal{animation:fadeIn .3s ease}.ai-summary-modal .chat-message-container{animation:slideUp .2s ease}@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{margin-top:1.6rem;padding:1.6rem;background:#2b2b2b;border-radius:.8rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-.8rem)}to{opacity:1;transform:translateY(0)}}.regenerate-input{width:100%;min-height:8rem;padding:1.2rem;border:1px solid #e0e0e0;border-radius:.6rem;margin-bottom:1.2rem;resize:vertical;font-family:inherit;font-size:1.4rem;line-height:1.5;background:#2b2b2b;transition:all .2s ease}.regenerate-input:focus{outline:none;border-color:#9fe870;box-shadow:0 0 0 .3rem rgba(159,232,112,.1)}.regenerate-input::-moz-placeholder{color:#999}.regenerate-input::placeholder{color:#999}.regenerate-input:disabled{background-color:#f5f5f5;color:#888;cursor:not-allowed}.regenerate-input-actions{display:flex;justify-content:flex-end;gap:.8rem}.cancel-button{background:none;border:1px solid #e0e0e0;color:#fff;padding:.8rem 1.6rem;border-radius:.6rem;cursor:pointer;transition:all .2s ease;font-size:1.4rem;font-weight:500}.cancel-button:hover{background-color:#f5f5f5;border-color:#d0d0d0;color:#fff}.cancel-button:active{transform:translateY(1px)}.submit-regenerate-button{background:#9fe870;border:none;color:#333;padding:.8rem 1.6rem;border-radius:.6rem;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:all .2s ease;font-size:1.4rem;font-weight:500}.submit-regenerate-button:hover{background:#8dd65e;transform:translateY(-.1rem);box-shadow:0 .2rem .4rem rgba(0,0,0,.1)}.submit-regenerate-button:active{transform:translateY(0);box-shadow:none}.submit-regenerate-button:disabled{background:#e0e0e0;cursor:not-allowed;transform:none;box-shadow:none}.submit-regenerate-button:disabled:hover{background:#e0e0e0}.submit-regenerate-button svg{transition:transform .2s ease;stroke:#666}.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{width:100%;justify-content:center}}.workspace__content{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin-top:2.4rem;transform:translateY(2rem);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:.5s}.workspace__item{display:flex;padding:1.8rem 2.4rem;align-items:center;gap:1.6rem;align-self:stretch;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);transition:all .2s ease-out;transform:translateY(0);position:relative}.workspace__item:hover{cursor:pointer;background:rgba(43,43,43,.431372549);transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15);border-color:#505050}.workspace__item:hover .workspace__item-icon{transform:scale(1.05);transition:transform .2s ease-out}.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 rgba(0,0,0,.1)}.workspace__item .workspace__item-more{transition:all .2s ease-out;padding:.4rem;border-radius:.4rem;margin:-.4rem}.workspace__item .workspace__item-more:hover{background:rgba(159,232,112,.1)}.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{width:6rem;height:6rem;flex-shrink:0;background:var(--Ui-Colors-Dark-Background,#222);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease-out}.workspace__item-icon svg{width:3.2rem;height:3.2rem;flex-shrink:0;transition:fill .2s ease-out}.workspace__item-details{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1 0 0}.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);transition:color .2s ease-out}.workspace__item-connections,.workspace__item-details p{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.workspace__item-connections{gap:.3rem;padding-top:.8rem;color:var(--Ui-Colors-Green-Light,#9FE870);text-align:center}.workspace__item-connections,.workspace__item-connections ul{display:flex;align-items:center}.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{transform:translateY(-.1rem);z-index:1}.workspace__header{display:flex;align-items:center;gap:2.7rem}.workspace__header-btn{display:flex;width:4rem;height:4rem;justify-content:center;align-items:center;gap:1rem;border-radius:9rem;background:var(--Ui-Colors-Stroke-Light,#505050);transition:all .2s ease-out;cursor:pointer}.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{display:flex;align-items:center;gap:1rem;margin-top:4.2rem;margin-bottom:2.1rem}.workspace__tabs-item{display:flex;padding:1.2rem 2.4rem 1.2rem 2rem;justify-content:center;align-items:center;gap:.4rem;transition:all .2s ease-out;position:relative;border-radius:9rem;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;cursor:pointer}.workspace__tabs-item svg{width:2rem;height:2rem;transition:all .2s ease-out}.workspace__tabs-item:before{content:"";position:absolute;inset:0;border-radius:9rem;background:#2b2b2b;opacity:0;transition:opacity .2s ease-out;z-index:-1}.workspace__tabs-item:hover:before{opacity:.7}.workspace__tabs-item:hover svg{transform:translateY(-.1rem)}.workspace__tabs-item.active{background:#2b2b2b;color:var(--Ui-Colors-Green-Light,#9FE870)}.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{display:flex;gap:2rem;margin-top:3.2rem}.workspace__sidebar{display:flex;width:36.4rem;flex-direction:column;align-items:flex-start;gap:1.6rem}.workspace__activities{width:100%;flex:1 0 0}.workspace-notes{display:flex;padding:1.6rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;align-self:stretch;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B)}.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{display:flex;height:10.9rem;padding:1.2rem;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch;border-radius:.8rem;border:1px solid #505050;background:#363636}.workspace-notes__input textarea{background:rgba(0,0,0,0);border:none;outline:none;width:100%;height:1005;color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem}.workspace-notes__input textarea::-moz-placeholder{color:#b8b8b8}.workspace-notes__input textarea::placeholder{color:#b8b8b8}.workspace-notes__actions{display:flex;justify-content:flex-end;align-items:center;gap:.9rem;align-self:stretch}.workspace-notes__actions svg{width:2rem;height:2rem}.workspace-notes__list{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;width:100%}.workspace-notes__item{justify-content:space-between;display:flex;align-items:center;gap:1rem;align-self:stretch;width:100%}.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{display:flex;padding:1.2rem 0;flex-direction:column;align-items:flex-start;gap:.6rem;flex:1 0 0;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.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{background:#222;width:100%;height:100%;position:fixed;z-index:9999;top:0;left:0;justify-content:flex-end}.create-workspace,.create-workspace__form{display:flex;flex-direction:column;gap:5rem}.create-workspace__form{max-width:114rem;margin:0 auto;align-items:center}.create-workspace__decoration{display:grid;grid-template-columns:1fr 1fr;grid-row: 1fr 1fr;gap:2rem;max-width:114rem;margin:0 auto;width:100%;transform:translateY(20%)}.create-workspace__decoration-block{width:100%;height:28.4rem;flex-shrink:0;border-radius:1.6rem;border:2px dashed #2e2e2e;background:linear-gradient(180deg,#242424,#232323)}.create-workspace__decoration-block.top{grid-column:1/-1}.activity__card{display:flex;width:74.1rem;padding:1.6rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;border-radius:.8rem;background:var(--Ui-Colors-Stroke-Dark,#363636);transition:all .2s ease-out;transform:translateY(0)}.activity__card:hover{transform:translateY(-.1rem);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15);background:#404040}.activity__card-header{display:flex;align-items:center;gap:1.2rem;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}.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);font-size:1.4rem;margin-left:.8rem}.activity__card-task{padding:1.6rem;gap:.8rem;align-self:stretch;width:100%;border-radius:.5rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Dark-Background,#222);box-shadow:0 .1rem .4rem 0 rgba(0,0,0,.15);transition:all .2s ease-out;cursor:pointer;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 svg{width:2.4rem;height:2.4rem;transition:all .2s ease-out}.activity__card-task:hover{border-color:#9fe870;background:#2a2a2a;box-shadow:0 .2rem .8rem 0 rgba(0,0,0,.2)}.activity__card-task:hover svg{fill:#9fe870;transform:scale(1.1)}.activity__card-task:active{transform:scale(.98)}.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{padding:.2rem .8rem;border-radius:.4rem;background:rgba(159,232,112,.1);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-style:normal;line-height:2rem}.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;line-height:2.2rem}.activity__card-attachment{display:flex;padding:1.6rem;align-items:center;gap:.8rem;align-self:stretch;border-radius:.5rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Dark-Background,#222);justify-content:space-between;transition:all .2s ease-out;cursor:pointer}.activity__card-attachment:hover{border-color:#9fe870;background:#2a2a2a;transform:translateY(-.1rem);box-shadow:0 .2rem .8rem 0 rgba(0,0,0,.2)}.activity__card-attachment:active{transform:translateY(0)}.activity__card-attachment-left{display:flex;gap:1.2rem;align-items:center;overflow:hidden;color:var(--Ui-Colors-Text-Light,#A9A9A9);font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;transition:color .2s ease-out}.activity__card-attachment-left svg{width:2.96rem;height:3.81rem;flex-shrink:0;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{align-items:flex-start}.activity__list,.activity__noitem{display:flex;flex-direction:column;gap:1.6rem}.activity__noitem{width:75.2rem;height:51.2rem;padding-bottom:2.4rem;justify-content:center;align-items:center;flex-shrink:0;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.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{width:4.8rem;height:4.8rem;flex-shrink:0;aspect-ratio:1/1}.activity__card,.collabarators__item,.due-task__item,.workspace__item{animation:fadeInUp .3s ease-out forwards}.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{display:flex;height:11.1rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;align-self:stretch}.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}.activity__card-attachment,.activity__card-task,.collabarators__invite,.due-task__item,.workspace__item,.workspace__tabs-item{position:relative;overflow:hidden}.activity__card-attachment:after,.activity__card-task:after,.collabarators__invite:after,.due-task__item:after,.workspace__item:after,.workspace__tabs-item:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(159,232,112,.3);opacity:0;transform:translate(-50%,-50%);transition:all .5s ease-out}.activity__card-attachment:active:after,.activity__card-task:active:after,.collabarators__invite:active:after,.due-task__item:active:after,.workspace__item:active:after,.workspace__tabs-item:active:after{width:200%;height:200%;opacity:0}.collabarators{display:flex;padding:1.6rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;align-self:stretch;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);transition:all .2s ease-out}.collabarators:hover{border-color:#505050;box-shadow:0 .2rem .8rem rgba(0,0,0,.1)}.collabarators__header{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.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{display:flex;padding:.4rem;justify-content:center;align-items:center;gap:.4rem;border-radius:2rem;transition:all .2s ease-out;cursor:pointer;margin:-.4rem;color:var(--Ui-Colors-Green-Light,#9FE870);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}.collabarators__invite svg{width:1.8rem;height:1.8rem;transition:transform .2s ease-out}.collabarators__invite:hover{background:rgba(159,232,112,.1);color:#9fe870}.collabarators__invite:hover svg{transform:scale(1.1)}.collabarators__invite:active{transform:scale(.98)}.collabarators__list{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.collabarators__item{display:flex;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);transition:all .2s ease-out;margin:0 -.8rem;padding:1.2rem .8rem;border-radius:.4rem}.collabarators__item:hover{background:hsla(0,0%,100%,.05);border-bottom-color:#505050}.collabarators__item-left{display:flex;align-items:center;gap:.8rem}.collabarators__item-left .avatar,.collabarators__item-left img{transition:transform .2s ease-out}.collabarators__item-left .avatar:hover,.collabarators__item-left img: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{display:flex;padding:1.6rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;align-self:stretch;border-radius:.8rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);transition:all .2s ease-out}.due-task:hover{border-color:#505050;box-shadow:0 .2rem .8rem rgba(0,0,0,.1)}.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{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.due-task__item{display:flex;align-items:center;gap:1.6rem;align-self:stretch;border-bottom:1px solid #363636;justify-content:space-between;transition:all .2s ease-out;cursor:pointer;margin:0 -.8rem;padding:1.8rem .8rem;border-radius:.4rem}.due-task__item:hover{background:hsla(0,0%,100%,.05);border-bottom-color:#505050;transform:translateX(.4rem)}.due-task__item:active{transform:translateX(.2rem)}.due-task__item-name{overflow:hidden;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}.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;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;white-space:nowrap;transition:color .2s ease-out}.task{width:100%}.task__list{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:.8rem;margin-top:.8rem}.task__list-header{border-radius:.8rem;border:1.4px solid #363636;background:#2b2b2b;padding:2.7rem}.task__list-header-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.2rem;border-bottom:1px solid rgba(213,221,234,.1607843137)}.task__list-header-title{display:flex;align-items:center;gap:1.5rem}.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{display:flex;width:3.6rem;height:3.5rem;padding:0 1.2rem;justify-content:center;align-items:center;border-radius:2rem;background:var(--Ui-Colors-Gren,#009D4A)}.task__list-header-add svg{width:1.8rem;height:1.8rem;flex-shrink:0}.task__list-header-filter{display:flex;justify-content:center;align-items:center;gap:.5rem;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}.task__list-header-filter svg{width:2.1rem;height:2.1rem}.task__list-header-columns{display:flex;align-items:center;gap:1.6rem;justify-content:space-between;padding-top:2.2rem}.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{display:grid;padding:1.8rem 2.4rem;align-items:center;gap:1.6rem;align-self:stretch;border-radius:.8rem;border:1.4px solid #363636;background:#2b2b2b;justify-content:space-between;grid-template-columns:300px repeat(3,1fr)}.single-task__title{gap:1rem;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:400}.single-task__priority,.single-task__title{display:flex;align-items:center;color:#fff;line-height:normal}.single-task__priority{padding:.6rem;gap:.4rem;border-radius:.4rem;background:#3a3a3a;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.3rem;font-style:normal;font-weight:400;text-transform:uppercase}.single-task__priority svg{width:.95rem;height:.95rem}.single-task__user{display:flex;align-items:center;gap:.4rem;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__user img{width:2.4rem;height:2.4rem}.single-task__date{color:#fff}.single-task__date,.single-task__status{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{display:flex;align-items:center;gap:.4rem;color:var(--Yellow,#D99530);text-align:right}.single-task__status svg{width:1.8rem;height:1.8rem}.task__form{margin-top:4.4rem;padding:2.4rem;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:.8rem;background:var(--Ui-Colors-Card-Color,#2B2B2B);box-shadow:0 .1rem .4rem 0 rgba(0,0,0,.15)}.task__form,.task__form-group{display:flex;width:100%;gap:2rem}.task__form-group{align-items:center}.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{display:flex;width:47.3rem;padding:1rem 1.5rem;flex-direction:column;align-items:flex-start;gap:1rem;border-radius:3rem;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;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;appearance:none;-webkit-appearance:none;-moz-appearance:none}.task__form-select:after{content:"▼";position:absolute;top:50%;right:3rem;transform:translateY(-50%);font-size:1.2rem;pointer-events:none;color:#555}.task__form-dates{display:flex;align-items:center;gap:2rem}.task__form-date{width:20rem;color:var(--Ui-Colors-Text-Light,#A9A9A9)}.task__form-date,.task__form-input{display:flex;padding:1rem 1.5rem;flex-direction:column;align-items:flex-start;gap:1rem;border-radius:3rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Stroke-Dark,#363636);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.task__form-input{color:#fff;width:auto}.task__form-input::-moz-placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.task__form-input::placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.task__form-input.without-border{border:none;background:rgba(0,0,0,0)}.task__form-details{display:flex;height:21.3rem;width:100%;padding:1.6rem;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch;border-radius:.8rem;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;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.task__form-details::-moz-placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.task__form-details::placeholder{color:var(--Ui-Colors-Text-Light,#A9A9A9)}.task__form-attachment{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;padding:1.2rem;border-radius:.8rem;background:var(--Ui-Colors-Background-Dark,#1A1A1A);position:relative;width:20rem}.task__form-attachment img{width:100%;height:12rem;border-radius:.6rem;-o-object-fit:cover;object-fit:cover}.task__form-attachment .file-preview-icon{width:100%;height:12rem;display:flex;align-items:center;justify-content:center;background:var(--Ui-Colors-Background-Darker,#141414);border-radius:.6rem;padding:2.4rem}.task__form-attachment .file-preview-icon svg{width:4.8rem;height:4.8rem}.task__form-attachment .file-info{display:flex;flex-direction:column;gap:.4rem;width:100%}.task__form-attachment .file-info .file-name{font-size:1.4rem;color:var(--Ui-Colors-Text-Primary,#F4F4F4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task__form-attachment .file-info .file-size{font-size:1.2rem;color:var(--Ui-Colors-Text-Secondary,#A9A9A9)}.task__form-attachment .remove-attachment-btn{position:absolute;top:.8rem;right:.8rem;width:2.4rem;height:2.4rem;border-radius:50%;background:rgba(0,0,0,.5);border:none;color:var(--Ui-Colors-Text-Primary,#F4F4F4);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:background-color .2s ease}.task__form-attachment .remove-attachment-btn:hover{background:rgba(0,0,0,.7)}.task__form-attachment.no-item{border:1px dashed var(--Ui-Colors-Stroke-Light,#505050);display:flex;width:20rem;height:auto;justify-content:center;align-items:center;gap:1rem;background:rgba(0,0,0,0);cursor:pointer;transition:border-color .2s ease}.task__form-attachment.no-item:hover{border-color:var(--Ui-Colors-Stroke-Primary,#F4F4F4)}.task__form-attachment.no-item svg{width:2.4rem;height:2.4rem;flex-shrink:0}.task__form__attachments{display:flex;flex-wrap:wrap;gap:1.6rem;margin-top:.8rem}.task__form-actions{display:flex;align-items:flex-end;justify-content:flex-end;width:100%}.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{display:flex;flex-direction:column;gap:1.6rem}.subtask__item{display:flex;align-items:center;gap:1.2rem;padding:1.2rem;border-radius:.8rem;background:var(--Ui-Colors-Card-Color,#2B2B2B);border:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.subtask__checkbox{width:2rem;height:2rem;cursor:pointer}.subtask__text{flex:1;font-size:1.4rem;color:var(--Ui-Colors-Foreground,#ededed)}.subtask__completed{text-decoration:line-through;opacity:.6}.activity__card-task{display:flex;align-items:center;gap:1.2rem;padding:1.2rem;border-radius:.8rem}.activity__card-task .task-name,.activity__card-task .task-value{font-weight:500}.activity__card-task .event-details{display:flex;align-items:center;gap:.8rem;margin-left:auto}.activity__card-task .event-details__label{color:#6c757d;font-size:1.4rem}.activity__card-task .event-details__type{font-weight:500;font-size:1.4rem}.activity__card-task .status-change{display:flex;align-items:center;gap:.8rem;margin-left:auto;padding:.4rem .8rem;border-radius:.4rem}.activity__card-task .status-change__label{color:#6c757d;font-size:1.4rem}.activity__card-task .status-change__value{font-weight:500;font-size:1.4rem}.task-breadcrumb{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;color:#fff}.task-breadcrumb__item{cursor:pointer;color:#fff;text-decoration:none;transition:color .2s ease}.task-breadcrumb__item:hover{color:#fff;text-decoration:underline}.task-breadcrumb__item--current{color:#fff;font-weight:500;cursor:default}.task-breadcrumb__item--current:hover{text-decoration:none}.task-breadcrumb__separator{color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.task-details__edit-btn{background:#363636!important;border-radius:1.2rem!important}.task-details__header{display:flex;align-items:center;margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.task-details__header-btn{cursor:pointer;padding:.5rem;margin-right:1rem;border-radius:.375rem;transition:background-color .2s}.task-details__header-btn:hover{background-color:#f3f4f6}.task-details__header-title{font-size:1.5rem;font-weight:600;color:#fff}.task-details__section{background:#2b2b2b;border-radius:.5rem;box-shadow:0 .1rem .3rem rgba(0,0,0,.05);padding:1.5rem;margin-bottom:1.5rem}.task-details__section-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.task-details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.task-details__grid-item label{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.task-details__grid-item span{display:block;font-size:1rem;color:#fff;font-weight:500}.task-details__attachments{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(200px,1fr))}.task-details__attachments-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#2b2b2b;border-radius:.375rem;border:1px solid #363636;flex-direction:column}.task-details__attachments-item img{width:100%}.task-details__attachments-item .file-info{display:flex;align-items:center;gap:.75rem}.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{font-size:.875rem;color:#6b7280}.task-details__subtasks-list{display:grid;gap:1rem}.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 rgba(0,0,0,.05)}.task-details__subtasks-empty{background:#363636;border-radius:.375rem}.task-details__subtasks-empty,.task-details__subtasks-loading{text-align:center;padding:2rem;color:#6b7280}.task-details__timeline-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.task-details__timeline-header-title{font-size:1.25rem;font-weight:600;color:#fff}.task-details__timeline-content{border-radius:.5rem;display:flex;flex-direction:column;gap:1.6rem}.task-details__sidebar{border-radius:.5rem;box-shadow:0 .1rem .3rem rgba(0,0,0,.05)}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999.9rem;font-size:.875rem;font-weight:500}.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{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999.9rem;font-size:.875rem;font-weight:500}.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{display:flex;padding:1.8rem 2.4rem;align-items:center;gap:1.6rem;align-self:stretch;border-radius:.8rem;border:1.4px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B)}.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{display:flex;width:2.4rem;height:2.4rem;padding:.4rem;justify-content:center;align-items:center}.single-inbox__item-avatar{display:flex;width:4.81rem;height:4.81rem;justify-content:center;align-items:center}.single-inbox__item-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.single-inbox__item-content{display:flex;flex-direction:column;gap:.4rem;flex:1 0 0}.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{display:flex;padding:.4rem;justify-content:center;align-items:end;gap:.4rem;flex-direction:column}.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{display:flex;flex-direction:column;gap:.8rem}.single-chat__navigation{display:flex;width:113.9rem;align-items:center;gap:2.7rem}.single-chat__navigation-back{display:flex;width:4rem;height:4rem;justify-content:center;align-items:center;gap:1rem;flex-shrink:0;border-radius:9rem;background:#e0e8f5;transition:all .3s ease}.single-chat__navigation-back:hover{cursor:pointer;transform:translateX(-.2rem);background:rgba(224,232,245,.8078431373)}.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{display:flex;width:100%;justify-content:space-between;align-items:center;padding-bottom:2.4rem;border-bottom:1px solid rgba(213,221,234,.2117647059);margin-top:4rem}.single-chat__header-left{display:flex;align-items:center;gap:1.4rem}.single-chat__header-left-avatar{width:5.1rem;height:5.1rem;flex-shrink:0}.single-chat__header-left-avatar img{width:100%;height:100%;border-radius:50%}.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{display:flex;flex-direction:column;gap:5rem;height:55vh;overflow-y:scroll;padding:5rem 2rem 5rem 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.single-chat__body::-webkit-scrollbar{display:none}.single-chat__body.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.single-chat__body.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.single-chat__body.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.single-chat__body.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.single-chat__body.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.single-chat__body.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.single-chat__body:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.single-chat__body:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.single-chat__body-date{display:flex;justify-content:center;align-items:center;gap:1rem}.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{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.single-chat__footer{display:flex;width:100%;padding:1.8rem 2.4rem;align-items:center;gap:1.6rem;border-radius:1rem;border:1.4px solid #363636;background:#2b2b2b}.single-chat__footer-input{display:flex;padding:1.6rem;align-items:center;gap:.5rem;border-radius:1rem;border:1px solid #363636;background:#222;flex:1 0 0}.single-chat__footer-input input{background:rgba(0,0,0,0);border:none;outline:none;width:100%}.single-chat__footer-input input::-moz-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 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{border:none;background:rgba(0,0,0,0);outline:none;cursor:pointer;margin:0;padding:0}.single-message{display:flex}.single-message.me{justify-content:flex-end}.single-message__content{display:flex;align-items:flex-start;gap:.8rem}.single-message__content.me{align-items:flex-end}.single-message__content-left-avatar{display:flex;padding-top:.4rem;align-items:flex-start;gap:1rem}.single-message__content-left-avatar img{width:3.2rem;height:3.2rem;border-radius:50%}.single-message__content-right{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;flex:1 0 0}.single-message__content-right-time{color:var(--Text-Light,#757B7F);text-align:right;font-family:Lexend;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.01px}.single-message__content-right-message-text{display:inline;max-width:60rem;padding:1.4rem 2.4rem;gap:1.6rem;border-radius:3.2rem;background:#363636;color:#fff;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.6rem}.single-message__content-right-message-text.me{border-radius:2.4rem;background:var(--Ui-Colors-Gren,#009D4A)}.single-message__content-right-message-text a{font-weight:700}.single-message__content-right.me{align-items:flex-end}.single-message__comment-card{display:flex;max-width:74.1rem;width:100%;padding:1.6rem 1.7rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;border-radius:.8rem;background:#363636}.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{display:flex;flex-direction:column;gap:.8rem}.single-message__comment-header{display:flex;padding:.8rem 0;align-items:center;gap:1.6rem;align-self:stretch}.single-message__comment-header-content{color:var(--Ui-Colors-White,#F4F4F4)}.single-message__comment-header-content,.single-message__comment-header-name{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);border-radius:9rem;background:var(--Ui-Colors-Green-Light,#9FE870);padding:.4rem .8rem}.single-message__comment-file{display:flex;padding:.4rem 0;align-items:center;gap:1.6rem;align-self:stretch}.single-message__comment-file img{display:flex;width:7.2rem;aspect-ratio:91/72;border-radius:.4rem}.single-message__comment-file-content{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;flex:1 0 0}.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{overflow:hidden;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}.single-message__comment-message a{color:var(--Ui-Colors-Green-Light,#9FE870)}.single-message__comment-attachments{display:flex;align-items:center;gap:.4rem}.single-message__comment-attachment-count{color:var(--Text-Light,#757B7F);font-family:Roboto;font-size:1.2rem;font-weight:400}.settings-profile{display:flex;flex-direction:column;align-items:flex-start;gap:1.8rem;align-self:stretch}@media screen and (max-width:37.5em){.settings-profile{width:100%}}.settings-profile__photo{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;flex:1 0 0}.settings-profile__photo-title{display:flex;padding:.8rem 1rem .8rem 0;align-items:flex-start;gap:1rem;align-self:stretch;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}.settings-profile__photo-section{display:flex;align-items:center;gap:1.6rem;align-self:stretch}.settings-profile__photo-section-left-image-empty{width:12.21rem;height:12.21rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:10rem;border:1px dashed var(--Ui-Colors-Text-Light,#a9a9a9);background:var(--Ui-Colors-Stroke-Dark,#363636)}.settings-profile__photo-section-left-image-empty svg{width:3.51rem;height:3.51rem;flex-shrink:0}.settings-profile__photo-section-right{display:flex;width:32.7rem;flex-direction:column;align-items:flex-start;gap:1rem}.settings-profile__photo-section-right-button{border-radius:3rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);display:flex;padding:1.4rem 2.4rem;justify-content:center;align-items:center;gap:.5rem;color:var(--Ui-Colors-White,#F4F4F4);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;cursor:pointer}.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{display:flex;align-items:flex-start;gap:1rem;align-self:stretch;flex-direction:column}.settings-profile__form-group-title{color:var(--Ui-Colors-Text-Light,#A9A9A9);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.5px}.settings-profile__form-group input{display:flex;padding:2rem 2.5rem;justify-content:center;align-items:center;gap:1rem;align-self:stretch;border-radius:.8rem;background:var(--Ui-Colors-Stroke-Dark,#363636);color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;border:none;outline:none}.settings-profile__form-group input::-moz-placeholder{color:var(--Shade-3,#B1B1B1)}.settings-profile__form-group input::placeholder{color:var(--Shade-3,#B1B1B1)}.settings-profile__form-group textarea{display:flex;height:14.2rem;padding:2rem 2.5rem;justify-content:center;align-items:flex-start;gap:1rem;align-self:stretch;border-radius:.8rem;background:var(--Ui-Colors-Stroke-Dark,#363636);color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;border:none;outline:none;resize:none}.settings-profile__form-group textarea::-moz-placeholder{color:var(--Shade-3,#B1B1B1)}.settings-profile__form-group textarea::placeholder{color:var(--Shade-3,#B1B1B1)}.settings-profile.view-profile .settings-profile__form-group-input{display:flex;padding:.4rem 0;align-items:center;gap:1rem;align-self:stretch;background:rgba(0,0,0,0);border:none;outline:none;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}.settings-profile.view-profile .col-2{border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636);padding:1.6rem 0 2rem}.settings-profile__footer{display:flex;align-items:center;gap:1rem;align-self:stretch}.settings-profile__btn{display:flex;justify-content:center;align-items:center;border-radius:2rem;border:none;outline:none;gap:.5rem;padding:1.4rem 3rem 1.4rem 2.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;background:var(--Ui-Colors-Green-Light,#9FE870);cursor:pointer}.settings-profile__btn svg{width:2rem;height:2rem}.settings-profile__btn:hover{background:#363636;background:var(--Ui-Colors-Green-Light,rgba(158,232,112,.862745098))}.settings-profile__btn-cancel{background:rgba(0,0,0,0);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:#fff}.settings-profile__btn-cancel:hover{background:var(--Ui-Colors-Stroke-Light,#505050)}.settings-profile .skills-input-container{display:flex;flex-direction:column;gap:1rem;width:100%}.settings-profile .skills-tags{display:flex;flex-wrap:wrap;gap:.8rem;min-height:2rem}.settings-profile .skill-tag{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;background:var(--Ui-Colors-Green-Light,#9FE870);color:var(--Ui-Colors-Dark-Background,#222);border-radius:2rem;font-size:1.4rem;font-weight:500;max-width:20rem;word-break:break-word}.settings-profile .skill-tag-remove{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;background:rgba(34,34,34,.2);border:none;border-radius:50%;color:var(--Ui-Colors-Dark-Background,#222);font-size:1.2rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.settings-profile .skill-tag-remove:hover{background:rgba(34,34,34,.4)}.settings-profile .skills-input{margin-top:0!important}.settings-profile__empty-profile-update{width:100%!important}.col-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-self:stretch}.col-2>div{width:100%}.plan-features{display:flex;flex-direction:column;align-items:flex-start;gap:2.9rem}.plan-features__item{gap:.6rem;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-features__item,.settings-popup{display:flex;justify-content:center;align-items:center}.settings-popup{width:100%;height:100%}.settings-popup__container{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:2.9rem;border-radius:1.6rem}.settings-popup__container-header{display:flex;justify-content:space-between;align-items:center;align-self:stretch}@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{display:flex;align-items:flex-start;gap:2.9rem;align-self:stretch}@media screen and (max-width:37.5em){.settings-popup__content{flex-direction:column}}.settings-popup__left{display:flex;width:23.1rem;flex-direction:column;justify-content:space-between;align-items:flex-start}@media screen and (max-width:37.5em){.settings-popup__left{width:100%;flex-direction:row}}.settings-popup__tabs{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;align-self:stretch}@media screen and (max-width:37.5em){.settings-popup__tabs{flex-direction:row;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;min-height:3rem}.settings-popup__tabs::-webkit-scrollbar{display:none}.settings-popup__tabs.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.settings-popup__tabs.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.settings-popup__tabs.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.settings-popup__tabs.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.settings-popup__tabs.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.settings-popup__tabs.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.settings-popup__tabs:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.settings-popup__tabs:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}}.settings-popup__tabs li{display:flex;padding:1.2rem 1.4rem;align-items:center;gap:1rem;align-self:stretch;border-radius:1rem;cursor:pointer;white-space:nowrap}.settings-popup__tabs li.active,.settings-popup__tabs li:hover{background:var(--Ui-Colors-Stroke-Dark,#363636)}.settings-popup__tabs-icon{width:2rem;height:2rem;aspect-ratio:1/1}.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{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:fixed;top:0;left:0;z-index:10000;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.plan-modal::-webkit-scrollbar{display:none}.plan-modal.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.plan-modal.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.plan-modal.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.plan-modal.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.plan-modal.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.plan-modal.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.plan-modal:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.plan-modal:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.plan-modal__header-button{display:flex;width:4.1rem;height:4.1rem;padding:.5rem;justify-content:center;align-items:center;gap:1rem;aspect-ratio:1/1;border-radius:9rem;background:var(--Ui-Colors-Stroke-Dark,#363636);border:none;outline:none;position:absolute;top:2.4rem;right:9.6rem}.plan-modal__header-button:hover{cursor:pointer;background:var(--Ui-Colors-Stroke-Dark,rgba(54,54,54,.7725490196))}@media only screen and (max-width:37.5em){.plan-modal__header-button{right:1.6rem}}.plan-modal__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.plan-modal__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.plan-modal__bg-overalay{position:fixed;background:rgba(34,34,34,.9);backdrop-filter:blur(125px);width:100%;height:100%;z-index:1;top:0;left:0}.plan-modal__body{display:flex;padding:3.2rem;flex-direction:column;align-items:center;gap:2.9rem;align-self:stretch;z-index:2;max-width:46rem;margin:auto}@media only screen and (max-width:37.5em){.plan-modal__body{padding:2rem;width:100%;max-width:100%}}.plan-modal__footer{display:flex;width:100%;padding:2.4rem 0;flex-direction:column;align-items:center;gap:3.4rem;border-top:1px solid var(--Ui-Colors-Stroke-Dark,#363636);z-index:2}.plan-modal__footer__loading{display:flex;justify-content:center;align-items:center;height:20rem;color:var(--Ui-Colors-Text-Primary,#FFFFFF);font-size:1.6rem}.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{display:flex;flex-direction:column;align-items:center;gap:.6rem}.plan-modal__details h2{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;display:flex;align-items:center;gap:1rem}.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{width:100%;height:.1rem;background:#363636;display:block}.plan-modal__actions{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;align-self:stretch}.plan-modal__actions-text{font-feature-settings:"liga" off,"clig" off;font-family:Shantell Sans;font-size:1.5rem;font-style:normal;font-weight:500;line-height:1.8rem;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#FFF 50.96%,#E7E7E7 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);max-width:23rem;display:flex;align-items:flex-end;gap:1rem;margin-left:-7.2rem}.plan-modal__actions-text svg{width:4.2rem;height:3.4rem;transform:translateY(1rem)}.plan-modal__btn{display:flex;justify-content:center;align-items:center;border:none;outline:none;gap:.5rem;padding:1.4rem 3rem 1.4rem 2.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;background:var(--Ui-Colors-Green-Light,#9FE870);cursor:pointer;font-feature-settings:"liga" off,"clig" off;font-family:Lexend;border-radius:3rem;font-size:1.6rem}.plan-modal__btn svg{width:2rem;height:2rem}.plan-modal__btn:hover{background:#363636;background:var(--Ui-Colors-Green-Light,rgba(158,232,112,.862745098))}.plan-modal__btn--white{background:#fff;color:#000}.plan-modal__btn--white svg{width:3.93rem;height:3.2rem;aspect-ratio:39.31/32}.plan-modal__btn--transparent{background:rgba(0,0,0,0);border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:#fff}.plan-modal__btn--transparent svg{width:2.95rem;height:2.4rem;aspect-ratio:29.49/24}.storage{display:flex;width:82.9rem;flex-direction:column;align-items:flex-start;gap:2.4rem}@media screen and (max-width:37.5em){.storage{width:100%}}.storage__header{display:flex;align-items:center;gap:2.4rem;align-self:stretch}@media screen and (max-width:37.5em){.storage__header{flex-wrap:wrap}}.storage__profile-img{width:10.57rem;height:8.6rem;aspect-ratio:105.65/86}.storage__profile-img svg{width:100%;height:100%}.storage__info{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;flex:1 0 0}.storage__info-header{display:flex;align-items:center;gap:1rem}.storage__info-label{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;white-space:nowrap}.storage__info-badge{display:flex;padding:.3rem .5rem;align-items:center;gap:.5rem;border-radius:.6rem;background:#009cd3;color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.4rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.5px;text-transform:uppercase}@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{display:flex;padding:1.4rem 2.4rem;justify-content:center;align-items:center;gap:.5rem;border-radius:3rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);cursor:pointer}.storage__info-btn:hover{background:var(--Ui-Colors-Stroke-Light,#505050)}.storage__recommend{display:flex;padding:2rem;justify-content:space-between;align-items:center;align-self:stretch;border-radius:1.4rem;background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425E2F 0,#16482E 100%))}@media screen and (max-width:37.5em){.storage__recommend{flex-direction:column;align-items:flex-start;gap:2rem}}.storage__recommend-details{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.storage__recommend-sub-title{color:var(--Ui-Colors-Green-Light,#9FE870);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.5px}.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{padding:1.5rem 2.4rem 1.5rem 2rem;display:flex;align-items:center;gap:.5rem;border-radius:3rem;background:var(--Ui-Colors-Green-Light,#9FE870);color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px}.storage__recommend-btn:hover{cursor:pointer;background:var(--Ui-Colors-Green-Light,rgba(158,232,112,.862745098))}.storage__details{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;align-self:stretch}.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{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch;width:100%}.storage__details-item{display:flex;padding:.8rem 1rem .8rem 0;align-items:center;gap:1rem;align-self:stretch;justify-content:space-between}.storage__details-item-label{color:var(--Ui-Colors-Text-Light,#A9A9A9);font-feature-settings:"liga" off,"clig" off;display:flex;align-items:center;gap:1rem}.storage__details-item-label,.storage__details-item-value{font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.5px}.storage__details-item-value{white-space:nowrap}.storage__usage{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}.storage__usage-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;display:flex;width:42.5rem;align-items:center;gap:1.6rem}.storage__usage-progress{display:flex;align-items:flex-start;gap:.4rem;align-self:stretch;width:100%}.storage__usage-progress-bar{height:.8rem;flex:1 0 0;border-radius:9rem;border:2px solid var(--Ui-Colors-Card-Color,#2b2b2b);background:var(--Ui-Colors-Stroke-Light,#505050)}.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{display:flex;align-items:flex-start;gap:1.6rem}.storage__actions-btn{display:flex;height:4.8rem;padding:.8rem 3.2rem;justify-content:center;align-items:center;gap:.5rem;border-radius:3rem;color:var(--Ui-Colors-Dark-Background,#222);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;outline:none;border:none}.storage__actions-btn,.storage__actions-btn--primary{background:var(--Ui-Colors-Green-Light,#9FE870)}.storage__actions-btn--secondary{background:rgba(0,0,0,0);border-radius:3rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);color:var(--Ui-Colors-White,#F4F4F4)}.storage__actions-btn:hover{cursor:pointer;background:var(--Ui-Colors-Green-Light,rgba(158,232,112,.862745098))}.upgrade-storage{display:flex;width:100%;flex-direction:column;gap:4rem}.upgrade-storage__header{display:flex;align-items:center;gap:2.4rem}@media screen and (max-width:37.5em){.upgrade-storage__header{display:none}}.upgrade-storage__header-back{display:flex;width:4rem;height:4rem;justify-content:center;align-items:center;gap:1rem;flex-shrink:0;border-radius:9rem;background:var(--Ui-Colors-Stroke-Light,#505050)}.upgrade-storage__header-back svg{width:2.4rem;height:2.4rem;flex-shrink:0}.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{display:flex;flex-direction:column;align-items:center;gap:.8rem}.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{display:flex;align-items:center;gap:1.7rem;justify-content:center}.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;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;margin-top:-.3rem;display:block;text-align:left}.upgrade-storage__toggle-switch{padding:var(--Basic-Forms-Switch-Content-Spacing,.28rem);align-items:flex-start;border-radius:138.17rem;background:#009d4a;display:flex;width:7rem;border-radius:var(--Basic-Forms-Switch-Toggle-Icon-Border-Radius,138.17rem);box-shadow:0 .14rem .28rem 0 rgba(0,0,0,.1),0 .14rem .14rem 0 rgba(0,0,0,.06)}.upgrade-storage__toggle-switch-circle{display:flex;width:3.32rem;height:3.32rem;justify-content:center;align-items:center;border-radius:var(--Basic-Forms-Switch-Toggle-Icon-Border-Radius,138.17rem);background:var(--Basic-Forms-Switch-Toggle-Bg-Active-Color,#FFF)}.upgrade-storage__plan-list{display:flex;align-items:center;align-content:center;gap:2.2rem;flex-wrap:wrap;justify-content:center}.upgrade-storage__plan-item{display:flex;padding:1.8rem 2rem;flex-direction:column;align-items:center;gap:2.5rem;flex-shrink:0;border-radius:1.4rem;border:1px solid var(--Ui-Colors-Stroke-Light,#505050);background:var(--Ui-Colors-Dark-Background,#222)}@media screen and (max-width:37.5em){.upgrade-storage__plan-item{width:47%}}.upgrade-storage__plan-item-details{display:flex;width:22.7rem;height:4.6rem;flex-direction:column;justify-content:center;align-items:center;gap:.6rem}.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{width:22.7rem;height:.1rem;background:#363636}.upgrade-storage__plan-item-price{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;align-self:stretch}.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{background:linear-gradient(180deg,#9F9F9F,#5C5858);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.upgrade-storage__plan-item-price-title.advanced{background:linear-gradient(180deg,#B88D5F,#A35B08);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.upgrade-storage__plan-item-price-title.super{background:linear-gradient(180deg,#FFDB8C,#EAB300);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.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{display:flex;padding:1.4rem 2.4rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:3rem;background:var(--Ui-Colors-Gren,#0D813A);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;outline:none;border:none}.upgrade-storage__plan-item-btn:hover{cursor:pointer;background:var(--Ui-Colors-Gren,rgba(13,129,58,.862745098))}.upgrade-storage__analytics{display:flex;width:84.5rem;padding:2.4rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;margin:auto;border-radius:2.4rem;background:var(--Ui-Colors-Card-Color,#2B2B2B)}@media screen and (max-width:37.5em){.upgrade-storage__analytics{width:100%}}.upgrade-storage__analytics-header{display:flex;justify-content:space-between;align-items:center;align-self:stretch}@media screen and (max-width:37.5em){.upgrade-storage__analytics-header{flex-wrap:wrap;gap:1rem}}.upgrade-storage__analytics-header-title{display:flex;align-items:center;gap:1.6rem}.upgrade-storage__analytics-header-title h4{color:var(--Ui-Colors-White,#F4F4F4)}.upgrade-storage__analytics-header-title h4,.upgrade-storage__analytics-header-title-value{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{display:flex;align-items:center;gap:.2rem;color:var(--Ui-Colors-Text-Light,#A9A9A9)}.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{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}@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{display:flex;flex-direction:column;gap:2.2rem}.plan-table__list{display:flex;margin-left:-10%}@media screen and (max-width:37.5em){.plan-table__list{margin-left:0}}.plan-table__list--main{display:flex;overflow:hidden;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;min-height:3rem}.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{display:block;width:.8rem;height:.8rem}.plan-table__list--main.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.plan-table__list--main.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.plan-table__list--main.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.plan-table__list--main.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,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:rgba(136,136,136,.7)}.plan-table__row,.plan-table__row-items{display:flex;align-items:center}.plan-table__row-items{width:100%}.plan-table__item{min-width:22rem;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;padding:2rem;border-top:1px solid #363636;border-bottom:1px solid #363636;white-space:nowrap;width:100%}.plan-table__item--header{color:var(--Ui-Colors-White,#F4F4F4);width:20rem}.plan-table__item-btn{display:flex;justify-content:center;align-items:center;border-radius:2rem;border:none;outline:none;cursor:pointer;gap:.5rem;padding:1.4rem 3rem 1.4rem 2.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);background:#2b2b2b;transition:all .3s ease;color:var(--Ui-Colors-Text-Light,#A9A9A9);text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px}.plan-table__item-btn svg{width:2rem;height:2rem}.plan-table__item-btn:hover{background:#363636}.plan-table__column{display:flex;flex-direction:column;gap:2.2rem}.plan-table__column-items--header{border-right:1px solid #363636}.plan-table__column-items--active{background:#282828}.plan-card{display:flex;width:26.7rem;padding:2rem;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch;height:22.3rem;border-radius:1.4rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:var(--Ui-Colors-Card-Color,#2B2B2B);margin-right:2rem}.plan-card--active{background:var(--Ui-Colors-Green-Shade,rgba(0,171,77,.1))}.plan-card__empty{width:20rem;height:22.3rem}.plan-card:last-child{margin-right:0}.plan-card__header{display:flex;align-items:flex-start;gap:1rem;align-self:stretch}.plan-card__icon svg{width:5.04rem;height:4.1rem;aspect-ratio:50.37/41}.plan-card__details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;flex:1 0 0}.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{display:flex;flex-direction:column;align-items:flex-start;gap:1.4rem;align-self:stretch}.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{display:flex;justify-content:center;align-items:flex-start;gap:.6rem;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-card__level svg{width:2.4rem;height:2.4rem;aspect-ratio:1/1}.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{display:flex;align-items:center;padding:1.2rem 1.6rem;border-radius:.8rem;border:1px solid #505050;background:#222;transition:all .2s ease}@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{flex:1;background:rgba(0,0,0,0);border:none;outline:none;color:#f4f4f4;font-size:1.6rem;font-family:Roboto}@media(max-width:37.5em){.search-page__search input{font-size:1.4rem}}.search-page__search input::-moz-placeholder{color:#a9a9a9}.search-page__search input::placeholder{color:#a9a9a9}.search-page__search-clear{opacity:0;transition:opacity .2s ease}.search-page__search-clear.visible{opacity:1}.search-page__search-clear svg{width:2rem;height:2rem;color:#a9a9a9;transition:color .2s ease}@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{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.4rem;border-radius:.4rem;transition:background-color .2s ease}.search-page__search-icon:hover{background:hsla(0,0%,100%,.1)}.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{display:flex;width:100%;justify-content:space-between;align-items:center}@media(max-width:37.5em){.search__header{align-items:flex-start;flex-direction:column-reverse;gap:2rem}}.search__tabs{justify-content:space-between;flex-shrink:0}.search__tab,.search__tabs{display:flex;align-items:center}.search__tab{padding:1.2rem 2.4rem;justify-content:center;gap:.4rem;border-radius:9rem;color:var(--Ui-Colors-Text-Light,#A9A9A9);font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;cursor:pointer;transition:all .2s ease}.search__tab.active,.search__tab:hover{background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#FFF 50.96%,#E7E7E7 100%));color:var(--Ui-Colors-Dark-Background,#222)}.search__actions{display:flex;justify-content:flex-end;align-items:center;gap:2.4rem;flex-shrink:0}.search__actions-result{display:flex;align-items:center;gap:.6rem}.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{display:flex;padding:.4rem .2rem .4rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:1.4rem;background:var(--Ui-Colors-Stroke-Dark,#363636)}.search__actions-searched-word h5{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.6rem;font-style:normal;font-weight:400;line-height:100%;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#FFF 50.96%,#E7E7E7 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.search__actions-searched-word svg{width:2rem;height:2rem;aspect-ratio:1/1;transition:all .2s ease}.search__actions-searched-word svg:hover{transform:scale(1.1);opacity:.8}.search__actions-filters{display:flex;align-items:center;gap:1.7rem}.search__actions-filters-item h5{display:flex;padding:0 .6rem;justify-content:center;align-items:center;gap:.6rem;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#FFF 50.96%,#E7E7E7 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.search__content{margin-top:4rem;padding:2rem 0}.search__content-connections{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.search__content-reviews{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media(max-width:37.5em){.search__content-reviews{grid-template-columns:repeat(auto-fill,minmax(47%,1fr))}}.search__content__loading{display:flex;justify-content:center;align-items:center;padding:6rem 2rem}.search__content__loading p{color:var(--Ui-Colors-Text-Light,#A9A9A9);font-family:Roboto;font-size:1.6rem;font-weight:400}.search__no-results{display:flex;justify-content:center;align-items:center;padding:6rem 2rem;text-align:center}.search__no-results p{color:var(--Ui-Colors-Text-Light,#A9A9A9);font-family:Roboto;font-size:1.6rem;font-weight:400;max-width:40rem}.sort-dropdown{position:relative;display:inline-block}.sort-dropdown__trigger{cursor:pointer;display:flex;padding:0 .6rem;justify-content:center;align-items:center;gap:.6rem;border-radius:.4rem;transition:background-color .2s ease}.sort-dropdown__trigger:hover{background:hsla(0,0%,100%,.1)}.sort-dropdown__trigger h5{display:flex;align-items:center;gap:.6rem;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#FFF 50.96%,#E7E7E7 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;margin:0}.sort-dropdown__icon{transition:transform .2s ease}.sort-dropdown__icon.rotated{transform:rotate(180deg)}.sort-dropdown__menu{position:absolute;top:100%;right:0;margin-top:.8rem;min-width:16rem;background:var(--Ui-Colors-Card-Color,#2B2B2B);border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);border-radius:.8rem;box-shadow:0 .8rem 2.4rem rgba(0,0,0,.3);z-index:1000;overflow:hidden}.sort-dropdown__option{padding:1.2rem 1.6rem;cursor:pointer;color:var(--Ui-Colors-Text-Light,#A9A9A9);font-family:Roboto;font-size:1.4rem;font-weight:400;transition:all .2s ease;border-bottom:1px solid var(--Ui-Colors-Stroke-Dark,#363636)}.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(/_next/static/media/landing.d0194e47.png);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:column}.landing__header{display:flex;width:100%;padding:2.6rem 5rem;align-items:center;flex-shrink:0;gap:3.2rem}@media(max-width:37.5em){.landing__header{padding:2.6rem 2rem}}.landing__btns{justify-content:flex-end;gap:1.7rem;flex-shrink:0;margin-left:auto}.landing__btn,.landing__btns{display:flex;align-items:center}.landing__btn{justify-content:center;border:none;outline:none;cursor:pointer;gap:.5rem;color:var(--Ui-Colors-Card-Color,#2B2B2B);font-family:Lexend;letter-spacing:-.4px;background:#2b2b2b;transition:all .3s ease;padding:1.4rem 2.1rem;border-radius:3rem;background:rgba(0,0,0,0);color:var(--Color,#FFF);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;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,rgba(66,94,47,.7803921569) 0,rgba(22,72,46,.7882352941) 100%))}.landing__btn.without-bg:hover{background:rgba(0,0,0,0)}.landing__btn-dropdown{position:absolute;top:100%;left:0;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;border-radius:1.4rem;background:hsla(0,0%,100%,.06);box-shadow:0 1.4rem 4.1rem 1.6rem rgba(0,0,0,.14);opacity:0;transform:translateY(20%);visibility:hidden;pointer-events:none;transition:all .3s ease-in-out}.landing__btn-dropdown-item{display:flex;padding:1.6rem;align-items:center;gap:1rem;align-self:stretch;color:#fff;text-align:right;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap;cursor:pointer;position:relative}.landing__btn-dropdown-item:hover{background:hsla(0,0%,100%,.05)}.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{display:none;opacity:0;visibility:hidden;pointer-events:none}}.landing__content{width:114rem;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;flex:1;padding-top:3rem}@media(max-width:37.5em){.landing__content{width:100%}}.landing__details{display:flex;width:41.1rem;flex-direction:column;align-items:center;gap:2.3rem}.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;font-family:Roboto;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal;background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#FFF 50.96%,#E7E7E7 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.landing__tabs{display:flex;width:80.2rem;height:8.7rem;align-items:center;gap:1.6rem;flex-shrink:0;margin-top:6rem}@media(max-width:37.5em){.landing__tabs{width:85%;height:auto;margin-bottom:1rem;flex:0;justify-content:center}}.landing__tab{display:flex;height:8.8rem;padding:2rem 2.4rem 3rem;align-items:flex-start;gap:2rem;flex:1 0 0;border-radius:1.6rem 1.6rem 0 0;background:var(--Ui-Colors-Card-Color,#2B2B2B);cursor:pointer;position:relative}@media(max-width:37.5em){.landing__tab{padding:1.6rem;height:auto;border-radius:1.6rem;flex:0}}.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{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.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;font-family:Lexend;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.5px}@media(max-width:37.5em){.landing__tab-details p{display:none}}.landing__tab-icon{position:absolute;right:-1rem;transform:translateY(-50%);width:3.826rem;height:3.4602rem;top:50%}.landing__upload{display:flex;width:100%;flex:1 0 0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;flex-shrink:0;border-radius:2.4rem 2.4rem 0 0;background:linear-gradient(180deg,#2A2A2A 37.98%,#222);border:none;position:relative}@media(max-width:37.5em){.landing__upload{width:90%}}.landing__upload:before{content:"";position:absolute;inset:0;padding:.1rem;border-radius:2.4rem 2.4rem 0 0;background:linear-gradient(180deg,#9FE870,#00AB4D,#222222);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.landing__upload-file-content h5{color:var(--Ui-Colors-Text-Light,#A9A9A9);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Lexend;font-size:1.83rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.571px;display:flex;padding:.34rem .8rem .46rem;justify-content:center;align-items:center;gap:1.14rem;border-radius:.68rem;border:1.141px solid #bcbcbc}.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{display:flex;align-items:center;gap:3.2rem;justify-content:center;flex-wrap:wrap}@media(max-width:37.5em){.landing__footer{gap:1.6rem;padding-bottom:3rem}}.landing__footer li{display:flex;align-items:center;gap:1rem;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}.landing .upload{z-index:1000}.landing .review-uploaded-card{background-color:#2a2a2a;border-radius:.8rem;overflow:hidden;position:relative;transition:transform .2s,box-shadow .2s;width:100%;height:100%}.landing .review-uploaded-card:hover{transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.2)}.landing .review-uploaded-card__image{position:relative;overflow:hidden;transition:opacity .3s;max-width:65rem;max-height:40rem}.landing .review-uploaded-card__image img{width:100%;height:30rem;-o-object-fit:cover;object-fit:cover;max-height:30rem}.landing .review-uploaded-card__content{padding:.75rem}.landing .review-uploaded-card__title{font-size:.875rem;font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.landing .review-uploaded-card__size{font-size:.75rem;color:#aaa}.landing .review-uploaded-card__remove{position:absolute;top:.5rem;right:.5rem;background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;width:2.4rem;height:2.4rem;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:0;transition:opacity .2s}.landing .review-uploaded-card:hover .landing .review-uploaded-card__remove{opacity:1}.landing .success-message{background:#2b2b2b;border-radius:1.2rem;box-shadow:0 1rem 2.5rem rgba(0,0,0,.2),0 .5rem 1rem rgba(0,0,0,.1);padding:3.2rem 2.4rem;text-align:center;max-width:45rem;margin:0 auto;transition:all .3s ease;animation:fadeInUp .5s ease forwards;border:1px solid rgba(76,175,80,.2)}.landing .success-icon-container{background-color:rgba(76,175,80,.15);width:8rem;height:8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.6rem;position:relative;overflow:hidden;animation:pulse 2s infinite}.landing .success-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.landing .success-description{color:#aaa;font-size:1rem;line-height:1.5}.landing .empty-state{text-align:center;color:#aaa;padding:2rem}.landing .uploaded__input{display:flex;width:100%;flex-direction:column;align-items:center;gap:1.3rem}.landing .uploaded__input input{font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:4.2rem;font-style:normal;font-weight:500;line-height:normal;color:#fff;border:none;background:rgba(0,0,0,0);outline:none;max-width:34rem;caret-color:#9fe870}.landing .uploaded__input input::-moz-placeholder{color:var(--Shade-3,#B1B1B1)}.landing .uploaded__input input::placeholder{color:var(--Shade-3,#B1B1B1)}.landing .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}.landing .upload__btn{margin:9.6rem auto auto}.landing .upload__btn.disabled{opacity:.5;cursor:not-allowed}.landing .stored-reviews-list{display:flex;flex-direction:column;gap:1rem;max-width:60rem;margin:0 auto}.landing .stored-review-item{background:#2a2a2a;border-radius:.8rem;padding:1rem;border:1px solid #3f3f3f;transition:all .3s ease}.landing .stored-review-item:hover{border-color:#9fe870;transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.2)}.landing .stored-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.landing .stored-review-header h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.landing .stored-review-actions{display:flex;align-items:center;gap:1rem}.landing .stored-review-date{color:#aaa;font-size:.875rem}.landing .remove-review-btn{background:rgba(255,0,0,.2);border:1px solid rgba(255,0,0,.3);color:#ff6b6b;border-radius:.4rem;padding:.25rem;cursor:pointer;transition:all .3s ease}.landing .remove-review-btn:hover{background:rgba(255,0,0,.3);border-color:rgba(255,0,0,.5)}.landing .stored-review-images{display:flex;align-items:center;gap:.5rem}.landing .more-images-indicator{background:rgba(159,232,112,.2);color:#9fe870;padding:.25rem .5rem;border-radius:.4rem;font-size:.75rem;font-weight:500}.landing .name-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.landing .name-popup{background:#2a2a2a;border-radius:1.2rem;padding:2rem;min-width:30rem;border:1px solid #3f3f3f}.landing .name-popup h3{color:#fff;margin-bottom:1rem;text-align:center}.landing .name-popup input{width:100%;padding:.75rem;border:1px solid #3f3f3f;border-radius:.6rem;background:#1a1a1a;color:#fff;font-size:1rem;margin-bottom:1rem}.landing .name-popup input:focus{outline:none;border-color:#9fe870}.landing .name-popup input::-moz-placeholder{color:#666}.landing .name-popup input::placeholder{color:#666}.landing .name-popup-actions{display:flex;gap:1rem;justify-content:flex-end}.landing .name-popup-actions button{padding:.5rem 1rem;border-radius:.6rem;border:none;cursor:pointer;font-size:.875rem;transition:all .3s ease}.landing .name-popup-actions button:first-child{background:#3f3f3f;color:#fff}.landing .name-popup-actions button:first-child:hover{background:#4f4f4f}.landing .name-popup-actions button:last-child{background:#9fe870;color:#222}.landing .name-popup-actions button:last-child:hover{background:#8ed760}.landing .menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem;background:none;border:none;color:#a9a9a9;cursor:pointer;transition:all .3s ease;text-align:left}.landing .menu-item:hover{background:hsla(0,0%,100%,.1);color:#fff}.landing .menu-item svg{flex-shrink:0}.landing .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:#fff}.landing .loading-container .loading-spinner{width:4rem;height:4rem;border:3px solid #3f3f3f;border-top-color:#9fe870;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.landing .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:#fff;text-align:center}.landing .error-container h2{margin-bottom:1rem;color:#ff6b6b}.landing .error-container p{margin-bottom:2rem;color:#aaa}.landing .error-container .btn{padding:.75rem 1.5rem;background:#9fe870;color:#222;border:none;border-radius:.6rem;cursor:pointer;font-size:1rem;transition:all .3s ease}.landing .error-container .btn:hover{background:#8ed760}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(76,175,80,.4)}70%{box-shadow:0 0 0 1rem rgba(76,175,80,0)}to{box-shadow:0 0 0 0 rgba(76,175,80,0)}}.banner-bg{background-image:url(/_next/static/media/banner-bg.95afa130.jpg)}.banner-bg,.section-bg{background-size:cover;background-position:50%;background-repeat:no-repeat;padding:0 2rem}.section-bg{background-image:url(/_next/static/media/section-bg.6c5544f8.jpg)}.landing-review{background:#0b100d;overflow-x:hidden}.navbar{padding:3.2rem 0 0}.navbar-container{display:flex;width:100%;justify-content:space-between;align-items:center}.navbar-toggle{display:none}.navbar-left{display:flex;align-items:center;gap:6rem}.navbar__menu{display:flex;align-items:flex-start;gap:3.7rem}@media(max-width:37.5em){.navbar__menu{display:none}}.navbar__menu-item{color:#fff;font-family:Outfit;font-size:1.6rem;font-style:normal;font-weight:600;line-height:1.8rem;cursor:pointer}.navbar__menu-item:hover{color:#0d813a}.navbar-right{display:flex;align-items:center;gap:2.4rem}.navbar-toggle-menu{height:4.4rem;padding:1rem;align-items:center;gap:1.2rem;border-radius:9rem;background:var(--Ui-Colors-Card-Color,#2B2B2B);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{display:flex;flex-direction:column;align-items:flex-start;gap:3.2rem;align-self:stretch;max-width:74rem;padding-top:10rem;padding-bottom:10rem}.hero__title{color:#fff;font-family:Outfit;font-size:8.6rem;font-style:normal;font-weight:600;line-height:122.093%;letter-spacing:.1rem;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{display:flex;align-items:center;gap:2rem;margin-top:1.7rem}.hero__right{display:flex;align-items:flex-end;justify-content:center}.offer{padding-top:10rem;padding-bottom:10rem}.feature-item{display:flex;gap:12rem;margin-top:12rem}.feature-item--right{justify-content:space-between;flex-direction:row-reverse}.feature-item__img{display:flex;align-items:center;justify-content:center;width:50%}.feature-item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.feature-item__content{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2.4rem;justify-content:center;max-width:49.1rem}.feature-item__content-main{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;align-self:stretch}.feature-item__title{color:#fff;font-family:Outfit;font-size:4.1rem;font-style:normal;font-weight:500;line-height:5.2rem}.feature-item__description{color:#b1b1b1;font-family:Outfit;font-size:2rem;font-style:normal;font-weight:300;line-height:2.8rem}.feature-item__features{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.feature-item__feature{display:grid;grid-template-columns:25px 1fr;gap:1rem;color:#b1b1b1;font-family:Outfit;font-size:2.1rem;font-style:normal;font-weight:300;line-height:152.381%;align-items:center}.feature-item__feature svg{transform:translateY(.4rem)}.tabs{display:flex;width:100%;align-items:center;gap:2.4rem;margin-top:12rem}.tabs__title{font-size:4.1rem}.tabs__description{max-width:58rem}.tabs-item{display:flex;padding:1.6rem;align-items:center;gap:1.6rem;align-self:stretch;border-radius:2.4rem;flex:1 0 0;cursor:pointer;transition:all .3s ease;border-bottom:5px solid rgba(0,0,0,0)}.tabs-item.active,.tabs-item:hover{border-radius:1.6rem;background:linear-gradient(0deg,#1B221E,#0B100D);border-bottom:5px solid #9fe870}.tabs-item__details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0}.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{display:flex;align-items:flex-start;gap:12rem;border-radius:2.4rem;background:var(--Ui-Colors-Ai-Gredient,linear-gradient(270deg,#425E2F 0,#16482E 100%));margin-top:4rem;padding:0 10.3rem}.tabs__content-left{display:inline-flex;gap:2.4rem;max-width:40rem;padding:9.8rem 0}.tabs__content-details,.tabs__content-left{flex-direction:column;align-items:flex-start}.tabs__content-details{display:flex;gap:.8rem}.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)}.cta-section .tabs__content{background:rgba(0,0,0,0);border-radius:0;align-items:flex-end;padding:0;justify-content:space-between;position:relative}.cta-section .tabs__content-img{position:relative}.cta-section .tabs__content-img img{z-index:2;position:relative}.cta-section .tabs__content-img-bg{width:100%;height:100%;position:absolute;top:-3rem;left:-50%;z-index:0}.cta-section .tabs__content-img-bg img{z-index:1;opacity:.41;mix-blend-mode:difference;filter:blur(7.5px)}.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}.landing-footer{padding:10.2rem 0 7.3rem;position:relative;overflow:hidden}.landing-footer .rocket-logo{position:absolute;top:-3rem;right:0;transform:rotate(230deg);z-index:5}.landing-footer .mars-logo{position:absolute;bottom:-5rem;left:-10rem;width:22.17rem;height:22.1rem;transform:rotate(-19.732deg);flex-shrink:0}.landing-footer__content{display:flex;width:100%;justify-content:space-between;align-items:center;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{display:flex;gap:1rem}.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}.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__description,.connection-hero-left .hero__title{text-align:center}.connect-tab-img{margin-top:10rem}.landing-container{max-width:146.5rem;margin:0 auto}.btn{display:inline-flex;padding:1.6rem 2.4rem;align-items:flex-start;gap:1rem;border-radius:9rem;background:var(--Ui-Colors-Gren,#0D813A);color:var(--Ui-Colors-White,#F4F4F4);font-family:Outfit;font-size:1.8rem;font-style:normal;font-weight:600;line-height:1.8rem;outline:none;border:none;cursor:pointer;transition:all .3s ease}.btn:hover{background:rgba(13,129,57,.8196078431)}.link-btn{color:#fff;font-family:Outfit;font-size:1.6rem;font-style:normal;font-weight:600;line-height:1.8rem;display:flex;align-items:center;gap:1rem}.link-btn:hover{color:#0d813a}.landing-section-header{display:flex;flex-direction:column;align-items:center;gap:1.6rem;align-self:stretch;max-width:90rem;margin:0 auto;text-align:center}.landing-section-header__title{color:#fff;text-align:center;font-family:Outfit;font-size:6.8rem;font-style:normal;font-weight:600;line-height:1.3;letter-spacing:.1rem}.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{display:flex;align-items:center}.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{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(159,232,112,.95);z-index:9999;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);pointer-events:none}.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{font-size:3.2rem;font-weight:600;margin-bottom:1.2rem;color:#0d813a}.drag-overlay__content p{font-size:1.8rem;color:#0d813a;opacity:.8}.landing{min-height:100vh;position:relative}.notification{display:flex;flex-direction:column;align-items:flex-start;gap:3.2rem;align-self:stretch;position:absolute;transform:translateX(-90%) translateY(2rem);z-index:5000;min-width:-moz-max-content;min-width:max-content;border-radius:1.51rem;border:1px solid var(--Ui-Colors-Stroke-Dark,#363636);background:#2b2b2b;box-shadow:0 5.2rem 8.4rem 1rem rgba(0,0,0,.5);padding-bottom:2rem;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease;transform:translateX(-95%) translateY(0);min-width:58rem;cursor:auto}.notification:hover{opacity:1;visibility:visible;pointer-events:all}.notification__empty{display:flex;padding:2rem 2.8rem;flex-direction:column;align-items:center;gap:1rem;font-family:Roboto}.notification__header{display:flex;padding:2rem 2.8rem 0;flex-direction:column;align-items:flex-start;gap:1.8rem;align-self:stretch}.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{width:100%;justify-content:space-between}.notification__header-actions,.notification__header-content{display:flex;align-items:center;gap:1rem}.notification__tabs{display:flex;align-items:center;gap:.6rem}.notification__tab{display:flex;height:4rem;padding:.6rem 2.4rem;justify-content:center;align-items:center;border-radius:3.01rem;background:var(--Ui-Colors-Stroke-Dark,#363636);color:var(--Ui-Colors-Text-Light,#A9A9A9);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;cursor:pointer;transition:all .2s ease}.notification__tab.active,.notification__tab:hover{color:var(--Ui-Colors-Card-Color,#2B2B2B);background:var(--Ui-Colors-CTA-Color,linear-gradient(180deg,#FFF 50.96%,#E7E7E7 100%))}.notification__body{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;align-self:stretch}.notification__item{display:flex;gap:1.81rem;align-self:stretch;padding:2rem 2.8rem;width:100%;cursor:pointer}.notification__item:hover{background:#363636}.notification__item-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.9rem;flex:1}.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;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap}.notification__item-right{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.9rem;height:auto}.notification__item-right svg{width:.8rem;height:.8rem}.notification__item-image{display:flex;width:4rem;height:4rem;padding:1rem;justify-content:center;align-items:center}.notification__item-image-icon-comment{border-radius:2.83rem 2.83rem 2.83rem .99rem;border:1.232px solid var(--Ui-Colors-Gren,#0d813a);background:var(--Ui-Colors-Green-Light,#9FE870);display:flex;width:4.22rem;height:4.4rem;justify-content:center;align-items:center;gap:.99rem;flex-shrink:0;aspect-ratio:24/25;color:var(--Ui-Colors-Stroke-Dark,#363636);font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.notification__load-more{padding:1.6rem 2.8rem;width:100%}.notification__load-more,.notification__load-more-btn{display:flex;justify-content:center;align-items:center}.notification__load-more-btn{padding:1.2rem 2.4rem;gap:.8rem;border-radius:.8rem;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;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;cursor:pointer;transition:all .2s ease}.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}.btn{padding:1.4rem 2rem;font-size:1.6rem}.btn,.link-btn{line-height:1.6rem}.link-btn{font-size:1.4rem}.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{padding-top:6rem;padding-bottom:6rem;gap:2.4rem}.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}.feature-item{gap:6rem;margin-top:8rem}.feature-item__title{font-size:3.2rem;line-height:4rem}.feature-item__description{font-size:1.8rem;line-height:2.4rem}.feature-item__feature{font-size:1.8rem;line-height:2.6rem}.tabs{gap:1.6rem;margin-top:8rem}.tabs__title{font-size:3.2rem}.tabs__description{max-width:48rem}.tabs-item{padding:1.2rem;gap: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{padding:6rem 0;max-width:32rem}.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){.btn{padding:1.2rem 1.8rem;font-size:1.4rem;border-radius:7rem}.btn,.link-btn{line-height:1.4rem}.link-btn{font-size:1.2rem;gap:.8rem}.landing-section-header{gap:1rem;max-width:100%}.landing-section-header__title{font-size:4.2rem;line-height:1.1;letter-spacing:.5px}.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{gap:2rem;flex-wrap:wrap;justify-content:space-between}.navbar__menu{gap:1.6rem}.navbar__menu-item{font-size:1.2rem}.navbar-right{gap:1.2rem}.hero__content{flex-direction:column}.hero__left{padding-top:4rem;padding-bottom:4rem;gap:2rem;max-width:100%}.hero__title{font-size:3.6rem;line-height:4.4rem;letter-spacing:.5px}.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{gap:3rem;margin-top:6rem}.feature-item,.feature-item--right{flex-direction:column}.feature-item__img{width:100%}.feature-item__content{max-width:100%;gap:1.6rem}.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{font-size:1.6rem;line-height:2.4rem;gap:.8rem}.tabs{gap:1.2rem;margin-top:6rem}.tabs__title{font-size:2.4rem}.tabs__description{max-width:100%}.tabs-item{padding:1rem;gap: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{padding:4rem 0;max-width:100%}.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 .mars-logo,.landing-footer .rocket-logo{display:none}.landing-footer__content{flex-direction:column;gap:2rem;text-align:center}.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{overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;min-height:3rem}.tabs::-webkit-scrollbar{display:none}.tabs.scrolling{scrollbar-width:thin;-ms-overflow-style:auto}.tabs.scrolling::-webkit-scrollbar{display:block;width:.8rem;height:.8rem}.tabs.scrolling::-webkit-scrollbar-track{background:rgba(45,45,45,.1);border-radius:.4rem}.tabs.scrolling::-webkit-scrollbar-thumb{background:hsla(0,0%,40%,.6);border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease}.tabs.scrolling::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.8)}.tabs.scrolling::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.tabs:hover.scrolling::-webkit-scrollbar{width:1.2rem;height:1.2rem}.tabs:hover.scrolling::-webkit-scrollbar-thumb{background:rgba(136,136,136,.7)}.tabs-item__details-description,.tabs-item__details-title{white-space:nowrap}.cta-section .tabs__content{flex-direction:column}.cta-section .tabs__content-details,.cta-section .tabs__content-left{align-items:center;text-align:center}.cta-section .tabs__content-details>svg{display:none}.landing-container{max-width:100%}.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:1.2rem 0 0}.navbar__menu{gap:1.2rem}.navbar__menu-item{font-size:1.1rem}.hero__left{gap:1.6rem}.hero__left,.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}}