/* Radio Station ID Sleuth - Base Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { font-size: 16px; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #222; background: #fff; }\na { color: #0066cc; text-decoration: none; }\na:hover { text-decoration: underline; }\n\n/* Layout */\n.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }\n\n/* Header */\nheader { background: #f8f8f8; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 100; }\n.nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; }\n.logo { font-size: 1.5rem; font-weight: 600; color: #000; }\n.logo:hover { color: #0066cc; }\n.nav-links { display: flex; gap: 1.5rem; }\n.nav-links a { color: #555; font-size: 0.95rem; }\n.nav-links a:hover { color: #0066cc; }\n\n/* Hero Section */\n.hero { padding: 2rem 0 1.5rem; text-align: center; }\n.hero h1 { font-size: 2.2rem; margin-bottom: 0.5rem; color: #333; }\n.subtitle { font-size: 1.1rem; color: #666; margin-bottom: 1.5rem; }\n\n.search-panel { display: flex; flex-direction: column; gap: 1rem; max-width: 600px; margin: 0 auto; }\n#searchInput { width: 100%; padding: 0.8rem 1rem; font-size: 1rem; border: 2px solid #ddd; border-radius: 6px; font-family: inherit; }\n#searchInput:focus { outline: none; border-color: #0066cc; }\n.filters { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }\nselect { padding: 0.6rem 0.8rem; border: 1px solid #ccc; border-radius: 4px; background: #fff; font-size: 0.95rem; }\n#clearFilters { background: #f0f0f0; border: 1px solid #ddd; border-radius: 4px; padding: 0.6rem 1rem; cursor: pointer; }\n#clearFilters:hover { background: #e0e0e0; }\n#searchBtn { padding: 0.8rem 2rem; font-size: 1rem; background: #0066cc; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: 500; }\n#searchBtn:hover { background: #0055aa; }\n\n/* Results Section */\n.results-section { padding: 2rem 0; }\n.results-section h2 { font-size: 1.8rem; margin-bottom: 1.5rem; color: #333; }\n.results-list { display: grid; gap: 1.5rem; max-width: 900px; margin: 0 auto; }\n.result-card { display: flex; gap: 1.5rem; background: #fafafa; border: 1px solid #eee; border-radius: 8px; padding: 1rem; flex-wrap: wrap; }\n.result-image { flex: 1 1 200px; min-width: 200px; }\n.result-info { flex: 2 1 300px; min-width: 300px; }\n.result-info h3 { font-size: 1.3rem; margin-bottom: 0.5rem; color: #0066cc; }\n.station-meta { font-size: 0.9rem; color: #777; margin-bottom: 0.5rem; }\n.station-description { font-size: 0.95rem; margin-bottom: 1rem; }\naudio { width: 100%; max-width: 350px; }\n.compare-btn { margin-top: 0.5rem; background: #f0f0f0; border: 1px solid #ccc; border-radius: 4px; padding: 0.5rem 1rem; cursor: pointer; font-size: 0.9rem; }\n.compare-btn:hover { background: #e0e0e0; }\n.hidden { display: none; }\n\n/* How-To Section */\n.how-to-section { padding: 2rem 0; background: #f8f8f8; margin-top: 2rem; }\n.how-to-section h2 { font-size: 1.8rem; margin-bottom: 1rem; color: #333; }\n.how-to-section p { margin-bottom: 1rem; color: #555; }\n.how-to-section h3 { font-size: 1.2rem; margin: 1.5rem 0 0.5rem; color: #0066cc; }\n.how-to-section ul { margin-left: 1.5rem; margin-bottom: 1rem; }\n.how-to-section li { margin-bottom: 0.3rem; }\n\n/* Footer */\nfooter { background: #f0f0f0; padding: 1.5rem 0; margin-top: 3rem; border-top: 1px solid #ddd; }\n.footer-note { font-size: 0.9rem; color: #666; margin-bottom: 0.5rem; }\n.footer-links a { font-size: 0.9rem; color: #0066cc; }\n.footer-links a:not(:last-child):after { content: ' | '; }\n\n/* Ad Space Reserve */\n.ad-reserve { min-height: 120px; display: flex; align-items: center; justify-content: center; background: #f9f9f9; border: 1px dashed #ddd; border-radius: 6px; margin: 1rem 0; }\n\n/* Responsive */\n@media (min-width: 768px) { .result-card { flex-wrap: nowrap; } .nav-links { gap: 2rem; } .hero h1 { font-size: 2.5rem; } }
@media (max-width: 600px) { .nav-links { flex-direction: column; gap: 1rem; } .how-to-section { padding: 1.5rem 0; } }
@media (max-width: 480px) { .hero h1 { font-size: 1.8rem; } .subtitle { font-size: 1rem; } }


/* Factory-injected deployment helpers. The AI owns the site design above this block. */
.ad-unit {
  width: min(100%, 720px);
  min-height: 120px;
  margin: 24px auto;
  display: block;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 40px auto;
}

.factory-fallback-nav {
  width: min(900px, calc(100% - 32px));
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  font-size: 0.95rem;
}

.factory-fallback-nav a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
