:root{--prose-headings: var(--text-bold-color, #111827);--prose-body: var(--main-color);--prose-links: var(--button-flat);--prose-links-hover: var(--button-hover);--prose-borders: rgba(0, 0, 0, .1);--prose-captions: var(--text-secondary, #6b7280);--prose-code-bg: rgba(0, 0, 0, .05);--prose-code-text: var(--text-bold-color, #111827);--prose-pre-bg: rgb(31, 41, 55);--prose-pre-text: rgb(229, 231, 235);--prose-blockquote: var(--text-secondary, #6b7280)}.dark{--prose-headings: var(--secundary-color);--prose-body: var(--secundary-color);--prose-borders: rgba(255, 255, 255, .1);--prose-captions: rgba(255, 255, 255, .7);--prose-code-bg: rgba(255, 255, 255, .1);--prose-code-text: var(--secundary-color);--prose-blockquote: rgba(255, 255, 255, .7)}.container{width:100%;max-width:65ch;margin-left:auto;margin-right:auto}.blog-post{display:flex;flex-direction:column;width:100%}.blog-header{margin-bottom:3rem}.hero-image-container{width:100%;margin-bottom:2.5rem;display:flex;justify-content:center}.hero-image{max-width:1200px;width:100%;max-height:500px;object-fit:cover;border-radius:.375rem;box-shadow:0 10px 25px -5px #0000000d}.post-title{font-size:2.5rem;line-height:1.1;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem;color:var(--prose-headings)}.post-meta{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--prose-captions);margin-bottom:1.5rem}.updated-date{font-style:italic}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--prose-borders)}.back-link{display:inline-flex;align-items:center;color:var(--prose-links);font-weight:500;text-decoration:none;transition:color .2s ease}.back-link:hover{color:var(--prose-links-hover);text-decoration:underline}.prose{color:var(--prose-body);max-width:65ch;font-size:1.125rem;line-height:1.75}.prose p,.prose ul,.prose ol,.prose blockquote{margin-top:1.25em;margin-bottom:1.25em}.prose h1{font-size:2.25rem;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111;font-weight:800;letter-spacing:-.025em;color:var(--prose-headings)}.prose h2{font-size:1.5rem;margin-top:2em;margin-bottom:1em;line-height:1.3333333;font-weight:700;letter-spacing:-.025em;color:var(--prose-headings);border-bottom:1px solid var(--prose-borders);padding-bottom:.5rem}.prose h3{font-size:1.25rem;margin-top:1.6em;margin-bottom:.6em;line-height:1.6;font-weight:600;color:var(--prose-headings)}.prose h4{margin-top:1.5em;margin-bottom:.5em;line-height:1.5;font-weight:600;color:var(--prose-headings)}.prose ul{list-style-type:disc;padding-left:1.625em}.prose ol{list-style-type:decimal;padding-left:1.625em}.prose li{margin-top:.5em;margin-bottom:.5em;padding-left:.375em}.prose li::marker{color:var(--prose-captions)}.prose a{color:var(--prose-links);text-decoration:underline;font-weight:500;text-underline-offset:2px;transition:color .15s ease}.prose a:hover{color:var(--prose-links-hover)}.prose blockquote{font-style:italic;color:var(--prose-blockquote);border-left:4px solid var(--prose-links);padding-left:1rem;margin-left:0;margin-right:0}.prose blockquote p{margin-top:0;margin-bottom:0}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875em;font-weight:600;color:var(--prose-code-text);background-color:var(--prose-code-bg);padding:.2em .4em;border-radius:.25em}.prose pre{color:var(--prose-pre-text);background-color:var(--prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:1.25rem}.prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857;border-collapse:collapse}.prose thead{border-bottom:1px solid var(--prose-borders)}.prose thead th{padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em;font-weight:600;vertical-align:bottom;color:var(--prose-headings)}.prose tbody tr{border-bottom:1px solid var(--prose-borders)}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{padding:.5714286em;vertical-align:top}.prose img{margin-top:2em;margin-bottom:2em;border-radius:.375rem}.prose figure{margin-top:2em;margin-bottom:2em}.prose figure>*{margin-top:0;margin-bottom:0}.prose figcaption{color:var(--prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em;text-align:center}.prose hr{margin-top:3em;margin-bottom:3em;border:0;border-top:1px solid var(--prose-borders)}@media (max-width: 768px){.post-title{font-size:2rem}.prose{font-size:1rem}.prose h1{font-size:1.875rem}.prose h2{font-size:1.375rem}.prose h3{font-size:1.125rem}}
