body { font-family: "Roboto", sans-serif; background-color: #fff; }
        
/* 1. Tag Navigation */
.tag-scroll { overflow-x: auto; white-space: nowrap; padding: 12px; scrollbar-width: none; background: #fff; justify-content:center; }
.tag-scroll::-webkit-scrollbar { display: none; }
.btn-tag {
    border-radius: 8px;
    background: #f3f4f6;
    border: 1px solid #f3f4f6;
    margin-right: 8px;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 15px;
}
.btn-tag:hover { background: #e5e7eb; color: #000; border-color: #e5e7eb; }
.btn-tag.active { background: #000; color: #fff; border-color: #000; }

/* 2. Banner with Comic Dot Pattern */
.channel-banner {
    width: 100%;
    height: 220px;
    background: url('../images/headerimg.png') center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.banner-overlay-text {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 40px;
    border-radius: 50px;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
    font-weight: 900;
    font-size: 2.5rem;
    color: #ffcc00;
    text-shadow: 2px 2px 0px #000;
    text-transform: uppercase;
}

/* 3. Profile Section */
.profile-img { 
    width: 140px; height: 140px; 
    border-radius: 50%; 
    border: 5px solid white; 
    margin-top: -60px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    object-fit: cover;
}
.subscribe-btn {
    border-radius: 25px;
    padding: 5px 20px;
    font-weight: 400;
    background-color: #0f0f0f;
}

/* 4. Tabs */
.nav-tabs { border-bottom: 1px solid #ddd; margin-top: 20px; }
.nav-link { color: #606060; font-weight: 600; border: none !important; padding: 10px 20px; }
.nav-link.active { color: #000; border-bottom: 3px solid #000 !important; }

/* 5. Video Grid */
.video-card { transition: transform 0.2s; cursor: pointer; }
.video-card:hover { transform: scale(1.02); }
.thumb-wrapper { position: relative; border-radius: 15px; overflow: hidden; }
.thumb-wrapper img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.video-duration { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.8); color: #fff; padding: 2px 6px; border-radius: 4px; font-size: 12px; }
.video-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0;
    color: #0f0f0f;
}
.video-meta {
    font-size: 13px;
    color: #606060;
    margin-top: 0;
    line-height: 15px;
    font-weight: 300;
}
.channel-mini-logo { width: 24px; height: 24px; border-radius: 50%; margin-right: 8px; }
.logo_1{max-width: 120px;}
.header_section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.channel_name{
    font-size: 14px;
    font-weight: 300;
}
.thumb-wrapper img.iconyoutube{
    width: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.thumb-wrapper .youtube-icon{
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.header_section .text-secondary.small{
    margin-bottom: 8px;
}