@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Inter,Roboto,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.45;font-weight:400;color:#0f172a;background-color:#f7f9fc;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--color-bg: #f7f9fc;--color-surface: #ffffff;--color-surface-muted: #f1f5f9;--color-border: #e6eaf2;--color-border-strong: #cbd5f5;--color-text: #0f172a;--color-muted: #475569;--color-primary: #2563eb;--color-primary-dark: #1e40af;--color-success: #16a34a;--color-danger: #dc2626;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .08);--shadow-sm: 0 10px 30px rgba(15, 23, 42, .08);--shadow-md: 0 20px 40px rgba(15, 23, 42, .12);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--hero-slider-height: 545px;--consultation-cta-height: 92px}html{scroll-behavior:smooth;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--color-bg);color:var(--color-text);overflow-x:hidden}a{color:inherit;text-decoration:none}a:hover{color:var(--color-primary)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(37,99,235,.4);outline-offset:2px}img{max-width:100%;display:block}#root{min-height:100vh}.app-root{min-height:100vh;display:flex;flex-direction:column;background-color:var(--color-bg)}.page-container{width:100%;max-width:1440px;margin:0 auto;padding:0 32px}.layout-header{border-bottom:1px solid var(--color-border);background-color:var(--color-surface);position:sticky;top:0;z-index:10}.header-content{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(320px,1fr);align-items:center;gap:var(--space-lg);padding:20px 0}.header-brand{display:flex;align-items:center}.app-logo{font-size:1.25rem;font-weight:700;letter-spacing:.22em;color:var(--color-text)}.header-tagline{display:inline-flex;align-items:center;gap:var(--space-sm);font-size:.95rem;color:var(--color-muted)}.header-tagline-icon{font-size:.6rem;color:var(--color-primary)}.header-contacts{display:flex;align-items:center;gap:var(--space-sm);font-size:.95rem;color:var(--color-muted)}.header-contact{font-weight:600;color:var(--color-text)}.header-contact-separator{color:var(--color-border-strong);font-size:.9rem}.nav{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-md);flex-wrap:wrap}.nav-link{color:var(--color-muted);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;padding-bottom:4px;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.nav-link:hover{color:var(--color-text)}.nav-link-active{color:var(--color-text);border-color:var(--color-primary)}.nav-auth{display:flex;align-items:center;gap:var(--space-md)}.nav-button{padding:8px 16px}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;padding:0}.mobile-menu-icon{position:relative;width:20px;height:2px;background:currentColor;border-radius:999px;transition:transform .2s ease,background-color .2s ease}.mobile-menu-icon:before,.mobile-menu-icon:after{content:"";position:absolute;left:0;width:20px;height:2px;background:currentColor;border-radius:999px;transition:transform .2s ease}.mobile-menu-icon:before{top:-6px}.mobile-menu-icon:after{top:6px}.mobile-menu-toggle.is-open .mobile-menu-icon{background:transparent}.mobile-menu-toggle.is-open .mobile-menu-icon:before{transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.is-open .mobile-menu-icon:after{transform:translateY(-6px) rotate(-45deg)}.nav-overlay{display:none;border:none;background:transparent;padding:0}.nav-contacts{display:none}.layout-main{flex:1;padding:var(--space-xl) 0 var(--space-2xl);background-color:var(--color-bg)}.layout-footer{border-top:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-muted);font-size:.95rem}.footer-content{padding:20px 0}.card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-xs)}.card-title{font-size:1.1rem;font-weight:600;margin:0 0 var(--space-xs);color:var(--color-text)}.card-subtitle{margin:0;color:var(--color-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);border-radius:999px;padding:10px 20px;font-size:1rem;font-weight:600;font-family:inherit;border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:var(--shadow-xs)}.btn-primary:hover{background-color:var(--color-primary-dark)}.btn-secondary{background-color:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.btn-secondary:hover{border-color:var(--color-border-strong);color:var(--color-primary)}.btn-danger{background-color:var(--color-danger);color:#fff;box-shadow:var(--shadow-xs)}.btn-danger:hover{background-color:#b91c1c}.btn-link{background:none;border:none;color:var(--color-primary);padding:0;font-weight:600;cursor:pointer}.form{display:flex;flex-direction:column;gap:var(--space-md)}.form-field{display:flex;flex-direction:column;gap:var(--space-sm)}.form-label{font-weight:600;color:var(--color-text)}.form-input{padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:1rem;background-color:var(--color-surface);color:var(--color-text);resize:none}.form-input-error{border-color:#dc262699;box-shadow:0 0 0 3px #dc26261f}.form-hint{font-size:.85rem;color:var(--color-muted)}.form-hint-error{color:var(--color-danger);font-weight:600}.form-hint-success{color:var(--color-success);font-weight:600}.form-message{margin:0}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb26}.section-title{margin:0 0 var(--space-md);font-size:1.6rem}.section-subtitle{margin:0;color:var(--color-muted)}.section{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-2xl)}.section-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.section-header-action{align-items:flex-start}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-lg)}.section-grid-fixed{grid-template-columns:repeat(6,minmax(0,1fr))}.home-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.home-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.section-footer{display:flex;justify-content:center}.feature-section{padding:var(--space-lg);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #dbe3f0;box-shadow:var(--shadow-xs)}.home-page .feature-section{margin-bottom:var(--space-lg);background:#f6f8fb;border:1px solid #d7e0ee;box-shadow:0 0 0 1px #eef2f7 inset,0 12px 28px #0f172a0f}.home-page{font-family:Space Grotesk,Inter,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.home-page .section-title{font-size:1.8rem;font-weight:600;letter-spacing:.01em}.home-page .section-subtitle{font-size:.95rem;max-width:680px}.home-page .section-header .btn{border-radius:10px;padding:10px 16px;font-size:.9rem;letter-spacing:.02em}.home-page .section-header-action .btn{padding:12px 20px;font-size:1rem}.home-page .btn{border-radius:10px}.home-page .btn-primary{border-color:transparent;background:#2563eb;box-shadow:0 10px 22px #2563eb38}.home-page .btn-primary:hover{background:#2b6ff5;color:#fff;box-shadow:0 12px 26px #2563eb3d}.home-page .btn-secondary{background:#f6f8fb;border-color:transparent;color:#1f2937;box-shadow:0 1px #0f172a0f,0 10px 20px #0f172a14}.home-page .btn-secondary:hover{background:#eef2f7;border-color:transparent;color:#1e3a8a;box-shadow:0 2px #0f172a14,0 12px 24px #0f172a1a}.muted{color:var(--color-muted)}.product-page{display:flex;flex-direction:column;gap:24px}.product-header{display:flex;flex-direction:column;gap:8px}.product-title{font-size:2.3rem;font-weight:700;margin:0}.product-sku{margin:0;color:var(--color-muted);font-weight:600}.product-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:24px;padding:24px;border-radius:20px;background:linear-gradient(180deg,#fff,#f7f9fc);border:1px solid #dbe3f0;box-shadow:var(--shadow-sm)}.product-media{display:flex;flex-direction:column;gap:16px}.product-main-image{display:flex;align-items:center;justify-content:center;min-height:360px;border-radius:18px;background-color:#f5f7fb;border:1px solid var(--color-border);padding:16px}.product-main-image img{width:100%;max-height:460px;object-fit:contain}.product-thumbnails{display:flex;flex-wrap:wrap;gap:12px}.product-thumbnail{border:1px solid var(--color-border);border-radius:12px;padding:6px;background-color:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.product-thumbnail img{width:64px;height:64px;object-fit:cover;border-radius:8px}.product-thumbnail.active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.product-purchase{display:flex;flex-direction:column;gap:16px;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow-xs)}.product-price-block{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-hero-price{font-size:2rem;font-weight:700;margin:0;color:#0f172a}.product-stock-badge{padding:6px 12px;border-radius:999px;font-weight:600;font-size:.85rem}.product-stock-badge.in-stock{background-color:#dcfce7;color:#166534}.product-stock-badge.out-of-stock{background-color:#ffedd5;color:#9a3412}.product-quantity{display:flex;flex-direction:column;gap:10px}.product-quantity-label{font-weight:600}.product-quantity-controls{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;background-color:#f1f5f9;border:1px solid #dbe3f0;width:fit-content;box-shadow:inset 0 1px 2px #0f172a14}.product-quantity-controls input{width:64px;text-align:center;border:none;background:transparent;font-weight:700;color:#0f172a;font-size:1rem}.quantity-btn{width:34px;height:34px;border-radius:50%;border:none;background-color:#fff;color:#0f172a;font-weight:800;box-shadow:0 1px 2px #0f172a1f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.quantity-btn:hover{background-color:#e2e8f0;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a1f}.quantity-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a33}.product-actions{display:flex;flex-direction:column;gap:12px}.product-actions .btn{justify-content:center}.product-meta{display:flex;flex-direction:column;gap:8px;color:var(--color-muted)}.product-meta-group{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-meta-label{font-weight:600;color:#1f2937}.product-meta-pill{padding:6px 12px;border-radius:999px;background-color:#f1f5f9;color:#1e293b;font-weight:600;font-size:.9rem;white-space:normal;line-height:1.4}.product-meta-pill.accent{background-color:#e0f2fe;color:#0c4a6e}.product-meta-link{font-size:.95rem;font-weight:700;color:#1e3a8a;text-decoration:none;text-align:right}.product-meta-link:hover{text-decoration:underline}.product-meta-badge{padding:6px 12px;border-radius:999px;font-weight:600;font-size:.85rem}.product-meta-badge.in-stock{background-color:#dcfce7;color:#166534}.product-meta-badge.out-of-stock{background-color:#dbeafe;color:#1d4ed8}.product-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,280px);gap:24px;align-items:start}.product-tabs{display:flex;flex-wrap:wrap;gap:18px;border-bottom:1px solid var(--color-border);padding-bottom:12px}.product-tab{border:none;background:none;padding:8px 0;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--color-muted);cursor:pointer}.product-tab.active{color:var(--color-text);border-bottom:2px solid #0f172a}.product-main{display:flex;flex-direction:column;gap:20px}.product-section{display:flex;flex-direction:column;gap:16px}.product-related-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.specs-table{border-radius:18px;border:1px solid #e2e8f0;overflow:hidden;background-color:#fff;box-shadow:0 12px 30px #0f172a14}.specs-table table{width:100%;border-collapse:collapse}.specs-table th,.specs-table td{padding:14px 18px;border-bottom:1px solid #e2e8f0}.specs-table th{width:45%;text-align:left;color:#1e293b;font-weight:700;background-color:#f8fafc}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:none}.specs-table tr:hover th,.specs-table tr:hover td{background-color:#f1f5f9}.product-detail-description{color:#0f172a;font-size:1.45rem;line-height:1.7}.product-description-title{margin-bottom:8px}.related-groups{display:flex;flex-direction:column;gap:20px}.related-group h3{margin:0 0 12px}.product-sidebar{position:sticky;top:24px}.sidebar-card{display:flex;flex-direction:column;gap:16px;padding:20px}.sidebar-header h3{margin:0}.sidebar-related-list{display:flex;flex-direction:column;gap:12px}.sidebar-related-item{display:flex;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid var(--color-border);background-color:#fff;color:inherit;text-decoration:none}.sidebar-related-media{width:48px;height:48px;border-radius:10px;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.sidebar-related-media img{width:100%;height:100%;object-fit:cover}.sidebar-related-info{display:flex;flex-direction:column;gap:6px;flex:1}.sidebar-related-item:hover{border-color:var(--color-border-strong)}.sidebar-action{justify-content:center}@media(max-width:1024px){.product-hero,.product-content{grid-template-columns:1fr}.product-sidebar{position:static}}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;justify-content:start}.hero-title{font-size:2.2rem;line-height:1.2;margin:0 0 16px;color:var(--color-text)}.hero-text{color:var(--color-muted);margin:0 0 24px;font-size:1.05rem}.product-card{display:flex;flex-direction:column;gap:var(--space-md);height:100%;min-height:320px;background:linear-gradient(180deg,#fff,#f8fafc);border-color:#dbe3f0}.product-card-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.product-id{padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;color:#1e3a8a;background:#dbeafe}.product-stock{padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;color:#fff}.product-stock.in-stock{background:linear-gradient(135deg,#16a34a,#22c55e)}.product-stock.out-of-stock{background:linear-gradient(135deg,#dc2626,#f87171)}.product-stock.available-to-order{background:linear-gradient(135deg,#2563eb,#60a5fa)}.product-description{margin:0 0 var(--space-sm);color:#475569;font-size:.92rem}.product-image{height:170px;background:var(--color-surface-muted);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.9rem;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-card-body{display:flex;flex-direction:column;gap:6px;flex:1}.product-price{margin:0;font-size:1.2rem;font-weight:700;color:#1e293b}.product-card-action{margin-top:auto}.modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:30;padding:24px}.modal-backdrop{position:absolute;inset:0;border:none;background:#0f172a8c}.modal-card{position:relative;z-index:1;max-width:520px;width:100%;background:var(--color-surface);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-lg);border:1px solid var(--color-border)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.modal-header h3{margin:0 0 6px}.modal-header p{margin:0;color:var(--color-muted);font-size:.92rem}.modal-close{border:none;background:#f1f5f9;width:32px;height:32px;border-radius:999px;cursor:pointer;font-size:1.2rem;line-height:1;color:#0f172a}.catalog-page{font-family:Space Grotesk,Inter,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.catalog-page .grouped-table,.catalog-page .grouped-table *{font-family:Inter,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.pdf-catalog-page{display:flex;flex-direction:column;gap:var(--space-xl);font-family:Space Grotesk,Inter,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.pdf-catalog-hero{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.pdf-catalog-list{display:flex;flex-direction:column;gap:var(--space-lg)}.pdf-catalog-card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);padding:24px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #dbe3f0;box-shadow:var(--shadow-xs)}.pdf-catalog-info{display:flex;flex-direction:column;gap:8px;max-width:640px}.pdf-catalog-actions{display:flex;align-items:center;gap:var(--space-md);flex-shrink:0}.pdf-catalog-meta{padding:6px 12px;border-radius:999px;background:#eef2ff;color:#1e40af;font-weight:600;font-size:.85rem}.catalog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.catalog-controls{display:flex;justify-content:center;gap:16px;align-items:stretch;width:100%}.catalog-controls-panel{background:#f6f8fb;border-radius:16px;padding:18px 20px;border:1px solid #d5deea;box-shadow:0 0 0 1px #eef2f7 inset,0 14px 28px #0f172a0f;display:flex;flex-direction:column;justify-content:center;gap:10px}.catalog-controls-panel--search{min-width:320px;width:min(520px,100%)}.catalog-filters-toggle{display:none;align-items:center;justify-content:center;gap:8px;width:100%}.catalog-overlay{display:none;border:none;background:transparent;padding:0}.catalog-sidebar-mobile-header{display:none;align-items:center;justify-content:space-between;gap:12px}.catalog-sidebar-mobile-title{font-size:1rem;font-weight:600}.catalog-sidebar-close{border:none;background:#eef2ff;color:#1e40af;width:34px;height:34px;border-radius:999px;font-size:1.3rem;line-height:1;cursor:pointer}.catalog-search,.catalog-sort{display:flex;flex-direction:column;gap:8px;font-size:.85rem;color:var(--color-muted)}.catalog-search-field{display:flex;align-items:center;gap:10px;border-radius:12px;border:1px solid #d5deea;background-color:#fff;padding:0 12px;min-height:48px;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.catalog-search-field:hover{border-color:#b8c7e6;box-shadow:0 8px 18px #0f172a14}.catalog-search-field:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px #2563eb2e}.catalog-search-icon{color:#94a3b8;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.catalog-search-icon svg{width:18px;height:18px}.catalog-search input,.catalog-sort select{padding:10px 0;border:none;background-color:transparent;font-weight:500;color:var(--color-text);width:100%;font-size:.95rem}.catalog-search input{min-width:260px}.catalog-search input::-webkit-search-cancel-button{display:none}.catalog-search input:focus,.catalog-sort select:focus{outline:none}.catalog-search-clear{border:none;background:#e2e8f0;color:#64748b;width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease}.catalog-search-clear:hover{background-color:#cbd5f5;color:#1d4ed8}.catalog-layout{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:24px}.catalog-sidebar{display:flex;flex-direction:column;gap:20px}.catalog-sidebar-title{margin:0;font-size:1.1rem}.catalog-panel{border-radius:16px;background:#f6f8fb;border:1px solid #d5deea;box-shadow:0 0 0 1px #eef2f7 inset,0 12px 26px #0f172a0f;padding:18px;display:flex;flex-direction:column;gap:12px}.catalog-panel-title{margin:0;font-size:1.08rem;font-weight:600;color:var(--color-text)}.catalog-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-panel-filters{background:#f6f8fb;border-color:#d5deea}.catalog-clear{border:none;background:none;color:var(--color-primary);font-weight:600;cursor:pointer;transition:color .2s ease,text-decoration-color .2s ease;text-decoration:none}.catalog-clear:hover{text-decoration:underline}.catalog-clear:disabled{color:#94a3b8;cursor:default;text-decoration:none}.catalog-panel-empty{margin:0;font-size:.9rem;color:var(--color-muted)}.catalog-tree{display:flex;flex-direction:column;gap:6px;padding:0;background:transparent;border-radius:0;border:none;box-shadow:none}.catalog-tree-link{border:1px solid transparent;background:transparent;text-align:left;padding:10px 12px 10px 14px;border-radius:8px;font-size:.98rem;color:#1f2937;cursor:pointer;display:inline-flex;align-items:center;gap:10px;font-weight:600;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;position:relative}.catalog-tree-link.active{background:#eef2ff;border-color:#c7d2fe;color:#1e3a8a}.catalog-tree-link:hover{background-color:#f5f7fb;border-color:#e2e8f0}.catalog-tree-link.all{width:100%;justify-content:space-between;font-size:.92rem;font-weight:500;color:#475569;background:#f6f8fb;border-color:#e2e8f0}.catalog-tree-link.all.active{background:#eef2ff;border-color:#c7d2fe;color:#1e3a8a}.catalog-tree-link.active:before{content:none}.catalog-tree-view{padding:0}.catalog-tree-view .MuiTreeItem-content{display:flex;align-items:center;padding:10px 12px 10px 14px;border-radius:8px;font-size:.98rem;color:#1f2937;gap:8px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;position:relative;min-height:36px;border:1px solid transparent}.catalog-tree-view .MuiTreeItem-content.Mui-selected,.catalog-tree-view .MuiTreeItem-content.Mui-selected.Mui-focused{background-color:#eef2ff;color:#1e3a8a;font-weight:600;border-color:#c7d2fe}.catalog-tree-view .MuiTreeItem-content:hover{background-color:#f5f7fb;border-color:#e2e8f0}.catalog-tree-view .MuiTreeItem-group{margin-left:0;padding-left:18px;border-left:1px solid #e2e8f0}.catalog-tree-label{display:block;align-items:center;white-space:normal;line-height:1.35;word-break:break-word}.catalog-tree-view>.MuiTreeItem-root>.MuiTreeItem-content .catalog-tree-label{font-weight:600;color:#1f2937}.catalog-tree-view .MuiTreeItem-group .catalog-tree-label{font-weight:500;color:#475569}.catalog-tree-toggle{width:12px;height:12px;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:rotate(-45deg);transition:transform .2s ease}.catalog-tree-toggle-expanded{transform:rotate(45deg)}.catalog-tree-leaf{display:none}.catalog-tree-view .MuiTreeItem-content.Mui-selected:before{content:none}.catalog-tree-view .MuiTreeItem-iconContainer{display:inline-flex;align-items:center;justify-content:center;order:2;margin-left:auto;width:20px;height:20px;border-radius:6px;color:#64748b;transition:background-color .2s ease,color .2s ease}.catalog-tree-view .MuiTreeItem-iconContainer:hover .catalog-tree-toggle{border-color:var(--color-primary)}.catalog-tree-view .MuiTreeItem-iconContainer:hover{background:#eef2ff;color:#1e40af}.catalog-filters{display:flex;flex-direction:column;gap:16px}.catalog-filter-group h4{margin:0 0 8px;font-size:.95rem;font-weight:600;color:var(--color-text)}.catalog-filter-group+.catalog-filter-group{padding-top:12px;border-top:1px solid #eef2f7}.catalog-filters-selected{font-size:.8rem;color:var(--color-muted);font-weight:600}.catalog-filter-options{--filter-option-height: 34px;--filter-option-gap: 8px;display:flex;flex-direction:column;gap:var(--filter-option-gap);position:relative}.catalog-filter-options.is-scrollable{max-height:220px;overflow-y:auto;padding-right:6px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#cbd5f5 #e2e8f0}.catalog-filter-options.is-scrollable::-webkit-scrollbar{width:6px}.catalog-filter-options.is-scrollable::-webkit-scrollbar-track{background:#e2e8f0;border-radius:999px}.catalog-filter-options.is-scrollable::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:999px}.catalog-filter-option{display:flex;align-items:center;gap:10px;min-height:var(--filter-option-height);font-size:.92rem;color:var(--color-text);cursor:pointer;padding:6px 8px;border-radius:10px;border:1px solid transparent;background:#fff;transition:background-color .2s ease,border-color .2s ease}.catalog-filter-option:hover{background-color:#f1f5ff;border-color:#dbe4ff}.catalog-filter-option input{appearance:none;width:19px;height:19px;border-radius:5px;border:1px solid #c7d2fe;background:#fff;display:inline-flex;align-items:center;justify-content:center;margin:0;position:relative;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.catalog-filter-option input:after{content:"";width:8px;height:4px;border:2px solid #ffffff;border-top:none;border-right:none;transform:rotate(-45deg);opacity:0}.catalog-filter-option input:checked{background-color:var(--color-primary);border-color:var(--color-primary)}.catalog-filter-option input:checked:after{opacity:1}.catalog-filter-option input:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb40}.catalog-filter-option-text{flex:1}.catalog-filter-count{background:#f1f5ff;color:#1d4ed8;font-size:.75rem;font-weight:600;border-radius:999px;padding:2px 8px;border:1px solid #c7d2fe;line-height:1.2}.catalog-help{display:flex;flex-direction:column;gap:12px;background:#f6f8fb;border:1px solid #d5deea;box-shadow:0 0 0 1px #eef2f7 inset,0 12px 24px #0f172a0f}.catalog-help .btn{border-radius:10px}.catalog-help h4{margin:0;font-size:1.1rem}.catalog-help p{margin:0;color:var(--color-muted)}.catalog-content{display:flex;flex-direction:column;gap:24px}.catalog-meta{display:flex;align-items:center;justify-content:space-between;color:var(--color-muted);font-size:.95rem}.catalog-active{padding:6px 12px;background-color:#eef2ff;color:var(--color-primary);border-radius:999px;font-weight:600}.catalog-empty{padding:24px;border-radius:var(--radius-md);background-color:var(--color-surface);color:var(--color-muted);text-align:center;border:1px solid var(--color-border)}.series-list{display:flex;flex-direction:column;gap:24px}.series-card{padding:20px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:18px}.series-header{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:18px;align-items:center}.series-image{width:100%;max-width:180px;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:var(--color-muted);font-size:.85rem;text-align:center;padding:8px}.series-image--placeholder{background:#f1f5f9}.series-info h3{margin:0 0 6px;font-size:1.2rem}.series-info p{margin:0;color:var(--color-muted);font-size:.95rem}.series-group{display:flex;flex-direction:column;gap:10px}.series-group-title{font-weight:600;color:var(--color-text)}.series-table{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.series-table-header,.series-table-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(120px,.6fr) minmax(160px,.8fr);gap:12px;padding:12px 16px;align-items:center}.series-table-header{background:#f8fafc;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--color-muted)}.series-table-row{border-top:1px solid #e2e8f0;font-size:.95rem}.series-table-cell--name{display:flex;flex-direction:column;gap:4px}.series-table-meta{font-size:.8rem;color:var(--color-muted)}.attribute-blocks{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.attribute-block-card{border-radius:14px;border:1px solid #e5e7eb;background:#fff;padding:8px 16px;display:grid;grid-template-columns:minmax(160px,220px) minmax(240px,1fr) minmax(320px,2fr);gap:12px;align-items:center;text-align:left;cursor:pointer;min-height:64px;transition:border-color .2s ease,box-shadow .2s ease;font-family:Space Grotesk,Inter,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.attribute-block-card:hover{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.attribute-block-card:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.attribute-block-title{font-weight:500;font-size:1rem;color:#0f172a;word-break:break-word}.attribute-block-text{color:#475569;font-size:.95rem;font-weight:400;line-height:1.4;word-break:break-word}.attribute-block-image{height:60px;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:4px;overflow:hidden;color:#94a3b8;font-size:.85rem;text-align:center;cursor:zoom-in}.attribute-block-image img{width:100%;height:100%;object-fit:contain}@media(max-width:1024px){.attribute-block-card{grid-template-columns:1fr;align-items:flex-start}.attribute-block-image{width:100%}}.grouped-list{display:flex;flex-direction:column;gap:24px}.grouped-card{border-radius:16px;border:1px solid #e5e7eb;padding:20px;background:#fff;display:flex;flex-direction:column;gap:16px}.grouped-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;scroll-margin-top:24px}.grouped-info{flex:1;min-width:260px}.grouped-title{margin:0 0 8px;font-size:1.35rem}.grouped-description{color:#374151}.grouped-images{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.grouped-image-button{border:none;padding:0;background:transparent;cursor:zoom-in}.grouped-images img{height:110px;width:auto;object-fit:contain;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;padding:6px}.grouped-table-wrapper{overflow-x:auto;scrollbar-gutter:stable;border-radius:12px;border:1px solid #e5e7eb;max-width:100%;position:relative}.grouped-table{width:100%;border-collapse:collapse;font-size:.85rem;min-width:980px}.grouped-table th,.grouped-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #e5e7eb;vertical-align:middle}.grouped-table th{background:#f8fafc;font-weight:600;color:#1f2937}.grouped-table-row{transition:background-color .2s ease}.grouped-table-row:hover{background:#f8fafc}.grouped-table td{white-space:normal;word-break:break-word}.grouped-table-link{font-weight:600;color:#111827;text-decoration:none}.grouped-table-row:hover .grouped-table-link{color:#1d4ed8;text-decoration:underline}.grouped-table-link:hover{text-decoration:underline}.grouped-table-meta{display:block;font-size:.85rem;color:#6b7280}.grouped-table-price{white-space:nowrap}.grouped-table-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;background:#ecfdf3;color:#047857}.grouped-table-badge--price{background:#e0f2fe;color:#0369a1}.grouped-table-badge--stock.is-unavailable{background:#fef3c7;color:#b45309}.grouped-table-badge--stock.is-preorder{background:#e0f2fe;color:#0369a1}.grouped-table-stock-cell{min-width:16ch;max-width:16ch;white-space:normal;text-align:center}.grouped-table-stock-cell .grouped-table-badge{display:inline-flex;align-items:center;justify-content:center;max-width:12ch;white-space:normal;word-break:normal;line-height:1.2;padding:6px 10px;text-align:center}.grouped-table-name-cell{min-width:28ch;max-width:36ch}.grouped-table-wrapper::-webkit-scrollbar{height:10px}.grouped-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.grouped-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:999px}.grouped-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.grouped-table-wrapper{scrollbar-color:#cbd5f5 #f1f5f9;scrollbar-width:thin}.grouped-image-modal{max-width:820px}.grouped-image-modal img{width:100%;height:auto;display:block;border-radius:16px;border:1px solid #e5e7eb;background:#f8fafc;padding:12px}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding:12px;border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-xs)}.pagination button{border:none;background:transparent;color:var(--color-text);font-weight:600;border-radius:999px;padding:8px 14px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pagination button:disabled{color:#94a3b8;cursor:not-allowed}.pagination-pages{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.pagination-page{background:#f1f5f9;min-width:38px}.pagination-page.active{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-xs)}.pagination button:not(:disabled):hover{background-color:#2563eb1f;color:var(--color-primary)}.breadcrumbs{margin-bottom:16px}.home-page{display:flex;flex-direction:column;gap:var(--space-xl);--home-surface: #f4f7fb;--home-surface-strong: #ffffff;--home-border: #dfe6f1;--home-border-strong: #d1d9e6;--home-shadow: 0 18px 38px rgba(15, 23, 42, .08);--home-shadow-soft: 0 12px 28px rgba(15, 23, 42, .06)}.home-hero{display:grid;grid-template-columns:minmax(320px,360px) minmax(0,1fr);gap:var(--space-xl);align-items:stretch}.home-hero-right{display:flex;flex-direction:column;gap:var(--space-lg)}.home-hero-sidebar{align-self:start;display:flex;flex-direction:column;gap:var(--space-lg)}.home-hero-sidebar-panel{height:var(--hero-slider-height)}.home-hero-sidebar-panel>.catalog-sidebar-nav,.home-hero-sidebar-panel>.skeleton-list{height:100%}.catalog-sidebar-nav{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid #d7e0ee;border-radius:var(--radius-md);box-shadow:var(--shadow-xs);max-height:100%}.catalog-sidebar-header{padding:18px 20px 12px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.catalog-sidebar-title{margin:0;font-size:1.2rem;font-weight:600}.catalog-sidebar-action{font-size:.9rem;color:var(--color-primary);font-weight:600}.catalog-sidebar-body{padding:6px 0;overflow-y:auto;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:var(--color-primary) #e9effa}.catalog-sidebar-body::-webkit-scrollbar{width:8px}.catalog-sidebar-body::-webkit-scrollbar-track{background:#e9effa;border-radius:999px}.catalog-sidebar-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-radius:999px}.catalog-sidebar-list,.catalog-sidebar-children{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.catalog-sidebar-item{display:flex;flex-direction:column}.catalog-sidebar-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);min-height:46px;padding:0 14px;border-bottom:1px solid #cbd5e1;transition:background-color .2s ease,color .2s ease}.catalog-sidebar-item:last-child .catalog-sidebar-row{border-bottom:none}.catalog-sidebar-row.level-2{padding-left:30px}.catalog-sidebar-row.level-3{padding-left:46px}.catalog-sidebar-row.level-4{padding-left:62px}.catalog-sidebar-row:hover{background-color:#e2e8f099}.catalog-sidebar-row.is-active{background-color:#eef2ff;color:var(--color-primary)}.catalog-sidebar-label{display:inline-flex;align-items:center;flex:1;border:none;background:none;text-align:left;padding:0;font-size:.95rem;font-weight:500;color:inherit;cursor:pointer;text-decoration:none}.catalog-sidebar-toggle{border:none;background:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:inherit}.catalog-sidebar-toggle[aria-hidden=true]{cursor:default}.catalog-sidebar-chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .2s ease}.catalog-sidebar-chevron.expanded{transform:rotate(45deg)}.home-page .catalog-sidebar-nav{background:linear-gradient(180deg,#f2f5fa,#fff 70%);border:1px solid var(--home-border);box-shadow:var(--home-shadow-soft)}.home-page .catalog-sidebar-header{background:#eef2f7;border-bottom:1px solid var(--home-border);flex-wrap:wrap;row-gap:8px}.home-page .catalog-sidebar-title{font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase}.home-page .catalog-sidebar-action{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;border:1px solid #d9e1ec;background:#fff;color:#1e3a8a;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.home-page .catalog-sidebar-action:hover{background:#eef2ff;border-color:#c7d2fe;color:#1e40af}.home-page .catalog-sidebar-body{padding:8px 8px 12px;scrollbar-color:#9db6f3 #e9eff8}.home-page .catalog-sidebar-body::-webkit-scrollbar-track{background:#e9eff8}.home-page .catalog-sidebar-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#9db6f3,#5c7dea)}.home-page .catalog-sidebar-row{min-height:44px;padding:0 14px;border-bottom:1px solid #e6ebf4;color:#1f2937}.home-page .catalog-sidebar-row.level-2{padding-left:30px}.home-page .catalog-sidebar-row.level-3{padding-left:46px}.home-page .catalog-sidebar-row.level-4{padding-left:62px}.home-page .catalog-sidebar-row:hover{background-color:#e2e8f0b3}.home-page .catalog-sidebar-row.is-active{background-color:#eef2ff;color:#1e3a8a;box-shadow:inset 2px 0 #1e40af}.home-page .catalog-sidebar-label{font-weight:600}.home-page .catalog-sidebar-row.level-2 .catalog-sidebar-label{font-weight:500;color:#334155}.home-page .catalog-sidebar-row.level-3 .catalog-sidebar-label,.home-page .catalog-sidebar-row.level-4 .catalog-sidebar-label{font-weight:500;color:#475569}.hero-slider{width:1060px;max-width:100%;height:var(--hero-slider-height);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);background-color:var(--color-surface);display:flex;flex-direction:column;justify-content:space-between;position:relative}.hero-slider-media{position:relative;height:100%;touch-action:pan-y}.hero-slider-media img{width:100%;height:100%;object-fit:cover}.hero-slider-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:var(--space-md);padding:var(--space-2xl);background:linear-gradient(180deg,#0f172a0d,#0f172a99);color:#fff;z-index:1}.hero-slider-title{margin:0;font-size:2rem;font-weight:600}.hero-slider-text{margin:0;max-width:460px;color:#ffffffe6}.hero-slider-controls{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:var(--space-md);z-index:2}.slider-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:#0f172a40;color:#fff;cursor:pointer}.slider-dots{display:flex;gap:var(--space-sm);padding:6px 10px;border-radius:999px;background:#0f172a59;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.slider-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:transparent;cursor:pointer}.slider-dot.active{background:#fff}.hero-cta{align-self:flex-end}.consultation-cta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);padding:18px 20px;border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-xs);height:var(--consultation-cta-height)}.consultation-cta-text{margin:0;font-weight:600;color:var(--color-text);max-width:520px}.consultation-cta--compact{padding:14px 16px;gap:var(--space-md)}.consultation-cta--compact .consultation-cta-text{font-size:.95rem;max-width:240px}.consultation-cta--compact .btn{padding:8px 14px;font-size:.9rem}.category-card{display:flex;flex-direction:column;gap:var(--space-md);height:100%;min-height:260px;transition:transform .2s ease,box-shadow .2s ease}.category-card--fixed{width:100%;max-width:420px;min-height:360px}.category-card-media{height:160px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#eef2ff,#f8fafc);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--color-muted);text-align:center;padding:16px;overflow:hidden}.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.category-card-media img{width:100%;height:100%;object-fit:cover}.category-card--fixed .category-card-media{height:300px;aspect-ratio:420 / 300;background:#fff}.category-card--fixed .category-card-media img{object-fit:contain}.category-card-body{display:flex;min-height:56px;align-items:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,420px));gap:24px;justify-content:start;align-items:stretch}@media(min-width:1200px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.catalog-category-note{margin:0 0 16px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-xs);padding:12px 16px;color:var(--color-muted)}.catalog-category-note p{margin:0;font-size:.95rem}.catalog-category-sections{display:flex;flex-direction:column;gap:32px}.catalog-category-section{display:flex;flex-direction:column;gap:16px}.catalog-category-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.catalog-category-header h2{margin:0;font-size:1.4rem}.catalog-category-link{font-weight:600;color:var(--color-primary)}.catalog-category-link:hover{color:var(--color-primary-dark)}.category-card-placeholder-text{font-weight:600;color:var(--color-muted)}.category-card .card-title,.product-card .card-title{font-size:1rem;line-height:1.4}.category-card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.home-page .category-card,.home-page .product-card{border:1px solid #e3e8f2;background:#fff;box-shadow:none;border-radius:14px;padding:16px;min-height:0}.home-page .category-card:hover,.home-page .product-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a14;border-color:#d7dde8}.home-page .category-card-media{aspect-ratio:420 / 300;height:auto;background:#f2f4f8;border:1px solid #edf1f7;border-radius:12px;padding:8px}.home-page .category-card-media img{object-fit:contain}.home-page .product-card{gap:12px}.home-page .product-card-header{gap:8px;align-items:flex-start}.home-page .product-id,.home-page .product-stock{font-size:.72rem;font-weight:600;padding:4px 8px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#1f2937}.home-page .product-stock.in-stock{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.home-page .product-stock.available-to-order{background:#eef2ff;color:#1e40af;border-color:#c7d2fe}.home-page .product-stock.out-of-stock{background:#fef2f2;color:#991b1b;border-color:#fecaca}.home-page .product-image{aspect-ratio:600 / 462;height:auto;background:#f3f5f9;border:1px solid #edf1f7;border-radius:12px;padding:8px}.home-page .product-image img{object-fit:contain}.home-page .product-description{font-size:.88rem;line-height:1.45;color:#526074}.home-page .consultation-cta{background:#f6f8fb;border:1px solid #d7e0ee;box-shadow:0 0 0 1px #eef2f7 inset,0 10px 24px #0f172a0f}.home-page .consultation-section{padding:var(--space-xl);border-radius:var(--radius-lg);background:#f6f8fb;border:1px solid #d2dbe8;box-shadow:0 0 0 1px #eef2f7 inset,0 18px 38px #0f172a14}.home-page .consultation-grid{align-items:stretch}.home-page .consultation-section .card{background:#fff;border:1px solid #e3e8f2;box-shadow:none}.home-page .consultation-section .consultation-aside{background:#fff;border:1px solid #d7e0ee;box-shadow:0 0 0 1px #f1f5fb inset,0 12px 26px #0f172a0f}.home-page .consultation-cards{display:grid;grid-template-columns:1fr;gap:16px;flex:1;min-height:0;grid-auto-rows:1fr}.home-page .consultation-cards .card{position:relative;padding:22px 22px 22px 20px;min-height:120px;display:flex;flex-direction:column;justify-content:center;border:1px solid #9db6f3;border-left:4px solid #2563eb;background:#fff;box-shadow:0 0 0 1px #f2f5fa inset,0 8px 18px #0f172a0f;overflow:hidden}.home-page .consultation-cards .card:before{content:none}.home-page .consultation-cards .card .card-title{font-size:1.15rem;font-weight:600;color:#0f172a;margin:0 0 12px}.home-page .consultation-cards .card .card-subtitle{font-size:.98rem;color:#4b5563}.home-page .form{gap:14px}.home-page .form-label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#334155}.home-page .form-input{background:#f7f9fc;border-color:#dbe2ee;border-radius:10px;box-shadow:inset 0 1px #ffffffb3}.home-page .form-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb24}.home-page .form-hint{color:#667085}.consultation-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-xl);align-items:start}.consultation-panel{height:100%}.consultation-aside{display:flex;flex-direction:column;gap:var(--space-lg)}.consultation-aside-header .section-title{margin-bottom:var(--space-xs)}.consultation-cards{display:grid;gap:var(--space-md)}.skeleton-list{display:flex;flex-direction:column;gap:var(--space-sm)}.skeleton-line{height:14px;border-radius:999px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:shimmer 1.6s infinite}.skeleton-card{min-height:200px;border-radius:var(--radius-md);background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:shimmer 1.6s infinite}.cart-page{display:flex;flex-direction:column;gap:var(--space-xl);font-family:Space Grotesk,Inter,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.cart-page .btn{border-radius:10px}.cart-hero{display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg);background:linear-gradient(135deg,#eef2ff,#fff 55%,#ecfeff);border:1px solid #dbe4f2;box-shadow:var(--shadow-sm)}.cart-hero h1{margin:0 0 4px;font-size:2rem}.cart-hero-eyebrow{margin:0 0 6px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2563eb}.cart-hero-subtitle{margin:0;color:var(--color-muted);max-width:520px}.cart-hero-badge{padding:10px 18px;border-radius:999px;font-weight:700;background:#1d4ed8;color:#fff;box-shadow:var(--shadow-xs)}.cart-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,360px);gap:var(--space-xl);align-items:start}.cart-items{display:flex;flex-direction:column;gap:var(--space-lg);padding:20px}.cart-items-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);padding-bottom:12px;border-bottom:1px solid var(--color-border)}.cart-item{display:grid;grid-template-columns:160px minmax(0,1fr) 170px;gap:var(--space-lg);align-items:stretch;padding:18px;border-radius:var(--radius-md);border:1px solid #e0e7ff;background:linear-gradient(135deg,#fff,#f8fafc 60%,#eef2ff);box-shadow:var(--shadow-sm)}.cart-item-link{display:block;text-decoration:none;color:inherit}.cart-item-media{width:160px;height:160px;border-radius:16px;background:linear-gradient(135deg,#eef2ff,#f8fafc);overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #dbe4f2}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{font-weight:600;color:#64748b}.cart-item-info{display:flex;flex-direction:column;gap:14px}.cart-item-header{display:flex;flex-direction:column;gap:8px}.cart-item-badges{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.cart-item-id{padding:4px 10px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-weight:600;font-size:.8rem}.cart-item-stock{padding:4px 10px;border-radius:999px;font-weight:600;font-size:.8rem;color:#fff}.cart-item-stock.in-stock{background:linear-gradient(135deg,#0284c7,#38bdf8)}.cart-item-stock.out-of-stock{background:linear-gradient(135deg,#f97316,#fbbf24)}.cart-item-title-link{text-decoration:none;color:inherit;display:inline-flex}.cart-item-title-link:hover .cart-item-title{color:#1d4ed8}.cart-item-title{margin:0;font-size:1.05rem}.cart-item-price{margin:0;font-weight:700;color:#1e293b}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.qty-controls{display:inline-flex;align-items:center;gap:var(--space-sm);padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid var(--color-border)}.qty-controls span{min-width:26px;text-align:center;font-weight:600}.cart-item-total{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#e0f2fe);border:1px dashed #93c5fd;font-weight:600;color:#1e40af;align-items:center;justify-content:center;text-align:center}.cart-item-actions{display:inline-flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.cart-summary{position:sticky;top:120px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(180deg,#fff,#eff6ff);border:1px solid #dbeafe}.cart-summary h2{margin:0;color:#1e3a8a}.cart-summary-row{display:flex;justify-content:space-between;color:var(--color-muted)}.cart-summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.2rem;padding:12px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.cart-summary-actions{display:flex;flex-direction:column;gap:12px}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:12px}.cart-empty-state{padding:32px;border-radius:var(--radius-md);background:var(--color-surface);border:1px dashed #c7d2fe;text-align:center;color:var(--color-muted)}.cart-error{margin:0;color:var(--color-danger);font-weight:600}.order-modal{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px}.order-modal-backdrop{position:absolute;inset:0;background:#0f172a99;border:none}.order-modal-content{position:relative;z-index:1;max-width:540px;width:100%;display:flex;flex-direction:column;gap:16px}.cart-page .order-modal-content{background:#f6f8fb;border:1px solid #d5deea;box-shadow:0 0 0 1px #eef2f7 inset,0 20px 40px #0f172a1f}.cart-page .order-modal-content h2{margin:0 0 4px;font-size:1.4rem}.cart-page .order-modal-content p{margin:0 0 6px;color:var(--color-muted)}.cart-page .order-modal-content .form{gap:14px}.cart-page .order-modal-content .form-label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#334155}.cart-page .order-modal-content .form-input{background:#f7f9fc;border-color:#dbe2ee;border-radius:10px;box-shadow:inset 0 1px #ffffffb3}.cart-page .order-modal-content .form-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb24}.order-modal-actions{display:flex;gap:12px;flex-wrap:wrap}.profile-page{display:flex;flex-direction:column;gap:var(--space-xl);font-family:Space Grotesk,Inter,Roboto,Segoe UI,system-ui,-apple-system,sans-serif}.profile-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-lg);background:linear-gradient(135deg,#eef2ff,#fff 45%,#e0f2fe);border:1px solid #dbe4f2}.profile-hero h1{margin:0 0 4px;font-size:2rem}.profile-hero-eyebrow{margin:0 0 6px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2563eb}.profile-hero-subtitle{margin:0;color:var(--color-muted);max-width:520px}.profile-hero-badges{display:flex;flex-direction:column;gap:10px}.profile-hero-badge{padding:8px 14px;border-radius:999px;background:#1d4ed8;color:#fff;font-weight:600;text-align:center}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg)}.profile-card{display:flex;flex-direction:column;gap:var(--space-md)}.profile-card-accent{background:linear-gradient(180deg,#fff,#eef2ff);border-color:#c7d2fe}.profile-list{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:10px 16px;margin:0}.profile-list dt{font-weight:600;color:var(--color-muted)}.profile-list dd{margin:0;font-weight:600;color:var(--color-text)}.profile-cta-row{display:flex;flex-wrap:wrap;gap:12px}.profile-page .btn{border-radius:10px}.profile-orders{display:flex;flex-direction:column;gap:var(--space-lg)}.profile-orders-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.profile-orders-count{padding:6px 14px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:600}.order-card{display:flex;flex-direction:column;gap:var(--space-md);padding:18px 20px;border-radius:var(--radius-md);background:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow-xs)}.order-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.order-card-meta{display:flex;flex-wrap:wrap;gap:10px 16px;color:var(--color-muted);font-size:.92rem}.order-card-status{padding:6px 12px;border-radius:999px;background:#ecfeff;color:#0e7490;font-weight:600;white-space:nowrap}.order-eta-badge{padding:6px 12px;border-radius:999px;background:#dcfce7;color:#166534;font-weight:600;white-space:nowrap}.order-eta-badge.is-muted{background:#e2e8f0;color:#475569}.order-card-items{display:flex;flex-direction:column;gap:8px;background:#f8fafc;border-radius:12px;padding:12px;border:1px solid var(--color-border)}.order-item-row{display:flex;justify-content:space-between;gap:12px;font-size:.95rem}.order-card-actions{display:flex;justify-content:flex-end}@keyframes shimmer{0%{background-position:0 0}to{background-position:200% 0}}@media(max-width:1200px){:root{--hero-slider-height: 420px}.header-content{grid-template-columns:1fr;justify-items:start}.nav{justify-content:flex-start}.home-hero{grid-template-columns:1fr}.home-hero-sidebar,.home-hero-sidebar-panel,.consultation-cta{height:auto}.section-grid-fixed{grid-template-columns:repeat(3,minmax(0,1fr))}.home-category-grid,.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-slider{width:100%}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:900px){.page-container{padding:0 24px}.header-brand{gap:12px}.header-contacts{display:none}.mobile-menu-toggle{display:inline-flex}.nav{position:fixed;top:0;right:0;width:min(360px,86vw);height:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px;padding:80px 24px 24px;background:var(--color-surface);box-shadow:var(--shadow-md);transform:translate(100%);transition:transform .25s ease;z-index:20;flex-wrap:nowrap;overflow-y:auto;pointer-events:none}.nav.is-open{transform:translate(0);pointer-events:auto}.nav-link{width:100%;font-size:.95rem}.nav-auth{width:100%;flex-direction:column;align-items:stretch}.nav-auth .btn{width:100%;justify-content:center}.nav-contacts{display:flex;flex-direction:column;gap:6px;color:var(--color-muted)}.nav-overlay{display:block;position:fixed;inset:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:19}.nav-overlay.is-open{opacity:1;pointer-events:auto}.catalog-controls{flex-direction:column;align-items:stretch}.catalog-controls-panel--search{min-width:0;width:100%}.catalog-filters-toggle{display:inline-flex}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:fixed;top:0;right:0;width:min(360px,88vw);height:100%;background:var(--color-bg);padding:20px;transform:translate(100%);transition:transform .25s ease;z-index:25;box-shadow:var(--shadow-md);overflow-y:auto}.catalog-sidebar.is-open{transform:translate(0)}.catalog-sidebar-mobile-header{display:flex;margin-bottom:16px}.catalog-overlay{display:block;position:fixed;inset:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:24}.catalog-overlay.is-open{opacity:1;pointer-events:auto}.section-header{flex-direction:column;align-items:flex-start}.home-category-grid,.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-cta{align-self:flex-start}.consultation-grid,.home-page .consultation-cards{grid-template-columns:1fr}.pdf-catalog-hero,.pdf-catalog-card{flex-direction:column;align-items:flex-start}.pdf-catalog-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.catalog-header{flex-direction:column;align-items:stretch}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-item{grid-template-columns:140px minmax(0,1fr);height:auto}.cart-item-total{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}.profile-hero{flex-direction:column}.profile-orders-header{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.page-container{padding:0 16px}:root{--hero-slider-height: 320px}.grid{grid-template-columns:1fr}.hero-slider-overlay{padding:var(--space-lg)}.hero-slider-title{font-size:1.5rem}.hero-slider-text{font-size:.95rem}.consultation-cta{flex-direction:column;align-items:flex-start;gap:var(--space-md)}.consultation-cta .btn{width:100%;justify-content:center}.consultation-cta--compact .btn{width:100%}.header-tagline{font-size:.85rem}.section-grid-fixed,.home-category-grid,.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:1fr}.catalog-category-header{flex-direction:column;align-items:flex-start}.pdf-catalog-card{padding:20px}.pdf-catalog-actions{flex-direction:column;align-items:stretch}.pdf-catalog-actions .btn{width:100%;justify-content:center}.product-title{font-size:1.7rem}.product-hero{padding:16px;gap:16px}.product-main-image{min-height:240px}.product-thumbnails{flex-wrap:nowrap;overflow-x:auto}.product-thumbnail img{width:56px;height:56px}.product-price-block,.product-meta-group{flex-direction:column;align-items:flex-start}.product-actions .btn{width:100%}.cart-hero{align-items:flex-start;flex-direction:column}.cart-items{padding:16px}.cart-item{grid-template-columns:1fr}.cart-item-media{width:100%;height:200px}.cart-item-controls{flex-direction:column;align-items:flex-start}.cart-item-actions{width:100%}.cart-item-actions .btn{width:100%;justify-content:center}.cart-summary{width:100%}.profile-list{grid-template-columns:1fr}.profile-cta-row{flex-direction:column;align-items:stretch}.profile-cta-row .btn{width:100%;justify-content:center}.order-card-header{flex-direction:column;align-items:flex-start}.order-card-meta{font-size:.85rem}.grouped-table-wrapper:after{content:"";position:absolute;top:0;right:0;width:32px;height:100%;pointer-events:none;background:linear-gradient(90deg,#fff0,#fff)}.attribute-blocks{gap:8px;margin-bottom:16px}.attribute-block-card{padding:10px 12px;gap:8px;min-height:0}.attribute-block-title{font-size:.95rem}.attribute-block-text{font-size:.88rem}.attribute-block-image{height:48px;border-radius:8px;padding:6px}.auth-layout{padding:0 16px}.auth-card{width:100%;max-width:520px;margin:0 auto}}@media(max-width:420px){.home-category-grid,.home-product-grid{grid-template-columns:1fr}}
