:root{font-family:Inter,Segoe UI,Roboto,sans-serif;color:#1f2937;background-color:#3d3d3d}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;padding:2rem}.app-layout{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:1rem;align-items:start}.card{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px -20px #0003}h1{margin-top:0}.product-panel{position:sticky;top:1rem;max-height:calc(100vh - 4rem);overflow:auto}.product-list{display:grid;gap:1rem}.category-group{display:grid;gap:.5rem}.category-title{margin:0;font-size:.95rem;color:#0f172a}.category-products{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.product-btn{width:100%;border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:.75rem;display:flex;justify-content:space-between;gap:1rem;cursor:pointer}.product-btn.active{border-color:#3b82f6;background:#eff6ff}.chart-panel h2{margin:0 0 .25rem}.chart-container{margin-top:1rem}.muted{color:#64748b}.price-value{font-weight:700}.price-low{color:#15803d}.price-high{color:#b91c1c}@media(max-width:960px){.app-layout{grid-template-columns:1fr}.product-panel{position:static;max-height:none}}#tv-attr-logo{display:none}
