@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

/* 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-100 .tc-wp-tool-root img, .wpc-scope-100 .tc-wp-tool-root video, .wpc-scope-100 .tc-wp-tool-root svg, .wpc-scope-100 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-100 .tc-wp-tool-root{
        
        --primary: #4f46e5;
        --primary-light: #6366f1;
        --primary-dark: #4338ca;
        --secondary: #8b5cf6;
        --secondary-light: #a78bfa;
        --secondary-dark: #7c3aed;
        --accent: #ec4899;
        --accent-light: #f472b6;
        --accent-dark: #db2777;
        --success: #10b981;
        --success-light: #34d399;
        --warning: #f59e0b;
        --warning-light: #fbbf24;
        --danger: #ef4444;
        --danger-light: #f87171;
        
        
        --bg-primary: #0f172a;
        --bg-secondary: #1e293b;
        --bg-tertiary: #334155;
        --card-bg: rgba(30, 41, 59, 0.8);
        --card-hover: rgba(51, 65, 85, 0.9);
        
        
        --text-primary: #f8fafc;
        --text-secondary: #cbd5e1;
        --text-tertiary: #94a3b8;
        --text-accent: #c7d2fe;
        
        
        --glass-bg: rgba(15, 23, 42, 0.7);
        --glass-border: rgba(148, 163, 184, 0.2);
        
        
        --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.15);
        --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.2);
        --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.3);
        --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.4);
        --shadow-glow: 0 0 24px rgba(79, 70, 229, 0.4);
        
        
        --gradient-primary: linear-gradient(135deg, var(--primary), var(--secondary));
        --gradient-accent: linear-gradient(135deg, var(--accent), var(--secondary-light));
        --gradient-success: linear-gradient(135deg, var(--success), var(--success-light));
        --gradient-warning: linear-gradient(135deg, var(--warning), var(--warning-light));
        --gradient-danger: linear-gradient(135deg, var(--danger), var(--danger-light));
        
        
        --radius-sm: 8px;
        --radius-md: 12px;
        --radius-lg: 16px;
        --radius-xl: 24px;
        --radius-2xl: 32px;
        
        
        --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }.wpc-scope-100 .tc-wp-tool-root *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }.wpc-scope-100 .tc-wp-tool-root .tiktok_body{
        font-family: 'Inter', sans-serif;
        background: linear-gradient(135deg, 
            var(--bg-primary) 0%, 
            #1a202c 25%, 
            #2d3748 50%, 
            #1e3a5f 75%, 
            #2c5282 100%);
        background-size: 400% 400%;
        animation: gradientShift 20s ease infinite;
        color: var(--text-primary);
        min-height: 60vh;
        overflow-x: hidden;
        position: relative;
    }.wpc-scope-100 .tc-wp-tool-root .tiktok_body::before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 
            radial-gradient(circle at 20% 30%, rgba(79, 70, 229, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 60%);
        pointer-events: none;
        z-index: -1;
        animation: backgroundFloat 15s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .container_tiktok{
        max-width: 1200px;
        margin: 0 auto;
        padding: 4rem;
        position: relative;
        z-index: 1;
    }.wpc-scope-100 .tc-wp-tool-root .header{
        text-align: center;
        margin-bottom: 2.5rem;
        animation: fadeInDown 1s ease-out;
    }.wpc-scope-100 .tc-wp-tool-root .logo{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .logo-icon{
        width: 70px;
        height: 70px;
        background: var(--gradient-primary);
        border-radius: var(--radius-xl);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: white;
        box-shadow: var(--shadow-xl), var(--shadow-glow);
        animation: logoFloat 4s ease-in-out infinite;
        position: relative;
        overflow: hidden;
        border: 2px solid rgba(255, 255, 255, 0.1);
        flex-shrink: 0;
    }.wpc-scope-100 .tc-wp-tool-root .logo-icon::before{
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: logoShine 3s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .logo-text{
        font-size: clamp(1.8rem, 5vw, 3.5rem);
        font-weight: 900;
        background: var(--gradient-primary);
        background-size: 300% 300%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: -2px;
        animation: textGradient 4s ease infinite;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
        text-align: center;
    }.wpc-scope-100 .tc-wp-tool-root .subtitle{
        font-size: clamp(0.9rem, 2.5vw, 1.1rem);
        color: var(--text-tertiary);
        font-weight: 500;
        margin-top: 0.5rem;
        animation: subtitleGlow 3s ease-in-out infinite;
        text-align: center;
        padding: 0 1rem;
    }.wpc-scope-100 .tc-wp-tool-root .search-section{
        background: var(--glass-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-xl);
        padding: clamp(1.5rem, 4vw, 2.5rem);
        margin-bottom: 2rem;
        box-shadow: var(--shadow-xl);
        animation: fadeInUp 1s ease-out 0.2s both;
        position: relative;
        overflow: hidden;
    }.wpc-scope-100 .tc-wp-tool-root .search-section::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gradient-primary);
        animation: borderFlow 3s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .input-group{
        position: relative;
        margin-bottom: 1.5rem;
        z-index: 2;
    }.wpc-scope-100 .tc-wp-tool-root .input-field{
        width: 100% !important;
        padding: clamp(1rem, 3vw, 1.5rem) clamp(1.2rem, 4vw, 2rem) !important;
        background: rgba(30, 41, 59, 0.8) !important;
        border: 2px solid rgba(79, 70, 229, 0.3) !important;
        border-radius: var(--radius-xl) !important;
        color: var(--text-primary) !important;
        font-size: clamp(0.9rem, 2.5vw, 1.1rem) !important;
        font-weight: 500 !important;
        transition: var(--transition) !important;
        outline: none !important;
        backdrop-filter: blur(15px) !important;
        box-shadow: var(--shadow-md), inset 0 2px 10px rgba(0, 0, 0, 0.2) !important;
        position: relative;
    }.wpc-scope-100 .tc-wp-tool-root .input-field:focus{
        border-color: var(--primary) !important;
        box-shadow: 
            0 0 0 4px rgba(79, 70, 229, 0.2),
            var(--shadow-glow),
            inset 0 2px 10px rgba(0, 0, 0, 0.3) !important;
        background: rgba(30, 41, 59, 0.95) !important;
        transform: translateY(-3px) scale(1.01) !important;
    }.wpc-scope-100 .tc-wp-tool-root .input-field::placeholder{
        color: var(--text-tertiary);
        transition: var(--transition);
        font-weight: 400;
    }.wpc-scope-100 .tc-wp-tool-root .input-field:focus::placeholder{
        color: var(--text-accent);
        transform: translateY(-2px);
        opacity: 0.8;
    }.wpc-scope-100 .tc-wp-tool-root .input-actions{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        font-size: clamp(0.8rem, 2vw, 0.9rem);
        color: var(--text-tertiary);
        z-index: 2;
        position: relative;
        flex-wrap: wrap;
        gap: 0.5rem;
    }.wpc-scope-100 .tc-wp-tool-root .paste-btn{
        background: var(--gradient-primary);
        border: none;
        color: white;
        cursor: pointer;
        padding: clamp(0.5rem, 2vw, 0.7rem) clamp(0.8rem, 3vw, 1.4rem);
        border-radius: var(--radius-lg);
        transition: var(--transition);
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 600;
        box-shadow: var(--shadow-md);
        font-size: clamp(0.8rem, 2vw, 0.9rem);
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(79, 70, 229, 0.3);
        min-height: 44px;
    }.wpc-scope-100 .tc-wp-tool-root .paste-btn::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s;
    }.wpc-scope-100 .tc-wp-tool-root .paste-btn:hover::before, .wpc-scope-100 .tc-wp-tool-root .paste-btn:active::before{
        left: 100%;
    }.wpc-scope-100 .tc-wp-tool-root .paste-btn:hover, .wpc-scope-100 .tc-wp-tool-root .paste-btn:active{
        transform: translateY(-3px) scale(1.05);
        box-shadow: var(--shadow-lg), 0 0 20px rgba(79, 70, 229, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .action-buttons{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        align-items: center;
        z-index: 2;
        position: relative;
    }.wpc-scope-100 .tc-wp-tool-root .search-btn{
        background: var(--gradient-primary);
        color: white;
        border: none;
        padding: clamp(1rem, 3vw, 1.4rem) clamp(1.5rem, 4vw, 2.8rem);
        border-radius: var(--radius-xl);
        font-size: clamp(0.9rem, 2.5vw, 1.1rem);
        font-weight: 700;
        cursor: pointer;
        transition: var(--transition);
        position: relative;
        overflow: hidden;
        box-shadow: var(--shadow-lg);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        min-height: 56px;
        animation: buttonPulse 4s ease-in-out infinite;
        border: 2px solid rgba(79, 70, 229, 0.3);
        width: 100%;
    }.wpc-scope-100 .tc-wp-tool-root .search-btn::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s;
    }.wpc-scope-100 .tc-wp-tool-root .search-btn:hover:not(:disabled)::before, .wpc-scope-100 .tc-wp-tool-root .search-btn:active:not(:disabled)::before{
        left: 100%;
    }.wpc-scope-100 .tc-wp-tool-root .search-btn:hover:not(:disabled), .wpc-scope-100 .tc-wp-tool-root .search-btn:active:not(:disabled){
        transform: translateY(-4px) scale(1.02);
        box-shadow: var(--shadow-xl), 0 0 30px rgba(79, 70, 229, 0.5);
    }.wpc-scope-100 .tc-wp-tool-root .search-btn:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
        animation: none;
    }.wpc-scope-100 .tc-wp-tool-root .search-another-btn{
        background: var(--gradient-primary);
        color: white;
        border: none;
        padding: clamp(0.8rem, 2.5vw, 1.1rem) clamp(1rem, 3vw, 1.6rem);
        border-radius: var(--radius-lg);
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        min-height: 48px;
        width: 100%;
        font-weight: 600;
        box-shadow: var(--shadow-md);
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        position: relative;
        overflow: hidden;
        border: 2px solid rgba(79, 70, 229, 0.3);
    }.wpc-scope-100 .tc-wp-tool-root .search-another-btn::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }.wpc-scope-100 .tc-wp-tool-root .search-another-btn:hover::before, .wpc-scope-100 .tc-wp-tool-root .search-another-btn:active::before{
        left: 100%;
    }.wpc-scope-100 .tc-wp-tool-root .search-another-btn:hover, .wpc-scope-100 .tc-wp-tool-root .search-another-btn:active{
        transform: translateY(-3px) scale(1.05);
        box-shadow: var(--shadow-lg), 0 0 20px rgba(79, 70, 229, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .loading{
        display: none;
        text-align: center;
        padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
        background: var(--glass-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-xl);
        margin: 2rem 0;
        box-shadow: var(--shadow-xl);
    }.wpc-scope-100 .tc-wp-tool-root .loading::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gradient-primary);
        border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    }.wpc-scope-100 .tc-wp-tool-root .loading-spinner{
        width: clamp(60px, 15vw, 100px);
        height: clamp(60px, 15vw, 100px);
        margin: 0 auto 2rem;
        position: relative;
    }.wpc-scope-100 .tc-wp-tool-root .spinner-ring{
        position: absolute;
        border: 4px solid transparent;
        border-radius: 50%;
        animation: spin 2s linear infinite;
    }.wpc-scope-100 .tc-wp-tool-root .spinner-ring:nth-child(1){
        width: 100%;
        height: 100%;
        border-top-color: var(--primary);
        border-right-color: var(--primary);
        animation-duration: 2s;
        box-shadow: 0 0 20px rgba(79, 70, 229, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .spinner-ring:nth-child(2){
        width: 75%;
        height: 75%;
        top: 12.5%;
        left: 12.5%;
        border-bottom-color: var(--secondary);
        border-left-color: var(--secondary);
        animation-duration: 1.5s;
        animation-direction: reverse;
        box-shadow: 0 0 15px rgba(139, 92, 246, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .spinner-ring:nth-child(3){
        width: 50%;
        height: 50%;
        top: 25%;
        left: 25%;
        border-top-color: var(--accent);
        animation-duration: 1s;
        box-shadow: 0 0 10px rgba(236, 72, 153, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .loading-text{
        font-size: clamp(1rem, 3vw, 1.4rem);
        font-weight: 700;
        margin-bottom: 0.5rem;
        background: var(--gradient-primary);
        background-size: 200% 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textGradient 3s ease infinite;
    }.wpc-scope-100 .tc-wp-tool-root .loading-subtext{
        color: var(--text-tertiary);
        font-size: clamp(0.8rem, 2vw, 1rem);
        animation: textFade 2s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .video-section{
        display: none;
        animation: fadeInUp 0.8s ease-out;
        background: var(--glass-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-xl);
        padding: clamp(1.5rem, 4vw, 2.5rem);
        box-shadow: var(--shadow-xl);
        position: relative;
        overflow: hidden;
    }.wpc-scope-100 .tc-wp-tool-root .video-section::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gradient-primary);
        animation: borderFlow 4s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .author-section{
        display: flex;
        align-items: center;
        gap: clamp(0.8rem, 3vw, 1.2rem);
        margin-bottom: 1.5rem;
        padding: clamp(1rem, 3vw, 1.5rem);
        background: rgba(79, 70, 229, 0.1);
        border-radius: var(--radius-xl);
        border: 1px solid rgba(79, 70, 229, 0.3);
        width: 100%;
        box-shadow: var(--shadow-md);
        transition: var(--transition);
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }.wpc-scope-100 .tc-wp-tool-root .author-section:hover, .wpc-scope-100 .tc-wp-tool-root .author-section:active{
        transform: translateY(-3px);
        box-shadow: var(--shadow-lg), 0 0 20px rgba(79, 70, 229, 0.3);
    }.wpc-scope-100 .tc-wp-tool-root .author-avatar{
        width: clamp(50px, 12vw, 60px);
        height: clamp(50px, 12vw, 60px);
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid transparent;
        background: var(--gradient-primary);
        padding: 2px;
        box-shadow: var(--shadow-md);
        animation: avatarPulse 4s ease-in-out infinite;
        flex-shrink: 0;
    }.wpc-scope-100 .tc-wp-tool-root .author-details{
        flex: 1;
        min-width: 0;
    }.wpc-scope-100 .tc-wp-tool-root .author-details h3{
        font-size: clamp(1rem, 3vw, 1.2rem);
        font-weight: 700;
        margin-bottom: 0.25rem;
        background: var(--gradient-primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        word-break: break-word;
    }.wpc-scope-100 .tc-wp-tool-root .author-username{
        color: var(--text-tertiary);
        font-size: clamp(0.8rem, 2.5vw, 0.95rem);
        font-weight: 500;
        word-break: break-word;
    }.wpc-scope-100 .tc-wp-tool-root .video-title{
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        font-weight: 800;
        margin-bottom: 1.5rem;
        line-height: 1.4;
        color: var(--text-primary);
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        word-break: break-word;
        padding: 0 1rem;
    }.wpc-scope-100 .tc-wp-tool-root .video-stats{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: clamp(0.5rem, 2vw, 1rem);
        margin-bottom: 2rem;
    }.wpc-scope-100 .tc-wp-tool-root .stat-item{
        background: rgba(30, 41, 59, 0.8);
        padding: clamp(0.8rem, 3vw, 1.2rem);
        border-radius: var(--radius-lg);
        text-align: center;
        border: 1px solid rgba(79, 70, 229, 0.2);
        transition: var(--transition);
        position: relative;
        overflow: hidden;
        box-shadow: var(--shadow-md);
        backdrop-filter: blur(15px);
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }.wpc-scope-100 .tc-wp-tool-root .stat-item::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(79, 70, 229, 0.3), transparent);
        transition: left 0.6s;
    }.wpc-scope-100 .tc-wp-tool-root .stat-item:hover::before, .wpc-scope-100 .tc-wp-tool-root .stat-item:active::before{
        left: 100%;
    }.wpc-scope-100 .tc-wp-tool-root .stat-item:hover, .wpc-scope-100 .tc-wp-tool-root .stat-item:active{
        transform: translateY(-5px) scale(1.02);
        box-shadow: var(--shadow-lg), 0 0 20px rgba(79, 70, 229, 0.3);
    }.wpc-scope-100 .tc-wp-tool-root .stat-item.views{
        border-color: rgba(79, 70, 229, 0.4);
        background: rgba(79, 70, 229, 0.1);
    }.wpc-scope-100 .tc-wp-tool-root .stat-item.likes{
        border-color: rgba(236, 72, 153, 0.4);
        background: rgba(236, 72, 153, 0.1);
    }.wpc-scope-100 .tc-wp-tool-root .stat-item.comments{
        border-color: rgba(139, 92, 246, 0.4);
        background: rgba(139, 92, 246, 0.1);
    }.wpc-scope-100 .tc-wp-tool-root .stat-item.shares{
        border-color: rgba(245, 158, 11, 0.4);
        background: rgba(245, 158, 11, 0.1);
    }.wpc-scope-100 .tc-wp-tool-root .stat-item.duration{
        border-color: rgba(16, 185, 129, 0.4);
        background: rgba(16, 185, 129, 0.1);
    }.wpc-scope-100 .tc-wp-tool-root .stat-value{
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        font-weight: 900;
        display: block;
        margin-bottom: 0.25rem;
        background: var(--gradient-primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: valueGlow 4s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .stat-label{
        font-size: clamp(0.7rem, 2vw, 0.8rem);
        color: var(--text-tertiary);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }.wpc-scope-100 .tc-wp-tool-root .video-streaming-area{
        background: rgba(79, 70, 229, 0.08);
        border: 2px solid rgba(79, 70, 229, 0.3);
        border-radius: var(--radius-xl);
        padding: clamp(1.5rem, 4vw, 2.5rem);
        margin-bottom: 1.5rem;
        position: relative;
        overflow: hidden;
        box-shadow: var(--shadow-lg);
        backdrop-filter: blur(15px);
    }.wpc-scope-100 .tc-wp-tool-root .video-streaming-area::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image:
            linear-gradient(rgba(79, 70, 229, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(139, 92, 246, 0.05) 1px, transparent 1px);
        background-size: 30px 30px;
        opacity: 0.6;
        pointer-events: none;
        z-index: 1;
        animation: gridMove 12s linear infinite;
    }.wpc-scope-100 .tc-wp-tool-root .video-streaming-area::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gradient-primary);
        z-index: 2;
        animation: borderFlow 3s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .streaming-header{
        text-align: center;
        margin-bottom: 2rem;
        position: relative;
        z-index: 3;
    }.wpc-scope-100 .tc-wp-tool-root .streaming-title{
        font-size: clamp(1rem, 3vw, 1.3rem);
        font-weight: 700;
        margin-bottom: 0.5rem;
        background: var(--gradient-primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: titlePulse 4s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .streaming-subtitle{
        color: var(--text-tertiary);
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        font-weight: 500;
    }.wpc-scope-100 .tc-wp-tool-root .video-player-wrapper{
        position: relative;
        width: 100%;
        max-width: min(380px, 90vw);
        margin: 0 auto;
        aspect-ratio: 9/16;
        border-radius: var(--radius-xl);
        overflow: hidden;
        box-shadow: var(--shadow-xl);
        background: #000;
        z-index: 3;
        border: 2px solid rgba(79, 70, 229, 0.3);
    }.wpc-scope-100 .tc-wp-tool-root .video-thumbnail{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 4;
        cursor: pointer;
        transition: var(--transition);
    }.wpc-scope-100 .tc-wp-tool-root .video-thumbnail:hover, .wpc-scope-100 .tc-wp-tool-root .video-thumbnail:active{
        transform: scale(1.02);
    }.wpc-scope-100 .tc-wp-tool-root .thumbnail-overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
        cursor: pointer;
        transition: var(--transition);
        backdrop-filter: blur(2px);
    }.wpc-scope-100 .tc-wp-tool-root .thumbnail-overlay:hover, .wpc-scope-100 .tc-wp-tool-root .thumbnail-overlay:active{
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
    }.wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn{
        width: clamp(60px, 15vw, 80px);
        height: clamp(60px, 15vw, 80px);
        background: var(--gradient-primary);
        border: none;
        border-radius: 50%;
        color: white;
        font-size: clamp(1.5rem, 4vw, 2rem);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: var(--shadow-xl), 0 0 30px rgba(79, 70, 229, 0.5);
        transition: var(--transition);
        position: relative;
        overflow: hidden;
        animation: playButtonPulse 3s ease-in-out infinite;
        border: 2px solid rgba(255, 255, 255, 0.2);
        min-height: 44px;
    }.wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transform: translateX(-100%);
        transition: transform 0.6s;
    }.wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn:hover::before, .wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn:active::before{
        transform: translateX(100%);
    }.wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn:hover, .wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn:active{
        transform: scale(1.15);
        box-shadow: var(--shadow-xl), 0 0 40px rgba(79, 70, 229, 0.6);
    }.wpc-scope-100 .tc-wp-tool-root .video-player{
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #000;
        position: relative;
        z-index: 2;
        display: none;
    }.wpc-scope-100 .tc-wp-tool-root .video-player.playing{
        display: block;
    }.wpc-scope-100 .tc-wp-tool-root .video-controls{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
        padding: clamp(1rem, 3vw, 1.5rem);
        transform: translateY(100%);
        transition: transform 0.4s ease;
        z-index: 10;
        backdrop-filter: blur(10px);
    }.wpc-scope-100 .tc-wp-tool-root .video-player-wrapper:hover .video-controls, .wpc-scope-100 .tc-wp-tool-root .video-controls.show{
        transform: translateY(0);
    }.wpc-scope-100 .tc-wp-tool-root .progress-bar{
        width: 100%;
        height: clamp(4px, 1.5vw, 6px);
        background: rgba(255, 255, 255, 0.2);
        border-radius: var(--radius-sm);
        margin-bottom: 0.5rem;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        min-height: 20px;
        display: flex;
        align-items: center;
    }.wpc-scope-100 .tc-wp-tool-root .progress-fill{
        height: 100%;
        background: var(--gradient-primary);
        border-radius: var(--radius-sm);
        width: 0%;
        transition: width 0.1s linear;
        box-shadow: 0 0 10px rgba(79, 70, 229, 0.5);
    }.wpc-scope-100 .tc-wp-tool-root .video-time{
        display: flex;
        justify-content: space-between;
        font-size: clamp(0.7rem, 2vw, 0.8rem);
        color: var(--text-tertiary);
        margin-bottom: 1rem;
    }.wpc-scope-100 .tc-wp-tool-root .control-buttons{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }.wpc-scope-100 .tc-wp-tool-root .control-group{
        display: flex;
        align-items: center;
        gap: clamp(0.5rem, 2vw, 0.75rem);
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .control-btn{
        background: rgba(255, 255, 255, 0.15);
        border: none;
        color: white;
        width: clamp(40px, 10vw, 44px);
        height: clamp(40px, 10vw, 44px);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: clamp(0.8rem, 2vw, 1rem);
        min-height: 44px;
        min-width: 44px;
    }.wpc-scope-100 .tc-wp-tool-root .control-btn:hover, .wpc-scope-100 .tc-wp-tool-root .control-btn:active{
        background: rgba(255, 255, 255, 0.25);
        transform: scale(1.1);
        box-shadow: var(--shadow-md);
    }.wpc-scope-100 .tc-wp-tool-root .play-btn{
        width: clamp(50px, 12vw, 60px);
        height: clamp(50px, 12vw, 60px);
        background: var(--gradient-primary);
        font-size: clamp(1rem, 3vw, 1.4rem);
        border: none;
        box-shadow: var(--shadow-lg), 0 0 30px rgba(79, 70, 229, 0.5);
    }.wpc-scope-100 .tc-wp-tool-root .volume-control{
        display: flex;
        align-items: center;
        gap: clamp(0.3rem, 1.5vw, 0.5rem);
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .volume-slider{
        width: clamp(60px, 15vw, 80px);
        height: clamp(4px, 1.5vw, 6px);
        background: rgba(255, 255, 255, 0.2);
        border-radius: var(--radius-sm);
        cursor: pointer;
        position: relative;
        overflow: hidden;
        min-height: 20px;
        display: flex;
        align-items: center;
    }.wpc-scope-100 .tc-wp-tool-root .volume-fill{
        height: 100%;
        background: var(--gradient-primary);
        border-radius: var(--radius-sm);
        width: 100%;
        transition: width 0.1s ease;
        box-shadow: 0 0 8px rgba(79, 70, 229, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .download-section{
        background: rgba(16, 185, 129, 0.1);
        border: 2px solid rgba(16, 185, 129, 0.3);
        border-radius: var(--radius-xl);
        padding: clamp(1rem, 3vw, 1.5rem);
        margin-bottom: 1.5rem;
        box-shadow: var(--shadow-md);
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(15px);
    }.wpc-scope-100 .tc-wp-tool-root .download-section::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gradient-success);
        animation: borderFlow 3s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .download-header{
        text-align: center;
        margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
    }.wpc-scope-100 .tc-wp-tool-root .download-title{
        font-size: clamp(1rem, 3vw, 1.2rem);
        font-weight: 700;
        margin-bottom: 0.25rem;
        background: var(--gradient-success);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        animation: titlePulse 4s ease-in-out infinite;
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .download-subtitle{
        color: var(--text-tertiary);
        font-size: clamp(0.8rem, 2vw, 0.9rem);
    }.wpc-scope-100 .tc-wp-tool-root .download-grid{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: clamp(0.8rem, 2vw, 1rem);
    }.wpc-scope-100 .tc-wp-tool-root .download-btn{
        background: var(--gradient-success);
        color: white;
        border: none;
        padding: clamp(0.8rem, 3vw, 1rem) clamp(1rem, 3vw, 1.5rem);
        border-radius: var(--radius-lg);
        font-weight: 700;
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        box-shadow: var(--shadow-md);
        position: relative;
        overflow: hidden;
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        animation: buttonGlow 5s ease-in-out infinite;
        border: 1px solid rgba(16, 185, 129, 0.3);
        min-height: 48px;
        text-align: center;
    }.wpc-scope-100 .tc-wp-tool-root .download-btn::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s;
    }.wpc-scope-100 .tc-wp-tool-root .download-btn:hover:not(:disabled)::before, .wpc-scope-100 .tc-wp-tool-root .download-btn:active:not(:disabled)::before{
        left: 100%;
    }.wpc-scope-100 .tc-wp-tool-root .download-btn:hover:not(:disabled), .wpc-scope-100 .tc-wp-tool-root .download-btn:active:not(:disabled){
        transform: translateY(-3px) scale(1.02);
        box-shadow: var(--shadow-lg), 0 0 20px rgba(16, 185, 129, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .download-btn:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
        animation: none;
    }.wpc-scope-100 .tc-wp-tool-root .download-btn.hd{
        background: var(--gradient-warning);
        border-color: rgba(245, 158, 11, 0.3);
    }.wpc-scope-100 .tc-wp-tool-root .download-btn.hd:hover:not(:disabled), .wpc-scope-100 .tc-wp-tool-root .download-btn.hd:active:not(:disabled){
        box-shadow: var(--shadow-lg), 0 0 30px rgba(245, 158, 11, 0.5);
    }.wpc-scope-100 .tc-wp-tool-root .audio-streaming{
        background: rgba(139, 92, 246, 0.12);
        border: 2px solid rgba(139, 92, 246, 0.3);
        border-radius: var(--radius-xl);
        padding: clamp(1rem, 3vw, 1.5rem);
        position: relative;
        overflow: hidden;
        box-shadow: var(--shadow-md);
        backdrop-filter: blur(15px);
    }.wpc-scope-100 .tc-wp-tool-root .audio-streaming::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gradient-accent);
        animation: borderFlow 3s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .audio-header{
        text-align: center;
        margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
    }.wpc-scope-100 .tc-wp-tool-root .audio-main-title{
        font-size: clamp(1rem, 3vw, 1.2rem);
        font-weight: 700;
        margin-bottom: 0.25rem;
        background: var(--gradient-accent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        animation: titlePulse 4s ease-in-out infinite;
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .audio-subtitle{
        color: var(--text-tertiary);
        font-size: clamp(0.8rem, 2vw, 0.9rem);
        margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
    }.wpc-scope-100 .tc-wp-tool-root .audio-player-section{
        display: flex;
        align-items: center;
        gap: clamp(0.8rem, 3vw, 1.2rem);
        margin-bottom: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }.wpc-scope-100 .tc-wp-tool-root .audio-icon-wrapper{
        position: relative;
        flex-shrink: 0;
    }.wpc-scope-100 .tc-wp-tool-root .audio-icon{
        width: clamp(40px, 10vw, 50px);
        height: clamp(40px, 10vw, 50px);
        background: var(--gradient-accent);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(1rem, 2.5vw, 1.2rem);
        color: white;
        box-shadow: var(--shadow-md);
        animation: audioIconPulse 4s ease-in-out infinite;
        position: relative;
        z-index: 2;
        border: 2px solid rgba(139, 92, 246, 0.3);
    }.wpc-scope-100 .tc-wp-tool-root .audio-wave{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 50%;
        animation: audioWaveRipple 2s ease-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .audio-wave:nth-child(1){
        width: clamp(50px, 12vw, 60px);
        height: clamp(50px, 12vw, 60px);
        animation-delay: 0s;
    }.wpc-scope-100 .tc-wp-tool-root .audio-wave:nth-child(2){
        width: clamp(60px, 15vw, 75px);
        height: clamp(60px, 15vw, 75px);
        animation-delay: 0.5s;
    }.wpc-scope-100 .tc-wp-tool-root .audio-wave:nth-child(3){
        width: clamp(70px, 18vw, 90px);
        height: clamp(70px, 18vw, 90px);
        animation-delay: 1s;
    }.wpc-scope-100 .tc-wp-tool-root .audio-info{
        flex: 1;
        min-width: 0;
        text-align: center;
    }.wpc-scope-100 .tc-wp-tool-root .audio-title{
        font-size: clamp(0.9rem, 2.5vw, 1rem);
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 0.25rem;
        word-break: break-word;
    }.wpc-scope-100 .tc-wp-tool-root .audio-artist{
        font-size: clamp(0.75rem, 2vw, 0.85rem);
        color: var(--text-tertiary);
        margin-bottom: 1rem;
        word-break: break-word;
    }.wpc-scope-100 .tc-wp-tool-root .audio-progress-container{
        width: 100%;
        margin-bottom: 1rem;
    }.wpc-scope-100 .tc-wp-tool-root .audio-progress{
        height: clamp(6px, 2vw, 8px);
        background: rgba(139, 92, 246, 0.2);
        border-radius: var(--radius-md);
        position: relative;
        cursor: pointer;
        overflow: hidden;
        margin-bottom: 0.5rem;
        min-height: 20px;
        display: flex;
        align-items: center;
    }.wpc-scope-100 .tc-wp-tool-root .audio-progress-fill{
        height: 100%;
        background: var(--gradient-accent);
        border-radius: var(--radius-md);
        width: 0%;
        transition: width 0.1s ease;
        box-shadow: 0 0 10px rgba(139, 92, 246, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .audio-time{
        display: flex;
        justify-content: space-between;
        font-size: clamp(0.7rem, 2vw, 0.8rem);
        color: var(--text-tertiary);
        margin-bottom: 1rem;
    }.wpc-scope-100 .tc-wp-tool-root .audio-controls{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(0.8rem, 3vw, 1rem);
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .audio-play-btn{
        width: clamp(44px, 10vw, 50px);
        height: clamp(44px, 10vw, 50px);
        background: var(--gradient-accent);
        border: none;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        box-shadow: var(--shadow-md);
        font-size: clamp(1rem, 2.5vw, 1.2rem);
        flex-shrink: 0;
        animation: audioPlayPulse 4s ease-in-out infinite;
        border: 2px solid rgba(139, 92, 246, 0.3);
        min-height: 44px;
        min-width: 44px;
    }.wpc-scope-100 .tc-wp-tool-root .audio-play-btn:hover, .wpc-scope-100 .tc-wp-tool-root .audio-play-btn:active{
        transform: scale(1.1);
        box-shadow: var(--shadow-lg), 0 0 20px rgba(139, 92, 246, 0.5);
    }.wpc-scope-100 .tc-wp-tool-root .audio-volume-control{
        display: flex;
        align-items: center;
        gap: clamp(0.5rem, 2vw, 0.75rem);
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .audio-volume-btn{
        background: rgba(139, 92, 246, 0.15);
        border: none;
        color: var(--secondary-light);
        width: clamp(36px, 8vw, 40px);
        height: clamp(36px, 8vw, 40px);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(139, 92, 246, 0.2);
        font-size: clamp(0.8rem, 2vw, 1rem);
        min-height: 44px;
        min-width: 44px;
    }.wpc-scope-100 .tc-wp-tool-root .audio-volume-btn:hover, .wpc-scope-100 .tc-wp-tool-root .audio-volume-btn:active{
        background: rgba(139, 92, 246, 0.25);
        transform: scale(1.1);
        box-shadow: var(--shadow-md);
    }.wpc-scope-100 .tc-wp-tool-root .audio-volume-slider{
        width: clamp(60px, 15vw, 80px);
        height: clamp(4px, 1.5vw, 6px);
        background: rgba(139, 92, 246, 0.2);
        border-radius: var(--radius-sm);
        cursor: pointer;
        position: relative;
        overflow: hidden;
        min-height: 20px;
        display: flex;
        align-items: center;
    }.wpc-scope-100 .tc-wp-tool-root .audio-volume-fill{
        height: 100%;
        background: var(--gradient-accent);
        border-radius: var(--radius-sm);
        width: 100%;
        transition: width 0.1s ease;
        box-shadow: 0 0 8px rgba(139, 92, 246, 0.4);
    }.wpc-scope-100 .tc-wp-tool-root .download-audio-section{
        text-align: center;
    }.wpc-scope-100 .tc-wp-tool-root .download-audio-btn{
        background: var(--gradient-accent);
        color: white;
        border: none;
        padding: clamp(0.8rem, 3vw, 1rem) clamp(1rem, 3vw, 1.5rem);
        border-radius: var(--radius-lg);
        font-weight: 700;
        cursor: pointer;
        transition: var(--transition);
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        box-shadow: var(--shadow-md);
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        position: relative;
        overflow: hidden;
        animation: buttonGlow 5s ease-in-out infinite;
        border: 1px solid rgba(139, 92, 246, 0.3);
        min-height: 48px;
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }.wpc-scope-100 .tc-wp-tool-root .download-audio-btn::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s;
    }.wpc-scope-100 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled)::before, .wpc-scope-100 .tc-wp-tool-root .download-audio-btn:active:not(:disabled)::before{
        left: 100%;
    }.wpc-scope-100 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled), .wpc-scope-100 .tc-wp-tool-root .download-audio-btn:active:not(:disabled){
        transform: translateY(-3px) scale(1.02);
        box-shadow: var(--shadow-lg), 0 0 20px rgba(139, 92, 246, 0.5);
    }.wpc-scope-100 .tc-wp-tool-root .download-audio-btn:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
        animation: none;
    }.wpc-scope-100 .tc-wp-tool-root .download-progress{
        position: fixed;
        bottom: 1.5rem;
        right: 1.5rem;
        background: var(--glass-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-xl);
        padding: clamp(1rem, 3vw, 1.5rem) clamp(1.5rem, 4vw, 2rem);
        min-width: min(320px, 90vw);
        max-width: 90vw;
        box-shadow: var(--shadow-xl);
        z-index: 1000;
        display: none;
    }.wpc-scope-100 .tc-wp-tool-root .download-progress.show{
        display: block;
        animation: slideInRight 0.4s ease-out;
    }.wpc-scope-100 .tc-wp-tool-root .progress-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
        gap: 1rem;
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .progress-text{
        font-weight: 700;
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        color: var(--text-primary);
        background: var(--gradient-primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        flex: 1;
        min-width: 0;
    }.wpc-scope-100 .tc-wp-tool-root .cancel-btn{
        background: rgba(239, 68, 68, 0.15);
        border: 1px solid rgba(239, 68, 68, 0.3);
        color: var(--danger);
        padding: clamp(0.4rem, 1.5vw, 0.5rem) clamp(0.8rem, 2vw, 1rem);
        border-radius: var(--radius-md);
        font-size: clamp(0.7rem, 2vw, 0.8rem);
        cursor: pointer;
        transition: var(--transition);
        font-weight: 600;
        backdrop-filter: blur(10px);
        min-height: 36px;
        flex-shrink: 0;
    }.wpc-scope-100 .tc-wp-tool-root .cancel-btn:hover, .wpc-scope-100 .tc-wp-tool-root .cancel-btn:active{
        background: rgba(239, 68, 68, 0.25);
        transform: scale(1.05);
    }.wpc-scope-100 .tc-wp-tool-root .progress-bar-container{
        width: 100%;
        height: clamp(6px, 2vw, 8px);
        background: rgba(139, 92, 246, 0.2);
        border-radius: var(--radius-md);
        overflow: hidden;
    }.wpc-scope-100 .tc-wp-tool-root .progress-bar-fill{
        height: 100%;
        background: var(--gradient-success);
        border-radius: var(--radius-md);
        width: 0%;
        transition: width 0.3s ease;
        box-shadow: 0 0 12px rgba(16, 185, 129, 0.4);
        animation: progressGlow 3s ease-in-out infinite;
    }.wpc-scope-100 .tc-wp-tool-root .error-message{
        background: rgba(239, 68, 68, 0.1);
        border: 2px solid rgba(239, 68, 68, 0.3);
        color: var(--danger);
        padding: clamp(1rem, 3vw, 1.2rem) clamp(1.2rem, 4vw, 1.8rem);
        border-radius: var(--radius-lg);
        margin: 1rem 0;
        display: none;
        align-items: center;
        gap: clamp(0.5rem, 2vw, 1rem);
        font-weight: 600;
        backdrop-filter: blur(15px);
        box-shadow: var(--shadow-md);
        animation: errorShake 0.5s ease-in-out;
        font-size: clamp(0.8rem, 2vw, 1rem);
        flex-wrap: wrap;
    }.wpc-scope-100 .tc-wp-tool-root .error-message.show{
        display: flex;
        animation: fadeInUp 0.3s ease-out, errorShake 0.5s ease-in-out;
    }@keyframes gradientShift{
        0%, 100% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
    }@keyframes backgroundFloat{
        0%, 100% {
            opacity: 1;
            transform: translateY(0px);
        }
        50% {
            opacity: 0.8;
            transform: translateY(-10px);
        }
    }@keyframes fadeInDown{
        from {
            opacity: 0;
            transform: translateY(-40px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }@keyframes fadeInUp{
        from {
            opacity: 0;
            transform: translateY(40px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }@keyframes slideInRight{
        from {
            opacity: 0;
            transform: translateX(100%);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }@keyframes spin{
        to {
            transform: rotate(360deg);
        }
    }@keyframes logoFloat{
        0%, 100% {
            transform: translateY(0px) rotate(0deg);
        }
        50% {
            transform: translateY(-10px) rotate(5deg);
        }
    }@keyframes logoShine{
        0% {
            transform: translateX(-100%) translateY(-100%) rotate(45deg);
        }
        100% {
            transform: translateX(100%) translateY(100%) rotate(45deg);
        }
    }@keyframes textGradient{
        0%, 100% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
    }@keyframes subtitleGlow{
        0%, 100% {
            text-shadow: 0 0 5px rgba(148, 163, 184, 0.3);
        }
        50% {
            text-shadow: 0 0 15px rgba(148, 163, 184, 0.6);
        }
    }@keyframes borderFlow{
        0%, 100% {
            opacity: 0.5;
        }
        50% {
            opacity: 1;
        }
    }@keyframes inputFocusGlow{
        0%, 100% {
            box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2), var(--shadow-glow), inset 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        50% {
            box-shadow: 0 0 0 6px rgba(79, 70, 229, 0.4), var(--shadow-glow), inset 0 2px 10px rgba(0, 0, 0, 0.3);
        }
    }@keyframes buttonPulse{
        0%, 100% {
            box-shadow: var(--shadow-lg);
        }
        50% {
            box-shadow: var(--shadow-xl), 0 0 30px rgba(79, 70, 229, 0.5);
        }
    }@keyframes buttonHoverGlow{
        0%, 100% {
            filter: brightness(1);
        }
        50% {
            filter: brightness(1.2);
        }
    }@keyframes textFade{
        0%, 100% {
            opacity: 0.7;
        }
        50% {
            opacity: 1;
        }
    }@keyframes avatarPulse{
        0%, 100% {
            box-shadow: var(--shadow-md);
        }
        50% {
            box-shadow: var(--shadow-md), 0 0 30px rgba(79, 70, 229, 0.6);
        }
    }@keyframes valueGlow{
        0%, 100% {
            filter: brightness(1);
        }
        50% {
            filter: brightness(1.2);
        }
    }@keyframes gridMove{
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(30px, 30px);
        }
    }@keyframes titlePulse{
        0%, 100% {
            filter: brightness(1);
        }
        50% {
            filter: brightness(1.3);
        }
    }@keyframes playButtonPulse{
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
    }@keyframes buttonGlow{
        0%, 100% {
            box-shadow: var(--shadow-md);
        }
        50% {
            box-shadow: var(--shadow-lg);
        }
    }@keyframes audioIconPulse{
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
    }@keyframes audioWaveRipple{
        0% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(0.8);
        }
        100% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(2);
        }
    }@keyframes audioPlayPulse{
        0%, 100% {
            box-shadow: var(--shadow-md);
        }
        50% {
            box-shadow: var(--shadow-lg), 0 0 20px rgba(139, 92, 246, 0.5);
        }
    }@keyframes progressGlow{
        0%, 100% {
            box-shadow: 0 0 12px rgba(16, 185, 129, 0.4);
        }
        50% {
            box-shadow: 0 0 20px rgba(16, 185, 129, 0.8);
        }
    }@keyframes errorShake{
        0%, 100% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-5px);
        }
        75% {
            transform: translateX(5px);
        }
    }@media (max-height: 500px) and (orientation: landscape){.tc-wp-tool-root .container{
            padding: 1rem;
        }.tc-wp-tool-root .header{
            margin-bottom: 1rem;
        }.tc-wp-tool-root .logo{
            flex-direction: row;
            gap: 1rem;
        }.tc-wp-tool-root .logo-icon{
            width: 40px;
            height: 40px;
            font-size: 16px;
        }.tc-wp-tool-root .video-player-wrapper{
            max-width: min(200px, 30vw);
        }.tc-wp-tool-root .video-stats{
            grid-template-columns: repeat(5, 1fr);
            gap: 0.5rem;
        }.tc-wp-tool-root .stat-item{
            min-height: 60px;
            padding: 0.5rem;
        }.tc-wp-tool-root .stat-value{
            font-size: 1rem;
        }.tc-wp-tool-root .stat-label{
            font-size: 0.6rem;
        }}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.tc-wp-tool-root .logo-icon, .tc-wp-tool-root .author-avatar, .tc-wp-tool-root .audio-icon, .tc-wp-tool-root .thumbnail-play-btn, .tc-wp-tool-root .audio-play-btn{
            image-rendering: -webkit-optimize-contrast;
            image-rendering: crisp-edges;
        }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root *, .tc-wp-tool-root *::before, .tc-wp-tool-root *::after{
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }.tc-wp-tool-root .video-player-wrapper, .tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
            animation: none !important;
        }}@media (prefers-contrast: high){.tc-wp-tool-root{
            --glass-bg: rgba(0, 0, 0, 0.9);
            --glass-border: rgba(255, 255, 255, 0.8);
            --shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
            --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.9);
            --shadow-xl: 0 16px 60px rgba(0, 0, 0, 1);
        }.tc-wp-tool-root .input-field, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .download-btn, .tc-wp-tool-root .audio-play-btn{
            border: 2px solid var(--text-primary);
        }}@media (prefers-color-scheme: dark){.tc-wp-tool-root{
            background: linear-gradient(135deg,
                    #000000 0%,
                    var(--bg-primary) 25%,
                    var(--bg-secondary) 50%,
                    var(--bg-tertiary) 75%,
                    var(--card-bg) 100%);
        }}@media print{.tc-wp-tool-root{
            background: white !important;
            color: black !important;
        }.tc-wp-tool-root .container{
            max-width: none;
            padding: 0;
        }.tc-wp-tool-root .video-player-wrapper, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming, .tc-wp-tool-root .download-progress{
            display: none !important;
        }.tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section{
            background: white !important;
            border: 1px solid black !important;
            box-shadow: none !important;
        }}@media (max-width: 992px){.tc-wp-tool-root .container_tiktok{
        padding: 3rem;
    }.tc-wp-tool-root .logo{
        gap: 1rem;
    }.tc-wp-tool-root .logo-icon{
        width: 60px;
        height: 60px;
        font-size: 24px;
    }.tc-wp-tool-root .logo-text{
        font-size: 3rem;
    }.tc-wp-tool-root .subtitle{
        font-size: 1rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 2rem;
    }.tc-wp-tool-root .input-field{
        padding: 1.2rem 1.5rem !important;
        font-size: 1rem !important;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-another-btn{
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }.tc-wp-tool-root .search-btn{
        padding: 1.2rem 2rem;
        font-size: 1rem;
    }.tc-wp-tool-root .author-section{
        flex-direction: column;
        text-align: center;
    }.tc-wp-tool-root .author-avatar{
        width: 55px;
        height: 55px;
    }.tc-wp-tool-root .video-title{
        font-size: 1.4rem;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0.8rem;
    }.tc-wp-tool-root .stat-value{
        font-size: 1.4rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.75rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 2rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 1.2rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.9rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(350px, 80vw);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }.tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
        font-size: 1.1rem;
    }.tc-wp-tool-root .download-subtitle, .tc-wp-tool-root .audio-subtitle{
        font-size: 0.85rem;
    }.tc-wp-tool-root .download-grid{
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 0.8rem;
    }.tc-wp-tool-root .download-btn{
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }.tc-wp-tool-root .audio-icon{
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 55px;
        height: 55px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 70px;
        height: 70px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 85px;
        height: 85px;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.95rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.8rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .download-audio-btn{
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }.tc-wp-tool-root .download-progress{
        min-width: 280px;
        padding: 1rem 1.5rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.9rem;
    }}@media (max-width: 768px){.tc-wp-tool-root .container_tiktok{
        padding: 2.5rem;
    }.tc-wp-tool-root .logo-text{
        font-size: 2.5rem;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 1.8rem;
    }.tc-wp-tool-root .input-field{
        padding: 1rem 1.2rem !important;
        font-size: 0.95rem !important;
    }.tc-wp-tool-root .input-actions{
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }.tc-wp-tool-root .paste-btn{
        width: 100%;
        justify-content: center;
        padding: 0.7rem 1rem;
        font-size: 0.8rem;
    }.tc-wp-tool-root .action-buttons{
        grid-template-columns: 1fr;
        width: 100%;
    }.tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn{
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }.tc-wp-tool-root .loading-spinner{
        width: 80px;
        height: 80px;
    }.tc-wp-tool-root .loading-text{
        font-size: 1.2rem;
    }.tc-wp-tool-root .loading-subtext{
        font-size: 0.9rem;
    }.tc-wp-tool-root .author-section{
        padding: 1rem;
    }.tc-wp-tool-root .author-avatar{
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .author-details h3{
        font-size: 1.1rem;
    }.tc-wp-tool-root .author-username{
        font-size: 0.9rem;
    }.tc-wp-tool-root .video-title{
        font-size: 1.2rem;
        padding: 0 0.5rem;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(2, 1fr); 
        gap: 0.7rem;
    }.tc-wp-tool-root .stat-value{
        font-size: 1.2rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.7rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 1.8rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 1.1rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.85rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(300px, 90vw);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }.tc-wp-tool-root .control-buttons{
        flex-direction: column;
        align-items: stretch;
        gap: 0.8rem;
    }.tc-wp-tool-root .control-group{
        width: 100%;
        justify-content: center;
    }.tc-wp-tool-root .download-grid{
        grid-template-columns: 1fr; 
    }.tc-wp-tool-root .download-btn{
        width: 100%;
    }.tc-wp-tool-root .audio-player-section{
        flex-direction: column;
        gap: 0.8rem;
    }.tc-wp-tool-root .audio-icon-wrapper{
        margin-bottom: 0.5rem;
    }.tc-wp-tool-root .audio-icon{
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 65px;
        height: 65px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 80px;
        height: 80px;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.75rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .download-audio-btn{
        max-width: 100%;
    }.tc-wp-tool-root .download-progress{
        bottom: 1rem;
        right: 1rem;
        min-width: unset;
        width: calc(100% - 2rem);
        padding: 0.8rem 1rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.85rem;
    }.tc-wp-tool-root .cancel-btn{
        padding: 0.3rem 0.6rem;
        font-size: 0.7rem;
    }}@media (max-width: 600px){.tc-wp-tool-root .container_tiktok{
        padding: 2rem 1.5rem;
    }.tc-wp-tool-root .logo-icon{
        width: 50px;
        height: 50px;
        font-size: 20px;
    }.tc-wp-tool-root .logo-text{
        font-size: 2rem;
        letter-spacing: -1px;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.85rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 1.5rem;
    }.tc-wp-tool-root .input-field{
        padding: 0.9rem 1rem !important;
        font-size: 0.9rem !important;
    }.tc-wp-tool-root .input-actions{
        margin-top: 0.8rem;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn{
        padding: 0.8rem 1rem;
        font-size: 0.85rem;
        min-height: 40px;
    }.tc-wp-tool-root .search-btn{
        min-height: 50px;
    }.tc-wp-tool-root .loading-spinner{
        width: 60px;
        height: 60px;
        margin-bottom: 1.5rem;
    }.tc-wp-tool-root .loading-text{
        font-size: 1.1rem;
    }.tc-wp-tool-root .loading-subtext{
        font-size: 0.8rem;
    }.tc-wp-tool-root .author-section{
        padding: 0.8rem;
        gap: 0.8rem;
    }.tc-wp-tool-root .author-avatar{
        width: 45px;
        height: 45px;
    }.tc-wp-tool-root .author-details h3{
        font-size: 1rem;
    }.tc-wp-tool-root .author-username{
        font-size: 0.85rem;
    }.tc-wp-tool-root .video-title{
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }.tc-wp-tool-root .stat-item{
        padding: 0.8rem;
        min-height: 70px;
    }.tc-wp-tool-root .stat-value{
        font-size: 1.1rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.65rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 1.5rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 1rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(280px, 90vw);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }.tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
        font-size: 1rem;
        gap: 0.3rem;
    }.tc-wp-tool-root .download-subtitle, .tc-wp-tool-root .audio-subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .download-btn{
        padding: 0.7rem 1rem;
        font-size: 0.85rem;
        min-height: 44px;
    }.tc-wp-tool-root .audio-icon{
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 45px;
        height: 45px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 55px;
        height: 55px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 65px;
        height: 65px;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.85rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.7rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }.tc-wp-tool-root .audio-volume-slider, .tc-wp-tool-root .volume-slider{
        width: 50px;
    }.tc-wp-tool-root .download-audio-btn{
        padding: 0.7rem 1rem;
        font-size: 0.85rem;
        min-height: 44px;
    }.tc-wp-tool-root .download-progress{
        bottom: 0.8rem;
        right: 0.8rem;
        padding: 0.6rem 0.8rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.8rem;
    }.tc-wp-tool-root .cancel-btn{
        font-size: 0.65rem;
        min-height: 30px;
    }.tc-wp-tool-root .error-message{
        padding: 0.8rem 1rem;
        font-size: 0.85rem;
    }}@media (max-width: 400px){.tc-wp-tool-root .container_tiktok{
        padding: 1.5rem 1rem;
    }.tc-wp-tool-root .logo{
        flex-direction: column;
        gap: 0.8rem;
    }.tc-wp-tool-root .logo-icon{
        width: 45px;
        height: 45px;
        font-size: 18px;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.8rem;
        line-height: 1.2;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.8rem;
        margin-top: 0.3rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 1.2rem;
    }.tc-wp-tool-root .input-field{
        padding: 0.8rem 0.9rem !important;
        font-size: 0.85rem !important;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn{
        font-size: 0.8rem;
        padding: 0.7rem;
    }.tc-wp-tool-root .search-btn{
        min-height: 45px;
    }.tc-wp-tool-root .loading-text{
        font-size: 1rem;
    }.tc-wp-tool-root .loading-subtext{
        font-size: 0.75rem;
    }.tc-wp-tool-root .author-section{
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.7rem;
    }.tc-wp-tool-root .author-avatar{
        width: 40px;
        height: 40px;
    }.tc-wp-tool-root .author-details h3{
        font-size: 0.95rem;
    }.tc-wp-tool-root .author-username{
        font-size: 0.8rem;
    }.tc-wp-tool-root .video-title{
        font-size: 1rem;
        margin-bottom: 0.8rem;
        padding: 0 0.2rem;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: 1fr; 
        gap: 0.4rem;
    }.tc-wp-tool-root .stat-item{
        padding: 0.7rem;
        min-height: 60px;
    }.tc-wp-tool-root .stat-value{
        font-size: 1rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.6rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 1.2rem;
    }.tc-wp-tool-root .streaming-header{
        margin-bottom: 1rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 0.95rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.75rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(250px, 95vw);
        width: 100%; 
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }.tc-wp-tool-root .control-btn, .tc-wp-tool-root .play-btn{
        min-width: 36px;
        min-height: 36px;
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .play-btn{
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .video-time{
        font-size: 0.7rem;
        margin-bottom: 0.8rem;
    }.tc-wp-tool-root .download-grid{
        gap: 0.5rem;
    }.tc-wp-tool-root .download-btn{
        font-size: 0.8rem;
        min-height: 40px;
        padding: 0.6rem;
    }.tc-wp-tool-root .audio-player-section{
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }.tc-wp-tool-root .audio-icon-wrapper{
        margin-bottom: 0;
    }.tc-wp-tool-root .audio-icon{
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 40px;
        height: 40px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 60px;
        height: 60px;
    }.tc-wp-tool-root .audio-info{
        text-align: center;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.8rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.65rem;
        margin-bottom: 0.8rem;
    }.tc-wp-tool-root .audio-progress{
        min-height: 16px;
        height: 4px;
    }.tc-wp-tool-root .audio-time{
        font-size: 0.65rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
        min-height: 38px;
        min-width: 38px;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 30px;
        height: 30px;
        font-size: 0.7rem;
        min-height: 30px;
        min-width: 30px;
    }.tc-wp-tool-root .audio-volume-slider, .tc-wp-tool-root .volume-slider{
        width: 40px;
        min-height: 16px;
        height: 4px;
    }.tc-wp-tool-root .download-audio-btn{
        font-size: 0.8rem;
        min-height: 40px;
        padding: 0.6rem;
    }.tc-wp-tool-root .download-progress{
        bottom: 0.5rem;
        right: 0.5rem;
        padding: 0.5rem 0.6rem;
        min-width: unset;
        width: calc(100% - 1rem);
    }.tc-wp-tool-root .progress-header{
        margin-bottom: 0.6rem;
        gap: 0.5rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.75rem;
    }.tc-wp-tool-root .cancel-btn{
        padding: 0.2rem 0.5rem;
        font-size: 0.6rem;
    }.tc-wp-tool-root .progress-bar-container{
        height: 5px;
    }.tc-wp-tool-root .error-message{
        padding: 0.7rem 0.9rem;
        font-size: 0.8rem;
        gap: 0.5rem;
    }}@media (max-width: 375px){.tc-wp-tool-root .container_tiktok{
        padding: 1.2rem 0.8rem;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.6rem;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.75rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 1rem;
    }.tc-wp-tool-root .input-field{
        padding: 0.7rem 0.8rem !important;
        font-size: 0.8rem !important;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn{
        font-size: 0.75rem;
        padding: 0.5rem;
    }.tc-wp-tool-root .search-btn{
        min-height: 40px;
    }.tc-wp-tool-root .loading-spinner{
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .loading-text{
        font-size: 0.9rem;
    }.tc-wp-tool-root .loading-subtext{
        font-size: 0.7rem;
    }.tc-wp-tool-root .author-avatar{
        width: 35px;
        height: 35px;
    }.tc-wp-tool-root .author-details h3{
        font-size: 0.9rem;
    }.tc-wp-tool-root .author-username{
        font-size: 0.75rem;
    }.tc-wp-tool-root .video-title{
        font-size: 0.9rem;
        margin-bottom: 0.6rem;
    }.tc-wp-tool-root .stat-item{
        padding: 0.6rem;
        min-height: 55px;
    }.tc-wp-tool-root .stat-value{
        font-size: 0.9rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.55rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 1rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.7rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(220px, 95vw);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }.tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .download-subtitle, .tc-wp-tool-root .audio-subtitle{
        font-size: 0.75rem;
    }.tc-wp-tool-root .download-btn{
        font-size: 0.75rem;
        min-height: 38px;
        padding: 0.5rem;
    }.tc-wp-tool-root .audio-icon{
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 38px;
        height: 38px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 48px;
        height: 48px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 58px;
        height: 58px;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.75rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.6rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
        min-height: 35px;
        min-width: 35px;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 28px;
        height: 28px;
        font-size: 0.65rem;
        min-height: 28px;
        min-width: 28px;
    }.tc-wp-tool-root .download-audio-btn{
        font-size: 0.75rem;
        min-height: 38px;
        padding: 0.5rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.7rem;
    }.tc-wp-tool-root .cancel-btn{
        font-size: 0.55rem;
        min-height: 28px;
    }.tc-wp-tool-root .error-message{
        padding: 0.6rem 0.8rem;
        font-size: 0.75rem;
    }}.wpc-scope-100 .tc-wp-tool-root{
    --primary: #6d5dfc;
    --primary-light: #8b7cff;
    --primary-dark: #4f46e5;
    --secondary: #14b8a6;
    --secondary-light: #5eead4;
    --secondary-dark: #0f766e;
    --accent: #f43f8b;
    --accent-light: #fb7185;
    --accent-dark: #be185d;
    --success: #22c55e;
    --success-light: #86efac;
    --warning: #f59e0b;
    --warning-light: #fcd34d;
    --danger: #ef4444;
    --danger-light: #fb7185;

    --bg-primary: #080b14;
    --bg-secondary: #101827;
    --bg-tertiary: #182438;
    --card-bg: rgba(17, 24, 39, 0.78);
    --card-hover: rgba(31, 41, 55, 0.92);

    --text-primary: #f8fafc;
    --text-secondary: #dbeafe;
    --text-tertiary: #9fb0c7;
    --text-accent: #c4b5fd;

    --glass-bg: rgba(12, 18, 32, 0.72);
    --glass-border: rgba(186, 199, 255, 0.18);

    --shadow-sm: 0 2px 10px rgba(2, 6, 23, 0.22);
    --shadow-md: 0 10px 28px rgba(2, 6, 23, 0.28);
    --shadow-lg: 0 18px 48px rgba(2, 6, 23, 0.36);
    --shadow-xl: 0 28px 80px rgba(2, 6, 23, 0.48);
    --shadow-glow: 0 0 34px rgba(109, 93, 252, 0.36);

    --gradient-primary: linear-gradient(135deg, #6d5dfc 0%, #8b5cf6 42%, #14b8a6 100%);
    --gradient-accent: linear-gradient(135deg, #f43f8b 0%, #8b5cf6 55%, #06b6d4 100%);
    --gradient-success: linear-gradient(135deg, #22c55e 0%, #14b8a6 100%);
    --gradient-warning: linear-gradient(135deg, #f59e0b 0%, #ef7d18 45%, #f43f5e 100%);
    --gradient-danger: linear-gradient(135deg, #ef4444 0%, #f43f8b 100%);

    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 18px;
    --radius-xl: 24px;
    --radius-2xl: 32px;

    --transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}.wpc-scope-100 .tc-wp-tool-root *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-100 .tc-wp-tool-root .tiktok_body{
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 15% 10%, rgba(109, 93, 252, 0.24) 0%, transparent 28%),
        radial-gradient(circle at 86% 22%, rgba(20, 184, 166, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 50% 92%, rgba(244, 63, 139, 0.16) 0%, transparent 35%),
        linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 48%, #111b2d 100%);
    background-size: 130% 130%;
    animation: gradientShift 20s ease infinite;
    color: var(--text-primary);
    min-height: 60vh;
    overflow-x: hidden;
    position: relative;
    isolation: isolate;
    padding: 1px 0;
}.wpc-scope-100 .tc-wp-tool-root .tiktok_body::before{
    content: '';
    position: fixed;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
    z-index: -1;
    mask-image: radial-gradient(circle at center, black, transparent 78%);
    animation: backgroundFloat 15s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .container_tiktok{
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem);
    position: relative;
    z-index: 1;
}.wpc-scope-100 .tc-wp-tool-root .header{
    text-align: center;
    margin-bottom: clamp(1.75rem, 4vw, 3rem);
    animation: fadeInDown 0.8s ease-out;
}.wpc-scope-100 .tc-wp-tool-root .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    margin-bottom: 1rem;
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .logo-icon{
    width: clamp(58px, 8vw, 76px);
    height: clamp(58px, 8vw, 76px);
    background: var(--gradient-primary);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(24px, 3vw, 30px);
    color: white;
    box-shadow: var(--shadow-xl), var(--shadow-glow);
    animation: logoFloat 4s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
}.wpc-scope-100 .tc-wp-tool-root .logo-icon::before{
    content: '';
    position: absolute;
    inset: -60%;
    background: linear-gradient(45deg, transparent 35%, rgba(255, 255, 255, 0.42), transparent 65%);
    animation: logoShine 4s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .logo-text{
    max-width: 980px;
    font-size: clamp(1.75rem, 4.4vw, 3.35rem);
    line-height: 1.06;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #c4b5fd 34%, #67e8f9 70%, #fda4af 100%);
    background-size: 260% 260%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
    animation: textGradient 5s ease infinite;
    filter: drop-shadow(0 10px 22px rgba(2, 6, 23, 0.32));
    text-align: center;
}.wpc-scope-100 .tc-wp-tool-root .subtitle{
    font-size: clamp(0.95rem, 2.4vw, 1.12rem);
    color: var(--text-secondary);
    font-weight: 500;
    margin-top: 0.75rem;
    animation: subtitleGlow 4s ease-in-out infinite;
    text-align: center;
    padding: 0 1rem;
}.wpc-scope-100 .tc-wp-tool-root .search-section{
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.82), rgba(12, 18, 32, 0.76));
    backdrop-filter: blur(22px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-2xl);
    padding: clamp(1.4rem, 4vw, 2.6rem);
    margin-bottom: 2rem;
    box-shadow: var(--shadow-xl);
    animation: fadeInUp 0.8s ease-out 0.12s both;
    position: relative;
    overflow: hidden;
}.wpc-scope-100 .tc-wp-tool-root .search-section::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-primary);
    animation: borderFlow 3s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .search-section::after{
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: radial-gradient(circle at 30% 0%, rgba(109, 93, 252, 0.14), transparent 40%);
    pointer-events: none;
}.wpc-scope-100 .tc-wp-tool-root .input-group{
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 2;
}.wpc-scope-100 .tc-wp-tool-root .input-field{
    width: 100% !important;
    padding: clamp(1rem, 3vw, 1.35rem) clamp(1.1rem, 4vw, 1.7rem) !important;
    background: rgba(8, 13, 24, 0.78) !important;
    border: 1px solid rgba(196, 181, 253, 0.28) !important;
    border-radius: var(--radius-xl) !important;
    color: var(--text-primary) !important;
    font-size: clamp(0.95rem, 2.4vw, 1.08rem) !important;
    font-weight: 500 !important;
    transition: var(--transition) !important;
    outline: none !important;
    backdrop-filter: blur(16px) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 14px 30px rgba(2, 6, 23, 0.22), var(--shadow-sm) !important;
    position: relative;
}.wpc-scope-100 .tc-wp-tool-root .input-field:focus{
    border-color: rgba(139, 124, 255, 0.95) !important;
    box-shadow:
        0 0 0 4px rgba(109, 93, 252, 0.18),
        0 0 34px rgba(20, 184, 166, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    background: rgba(12, 18, 32, 0.94) !important;
    transform: translateY(-2px) !important;
}.wpc-scope-100 .tc-wp-tool-root .input-field::placeholder{
    color: #8190a8;
    transition: var(--transition);
    font-weight: 400;
}.wpc-scope-100 .tc-wp-tool-root .input-field:focus::placeholder{
    color: var(--text-accent);
    opacity: 0.82;
}.wpc-scope-100 .tc-wp-tool-root .input-actions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    font-size: clamp(0.8rem, 2vw, 0.92rem);
    color: var(--text-tertiary);
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
    gap: 0.75rem;
}.wpc-scope-100 .tc-wp-tool-root .paste-btn{
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(196, 181, 253, 0.24);
    color: var(--text-primary);
    cursor: pointer;
    padding: clamp(0.55rem, 2vw, 0.72rem) clamp(0.9rem, 3vw, 1.35rem);
    border-radius: var(--radius-lg);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    position: relative;
    overflow: hidden;
    min-height: 44px;
}.wpc-scope-100 .tc-wp-tool-root .paste-btn::before, .wpc-scope-100 .tc-wp-tool-root .search-btn::before, .wpc-scope-100 .tc-wp-tool-root .search-another-btn::before, .wpc-scope-100 .tc-wp-tool-root .download-btn::before, .wpc-scope-100 .tc-wp-tool-root .download-audio-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    transform: skewX(-18deg);
    transition: left 0.55s ease;
}.wpc-scope-100 .tc-wp-tool-root .paste-btn:hover::before, .wpc-scope-100 .tc-wp-tool-root .paste-btn:active::before, .wpc-scope-100 .tc-wp-tool-root .search-btn:hover:not(:disabled)::before, .wpc-scope-100 .tc-wp-tool-root .search-btn:active:not(:disabled)::before, .wpc-scope-100 .tc-wp-tool-root .search-another-btn:hover::before, .wpc-scope-100 .tc-wp-tool-root .search-another-btn:active::before, .wpc-scope-100 .tc-wp-tool-root .download-btn:hover:not(:disabled)::before, .wpc-scope-100 .tc-wp-tool-root .download-btn:active:not(:disabled)::before, .wpc-scope-100 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled)::before, .wpc-scope-100 .tc-wp-tool-root .download-audio-btn:active:not(:disabled)::before{
    left: 140%;
}.wpc-scope-100 .tc-wp-tool-root .paste-btn:hover, .wpc-scope-100 .tc-wp-tool-root .paste-btn:active{
    background: rgba(109, 93, 252, 0.18);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md), 0 0 22px rgba(109, 93, 252, 0.24);
}.wpc-scope-100 .tc-wp-tool-root .action-buttons{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    z-index: 2;
    position: relative;
}.wpc-scope-100 .tc-wp-tool-root .search-btn{
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: clamp(1rem, 3vw, 1.25rem) clamp(1.5rem, 4vw, 2.8rem);
    border-radius: var(--radius-xl);
    font-size: clamp(0.95rem, 2.5vw, 1.08rem);
    font-weight: 800;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg), 0 0 26px rgba(109, 93, 252, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 58px;
    animation: buttonPulse 4.5s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.16);
    width: 100%;
}.wpc-scope-100 .tc-wp-tool-root .search-btn:hover:not(:disabled), .wpc-scope-100 .tc-wp-tool-root .search-btn:active:not(:disabled){
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl), 0 0 34px rgba(109, 93, 252, 0.42);
    filter: saturate(1.08);
}.wpc-scope-100 .tc-wp-tool-root .search-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
    animation: none;
}.wpc-scope-100 .tc-wp-tool-root .search-another-btn{
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
    border: 1px solid rgba(196, 181, 253, 0.28);
    padding: clamp(0.82rem, 2.5vw, 1.06rem) clamp(1rem, 3vw, 1.6rem);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    width: 100%;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    font-size: clamp(0.84rem, 2vw, 0.95rem);
    position: relative;
    overflow: hidden;
}.wpc-scope-100 .tc-wp-tool-root .search-another-btn:hover, .wpc-scope-100 .tc-wp-tool-root .search-another-btn:active{
    background: rgba(109, 93, 252, 0.18);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md), 0 0 22px rgba(109, 93, 252, 0.24);
}.wpc-scope-100 .tc-wp-tool-root .loading{
    display: none;
    text-align: center;
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.82), rgba(12, 18, 32, 0.76));
    backdrop-filter: blur(22px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-2xl);
    margin: 2rem 0;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}.wpc-scope-100 .tc-wp-tool-root .loading::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}.wpc-scope-100 .tc-wp-tool-root .loading-spinner{
    width: clamp(62px, 15vw, 98px);
    height: clamp(62px, 15vw, 98px);
    margin: 0 auto 2rem;
    position: relative;
}.wpc-scope-100 .tc-wp-tool-root .spinner-ring{
    position: absolute;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}.wpc-scope-100 .tc-wp-tool-root .spinner-ring:nth-child(1){
    width: 100%;
    height: 100%;
    border-top-color: var(--primary-light);
    border-right-color: var(--primary-light);
    animation-duration: 2s;
    box-shadow: 0 0 20px rgba(109, 93, 252, 0.4);
}.wpc-scope-100 .tc-wp-tool-root .spinner-ring:nth-child(2){
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
    border-bottom-color: var(--secondary);
    border-left-color: var(--secondary);
    animation-duration: 1.5s;
    animation-direction: reverse;
    box-shadow: 0 0 15px rgba(20, 184, 166, 0.35);
}.wpc-scope-100 .tc-wp-tool-root .spinner-ring:nth-child(3){
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    border-top-color: var(--accent);
    animation-duration: 1s;
    box-shadow: 0 0 10px rgba(244, 63, 139, 0.35);
}.wpc-scope-100 .tc-wp-tool-root .loading-text{
    font-size: clamp(1rem, 3vw, 1.35rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: var(--gradient-primary);
    background-size: 220% 220%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textGradient 3s ease infinite;
}.wpc-scope-100 .tc-wp-tool-root .loading-subtext{
    color: var(--text-tertiary);
    font-size: clamp(0.82rem, 2vw, 1rem);
    animation: textFade 2s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .video-section{
    display: none;
    animation: fadeInUp 0.8s ease-out;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.82), rgba(12, 18, 32, 0.76));
    backdrop-filter: blur(22px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-2xl);
    padding: clamp(1.4rem, 4vw, 2.6rem);
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}.wpc-scope-100 .tc-wp-tool-root .video-section::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-primary);
    animation: borderFlow 4s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .author-section{
    display: flex;
    align-items: center;
    gap: clamp(0.9rem, 3vw, 1.25rem);
    margin-bottom: 1.5rem;
    padding: clamp(1rem, 3vw, 1.4rem);
    background: rgba(109, 93, 252, 0.11);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(196, 181, 253, 0.22);
    width: 100%;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}.wpc-scope-100 .tc-wp-tool-root .author-section:hover, .wpc-scope-100 .tc-wp-tool-root .author-section:active{
    transform: translateY(-3px);
    background: rgba(109, 93, 252, 0.15);
    box-shadow: var(--shadow-lg), 0 0 24px rgba(109, 93, 252, 0.22);
}.wpc-scope-100 .tc-wp-tool-root .author-avatar{
    width: clamp(50px, 12vw, 64px);
    height: clamp(50px, 12vw, 64px);
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.16);
    background: var(--gradient-primary);
    padding: 2px;
    box-shadow: var(--shadow-md);
    animation: avatarPulse 4s ease-in-out infinite;
    flex-shrink: 0;
}.wpc-scope-100 .tc-wp-tool-root .author-details{
    flex: 1;
    min-width: 0;
}.wpc-scope-100 .tc-wp-tool-root .author-details h3{
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 800;
    margin-bottom: 0.25rem;
    background: linear-gradient(135deg, #ffffff, #c4b5fd 55%, #67e8f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-word;
}.wpc-scope-100 .tc-wp-tool-root .author-username{
    color: var(--text-tertiary);
    font-size: clamp(0.8rem, 2.5vw, 0.95rem);
    font-weight: 500;
    word-break: break-word;
}.wpc-scope-100 .tc-wp-tool-root .video-title{
    font-size: clamp(1.18rem, 4vw, 1.65rem);
    font-weight: 850;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    color: var(--text-primary);
    width: 100%;
    text-align: center;
    text-shadow: 0 8px 20px rgba(2, 6, 23, 0.4);
    word-break: break-word;
    padding: 0 1rem;
}.wpc-scope-100 .tc-wp-tool-root .video-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: clamp(0.65rem, 2vw, 1rem);
    margin-bottom: 2rem;
}.wpc-scope-100 .tc-wp-tool-root .stat-item{
    background: rgba(12, 18, 32, 0.68);
    padding: clamp(0.9rem, 3vw, 1.2rem);
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px solid rgba(196, 181, 253, 0.16);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(15px);
    min-height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.wpc-scope-100 .tc-wp-tool-root .stat-item::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.6s ease;
}.wpc-scope-100 .tc-wp-tool-root .stat-item:hover::before, .wpc-scope-100 .tc-wp-tool-root .stat-item:active::before{
    transform: translateX(120%);
}.wpc-scope-100 .tc-wp-tool-root .stat-item:hover, .wpc-scope-100 .tc-wp-tool-root .stat-item:active{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg), 0 0 20px rgba(109, 93, 252, 0.2);
    border-color: rgba(196, 181, 253, 0.32);
}.wpc-scope-100 .tc-wp-tool-root .stat-item.views{
    border-color: rgba(109, 93, 252, 0.38);
    background: rgba(109, 93, 252, 0.12);
}.wpc-scope-100 .tc-wp-tool-root .stat-item.likes{
    border-color: rgba(244, 63, 139, 0.38);
    background: rgba(244, 63, 139, 0.11);
}.wpc-scope-100 .tc-wp-tool-root .stat-item.comments{
    border-color: rgba(139, 92, 246, 0.38);
    background: rgba(139, 92, 246, 0.11);
}.wpc-scope-100 .tc-wp-tool-root .stat-item.shares{
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(245, 158, 11, 0.1);
}.wpc-scope-100 .tc-wp-tool-root .stat-item.duration{
    border-color: rgba(20, 184, 166, 0.4);
    background: rgba(20, 184, 166, 0.11);
}.wpc-scope-100 .tc-wp-tool-root .stat-value{
    font-size: clamp(1.18rem, 4vw, 1.6rem);
    font-weight: 900;
    display: block;
    margin-bottom: 0.25rem;
    background: linear-gradient(135deg, #ffffff, #67e8f9 50%, #c4b5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: valueGlow 4s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .stat-label{
    font-size: clamp(0.7rem, 2vw, 0.8rem);
    color: var(--text-tertiary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}.wpc-scope-100 .tc-wp-tool-root .video-streaming-area{
    background: rgba(109, 93, 252, 0.08);
    border: 1px solid rgba(196, 181, 253, 0.24);
    border-radius: var(--radius-2xl);
    padding: clamp(1.4rem, 4vw, 2.4rem);
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(16px);
}.wpc-scope-100 .tc-wp-tool-root .video-streaming-area::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(196, 181, 253, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 184, 166, 0.05) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.7;
    pointer-events: none;
    z-index: 1;
    animation: gridMove 14s linear infinite;
}.wpc-scope-100 .tc-wp-tool-root .video-streaming-area::after{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-primary);
    z-index: 2;
    animation: borderFlow 3s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .streaming-header{
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 3;
}.wpc-scope-100 .tc-wp-tool-root .streaming-title{
    font-size: clamp(1rem, 3vw, 1.3rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ffffff, #c4b5fd 52%, #67e8f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: titlePulse 4s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .streaming-subtitle{
    color: var(--text-tertiary);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    font-weight: 500;
}.wpc-scope-100 .tc-wp-tool-root .video-player-wrapper{
    position: relative;
    width: 100%;
    max-width: min(380px, 90vw);
    margin: 0 auto;
    aspect-ratio: 9/16;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl), 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #000;
    z-index: 3;
    border: 1px solid rgba(196, 181, 253, 0.32);
}.wpc-scope-100 .tc-wp-tool-root .video-thumbnail{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 4;
    cursor: pointer;
    transition: var(--transition);
}.wpc-scope-100 .tc-wp-tool-root .video-thumbnail:hover, .wpc-scope-100 .tc-wp-tool-root .video-thumbnail:active{
    transform: scale(1.025);
}.wpc-scope-100 .tc-wp-tool-root .thumbnail-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.56));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    transition: var(--transition);
    backdrop-filter: blur(1.5px);
}.wpc-scope-100 .tc-wp-tool-root .thumbnail-overlay:hover, .wpc-scope-100 .tc-wp-tool-root .thumbnail-overlay:active{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.68));
    backdrop-filter: blur(3px);
}.wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn{
    width: clamp(60px, 15vw, 82px);
    height: clamp(60px, 15vw, 82px);
    background: var(--gradient-primary);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: clamp(1.4rem, 4vw, 2rem);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-xl), 0 0 36px rgba(109, 93, 252, 0.44);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    animation: playButtonPulse 3s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.28);
    min-height: 44px;
}.wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    transform: translateX(-110%);
    transition: transform 0.6s;
}.wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn:hover::before, .wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn:active::before{
    transform: translateX(110%);
}.wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn:hover, .wpc-scope-100 .tc-wp-tool-root .thumbnail-play-btn:active{
    transform: scale(1.12);
    box-shadow: var(--shadow-xl), 0 0 44px rgba(20, 184, 166, 0.46);
}.wpc-scope-100 .tc-wp-tool-root .video-player{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    position: relative;
    z-index: 2;
    display: none;
}.wpc-scope-100 .tc-wp-tool-root .video-player.playing{
    display: block;
}.wpc-scope-100 .tc-wp-tool-root .video-controls{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
    padding: clamp(1rem, 3vw, 1.5rem);
    transform: translateY(100%);
    transition: transform 0.35s ease;
    z-index: 10;
    backdrop-filter: blur(12px);
}.wpc-scope-100 .tc-wp-tool-root .video-player-wrapper:hover .video-controls, .wpc-scope-100 .tc-wp-tool-root .video-controls.show{
    transform: translateY(0);
}.wpc-scope-100 .tc-wp-tool-root .progress-bar{
    width: 100%;
    height: clamp(5px, 1.5vw, 7px);
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    margin-bottom: 0.5rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 20px;
    display: flex;
    align-items: center;
}.wpc-scope-100 .tc-wp-tool-root .progress-fill{
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s linear;
    box-shadow: 0 0 12px rgba(109, 93, 252, 0.5);
}.wpc-scope-100 .tc-wp-tool-root .video-time{
    display: flex;
    justify-content: space-between;
    font-size: clamp(0.7rem, 2vw, 0.8rem);
    color: var(--text-secondary);
    margin-bottom: 1rem;
}.wpc-scope-100 .tc-wp-tool-root .control-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}.wpc-scope-100 .tc-wp-tool-root .control-group{
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 0.75rem);
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .control-btn{
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: white;
    width: clamp(40px, 10vw, 44px);
    height: clamp(40px, 10vw, 44px);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    font-size: clamp(0.8rem, 2vw, 1rem);
    min-height: 44px;
    min-width: 44px;
}.wpc-scope-100 .tc-wp-tool-root .control-btn:hover, .wpc-scope-100 .tc-wp-tool-root .control-btn:active{
    background: rgba(255, 255, 255, 0.24);
    transform: scale(1.08);
    box-shadow: var(--shadow-md);
}.wpc-scope-100 .tc-wp-tool-root .play-btn{
    width: clamp(50px, 12vw, 60px);
    height: clamp(50px, 12vw, 60px);
    background: var(--gradient-primary);
    font-size: clamp(1rem, 3vw, 1.4rem);
    border: none;
    box-shadow: var(--shadow-lg), 0 0 28px rgba(109, 93, 252, 0.48);
}.wpc-scope-100 .tc-wp-tool-root .volume-control{
    display: flex;
    align-items: center;
    gap: clamp(0.3rem, 1.5vw, 0.5rem);
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .volume-slider{
    width: clamp(60px, 15vw, 84px);
    height: clamp(5px, 1.5vw, 7px);
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 20px;
    display: flex;
    align-items: center;
}.wpc-scope-100 .tc-wp-tool-root .volume-fill{
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 999px;
    width: 100%;
    transition: width 0.1s ease;
    box-shadow: 0 0 8px rgba(109, 93, 252, 0.42);
}.wpc-scope-100 .tc-wp-tool-root .download-section{
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(134, 239, 172, 0.26);
    border-radius: var(--radius-2xl);
    padding: clamp(1rem, 3vw, 1.5rem);
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(16px);
}.wpc-scope-100 .tc-wp-tool-root .download-section::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-success);
    animation: borderFlow 3s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .download-header{
    text-align: center;
    margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
}.wpc-scope-100 .tc-wp-tool-root .download-title{
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 800;
    margin-bottom: 0.25rem;
    background: var(--gradient-success);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    animation: titlePulse 4s ease-in-out infinite;
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .download-subtitle{
    color: var(--text-tertiary);
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}.wpc-scope-100 .tc-wp-tool-root .download-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: clamp(0.8rem, 2vw, 1rem);
}.wpc-scope-100 .tc-wp-tool-root .download-btn{
    background: var(--gradient-success);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: clamp(0.82rem, 3vw, 1rem) clamp(1rem, 3vw, 1.5rem);
    border-radius: var(--radius-lg);
    font-weight: 800;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
    font-size: clamp(0.82rem, 2vw, 0.95rem);
    animation: buttonGlow 5s ease-in-out infinite;
    min-height: 50px;
    text-align: center;
}.wpc-scope-100 .tc-wp-tool-root .download-btn:hover:not(:disabled), .wpc-scope-100 .tc-wp-tool-root .download-btn:active:not(:disabled){
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg), 0 0 24px rgba(34, 197, 94, 0.38);
}.wpc-scope-100 .tc-wp-tool-root .download-btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    animation: none;
}.wpc-scope-100 .tc-wp-tool-root .download-btn.hd{
    background: var(--gradient-warning);
    border-color: rgba(252, 211, 77, 0.28);
}.wpc-scope-100 .tc-wp-tool-root .download-btn.hd:hover:not(:disabled), .wpc-scope-100 .tc-wp-tool-root .download-btn.hd:active:not(:disabled){
    box-shadow: var(--shadow-lg), 0 0 30px rgba(245, 158, 11, 0.44);
}.wpc-scope-100 .tc-wp-tool-root .audio-streaming{
    background: rgba(139, 92, 246, 0.12);
    border: 1px solid rgba(196, 181, 253, 0.26);
    border-radius: var(--radius-2xl);
    padding: clamp(1rem, 3vw, 1.5rem);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}.wpc-scope-100 .tc-wp-tool-root .audio-streaming::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-accent);
    animation: borderFlow 3s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .audio-header{
    text-align: center;
    margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
}.wpc-scope-100 .tc-wp-tool-root .audio-main-title{
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 800;
    margin-bottom: 0.25rem;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    animation: titlePulse 4s ease-in-out infinite;
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .audio-subtitle{
    color: var(--text-tertiary);
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
}.wpc-scope-100 .tc-wp-tool-root .audio-player-section{
    display: flex;
    align-items: center;
    gap: clamp(0.8rem, 3vw, 1.2rem);
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}.wpc-scope-100 .tc-wp-tool-root .audio-icon-wrapper{
    position: relative;
    flex-shrink: 0;
}.wpc-scope-100 .tc-wp-tool-root .audio-icon{
    width: clamp(42px, 10vw, 52px);
    height: clamp(42px, 10vw, 52px);
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: white;
    box-shadow: var(--shadow-md);
    animation: audioIconPulse 4s ease-in-out infinite;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.wpc-scope-100 .tc-wp-tool-root .audio-wave{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(196, 181, 253, 0.25);
    border-radius: 50%;
    animation: audioWaveRipple 2s ease-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .audio-wave:nth-child(1){
    width: clamp(50px, 12vw, 60px);
    height: clamp(50px, 12vw, 60px);
    animation-delay: 0s;
}.wpc-scope-100 .tc-wp-tool-root .audio-wave:nth-child(2){
    width: clamp(60px, 15vw, 75px);
    height: clamp(60px, 15vw, 75px);
    animation-delay: 0.5s;
}.wpc-scope-100 .tc-wp-tool-root .audio-wave:nth-child(3){
    width: clamp(70px, 18vw, 90px);
    height: clamp(70px, 18vw, 90px);
    animation-delay: 1s;
}.wpc-scope-100 .tc-wp-tool-root .audio-info{
    flex: 1;
    min-width: 0;
    text-align: center;
}.wpc-scope-100 .tc-wp-tool-root .audio-title{
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
    word-break: break-word;
}.wpc-scope-100 .tc-wp-tool-root .audio-artist{
    font-size: clamp(0.75rem, 2vw, 0.85rem);
    color: var(--text-tertiary);
    margin-bottom: 1rem;
    word-break: break-word;
}.wpc-scope-100 .tc-wp-tool-root .audio-progress-container{
    width: 100%;
    margin-bottom: 1rem;
}.wpc-scope-100 .tc-wp-tool-root .audio-progress{
    height: clamp(6px, 2vw, 8px);
    background: rgba(196, 181, 253, 0.18);
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0.5rem;
    min-height: 20px;
    display: flex;
    align-items: center;
}.wpc-scope-100 .tc-wp-tool-root .audio-progress-fill{
    height: 100%;
    background: var(--gradient-accent);
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s ease;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.4);
}.wpc-scope-100 .tc-wp-tool-root .audio-time{
    display: flex;
    justify-content: space-between;
    font-size: clamp(0.7rem, 2vw, 0.8rem);
    color: var(--text-tertiary);
    margin-bottom: 1rem;
}.wpc-scope-100 .tc-wp-tool-root .audio-controls{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.8rem, 3vw, 1rem);
    margin-bottom: 1rem;
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .audio-play-btn{
    width: clamp(44px, 10vw, 52px);
    height: clamp(44px, 10vw, 52px);
    background: var(--gradient-accent);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    flex-shrink: 0;
    animation: audioPlayPulse 4s ease-in-out infinite;
    min-height: 44px;
    min-width: 44px;
}.wpc-scope-100 .tc-wp-tool-root .audio-play-btn:hover, .wpc-scope-100 .tc-wp-tool-root .audio-play-btn:active{
    transform: scale(1.08);
    box-shadow: var(--shadow-lg), 0 0 22px rgba(139, 92, 246, 0.48);
}.wpc-scope-100 .tc-wp-tool-root .audio-volume-control{
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 0.75rem);
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .audio-volume-btn{
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(196, 181, 253, 0.22);
    color: #ddd6fe;
    width: clamp(36px, 8vw, 42px);
    height: clamp(36px, 8vw, 42px);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    font-size: clamp(0.8rem, 2vw, 1rem);
    min-height: 44px;
    min-width: 44px;
}.wpc-scope-100 .tc-wp-tool-root .audio-volume-btn:hover, .wpc-scope-100 .tc-wp-tool-root .audio-volume-btn:active{
    background: rgba(139, 92, 246, 0.25);
    transform: scale(1.08);
    box-shadow: var(--shadow-md);
}.wpc-scope-100 .tc-wp-tool-root .audio-volume-slider{
    width: clamp(60px, 15vw, 84px);
    height: clamp(5px, 1.5vw, 7px);
    background: rgba(196, 181, 253, 0.18);
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 20px;
    display: flex;
    align-items: center;
}.wpc-scope-100 .tc-wp-tool-root .audio-volume-fill{
    height: 100%;
    background: var(--gradient-accent);
    border-radius: 999px;
    width: 100%;
    transition: width 0.1s ease;
    box-shadow: 0 0 8px rgba(139, 92, 246, 0.4);
}.wpc-scope-100 .tc-wp-tool-root .download-audio-section{
    text-align: center;
}.wpc-scope-100 .tc-wp-tool-root .download-audio-btn{
    background: var(--gradient-accent);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: clamp(0.82rem, 3vw, 1rem) clamp(1rem, 3vw, 1.5rem);
    border-radius: var(--radius-lg);
    font-weight: 800;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    box-shadow: var(--shadow-md);
    font-size: clamp(0.82rem, 2vw, 0.95rem);
    position: relative;
    overflow: hidden;
    animation: buttonGlow 5s ease-in-out infinite;
    min-height: 50px;
    width: 100%;
    max-width: 300px;
    justify-content: center;
}.wpc-scope-100 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled), .wpc-scope-100 .tc-wp-tool-root .download-audio-btn:active:not(:disabled){
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg), 0 0 24px rgba(139, 92, 246, 0.44);
}.wpc-scope-100 .tc-wp-tool-root .download-audio-btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    animation: none;
}.wpc-scope-100 .tc-wp-tool-root .download-progress{
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background: rgba(12, 18, 32, 0.86);
    backdrop-filter: blur(22px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: clamp(1rem, 3vw, 1.4rem) clamp(1.3rem, 4vw, 1.8rem);
    min-width: min(320px, 90vw);
    max-width: 90vw;
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    display: none;
}.wpc-scope-100 .tc-wp-tool-root .download-progress.show{
    display: block;
    animation: slideInRight 0.4s ease-out;
}.wpc-scope-100 .tc-wp-tool-root .progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .progress-text{
    font-weight: 800;
    font-size: clamp(0.82rem, 2vw, 0.95rem);
    color: var(--text-primary);
    background: linear-gradient(135deg, #ffffff, #67e8f9, #c4b5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex: 1;
    min-width: 0;
}.wpc-scope-100 .tc-wp-tool-root .cancel-btn{
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(248, 113, 113, 0.32);
    color: #fecaca;
    padding: clamp(0.4rem, 1.5vw, 0.5rem) clamp(0.8rem, 2vw, 1rem);
    border-radius: var(--radius-md);
    font-size: clamp(0.7rem, 2vw, 0.8rem);
    cursor: pointer;
    transition: var(--transition);
    font-weight: 700;
    backdrop-filter: blur(10px);
    min-height: 36px;
    flex-shrink: 0;
}.wpc-scope-100 .tc-wp-tool-root .cancel-btn:hover, .wpc-scope-100 .tc-wp-tool-root .cancel-btn:active{
    background: rgba(239, 68, 68, 0.25);
    transform: scale(1.04);
}.wpc-scope-100 .tc-wp-tool-root .progress-bar-container{
    width: 100%;
    height: clamp(6px, 2vw, 8px);
    background: rgba(196, 181, 253, 0.18);
    border-radius: 999px;
    overflow: hidden;
}.wpc-scope-100 .tc-wp-tool-root .progress-bar-fill{
    height: 100%;
    background: var(--gradient-success);
    border-radius: 999px;
    width: 0%;
    transition: width 0.3s ease;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.44);
    animation: progressGlow 3s ease-in-out infinite;
}.wpc-scope-100 .tc-wp-tool-root .error-message{
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.34);
    color: #fecaca;
    padding: clamp(1rem, 3vw, 1.2rem) clamp(1.2rem, 4vw, 1.8rem);
    border-radius: var(--radius-lg);
    margin: 1rem 0 0;
    display: none;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 1rem);
    font-weight: 700;
    backdrop-filter: blur(15px);
    box-shadow: var(--shadow-md);
    animation: errorShake 0.5s ease-in-out;
    font-size: clamp(0.82rem, 2vw, 1rem);
    flex-wrap: wrap;
}.wpc-scope-100 .tc-wp-tool-root .error-message.show{
    display: flex;
    animation: fadeInUp 0.3s ease-out, errorShake 0.5s ease-in-out;
}.wpc-scope-100 .tc-wp-tool-root .fab, .wpc-scope-100 .tc-wp-tool-root .fas{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
}.wpc-scope-100 .tc-wp-tool-root .fa-tiktok, .wpc-scope-100 .tc-wp-tool-root .fa-paste, .wpc-scope-100 .tc-wp-tool-root .fa-play-circle, .wpc-scope-100 .tc-wp-tool-root .fa-search, .wpc-scope-100 .tc-wp-tool-root .fa-exclamation-triangle, .wpc-scope-100 .tc-wp-tool-root .fa-play, .wpc-scope-100 .tc-wp-tool-root .fa-pause, .wpc-scope-100 .tc-wp-tool-root .fa-volume-up, .wpc-scope-100 .tc-wp-tool-root .fa-volume-mute, .wpc-scope-100 .tc-wp-tool-root .fa-expand, .wpc-scope-100 .tc-wp-tool-root .fa-compress, .wpc-scope-100 .tc-wp-tool-root .fa-download, .wpc-scope-100 .tc-wp-tool-root .fa-hd-video, .wpc-scope-100 .tc-wp-tool-root .fa-music{
    line-height: 1;
}.wpc-scope-100 .tc-wp-tool-root .fa-exclamation-triangle{
    color: var(--danger-light);
}.wpc-scope-100 .tc-wp-tool-root .fa-download, .wpc-scope-100 .tc-wp-tool-root .fa-hd-video{
    color: currentColor;
}.wpc-scope-100 .tc-wp-tool-root .fa-music{
    color: currentColor;
}.wpc-scope-100 .tc-wp-tool-root .fa-tiktok{
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.24));
}@keyframes gradientShift{
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}@keyframes backgroundFloat{
    0%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0.82;
        transform: translateY(-10px);
    }
}@keyframes fadeInDown{
    from {
        opacity: 0;
        transform: translateY(-32px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes fadeInUp{
    from {
        opacity: 0;
        transform: translateY(32px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes slideInRight{
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}@keyframes spin{
    to {
        transform: rotate(360deg);
    }
}@keyframes logoFloat{
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(3deg);
    }
}@keyframes logoShine{
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}@keyframes textGradient{
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}@keyframes subtitleGlow{
    0%, 100% {
        text-shadow: 0 0 5px rgba(148, 163, 184, 0.18);
    }
    50% {
        text-shadow: 0 0 16px rgba(196, 181, 253, 0.38);
    }
}@keyframes borderFlow{
    0%, 100% {
        opacity: 0.65;
    }
    50% {
        opacity: 1;
    }
}@keyframes inputFocusGlow{
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(109, 93, 252, 0.18), var(--shadow-glow);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(109, 93, 252, 0.26), var(--shadow-glow);
    }
}@keyframes buttonPulse{
    0%, 100% {
        box-shadow: var(--shadow-lg), 0 0 22px rgba(109, 93, 252, 0.2);
    }
    50% {
        box-shadow: var(--shadow-xl), 0 0 34px rgba(20, 184, 166, 0.28);
    }
}@keyframes buttonHoverGlow{
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.15);
    }
}@keyframes textFade{
    0%, 100% {
        opacity: 0.72;
    }
    50% {
        opacity: 1;
    }
}@keyframes avatarPulse{
    0%, 100% {
        box-shadow: var(--shadow-md);
    }
    50% {
        box-shadow: var(--shadow-md), 0 0 28px rgba(109, 93, 252, 0.42);
    }
}@keyframes valueGlow{
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.16);
    }
}@keyframes gridMove{
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(32px, 32px);
    }
}@keyframes titlePulse{
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.22);
    }
}@keyframes playButtonPulse{
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.045);
    }
}@keyframes buttonGlow{
    0%, 100% {
        box-shadow: var(--shadow-md);
    }
    50% {
        box-shadow: var(--shadow-lg);
    }
}@keyframes audioIconPulse{
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}@keyframes audioWaveRipple{
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}@keyframes audioPlayPulse{
    0%, 100% {
        box-shadow: var(--shadow-md);
    }
    50% {
        box-shadow: var(--shadow-lg), 0 0 20px rgba(139, 92, 246, 0.42);
    }
}@keyframes progressGlow{
    0%, 100% {
        box-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
    }
    50% {
        box-shadow: 0 0 20px rgba(20, 184, 166, 0.72);
    }
}@keyframes errorShake{
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}@media (max-height: 500px) and (orientation: landscape){.tc-wp-tool-root .container{
        padding: 1rem;
    }.tc-wp-tool-root .header{
        margin-bottom: 1rem;
    }.tc-wp-tool-root .logo{
        flex-direction: row;
        gap: 1rem;
    }.tc-wp-tool-root .logo-icon{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(200px, 30vw);
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(5, 1fr);
        gap: 0.5rem;
    }.tc-wp-tool-root .stat-item{
        min-height: 60px;
        padding: 0.5rem;
    }.tc-wp-tool-root .stat-value{
        font-size: 1rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.6rem;
    }}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.tc-wp-tool-root .logo-icon, .tc-wp-tool-root .author-avatar, .tc-wp-tool-root .audio-icon, .tc-wp-tool-root .thumbnail-play-btn, .tc-wp-tool-root .audio-play-btn{
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root *, .tc-wp-tool-root *::before, .tc-wp-tool-root *::after{
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }.tc-wp-tool-root .video-player-wrapper, .tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        animation: none !important;
    }}@media (prefers-contrast: high){.tc-wp-tool-root{
        --glass-bg: rgba(0, 0, 0, 0.92);
        --glass-border: rgba(255, 255, 255, 0.82);
        --shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
        --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.9);
        --shadow-xl: 0 16px 60px rgba(0, 0, 0, 1);
    }.tc-wp-tool-root .input-field, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .download-btn, .tc-wp-tool-root .audio-play-btn{
        border: 2px solid var(--text-primary);
    }}@media (prefers-color-scheme: dark){.tc-wp-tool-root{
        background: linear-gradient(135deg,
                #000000 0%,
                var(--bg-primary) 25%,
                var(--bg-secondary) 50%,
                var(--bg-tertiary) 75%,
                var(--card-bg) 100%);
    }}@media print{.tc-wp-tool-root{
        background: white !important;
        color: black !important;
    }.tc-wp-tool-root .container{
        max-width: none;
        padding: 0;
    }.tc-wp-tool-root .video-player-wrapper, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming, .tc-wp-tool-root .download-progress{
        display: none !important;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section{
        background: white !important;
        border: 1px solid black !important;
        box-shadow: none !important;
    }}@media (max-width: 992px){.tc-wp-tool-root .container_tiktok{
        padding: 3rem;
    }.tc-wp-tool-root .logo{
        gap: 1rem;
    }.tc-wp-tool-root .logo-icon{
        width: 60px;
        height: 60px;
        font-size: 24px;
    }.tc-wp-tool-root .logo-text{
        font-size: 3rem;
    }.tc-wp-tool-root .subtitle{
        font-size: 1rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 2rem;
    }.tc-wp-tool-root .input-field{
        padding: 1.15rem 1.4rem !important;
        font-size: 1rem !important;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-another-btn{
        padding: 0.65rem 1rem;
        font-size: 0.85rem;
    }.tc-wp-tool-root .search-btn{
        padding: 1.15rem 2rem;
        font-size: 1rem;
    }.tc-wp-tool-root .author-section{
        flex-direction: column;
        text-align: center;
    }.tc-wp-tool-root .author-avatar{
        width: 55px;
        height: 55px;
    }.tc-wp-tool-root .video-title{
        font-size: 1.4rem;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 0.8rem;
    }.tc-wp-tool-root .stat-value{
        font-size: 1.4rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.75rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 2rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 1.2rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.9rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(350px, 80vw);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }.tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
        font-size: 1.1rem;
    }.tc-wp-tool-root .download-subtitle, .tc-wp-tool-root .audio-subtitle{
        font-size: 0.85rem;
    }.tc-wp-tool-root .download-grid{
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 0.8rem;
    }.tc-wp-tool-root .download-btn{
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }.tc-wp-tool-root .audio-icon{
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 55px;
        height: 55px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 70px;
        height: 70px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 85px;
        height: 85px;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.95rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.8rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .download-audio-btn{
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }.tc-wp-tool-root .download-progress{
        min-width: 280px;
        padding: 1rem 1.5rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.9rem;
    }}@media (max-width: 768px){.tc-wp-tool-root .container_tiktok{
        padding: 2.25rem 1.5rem;
    }.tc-wp-tool-root .logo-text{
        font-size: 2.35rem;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 1.5rem;
    }.tc-wp-tool-root .input-field{
        padding: 1rem 1.15rem !important;
        font-size: 0.95rem !important;
    }.tc-wp-tool-root .input-actions{
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }.tc-wp-tool-root .paste-btn{
        width: 100%;
        justify-content: center;
        padding: 0.7rem 1rem;
        font-size: 0.8rem;
    }.tc-wp-tool-root .action-buttons{
        grid-template-columns: 1fr;
        width: 100%;
    }.tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn{
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }.tc-wp-tool-root .loading-spinner{
        width: 80px;
        height: 80px;
    }.tc-wp-tool-root .loading-text{
        font-size: 1.2rem;
    }.tc-wp-tool-root .loading-subtext{
        font-size: 0.9rem;
    }.tc-wp-tool-root .author-section{
        padding: 1rem;
    }.tc-wp-tool-root .author-avatar{
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .author-details h3{
        font-size: 1.1rem;
    }.tc-wp-tool-root .author-username{
        font-size: 0.9rem;
    }.tc-wp-tool-root .video-title{
        font-size: 1.2rem;
        padding: 0 0.5rem;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }.tc-wp-tool-root .stat-value{
        font-size: 1.2rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.7rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 1.5rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 1.1rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.85rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(300px, 90vw);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }.tc-wp-tool-root .control-buttons{
        flex-direction: column;
        align-items: stretch;
        gap: 0.8rem;
    }.tc-wp-tool-root .control-group{
        width: 100%;
        justify-content: center;
    }.tc-wp-tool-root .download-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .download-btn{
        width: 100%;
    }.tc-wp-tool-root .audio-player-section{
        flex-direction: column;
        gap: 0.8rem;
    }.tc-wp-tool-root .audio-icon-wrapper{
        margin-bottom: 0.5rem;
    }.tc-wp-tool-root .audio-icon{
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 65px;
        height: 65px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 80px;
        height: 80px;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.75rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .download-audio-btn{
        max-width: 100%;
    }.tc-wp-tool-root .download-progress{
        bottom: 1rem;
        right: 1rem;
        min-width: unset;
        width: calc(100% - 2rem);
        padding: 0.8rem 1rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.85rem;
    }.tc-wp-tool-root .cancel-btn{
        padding: 0.3rem 0.6rem;
        font-size: 0.7rem;
    }}@media (max-width: 600px){.tc-wp-tool-root .container_tiktok{
        padding: 2rem 1rem;
    }.tc-wp-tool-root .logo-icon{
        width: 50px;
        height: 50px;
        font-size: 20px;
    }.tc-wp-tool-root .logo-text{
        font-size: 2rem;
        letter-spacing: 0;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.85rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 1.25rem;
        border-radius: var(--radius-xl);
    }.tc-wp-tool-root .input-field{
        padding: 0.9rem 1rem !important;
        font-size: 0.9rem !important;
    }.tc-wp-tool-root .input-actions{
        margin-top: 0.8rem;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn{
        padding: 0.8rem 1rem;
        font-size: 0.85rem;
        min-height: 42px;
    }.tc-wp-tool-root .search-btn{
        min-height: 50px;
    }.tc-wp-tool-root .loading-spinner{
        width: 60px;
        height: 60px;
        margin-bottom: 1.5rem;
    }.tc-wp-tool-root .loading-text{
        font-size: 1.1rem;
    }.tc-wp-tool-root .loading-subtext{
        font-size: 0.8rem;
    }.tc-wp-tool-root .author-section{
        padding: 0.8rem;
        gap: 0.8rem;
    }.tc-wp-tool-root .author-avatar{
        width: 45px;
        height: 45px;
    }.tc-wp-tool-root .author-details h3{
        font-size: 1rem;
    }.tc-wp-tool-root .author-username{
        font-size: 0.85rem;
    }.tc-wp-tool-root .video-title{
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }.tc-wp-tool-root .stat-item{
        padding: 0.8rem;
        min-height: 70px;
    }.tc-wp-tool-root .stat-value{
        font-size: 1.1rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.65rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 1.25rem;
        border-radius: var(--radius-xl);
    }.tc-wp-tool-root .streaming-title{
        font-size: 1rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(280px, 90vw);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }.tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
        font-size: 1rem;
        gap: 0.3rem;
    }.tc-wp-tool-root .download-subtitle, .tc-wp-tool-root .audio-subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .download-btn{
        padding: 0.7rem 1rem;
        font-size: 0.85rem;
        min-height: 44px;
    }.tc-wp-tool-root .audio-icon{
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 45px;
        height: 45px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 55px;
        height: 55px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 65px;
        height: 65px;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.85rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.7rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }.tc-wp-tool-root .audio-volume-slider, .tc-wp-tool-root .volume-slider{
        width: 54px;
    }.tc-wp-tool-root .download-audio-btn{
        padding: 0.7rem 1rem;
        font-size: 0.85rem;
        min-height: 44px;
    }.tc-wp-tool-root .download-progress{
        bottom: 0.8rem;
        right: 0.8rem;
        padding: 0.6rem 0.8rem;
        width: calc(100% - 1.6rem);
    }.tc-wp-tool-root .progress-text{
        font-size: 0.8rem;
    }.tc-wp-tool-root .cancel-btn{
        font-size: 0.65rem;
        min-height: 30px;
    }.tc-wp-tool-root .error-message{
        padding: 0.8rem 1rem;
        font-size: 0.85rem;
    }}@media (max-width: 400px){.tc-wp-tool-root .container_tiktok{
        padding: 1.5rem 0.85rem;
    }.tc-wp-tool-root .logo{
        flex-direction: column;
        gap: 0.8rem;
    }.tc-wp-tool-root .logo-icon{
        width: 45px;
        height: 45px;
        font-size: 18px;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.75rem;
        line-height: 1.18;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.8rem;
        margin-top: 0.3rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 1rem;
    }.tc-wp-tool-root .input-field{
        padding: 0.8rem 0.9rem !important;
        font-size: 0.85rem !important;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn{
        font-size: 0.8rem;
        padding: 0.7rem;
    }.tc-wp-tool-root .search-btn{
        min-height: 45px;
    }.tc-wp-tool-root .loading-text{
        font-size: 1rem;
    }.tc-wp-tool-root .loading-subtext{
        font-size: 0.75rem;
    }.tc-wp-tool-root .author-section{
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.7rem;
    }.tc-wp-tool-root .author-avatar{
        width: 40px;
        height: 40px;
    }.tc-wp-tool-root .author-details h3{
        font-size: 0.95rem;
    }.tc-wp-tool-root .author-username{
        font-size: 0.8rem;
    }.tc-wp-tool-root .video-title{
        font-size: 1rem;
        margin-bottom: 0.8rem;
        padding: 0 0.2rem;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }.tc-wp-tool-root .stat-item{
        padding: 0.7rem;
        min-height: 60px;
    }.tc-wp-tool-root .stat-value{
        font-size: 1rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.6rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 1rem;
    }.tc-wp-tool-root .streaming-header{
        margin-bottom: 1rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 0.95rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.75rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(250px, 95vw);
        width: 100%;
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }.tc-wp-tool-root .control-btn, .tc-wp-tool-root .play-btn{
        min-width: 36px;
        min-height: 36px;
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .play-btn{
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .video-time{
        font-size: 0.7rem;
        margin-bottom: 0.8rem;
    }.tc-wp-tool-root .download-grid{
        gap: 0.5rem;
    }.tc-wp-tool-root .download-btn{
        font-size: 0.8rem;
        min-height: 40px;
        padding: 0.6rem;
    }.tc-wp-tool-root .audio-player-section{
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }.tc-wp-tool-root .audio-icon-wrapper{
        margin-bottom: 0;
    }.tc-wp-tool-root .audio-icon{
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 40px;
        height: 40px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 60px;
        height: 60px;
    }.tc-wp-tool-root .audio-info{
        text-align: center;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.8rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.65rem;
        margin-bottom: 0.8rem;
    }.tc-wp-tool-root .audio-progress{
        min-height: 16px;
        height: 4px;
    }.tc-wp-tool-root .audio-time{
        font-size: 0.65rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
        min-height: 38px;
        min-width: 38px;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 30px;
        height: 30px;
        font-size: 0.7rem;
        min-height: 30px;
        min-width: 30px;
    }.tc-wp-tool-root .audio-volume-slider, .tc-wp-tool-root .volume-slider{
        width: 42px;
        min-height: 16px;
        height: 4px;
    }.tc-wp-tool-root .download-audio-btn{
        font-size: 0.8rem;
        min-height: 40px;
        padding: 0.6rem;
    }.tc-wp-tool-root .download-progress{
        bottom: 0.5rem;
        right: 0.5rem;
        padding: 0.5rem 0.6rem;
        min-width: unset;
        width: calc(100% - 1rem);
    }.tc-wp-tool-root .progress-header{
        margin-bottom: 0.6rem;
        gap: 0.5rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.75rem;
    }.tc-wp-tool-root .cancel-btn{
        padding: 0.2rem 0.5rem;
        font-size: 0.6rem;
    }.tc-wp-tool-root .progress-bar-container{
        height: 5px;
    }.tc-wp-tool-root .error-message{
        padding: 0.7rem 0.9rem;
        font-size: 0.8rem;
        gap: 0.5rem;
    }}@media (max-width: 375px){.tc-wp-tool-root .container_tiktok{
        padding: 1.2rem 0.75rem;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.55rem;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.75rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 0.9rem;
    }.tc-wp-tool-root .input-field{
        padding: 0.7rem 0.8rem !important;
        font-size: 0.8rem !important;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn{
        font-size: 0.75rem;
        padding: 0.5rem;
    }.tc-wp-tool-root .search-btn{
        min-height: 40px;
    }.tc-wp-tool-root .loading-spinner{
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .loading-text{
        font-size: 0.9rem;
    }.tc-wp-tool-root .loading-subtext{
        font-size: 0.7rem;
    }.tc-wp-tool-root .author-avatar{
        width: 35px;
        height: 35px;
    }.tc-wp-tool-root .author-details h3{
        font-size: 0.9rem;
    }.tc-wp-tool-root .author-username{
        font-size: 0.75rem;
    }.tc-wp-tool-root .video-title{
        font-size: 0.9rem;
        margin-bottom: 0.6rem;
    }.tc-wp-tool-root .stat-item{
        padding: 0.6rem;
        min-height: 55px;
    }.tc-wp-tool-root .stat-value{
        font-size: 0.9rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.55rem;
    }.tc-wp-tool-root .video-streaming-area{
        padding: 0.9rem;
    }.tc-wp-tool-root .streaming-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .streaming-subtitle{
        font-size: 0.7rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(220px, 95vw);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }.tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .download-subtitle, .tc-wp-tool-root .audio-subtitle{
        font-size: 0.75rem;
    }.tc-wp-tool-root .download-btn{
        font-size: 0.75rem;
        min-height: 38px;
        padding: 0.5rem;
    }.tc-wp-tool-root .audio-icon{
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 38px;
        height: 38px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 48px;
        height: 48px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 58px;
        height: 58px;
    }.tc-wp-tool-root .audio-title{
        font-size: 0.75rem;
    }.tc-wp-tool-root .audio-artist{
        font-size: 0.6rem;
    }.tc-wp-tool-root .audio-play-btn{
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
        min-height: 35px;
        min-width: 35px;
    }.tc-wp-tool-root .audio-volume-btn{
        width: 28px;
        height: 28px;
        font-size: 0.65rem;
        min-height: 28px;
        min-width: 28px;
    }.tc-wp-tool-root .download-audio-btn{
        font-size: 0.75rem;
        min-height: 38px;
        padding: 0.5rem;
    }.tc-wp-tool-root .progress-text{
        font-size: 0.7rem;
    }.tc-wp-tool-root .cancel-btn{
        font-size: 0.55rem;
        min-height: 28px;
    }.tc-wp-tool-root .error-message{
        padding: 0.6rem 0.8rem;
        font-size: 0.75rem;
    }}.wpc-scope-100 /* 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;
}