*{box-sizing:border-box}:root{font-family:Inter,system-ui,sans-serif;color:#111827;background:#f8fafc}body,html,#root{margin:0;min-height:100%}body{padding:0}.app-shell{max-width:1100px;margin:0 auto;padding:24px}header{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}header h1{margin:0;font-size:2rem}header p{margin:.5rem 0 0;color:#4b5563}.summary{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.summary div{background:#fff;border:1px solid #e5e7eb;padding:14px 18px;border-radius:14px;font-weight:600}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group input,.filter-group select{padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;background:#fff}.checkbox-group label{display:flex;align-items:center;gap:10px;font-weight:500}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb}th,td{padding:12px 14px;text-align:left;border-bottom:1px solid #e5e7eb}th{background:#f3f4f6;color:#111827;font-weight:600}tr.opportunity{background:#fef3c7}tr.strong-opportunity{background:#fee2e2}.error{color:#b91c1c}
