#appView{width:100%!important;overflow-x:hidden!important;padding-bottom:110px}
.vifu-hero-slider{position:relative;width:calc(100% - 24px);margin:14px auto 20px;height:170px;border-radius:12px;overflow:hidden;background:#121212;box-shadow:0 6px 20px rgba(0,0,0,0.6)}
.vifu-hero-track{display:flex;width:100%;height:100%;transition:transform 0.5s ease-in-out}
.vifu-hero-slide{min-width:100%;height:100%;position:relative;display:flex;align-items:flex-end;padding:16px;box-sizing:border-box;background-size:cover;background-position:center}
.vifu-hero-backdrop{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.2) 0%,rgba(10,10,10,0.95) 100%)}
.vifu-hero-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%}
.vifu-hero-info{max-width:75%}
.vifu-hero-tag{font-size:10px;font-weight:800;text-transform:uppercase;color:#E4007C;margin-bottom:3px}
.vifu-hero-title{font-size:16px;font-weight:800;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vifu-hero-sub{font-size:12px;color:#bbb;margin-top:2px}
.vifu-hero-btn{background:#E4007C;border:none;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;cursor:pointer}
.vifu-hero-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:3}
.vifu-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.3);transition:all 0.3s}
.vifu-dot.activo{width:16px;border-radius:4px;background:#E4007C}
.vifu-section{margin-bottom:22px;width:100%}
.vifu-section-top{padding:0 14px;margin-bottom:8px;color:#fff}
.vifu-section-header{font-size:15px;font-weight:700;margin:0}
.vifu-carousel{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;gap:12px;padding:4px 14px 10px;scroll-behavior:smooth}
.vifu-carousel::-webkit-scrollbar{display:none}
.vifu-item{flex:0 0 120px!important;width:120px!important;cursor:pointer}
.vifu-img-wrap{width:120px;height:120px;border-radius:8px;overflow:hidden;background:#1a1a1a}
.vifu-img{width:100%;height:100%;object-fit:cover}
.vifu-title{color:#fff;font-size:12px;font-weight:600;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vifu-sub{color:#888;font-size:11px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
