: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}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}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}.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;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))}.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)}.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-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:var(--color-surface);border-radius:16px;padding:18px 20px;border:1px solid var(--color-border);box-shadow:0 12px 26px #0f172a14;display:flex;flex-direction:column;justify-content:center;gap:10px}.catalog-controls-panel--search{min-width:320px;width:min(520px,100%)}.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 var(--color-border);background-color:#fff;padding:0 12px;min-height:46px;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.catalog-search-field:hover{border-color:#c7d2fe;box-shadow:0 6px 14px #2563eb1f}.catalog-search-field:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px #2563eb40}.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:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 10px 26px #0f172a0f;padding:18px;display:flex;flex-direction:column;gap:12px}.catalog-panel-title{margin:0;font-size:1.05rem;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:var(--color-surface);border-color:var(--color-border)}.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:10px;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 16px;border-radius:12px;font-size:.95rem;color:var(--color-text);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;position:relative}.catalog-tree-link.active{background:#2563eb14;border-color:#2563eb38;color:#1e3a8a}.catalog-tree-link:hover{background-color:#2563eb14;border-color:#2563eb1f}.catalog-tree-link.all{width:100%;justify-content:space-between}.catalog-tree-link.active:before{content:"";position:absolute;left:6px;top:10px;bottom:10px;width:3px;border-radius:999px;background:var(--color-primary)}.catalog-tree-view{padding:0}.catalog-tree-view .MuiTreeItem-content{padding:8px 12px 8px 16px;border-radius:12px;font-size:.95rem;color:var(--color-text);gap:8px;transition:background-color .2s ease,color .2s ease;position:relative;min-height:36px}.catalog-tree-view .MuiTreeItem-content.Mui-selected,.catalog-tree-view .MuiTreeItem-content.Mui-selected.Mui-focused{background-color:#2563eb14;color:#1e3a8a;font-weight:600}.catalog-tree-view .MuiTreeItem-content:hover{background-color:#2563eb14}.catalog-tree-view .MuiTreeItem-group{margin-left:0;padding-left:12px}.catalog-tree-label{display:block;align-items:center;white-space:normal;line-height:1.35;word-break:break-word}.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{width:6px;height:6px;border-radius:999px;background:#94a3b8}.catalog-tree-view .MuiTreeItem-content.Mui-selected:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:3px;border-radius:999px;background:var(--color-primary)}.catalog-tree-view .MuiTreeItem-iconContainer{cursor:pointer}.catalog-tree-view .MuiTreeItem-iconContainer:hover .catalog-tree-toggle{border-color:var(--color-primary)}.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;transition:background-color .2s ease}.catalog-filter-option:hover{background-color:#2563eb14}.catalog-filter-option input{appearance:none;width:18px;height:18px;border-radius:4px;border:1px solid #cbd5f5;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;line-height:1.2}.catalog-help{display:flex;flex-direction:column;gap:12px}.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}.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:600;font-size:1rem;color:#0f172a}.attribute-block-text{color:#475569;font-size:.95rem;line-height:1.4}.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}.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:top}.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}.grouped-table-stock-cell .grouped-table-badge{white-space:normal;word-break:break-word}.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-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;max-height:calc(var(--hero-slider-height) + var(--space-lg) + var(--consultation-cta-height))}.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)}.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}.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)}.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)}.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}.order-modal-actions{display:flex;gap:12px;flex-wrap:wrap}.profile-page{display:flex;flex-direction:column;gap:var(--space-xl)}.profile-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-lg);background:linear-gradient(135deg,#fef3c7,#fff 45%,#e0f2fe);border:1px solid #fde68a}.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:#ea580c}.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-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,.consultation-cta{height:auto}.section-grid-fixed{grid-template-columns:repeat(3,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}.section-header{flex-direction:column;align-items:flex-start}.hero-cta{align-self:flex-start}.consultation-grid{grid-template-columns:1fr}.catalog-header{flex-direction:column;align-items:stretch}.catalog-controls{grid-template-columns:1fr}.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)}.header-tagline{font-size:.85rem}.section-grid-fixed{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-hero{align-items:flex-start;flex-direction:column}.cart-item{grid-template-columns:1fr}.cart-item-media{width:100%;height:200px}.cart-item-controls{flex-direction:column;align-items:flex-start}.profile-list{grid-template-columns:1fr}}
