#header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;height:60px;background-color:var(--background)}#header,#header nav{width:100%;display:flex;align-items:center;justify-content:center}#header nav{max-width:1200px;gap:1rem;padding:0 20px}#header nav a{color:var(--foreground);text-decoration:none;font-weight:500;font-size:16px;line-height:20px;transition:color .2s}#header nav a:hover{color:var(--foreground);text-decoration:underline}:root{--background:#171717;--foreground:#f2f2f2}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lucida Grande,Lucida Sans Unicode,Verdana,sans-serif;font-size:1.1rem;line-height:1.6;color:#fff}@media screen and (min-width:768px){body{font-size:1.4rem}}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}@media(min-width:1400px){.container{max-width:1200px}}h1,h2,h3,h4{font-weight:600;line-height:1.2;margin-top:1.5rem;margin-bottom:.75rem}h1{font-size:2.5rem;line-height:2;text-align:center}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-top:0;margin-bottom:1rem;color:#fff;font-weight:200}a{color:#1ee3aa;text-decoration:none;transition:color .2s ease}a:focus,a:hover{color:rgb(22.7984189723,183.2015810277,136.790513834);text-decoration:underline}span{color:inherit}strong{font-weight:600}em{font-style:italic}.page{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;display:grid;grid-template-rows:20px 1fr 20px;align-items:start;justify-items:center;min-height:100svh;padding:0;font-family:var(--font-geist-sans)}@media(prefers-color-scheme:dark){.page{--gray-rgb:255,255,255;--gray-alpha-200:rgba(var(--gray-rgb),0.145);--gray-alpha-100:rgba(var(--gray-rgb),0.06);--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a}}.gallery{display:grid;grid-gap:16px;gap:16px;width:100%;grid-template-columns:repeat(auto-fill,calc(48% - 8px))}@media screen and (min-width:768px){.gallery{grid-template-columns:repeat(auto-fill,minmax(20%,1fr))}}.gallery img{width:100%;height:auto;display:block;object-fit:cover}.footer{width:100%;padding:20px auto 100px;text-align:center;font-size:1rem;color:var(--foreground);background-color:var(--background)}@media(min-width:600px){.footer{padding:20px 20px 100px;font-size:1.2rem}}