:root{color-scheme:light;--background: #fbfaf7;--text: #161513;--muted: #68645d;--line: #d9d4ca;--link: #111111;--mark: #fff3b0;--measure: 760px}*{box-sizing:border-box}html{background:var(--background);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:16px;line-height:1.55;scrollbar-gutter:stable}body{margin:0;min-height:100vh;background:var(--background);color:var(--text)}a{color:var(--link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{background:var(--mark)}a.external:after{content:" ↗";font-size:.82em}img{display:block;max-width:100%;height:auto}::selection{background:var(--mark)}.site-shell{width:min(var(--measure),calc(100% - 32px));margin:0 auto;padding:28px 0 56px;min-height:100vh}.site-header{display:flex;align-items:baseline;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:52px}.site-title{font-weight:700;letter-spacing:0;text-decoration:none}.site-title:hover{background:transparent;text-decoration:underline}.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;color:var(--muted)}.site-nav a{color:var(--muted);text-decoration:none}.site-nav a:hover{color:var(--text);text-decoration:underline}.site-footer{border-top:1px solid var(--line);margin-top:64px;padding-top:18px;color:var(--muted);font-size:.9rem}.terminal-toggle{position:fixed;right:max(16px,calc((100vw - var(--measure)) / 2));bottom:16px;z-index:30;border:1px solid var(--line);background:var(--background);box-shadow:0 8px 24px #1615131f;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;width:42px;height:34px;line-height:1;text-decoration:none}.terminal-toggle:hover,.terminal-toggle[aria-expanded=true]{background:var(--mark);color:var(--text);text-decoration:none}.page-heading{margin:0 0 24px}.eyebrow,.section-label,.meta{color:var(--muted);font-size:.82rem;text-transform:uppercase}.eyebrow,.section-label{letter-spacing:.06em}h1,h2,h3,p,ul,ol,pre{margin-top:0}h1{font-size:clamp(2.25rem,8vw,5.25rem);line-height:.95;letter-spacing:0;margin-bottom:18px}h2{font-size:1.05rem;line-height:1.4;margin:0 0 14px}h3{font-size:1rem;line-height:1.45;margin:0 0 6px}p{margin-bottom:16px}.lead{font-size:clamp(1.12rem,2.8vw,1.45rem);line-height:1.45;max-width:720px;margin-bottom:0}.section{border-top:1px solid var(--line);padding-top:18px;margin-top:42px}.section--first{border-top:0;margin-top:0;padding-top:0}.section-label{margin-bottom:16px}.stack{display:grid;gap:18px}.list{list-style:none;padding:0;margin:0;display:grid;gap:18px}.line-item{display:grid;grid-template-columns:minmax(120px,.32fr) 1fr;gap:18px;align-items:baseline}.line-item time,.line-item .kicker{color:var(--muted);font-size:.9rem}.item-title{font-weight:700}.item-copy{color:var(--muted);margin:4px 0 0}.inline-links{display:flex;flex-wrap:wrap;gap:10px 14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.query-shell{display:grid;gap:14px}.query-drawer{position:fixed;left:0;right:0;bottom:0;z-index:40;border-top:1px solid var(--line);background:var(--background);box-shadow:0 -16px 36px #1615131f}.query-drawer[hidden]{display:none}.query-shell--drawer{width:min(var(--measure),calc(100% - 32px));height:min(72vh,640px);margin:0 auto;padding:14px 0 18px;overflow:auto}.query-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:10px;font-weight:700}.query-close{width:32px;height:28px;padding:0}.query-toolbar,.query-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}button{border:1px solid var(--line);border-radius:0;background:transparent;color:var(--text);cursor:pointer;font:inherit;line-height:1.25;min-height:34px;padding:6px 10px;white-space:nowrap}.query-toolbar button{min-width:74px}.query-actions button{min-width:56px}button:hover:not(:disabled){background:var(--mark)}button:disabled,.sql-input:disabled,.query-shell[data-sql-busy=true] .sql-editor{cursor:wait;opacity:.62}.sql-input,.sql-editor{width:100%;min-height:170px;height:170px}.sql-input{resize:vertical;border:1px solid var(--line);background:#fff;color:var(--text);font:inherit;line-height:1.5;padding:12px}.sql-input--fallback-hidden{display:none}.query-shell--drawer .sql-input,.query-shell--drawer .sql-editor{min-height:126px;height:126px}.query-shell--drawer .sql-editor .cm-scroller{min-height:126px;max-height:126px}.sql-editor .cm-editor{height:100%}.query-results{min-height:220px}.query-shell--drawer .query-results{min-height:180px;max-height:220px;overflow:auto}.query-status,.schema-note{color:var(--muted);font-size:.9rem}.query-status{display:inline-block;min-width:18ch}.query-status[data-state=error]{color:#8c241b}.result-scroll{overflow-x:auto}.result-table{width:100%;min-width:560px;border-collapse:collapse;font-size:.9rem}.result-table th,.result-table td{border:1px solid var(--line);padding:7px 9px;text-align:left;vertical-align:top}.result-table th{background:#f2efe8}.prose{max-width:720px}.prose h2{border-top:1px solid var(--line);padding-top:18px;margin-top:42px}.prose ul,.prose ol{padding-left:1.3rem}.prose li+li{margin-top:8px}.cat-gallery{column-count:3;column-gap:18px}.cat-figure{break-inside:avoid;margin:0 0 18px}.cat-figure img{width:100%;border:1px solid var(--line);background:#fff;object-fit:cover}.cat-figure figcaption{color:var(--muted);font-size:.9rem;margin-top:8px}@media(max-width:620px){.site-shell{width:min(100% - 24px,var(--measure));padding-top:18px}.site-header{align-items:flex-start;flex-direction:column;margin-bottom:38px}.site-nav{justify-content:flex-start}.line-item{grid-template-columns:1fr;gap:3px}.cat-gallery{column-count:1}.terminal-toggle{right:12px;bottom:12px}.query-shell--drawer{width:min(100% - 24px,var(--measure));height:78vh}.query-shell--drawer .sql-input,.query-shell--drawer .sql-editor{min-height:150px;height:150px}.query-shell--drawer .sql-editor .cm-scroller{min-height:150px;max-height:150px}.query-toolbar button{min-width:68px}}@media(min-width:621px)and (max-width:900px){.cat-gallery{column-count:2}}
