*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0f0f0f;color:#e0e0e0;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}header{margin-bottom:2rem}h1{font-size:1.75rem;font-weight:700;color:#fff}.subtitle{color:#888;font-size:.9rem;margin-top:.25rem}.toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.filters{display:flex;gap:.5rem}.filters button,.refresh{display:flex;align-items:center;justify-content:center;padding:.4rem .85rem;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#ccc;font-size:.85rem;cursor:pointer;transition:all .15s}.refresh{padding:.4rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.refresh .spin{animation:spin .8s linear infinite}.filters button:hover,.refresh:hover{background:#252525;border-color:#555}.filters button.active{background:#2a2a4a;border-color:#56e;color:#9af}.refresh:disabled{opacity:.5;cursor:not-allowed}.error{padding:.75rem 1rem;margin-bottom:1.5rem;background:#3a1515;border:1px solid #662222;border-radius:6px;color:#f88;font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.product-card{display:flex;flex-direction:column;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.product-card:hover{border-color:#444;transform:translateY(-2px)}.product-card.out-of-stock{opacity:.55}.product-image{width:100%;aspect-ratio:1;object-fit:contain;background:#111;padding:.5rem}.product-info{display:flex;flex-direction:column;gap:.3rem;padding:.85rem}.product-retailer{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#777}.product-name{font-size:.95rem;font-weight:600;color:#eee;line-height:1.3}.product-price{font-size:.95rem;font-weight:700;color:#fff}.product-status{font-size:.8rem;font-weight:600}.product-status.in-stock{color:#4c7}.product-status.out-of-stock{color:#c44}.product-checked{font-size:.7rem;color:#555}.empty{text-align:center;color:#666;padding:3rem 0;font-size:.95rem}.toolbar-right,.push-toggle{display:flex;align-items:center;gap:.5rem}.layout-toggle{display:flex;align-items:center;justify-content:center;padding:.4rem;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#ccc;cursor:pointer;transition:all .15s}.layout-toggle:hover{background:#252525;border-color:#555}.product-grid.compact{grid-template-columns:1fr;gap:.4rem}.product-card.compact{flex-direction:row;align-items:center;border-radius:6px;padding:.5rem .75rem;gap:.75rem}.product-card.compact .product-info{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.25rem .75rem;padding:0}.product-card.compact .product-name{font-size:.85rem}.product-card.compact .product-retailer{font-size:.65rem}.product-card.compact .product-price{font-size:.85rem}.product-card.compact .product-status{font-size:.75rem}.push-btn{padding:.4rem .85rem;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#ccc;font-size:.85rem;cursor:pointer;transition:all .15s}.push-btn:hover{background:#252525;border-color:#555}.push-btn.push-subscribed{background:#1a2a1a;border-color:#4c7;color:#4c7}.push-btn.push-subscribed:hover{background:#253025}.push-status.push-denied,.push-error{font-size:.8rem;color:#c44}
