:root{--font: "Inter", system-ui, -apple-system, sans-serif;--bg: #f0f4f8;--surface: #ffffff;--border: #e2e8f0;--border-2: #cbd5e1;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--blue: #2563eb;--blue-light: #eff6ff;--blue-mid: #dbeafe;--phase-3: #16a34a;--phase-2: #2563eb;--phase-1: #7c3aed;--pre-clin: #d97706;--green: #16a34a;--amber: #d97706;--red: #dc2626;--purple: #7c3aed;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(15,23,42,.08), 0 1px 2px rgba(15,23,42,.04);--shadow-md: 0 4px 12px rgba(15,23,42,.1), 0 2px 4px rgba(15,23,42,.06);--shadow-lg: 0 12px 32px rgba(15,23,42,.14), 0 4px 8px rgba(15,23,42,.08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);font-family:var(--font);color:var(--text-primary);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:var(--font);cursor:pointer}textarea{font-family:var(--font)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.card-enter{animation:fadeIn .2s ease both}@media (max-width: 768px){.header-sources{display:none!important}.app-header{padding:0 14px!important}.app-main{padding:12px 12px 40px!important}.filter-divider{display:none!important}.filter-panel{gap:14px!important}.stats-bar{flex-wrap:wrap!important;gap:8px!important}.stats-bar .stats-right{margin-left:0!important;width:100%;display:flex;gap:8px}.stats-bar .stats-right select{flex:1}.stats-bar .stats-right .search-wrap{flex:2}.stats-bar .search-wrap input{width:100%!important}}@media (max-width: 600px){.lead-grid{grid-template-columns:1fr!important}}@media (max-width: 1024px) and (min-width: 601px){.lead-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))!important}}
