  :root {
    --bg: #FEF8E7;
    --text: #1F1B16;
    --text-muted: #6B6359;
    --accent: #B45309;
    --rule: #E8DCC2;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body { background: var(--bg); color: var(--text); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; font-size: 17px; }
  .container { max-width: 720px; margin: 0 auto; padding: 32px 24px 64px; }
  .breadcrumb { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
  .breadcrumb a { color: var(--text-muted); text-decoration: none; }
  .breadcrumb a:hover { color: var(--accent); }
  .back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-size: 14px; font-weight: 500; margin-bottom: 32px; text-decoration: none; transition: opacity 0.15s ease; }
  .back-link:hover { opacity: 0.8; }
  .back-link svg { stroke: currentColor; }
  h1 { font-size: 28px; line-height: 1.25; margin-bottom: 24px; font-weight: 700; }
  h1 .en { color: var(--text-muted); font-weight: 500; font-size: 0.85em; }
  .definition-block { padding: 20px; background: rgba(180, 83, 9, 0.04); border-left: 3px solid var(--accent); border-radius: 4px; margin-bottom: 24px; }
  .definition-block p { margin-bottom: 12px; }
  .definition-block p:last-child { margin-bottom: 0; }
  .definition-en { font-size: 0.95em; color: var(--text-muted); }
  .source-cite { font-size: 13px; color: var(--text-muted); margin-top: 8px; }
  .source-cite a { color: var(--text-muted); }
  section { margin-bottom: 28px; }
  h2 { font-size: 20px; margin-bottom: 12px; font-weight: 600; }
  blockquote { border-left: 3px solid var(--rule); padding: 8px 16px; margin: 12px 0; font-style: italic; color: var(--text-muted); }
  blockquote cite { display: block; font-size: 13px; font-style: normal; margin-top: 6px; }
  .related-terms { font-size: 15px; color: var(--text-muted); padding: 16px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .related-terms a { color: var(--accent); text-decoration: none; }
  .related-terms a:hover { text-decoration: underline; }
  .cta-block { padding: 20px; background: #FFFFFF; border: 1px solid var(--rule); border-radius: 8px; margin-bottom: 24px; }
  .cta-block .cta-link { display: inline-block; margin-top: 8px; color: var(--accent); font-weight: 600; text-decoration: none; }
  .cta-block .cta-link:hover { text-decoration: underline; }
  .founder-note { padding: 20px 24px; background: rgba(180, 83, 9, 0.06); border-radius: 8px; margin-top: 32px; }
  .founder-note blockquote { border: none; padding: 0; font-style: normal; color: var(--text); font-size: 16px; }
  .founder-note cite { display: block; text-align: right; font-size: 14px; color: var(--text-muted); font-style: normal; margin-top: 12px; }
  dfn { font-style: normal; font-weight: 500; }
  .site-nav { position: sticky; top: 0; background: rgba(254, 248, 231, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--rule); z-index: 100; }
  .site-nav-inner { max-width: 1100px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .site-nav-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); }
  .site-nav-mark { width: 28px; height: 28px; display: inline-block; }
  .site-nav-mark svg { width: 100%; height: 100%; display: block; }
  .site-nav-name { font-weight: 700; font-size: 17px; }
  .site-nav-links { display: flex; gap: 20px; flex-wrap: wrap; justify-content: flex-end; }
  .site-nav-links a { font-size: 14px; color: var(--text-muted); text-decoration: none; transition: color 0.15s; }
  .site-nav-links a:hover { color: var(--accent); }
  .site-nav-links a.site-nav-cta { display: inline-flex; align-items: center; justify-content: center; padding: 8px 20px; background: #1C1917; color: #FFFFFF; font-family: 'DM Sans', system-ui, -apple-system, sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 9999px; border: none; transition: background 0.15s; }
  .site-nav-links a.site-nav-cta:hover { background: #292524; color: #FFFFFF; }
  .site-footer { border-top: 1px solid var(--rule); margin-top: 64px; padding: 32px 24px; background: var(--bg); }
  .site-footer-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
  @media (min-width: 640px) { .site-footer-inner { flex-direction: row; justify-content: space-between; align-items: flex-start; } }
  .site-footer-brand { display: flex; align-items: center; gap: 8px; }
  .site-footer-brand-mark { width: 28px; height: 28px; }
  .site-footer-brand-mark svg { width: 100%; height: 100%; display: block; }
  .site-footer-brand-name { font-weight: 700; font-size: 16px; color: var(--text); }
  .site-footer-tagline { font-size: 13px; color: var(--text-muted); margin-top: 4px; }
  .site-footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
  .site-footer-links a { font-size: 14px; color: var(--text-muted); text-decoration: none; transition: color 0.15s; }
  .site-footer-links a:hover { color: var(--accent); }
  .site-footer-copyright { max-width: 720px; margin: 16px auto 0; padding: 0 24px; font-size: 13px; color: var(--text-muted); text-align: center; }

  /* Glossary hub additions — only used by /глоссарий/ index, not leaves. */
  .lede { color: var(--text-muted); margin-bottom: 32px; }
  .glossary-hub h2 { font-size: 14px; margin-top: 32px; margin-bottom: 12px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }
  .term-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 8px; }
  .term-card { padding: 16px 20px; background: #FFFFFF; border: 1px solid var(--rule); border-radius: 8px; transition: border-color 0.15s; }
  .term-card:hover { border-color: var(--accent); }
  .term-card a { text-decoration: none; color: inherit; display: block; }
  .term-name { font-weight: 600; font-size: 18px; margin-bottom: 4px; }
  .term-en { color: var(--text-muted); font-weight: 400; font-size: 0.85em; }
  .term-summary { color: var(--text-muted); font-size: 15px; }
  .footnote { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--rule); font-size: 14px; color: var(--text-muted); }
