*,*:before,*:after{box-sizing:border-box}:root{--bg: #f4f4f4;--surface: #fff;--border: #bbb;--border-light: #ddd;--text: #333;--muted: #666;--accent: #555;--header-bg: #e8e8e8;--placeholder: #ccc;--shadow: 0 4px 16px rgba(0, 0, 0, .12);--font: "Segoe UI", system-ui, -apple-system, sans-serif}html,body{margin:0;padding:0;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.5}a{color:inherit;text-decoration:none}button,input,select{font:inherit}#app{min-height:100vh;display:flex;flex-direction:column}.site-header{background:var(--header-bg);border-bottom:2px solid var(--border);position:sticky;top:0;z-index:10000;overflow:visible}.header-top{display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;flex-wrap:wrap}.logo{font-weight:700;font-size:1.1rem;letter-spacing:.02em;border:2px dashed var(--border);padding:.35rem .75rem;background:var(--surface);white-space:nowrap}.header-actions{display:flex;align-items:center;gap:.75rem;flex:1;flex-wrap:wrap}.btn{border:1px solid var(--border);background:var(--surface);padding:.5rem 1rem;cursor:pointer;border-radius:2px}.btn:hover,.btn:focus-visible{background:#eee;outline:2px solid var(--accent);outline-offset:1px}.btn-primary{background:#666;color:#fff;border-color:#666}.btn-primary:hover{background:#555}.search-form{display:flex;flex:1;min-width:200px;max-width:420px}.search-form input{flex:1;border:1px solid var(--border);padding:.5rem .75rem;border-right:none}.search-form button{border:1px solid var(--border);background:var(--surface);padding:.5rem 1rem;cursor:pointer}.header-meta{margin-left:auto;color:var(--muted);font-size:.9rem}.site-main{flex:1;padding:1.5rem;max-width:1400px;width:100%;margin:0 auto;position:relative;z-index:1}.site-footer{border-top:1px solid var(--border);background:var(--header-bg);padding:1rem 1.5rem;color:var(--muted);font-size:.85rem}.category-menu-wrap{position:relative}.category-view-all{display:block;padding:.6rem .75rem;font-size:.875rem;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border-light);background:#f7f7f7}.category-view-all:hover,.category-view-all:focus-visible{background:#eee;outline:none}.category-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000000f;z-index:10000}.category-backdrop.is-visible{display:block}.category-panel{display:none;position:fixed;top:var(--category-panel-top, 68px);left:var(--category-panel-left, 0);width:240px;max-width:min(260px,calc(100vw - 1.5rem));background:var(--surface);border:1px solid var(--border);border-radius:0 0 4px 4px;box-shadow:var(--shadow);max-height:70vh;overflow:hidden;z-index:10001}.category-panel.is-open{display:block}.category-columns{max-height:70vh;overflow-y:auto}.category-column{width:100%}.category-column-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#efefef;border-bottom:1px solid var(--border-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.category-column-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-back-btn{flex-shrink:0;border:none;background:transparent;padding:0;font-size:.7rem;text-transform:none;letter-spacing:normal;color:var(--text);cursor:pointer;white-space:nowrap}.category-back-btn:hover{text-decoration:underline}.category-list{list-style:none;margin:0;padding:0}.category-item button,.category-item a{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;border:none;background:transparent;padding:.6rem .75rem;cursor:pointer;border-bottom:1px solid #f0f0f0}.category-item button:hover,.category-item button.is-active{background:#eee}.category-item .chevron{color:var(--muted);font-size:.85rem}.home-hero{display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(280px,1fr);gap:0;border:2px dashed var(--border);background:var(--surface);overflow:hidden;margin-bottom:2.5rem}.home-hero-image{min-height:280px;background:var(--placeholder);border-right:1px dashed var(--border);display:block}.home-hero-content{display:flex;flex-direction:column;justify-content:center;padding:2.5rem 2rem}.home-hero-content h1{margin:0 0 .75rem;font-size:2rem;line-height:1.2}.home-hero-content p{margin:0;color:var(--muted);line-height:1.6}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem!important}.featured-categories{margin-bottom:2rem}.featured-categories-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.featured-categories-header h2{margin:0;font-size:1.35rem}.featured-categories-link{font-size:.9rem;color:var(--muted);text-decoration:underline}.featured-categories-link:hover,.featured-categories-link:focus-visible{color:var(--text)}.hero{border:2px dashed var(--border);background:var(--surface);padding:3rem 2rem;text-align:center;margin-bottom:2rem}.hero h1{margin:0 0 .5rem;font-size:1.75rem}.hero p{margin:0;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.feature-card{border:1px solid var(--border);background:var(--surface);padding:1.25rem}.feature-card h3{margin:0 0 .5rem;font-size:1rem}.feature-card p{margin:0;color:var(--muted);font-size:.9rem}.category-hero{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;border:2px dashed var(--border);background:var(--surface);padding:1.5rem;margin-bottom:1.5rem}.category-hero-image{flex:0 0 280px;width:280px;max-width:100%;aspect-ratio:16 / 9;background:var(--placeholder);border:1px dashed var(--border);display:block}.category-hero-body{flex:1;min-width:220px}.category-hero-body h1{margin:0 0 .5rem;font-size:1.75rem}.category-hero-body p{margin:0;color:var(--muted);line-height:1.6}.category-browse-header{margin-bottom:1rem}.category-browse-header .breadcrumb{margin:0}.category-section-title{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.category-browse-intro{color:var(--muted);margin:0 0 1rem;font-size:.9rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;border:1px solid var(--border);background:var(--surface);overflow:hidden;transition:background .15s ease}.category-card:hover,.category-card:focus-visible{background:#eee;outline:2px solid var(--accent);outline-offset:1px}.category-thumb{width:100%;aspect-ratio:4 / 3;background:var(--placeholder);border-bottom:1px dashed var(--border);display:block}.category-card-body{padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.category-card-name{font-weight:600;font-size:.95rem;line-height:1.3}.category-card-meta{color:var(--muted);font-size:.8rem}.breadcrumb a{color:var(--accent);text-decoration:underline}.breadcrumb a:hover{color:var(--text)}.listing-header{margin-bottom:1rem}.listing-header h1{margin:0 0 .25rem;font-size:1.5rem}.breadcrumb{color:var(--muted);font-size:.9rem}.breadcrumb span{margin:0 .35rem}.listing-layout{display:grid;grid-template-columns:240px 1fr;gap:1.5rem;align-items:start}.filters-panel{border:1px solid var(--border);background:var(--surface);padding:1rem}.filters-panel h2{margin:0 0 1rem;font-size:1rem;border-bottom:1px solid var(--border-light);padding-bottom:.5rem}.filter-group{margin-bottom:1.25rem}.filter-group h3{margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.filter-group label{display:flex;align-items:center;gap:.4rem;font-size:.9rem;margin-bottom:.35rem;cursor:pointer}.filter-group .count{color:var(--muted);font-size:.8rem}.price-range{display:flex;gap:.5rem;align-items:center}.price-range input{width:100%;border:1px solid var(--border);padding:.35rem .5rem}.clear-filters{font-size:.85rem;color:var(--accent);text-decoration:underline;cursor:pointer;border:none;background:none;padding:0}.listing-content{min-width:0}.listing-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.result-count{color:var(--muted);font-size:.9rem}.sort-select{border:1px solid var(--border);padding:.35rem .5rem;background:var(--surface)}.product-table-wrap{overflow-x:auto;border:1px solid var(--border);background:var(--surface)}.product-table{width:100%;border-collapse:collapse;font-size:.875rem}.product-table th,.product-table td{border:1px solid var(--border-light);padding:.5rem .6rem;text-align:left;vertical-align:middle}.product-table th{background:#efefef;font-weight:600;white-space:nowrap}.product-table tbody tr:nth-child(2n){background:#fafafa}.product-table tbody tr:hover{background:#f0f0f0}.thumb-placeholder{width:48px;height:48px;background:var(--placeholder);border:1px dashed var(--border);display:block}.qty-input{width:48px;border:1px solid var(--border);padding:.25rem;text-align:center}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:.75rem 0;color:var(--muted);font-size:.9rem}.pagination-controls{display:flex;gap:.5rem}.empty-state{border:2px dashed var(--border);background:var(--surface);padding:3rem 2rem;text-align:center}.empty-state h2{margin:0 0 .5rem}.suggested-cats{margin-top:1rem;display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}@media (max-width: 900px){.home-hero{grid-template-columns:1fr}.home-hero-image{min-height:200px;border-right:none;border-bottom:1px dashed var(--border)}.listing-layout{grid-template-columns:1fr}.category-panel{max-width:calc(100vw - 1.5rem)}.category-columns{max-height:60vh}}
