.index{display:flex;flex-direction:column}.index ul{margin:0;margin-left:2em;margin-top:1em;margin-bottom:1em;padding:0}.index h1{font-size:2em;margin:0}.index article{display:grid;grid-template-columns:[title] 1fr [desc] 2fr;grid-column-gap:1em;width:100%;margin-left:2em}.index article a{grid-column:title;grid-row:1;align-self:center;font-size:1.25em}.index article p{grid-column:desc;grid-row:1;align-self:center;font-size:1.5em}.index article p a{font-size:inherit}body:has(.page){display:grid;grid-template-columns:[toc] 15vw [content] 1fr}body:has(.page) .page{grid-column-start:1;grid-column-end:3}.right{display:flex;flex-direction:column;font-size:1.5em;position:fixed;top:1rem;right:1rem;justify-content:center;margin:0;padding:0}.right aside{display:flex;flex-direction:row}.right aside *{margin:auto}.right img{width:.8em;height:.8em;margin-left:.2em;margin-right:.2em}.right .placeholder{margin-left:.5em;margin-right:.5em;padding:0}@media (max-width: 80rem){.right aside:nth-child(3){display:none}}.toc_label{font-size:1.5rem}.toc_label:has(input:checked){display:none}nav:has(#toc_ctrl:checked)~.toc{display:flex}nav:has(#toc_ctrl:checked)~main{grid-column:content}.toc{position:fixed;left:0em;top:0em;width:15vw;display:none;flex-direction:column;margin-top:4rem;font-size:.75em;padding-left:1em}.toc h1{font-size:1em;text-decoration:underline}.toc a{text-decoration:none;color:#000;margin-bottom:1em}@media (max-width: 80rem){.toc{position:static;padding-left:0;width:auto;grid-column-start:1;grid-column-end:3;margin:auto;font-size:1em}nav:has(#toc_ctrl:checked)~main{grid-column-start:1;grid-column-end:3}}@media (min-width: 100rem){.toc{font-size:1em}}footer{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:[title] 1em [content] 1fr;align-items:baseline;margin-bottom:1em}footer *{justify-self:center}footer p{grid-row:title;margin:0;padding:0}footer aside{grid-row:content}.code_example aside{display:none}.code_example>[type=radio]:nth-of-type(1):checked~.labels>label.postgres_example{font-weight:bold;border-bottom:3px solid #000}.code_example>[type=radio]:nth-of-type(1):checked~.labels>label.postgres_example:hover{font-weight:bold;border-bottom:3px solid #000}.code_example>[type=radio]:nth-of-type(1):checked~aside.postgres_example{display:block}.code_example>[type=radio]:nth-of-type(1):checked~.labels>label.sqlite_example{border-bottom:none}.code_example>[type=radio]:nth-of-type(1):checked~.labels>label.sqlite_example:hover{border-bottom:3px solid #d0d0d0}.code_example>[type=radio]:nth-of-type(2):checked~.labels>label.postgres_example{border-bottom:none}.code_example>[type=radio]:nth-of-type(2):checked~.labels>label.postgres_example:hover{border-bottom:3px solid #d0d0d0}.code_example>[type=radio]:nth-of-type(2):checked~.labels>label.sqlite_example{font-weight:bold;border-bottom:3px solid #000}.code_example>[type=radio]:nth-of-type(2):checked~.labels>label.sqlite_example:hover{font-weight:bold;border-bottom:3px solid #000}.code_example>[type=radio]:nth-of-type(2):checked~aside.sqlite_example{display:block}.filetree{display:grid;grid-template-columns:1fr 3fr;grid-template-rows:1.5em 1fr;grid-template-areas:"paths_title content_title" "paths content"}.filetree .paths_title{grid-area:paths_title;border-bottom:1px solid #000;padding-left:calc(1em + 3px)}.filetree .paths_title p{margin:0;padding:0}.filetree .content_title{grid-area:content_title;border-bottom:1px solid #000;padding-left:1em}.filetree .content_title p{margin:0;padding:0}.filetree nav{grid-area:paths;display:flex;flex-wrap:nowrap;flex-direction:column;padding:0;margin:0;margin-top:.25em}@media (max-width: 60rem){.filetree{font-size:.75em}.filetree nav label{font-size:.5em}}@media (max-width: 80rem){.filetree{font-size:.8em}.filetree nav label{font-size:.75rem}}.filetree p,.filetree pre{width:100%;height:100%;margin:0}.filetree label{flex-grow:0;flex-shrink:0;margin-left:3px}.filetree label:hover{text-decoration:underline;border-left:3px solid silver;margin-left:0}.filetree label:has(input:checked){font-weight:bold;border-left:3px solid #000;margin-left:0}.filetree section{grid-area:content}.filetree section article{display:none;flex-shrink:0;height:fit-content;margin-left:.5em;margin-top:.5em}.filetree nav:has(label:nth-child(1) input:checked)~section article:nth-child(1){display:block}.filetree nav:has(label:nth-child(2) input:checked)~section article:nth-child(2){display:block}.filetree nav:has(label:nth-child(3) input:checked)~section article:nth-child(3){display:block}.filetree nav:has(label:nth-child(4) input:checked)~section article:nth-child(4){display:block}.filetree nav:has(label:nth-child(5) input:checked)~section article:nth-child(5){display:block}.filetree nav:has(label:nth-child(6) input:checked)~section article:nth-child(6){display:block}.filetree nav:has(label:nth-child(7) input:checked)~section article:nth-child(7){display:block}.filetree nav:has(label:nth-child(8) input:checked)~section article:nth-child(8){display:block}.filetree nav:has(label:nth-child(9) input:checked)~section article:nth-child(9){display:block}.filetree nav:has(label:nth-child(1) input:checked)~section article:nth-child(10){display:block}.labels_vertical{grid-area:paths;border-right:1px solid #000;display:flex;flex-direction:column;padding-left:1em}.compat section{display:grid;grid-template-columns:[title] 1fr [content] 3fr;margin-bottom:1em;padding:.5em;border-radius:5px;column-gap:1em}.compat section h1{grid-row:title;margin:0;padding:0;font-size:1.2em}.compat section article{grid-row:content;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:[title] 1.5em [content] 1fr;column-gap:1.2em}.compat section article h1{grid-row:title;font-size:1em;text-decoration:underline}.compat section article ul{grid-row:content;padding:0;margin:0;margin-bottom:1em}.compat section article .patch{grid-column:1}.compat section article .minor{grid-column:2}.compat section article .major{grid-column:3}.compat section:nth-child(1){border-bottom:1px solid #000;margin-bottom:1em}.compat section:nth-child(1) h1:nth-child(2){grid-column:content}.compat section:nth-child(even){background:rgba(100,100,100,.15)}@font-face{font-family:"material";font-style:normal;font-weight:100;src:url("material.ttf") format("truetype")}@font-face{font-family:"noto-serif";font-style:normal;font-weight:400;src:url("noto-serif.ttf") format("truetype")}@font-face{font-family:"noto-serif-italic";font-style:italic;font-weight:400;src:url("noto-italic-serif.ttf") format("truetype")}@font-face{font-family:"newsreader";font-style:normal;font-weight:400;src:url("newsreader.ttf") format("truetype")}@font-face{font-family:"newsreader-italic";font-style:italic;font-weight:250;src:url("newsreader-italic.ttf") format("truetype")}@font-face{font-family:"roboto-mono";font-style:italic;font-weight:400;src:url("roboto-mono.ttf") format("truetype")}*{font-family:noto-serif,noto-italic-serif,serif}.material{font-family:material;text-decoration:none;color:#000;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:newsreader,newsreader-italic,sans-serif}h1 code,h2 code,h3 code,h4 code,h5 code,h6 code{font-size:.8em}code{font-family:roboto-mono,monospace}code *{font-family:inherit}pre{padding:1em;border-radius:5px;overflow:scroll}article>pre{margin:1em}ul{list-style-type:"- "}.italics{font-style:italic}html{box-sizing:border-box;margin:0;padding:0;width:100vw;height:100vh;background:#a3bbe7;background:linear-gradient(90deg, rgba(40,27,100,.15) 5rem, #fff 15rem, #fff 100%);overflow-wrap:break-word}@media (max-width: 40rem){li{margin-bottom:.5rem}}@media (min-width: 40rem){html{font-size:1.25rem}main{margin-left:0;margin-right:0}}@media (min-width: 60rem){html{font-size:1.5rem}main{margin-left:5%;margin-right:5%}}@media (min-width: 80rem){html{font-size:1.5rem}}body{width:100vw;height:fit-content}main{max-width:100vw}main>h1:nth-child(1){text-align:center;text-decoration:none;margin-bottom:1em}main h1{font-size:1.75em}figure{overflow:scroll}.invisible{margin:0;padding:0;display:none}