/* Car Commute Carbon Calculator Styles */\n/* Version 1.0 */\n\n/* Reset and base styles */\n*{box-sizing:border-box;margin:0;padding:0}*,*::before,*::after{box-sizing:inherit}\nbody{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background:#fff;min-height:100vh}a{color:#0066cc;text-decoration:none}b{color:#000}\n\n/* Container */\n.container{max-width:900px;margin:0 auto;padding:1rem}\n\n/* Header */\nheader{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}\nheader h1{font-size:1.5rem;font-weight:600;color:#1a1a1a}\nheader .logo{color:#0066cc;font-weight:600;font-size:1.1rem}\n\n/* Cards */\n.card{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.05)}\nh2{font-size:1.25rem;margin-bottom:0.5rem;color:#1a1a1a;font-weight:600}\n\n/* Calculator form */\n.calculator{display:grid;gap:1rem}label{display:flex;flex-direction:column;font-size:0.9rem;color:#555;font-weight:500}\ninput,select{padding:0.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff}input:focus,select:focus{outline:none;border-color:#0066cc;box-shadow:0 0 0 3px rgba(0,102,204,0.1)}\n\n/* Grid rows */\n.row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}\n\n/* Buttons */\nbutton{background:#0066cc;color:#fff;border:none;padding:1rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background 0.2s}button:hover{background:#0052a3}button:focus{outline:3px solid rgba(0,102,204,0.4)}\n\n/* Emissions display */\n.emissions{background:#e8f4fd;border-left:4px solid #0066cc;padding:1rem;margin:1rem 0;border-radius:4px}emissions-value{font-size:2rem;font-weight:700;color:#0066cc}emissions-unit{font-size:1rem;color:#666;font-weight:500}\n\n/* Alternatives */\n.alternative{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin:0.5rem 0;transition:transform 0.2s}alternative:hover{transform:translateY(-2px);border-color:#0066cc}\nalt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}\nalt-name{font-weight:600;color:#1a1a1a}\nalt-reduction{color:#28a745;font-weight:600}\nalt-details{font-size:0.9rem;color:#666}\nalt-tips{background:#f8f9fa;padding:0.75rem;border-radius:4px;margin-top:0.5rem;font-size:0.9rem}\n\n/* Progress bar */\nprogress-container{background:#e9ecef;height:8px;border-radius:4px;overflow:hidden;margin-top:0.5rem}progress-fill{background:#28a745;height:100%;width:0%;transition:width 0.5s}\n\n/* Info sections */\nsection{margin-bottom:2rem}section h2{font-size:1.25rem;margin-bottom:1rem;color:#1a1a1a;font-weight:600}\nul{list-style:none;padding-left:1rem}ul li{margin-bottom:0.5rem;padding-left:1.25rem;background:center no-repeat left 0.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ctext y='12' font-size='14' fill='%2328a745'%3E%E2%9C%93%3C/text%3E%3C/svg%3E")}\n\n/* Footer */\nfooter{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;color:#666;font-size:0.9rem}footer a{color:#0066cc}\n\n/* Responsive adjustments */\n@media (max-width:600px){.container{padding:0.75rem}header h1{font-size:1.25rem}.row{grid-template-columns:1fr}.card{padding:1rem}}\n\n/* Print styles */\n@media print{.container{padding:0.5cm}header .logo{display:none}button{display:none}}\n\n/* Focus styles for accessibility */\ninput:focus,select:focus,button:focus{outline-offset:2px}\n\n/* Reduced motion support */\n@media (prefers-reduced-motion: reduce){transition:none}.progress-fill{transition:none}\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;
}
