@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-209 .tc-wp-tool-root img, .wpc-scope-209 .tc-wp-tool-root video, .wpc-scope-209 .tc-wp-tool-root svg, .wpc-scope-209 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-209 .tc-wp-tool-root .yvv-body{
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
}.wpc-scope-209 .tc-wp-tool-root .wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-209 .tc-wp-tool-root .wrapper{
    --primary-color: #22d3ee;
    --primary-light: #67e8f9;
    --secondary-color: #8b5cf6;
    --secondary-light: #a78bfa;
    --accent-color: #f59e0b;
    --accent-light: #fbbf24;
    --success-color: #10b981;
    --success-light: #6ee7b7;
    --warning-color: #f97316;
    --warning-light: #facc15;
    --danger-color: #ef4444;
    --danger-light: #fb7185;
    --bg-primary: #08111f;
    --bg-secondary: #0f1b2e;
    --bg-tertiary: #13243a;
    --bg-card: #172d46;
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(148, 163, 184, 0.22);
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --text-accent: #67e8f9;
    --shadow-sm: 0 8px 18px rgba(2, 6, 23, 0.22);
    --shadow-md: 0 16px 34px rgba(2, 6, 23, 0.3);
    --shadow-lg: 0 24px 54px rgba(2, 6, 23, 0.38);
    --shadow-xl: 0 34px 80px rgba(2, 6, 23, 0.48);
    --border-radius: 18px;
    --border-radius-lg: 28px;
    font-family: 'Outfit', sans-serif;
    background:
        radial-gradient(circle at 16% 12%, rgba(34, 211, 238, 0.18), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(139, 92, 246, 0.2), transparent 34%),
        linear-gradient(135deg, #08111f 0%, #101d31 44%, #0d2338 100%);
    padding: 72px 16px;
    line-height: 1.6;
    color: var(--text-primary);
    position: relative;
    overflow-x: hidden;
    isolation: isolate;
}.wpc-scope-209 .tc-wp-tool-root .wrapper::before{
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.12) 0%, transparent 36%),
        radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.14) 0%, transparent 42%),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: auto, auto, 42px 42px, 42px 42px;
    pointer-events: none;
    z-index: -1;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-header{
    text-align: center;
    margin-bottom: 36px;
    padding: 32px 0;
    animation: fadeInDown 0.8s ease-out;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-brand-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-brand-icon{
    width: 82px;
    height: 82px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 36px;
    font-weight: 800;
    box-shadow: 0 22px 48px rgba(34, 211, 238, 0.22), var(--shadow-lg);
    animation: float 4s ease-in-out infinite;
    position: relative;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-brand-icon::after{
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--primary-light), var(--secondary-light), var(--accent-light));
    border-radius: 26px;
    z-index: -1;
    opacity: 0.65;
    animation: pulse 2.4s ease-in-out infinite;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-brand-title h1{
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, var(--primary-light) 45%, var(--accent-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    line-height: 1.05;
    text-shadow: 0 18px 46px rgba(34, 211, 238, 0.18);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-brand-subtitle{
    color: var(--text-secondary);
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 28px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-feature-badges{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-feature-badge{
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--glass-bg);
    backdrop-filter: blur(18px);
    border: 1px solid var(--glass-border);
    padding: 11px 20px;
    border-radius: 999px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-feature-badge:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: rgba(103, 232, 249, 0.45);
    background: rgba(255, 255, 255, 0.12);
}.wpc-scope-209 .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: #052e22;
    font-weight: 900;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-section, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-player-section, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-info-section, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-player-section{
    background: linear-gradient(145deg, rgba(15, 27, 46, 0.92), rgba(23, 45, 70, 0.82));
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-xl);
    backdrop-filter: blur(22px);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-section{
    padding: 40px;
    margin-bottom: 36px;
    animation: fadeInUp 0.8s ease-out 0.12s both;
    position: relative;
    overflow: hidden;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-section::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-form{
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    position: relative;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-input{
    flex: 1;
    min-width: 0;
    padding: 18px 22px;
    background: rgba(8, 17, 31, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: var(--border-radius);
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 500;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
    outline: none;
    font-family: inherit;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-input:focus{
    border-color: var(--primary-light);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.16), 0 18px 36px rgba(34, 211, 238, 0.08);
    transform: translateY(-1px);
    background: rgba(8, 17, 31, 0.94);
    color: white;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-input.error{
    border-color: var(--danger-color);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-input::placeholder{
    color: var(--text-muted);
    font-weight: 400;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-btn{
    padding: 18px 34px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    min-width: 190px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(34, 211, 238, 0.22);
    font-family: inherit;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-btn:hover:not(:disabled){
    transform: translateY(-3px);
    box-shadow: 0 24px 44px rgba(139, 92, 246, 0.28);
    filter: brightness(1.08);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-btn:active:not(:disabled){
    transform: translateY(-1px) scale(0.99);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-btn:focus-visible, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-action-btn:focus-visible, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-control-btn:focus-visible, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-play-btn:focus-visible, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn:focus-visible, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-cancel-btn:focus-visible, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-tab:focus-visible{
    outline: 3px solid rgba(103, 232, 249, 0.5);
    outline-offset: 3px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-search-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-indicator{
    display: none;
    text-align: center;
    padding: 28px;
    color: var(--text-secondary);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-error-display{
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.34);
    color: #fecdd3;
    padding: 18px 22px;
    border-radius: var(--border-radius);
    margin-top: 18px;
    display: none;
    font-weight: 650;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-player-section{
    display: none;
    overflow: hidden;
    margin-bottom: 36px;
    animation: slideInUp 0.65s ease-out;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-header{
    background: linear-gradient(135deg, rgba(19, 36, 58, 0.95), rgba(23, 45, 70, 0.92));
    padding: 24px 28px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-title{
    color: var(--text-primary);
    font-size: 23px;
    font-weight: 800;
    margin: 0;
    flex: 1;
    margin-right: 12px;
    line-height: 1.25;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-current-quality-badge{
    background: linear-gradient(135deg, var(--success-color), var(--primary-light));
    color: #022c22;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    margin-right: 8px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(16, 185, 129, 0.22);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn{
    background: rgba(239, 68, 68, 0.18);
    border: 1px solid rgba(248, 113, 113, 0.38);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fecdd3;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-close-viewer-btn:hover{
    background: var(--danger-color);
    color: white;
    transform: scale(1.08);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-container{
    position: relative;
    background: #000;
    width: 100%;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-main-video{
    width: 100%;
    height: 68vh;
    max-height: 620px;
    min-height: 380px;
    background: #000;
    border: none;
    outline: none;
    display: block;
}.wpc-scope-209 .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.25s ease, transform 0.25s ease;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-thumbnail-overlay.hidden{
    display: none;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn{
    width: 96px;
    height: 96px;
    background: rgba(2, 6, 23, 0.76);
    border: 3px solid rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 34px;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-thumbnail-play-btn:hover{
    transform: scale(1.08);
    background: rgba(34, 211, 238, 0.25);
    box-shadow: 0 26px 58px rgba(34, 211, 238, 0.24);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-controls-section{
    background: rgba(8, 17, 31, 0.86);
    padding: 20px 28px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-controls{
    display: flex;
    align-items: center;
    gap: 18px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-control-btn, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-play-btn{
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-control-btn{
    width: 50px;
    height: 50px;
    font-size: 18px;
    box-shadow: var(--shadow-sm);
    flex: 0 0 auto;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-control-btn:hover, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-play-btn:hover{
    transform: scale(1.08);
    box-shadow: var(--shadow-md);
    filter: brightness(1.08);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-section{
    flex: 1;
    margin: 0 12px;
    min-width: 120px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-bar, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-progress-track, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-bar-container, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-progress-bar{
    background: rgba(255, 255, 255, 0.14);
    overflow: hidden;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-bar{
    width: 100%;
    height: 10px;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-light), var(--accent-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s ease;
    box-shadow: 0 0 18px rgba(103, 232, 249, 0.38);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-time-info{
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-volume-section, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-volume{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 120px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-volume-icon, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-volume-icon{
    color: var(--text-primary);
    font-size: 18px;
    width: 24px;
    text-align: center;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-volume-control, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
    width: 84px;
    height: 8px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-volume-control::-webkit-slider-thumb, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #ffffff;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(34, 211, 238, 0.35);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-volume-control::-moz-range-thumb, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider::-moz-range-thumb{
    width: 17px;
    height: 17px;
    background: #ffffff;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(34, 211, 238, 0.35);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-info-section{
    display: none;
    padding: 34px;
    margin-bottom: 36px;
    animation: slideInLeft 0.65s ease-out;
}.wpc-scope-209 .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-209 .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.14);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-details{
    display: flex;
    flex-direction: column;
    gap: 15px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-details h2{
    color: var(--text-primary);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-video-stats{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-stat-item{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 650;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 8px 12px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-stat-icon{
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    font-weight: 800;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-selection{
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: var(--border-radius);
    padding: 28px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-title{
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 22px;
    text-align: center;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-tabs{
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-tab{
    padding: 11px 22px;
    background: rgba(15, 27, 46, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-tab.active{
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-color: rgba(103, 232, 249, 0.55);
    box-shadow: 0 14px 28px rgba(34, 211, 238, 0.16);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-tab:hover:not(.active){
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    transform: translateY(-2px);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 18px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-option{
    background: rgba(8, 17, 31, 0.58);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: var(--border-radius);
    padding: 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    position: relative;
    overflow: visible;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-option:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(103, 232, 249, 0.42);
    background: rgba(15, 27, 46, 0.82);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-option.playing, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-option.isPlaying, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-option.\?{
    border-color: var(--success-color);
    background: rgba(16, 185, 129, 0.12);
    box-shadow: 0 0 26px rgba(16, 185, 129, 0.22);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-option.playing::before, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-option.isPlaying::before{
    content: '▶ NOW PLAYING';
    position: absolute;
    top: -11px;
    right: 16px;
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
    color: #052e22;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .isPlaying{
    border-color: var(--success-color);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .\?{
    min-width: 0;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-quality{
    font-size: 20px;
    font-weight: 850;
    color: var(--text-primary);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-type-badge{
    background: linear-gradient(135deg, var(--accent-color), var(--warning-light));
    color: #271400;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-format-actions{
    display: flex;
    gap: 10px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-action-btn{
    flex: 1;
    padding: 13px 14px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    color: white;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-stream-action{
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-stream-action:hover, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-download-action:hover, .wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-action:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
    filter: brightness(1.08);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-stream-action.playing{
    background: linear-gradient(135deg, var(--success-color), var(--success-light));
    color: #052e22;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-download-action{
    background: linear-gradient(135deg, var(--warning-color), var(--warning-light));
    color: #2b1200;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-action{
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-player-section{
    display: none;
    padding: 34px;
    margin-bottom: 36px;
    animation: slideInRight 0.65s ease-out;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-visualizer{
    background:
        radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.12), transparent 46%),
        linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(15, 36, 58, 0.55));
    border: 1px solid rgba(167, 139, 250, 0.28);
    border-radius: var(--border-radius);
    padding: 28px;
    margin-bottom: 24px;
    text-align: center;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bars{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 6px;
    height: 80px;
    margin-bottom: 20px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar{
    width: 6px;
    background: linear-gradient(to top, var(--accent-color), var(--primary-light), var(--secondary-light));
    border-radius: 999px;
    animation: audioWave 1.8s ease-in-out infinite;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(1){ height: 30px; animation-delay: 0s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(2){ height: 50px; animation-delay: 0.1s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(3){ height: 35px; animation-delay: 0.2s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(4){ height: 60px; animation-delay: 0.3s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(5){ height: 45px; animation-delay: 0.4s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(6){ height: 70px; animation-delay: 0.5s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(7){ height: 40px; animation-delay: 0.6s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(8){ height: 55px; animation-delay: 0.7s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(9){ height: 35px; animation-delay: 0.8s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(10){ height: 65px; animation-delay: 0.9s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(11){ height: 45px; animation-delay: 1s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-visualizer-bar:nth-child(12){ height: 30px; animation-delay: 1.1s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-controls{
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(8, 17, 31, 0.64);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: var(--border-radius);
    padding: 18px 22px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-play-btn{
    width: 60px;
    height: 60px;
    font-size: 24px;
    box-shadow: var(--shadow-md);
    flex: 0 0 auto;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-progress{
    flex: 1;
    cursor: pointer;
    padding: 15px 0;
    min-width: 120px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-progress-track{
    width: 100%;
    height: 8px;
    border-radius: 999px;
    position: relative;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--accent-color), var(--primary-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s ease;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-time{
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 750;
    min-width: 100px;
    text-align: center;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-audio-volume-slider{
    height: 6px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-download-progress{
    position: fixed;
    bottom: 22px;
    right: 22px;
    background: rgba(15, 27, 46, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: var(--border-radius);
    padding: 19px;
    min-width: 320px;
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    display: none;
    color: var(--text-primary);
    backdrop-filter: blur(18px);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-download-progress.show{
    display: block;
    animation: slideInRight 0.35s ease-out;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-text{
    font-weight: 800;
    font-size: 14px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-cancel-btn{
    background: rgba(239, 68, 68, 0.14);
    border: 1px solid rgba(248, 113, 113, 0.32);
    color: #fecdd3;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    font-weight: 750;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-cancel-btn:hover{
    background: rgba(239, 68, 68, 0.24);
    transform: translateY(-1px);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-bar-container{
    width: 100%;
    height: 8px;
    border-radius: 999px;
    margin-bottom: 10px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-bar-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--success-color), var(--primary-light));
    border-radius: 999px;
    width: 0%;
    transition: width 0.3s ease;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-progress-details{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: var(--text-secondary);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-cyber-loading{
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 38px;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.12));
    border: 1px solid rgba(103, 232, 249, 0.28);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-grid{
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(103, 232, 249, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(103, 232, 249, 0.1) 1px, transparent 1px);
    background-size: 25px 25px;
    animation: gridShift 8s linear infinite;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-waves{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    position: relative;
}.wpc-scope-209 .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-209 .tc-wp-tool-root .wrapper .yvv-loading-wave:nth-child(2){ animation-delay: 0.5s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-wave:nth-child(3){ animation-delay: 1s; }.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-text{
    text-align: center;
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 750;
    position: relative;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-dots::after{
    content: '';
    animation: loadingDots 2.5s steps(4, end) infinite;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-progress-bar{
    width: 100%;
    height: 6px;
    border-radius: 999px;
    margin-top: 15px;
}.wpc-scope-209 .tc-wp-tool-root .wrapper .yvv-loading-progress-fill{
    height: 100%;
    background: linear-gradient(90deg, var(--primary-light), var(--accent-light));
    border-radius: 999px;
    animation: progressFlow 3s ease-in-out infinite;
}@keyframes audioWave{
    0%, 100% { transform: scaleY(0.4); opacity: 0.65; }
    50% { transform: scaleY(1); opacity: 1; }
}@keyframes gridShift{
    0% { transform: translate(0, 0); }
    100% { transform: translate(25px, 25px); }
}@keyframes waveFlow{
    0%, 100% { opacity: 0.35; transform: scaleX(0.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: 82%; }
    100% { width: 100%; }
}@keyframes fadeInDown{
    from { opacity: 0; transform: translateY(-24px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes fadeInUp{
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes slideInUp{
    from { opacity: 0; transform: translateY(42px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes slideInLeft{
    from { opacity: 0; transform: translateX(-42px); }
    to { opacity: 1; transform: translateX(0); }
}@keyframes slideInRight{
    from { opacity: 0; transform: translateX(42px); }
    to { opacity: 1; transform: translateX(0); }
}@keyframes float{
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.04); }
}@keyframes pulse{
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.08); opacity: 0.85; }
}@media (min-width: 993px){.tc-wp-tool-root .wrapper .yvv-format-grid{
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    }}@media (max-width: 992px){.tc-wp-tool-root .wrapper{
        padding: 56px 14px;
    }.tc-wp-tool-root .wrapper .yvv-container{
        padding: 18px;
    }.tc-wp-tool-root .wrapper .yvv-header{
        padding: 34px 0 28px;
        margin-bottom: 32px;
    }.tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 72px;
        height: 72px;
        font-size: 32px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
        font-size: clamp(2.2rem, 5vw, 3.5rem);
    }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
        font-size: 18px;
    }.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: 58vh;
        max-height: 500px;
        min-height: 330px;
    }.tc-wp-tool-root .wrapper .yvv-format-grid{
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    }}@media (max-width: 768px){.tc-wp-tool-root .wrapper{
        padding: 42px 10px;
    }.tc-wp-tool-root .wrapper .yvv-container{
        padding: 14px;
    }.tc-wp-tool-root .wrapper .yvv-header{
        padding: 26px 0 22px;
        margin-bottom: 26px;
    }.tc-wp-tool-root .wrapper .yvv-brand-logo{
        flex-direction: column;
        gap: 14px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
        font-size: clamp(2rem, 7vw, 3rem);
    }.tc-wp-tool-root .wrapper .yvv-brand-subtitle{
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .yvv-feature-badges{
        flex-direction: column;
        align-items: center;
    }.tc-wp-tool-root .wrapper .yvv-feature-badge{
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }.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: 24px;
        margin-bottom: 28px;
    }.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-video-header{
        flex-direction: column;
        text-align: center;
        padding: 18px;
    }.tc-wp-tool-root .wrapper .yvv-video-title, .tc-wp-tool-root .wrapper .yvv-current-quality-badge{
        margin-right: 0;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 48vh;
        min-height: 240px;
    }.tc-wp-tool-root .wrapper .yvv-video-controls, .tc-wp-tool-root .wrapper .yvv-audio-controls{
        flex-wrap: wrap;
        justify-content: center;
    }.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;
    }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
        width: 132px;
        height: 94px;
        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, .tc-wp-tool-root .wrapper .yvv-action-btn{
        width: 100%;
    }.tc-wp-tool-root .wrapper .yvv-format-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .wrapper .yvv-download-progress{
        left: 14px;
        right: 14px;
        min-width: 0;
    }}@media (max-width: 600px){.tc-wp-tool-root .wrapper{
        padding: 32px 8px;
    }.tc-wp-tool-root .wrapper .yvv-container{
        padding: 10px;
    }.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 h1{
        font-size: clamp(1.8rem, 8vw, 2.45rem);
    }.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: 18px;
        border-radius: 20px;
    }.tc-wp-tool-root .wrapper .yvv-search-input, .tc-wp-tool-root .wrapper .yvv-search-btn{
        padding: 13px 16px;
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 42vh;
        min-height: 200px;
    }.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: 24px;
    }.tc-wp-tool-root .wrapper .yvv-video-details h2{
        font-size: 19px;
    }.tc-wp-tool-root .wrapper .yvv-format-selection{
        padding: 16px;
    }.tc-wp-tool-root .wrapper .yvv-format-option{
        padding: 16px;
    }.tc-wp-tool-root .wrapper .yvv-format-header{
        align-items: flex-start;
        flex-direction: column;
    }.tc-wp-tool-root .wrapper .yvv-audio-visualizer{
        padding: 16px;
    }.tc-wp-tool-root .wrapper .yvv-visualizer-bars{
        height: 52px;
        gap: 3px;
    }.tc-wp-tool-root .wrapper .yvv-visualizer-bar{
        width: 3px;
    }.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-cyber-loading{
        padding: 24px;
    }}@media (max-width: 400px){.tc-wp-tool-root .wrapper{
        padding: 24px 6px;
    }.tc-wp-tool-root .wrapper .yvv-container{
        padding: 8px;
    }.tc-wp-tool-root .wrapper .yvv-header{
        padding: 18px 0 14px;
        margin-bottom: 18px;
    }.tc-wp-tool-root .wrapper .yvv-brand-icon{
        width: 54px;
        height: 54px;
        font-size: 25px;
    }.tc-wp-tool-root .wrapper .yvv-brand-title h1{
        font-size: clamp(1.55rem, 9vw, 2.1rem);
    }.tc-wp-tool-root .wrapper .yvv-feature-badge{
        max-width: 270px;
        font-size: 12px;
        padding: 9px 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: 14px;
    }.tc-wp-tool-root .wrapper .yvv-main-video{
        height: 38vh;
        min-height: 180px;
    }.tc-wp-tool-root .wrapper .yvv-video-controls-section{
        padding: 10px;
    }.tc-wp-tool-root .wrapper .yvv-control-btn{
        width: 36px;
        height: 36px;
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .yvv-video-thumbnail{
        width: 92px;
        height: 68px;
    }.tc-wp-tool-root .wrapper .yvv-stat-item{
        font-size: 12px;
        padding: 7px 10px;
    }.tc-wp-tool-root .wrapper .yvv-format-title{
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .yvv-action-btn{
        font-size: 12px;
        padding: 10px;
    }.tc-wp-tool-root .wrapper .yvv-audio-play-btn{
        width: 44px;
        height: 44px;
        font-size: 18px;
    }.tc-wp-tool-root .wrapper .yvv-audio-time{
        min-width: 72px;
        font-size: 12px;
    }.tc-wp-tool-root .wrapper .yvv-download-progress{
        left: 8px;
        right: 8px;
        bottom: 10px;
        padding: 12px;
    }}.wpc-scope-209 /* 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;
}