@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&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;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root{
    --primary: #2af0ea;
    --primary-glow: rgba(42, 240, 234, 0.34);
    --accent: #ff4fa3;
    --accent-purple: #ff7a59;
    --success: #10B981;
    --error: #EF4444;
    --white: #fff7fb;
    --gray-100: #fdf2ff;
    --gray-300: #d9c7ef;
    --gray-500: #9f8dbd;
    --gray-800: #2e2142;
    --gray-900: #120917;
    --glass-bg: rgba(22, 12, 32, 0.78);
    --glass-border: rgba(122, 243, 238, 0.22);
    --shadow-lg: 0 24px 56px rgba(8, 4, 18, 0.56);
    --radius-md: 14px;
    --radius-lg: 18px;
    --radius-xl: 17px;
    --transition: all 0.3s cubic-bezier(.23, 1.02, .67, 1.01);
    --text-primary: #ffffff;
    --text-secondary: #d9c7ef;
    --text-muted: #9f8dbd;
    --border-color: rgba(122, 243, 238, 0.22);
}.tc-wp-tool-root .uicore-page-title .uicore h1.uicore-title{
	margin: .4em 0;
	display: none;
}.tc-wp-tool-root *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}.tc-wp-tool-root .tiktok_body{
    position: relative;
    z-index: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 12%, rgba(42, 240, 234, 0.3), transparent 34%),
        radial-gradient(circle at 88% 14%, rgba(255, 79, 163, 0.34), transparent 38%),
        radial-gradient(circle at 80% 82%, rgba(255, 122, 89, 0.2), transparent 42%),
        radial-gradient(circle at 18% 84%, rgba(143, 92, 255, 0.22), transparent 44%),
        radial-gradient(circle at 52% 52%, rgba(255, 255, 255, 0.05), transparent 52%),
        linear-gradient(136deg, #09040d 0%, #150819 20%, #2a1033 42%, #3b0f2f 60%, #4a1638 78%, #120918 100%);
    background-size: 190% 190%, 180% 180%, 220% 220%, 210% 210%, 230% 230%, 240% 240%;
    animation: tiktok-aurora 16s ease-in-out infinite;
    color: var(--text-primary);
    line-height: 1.6;
    padding: 10px 10px;
    overflow-x: hidden;
    width: 100%;
}.tc-wp-tool-root .tiktok_body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background:
        linear-gradient(160deg, rgba(4, 2, 10, 0.46), rgba(16, 8, 22, 0.22)),
        radial-gradient(circle at 18% 18%, rgba(42, 240, 234, 0.08), transparent 52%),
        radial-gradient(circle at 82% 76%, rgba(255, 79, 163, 0.08), transparent 48%),
        radial-gradient(circle at 55% 56%, rgba(255, 122, 89, 0.06), transparent 54%);
    opacity: 1;
}@keyframes tiktok-aurora {
    0% { background-position: 0% 50%, 100% 50%, 50% 0%; }
    50% { background-position: 100% 50%, 0% 50%, 50% 100%; }
    100% { background-position: 0% 50%, 100% 50%, 50% 0%; }
}.tc-wp-tool-root .container_tiktok{
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 16px;
    position: relative;
    z-index: 1;
}.tc-wp-tool-root .header{
    text-align: center;
    margin-bottom: 48px;
    animation: fadeInDown 1s ease-out;
}.tc-wp-tool-root .logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-direction: column;
    position: relative;
}.tc-wp-tool-root .logo-icon{
    font-size: clamp(2.5rem, 7vw, 4rem);
    animation: pulse 2s ease-in-out infinite;
    flex-shrink: 0;
    filter: none;
    text-shadow: 0 4px 20px rgba(42, 240, 234, 0.5);
    opacity: 1;
    margin-top: 30px !important;
    background: linear-gradient(135deg, #00f2ea 0%, #25f4ee 25%, #ff0050 75%, #ff4fa3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}.tc-wp-tool-root .logo-text{
    font-size: clamp(1.6rem, 4vw, 2.5rem) !important;
    font-weight: 900;
    background: linear-gradient(135deg, #00f2ea 0%, #25f4ee 25%, #ff0050 75%, #ff4fa3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: -2px;
    font-family: 'Sora', sans-serif;
}.tc-wp-tool-root .intro-text{
    max-width: 700px;
    margin: 0 auto 32px;
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
}@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}.tc-wp-tool-root .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}.tc-wp-tool-root .search-section{
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(145%) contrast(1.05);
    -webkit-backdrop-filter: blur(20px) saturate(145%) contrast(1.05);
    border: 2px solid var(--glass-border);
    padding: clamp(24px, 5vw, 48px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    margin-bottom: 32px;
    animation: fadeInUp 1s ease-out 0.2s both;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.tc-wp-tool-root .input-container{
    position: relative;
    margin-bottom: 20px;
}.tc-wp-tool-root .input-field{
    width: 100% !important;
    padding: clamp(16px, 3vw, 20px) clamp(20px, 4vw, 24px)  !important;
    border: 2px solid rgba(122, 243, 238, 0.18)  !important;
    border-radius: var(--radius-lg)  !important;
    font-size: clamp(14px, 2.5vw, 16px)  !important;
    font-weight: 500  !important;
    background: rgba(18, 9, 23, 0.68)  !important;
    color: var(--text-primary)  !important;
    transition: var(--transition)  !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}.tc-wp-tool-root .input-field:focus{
    outline: none  !important;
    border-color: rgba(110, 238, 232, 0.78)  !important;
    background: rgba(22, 12, 32, 0.78)  !important;
    box-shadow: 0 0 0 4px rgba(42, 240, 234, 0.14), 0 10px 24px rgba(18, 8, 28, 0.28)  !important;
    transform: translateY(-2px)  !important;
}.tc-wp-tool-root .input-field::placeholder{
    color: rgba(255, 255, 255, 0.5) !important;
}.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-secondary);
        z-index: 2;
        position: relative;
        flex-wrap: wrap;
        gap: 0.5rem;
    }.tc-wp-tool-root .paste-btn{
        background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
        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-primary), var(--shadow-accent);
        font-size: clamp(0.8rem, 2vw, 0.9rem);
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(37, 244, 238, 0.3);
        min-height: 44px;
        width: 100%;
        display: flex;
        justify-content: center;
    }.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;
    }.tc-wp-tool-root .paste-btn:hover::before, .tc-wp-tool-root .paste-btn:active::before{
        left: 100%;
    }.tc-wp-tool-root .paste-btn:hover, .tc-wp-tool-root .paste-btn:active{
        transform: translateY(-3px) scale(1.05);
        box-shadow: var(--shadow-primary), var(--glow-secondary);
        background: linear-gradient(135deg, var(--secondary-light), var(--secondary));
    }.tc-wp-tool-root .action-buttons{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        align-items: center;
        z-index: 2;
        position: relative;
    }.tc-wp-tool-root .search-btn{
        background: linear-gradient(135deg, #00f2ea67 0%, #25f4ed52 25%, #ff0050 75%, #ff4fa3 100%);
        color: white;
        border: none;
        padding: clamp(1rem, 3vw, 1.2rem);
        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), 0 0 20px rgba(42, 240, 234, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top : 10px;
        gap: 0.75rem;
        min-height: 56px;
        animation: buttonPulse 4s ease-in-out infinite;
        border: 1px solid rgba(122, 243, 238, 0.32);
        width: 100%;
    }.tc-wp-tool-root .search-btn::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s;
    }.tc-wp-tool-root .search-btn:hover:not(:disabled)::before, .tc-wp-tool-root .search-btn:active:not(:disabled)::before{
        left: 100%;
    }.tc-wp-tool-root .search-btn:hover:not(:disabled), .tc-wp-tool-root .search-btn:active:not(:disabled){
        transform: translateY(-4px) scale(1.02);
        box-shadow: var(--shadow-lg), 0 0 30px rgba(42, 240, 234, 0.5);
        background-position: 100% 100%;
        animation: buttonHoverGlow 1s ease-in-out infinite;
    }.tc-wp-tool-root .search-btn:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
        animation: none;
    }.tc-wp-tool-root .search-another-btn{
        background: linear-gradient(135deg, var(--accent), var(--accent-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-primary), var(--shadow-secondary);
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        position: relative;
        overflow: hidden;
        border: 2px solid rgba(139, 92, 246, 0.3);
    }.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;
    }.tc-wp-tool-root .search-another-btn:hover::before, .tc-wp-tool-root .search-another-btn:active::before{
        left: 100%;
    }.tc-wp-tool-root .search-another-btn:hover, .tc-wp-tool-root .search-another-btn:active{
        transform: translateY(-3px) scale(1.05);
        box-shadow: var(--shadow-primary), var(--glow-primary);
    }.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-bg) 0%,
                rgba(139, 92, 246, 0.15) 50%,
                rgba(37, 244, 238, 0.15) 100%);
        backdrop-filter: blur(25px);
        border: 2px solid var(--glass-border);
        border-radius: 24px;
        margin: 2rem 0;
        box-shadow: var(--shadow-primary), var(--shadow-secondary);
    }.tc-wp-tool-root .loading::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg,
                transparent,
                var(--primary),
                var(--secondary),
                transparent);
        border-radius: 24px 24px 0 0;
    }.tc-wp-tool-root .loading-spinner{
        width: clamp(60px, 15vw, 100px);
        height: clamp(60px, 15vw, 100px);
        margin: 0 auto 2rem;
        position: relative;
    }.tc-wp-tool-root .spinner-ring{
        position: absolute;
        border: 4px solid transparent;
        border-radius: 50%;
        animation: spin 2s linear infinite;
    }.tc-wp-tool-root .spinner-ring:nth-child(1){
        width: 100%;
        height: 100%;
        border-top-color: var(--primary);
        border-right-color: var(--primary);
        animation-duration: 2s;
        box-shadow: 0 0 20px rgba(254, 44, 85, 0.4);
    }.tc-wp-tool-root .spinner-ring:nth-child(2){
        width: 75%;
        height: 75%;
        top: 12.5%;
        left: 12.5%;
        border-bottom-color: var(--secondary);
        border-left-color: var(--secondary);
        animation-duration: 1.5s;
        animation-direction: reverse;
        box-shadow: 0 0 15px rgba(37, 244, 238, 0.4);
    }.tc-wp-tool-root .spinner-ring:nth-child(3){
        width: 50%;
        height: 50%;
        top: 25%;
        left: 25%;
        border-top-color: var(--accent);
        animation-duration: 1s;
        box-shadow: 0 0 10px rgba(139, 92, 246, 0.4);
    }.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(--primary), var(--secondary), var(--accent));
        background-size: 200% 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textGradient 3s ease infinite;
    }.tc-wp-tool-root .loading-subtext{
        color: var(--text-secondary);
        font-size: clamp(0.8rem, 2vw, 1rem);
        animation: textFade 2s ease-in-out infinite;
    }.tc-wp-tool-root .video-section{
        display: none;
        animation: fadeInUp 0.8s ease-out;
        background: linear-gradient(135deg,
                var(--glass-bg) 0%,
                rgba(139, 92, 246, 0.15) 30%,
                rgba(37, 244, 238, 0.15) 70%,
                var(--glass-bg) 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-primary), var(--shadow-secondary);
        position: relative;
        overflow: hidden;
    }.tc-wp-tool-root .video-section::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg,
                transparent,
                var(--primary),
                var(--secondary),
                var(--accent),
                transparent);
        animation: borderFlow 4s ease-in-out infinite;
    }.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(139, 92, 246, 0.15) 0%,
                rgba(236, 72, 153, 0.15) 50%,
                rgba(37, 244, 238, 0.15) 100%);
        border-radius: 20px;
        border: 1px solid rgba(139, 92, 246, 0.3);
        width: 100%;
        box-shadow: var(--shadow-primary), var(--shadow-secondary);
        transition: all 0.4s ease;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }.tc-wp-tool-root .author-section:hover, .tc-wp-tool-root .author-section:active{
        transform: translateY(-3px);
        box-shadow: var(--shadow-primary), var(--glow-primary);
    }.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(--primary), var(--secondary));
        padding: 2px;
        box-shadow: var(--shadow-primary), var(--shadow-secondary);
        animation: avatarPulse 4s ease-in-out infinite;
        flex-shrink: 0;
    }.tc-wp-tool-root .author-details{
        flex: 1;
        min-width: 0;
    }.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(--primary), var(--secondary));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        word-break: break-word;
    }.tc-wp-tool-root .author-username{
        color: var(--text-secondary);
        font-size: clamp(0.8rem, 2.5vw, 0.95rem);
        font-weight: 500;
        word-break: break-word;
    }.tc-wp-tool-root .video-title{
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        font-weight: 800;
        margin-bottom: 1.5rem;
        line-height: 1.4;
        color: var(--text-primary);
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        word-break: break-word;
        padding: 0 1rem;
    }.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;
    }.tc-wp-tool-root .stat-item{
        background: linear-gradient(135deg,
                var(--glass-bg) 0%,
                rgba(139, 92, 246, 0.15) 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-primary);
        backdrop-filter: blur(15px);
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }.tc-wp-tool-root .stat-item::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
        transition: left 0.6s;
    }.tc-wp-tool-root .stat-item:hover::before, .tc-wp-tool-root .stat-item:active::before{
        left: 100%;
    }.tc-wp-tool-root .stat-item:hover, .tc-wp-tool-root .stat-item:active{
        transform: translateY(-5px) scale(1.02);
        box-shadow: var(--shadow-primary), var(--glow-primary);
    }.tc-wp-tool-root .stat-item.views{
        border-color: rgba(254, 44, 85, 0.4);
        background: linear-gradient(135deg,
                rgba(254, 44, 85, 0.1) 0%,
                var(--glass-bg) 100%);
    }.tc-wp-tool-root .stat-item.likes{
        border-color: rgba(37, 244, 238, 0.4);
        background: linear-gradient(135deg,
                rgba(37, 244, 238, 0.1) 0%,
                var(--glass-bg) 100%);
    }.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-bg) 100%);
    }.tc-wp-tool-root .stat-item.shares{
        border-color: rgba(236, 72, 153, 0.4);
        background: linear-gradient(135deg,
                rgba(236, 72, 153, 0.1) 0%,
                var(--glass-bg) 100%);
    }.tc-wp-tool-root .stat-item.duration{
        border-color: rgba(37, 244, 238, 0.4);
        background: linear-gradient(135deg,
                rgba(37, 244, 238, 0.1) 0%,
                var(--glass-bg) 100%);
    }.tc-wp-tool-root .stat-value{
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        font-weight: 900;
        display: block;
        margin-bottom: 0.25rem;
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: valueGlow 4s ease-in-out infinite;
    }.tc-wp-tool-root .stat-label{
        font-size: clamp(0.7rem, 2vw, 0.8rem);
        color: var(--text-secondary);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }.tc-wp-tool-root .video-streaming-area{
        background: linear-gradient(135deg,
                rgba(254, 44, 85, 0.08) 0%,
                rgba(37, 244, 238, 0.08) 50%,
                rgba(139, 92, 246, 0.08) 100%);
        border: 2px solid rgba(254, 44, 85, 0.3);
        border-radius: 24px;
        padding: clamp(1.5rem, 4vw, 2.5rem);
        margin-bottom: 1.5rem;
        position: relative;
        overflow: hidden;
        box-shadow: var(--shadow-primary), var(--shadow-secondary);
        backdrop-filter: blur(15px);
    }.tc-wp-tool-root .video-streaming-area::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image:
            linear-gradient(rgba(254, 44, 85, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(37, 244, 238, 0.05) 1px, transparent 1px);
        background-size: 30px 30px;
        opacity: 0.6;
        pointer-events: none;
        z-index: 1;
        animation: gridMove 12s linear infinite;
    }.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(--primary),
                var(--secondary),
                var(--accent),
                transparent);
        z-index: 2;
        animation: borderFlow 3s ease-in-out infinite;
    }.tc-wp-tool-root .streaming-header{
        text-align: center;
        margin-bottom: 2rem;
        position: relative;
        z-index: 3;
    }.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(--primary), var(--secondary));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: titlePulse 4s ease-in-out infinite;
    }.tc-wp-tool-root .streaming-subtitle{
        color: var(--text-secondary);
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        font-weight: 500;
    }.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-primary), var(--shadow-secondary);
        background: #000;
        z-index: 3;
        border: 2px solid rgba(254, 44, 85, 0.3);
    }.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);
    }.tc-wp-tool-root .video-thumbnail:hover, .tc-wp-tool-root .video-thumbnail:active{
        transform: scale(1.02);
    }.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);
    }.tc-wp-tool-root .thumbnail-overlay:hover, .tc-wp-tool-root .thumbnail-overlay:active{
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
    }.tc-wp-tool-root .thumbnail-play-btn{
        width: clamp(60px, 15vw, 80px);
        height: clamp(60px, 15vw, 80px);
        background: linear-gradient(135deg, var(--primary), var(--accent));
        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-primary), var(--glow-primary);
        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;
    }.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;
    }.tc-wp-tool-root .thumbnail-play-btn:hover, .tc-wp-tool-root .thumbnail-play-btn:active{
        transform: translateX(100%);
    }.tc-wp-tool-root .thumbnail-play-btn:hover, .tc-wp-tool-root .thumbnail-play-btn:active{
        transform: scale(1.15);
        box-shadow: var(--shadow-primary), var(--glow-primary);
    }.tc-wp-tool-root .video-player{
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #000;
        position: relative;
        z-index: 2;
        display: none;
    }.tc-wp-tool-root .video-player.playing{
        display: block;
    }.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);
    }.tc-wp-tool-root .video-player-wrapper:hover .video-controls, .tc-wp-tool-root .video-controls.show{
        transform: translateY(0);
    }.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;
    }.tc-wp-tool-root .progress-fill{
        height: 100%;
        background: linear-gradient(90deg, var(--primary), var(--accent));
        border-radius: 3px;
        width: 0%;
        transition: width 0.1s linear;
        box-shadow: 0 0 10px rgba(254, 44, 85, 0.5);
    }.tc-wp-tool-root .video-time{
        display: flex;
        justify-content: space-between;
        font-size: clamp(0.7rem, 2vw, 0.8rem);
        color: var(--text-secondary);
        margin-bottom: 1rem;
    }.tc-wp-tool-root .control-buttons{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }.tc-wp-tool-root .control-group{
        display: flex;
        align-items: center;
        gap: clamp(0.5rem, 2vw, 0.75rem);
        flex-wrap: wrap;
    }.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;
    }.tc-wp-tool-root .control-btn:hover, .tc-wp-tool-root .control-btn:active{
        background: rgba(255, 255, 255, 0.25);
        transform: scale(1.1);
        box-shadow: var(--shadow-primary);
    }.tc-wp-tool-root .play-btn{
        width: clamp(50px, 12vw, 60px);
        height: clamp(50px, 12vw, 60px);
        background: linear-gradient(135deg, var(--primary), var(--accent));
        font-size: clamp(1rem, 3vw, 1.4rem);
        border: none;
        box-shadow: var(--shadow-primary), var(--glow-primary);
    }.tc-wp-tool-root .volume-control{
        display: flex;
        align-items: center;
        gap: clamp(0.3rem, 1.5vw, 0.5rem);
        flex-wrap: wrap;
    }.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;
    }.tc-wp-tool-root .volume-fill{
        height: 100%;
        background: linear-gradient(90deg, var(--secondary), var(--secondary-light));
        border-radius: 3px;
        width: 100%;
        transition: width 0.1s ease;
        box-shadow: 0 0 8px rgba(37, 244, 238, 0.4);
    }.tc-wp-tool-root .download-section{
        background: linear-gradient(135deg,
                rgba(37, 244, 238, 0.1) 0%,
                rgba(37, 244, 238, 0.1) 50%,
                var(--glass-bg) 100%);
        border: 2px solid rgba(37, 244, 238, 0.3);
        border-radius: 20px;
        padding: clamp(1rem, 3vw, 1.5rem);
        margin-bottom: 1.5rem;
        box-shadow: var(--shadow-primary), var(--shadow-accent);
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(15px);
    }.tc-wp-tool-root .download-section::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg,
                transparent,
                var(--secondary),
                var(--secondary-light),
                transparent);
        animation: borderFlow 3s ease-in-out infinite;
    }.tc-wp-tool-root .download-header{
        text-align: center;
        margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
    }.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(--secondary), var(--secondary-light));
        -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;
    }.tc-wp-tool-root .download-subtitle{
        color: var(--text-secondary);
        font-size: clamp(0.8rem, 2vw, 0.9rem);
    }.tc-wp-tool-root .download-grid{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: clamp(0.8rem, 2vw, 1rem);
    }.tc-wp-tool-root .download-btn{
        background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
        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-primary), var(--shadow-accent);
        position: relative;
        overflow: hidden;
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        animation: buttonGlow 5s ease-in-out infinite;
        border: 1px solid rgba(37, 244, 238, 0.3);
        min-height: 48px;
        text-align: center;
    }.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;
    }.tc-wp-tool-root .download-btn:hover:not(:disabled)::before, .tc-wp-tool-root .download-btn:active:not(:disabled)::before{
        left: 100%;
    }.tc-wp-tool-root .download-btn:hover:not(:disabled), .tc-wp-tool-root .download-btn:active:not(:disabled){
        transform: translateY(-3px) scale(1.02);
        box-shadow: var(--shadow-primary), var(--glow-secondary);
    }.tc-wp-tool-root .download-btn:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
        animation: none;
    }.tc-wp-tool-root .download-btn.hd{
        background: linear-gradient(135deg, var(--accent), var(--accent-light));
        border-color: rgba(139, 92, 246, 0.3);
    }.tc-wp-tool-root .download-btn.hd:hover:not(:disabled), .tc-wp-tool-root .download-btn.hd:active:not(:disabled){
        box-shadow: var(--shadow-primary), 0 0 30px rgba(139, 92, 246, 0.5);
    }.tc-wp-tool-root .audio-streaming{
        background: linear-gradient(135deg,
                rgba(139, 92, 246, 0.12) 0%,
                rgba(236, 72, 153, 0.12) 50%,
                var(--glass-bg) 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-primary), var(--shadow-secondary);
        backdrop-filter: blur(15px);
    }.tc-wp-tool-root .audio-streaming::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg,
                transparent,
                var(--accent),
                var(--accent-light),
                transparent);
        animation: borderFlow 3s ease-in-out infinite;
    }.tc-wp-tool-root .audio-header{
        text-align: center;
        margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
    }.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(--accent), var(--accent-light));
        -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;
    }.tc-wp-tool-root .audio-subtitle{
        color: var(--text-secondary);
        font-size: clamp(0.8rem, 2vw, 0.9rem);
        margin-bottom: clamp(0.8rem, 2.5vw, 1.2rem);
    }.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;
    }.tc-wp-tool-root .audio-icon-wrapper{
        position: relative;
        flex-shrink: 0;
    }.tc-wp-tool-root .audio-icon{
        width: clamp(40px, 10vw, 50px);
        height: clamp(40px, 10vw, 50px);
        background: linear-gradient(135deg, var(--accent), var(--accent-light));
        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-primary), var(--shadow-secondary);
        animation: audioIconPulse 4s ease-in-out infinite;
        position: relative;
        z-index: 2;
        border: 2px solid rgba(139, 92, 246, 0.3);
    }.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;
    }.tc-wp-tool-root .audio-wave:nth-child(1){
        width: clamp(50px, 12vw, 60px);
        height: clamp(50px, 12vw, 60px);
        animation-delay: 0s;
    }.tc-wp-tool-root .audio-wave:nth-child(2){
        width: clamp(60px, 15vw, 75px);
        height: clamp(60px, 15vw, 75px);
        animation-delay: 0.5s;
    }.tc-wp-tool-root .audio-wave:nth-child(3){
        width: clamp(70px, 18vw, 90px);
        height: clamp(70px, 18vw, 90px);
        animation-delay: 1s;
    }.tc-wp-tool-root .audio-info{
        flex: 1;
        min-width: 0;
        text-align: center;
    }.tc-wp-tool-root .audio-title{
        font-size: clamp(0.9rem, 2.5vw, 1rem);
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 0.25rem;
        word-break: break-word;
    }.tc-wp-tool-root .audio-artist{
        font-size: clamp(0.75rem, 2vw, 0.85rem);
        color: var(--text-secondary);
        margin-bottom: 1rem;
        word-break: break-word;
    }.tc-wp-tool-root .audio-progress-container{
        width: 100%;
        margin-bottom: 1rem;
    }.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;
    }.tc-wp-tool-root .audio-progress-fill{
        height: 100%;
        background: linear-gradient(90deg, var(--accent), var(--accent-light));
        border-radius: 4px;
        width: 0%;
        transition: width 0.1s ease;
        box-shadow: 0 0 10px rgba(139, 92, 246, 0.4);
    }.tc-wp-tool-root .audio-time{
        display: flex;
        justify-content: space-between;
        font-size: clamp(0.7rem, 2vw, 0.8rem);
        color: var(--text-secondary);
        margin-bottom: 1rem;
    }.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;
    }.tc-wp-tool-root .audio-play-btn{
        width: clamp(44px, 10vw, 50px);
        height: clamp(44px, 10vw, 50px);
        background: linear-gradient(135deg, var(--accent), var(--accent-light));
        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-primary), var(--shadow-secondary);
        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;
    }.tc-wp-tool-root .audio-play-btn:hover, .tc-wp-tool-root .audio-play-btn:active{
        transform: scale(1.1);
        box-shadow: var(--shadow-primary), var(--glow-primary);
    }.tc-wp-tool-root .audio-volume-control{
        display: flex;
        align-items: center;
        gap: clamp(0.5rem, 2vw, 0.75rem);
        flex-wrap: wrap;
    }.tc-wp-tool-root .audio-volume-btn{
        background: rgba(139, 92, 246, 0.15);
        border: none;
        color: var(--accent-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;
    }.tc-wp-tool-root .audio-volume-btn:hover, .tc-wp-tool-root .audio-volume-btn:active{
        background: rgba(139, 92, 246, 0.25);
        transform: scale(1.1);
        box-shadow: var(--shadow-primary);
    }.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;
    }.tc-wp-tool-root .audio-volume-fill{
        height: 100%;
        background: linear-gradient(90deg, var(--accent), var(--accent-light));
        border-radius: 3px;
        width: 100%;
        transition: width 0.1s ease;
        box-shadow: 0 0 8px rgba(139, 92, 246, 0.4);
    }.tc-wp-tool-root .download-audio-section{
        text-align: center;
    }.tc-wp-tool-root .download-audio-btn{
        background: linear-gradient(135deg, var(--accent), var(--accent-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-primary), var(--shadow-secondary);
        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;
    }.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;
    }.tc-wp-tool-root .download-audio-btn:hover:not(:disabled)::before, .tc-wp-tool-root .download-audio-btn:active:not(:disabled)::before{
        left: 100%;
    }.tc-wp-tool-root .download-audio-btn:hover:not(:disabled), .tc-wp-tool-root .download-audio-btn:active:not(:disabled){
        transform: translateY(-3px) scale(1.02);
        box-shadow: var(--shadow-primary), var(--glow-primary);
    }.tc-wp-tool-root .download-audio-btn:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
        animation: none;
    }.tc-wp-tool-root .download-progress{
        position: fixed;
        bottom: 1.5rem;
        right: 1.5rem;
        background: linear-gradient(135deg,
                var(--glass-bg) 0%,
                rgba(139, 92, 246, 0.15) 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-primary), var(--shadow-secondary);
        z-index: 1000;
        display: none;
    }.tc-wp-tool-root .download-progress.show{
        display: block;
        animation: slideInRight 0.4s ease-out;
    }.tc-wp-tool-root .progress-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
        gap: 1rem;
        flex-wrap: wrap;
    }.tc-wp-tool-root .progress-text{
        font-weight: 700;
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        color: var(--text-primary);
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        flex: 1;
        min-width: 0;
    }.tc-wp-tool-root .cancel-btn{
        background: rgba(254, 44, 85, 0.15);
        border: 1px solid rgba(254, 44, 85, 0.3);
        color: var(--primary-light);
        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;
    }.tc-wp-tool-root .cancel-btn:hover, .tc-wp-tool-root .cancel-btn:active{
        background: rgba(254, 44, 85, 0.25);
        transform: scale(1.05);
    }.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;
    }.tc-wp-tool-root .progress-bar-fill{
        height: 100%;
        background: linear-gradient(90deg, var(--secondary), var(--secondary-light));
        border-radius: 4px;
        width: 0%;
        transition: width 0.3s ease;
        box-shadow: 0 0 12px rgba(37, 244, 238, 0.4);
        animation: progressGlow 3s ease-in-out infinite;
    }.tc-wp-tool-root .error-message{
        background: linear-gradient(135deg,
                rgba(254, 44, 85, 0.1) 0%,
                var(--glass-bg) 100%);
        border: 2px solid rgba(254, 44, 85, 0.3);
        color: var(--accent-light);
        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-primary);
        animation: errorShake 0.5s ease-in-out;
        font-size: clamp(0.8rem, 2vw, 1rem);
        flex-wrap: wrap;
    }.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(176, 190, 197, 0.3); }
        50% { text-shadow: 0 0 15px rgba(176, 190, 197, 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(139, 92, 246, 0.2), var(--glow-primary), inset 0 2px 10px rgba(0, 0, 0, 0.3); }
        50% { box-shadow: 0 0 0 6px rgba(139, 92, 246, 0.4), var(--glow-primary), inset 0 2px 10px rgba(0, 0, 0, 0.3); }
    }@keyframes buttonPulse {
        0%, 100% { box-shadow: var(--shadow-primary), var(--shadow-secondary); }
        50% { box-shadow: var(--shadow-primary), var(--glow-primary); }
    }@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-primary), var(--shadow-secondary); }
        50% { box-shadow: var(--shadow-primary), 0 0 30px rgba(254, 44, 85, 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-primary); }
        50% { box-shadow: var(--shadow-primary), var(--shadow-secondary); }
    }@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-primary), var(--shadow-secondary); }
        50% { box-shadow: var(--shadow-primary), var(--glow-primary); }
    }@keyframes progressGlow {
        0%, 100% { box-shadow: 0 0 12px rgba(37, 244, 238, 0.4); }
        50% { box-shadow: 0 0 20px rgba(37, 244, 238, 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_tiktok{
            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: 320px) {.tc-wp-tool-root .container_tiktok{
        padding: 16px 8px;
    }.tc-wp-tool-root .logo-container{
        padding-top: 40px;
    }.tc-wp-tool-root .logo-icon{
        font-size: 2rem;
        margin-top: 20px !important;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.4rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .search-section{
        padding: 16px;
        margin-bottom: 16px;
    }.tc-wp-tool-root .input-field{
        padding: 12px 16px !important;
        font-size: 14px !important;
    }.tc-wp-tool-root .search-btn{
        padding: 12px 16px !important;
        font-size: 14px !important;
        min-height: 44px;
    }.tc-wp-tool-root .paste-btn{
        padding: 8px 12px !important;
        font-size: 12px !important;
        min-height: 36px;
    }}@media (min-width: 321px) and (max-width: 480px) {.tc-wp-tool-root .container_tiktok{
        padding: 20px 12px;
    }.tc-wp-tool-root .logo-container{
        padding-top: 50px;
    }.tc-wp-tool-root .logo-icon{
        font-size: 2.5rem;
        margin-top: 25px !important;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.6rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.9rem;
    }.tc-wp-tool-root .search-section{
        padding: 20px;
        margin-bottom: 20px;
    }.tc-wp-tool-root .input-field{
        padding: 14px 18px !important;
        font-size: 15px !important;
    }.tc-wp-tool-root .search-btn{
        padding: 14px 20px !important;
        font-size: 15px !important;
        min-height: 48px;
    }.tc-wp-tool-root .paste-btn{
        padding: 10px 14px !important;
        font-size: 13px !important;
        min-height: 40px;
    }}@media (min-width: 481px) and (max-width: 768px) {.tc-wp-tool-root .container_tiktok{
        padding: 24px 16px;
    }.tc-wp-tool-root .logo-container{
        padding-top: 55px;
    }.tc-wp-tool-root .logo-icon{
        font-size: 3rem;
        margin-top: 30px !important;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.8rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 1rem;
    }.tc-wp-tool-root .search-section{
        padding: 24px;
        margin-bottom: 24px;
    }.tc-wp-tool-root .input-field{
        padding: 16px 20px !important;
        font-size: 16px !important;
    }.tc-wp-tool-root .search-btn{
        padding: 16px 24px !important;
        font-size: 16px !important;
        min-height: 52px;
    }.tc-wp-tool-root .paste-btn{
        padding: 12px 16px !important;
        font-size: 14px !important;
        min-height: 44px;
        margin-bottom: 10px;
    }}@media (min-width: 769px) and (max-width: 1024px) {.tc-wp-tool-root .container_tiktok{
        padding: 28px 20px;
    }.tc-wp-tool-root .logo-container{
        padding-top: 60px;
    }.tc-wp-tool-root .logo-icon{
        font-size: 3.5rem;
        margin-top: 35px !important;
    }.tc-wp-tool-root .logo-text{
        font-size: 2rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 1.1rem;
    }.tc-wp-tool-root .search-section{
        padding: 28px;
        margin-bottom: 28px;
    }.tc-wp-tool-root .input-field{
        padding: 18px 22px !important;
        font-size: 16px !important;
    }.tc-wp-tool-root .search-btn{
        padding: 18px 28px !important;
        font-size: 16px !important;
        min-height: 56px;
    }.tc-wp-tool-root .paste-btn{
        padding: 14px 18px !important;
        font-size: 14px !important;
        min-height: 44px;
        margin-bottom: 10px !important;
    }}@media (min-width: 1025px) {.tc-wp-tool-root .container_tiktok{
        padding: 32px 24px;
    }.tc-wp-tool-root .logo-container{
        padding-top: 60px;
    }.tc-wp-tool-root .logo-icon{
        font-size: 4rem;
        margin-top: 30px !important;
    }.tc-wp-tool-root .logo-text{
        font-size: 2.5rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 1.2rem;
    }.tc-wp-tool-root .search-section{
        padding: 32px;
        margin-bottom: 32px;
    }.tc-wp-tool-root .input-field{
        padding: 20px 24px !important;
        font-size: 16px !important;
    }.tc-wp-tool-root .search-btn{
        padding: 20px 32px !important;
        font-size: 16px !important;
        min-height: 56px;
    }.tc-wp-tool-root .paste-btn{
        padding: 16px 20px !important;
        font-size: 14px !important;
        min-height: 44px;
    }}@media (orientation: landscape) and (max-height: 600px) {.tc-wp-tool-root .header{
        margin-bottom: 20px;
    }.tc-wp-tool-root .logo-container{
        padding-top: 30px;
    }.tc-wp-tool-root .logo-icon{
        margin-top: 15px !important;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.4rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .search-section{
        padding: 16px;
        margin-bottom: 16px;
    }.tc-wp-tool-root .input-field{
        padding: 12px 16px !important;
    }.tc-wp-tool-root .search-btn{
        padding: 12px 16px !important;
        min-height: 40px;
    }}@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {.tc-wp-tool-root .logo-icon i{
        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;
    }}@media (hover: none) and (pointer: coarse) {.tc-wp-tool-root .search-btn:hover, .tc-wp-tool-root .paste-btn:hover{
        transform: none;
    }.tc-wp-tool-root .search-btn:active, .tc-wp-tool-root .paste-btn:active{
        transform: scale(0.98);
    }}.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_tiktok{
            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;
        }.tc-wp-tool-root .logo-icon{
            width: 50px;
            height: 50px;
            font-size: 20px;
            margin-top: 60px;
        }}@media (max-width: 360px) {.tc-wp-tool-root .container_tiktok{
            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;
        }.tc-wp-tool-root .logo-icon{
            width: 50px;
            height: 50px;
            font-size: 20px;
            margin-top: 60px;
        }}@media (max-height: 500px) and (orientation: landscape) {.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: 40px;
            height: 40px;
            font-size: 16px;
        }.tc-wp-tool-root .video-player-wrapper{
            max-width: min(200px, 30vw);
        }.tc-wp-tool-root .video-stats{
            grid-template-columns: repeat(5, 1fr);
            gap: 0.5rem;
        }.tc-wp-tool-root .stat-item{
            min-height: 60px;
            padding: 0.5rem;
        }.tc-wp-tool-root .stat-value{
            font-size: 1rem;
        }.tc-wp-tool-root .stat-label{
            font-size: 0.6rem;
        }}@media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {.tc-wp-tool-root .logo-icon, .tc-wp-tool-root .author-avatar, .tc-wp-tool-root .audio-icon, .tc-wp-tool-root .thumbnail-play-btn, .tc-wp-tool-root .audio-play-btn{
            image-rendering: -webkit-optimize-contrast;
            image-rendering: crisp-edges;
        }}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root *, .tc-wp-tool-root *::before, .tc-wp-tool-root *::after{
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }.tc-wp-tool-root .video-player-wrapper, .tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
            animation: none !important;
        }}@media (prefers-contrast: high) {.tc-wp-tool-root{
            --glass-bg: rgba(0, 0, 0, 0.9);
            --glass-border: rgba(255, 255, 255, 0.8);
            --shadow-primary: 0 4px 20px rgba(0, 0, 0, 0.8);
            --shadow-secondary: 0 8px 40px rgba(0, 0, 0, 0.9);
        }.tc-wp-tool-root .input-field, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .download-btn, .tc-wp-tool-root .audio-play-btn{
            border: 2px solid var(--text-primary);
        }}@media (prefers-color-scheme: dark) {.tc-wp-tool-root{
            background: linear-gradient(135deg,
                    #000000 0%,
                    var(--background-primary) 25%,
                    var(--background-secondary) 50%,
                    var(--background-tertiary) 75%,
                    #0f0f2e 100%);
        }}@media print {.tc-wp-tool-root{
            background: white !important;
            color: black !important;
        }.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;
        }}.tc-wp-tool-root{
    --primary: #25f4ee;
    --primary-light: #7dfaf6;
    --primary-glow: rgba(37, 244, 238, 0.34);
    --secondary: #ff0050;
    --secondary-light: #ff4f87;
    --accent: #9b5cff;
    --accent-light: #c4a6ff;
    --accent-dark: #7338d4;
    --accent-purple: #ff7a59;
    --success: #10B981;
    --error: #EF4444;
    --white: #fff7fb;
    --gray-100: #fdf2ff;
    --gray-300: #d9c7ef;
    --gray-500: #9f8dbd;
    --gray-800: #2e2142;
    --gray-900: #120917;
    --background-primary: #09040d;
    --background-secondary: #150819;
    --background-tertiary: #2a1033;
    --glass-bg: rgba(18, 9, 23, 0.78);
    --glass-border: rgba(125, 250, 246, 0.22);
    --shadow-lg: 0 24px 56px rgba(8, 4, 18, 0.56);
    --shadow-primary: 0 16px 36px rgba(8, 4, 18, 0.38);
    --shadow-secondary: 0 18px 48px rgba(255, 0, 80, 0.18);
    --shadow-accent: 0 18px 48px rgba(37, 244, 238, 0.16);
    --glow-primary: 0 0 30px rgba(37, 244, 238, 0.42);
    --glow-secondary: 0 0 30px rgba(255, 0, 80, 0.34);
    --radius-md: 14px;
    --radius-lg: 18px;
    --radius-xl: 17px;
    --transition: all 0.3s cubic-bezier(.23, 1.02, .67, 1.01);
    --text-primary: #ffffff;
    --text-secondary: #e8dcf4;
    --text-muted: #bba8d0;
    --border-color: rgba(125, 250, 246, 0.22);
}.tc-wp-tool-root .uicore-page-title .uicore h1.uicore-title{
    margin: .4em 0;
    display: none;
}.tc-wp-tool-root *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}.tc-wp-tool-root .tiktok_body{
    position: relative;
    z-index: 0;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    color: var(--text-primary);
    line-height: 1.6;
    padding: 0;
    background:
        radial-gradient(circle at 10% 12%, rgba(37, 244, 238, 0.26), transparent 34%),
        radial-gradient(circle at 88% 14%, rgba(255, 0, 80, 0.34), transparent 38%),
        radial-gradient(circle at 80% 82%, rgba(155, 92, 255, 0.20), transparent 42%),
        radial-gradient(circle at 18% 84%, rgba(255, 122, 89, 0.16), transparent 44%),
        linear-gradient(136deg, #07030b 0%, #130719 24%, #241032 46%, #35102f 70%, #0d0613 100%);
    background-size: 190% 190%, 180% 180%, 220% 220%, 210% 210%, 240% 240%;
    animation: tiktok-aurora 16s ease-in-out infinite;
}.tc-wp-tool-root .tiktok_body::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(160deg, rgba(4, 2, 10, 0.50), rgba(16, 8, 22, 0.20)),
        radial-gradient(circle at 18% 18%, rgba(37, 244, 238, 0.08), transparent 52%),
        radial-gradient(circle at 82% 76%, rgba(255, 0, 80, 0.08), transparent 48%);
    opacity: 1;
    pointer-events: none;
}.tc-wp-tool-root .container_tiktok{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 16px;
    position: relative;
    z-index: 1;
}.tc-wp-tool-root .header{
    text-align: center;
    margin-bottom: 40px;
    animation: fadeInDown 1s ease-out;
}.tc-wp-tool-root .logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-direction: column;
    position: relative;
}.tc-wp-tool-root .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}.tc-wp-tool-root .logo-icon{
    font-size: clamp(2.5rem, 7vw, 4rem);
    animation: pulse 2s ease-in-out infinite;
    flex-shrink: 0;
    filter: none;
    text-shadow: 0 4px 20px rgba(37, 244, 238, 0.5);
    opacity: 1;
    margin-top: 30px !important;
    background: linear-gradient(135deg, #25f4ee 0%, #ffffff 35%, #ff0050 75%, #ff4f87 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}.tc-wp-tool-root .logo-text{
    font-size: clamp(1.65rem, 4vw, 2.6rem) !important;
    font-weight: 900;
    background: linear-gradient(135deg, #25f4ee 0%, #ffffff 34%, #ff0050 78%, #ff7a59 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    font-family: 'Sora', sans-serif;
    line-height: 1.15;
}.tc-wp-tool-root .subtitle, .tc-wp-tool-root .intro-text{
    max-width: 740px;
    margin: 0 auto 32px;
    font-size: clamp(0.95rem, 2.4vw, 1.08rem);
    color: var(--text-secondary);
    line-height: 1.6;
}.tc-wp-tool-root .search-section, .tc-wp-tool-root .loading, .tc-wp-tool-root .video-section{
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(145%) contrast(1.05);
    -webkit-backdrop-filter: blur(20px) saturate(145%) contrast(1.05);
    border: 2px solid var(--glass-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}.tc-wp-tool-root .search-section{
    padding: clamp(22px, 5vw, 40px);
    margin-bottom: 32px;
    animation: fadeInUp 1s ease-out 0.2s both;
}.tc-wp-tool-root .input-group, .tc-wp-tool-root .input-container{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}.tc-wp-tool-root .input-field{
    width: 100% !important;
    max-width: 100%;
    padding: clamp(16px, 3vw, 20px) clamp(18px, 4vw, 24px) !important;
    border: 2px solid rgba(125, 250, 246, 0.18) !important;
    border-radius: var(--radius-lg) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: rgba(9, 4, 13, 0.72) !important;
    color: var(--text-primary) !important;
    transition: var(--transition) !important;
    appearance: none !important;
}.tc-wp-tool-root .input-field:focus{
    outline: none !important;
    border-color: rgba(125, 250, 246, 0.82) !important;
    background: rgba(18, 9, 23, 0.88) !important;
    box-shadow: 0 0 0 4px rgba(37, 244, 238, 0.14), 0 10px 24px rgba(18, 8, 28, 0.28) !important;
    transform: translateY(-2px) !important;
}.tc-wp-tool-root .input-field::placeholder{
    color: rgba(255, 255, 255, 0.55) !important;
}.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-secondary);
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
    gap: 0.75rem;
}.tc-wp-tool-root .paste-btn, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .search-another-btn, .tc-wp-tool-root .download-btn, .tc-wp-tool-root .download-audio-btn{
    color: white;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    min-height: 44px;
    text-align: center;
}.tc-wp-tool-root .paste-btn{
    background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
    padding: clamp(0.5rem, 2vw, 0.7rem) clamp(0.8rem, 3vw, 1.4rem);
    border-radius: 14px;
    box-shadow: var(--shadow-primary), var(--shadow-accent);
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    border: 1px solid rgba(37, 244, 238, 0.3);
}.tc-wp-tool-root .action-buttons{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: center;
    z-index: 2;
    position: relative;
}.tc-wp-tool-root .search-btn{
    background: linear-gradient(135deg, #25f4ee 0%, #1096a0 35%, #ff0050 75%, #ff4f87 100%);
    padding: clamp(1rem, 3vw, 1.2rem);
    border-radius: 18px;
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    box-shadow: var(--shadow-lg), 0 0 20px rgba(37, 244, 238, 0.30);
    margin-top: 10px;
    min-height: 56px;
    animation: buttonPulse 4s ease-in-out infinite;
    border: 1px solid rgba(125, 250, 246, 0.32);
    width: 100%;
}.tc-wp-tool-root .search-another-btn{
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    padding: clamp(0.8rem, 2.5vw, 1.1rem) clamp(1rem, 3vw, 1.6rem);
    border-radius: 16px;
    width: 100%;
    box-shadow: var(--shadow-primary), var(--shadow-secondary);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    border: 2px solid rgba(155, 92, 255, 0.3);
}.tc-wp-tool-root .paste-btn::before, .tc-wp-tool-root .search-btn::before, .tc-wp-tool-root .search-another-btn::before, .tc-wp-tool-root .download-btn::before, .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.28), transparent);
    transition: left 0.55s;
}.tc-wp-tool-root .paste-btn:hover::before, .tc-wp-tool-root .paste-btn:active::before, .tc-wp-tool-root .search-btn:hover:not(:disabled)::before, .tc-wp-tool-root .search-btn:active:not(:disabled)::before, .tc-wp-tool-root .search-another-btn:hover::before, .tc-wp-tool-root .search-another-btn:active::before, .tc-wp-tool-root .download-btn:hover:not(:disabled)::before, .tc-wp-tool-root .download-btn:active:not(:disabled)::before, .tc-wp-tool-root .download-audio-btn:hover:not(:disabled)::before, .tc-wp-tool-root .download-audio-btn:active:not(:disabled)::before{
    left: 100%;
}.tc-wp-tool-root .paste-btn:hover, .tc-wp-tool-root .paste-btn:active, .tc-wp-tool-root .search-another-btn:hover, .tc-wp-tool-root .search-another-btn:active, .tc-wp-tool-root .search-btn:hover:not(:disabled), .tc-wp-tool-root .search-btn:active:not(:disabled), .tc-wp-tool-root .download-btn:hover:not(:disabled), .tc-wp-tool-root .download-btn:active:not(:disabled), .tc-wp-tool-root .download-audio-btn:hover:not(:disabled), .tc-wp-tool-root .download-audio-btn:active:not(:disabled){
    transform: translateY(-3px);
    box-shadow: var(--shadow-primary), var(--glow-primary);
}.tc-wp-tool-root .search-btn:disabled, .tc-wp-tool-root .download-btn:disabled, .tc-wp-tool-root .download-audio-btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    animation: none;
}.tc-wp-tool-root .loading{
    display: none;
    text-align: center;
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}.tc-wp-tool-root .loading::before, .tc-wp-tool-root .video-section::before, .tc-wp-tool-root .download-section::before, .tc-wp-tool-root .audio-streaming::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), var(--secondary), var(--accent), transparent);
    animation: borderFlow 4s ease-in-out infinite;
}.tc-wp-tool-root .loading-spinner{
    width: clamp(60px, 15vw, 100px);
    height: clamp(60px, 15vw, 100px);
    margin: 0 auto 2rem;
    position: relative;
}.tc-wp-tool-root .spinner-ring{
    position: absolute;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}.tc-wp-tool-root .spinner-ring:nth-child(1){
    width: 100%;
    height: 100%;
    border-top-color: var(--primary);
    border-right-color: var(--primary);
    box-shadow: 0 0 20px rgba(37, 244, 238, 0.35);
}.tc-wp-tool-root .spinner-ring:nth-child(2){
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
    border-bottom-color: var(--secondary);
    border-left-color: var(--secondary);
    animation-duration: 1.5s;
    animation-direction: reverse;
    box-shadow: 0 0 15px rgba(255, 0, 80, 0.35);
}.tc-wp-tool-root .spinner-ring:nth-child(3){
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    border-top-color: var(--accent);
    animation-duration: 1s;
    box-shadow: 0 0 10px rgba(155, 92, 255, 0.35);
}.tc-wp-tool-root .loading-text, .tc-wp-tool-root .streaming-title, .tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
    background: linear-gradient(135deg, var(--primary), var(--secondary), var(--accent));
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textGradient 3s ease infinite;
}.tc-wp-tool-root .loading-text{
    font-size: clamp(1rem, 3vw, 1.4rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}.tc-wp-tool-root .loading-subtext, .tc-wp-tool-root .streaming-subtitle, .tc-wp-tool-root .download-subtitle, .tc-wp-tool-root .audio-subtitle{
    color: var(--text-secondary);
    font-size: clamp(0.8rem, 2vw, 1rem);
}.tc-wp-tool-root .video-section{
    display: none;
    animation: fadeInUp 0.8s ease-out;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    position: relative;
    overflow: hidden;
}.tc-wp-tool-root .video-title{
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    color: var(--text-primary);
    width: 100%;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    word-break: break-word;
}.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(37, 244, 238, 0.12), rgba(255, 0, 80, 0.12), rgba(155, 92, 255, 0.12));
    border-radius: 18px;
    border: 1px solid var(--glass-border);
    width: 100%;
    box-shadow: var(--shadow-primary);
    transition: var(--transition);
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}.tc-wp-tool-root .author-section:hover, .tc-wp-tool-root .author-section:active, .tc-wp-tool-root .stat-item:hover, .tc-wp-tool-root .stat-item:active{
    transform: translateY(-4px);
    box-shadow: var(--shadow-primary), var(--glow-primary);
}.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(--primary), var(--secondary));
    padding: 2px;
    box-shadow: var(--shadow-primary), var(--shadow-secondary);
    animation: avatarPulse 4s ease-in-out infinite;
    flex-shrink: 0;
}.tc-wp-tool-root .author-details{
    flex: 1;
    min-width: 0;
}.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(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-word;
}.tc-wp-tool-root .author-username{
    color: var(--text-secondary);
    font-size: clamp(0.8rem, 2.5vw, 0.95rem);
    font-weight: 500;
    word-break: break-word;
}.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;
}.tc-wp-tool-root .stat-item{
    background: linear-gradient(135deg, var(--glass-bg), rgba(155, 92, 255, 0.12));
    padding: clamp(0.8rem, 3vw, 1.2rem);
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--glass-border);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-primary);
    backdrop-filter: blur(15px);
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.tc-wp-tool-root .stat-item.views{ border-color: rgba(255, 0, 80, 0.4); }.tc-wp-tool-root .stat-item.likes{ border-color: rgba(37, 244, 238, 0.4); }.tc-wp-tool-root .stat-item.comments{ border-color: rgba(155, 92, 255, 0.4); }.tc-wp-tool-root .stat-item.shares{ border-color: rgba(255, 79, 135, 0.4); }.tc-wp-tool-root .stat-item.duration{ border-color: rgba(37, 244, 238, 0.4); }.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(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: valueGlow 4s ease-in-out infinite;
}.tc-wp-tool-root .stat-label{
    font-size: clamp(0.7rem, 2vw, 0.8rem);
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}.tc-wp-tool-root .video-streaming-area, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
    border-radius: 20px;
    padding: clamp(1rem, 3vw, 1.5rem);
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-primary), var(--shadow-secondary);
    backdrop-filter: blur(15px);
}.tc-wp-tool-root .video-streaming-area{
    background: linear-gradient(135deg, rgba(255, 0, 80, 0.08), rgba(37, 244, 238, 0.08), rgba(155, 92, 255, 0.08));
    border: 2px solid rgba(255, 0, 80, 0.3);
    padding: clamp(1.5rem, 4vw, 2.5rem);
}.tc-wp-tool-root .video-streaming-area::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 0, 80, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 244, 238, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
    animation: gridMove 12s linear infinite;
}.tc-wp-tool-root .streaming-header{
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 3;
}.tc-wp-tool-root .streaming-title, .tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
    font-size: clamp(1rem, 3vw, 1.3rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}.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: 22px;
    overflow: hidden;
    box-shadow: var(--shadow-primary), var(--shadow-secondary);
    background: #000;
    z-index: 3;
    border: 2px solid rgba(255, 0, 80, 0.3);
}.tc-wp-tool-root .video-thumbnail, .tc-wp-tool-root .video-player{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}.tc-wp-tool-root .video-thumbnail{
    position: absolute;
    inset: 0;
    z-index: 4;
    cursor: pointer;
    transition: var(--transition);
}.tc-wp-tool-root .video-thumbnail:hover, .tc-wp-tool-root .video-thumbnail:active{
    transform: scale(1.02);
}.tc-wp-tool-root .thumbnail-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    transition: var(--transition);
    backdrop-filter: blur(2px);
}.tc-wp-tool-root .thumbnail-overlay:hover, .tc-wp-tool-root .thumbnail-overlay:active{
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(4px);
}.tc-wp-tool-root .thumbnail-play-btn, .tc-wp-tool-root .audio-play-btn{
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
}.tc-wp-tool-root .thumbnail-play-btn{
    width: clamp(60px, 15vw, 80px);
    height: clamp(60px, 15vw, 80px);
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    font-size: clamp(1.5rem, 4vw, 2rem);
    box-shadow: var(--shadow-primary), var(--glow-primary);
    animation: playButtonPulse 3s ease-in-out infinite;
    min-height: 44px;
}.tc-wp-tool-root .thumbnail-play-btn:hover, .tc-wp-tool-root .thumbnail-play-btn:active, .tc-wp-tool-root .audio-play-btn:hover, .tc-wp-tool-root .audio-play-btn:active{
    transform: scale(1.1);
    box-shadow: var(--shadow-primary), var(--glow-primary);
}.tc-wp-tool-root .video-player{
    position: relative;
    z-index: 2;
    display: none;
    object-fit: contain;
}.tc-wp-tool-root .video-player.playing{
    display: block;
}.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);
}.tc-wp-tool-root .video-player-wrapper:hover .video-controls, .tc-wp-tool-root .video-controls.show{
    transform: translateY(0);
}.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{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}.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;
    min-height: 20px;
}.tc-wp-tool-root .progress-fill, .tc-wp-tool-root .audio-progress-fill, .tc-wp-tool-root .volume-fill, .tc-wp-tool-root .audio-volume-fill, .tc-wp-tool-root .progress-bar-fill{
    height: 100%;
    border-radius: inherit;
    transition: width 0.1s linear;
}.tc-wp-tool-root .progress-fill{
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    width: 0%;
    box-shadow: 0 0 10px rgba(255, 0, 80, 0.5);
}.tc-wp-tool-root .video-time, .tc-wp-tool-root .audio-time{
    display: flex;
    justify-content: space-between;
    font-size: clamp(0.7rem, 2vw, 0.8rem);
    color: var(--text-secondary);
    margin-bottom: 1rem;
}.tc-wp-tool-root .control-buttons, .tc-wp-tool-root .control-group, .tc-wp-tool-root .volume-control, .tc-wp-tool-root .audio-controls, .tc-wp-tool-root .audio-volume-control{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}.tc-wp-tool-root .control-buttons{
    justify-content: space-between;
    gap: 1rem;
}.tc-wp-tool-root .control-group, .tc-wp-tool-root .volume-control, .tc-wp-tool-root .audio-volume-control{
    gap: clamp(0.5rem, 2vw, 0.75rem);
}.tc-wp-tool-root .control-btn, .tc-wp-tool-root .audio-volume-btn{
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    min-height: 44px;
    min-width: 44px;
}.tc-wp-tool-root .control-btn{
    background: rgba(255, 255, 255, 0.15);
    color: white;
    width: clamp(40px, 10vw, 44px);
    height: clamp(40px, 10vw, 44px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: clamp(0.8rem, 2vw, 1rem);
}.tc-wp-tool-root .control-btn:hover, .tc-wp-tool-root .control-btn:active, .tc-wp-tool-root .audio-volume-btn:hover, .tc-wp-tool-root .audio-volume-btn:active{
    transform: scale(1.08);
    box-shadow: var(--shadow-primary);
}.tc-wp-tool-root .play-btn{
    width: clamp(50px, 12vw, 60px);
    height: clamp(50px, 12vw, 60px);
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    font-size: clamp(1rem, 3vw, 1.4rem);
    box-shadow: var(--shadow-primary), var(--glow-primary);
}.tc-wp-tool-root .volume-slider, .tc-wp-tool-root .audio-volume-slider{
    width: clamp(60px, 15vw, 80px);
    height: clamp(4px, 1.5vw, 6px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    min-height: 20px;
}.tc-wp-tool-root .volume-fill{
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    width: 100%;
    box-shadow: 0 0 8px rgba(37, 244, 238, 0.4);
}.tc-wp-tool-root .download-section{
    background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(255, 0, 80, 0.08), var(--glass-bg));
    border: 2px solid rgba(37, 244, 238, 0.3);
}.tc-wp-tool-root .download-header, .tc-wp-tool-root .audio-header, .tc-wp-tool-root .download-audio-section{
    text-align: center;
}.tc-wp-tool-root .download-title, .tc-wp-tool-root .audio-main-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}.tc-wp-tool-root .download-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: clamp(0.8rem, 2vw, 1rem);
}.tc-wp-tool-root .download-btn{
    background: linear-gradient(135deg, var(--primary), #1096a0);
    padding: clamp(0.8rem, 3vw, 1rem) clamp(1rem, 3vw, 1.5rem);
    border-radius: 16px;
    box-shadow: var(--shadow-primary), var(--shadow-accent);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    animation: buttonGlow 5s ease-in-out infinite;
    border: 1px solid rgba(37, 244, 238, 0.3);
    min-height: 48px;
}.tc-wp-tool-root .download-btn.hd{
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    border-color: rgba(155, 92, 255, 0.3);
}.tc-wp-tool-root .audio-streaming{
    background: linear-gradient(135deg, rgba(155, 92, 255, 0.12), rgba(255, 0, 80, 0.10), var(--glass-bg));
    border: 2px solid rgba(155, 92, 255, 0.3);
}.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;
}.tc-wp-tool-root .audio-icon-wrapper{
    position: relative;
    flex-shrink: 0;
}.tc-wp-tool-root .audio-icon{
    width: clamp(40px, 10vw, 50px);
    height: clamp(40px, 10vw, 50px);
    background: linear-gradient(135deg, var(--accent), var(--secondary));
    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-primary), var(--shadow-secondary);
    animation: audioIconPulse 4s ease-in-out infinite;
    position: relative;
    z-index: 2;
    border: 2px solid rgba(155, 92, 255, 0.3);
}.tc-wp-tool-root .audio-wave{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(155, 92, 255, 0.24);
    border-radius: 50%;
    animation: audioWaveRipple 2s ease-out infinite;
}.tc-wp-tool-root .audio-wave:nth-child(1){ width: clamp(50px, 12vw, 60px); height: clamp(50px, 12vw, 60px); animation-delay: 0s; }.tc-wp-tool-root .audio-wave:nth-child(2){ width: clamp(60px, 15vw, 75px); height: clamp(60px, 15vw, 75px); animation-delay: 0.5s; }.tc-wp-tool-root .audio-wave:nth-child(3){ width: clamp(70px, 18vw, 90px); height: clamp(70px, 18vw, 90px); animation-delay: 1s; }.tc-wp-tool-root .audio-info{
    flex: 1;
    min-width: 0;
    text-align: center;
}.tc-wp-tool-root .audio-title{
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
    word-break: break-word;
}.tc-wp-tool-root .audio-artist{
    font-size: clamp(0.75rem, 2vw, 0.85rem);
    color: var(--text-secondary);
    margin-bottom: 1rem;
    word-break: break-word;
}.tc-wp-tool-root .audio-progress-container{
    width: 100%;
    margin-bottom: 1rem;
}.tc-wp-tool-root .audio-progress{
    height: clamp(6px, 2vw, 8px);
    background: rgba(155, 92, 255, 0.2);
    border-radius: 4px;
    margin-bottom: 0.5rem;
    min-height: 20px;
}.tc-wp-tool-root .audio-progress-fill, .tc-wp-tool-root .audio-volume-fill{
    background: linear-gradient(90deg, var(--accent), var(--secondary));
    width: 0%;
    box-shadow: 0 0 10px rgba(155, 92, 255, 0.4);
}.tc-wp-tool-root .audio-volume-fill{
    width: 100%;
}.tc-wp-tool-root .audio-controls{
    justify-content: center;
    gap: clamp(0.8rem, 3vw, 1rem);
    margin-bottom: 1rem;
}.tc-wp-tool-root .audio-play-btn{
    width: clamp(44px, 10vw, 50px);
    height: clamp(44px, 10vw, 50px);
    background: linear-gradient(135deg, var(--accent), var(--secondary));
    box-shadow: var(--shadow-primary), var(--shadow-secondary);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    flex-shrink: 0;
    animation: audioPlayPulse 4s ease-in-out infinite;
    min-height: 44px;
    min-width: 44px;
}.tc-wp-tool-root .audio-volume-btn{
    background: rgba(155, 92, 255, 0.15);
    color: var(--accent-light);
    width: clamp(36px, 8vw, 40px);
    height: clamp(36px, 8vw, 40px);
    border: 1px solid rgba(155, 92, 255, 0.2);
    font-size: clamp(0.8rem, 2vw, 1rem);
}.tc-wp-tool-root .audio-volume-slider{
    background: rgba(155, 92, 255, 0.2);
}.tc-wp-tool-root .download-audio-btn{
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    padding: clamp(0.8rem, 3vw, 1rem) clamp(1rem, 3vw, 1.5rem);
    border-radius: 16px;
    box-shadow: var(--shadow-primary), var(--shadow-secondary);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    animation: buttonGlow 5s ease-in-out infinite;
    border: 1px solid rgba(155, 92, 255, 0.3);
    min-height: 48px;
    width: 100%;
    max-width: 300px;
}.tc-wp-tool-root .download-progress{
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background: linear-gradient(135deg, var(--glass-bg), rgba(155, 92, 255, 0.15));
    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-primary), var(--shadow-secondary);
    z-index: 1000;
    display: none;
}.tc-wp-tool-root .download-progress.show{
    display: block;
    animation: slideInRight 0.4s ease-out;
}.tc-wp-tool-root .progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}.tc-wp-tool-root .progress-text{
    font-weight: 700;
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    color: var(--text-primary);
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex: 1;
    min-width: 0;
}.tc-wp-tool-root .cancel-btn{
    background: rgba(255, 0, 80, 0.15);
    border: 1px solid rgba(255, 0, 80, 0.3);
    color: var(--secondary-light);
    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: var(--transition);
    font-weight: 600;
    backdrop-filter: blur(10px);
    min-height: 36px;
    flex-shrink: 0;
}.tc-wp-tool-root .cancel-btn:hover, .tc-wp-tool-root .cancel-btn:active{
    background: rgba(255, 0, 80, 0.25);
    transform: scale(1.05);
}.tc-wp-tool-root .progress-bar-container{
    width: 100%;
    height: clamp(6px, 2vw, 8px);
    background: rgba(155, 92, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
}.tc-wp-tool-root .progress-bar-fill{
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    width: 0%;
    transition: width 0.3s ease;
    box-shadow: 0 0 12px rgba(37, 244, 238, 0.4);
    animation: progressGlow 3s ease-in-out infinite;
}.tc-wp-tool-root .error-message{
    background: linear-gradient(135deg, rgba(255, 0, 80, 0.12), var(--glass-bg));
    border: 2px solid rgba(255, 0, 80, 0.3);
    color: #ffb3ca;
    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-primary);
    font-size: clamp(0.8rem, 2vw, 1rem);
    flex-wrap: wrap;
}.tc-wp-tool-root .error-message.show{
    display: flex;
    animation: fadeInUp 0.3s ease-out, errorShake 0.5s ease-in-out;
}.tc-wp-tool-root .fab, .tc-wp-tool-root .fas{
    display: inline-block;
    line-height: 1;
    font-style: normal;
    text-rendering: auto;
}.tc-wp-tool-root .fa-tiktok, .tc-wp-tool-root .fa-paste, .tc-wp-tool-root .fa-play-circle, .tc-wp-tool-root .fa-search, .tc-wp-tool-root .fa-exclamation-triangle, .tc-wp-tool-root .fa-play, .tc-wp-tool-root .fa-pause, .tc-wp-tool-root .fa-volume-up, .tc-wp-tool-root .fa-volume-mute, .tc-wp-tool-root .fa-expand, .tc-wp-tool-root .fa-compress, .tc-wp-tool-root .fa-download, .tc-wp-tool-root .fa-hd-video, .tc-wp-tool-root .fa-music{
    flex-shrink: 0;
}.tc-wp-tool-root .fa-exclamation-triangle{ color: #ffb3ca; }.tc-wp-tool-root .fa-download{ color: currentColor; }.tc-wp-tool-root .fa-hd-video{ color: currentColor; }.tc-wp-tool-root .fa-music{ color: currentColor; }.tc-wp-tool-root .fa-paste{ color: currentColor; }.tc-wp-tool-root .fa-pause{ color: currentColor; }.tc-wp-tool-root .fa-play{ color: currentColor; }.tc-wp-tool-root .fa-play-circle{ color: currentColor; }.tc-wp-tool-root .fa-search{ color: currentColor; }.tc-wp-tool-root .fa-volume-mute{ color: currentColor; }.tc-wp-tool-root .fa-volume-up{ color: currentColor; }.tc-wp-tool-root .fa-expand{ color: currentColor; }.tc-wp-tool-root .fa-compress{ color: currentColor; }@keyframes tiktok-aurora {
    0% { background-position: 0% 50%, 100% 50%, 50% 0%; }
    50% { background-position: 100% 50%, 0% 50%, 50% 100%; }
    100% { background-position: 0% 50%, 100% 50%, 50% 0%; }
}@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 pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}@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 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(176, 190, 197, 0.3); }
    50% { text-shadow: 0 0 15px rgba(176, 190, 197, 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(155, 92, 255, 0.2), var(--glow-primary), inset 0 2px 10px rgba(0, 0, 0, 0.3); }
    50% { box-shadow: 0 0 0 6px rgba(155, 92, 255, 0.4), var(--glow-primary), inset 0 2px 10px rgba(0, 0, 0, 0.3); }
}@keyframes buttonPulse {
    0%, 100% { box-shadow: var(--shadow-primary), var(--shadow-secondary); }
    50% { box-shadow: var(--shadow-primary), var(--glow-primary); }
}@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-primary), var(--shadow-secondary); }
    50% { box-shadow: var(--shadow-primary), 0 0 30px rgba(255, 0, 80, 0.5); }
}@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-primary); }
    50% { box-shadow: var(--shadow-primary), var(--shadow-secondary); }
}@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-primary), var(--shadow-secondary); }
    50% { box-shadow: var(--shadow-primary), var(--glow-primary); }
}@keyframes progressGlow {
    0%, 100% { box-shadow: 0 0 12px rgba(37, 244, 238, 0.4); }
    50% { box-shadow: 0 0 20px rgba(37, 244, 238, 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_tiktok{
        padding: clamp(1rem, 3vw, 1.5rem);
    }.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;
        gap: 1rem;
    }.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(320px, 85vw);
    }.tc-wp-tool-root .video-controls{
        transform: translateY(0);
        position: relative;
        background: rgba(0, 0, 0, 0.82);
        margin-top: 1rem;
        border-radius: 12px;
    }.tc-wp-tool-root .video-player-wrapper:hover .video-controls{
        transform: translateY(0);
    }}@media (max-width: 768px) {.tc-wp-tool-root .container_tiktok{
        padding: 24px 14px;
    }.tc-wp-tool-root .logo{
        gap: 0.75rem;
    }.tc-wp-tool-root .logo-icon{
        margin-top: 18px !important;
    }.tc-wp-tool-root .header{
        margin-bottom: 28px;
    }.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: 16px;
    }.tc-wp-tool-root .input-actions{
        align-items: stretch;
    }.tc-wp-tool-root .input-actions span, .tc-wp-tool-root .paste-btn{
        width: 100%;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: repeat(2, 1fr);
    }.tc-wp-tool-root .control-buttons{
        justify-content: center;
    }}@media (max-width: 480px) {.tc-wp-tool-root .container_tiktok{
        padding: 20px 12px;
    }.tc-wp-tool-root .header{
        margin-bottom: 1.5rem;
    }.tc-wp-tool-root .logo-icon{
        font-size: 2.4rem;
        margin-top: 20px !important;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.55rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.9rem;
        margin-bottom: 22px;
    }.tc-wp-tool-root .search-section{
        padding: 20px;
        margin-bottom: 20px;
    }.tc-wp-tool-root .input-field{
        padding: 14px 16px !important;
        font-size: 16px !important;
    }.tc-wp-tool-root .search-btn{
        padding: 14px 18px !important;
        font-size: 15px !important;
        min-height: 48px;
    }.tc-wp-tool-root .paste-btn{
        padding: 10px 14px !important;
        font-size: 13px !important;
        min-height: 44px;
    }.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, 86vw);
    }.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;
        min-width: 0;
    }.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 .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: 32px;
    }}@media (max-width: 360px) {.tc-wp-tool-root .container_tiktok{
        padding: 16px 8px;
    }.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.4rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.82rem;
    }.tc-wp-tool-root .video-player-wrapper{
        max-width: min(260px, 84vw);
    }.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 (orientation: landscape) and (max-height: 600px) {.tc-wp-tool-root .header{
        margin-bottom: 20px;
    }.tc-wp-tool-root .logo-icon{
        margin-top: 15px !important;
    }.tc-wp-tool-root .logo-text{
        font-size: 1.4rem !important;
    }.tc-wp-tool-root .subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .search-section{
        padding: 16px;
        margin-bottom: 16px;
    }.tc-wp-tool-root .input-field{
        padding: 12px 16px !important;
    }.tc-wp-tool-root .search-btn{
        padding: 12px 16px !important;
        min-height: 44px;
    }}@media (max-height: 500px) and (orientation: landscape) {.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{
        font-size: 2rem;
    }.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, .tc-wp-tool-root .logo-icon i{
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }}@media (hover: none) and (pointer: coarse) {.tc-wp-tool-root .search-btn:hover, .tc-wp-tool-root .paste-btn:hover{
        transform: none;
    }.tc-wp-tool-root .search-btn:active, .tc-wp-tool-root .paste-btn:active{
        transform: scale(0.98);
    }}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root *, .tc-wp-tool-root *::before, .tc-wp-tool-root *::after{
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }.tc-wp-tool-root .video-player-wrapper, .tc-wp-tool-root .search-section, .tc-wp-tool-root .video-section, .tc-wp-tool-root .download-section, .tc-wp-tool-root .audio-streaming{
        animation: none !important;
    }}@media (prefers-contrast: high) {.tc-wp-tool-root{
        --glass-bg: rgba(0, 0, 0, 0.9);
        --glass-border: rgba(255, 255, 255, 0.8);
        --shadow-primary: 0 4px 20px rgba(0, 0, 0, 0.8);
        --shadow-secondary: 0 8px 40px rgba(0, 0, 0, 0.9);
    }.tc-wp-tool-root .input-field, .tc-wp-tool-root .search-btn, .tc-wp-tool-root .download-btn, .tc-wp-tool-root .audio-play-btn{
        border: 2px solid var(--text-primary);
    }}@media (prefers-color-scheme: dark) {.tc-wp-tool-root{
        background: linear-gradient(135deg, #000000 0%, var(--background-primary) 25%, var(--background-secondary) 50%, var(--background-tertiary) 75%, #0f0f2e 100%);
    }}@media print {.tc-wp-tool-root{
        background: white !important;
        color: black !important;
    }.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;
    }}.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;}