* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background: #fafaf7;
  line-height: 1.5;
}
header {
  background: #2c3e50;
  color: #fff;
  padding: 20px 24px;
}
header h1 { margin: 0; font-size: 1.6em; }
header h1 a { color: #fff; text-decoration: none; }
header .tagline { margin: 4px 0 0; opacity: 0.75; font-size: 0.95em; }
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}
h2 { color: #2c3e50; margin-top: 0; }
h3 { color: #34495e; }
a { color: #2980b9; }
.breadcrumb {
  font-size: 0.9em;
  margin-bottom: 1em;
  color: #666;
}
.breadcrumb a { color: #2980b9; }
.state-list,
.city-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 6px 16px;
}
.city-list li .count {
  color: #999;
  font-size: 0.85em;
}
.hint {
  color: #666;
  font-size: 0.9em;
  margin-top: 2em;
}
.org-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}
.org-table th,
.org-table td {
  text-align: left;
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
}
.org-table thead {
  background: #eef1f4;
}
.org-table td.code {
  text-align: center;
  font-family: monospace;
  color: #555;
  width: 150px;
}
.loading { color: #888; font-style: italic; }
.error { color: #c33; }
footer {
  max-width: 1200px;
  margin: 40px auto 20px;
  padding: 20px 24px;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 0.85em;
  text-align: center;
}
footer a { color: #666; }
.detail-card {
  margin-top: 2em;
  padding: 20px;
  background: #fff;
  border: 1px solid #d9dde3;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.detail-card h3 { margin-top: 0; color: #2c3e50; }
.detail-card h4 { color: #34495e; margin-top: 1em; }
.ein-line, .addr, .officer-line {
  margin: 4px 0;
  font-size: 0.9em;
  color: #555;
}
.ein-line code {
  background: #eef1f4;
  padding: 1px 5px;
  border-radius: 3px;
}
.filings-table {
  width: auto;
  border-collapse: collapse;
  margin: 0.5em 0;
  font-size: 0.92em;
}
.filings-table th,
.filings-table td {
  padding: 5px 14px;
  text-align: right;
  border-bottom: 1px solid #eee;
}
.filings-table th:first-child,
.filings-table td:first-child { text-align: left; }
.filings-table thead { background: #eef1f4; }
.ext-links { margin-top: 1em; font-size: 0.9em; }
.org-link { text-decoration: none; border-bottom: 1px dotted #2980b9; }
.org-link:hover { border-bottom: 1px solid #2980b9; }
.hint-small { color: #666; font-size: 0.88em; }
.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.82em;
  font-weight: 500;
}
.badge-active {
  background: #e6f4ea;
  color: #1e8449;
  border: 1px solid #a8d5b9;
}
.badge-hist {
  background: #f0f0f0;
  color: #888;
  border: 1px solid #ddd;
}
.status { width: 130px; }
.org-name-plain { color: #555; }
.green { color: #1e8449; font-weight: 500; }
.grey { color: #888; }
tr.org-row.expanded > td {
  background: #fff8e6;
  border-bottom: none;
}
tr.org-detail-row > td {
  padding: 0;
  background: #fff8e6;
  border-bottom: 2px solid #d9c98c;
}
tr.org-detail-row .detail-card {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #fff8e6;
  padding: 16px 24px 20px;
}
