:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;padding:30px 12px 12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:#111827;background:#fff}h1{margin:16px auto 12px;max-width:1200px;font-size:22px;font-weight:700}.category-renderer{max-width:1200px;margin:0 auto 14px;display:flex;flex-wrap:wrap;gap:8px}.category-items{padding:6px 10px;border:1px solid #e5e7eb;border-radius:4px;background:#000;font-size:14px;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease,border-color .15s ease}.category-items:hover{background:#0054fc;border-color:#d1d5db}.category-items.active{background:#000;color:#fff;border-color:#000}.products{max-width:1200px;margin:0 auto 24px;padding:0;list-style:none;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 640px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.products{grid-template-columns:repeat(4,minmax(0,1fr))}}.products--item{margin:0}.product{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.product--image{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#f3f4f6}.product--title{display:block;padding:10px 12px 12px;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
