:root{--color-accent: #3b82f6;--color-accent-hover: #2563eb;--color-darkgrey: #111827;--color-midgrey: #6b7280;--color-lightgrey: #e5e7eb;--color-whitegrey: #f3f4f6;--color-border: #e5e7eb;--color-darkmode: #0f1117;--color-darkmode-l04: #1a1d27;--color-darkmode-l08: #252836;--color-darkmode-l15: #363b4d;--color-darkmode-border: #2a2d3a;--color-blue: #3b82f6;--color-yellow: #f59e0b;--color-body: #374151;--color-link: #3b82f6;--color-selection: #bfdbfe;--color-nav-bg: #111827;--color-footer-bg: #0a0c14;--color-midgrey-l10: #9ca3af;--color-darkgrey-l10: #374151;--color-darkgrey-l20: #4b5563;--color-darkgrey-l02: #1f2937;--color-lightgrey-l10: #f3f4f6;--color-lightgrey-l12: #f9fafb;--color-whitegrey-l04: #f9fafb;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-serif: Georgia, "Times New Roman", serif;--font-mono: "JetBrains Mono", "Fira Code", Consolas, Monaco, "Courier New", monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 28px rgba(0, 0, 0, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;overflow-y:scroll;font-size:62.5%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}body{overflow-x:hidden;color:var(--color-body);font-family:var(--font-sans);font-size:1.6rem;line-height:1.65;font-weight:400;letter-spacing:-.01em;text-rendering:optimizeLegibility;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{text-shadow:none;background:var(--color-selection)}img{max-width:100%;height:auto;display:block}svg:not(:root){overflow:hidden}a{color:var(--color-link);text-decoration:none;transition:color .15s ease}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0;color:var(--color-darkgrey);font-weight:700;line-height:1.25;letter-spacing:-.02em}h1{font-size:4rem}h2{font-size:2.8rem}h3{font-size:2.2rem}h4{font-size:1.8rem;font-weight:600}h5{font-size:1.5rem;font-weight:600}h6{font-size:1.4rem;font-weight:600}@media(max-width:600px){h1{font-size:2.8rem}h2{font-size:2.2rem}h3{font-size:1.8rem}}p,ul,ol,dl,blockquote{margin:0 0 1.5em}ul,ol{padding-left:1.4em}ul{list-style:disc}ol{list-style:decimal}li{margin:.4em 0;line-height:1.65}b,strong{font-weight:600}i,em{font-style:italic}small{font-size:87.5%}hr{display:block;width:100%;margin:2.5em 0;border:0;height:1px;background:var(--color-border)}blockquote{margin:1.5em 0;padding:0 0 0 1.5em;border-left:3px solid var(--color-accent);color:var(--color-midgrey)}blockquote p{margin:.5em 0;font-size:1.1em}code{font-family:var(--font-mono);font-size:.88em;padding:.15em .4em;background:var(--color-whitegrey);border-radius:4px}pre{overflow-x:auto;padding:1.2em 1.5em;border-radius:var(--radius-md);font-size:1.4rem;line-height:1.55}pre code{padding:0;background:transparent;font-size:inherit}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}button{overflow:visible;border:none;cursor:pointer}@media(prefers-color-scheme:dark){body{color:#ffffffb8;background:var(--color-darkmode)}h1,h2,h3,h4,h5,h6{color:#ffffffeb}hr{background:var(--color-darkmode-border)}code{background:var(--color-darkmode-l08);color:#ffffffd9}img{opacity:.92}}.outer{position:relative;padding:0 5vw}.inner{margin:0 auto;max-width:1120px;width:100%}.site-main{flex-grow:1}.site-nav-main{position:fixed;top:0;right:0;left:0;z-index:1000;background:var(--color-nav-bg);backdrop-filter:blur(12px)}@media(prefers-color-scheme:dark){.site-nav-main{background:#0f1117eb}}@media(max-width:700px){.site-nav-main{padding-right:0;padding-left:0}}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}@media(max-width:600px){.posts-grid{grid-template-columns:1fr;gap:20px}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.site-nav[data-astro-cid-4lunwx2e]{position:relative;z-index:100;display:flex;justify-content:space-between;align-items:center;height:64px;font-size:1.4rem}.site-nav-left[data-astro-cid-4lunwx2e]{display:flex;align-items:center;gap:8px}.site-nav-logo[data-astro-cid-4lunwx2e]{display:inline-flex;align-items:center;gap:8px;margin-right:16px;color:#fff;font-size:1.6rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;white-space:nowrap}.site-nav-logo[data-astro-cid-4lunwx2e]:hover{text-decoration:none;opacity:.9}.site-nav-logo[data-astro-cid-4lunwx2e] img{width:24px;height:24px;border-radius:4px}.nav-toggle[data-astro-cid-4lunwx2e]{display:none;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;padding:8px;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background .15s ease}.nav-toggle[data-astro-cid-4lunwx2e]:hover{background:#ffffff14}.nav-toggle-bar[data-astro-cid-4lunwx2e]{display:block;width:100%;height:2px;background:#ffffffbf;border-radius:1px;transition:transform .2s ease,opacity .2s ease}.nav[data-astro-cid-4lunwx2e]{display:flex;gap:2px;list-style:none;margin:0;padding:0}.nav[data-astro-cid-4lunwx2e] li[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]{display:block;padding:8px 12px;color:#ffffffa6;font-weight:500;border-radius:6px;transition:color .15s ease,background .15s ease;text-decoration:none}.nav[data-astro-cid-4lunwx2e] li[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]:hover{color:#fff;background:#ffffff14;text-decoration:none}@media(max-width:700px){.nav-toggle[data-astro-cid-4lunwx2e]{display:flex}.nav[data-astro-cid-4lunwx2e]{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:var(--color-nav-bg);padding:8px 16px 16px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px #0000004d}.nav[data-astro-cid-4lunwx2e].nav-open{display:flex}.nav[data-astro-cid-4lunwx2e] li[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]{padding:10px 12px;font-size:1.5rem}.site-nav-logo[data-astro-cid-4lunwx2e] span[data-astro-cid-4lunwx2e]{display:none}.site-nav-logo[data-astro-cid-4lunwx2e]{margin-right:8px}.site-nav-left[data-astro-cid-4lunwx2e]{padding-left:5vw}}.site-nav-right[data-astro-cid-4lunwx2e]{display:flex;align-items:center;gap:4px}@media(max-width:700px){.site-nav-right[data-astro-cid-4lunwx2e]{padding-right:5vw}}.social-link[data-astro-cid-4lunwx2e]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#ffffff8c;border-radius:6px;transition:color .15s ease,background .15s ease}.social-link[data-astro-cid-4lunwx2e]:hover{color:#fff;background:#ffffff14}.social-link[data-astro-cid-4lunwx2e] svg{fill:currentColor}.site-footer[data-astro-cid-sz7xmlte]{background:var(--color-footer-bg);color:#ffffff80;padding:48px 5vw 32px}.footer-inner[data-astro-cid-sz7xmlte]{max-width:1120px;margin:0 auto}.footer-top[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;gap:48px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}@media(max-width:600px){.footer-top[data-astro-cid-sz7xmlte]{flex-direction:column;gap:32px}}.footer-brand[data-astro-cid-sz7xmlte]{max-width:280px}.footer-logo[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:8px;color:#ffffffe6;font-size:1.6rem;font-weight:700;text-decoration:none;margin-bottom:8px}.footer-logo[data-astro-cid-sz7xmlte]:hover{text-decoration:none;color:#fff}.footer-logo[data-astro-cid-sz7xmlte] img{border-radius:4px}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:1.35rem;line-height:1.5;color:#fff6;margin:0}.footer-nav[data-astro-cid-sz7xmlte]{display:flex;gap:56px}@media(max-width:400px){.footer-nav[data-astro-cid-sz7xmlte]{gap:32px}}.footer-nav-group[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:8px}.footer-nav-group[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffff59;margin-bottom:4px}.footer-nav-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:1.4rem;color:#ffffff8c;text-decoration:none;transition:color .15s ease}.footer-nav-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#ffffffe6;text-decoration:none}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:24px;font-size:1.25rem;color:#ffffff4d}.skip-link[data-astro-cid-37fxchfa]{position:absolute;top:-100%;left:16px;z-index:9999;padding:8px 16px;background:var(--color-accent);color:#fff;font-size:1.4rem;font-weight:600;border-radius:0 0 6px 6px;text-decoration:none}.skip-link[data-astro-cid-37fxchfa]:focus{top:0}
