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

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-58 .tc-wp-tool-root img, .wpc-scope-58 .tc-wp-tool-root video, .wpc-scope-58 .tc-wp-tool-root svg, .wpc-scope-58 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-58 .tc-wp-tool-root{
        
        --primary-gradient: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
        --secondary-gradient: linear-gradient(135deg, #90e0ef 0%, #00b4d8 100%);
        --accent-gradient: linear-gradient(135deg, #0077b6 0%, #03045e 100%);
        --card-gradient: linear-gradient(135deg, #03045e 0%, #0077b6 100%);
        --stats-gradient-1: linear-gradient(135deg, #03045e 0%, #0077b6 100%);
        --stats-gradient-2: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
        --stats-gradient-3: linear-gradient(135deg, #00b4d8 0%, #90e0ef 100%);
        --stats-gradient-4: linear-gradient(135deg, #90e0ef 0%, #caf0f8 100%);
        --glass-bg: rgba(255, 255, 255, 0.08);
        --glass-border: rgba(255, 255, 255, 0.15);
        --text-primary: #ffffff;
        --text-secondary: #caf0f8;
        --text-muted: #90e0ef;
        --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
        --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.3);
        --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.4);
        --shadow-xl: 0 25px 50px rgba(0, 0, 0, 0.5);
        --shadow-neon: 0 0 20px rgba(0, 180, 216, 0.5);
    }.wpc-scope-58 .tc-wp-tool-root *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
    }.wpc-scope-58 .tc-wp-tool-root .tiktok_body{
        background: linear-gradient(135deg, #03045e 0%, #0077b6 50%, #03045e 100%);
        min-height: 60vh;
        color: var(--text-primary);
        line-height: 1.6;
        position: relative;
        overflow-x: hidden;
    }.wpc-scope-58 .tc-wp-tool-root .tiktok_body::before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:
            radial-gradient(circle at 20% 30%, rgba(0, 180, 216, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(144, 224, 239, 0.15) 0%, transparent 50%);
        pointer-events: none;
        z-index: -1;
    }.wpc-scope-58 .tc-wp-tool-root .container_tiktok{
        max-width: 1400px;
        margin: 0 auto;
        padding: 100px 16px;
        position: relative;
        z-index: 1;
    }.wpc-scope-58 .tc-wp-tool-root .header{
        text-align: center;
        margin-bottom: 48px;
        animation: fadeInDown 1s ease-out;
    }.wpc-scope-58 .tc-wp-tool-root .logo-container{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        margin-bottom: 24px;
    }.wpc-scope-58 .tc-wp-tool-root .logo-icon{
        width: 80px;
        height: 80px;
        background: var(--primary-gradient);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
        font-weight: 900;
        box-shadow: var(--shadow-xl), var(--shadow-neon);
        position: relative;
        overflow: hidden;
        animation: pulse 2s ease-in-out infinite;
    }.wpc-scope-58 .tc-wp-tool-root .logo-text{
	font-size: clamp(32px, 6vw, 60px);
	font-weight: 900;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #61d7fb;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	letter-spacing: -2px;
}.wpc-scope-58 .tc-wp-tool-root .search-section{
        background: var(--glass-bg);
        backdrop-filter: blur(30px);
        border: 1px solid var(--glass-border);
        padding: clamp(24px, 5vw, 48px);
        border-radius: 24px;
        box-shadow: var(--shadow-xl);
        margin-bottom: 32px;
        animation: fadeInUp 1s ease-out 0.2s both;
    }.wpc-scope-58 .tc-wp-tool-root .input-container{
        position: relative;
        margin-bottom: 20px;
    }.wpc-scope-58 .tc-wp-tool-root .search-input{
        width: 100% !important;
        padding: clamp(16px, 3vw, 20px) clamp(20px, 4vw, 24px)  !important;
        border: 2px solid rgba(255, 255, 255, 0.2)  !important;
        border-radius: 16px  !important;
        font-size: clamp(14px, 2.5vw, 16px)  !important;
        font-weight: 500  !important;
        background: rgba(255, 255, 255, 0.1)  !important;
        color: var(--text-primary)  !important;
        transition: all 0.3s ease  !important;
    }.wpc-scope-58 .tc-wp-tool-root .search-input:focus{
        outline: none  !important;
        border-color: #00b4d8  !important;
        box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.2)  !important;
    }.wpc-scope-58 .tc-wp-tool-root .search-input::placeholder{
        color: rgba(255, 255, 255, 0.5);
    }.wpc-scope-58 .tc-wp-tool-root .paste-hint{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-top: 8px;
        font-size: 13px;
        color: var(--text-muted);
    }.wpc-scope-58 .tc-wp-tool-root .paste-icon{
        cursor: pointer;
        padding: 6px;
        border-radius: 6px;
        transition: all 0.3s ease;
        font-size: 16px;
    }.wpc-scope-58 .tc-wp-tool-root .paste-icon:hover{
        background: rgba(255, 255, 255, 0.1);
        color: var(--text-primary);
        transform: scale(1.1);
    }.wpc-scope-58 .tc-wp-tool-root .search-box{
        display: flex;
        gap: 16px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }.wpc-scope-58 .tc-wp-tool-root .search-button{
        flex: 1;
        min-width: 200px;
        padding: clamp(16px, 3vw, 20px) clamp(24px, 5vw, 32px);
        background: var(--primary-gradient);
        color: white;
        border: none;
        border-radius: 16px;
        font-size: clamp(14px, 2.5vw, 16px);
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        box-shadow: var(--shadow-lg), var(--shadow-neon);
    }.wpc-scope-58 .tc-wp-tool-root .search-button::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }.wpc-scope-58 .tc-wp-tool-root .search-button:hover:not(:disabled)::before{
        left: 100%;
    }.wpc-scope-58 .tc-wp-tool-root .search-button:hover:not(:disabled){
        transform: translateY(-3px);
        box-shadow: var(--shadow-xl), 0 0 30px rgba(0, 180, 216, 0.5);
    }.wpc-scope-58 .tc-wp-tool-root .search-button:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }.wpc-scope-58 .tc-wp-tool-root .search-again-btn{
        background: var(--secondary-gradient);
        color: white;
        margin-top: 16px;
        width: 100%;
        padding: 16px;
        border: none;
        border-radius: 16px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: var(--shadow-lg);
    }.wpc-scope-58 .tc-wp-tool-root .search-again-btn:hover{
        transform: translateY(-2px);
        box-shadow: var(--shadow-xl);
    }.wpc-scope-58 .tc-wp-tool-root .profile-section{
        background: var(--glass-bg);
        backdrop-filter: blur(30px);
        border: 1px solid var(--glass-border);
        border-radius: 24px;
        padding: 32px;
        margin-bottom: 32px;
        animation: fadeInUp 0.8s ease-out;
        box-shadow: var(--shadow-xl);
    }.wpc-scope-58 .tc-wp-tool-root .profile-header{
        display: flex;
        gap: 24px;
        margin-bottom: 32px;
    }.wpc-scope-58 .tc-wp-tool-root .profile-avatar-container{
        position: relative;
    }.wpc-scope-58 .tc-wp-tool-root .profile-avatar{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid transparent;
        background: var(--primary-gradient);
        padding: 2px;
        box-shadow: var(--shadow-lg);
        cursor: pointer;
        transition: all 0.3s ease;
    }.wpc-scope-58 .tc-wp-tool-root .profile-avatar:hover{
        transform: scale(1.05);
        box-shadow: var(--shadow-xl), var(--shadow-neon);
    }.wpc-scope-58 .tc-wp-tool-root .fullscreen-icon{
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 24px;
        height: 24px;
        background: var(--primary-gradient);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }.wpc-scope-58 .tc-wp-tool-root .fullscreen-icon:hover{
        transform: scale(1.1);
    }.wpc-scope-58 .tc-wp-tool-root .profile-info{
        flex: 1;
    }.wpc-scope-58 .tc-wp-tool-root .profile-name{
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 8px;
        background: var(--primary-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }.wpc-scope-58 .tc-wp-tool-root .profile-username{
        font-size: 18px;
        color: var(--text-secondary);
        margin-bottom: 16px;
    }.wpc-scope-58 .tc-wp-tool-root .profile-stats{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 20px;
        padding: 0;
        background: transparent;
        border-radius: 0;
        backdrop-filter: none;
    }.wpc-scope-58 .tc-wp-tool-root .stat-item{
        text-align: center;
        padding: 24px 20px;
        border-radius: 16px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
    }.wpc-scope-58 .tc-wp-tool-root .stat-item:nth-child(1){
        background: var(--stats-gradient-1);
        box-shadow: 0 8px 32px rgba(3, 4, 94, 0.4);
    }.wpc-scope-58 .tc-wp-tool-root .stat-item:nth-child(2){
        background: var(--stats-gradient-2);
        box-shadow: 0 8px 32px rgba(0, 119, 182, 0.4);
    }.wpc-scope-58 .tc-wp-tool-root .stat-item:nth-child(3){
        background: var(--stats-gradient-3);
        box-shadow: 0 8px 32px rgba(0, 180, 216, 0.4);
    }.wpc-scope-58 .tc-wp-tool-root .stat-item:nth-child(4){
        background: var(--stats-gradient-4);
        box-shadow: 0 8px 32px rgba(144, 224, 239, 0.4);
    }.wpc-scope-58 .tc-wp-tool-root .stat-item::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }.wpc-scope-58 .tc-wp-tool-root .stat-item:hover::before{
        opacity: 1;
    }.wpc-scope-58 .tc-wp-tool-root .stat-item:hover{
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    }.wpc-scope-58 .tc-wp-tool-root .stat-value{
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 8px;
        color: #ffffff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }.wpc-scope-58 .tc-wp-tool-root .stat-label{
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }.wpc-scope-58 .tc-wp-tool-root .videos-section-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
        padding: 20px 0;
    }.wpc-scope-58 .tc-wp-tool-root .videos-button{
        padding: 16px 32px;
        background: var(--primary-gradient);
        color: white;
        border: none;
        border-radius: 16px;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: var(--shadow-md);
        display: flex;
        align-items: center;
        gap: 8px;
    }.wpc-scope-58 .tc-wp-tool-root .videos-button:hover{
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-58 .tc-wp-tool-root .videos-count{
        font-size: 16px;
        font-weight: 600;
        color: var(--text-secondary);
    }.wpc-scope-58 .tc-wp-tool-root .download-all-btn{
        padding: 12px 24px;
        background: var(--secondary-gradient);
        color: white;
        border: none;
        border-radius: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: var(--shadow-md);
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: 16px;
    }.wpc-scope-58 .tc-wp-tool-root .download-all-btn:hover{
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-58 .tc-wp-tool-root .download-all-btn:disabled{
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }.wpc-scope-58 .tc-wp-tool-root .video-grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 24px;
    }.wpc-scope-58 .tc-wp-tool-root .video-card{
        background: linear-gradient(135deg,
                rgba(0, 119, 182, 0.1) 0%,
                rgba(0, 180, 216, 0.1) 50%,
                rgba(144, 224, 239, 0.1) 100%);
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow:
            var(--shadow-lg),
            0 0 20px rgba(0, 180, 216, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        cursor: pointer;
        height: 480px;
    }.wpc-scope-58 .tc-wp-tool-root .video-card:hover{
        transform: translateY(-15px) scale(1.02);
        box-shadow:
            var(--shadow-xl),
            0 0 40px rgba(0, 180, 216, 0.3),
            0 0 60px rgba(144, 224, 239, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        border-color: rgba(0, 180, 216, 0.5);
    }.wpc-scope-58 .tc-wp-tool-root .video-card::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg,
                rgba(0, 119, 182, 0.05) 0%,
                transparent 50%,
                rgba(144, 224, 239, 0.05) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        z-index: 1;
    }.wpc-scope-58 .tc-wp-tool-root .video-card:hover::before{
        opacity: 1;
    }.wpc-scope-58 .tc-wp-tool-root .video-thumbnail-container{
        position: relative;
        width: 100%;
        height: 320px;
        overflow: hidden;
    }.wpc-scope-58 .tc-wp-tool-root .video-thumbnail{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }.wpc-scope-58 .tc-wp-tool-root .video-card:hover .video-thumbnail{
        transform: scale(1.1);
    }.wpc-scope-58 .tc-wp-tool-root .play-overlay{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 64px;
        height: 64px;
        background: rgba(0, 119, 182, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 2;
        box-shadow: 0 8px 25px rgba(0, 119, 182, 0.4);
        border: 2px solid rgba(255, 255, 255, 0.3);
    }.wpc-scope-58 .tc-wp-tool-root .play-overlay::after{
        content: '';
        width: 0;
        height: 0;
        border-left: 16px solid white;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 4px;
    }.wpc-scope-58 .tc-wp-tool-root .video-card:hover .play-overlay{
        transform: translate(-50%, -50%) scale(1.2);
        background: rgba(0, 119, 182, 1);
        box-shadow: 0 12px 35px rgba(0, 119, 182, 0.6);
    }.wpc-scope-58 .tc-wp-tool-root .video-download-btn{
        position: absolute;
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 16px;
        transition: all 0.3s ease;
        opacity: 1;
        cursor: pointer;
        z-index: 10;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }.wpc-scope-58 .tc-wp-tool-root .video-download-btn:hover{
        background: var(--primary-gradient);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.5);
    }.wpc-scope-58 .tc-wp-tool-root .video-info{
        padding: 20px;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
        height: 160px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }.wpc-scope-58 .tc-wp-tool-root .video-title{
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: var(--text-primary);
        line-height: 1.4;
    }.wpc-scope-58 .tc-wp-tool-root .video-stats{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        font-size: 12px;
        color: var(--text-secondary);
    }.wpc-scope-58 .tc-wp-tool-root .stat{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        transition: all 0.3s ease;
    }.wpc-scope-58 .tc-wp-tool-root .stat:hover{
        background: rgba(0, 119, 182, 0.1);
        color: var(--text-primary);
    }.wpc-scope-58 .tc-wp-tool-root .modal{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(3, 4, 94, 0.95);
        backdrop-filter: blur(20px);
        z-index: 1000;
        display: none;
        animation: fadeIn 0.3s ease-out;
        padding: 20px;
    }.wpc-scope-58 .tc-wp-tool-root .modal-content{
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 500px;
        margin: 0 auto;
    }.wpc-scope-58 .tc-wp-tool-root .modal-title{
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 16px;
        text-align: center;
        padding: 0 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.4;
    }.wpc-scope-58 .tc-wp-tool-root .video-player-container{
        position: relative;
        width: 100%;
        aspect-ratio: 9/16;
        background: #000;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: var(--shadow-xl);
    }.wpc-scope-58 .tc-wp-tool-root .video-player{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }.wpc-scope-58 .tc-wp-tool-root .close-modal{
        position: absolute;
        top: 10px;
        right: -30px;
        width: 48px;
        height: 48px;
        background: rgba(0, 119, 182, 0.2);
        border: 2px solid rgba(0, 119, 182, 0.5);
        border-radius: 50%;
        color: white;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        z-index: 20;
        box-shadow: 0 4px 15px rgba(0, 119, 182, 0.3);
    }.wpc-scope-58 .tc-wp-tool-root .close-modal:hover{
        background: rgba(0, 119, 182, 0.4);
        transform: rotate(90deg) scale(1.1);
        border-color: rgba(0, 119, 182, 0.8);
        box-shadow: 0 6px 20px rgba(0, 119, 182, 0.5);
    }.wpc-scope-58 .tc-wp-tool-root .video-controls{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: linear-gradient(transparent, rgba(3, 4, 94, 0.9));
        display: flex;
        flex-direction: column;
        gap: 16px;
    }.wpc-scope-58 .tc-wp-tool-root .progress-container{
        width: 100%;
        height: 4px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 2px;
        cursor: pointer;
        position: relative;
    }.wpc-scope-58 .tc-wp-tool-root .progress-bar{
        height: 100%;
        background: var(--primary-gradient);
        border-radius: 2px;
        position: relative;
        transition: width 0.1s linear;
    }.wpc-scope-58 .tc-wp-tool-root .control-buttons{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }.wpc-scope-58 .tc-wp-tool-root .control-group{
        display: flex;
        align-items: center;
        gap: 12px;
    }.wpc-scope-58 .tc-wp-tool-root .control-button{
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 50%;
        background: var(--glass-bg);
        color: white;
        font-size: 18px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        border: 1px solid var(--glass-border);
    }.wpc-scope-58 .tc-wp-tool-root .control-button:hover{
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
    }.wpc-scope-58 .tc-wp-tool-root .play-pause{
        width: 56px;
        height: 56px;
        background: var(--primary-gradient);
        font-size: 24px;
        border: none;
    }.wpc-scope-58 .tc-wp-tool-root .play-pause:hover{
        background: var(--secondary-gradient);
    }.wpc-scope-58 .tc-wp-tool-root .volume-controls{
        display: flex;
        align-items: center;
        gap: 8px;
    }.wpc-scope-58 .tc-wp-tool-root .volume-slider{
        width: 80px;
        height: 4px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 2px;
        position: relative;
        cursor: pointer;
    }.wpc-scope-58 .tc-wp-tool-root .volume-fill{
        height: 100%;
        background: var(--primary-gradient);
        border-radius: 2px;
        transition: width 0.1s ease;
    }.wpc-scope-58 .tc-wp-tool-root .loading{
        display: none;
        justify-content: center;
        align-items: center;
        padding: 60px 40px;
        background: var(--glass-bg);
        backdrop-filter: blur(30px);
        border-radius: 24px;
        margin: 32px 0;
        border: 1px solid var(--glass-border);
        box-shadow: var(--shadow-xl);
    }.wpc-scope-58 .tc-wp-tool-root .loading-content{
        text-align: center;
    }.wpc-scope-58 .tc-wp-tool-root .loading-animation{
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto 24px;
    }.wpc-scope-58 .tc-wp-tool-root .loading-ring{
        position: absolute;
        border: 4px solid transparent;
        border-radius: 50%;
        animation: spin 2s linear infinite;
    }.wpc-scope-58 .tc-wp-tool-root .loading-ring:nth-child(1){
        width: 120px;
        height: 120px;
        border-top-color: #00b4d8;
        animation-duration: 2s;
    }.wpc-scope-58 .tc-wp-tool-root .loading-ring:nth-child(2){
        width: 90px;
        height: 90px;
        top: 15px;
        left: 15px;
        border-right-color: #0077b6;
        animation-duration: 1.5s;
        animation-direction: reverse;
    }.wpc-scope-58 .tc-wp-tool-root .loading-ring:nth-child(3){
        width: 60px;
        height: 60px;
        top: 30px;
        left: 30px;
        border-bottom-color: #03045e;
        animation-duration: 1s;
    }.wpc-scope-58 .tc-wp-tool-root .loading-dots{
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-bottom: 16px;
    }.wpc-scope-58 .tc-wp-tool-root .loading-dot{
        width: 12px;
        height: 12px;
        background: var(--primary-gradient);
        border-radius: 50%;
        animation: bounce 1.4s ease-in-out infinite both;
    }.wpc-scope-58 .tc-wp-tool-root .loading-dot:nth-child(1){
        animation-delay: -0.32s;
    }.wpc-scope-58 .tc-wp-tool-root .loading-dot:nth-child(2){
        animation-delay: -0.16s;
    }.wpc-scope-58 .tc-wp-tool-root .loading-dot:nth-child(3){
        animation-delay: 0s;
    }@keyframes bounce{

        0%,
        80%,
        100% {
            transform: scale(0);
        }

        40% {
            transform: scale(1);
        }
    }@keyframes spin{
        to {
            transform: rotate(360deg);
        }
    }.wpc-scope-58 .tc-wp-tool-root .loading-text{
        font-size: 18px;
        font-weight: 600;
        color: var(--text-primary);
        margin-bottom: 8px;
    }.wpc-scope-58 .tc-wp-tool-root .loading-subtext{
        font-size: 14px;
        color: var(--text-secondary);
    }.wpc-scope-58 .tc-wp-tool-root .profile-modal{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(3, 4, 94, 0.95);
        backdrop-filter: blur(20px);
        z-index: 1000;
        display: none;
        animation: fadeIn 0.3s ease-out;
        padding: 20px;
    }.wpc-scope-58 .tc-wp-tool-root .profile-modal-content{
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }.wpc-scope-58 .tc-wp-tool-root .profile-modal-image{
        max-width: 80%;
        max-height: 80%;
        border-radius: 20px;
        box-shadow: var(--shadow-xl);
    }.wpc-scope-58 .tc-wp-tool-root .profile-modal-close{
        position: absolute;
        top: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        background: rgba(0, 119, 182, 0.2);
        border: 2px solid rgba(0, 119, 182, 0.5);
        border-radius: 50%;
        color: white;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
    }.wpc-scope-58 .tc-wp-tool-root .profile-modal-download{
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 12px 24px;
        background: var(--primary-gradient);
        color: white;
        border: none;
        border-radius: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;
    }.wpc-scope-58 .tc-wp-tool-root .profile-modal-download:hover{
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-58 .tc-wp-tool-root .download-progress{
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: var(--glass-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        border-radius: 12px;
        padding: 16px 20px;
        color: white;
        font-weight: 600;
        z-index: 1001;
        display: none;
        align-items: center;
        gap: 12px;
        box-shadow: var(--shadow-lg);
        min-width: 300px;
    }.wpc-scope-58 .tc-wp-tool-root .download-progress.show{
        display: flex;
    }.wpc-scope-58 .tc-wp-tool-root .download-spinner{
        width: 20px;
        height: 20px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-top-color: #00b4d8;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        flex-shrink: 0;
    }.wpc-scope-58 .tc-wp-tool-root .download-info{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }.wpc-scope-58 .tc-wp-tool-root .download-text{
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }.wpc-scope-58 .tc-wp-tool-root .download-progress-bar{
        width: 100%;
        height: 4px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 2px;
        overflow: hidden;
    }.wpc-scope-58 .tc-wp-tool-root .download-progress-fill{
        height: 100%;
        background: var(--primary-gradient);
        border-radius: 2px;
        width: 0%;
        transition: width 0.3s ease;
    }.wpc-scope-58 .tc-wp-tool-root .cancel-download-btn{
        background: rgba(0, 119, 182, 0.2);
        border: 1px solid rgba(0, 119, 182, 0.4);
        color: white;
        border-radius: 8px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 4px;
    }.wpc-scope-58 .tc-wp-tool-root .cancel-download-btn:hover{
        background: rgba(0, 119, 182, 0.4);
    }@keyframes fadeIn{
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }@keyframes fadeInDown{
        from {
            opacity: 0;
            transform: translateY(-30px);
        }

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

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }@keyframes pulse{

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }
    }.wpc-scope-58 .tc-wp-tool-root .error-message{
        background: rgba(0, 119, 182, 0.1);
        border: 1px solid rgba(0, 119, 182, 0.2);
        color: #00b4d8;
        padding: 16px 24px;
        border-radius: 12px;
        margin-top: 16px;
        display: none;
        align-items: center;
        gap: 12px;
        font-weight: 500;
    }@media (max-width: 768px){.tc-wp-tool-root .profile-header{
            flex-direction: column;
            align-items: center;
            text-align: center;
        }.tc-wp-tool-root .profile-stats{
            grid-template-columns: repeat(2, 1fr);
        }.tc-wp-tool-root .video-grid{
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 16px;
        }.tc-wp-tool-root .video-card{
            height: 440px;
        }.tc-wp-tool-root .video-thumbnail-container{
            height: 280px;
        }.tc-wp-tool-root .search-box{
            flex-direction: column;
        }.tc-wp-tool-root .search-button{
            width: 100%;
        }.tc-wp-tool-root .control-buttons{
            flex-wrap: wrap;
            gap: 12px;
        }.tc-wp-tool-root .volume-controls{
            order: 3;
            width: 100%;
            justify-content: center;
        }.tc-wp-tool-root .close-modal{
            top: -50px;
            right: 10px;
        }.tc-wp-tool-root .videos-section-header{
            flex-direction: column;
            gap: 12px;
            align-items: flex-start;
        }.tc-wp-tool-root .download-all-btn{
            margin-left: 0;
            margin-top: 8px;
        }.tc-wp-tool-root .download-progress{
            left: 20px;
            right: 20px;
            width: auto;
        }.tc-wp-tool-root .logo-container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 24px;
            margin-bottom: 24px;
            flex-direction: column;
        }.tc-wp-tool-root .logo-icon{
            width: 60px;
            height: 60px;
            font-size: 28px;
            margin-top: 40px;
        }.tc-wp-tool-root .profile-name{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}}@media (max-width: 480px){.tc-wp-tool-root .profile-stats{
            grid-template-columns: 1fr;
        }.tc-wp-tool-root .video-grid{
            grid-template-columns: 1fr;
        }.tc-wp-tool-root .logo-container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 24px;
            margin-bottom: 24px;
            flex-direction: column;
        }.tc-wp-tool-root .logo-icon{
            width: 60px;
            height: 60px;
            font-size: 28px;
            margin-top: 40px;
        }.tc-wp-tool-root .videos-section-header{
            display: flex !important;
            align-items: center !important;
            justify-content: space-between;
            margin-bottom: 24px;
            padding: 20px 0;
        }.tc-wp-tool-root .download-all-btn{
            padding: 12px 24px;
            background: var(--secondary-gradient);
            color: white;
            border: none;
            border-radius: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: var(--shadow-md);
            display: flex;
            align-items: center;
            gap: 8px;
            margin-left: 16px;
            width: 100%;
            font-size: 12px;
        }.tc-wp-tool-root .buttons_flex{
            flex-direction: column;
        }.tc-wp-tool-root .profile-name{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}}@media (max-width: 500px){.tc-wp-tool-root .logo-icon{
            width: 60px;
            height: 60px;
            font-size: 28px;
        }.tc-wp-tool-root .logo-text{
            font-size: clamp(24px, 5vw, 40px);
        }.tc-wp-tool-root .logo-container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 24px;
            margin-bottom: 24px;
            flex-direction: column;
        }.tc-wp-tool-root .logo-icon{
            width: 60px;
            height: 60px;
            font-size: 28px;
            margin-top: 40px;
        }.tc-wp-tool-root .videos-section-header{
            display: flex !important;
            align-items: center !important;
            justify-content: space-between;
            margin-bottom: 24px;
            padding: 20px 0;
        }.tc-wp-tool-root .download-all-btn{
            padding: 12px 24px;
            background: var(--secondary-gradient);
            color: white;
            border: none;
            border-radius: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: var(--shadow-md);
            display: flex;
            align-items: center;
            gap: 8px;
            margin-left: 16px;
            width: 100%;
            font-size: 13px;
        }.tc-wp-tool-root .buttons_flex{
            flex-direction: column;
        }.tc-wp-tool-root .profile-name{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}}.wpc-scope-58 .tc-wp-tool-root{
    --primary-gradient: linear-gradient(135deg, #00f5d4 0%, #00b4d8 42%, #4361ee 100%);
    --secondary-gradient: linear-gradient(135deg, #22d3ee 0%, #3b82f6 52%, #7c3aed 100%);
    --accent-gradient: linear-gradient(135deg, #ff2e63 0%, #7c3aed 48%, #00b4d8 100%);
    --card-gradient: linear-gradient(145deg, rgba(15, 23, 42, 0.92) 0%, rgba(12, 74, 110, 0.78) 100%);
    --stats-gradient-1: linear-gradient(135deg, #172554 0%, #2563eb 100%);
    --stats-gradient-2: linear-gradient(135deg, #164e63 0%, #06b6d4 100%);
    --stats-gradient-3: linear-gradient(135deg, #065f46 0%, #14b8a6 100%);
    --stats-gradient-4: linear-gradient(135deg, #581c87 0%, #a855f7 100%);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.18);
    --text-primary: #f8fafc;
    --text-secondary: #dbeafe;
    --text-muted: #93c5fd;
    --shadow-sm: 0 4px 14px rgba(2, 6, 23, 0.18);
    --shadow-md: 0 10px 28px rgba(2, 6, 23, 0.26);
    --shadow-lg: 0 18px 44px rgba(2, 6, 23, 0.34);
    --shadow-xl: 0 28px 70px rgba(2, 6, 23, 0.46);
    --shadow-neon: 0 0 28px rgba(34, 211, 238, 0.36);
}.wpc-scope-58 .tc-wp-tool-root *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}.wpc-scope-58 .tc-wp-tool-root .tiktok_body{
    background:
        radial-gradient(circle at 14% 18%, rgba(0, 245, 212, 0.16) 0%, transparent 30%),
        radial-gradient(circle at 86% 12%, rgba(124, 58, 237, 0.18) 0%, transparent 34%),
        linear-gradient(135deg, #020617 0%, #0f172a 42%, #082f49 100%);
    min-height: 60vh;
    color: var(--text-primary);
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
    isolation: isolate;
}.wpc-scope-58 .tc-wp-tool-root .tiktok_body::before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 80%);
    pointer-events: none;
    z-index: -1;
}.wpc-scope-58 .tc-wp-tool-root .container_tiktok{
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(48px, 8vw, 96px) 18px;
    position: relative;
    z-index: 1;
}.wpc-scope-58 .tc-wp-tool-root .header{
    text-align: center;
    margin-bottom: clamp(28px, 5vw, 52px);
    animation: fadeInDown 0.8s ease-out;
}.wpc-scope-58 .tc-wp-tool-root .logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3vw, 26px);
    margin-bottom: 24px;
}.wpc-scope-58 .tc-wp-tool-root .logo-icon{
    width: clamp(64px, 8vw, 86px);
    height: clamp(64px, 8vw, 86px);
    background: var(--accent-gradient);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 900;
    box-shadow: var(--shadow-xl), var(--shadow-neon), inset 0 1px 0 rgba(255, 255, 255, 0.32);
    position: relative;
    overflow: hidden;
    animation: pulse 2.6s ease-in-out infinite;
}.wpc-scope-58 .tc-wp-tool-root .logo-icon::after{
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 23px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 48%);
    pointer-events: none;
}.wpc-scope-58 .tc-wp-tool-root .logo-text{
    max-width: 940px;
    font-size: clamp(30px, 5vw, 58px);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #67e8f9 45%, #c4b5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 8px 36px rgba(2, 6, 23, 0.36);
    letter-spacing: 0;
    line-height: 1.08;
}.wpc-scope-58 .tc-wp-tool-root .search-section{
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid var(--glass-border);
    padding: clamp(24px, 5vw, 46px);
    border-radius: 28px;
    box-shadow: var(--shadow-xl), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    margin-bottom: 34px;
    animation: fadeInUp 0.85s ease-out 0.15s both;
}.wpc-scope-58 .tc-wp-tool-root .input-container{
    position: relative;
    margin-bottom: 22px;
}.wpc-scope-58 .tc-wp-tool-root .search-input{
    width: 100% !important;
    padding: clamp(16px, 3vw, 21px) clamp(18px, 4vw, 26px) !important;
    border: 1px solid rgba(226, 232, 240, 0.22) !important;
    border-radius: 18px !important;
    font-size: clamp(14px, 2.5vw, 16px) !important;
    font-weight: 600 !important;
    background: rgba(15, 23, 42, 0.58) !important;
    color: var(--text-primary) !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(2, 6, 23, 0.18) !important;
}.wpc-scope-58 .tc-wp-tool-root .search-input:focus{
    outline: none !important;
    border-color: rgba(34, 211, 238, 0.82) !important;
    background: rgba(15, 23, 42, 0.72) !important;
    box-shadow: 0 0 0 5px rgba(34, 211, 238, 0.16), 0 18px 34px rgba(2, 6, 23, 0.25) !important;
    transform: translateY(-1px) !important;
}.wpc-scope-58 .tc-wp-tool-root .search-input::placeholder{
    color: rgba(226, 232, 240, 0.56);
}.wpc-scope-58 .tc-wp-tool-root .paste-hint{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
    font-size: 13px;
    color: var(--text-muted);
}.wpc-scope-58 .tc-wp-tool-root .paste-icon{
    cursor: pointer;
    padding: 7px;
    border-radius: 9px;
    transition: all 0.25s ease;
    font-size: 16px;
    color: #a5f3fc;
}.wpc-scope-58 .tc-wp-tool-root .paste-icon:hover{
    background: rgba(255, 255, 255, 0.12);
    color: var(--text-primary);
    transform: translateY(-1px) scale(1.08);
}.wpc-scope-58 .tc-wp-tool-root .search-box{
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}.wpc-scope-58 .tc-wp-tool-root .search-button{
    flex: 1;
    min-width: 200px;
    padding: clamp(16px, 3vw, 20px) clamp(24px, 5vw, 34px);
    background: var(--primary-gradient);
    color: white;
    border: none;
    border-radius: 18px;
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0, 180, 216, 0.3), var(--shadow-neon);
}.wpc-scope-58 .tc-wp-tool-root .search-button::before{
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    transition: left 0.55s ease;
}.wpc-scope-58 .tc-wp-tool-root .search-button:hover:not(:disabled)::before{
    left: 120%;
}.wpc-scope-58 .tc-wp-tool-root .search-button:hover:not(:disabled){
    transform: translateY(-3px);
    filter: saturate(1.1);
    box-shadow: 0 22px 48px rgba(0, 180, 216, 0.4), 0 0 34px rgba(34, 211, 238, 0.42);
}.wpc-scope-58 .tc-wp-tool-root .search-button:active:not(:disabled){
    transform: translateY(-1px) scale(0.99);
}.wpc-scope-58 .tc-wp-tool-root .search-button:focus-visible{
    outline: 3px solid rgba(125, 211, 252, 0.6);
    outline-offset: 3px;
}.wpc-scope-58 .tc-wp-tool-root .search-button:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-58 .tc-wp-tool-root .search-again-btn{
    background: var(--secondary-gradient);
    color: white;
    margin-top: 16px;
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-lg);
}.wpc-scope-58 .tc-wp-tool-root .search-again-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl), 0 0 26px rgba(124, 58, 237, 0.25);
}.wpc-scope-58 .tc-wp-tool-root .search-again-btn:focus-visible{
    outline: 3px solid rgba(125, 211, 252, 0.6);
    outline-offset: 3px;
}.wpc-scope-58 .tc-wp-tool-root .results-container{
    width: 100%;
    animation: fadeInUp 0.55s ease-out both;
}.wpc-scope-58 .tc-wp-tool-root .profile-section{
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065));
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid var(--glass-border);
    border-radius: 28px;
    padding: clamp(24px, 4vw, 34px);
    margin-bottom: 34px;
    animation: fadeInUp 0.7s ease-out;
    box-shadow: var(--shadow-xl), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}.wpc-scope-58 .tc-wp-tool-root .profile-header{
    display: flex;
    gap: 26px;
    margin-bottom: 32px;
    align-items: flex-start;
}.wpc-scope-58 .tc-wp-tool-root .profile-avatar-container{
    position: relative;
    flex-shrink: 0;
}.wpc-scope-58 .tc-wp-tool-root .profile-avatar{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.2);
    background: var(--primary-gradient);
    padding: 3px;
    box-shadow: var(--shadow-lg), 0 0 0 7px rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition: all 0.25s ease;
}.wpc-scope-58 .tc-wp-tool-root .profile-avatar:hover{
    transform: scale(1.045);
    box-shadow: var(--shadow-xl), var(--shadow-neon), 0 0 0 8px rgba(34, 211, 238, 0.1);
}.wpc-scope-58 .tc-wp-tool-root .fullscreen-icon{
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 30px;
    height: 30px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.34);
    border: 2px solid rgba(255, 255, 255, 0.32);
}.wpc-scope-58 .tc-wp-tool-root .fullscreen-icon:hover{
    transform: scale(1.12);
}.wpc-scope-58 .tc-wp-tool-root .profile-info{
    flex: 1;
    min-width: 0;
}.wpc-scope-58 .tc-wp-tool-root .profile-name{
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 900;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #67e8f9 52%, #c4b5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.18;
    letter-spacing: 0;
}.wpc-scope-58 .tc-wp-tool-root .profile-username{
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 16px;
    font-weight: 600;
}.wpc-scope-58 .tc-wp-tool-root .profile-bio{
    color: #e0f2fe;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 760px;
}.wpc-scope-58 .tc-wp-tool-root .profile-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 18px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    backdrop-filter: none;
}.wpc-scope-58 .tc-wp-tool-root .stat-item{
    text-align: center;
    padding: 24px 18px;
    border-radius: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}.wpc-scope-58 .tc-wp-tool-root .stat-item:nth-child(1){
    background: var(--stats-gradient-1);
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28);
}.wpc-scope-58 .tc-wp-tool-root .stat-item:nth-child(2){
    background: var(--stats-gradient-2);
    box-shadow: 0 14px 34px rgba(6, 182, 212, 0.26);
}.wpc-scope-58 .tc-wp-tool-root .stat-item:nth-child(3){
    background: var(--stats-gradient-3);
    box-shadow: 0 14px 34px rgba(20, 184, 166, 0.24);
}.wpc-scope-58 .tc-wp-tool-root .stat-item:nth-child(4){
    background: var(--stats-gradient-4);
    box-shadow: 0 14px 34px rgba(168, 85, 247, 0.24);
}.wpc-scope-58 .tc-wp-tool-root .stat-item::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 45%, rgba(255, 255, 255, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
}.wpc-scope-58 .tc-wp-tool-root .stat-item:hover::before{
    opacity: 1;
}.wpc-scope-58 .tc-wp-tool-root .stat-item:hover{
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 18px 48px rgba(2, 6, 23, 0.38);
}.wpc-scope-58 .tc-wp-tool-root .stat-value{
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 900;
    margin-bottom: 8px;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 1;
}.wpc-scope-58 .tc-wp-tool-root .stat-label{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
}.wpc-scope-58 .tc-wp-tool-root .videos-section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    padding: 20px 0;
}.wpc-scope-58 .tc-wp-tool-root .buttons_flex{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}.wpc-scope-58 .tc-wp-tool-root .videos-button{
    padding: 15px 28px;
    background: var(--primary-gradient);
    color: white;
    border: none;
    border-radius: 16px;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-md), 0 0 18px rgba(34, 211, 238, 0.22);
    display: flex;
    align-items: center;
    gap: 8px;
}.wpc-scope-58 .tc-wp-tool-root .videos-button:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg), 0 0 24px rgba(34, 211, 238, 0.32);
}.wpc-scope-58 .tc-wp-tool-root .videos-count{
    font-size: 15px;
    font-weight: 700;
    color: var(--text-secondary);
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    white-space: nowrap;
}.wpc-scope-58 .tc-wp-tool-root .download-all-btn{
    padding: 13px 24px;
    background: var(--secondary-gradient);
    color: white;
    border: none;
    border-radius: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}.wpc-scope-58 .tc-wp-tool-root .download-all-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg), 0 0 24px rgba(124, 58, 237, 0.24);
}.wpc-scope-58 .tc-wp-tool-root .download-all-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-58 .tc-wp-tool-root .video-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 24px;
}.wpc-scope-58 .tc-wp-tool-root .video-card{
    background: var(--card-gradient);
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    cursor: pointer;
    height: 480px;
}.wpc-scope-58 .tc-wp-tool-root .video-card:hover{
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl), 0 0 34px rgba(34, 211, 238, 0.22);
    border-color: rgba(34, 211, 238, 0.48);
}.wpc-scope-58 .tc-wp-tool-root .video-card::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, transparent 52%, rgba(34, 211, 238, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 1;
}.wpc-scope-58 .tc-wp-tool-root .video-card:hover::before{
    opacity: 1;
}.wpc-scope-58 .tc-wp-tool-root .video-thumbnail-container{
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}.wpc-scope-58 .tc-wp-tool-root .video-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}.wpc-scope-58 .tc-wp-tool-root .video-card:hover .video-thumbnail{
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.04);
}.wpc-scope-58 .tc-wp-tool-root .play-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, rgba(0, 245, 212, 0.88), rgba(67, 97, 238, 0.9));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    z-index: 2;
    box-shadow: 0 14px 32px rgba(2, 6, 23, 0.42), 0 0 22px rgba(34, 211, 238, 0.38);
    border: 2px solid rgba(255, 255, 255, 0.36);
}.wpc-scope-58 .tc-wp-tool-root .play-overlay::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}.wpc-scope-58 .tc-wp-tool-root .video-card:hover .play-overlay{
    transform: translate(-50%, -50%) scale(1.14);
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.5), 0 0 30px rgba(34, 211, 238, 0.52);
}.wpc-scope-58 .tc-wp-tool-root .video-download-btn{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    background: rgba(2, 6, 23, 0.76);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    transition: all 0.25s ease;
    opacity: 1;
    cursor: pointer;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.22);
}.wpc-scope-58 .tc-wp-tool-root .video-download-btn:hover{
    background: var(--primary-gradient);
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 24px rgba(34, 211, 238, 0.26);
}.wpc-scope-58 .tc-wp-tool-root .video-info{
    padding: 20px;
    background: rgba(2, 6, 23, 0.46);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.wpc-scope-58 .tc-wp-tool-root .video-title{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-primary);
    line-height: 1.45;
}.wpc-scope-58 .tc-wp-tool-root .video-stats{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    font-size: 12px;
    color: var(--text-secondary);
}.wpc-scope-58 .tc-wp-tool-root .stat{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.075);
    border-radius: 10px;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-width: 0;
}.wpc-scope-58 .tc-wp-tool-root .stat:hover{
    background: rgba(34, 211, 238, 0.14);
    color: var(--text-primary);
    transform: translateY(-1px);
}.wpc-scope-58 .tc-wp-tool-root .modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 6, 23, 0.88);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    z-index: 1000;
    display: none;
    animation: fadeIn 0.25s ease-out;
    padding: 20px;
}.wpc-scope-58 .tc-wp-tool-root .modal-content{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}.wpc-scope-58 .tc-wp-tool-root .modal-title{
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.36);
}.wpc-scope-58 .tc-wp-tool-root .video-player-container{
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-xl), 0 0 0 1px rgba(255, 255, 255, 0.14);
}.wpc-scope-58 .tc-wp-tool-root .video-player{
    width: 100%;
    height: 100%;
    object-fit: contain;
}.wpc-scope-58 .tc-wp-tool-root .close-modal{
    position: absolute;
    top: 10px;
    right: -30px;
    width: 48px;
    height: 48px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(125, 211, 252, 0.42);
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: all 0.25s ease;
    z-index: 20;
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.38);
}.wpc-scope-58 .tc-wp-tool-root .close-modal:hover{
    background: rgba(34, 211, 238, 0.24);
    transform: rotate(90deg) scale(1.08);
    border-color: rgba(125, 211, 252, 0.78);
}.wpc-scope-58 .tc-wp-tool-root .video-controls{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px;
    background: linear-gradient(transparent, rgba(2, 6, 23, 0.92));
    display: flex;
    flex-direction: column;
    gap: 16px;
}.wpc-scope-58 .tc-wp-tool-root .progress-container{
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}.wpc-scope-58 .tc-wp-tool-root .progress-bar{
    height: 100%;
    background: var(--primary-gradient);
    border-radius: 999px;
    position: relative;
    transition: width 0.1s linear;
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.5);
}.wpc-scope-58 .tc-wp-tool-root .control-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}.wpc-scope-58 .tc-wp-tool-root .control-group{
    display: flex;
    align-items: center;
    gap: 12px;
}.wpc-scope-58 .tc-wp-tool-root .control-button{
    width: 44px;
    height: 44px;
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.25s ease;
}.wpc-scope-58 .tc-wp-tool-root .control-button:hover{
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.08);
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.24);
}.wpc-scope-58 .tc-wp-tool-root .control-button:focus-visible{
    outline: 3px solid rgba(125, 211, 252, 0.6);
    outline-offset: 3px;
}.wpc-scope-58 .tc-wp-tool-root .play-pause{
    width: 58px;
    height: 58px;
    background: var(--primary-gradient);
    font-size: 24px;
    border: none;
    box-shadow: 0 14px 28px rgba(34, 211, 238, 0.28);
}.wpc-scope-58 .tc-wp-tool-root .play-pause:hover{
    background: var(--secondary-gradient);
}.wpc-scope-58 .tc-wp-tool-root .volume-controls{
    display: flex;
    align-items: center;
    gap: 8px;
}.wpc-scope-58 .tc-wp-tool-root .volume-slider{
    width: 86px;
    height: 6px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}.wpc-scope-58 .tc-wp-tool-root .volume-fill{
    height: 100%;
    background: var(--primary-gradient);
    border-radius: 999px;
    transition: width 0.1s ease;
}.wpc-scope-58 .tc-wp-tool-root .loading{
    display: none;
    justify-content: center;
    align-items: center;
    padding: clamp(44px, 6vw, 66px) clamp(24px, 5vw, 42px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border-radius: 26px;
    margin: 32px 0 0;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-xl);
}.wpc-scope-58 .tc-wp-tool-root .loading-content{
    text-align: center;
}.wpc-scope-58 .tc-wp-tool-root .loading-animation{
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 24px;
}.wpc-scope-58 .tc-wp-tool-root .loading-ring{
    position: absolute;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}.wpc-scope-58 .tc-wp-tool-root .loading-ring:nth-child(1){
    width: 120px;
    height: 120px;
    border-top-color: #22d3ee;
    animation-duration: 2s;
}.wpc-scope-58 .tc-wp-tool-root .loading-ring:nth-child(2){
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
    border-right-color: #60a5fa;
    animation-duration: 1.5s;
    animation-direction: reverse;
}.wpc-scope-58 .tc-wp-tool-root .loading-ring:nth-child(3){
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    border-bottom-color: #a78bfa;
    animation-duration: 1s;
}.wpc-scope-58 .tc-wp-tool-root .loading-dots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}.wpc-scope-58 .tc-wp-tool-root .loading-dot{
    width: 12px;
    height: 12px;
    background: var(--primary-gradient);
    border-radius: 50%;
    animation: bounce 1.4s ease-in-out infinite both;
}.wpc-scope-58 .tc-wp-tool-root .loading-dot:nth-child(1){
    animation-delay: -0.32s;
}.wpc-scope-58 .tc-wp-tool-root .loading-dot:nth-child(2){
    animation-delay: -0.16s;
}.wpc-scope-58 .tc-wp-tool-root .loading-dot:nth-child(3){
    animation-delay: 0s;
}.wpc-scope-58 .tc-wp-tool-root .loading-text{
    font-size: 18px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 8px;
}.wpc-scope-58 .tc-wp-tool-root .loading-subtext{
    font-size: 14px;
    color: var(--text-secondary);
}.wpc-scope-58 .tc-wp-tool-root .profile-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 6, 23, 0.9);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    z-index: 1000;
    display: none;
    animation: fadeIn 0.25s ease-out;
    padding: 20px;
}.wpc-scope-58 .tc-wp-tool-root .profile-modal-content{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}.wpc-scope-58 .tc-wp-tool-root .profile-modal-image{
    max-width: 80%;
    max-height: 80%;
    border-radius: 24px;
    box-shadow: var(--shadow-xl), 0 0 0 1px rgba(255, 255, 255, 0.16);
}.wpc-scope-58 .tc-wp-tool-root .profile-modal-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(125, 211, 252, 0.42);
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: all 0.25s ease;
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.34);
}.wpc-scope-58 .tc-wp-tool-root .profile-modal-close:hover{
    background: rgba(34, 211, 238, 0.24);
    transform: rotate(90deg) scale(1.08);
}.wpc-scope-58 .tc-wp-tool-root .profile-modal-download{
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 13px 24px;
    background: var(--primary-gradient);
    color: white;
    border: none;
    border-radius: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: var(--shadow-lg);
}.wpc-scope-58 .tc-wp-tool-root .profile-modal-download:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl), 0 0 24px rgba(34, 211, 238, 0.26);
}.wpc-scope-58 .tc-wp-tool-root .download-progress{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    padding: 16px 20px;
    color: white;
    font-weight: 700;
    z-index: 1001;
    display: none;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-xl);
    min-width: 300px;
    max-width: calc(100vw - 40px);
}.wpc-scope-58 .tc-wp-tool-root .download-progress.show{
    display: flex;
}.wpc-scope-58 .tc-wp-tool-root .download-spinner{
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    border-top-color: #22d3ee;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    flex-shrink: 0;
}.wpc-scope-58 .tc-wp-tool-root .download-info{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}.wpc-scope-58 .tc-wp-tool-root .download-text{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}.wpc-scope-58 .tc-wp-tool-root .download-progress-bar{
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    overflow: hidden;
}.wpc-scope-58 .tc-wp-tool-root .download-progress-fill{
    height: 100%;
    background: var(--primary-gradient);
    border-radius: 999px;
    width: 0%;
    transition: width 0.3s ease;
}.wpc-scope-58 .tc-wp-tool-root .cancel-download-btn{
    background: rgba(239, 68, 68, 0.16);
    border: 1px solid rgba(248, 113, 113, 0.38);
    color: white;
    border-radius: 12px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}.wpc-scope-58 .tc-wp-tool-root .cancel-download-btn:hover{
    background: rgba(239, 68, 68, 0.28);
    transform: translateY(-1px);
}.wpc-scope-58 .tc-wp-tool-root .error-message{
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.32);
    color: #fecaca;
    padding: 16px 20px;
    border-radius: 16px;
    margin-top: 16px;
    display: none;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(127, 29, 29, 0.18);
}.wpc-scope-58 .tc-wp-tool-root .fab{
    line-height: 1;
}.wpc-scope-58 .tc-wp-tool-root .fas{
    line-height: 1;
}.wpc-scope-58 .tc-wp-tool-root .fa-tiktok, .wpc-scope-58 .tc-wp-tool-root .fa-search, .wpc-scope-58 .tc-wp-tool-root .fa-paste, .wpc-scope-58 .tc-wp-tool-root .fa-exclamation-circle, .wpc-scope-58 .tc-wp-tool-root .fa-video, .wpc-scope-58 .tc-wp-tool-root .fa-download, .wpc-scope-58 .tc-wp-tool-root .fa-times, .wpc-scope-58 .tc-wp-tool-root .fa-volume-up, .wpc-scope-58 .tc-wp-tool-root .fa-play, .wpc-scope-58 .tc-wp-tool-root .fa-expand, .wpc-scope-58 .tc-wp-tool-root .fa-stop, .wpc-scope-58 .tc-wp-tool-root .fa-spinner, .wpc-scope-58 .tc-wp-tool-root .fa-spin, .wpc-scope-58 .tc-wp-tool-root .fa-heart, .wpc-scope-58 .tc-wp-tool-root .fa-comment, .wpc-scope-58 .tc-wp-tool-root .fa-share{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}.wpc-scope-58 .tc-wp-tool-root .fa-spin, .wpc-scope-58 .tc-wp-tool-root .fa-spinner{
    animation: spin 1s linear infinite;
}@keyframes bounce{
    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}@keyframes spin{
    to {
        transform: rotate(360deg);
    }
}@keyframes fadeIn{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}@keyframes fadeInDown{
    from {
        opacity: 0;
        transform: translateY(-24px);
    }

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes pulse{
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.035);
    }
}@media (max-width: 768px){.tc-wp-tool-root .container_tiktok{
        padding: 56px 14px;
    }.tc-wp-tool-root .logo-container{
        flex-direction: column;
        gap: 18px;
    }.tc-wp-tool-root .logo-icon{
        margin-top: 0;
    }.tc-wp-tool-root .search-section, .tc-wp-tool-root .profile-section{
        border-radius: 22px;
    }.tc-wp-tool-root .profile-header{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }.tc-wp-tool-root .profile-info{
        width: 100%;
    }.tc-wp-tool-root .profile-bio{
        margin-left: auto;
        margin-right: auto;
    }.tc-wp-tool-root .profile-stats{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }.tc-wp-tool-root .stat-item{
        padding: 20px 14px;
    }.tc-wp-tool-root .video-grid{
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 18px;
    }.tc-wp-tool-root .video-card{
        height: 440px;
        border-radius: 22px;
    }.tc-wp-tool-root .video-thumbnail-container{
        height: 280px;
    }.tc-wp-tool-root .search-box{
        flex-direction: column;
    }.tc-wp-tool-root .search-button{
        width: 100%;
        min-width: 0;
    }.tc-wp-tool-root .control-buttons{
        flex-wrap: wrap;
        gap: 12px;
    }.tc-wp-tool-root .volume-controls{
        order: 3;
        width: 100%;
        justify-content: center;
    }.tc-wp-tool-root .close-modal{
        top: -54px;
        right: 0;
    }.tc-wp-tool-root .videos-section-header{
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }.tc-wp-tool-root .buttons_flex{
        width: 100%;
        justify-content: space-between;
    }.tc-wp-tool-root .videos-count{
        width: 100%;
        text-align: center;
    }.tc-wp-tool-root .download-all-btn{
        margin-left: 0;
        margin-top: 0;
    }.tc-wp-tool-root .download-progress{
        left: 20px;
        right: 20px;
        width: auto;
        min-width: 0;
    }.tc-wp-tool-root .profile-name{
        font-size: 24px;
    }}@media (max-width: 500px){.tc-wp-tool-root .container_tiktok{
        padding: 42px 12px;
    }.tc-wp-tool-root .logo-text{
        font-size: clamp(24px, 9vw, 38px);
        line-height: 1.14;
    }.tc-wp-tool-root .logo-icon{
        width: 60px;
        height: 60px;
        font-size: 28px;
        border-radius: 18px;
    }.tc-wp-tool-root .search-section{
        padding: 20px;
    }.tc-wp-tool-root .profile-section{
        padding: 20px;
    }.tc-wp-tool-root .profile-avatar{
        width: 108px;
        height: 108px;
    }.tc-wp-tool-root .profile-stats{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .video-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .video-card{
        height: auto;
        min-height: 420px;
    }.tc-wp-tool-root .video-thumbnail-container{
        height: 270px;
    }.tc-wp-tool-root .video-info{
        height: auto;
        min-height: 150px;
    }.tc-wp-tool-root .videos-section-header{
        display: flex !important;
        align-items: stretch !important;
        justify-content: flex-start;
        margin-bottom: 22px;
        padding: 16px 0;
    }.tc-wp-tool-root .buttons_flex{
        flex-direction: column;
        align-items: stretch !important;
        gap: 12px !important;
    }.tc-wp-tool-root .videos-button, .tc-wp-tool-root .download-all-btn, .tc-wp-tool-root .search-again-btn{
        width: 100%;
        justify-content: center;
    }.tc-wp-tool-root .download-all-btn{
        padding: 13px 18px;
        font-size: 13px;
    }.tc-wp-tool-root .profile-name{
        font-size: 22px;
    }.tc-wp-tool-root .modal{
        padding: 14px;
    }.tc-wp-tool-root .modal-title{
        font-size: 16px;
        padding: 0 8px;
    }.tc-wp-tool-root .video-controls{
        padding: 16px;
    }.tc-wp-tool-root .control-button{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }.tc-wp-tool-root .play-pause{
        width: 52px;
        height: 52px;
    }.tc-wp-tool-root .profile-modal-image{
        max-width: 92%;
        max-height: 76%;
    }.tc-wp-tool-root .profile-modal-download{
        left: 20px;
        right: 20px;
        justify-content: center;
    }.tc-wp-tool-root .download-progress{
        flex-wrap: wrap;
        align-items: center;
    }.tc-wp-tool-root .cancel-download-btn{
        width: 100%;
        justify-content: center;
    }}@media (max-width: 380px){.tc-wp-tool-root .search-section, .tc-wp-tool-root .profile-section{
        padding: 16px;
    }.tc-wp-tool-root .video-thumbnail-container{
        height: 240px;
    }.tc-wp-tool-root .video-stats{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .control-buttons{
        justify-content: center;
    }}.wpc-scope-58 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}