:root{--color-bg: #fafafa;--color-text: #1a1a2e;--color-primary: #336791;--color-surface: #ffffff;--color-border: #dde1e6;--color-muted: #6b7280;--color-code-bg: #f3f4f6;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, monospace;--max-width: 64rem;--hl-comment: #57606a;--hl-keyword: #a40e26;--hl-type: #0b6b5e;--hl-string: #0a3069;--hl-number: #0550ae;--hl-name: #6639ba}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}body{min-height:100vh;display:flex;flex-direction:column}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:.5rem 1rem;background:var(--color-primary);color:#fff}.skip-link:focus{left:0}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:.75rem 1.5rem}.site-header-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-logo{font-size:1.25rem;font-weight:700;color:var(--color-primary);text-decoration:none}.site-nav{display:flex;gap:1.25rem;list-style:none;padding-left:0}.site-nav a{color:var(--color-text);text-decoration:none;font-size:.95rem;white-space:nowrap}.site-nav a:hover,.site-nav a:focus{color:var(--color-primary)}@media (max-width: 40em){.site-header-inner{flex-wrap:wrap}.site-nav{flex-wrap:wrap;gap:.5rem 1.25rem}.site-nav a{text-decoration:underline}}main{flex:1;max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem 2rem;width:100%}a:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.site-footer{border-top:1px solid var(--color-border);padding:1.5rem;text-align:center;color:var(--color-muted);font-size:.875rem}.site-footer a{color:var(--color-primary);text-decoration:underline}h1{font-size:2rem;margin-bottom:1rem;line-height:1.2}h2{font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem}p{margin-bottom:1rem}ul,ol{padding-left:1.5rem;margin-bottom:1rem}.sql-block,.code-block{background:var(--color-code-bg);border:1px solid var(--color-border);border-radius:.5rem;padding:1rem 1.25rem;overflow-x:auto;margin:1rem 0}.sql-block:focus-visible,.code-block:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.sql-block code,.code-block code{font-family:var(--font-mono);font-size:.9rem;white-space:pre;line-height:1.5}.hl-comment,.hl-punctuation.hl-definition.hl-comment{color:var(--hl-comment);font-style:italic}.hl-keyword,.hl-storage{color:var(--hl-keyword)}.hl-type,.hl-storage.hl-type{color:var(--hl-type)}.hl-string,.hl-quoted{color:var(--hl-string)}.hl-constant.hl-numeric,.hl-constant.hl-language{color:var(--hl-number)}.hl-support,.hl-entity.hl-name{color:var(--hl-name)}.hero{text-align:center;padding:1rem 0 1.25rem}.hero h1{font-size:2.5rem}.hero .tagline{font-size:1.25rem;color:var(--color-muted);margin-bottom:0}.lede{font-size:1.15rem;color:var(--color-muted);margin-bottom:1.5rem}.note{font-size:.95rem;color:var(--color-muted);border-left:3px solid var(--color-border);padding-left:.75rem}.quicklinks{margin:1rem 0 2.5rem}.quicklinks ul{list-style:none;padding-left:0;margin:0}.quicklinks li{padding:.5rem 0;border-top:1px solid var(--color-border)}.quicklinks li:last-child{border-bottom:1px solid var(--color-border)}.quicklinks a{font-weight:600;white-space:nowrap;margin-right:.5rem}.quicklinks span{color:var(--color-muted);font-size:.95rem}.download-list{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0}.download{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem}.download a{display:flex;align-items:center;gap:.5rem;padding:.6rem .9rem;font-family:var(--font-mono);font-size:.95rem;font-weight:600;text-decoration:none}.download:hover{border-color:var(--color-primary)}.file-icon{width:1rem;height:1rem;flex:none;color:var(--color-muted)}.more{margin-top:.75rem;margin-bottom:2.5rem;font-weight:600}.post-list{list-style:none;padding-left:0}.post-summary{border-top:1px solid var(--color-border);padding:1.25rem 0}.post-summary h2{font-size:1.3rem;margin-bottom:.35rem}.post-summary h2 a{text-decoration:none}.post-summary h2 a:hover{text-decoration:underline}.post-summary p{color:var(--color-muted);margin-bottom:0}.post-kind{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;color:var(--color-primary);margin-bottom:.25rem}.post-nav{border-top:1px solid var(--color-border);padding-top:1rem;margin-top:2.5rem;font-weight:600}.post-date{color:var(--color-muted);font-size:.9rem;margin-bottom:1.25rem}.post-content h2{margin-top:2rem}.post-content h3{margin-top:1.5rem}.post-content code{font-family:var(--font-mono);font-size:.9em;background:var(--color-code-bg);border:1px solid var(--color-border);border-radius:.25rem;padding:.05rem .3rem}.post-content a[href^="/display/"]{font-family:var(--font-mono);font-size:.9em;padding:.05rem .4rem;border:1px solid var(--color-border);border-radius:.25rem;text-decoration:none;white-space:nowrap}.post-content a[href^="/display/"]:hover{border-color:var(--color-primary)}.post-content blockquote{border-left:3px solid var(--color-border);padding-left:1rem;color:var(--color-muted)}.post-content table{border-collapse:collapse;width:100%;font-size:.92rem}.post-content table caption{text-align:left;font-weight:600;padding-bottom:.5rem}.post-content table th,.post-content table td{border:1px solid var(--color-border);padding:.45rem .7rem;text-align:left;white-space:nowrap}.post-content table th{background:var(--color-code-bg)}.post-content table table.decision-table th:last-child{background:color-mix(in srgb, var(--color-primary) 14%, var(--color-code-bg))}.post-content table td{font-family:var(--font-mono);font-size:.88rem}.post-content table td:has(mark){background:color-mix(in srgb, var(--color-primary) 10%, var(--color-surface));border-top:2px solid var(--color-primary);border-bottom:2px solid var(--color-primary)}.post-content table td:has(mark) mark{background:none;padding:0}mark{background:color-mix(in srgb, var(--color-primary) 20%, var(--color-surface));color:inherit;padding:0 .15em}.anchored a{color:inherit;text-decoration:none}.anchored a::after{content:" #";color:var(--color-primary);opacity:0}.anchored a:hover::after,.anchored a:focus::after{opacity:1}.anchored a:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.fn-list{margin-bottom:2rem}.fn-list dt{font-family:var(--font-mono);margin-top:1.25rem}.fn-list dt code{display:block;background:var(--color-code-bg);border:1px solid var(--color-border);border-radius:.35rem;padding:.5rem .75rem;font-size:.9rem;white-space:pre-wrap;overflow-wrap:break-word;padding-left:1.75rem;text-indent:-1rem}.fn-list dd{margin:.5rem 0 0;padding-left:.75rem;border-left:2px solid var(--color-border);color:var(--color-muted)}.table-scroll{overflow-x:auto;margin:1rem 0 1.5rem}.table-scroll:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.placeholder-notice{background:var(--color-code-bg);border:1px dashed var(--color-border);border-radius:.5rem;padding:2rem;text-align:center;color:var(--color-muted);margin-top:1.5rem}