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

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

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-23 .tc-wp-tool-root img, .wpc-scope-23 .tc-wp-tool-root video, .wpc-scope-23 .tc-wp-tool-root svg, .wpc-scope-23 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-23 .tc-wp-tool-root .ih-body{
          
            margin-bottom:40px;
            font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
            position: relative;
            padding: 20px;
            box-sizing: border-box;
        }.wpc-scope-23 .tc-wp-tool-root .ih-wrapper{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }.wpc-scope-23 .tc-wp-tool-root .ih-animated-bg{
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 0;
            pointer-events: none;
					 background: radial-gradient(circle at 80% 10%, #ec407a22 0%, transparent 60%),
                radial-gradient(circle at 10% 90%, #1e88e522 0%, transparent 60%);
            animation: ih-bgMove 12s linear infinite alternate;
           
        }@keyframes ih-bgMove{
            0% {
                background-position: 80% 10%, 10% 90%;
            }

            100% {
                background-position: 70% 20%, 20% 80%;
            }
        }.wpc-scope-23 .tc-wp-tool-root .ih-main-card{
            position: relative;
            z-index: 2;
            width: 100%;
            border-radius: 32px;
           background: hsla(312, 77%, 86%, 1) !important;

background: linear-gradient(90deg, hsla(312, 77%, 86%, 1) 0%, hsla(220, 61%, 79%, 1) 100%) !important;

background: -moz-linear-gradient(90deg, hsla(312, 77%, 86%, 1) 0%, hsla(220, 61%, 79%, 1) 100%) !important;

background: -webkit-linear-gradient(90deg, hsla(312, 77%, 86%, 1) 0%, hsla(220, 61%, 79%, 1) 100%) !important;

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F7C0EC", endColorstr="#A7BDEA", GradientType=1 ) !important;
            box-shadow: 0 8px 32px rgba(30, 136, 229, 0.13), 0 1.5px 16px 0 rgba(236, 64, 122, 0.10);
            padding: 38px 36px 30px 36px;
            backdrop-filter: blur(18px);
            border: 2.5px solid rgba(236, 64, 122, 0.10);
            overflow: hidden;
        }.wpc-scope-23 .tc-wp-tool-root .ih-main-card::before{
            content: '';
            position: absolute;
            inset: -3px;
            border-radius: 36px;
            z-index: 0;
            background: linear-gradient(90deg, #f8fafc 0%, #e0e7ff 100%);
            filter: blur(6px) brightness(1.1);
            opacity: 0.18;
            animation: ih-borderSpin 8s linear infinite;
        }@keyframes ih-borderSpin{
            0% {
                filter: blur(6px) brightness(1.1) hue-rotate(0deg);
            }

            100% {
                filter: blur(6px) brightness(1.1) hue-rotate(360deg);
            }
        }.wpc-scope-23 .tc-wp-tool-root .ih-logo-anim{
            font-size: 2.7rem;
            color: #ec407a;
            margin-bottom: 8px;
        }@keyframes ih-logoPulse{

            0%,
            100% {
                transform: scale(1);
                filter: drop-shadow(0 2px 8px #ec407a33);
            }

            50% {
                transform: scale(1.08);
                filter: drop-shadow(0 4px 16px #ec407a55);
            }
        }.wpc-scope-23 .tc-wp-tool-root .ih-h1{
            font-family: 'Montserrat', 'Inter', Arial, sans-serif;
            font-size: 2.8rem;
            font-weight: 800;
            margin: 0 0 8px 0;
            letter-spacing: -1.5px;
            background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-align: center;
            animation: ih-logoPulse 3s ease-in-out infinite;
        }.wpc-scope-23 .tc-wp-tool-root .ih-h2{
            font-family: 'Montserrat', 'Inter', Arial, sans-serif;
            font-size: 1.4rem;
            font-weight: 600;
            color: #64748b;
            margin-bottom: 6px;
            letter-spacing: -0.5px;
            text-align: center;
            margin-top: 0;
        }.wpc-scope-23 .tc-wp-tool-root .ih-desc{
            color: #64748b;
            font-size: 1.08rem;
            margin-bottom: 24px;
            font-weight: 500;
        }.wpc-scope-23 .tc-wp-tool-root .ih-input-group{
            display: flex;
            gap: 10px;
            margin-bottom: 16px;
            position: relative;
            z-index: 2;
        }.wpc-scope-23 .tc-wp-tool-root .ih-input-group input{
            flex: 1;
            padding: 14px 16px;
            border-radius: 12px;
            border: 1.5px solid #e0e7ef;
            font-size: 1.08rem;
            outline: none;
            background: rgba(255, 255, 255, 0.85);
            font-weight: 500;
            color: #1e293b;
            transition: border 0.2s, box-shadow 0.2s;
            box-shadow: 0 1.5px 8px 0 rgba(30, 136, 229, 0.04);
        }.wpc-scope-23 .tc-wp-tool-root .ih-input-group input:focus{
            border: 1.5px solid #ec407a;
            box-shadow: 0 2px 12px 0 rgba(236, 64, 122, 0.10);
        }.wpc-scope-23 .tc-wp-tool-root .ih-input-group button{
            background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
            color: #fff;
            border: none;
            border-radius: 12px;
            padding: 0 22px;
            font-size: 1.08rem;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 2px 12px 0 rgba(30, 136, 229, 0.10);
            transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 8px;
        }.wpc-scope-23 .tc-wp-tool-root .ih-input-group button:hover{
            background: linear-gradient(45deg, #4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75);
            box-shadow: 0 4px 18px 0 rgba(236, 64, 122, 0.13);
            transform: translateY(-2px) scale(1.04);
        }.wpc-scope-23 .tc-wp-tool-root .ih-error{
            color: #fff;
            background: linear-gradient(90deg, #d62976 0%, #fa7e1e 100%);
            border-radius: 8px;
            margin-bottom: 12px;
            display: none;
            font-weight: 700;
            letter-spacing: 0.2px;
            padding: 10px 0;
            box-shadow: 0 2px 12px 0 rgba(236, 64, 122, 0.10);
            font-size: 1.01rem;
            animation: ih-fadeIn 0.5s;
        }@keyframes ih-fadeIn{
            from {
                opacity: 0;
                transform: translateY(-10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }.wpc-scope-23 .tc-wp-tool-root .ih-results{
            margin-top: 18px;
            z-index: 2;
            position: relative;
        }.wpc-scope-23 .tc-wp-tool-root .ih-img-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 28px;
            margin-top: 10px;
            align-items: stretch;
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block{
            background: rgba(255, 255, 255, 0.98);
            border-radius: 18px;
            box-shadow: 0 4px 24px rgba(30, 136, 229, 0.10), 0 1.5px 16px 0 rgba(236, 64, 122, 0.08);
            border: 1.5px solid #e0e7ef;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            min-width: 0;
            animation: ih-fadeIn 0.7s;
            overflow: hidden;
            transition: box-shadow 0.2s, transform 0.2s;
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block:hover{
            box-shadow: 0 8px 32px rgba(236, 64, 122, 0.13), 0 2px 24px 0 rgba(30, 136, 229, 0.10);
            transform: translateY(-2px) scale(1.025);
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-img-wrap{
            width: 100%;
            aspect-ratio: 1.3/1;
            background: linear-gradient(120deg, #e0e7ff 0%, #f8fafc 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: none;
            border-radius: 0;
            box-shadow: none;
            margin: 0;
            transition: transform 0.2s;
            cursor: pointer;
            display: block;
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block img:hover{
            transform: scale(1.04);
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-label{
            font-size: 1.04rem;
            color: #1e293b;
            margin: 14px 0 2px 0;
            font-weight: 700;
            text-align: center;
            word-break: break-all;
            font-family: 'Montserrat', 'Inter', Arial, sans-serif;
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-resolution{
            font-size: 0.97rem;
            color: #1e88e5;
            font-weight: 700;
            margin-bottom: 12px;
            text-align: center;
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-img-actions{
            display: flex;
            justify-content: center;
            margin-bottom: 18px;
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
            background: linear-gradient(90deg, #feda75 0%, #d62976 100%);
            color: #fff;
            border: none;
            border-radius: 7px;
            padding: 10px 28px;
            font-size: 1.05rem;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 2px 12px 0 rgba(253, 218, 117, 0.13);
            transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 8px;
        }.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn:hover{
            background: linear-gradient(90deg, #d62976 0%, #feda75 100%);
            box-shadow: 0 4px 18px 0 rgba(236, 64, 122, 0.18);
            transform: translateY(-2px) scale(1.05);
        }.wpc-scope-23 .tc-wp-tool-root .ih-username{
            font-size: 1.18rem;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 2px;
            letter-spacing: 0.2px;
            font-family: 'Montserrat', 'Inter', Arial, sans-serif;
        }.wpc-scope-23 .tc-wp-tool-root .ih-fullname{
            font-size: 1.05rem;
            color: #64748b;
            margin-bottom: 10px;
            font-weight: 600;
        }.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 28px;
            margin-top: 10px;
        }.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-img-block{
            background: rgba(255, 255, 255, 0.97);
            border-radius: 18px;
            box-shadow: 0 4px 24px rgba(30, 136, 229, 0.10), 0 1.5px 16px 0 rgba(236, 64, 122, 0.08);
            border: 1.5px solid #e0e7ef;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            min-width: 0;
            animation: ih-fadeIn 0.7s;
            overflow: hidden;
        }.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-img{
            width: 100%;
            aspect-ratio: 1.3/1;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: ih-shimmer 2s infinite linear;
            margin: 0;
        }.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-label, .wpc-scope-23 .tc-wp-tool-root .ih-skeleton-res{
            height: 16px;
            width: 80px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: ih-shimmer 2s infinite linear;
            border-radius: 4px;
            margin: 14px auto 8px auto;
        }.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-actions{
            width: 60%;
            height: 32px;
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 1000px 100%;
            animation: ih-shimmer 2s infinite linear;
            border-radius: 7px;
            margin: 0 auto 18px auto;
        }@keyframes ih-shimmer{
            0% {
                background-position: -1000px 0;
            }

            100% {
                background-position: 1000px 0;
            }
        }.wpc-scope-23 .tc-wp-tool-root .ih-main-card{
	position: relative;
	z-index: 2;
	width: 100%;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0 8px 32px rgba(30, 136, 229, 0.13), 0 1.5px 16px 0 rgba(236, 64, 122, 0.10);
	padding: 38px 36px 30px 36px;
	backdrop-filter: blur(18px);
	border: 2.5px solid rgba(236, 64, 122, 0.10);
	overflow: hidden;
	text-align: center;
}@media (max-width: 992px){.tc-wp-tool-root .ih-main-card{
        padding: 30px 28px 25px 28px;
        border-radius: 28px;
    }.tc-wp-tool-root .ih-main-card::before{
        border-radius: 32px;
    }.tc-wp-tool-root .ih-h1{
        font-size: 2.4rem;
        margin-bottom: 6px;
    }.tc-wp-tool-root .ih-h2{
        font-size: 1.2rem;
        margin-bottom: 5px;
    }.tc-wp-tool-root .ih-desc{
        font-size: 1rem;
        margin-bottom: 20px;
    }.tc-wp-tool-root .ih-input-group input{
        padding: 12px 14px;
        font-size: 1rem;
    }.tc-wp-tool-root .ih-input-group button{
        padding: 0 18px;
        font-size: 1rem;
    }.tc-wp-tool-root .ih-img-grid{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 24px;
    }.tc-wp-tool-root .ih-profile-img-block{
        border-radius: 16px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 1rem;
        margin: 12px 0 2px 0;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.9rem;
        margin-bottom: 10px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 9px 24px;
        font-size: 1rem;
    }}@media (max-width: 768px){.tc-wp-tool-root .ih-body{
        padding: 15px;
    }.tc-wp-tool-root .ih-main-card{
        padding: 25px 20px 20px 20px;
        border-radius: 24px;
    }.tc-wp-tool-root .ih-main-card::before{
        border-radius: 28px;
    }.tc-wp-tool-root .ih-h1{
        font-size: 2rem;
        margin-bottom: 5px;
    }.tc-wp-tool-root .ih-h2{
        font-size: 1.1rem;
        margin-bottom: 4px;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.95rem;
        margin-bottom: 18px;
    }.tc-wp-tool-root .ih-input-group{
        flex-direction: column;
        gap: 8px;
    }.tc-wp-tool-root .ih-input-group input{
        padding: 10px 12px;
        font-size: 0.95rem;
    }.tc-wp-tool-root .ih-input-group button{
        width: 100%;
        padding: 10px 12px;
        font-size: 0.95rem;
        justify-content: center;
    }.tc-wp-tool-root .ih-img-grid{
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 20px;
    }.tc-wp-tool-root .ih-profile-img-block{
        border-radius: 14px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.95rem;
        margin: 10px 0 2px 0;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.85rem;
        margin-bottom: 8px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 8px 20px;
        font-size: 0.95rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.95rem;
        padding: 8px 0;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 14px;
        width: 70px;
        margin: 10px auto 6px auto;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 70%;
        height: 30px;
        margin: 0 auto 16px auto;
    }}@media (max-width: 600px){.tc-wp-tool-root .ih-main-card{
        padding: 20px 15px 15px 15px;
        border-radius: 20px;
    }.tc-wp-tool-root .ih-main-card::before{
        border-radius: 24px;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.8rem;
        margin-bottom: 4px;
    }.tc-wp-tool-root .ih-h2{
        font-size: 1rem;
        margin-bottom: 3px;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.9rem;
        margin-bottom: 15px;
    }.tc-wp-tool-root .ih-input-group input{
        padding: 9px 10px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .ih-input-group button{
        padding: 9px 10px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .ih-img-grid{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }.tc-wp-tool-root .ih-profile-img-block{
        border-radius: 12px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.9rem;
        margin: 8px 0 1px 0;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.8rem;
        margin-bottom: 6px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 7px 18px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.9rem;
        padding: 7px 0;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 12px;
        width: 60px;
        margin: 8px auto 5px auto;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 75%;
        height: 28px;
        margin: 0 auto 14px auto;
    }.tc-wp-tool-root .ih-logo-anim{
	font-size: 2.7rem;
	color: #ec407a;
	margin-bottom: 8px;
	text-align: center;
}.tc-wp-tool-root .ih-h1{
	font-size: 1.4rem;
	margin-bottom: 4px;
}}@media (max-width: 400px){.tc-wp-tool-root .ih-main-card{
        padding: 18px 12px 12px 12px;
        border-radius: 18px;
    }.tc-wp-tool-root .ih-main-card::before{
        border-radius: 22px;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.6rem;
        margin-bottom: 3px;
    }.tc-wp-tool-root .ih-h2{
        font-size: 0.9rem;
        margin-bottom: 2px;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.85rem;
        margin-bottom: 12px;
    }.tc-wp-tool-root .ih-input-group input, .tc-wp-tool-root .ih-input-group button{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.tc-wp-tool-root .ih-img-grid{
        grid-template-columns: 1fr; 
        gap: 12px;
    }.tc-wp-tool-root .ih-profile-img-block{
        border-radius: 10px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.85rem;
        margin: 7px 0 1px 0;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.75rem;
        margin-bottom: 5px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 6px 15px;
        font-size: 0.85rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.85rem;
        padding: 6px 0;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 11px;
        width: 55px;
        margin: 7px auto 4px auto;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 80%;
        height: 25px;
        margin: 0 auto 12px auto;
    }.tc-wp-tool-root .ih-logo-anim{
	font-size: 2.7rem;
	color: #ec407a;
	margin-bottom: 8px;
	text-align: center;
}.tc-wp-tool-root .ih-h1{
	font-size: 1.4rem;
	margin-bottom: 4px;
}}@media (max-width: 375px){.tc-wp-tool-root .ih-main-card{
        padding: 15px 10px 10px 10px;
        border-radius: 16px;
    }.tc-wp-tool-root .ih-main-card::before{
        border-radius: 20px;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.5rem;
    }.tc-wp-tool-root .ih-h2{
        font-size: 0.85rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.8rem;
        margin-bottom: 10px;
    }.tc-wp-tool-root .ih-input-group input, .tc-wp-tool-root .ih-input-group button{
        padding: 7px 8px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .ih-img-grid{
        gap: 10px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.8rem;
        margin: 6px 0 0 0;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.7rem;
        margin-bottom: 4px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 5px 12px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.8rem;
        padding: 5px 0;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 10px;
        width: 50px;
        margin: 6px auto 3px auto;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 85%;
        height: 22px;
        margin: 0 auto 10px auto;
    }.tc-wp-tool-root .ih-logo-anim{
	font-size: 2.7rem;
	color: #ec407a;
	margin-bottom: 8px;
	text-align: center;
}.tc-wp-tool-root .ih-h1{
	font-size: 1.4rem;
	margin-bottom: 4px;
}}.wpc-scope-23 .tc-wp-tool-root .ih-body{
    margin-bottom: 40px;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    color: #172033;
    isolation: isolate;
    overflow-x: hidden;
}.wpc-scope-23 .tc-wp-tool-root .ih-wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}.wpc-scope-23 .tc-wp-tool-root .ih-animated-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 82% 12%, rgba(214, 41, 118, 0.18) 0%, transparent 42%),
        radial-gradient(circle at 12% 88%, rgba(79, 91, 213, 0.18) 0%, transparent 46%),
        radial-gradient(circle at 48% 35%, rgba(254, 218, 117, 0.14) 0%, transparent 36%);
    animation: ih-bgMove 14s ease-in-out infinite alternate;
}@keyframes ih-bgMove{
    0% {
        background-position: 82% 12%, 12% 88%, 48% 35%;
    }

    100% {
        background-position: 72% 22%, 22% 78%, 56% 42%;
    }
}.wpc-scope-23 .tc-wp-tool-root .ih-main-card{
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 247, 252, 0.78) 42%, rgba(238, 243, 255, 0.82) 100%) !important;
    box-shadow:
        0 24px 70px rgba(79, 91, 213, 0.16),
        0 12px 36px rgba(214, 41, 118, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    padding: 42px 38px 34px;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    overflow: hidden;
    text-align: center;
}.wpc-scope-23 .tc-wp-tool-root .ih-main-card::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    background:
        linear-gradient(135deg, rgba(254, 218, 117, 0.36), rgba(214, 41, 118, 0.24), rgba(79, 91, 213, 0.30));
    filter: blur(24px);
    opacity: 0.42;
    transform: scale(1.02);
    animation: ih-borderSpin 10s linear infinite;
}@keyframes ih-borderSpin{
    0% {
        filter: blur(24px) brightness(1.02) hue-rotate(0deg);
    }

    100% {
        filter: blur(24px) brightness(1.08) hue-rotate(360deg);
    }
}.wpc-scope-23 .tc-wp-tool-root .ih-logo-anim{
    width: 66px;
    height: 66px;
    margin: 0 auto 12px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.35rem;
    color: #ffffff;
    background: linear-gradient(135deg, #feda75 0%, #fa7e1e 26%, #d62976 55%, #962fbf 76%, #4f5bd5 100%);
    box-shadow: 0 16px 34px rgba(214, 41, 118, 0.24);
    animation: ih-logoPulse 3.4s ease-in-out infinite;
}.wpc-scope-23 .tc-wp-tool-root .fa-brands, .wpc-scope-23 .tc-wp-tool-root .fa-solid{
    display: inline-block;
    line-height: 1;
}.wpc-scope-23 .tc-wp-tool-root .fa-instagram{
    color: currentColor;
}.wpc-scope-23 .tc-wp-tool-root .fa-search{
    color: currentColor;
    font-size: 0.95em;
}@keyframes ih-logoPulse{
    0%,
    100% {
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 6px 14px rgba(214, 41, 118, 0.22));
    }

    50% {
        transform: translateY(-2px) scale(1.04);
        filter: drop-shadow(0 12px 24px rgba(214, 41, 118, 0.32));
    }
}.wpc-scope-23 .tc-wp-tool-root .ih-h1{
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -0.04em;
    line-height: 1.08;
    background: linear-gradient(45deg, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}.wpc-scope-23 .tc-wp-tool-root .ih-h2{
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #475569;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
    text-align: center;
}.wpc-scope-23 .tc-wp-tool-root .ih-desc{
    color: #5f6f86;
    font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 auto 28px;
    font-weight: 500;
    max-width: 680px;
}.wpc-scope-23 .tc-wp-tool-root .ih-input-group{
    display: flex;
    gap: 12px;
    margin: 0 auto 18px;
    position: relative;
    z-index: 2;
    max-width: 760px;
}.wpc-scope-23 .tc-wp-tool-root .ih-input-group input{
    flex: 1;
    width: 100%;
    min-width: 0;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.36);
    font-size: 1.04rem;
    outline: none;
    background: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    color: #172033;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, transform 0.22s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 24px rgba(79, 91, 213, 0.07);
}.wpc-scope-23 .tc-wp-tool-root .ih-input-group input::placeholder{
    color: #94a3b8;
    font-weight: 500;
}.wpc-scope-23 .tc-wp-tool-root .ih-input-group input:focus{
    border-color: rgba(214, 41, 118, 0.62);
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(214, 41, 118, 0.12),
        0 14px 32px rgba(79, 91, 213, 0.10);
    transform: translateY(-1px);
}.wpc-scope-23 .tc-wp-tool-root .ih-input-group button{
    background: linear-gradient(135deg, #fa7e1e 0%, #d62976 45%, #4f5bd5 100%);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 0 28px;
    min-height: 56px;
    font-size: 1.04rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(214, 41, 118, 0.24);
    transition: box-shadow 0.22s ease, transform 0.18s ease, filter 0.22s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    white-space: nowrap;
}.wpc-scope-23 .tc-wp-tool-root .ih-input-group button:hover{
    filter: brightness(1.06) saturate(1.08);
    box-shadow: 0 18px 38px rgba(214, 41, 118, 0.30);
    transform: translateY(-2px);
}.wpc-scope-23 .tc-wp-tool-root .ih-input-group button:active{
    transform: translateY(0) scale(0.98);
    box-shadow: 0 10px 22px rgba(214, 41, 118, 0.22);
}.wpc-scope-23 .tc-wp-tool-root .ih-input-group button:focus-visible{
    outline: none;
    box-shadow:
        0 0 0 4px rgba(214, 41, 118, 0.18),
        0 18px 38px rgba(214, 41, 118, 0.30);
}.wpc-scope-23 .tc-wp-tool-root .ih-error{
    color: #ffffff;
    background: linear-gradient(135deg, #d62976 0%, #fa7e1e 100%);
    border-radius: 14px;
    margin: 0 auto 14px;
    display: none;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 12px 16px;
    box-shadow: 0 12px 28px rgba(214, 41, 118, 0.22);
    font-size: 1rem;
    line-height: 1.45;
    animation: ih-fadeIn 0.45s ease;
    max-width: 760px;
}@keyframes ih-fadeIn{
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}.wpc-scope-23 .tc-wp-tool-root .ih-results{
    margin-top: 22px;
    z-index: 2;
    position: relative;
}.wpc-scope-23 .tc-wp-tool-root .ih-img-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 26px;
    margin-top: 12px;
    align-items: stretch;
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block{
    background: rgba(255, 255, 255, 0.92);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(79, 91, 213, 0.12), 0 8px 24px rgba(214, 41, 118, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.92);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    animation: ih-fadeIn 0.6s ease;
    overflow: hidden;
    transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block:hover{
    box-shadow: 0 24px 54px rgba(79, 91, 213, 0.16), 0 12px 30px rgba(214, 41, 118, 0.12);
    transform: translateY(-4px);
    border-color: rgba(214, 41, 118, 0.24);
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-img-wrap{
    width: 100%;
    aspect-ratio: 1.3 / 1;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 48%, #fff1f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    transition: transform 0.25s ease, filter 0.25s ease;
    cursor: pointer;
    display: block;
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block img:hover{
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.02);
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-label{
    font-size: 1.03rem;
    color: #172033;
    margin: 16px 14px 4px;
    font-weight: 800;
    text-align: center;
    word-break: break-word;
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
    line-height: 1.35;
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-resolution{
    font-size: 0.94rem;
    color: #4f5bd5;
    font-weight: 800;
    margin: 0 14px 14px;
    text-align: center;
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-img-actions{
    display: flex;
    justify-content: center;
    margin: 0 14px 18px;
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
    background: linear-gradient(135deg, #feda75 0%, #d62976 54%, #962fbf 100%);
    color: #ffffff;
    border: none;
    border-radius: 13px;
    padding: 11px 26px;
    min-height: 44px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(214, 41, 118, 0.20);
    transition: box-shadow 0.22s ease, transform 0.18s ease, filter 0.22s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn:hover{
    filter: brightness(1.06) saturate(1.08);
    box-shadow: 0 16px 34px rgba(214, 41, 118, 0.28);
    transform: translateY(-2px);
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn:active{
    transform: translateY(0) scale(0.98);
}.wpc-scope-23 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn:focus-visible{
    outline: none;
    box-shadow:
        0 0 0 4px rgba(214, 41, 118, 0.16),
        0 16px 34px rgba(214, 41, 118, 0.28);
}.wpc-scope-23 .tc-wp-tool-root .ih-username{
    font-size: 1.16rem;
    font-weight: 800;
    color: #172033;
    margin-bottom: 3px;
    letter-spacing: 0;
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
}.wpc-scope-23 .tc-wp-tool-root .ih-fullname{
    font-size: 1.02rem;
    color: #64748b;
    margin-bottom: 12px;
    font-weight: 600;
}.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 26px;
    margin-top: 12px;
}.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-img-block{
    background: rgba(255, 255, 255, 0.92);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(79, 91, 213, 0.12), 0 8px 24px rgba(214, 41, 118, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.92);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    animation: ih-fadeIn 0.6s ease;
    overflow: hidden;
}.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-img{
    width: 100%;
    aspect-ratio: 1.3 / 1;
    background: linear-gradient(90deg, #eef2f7 20%, #ffffff 42%, #e9eef8 64%);
    background-size: 1000px 100%;
    animation: ih-shimmer 1.8s infinite linear;
    margin: 0;
}.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-label, .wpc-scope-23 .tc-wp-tool-root .ih-skeleton-res{
    height: 16px;
    width: 88px;
    background: linear-gradient(90deg, #eef2f7 20%, #ffffff 42%, #e9eef8 64%);
    background-size: 1000px 100%;
    animation: ih-shimmer 1.8s infinite linear;
    border-radius: 999px;
    margin: 16px auto 8px;
}.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-res{
    width: 116px;
    margin-top: 0;
}.wpc-scope-23 .tc-wp-tool-root .ih-skeleton-actions{
    width: 60%;
    height: 38px;
    background: linear-gradient(90deg, #eef2f7 20%, #ffffff 42%, #e9eef8 64%);
    background-size: 1000px 100%;
    animation: ih-shimmer 1.8s infinite linear;
    border-radius: 13px;
    margin: 2px auto 18px;
}@keyframes ih-shimmer{
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}@media (max-width: 992px){.tc-wp-tool-root .ih-main-card{
        padding: 34px 28px 28px;
        border-radius: 26px;
    }.tc-wp-tool-root .ih-h2{
        font-size: 1.2rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 1rem;
        margin-bottom: 24px;
    }.tc-wp-tool-root .ih-input-group input{
        padding: 14px 16px;
        font-size: 1rem;
    }.tc-wp-tool-root .ih-input-group button{
        padding: 0 22px;
        font-size: 1rem;
    }.tc-wp-tool-root .ih-img-grid, .tc-wp-tool-root .ih-skeleton-grid{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 22px;
    }.tc-wp-tool-root .ih-profile-img-block{
        border-radius: 18px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 1rem;
        margin-top: 14px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.9rem;
        margin-bottom: 12px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 10px 22px;
        font-size: 0.96rem;
    }}@media (max-width: 768px){.tc-wp-tool-root .ih-body{
        padding: 16px;
    }.tc-wp-tool-root .ih-main-card{
        padding: 28px 20px 22px;
        border-radius: 22px;
    }.tc-wp-tool-root .ih-logo-anim{
        width: 58px;
        height: 58px;
        border-radius: 19px;
        font-size: 2rem;
    }.tc-wp-tool-root .ih-h1{
        font-size: 2rem;
        letter-spacing: -0.03em;
    }.tc-wp-tool-root .ih-h2{
        font-size: 1.05rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.95rem;
        margin-bottom: 20px;
    }.tc-wp-tool-root .ih-input-group{
        flex-direction: column;
        gap: 10px;
    }.tc-wp-tool-root .ih-input-group input{
        padding: 13px 14px;
        font-size: 0.96rem;
    }.tc-wp-tool-root .ih-input-group button{
        width: 100%;
        min-height: 50px;
        padding: 11px 14px;
        font-size: 0.96rem;
    }.tc-wp-tool-root .ih-img-grid, .tc-wp-tool-root .ih-skeleton-grid{
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 18px;
    }.tc-wp-tool-root .ih-profile-img-block{
        border-radius: 16px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.95rem;
        margin: 12px 12px 3px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.85rem;
        margin: 0 12px 10px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-img-actions{
        margin: 0 12px 16px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        width: 100%;
        padding: 10px 16px;
        font-size: 0.94rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.94rem;
        padding: 10px 14px;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 14px;
        margin: 12px auto 7px;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 72%;
        height: 34px;
        margin-bottom: 16px;
    }}@media (max-width: 600px){.tc-wp-tool-root .ih-main-card{
        padding: 24px 15px 18px;
        border-radius: 20px;
    }.tc-wp-tool-root .ih-logo-anim{
        width: 54px;
        height: 54px;
        font-size: 1.9rem;
        margin-bottom: 10px;
        text-align: center;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.65rem;
        margin-bottom: 5px;
    }.tc-wp-tool-root .ih-h2{
        font-size: 0.98rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.9rem;
        margin-bottom: 16px;
        line-height: 1.55;
    }.tc-wp-tool-root .ih-input-group input{
        padding: 12px;
        font-size: 0.9rem;
        border-radius: 14px;
    }.tc-wp-tool-root .ih-input-group button{
        padding: 10px 12px;
        font-size: 0.9rem;
        border-radius: 14px;
    }.tc-wp-tool-root .ih-img-grid, .tc-wp-tool-root .ih-skeleton-grid{
        grid-template-columns: 1fr;
        gap: 15px;
    }.tc-wp-tool-root .ih-profile-img-block{
        border-radius: 14px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.9rem;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.8rem;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        font-size: 0.9rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.9rem;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 12px;
        width: 72px;
        margin: 10px auto 6px;
    }.tc-wp-tool-root .ih-skeleton-res{
        width: 96px;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 76%;
        height: 32px;
        margin-bottom: 14px;
    }}@media (max-width: 400px){.tc-wp-tool-root .ih-body{
        padding: 12px;
    }.tc-wp-tool-root .ih-main-card{
        padding: 22px 12px 16px;
        border-radius: 18px;
    }.tc-wp-tool-root .ih-logo-anim{
        width: 50px;
        height: 50px;
        border-radius: 17px;
        font-size: 1.75rem;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.45rem;
    }.tc-wp-tool-root .ih-h2{
        font-size: 0.9rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.85rem;
        margin-bottom: 14px;
    }.tc-wp-tool-root .ih-input-group input, .tc-wp-tool-root .ih-input-group button{
        padding: 10px;
        font-size: 0.85rem;
    }.tc-wp-tool-root .ih-img-grid, .tc-wp-tool-root .ih-skeleton-grid{
        grid-template-columns: 1fr;
        gap: 12px;
    }.tc-wp-tool-root .ih-profile-img-block{
        border-radius: 12px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.85rem;
        margin-top: 10px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.76rem;
        margin-bottom: 8px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 9px 14px;
        font-size: 0.85rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.85rem;
        padding: 9px 12px;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 11px;
        width: 64px;
        margin: 9px auto 5px;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 82%;
        height: 30px;
        margin-bottom: 12px;
    }}@media (max-width: 375px){.tc-wp-tool-root .ih-main-card{
        padding: 20px 10px 14px;
        border-radius: 16px;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.36rem;
    }.tc-wp-tool-root .ih-h2{
        font-size: 0.85rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.8rem;
        margin-bottom: 12px;
    }.tc-wp-tool-root .ih-input-group input, .tc-wp-tool-root .ih-input-group button{
        padding: 9px 8px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .ih-img-grid, .tc-wp-tool-root .ih-skeleton-grid{
        gap: 10px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.8rem;
        margin: 9px 10px 2px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.72rem;
        margin-bottom: 7px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 8px 12px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.8rem;
        padding: 8px 10px;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 10px;
        width: 56px;
        margin: 8px auto 4px;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 86%;
        height: 28px;
        margin-bottom: 10px;
    }}.wpc-scope-23 /* 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;
}