@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.5.0/css/all.min.css");.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-131 .tc-wp-tool-root img,.wpc-scope-131 .tc-wp-tool-root video,.wpc-scope-131 .tc-wp-tool-root svg,.wpc-scope-131 .tc-wp-tool-root iframe{max-width:100%;height:auto;}.wpc-scope-131 .tc-wp-tool-root{--primary:#ff0050;--secondary:#00f2ea;--accent:#ff4081;--purple:#8b5cf6;--orange:#ff8800;--green:#00ff88;--blue:#0ea5e9;--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--bg-card:rgba(30,41,59,0.8);--text-primary:#ffffff;--text-secondary:#cbd5e1;--text-muted:#64748b;--border:#475569;--border-light:#64748b;--shadow:0 4px 20px rgba(0,0,0,0.4);--shadow-lg:0 8px 32px rgba(0,0,0,0.6);--shadow-xl:0 16px 48px rgba(0,0,0,0.8);--glow-primary:0 0 30px rgba(255,0,80,0.3);--glow-secondary:0 0 30px rgba(0,242,234,0.3);--gradient-primary:linear-gradient(135deg,#ff0050,#ff4081,#ff6b9d);--gradient-secondary:linear-gradient(135deg,#00f2ea,#00d4aa,#00ff88);--gradient-purple:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc);--gradient-bg:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);}.wpc-scope-131 .tc-wp-tool-root *{margin:0;padding:0;box-sizing:border-box;transition:all 0.3s ease;}.wpc-scope-131 .tc-wp-tool-root .tiktok_body{font-family:'Inter',sans-serif;background:var(--gradient-bg);color:var(--text-primary);overflow-x:hidden;min-height:100vh;position:relative;}.wpc-scope-131 .tc-wp-tool-root .tiktok_body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(255,0,80,0.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,242,234,0.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(139,92,246,0.05) 0%,transparent 50%);pointer-events:none;z-index:-1;}.wpc-scope-131 .tc-wp-tool-root .container_tiktok{max-width:1600px;margin:0 auto;padding:1.5rem;min-height:100vh;display:flex;flex-direction:column;}.wpc-scope-131 .tc-wp-tool-root .header{background:var(--bg-card);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:20px;padding:2rem;margin-bottom:1.5rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .header::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gradient-primary);}.wpc-scope-131 .tc-wp-tool-root .header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;}.wpc-scope-131 .tc-wp-tool-root .logo{display:flex;align-items:center;gap:1.5rem;}.wpc-scope-131 .tc-wp-tool-root .logo-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:white;box-shadow:var(--shadow-lg),var(--glow-primary);animation:logoFloat 3s ease-in-out infinite;position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .logo-icon::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,0.2),transparent);animation:logoShine 3s ease-in-out infinite;}.wpc-scope-131 .tc-wp-tool-root .logo-text{font-size:2.2rem;font-weight:900;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px;}.wpc-scope-131 .tc-wp-tool-root .logo-subtitle{font-size:0.9rem;color:var(--text-secondary);font-weight:500;margin-top:0.25rem;}.wpc-scope-131 .tc-wp-tool-root .search-container{display:flex;flex-direction:column;gap:1rem;flex:1;max-width:700px;width:100%;}.wpc-scope-131 .tc-wp-tool-root .search-form{display:flex;gap:1rem;position:relative;width:100%;}.wpc-scope-131 .tc-wp-tool-root .search-input{flex:1 !important;padding:1rem 1.5rem !important;background:rgba(30,41,59,0.9) !important;backdrop-filter:blur(15px) !important;border:2px solid var(--border) !important;border-radius:16px !important;color:var(--text-primary) !important;font-size:1rem !important;font-weight:500 !important;outline:none !important;transition:all 0.3s ease !important;box-shadow:inset 0 2px 4px rgba(0,0,0,0.1) !important;}.wpc-scope-131 .tc-wp-tool-root .search-input:focus{border-color:var(--primary) !important;box-shadow:0 0 0 4px rgba(255,0,80,0.1),var(--glow-primary),inset 0 2px 4px rgba(0,0,0,0.1) !important;transform:translateY(-2px) !important;background:rgba(30,41,59,0.95) !important;}.wpc-scope-131 .tc-wp-tool-root .search-input::placeholder{color:var(--text-muted);font-weight:400;}.wpc-scope-131 .tc-wp-tool-root .search-input:not(:placeholder-shown){background:rgba(30,41,59,0.95);border-color:var(--border-light);font-weight:600;}.wpc-scope-131 .tc-wp-tool-root .search-btn{background:var(--gradient-primary);border:none;color:white;padding:1rem 2rem;border-radius:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:0.75rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;white-space:nowrap;}.wpc-scope-131 .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.2),transparent);transition:left 0.5s;}.wpc-scope-131 .tc-wp-tool-root .search-btn:hover:not(:disabled)::before{left:100%;}.wpc-scope-131 .tc-wp-tool-root .search-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:var(--shadow-xl),var(--glow-primary);}.wpc-scope-131 .tc-wp-tool-root .search-btn:disabled{opacity:0.6;cursor:not-allowed;transform:none;}.wpc-scope-131 .tc-wp-tool-root .search-another-btn{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);padding:1rem 1.5rem;border-radius:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;white-space:nowrap;}.wpc-scope-131 .tc-wp-tool-root .search-another-btn:hover{background:var(--bg-tertiary);transform:translateY(-2px);box-shadow:var(--shadow);}.wpc-scope-131 .tc-wp-tool-root .button-group{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0;}.wpc-scope-131 .tc-wp-tool-root .main-content{flex:1;display:grid;grid-template-columns:450px 1fr;gap:1.5rem;min-height:0;}.wpc-scope-131 .tc-wp-tool-root .video-section{background:var(--bg-card);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;position:relative;}.wpc-scope-131 .tc-wp-tool-root .video-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gradient-secondary);}.wpc-scope-131 .tc-wp-tool-root .video-stats-bar{padding:1rem 1.5rem;background:linear-gradient(135deg,rgba(255,0,80,0.1),rgba(139,92,246,0.1));border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item{display:flex;align-items:center;gap:0.5rem;font-size:0.9rem;color:var(--text-secondary);padding:0.5rem 1rem;background:rgba(255,255,255,0.05);border-radius:12px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.1);}.wpc-scope-131 .tc-wp-tool-root .video-stat-item i{font-size:1rem;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item .fa-eye{color:#ec4899;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item .fa-heart{color:#ef4444;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item .fa-comment{color:#3b82f6;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item .fa-share{color:#10b981;}.wpc-scope-131 .tc-wp-tool-root .video-stat-value{font-weight:700;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .video-header{padding:1.5rem;border-bottom:1px solid var(--border);}.wpc-scope-131 .tc-wp-tool-root .video-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;line-height:1.4;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .video-author{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,rgba(0,242,234,0.1),rgba(59,130,246,0.1));border-radius:16px;border:1px solid rgba(0,242,234,0.2);box-shadow:var(--shadow);}.wpc-scope-131 .tc-wp-tool-root .author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid var(--secondary);box-shadow:var(--shadow);background:var(--gradient-secondary);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:white;font-weight:700;flex-shrink:0;}.wpc-scope-131 .tc-wp-tool-root .author-info{flex:1;}.wpc-scope-131 .tc-wp-tool-root .author-info h4{font-size:1.1rem;font-weight:700;margin-bottom:0.25rem;color:var(--text-primary);display:flex;align-items:center;gap:0.5rem;}.wpc-scope-131 .tc-wp-tool-root .author-username{font-size:0.9rem;color:var(--text-secondary);font-weight:500;}.wpc-scope-131 .tc-wp-tool-root .author-verified{color:var(--blue);font-size:0.9rem;}.wpc-scope-131 .tc-wp-tool-root .video-player-container{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;}.wpc-scope-131 .tc-wp-tool-root .video-player-wrapper{position:relative;width:100%;max-width:320px;aspect-ratio:9/16;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-xl);background:#000;}.wpc-scope-131 .tc-wp-tool-root .video-thumbnail{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:all 0.3s ease;}.wpc-scope-131 .tc-wp-tool-root .video-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;cursor:pointer;transition:all 0.3s ease;}.wpc-scope-131 .tc-wp-tool-root .video-overlay:hover{background:rgba(0,0,0,0.6);}.wpc-scope-131 .tc-wp-tool-root .play-button{width:80px;height:80px;background:var(--gradient-primary);border:none;border-radius:50%;color:white;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl),var(--glow-primary);transition:all 0.3s ease;position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .play-button::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.5s;}.wpc-scope-131 .tc-wp-tool-root .play-button:hover::before{transform:translateX(100%);}.wpc-scope-131 .tc-wp-tool-root .play-button:hover{transform:scale(1.1);box-shadow:var(--shadow-xl),var(--glow-primary);}.wpc-scope-131 .tc-wp-tool-root .video-player{width:100%;height:100%;object-fit:contain;display:none;}.wpc-scope-131 .tc-wp-tool-root .video-player.playing{display:block;}.wpc-scope-131 .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:1.5rem;transform:translateY(100%);transition:transform 0.3s ease;z-index:10;}.wpc-scope-131 .tc-wp-tool-root .video-player-wrapper:hover .video-controls{transform:translateY(0);}.wpc-scope-131 .tc-wp-tool-root .progress-container{margin-bottom:1rem;}.wpc-scope-131 .tc-wp-tool-root .progress-bar{width:100%;height:6px;background:rgba(255,255,255,0.2);border-radius:3px;cursor:pointer;position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .progress-fill{height:100%;background:var(--gradient-primary);border-radius:3px;width:0%;transition:width 0.1s linear;box-shadow:0 0 10px rgba(255,0,80,0.5);}.wpc-scope-131 .tc-wp-tool-root .control-buttons{display:flex;justify-content:space-between;align-items:center;}.wpc-scope-131 .tc-wp-tool-root .control-group{display:flex;align-items:center;gap:0.75rem;}.wpc-scope-131 .tc-wp-tool-root .control-btn{background:rgba(255,255,255,0.15);border:none;color:white;width:42px;height:42px;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);}.wpc-scope-131 .tc-wp-tool-root .control-btn:hover{background:rgba(255,255,255,0.25);transform:scale(1.1);box-shadow:var(--shadow);}.wpc-scope-131 .tc-wp-tool-root .play-control-btn{width:50px;height:50px;background:var(--gradient-primary);font-size:1.2rem;border:none;box-shadow:var(--shadow-lg),var(--glow-primary);}.wpc-scope-131 .tc-wp-tool-root .volume-control{display:flex;align-items:center;gap:0.75rem;}.wpc-scope-131 .tc-wp-tool-root .volume-slider{width:80px;height:6px;background:rgba(255,255,255,0.2);border-radius:3px;cursor:pointer;position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .volume-fill{height:100%;background:var(--gradient-secondary);border-radius:3px;width:100%;transition:width 0.1s ease;box-shadow:0 0 8px rgba(0,242,234,0.4);}.wpc-scope-131 .tc-wp-tool-root .time-display{font-size:0.8rem;color:white;font-weight:500;}.wpc-scope-131 .tc-wp-tool-root .loading-state{display:none;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;}.wpc-scope-131 .tc-wp-tool-root .loading-spinner{width:60px;height:60px;border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem;}.wpc-scope-131 .tc-wp-tool-root .loading-text{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.wpc-scope-131 .tc-wp-tool-root .loading-subtext{color:var(--text-secondary);font-size:0.9rem;}.wpc-scope-131 .tc-wp-tool-root .comments-section{background:var(--bg-card);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;position:relative;}.wpc-scope-131 .tc-wp-tool-root .comments-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gradient-purple);}.wpc-scope-131 .tc-wp-tool-root .comments-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,rgba(139,92,246,0.1),rgba(255,64,129,0.1));}.wpc-scope-131 .tc-wp-tool-root .comments-title{font-size:1.3rem;font-weight:800;display:flex;align-items:center;gap:0.75rem;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .comments-count{background:var(--gradient-purple);color:white;padding:0.375rem 0.75rem;border-radius:8px;font-size:0.85rem;font-weight:700;box-shadow:var(--shadow);min-width:40px;text-align:center;}.wpc-scope-131 .tc-wp-tool-root .comments-container{flex:1;overflow-y:auto;padding:0;max-height:calc(100vh - 300px);min-height:400px;position:relative;}.wpc-scope-131 .tc-wp-tool-root .comments-container::-webkit-scrollbar{width:12px;}.wpc-scope-131 .tc-wp-tool-root .comments-container::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:6px;margin:4px;}.wpc-scope-131 .tc-wp-tool-root .comments-container::-webkit-scrollbar-thumb{background:var(--gradient-purple);border-radius:6px;border:2px solid var(--bg-secondary);}.wpc-scope-131 .tc-wp-tool-root .comments-container::-webkit-scrollbar-thumb:hover{background:var(--purple);}.wpc-scope-131 .tc-wp-tool-root .comments-container{scrollbar-width:auto;scrollbar-color:var(--purple) var(--bg-secondary);}.wpc-scope-131 .tc-wp-tool-root .scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:var(--gradient-purple);color:white;padding:0.75rem 1.5rem;border-radius:25px;font-size:0.85rem;font-weight:600;box-shadow:var(--shadow-lg);z-index:100;display:none;align-items:center;gap:0.5rem;animation:scrollPulse 2s ease-in-out infinite;cursor:pointer;transition:all 0.3s ease;}.wpc-scope-131 .tc-wp-tool-root .scroll-indicator:hover{transform:translateX(-50%) translateY(-5px);box-shadow:var(--shadow-xl);}.wpc-scope-131 .tc-wp-tool-root .scroll-indicator.show{display:flex;}.wpc-scope-131 .tc-wp-tool-root .scroll-indicator i{animation:scrollBounce 1.5s ease-in-out infinite;}.wpc-scope-131 .tc-wp-tool-root .comments-list{padding:0;}.wpc-scope-131 .tc-wp-tool-root .comment-item{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);transition:all 0.3s ease;position:relative;animation:commentSlideIn 0.5s ease-out;}.wpc-scope-131 .tc-wp-tool-root .comment-item:hover{background:rgba(139,92,246,0.05);transform:translateX(5px);}.wpc-scope-131 .tc-wp-tool-root .comment-item::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gradient-purple);transform:scaleY(0);transition:transform 0.3s ease;}.wpc-scope-131 .tc-wp-tool-root .comment-item:hover::before{transform:scaleY(1);}.wpc-scope-131 .tc-wp-tool-root .comment-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:0.75rem;}.wpc-scope-131 .tc-wp-tool-root .comment-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid var(--border-light);flex-shrink:0;transition:all 0.3s ease;box-shadow:var(--shadow);background:var(--gradient-purple);display:flex;align-items:center;justify-content:center;font-size:1rem;color:white;font-weight:700;}.wpc-scope-131 .tc-wp-tool-root .comment-avatar:hover{border-color:var(--purple);transform:scale(1.05);}.wpc-scope-131 .tc-wp-tool-root .comment-info{flex:1;min-width:0;}.wpc-scope-131 .tc-wp-tool-root .comment-user-info{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.5rem;flex-wrap:wrap;}.wpc-scope-131 .tc-wp-tool-root .comment-author{font-size:0.95rem;font-weight:700;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .comment-username{font-size:0.85rem;color:var(--text-secondary);font-weight:500;}.wpc-scope-131 .tc-wp-tool-root .comment-verified{color:var(--blue);font-size:0.8rem;}.wpc-scope-131 .tc-wp-tool-root .comment-region{background:rgba(0,242,234,0.1);color:var(--secondary);padding:0.125rem 0.5rem;border-radius:4px;font-size:0.7rem;font-weight:600;text-transform:uppercase;}.wpc-scope-131 .tc-wp-tool-root .comment-text{font-size:0.95rem;line-height:1.5;color:var(--text-primary);word-wrap:break-word;margin-bottom:0.75rem;}.wpc-scope-131 .tc-wp-tool-root .comment-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}.wpc-scope-131 .tc-wp-tool-root .comment-stats{display:flex;align-items:center;gap:1.5rem;}.wpc-scope-131 .tc-wp-tool-root .comment-stat{display:flex;align-items:center;gap:0.375rem;font-size:0.85rem;color:var(--text-secondary);transition:all 0.3s ease;cursor:pointer;}.wpc-scope-131 .tc-wp-tool-root .comment-stat:hover{color:var(--primary);transform:scale(1.05);}.wpc-scope-131 .tc-wp-tool-root .comment-stat i{font-size:0.9rem;}.wpc-scope-131 .tc-wp-tool-root .comment-meta{display:flex;align-items:center;gap:1rem;font-size:0.8rem;color:var(--text-muted);}.wpc-scope-131 .tc-wp-tool-root .comment-time{font-weight:500;}.wpc-scope-131 .tc-wp-tool-root .comment-id{font-family:'Courier New',monospace;background:rgba(107,114,128,0.1);padding:0.125rem 0.375rem;border-radius:4px;}.wpc-scope-131 .tc-wp-tool-root .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:var(--text-secondary);}.wpc-scope-131 .tc-wp-tool-root .empty-state i{font-size:4rem;margin-bottom:1.5rem;opacity:0.5;background:var(--gradient-purple);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.wpc-scope-131 .tc-wp-tool-root .empty-state h3{font-size:1.5rem;font-weight:700;margin-bottom:0.5rem;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .error-message{background:rgba(239,68,68,0.1);border:1px solid rgba(239,68,68,0.3);color:#ef4444;padding:1rem 1.5rem;margin:1rem;border-radius:12px;display:none;align-items:center;gap:0.75rem;font-weight:600;}.wpc-scope-131 .tc-wp-tool-root .error-message.show{display:flex;animation:errorSlideIn 0.3s ease-out;}@keyframes spin{to{transform:rotate(360deg);}}@keyframes logoFloat{0%,100%{transform:translateY(0px);}50%{transform:translateY(-5px);}}@keyframes logoShine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg);}100%{transform:translateX(100%) translateY(100%) rotate(45deg);}}@keyframes commentSlideIn{from{opacity:0;transform:translateX(-20px);}to{opacity:1;transform:translateX(0);}}@keyframes errorSlideIn{from{opacity:0;transform:translateY(-10px);}to{opacity:1;transform:translateY(0);}}@keyframes scrollPulse{0%,100%{opacity:0.8;}50%{opacity:1;}}@keyframes scrollBounce{0%,100%{transform:translateY(0);}50%{transform:translateY(3px);}}.wpc-scope-131 .tc-wp-tool-root .button-group{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0;justify-content:center;}.wpc-scope-131 .tc-wp-tool-root .header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;flex-direction:column;}.wpc-scope-131 .tc-wp-tool-root .search-container{display:flex;flex-direction:column;gap:1rem;flex:1;max-width:700px;width:100%;}.wpc-scope-131 .tc-wp-tool-root .search-form{display:flex;gap:1rem;position:relative;width:100%;flex-direction:column;}@media (max-height:500px) and (orientation:landscape){.tc-wp-tool-root .container{padding:0.5rem;}.tc-wp-tool-root .header{padding:0.75rem;margin-bottom:0.5rem;}.tc-wp-tool-root .main-content{gap:0.75rem;}.tc-wp-tool-root .video-player-wrapper{max-width:200px;}.tc-wp-tool-root .comments-container{max-height:calc(100vh - 150px);min-height:200px;}.tc-wp-tool-root .comment-item{padding:0.75rem 1rem;}}.wpc-scope-131 .tc-wp-tool-root .search-input{flex:1;min-width:0;width:100%;box-sizing:border-box;}.wpc-scope-131 .tc-wp-tool-root .search-form{display:flex;gap:1rem;position:relative;width:100%;}.wpc-scope-131 .tc-wp-tool-root .search-container{display:flex;flex-direction:column;gap:1rem;flex:1;max-width:700px;width:100%;}.wpc-scope-131 .tc-wp-tool-root .button-group{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0;}.wpc-scope-131 .tc-wp-tool-root .search-btn,.wpc-scope-131 .tc-wp-tool-root .search-another-btn{white-space:nowrap;flex-shrink:0;}.wpc-scope-131 .tc-wp-tool-root .search-input:focus,.wpc-scope-131 .tc-wp-tool-root .search-input:not(:placeholder-shown),.wpc-scope-131 .tc-wp-tool-root .search-input:disabled{width:100% !important;min-width:0 !important;max-width:none !important;flex:1 !important;}.wpc-scope-131 .tc-wp-tool-root .search-form:has(.search-input:focus),.wpc-scope-131 .tc-wp-tool-root .search-form:has(.search-input:not(:placeholder-shown)){width:100% !important;display:flex !important;gap:1rem !important;}.wpc-scope-131 .tc-wp-tool-root .search-container:has(.search-btn:disabled) .search-input,.wpc-scope-131 .tc-wp-tool-root .search-container:has(.search-btn:disabled) .search-form{width:100% !important;min-width:0 !important;}@media (max-width:992px){.tc-wp-tool-root .main-content{grid-template-columns:1fr;}.tc-wp-tool-root .video-section,.tc-wp-tool-root .comments-section{margin-bottom:1.5rem;}.tc-wp-tool-root .comments-container{max-height:600px;min-height:300px;}}@media (max-width:768px){.tc-wp-tool-root .container_tiktok{padding:1rem;}.tc-wp-tool-root .header{padding:1.5rem;}.tc-wp-tool-root .header-content{flex-direction:column;align-items:center;text-align:center;}.tc-wp-tool-root .logo{flex-direction:column;gap:0.75rem;margin-bottom:1rem;}.tc-wp-tool-root .logo-icon{width:50px;height:50px;font-size:1.5rem;}.tc-wp-tool-root .logo-text{font-size:1.8rem;}.tc-wp-tool-root .logo-subtitle{font-size:0.8rem;}.tc-wp-tool-root .search-container{max-width:100%;}.tc-wp-tool-root .search-form{flex-direction:column;gap:0.75rem;}.tc-wp-tool-root .search-input{padding:0.75rem 1rem !important;font-size:0.9rem !important;}.tc-wp-tool-root .search-btn{padding:0.75rem 1.5rem;font-size:0.9rem;width:100%;}.tc-wp-tool-root .button-group{width:100%;justify-content:center;gap:0.75rem;}.tc-wp-tool-root .search-another-btn{padding:0.75rem 1rem;font-size:0.9rem;flex-grow:1;}.tc-wp-tool-root .video-stats-bar{padding:0.75rem 1rem;gap:0.75rem;}.tc-wp-tool-root .video-stat-item{padding:0.4rem 0.8rem;font-size:0.8rem;}.tc-wp-tool-root .video-header{padding:1rem;}.tc-wp-tool-root .video-title{font-size:1rem;}.tc-wp-tool-root .video-author{padding:0.75rem;gap:0.75rem;}.tc-wp-tool-root .author-avatar{width:40px;height:40px;font-size:1rem;}.tc-wp-tool-root .author-info h4{font-size:1rem;}.tc-wp-tool-root .author-username{font-size:0.8rem;}.tc-wp-tool-root .video-player-container{padding:1rem;}.tc-wp-tool-root .video-player-wrapper{max-width:280px;}.tc-wp-tool-root .play-button{width:60px;height:60px;font-size:1.5rem;}.tc-wp-tool-root .video-controls{padding:1rem;}.tc-wp-tool-root .control-btn{width:36px;height:36px;font-size:0.9rem;}.tc-wp-tool-root .play-control-btn{width:42px;height:42px;font-size:1rem;}.tc-wp-tool-root .volume-slider{width:60px;}.tc-wp-tool-root .time-display{font-size:0.75rem;}.tc-wp-tool-root .comments-header{padding:1rem;}.tc-wp-tool-root .comments-title{font-size:1.1rem;gap:0.5rem;}.tc-wp-tool-root .comments-count{padding:0.25rem 0.6rem;font-size:0.75rem;min-width:35px;}.tc-wp-tool-root .comment-item{padding:1rem 1.25rem;}.tc-wp-tool-root .comment-avatar{width:38px;height:38px;font-size:0.9rem;}.tc-wp-tool-root .comment-user-info{flex-direction:column;align-items:flex-start;gap:0.25rem;}.tc-wp-tool-root .comment-author{font-size:0.9rem;}.tc-wp-tool-root .comment-username{font-size:0.8rem;}.tc-wp-tool-root .comment-text{font-size:0.9rem;}.tc-wp-tool-root .comment-footer{flex-direction:column;align-items:flex-start;gap:0.75rem;}.tc-wp-tool-root .comment-stats{gap:1rem;}.tc-wp-tool-root .comment-stat{font-size:0.8rem;}.tc-wp-tool-root .comment-meta{font-size:0.7rem;}}@media (max-width:600px){.tc-wp-tool-root .container_tiktok{padding:0.75rem;}.tc-wp-tool-root .header{padding:1rem;border-radius:15px;}.tc-wp-tool-root .logo-text{font-size:1.6rem;}.tc-wp-tool-root .search-input{font-size:0.85rem !important;}.tc-wp-tool-root .search-btn,.tc-wp-tool-root .search-another-btn{font-size:0.85rem;padding:0.65rem 1.25rem;border-radius:12px;}.tc-wp-tool-root .video-section,.tc-wp-tool-root .comments-section{border-radius:15px;}.tc-wp-tool-root .video-stat-item{font-size:0.75rem;padding:0.3rem 0.6rem;}.tc-wp-tool-root .video-title{font-size:0.95rem;}.tc-wp-tool-root .author-info h4{font-size:0.95rem;}.tc-wp-tool-root .author-username{font-size:0.75rem;}.tc-wp-tool-root .video-player-wrapper{max-width:250px;}.tc-wp-tool-root .play-button{width:50px;height:50px;font-size:1.2rem;}.tc-wp-tool-root .control-btn{width:32px;height:32px;font-size:0.8rem;}.tc-wp-tool-root .play-control-btn{width:38px;height:38px;font-size:0.9rem;}.tc-wp-tool-root .comments-title{font-size:1rem;}.tc-wp-tool-root .comment-item{padding:0.9rem 1rem;}.tc-wp-tool-root .comment-avatar{width:34px;height:34px;font-size:0.8rem;}.tc-wp-tool-root .comment-author{font-size:0.85rem;}.tc-wp-tool-root .comment-username{font-size:0.75rem;}.tc-wp-tool-root .comment-text{font-size:0.85rem;}.tc-wp-tool-root .comment-stat{font-size:0.75rem;}.tc-wp-tool-root .scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:var(--gradient-purple);color:white;padding:0.75rem 1.5rem;border-radius:25px;font-size:0.85rem;font-weight:600;box-shadow:var(--shadow-lg);z-index:100;display:none !important;align-items:center;gap:0.5rem;animation:scrollPulse 2s ease-in-out infinite;cursor:pointer;transition:all 0.3s ease;}}@media (max-width:400px){.tc-wp-tool-root .container_tiktok{padding:0.5rem;}.tc-wp-tool-root .header{padding:0.75rem;border-radius:12px;}.tc-wp-tool-root .logo-icon{width:45px;height:45px;font-size:1.3rem;}.tc-wp-tool-root .logo-text{font-size:1.4rem;}.tc-wp-tool-root .search-input{padding:0.6rem 0.8rem !important;font-size:0.8rem !important;}.tc-wp-tool-root .search-btn,.tc-wp-tool-root .search-another-btn{font-size:0.8rem;padding:0.5rem 1rem;border-radius:10px;}.tc-wp-tool-root .video-section,.tc-wp-tool-root .comments-section{border-radius:12px;}.tc-wp-tool-root .video-stat-item{font-size:0.7rem;padding:0.25rem 0.5rem;flex-shrink:0;}.tc-wp-tool-root .video-title{font-size:0.9rem;}.tc-wp-tool-root .author-avatar{width:35px;height:35px;font-size:0.9rem;}.tc-wp-tool-root .author-info h4{font-size:0.9rem;}.tc-wp-tool-root .author-username{font-size:0.7rem;}.tc-wp-tool-root .video-player-wrapper{max-width:220px;}.tc-wp-tool-root .play-button{width:45px;height:45px;font-size:1.1rem;}.tc-wp-tool-root .control-btn{width:30px;height:30px;font-size:0.75rem;}.tc-wp-tool-root .play-control-btn{width:35px;height:35px;font-size:0.85rem;}.tc-wp-tool-root .volume-control{gap:0.5rem;}.tc-wp-tool-root .volume-slider{width:50px;}.tc-wp-tool-root .time-display{font-size:0.7rem;}.tc-wp-tool-root .comments-header{padding:0.75rem;}.tc-wp-tool-root .comments-title{font-size:0.9rem;}.tc-wp-tool-root .comments-count{padding:0.2rem 0.5rem;font-size:0.7rem;min-width:30px;}.tc-wp-tool-root .comment-item{padding:0.8rem 0.9rem;}.tc-wp-tool-root .comment-avatar{width:30px;height:30px;font-size:0.75rem;}.tc-wp-tool-root .comment-author{font-size:0.8rem;}.tc-wp-tool-root .comment-username{font-size:0.7rem;}.tc-wp-tool-root .comment-text{font-size:0.8rem;}.tc-wp-tool-root .comment-stats{gap:0.8rem;}.tc-wp-tool-root .comment-stat{font-size:0.7rem;}.tc-wp-tool-root .scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:var(--gradient-purple);color:white;padding:0.75rem 1.5rem;border-radius:25px;font-size:0.85rem;font-weight:600;box-shadow:var(--shadow-lg);z-index:100;display:none !important;align-items:center;gap:0.5rem;animation:scrollPulse 2s ease-in-out infinite;cursor:pointer;transition:all 0.3s ease;}}@media (max-width:375px){.tc-wp-tool-root .container_tiktok{padding:0.4rem;}.tc-wp-tool-root .header{padding:0.6rem;border-radius:10px;}.tc-wp-tool-root .logo-icon{width:40px;height:40px;font-size:1.2rem;}.tc-wp-tool-root .logo-text{font-size:1.3rem;}.tc-wp-tool-root .logo-subtitle{font-size:0.7rem;}.tc-wp-tool-root .search-input{padding:0.5rem 0.7rem !important;font-size:0.75rem !important;}.tc-wp-tool-root .search-btn,.tc-wp-tool-root .search-another-btn{font-size:0.75rem;padding:0.45rem 0.9rem;border-radius:8px;}.tc-wp-tool-root .video-section,.tc-wp-tool-root .comments-section{border-radius:10px;}.tc-wp-tool-root .video-stats-bar{padding:0.6rem 0.7rem;gap:0.5rem;}.tc-wp-tool-root .video-stat-item{font-size:0.65rem;padding:0.2rem 0.4rem;}.tc-wp-tool-root .video-title{font-size:0.85rem;margin-bottom:0.75rem;}.tc-wp-tool-root .author-avatar{width:32px;height:32px;font-size:0.8rem;}.tc-wp-tool-root .author-info h4{font-size:0.85rem;}.tc-wp-tool-root .author-username{font-size:0.65rem;}.tc-wp-tool-root .video-player-wrapper{max-width:190px;}.tc-wp-tool-root .play-button{width:40px;height:40px;font-size:1rem;}.tc-wp-tool-root .control-btn{width:28px;height:28px;font-size:0.7rem;}.tc-wp-tool-root .play-control-btn{width:32px;height:32px;font-size:0.8rem;}.tc-wp-tool-root .volume-slider{width:45px;}.tc-wp-tool-root .time-display{font-size:0.65rem;}.tc-wp-tool-root .comments-header{padding:0.6rem;}.tc-wp-tool-root .comments-title{font-size:0.85rem;gap:0.4rem;}.tc-wp-tool-root .comments-count{padding:0.15rem 0.4rem;font-size:0.65rem;min-width:28px;}.tc-wp-tool-root .comment-item{padding:0.7rem 0.8rem;}.tc-wp-tool-root .comment-avatar{width:28px;height:28px;font-size:0.7rem;}.tc-wp-tool-root .comment-author{font-size:0.75rem;}.tc-wp-tool-root .comment-username{font-size:0.65rem;}.tc-wp-tool-root .comment-text{font-size:0.75rem;margin-bottom:0.6rem;}.tc-wp-tool-root .comment-stats{gap:0.7rem;}.tc-wp-tool-root .comment-stat{font-size:0.65rem;}.tc-wp-tool-root .comment-meta{font-size:0.6rem;gap:0.7rem;}.tc-wp-tool-root .scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:var(--gradient-purple);color:white;padding:0.75rem 1.5rem;border-radius:25px;font-size:0.85rem;font-weight:600;box-shadow:var(--shadow-lg);z-index:100;display:none !important;align-items:center;gap:0.5rem;animation:scrollPulse 2s ease-in-out infinite;cursor:pointer;transition:all 0.3s ease;}}.wpc-scope-131 .tc-wp-tool-root{--primary:#ff2d6f;--secondary:#22e7df;--accent:#fb4f93;--purple:#9b6cff;--orange:#ff9f1c;--green:#2ee59d;--blue:#38bdf8;--bg-primary:#070b18;--bg-secondary:#101827;--bg-tertiary:#192338;--bg-card:rgba(15,23,42,0.78);--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#8a98ad;--border:rgba(148,163,184,0.22);--border-light:rgba(226,232,240,0.34);--shadow:0 12px 32px rgba(2,8,23,0.24);--shadow-lg:0 20px 55px rgba(2,8,23,0.34);--shadow-xl:0 28px 80px rgba(2,8,23,0.48);--glow-primary:0 0 34px rgba(255,45,111,0.28);--glow-secondary:0 0 34px rgba(34,231,223,0.24);--gradient-primary:linear-gradient(135deg,#ff2d6f 0%,#fb4f93 52%,#ff8ab3 100%);--gradient-secondary:linear-gradient(135deg,#22e7df 0%,#18c9b8 52%,#2ee59d 100%);--gradient-purple:linear-gradient(135deg,#7c3aed 0%,#9b6cff 50%,#c084fc 100%);--gradient-bg:radial-gradient(circle at 14% 12%,rgba(255,45,111,0.16),transparent 32%),radial-gradient(circle at 86% 16%,rgba(34,231,223,0.12),transparent 34%),linear-gradient(135deg,#070b18 0%,#101827 48%,#162033 100%);}.wpc-scope-131 .tc-wp-tool-root *{margin:0;padding:0;box-sizing:border-box;transition:background-color 0.25s ease,border-color 0.25s ease,box-shadow 0.25s ease,color 0.25s ease,opacity 0.25s ease,transform 0.25s ease;}.wpc-scope-131 .tc-wp-tool-root .tiktok_body{font-family:'Inter',sans-serif;background:var(--gradient-bg);color:var(--text-primary);overflow-x:hidden;min-height:100vh;position:relative;isolation:isolate;}.wpc-scope-131 .tc-wp-tool-root .tiktok_body::before{content:'';position:fixed;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,45,111,0.12) 0%,transparent 42%),radial-gradient(circle at 80% 78%,rgba(34,231,223,0.1) 0%,transparent 46%),radial-gradient(circle at 42% 62%,rgba(155,108,255,0.08) 0%,transparent 44%);pointer-events:none;z-index:-1;}.wpc-scope-131 .tc-wp-tool-root .container_tiktok{max-width:1480px;margin:0 auto;padding:clamp(1rem,2vw,1.75rem);min-height:100vh;display:flex;flex-direction:column;}.wpc-scope-131 .tc-wp-tool-root .header{background:linear-gradient(145deg,rgba(15,23,42,0.84),rgba(16,24,39,0.7));backdrop-filter:blur(22px);border:1px solid var(--border);border-radius:24px;padding:clamp(1.25rem,2.2vw,2rem);margin-bottom:1.5rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .header::before{content:'';position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--purple));}.wpc-scope-131 .tc-wp-tool-root .header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;flex-direction:column;}.wpc-scope-131 .tc-wp-tool-root .logo{display:flex;align-items:center;gap:1.25rem;width:100%;justify-content:center;text-align:center;}.wpc-scope-131 .tc-wp-tool-root .logo-icon{width:64px;height:64px;background:var(--gradient-primary);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.9rem;color:#ffffff;box-shadow:var(--shadow-lg),var(--glow-primary);animation:logoFloat 3.5s ease-in-out infinite;position:relative;overflow:hidden;flex-shrink:0;}.wpc-scope-131 .tc-wp-tool-root .logo-icon::before{content:'';position:absolute;top:-55%;left:-55%;width:210%;height:210%;background:linear-gradient(45deg,transparent,rgba(255,255,255,0.28),transparent);animation:logoShine 3.5s ease-in-out infinite;}.wpc-scope-131 .tc-wp-tool-root .logo-text{font-size:clamp(1.55rem,3vw,2.35rem);font-weight:900;line-height:1.08;background:linear-gradient(135deg,#ffffff 0%,#ffd7e4 35%,#73fff7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:0;}.wpc-scope-131 .tc-wp-tool-root .logo-subtitle{font-size:0.96rem;color:var(--text-secondary);font-weight:600;margin-top:0.45rem;}.wpc-scope-131 .tc-wp-tool-root .search-container{display:flex;flex-direction:column;gap:1rem;flex:1;max-width:760px;width:100%;}.wpc-scope-131 .tc-wp-tool-root .search-form{display:flex;gap:1rem;position:relative;width:100%;flex-direction:column;}.wpc-scope-131 .tc-wp-tool-root .search-input{flex:1 !important;min-width:0;width:100%;max-width:none !important;padding:1rem 1.15rem !important;background:rgba(7,11,24,0.58) !important;backdrop-filter:blur(16px) !important;border:1px solid var(--border) !important;border-radius:16px !important;color:var(--text-primary) !important;font-size:1rem !important;font-weight:550 !important;outline:none !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05),0 10px 26px rgba(2,8,23,0.18) !important;box-sizing:border-box;}.wpc-scope-131 .tc-wp-tool-root .search-input:focus{border-color:rgba(255,45,111,0.72) !important;box-shadow:0 0 0 4px rgba(255,45,111,0.14),var(--glow-primary),inset 0 1px 0 rgba(255,255,255,0.08) !important;transform:translateY(-1px) !important;background:rgba(15,23,42,0.92) !important;}.wpc-scope-131 .tc-wp-tool-root .search-input::placeholder{color:var(--text-muted);font-weight:450;}.wpc-scope-131 .tc-wp-tool-root .search-input:not(:placeholder-shown){background:rgba(15,23,42,0.9);border-color:var(--border-light);font-weight:650;}.wpc-scope-131 .tc-wp-tool-root .search-input:disabled{opacity:0.72;cursor:not-allowed;}.wpc-scope-131 .tc-wp-tool-root .button-group{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0;justify-content:center;}.wpc-scope-131 .tc-wp-tool-root .search-btn,.wpc-scope-131 .tc-wp-tool-root .search-another-btn{min-height:50px;border-radius:16px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:0.65rem;white-space:nowrap;flex-shrink:0;letter-spacing:0;}.wpc-scope-131 .tc-wp-tool-root .search-btn{background:var(--gradient-primary);border:0;color:#ffffff;padding:1rem 1.65rem;box-shadow:0 16px 34px rgba(255,45,111,0.22),var(--shadow);position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .search-btn::before{content:'';position:absolute;inset:0 auto 0 -110%;width:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);transition:left 0.55s ease;}.wpc-scope-131 .tc-wp-tool-root .search-btn:hover:not(:disabled)::before{left:110%;}.wpc-scope-131 .tc-wp-tool-root .search-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 22px 44px rgba(255,45,111,0.3),var(--glow-primary);}.wpc-scope-131 .tc-wp-tool-root .search-btn:active:not(:disabled),.wpc-scope-131 .tc-wp-tool-root .search-another-btn:active{transform:translateY(0);}.wpc-scope-131 .tc-wp-tool-root .search-btn:disabled{opacity:0.62;cursor:not-allowed;transform:none;}.wpc-scope-131 .tc-wp-tool-root .search-another-btn{background:rgba(15,23,42,0.76);border:1px solid var(--border);color:var(--text-primary);padding:1rem 1.35rem;box-shadow:var(--shadow);}.wpc-scope-131 .tc-wp-tool-root .search-another-btn:hover{background:rgba(25,35,56,0.9);border-color:var(--border-light);transform:translateY(-2px);box-shadow:var(--shadow-lg);}.wpc-scope-131 .tc-wp-tool-root .search-form:has(.search-input:focus),.wpc-scope-131 .tc-wp-tool-root .search-form:has(.search-input:not(:placeholder-shown)){width:100% !important;display:flex !important;gap:1rem !important;}.wpc-scope-131 .tc-wp-tool-root .search-container:has(.search-btn:disabled) .search-input,.wpc-scope-131 .tc-wp-tool-root .search-container:has(.search-btn:disabled) .search-form{width:100% !important;min-width:0 !important;}.wpc-scope-131 .tc-wp-tool-root .main-content{flex:1;display:grid;grid-template-columns:minmax(340px,430px) minmax(0,1fr);gap:1.5rem;min-height:0;}.wpc-scope-131 .tc-wp-tool-root .video-section,.wpc-scope-131 .tc-wp-tool-root .comments-section{background:linear-gradient(145deg,rgba(15,23,42,0.82),rgba(16,24,39,0.66));backdrop-filter:blur(22px);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;position:relative;}.wpc-scope-131 .tc-wp-tool-root .video-section::before,.wpc-scope-131 .tc-wp-tool-root .comments-section::before{content:'';position:absolute;inset:0 0 auto;height:3px;}.wpc-scope-131 .tc-wp-tool-root .video-section::before{background:var(--gradient-secondary);}.wpc-scope-131 .tc-wp-tool-root .comments-section::before{background:var(--gradient-purple);}.wpc-scope-131 .tc-wp-tool-root .video-stats-bar{padding:1rem 1.25rem;background:linear-gradient(135deg,rgba(255,45,111,0.11),rgba(155,108,255,0.1));border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:0.75rem;flex-wrap:wrap;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item{display:flex;align-items:center;gap:0.45rem;font-size:0.86rem;color:var(--text-secondary);padding:0.55rem 0.85rem;background:rgba(255,255,255,0.055);border-radius:999px;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.09);}.wpc-scope-131 .tc-wp-tool-root .video-stat-item:hover{transform:translateY(-2px);border-color:var(--border-light);background:rgba(255,255,255,0.08);}.wpc-scope-131 .tc-wp-tool-root .video-stat-item i{font-size:0.95rem;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item .fa-eye,.wpc-scope-131 .tc-wp-tool-root .fa-eye{color:#ec4899;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item .fa-heart,.wpc-scope-131 .tc-wp-tool-root .fa-heart{color:#fb7185;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item .fa-comment,.wpc-scope-131 .tc-wp-tool-root .fa-comment{color:#60a5fa;}.wpc-scope-131 .tc-wp-tool-root .video-stat-item .fa-share,.wpc-scope-131 .tc-wp-tool-root .fa-share{color:#34d399;}.wpc-scope-131 .tc-wp-tool-root .video-stat-value{font-weight:850;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .video-header{padding:1.35rem;border-bottom:1px solid var(--border);}.wpc-scope-131 .tc-wp-tool-root .video-title{font-size:1.08rem;font-weight:800;margin-bottom:1rem;line-height:1.45;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .video-author{display:flex;align-items:center;gap:0.9rem;padding:0.9rem;background:linear-gradient(135deg,rgba(34,231,223,0.11),rgba(56,189,248,0.08));border-radius:18px;border:1px solid rgba(34,231,223,0.2);box-shadow:var(--shadow);}.wpc-scope-131 .tc-wp-tool-root .author-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid rgba(34,231,223,0.8);box-shadow:0 10px 26px rgba(34,231,223,0.16);background:var(--gradient-secondary);display:flex;align-items:center;justify-content:center;font-size:1.18rem;color:#ffffff;font-weight:800;flex-shrink:0;}.wpc-scope-131 .tc-wp-tool-root .author-info{flex:1;min-width:0;}.wpc-scope-131 .tc-wp-tool-root .author-info h4{font-size:1.06rem;font-weight:800;margin-bottom:0.2rem;color:var(--text-primary);display:flex;align-items:center;gap:0.45rem;}.wpc-scope-131 .tc-wp-tool-root .author-username{font-size:0.88rem;color:var(--text-secondary);font-weight:600;}.wpc-scope-131 .tc-wp-tool-root .author-verified{color:var(--blue);font-size:0.9rem;}.wpc-scope-131 .tc-wp-tool-root .video-player-container{flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2vw,1.5rem);position:relative;}.wpc-scope-131 .tc-wp-tool-root .video-player-wrapper{position:relative;width:100%;max-width:315px;aspect-ratio:9 / 16;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-xl),0 0 0 1px rgba(255,255,255,0.08);background:#000000;}.wpc-scope-131 .tc-wp-tool-root .video-thumbnail{width:100%;height:100%;object-fit:cover;cursor:pointer;}.wpc-scope-131 .tc-wp-tool-root .video-thumbnail:hover{transform:scale(1.025);}.wpc-scope-131 .tc-wp-tool-root .video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.18),rgba(0,0,0,0.56));display:flex;align-items:center;justify-content:center;cursor:pointer;}.wpc-scope-131 .tc-wp-tool-root .video-overlay:hover{background:linear-gradient(180deg,rgba(0,0,0,0.22),rgba(0,0,0,0.68));}.wpc-scope-131 .tc-wp-tool-root .play-button{width:78px;height:78px;background:var(--gradient-primary);border:0;border-radius:50%;color:#ffffff;font-size:1.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl),var(--glow-primary);position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .play-button::before{content:'';position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,0.34),transparent);transform:translateX(-110%);transition:transform 0.55s ease;}.wpc-scope-131 .tc-wp-tool-root .play-button:hover::before{transform:translateX(110%);}.wpc-scope-131 .tc-wp-tool-root .play-button:hover{transform:scale(1.08);}.wpc-scope-131 .tc-wp-tool-root .video-player{width:100%;height:100%;object-fit:contain;display:none;}.wpc-scope-131 .tc-wp-tool-root .video-player.playing{display:block;}.wpc-scope-131 .tc-wp-tool-root .video-controls{position:absolute;right:0;bottom:0;left:0;background:linear-gradient(transparent,rgba(0,0,0,0.88));padding:1.35rem;transform:translateY(100%);z-index:10;}.wpc-scope-131 .tc-wp-tool-root .video-player-wrapper:hover .video-controls{transform:translateY(0);}.wpc-scope-131 .tc-wp-tool-root .progress-container{margin-bottom:1rem;}.wpc-scope-131 .tc-wp-tool-root .progress-bar,.wpc-scope-131 .tc-wp-tool-root .volume-slider{background:rgba(255,255,255,0.2);cursor:pointer;position:relative;overflow:hidden;}.wpc-scope-131 .tc-wp-tool-root .progress-bar{width:100%;height:7px;border-radius:999px;}.wpc-scope-131 .tc-wp-tool-root .progress-fill{height:100%;background:var(--gradient-primary);border-radius:999px;width:0%;transition:width 0.1s linear;box-shadow:0 0 14px rgba(255,45,111,0.55);}.wpc-scope-131 .tc-wp-tool-root .control-buttons{display:flex;justify-content:space-between;align-items:center;gap:1rem;}.wpc-scope-131 .tc-wp-tool-root .control-group{display:flex;align-items:center;gap:0.65rem;}.wpc-scope-131 .tc-wp-tool-root .control-btn{background:rgba(255,255,255,0.16);color:#ffffff;width:42px;height:42px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.18);}.wpc-scope-131 .tc-wp-tool-root .control-btn:hover{background:rgba(255,255,255,0.26);transform:scale(1.08);box-shadow:var(--shadow);}.wpc-scope-131 .tc-wp-tool-root .play-control-btn{width:50px;height:50px;background:var(--gradient-primary);font-size:1.15rem;border:0;box-shadow:var(--shadow-lg),var(--glow-primary);}.wpc-scope-131 .tc-wp-tool-root .volume-control{display:flex;align-items:center;gap:0.7rem;}.wpc-scope-131 .tc-wp-tool-root .volume-slider{width:78px;height:7px;border-radius:999px;}.wpc-scope-131 .tc-wp-tool-root .volume-fill{height:100%;background:var(--gradient-secondary);border-radius:999px;width:100%;transition:width 0.1s ease;box-shadow:0 0 12px rgba(34,231,223,0.45);}.wpc-scope-131 .tc-wp-tool-root .time-display{font-size:0.78rem;color:#ffffff;font-weight:650;white-space:nowrap;}.wpc-scope-131 .tc-wp-tool-root .loading-state{display:none;flex-direction:column;align-items:center;justify-content:center;padding:clamp(2.25rem,5vw,4rem) 1.5rem;text-align:center;}.wpc-scope-131 .tc-wp-tool-root .loading-spinner{width:58px;height:58px;border:3px solid rgba(148,163,184,0.24);border-top:3px solid var(--primary);border-right-color:var(--secondary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.4rem;box-shadow:var(--glow-primary);}.wpc-scope-131 .tc-wp-tool-root .loading-text{font-size:1.16rem;font-weight:850;margin-bottom:0.45rem;background:linear-gradient(135deg,#ffffff,#ff8ab3,#73fff7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.wpc-scope-131 .tc-wp-tool-root .loading-subtext{color:var(--text-secondary);font-size:0.92rem;line-height:1.5;}.wpc-scope-131 .tc-wp-tool-root .comments-header{padding:1.35rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,rgba(155,108,255,0.12),rgba(255,45,111,0.08));}.wpc-scope-131 .tc-wp-tool-root .comments-title{font-size:1.28rem;font-weight:900;display:flex;align-items:center;gap:0.7rem;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .comments-count{background:var(--gradient-purple);color:#ffffff;padding:0.35rem 0.75rem;border-radius:999px;font-size:0.82rem;font-weight:850;box-shadow:0 12px 24px rgba(155,108,255,0.22);min-width:40px;text-align:center;}.wpc-scope-131 .tc-wp-tool-root .comments-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:0;max-height:calc(100vh - 300px);min-height:400px;position:relative;scrollbar-width:auto;scrollbar-color:var(--purple) var(--bg-secondary);}.wpc-scope-131 .tc-wp-tool-root .comments-container::-webkit-scrollbar{width:12px;}.wpc-scope-131 .tc-wp-tool-root .comments-container::-webkit-scrollbar-track{background:rgba(16,24,39,0.9);border-radius:999px;margin:6px;}.wpc-scope-131 .tc-wp-tool-root .comments-container::-webkit-scrollbar-thumb{background:var(--gradient-purple);border-radius:999px;border:2px solid rgba(16,24,39,0.9);}.wpc-scope-131 .tc-wp-tool-root .comments-container::-webkit-scrollbar-thumb:hover{background:var(--purple);}.wpc-scope-131 .tc-wp-tool-root .scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:var(--gradient-purple);color:#ffffff;padding:0.75rem 1.35rem;border-radius:999px;font-size:0.84rem;font-weight:750;box-shadow:var(--shadow-lg);z-index:100;display:none;align-items:center;gap:0.5rem;animation:scrollPulse 2s ease-in-out infinite;cursor:pointer;}.wpc-scope-131 .tc-wp-tool-root .scroll-indicator:hover{transform:translateX(-50%) translateY(-4px);box-shadow:var(--shadow-xl);}.wpc-scope-131 .tc-wp-tool-root .scroll-indicator.show{display:flex;}.wpc-scope-131 .tc-wp-tool-root .scroll-indicator i{animation:scrollBounce 1.5s ease-in-out infinite;}.wpc-scope-131 .tc-wp-tool-root .comments-list{padding:0;}.wpc-scope-131 .tc-wp-tool-root .comment-item{padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);position:relative;animation:commentSlideIn 0.45s ease-out;}.wpc-scope-131 .tc-wp-tool-root .comment-item:hover{background:rgba(155,108,255,0.06);transform:translateX(4px);}.wpc-scope-131 .tc-wp-tool-root .comment-item::before{content:'';position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:999px;background:var(--gradient-purple);transform:scaleY(0);}.wpc-scope-131 .tc-wp-tool-root .comment-item:hover::before{transform:scaleY(1);}.wpc-scope-131 .tc-wp-tool-root .comment-header{display:flex;align-items:flex-start;gap:0.95rem;margin-bottom:0.75rem;}.wpc-scope-131 .tc-wp-tool-root .comment-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--border-light);flex-shrink:0;box-shadow:var(--shadow);background:var(--gradient-purple);display:flex;align-items:center;justify-content:center;font-size:1rem;color:#ffffff;font-weight:800;}.wpc-scope-131 .tc-wp-tool-root .comment-avatar:hover{border-color:var(--purple);transform:scale(1.05);}.wpc-scope-131 .tc-wp-tool-root .comment-info{flex:1;min-width:0;}.wpc-scope-131 .tc-wp-tool-root .comment-user-info{display:flex;align-items:center;gap:0.65rem;margin-bottom:0.45rem;flex-wrap:wrap;}.wpc-scope-131 .tc-wp-tool-root .comment-author{font-size:0.95rem;font-weight:800;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .comment-username{font-size:0.84rem;color:var(--text-secondary);font-weight:600;}.wpc-scope-131 .tc-wp-tool-root .comment-verified{color:var(--blue);font-size:0.8rem;}.wpc-scope-131 .tc-wp-tool-root .comment-region{background:rgba(34,231,223,0.12);color:var(--secondary);padding:0.16rem 0.5rem;border-radius:999px;font-size:0.68rem;font-weight:800;text-transform:uppercase;border:1px solid rgba(34,231,223,0.16);}.wpc-scope-131 .tc-wp-tool-root .comment-text{font-size:0.96rem;line-height:1.62;color:var(--text-primary);word-wrap:break-word;overflow-wrap:anywhere;margin-bottom:0.8rem;}.wpc-scope-131 .tc-wp-tool-root .comment-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}.wpc-scope-131 .tc-wp-tool-root .comment-stats{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;}.wpc-scope-131 .tc-wp-tool-root .comment-stat{display:flex;align-items:center;gap:0.36rem;font-size:0.84rem;color:var(--text-secondary);cursor:pointer;font-weight:650;}.wpc-scope-131 .tc-wp-tool-root .comment-stat:hover{color:var(--primary);transform:translateY(-1px);}.wpc-scope-131 .tc-wp-tool-root .comment-stat i{font-size:0.9rem;}.wpc-scope-131 .tc-wp-tool-root .comment-meta{display:flex;align-items:center;gap:0.9rem;font-size:0.78rem;color:var(--text-muted);flex-wrap:wrap;}.wpc-scope-131 .tc-wp-tool-root .comment-time{font-weight:600;}.wpc-scope-131 .tc-wp-tool-root .comment-id{font-family:'Courier New',monospace;background:rgba(148,163,184,0.1);padding:0.16rem 0.4rem;border-radius:6px;border:1px solid rgba(148,163,184,0.12);}.wpc-scope-131 .tc-wp-tool-root .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(3rem,7vw,5rem) 1.5rem;text-align:center;color:var(--text-secondary);min-height:260px;}.wpc-scope-131 .tc-wp-tool-root .empty-state i{font-size:clamp(3rem,6vw,4.25rem);margin-bottom:1.4rem;opacity:0.75;background:var(--gradient-purple);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.wpc-scope-131 .tc-wp-tool-root .empty-state h3{font-size:1.45rem;font-weight:850;margin-bottom:0.5rem;color:var(--text-primary);}.wpc-scope-131 .tc-wp-tool-root .empty-state p{font-size:0.95rem;line-height:1.55;max-width:34rem;}.wpc-scope-131 .tc-wp-tool-root .error-message{background:rgba(248,113,113,0.12);border:1px solid rgba(248,113,113,0.36);color:#fecaca;padding:1rem 1.25rem;margin:1rem;border-radius:16px;display:none;align-items:center;gap:0.75rem;font-weight:750;box-shadow:0 16px 34px rgba(127,29,29,0.18);}.wpc-scope-131 .tc-wp-tool-root .error-message.show{display:flex;animation:errorSlideIn 0.3s ease-out;}.wpc-scope-131 .tc-wp-tool-root .fab,.wpc-scope-131 .tc-wp-tool-root .fas{display:inline-block;line-height:1;text-rendering:auto;}.wpc-scope-131 .tc-wp-tool-root .fa-tiktok{color:currentColor;}.wpc-scope-131 .tc-wp-tool-root .fa-search,.wpc-scope-131 .tc-wp-tool-root .fa-redo,.wpc-scope-131 .tc-wp-tool-root .fa-play,.wpc-scope-131 .tc-wp-tool-root .fa-pause,.wpc-scope-131 .tc-wp-tool-root .fa-volume-up,.wpc-scope-131 .tc-wp-tool-root .fa-volume-mute,.wpc-scope-131 .tc-wp-tool-root .fa-user,.wpc-scope-131 .tc-wp-tool-root .fa-users,.wpc-scope-131 .tc-wp-tool-root .fa-video,.wpc-scope-131 .tc-wp-tool-root .fa-comments,.wpc-scope-131 .tc-wp-tool-root .fa-comment-slash,.wpc-scope-131 .tc-wp-tool-root .fa-reply,.wpc-scope-131 .tc-wp-tool-root .fa-chevron-down,.wpc-scope-131 .tc-wp-tool-root .fa-spinner,.wpc-scope-131 .tc-wp-tool-root .fa-spin,.wpc-scope-131 .tc-wp-tool-root .fa-check-circle,.wpc-scope-131 .tc-wp-tool-root .fa-exclamation-triangle{color:currentColor;}.wpc-scope-131 .tc-wp-tool-root .fa-check-circle{color:var(--blue);}.wpc-scope-131 .tc-wp-tool-root .fa-exclamation-triangle{color:#fca5a5;}.wpc-scope-131 .tc-wp-tool-root .fa-spinner,.wpc-scope-131 .tc-wp-tool-root .fa-spin{animation:spin 1s linear infinite;}.wpc-scope-131 .tc-wp-tool-root .hidden{display:none !important;}@keyframes spin{to{transform:rotate(360deg);}}@keyframes logoFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-5px);}}@keyframes logoShine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg);}100%{transform:translateX(100%) translateY(100%) rotate(45deg);}}@keyframes commentSlideIn{from{opacity:0;transform:translateX(-18px);}to{opacity:1;transform:translateX(0);}}@keyframes errorSlideIn{from{opacity:0;transform:translateY(-10px);}to{opacity:1;transform:translateY(0);}}@keyframes scrollPulse{0%,100%{opacity:0.86;}50%{opacity:1;}}@keyframes scrollBounce{0%,100%{transform:translateY(0);}50%{transform:translateY(3px);}}@media (max-width:1200px){.tc-wp-tool-root .main-content{grid-template-columns:minmax(320px,390px) minmax(0,1fr);}}@media (max-width:992px){.tc-wp-tool-root .main-content{grid-template-columns:1fr;}.tc-wp-tool-root .video-section,.tc-wp-tool-root .comments-section{margin-bottom:1.5rem;}.tc-wp-tool-root .comments-container{max-height:620px;min-height:320px;}.tc-wp-tool-root .video-player-wrapper{max-width:300px;}}@media (max-width:768px){.tc-wp-tool-root .container_tiktok{padding:1rem;}.tc-wp-tool-root .header{padding:1.35rem;border-radius:20px;}.tc-wp-tool-root .header-content{flex-direction:column;align-items:center;text-align:center;}.tc-wp-tool-root .logo{flex-direction:column;gap:0.75rem;margin-bottom:0.25rem;}.tc-wp-tool-root .logo-icon{width:54px;height:54px;font-size:1.55rem;border-radius:17px;}.tc-wp-tool-root .logo-text{font-size:1.7rem;}.tc-wp-tool-root .logo-subtitle{font-size:0.84rem;}.tc-wp-tool-root .search-container{max-width:100%;}.tc-wp-tool-root .search-form{flex-direction:column;gap:0.8rem;}.tc-wp-tool-root .search-input{padding:0.85rem 1rem !important;font-size:0.92rem !important;}.tc-wp-tool-root .search-btn{padding:0.85rem 1.25rem;font-size:0.92rem;width:100%;}.tc-wp-tool-root .button-group{width:100%;justify-content:center;gap:0.75rem;}.tc-wp-tool-root .search-another-btn{padding:0.85rem 1rem;font-size:0.9rem;flex-grow:1;}.tc-wp-tool-root .video-stats-bar{padding:0.8rem;gap:0.55rem;}.tc-wp-tool-root .video-stat-item{padding:0.42rem 0.68rem;font-size:0.78rem;}.tc-wp-tool-root .video-header,.tc-wp-tool-root .comments-header{padding:1rem;}.tc-wp-tool-root .video-title{font-size:1rem;}.tc-wp-tool-root .video-author{padding:0.75rem;gap:0.75rem;}.tc-wp-tool-root .author-avatar{width:42px;height:42px;font-size:1rem;}.tc-wp-tool-root .author-info h4{font-size:0.98rem;}.tc-wp-tool-root .author-username{font-size:0.8rem;}.tc-wp-tool-root .video-player-container{padding:1rem;}.tc-wp-tool-root .video-player-wrapper{max-width:280px;}.tc-wp-tool-root .play-button{width:60px;height:60px;font-size:1.45rem;}.tc-wp-tool-root .video-controls{padding:1rem;}.tc-wp-tool-root .control-btn{width:36px;height:36px;font-size:0.9rem;}.tc-wp-tool-root .play-control-btn{width:42px;height:42px;font-size:1rem;}.tc-wp-tool-root .volume-slider{width:60px;}.tc-wp-tool-root .time-display{font-size:0.74rem;}.tc-wp-tool-root .comments-title{font-size:1.08rem;gap:0.5rem;}.tc-wp-tool-root .comments-count{padding:0.25rem 0.6rem;font-size:0.75rem;min-width:35px;}.tc-wp-tool-root .comment-item{padding:1rem 1.1rem;}.tc-wp-tool-root .comment-avatar{width:38px;height:38px;font-size:0.9rem;}.tc-wp-tool-root .comment-user-info{flex-direction:column;align-items:flex-start;gap:0.25rem;}.tc-wp-tool-root .comment-author{font-size:0.9rem;}.tc-wp-tool-root .comment-username{font-size:0.8rem;}.tc-wp-tool-root .comment-text{font-size:0.9rem;}.tc-wp-tool-root .comment-footer{flex-direction:column;align-items:flex-start;gap:0.75rem;}.tc-wp-tool-root .comment-stats{gap:1rem;}.tc-wp-tool-root .comment-stat{font-size:0.8rem;}.tc-wp-tool-root .comment-meta{font-size:0.7rem;}}@media (max-width:600px){.tc-wp-tool-root .container_tiktok{padding:0.75rem;}.tc-wp-tool-root .header{padding:1rem;border-radius:16px;}.tc-wp-tool-root .logo-text{font-size:1.48rem;}.tc-wp-tool-root .search-input{font-size:0.85rem !important;}.tc-wp-tool-root .search-btn,.tc-wp-tool-root .search-another-btn{font-size:0.85rem;padding:0.72rem 1rem;border-radius:13px;}.tc-wp-tool-root .video-section,.tc-wp-tool-root .comments-section{border-radius:16px;}.tc-wp-tool-root .video-stat-item{font-size:0.75rem;padding:0.34rem 0.55rem;}.tc-wp-tool-root .video-title{font-size:0.95rem;}.tc-wp-tool-root .author-info h4{font-size:0.95rem;}.tc-wp-tool-root .author-username{font-size:0.75rem;}.tc-wp-tool-root .video-player-wrapper{max-width:250px;}.tc-wp-tool-root .play-button{width:52px;height:52px;font-size:1.2rem;}.tc-wp-tool-root .control-buttons{gap:0.6rem;}.tc-wp-tool-root .control-group{gap:0.5rem;}.tc-wp-tool-root .control-btn{width:32px;height:32px;font-size:0.8rem;}.tc-wp-tool-root .play-control-btn{width:38px;height:38px;font-size:0.9rem;}.tc-wp-tool-root .comments-title{font-size:1rem;}.tc-wp-tool-root .comment-item{padding:0.9rem 1rem;}.tc-wp-tool-root .comment-avatar{width:34px;height:34px;font-size:0.8rem;}.tc-wp-tool-root .comment-author{font-size:0.85rem;}.tc-wp-tool-root .comment-username{font-size:0.75rem;}.tc-wp-tool-root .comment-text{font-size:0.85rem;}.tc-wp-tool-root .comment-stat{font-size:0.75rem;}.tc-wp-tool-root .scroll-indicator{display:none !important;}}@media (max-width:400px){.tc-wp-tool-root .container_tiktok{padding:0.5rem;}.tc-wp-tool-root .header{padding:0.75rem;border-radius:14px;}.tc-wp-tool-root .logo-icon{width:45px;height:45px;font-size:1.3rem;}.tc-wp-tool-root .logo-text{font-size:1.3rem;}.tc-wp-tool-root .search-input{padding:0.65rem 0.8rem !important;font-size:0.8rem !important;}.tc-wp-tool-root .search-btn,.tc-wp-tool-root .search-another-btn{font-size:0.8rem;padding:0.58rem 0.9rem;border-radius:11px;}.tc-wp-tool-root .video-section,.tc-wp-tool-root .comments-section{border-radius:13px;}.tc-wp-tool-root .video-stat-item{font-size:0.7rem;padding:0.25rem 0.45rem;flex-shrink:0;}.tc-wp-tool-root .video-title{font-size:0.9rem;}.tc-wp-tool-root .author-avatar{width:35px;height:35px;font-size:0.9rem;}.tc-wp-tool-root .author-info h4{font-size:0.9rem;}.tc-wp-tool-root .author-username{font-size:0.7rem;}.tc-wp-tool-root .video-player-wrapper{max-width:220px;}.tc-wp-tool-root .play-button{width:45px;height:45px;font-size:1.1rem;}.tc-wp-tool-root .control-btn{width:30px;height:30px;font-size:0.75rem;}.tc-wp-tool-root .play-control-btn{width:35px;height:35px;font-size:0.85rem;}.tc-wp-tool-root .volume-control{gap:0.45rem;}.tc-wp-tool-root .volume-slider{width:48px;}.tc-wp-tool-root .time-display{font-size:0.68rem;}.tc-wp-tool-root .comments-header{padding:0.75rem;}.tc-wp-tool-root .comments-title{font-size:0.9rem;}.tc-wp-tool-root .comments-count{padding:0.2rem 0.5rem;font-size:0.7rem;min-width:30px;}.tc-wp-tool-root .comment-item{padding:0.8rem 0.9rem;}.tc-wp-tool-root .comment-avatar{width:30px;height:30px;font-size:0.75rem;}.tc-wp-tool-root .comment-author{font-size:0.8rem;}.tc-wp-tool-root .comment-username{font-size:0.7rem;}.tc-wp-tool-root .comment-text{font-size:0.8rem;}.tc-wp-tool-root .comment-stats{gap:0.8rem;}.tc-wp-tool-root .comment-stat{font-size:0.7rem;}.tc-wp-tool-root .scroll-indicator{display:none !important;}}@media (max-width:375px){.tc-wp-tool-root .container_tiktok{padding:0.4rem;}.tc-wp-tool-root .header{padding:0.6rem;border-radius:12px;}.tc-wp-tool-root .logo-icon{width:40px;height:40px;font-size:1.2rem;}.tc-wp-tool-root .logo-text{font-size:1.2rem;}.tc-wp-tool-root .logo-subtitle{font-size:0.7rem;}.tc-wp-tool-root .search-input{padding:0.55rem 0.7rem !important;font-size:0.75rem !important;}.tc-wp-tool-root .search-btn,.tc-wp-tool-root .search-another-btn{font-size:0.75rem;padding:0.5rem 0.8rem;border-radius:9px;}.tc-wp-tool-root .video-section,.tc-wp-tool-root .comments-section{border-radius:11px;}.tc-wp-tool-root .video-stats-bar{padding:0.6rem 0.7rem;gap:0.45rem;}.tc-wp-tool-root .video-stat-item{font-size:0.65rem;padding:0.2rem 0.35rem;}.tc-wp-tool-root .video-title{font-size:0.85rem;margin-bottom:0.75rem;}.tc-wp-tool-root .author-avatar{width:32px;height:32px;font-size:0.8rem;}.tc-wp-tool-root .author-info h4{font-size:0.85rem;}.tc-wp-tool-root .author-username{font-size:0.65rem;}.tc-wp-tool-root .video-player-wrapper{max-width:190px;}.tc-wp-tool-root .play-button{width:40px;height:40px;font-size:1rem;}.tc-wp-tool-root .control-btn{width:28px;height:28px;font-size:0.7rem;}.tc-wp-tool-root .play-control-btn{width:32px;height:32px;font-size:0.8rem;}.tc-wp-tool-root .volume-slider{width:45px;}.tc-wp-tool-root .time-display{font-size:0.65rem;}.tc-wp-tool-root .comments-header{padding:0.6rem;}.tc-wp-tool-root .comments-title{font-size:0.85rem;gap:0.4rem;}.tc-wp-tool-root .comments-count{padding:0.15rem 0.4rem;font-size:0.65rem;min-width:28px;}.tc-wp-tool-root .comment-item{padding:0.7rem 0.8rem;}.tc-wp-tool-root .comment-avatar{width:28px;height:28px;font-size:0.7rem;}.tc-wp-tool-root .comment-author{font-size:0.75rem;}.tc-wp-tool-root .comment-username{font-size:0.65rem;}.tc-wp-tool-root .comment-text{font-size:0.75rem;margin-bottom:0.6rem;}.tc-wp-tool-root .comment-stats{gap:0.7rem;}.tc-wp-tool-root .comment-stat{font-size:0.65rem;}.tc-wp-tool-root .comment-meta{font-size:0.6rem;gap:0.7rem;}.tc-wp-tool-root .scroll-indicator{display:none !important;}}@media (max-height:500px) and (orientation:landscape){.tc-wp-tool-root .container{padding:0.5rem;}.tc-wp-tool-root .container_tiktok{padding:0.5rem;}.tc-wp-tool-root .header{padding:0.75rem;margin-bottom:0.5rem;}.tc-wp-tool-root .main-content{gap:0.75rem;}.tc-wp-tool-root .video-player-wrapper{max-width:200px;}.tc-wp-tool-root .comments-container{max-height:calc(100vh - 150px);min-height:200px;}.tc-wp-tool-root .comment-item{padding:0.75rem 1rem;}}@media (prefers-reduced-motion:reduce){.tc-wp-tool-root *,.tc-wp-tool-root .logo-icon,.tc-wp-tool-root .logo-icon::before,.tc-wp-tool-root .loading-spinner,.tc-wp-tool-root .scroll-indicator,.tc-wp-tool-root .scroll-indicator i,.tc-wp-tool-root .comment-item{animation:none !important;transition:none !important;}}.wpc-scope-131 .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;}