@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;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root{
    position: relative;
}.tc-wp-tool-root.wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.tc-wp-tool-root.wrapper{
    --primary-color: #dc2626;
    --primary-light: #ef4444;
    --secondary-color: #0891b2;
    --secondary-light: #22d3ee;
    --accent-color: #f97316;
    --accent-light: #fb923c;
    --success-color: #059669;
    --success-light: #10b981;
    --warning-color: #d97706;
    --warning-light: #f59e0b;
    --danger-color: #dc2626;
    --danger-light: #f87171;
    --bg-primary: #100f12;
    --bg-secondary: #19171c;
    --bg-tertiary: #26222a;
    --bg-card: #312b33;
    --glass-bg: rgba(220, 38, 38, 0.12);
    --glass-border: rgba(239, 68, 68, 0.24);
    --text-primary: #fff7ed;
    --text-secondary: #fed7aa;
    --text-muted: #c9b8ad;
    --text-accent: #fb923c;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.18);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.24);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.3);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.35);
    --border-radius: 16px;
    --border-radius-lg: 24px;
}.tc-wp-tool-root.wrapper{
    width: 100%;
    font-family: 'Outfit', sans-serif;
    background:
        radial-gradient(circle at 12% 10%, rgba(220, 38, 38, 0.22), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.18), transparent 32%),
        linear-gradient(135deg, #100f12 0%, #19171c 42%, #241f24 100%);
    min-height: 100vh;
    line-height: 1.6;
    color: var(--text-primary);
    position: relative;
    overflow-x: hidden;
    padding: 0;
}.tc-wp-tool-root.wrapper::before{
    content: '';
    position: fixed;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
    z-index: 0;
}.tc-wp-tool-root.wrapper .yvv-container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    position: relative;
    z-index: 1;
}.tc-wp-tool-root.wrapper .yvv-header{
    text-align: center;
    margin-bottom: 32px;
    padding: 44px 0 24px;
    animation: fadeInDown 1s ease-out;
}.tc-wp-tool-root.wrapper .yvv-brand-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}.tc-wp-tool-root.wrapper .yvv-brand-icon{
    width: 78px;
    height: 78px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 34px;
    font-weight: 800;
    box-shadow: var(--shadow-lg);
    animation: float 4s ease-in-out infinite;
    position: relative;
}.tc-wp-tool-root.wrapper .yvv-brand-icon::after{
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--primary-light), var(--accent-light));
    border-radius: var(--border-radius);
    z-index: -1;
    opacity: 0.45;
    animation: pulse 2s ease-in-out infinite;
}.tc-wp-tool-root.wrapper .yvv-brand-title{
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff, #fed7aa 45%, var(--text-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    line-height: 1.08;
    text-shadow: 0 4px 20px rgba(249, 115, 22, 0.24);
}.tc-wp-tool-root.wrapper .yvv-brand-subtitle{
    color: var(--text-secondary);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}.tc-wp-tool-root.wrapper .yvv-feature-badges{
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}.tc-wp-tool-root.wrapper .yvv-feature-badge{
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 247, 237, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(254, 215, 170, 0.18);
    padding: 12px 22px;
    border-radius: 50px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}.tc-wp-tool-root.wrapper .yvv-feature-badge:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    background: rgba(220, 38, 38, 0.18);
    border-color: rgba(239, 68, 68, 0.34);
}.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;
    flex: 0 0 auto;
}.tc-wp-tool-root.wrapper .yvv-search-section, .tc-wp-tool-root.wrapper .yvv-video-player-section, .tc-wp-tool-root.wrapper .yvv-video-info-section, .tc-wp-tool-root.wrapper .yvv-audio-player-section{
    background: rgba(25, 23, 28, 0.94);
    border: 1px solid rgba(254, 215, 170, 0.16);
    box-shadow: var(--shadow-xl);
}.tc-wp-tool-root.wrapper .yvv-search-section{
    padding: 38px;
    border-radius: var(--border-radius-lg);
    margin-bottom: 24px;
    animation: fadeInUp 1s ease-out 0.2s both;
    position: relative;
    overflow: hidden;
}.tc-wp-tool-root.wrapper .yvv-search-section::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--secondary-color));
}.tc-wp-tool-root.wrapper .yvv-search-form{
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
    position: relative;
}.tc-wp-tool-root.wrapper .yvv-search-input{
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 18px 22px;
    background: var(--bg-primary);
    border: 2px solid rgba(254, 215, 170, 0.16);
    border-radius: var(--border-radius);
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
}.tc-wp-tool-root.wrapper .yvv-search-input:focus{
    border-color: var(--primary-light);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.14);
    transform: translateY(-2px);
}.tc-wp-tool-root.wrapper .yvv-search-input.error{
    border-color: var(--danger-color);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.14);
}.tc-wp-tool-root.wrapper .yvv-search-input::placeholder{
    color: var(--text-muted);
    font-weight: 400;
}.tc-wp-tool-root.wrapper .yvv-search-btn{
    padding: 18px 34px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    border: none;
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 190px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    font-family: inherit;
    white-space: nowrap;
}.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(--accent-color));
}.tc-wp-tool-root.wrapper .yvv-search-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.tc-wp-tool-root.wrapper .yvv-loading-indicator{
    display: none;
    text-align: center;
    padding: 30px;
    color: var(--text-secondary);
}.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: var(--danger-light);
    padding: 18px 22px;
    border-radius: var(--border-radius);
    margin-top: 20px;
    display: none;
    font-weight: 600;
}.tc-wp-tool-root.wrapper .yvv-video-player-section{
    display: none;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    margin-bottom: 40px;
    animation: slideInUp 0.8s ease-out;
}.tc-wp-tool-root.wrapper .yvv-video-header{
    background: linear-gradient(135deg, var(--bg-tertiary), var(--bg-card));
    padding: 24px 28px;
    border-bottom: 1px solid rgba(254, 215, 170, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}.tc-wp-tool-root.wrapper .yvv-video-title{
    color: var(--text-primary);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
}.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: 700;
    white-space: nowrap;
}.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;
    flex: 0 0 auto;
}.tc-wp-tool-root.wrapper .yvv-close-viewer-btn:hover{
    background: var(--danger-light);
    transform: scale(1.08);
}.tc-wp-tool-root.wrapper .yvv-video-container{
    position: relative;
    background: #000;
    width: 100%;
}.tc-wp-tool-root.wrapper .yvv-main-video{
    width: 100%;
    height: 70vh;
    max-height: 600px;
    min-height: 380px;
    background: #000;
    border: none;
    outline: none;
    display: block;
}.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: all 0.3s ease;
}.tc-wp-tool-root.wrapper .yvv-video-thumbnail-overlay.hidden, .tc-wp-tool-root .hidden{
    display: none;
}.tc-wp-tool-root.wrapper .yvv-thumbnail-play-btn{
    width: 96px;
    height: 96px;
    background: rgba(16, 15, 18, 0.82);
    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);
}.tc-wp-tool-root.wrapper .yvv-thumbnail-play-btn:hover{
    transform: scale(1.08);
    background: rgba(16, 15, 18, 0.94);
}.tc-wp-tool-root.wrapper .yvv-video-controls-section{
    background: var(--bg-tertiary);
    padding: 20px 28px;
    border-top: 1px solid rgba(254, 215, 170, 0.12);
}.tc-wp-tool-root.wrapper .yvv-video-controls{
    display: flex;
    align-items: center;
    gap: 18px;
}.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);
    flex: 0 0 auto;
}.tc-wp-tool-root.wrapper .yvv-control-btn:hover{
    transform: scale(1.08);
    box-shadow: var(--shadow-md);
}.tc-wp-tool-root.wrapper .yvv-progress-section{
    flex: 1;
    margin: 0 12px;
    min-width: 140px;
}.tc-wp-tool-root.wrapper .yvv-progress-bar, .tc-wp-tool-root.wrapper .yvv-audio-progress-track, .tc-wp-tool-root.wrapper .yvv-progress-bar-container, .tc-wp-tool-root.wrapper .yvv-loading-progress-bar{
    width: 100%;
    background: rgba(255, 247, 237, 0.18);
    overflow: hidden;
}.tc-wp-tool-root.wrapper .yvv-progress-bar{
    height: 10px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
}.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(34, 211, 238, 0.38);
}.tc-wp-tool-root.wrapper .yvv-time-info{
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}.tc-wp-tool-root.wrapper .yvv-volume-section, .tc-wp-tool-root.wrapper .yvv-audio-volume{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 120px;
}.tc-wp-tool-root.wrapper .yvv-volume-icon, .tc-wp-tool-root.wrapper .yvv-audio-volume-icon{
    color: var(--text-primary);
    font-size: 18px;
    width: 24px;
    text-align: center;
    flex: 0 0 auto;
}.tc-wp-tool-root.wrapper .yvv-volume-control, .tc-wp-tool-root.wrapper .yvv-audio-volume-slider{
    width: 80px;
    height: 8px;
    background: rgba(255, 247, 237, 0.2);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}.tc-wp-tool-root.wrapper .yvv-volume-control::-webkit-slider-thumb, .tc-wp-tool-root.wrapper .yvv-audio-volume-slider::-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(34, 211, 238, 0.38);
}.tc-wp-tool-root.wrapper .yvv-volume-control::-moz-range-thumb, .tc-wp-tool-root.wrapper .yvv-audio-volume-slider::-moz-range-thumb{
    width: 16px;
    height: 16px;
    background: var(--secondary-light);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(34, 211, 238, 0.38);
}.tc-wp-tool-root.wrapper .yvv-video-info-section{
    display: none;
    border-radius: var(--border-radius-lg);
    padding: 34px;
    margin-bottom: 40px;
    animation: slideInLeft 0.8s ease-out;
}.tc-wp-tool-root.wrapper .yvv-video-metadata{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 30px;
}.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);
}.tc-wp-tool-root.wrapper .yvv-video-details{
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
}.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;
    overflow-wrap: anywhere;
}.tc-wp-tool-root.wrapper .yvv-video-stats{
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}.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;
}.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;
    flex: 0 0 auto;
}.tc-wp-tool-root.wrapper .yvv-format-selection{
    background: rgba(220, 38, 38, 0.07);
    border: 1px solid rgba(239, 68, 68, 0.16);
    border-radius: var(--border-radius);
    padding: 28px;
}.tc-wp-tool-root.wrapper .yvv-format-title{
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}.tc-wp-tool-root.wrapper .yvv-format-tabs{
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap;
}.tc-wp-tool-root.wrapper .yvv-format-tab{
    padding: 12px 24px;
    background: var(--bg-tertiary);
    border: 1px solid rgba(254, 215, 170, 0.16);
    border-radius: 50px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}.tc-wp-tool-root.wrapper .yvv-format-tab.active, .tc-wp-tool-root .active{
    border-color: var(--primary-light);
}.tc-wp-tool-root.wrapper .yvv-format-tab.active{
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
}.tc-wp-tool-root.wrapper .yvv-format-tab:hover:not(.active){
    background: var(--bg-card);
    color: var(--text-primary);
}.tc-wp-tool-root.wrapper .yvv-format-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 18px;
}.tc-wp-tool-root.wrapper .yvv-format-option{
    background: var(--bg-tertiary);
    border: 1px solid rgba(254, 215, 170, 0.16);
    border-radius: var(--border-radius);
    padding: 24px;
    transition: all 0.3s ease;
    position: relative;
    min-width: 0;
}.tc-wp-tool-root.wrapper .yvv-format-option:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
}.tc-wp-tool-root.wrapper .yvv-format-option.playing, .tc-wp-tool-root .playing{
    border-color: var(--success-color);
}.tc-wp-tool-root.wrapper .yvv-format-option.playing{
    background: rgba(5, 150, 105, 0.1);
    box-shadow: 0 0 20px rgba(5, 150, 105, 0.26);
}.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;
}.tc-wp-tool-root.wrapper .yvv-format-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}.tc-wp-tool-root.wrapper .yvv-format-quality{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
}.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;
    white-space: nowrap;
}.tc-wp-tool-root.wrapper .yvv-format-actions{
    display: flex;
    gap: 12px;
}.tc-wp-tool-root.wrapper .yvv-action-btn{
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    min-width: 0;
}.tc-wp-tool-root.wrapper .yvv-stream-action{
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
    color: white;
}.tc-wp-tool-root.wrapper .yvv-download-action{
    background: linear-gradient(135deg, var(--warning-color), var(--warning-light));
    color: white;
}.tc-wp-tool-root.wrapper .yvv-audio-action{
    background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
    color: white;
}.tc-wp-tool-root.wrapper .yvv-stream-action:hover, .tc-wp-tool-root.wrapper .yvv-download-action:hover, .tc-wp-tool-root.wrapper .yvv-audio-action:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}.tc-wp-tool-root.wrapper .yvv-stream-action.playing{
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
}.tc-wp-tool-root.wrapper .yvv-audio-player-section{
    display: none;
    border-radius: var(--border-radius-lg);
    padding: 34px;
    margin-bottom: 40px;
    animation: slideInRight 0.8s ease-out;
}.tc-wp-tool-root.wrapper .yvv-audio-visualizer{
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(8, 145, 178, 0.1));
    border: 1px solid rgba(249, 115, 22, 0.28);
    border-radius: var(--border-radius);
    padding: 28px;
    margin-bottom: 0;
    text-align: center;
}.tc-wp-tool-root.wrapper .yvv-visualizer-bars{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 6px;
    height: 80px;
    margin-bottom: 22px;
}.tc-wp-tool-root.wrapper .yvv-visualizer-bar{
    width: 6px;
    background: linear-gradient(to top, var(--primary-color), var(--accent-light), var(--secondary-light));
    border-radius: 3px;
    animation: audioWave 1.8s ease-in-out infinite;
}.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(1){ height: 30px; animation-delay: 0s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(2){ height: 50px; animation-delay: 0.1s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(3){ height: 35px; animation-delay: 0.2s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(4){ height: 60px; animation-delay: 0.3s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(5){ height: 45px; animation-delay: 0.4s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(6){ height: 70px; animation-delay: 0.5s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(7){ height: 40px; animation-delay: 0.6s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(8){ height: 55px; animation-delay: 0.7s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(9){ height: 35px; animation-delay: 0.8s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(10){ height: 65px; animation-delay: 0.9s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(11){ height: 45px; animation-delay: 1s; }.tc-wp-tool-root.wrapper .yvv-visualizer-bar:nth-child(12){ height: 30px; animation-delay: 1.1s; }.tc-wp-tool-root.wrapper .yvv-audio-controls{
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 247, 237, 0.07);
    border-radius: var(--border-radius);
    padding: 20px 24px;
}.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);
    flex: 0 0 auto;
}.tc-wp-tool-root.wrapper .yvv-audio-play-btn:hover{
    transform: scale(1.08);
    box-shadow: var(--shadow-lg);
}.tc-wp-tool-root.wrapper .yvv-audio-progress{
    flex: 1;
    cursor: pointer;
    padding: 15px 0;
    min-width: 140px;
}.tc-wp-tool-root.wrapper .yvv-audio-progress-track{
    height: 8px;
    border-radius: 4px;
    position: relative;
}.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;
}.tc-wp-tool-root.wrapper .yvv-audio-time{
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
}.tc-wp-tool-root.wrapper .yvv-audio-volume-slider{
    height: 6px;
}.tc-wp-tool-root.wrapper .yvv-audio-volume-slider::-webkit-slider-thumb{
    background: var(--accent-light);
}.tc-wp-tool-root.wrapper .yvv-audio-volume-slider::-moz-range-thumb{
    background: var(--accent-light);
}.tc-wp-tool-root.wrapper .yvv-download-progress{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--bg-secondary);
    border: 1px solid rgba(254, 215, 170, 0.18);
    border-radius: var(--border-radius);
    padding: 20px;
    min-width: 320px;
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    display: none;
    color: var(--text-primary);
}.tc-wp-tool-root.wrapper .yvv-download-progress.show, .tc-wp-tool-root .show{
    display: block;
}.tc-wp-tool-root.wrapper .yvv-download-progress.show{
    animation: slideInRight 0.4s ease-out;
}.tc-wp-tool-root.wrapper .yvv-progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}.tc-wp-tool-root.wrapper .yvv-progress-text{
    font-weight: 700;
    font-size: 14px;
}.tc-wp-tool-root.wrapper .yvv-cancel-btn{
    background: rgba(220, 38, 38, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.34);
    color: var(--danger-light);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}.tc-wp-tool-root.wrapper .yvv-cancel-btn:hover{
    background: rgba(220, 38, 38, 0.22);
}.tc-wp-tool-root.wrapper .yvv-progress-bar-container{
    height: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
}.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;
}.tc-wp-tool-root.wrapper .yvv-progress-details{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 12px;
    color: var(--text-secondary);
}.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(220, 38, 38, 0.1), rgba(249, 115, 22, 0.1));
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}.tc-wp-tool-root.wrapper .yvv-loading-grid{
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(239, 68, 68, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 68, 68, 0.09) 1px, transparent 1px);
    background-size: 25px 25px;
    animation: gridShift 8s linear infinite;
}.tc-wp-tool-root.wrapper .yvv-loading-waves{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
    position: relative;
}.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;
}.tc-wp-tool-root.wrapper .yvv-loading-wave:nth-child(2){ animation-delay: 0.5s; }.tc-wp-tool-root.wrapper .yvv-loading-wave:nth-child(3){ animation-delay: 1s; }.tc-wp-tool-root.wrapper .yvv-loading-text{
    text-align: center;
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 700;
    position: relative;
}.tc-wp-tool-root.wrapper .yvv-loading-dots::after{
    content: '';
    animation: loadingDots 2.5s steps(4, end) infinite;
}.tc-wp-tool-root.wrapper .yvv-loading-progress-bar{
    height: 6px;
    border-radius: 3px;
    margin-top: 15px;
}.tc-wp-tool-root.wrapper .yvv-loading-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--primary-light), var(--accent-light));
    border-radius: 3px;
    animation: progressFlow 3s ease-in-out infinite;
}.tc-wp-tool-root .isPlaying{
    opacity: 1;
}.tc-wp-tool-root.wrapper button:focus-visible, .tc-wp-tool-root.wrapper input:focus-visible, .tc-wp-tool-root.wrapper [onclick]:focus-visible{
    outline: 3px solid rgba(34, 211, 238, 0.6);
    outline-offset: 3px;
}.tc-wp-tool-root .yvv-container{ width: 100%; }.tc-wp-tool-root .yvv-header{ width: 100%; }.tc-wp-tool-root .yvv-brand-logo{ max-width: 100%; }.tc-wp-tool-root .yvv-brand-icon{ flex-shrink: 0; }.tc-wp-tool-root .yvv-brand-title{ margin: 0; }.tc-wp-tool-root .yvv-brand-subtitle{ display: block; }.tc-wp-tool-root .yvv-search-section{ width: 100%; }.tc-wp-tool-root .yvv-search-form{ width: 100%; }.tc-wp-tool-root .yvv-search-input{ max-width: 100%; }.tc-wp-tool-root .yvv-search-btn{ max-width: 100%; }.tc-wp-tool-root .yvv-loading-indicator{ width: 100%; }.tc-wp-tool-root .yvv-cyber-loading{ max-width: 100%; }.tc-wp-tool-root .yvv-loading-grid{ pointer-events: none; }.tc-wp-tool-root .yvv-loading-waves{ width: 100%; }.tc-wp-tool-root .yvv-loading-wave{ width: 100%; }.tc-wp-tool-root .yvv-loading-text{ width: 100%; }.tc-wp-tool-root .yvv-loading-dots{ display: inline-block; }.tc-wp-tool-root .yvv-loading-progress-bar{ display: block; }.tc-wp-tool-root .yvv-loading-progress-fill{ display: block; }.tc-wp-tool-root .yvv-error-display{ width: 100%; }.tc-wp-tool-root .yvv-feature-badges{ width: 100%; }.tc-wp-tool-root .yvv-feature-badge{ max-width: 100%; }.tc-wp-tool-root .yvv-badge-icon{ line-height: 1; }.tc-wp-tool-root .yvv-video-player-section{ width: 100%; }.tc-wp-tool-root .yvv-video-header{ width: 100%; }.tc-wp-tool-root .yvv-video-title{ max-width: 100%; }.tc-wp-tool-root .yvv-current-quality-badge{ display: inline-flex; }.tc-wp-tool-root .yvv-close-viewer-btn{ line-height: 1; }.tc-wp-tool-root .yvv-video-container{ max-width: 100%; }.tc-wp-tool-root .yvv-main-video{ max-width: 100%; }.tc-wp-tool-root .yvv-video-thumbnail-overlay{ z-index: 2; }.tc-wp-tool-root .yvv-thumbnail-play-btn{ line-height: 1; }.tc-wp-tool-root .yvv-video-controls-section{ width: 100%; }.tc-wp-tool-root .yvv-video-controls{ width: 100%; }.tc-wp-tool-root .yvv-control-btn{ line-height: 1; }.tc-wp-tool-root .yvv-progress-section{ max-width: 100%; }.tc-wp-tool-root .yvv-progress-bar{ display: block; }.tc-wp-tool-root .yvv-progress-fill{ display: block; }.tc-wp-tool-root .yvv-time-info{ white-space: nowrap; }.tc-wp-tool-root .yvv-volume-section{ max-width: 100%; }.tc-wp-tool-root .yvv-volume-icon{ line-height: 1; }.tc-wp-tool-root .yvv-volume-control{ max-width: 100%; }.tc-wp-tool-root .yvv-video-info-section{ width: 100%; }.tc-wp-tool-root .yvv-video-metadata{ width: 100%; }.tc-wp-tool-root .yvv-video-thumbnail{ max-width: 100%; }.tc-wp-tool-root .yvv-video-details{ max-width: 100%; }.tc-wp-tool-root .yvv-video-stats{ max-width: 100%; }.tc-wp-tool-root .yvv-stat-item{ max-width: 100%; }.tc-wp-tool-root .yvv-stat-icon{ line-height: 1; }.tc-wp-tool-root .yvv-format-selection{ width: 100%; }.tc-wp-tool-root .yvv-format-title{ width: 100%; }.tc-wp-tool-root .yvv-format-tabs{ width: 100%; }.tc-wp-tool-root .yvv-format-tab{ user-select: none; }.tc-wp-tool-root .yvv-format-grid{ width: 100%; }.tc-wp-tool-root .yvv-format-option{ max-width: 100%; }.tc-wp-tool-root .yvv-format-header{ width: 100%; }.tc-wp-tool-root .yvv-format-quality{ overflow-wrap: anywhere; }.tc-wp-tool-root .yvv-format-type-badge{ display: inline-flex; }.tc-wp-tool-root .yvv-format-actions{ width: 100%; }.tc-wp-tool-root .yvv-action-btn{ max-width: 100%; }.tc-wp-tool-root .yvv-stream-action{ border: 0; }.tc-wp-tool-root .yvv-download-action{ border: 0; }.tc-wp-tool-root .yvv-audio-action{ border: 0; }.tc-wp-tool-root .yvv-audio-player-section{ width: 100%; }.tc-wp-tool-root .yvv-audio-visualizer{ width: 100%; }.tc-wp-tool-root .yvv-visualizer-bars{ width: 100%; }.tc-wp-tool-root .yvv-visualizer-bar{ flex: 0 0 auto; }.tc-wp-tool-root .yvv-audio-controls{ width: 100%; }.tc-wp-tool-root .yvv-audio-play-btn{ line-height: 1; }.tc-wp-tool-root .yvv-audio-progress{ max-width: 100%; }.tc-wp-tool-root .yvv-audio-progress-track{ display: block; }.tc-wp-tool-root .yvv-audio-progress-fill{ display: block; }.tc-wp-tool-root .yvv-audio-time{ white-space: nowrap; }.tc-wp-tool-root .yvv-audio-volume{ max-width: 100%; }.tc-wp-tool-root .yvv-audio-volume-icon{ line-height: 1; }.tc-wp-tool-root .yvv-audio-volume-slider{ max-width: 100%; }.tc-wp-tool-root .yvv-download-progress{ max-width: calc(100vw - 40px); }.tc-wp-tool-root .yvv-progress-header{ width: 100%; }.tc-wp-tool-root .yvv-progress-text{ overflow-wrap: anywhere; }.tc-wp-tool-root .yvv-cancel-btn{ font-family: inherit; }.tc-wp-tool-root .yvv-progress-bar-container{ display: block; }.tc-wp-tool-root .yvv-progress-bar-fill{ display: block; }.tc-wp-tool-root .yvv-progress-details{ width: 100%; }@keyframes audioWave {
    0%, 100% { transform: scaleY(0.4); opacity: 0.7; }
    50% { transform: scaleY(1); opacity: 1; }
}@keyframes gridShift {
    0% { transform: translate(0, 0); }
    100% { transform: translate(25px, 25px); }
}@keyframes waveFlow {
    0%, 100% { opacity: 0.3; transform: scaleX(0.3); }
    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: 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(0) 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: 992px) {.tc-wp-tool-root.wrapper .yvv-container{
        padding: 20px;
    }.tc-wp-tool-root.wrapper .yvv-header{
        padding: 36px 0 24px;
        margin-bottom: 30px;
    }.tc-wp-tool-root.wrapper .yvv-brand-title{
        font-size: clamp(2.2rem, 5vw, 3.5rem);
    }.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: 30px;
    }.tc-wp-tool-root.wrapper .yvv-main-video{
        height: 60vh;
        max-height: 500px;
        min-height: 330px;
    }.tc-wp-tool-root.wrapper .yvv-format-grid{
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }}@media (max-width: 768px) {.tc-wp-tool-root.wrapper .yvv-container{
        padding: 16px;
    }.tc-wp-tool-root.wrapper .yvv-header{
        padding: 30px 0 20px;
        margin-bottom: 26px;
    }.tc-wp-tool-root.wrapper .yvv-brand-logo{
        flex-direction: column;
        gap: 14px;
    }.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, 7vw, 3rem);
        text-align: center;
    }.tc-wp-tool-root.wrapper .yvv-brand-subtitle{
        font-size: 16px;
    }.tc-wp-tool-root.wrapper .yvv-search-form{
        flex-direction: column;
        gap: 12px;
    }.tc-wp-tool-root.wrapper .yvv-search-btn{
        width: 100%;
        min-width: 0;
    }.tc-wp-tool-root.wrapper .yvv-feature-badges{
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }.tc-wp-tool-root.wrapper .yvv-feature-badge{
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }.tc-wp-tool-root.wrapper .yvv-video-header{
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 18px 20px;
    }.tc-wp-tool-root.wrapper .yvv-current-quality-badge, .tc-wp-tool-root.wrapper .yvv-close-viewer-btn{
        align-self: center;
    }.tc-wp-tool-root.wrapper .yvv-main-video{
        height: 48vh;
        max-height: 400px;
        min-height: 250px;
    }.tc-wp-tool-root.wrapper .yvv-video-controls, .tc-wp-tool-root.wrapper .yvv-audio-controls{
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }.tc-wp-tool-root.wrapper .yvv-progress-section, .tc-wp-tool-root.wrapper .yvv-audio-progress{
        order: 3;
        width: 100%;
        flex-basis: 100%;
        margin: 10px 0 0;
    }.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: 128px;
        height: 96px;
        margin: 0 auto;
    }.tc-wp-tool-root.wrapper .yvv-video-stats{
        justify-content: center;
    }.tc-wp-tool-root.wrapper .yvv-format-tabs, .tc-wp-tool-root.wrapper .yvv-format-actions{
        flex-direction: column;
    }.tc-wp-tool-root.wrapper .yvv-format-tab{
        width: 100%;
        text-align: center;
    }.tc-wp-tool-root.wrapper .yvv-format-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root.wrapper .yvv-download-progress{
        left: 15px;
        right: 15px;
        bottom: 15px;
        min-width: auto;
        max-width: none;
    }}@media (max-width: 600px) {.tc-wp-tool-root.wrapper .yvv-container{
        padding: 12px;
    }.tc-wp-tool-root.wrapper .yvv-header{
        padding: 24px 0 18px;
        margin-bottom: 22px;
    }.tc-wp-tool-root.wrapper .yvv-brand-icon{
        width: 58px;
        height: 58px;
        font-size: 26px;
    }.tc-wp-tool-root.wrapper .yvv-brand-title{
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }.tc-wp-tool-root.wrapper .yvv-brand-subtitle{
        font-size: 14px;
    }.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: 20px;
        border-radius: 18px;
    }.tc-wp-tool-root.wrapper .yvv-search-input, .tc-wp-tool-root.wrapper .yvv-search-btn{
        padding: 14px 16px;
        font-size: 14px;
    }.tc-wp-tool-root.wrapper .yvv-main-video{
        height: 42vh;
        min-height: 210px;
    }.tc-wp-tool-root.wrapper .yvv-video-title{
        font-size: 17px;
    }.tc-wp-tool-root.wrapper .yvv-thumbnail-play-btn{
        width: 68px;
        height: 68px;
        font-size: 25px;
    }.tc-wp-tool-root.wrapper .yvv-video-controls-section{
        padding: 14px;
    }.tc-wp-tool-root.wrapper .yvv-control-btn{
        width: 40px;
        height: 40px;
        font-size: 15px;
    }.tc-wp-tool-root.wrapper .yvv-volume-section, .tc-wp-tool-root.wrapper .yvv-audio-volume{
        min-width: 92px;
    }.tc-wp-tool-root.wrapper .yvv-volume-control, .tc-wp-tool-root.wrapper .yvv-audio-volume-slider{
        width: 58px;
    }.tc-wp-tool-root.wrapper .yvv-video-details h2{
        font-size: 20px;
    }.tc-wp-tool-root.wrapper .yvv-format-selection{
        padding: 16px;
    }.tc-wp-tool-root.wrapper .yvv-audio-visualizer{
        padding: 16px;
    }.tc-wp-tool-root.wrapper .yvv-visualizer-bars{
        height: 54px;
        gap: 4px;
    }.tc-wp-tool-root.wrapper .yvv-visualizer-bar{
        width: 4px;
    }.tc-wp-tool-root.wrapper .yvv-audio-time{
        min-width: 76px;
        font-size: 12px;
    }.tc-wp-tool-root.wrapper .yvv-cyber-loading{
        padding: 25px;
    }}@media (max-width: 400px) {.tc-wp-tool-root.wrapper .yvv-container{
        padding: 10px;
    }.tc-wp-tool-root.wrapper .yvv-brand-title{
        font-size: clamp(1.55rem, 9vw, 2.1rem);
    }.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: 15px;
    }.tc-wp-tool-root.wrapper .yvv-feature-badge{
        font-size: 12px;
        padding: 9px 14px;
    }.tc-wp-tool-root.wrapper .yvv-main-video{
        height: 38vh;
        min-height: 180px;
    }.tc-wp-tool-root.wrapper .yvv-format-option{
        padding: 14px;
    }.tc-wp-tool-root.wrapper .yvv-format-header{
        flex-direction: column;
        align-items: flex-start;
    }.tc-wp-tool-root.wrapper .yvv-download-progress{
        left: 8px;
        right: 8px;
        padding: 12px;
    }}.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;
}