*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1a1a2e;--card: #16213e;--accent: #0f3460;--highlight: #e94560;--text: #eaeaea;--muted: #8892a0;--good: #4ade80;--bad: #f87171}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100vh}header{background:var(--card);padding:1rem 2rem;border-bottom:1px solid var(--accent);display:flex;justify-content:space-between;align-items:center}h1{font-size:1.5rem}h1 span{color:var(--highlight)}.status{font-size:.875rem;color:var(--muted)}.status.connected{color:var(--good)}.status.disconnected{color:var(--bad)}.tabs{display:flex;gap:0;background:var(--card);padding:0 2rem;border-bottom:1px solid var(--accent)}.tab-btn{background:none;border:none;color:var(--muted);padding:.75rem 1.5rem;font-size:.9rem;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab-btn:hover{color:var(--text)}.tab-btn.active{color:var(--highlight);border-bottom-color:var(--highlight)}main{padding:1.5rem 2rem;max-width:1400px;margin:0 auto}.filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}select,input[type=number],button{padding:.5rem .75rem;border-radius:6px;border:1px solid var(--accent);background:var(--card);color:var(--text);font-size:.875rem}button{background:var(--accent);cursor:pointer;transition:background .2s}button:hover{background:var(--highlight)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--card);border-radius:8px;padding:1rem;text-align:center}.stat-value{font-size:2rem;font-weight:700}.stat-label{font-size:.75rem;color:var(--muted);text-transform:uppercase}table{width:100%;border-collapse:collapse;background:var(--card);border-radius:8px;overflow:hidden}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--accent)}th{background:var(--accent);font-size:.75rem;text-transform:uppercase;color:var(--muted)}tr:hover td{background:#ffffff08}.bill-number{font-weight:600;color:var(--highlight);text-decoration:none}.bill-number:hover{text-decoration:underline}.score{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.75rem}.score.high{background:#7f1d1d;color:#fca5a5}.score.medium{background:#78350f;color:#fcd34d}.score.low{background:#14532d;color:#86efac}.tracked{color:var(--good)}.refresh-note{text-align:center;padding:.5rem;font-size:.75rem;color:var(--muted)}.no-data{text-align:center;padding:3rem;color:var(--muted)}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1000;justify-content:center;align-items:center}.modal-overlay.open{display:flex}.modal{background:var(--card);border-radius:12px;padding:1.5rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;border-bottom:1px solid var(--accent);padding-bottom:1rem}.modal-title{font-size:1.25rem;font-weight:600}.modal-title a{color:var(--highlight);text-decoration:none}.modal-title a:hover{text-decoration:underline}.modal-close{background:none;border:none;color:var(--muted);font-size:1.5rem;cursor:pointer;padding:0 .5rem}.modal-close:hover{color:var(--text)}.modal-section{margin-bottom:1rem}.modal-section-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;margin-bottom:.25rem}.modal-section-value{color:var(--text)}.modal-actions{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--accent)}.ai-score{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:1.25rem}.ai-score.high{background:#7f1d1d;color:#fca5a5}.ai-score.medium{background:#78350f;color:#fcd34d}.ai-score.low{background:#14532d;color:#86efac}.ai-reasoning{font-size:.875rem;color:var(--muted);font-style:italic;margin-top:.5rem}.action-list{list-style:none;max-height:150px;overflow-y:auto}.action-list li{font-size:.8rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.05);color:var(--muted)}.action-list li:last-child{border-bottom:none}.action-date{color:var(--text);font-weight:500}.leg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.leg-card{background:var(--card);border-radius:8px;padding:1rem;cursor:pointer;transition:background .2s}.leg-card:hover{background:var(--accent)}.leg-name{font-weight:600;font-size:1rem;margin-bottom:.25rem}.leg-meta{font-size:.8rem;color:var(--muted)}.leg-meta span{margin-right:.75rem}.party-r{color:#f87171}.party-d{color:#60a5fa}.party-u{color:var(--muted)}.leg-contact{margin-top:.5rem;font-size:.8rem}.leg-contact a{color:var(--highlight);text-decoration:none;margin-right:.75rem}.leg-contact a:hover{text-decoration:underline}.leg-empty{text-align:center;padding:3rem;color:var(--muted)}.lobbyist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem}.lobbyist-card{background:var(--card);border-radius:8px;padding:1rem;cursor:pointer;transition:background .2s;border:1px solid var(--accent)}.lobbyist-card:hover{background:var(--accent)}.lobbyist-name{font-weight:600;font-size:1rem;margin-bottom:.35rem}.lobbyist-meta{font-size:.8rem;color:var(--muted);display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:.5rem}.type-badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.type-hospital{background:#1e3a5f;color:#93c5fd}.type-insurance{background:#1e3a2f;color:#86efac}.type-pharma{background:#2d1b4e;color:#c4b5fd}.type-mental_health{background:#3b1f1f;color:#fca5a5}.type-advocacy{background:#1f3b2d;color:#6ee7b7}.type-physician{background:#1f2b3b;color:#93c5fd}.type-nursing{background:#3b2d1f;color:#fcd34d}.type-industry{background:#2d2d2d;color:#d1d5db}.type-government{background:#1f3b3b;color:#67e8f9}.type-healthcare_policy{background:#3b1f2d;color:#f9a8d4}.type-pharmacy{background:#1f3b1f;color:#86efac}.type-fqhc{background:#2d1f3b;color:#c4b5fd}.type-other{background:#2d2d2d;color:#d1d5db}.priority-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.priority-tag{background:var(--accent);color:var(--muted);padding:.1rem .4rem;border-radius:3px;font-size:.7rem}.influence-bar-wrap{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.influence-label{font-size:.7rem;color:var(--muted);width:60px}.influence-bar-bg{flex:1;height:6px;background:var(--accent);border-radius:3px;overflow:hidden}.influence-bar-fill{height:100%;border-radius:3px;background:var(--highlight);transition:width .3s}.influence-score{font-size:.75rem;font-weight:600;color:var(--text);width:20px;text-align:right}.ooss-section{margin-top:2rem}.ooss-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ooss-header h3{font-size:1.1rem;color:var(--text)}.ooss-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}.ooss-card{background:var(--card);border-radius:8px;padding:.85rem;border:1px solid var(--accent);cursor:pointer}.ooss-card.noted{border-left:3px solid var(--highlight)}.ooss-card:hover{background:var(--accent)}.ooss-title{font-weight:600;font-size:.9rem;margin-bottom:.2rem}.ooss-meta{font-size:.75rem;color:var(--muted);margin-bottom:.35rem}.ooss-desc{font-size:.8rem;color:var(--muted);margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ooss-topics{display:flex;flex-wrap:wrap;gap:.25rem}.ooss-note{font-size:.75rem;color:var(--text);background:var(--accent);padding:.3rem .5rem;border-radius:4px;margin-top:.4rem;font-style:italic}.lobbyist-empty{text-align:center;padding:3rem;color:var(--muted)}.add-btn{background:var(--highlight);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600}.add-btn:hover{opacity:.9}.hc-filter{display:flex;align-items:center;gap:.5rem}.type-filter-btn{background:var(--card);border:1px solid var(--accent);color:var(--muted);padding:.3rem .75rem;border-radius:20px;font-size:.8rem;cursor:pointer;transition:all .2s}.type-filter-btn:hover,.type-filter-btn.active{background:var(--accent);color:var(--text)}.type-filter-btn.active{color:var(--highlight);border-color:var(--highlight)}@media(max-width:768px){header{flex-direction:column;gap:.5rem}.tabs{padding:0 1rem}.tab-btn{padding:.75rem 1rem;font-size:.8rem}th,td{padding:.5rem;font-size:.875rem}.filters{flex-direction:column;align-items:stretch}}input[type=text],input[type=email],input[type=number],textarea,select{padding:.5rem .75rem;border-radius:6px;border:1px solid var(--accent);background:var(--card);color:var(--text);font-size:.875rem;box-sizing:border-box}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--highlight)}.type-filter-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
