@import "https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--brand-yellow:#ffcb1f;--brand-yellow-hover:#e6b400;--brand-yellow-light:#fff6d6;--brand-black:#2a2823;--brand-black-hover:#1a1815;--brand-charcoal:#2c353a;--primary:var(--brand-black);--primary-hover:var(--brand-black-hover);--primary-light:var(--brand-yellow-light);--accent-yellow:var(--brand-yellow);--bg-color:#f8f6f1;--bg-surface:#fff;--text-main:var(--brand-black);--text-muted:#4d4d4d;--text-light:#999;--border-color:#e7e3da;--font-display:"Archivo Black", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--success:#10d9a0;--warning:#f59e0b;--error:#ef4444;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d;--shadow-hover:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--transition-fast:.15s ease;--transition-normal:.25s ease}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;overflow-x:clip}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;padding-bottom:env(safe-area-inset-bottom);max-width:100vw;line-height:1.5;overflow-x:clip}#root{max-width:100vw;overflow-x:clip}img,video,canvas,svg{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-family:inherit;display:inline-flex}.container{width:100%;max-width:min(1300px,100vw);margin:0 auto;padding:0 1.25rem}@media (width>=640px){.container{padding:0 2rem}}@media (width>=1024px){.container{padding:0 2.5rem}}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.grid{display:grid}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;min-width:0;display:grid}@media (width>=480px){.products-grid{gap:1rem}}@media (width>=640px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}@media (width>=1280px){.products-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-card{cursor:pointer;flex-direction:column;min-width:0;display:flex;overflow:hidden}@media (hover:hover) and (pointer:fine){.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)!important;border-color:var(--accent-yellow)!important}}.category-pills-wrapper{align-items:center;margin-top:.5rem;display:flex;position:relative}.category-scroll-btn{z-index:10;background:var(--bg-surface);border:1px solid var(--border-color);cursor:pointer;width:32px;height:32px;box-shadow:var(--shadow-sm);color:var(--text-main);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (hover:hover) and (pointer:fine){.category-scroll-btn:hover{background:var(--bg-color);color:var(--accent-yellow)}}.category-scroll-btn.left{left:-8px}.category-scroll-btn.right{right:-8px}.category-pills-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;min-width:0;max-width:100%;padding-bottom:.25rem;display:flex;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000)}.category-pills-container::-webkit-scrollbar{width:0;height:0;display:none}.category-pill{white-space:nowrap;border-radius:var(--radius-xl);background-color:var(--bg-surface);color:var(--text-muted);border:1px solid var(--border-color);transition:all var(--transition-fast);flex-shrink:0;align-items:center;min-height:40px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}@media (hover:hover) and (pointer:fine){.category-pill:hover{border-color:var(--accent-yellow);color:var(--text-main)}}.category-pill.active{background-color:var(--accent-yellow);color:var(--text-main);border-color:var(--accent-yellow);box-shadow:var(--shadow-sm)}.modal-overlay{z-index:100;justify-content:center;align-items:flex-end;width:100%;height:100%;padding:0;display:flex;position:fixed;top:0;left:0}@media (width>=768px){.modal-overlay{align-items:center;padding:1rem}}.modal-content{background:var(--bg-surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:100%;max-height:95dvh;box-shadow:var(--shadow-hover);flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden}@media (width>=768px){.modal-content{border-radius:var(--radius-xl);max-width:1000px;max-height:90vh}}.modal-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden auto}@media (width>=768px){.modal-body{flex-direction:row;overflow-y:hidden}}.modal-image-panel{background-color:#fff;flex-shrink:0;justify-content:center;align-items:center;height:75vw;min-height:260px;max-height:420px;display:flex;position:relative}@media (width>=768px){.modal-image-panel{border-right:1px solid var(--border-color);flex:1.2;height:auto;min-height:480px;max-height:none}}@media (width>=1024px){.modal-image-panel{flex:1.3;min-height:560px}}.modal-image-panel>img{padding:.5rem!important}@media (width>=768px){.modal-image-panel>img{padding:.75rem!important}}.modal-info-panel{-webkit-overflow-scrolling:touch;flex-direction:column;flex-shrink:0;min-width:0;padding:1.25rem 1rem;display:flex;overflow-x:hidden;container:info-panel/inline-size}@media (width>=768px){.modal-info-panel{flex:1;min-width:360px;overflow-y:auto}}@media (width>=1024px){.modal-info-panel{min-width:400px}}@media (width>=768px){.modal-info-panel{min-width:320px;max-height:90vh;padding:2rem 1.5rem}}@media (width>=1024px){.modal-info-panel{min-width:360px;padding:2.5rem 2rem}}.price-block{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid #2a28234d;flex-direction:column;gap:.625rem;margin-bottom:1.25rem;padding:.875rem 1rem;display:flex}@container info-panel (width>=360px){.price-block{flex-direction:row;align-items:stretch;gap:.75rem}}.price-block__main{flex-direction:column;flex:1 1 0;justify-content:center;min-width:0;display:flex}.price-block__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.6875rem;font-weight:600;line-height:1.25}.price-block__value{white-space:nowrap;flex-wrap:nowrap;align-items:baseline;gap:.25rem;font-size:1.625rem;font-weight:800;line-height:1.1;display:flex}.price-block__value-suffix{color:var(--text-muted);white-space:nowrap;font-size:.875rem;font-weight:600}.price-block__box{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid #2a282366;flex:0 auto;align-items:center;gap:.5rem;min-width:0;padding:.5rem .625rem;display:flex}.price-block__box-icon{border-radius:var(--radius-sm);background:var(--accent-yellow);width:32px;height:32px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.price-block__box-info{flex-direction:column;gap:.125rem;min-width:0;display:flex}.price-block__box-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;font-weight:600;line-height:1.2;overflow:hidden}.price-block__box-price{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:700;line-height:1.2;overflow:hidden}.price-block__box-price span{color:var(--text-muted);font-size:.6875rem;font-weight:500}@media (width>=480px){.price-block__label{font-size:.75rem}.price-block__value{font-size:1.75rem}.price-block__box{gap:.625rem;padding:.625rem .875rem}.price-block__box-icon{width:36px;height:36px}.price-block__box-title{font-size:.75rem}.price-block__box-price{font-size:.875rem}}.modal-footer{border-top:1px solid var(--border-color);background:var(--bg-surface);padding:.875rem 1rem calc(.875rem + env(safe-area-inset-bottom));z-index:5;flex-shrink:0;box-shadow:0 -4px 12px -4px #0f172a0f}.modal-action-inline{display:none}@media (width>=768px){.modal-footer{display:none}.modal-action-inline{display:block}}.modal-title{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.01em;overflow-wrap:anywhere;word-break:break-word;margin-bottom:.75rem;font-size:1.35rem;font-weight:400;line-height:1.2}.modal-info-panel,.modal-info-panel *{overflow-wrap:anywhere;word-break:break-word}.modal-info-panel img,.modal-info-panel video,.modal-info-panel iframe,.modal-info-panel table{max-width:100%;height:auto}@media (width>=768px){.modal-title{margin-bottom:1rem;font-size:1.75rem}}.modal-nav-btn{width:40px;min-width:40px;height:40px;min-height:40px;box-shadow:var(--shadow-md);color:var(--text-main);transition:all var(--transition-fast);z-index:10;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (hover:hover) and (pointer:fine){.modal-nav-btn:hover{background:var(--bg-color);transform:translateY(-50%)scale(1.05)}}.modal-nav-btn.prev-btn{left:.5rem}.modal-nav-btn.next-btn{right:.5rem}.modal-action-row{flex-direction:column;gap:1rem;display:flex}@media (width>=480px){.modal-action-row{flex-flow:wrap;justify-content:space-between;align-items:center}}.btn{border-radius:var(--radius-md);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--brand-yellow);color:var(--brand-black);box-shadow:var(--shadow-sm);font-weight:700}@media (hover:hover) and (pointer:fine){.btn-primary:hover{background-color:var(--brand-yellow-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}}.btn-primary:active{background-color:var(--brand-yellow-hover);transform:scale(.98)}.btn-outline{border:1px solid var(--border-color);background-color:var(--bg-surface);color:var(--text-main)}@media (hover:hover) and (pointer:fine){.btn-outline:hover{background-color:var(--bg-color);border-color:var(--text-light)}}.btn-outline:active{background-color:var(--bg-color)}.app-header{background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);z-index:50;box-shadow:var(--shadow-sm);padding:.625rem 0;position:sticky;top:0}@media (width>=768px){.app-header{padding:1rem 0}}.app-header .container{justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.btn-text-desktop{display:none}.btn-text-mobile{display:inline}@media (width>=480px){.btn-text-desktop{display:inline}.btn-text-mobile{display:none}}.brand-logo{font-family:var(--font-display);color:var(--text-main);white-space:nowrap;letter-spacing:-.01em;align-items:center;gap:.625rem;font-size:1.05rem;font-weight:400;display:flex}@media (width>=480px){.brand-logo{font-size:1.2rem}}.brand-logo .brand-logo-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.app-main{min-height:calc(100vh - 60px);padding-top:1.25rem;padding-bottom:1.25rem}@media (width>=768px){.app-main{min-height:calc(100vh - 150px);padding-top:2rem;padding-bottom:2rem}}.home-hero{border-radius:var(--radius-lg);color:#fff;background:radial-gradient(circle at 100% 0%, #ffcb1f2e, transparent 55%), linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);box-shadow:var(--shadow-md);flex-direction:column;gap:1.25rem;margin-bottom:1rem;padding:1.25rem 1.25rem 1.5rem;display:flex;position:relative;overflow:hidden}.home-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffcb1f2e,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;bottom:-40px;right:-40px}.home-hero__content{z-index:1;text-align:center;flex-direction:column;flex:auto;align-items:center;min-width:0;display:flex;position:relative}.home-hero__logo{z-index:1;flex-shrink:0;align-self:center;width:100%;max-width:180px;position:relative}.home-hero__logo-img{object-fit:contain;width:100%;height:auto;display:block}.home-hero__badge{color:var(--accent-yellow);letter-spacing:.02em;background:#ffcb1f2e;border:1px solid #ffcb1f66;border-radius:999px;align-items:center;gap:.375rem;margin-bottom:.75rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.home-hero__title{font-family:var(--font-display);letter-spacing:-.015em;color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:400;line-height:1.15}.home-hero__brand{color:var(--accent-yellow);white-space:nowrap}.home-hero__description{color:#ffffffe0;max-width:62ch;margin:0 auto 1.25rem;font-size:.875rem;line-height:1.5}.home-hero__description strong{color:#fff;font-weight:600}.home-hero__features{flex-wrap:wrap;justify-content:center;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.home-hero__feature{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.home-hero__feature svg{color:var(--accent-yellow);flex-shrink:0}@media (width>=768px){.home-hero{border-radius:var(--radius-xl);flex-direction:column;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:2.5rem 2.25rem}.home-hero:after{width:280px;height:280px;bottom:-60px;right:-60px}.home-hero__badge{margin-bottom:1rem;padding:.375rem .875rem;font-size:.8125rem}.home-hero__title{margin-bottom:.75rem;font-size:2rem}.home-hero__description{margin-bottom:1.25rem;font-size:1rem}.home-hero__features{gap:.625rem}.home-hero__feature{padding:.5rem .875rem;font-size:.8125rem}.home-hero__logo{max-width:280px;height:auto}}@media (width>=1024px){.home-hero{gap:2.5rem}.home-hero__logo{max-width:320px;height:auto}}.min-kit-banner{background:linear-gradient(135deg, var(--primary-light) 0%, #fff 100%);border:1px solid var(--border-color);border-left:4px solid var(--primary);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:center;gap:.625rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.min-kit-banner__icon{background:var(--primary);width:32px;height:32px;color:var(--accent-yellow);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.min-kit-banner__text{color:var(--text-main);margin:0;font-size:.8125rem;line-height:1.35}.min-kit-banner__text strong{color:var(--primary);font-weight:600}@media (width>=768px){.min-kit-banner{gap:.875rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.min-kit-banner__icon{width:40px;height:40px}.min-kit-banner__text{font-size:.9375rem}}.catalog-header{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}@media (width>=768px){.catalog-header{gap:1rem;margin-bottom:2rem}}.catalog-title{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:1.375rem;font-weight:400;line-height:1.2;display:flex}@media (width>=768px){.catalog-title{font-size:1.875rem}}.catalog-subtitle{color:var(--text-muted);overflow-wrap:anywhere;word-break:break-word;font-size:.875rem}.catalog-header{min-width:0;max-width:100%}@media (width>=640px){.catalog-subtitle{font-size:1rem}}.loader-container{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}@media (width>=768px){.loader-container{padding:4rem}}.spinner{border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.input-field{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;transition:all var(--transition-fast);background-color:var(--bg-surface);outline:none;min-height:48px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}@media (width>=768px){.input-field{min-height:auto;padding:.625rem 1rem;font-size:.875rem}}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.product-card-body{flex-direction:column;flex:1;min-width:0;padding:.625rem;display:flex;overflow:hidden}@media (width>=480px){.product-card-body{padding:.875rem}}@media (width>=640px){.product-card-body{padding:1.25rem}}.product-card-image-wrap{background-color:#fff;height:180px;position:relative;overflow:hidden}@media (width>=480px){.product-card-image-wrap{height:220px}}@media (width>=640px){.product-card-image-wrap{height:0;padding-top:100%}}.card-price{flex-direction:column;gap:.1875rem;min-width:0;display:flex}.card-price__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;line-height:1.2;overflow:hidden}.card-price__row{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:.5rem;min-width:0;display:flex}.card-price__main{white-space:nowrap;flex-wrap:nowrap;flex:none;align-items:baseline;gap:.15rem;font-size:1rem;font-weight:800;line-height:1.1;display:flex}.card-price__value{white-space:nowrap}.card-price__suffix{color:var(--text-muted);white-space:nowrap;font-size:.6875rem;font-weight:600}.card-price__kit{text-align:right;flex-direction:column;flex:0 auto;align-items:flex-end;min-width:0;line-height:1.15;display:flex}.card-price__kit-label{color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;font-size:.5625rem;font-weight:600}.card-price__kit-value{color:var(--text-muted);white-space:nowrap;font-size:.6875rem;font-weight:700}@media (width>=480px){.card-price__main{font-size:1.0625rem}.card-price__suffix{font-size:.75rem}.card-price__kit-label{font-size:.625rem}.card-price__kit-value{font-size:.75rem}}@media (width>=640px){.card-price__main{font-size:1.125rem}}@media (width>=1024px){.card-price__main{font-size:1.1875rem}}.card-action-row{flex-direction:row;align-items:center;gap:.375rem;width:100%;min-width:0;display:flex}.card-action-row>:last-child{min-width:0}.card-dimensions{display:none}@media (width>=360px){.card-dimensions{display:flex}}.back-to-top-btn{bottom:calc(1.5rem + env(safe-area-inset-bottom));background:var(--accent-yellow);color:var(--text-main);width:48px;min-width:48px;height:48px;min-height:48px;box-shadow:var(--shadow-lg);cursor:pointer;z-index:500;transition:all var(--transition-normal);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;right:1.25rem}.cart-footer{padding:1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--border-color);background:var(--bg-surface)}.fade-in{animation:fadeIn var(--transition-normal)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)translate(-50%)}to{opacity:1;transform:translateY(0)translate(-50%)}}
