*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafafa;--card-bg:#ffffff;--text:#1a1a1a;--text-muted:#666666;--border:#e5e5e5;--accent:#10b981;--accent-light:#d1fae5;--hover:#f5f5f5}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}header{margin-bottom:2rem}header h1{font-size:1.75rem;font-weight:600;margin-bottom:.25rem}header p{color:var(--text-muted);font-size:.95rem}.stats{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.stat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:1rem 1.5rem;min-width:140px}.stat-card .value{font-size:1.5rem;font-weight:600;color:var(--accent)}.stat-card .label{font-size:.85rem;color:var(--text-muted)}.deals-table-wrapper{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.deals-table{width:100%;min-width:700px;border-collapse:collapse;font-size:.9rem}.deals-table th{background:#f9f9f9;padding:.875rem 1rem;text-align:left;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.deals-table th:hover{background:#f0f0f0}.deals-table th.sortable:after{content:" ↕";opacity:.3}.deals-table th.sorted-asc:after{content:" ↑";opacity:1}.deals-table th.sorted-desc:after{content:" ↓";opacity:1}.deals-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.deals-table tbody tr:hover{background:var(--hover)}.deals-table tbody tr:last-child td{border-bottom:none}.product-cell{display:flex;align-items:center;gap:.75rem}.product-image{width:48px;height:48px;object-fit:cover;border-radius:6px;background:#f0f0f0}.product-name{font-weight:500}.product-code{font-size:.75rem;color:var(--text-muted)}.price{font-weight:600;text-align:right}.price-regular{color:var(--text-muted);text-decoration:line-through}.price-sale{color:var(--text);font-size:1.05rem}.savings{text-align:right}.savings-percent{display:inline-block;background:var(--accent-light);color:#065f46;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.85rem}.savings-percent.high{background:#fef3c7;color:#92400e}.savings-percent.very-high{background:#fee2e2;color:#991b1b}.category-badge{display:inline-block;background:#f3f4f6;color:#4b5563;padding:.2rem .5rem;border-radius:4px;font-size:.75rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.last-updated{text-align:right;font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}@media (max-width:768px){.deals-table{font-size:.8rem}.deals-table td,.deals-table th{padding:.5rem}.product-image{width:36px;height:36px}.stats{gap:.75rem}.stat-card{padding:.75rem 1rem;min-width:100px}.scroll-hint{display:block;text-align:center;font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}}@media (min-width:769px){.scroll-hint{display:none}}