:root{color-scheme:light dark;--bg: #f7f7f7;--surface: #ffffff;--text: #1d1e20;--muted: #5f6368;--line: #dadde1;--accent: #2f6feb;--code-bg: #eef1f4;--code-block-bg: #20242b;--code-block-text: #f3f6fa;--code-block-line: #363d47;--shadow: 0 10px 30px rgb(15 23 42 / 8%);--max: 1024px;--article: 760px}html[data-theme=dark]{color-scheme:dark;--bg: #1d1e20;--surface: #242629;--text: #f0f0f0;--muted: #b8bdc4;--line: #3b3f45;--accent: #8ab4f8;--code-bg: #2f3338;--shadow: none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65}a{color:inherit;text-decoration-color:color-mix(in srgb,currentColor 34%,transparent);text-underline-offset:.18em}a:hover{color:var(--accent)}img,video,iframe{max-width:100%}img,video{height:auto}.site-header,.site-footer,.page{width:min(var(--max),calc(100% - 48px));margin:0 auto}.post{width:min(var(--article),calc(100% - 48px));margin:0 auto}.site-header{border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;min-height:64px;gap:22px}.brand{flex:0 0 auto;font-size:1.45rem;font-weight:700;text-decoration:none}nav{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-left:auto;color:var(--text);font-size:.95rem}nav a{text-decoration:none}.header-actions{order:3;display:flex;align-items:center;gap:8px;margin-left:4px}.theme-toggle,.menu-toggle{display:inline-grid;place-items:center;width:36px;height:36px;border:0;border-radius:8px;background:transparent;color:var(--text);cursor:pointer}.theme-toggle:hover,.menu-toggle:hover{background:color-mix(in srgb,var(--muted) 14%,transparent)}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:20;display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);box-shadow:var(--shadow);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.back-to-top[data-visible]{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{border-color:var(--accent);color:var(--accent);background:var(--surface)}.back-to-top:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.back-to-top svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.theme-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}html[data-theme=dark] .moon-icon,html[data-theme=light] .sun-icon,.menu-toggle{display:none}.menu-toggle span{width:18px;height:2px;background:currentColor}main{min-height:72vh}.site-footer{margin-top:56px;padding:26px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}.page,.post{padding-top:34px}.list-page{max-width:820px}.page-title,.post-header h1{margin:0;letter-spacing:0;overflow-wrap:break-word}.page-title{font-size:clamp(2rem,4vw,3.2rem);line-height:1.12}.lead{max-width:680px;color:var(--muted);font-size:1.05rem}.eyebrow{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.04em;margin:0 0 8px;text-transform:uppercase}.post-list{display:grid;gap:0}.post-card{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.post-card:first-child{padding-top:0}.post-card-image{--post-card-image-height: 150px;display:grid;place-items:center;align-self:start;width:100%;height:var(--post-card-image-height);overflow:hidden;border-radius:6px;background:var(--surface);box-shadow:var(--shadow)}.post-card-body{min-width:0;align-self:start}.home-hero{padding-top:clamp(56px,9vw,104px);padding-bottom:clamp(42px,7vw,76px)}.home-hero h1{max-width:860px;margin:0;font-size:clamp(2.5rem,6.3vw,5.2rem);line-height:.98;letter-spacing:-.045em}.home-intro{max-width:720px;margin:28px 0 0;color:var(--muted);font-size:clamp(1.08rem,2vw,1.28rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.primary-action,.secondary-action{display:inline-flex;align-items:center;min-height:46px;border:1px solid var(--line);border-radius:7px;padding:9px 15px;font-weight:700;text-decoration:none}.primary-action{border-color:var(--text);background:var(--text);color:var(--bg)}.primary-action:hover{color:var(--bg);opacity:.86}.home-section{padding-top:52px;padding-bottom:28px;border-top:1px solid var(--line)}.home-section .post-list .post-card:last-child{border-bottom:0}.section-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:36px;align-items:end;margin-bottom:30px}.section-heading--compact{grid-template-columns:minmax(0,720px)}.section-heading h2{margin:0;font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.06}.section-heading>p,.section-heading>a{margin:0;color:var(--muted)}.section-heading>p{max-width:42ch}.section-heading>a{justify-self:end;align-self:end;font-weight:700;text-underline-offset:3px}.workflow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.workflow-card{min-height:220px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 70%,var(--bg))}.workflow-card h3{margin:0 0 12px;font-size:1.4rem}.workflow-card p{margin:0 0 26px;color:var(--muted)}.workflow-card a{font-weight:700}.visible-faq{margin-top:44px;padding-top:8px;border-top:1px solid var(--line)}.visible-faq h2{font-size:1.65rem}.visible-faq details{border-bottom:1px solid var(--line);padding:16px 0}.visible-faq summary{cursor:pointer;font-weight:700}.visible-faq p{margin:10px 0 0;color:var(--muted)}.post-card-image img{display:block;width:auto;height:auto;max-width:100%;max-height:var(--post-card-image-height)}.post-card-no-image{grid-template-columns:minmax(0,1fr)}.post-card-no-image .post-card-body{max-width:680px}.post-card h2{margin:4px 0 10px;display:-webkit-box;overflow:hidden;font-size:1.4rem;line-height:1.28;text-wrap:pretty;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-card h2 a{text-decoration:none}.post-card p{margin:0 0 10px;display:-webkit-box;overflow:hidden;color:var(--muted);font-size:.96rem;line-height:1.5;text-wrap:pretty;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-card time{font-size:.92rem}.post-card time,.post-meta,.taxonomy-footer{color:var(--muted)}.inline-tags,.taxonomy-footer div,.term-grid{display:flex;flex-wrap:wrap;gap:8px}.inline-tags{gap:6px}.inline-tags a,.taxonomy-footer a,.term-grid a{border:1px solid var(--line);border-radius:6px;color:var(--muted);padding:4px 9px;text-decoration:none}.inline-tags a:hover,.taxonomy-footer a:hover,.term-grid a:hover{border-color:var(--accent);color:var(--accent)}.inline-tags a{padding:3px 7px;font-size:.8rem;line-height:1.25}.pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:32px;color:var(--muted)}.pagination a{color:var(--text);text-decoration:none}.pagination .next{justify-self:end}.page-number{font-size:.92rem}.post-header{max-width:100%;display:grid;gap:14px}.post-header h1{max-width:100%;font-size:clamp(1.95rem,3vw,2.65rem);line-height:1.12}.post-meta{display:flex;flex-wrap:wrap;gap:12px}.post-cover{display:block;width:auto;max-width:100%;max-height:560px;height:auto;margin-top:12px;border-radius:6px;background:var(--surface);object-fit:contain}.post{display:block}.post-body{min-width:0;margin-top:36px}.prose{min-width:0;font-size:1.05rem}.toc{margin-top:30px;padding:18px 20px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 86%,var(--bg));color:var(--muted);font-size:.96rem}.toc summary{cursor:pointer;color:var(--text);font-size:1.02rem;font-weight:700;line-height:1.35}.toc ul{margin:14px 0 0;padding-left:1.25rem}.toc li{margin:.48rem 0}.toc .depth-3{margin-left:1.05rem}.toc a{color:color-mix(in srgb,var(--text) 78%,var(--muted));text-decoration:none}.toc a:hover{color:var(--accent)}.prose h1{font-size:2rem;line-height:1.22}.prose>h1:first-child{display:none}.prose h2{font-size:1.65rem}.prose h3{font-size:1.35rem}.prose h1,.prose h2,.prose h3{line-height:1.22;margin:2em 0 .7em;overflow-wrap:break-word}.prose p,.prose ul,.prose ol{color:color-mix(in srgb,var(--text) 86%,var(--muted))}.prose blockquote{margin:28px 0;padding:16px 20px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 84%,var(--bg));color:var(--text)}.prose blockquote p{margin:0;color:inherit}.prose table{display:block;width:100%;margin:30px 0 34px;overflow-x:auto;table-layout:fixed;border-spacing:0;font-size:.94rem;line-height:1.5;scrollbar-color:var(--muted) transparent;scrollbar-width:thin}.prose table th,.prose table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.prose table th{color:var(--text);background:color-mix(in srgb,var(--surface) 88%,var(--bg));font-size:.76rem;font-weight:700;letter-spacing:.04em;line-height:1.35;text-transform:uppercase}.prose table th:first-child,.prose table td:first-child{font-weight:700}.prose table tbody tr:nth-child(2n){background:color-mix(in srgb,var(--surface) 58%,var(--bg))}.prose table tbody tr:last-child td{border-bottom:0}.prose table:has(th:nth-child(4)) th:nth-child(1),.prose table:has(th:nth-child(4)) td:nth-child(1){width:16%}.prose table:has(th:nth-child(4)) th:nth-child(2),.prose table:has(th:nth-child(4)) td:nth-child(2){width:20%}.prose table:has(th:nth-child(4)) th:nth-child(3),.prose table:has(th:nth-child(4)) td:nth-child(3){width:30%}.prose table:has(th:nth-child(4)) th:nth-child(4),.prose table:has(th:nth-child(4)) td:nth-child(4){width:34%}.prose img,.prose video,.youtube-embed{display:block;width:auto;max-width:100%;height:auto;margin:24px 0;border-radius:6px;background:var(--surface)}.youtube-embed{width:100%;aspect-ratio:16 / 9;border:0}.prose code{border-radius:4px;background:var(--code-bg);padding:.14em .32em}.prose pre{position:relative;overflow:auto;border:1px solid var(--code-block-line);border-radius:8px;background:var(--code-block-bg)!important;color:var(--code-block-text)!important;padding:16px;scrollbar-color:#778394 transparent;scrollbar-width:thin}.copy-code{position:absolute;top:10px;right:10px;z-index:1;border:1px solid #4a535f;border-radius:5px;background:#2b3139;color:#dce3eb;padding:5px 9px;font:inherit;font-size:.72rem;line-height:1.2;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.copy-code:hover,.copy-code:focus-visible{border-color:#8e9baa;background:#363e48;color:#fff}.copy-code[data-copied=true]{border-color:#91b69f;color:#c5e6cf}.prose pre code{display:block;min-width:max-content;border-radius:0;background:transparent!important;color:inherit;padding:0;font-size:.9em;line-height:1.6}.taxonomy-footer{display:grid;gap:16px;max-width:var(--article);margin-top:42px;padding-top:24px;border-top:1px solid var(--line)}.taxonomy-footer strong{color:var(--text);margin-right:8px}.term-grid{margin-top:28px}@media(max-width:900px){.prose table{min-width:680px;table-layout:auto}.site-header,.site-footer,.page,.post{width:min(var(--max),calc(100% - 32px))}.header-inner{flex-wrap:wrap;gap:0;min-height:60px;padding:12px 0}.brand{order:0;font-size:1.2rem}.header-actions{order:1;margin-left:auto}.menu-toggle{display:inline-grid}nav{order:2;display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;margin:12px 0 0;padding-top:10px;border-top:1px solid var(--line)}nav[data-open]{display:flex}nav a{padding:10px 0}.page,.post{padding-top:28px}.post-card{display:block;padding:24px 0}.post-card-image{--post-card-image-height: min(52vw, 220px);margin-bottom:16px}.post-card h2{font-size:1.35rem}.home-hero h1{font-size:clamp(2.35rem,12vw,3.8rem)}.section-heading{grid-template-columns:1fr;gap:12px}.section-heading>a{justify-self:start}.workflow-grid{grid-template-columns:1fr}.workflow-card{min-height:auto}.page-title{font-size:2rem;line-height:1.18}.post-header h1{font-size:1.42rem;line-height:1.15}.post-body{margin-top:26px}.toc{margin-top:18px;padding:10px 12px;font-size:.8rem;line-height:1.36}.toc summary{font-size:.88rem}.toc ul{margin-top:8px;padding-left:.95rem}.toc li{margin:.22rem 0}.toc .depth-3{margin-left:.52rem}.toc:not([open]){padding-bottom:10px}.toc:not([open]) summary{margin:0}.prose{font-size:1rem}.prose h1{font-size:1.7rem}.prose h2{font-size:1.42rem}.prose pre code{min-width:0;white-space:pre-wrap;overflow-wrap:anywhere}.back-to-top{right:16px;bottom:16px;width:40px;height:40px}}@media(max-width:380px){.post-header h1{font-size:1.34rem}.toc{padding:10px}}
