: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}}.product-list-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.header{text-align:center;margin-bottom:30px}.header h1{color:#333;margin-bottom:10px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;margin-bottom:30px}.product-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;padding:15px;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-image img{width:100%;height:200px;object-fit:cover;border-radius:5px}.product-info{margin-top:15px}.product-name{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:5px}.product-price{font-size:1.3rem;font-weight:700;color:#007bff;margin:10px 0}.product-actions{margin-top:15px}.btn{padding:10px 15px;border:none;border-radius:5px;cursor:pointer;font-weight:600;margin-right:10px;margin-bottom:5px}.btn-primary{background:#007bff;color:#fff}.btn-secondary{background:#6c757d;color:#fff}.btn:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}
