.article-page.svelte-jot9ci{position:relative;min-height:100vh;background-color:#f5f5f5;--text: #1a1a1a;--headline: #4a4a4a;--headline-shadow: #1a1a1a;--headline-accent: #7a7a7a;--headline-glow: rgba(74, 74, 74, .2);--border: #3a3a3a;--link: #1a1a1a;--tag-color: #3a3a3a;--highlight: rgba(120, 120, 120, .3)}.article-page.colors-loaded.svelte-jot9ci{--headline: var(--dynamic-headline);--headline-shadow: var(--dynamic-headline-shadow);--headline-accent: var(--dynamic-headline-accent);--headline-glow: var(--dynamic-headline-glow);--tag-color: var(--dynamic-tag);--highlight: var(--dynamic-highlight)}.article-page.svelte-jot9ci :where(.svelte-jot9ci)::selection{background-color:var(--highlight);color:var(--text)}.article-page.svelte-jot9ci :where(.svelte-jot9ci)::-moz-selection{background-color:var(--highlight);color:var(--text)}.bg-base.svelte-jot9ci{position:fixed;inset:0;background-color:#b8b8b8;pointer-events:none;z-index:0;transform:translateZ(0);contain:strict}.bg-base.svelte-jot9ci:after{content:"";position:absolute;inset:0;background-image:url(../../../bg-texture.png);background-size:cover;background-position:center;opacity:.4}.bg-color-wash-container.svelte-jot9ci{position:fixed;inset:0;pointer-events:none;z-index:0}.bg-color-wash.svelte-jot9ci{position:absolute;inset:-50px;background-size:cover;background-position:center;filter:blur(80px) saturate(1.8);pointer-events:none;will-change:opacity;transform:translateZ(0);backface-visibility:hidden}.bg-color-wash--incoming.svelte-jot9ci{animation:svelte-jot9ci-washFadeIn 2.5s ease-out forwards}.bg-color-wash--outgoing.svelte-jot9ci{animation:svelte-jot9ci-washFadeOut 2s ease-in forwards}@keyframes svelte-jot9ci-washFadeIn{0%{opacity:0}to{opacity:.4}}@keyframes svelte-jot9ci-washFadeOut{0%{opacity:.4}to{opacity:0}}.bg-paper.svelte-jot9ci{position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='5' stitchTiles='stitch' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23fff' surfaceScale='2'%3E%3CfeDistantLight azimuth='45' elevation='60'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)'/%3E%3C/svg%3E");opacity:.25;mix-blend-mode:multiply;pointer-events:none;z-index:1;transform:translateZ(0);contain:strict}.bg-gradient.svelte-jot9ci{position:fixed;inset:0;background:linear-gradient(180deg,#b4b4b44d,#aaa6 40%,#a09e9e99,#969494cc);pointer-events:none;z-index:2;transform:translateZ(0);contain:strict}.bg-shimmer.svelte-jot9ci{position:fixed;inset:0;background:linear-gradient(120deg,transparent 0%,transparent 20%,rgba(255,255,255,.35) 35%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.35) 65%,transparent 80%,transparent 100%);background-size:300% 100%;background-position:calc(var(--scroll-y) * .15px) 0;pointer-events:none;z-index:2;transform:translateZ(0);will-change:background-position}.hero-image-section.svelte-jot9ci{position:relative;z-index:3;margin:.625rem 1rem}.hero-image-container.svelte-jot9ci{position:relative;width:100%;max-height:600px;overflow:hidden;border-radius:12px;border:5px solid var(--tag-color);box-shadow:0 8px 32px #0003;transition:border-color .8s ease-out}.hero-image-container.svelte-jot9ci:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='5' stitchTiles='stitch' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23fff' surfaceScale='2'%3E%3CfeDistantLight azimuth='45' elevation='60'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)'/%3E%3C/svg%3E");opacity:.15;mix-blend-mode:multiply;pointer-events:none;border-radius:7px}.hero-image.svelte-jot9ci{width:100%;height:100%;object-fit:cover;display:block}.content-section.svelte-jot9ci{position:relative;z-index:3;padding:4rem 5rem 3rem;margin:0 1rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.post-title.svelte-jot9ci{font-family:var(--font-handwritten);font-size:clamp(2.5rem,5vw,5.5rem);font-weight:700;color:var(--headline);text-align:center;line-height:1.1;margin:0;margin-bottom:1rem;max-width:900px;text-wrap:balance;text-shadow:-1px -1px 0 var(--headline-accent),-2px -2px 0 var(--headline-accent),1px 1px 0 var(--headline-shadow),2px 2px 0 var(--headline-shadow),3px 3px 0 var(--headline-shadow),4px 4px 0 var(--headline-shadow),5px 5px 0 var(--headline-shadow),6px 6px 0 var(--headline-shadow),7px 7px 0 var(--headline-shadow),8px 8px 0 var(--headline-shadow),10px 10px 8px rgba(0,0,0,.3),0 0 30px var(--headline-glow),0 0 60px var(--headline-glow);transition:color .8s ease-out,text-shadow .8s ease-out}.tags-container.svelte-jot9ci{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem;color:var(--tag-color);transition:color .8s ease-out}.divider-line.svelte-jot9ci{width:100%;max-width:65ch;border:none;border-top:2px solid var(--text);opacity:.3;margin:0}.article-body.svelte-jot9ci{font-family:var(--font-serif);font-size:1.125rem;line-height:1.8;color:var(--text);max-width:65ch;width:100%;text-align:justify;font-synthesis:weight style}.article-body.svelte-jot9ci p{margin-bottom:1.5em}.article-body.svelte-jot9ci ul,.article-body.svelte-jot9ci ol{margin-bottom:1.5em;padding-left:1.5em}.article-body.svelte-jot9ci ul{list-style-type:disc}.article-body.svelte-jot9ci ol{list-style-type:decimal}.article-body.svelte-jot9ci li{margin-bottom:.5em;padding-left:.25em}.article-body.svelte-jot9ci li::marker{color:var(--headline)}.article-body.svelte-jot9ci ul ul,.article-body.svelte-jot9ci ol ol,.article-body.svelte-jot9ci ul ol,.article-body.svelte-jot9ci ol ul{margin-top:.5em;margin-bottom:.5em}.article-body.svelte-jot9ci ul ul{list-style-type:circle}.article-body.svelte-jot9ci ul ul ul{list-style-type:square}.article-body.svelte-jot9ci p:first-of-type:first-letter{float:left;font-family:var(--font-display);font-size:3.75em;line-height:.8;padding-right:.08em;padding-top:.05em;color:var(--headline);transition:color .8s ease-out}.article-body.svelte-jot9ci a{color:var(--link);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px;font-weight:500}.article-body.svelte-jot9ci a:hover{text-decoration-thickness:3px}.article-body.svelte-jot9ci h2{font-family:var(--font-handwritten);font-size:2.5rem;font-weight:700;color:var(--headline);margin-top:2em;margin-bottom:1em;text-align:center;text-shadow:-1px -1px 0 var(--headline-accent),1px 1px 0 var(--headline-shadow),2px 2px 0 var(--headline-shadow),3px 3px 0 var(--headline-shadow),4px 4px 0 var(--headline-shadow),5px 5px 0 var(--headline-shadow),6px 6px 5px rgba(0,0,0,.25),0 0 20px var(--headline-glow);transition:color .8s ease-out,text-shadow .8s ease-out}.article-body.svelte-jot9ci h3{font-family:var(--font-serif);font-size:1.375rem;color:var(--headline);margin-top:2em;margin-bottom:1em;transition:color .8s ease-out}.article-body.svelte-jot9ci blockquote{font-family:var(--font-handwritten);font-size:1.25rem;border-left:none;padding-left:0;font-style:normal;color:var(--text);font-weight:700}.article-body.svelte-jot9ci strong{color:var(--text);font-weight:700}.article-body.svelte-jot9ci em{font-style:italic}.article-body.svelte-jot9ci strong em,.article-body.svelte-jot9ci em strong,.article-body.svelte-jot9ci b i,.article-body.svelte-jot9ci i b{font-weight:700;font-style:italic}.article-body.svelte-jot9ci figure:not(.kg-embed-card),.article-body.svelte-jot9ci .kg-image-card{position:relative;background-color:#00000026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:.5rem;margin:2rem 0;box-shadow:0 4px 24px #00000026}.article-body.svelte-jot9ci figure:not(.kg-embed-card):before,.article-body.svelte-jot9ci .kg-image-card:before{content:"";position:absolute;inset:.5rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='5' stitchTiles='stitch' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23fff' surfaceScale='2'%3E%3CfeDistantLight azimuth='45' elevation='60'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)'/%3E%3C/svg%3E");opacity:.12;mix-blend-mode:multiply;pointer-events:none;border-radius:8px;z-index:1}.article-body.svelte-jot9ci figure:not(.kg-embed-card) img,.article-body.svelte-jot9ci .kg-image-card img{position:relative;border-radius:8px;width:100%;height:auto;display:block;z-index:0}.article-body.svelte-jot9ci figcaption{font-family:var(--font-sans);font-size:.9375rem;color:var(--text);text-align:center;margin-top:1rem;padding-bottom:.5rem}.article-body.svelte-jot9ci p>img{background-color:#00000026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:.5rem;width:calc(100% - 1rem);box-shadow:0 4px 24px #00000026}.article-body.svelte-jot9ci .kg-embed-card{margin:2rem 0;width:100%}.article-body.svelte-jot9ci .kg-embed-card iframe{width:100%;aspect-ratio:16 / 9;height:auto;border-radius:8px}.end-flower.svelte-jot9ci{display:flex;justify-content:center;padding:3rem 1rem 1rem;margin-top:2rem}.bloom-flower.svelte-jot9ci{height:120px;width:auto;transform-origin:bottom center}.bloom-flower.svelte-jot9ci .stem:where(.svelte-jot9ci){stroke-dasharray:100;stroke-dashoffset:100;transition:stroke-dashoffset .8s ease-out}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .stem:where(.svelte-jot9ci){stroke-dashoffset:0}.bloom-flower.svelte-jot9ci .leaf:where(.svelte-jot9ci){opacity:0;transform:scale(0);transform-origin:center right;transition:opacity .4s ease-out,transform .5s ease-out}.bloom-flower.svelte-jot9ci .leaf--right:where(.svelte-jot9ci){transform-origin:center left}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .leaf:where(.svelte-jot9ci){opacity:1;transform:scale(1)}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .leaf--left:where(.svelte-jot9ci){transition-delay:.6s}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .leaf--right:where(.svelte-jot9ci){transition-delay:.8s}.bloom-flower.svelte-jot9ci .petal:where(.svelte-jot9ci){opacity:0;transform-origin:50px 60px;transform:scale(0) rotate(0);transition:opacity .5s ease-out,transform .6s cubic-bezier(.34,1.56,.64,1)}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .petal:where(.svelte-jot9ci){opacity:1;transform:scale(1) rotate(0)}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .petal--1:where(.svelte-jot9ci){transition-delay:1s}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .petal--2:where(.svelte-jot9ci){transition-delay:1.15s}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .petal--3:where(.svelte-jot9ci){transition-delay:1.15s}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .petal--4:where(.svelte-jot9ci){transition-delay:1.3s}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .petal--5:where(.svelte-jot9ci){transition-delay:1.3s}.bloom-flower.svelte-jot9ci .center:where(.svelte-jot9ci){opacity:0;transform:scale(0);transform-origin:center;transition:opacity .3s ease-out,transform .4s cubic-bezier(.34,1.56,.64,1)}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .center:where(.svelte-jot9ci){opacity:1;transform:scale(1);transition-delay:1.5s}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci){animation:svelte-jot9ci-gentleSway 4s ease-in-out infinite;animation-delay:2s}@keyframes svelte-jot9ci-gentleSway{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .leaf:where(.svelte-jot9ci){animation:svelte-jot9ci-leafWiggle 3s ease-in-out infinite}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .leaf--left:where(.svelte-jot9ci){animation-delay:2.2s}.end-flower--bloomed.svelte-jot9ci .bloom-flower:where(.svelte-jot9ci) .leaf--right:where(.svelte-jot9ci){animation-delay:2.5s}@keyframes svelte-jot9ci-leafWiggle{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.03) rotate(2deg)}}@media(max-width:768px){.bloom-flower.svelte-jot9ci{height:100px}}.progress-bar.svelte-jot9ci{position:fixed;bottom:0;left:0;right:0;height:4px;background:#0000001a;z-index:100;overflow:hidden}.progress-bar.svelte-jot9ci:after{content:"";position:absolute;top:0;left:0;height:100%;width:var(--progress);background:var(--headline);box-shadow:0 0 10px var(--headline-glow),0 0 5px var(--headline);transition:width .1s ease-out}@media(max-width:768px){.hero-image-section.svelte-jot9ci{margin-left:.5rem;margin-right:.5rem}.content-section.svelte-jot9ci{padding:2rem 1.5rem;margin:0 .5rem}.post-title.svelte-jot9ci{font-size:clamp(2rem,8vw,3rem)}.article-body.svelte-jot9ci{text-align:left}.progress-bar.svelte-jot9ci{height:3px}}
