@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-100 .tc-wp-tool-root img, .wpc-scope-100 .tc-wp-tool-root video, .wpc-scope-100 .tc-wp-tool-root svg, .wpc-scope-100 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-100 .tc-wp-tool-root .ytdv-wrapper *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-container{
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-header{
            text-align: center;
            margin-bottom: 40px;
            padding: 30px 0;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-logo-container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-youtube-icon{
            width: 28px;
            height: 28px;
            fill: #ff0000;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-subtitle{
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-input-title{
            font-size: 1.3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            text-align: center;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-input-group{
            display: flex;
            gap: 12px;
            margin-bottom: 20px;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-input-field:focus{
            outline: none;
            border-color: #ffffff;
            background: rgba(255, 255, 255, 0.15);
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-input-field::placeholder{
            color: rgba(255, 255, 255, 0.6);
        }.wpc-scope-100 .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-100 .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-100 .tc-wp-tool-root .ytdv-btn-paste:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-btn-find:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none !important;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-btn-icon{
            width: 16px;
            height: 16px;
            fill: currentColor;
        }.wpc-scope-100 .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-100 .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-100 .tc-wp-tool-root .ytdv-loading-text{
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-results{
            display: none;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-video-header{
            padding: 25px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-thumbnail{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }.wpc-scope-100 .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-100 .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-100 .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-100 .tc-wp-tool-root .ytdv-channel-icon{
            width: 20px;
            height: 20px;
            fill: #ff0000;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-channel-details .ytdv-channel-name{
            font-size: 1rem;
            font-weight: 600;
            color: white;
            margin-bottom: 2px;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-channel-link{
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-channel-link:hover{
            color: rgba(255, 255, 255, 0.8);
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-verified-text{
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.85rem;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-stats-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 15px;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-stat-card:hover{
            transform: translateY(-3px);
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-stat-card.ytdv-views .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-stat-card.ytdv-likes .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-stat-card.ytdv-published .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-stat-icon svg{
            width: 12px;
            height: 12px;
            fill: #1e3c72;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-stat-value{
            font-size: 1.1rem;
            font-weight: 700;
            color: white;
        }.wpc-scope-100 .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-100 .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-100 .tc-wp-tool-root .ytdv-section-title{
            display: flex;
            align-items: center;
            gap: 12px;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-section-icon svg{
            width: 20px;
            height: 20px;
            fill: #1e3c72;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-section-title-text .ytdv-section-subheading{
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-copy-btn:hover{
            transform: translateY(-2px);
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-copy-btn.ytdv-copied{
            background: rgba(255, 255, 255, 0.3);
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-copy-icon{
            width: 14px;
            height: 14px;
            fill: currentColor;
        }.wpc-scope-100 .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-100 .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-100 .tc-wp-tool-root .ytdv-captions-icon{
            background: #ffffff;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-caption-item{
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
            font-size: 0.9rem;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-caption-dot{
            width: 8px;
            height: 8px;
            background: #ffffff;
            border-radius: 50%;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-caption-label{
            color: #ffffff;
            font-weight: 600;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-caption-value{
            color: rgba(255, 255, 255, 0.9);
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-error-icon{
            font-size: 3rem;
            margin-bottom: 15px;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-error .ytdv-error-title{
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 10px;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-error .ytdv-error-details{
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.85rem;
        }.wpc-scope-100 .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-100 .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-100 .tc-wp-tool-root .ytdv-feature-card:hover{
            transform: translateY(-5px);
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-feature-icon{
            font-size: 1.8rem;
            margin-bottom: 8px;
            display: block;
        }.wpc-scope-100 .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-100 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar{
            width: 6px;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }.wpc-scope-100 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-thumb{
            background: #ffffff;
            border-radius: 3px;
        }.wpc-scope-100 .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-100 .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-100 .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-100 .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-100 .tc-wp-tool-root .ytdv-search-again-icon{
            width: 16px;
            height: 16px;
            fill: currentColor;
        }.wpc-scope-100 /* 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;
}