body{
  margin:0;
  font-family:system-ui;
  background:#000;
}
#splash video{
  width:100%;
  height:100vh;
  object-fit:cover;
}
#splash button{
  position:absolute;
  bottom:40px;
  left:50%;
  transform:translateX(-50%);
  padding:16px 40px;
  border-radius:30px;
  border:none;
  font-size:18px;
}
.reels{
  height:100vh;
  overflow-y:scroll;
  scroll-snap-type:y mandatory;
}
.reel{
  height:100vh;
  scroll-snap-align:start;
}
.reel video{
  width:100%;
  height:100%;
  object-fit:cover;
}
#facecam{
  position:fixed;
  bottom:80px;
  right:12px;
  width:110px;
  height:160px;
  border-radius:12px;
  border:2px solid #00ffcc;
}
.subscribe-bar{
  position:fixed;
  bottom:0;
  width:100%;
  background:#000;
  padding:12px;
  text-align:center;
}
