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

/* 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-6 .tc-wp-tool-root img, .wpc-scope-6 .tc-wp-tool-root video, .wpc-scope-6 .tc-wp-tool-root svg, .wpc-scope-6 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-6 .tc-wp-tool-root{
            
            --instagram-gradient: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            --instagram-primary: #E4405F;
            --instagram-secondary: #F77737;
            --instagram-accent: #FCAF45;
            --instagram-purple: #8A3AB9;
            --instagram-blue: #4C68D7;
            
            
            --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            --gradient-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            --gradient-success: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
            --gradient-instagram: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            --gradient-professional: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
            --gradient-card: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
            --gradient-section: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
            
            
            --color-primary: #667eea;
            --color-secondary: #764ba2;
            --color-accent: #f093fb;
            --color-verified: #00d4ff;
            --color-success: #43e97b;
            --color-warning: #f093fb;
            --color-error: #f5576c;
            --text-primary: #2d3748;
            --text-secondary: #4a5568;
            --text-muted: #718096;
            --text-light: #ffffff;
            --border-color: rgba(102, 126, 234, 0.2);
            --background-primary: #ffffff;
            --background-secondary: #f8fafc;
            --background-dark: #1a202c;
            --background-glass: rgba(255, 255, 255, 0.95);
            --background-card: rgba(255, 255, 255, 0.9);
            --background-glass-strong: rgba(255, 255, 255, 0.98);
            --border-radius-lg: 16px;
            --border-radius-md: 12px;
            --border-radius-sm: 8px;
            --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            --shadow-glow: 0 0 0 1px rgba(102, 126, 234, 0.1), 0 8px 32px 0 rgba(102, 126, 234, 0.15);
        }.wpc-scope-6 .tc-wp-tool-root *{
            box-sizing: border-box;
        }.wpc-scope-6 .tc-wp-tool-root, .wpc-scope-6 .tc-wp-tool-root .instragram_body{
            margin: 0;
            padding: 0;
            font-family: 'Inter', sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);
            color: var(--text-primary);
            overflow-x: hidden;
            min-height: 100vh;
            line-height: 1.6;
        }.wpc-scope-6 .tc-wp-tool-root .instragram_body::before{
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background:
                radial-gradient(circle at 20% 20%, rgba(102, 126, 234, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(118, 75, 162, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 40% 60%, rgba(240, 147, 251, 0.1) 0%, transparent 50%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
            animation: backgroundFloat 20s ease-in-out infinite alternate;
            z-index: 0;
            filter: blur(2px);
        }.wpc-scope-6 .tc-wp-tool-root .wrapper{
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 1rem;
            position: relative;
            z-index: 1;
        }.wpc-scope-6 .tc-wp-tool-root .wrapper-sm{
            max-width: 640px;
        }.wpc-scope-6 .tc-wp-tool-root .wrapper-md{
            max-width: 768px;
        }.wpc-scope-6 .tc-wp-tool-root .wrapper-lg{
            max-width: 1024px;
        }.wpc-scope-6 .tc-wp-tool-root .wrapper-xl{
            max-width: 1280px;
        }.wpc-scope-6 .tc-wp-tool-root .wrapper-2xl{
            max-width: 1400px;
        }.wpc-scope-6 .tc-wp-tool-root .header{
            text-align: center;
            margin-bottom: 2rem;
            background: var(--gradient-card);
            border-radius: var(--border-radius-lg);
            box-shadow: var(--shadow-xl);
            padding: 2rem 1.5rem;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
        }.wpc-scope-6 .tc-wp-tool-root .header::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: var(--instagram-gradient);
            z-index: 0;
        }.wpc-scope-6 .tc-wp-tool-root .header-icon{
            font-size: 3rem;
            background: var(--instagram-gradient);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1rem;
            animation: iconGlow 3s ease-in-out infinite alternate;
            z-index: 1;
            position: relative;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }.wpc-scope-6 .tc-wp-tool-root .header h1{
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 700;
            background: var(--instagram-gradient);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 0.5rem 0;
            letter-spacing: -1px;
            z-index: 1;
            position: relative;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }.wpc-scope-6 .tc-wp-tool-root .header-subtitle{
            font-size: 1.1rem;
            color: var(--text-secondary);
            margin: 0 0 1.5rem 0;
            font-weight: 500;
        }.wpc-scope-6 .tc-wp-tool-root .professional-badge{
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--instagram-gradient);
            color: var(--text-light);
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            box-shadow: var(--shadow-lg);
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }.wpc-scope-6 .tc-wp-tool-root .professional-badge::after{
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            animation: shimmer 2s infinite;
        }@keyframes shimmer{
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }.wpc-scope-6 .tc-wp-tool-root .search-section{
            background: var(--gradient-card);
            border-radius: var(--border-radius-lg);
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: var(--shadow-xl);
            position: relative;
            overflow: hidden;
        }.wpc-scope-6 .tc-wp-tool-root .search-section::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--gradient-professional);
            z-index: 0;
        }.wpc-scope-6 .tc-wp-tool-root .search-form{
            display: flex;
            gap: 1rem;
            align-items: center;
        }.wpc-scope-6 .tc-wp-tool-root .search-input{
            flex: 1 !important;
            padding: 1rem 1.5rem !important;
            border: 2px solid var(--border-color) !important;
            border-radius: var(--border-radius-md) !important;
            font-size: 1rem !important;
            background: var(--background-primary) !important;
            color: var(--text-primary) !important;
            outline: none !important;
            transition: all 0.3s ease !important;
        }.wpc-scope-6 .tc-wp-tool-root .search-input:focus{
            border-color: var(--color-primary);
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-1px);
        }.wpc-scope-6 .tc-wp-tool-root .search-input::placeholder{
            color: var(--text-muted);
        }.wpc-scope-6 .tc-wp-tool-root .search-btn{
            cursor: pointer;
            border: none;
            padding: 1rem 2rem;
            border-radius: var(--border-radius-md);
            font-weight: 600;
            font-size: 1rem;
            background: var(--instagram-gradient);
            color: var(--text-light);
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: var(--shadow-lg);
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }.wpc-scope-6 .tc-wp-tool-root .search-btn::after{
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }.wpc-scope-6 .tc-wp-tool-root .search-btn:hover::after{
            left: 100%;
        }.wpc-scope-6 .tc-wp-tool-root .search-btn:hover{
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }.wpc-scope-6 .tc-wp-tool-root .search-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-6 .tc-wp-tool-root .analytics-dashboard{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-bottom: 2rem;
        }.wpc-scope-6 .tc-wp-tool-root .analytics-card{
            background: var(--gradient-card);
            border-radius: var(--border-radius-md);
            padding: 2rem 1.5rem;
            border: 2px solid rgba(255, 255, 255, 0.3);
            box-shadow: var(--shadow-lg);
            backdrop-filter: blur(20px);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }.wpc-scope-6 .tc-wp-tool-root .analytics-card::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--instagram-gradient);
        }.wpc-scope-6 .tc-wp-tool-root .analytics-card:hover{
            transform: translateY(-6px);
            box-shadow: var(--shadow-xl);
            border-color: rgba(255, 255, 255, 0.5);
        }.wpc-scope-6 .tc-wp-tool-root .analytics-icon{
            font-size: 2rem;
            background: var(--instagram-gradient);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1rem;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }.wpc-scope-6 .tc-wp-tool-root .analytics-value{
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 0.5rem;
        }.wpc-scope-6 .tc-wp-tool-root .analytics-label{
            color: var(--text-secondary);
            font-size: 0.9rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }.wpc-scope-6 .tc-wp-tool-root .controls-section{
            background: var(--gradient-card);
            border-radius: var(--border-radius-lg);
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
            padding: 1.5rem;
            margin-bottom: 2rem;
            display: flex;
            gap: 1rem;
            align-items: center;
            flex-wrap: wrap;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }.wpc-scope-6 .tc-wp-tool-root .controls-section::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--gradient-professional);
            z-index: 0;
        }.wpc-scope-6 .tc-wp-tool-root .filter-group{
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-6 .tc-wp-tool-root .filter-label{
            color: var(--text-secondary);
            font-weight: 500;
            font-size: 0.9rem;
        }.wpc-scope-6 .tc-wp-tool-root .filter-select{
            padding: 0.5rem 1rem;
            border: 1px solid var(--border-color);
            border-radius: var(--border-radius-sm);
            background: var(--background-primary);
            color: var(--text-primary);
            outline: none;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }.wpc-scope-6 .tc-wp-tool-root .filter-select:focus{
            border-color: var(--color-primary);
            box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
        }.wpc-scope-6 .tc-wp-tool-root .search-box{
            flex: 1 !important;
            min-width: 200px !important;
            padding: 0.5rem 1rem !important;
            border: 1px solid var(--border-color) !important;
            border-radius: var(--border-radius-sm) !important;
            background: var(--background-primary) !important;
            color: var(--text-primary) !important;
            outline: none !important;
            font-size: 0.9rem !important;
        }.wpc-scope-6 .tc-wp-tool-root .search-box:focus{
            border-color: var(--color-primary);
            box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
        }.wpc-scope-6 .tc-wp-tool-root .search-box::placeholder{
            color: var(--text-muted);
        }.wpc-scope-6 .tc-wp-tool-root .results-container{
            flex-direction: column;
            gap: 1.5rem;
        }.wpc-scope-6 .tc-wp-tool-root .results-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: var(--gradient-card);
            border-radius: var(--border-radius-lg);
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
            padding: 1.5rem;
            margin-bottom: 1rem;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }.wpc-scope-6 .tc-wp-tool-root .results-header::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--instagram-gradient);
            z-index: 0;
        }.wpc-scope-6 .tc-wp-tool-root .results-title{
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--text-primary);
        }.wpc-scope-6 .tc-wp-tool-root .results-count{
            color: var(--text-secondary);
            font-size: 0.9rem;
        }.wpc-scope-6 .tc-wp-tool-root .follower-grid{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1.5rem;
            width: 100%;
        }.wpc-scope-6 .tc-wp-tool-root .follower-card{
            background: var(--gradient-card);
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: var(--border-radius-lg);
            padding: 1.5rem;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
            opacity: 0;
            transform: translateY(20px);
            animation: cardSlideIn 0.6s ease forwards;
            transition: all 0.3s ease;
            backdrop-filter: blur(20px);
        }.wpc-scope-6 .tc-wp-tool-root .follower-card::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--instagram-gradient);
        }.wpc-scope-6 .tc-wp-tool-root .follower-card:hover{
            transform: translateY(-6px);
            box-shadow: var(--shadow-xl);
            border-color: rgba(255, 255, 255, 0.5);
        }.wpc-scope-6 .tc-wp-tool-root .follower-header{
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }.wpc-scope-6 .tc-wp-tool-root .follower-avatar{
            width: 60px;
            height: 60px;
            border-radius: 50%;
            position: relative;
            background: var(--instagram-gradient);
            padding: 3px;
            box-shadow: var(--shadow-md);
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
            flex-shrink: 0;
        }.wpc-scope-6 .tc-wp-tool-root .follower-card:hover .follower-avatar{
            transform: scale(1.05);
            box-shadow: var(--shadow-md);
        }.wpc-scope-6 .tc-wp-tool-root .follower-avatar img{
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            display: block;
            background: var(--background-secondary);
            z-index: 1;
            border: 2px solid var(--background-primary);
            transition: all 0.3s ease;
        }.wpc-scope-6 .tc-wp-tool-root .follower-card:hover .follower-avatar img{
            border-color: var(--color-primary);
        }.wpc-scope-6 .tc-wp-tool-root .follower-avatar-fallback{
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--gradient-primary);
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-light);
            letter-spacing: 0.5px;
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            border: 2px solid var(--background-primary);
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        }.wpc-scope-6 .tc-wp-tool-root .follower-info{
            flex: 1;
            min-width: 0;
        }.wpc-scope-6 .tc-wp-tool-root .follower-name{
            font-family: 'Playfair Display', serif;
            font-weight: 600;
            font-size: 1.1rem;
            color: var(--text-primary);
            margin-bottom: 0.25rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            line-height: 1.3;
        }.wpc-scope-6 .tc-wp-tool-root .verified-badge{
            color: var(--text-light);
            font-size: 0.9rem;
            background: var(--instagram-gradient);
            border-radius: 50%;
            padding: 3px 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: var(--shadow-sm);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }.wpc-scope-6 .tc-wp-tool-root .follower-username{
            color: var(--text-secondary);
            font-size: 0.9rem;
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 500;
            display: block;
            margin-bottom: 1rem;
        }.wpc-scope-6 .tc-wp-tool-root .follower-username:hover{
            color: var(--color-primary);
        }.wpc-scope-6 .tc-wp-tool-root .follower-stats{
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
            padding: 1rem;
            border-top: 1px solid var(--border-color);
            background: var(--background-secondary);
            border-radius: var(--border-radius-sm);
        }.wpc-scope-6 .tc-wp-tool-root .stat-item{
            text-align: center;
            flex: 1;
            position: relative;
        }.wpc-scope-6 .tc-wp-tool-root .stat-item::after{
            content: '';
            position: absolute;
            top: 50%;
            right: -0.5rem;
            transform: translateY(-50%);
            width: 1px;
            height: 60%;
            background: var(--border-color);
        }.wpc-scope-6 .tc-wp-tool-root .stat-item:last-child::after{
            display: none;
        }.wpc-scope-6 .tc-wp-tool-root .stat-value{
            font-family: 'Playfair Display', serif;
            font-weight: 600;
            color: var(--text-primary);
            font-size: 1rem;
            margin-bottom: 0.25rem;
        }.wpc-scope-6 .tc-wp-tool-root .stat-label{
            color: var(--text-muted);
            font-size: 0.75rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }.wpc-scope-6 .tc-wp-tool-root .load-more-container{
            display: flex;
            justify-content: center;
            margin-top: 2rem;
        }.wpc-scope-6 .tc-wp-tool-root .load-more-btn{
            cursor: pointer;
            border: none;
            padding: 1rem 2rem;
            border-radius: var(--border-radius-md);
            font-weight: 600;
            font-size: 1rem;
            background: var(--instagram-gradient);
            color: var(--text-light);
            transition: all 0.3s ease;
            box-shadow: var(--shadow-lg);
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }.wpc-scope-6 .tc-wp-tool-root .load-more-btn::after{
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }.wpc-scope-6 .tc-wp-tool-root .load-more-btn:hover::after{
            left: 100%;
        }.wpc-scope-6 .tc-wp-tool-root .load-more-btn:hover{
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }.wpc-scope-6 .tc-wp-tool-root .toast{
            position: fixed;
            bottom: -100px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--background-glass-strong);
            color: var(--text-primary);
            padding: 1rem 1.5rem;
            border-radius: var(--border-radius-md);
            box-shadow: var(--shadow-lg);
            z-index: 1000;
            transition: bottom 0.5s ease;
            font-weight: 500;
            border: 1px solid var(--border-color);
            backdrop-filter: blur(10px);
            font-size: 0.9rem;
        }.wpc-scope-6 .tc-wp-tool-root .toast.show{
            bottom: 2rem;
        }.wpc-scope-6 .tc-wp-tool-root .toast.error{
            background: var(--color-error);
            border-color: var(--color-error);
            color: var(--text-light);
        }.wpc-scope-6 .tc-wp-tool-root .toast.success{
            background: var(--color-success);
            border-color: var(--color-success);
            color: var(--text-light);
        }.wpc-scope-6 .tc-wp-tool-root .spinner{
            border: 2px solid var(--border-color);
            border-left-color: var(--color-primary);
            border-radius: 50%;
            width: 16px;
            height: 16px;
            animation: spin 1s linear infinite;
        }@keyframes backgroundFloat{
            0% {
                transform: translate(-5%, -5%) scale(1.1);
            }

            100% {
                transform: translate(5%, 5%) scale(1.1);
            }
        }@keyframes iconGlow{
            0% {
                filter: drop-shadow(0 8px 25px rgba(102, 126, 234, 0.4));
            }

            100% {
                filter: drop-shadow(0 8px 35px rgba(102, 126, 234, 0.6));
            }
        }@keyframes cardSlideIn{
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }@keyframes spin{
            to {
                transform: rotate(360deg);
            }
        }@media (max-width: 992px){.tc-wp-tool-root .wrapper-2xl{
        max-width: 960px; 
    }.tc-wp-tool-root .analytics-dashboard{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
        gap: 1rem;
    }.tc-wp-tool-root .follower-grid{
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
        gap: 1rem;
    }.tc-wp-tool-root .controls-section{
        padding: 1rem;
        flex-direction: column; 
        align-items: stretch;
    }.tc-wp-tool-root .filter-group{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }.tc-wp-tool-root .filter-select, .tc-wp-tool-root .search-box{
        width: 100%; 
        margin-top: 0.5rem;
    }.tc-wp-tool-root .follower-grid{
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1rem;
}}@media (max-width: 768px){.tc-wp-tool-root .instragram_body{
        padding: 0.5rem;
    }.tc-wp-tool-root .wrapper{
        padding: 0.5rem;
    }.tc-wp-tool-root .wrapper-lg, .tc-wp-tool-root .wrapper-md, .tc-wp-tool-root .wrapper-sm, .tc-wp-tool-root .wrapper-xl, .tc-wp-tool-root .wrapper-2xl{
        max-width: 100%; 
    }.tc-wp-tool-root .header{
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }.tc-wp-tool-root .header h1{
        font-size: 2rem; 
    }.tc-wp-tool-root .header-subtitle{
        font-size: 1rem;
        margin-bottom: 1rem;
    }.tc-wp-tool-root .professional-badge{
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }.tc-wp-tool-root .search-section{
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }.tc-wp-tool-root .search-form{
        flex-direction: column; 
        gap: 0.8rem;
    }.tc-wp-tool-root .search-input{
        width: 100%;
        padding: 0.8rem 1.2rem !important;
        font-size: 0.95rem !important;
    }.tc-wp-tool-root .search-btn{
        width: 100%;
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }.tc-wp-tool-root .analytics-dashboard{
        grid-template-columns: 1fr; 
        gap: 1rem;
    }.tc-wp-tool-root .analytics-card{
        padding: 1.5rem 1rem;
    }.tc-wp-tool-root .analytics-icon{
        font-size: 1.8rem;
    }.tc-wp-tool-root .analytics-value{
        font-size: 1.8rem;
    }.tc-wp-tool-root .analytics-label{
        font-size: 0.8rem;
    }.tc-wp-tool-root .controls-section{
        padding: 1rem;
        flex-direction: column;
        gap: 0.8rem;
    }.tc-wp-tool-root .filter-group{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }.tc-wp-tool-root .filter-select, .tc-wp-tool-root .search-box{
        width: 100%;
        margin-top: 0.5rem;
        padding: 0.6rem 1rem !important;
        font-size: 0.9rem !important;
    }.tc-wp-tool-root .results-header{
        padding: 1rem;
        margin-bottom: 0.8rem;
        flex-direction: column; 
        align-items: flex-start;
        gap: 0.5rem;
    }.tc-wp-tool-root .results-title{
        font-size: 1.1rem;
    }.tc-wp-tool-root .results-count{
        font-size: 0.85rem;
    }.tc-wp-tool-root .follower-grid{
        grid-template-columns: 1fr; 
        gap: 1rem;
    }.tc-wp-tool-root .follower-card{
        padding: 1rem;
    }.tc-wp-tool-root .follower-header{
        flex-direction: column; 
        text-align: center;
        gap: 0.8rem;
        margin-bottom: 1rem;
    }.tc-wp-tool-root .follower-avatar{
        width: 50px;
        height: 50px;
        padding: 2px;
    }.tc-wp-tool-root .follower-avatar-fallback{
        font-size: 1.3rem;
    }.tc-wp-tool-root .follower-info{
        display: flex;
        flex-direction: column;
        align-items: center;
    }.tc-wp-tool-root .follower-name{
        font-size: 1rem;
        margin-bottom: 0.15rem;
    }.tc-wp-tool-root .verified-badge{
        font-size: 0.8rem;
        padding: 2px 5px;
    }.tc-wp-tool-root .follower-username{
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }.tc-wp-tool-root .follower-stats{
        flex-wrap: wrap; 
        justify-content: center;
        padding: 0.8rem;
    }.tc-wp-tool-root .stat-item{
        flex-basis: 45%; 
        margin-bottom: 0.5rem;
    }.tc-wp-tool-root .stat-item::after{
        display: none; 
    }.tc-wp-tool-root .stat-value{
        font-size: 0.9rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.7rem;
    }.tc-wp-tool-root .load-more-btn{
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }.tc-wp-tool-root .toast{
        bottom: 1rem;
        padding: 0.8rem 1.2rem;
        font-size: 0.85rem;
        max-width: 90%; 
    }}@media (max-width: 600px){.tc-wp-tool-root .header h1{
        font-size: 1.8rem;
    }.tc-wp-tool-root .header-subtitle{
        font-size: 0.9rem;
    }.tc-wp-tool-root .professional-badge{
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }.tc-wp-tool-root .search-input, .tc-wp-tool-root .search-btn{
        padding: 0.7rem 1rem !important;
        font-size: 0.9rem !important;
    }.tc-wp-tool-root .analytics-icon{
        font-size: 1.6rem;
    }.tc-wp-tool-root .analytics-value{
        font-size: 1.6rem;
    }.tc-wp-tool-root .analytics-label{
        font-size: 0.75rem;
    }.tc-wp-tool-root .filter-select, .tc-wp-tool-root .search-box{
        padding: 0.5rem 0.8rem !important;
        font-size: 0.85rem !important;
    }.tc-wp-tool-root .results-title{
        font-size: 1rem;
    }.tc-wp-tool-root .results-count{
        font-size: 0.8rem;
    }.tc-wp-tool-root .follower-avatar{
        width: 45px;
        height: 45px;
    }.tc-wp-tool-root .follower-avatar-fallback{
        font-size: 1.2rem;
    }.tc-wp-tool-root .follower-name{
        font-size: 0.95rem;
    }.tc-wp-tool-root .follower-username{
        font-size: 0.8rem;
    }.tc-wp-tool-root .stat-value{
        font-size: 0.85rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.65rem;
    }.tc-wp-tool-root .load-more-btn{
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }.tc-wp-tool-root .toast{
        padding: 0.7rem 1rem;
        font-size: 0.8rem;
    }}@media (max-width: 400px){.tc-wp-tool-root .header h1{
        font-size: 1.6rem;
    }.tc-wp-tool-root .header-subtitle{
        font-size: 0.85rem;
    }.tc-wp-tool-root .professional-badge{
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }.tc-wp-tool-root .search-input, .tc-wp-tool-root .search-btn{
        padding: 0.6rem 0.8rem !important;
        font-size: 0.85rem !important;
    }.tc-wp-tool-root .analytics-icon{
        font-size: 1.4rem;
    }.tc-wp-tool-root .analytics-value{
        font-size: 1.4rem;
    }.tc-wp-tool-root .analytics-label{
        font-size: 0.7rem;
    }.tc-wp-tool-root .filter-select, .tc-wp-tool-root .search-box{
        padding: 0.4rem 0.6rem !important;
        font-size: 0.8rem !important;
    }.tc-wp-tool-root .results-title{
        font-size: 0.95rem;
    }.tc-wp-tool-root .results-count{
        font-size: 0.75rem;
    }.tc-wp-tool-root .follower-avatar{
        width: 40px;
        height: 40px;
    }.tc-wp-tool-root .follower-avatar-fallback{
        font-size: 1rem;
    }.tc-wp-tool-root .follower-name{
        font-size: 0.9rem;
    }.tc-wp-tool-root .verified-badge{
        font-size: 0.7rem;
        padding: 1px 4px;
    }.tc-wp-tool-root .follower-username{
        font-size: 0.75rem;
    }.tc-wp-tool-root .stat-value{
        font-size: 0.8rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.6rem;
    }.tc-wp-tool-root .load-more-btn{
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }.tc-wp-tool-root .toast{
        padding: 0.6rem 0.8rem;
        font-size: 0.75rem;
    }}@media (max-width: 375px){.tc-wp-tool-root .header h1{
        font-size: 1.5rem;
    }.tc-wp-tool-root .header-subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .professional-badge{
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }.tc-wp-tool-root .search-input, .tc-wp-tool-root .search-btn{
        padding: 0.5rem 0.7rem !important;
        font-size: 0.8rem !important;
    }.tc-wp-tool-root .analytics-icon{
        font-size: 1.2rem;
    }.tc-wp-tool-root .analytics-value{
        font-size: 1.2rem;
    }.tc-wp-tool-root .analytics-label{
        font-size: 0.65rem;
    }.tc-wp-tool-root .filter-select, .tc-wp-tool-root .search-box{
        padding: 0.3rem 0.5rem !important;
        font-size: 0.75rem !important;
    }.tc-wp-tool-root .results-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .results-count{
        font-size: 0.7rem;
    }.tc-wp-tool-root .follower-avatar{
        width: 35px;
        height: 35px;
    }.tc-wp-tool-root .follower-avatar-fallback{
        font-size: 0.9rem;
    }.tc-wp-tool-root .follower-name{
        font-size: 0.85rem;
    }.tc-wp-tool-root .verified-badge{
        font-size: 0.65rem;
        padding: 1px 3px;
    }.tc-wp-tool-root .follower-username{
        font-size: 0.7rem;
    }.tc-wp-tool-root .stat-value{
        font-size: 0.75rem;
    }.tc-wp-tool-root .stat-label{
        font-size: 0.55rem;
    }.tc-wp-tool-root .load-more-btn{
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
    }.tc-wp-tool-root .toast{
        padding: 0.5rem 0.7rem;
        font-size: 0.7rem;
    }}