@import 'https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap';@media(prefers-color-scheme:light){:root{--background:#f7f7f5;--foreground:#171717;--muted:#6f6f6b;--line:#deded9;--link:#171717;--link-hover:#6f6f6b}}@media(prefers-color-scheme:dark){:root{--background:#090909;--foreground:#f3f3ef;--muted:#a7a7a0;--line:#292927;--link:#f3f3ef;--link-hover:#bdbdb6}img[src*=svg]{filter:invert(92%)grayscale(1)}}*{margin:0;padding:0}*{box-sizing:border-box}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}html{scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#container{width:100%}#gallery{margin:0}header{position:relative;margin:0 auto;padding:64px 24px 24px;text-align:center}.site-menu{position:fixed;top:22px;right:22px;z-index:10}.site-menu summary{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0 10px;border:1px solid var(--line);border-radius:50%;background:var(--background);cursor:pointer;list-style:none}.site-menu summary::-webkit-details-marker{display:none}.site-menu summary span{display:block;width:18px;height:1px;background:var(--foreground)}.site-menu-panel{position:absolute;top:48px;right:0;min-width:180px;padding:10px;border:1px solid var(--line);background:var(--background)}.site-menu-panel a{display:block;padding:9px 10px;color:var(--foreground);font-size:14px}.site-menu-panel a:hover{color:var(--muted)}.profile{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:640px;margin:0 auto}header img.avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:none}header h1{font-family:waiting for the sunrise,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:30px;font-weight:700;letter-spacing:0;line-height:1.2}header .real-name{margin-top:-4px;color:var(--muted);font-size:13px}header .bio{max-width:520px;margin:6px auto 0;color:var(--muted);font-size:14px}header nav{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:24px}header nav a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;transition:border-color 160ms ease,opacity 160ms ease}header nav a:hover{border-color:var(--foreground)}header nav img{width:17px;height:17px;opacity:.86}.section{margin-top:48px}.view-home .section-menu-only{display:none}.section-header-wrapper{max-width:800px;margin:0 auto;padding:0 24px;text-align:center}.section-title{font-family:waiting for the sunrise,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:26px;font-weight:600;letter-spacing:0;line-height:1.3}.section-description{max-width:600px;margin-top:8px;color:var(--muted);font-size:14px}.section-images{margin-top:18px;padding:0 8px}.section-image img{width:100%}footer{margin:72px auto 48px;padding:0 24px;color:var(--muted);text-align:center;line-height:1.6}footer p{font-size:13px}footer .foto_footer{font-size:12px}@media(max-width:700px){header{padding:48px 18px 20px}.site-menu{top:14px;right:14px}.profile{gap:16px}header img.avatar{width:58px;height:58px}header h1{font-size:27px}header .bio,header .real-name{font-size:14px}header nav{gap:10px;margin-top:20px}.section{margin-top:38px}.section-header-wrapper{padding:0 18px}.section-images{padding:0 4px}}