/* TrainingBot homepage video shelf v169 */
.tb-home-video-main{width:min(100%,390px)}
.hero-tiktok .tb-home-video-main-frame{display:block;width:100%;height:auto;aspect-ratio:9/16;border:1px solid rgba(148,163,184,.22);border-radius:24px;background:#000;box-shadow:0 28px 70px rgba(0,0,0,.35)}
.tb-home-video-shelf{width:min(calc(100% - 32px),1180px);min-height:220px;margin:16px auto 8px;display:flex;align-items:center;overflow:hidden}
.tb-home-video-shelf[hidden]{display:none}
.tb-home-video-strip{display:flex;align-items:center;gap:14px;width:100%;padding:5px 0 9px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.tb-home-video-strip::-webkit-scrollbar{display:none}
.tb-home-video-card{position:relative;flex:0 0 150px;aspect-ratio:3/4;overflow:hidden;scroll-snap-align:start;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#05070d;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.22);transition:transform .18s ease,border-color .18s ease,filter .18s ease}
.tb-home-video-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.34);filter:brightness(1.06)}
.tb-home-video-card iframe{position:absolute;left:50%;top:50%;width:180%;height:180%;border:0;background:#000;pointer-events:none;transform:translate(-50%,-50%)}
.tb-home-video-play{position:absolute;left:50%;top:50%;z-index:3;display:grid;place-items:center;width:34px;height:34px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(4,7,14,.72);color:#fff;font-size:13px;line-height:1;padding-left:2px;backdrop-filter:blur(8px)}
@media(max-width:900px){.tb-home-video-main{width:min(100%,360px)}.tb-home-video-shelf{width:min(calc(100% - 28px),760px);min-height:205px;margin-top:18px}.tb-home-video-card{flex-basis:138px}}
@media(max-width:520px){.tb-home-video-main{width:min(86vw,330px)}.hero-tiktok .tb-home-video-main-frame{border-radius:18px}.tb-home-video-shelf{width:calc(100% - 24px);min-height:190px;margin-top:14px}.tb-home-video-strip{gap:10px}.tb-home-video-card{flex-basis:124px;border-radius:12px}.tb-home-video-play{width:30px;height:30px;font-size:11px}}
@media(hover:none){.tb-home-video-card:hover{transform:none;filter:none}}