@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300&family=Jost:wght@300;400&family=Bodoni+Moda:wght@400;700&family=Source+Sans+3:wght@300;400&display=swap";html{scroll-behavior:smooth}body{margin:0;padding:0}:root{--color-navy-dark: #1c123e;--color-navy: #203669;--color-blue-light: #aac9e7;--color-teal: #aad0d7;--color-coral: #ee6f5c;--color-hover: #735133;--color-amber: #fac075;--color-light: #ffffff;--color-lilas: #3b2d8a;--color-rose: #7b2d82;--color-purple: #6a2070;--color-alucard: #5c1e6b;--gradient-navigation: linear-gradient( to right, #3b2d8a 20%, #5c1e6b 60%, #3b2d8a 80% );--gradient-resume: linear-gradient( to right, #7b6fd4 20%, #a855b5 60%, #7b6fd4 80% );--gradient-text: linear-gradient( to right, #a99ee8 20%, #cc77d4 60%, #a99ee8 80% );--gradient-cta: linear-gradient( 135deg, var(--color-lilas), var(--color-rose) );--font-accent: "Cormorant Garamond", serif;--font-nav: "Jost", sans-serif;--font-display: "Bodoni Moda", serif;--font-body: "Source Sans 3", sans-serif}body{font-family:var(--font-body)}body{background:radial-gradient(circle at 72% 20%, rgba(194, 110, 48, 0.38), transparent 18%),radial-gradient(circle at 57% 28%, rgba(91, 138, 161, 0.26), transparent 17%),radial-gradient(circle at 32% 96%, rgba(91, 138, 161, 0.22), transparent 18%),linear-gradient(180deg, #040318 0%, #06041b 40%, #02010f 100%)}body::before{content:"";position:fixed;inset:0;background:rgba(0,0,0,.15);z-index:-1}.main-content{min-height:100vh;padding-top:130px}@media screen and (max-width: 1700px){.main-content{padding-top:110px}}@media screen and (max-width: 1300px){.main-content{padding-top:96px}}.divider__vertical{width:1px;height:200px;background:linear-gradient(to bottom, transparent, var(--color-coral), var(--color-amber), transparent);flex-shrink:0}.divider__horizontal{width:77%;height:3px;background:linear-gradient(to right, transparent, var(--color-coral), var(--color-amber), transparent);margin-left:auto;margin-right:auto;margin-top:16px}.home{min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:130px 40px 70px 8%}.home__content{width:100%;max-width:1500px}.home__inner{display:flex;align-items:center;gap:28px;margin-bottom:65px}.home__logo-brand{display:flex;align-items:center}.home__logo-brand img{width:auto;height:120px;object-fit:contain;display:block}.home-section__divider{width:1px;height:155px;flex-shrink:0;background:linear-gradient(to bottom, transparent, var(--color-coral), var(--color-amber), transparent)}.home__subtitle{max-width:520px;margin:0;font-size:2rem;line-height:1.28;font-weight:400;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.home__categories_cards{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:58px;width:100%}.home__category-card{width:128px;min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;text-decoration:none;color:#fff;text-align:center;transition:transform .2s ease}.home__category-card:hover{transform:translateY(-4px)}.home__category-card:hover .home__category-card-icon{border-color:var(--color-amber)}.home__category-card:hover .home__category-card-name{background:var(--color-amber);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.home__category-card-icon{width:96px;height:96px;border-radius:50%;border:2px solid hsla(0,0%,100%,.55);display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.03);transition:border-color .2s ease}.home__category-card-icon img{width:44px;height:44px;object-fit:contain;display:block}.home__category-card-name{width:128px;min-height:46px;display:flex;align-items:flex-start;justify-content:center;text-align:center;font-size:.78rem;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;word-break:normal;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;transition:background .2s ease}.home_down_discovery{position:absolute;left:50%;bottom:32px;z-index:10;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;width:max-content;text-decoration:none;color:var(--color-light);font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;opacity:.9;transition:opacity .2s ease}.home_down_discovery:hover{opacity:1;background:var(--color-amber);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.home_down_discovery img{width:20px;display:block;animation:bounce 2s infinite}.home_Arrow-down_discovery{color:var(--color-amber)}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@media screen and (min-width: 1700px){.home{padding:110px 60px 80px 8%;justify-content:center}.home__content{max-width:1720px;margin-top:-90px}.home__inner{gap:36px;margin-bottom:90px}.home__logo-brand img{height:155px}.home-section__divider{height:205px}.home__subtitle{max-width:640px;font-size:2.55rem}.home__categories_cards{gap:76px}.home__category-card{width:155px;min-height:190px}.home__category-card-icon{width:118px;height:118px}.home__category-card-icon img{width:54px;height:54px}.home__category-card-name{width:155px;font-size:.92rem}}@media screen and (min-width: 1900px){.home{padding:80px 70px 90px 9%}.home__content{max-width:1850px;margin-top:-130px}.home__inner{gap:42px;margin-bottom:105px}.home__logo-brand img{height:185px}.home-section__divider{height:235px}.home__subtitle{max-width:720px;font-size:3rem}.home__categories_cards{gap:92px}.home__category-card{width:175px;min-height:215px}.home__category-card-icon{width:140px;height:140px}.home__category-card-icon img{width:66px;height:66px}.home__category-card-name{width:175px;font-size:1.05rem;line-height:1.3}.home_down_discovery{bottom:42px;font-size:1rem}.home_down_discovery img{width:24px}}@media screen and (max-width: 1300px){.home{padding:120px 32px 60px 7%}.home__inner{gap:24px;margin-bottom:48px}.home__logo-brand img{height:96px}.home-section__divider{height:120px}.home__subtitle{max-width:390px;font-size:1.55rem}.home__categories_cards{gap:38px}.home__category-card{width:108px;min-height:140px}.home__category-card-icon{width:78px;height:78px}.home__category-card-icon img{width:34px;height:34px}.home__category-card-name{width:108px;font-size:.66rem;line-height:1.3}}@media screen and (max-width: 900px){.home{min-height:auto;padding:105px 24px 70px;align-items:center}.home__content{max-width:720px}.home__inner{flex-direction:column;align-items:center;gap:24px;margin-bottom:55px;text-align:center}.home__logo-brand img{height:110px}.home-section__divider{width:160px;height:1px;background:linear-gradient(to right, transparent, var(--color-coral), var(--color-amber), transparent)}.home__subtitle{max-width:560px;font-size:1.75rem;line-height:1.35}.home__categories_cards{justify-content:center;gap:34px 28px}.home__category-card{width:120px;min-height:148px}.home__category-card-icon{width:88px;height:88px}.home__category-card-icon img{width:40px;height:40px}.home__category-card-name{width:120px;font-size:.7rem}.home_down_discovery{position:relative;left:auto;bottom:auto;transform:none;margin:55px auto 0}}@media screen and (max-width: 600px){.home{padding:90px 18px 60px}.home__inner{gap:20px;margin-bottom:42px}.home__logo-brand img{height:86px;max-width:92vw}.home-section__divider{width:120px}.home__subtitle{max-width:340px;font-size:1.28rem;line-height:1.4}.home__categories_cards{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:28px 18px;justify-items:center}.home__category-card{width:100%;max-width:145px;min-height:145px;gap:13px}.home__category-card-icon{width:82px;height:82px}.home__category-card-icon img{width:38px;height:38px}.home__category-card-name{width:100%;max-width:135px;font-size:.66rem;line-height:1.3;letter-spacing:.1em}.home_down_discovery{margin-top:42px;font-size:.72rem}.home_down_discovery img{width:18px}}@media screen and (max-width: 390px){.home{padding:82px 14px 52px}.home__logo-brand img{height:76px}.home__subtitle{font-size:1.15rem}.home__categories_cards{gap:24px 12px}.home__category-card{max-width:130px}.home__category-card-icon{width:74px;height:74px}.home__category-card-icon img{width:34px;height:34px}.home__category-card-name{font-size:.6rem}}.flash-container{position:fixed;top:80px;right:20px;z-index:9999}.flash{padding:12px 16px;margin-bottom:10px;border-radius:6px;font-weight:500}.flash-notice{background:#28a745;color:#fff}.flash-alert{background:#dc3545;color:#fff}.productIndex__section-page{margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:.5rem;padding:1rem 3rem;font-size:1.1rem}.breadcrumb__link{color:var(--color-light);text-decoration:none;opacity:.7;transition:opacity .2s ease}.breadcrumb__link:hover{opacity:1}.breadcrumb__separator{opacity:.4;color:var(--color-amber)}.breadcrumb__current{color:var(--color-coral);font-weight:500}.productsIndex__nav{width:100%;padding:16px 0}.productsIndex__nav::after{content:"";display:block;width:75%;height:3px;background:linear-gradient(to right, transparent 0%, var(--color-coral) 20%, var(--color-amber) 50%, var(--color-coral) 80%, transparent 100%);margin-left:auto;margin-right:auto;margin-top:16px}.productsIndex__nav-item:hover{color:var(--color-amber)}.productsIndex__nav-list{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px;list-style:none;margin:0;padding:0;overflow-x:auto}.productsIndex__nav-item{white-space:nowrap}.productsIndex__nav-link{text-decoration:none;color:#fff;font-size:1.2rem;letter-spacing:.25em;text-transform:uppercase;transition:color .2s ease;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.productsIndex__nav-link:hover{background:var(--color-amber);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.productsIndex__catalogue-wrap{width:100%}.productsIndex__category{display:block;padding:40px 0;position:relative;width:100%}.productsIndex__article{position:relative}.productsIndex__article-wrap{position:relative;display:flex;align-items:center;justify-content:center}.productsIndex__article-divider{display:flex;align-items:center;gap:24px;width:100%;padding:0 48px;margin-bottom:32px}.productsIndex__article-divider::after{content:"";flex:1;height:2px;background:linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.15) 80%, transparent 100%)}.productsIndex__article-picto{flex-shrink:0;width:64px;height:64px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:2px solid var(--color-hover);background:rgba(0,0,0,0)}.productsIndex__article-picto img{width:32px;height:32px}.productsIndex__article-title{font-size:1.7rem;letter-spacing:.5em;text-transform:uppercase;text-align:center;color:#fff;margin-bottom:24px;padding-left:40px;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.productsIndex__article-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;padding:0 40px}.productsIndex__article-card{display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none;color:#fff;width:200px;transition:transform .2s ease}.productsIndex__article-card:hover{transform:translateY(-4px);color:var(--color-amber)}.productsIndex__article-card-icon{width:175px;height:175px;border-radius:50%;border:2px solid var(--color-hover);display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05)}.productsIndex__article-card-icon img{width:130px;height:130px;object-fit:contain}.productsIndex__article-card-name{font-size:1rem;letter-spacing:.25em;text-transform:uppercase;text-align:center;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.productsIndex__article-card-short_desc{font-size:.65rem;text-align:center;color:hsla(0,0%,100%,.5529411765);opacity:.8}.productsIndex__back-to-top{position:fixed;bottom:40px;right:40px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid var(--color-hover);background:var(--color-navy-dark);color:var(--color-amber);font-size:1.4rem;text-decoration:none;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:100}.productsIndex__back-to-top:hover{transform:translateY(-4px);border-color:var(--color-amber)}.productsIndex__back-to-top.is-visible{opacity:1;pointer-events:auto}@media(max-width: 768px){.productsShow{grid-template-columns:1fr;padding:1.5rem;gap:2rem}.breadcrumb{padding:1rem 1.5rem}.productsShow__image{max-width:220px}}@media screen and (max-width: 1700px){.breadcrumb{padding:.8rem 2.5rem;font-size:.95rem}.productsIndex__nav{padding:12px 0}.productsIndex__nav::after{width:72%;height:2px;margin-top:12px}.productsIndex__nav-list{gap:28px;padding:0 32px}.productsIndex__nav-link{font-size:.9rem;letter-spacing:.18em;white-space:nowrap}.productsIndex__category{padding:32px 0}.productsIndex__article-divider{padding:0 32px;margin-top:24px;gap:20px}.productsIndex__article-picto{width:64px;height:64px}.productsIndex__article-picto img{width:32px;height:32px}.productsIndex__article-title{font-size:1.35rem;letter-spacing:.35em;margin-bottom:20px;padding-left:24px}.productsIndex__article-grid{gap:20px;padding:0 32px;justify-content:center}.productsIndex__article-card{width:200px;gap:10px}.productsIndex__article-card-icon{width:175px;height:175px}.productsIndex__article-card-icon img{width:130px;height:130px}.productsIndex__article-card-name{font-size:.78rem;letter-spacing:.18em}.productsShow{max-width:1050px;gap:2rem;padding:1.5rem 2.5rem 3rem}.productsShow__image{max-width:380px}.productsShow__thumbnail{width:96px;height:96px}.productsShow__title{font-size:1.6rem}.productsShow__accordeonHeader{font-size:1.2rem}.productsShow__accordeonIcon{width:36px;height:30px}.productsShow__accordeonIcon img{width:28px;height:28px}.productsShow__accordeonToggle{font-size:2.4rem}.productsShow__loyaltyPoints{font-size:1.2rem}}@media screen and (max-width: 1300px){.productsIndex__nav-list{gap:20px}.productsIndex__nav-link{font-size:.78rem;letter-spacing:.14em}.productsIndex__article-divider{padding:0 24px;gap:16px}.productsIndex__article-picto{width:56px;height:56px}.productsIndex__article-picto img{width:28px;height:28px}.productsIndex__article-title{font-size:1.15rem;letter-spacing:.28em}.productsIndex__article-card{width:200px}.productsIndex__article-card-icon{width:175px;height:175px}.productsIndex__article-card-icon img{width:70px;height:70px}.productsShow{max-width:940px;gap:1.5rem;padding:1.25rem 2rem 3rem}.productsShow__image{max-width:320px}.productsShow__thumbnail{width:82px;height:82px}}.productsShow{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem 3rem 4rem;color:var(--color-light)}.productsShow__gallery{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.productsShow__carousel{display:flex;align-items:center;justify-content:center;gap:1.5rem;width:100%}.productsShow__carouselPrev,.productsShow__carouselNext{background:none;border:none;color:var(--color-light);font-size:2rem;cursor:pointer;opacity:.5;transition:opacity .2s ease,transform .2s ease;padding:.5rem}.productsShow__carouselPrev:hover,.productsShow__carouselNext:hover{opacity:1;transform:scale(1.2)}.productsShow__imageWrapper{flex:1;display:flex;justify-content:center;align-items:center}.productsShow__image{max-width:480px;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6))}.productsShow__divider{width:80%;margin:0 auto}.productsShow__divider::after{content:"";display:block;width:100%;height:3px;background:linear-gradient(to right, transparent 0%, var(--color-coral) 20%, var(--color-amber) 50%, var(--color-coral) 80%, transparent 100%)}.productsShow__thumbnails{display:flex;gap:1rem;justify-content:center}.productsShow__thumbnail{background:none;border:2px solid var(--color-light);border-radius:50%;width:128px;height:128px;padding:4px;cursor:pointer;overflow:hidden;transition:border-color .2s ease,transform .2s ease}.productsShow__thumbnail:hover{border-color:hsla(0,0%,100%,.6);transform:scale(1.05)}.productsShow__thumbnail--active{border-color:var(--color-coral)}.productsShow__thumbnailImage{width:100%;height:100%;object-fit:cover;border-radius:50%}.productsShow__details{display:flex;flex-direction:column;gap:1.25rem;padding-top:1rem}.productsShow__header{display:flex;flex-direction:column;gap:.5rem}.productsShow__title{font-size:2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.productsShow__short_description{font-size:.9rem;opacity:.7;margin:0;letter-spacing:.05em;text-align:center;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.productsShow__rating{display:flex;align-items:center;gap:.5rem;font-size:.85rem;justify-content:center}.productsShow__stars{color:var(--color-amber);letter-spacing:.05em}.productsShow__ratingScore{font-weight:500;color:var(--color-light)}.productsShow__ratingCount{opacity:.5;color:var(--color-light)}.productsShow__accordeon::before{content:"";display:block;width:100%;height:3px;background:linear-gradient(to right, transparent 0%, var(--color-coral) 20%, var(--color-amber) 50%, var(--color-coral) 80%, transparent 100%)}.productsShow__accordeon:first-of-type::before{display:none}.productsShow__accordeon[open]>.productsShow__accordeonHeader .productsShow__accordeonToggle{transform:rotate(45deg)}.productsShow__accordeonHeader{display:flex;align-items:center;gap:.6rem;padding:.9rem 0;cursor:pointer;list-style:none;font-size:1.5rem;font-weight:500;letter-spacing:.04em;color:var(--color-amber);user-select:none}.productsShow__accordeonHeader::-webkit-details-marker{display:none}.productsShow__accordeonHeader::marker{display:none;content:""}.productsShow__accordeonIcon{width:45px;height:35px;display:flex;align-items:center;justify-content:center}.productsShow__accordeonIcon img{width:35px;height:35px;object-fit:contain;filter:brightness(0) invert(1)}.productsShow__accordeonToggle{margin-left:auto;font-size:3rem;font-weight:300;opacity:.6;transition:transform .3s ease,opacity .2s ease;display:inline-block}.productsShow__accordeonBody{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}details[open] .productsShow__accordeonBody{grid-template-rows:1fr}.productsShow__accordeonBody>p{overflow:hidden;padding-bottom:1rem;font-size:.875rem;line-height:1.7;opacity:.7;margin:0;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.productsShow__cartBlock{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.productsShow__cartForm{width:100%}.productsShow__cartActions{display:flex;align-items:center;gap:0;border:1px solid var(--color-light);border-radius:4px;overflow:hidden;width:fit-content}.productShow__wrapper{display:flex;align-items:stretch;background:var(--gradient-cta)}.productsShow__ctaAdd{background:rgba(0,0,0,0);border:none;color:var(--color-light);font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.85rem 1.4rem;cursor:pointer;transition:background .2s ease}.productsShow__ctaAdd:hover{background:hsla(0,0%,100%,.08)}.productsShow__cartIcon{border-right:1px solid var(--color-light);padding:.85rem .75rem;font-size:.95rem;opacity:.6;line-height:1;display:inline-flex;background:none}.productsShow__quantity{display:flex;align-items:center}.productsShow__quantityCTA{background:none;border:none;color:var(--color-light);font-size:1.1rem;width:36px;height:100%;padding:.85rem 0;cursor:pointer;opacity:.7;transition:opacity .2s ease}.productsShow__quantityCTA:hover{opacity:1}.productsShow__quantityInput{background:none;border:none;color:var(--color-light);font-size:.9rem;width:28px;text-align:center;appearance:textfield}.productsShow__quantityInput::-webkit-outer-spin-button,.productsShow__quantityInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.productsShow__loyaltyPoints{font-size:1.5rem;letter-spacing:.1em;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width: 768px){.productsShow{grid-template-columns:1fr;padding:1.5rem;gap:2rem}.breadcrumb{padding:1rem 1.5rem}.productsShow__image{max-width:220px}}.catIndex__section{padding:40px 0}.catIndex__section-title{text-align:center;margin-bottom:8px;font-size:2.5rem;font-weight:bold;color:var(--color-light)}.catIndex__section-subtitle{text-align:center;margin-bottom:16px;font-size:1.5rem;color:var(--color-light)}.catIndex__cards{display:grid;grid-template-columns:repeat(4, 150px);justify-content:center;gap:32px}.catIndex__card{display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none;color:#fff;width:150px;transition:transform .2s ease}.catIndex__card:hover{transform:translateY(-4px);color:var(--color-amber)}.catIndex__card-icon{width:120px;height:120px;border-radius:50%;border:2px solid var(--color-hover);display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05)}.catIndex__card-icon img{width:56px;height:56px;object-fit:contain}.catIndex__card-name{font-size:1rem;letter-spacing:.25em;text-transform:uppercase;text-align:center;background:var(--color-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media screen and (max-width: 1700px){.catIndex__cards{grid-template-columns:repeat(4, 130px);gap:28px}.catIndex__card{width:130px}.catIndex__card-icon{width:100px;height:100px}.catIndex__card-icon img{width:48px;height:48px}}@media screen and (max-width: 1300px){.catIndex__cards{grid-template-columns:repeat(4, 110px);gap:20px}.catIndex__card{width:110px}.catIndex__card-icon{width:84px;height:84px}.catIndex__card-icon img{width:40px;height:40px}.catIndex__card-name{font-size:.85rem}}@media screen and (max-width: 900px){.catIndex__cards{grid-template-columns:repeat(2, 130px);gap:24px}.catIndex__card{width:130px}.catIndex__card-icon{width:100px;height:100px}.catIndex__card-icon img{width:48px;height:48px}}.login{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);padding:2rem 1rem}.login__card{width:100%;max-width:440px;background:rgba(28,18,62,.55);border:1px solid rgba(123,45,130,.35);border-radius:16px;padding:3rem 2.5rem;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 0 0 1px rgba(59,45,138,.15),0 24px 64px rgba(2,1,15,.6),inset 0 1px 0 hsla(0,0%,100%,.05)}.login__header{text-align:center;margin-bottom:2.5rem}.login__eyebrow{font-family:var(--font-nav);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-amber);margin:0 0 .75rem;opacity:.85}.login__title{font-family:var(--font-display);font-size:2.4rem;font-weight:400;font-style:italic;color:var(--color-light);margin:0 0 1.25rem;letter-spacing:.02em}.login__divider{width:48px;height:1px;margin:0 auto;background:linear-gradient(90deg, transparent, var(--color-rose), transparent)}.login__form{display:flex;flex-direction:column;gap:1.5rem}.login__field{display:flex;flex-direction:column;gap:.5rem}.login__label{font-family:var(--font-nav);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-blue-light)}.login__input{width:100%;padding:.8rem 1rem;background:rgba(2,1,15,.45);border:1px solid rgba(170,201,231,.2);border-radius:8px;color:var(--color-light);font-family:var(--font-body);font-size:.95rem;transition:border-color .25s ease,box-shadow .25s ease;outline:none;box-sizing:border-box}.login__input::placeholder{color:rgba(170,201,231,.3)}.login__input:focus{border-color:var(--color-lilas);box-shadow:0 0 0 3px rgba(59,45,138,.25)}.login__input:-webkit-autofill,.login__input:-webkit-autofill:hover,.login__input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-light);-webkit-box-shadow:0 0 0px 1000px rgba(6,4,27,.95) inset;transition:background-color 5000s ease-in-out 0s}.login__remember{display:flex;align-items:center;gap:.6rem;margin-top:-0.5rem}.login__checkbox{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid rgba(170,201,231,.3);border-radius:4px;background:rgba(2,1,15,.45);cursor:pointer;flex-shrink:0;position:relative;transition:border-color .2s ease}.login__checkbox:checked{background:var(--gradient-cta);border-color:var(--color-rose)}.login__checkbox:checked::after{content:"";position:absolute;inset:0;background-image:url("");background-repeat:no-repeat;background-position:center;background-size:10px}.login__remember-label{font-family:var(--font-nav);font-size:.78rem;color:rgba(170,201,231,.65);cursor:pointer;letter-spacing:.04em}.login__actions{margin-top:.5rem}.login__cta{width:100%;padding:.9rem 1.5rem;background:var(--gradient-cta);border:none;border-radius:8px;color:var(--color-light);font-family:var(--font-display);font-size:1rem;font-style:italic;letter-spacing:.06em;cursor:pointer;transition:opacity .2s ease,transform .15s ease,box-shadow .2s ease}.login__cta:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 8px 24px rgba(123,45,130,.4)}.login__cta:active{transform:translateY(0);opacity:1}.login__links{margin-top:2rem;text-align:center}.login__links a{display:block;font-family:var(--font-nav);font-size:.78rem;color:rgba(170,201,231,.6);text-decoration:none;letter-spacing:.06em;padding:.3rem 0;transition:color .2s ease}.login__links a:hover{color:var(--color-amber)}@media screen and (max-width: 768px){.login{padding:1.5rem 1rem;align-items:flex-start;padding-top:2rem}.login__card{padding:2rem 1.5rem;border-radius:12px}.login__title{font-size:1.9rem}.login__eyebrow{font-size:.65rem}.login__input{font-size:1rem;padding:.75rem .9rem}.login__cta{padding:.85rem 1.25rem;font-size:.95rem}}.password{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);padding:2rem 1rem}.password__card{width:100%;max-width:440px;background:rgba(28,18,62,.55);border:1px solid rgba(123,45,130,.35);border-radius:16px;padding:3rem 2.5rem;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 0 0 1px rgba(59,45,138,.15),0 24px 64px rgba(2,1,15,.6),inset 0 1px 0 hsla(0,0%,100%,.05)}.password__header{text-align:center;margin-bottom:2.5rem}.password__eyebrow{font-family:var(--font-nav);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-amber);margin:0 0 .75rem;opacity:.85}.password__title{font-family:var(--font-display);font-size:2.4rem;font-weight:400;font-style:italic;color:var(--color-light);margin:0 0 1.25rem;letter-spacing:.02em}.password__divider{width:48px;height:1px;margin:0 auto;background:linear-gradient(90deg, transparent, var(--color-rose), transparent)}.password__subtitle{font-family:var(--font-body);font-size:.88rem;color:rgba(170,201,231,.55);line-height:1.6;margin:1.25rem 0 0}.password__form{display:flex;flex-direction:column;gap:1.5rem}.password__field{display:flex;flex-direction:column;gap:.4rem}.password__label{font-family:var(--font-nav);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-blue-light)}.password__hint{font-family:var(--font-body);font-size:.75rem;color:rgba(170,201,231,.45);font-style:italic}.password__input{width:100%;padding:.8rem 1rem;background:rgba(2,1,15,.45);border:1px solid rgba(170,201,231,.2);border-radius:8px;color:var(--color-light);font-family:var(--font-body);font-size:.95rem;transition:border-color .25s ease,box-shadow .25s ease;outline:none;box-sizing:border-box}.password__input::placeholder{color:rgba(170,201,231,.3)}.password__input:focus{border-color:var(--color-lilas);box-shadow:0 0 0 3px rgba(59,45,138,.25)}.password__input:-webkit-autofill,.password__input:-webkit-autofill:hover,.password__input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-light);-webkit-box-shadow:0 0 0px 1000px rgba(6,4,27,.95) inset;transition:background-color 5000s ease-in-out 0s}.password__actions{margin-top:.5rem}.password__cta{width:100%;padding:.9rem 1.5rem;background:var(--gradient-cta);border:none;border-radius:8px;color:var(--color-light);font-family:var(--font-display);font-size:1rem;font-style:italic;letter-spacing:.06em;cursor:pointer;transition:opacity .2s ease,transform .15s ease,box-shadow .2s ease}.password__cta:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 8px 24px rgba(123,45,130,.4)}.password__cta:active{transform:translateY(0);opacity:1}.password__links{margin-top:2rem;text-align:center}.password__links a{display:block;font-family:var(--font-nav);font-size:.78rem;color:rgba(170,201,231,.6);text-decoration:none;letter-spacing:.06em;padding:.3rem 0;transition:color .2s ease}.password__links a:hover{color:var(--color-amber)}@media screen and (max-width: 768px){.password{padding:1.5rem 1rem;align-items:flex-start;padding-top:2rem}.password__card{padding:2rem 1.5rem;border-radius:12px}.password__title{font-size:1.9rem}.password__eyebrow{font-size:.65rem}.password__subtitle{font-size:.83rem}.password__input{font-size:1rem;padding:.75rem .9rem}.password__cta{padding:.85rem 1.25rem;font-size:.95rem}}.register{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);padding:2rem 1rem}.register__card{width:100%;max-width:480px;background:rgba(28,18,62,.55);border:1px solid rgba(123,45,130,.35);border-radius:16px;padding:3rem 2.5rem;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 0 0 1px rgba(59,45,138,.15),0 24px 64px rgba(2,1,15,.6),inset 0 1px 0 hsla(0,0%,100%,.05)}.register__secondary{display:inline-block;font-family:var(--font-nav);font-size:.78rem;color:rgba(170,201,231,.6);text-decoration:none;letter-spacing:.06em;padding:.3rem 0;transition:color .2s ease}.register__secondary:hover{color:var(--color-amber)}.register__card>.register__secondary{display:inline-block;margin-bottom:1.5rem}.register__header{text-align:center;margin-bottom:2.5rem}.register__eyebrow{font-family:var(--font-nav);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-amber);margin:0 0 .75rem;opacity:.85}.register__title{font-family:var(--font-display);font-size:2.4rem;font-weight:400;font-style:italic;color:var(--color-light);margin:0 0 1.25rem;letter-spacing:.02em}.register__divider{width:48px;height:1px;margin:0 auto;background:linear-gradient(90deg, transparent, var(--color-rose), transparent)}.register__form{display:flex;flex-direction:column;gap:1.5rem}.register__field{display:flex;flex-direction:column;gap:.4rem}.register__field--checkbox{display:flex;align-items:center;gap:10px}.register__checkbox{width:16px;height:16px;accent-color:var(--color-amber);cursor:pointer;flex-shrink:0}.register__checkbox-label{font-family:var(--font-nav);font-size:.82rem;letter-spacing:.06em;color:rgba(170,201,231,.7);cursor:pointer}.register__label{font-family:var(--font-nav);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-blue-light)}.register__hint{font-family:var(--font-body);font-size:.75rem;color:rgba(170,201,231,.45);font-style:italic}.register__hint--pending{color:var(--color-amber);opacity:.8}.register__input{width:100%;padding:.8rem 1rem;background:rgba(2,1,15,.45);border:1px solid rgba(170,201,231,.2);border-radius:8px;color:var(--color-light);font-family:var(--font-body);font-size:.95rem;transition:border-color .25s ease,box-shadow .25s ease;outline:none;box-sizing:border-box}.register__input::placeholder{color:rgba(170,201,231,.3)}.register__input:focus{border-color:var(--color-lilas);box-shadow:0 0 0 3px rgba(59,45,138,.25)}.register__input:-webkit-autofill,.register__input:-webkit-autofill:hover,.register__input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-light);-webkit-box-shadow:0 0 0px 1000px rgba(6,4,27,.95) inset;transition:background-color 5000s ease-in-out 0s}.register__actions{margin-top:.5rem}.register__cta{width:100%;padding:.9rem 1.5rem;background:var(--gradient-cta);border:none;border-radius:8px;color:var(--color-light);font-family:var(--font-display);font-size:1rem;font-style:italic;letter-spacing:.06em;cursor:pointer;transition:opacity .2s ease,transform .15s ease,box-shadow .2s ease}.register__cta:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 8px 24px rgba(123,45,130,.4)}.register__cta:active{transform:translateY(0);opacity:1}.register__danger{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(238,111,92,.2);text-align:center}.register__danger-label{font-family:var(--font-nav);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(238,111,92,.5);margin:0 0 1rem}.register__danger-cta{background:rgba(0,0,0,0);border:1px solid rgba(238,111,92,.4);border-radius:8px;color:var(--color-coral);font-family:var(--font-nav);font-size:.78rem;letter-spacing:.1em;padding:.6rem 1.25rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.register__danger-cta:hover{background:rgba(238,111,92,.1);border-color:var(--color-coral);color:var(--color-light)}.register__links{margin-top:2rem;text-align:center}.register__links a{display:block;font-family:var(--font-nav);font-size:.78rem;color:rgba(170,201,231,.6);text-decoration:none;letter-spacing:.06em;padding:.3rem 0;transition:color .2s ease}.register__links a:hover{color:var(--color-amber)}.register__card--wide{max-width:620px}.register__subtitle{font-family:var(--font-body);font-size:.88rem;color:rgba(170,201,231,.55);line-height:1.6;margin:1.25rem 0 0}.register__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.register__input--textarea{resize:vertical;min-height:72px;line-height:1.5}@media screen and (max-width: 768px){.register{padding:1.5rem 1rem;align-items:flex-start;padding-top:2rem}.register__card{padding:2rem 1.5rem;border-radius:12px}.register__title{font-size:1.9rem}.register__eyebrow{font-size:.65rem}.register__input{font-size:1rem;padding:.75rem .9rem}.register__cta{padding:.85rem 1.25rem;font-size:.95rem}.register__danger-cta{width:100%}}.mlbo-dashboard,.mlbo-dashboard *{box-sizing:border-box}.mlbo-dashboard{position:relative;width:100%;min-height:100vh;padding:140px 32px 80px;background:radial-gradient(circle at top right, rgba(244, 204, 122, 0.05), transparent 28%),radial-gradient(circle at left, rgba(80, 110, 255, 0.04), transparent 30%),#050816;color:#eef2ff;overflow:hidden}.mlbo-dashboard__bg,.mlbo-dashboard__stars,.mlbo-dashboard__nebula{position:absolute;inset:0;pointer-events:none}.mlbo-dashboard__stars{background-image:radial-gradient(circle, rgba(255, 255, 255, 0.55) 1px, transparent 1px),radial-gradient(circle, rgba(255, 255, 255, 0.35) 1px, transparent 1px);background-size:140px 140px,220px 220px;opacity:.18}.mlbo-dashboard__nebula{background:radial-gradient(circle at 20% 20%, rgba(244, 204, 122, 0.08), transparent 30%),radial-gradient(circle at 80% 10%, rgba(95, 130, 255, 0.07), transparent 30%)}.mlbo-dashboard__wrap{position:relative;z-index:2;max-width:1450px;margin:0 auto}.mlbo-dashboard__hero{margin-bottom:48px}.mlbo-dashboard__eyebrow{margin:0 0 14px;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:rgba(244,204,122,.72)}.mlbo-dashboard__title{margin:0;font-size:44px;line-height:1.1;font-weight:700;color:#fff}.mlbo-dashboard__title span{color:#f4cc7a}.mlbo-dashboard__subtitle{max-width:720px;margin:16px 0 24px;font-size:16px;line-height:1.7;color:rgba(234,239,255,.72)}.mlbo-dashboard__role{display:inline-flex;align-items:center;gap:10px}.mlbo-dashboard__role-label{font-size:13px;color:hsla(0,0%,100%,.55)}.mlbo-dashboard__role-badge{padding:8px 14px;border-radius:999px;border:1px solid rgba(244,204,122,.45);background:rgba(244,204,122,.08);color:#f4cc7a;font-size:12px;font-weight:600;text-transform:uppercase}.mlbo-dashboard__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px;margin-bottom:42px}.mlbo-card{padding:28px;border-radius:24px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);backdrop-filter:blur(12px);transition:transform .2s ease,border-color .2s ease,background .2s ease}.mlbo-card:hover{transform:translateY(-4px);border-color:rgba(244,204,122,.28);background:hsla(0,0%,100%,.045)}.mlbo-card--highlight{border-color:rgba(244,204,122,.2)}.mlbo-card__icon{width:52px;height:52px;margin-bottom:18px;border-radius:16px;background:rgba(244,204,122,.08);color:#f4cc7a;display:flex;align-items:center;justify-content:center;font-size:20px}.mlbo-card__icon img{width:28px;height:28px;object-fit:contain}.mlbo-card__title{margin:0 0 10px;font-size:20px;color:#fff}.mlbo-card__text{margin:0 0 18px;font-size:14px;line-height:1.6;color:rgba(234,239,255,.62)}.mlbo-card__actions{display:flex;flex-wrap:wrap;gap:10px}.mlbo-card__link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:12px;background:#f4cc7a;color:#050816;text-decoration:none;font-size:13px;font-weight:700}.mlbo-card__link--secondary{background:hsla(0,0%,100%,.06);color:#fff}.mlbo-dashboard__panels{display:grid;grid-template-columns:340px 1fr;gap:24px}.mlbo-panel{padding:26px;border-radius:24px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.mlbo-panel__head h2{margin:0 0 24px;font-size:20px;color:#fff}.mlbo-infoRow{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}.mlbo-infoRow:last-child{border-bottom:none}.mlbo-infoRow__label{font-size:13px;color:hsla(0,0%,100%,.55)}.mlbo-infoRow__value{font-size:14px;font-weight:600;text-align:right;color:#fff}.mlbo-panel__actions{display:grid;grid-template-columns:repeat(2, 1fr);gap:14px}.mlbo-actionBtn{display:flex;align-items:center;gap:12px;padding:16px;border-radius:16px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);text-decoration:none;color:#fff;transition:.2s ease}.mlbo-actionBtn:hover{transform:translateY(-3px);border-color:rgba(244,204,122,.3)}.mlbo-actionBtn i{color:#f4cc7a;font-size:16px}.mlbo-actionBtn span{font-size:13px;font-weight:600}@media screen and (max-width: 1200px){.mlbo-dashboard__grid{grid-template-columns:repeat(2, 1fr)}.mlbo-dashboard__panels{grid-template-columns:1fr}}@media screen and (max-width: 768px){.mlbo-dashboard{padding:120px 16px 50px}.mlbo-dashboard__title{font-size:32px}.mlbo-dashboard__subtitle{font-size:14px}.mlbo-dashboard__grid{grid-template-columns:1fr}.mlbo-panel__actions{grid-template-columns:1fr}.mlbo-card,.mlbo-panel{padding:20px;border-radius:20px}}.backoffice-products{min-height:100vh;padding:40px 48px}.backoffice-products__commercial{max-width:1200px;margin:0 auto}.backoffice-products__header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.08)}.backoffice-products__title{margin:0;font-family:var(--font-display);font-size:1.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-light)}.backoffice-products__cta{display:inline-flex;align-items:center;padding:10px 24px;border-radius:4px;font-family:var(--font-nav);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;background:var(--gradient-cta);color:var(--color-light);transition:opacity .2s ease}.backoffice-products__cta:hover{opacity:.85}.backoffice-products__nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.backoffice-products__nav-link{padding:6px 16px;border-radius:20px;font-family:var(--font-nav);font-size:.8rem;letter-spacing:.05em;text-decoration:none;color:var(--color-amber);background:rgba(244,204,122,.08);border:1px solid rgba(244,204,122,.25);transition:background .2s,color .2s}.backoffice-products__nav-link:hover{background:rgba(244,204,122,.18)}.backoffice-products__category{margin-bottom:40px;padding:24px;background:hsla(0,0%,100%,.02);border-radius:16px;border:1px solid hsla(0,0%,100%,.06)}.backoffice-products__category-header{display:flex;align-items:center;gap:16px;margin-bottom:22px}.backoffice-products__category-icon{width:54px;height:54px;border-radius:50%;border:1px solid rgba(244,204,122,.3);display:flex;align-items:center;justify-content:center;background:rgba(244,204,122,.05)}.backoffice-products__category-icon img{width:28px;height:28px;object-fit:contain}.backoffice-products__category-title{margin:0;font-family:var(--font-display);font-size:1.2rem;color:var(--color-amber)}.backoffice-products__category-count{margin:4px 0 0;font-family:var(--font-body);font-size:.85rem;color:hsla(0,0%,100%,.35)}.backoffice-products__table{width:100%;border-collapse:collapse;font-family:var(--font-body);font-size:.9rem}.backoffice-products__table th{padding:12px 16px;text-align:left;font-family:var(--font-nav);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.35);border-bottom:1px solid hsla(0,0%,100%,.08)}.backoffice-products__table td{padding:14px 16px;color:var(--color-light);border-bottom:1px solid hsla(0,0%,100%,.05);vertical-align:middle}.backoffice-products__row{transition:background .15s}.backoffice-products__row:hover{background:hsla(0,0%,100%,.03)}.backoffice-products__row--out-of-stock{opacity:.5}.backoffice-products__stock--empty{color:var(--color-coral);font-weight:600}.backoffice-products__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.backoffice-products__cta--show{display:inline-flex;align-items:center;padding:6px 12px;border-radius:3px;font-family:var(--font-nav);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;background:rgba(170,201,231,.12);color:var(--color-blue-light);transition:opacity .2s}.backoffice-products__cta--show:hover{opacity:.8}@media(max-width: 1024px){.backoffice-products{padding:32px 24px}}@media(max-width: 768px){.backoffice-products{padding:24px 16px}.backoffice-products__header{flex-direction:column;align-items:flex-start}.backoffice-products__title{font-size:1.4rem}.backoffice-products__category{overflow-x:auto}.backoffice-products__table{min-width:680px}.backoffice-products__nav{gap:8px}}@media(max-width: 480px){.backoffice-products__cta{width:100%;justify-content:center}.backoffice-products__category-icon{width:42px;height:42px}.backoffice-products__category-icon img{width:22px;height:22px}}.customersIndex__section{padding:40px 48px}.customersIndex__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.customersIndex__section-title{font-family:var(--font-display);font-size:1.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-light)}.customersIndex__section-cta{display:inline-flex;align-items:center;padding:10px 24px;border-radius:4px;font-family:var(--font-nav);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;background:var(--gradient-cta);color:var(--color-light);transition:opacity .2s ease}.customersIndex__section-cta:hover{opacity:.85}.customersIndex__table-wrap{width:100%;overflow-x:auto}.customersIndex__table{width:100%;border-collapse:collapse;font-family:var(--font-body);font-size:.9rem}.customersIndex__table-head th{padding:12px 16px;text-align:left;font-family:var(--font-nav);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.35);border-bottom:1px solid hsla(0,0%,100%,.08)}.customersIndex__table-body .customersIndex__table-row{border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .2s ease}.customersIndex__table-body .customersIndex__table-row:hover{background:hsla(0,0%,100%,.03)}.customersIndex__table-cell{padding:14px 16px;color:var(--color-light);vertical-align:middle}.customersIndex__table-cell--actions{display:flex;align-items:center;gap:8px}.customersIndex__action-cta{display:inline-flex;align-items:center;padding:6px 12px;border-radius:3px;font-family:var(--font-nav);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:opacity .2s ease}.customersIndex__action-cta:hover{opacity:.8}.customersIndex__action-cta--show{background:rgba(170,201,231,.15);color:var(--color-blue-light)}.customersIndex__action-cta--edit{background:rgba(250,192,117,.15);color:var(--color-amber)}.customersIndex__action-cta--quote{background:rgba(170,208,215,.15);color:var(--color-teal)}.customersIndex__action-cta--delete{background:rgba(238,111,92,.15);color:var(--color-coral)}@media(max-width: 1024px){.customersIndex__section{padding:32px 24px}}@media(max-width: 768px){.customersIndex__section{padding:24px 16px}.customersIndex__section-header{flex-direction:column;align-items:flex-start;gap:16px}.customersIndex__section-cta{width:100%;justify-content:center}.customersIndex__table{min-width:680px}}.customer-show{min-height:100vh;padding:40px 48px}.customer-show__header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.08)}.customer-show__title{margin:0;font-family:var(--font-display);font-size:1.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-light)}.customer-show__edit-cta{display:inline-flex;align-items:center;padding:10px 24px;border-radius:4px;font-family:var(--font-nav);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;background:var(--gradient-cta);color:var(--color-light);transition:opacity .2s ease}.customer-show__edit-cta:hover{opacity:.85}.customer-show__card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.06);border-radius:16px;padding:28px;margin-bottom:24px;overflow-x:auto}@media(max-width: 1024px){.customer-show{padding:32px 24px}}@media(max-width: 768px){.customer-show{padding:24px 16px}.customer-show__header{flex-direction:column;align-items:flex-start}.customer-show__edit-cta{width:100%;justify-content:center}}.article__title{margin:0 0 20px;font-family:var(--font-display);font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-light);display:flex;align-items:center;gap:10px}.article__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;background:rgba(244,204,122,.12);color:var(--color-amber);border-radius:20px;font-family:var(--font-nav);font-size:.75rem}.article__details{display:flex;flex-direction:column;gap:0;margin:0}.article__row{display:grid;grid-template-columns:180px 1fr;align-items:baseline;gap:12px;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.article__row:last-child{border-bottom:none}@media(max-width: 768px){.article__row{grid-template-columns:1fr;gap:4px}}.article__label{font-family:var(--font-nav);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.35)}.article__value{font-family:var(--font-body);font-size:.9rem;color:var(--color-light);margin:0;line-height:1.5}.article__link{color:var(--color-amber);text-decoration:none}.article__link:hover{text-decoration:underline}.article__table{width:100%;border-collapse:collapse;font-family:var(--font-body);font-size:.9rem}@media(max-width: 768px){.article__table{min-width:700px}}.article__table thead th{padding:12px 16px;text-align:left;font-family:var(--font-nav);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.35);border-bottom:1px solid hsla(0,0%,100%,.08)}.article__table tbody tr{border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .15s}.article__table tbody tr:last-child{border-bottom:none}.article__table tbody tr:hover{background:hsla(0,0%,100%,.03)}.article__table tbody td{padding:14px 16px;color:var(--color-light);vertical-align:middle}.article__badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:12px;font-family:var(--font-nav);font-size:.75rem;text-transform:capitalize}.article__badge--draft{background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.4)}.article__badge--quoted{background:rgba(244,204,122,.12);color:var(--color-amber)}.article__badge--invoiced{background:rgba(100,220,180,.1);color:var(--color-teal)}.article__badge--source-customer{background:rgba(170,201,231,.12);color:var(--color-blue-light)}.article__badge--source-sales{background:rgba(244,204,122,.12);color:var(--color-amber)}.article__badge--source-admin{background:rgba(238,111,92,.12);color:var(--color-coral)}.article__action-link{display:inline-flex;align-items:center;padding:6px 12px;border-radius:3px;font-family:var(--font-nav);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;background:rgba(170,201,231,.12);color:var(--color-blue-light);transition:opacity .2s}.article__action-link:hover{opacity:.8}.article__empty{margin:0;font-family:var(--font-body);font-size:.9rem;color:hsla(0,0%,100%,.25);text-align:center;padding:24px 0}.mlbo-carts{padding:40px 32px}.mlbo-carts__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.mlbo-carts__title{font-family:var(--font-display);font-size:1.6rem;color:var(--color-light)}.mlbo-carts__filters{display:flex;gap:8px}.mlbo-carts__filter{padding:6px 16px;border-radius:20px;font-family:var(--font-nav);font-size:.8rem;color:var(--color-light);border:1px solid hsla(0,0%,100%,.12);text-decoration:none;transition:background .2s}.mlbo-carts__filter:hover{background:hsla(0,0%,100%,.06)}.mlbo-carts__filter--active{background:rgba(244,204,122,.12);border-color:var(--color-amber);color:var(--color-amber)}.mlbo-carts__empty{color:hsla(0,0%,100%,.4);font-family:var(--font-body);font-size:.95rem;padding:40px 0;text-align:center}.mlbo-carts__table{width:100%;border-collapse:collapse;font-family:var(--font-body);font-size:.9rem}.mlbo-carts__table thead tr{border-bottom:1px solid hsla(0,0%,100%,.08)}.mlbo-carts__table thead tr th{padding:10px 14px;text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.35);font-family:var(--font-nav)}.mlbo-carts__row{border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .15s}.mlbo-carts__row:hover{background:hsla(0,0%,100%,.03)}.mlbo-carts__row td{padding:14px;color:var(--color-light);vertical-align:middle}.mlbo-carts__id{color:hsla(0,0%,100%,.3) !important;font-size:.8rem;font-family:var(--font-nav)}.mlbo-carts__client{color:hsla(0,0%,100%,.7) !important}.mlbo-carts__total{font-weight:600}.mlbo-carts__date{color:hsla(0,0%,100%,.4) !important;font-size:.85rem}.mlbo-carts__badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:.75rem;font-family:var(--font-nav);text-transform:capitalize}.mlbo-carts__badge--draft{background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.4)}.mlbo-carts__badge--quoted{background:rgba(244,204,122,.12);color:var(--color-amber)}.mlbo-carts__badge--invoiced{background:rgba(100,220,180,.1);color:var(--color-teal)}.mlbo-carts__actions{display:flex;gap:10px}.mlbo-carts__link{font-family:var(--font-nav);font-size:.8rem;color:var(--color-amber);text-decoration:none;padding:4px 0;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .2s}.mlbo-carts__link:hover{border-color:var(--color-amber)}.mlbo-carts__link--action{color:var(--color-teal)}.mlbo-carts__link--action:hover{border-color:var(--color-teal)}.nav{position:fixed;top:0;left:0;right:0;padding:0 60px;z-index:100;display:flex;align-items:center;height:72px;width:100%;box-sizing:border-box;transition:transform .3s ease}.nav--hidden{transform:translateY(-100%)}.nav--hidden .nav__dropdown-menu-display{visibility:hidden !important;pointer-events:none !important}.nav__actions{display:flex;flex:1;align-items:center}.nav__dropdown-menu{position:relative}.nav__dropdown-menu-trigger{background:none;border:none;cursor:pointer;padding:0;position:relative;z-index:101}.nav__dropdown-menu-trigger img{width:24px;height:24px}.nav__dropdown-menu-trigger .nav__dropdown-menu-icon--opened{display:none}.nav__dropdown-menu-trigger .nav__dropdown-menu-icon--closed{display:block}.nav__dropdown-menu-trigger[aria-expanded=true] .nav__dropdown-menu-icon--opened{display:block}.nav__dropdown-menu-trigger[aria-expanded=true] .nav__dropdown-menu-icon--closed{display:none}.nav__dropdown-menu-display{display:flex;position:fixed;top:0;left:108px;align-items:center;background:rgba(0,0,0,0);width:auto;height:72px;visibility:hidden;pointer-events:none;z-index:99}.nav__dropdown-menu-display.is-open{visibility:visible;pointer-events:auto}.nav__dropdown-menu-list{list-style:none;display:flex;flex-direction:row;gap:32px;padding-left:0}.nav__dropdown-menu-link{display:block;padding:10px 24px;text-decoration:none;color:#fff;font-size:1rem;letter-spacing:.1em;text-transform:uppercase}.nav__dropdown-menu-link:hover{color:var(--color-amber)}.nav__iconMenu__Global{align-items:center;position:fixed;display:flex;justify-content:center;width:auto;left:50%;transform:translateX(-50%);top:25px;height:72px;transition:transform .3s ease}.nav__iconMenu__Global--hidden{transform:translateX(-50%) translateY(-200%)}.nav__right{display:flex;align-items:center;gap:20px;margin-left:auto;position:relative;z-index:102}.nav__search form{display:flex;align-items:center;gap:8px}.nav__search-wrapper{position:relative;display:flex;align-items:center}.nav__search-icon{position:absolute;right:10px;width:18px;height:18px;opacity:1;pointer-events:none;filter:brightness(0) invert(1)}.nav__search-input{background:rgba(0,0,0,0);border:solid;border-radius:999px;color:#4837a9;padding:4px 36px 4px 8px;outline:none;width:160px}.nav__search-input::placeholder{color:hsla(0,0%,100%,.4)}.nav__cart{display:flex;align-items:center}.nav__cart a{display:flex;align-items:center}.nav__cart img{width:25px;height:25px;object-fit:contain;filter:brightness(0) invert(1)}.nav__auth{display:flex;align-items:center;gap:.75rem}.nav__signin{display:flex;align-items:center}.nav__signin:hover img{filter:brightness(0) invert(100%) sepia(41%) saturate(5709%) hue-rotate(306deg) brightness(104%) contrast(96%)}.nav__signin img{width:25px;height:25px;object-fit:contain;filter:brightness(0) invert(1)}.nav__signout{display:flex;align-items:center;cursor:pointer}.nav__signout img{width:25px;height:25px;object-fit:contain;filter:brightness(0) invert(1);transition:filter .2s ease}.nav__signout:hover img{filter:invert(100%) sepia(68%) saturate(3218%) hue-rotate(306deg) brightness(103%) contrast(96%)}.nav__cart{display:flex;align-items:center}.nav__cart a{display:flex;align-items:center}.nav__cart img{width:25px;height:25px;object-fit:contain;filter:brightness(0) invert(1);transition:filter .2s ease}.nav__cart:hover img{filter:brightness(0) invert(100%) sepia(41%) saturate(5709%) hue-rotate(306deg) brightness(104%) contrast(96%)}.nav__dropdown-account{position:relative}.nav__dropdown-account-trigger{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.nav__dropdown-account-trigger img{width:25px;height:25px;object-fit:contain;filter:brightness(0) invert(1);transition:filter .2s ease}.nav__dropdown-account-trigger:hover img{filter:invert(74%) sepia(50%) saturate(500%) hue-rotate(5deg) brightness(110%)}.nav__dropdown-account-menu{display:none;position:absolute;top:calc(100% + 12px);right:0;left:auto;width:200px;background:rgba(28,18,62,.95);border:1px solid rgba(123,45,130,.35);border-radius:10px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 16px 48px rgba(2,1,15,.6);z-index:200;overflow:hidden}.nav__dropdown-account-menu.is-open{display:flex}.nav__dropdown-account-list{list-style:none;padding:.5rem 0;margin:0;width:100%;display:flex;flex-direction:column}.nav__dropdown-account-name{font-family:var(--font-nav);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-amber);padding:.6rem 1.25rem .5rem;opacity:.85;border-bottom:1px solid rgba(123,45,130,.2);margin-bottom:.25rem}.nav__dropdown-account-link{display:block;font-family:var(--font-nav);font-size:.78rem;letter-spacing:.08em;color:rgba(170,201,231,.8);text-decoration:none;padding:.55rem 1.25rem;transition:color .2s ease,background .2s ease}.nav__dropdown-account-link:hover{color:var(--color-light);background:rgba(59,45,138,.3)}.nav__dropdown-account-link--signout{color:rgba(238,111,92,.7);border-top:1px solid rgba(123,45,130,.2);margin-top:.25rem}.nav__dropdown-account-link--signout:hover{color:var(--color-coral);background:rgba(238,111,92,.08)}@media screen and (max-width: 1700px){.nav{position:fixed;top:0;left:0;right:0;width:100%;max-width:100vw;height:110px;padding:0 38px;box-sizing:border-box;overflow:visible}.nav__dropdown-menu-display{height:110px;left:76px}.nav__iconMenu__Global{height:110px}.nav__actions{flex:0 0 70px}}@media screen and (max-width: 1300px){.nav{height:96px;padding:20px 24px 0 24px}.nav__dropdown-menu-display{height:96px;left:64px}.nav__right{gap:10px}.nav__search-input{width:105px}.nav__dropdown-menu-list{gap:16px}.nav__dropdown-menu-link{font-size:.78rem;padding:8px 0 12px 0}}.footer{width:100%;color:#fff;border-top:none;position:static;bottom:0;left:0;background:rgba(0,0,0,0)}.footer__inner{width:100%;max-width:1400px;margin:0 auto;padding:56px 24px 20px;box-sizing:border-box}.footer__top{display:flex;justify-content:space-between;gap:40px;align-items:start}.footer__section-title{padding:0;margin:0 0 18px;font-size:1rem;font-weight:700;color:hsla(0,0%,100%,.5);letter-spacing:.1em;text-transform:uppercase}.footer__links-list{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.footer__links-item{list-style:none}.footer__link{display:inline-block;text-decoration:none;background:var(--gradient-cta);border-radius:999px;padding:8px 16px;font-size:1rem;transition:background .2s ease}.footer__link:hover{background:var(--gradient-hover)}.footer__link-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.footer__socials{display:flex;flex-direction:column;align-items:flex-start}.footer__socials-list{display:flex;gap:12px;margin:0;padding:0;list-style:none}.footer__socials-item{list-style:none}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--gradient-cta);color:hsla(0,0%,100%,.82);border:1px solid hsla(0,0%,100%,.08);transition:background .2s ease,border-color .2s ease}.footer__social-link:hover{background:var(--color-alucard);border-color:var(--color-alucard)}.footer__social-icon{width:30px;height:30px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer__bottom-left{flex:1;display:flex;justify-content:center;padding:5px}.footer__bottom-right{display:flex;align-items:center}.footer__copyright{font-size:1.4rem;background:var(--gradient-navigation);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;align-items:center}.footer__bottom-right{display:flex;align-items:center;gap:10px}.footer__credit-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.footer__credit-logo{width:34px;height:34px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px}.footer__credit-logo-image{width:34px;height:34px;border-radius:50%;object-fit:cover}.footer__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media(max-width: 980px){.footer__top{flex-wrap:wrap}}@media(max-width: 680px){.footer__inner{padding:42px 18px 18px}.footer__top{flex-direction:column;gap:30px}.footer__bottom{flex-direction:column;align-items:flex-start}}
