@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-49 .tc-wp-tool-root img, .wpc-scope-49 .tc-wp-tool-root video, .wpc-scope-49 .tc-wp-tool-root svg, .wpc-scope-49 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-49 .tc-wp-tool-root .ytw-wrapper{
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	background: linear-gradient(135deg, #d32597 0%, #992c97 50%, #e835bb 100%);
	min-height: 100vh;
	color: #ffffff;
	overflow-x: hidden;
	position: relative;
}.wpc-scope-49 .tc-wp-tool-root .ytw-wrapper *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-background-effects{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
            overflow: hidden;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-floating-orb{
            position: absolute;
            border-radius: 50%;
            filter: blur(60px);
            animation: ytw-float 8s ease-in-out infinite;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-orb-1{
            width: 384px;
            height: 384px;
            background: rgba(245, 158, 11, 0.1);
            top: 25%;
            left: 25%;
            animation-delay: 0s;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-orb-2{
            width: 384px;
            height: 384px;
            background: rgba(147, 51, 234, 0.1);
            bottom: 25%;
            right: 25%;
            animation-delay: 1s;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-orb-3{
            width: 256px;
            height: 256px;
            background: rgba(59, 130, 246, 0.1);
            top: 75%;
            left: 50%;
            animation-delay: 2s;
        }@keyframes ytw-float{
            0%, 100% {
                transform: translateY(0px) scale(1);
                opacity: 0.5;
            }
            50% {
                transform: translateY(-30px) scale(1.1);
                opacity: 0.8;
            }
        }.wpc-scope-49 .tc-wp-tool-root .ytw-container{
            position: relative;
            z-index: 1;
            max-width: 1400px;
            margin: 0 auto;
            padding: 2rem 1rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-header{
            text-align: center;
            margin-bottom: 3rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-header-content{
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
            padding: 2rem;
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(20px);
            border-radius: 1.5rem;
            border: 1px solid rgba(245, 158, 11, 0.2);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-app-icon{
            position: relative;
            width: 4rem;
            height: 4rem;
            background: linear-gradient(135deg, #f59e0b, #ea580c);
            border-radius: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-app-icon::before{
            content: '';
            position: absolute;
            inset: -4px;
            background: linear-gradient(135deg, #f59e0b, #ea580c);
            border-radius: 1rem;
            filter: blur(8px);
            opacity: 0.3;
            animation: ytw-pulse 2s ease-in-out infinite;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-app-icon svg{
            width: 2rem;
            height: 2rem;
            fill: white;
            position: relative;
            z-index: 1;
        }@keyframes ytw-pulse{
            0%, 100% {
                opacity: 0.3;
            }
            50% {
                opacity: 0.6;
            }
        }.wpc-scope-49 .tc-wp-tool-root .ytw-title{
            font-size: clamp(2rem, 5vw, 4rem);
            font-weight: 900;
            background: linear-gradient(135deg, #f59e0b, #ea580c, #f59e0b);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: ytw-gradientShift 3s ease-in-out infinite;
        }@keyframes ytw-gradientShift{
            0%, 100% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
        }.wpc-scope-49 .tc-wp-tool-root .ytw-subtitle{
            font-size: 1.25rem;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 500;
            margin-bottom: 2rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-features-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            max-width: 800px;
            margin: 0 auto;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-feature-card{
            padding: 1rem;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(10px);
            border-radius: 0.75rem;
            border: 1px solid rgba(245, 158, 11, 0.2);
            transition: all 0.3s ease;
            text-align: center;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-feature-card:hover{
            transform: translateY(-5px) scale(1.05);
            border-color: rgba(245, 158, 11, 0.4);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-feature-icon{
            font-size: 2rem;
            margin-bottom: 0.5rem;
            display: block;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-feature-text{
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 600;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-input-section{
            max-width: 800px;
            margin: 0 auto 3rem;
            padding: 2rem;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(20px);
            border-radius: 1.5rem;
            border: 1px solid rgba(245, 158, 11, 0.2);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-input-wrapper{
            display: flex;
            gap: 0.75rem;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-input-field{
            flex: 1 !important;
            min-width: 300px !important;
            padding: 1rem 1.5rem !important;
            background: rgba(0, 0, 0, 0.5) !important;
            border: 1px solid #475569 !important;
            border-radius: 0.75rem !important;
            color: white !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            transition: all 0.3s ease !important;
            position: relative !important;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-input-field:focus{
            outline: none;
            border-color: #f59e0b;
            box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
            background: rgba(0, 0, 0, 0.7);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-input-field::placeholder{
            color: rgba(255, 255, 255, 0.5);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn{
            padding: 1rem 1.5rem;
            border: none;
            border-radius: 0.75rem;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            white-space: nowrap;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn:hover::before{
            left: 100%;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-paste{
            background: linear-gradient(135deg, #475569, #334155);
            color: white;
            box-shadow: 0 8px 25px rgba(71, 85, 105, 0.4);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-paste:hover{
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(71, 85, 105, 0.5);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-search{
            background: linear-gradient(135deg, #f59e0b, #ea580c);
            color: white;
            width: 100%;
            font-size: 1.125rem;
            padding: 1.25rem;
            box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-search:hover:not(:disabled){
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(245, 158, 11, 0.5);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-search:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-loading{
            display: none;
            text-align: center;
            padding: 3rem 2rem;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(20px);
            border-radius: 1.5rem;
            margin: 2rem 0;
            border: 1px solid rgba(245, 158, 11, 0.2);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-spinner{
            width: 3rem;
            height: 3rem;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-left: 3px solid #f59e0b;
            border-radius: 50%;
            animation: ytw-spin 1s linear infinite;
            margin: 0 auto 1rem;
        }@keyframes ytw-spin{
            to {
                transform: rotate(360deg);
            }
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-container{
            display: none;
            space-y: 2rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-banner{
            width: 100%;
            height: clamp(200px, 30vw, 320px);
            background-size: cover;
            background-position: center;
            border-radius: 1.5rem;
            margin-bottom: 2rem;
            position: relative;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-banner::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 120px;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-header{
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(20px);
            border-radius: 1.5rem;
            padding: 2rem;
            margin-bottom: 2rem;
            border: 1px solid rgba(245, 158, 11, 0.2);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-main-info{
            display: flex;
            gap: 1.5rem;
            align-items: flex-start;
            margin-bottom: 2rem;
            flex-wrap: wrap;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-avatar{
            position: relative;
            flex-shrink: 0;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-avatar img{
            width: clamp(96px, 15vw, 128px);
            height: clamp(96px, 15vw, 128px);
            border-radius: 50%;
            border: 4px solid rgba(245, 158, 11, 0.5);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-avatar::before{
            content: '';
            position: absolute;
            inset: -8px;
            background: linear-gradient(135deg, #f59e0b, #ea580c);
            border-radius: 50%;
            filter: blur(8px);
            opacity: 0.3;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-details{
            flex: 1;
            min-width: 300px;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-name{
            font-size: clamp(1.5rem, 4vw, 2.5rem);
            font-weight: 800;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            flex-wrap: wrap;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-verified-badge{
            width: 2rem;
            height: 2rem;
            background: linear-gradient(135deg, #10b981, #059669);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1rem;
            font-weight: bold;
            box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
            flex-shrink: 0;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-handle{
            font-size: clamp(1rem, 2.5vw, 1.25rem);
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 1rem;
            font-weight: 500;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-description{
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(10px);
            border-radius: 0.75rem;
            padding: 1rem;
            margin-bottom: 1.5rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-links{
            display: flex;
            gap: 0.75rem;
            flex-wrap: wrap;
            margin-bottom: 1.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-link{
            background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(234, 88, 12, 0.2));
            border: 1px solid rgba(245, 158, 11, 0.3);
            color: #fbbf24;
            text-decoration: none;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            font-weight: 500;
            transition: all 0.3s ease;
            font-size: 0.875rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-channel-link:hover{
            background: rgba(245, 158, 11, 0.3);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(245, 158, 11, 0.2);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stats-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-card{
            padding: 1.5rem;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(10px);
            border-radius: 1rem;
            border: 1px solid rgba(100, 116, 139, 0.5);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-card:hover{
            transform: translateY(-5px) scale(1.05);
            border-color: rgba(245, 158, 11, 0.5);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon{
            width: 3rem;
            height: 3rem;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            transition: transform 0.3s ease;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-card:hover .ytw-stat-icon{
            transform: scale(1.1);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon.users{
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon.views{
            background: linear-gradient(135deg, #10b981, #059669);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon.calendar{
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon.location{
            background: linear-gradient(135deg, #f59e0b, #dc2626);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-value{
            font-size: clamp(1.25rem, 3vw, 2rem);
            font-weight: 800;
            color: #f1f5f9;
            margin-bottom: 0.25rem;
            word-break: break-word;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-stat-label{
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-videos-section{
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(20px);
            border-radius: 1.5rem;
            padding: 2rem;
            border: 1px solid rgba(245, 158, 11, 0.2);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-section-header{
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 2rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-section-icon{
            width: 2rem;
            height: 2rem;
            background: linear-gradient(135deg, #f59e0b, #ea580c);
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-section-title{
            font-size: clamp(1.5rem, 4vw, 2rem);
            font-weight: 700;
            color: white;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-videos-grid{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 1.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-card{
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(10px);
            border-radius: 1rem;
            overflow: hidden;
            border: 1px solid rgba(100, 116, 139, 0.5);
            transition: all 0.3s ease;
            cursor: pointer;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-card:hover{
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
            border-color: rgba(245, 158, 11, 0.5);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-thumbnail{
            width: 100%;
            aspect-ratio: 16/9;
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-thumbnail::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0);
            transition: all 0.3s ease;
            z-index: 1;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-card:hover .ytw-video-thumbnail::before{
            background: rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-play-button{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1);
            width: 4rem;
            height: 4rem;
            background: rgba(245, 158, 11, 0.95);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            transition: all 0.3s ease;
            z-index: 2;
            box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-card:hover .ytw-play-button{
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.1);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-play-button svg{
            width: 1.5rem;
            height: 1.5rem;
            fill: white;
            margin-left: 2px;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-duration{
            position: absolute;
            bottom: 0.5rem;
            right: 0.5rem;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 0.25rem 0.5rem;
            border-radius: 0.375rem;
            font-size: 0.75rem;
            font-weight: 600;
            z-index: 3;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-info{
            padding: 1rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-title{
            font-size: 0.875rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 0.5rem;
            color: white;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-card:hover .ytw-video-title{
            color: #fbbf24;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-meta{
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.75rem;
            font-weight: 500;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-modal{
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(10px);
            z-index: 1000;
            padding: 1rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-modal-content{
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-modal-close{
            position: absolute;
            top: -3rem;
            right: 0;
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            padding: 0.75rem;
            border-radius: 50%;
            width: 3rem;
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-modal-close:hover{
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-video-player{
            width: 100%;
            aspect-ratio: 16/9;
            border: none;
            border-radius: 0.75rem;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-error{
            background: rgba(239, 68, 68, 0.2);
            border: 1px solid rgba(239, 68, 68, 0.4);
            color: #fca5a5;
            padding: 2rem;
            border-radius: 1rem;
            text-align: center;
            margin: 2rem 0;
            backdrop-filter: blur(10px);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-error h3{
            font-weight: 700;
            margin-bottom: 0.5rem;
            font-size: 1.125rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-content{
            max-width: 900px;
            max-height: 90vh;
            overflow-y: auto;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(20px);
            border-radius: 1.5rem;
            border: 1px solid rgba(245, 158, 11, 0.3);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
            padding: 2rem;
            margin: 2rem auto;
            position: relative;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-header{
            text-align: center;
            margin-bottom: 2rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid rgba(245, 158, 11, 0.2);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-title{
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1rem;
            line-height: 1.4;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-thumbnail{
            width: 200px;
            height: auto;
            border-radius: 1rem;
            margin: 0 auto 1rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-info{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            margin-bottom: 2rem;
            padding: 1rem;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-info-item{
            text-align: center;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-info-label{
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-info-value{
            font-size: 1rem;
            color: #fbbf24;
            font-weight: 600;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-formats-section{
            margin-bottom: 2rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-section-title{
            font-size: 1.25rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-section-icon{
            width: 1.5rem;
            height: 1.5rem;
            background: linear-gradient(135deg, #f59e0b, #ea580c);
            border-radius: 0.375rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 0.875rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-header-content{
	display: inline-flex;
	align-items: center !important;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding: 2rem;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(20px);
	border-radius: 1.5rem;
	border: 1px solid rgba(245, 158, 11, 0.2);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
	width: 100% !important;
	margin: 40px 0;
}.wpc-scope-49 .tc-wp-tool-root .ytw-header-content{
	display: inline-flex;
	align-items: center !important;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding: 2rem;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(20px);
	border-radius: 1.5rem;
	border: 1px solid rgba(245, 158, 11, 0.2);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
	width: 100%;
	margin: 40px 0;
	justify-content: center;
	flex-direction: column;
}.wpc-scope-49 .tc-wp-tool-root .ytw-input-section{
	max-width: 100%;
	margin: 0 auto 3rem;
	padding: 2rem;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(20px);
	border-radius: 1.5rem;
	border: 1px solid rgba(245, 158, 11, 0.2);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-formats-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-card{
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(10px);
            border-radius: 1rem;
            padding: 1.5rem;
            border: 1px solid rgba(100, 116, 139, 0.5);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-card:hover{
            transform: translateY(-3px);
            border-color: rgba(245, 158, 11, 0.5);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-header{
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-type{
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-icon{
            width: 2rem;
            height: 2rem;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 0.875rem;
            font-weight: bold;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-icon.audio{
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-icon.video{
            background: linear-gradient(135deg, #10b981, #059669);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-label{
            font-size: 1rem;
            font-weight: 600;
            color: white;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-quality{
            font-size: 0.875rem;
            color: #fbbf24;
            font-weight: 600;
            background: rgba(245, 158, 11, 0.2);
            padding: 0.25rem 0.75rem;
            border-radius: 1rem;
            border: 1px solid rgba(245, 158, 11, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-download{
            background: linear-gradient(135deg, #f59e0b, #ea580c);
            color: white;
            border: none;
            padding: 0.75rem 1.5rem;
            border-radius: 0.75rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
            font-size: 0.875rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-download:hover:not(:disabled){
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(245, 158, 11, 0.4);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-download:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading{
            text-align: center;
            padding: 3rem 2rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-spinner{
            width: 4rem;
            height: 4rem;
            margin: 0 auto 2rem;
            position: relative;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-spinner::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 4px solid rgba(245, 158, 11, 0.2);
            border-radius: 50%;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-spinner::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 4px solid transparent;
            border-top: 4px solid #f59e0b;
            border-radius: 50%;
            animation: ytw-downloadSpin 1s linear infinite;
        }@keyframes ytw-downloadSpin{
            to {
                transform: rotate(360deg);
            }
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-text{
            font-size: 1.125rem;
            color: white;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-subtext{
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.7);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-dots{
            display: inline-flex;
            gap: 0.25rem;
            margin-left: 0.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-dot{
            width: 0.375rem;
            height: 0.375rem;
            background: #f59e0b;
            border-radius: 50%;
            animation: ytw-downloadDots 1.5s ease-in-out infinite;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-dot:nth-child(2){
            animation-delay: 0.2s;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-dot:nth-child(3){
            animation-delay: 0.4s;
        }@keyframes ytw-downloadDots{
            0%, 60%, 100% {
                opacity: 0.3;
                transform: scale(0.8);
            }
            30% {
                opacity: 1;
                transform: scale(1);
            }
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-container{
            margin-top: 2rem;
            padding: 2rem;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(10px);
            border-radius: 1rem;
            border: 1px solid rgba(245, 158, 11, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-title{
            font-size: 1rem;
            font-weight: 600;
            color: white;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-percentage{
            font-size: 1rem;
            font-weight: 700;
            color: #fbbf24;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-bar-container{
            width: 100%;
            height: 0.75rem;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 0.375rem;
            overflow: hidden;
            margin-bottom: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-bar{
            height: 100%;
            background: linear-gradient(90deg, #f59e0b, #ea580c);
            border-radius: 0.375rem;
            transition: width 0.3s ease;
            position: relative;
            overflow: hidden;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-bar::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            animation: ytw-progressShimmer 2s ease-in-out infinite;
        }@keyframes ytw-progressShimmer{
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-actions{
            display: flex;
            gap: 1rem;
            justify-content: center;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-cancel{
            background: linear-gradient(135deg, #ef4444, #dc2626);
            color: white;
            border: none;
            padding: 0.75rem 1.5rem;
            border-radius: 0.75rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-btn-cancel:hover{
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(239, 68, 68, 0.4);
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-complete{
            text-align: center;
            padding: 2rem;
            background: rgba(16, 185, 129, 0.2);
            border: 1px solid rgba(16, 185, 129, 0.4);
            border-radius: 1rem;
            margin-top: 1rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-complete-icon{
            width: 3rem;
            height: 3rem;
            background: linear-gradient(135deg, #10b981, #059669);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            color: white;
            font-size: 1.5rem;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-download-complete-text{
            font-size: 1.125rem;
            font-weight: 600;
            color: #10b981;
        }@media (max-width: 375px){.tc-wp-tool-root .ytw-container{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-header-content{
                flex-direction: column;
                gap: 1rem;
                padding: 1rem;
            }.tc-wp-tool-root .ytw-input-section{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-input-wrapper{
                flex-direction: column;
                gap: 0.5rem;
            }.tc-wp-tool-root .ytw-input-field{
                min-width: unset;
                font-size: 1rem;
                padding: 0.75rem 1rem;
            }.tc-wp-tool-root .ytw-btn{
                padding: 0.75rem 1rem;
                font-size: 0.875rem;
            }.tc-wp-tool-root .ytw-channel-main-info{
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 1rem;
            }.tc-wp-tool-root .ytw-channel-name{
                justify-content: center;
                font-size: 1.5rem;
            }.tc-wp-tool-root .ytw-stats-grid{
                grid-template-columns: 1fr;
                gap: 0.75rem;
            }.tc-wp-tool-root .ytw-stat-card{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-videos-grid{
                grid-template-columns: 1fr;
                gap: 1rem;
            }.tc-wp-tool-root .ytw-channel-header, .tc-wp-tool-root .ytw-videos-section{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-download-modal-content{
                margin: 1rem;
                padding: 1rem;
            }.tc-wp-tool-root .ytw-download-formats-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .ytw-download-modal-info{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .ytw-app-icon{
                width: 3rem;
                height: 3rem;
            }.tc-wp-tool-root .ytw-app-icon svg{
                width: 1.5rem;
                height: 1.5rem;
            }.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
	width: 100%;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 100% !important;
}}@media (max-width: 400px){.tc-wp-tool-root .ytw-title{
                font-size: 1.75rem;
            }.tc-wp-tool-root .ytw-subtitle{
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-features-grid{
                grid-template-columns: 1fr;
                gap: 0.5rem;
            }.tc-wp-tool-root .ytw-feature-card{
                padding: 0.75rem;
            }.tc-wp-tool-root .ytw-feature-icon{
                font-size: 1.5rem;
            }.tc-wp-tool-root .ytw-feature-text{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
	width: 100%;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 100% !important;
}}@media (max-width: 600px){.tc-wp-tool-root .ytw-header-content{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-title{
                font-size: 2rem;
            }.tc-wp-tool-root .ytw-subtitle{
                font-size: 1.125rem;
            }.tc-wp-tool-root .ytw-features-grid{
                grid-template-columns: repeat(2, 1fr);
            }.tc-wp-tool-root .ytw-channel-header{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-stats-grid{
                grid-template-columns: repeat(2, 1fr);
            }.tc-wp-tool-root .ytw-videos-section{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-videos-grid{
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            }.tc-wp-tool-root .ytw-download-modal-content{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
	width: 100%;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 100% !important;
}}@media (max-width: 768px){.tc-wp-tool-root .ytw-container{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-header-content{
                flex-direction: column;
                gap: 1rem;
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-features-grid{
                grid-template-columns: repeat(2, 1fr);
                gap: 0.75rem;
            }.tc-wp-tool-root .ytw-input-section{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-input-wrapper{
                flex-direction: column;
                gap: 0.75rem;
            }.tc-wp-tool-root .ytw-input-field{
                min-width: unset;
            }.tc-wp-tool-root .ytw-channel-main-info{
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 1rem;
            }.tc-wp-tool-root .ytw-channel-name{
                justify-content: center;
            }.tc-wp-tool-root .ytw-stats-grid{
                grid-template-columns: repeat(2, 1fr);
                gap: 0.75rem;
            }.tc-wp-tool-root .ytw-stat-card{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-videos-grid{
                grid-template-columns: 1fr;
                gap: 1rem;
            }.tc-wp-tool-root .ytw-channel-header, .tc-wp-tool-root .ytw-videos-section{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-download-modal-content{
                margin: 1rem;
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-download-formats-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .ytw-download-modal-info{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
	width: 100%;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 100% !important;
}}@media (max-width: 992px){.tc-wp-tool-root .ytw-videos-grid{
                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            }.tc-wp-tool-root .ytw-stats-grid{
                grid-template-columns: repeat(3, 1fr);
            }.tc-wp-tool-root .ytw-download-formats-grid{
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            }.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
	width: 100%;
}}@media (min-width: 1200px){.tc-wp-tool-root .ytw-videos-grid{
                grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
            }.tc-wp-tool-root .ytw-stats-grid{
                grid-template-columns: repeat(4, 1fr);
            }}.wpc-scope-49 .tc-wp-tool-root .ytw-hidden{
            display: none;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-flex{
            display: flex;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-items-center{
            align-items: center;
        }.wpc-scope-49 .tc-wp-tool-root .ytw-gap-2{
            gap: 0.5rem;
        }@media (max-width: 992px){.tc-wp-tool-root .ytw-container{
                padding: 1rem; 
            }.tc-wp-tool-root .ytw-header-content{
                flex-direction: column; 
                gap: 1rem;
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-app-icon{
                width: 3.5rem; 
                height: 3.5rem;
            }.tc-wp-tool-root .ytw-app-icon svg{
                width: 1.75rem; 
                height: 1.75rem;
            }.tc-wp-tool-root .ytw-title{
                font-size: clamp(2rem, 6vw, 3rem); 
            }.tc-wp-tool-root .ytw-subtitle{
                font-size: 1.125rem; 
            }.tc-wp-tool-root .ytw-features-grid{
                grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); 
                gap: 0.75rem;
            }.tc-wp-tool-root .ytw-feature-card{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-feature-icon{
                font-size: 1.75rem;
            }.tc-wp-tool-root .ytw-feature-text{
                font-size: 0.875rem;
            }.tc-wp-tool-root .ytw-input-section{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-input-wrapper{
                flex-direction: column; 
                gap: 0.75rem;
            }.tc-wp-tool-root .ytw-input-field{
                min-width: unset; 
                font-size: 1rem;
                padding: 0.75rem 1rem;
            }.tc-wp-tool-root .ytw-btn{
                padding: 0.75rem 1rem;
                font-size: 0.875rem;
                width: 100%; 
                justify-content: center;
            }.tc-wp-tool-root .ytw-btn-search{
                padding: 1rem; 
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-channel-banner{
                height: clamp(180px, 35vw, 280px); 
            }.tc-wp-tool-root .ytw-channel-header{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-channel-main-info{
                flex-direction: column; 
                align-items: center;
                text-align: center;
                gap: 1.5rem;
            }.tc-wp-tool-root .ytw-channel-avatar img{
                width: clamp(80px, 18vw, 110px); 
                height: clamp(80px, 18vw, 110px);
            }.tc-wp-tool-root .ytw-channel-name{
                font-size: clamp(1.5rem, 4.5vw, 2.25rem); 
                justify-content: center; 
                gap: 0.5rem;
            }.tc-wp-tool-root .ytw-verified-badge{
                width: 1.75rem; 
                height: 1.75rem;
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-channel-handle{
                font-size: clamp(0.9rem, 2.8vw, 1.1rem); 
                margin-bottom: 0.75rem;
            }.tc-wp-tool-root .ytw-channel-description{
                padding: 0.75rem;
                font-size: 0.9rem;
                line-height: 1.5;
            }.tc-wp-tool-root .ytw-channel-links{
                justify-content: center; 
                gap: 0.5rem;
            }.tc-wp-tool-root .ytw-channel-link{
                padding: 0.4rem 0.8rem;
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-stats-grid{
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
                gap: 0.75rem;
            }.tc-wp-tool-root .ytw-stat-card{
                padding: 1.25rem;
            }.tc-wp-tool-root .ytw-stat-icon{
                width: 2.5rem; 
                height: 2.5rem;
            }.tc-wp-tool-root .ytw-stat-value{
                font-size: clamp(1rem, 2.8vw, 1.6rem); 
            }.tc-wp-tool-root .ytw-stat-label{
                font-size: 0.75rem; 
            }.tc-wp-tool-root .ytw-videos-section{
                padding: 1.5rem;
            }.tc-wp-tool-root .ytw-section-header{
                margin-bottom: 1.5rem;
            }.tc-wp-tool-root .ytw-section-icon{
                width: 1.75rem; 
                height: 1.75rem;
            }.tc-wp-tool-root .ytw-section-title{
                font-size: clamp(1.25rem, 4vw, 1.8rem); 
            }.tc-wp-tool-root .ytw-videos-grid{
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
                gap: 1rem;
            }.tc-wp-tool-root .ytw-video-card{
                border-radius: 0.75rem;
            }.tc-wp-tool-root .ytw-video-thumbnail{
                border-top-left-radius: 0.75rem;
                border-top-right-radius: 0.75rem;
            }.tc-wp-tool-root .ytw-play-button{
                width: 3.5rem; 
                height: 3.5rem;
            }.tc-wp-tool-root .ytw-play-button svg{
                width: 1.25rem; 
                height: 1.25rem;
            }.tc-wp-tool-root .ytw-video-duration{
                font-size: 0.7rem;
                padding: 0.2rem 0.4rem;
                border-radius: 0.3rem;
            }.tc-wp-tool-root .ytw-video-info{
                padding: 0.75rem;
            }.tc-wp-tool-root .ytw-video-title{
                font-size: 0.8rem;
                margin-bottom: 0.4rem;
            }.tc-wp-tool-root .ytw-video-meta{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-modal-close{
                top: -2.5rem; 
                right: 0.5rem;
                width: 2.5rem;
                height: 2.5rem;
                font-size: 1.2rem;
                padding: 0.5rem;
            }.tc-wp-tool-root .ytw-download-modal-content{
                margin: 1rem auto;
                padding: 1.5rem;
                border-radius: 1rem;
            }.tc-wp-tool-root .ytw-download-modal-header{
                margin-bottom: 1.5rem;
                padding-bottom: 0.75rem;
            }.tc-wp-tool-root .ytw-download-modal-title{
                font-size: 1.25rem;
                margin-bottom: 0.75rem;
            }.tc-wp-tool-root .ytw-download-modal-thumbnail{
                width: 160px; 
                border-radius: 0.75rem;
                margin-bottom: 0.75rem;
            }.tc-wp-tool-root .ytw-download-modal-info{
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); 
                gap: 0.75rem;
                margin-bottom: 1.5rem;
                padding: 0.75rem;
                border-radius: 0.75rem;
            }.tc-wp-tool-root .ytw-download-info-label{
                font-size: 0.8rem;
                margin-bottom: 0.4rem;
            }.tc-wp-tool-root .ytw-download-info-value{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-download-formats-section{
                margin-bottom: 1.5rem;
            }.tc-wp-tool-root .ytw-download-section-title{
                font-size: 1.1rem;
                margin-bottom: 1rem;
            }.tc-wp-tool-root .ytw-download-section-icon{
                width: 1.25rem;
                height: 1.25rem;
            }.tc-wp-tool-root .ytw-download-formats-grid{
                grid-template-columns: 1fr; 
                gap: 0.75rem;
            }.tc-wp-tool-root .ytw-download-format-card{
                padding: 1rem;
                border-radius: 0.75rem;
            }.tc-wp-tool-root .ytw-download-format-icon{
                width: 1.75rem;
                height: 1.75rem;
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-download-format-label{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-download-format-quality{
                font-size: 0.75rem;
                padding: 0.2rem 0.6rem;
            }.tc-wp-tool-root .ytw-btn-download{
                padding: 0.6rem 1.2rem;
                font-size: 0.8rem;
                border-radius: 0.6rem;
            }.tc-wp-tool-root .ytw-download-loading{
                padding: 2rem 1rem;
            }.tc-wp-tool-root .ytw-download-loading-spinner{
                width: 3rem;
                height: 3rem;
                margin-bottom: 1.5rem;
            }.tc-wp-tool-root .ytw-download-loading-spinner::before, .tc-wp-tool-root .ytw-download-loading-spinner::after{
                border-width: 3px;
            }.tc-wp-tool-root .ytw-download-loading-text{
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-download-loading-subtext{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-download-progress-container{
                padding: 1.5rem;
                border-radius: 0.75rem;
            }.tc-wp-tool-root .ytw-download-progress-title, .tc-wp-tool-root .ytw-download-progress-percentage{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-download-progress-bar-container{
                height: 0.6rem;
                margin-bottom: 0.75rem;
            }.tc-wp-tool-root .ytw-btn-cancel{
                padding: 0.6rem 1.2rem;
                font-size: 0.8rem;
                border-radius: 0.6rem;
            }.tc-wp-tool-root .ytw-download-complete-icon{
                width: 2.5rem;
                height: 2.5rem;
                font-size: 1.2rem;
                margin-bottom: 0.75rem;
            }.tc-wp-tool-root .ytw-download-complete-text{
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
}}@media (max-width: 768px){.tc-wp-tool-root .ytw-header-content{
                padding: 1.25rem;
            }.tc-wp-tool-root .ytw-app-icon{
                width: 3rem;
                height: 3rem;
            }.tc-wp-tool-root .ytw-app-icon svg{
                width: 1.5rem;
                height: 1.5rem;
            }.tc-wp-tool-root .ytw-title{
                font-size: clamp(1.75rem, 7vw, 2.5rem);
            }.tc-wp-tool-root .ytw-subtitle{
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-features-grid{
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 0.5rem;
            }.tc-wp-tool-root .ytw-feature-card{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-feature-icon{
                font-size: 1.5rem;
            }.tc-wp-tool-root .ytw-feature-text{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-input-section{
                padding: 1.25rem;
            }.tc-wp-tool-root .ytw-input-field{
                font-size: 0.9rem;
                padding: 0.6rem 0.8rem;
            }.tc-wp-tool-root .ytw-btn{
                font-size: 0.8rem;
                padding: 0.6rem 0.8rem;
            }.tc-wp-tool-root .ytw-btn-search{
                padding: 0.8rem;
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-channel-banner{
                height: clamp(150px, 40vw, 250px);
            }.tc-wp-tool-root .ytw-channel-header{
                padding: 1.25rem;
            }.tc-wp-tool-root .ytw-channel-avatar img{
                width: clamp(70px, 20vw, 90px);
                height: clamp(70px, 20vw, 90px);
            }.tc-wp-tool-root .ytw-channel-name{
                font-size: clamp(1.25rem, 5vw, 2rem);
            }.tc-wp-tool-root .ytw-verified-badge{
                width: 1.5rem;
                height: 1.5rem;
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-channel-handle{
                font-size: clamp(0.8rem, 3vw, 1rem);
            }.tc-wp-tool-root .ytw-channel-description{
                font-size: 0.85rem;
            }.tc-wp-tool-root .ytw-channel-link{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-stats-grid{
                grid-template-columns: repeat(2, 1fr); 
                gap: 0.5rem;
            }.tc-wp-tool-root .ytw-stat-card{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-stat-icon{
                width: 2.2rem;
                height: 2.2rem;
            }.tc-wp-tool-root .ytw-stat-value{
                font-size: clamp(0.9rem, 3.5vw, 1.4rem);
            }.tc-wp-tool-root .ytw-stat-label{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-videos-section{
                padding: 1.25rem;
            }.tc-wp-tool-root .ytw-section-icon{
                width: 1.5rem;
                height: 1.5rem;
            }.tc-wp-tool-root .ytw-section-title{
                font-size: clamp(1.1rem, 4.5vw, 1.6rem);
            }.tc-wp-tool-root .ytw-videos-grid{
                grid-template-columns: 1fr; 
                gap: 0.8rem;
            }.tc-wp-tool-root .ytw-play-button{
                width: 3rem;
                height: 3rem;
            }.tc-wp-tool-root .ytw-play-button svg{
                width: 1.1rem;
                height: 1.1rem;
            }.tc-wp-tool-root .ytw-video-title{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-video-meta{
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-modal-close{
                top: -2.2rem;
                right: 0.3rem;
                width: 2.2rem;
                height: 2.2rem;
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-download-modal-content{
                padding: 1.25rem;
            }.tc-wp-tool-root .ytw-download-modal-title{
                font-size: 1.1rem;
            }.tc-wp-tool-root .ytw-download-modal-thumbnail{
                width: 140px;
            }.tc-wp-tool-root .ytw-download-modal-info{
                grid-template-columns: 1fr; 
            }.tc-wp-tool-root .ytw-download-info-label{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-download-info-value{
                font-size: 0.85rem;
            }.tc-wp-tool-root .ytw-download-section-title{
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-download-section-icon{
                width: 1.1rem;
                height: 1.1rem;
            }.tc-wp-tool-root .ytw-download-format-card{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-download-format-icon{
                width: 1.5rem;
                height: 1.5rem;
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-download-format-label{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-download-format-quality{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-btn-download{
                padding: 0.5rem 1rem;
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-download-loading-spinner{
                width: 2.5rem;
                height: 2.5rem;
            }.tc-wp-tool-root .ytw-download-loading-text{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-download-loading-subtext{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-download-progress-container{
                padding: 1.25rem;
            }.tc-wp-tool-root .ytw-download-progress-title, .tc-wp-tool-root .ytw-download-progress-percentage{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-btn-cancel{
                padding: 0.5rem 1rem;
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-download-complete-icon{
                width: 2.2rem;
                height: 2.2rem;
                font-size: 1.1rem;
            }.tc-wp-tool-root .ytw-download-complete-text{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 238px;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 261px;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 270px;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 100% !important;
}}@media (max-width: 600px){.tc-wp-tool-root .ytw-header-content{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-app-icon{
                width: 2.8rem;
                height: 2.8rem;
            }.tc-wp-tool-root .ytw-app-icon svg{
                width: 1.4rem;
                height: 1.4rem;
            }.tc-wp-tool-root .ytw-title{
                font-size: clamp(1.5rem, 8vw, 2.2rem);
            }.tc-wp-tool-root .ytw-subtitle{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-features-grid{
                grid-template-columns: repeat(2, 1fr); 
                gap: 0.4rem;
            }.tc-wp-tool-root .ytw-feature-card{
                padding: 0.7rem;
            }.tc-wp-tool-root .ytw-feature-icon{
                font-size: 1.3rem;
            }.tc-wp-tool-root .ytw-feature-text{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-input-section{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-input-field{
                font-size: 0.85rem;
                padding: 0.5rem 0.7rem;
            }.tc-wp-tool-root .ytw-btn{
                font-size: 0.75rem;
                padding: 0.5rem 0.7rem;
            }.tc-wp-tool-root .ytw-btn-search{
                padding: 0.7rem;
                font-size: 0.85rem;
            }.tc-wp-tool-root .ytw-channel-banner{
                height: clamp(120px, 45vw, 200px);
            }.tc-wp-tool-root .ytw-channel-header{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-channel-avatar img{
                width: clamp(60px, 22vw, 80px);
                height: clamp(60px, 22vw, 80px);
            }.tc-wp-tool-root .ytw-channel-name{
                font-size: clamp(1.1rem, 5.5vw, 1.8rem);
            }.tc-wp-tool-root .ytw-verified-badge{
                width: 1.3rem;
                height: 1.3rem;
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-channel-handle{
                font-size: clamp(0.75rem, 3.5vw, 0.9rem);
            }.tc-wp-tool-root .ytw-channel-description{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-channel-link{
                font-size: 0.7rem;
                padding: 0.3rem 0.6rem;
            }.tc-wp-tool-root .ytw-stats-grid{
                grid-template-columns: 1fr; 
                gap: 0.4rem;
            }.tc-wp-tool-root .ytw-stat-card{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-stat-icon{
                width: 2rem;
                height: 2rem;
            }.tc-wp-tool-root .ytw-stat-value{
                font-size: clamp(0.8rem, 4vw, 1.2rem);
            }.tc-wp-tool-root .ytw-stat-label{
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-videos-section{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-section-icon{
                width: 1.3rem;
                height: 1.3rem;
            }.tc-wp-tool-root .ytw-section-title{
                font-size: clamp(1rem, 5vw, 1.4rem);
            }.tc-wp-tool-root .ytw-videos-grid{
                gap: 0.6rem;
            }.tc-wp-tool-root .ytw-play-button{
                width: 2.8rem;
                height: 2.8rem;
            }.tc-wp-tool-root .ytw-play-button svg{
                width: 1rem;
                height: 1rem;
            }.tc-wp-tool-root .ytw-video-title{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-video-meta{
                font-size: 0.6rem;
            }.tc-wp-tool-root .ytw-modal-close{
                top: -2rem;
                right: 0.2rem;
                width: 2rem;
                height: 2rem;
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-download-modal-content{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-download-modal-title{
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-download-modal-thumbnail{
                width: 120px;
            }.tc-wp-tool-root .ytw-download-info-label{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-download-info-value{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-download-section-title{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-download-section-icon{
                width: 1rem;
                height: 1rem;
            }.tc-wp-tool-root .ytw-download-format-card{
                padding: 0.7rem;
            }.tc-wp-tool-root .ytw-download-format-icon{
                width: 1.3rem;
                height: 1.3rem;
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-download-format-label{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-download-format-quality{
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-btn-download{
                padding: 0.4rem 0.8rem;
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-download-loading-spinner{
                width: 2.2rem;
                height: 2.2rem;
            }.tc-wp-tool-root .ytw-download-loading-text{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-download-loading-subtext{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-download-progress-container{
                padding: 1rem;
            }.tc-wp-tool-root .ytw-download-progress-title, .tc-wp-tool-root .ytw-download-progress-percentage{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-btn-cancel{
                padding: 0.4rem 0.8rem;
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-download-complete-icon{
                width: 2rem;
                height: 2rem;
                font-size: 1rem;
            }.tc-wp-tool-root .ytw-download-complete-text{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 238px;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 261px;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 270px;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 100% !important;
}}@media (max-width: 400px){.tc-wp-tool-root .ytw-header-content{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-app-icon{
                width: 2.5rem;
                height: 2.5rem;
            }.tc-wp-tool-root .ytw-app-icon svg{
                width: 1.2rem;
                height: 1.2rem;
            }.tc-wp-tool-root .ytw-title{
                font-size: clamp(1.3rem, 9vw, 2rem);
            }.tc-wp-tool-root .ytw-subtitle{
                font-size: 0.85rem;
                margin-bottom: 1.5rem;
            }.tc-wp-tool-root .ytw-features-grid{
                grid-template-columns: 1fr; 
                gap: 0.3rem;
            }.tc-wp-tool-root .ytw-feature-card{
                padding: 0.6rem;
            }.tc-wp-tool-root .ytw-feature-icon{
                font-size: 1.2rem;
            }.tc-wp-tool-root .ytw-feature-text{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-input-section{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-input-field{
                font-size: 0.8rem;
                padding: 0.4rem 0.6rem;
            }.tc-wp-tool-root .ytw-btn{
                font-size: 0.7rem;
                padding: 0.4rem 0.6rem;
            }.tc-wp-tool-root .ytw-btn-search{
                padding: 0.6rem;
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-channel-banner{
                height: clamp(100px, 50vw, 180px);
            }.tc-wp-tool-root .ytw-channel-header{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-channel-avatar img{
                width: clamp(50px, 25vw, 70px);
                height: clamp(50px, 25vw, 70px);
            }.tc-wp-tool-root .ytw-channel-name{
                font-size: clamp(1rem, 6vw, 1.6rem);
            }.tc-wp-tool-root .ytw-verified-badge{
                width: 1.1rem;
                height: 1.1rem;
                font-size: 0.6rem;
            }.tc-wp-tool-root .ytw-channel-handle{
                font-size: clamp(0.7rem, 4vw, 0.85rem);
            }.tc-wp-tool-root .ytw-channel-description{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-channel-link{
                font-size: 0.65rem;
                padding: 0.25rem 0.5rem;
            }.tc-wp-tool-root .ytw-stat-card{
                padding: 0.7rem;
            }.tc-wp-tool-root .ytw-stat-icon{
                width: 1.8rem;
                height: 1.8rem;
            }.tc-wp-tool-root .ytw-stat-value{
                font-size: clamp(0.7rem, 4.5vw, 1.1rem);
            }.tc-wp-tool-root .ytw-stat-label{
                font-size: 0.6rem;
            }.tc-wp-tool-root .ytw-videos-section{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-section-icon{
                width: 1.1rem;
                height: 1.1rem;
            }.tc-wp-tool-root .ytw-section-title{
                font-size: clamp(0.9rem, 5.5vw, 1.2rem);
            }.tc-wp-tool-root .ytw-play-button{
                width: 2.5rem;
                height: 2.5rem;
            }.tc-wp-tool-root .ytw-play-button svg{
                width: 0.9rem;
                height: 0.9rem;
            }.tc-wp-tool-root .ytw-video-title{
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-video-meta{
                font-size: 0.55rem;
            }.tc-wp-tool-root .ytw-modal-close{
                top: -1.8rem;
                right: 0.1rem;
                width: 1.8rem;
                height: 1.8rem;
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-download-modal-content{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-download-modal-title{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytw-download-modal-thumbnail{
                width: 100px;
            }.tc-wp-tool-root .ytw-download-info-label{
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-download-info-value{
                font-size: 0.75rem;
            }.tc-wp-tool-root .ytw-download-section-title{
                font-size: 0.8rem;
            }.tc-wp-tool-root .ytw-download-section-icon{
                width: 0.9rem;
                height: 0.9rem;
            }.tc-wp-tool-root .ytw-download-format-card{
                padding: 0.6rem;
            }.tc-wp-tool-root .ytw-download-format-icon{
                width: 1.1rem;
                height: 1.1rem;
                font-size: 0.6rem;
            }.tc-wp-tool-root .ytw-download-format-label{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-download-format-quality{
                font-size: 0.6rem;
            }.tc-wp-tool-root .ytw-btn-download{
                padding: 0.35rem 0.7rem;
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-download-loading-spinner{
                width: 2rem;
                height: 2rem;
            }.tc-wp-tool-root .ytw-download-loading-text{
                font-size: 0.7rem;
            }.tc-wp-tool-root .ytw-download-loading-subtext{
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-download-progress-container{
                padding: 0.8rem;
            }.tc-wp-tool-root .ytw-download-progress-title, .tc-wp-tool-root .ytw-download-progress-percentage{
                font-size: 0.65rem;
            }.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 238px;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 261px;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 270px;
}.tc-wp-tool-root .ytw-input-field{
	min-width: unset !important;
	font-size: 1rem !important;
	padding: 0.75rem 1rem !important;
	width: 208px;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 205px;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 202px;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 203px;
}.tc-wp-tool-root .ytw-channel-description{
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0.75rem;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, 0.9);
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-handle{
	font-size: 14px;
	width: 100% !important;
}.tc-wp-tool-root .ytw-channel-name{
	font-size: 18px;
	width: 100% !important;
}}.wpc-scope-49 .tc-wp-tool-root .ytw-wrapper{
	--ytw-bg-1: #111827;
	--ytw-bg-2: #1f1235;
	--ytw-bg-3: #4c1d95;
	--ytw-surface: rgba(17, 24, 39, 0.68);
	--ytw-surface-strong: rgba(8, 13, 28, 0.82);
	--ytw-surface-soft: rgba(255, 255, 255, 0.08);
	--ytw-border: rgba(255, 255, 255, 0.14);
	--ytw-border-strong: rgba(255, 255, 255, 0.22);
	--ytw-text: #ffffff;
	--ytw-text-soft: rgba(255, 255, 255, 0.78);
	--ytw-muted: rgba(255, 255, 255, 0.62);
	--ytw-primary: #ff3d6e;
	--ytw-primary-2: #f97316;
	--ytw-accent: #fbbf24;
	--ytw-success: #22c55e;
	--ytw-danger: #ef4444;
	--ytw-info: #38bdf8;
	--ytw-radius-sm: 0.75rem;
	--ytw-radius-md: 1rem;
	--ytw-radius-lg: 1.5rem;
	--ytw-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
	--ytw-shadow-soft: 0 12px 34px rgba(0, 0, 0, 0.22);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	background:
		radial-gradient(circle at 12% 10%, rgba(255, 61, 110, 0.22), transparent 32%),
		radial-gradient(circle at 88% 18%, rgba(56, 189, 248, 0.16), transparent 30%),
		linear-gradient(135deg, var(--ytw-bg-1) 0%, var(--ytw-bg-2) 46%, var(--ytw-bg-3) 100%);
	min-height: 100vh;
	color: var(--ytw-text);
	overflow-x: hidden;
	position: relative;
	isolation: isolate;
}.wpc-scope-49 .tc-wp-tool-root .ytw-wrapper *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}.wpc-scope-49 .tc-wp-tool-root .ytw-background-effects{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
}.wpc-scope-49 .tc-wp-tool-root .ytw-floating-orb{
	position: absolute;
	border-radius: 50%;
	filter: blur(72px);
	animation: ytw-float 9s ease-in-out infinite;
	opacity: 0.7;
}.wpc-scope-49 .tc-wp-tool-root .ytw-orb-1{
	width: 384px;
	height: 384px;
	background: rgba(255, 61, 110, 0.18);
	top: 16%;
	left: 8%;
	animation-delay: 0s;
}.wpc-scope-49 .tc-wp-tool-root .ytw-orb-2{
	width: 384px;
	height: 384px;
	background: rgba(251, 191, 36, 0.14);
	bottom: 12%;
	right: 10%;
	animation-delay: 1s;
}.wpc-scope-49 .tc-wp-tool-root .ytw-orb-3{
	width: 256px;
	height: 256px;
	background: rgba(56, 189, 248, 0.15);
	top: 62%;
	left: 48%;
	animation-delay: 2s;
}@keyframes ytw-float{
	0%, 100% {
		transform: translateY(0) scale(1);
		opacity: 0.42;
	}
	50% {
		transform: translateY(-28px) scale(1.08);
		opacity: 0.78;
	}
}.wpc-scope-49 .tc-wp-tool-root .ytw-container{
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: clamp(1.25rem, 3vw, 2.5rem);
}.wpc-scope-49 .tc-wp-tool-root .ytw-header{
	text-align: center;
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
}.wpc-scope-49 .tc-wp-tool-root .ytw-header-content{
	display: flex;
	align-items: center !important;
	justify-content: center;
	flex-direction: column;
	gap: 1rem;
	width: 100% !important;
	margin: 40px 0;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	border-radius: var(--ytw-radius-lg);
	border: 1px solid var(--ytw-border);
	box-shadow: var(--ytw-shadow);
}.wpc-scope-49 .tc-wp-tool-root .ytw-app-icon{
	position: relative;
	width: 4rem;
	height: 4rem;
	background: linear-gradient(135deg, var(--ytw-primary), var(--ytw-primary-2));
	border-radius: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 16px 38px rgba(255, 61, 110, 0.34);
}.wpc-scope-49 .tc-wp-tool-root .ytw-app-icon::before{
	content: '';
	position: absolute;
	inset: -4px;
	background: linear-gradient(135deg, var(--ytw-primary), var(--ytw-accent));
	border-radius: inherit;
	filter: blur(12px);
	opacity: 0.34;
	animation: ytw-pulse 2.4s ease-in-out infinite;
}.wpc-scope-49 .tc-wp-tool-root .ytw-app-icon svg{
	width: 2rem;
	height: 2rem;
	fill: white;
	position: relative;
	z-index: 1;
}@keyframes ytw-pulse{
	0%, 100% {
		opacity: 0.26;
	}
	50% {
		opacity: 0.58;
	}
}.wpc-scope-49 .tc-wp-tool-root .ytw-title{
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
	background: linear-gradient(135deg, #ffffff, #ffe7a3 42%, #ff7a9b 100%);
	background-size: 180% 180%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: ytw-gradientShift 4s ease-in-out infinite;
}@keyframes ytw-gradientShift{
	0%, 100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}.wpc-scope-49 .tc-wp-tool-root .ytw-subtitle{
	font-size: clamp(1rem, 2.2vw, 1.25rem);
	color: var(--ytw-text-soft);
	font-weight: 500;
	margin: 0.85rem 0 2rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-features-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
	max-width: 820px;
	margin: 0 auto;
}.wpc-scope-49 .tc-wp-tool-root .ytw-feature-card{
	padding: 1rem;
	background: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: var(--ytw-radius-sm);
	border: 1px solid var(--ytw-border);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	text-align: center;
	box-shadow: var(--ytw-shadow-soft);
}.wpc-scope-49 .tc-wp-tool-root .ytw-feature-card:hover{
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(251, 191, 36, 0.45);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}.wpc-scope-49 .tc-wp-tool-root .ytw-feature-icon{
	font-size: 2rem;
	margin-bottom: 0.5rem;
	display: block;
}.wpc-scope-49 .tc-wp-tool-root .ytw-feature-text{
	font-size: 0.875rem;
	color: var(--ytw-text-soft);
	font-weight: 700;
}.wpc-scope-49 .tc-wp-tool-root .ytw-input-section{
	max-width: 100%;
	margin: 0 auto 3rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	background: var(--ytw-surface);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	border-radius: var(--ytw-radius-lg);
	border: 1px solid var(--ytw-border);
	box-shadow: var(--ytw-shadow);
}.wpc-scope-49 .tc-wp-tool-root .ytw-input-wrapper{
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}.wpc-scope-49 .tc-wp-tool-root .ytw-input-field{
	flex: 1 !important;
	min-width: 300px !important;
	width: 100%;
	padding: 1rem 1.25rem !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: var(--ytw-radius-sm) !important;
	color: var(--ytw-text) !important;
	font-size: 1.0625rem !important;
	font-weight: 500 !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
	position: relative !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.wpc-scope-49 .tc-wp-tool-root .ytw-input-field:focus{
	outline: none !important;
	border-color: rgba(251, 191, 36, 0.8) !important;
	box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
	background: rgba(255, 255, 255, 0.14) !important;
}.wpc-scope-49 .tc-wp-tool-root .ytw-input-field::placeholder{
	color: rgba(255, 255, 255, 0.55);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn{
	padding: 1rem 1.5rem;
	border: none;
	border-radius: var(--ytw-radius-sm);
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	white-space: nowrap;
	color: white;
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn::before{
	content: '';
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
	transition: left 0.55s ease;
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn:hover::before{
	left: 110%;
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn:active{
	transform: translateY(0) scale(0.98);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn:focus-visible{
	outline: 3px solid rgba(251, 191, 36, 0.45);
	outline-offset: 3px;
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-paste{
	background: linear-gradient(135deg, #334155, #111827);
	color: white;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.14);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-paste:hover{
	transform: translateY(-2px);
	filter: brightness(1.08);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.48);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-search{
	background: linear-gradient(135deg, var(--ytw-primary), var(--ytw-primary-2) 58%, var(--ytw-accent));
	color: white;
	width: 100%;
	font-size: 1.125rem;
	padding: 1.25rem;
	box-shadow: 0 14px 36px rgba(255, 61, 110, 0.34);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-search:hover:not(:disabled){
	transform: translateY(-2px);
	box-shadow: 0 18px 48px rgba(249, 115, 22, 0.4);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-search:disabled{
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}.wpc-scope-49 .tc-wp-tool-root .ytw-loading{
	display: none;
	text-align: center;
	padding: 3rem 2rem;
	background: var(--ytw-surface);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	border-radius: var(--ytw-radius-lg);
	margin: 2rem 0;
	border: 1px solid var(--ytw-border);
	box-shadow: var(--ytw-shadow-soft);
}.wpc-scope-49 .tc-wp-tool-root .ytw-spinner{
	width: 3rem;
	height: 3rem;
	border: 3px solid rgba(255, 255, 255, 0.22);
	border-left: 3px solid var(--ytw-accent);
	border-radius: 50%;
	animation: ytw-spin 1s linear infinite;
	margin: 0 auto 1rem;
}@keyframes ytw-spin{
	to {
		transform: rotate(360deg);
	}
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-container{
	display: none;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-banner{
	width: 100%;
	height: clamp(200px, 30vw, 320px);
	background-size: cover;
	background-position: center;
	border-radius: var(--ytw-radius-lg);
	margin-bottom: 2rem;
	position: relative;
	overflow: hidden;
	box-shadow: var(--ytw-shadow);
	border: 1px solid var(--ytw-border);
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-banner::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 140px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-header{
	background: var(--ytw-surface);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	border-radius: var(--ytw-radius-lg);
	padding: clamp(1.25rem, 3vw, 2rem);
	margin-bottom: 2rem;
	border: 1px solid var(--ytw-border);
	box-shadow: var(--ytw-shadow);
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-main-info{
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-avatar{
	position: relative;
	flex-shrink: 0;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-avatar img{
	width: clamp(96px, 15vw, 128px);
	height: clamp(96px, 15vw, 128px);
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
	position: relative;
	z-index: 1;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-avatar::before{
	content: '';
	position: absolute;
	inset: -8px;
	background: linear-gradient(135deg, var(--ytw-primary), var(--ytw-accent));
	border-radius: 50%;
	filter: blur(10px);
	opacity: 0.42;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-details{
	flex: 1;
	min-width: 300px;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-name{
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 850;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	line-height: 1.15;
	word-break: break-word;
}.wpc-scope-49 .tc-wp-tool-root .ytw-verified-badge{
	width: 2rem;
	height: 2rem;
	background: linear-gradient(135deg, var(--ytw-success), #059669);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1rem;
	font-weight: 900;
	box-shadow: 0 8px 22px rgba(34, 197, 94, 0.38);
	flex-shrink: 0;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-handle{
	font-size: clamp(1rem, 2.5vw, 1.25rem);
	color: var(--ytw-text-soft);
	margin-bottom: 1rem;
	font-weight: 600;
	word-break: break-word;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-description{
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: var(--ytw-radius-sm);
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	border: 1px solid var(--ytw-border);
	line-height: 1.65 !important;
	color: var(--ytw-text-soft);
	width: 100% !important;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-links{
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-link{
	background: linear-gradient(135deg, rgba(255, 61, 110, 0.16), rgba(251, 191, 36, 0.14));
	border: 1px solid rgba(251, 191, 36, 0.28);
	color: #ffe28a;
	text-decoration: none;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-channel-link:hover{
	background: rgba(251, 191, 36, 0.2);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(251, 191, 36, 0.18);
}.wpc-scope-49 .tc-wp-tool-root .ytw-stats-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-card{
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: var(--ytw-radius-md);
	border: 1px solid var(--ytw-border);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	position: relative;
	overflow: hidden;
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-card:hover{
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(251, 191, 36, 0.45);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon{
	width: 3rem;
	height: 3rem;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	transition: transform 0.25s ease;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-card:hover .ytw-stat-icon{
	transform: scale(1.08);
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon.users, .wpc-scope-49 .tc-wp-tool-root .users{
	background: linear-gradient(135deg, #38bdf8, #2563eb);
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon.views, .wpc-scope-49 .tc-wp-tool-root .views{
	background: linear-gradient(135deg, #22c55e, #059669);
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon.calendar, .wpc-scope-49 .tc-wp-tool-root .calendar{
	background: linear-gradient(135deg, #a78bfa, #7c3aed);
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-icon.location, .wpc-scope-49 .tc-wp-tool-root .location{
	background: linear-gradient(135deg, #fbbf24, #ef4444);
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-value{
	font-size: clamp(1.25rem, 3vw, 2rem);
	font-weight: 850;
	color: #ffffff;
	margin-bottom: 0.25rem;
	word-break: break-word;
}.wpc-scope-49 .tc-wp-tool-root .ytw-stat-label{
	font-size: 0.8rem;
	color: var(--ytw-muted);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}.wpc-scope-49 .tc-wp-tool-root .ytw-videos-section{
	background: var(--ytw-surface);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	border-radius: var(--ytw-radius-lg);
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--ytw-border);
	box-shadow: var(--ytw-shadow);
}.wpc-scope-49 .tc-wp-tool-root .ytw-section-header{
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-section-icon{
	width: 2rem;
	height: 2rem;
	background: linear-gradient(135deg, var(--ytw-primary), var(--ytw-primary-2));
	border-radius: 0.625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(255, 61, 110, 0.25);
}.wpc-scope-49 .tc-wp-tool-root .ytw-section-title{
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 800;
	color: white;
	line-height: 1.15;
}.wpc-scope-49 .tc-wp-tool-root .ytw-videos-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 1.5rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-card{
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: var(--ytw-radius-md);
	overflow: hidden;
	border: 1px solid var(--ytw-border);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
	cursor: pointer;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-card:hover{
	transform: translateY(-8px);
	box-shadow: 0 25px 55px rgba(0, 0, 0, 0.38);
	border-color: rgba(251, 191, 36, 0.45);
	background: rgba(255, 255, 255, 0.12);
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-thumbnail{
	width: 100%;
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-thumbnail::before{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 0.25s ease;
	z-index: 1;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-card:hover .ytw-video-thumbnail::before{
	background: rgba(0, 0, 0, 0.32);
}.wpc-scope-49 .tc-wp-tool-root .ytw-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 4rem;
	height: 4rem;
	background: linear-gradient(135deg, var(--ytw-primary), var(--ytw-primary-2));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	z-index: 2;
	box-shadow: 0 10px 30px rgba(255, 61, 110, 0.38);
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-card:hover .ytw-play-button{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
	box-shadow: 0 16px 38px rgba(249, 115, 22, 0.42);
}.wpc-scope-49 .tc-wp-tool-root .ytw-play-button svg{
	width: 1.5rem;
	height: 1.5rem;
	fill: white;
	margin-left: 2px;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-duration{
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	background: rgba(0, 0, 0, 0.78);
	color: white;
	padding: 0.25rem 0.5rem;
	border-radius: 0.375rem;
	font-size: 0.75rem;
	font-weight: 800;
	z-index: 3;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-info{
	padding: 1rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-title{
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 0.5rem;
	color: white;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-card:hover .ytw-video-title{
	color: #ffe28a;
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-meta{
	color: var(--ytw-muted);
	font-size: 0.75rem;
	font-weight: 600;
}.wpc-scope-49 .tc-wp-tool-root .ytw-modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(3, 7, 18, 0.88);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	z-index: 1000;
	padding: 1rem;
	overflow-y: auto;
}.wpc-scope-49 .tc-wp-tool-root .ytw-modal-content{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}.wpc-scope-49 .tc-wp-tool-root .ytw-modal-close{
	position: absolute;
	top: -3rem;
	right: 0;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid var(--ytw-border);
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
	padding: 0.75rem;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	z-index: 2;
}.wpc-scope-49 .tc-wp-tool-root .ytw-modal-close:hover{
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.08);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}.wpc-scope-49 .tc-wp-tool-root .ytw-video-player{
	width: 100%;
	aspect-ratio: 16/9;
	border: none;
	border-radius: var(--ytw-radius-sm);
	box-shadow: var(--ytw-shadow);
	background: #000000;
}.wpc-scope-49 .tc-wp-tool-root .ytw-error{
	background: rgba(239, 68, 68, 0.14);
	border: 1px solid rgba(248, 113, 113, 0.42);
	color: #fecaca;
	padding: 2rem;
	border-radius: var(--ytw-radius-md);
	text-align: center;
	margin: 2rem 0;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: var(--ytw-shadow-soft);
}.wpc-scope-49 .tc-wp-tool-root .ytw-error h3{
	font-weight: 800;
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	color: #ffffff;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-content{
	max-width: 900px;
	max-height: 90vh;
	overflow-y: auto;
	background: var(--ytw-surface-strong);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border-radius: var(--ytw-radius-lg);
	border: 1px solid var(--ytw-border-strong);
	box-shadow: var(--ytw-shadow);
	padding: clamp(1.25rem, 3vw, 2rem);
	margin: 2rem auto;
	position: relative;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-header{
	text-align: center;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--ytw-border);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-title{
	font-size: 1.5rem;
	font-weight: 800;
	color: white;
	margin-bottom: 1rem;
	line-height: 1.4;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-thumbnail{
	width: 200px;
	max-width: 100%;
	height: auto;
	border-radius: var(--ytw-radius-md);
	margin: 0 auto 1rem;
	box-shadow: var(--ytw-shadow-soft);
	border: 1px solid var(--ytw-border);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-modal-info{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.07);
	border-radius: var(--ytw-radius-md);
	border: 1px solid var(--ytw-border);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-info-item{
	text-align: center;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-info-label{
	font-size: 0.8rem;
	color: var(--ytw-muted);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.5rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-info-value{
	font-size: 1rem;
	color: #ffe28a;
	font-weight: 800;
	word-break: break-word;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-formats-section{
	margin-bottom: 2rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-section-title{
	font-size: 1.25rem;
	font-weight: 800;
	color: white;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-section-icon{
	width: 1.5rem;
	height: 1.5rem;
	background: linear-gradient(135deg, var(--ytw-primary), var(--ytw-primary-2));
	border-radius: 0.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.875rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-formats-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-card{
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: var(--ytw-radius-md);
	padding: 1.5rem;
	border: 1px solid var(--ytw-border);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	position: relative;
	overflow: hidden;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-card:hover{
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(251, 191, 36, 0.45);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-type{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-icon{
	width: 2rem;
	height: 2rem;
	border-radius: 0.55rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.875rem;
	font-weight: 900;
	flex-shrink: 0;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-icon.audio, .wpc-scope-49 .tc-wp-tool-root .audio{
	background: linear-gradient(135deg, #a78bfa, #7c3aed);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-icon.video, .wpc-scope-49 .tc-wp-tool-root .video{
	background: linear-gradient(135deg, #22c55e, #059669);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-label{
	font-size: 1rem;
	font-weight: 800;
	color: white;
	word-break: break-word;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-format-quality{
	font-size: 0.875rem;
	color: #ffe28a;
	font-weight: 800;
	background: rgba(251, 191, 36, 0.15);
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(251, 191, 36, 0.28);
	white-space: nowrap;
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-download{
	background: linear-gradient(135deg, var(--ytw-primary), var(--ytw-primary-2));
	color: white;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: var(--ytw-radius-sm);
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	width: 100%;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	box-shadow: 0 10px 28px rgba(255, 61, 110, 0.28);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-download:hover:not(:disabled){
	transform: translateY(-2px);
	filter: brightness(1.06);
	box-shadow: 0 14px 36px rgba(249, 115, 22, 0.36);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-download:disabled{
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading{
	text-align: center;
	padding: 3rem 2rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-spinner{
	width: 4rem;
	height: 4rem;
	margin: 0 auto 2rem;
	position: relative;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-spinner::before{
	content: '';
	position: absolute;
	inset: 0;
	border: 4px solid rgba(251, 191, 36, 0.18);
	border-radius: 50%;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-spinner::after{
	content: '';
	position: absolute;
	inset: 0;
	border: 4px solid transparent;
	border-top: 4px solid var(--ytw-accent);
	border-radius: 50%;
	animation: ytw-downloadSpin 1s linear infinite;
}@keyframes ytw-downloadSpin{
	to {
		transform: rotate(360deg);
	}
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-text{
	font-size: 1.125rem;
	color: white;
	font-weight: 800;
	margin-bottom: 0.5rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-subtext{
	font-size: 0.875rem;
	color: var(--ytw-muted);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-dots{
	display: inline-flex;
	gap: 0.25rem;
	margin-left: 0.5rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-dot{
	width: 0.375rem;
	height: 0.375rem;
	background: var(--ytw-accent);
	border-radius: 50%;
	animation: ytw-downloadDots 1.5s ease-in-out infinite;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-dot:nth-child(2){
	animation-delay: 0.2s;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-loading-dot:nth-child(3){
	animation-delay: 0.4s;
}@keyframes ytw-downloadDots{
	0%, 60%, 100% {
		opacity: 0.3;
		transform: scale(0.8);
	}
	30% {
		opacity: 1;
		transform: scale(1);
	}
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-container{
	margin-top: 2rem;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: var(--ytw-radius-md);
	border: 1px solid rgba(251, 191, 36, 0.28);
	box-shadow: var(--ytw-shadow-soft);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-title{
	font-size: 1rem;
	font-weight: 800;
	color: white;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-percentage{
	font-size: 1rem;
	font-weight: 900;
	color: #ffe28a;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-bar-container{
	width: 100%;
	height: 0.75rem;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-bar{
	height: 100%;
	background: linear-gradient(90deg, var(--ytw-primary), var(--ytw-primary-2), var(--ytw-accent));
	border-radius: 999px;
	transition: width 0.3s ease;
	position: relative;
	overflow: hidden;
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-bar::after{
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
	animation: ytw-progressShimmer 2s ease-in-out infinite;
}@keyframes ytw-progressShimmer{
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-progress-actions{
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-cancel{
	background: linear-gradient(135deg, #f87171, #dc2626);
	color: white;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: var(--ytw-radius-sm);
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	box-shadow: 0 10px 28px rgba(239, 68, 68, 0.28);
}.wpc-scope-49 .tc-wp-tool-root .ytw-btn-cancel:hover{
	transform: translateY(-2px);
	filter: brightness(1.06);
	box-shadow: 0 14px 36px rgba(239, 68, 68, 0.38);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-complete{
	text-align: center;
	padding: 2rem;
	background: rgba(34, 197, 94, 0.14);
	border: 1px solid rgba(34, 197, 94, 0.38);
	border-radius: var(--ytw-radius-md);
	margin-top: 1rem;
	box-shadow: var(--ytw-shadow-soft);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-complete-icon{
	width: 3rem;
	height: 3rem;
	background: linear-gradient(135deg, var(--ytw-success), #059669);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	color: white;
	font-size: 1.5rem;
	box-shadow: 0 10px 26px rgba(34, 197, 94, 0.32);
}.wpc-scope-49 .tc-wp-tool-root .ytw-download-complete-text{
	font-size: 1.125rem;
	font-weight: 800;
	color: #86efac;
}.wpc-scope-49 .tc-wp-tool-root .ytw-hidden{
	display: none;
}.wpc-scope-49 .tc-wp-tool-root .ytw-flex{
	display: flex;
}.wpc-scope-49 .tc-wp-tool-root .ytw-items-center{
	align-items: center;
}.wpc-scope-49 .tc-wp-tool-root .ytw-gap-2{
	gap: 0.5rem;
}@media (max-width: 1200px){.tc-wp-tool-root .ytw-videos-grid{
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}.tc-wp-tool-root .ytw-stats-grid{
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}.tc-wp-tool-root .ytw-download-formats-grid{
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}}@media (min-width: 1200px){.tc-wp-tool-root .ytw-videos-grid{
		grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	}.tc-wp-tool-root .ytw-stats-grid{
		grid-template-columns: repeat(4, 1fr);
	}}@media (max-width: 992px){.tc-wp-tool-root .ytw-container{
		padding: 1rem;
	}.tc-wp-tool-root .ytw-header-content{
		gap: 1rem;
		padding: 1.5rem;
	}.tc-wp-tool-root .ytw-app-icon{
		width: 3.5rem;
		height: 3.5rem;
	}.tc-wp-tool-root .ytw-app-icon svg{
		width: 1.75rem;
		height: 1.75rem;
	}.tc-wp-tool-root .ytw-title{
		font-size: clamp(2rem, 6vw, 3rem);
	}.tc-wp-tool-root .ytw-subtitle{
		font-size: 1.125rem;
	}.tc-wp-tool-root .ytw-features-grid{
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		gap: 0.75rem;
	}.tc-wp-tool-root .ytw-input-wrapper{
		flex-direction: column;
		gap: 0.75rem;
	}.tc-wp-tool-root .ytw-input-field{
		min-width: unset !important;
		font-size: 1rem !important;
		padding: 0.875rem 1rem !important;
		width: 100% !important;
	}.tc-wp-tool-root .ytw-btn{
		width: 100%;
		justify-content: center;
	}.tc-wp-tool-root .ytw-channel-main-info{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}.tc-wp-tool-root .ytw-channel-name{
		justify-content: center;
	}.tc-wp-tool-root .ytw-channel-links{
		justify-content: center;
	}.tc-wp-tool-root .ytw-modal-content{
		top: 52%;
	}.tc-wp-tool-root .ytw-download-modal-content{
		margin: 1rem auto;
		border-radius: var(--ytw-radius-md);
	}}@media (max-width: 768px){.tc-wp-tool-root .ytw-container{
		padding: 1rem;
	}.tc-wp-tool-root .ytw-header-content{
		padding: 1.25rem;
		margin: 24px 0;
	}.tc-wp-tool-root .ytw-app-icon{
		width: 3rem;
		height: 3rem;
	}.tc-wp-tool-root .ytw-app-icon svg{
		width: 1.5rem;
		height: 1.5rem;
	}.tc-wp-tool-root .ytw-title{
		font-size: clamp(1.75rem, 7vw, 2.5rem);
	}.tc-wp-tool-root .ytw-subtitle{
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}.tc-wp-tool-root .ytw-features-grid{
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 0.75rem;
	}.tc-wp-tool-root .ytw-input-section, .tc-wp-tool-root .ytw-channel-header, .tc-wp-tool-root .ytw-videos-section{
		padding: 1.25rem;
	}.tc-wp-tool-root .ytw-channel-banner{
		height: clamp(150px, 40vw, 250px);
	}.tc-wp-tool-root .ytw-channel-details{
		min-width: 0;
		width: 100%;
	}.tc-wp-tool-root .ytw-channel-description, .tc-wp-tool-root .ytw-channel-handle, .tc-wp-tool-root .ytw-channel-name{
		width: 100% !important;
	}.tc-wp-tool-root .ytw-stats-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}.tc-wp-tool-root .ytw-videos-grid{
		grid-template-columns: 1fr;
		gap: 1rem;
	}.tc-wp-tool-root .ytw-download-modal-info, .tc-wp-tool-root .ytw-download-formats-grid{
		grid-template-columns: 1fr;
	}.tc-wp-tool-root .ytw-download-format-header, .tc-wp-tool-root .ytw-download-progress-header{
		align-items: flex-start;
		flex-direction: column;
	}.tc-wp-tool-root .ytw-modal-close{
		top: -2.5rem;
		right: 0.25rem;
		width: 2.4rem;
		height: 2.4rem;
		font-size: 1.1rem;
	}.tc-wp-tool-root .ytw-download-modal-content{
		padding: 1.25rem;
	}.tc-wp-tool-root .ytw-download-modal-thumbnail{
		width: 150px;
	}.tc-wp-tool-root .ytw-download-progress-actions{
		flex-direction: column;
	}.tc-wp-tool-root .ytw-btn-cancel{
		width: 100%;
	}}@media (max-width: 600px){.tc-wp-tool-root .ytw-header-content{
		padding: 1rem;
	}.tc-wp-tool-root .ytw-title{
		font-size: clamp(1.5rem, 8vw, 2.2rem);
	}.tc-wp-tool-root .ytw-subtitle{
		font-size: 0.95rem;
	}.tc-wp-tool-root .ytw-features-grid{
		grid-template-columns: 1fr;
	}.tc-wp-tool-root .ytw-feature-card{
		padding: 0.85rem;
	}.tc-wp-tool-root .ytw-input-section, .tc-wp-tool-root .ytw-channel-header, .tc-wp-tool-root .ytw-videos-section, .tc-wp-tool-root .ytw-download-progress-container{
		padding: 1rem;
	}.tc-wp-tool-root .ytw-channel-main-info{
		gap: 1rem;
	}.tc-wp-tool-root .ytw-channel-avatar img{
		width: clamp(68px, 22vw, 88px);
		height: clamp(68px, 22vw, 88px);
	}.tc-wp-tool-root .ytw-channel-name{
		font-size: clamp(1.15rem, 5.5vw, 1.8rem);
	}.tc-wp-tool-root .ytw-channel-handle{
		font-size: 0.9rem;
	}.tc-wp-tool-root .ytw-channel-description{
		font-size: 0.88rem;
	}.tc-wp-tool-root .ytw-stats-grid{
		grid-template-columns: 1fr;
	}.tc-wp-tool-root .ytw-stat-card{
		padding: 1rem;
	}.tc-wp-tool-root .ytw-section-header{
		margin-bottom: 1.25rem;
	}.tc-wp-tool-root .ytw-play-button{
		width: 3rem;
		height: 3rem;
	}.tc-wp-tool-root .ytw-play-button svg{
		width: 1.1rem;
		height: 1.1rem;
	}.tc-wp-tool-root .ytw-download-modal-content{
		margin: 0.75rem auto;
		padding: 1rem;
		max-height: calc(100vh - 1.5rem);
	}.tc-wp-tool-root .ytw-download-modal-title{
		font-size: 1.1rem;
	}.tc-wp-tool-root .ytw-download-modal-thumbnail{
		width: 130px;
	}.tc-wp-tool-root .ytw-download-format-card{
		padding: 1rem;
	}.tc-wp-tool-root .ytw-input-field{
		min-width: unset !important;
		font-size: 1rem !important;
		padding: 0.75rem 1rem !important;
		width: 100% !important;
	}}@media (max-width: 400px){.tc-wp-tool-root .ytw-container{
		padding: 0.75rem;
	}.tc-wp-tool-root .ytw-header-content{
		padding: 0.85rem;
		margin: 18px 0;
		border-radius: 1rem;
	}.tc-wp-tool-root .ytw-app-icon{
		width: 2.6rem;
		height: 2.6rem;
	}.tc-wp-tool-root .ytw-app-icon svg{
		width: 1.25rem;
		height: 1.25rem;
	}.tc-wp-tool-root .ytw-title{
		font-size: clamp(1.35rem, 9vw, 2rem);
	}.tc-wp-tool-root .ytw-subtitle{
		font-size: 0.875rem;
		margin-bottom: 1.25rem;
	}.tc-wp-tool-root .ytw-feature-icon{
		font-size: 1.3rem;
	}.tc-wp-tool-root .ytw-feature-text{
		font-size: 0.75rem;
	}.tc-wp-tool-root .ytw-input-section, .tc-wp-tool-root .ytw-channel-header, .tc-wp-tool-root .ytw-videos-section, .tc-wp-tool-root .ytw-download-modal-content, .tc-wp-tool-root .ytw-download-progress-container{
		padding: 0.85rem;
		border-radius: 1rem;
	}.tc-wp-tool-root .ytw-btn, .tc-wp-tool-root .ytw-btn-search, .tc-wp-tool-root .ytw-btn-download, .tc-wp-tool-root .ytw-btn-cancel{
		font-size: 0.85rem;
		padding: 0.75rem 0.9rem;
	}.tc-wp-tool-root .ytw-channel-banner{
		height: clamp(110px, 50vw, 180px);
		border-radius: 1rem;
	}.tc-wp-tool-root .ytw-channel-name{
		font-size: 1.125rem;
		width: 100% !important;
	}.tc-wp-tool-root .ytw-channel-handle{
		font-size: 0.875rem;
		width: 100% !important;
	}.tc-wp-tool-root .ytw-channel-description{
		font-size: 0.82rem;
		width: 100% !important;
	}.tc-wp-tool-root .ytw-section-title{
		font-size: 1.1rem;
	}.tc-wp-tool-root .ytw-video-title{
		font-size: 0.82rem;
	}.tc-wp-tool-root .ytw-video-meta{
		font-size: 0.68rem;
	}.tc-wp-tool-root .ytw-modal{
		padding: 0.75rem;
	}.tc-wp-tool-root .ytw-modal-close{
		top: -2.1rem;
		width: 2rem;
		height: 2rem;
		font-size: 0.9rem;
	}.tc-wp-tool-root .ytw-download-modal-thumbnail{
		width: 110px;
	}.tc-wp-tool-root .ytw-download-info-label{
		font-size: 0.68rem;
	}.tc-wp-tool-root .ytw-download-info-value{
		font-size: 0.82rem;
	}.tc-wp-tool-root .ytw-download-section-title{
		font-size: 0.95rem;
	}.tc-wp-tool-root .ytw-download-loading{
		padding: 2rem 1rem;
	}.tc-wp-tool-root .ytw-download-loading-spinner{
		width: 2.5rem;
		height: 2.5rem;
	}.tc-wp-tool-root .ytw-download-loading-text, .tc-wp-tool-root .ytw-download-complete-text{
		font-size: 0.9rem;
	}.tc-wp-tool-root .ytw-input-field{
		min-width: unset !important;
		font-size: 1rem !important;
		padding: 0.75rem 1rem !important;
		width: 100% !important;
	}}.wpc-scope-49 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}