/* Analog Recorder Transport Cycles - Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #222; background: #fff; }\n\n.container { max-width: 900px; margin: 0 auto; padding: 1rem; }\n\n.site-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; padding: 1.5rem 0; border-bottom: 3px solid #e94560; }\n.site-header h1 { font-size: 1.8rem; margin-bottom: 0.5rem; }\n.site-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }\n.site-nav a { color: #fff; text-decoration: none; opacity: 0.9; font-size: 0.95rem; transition: opacity 0.2s; }\n.site-nav a:hover { opacity: 1; }\n\n.hero { text-align: center; margin-bottom: 2rem; }\n.tagline { font-size: 1.2rem; color: #555; margin-bottom: 1.5rem; max-width: 600px; margin-left: auto; margin-right: auto; }\n\n.recorder-selector, .input-group { margin-bottom: 1.5rem; }\nlabel { display: block; font-weight: 600; margin-bottom: 0.5rem; color: #333; }\ninput[type="number"], select { width: 100%; padding: 0.75rem; border: 2px solid #ddd; border-radius: 4px; font-size: 1rem; background: #fff; }\ninput:focus, select:focus { outline: none; border-color: #e94560; }\n\n.preset-buttons { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }\n.preset-btn { background: #f0f0f0; border: 1px solid #ccc; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer; transition: all 0.2s; }\n.preset-btn:hover { background: #e94560; color: #fff; border-color: #e94560; }\n\n.calculator-section { background: #f8f9fa; padding: 1.5rem; border-radius: 8px; margin-bottom: 2rem; }\n.calculator-section h2 { color: #1a1a2e; margin-bottom: 1rem; font-size: 1.3rem; }\n\n.results-section { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); padding: 1.5rem; border-radius: 8px; margin-bottom: 2rem; }\n.results-section h2 { color: #1a1a2e; margin-bottom: 1rem; }\n\n.results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }\n.result-card { background: #fff; padding: 1rem; border-radius: 6px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }\n.result-value { font-size: 1.8rem; font-weight: 700; color: #e94560; margin: 0.5rem 0; }\n.result-card h3 { font-size: 0.9rem; color: #666; margin-bottom: 0.5rem; }\n\n.output-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }\n.output-actions button { background: #e94560; color: #fff; border: none; padding: 0.75rem 1.25rem; border-radius: 4px; cursor: pointer; font-weight: 600; transition: background 0.2s; }\n.output-actions button:hover { background: #c2334c; }\n.output-actions button:focus { outline: 2px solid #e94560; outline-offset: 2px; }\n\n.content-section { margin: 2rem 0; padding: 1.5rem; background: #f8f9fa; border-radius: 8px; border-left: 4px solid #e94560; }\n.content-section h2 { color: #1a1a2e; margin-bottom: 1rem; font-size: 1.4rem; }\n\n.damage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; }\n.damage-item h3 { color: #e94560; font-size: 1rem; margin-bottom: 0.5rem; }\n.damage-item p { font-size: 0.9rem; }\n.symptom, .prevention { background: #fff; padding: 0.5rem; border-radius: 4px; margin: 0.5rem 0; }\n\n.schedule-table { width: 100%; border-collapse: collapse; margin: 1rem 0; background: #fff; }\n.schedule-table th, .schedule-table td { padding: 0.75rem; text-align: left; border-bottom: 1px solid #ddd; }\n.schedule-table th { background: #1a1a2e; color: #fff; }\n.schedule-table tr:hover { background: #f0f0f0; }\n\n.emergency-note { background: #fff3cd; border: 1px solid #ffc107; padding: 1rem; border-radius: 4px; margin-top: 1rem; }\n.emergency-note h3 { color: #856404; margin-bottom: 0.5rem; }\n\n.site-footer { background: #1a1a2e; color: #fff; padding: 1.5rem 0; margin-top: 2rem; }\n.site-footer p { font-size: 0.9rem; text-align: center; }\n.footer-nav { display: flex; justify-content: center; gap: 1.5rem; margin-top: 0.5rem; }\n.footer-nav a { color: #ccc; text-decoration: none; font-size: 0.85rem; }\n.footer-nav a:hover { color: #fff; }\n\n@media (max-width: 600px) {
  .site-nav { flex-direction: column; gap: 0.5rem; }
  .preset-buttons { flex-direction: column; }
  .results-grid { grid-template-columns: 1fr; }
  .damage-grid { grid-template-columns: 1fr; }
  .output-actions { flex-direction: column; }
}


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