*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}html,body,#root{width:100%;height:100%}body{background:linear-gradient(#040044,#00001e);overflow:hidden}html,body,.container{overscroll-behavior:none}#root{background:transparent}.container{width:100%;height:100vh;overflow-y:scroll;overflow-x:hidden;background-color:#fff}.photo{position:fixed;left:0;top:0;width:100%;height:100vh;overflow:hidden}.fphoto{position:absolute;left:0;top:0;width:100%;height:480px;background-image:url(/fphoto.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-position-y:calc(50% - 30px);animation:fphotoIntro .72s cubic-bezier(.22,1,.36,1) .17s both}.fphotoreflect{position:absolute;left:0;top:479px;width:100%;height:calc(100vh - 479px);background-image:url(/fphoto.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:translateY(100%) rotate(180deg) rotateY(180deg);animation:reflectIntro .72s cubic-bezier(.22,1,.36,1) .17s both}.bottom{position:relative;height:100vh;margin-top:450px;z-index:10;background:#ffffff14;padding:16px;backdrop-filter:blur(40px) saturate(180%) brightness(1.1);-webkit-backdrop-filter:blur(40px) saturate(180%) brightness(1.1);border:1px solid rgba(255,255,255,.18);border-bottom:none;box-shadow:0 -8px 40px #ffffff14,0 -20px 60px #00000040,inset 0 1px 1px #ffffff59,inset 0 -1px 1px #ffffff0d;overflow:hidden;transform:translateY(100vh);animation:bottomIntro .72s cubic-bezier(.22,1,.36,1) .17s both}.bottom:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff38,#ffffff14 20%,#ffffff05);pointer-events:none;z-index:1}.bottom:after{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:140%;height:220px;background:radial-gradient(ellipse at center,rgba(255,255,255,.35) 0%,rgba(255,255,255,.12) 35%,transparent 75%);filter:blur(30px);pointer-events:none;z-index:1}h1{z-index:2;position:relative;opacity:0;animation:textIntro .36s ease .53s both}p{z-index:2;position:relative;margin-top:16px;font-size:20px;letter-spacing:1.1px;line-height:25px;width:calc(100vw - 50px);opacity:0;animation:textIntro .36s ease .78s both}@keyframes fphotoIntro{0%{height:100vh;background-position-y:center}to{height:480px;background-position-y:calc(50% - 30px)}}@keyframes reflectIntro{0%{top:100vh;transform:translateY(0) rotate(180deg) rotateY(180deg)}to{top:479px;transform:translateY(0) rotate(180deg) rotateY(180deg)}}@keyframes bottomIntro{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes textIntro{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
