@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --ink: #172c39; --muted: #71828b; --line: #e5ecee; --mint: #bff4d8;
  --green: #087b5b; --navy: #0e2737; --cream: #f7fbfa; --white: #fff;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 14px 'DM Sans', sans-serif; }
.topbar { height: 72px; padding: 0 6.7%; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--navy); font: 700 21px 'Space Grotesk'; text-decoration: none; }
.brand > span:last-child span { color: var(--green); }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: #fff; background: var(--green); font-size: 17px; }
.topbar-actions { display: flex; align-items: center; gap: 9px; color: #74828a; font-size: 12px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #21bd78; }
.avatar { margin-left: 18px; border: 0; border-radius: 50%; width: 34px; height: 34px; background: #e1f4ea; color: var(--green); font-weight: 700; }
.container { width: min(1200px, 87%); margin: 0 auto; }
.hero { min-height: 230px; display: flex; align-items: center; justify-content: space-between; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; }
h1 { max-width: 620px; margin: 0; font: 700 clamp(29px, 4vw, 45px)/1.08 'Space Grotesk'; letter-spacing: -.8px; }
.hero-copy { margin: 16px 0 0; color: var(--muted); font-size: 16px; }
.hero-illustration { position: relative; width: 185px; height: 145px; margin-right: 6%; }
.illustration-ring { position: absolute; border: 1px solid #b5dfcd; border-radius: 50%; }
.ring-one { width: 130px; height: 130px; top: 5px; left: 20px; }
.ring-two { width: 75px; height: 75px; top: 33px; left: 48px; border-color: #8ccdb4; }
.illustration-pin { position: absolute; top: 42px; left: 78px; color: var(--green); font-size: 47px; transform: rotate(-15deg); }
.search-panel { padding: 23px 25px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 25px #19483b08; }
.search-row { display: flex; gap: 12px; }
.search-box { display: flex; flex: 1; align-items: center; gap: 12px; height: 50px; padding: 0 14px; border: 1px solid #d6e2e1; border-radius: 8px; }
.search-box > span { color: var(--green); font-size: 26px; line-height: 1; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); font: 14px 'DM Sans'; }
kbd { padding: 3px 7px; color: #97a7aa; border: 1px solid #e2e9e9; border-radius: 4px; font-size: 11px; }
button { cursor: pointer; font: inherit; }
.primary-button, .secondary-button { border: 0; border-radius: 8px; font-weight: 700; }
.primary-button { min-width: 157px; color: #fff; background: var(--green); }
.primary-button:hover { background: #066549; }
.primary-button span { margin-left: 10px; font-size: 18px; }
.filter-row { display: flex; align-items: end; gap: 15px; margin-top: 17px; }
.filter-row label:not(.active-toggle) { flex: 1; }
.filter-row label > span { display: block; margin-bottom: 7px; color: #7a8b91; font-size: 11px; font-weight: 600; }
select { width: 100%; height: 36px; padding: 0 11px; color: #40555e; background: #fff; border: 1px solid #dce6e5; border-radius: 6px; outline: 0; }
.active-toggle { min-width: 147px; }
.active-toggle strong { display: inline-block; margin: 0 0 0 7px; color: #50646b; font-size: 12px; vertical-align: 3px; }
.toggle { width: 35px; height: 20px; padding: 2px; border: 0; border-radius: 20px; background: #c6d2d2; vertical-align: middle; }
.toggle span { display: block; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: transform .2s; }
.toggle.is-on { background: var(--green); }.toggle.is-on span { transform: translateX(15px); }
.clear-button { padding: 0 0 10px; color: #688078; background: none; border: 0; white-space: nowrap; font-size: 12px; }
.results-header { display: flex; align-items: end; justify-content: space-between; margin: 36px 0 18px; }
h2 { margin: 0; font: 600 21px 'Space Grotesk'; }.results-header p { margin: 7px 0 0; color: var(--muted); }
.count-badge { display: inline-grid; place-items: center; min-width: 27px; height: 22px; margin-left: 5px; padding: 0 7px; border-radius: 12px; color: var(--green); background: #daf6e6; font: 700 12px 'DM Sans'; vertical-align: 2px; }
.results-actions { display: flex; gap: 10px; }.secondary-button { padding: 10px 14px; color: #47625a; background: #fff; border: 1px solid var(--line); }.view-button { width: 38px; color: var(--green); background: #e5f7ed; border: 0; border-radius: 7px; font-size: 20px; }
.feedback { min-height: 0; color: #b16b00; font-size: 12px; }.feedback:not(:empty) { padding: 10px 12px; margin-bottom: 12px; background: #fff7e6; border-radius: 7px; }
.lead-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding-bottom: 35px; }
.lead-card { min-height: 264px; padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: 11px; transition: transform .2s, box-shadow .2s; }.lead-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px #19483b10; }
.card-top { display: flex; justify-content: space-between; align-items: start; }.company-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px; color: var(--green); background: #e5f7ed; font: 700 18px 'Space Grotesk'; }.active-label { padding: 5px 8px; border-radius: 12px; color: #087b5b; background: #e3f7eb; font-size: 10px; font-weight: 700; }.inactive .active-label { color: #9b5b55; background: #fcecea; }
.lead-card h3 { margin: 15px 0 5px; font: 600 16px 'Space Grotesk'; }.cnpj { color: #829197; font-size: 11px; }.details { display: grid; gap: 8px; margin: 16px 0; color: #52666d; font-size: 12px; }.details span:first-child { margin-right: 6px; color: #8b9a9d; }.card-footer { display: flex; gap: 8px; padding-top: 13px; border-top: 1px solid #edf1f1; }.card-footer a { flex: 1; padding: 8px 4px; color: var(--green); border-radius: 6px; background: #f0fbf5; text-align: center; text-decoration: none; font-size: 11px; font-weight: 700; }.card-footer a:hover { background: #dff5e8; }
.empty-state { padding: 70px 20px; color: var(--muted); text-align: center; }.empty-state div { margin: auto; width: 45px; color: var(--green); font-size: 35px; }.empty-state h3 { margin: 12px 0 5px; color: var(--ink); font: 600 18px 'Space Grotesk'; }.empty-state p { margin: 0; }.footer { padding: 18px; color: #92a1a3; border-top: 1px solid var(--line); text-align: center; font-size: 11px; }
@media (max-width: 800px) { .hero-illustration { display: none; }.filter-row { flex-wrap: wrap; }.filter-row label:not(.active-toggle) { min-width: calc(50% - 8px); }.active-toggle { flex: 1; }.lead-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 530px) { .topbar { padding: 0 6%; }.topbar-actions { font-size: 0; }.avatar { margin-left: 8px; }.container { width: 88%; }.hero { min-height: 220px; }.hero-copy { font-size: 14px; }.search-row { flex-direction: column; }.primary-button { height: 45px; }.filter-row label:not(.active-toggle) { min-width: 100%; }.results-header { align-items: start; flex-direction: column; gap: 15px; }.lead-grid { grid-template-columns: 1fr; } kbd { display: none; } }
