/* Bolte Bridge Graffiti Dilemma - Production Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #1a1a1a; background: #ffffff; }\na { color: #2563eb; text-decoration: none; }\na:hover { text-decoration: underline; }\n\n/* Header & Navigation */\n.nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 100; }\n.nav-logo { font-weight: 700; font-size: 1.25rem; color: #1a1a1a; }\n.nav-links { display: flex; gap: 2rem; list-style: none; }\n.nav-links a { color: #475569; font-weight: 500; }\n.nav-links a:hover { color: #2563eb; }\n\n/* Hero Section */\n.hero { padding: 3rem 2rem; background: linear-gradient(135deg, #667eea 0%, #74b162 100%); color: white; }\n.hero h1 { font-size: 2.5rem; margin-bottom: 1rem; line-height: 1.2; }\n.hero-sub { font-size: 1.25rem; margin-bottom: 2rem; opacity: 0.95; }\n.perspective-selector { margin-bottom: 1.5rem; }\n.perspective-selector label { display: block; margin-bottom: 0.5rem; font-weight: 500; }\n.perspective-selector select { padding: 0.75rem 1rem; border-radius: 6px; border: none; font-size: 1rem; background: white; cursor: pointer; }\n.perspective-card { background: rgba(255,255,255,0.95); border-radius: 12px; padding: 2rem; color: #1a1a1a; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }\n.perspective-card h2 { margin-bottom: 1rem; color: #1a1a1a; }\n.perspective-card blockquote { font-style: italic; margin: 1rem 0; padding-left: 1rem; border-left: 4px solid #2563eb; }\n\n/* Cases Section */\n.cases-section { padding: 3rem 2rem; }\n.cases-section h2 { font-size: 2rem; margin-bottom: 2rem; color: #1a1a1a; }\n.cases-table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }\n.cases-table th, .cases-table td { padding: 1rem; text-align: left; border-bottom: 1px solid #e2e8f0; }\n.cases-table th { background: #f8fafc; font-weight: 600; color: #475569; }\n.cases-table tr:hover { background: #f8fafc; }\n.table-note { color: #64748b; font-size: 0.9rem; }\n\n/* Solutions Section */\n.solutions-section { padding: 3rem 2rem; background: #f8fafc; }\n.solutions-section h2 { font-size: 2rem; margin-bottom: 2rem; color: #1a1a1a; }\n.approach-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }\n.approach-card { background: white; border-radius: 12px; padding: 2rem; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }\n.approach-card h3 { color: #2563eb; margin-bottom: 1rem; }\n.approach-card p { color: #475569; }\n\n.ad-slot { margin: 2rem 0; text-align: center; }\n\n/* FAQ Section */\n.faq-section { padding: 3rem 2rem; }\n.faq-section h2 { font-size: 2rem; margin-bottom: 2rem; color: #1a1a1a; }\n.faq-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }\n.faq-item h3 { font-size: 1rem; margin-bottom: 0.5rem; color: #1a1a1a; }\n.faq-item p { color: #475569; font-size: 0.95rem; }\n\n/* Context Section */\n.context-section { padding: 3rem 2rem; background: #f8fafc; }\n.context-section h2 { font-size: 2rem; margin-bottom: 1.5rem; color: #1a1a1a; }\n.context-section p { margin-bottom: 1rem; color: #475569; }\n\n/* Footer */\n.footer { padding: 2rem; background: #1a1a1a; color: #94a3b8; text-align: center; font-size: 0.9rem; }\n.footer a { color: #94a3b8; }\n\n/* Responsive Design */\n@media (max-width: 768px) { .nav { flex-direction: column; gap: 1rem; padding: 1rem; } .nav-links { flex-direction: column; gap: 1rem; } .hero h1 { font-size: 2rem; } .hero { padding: 2rem 1rem; } .cases-table { font-size: 0.9rem; } .approach-grid { grid-template-columns: 1fr; } .faq-grid { grid-template-columns: 1fr; } }\n@media (max-width: 480px) { .hero h1 { font-size: 1.75rem; } .hero-sub { font-size: 1rem; } }\n


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