.meyle-tmv{margin:38px 0 18px;padding:18px;border:1px solid rgb(0 0 0 / .07);border-radius:22px;background:linear-gradient(145deg,#fff,#fff7f8);box-shadow:0 14px 40px rgb(0 0 0 / .09);position:relative;overflow:hidden;font-family:inherit}.meyle-tmv:before{content:"";position:absolute;inset:-80px auto auto -70px;width:190px;height:190px;border-radius:50%;background:var(--tmv-accent);opacity:.08}.tmv-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;position:relative}.tmv-head-title{font-size:19px;font-weight:900;display:flex;align-items:center;gap:9px}.tmv-live-dot{width:10px;height:10px;border-radius:50%;background:var(--tmv-accent);box-shadow:0 0 0 6px rgb(225 29 72 / .13);animation:tmvpulse 1.7s infinite}.tmv-badge{font-size:12px;font-weight:800;padding:6px 11px;border-radius:99px;background:var(--tmv-accent);color:#fff}.tmv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tmv-card{min-width:0;display:flex;align-items:center;gap:10px;padding:9px;background:#fff;border:1px solid rgb(0 0 0 / .06);border-radius:16px;text-decoration:none!important;color:inherit!important;box-shadow:0 5px 16px rgb(0 0 0 / .05);transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}.tmv-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgb(0 0 0 / .11)}.tmv-rank{width:25px;height:25px;flex:0 0 25px;border-radius:50%;display:grid;place-items:center;background:#f1f1f1;font-size:12px;font-weight:900}.tmv-rank-1 .tmv-rank,.tmv-rank-2 .tmv-rank,.tmv-rank-3 .tmv-rank{background:var(--tmv-accent);color:#fff}.tmv-thumb{width:100px;height:100px;flex:0 0 100px;border-radius:13px;overflow:hidden;background:#eee;display:block}.tmv-thumb img{width:100px!important;height:100px!important;max-width:none!important;object-fit:cover;display:block}.tmv-noimg{height:100%;display:grid;place-items:center;font-weight:900;color:#999}.tmv-info{min-width:0;display:flex;flex-direction:column;gap:6px}.tmv-info strong{font-size:14px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tmv-info small{font-size:11px;color:#777}.tmv-views{font-weight:700;color:var(--tmv-accent)!important}.tmv-animated .tmv-card{animation:tmvup .55s both}.tmv-animated .tmv-card:nth-child(2){animation-delay:.04s}.tmv-animated .tmv-card:nth-child(3){animation-delay:.08s}.tmv-animated .tmv-card:nth-child(4){animation-delay:.12s}.tmv-animated .tmv-card:nth-child(5){animation-delay:.16s}.tmv-animated .tmv-card:nth-child(6){animation-delay:.20s}.tmv-animated .tmv-card:nth-child(7){animation-delay:.24s}.tmv-animated .tmv-card:nth-child(8){animation-delay:.28s}@keyframes tmvup{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes tmvpulse{50%{transform:scale(1.2);opacity:.65}}@media(max-width:650px){.meyle-tmv{padding:13px;border-radius:18px}.tmv-grid{grid-template-columns:1fr}.tmv-thumb{width:100px;height:100px}.tmv-head-title{font-size:17px}.tmv-info strong{font-size:13.5px}}