*,:before,:after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{color-scheme:light;--color-bg:#fafafa;--color-text:#0a0a0a;--color-text-primary:#000000e6;--color-text-muted:#0009;--color-border:#00000026;--outline:var(--color-text);--font-family:"Neue Montreal", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.5rem;--font-size-xl:1.875rem;--line-height-xs:1rem;--line-height-sm:1.25rem;--line-height-base:1.5rem;--line-height-lg:2rem;--line-height-xl:2.25rem;--letter-spacing:.025em;--font-weight-medium:500;--font-weight-normal:400;--space-stack:1rem;--space-stack-sm:.5rem;--sidebar-width:clamp(280px, 22vw, 360px);--gallery-gap:max(2.5vw, 12px);--gallery-padding:max(2.5vw, 12px);--gallery-min-height:clamp(200px, 20vw, 400px)}:root[data-theme=dark]{color-scheme:dark;--color-bg:#0a0a0a;--color-text:#fafafa;--color-text-primary:#ffffffe6;--color-text-muted:#fff9;--color-border:#ffffff26;--outline:var(--color-text)}body{background-color:var(--color-bg);font-family:var(--font-family);font-size:var(--font-size-sm);line-height:var(--line-height-sm);letter-spacing:var(--letter-spacing);color:var(--color-text)}@media (width>=48rem){body{font-size:var(--font-size-base);line-height:var(--line-height-base)}}@font-face{font-family:Neue Montreal;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/PPNeueMontreal-Regular.woff2)format("woff2")}@font-face{font-family:Neue Montreal;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/PPNeueMontreal-Medium.woff2)format("woff2")}html{scroll-behavior:smooth;block-size:100%;inline-size:100%}body{overflow-x:hidden}p{margin:0}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-medium);color:var(--color-text);margin:0}h1{font-size:var(--font-size-lg);line-height:var(--line-height-lg);margin-block-end:var(--space-stack)}h2{font-size:var(--font-size-base);line-height:var(--line-height-base);margin-block-end:var(--space-stack-sm)}h3{font-size:var(--font-size-sm);line-height:var(--line-height-sm);margin-block-end:var(--space-stack-sm)}@media (width>=48rem){h1{font-size:var(--font-size-xl);line-height:var(--line-height-xl)}h2{font-size:var(--font-size-lg);line-height:var(--line-height-lg)}h3{font-size:var(--font-size-base);line-height:var(--line-height-base)}}a{color:var(--color-text-primary);font-weight:var(--font-weight-medium);text-decoration:none}a:visited{color:var(--color-text-primary)}a:hover{text-decoration:underline}hr{width:100%;height:0;margin-block:var(--space-stack);border:0;border-block-start:1px solid var(--color-border);color:inherit}ul,ol{margin:0;padding:0}ul{list-style-type:disc;list-style-position:inside}.font-medium{font-weight:var(--font-weight-medium)}.stack{gap:var(--space-stack);flex-direction:column;display:flex}.muted{color:var(--color-text-muted)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}::view-transition-new(root){animation:none}}::view-transition-old(root),::view-transition-new(root){mix-blend-mode:normal;animation:none}::view-transition-old(root){z-index:0}::view-transition-new(root){z-index:1;animation:.4s ease-in-out forwards theme-reveal}@keyframes theme-reveal{0%{clip-path:circle(0% at var(--x,50%) var(--y,50%));opacity:.7}to{clip-path:circle(150% at var(--x,50%) var(--y,50%));opacity:1}}.gallery-shell{grid-template-columns:1fr;min-block-size:100dvh;display:grid}@media (width>=48rem){.gallery-shell{grid-template-columns:var(--sidebar-width) 1fr}.gallery-shell:before{content:"";grid-area:1/1}}.sidebar{gap:var(--space-stack);padding:var(--gallery-padding);flex-direction:column;display:flex}@media (width>=48rem){.sidebar{inline-size:var(--sidebar-width);overscroll-behavior:none;grid-area:1/1;position:fixed;inset-block:0;inset-inline-start:0;overflow:hidden}}.sidebar__nav,.sidebar__nav a{color:var(--color-text-muted);font-weight:var(--font-weight-normal)}.sidebar__nav a:hover{color:var(--color-text-primary)}.sidebar__body{gap:var(--space-stack);flex-direction:column;display:flex}@media (width>=48rem){.sidebar__body{flex:1;min-block-size:0}}.sidebar__bottom{justify-content:space-between;align-items:flex-end;gap:var(--space-stack-sm);flex-shrink:0;display:flex}.theme-toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.375rem;font-size:1.125rem;line-height:0;display:inline-flex}.theme-toggle:focus-visible{outline:2px solid var(--outline);outline-offset:2px}.theme-toggle__svg{color:var(--color-text-muted);display:block}.theme-toggle:hover .theme-toggle__svg{color:var(--color-text-primary)}.theme-toggle__clip{transition:d var(--toggles-spin--duration) ease, translate var(--toggles-spin--duration) ease}html[data-theme=dark] .theme-toggle__clip{d:path("M0 2h13a1 1 0 0 0 10 10v14H0Z");transition-delay:calc(var(--toggles-spin--duration) * .15)}@supports not (d:path("M0 0")){html[data-theme=dark] .theme-toggle__clip{transform:translate(-.8125rem,.125rem)}}.theme-toggle__disc{fill:currentColor;stroke:none;transform-origin:50%;transition:transform var(--toggles-spin--duration) ease}html[data-theme=dark] .theme-toggle__disc{transform:scale(1.7)}.theme-toggle__ray{fill:none;stroke:currentColor;transform-origin:50%;transition:transform var(--toggles-spin--duration) ease;transition-delay:calc(var(--toggles-spin--duration) * .15)}html[data-theme=dark] .theme-toggle__ray{transition-delay:0s;transform:rotate(45deg)scale(0)}.justified-gallery{padding:var(--gallery-padding);gap:var(--gallery-gap);flex-wrap:wrap;display:flex}@media (width>=48rem){.justified-gallery{grid-area:1/2}}.justified-gallery__item{flex-grow:calc(var(--width) * (100000 / var(--height)));flex-basis:calc(var(--gallery-min-height) * (var(--width) / var(--height)));aspect-ratio:var(--width) / var(--height);opacity:1;transition:transform 50ms ease-in-out;overflow:hidden}.justified-gallery__item img{object-fit:cover;block-size:100%;inline-size:100%;display:block}.justified-gallery__item:focus-visible{outline:3px solid var(--outline);outline-offset:2px;z-index:1;border-radius:2px;transform:scale(1.05);box-shadow:0 2px 4px 2px #0000001a}.justified-gallery:after{content:" ";flex-grow:1000000000}
