@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-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-54 .tc-wp-tool-root img, .wpc-scope-54 .tc-wp-tool-root video, .wpc-scope-54 .tc-wp-tool-root svg, .wpc-scope-54 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper{
    --ytv-primary-color: #ff2d55;
    --ytv-primary-dark: #c90f3c;
    --ytv-primary-light: #ff6f91;
    --ytv-secondary-color: #7c3aed;
    --ytv-accent-color: #f97316;
    --ytv-success-gradient: linear-gradient(135deg, #ff2d55 0%, #7c3aed 100%);
    --ytv-purple-gradient: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    --ytv-orange-gradient: linear-gradient(135deg, #f97316 0%, #ef4444 100%);
    --ytv-blue-gradient: linear-gradient(135deg, #06b6d4 0%, #2563eb 100%);
    --ytv-glass-bg: rgba(255, 255, 255, 0.14);
    --ytv-glass-border: rgba(255, 255, 255, 0.28);
    --ytv-text-primary: #101828;
    --ytv-text-secondary: #475467;
    --ytv-text-light: #667085;
    --ytv-surface: rgba(255, 255, 255, 0.94);
    --ytv-surface-hover: #ffffff;
    --ytv-shadow-sm: 0 2px 8px rgba(16, 24, 40, 0.08);
    --ytv-shadow-md: 0 10px 24px rgba(16, 24, 40, 0.12);
    --ytv-shadow-lg: 0 18px 44px rgba(16, 24, 40, 0.16);
    --ytv-shadow-xl: 0 26px 70px rgba(16, 24, 40, 0.20);
    --ytv-shadow-2xl: 0 36px 90px rgba(16, 24, 40, 0.26);

    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 45, 85, 0.34) 0%, transparent 34%),
        radial-gradient(circle at 88% 14%, rgba(6, 182, 212, 0.28) 0%, transparent 32%),
        linear-gradient(135deg, #1e1b4b 0%, #4c1d95 42%, #0f766e 100%);
    min-height: 100vh;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
    color: var(--ytv-text-primary);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper::before{
    content: '';
    position: fixed;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 38%),
        radial-gradient(circle at 50% 110%, rgba(255, 255, 255, 0.16) 0%, transparent 46%);
    pointer-events: none;
    z-index: -1;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 20px 56px;
    position: relative;
    z-index: 1;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-header{
    text-align: center;
    margin-bottom: 34px;
    padding: 28px 0 10px;
    animation: ytv-fadeInDown 0.8s ease-out;
}@keyframes ytv-fadeInDown{
    from { opacity: 0; transform: translateY(-24px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes ytv-fadeInUp{
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes ytv-slideInLeft{
    from { opacity: 0; transform: translateX(-32px); }
    to { opacity: 1; transform: translateX(0); }
}@keyframes ytv-pulse{
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.035); }
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 22px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-icon{
    width: 76px;
    height: 76px;
    background: var(--ytv-success-gradient);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    box-shadow: var(--ytv-shadow-xl), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    position: relative;
    overflow: hidden;
    animation: ytv-pulse 2.8s ease-in-out infinite;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-icon::before{
    content: '';
    position: absolute;
    top: -60%;
    left: -80%;
    width: 220%;
    height: 220%;
    background: linear-gradient(45deg, transparent 35%, rgba(255, 255, 255, 0.42), transparent 65%);
    transform: rotate(45deg);
    animation: ytv-shine 4s infinite;
}@keyframes ytv-shine{
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    55% { transform: translateX(100%) translateY(100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text-container{
    display: flex;
    align-items: center;
    gap: 14px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-youtube-logo-icon{
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff0033 0%, #b91c1c 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    animation: ytv-youtubeFloat 3s ease-in-out infinite;
    box-shadow: 0 14px 34px rgba(255, 0, 51, 0.34);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text{
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 45%, #dbeafe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
    letter-spacing: 0;
    line-height: 1.08;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-camera-logo-icon{
    width: 50px;
    height: 50px;
    background: var(--ytv-success-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 23px;
    animation: ytv-cameraBounce 2.8s ease-in-out infinite;
    box-shadow: 0 14px 34px rgba(255, 45, 85, 0.34);
}@keyframes ytv-youtubeFloat{
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-7px) scale(1.04); }
}@keyframes ytv-cameraBounce{
    0%, 100% { transform: translateY(0) rotate(0deg); }
    30% { transform: translateY(-5px) rotate(-4deg); }
    70% { transform: translateY(-5px) rotate(4deg); }
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-subtitle{
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    margin: 0 auto 26px;
    max-width: 760px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-features-bar{
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-item{
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid var(--ytv-glass-border);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-item:hover{
    transform: translateY(-3px);
    box-shadow: var(--ytv-shadow-lg);
    background: rgba(255, 255, 255, 0.24);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-icon{
    width: 24px;
    height: 24px;
    background: var(--ytv-blue-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: 800;
    flex: 0 0 auto;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-input-section, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-preview-section{
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(28px);
    border: 1px solid var(--ytv-glass-border);
    padding: 34px;
    border-radius: 28px;
    box-shadow: var(--ytv-shadow-2xl), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    margin-bottom: 34px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-input-section{
    animation: ytv-fadeInUp 0.8s ease-out 0.15s both;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-input-group{
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
    position: relative;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input{
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 19px 22px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
    outline: none;
    color: var(--ytv-text-primary);
    box-shadow: var(--ytv-shadow-md);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input:focus{
    border-color: rgba(255, 45, 85, 0.86);
    box-shadow: 0 0 0 5px rgba(255, 45, 85, 0.18), var(--ytv-shadow-lg);
    transform: translateY(-1px);
    background: #ffffff;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input.ytv-error{
    border-color: #ef4444;
    box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.18), var(--ytv-shadow-md);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-url-input::placeholder{
    color: rgba(71, 84, 103, 0.62);
    font-weight: 500;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-download-btn, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-preview-btn{
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, background 0.24s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--ytv-shadow-lg);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn{
    padding: 19px 34px;
    background: var(--ytv-success-gradient);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 800;
    min-width: 190px;
    white-space: nowrap;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:hover:not(:disabled), .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn:hover, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-download-btn:hover, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-preview-btn:hover{
    transform: translateY(-3px);
    box-shadow: var(--ytv-shadow-xl);
    filter: saturate(1.12) brightness(1.04);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:active:not(:disabled), .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn:active, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-download-btn:active, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-preview-btn:active{
    transform: translateY(0);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:focus-visible, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn:focus-visible, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-download-btn:focus-visible, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-preview-btn:focus-visible, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-close:focus-visible{
    outline: 3px solid rgba(255, 255, 255, 0.86);
    outline-offset: 3px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:disabled{
    opacity: 0.66;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(0.2);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn::before, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transition: left 0.55s ease;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn:hover::before, .wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn:hover::before{
    left: 110%;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-loading{
    display: none;
    text-align: center;
    padding: 26px 20px 10px;
    color: rgba(255, 255, 255, 0.94);
    font-weight: 700;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-spinner{
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.28);
    border-top: 4px solid #ffffff;
    border-right: 4px solid var(--ytv-primary-light);
    border-radius: 50%;
    animation: ytv-spin 0.85s linear infinite;
    margin: 0 auto 18px;
    box-shadow: 0 0 24px rgba(255, 45, 85, 0.24);
}@keyframes ytv-spin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-preview-section{
    display: none;
    animation: ytv-slideInLeft 0.65s ease-out;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-info-header{
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-preview-card{
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    margin-bottom: 0;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-thumbnail-preview{
    width: 128px;
    height: 92px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: var(--ytv-shadow-lg);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-thumbnail-preview:hover{
    transform: scale(1.04);
    box-shadow: var(--ytv-shadow-xl);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-details{
    flex: 1;
    min-width: 0;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-title{
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 800;
    margin-bottom: 7px;
    line-height: 1.25;
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.32);
    overflow-wrap: anywhere;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-video-channel{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
    margin-bottom: 0;
}.wpc-scope-54 .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-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-stat-item{
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.14);
    padding: 9px 12px;
    border-radius: 999px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    white-space: nowrap;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-stat-icon{
    width: 22px;
    height: 22px;
    background: var(--ytv-orange-gradient);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ffffff;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnails-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 22px;
    margin-bottom: 0;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card{
    background: var(--ytv-surface);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    box-shadow: var(--ytv-shadow-md);
    padding: 18px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 4px;
    background: var(--ytv-success-gradient);
    border-radius: 0 0 999px 999px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.28s ease;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card:hover::before{
    transform: scaleX(1);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card:hover{
    border-color: rgba(255, 45, 85, 0.42);
    transform: translateY(-7px);
    box-shadow: var(--ytv-shadow-xl);
    background: var(--ytv-surface-hover);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-quality-badge{
    background: var(--ytv-success-gradient);
    color: #ffffff;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--ytv-shadow-sm);
    white-space: nowrap;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-resolution{
    color: var(--ytv-text-secondary);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-image-container{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: var(--ytv-shadow-md);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    background: #0f172a;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card:hover .ytv-thumbnail-image-container{
    transform: scale(1.015);
    box-shadow: var(--ytv-shadow-lg);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-image{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 45, 85, 0.82), rgba(124, 58, 237, 0.82));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 18px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card:hover .ytv-thumbnail-overlay{
    opacity: 1;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-overlay-content{
    text-align: center;
    color: #ffffff;
    padding: 18px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-overlay-title{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-overlay-subtitle{
    font-size: 14px;
    font-weight: 600;
    opacity: 0.92;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-info-item{
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ytv-text-secondary);
    font-size: 13px;
    font-weight: 700;
    min-width: 0;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-info-icon{
    width: 18px;
    height: 18px;
    background: var(--ytv-purple-gradient);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #ffffff;
    flex: 0 0 auto;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-actions{
    text-align: center;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-download-btn{
    width: 100%;
    padding: 14px 20px;
    background: var(--ytv-success-gradient);
    border-radius: 16px;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-download-icon{
    font-size: 18px;
    line-height: 1;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-error-message{
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
    color: #ffffff;
    padding: 16px 18px;
    border-radius: 16px;
    margin-top: 18px;
    display: none;
    font-weight: 700;
    box-shadow: var(--ytv-shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.18);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-notification{
    position: fixed;
    top: 26px;
    right: 26px;
    max-width: calc(100vw - 52px);
    background: var(--ytv-success-gradient);
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 16px;
    font-weight: 700;
    z-index: 1001;
    transform: translateX(120%);
    transition: transform 0.28s ease;
    box-shadow: var(--ytv-shadow-xl);
    backdrop-filter: blur(20px);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-notification.ytv-show{
    transform: translateX(0);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(12px);
    overflow-y: auto;
    padding: 24px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-content{
    position: relative;
    margin: 4vh auto;
    padding: 0;
    width: min(100%, 640px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 24px;
    box-shadow: var(--ytv-shadow-2xl);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.62);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-header{
    background: var(--ytv-success-gradient);
    color: #ffffff;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-title{
    font-size: 20px;
    font-weight: 800;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-close{
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
    flex: 0 0 auto;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-close:hover{
    background: rgba(255, 255, 255, 0.28);
    transform: rotate(90deg);
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-body{
    padding: 22px;
    text-align: center;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-image{
    max-width: 100%;
    max-height: 420px;
    border-radius: 16px;
    box-shadow: var(--ytv-shadow-lg);
    margin-bottom: 20px;
    object-fit: contain;
}.wpc-scope-54 .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-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-info-item{
    background: #f8fafc;
    padding: 13px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #e5e7eb;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-info-label{
    font-size: 12px;
    color: var(--ytv-text-secondary);
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-info-value{
    font-size: 15px;
    color: var(--ytv-text-primary);
    font-weight: 800;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-download-btn{
    padding: 13px 24px;
    background: var(--ytv-success-gradient);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    min-width: 150px;
}.wpc-scope-54 .tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-preview-btn{
    background: var(--ytv-purple-gradient);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    padding: 11px 16px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
}@media (max-width: 1200px){.tc-wp-tool-root#ytv-widget-wrapper .ytv-container{
        max-width: 100%;
        padding: 28px 16px 46px;
    }.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-video-preview-card{
        grid-template-columns: auto 1fr;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-stats{
        grid-column: 1 / -1;
        justify-content: center;
    }}@media (max-width: 1024px){.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text{
        font-size: clamp(32px, 5.4vw, 46px);
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-features-bar{
        gap: 12px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-feature-item{
        font-size: 13px;
        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%;
    }}@media (max-width: 768px){.tc-wp-tool-root#ytv-widget-wrapper .ytv-container{
        padding: 22px 12px 36px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-header{
        margin-bottom: 24px;
        padding: 16px 0 4px;
    }.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;
    }.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: 62px;
        height: 62px;
        font-size: 28px;
        border-radius: 20px;
    }.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: 16px;
        margin-bottom: 22px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-features-bar{
        gap: 10px;
        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: 24px;
    }.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: 16px 18px;
        font-size: 15px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-fetch-btn{
        padding: 16px 24px;
        min-width: 100%;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-info-header{
        padding: 20px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-preview-card{
        display: flex;
        gap: 16px;
        align-items: center;
        margin-bottom: 0;
        flex-direction: column;
        text-align: center;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-title{
        font-size: 21px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-stats{
        justify-content: center;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-stat-item{
        justify-content: center;
        width: 100%;
        white-space: normal;
    }.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-preview-modal{
        padding: 16px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-content{
        margin: 3vh auto;
    }}@media (max-width: 480px){.tc-wp-tool-root#ytv-widget-wrapper .ytv-container{
        padding: 18px 10px 30px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-logo-text{
        font-size: 28px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-subtitle{
        font-size: 15px;
    }.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%;
        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: 22px;
    }.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 20px;
        font-size: 15px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-title{
        font-size: 19px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-video-thumbnail-preview{
        width: 100%;
        max-width: 260px;
        height: auto;
        aspect-ratio: 16 / 9;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-thumbnail-card{
        padding: 15px;
        border-radius: 20px;
    }.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-notification{
        top: 16px;
        right: 16px;
        left: 16px;
        max-width: none;
        padding: 14px 16px;
        font-size: 14px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-body{
        padding: 18px;
    }.tc-wp-tool-root#ytv-widget-wrapper .ytv-preview-modal-header{
        padding: 16px;
    }}.wpc-scope-54 /* 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;
}