@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');
@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-69 .tc-wp-tool-root img, .wpc-scope-69 .tc-wp-tool-root video, .wpc-scope-69 .tc-wp-tool-root svg, .wpc-scope-69 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-69 .tc-wp-tool-root .wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-69 .tc-wp-tool-root .wrapper{
    --primary-color: #2563EB;
    --primary-light: #60A5FA;
    --secondary-color: #0891B2;
    --secondary-light: #22D3EE;
    --accent-color: #7C3AED;
    --accent-light: #A78BFA;
    --success-color: #059669;
    --success-light: #34D399;
    --warning-color: #D97706;
    --warning-light: #FBBF24;
    --danger-color: #DC2626;
    --danger-light: #F87171;
    --bg-primary: #08111F;
    --bg-secondary: rgba(15, 23, 42, 0.88);
    --bg-tertiary: rgba(30, 41, 59, 0.86);
    --bg-card: rgba(51, 65, 85, 0.72);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(148, 163, 184, 0.22);
    --text-primary: #F8FAFC;
    --text-secondary: #D7E3F3;
    --text-muted: #A8B4C7;
    --text-accent: #93C5FD;
    --shadow-sm: 0 8px 20px rgba(2, 6, 23, 0.18);
    --shadow-md: 0 14px 34px rgba(2, 6, 23, 0.24);
    --shadow-lg: 0 22px 54px rgba(2, 6, 23, 0.32);
    --shadow-xl: 0 28px 80px rgba(2, 6, 23, 0.42);
    --border-radius: 18px;
    --border-radius-lg: 28px;
    --focus-ring: 0 0 0 4px rgba(96, 165, 250, 0.22);
    font-family: 'Outfit', sans-serif;
    background:
        radial-gradient(circle at 12% 8%, rgba(96, 165, 250, 0.22), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(167, 139, 250, 0.2), transparent 32%),
        radial-gradient(circle at 50% 92%, rgba(34, 211, 238, 0.14), transparent 38%),
        linear-gradient(135deg, #07111f 0%, #0f172a 36%, #172033 72%, #1e293b 100%);
    min-height: 100vh;
    line-height: 1.6;
    color: var(--text-primary);
    position: relative;
    overflow-x: hidden;
    isolation: isolate;
}.wpc-scope-69 .tc-wp-tool-root .wrapper::before{
    content: '';
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.07), transparent 24%, rgba(96, 165, 250, 0.08) 52%, transparent 78%),
        radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.16) 0%, transparent 44%),
        radial-gradient(circle at 80% 80%, rgba(124, 58, 237, 0.16) 0%, transparent 44%),
        radial-gradient(circle at 50% 50%, rgba(8, 145, 178, 0.12) 0%, transparent 48%);
    pointer-events: none;
    z-index: -1;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 28px;
    position: relative;
    z-index: 1;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-header{
    text-align: center;
    margin-bottom: 36px;
    padding: 48px 0 34px;
    animation: fadeInDown 0.8s ease-out;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-brand-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-brand-icon{
    width: 84px;
    height: 84px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
        linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 38px;
    font-weight: 800;
    box-shadow: 0 24px 70px rgba(37, 99, 235, 0.28);
    animation: float 4s ease-in-out infinite;
    position: relative;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-brand-icon::after{
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, var(--primary-light), var(--accent-light), var(--secondary-light));
    border-radius: 26px;
    z-index: -1;
    opacity: 0.42;
    filter: blur(10px);
    animation: pulse 2.8s ease-in-out infinite;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-brand-title{
    font-size: clamp(2.4rem, 5.6vw, 4.4rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #bfdbfe 40%, #c4b5fd 74%, #67e8f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    text-shadow: 0 10px 36px rgba(96, 165, 250, 0.24);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-brand-subtitle{
    color: var(--text-secondary);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-feature-badges{
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}.wpc-scope-69 .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: 12px 22px;
    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-69 .tc-wp-tool-root .wrapper .yvv-feature-badge:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(147, 197, 253, 0.44);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-badge-icon{
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: white;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(5, 150, 105, 0.3);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-section{
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.76));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(148, 163, 184, 0.22);
    padding: 38px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-xl);
    margin-bottom: 36px;
    animation: fadeInUp 0.8s ease-out 0.12s both;
    position: relative;
    overflow: hidden;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-section::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-light), var(--accent-light), var(--secondary-light));
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-form{
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
    position: relative;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-input{
    flex: 1;
    min-width: 0;
    padding: 19px 22px;
    background: rgba(8, 17, 31, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 16px;
    color: var(--text-primary);
    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.04);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-input:focus{
    border-color: rgba(96, 165, 250, 0.88);
    box-shadow: var(--focus-ring), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    background: rgba(8, 17, 31, 0.9);
    transform: translateY(-1px);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-input.error{
    border-color: var(--danger-light);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.16);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-input::placeholder{
    color: var(--text-muted);
    font-weight: 400;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-btn{
    padding: 19px 36px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent),
        linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
    min-width: 190px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.3);
    font-family: inherit;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-btn:hover:not(:disabled){
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(37, 99, 235, 0.4);
    filter: saturate(1.12) brightness(1.05);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-btn:active:not(:disabled){
    transform: translateY(-1px) scale(0.99);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-btn:focus-visible{
    outline: none;
    box-shadow: var(--focus-ring), 0 18px 42px rgba(37, 99, 235, 0.36);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-search-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-loading-indicator{
    display: none;
    text-align: center;
    padding: 28px;
    color: var(--text-secondary);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-error-display{
    background: rgba(220, 38, 38, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.36);
    color: #fecaca;
    padding: 18px 22px;
    border-radius: 16px;
    margin-top: 20px;
    display: none;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-player-section{
    display: none;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.82));
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    margin-bottom: 36px;
    animation: slideInUp 0.7s ease-out;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-header{
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.92), rgba(51, 65, 85, 0.74));
    padding: 24px 28px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-title{
    color: var(--text-primary);
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    flex: 1;
    margin-right: 10px;
    line-height: 1.25;
}.wpc-scope-69 .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: 999px;
    font-size: 13px;
    font-weight: 800;
    margin-right: 4px;
    white-space: nowrap;
    box-shadow: 0 10px 26px rgba(5, 150, 105, 0.28);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
    background: rgba(220, 38, 38, 0.16);
    border: 1px solid rgba(248, 113, 113, 0.42);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    color: #fecaca;
    font-size: 22px;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn:hover{
    background: var(--danger-color);
    color: white;
    transform: scale(1.08);
    box-shadow: 0 12px 26px rgba(220, 38, 38, 0.3);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-container{
    position: relative;
    background: #000;
    width: 100%;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-main-video{
    width: 100%;
    height: 70vh;
    max-height: 620px;
    min-height: 400px;
    background: #000;
    border: none;
    outline: none;
    display: block;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay{
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease, filter 0.3s ease;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay::before{
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.46));
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay.hidden{
    display: none;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
    width: 102px;
    height: 102px;
    background: rgba(2, 6, 23, 0.78);
    border: 3px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 36px;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn:hover{
    transform: scale(1.08);
    background: rgba(15, 23, 42, 0.92);
    box-shadow: 0 26px 70px rgba(37, 99, 235, 0.32);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-controls-section{
    background: rgba(15, 23, 42, 0.94);
    padding: 20px 28px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-controls{
    display: flex;
    align-items: center;
    gap: 18px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-control-btn{
    width: 50px;
    height: 50px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent),
        linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border: 1px solid rgba(255, 255, 255, 0.14);
    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-69 .tc-wp-tool-root .wrapper .yvv-control-btn:hover{
    transform: scale(1.08);
    box-shadow: var(--shadow-md);
    filter: brightness(1.08);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-control-btn:focus-visible{
    outline: none;
    box-shadow: var(--focus-ring), var(--shadow-md);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-progress-section{
    flex: 1;
    margin: 0 18px;
    min-width: 120px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-progress-bar{
    width: 100%;
    height: 10px;
    background: rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.28);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--secondary-color), var(--secondary-light), var(--primary-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s ease;
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.42);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-time-info{
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-volume-section{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 122px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-volume-icon{
    color: var(--text-primary);
    font-size: 18px;
    width: 24px;
    text-align: center;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-volume-control{
    width: 82px;
    height: 8px;
    background: rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-volume-control::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: var(--secondary-light);
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(34, 211, 238, 0.45);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-volume-control::-moz-range-thumb{
    width: 17px;
    height: 17px;
    background: var(--secondary-light);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 4px 12px rgba(34, 211, 238, 0.45);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-info-section{
    display: none;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.76));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--border-radius-lg);
    padding: 34px;
    box-shadow: var(--shadow-xl);
    margin-bottom: 36px;
    animation: slideInLeft 0.7s ease-out;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-metadata{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 30px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-thumbnail{
    width: 168px;
    height: 120px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-details{
    display: flex;
    flex-direction: column;
    gap: 15px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-details h2{
    color: var(--text-primary);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-video-stats{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-stat-item{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 999px;
    padding: 8px 12px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-stat-icon{
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    font-weight: 800;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-selection{
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 22px;
    padding: 28px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-title{
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 24px;
    text-align: center;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-tabs{
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-tab{
    padding: 12px 22px;
    background: rgba(15, 23, 42, 0.56);
    border: 1px solid rgba(148, 163, 184, 0.22);
    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, box-shadow 0.25s ease;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-tab.active{
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    border-color: rgba(147, 197, 253, 0.72);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.26);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-tab:hover:not(.active){
    background: rgba(51, 65, 85, 0.82);
    color: var(--text-primary);
    transform: translateY(-2px);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 18px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-option{
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.88), rgba(15, 23, 42, 0.72));
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 20px;
    padding: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    position: relative;
    box-shadow: var(--shadow-sm);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-option:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(96, 165, 250, 0.62);
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.82));
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-option.playing{
    border-color: rgba(52, 211, 153, 0.74);
    background: linear-gradient(180deg, rgba(5, 150, 105, 0.18), rgba(15, 23, 42, 0.76));
    box-shadow: 0 0 28px rgba(5, 150, 105, 0.28);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-option.playing::before{
    content: '▶ NOW PLAYING';
    position: absolute;
    top: -11px;
    right: 16px;
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
    color: white;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 22px rgba(5, 150, 105, 0.28);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-quality{
    font-size: 20px;
    font-weight: 800;
    color: var(--text-primary);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-type-badge{
    background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
    color: white;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-format-actions{
    display: flex;
    gap: 12px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-action-btn{
    flex: 1;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    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;
    min-width: 0;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-action-btn:focus-visible{
    outline: none;
    box-shadow: var(--focus-ring);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-stream-action{
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
    color: white;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-stream-action:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(8, 145, 178, 0.3);
    filter: brightness(1.05);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-stream-action.playing{
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-download-action{
    background: linear-gradient(135deg, var(--warning-color), var(--warning-light));
    color: #111827;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-download-action:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(217, 119, 6, 0.3);
    filter: brightness(1.04);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-action{
    background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
    color: white;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-action:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(124, 58, 237, 0.3);
    filter: brightness(1.05);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-player-section{
    display: none;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.76));
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--border-radius-lg);
    padding: 34px;
    box-shadow: var(--shadow-xl);
    margin-bottom: 36px;
    animation: slideInRight 0.7s ease-out;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-visualizer{
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(8, 145, 178, 0.12));
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-radius: 22px;
    padding: 30px;
    margin-bottom: 24px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bars{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 6px;
    height: 82px;
    margin-bottom: 20px;
}.wpc-scope-69 .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 14px rgba(167, 139, 250, 0.34);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(1){
    height: 30px;
    animation-delay: 0s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(2){
    height: 50px;
    animation-delay: 0.1s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(3){
    height: 35px;
    animation-delay: 0.2s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(4){
    height: 60px;
    animation-delay: 0.3s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(5){
    height: 45px;
    animation-delay: 0.4s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(6){
    height: 70px;
    animation-delay: 0.5s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(7){
    height: 40px;
    animation-delay: 0.6s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(8){
    height: 55px;
    animation-delay: 0.7s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(9){
    height: 35px;
    animation-delay: 0.8s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(10){
    height: 65px;
    animation-delay: 0.9s;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(11){
    height: 45px;
    animation-delay: 1.0s;
}.wpc-scope-69 .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.72;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-controls{
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(15, 23, 42, 0.62);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    padding: 18px 22px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-play-btn{
    width: 60px;
    height: 60px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent),
        linear-gradient(135deg, var(--accent-color), var(--accent-light));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: white;
    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-69 .tc-wp-tool-root .wrapper .yvv-audio-play-btn:hover{
    transform: scale(1.08);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.06);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-play-btn:focus-visible{
    outline: none;
    box-shadow: var(--focus-ring), var(--shadow-lg);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-progress{
    flex: 1;
    cursor: pointer;
    padding: 15px 0;
    min-width: 120px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-progress-track{
    width: 100%;
    height: 8px;
    background: rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--accent-color), var(--accent-light), var(--secondary-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s ease;
    box-shadow: 0 0 16px rgba(167, 139, 250, 0.42);
}.wpc-scope-69 .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-69 .tc-wp-tool-root .wrapper .yvv-audio-volume{
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 122px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-volume-icon{
    color: var(--text-primary);
    font-size: 20px;
    width: 24px;
    text-align: center;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
    width: 82px;
    height: 7px;
    background: rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: var(--accent-light);
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.45);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider::-moz-range-thumb{
    width: 17px;
    height: 17px;
    background: var(--accent-light);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.45);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-download-progress{
    position: fixed;
    bottom: 22px;
    right: 22px;
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 20px;
    padding: 20px;
    min-width: 320px;
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    display: none;
    color: var(--text-primary);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-download-progress.show{
    display: block;
    animation: slideInRight 0.4s ease-out;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-progress-text{
    font-weight: 800;
    font-size: 14px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-cancel-btn{
    background: rgba(220, 38, 38, 0.14);
    border: 1px solid rgba(248, 113, 113, 0.34);
    color: #fecaca;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
    font-weight: 800;
    font-family: inherit;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-cancel-btn:hover{
    background: var(--danger-color);
    color: white;
    transform: translateY(-1px);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-progress-bar-container{
    width: 100%;
    height: 8px;
    background: rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 10px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-progress-bar-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--success-color), var(--success-light), var(--secondary-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.3s ease;
    box-shadow: 0 0 14px rgba(52, 211, 153, 0.4);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-progress-details{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 700;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-cyber-loading{
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 40px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(124, 58, 237, 0.12));
    border: 1px solid rgba(96, 165, 250, 0.34);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-loading-grid{
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(96, 165, 250, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(96, 165, 250, 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-69 .tc-wp-tool-root .wrapper .yvv-loading-waves{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-loading-wave{
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--primary-light), var(--secondary-light), transparent);
    border-radius: 999px;
    animation: waveFlow 2.5s ease-in-out infinite;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-loading-wave:nth-child(2){
    animation-delay: 0.5s;
}.wpc-scope-69 .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-69 .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-69 .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-69 .tc-wp-tool-root .wrapper .yvv-loading-progress-bar{
    width: 100%;
    height: 6px;
    background: rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    overflow: hidden;
    margin-top: 15px;
}.wpc-scope-69 .tc-wp-tool-root .wrapper .yvv-loading-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--primary-light), var(--accent-light), var(--secondary-light));
    border-radius: 999px;
    animation: progressFlow 3s ease-in-out infinite;
    box-shadow: 0 0 14px rgba(96, 165, 250, 0.42);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .isPlaying{
    border-color: rgba(52, 211, 153, 0.7);
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.14);
}.wpc-scope-69 .tc-wp-tool-root .wrapper .\?{
    outline: none;
}@keyframes progressFlow{
    0% {
        width: 0%;
    }

    50% {
        width: 80%;
    }

    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(40px);
    }

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

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

    to {
        opacity: 1;
        transform: translateX(0);
    }
}@keyframes float{
    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.03);
    }
}@keyframes pulse{
    0%,
    100% {
        transform: scale(1);
        opacity: 0.36;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.62;
    }
}@media (max-width: 992px){.tc-wp-tool-root .wrapper .yvv-container{
        padding: 20px;
    }.tc-wp-tool-root .wrapper .yvv-header{
        padding: 38px 0 28px;
        margin-bottom: 32px;
    }.tc-wp-tool-root .wrapper .yvv-brand-logo{
        gap: 20px;
        margin-bottom: 20px;
    }.tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 72px;
        height: 72px;
        font-size: 32px;
        border-radius: 22px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title{
        font-size: clamp(2.2rem, 5vw, 3.5rem);
    }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
        font-size: 18px;
        margin-bottom: 24px;
    }.tc-wp-tool-root .wrapper .yvv-feature-badges{
        gap: 10px;
    }.tc-wp-tool-root .wrapper .yvv-feature-badge{
        padding: 10px 18px;
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-search-section{
        padding: 30px;
        margin-bottom: 32px;
    }.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 28px;
        font-size: 15px;
        min-width: 160px;
    }.tc-wp-tool-root .wrapper .yvv-video-player-section{
        margin-bottom: 32px;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 60vh;
        max-height: 500px;
        min-height: 340px;
    }.tc-wp-tool-root .wrapper .yvv-video-header{
        padding: 20px 24px;
    }.tc-wp-tool-root .wrapper .yvv-video-title{
        font-size: 20px;
        margin-right: 8px;
    }.tc-wp-tool-root .wrapper .yvv-current-quality-badge{
        padding: 6px 12px;
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
        width: 38px;
        height: 38px;
        font-size: 18px;
    }.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: 18px 24px;
    }.tc-wp-tool-root .wrapper .yvv-video-controls{
        gap: 15px;
    }.tc-wp-tool-root .wrapper .yvv-control-btn{
        width: 46px;
        height: 46px;
        font-size: 17px;
    }.tc-wp-tool-root .wrapper .yvv-progress-section{
        margin: 0 12px;
    }.tc-wp-tool-root .wrapper .yvv-time-info{
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-volume-section{
        gap: 8px;
        min-width: 104px;
    }.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: 32px;
    }.tc-wp-tool-root .wrapper .yvv-video-metadata{
        gap: 24px;
        margin-bottom: 25px;
    }.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-video-stats{
        gap: 14px;
    }.tc-wp-tool-root .wrapper .yvv-stat-item{
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-stat-icon{
        width: 22px;
        height: 22px;
        font-size: 11px;
    }.tc-wp-tool-root .wrapper .yvv-format-selection{
        padding: 24px;
    }.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 18px;
        font-size: 13px;
    }.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-format-quality{
        font-size: 18px;
    }.tc-wp-tool-root .wrapper .yvv-format-type-badge{
        padding: 5px 12px;
        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: 24px;
        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 20px;
    }.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: 6px 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 24px;
        margin-bottom: 28px;
    }.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: 66px;
        height: 66px;
        font-size: 30px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title{
        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: 320px;
        justify-content: center;
        padding: 10px 18px;
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-search-section{
        padding: 24px;
        margin-bottom: 28px;
        border-radius: 22px;
    }.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 18px;
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-search-btn{
        width: 100%;
        min-width: 100%;
        padding: 15px 18px;
        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: 24px;
        margin-bottom: 28px;
        border-radius: 22px;
    }.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: 130px;
        height: 94px;
        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: 12px;
    }.tc-wp-tool-root .wrapper .yvv-stat-item{
        font-size: 13px;
    }.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: 220px;
        text-align: center;
        padding: 10px 18px;
        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{
        width: 100%;
        padding: 11px;
        font-size: 13px;
    }.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 18px;
        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%;
        flex-basis: 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;
        bottom: 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: 24px;
    }.tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 60px;
        height: 60px;
        font-size: 28px;
        border-radius: 18px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title{
        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: 290px;
        font-size: 12px;
    }.tc-wp-tool-root .wrapper .yvv-search-section{
        padding: 20px;
        margin-bottom: 24px;
    }.tc-wp-tool-root .wrapper .yvv-search-input{
        padding: 13px 16px;
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-search-btn{
        padding: 13px 16px;
        font-size: 13px;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 45vh;
        min-height: 210px;
    }.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: 5px 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: 82px;
    }.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: 24px;
    }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
        width: 110px;
        height: 80px;
    }.tc-wp-tool-root .wrapper .yvv-video-details h2{
        font-size: 18px;
    }.tc-wp-tool-root .wrapper .yvv-video-stats{
        gap: 10px;
    }.tc-wp-tool-root .wrapper .yvv-stat-item{
        font-size: 12px;
        padding: 7px 10px;
    }.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: 190px;
        padding: 9px 14px;
        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: 56px;
        height: 56px;
        font-size: 26px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title{
        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: 260px;
        font-size: 11px;
        padding: 8px 14px;
    }.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: 11px 14px;
        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: 4px 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: 88px;
        height: 64px;
    }.tc-wp-tool-root .wrapper .yvv-video-details h2{
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .yvv-video-stats{
        gap: 8px;
    }.tc-wp-tool-root .wrapper .yvv-stat-item{
        font-size: 11px;
    }.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: 170px;
        padding: 8px 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: 9px;
        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-69 /* 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;
}