.tbh-container{max-width:1200px;margin:0 auto;padding:0 20px}.tbh-btn{display:inline-block;padding:10px 24px;border-radius:20px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.tbh-btn-primary{background:#ff4081;color:#fff}.tbh-btn-primary:hover{background:#e91e63}.tbh-btn-outline{background:0 0;color:#333;border:1px solid #e0e0e0}.tbh-btn-outline:hover{border-color:#ff4081;color:#ff4081}.tbh-btn-subscribe{background:#ff4081;color:#fff;padding:8px 20px;font-size:13px}.tbh-btn-pink-outline{border-color:#ff4081;color:#ff4081}.tbh-btn-pink-outline:hover{background:#ff4081;color:#fff}.tbh-section{padding:60px 0}.tbh-section-title{font-size:28px;font-weight:600;margin-bottom:8px;text-align:center}.tbh-section-subtitle{font-size:14px;color:#666;text-align:center;margin-bottom:32px}.tbh-section-footer{text-align:center;margin-top:32px}.tbh-influencer-hero{background:#fff;padding:20px 0 60px}.tbh-influencer-profile{display:flex;gap:40px;align-items:flex-start}@media (max-width:768px){.tbh-influencer-profile{flex-direction:column;text-align:center;align-items:center}}.tbh-profile-image{flex-shrink:0}.tbh-profile-image img{width:340px;height:340px;border-radius:16px;object-fit:cover}.tbh-profile-info{flex:1;padding-top:20px}.tbh-profile-name{font-size:42px;font-weight:700;margin-bottom:8px}.tbh-profile-tagline{font-size:16px;color:#666;margin-bottom:24px}.tbh-profile-bio{font-size:15px;line-height:1.6;color:#333;margin-bottom:24px}.tbh-profile-actions{display:flex;gap:12px;margin-bottom:20px}@media (max-width:768px){.tbh-profile-actions{justify-content:center}}.tbh-profile-tags{display:flex;gap:8px;flex-wrap:wrap}@media (max-width:768px){.tbh-profile-tags{justify-content:center}}.tbh-tag{padding:6px 14px;background:#f8f9fa;border-radius:16px;font-size:13px;color:#666}.tbh-influencer-stats{background:#fff;padding:40px 0;border-bottom:1px solid #e0e0e0}.tbh-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}@media (max-width:768px){.tbh-stats-grid{grid-template-columns:repeat(2,1fr)}}.tbh-stat-item{padding:20px}.tbh-stat-value{display:block;font-size:32px;font-weight:700;color:#ff4081;margin-bottom:4px}.tbh-stat-label{font-size:13px;color:#666}.tbh-shows-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.tbh-tab{padding:10px 20px;border:none;background:0 0;color:#666;font-size:14px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.tbh-tab.active,.tbh-tab:hover{color:#ff4081;border-bottom-color:#ff4081}.tbh-shows-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1024px){.tbh-shows-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.tbh-shows-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tbh-shows-grid{grid-template-columns:1fr}}.tbh-show-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tbh-show-image{position:relative;aspect-ratio:3/4}.tbh-show-image img{width:100%;height:100%;object-fit:cover}.tbh-show-status{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.tbh-show-status.tbh-status-live{background:#4caf50;color:#fff}.tbh-show-status.tbh-status-replay{background:#666;color:#fff}.tbh-show-title{padding:12px;font-size:14px;font-weight:500;margin:0}.tbh-show-btn{display:block;padding:10px;text-align:center;background:#f8f9fa;color:#333;text-decoration:none;font-size:13px;font-weight:500}.tbh-show-btn:hover{background:#ff4081;color:#fff}.tbh-videos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width:1024px){.tbh-videos-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.tbh-videos-grid{grid-template-columns:repeat(2,1fr)}}.tbh-video-card{cursor:pointer}.tbh-video-thumbnail{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden;margin-bottom:8px}.tbh-video-thumbnail img{width:100%;height:100%;object-fit:cover}.tbh-video-duration{position:absolute;bottom:8px;right:8px;padding:2px 8px;background:rgba(0,0,0,.7);color:#fff;font-size:11px;border-radius:4px}.tbh-video-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);opacity:0;transition:opacity .2s ease}.tbh-video-card:hover .tbh-video-overlay{opacity:1}.tbh-play-icon{width:48px;height:48px;background:#ff4081;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.tbh-video-title{font-size:13px;margin:0;color:#333}.tbh-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1024px){.tbh-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.tbh-products-grid{grid-template-columns:repeat(2,1fr)}}.tbh-product-card{position:relative;background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tbh-product-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}.tbh-product-badge.tbh-badge-popular{background:#00bcd4;color:#fff}.tbh-product-badge.tbh-badge-sale{background:#ff5722;color:#fff}.tbh-product-image{aspect-ratio:1;margin-bottom:12px}.tbh-product-image img{width:100%;height:100%;object-fit:contain}.tbh-product-name{font-size:13px;font-weight:500;margin:0 0 8px}.tbh-product-prices{display:flex;gap:8px;align-items:center}.tbh-price-original{font-size:12px;color:#666;text-decoration:line-through}.tbh-price-sale{font-size:14px;font-weight:600;color:#ff4081}.tbh-price{font-size:14px;font-weight:600}.tbh-cta-section{background:linear-gradient(135deg,#f8f9fa 0,#fff 100%)}.tbh-cta-box{text-align:center;padding:60px 40px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tbh-cta-box h2{font-size:24px;margin-bottom:12px}.tbh-cta-box p{color:#666;margin-bottom:24px}.tbh-cta-actions{display:flex;gap:12px;justify-content:center}.tbh-archive-header{text-align:center;padding:60px 0 40px}.tbh-archive-header .tbh-archive-label{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#666;margin-bottom:12px}.tbh-archive-header .tbh-archive-title{font-size:36px;font-weight:700;margin-bottom:16px}.tbh-archive-header .tbh-archive-desc{font-size:15px;color:#666;max-width:600px;margin:0 auto}.tbh-featured-section{padding:40px 0}.tbh-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:1024px){.tbh-featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tbh-featured-grid{grid-template-columns:1fr}}.tbh-featured-card{background:#fff0f5;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tbh-featured-card a{color:inherit;text-decoration:none}.tbh-featured-image{aspect-ratio:1}.tbh-featured-image img{width:100%;height:100%;object-fit:cover}.tbh-featured-info{padding:20px}.tbh-featured-name{font-size:20px;font-weight:600;margin-bottom:8px}.tbh-featured-tagline{font-size:13px;color:#666;margin-bottom:16px}.tbh-featured-stats{display:flex;gap:16px;font-size:12px;color:#666;margin-bottom:16px}.tbh-featured-stats span{display:flex;align-items:center;gap:4px}.tbh-filters-section{padding:20px 0;border-bottom:1px solid #e0e0e0}.tbh-category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.tbh-filter-tab{padding:8px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s ease}.tbh-filter-tab.active,.tbh-filter-tab:hover{background:#ff4081;color:#fff;border-color:#ff4081}.tbh-sort-bar{display:flex;align-items:center;gap:8px}.tbh-sort-label{font-size:13px;color:#666}.tbh-sort-select{padding:6px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:13px;background:#fff}.tbh-grid-section{padding:40px 0}.tbh-influencers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1200px){.tbh-influencers-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.tbh-influencers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tbh-influencers-grid{grid-template-columns:1fr}}.tbh-influencer-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.tbh-influencer-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.tbh-influencer-card a{color:inherit;text-decoration:none}.tbh-card-image{position:relative;aspect-ratio:1}.tbh-card-image img{width:100%;height:100%;object-fit:cover}.tbh-live-badge{position:absolute;top:12px;left:12px;padding:4px 12px;background:#4caf50;color:#fff;font-size:11px;font-weight:600;border-radius:12px}.tbh-card-info{padding:16px}.tbh-card-name{font-size:16px;font-weight:600;margin-bottom:4px}.tbh-card-tagline{font-size:12px;color:#666;margin-bottom:12px;line-height:1.4}.tbh-card-stats{display:flex;gap:12px;font-size:11px;color:#666;margin-bottom:12px}.tbh-card-action{display:block;padding:10px;text-align:center;border-radius:20px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s ease}.tbh-card-action.tbh-live-now{background:#4caf50;color:#fff}.tbh-card-action.tbh-live-now:hover{background:rgb(60.5577689243,139.4422310757,63.7450199203)}.tbh-card-action.tbh-get-started{background:#ff4081;color:#fff}.tbh-card-action.tbh-get-started:hover{background:#e91e63}.tbh-pagination{text-align:center;padding:40px 0}.tbh-load-more{padding:12px 32px}.tbh-live-shows-section{padding:60px 0;background:#f8f9fa}.tbh-live-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.tbh-live-tab{padding:10px 24px;border:none;background:0 0;color:#666;font-size:14px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.tbh-live-tab.active{color:#ff4081;border-bottom-color:#ff4081}.tbh-live-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1024px){.tbh-live-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.tbh-live-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tbh-live-grid{grid-template-columns:1fr}}.tbh-live-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tbh-live-image{position:relative;aspect-ratio:3/4}.tbh-live-image img{width:100%;height:100%;object-fit:cover}.tbh-live-image .tbh-live-badge{position:absolute;top:12px;right:12px;background:#4caf50}.tbh-live-title{padding:12px;font-size:14px;font-weight:500;margin:0}.tbh-live-btn{display:block;padding:12px;text-align:center;background:#f8f9fa;color:#333;text-decoration:none;font-size:13px;font-weight:500}.tbh-live-btn:hover{background:#ff4081;color:#fff}