@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600;600;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#000;--white:#fff;--primary:#00d3f3;--primary-border:#0092ad;--primary-dark:#155dfc;--navy-900:#000d1a;--navy-800:#053345;--navy-700:#005f78;--dark-surface:#262626;--glass-bg:background: #00000080;--glass-border:#00d3f340;--glass-blur:blur(18px) saturate(180%);--glass-shadow:0 0px 12px 0px #0006, 0 0px 10px 2px #00000080;--font:"Segoe UI", system-ui, -apple-system, sans-serif;font-family:var(--font);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}html{scroll-behavior:smooth}html,body{min-height:100%}body{background:linear-gradient(170deg,#000 0%,#0a0a0a 30% 40%,#053345,#005f78,#000) fixed}#root{flex-direction:column;min-height:100svh;display:flex}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.btn{font-family:var(--font);letter-spacing:.4px;cursor:pointer;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--primary);color:#000;border:2px solid var(--primary-border);box-shadow:0 0 12px #00d3f366}.btn--primary:hover{box-shadow:0 0 22px #00d3f3b3,0 4px 12px #0000004d}.btn--ghost:hover{background:#ffffff14;box-shadow:0 4px 12px #0000004d}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0006;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.navbar{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(160%);background:#0a0a0acc;position:fixed;top:0;left:0;right:0}.navbar__inner{justify-content:space-between;align-items:center;max-width:1200px;height:60px;margin:0 auto;padding:0 2rem;display:flex}.navbar__brand{align-items:center;gap:0;text-decoration:none;display:flex}.navbar__logo-icon{object-fit:contain;width:auto;height:36px}.navbar__logo-name{object-fit:contain;width:auto;height:20px;margin-left:8px}.navbar__links{align-items:center;gap:.25rem;list-style:none;display:flex}.navbar__link{color:#ffffffb3;letter-spacing:1px;text-transform:uppercase;border-radius:8px;padding:.45rem .9rem;font-family:Inter,system-ui,sans-serif;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:block;position:relative}.navbar__link:after{content:"";background:#00d3f3;border-radius:1px;height:2px;transition:transform .22s;position:absolute;bottom:3px;left:.9rem;right:.9rem;transform:scaleX(0)}.navbar__link:hover{color:#fff;background:#00d3f30f}.navbar__link:hover:after{transform:scaleX(1)}.navbar__link--active{color:#00d3f3;font-weight:600}.navbar__link--active:after{transform:scaleX(1)}.navbar__kit-sep{border-left:1px solid #ffffff1f;margin-left:.75rem;padding-left:.75rem}.navbar__link--kit-designer{background:#00d3f3;border:1px solid #0092ad;border-radius:50px;align-items:center;gap:6px;font-weight:700;transition:box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 0 10px #00d3f38c,0 0 22px #00d3f340;color:#000!important}.navbar__link--kit-designer:after{display:none}.navbar__link--kit-designer:hover{background:#00d3f3;transform:translateY(-1px);box-shadow:0 0 18px #00d3f3d9,0 0 40px #00d3f373;color:#000!important}.navbar__link--kit-designer--active{box-shadow:0 0 18px #00d3f3d9,0 0 40px #00d3f373}.navbar__hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:5px;padding:8px;transition:background .2s;display:none}.navbar__hamburger:hover{background:#00d3f31a}.navbar__hamburger span{transform-origin:50%;background:#fffc;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.navbar__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__links{-webkit-backdrop-filter:blur(20px);background:#1e1e1ef7;border-bottom:1px solid #00d3f333;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1.5rem 1rem;display:none;position:absolute;top:60px;left:0;right:0}.navbar__links--open{display:flex}.navbar__link{color:#ffffffbf;border-bottom:1px solid #ffffff0f;border-radius:0;padding:.8rem .5rem;font-size:1rem}.navbar__links li:last-child .navbar__link{border-bottom:none}.navbar__link:hover{color:#fff;background:#00d3f30f}.navbar__link--active{color:#00d3f3}.navbar__link:after{display:none}.navbar__kit-sep{border-left:none;margin-left:0;padding-top:.5rem;padding-left:0}.navbar__link--kit-designer{border-radius:50px;justify-content:center}}.whatsapp-btn{z-index:200;color:#fff;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .25s,box-shadow .25s,background .25s;animation:2.5s ease-in-out infinite whatsapp-pulse;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 4px 20px #25d36666,0 0 #25d36659}.whatsapp-btn svg{flex-shrink:0;width:26px;height:26px}.whatsapp-btn:hover{background:#1ebe5d;animation:none;transform:scale(1.1)translateY(-2px);box-shadow:0 8px 32px #25d36673,0 0 24px #25d3664d}@keyframes whatsapp-pulse{0%,to{box-shadow:0 4px 20px #25d36666,0 0 #25d36659}50%{box-shadow:0 4px 20px #25d36666,0 0 0 10px #25d36600}}.footer{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#00000080;border-top:1px solid #ffffff14;margin-top:auto}.footer__inner{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 1.5rem}.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:2.5rem;display:grid}.footer__brand-logo{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.footer__logo-icon{width:auto;height:36px}.footer__logo-name{width:auto;height:22px}.footer__brand-tagline{color:#ffffff80;max-width:260px;font-size:.85rem;line-height:1.65}.footer__col-heading{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.88rem;font-weight:700}.footer__col-list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer__col-link{color:#ffffff80;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none;transition:color .2s}.footer__col-link:hover{color:#00d3f3}.footer__subscribe-copy{color:#ffffff73;margin-bottom:1rem;font-size:.83rem;line-height:1.55}.footer__subscribe-form{gap:.5rem;display:flex}.footer__subscribe-input{color:#fff;background:#ffffff0f;border:1.5px solid #ffffff26;border-radius:50px;outline:none;flex:1;min-width:0;padding:.55rem .85rem;font-family:inherit;font-size:.82rem;transition:border-color .2s}.footer__subscribe-input::placeholder{color:#ffffff4d}.footer__subscribe-input:focus{border-color:#00d3f3}.footer__subscribe-btn{color:#000;cursor:pointer;white-space:nowrap;background:#00d3f3;border:none;border-radius:50px;flex-shrink:0;align-items:center;gap:.2rem;padding:.55rem 1rem;font-size:.82rem;font-weight:700;transition:background .2s,box-shadow .2s;display:inline-flex}.footer__subscribe-btn:hover{background:#00b8d4;box-shadow:0 0 12px #00d3f373}.footer__bottom{text-align:center;border-top:1px solid #ffffff12;padding-top:1.25rem}.footer__trademark{color:#ffffff4d;font-size:.78rem}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}}@media (width<=600px){.footer__grid{grid-template-columns:1fr;gap:1.75rem}.footer__inner{padding:2.5rem 1.25rem 1.25rem}.footer__subscribe-form{flex-direction:column}.footer__subscribe-btn{justify-content:center}}.home{flex:1;padding-top:60px}.home__section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.home__section-header{text-align:center;margin-bottom:3rem}.home__section-title{color:#fff;letter-spacing:-.5px;margin-bottom:.6rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700}.home__section-sub{color:#ffffff8c;max-width:520px;margin:0 auto;font-size:1rem}.home__hero{z-index:0;text-align:left;background-position:top;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:calc(100svh - 60px);padding:4rem 4rem 3rem;display:flex;position:relative;overflow:hidden}.home__hero:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#000 0%,#0000007a 50%,#0000 100%);position:absolute;inset:0}.home__hero-content{z-index:2;width:50%;max-width:820px;position:relative}.home__hero-eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#00d3f3;background:#05334580;border:1px solid #005f7880;border-radius:50px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.home__hero-title{color:#fff;letter-spacing:-2px;z-index:1;margin-bottom:1.5rem;font-size:clamp(3.2rem,6vw,4.6rem);font-weight:800;line-height:1.3;position:relative}.home__hero-title-gradient{background:linear-gradient(90deg,#00d3f3,#155dfc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.home__hero-sub{color:#fff;border-left:3px solid #00d3f3;border-radius:2px;max-width:480px;margin:0 0 1rem;padding-left:1rem;font-size:clamp(.85rem,1.8vw,1rem);line-height:1.75}.home__hero-actions{flex-wrap:wrap;justify-content:left;gap:1rem;display:flex}.home__hero-stats{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:4rem;display:flex;position:relative}.home__hero-stat{text-align:center;min-width:130px;padding:1.1rem 1.75rem}.home__hero-stat-value{color:#000;margin-bottom:.3rem;font-size:1.8rem;font-weight:800;line-height:1;display:block}.home__hero-stat-label{letter-spacing:1px;text-transform:uppercase;color:#002b398c;font-size:.75rem;font-weight:500}.home__cover{width:100%;line-height:0;overflow:hidden}.home__cover img{object-fit:cover;object-position:center;width:100%;max-height:520px;display:block}.home__cat-row{padding:2.5rem 0}.home__cat-grid{gap:1.25rem;display:grid}.home__cat-grid--3{grid-template-columns:repeat(3,1fr)}.home__cat-grid--2{grid-template-columns:repeat(2,1fr);max-width:820px;margin:0 auto}.home__category-card{cursor:pointer;background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;border-radius:4px;width:100%;min-height:500px;padding:0;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.home__category-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #00000038}.home__category-card:hover .home__category-card__overlay{background:linear-gradient(#0000 0%,#0000002e 45%,#0003 100%)}.home__category-card__overlay{background:linear-gradient(#0000 0%,#00000014 50%,#000 100%);transition:background .3s;position:absolute;inset:0}.home__category-card__label{color:#fff;letter-spacing:-.2px;text-align:left;text-shadow:1px 1px 4px #000;font-size:1.15rem;font-weight:800;line-height:1.2;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.home__banner-img{width:80%;margin:1% 10%;line-height:0;position:relative;overflow:hidden}.home__banner-img img{object-fit:cover;object-position:center;width:100%;max-height:780px;display:block}.home__banner-img__label{text-shadow:1px 1px #000;color:#fff;cursor:pointer;letter-spacing:-.5px;white-space:nowrap;background-color:#0000;border:none;border-radius:10px;padding:.3rem;font-size:1.5rem;font-weight:800;position:absolute;bottom:0%;left:50%;transform:translate(-50%)}.home__features{padding:6rem 0}.home__features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.home__feature-card{padding:2rem 1.75rem;transition:transform .28s,box-shadow .28s}.home__feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #002b391f,0 0 0 1px #3ab2cd40}.home__feature-icon{color:#00d3f3;width:44px;height:44px;margin-bottom:1.25rem}.home__feature-icon svg{width:100%;height:100%}.home__feature-title{color:#fff;letter-spacing:-.2px;margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.home__feature-desc{color:#fff9;font-size:.9rem;line-height:1.65}.home__testimonials{background:#00000040;padding:5rem 0}.home__testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.home__testimonial-card{background:#ffffff0d;border:1px solid #00d3f326;border-radius:18px;flex-direction:column;gap:.9rem;padding:1.75rem;display:flex;box-shadow:0 2px 16px #0006}.home__testimonial-stars{color:#ffb300;letter-spacing:2px;font-size:1.1rem}.home__testimonial-text{color:#ffffffbf;flex:1;font-size:.95rem;line-height:1.65}.home__testimonial-author{border-top:1px solid #ffffff1a;flex-direction:column;gap:.15rem;padding-top:.9rem;display:flex}.home__testimonial-name{color:#fff;font-size:.9rem;font-weight:700}.home__testimonial-org{color:#fff6;font-size:.78rem}.home__stats-marquee{background:linear-gradient(90deg,#0092ad4d,#00d3f333,#0092ad4d);border-top:1px solid #00d3f333;border-bottom:1px solid #00d3f333;padding:1.25rem 0;overflow:hidden}.home__stats-marquee__track{white-space:nowrap;animation:32s linear infinite marquee;display:inline-flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.home__stats-marquee__item{letter-spacing:.3px;color:#fff;align-items:center;gap:.75rem;padding:0 .5rem;font-size:.88rem;font-weight:700;display:inline-flex}.home__stats-marquee__dot{color:#00d3f380;font-size:.65rem}.home__cta{padding:2rem 0 6rem}.home__cta-card{text-align:center;padding:4rem 2rem;position:relative;overflow:hidden}.home__cta-title{color:#fff;letter-spacing:-.5px;margin-bottom:.75rem;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;position:relative}.home__cta-sub{color:#fff9;margin-bottom:2rem;font-size:1rem;position:relative}.home__fc{padding:4rem 0 5rem}.home__fc-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.home__fc-title{letter-spacing:-.5px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.home__fc-title--white{color:#fff}.home__fc-title--blue{color:#00d3f3}.home__fc-sub{color:#ffffff80;margin-top:.4rem;font-size:.9rem}.home__fc-viewall{color:#00d3f3;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #acacac00;border-radius:50px;flex-shrink:0;align-items:center;gap:.3rem;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.home__fc-viewall:hover{color:#fff;background:#00d3f346}.home__fc-border{border:none;border-bottom:1px solid #c8c8c81a;margin-bottom:2rem}.home__fc-carousel{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#00d3f34d transparent;gap:1.25rem;padding-bottom:1rem;display:flex;overflow-x:auto}.home__fc-carousel::-webkit-scrollbar{height:4px}.home__fc-carousel::-webkit-scrollbar-track{background:0 0}.home__fc-carousel::-webkit-scrollbar-thumb{background:#00d3f34d;border-radius:2px}.home__fc-card{scroll-snap-align:start;cursor:pointer;background:#181818ad;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;flex:0 0 260px;height:450px;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.home__fc-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000073}.home__fc-card__img-wrap{flex:0 0 66.67%;position:relative;overflow:hidden}.home__fc-card__img-wrap img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .35s;display:block}.home__fc-card:hover .home__fc-card__img-wrap img{transform:scale(1.04)}.home__fc-card__tag{color:#fff;letter-spacing:1px;text-transform:uppercase;background:#000000b3;border:1px solid #fff3;border-radius:4px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;position:absolute;top:10px;left:10px}.home__fc-card__body{flex-direction:column;flex:1;justify-content:space-between;padding:.85rem 1rem;display:flex}.home__fc-card__name{color:#fff;margin-bottom:.25rem;font-size:1.2rem;font-weight:700;line-height:1.3}.home__fc-card__desc{color:#ffffff80;font-size:.76rem;line-height:1.45}.home__fc-card__btn{color:#00d3f3;cursor:pointer;background:#fff0;border:none;border-radius:50px;align-self:flex-start;align-items:center;gap:.2rem;margin-top:.5rem;padding:.3rem .85rem;font-size:.76rem;font-weight:600;transition:background .2s;display:inline-flex}.home__fc-card__btn:hover{background:#005b8639}@media (width<=900px){.home__features-grid,.home__cat-grid--3{grid-template-columns:repeat(2,1fr)}.home__testimonials-grid{grid-template-columns:1fr}.home__hero-content{width:80%}}@media (width<=600px){.home__hero{padding:3rem 1.25rem 2.5rem}.home__hero-content{width:100%}.home__features-grid,.home__cat-grid--3,.home__cat-grid--2{grid-template-columns:1fr}.home__category-card{min-height:240px}.home__hero-stats{gap:.75rem}.home__hero-stat{min-width:100px;padding:.9rem 1.25rem}.home__section-inner{padding:0 1.25rem}.home__features,.home__cta,.home__testimonials{padding-top:1.5rem;padding-bottom:4rem}.home__cat-row{padding:1.5rem 0}.home__cover img,.home__banner-img img{max-height:280px}.home__banner-img__label{padding:.45rem 1.2rem;font-size:1.1rem;bottom:1rem}}.stub-page{padding-top:60px;flex:1;justify-content:center;align-items:center;min-height:calc(100svh - 60px);padding-inline:1.5rem;display:flex;position:relative;overflow:hidden}.stub-page__glow{pointer-events:none;background:radial-gradient(circle,#ff0505 0%,#fff1b13a 65%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.stub-page__card{text-align:center;width:100%;max-width:420px;padding:3.5rem 3rem;position:relative}.stub-page__icon{color:#00d3f3;margin-bottom:1.5rem;font-size:2.5rem;line-height:1;display:block}.stub-page__title{color:#fff;letter-spacing:-.5px;margin-bottom:.75rem;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800}.stub-page__sub{color:#fff9;margin-bottom:2rem;font-size:.95rem}.stub-page__badge{color:#fff;letter-spacing:1.5px;text-transform:uppercase;background:#0000001f;border:1px solid #00000059;border-radius:100px;padding:.35rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.contact-page{flex:1;justify-content:center;align-items:center;min-height:calc(100svh - 60px);padding:60px 20px 0;display:flex;position:relative;overflow:hidden}.contact-page__glow{pointer-events:none;background:radial-gradient(circle,#3ab2cd1f 0%,#0000 65%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-page__inner{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:560px;display:flex;position:relative}.contact-page__title{color:#fff;letter-spacing:-.5px;text-align:center;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.contact-page__card{width:100%;padding:3rem 2.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form__group{flex-direction:column;gap:.4rem;display:flex}.contact-form__label{letter-spacing:1px;text-transform:uppercase;color:#fff;font-size:.75rem;font-weight:700}.contact-form__input,.contact-form__textarea{font-family:var(--font);color:#000;background:#ffffff8c;border:1px solid #003f4b33;border-radius:10px;outline:none;width:100%;padding:.7rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#002b3959}.contact-form__input:focus,.contact-form__textarea:focus{border-color:#000;box-shadow:0 0 0 3px #000}.contact-form__textarea{resize:vertical;min-height:110px}.contact-form__submit{align-self:flex-start;margin-top:.5rem}.contact-page__success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3.5rem 3rem;display:flex}.contact-page__success-icon{color:#000;background:#000;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.5rem;font-size:1.5rem;display:flex}.contact-page__success-title{color:#000;letter-spacing:-.4px;font-size:1.6rem;font-weight:800}.contact-page__success-sub{color:#000;margin-bottom:1rem;font-size:.95rem}@media (width<=600px){.contact-form__row{grid-template-columns:1fr}.contact-page__card{padding:2rem 1.5rem}.contact-form__submit{align-self:stretch}}.kd-root{color:#ffffffe0;box-sizing:border-box;background:#000;flex-direction:column;height:calc(100vh - 60px);margin-top:60px;font-family:Barlow Condensed,Arial Narrow,sans-serif;display:flex;overflow:hidden}.kd-root *,.kd-root :before,.kd-root :after{box-sizing:border-box;margin:0;padding:0}.kd-root ::-webkit-scrollbar{width:4px}.kd-root ::-webkit-scrollbar-track{background:#e9e9e9}.kd-root ::-webkit-scrollbar-thumb{background:#3d3d3d;border-radius:2px}.kd-root ::-webkit-scrollbar-thumb:hover{background:#005f78}.kd-root input[type=range]{accent-color:#000;cursor:pointer;background:#00d3f3;width:100%}.kd-root input[type=color]{cursor:pointer;background:0 0;border:none;border-radius:4px;width:34px;height:26px;padding:0}.kd-root button{transition:all .15s}.kd-header{background:#0a0a0acc;border-bottom:1px solid #fff;flex-shrink:0;justify-content:space-between;align-items:center;height:50px;padding:0 22px;display:flex}.kd-header__brand{align-items:center;gap:12px;display:flex}.kd-header__stripes{gap:3px;display:flex}.kd-header__stripe{border-radius:2px;width:4px;height:26px}.kd-header__title{letter-spacing:4px;text-transform:uppercase;color:#fff;font-size:19px;font-weight:900}.kd-header__subtitle{color:#000;letter-spacing:3px;text-transform:uppercase;padding-top:2px;font-size:9px}.kd-header__tabs{gap:4px;display:flex}.kd-tab{color:#fff;letter-spacing:2px;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #fff;border-radius:4px;padding:5px 14px;font-family:inherit;font-size:11px;font-weight:600}.kd-tab--active{color:#fff;background:#005f78;border-color:#00d3f3}.kd-tab--3d{color:#fff;letter-spacing:1.5px;background:#000;border-color:#fff;margin-left:10px}.kd-tab--3d:hover{background:#3ab2cd40;border-color:#3ab2cd}.kd-body{flex:1;display:flex;overflow:hidden}.kd-sidebar{background:#a8a8a8;border-right:1px solid #000;flex-direction:column;flex-shrink:0;gap:16px;width:244px;padding:14px 12px;display:flex;overflow-y:auto}.kd-sec__title{letter-spacing:3px;color:#000;text-transform:uppercase;border-bottom:1px solid #000;margin-bottom:8px;padding-bottom:6px;font-size:12px;font-weight:600}.kd-sec__body{flex-direction:column;gap:7px;display:flex}.kd-row{justify-content:space-between;align-items:center;display:flex}.kd-row__label{color:#000;letter-spacing:1px;font-size:12px}.kd-cp{align-items:center;gap:6px;display:flex}.kd-cp__swatch{border:1px solid #000;border-radius:3px;flex-shrink:0;width:20px;height:20px}.kd-pattern-grid{grid-template-columns:1fr 1fr;gap:5px;display:grid}.kd-pattern-btn{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:#00000080;border:1px solid #000;border-radius:3px;padding:5px 2px;font-family:inherit;font-size:10px;font-weight:600}.kd-pattern-btn--active{color:#fff;background:#000;border-color:#d3d3d3}.kd-input{color:#ffffffe0;background:#0f0f0f;border:1px solid #000;border-radius:4px;outline:none;width:100%;padding:10px;font-family:inherit;font-size:14px}.kd-input::placeholder{color:#ffffff40}.kd-input:focus{border-color:#000}.kd-btn{color:#fff;letter-spacing:2px;cursor:pointer;text-transform:uppercase;border:none;border-radius:4px;width:100%;padding:8px 0;font-family:inherit;font-size:11px;font-weight:600}.kd-btn:hover{filter:brightness(1.1)}.kd-element{cursor:pointer;background:#00000080;border:1px solid #000;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:4px;padding:6px 10px;transition:background .15s,border-color .15s;display:flex}.kd-element--active{background:#000;border-color:#000}.kd-element__label{color:#ffffffd8;font-size:11px}.kd-element__label--active{color:#fff}.kd-element__remove{color:red;cursor:pointer;background:0 0;border:none;font-size:16px;line-height:1}.kd-canvas{background:radial-gradient(#fff 0%,#adadad 72%);flex:1;justify-content:center;align-items:center;padding:28px;display:flex;overflow:auto}.kd-canvas__preview{filter:drop-shadow(0 0 100px #000);flex-shrink:0}.kd-canvas--cutting{justify-content:center;align-items:flex-start}.kd-cutting{align-self:flex-start;width:100%;max-width:1100px;height:auto;padding:28px 0}.kd-cutting__title{color:#000;letter-spacing:4px;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:18px;font-size:11px;font-weight:600;display:flex}.kd-dl-wrap{display:inline-flex;position:relative}.kd-dl-btn{cursor:pointer;color:#fff;background:#000;border:1px solid #fff;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:flex}.kd-dl-btn:hover{background:#00000024}.kd-dl-menu{z-index:200;background:#c2c2c2;border:1px solid #00000026;border-radius:6px;min-width:140px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 14px #0000001f}.kd-dl-menu button{text-align:left;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;color:#111;background:0 0;border:none;width:100%;padding:9px 14px;font-size:11px;font-weight:600;display:block}.kd-dl-menu button:hover{background:#1b1b1b80}.kd-cutting__grid{grid-template-columns:repeat(3,1fr);gap:14px;height:max-content;display:grid}.kd-cut-panel{background:#00000073;border:1px dashed #000;border-radius:6px;overflow:hidden}.kd-cut-panel__label{color:#000;letter-spacing:2px;text-transform:uppercase;border-bottom:1px dashed #000;padding:6px 10px;font-size:9px;font-weight:600}.kd-cut-panel__body{padding:8px}.kd-colorref{flex-direction:column;justify-content:center;gap:10px;height:100%;padding:16px;display:flex}.kd-colorref__item{align-items:center;gap:10px;display:flex}.kd-colorref__swatch{border:1px solid #000;border-radius:4px;flex-shrink:0;width:30px;height:30px}.kd-colorref__name{color:#ffffff59;letter-spacing:1px;font-size:9px}.kd-colorref__hex{letter-spacing:1px;color:#ffffffe0;font-size:13px;font-weight:600}.kd-colorref__pattern{color:#000;letter-spacing:1px;margin-top:6px;font-size:9px}.kd-toggle{gap:6px;display:flex}.kd-toggle-btn{color:#ffffffa9;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:#00000067;border:1.5px solid #505050;border-radius:5px;flex:1;padding:7px 0;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:11px;font-weight:700;transition:background .15s,color .15s,border-color .15s}.kd-toggle-btn:hover{color:#ffffffbf;border-color:#fff}.kd-toggle-btn--active{color:#fff;background:#000;border-color:#fff;font-weight:800}.kd-custpat-preview{background:#0006;border:1px solid #ffffff26;border-radius:4px;align-items:center;gap:8px;padding:5px 8px;display:flex}.kd-custpat-preview__thumb{object-fit:cover;border:1px solid #fff3;border-radius:3px;flex-shrink:0;width:36px;height:36px}.kd-custpat-preview__clear{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:3px;margin-left:auto;padding:2px 4px;font-size:13px}.kd-custpat-preview__clear:hover{color:#fff;background:#ff00004d}@media print{body>:not(#root),.kd-sidebar,.kd-tabs,.kd-dl-wrap{display:none!important}.kd-root{height:auto!important;overflow:visible!important}.kd-canvas{padding:0!important;display:block!important}.kd-cutting{max-width:100%!important;padding:16px!important}.kd-cutting__grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.kd-flat{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:20px;width:100%;padding:28px;display:flex;overflow:auto}.kd-flat__row{flex-flow:row;align-items:flex-end;gap:12px;display:flex}.kd-flat__row--shorts{align-items:flex-start}.kd-flat__piece{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.kd-flat__label{letter-spacing:3px;text-transform:uppercase;color:#000000d3;font-size:9px;font-weight:700}.kd-upload-modal-overlay{z-index:1000;background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.kd-upload-modal{background:#1a1a1a;border:1px solid #333;border-radius:10px;flex-direction:column;gap:10px;min-width:240px;padding:24px 28px;display:flex}.kd-upload-modal h3{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-family:Barlow Condensed,sans-serif;font-size:15px;font-weight:700}.kd-upload-modal button{color:#eee;cursor:pointer;text-align:left;letter-spacing:.5px;background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:9px 14px;font-family:Barlow Condensed,sans-serif;font-size:14px;font-weight:600;transition:background .15s,border-color .15s}.kd-upload-modal button:hover{background:#3a3a3a;border-color:#666}.kd-upload-modal .kd-um-cancel{color:#666;border-color:#2a2a2a;margin-top:2px}.product-card{background:#0000003f;border:1px solid #eeeeee28;border-radius:16px;flex-direction:column;height:max-content;transition:transform .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px 5px #00000057}.product-card:hover{transform:translateY(-4px);box-shadow:0 0 12px 3px #0000004d}.product-card__image-wrap{aspect-ratio:3/3;background:#44444428;border-radius:16px 16px 0 0;width:100%;padding:1rem;position:relative;overflow:hidden}.product-card__image{object-fit:contain;border-radius:12px;width:100%;height:100%;transition:transform .35s;display:block}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-placeholder{color:#0003;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-card__image-placeholder svg{width:48px;height:48px}.product-card__category-badge{color:#000;letter-spacing:.3px;text-transform:uppercase;background:#ffffff8c;border:1px solid #000000e6;border-radius:100px;padding:3px 10px;font-size:.68rem;font-weight:600;position:absolute;top:10px;left:10px}.pc-carousel__prev,.pc-carousel__next{cursor:pointer;color:#fff;opacity:0;z-index:2;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:opacity .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-card:hover .pc-carousel__prev,.product-card:hover .pc-carousel__next{opacity:1}.pc-carousel__prev:hover,.pc-carousel__next:hover{background:#000000a6}.pc-carousel__prev{left:8px}.pc-carousel__next{right:8px}.pc-carousel__dots{z-index:2;justify-content:center;gap:5px;display:flex;position:absolute;bottom:6px;left:0;right:0}.pc-carousel__dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .15s}.pc-carousel__dot--active{background:#000}.product-card__body{cursor:pointer;flex-direction:column;flex:1;padding:.9rem 1rem 0;display:flex}.product-card__name{color:#fff;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card--expanded .product-card__name{-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.product-card__details{opacity:0;max-height:0;transition:max-height .35s,opacity .25s;overflow:hidden}.product-card--expanded .product-card__details{opacity:1;max-height:320px}.product-card__desc{color:#ffffffb3;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.8rem;line-height:1.55;display:-webkit-box;overflow:hidden}.product-card__toggle{cursor:pointer;background:0 0;border:none;border-top:1px solid #004869;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:.55rem 0;display:flex}.product-card__toggle-icon{color:#00d3f3;width:18px;height:18px;transition:transform .3s}.product-card--expanded .product-card__toggle-icon{transform:rotate(180deg)}.products-page{background-color:#0a0a0a;min-height:100svh;padding-top:60px}.products-page__header{padding:3rem 1.5rem 1rem}.products-page__header-inner{max-width:1300px;margin:0 auto}.products-page__title{background:linear-gradient(135deg,#00d3f3 0%,#155dfc 60%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.15}.products-page__sub{color:#fff9;font-size:1rem}.products-page__body{align-items:flex-start;gap:0;max-width:1300px;margin:0 auto;display:flex}.products-page__main{flex:1;min-width:0;padding:0 1.5rem 4rem 0}.products-sidebar{scrollbar-width:thin;scrollbar-color:#00d3f333 transparent;flex-shrink:0;width:210px;max-height:calc(100svh - 100px);padding:1.5rem;position:sticky;top:80px;overflow-y:auto}.products-sidebar__title{letter-spacing:.8px;text-transform:uppercase;color:#fff6;margin-bottom:.75rem;padding-left:.75rem;font-size:.72rem;font-weight:700}.products-sidebar__btn{text-align:left;color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;margin-bottom:2px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:block}.products-sidebar__btn:hover{background:#00d3f314}.products-sidebar__btn--active{color:#fff;background:#00d3f31f;font-weight:700}.category-section{border-bottom:1px solid #ffffff12;padding:2.5rem 0}.category-section:last-child{border-bottom:none}.category-section--featured{padding-top:.5rem}.category-section--featured .category-section__title{color:#fff;font-size:clamp(1.4rem,3vw,2rem)}.category-section__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.category-section__header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.category-section__title{color:#fff;letter-spacing:-.3px;font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:800}.category-section__empty{color:#fff6;padding:1rem 0;font-size:.9rem}.category-section__view-more{color:#00d3f3;cursor:pointer;background:0 0;border:1.5px solid #00d3f359;border-radius:50px;flex-shrink:0;padding:.3rem .9rem;font-family:inherit;font-size:.78rem;transition:background .15s,border-color .15s}.category-section__view-more:hover{background:#00d3f31a;border-color:#00d3f3}.category-section__arrows{flex-shrink:0;gap:.5rem;display:flex}.carousel-arrow{cursor:pointer;background:#00d3f314;border:1.5px solid #00d3f34d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:border-color .18s,background .18s,transform .18s;display:flex}.carousel-arrow svg{color:#00d3f3;width:16px;height:16px}.carousel-arrow:hover{background:#00d3f32e;border-color:#00d3f3;transform:scale(1.08)}.category-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#00d3f34d transparent;gap:1.1rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.category-carousel::-webkit-scrollbar{height:4px}.category-carousel::-webkit-scrollbar-track{background:0 0}.category-carousel::-webkit-scrollbar-thumb{background:#00d3f34d;border-radius:4px}.category-carousel__item{scroll-snap-align:start;flex:0 0 280px}.products-grid-header{border-bottom:1px solid #ffffff12;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;padding:1.5rem 0 1.25rem;display:flex}.products-grid-header__title{color:#fff;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.products-grid-header__count{color:#fff6;font-size:.85rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.products-grid__show-more{justify-content:center;margin-top:2rem;display:flex}.products-grid__empty{color:#fff6;text-align:center;padding:3rem 0;font-size:.9rem}.btn{cursor:pointer;border:none;border-radius:50px;padding:.65rem 1.75rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .18s,border-color .18s,color .18s,transform .18s}.btn--ghost{color:#00d3f3;background:0 0;border:1.5px solid #00d3f366}.btn--ghost:hover:not(:disabled){background:#00d3f31a;border-color:#00d3f3}.btn--ghost:disabled{opacity:.5;cursor:not-allowed}.products-skeleton-card{background:#ffffff0d;border:1px solid #00d3f31f;border-radius:16px;overflow:hidden}.products-skeleton__image{aspect-ratio:3/3;border-radius:16px 16px 0 0;width:100%}.products-skeleton__body{flex-direction:column;gap:.5rem;padding:.9rem 1rem 1rem;display:flex}.products-skeleton__line{border-radius:6px;height:14px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shimmer{background:linear-gradient(90deg,#4949494d 25%,#00000059 50%,#4949494d 75%) 0 0/800px 100%;animation:1.4s linear infinite shimmer}@media (width<=1100px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.products-page__body{flex-direction:column}.products-sidebar{flex-wrap:wrap;align-items:center;gap:.4rem;width:100%;max-height:none;padding:1rem 1rem 0;display:flex;position:static}.products-sidebar__title{display:none}.products-sidebar__btn{border:1px solid #00d3f333;border-radius:100px;width:auto;margin-bottom:0;padding:.35rem .85rem;font-size:.8rem}.products-sidebar__btn--active{border-color:#00d3f3}.products-page__main{padding:0 1rem 3rem}.products-grid{grid-template-columns:repeat(2,1fr)}.products-page__header{padding:2rem 1rem 1.25rem}.category-carousel__item{flex:0 0 240px}.category-section__title{font-size:1.05rem}}@media (width<=480px){.products-grid{grid-template-columns:1fr}}.app-layout{flex-direction:column;min-height:100svh;display:flex}
