@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@400;500;600;700;800&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-201 .tc-wp-tool-root img, .wpc-scope-201 .tc-wp-tool-root video, .wpc-scope-201 .tc-wp-tool-root svg, .wpc-scope-201 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper{
            font-family: 'Inter', sans-serif;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: #ffffff;
            min-height: 100vh;
            line-height: 1.5;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-container{
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-header{
            text-align: center;
            margin-bottom: 40px;
            padding: 30px 0;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-logo-container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-logo{
            width: 50px;
            height: 50px;
            background: #ffffff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-youtube-icon{
            width: 28px;
            height: 28px;
            fill: #ff0000;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-title{
            font-size: 2.2rem;
            font-weight: 800;
            background: linear-gradient(135deg, #ffffff, #f1f2f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 8px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-subtitle{
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-input-section{
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 30px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-input-title{
            font-size: 1.3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            text-align: center;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-input-group{
            display: flex;
            gap: 12px;
            margin-bottom: 20px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-input-field{
            flex: 1;
            padding: 14px 18px !important;
            border: 2px solid rgba(255, 255, 255, 0.2) !important;
            border-radius: 12px !important;
            background: rgba(255, 255, 255, 0.1) !important;
            color: #ffffff !important;
            font-size: 14px !important;
            font-weight: 500;
            transition: all 0.3s ease !important;
            font-family: 'Inter', sans-serif !important;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-input-field:focus{
            outline: none;
            border-color: #ffffff;
            background: rgba(255, 255, 255, 0.15);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-input-field::placeholder{
            color: rgba(255, 255, 255, 0.6);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn{
            padding: 14px 20px;
            border: none;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Inter', sans-serif;
            display: flex;
            align-items: center;
            gap: 8px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-paste{
            background: rgba(255, 255, 255, 0.2);
            color: white;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-paste:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-find{
            background: #ffffff;
            color: #1e3c72;
            width: 100%;
            justify-content: center;
            padding: 16px;
            font-size: 16px;
            font-weight: 700;
            box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-find:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none !important;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-icon{
            width: 16px;
            height: 16px;
            fill: currentColor;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-loading{
            display: none;
            text-align: center;
            padding: 40px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            margin-bottom: 30px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-loading-spinner{
            width: 40px;
            height: 40px;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-top: 3px solid #ffffff;
            border-radius: 50%;
            animation: ytdv-spin 1s linear infinite;
            margin: 0 auto 20px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-loading-text{
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-results{
            display: none;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-video-card{
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-video-header{
            padding: 25px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-thumbnail-container{
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            aspect-ratio: 16/9;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-thumbnail{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-video-info .ytdv-video-title{
            font-size: 1.4rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            line-height: 1.3;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-info{
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            margin-bottom: 20px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-avatar{
            width: 40px;
            height: 40px;
            background: #ffffff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-icon{
            width: 20px;
            height: 20px;
            fill: #ff0000;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-details .ytdv-channel-name{
            font-size: 1rem;
            font-weight: 600;
            color: white;
            margin-bottom: 2px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-link{
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-link:hover{
            color: rgba(255, 255, 255, 0.8);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-verified-text{
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.85rem;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stats-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 15px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card{
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 15px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card:hover{
            transform: translateY(-3px);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-icon{
            width: 24px;
            height: 24px;
            margin: 0 auto 8px;
            padding: 6px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card.ytdv-views .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card.ytdv-likes .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card.ytdv-published .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-icon svg{
            width: 12px;
            height: 12px;
            fill: #1e3c72;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-label{
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-value{
            font-size: 1.1rem;
            font-weight: 700;
            color: white;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-description-section{
            padding: 25px;
            background: rgba(255, 255, 255, 0.05);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-section-header{
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            flex-wrap: wrap;
            gap: 15px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-section-title{
            display: flex;
            align-items: center;
            gap: 12px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-section-icon{
            width: 40px;
            height: 40px;
            background: #ffffff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-section-icon svg{
            width: 20px;
            height: 20px;
            fill: #1e3c72;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-section-title-text .ytdv-section-heading{
            font-size: 1.2rem;
            font-weight: 700;
            color: white;
            margin-bottom: 2px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-section-title-text .ytdv-section-subheading{
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-copy-btn{
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: none;
            padding: 10px 16px;
            border-radius: 10px;
            cursor: pointer;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-copy-btn:hover{
            transform: translateY(-2px);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-copy-btn.ytdv-copied{
            background: rgba(255, 255, 255, 0.3);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-copy-icon{
            width: 14px;
            height: 14px;
            fill: currentColor;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-description-content{
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 12px;
            border-left: 4px solid #ffffff;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.6;
            font-size: 0.9rem;
            white-space: pre-wrap;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-captions-section{
            padding: 25px;
            background: rgba(255, 255, 255, 0.05);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-captions-icon{
            background: #ffffff;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-captions-content{
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 12px;
            border-left: 4px solid #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-caption-item{
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
            font-size: 0.9rem;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-caption-dot{
            width: 8px;
            height: 8px;
            background: #ffffff;
            border-radius: 50%;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-caption-label{
            color: #ffffff;
            font-weight: 600;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-caption-value{
            color: rgba(255, 255, 255, 0.9);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-error{
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 30px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            text-align: center;
            margin-bottom: 30px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-error-icon{
            font-size: 3rem;
            margin-bottom: 15px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-error .ytdv-error-title{
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 10px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-error .ytdv-error-message{
            font-size: 0.95rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 8px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-error .ytdv-error-details{
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.85rem;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-features-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 15px;
            margin-bottom: 30px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-feature-card{
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-feature-card:hover{
            transform: translateY(-5px);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-feature-icon{
            font-size: 1.8rem;
            margin-bottom: 8px;
            display: block;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-feature-text{
            font-size: 0.85rem;
            font-weight: 600;
            color: white;
        }@keyframes ytdv-spin{
            to {
                transform: rotate(360deg);
            }
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar{
            width: 6px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-thumb{
            background: #ffffff;
            border-radius: 3px;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-find{
	background: #dce7fd;
	color: #1e3c72;
	width: 100%;
	justify-content: center;
	padding: 16px;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}@media (max-width: 992px){.tc-wp-tool-root .ytdv-container{
                max-width: 90%;
                padding: 15px;
            }.tc-wp-tool-root .ytdv-title{
                font-size: 2rem;
            }.tc-wp-tool-root .ytdv-input-section{
                padding: 25px;
            }.tc-wp-tool-root .ytdv-video-header{
                padding: 20px;
            }.tc-wp-tool-root .ytdv-stats-grid{
                grid-template-columns: repeat(2, 1fr);
            }.tc-wp-tool-root .ytdv-logo{
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	margin-top: 80px;
}}@media (max-width: 768px){.tc-wp-tool-root .ytdv-container{
                max-width: 95%;
                padding: 10px;
            }.tc-wp-tool-root .ytdv-title{
                font-size: 1.8rem;
            }.tc-wp-tool-root .ytdv-input-group{
                flex-direction: column;
            }.tc-wp-tool-root .ytdv-input-section, .tc-wp-tool-root .ytdv-loading, .tc-wp-tool-root .ytdv-error{
                padding: 20px;
            }.tc-wp-tool-root .ytdv-video-header, .tc-wp-tool-root .ytdv-description-section, .tc-wp-tool-root .ytdv-captions-section{
                padding: 15px;
            }.tc-wp-tool-root .ytdv-section-header{
                flex-direction: column;
                align-items: flex-start;
            }.tc-wp-tool-root .ytdv-stats-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .ytdv-features-grid{
                grid-template-columns: repeat(2, 1fr);
            }.tc-wp-tool-root .ytdv-logo{
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	margin-top: 80px;
}}@media (max-width: 600px){.tc-wp-tool-root .ytdv-container{
                padding: 8px;
            }.tc-wp-tool-root .ytdv-title{
                font-size: 1.6rem;
            }.tc-wp-tool-root .ytdv-logo-container{
                flex-direction: column;
                gap: 10px;
            }.tc-wp-tool-root .ytdv-btn-find{
                padding: 14px;
                font-size: 15px;
            }.tc-wp-tool-root .ytdv-features-grid{
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }.tc-wp-tool-root .ytdv-feature-card{
                padding: 15px;
            }.tc-wp-tool-root .ytdv-logo{
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	margin-top: 80px;
}}@media (max-width: 400px){.tc-wp-tool-root .ytdv-container{
                padding: 5px;
            }.tc-wp-tool-root .ytdv-title{
                font-size: 1.4rem;
            }.tc-wp-tool-root .ytdv-header{
                padding: 20px 0;
                margin-bottom: 20px;
            }.tc-wp-tool-root .ytdv-input-section{
                padding: 15px;
                margin-bottom: 15px;
            }.tc-wp-tool-root .ytdv-input-title{
                font-size: 1.1rem;
            }.tc-wp-tool-root .ytdv-btn{
                padding: 12px 16px;
                font-size: 13px;
            }.tc-wp-tool-root .ytdv-features-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .ytdv-logo{
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	margin-top: 80px;
}}@media (max-width: 375px){.tc-wp-tool-root .ytdv-title{
                font-size: 1.3rem;
            }.tc-wp-tool-root .ytdv-subtitle{
                font-size: 0.9rem;
            }.tc-wp-tool-root .ytdv-input-section{
                padding: 12px;
            }.tc-wp-tool-root .ytdv-input-field{
                padding: 12px 15px;
                font-size: 13px;
            }.tc-wp-tool-root .ytdv-btn{
                padding: 10px 14px;
                font-size: 12px;
            }.tc-wp-tool-root .ytdv-stats-grid{
                gap: 10px;
            }.tc-wp-tool-root .ytdv-stat-card{
                padding: 12px;
            }.tc-wp-tool-root .ytdv-logo{
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	margin-top: 80px;
}}.wpc-scope-201 .tc-wp-tool-root .ytdv-search-again-section{
            padding: 25px;
            background: rgba(255, 255, 255, 0.05);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            text-align: center;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-search-again{
            background: #ffffff;
            color: #1e3c72;
            border: none;
            padding: 14px 24px;
            border-radius: 12px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-search-again:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-search-again-icon{
            width: 16px;
            height: 16px;
            fill: currentColor;
        }.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper{
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    color: #f8fbff;
    line-height: 1.5;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 45, 85, 0.24) 0, rgba(255, 45, 85, 0) 30%),
        radial-gradient(circle at 88% 18%, rgba(79, 172, 254, 0.26) 0, rgba(79, 172, 254, 0) 32%),
        linear-gradient(135deg, #0b1220 0%, #102a56 45%, #1f4f93 100%);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-container{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 32px 20px 48px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-header{
    text-align: center;
    margin-bottom: 34px;
    padding: 28px 0 8px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 24px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-logo{
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    background: linear-gradient(145deg, #ffffff 0%, #edf4ff 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 42px rgba(3, 10, 30, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-youtube-icon{
    width: 30px;
    height: 30px;
    fill: #ff003d;
    filter: drop-shadow(0 5px 10px rgba(255, 0, 61, 0.25));
}.wpc-scope-201 .tc-wp-tool-root .ytdv-title{
    max-width: 820px;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    background: linear-gradient(135deg, #ffffff 0%, #eaf2ff 48%, #b7d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-subtitle{
    font-size: 1rem;
    color: rgba(235, 245, 255, 0.86);
    font-weight: 500;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-input-section{
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.09));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 22px 70px rgba(2, 8, 23, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-input-title{
    font-size: 1.28rem;
    font-weight: 750;
    color: #ffffff;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 0;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-input-group{
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 18px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-input-field{
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 15px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 14px !important;
    background: rgba(6, 16, 38, 0.34) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
    font-family: 'Inter', sans-serif !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-input-field:focus{
    outline: none;
    border-color: rgba(115, 185, 255, 0.95) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 0 0 4px rgba(72, 163, 255, 0.18), 0 10px 28px rgba(2, 8, 23, 0.18);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-input-field::placeholder{
    color: rgba(232, 241, 255, 0.58);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn{
    min-height: 50px;
    padding: 14px 20px;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, opacity 0.25s ease;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn:focus-visible{
    outline: none;
    box-shadow: 0 0 0 4px rgba(125, 194, 255, 0.28), 0 14px 34px rgba(0, 0, 0, 0.22);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-paste{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 28px rgba(2, 8, 23, 0.2);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-paste:hover{
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.14));
    box-shadow: 0 18px 36px rgba(2, 8, 23, 0.28);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-paste:active{
    transform: translateY(0);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-find{
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, #ff2d55 0%, #ff5f3d 48%, #ffb13b 100%);
    box-shadow: 0 16px 36px rgba(255, 67, 67, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-find:hover{
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(255, 67, 67, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-find:active{
    transform: translateY(0);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex: 0 0 auto;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-loading{
    display: none;
    text-align: center;
    padding: 42px 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 24px;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(2, 8, 23, 0.24);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-loading-spinner{
    width: 44px;
    height: 44px;
    border: 3px solid rgba(255, 255, 255, 0.22);
    border-top: 3px solid #ffb13b;
    border-right-color: #73b9ff;
    border-radius: 50%;
    animation: ytdv-spin 0.9s linear infinite;
    margin: 0 auto 18px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-loading-text{
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-results{
    display: none;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-video-card{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    overflow: hidden;
    box-shadow: 0 24px 74px rgba(2, 8, 23, 0.3);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-video-header{
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-thumbnail-container{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 18px 42px rgba(2, 8, 23, 0.3);
    background: rgba(255, 255, 255, 0.08);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-video-info .ytdv-video-title{
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.28;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-info{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-avatar{
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    background: linear-gradient(145deg, #ffffff, #eaf2ff);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-icon{
    width: 20px;
    height: 20px;
    fill: #ff003d;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-details .ytdv-channel-name{
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-link{
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-channel-link:hover{
    color: #b7d4ff;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-verified-text{
    color: rgba(235, 245, 255, 0.72);
    font-size: 0.85rem;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stats-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 14px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card:hover{
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(2, 8, 23, 0.2);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-icon{
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
    padding: 7px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card.ytdv-views .ytdv-stat-icon{
    background: linear-gradient(145deg, #ffffff, #dcecff);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card.ytdv-likes .ytdv-stat-icon{
    background: linear-gradient(145deg, #ffffff, #fff1d6);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-card.ytdv-published .ytdv-stat-icon{
    background: linear-gradient(145deg, #ffffff, #e8fff6);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-icon svg{
    width: 14px;
    height: 14px;
    fill: #123d7c;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-label{
    font-size: 0.74rem;
    color: rgba(235, 245, 255, 0.7);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-stat-value{
    font-size: 1.12rem;
    font-weight: 800;
    color: #ffffff;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-description-section{
    padding: 28px;
    background: rgba(255, 255, 255, 0.055);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-section-title{
    display: flex;
    align-items: center;
    gap: 12px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-section-icon{
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    background: linear-gradient(145deg, #ffffff, #eaf2ff);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.18);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-section-icon svg{
    width: 20px;
    height: 20px;
    fill: #123d7c;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-section-title-text .ytdv-section-heading{
    font-size: 1.18rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-section-title-text .ytdv-section-subheading{
    font-size: 0.86rem;
    color: rgba(235, 245, 255, 0.72);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-copy-btn{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 11px 16px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 750;
    font-size: 0.9rem;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-copy-btn:hover{
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.14));
    box-shadow: 0 12px 28px rgba(2, 8, 23, 0.2);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-copy-btn.ytdv-copied{
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.34), rgba(22, 163, 74, 0.2));
    border-color: rgba(134, 239, 172, 0.38);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-copy-icon{
    width: 14px;
    height: 14px;
    fill: currentColor;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-description-content{
    background: rgba(5, 15, 35, 0.28);
    padding: 20px;
    border-radius: 16px;
    border-left: 4px solid #ffb13b;
    color: rgba(248, 251, 255, 0.92);
    line-height: 1.68;
    font-size: 0.94rem;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-captions-section{
    padding: 28px;
    background: rgba(255, 255, 255, 0.055);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-captions-icon{
    background: linear-gradient(145deg, #ffffff, #eaf2ff);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-captions-content{
    background: rgba(5, 15, 35, 0.28);
    padding: 20px;
    border-radius: 16px;
    border-left: 4px solid #73b9ff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-caption-item{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 0.92rem;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-caption-dot{
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background: #ffb13b;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 177, 59, 0.14);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-caption-label{
    color: #ffffff;
    font-weight: 750;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-caption-value{
    color: rgba(248, 251, 255, 0.9);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-error{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 24px;
    padding: 32px;
    border: 1px solid rgba(255, 130, 130, 0.34);
    text-align: center;
    margin-bottom: 28px;
    box-shadow: 0 20px 58px rgba(2, 8, 23, 0.24);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-error-icon{
    font-size: 3rem;
    margin-bottom: 14px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-error .ytdv-error-title{
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-error .ytdv-error-message{
    font-size: 0.96rem;
    color: rgba(248, 251, 255, 0.86);
    margin-bottom: 8px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-error .ytdv-error-details{
    color: rgba(248, 251, 255, 0.7);
    font-size: 0.86rem;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-features-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-feature-card{
    background: rgba(255, 255, 255, 0.105);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    padding: 18px 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-feature-card:hover{
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 18px 38px rgba(2, 8, 23, 0.22);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-feature-icon{
    font-size: 1.7rem;
    margin-bottom: 8px;
    display: block;
    line-height: 1;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-feature-text{
    font-size: 0.85rem;
    font-weight: 750;
    color: #ffffff;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-search-again-section{
    padding: 26px;
    background: rgba(255, 255, 255, 0.055);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-search-again{
    background: linear-gradient(135deg, #ffffff, #dcecff);
    color: #123d7c;
    border: none;
    padding: 14px 24px;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 800;
    font-size: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 14px 32px rgba(210, 231, 255, 0.28);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-search-again:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(210, 231, 255, 0.36);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-btn-search-again:active{
    transform: translateY(0);
}.wpc-scope-201 .tc-wp-tool-root .ytdv-search-again-icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
}@keyframes ytdv-spin{
    to {
        transform: rotate(360deg);
    }
}.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar{
    width: 8px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
}.wpc-scope-201 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-thumb{
    background: linear-gradient(180deg, #73b9ff, #ffb13b);
    border-radius: 999px;
}@media (max-width: 992px){.tc-wp-tool-root .ytdv-container{
        max-width: 92%;
        padding: 28px 16px 42px;
    }.tc-wp-tool-root .ytdv-input-section{
        padding: 28px;
    }.tc-wp-tool-root .ytdv-video-header{
        padding: 24px;
    }.tc-wp-tool-root .ytdv-stats-grid{
        grid-template-columns: repeat(2, 1fr);
    }.tc-wp-tool-root .ytdv-features-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }}@media (max-width: 768px){.tc-wp-tool-root .ytdv-container{
        max-width: 100%;
        padding: 22px 14px 36px;
    }.tc-wp-tool-root .ytdv-header{
        margin-bottom: 24px;
        padding: 18px 0 6px;
    }.tc-wp-tool-root .ytdv-logo-container{
        align-items: center;
    }.tc-wp-tool-root .ytdv-input-group{
        flex-direction: column;
    }.tc-wp-tool-root .ytdv-btn-paste{
        width: 100%;
    }.tc-wp-tool-root .ytdv-input-section, .tc-wp-tool-root .ytdv-loading, .tc-wp-tool-root .ytdv-error{
        padding: 22px;
        border-radius: 20px;
    }.tc-wp-tool-root .ytdv-video-header, .tc-wp-tool-root .ytdv-description-section, .tc-wp-tool-root .ytdv-captions-section{
        padding: 20px;
    }.tc-wp-tool-root .ytdv-section-header{
        flex-direction: column;
        align-items: flex-start;
    }.tc-wp-tool-root .ytdv-copy-btn{
        width: 100%;
        justify-content: center;
    }.tc-wp-tool-root .ytdv-stats-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .ytdv-features-grid{
        grid-template-columns: repeat(2, 1fr);
    }}@media (max-width: 600px){.tc-wp-tool-root .ytdv-container{
        padding: 18px 12px 32px;
    }.tc-wp-tool-root .ytdv-logo-container{
        flex-direction: column;
        gap: 12px;
    }.tc-wp-tool-root .ytdv-logo{
        width: 54px;
        height: 54px;
    }.tc-wp-tool-root .ytdv-subtitle{
        font-size: 0.94rem;
    }.tc-wp-tool-root .ytdv-btn-find{
        padding: 15px;
        font-size: 15px;
    }.tc-wp-tool-root .ytdv-features-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }.tc-wp-tool-root .ytdv-feature-card{
        padding: 15px 12px;
    }.tc-wp-tool-root .ytdv-description-content, .tc-wp-tool-root .ytdv-captions-content{
        padding: 16px;
    }}@media (max-width: 400px){.tc-wp-tool-root .ytdv-container{
        padding: 14px 10px 28px;
    }.tc-wp-tool-root .ytdv-header{
        padding: 14px 0 4px;
        margin-bottom: 20px;
    }.tc-wp-tool-root .ytdv-input-section{
        padding: 16px;
        margin-bottom: 18px;
    }.tc-wp-tool-root .ytdv-input-title{
        font-size: 1.08rem;
    }.tc-wp-tool-root .ytdv-btn{
        min-height: 46px;
        padding: 12px 15px;
        font-size: 13px;
    }.tc-wp-tool-root .ytdv-features-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .ytdv-section-title{
        align-items: flex-start;
    }.tc-wp-tool-root .ytdv-channel-info{
        align-items: flex-start;
    }}@media (max-width: 375px){.tc-wp-tool-root .ytdv-subtitle{
        font-size: 0.9rem;
    }.tc-wp-tool-root .ytdv-input-section{
        padding: 14px;
    }.tc-wp-tool-root .ytdv-input-field{
        padding: 12px 14px !important;
        font-size: 13px !important;
    }.tc-wp-tool-root .ytdv-btn{
        padding: 10px 14px;
        font-size: 12px;
    }.tc-wp-tool-root .ytdv-stats-grid{
        gap: 10px;
    }.tc-wp-tool-root .ytdv-stat-card{
        padding: 13px;
    }}.wpc-scope-201 /* 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;
}