@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-40 .tc-wp-tool-root img, .wpc-scope-40 .tc-wp-tool-root video, .wpc-scope-40 .tc-wp-tool-root svg, .wpc-scope-40 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-40 .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-40 .tc-wp-tool-root .ih-wrapper{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }.wpc-scope-40 .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-40 .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;
        }.wpc-scope-40 .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-40 .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-40 .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-40 .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-40 .tc-wp-tool-root .ih-desc{
            color: #64748b;
            font-size: 1.08rem;
            margin-bottom: 24px;
            font-weight: 500;
        }.wpc-scope-40 .tc-wp-tool-root .ih-input-group{
            display: flex;
            gap: 10px;
            margin-bottom: 16px;
            position: relative;
            z-index: 2;
        }.wpc-scope-40 .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-40 .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-40 .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-40 .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-40 .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-40 .tc-wp-tool-root .ih-results{
            margin-top: 18px;
            z-index: 2;
            position: relative;
        }.wpc-scope-40 .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-40 .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-40 .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-40 .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-40 .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-40 .tc-wp-tool-root .ih-profile-img-block img:hover{
            transform: scale(1.04);
        }.wpc-scope-40 .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-40 .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-40 .tc-wp-tool-root .ih-profile-img-block .ih-img-actions{
            display: flex;
            justify-content: center;
            margin-bottom: 18px;
        }.wpc-scope-40 .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-40 .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-40 .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-40 .tc-wp-tool-root .ih-fullname{
            font-size: 1.05rem;
            color: #64748b;
            margin-bottom: 10px;
            font-weight: 600;
        }.wpc-scope-40 .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-40 .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-40 .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-40 .tc-wp-tool-root .ih-skeleton-label, .wpc-scope-40 .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-40 .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-40 .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-40 .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-40 .tc-wp-tool-root .ih-body *, .wpc-scope-40 .tc-wp-tool-root .ih-body *::before, .wpc-scope-40 .tc-wp-tool-root .ih-body *::after{
    box-sizing: border-box;
}.wpc-scope-40 .tc-wp-tool-root .ih-wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.wpc-scope-40 .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 34%),
        radial-gradient(circle at 14% 88%, rgba(79, 91, 213, 0.18) 0%, transparent 38%),
        radial-gradient(circle at 50% 50%, rgba(254, 218, 117, 0.14) 0%, transparent 42%);
    animation: ih-bgMove 14s ease-in-out infinite alternate;
}@keyframes ih-bgMove{
    0% {
        background-position: 82% 12%, 14% 88%, 50% 50%;
    }

    100% {
        background-position: 72% 22%, 24% 78%, 46% 56%;
    }
}.wpc-scope-40 .tc-wp-tool-root .ih-main-card{
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.78)),
        linear-gradient(135deg, rgba(254, 218, 117, 0.18), rgba(214, 41, 118, 0.10), rgba(79, 91, 213, 0.12));
    box-shadow:
        0 28px 80px rgba(15, 23, 42, 0.14),
        0 10px 30px rgba(214, 41, 118, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
    padding: 44px 40px 34px;
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.72);
    overflow: hidden;
    text-align: center;
}.wpc-scope-40 .tc-wp-tool-root .ih-main-card::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
    background:
        linear-gradient(120deg, rgba(254, 218, 117, 0.28), rgba(214, 41, 118, 0.18), rgba(79, 91, 213, 0.22)),
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.85), transparent 34%);
    opacity: 0.55;
    pointer-events: none;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    padding: 1px;
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    animation: ih-borderSpin 10s linear infinite;
}@keyframes ih-borderSpin{
    0% {
        filter: hue-rotate(0deg) saturate(1);
    }

    100% {
        filter: hue-rotate(360deg) saturate(1.15);
    }
}.wpc-scope-40 .tc-wp-tool-root .ih-logo-anim{
    position: relative;
    z-index: 1;
    width: 74px;
    height: 74px;
    margin: 0 auto 14px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.55rem;
    color: #ffffff;
    background: linear-gradient(135deg, #feda75 0%, #fa7e1e 24%, #d62976 52%, #962fbf 76%, #4f5bd5 100%);
    box-shadow: 0 18px 42px rgba(214, 41, 118, 0.25);
    animation: ih-logoPulse 3.4s ease-in-out infinite;
}@keyframes ih-logoPulse{
    0%,
    100% {
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 8px 18px rgba(214, 41, 118, 0.18));
    }

    50% {
        transform: translateY(-2px) scale(1.045);
        filter: drop-shadow(0 14px 26px rgba(79, 91, 213, 0.24));
    }
}.wpc-scope-40 .tc-wp-tool-root .ih-h1{
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: 0;
    line-height: 1.08;
    background: linear-gradient(90deg, #7c2d12 0%, #d62976 34%, #7e22ce 66%, #3542b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}.wpc-scope-40 .tc-wp-tool-root .ih-h2{
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 700;
    color: #475569;
    margin: 0 0 8px;
    letter-spacing: 0;
    text-align: center;
}.wpc-scope-40 .tc-wp-tool-root .ih-desc{
    position: relative;
    z-index: 1;
    color: #64748b;
    font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 28px;
    font-weight: 500;
}.wpc-scope-40 .tc-wp-tool-root .ih-desc span{
    color: #d62976;
    font-weight: 800;
    margin-top: 10px;
    display: block;
}.wpc-scope-40 .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-40 .tc-wp-tool-root .ih-input-group input{
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.42);
    font-size: 1.05rem;
    line-height: 1.3;
    outline: none;
    background: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    color: #172033;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
    box-shadow:
        0 8px 22px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-40 .tc-wp-tool-root .ih-input-group input::placeholder{
    color: #94a3b8;
    font-weight: 500;
}.wpc-scope-40 .tc-wp-tool-root .ih-input-group input:hover{
    border-color: rgba(214, 41, 118, 0.38);
    background: rgba(255, 255, 255, 0.96);
}.wpc-scope-40 .tc-wp-tool-root .ih-input-group input:focus{
    border-color: #d62976;
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(214, 41, 118, 0.13),
        0 14px 34px rgba(79, 91, 213, 0.10);
}.wpc-scope-40 .tc-wp-tool-root .ih-input-group button{
    min-height: 56px;
    background: linear-gradient(135deg, #f97316 0%, #d62976 42%, #7e22ce 72%, #4f5bd5 100%);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 0 28px;
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow:
        0 16px 34px rgba(214, 41, 118, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: box-shadow 0.2s ease, transform 0.18s ease, filter 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    white-space: nowrap;
}.wpc-scope-40 .tc-wp-tool-root .ih-input-group button:hover{
    filter: brightness(1.05) saturate(1.08);
    box-shadow:
        0 20px 42px rgba(214, 41, 118, 0.30),
        0 8px 20px rgba(79, 91, 213, 0.16);
    transform: translateY(-2px);
}.wpc-scope-40 .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.20);
}.wpc-scope-40 .tc-wp-tool-root .ih-input-group button:focus-visible{
    outline: none;
    box-shadow:
        0 0 0 4px rgba(254, 218, 117, 0.36),
        0 16px 34px rgba(214, 41, 118, 0.24);
}.wpc-scope-40 .tc-wp-tool-root .ih-error{
    position: relative;
    z-index: 2;
    color: #ffffff;
    background: linear-gradient(135deg, #be123c 0%, #d62976 48%, #f97316 100%);
    border-radius: 14px;
    margin: 0 auto 14px;
    display: none;
    font-weight: 800;
    letter-spacing: 0;
    padding: 12px 16px;
    box-shadow: 0 14px 34px rgba(190, 18, 60, 0.18);
    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-40 .tc-wp-tool-root .ih-results{
    margin-top: 22px;
    z-index: 2;
    position: relative;
}.wpc-scope-40 .tc-wp-tool-root .ih-img-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 26px;
    margin-top: 14px;
    align-items: stretch;
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block{
    background: rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    box-shadow:
        0 18px 44px rgba(15, 23, 42, 0.10),
        0 8px 20px rgba(214, 41, 118, 0.07);
    border: 1px solid rgba(226, 232, 240, 0.86);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    animation: ih-fadeIn 0.55s ease;
    overflow: hidden;
    transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block:hover{
    box-shadow:
        0 24px 58px rgba(15, 23, 42, 0.14),
        0 12px 28px rgba(214, 41, 118, 0.12);
    border-color: rgba(214, 41, 118, 0.24);
    transform: translateY(-4px);
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block .ih-img-wrap{
    width: 100%;
    aspect-ratio: 1.3 / 1;
    background:
        linear-gradient(135deg, rgba(254, 218, 117, 0.22), rgba(214, 41, 118, 0.13), rgba(79, 91, 213, 0.16)),
        #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}.wpc-scope-40 .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.24s ease, filter 0.24s ease;
    cursor: pointer;
    display: block;
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block img:hover{
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.02);
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block .ih-label{
    font-size: 1.04rem;
    line-height: 1.35;
    color: #172033;
    margin: 16px 14px 4px;
    font-weight: 800;
    text-align: center;
    word-break: break-word;
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block .ih-resolution{
    font-size: 0.95rem;
    line-height: 1.35;
    color: #4f5bd5;
    font-weight: 800;
    margin: 0 14px 14px;
    text-align: center;
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block .ih-img-actions{
    display: flex;
    justify-content: center;
    margin: auto 16px 18px;
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
    background: linear-gradient(135deg, #feda75 0%, #fa7e1e 22%, #d62976 62%, #962fbf 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 11px 26px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow:
        0 14px 28px rgba(214, 41, 118, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.30);
    transition: box-shadow 0.2s ease, transform 0.18s ease, filter 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn:hover{
    filter: brightness(1.05) saturate(1.08);
    box-shadow: 0 18px 36px rgba(214, 41, 118, 0.28);
    transform: translateY(-2px);
}.wpc-scope-40 .tc-wp-tool-root .ih-profile-img-block .ih-download-btn:active{
    transform: translateY(0) scale(0.98);
}.wpc-scope-40 .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.15),
        0 18px 36px rgba(214, 41, 118, 0.24);
}.wpc-scope-40 .tc-wp-tool-root .ih-username{
    font-size: 1.18rem;
    font-weight: 800;
    color: #172033;
    margin-bottom: 3px;
    letter-spacing: 0;
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
}.wpc-scope-40 .tc-wp-tool-root .ih-fullname{
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 12px;
    font-weight: 700;
}.wpc-scope-40 .tc-wp-tool-root .ih-skeleton-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 26px;
    margin-top: 14px;
}.wpc-scope-40 .tc-wp-tool-root .ih-skeleton-img-block{
    background: rgba(255, 255, 255, 0.90);
    border-radius: 22px;
    box-shadow:
        0 18px 44px rgba(15, 23, 42, 0.10),
        0 8px 20px rgba(214, 41, 118, 0.07);
    border: 1px solid rgba(226, 232, 240, 0.86);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    animation: ih-fadeIn 0.55s ease;
    overflow: hidden;
}.wpc-scope-40 .tc-wp-tool-root .ih-skeleton-img{
    width: 100%;
    aspect-ratio: 1.3 / 1;
    background: linear-gradient(90deg, #eef2f7 20%, #f8fafc 45%, #e0e7ff 60%, #eef2f7 80%);
    background-size: 1100px 100%;
    animation: ih-shimmer 1.8s infinite linear;
    margin: 0;
}.wpc-scope-40 .tc-wp-tool-root .ih-skeleton-label, .wpc-scope-40 .tc-wp-tool-root .ih-skeleton-res{
    height: 16px;
    width: 86px;
    background: linear-gradient(90deg, #eef2f7 20%, #f8fafc 45%, #e0e7ff 60%, #eef2f7 80%);
    background-size: 1100px 100%;
    animation: ih-shimmer 1.8s infinite linear;
    border-radius: 999px;
    margin: 16px auto 8px;
}.wpc-scope-40 .tc-wp-tool-root .ih-skeleton-res{
    width: 112px;
    margin-top: 4px;
}.wpc-scope-40 .tc-wp-tool-root .ih-skeleton-actions{
    width: 62%;
    height: 38px;
    background: linear-gradient(90deg, #eef2f7 20%, #f8fafc 45%, #e0e7ff 60%, #eef2f7 80%);
    background-size: 1100px 100%;
    animation: ih-shimmer 1.8s infinite linear;
    border-radius: 12px;
    margin: 6px auto 18px;
}@keyframes ih-shimmer{
    0% {
        background-position: -1100px 0;
    }

    100% {
        background-position: 1100px 0;
    }
}.wpc-scope-40 .tc-wp-tool-root .fa-brands{
    display: inline-block;
    line-height: 1;
    font-style: normal;
}.wpc-scope-40 .tc-wp-tool-root .fa-instagram{
    display: inline-block;
    line-height: 1;
}.wpc-scope-40 .tc-wp-tool-root .fa-solid{
    display: inline-block;
    line-height: 1;
    font-style: normal;
}.wpc-scope-40 .tc-wp-tool-root .fa-search{
    display: inline-block;
    line-height: 1;
}@media (max-width: 992px){.tc-wp-tool-root .ih-body{
        padding: 22px;
    }.tc-wp-tool-root .ih-main-card{
        padding: 34px 28px 28px;
        border-radius: 26px;
    }.tc-wp-tool-root .ih-logo-anim{
        width: 68px;
        height: 68px;
        border-radius: 22px;
        font-size: 2.35rem;
    }.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{
        min-height: 52px;
        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(210px, 1fr));
        gap: 22px;
    }}@media (max-width: 768px){.tc-wp-tool-root .ih-body{
        padding: 16px;
    }.tc-wp-tool-root .ih-main-card{
        padding: 30px 20px 24px;
        border-radius: 24px;
    }.tc-wp-tool-root .ih-logo-anim{
        width: 62px;
        height: 62px;
        border-radius: 20px;
        font-size: 2.1rem;
        margin-bottom: 12px;
    }.tc-wp-tool-root .ih-h1{
        font-size: 2rem;
        line-height: 1.12;
    }.tc-wp-tool-root .ih-h2{
        font-size: 1.08rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.96rem;
        margin-bottom: 20px;
    }.tc-wp-tool-root .ih-input-group{
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
    }.tc-wp-tool-root .ih-input-group input{
        padding: 13px 14px;
        font-size: 0.98rem;
    }.tc-wp-tool-root .ih-input-group button{
        width: 100%;
        min-height: 50px;
        padding: 12px 14px;
        font-size: 0.98rem;
    }.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, .tc-wp-tool-root .ih-skeleton-img-block{
        border-radius: 18px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.98rem;
        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{
        width: 100%;
        padding: 11px 18px;
        font-size: 0.96rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.95rem;
        padding: 10px 14px;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 14px;
        width: 76px;
        margin: 12px auto 7px;
    }.tc-wp-tool-root .ih-skeleton-res{
        width: 98px;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 72%;
        height: 34px;
        margin-bottom: 16px;
    }}@media (max-width: 600px){.tc-wp-tool-root .ih-body{
        padding: 12px;
        margin-bottom: 28px;
    }.tc-wp-tool-root .ih-main-card{
        padding: 24px 14px 18px;
        border-radius: 20px;
    }.tc-wp-tool-root .ih-logo-anim{
        width: 56px;
        height: 56px;
        border-radius: 18px;
        font-size: 1.9rem;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.65rem;
    }.tc-wp-tool-root .ih-h2{
        font-size: 1rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.9rem;
        line-height: 1.55;
        margin-bottom: 18px;
    }.tc-wp-tool-root .ih-input-group input{
        padding: 12px 12px;
        font-size: 0.92rem;
        border-radius: 14px;
    }.tc-wp-tool-root .ih-input-group button{
        min-height: 48px;
        padding: 11px 12px;
        font-size: 0.92rem;
        border-radius: 14px;
    }.tc-wp-tool-root .ih-img-grid, .tc-wp-tool-root .ih-skeleton-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }.tc-wp-tool-root .ih-profile-img-block, .tc-wp-tool-root .ih-skeleton-img-block{
        border-radius: 16px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.94rem;
        margin: 12px 12px 3px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.84rem;
        margin: 0 12px 10px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-img-actions{
        margin: auto 14px 16px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 10px 16px;
        font-size: 0.92rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.9rem;
        padding: 9px 12px;
        border-radius: 12px;
    }.tc-wp-tool-root .ih-skeleton-label, .tc-wp-tool-root .ih-skeleton-res{
        height: 12px;
        width: 66px;
        margin: 10px auto 6px;
    }.tc-wp-tool-root .ih-skeleton-res{
        width: 88px;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 78%;
        height: 30px;
        margin-bottom: 14px;
    }}@media (max-width: 400px){.tc-wp-tool-root .ih-main-card{
        padding: 22px 12px 16px;
        border-radius: 18px;
    }.tc-wp-tool-root .ih-logo-anim{
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 1.75rem;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.42rem;
    }.tc-wp-tool-root .ih-h2{
        font-size: 0.92rem;
    }.tc-wp-tool-root .ih-desc{
        font-size: 0.84rem;
        margin-bottom: 14px;
    }.tc-wp-tool-root .ih-input-group input, .tc-wp-tool-root .ih-input-group button{
        font-size: 0.86rem;
    }.tc-wp-tool-root .ih-img-grid, .tc-wp-tool-root .ih-skeleton-grid{
        gap: 12px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.86rem;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.78rem;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        font-size: 0.86rem;
    }.tc-wp-tool-root .ih-error{
        font-size: 0.84rem;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 84%;
        height: 28px;
    }}@media (max-width: 375px){.tc-wp-tool-root .ih-body{
        padding: 10px;
    }.tc-wp-tool-root .ih-main-card{
        padding: 20px 10px 14px;
        border-radius: 16px;
    }.tc-wp-tool-root .ih-h1{
        font-size: 1.34rem;
    }.tc-wp-tool-root .ih-h2{
        font-size: 0.86rem;
    }.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: 10px;
        font-size: 0.8rem;
    }.tc-wp-tool-root .ih-profile-img-block .ih-label{
        font-size: 0.82rem;
        margin: 10px 10px 2px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-resolution{
        font-size: 0.72rem;
        margin-bottom: 8px;
    }.tc-wp-tool-root .ih-profile-img-block .ih-download-btn{
        padding: 9px 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: 54px;
        margin: 8px auto 5px;
    }.tc-wp-tool-root .ih-skeleton-res{
        width: 76px;
    }.tc-wp-tool-root .ih-skeleton-actions{
        width: 88%;
        height: 26px;
        margin-bottom: 12px;
    }}.wpc-scope-40 /* 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;
}