*,:before,:after{box-sizing:border-box}:not(dialog){margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}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}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}body{color:#fff;background-color:#000;width:100%;min-height:100dvh;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}.main,.content{height:100dvh;display:flex}.main{flex-direction:column-reverse}.content{flex-direction:column;flex:1;padding:1rem}.logo{width:min(100%,160px)}.title{margin-top:auto;font-size:1rem}.links{gap:1em;font-size:.875rem;display:flex}.gallery-wrapper{width:100%;overflow:hidden}.gallery{animation:gallery-horizontal-marquee var(--loop-duration,28s) linear infinite;will-change:transform;gap:2px;margin-right:2px;display:inline-flex}.gallery-item{height:var(--mobile-gallery-item-height,40dvh);aspect-ratio:var(--aspect-ratio,16/9);background-color:#111;flex:none;position:relative;overflow:hidden}.gallery-image{object-fit:cover;width:100%;height:100%}.gallery-caption{color:#fff;pointer-events:none;background-color:#000;width:fit-content;padding:.5rem .625rem;font-size:.625rem;line-height:1;position:absolute;top:0;right:0}@keyframes gallery-horizontal-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes gallery-vertical-marquee{0%{transform:translate(0,0)}to{transform:translateY(-50%)}}@media (width>=768px){.main{flex-direction:row}.gallery-wrapper{max-width:min(40dvw,420px);height:100dvh}.gallery{animation:gallery-vertical-marquee var(--loop-duration,28s) linear infinite;flex-direction:column;margin-bottom:2px;margin-right:0}.gallery-item{--mobile-gallery-item-height:auto;width:100%;height:auto}.gallery-caption{top:auto;bottom:0}}
