@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body.loading-skip #loading-screen{display:none!important}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .6s ease-out}#loading-screen.fade-out{opacity:0;pointer-events:none}:root{--bg: white;--text: black;--muted: #676767;--highlight-bg: black;--highlight-text: white;--skeleton-bg: #e8e8e8}[data-theme=dark]{--bg: black;--text: white;--muted: #bababa;--highlight-bg: white;--highlight-text: black;--skeleton-bg: #2a2a2a}*{font-family:var(--font-geist-pixel),Arial,sans-serif;font-size:18px}*::selection{background-color:var(--highlight-bg);color:var(--highlight-text)}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);overflow:hidden;display:flex;flex-direction:column}main{display:flex;flex:1;padding:2rem;box-sizing:border-box;min-height:0;gap:4rem}.homepage-container{display:flex;width:100%;gap:4rem}.content{max-width:383px;flex-shrink:0;display:flex;flex-direction:column}.about-layout .content{flex-shrink:1;min-height:0;overflow-y:auto}.projects-gallery{flex:1;min-width:0;min-height:0;display:flex;align-items:flex-start;overflow:auto}.projects-gallery,.about-layout .content,.about-layout .content-sidebar{scrollbar-width:none;-ms-overflow-style:none}.projects-gallery::-webkit-scrollbar,.about-layout .content::-webkit-scrollbar,.about-layout .content-sidebar::-webkit-scrollbar{display:none}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%;min-height:min-content}.gallery-grid>*{display:flex;min-height:0;overflow:hidden}.gallery-item-square{aspect-ratio:1}.gallery-grid a.gallery-item-square{display:block}.gallery-image{width:100%;height:100%;aspect-ratio:var(--aspect-ratio, 1);display:block;object-fit:cover}.gallery-video-tile{position:relative;cursor:pointer}.gallery-video-hint{position:absolute;right:.5rem;bottom:.5rem;background:color-mix(in srgb,var(--bg) 78%,transparent);color:var(--text);padding:.2rem .35rem;font-size:12px;line-height:1;pointer-events:none;opacity:.9;transition:opacity .14s ease}.gallery-video-tile:hover .gallery-video-hint,.gallery-video-tile:focus-within .gallery-video-hint,.gallery-video-tile.gallery-hint-dismissed .gallery-video-hint{opacity:0}a{color:var(--muted);text-decoration:underline;padding:0 2px}a:hover,.webring-link:hover,.back-link:hover,.theme-toggle:hover,.section-link:hover{background-color:var(--highlight-bg);color:var(--highlight-text);text-decoration:none}.inline-avatar{height:1em;width:1em;border-radius:0;object-fit:cover;vertical-align:middle;display:inline-block;position:relative;top:-1px}[data-theme=dark] .inline-avatar-invert-dark{filter:invert(1)}.email{margin-bottom:1rem;color:var(--muted)}p{margin-bottom:.25em}footer{position:fixed;bottom:0;left:0;right:0;padding:1rem 2rem;background:transparent;display:flex;align-items:center;gap:.25rem}.webring-nav{display:flex;flex-direction:row;gap:.25rem;align-items:center}.webring-link,.back-link{color:var(--muted);text-decoration:none}.webring-link{display:flex;align-items:center;justify-content:center;font-size:16px}.webring-logo{padding:0 .25rem}.back-link{padding:0}.about-bio{margin-bottom:0}.about-layout .content-sidebar{width:280px;max-width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:2rem;min-height:0;overflow:auto}.about-layout .gallery-grid{grid-template-columns:repeat(3,1fr)}.about-layout .gallery-image{animation:fadeIn .8s ease-out both}.section-heading{margin:0 0 .75rem;color:var(--muted)}.section-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.section-item{display:flex;flex-direction:column;gap:.15rem}.section-row{display:flex;align-items:baseline;gap:.5rem}.section-date{flex-shrink:0}.section-link{color:var(--text);text-decoration:underline;text-underline-offset:2px;text-decoration-color:#ccc;padding:0;display:block;overflow:hidden;white-space:nowrap;width:32ch;text-overflow:ellipsis}.section-tag,.section-meta,.section-date,.favorite-topic{color:var(--muted)}.favorite-topic{flex-shrink:0}.favorite-dots{flex:1;min-width:.5rem;overflow:hidden}.favorite-dots:after{content:"................................................................................................................................................................................................";display:inline-block;color:var(--muted);letter-spacing:.15em;white-space:nowrap;vertical-align:baseline}.section-row-favorites{flex-wrap:wrap;width:100%;gap:.5rem 0}.section-row-favorites .favorite-items{flex-shrink:0}.favorite-items{display:inline-flex;flex-wrap:wrap;gap:0 .35em;align-items:baseline;justify-content:flex-end}.favorite-items .section-link{display:inline;width:auto;white-space:nowrap}.section-skeleton .skeleton-line{display:block;height:1em;background:var(--skeleton-bg);border-radius:2px}.section-skeleton .skeleton-title{width:24ch}.section-skeleton .skeleton-meta{width:6ch}.theme-toggle{display:flex;align-items:center;color:var(--muted);text-decoration:none;font-size:16px;padding:0;margin-right:.5rem;background:none;border:none;cursor:pointer}@media(max-width:768px){html,body{height:auto}body{overflow:auto;display:block}main{display:block;padding:1.5rem}.homepage-container{display:flex;flex-direction:column;gap:2rem}.content,.about-layout .content-sidebar{max-width:100%;width:100%}.projects-gallery{display:block}.gallery-grid{grid-template-columns:repeat(2,1fr)}footer{position:relative;padding:1rem 1.5rem}}
