:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f9fafb;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;min-width:320px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#000}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}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;font-family:sans-serif;background-color:#f9fafb}#root{display:flex;justify-content:center;align-items:flex-start}.container{min-height:100vh;background-color:#f9fafb;padding:2rem 0rem;font-family:sans-serif;color:#111!important}.inner{max-width:1200px;margin:auto}h1{text-align:center;font-size:3rem;font-weight:700;margin-bottom:5rem;margin-top:2.5rem;color:#111}.controls-row{display:flex;flex-wrap:nowrap;align-items:center;gap:1rem;margin-bottom:1.5rem;justify-content:flex-start;overflow-x:auto}.search-input{flex:1 1 50%;padding:.75rem;border-radius:10px;border:1px solid #ccc;background-color:#1f1f25;color:#fff!important;min-width:280px}.input-group{display:flex;align-items:center;gap:.5rem;min-width:fit-content;flex-shrink:0}.input-group label{display:flex;align-items:center;gap:.25rem;cursor:pointer}input[type=checkbox]{cursor:pointer}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.tiny-input{width:100px;padding:.75rem;border-radius:8px;border:1px solid #ccc;text-align:center;background-color:#1f1f25;color:#fff!important}.tiny-input:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}input[type=file]{background-color:#1f1f25;color:#fff;border-radius:8px;padding:.5rem;border:1px solid #ccc;cursor:pointer;width:180px}button{height:44px;padding:.75rem 1.25rem;background-color:#2563eb;color:#fff;border-radius:10px;border:none;cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center}button:hover{background-color:#1d4ed8}.grid-wrapper{position:relative;transition:opacity .3s ease}.grid-wrapper.faded .grid{opacity:.3;pointer-events:none}.spinner-overlay{position:absolute;top:0;left:0;z-index:10;height:100%;width:100%;display:flex;align-items:center;justify-content:center;margin-top:50px}.spinner{border:6px solid #eee;border-top:6px solid #2563eb;border-radius:50%;width:60px;height:60px;animation:spin .8s linear infinite;background:#fff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;color:#111}.results-summary{margin:1rem 0;font-weight:600;color:#111;text-align:center;margin-bottom:30px;margin-top:30px}.results-summary1{font-weight:900;font-size:12.8px;color:#847373!important}.bold{color:#000}.error-box{background-color:#f7e6e4;border:1px solid #f5c6cb;color:#721c24;padding:1rem;border-radius:10px;margin:1rem 0;text-align:center;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 6px #0000000d}.error-box svg{color:#e3342f;font-size:1.2rem}.error-message{padding:50px;font-size:14px}.error-box.link{background-color:#fffbe6;border:3px solid #d85b5b;color:#92400e}.error-box.timeout{background-color:#fdf86f;border:3px solid black;color:#1e40af}.error-box.default{background-color:#fee2e2;border:3px solid #c01212;color:#991b1b}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000008;color:#111;height:360px;text-align:center}.product-title{font-size:1rem;font-weight:700;color:#111;margin-bottom:.25rem;max-height:2.8em;line-height:1.4em;overflow:hidden;text-overflow:ellipsis}.product-description{font-size:.85rem;margin-bottom:.5rem;max-height:3.2em;line-height:1.6em;overflow:hidden;text-overflow:ellipsis;color:#333;text-align:center}.score{font-size:.85rem;font-weight:600;padding-top:.5rem;color:#2563eb;text-align:center}.product-images{width:100%;height:150px;object-fit:contain}.product-brand{font-size:.85rem;color:#444;margin-bottom:.4rem;text-align:center}.product-description.empty{color:#dc2626}.product-description.filled{color:#444}.see-more{color:#2563eb;font-weight:500;margin-left:.25rem;text-decoration:underline;cursor:pointer}.score.green{color:#16a34a}.score.blue{color:#2563eb}.score.orange{color:#f97316}.score.red{color:#dc2626}.more-btn{position:absolute;top:10px;right:10px;background-color:#e2e8f0;padding:6px 10px;font-size:.75rem;border-radius:6px;text-decoration:none;color:#111;text-align:left}.more-btn:hover{background-color:#cbd5e1}.pagination{margin-top:2rem;display:flex;justify-content:center;gap:1.5rem;align-items:center;color:#111}.pagination button{background-color:#e5e7eb;padding:.5rem 1.25rem;border-radius:8px;border:none;cursor:pointer;color:#111;transition:background-color .2s ease}.pagination button:hover{background-color:#d1d5db}.pagination button:disabled{background-color:#f3f4f6;color:#999;cursor:not-allowed;pointer-events:none}.pagination p{font-size:.95rem;font-weight:500;color:#111}.search-upload-wrapper{display:flex;align-items:center;position:relative;flex:1 1 50%;min-width:280px}.search-input{flex:1;padding:.75rem;border-radius:10px 0 0 10px;border:1px solid #ccc;background-color:#1f1f25;color:#fff!important;min-width:0}.upload-btn{background-color:#1f1f25;color:#fff;height:41.5px;padding:0 1.8rem;border-radius:0 10px 10px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #ccc;border-left:none;transition:background-color .2s ease;position:relative;z-index:2}.upload-btn:not(.has-image){border-radius:0 10px 10px 0}.upload-btn:hover{background-color:#2b2b33}.file-ext{font-size:.9rem}.upload-container{display:flex;align-items:center;height:100%}.clear-image-btn{background:#ff4d4d;border:none;color:#fff;cursor:pointer;padding:0 1.2rem;height:41px;display:flex;align-items:center;justify-content:center;border-radius:0 10px 10px 0;margin-left:0;z-index:1;transition:background-color .2s ease}.clear-image-btn:hover{background:#ff1a1a}.search-upload-wrapper:has(.clear-image-btn) .upload-btn{border-radius:0;border-right:none}.search-upload-wrapper:has(.clear-image-btn) .clear-image-btn{display:flex}#search-input-url{border-radius:0}.status-line{margin:1rem 0;font-weight:600;color:#2563eb;text-align:center;font-size:.95rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media screen and (max-width: 900px){h1{font-size:28px}.container{padding:3rem}.controls-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:flex-start;overflow-x:auto}.controls-row .search-upload-wrapper{width:100%}.controls-row .search-upload-wrapper .search-input{flex:1 1 50%;width:100%}.controls-row .input-group{width:45%}.controls-row .input-group .tiny-input{width:80px}.controls-row .input-group label{font-size:12px}.controls-row .clear-image-btn{width:50px}.controls-row button{width:100%}.results-summary1{font-size:10px}.grid{grid-template-columns:repeat(1,1fr)}}.product-detail{min-height:100vh;background-color:#f9fafb;padding:2rem 1rem;display:flex;justify-content:center;align-items:flex-start;font-family:sans-serif;color:#111}.product-card{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000000d;width:100%;max-width:600px;text-align:center;display:flex;flex-direction:column;gap:1rem;color:#111}.product-image{width:100%;height:300px;max-height:300px;object-fit:contain;border-radius:10px;padding:.5rem}.title{font-size:1.5rem;font-weight:700;margin-top:1rem;color:#111}p{font-size:1rem;line-height:1.6;text-align:left}.description-block{text-align:left;margin-top:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.description-block strong{display:block;margin-bottom:.5rem;font-size:1.1rem}.description{font-family:monospace;white-space:pre-wrap;line-height:1.5;background-color:#fff;border-radius:6px;padding:.5rem;color:#333}.external-link{margin-top:1rem}.external-link a{color:#2563eb;font-weight:500;text-decoration:none;font-size:1rem}.external-link a:hover{text-decoration:underline}
