@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-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-13 .tc-wp-tool-root img, .wpc-scope-13 .tc-wp-tool-root video, .wpc-scope-13 .tc-wp-tool-root svg, .wpc-scope-13 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-13 .tc-wp-tool-root button, .wpc-scope-13 .tc-wp-tool-root html input[type="button"], .wpc-scope-13 .tc-wp-tool-root input[type="reset"], .wpc-scope-13 .tc-wp-tool-root input[type="submit"]{
            padding: 0px;
        }.wpc-scope-13 .tc-wp-tool-root *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }@keyframes gradientShift{
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }.wpc-scope-13 .tc-wp-tool-root .main-contain{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	background: linear-gradient(135deg, #becef5 0%, #abb8e8 50%, #d4d5f7 100%);
	min-height: 100vh;
	line-height: 1.6;
	max-width: 1200px;
	margin: 30px auto;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}.wpc-scope-13 .tc-wp-tool-root .wrapper{
	width: 100%;
	margin: 20px auto;
	padding: 50px;
	border-radius: 24px;
	background: linear-gradient(135deg, #2442c6 0%, #152993 25%, #171f93 50%, #203fb5 75%, #2c2ed7 100%);
	color: #ffffff;
	text-align: center;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(20px);
}.wpc-scope-13 .tc-wp-tool-root .wrapper::before{
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            animation: rotate 20s linear infinite;
            pointer-events: none;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper::after{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.15), transparent 50%), 
                        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.1), transparent 50%);
            pointer-events: none;
        }@keyframes rotate{
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .main-title h1{
            font-size: 42px;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 25px;
            letter-spacing: -1px;
            text-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
            position: relative;
            z-index: 2;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .main-title .highlight h1{
            background: linear-gradient(45deg, #ffd700, #ffed4e, #ffd700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            display: inline-block;
            animation: shimmer 2s ease-in-out infinite;
        }@keyframes shimmer{
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .main-title .highlight::after{
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(45deg, #ffd700, #ffed4e);
            border-radius: 2px;
            box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .description{
            font-size: 19px;
            margin: 25px 0 35px;
            line-height: 1.8;
            font-weight: 400;
            opacity: 0.95;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 2;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area{
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.08);
            padding: 35px 30px;
            border-radius: 24px;
            gap: 20px;
            margin: 0 auto;
            max-width: 100%;
            flex-wrap: wrap;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
            position: relative;
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.15);
            z-index: 2;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-icon{
            font-size: 18px;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 600;
            width: 100%;
            text-align: left;
            margin-bottom: 18px;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area input{
            flex-grow: 1;
            padding: 20px 25px;
            font-size: 18px;
            border: 2px solid rgba(255, 255, 255, 0.2);
            outline: none;
            min-width: 200px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 18px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            color: #ffffff;
            font-weight: 500;
            backdrop-filter: blur(10px);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area input::placeholder{
            color: rgba(255, 255, 255, 0.7);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area input:focus{
            background: rgba(255, 255, 255, 0.1);
            border-color: #ffd700;
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .error-container{
            margin-top: 25px;
            position: absolute;
            bottom: -60px;
            left: 20px;
            right: 20px;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper #error-message{
            color: #ff6b6b;
            margin-top: 25px;
            display: none;
            font-weight: 600;
            text-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn, .wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn{
            border: none;
            border-radius: 18px;
            padding: 20px 30px;
            cursor: pointer;
            font-weight: 700;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 17px;
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn{
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
            color: #ffffff;
            border: 2px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-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-13 .tc-wp-tool-root .wrapper .paste-btn:hover::before{
            left: 100%;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn:hover{
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn{
            background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
            color: #1a1a1a;
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            position: relative;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn::before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
            opacity: 0;
            transition: opacity 0.3s;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn:hover::before{
            opacity: 1;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn:hover{
            background: linear-gradient(135deg, #ffed4e 0%, #ffd700 50%, #ffed4e 100%);
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 20px 40px rgba(255, 215, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-13 .tc-wp-tool-root .ad-space{
            display: none;
        }@keyframes gradientBorder{
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }.wpc-scope-13 .tc-wp-tool-root .ad-inner{
            border-radius: 12px;
            overflow: hidden;
            background-color: #fff;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            animation: floatAd 5s ease-in-out infinite;
        }@keyframes floatAd{

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-5px);
            }
        }.wpc-scope-13 .tc-wp-tool-root .ad-placeholder{
            display: block;
            position: relative;
            text-decoration: none;
            color: inherit;
        }.wpc-scope-13 .tc-wp-tool-root .ad-placeholder::before{
            content: "Sponsored";
            position: absolute;
            top: 12px;
            left: 12px;
            background-color: #fff;
            color: #ec407a;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 5px;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
            animation: pulseTag 2s infinite;
            z-index: 2;
        }@keyframes pulseTag{
            0% {
                transform: scale(1);
                opacity: 1;
            }

            50% {
                transform: scale(1.05);
                opacity: 0.85;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }.wpc-scope-13 .tc-wp-tool-root .ad-image{
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.4s ease;
        }.wpc-scope-13 .tc-wp-tool-root .ad-placeholder:hover .ad-image{
            animation: wiggle 0.4s ease;
            transform: scale(1.04);
        }@keyframes wiggle{
            0% {
                transform: rotate(0deg);
            }

            25% {
                transform: rotate(1.5deg);
            }

            50% {
                transform: rotate(-1.5deg);
            }

            75% {
                transform: rotate(1.5deg);
            }

            100% {
                transform: rotate(0deg);
            }
        }.wpc-scope-13 .tc-wp-tool-root .note{
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 15px;
            font-style: italic;
        }.wpc-scope-13 .tc-wp-tool-root .tools-result{
            width: 100%;
            margin-top: 60px;
        }.wpc-scope-13 .tc-wp-tool-root .ig-result{
            margin-top: 30px;
            background: white;
            border-radius: 20px;
            padding: 30px;
            color: #333;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            animation: fadeIn 0.5s ease-out;
        }.wpc-scope-13 .tc-wp-tool-root .ig-profile-header{
            margin-bottom: 40px;
            position: relative;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
            border-radius: 28px;
            padding: 40px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
            overflow: hidden;
            animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }.wpc-scope-13 .tc-wp-tool-root .ig-profile-header::before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
            pointer-events: none;
        }.wpc-scope-13 .tc-wp-tool-root .profile-header-content{
            display: flex;
            align-items: center;
            gap: 35px;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
        }.wpc-scope-13 .tc-wp-tool-root .profile-image-container{
            position: relative;
            flex-shrink: 0;
        }.wpc-scope-13 .tc-wp-tool-root .profile-image{
            width: 160px;
            height: 160px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid rgba(255, 255, 255, 0.8);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            background: linear-gradient(135deg, #667eea, #764ba2);
            padding: 3px;
            min-height: 160px;
            min-width: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.8);
            font-size: 70px;
        }.wpc-scope-13 .tc-wp-tool-root .profile-image:hover{
            transform: scale(1.05);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
        }.wpc-scope-13 .tc-wp-tool-root .view-profile-img{
            position: absolute;
            bottom: 8px;
            right: 8px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border: none;
            border-radius: 50%;
            width: 42px;
            height: 42px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3);
            z-index: 5;
        }.wpc-scope-13 .tc-wp-tool-root .view-profile-img:hover{
            transform: scale(1.1) rotate(15deg);
            background-color: #1a75c6;
        }.wpc-scope-13 .tc-wp-tool-root .profile-info{
            flex: 1;
            text-align: left;
            min-width: 250px;
        }.wpc-scope-13 .tc-wp-tool-root .profile-info .username-text{
            font-size: 28px;
            margin: 0 0 8px;
            font-weight: 800;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 10px rgba(102, 126, 234, 0.2);
        }.wpc-scope-13 .tc-wp-tool-root .profile-info .fullname-text{
            font-size: 20px;
            margin: 0 0 20px;
            font-weight: 600;
            color: #475569;
            opacity: 0.9;
        }.wpc-scope-13 .tc-wp-tool-root .stats{
            display: flex;
            gap: 25px;
            margin: 15px 0;
        }.wpc-scope-13 .tc-wp-tool-root .stat-item{
            display: flex;
            flex-direction: column;
            align-items: center;
        }.wpc-scope-13 .tc-wp-tool-root .stat-value{
            font-size: 20px;
            font-weight: 700;
            color: #1e293b;
        }.wpc-scope-13 .tc-wp-tool-root .stat-label{
            font-size: 14px;
            color: #64748b;
            margin-top: 3px;
        }.wpc-scope-13 .tc-wp-tool-root .profile-bio{
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid #e2e8f0;
            text-align: left;
            color: #475569;
            line-height: 1.6;
        }.wpc-scope-13 .tc-wp-tool-root .profile-link{
            display: inline-flex;
            align-items: center;
            gap: 5px;
            color: #1e88e5;
            text-decoration: none;
            font-weight: 500;
            margin-top: 10px;
            transition: all 0.3s;
        }.wpc-scope-13 .tc-wp-tool-root .profile-link:hover{
            color: #1a75c6;
            text-decoration: underline;
        }.wpc-scope-13 .tc-wp-tool-root .ig-tabs{
            display: flex;
            justify-content: center;
            margin: 30px 0;
            gap: 15px;
            flex-wrap: wrap;
        }.wpc-scope-13 .tc-wp-tool-root .ig-tabs button{
            background: #f8fafc;
            color: #64748b;
            border: none;
            font-weight: 600;
            font-size: 15px;
            padding: 12px 24px;
            cursor: pointer;
            border-radius: 50px;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }.wpc-scope-13 .tc-wp-tool-root .ig-tabs button i{
            font-size: 16px;
        }.wpc-scope-13 .tc-wp-tool-root .ig-tabs button.active{
            background: linear-gradient(135deg, #1e88e5, #ec407a);
            color: white;
            box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3);
            transform: translateY(-2px);
        }.wpc-scope-13 .tc-wp-tool-root .ig-tabs button:hover:not(.active){
            background: #f1f5f9;
            color: #334155;
            transform: translateY(-2px);
        }.wpc-scope-13 .tc-wp-tool-root .tab-content{
            padding: 20px;
            text-align: center;
            color: #666;
            display: none;
        }.wpc-scope-13 .tc-wp-tool-root .tab-content.active{
            display: block;
        }.wpc-scope-13 .tc-wp-tool-root .no-result{
            border: 1px dashed #cbd5e1;
            padding: 30px 20px;
            margin-top: 30px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            border-radius: 12px;
            color: #64748b;
            background: #f8fafc;
        }.wpc-scope-13 .tc-wp-tool-root .no-result i{
            font-size: 48px;
            color: #cbd5e1;
            margin-bottom: 15px;
            display: block;
        }.wpc-scope-13 .tc-wp-tool-root .private-account-message{
            background-color: rgba(229, 57, 53, 0.1);
            color: #e53935;
            padding: 20px;
            border-radius: 12px;
            margin-top: 20px;
            text-align: center;
            font-weight: 500;
            border: 1px solid rgba(229, 57, 53, 0.2);
            animation: fadeIn 0.5s ease-out;
        }.wpc-scope-13 .tc-wp-tool-root .private-account-message i{
            margin-right: 8px;
            font-size: 18px;
        }.wpc-scope-13 .tc-wp-tool-root .posts-grid{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 25px;
        }.wpc-scope-13 .tc-wp-tool-root .post-card{
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s;
            border: 1px solid #f1f5f9;
            animation: slideUp 0.5s ease-out;
            animation-fill-mode: both;
        }.wpc-scope-13 .tc-wp-tool-root .post-card:hover{
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }.wpc-scope-13 .tc-wp-tool-root .post-img-container{
            position: relative;
            overflow: hidden;
            aspect-ratio: 1 / 1;
        }.wpc-scope-13 .tc-wp-tool-root .post-thumb{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s;
        }.wpc-scope-13 .tc-wp-tool-root .post-overlay{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            transition: opacity 0.3s ease;
            z-index: 3;
        }.wpc-scope-13 .tc-wp-tool-root .post-img-container:hover .post-overlay{
            opacity: 1;
        }.wpc-scope-13 .tc-wp-tool-root .post-img-container:hover .post-thumb{
            transform: scale(1.08);
        }.wpc-scope-13 .tc-wp-tool-root .post-download-btn, .wpc-scope-13 .tc-wp-tool-root .post-view-btn{
            background: white;
            color: #ec407a;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-size: 16px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }.wpc-scope-13 .tc-wp-tool-root .post-download-btn:hover, .wpc-scope-13 .tc-wp-tool-root .post-view-btn:hover{
            transform: scale(1.1) translateY(-3px);
            box-shadow: 0 8px 20px rgba(30, 136, 229, 0.15);
        }.wpc-scope-13 .tc-wp-tool-root .post-download-btn:hover{
            background: #1e88e5;
            color: white;
        }.wpc-scope-13 .tc-wp-tool-root .post-view-btn{
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 20px;
        }.wpc-scope-13 .tc-wp-tool-root .post-view-btn:hover{
            background: white;
            transform: scale(1.1);
        }.wpc-scope-13 .tc-wp-tool-root .post-meta{
            padding: 20px;
        }.wpc-scope-13 .tc-wp-tool-root .post-stats, .wpc-scope-13 .tc-wp-tool-root .reel-stats{
            background: linear-gradient(135deg, rgba(30, 136, 229, 0.15), rgba(236, 64, 122, 0.15));
            padding: 8px 12px;
            border-radius: 12px;
            border: 1px solid rgba(30, 136, 229, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }.wpc-scope-13 .tc-wp-tool-root .post-stats span, .wpc-scope-13 .tc-wp-tool-root .reel-stats span{
            color: #1e293b;
            font-weight: 600;
            font-size: 13px;
        }.wpc-scope-13 .tc-wp-tool-root .post-stats span i, .wpc-scope-13 .tc-wp-tool-root .reel-stats span i{
            color: #ec407a;
            margin-right: 4px;
        }.wpc-scope-13 .tc-wp-tool-root .post-stats{
            display: flex;
            gap: 15px;
            margin-bottom: 10px;
        }.wpc-scope-13 .tc-wp-tool-root .post-stats span{
            font-size: 14px;
            color: #64748b;
            display: flex;
            align-items: center;
            gap: 5px;
        }.wpc-scope-13 .tc-wp-tool-root .post-stats span i{
            color: #ec407a;
        }.wpc-scope-13 .tc-wp-tool-root .post-meta .caption{
            font-size: 15px;
            color: #334155;
            margin-bottom: 10px;
            line-height: 1.5;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }.wpc-scope-13 .tc-wp-tool-root .post-meta .time{
            font-size: 13px;
            color: #94a3b8;
            display: block;
            font-weight: 400;
        }.wpc-scope-13 .tc-wp-tool-root .post-stats-row{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }.wpc-scope-13 .tc-wp-tool-root .stories-container{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 25px;
        }.wpc-scope-13 .tc-wp-tool-root .story-card{
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            border: 1px solid #f1f5f9;
        }.wpc-scope-13 .tc-wp-tool-root .story-card:hover{
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }.wpc-scope-13 .tc-wp-tool-root .story-img-container{
            position: relative;
            overflow: hidden;
            aspect-ratio: 9 / 16;
        }.wpc-scope-13 .tc-wp-tool-root .story-thumb{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s;
        }.wpc-scope-13 .tc-wp-tool-root .story-overlay{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: all 0.3s;
            gap: 15px;
            flex-direction: column;
        }.wpc-scope-13 .tc-wp-tool-root .story-img-container:hover .story-overlay{
            opacity: 1;
        }.wpc-scope-13 .tc-wp-tool-root .story-img-container:hover .story-thumb{
            transform: scale(1.05);
        }.wpc-scope-13 .tc-wp-tool-root .story-download-btn, .wpc-scope-13 .tc-wp-tool-root .story-view-btn{
            background: white;
            color: #1e293b;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-size: 16px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            padding: 0px;
        }.wpc-scope-13 .tc-wp-tool-root .story-download-btn:hover, .wpc-scope-13 .tc-wp-tool-root .story-view-btn:hover{
            transform: scale(1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }.wpc-scope-13 .tc-wp-tool-root .story-download-btn:hover{
            background: #8e24aa;
            color: white;
        }.wpc-scope-13 .tc-wp-tool-root .story-view-btn:hover{
            background: #f8bbd0;
            color: #8e24aa;
        }.wpc-scope-13 .tc-wp-tool-root .story-meta{
            padding: 12px;
            text-align: center;
        }.wpc-scope-13 .tc-wp-tool-root .story-meta .time{
            font-size: 13px;
            color: #94a3b8;
            font-weight: 400;
        }.wpc-scope-13 .tc-wp-tool-root .story-stats-row{
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(135deg, rgba(236, 64, 122, 0.1), rgba(30, 136, 229, 0.1));
            padding: 6px 10px;
            border-radius: 8px;
            border: 1px solid rgba(236, 64, 122, 0.2);
        }.wpc-scope-13 .tc-wp-tool-root .story-stats-row .time{
            color: #64748b;
            font-weight: 500;
        }.wpc-scope-13 .tc-wp-tool-root .story-stats-row{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }.wpc-scope-13 .tc-wp-tool-root .highlights-container{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 20px;
            margin-top: 25px;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-card{
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            border: 1px solid #f1f5f9;
            cursor: pointer;
            padding: 15px 10px;
            text-align: center;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-card:hover{
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }.wpc-scope-13 .tc-wp-tool-root .highlight-img-container{
            position: relative;
            overflow: hidden;
            aspect-ratio: 1 / 1;
            border-radius: 50%;
            width: 120px;
            height: 120px;
            margin: 0 auto 10px;
            border: 3px solid #e53935;
            background: linear-gradient(to bottom right, #1e88e5, #ec407a);
            padding: 3px;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-thumb{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s;
            border-radius: 50%;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-meta{
            padding: 5px;
            text-align: center;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-title{
            font-size: 14px;
            color: #334155;
            font-weight: 600;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-overlay{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: opacity 0.3s;
            display: flex;
            justify-content: center;
            align-items: center;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-img-container:hover .highlight-overlay{
            opacity: 1;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-view-btn{
            background-color: white;
            color: #1e88e5;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: transform 0.2s;
        }.wpc-scope-13 .tc-wp-tool-root .highlight-view-btn:hover{
            transform: scale(1.1);
        }.wpc-scope-13 .tc-wp-tool-root .reels-grid{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 25px;
        }.wpc-scope-13 .tc-wp-tool-root .reel-card{
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s;
            border: 1px solid #f1f5f9;
        }.wpc-scope-13 .tc-wp-tool-root .reel-card:hover{
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }.wpc-scope-13 .tc-wp-tool-root .reel-img-container{
            position: relative;
            overflow: hidden;
            aspect-ratio: 9 / 16;
        }.wpc-scope-13 .tc-wp-tool-root .reel-thumb{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s;
        }.wpc-scope-13 .tc-wp-tool-root .reel-overlay{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: all 0.3s;
            gap: 15px;
            flex-direction: column;
        }.wpc-scope-13 .tc-wp-tool-root .reel-img-container:hover .reel-overlay{
            opacity: 1;
        }.wpc-scope-13 .tc-wp-tool-root .reel-img-container:hover .reel-thumb{
            transform: scale(1.05);
        }.wpc-scope-13 .tc-wp-tool-root .reel-download-btn, .wpc-scope-13 .tc-wp-tool-root .reel-view-btn{
            background: white;
            color: #1e88e5;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-size: 16px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }.wpc-scope-13 .tc-wp-tool-root .reel-download-btn:hover{
            background: #1e88e5;
            color: white;
        }.wpc-scope-13 .tc-wp-tool-root .reel-view-btn:hover{
            background: #ec407a;
            color: #fff;
        }.wpc-scope-13 .tc-wp-tool-root .reel-meta{
            padding: 20px;
        }.wpc-scope-13 .tc-wp-tool-root .reel-meta .caption{
            font-size: 15px;
            color: #334155;
            margin-bottom: 10px;
            line-height: 1.5;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }.wpc-scope-13 .tc-wp-tool-root .reel-stats, .wpc-scope-13 .tc-wp-tool-root .post-stats{
            background: linear-gradient(135deg, rgba(30, 136, 229, 0.15), rgba(236, 64, 122, 0.15));
            padding: 8px 12px;
            border-radius: 12px;
            border: 1px solid rgba(30, 136, 229, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }.wpc-scope-13 .tc-wp-tool-root .reel-stats span, .wpc-scope-13 .tc-wp-tool-root .post-stats span{
            color: #1e293b;
            font-weight: 600;
            font-size: 13px;
        }.wpc-scope-13 .tc-wp-tool-root .reel-stats span i, .wpc-scope-13 .tc-wp-tool-root .post-stats span i{
            color: #ec407a;
            margin-right: 4px;
        }.wpc-scope-13 .tc-wp-tool-root .reel-stats{
            display: flex;
            gap: 15px;
            margin-bottom: 8px;
        }.wpc-scope-13 .tc-wp-tool-root .reel-stats span{
            font-size: 13px;
            color: #64748b;
            display: flex;
            align-items: center;
            gap: 5px;
        }.wpc-scope-13 .tc-wp-tool-root .reel-stats span i{
            color: #8e24aa;
        }.wpc-scope-13 .tc-wp-tool-root .reel-meta .time{
            font-size: 13px;
            color: #94a3b8;
            display: block;
            font-weight: 400;
        }.wpc-scope-13 .tc-wp-tool-root .reel-stats-row{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }.wpc-scope-13 .tc-wp-tool-root .post-video, .wpc-scope-13 .tc-wp-tool-root .story-video, .wpc-scope-13 .tc-wp-tool-root .reel-video{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 2;
        }.wpc-scope-13 .tc-wp-tool-root .post-fullscreen-btn, .wpc-scope-13 .tc-wp-tool-root .story-fullscreen-btn, .wpc-scope-13 .tc-wp-tool-root .reel-fullscreen-btn{
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
            z-index: 4;
        }.wpc-scope-13 .tc-wp-tool-root .post-fullscreen-btn:hover, .wpc-scope-13 .tc-wp-tool-root .story-fullscreen-btn:hover, .wpc-scope-13 .tc-wp-tool-root .reel-fullscreen-btn:hover{
            background: white;
            transform: scale(1.1);
        }.wpc-scope-13 .tc-wp-tool-root .media-type-indicator{
            position: absolute;
            top: 8px;
            left: 8px;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            border-radius: 4px;
            padding: 4px 8px;
            font-size: 11px;
            font-weight: bold;
            z-index: 5;
            display: flex;
            align-items: center;
            gap: 4px;
            pointer-events: none;
        }.wpc-scope-13 .tc-wp-tool-root .video-indicator{
            background-color: rgba(220, 53, 69, 0.9);
        }.wpc-scope-13 .tc-wp-tool-root .image-indicator{
            background-color: rgba(13, 110, 253, 0.9);
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-profile-img-modal{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10000;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-profile-img-modal.active{
            opacity: 1;
            visibility: visible;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-backdrop{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            cursor: pointer;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-content{
            position: relative;
            max-width: 90vw;
            max-height: 90vh;
            background-color: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            transform: scale(0.8);
            transition: transform 0.3s ease;
            z-index: 10001;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-profile-img-modal.active .ipgv-modal-content{
            transform: scale(1);
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-img{
            display: block;
            width: 100%;
            max-width: 500px;
            height: auto;
            max-height: 70vh;
            object-fit: contain;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-actions{
            display: flex;
            justify-content: center;
            padding: 20px;
            background-color: #f8f9fa;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-download-btn{
            background-color: #1e88e5;
            color: white;
            border: none;
            border-radius: 8px;
            padding: 12px 24px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-download-btn:hover{
            background-color: #1a75c6;
            transform: translateY(-1px);
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-close-modal{
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: rgba(0, 0, 0, 0.6);
            color: white;
            border: none;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.2s ease;
            z-index: 10002;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-close-modal:hover{
            background-color: rgba(0, 0, 0, 0.8);
            transform: scale(1.1);
        }.wpc-scope-13 .tc-wp-tool-root body.ipgv-modal-open{
            overflow: hidden;
        }.wpc-scope-13 .tc-wp-tool-root .reel-img-container .reel-overlay{
            opacity: 1;
        }.wpc-scope-13 .tc-wp-tool-root .reel-img-container .reel-view-btn{
            opacity: 1;
            visibility: visible;
        }.wpc-scope-13 .tc-wp-tool-root .reel-img-container .reel-fullscreen-btn{
            opacity: 1;
            visibility: visible;
            display: flex;
        }.wpc-scope-13 .tc-wp-tool-root .reel-img-container:hover .reel-overlay{
            opacity: 1;
        }.wpc-scope-13 .tc-wp-tool-root .reel-video.playing{
            display: block;
        }.wpc-scope-13 .tc-wp-tool-root .reel-thumb.hidden{
            display: none;
        }@keyframes shimmer{
            0% {
                background-position: -1000px 0;
            }

            100% {
                background-position: 1000px 0;
            }
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-profile{
            width: 100%;
            animation: fadeIn 0.5s ease-out;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-profile-header{
            display: flex;
            gap: 30px;
            padding: 30px;
            background: #f9fafb;
            border-radius: 16px;
            margin-bottom: 20px;
            border: 1px solid #f1f5f9;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-avatar{
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            flex-shrink: 0;
            border: 4px solid white;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-profile-info{
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-username{
            height: 28px;
            width: 180px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 6px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-fullname{
            height: 20px;
            width: 140px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 6px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-stats{
            display: flex;
            gap: 25px;
            margin-top: 10px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-stat{
            height: 40px;
            width: 60px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 6px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-bio{
            height: 60px;
            width: 100%;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 6px;
            margin-bottom: 30px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-tabs{
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 30px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-tab{
            height: 40px;
            width: 100px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 50px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-posts-grid{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-post{
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #f1f5f9;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-post-img{
            aspect-ratio: 1 / 1;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-post-meta{
            padding: 20px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-post-stats{
            display: flex;
            gap: 15px;
            margin-bottom: 10px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-post-stat{
            height: 16px;
            width: 60px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-post-caption{
            height: 16px;
            width: 100%;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
            margin-bottom: 8px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-post-caption-short{
            height: 16px;
            width: 70%;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
            margin-bottom: 10px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-post-time{
            height: 14px;
            width: 80px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
        }.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn, .wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn{
	border: none !important;
	border-radius: 18px;
	padding: 20px 30px;
	cursor: pointer;
	font-weight: 700;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 17px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area input{
	flex-grow: 1;
	padding: 20px 25px;
	font-size: 18px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	outline: none;
	min-width: 200px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 18px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	color: #ffffff;
	font-weight: 500;
	backdrop-filter: blur(10px);
	margin-bottom: 14px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-stories-container{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 20px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-story{
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border: 1px solid #f1f5f9;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-story-img{
            aspect-ratio: 9 / 16;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-story-meta{
            padding: 12px;
            text-align: center;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-story-time{
            height: 14px;
            width: 80px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
            margin: 0 auto;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-highlights-container{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 20px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-highlight{
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border: 1px solid #f1f5f9;
            padding: 15px 10px;
            text-align: center;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-highlight-img{
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            margin: 0 auto 10px;
            border: 3px solid #e53935;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-highlight-title{
            height: 16px;
            width: 80px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
            margin: 0 auto;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reels-grid{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 25px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reel{
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #f1f5f9;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reel-img{
            aspect-ratio: 9 / 16;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reel-meta{
            padding: 20px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reel-caption{
            height: 16px;
            width: 100%;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
            margin-bottom: 8px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reel-caption-short{
            height: 16px;
            width: 70%;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
            margin-bottom: 10px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reel-stats{
            display: flex;
            gap: 15px;
            margin-bottom: 8px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reel-stat{
            height: 16px;
            width: 60px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
        }.wpc-scope-13 .tc-wp-tool-root .skeleton-reel-time{
            height: 14px;
            width: 80px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: shimmer 2s infinite linear;
            border-radius: 4px;
        }@keyframes fadeIn{
            from {
                opacity: 0;
            }

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

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }@keyframes spin{
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }@media (max-width: 768px){.tc-wp-tool-root .main-contain{
                padding: 15px;
            }.tc-wp-tool-root .wrapper{
                padding: 30px 20px;
                margin: 15px auto;
                border-radius: 20px;
            }.tc-wp-tool-root .wrapper .ig-header .main-title{
                font-size: 28px;
                margin-bottom: 20px;
            }.tc-wp-tool-root .wrapper .ig-header .description{
                font-size: 16px;
                margin: 20px 0 25px;
            }.tc-wp-tool-root .wrapper .ig-input-area{
                padding: 25px 20px;
                flex-direction: column;
                gap: 15px;
            }.tc-wp-tool-root .wrapper .ig-icon{
                width: 100%;
                text-align: left;
                margin-left: 0;
                font-size: 16px;
                margin-bottom: 15px;
            }.tc-wp-tool-root .wrapper .ig-input-area input{
                margin: 0 0 15px 0;
                width: 100%;
                min-width: 100%;
                padding: 18px 22px;
                font-size: 16px;
            }.tc-wp-tool-root .wrapper .paste-btn{
                display: none;
            }.tc-wp-tool-root .wrapper .view-btn{
                width: 100%;
                justify-content: center;
                padding: 18px 25px;
                font-size: 16px;
            }.tc-wp-tool-root .profile-header-content{
                flex-direction: column;
                text-align: center;
                gap: 25px;
            }.tc-wp-tool-root .profile-image{
                width: 120px;
                height: 120px;
                min-height: 120px;
                min-width: 120px;
                font-size: 50px;
            }.tc-wp-tool-root .profile-info{
                text-align: center;
                min-width: auto;
            }.tc-wp-tool-root .profile-info .username-text{
                font-size: 24px;
            }.tc-wp-tool-root .profile-info .fullname-text{
                font-size: 18px;
            }}@media (max-width: 1024px) and (min-width: 769px){.tc-wp-tool-root .wrapper{
                padding: 40px 30px;
                margin: 18px auto;
            }.tc-wp-tool-root .wrapper .ig-header .main-title{
                font-size: 36px;
            }.tc-wp-tool-root .wrapper .ig-header .description{
                font-size: 18px;
            }.tc-wp-tool-root h1{
						color: #fff;
					}.tc-wp-tool-root .wrapper .ig-input-area{
                padding: 30px 25px;
            }.tc-wp-tool-root .wrapper .ig-input-area input{
                padding: 18px 22px;
                font-size: 17px;
            }.tc-wp-tool-root .wrapper .paste-btn, .tc-wp-tool-root .wrapper .view-btn{
                padding: 18px 25px;
                font-size: 16px;
            }.tc-wp-tool-root .profile-image{
                width: 140px;
                height: 140px;
                min-height: 140px;
                min-width: 140px;
                font-size: 60px;
            }}@media (max-width: 768px){.tc-wp-tool-root .stats{
                justify-content: center;
            }.tc-wp-tool-root .posts-grid{
                grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
                gap: 15px;
            }.tc-wp-tool-root .stories-container{
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }.tc-wp-tool-root .highlights-container{
                grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
            }.tc-wp-tool-root .reels-grid{
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }.tc-wp-tool-root .post-meta .caption, .tc-wp-tool-root .reel-meta .caption{
                font-size: 14px;
            }.tc-wp-tool-root .ig-tabs button{
                padding: 10px 16px;
                font-size: 14px;
            }.tc-wp-tool-root .ipgv-modal-content{
                max-width: 95vw;
                max-height: 85vh;
                margin: 20px;
            }.tc-wp-tool-root .ipgv-modal-img{
                max-height: 60vh;
            }.tc-wp-tool-root .ipgvmodal-actions{
                padding: 15px;
            }.tc-wp-tool-root .ipgv-modal-download-btn{
                padding: 10px 20px;
                font-size: 13px;
            }.tc-wp-tool-root .skeleton-profile-header{
                flex-direction: column;
                align-items: center;
            }.tc-wp-tool-root .skeleton-avatar{
                margin-bottom: 20px;
            }.tc-wp-tool-root .skeleton-username, .tc-wp-tool-root .skeleton-fullname{
                margin: 0 auto;
            }.tc-wp-tool-root .skeleton-stats{
                justify-content: center;
            }.tc-wp-tool-root .skeleton-posts-grid{
                grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            }.tc-wp-tool-root .skeleton-stories-container{
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }.tc-wp-tool-root .skeleton-highlights-container{
                grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
            }.tc-wp-tool-root .skeleton-reels-grid{
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }}.wpc-scope-13 .tc-wp-tool-root .ipgv-media-modal{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10000;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-media-modal.active{
            opacity: 1;
            visibility: visible;
        }.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-media{
            display: block;
            width: 100%;
            height: auto;
            border-radius: 8px;
        }@media (min-width: 992px){.tc-wp-tool-root .main-contain{
        padding: 25px;
        margin: 40px auto;
    }.tc-wp-tool-root .wrapper{
        padding: 60px;
        margin: 30px auto;
    }.tc-wp-tool-root .wrapper .ig-header .main-title{
        font-size: 48px;
    }.tc-wp-tool-root .wrapper .ig-header .description{
        font-size: 20px;
    }.tc-wp-tool-root .wrapper .ig-input-area{
        padding: 40px 35px;
    }.tc-wp-tool-root .wrapper .ig-input-area input{
        padding: 22px 30px;
        font-size: 19px;
    }.tc-wp-tool-root .wrapper .paste-btn, .tc-wp-tool-root .wrapper .view-btn{
        padding: 22px 35px;
        font-size: 18px;
    }.tc-wp-tool-root .profile-image{
        width: 170px;
        height: 170px;
        min-height: 170px;
        min-width: 170px;
        font-size: 75px;
    }.tc-wp-tool-root .profile-info .username-text{
        font-size: 30px;
    }.tc-wp-tool-root .profile-info .fullname-text{
        font-size: 21px;
    }.tc-wp-tool-root .posts-grid{
        grid-template-columns: repeat(3, 1fr); 
    }.tc-wp-tool-root .stories-container{
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }.tc-wp-tool-root .highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }.tc-wp-tool-root .reels-grid{
        grid-template-columns: repeat(3, 1fr); 
    }}@media (max-width: 991px) and (min-width: 769px){.tc-wp-tool-root .main-contain{
        padding: 20px;
        margin: 25px auto;
    }.tc-wp-tool-root .wrapper{
        padding: 45px 35px;
        margin: 20px auto;
    }.tc-wp-tool-root .wrapper .ig-header .main-title{
        font-size: 38px;
        margin-bottom: 22px;
    }.tc-wp-tool-root .wrapper .ig-header .description{
        font-size: 19px;
        margin: 22px 0 30px;
    }.tc-wp-tool-root .wrapper .ig-input-area{
        padding: 30px 25px;
        gap: 15px;
    }.tc-wp-tool-root .wrapper .ig-input-area input{
        padding: 18px 22px;
        font-size: 17px;
        margin-bottom: 12px;
    }.tc-wp-tool-root .wrapper .paste-btn, .tc-wp-tool-root .wrapper .view-btn{
        padding: 18px 25px;
        font-size: 16px;
        margin-bottom: 12px;
    }.tc-wp-tool-root .profile-header-content{
        gap: 30px;
    }.tc-wp-tool-root .profile-image{
        width: 150px;
        height: 150px;
        min-height: 150px;
        min-width: 150px;
        font-size: 65px;
    }.tc-wp-tool-root .view-profile-img{
        width: 38px;
        height: 38px;
        font-size: 14px;
    }.tc-wp-tool-root .profile-info .username-text{
        font-size: 26px;
    }.tc-wp-tool-root .profile-info .fullname-text{
        font-size: 19px;
    }.tc-wp-tool-root .stats{
        gap: 20px;
    }.tc-wp-tool-root .stat-value{
        font-size: 18px;
    }.tc-wp-tool-root .stat-label{
        font-size: 13px;
    }.tc-wp-tool-root .ig-tabs button{
        padding: 12px 20px;
        font-size: 14px;
        gap: 6px;
    }.tc-wp-tool-root .posts-grid{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }.tc-wp-tool-root .post-card{
        border-radius: 14px;
    }.tc-wp-tool-root .post-meta{
        padding: 18px;
    }.tc-wp-tool-root .post-stats span{
        font-size: 13px;
    }.tc-wp-tool-root .post-meta .caption{
        font-size: 14px;
    }.tc-wp-tool-root .story-card{
        border-radius: 14px;
    }.tc-wp-tool-root .stories-container{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 18px;
    }.tc-wp-tool-root .highlight-card{
        border-radius: 14px;
        padding: 12px 8px;
    }.tc-wp-tool-root .highlight-img-container{
        width: 100px;
        height: 100px;
        margin: 0 auto 8px;
    }.tc-wp-tool-root .highlight-title{
        font-size: 13px;
    }.tc-wp-tool-root .highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 18px;
    }.tc-wp-tool-root .reels-grid{
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }.tc-wp-tool-root .reel-card{
        border-radius: 14px;
    }.tc-wp-tool-root .reel-meta{
        padding: 18px;
    }.tc-wp-tool-root .reel-meta .caption{
        font-size: 14px;
    }.tc-wp-tool-root .ipgv-modal-content{
        max-width: 80vw;
        max-height: 80vh;
    }.tc-wp-tool-root .ipgv-modal-img{
        max-width: 450px;
        max-height: 65vh;
    }.tc-wp-tool-root .ipgv-modal-download-btn{
        padding: 10px 20px;
        font-size: 13px;
    }.tc-wp-tool-root .ipgv-close-modal{
        width: 32px;
        height: 32px;
        font-size: 15px;
    }.tc-wp-tool-root .skeleton-profile-header{
        padding: 25px;
    }.tc-wp-tool-root .skeleton-avatar{
        width: 130px;
        height: 130px;
    }.tc-wp-tool-root .skeleton-username{
        height: 26px;
        width: 160px;
    }.tc-wp-tool-root .skeleton-fullname{
        height: 18px;
        width: 120px;
    }.tc-wp-tool-root .skeleton-stats{
        gap: 20px;
    }.tc-wp-tool-root .skeleton-post-img{
        aspect-ratio: 1 / 1;
    }.tc-wp-tool-root .skeleton-posts-grid{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }.tc-wp-tool-root .skeleton-stories-container{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }.tc-wp-tool-root .skeleton-highlight-img{
        width: 70px;
        height: 70px;
    }.tc-wp-tool-root .skeleton-highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }.tc-wp-tool-root .skeleton-reels-grid{
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }}@media (max-width: 768px) and (min-width: 600px){.tc-wp-tool-root .main-contain{
        padding: 18px;
        margin: 20px auto;
        border-radius: 18px;
    }.tc-wp-tool-root .wrapper{
        padding: 35px 25px;
        margin: 15px auto;
        border-radius: 20px;
    }.tc-wp-tool-root .wrapper .ig-header .main-title{
        font-size: 32px;
        margin-bottom: 18px;
    }.tc-wp-tool-root .wrapper .ig-header .description{
        font-size: 17px;
        margin: 18px 0 28px;
    }.tc-wp-tool-root .wrapper .ig-input-area{
        padding: 28px 22px;
        flex-direction: column;
        gap: 12px;
    }.tc-wp-tool-root .wrapper .ig-icon{
        font-size: 16px;
        margin-bottom: 12px;
    }.tc-wp-tool-root .wrapper .ig-input-area input{
        margin: 0 0 12px 0;
        width: 100%;
        min-width: 100%;
        padding: 16px 20px;
        font-size: 16px;
    }.tc-wp-tool-root .wrapper .paste-btn{
        display: none; 
    }.tc-wp-tool-root .wrapper .view-btn{
        width: 100%;
        justify-content: center;
        padding: 16px 22px;
        font-size: 16px;
        margin-bottom: 0;
    }.tc-wp-tool-root .profile-header-content{
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }.tc-wp-tool-root .profile-image{
        width: 130px;
        height: 130px;
        min-height: 130px;
        min-width: 130px;
        font-size: 55px;
    }.tc-wp-tool-root .view-profile-img{
        width: 35px;
        height: 35px;
        font-size: 13px;
        bottom: 5px;
        right: 5px;
    }.tc-wp-tool-root .profile-info{
        text-align: center;
        min-width: auto;
    }.tc-wp-tool-root .profile-info .username-text{
        font-size: 24px;
        margin: 0 0 6px;
    }.tc-wp-tool-root .profile-info .fullname-text{
        font-size: 17px;
        margin: 0 0 18px;
    }.tc-wp-tool-root .stats{
        justify-content: center;
        gap: 18px;
        margin: 12px 0;
    }.tc-wp-tool-root .stat-value{
        font-size: 17px;
    }.tc-wp-tool-root .stat-label{
        font-size: 12px;
    }.tc-wp-tool-root .profile-bio{
        margin-top: 20px;
        padding-top: 15px;
        font-size: 15px;
    }.tc-wp-tool-root .ig-tabs{
        margin: 25px 0;
        gap: 12px;
    }.tc-wp-tool-root .ig-tabs button{
        padding: 10px 18px;
        font-size: 13px;
        gap: 5px;
        border-radius: 40px;
    }.tc-wp-tool-root .posts-grid{
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 18px;
    }.tc-wp-tool-root .post-card{
        border-radius: 12px;
    }.tc-wp-tool-root .post-meta{
        padding: 15px;
    }.tc-wp-tool-root .post-stats{
        gap: 12px;
        margin-bottom: 8px;
    }.tc-wp-tool-root .post-stats span{
        font-size: 12px;
    }.tc-wp-tool-root .post-meta .caption{
        font-size: 13px;
        margin-bottom: 8px;
    }.tc-wp-tool-root .post-meta .time{
        font-size: 12px;
    }.tc-wp-tool-root .stories-container{
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px;
    }.tc-wp-tool-root .story-card{
        border-radius: 12px;
    }.tc-wp-tool-root .story-meta{
        padding: 10px;
    }.tc-wp-tool-root .story-meta .time{
        font-size: 12px;
    }.tc-wp-tool-root .highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 15px;
    }.tc-wp-tool-root .highlight-card{
        border-radius: 12px;
        padding: 10px 5px;
    }.tc-wp-tool-root .highlight-img-container{
        width: 80px;
        height: 80px;
        margin: 0 auto 6px;
        border: 2px solid #e53935;
    }.tc-wp-tool-root .highlight-title{
        font-size: 12px;
    }.tc-wp-tool-root .reels-grid{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 18px;
    }.tc-wp-tool-root .reel-card{
        border-radius: 12px;
    }.tc-wp-tool-root .reel-meta{
        padding: 15px;
    }.tc-wp-tool-root .reel-stats{
        gap: 12px;
        margin-bottom: 8px;
    }.tc-wp-tool-root .reel-stats span{
        font-size: 12px;
    }.tc-wp-tool-root .reel-meta .caption{
        font-size: 13px;
    }.tc-wp-tool-root .reel-meta .time{
        font-size: 12px;
    }.tc-wp-tool-root .ipgv-modal-content{
        max-width: 90vw;
        max-height: 85vh;
        margin: 15px;
    }.tc-wp-tool-root .ipgv-modal-img{
        max-width: 100%;
        max-height: 60vh;
    }.tc-wp-tool-root .ipgv-modal-actions{
        padding: 12px;
    }.tc-wp-tool-root .ipgv-modal-download-btn{
        padding: 8px 18px;
        font-size: 12px;
    }.tc-wp-tool-root .ipgv-close-modal{
        width: 30px;
        height: 30px;
        font-size: 14px;
        top: 10px;
        right: 10px;
    }.tc-wp-tool-root .skeleton-profile-header{
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }.tc-wp-tool-root .skeleton-avatar{
        width: 110px;
        height: 110px;
        margin-bottom: 15px;
    }.tc-wp-tool-root .skeleton-username{
        height: 24px;
        width: 140px;
        margin: 0 auto;
    }.tc-wp-tool-root .skeleton-fullname{
        height: 17px;
        width: 100px;
        margin: 0 auto;
    }.tc-wp-tool-root .skeleton-stats{
        justify-content: center;
    }.tc-wp-tool-root .skeleton-tab{
        width: 90px;
        height: 38px;
    }.tc-wp-tool-root .skeleton-posts-grid{
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }.tc-wp-tool-root .skeleton-post-caption{
        height: 15px;
    }.tc-wp-tool-root .skeleton-post-caption-short{
        height: 15px;
    }.tc-wp-tool-root .skeleton-stories-container{
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }.tc-wp-tool-root .skeleton-highlight-img{
        width: 70px;
        height: 70px;
    }.tc-wp-tool-root .skeleton-highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }.tc-wp-tool-root .skeleton-reels-grid{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }.tc-wp-tool-root .skeleton-reel-caption{
        height: 15px;
    }.tc-wp-tool-root .skeleton-reel-caption-short{
        height: 15px;
    }}@media (max-width: 599px){.tc-wp-tool-root .main-contain{
        padding: 12px;
        margin: 15px auto;
        border-radius: 15px;
    }.tc-wp-tool-root .wrapper{
        padding: 25px 18px;
        margin: 10px auto;
        border-radius: 18px;
    }.tc-wp-tool-root .wrapper .ig-header .main-title{
        font-size: 26px;
        margin-bottom: 15px;
    }.tc-wp-tool-root .wrapper .ig-header .description{
        font-size: 15px;
        margin: 15px 0 20px;
    }.tc-wp-tool-root .wrapper .ig-input-area{
        padding: 20px 15px;
        gap: 10px;
    }.tc-wp-tool-root .wrapper .ig-icon{
        font-size: 14px;
        margin-bottom: 10px;
    }.tc-wp-tool-root .wrapper .ig-input-area input{
        margin: 0 0 10px 0;
        padding: 14px 18px;
        font-size: 15px;
    }.tc-wp-tool-root .wrapper .view-btn{
        padding: 14px 20px;
        font-size: 15px;
    }.tc-wp-tool-root .profile-image{
        width: 100px;
        height: 100px;
        min-height: 100px;
        min-width: 100px;
        font-size: 45px;
        border: 3px solid rgba(255, 255, 255, 0.8);
        padding: 2px;
    }.tc-wp-tool-root .view-profile-img{
        width: 30px;
        height: 30px;
        font-size: 12px;
        bottom: 3px;
        right: 3px;
    }.tc-wp-tool-root .profile-info .username-text{
        font-size: 20px;
        margin: 0 0 5px;
    }.tc-wp-tool-root .profile-info .fullname-text{
        font-size: 16px;
        margin: 0 0 15px;
    }.tc-wp-tool-root .stats{
        gap: 15px;
        margin: 10px 0;
    }.tc-wp-tool-root .stat-value{
        font-size: 16px;
    }.tc-wp-tool-root .stat-label{
        font-size: 11px;
    }.tc-wp-tool-root .profile-bio{
        margin-top: 15px;
        padding-top: 12px;
        font-size: 14px;
    }.tc-wp-tool-root .ig-tabs{
        margin: 20px 0;
        gap: 10px;
    }.tc-wp-tool-root .ig-tabs button{
        padding: 8px 14px;
        font-size: 12px;
        gap: 4px;
        border-radius: 30px;
    }.tc-wp-tool-root .posts-grid{
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 15px;
    }.tc-wp-tool-root .post-card{
        border-radius: 10px;
    }.tc-wp-tool-root .post-meta{
        padding: 12px;
    }.tc-wp-tool-root .post-stats{
        gap: 10px;
        margin-bottom: 6px;
    }.tc-wp-tool-root .post-stats span{
        font-size: 11px;
    }.tc-wp-tool-root .post-meta .caption{
        font-size: 12px;
        margin-bottom: 6px;
        -webkit-line-clamp: 2; 
    }.tc-wp-tool-root .post-meta .time{
        font-size: 11px;
    }.tc-wp-tool-root .stories-container{
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 12px;
    }.tc-wp-tool-root .story-card{
        border-radius: 10px;
    }.tc-wp-tool-root .story-meta{
        padding: 8px;
    }.tc-wp-tool-root .story-meta .time{
        font-size: 11px;
    }.tc-wp-tool-root .highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 12px;
    }.tc-wp-tool-root .highlight-card{
        border-radius: 10px;
        padding: 8px 3px;
    }.tc-wp-tool-root .highlight-img-container{
        width: 60px;
        height: 60px;
        margin: 0 auto 5px;
        border: 2px solid #e53935;
        padding: 1px;
    }.tc-wp-tool-root .highlight-title{
        font-size: 11px;
    }.tc-wp-tool-root .reels-grid{
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px;
    }.tc-wp-tool-root .reel-card{
        border-radius: 10px;
    }.tc-wp-tool-root .reel-meta{
        padding: 12px;
    }.tc-wp-tool-root .reel-stats{
        gap: 10px;
        margin-bottom: 6px;
    }.tc-wp-tool-root .reel-stats span{
        font-size: 11px;
    }.tc-wp-tool-root .reel-meta .caption{
        font-size: 12px;
        -webkit-line-clamp: 2; 
    }.tc-wp-tool-root .reel-meta .time{
        font-size: 11px;
    }.tc-wp-tool-root .ipgv-profile-img-modal.active .ipgv-modal-content{
        transform: scale(0.95);
    }.tc-wp-tool-root .ipgv-modal-content{
        max-width: 98vw;
        max-height: 90vh;
        margin: 10px;
    }.tc-wp-tool-root .ipgv-modal-img{
        max-height: 55vh;
    }.tc-wp-tool-root .ipgv-modal-actions{
        padding: 10px;
    }.tc-wp-tool-root .ipgv-modal-download-btn{
        padding: 8px 15px;
        font-size: 11px;
        gap: 6px;
    }.tc-wp-tool-root .ipgv-close-modal{
        width: 28px;
        height: 28px;
        font-size: 13px;
        top: 8px;
        right: 8px;
    }.tc-wp-tool-root .skeleton-profile-header{
        padding: 15px;
    }.tc-wp-tool-root .skeleton-avatar{
        width: 90px;
        height: 90px;
        margin-bottom: 12px;
    }.tc-wp-tool-root .skeleton-username{
        height: 20px;
        width: 120px;
    }.tc-wp-tool-root .skeleton-fullname{
        height: 16px;
        width: 90px;
    }.tc-wp-tool-root .skeleton-stats{
        gap: 15px;
    }.tc-wp-tool-root .skeleton-tab{
        width: 80px;
        height: 35px;
    }.tc-wp-tool-root .skeleton-posts-grid{
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }.tc-wp-tool-root .skeleton-post-caption{
        height: 14px;
    }.tc-wp-tool-root .skeleton-post-caption-short{
        height: 14px;
    }.tc-wp-tool-root .skeleton-stories-container{
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }.tc-wp-tool-root .skeleton-highlight-img{
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .skeleton-highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }.tc-wp-tool-root .skeleton-reels-grid{
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }.tc-wp-tool-root .skeleton-reel-caption{
        height: 14px;
    }.tc-wp-tool-root .skeleton-reel-caption-short{
        height: 14px;
    }}@media (max-width: 400px){.tc-wp-tool-root .wrapper .ig-header .main-title{
        font-size: 22px;
    }.tc-wp-tool-root .wrapper .ig-header .description{
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .ig-input-area input{
        padding: 12px 15px;
        font-size: 14px;
    }.tc-wp-tool-root .wrapper .view-btn{
        padding: 12px 18px;
        font-size: 14px;
    }.tc-wp-tool-root .profile-image{
        width: 80px;
        height: 80px;
        min-height: 80px;
        min-width: 80px;
        font-size: 35px;
        border: 2px solid rgba(255, 255, 255, 0.8);
    }.tc-wp-tool-root .view-profile-img{
        width: 25px;
        height: 25px;
        font-size: 10px;
        bottom: 2px;
        right: 2px;
    }.tc-wp-tool-root .profile-info .username-text{
        font-size: 18px;
    }.tc-wp-tool-root .profile-info .fullname-text{
        font-size: 14px;
    }.tc-wp-tool-root .stats{
        gap: 10px;
    }.tc-wp-tool-root .stat-value{
        font-size: 14px;
    }.tc-wp-tool-root .stat-label{
        font-size: 10px;
    }.tc-wp-tool-root .profile-bio{
        font-size: 13px;
    }.tc-wp-tool-root .ig-tabs button{
        padding: 7px 12px;
        font-size: 11px;
    }.tc-wp-tool-root .posts-grid{
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 10px;
    }.tc-wp-tool-root .post-meta{
        padding: 10px;
    }.tc-wp-tool-root .post-stats span, .tc-wp-tool-root .post-meta .caption, .tc-wp-tool-root .post-meta .time{
        font-size: 10px;
    }.tc-wp-tool-root .stories-container{
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        gap: 10px;
    }.tc-wp-tool-root .story-meta .time{
        font-size: 10px;
    }.tc-wp-tool-root .highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        gap: 10px;
    }.tc-wp-tool-root .highlight-img-container{
        width: 50px;
        height: 50px;
    }.tc-wp-tool-root .highlight-title{
        font-size: 10px;
    }.tc-wp-tool-root .reels-grid{
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }.tc-wp-tool-root .reel-meta{
        padding: 10px;
    }.tc-wp-tool-root .reel-stats span, .tc-wp-tool-root .reel-meta .caption, .tc-wp-tool-root .reel-meta .time{
        font-size: 10px;
    }.tc-wp-tool-root .skeleton-avatar{
        width: 70px;
        height: 70px;
    }.tc-wp-tool-root .skeleton-username{
        height: 18px;
        width: 100px;
    }.tc-wp-tool-root .skeleton-fullname{
        height: 14px;
        width: 70px;
    }.tc-wp-tool-root .skeleton-tab{
        width: 70px;
        height: 30px;
    }.tc-wp-tool-root .skeleton-posts-grid{
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }.tc-wp-tool-root .skeleton-stories-container{
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }.tc-wp-tool-root .skeleton-highlight-img{
        width: 40px;
        height: 40px;
    }.tc-wp-tool-root .skeleton-highlights-container{
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }.tc-wp-tool-root .skeleton-reels-grid{
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }}.wpc-scope-13 .tc-wp-tool-root ' +
                            '@keyframes slideInRight{' +
                            'from { transform: translateX(100%); opacity: 0; }' +
                            'to { transform: translateX(0); opacity: 1; }' +
                            '}.wpc-scope-13 .tc-wp-tool-root ' +
                            '@keyframes slideOutRight{' +
                            'from { transform: translateX(0); opacity: 1; }' +
                            'to { transform: translateX(100%); opacity: 0; }' +
                            '}.wpc-scope-13 .tc-wp-tool-root ' +
                            '@keyframes shimmer{' +
                            '0% { transform: translateX(-100%); }' +
                            '100% { transform: translateX(100%); }' +
                            '}.wpc-scope-13 .tc-wp-tool-root ' +
                            '.cancel-download:hover{' +
                            'background: #dc2626 !important;' +
                            'transform: scale(1.05);' +
                            '}.wpc-scope-13 .tc-wp-tool-root ' +
                            '.download-toast.success{' +
                            'border-left-color: #10b981 !important;' +
                            '}.wpc-scope-13 .tc-wp-tool-root ' +
                            '.download-toast.error{' +
                            'border-left-color: #ef4444 !important;' +
                            '}.wpc-scope-13 .tc-wp-tool-root ' +
                            '


button, .wpc-scope-13 .tc-wp-tool-root html input[type="button"], .wpc-scope-13 .tc-wp-tool-root input[type="reset"], .wpc-scope-13 .tc-wp-tool-root input[type="submit"]{
    padding: 0;
}.wpc-scope-13 .tc-wp-tool-root *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}@keyframes gradientShift{
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}@keyframes rotate{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}@keyframes shimmer{
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}@keyframes textShimmer{
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}@keyframes gradientBorder{
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}@keyframes floatAd{
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}@keyframes pulseTag{
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.86; }
}@keyframes wiggle{
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(1.5deg); }
    50% { transform: rotate(-1.5deg); }
    75% { transform: rotate(1.5deg); }
}@keyframes fadeIn{
    from { opacity: 0; }
    to { opacity: 1; }
}@keyframes slideUp{
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}@keyframes spin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}@keyframes slideInRight{
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}@keyframes slideOutRight{
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
}.wpc-scope-13 .tc-wp-tool-root .main-contain{
    position: relative;
    width: min(1200px, calc(100% - 24px));
    min-height: 100vh;
    margin: 30px auto;
    padding: 22px;
    border-radius: 28px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #162033;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.9), transparent 34%),
        linear-gradient(135deg, #eef4ff 0%, #e8eafd 46%, #fff1f7 100%);
    box-shadow: 0 26px 70px rgba(31, 41, 85, 0.18);
    overflow-x: hidden;
}.wpc-scope-13 .tc-wp-tool-root .offcontents{
    isolation: isolate;
}.wpc-scope-13 .tc-wp-tool-root .wrapper{
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding: clamp(28px, 5vw, 60px);
    border-radius: 28px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.24), transparent 26%),
        radial-gradient(circle at 86% 80%, rgba(255, 214, 102, 0.18), transparent 28%),
        linear-gradient(135deg, #4f46e5 0%, #2563eb 42%, #db2777 100%);
    background-size: 180% 180%;
    animation: gradientShift 18s ease infinite;
    box-shadow: 0 30px 80px rgba(37, 99, 235, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(20px);
}.wpc-scope-13 .tc-wp-tool-root .wrapper::before{
    content: "";
    position: absolute;
    inset: -55%;
    background: conic-gradient(from 0deg, transparent, rgba(255,255,255,0.14), transparent 32%);
    animation: rotate 24s linear infinite;
    pointer-events: none;
}.wpc-scope-13 .tc-wp-tool-root .wrapper::after{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
    pointer-events: none;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header, .wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area, .wpc-scope-13 .tc-wp-tool-root .wrapper .note, .wpc-scope-13 .tc-wp-tool-root .wrapper .ad-space{
    position: relative;
    z-index: 2;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .main-title h1{
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.08;
    text-shadow: 0 10px 28px rgba(15, 23, 42, 0.28);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .main-title .highlight, .wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .main-title .highlight h1{
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #fff7ad, #fde68a, #ffffff, #f9a8d4, #fff7ad);
    background-size: 240% 240%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShimmer 4s ease-in-out infinite;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .main-title .highlight::after{
    content: "";
    position: absolute;
    left: 4%;
    bottom: -7px;
    width: 92%;
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, #fde68a, #f472b6);
    box-shadow: 0 6px 18px rgba(253, 230, 138, 0.42);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-header .description{
    max-width: 820px;
    margin: 24px auto 34px;
    color: rgba(255,255,255,0.92);
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 450;
    line-height: 1.75;
    text-shadow: 0 2px 12px rgba(15, 23, 42, 0.24);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area{
    display: flex;
    align-items: stretch;
    gap: 14px;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(18px, 3vw, 34px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 26px;
    background: rgba(255,255,255,0.12);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.22), inset 0 1px 0 rgba(255,255,255,0.18);
    backdrop-filter: blur(18px);
    flex-wrap: wrap;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-icon{
    width: 100%;
    margin-bottom: 4px;
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: left;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area input{
    flex: 1 1 360px;
    min-width: 200px;
    margin-bottom: 0;
    padding: 18px 22px;
    border: 1px solid rgba(255,255,255,0.26);
    border-radius: 18px;
    outline: none;
    background: rgba(255,255,255,0.13);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    backdrop-filter: blur(12px);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area input::placeholder{
    color: rgba(255,255,255,0.68);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .ig-input-area input:focus{
    transform: translateY(-1px);
    border-color: rgba(253, 230, 138, 0.95);
    background: rgba(255,255,255,0.18);
    box-shadow: 0 0 0 5px rgba(253, 230, 138, 0.18), 0 16px 30px rgba(15, 23, 42, 0.18);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn, .wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    padding: 18px 26px;
    border: none !important;
    border-radius: 18px;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease, background 0.28s ease;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn{
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
    border: 1px solid rgba(255,255,255,0.24) !important;
    backdrop-filter: blur(12px);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn::before, .wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-110%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    transition: transform 0.55s ease;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn:hover::before, .wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn:hover::before{
    transform: translateX(110%);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn:hover{
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgba(255,255,255,0.28), rgba(255,255,255,0.12));
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.24);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn{
    color: #172033;
    background: linear-gradient(135deg, #fff7ad 0%, #facc15 48%, #fb7185 100%);
    box-shadow: 0 16px 34px rgba(250, 204, 21, 0.32), inset 0 1px 0 rgba(255,255,255,0.44);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn:hover{
    transform: translateY(-3px) scale(1.01);
    filter: saturate(1.08);
    box-shadow: 0 22px 44px rgba(250, 204, 21, 0.42), inset 0 1px 0 rgba(255,255,255,0.5);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn:active, .wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn:active{
    transform: translateY(0) scale(0.99);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .wrapper .paste-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .ig-tabs button:focus-visible, .wpc-scope-13 .tc-wp-tool-root .view-profile-img:focus-visible, .wpc-scope-13 .tc-wp-tool-root .post-download-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .post-view-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .story-download-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .story-view-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .reel-download-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .reel-view-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .ipgv-modal-download-btn:focus-visible, .wpc-scope-13 .tc-wp-tool-root .ipgv-close-modal:focus-visible, .wpc-scope-13 .tc-wp-tool-root .download-btn:focus-visible{
    outline: 3px solid rgba(253, 230, 138, 0.65);
    outline-offset: 3px;
}.wpc-scope-13 .tc-wp-tool-root .wrapper .view-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(0.2);
}.wpc-scope-13 .tc-wp-tool-root .wrapper .error-container{
    position: absolute;
    right: 20px;
    bottom: -60px;
    left: 20px;
    margin-top: 24px;
}.wpc-scope-13 .tc-wp-tool-root .wrapper #error-message{
    display: none;
    margin-top: 16px;
    color: #fecaca;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(127, 29, 29, 0.28);
}.wpc-scope-13 .tc-wp-tool-root .ad-space{
    display: none;
}.wpc-scope-13 .tc-wp-tool-root .ad-inner{
    overflow: hidden;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
    transition: transform 0.3s ease;
    animation: floatAd 5s ease-in-out infinite;
}.wpc-scope-13 .tc-wp-tool-root .ad-placeholder{
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}.wpc-scope-13 .tc-wp-tool-root .ad-placeholder::before{
    content: "Sponsored";
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 999px;
    background-color: #ffffff;
    color: #db2777;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.16);
    animation: pulseTag 2s infinite;
}.wpc-scope-13 .tc-wp-tool-root .ad-image{
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}.wpc-scope-13 .tc-wp-tool-root .ad-placeholder:hover .ad-image{
    animation: wiggle 0.4s ease;
    transform: scale(1.04);
}.wpc-scope-13 .tc-wp-tool-root .note{
    margin-top: 18px;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    font-style: italic;
}.wpc-scope-13 .tc-wp-tool-root .tools-result{
    width: 100%;
    margin-top: 46px;
}.wpc-scope-13 .tc-wp-tool-root .ig-result{
    margin-top: 30px;
    padding: clamp(18px, 3vw, 34px);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 28px;
    color: #1e293b;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 22px 60px rgba(31, 41, 85, 0.13);
    backdrop-filter: blur(18px);
    animation: fadeIn 0.5s ease-out;
}.wpc-scope-13 .tc-wp-tool-root .ig-profile-header{
    position: relative;
    margin-bottom: 34px;
    padding: clamp(24px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(79, 70, 229, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(248,250,252,0.92));
    box-shadow: 0 24px 52px rgba(31, 41, 85, 0.12);
    animation: slideUp 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}.wpc-scope-13 .tc-wp-tool-root .ig-profile-header::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37,99,235,0.05), rgba(219,39,119,0.06));
    pointer-events: none;
}.wpc-scope-13 .tc-wp-tool-root .profile-header-content{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}.wpc-scope-13 .tc-wp-tool-root .profile-image-container{
    position: relative;
    flex-shrink: 0;
}.wpc-scope-13 .tc-wp-tool-root .profile-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
    padding: 4px;
    border: 4px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    object-fit: cover;
    color: rgba(255,255,255,0.84);
    font-size: 70px;
    background: linear-gradient(135deg, #4f46e5, #2563eb, #db2777);
    box-shadow: 0 18px 40px rgba(31, 41, 85, 0.18);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}.wpc-scope-13 .tc-wp-tool-root .profile-image:hover{
    transform: scale(1.045);
    box-shadow: 0 24px 52px rgba(31, 41, 85, 0.24);
}.wpc-scope-13 .tc-wp-tool-root .view-profile-img{
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #db2777);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
    cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}.wpc-scope-13 .tc-wp-tool-root .view-profile-img:hover{
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 14px 28px rgba(219, 39, 119, 0.28);
}.wpc-scope-13 .tc-wp-tool-root .profile-info{
    flex: 1;
    min-width: 250px;
    text-align: left;
}.wpc-scope-13 .tc-wp-tool-root .profile-info .username-text{
    margin: 0 0 8px;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 850;
    line-height: 1.18;
    background: linear-gradient(135deg, #4338ca, #2563eb, #db2777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}.wpc-scope-13 .tc-wp-tool-root .profile-info .fullname-text{
    margin: 0 0 20px;
    color: #475569;
    font-size: 20px;
    font-weight: 650;
}.wpc-scope-13 .tc-wp-tool-root .stats{
    display: flex;
    gap: 18px;
    margin: 15px 0;
    flex-wrap: wrap;
}.wpc-scope-13 .tc-wp-tool-root .stat-item{
    display: flex;
    min-width: 96px;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 10px 24px rgba(31, 41, 85, 0.08);
}.wpc-scope-13 .tc-wp-tool-root .stat-value{
    color: #0f172a;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.15;
}.wpc-scope-13 .tc-wp-tool-root .stat-label{
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
    font-weight: 650;
}.wpc-scope-13 .tc-wp-tool-root .profile-bio{
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    color: #475569;
    line-height: 1.65;
    text-align: left;
}.wpc-scope-13 .tc-wp-tool-root .profile-link{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}.wpc-scope-13 .tc-wp-tool-root .profile-link:hover{
    color: #db2777;
    transform: translateY(-1px);
}.wpc-scope-13 .tc-wp-tool-root .ig-tabs{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 30px 0;
    flex-wrap: wrap;
}.wpc-scope-13 .tc-wp-tool-root .ig-tabs button, .wpc-scope-13 .tc-wp-tool-root .tab-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 12px 22px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    color: #475569;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(31, 41, 85, 0.07);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background 0.25s ease;
}.wpc-scope-13 .tc-wp-tool-root .ig-tabs button i{
    font-size: 15px;
}.wpc-scope-13 .tc-wp-tool-root .ig-tabs button.active, .wpc-scope-13 .tc-wp-tool-root .tab-btn.active{
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #7c3aed, #db2777);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.25);
    transform: translateY(-2px);
}.wpc-scope-13 .tc-wp-tool-root .ig-tabs button:hover:not(.active), .wpc-scope-13 .tc-wp-tool-root .tab-btn:hover:not(.active){
    color: #1e293b;
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(31, 41, 85, 0.1);
}.wpc-scope-13 .tc-wp-tool-root .tab-content, .wpc-scope-13 .tc-wp-tool-root .ig-tab-content{
    display: none;
    padding: 20px 0;
    color: #64748b;
    text-align: center;
}.wpc-scope-13 .tc-wp-tool-root .tab-content.active, .wpc-scope-13 .tc-wp-tool-root .ig-tab-content.active{
    display: block;
}.wpc-scope-13 .tc-wp-tool-root .no-result{
    margin-top: 24px;
    padding: clamp(24px, 4vw, 38px);
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 22px;
    color: #64748b;
    background:
        linear-gradient(135deg, rgba(248,250,252,0.96), rgba(255,255,255,0.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    font-size: 16px;
    font-weight: 550;
}.wpc-scope-13 .tc-wp-tool-root .no-result i{
    display: block;
    margin-bottom: 15px;
    color: #cbd5e1;
    font-size: 48px;
}.wpc-scope-13 .tc-wp-tool-root .private-account-message{
    margin-top: 20px;
    padding: 18px 20px;
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 16px;
    color: #b91c1c;
    background: linear-gradient(135deg, rgba(254, 226, 226, 0.95), rgba(255, 247, 237, 0.9));
    font-weight: 700;
    text-align: center;
    animation: fadeIn 0.5s ease-out;
}.wpc-scope-13 .tc-wp-tool-root .private-account-message i{
    margin-right: 8px;
    font-size: 18px;
}.wpc-scope-13 .tc-wp-tool-root .posts-grid, .wpc-scope-13 .tc-wp-tool-root .skeleton-posts-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 24px;
}.wpc-scope-13 .tc-wp-tool-root .stories-container, .wpc-scope-13 .tc-wp-tool-root .skeleton-stories-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 20px;
    margin-top: 24px;
}.wpc-scope-13 .tc-wp-tool-root .highlights-container, .wpc-scope-13 .tc-wp-tool-root .skeleton-highlights-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
    gap: 20px;
    margin-top: 24px;
}.wpc-scope-13 .tc-wp-tool-root .reels-grid, .wpc-scope-13 .tc-wp-tool-root .skeleton-reels-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 24px;
    margin-top: 24px;
}.wpc-scope-13 .tc-wp-tool-root .post-card, .wpc-scope-13 .tc-wp-tool-root .story-card, .wpc-scope-13 .tc-wp-tool-root .highlight-card, .wpc-scope-13 .tc-wp-tool-root .reel-card, .wpc-scope-13 .tc-wp-tool-root .skeleton-post, .wpc-scope-13 .tc-wp-tool-root .skeleton-story, .wpc-scope-13 .tc-wp-tool-root .skeleton-highlight, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel{
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(31, 41, 85, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}.wpc-scope-13 .tc-wp-tool-root .post-card, .wpc-scope-13 .tc-wp-tool-root .reel-card{
    animation: slideUp 0.5s ease-out both;
}.wpc-scope-13 .tc-wp-tool-root .post-card:hover, .wpc-scope-13 .tc-wp-tool-root .story-card:hover, .wpc-scope-13 .tc-wp-tool-root .reel-card:hover, .wpc-scope-13 .tc-wp-tool-root .highlight-card:hover{
    transform: translateY(-7px);
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 20px 44px rgba(31, 41, 85, 0.14);
}.wpc-scope-13 .tc-wp-tool-root .post-img-container, .wpc-scope-13 .tc-wp-tool-root .story-img-container, .wpc-scope-13 .tc-wp-tool-root .reel-img-container{
    position: relative;
    overflow: hidden;
}.wpc-scope-13 .tc-wp-tool-root .post-img-container{
    aspect-ratio: 1 / 1;
}.wpc-scope-13 .tc-wp-tool-root .story-img-container, .wpc-scope-13 .tc-wp-tool-root .reel-img-container{
    aspect-ratio: 9 / 16;
}.wpc-scope-13 .tc-wp-tool-root .post-thumb, .wpc-scope-13 .tc-wp-tool-root .story-thumb, .wpc-scope-13 .tc-wp-tool-root .reel-thumb, .wpc-scope-13 .tc-wp-tool-root .highlight-thumb{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}.wpc-scope-13 .tc-wp-tool-root .post-img-container:hover .post-thumb, .wpc-scope-13 .tc-wp-tool-root .story-img-container:hover .story-thumb, .wpc-scope-13 .tc-wp-tool-root .reel-img-container:hover .reel-thumb{
    transform: scale(1.06);
    filter: saturate(1.05);
}.wpc-scope-13 .tc-wp-tool-root .post-overlay, .wpc-scope-13 .tc-wp-tool-root .story-overlay, .wpc-scope-13 .tc-wp-tool-root .reel-overlay, .wpc-scope-13 .tc-wp-tool-root .highlight-overlay{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: opacity 0.3s ease, background 0.3s ease;
}.wpc-scope-13 .tc-wp-tool-root .post-overlay{
    opacity: 1;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0) 42%, rgba(15, 23, 42, 0.76) 100%);
}.wpc-scope-13 .tc-wp-tool-root .story-overlay, .wpc-scope-13 .tc-wp-tool-root .reel-overlay{
    flex-direction: column;
    opacity: 0;
    background: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}.wpc-scope-13 .tc-wp-tool-root .highlight-overlay{
    opacity: 0;
    background: rgba(15, 23, 42, 0.5);
}.wpc-scope-13 .tc-wp-tool-root .post-img-container:hover .post-overlay, .wpc-scope-13 .tc-wp-tool-root .story-img-container:hover .story-overlay, .wpc-scope-13 .tc-wp-tool-root .reel-img-container:hover .reel-overlay, .wpc-scope-13 .tc-wp-tool-root .highlight-img-container:hover .highlight-overlay{
    opacity: 1;
}.wpc-scope-13 .tc-wp-tool-root .post-download-btn, .wpc-scope-13 .tc-wp-tool-root .post-view-btn, .wpc-scope-13 .tc-wp-tool-root .story-download-btn, .wpc-scope-13 .tc-wp-tool-root .story-view-btn, .wpc-scope-13 .tc-wp-tool-root .reel-download-btn, .wpc-scope-13 .tc-wp-tool-root .reel-view-btn, .wpc-scope-13 .tc-wp-tool-root .highlight-view-btn, .wpc-scope-13 .tc-wp-tool-root .download-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    color: #1e293b;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background 0.25s ease;
}.wpc-scope-13 .tc-wp-tool-root .post-view-btn{
    width: 50px;
    height: 50px;
    font-size: 20px;
}.wpc-scope-13 .tc-wp-tool-root .post-download-btn:hover, .wpc-scope-13 .tc-wp-tool-root .story-download-btn:hover, .wpc-scope-13 .tc-wp-tool-root .reel-download-btn:hover, .wpc-scope-13 .tc-wp-tool-root .download-btn:hover{
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.26);
}.wpc-scope-13 .tc-wp-tool-root .post-view-btn:hover, .wpc-scope-13 .tc-wp-tool-root .story-view-btn:hover, .wpc-scope-13 .tc-wp-tool-root .reel-view-btn:hover, .wpc-scope-13 .tc-wp-tool-root .highlight-view-btn:hover{
    color: #ffffff;
    background: linear-gradient(135deg, #db2777, #fb7185);
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 16px 30px rgba(219, 39, 119, 0.24);
}.wpc-scope-13 .tc-wp-tool-root .post-meta, .wpc-scope-13 .tc-wp-tool-root .reel-meta{
    padding: 18px;
}.wpc-scope-13 .tc-wp-tool-root .story-meta{
    padding: 12px;
    text-align: center;
}.wpc-scope-13 .tc-wp-tool-root .post-stats-row, .wpc-scope-13 .tc-wp-tool-root .story-stats-row, .wpc-scope-13 .tc-wp-tool-root .reel-stats-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}.wpc-scope-13 .tc-wp-tool-root .post-stats, .wpc-scope-13 .tc-wp-tool-root .reel-stats, .wpc-scope-13 .tc-wp-tool-root .story-stats-row{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.09), rgba(219, 39, 119, 0.09));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}.wpc-scope-13 .tc-wp-tool-root .post-stats{
    margin-bottom: 10px;
}.wpc-scope-13 .tc-wp-tool-root .reel-stats{
    margin-bottom: 8px;
}.wpc-scope-13 .tc-wp-tool-root .post-stats span, .wpc-scope-13 .tc-wp-tool-root .reel-stats span{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #475569;
    font-size: 13px;
    font-weight: 750;
}.wpc-scope-13 .tc-wp-tool-root .post-stats span i, .wpc-scope-13 .tc-wp-tool-root .reel-stats span i{
    margin-right: 2px;
    color: #db2777;
}.wpc-scope-13 .tc-wp-tool-root .reel-stats span i{
    color: #7c3aed;
}.wpc-scope-13 .tc-wp-tool-root .post-meta .caption, .wpc-scope-13 .tc-wp-tool-root .reel-meta .caption{
    display: -webkit-box;
    margin-bottom: 10px;
    overflow: hidden;
    color: #334155;
    font-size: 15px;
    font-weight: 550;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}.wpc-scope-13 .tc-wp-tool-root .post-meta .time, .wpc-scope-13 .tc-wp-tool-root .story-meta .time, .wpc-scope-13 .tc-wp-tool-root .reel-meta .time, .wpc-scope-13 .tc-wp-tool-root .story-stats-row .time{
    display: block;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 550;
}.wpc-scope-13 .tc-wp-tool-root .highlight-card{
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
}.wpc-scope-13 .tc-wp-tool-root .highlight-img-container{
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    padding: 3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #2563eb, #db2777, #facc15) border-box;
}.wpc-scope-13 .tc-wp-tool-root .highlight-meta{
    padding: 5px;
    text-align: center;
}.wpc-scope-13 .tc-wp-tool-root .highlight-title, .wpc-scope-13 .tc-wp-tool-root .highlight-username{
    margin: 0;
    overflow: hidden;
    color: #334155;
    font-size: 14px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}.wpc-scope-13 .tc-wp-tool-root .highlight-count{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    color: #64748b;
    background: #f1f5f9;
    font-size: 12px;
    font-weight: 700;
}.wpc-scope-13 .tc-wp-tool-root .highlight-items{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 14px;
    margin-top: 16px;
}.wpc-scope-13 .tc-wp-tool-root .highlight-item{
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(31, 41, 85, 0.09);
}.wpc-scope-13 .tc-wp-tool-root .post-video, .wpc-scope-13 .tc-wp-tool-root .story-video, .wpc-scope-13 .tc-wp-tool-root .reel-video{
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.wpc-scope-13 .tc-wp-tool-root .reel-video.playing{
    display: block;
}.wpc-scope-13 .tc-wp-tool-root .reel-thumb.hidden{
    display: none;
}.wpc-scope-13 .tc-wp-tool-root .post-fullscreen-btn, .wpc-scope-13 .tc-wp-tool-root .story-fullscreen-btn, .wpc-scope-13 .tc-wp-tool-root .reel-fullscreen-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    color: #1e293b;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 10px 20px rgba(15,23,42,0.16);
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.25s ease, background 0.25s ease;
}.wpc-scope-13 .tc-wp-tool-root .post-fullscreen-btn:hover, .wpc-scope-13 .tc-wp-tool-root .story-fullscreen-btn:hover, .wpc-scope-13 .tc-wp-tool-root .reel-fullscreen-btn:hover{
    transform: scale(1.1);
    background: #ffffff;
}.wpc-scope-13 .tc-wp-tool-root .media-type-indicator{
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.82);
    font-size: 11px;
    font-weight: 800;
    pointer-events: none;
    backdrop-filter: blur(8px);
}.wpc-scope-13 .tc-wp-tool-root .video-indicator{
    background: rgba(220, 38, 38, 0.9);
}.wpc-scope-13 .tc-wp-tool-root .image-indicator{
    background: rgba(37, 99, 235, 0.9);
}.wpc-scope-13 .tc-wp-tool-root .ipgv-profile-img-modal, .wpc-scope-13 .tc-wp-tool-root .ipgv-media-modal{
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}.wpc-scope-13 .tc-wp-tool-root .ipgv-profile-img-modal.active, .wpc-scope-13 .tc-wp-tool-root .ipgv-media-modal.active{
    opacity: 1;
    visibility: visible;
}.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.86);
    cursor: pointer;
    backdrop-filter: blur(7px);
}.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-content{
    position: relative;
    z-index: 10001;
    max-width: 90vw;
    max-height: 90vh;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0,0,0,0.42);
    transform: scale(0.88);
    transition: transform 0.3s ease;
}.wpc-scope-13 .tc-wp-tool-root .ipgv-profile-img-modal.active .ipgv-modal-content{
    transform: scale(1);
}.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-img, .wpc-scope-13 .tc-wp-tool-root .modal-img, .wpc-scope-13 .tc-wp-tool-root .profile-img-modal{
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
}.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-media{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-actions{
    display: flex;
    justify-content: center;
    padding: 18px;
    background: #f8fafc;
}.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-download-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.25);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}.wpc-scope-13 .tc-wp-tool-root .ipgv-modal-download-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.32);
}.wpc-scope-13 .tc-wp-tool-root .ipgv-close-modal{
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.72);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}.wpc-scope-13 .tc-wp-tool-root .ipgv-close-modal:hover{
    transform: scale(1.1);
    background: rgba(15, 23, 42, 0.9);
}.wpc-scope-13 .tc-wp-tool-root body.ipgv-modal-open{
    overflow: hidden;
}.wpc-scope-13 .tc-wp-tool-root .reel-img-container .reel-overlay, .wpc-scope-13 .tc-wp-tool-root .reel-img-container:hover .reel-overlay{
    opacity: 1;
}.wpc-scope-13 .tc-wp-tool-root .reel-img-container .reel-view-btn, .wpc-scope-13 .tc-wp-tool-root .reel-img-container .reel-fullscreen-btn{
    display: flex;
    opacity: 1;
    visibility: visible;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-profile{
    width: 100%;
    animation: fadeIn 0.5s ease-out;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-profile-header{
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: #f8fafc;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-avatar, .wpc-scope-13 .tc-wp-tool-root .skeleton-username, .wpc-scope-13 .tc-wp-tool-root .skeleton-fullname, .wpc-scope-13 .tc-wp-tool-root .skeleton-stat, .wpc-scope-13 .tc-wp-tool-root .skeleton-bio, .wpc-scope-13 .tc-wp-tool-root .skeleton-tab, .wpc-scope-13 .tc-wp-tool-root .skeleton-post-img, .wpc-scope-13 .tc-wp-tool-root .skeleton-post-stat, .wpc-scope-13 .tc-wp-tool-root .skeleton-post-caption, .wpc-scope-13 .tc-wp-tool-root .skeleton-post-caption-short, .wpc-scope-13 .tc-wp-tool-root .skeleton-post-time, .wpc-scope-13 .tc-wp-tool-root .skeleton-story-img, .wpc-scope-13 .tc-wp-tool-root .skeleton-story-time, .wpc-scope-13 .tc-wp-tool-root .skeleton-highlight-img, .wpc-scope-13 .tc-wp-tool-root .skeleton-highlight-title, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-img, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-caption, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-caption-short, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-stat, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-time{
    background: linear-gradient(90deg, #eef2f7 25%, #dbe4f0 50%, #eef2f7 75%);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite linear;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-avatar{
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(31, 41, 85, 0.1);
}.wpc-scope-13 .tc-wp-tool-root .skeleton-profile-info{
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-username{
    width: 180px;
    height: 28px;
    border-radius: 8px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-fullname{
    width: 140px;
    height: 20px;
    border-radius: 8px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-stats{
    display: flex;
    gap: 25px;
    margin-top: 10px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-stat{
    width: 60px;
    height: 40px;
    border-radius: 8px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-bio{
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    border-radius: 10px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-tabs{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-tab{
    width: 100px;
    height: 40px;
    border-radius: 999px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-post-img{
    aspect-ratio: 1 / 1;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-post-meta, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-meta{
    padding: 20px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-post-stats, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-stats{
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-post-stat, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-stat{
    width: 60px;
    height: 16px;
    border-radius: 5px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-post-caption, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-caption{
    width: 100%;
    height: 16px;
    margin-bottom: 8px;
    border-radius: 5px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-post-caption-short, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-caption-short{
    width: 70%;
    height: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-post-time, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-time{
    width: 80px;
    height: 14px;
    border-radius: 5px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-story-img, .wpc-scope-13 .tc-wp-tool-root .skeleton-reel-img{
    aspect-ratio: 9 / 16;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-story-meta{
    padding: 12px;
    text-align: center;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-story-time{
    width: 80px;
    height: 14px;
    margin: 0 auto;
    border-radius: 5px;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-highlight{
    padding: 15px 10px;
    text-align: center;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-highlight-img{
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    border: 3px solid #db2777;
    border-radius: 50%;
}.wpc-scope-13 .tc-wp-tool-root .skeleton-highlight-title{
    width: 80px;
    height: 16px;
    margin: 0 auto;
    border-radius: 5px;
}.wpc-scope-13 .tc-wp-tool-root .download-status{
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 10020;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: min(360px, calc(100vw - 36px));
    pointer-events: none;
}.wpc-scope-13 .tc-wp-tool-root .download-toast{
    overflow: hidden;
    border-left: 4px solid #2563eb;
    border-radius: 16px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 18px 42px rgba(15,23,42,0.18);
    animation: slideInRight 0.3s ease;
    pointer-events: auto;
}.wpc-scope-13 .tc-wp-tool-root .download-toast.success{
    border-left-color: #10b981 !important;
}.wpc-scope-13 .tc-wp-tool-root .download-toast.error{
    border-left-color: #ef4444 !important;
}.wpc-scope-13 .tc-wp-tool-root .download-percentage{
    color: #2563eb;
    font-size: 13px;
    font-weight: 850;
}.wpc-scope-13 .tc-wp-tool-root .progress-container{
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}.wpc-scope-13 .tc-wp-tool-root .progress-bar{
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #7c3aed, #db2777);
    transition: width 0.25s ease;
}.wpc-scope-13 .tc-wp-tool-root .cancel-download:hover{
    background: #dc2626 !important;
    transform: scale(1.05);
}.wpc-scope-13 .tc-wp-tool-root .fa-solid, .wpc-scope-13 .tc-wp-tool-root .fa-paste, .wpc-scope-13 .tc-wp-tool-root .fa-unlock, .wpc-scope-13 .tc-wp-tool-root .fa-user, .wpc-scope-13 .tc-wp-tool-root .fa-expand, .wpc-scope-13 .tc-wp-tool-root .fa-grid-2, .wpc-scope-13 .tc-wp-tool-root .fa-circle, .wpc-scope-13 .tc-wp-tool-root .fa-star, .wpc-scope-13 .tc-wp-tool-root .fa-video, .wpc-scope-13 .tc-wp-tool-root .fa-images, .wpc-scope-13 .tc-wp-tool-root .fa-circle-play, .wpc-scope-13 .tc-wp-tool-root .fa-bookmark, .wpc-scope-13 .tc-wp-tool-root .fa-clapperboard, .wpc-scope-13 .tc-wp-tool-root .fa-download, .wpc-scope-13 .tc-wp-tool-root .fa-eye, .wpc-scope-13 .tc-wp-tool-root .fa-film, .wpc-scope-13 .tc-wp-tool-root .fa-heart, .wpc-scope-13 .tc-wp-tool-root .fa-comment, .wpc-scope-13 .tc-wp-tool-root .fa-image, .wpc-scope-13 .tc-wp-tool-root .fa-link, .wpc-scope-13 .tc-wp-tool-root .fa-lock, .wpc-scope-13 .tc-wp-tool-root .fa-pause, .wpc-scope-13 .tc-wp-tool-root .fa-play, .wpc-scope-13 .tc-wp-tool-root .fa-photo-film, .wpc-scope-13 .tc-wp-tool-root .fa-xmark, .wpc-scope-13 .tc-wp-tool-root .fa-badge-check, .wpc-scope-13 .tc-wp-tool-root .fa-\$\{isVideo,
.\? {
    line-height: 1;
}

@media (min-width: 992px) {
    .main-contain {
        padding: 25px;
        margin: 40px auto;
    }

    .posts-grid,
    .reels-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .main-contain {
        width: min(100% - 20px, 1200px);
        padding: 18px;
        margin: 24px auto;
        border-radius: 22px;
    }

    .wrapper {
        margin: 16px auto;
        padding: 38px 28px;
    }

    .profile-header-content {
        gap: 28px;
    }

    .posts-grid,
    .reels-grid,
    .skeleton-posts-grid,
    .skeleton-reels-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .main-contain {
        width: min(100% - 16px, 1200px);
        padding: 14px;
        margin: 16px auto;
        border-radius: 20px;
    }

    .wrapper {
        padding: 30px 20px;
        border-radius: 22px;
    }

    .wrapper .ig-header .description br {
        display: none;
    }

    .wrapper .ig-input-area {
        flex-direction: column;
        gap: 12px;
        padding: 22px 16px;
    }

    .wrapper .ig-input-area input {
        width: 100%;
        min-width: 100%;
        padding: 16px 18px;
        font-size: 16px;
    }

    .wrapper .paste-btn {
        display: none;
    }

    .wrapper .view-btn {
        width: 100%;
        padding: 16px 22px;
    }

    .ig-profile-header {
        padding: 24px 18px;
    }

    .profile-header-content {
        flex-direction: column;
        text-align: center;
        gap: 22px;
    }

    .profile-info {
        min-width: auto;
        width: 100%;
        text-align: center;
    }

    .profile-bio {
        text-align: center;
    }

    .stats {
        justify-content: center;
        gap: 12px;
    }

    .stat-item {
        min-width: 88px;
        padding: 10px 12px;
    }

    .profile-image {
        width: 122px;
        min-width: 122px;
        height: 122px;
        min-height: 122px;
        font-size: 50px;
    }

    .ig-tabs {
        gap: 10px;
    }

    .ig-tabs button,
    .tab-btn {
        flex: 1 1 calc(50% - 10px);
        padding: 10px 14px;
        font-size: 13px;
    }

    .posts-grid,
    .stories-container,
    .highlights-container,
    .reels-grid,
    .skeleton-posts-grid,
    .skeleton-stories-container,
    .skeleton-highlights-container,
    .skeleton-reels-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .story-card,
    .reel-card,
    .skeleton-story,
    .skeleton-reel {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }

    .highlight-card,
    .skeleton-highlight {
        max-width: 220px;
        width: 100%;
        margin: 0 auto;
    }

    .skeleton-profile-header {
        flex-direction: column;
        align-items: center;
        padding: 22px;
    }

    .skeleton-username,
    .skeleton-fullname {
        margin: 0 auto;
    }

    .skeleton-stats {
        justify-content: center;
    }

    .ipgv-modal-content {
        max-width: 94vw;
        max-height: 86vh;
        margin: 16px;
    }

    .ipgv-modal-img,
    .modal-img,
    .profile-img-modal {
        max-height: 60vh;
    }
}

@media (max-width: 599px) {
    .main-contain {
        padding: 10px;
        margin: 12px auto;
        border-radius: 18px;
    }

    .wrapper {
        padding: 24px 16px;
        margin: 8px auto;
        border-radius: 18px;
    }

    .wrapper .ig-header .main-title h1 {
        font-size: 26px;
    }

    .wrapper .ig-header .description {
        margin: 16px 0 20px;
        font-size: 15px;
        line-height: 1.6;
    }

    .ig-result {
        padding: 14px;
        border-radius: 20px;
    }

    .profile-image {
        width: 100px;
        min-width: 100px;
        height: 100px;
        min-height: 100px;
        font-size: 44px;
    }

    .view-profile-img {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .stats {
        width: 100%;
    }

    .stat-item {
        flex: 1 1 84px;
    }

    .post-meta,
    .reel-meta {
        padding: 14px;
    }

    .post-stats,
    .reel-stats {
        flex-wrap: wrap;
        gap: 8px;
    }

    .download-status {
        right: 10px;
        bottom: 10px;
        max-width: calc(100vw - 20px);
    }
}

@media (max-width: 400px) {
    .wrapper .ig-header .main-title h1 {
        font-size: 22px;
    }

    .wrapper .ig-header .description {
        font-size: 14px;
    }

    .wrapper .ig-input-area input,
    .wrapper .view-btn {
        padding: 13px 15px;
        font-size: 14px;
    }

    .ig-tabs button,
    .tab-btn {
        flex-basis: 100%;
    }

    .profile-image {
        width: 82px;
        min-width: 82px;
        height: 82px;
        min-height: 82px;
        font-size: 34px;
    }

    .profile-info .username-text {
        font-size: 20px;
    }

    .profile-info .fullname-text {
        font-size: 14px;
    }

    .stat-value {
        font-size: 15px;
    }

    .stat-label {
        font-size: 10px;
    }
}

/* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}