@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap);.searchbar{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #0f172a0d;display:flex;max-width:760px;overflow:hidden;width:100%}.searchbar__input{background:#0000;border:none;color:#0f172a;flex:1 1;font-family:Inter,sans-serif;font-size:14px;font-weight:500;outline:none;padding:14px 16px}.searchbar__input::placeholder{color:#64748b}.searchbar__button{background:#f1f5f9;border:none;border-left:1px solid #e2e8f0;color:#0f172a;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:800;height:100%;min-width:78px;outline:none;padding:0 18px;transition:all .2s ease}.searchbar__button:hover{background:#e2e8f0}@media (max-width:768px){.searchbar__input{font-size:13px;padding:12px 14px}.searchbar__button{font-size:13px;min-width:70px}}.category-panel__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a2e;inset:0;position:fixed;z-index:1090}.category-panel{border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 24px 50px #0f172a24,0 6px 18px #0f172a0f;flex-direction:column;left:0;max-height:min(78vh,720px);max-width:min(520px,calc(100vw - 24px));overflow:hidden;position:absolute;top:calc(100% + 18px);width:520px;z-index:1100}.category-panel,.category-panel__header{background:linear-gradient(180deg,#fff,#f8fafc);display:flex}.category-panel__header{align-items:center;border-bottom:1px solid #e9eef5;flex-shrink:0;justify-content:space-between;padding:18px 20px}.category-panel__header h3{color:#0f172a;font-family:Inter,sans-serif;font-size:18px;font-weight:800;margin:0}.category-panel__close{background:#0000;border:none;color:#64748b;cursor:pointer;font-size:26px;line-height:1;transition:color .2s ease,transform .2s ease}.category-panel__close:hover{color:#0f172a;transform:scale(1.05)}.category-panel__grid{display:flex;flex-direction:column;gap:10px;overflow-y:auto;overscroll-behavior:contain;padding:16px;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.category-panel__grid::-webkit-scrollbar{width:8px}.category-panel__grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.category-panel__grid::-webkit-scrollbar-track{background:#0000}.category-panel__item{align-items:center;background:#fff;border:1px solid #e8edf4;border-radius:16px;display:flex;gap:14px;min-height:64px;padding:14px 16px;text-decoration:none;transition:all .2s ease}.category-panel__item:hover{background:#f8fbff;border-color:#cbd5e1;box-shadow:0 10px 22px #0f172a0f;transform:translateY(-1px)}.category-panel__emoji{align-items:center;background:linear-gradient(180deg,#f8fafc,#eef2f7);border:1px solid #e2e8f0;border-radius:14px;display:inline-flex;flex-shrink:0;font-size:19px;height:42px;justify-content:center;width:42px}.category-panel__text{color:#1e293b;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:1.4}@media (max-width:768px){.category-panel{max-height:72vh;top:calc(100% + 12px);width:min(460px,calc(100vw - 16px))}.category-panel__header{padding:16px 18px}.category-panel__grid{padding:14px}.category-panel__item{border-radius:14px;min-height:60px;padding:13px 14px}.category-panel__emoji{font-size:18px;height:38px;width:38px}}@media (max-width:576px){.category-panel{border-radius:18px;left:0;max-height:68vh;max-width:calc(100vw - 16px);top:calc(100% + 10px);width:calc(100vw - 16px)}.category-panel__header{padding:15px 16px}.category-panel__header h3{font-size:17px}.category-panel__grid{gap:8px;padding:12px}.category-panel__item{border-radius:13px;gap:12px;min-height:56px;padding:12px 13px}.category-panel__emoji{border-radius:12px;font-size:17px;height:36px;width:36px}.category-panel__text{font-size:13px}}.navbar-wrapper{position:sticky;top:0;z-index:1100}.navbar{background:#0f172a;border-bottom:1px solid #ffffff0d;box-shadow:0 8px 24px #0f172a24;color:#fff;width:100%}.navbar__top{grid-gap:22px;align-items:center;display:grid;gap:22px;grid-template-columns:auto 1fr auto;margin:0 auto;max-width:1440px;padding:14px 22px}.navbar__logo{align-items:center;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:26px;font-weight:800;gap:6px;letter-spacing:.2px;line-height:1;text-decoration:none;white-space:nowrap}.navbar__logo-accent,.navbar__logo-main{color:#fff}.navbar__search{width:100%}.navbar__actions{align-items:center;display:flex;gap:12px}.navbar__link{align-items:center;border-radius:12px;display:inline-flex;font-family:Inter,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:.1px;min-height:42px;padding:0 17px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.navbar__link--secondary{background:#ffffff0a;border:1px solid #ffffff1f;color:#fff}.navbar__link--secondary:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.navbar__link--primary{background:#fff;border:1px solid #e2e8f0;box-shadow:0 6px 16px #ffffff14;color:#0f172a}.navbar__link--primary:hover{background:#f8fafc;transform:translateY(-1px)}.subnav{background:#f8fafc;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 12px #0f172a0a;width:100%}.subnav__inner{margin:0 auto;max-width:1440px;padding:11px 22px}.subnav__left{align-items:center;display:flex;flex-wrap:wrap;gap:14px;position:relative}.subnav__category-button{align-items:center;background:#fff;border:1px solid #dbe3ec;border-radius:999px;box-shadow:0 2px 8px #0f172a0a;color:#0f172a;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:15px;font-weight:800;gap:9px;height:46px;letter-spacing:.15px;margin-right:14px;padding:0 20px;transition:all .2s ease}.subnav__category-button:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 8px 18px #0f172a0f;transform:translateY(-1px)}.subnav__menu-icon{color:#64748b;font-size:18px;font-weight:900;line-height:1}.subnav__quick-link{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#475569;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:700;gap:7px;height:40px;letter-spacing:.1px;padding:0 15px;text-decoration:none;transition:all .2s ease}.subnav__quick-link:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a;transform:translateY(-1px)}.subnav__quick-emoji{align-items:center;display:inline-flex;font-size:14px;justify-content:center;line-height:1}.navbar-wrapper--dark .navbar__logo-accent{color:#fff}.navbar-wrapper--dark .navbar__link--secondary{background:#ffffff08;border:1px solid #ffffff1a}.navbar-wrapper--dark .navbar__link--secondary:hover{background:#ffffff12}.navbar-wrapper--dark .navbar__link--primary{background:#111827;border:1px solid #94a3b824;box-shadow:0 10px 24px #0000003d;color:#f8fafc}.navbar-wrapper--dark .navbar__link--primary:hover{background:#1f2937}.navbar-wrapper--dark .navbar{background:linear-gradient(180deg,#02040a,#05070c 45%,#090d15);border-bottom:1px solid #ffffff0a;box-shadow:0 10px 28px #00000059}.navbar-wrapper--dark .subnav{background:linear-gradient(180deg,#05070cfa,#0a0f18fa);border-bottom:1px solid #94a3b814;box-shadow:0 8px 18px #0000003d}.navbar-wrapper--dark .subnav__category-button{background:#ffffff0a;border:1px solid #94a3b824;box-shadow:none;color:#f8fafc}.navbar-wrapper--dark .subnav__category-button:hover{background:#ffffff12;border-color:#60a5fa3d}.navbar-wrapper--dark .subnav__menu-icon{color:#cbd5e1}.navbar-wrapper--dark .subnav__category-button,.navbar-wrapper--dark .subnav__quick-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-wrapper--dark .subnav__quick-link{background:#ffffff08;border:1px solid #94a3b81f;color:#cbd5e1}.navbar-wrapper--dark .subnav__quick-link:hover{background:#ffffff0f;border-color:#60a5fa3d;color:#fff}@media (max-width:1100px){.navbar__top{gap:14px;grid-template-columns:1fr}.navbar__actions{flex-wrap:wrap;justify-content:flex-start}}@media (max-width:768px){.subnav__quick-link{display:none}.subnav__left{justify-content:flex-start}}@media (max-width:576px){.navbar__top{gap:14px;padding:12px 14px}.navbar__logo{font-size:23px}.navbar__actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;width:100%}.navbar__link{font-size:13px;min-height:42px;padding:0 10px;text-align:center;width:100%}.subnav__inner{padding:10px 14px}.subnav__left{justify-content:flex-start}.subnav__category-button{font-size:14px;height:42px;margin-right:0;padding:0 15px}}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 8px 24px #0f172a0a;display:flex;flex-direction:column;min-height:100%;overflow:hidden;text-decoration:none;transition:all .22s ease}.product-card:hover{border-color:#cbd5e1;box-shadow:0 18px 36px #0f172a14;transform:translateY(-4px)}.product-card__image-wrap{align-items:center;background:linear-gradient(180deg,#f8fafc,#eef2f7);display:flex;height:220px;justify-content:center;padding:18px;position:relative}.product-card__image{max-height:100%;max-width:100%;object-fit:contain}.product-card__badge{align-items:center;background:#0f172a;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;left:14px;min-height:28px;padding:0 10px;position:absolute;top:14px}.product-card__content{display:flex;flex:1 1;flex-direction:column;gap:10px;padding:18px}.product-card__category{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.product-card__title{color:#0f172a;font-size:18px;font-weight:700;line-height:1.35;margin:0}.product-card__description{color:#64748b;flex:1 1;font-size:14px;line-height:1.7;margin:0}.product-card__footer{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:6px}.product-card__price{color:#0f172a;font-size:20px;font-weight:800}.product-card__cta{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#334155;font-size:13px;font-weight:700;padding:8px 12px}.product-card--dark{background:linear-gradient(180deg,#05070c,#0a0f18);border:1px solid #94a3b81a;box-shadow:0 16px 36px #0000006b;overflow:hidden;position:relative}.product-card--dark:before{background:radial-gradient(circle at top left,#60a5fa14,#0000 22%),radial-gradient(circle at top right,#c084fc12,#0000 20%);content:"";inset:0;opacity:.9;pointer-events:none;position:absolute}.product-card--dark:hover{border-color:#60a5fa29;box-shadow:0 24px 44px #00000080,0 0 0 1px #60a5fa0a}.product-card--dark .product-card__image-wrap{background:linear-gradient(180deg,#0b0f18,#05070c)}.product-card--dark .product-card__category{color:#94a3b8}.product-card--dark .product-card__title{color:#f8fafc}.product-card--dark .product-card__description{color:#cbd5e1}.product-card--dark .product-card__price{color:#fff}.product-card--dark .product-card__cta{background:#ffffff0a;border:1px solid #94a3b81f;color:#e2e8f0}.product-card--dark .product-card__badge{background:linear-gradient(135deg,#172554,#1d4ed8)}@media (max-width:768px){.product-card{border-radius:18px}.product-card__image-wrap{height:200px}.product-card__content{padding:16px}.product-card__title{font-size:17px}.product-card__price{font-size:18px}}.product-carousel{margin-top:24px}.product-carousel__header{align-items:flex-end;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.product-carousel__title{color:#0f172a;font-family:Poppins,sans-serif;font-size:24px;margin:0 0 6px}.product-carousel__description{color:#64748b;font-size:14px;margin:0}.product-carousel__controls{align-items:center;display:flex;gap:10px}.product-carousel__button{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0f172a0a;color:#0f172a;cursor:pointer;font-size:18px;font-weight:700;height:42px;transition:all .2s ease;width:42px}.product-carousel__button:hover{background:#f8fafc;transform:translateY(-1px)}.product-carousel__track{display:flex;gap:18px;overflow-x:auto;padding-bottom:8px;scroll-behavior:smooth;scrollbar-width:none}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__item{flex:0 0 320px;min-width:320px}@media (max-width:768px){.product-carousel__header{align-items:flex-start;flex-direction:column}.product-carousel__controls{align-self:flex-end}.product-carousel__item{flex:0 0 280px;min-width:280px}}@media (max-width:576px){.product-carousel__title{font-size:21px}.product-carousel__item{flex:0 0 260px;min-width:260px}.product-carousel__button{font-size:16px;height:38px;width:38px}}.hero-slider{border-radius:28px;box-shadow:0 18px 42px #0f172a14;margin-bottom:28px;min-height:470px;overflow:hidden;padding:42px 56px 64px;position:relative}.hero-slider--blue{background:linear-gradient(135deg,#1380e8,#56a9ff 60%,#8ac3ff);color:#fff}.hero-slider--dark{background:linear-gradient(135deg,#101828,#172554 55%,#1e3a8a);color:#fff}.hero-slider--light{background:linear-gradient(135deg,#e6f0ff,#d8e9ff 45%,#c1ddff);color:#0f172a}.hero-slider--soft{background:linear-gradient(135deg,#eaf4ff,#dff0ff 50%,#d3ecff);color:#0f172a}.hero-slider__content{grid-gap:30px;align-items:center;display:grid;gap:30px;grid-template-columns:1.05fr .95fr;min-height:360px}.hero-slider__text{max-width:560px;z-index:2}.hero-slider__title{font-family:Poppins,sans-serif;font-size:60px;font-weight:800;line-height:1.05;margin:0 0 18px}.hero-slider__subtitle{font-size:25px;font-weight:500;line-height:1.45;margin:0 0 28px;max-width:520px}.hero-slider__actions{display:flex;flex-wrap:wrap;gap:12px}.hero-slider__button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;justify-content:center;min-height:46px;padding:0 18px;text-decoration:none;transition:all .2s ease}.hero-slider__button--primary{background:#0f172a;color:#fff}.hero-slider__button--primary:hover{background:#111827;transform:translateY(-1px)}.hero-slider__button--secondary{background:#ffffffeb;color:#0f172a}.hero-slider__button--secondary:hover{background:#fff;transform:translateY(-1px)}.hero-slider__button--ghost{background:#ffffff2e;border:1px solid #ffffff40;color:inherit}.hero-slider__button--ghost:hover{background:#ffffff3d;transform:translateY(-1px)}.hero-slider--light .hero-slider__button--ghost,.hero-slider--soft .hero-slider__button--ghost{background:#0f172a0d;border:1px solid #0f172a14;color:#0f172a}.hero-slider--light .hero-slider__button--ghost:hover,.hero-slider--soft .hero-slider__button--ghost:hover{background:#0f172a14}.hero-slider__visual{align-items:center;display:flex;justify-content:center;z-index:2}.hero-slider__image{filter:drop-shadow(0 20px 30px rgba(0,0,0,.18));max-height:310px;max-width:520px;object-fit:contain;width:100%}.hero-slider__dots{align-items:center;bottom:18px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.hero-slider__dot{background:#ffffffb3;border:none;border-radius:999px;cursor:pointer;height:11px;transition:all .2s ease;width:11px}.hero-slider__dot--active{background:#0f172a;width:34px}.hero-slider__arrow{align-items:center;background:#ffffffd1;border:none;border-radius:999px;box-shadow:0 10px 20px #0f172a14;color:#0f172a;cursor:pointer;display:inline-flex;font-size:30px;height:46px;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:46px;z-index:4}.hero-slider__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.03)}.hero-slider__arrow--left{left:16px}.hero-slider__arrow--right{right:16px}@media (max-width:1100px){.hero-slider{padding:34px 30px 58px}.hero-slider__content{gap:20px;grid-template-columns:1fr}.hero-slider__text{max-width:100%}.hero-slider__title{font-size:44px}.hero-slider__subtitle{font-size:20px}.hero-slider__visual{justify-content:flex-start}.hero-slider__image{max-width:420px}}@media (max-width:768px){.hero-slider{border-radius:22px;min-height:auto;padding:24px 18px 56px}.hero-slider__title{font-size:34px}.hero-slider__subtitle{font-size:17px;margin-bottom:20px}.hero-slider__actions{align-items:stretch;flex-direction:column}.hero-slider__button{width:100%}.hero-slider__image{max-height:240px;max-width:100%}.hero-slider__arrow{font-size:24px;height:40px;width:40px}}@media (max-width:576px){.hero-slider__title{font-size:28px}.hero-slider__subtitle{font-size:15px}.hero-slider__arrow{display:none}}.home{background:#f8fafc;min-height:100vh}.home__main{margin:0 auto;max-width:1440px;padding:24px 22px 40px}.home__section{margin-top:26px}.home__section-header{margin-bottom:16px}.home__section-header h2{color:#0f172a;font-family:Poppins,sans-serif;font-size:24px;margin-bottom:6px}.home__section-header p{color:#64748b;font-size:14px}.home__product-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.home__cta{margin-top:30px}.home__cta-content{align-items:center;background:linear-gradient(135deg,#fff,#f1f5f9);border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 10px 30px #0f172a0d;display:flex;gap:20px;justify-content:space-between;padding:28px}.home__cta-badge{align-items:center;background:#e2e8f0;border-radius:999px;color:#334155;display:inline-flex;font-size:12px;font-weight:700;margin-bottom:12px;min-height:30px;padding:0 12px}.home__cta-content h3{color:#0f172a;font-family:Poppins,sans-serif;font-size:28px;margin-bottom:10px}.home__cta-content p{color:#64748b;font-size:15px;line-height:1.7;max-width:760px}.home__cta-button{align-items:center;background:#0f172a;border-radius:14px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;justify-content:center;min-height:46px;padding:0 18px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.home__cta-button:hover{background:#111827;transform:translateY(-1px)}@media (max-width:1100px){.home__product-grid{grid-template-columns:1fr 1fr}.home__cta-content{align-items:flex-start;flex-direction:column}}@media (max-width:768px){.home__main{padding:18px 14px 32px}.home__product-grid{grid-template-columns:1fr}.home__cta-content{border-radius:20px;padding:22px}.home__cta-content h3{font-size:24px}.home__cta-content p{font-size:14px}.home__cta-button{width:100%}}@media (max-width:576px){.home__cta-content h3,.home__section-header h2{font-size:21px}}.category-page{background:#f8fafc;min-height:100vh}.category-page__main{margin:0 auto;max-width:1440px;padding:24px 22px 40px;position:relative;z-index:1}.category-page__hero{margin-bottom:26px}.category-page__hero-content{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 10px 30px #0f172a0d;padding:34px}.category-page__badge{align-items:center;background:#eef2ff;border-radius:999px;color:#4338ca;display:inline-flex;font-size:13px;font-weight:700;gap:8px;margin-bottom:16px;min-height:34px;padding:0 14px}.category-page__title{color:#0f172a;font-family:Poppins,sans-serif;font-size:38px;line-height:1.15;margin-bottom:14px}.category-page__text{color:#475569;font-size:16px;line-height:1.75;max-width:760px}.category-page__section{margin-top:12px}.category-page__section-header{align-items:flex-end;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.category-page__section-header h2{color:#0f172a;font-family:Poppins,sans-serif;font-size:24px;margin:0}.category-page__section-header p{color:#64748b;font-size:14px;margin:0}.category-page__grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.category-page__empty{background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 8px 24px #0f172a0a;padding:28px}.category-page__empty h1,.category-page__empty h3{color:#0f172a;font-family:Poppins,sans-serif;font-size:24px;margin-bottom:10px}.category-page__empty p{color:#64748b;font-size:15px;line-height:1.7;margin:0}.category-page--bar{background:radial-gradient(circle at 12% 14%,#3b82f61a,#0000 18%),radial-gradient(circle at 84% 16%,#a855f71a,#0000 20%),radial-gradient(circle at 78% 58%,#fbbf240d,#0000 16%),linear-gradient(180deg,#02040a,#05070c 42%,#0a0f18);position:relative}.category-page--bar:before{background:linear-gradient(180deg,hsla(0,0%,100%,.015),#fff0),radial-gradient(circle at 18% 22%,#60a5fa0f,#0000 14%),radial-gradient(circle at 82% 20%,#c084fc0d,#0000 14%);mix-blend-mode:screen;opacity:.9}.category-page--bar:after,.category-page--bar:before{content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.category-page--bar:after{background-image:radial-gradient(hsla(0,0%,100%,.025) .7px,#0000 0);background-size:6px 6px;opacity:.06}.category-page--bar .category-page__hero-content{background:linear-gradient(135deg,#04060cf7,#080c14fa 55%,#0c121efa);border:1px solid #94a3b81a;box-shadow:0 24px 54px #0000007a,0 0 0 1px hsla(0,0%,100%,.012);overflow:hidden;position:relative}.category-page--bar .category-page__hero-content:before{background:radial-gradient(circle at top left,#60a5fa1a,#0000 24%),radial-gradient(circle at top right,#c084fc1a,#0000 22%),linear-gradient(180deg,hsla(0,0%,100%,.025),#0000 28%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.category-page--bar .category-page__hero-content>*{position:relative;z-index:1}.category-page--bar .category-page__badge{background:#ffffff0d;border:1px solid #60a5fa1f;box-shadow:inset 0 0 14px #ffffff05;color:#dbeafe}.category-page--bar .category-page__title{color:#f8fafc;text-shadow:0 2px 18px #60a5fa14}.category-page--bar .category-page__text{color:#cbd5e1}.category-page--bar .category-page__section-header h2{color:#f8fafc;text-shadow:0 1px 10px #ffffff0a}.category-page--bar .category-page__section-header p{color:#94a3b8}.category-page--bar .category-page__empty{background:#05070cf0;border:1px solid #94a3b81f;box-shadow:0 18px 34px #00000057}.category-page--bar .category-page__empty h1,.category-page--bar .category-page__empty h3{color:#f8fafc}.category-page--bar .category-page__empty p{color:#cbd5e1}@media (max-width:1100px){.category-page__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.category-page__main{padding:18px 14px 32px}.category-page__empty,.category-page__hero-content{border-radius:18px;padding:24px}.category-page__title{font-size:30px}.category-page__text{font-size:15px}.category-page__section-header{align-items:flex-start;flex-direction:column}.category-page__grid{grid-template-columns:1fr}}@media (max-width:576px){.category-page__title{font-size:26px}.category-page__empty h1,.category-page__empty h3,.category-page__section-header h2{font-size:21px}}.product-detail{background:#f8fafc;min-height:100vh}.product-detail__main{margin:0 auto;max-width:1440px;padding:24px 22px 40px}.product-detail__top{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 1fr}.product-detail__empty,.product-detail__gallery,.product-detail__info,.product-detail__similar-section,.product-detail__specs-section{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 10px 30px #0f172a0d}.product-detail__gallery{padding:24px}.product-detail__image-wrap{align-items:center;background:linear-gradient(180deg,#f8fafc,#eef2f7);border-radius:20px;display:flex;justify-content:center;min-height:460px;padding:28px;position:relative}.product-detail__image{max-height:360px;max-width:100%;object-fit:contain}.product-detail__badge{align-items:center;background:#0f172a;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;left:16px;min-height:32px;padding:0 12px;position:absolute;top:16px}.product-detail__info{padding:28px}.product-detail__meta{margin-bottom:14px}.product-detail__category{align-items:center;background:#eff6ff;border-radius:999px;color:#2563eb;display:inline-flex;font-size:13px;font-weight:700;gap:8px;min-height:34px;padding:0 14px}.product-detail__title{color:#0f172a;font-family:Poppins,sans-serif;font-size:38px;line-height:1.15;margin-bottom:16px}.product-detail__description{color:#475569;font-size:16px;line-height:1.8;margin-bottom:24px}.product-detail__price-box{margin-bottom:24px}.product-detail__price{color:#0f172a;font-size:34px;font-weight:800}.product-detail__actions{display:flex;flex-wrap:wrap;gap:12px}.product-detail__button{border:none;border-radius:14px;cursor:pointer;font-size:14px;font-weight:700;min-height:46px;padding:0 18px;transition:all .2s ease}.product-detail__button--primary{background:#0f172a;color:#fff}.product-detail__button--primary:hover{background:#111827;transform:translateY(-1px)}.product-detail__button--secondary{background:#fff;border:1px solid #dbe3ec;color:#0f172a}.product-detail__button--secondary:hover{background:#f8fafc;transform:translateY(-1px)}.product-detail__specs-section{margin-top:24px;padding:28px}.product-detail__section-header{margin-bottom:18px}.product-detail__section-header h2{color:#0f172a;font-family:Poppins,sans-serif;font-size:24px;margin:0 0 6px}.product-detail__section-header p{color:#64748b;font-size:14px;margin:0}.product-detail__specs-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail__spec-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;display:flex;flex-direction:column;gap:8px;padding:18px}.product-detail__spec-label{color:#64748b;font-size:13px;font-weight:700}.product-detail__spec-value{color:#0f172a;font-size:16px;font-weight:700}.product-detail__similar-section{margin-top:24px;padding:28px}.product-detail__similar-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail__empty{padding:32px}.product-detail__empty h1{color:#0f172a;font-family:Poppins,sans-serif;font-size:28px;margin-bottom:10px}.product-detail__empty p{color:#64748b;font-size:15px;margin-bottom:18px}.product-detail__back-button{align-items:center;background:#0f172a;border-radius:12px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;justify-content:center;min-height:44px;padding:0 16px;text-decoration:none}.product-detail--dark{background:radial-gradient(circle at top right,#3b82f614,#0000 20%),radial-gradient(circle at top left,#a855f714,#0000 18%),linear-gradient(180deg,#02040a,#05070c 48%,#0a0f18)}.product-detail--dark .product-detail__empty,.product-detail--dark .product-detail__gallery,.product-detail--dark .product-detail__info,.product-detail--dark .product-detail__similar-section,.product-detail--dark .product-detail__specs-section{background:linear-gradient(180deg,#05070c,#0a0f18);border:1px solid #94a3b81f;box-shadow:0 18px 36px #0000005c}.product-detail--dark .product-detail__image-wrap{background:linear-gradient(180deg,#0b0f18,#05070c)}.product-detail--dark .product-detail__badge{background:linear-gradient(135deg,#172554,#1d4ed8)}.product-detail--dark .product-detail__category{background:#ffffff0d;border:1px solid #60a5fa1f;color:#dbeafe}.product-detail--dark .product-detail__empty h1,.product-detail--dark .product-detail__price,.product-detail--dark .product-detail__section-header h2,.product-detail--dark .product-detail__spec-value,.product-detail--dark .product-detail__title{color:#f8fafc}.product-detail--dark .product-detail__description,.product-detail--dark .product-detail__empty p,.product-detail--dark .product-detail__section-header p,.product-detail--dark .product-detail__spec-label{color:#cbd5e1}.product-detail--dark .product-detail__spec-item{background:#ffffff0a;border:1px solid #94a3b81a}.product-detail--dark .product-detail__back-button,.product-detail--dark .product-detail__button--primary{background:#111827;border:1px solid #94a3b81f;color:#f8fafc}.product-detail--dark .product-detail__button--secondary{background:#ffffff0a;border:1px solid #94a3b81f;color:#e2e8f0}@media (max-width:1100px){.product-detail__top{grid-template-columns:1fr}.product-detail__similar-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.product-detail__main{padding:18px 14px 32px}.product-detail__empty,.product-detail__gallery,.product-detail__info,.product-detail__similar-section,.product-detail__specs-section{border-radius:18px;padding:22px}.product-detail__image-wrap{min-height:320px;padding:18px}.product-detail__title{font-size:30px}.product-detail__description{font-size:15px}.product-detail__price{font-size:28px}.product-detail__similar-grid,.product-detail__specs-grid{grid-template-columns:1fr}}@media (max-width:576px){.product-detail__title{font-size:26px}.product-detail__section-header h2{font-size:21px}.product-detail__actions{flex-direction:column}.product-detail__button{width:100%}}.login-page{background:#f8fafc;min-height:100vh}.login-page__main{margin:0 auto;max-width:1440px;padding:28px 22px 40px}.login-page__card{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:1.05fr .95fr}.login-page__left,.login-page__right{background:#fff;border:1px solid #e2e8f0;border-radius:26px;box-shadow:0 12px 32px #0f172a0d}.login-page__left{display:flex;flex-direction:column;justify-content:center;padding:34px}.login-page__badge{align-items:center;background:#eff6ff;border-radius:999px;color:#2563eb;display:inline-flex;font-size:13px;font-weight:700;margin-bottom:18px;min-height:34px;padding:0 14px;width:fit-content}.login-page__title{color:#0f172a;font-family:Poppins,sans-serif;font-size:40px;line-height:1.15;margin-bottom:16px}.login-page__text{color:#475569;font-size:16px;line-height:1.8;margin-bottom:24px;max-width:620px}.login-page__info-box{background:linear-gradient(135deg,#f8fafc,#eef2f7);border:1px solid #e2e8f0;border-radius:20px;padding:20px}.login-page__info-box h3{color:#0f172a;font-size:18px;margin-bottom:8px}.login-page__info-box p{color:#64748b;font-size:14px;line-height:1.7;margin:0}.login-page__right{align-items:center;display:flex;padding:32px}.login-page__form{width:100%}.login-page__field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.login-page__field label{color:#334155;font-size:14px;font-weight:700}.login-page__field input{background:#fff;border:1px solid #dbe3ec;border-radius:14px;color:#0f172a;font-size:14px;min-height:50px;outline:none;padding:0 16px;transition:all .2s ease;width:100%}.login-page__field input:focus{border-color:#94a3b8;box-shadow:0 0 0 4px #94a3b81f}.login-page__options{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px}.login-page__remember{align-items:center;color:#475569;display:inline-flex;font-size:14px;gap:8px}.login-page__forgot{background:#0000;border:none;color:#2563eb;cursor:pointer;font-size:14px;font-weight:600}.login-page__secondary,.login-page__submit{border-radius:14px;cursor:pointer;font-size:14px;font-weight:700;min-height:48px;transition:all .2s ease;width:100%}.login-page__submit{background:#0f172a;border:none;color:#fff;margin-bottom:12px}.login-page__submit:hover{background:#111827;transform:translateY(-1px)}.login-page__secondary{background:#fff;border:1px solid #dbe3ec;color:#0f172a}.login-page__secondary:hover{background:#f8fafc;transform:translateY(-1px)}.login-page__register-text{color:#64748b;font-size:14px;margin-top:18px;text-align:center}.login-page__register-link{color:#2563eb;font-weight:700;text-decoration:none}@media (max-width:1100px){.login-page__card{grid-template-columns:1fr}}@media (max-width:768px){.login-page__main{padding:18px 14px 32px}.login-page__left,.login-page__right{border-radius:20px}.login-page__left{padding:24px}.login-page__right{padding:22px}.login-page__title{font-size:32px}.login-page__text{font-size:15px}.login-page__options{align-items:flex-start;flex-direction:column}}@media (max-width:576px){.login-page__title{font-size:27px}.login-page__field input,.login-page__secondary,.login-page__submit{min-height:46px}}.project-stepper{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 10px 30px #0f172a0d;padding:28px}.project-stepper__top{margin-bottom:20px}.project-stepper__counter{color:#64748b;display:inline-block;font-size:13px;font-weight:700;margin-bottom:10px}.project-stepper__progress{background:#eef2f7;border-radius:999px;height:10px;overflow:hidden;width:100%}.project-stepper__progress-bar{background:#0f172a;border-radius:999px;height:100%;transition:width .25s ease}.project-stepper__title{color:#0f172a;font-family:Poppins,sans-serif;font-size:30px;margin-bottom:20px}.project-stepper__options{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:24px}.project-stepper__option{background:#fff;border:1px solid #dbe3ec;border-radius:16px;color:#0f172a;cursor:pointer;font-size:14px;font-weight:700;min-height:58px;padding:14px 16px;text-align:left;transition:all .2s ease}.project-stepper__option:hover{background:#f8fafc;border-color:#cbd5e1}.project-stepper__option--active{background:#0f172a;border-color:#0f172a;color:#fff}.project-stepper__actions{display:flex;gap:12px;justify-content:space-between}.project-stepper__button{border:none;border-radius:14px;cursor:pointer;font-size:14px;font-weight:700;min-height:46px;padding:0 18px;transition:all .2s ease}.project-stepper__button:disabled{cursor:not-allowed;opacity:.5}.project-stepper__button--primary{background:#0f172a;color:#fff}.project-stepper__button--primary:hover:not(:disabled){background:#111827}.project-stepper__button--secondary{background:#fff;border:1px solid #dbe3ec;color:#0f172a}.project-stepper__button--secondary:hover:not(:disabled){background:#f8fafc}@media (max-width:768px){.project-stepper{border-radius:18px;padding:22px}.project-stepper__title{font-size:24px}.project-stepper__options{grid-template-columns:1fr}.project-stepper__actions{flex-direction:column}.project-stepper__button{width:100%}}.project-factory-page{background:radial-gradient(circle at top left,#3b82f61f,#0000 20%),radial-gradient(circle at top right,#a855f71a,#0000 18%),linear-gradient(180deg,#eef4ff,#f5f7fb 40%,#edf2f9);min-height:100vh}.project-factory-page__main{margin:0 auto;max-width:1440px;padding:28px 22px 44px}.project-factory-page__hero{background:linear-gradient(135deg,#0f172af5,#1e293bf0 55%,#312e81e0);border:1px solid #94a3b829;border-radius:28px;box-shadow:0 20px 40px #0f172a29,0 2px 10px #0f172a14;margin-bottom:26px;overflow:hidden;padding:36px;position:relative}.project-factory-page__hero:before{background:radial-gradient(circle at 82% 18%,#60a5fa38,#0000 18%),radial-gradient(circle at 18% 20%,#c084fc29,#0000 16%),linear-gradient(180deg,#ffffff0a,#0000 30%);content:"";inset:0;pointer-events:none;position:absolute}.project-factory-page__badge{align-items:center;background:#ffffff14;border:1px solid #bfdbfe29;border-radius:999px;color:#dbeafe;display:inline-flex;font-size:13px;font-weight:700;margin-bottom:16px;min-height:34px;padding:0 14px;position:relative;z-index:1}.project-factory-page__title{color:#fff;font-family:Poppins,sans-serif;font-size:42px;line-height:1.08;margin-bottom:14px;max-width:820px;position:relative;z-index:1}.project-factory-page__text{color:#cbd5e1;font-size:16px;line-height:1.85;max-width:800px;position:relative;z-index:1}.project-factory-page__result{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #e2e8f0e6;border-radius:28px;box-shadow:0 16px 36px #0f172a14,0 2px 10px #0f172a0a;padding:30px}.project-factory-page__result-top{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:22px}.project-factory-page__result-badge{align-items:center;background:linear-gradient(135deg,#dbeafe,#ede9fe);border:1px solid #dbeafe;border-radius:999px;color:#334155;display:inline-flex;font-size:12px;font-weight:700;margin-bottom:12px;min-height:32px;padding:0 12px}.project-factory-page__result-top h2{color:#0f172a;font-family:Poppins,sans-serif;font-size:32px;line-height:1.15;margin-bottom:10px}.project-factory-page__result-top p{color:#475569;font-size:15px;line-height:1.85;max-width:780px}.project-factory-page__result-actions{align-items:center;display:flex}.project-factory-page__button{border:none;border-radius:14px;cursor:pointer;font-size:14px;font-weight:700;min-height:46px;padding:0 18px;transition:all .2s ease}.project-factory-page__button--secondary{background:#fff;border:1px solid #dbe3ec;box-shadow:0 4px 12px #0f172a0a;color:#0f172a}.project-factory-page__button--secondary:hover{background:#f8fafc;transform:translateY(-1px)}.project-factory-page__categories{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.project-factory-page__category-pill{align-items:center;background:linear-gradient(135deg,#ffffffeb,#f8fafceb);border:1px solid #dbe3ec;border-radius:999px;box-shadow:0 4px 10px #0f172a08;color:#0f172a;display:inline-flex;font-size:14px;font-weight:700;gap:9px;min-height:44px;padding:0 16px;text-decoration:none;transition:all .2s ease}.project-factory-page__category-pill:hover{background:linear-gradient(135deg,#fff,#eef2ff);border-color:#c7d2fe;transform:translateY(-1px)}.project-factory-page__products{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.project-factory-page .project-stepper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc2;border:1px solid #e2e8f0e6;border-radius:28px;box-shadow:0 16px 36px #0f172a14,0 2px 10px #0f172a0a}@media (max-width:1100px){.project-factory-page__products{grid-template-columns:1fr 1fr}.project-factory-page__result-top{align-items:flex-start;flex-direction:column}}@media (max-width:768px){.project-factory-page__main{padding:18px 14px 32px}.project-factory-page .project-stepper,.project-factory-page__hero,.project-factory-page__result{border-radius:20px;padding:22px}.project-factory-page__title{font-size:32px}.project-factory-page__text{font-size:15px}.project-factory-page__result-top h2{font-size:26px}.project-factory-page__products{grid-template-columns:1fr}}@media (max-width:576px){.project-factory-page__title{font-size:27px}.project-factory-page__result-top h2{font-size:22px}.project-factory-page__categories{gap:10px}.project-factory-page__category-pill{justify-content:flex-start;width:100%}}.footer{background:#0f172a;border-top:1px solid #ffffff0f;color:#fff;margin-top:40px}.footer__inner{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin:0 auto;max-width:1440px;padding:28px 22px}.footer__brand{font-family:Poppins,sans-serif;font-size:24px;margin-bottom:10px}.footer__text{color:#cbd5e1;font-size:14px;line-height:1.8;max-width:520px}.footer__links{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px}.footer__link{color:#e2e8f0;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s ease}.footer__link:hover{opacity:.8}.footer__bottom{border-top:1px solid #ffffff0f;color:#94a3b8;font-size:13px;padding:14px 22px;text-align:center}@media (max-width:768px){.footer__inner{flex-direction:column;padding:24px 14px}.footer__bottom{padding:14px}}.floating-whatsapp{align-items:center;background:#25d366;border-radius:999px;bottom:18px;box-shadow:0 12px 24px #25d36647;color:#fff;display:inline-flex;height:90px;justify-content:center;position:fixed;right:18px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:90px;z-index:2000}.floating-whatsapp:hover{box-shadow:0 16px 28px #25d36657;transform:translateY(-2px) scale(1.03)}.floating-whatsapp__icon{height:90px;width:90px}@media (max-width:576px){.floating-whatsapp{bottom:14px;height:54px;right:14px;width:54px}.floating-whatsapp__icon{height:28px;width:28px}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f6f8;color:#222;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}body{background-color:#f5f7fa;color:#111827;font-family:Inter,sans-serif;margin:0}
/*# sourceMappingURL=main.5d4a4b10.css.map*/