@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-87 .tc-wp-tool-root img, .wpc-scope-87 .tc-wp-tool-root video, .wpc-scope-87 .tc-wp-tool-root svg, .wpc-scope-87 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-87 .tc-wp-tool-root{
            
            --primary: #6366f1;
            --secondary: #8b5cf6;
            --accent: #ec4899;
            --purple: #7c3aed;
            --purple-light: #a78bfa;
            --purple-dark: #6d28d9;
            --pink: #db2777;
            --pink-light: #f472b6;
            --orange: #f97316;
            --green: #10b981;
            --blue: #3b82f6;
            --yellow: #f59e0b;
            --tiktok-red: #ef4444;
            --tiktok-blue: #0ea5e9;
            --tiktok-purple: #8b5cf6;

            
            --bg-primary: #0f172a;
            --bg-secondary: #1e293b;
            --bg-tertiary: #334155;
            --card-dark: #1e293b;
            --card-purple: #4c1d95;
            --card-blue: #1e3a8a;
            --text-light: #f8fafc;
            --text-gray: #cbd5e1;
            --text-purple: #c4b5fd;

            
            --glass-dark: rgba(30, 41, 59, 0.8);
            --glass-purple: rgba(99, 102, 241, 0.1);
            --glass-blue: rgba(59, 130, 246, 0.1);
            --glass-border: rgba(148, 163, 184, 0.15);

            
            --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.4);
            --shadow-xl: 0 16px 60px rgba(0, 0, 0, 0.5);
            --shadow-purple: 0 8px 32px rgba(124, 58, 237, 0.3);
            --shadow-pink: 0 8px 32px rgba(219, 39, 119, 0.3);
            --shadow-blue: 0 8px 32px rgba(14, 165, 233, 0.3);

            
            --glow-purple: 0 0 30px rgba(124, 58, 237, 0.5);
            --glow-pink: 0 0 30px rgba(219, 39, 119, 0.5);
            --glow-blue: 0 0 30px rgba(14, 165, 233, 0.5);
            --glow-tiktok: 0 0 40px rgba(239, 68, 68, 0.6);
        }.wpc-scope-87 .tc-wp-tool-root *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-87 .tc-wp-tool-root .tiktok_body{
            font-family: 'Inter', sans-serif;
            background: linear-gradient(135deg,
                    #0f172a 0%,
                    #1e293b 25%,
                    #334155 50%,
                    #4c1d95 75%,
                    #1e3a8a 100%);
            background-size: 400% 400%;
            animation: gradientShift 20s ease infinite;
            color: var(--text-light);
            min-height: 60vh;
            overflow-x: hidden;
            position: relative;
        }.wpc-scope-87 .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(99, 102, 241, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(219, 39, 119, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(14, 165, 233, 0.12) 0%, transparent 60%);
            pointer-events: none;
            z-index: -1;
            animation: backgroundFloat 15s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .container_tiktok{
            max-width: 1200px;
            margin: 0 auto;
            padding: 4rem;
            position: relative;
            z-index: 1;
        }.wpc-scope-87 .tc-wp-tool-root .header{
            text-align: center;
            margin-bottom: 2.5rem;
            animation: fadeInDown 1s ease-out;
        }.wpc-scope-87 .tc-wp-tool-root .logo{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.5rem;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }.wpc-scope-87 .tc-wp-tool-root .logo-icon{
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--tiktok-red), var(--pink), var(--purple));
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: white;
            box-shadow: var(--shadow-xl), var(--glow-tiktok);
            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-87 .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-87 .tc-wp-tool-root .logo-text{
            font-size: clamp(1.8rem, 5vw, 3.5rem);
            font-weight: 900;
            background: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue), var(--purple), var(--pink));
            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-87 .tc-wp-tool-root .subtitle{
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            color: var(--text-gray);
            font-weight: 500;
            margin-top: 0.5rem;
            animation: subtitleGlow 3s ease-in-out infinite;
            text-align: center;
            padding: 0 1rem;
        }.wpc-scope-87 .tc-wp-tool-root .search-section{
            background: linear-gradient(135deg,
                    var(--glass-dark) 0%,
                    rgba(99, 102, 241, 0.1) 50%,
                    rgba(59, 130, 246, 0.1) 100%);
            backdrop-filter: blur(25px);
            border: 2px solid var(--glass-border);
            border-radius: 24px;
            padding: clamp(1.5rem, 4vw, 2.5rem);
            margin-bottom: 2rem;
            box-shadow: var(--shadow-xl), var(--shadow-purple);
            animation: fadeInUp 1s ease-out 0.2s both;
            position: relative;
            overflow: hidden;
        }.wpc-scope-87 .tc-wp-tool-root .search-section::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg,
                    transparent,
                    var(--purple),
                    var(--pink),
                    var(--tiktok-blue),
                    transparent);
            animation: borderFlow 3s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .search-section::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg,
                    rgba(99, 102, 241, 0.05) 0%,
                    rgba(219, 39, 119, 0.05) 50%,
                    rgba(14, 165, 233, 0.05) 100%);
            pointer-events: none;
            border-radius: 24px;
            animation: overlayPulse 6s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .input-group{
            position: relative;
            margin-bottom: 1.5rem;
            z-index: 2;
        }.wpc-scope-87 .tc-wp-tool-root .input-field{
            width: 100% !important;
            padding: clamp(1rem, 3vw, 1.5rem) clamp(1.2rem, 4vw, 2rem) !important;
            background: linear-gradient(135deg,
                    rgba(30, 41, 59, 0.9) 0%,
                    rgba(99, 102, 241, 0.1) 100%) !important;
            border: 2px solid rgba(99, 102, 241, 0.3) !important;
            border-radius: 20px !important;
            color: var(--text-light) !important;
            font-size: clamp(0.9rem, 2.5vw, 1.1rem) !important;
            font-weight: 500 !important;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
            outline: none !important;
            backdrop-filter: blur(15px) !important;
            box-shadow: var(--shadow), inset 0 2px 10px rgba(0, 0, 0, 0.2) !important;
            position: relative;
        }.wpc-scope-87 .tc-wp-tool-root .input-field::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg,
                    rgba(99, 102, 241, 0.1) 0%,
                    rgba(219, 39, 119, 0.1) 100%);
            border-radius: 20px;
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }.wpc-scope-87 .tc-wp-tool-root .input-field:focus{
            border-color: var(--purple) !important;
            box-shadow:
                0 0 0 4px rgba(99, 102, 241, 0.2),
                var(--glow-purple),
                inset 0 2px 10px rgba(0, 0, 0, 0.3);
            background: linear-gradient(135deg,
                    rgba(30, 41, 59, 0.95) 0%,
                    rgba(99, 102, 241, 0.2) 100%) !important;
            transform: translateY(-3px) scale(1.01) !important;
            animation: inputFocusGlow 2s ease-in-out infinite !important;
        }.wpc-scope-87 .tc-wp-tool-root .input-field:focus::before{
            opacity: 1;
        }.wpc-scope-87 .tc-wp-tool-root .input-field::placeholder{
            color: var(--text-gray);
            transition: all 0.3s ease;
            font-weight: 400;
        }.wpc-scope-87 .tc-wp-tool-root .input-field:focus::placeholder{
            color: var(--text-purple);
            transform: translateY(-2px);
            opacity: 0.8;
        }.wpc-scope-87 .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-gray);
            z-index: 2;
            position: relative;
            flex-wrap: wrap;
            gap: 0.5rem;
        }.wpc-scope-87 .tc-wp-tool-root .paste-btn{
            background: linear-gradient(135deg, var(--tiktok-blue), var(--blue));
            border: none;
            color: white;
            cursor: pointer;
            padding: clamp(0.5rem, 2vw, 0.7rem) clamp(0.8rem, 3vw, 1.4rem);
            border-radius: 14px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 600;
            box-shadow: var(--shadow), var(--shadow-blue);
            font-size: clamp(0.8rem, 2vw, 0.9rem);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(14, 165, 233, 0.3);
            min-height: 44px;
            
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .paste-btn:hover::before, .wpc-scope-87 .tc-wp-tool-root .paste-btn:active::before{
            left: 100%;
        }.wpc-scope-87 .tc-wp-tool-root .paste-btn:hover, .wpc-scope-87 .tc-wp-tool-root .paste-btn:active{
            transform: translateY(-3px) scale(1.05);
            box-shadow: var(--shadow-lg), var(--glow-blue);
            background: linear-gradient(135deg, var(--tiktok-blue), var(--blue));
        }.wpc-scope-87 .tc-wp-tool-root .action-buttons{
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
            align-items: center;
            z-index: 2;
            position: relative;
        }.wpc-scope-87 .tc-wp-tool-root .search-btn{
            background: linear-gradient(135deg, var(--tiktok-red), var(--pink), var(--purple));
            background-size: 200% 200%;
            color: white;
            border: none;
            padding: clamp(1rem, 3vw, 1.4rem) clamp(1.5rem, 4vw, 2.8rem);
            border-radius: 20px;
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            font-weight: 700;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-lg), var(--shadow-pink);
            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(239, 68, 68, 0.3);
            width: 100%;
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .search-btn:hover:not(:disabled)::before, .wpc-scope-87 .tc-wp-tool-root .search-btn:active:not(:disabled)::before{
            left: 100%;
        }.wpc-scope-87 .tc-wp-tool-root .search-btn:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .search-btn:active:not(:disabled){
            transform: translateY(-4px) scale(1.02);
            box-shadow: var(--shadow-xl), var(--glow-tiktok);
            background-position: 100% 100%;
            animation: buttonHoverGlow 1s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .search-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
            animation: none;
        }.wpc-scope-87 .tc-wp-tool-root .search-another-btn{
            background: linear-gradient(135deg, var(--purple), var(--purple-dark));
            color: white;
            border: none;
            padding: clamp(0.8rem, 2.5vw, 1.1rem) clamp(1rem, 3vw, 1.6rem);
            border-radius: 18px;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            min-height: 48px;
            width: 100%;
            font-weight: 600;
            box-shadow: var(--shadow), var(--shadow-purple);
            font-size: clamp(0.8rem, 2vw, 0.95rem);
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(124, 58, 237, 0.3);
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .search-another-btn:hover::before, .wpc-scope-87 .tc-wp-tool-root .search-another-btn:active::before{
            left: 100%;
        }.wpc-scope-87 .tc-wp-tool-root .search-another-btn:hover, .wpc-scope-87 .tc-wp-tool-root .search-another-btn:active{
            transform: translateY(-3px) scale(1.05);
            box-shadow: var(--shadow-lg), var(--glow-purple);
        }.wpc-scope-87 .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(135deg,
                    var(--glass-dark) 0%,
                    rgba(99, 102, 241, 0.1) 50%,
                    rgba(59, 130, 246, 0.1) 100%);
            backdrop-filter: blur(25px);
            border: 2px solid var(--glass-border);
            border-radius: 24px;
            margin: 2rem 0;
            box-shadow: var(--shadow-xl), var(--shadow-purple);
        }.wpc-scope-87 .tc-wp-tool-root .loading::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg,
                    transparent,
                    var(--purple),
                    var(--pink),
                    transparent);
            border-radius: 24px 24px 0 0;
        }.wpc-scope-87 .tc-wp-tool-root .loading-spinner{
            width: clamp(60px, 15vw, 100px);
            height: clamp(60px, 15vw, 100px);
            margin: 0 auto 2rem;
            position: relative;
        }.wpc-scope-87 .tc-wp-tool-root .spinner-ring{
            position: absolute;
            border: 4px solid transparent;
            border-radius: 50%;
            animation: spin 2s linear infinite;
        }.wpc-scope-87 .tc-wp-tool-root .spinner-ring:nth-child(1){
            width: 100%;
            height: 100%;
            border-top-color: var(--tiktok-red);
            border-right-color: var(--tiktok-red);
            animation-duration: 2s;
            box-shadow: 0 0 20px rgba(239, 68, 68, 0.4);
        }.wpc-scope-87 .tc-wp-tool-root .spinner-ring:nth-child(2){
            width: 75%;
            height: 75%;
            top: 12.5%;
            left: 12.5%;
            border-bottom-color: var(--tiktok-blue);
            border-left-color: var(--tiktok-blue);
            animation-duration: 1.5s;
            animation-direction: reverse;
            box-shadow: 0 0 15px rgba(14, 165, 233, 0.4);
        }.wpc-scope-87 .tc-wp-tool-root .spinner-ring:nth-child(3){
            width: 50%;
            height: 50%;
            top: 25%;
            left: 25%;
            border-top-color: var(--purple);
            animation-duration: 1s;
            box-shadow: 0 0 10px rgba(124, 58, 237, 0.4);
        }.wpc-scope-87 .tc-wp-tool-root .loading-text{
            font-size: clamp(1rem, 3vw, 1.4rem);
            font-weight: 700;
            margin-bottom: 0.5rem;
            background: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue), var(--purple));
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textGradient 3s ease infinite;
        }.wpc-scope-87 .tc-wp-tool-root .loading-subtext{
            color: var(--text-gray);
            font-size: clamp(0.8rem, 2vw, 1rem);
            animation: textFade 2s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .video-section{
            display: none;
            animation: fadeInUp 0.8s ease-out;
            background: linear-gradient(135deg,
                    var(--glass-dark) 0%,
                    rgba(99, 102, 241, 0.1) 30%,
                    rgba(59, 130, 246, 0.1) 70%,
                    var(--glass-dark) 100%);
            backdrop-filter: blur(25px);
            border: 2px solid var(--glass-border);
            border-radius: 24px;
            padding: clamp(1.5rem, 4vw, 2.5rem);
            box-shadow: var(--shadow-xl), var(--shadow-purple);
            position: relative;
            overflow: hidden;
        }.wpc-scope-87 .tc-wp-tool-root .video-section::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg,
                    transparent,
                    var(--tiktok-red),
                    var(--tiktok-blue),
                    var(--purple),
                    var(--pink),
                    transparent);
            animation: borderFlow 4s ease-in-out infinite;
        }.wpc-scope-87 .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: linear-gradient(135deg,
                    rgba(99, 102, 241, 0.15) 0%,
                    rgba(219, 39, 119, 0.15) 50%,
                    rgba(14, 165, 233, 0.15) 100%);
            border-radius: 20px;
            border: 1px solid rgba(99, 102, 241, 0.3);
            width: 100%;
            box-shadow: var(--shadow), var(--shadow-purple);
            transition: all 0.4s ease;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }.wpc-scope-87 .tc-wp-tool-root .author-section:hover, .wpc-scope-87 .tc-wp-tool-root .author-section:active{
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg), var(--glow-purple);
        }.wpc-scope-87 .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: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue));
            padding: 2px;
            box-shadow: var(--shadow), var(--shadow-pink);
            animation: avatarPulse 4s ease-in-out infinite;
            flex-shrink: 0;
        }.wpc-scope-87 .tc-wp-tool-root .author-details{
            flex: 1;
            min-width: 0;
        }.wpc-scope-87 .tc-wp-tool-root .author-details h3{
            font-size: clamp(1rem, 3vw, 1.2rem);
            font-weight: 700;
            margin-bottom: 0.25rem;
            background: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            word-break: break-word;
        }.wpc-scope-87 .tc-wp-tool-root .author-username{
            color: var(--text-gray);
            font-size: clamp(0.8rem, 2.5vw, 0.95rem);
            font-weight: 500;
            word-break: break-word;
        }.wpc-scope-87 .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-light);
            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-87 .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-87 .tc-wp-tool-root .stat-item{
            background: linear-gradient(135deg,
                    var(--glass-dark) 0%,
                    rgba(99, 102, 241, 0.1) 100%);
            padding: clamp(0.8rem, 3vw, 1.2rem);
            border-radius: 18px;
            text-align: center;
            border: 1px solid var(--glass-border);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow);
            backdrop-filter: blur(15px);
            min-height: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }.wpc-scope-87 .tc-wp-tool-root .stat-item::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.3), transparent);
            transition: left 0.6s;
        }.wpc-scope-87 .tc-wp-tool-root .stat-item:hover::before, .wpc-scope-87 .tc-wp-tool-root .stat-item:active::before{
            left: 100%;
        }.wpc-scope-87 .tc-wp-tool-root .stat-item:hover, .wpc-scope-87 .tc-wp-tool-root .stat-item:active{
            transform: translateY(-5px) scale(1.02);
            box-shadow: var(--shadow-lg), var(--glow-purple);
        }.wpc-scope-87 .tc-wp-tool-root .stat-item.views{
            border-color: rgba(239, 68, 68, 0.4);
            background: linear-gradient(135deg,
                    rgba(239, 68, 68, 0.1) 0%,
                    var(--glass-dark) 100%);
        }.wpc-scope-87 .tc-wp-tool-root .stat-item.likes{
            border-color: rgba(14, 165, 233, 0.4);
            background: linear-gradient(135deg,
                    rgba(14, 165, 233, 0.1) 0%,
                    var(--glass-dark) 100%);
        }.wpc-scope-87 .tc-wp-tool-root .stat-item.comments{
            border-color: rgba(139, 92, 246, 0.4);
            background: linear-gradient(135deg,
                    rgba(139, 92, 246, 0.1) 0%,
                    var(--glass-dark) 100%);
        }.wpc-scope-87 .tc-wp-tool-root .stat-item.shares{
            border-color: rgba(249, 115, 22, 0.4);
            background: linear-gradient(135deg,
                    rgba(249, 115, 22, 0.1) 0%,
                    var(--glass-dark) 100%);
        }.wpc-scope-87 .tc-wp-tool-root .stat-item.duration{
            border-color: rgba(59, 130, 246, 0.4);
            background: linear-gradient(135deg,
                    rgba(59, 130, 246, 0.1) 0%,
                    var(--glass-dark) 100%);
        }.wpc-scope-87 .tc-wp-tool-root .stat-value{
            font-size: clamp(1.2rem, 4vw, 1.6rem);
            font-weight: 900;
            display: block;
            margin-bottom: 0.25rem;
            background: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: valueGlow 4s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .stat-label{
            font-size: clamp(0.7rem, 2vw, 0.8rem);
            color: var(--text-gray);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }.wpc-scope-87 .tc-wp-tool-root .video-streaming-area{
            background: linear-gradient(135deg,
                    rgba(239, 68, 68, 0.08) 0%,
                    rgba(14, 165, 233, 0.08) 50%,
                    rgba(139, 92, 246, 0.08) 100%);
            border: 2px solid rgba(239, 68, 68, 0.3);
            border-radius: 24px;
            padding: clamp(1.5rem, 4vw, 2.5rem);
            margin-bottom: 1.5rem;
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-lg), var(--shadow-pink);
            backdrop-filter: blur(15px);
        }.wpc-scope-87 .tc-wp-tool-root .video-streaming-area::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image:
                linear-gradient(rgba(239, 68, 68, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(14, 165, 233, 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-87 .tc-wp-tool-root .video-streaming-area::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg,
                    transparent,
                    var(--tiktok-red),
                    var(--tiktok-blue),
                    var(--purple),
                    transparent);
            z-index: 2;
            animation: borderFlow 3s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .streaming-header{
            text-align: center;
            margin-bottom: 2rem;
            position: relative;
            z-index: 3;
        }.wpc-scope-87 .tc-wp-tool-root .streaming-title{
            font-size: clamp(1rem, 3vw, 1.3rem);
            font-weight: 700;
            margin-bottom: 0.5rem;
            background: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: titlePulse 4s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .streaming-subtitle{
            color: var(--text-gray);
            font-size: clamp(0.8rem, 2vw, 0.95rem);
            font-weight: 500;
        }.wpc-scope-87 .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: 24px;
            overflow: hidden;
            box-shadow: var(--shadow-xl), var(--shadow-pink);
            background: #000;
            z-index: 3;
            border: 2px solid rgba(239, 68, 68, 0.3);
        }.wpc-scope-87 .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: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }.wpc-scope-87 .tc-wp-tool-root .video-thumbnail:hover, .wpc-scope-87 .tc-wp-tool-root .video-thumbnail:active{
            transform: scale(1.02);
        }.wpc-scope-87 .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: all 0.4s ease;
            backdrop-filter: blur(2px);
        }.wpc-scope-87 .tc-wp-tool-root .thumbnail-overlay:hover, .wpc-scope-87 .tc-wp-tool-root .thumbnail-overlay:active{
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(4px);
        }.wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn{
            width: clamp(60px, 15vw, 80px);
            height: clamp(60px, 15vw, 80px);
            background: linear-gradient(135deg, var(--tiktok-red), var(--pink));
            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), var(--glow-tiktok);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            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-87 .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-87 .tc-wp-tool-root .thumbnail-play-btn::hover, .wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn::active{
            transform: translateX(100%);
        }.wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn:hover, .wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn:active{
            transform: scale(1.15);
            box-shadow: var(--shadow-xl), var(--glow-tiktok);
        }.wpc-scope-87 .tc-wp-tool-root .video-player{
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: #000;
            position: relative;
            z-index: 2;
            display: none;
        }.wpc-scope-87 .tc-wp-tool-root .video-player.playing{
            display: block;
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .video-player-wrapper:hover .video-controls, .wpc-scope-87 .tc-wp-tool-root .video-controls.show{
            transform: translateY(0);
        }.wpc-scope-87 .tc-wp-tool-root .progress-bar{
            width: 100%;
            height: clamp(4px, 1.5vw, 6px);
            background: rgba(255, 255, 255, 0.2);
            border-radius: 3px;
            margin-bottom: 0.5rem;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            min-height: 20px;
            
            display: flex;
            align-items: center;
        }.wpc-scope-87 .tc-wp-tool-root .progress-fill{
            height: 100%;
            background: linear-gradient(90deg, var(--tiktok-red), var(--pink));
            border-radius: 3px;
            width: 0%;
            transition: width 0.1s linear;
            box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
        }.wpc-scope-87 .tc-wp-tool-root .video-time{
            display: flex;
            justify-content: space-between;
            font-size: clamp(0.7rem, 2vw, 0.8rem);
            color: var(--text-gray);
            margin-bottom: 1rem;
        }.wpc-scope-87 .tc-wp-tool-root .control-buttons{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }.wpc-scope-87 .tc-wp-tool-root .control-group{
            display: flex;
            align-items: center;
            gap: clamp(0.5rem, 2vw, 0.75rem);
            flex-wrap: wrap;
        }.wpc-scope-87 .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: all 0.3s ease;
            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-87 .tc-wp-tool-root .control-btn:hover, .wpc-scope-87 .tc-wp-tool-root .control-btn:active{
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.1);
            box-shadow: var(--shadow);
        }.wpc-scope-87 .tc-wp-tool-root .play-btn{
            width: clamp(50px, 12vw, 60px);
            height: clamp(50px, 12vw, 60px);
            background: linear-gradient(135deg, var(--tiktok-red), var(--pink));
            font-size: clamp(1rem, 3vw, 1.4rem);
            border: none;
            box-shadow: var(--shadow-lg), var(--glow-tiktok);
        }.wpc-scope-87 .tc-wp-tool-root .volume-control{
            display: flex;
            align-items: center;
            gap: clamp(0.3rem, 1.5vw, 0.5rem);
            flex-wrap: wrap;
        }.wpc-scope-87 .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: 3px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            min-height: 20px;
            
            display: flex;
            align-items: center;
        }.wpc-scope-87 .tc-wp-tool-root .volume-fill{
            height: 100%;
            background: linear-gradient(90deg, var(--tiktok-blue), var(--green));
            border-radius: 3px;
            width: 100%;
            transition: width 0.1s ease;
            box-shadow: 0 0 8px rgba(14, 165, 233, 0.4);
        }.wpc-scope-87 .tc-wp-tool-root .download-section{
            background: linear-gradient(135deg,
                    rgba(14, 165, 233, 0.1) 0%,
                    rgba(16, 185, 129, 0.1) 50%,
                    var(--glass-dark) 100%);
            border: 2px solid rgba(14, 165, 233, 0.3);
            border-radius: 20px;
            padding: clamp(1rem, 3vw, 1.5rem);
            margin-bottom: 1.5rem;
            box-shadow: var(--shadow), var(--shadow-blue);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(15px);
        }.wpc-scope-87 .tc-wp-tool-root .download-section::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg,
                    transparent,
                    var(--tiktok-blue),
                    var(--green),
                    transparent);
            animation: borderFlow 3s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .download-header{
            text-align: center;
            margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
        }.wpc-scope-87 .tc-wp-tool-root .download-title{
            font-size: clamp(1rem, 3vw, 1.2rem);
            font-weight: 700;
            margin-bottom: 0.25rem;
            background: linear-gradient(135deg, var(--tiktok-blue), var(--green));
            -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-87 .tc-wp-tool-root .download-subtitle{
            color: var(--text-gray);
            font-size: clamp(0.8rem, 2vw, 0.9rem);
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .download-btn{
            background: linear-gradient(135deg, var(--tiktok-blue), #0ea5e9);
            color: white;
            border: none;
            padding: clamp(0.8rem, 3vw, 1rem) clamp(1rem, 3vw, 1.5rem);
            border-radius: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            box-shadow: var(--shadow), var(--shadow-blue);
            position: relative;
            overflow: hidden;
            font-size: clamp(0.8rem, 2vw, 0.95rem);
            animation: buttonGlow 5s ease-in-out infinite;
            border: 1px solid rgba(14, 165, 233, 0.3);
            min-height: 48px;
            text-align: center;
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .download-btn:hover:not(:disabled)::before, .wpc-scope-87 .tc-wp-tool-root .download-btn:active:not(:disabled)::before{
            left: 100%;
        }.wpc-scope-87 .tc-wp-tool-root .download-btn:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-btn:active:not(:disabled){
            transform: translateY(-3px) scale(1.02);
            box-shadow: var(--shadow-lg), var(--glow-blue);
        }.wpc-scope-87 .tc-wp-tool-root .download-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
            animation: none;
        }.wpc-scope-87 .tc-wp-tool-root .download-btn.hd{
            background: linear-gradient(135deg, var(--orange), #ea580c);
            border-color: rgba(249, 115, 22, 0.3);
        }.wpc-scope-87 .tc-wp-tool-root .download-btn.hd:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-btn.hd:active:not(:disabled){
            box-shadow: var(--shadow-lg), 0 0 30px rgba(249, 115, 22, 0.5);
        }.wpc-scope-87 .tc-wp-tool-root .audio-streaming{
            background: linear-gradient(135deg,
                    rgba(139, 92, 246, 0.12) 0%,
                    rgba(219, 39, 119, 0.12) 50%,
                    var(--glass-dark) 100%);
            border: 2px solid rgba(139, 92, 246, 0.3);
            border-radius: 20px;
            padding: clamp(1rem, 3vw, 1.5rem);
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow), var(--shadow-purple);
            backdrop-filter: blur(15px);
        }.wpc-scope-87 .tc-wp-tool-root .audio-streaming::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg,
                    transparent,
                    var(--purple),
                    var(--pink),
                    transparent);
            animation: borderFlow 3s ease-in-out infinite;
        }.wpc-scope-87 .tc-wp-tool-root .audio-header{
            text-align: center;
            margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
        }.wpc-scope-87 .tc-wp-tool-root .audio-main-title{
            font-size: clamp(1rem, 3vw, 1.2rem);
            font-weight: 700;
            margin-bottom: 0.25rem;
            background: linear-gradient(135deg, var(--purple), var(--pink));
            -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-87 .tc-wp-tool-root .audio-subtitle{
            color: var(--text-gray);
            font-size: clamp(0.8rem, 2vw, 0.9rem);
            margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .audio-icon-wrapper{
            position: relative;
            flex-shrink: 0;
        }.wpc-scope-87 .tc-wp-tool-root .audio-icon{
            width: clamp(40px, 10vw, 50px);
            height: clamp(40px, 10vw, 50px);
            background: linear-gradient(135deg, var(--purple), var(--pink));
            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), var(--shadow-purple);
            animation: audioIconPulse 4s ease-in-out infinite;
            position: relative;
            z-index: 2;
            border: 2px solid rgba(139, 92, 246, 0.3);
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .audio-wave:nth-child(1){
            width: clamp(50px, 12vw, 60px);
            height: clamp(50px, 12vw, 60px);
            animation-delay: 0s;
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .audio-wave:nth-child(3){
            width: clamp(70px, 18vw, 90px);
            height: clamp(70px, 18vw, 90px);
            animation-delay: 1s;
        }.wpc-scope-87 .tc-wp-tool-root .audio-info{
            flex: 1;
            min-width: 0;
            text-align: center;
        }.wpc-scope-87 .tc-wp-tool-root .audio-title{
            font-size: clamp(0.9rem, 2.5vw, 1rem);
            font-weight: 700;
            color: var(--text-light);
            margin-bottom: 0.25rem;
            word-break: break-word;
        }.wpc-scope-87 .tc-wp-tool-root .audio-artist{
            font-size: clamp(0.75rem, 2vw, 0.85rem);
            color: var(--text-gray);
            margin-bottom: 1rem;
            word-break: break-word;
        }.wpc-scope-87 .tc-wp-tool-root .audio-progress-container{
            width: 100%;
            margin-bottom: 1rem;
        }.wpc-scope-87 .tc-wp-tool-root .audio-progress{
            height: clamp(6px, 2vw, 8px);
            background: rgba(139, 92, 246, 0.2);
            border-radius: 4px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            margin-bottom: 0.5rem;
            min-height: 20px;
            
            display: flex;
            align-items: center;
        }.wpc-scope-87 .tc-wp-tool-root .audio-progress-fill{
            height: 100%;
            background: linear-gradient(90deg, var(--purple), var(--pink));
            border-radius: 4px;
            width: 0%;
            transition: width 0.1s ease;
            box-shadow: 0 0 10px rgba(139, 92, 246, 0.4);
        }.wpc-scope-87 .tc-wp-tool-root .audio-time{
            display: flex;
            justify-content: space-between;
            font-size: clamp(0.7rem, 2vw, 0.8rem);
            color: var(--text-gray);
            margin-bottom: 1rem;
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .audio-play-btn{
            width: clamp(44px, 10vw, 50px);
            height: clamp(44px, 10vw, 50px);
            background: linear-gradient(135deg, var(--purple), var(--pink));
            border: none;
            border-radius: 50%;
            color: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: var(--shadow), var(--shadow-purple);
            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-87 .tc-wp-tool-root .audio-play-btn:hover, .wpc-scope-87 .tc-wp-tool-root .audio-play-btn:active{
            transform: scale(1.1);
            box-shadow: var(--shadow-lg), var(--glow-purple);
        }.wpc-scope-87 .tc-wp-tool-root .audio-volume-control{
            display: flex;
            align-items: center;
            gap: clamp(0.5rem, 2vw, 0.75rem);
            flex-wrap: wrap;
        }.wpc-scope-87 .tc-wp-tool-root .audio-volume-btn{
            background: rgba(139, 92, 246, 0.15);
            border: none;
            color: var(--purple-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: all 0.3s ease;
            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-87 .tc-wp-tool-root .audio-volume-btn:hover, .wpc-scope-87 .tc-wp-tool-root .audio-volume-btn:active{
            background: rgba(139, 92, 246, 0.25);
            transform: scale(1.1);
            box-shadow: var(--shadow);
        }.wpc-scope-87 .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: 3px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            min-height: 20px;
            
            display: flex;
            align-items: center;
        }.wpc-scope-87 .tc-wp-tool-root .audio-volume-fill{
            height: 100%;
            background: linear-gradient(90deg, var(--purple), var(--pink));
            border-radius: 3px;
            width: 100%;
            transition: width 0.1s ease;
            box-shadow: 0 0 8px rgba(139, 92, 246, 0.4);
        }.wpc-scope-87 .tc-wp-tool-root .download-audio-section{
            text-align: center;
        }.wpc-scope-87 .tc-wp-tool-root .download-audio-btn{
            background: linear-gradient(135deg, var(--purple), var(--purple-dark));
            color: white;
            border: none;
            padding: clamp(0.8rem, 3vw, 1rem) clamp(1rem, 3vw, 1.5rem);
            border-radius: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: var(--shadow), var(--shadow-purple);
            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-87 .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-87 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled)::before, .wpc-scope-87 .tc-wp-tool-root .download-audio-btn:active:not(:disabled)::before{
            left: 100%;
        }.wpc-scope-87 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-audio-btn:active:not(:disabled){
            transform: translateY(-3px) scale(1.02);
            box-shadow: var(--shadow-lg), var(--glow-purple);
        }.wpc-scope-87 .tc-wp-tool-root .download-audio-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
            animation: none;
        }.wpc-scope-87 .tc-wp-tool-root .download-progress{
            position: fixed;
            bottom: 1.5rem;
            right: 1.5rem;
            background: linear-gradient(135deg,
                    var(--glass-dark) 0%,
                    rgba(99, 102, 241, 0.1) 100%);
            backdrop-filter: blur(25px);
            border: 2px solid var(--glass-border);
            border-radius: 18px;
            padding: clamp(1rem, 3vw, 1.5rem) clamp(1.5rem, 4vw, 2rem);
            min-width: min(320px, 90vw);
            max-width: 90vw;
            box-shadow: var(--shadow-xl), var(--shadow-purple);
            z-index: 1000;
            display: none;
        }.wpc-scope-87 .tc-wp-tool-root .download-progress.show{
            display: block;
            animation: slideInRight 0.4s ease-out;
        }.wpc-scope-87 .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-87 .tc-wp-tool-root .progress-text{
            font-weight: 700;
            font-size: clamp(0.8rem, 2vw, 0.95rem);
            color: var(--text-light);
            background: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            flex: 1;
            min-width: 0;
        }.wpc-scope-87 .tc-wp-tool-root .cancel-btn{
            background: rgba(239, 68, 68, 0.15);
            border: 1px solid rgba(239, 68, 68, 0.3);
            color: #ef4444;
            padding: clamp(0.4rem, 1.5vw, 0.5rem) clamp(0.8rem, 2vw, 1rem);
            border-radius: 10px;
            font-size: clamp(0.7rem, 2vw, 0.8rem);
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            backdrop-filter: blur(10px);
            min-height: 36px;
            flex-shrink: 0;
        }.wpc-scope-87 .tc-wp-tool-root .cancel-btn:hover, .wpc-scope-87 .tc-wp-tool-root .cancel-btn:active{
            background: rgba(239, 68, 68, 0.25);
            transform: scale(1.05);
        }.wpc-scope-87 .tc-wp-tool-root .progress-bar-container{
            width: 100%;
            height: clamp(6px, 2vw, 8px);
            background: rgba(139, 92, 246, 0.2);
            border-radius: 4px;
            overflow: hidden;
        }.wpc-scope-87 .tc-wp-tool-root .progress-bar-fill{
            height: 100%;
            background: linear-gradient(90deg, var(--green), #059669);
            border-radius: 4px;
            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-87 .tc-wp-tool-root .error-message{
            background: linear-gradient(135deg,
                    rgba(239, 68, 68, 0.1) 0%,
                    var(--glass-dark) 100%);
            border: 2px solid rgba(239, 68, 68, 0.3);
            color: #ef4444;
            padding: clamp(1rem, 3vw, 1.2rem) clamp(1.2rem, 4vw, 1.8rem);
            border-radius: 16px;
            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);
            animation: errorShake 0.5s ease-in-out;
            font-size: clamp(0.8rem, 2vw, 1rem);
            flex-wrap: wrap;
        }.wpc-scope-87 .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(203, 213, 225, 0.3);
            }

            50% {
                text-shadow: 0 0 15px rgba(203, 213, 225, 0.6);
            }
        }@keyframes borderFlow{

            0%,
            100% {
                opacity: 0.5;
            }

            50% {
                opacity: 1;
            }
        }@keyframes overlayPulse{

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.7;
            }
        }@keyframes inputFocusGlow{

            0%,
            100% {
                box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2), var(--glow-purple), inset 0 2px 10px rgba(0, 0, 0, 0.3);
            }

            50% {
                box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.4), var(--glow-purple), inset 0 2px 10px rgba(0, 0, 0, 0.3);
            }
        }@keyframes buttonPulse{

            0%,
            100% {
                box-shadow: var(--shadow-lg), var(--shadow-pink);
            }

            50% {
                box-shadow: var(--shadow-xl), var(--glow-tiktok);
            }
        }@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), var(--shadow-pink);
            }

            50% {
                box-shadow: var(--shadow), 0 0 30px rgba(239, 68, 68, 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);
            }

            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), var(--shadow-purple);
            }

            50% {
                box-shadow: var(--shadow-lg), var(--glow-purple);
            }
        }@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-width: 1024px){.tc-wp-tool-root .container{
                padding: clamp(1rem, 3vw, 1.5rem);
            }.tc-wp-tool-root .video-stats{
                grid-template-columns: repeat(3, 1fr);
            }.tc-wp-tool-root .download-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .action-buttons{
                grid-template-columns: 1fr;
                gap: 1rem;
            }.tc-wp-tool-root .search-another-btn{
                width: 100%;
            }.tc-wp-tool-root .audio-player-section{
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }.tc-wp-tool-root .audio-controls{
                flex-direction: row;
                justify-content: center;
                gap: 1rem;
            }.tc-wp-tool-root .audio-volume-control{
                justify-content: center;
            }.tc-wp-tool-root .video-player-wrapper{
                max-width: min(320px, 85vw);
            }}@media (max-width: 768px){.tc-wp-tool-root .container{
                padding: 1rem;
            }.tc-wp-tool-root .logo{
                flex-direction: column;
                gap: 1rem;
            }.tc-wp-tool-root .logo-icon{
                width: 60px;
                height: 60px;
                font-size: 24px;
            }.tc-wp-tool-root .video-stats{
                grid-template-columns: repeat(2, 1fr);
                gap: 0.8rem;
            }.tc-wp-tool-root .author-section{
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }.tc-wp-tool-root .download-progress{
                left: 1rem;
                right: 1rem;
                bottom: 1rem;
                min-width: auto;
            }.tc-wp-tool-root .control-buttons{
                flex-direction: column;
                gap: 1rem;
                align-items: center;
            }.tc-wp-tool-root .volume-control{
                order: 3;
                width: 100%;
                justify-content: center;
            }.tc-wp-tool-root .audio-controls{
                flex-direction: column;
                gap: 1rem;
            }.tc-wp-tool-root .audio-volume-control{
                width: 100%;
                justify-content: center;
            }.tc-wp-tool-root .video-player-wrapper{
                max-width: min(300px, 80vw);
            }.tc-wp-tool-root .video-controls{
                transform: translateY(0);
                position: relative;
                background: rgba(0, 0, 0, 0.8);
                margin-top: 1rem;
                border-radius: 12px;
            }.tc-wp-tool-root .video-player-wrapper:hover .video-controls{
                transform: translateY(0);
            }}@media (max-width: 480px){.tc-wp-tool-root .container{
                padding: 0.8rem;
            }.tc-wp-tool-root .header{
                margin-bottom: 1.5rem;
            }.tc-wp-tool-root .logo-icon{
                width: 50px;
                height: 50px;
                font-size: 20px;
            }.tc-wp-tool-root .video-stats{
                grid-template-columns: 1fr;
                gap: 0.6rem;
            }.tc-wp-tool-root .stat-item{
                min-height: 70px;
                padding: 0.8rem;
            }.tc-wp-tool-root .stat-value{
                font-size: 1.3rem;
            }.tc-wp-tool-root .audio-player-section{
                gap: 0.8rem;
            }.tc-wp-tool-root .audio-icon{
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }.tc-wp-tool-root .audio-play-btn{
                width: 44px;
                height: 44px;
                font-size: 1rem;
            }.tc-wp-tool-root .video-player-wrapper{
                max-width: min(280px, 75vw);
            }.tc-wp-tool-root .thumbnail-play-btn{
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }.tc-wp-tool-root .download-progress{
                left: 0.5rem;
                right: 0.5rem;
                bottom: 0.5rem;
                padding: 1rem;
            }.tc-wp-tool-root .progress-header{
                flex-direction: column;
                gap: 0.5rem;
                align-items: stretch;
            }.tc-wp-tool-root .cancel-btn{
                align-self: center;
                min-width: 80px;
            }.tc-wp-tool-root .input-field{
                font-size: 16px;
                
            }.tc-wp-tool-root .control-btn, .tc-wp-tool-root .audio-play-btn, .tc-wp-tool-root .audio-volume-btn, .tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .download-btn, .tc-wp-tool-root .download-audio-btn{
                min-height: 44px;
                min-width: 44px;
            }.tc-wp-tool-root .progress-bar, .tc-wp-tool-root .audio-progress, .tc-wp-tool-root .volume-slider, .tc-wp-tool-root .audio-volume-slider{
                min-height: 44px;
            }}@media (max-width: 360px){.tc-wp-tool-root .container{
                padding: 0.5rem;
            }.tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
                padding: 1rem;
                border-radius: 16px;
            }.tc-wp-tool-root .logo-text{
                font-size: 1.5rem;
                letter-spacing: -1px;
            }.tc-wp-tool-root .subtitle{
                font-size: 0.8rem;
            }.tc-wp-tool-root .video-player-wrapper{
                max-width: min(260px, 70vw);
            }.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;
            }}@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-dark: rgba(0, 0, 0, 0.9);
                --glass-purple: rgba(0, 0, 0, 0.9);
                --glass-blue: 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-light);
            }}@media (prefers-color-scheme: dark){.tc-wp-tool-root{
                background: linear-gradient(135deg,
                        #000000 0%,
                        var(--bg-primary) 25%,
                        var(--bg-secondary) 50%,
                        var(--card-purple) 75%,
                        var(--card-blue) 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: 65px;
                height: 65px;
                font-size: 26px;
            }.tc-wp-tool-root .logo-text{
                font-size: clamp(1.6rem, 4.5vw, 3rem);
            }.tc-wp-tool-root .subtitle{
                font-size: clamp(0.9rem, 2.2vw, 1rem);
            }.tc-wp-tool-root .search-section{
                padding: clamp(1.2rem, 3.5vw, 2rem);
            }.tc-wp-tool-root .input-field{
                padding: clamp(0.9rem, 2.8vw, 1.3rem) clamp(1rem, 3.5vw, 1.8rem) !important;
                font-size: clamp(0.85rem, 2.2vw, 1rem) !important;
            }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-another-btn{
                padding: clamp(0.6rem, 2.5vw, 0.9rem) clamp(1rem, 3.5vw, 1.6rem);
                font-size: clamp(0.75rem, 1.8vw, 0.9rem);
            }.tc-wp-tool-root .search-btn{
                padding: clamp(0.9rem, 2.8vw, 1.2rem) clamp(1.2rem, 3.5vw, 2.2rem);
                font-size: clamp(0.85rem, 2.2vw, 1rem);
            }.tc-wp-tool-root .video-title{
                font-size: clamp(1.1rem, 3.5vw, 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-item{
                padding: clamp(0.7rem, 2.5vw, 1rem);
                min-height: 75px;
            }.tc-wp-tool-root .stat-value{
                font-size: clamp(1.1rem, 3.5vw, 1.4rem);
            }.tc-wp-tool-root .stat-label{
                font-size: clamp(0.65rem, 1.8vw, 0.75rem);
            }.tc-wp-tool-root .author-section{
                gap: clamp(0.6rem, 2.5vw, 1rem);
            }.tc-wp-tool-root .author-avatar{
                width: clamp(45px, 10vw, 55px);
                height: clamp(45px, 10vw, 55px);
            }.tc-wp-tool-root .author-details h3{
                font-size: clamp(0.9rem, 2.8vw, 1.1rem);
            }.tc-wp-tool-root .author-username{
                font-size: clamp(0.75rem, 2.2vw, 0.9rem);
            }.tc-wp-tool-root .video-streaming-area, .tc-wp-tool-root .audio-streaming{
                padding: clamp(1.2rem, 3.5vw, 2rem);
            }.tc-wp-tool-root .streaming-title, .tc-wp-tool-root .audio-main-title, .tc-wp-tool-root .download-title{
                font-size: clamp(0.9rem, 2.8vw, 1.1rem);
            }.tc-wp-tool-root .streaming-subtitle, .tc-wp-tool-root .audio-subtitle, .tc-wp-tool-root .download-subtitle{
                font-size: clamp(0.75rem, 2.2vw, 0.85rem);
            }.tc-wp-tool-root .video-player-wrapper{
                max-width: min(360px, 88vw);
            }.tc-wp-tool-root .thumbnail-play-btn{
                width: clamp(55px, 14vw, 75px);
                height: clamp(55px, 14vw, 75px);
                font-size: clamp(1.4rem, 3.5vw, 1.8rem);
            }.tc-wp-tool-root .control-btn{
                width: clamp(38px, 9vw, 42px);
                height: clamp(38px, 9vw, 42px);
                font-size: clamp(0.75rem, 1.8vw, 0.95rem);
            }.tc-wp-tool-root .play-btn{
                width: clamp(48px, 11vw, 58px);
                height: clamp(48px, 11vw, 58px);
                font-size: clamp(0.9rem, 2.5vw, 1.3rem);
            }.tc-wp-tool-root .download-grid{
                grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            }.tc-wp-tool-root .download-btn{
                padding: clamp(0.7rem, 2.8vw, 0.9rem) clamp(0.9rem, 3.2vw, 1.4rem);
                font-size: clamp(0.75rem, 2vw, 0.9rem);
            }.tc-wp-tool-root .audio-icon{
                width: clamp(38px, 9vw, 48px);
                height: clamp(38px, 9vw, 48px);
                font-size: clamp(0.9rem, 2.2vw, 1.1rem);
            }.tc-wp-tool-root .audio-title{
                font-size: clamp(0.85rem, 2.2vw, 0.95rem);
            }.tc-wp-tool-root .audio-artist{
                font-size: clamp(0.7rem, 1.8vw, 0.8rem);
            }.tc-wp-tool-root .audio-play-btn{
                width: clamp(40px, 9.5vw, 48px);
                height: clamp(40px, 9.5vw, 48px);
                font-size: clamp(0.9rem, 2.2vw, 1.1rem);
            }.tc-wp-tool-root .audio-volume-btn{
                width: clamp(34px, 7.5vw, 38px);
                height: clamp(34px, 7.5vw, 38px);
                font-size: clamp(0.75rem, 1.8vw, 0.95rem);
            }.tc-wp-tool-root .download-audio-btn{
                padding: clamp(0.7rem, 2.8vw, 0.9rem) clamp(0.9rem, 3.2vw, 1.4rem);
                font-size: clamp(0.75rem, 2vw, 0.9rem);
            }}@media (max-width: 768px){.tc-wp-tool-root .container_tiktok{
                padding: 2rem;
            }.tc-wp-tool-root .logo{
                flex-direction: column;
                gap: 0.8rem;
            }.tc-wp-tool-root .logo-icon{
                width: 60px;
                height: 60px;
                font-size: 24px;
            }.tc-wp-tool-root .logo-text{
                font-size: clamp(1.4rem, 4vw, 2.5rem);
            }.tc-wp-tool-root .subtitle{
                font-size: clamp(0.85rem, 2vw, 0.95rem);
            }.tc-wp-tool-root .search-section{
                padding: clamp(1rem, 3vw, 1.8rem);
            }.tc-wp-tool-root .input-field{
                padding: clamp(0.8rem, 2.5vw, 1.2rem) clamp(0.9rem, 3vw, 1.6rem) !important;
                font-size: clamp(0.8rem, 2vw, 0.95rem) !important;
            }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-another-btn{
                padding: clamp(0.5rem, 2vw, 0.8rem) clamp(0.8rem, 3vw, 1.4rem);
                font-size: clamp(0.7rem, 1.5vw, 0.85rem);
            }.tc-wp-tool-root .search-btn{
                padding: clamp(0.8rem, 2.5vw, 1.1rem) clamp(1rem, 3vw, 2rem);
                font-size: clamp(0.8rem, 2vw, 0.95rem);
            }.tc-wp-tool-root .action-buttons{
                grid-template-columns: 1fr;
                gap: 0.8rem;
            }.tc-wp-tool-root .search-another-btn{
                width: 100%;
            }.tc-wp-tool-root .video-title{
                font-size: clamp(1rem, 3vw, 1.3rem);
            }.tc-wp-tool-root .video-stats{
                grid-template-columns: repeat(2, 1fr);
                gap: 0.6rem;
            }.tc-wp-tool-root .stat-item{
                padding: clamp(0.6rem, 2vw, 0.9rem);
                min-height: 70px;
            }.tc-wp-tool-root .stat-value{
                font-size: clamp(1rem, 3vw, 1.3rem);
            }.tc-wp-tool-root .stat-label{
                font-size: clamp(0.6rem, 1.5vw, 0.7rem);
            }.tc-wp-tool-root .author-section{
                flex-direction: column;
                text-align: center;
                gap: 0.8rem;
                padding: clamp(0.8rem, 2.5vw, 1.2rem);
            }.tc-wp-tool-root .author-avatar{
                width: clamp(40px, 9vw, 50px);
                height: clamp(40px, 9vw, 50px);
            }.tc-wp-tool-root .author-details h3{
                font-size: clamp(0.85rem, 2.5vw, 1rem);
            }.tc-wp-tool-root .author-username{
                font-size: clamp(0.7rem, 2vw, 0.85rem);
            }.tc-wp-tool-root .video-streaming-area, .tc-wp-tool-root .audio-streaming{
                padding: clamp(1rem, 3vw, 1.8rem);
            }.tc-wp-tool-root .streaming-title, .tc-wp-tool-root .audio-main-title, .tc-wp-tool-root .download-title{
                font-size: clamp(0.85rem, 2.5vw, 1rem);
            }.tc-wp-tool-root .streaming-subtitle, .tc-wp-tool-root .audio-subtitle, .tc-wp-tool-root .download-subtitle{
                font-size: clamp(0.7rem, 2vw, 0.8rem);
            }.tc-wp-tool-root .video-player-wrapper{
                max-width: min(300px, 80vw);
            }.tc-wp-tool-root .thumbnail-play-btn{
                width: clamp(50px, 12vw, 70px);
                height: clamp(50px, 12vw, 70px);
                font-size: clamp(1.3rem, 3.2vw, 1.6rem);
            }.tc-wp-tool-root .control-buttons{
                flex-direction: column;
                gap: 0.8rem;
                align-items: center;
            }.tc-wp-tool-root .control-group{
                flex-wrap: wrap;
                justify-content: center;
            }.tc-wp-tool-root .volume-control{
                order: 3;
                width: 100%;
                justify-content: center;
            }.tc-wp-tool-root .control-btn{
                width: clamp(36px, 8.5vw, 40px);
                height: clamp(36px, 8.5vw, 40px);
                font-size: clamp(0.7rem, 1.6vw, 0.9rem);
            }.tc-wp-tool-root .play-btn{
                width: clamp(46px, 10vw, 54px);
                height: clamp(46px, 10vw, 54px);
                font-size: clamp(0.85rem, 2.2vw, 1.2rem);
            }.tc-wp-tool-root .download-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .download-btn{
                padding: clamp(0.6rem, 2.5vw, 0.8rem) clamp(0.8rem, 3vw, 1.4rem);
                font-size: clamp(0.7rem, 1.8vw, 0.85rem);
            }.tc-wp-tool-root .audio-player-section{
                flex-direction: column;
                gap: 0.8rem;
                text-align: center;
            }.tc-wp-tool-root .audio-icon{
                width: clamp(36px, 8.5vw, 46px);
                height: clamp(36px, 8.5vw, 46px);
                font-size: clamp(0.85rem, 2vw, 1rem);
            }.tc-wp-tool-root .audio-title{
                font-size: clamp(0.8rem, 2vw, 0.9rem);
            }.tc-wp-tool-root .audio-artist{
                font-size: clamp(0.65rem, 1.5vw, 0.75rem);
            }.tc-wp-tool-root .audio-controls{
                flex-direction: column;
                gap: 0.8rem;
            }.tc-wp-tool-root .audio-play-btn{
                width: clamp(38px, 9vw, 46px);
                height: clamp(38px, 9vw, 46px);
                font-size: clamp(0.85rem, 2vw, 1rem);
            }.tc-wp-tool-root .audio-volume-control{
                width: 100%;
                justify-content: center;
            }.tc-wp-tool-root .audio-volume-btn{
                width: clamp(32px, 7vw, 36px);
                height: clamp(32px, 7vw, 36px);
                font-size: clamp(0.7rem, 1.6vw, 0.85rem);
            }.tc-wp-tool-root .download-audio-btn{
                padding: clamp(0.6rem, 2.5vw, 0.8rem) clamp(0.8rem, 3vw, 1.4rem);
                font-size: clamp(0.7rem, 1.8vw, 0.85rem);
                max-width: 280px;
            }.tc-wp-tool-root .download-progress{
                left: 1rem;
                right: 1rem;
                bottom: 1rem;
                min-width: auto;
            }.tc-wp-tool-root .progress-text{
                font-size: clamp(0.75rem, 2vw, 0.9rem);
            }.tc-wp-tool-root .cancel-btn{
                padding: clamp(0.3rem, 1.2vw, 0.4rem) clamp(0.6rem, 1.8vw, 0.9rem);
                font-size: clamp(0.65rem, 1.5vw, 0.75rem);
                min-height: 32px;
            }.tc-wp-tool-root .video-controls{
                transform: translateY(0);
                position: relative;
                background: rgba(0, 0, 0, 0.8);
                margin-top: 1rem;
                border-radius: 12px;
            }.tc-wp-tool-root .video-player-wrapper:hover .video-controls{
                transform: translateY(0);
            }}@media (max-width: 600px){.tc-wp-tool-root .container_tiktok{
                padding: 1.5rem;
            }.tc-wp-tool-root .logo-icon{
                width: 55px;
                height: 55px;
                font-size: 22px;
            }.tc-wp-tool-root .logo-text{
                font-size: clamp(1.2rem, 3.5vw, 2rem);
            }.tc-wp-tool-root .subtitle{
                font-size: clamp(0.8rem, 1.8vw, 0.9rem);
            }.tc-wp-tool-root .search-section{
                padding: clamp(0.8rem, 2.5vw, 1.5rem);
            }.tc-wp-tool-root .input-field{
                padding: clamp(0.7rem, 2.2vw, 1.1rem) clamp(0.8rem, 2.5vw, 1.4rem) !important;
                font-size: clamp(0.75rem, 1.8vw, 0.9rem) !important;
            }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-another-btn{
                padding: clamp(0.4rem, 1.8vw, 0.7rem) clamp(0.7rem, 2.5vw, 1.2rem);
                font-size: clamp(0.65rem, 1.4vw, 0.8rem);
                min-height: 40px;
            }.tc-wp-tool-root .search-btn{
                padding: clamp(0.7rem, 2.2vw, 1rem) clamp(0.9rem, 2.8vw, 1.8rem);
                font-size: clamp(0.75rem, 1.8vw, 0.9rem);
                min-height: 50px;
            }.tc-wp-tool-root .video-title{
                font-size: clamp(0.9rem, 2.8vw, 1.2rem);
            }.tc-wp-tool-root .video-stats{
                grid-template-columns: 1fr;
                gap: 0.5rem;
            }.tc-wp-tool-root .stat-item{
                padding: clamp(0.5rem, 1.8vw, 0.8rem);
                min-height: 65px;
            }.tc-wp-tool-root .stat-value{
                font-size: clamp(0.9rem, 2.8vw, 1.2rem);
            }.tc-wp-tool-root .stat-label{
                font-size: clamp(0.55rem, 1.4vw, 0.65rem);
            }.tc-wp-tool-root .author-section{
                padding: clamp(0.7rem, 2.2vw, 1rem);
            }.tc-wp-tool-root .author-avatar{
                width: clamp(35px, 8vw, 45px);
                height: clamp(35px, 8vw, 45px);
            }.tc-wp-tool-root .author-details h3{
                font-size: clamp(0.8rem, 2.2vw, 0.95rem);
            }.tc-wp-tool-root .author-username{
                font-size: clamp(0.65rem, 1.8vw, 0.8rem);
            }.tc-wp-tool-root .video-streaming-area, .tc-wp-tool-root .audio-streaming{
                padding: clamp(0.8rem, 2.5vw, 1.5rem);
            }.tc-wp-tool-root .streaming-title, .tc-wp-tool-root .audio-main-title, .tc-wp-tool-root .download-title{
                font-size: clamp(0.8rem, 2.2vw, 0.95rem);
            }.tc-wp-tool-root .streaming-subtitle, .tc-wp-tool-root .audio-subtitle, .tc-wp-tool-root .download-subtitle{
                font-size: clamp(0.65rem, 1.8vw, 0.75rem);
            }.tc-wp-tool-root .video-player-wrapper{
                max-width: min(280px, 75vw);
            }.tc-wp-tool-root .thumbnail-play-btn{
                width: clamp(45px, 11vw, 65px);
                height: clamp(45px, 11vw, 65px);
                font-size: clamp(1.2rem, 3vw, 1.5rem);
            }.tc-wp-tool-root .control-btn{
                width: clamp(34px, 8vw, 38px);
                height: clamp(34px, 8vw, 38px);
                font-size: clamp(0.65rem, 1.5vw, 0.85rem);
            }.tc-wp-tool-root .play-btn{
                width: clamp(44px, 9.5vw, 50px);
                height: clamp(44px, 9.5vw, 50px);
                font-size: clamp(0.8rem, 2vw, 1.1rem);
            }.tc-wp-tool-root .download-btn{
                padding: clamp(0.5rem, 2.2vw, 0.7rem) clamp(0.7rem, 2.5vw, 1.2rem);
                font-size: clamp(0.65rem, 1.6vw, 0.8rem);
                min-height: 44px;
            }.tc-wp-tool-root .audio-icon{
                width: clamp(34px, 8vw, 44px);
                height: clamp(34px, 8vw, 44px);
                font-size: clamp(0.8rem, 1.8vw, 0.95rem);
            }.tc-wp-tool-root .audio-title{
                font-size: clamp(0.75rem, 1.8vw, 0.85rem);
            }.tc-wp-tool-root .audio-artist{
                font-size: clamp(0.6rem, 1.4vw, 0.7rem);
            }.tc-wp-tool-root .audio-play-btn{
                width: clamp(36px, 8.5vw, 44px);
                height: clamp(36px, 8.5vw, 44px);
                font-size: clamp(0.8rem, 1.8vw, 0.95rem);
            }.tc-wp-tool-root .audio-volume-btn{
                width: clamp(30px, 6.5vw, 34px);
                height: clamp(30px, 6.5vw, 34px);
                font-size: clamp(0.65rem, 1.5vw, 0.8rem);
            }.tc-wp-tool-root .download-audio-btn{
                padding: clamp(0.5rem, 2.2vw, 0.7rem) clamp(0.7rem, 2.5vw, 1.2rem);
                font-size: clamp(0.65rem, 1.6vw, 0.8rem);
                min-height: 44px;
                max-width: 250px;
            }.tc-wp-tool-root .download-progress{
                padding: 0.8rem 1.2rem;
                border-radius: 14px;
            }.tc-wp-tool-root .progress-text{
                font-size: clamp(0.7rem, 1.8vw, 0.85rem);
            }.tc-wp-tool-root .cancel-btn{
                padding: clamp(0.2rem, 1vw, 0.3rem) clamp(0.5rem, 1.5vw, 0.8rem);
                font-size: clamp(0.6rem, 1.2vw, 0.7rem);
                min-height: 28px;
            }}@media (max-width: 400px){.tc-wp-tool-root .container_tiktok{
                padding: 1rem;
            }.tc-wp-tool-root .logo-icon{
                width: 50px;
                height: 50px;
                font-size: 20px;
            }.tc-wp-tool-root .logo-text{
                font-size: clamp(1.1rem, 3vw, 1.8rem);
            }.tc-wp-tool-root .subtitle{
                font-size: clamp(0.75rem, 1.5vw, 0.85rem);
                padding: 0 0.5rem;
            }.tc-wp-tool-root .search-section{
                padding: clamp(0.7rem, 2.2vw, 1.2rem);
            }.tc-wp-tool-root .input-field{
                padding: clamp(0.6rem, 2vw, 1rem) clamp(0.7rem, 2.2vw, 1.2rem) !important;
                font-size: clamp(0.7rem, 1.6vw, 0.85rem) !important;
                min-height: 44px; 
            }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-another-btn{
                padding: clamp(0.3rem, 1.5vw, 0.6rem) clamp(0.6rem, 2.2vw, 1rem);
                font-size: clamp(0.6rem, 1.2vw, 0.75rem);
                min-height: 38px;
            }.tc-wp-tool-root .search-btn{
                padding: clamp(0.6rem, 2vw, 0.9rem) clamp(0.8rem, 2.5vw, 1.6rem);
                font-size: clamp(0.7rem, 1.6vw, 0.85rem);
                min-height: 48px;
            }.tc-wp-tool-root .video-title{
                font-size: clamp(0.8rem, 2.5vw, 1.1rem);
            }.tc-wp-tool-root .stat-item{
                padding: clamp(0.4rem, 1.5vw, 0.7rem);
                min-height: 60px;
            }.tc-wp-tool-root .stat-value{
                font-size: clamp(0.8rem, 2.5vw, 1.1rem);
            }.tc-wp-tool-root .stat-label{
                font-size: clamp(0.5rem, 1.2vw, 0.6rem);
            }.tc-wp-tool-root .author-section{
                padding: clamp(0.6rem, 2vw, 0.9rem);
            }.tc-wp-tool-root .author-avatar{
                width: clamp(32px, 7vw, 40px);
                height: clamp(32px, 7vw, 40px);
            }.tc-wp-tool-root .author-details h3{
                font-size: clamp(0.75rem, 2vw, 0.9rem);
            }.tc-wp-tool-root .author-username{
                font-size: clamp(0.6rem, 1.5vw, 0.75rem);
            }.tc-wp-tool-root .video-streaming-area, .tc-wp-tool-root .audio-streaming{
                padding: clamp(0.7rem, 2.2vw, 1.2rem);
            }.tc-wp-tool-root .streaming-title, .tc-wp-tool-root .audio-main-title, .tc-wp-tool-root .download-title{
                font-size: clamp(0.75rem, 2vw, 0.9rem);
            }.tc-wp-tool-root .streaming-subtitle, .tc-wp-tool-root .audio-subtitle, .tc-wp-tool-root .download-subtitle{
                font-size: clamp(0.6rem, 1.5vw, 0.7rem);
            }.tc-wp-tool-root .video-player-wrapper{
                max-width: min(260px, 70vw);
            }.tc-wp-tool-root .thumbnail-play-btn{
                width: clamp(40px, 10vw, 60px);
                height: clamp(40px, 10vw, 60px);
                font-size: clamp(1.1rem, 2.8vw, 1.4rem);
            }.tc-wp-tool-root .control-btn{
                width: clamp(32px, 7.5vw, 36px);
                height: clamp(32px, 7.5vw, 36px);
                font-size: clamp(0.6rem, 1.4vw, 0.8rem);
            }.tc-wp-tool-root .play-btn{
                width: clamp(40px, 9vw, 48px);
                height: clamp(40px, 9vw, 48px);
                font-size: clamp(0.75rem, 1.8vw, 1rem);
            }.tc-wp-tool-root .download-btn{
                padding: clamp(0.4rem, 1.8vw, 0.6rem) clamp(0.6rem, 2.2vw, 1rem);
                font-size: clamp(0.6rem, 1.4vw, 0.75rem);
                min-height: 40px;
            }.tc-wp-tool-root .audio-icon{
                width: clamp(32px, 7.5vw, 40px);
                height: clamp(32px, 7.5vw, 40px);
                font-size: clamp(0.75rem, 1.6vw, 0.9rem);
            }.tc-wp-tool-root .audio-wave:nth-child(1){
                width: clamp(40px, 9vw, 50px);
                height: clamp(40px, 9vw, 50px);
            }.tc-wp-tool-root .audio-wave:nth-child(2){
                width: clamp(48px, 11vw, 60px);
                height: clamp(48px, 11vw, 60px);
            }.tc-wp-tool-root .audio-wave:nth-child(3){
                width: clamp(56px, 13vw, 70px);
                height: clamp(56px, 13vw, 70px);
            }.tc-wp-tool-root .audio-title{
                font-size: clamp(0.7rem, 1.6vw, 0.8rem);
            }.tc-wp-tool-root .audio-artist{
                font-size: clamp(0.55rem, 1.2vw, 0.65rem);
            }.tc-wp-tool-root .audio-play-btn{
                width: clamp(34px, 8vw, 40px);
                height: clamp(34px, 8vw, 40px);
                font-size: clamp(0.75rem, 1.6vw, 0.9rem);
            }.tc-wp-tool-root .audio-volume-btn{
                width: clamp(28px, 6vw, 32px);
                height: clamp(28px, 6vw, 32px);
                font-size: clamp(0.6rem, 1.4vw, 0.75rem);
            }.tc-wp-tool-root .download-audio-btn{
                padding: clamp(0.4rem, 1.8vw, 0.6rem) clamp(0.6rem, 2.2vw, 1rem);
                font-size: clamp(0.6rem, 1.4vw, 0.75rem);
                min-height: 40px;
                max-width: 220px;
            }.tc-wp-tool-root .download-progress{
                left: 0.8rem;
                right: 0.8rem;
                bottom: 0.8rem;
                padding: 0.7rem 1rem;
                border-radius: 12px;
            }.tc-wp-tool-root .progress-text{
                font-size: clamp(0.65rem, 1.5vw, 0.8rem);
            }.tc-wp-tool-root .cancel-btn{
                padding: clamp(0.15rem, 0.8vw, 0.25rem) clamp(0.4rem, 1.2vw, 0.7rem);
                font-size: clamp(0.55rem, 1vw, 0.65rem);
                min-height: 26px;
            }}@media (max-width: 375px){.tc-wp-tool-root .container_tiktok{
                padding: 0.8rem;
            }.tc-wp-tool-root .logo-icon{
                width: 45px;
                height: 45px;
                font-size: 18px;
            }.tc-wp-tool-root .logo-text{
                font-size: clamp(1rem, 2.8vw, 1.6rem);
            }.tc-wp-tool-root .subtitle{
                font-size: clamp(0.7rem, 1.4vw, 0.8rem);
            }.tc-wp-tool-root .search-section{
                padding: clamp(0.6rem, 2vw, 1rem);
            }.tc-wp-tool-root .input-field{
                padding: clamp(0.5rem, 1.8vw, 0.9rem) clamp(0.6rem, 2vw, 1rem) !important;
                font-size: clamp(0.65rem, 1.5vw, 0.8rem) !important;
                min-height: 40px;
            }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-another-btn{
                padding: clamp(0.25rem, 1.2vw, 0.5rem) clamp(0.5rem, 1.8vw, 0.8rem);
                font-size: clamp(0.55rem, 1.1vw, 0.7rem);
                min-height: 36px;
            }}.wpc-scope-87 .tc-wp-tool-root{
    --primary: #7c3aed;
    --secondary: #06b6d4;
    --accent: #f43f5e;
    --purple: #8b5cf6;
    --purple-light: #c4b5fd;
    --purple-dark: #5b21b6;
    --pink: #ec4899;
    --pink-light: #f9a8d4;
    --orange: #f97316;
    --green: #22c55e;
    --blue: #38bdf8;
    --yellow: #f59e0b;
    --tiktok-red: #ff3b5f;
    --tiktok-blue: #22d3ee;
    --tiktok-purple: #a855f7;
    --bg-primary: #080b16;
    --bg-secondary: #101827;
    --bg-tertiary: #172033;
    --card-dark: #111827;
    --card-purple: #2e1065;
    --card-blue: #0c4a6e;
    --text-light: #f8fafc;
    --text-gray: #cbd5e1;
    --text-purple: #ddd6fe;
    --glass-dark: rgba(15, 23, 42, 0.78);
    --glass-purple: rgba(124, 58, 237, 0.14);
    --glass-blue: rgba(34, 211, 238, 0.12);
    --glass-border: rgba(226, 232, 240, 0.16);
    --shadow: 0 14px 34px rgba(2, 6, 23, 0.28);
    --shadow-lg: 0 22px 55px rgba(2, 6, 23, 0.36);
    --shadow-xl: 0 32px 85px rgba(2, 6, 23, 0.48);
    --shadow-purple: 0 18px 46px rgba(124, 58, 237, 0.22);
    --shadow-pink: 0 18px 46px rgba(236, 72, 153, 0.22);
    --shadow-blue: 0 18px 46px rgba(34, 211, 238, 0.18);
    --glow-purple: 0 0 34px rgba(139, 92, 246, 0.42);
    --glow-pink: 0 0 34px rgba(236, 72, 153, 0.38);
    --glow-blue: 0 0 34px rgba(34, 211, 238, 0.35);
    --glow-tiktok: 0 0 42px rgba(255, 59, 95, 0.38);
}.wpc-scope-87 .tc-wp-tool-root *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-87 .tc-wp-tool-root .tiktok_body{
    width: 100%;
    min-height: 60vh;
    overflow-x: hidden;
    position: relative;
    isolation: isolate;
    color: var(--text-light);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 16% 12%, rgba(255, 59, 95, 0.18), transparent 30%),
        radial-gradient(circle at 86% 22%, rgba(34, 211, 238, 0.16), transparent 32%),
        linear-gradient(135deg, #080b16 0%, #101827 42%, #24104f 72%, #073b57 100%);
    background-size: 160% 160%;
    animation: gradientShift 20s ease infinite;
}.wpc-scope-87 .tc-wp-tool-root .tiktok_body::before{
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.14) 0%, transparent 46%),
        radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.12) 0%, transparent 48%),
        radial-gradient(circle at 50% 54%, rgba(34, 211, 238, 0.1) 0%, transparent 58%);
    animation: backgroundFloat 15s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .container, .wpc-scope-87 .tc-wp-tool-root .container_tiktok{
    width: min(100%, 1200px);
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(1.25rem, 4vw, 4rem);
    position: relative;
    z-index: 1;
}.wpc-scope-87 .tc-wp-tool-root .header{
    text-align: center;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
    animation: fadeInDown 0.8s ease-out;
}.wpc-scope-87 .tc-wp-tool-root .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.85rem, 3vw, 1.5rem);
    margin-bottom: 1rem;
    flex-wrap: wrap;
}.wpc-scope-87 .tc-wp-tool-root .logo-icon{
    width: clamp(56px, 8vw, 76px);
    height: clamp(56px, 8vw, 76px);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: clamp(22px, 3vw, 30px);
    background: linear-gradient(135deg, var(--tiktok-red), var(--pink) 48%, var(--tiktok-blue));
    box-shadow: var(--shadow-xl), var(--glow-tiktok);
    animation: logoFloat 4s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .logo-icon::before{
    content: "";
    position: absolute;
    inset: -70%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    animation: logoShine 3.4s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .logo-text{
    max-width: 980px;
    text-align: center;
    font-size: clamp(1.8rem, 5vw, 3.35rem);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
    background: linear-gradient(135deg, #ffffff 0%, var(--tiktok-blue) 32%, var(--pink) 68%, #ffffff 100%);
    background-size: 280% 280%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.32));
    animation: textGradient 5s ease infinite;
}.wpc-scope-87 .tc-wp-tool-root .subtitle{
    max-width: 720px;
    margin: 0.65rem auto 0;
    padding: 0 1rem;
    text-align: center;
    color: var(--text-gray);
    font-size: clamp(0.95rem, 2.5vw, 1.14rem);
    line-height: 1.6;
    font-weight: 600;
    animation: subtitleGlow 4s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .search-section, .wpc-scope-87 .tc-wp-tool-root .loading, .wpc-scope-87 .tc-wp-tool-root .video-section{
    overflow: hidden;
    position: relative;
    border: 1px solid var(--glass-border);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        linear-gradient(135deg, rgba(15, 23, 42, 0.84), rgba(46, 16, 101, 0.36) 52%, rgba(8, 47, 73, 0.42));
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
    box-shadow: var(--shadow-xl), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}.wpc-scope-87 .tc-wp-tool-root .search-section{
    padding: clamp(1.25rem, 4vw, 2.5rem);
    margin-bottom: 2rem;
    animation: fadeInUp 0.9s ease-out 0.15s both;
}.wpc-scope-87 .tc-wp-tool-root .search-section::before, .wpc-scope-87 .tc-wp-tool-root .loading::before, .wpc-scope-87 .tc-wp-tool-root .video-section::before, .wpc-scope-87 .tc-wp-tool-root .video-streaming-area::after, .wpc-scope-87 .tc-wp-tool-root .download-section::before, .wpc-scope-87 .tc-wp-tool-root .audio-streaming::before{
    content: "";
    position: absolute;
    top: 0;
    left: 1.25rem;
    right: 1.25rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--tiktok-red), var(--tiktok-blue), var(--purple), transparent);
    animation: borderFlow 3.5s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .search-section::after{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.05), rgba(34, 211, 238, 0.05), rgba(236, 72, 153, 0.04));
    animation: overlayPulse 6s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .input-group{
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}.wpc-scope-87 .tc-wp-tool-root .input-field{
    width: 100% !important;
    min-height: 58px;
    padding: clamp(1rem, 3vw, 1.35rem) clamp(1.1rem, 4vw, 1.75rem) !important;
    outline: none !important;
    border: 1px solid rgba(203, 213, 225, 0.2) !important;
    border-radius: 20px !important;
    color: var(--text-light) !important;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.76)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 35px rgba(2, 6, 23, 0.24) !important;
    backdrop-filter: blur(16px) !important;
    font-size: clamp(0.95rem, 2.5vw, 1.08rem) !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease !important;
}.wpc-scope-87 .tc-wp-tool-root .input-field::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(236, 72, 153, 0.1));
    transition: opacity 0.3s ease;
}.wpc-scope-87 .tc-wp-tool-root .input-field:focus{
    border-color: rgba(34, 211, 238, 0.72) !important;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.86)) !important;
    box-shadow:
        0 0 0 4px rgba(34, 211, 238, 0.14),
        0 0 0 1px rgba(139, 92, 246, 0.35),
        var(--glow-blue),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px) !important;
    animation: inputFocusGlow 2.6s ease-in-out infinite !important;
}.wpc-scope-87 .tc-wp-tool-root .input-field:focus::before{
    opacity: 1;
}.wpc-scope-87 .tc-wp-tool-root .input-field::placeholder{
    color: rgba(203, 213, 225, 0.72);
    font-weight: 500;
    transition: opacity 0.25s ease, color 0.25s ease;
}.wpc-scope-87 .tc-wp-tool-root .input-field:focus::placeholder{
    color: var(--text-purple);
    opacity: 0.82;
}.wpc-scope-87 .tc-wp-tool-root .input-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-top: 1rem;
    color: var(--text-gray);
    font-size: clamp(0.82rem, 2vw, 0.92rem);
    font-weight: 600;
}.wpc-scope-87 .tc-wp-tool-root .paste-btn, .wpc-scope-87 .tc-wp-tool-root .search-btn, .wpc-scope-87 .tc-wp-tool-root .search-another-btn, .wpc-scope-87 .tc-wp-tool-root .download-btn, .wpc-scope-87 .tc-wp-tool-root .download-audio-btn{
    appearance: none;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0;
    user-select: none;
    touch-action: manipulation;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background-position 0.35s ease;
}.wpc-scope-87 .tc-wp-tool-root .paste-btn{
    min-height: 44px;
    padding: 0.72rem 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(34, 211, 238, 0.35);
    background: linear-gradient(135deg, var(--tiktok-blue), #2563eb);
    box-shadow: var(--shadow), var(--shadow-blue);
    font-size: clamp(0.82rem, 2vw, 0.92rem);
}.wpc-scope-87 .tc-wp-tool-root .paste-btn::before, .wpc-scope-87 .tc-wp-tool-root .search-btn::before, .wpc-scope-87 .tc-wp-tool-root .search-another-btn::before, .wpc-scope-87 .tc-wp-tool-root .download-btn::before, .wpc-scope-87 .tc-wp-tool-root .download-audio-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 90%;
    height: 100%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transition: left 0.55s ease;
}.wpc-scope-87 .tc-wp-tool-root .paste-btn:hover::before, .wpc-scope-87 .tc-wp-tool-root .paste-btn:active::before, .wpc-scope-87 .tc-wp-tool-root .search-btn:hover:not(:disabled)::before, .wpc-scope-87 .tc-wp-tool-root .search-btn:active:not(:disabled)::before, .wpc-scope-87 .tc-wp-tool-root .search-another-btn:hover::before, .wpc-scope-87 .tc-wp-tool-root .search-another-btn:active::before, .wpc-scope-87 .tc-wp-tool-root .download-btn:hover:not(:disabled)::before, .wpc-scope-87 .tc-wp-tool-root .download-btn:active:not(:disabled)::before, .wpc-scope-87 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled)::before, .wpc-scope-87 .tc-wp-tool-root .download-audio-btn:active:not(:disabled)::before{
    left: 130%;
}.wpc-scope-87 .tc-wp-tool-root .paste-btn:hover, .wpc-scope-87 .tc-wp-tool-root .paste-btn:active, .wpc-scope-87 .tc-wp-tool-root .search-another-btn:hover, .wpc-scope-87 .tc-wp-tool-root .search-another-btn:active, .wpc-scope-87 .tc-wp-tool-root .download-btn:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-btn:active:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-audio-btn:active:not(:disabled){
    transform: translateY(-3px);
    filter: brightness(1.06);
}.wpc-scope-87 .tc-wp-tool-root .paste-btn:hover, .wpc-scope-87 .tc-wp-tool-root .paste-btn:active{
    box-shadow: var(--shadow-lg), var(--glow-blue);
}.wpc-scope-87 .tc-wp-tool-root .action-buttons{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    position: relative;
    z-index: 2;
}.wpc-scope-87 .tc-wp-tool-root .search-btn{
    width: 100%;
    min-height: 58px;
    padding: clamp(1rem, 3vw, 1.3rem) clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, var(--tiktok-red), var(--pink), var(--purple), var(--tiktok-blue));
    background-size: 220% 220%;
    box-shadow: var(--shadow-lg), var(--shadow-pink);
    font-size: clamp(0.95rem, 2.5vw, 1.08rem);
    animation: buttonPulse 4.5s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .search-btn:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .search-btn:active:not(:disabled){
    transform: translateY(-4px);
    background-position: 100% 100%;
    box-shadow: var(--shadow-xl), var(--glow-tiktok);
    animation: buttonHoverGlow 1.2s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .search-btn:disabled, .wpc-scope-87 .tc-wp-tool-root .download-btn:disabled, .wpc-scope-87 .tc-wp-tool-root .download-audio-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
    animation: none;
    filter: saturate(0.85);
}.wpc-scope-87 .tc-wp-tool-root .search-another-btn{
    width: 100%;
    min-height: 50px;
    padding: 0.9rem 1.45rem;
    border-radius: 18px;
    border: 1px solid rgba(139, 92, 246, 0.35);
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    box-shadow: var(--shadow), var(--shadow-purple);
    font-size: clamp(0.82rem, 2vw, 0.95rem);
}.wpc-scope-87 .tc-wp-tool-root .search-another-btn:hover, .wpc-scope-87 .tc-wp-tool-root .search-another-btn:active{
    box-shadow: var(--shadow-lg), var(--glow-purple);
}.wpc-scope-87 .tc-wp-tool-root .loading{
    display: none;
    text-align: center;
    margin: 2rem 0;
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2.5rem);
}.wpc-scope-87 .tc-wp-tool-root .loading-spinner{
    width: clamp(68px, 15vw, 104px);
    height: clamp(68px, 15vw, 104px);
    margin: 0 auto 2rem;
    position: relative;
}.wpc-scope-87 .tc-wp-tool-root .spinner-ring{
    position: absolute;
    border: 4px solid transparent;
    border-radius: 999px;
    animation: spin 2s linear infinite;
}.wpc-scope-87 .tc-wp-tool-root .spinner-ring:nth-child(1){
    inset: 0;
    border-top-color: var(--tiktok-red);
    border-right-color: var(--tiktok-red);
    box-shadow: 0 0 22px rgba(255, 59, 95, 0.42);
}.wpc-scope-87 .tc-wp-tool-root .spinner-ring:nth-child(2){
    inset: 12.5%;
    border-bottom-color: var(--tiktok-blue);
    border-left-color: var(--tiktok-blue);
    animation-duration: 1.45s;
    animation-direction: reverse;
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.42);
}.wpc-scope-87 .tc-wp-tool-root .spinner-ring:nth-child(3){
    inset: 25%;
    border-top-color: var(--purple);
    animation-duration: 1s;
    box-shadow: 0 0 14px rgba(139, 92, 246, 0.42);
}.wpc-scope-87 .tc-wp-tool-root .loading-text{
    margin-bottom: 0.55rem;
    font-size: clamp(1.05rem, 3vw, 1.42rem);
    font-weight: 900;
    background: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue), var(--purple));
    background-size: 220% 220%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textGradient 3s ease infinite;
}.wpc-scope-87 .tc-wp-tool-root .loading-subtext{
    color: var(--text-gray);
    font-size: clamp(0.84rem, 2vw, 1rem);
    line-height: 1.6;
    animation: textFade 2s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .video-section{
    display: none;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    animation: fadeInUp 0.75s ease-out;
}.wpc-scope-87 .tc-wp-tool-root .author-section{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.9rem, 3vw, 1.25rem);
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: clamp(1rem, 3vw, 1.45rem);
    border: 1px solid rgba(226, 232, 240, 0.14);
    border-radius: 22px;
    text-align: center;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(236, 72, 153, 0.1), rgba(34, 211, 238, 0.12));
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.wpc-scope-87 .tc-wp-tool-root .author-section:hover, .wpc-scope-87 .tc-wp-tool-root .author-section:active{
    transform: translateY(-3px);
    border-color: rgba(34, 211, 238, 0.26);
    box-shadow: var(--shadow-lg), var(--glow-purple);
}.wpc-scope-87 .tc-wp-tool-root .author-avatar{
    width: clamp(52px, 12vw, 64px);
    height: clamp(52px, 12vw, 64px);
    flex-shrink: 0;
    object-fit: cover;
    padding: 2px;
    border: 3px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--tiktok-red), var(--tiktok-blue));
    box-shadow: var(--shadow), var(--shadow-pink);
    animation: avatarPulse 4s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .author-details{
    flex: 1;
    min-width: 0;
}.wpc-scope-87 .tc-wp-tool-root .author-details h3{
    margin-bottom: 0.25rem;
    font-size: clamp(1rem, 3vw, 1.22rem);
    line-height: 1.25;
    font-weight: 850;
    word-break: break-word;
    background: linear-gradient(135deg, #ffffff, var(--tiktok-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.wpc-scope-87 .tc-wp-tool-root .author-username{
    color: var(--text-gray);
    font-size: clamp(0.82rem, 2.5vw, 0.95rem);
    font-weight: 600;
    word-break: break-word;
}.wpc-scope-87 .tc-wp-tool-root .video-title{
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
    text-align: center;
    color: var(--text-light);
    font-size: clamp(1.22rem, 4vw, 1.65rem);
    line-height: 1.38;
    font-weight: 900;
    word-break: break-word;
    text-shadow: 0 6px 22px rgba(0, 0, 0, 0.38);
}.wpc-scope-87 .tc-wp-tool-root .video-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: clamp(0.7rem, 2vw, 1rem);
    margin-bottom: 2rem;
}.wpc-scope-87 .tc-wp-tool-root .stat-item{
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: clamp(0.85rem, 3vw, 1.2rem);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(15, 23, 42, 0.66));
    backdrop-filter: blur(15px);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.wpc-scope-87 .tc-wp-tool-root .stat-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 90%;
    height: 100%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    transition: left 0.6s ease;
}.wpc-scope-87 .tc-wp-tool-root .stat-item:hover::before, .wpc-scope-87 .tc-wp-tool-root .stat-item:active::before{
    left: 130%;
}.wpc-scope-87 .tc-wp-tool-root .stat-item:hover, .wpc-scope-87 .tc-wp-tool-root .stat-item:active{
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg), var(--glow-purple);
}.wpc-scope-87 .tc-wp-tool-root .stat-item.views{
    border-color: rgba(255, 59, 95, 0.36);
    background: linear-gradient(135deg, rgba(255, 59, 95, 0.12), rgba(15, 23, 42, 0.7));
}.wpc-scope-87 .tc-wp-tool-root .stat-item.likes{
    border-color: rgba(34, 211, 238, 0.36);
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(15, 23, 42, 0.7));
}.wpc-scope-87 .tc-wp-tool-root .stat-item.comments{
    border-color: rgba(139, 92, 246, 0.38);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.13), rgba(15, 23, 42, 0.7));
}.wpc-scope-87 .tc-wp-tool-root .stat-item.shares{
    border-color: rgba(249, 115, 22, 0.38);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(15, 23, 42, 0.7));
}.wpc-scope-87 .tc-wp-tool-root .stat-item.duration{
    border-color: rgba(56, 189, 248, 0.38);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(15, 23, 42, 0.7));
}.wpc-scope-87 .tc-wp-tool-root .stat-value{
    display: block;
    margin-bottom: 0.28rem;
    font-size: clamp(1.18rem, 4vw, 1.6rem);
    font-weight: 950;
    line-height: 1.1;
    background: linear-gradient(135deg, #ffffff, var(--tiktok-blue), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: valueGlow 4s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .stat-label{
    color: var(--text-gray);
    font-size: clamp(0.68rem, 2vw, 0.8rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}.wpc-scope-87 .tc-wp-tool-root .video-streaming-area, .wpc-scope-87 .tc-wp-tool-root .download-section, .wpc-scope-87 .tc-wp-tool-root .audio-streaming{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}.wpc-scope-87 .tc-wp-tool-root .video-streaming-area{
    margin-bottom: 1.5rem;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 59, 95, 0.26);
    background: linear-gradient(135deg, rgba(255, 59, 95, 0.09), rgba(34, 211, 238, 0.08), rgba(139, 92, 246, 0.1));
    box-shadow: var(--shadow-lg), var(--shadow-pink);
}.wpc-scope-87 .tc-wp-tool-root .video-streaming-area::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.52;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    animation: gridMove 12s linear infinite;
}.wpc-scope-87 .tc-wp-tool-root .streaming-header{
    position: relative;
    z-index: 3;
    margin-bottom: 1.8rem;
    text-align: center;
}.wpc-scope-87 .tc-wp-tool-root .streaming-title, .wpc-scope-87 .tc-wp-tool-root .download-title, .wpc-scope-87 .tc-wp-tool-root .audio-main-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
    font-size: clamp(1rem, 3vw, 1.28rem);
    line-height: 1.3;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff, var(--tiktok-blue), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: titlePulse 4s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .streaming-subtitle, .wpc-scope-87 .tc-wp-tool-root .download-subtitle, .wpc-scope-87 .tc-wp-tool-root .audio-subtitle{
    color: var(--text-gray);
    font-size: clamp(0.82rem, 2vw, 0.95rem);
    font-weight: 600;
    line-height: 1.55;
}.wpc-scope-87 .tc-wp-tool-root .video-player-wrapper{
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: min(390px, 90vw);
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: #000000;
    box-shadow: var(--shadow-xl), var(--glow-pink);
}.wpc-scope-87 .tc-wp-tool-root .video-thumbnail, .wpc-scope-87 .tc-wp-tool-root .video-player{
    width: 100%;
    height: 100%;
    background: #000000;
    object-fit: cover;
}.wpc-scope-87 .tc-wp-tool-root .video-thumbnail{
    position: absolute;
    inset: 0;
    z-index: 4;
    cursor: pointer;
    transition: transform 0.35s ease, filter 0.35s ease;
}.wpc-scope-87 .tc-wp-tool-root .video-thumbnail:hover, .wpc-scope-87 .tc-wp-tool-root .video-thumbnail:active{
    transform: scale(1.025);
    filter: saturate(1.08) contrast(1.04);
}.wpc-scope-87 .tc-wp-tool-root .thumbnail-overlay{
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.54));
    backdrop-filter: blur(1.5px);
    transition: background 0.25s ease, backdrop-filter 0.25s ease;
}.wpc-scope-87 .tc-wp-tool-root .thumbnail-overlay:hover, .wpc-scope-87 .tc-wp-tool-root .thumbnail-overlay:active{
    background: radial-gradient(circle, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.68));
    backdrop-filter: blur(3px);
}.wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn{
    width: clamp(62px, 15vw, 84px);
    height: clamp(62px, 15vw, 84px);
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(135deg, var(--tiktok-red), var(--pink));
    box-shadow: var(--shadow-xl), var(--glow-tiktok);
    font-size: clamp(1.45rem, 4vw, 2rem);
    animation: playButtonPulse 3s ease-in-out infinite;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}.wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transition: transform 0.55s ease;
}.wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn::hover, .wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn::active{
    transform: translateX(100%);
}.wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn:hover, .wpc-scope-87 .tc-wp-tool-root .thumbnail-play-btn:active{
    transform: scale(1.12);
    box-shadow: var(--shadow-xl), var(--glow-tiktok);
}.wpc-scope-87 .tc-wp-tool-root .video-player{
    position: relative;
    z-index: 2;
    display: none;
    object-fit: contain;
}.wpc-scope-87 .tc-wp-tool-root .video-player.playing{
    display: block;
}.wpc-scope-87 .tc-wp-tool-root .video-controls{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: clamp(1rem, 3vw, 1.45rem);
    transform: translateY(100%);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
    backdrop-filter: blur(12px);
    transition: transform 0.32s ease;
}.wpc-scope-87 .tc-wp-tool-root .video-player-wrapper:hover .video-controls, .wpc-scope-87 .tc-wp-tool-root .video-controls.show{
    transform: translateY(0);
}.wpc-scope-87 .tc-wp-tool-root .progress-bar, .wpc-scope-87 .tc-wp-tool-root .volume-slider, .wpc-scope-87 .tc-wp-tool-root .audio-progress, .wpc-scope-87 .tc-wp-tool-root .audio-volume-slider{
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    min-height: 20px;
    border-radius: 999px;
}.wpc-scope-87 .tc-wp-tool-root .progress-bar{
    width: 100%;
    height: clamp(5px, 1.5vw, 7px);
    margin-bottom: 0.55rem;
    background: rgba(255, 255, 255, 0.2);
}.wpc-scope-87 .tc-wp-tool-root .progress-fill{
    width: 0%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tiktok-red), var(--pink), var(--tiktok-blue));
    box-shadow: 0 0 12px rgba(255, 59, 95, 0.55);
    transition: width 0.1s linear;
}.wpc-scope-87 .tc-wp-tool-root .video-time, .wpc-scope-87 .tc-wp-tool-root .audio-time{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--text-gray);
    font-size: clamp(0.72rem, 2vw, 0.82rem);
    font-weight: 700;
}.wpc-scope-87 .tc-wp-tool-root .video-time{
    margin-bottom: 1rem;
}.wpc-scope-87 .tc-wp-tool-root .control-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}.wpc-scope-87 .tc-wp-tool-root .control-group, .wpc-scope-87 .tc-wp-tool-root .volume-control, .wpc-scope-87 .tc-wp-tool-root .audio-volume-control{
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 0.75rem);
    flex-wrap: wrap;
}.wpc-scope-87 .tc-wp-tool-root .control-btn, .wpc-scope-87 .tc-wp-tool-root .audio-volume-btn, .wpc-scope-87 .tc-wp-tool-root .audio-play-btn{
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}.wpc-scope-87 .tc-wp-tool-root .control-btn{
    width: clamp(40px, 10vw, 46px);
    height: clamp(40px, 10vw, 46px);
    background: rgba(255, 255, 255, 0.14);
    font-size: clamp(0.84rem, 2vw, 1rem);
}.wpc-scope-87 .tc-wp-tool-root .control-btn:hover, .wpc-scope-87 .tc-wp-tool-root .control-btn:active, .wpc-scope-87 .tc-wp-tool-root .audio-volume-btn:hover, .wpc-scope-87 .tc-wp-tool-root .audio-volume-btn:active{
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: var(--shadow);
}.wpc-scope-87 .tc-wp-tool-root .play-btn{
    width: clamp(52px, 12vw, 62px);
    height: clamp(52px, 12vw, 62px);
    border: 0;
    background: linear-gradient(135deg, var(--tiktok-red), var(--pink));
    box-shadow: var(--shadow-lg), var(--glow-tiktok);
    font-size: clamp(1rem, 3vw, 1.4rem);
}.wpc-scope-87 .tc-wp-tool-root .volume-slider, .wpc-scope-87 .tc-wp-tool-root .audio-volume-slider{
    width: clamp(70px, 15vw, 92px);
    height: clamp(5px, 1.5vw, 7px);
    background: rgba(255, 255, 255, 0.2);
}.wpc-scope-87 .tc-wp-tool-root .volume-fill{
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tiktok-blue), var(--green));
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.45);
    transition: width 0.1s ease;
}.wpc-scope-87 .tc-wp-tool-root .download-section{
    margin-bottom: 1.5rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(34, 211, 238, 0.26);
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(34, 197, 94, 0.09), rgba(15, 23, 42, 0.68));
    box-shadow: var(--shadow), var(--shadow-blue);
}.wpc-scope-87 .tc-wp-tool-root .download-header, .wpc-scope-87 .tc-wp-tool-root .audio-header{
    text-align: center;
    margin-bottom: clamp(0.85rem, 2.5vw, 1.25rem);
}.wpc-scope-87 .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-87 .tc-wp-tool-root .download-btn, .wpc-scope-87 .tc-wp-tool-root .download-audio-btn{
    min-height: 50px;
    padding: 0.9rem 1.3rem;
    border-radius: 16px;
    border: 1px solid rgba(34, 211, 238, 0.3);
    background: linear-gradient(135deg, var(--tiktok-blue), #2563eb);
    box-shadow: var(--shadow), var(--shadow-blue);
    font-size: clamp(0.82rem, 2vw, 0.95rem);
    animation: buttonGlow 5s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .download-btn:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-btn:active:not(:disabled){
    box-shadow: var(--shadow-lg), var(--glow-blue);
}.wpc-scope-87 .tc-wp-tool-root .download-btn.hd{
    border-color: rgba(249, 115, 22, 0.34);
    background: linear-gradient(135deg, var(--orange), #dc2626);
}.wpc-scope-87 .tc-wp-tool-root .download-btn.hd:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-btn.hd:active:not(:disabled){
    box-shadow: var(--shadow-lg), 0 0 34px rgba(249, 115, 22, 0.45);
}.wpc-scope-87 .tc-wp-tool-root .audio-streaming{
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(139, 92, 246, 0.32);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.13), rgba(236, 72, 153, 0.1), rgba(15, 23, 42, 0.68));
    box-shadow: var(--shadow), var(--shadow-purple);
}.wpc-scope-87 .tc-wp-tool-root .audio-player-section{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.9rem, 3vw, 1.25rem);
    flex-wrap: wrap;
    margin-bottom: 1.35rem;
}.wpc-scope-87 .tc-wp-tool-root .audio-icon-wrapper{
    position: relative;
    flex-shrink: 0;
}.wpc-scope-87 .tc-wp-tool-root .audio-icon{
    width: clamp(44px, 10vw, 54px);
    height: clamp(44px, 10vw, 54px);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(139, 92, 246, 0.35);
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--purple), var(--pink));
    box-shadow: var(--shadow), var(--shadow-purple);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    animation: audioIconPulse 4s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .audio-wave{
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(196, 181, 253, 0.3);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    animation: audioWaveRipple 2s ease-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .audio-wave:nth-child(1){
    width: clamp(54px, 12vw, 64px);
    height: clamp(54px, 12vw, 64px);
    animation-delay: 0s;
}.wpc-scope-87 .tc-wp-tool-root .audio-wave:nth-child(2){
    width: clamp(66px, 15vw, 78px);
    height: clamp(66px, 15vw, 78px);
    animation-delay: 0.5s;
}.wpc-scope-87 .tc-wp-tool-root .audio-wave:nth-child(3){
    width: clamp(78px, 18vw, 94px);
    height: clamp(78px, 18vw, 94px);
    animation-delay: 1s;
}.wpc-scope-87 .tc-wp-tool-root .audio-info{
    flex: 1;
    min-width: min(100%, 220px);
    text-align: center;
}.wpc-scope-87 .tc-wp-tool-root .audio-title{
    margin-bottom: 0.25rem;
    color: var(--text-light);
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    line-height: 1.35;
    font-weight: 850;
    word-break: break-word;
}.wpc-scope-87 .tc-wp-tool-root .audio-artist{
    margin-bottom: 1rem;
    color: var(--text-gray);
    font-size: clamp(0.76rem, 2vw, 0.86rem);
    font-weight: 600;
    word-break: break-word;
}.wpc-scope-87 .tc-wp-tool-root .audio-progress-container{
    width: 100%;
    margin-bottom: 1rem;
}.wpc-scope-87 .tc-wp-tool-root .audio-progress{
    height: clamp(6px, 2vw, 8px);
    margin-bottom: 0.55rem;
    background: rgba(139, 92, 246, 0.22);
}.wpc-scope-87 .tc-wp-tool-root .audio-progress-fill{
    width: 0%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--purple), var(--pink), var(--tiktok-blue));
    box-shadow: 0 0 12px rgba(139, 92, 246, 0.45);
    transition: width 0.1s ease;
}.wpc-scope-87 .tc-wp-tool-root .audio-controls{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.8rem, 3vw, 1rem);
    flex-wrap: wrap;
    margin-bottom: 1rem;
}.wpc-scope-87 .tc-wp-tool-root .audio-play-btn{
    width: clamp(46px, 10vw, 52px);
    height: clamp(46px, 10vw, 52px);
    border-color: rgba(139, 92, 246, 0.36);
    background: linear-gradient(135deg, var(--purple), var(--pink));
    box-shadow: var(--shadow), var(--shadow-purple);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    animation: audioPlayPulse 4s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .audio-play-btn:hover, .wpc-scope-87 .tc-wp-tool-root .audio-play-btn:active{
    transform: scale(1.1);
    box-shadow: var(--shadow-lg), var(--glow-purple);
}.wpc-scope-87 .tc-wp-tool-root .audio-volume-btn{
    width: clamp(40px, 8vw, 44px);
    height: clamp(40px, 8vw, 44px);
    color: var(--purple-light);
    background: rgba(139, 92, 246, 0.15);
    font-size: clamp(0.82rem, 2vw, 1rem);
}.wpc-scope-87 .tc-wp-tool-root .audio-volume-slider{
    background: rgba(139, 92, 246, 0.22);
}.wpc-scope-87 .tc-wp-tool-root .audio-volume-fill{
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--purple), var(--pink));
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.45);
    transition: width 0.1s ease;
}.wpc-scope-87 .tc-wp-tool-root .download-audio-section{
    text-align: center;
}.wpc-scope-87 .tc-wp-tool-root .download-audio-btn{
    width: 100%;
    max-width: 310px;
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    border-color: rgba(139, 92, 246, 0.34);
    box-shadow: var(--shadow), var(--shadow-purple);
}.wpc-scope-87 .tc-wp-tool-root .download-audio-btn:hover:not(:disabled), .wpc-scope-87 .tc-wp-tool-root .download-audio-btn:active:not(:disabled){
    box-shadow: var(--shadow-lg), var(--glow-purple);
}.wpc-scope-87 .tc-wp-tool-root .download-progress{
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1000;
    display: none;
    width: min(360px, calc(100vw - 2rem));
    min-width: min(320px, calc(100vw - 2rem));
    max-width: 90vw;
    padding: clamp(1rem, 3vw, 1.45rem) clamp(1.15rem, 4vw, 1.8rem);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(46, 16, 101, 0.32));
    backdrop-filter: blur(25px);
    box-shadow: var(--shadow-xl), var(--shadow-purple);
}.wpc-scope-87 .tc-wp-tool-root .download-progress.show{
    display: block;
    animation: slideInRight 0.35s ease-out;
}.wpc-scope-87 .tc-wp-tool-root .progress-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}.wpc-scope-87 .tc-wp-tool-root .progress-text{
    flex: 1;
    min-width: 0;
    color: var(--text-light);
    font-size: clamp(0.82rem, 2vw, 0.95rem);
    font-weight: 850;
    background: linear-gradient(135deg, #ffffff, var(--tiktok-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.wpc-scope-87 .tc-wp-tool-root .cancel-btn{
    min-height: 36px;
    flex-shrink: 0;
    padding: 0.45rem 0.95rem;
    border: 1px solid rgba(255, 59, 95, 0.34);
    border-radius: 11px;
    color: #fecdd3;
    cursor: pointer;
    background: rgba(255, 59, 95, 0.14);
    backdrop-filter: blur(10px);
    font-size: clamp(0.72rem, 2vw, 0.82rem);
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}.wpc-scope-87 .tc-wp-tool-root .cancel-btn:hover, .wpc-scope-87 .tc-wp-tool-root .cancel-btn:active{
    transform: scale(1.04);
    background: rgba(255, 59, 95, 0.22);
    box-shadow: 0 0 20px rgba(255, 59, 95, 0.18);
}.wpc-scope-87 .tc-wp-tool-root .progress-bar-container{
    width: 100%;
    height: clamp(7px, 2vw, 9px);
    overflow: hidden;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.2);
}.wpc-scope-87 .tc-wp-tool-root .progress-bar-fill{
    width: 0%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--green), #14b8a6, var(--tiktok-blue));
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.45);
    transition: width 0.3s ease;
    animation: progressGlow 3s ease-in-out infinite;
}.wpc-scope-87 .tc-wp-tool-root .error-message{
    display: none;
    align-items: center;
    gap: clamp(0.6rem, 2vw, 1rem);
    flex-wrap: wrap;
    margin: 1rem 0 0;
    padding: clamp(1rem, 3vw, 1.2rem) clamp(1rem, 4vw, 1.6rem);
    border: 1px solid rgba(255, 59, 95, 0.38);
    border-radius: 16px;
    color: #fecdd3;
    background: linear-gradient(135deg, rgba(255, 59, 95, 0.13), rgba(15, 23, 42, 0.74));
    backdrop-filter: blur(15px);
    box-shadow: var(--shadow);
    font-size: clamp(0.82rem, 2vw, 1rem);
    font-weight: 750;
    animation: errorShake 0.5s ease-in-out;
}.wpc-scope-87 .tc-wp-tool-root .error-message.show{
    display: flex;
    animation: fadeInUp 0.28s ease-out, errorShake 0.5s ease-in-out;
}.wpc-scope-87 .tc-wp-tool-root .fab, .wpc-scope-87 .tc-wp-tool-root .fas, .wpc-scope-87 .tc-wp-tool-root .fa-tiktok, .wpc-scope-87 .tc-wp-tool-root .fa-paste, .wpc-scope-87 .tc-wp-tool-root .fa-play-circle, .wpc-scope-87 .tc-wp-tool-root .fa-search, .wpc-scope-87 .tc-wp-tool-root .fa-exclamation-triangle, .wpc-scope-87 .tc-wp-tool-root .fa-play, .wpc-scope-87 .tc-wp-tool-root .fa-pause, .wpc-scope-87 .tc-wp-tool-root .fa-volume-up, .wpc-scope-87 .tc-wp-tool-root .fa-volume-mute, .wpc-scope-87 .tc-wp-tool-root .fa-expand, .wpc-scope-87 .tc-wp-tool-root .fa-compress, .wpc-scope-87 .tc-wp-tool-root .fa-download, .wpc-scope-87 .tc-wp-tool-root .fa-hd-video, .wpc-scope-87 .tc-wp-tool-root .fa-music{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
}.wpc-scope-87 .tc-wp-tool-root .fa-tiktok{
    filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.32));
}.wpc-scope-87 .tc-wp-tool-root .fa-exclamation-triangle{
    color: #fb7185;
}.wpc-scope-87 .tc-wp-tool-root .fa-download, .wpc-scope-87 .tc-wp-tool-root .fa-hd-video, .wpc-scope-87 .tc-wp-tool-root .fa-music, .wpc-scope-87 .tc-wp-tool-root .fa-paste, .wpc-scope-87 .tc-wp-tool-root .fa-search, .wpc-scope-87 .tc-wp-tool-root .fa-play, .wpc-scope-87 .tc-wp-tool-root .fa-pause, .wpc-scope-87 .tc-wp-tool-root .fa-play-circle, .wpc-scope-87 .tc-wp-tool-root .fa-volume-up, .wpc-scope-87 .tc-wp-tool-root .fa-volume-mute, .wpc-scope-87 .tc-wp-tool-root .fa-expand, .wpc-scope-87 .tc-wp-tool-root .fa-compress{
    min-width: 1em;
}@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.84;
        transform: translateY(-10px);
    }
}@keyframes fadeInDown{
    from {
        opacity: 0;
        transform: translateY(-34px);
    }

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

    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(4deg);
    }
}@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(203, 213, 225, 0.22);
    }

    50% {
        text-shadow: 0 0 16px rgba(34, 211, 238, 0.32);
    }
}@keyframes borderFlow{
    0%, 100% {
        opacity: 0.52;
    }

    50% {
        opacity: 1;
    }
}@keyframes overlayPulse{
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.72;
    }
}@keyframes inputFocusGlow{
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.14), 0 0 0 1px rgba(139, 92, 246, 0.35), var(--glow-blue), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(139, 92, 246, 0.16), 0 0 0 1px rgba(34, 211, 238, 0.42), var(--glow-purple), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}@keyframes buttonPulse{
    0%, 100% {
        box-shadow: var(--shadow-lg), var(--shadow-pink);
    }

    50% {
        box-shadow: var(--shadow-xl), var(--glow-tiktok);
    }
}@keyframes buttonHoverGlow{
    0%, 100% {
        filter: brightness(1.06);
    }

    50% {
        filter: brightness(1.16);
    }
}@keyframes textFade{
    0%, 100% {
        opacity: 0.72;
    }

    50% {
        opacity: 1;
    }
}@keyframes avatarPulse{
    0%, 100% {
        box-shadow: var(--shadow), var(--shadow-pink);
    }

    50% {
        box-shadow: var(--shadow), 0 0 30px rgba(255, 59, 95, 0.52);
    }
}@keyframes valueGlow{
    0%, 100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.18);
    }
}@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.05);
    }
}@keyframes buttonGlow{
    0%, 100% {
        box-shadow: var(--shadow);
    }

    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), var(--shadow-purple);
    }

    50% {
        box-shadow: var(--shadow-lg), var(--glow-purple);
    }
}@keyframes progressGlow{
    0%, 100% {
        box-shadow: 0 0 12px rgba(34, 197, 94, 0.42);
    }

    50% {
        box-shadow: 0 0 22px rgba(34, 197, 94, 0.75);
    }
}@keyframes errorShake{
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}@media (max-width: 1024px){.tc-wp-tool-root .container, .tc-wp-tool-root .container_tiktok{
        padding: clamp(1rem, 3vw, 2rem);
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(3, 1fr);
    }.tc-wp-tool-root .download-grid, .tc-wp-tool-root .action-buttons{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .search-another-btn{
        width: 100%;
    }.tc-wp-tool-root .audio-player-section{
        flex-direction: column;
        text-align: center;
    }.tc-wp-tool-root .audio-controls, .tc-wp-tool-root .audio-volume-control{
        justify-content: center;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(340px, 86vw);
    }}@media (max-width: 992px){.tc-wp-tool-root .container_tiktok{
        padding: clamp(1rem, 4vw, 3rem);
    }.tc-wp-tool-root .logo{
        gap: 1rem;
    }.tc-wp-tool-root .logo-icon{
        width: 65px;
        height: 65px;
        font-size: 26px;
    }.tc-wp-tool-root .logo-text{
        font-size: clamp(1.6rem, 4.5vw, 3rem);
    }.tc-wp-tool-root .subtitle{
        font-size: clamp(0.9rem, 2.2vw, 1rem);
    }.tc-wp-tool-root .search-section{
        padding: clamp(1.2rem, 3.5vw, 2rem);
    }.tc-wp-tool-root .input-field{
        padding: clamp(0.9rem, 2.8vw, 1.3rem) clamp(1rem, 3.5vw, 1.8rem) !important;
        font-size: clamp(0.85rem, 2.2vw, 1rem) !important;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(360px, 88vw);
    }.tc-wp-tool-root .download-grid{
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }}@media (max-width: 768px){.tc-wp-tool-root .container, .tc-wp-tool-root .container_tiktok{
        padding: clamp(1rem, 4vw, 2rem);
    }.tc-wp-tool-root .logo{
        flex-direction: column;
        gap: 0.8rem;
    }.tc-wp-tool-root .logo-icon{
        width: 60px;
        height: 60px;
        font-size: 24px;
    }.tc-wp-tool-root .logo-text{
        font-size: clamp(1.4rem, 7vw, 2.45rem);
        line-height: 1.12;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section, .tc-wp-tool-root .video-streaming-area, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        border-radius: 22px;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }.tc-wp-tool-root .author-section, .tc-wp-tool-root .audio-player-section, .tc-wp-tool-root .audio-controls{
        flex-direction: column;
        text-align: center;
    }.tc-wp-tool-root .download-progress{
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        width: auto;
        min-width: 0;
        max-width: none;
    }.tc-wp-tool-root .control-buttons{
        flex-direction: column;
        align-items: center;
        gap: 0.85rem;
    }.tc-wp-tool-root .control-group, .tc-wp-tool-root .volume-control, .tc-wp-tool-root .audio-volume-control{
        width: 100%;
        justify-content: center;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(310px, 82vw);
    }.tc-wp-tool-root .video-controls{
        position: relative;
        transform: translateY(0);
        margin-top: 1rem;
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.82);
    }.tc-wp-tool-root .video-player-wrapper:hover .video-controls{
        transform: translateY(0);
    }.tc-wp-tool-root .download-grid{
        grid-template-columns: 1fr;
    }}@media (max-width: 600px){.tc-wp-tool-root .container_tiktok{
        padding: 1.25rem;
    }.tc-wp-tool-root .input-actions{
        align-items: stretch;
        flex-direction: column;
    }.tc-wp-tool-root .paste-btn{
        width: 100%;
    }.tc-wp-tool-root .search-btn{
        min-height: 52px;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(290px, 78vw);
    }.tc-wp-tool-root .download-audio-btn{
        max-width: 100%;
    }}@media (max-width: 480px){.tc-wp-tool-root .container, .tc-wp-tool-root .container_tiktok{
        padding: 0.9rem;
    }.tc-wp-tool-root .header{
        margin-bottom: 1.5rem;
    }.tc-wp-tool-root .logo-icon{
        width: 52px;
        height: 52px;
        font-size: 20px;
        border-radius: 18px;
    }.tc-wp-tool-root .subtitle{
        padding: 0 0.25rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section, .tc-wp-tool-root .video-streaming-area, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 1rem;
        border-radius: 18px;
    }.tc-wp-tool-root .input-field{
        min-height: 48px;
        font-size: 16px !important;
    }.tc-wp-tool-root .stat-item{
        min-height: 72px;
        padding: 0.85rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(280px, 76vw);
        border-radius: 22px;
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: 60px;
        height: 60px;
        font-size: 1.45rem;
    }.tc-wp-tool-root .download-progress{
        left: 0.6rem;
        right: 0.6rem;
        bottom: 0.6rem;
        padding: 1rem;
    }.tc-wp-tool-root .progress-header{
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
    }.tc-wp-tool-root .cancel-btn{
        align-self: center;
        min-width: 90px;
    }.tc-wp-tool-root .control-btn, .tc-wp-tool-root .audio-play-btn, .tc-wp-tool-root .audio-volume-btn, .tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .download-btn, .tc-wp-tool-root .download-audio-btn{
        min-width: 44px;
        min-height: 44px;
    }.tc-wp-tool-root .progress-bar, .tc-wp-tool-root .audio-progress, .tc-wp-tool-root .volume-slider, .tc-wp-tool-root .audio-volume-slider{
        min-height: 36px;
    }}@media (max-width: 400px){.tc-wp-tool-root .container_tiktok{
        padding: 0.8rem;
    }.tc-wp-tool-root .logo-text{
        font-size: clamp(1.1rem, 8vw, 1.75rem);
    }.tc-wp-tool-root .input-field{
        min-height: 44px;
        padding: 0.8rem 0.9rem !important;
    }.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-another-btn, .tc-wp-tool-root .download-btn, .tc-wp-tool-root .download-audio-btn{
        width: 100%;
        min-height: 42px;
        padding: 0.72rem 0.9rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(265px, 74vw);
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: 48px;
        height: 48px;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: 58px;
        height: 58px;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: 68px;
        height: 68px;
    }}@media (max-width: 375px){.tc-wp-tool-root .container_tiktok{
        padding: 0.7rem;
    }.tc-wp-tool-root .logo-icon{
        width: 46px;
        height: 46px;
        font-size: 18px;
    }.tc-wp-tool-root .search-section{
        padding: 0.85rem;
    }.tc-wp-tool-root .input-field{
        min-height: 42px;
        font-size: 16px !important;
    }}@media (max-width: 360px){.tc-wp-tool-root .container{
        padding: 0.5rem;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        padding: 0.85rem;
        border-radius: 16px;
    }.tc-wp-tool-root .logo-text{
        letter-spacing: 0;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(250px, 72vw);
    }}@media (max-height: 500px) and (orientation: landscape){.tc-wp-tool-root .container, .tc-wp-tool-root .container_tiktok{
        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: 42px;
        height: 42px;
        font-size: 16px;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(210px, 34vw);
    }.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;
        scroll-behavior: auto !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-dark: rgba(0, 0, 0, 0.92);
        --glass-purple: rgba(0, 0, 0, 0.92);
        --glass-blue: 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-light);
    }}@media (prefers-color-scheme: dark){.tc-wp-tool-root{
        background: linear-gradient(135deg, #000000 0%, var(--bg-primary) 25%, var(--bg-secondary) 50%, var(--card-purple) 75%, var(--card-blue) 100%);
    }}@media print{.tc-wp-tool-root{
        background: white !important;
        color: black !important;
    }.tc-wp-tool-root .container, .tc-wp-tool-root .container_tiktok{
        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;
    }}.wpc-scope-87 /* 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;
}