*{box-sizing:border-box;margin:0;padding:0}:root{--max-width:680px;--text-primary:#1a1a1a;--text-secondary:#666;--bg:#fafafa;--link:#06c}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6}main{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 6rem;min-height:calc(100vh - 80px)}h1{font-size:2rem;margin-bottom:1rem}h1,h2{font-weight:600}h2{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}h3{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}ul{margin:.5rem 0 1rem 1.5rem;color:var(--text-secondary)}li{margin-bottom:.5rem}.subtitle{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem}.links{display:flex;gap:1.5rem;margin-top:2rem}.last-updated{margin-top:3rem}.last-updated,footer{font-size:.875rem;color:var(--text-secondary)}footer{max-width:var(--max-width);margin:0 auto;padding:1.5rem;border-top:1px solid #e5e5e5;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}@media (max-width:480px){main{padding:2rem 1rem 4rem}h1{font-size:1.5rem}.links{gap:.75rem}.links,footer{flex-direction:column}footer{text-align:center}}