*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:root{--primary-color:#3b82f6;--primary-hover:#2563eb;--secondary-color:#64748b;--background:#f8fafc;--surface:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius:12px;--radius-sm:8px}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:#fff;background:var(--surface);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.menu-btn{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-primary);cursor:pointer;display:none;padding:.5rem;transition:background .2s}.menu-btn:hover{background:#f8fafc;background:var(--background)}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.search-container{flex:1 1;margin:0 2rem;max-width:600px;position:relative}.search-icon{color:#64748b;color:var(--text-secondary);left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#f8fafc;background:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:9999px;font-size:.95rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .2s;width:100%}.search-input:focus{background:#fff;background:var(--surface);border-color:#3b82f6;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.basket-btn{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-primary);cursor:pointer;padding:.5rem;position:relative;transition:background .2s}.basket-btn:hover{background:#f8fafc;background:var(--background)}.basket-badge{align-items:center;background:#ef4444;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:20px;justify-content:center;position:absolute;right:-2px;top:-2px;width:20px}.main-container{display:flex;flex:1 1;overflow:hidden}.sidebar{background:#fff;background:var(--surface);border-right:1px solid #e2e8f0;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto;transition:transform .3s ease;width:280px}.sidebar-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1.5rem}.sidebar-header h2{font-size:1.25rem;font-weight:600}.close-sidebar-btn{background:none;border:none;color:#64748b;color:var(--text-secondary);cursor:pointer;display:none;padding:.25rem}.category-search{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:1rem 1.5rem;position:relative}.filter-icon{color:#64748b;color:var(--text-secondary);left:2rem;position:absolute;top:50%;transform:translateY(-50%)}.category-search-input{background:#f8fafc;background:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.5rem .75rem .5rem 2rem;width:100%}.category-search-input:focus{border-color:#3b82f6;border-color:var(--primary-color);outline:none}.tree-container{flex:1 1;overflow-y:auto;padding:1rem}.clear-filter-btn{background:#f8fafc;background:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);cursor:pointer;font-size:.875rem;margin:1rem 1.5rem;padding:.5rem;transition:all .2s}.clear-filter-btn:hover{background:#e2e8f0;background:var(--border);color:#1e293b;color:var(--text-primary)}.tree-list{list-style:none}.tree-item{margin:.25rem 0}.tree-node{gap:.25rem}.expand-btn,.tree-node{align-items:center;display:flex}.expand-btn{background:none;border:none;border-radius:4px;color:#64748b;color:var(--text-secondary);cursor:pointer;justify-content:center;padding:.25rem;transition:background .2s}.expand-btn:hover{background:#f8fafc;background:var(--background)}.expand-placeholder{width:24px}.category-btn{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-primary);cursor:pointer;flex:1 1;font-size:.9rem;padding:.5rem .75rem;text-align:left;transition:all .2s}.category-btn:hover{background:#f8fafc;background:var(--background)}.category-btn.active{background:#eff6ff;color:#3b82f6;color:var(--primary-color);font-weight:500}.main-content{background:#f8fafc;background:var(--background);flex:1 1;overflow-y:auto;padding:2rem}.breadcrumbs-container{align-items:center;background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:.75rem 1rem}.breadcrumbs{flex-wrap:wrap;gap:.5rem}.breadcrumb-home,.breadcrumbs{align-items:center;display:flex}.breadcrumb-home{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);cursor:pointer;justify-content:center;padding:.4rem;transition:all .2s}.breadcrumb-home:hover{background:#f8fafc;background:var(--background);color:#3b82f6;color:var(--primary-color)}.breadcrumb-separator{opacity:.5}.breadcrumb-item,.breadcrumb-separator{color:#64748b;color:var(--text-secondary)}.breadcrumb-item{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:500;padding:.4rem .75rem;transition:all .2s}.breadcrumb-item:hover:not(:disabled){background:#f8fafc;background:var(--background);color:#1e293b;color:var(--text-primary)}.breadcrumb-item.active{background:#eff6ff;color:#3b82f6;color:var(--primary-color);cursor:default}.breadcrumb-close{align-items:center;background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;justify-content:center;margin-left:.5rem;padding:.4rem;transition:all .2s}.breadcrumb-close:hover{background:#fee2e2;color:#ef4444}.content-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.content-header h2{color:#1e293b;color:var(--text-primary);font-size:1.5rem;font-weight:600}.results-count{color:#64748b;color:var(--text-secondary);font-size:.9rem}.articles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.article-card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);overflow:hidden;transition:transform .2s,box-shadow .2s}.article-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.article-image-container{background:#f8fafc;background:var(--background);height:200px;overflow:hidden;width:100%}.article-image{height:100%;object-fit:cover;transition:transform .3s;width:100%}.article-card:hover .article-image{transform:scale(1.05)}.article-content{padding:1.25rem}.article-title{color:#1e293b;color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.article-price{color:#3b82f6;color:var(--primary-color);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.quantity-selector{gap:.5rem;margin-bottom:1rem}.quantity-btn,.quantity-selector{align-items:center;display:flex;justify-content:center}.quantity-btn{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-primary);cursor:pointer;height:32px;transition:all .2s;width:32px}.quantity-btn:hover:not(:disabled){background:#f8fafc;background:var(--background);border-color:#3b82f6;border-color:var(--primary-color);color:#3b82f6;color:var(--primary-color)}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-input{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-primary);font-size:.9rem;font-weight:600;height:32px;text-align:center;width:50px}.quantity-input:focus{border-color:#3b82f6;border-color:var(--primary-color);outline:none}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield}.add-to-basket-btn{align-items:center;background:#3b82f6;background:var(--primary-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:background .2s;width:100%}.add-to-basket-btn:hover:not(:disabled){background:#2563eb;background:var(--primary-hover)}.add-to-basket-btn:disabled{background:#10b981;cursor:default}.in-basket-text{color:#64748b;color:var(--text-secondary);font-size:.85rem;font-weight:500;margin-top:.5rem;text-align:center}.basket-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;inset:0;position:fixed;z-index:150}.basket-sidebar{background:#fff;background:var(--surface);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;height:100vh;max-width:100%;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:380px;z-index:200}.basket-sidebar.open{transform:translateX(0)}.basket-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1.5rem}.basket-header h2{font-size:1.25rem;font-weight:600}.close-btn{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);cursor:pointer;padding:.5rem;transition:background .2s}.close-btn:hover{background:#f8fafc;background:var(--background)}.basket-items{flex:1 1;overflow-y:auto;padding:1rem}.empty-basket{color:#64748b;color:var(--text-secondary);padding:3rem 1rem;text-align:center}.basket-item{align-items:center;background:#f8fafc;background:var(--background);display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem}.basket-item,.basket-item-image{border-radius:8px;border-radius:var(--radius-sm)}.basket-item-image{flex-shrink:0;height:60px;object-fit:cover;width:60px}.basket-item-details{flex:1 1;min-width:0}.basket-item-details h4{color:#1e293b;color:var(--text-primary);font-size:.9rem;font-weight:500;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.basket-item-details p{color:#64748b;color:var(--text-secondary);font-size:.85rem}.item-total{color:#3b82f6!important;color:var(--primary-color)!important;font-size:.95rem!important;font-weight:600;margin-top:.25rem}.basket-item-controls{align-items:center;display:flex;flex-direction:column;gap:.5rem}.basket-quantity-selector{align-items:center;display:flex;gap:.25rem}.basket-quantity{color:#1e293b;color:var(--text-primary);font-size:.9rem;font-weight:600;min-width:24px;text-align:center}.quantity-btn.small{height:24px;width:24px}.remove-btn{align-items:center;background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#ef4444;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:background .2s}.remove-btn:hover{background:#fee2e2}.basket-footer{background:#fff;background:var(--surface);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);padding:1.5rem}.basket-total{color:#1e293b;color:var(--text-primary);display:flex;font-size:1.25rem;font-weight:700;justify-content:space-between;margin-bottom:1rem}.checkout-btn{background:#1e293b;background:var(--text-primary);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background .2s;width:100%}.checkout-btn:hover{background:#0f172a}.no-results{color:#64748b;color:var(--text-secondary);padding:4rem 2rem;text-align:center}.clear-btn{background:#3b82f6;background:var(--primary-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:background .2s}.clear-btn:hover{background:#2563eb;background:var(--primary-hover)}@media (max-width:768px){.menu-btn{display:block}.search-container{margin:0 1rem}.sidebar{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);z-index:120}.sidebar.open{transform:translateX(0)}.close-sidebar-btn{display:block}.main-content{padding:1rem}.articles-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.basket-sidebar{width:100%}.breadcrumbs-container{padding:.5rem .75rem}.breadcrumb-item{font-size:.85rem;padding:.3rem .5rem}.basket-item{gap:.75rem;padding:.75rem}.basket-item-image{height:50px;width:50px}}@media (max-width:480px){.header{padding:1rem}.logo{font-size:1.25rem}.articles-grid{grid-template-columns:1fr}.content-header{align-items:flex-start;flex-direction:column;gap:.5rem}.breadcrumbs,.quantity-selector{gap:.25rem}.quantity-btn{height:28px;width:28px}.quantity-input{height:28px;width:40px}}
/*# sourceMappingURL=main.3b2e2eee.css.map*/