/* Kansas City World Cup Guide Styles */
* {box-sizing: border-box;}
body {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 0; line-height: 1.6; color: #333; background-color: #fff;}
header {background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%); color: white; padding: 1.5rem 0;}
header .tagline {font-size: 1.1rem; opacity: 0.9; margin-top: 0.25rem;}
nav a {color: white; text-decoration: none; margin-left: 1.5rem; font-weight: 500;}
nav a:hover {text-decoration: underline;}
.container {max-width: 1200px; margin: 0 auto; padding: 0 1rem;}
.hero {background: linear-gradient(135deg, #f7fafc 0%, #e2e8f0 100%); padding: 2.5rem 0;}
.hero h2 {font-size: 1.8rem; margin-bottom: 1.5rem; color: #1a365d;}
.match-selector {display: flex; gap: 1rem; align-items: center; flex-wrap: wrap;}
.match-selector label {font-weight: 500;}
#matchSelect {padding: 0.75rem; border: 1px solid #cbd5e0; border-radius: 4px; font-size: 1rem; flex: 1; min-width: 250px;}
#saveItinerary {background: #2c5282; color: white; border: none; padding: 0.75rem; border-radius: 4px; cursor: pointer; display: flex; align-items: center;}
#saveItinerary:hover {background: #1a365d;}
#saveItinerary svg {margin-left: 0.5rem;}
.venue-card {background: white; border-radius: 8px; padding: 1.5rem; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1);}
.venue-card h3 {margin-top: 0; color: #2c5282;}
.kickoff {font-weight: 500; color: #4a5568;}
.arrival {color: #718096;}
.directions a {color: #2c5282; text-decoration: none; font-weight: 500;}
.directions a:hover {text-decoration: underline;}
guide-section {padding: 2rem 0;}
guide-section h2 {color: #1a365d; margin-bottom: 1rem;}
.transit-options {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-bottom: 2rem;}
.option-card {background: white; border-radius: 8px; padding: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05);}
.option-card h3 {margin-top: 0; color: #2c5282;}
.option-card p {margin: 0.5rem 0;}
.good-to-learn {font-size: 0.9rem; color: #718096;}
.food-filters {margin-bottom: 1.5rem;}
.filter-btn {background: #e2e8f0; border: none; padding: 0.5rem 1rem; border-radius: 20px; cursor: pointer; margin-right: 0.5rem;}
.filter-btn.active, .filter-btn:hover {background: #2c5282; color: white;}
.restaurant-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem;}
.restaurant-card {background: white; border-radius: 8px; padding: 1rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05);}
.restaurant-card h3 {margin-top: 0; font-size: 1.1rem; color: #1a365d;}
.cuisine {font-size: 0.85rem; color: #718096;}
.price {font-size: 0.85rem; color: #4a5568;}
.tips-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem;}
.tip-card {background: white; border-radius: 8px; padding: 1.25rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05);}
.tip-card h3 {margin-top: 0; color: #2c5282; font-size: 1.1rem;}
.checklist {list-style: none; padding: 0;}
.checklist li {padding-left: 1.5rem; position: relative; margin-bottom: 0.5rem;}
.checklist li:before {content: '✓'; position: absolute; left: 0; color: #2c5282; font-weight: bold;}
.local-spots {display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem;}
.local-spots .spot h3 {margin-top: 0; font-size: 1rem; color: #2c5282;}
footer {background: #1a202c; color: #a0aec0; padding: 1.5rem 0; text-align: center;}
footer a {color: #90cdf4;}
@media (max-width: 768px) { .match-selector {flex-direction: column; align-items: stretch;} .filter-btn {margin-bottom: 0.5rem;} }
@media (max-width: 480px) { header h1 {font-size: 1.5rem;} }


/* 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;
}
