:root{--bg:#0b141a;--panel:#11191f;--border:#21272e;--border-strong:#30363d;--text:#e6edf3;--muted:#8b98a5;--accent:#3fb950;--accent-dim:#2ea043;--link:#58a6ff}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1080px;margin:0 auto;padding:0 1.25rem 3rem}.site-header{border-bottom:1px solid var(--border);background:var(--panel)}.site-header .inner{max-width:1080px;margin:0 auto;padding:.9rem 1.25rem;display:flex;align-items:baseline;gap:1.5rem;flex-wrap:wrap}.site-title{font-size:1.25rem;font-weight:700;color:var(--text)}.site-nav{display:flex;gap:.9rem;flex-wrap:wrap;font-size:.9rem}.site-nav a{color:var(--muted)}.site-nav a.active,.site-nav a:hover{color:var(--text);text-decoration:none}h1{font-size:1.6rem;margin:1.75rem 0 .25rem}.subtitle{color:var(--muted);margin-top:0}.tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:.75rem;gap:.75rem;margin:1.25rem 0 2rem}.tile{display:block;padding:.9rem 1rem;background:var(--panel);border:1px solid var(--border);border-radius:8px;color:var(--text)}.tile:hover{border-color:var(--border-strong);text-decoration:none}.tile .count{color:var(--muted);font-size:.85rem}.product-list{list-style:none;padding:0;margin:1rem 0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.product-row{display:flex;align-items:center;gap:.9rem;padding:.8rem 1rem;border-bottom:1px solid var(--border);background:var(--panel)}.product-row:last-child{border-bottom:none}.product-row .name{flex:1 1;min-width:0}.product-row .name a{color:var(--text);font-weight:600}.product-row .meta{color:var(--muted);font-size:.85rem}.price{color:var(--accent);font-weight:600;white-space:nowrap}.price .used{color:var(--muted);font-weight:400;font-size:.85rem}.facets{display:flex;flex-wrap:wrap;gap:1.25rem;padding:1rem;background:var(--panel);border:1px solid var(--border);border-radius:8px;margin:1rem 0}.facet-group .facet-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.3rem}.facet-options{display:flex;flex-wrap:wrap;gap:.35rem}.chip{display:inline-block;padding:.15rem .6rem;border:1px solid var(--border-strong);border-radius:999px;font-size:.85rem;color:var(--text)}.chip:hover{text-decoration:none;border-color:var(--muted)}.chip.on{background:var(--accent-dim);border-color:var(--accent-dim);color:#fff}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px;margin:1rem 0}table{width:100%;border-collapse:collapse;background:var(--panel);font-size:.92rem}td,th{text-align:left;padding:.55rem .9rem;border-bottom:1px solid var(--border);vertical-align:top}tr:last-child td{border-bottom:none}th{font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.spec-key,th{color:var(--muted)}.spec-key{width:40%}.badge{display:inline-block;padding:.05rem .5rem;border-radius:999px;font-size:.75rem;border:1px solid var(--border-strong);color:var(--muted)}.badge.new{color:var(--accent);border-color:var(--accent-dim)}.btn{display:inline-block;padding:.4rem .9rem;background:var(--accent-dim);color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer}.btn:hover{background:var(--accent)}.panel{padding:1rem;background:var(--panel);border:1px solid var(--border);border-radius:8px;margin:1rem 0}.chart-legend,.muted{color:var(--muted)}.chart-legend{display:flex;gap:1rem;font-size:.85rem;margin-bottom:.25rem}.legend-item{display:inline-flex;align-items:center;gap:.4rem}.legend-swatch{width:10px;height:10px;border-radius:2px;display:inline-block}.price-history .pt .pt-tip{visibility:hidden}.price-history .pt:hover .pt-tip{visibility:visible}.section-title{font-size:1.1rem;margin:1.75rem 0 .5rem}