
:root { color-scheme: light; }
* { box-sizing: border-box; }
html { font-size: 17px; }
body {
  margin: 0; padding: 0;
  font-family: Charter, Georgia, "Times New Roman", Times, serif;
  background: #ffffff;
  color: #1a1a1a;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrap { max-width: 720px; margin: 0 auto; padding: 2.4rem 1.4rem 4rem; }
.site-header { border-bottom: 1px solid #e0e0e0; padding-bottom: 1rem; margin-bottom: 2.4rem; }
.site-title {
  font-family: Charter, Georgia, "Times New Roman", Times, serif;
  font-size: 1.55rem; font-weight: 700; letter-spacing: -0.01em;
  margin: 0 0 0.25rem 0; color: #1a1a1a;
}
.site-tagline { font-style: italic; color: #6e6e6e; font-size: 0.95rem; margin: 0; }
.site-nav { margin-top: 0.8rem; font-size: 0.95rem; }
.site-nav a { color: #1a1a1a; text-decoration: none; border-bottom: 1px solid #1a1a1a; margin-right: 1.2rem; }
.site-nav a:hover { color: #525252; border-bottom-color: #525252; }
h1, h2, h3, h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a; line-height: 1.3; margin: 2.2rem 0 0.8rem 0;
}
h1 { font-size: 1.75rem; }
h2 { font-size: 1.35rem; border-bottom: 1px solid #e0e0e0; padding-bottom: 0.4rem; }
h3 { font-size: 1.1rem; }
h4 { font-size: 1rem; color: #525252; }
p { margin: 0.9rem 0; }
a { color: #1a1a1a; text-decoration: underline; text-decoration-color: #9a9a9a; text-underline-offset: 2px; }
a:hover { text-decoration-color: #1a1a1a; }
strong { font-weight: 700; color: #1a1a1a; }
em { font-style: italic; }
hr { border: none; border-top: 1px solid #e0e0e0; margin: 2.4rem 0; }
ul, ol { margin: 0.9rem 0; padding-left: 1.6rem; }
li { margin: 0.3rem 0; }
table { border-collapse: collapse; width: 100%; margin: 1.2rem 0; font-size: 0.95rem; }
th, td { border: 1px solid #e0e0e0; padding: 0.55rem 0.75rem; text-align: left; vertical-align: top; }
th { background: #f7f7f7; font-weight: 700; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
tbody tr:nth-child(even) td { background: #fafafa; }
.lead { font-size: 1.05rem; color: #2a2a2a; }
.note { background: #f7f7f7; border-left: 3px solid #b0b0b0; padding: 0.8rem 1rem; margin: 1.4rem 0; font-size: 0.95rem; }
.coming-soon { color: #9a9a9a; font-style: italic; }
.site-footer { border-top: 1px solid #e0e0e0; padding-top: 1.2rem; margin-top: 3.5rem; color: #6e6e6e; font-size: 0.85rem; }
.site-footer a { color: #6e6e6e; text-decoration-color: #c0c0c0; }
