@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=Outfit: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-37 .tc-wp-tool-root img, .wpc-scope-37 .tc-wp-tool-root video, .wpc-scope-37 .tc-wp-tool-root svg, .wpc-scope-37 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-37 .tc-wp-tool-root .wrapper *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper{
        --primary-color: #7C3AED;
        --primary-light: #8B5CF6;
        --secondary-color: #0891B2;
        --secondary-light: #06B6D4;
        --accent-color: #F59E0B;
        --accent-light: #FCD34D;
        --success-color: #10B981;
        --success-light: #34D399;
        --warning-color: #F59E0B;
        --warning-light: #FCD34D;
        --danger-color: #EF4444;
        --danger-light: #F87171;
        --bg-primary: #1E1B4B;
        --bg-secondary: #312E81;
        --bg-tertiary: #4C1D95;
        --bg-card: #5B21B6;
        --glass-bg: rgba(124, 58, 237, 0.1);
        --glass-border: rgba(139, 92, 246, 0.2);
        --text-primary: #F5F3FF;
        --text-secondary: #DDD6FE;
        --text-muted: #C4B5FD;
        --text-accent: #FCD34D;
        --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.25);
        --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.35);
        --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.4);
        --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.5);
        --border-radius: 16px;
        --border-radius-lg: 24px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper{
        font-family: 'Outfit', sans-serif;
        background: #1E1B4B;
        background: linear-gradient(135deg, #1E1B4B 0%, #312E81 50%, #4C1D95 100%);
        background: -moz-linear-gradient(135deg, #1E1B4B 0%, #312E81 50%, #4C1D95 100%);
        background: -webkit-linear-gradient(135deg, #1E1B4B 0%, #312E81 50%, #4C1D95 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1E1B4B", endColorstr="#4C1D95", GradientType=1 );
        padding:80px 16px;
        line-height: 1.6;
        color: var(--text-primary);
        position: relative;
        overflow-x: hidden;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper::before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:
            radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.2) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(8, 145, 178, 0.2) 0%, transparent 50%),
            radial-gradient(circle at 50% 50%, rgba(245, 158, 11, 0.1) 0%, transparent 50%);
        pointer-events: none;
        z-index: -1;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-container{
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        z-index: 1;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-header{
        text-align: center;
        margin-bottom: 40px;
        padding: 40px 0;
        animation: fadeInDown 1s ease-out;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
        margin-bottom: 25px;
        flex-wrap: wrap;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 36px;
        font-weight: 800;
        box-shadow: var(--shadow-lg);
        animation: float 4s ease-in-out infinite;
        position: relative;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-icon::after{
        content: '';
        position: absolute;
        inset: -2px;
        background: linear-gradient(135deg, var(--primary-light), var(--secondary-light));
        border-radius: var(--border-radius);
        z-index: -1;
        opacity: 0.5;
        animation: pulse 2s ease-in-out infinite;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-title h1{
        font-size: clamp(2.5rem, 6vw, 4rem);
        font-weight: 900;
        background: linear-gradient(135deg, var(--text-primary), var(--text-accent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        letter-spacing: -1px;
        text-shadow: 0 4px 20px rgba(252, 211, 77, 0.3);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-subtitle{
        color: var(--text-secondary);
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-feature-badges{
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-feature-badge{
        display: flex;
        align-items: center;
        gap: 10px;
        background: var(--glass-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        padding: 12px 24px;
        border-radius: 50px;
        color: var(--text-primary);
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-feature-badge:hover{
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        background: rgba(124, 58, 237, 0.2);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-badge-icon{
        width: 20px;
        height: 20px;
        background: linear-gradient(135deg, var(--success-color), var(--success-light));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: white;
        font-weight: 700;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-section{
        background: var(--bg-secondary);
        border: 1px solid rgba(139, 92, 246, 0.2);
        padding: 40px;
        border-radius: var(--border-radius-lg);
        box-shadow: var(--shadow-xl);
        margin-bottom: 40px;
        animation: fadeInUp 1s ease-out 0.2s both;
        position: relative;
        overflow: hidden;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-section::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-form{
        display: flex;
        gap: 20px;
        margin-bottom: 25px;
        position: relative;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-input{
	flex: 1;
	padding: 20px 25px;
	background: var(--bg-tertiary);
	border: 2px solid var(--bg-card);
	border-radius: var(--border-radius);
	color: #FBFBFB;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	outline: none;
	font-family: inherit;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-input:focus{
        border-color: var(--primary-light);
        box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
        transform: translateY(-2px);
			  color:white;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-input.error{
        border-color: var(--danger-color);
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-input::placeholder{
        color: var(--text-muted);
        font-weight: 400;
			  
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-btn{
        padding: 20px 40px;
        background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
        color: white;
        border: none;
        border-radius: var(--border-radius);
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        min-width: 200px;
        position: relative;
        overflow: hidden;
        box-shadow: var(--shadow-md);
        font-family: inherit;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-btn:hover:not(:disabled){
        transform: translateY(-3px);
        box-shadow: var(--shadow-lg);
        background: linear-gradient(135deg, var(--primary-light), var(--secondary-color));
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-btn:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-indicator{
        display: none;
        text-align: center;
        padding: 30px;
        color: var(--text-secondary);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-error-display{
        background: rgba(239, 68, 68, 0.1);
        border: 1px solid rgba(239, 68, 68, 0.3);
        color: var(--danger-light);
        padding: 20px 25px;
        border-radius: var(--border-radius);
        margin-top: 20px;
        display: none;
        font-weight: 500;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-player-section{
        display: none;
        background: var(--bg-secondary);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: var(--border-radius-lg);
        overflow: hidden;
        box-shadow: var(--shadow-xl);
        margin-bottom: 40px;
        animation: slideInUp 0.8s ease-out;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-header{
        background: linear-gradient(135deg, var(--bg-tertiary), var(--bg-card));
        padding: 25px 30px;
        border-bottom: 1px solid rgba(139, 92, 246, 0.1);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-title{
        color: var(--text-primary);
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        flex: 1;
        margin-right: 20px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-current-quality-badge{
        background: linear-gradient(135deg, var(--success-color), var(--success-light));
        color: white;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 600;
        margin-right: 15px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
        background: var(--danger-color);
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: white;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn:hover{
        background: var(--danger-light);
        transform: scale(1.1);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-container{
        position: relative;
        background: #000;
        width: 100%;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-main-video{
        width: 100%;
        height: 70vh;
        max-height: 600px;
        min-height: 400px;
        background: #000;
        border: none;
        outline: none;
        display: block;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay.hidden{
        display: none;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
        width: 100px;
        height: 100px;
        background: rgba(0, 0, 0, 0.8);
        border: 4px solid white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 36px;
        cursor: pointer;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn:hover{
        transform: scale(1.1);
        background: rgba(0, 0, 0, 0.9);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-controls-section{
        background: var(--bg-tertiary);
        padding: 20px 30px;
        border-top: 1px solid rgba(139, 92, 246, 0.1);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-controls{
        display: flex;
        align-items: center;
        gap: 20px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-control-btn{
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
        border: none;
        border-radius: 50%;
        color: white;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: var(--shadow-sm);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-control-btn:hover{
        transform: scale(1.1);
        box-shadow: var(--shadow-md);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-section{
        flex: 1;
        margin: 0 20px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-bar{
        width: 100%;
        height: 10px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        margin-bottom: 8px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-fill{
        height: 100%;
        background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
        border-radius: 5px;
        width: 0%;
        transition: width 0.1s ease;
        box-shadow: 0 2px 8px rgba(6, 182, 212, 0.4);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-time-info{
        color: var(--text-primary);
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-section{
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 120px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-icon{
        color: var(--text-primary);
        font-size: 18px;
        width: 24px;
        text-align: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-control{
        width: 80px;
        height: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-control::-webkit-slider-thumb{
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        background: var(--secondary-light);
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(6, 182, 212, 0.4);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-control::-moz-range-thumb{
        width: 16px;
        height: 16px;
        background: var(--secondary-light);
        border-radius: 50%;
        cursor: pointer;
        border: none;
        box-shadow: 0 2px 6px rgba(6, 182, 212, 0.4);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-info-section{
        display: none;
        background: var(--bg-secondary);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: var(--border-radius-lg);
        padding: 35px;
        box-shadow: var(--shadow-xl);
        margin-bottom: 40px;
        animation: slideInLeft 0.8s ease-out;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-metadata{
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 30px;
        align-items: start;
        margin-bottom: 30px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-thumbnail{
        width: 160px;
        height: 120px;
        border-radius: var(--border-radius);
        object-fit: cover;
        box-shadow: var(--shadow-md);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-details{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-details h2{
        color: var(--text-primary);
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-stats{
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stat-item{
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--text-secondary);
        font-size: 16px;
        font-weight: 500;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stat-icon{
        width: 24px;
        height: 24px;
        background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: white;
        font-weight: 700;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-selection{
        background: rgba(124, 58, 237, 0.05);
        border: 1px solid rgba(139, 92, 246, 0.1);
        border-radius: var(--border-radius);
        padding: 30px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-title{
        color: var(--text-primary);
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 25px;
        text-align: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tabs{
        display: flex;
        gap: 10px;
        margin-bottom: 25px;
        justify-content: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tab{
        padding: 12px 24px;
        background: var(--bg-tertiary);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 50px;
        color: var(--text-secondary);
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tab.active{
        background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
        color: white;
        border-color: var(--primary-light);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tab:hover:not(.active){
        background: var(--bg-card);
        color: var(--text-primary);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-grid{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option{
        background: var(--bg-tertiary);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: var(--border-radius);
        padding: 25px;
        transition: all 0.3s ease;
        position: relative;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option:hover{
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
        border-color: var(--primary-light);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option.playing{
        border-color: var(--success-color);
        background: rgba(16, 185, 129, 0.1);
        box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option.playing::before{
        content: '▶ NOW PLAYING';
        position: absolute;
        top: -10px;
        right: 15px;
        background: linear-gradient(135deg, var(--success-color), var(--success-light));
        color: white;
        padding: 4px 12px;
        border-radius: 12px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-quality{
        font-size: 20px;
        font-weight: 700;
        color: var(--text-primary);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-type-badge{
        background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
        color: white;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 700;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-actions{
        display: flex;
        gap: 12px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-action-btn{
        flex: 1;
        padding: 14px;
        border: none;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-family: inherit;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stream-action{
        background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
        color: white;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stream-action:hover{
        transform: translateY(-2px);
        box-shadow: var(--shadow-sm);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stream-action.playing{
        background: linear-gradient(135deg, var(--success-color), var(--success-light));
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-download-action{
        background: linear-gradient(135deg, var(--warning-color), var(--warning-light));
        color: white;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-download-action:hover{
        transform: translateY(-2px);
        box-shadow: var(--shadow-sm);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-action{
        background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
        color: white;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-action:hover{
        transform: translateY(-2px);
        box-shadow: var(--shadow-sm);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-player-section{
        display: none;
        background: var(--bg-secondary);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: var(--border-radius-lg);
        padding: 35px;
        box-shadow: var(--shadow-xl);
        margin-bottom: 40px;
        animation: slideInRight 0.8s ease-out;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-visualizer{
        background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(8, 145, 178, 0.1));
        border: 1px solid rgba(124, 58, 237, 0.3);
        border-radius: var(--border-radius);
        padding: 30px;
        margin-bottom: 25px;
        text-align: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bars{
        display: flex;
        align-items: end;
        justify-content: center;
        gap: 6px;
        height: 80px;
        margin-bottom: 20px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar{
        width: 6px;
        background: linear-gradient(to top, var(--accent-color), var(--accent-light), var(--secondary-light));
        border-radius: 3px;
        animation: audioWave 1.8s ease-in-out infinite;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(1){
        height: 30px;
        animation-delay: 0s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(2){
        height: 50px;
        animation-delay: 0.1s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(3){
        height: 35px;
        animation-delay: 0.2s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(4){
        height: 60px;
        animation-delay: 0.3s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(5){
        height: 45px;
        animation-delay: 0.4s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(6){
        height: 70px;
        animation-delay: 0.5s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(7){
        height: 40px;
        animation-delay: 0.6s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(8){
        height: 55px;
        animation-delay: 0.7s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(9){
        height: 35px;
        animation-delay: 0.8s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(10){
        height: 65px;
        animation-delay: 0.9s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(11){
        height: 45px;
        animation-delay: 1.0s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(12){
        height: 30px;
        animation-delay: 1.1s;
    }@keyframes audioWave{

        0%,
        100% {
            transform: scaleY(0.4);
            opacity: 0.7;
        }

        50% {
            transform: scaleY(1);
            opacity: 1;
        }
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-controls{
        display: flex;
        align-items: center;
        gap: 20px;
        background: rgba(124, 58, 237, 0.1);
        border-radius: var(--border-radius);
        padding: 20px 25px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-play-btn{
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
        border: none;
        border-radius: 50%;
        color: white;
        font-size: 24px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: var(--shadow-md);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-play-btn:hover{
        transform: scale(1.1);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-progress{
        flex: 1;
        cursor: pointer;
        padding: 15px 0;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-progress-track{
        width: 100%;
        height: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        position: relative;
        overflow: hidden;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-progress-fill{
        height: 100%;
        background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
        border-radius: 4px;
        width: 0%;
        transition: width 0.1s ease;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-time{
        color: var(--text-primary);
        font-size: 16px;
        font-weight: 600;
        min-width: 100px;
        text-align: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume{
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 120px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-icon{
        color: var(--text-primary);
        font-size: 20px;
        width: 24px;
        text-align: center;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
        width: 80px;
        height: 6px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider::-webkit-slider-thumb{
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        background: var(--accent-light);
        border-radius: 50%;
        cursor: pointer;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider::-moz-range-thumb{
        width: 16px;
        height: 16px;
        background: var(--accent-light);
        border-radius: 50%;
        cursor: pointer;
        border: none;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-download-progress{
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: var(--bg-secondary);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: var(--border-radius);
        padding: 20px;
        min-width: 320px;
        box-shadow: var(--shadow-xl);
        z-index: 1000;
        display: none;
        color: var(--text-primary);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-download-progress.show{
        display: block;
        animation: slideInRight 0.4s ease-out;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-text{
        font-weight: 600;
        font-size: 14px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-cancel-btn{
        background: rgba(239, 68, 68, 0.1);
        border: 1px solid rgba(239, 68, 68, 0.3);
        color: var(--danger-light);
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 500;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-cancel-btn:hover{
        background: rgba(239, 68, 68, 0.2);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-bar-container{
        width: 100%;
        height: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 10px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-bar-fill{
        height: 100%;
        background: linear-gradient(135deg, var(--success-color), var(--success-light));
        border-radius: 4px;
        width: 0%;
        transition: width 0.3s ease;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-details{
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        color: var(--text-secondary);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-cyber-loading{
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 40px;
        background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(8, 145, 178, 0.1));
        border: 1px solid rgba(139, 92, 246, 0.3);
        border-radius: var(--border-radius-lg);
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-grid{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image:
            linear-gradient(rgba(139, 92, 246, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(139, 92, 246, 0.1) 1px, transparent 1px);
        background-size: 25px 25px;
        animation: gridShift 8s linear infinite;
    }@keyframes gridShift{
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(25px, 25px);
        }
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-waves{
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 25px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-wave{
        height: 4px;
        background: linear-gradient(90deg, transparent, var(--primary-light), transparent);
        border-radius: 2px;
        animation: waveFlow 2.5s ease-in-out infinite;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-wave:nth-child(2){
        animation-delay: 0.5s;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-wave:nth-child(3){
        animation-delay: 1s;
    }@keyframes waveFlow{

        0%,
        100% {
            opacity: 0.3;
            transform: scaleX(0.3);
        }

        50% {
            opacity: 1;
            transform: scaleX(1);
        }
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-text{
        text-align: center;
        color: var(--text-primary);
        font-size: 18px;
        font-weight: 600;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-dots::after{
        content: '';
        animation: loadingDots 2.5s steps(4, end) infinite;
    }@keyframes loadingDots{

        0%,
        20% {
            content: '';
        }

        40% {
            content: '.';
        }

        60% {
            content: '..';
        }

        80%,
        100% {
            content: '...';
        }
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-progress-bar{
        width: 100%;
        height: 6px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
        overflow: hidden;
        margin-top: 15px;
    }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-progress-fill{
        height: 100%;
        background: linear-gradient(90deg, var(--primary-light), var(--secondary-light));
        border-radius: 3px;
        animation: progressFlow 3s ease-in-out infinite;
    }@keyframes progressFlow{
        0% {
            width: 0%;
        }

        50% {
            width: 80%;
        }

        100% {
            width: 100%;
        }
    }@keyframes fadeInDown{
        from {
            opacity: 0;
            transform: translateY(-30px);
        }

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

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }@keyframes slideInUp{
        from {
            opacity: 0;
            transform: translateY(50px);
        }

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

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }@keyframes slideInRight{
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }@keyframes float{

        0%,
        100% {
            transform: translateY(0px) scale(1);
        }

        50% {
            transform: translateY(-10px) scale(1.05);
        }
    }@keyframes pulse{

        0%,
        100% {
            transform: scale(1);
            opacity: 0.5;
        }

        50% {
            transform: scale(1.1);
            opacity: 0.8;
        }
    }@media (max-width: 375px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 10px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 20px 0 15px;
            margin-bottom: 25px;
        }.tc-wp-tool-root .wrapper .yvv-brand-logo{
            flex-direction: column;
            gap: 15px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-brand-icon{
            width: 60px;
            height: 60px;
            font-size: 28px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: 1.8rem;
            line-height: 1.2;
        }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
            font-size: 14px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-feature-badges{
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }.tc-wp-tool-root .wrapper .yvv-feature-badge{
            width: 100%;
            max-width: 280px;
            justify-content: center;
            padding: 10px 20px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-search-section{
            padding: 20px;
            margin-bottom: 25px;
        }.tc-wp-tool-root .wrapper .yvv-search-form{
            flex-direction: column;
            gap: 12px;
        }.tc-wp-tool-root .wrapper .yvv-search-input{
            padding: 15px 20px;
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-search-btn{
            min-width: 100%;
            padding: 15px 20px;
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-main-video{
            height: 35vh;
            min-height: 200px;
        }.tc-wp-tool-root .wrapper .yvv-video-header{
            flex-direction: column;
            gap: 12px;
            text-align: center;
            padding: 20px;
        }.tc-wp-tool-root .wrapper .yvv-video-title{
            font-size: 18px;
            margin-right: 0;
        }.tc-wp-tool-root .wrapper .yvv-current-quality-badge{
            margin-right: 0;
            font-size: 12px;
            padding: 6px 12px;
        }.tc-wp-tool-root .wrapper .yvv-video-controls{
            flex-wrap: wrap;
            gap: 12px;
            padding: 15px 20px;
        }.tc-wp-tool-root .wrapper .yvv-control-btn{
            width: 40px;
            height: 40px;
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-progress-section{
            order: 3;
            width: 100%;
            margin: 12px 0 0 0;
        }.tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
            padding: 20px;
        }.tc-wp-tool-root .wrapper .yvv-video-metadata{
            grid-template-columns: 1fr;
            text-align: center;
            gap: 20px;
        }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
            width: 120px;
            height: 90px;
            margin: 0 auto;
        }.tc-wp-tool-root .wrapper .yvv-video-details h2{
            font-size: 20px;
        }.tc-wp-tool-root .wrapper .yvv-video-stats{
            justify-content: center;
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-stat-item{
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-format-tabs{
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }.tc-wp-tool-root .wrapper .yvv-format-tab{
            width: 100%;
            max-width: 200px;
            text-align: center;
            padding: 10px 20px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-format-grid{
            grid-template-columns: 1fr;
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-format-option{
            padding: 20px;
        }.tc-wp-tool-root .wrapper .yvv-format-actions{
            flex-direction: column;
            gap: 10px;
        }.tc-wp-tool-root .wrapper .yvv-action-btn{
            padding: 12px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-audio-controls{
            flex-wrap: wrap;
            gap: 12px;
            padding: 15px 20px;
        }.tc-wp-tool-root .wrapper .yvv-audio-play-btn{
            width: 50px;
            height: 50px;
            font-size: 20px;
        }.tc-wp-tool-root .wrapper .yvv-audio-progress{
            order: 3;
            width: 100%;
        }.tc-wp-tool-root .wrapper .yvv-download-progress{
            left: 10px;
            right: 10px;
            min-width: auto;
            padding: 15px;
        }}@media (min-width: 376px) and (max-width: 400px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 12px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 25px 0 18px;
        }.tc-wp-tool-root .wrapper .yvv-brand-icon{
            width: 65px;
            height: 65px;
            font-size: 30px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: 2rem;
        }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-search-section{
            padding: 22px;
        }.tc-wp-tool-root .wrapper .yvv-main-video{
            height: 40vh;
            min-height: 220px;
        }}@media (min-width: 401px) and (max-width: 600px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 15px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 30px 0 20px;
        }.tc-wp-tool-root .wrapper .yvv-brand-icon{
            width: 70px;
            height: 70px;
            font-size: 32px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: 2.5rem;
        }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
            font-size: 18px;
        }.tc-wp-tool-root .wrapper .yvv-search-section{
            padding: 25px;
        }.tc-wp-tool-root .wrapper .yvv-search-form{
            flex-direction: column;
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-search-btn{
            min-width: 100%;
        }.tc-wp-tool-root .wrapper .yvv-main-video{
            height: 45vh;
            min-height: 250px;
        }.tc-wp-tool-root .wrapper .yvv-video-metadata{
            grid-template-columns: 1fr;
            text-align: center;
        }.tc-wp-tool-root .wrapper .yvv-video-stats{
            justify-content: center;
        }.tc-wp-tool-root .wrapper .yvv-format-grid{
            grid-template-columns: 1fr;
        }.tc-wp-tool-root .wrapper .yvv-format-actions{
            flex-direction: column;
        }.tc-wp-tool-root .wrapper .yvv-video-controls{
            flex-wrap: wrap;
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-progress-section{
            order: 3;
            width: 100%;
            margin: 15px 0 0 0;
        }.tc-wp-tool-root .wrapper .yvv-audio-controls{
            flex-wrap: wrap;
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-audio-progress{
            order: 3;
            width: 100%;
        }.tc-wp-tool-root .wrapper .yvv-download-progress{
            left: 15px;
            right: 15px;
            min-width: auto;
        }}@media (min-width: 601px) and (max-width: 768px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 18px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 35px 0 25px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: 3rem;
        }.tc-wp-tool-root .wrapper .yvv-search-section{
            padding: 30px;
        }.tc-wp-tool-root .wrapper .yvv-search-form{
            flex-direction: row;
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-search-btn{
            min-width: 180px;
        }.tc-wp-tool-root .wrapper .yvv-main-video{
            height: 50vh;
            min-height: 300px;
        }.tc-wp-tool-root .wrapper .yvv-format-grid{
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        }}@media (min-width: 769px) and (max-width: 992px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 20px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 40px 0 30px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: 3.5rem;
        }.tc-wp-tool-root .wrapper .yvv-format-grid{
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        }}@media (min-width: 993px){.tc-wp-tool-root .wrapper .yvv-format-grid{
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        }}@media (max-width: 992px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 20px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 40px 0 30px;
            margin-bottom: 35px;
        }.tc-wp-tool-root .wrapper .yvv-brand-logo{
            gap: 20px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-brand-icon{
            width: 70px;
            height: 70px;
            font-size: 32px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: clamp(2.2rem, 5vw, 3.5rem);
        }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
            font-size: 18px;
            margin-bottom: 25px;
        }.tc-wp-tool-root .wrapper .yvv-feature-badges{
            gap: 10px;
        }.tc-wp-tool-root .wrapper .yvv-feature-badge{
            padding: 10px 20px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-search-section{
            padding: 30px;
            margin-bottom: 35px;
        }.tc-wp-tool-root .wrapper .yvv-search-form{
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-search-input{
            padding: 18px 22px;
            font-size: 15px;
        }.tc-wp-tool-root .wrapper .yvv-search-btn{
            padding: 18px 30px;
            font-size: 15px;
            min-width: 160px;
        }.tc-wp-tool-root .wrapper .yvv-video-player-section{
            margin-bottom: 35px;
        }.tc-wp-tool-root .wrapper .yvv-main-video{
            height: 60vh;
            max-height: 500px;
            min-height: 350px;
        }.tc-wp-tool-root .wrapper .yvv-video-header{
            padding: 20px 25px;
        }.tc-wp-tool-root .wrapper .yvv-video-title{
            font-size: 20px;
            margin-right: 15px;
        }.tc-wp-tool-root .wrapper .yvv-current-quality-badge{
            padding: 6px 12px;
            font-size: 13px;
            margin-right: 10px;
        }.tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
            width: 36px;
            height: 36px;
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
            width: 80px;
            height: 80px;
            font-size: 30px;
        }.tc-wp-tool-root .wrapper .yvv-video-controls-section{
            padding: 18px 25px;
        }.tc-wp-tool-root .wrapper .yvv-video-controls{
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-control-btn{
            width: 45px;
            height: 45px;
            font-size: 17px;
        }.tc-wp-tool-root .wrapper .yvv-progress-section{
            margin: 0 15px;
        }.tc-wp-tool-root .wrapper .yvv-time-info{
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-volume-section{
            gap: 8px;
            min-width: 100px;
        }.tc-wp-tool-root .wrapper .yvv-volume-icon{
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-volume-control{
            width: 70px;
        }.tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
            padding: 30px;
            margin-bottom: 35px;
        }.tc-wp-tool-root .wrapper .yvv-video-metadata{
            gap: 25px;
            margin-bottom: 25px;
        }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
            width: 140px;
            height: 100px;
        }.tc-wp-tool-root .wrapper .yvv-video-details h2{
            font-size: 24px;
        }.tc-wp-tool-root .wrapper .yvv-video-stats{
            gap: 20px;
        }.tc-wp-tool-root .wrapper .yvv-stat-item{
            font-size: 15px;
        }.tc-wp-tool-root .wrapper .yvv-stat-icon{
            width: 22px;
            height: 22px;
            font-size: 11px;
        }.tc-wp-tool-root .wrapper .yvv-format-selection{
            padding: 25px;
        }.tc-wp-tool-root .wrapper .yvv-format-title{
            font-size: 20px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-format-tabs{
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-format-tab{
            padding: 10px 20px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-format-grid{
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 18px;
        }.tc-wp-tool-root .wrapper .yvv-format-option{
            padding: 20px;
        }.tc-wp-tool-root .wrapper .yvv-format-quality{
            font-size: 18px;
        }.tc-wp-tool-root .wrapper .yvv-format-type-badge{
            padding: 5px 14px;
            font-size: 11px;
        }.tc-wp-tool-root .wrapper .yvv-format-actions{
            gap: 10px;
        }.tc-wp-tool-root .wrapper .yvv-action-btn{
            padding: 12px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-audio-visualizer{
            padding: 25px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-visualizer-bars{
            height: 70px;
            gap: 5px;
        }.tc-wp-tool-root .wrapper .yvv-visualizer-bar{
            width: 5px;
        }.tc-wp-tool-root .wrapper .yvv-audio-controls{
            gap: 15px;
            padding: 18px 22px;
        }.tc-wp-tool-root .wrapper .yvv-audio-play-btn{
            width: 55px;
            height: 55px;
            font-size: 22px;
        }.tc-wp-tool-root .wrapper .yvv-audio-time{
            font-size: 14px;
            min-width: 90px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume{
            gap: 10px;
            min-width: 110px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume-icon{
            font-size: 18px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
            width: 70px;
        }.tc-wp-tool-root .wrapper .yvv-download-progress{
            min-width: 280px;
            padding: 18px;
        }.tc-wp-tool-root .wrapper .yvv-progress-text{
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-cancel-btn{
            padding: 5px 10px;
            font-size: 11px;
        }.tc-wp-tool-root .wrapper .yvv-progress-details{
            font-size: 11px;
        }.tc-wp-tool-root .wrapper .yvv-cyber-loading{
            padding: 30px;
        }.tc-wp-tool-root .wrapper .yvv-loading-waves{
            gap: 10px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-loading-wave{
            height: 3px;
        }.tc-wp-tool-root .wrapper .yvv-loading-text{
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-loading-progress-bar{
            height: 5px;
        }}@media (max-width: 768px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 15px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 30px 0 25px;
            margin-bottom: 30px;
        }.tc-wp-tool-root .wrapper .yvv-brand-logo{
            flex-direction: column;
            gap: 15px;
            margin-bottom: 15px;
        }.tc-wp-tool-root .wrapper .yvv-brand-icon{
            width: 65px;
            height: 65px;
            font-size: 30px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: clamp(2rem, 6vw, 3rem);
            text-align: center;
        }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
            font-size: 16px;
            margin-bottom: 20px;
            text-align: center;
        }.tc-wp-tool-root .wrapper .yvv-feature-badges{
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }.tc-wp-tool-root .wrapper .yvv-feature-badge{
            width: 100%;
            max-width: 300px;
            justify-content: center;
            padding: 10px 20px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-search-section{
            padding: 25px;
            margin-bottom: 30px;
        }.tc-wp-tool-root .wrapper .yvv-search-form{
            flex-direction: column;
            gap: 12px;
        }.tc-wp-tool-root .wrapper .yvv-search-input{
            padding: 15px 20px;
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-search-btn{
            min-width: 100%;
            padding: 15px 20px;
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-main-video{
            height: 50vh;
            max-height: 400px;
            min-height: 250px;
        }.tc-wp-tool-root .wrapper .yvv-video-header{
            flex-direction: column;
            gap: 10px;
            text-align: center;
            padding: 18px 20px;
        }.tc-wp-tool-root .wrapper .yvv-video-title{
            font-size: 18px;
            margin-right: 0;
        }.tc-wp-tool-root .wrapper .yvv-current-quality-badge{
            margin-right: 0;
        }.tc-wp-tool-root .wrapper .yvv-video-controls-section{
            padding: 15px 20px;
        }.tc-wp-tool-root .wrapper .yvv-video-controls{
            flex-wrap: wrap;
            gap: 12px;
            justify-content: center;
        }.tc-wp-tool-root .wrapper .yvv-control-btn{
            width: 40px;
            height: 40px;
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-progress-section{
            order: 3;
            width: 100%;
            margin: 10px 0 0 0;
        }.tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
            padding: 25px;
            margin-bottom: 30px;
        }.tc-wp-tool-root .wrapper .yvv-video-metadata{
            grid-template-columns: 1fr;
            text-align: center;
            gap: 20px;
        }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
            width: 120px;
            height: 90px;
            margin: 0 auto;
        }.tc-wp-tool-root .wrapper .yvv-video-details h2{
            font-size: 22px;
        }.tc-wp-tool-root .wrapper .yvv-video-stats{
            justify-content: center;
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-stat-item{
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-format-selection{
            padding: 20px;
        }.tc-wp-tool-root .wrapper .yvv-format-title{
            font-size: 18px;
            margin-bottom: 18px;
        }.tc-wp-tool-root .wrapper .yvv-format-tabs{
            flex-direction: column;
            align-items: center;
            gap: 8px;
            margin-bottom: 18px;
        }.tc-wp-tool-root .wrapper .yvv-format-tab{
            width: 100%;
            max-width: 200px;
            text-align: center;
            padding: 10px 20px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-format-grid{
            grid-template-columns: 1fr;
            gap: 15px;
        }.tc-wp-tool-root .wrapper .yvv-format-option{
            padding: 18px;
        }.tc-wp-tool-root .wrapper .yvv-format-quality{
            font-size: 17px;
        }.tc-wp-tool-root .wrapper .yvv-format-actions{
            flex-direction: column;
            gap: 8px;
        }.tc-wp-tool-root .wrapper .yvv-action-btn{
            padding: 10px;
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-audio-visualizer{
            padding: 20px;
            margin-bottom: 18px;
        }.tc-wp-tool-root .wrapper .yvv-visualizer-bars{
            height: 60px;
            gap: 4px;
        }.tc-wp-tool-root .wrapper .yvv-visualizer-bar{
            width: 4px;
        }.tc-wp-tool-root .wrapper .yvv-audio-controls{
            flex-wrap: wrap;
            gap: 12px;
            padding: 15px 20px;
            justify-content: center;
        }.tc-wp-tool-root .wrapper .yvv-audio-play-btn{
            width: 50px;
            height: 50px;
            font-size: 20px;
        }.tc-wp-tool-root .wrapper .yvv-audio-progress{
            order: 3;
            width: 100%;
        }.tc-wp-tool-root .wrapper .yvv-audio-time{
            font-size: 13px;
            min-width: 80px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume{
            min-width: 90px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume-icon{
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
            width: 60px;
        }.tc-wp-tool-root .wrapper .yvv-download-progress{
            left: 15px;
            right: 15px;
            min-width: auto;
            padding: 15px;
        }}@media (max-width: 600px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 12px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 25px 0 20px;
            margin-bottom: 25px;
        }.tc-wp-tool-root .wrapper .yvv-brand-icon{
            width: 60px;
            height: 60px;
            font-size: 28px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: clamp(1.8rem, 7vw, 2.5rem);
        }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
            font-size: 14px;
            margin-bottom: 15px;
        }.tc-wp-tool-root .wrapper .yvv-feature-badge{
            max-width: 280px;
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-search-section{
            padding: 20px;
            margin-bottom: 25px;
        }.tc-wp-tool-root .wrapper .yvv-search-input{
            padding: 12px 18px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-search-btn{
            padding: 12px 18px;
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-main-video{
            height: 45vh;
            min-height: 200px;
        }.tc-wp-tool-root .wrapper .yvv-video-header{
            padding: 15px;
        }.tc-wp-tool-root .wrapper .yvv-video-title{
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-current-quality-badge{
            font-size: 11px;
            padding: 4px 10px;
        }.tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
            width: 32px;
            height: 32px;
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
            width: 70px;
            height: 70px;
            font-size: 26px;
        }.tc-wp-tool-root .wrapper .yvv-video-controls-section{
            padding: 12px 15px;
        }.tc-wp-tool-root .wrapper .yvv-control-btn{
            width: 36px;
            height: 36px;
            font-size: 15px;
        }.tc-wp-tool-root .wrapper .yvv-time-info{
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-volume-section{
            min-width: 80px;
        }.tc-wp-tool-root .wrapper .yvv-volume-icon{
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-volume-control{
            width: 50px;
        }.tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
            padding: 20px;
            margin-bottom: 25px;
        }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
            width: 100px;
            height: 75px;
        }.tc-wp-tool-root .wrapper .yvv-video-details h2{
            font-size: 18px;
        }.tc-wp-tool-root .wrapper .yvv-video-stats{
            gap: 12px;
        }.tc-wp-tool-root .wrapper .yvv-stat-item{
            font-size: 13px;
        }.tc-wp-tool-root .wrapper .yvv-stat-icon{
            width: 20px;
            height: 20px;
            font-size: 10px;
        }.tc-wp-tool-root .wrapper .yvv-format-selection{
            padding: 15px;
        }.tc-wp-tool-root .wrapper .yvv-format-title{
            font-size: 16px;
            margin-bottom: 15px;
        }.tc-wp-tool-root .wrapper .yvv-format-tab{
            max-width: 180px;
            padding: 8px 15px;
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-format-option{
            padding: 15px;
        }.tc-wp-tool-root .wrapper .yvv-format-quality{
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-format-type-badge{
            padding: 4px 10px;
            font-size: 10px;
        }.tc-wp-tool-root .wrapper .yvv-audio-visualizer{
            padding: 15px;
            margin-bottom: 15px;
        }.tc-wp-tool-root .wrapper .yvv-visualizer-bars{
            height: 50px;
            gap: 3px;
        }.tc-wp-tool-root .wrapper .yvv-visualizer-bar{
            width: 3px;
        }.tc-wp-tool-root .wrapper .yvv-audio-controls{
            padding: 12px 15px;
        }.tc-wp-tool-root .wrapper .yvv-audio-play-btn{
            width: 45px;
            height: 45px;
            font-size: 18px;
        }.tc-wp-tool-root .wrapper .yvv-audio-time{
            font-size: 12px;
            min-width: 70px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume{
            min-width: 80px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume-icon{
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
            width: 50px;
        }.tc-wp-tool-root .wrapper .yvv-download-progress{
            left: 10px;
            right: 10px;
            padding: 12px;
        }.tc-wp-tool-root .wrapper .yvv-progress-text{
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-cancel-btn{
            font-size: 10px;
        }.tc-wp-tool-root .wrapper .yvv-progress-details{
            font-size: 10px;
        }.tc-wp-tool-root .wrapper .yvv-cyber-loading{
            padding: 25px;
        }.tc-wp-tool-root .wrapper .yvv-loading-waves{
            gap: 8px;
        }.tc-wp-tool-root .wrapper .yvv-loading-text{
            font-size: 14px;
        }}@media (max-width: 400px){.tc-wp-tool-root .wrapper .yvv-container{
            padding: 10px;
        }.tc-wp-tool-root .wrapper .yvv-header{
            padding: 20px 0 15px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-brand-icon{
            width: 55px;
            height: 55px;
            font-size: 26px;
        }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
            font-size: clamp(1.6rem, 8vw, 2.2rem);
        }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
            font-size: 13px;
            margin-bottom: 12px;
        }.tc-wp-tool-root .wrapper .yvv-feature-badge{
            max-width: 250px;
            font-size: 11px;
            padding: 8px 15px;
        }.tc-wp-tool-root .wrapper .yvv-search-section{
            padding: 15px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-search-input, .tc-wp-tool-root .wrapper .yvv-search-btn{
            padding: 10px 15px;
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-main-video{
            height: 40vh;
            min-height: 180px;
        }.tc-wp-tool-root .wrapper .yvv-video-header{
            padding: 12px;
        }.tc-wp-tool-root .wrapper .yvv-video-title{
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-current-quality-badge{
            font-size: 10px;
            padding: 3px 8px;
        }.tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
            width: 28px;
            height: 28px;
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
            width: 60px;
            height: 60px;
            font-size: 22px;
        }.tc-wp-tool-root .wrapper .yvv-video-controls-section{
            padding: 10px 12px;
        }.tc-wp-tool-root .wrapper .yvv-control-btn{
            width: 32px;
            height: 32px;
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-progress-bar{
            height: 8px;
        }.tc-wp-tool-root .wrapper .yvv-time-info{
            font-size: 11px;
        }.tc-wp-tool-root .wrapper .yvv-volume-section{
            min-width: 70px;
        }.tc-wp-tool-root .wrapper .yvv-volume-icon{
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-volume-control{
            width: 40px;
        }.tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
            padding: 18px;
            margin-bottom: 20px;
        }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
            width: 80px;
            height: 60px;
        }.tc-wp-tool-root .wrapper .yvv-video-details h2{
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-video-stats{
            gap: 10px;
        }.tc-wp-tool-root .wrapper .yvv-stat-item{
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-stat-icon{
            width: 18px;
            height: 18px;
            font-size: 9px;
        }.tc-wp-tool-root .wrapper .yvv-format-selection{
            padding: 12px;
        }.tc-wp-tool-root .wrapper .yvv-format-title{
            font-size: 15px;
            margin-bottom: 12px;
        }.tc-wp-tool-root .wrapper .yvv-format-tab{
            max-width: 160px;
            padding: 7px 12px;
            font-size: 11px;
        }.tc-wp-tool-root .wrapper .yvv-format-option{
            padding: 12px;
        }.tc-wp-tool-root .wrapper .yvv-format-quality{
            font-size: 14px;
        }.tc-wp-tool-root .wrapper .yvv-format-type-badge{
            padding: 3px 8px;
            font-size: 9px;
        }.tc-wp-tool-root .wrapper .yvv-action-btn{
            padding: 8px;
            font-size: 11px;
        }.tc-wp-tool-root .wrapper .yvv-audio-visualizer{
            padding: 12px;
            margin-bottom: 12px;
        }.tc-wp-tool-root .wrapper .yvv-visualizer-bars{
            height: 40px;
            gap: 2px;
        }.tc-wp-tool-root .wrapper .yvv-visualizer-bar{
            width: 2px;
        }.tc-wp-tool-root .wrapper .yvv-audio-controls{
            padding: 10px 12px;
        }.tc-wp-tool-root .wrapper .yvv-audio-play-btn{
            width: 40px;
            height: 40px;
            font-size: 16px;
        }.tc-wp-tool-root .wrapper .yvv-audio-time{
            font-size: 11px;
            min-width: 60px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume{
            min-width: 70px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume-icon{
            font-size: 12px;
        }.tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
            width: 40px;
        }.tc-wp-tool-root .wrapper .yvv-download-progress{
            left: 8px;
            right: 8px;
            padding: 10px;
        }.tc-wp-tool-root .wrapper .yvv-progress-text{
            font-size: 11px;
        }.tc-wp-tool-root .wrapper .yvv-cancel-btn{
            font-size: 9px;
        }.tc-wp-tool-root .wrapper .yvv-progress-details{
            font-size: 9px;
        }.tc-wp-tool-root .wrapper .yvv-cyber-loading{
            padding: 20px;
        }.tc-wp-tool-root .wrapper .yvv-loading-waves{
            gap: 6px;
        }.tc-wp-tool-root .wrapper .yvv-loading-text{
            font-size: 12px;
        }}.wpc-scope-37 .tc-wp-tool-root .yvv-body{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}.wpc-scope-37 .tc-wp-tool-root .wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-37 .tc-wp-tool-root .wrapper{
    --primary-color: #7C3AED;
    --primary-light: #A78BFA;
    --primary-dark: #5B21B6;
    --secondary-color: #0891B2;
    --secondary-light: #22D3EE;
    --accent-color: #F59E0B;
    --accent-light: #FCD34D;
    --success-color: #10B981;
    --success-light: #34D399;
    --warning-color: #F59E0B;
    --warning-light: #FBBF24;
    --danger-color: #EF4444;
    --danger-light: #FCA5A5;
    --bg-primary: #0F1026;
    --bg-secondary: rgba(30, 27, 75, 0.78);
    --bg-tertiary: rgba(49, 46, 129, 0.72);
    --bg-card: rgba(91, 33, 182, 0.62);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.16);
    --text-primary: #FFFFFF;
    --text-secondary: #E9D5FF;
    --text-muted: #C4B5FD;
    --text-accent: #FDE68A;
    --shadow-sm: 0 8px 22px rgba(15, 16, 38, 0.20);
    --shadow-md: 0 14px 34px rgba(15, 16, 38, 0.28);
    --shadow-lg: 0 24px 58px rgba(15, 16, 38, 0.36);
    --shadow-xl: 0 32px 84px rgba(15, 16, 38, 0.46);
    --border-radius: 18px;
    --border-radius-lg: 28px;
    font-family: Outfit, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 12% 10%, rgba(124, 58, 237, 0.38), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.26), transparent 30%),
        radial-gradient(circle at 50% 92%, rgba(245, 158, 11, 0.16), transparent 34%),
        linear-gradient(135deg, #0F1026 0%, #1E1B4B 45%, #312E81 100%);
    padding: 72px 16px;
    line-height: 1.6;
    color: var(--text-primary);
    position: relative;
    overflow-x: hidden;
    isolation: isolate;
}.wpc-scope-37 .tc-wp-tool-root .wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(255, 255, 255, 0.04)),
        radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.20) 0%, transparent 44%),
        radial-gradient(circle at 80% 80%, rgba(8, 145, 178, 0.18) 0%, transparent 44%);
    pointer-events: none;
    z-index: -1;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-header{
    text-align: center;
    margin-bottom: 34px;
    padding: 12px 0 18px;
    animation: fadeInDown 0.8s ease-out;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-icon{
    width: 84px;
    height: 84px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04)),
        linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 38px;
    font-weight: 800;
    box-shadow: var(--shadow-lg), 0 0 34px rgba(124, 58, 237, 0.34);
    animation: float 4s ease-in-out infinite;
    position: relative;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-icon::after{
    content: "";
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, var(--primary-light), var(--secondary-light), var(--accent-light));
    border-radius: 27px;
    z-index: -1;
    opacity: 0.42;
    filter: blur(8px);
    animation: pulse 2.4s ease-in-out infinite;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-title h1{
    font-size: clamp(2.45rem, 6vw, 4.25rem);
    font-weight: 900;
    background: linear-gradient(135deg, #FFFFFF 0%, #E9D5FF 45%, #FDE68A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    line-height: 1.05;
    text-shadow: 0 4px 26px rgba(252, 211, 77, 0.20);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-brand-subtitle{
    color: var(--text-secondary);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-feature-badges{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-feature-badge{
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--glass-bg);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid var(--glass-border);
    padding: 11px 20px;
    border-radius: 999px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    box-shadow: var(--shadow-sm);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-feature-badge:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.26);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-badge-icon{
    width: 21px;
    height: 21px;
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    font-weight: 800;
    box-shadow: 0 0 18px rgba(16, 185, 129, 0.35);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-section, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-player-section, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-info-section, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-player-section{
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--shadow-xl);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-section{
    padding: 34px;
    border-radius: var(--border-radius-lg);
    margin-bottom: 34px;
    animation: fadeInUp 0.8s ease-out 0.12s both;
    position: relative;
    overflow: hidden;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-light), var(--secondary-light), var(--accent-light));
    border-radius: 0 0 999px 999px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-form{
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
    position: relative;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-input{
    flex: 1;
    min-width: 0;
    padding: 18px 22px;
    background: rgba(15, 16, 38, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--border-radius);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
    outline: none;
    font-family: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-input:focus{
    border-color: var(--secondary-light);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.16), 0 16px 36px rgba(8, 145, 178, 0.16);
    transform: translateY(-1px);
    background: rgba(15, 16, 38, 0.72);
    color: white;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-input.error{
    border-color: var(--danger-color);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-input::placeholder{
    color: rgba(233, 213, 255, 0.70);
    font-weight: 400;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-btn{
    padding: 18px 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    min-width: 190px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(124, 58, 237, 0.30);
    font-family: inherit;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-btn:hover:not(:disabled){
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(34, 211, 238, 0.26);
    filter: brightness(1.08);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-btn:active:not(:disabled), .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-action-btn:active, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-control-btn:active, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-play-btn:active{
    transform: translateY(0) scale(0.98);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-btn:focus-visible, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-action-btn:focus-visible, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-control-btn:focus-visible, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn:focus-visible, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-play-btn:focus-visible, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-cancel-btn:focus-visible, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tab:focus-visible{
    outline: 3px solid rgba(34, 211, 238, 0.38);
    outline-offset: 3px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-search-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-indicator{
    display: none;
    text-align: center;
    padding: 28px;
    color: var(--text-secondary);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-error-display{
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(252, 165, 165, 0.36);
    color: #FECACA;
    padding: 18px 22px;
    border-radius: var(--border-radius);
    margin-top: 18px;
    display: none;
    font-weight: 650;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-player-section{
    display: none;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    margin-bottom: 34px;
    animation: slideInUp 0.65s ease-out;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-header{
    background: linear-gradient(135deg, rgba(91, 33, 182, 0.72), rgba(8, 145, 178, 0.32));
    padding: 22px 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-title{
    color: var(--text-primary);
    font-size: 23px;
    font-weight: 800;
    margin: 0;
    flex: 1;
    line-height: 1.25;
    overflow-wrap: anywhere;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-current-quality-badge{
    background: linear-gradient(135deg, var(--success-color), var(--secondary-light));
    color: white;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(16, 185, 129, 0.24);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
    background: rgba(239, 68, 68, 0.18);
    border: 1px solid rgba(252, 165, 165, 0.35);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn:hover{
    background: var(--danger-color);
    transform: scale(1.08);
    box-shadow: 0 12px 26px rgba(239, 68, 68, 0.28);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-container{
    position: relative;
    background: #000;
    width: 100%;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-main-video{
    width: 100%;
    height: 70vh;
    max-height: 610px;
    min-height: 390px;
    background: #000;
    border: none;
    outline: none;
    display: block;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.25s ease, filter 0.25s ease;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay::before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52));
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay.hidden{
    display: none;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
    width: 98px;
    height: 98px;
    background: rgba(15, 16, 38, 0.72);
    border: 3px solid rgba(255, 255, 255, 0.90);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 34px;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    z-index: 1;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.45);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn:hover{
    transform: scale(1.08);
    background: rgba(124, 58, 237, 0.82);
    box-shadow: 0 28px 60px rgba(124, 58, 237, 0.42);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-controls-section{
    background: rgba(15, 16, 38, 0.72);
    padding: 18px 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-controls{
    display: flex;
    align-items: center;
    gap: 18px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-control-btn{
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-control-btn:hover{
    transform: scale(1.08);
    box-shadow: var(--shadow-md);
    filter: brightness(1.1);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-section{
    flex: 1;
    margin: 0 12px;
    min-width: 120px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-bar, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-progress-track, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-bar-container, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-progress-bar{
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.22);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-bar{
    width: 100%;
    height: 10px;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--secondary-color), var(--secondary-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s ease;
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.50);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-time-info{
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-section{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 120px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-icon{
    color: var(--text-primary);
    font-size: 18px;
    width: 24px;
    text-align: center;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-control, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.36), rgba(255, 255, 255, 0.16));
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-control{
    width: 84px;
    height: 8px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-control::-webkit-slider-thumb, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border: 3px solid var(--secondary-light);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(34, 211, 238, 0.42);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-volume-control::-moz-range-thumb, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider::-moz-range-thumb{
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border: 3px solid var(--secondary-light);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(34, 211, 238, 0.42);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-info-section{
    display: none;
    border-radius: var(--border-radius-lg);
    padding: 32px;
    margin-bottom: 34px;
    animation: slideInLeft 0.65s ease-out;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-metadata{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 28px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-thumbnail{
    width: 168px;
    height: 118px;
    border-radius: var(--border-radius);
    object-fit: cover;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.18);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-details{
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-details h2{
    color: var(--text-primary);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-video-stats{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stat-item{
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 650;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 8px 12px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stat-icon{
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    font-weight: 800;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-selection{
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--border-radius);
    padding: 28px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-title{
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 22px;
    text-align: center;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tabs{
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tab{
    padding: 11px 22px;
    background: rgba(15, 16, 38, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tab.active{
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.26);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-tab:hover:not(.active){
    background: rgba(255, 255, 255, 0.11);
    color: var(--text-primary);
    transform: translateY(-2px);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 18px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option{
    background: rgba(15, 16, 38, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--border-radius);
    padding: 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    position: relative;
    overflow: visible;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(34, 211, 238, 0.42);
    background: rgba(255, 255, 255, 0.09);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option.playing, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option.isPlaying, .wpc-scope-37 .tc-wp-tool-root .wrapper .isPlaying{
    border-color: rgba(52, 211, 153, 0.68);
    background: rgba(16, 185, 129, 0.12);
    box-shadow: 0 0 26px rgba(16, 185, 129, 0.24);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-option.playing::before{
    content: "▶ NOW PLAYING";
    position: absolute;
    top: -10px;
    right: 15px;
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
    color: white;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-quality{
    font-size: 20px;
    font-weight: 850;
    color: var(--text-primary);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-type-badge{
    background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
    color: #1F1300;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-format-actions{
    display: flex;
    gap: 10px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-action-btn{
    flex: 1;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    color: white;
    min-width: 0;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stream-action{
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stream-action:hover, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-download-action:hover, .wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-action:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
    filter: brightness(1.08);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-stream-action.playing{
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-download-action{
    background: linear-gradient(135deg, var(--warning-color), var(--warning-light));
    color: #1F1300;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-action{
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-player-section{
    display: none;
    border-radius: var(--border-radius-lg);
    padding: 32px;
    margin-bottom: 34px;
    animation: slideInRight 0.65s ease-out;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-visualizer{
    background:
        radial-gradient(circle at 20% 0%, rgba(252, 211, 77, 0.12), transparent 36%),
        linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(8, 145, 178, 0.14));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--border-radius);
    padding: 28px;
    margin-bottom: 0;
    text-align: center;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bars{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 6px;
    height: 82px;
    margin-bottom: 22px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar{
    width: 6px;
    background: linear-gradient(to top, var(--accent-color), var(--accent-light), var(--secondary-light));
    border-radius: 999px;
    animation: audioWave 1.8s ease-in-out infinite;
    box-shadow: 0 0 16px rgba(34, 211, 238, 0.30);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(1){ height: 30px; animation-delay: 0s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(2){ height: 50px; animation-delay: 0.1s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(3){ height: 35px; animation-delay: 0.2s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(4){ height: 60px; animation-delay: 0.3s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(5){ height: 45px; animation-delay: 0.4s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(6){ height: 70px; animation-delay: 0.5s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(7){ height: 40px; animation-delay: 0.6s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(8){ height: 55px; animation-delay: 0.7s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(9){ height: 35px; animation-delay: 0.8s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(10){ height: 65px; animation-delay: 0.9s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(11){ height: 45px; animation-delay: 1.0s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(12){ height: 30px; animation-delay: 1.1s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-controls{
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(15, 16, 38, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--border-radius);
    padding: 18px 22px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-play-btn{
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #1F1300;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-play-btn:hover{
    transform: scale(1.08);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-progress{
    flex: 1;
    cursor: pointer;
    padding: 15px 0;
    min-width: 120px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-progress-track{
    width: 100%;
    height: 8px;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--accent-color), var(--accent-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s ease;
    box-shadow: 0 0 16px rgba(252, 211, 77, 0.42);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-time{
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 800;
    min-width: 100px;
    text-align: center;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume{
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 120px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-icon{
    color: var(--text-primary);
    font-size: 20px;
    width: 24px;
    text-align: center;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
    width: 84px;
    height: 7px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-download-progress{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(145deg, rgba(30, 27, 75, 0.96), rgba(15, 16, 38, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--border-radius);
    padding: 18px;
    min-width: 320px;
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    display: none;
    color: var(--text-primary);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-download-progress.show{
    display: block;
    animation: slideInRight 0.35s ease-out;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-text{
    font-weight: 800;
    font-size: 14px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-cancel-btn{
    background: rgba(239, 68, 68, 0.14);
    border: 1px solid rgba(252, 165, 165, 0.34);
    color: #FECACA;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    font-weight: 800;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-cancel-btn:hover{
    background: rgba(239, 68, 68, 0.24);
    transform: translateY(-1px);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-bar-container{
    width: 100%;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 10px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-bar-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--success-color), var(--success-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.3s ease;
    box-shadow: 0 0 16px rgba(52, 211, 153, 0.42);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-progress-details{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    color: var(--text-secondary);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-cyber-loading{
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 36px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(8, 145, 178, 0.14));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-grid{
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 25px 25px;
    animation: gridShift 8s linear infinite;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-waves{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-wave{
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--secondary-light), var(--accent-light), transparent);
    border-radius: 999px;
    animation: waveFlow 2.5s ease-in-out infinite;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-wave:nth-child(2){ animation-delay: 0.5s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-wave:nth-child(3){ animation-delay: 1s; }.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-text{
    text-align: center;
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-dots::after{
    content: "";
    animation: loadingDots 2.5s steps(4, end) infinite;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-progress-bar{
    width: 100%;
    height: 6px;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 15px;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .yvv-loading-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--primary-light), var(--secondary-light));
    border-radius: 999px;
    animation: progressFlow 3s ease-in-out infinite;
}.wpc-scope-37 .tc-wp-tool-root .wrapper .\?{
    display: initial;
}@keyframes audioWave{
    0%, 100% { transform: scaleY(0.4); opacity: 0.72; }
    50% { transform: scaleY(1); opacity: 1; }
}@keyframes gridShift{
    0% { transform: translate(0, 0); }
    100% { transform: translate(25px, 25px); }
}@keyframes waveFlow{
    0%, 100% { opacity: 0.35; transform: scaleX(0.35); }
    50% { opacity: 1; transform: scaleX(1); }
}@keyframes loadingDots{
    0%, 20% { content: ""; }
    40% { content: "."; }
    60% { content: ".."; }
    80%, 100% { content: "..."; }
}@keyframes progressFlow{
    0% { width: 0%; }
    50% { width: 82%; }
    100% { width: 100%; }
}@keyframes fadeInDown{
    from { opacity: 0; transform: translateY(-24px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes fadeInUp{
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes slideInUp{
    from { opacity: 0; transform: translateY(38px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes slideInLeft{
    from { opacity: 0; transform: translateX(-34px); }
    to { opacity: 1; transform: translateX(0); }
}@keyframes slideInRight{
    from { opacity: 0; transform: translateX(34px); }
    to { opacity: 1; transform: translateX(0); }
}@keyframes float{
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.035); }
}@keyframes pulse{
    0%, 100% { transform: scale(1); opacity: 0.42; }
    50% { transform: scale(1.08); opacity: 0.72; }
}@media (min-width: 993px){.tc-wp-tool-root .wrapper .yvv-format-grid{
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    }}@media (max-width: 992px){.tc-wp-tool-root .wrapper{
        padding: 58px 14px;
    }.tc-wp-tool-root .wrapper .yvv-header{
        padding: 8px 0 16px;
        margin-bottom: 30px;
    }.tc-wp-tool-root .wrapper .yvv-brand-logo{
        gap: 18px;
        margin-bottom: 20px;
    }.tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 72px;
        height: 72px;
        font-size: 32px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
        font-size: clamp(2.2rem, 5vw, 3.45rem);
    }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
        font-size: 18px;
        margin-bottom: 24px;
    }.tc-wp-tool-root .wrapper .yvv-feature-badge{
        padding: 10px 18px;
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-search-section, .tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
        padding: 28px;
        margin-bottom: 30px;
    }.tc-wp-tool-root .wrapper .yvv-search-form{
        gap: 14px;
    }.tc-wp-tool-root .wrapper .yvv-search-input{
        padding: 17px 20px;
        font-size: 15px;
    }.tc-wp-tool-root .wrapper .yvv-search-btn{
        padding: 17px 26px;
        font-size: 15px;
        min-width: 160px;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 60vh;
        max-height: 500px;
        min-height: 330px;
    }.tc-wp-tool-root .wrapper .yvv-video-header{
        padding: 20px 24px;
    }.tc-wp-tool-root .wrapper .yvv-video-title{
        font-size: 20px;
    }.tc-wp-tool-root .wrapper .yvv-current-quality-badge{
        padding: 7px 12px;
        font-size: 12px;
    }.tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
        width: 36px;
        height: 36px;
        font-size: 17px;
    }.tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
        width: 82px;
        height: 82px;
        font-size: 30px;
    }.tc-wp-tool-root .wrapper .yvv-video-controls-section{
        padding: 17px 24px;
    }.tc-wp-tool-root .wrapper .yvv-video-controls{
        gap: 14px;
    }.tc-wp-tool-root .wrapper .yvv-control-btn{
        width: 45px;
        height: 45px;
        font-size: 17px;
    }.tc-wp-tool-root .wrapper .yvv-progress-section{
        margin: 0 10px;
    }.tc-wp-tool-root .wrapper .yvv-volume-section, .tc-wp-tool-root .wrapper .yvv-audio-volume{
        min-width: 104px;
    }.tc-wp-tool-root .wrapper .yvv-volume-control, .tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
        width: 70px;
    }.tc-wp-tool-root .wrapper .yvv-video-metadata{
        gap: 24px;
    }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
        width: 142px;
        height: 102px;
    }.tc-wp-tool-root .wrapper .yvv-video-details h2{
        font-size: 24px;
    }.tc-wp-tool-root .wrapper .yvv-format-selection{
        padding: 24px;
    }.tc-wp-tool-root .wrapper .yvv-format-grid{
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
        gap: 16px;
    }.tc-wp-tool-root .wrapper .yvv-format-option{
        padding: 20px;
    }.tc-wp-tool-root .wrapper .yvv-audio-visualizer{
        padding: 24px;
    }.tc-wp-tool-root .wrapper .yvv-cyber-loading{
        padding: 30px;
    }}@media (max-width: 768px){.tc-wp-tool-root .wrapper{
        padding: 44px 12px;
    }.tc-wp-tool-root .wrapper .yvv-container{
        max-width: 100%;
    }.tc-wp-tool-root .wrapper .yvv-header{
        padding: 6px 0 14px;
        margin-bottom: 26px;
    }.tc-wp-tool-root .wrapper .yvv-brand-logo{
        flex-direction: column;
        gap: 14px;
        margin-bottom: 16px;
    }.tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 66px;
        height: 66px;
        font-size: 30px;
        border-radius: 20px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
        font-size: clamp(2rem, 8vw, 3rem);
        text-align: center;
        line-height: 1.08;
    }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
        font-size: 16px;
        margin-bottom: 18px;
        text-align: center;
    }.tc-wp-tool-root .wrapper .yvv-feature-badges{
        flex-direction: column;
        align-items: stretch;
        gap: 9px;
    }.tc-wp-tool-root .wrapper .yvv-feature-badge{
        width: 100%;
        max-width: 330px;
        justify-content: center;
        margin: 0 auto;
        padding: 10px 16px;
    }.tc-wp-tool-root .wrapper .yvv-search-section, .tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
        padding: 22px;
        border-radius: 22px;
        margin-bottom: 26px;
    }.tc-wp-tool-root .wrapper .yvv-search-form{
        flex-direction: column;
        gap: 12px;
    }.tc-wp-tool-root .wrapper .yvv-search-input{
        width: 100%;
        padding: 15px 17px;
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-search-btn{
        width: 100%;
        min-width: 0;
        padding: 15px 18px;
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 50vh;
        max-height: 400px;
        min-height: 240px;
    }.tc-wp-tool-root .wrapper .yvv-video-header{
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 18px;
    }.tc-wp-tool-root .wrapper .yvv-video-title{
        font-size: 18px;
        width: 100%;
    }.tc-wp-tool-root .wrapper .yvv-video-controls-section{
        padding: 14px 16px;
    }.tc-wp-tool-root .wrapper .yvv-video-controls{
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }.tc-wp-tool-root .wrapper .yvv-progress-section{
        order: 3;
        width: 100%;
        flex: 0 0 100%;
        margin: 8px 0 0;
    }.tc-wp-tool-root .wrapper .yvv-video-metadata{
        grid-template-columns: 1fr;
        text-align: center;
        gap: 18px;
    }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
        width: min(180px, 70vw);
        height: auto;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
    }.tc-wp-tool-root .wrapper .yvv-video-details h2{
        font-size: 21px;
    }.tc-wp-tool-root .wrapper .yvv-video-stats{
        justify-content: center;
        gap: 10px;
    }.tc-wp-tool-root .wrapper .yvv-stat-item{
        font-size: 13px;
        padding: 7px 10px;
    }.tc-wp-tool-root .wrapper .yvv-format-selection{
        padding: 18px;
    }.tc-wp-tool-root .wrapper .yvv-format-title{
        font-size: 18px;
        margin-bottom: 16px;
    }.tc-wp-tool-root .wrapper .yvv-format-tabs{
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }.tc-wp-tool-root .wrapper .yvv-format-tab{
        width: 100%;
        text-align: center;
        padding: 10px 16px;
    }.tc-wp-tool-root .wrapper .yvv-format-grid{
        grid-template-columns: 1fr;
        gap: 14px;
    }.tc-wp-tool-root .wrapper .yvv-format-option{
        padding: 17px;
    }.tc-wp-tool-root .wrapper .yvv-format-header{
        align-items: flex-start;
    }.tc-wp-tool-root .wrapper .yvv-format-actions{
        flex-direction: column;
        gap: 8px;
    }.tc-wp-tool-root .wrapper .yvv-action-btn{
        width: 100%;
        padding: 12px;
    }.tc-wp-tool-root .wrapper .yvv-audio-visualizer{
        padding: 18px;
    }.tc-wp-tool-root .wrapper .yvv-visualizer-bars{
        height: 60px;
        gap: 4px;
    }.tc-wp-tool-root .wrapper .yvv-visualizer-bar{
        width: 4px;
    }.tc-wp-tool-root .wrapper .yvv-audio-controls{
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        padding: 15px;
    }.tc-wp-tool-root .wrapper .yvv-audio-progress{
        order: 3;
        width: 100%;
        flex: 0 0 100%;
    }.tc-wp-tool-root .wrapper .yvv-audio-time{
        font-size: 13px;
        min-width: 80px;
    }.tc-wp-tool-root .wrapper .yvv-download-progress{
        left: 14px;
        right: 14px;
        bottom: 14px;
        min-width: auto;
        padding: 15px;
    }}@media (max-width: 600px){.tc-wp-tool-root .wrapper{
        padding: 34px 10px;
    }.tc-wp-tool-root .wrapper .yvv-header{
        margin-bottom: 22px;
    }.tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 60px;
        height: 60px;
        font-size: 28px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
        font-size: clamp(1.8rem, 9vw, 2.5rem);
    }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
        font-size: 14px;
        margin-bottom: 15px;
    }.tc-wp-tool-root .wrapper .yvv-feature-badge{
        max-width: 290px;
        font-size: 12px;
    }.tc-wp-tool-root .wrapper .yvv-search-section, .tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
        padding: 18px;
        margin-bottom: 22px;
    }.tc-wp-tool-root .wrapper .yvv-search-input, .tc-wp-tool-root .wrapper .yvv-search-btn{
        padding: 13px 15px;
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 44vh;
        min-height: 200px;
    }.tc-wp-tool-root .wrapper .yvv-video-header{
        padding: 14px;
    }.tc-wp-tool-root .wrapper .yvv-video-title{
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .yvv-current-quality-badge{
        font-size: 11px;
        padding: 5px 10px;
    }.tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
        width: 32px;
        height: 32px;
        font-size: 15px;
    }.tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
        width: 68px;
        height: 68px;
        font-size: 25px;
    }.tc-wp-tool-root .wrapper .yvv-control-btn{
        width: 38px;
        height: 38px;
        font-size: 15px;
    }.tc-wp-tool-root .wrapper .yvv-volume-section, .tc-wp-tool-root .wrapper .yvv-audio-volume{
        min-width: 88px;
    }.tc-wp-tool-root .wrapper .yvv-volume-control, .tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
        width: 52px;
    }.tc-wp-tool-root .wrapper .yvv-video-details h2{
        font-size: 18px;
    }.tc-wp-tool-root .wrapper .yvv-format-selection{
        padding: 14px;
    }.tc-wp-tool-root .wrapper .yvv-format-title{
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .yvv-format-option{
        padding: 14px;
    }.tc-wp-tool-root .wrapper .yvv-format-quality{
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .yvv-format-type-badge{
        padding: 4px 9px;
        font-size: 10px;
    }.tc-wp-tool-root .wrapper .yvv-audio-play-btn{
        width: 46px;
        height: 46px;
        font-size: 18px;
    }.tc-wp-tool-root .wrapper .yvv-cyber-loading{
        padding: 24px 18px;
    }.tc-wp-tool-root .wrapper .yvv-loading-text{
        font-size: 14px;
    }}@media (max-width: 400px){.tc-wp-tool-root .wrapper{
        padding: 28px 8px;
    }.tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 54px;
        height: 54px;
        font-size: 25px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
        font-size: clamp(1.55rem, 10vw, 2.15rem);
    }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-feature-badge{
        max-width: 100%;
        font-size: 11px;
        padding: 8px 12px;
    }.tc-wp-tool-root .wrapper .yvv-search-section, .tc-wp-tool-root .wrapper .yvv-video-info-section, .tc-wp-tool-root .wrapper .yvv-audio-player-section{
        padding: 14px;
        border-radius: 18px;
    }.tc-wp-tool-root .wrapper .yvv-search-input, .tc-wp-tool-root .wrapper .yvv-search-btn{
        padding: 11px 13px;
        font-size: 12px;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 38vh;
        min-height: 180px;
    }.tc-wp-tool-root .wrapper .yvv-video-title{
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
        width: 58px;
        height: 58px;
        font-size: 21px;
    }.tc-wp-tool-root .wrapper .yvv-video-controls-section{
        padding: 10px;
    }.tc-wp-tool-root .wrapper .yvv-control-btn{
        width: 34px;
        height: 34px;
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-time-info, .tc-wp-tool-root .wrapper .yvv-audio-time{
        font-size: 11px;
    }.tc-wp-tool-root .wrapper .yvv-video-details h2{
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .yvv-stat-item{
        font-size: 12px;
    }.tc-wp-tool-root .wrapper .yvv-stat-icon{
        width: 20px;
        height: 20px;
        font-size: 10px;
    }.tc-wp-tool-root .wrapper .yvv-format-selection{
        padding: 12px;
    }.tc-wp-tool-root .wrapper .yvv-format-tab, .tc-wp-tool-root .wrapper .yvv-action-btn{
        font-size: 11px;
        padding: 9px 10px;
    }.tc-wp-tool-root .wrapper .yvv-format-option{
        padding: 12px;
    }.tc-wp-tool-root .wrapper .yvv-format-quality{
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-audio-visualizer{
        padding: 12px;
    }.tc-wp-tool-root .wrapper .yvv-visualizer-bars{
        height: 42px;
        gap: 2px;
    }.tc-wp-tool-root .wrapper .yvv-visualizer-bar{
        width: 3px;
    }.tc-wp-tool-root .wrapper .yvv-audio-controls{
        padding: 10px;
    }.tc-wp-tool-root .wrapper .yvv-audio-play-btn{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .yvv-download-progress{
        left: 8px;
        right: 8px;
        bottom: 8px;
        padding: 12px;
    }.tc-wp-tool-root .wrapper .yvv-progress-header{
        gap: 10px;
    }.tc-wp-tool-root .wrapper .yvv-progress-text{
        font-size: 11px;
    }.tc-wp-tool-root .wrapper .yvv-cancel-btn{
        font-size: 10px;
        padding: 6px 9px;
    }.tc-wp-tool-root .wrapper .yvv-progress-details{
        font-size: 10px;
    }.tc-wp-tool-root .wrapper .yvv-cyber-loading{
        padding: 20px 14px;
    }}.wpc-scope-37 /* 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;
}