.sidebar[data-astro-cid-5hce7sga]{margin-bottom:2rem}@media(min-width:1024px){.sidebar[data-astro-cid-5hce7sga]{grid-column:2;grid-row:1;position:sticky;top:3rem;align-self:start;margin-bottom:0}}.site-header[data-astro-cid-5hce7sga]{margin-bottom:1.5rem;text-align:center}.site-title[data-astro-cid-5hce7sga]{font-size:2.5rem;margin-bottom:.375rem}@media(min-width:1024px){.site-title[data-astro-cid-5hce7sga]{font-size:1.75rem}}.site-title[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{text-decoration:none;color:var(--primary)}.site-title[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{background:none}.site-subtitle[data-astro-cid-5hce7sga]{font-family:var(--font-serif);font-style:italic;font-size:1.05rem;color:var(--secondary)}.tao-character[data-astro-cid-5hce7sga]{font-family:Zhi Mang Xing,serif;font-size:6.5rem;line-height:1;color:#2c1f14;letter-spacing:-.05em;text-shadow:2px 2px 4px rgba(139,69,19,.08);margin-top:1rem}.site-nav[data-astro-cid-5hce7sga]{font-size:1.05rem;font-weight:600}.site-nav[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga]{list-style:none;display:flex;flex-direction:column;gap:.375rem}.site-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{text-decoration:none;color:var(--secondary);transition:color .2s ease-out}.site-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--primary);background:none}.sidebar-author[data-astro-cid-5hce7sga]{font-family:var(--font-serif);font-style:italic;font-size:.95rem;color:var(--secondary);margin-top:.75rem;text-align:right}.sidebar-author[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--secondary);text-decoration:none}.sidebar-author[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--primary)}@media(min-width:1024px){.sidebar-author[data-astro-cid-5hce7sga]{margin-top:1.5rem}}.site-footer[data-astro-cid-5hce7sga]{font-size:.875rem;line-height:1.5;color:var(--secondary)}@media(min-width:1024px){.site-footer[data-astro-cid-5hce7sga]{grid-column:1;grid-row:2;font-size:1rem}}.site-footer[data-astro-cid-5hce7sga] p[data-astro-cid-5hce7sga]{margin-bottom:.25rem}.site-footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--secondary);text-decoration:none}.site-footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--primary);background:none}:root{--primary: #111111;--secondary: #333333;--bg: #faf8f4;--highlight: rgba(255, 235, 0, .3);--secondary-15: rgba(51, 51, 51, .15);--secondary-25: rgba(51, 51, 51, .25);--secondary-80: rgba(51, 51, 51, .8);--primary-80: rgba(17, 17, 17, .8);--font-serif: "EB Garamond", "Garamond", "Cormorant Garamond", "Georgia", "Times New Roman", Times, serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-serif);font-size:1.4rem;color:var(--secondary);background-color:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--primary);font-weight:700;line-height:1.33;text-wrap:balance}body{max-width:64rem;min-height:100vh;min-height:100dvh;margin:0 auto;padding:2.5rem clamp(1.5rem,7.25vw,3.75rem)}@media(min-width:1024px){body{display:grid;grid-template-columns:1fr 14rem;grid-template-rows:1fr auto;gap:0 3rem;padding:3rem 4rem}}main{min-height:60vh;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid var(--secondary-15)}@media(min-width:1024px){main{grid-column:1;grid-row:1 / 3}}a{color:inherit;text-decoration:underline;text-decoration-thickness:.075em;text-underline-offset:.1em;text-decoration-color:var(--secondary-80);font-weight:600;transition:color .2s ease-out,text-decoration-color .2s ease-out}a:hover{color:var(--primary);text-decoration-color:var(--primary-80)}.decorative-line{height:1px;width:2.5rem;background-color:var(--secondary-25);margin-bottom:1.125rem;border:none}@media(min-width:1024px){.decorative-line{width:2.75rem;margin-bottom:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}.stagger-in>*{opacity:0;animation:fadeInUp .5s cubic-bezier(.165,.84,.44,1) forwards}.stagger-in>*:nth-child(1){animation-delay:.1s}.stagger-in>*:nth-child(2){animation-delay:.15s}.stagger-in>*:nth-child(3){animation-delay:.2s}.stagger-in>*:nth-child(4){animation-delay:.25s}.stagger-in>*:nth-child(5){animation-delay:.3s}.stagger-in>*:nth-child(6){animation-delay:.35s}.stagger-in>*:nth-child(7){animation-delay:.4s}.stagger-in>*:nth-child(8){animation-delay:.45s}.stagger-in>*:nth-child(9){animation-delay:.5s}.stagger-in>*:nth-child(10){animation-delay:.55s}.stagger-in>*:nth-child(n+11){animation-delay:.6s}@media(prefers-reduced-motion:reduce){.stagger-in>*{opacity:1;transform:none;animation:none}}.prose{word-break:break-word;line-height:1.75}.prose p{margin-bottom:1rem;text-wrap:pretty}.prose blockquote{margin:1.5rem 0;padding:.5rem 0 .5rem 1rem;border-left:4px solid var(--secondary-25);color:var(--secondary-80)}.prose blockquote>:last-child{margin-bottom:0}.prose strong{font-weight:600}.prose em{font-style:italic}.prose hr{border:none;margin:3.625rem 0 2.625rem;text-align:center}.prose hr:before{content:"*   *   *";font-family:EB Garamond,Garamond,Georgia,serif;font-size:1.75rem;color:var(--secondary-25);white-space:pre}.prose ul,.prose ol{margin:1.5rem 0;padding-left:2em}.prose li{margin-top:.25em}.prose a{font-weight:600;text-decoration:underline;text-decoration-thickness:.075em;text-underline-offset:.1em;transition:color .2s ease-out}.prose a:hover{color:var(--primary)}::selection{background-color:var(--highlight)}
