@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-43 .tc-wp-tool-root img, .wpc-scope-43 .tc-wp-tool-root video, .wpc-scope-43 .tc-wp-tool-root svg, .wpc-scope-43 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-container{
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-header{
            text-align: center;
            margin-bottom: 40px;
            padding: 30px 0;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-logo-container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-youtube-icon{
            width: 28px;
            height: 28px;
            fill: #ff0000;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-subtitle{
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-input-title{
            font-size: 1.3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            text-align: center;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-input-group{
            display: flex;
            gap: 12px;
            margin-bottom: 20px;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-input-field:focus{
            outline: none;
            border-color: #ffffff;
            background: rgba(255, 255, 255, 0.15);
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-input-field::placeholder{
            color: rgba(255, 255, 255, 0.6);
        }.wpc-scope-43 .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-43 .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-43 .tc-wp-tool-root .ytdv-btn-paste:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-btn-find:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none !important;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-btn-icon{
            width: 16px;
            height: 16px;
            fill: currentColor;
        }.wpc-scope-43 .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-43 .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-43 .tc-wp-tool-root .ytdv-loading-text{
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-results{
            display: none;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-video-header{
            padding: 25px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-thumbnail{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }.wpc-scope-43 .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-43 .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-43 .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-43 .tc-wp-tool-root .ytdv-channel-icon{
            width: 20px;
            height: 20px;
            fill: #ff0000;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-details .ytdv-channel-name{
            font-size: 1rem;
            font-weight: 600;
            color: white;
            margin-bottom: 2px;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-link{
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-link:hover{
            color: rgba(255, 255, 255, 0.8);
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-verified-text{
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.85rem;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-stats-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 15px;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-stat-card:hover{
            transform: translateY(-3px);
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-stat-card.ytdv-views .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-card.ytdv-likes .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-card.ytdv-published .ytdv-stat-icon{
            background: #ffffff;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-icon svg{
            width: 12px;
            height: 12px;
            fill: #1e3c72;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-stat-value{
            font-size: 1.1rem;
            font-weight: 700;
            color: white;
        }.wpc-scope-43 .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-43 .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-43 .tc-wp-tool-root .ytdv-section-title{
            display: flex;
            align-items: center;
            gap: 12px;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-section-icon svg{
            width: 20px;
            height: 20px;
            fill: #1e3c72;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-section-title-text .ytdv-section-subheading{
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-copy-btn:hover{
            transform: translateY(-2px);
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-copy-btn.ytdv-copied{
            background: rgba(255, 255, 255, 0.3);
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-copy-icon{
            width: 14px;
            height: 14px;
            fill: currentColor;
        }.wpc-scope-43 .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-43 .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-43 .tc-wp-tool-root .ytdv-captions-icon{
            background: #ffffff;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-caption-item{
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
            font-size: 0.9rem;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-caption-dot{
            width: 8px;
            height: 8px;
            background: #ffffff;
            border-radius: 50%;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-caption-label{
            color: #ffffff;
            font-weight: 600;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-caption-value{
            color: rgba(255, 255, 255, 0.9);
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-error-icon{
            font-size: 3rem;
            margin-bottom: 15px;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-error .ytdv-error-title{
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 10px;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-error .ytdv-error-details{
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.85rem;
        }.wpc-scope-43 .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-43 .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-43 .tc-wp-tool-root .ytdv-feature-card:hover{
            transform: translateY(-5px);
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-feature-icon{
            font-size: 1.8rem;
            margin-bottom: 8px;
            display: block;
        }.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar{
            width: 6px;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-track{
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-thumb{
            background: #ffffff;
            border-radius: 3px;
        }.wpc-scope-43 .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-43 .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-43 .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-43 .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-43 .tc-wp-tool-root .ytdv-search-again-icon{
            width: 16px;
            height: 16px;
            fill: currentColor;
        }.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper{
    position: relative;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(255, 84, 84, 0.24), transparent 34%),
        radial-gradient(circle at bottom right, rgba(66, 153, 225, 0.28), transparent 36%),
        linear-gradient(135deg, #0f172a 0%, #173b75 48%, #5b1f8f 100%);
    color: #ffffff;
    min-height: 100vh;
    line-height: 1.5;
    isolation: isolate;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 78%);
    z-index: -1;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-container{
    max-width: 980px;
    margin: 0 auto;
    padding: 32px 20px 42px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-header{
    text-align: center;
    margin-bottom: 34px;
    padding: 30px 0 8px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 26px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-logo{
    width: 58px;
    height: 58px;
    background: linear-gradient(145deg, #ffffff 0%, #eef4ff 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.72);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-youtube-icon{
    width: 30px;
    height: 30px;
    fill: #ff003d;
    filter: drop-shadow(0 5px 10px rgba(255, 0, 61, 0.22));
}.wpc-scope-43 .tc-wp-tool-root .ytdv-title{
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #eaf2ff 50%, #ffd6e3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    line-height: 1.12;
    letter-spacing: 0;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-subtitle{
    font-size: 1.02rem;
    color: rgba(239, 246, 255, 0.88);
    font-weight: 500;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-input-section{
    background: rgba(255, 255, 255, 0.12);
    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 24px 70px rgba(4, 12, 35, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-input-title{
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 0;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-input-group{
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    align-items: stretch;
}.wpc-scope-43 .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.26) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.13) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
    font-family: 'Inter', sans-serif !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-input-field:focus{
    outline: none;
    border-color: rgba(255, 255, 255, 0.82) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 0 0 4px rgba(125, 194, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-input-field::placeholder{
    color: rgba(239, 246, 255, 0.62);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn{
    padding: 14px 20px;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, opacity 0.24s ease;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn:focus-visible, .wpc-scope-43 .tc-wp-tool-root .ytdv-copy-btn:focus-visible, .wpc-scope-43 .tc-wp-tool-root .ytdv-btn-search-again: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-43 .tc-wp-tool-root .ytdv-btn-paste{
    background: rgba(255, 255, 255, 0.18);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn-paste:hover{
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn-find{
    background: linear-gradient(135deg, #ffffff 0%, #dbeafe 42%, #ffd7e2 100%);
    color: #12285a;
    width: 100%;
    justify-content: center;
    padding: 16px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(167, 202, 255, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn-find:hover{
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(167, 202, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn:active, .wpc-scope-43 .tc-wp-tool-root .ytdv-copy-btn:active, .wpc-scope-43 .tc-wp-tool-root .ytdv-btn-search-again:active{
    transform: translateY(0) scale(0.99);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none !important;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn-icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex: 0 0 auto;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-loading{
    display: none;
    text-align: center;
    padding: 42px 28px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 24px;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 22px 58px rgba(4, 12, 35, 0.22);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-loading-spinner{
    width: 44px;
    height: 44px;
    border: 3px solid rgba(255, 255, 255, 0.26);
    border-top: 3px solid #ffffff;
    border-right-color: rgba(255, 215, 226, 0.9);
    border-radius: 50%;
    animation: ytdv-spin 0.85s linear infinite;
    margin: 0 auto 18px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-loading-text{
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-results{
    display: none;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-video-card{
    background: rgba(255, 255, 255, 0.12);
    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 26px 78px rgba(4, 12, 35, 0.28);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-video-header{
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-thumbnail-container{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.18);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-video-info .ytdv-video-title{
    font-size: 1.45rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    line-height: 1.3;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-info{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-avatar{
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #ffffff 0%, #eaf2ff 100%);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-icon{
    width: 20px;
    height: 20px;
    fill: #ff003d;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-details .ytdv-channel-name{
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-link{
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-channel-link:hover{
    color: #dbeafe;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-verified-text{
    color: rgba(239, 246, 255, 0.72);
    font-size: 0.85rem;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stats-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 14px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-card{
    background: rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-card:hover{
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-icon{
    width: 28px;
    height: 28px;
    margin: 0 auto 9px;
    padding: 7px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-card.ytdv-views .ytdv-stat-icon{
    background: linear-gradient(135deg, #ffffff, #dbeafe);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-card.ytdv-likes .ytdv-stat-icon{
    background: linear-gradient(135deg, #ffffff, #ffd7e2);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-card.ytdv-published .ytdv-stat-icon{
    background: linear-gradient(135deg, #ffffff, #dcfce7);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-icon svg{
    width: 13px;
    height: 13px;
    fill: #173b75;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-label{
    font-size: 0.72rem;
    color: rgba(239, 246, 255, 0.72);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-stat-value{
    font-size: 1.12rem;
    font-weight: 800;
    color: white;
}.wpc-scope-43 .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-43 .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-43 .tc-wp-tool-root .ytdv-section-title{
    display: flex;
    align-items: center;
    gap: 12px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-section-icon{
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #ffffff 0%, #eaf2ff 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-section-icon svg{
    width: 20px;
    height: 20px;
    fill: #173b75;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-section-title-text .ytdv-section-heading{
    font-size: 1.18rem;
    font-weight: 800;
    color: white;
    margin-bottom: 2px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-section-title-text .ytdv-section-subheading{
    font-size: 0.85rem;
    color: rgba(239, 246, 255, 0.72);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-copy-btn{
    background: rgba(255, 255, 255, 0.18);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 10px 16px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-copy-btn:hover{
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-copy-btn.ytdv-copied{
    background: rgba(34, 197, 94, 0.22);
    border-color: rgba(134, 239, 172, 0.42);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-copy-icon{
    width: 14px;
    height: 14px;
    fill: currentColor;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-description-content{
    background: rgba(255, 255, 255, 0.11);
    padding: 20px;
    border-radius: 16px;
    border-left: 4px solid #dbeafe;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
    font-size: 0.92rem;
    white-space: pre-wrap;
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow-wrap: anywhere;
}.wpc-scope-43 .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-43 .tc-wp-tool-root .ytdv-captions-icon{
    background: linear-gradient(145deg, #ffffff 0%, #eaf2ff 100%);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-captions-content{
    background: rgba(255, 255, 255, 0.11);
    padding: 20px;
    border-radius: 16px;
    border-left: 4px solid #ffd7e2;
    border: 1px solid rgba(255, 255, 255, 0.14);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-caption-item{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 0.92rem;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-caption-item:last-child{
    margin-bottom: 0;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-caption-dot{
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
    flex: 0 0 auto;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-caption-label{
    color: #ffffff;
    font-weight: 700;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-caption-value{
    color: rgba(255, 255, 255, 0.9);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-error{
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 24px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
    margin-bottom: 28px;
    box-shadow: 0 22px 58px rgba(4, 12, 35, 0.22);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-error-icon{
    font-size: 3rem;
    margin-bottom: 15px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-error .ytdv-error-title{
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-error .ytdv-error-message{
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 8px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-error .ytdv-error-details{
    color: rgba(239, 246, 255, 0.72);
    font-size: 0.85rem;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-features-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}.wpc-scope-43 .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.24s ease, background 0.24s ease, box-shadow 0.24s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-feature-card:hover{
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-feature-icon{
    font-size: 1.7rem;
    margin-bottom: 8px;
    display: block;
    line-height: 1;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-feature-text{
    font-size: 0.86rem;
    font-weight: 700;
    color: white;
}@keyframes ytdv-spin{
    to {
        transform: rotate(360deg);
    }
}.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar{
    width: 8px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.09);
    border-radius: 4px;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-wrapper ::-webkit-scrollbar-thumb{
    background: rgba(255, 255, 255, 0.72);
    border-radius: 4px;
}@media (max-width: 992px){.tc-wp-tool-root .ytdv-container{
        max-width: 94%;
        padding: 26px 16px 36px;
    }.tc-wp-tool-root .ytdv-title{
        font-size: 2.1rem;
    }.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-logo{
        width: 54px;
        height: 54px;
    }}@media (max-width: 768px){.tc-wp-tool-root .ytdv-container{
        max-width: 100%;
        padding: 22px 14px 32px;
    }.tc-wp-tool-root .ytdv-header{
        margin-bottom: 26px;
        padding: 24px 0 6px;
    }.tc-wp-tool-root .ytdv-title{
        font-size: 1.85rem;
    }.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: 22px;
        border-radius: 20px;
    }.tc-wp-tool-root .ytdv-btn, .tc-wp-tool-root .ytdv-btn-paste, .tc-wp-tool-root .ytdv-btn-find{
        width: 100%;
    }.tc-wp-tool-root .ytdv-video-header, .tc-wp-tool-root .ytdv-description-section, .tc-wp-tool-root .ytdv-captions-section, .tc-wp-tool-root .ytdv-search-again-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, minmax(0, 1fr));
    }.tc-wp-tool-root .ytdv-logo{
        width: 52px;
        height: 52px;
    }}@media (max-width: 600px){.tc-wp-tool-root .ytdv-container{
        padding: 18px 12px 28px;
    }.tc-wp-tool-root .ytdv-title{
        font-size: 1.65rem;
    }.tc-wp-tool-root .ytdv-subtitle{
        font-size: 0.95rem;
    }.tc-wp-tool-root .ytdv-logo-container{
        flex-direction: column;
        gap: 12px;
        margin-bottom: 22px;
    }.tc-wp-tool-root .ytdv-btn-find{
        padding: 15px;
        font-size: 15px;
    }.tc-wp-tool-root .ytdv-features-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }.tc-wp-tool-root .ytdv-feature-card{
        padding: 15px 12px;
        border-radius: 16px;
    }.tc-wp-tool-root .ytdv-logo{
        width: 50px;
        height: 50px;
    }}@media (max-width: 400px){.tc-wp-tool-root .ytdv-container{
        padding: 14px 10px 24px;
    }.tc-wp-tool-root .ytdv-title{
        font-size: 1.45rem;
    }.tc-wp-tool-root .ytdv-header{
        padding: 18px 0 4px;
        margin-bottom: 20px;
    }.tc-wp-tool-root .ytdv-input-section{
        padding: 16px;
        margin-bottom: 16px;
    }.tc-wp-tool-root .ytdv-input-title{
        font-size: 1.08rem;
    }.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: 48px;
        height: 48px;
    }}@media (max-width: 375px){.tc-wp-tool-root .ytdv-title{
        font-size: 1.34rem;
    }.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: 11px 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: 46px;
        height: 46px;
    }}.wpc-scope-43 .tc-wp-tool-root .ytdv-search-again-section{
    padding: 28px;
    background: rgba(255, 255, 255, 0.055);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn-search-again{
    background: linear-gradient(135deg, #ffffff 0%, #dbeafe 48%, #ffd7e2 100%);
    color: #12285a;
    border: none;
    padding: 14px 24px;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 800;
    font-size: 1rem;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 16px 34px rgba(167, 202, 255, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-btn-search-again:hover{
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(167, 202, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-43 .tc-wp-tool-root .ytdv-search-again-icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
}.wpc-scope-43 /* 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;
}