:root{--color-bg1:#4b3954;--color-bg2:#899ef3;--bg-opacity:0.4;--primary:#fff;--secondary:#9e9fbe;--accent:#c3a5b9;--text-100:#3c3a39;--bg-100:#000;--color1:18,113,255;--color2:221,74,255;--color3:100,220,255;--color4:200,50,50;--color5:180,180,50;--color-interactive:140,100,255;--circle-size:80%;--blending:hard-light}[data-theme=dark]{--color-bg1:#000;--color-bg2:#001569;--bg-opacity:0.4;--primary:#63a4ab;--secondary:#6d96ba;--accent:#c3a5b9;--text-100:#fff;--bg-100:#fcd2d2;--color1:18,113,255;--color2:221,74,255;--color3:100,220,255;--color4:200,50,50;--color5:180,180,50;--color-interactive:140,100,255;--circle-size:80%;--blending:hard-light}.show{pointer-events:all;opacity:1;scale:1}.hide{pointer-events:none;opacity:0;scale:0}.blurred-bg{backdrop-filter:blur(10px)}a,h1,h2,h3,h4,h5,h6,p,span{font-size:clamp(.8rem,4vw + .1rem,.95rem);font-weight:400}.hero-title{font-size:clamp(2rem,6vw + .1rem,3rem)}.section-title{font-weight:600;line-height:1.2}.section-title,.section-title span{font-size:clamp(1.7rem,6vw + .1rem,2.5rem)}.section-title span{color:var(--primary)}.small-title{font-weight:600;text-shadow:0 0 50px rgba(var(--primary),30%);text-transform:uppercase}.explainer-text{opacity:.8;font-size:clamp(.7rem,4vw + .1rem,.85rem)}.text--light{font-size:80%;font-style:italic;opacity:.8}.preloader{position:fixed;height:100svh;width:100vw;display:flex;align-items:center;justify-content:center;z-index:1000;background-color:#141516}.preloader svg{position:absolute;top:0;width:100%;height:calc(100% + 300px)}.preloader svg path{fill:#141516}.preloader p{display:flex;color:#fff;font-size:42px;align-items:center;position:absolute;z-index:1}.preloader p span{display:block;width:10px;height:10px;background-color:#fff;border-radius:50%;margin-right:10px}.text-container{z-index:100;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0;justify-content:center;align-items:center;font-size:96px;color:#fff;opacity:.8;user-select:none;text-shadow:1px 1px rgba(0,0,0,.1)}@keyframes moveInCircle{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes moveVertical{0%{transform:translateY(-50%)}50%{transform:translateY(50%)}to{transform:translateY(-50%)}}@keyframes moveHorizontal{0%{transform:translateX(-50%) translateY(-10%)}50%{transform:translateX(50%) translateY(10%)}to{transform:translateX(-50%) translateY(-10%)}}.gradient-bg{width:100vw;height:100vh;position:fixed;z-index:-1;opacity:var(--bg-opacity);overflow:hidden;background:linear-gradient(40deg,var(--color-bg1),var(--color-bg2));top:0;left:0}@-moz-document url-prefix(){.gradient-bg{opacity:var(--bg-opacity)}.gradient-bg svg{display:none}}@media(max-width:900px){.gradient-bg{opacity:var(--bg-opacity)}.gradient-bg svg{display:none}}.gradient-bg .gradients-container{filter:url(#goo) blur(40px);width:100%;height:100%}.gradient-bg .g1{background:radial-gradient(circle at center,rgba(var(--color1),.8) 0,rgba(var(--color1),0) 50%) no-repeat;transform-origin:center center;animation:moveVertical 30s ease infinite}.gradient-bg .g1,.gradient-bg .g2{position:absolute;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size)/2);left:calc(50% - var(--circle-size)/2);opacity:1}.gradient-bg .g2{background:radial-gradient(circle at center,rgba(var(--color2),.8) 0,rgba(var(--color2),0) 50%) no-repeat;transform-origin:calc(50% - 400px);animation:moveInCircle 20s infinite reverse}.gradient-bg .g3{background:radial-gradient(circle at center,rgba(var(--color3),.8) 0,rgba(var(--color3),0) 50%) no-repeat;top:calc(50% - var(--circle-size)/2 + 200px);left:calc(50% - var(--circle-size)/2 - 500px);transform-origin:calc(50% + 400px);animation:moveInCircle 40s linear infinite;opacity:1}.gradient-bg .g3,.gradient-bg .g4{position:absolute;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size)}.gradient-bg .g4{background:radial-gradient(circle at center,rgba(var(--color4),.8) 0,rgba(var(--color4),0) 50%) no-repeat;top:calc(50% - var(--circle-size)/2);left:calc(50% - var(--circle-size)/2);transform-origin:calc(50% - 200px);animation:moveHorizontal 40s ease infinite;opacity:.7}.gradient-bg .g5{background:radial-gradient(circle at center,rgba(var(--color5),.8) 0,rgba(var(--color5),0) 50%) no-repeat;width:calc(var(--circle-size)*2);height:calc(var(--circle-size)*2);top:calc(50% - var(--circle-size));left:calc(50% - var(--circle-size));transform-origin:calc(50% - 800px) calc(50% + 200px);animation:moveInCircle 20s ease infinite;opacity:1}.gradient-bg .g5,.gradient-bg .interactive{position:absolute;mix-blend-mode:var(--blending)}.gradient-bg .interactive{background:radial-gradient(circle at center,rgba(var(--color-interactive),.8) 0,rgba(var(--color-interactive),0) 50%) no-repeat;width:100%;height:100%;top:-50%;left:-50%;opacity:.7}.light-opacity{opacity:.4}.toaster li{backdrop-filter:blur(15px);background:rgba(0,0,0,.15);border:1px solid hsla(0,0%,100%,.4);color:var(--text-100)}.toaster li svg{fill:var(--text-100)}::-webkit-scrollbar{width:.8em;height:.8em}::-webkit-scrollbar-track{background:color-mix(in srgb,var(--bg-100) 80%,var(--text-100));margin-inline:5em}::-webkit-scrollbar-thumb{border-radius:20px;background:linear-gradient(var(--primary),var(--secondary))}@supports(scrollbar-color:var(--primary ),var(--primary, )){*{scrollbar-color:var(--primary),color-mix(in srgb,var(--bg-100) 50%,transparent);scrollbar-width:auto}}.sor{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.navbar{z-index:10;width:min(1240px,100%);margin-inline:auto;justify-content:space-between}@media(max-width:700px){.navbar:has(.burger--active){padding-bottom:1em;background:color-mix(in srgb,var(--primary) 50%,transparent)}.navbar:has(.burger--active) .nav-list{opacity:1;max-height:100vh;overflow:initial;pointer-events:all}}.navbar__mobile{justify-content:center;justify-content:space-between}.nav-list,.navbar__mobile{display:flex;align-items:center}.nav-list{transition:all .25s ease-in-out;justify-content:center;gap:1em;flex-direction:column}.nav__toggle{right:0;top:0;width:60px;height:60px;border-radius:50%;background-color:var(--primary-200);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:999;transition:all .5s ease}.nav__toggle .burger{width:100%}.nav__toggle .burger:after,.nav__toggle .burger:before{content:"";display:block;height:2px;width:60%;margin:auto;background-color:var(--text-100);position:relative;transition:transform .3s}.nav__toggle .burger:after{top:-5px}.nav__toggle .burger:before{top:5px}@media(max-width:700px){.nav__toggle .burger--active:after{transform:rotate(45deg);top:-2px}.nav__toggle .burger--active:before{transform:rotate(-45deg);top:0}.profile_nav-pc{display:none}.navbar{position:sticky;top:0;backdrop-filter:blur(10px);background:color-mix(in srgb,var(--primary) 10%,transparent)}.nav-list{opacity:0;max-height:0;overflow:hidden;pointer-events:none}}@media(min-width:700px){.icon-text span,.nav-list .profile_nav-mobile{display:none}.navbar{display:flex;justify-content:center;align-items:center;justify-content:space-between;padding:.5em 1em}.nav-list{flex-direction:row}.nav__toggle{display:none}}@keyframes rotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes rotations{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-anim{animation:rotations .8s linear infinite}.icon-color{fill:var(--text-100)}.theme-toggle{margin-inline:10px}.theme-wrapper{display:flex;justify-content:center;align-items:center;margin-top:1em}.theme-switch{scale:.85;margin-left:10px;display:block;--width-of-switch:3.2em;--height-of-switch:1.8em;--size-of-icon:1.4em;--slider-offset:0.3em;position:relative;width:var(--width-of-switch);height:var(--height-of-switch)}.theme-switch:input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:color-mix(in srgb,var(--bg-100) 70%,#000);border-radius:30px}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:var(--size-of-icon,1.4em);width:var(--size-of-icon,1.4em);border-radius:20px;left:var(--slider-offset,.3em);top:50%;transform:translateY(-50%);background:linear-gradient(40deg,#ff0080,#ff8c00 70%)}.dark .slider{background-color:#303136}.dark .slider:before{left:calc(100% - (var(--size-of-icon, 1.4em) + var(--slider-offset, .3em)));background:#303136;box-shadow:inset -3px -2px 5px -2px var(--secondary),inset -10px -4px 0 0 var(--primary)}footer>*{padding-block:20px 20px;padding-inline:10px;border-top:1px dotted var(--bg-100)}.btn{display:inline-block;border-radius:20px;transition:all .25s ease-in-out;padding:.5em 1.5em}.btn--wicon{display:flex;justify-content:center;align-items:center;gap:.5em;width:fit-content;margin-inline:auto}.btn--wicon svg{fill:var(--text-100)}.btn--primary{border:1px solid var(--primary);background:var(--primary);color:var(--bg-100)}.btn--primary:hover{background:color-mix(in srgb,var(--primary) 50%,transparent)}.btn--primary:active{background:color-mix(in srgb,var(--primary) 70%,transparent);color:var(--text-100)}.btn--primary:disabled{cursor:not-allowed;opacity:.5}.btn--outlined:hover:not(.btn--outlined.active){color:var(--accent);text-decoration:line-through}.btn--outlined:active{color:var(--secondary)}.btn--outlined:disabled{cursor:not-allowed;opacity:.5}.btn--outlined.active{text-decoration:underline}.btn--delete{background:#bd2900;color:#fff}.btn--delete:hover{background:#ff3700}.btn--delete:active{background:#bd2900}.btn--secondary{background:var(--bg-100);color:var(--primary)}.btn--secondary:hover{background:color-mix(in srgb,var(--primary) 50%,transparent)}.btn--secondary:active{background:color-mix(in srgb,var(--primary) 70%,transparent);color:var(--text-100)}.btn--secondary:disabled{cursor:not-allowed;opacity:.5}.scrollup--btn-container{position:fixed;bottom:2em;right:2em;transition:all .25s ease-in-out}.scrollup--btn{width:40px;height:40px;border-radius:20px;background-color:var(--bg-100);border:none;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px dotted var(--primary);cursor:pointer;transition-duration:.3s;overflow:hidden}.scrollup--btn .svgIcon{width:12px;transition-duration:.3s}.scrollup--btn .svgIcon path{fill:var(--primary)}.scrollup--btn span{position:absolute;bottom:-20px;content:"Back to Top";color:#fff;font-size:0}.scrollup--btn:hover{width:140px;transition-duration:.3s;background-color:var(--secondary);align-items:center}.scrollup--btn:hover .svgIcon{transition-duration:.3s;transform:translateY(-200%)}.scrollup--btn:hover span{font-size:13px;opacity:1;bottom:unset;transition-duration:.3s}.scrollup--btn:active{background:var(--secondary);scale:.95}.two-side-button{display:flex;flex-direction:column;height:2.5rem;border-radius:20px;overflow:hidden}.two-side-button,.two-side-button .texts{transition:.6s cubic-bezier(.16,1,.3,1)}.two-side-button .texts{transform:translateY(0)}.two-side-button .texts .loading-title,.two-side-button .texts .submit-title{display:flex;align-items:center;justify-content:space-between;height:2.5rem;padding:.75em 1.125em}.two-side-button .loading-title{background-color:#21dc62}.two-side-button:hover{box-shadow:0 .625em 1em 0 rgba(33,220,98,.35)}.two-side-button:hover .texts{transform:translateY(-2.5rem)}.login-google-btn{margin-inline:auto;display:flex;justify-content:center;align-items:center;transition:all .25s ease-in-out;height:50px;gap:10px;margin-block:3px;color:gray;font-weight:600;background:var(--primary);padding:5px 15px;font-size:.9rem;border-radius:20px;box-shadow:2px 2px 2px rgba(0,0,0,.242);max-height:2.5rem;overflow:hidden}.login-google-btn svg{width:30px;height:30px}.login-google-btn .two-side-button{border-radius:0;width:100%}.login-google-btn .two-side-button .loading-title,.login-google-btn .two-side-button .texts .submit-title{padding:0}.login-google-btn:hover{background:#d8d8d8}.login-google-btn:hover .two-side-button{box-shadow:none}.login-google-btn:hover .texts{transform:none}.login-google-btn .loading-title{background:initial}.login-google-btn:active{scale:.95}.login-google-btn.google-loading .texts{transform:translateY(-2.5rem)}.login-google-btn.google-loading svg{animation:rotations .8s ease-in-out infinite}.login-google-btn.google-loading .loading-title{animation:loadingText 3s ease infinite}@keyframes loadingText{0%,to{transform:translateX(0)}25%,70%{transform:translatey(-1px)}50%{transform:translateX(1px)}}.message-section{display:grid;grid-template-columns:1fr 2fr;margin-bottom:1em}.message-section .message-back-mobile{display:none}@media(max-width:968px){.message-section,.message-section .message-back-mobile{display:block}.message-section .message-wrapper{height:100%}.message-section .message-mobile-inactive{display:none}.message-section .message-mobile-active{display:flex;flex-direction:column}.message-section .message-sidebar{border:none}}.message-sidebar{padding:1em;overflow-y:auto;border-right:2px dotted var(--primary)}.message__title{background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;justify-content:space-between;margin-bottom:1em;border-radius:15.3846153846px;padding:.5em 1em}.message-search{position:sticky;top:0;z-index:5;backdrop-filter:blur(2px);gap:.4em;border-radius:20px;margin-bottom:.5em}.message-search,.message-search .search-input{display:flex;justify-content:center;align-items:center;justify-content:space-between}.message-search .search-input{gap:.2em;width:100%;border:2px solid var(--primary);border-radius:20px}.message-search .search-input input{padding:.6em 1em;width:100%;background:transparent}.message-search .search-input input:focus{outline:none}.message-search .search-input:has(input:focus){border-color:var(--secondary)}.message__header-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.2em}.message__header-wrapper .message__header-item{cursor:pointer;padding:.2em;width:100%;height:5.4em;display:grid;grid-template-columns:1fr 3fr;justify-items:flex-start;text-align:left;border-radius:20px;overflow:hidden;gap:.3em}.message__header-wrapper .message__header-item .header__sender-name{font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.message__header-wrapper .message__header-item.active{background:color-mix(in srgb,var(--primary) 40%,transparent);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px}.message__header-wrapper .message__header-item:hover:not(.active){background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px}.message__header-wrapper .header__img{position:relative;height:100%;width:100%}.message__header-wrapper .header__img img{border-radius:50vw;height:5em;width:5em;object-fit:cover}.message__header-wrapper .header__message{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.message-product-title{width:100%;border-bottom:2px dotted var(--primary);display:flex;justify-content:center;align-items:center;justify-content:space-between;margin-bottom:1em;padding:.5em 1em}.message-product-title .message-title-img{position:relative;width:50px;height:50px;border-radius:50vw;object-fit:cover;overflow:hidden}.message-product-title .message-title{font-weight:600}.message-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.messages-container{padding:1em;padding-inline:.5em 1em;overflow-y:scroll;flex-grow:2;width:100%;flex-shrink:10;text-align:left}.messages-container .user-img{position:relative;width:2em;height:2em}.messages-container .user-img img{border-radius:50vw;object-fit:cover}.messages{overflow-y:auto}.message-action{position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;flex-shrink:0;gap:.5em}.message-action input{width:100%}.message-details{display:grid;gap:.5em;grid-template-columns:40px 1fr;align-items:center;margin-bottom:1em}.message-details .user-img{width:40px;height:40px;align-self:flex-end}.message-details .message-text{max-width:70%;background:var(--primary);border-radius:20px;box-shadow:1.95px 1.95px 2.6px rgba(0,0,0,.15);padding:.5em 1em}.message-details.own{grid-template-columns:1fr;justify-items:flex-end}.message-details.own .user-img{display:none}.emoji-picker{position:absolute;bottom:3em;right:1em}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-2{bottom:.5rem}.left-2{left:.5rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.hidden{display:none}.size-10{width:2.5rem;height:2.5rem}.size-\[25px\]{width:25px;height:25px}.h-full{height:100%}.h-screen{height:100vh}.w-full{width:100%}.w-screen{width:100vw}.max-w-lg{max-width:32rem}.max-w-sm{max-width:24rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.object-cover{object-fit:cover}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.opacity-50{opacity:.5}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*,:after,:before{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}html{text-align:center;scroll-behavior:smooth}body{z-index:-1}body a,body button,body h1,body h2,body h3,body h4,body h5,body h6,body p,body small{color:var(--text-100)}@keyframes backgroundScroll{0%{background-position:0 0}to{background-position:0 31px}}body:has(.preloading){overflow:hidden}body:has(.light-theme) invert__container a,body:has(.light-theme) invert__container button,body:has(.light-theme) invert__container h1,body:has(.light-theme) invert__container h2,body:has(.light-theme) invert__container h3,body:has(.light-theme) invert__container h4,body:has(.light-theme) invert__container h5,body:has(.light-theme) invert__container h6,body:has(.light-theme) invert__container p{color:var(--bg-100)}svg{stroke:var(--text-100);fill:var(--text-100)}:where(.flex){display:flex;align-items:center;justify-content:center;gap:.3rem}.grid{display:grid;justify-content:center;justify-items:center;align-content:center}.grid--1x2{padding:1em 0;grid-template-columns:1fr;gap:2em}@media screen and (min-width:768px){.grid--1x2{justify-content:center;justify-items:center;align-items:center;grid-gap:1em;grid-template-columns:repeat(2,minmax(200px,700px))}.grid--1x2 .content{padding:2em;text-align:left;align-self:start}}.grid--1x3{padding:1em 0;grid-template-columns:1fr}@media screen and (min-width:768px){.grid--1x3{justify-content:center;justify-items:center;align-items:center;grid-gap:1em;grid-template-columns:2fr 3fr 1fr}}.full-height{min-height:100vh;min-height:100svh}.limit-width{width:min(1240px,100% - 1rem);margin-inline:auto;margin:0 auto}p{max-width:75ch}@media(max-width:600px){:where(p){text-align:justify}}.main-content{min-height:calc(100vh - 100px);min-height:calc(100svh - 100px);width:min(1240px,100% - 1rem);margin-inline:auto}.under-navbar{margin-top:1em}input,textarea{border-radius:20px}.glass-card{background:hsla(0,0%,100%,.3)}.glass-card,.glass-card-inner{backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px}.glass-card-inner{background:hsla(0,0%,100%,.5)}.glass-surface{background:hsla(0,0%,100%,.3)}.glass-surface,.glass-surface-inner{backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px}.glass-surface-inner{background:hsla(0,0%,100%,.5)}.glass-active{background:var(--secondary)}.logo{fill:var(--text-100)}.logo-text{color:var(--text-100)}.glass-bg{background:rgba(62,62,62,.5);backdrop-filter:blur(4px) saturate(50%)}.screen-container{background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px;height:calc(100vh - 100px);height:calc(100svh - 100px);margin-bottom:1em;overflow-y:auto}.card-padding{padding:1em}.toaster li{background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px}.input-control{position:relative;width:min(100%,400px);margin-top:.7em}.input-control .form-message{z-index:9;position:absolute;top:-10px;left:0;font-size:80%;font-style:italic;background:color-mix(in srgb,var(--primary) 70%,transparent);opacity:.8;margin-left:10px;padding-inline:5px;border-radius:20px}.input-control .form-message.error{color:#ff3700}.input-control .form-message.right{left:auto;right:0}.input--primary{background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);width:min(100%,400px);border-radius:20px;border:none;padding:.5em 1em}.input--primary::placeholder{color:var(--text-100)}.input--primary:focus{outline:2px solid var(--primary)}.profile_img{position:relative;overflow:hidden;width:2.4em;height:2.4em;border-radius:50vw;border:1px solid transparent}.profile_img:hover{border-color:var(--primary)}.profile_img img{border-radius:50vw;object-fit:cover}.delete--background{background:rgba(0,0,0,.4)}.popper--danger{background:hsla(0,0%,82%,.65);padding:1em;border-radius:20px;backdrop-filter:blur(8px);border:1px solid rgba(255,55,0,.2);box-shadow:0 2px 18px 2px rgba(189,1,1,.2),inset 0 2px 30px 0 rgba(189,1,1,.1)}.popper--danger .title{margin-bottom:2em}.icon{transition:all .25s ease-in-out}.icon:hover{fill:color-mix(in srgb,var(--secondary) 80%,transparent)}.icon:active{fill:var(--text-100)}.icon--delete{transition:all .25s ease-in-out;fill:#bd2900}.icon--delete:hover{fill:#ff3700}.icon--delete:active{fill:#bd2900}.hero{min-height:calc(100svh - 100px);display:flex;justify-content:center;align-items:center;flex-direction:column}.hero .hero-subtitle{font-weight:500}.hero .hero-title{font-weight:600;line-height:1.1;margin-bottom:.2em}.hero .hero-description{margin-bottom:4em}.hero .hero-color{color:var(--primary)}.section{min-height:calc(100svh - 80px);height:100svh;display:flex;justify-content:center;align-items:center;flex-direction:column}.img-holder{position:relative;border:1em solid hsla(0,0%,100%,.5);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.img-holder,.img-holder img{border-radius:20px}.about-description{margin-block:.5em 4em}.about-header>*{margin-inline:auto}.about-text{margin-block:1em 2em}.porduct-categories{flex-wrap:wrap}.porduct-categories .active{background:var(--primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1em;margin-top:1em}.products-grid .product__item{border:2px solid transparent;transition:all .25s ease-in-out;overflow:hidden;height:400px}.products-grid .product__item:hover{border-color:var(--primary);scale:1.01}.products-grid .product__image{position:relative;height:280px;width:100%}.products-grid .product__image img{object-fit:cover}.products-grid .product__user p,.products-grid .product__user svg{font-size:80%;font-style:italic;opacity:.8}.products-grid .product__body{padding:.5em;height:120px;display:flex;justify-content:center;align-items:center;flex-direction:column}.products-grid .product__name{width:100%;font-weight:700;-webkit-line-clamp:1;margin-bottom:.5em}.products-grid .product__des,.products-grid .product__name{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.products-grid .product__des{-webkit-line-clamp:2}.products-grid .product__price{margin-top:auto;font-weight:600}.products-grid .product__line{display:flex;justify-content:center;align-items:center;margin-bottom:.5em;justify-content:start;gap:.5em}.products-grid .product__line svg{flex-shrink:0}.item-page{display:grid;gap:1em;text-align:left;margin-bottom:1em}.item-page .item__details{background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px;padding:1em;overflow-y:hidden}.item-page .item__line{display:grid;align-items:center;width:100%;grid-template-columns:30px 1fr;gap:.2em;margin-bottom:.5em;flex-shrink:0}.item-page .item__des{align-items:flex-start;flex-shrink:10;overflow-y:auto}.item-page .item__price{font-weight:600;text-align:left;font-size:clamp(1rem,5vw + .1rem,1.5rem)}.item-page .item__name{font-weight:700;margin-bottom:1em}.item-page .item__img{background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px;overflow:hidden;position:relative;width:100%;min-height:50vh}.item-page .item__img img{opacity:.8;object-fit:cover}@media(min-width:768px){.item-page{height:calc(100svh - 80px);grid-template-columns:1fr 300px}}.like-button{background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px;padding:.2em .4em;position:absolute;bottom:1em;right:1em;z-index:9;border:1px solid var(--primary)}.page_404{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;background-color:#fff;padding:40px 20}.four_zero_four_bg{border-radius:20px;margin-bottom:1em;background-image:url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);height:400px;background-position:50%;color:var(--primary)}.four_zero_four_bg .page_404 img{width:100%}.contant_box_404{width:100%;text-align:center;color:var(--primary);background:#fff;border-radius:20px;padding-block:1.5em;font-weight:600}.contant_box_404 .title-404{font-size:4rem;font-weight:700}.header-menu{position:relative}.header-menu,.menu-list{display:flex;justify-content:center;align-items:center}.menu-list{background:hsla(0,0%,100%,.3);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px;flex-direction:column;overflow:hidden;margin-top:1em;width:min(200px,100%)}.menu-list a,.menu-list button{display:flex;justify-content:left;align-items:center;text-align:left;width:100%;padding:.5em 1em;transition:all .25s ease-in-out}.menu-list a:hover,.menu-list button:hover{text-decoration:line-through}.menu-list a:hover svg,.menu-list button:hover svg{opacity:.5}.profile-container{display:flex;justify-content:center;align-items:center;justify-content:normal;padding:1em;gap:1em;flex-direction:column;justify-content:space-around}.profile-container .profile{display:flex;justify-content:center;align-items:center;width:100%;justify-content:flex-start}.profile-container .profile__img{height:min(25vw,150px);width:min(25vw,150px);position:relative;border-radius:50vw;box-shadow:1.95px 1.95px 2.6px rgba(0,0,0,.15)}.profile-container .profile__img img{object-fit:cover;border-radius:50vw;height:100%;width:100%}.profile-container .profile__details{text-align:left}.profile-container .profile__title{font-size:clamp(1rem,5vw + .1rem,1.5rem);margin-bottom:1em}.profile-container .profile__info div{justify-content:flex-start}@media(min-width:768px){.profile-container{flex-direction:row}.profile-container .profile__img{height:12vw;width:12vw}.profile-container .profile{width:auto}}.account__menu{margin-top:1em}.account__menu .acc__title{font-weight:600;margin-bottom:1em}.account__details{overflow-y:hidden}.acc__product-list{display:grid;padding-inline:.5em;grid-template-columns:repeat(auto-fill,minmax(min(600px,100%),1fr));gap:.5em;overflow-y:auto}.acc__product-item{background:hsla(0,0%,100%,.5);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:20px;display:flex;width:100%;margin-inline:auto;height:10em;overflow:hidden;text-align:left}.acc__product-item .acc__product-body{display:flex;flex-direction:column;width:100%;padding:.5em .8em}.acc__product-item .acc__product-image{position:relative;width:10em}.acc__product-item .acc__product-image img{object-fit:cover}.acc__product-name{font-weight:600}.acc__product-likes{display:flex;justify-content:center;align-items:center;gap:.2em}