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

 

 

.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-117 .tc-wp-tool-root img, .wpc-scope-117 .tc-wp-tool-root video, .wpc-scope-117 .tc-wp-tool-root svg, .wpc-scope-117 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root h1, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root h2, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root h3, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root h4, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root h5, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root h6, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root p, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root li, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root label, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root small, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root blockquote, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root figcaption, .wpc-scope-117 #ytv-widget-wrapper.tc-wp-tool-root a{
  color: inherit !important;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper{
    --ytv-primary-color: #ff0033;
    --ytv-primary-dark: #c90024;
    --ytv-primary-light: #ff4d6d;
    --ytv-secondary-color: #111827;
    --ytv-accent-color: #ffb703;
    --ytv-success-gradient: linear-gradient(135deg, #ff0033 0%, #c90024 100%);
    --ytv-purple-gradient: linear-gradient(135deg, #374151 0%, #111827 100%);
    --ytv-orange-gradient: linear-gradient(135deg, #ffb703 0%, #fb8500 100%);
    --ytv-blue-gradient: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    --ytv-glass-bg: rgba(255, 255, 255, 0.78);
    --ytv-glass-border: rgba(255, 255, 255, 0.72);
    --ytv-text-primary: #111827;
    --ytv-text-secondary: #4b5563;
    --ytv-text-light: #6b7280;
    --ytv-surface: rgba(255, 255, 255, 0.96);
    --ytv-surface-hover: #ffffff;
    --ytv-shadow-sm: 0 2px 4px rgba(17, 24, 39, 0.08);
    --ytv-shadow-md: 0 6px 14px rgba(17, 24, 39, 0.1);
    --ytv-shadow-lg: 0 12px 24px rgba(17, 24, 39, 0.14);
    --ytv-shadow-xl: 0 18px 36px rgba(17, 24, 39, 0.16);
    --ytv-shadow-2xl: 0 24px 56px rgba(17, 24, 39, 0.2);
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 0, 51, 0.16) 0, transparent 34%),
        radial-gradient(circle at 82% 12%, rgba(255, 183, 3, 0.14) 0, transparent 30%),
        linear-gradient(135deg, #fff7f8 0%, #f8fafc 45%, #eef2ff 100%);
    color: var(--ytv-text-primary) !important;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper::before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(17, 24, 39, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 24, 39, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 48px;
    position: relative;
    z-index: 1;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-header{
    text-align: center;
    margin-bottom: 34px;
    padding: 36px 0 18px;
    animation: ytv-fadeInDown 1s ease-out;
}@keyframes ytv-fadeInDown{
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes ytv-fadeInUp{
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes ytv-slideInLeft{
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}@keyframes ytv-pulse{
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-icon{
    width: 76px;
    height: 76px;
    background: var(--ytv-success-gradient);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 34px;
    font-weight: 900;
    box-shadow: var(--ytv-shadow-2xl);
    position: relative;
    overflow: hidden;
    animation: ytv-pulse 2s ease-in-out infinite;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-icon::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: rotate(45deg);
    animation: ytv-shine 3s infinite;
}@keyframes ytv-shine{
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }

    100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text-container{
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-youtube-logo-icon{
    width: 50px;
    height: 50px;
    background: #ff0000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 24px;
    animation: ytv-youtubeFloat 3s ease-in-out infinite;
    box-shadow: 0 6px 18px rgba(255, 0, 0, 0.28);
    flex: 0 0 auto;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text{
    font-size: 46px;
    font-weight: 900;
    color: #111827 !important;
    text-shadow: 0 2px 18px rgba(255, 255, 255, 0.65);
    letter-spacing: 0;
    line-height: 1.08;
    overflow-wrap: anywhere;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-camera-logo-icon{
    width: 50px;
    height: 50px;
    background: var(--ytv-primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 24px;
    animation: ytv-cameraBounce 2s ease-in-out infinite;
    box-shadow: 0 6px 18px rgba(255, 0, 51, 0.28);
    flex: 0 0 auto;
}@keyframes ytv-youtubeFloat{
    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.05);
    }
}@keyframes ytv-cameraBounce{
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-5px) rotate(-5deg);
    }

    75% {
        transform: translateY(-5px) rotate(5deg);
    }
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-subtitle{
    color: var(--ytv-text-secondary) !important;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-features-bar{
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 36px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-item{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111827 !important;
    font-size: 15px;
    font-weight: 700;
    background: var(--ytv-glass-bg);
    backdrop-filter: blur(20px);
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid var(--ytv-glass-border);
    transition: all 0.3s ease;
    box-shadow: var(--ytv-shadow-sm);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-item:hover{
    transform: translateY(-3px);
    box-shadow: var(--ytv-shadow-lg);
    background: var(--ytv-surface-hover);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-icon{
    width: 24px;
    height: 24px;
    background: var(--ytv-success-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white !important;
    font-weight: 800;
    flex: 0 0 auto;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-input-section{
    background: var(--ytv-glass-bg);
    backdrop-filter: blur(30px);
    border: 1px solid var(--ytv-glass-border);
    padding: 34px;
    border-radius: 24px;
    box-shadow: var(--ytv-shadow-2xl);
    margin-bottom: 24px;
    animation: ytv-fadeInUp 1s ease-out 0.2s both;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-input-group{
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
    position: relative;
    align-items: stretch;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input{
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding: 20px 24px;
    border: 2px solid rgba(17, 24, 39, 0.12);
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    outline: none;
    color: var(--ytv-text-primary) !important;
    box-shadow: var(--ytv-shadow-md);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input:focus{
    border-color: var(--ytv-primary-color);
    box-shadow: 0 0 0 4px rgba(255, 0, 51, 0.16), var(--ytv-shadow-lg);
    transform: translateY(-1px);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input.ytv-error{
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.16);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input::placeholder{
    color: rgba(75, 85, 99, 0.68) !important;
    font-weight: 500;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn{
    padding: 20px 34px;
    background: var(--ytv-success-gradient);
    color: white !important;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 190px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--ytv-shadow-lg);
    white-space: nowrap;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:hover:not(:disabled){
    transform: translateY(-3px);
    box-shadow: var(--ytv-shadow-2xl);
    background: linear-gradient(135deg, #ff4d6d, #ff0033);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:focus-visible, .wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn:focus-visible, .wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-preview-btn:focus-visible, .wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-download-btn:focus-visible, .wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-close:focus-visible{
    outline: 3px solid rgba(255, 183, 3, 0.55);
    outline-offset: 3px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:disabled{
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:hover::before{
    left: 100%;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-loading{
    display: none;
    text-align: center;
    padding: 28px;
    color: var(--ytv-text-primary) !important;
    font-weight: 700;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-spinner{
    width: 48px;
    height: 48px;
    border: 4px solid rgba(17, 24, 39, 0.12);
    border-top: 4px solid var(--ytv-primary-color);
    border-radius: 50%;
    animation: ytv-spin 1s linear infinite;
    margin: 0 auto 18px;
}@keyframes ytv-spin{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-preview-section{
    display: none;
    background: var(--ytv-glass-bg);
    backdrop-filter: blur(30px);
    border: 1px solid var(--ytv-glass-border);
    padding: 34px;
    border-radius: 24px;
    box-shadow: var(--ytv-shadow-2xl);
    margin-bottom: 40px;
    animation: ytv-slideInLeft 0.8s ease-out;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-info-header{
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(31, 41, 55, 0.94));
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 26px;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-preview-card{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 0;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-thumbnail-preview{
    width: 120px;
    height: 90px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: var(--ytv-shadow-lg);
    transition: transform 0.3s ease;
    background: #e5e7eb;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-thumbnail-preview:hover{
    transform: scale(1.05);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-details{
    flex: 1;
    min-width: 0;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-title{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.3;
    color: white !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    overflow-wrap: anywhere;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-channel{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 600;
    margin-bottom: 5px;
    overflow-wrap: anywhere;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-stats{
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-stat-item{
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
    padding: 9px 12px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    white-space: nowrap;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-stat-icon{
    width: 20px;
    height: 20px;
    background: var(--ytv-orange-gradient);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white !important;
    flex: 0 0 auto;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-bottom: 30px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card{
    background: var(--ytv-surface);
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    box-shadow: var(--ytv-shadow-md);
    padding: 20px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--ytv-success-gradient);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card:hover::before{
    transform: scaleX(1);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card:hover{
    border-color: rgba(255, 0, 51, 0.55);
    transform: translateY(-6px);
    box-shadow: var(--ytv-shadow-2xl);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-quality-badge{
    background: var(--ytv-success-gradient);
    color: white !important;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    box-shadow: var(--ytv-shadow-sm);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-resolution{
    color: var(--ytv-text-secondary) !important;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-image-container{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: var(--ytv-shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #e5e7eb;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card:hover .ytv-thumbnail-image-container{
    transform: scale(1.02);
    box-shadow: var(--ytv-shadow-lg);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-image{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 0, 51, 0.82), rgba(17, 24, 39, 0.82));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 14px;
    padding: 16px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card:hover .ytv-thumbnail-overlay{
    opacity: 1;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-overlay-content{
    text-align: center;
    color: white !important;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-overlay-title{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-overlay-subtitle{
    font-size: 14px;
    font-weight: 600;
    opacity: 0.92;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 18px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-info-item{
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ytv-text-secondary) !important;
    font-size: 13px;
    font-weight: 700;
    min-width: 0;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-info-icon{
    width: 16px;
    height: 16px;
    background: var(--ytv-purple-gradient);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: white !important;
    flex: 0 0 auto;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-actions{
    text-align: center;
    display: grid;
    gap: 8px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn{
    width: 100%;
    padding: 14px 20px;
    background: var(--ytv-success-gradient);
    color: white !important;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--ytv-shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--ytv-shadow-xl);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn:hover::before{
    left: 100%;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-download-icon{
    font-size: 18px;
    line-height: 1;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-error-message{
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    color: white !important;
    padding: 18px 20px;
    border-radius: 16px;
    margin-top: 18px;
    display: none;
    font-weight: 700;
    box-shadow: var(--ytv-shadow-lg);
    overflow-wrap: anywhere;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-notification{
    position: fixed;
    top: 30px;
    right: 30px;
    max-width: min(420px, calc(100vw - 40px));
    background: var(--ytv-success-gradient);
    color: white !important;
    padding: 18px 22px;
    border-radius: 16px;
    font-weight: 700;
    z-index: 1001;
    transform: translateX(120%);
    transition: transform 0.3s ease;
    box-shadow: var(--ytv-shadow-xl);
    backdrop-filter: blur(20px);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-notification.ytv-show{
    transform: translateX(0);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(17, 24, 39, 0.82);
    backdrop-filter: blur(10px);
    padding: 24px 12px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-content{
    position: relative;
    margin: 4vh auto;
    padding: 0;
    width: min(100%, 620px);
    background: var(--ytv-surface);
    border-radius: 18px;
    box-shadow: var(--ytv-shadow-2xl);
    overflow: hidden;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-header{
    background: var(--ytv-success-gradient);
    color: white !important;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-title{
    font-size: 20px;
    font-weight: 800;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-close{
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white !important;
    font-size: 20px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-close:hover{
    background: rgba(255, 255, 255, 0.32);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-body{
    padding: 22px;
    text-align: center;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-image{
    max-width: 100%;
    max-height: 400px;
    border-radius: 12px;
    box-shadow: var(--ytv-shadow-lg);
    margin-bottom: 20px;
    object-fit: contain;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-info-item{
    background: #f3f4f6;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(17, 24, 39, 0.08);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-info-label{
    font-size: 12px;
    color: var(--ytv-text-secondary) !important;
    font-weight: 700;
    margin-bottom: 5px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-info-value{
    font-size: 14px;
    color: var(--ytv-text-primary) !important;
    font-weight: 800;
    overflow-wrap: anywhere;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-download-btn{
    padding: 13px 24px;
    background: var(--ytv-success-gradient);
    color: white !important;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    box-shadow: var(--ytv-shadow-md);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-download-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--ytv-shadow-lg);
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-preview-btn{
    background: var(--ytv-purple-gradient);
    color: white !important;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    padding: 10px 16px;
    margin-bottom: 8px;
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}.wpc-scope-117 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-preview-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--ytv-shadow-md);
}@media (max-width: 1200px){.tc-wp-tool-root#ytv-widget-wrapper .ytv-container{
        max-width: 1200px;
        padding: 24px 16px 42px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-grid{
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 20px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-input-group{
        display: flex;
        gap: 16px;
        margin-bottom: 22px;
        position: relative;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-preview-card{
        gap: 20px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text-container{
        display: flex;
        align-items: center;
        gap: 12px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-bottom: 20px;
    }}@media (max-width: 1024px){.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text{
        font-size: 40px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-features-bar{
        gap: 12px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-item{
        font-size: 14px;
        padding: 11px 16px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-input-group{
        flex-direction: column;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn{
        width: 100%;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-preview-card{
        grid-template-columns: auto minmax(0, 1fr);
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-stats{
        grid-column: 1 / -1;
        justify-content: flex-start;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text-container{
        display: flex;
        align-items: center;
        gap: 12px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-bottom: 20px;
    }}@media (max-width: 768px){.tc-wp-tool-root#ytv-widget-wrapper .ytv-container{
        padding: 18px 12px 34px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-header{
        margin-bottom: 24px;
        padding: 18px 0 10px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo{
        flex-direction: column;
        gap: 14px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text-container{
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-youtube-logo-icon, .tc-wp-tool-root#ytv-widget-wrapper .ytv-camera-logo-icon{
        width: 42px;
        height: 42px;
        font-size: 20px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-icon{
        width: 60px;
        height: 60px;
        font-size: 28px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text{
        font-size: 32px;
        text-align: center;
        max-width: 100%;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-subtitle{
        font-size: 18px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-features-bar{
        gap: 12px;
        justify-content: center;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-item{
        font-size: 13px;
        padding: 10px 14px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-input-section, .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-preview-section{
        padding: 22px;
        margin-bottom: 24px;
        border-radius: 20px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-input-group{
        flex-direction: column;
        gap: 14px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input{
        padding: 17px 18px;
        font-size: 15px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn{
        padding: 17px 24px;
        min-width: 100%;
        white-space: normal;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-title{
        font-size: 21px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-grid{
        grid-template-columns: 1fr;
        gap: 18px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card{
        padding: 18px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-preview-card{
        display: flex;
        gap: 18px;
        align-items: center;
        margin-bottom: 0;
        flex-direction: column;
        text-align: center;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-stats{
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-stat-item{
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.95) !important;
        font-size: 13px;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.12);
        padding: 8px 11px;
        border-radius: 999px;
        backdrop-filter: blur(10px);
        flex-direction: row;
    }}@media (max-width: 480px){.tc-wp-tool-root#ytv-widget-wrapper .ytv-container{
        padding: 14px 10px 28px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text{
        font-size: 28px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-subtitle{
        font-size: 16px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-features-bar{
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-item{
        width: 100%;
        max-width: none;
        justify-content: center;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-input-section, .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-preview-section{
        padding: 18px;
        border-radius: 18px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input{
        padding: 15px 16px;
        font-size: 14px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn{
        padding: 15px 18px;
        font-size: 15px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-info-header{
        padding: 18px;
        border-radius: 16px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-title{
        font-size: 20px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-thumbnail-preview{
        width: 100%;
        max-width: 220px;
        height: auto;
        aspect-ratio: 4 / 3;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-stats{
        flex-direction: column;
        width: 100%;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-stat-item{
        width: 100%;
        justify-content: center;
        flex-direction: row;
        white-space: normal;
        text-align: center;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card{
        padding: 15px;
        border-radius: 18px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-info, .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-info{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-header{
        align-items: flex-start;
        flex-direction: column;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-resolution{
        white-space: normal;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-notification{
        top: 20px;
        right: 20px;
        left: 20px;
        padding: 15px 18px;
        font-size: 14px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal{
        padding: 16px 10px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-content{
        margin: 2vh auto;
        border-radius: 16px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-header{
        padding: 16px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-body{
        padding: 16px;
    }}.wpc-scope-117 .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;
}