/* BNPL Exit Navigator Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { font-size: 16px; }\nbody { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; background: #f8f9fa; }\n.container { max-width: 960px; margin: 0 auto; padding: 1rem; }\nheader { background: linear-gradient(135deg, #2c3e50, #3498db); color: white; padding: 1.5rem 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }\nheader h1 { font-size: 1.8rem; margin-bottom: 0.3rem; }\nheader .tagline { font-size: 1rem; opacity: 0.9; font-weight: 300; }\nnav { display: flex; gap: 1.5rem; margin-top: 1rem; flex-wrap: wrap; }\nnav a { color: white; text-decoration: none; font-weight: 500; transition: opacity 0.2s; }\nnav a:hover { opacity: 0.8; }\nmain { padding: 2rem 0; }\nsection { margin-bottom: 2.5rem; }\nsection h2, section h3 { color: #2c3e50; margin-bottom: 0.8rem; font-size: 1.4rem; }\nsection h4 { color: #34495e; margin: 1.2rem 0 0.5rem; font-size: 1.1rem; }\np { margin-bottom: 1rem; }\n.hero { background: linear-gradient(135deg, #e8f4f8, #fff); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }\n.hero h2 { color: #2980b9; }\n.intro { color: #555; font-size: 1.05rem; margin-bottom: 1.5rem; }\n.presets { display: flex; gap: 1rem; flex-wrap: wrap; }\n.preset-btn, .export-btn, .add-btn { padding: 0.75rem 1.5rem; border: none; border-radius: 6px; cursor: pointer; font-size: 1rem; transition: all 0.2s; }\n.preset-btn { background: #3498db; color: white; }\n.preset-btn:hover { background: #2980b9; }\n.export-btn { background: #27ae60; color: white; }\n.export-btn:hover { background: #1e8449; }\n.add-btn { background: #9b59b6; color: white; }\n.add-btn:hover { background: #8e44ad; }\n.input-section .container { background: white; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }\n#accountsContainer { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0; }\n.account-card { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 0.75rem; align-items: center; padding: 1rem; background: #f8f9fa; border-radius: 8px; border-left: 4px solid #3498db; }\n.account-card.emergency { border-left-color: #e74c3c; }\n.account-card.needs { border-left-color: #f39c12; }\n.account-card.wants { border-left-color: #9b59b6; }\n.account-card label { font-weight: 600; color: #555; font-size: 0.9rem; }\n.account-card input, account-card select { width: 100%; padding: 0.5rem; border: 1px solid #ddd; border-radius: 4px; font-size: 0.95rem; }\n.account-card .priority-value { font-size: 0.9rem; font-weight: 600; }\n.results-section .container { background: white; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }\n.sequence-intro { color: #666; font-size: 0.95rem; margin-bottom: 1rem; }\n.table-wrapper { overflow-x: auto; }\n#exitTable { width: 100%; border-collapse: collapse; margin: 1rem 0; }\n#exitTable th, #exitTable td { padding: 0.85rem; text-align: left; border-bottom: 1px solid #eee; }\n#exitTable th { background: #f8f9fa; font-weight: 600; color: #555; }\n#exitTable tbody tr:hover { background: #f8f9fa; }\n.priority-badge { display: inline-block; padding: 0.25rem 0.6rem; border-radius: 12px; font-size: 0.8rem; font-weight: 600; }\n.priority-badge.emergency { background: #fee; color: #c0392b; }\n.priority-badge.needs { background: #fff3cd; color: #856404; }\n.priority-badge.wants { background: #f3e8ff; color: #6b46c1; }\n.action-link { color: #3498db; text-decoration: none; font-weight: 500; }\n.action-link:hover { text-decoration: underline; }\n#emptyState { text-align: center; padding: 2rem; color: #777; font-style: italic; }\n.help-section .container { background: #f8f9fa; border-radius: 12px; padding: 1.5rem; }\n.help-section ol, help-section ul { margin-left: 1.5rem; margin-bottom: 1rem; }\n.help-section li { margin-bottom: 0.5rem; }\nfooter { background: #2c3e50; color: #ddd; padding: 1.5rem 0; margin-top: 2rem; }\nfooter a { color: #3498db; text-decoration: none; }\nfooter a:hover { text-decoration: underline; }\n.hidden { display: none !important; }\n@media (max-width: 600px) {
  header h1 { font-size: 1.4rem; }
  .hero { padding: 1.25rem; }
  nav { flex-direction: column; gap: 0.75rem; }
  .account-card { grid-template-columns: repeat(2, 1fr); }
  #exitTable { font-size: 0.85rem; }
  #exitTable th, #exitTable td { padding: 0.6rem; }
}
@media (max-width: 480px) {
  .presets { flex-direction: column; }
  .account-card { grid-template-columns: 1fr; }
}


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