*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background-color:#0000;min-height:100vh;margin:0;font-family:Inter,sans-serif}img{-webkit-user-select:none;user-select:none}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.blog-content{line-height:1.75}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{margin:1.5rem 0 .75rem;font-weight:600}.blog-content h1{font-size:1.875rem;font-weight:700}.blog-content h2{font-size:1.5rem;font-weight:700}.blog-content h3{font-size:1.25rem;font-weight:600}.blog-content h4{font-size:1.125rem;font-weight:600}.blog-content h5,.blog-content h6{font-size:1rem;font-weight:600}.blog-content p{margin:.75rem 0}.blog-content ul,.blog-content ol{margin:.75rem 0 .75rem 1.5rem;padding:0}.blog-content ul{list-style:outside}.blog-content li{margin:.35rem 0}.blog-content a{color:inherit;text-underline-offset:3px;text-decoration:underline}.blog-content code{background:#0000000f;border-radius:.35rem;padding:.1rem .3rem;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}.blog-content pre{background:#0000000f;border-radius:.75rem;padding:1rem;overflow-x:auto}.blog-content blockquote{color:inherit;opacity:.75;border-left:3px solid;margin:1rem 0;padding-left:1rem}svg.typst-frame{display:inline-block}figure.math{margin-top:.5rem;margin-bottom:.5rem}figure>svg.typst-frame{margin-left:auto;margin-right:auto;display:block}body[data-theme=dark] svg.typst-frame,body[data-theme=dark] [role=math] svg,[data-theme=dark] svg.typst-frame,[data-theme=dark] [role=math] svg{color:currentColor;shape-rendering:geometricPrecision;text-rendering:geometricPrecision}body[data-theme=dark] svg.typst-frame .typst-text,body[data-theme=dark] svg.typst-frame .typst-text *,body[data-theme=dark] [role=math] svg .typst-text,body[data-theme=dark] [role=math] svg .typst-text *,[data-theme=dark] svg.typst-frame .typst-text,[data-theme=dark] svg.typst-frame .typst-text *,[data-theme=dark] [role=math] svg .typst-text,[data-theme=dark] [role=math] svg .typst-text *{fill:currentColor!important}body[data-theme=dark] svg.typst-frame .typst-shape,body[data-theme=dark] [role=math] svg .typst-shape,[data-theme=dark] svg.typst-frame .typst-shape,[data-theme=dark] [role=math] svg .typst-shape{stroke:currentColor!important}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (min-width:900px){.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.photo-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.photo-tile{cursor:zoom-in;border-radius:1rem;width:100%;padding:.25rem;transition:transform .2s}.photo-tile:hover{transform:translateY(-2px)}.photo-tile-image{aspect-ratio:4/5;object-fit:cover;border-radius:.85rem;width:100%;display:block}.photo-lightbox{z-index:999;background:#000000bd;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.photo-lightbox-enter{animation:.18s ease-out photo-lightbox-fade-in}.photo-lightbox-exit{animation:.17s ease-in forwards photo-lightbox-fade-out}.photo-lightbox-inner{justify-content:center;align-items:center;width:fit-content;max-width:calc(100vw - 3rem);max-height:calc(100vh - 3rem);display:flex;position:relative}.photo-lightbox-media{background:#ffffff0f;border-radius:.75rem;place-items:center;display:grid;position:relative;overflow:hidden}.photo-lightbox-frame{transform-origin:50%;will-change:transform,opacity;width:fit-content;max-width:min(94vw,1400px);max-height:min(84vh,980px);position:relative}.photo-lightbox-toolbar{z-index:2;justify-content:flex-start;align-items:center;gap:.75rem;min-height:2.15rem;margin-bottom:1rem;padding-right:2.75rem;display:flex;position:relative}.photo-lightbox-hdr-control{color:#fffffff2;align-items:center;gap:.65rem;display:inline-flex}.photo-lightbox-hdr-prefix,.photo-lightbox-hdr-state{font-size:1.04rem;font-weight:600;line-height:1}.photo-lightbox-hdr-toggle{cursor:pointer;background:#ffffff26;border:1px solid #ffffff70;border-radius:9999px;align-items:center;width:3rem;height:1.7rem;padding:.15rem;transition:background .16s;display:inline-flex}.photo-lightbox-hdr-toggle[data-on=true]{background:#ffffff57}.photo-lightbox-hdr-toggle-thumb{background:#fff;border-radius:9999px;width:1.2rem;height:1.2rem;transition:transform .16s;transform:translate(0)}.photo-lightbox-hdr-toggle[data-on=true] .photo-lightbox-hdr-toggle-thumb{transform:translate(1.25rem)}@media (max-width:720px){.photo-lightbox-toolbar{flex-direction:column;align-items:flex-start}}.photo-lightbox-frame-enter{animation:.22s cubic-bezier(.2,.7,.2,1) photo-lightbox-zoom-from-thumb}.photo-lightbox-frame-exit{animation:.18s cubic-bezier(.4,.1,.7,.2) forwards photo-lightbox-zoom-to-thumb}.photo-lightbox-thumb{object-fit:contain;z-index:1;filter:blur(1px);grid-area:1/1;width:auto;max-width:min(94vw,1400px);height:auto;max-height:min(84vh,980px);transition:opacity .18s;display:block;transform:scale(1.01)}.photo-lightbox-image{object-fit:contain;z-index:2;grid-area:1/1;width:auto;max-width:min(94vw,1400px);height:auto;max-height:min(84vh,980px);transition:opacity .18s;display:block}.photo-lightbox-video{object-fit:contain;z-index:2;background:#000;grid-area:1/1;width:auto;max-width:min(94vw,1400px);height:auto;max-height:min(84vh,980px);transition:opacity .18s;display:block}@keyframes photo-lightbox-fade-in{0%{background:0 0}to{background:#000000bd}}@keyframes photo-lightbox-fade-out{0%{background:#000000bd}to{background:0 0}}@keyframes photo-lightbox-zoom-from-thumb{0%{transform:translate(calc(var(--photo-from-x,50vw) - 50vw),calc(var(--photo-from-y,50vh) - 50vh))scale(var(--photo-from-scale,.2));opacity:.45}to{opacity:1;transform:translate(0)scale(1)}}@keyframes photo-lightbox-zoom-to-thumb{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(calc(var(--photo-from-x,50vw) - 50vw),calc(var(--photo-from-y,50vh) - 50vh))scale(var(--photo-from-scale,.2));opacity:.35}}.photo-lightbox-close{z-index:20;color:#fff;cursor:pointer;pointer-events:auto;background:#ffffff2e;border:1px solid #ffffff52;border-radius:9999px;justify-content:center;align-items:center;width:2.15rem;height:2.15rem;padding:0;display:inline-flex;position:absolute;top:0;right:0;transform:translate(50%)}