.blog-prose{max-width:none;color:var(--color-brand-muted);font-size:1rem;line-height:1.75}.blog-prose>:first-child{margin-top:0}.blog-prose>:last-child{margin-bottom:0}.blog-prose :where(h1,h2,h3,h4,h5,h6):not(:where(.not-prose,.not-prose *)){scroll-margin-top:6rem;font-family:var(--font-display);font-weight:700;color:var(--color-brand-primary);line-height:1.25}.blog-prose :where(h1):not(:where(.not-prose,.not-prose *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em}.blog-prose :where(h2):not(:where(.not-prose,.not-prose *)){font-size:1.5em;margin-top:2em;margin-bottom:1em}.blog-prose :where(h3):not(:where(.not-prose,.not-prose *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em}.blog-prose :where(h4):not(:where(.not-prose,.not-prose *)){margin-top:1.5em;margin-bottom:.5em}.blog-prose :where(p):not(:where(.not-prose,.not-prose *)){margin-top:1.25em;margin-bottom:1.25em;color:var(--color-brand-muted)}.blog-prose :where(a):not(:where(.not-prose,.not-prose *)){color:var(--color-brand-secondary);font-weight:500;text-decoration:underline;text-underline-offset:4px}.blog-prose.blog-prose--legal :where(a):not(:where(.not-prose,.not-prose *)){text-decoration:none}@media(hover:hover){.blog-prose.blog-prose--legal :where(a):not(:where(.not-prose,.not-prose *)):hover{text-decoration:underline}}.blog-prose :where(strong):not(:where(.not-prose,.not-prose *)){color:var(--foreground);font-weight:600}.blog-prose :where(ul,ol):not(:where(.not-prose,.not-prose *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.blog-prose :where(ul):not(:where(.not-prose,.not-prose *)){list-style-type:disc}.blog-prose :where(ol):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.blog-prose :where(li):not(:where(.not-prose,.not-prose *)){margin-top:.5em;margin-bottom:.5em;color:var(--color-brand-muted)}.blog-prose :where(li):not(:where(.not-prose,.not-prose *))>:first-child{margin-top:0}.blog-prose :where(li):not(:where(.not-prose,.not-prose *))>:last-child{margin-bottom:0}.blog-prose ul.contains-task-list{list-style:none;padding-inline-start:1.75rem}.blog-prose li.task-list-item{position:relative;margin-top:.35em;margin-bottom:.35em}.blog-prose li.task-list-item>input[type=checkbox]{appearance:none;-webkit-appearance:none;position:absolute;left:-1.75rem;top:.35em;width:1.05rem;height:1.05rem;margin:0;border:1.5px solid color-mix(in oklab,var(--color-brand-muted) 50%,transparent);border-radius:.2rem;background:transparent;cursor:pointer}.blog-prose li.task-list-item>input[type=checkbox]:checked{border-color:var(--color-brand-secondary);background-color:var(--color-brand-secondary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.5 5 9l4.5-5.5'/%3E%3C/svg%3E");background-size:.75rem .75rem;background-position:center;background-repeat:no-repeat}.blog-prose li.task-list-item>input[type=checkbox]:focus-visible{outline:2px solid var(--color-brand-secondary);outline-offset:2px}.blog-prose li.task-list-item>label.blog-task-label{cursor:pointer}.blog-prose li.task-list-item:has(input:checked){color:var(--color-brand-muted)}.blog-prose li.task-list-item:has(input:checked)>label.blog-task-label,.blog-prose li.task-list-item:has(input:checked)>label.blog-task-label>p{text-decoration:line-through;text-decoration-color:color-mix(in oklab,var(--color-brand-muted) 70%,transparent)}.blog-prose li.task-list-item>label.blog-task-label>p{margin:0}.blog-prose :where(blockquote):not(:where(.not-prose,.not-prose *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;border-inline-start-width:.25rem;border-inline-start-color:var(--color-brand-border);color:var(--color-brand-muted);font-style:italic;font-weight:500}.blog-prose :where(hr):not(:where(.not-prose,.not-prose *)){margin-top:3em;margin-bottom:3em;border-color:var(--color-brand-border)}.blog-prose :where(img):not(:where(.not-prose,.not-prose *)){margin-top:2em;margin-bottom:2em;border-radius:var(--radius)}.blog-prose :where(code):not(:where(.not-prose,.not-prose *)){color:var(--foreground);font-size:.875em;font-weight:600}.blog-prose :where(pre):not(:where(.not-prose,.not-prose *)){margin-top:1.7142857em;margin-bottom:1.7142857em;padding:.8571429em 1.1428571em;border-radius:.375rem;background-color:var(--color-brand-surface);color:var(--foreground);font-size:.875em;line-height:1.7142857;overflow-x:auto}.blog-prose :where(pre code):not(:where(.not-prose,.not-prose *)){font-weight:inherit;background:transparent}.blog-prose .table-wrapper{display:block;max-width:100%;overflow-x:auto;margin-top:2em;margin-bottom:2em}.blog-prose :where(table):not(:where(.not-prose,.not-prose *)){width:100%;border:1px solid var(--color-brand-border);border-radius:8px;border-spacing:0;border-collapse:separate;background:#fff;margin-top:0;margin-bottom:0;font-size:.875em;line-height:1.7142857}.blog-prose :where(thead):not(:where(.not-prose,.not-prose *)){background:var(--color-brand-surface)}.blog-prose :where(th):not(:where(.not-prose,.not-prose *)){color:var(--foreground);font-weight:700;white-space:nowrap;border-bottom:1px solid var(--color-brand-border);padding:.75rem .9rem}.blog-prose :where(td):not(:where(.not-prose,.not-prose *)){color:var(--color-brand-muted);white-space:nowrap;border-bottom:1px solid var(--color-brand-border);padding:.75rem .9rem}.blog-prose :where(tbody tr:nth-child(2n)):not(:where(.not-prose,.not-prose *)){background:var(--color-brand-warm)}.blog-prose :where(tbody tr:hover):not(:where(.not-prose,.not-prose *)){background:var(--color-brand-surface)}.blog-prose :where(tbody tr:last-child td):not(:where(.not-prose,.not-prose *)){border-bottom:0}
