:root { --brand-color: #e65100; --bg: #fafafa; --text: #333; --border: #e0e0e0; --th-bg: #eeeeee; --highlight: #fff3e0; --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; } .container { max-width: 900px; margin: 0 auto; padding: 0 1rem; } header.site-header { background: #fff; border-bottom: 1px solid var(--border); padding: 1rem 0; } header .container { display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 0.5rem; font-weight: bold; font-size: 1.25rem; color: var(--brand-color); } nav a { color: var(--text); text-decoration: none; margin-left: 1rem; font-size: 0.95rem; } nav a:hover { color: var(--brand-color); } .hero { padding: 3rem 0; text-align: center; } .hero h1 { font-size: 2.5rem; margin-bottom: 1rem; color: #111; } .hero p { max-width: 600px; margin: 0 auto; color: #555; } .controls { margin-bottom: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; justify-content: center; } .controls label { font-size: 0.95rem; font-weight: 600; } .controls input { padding: 0.5rem 0.75rem; border: 1px solid var(--border); border-radius: 4px; font-size: 1rem; } .controls button { padding: 0.5rem 1rem; background: var(--brand-color); color: #fff; border: none; border-radius: 4px; cursor: pointer; font-size: 1rem; } .controls button:hover { opacity: 0.9; } .table-wrapper { overflow-x: auto; margin-bottom: 3rem; background: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); } table { width: 100%; border-collapse: collapse; text-align: left; } th, td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); } th { font-weight: 600; background: var(--th-bg); } .group-header { text-align: center; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; border-right: 1px solid #ddd; } .group-header:last-child { border-right: none; } .sport { background: #e3f2fd; color: #0d47a1; } .boulder { background: #fbe9e7; color: #bf360c; } tr.active-row { background-color: var(--highlight); } tr:hover { background-color: #f5f5f5; cursor: default; } .content-block { margin-bottom: 3rem; } .content-block h2 { margin-bottom: 1rem; color: #222; border-bottom: 2px solid var(--border); padding-bottom: 0.5rem; } .content-block p { margin-bottom: 1rem; } footer { background: #fff; border-top: 1px solid var(--border); padding: 2rem 0; margin-top: 3rem; text-align: center; font-size: 0.9rem; color: #666; } footer .container { display: flex; flex-direction: column; gap: 0.5rem; align-items: center; } footer a { color: var(--brand-color); text-decoration: none; } footer nav { margin-top: 0.5rem; display: flex; gap: 1rem; justify-content: center; } @media (max-width: 600px) { .controls { flex-direction: column; align-items: stretch; } th, td { padding: 0.5rem; font-size: 0.9rem; } .hero h1 { font-size: 2rem; } }


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