/* Shared stylesheet for the static guide articles — Editorial Schoolhouse
   reskin (values mirror the --sg-* tokens in src/index.css). */
:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: #0b1a2c;
  line-height: 1.7;
  background: #fbf9f3;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 40px 20px 64px; }
nav {
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
  padding: 18px 20px; border-bottom: 1px solid rgba(11,26,44,.12);
  max-width: 760px; margin: 0 auto; font-size: 15px;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
nav a { color: #4338ca; text-decoration: none; font-weight: 600; }
nav .brand { margin-right: auto; color: #0b1a2c; }
h1 { font-size: 34px; line-height: 1.2; margin: 8px 0 16px; letter-spacing: -0.01em; }
h2 { font-size: 23px; margin: 36px 0 10px; }
h3 { font-size: 18px; margin: 26px 0 8px; }
p, li { color: #33415c; }
a { color: #4338ca; }
strong { color: #0b1a2c; }
.lead { font-size: 19px; color: #14253c; }
blockquote {
  margin: 20px 0; padding: 14px 20px;
  border-left: 4px solid #f59e0b;
  background: #efe7d6; border-radius: 0 12px 12px 0;
}
table { border-collapse: collapse; width: 100%; font-size: 15px; }
th, td { border: 1px solid rgba(11,26,44,.18); padding: 8px 10px; text-align: left; }
th { background: #efe7d6; }
code { font-family: Consolas, monospace; background: #efe7d6; padding: 1px 5px; border-radius: 5px; font-size: 0.92em; }
footer {
  border-top: 1px solid rgba(11,26,44,.12); margin-top: 48px; padding-top: 18px;
  font-size: 14px; color: #5b6779;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
