*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;height:100%;overflow:hidden;font-family:Arial,sans-serif}.page-center{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.feed{width:100%;height:100vh;position:relative;overflow:hidden;background:#000}.video-card{position:absolute;width:100%;height:100%;opacity:0;transition:opacity .25s ease}.video-card.active{opacity:1;z-index:5}.meta{position:absolute;bottom:40px;left:20px;color:#fff;z-index:10}input,button{padding:10px 14px;border-radius:8px;border:none}button{cursor:pointer}
