@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-cyrillic-ext-wght-normal.BeDIpU3M.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-cyrillic-wght-normal.BGoYkMmm.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-greek-wght-normal.Duz4zPMx.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-latin-ext-wght-normal.DSp7T-rM.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-latin-wght-normal.DGyTSOzC.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg: #FAFAF8;--bg-subtle: #F2F2F0;--text: #141414;--text-muted: #6B6B6B;--text-soft: #525252;--border: #E4E4E2;--coral: #D94455;--coral-dark: #B83344;--steel: #5679A0;--steel-light: #7A9DBF;--accent-line: #D94455;--max-width: 680px;--font-ui: "Advent Pro Variable", system-ui, sans-serif;--font-serif: "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", Times, serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--radius: 6px}.dark{--bg: #111318;--bg-subtle: #191C24;--text: #F0F0EE;--text-muted: #9098A8;--text-soft: #B0B8C8;--border: #2A2F3C}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:var(--bg);color:var(--text);font-family:var(--font-serif);line-height:1.75;min-height:100vh;display:flex;flex-direction:column;transition:background-color .2s var(--ease-out),color .2s var(--ease-out)}body:before{content:"";display:block;height:3px;background:var(--accent-line);position:fixed;top:0;left:0;right:0;z-index:100}header{padding:1.5rem 1.5rem 1.4rem;border-bottom:1px solid var(--border);margin-top:3px;transition:border-color .2s var(--ease-out)}.nav-bar{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}nav{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.desktop-only{display:flex}.mobile-only{display:none}.site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.site-logo img{height:28px;width:auto;display:block}.site-logo:hover{opacity:.75;transition:opacity .15s ease}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{font-family:var(--font-ui);font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;letter-spacing:.02em;transition:color .15s ease}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text)}.icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius);color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:background-color .15s ease,color .15s ease;flex-shrink:0}.icon-btn:hover{background-color:var(--bg-subtle);color:var(--text)}.icon-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.75}.mobile-controls{display:flex;align-items:center;gap:.25rem}.mobile-menu{border-top:1px solid var(--border);margin-top:1rem;padding-top:.25rem;transition:border-color .2s var(--ease-out)}.mobile-menu nav{display:flex;flex-direction:column;max-width:none;margin:0;justify-content:flex-start}.mobile-menu nav a{font-family:var(--font-ui);font-size:1rem;font-weight:400;color:var(--text-muted);text-decoration:none;letter-spacing:.02em;padding:.8rem 0;border-bottom:1px solid var(--border);transition:color .15s ease,border-color .2s var(--ease-out);display:block}.mobile-menu nav a:last-child{border-bottom:none}.mobile-menu nav a:hover,.mobile-menu nav a[aria-current=page]{color:var(--text)}.icon-moon{display:block}.icon-sun,.dark .icon-moon{display:none}.dark .icon-sun{display:block}main{flex:1;padding:4rem 1.5rem 5rem;width:100%}.container{max-width:var(--max-width);margin:0 auto;animation:fadeUp .35s ease both}footer{padding:1.75rem 1.5rem;border-top:1px solid var(--border);transition:border-color .2s var(--ease-out)}footer p{max-width:var(--max-width);margin:0 auto;font-family:var(--font-ui);font-size:.75rem;font-weight:400;color:var(--text-muted);letter-spacing:.02em}footer a{color:var(--text-muted);text-decoration:none;transition:color .15s ease}footer a:hover{color:var(--coral)}.page-heading{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--coral);margin-bottom:2.75rem}.post-list{list-style:none}.post-item{padding:2.25rem 0;border-bottom:1px solid var(--border);transition:border-color .2s var(--ease-out)}.post-item:first-child{border-top:1px solid var(--border)}.post-date{font-family:var(--font-ui);font-size:.72rem;font-weight:500;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.6rem}.post-title{font-family:var(--font-ui);font-size:1.25rem;font-weight:300;line-height:1.3;margin-bottom:.65rem;letter-spacing:-.02em}.post-title a{color:var(--text);text-decoration:none;transition:color .15s ease}.post-title a:hover{color:var(--coral)}.post-description{font-size:.9375rem;color:var(--text-soft);line-height:1.65}.post-header{margin-bottom:3.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.post-header-date{font-family:var(--font-ui);font-size:.72rem;font-weight:500;color:var(--steel);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem;transition:color .2s var(--ease-out)}.dark .post-header-date{color:var(--steel-light)}.post-header-title{font-family:var(--font-ui);font-size:2rem;font-weight:300;line-height:1.18;letter-spacing:-.03em;margin-bottom:1rem}.post-header-description{font-size:1rem;color:var(--text-soft);line-height:1.65;font-style:italic}.post-header-author{margin-top:1rem;font-family:var(--font-ui);font-size:.8rem;font-weight:500;color:var(--text-muted);letter-spacing:.02em}.prose{font-size:1rem;line-height:1.82}.prose p{margin-bottom:1.5rem}.prose p:last-child{margin-bottom:0}.prose h2{font-family:var(--font-ui);font-size:1.1rem;font-weight:600;line-height:1.35;letter-spacing:-.01em;margin:2.75rem 0 .875rem;color:var(--text)}.prose h3{font-family:var(--font-ui);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:2rem 0 .75rem;color:var(--text-muted)}.prose ul,.prose ol{margin:1.25rem 0 1.25rem 1.5rem}.prose li{margin-bottom:.4rem;line-height:1.7}.prose blockquote{border-left:2px solid var(--coral);margin:2.25rem 0;padding:.25rem 0 .25rem 1.5rem;color:var(--text-soft);font-style:italic}.prose a{color:var(--text);text-underline-offset:3px;text-decoration-color:var(--coral);transition:color .15s ease}.prose a:hover{color:var(--coral)}.prose code{font-size:.875em;background:var(--bg-subtle);padding:.1em .35em;border-radius:3px;font-family:ui-monospace,Cascadia Code,SF Mono,Menlo,monospace}.prose pre{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin:1.75rem 0}.prose pre code{background:none;padding:0;font-size:.85em}.prose hr{border:none;border-top:1px solid var(--border);margin:3rem 0}.post-figure{margin:2.5rem -1.5rem}.post-figure img{width:100%;height:auto;display:block;border-radius:3px}figcaption{font-family:var(--font-ui);font-size:.72rem;color:var(--text-muted);letter-spacing:.02em;margin-top:.625rem;padding:0 1.5rem;line-height:1.5}@media(min-width:720px){.post-figure{margin-left:-2rem;margin-right:-2rem}figcaption{padding:0 2rem}}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border)}.back-link{font-family:var(--font-ui);font-size:.8125rem;font-weight:500;color:var(--text-muted);text-decoration:none;letter-spacing:.02em;transition:color .15s ease}.back-link:hover{color:var(--coral)}.back-link:before{content:"← "}.about-heading{font-family:var(--font-ui);font-size:2rem;font-weight:300;letter-spacing:-.03em;line-height:1.18;margin-bottom:2.75rem;padding-bottom:2.25rem;border-bottom:1px solid var(--border)}::selection{background-color:var(--coral);color:#fff}:focus-visible{outline:2px solid var(--coral);outline-offset:3px;border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:720px){html{font-size:17px}header{padding:1.25rem 1.25rem 1.1rem}main{padding:3rem 1.25rem 4rem}.post-header-title{font-size:1.625rem}.desktop-only{display:none!important}.mobile-only{display:flex!important}}@media(min-width:721px){.desktop-only{display:flex}.mobile-only{display:none!important}}
