@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Montserrat:wght@700&family=Poppins:wght@600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.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-39 .tc-wp-tool-root img, .wpc-scope-39 .tc-wp-tool-root video, .wpc-scope-39 .tc-wp-tool-root svg, .wpc-scope-39 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-39 .tc-wp-tool-root .fb-profile-wrapper{
            font-family: 'Inter', sans-serif;
            margin: 0;
            color: #2d3748;
            
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 25%, #60a5fa 50%, #2074d3 75%, #1f73e4 100%);
            background-size: cover;
            animation: none;
            position: relative;
            overflow-x: hidden;
            padding: 20px;
        }.wpc-scope-39 .tc-wp-tool-root .fb-profile-wrapper::before{
            display: none;
        }.wpc-scope-39 .tc-wp-tool-root .fb-main-container{
            max-width: 1200px;
            margin: 70px auto 40px auto;
            background: rgba(255, 255, 255, 0.98);
            border-radius: 1.2rem;
            box-shadow: 0 8px 32px rgba(30, 58, 138, 0.15);
            padding: 100px 100px !important;
            border: none;
            position: relative;
            animation: fadeIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) both;
            z-index: 2;
        }.wpc-scope-39 .tc-wp-tool-root .fb-main-container::before{
            display: none;
        }.wpc-scope-39 .tc-wp-tool-root .fb-profile-pics{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 2rem;
            justify-content: center;
            margin-top: 2.5rem;
        }.wpc-scope-39 .tc-wp-tool-root .fb-pic-card{
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px) saturate(1.2);
            border-radius: 1.5rem;
            box-shadow:
                0 8px 32px rgba(30, 58, 138, 0.12),
                0 2px 8px rgba(0, 0, 0, 0.04),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            min-height: 320px;
            overflow: hidden;
        }.wpc-scope-39 .tc-wp-tool-root .fb-pic-card::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #1e3a8a, #3b82f6, #60a5fa);
            background-size: 200% 100%;
            animation: shimmer 3s ease-in-out infinite;
        }@keyframes shimmer{

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

            50% {
                background-position: 100% 50%;
            }
        }.wpc-scope-39 .tc-wp-tool-root .fb-pic-card::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(30, 58, 138, 0.02) 0%, rgba(59, 130, 246, 0.02) 100%);
            pointer-events: none;
            border-radius: 1.5rem;
        }.wpc-scope-39 .tc-wp-tool-root .fb-pic-card:hover{
            transform: translateY(-8px) scale(1.02);
            box-shadow:
                0 20px 60px rgba(30, 58, 138, 0.25),
                0 8px 25px rgba(0, 0, 0, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
            border-color: rgba(30, 58, 138, 0.3);
        }.wpc-scope-39 .tc-wp-tool-root .fb-pic-card img{
            border-radius: 1.5rem 1.5rem 0 0;
            width: 100%;
            height: 80%;
            object-fit: cover;
            background: linear-gradient(135deg, #f8fafc, #e2e8f0);
            margin-bottom: 0;
            border: none;
            box-shadow: none;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            z-index: 2;
        }.wpc-scope-39 .tc-wp-tool-root .fb-pic-card img:hover{
            transform: scale(1.02);
            box-shadow: none;
            border-color: transparent;
        }.wpc-scope-39 .tc-wp-tool-root .fb-card-content{
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            justify-content: space-between;
            height: auto;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
            backdrop-filter: blur(15px) saturate(1.1);
            position: relative;
            z-index: 2;
            border-top: 1px solid rgba(30, 58, 138, 0.1);
        }.wpc-scope-39 .tc-wp-tool-root .fb-card-content::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(30, 58, 138, 0.3), transparent);
        }.wpc-scope-39 .tc-wp-tool-root .fb-card-info{
            padding: 0.4rem 1rem 0.3rem 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.2rem;
            position: relative;
        }.wpc-scope-39 .tc-wp-tool-root .fb-card-info::after{
            content: '';
            position: absolute;
            bottom: -0.5rem;
            left: 50%;
            transform: translateX(-50%);
            width: 60%;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(30, 58, 138, 0.2), transparent);
        }.wpc-scope-39 .tc-wp-tool-root .fb-quality-badge{
            display: inline-block;
            padding: 0.3rem 0.7rem;
            border-radius: 0.6rem;
            font-size: 0.65rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
            color: #ffffff;
            box-shadow:
                0 3px 8px rgba(30, 58, 138, 0.25),
                0 1px 3px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            position: relative;
            z-index: 2;
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin-top: 10px;
        }.wpc-scope-39 .tc-wp-tool-root .fb-quality-badge i{
            margin-right: 0.3em;
            font-size: 0.8em;
        }.wpc-scope-39 .tc-wp-tool-root .fb-quality-badge::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.05) 100%);
            border-radius: 0.6rem;
            pointer-events: none;
        }.wpc-scope-39 .tc-wp-tool-root .fb-pic-meta{
            font-size: 0.7rem;
            color: #374151;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            background: linear-gradient(135deg, rgba(30, 58, 138, 0.08) 0%, rgba(59, 130, 246, 0.05) 100%);
            backdrop-filter: blur(10px);
            padding: 0.25rem 0.6rem;
            border-radius: 0.5rem;
            border: 1px solid rgba(30, 58, 138, 0.15);
            text-align: center;
            box-shadow:
                0 1px 4px rgba(30, 58, 138, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
            position: relative;
            z-index: 2;
        }.wpc-scope-39 .tc-wp-tool-root .fb-pic-meta::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
            border-radius: 0.5rem;
            pointer-events: none;
        }.wpc-scope-39 .tc-wp-tool-root .fb-download-btn{
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
            background-size: 200% 100%;
            color: #fff;
            border: none;
            border-radius: 0;
            padding: 0.8rem 1rem;
            font-size: 0.75rem;
            font-weight: 800;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(30, 58, 138, 0.25),
                0 1px 3px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            font-family: 'Inter', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            z-index: 2;
            width: 100%;
            margin-top: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1.2;
            min-height: 48px;
            white-space: normal;
            word-break: break-word;
            box-sizing: border-box;
        }.wpc-scope-39 .tc-wp-tool-root .fb-download-btn::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }.wpc-scope-39 .tc-wp-tool-root .fb-download-btn:hover::before{
            left: 100%;
        }.wpc-scope-39 .tc-wp-tool-root .fb-download-btn:hover{
            background-position: 100% 50%;
            box-shadow:
                0 4px 12px rgba(30, 58, 138, 0.35),
                0 2px 6px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
            transform: translateY(-1px);
        }.wpc-scope-39 .tc-wp-tool-root .fb-download-btn:active{
            transform: translateY(0px);
        }.wpc-scope-39 .tc-wp-tool-root .fb-download-btn i{
            margin-right: 0.4em;
            font-size: 0.8em;
        }.wpc-scope-39 .tc-wp-tool-root .fb-main-heading{
            text-align: center;
            font-family: 'Poppins', 'Montserrat', 'Inter', sans-serif;
            font-size: 3.2rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 25%, #60a5fa 50%, #2074d3 75%, #1f73e4 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -1px;
            text-shadow: 0 4px 20px rgba(30, 58, 138, 0.15);
            position: relative;
        }.wpc-scope-39 .tc-wp-tool-root .fb-main-heading::after{
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #1e3a8a, #3b82f6, #60a5fa);
            border-radius: 2px;
        }.wpc-scope-39 .tc-wp-tool-root .fb-description{
            text-align: center;
            color: #64748b;
            margin-bottom: 3rem;
            font-size: 1.25rem;
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            line-height: 1.6;
        }.wpc-scope-39 .tc-wp-tool-root .fb-description::before{
            content: '\f39e';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            margin-right: 0.5rem;
            color: #3b82f6;
        }.wpc-scope-39 .tc-wp-tool-root .fb-search-form{
            display: flex;
            gap: 0.8rem;
            margin-bottom: 3rem;
            position: relative;
        }.wpc-scope-39 .tc-wp-tool-root .fb-url-input{
            flex: 1;
            padding: 1.2rem 1.8rem;
            border-radius: 2rem 0 0 2rem;
            border: 2px solid #e2e8f0;
            font-size: 1.1rem;
            background: rgba(255, 255, 255, 0.9);
            box-shadow:
                0 4px 12px rgba(30, 58, 138, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-family: 'Inter', sans-serif;
            backdrop-filter: blur(10px);
        }.wpc-scope-39 .tc-wp-tool-root .fb-url-input:focus{
            outline: none;
            border-color: #3b82f6;
            box-shadow:
                0 0 0 3px rgba(30, 58, 138, 0.1),
                0 8px 25px rgba(30, 58, 138, 0.15);
            transform: translateY(-2px);
        }.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn{
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
            color: #fff;
            border: none;
            padding: 0 2.5rem;
            border-radius: 0 2rem 2rem 0;
            font-size: 1.1rem;
            font-weight: 800;
            cursor: pointer;
            box-shadow:
                0 8px 25px rgba(30, 58, 138, 0.3),
                0 2px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            font-family: 'Montserrat', 'Inter', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }.wpc-scope-39 .tc-wp-tool-root .fb-analyze-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-39 .tc-wp-tool-root .fb-analyze-btn:hover::before{
            left: 100%;
        }.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn:disabled{
            opacity: 0.7;
            cursor: not-allowed;
            transform: none !important;
        }.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn:hover:not(:disabled){
            background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 50%, #93c5fd 100%);
            box-shadow:
                0 12px 35px rgba(30, 58, 138, 0.4),
                0 4px 12px rgba(0, 0, 0, 0.15);
            transform: translateY(-3px) scale(1.02);
        }.wpc-scope-39 .tc-wp-tool-root .fb-error-message{
            background: linear-gradient(135deg, #dc2626, #ef4444);
            color: #fff;
            padding: 1rem 1.5rem;
            border-radius: 1.2rem;
            margin-bottom: 1.5rem;
            text-align: center;
            font-weight: 700;
            box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
            font-family: 'Inter', sans-serif;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }.wpc-scope-39 .tc-wp-tool-root .fb-profile-section{
            text-align: center;
            min-height: 200px;
        }.wpc-scope-39 .tc-wp-tool-root .fb-profile-name{
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: #1e3a8a;
            font-family: 'Poppins', 'Montserrat', 'Inter', sans-serif;
            letter-spacing: -0.5px;
            text-transform: uppercase;
        }.wpc-scope-39 .tc-wp-tool-root .fb-profile-name i{
            margin-right: 0.5rem;
            color: #3b82f6;
        }.wpc-scope-39 .tc-wp-tool-root .fb-spinner{
            display: inline-block;
            width: 32px;
            height: 32px;
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-top: 4px solid #fff;
            border-right: 4px solid rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto;
            background: transparent;
        }@keyframes spin{
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }.wpc-scope-39 .tc-wp-tool-root .fb-skeleton{
            background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
            background-size: 200% 100%;
            animation: skeleton-loading 1.5s infinite linear;
            border-radius: 0.5rem;
        }@keyframes skeleton-loading{
            0% {
                background-position: 200% 0;
            }

            100% {
                background-position: -200% 0;
            }
        }.wpc-scope-39 .tc-wp-tool-root .fb-skeleton-img{
            width: 100%;
            height: 80%;
            border-radius: 1.5rem 1.5rem 0 0;
            margin-bottom: 0;
        }.wpc-scope-39 .tc-wp-tool-root .fb-skeleton-badge{
            width: 60px;
            height: 20px;
            border-radius: 0.4rem;
        }.wpc-scope-39 .tc-wp-tool-root .fb-skeleton-meta{
            width: 80px;
            height: 16px;
            border-radius: 0.3rem;
        }.wpc-scope-39 .tc-wp-tool-root .fb-skeleton-btn{
            width: 100%;
            height: 40px;
            border-radius: 0;
            margin-top: auto;
        }@media (max-width: 992px){.tc-wp-tool-root .fb-main-container{
                margin: 50px 20px;
                padding: 80px 60px !important;
            }.tc-wp-tool-root .fb-main-heading{
                font-size: 2.8rem;
            }.tc-wp-tool-root .fb-description{
                font-size: 1.15rem;
            }.tc-wp-tool-root .fb-profile-pics{
                grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
                gap: 1.5rem;
            }}@media (max-width: 768px){.tc-wp-tool-root .fb-profile-wrapper{
                padding: 10px;
            }.tc-wp-tool-root .fb-main-container{
                margin: 30px 10px;
                padding: 60px 30px !important;
            }.tc-wp-tool-root .fb-main-heading{
                font-size: 2.2rem;
            }.tc-wp-tool-root .fb-description{
                font-size: 1.1rem;
                margin-bottom: 2rem;
            }.tc-wp-tool-root .fb-search-form{
                flex-direction: column;
                gap: 1rem;
            }.tc-wp-tool-root .fb-url-input{
                border-radius: 2rem;
                margin-bottom: 0;
                font-size: 1rem;
                padding: 1rem 1.5rem;
            }.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
                border-radius: 2rem;
                padding: 1rem 1.5rem;
                font-size: 1rem;
            }.tc-wp-tool-root .fb-profile-pics{
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }.tc-wp-tool-root .fb-pic-card{
                min-height: 280px;
            }.tc-wp-tool-root .fb-pic-card img, .tc-wp-tool-root .fb-skeleton-img{
                height: 70%;
            }}@media (max-width: 810px) and (min-width: 769px){.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
                font-size: 0.95rem;
                padding: 0.95rem 1.25rem;
                min-height: 50px;
            }.tc-wp-tool-root .fb-main-container{
	padding: 40px 20px !important;
	margin: 55px 0;
}}@media (max-width: 600px){.tc-wp-tool-root .fb-main-container{
                padding: 40px 20px !important;
            }.tc-wp-tool-root .fb-main-heading{
                font-size: 1.9rem;
            }.tc-wp-tool-root .fb-description{
                font-size: 1rem;
            }.tc-wp-tool-root .fb-url-input{
                font-size: 0.95rem;
                padding: 0.9rem 1.2rem;
            }.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
                font-size: 0.95rem;
                padding: 0.9rem 1.2rem;
            }.tc-wp-tool-root .fb-pic-card{
                min-height: 250px;
            }.tc-wp-tool-root .fb-main-container{
	padding: 40px 20px !important;
	margin: 55px 0;
}}@media (max-width: 400px){.tc-wp-tool-root .fb-main-container{
                padding: 30px 16px !important;
            }.tc-wp-tool-root .fb-main-heading{
                font-size: 1.7rem;
            }.tc-wp-tool-root .fb-description{
                font-size: 0.95rem;
            }.tc-wp-tool-root .fb-url-input{
                font-size: 0.9rem;
                padding: 0.85rem 1rem;
            }.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
                font-size: 0.9rem;
                padding: 0.85rem 1rem;
            }.tc-wp-tool-root .fb-main-container{
	padding: 40px 20px !important;
	margin: 55px 0;
}}@media (max-width: 375px){.tc-wp-tool-root .fb-main-heading{
                font-size: 1.6rem;
            }.tc-wp-tool-root .fb-description{
                font-size: 0.9rem;
            }.tc-wp-tool-root .fb-url-input{
                font-size: 0.85rem;
                padding: 0.8rem 0.9rem;
            }.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
                font-size: 0.85rem;
                padding: 0.8rem 0.9rem;
            }.tc-wp-tool-root .fb-main-container{
	padding: 40px 20px !important;
	margin: 55px 0;
}}.wpc-scope-39 .tc-wp-tool-root .fb-profile-wrapper{
    font-family: 'Inter', sans-serif;
    margin: 0;
    color: #172033;
    background:
        radial-gradient(circle at 18% 12%, rgba(125, 211, 252, 0.35), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(99, 102, 241, 0.34), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 38%, #38bdf8 100%);
    background-size: cover;
    animation: none;
    position: relative;
    overflow-x: hidden;
    padding: 24px;
    box-sizing: border-box;
}.wpc-scope-39 .tc-wp-tool-root .fb-profile-wrapper::before{
    display: none;
}.wpc-scope-39 .tc-wp-tool-root .fb-main-container{
    max-width: 1120px;
    margin: 64px auto 40px auto;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    box-shadow:
        0 30px 80px rgba(15, 23, 42, 0.24),
        0 8px 28px rgba(37, 99, 235, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 84px 88px !important;
    border: 1px solid rgba(255, 255, 255, 0.62);
    position: relative;
    animation: fadeIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) both;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    backdrop-filter: blur(22px) saturate(1.18);
}.wpc-scope-39 .tc-wp-tool-root .fb-main-container::before{
    display: none;
}.wpc-scope-39 .tc-wp-tool-root .fb-profile-pics{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.6rem;
    justify-content: center;
    margin-top: 2.4rem;
}.wpc-scope-39 .tc-wp-tool-root .fb-pic-card{
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px) saturate(1.18);
    border-radius: 22px;
    box-shadow:
        0 18px 44px rgba(15, 23, 42, 0.12),
        0 3px 12px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    border: 1px solid rgba(226, 232, 240, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    min-height: 326px;
    overflow: hidden;
}.wpc-scope-39 .tc-wp-tool-root .fb-pic-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #06b6d4, #8b5cf6, #2563eb);
    background-size: 240% 100%;
    animation: shimmer 3.2s ease-in-out infinite;
    z-index: 3;
}@keyframes shimmer{
    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}.wpc-scope-39 .tc-wp-tool-root .fb-pic-card::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.035) 0%, rgba(14, 165, 233, 0.025) 100%);
    pointer-events: none;
    border-radius: 22px;
}.wpc-scope-39 .tc-wp-tool-root .fb-pic-card:hover{
    transform: translateY(-7px);
    box-shadow:
        0 26px 64px rgba(15, 23, 42, 0.18),
        0 12px 28px rgba(37, 99, 235, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
    border-color: rgba(59, 130, 246, 0.42);
}.wpc-scope-39 .tc-wp-tool-root .fb-pic-card img{
    border-radius: 22px 22px 0 0;
    width: 100%;
    height: 80%;
    object-fit: cover;
    background: linear-gradient(135deg, #f8fafc, #e0f2fe);
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    transition: transform 0.28s ease, filter 0.28s ease;
    position: relative;
    z-index: 2;
}.wpc-scope-39 .tc-wp-tool-root .fb-pic-card img:hover{
    transform: scale(1.025);
    box-shadow: none;
    border-color: transparent;
    filter: saturate(1.05) contrast(1.02);
}.wpc-scope-39 .tc-wp-tool-root .fb-card-content{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    height: auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.96) 100%);
    backdrop-filter: blur(14px) saturate(1.1);
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(37, 99, 235, 0.1);
}.wpc-scope-39 .tc-wp-tool-root .fb-card-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.34), transparent);
}.wpc-scope-39 .tc-wp-tool-root .fb-card-info{
    padding: 0.7rem 1rem 0.55rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.34rem;
    position: relative;
}.wpc-scope-39 .tc-wp-tool-root .fb-card-info::after{
    content: '';
    position: absolute;
    bottom: -0.45rem;
    left: 50%;
    transform: translateX(-50%);
    width: 58%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.22), transparent);
}.wpc-scope-39 .tc-wp-tool-root .fb-quality-badge{
    display: inline-block;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: linear-gradient(135deg, #1d4ed8 0%, #06b6d4 100%);
    color: #ffffff;
    box-shadow:
        0 8px 18px rgba(37, 99, 235, 0.24),
        0 1px 4px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.28);
    margin-top: 10px;
}.wpc-scope-39 .tc-wp-tool-root .fb-quality-badge i{
    margin-right: 0.35em;
    font-size: 0.88em;
}.wpc-scope-39 .tc-wp-tool-root .fb-quality-badge::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, transparent 54%, rgba(0, 0, 0, 0.06) 100%);
    border-radius: 999px;
    pointer-events: none;
}.wpc-scope-39 .tc-wp-tool-root .fb-pic-meta{
    font-size: 0.72rem;
    color: #334155;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.9) 0%, rgba(240, 249, 255, 0.92) 100%);
    backdrop-filter: blur(10px);
    padding: 0.32rem 0.68rem;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.16);
    text-align: center;
    box-shadow:
        0 2px 8px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    position: relative;
    z-index: 2;
}.wpc-scope-39 .tc-wp-tool-root .fb-pic-meta::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.36) 0%, transparent 100%);
    border-radius: 999px;
    pointer-events: none;
}.wpc-scope-39 .tc-wp-tool-root .fb-download-btn{
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #06b6d4 100%);
    background-size: 220% 100%;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0.88rem 1rem;
    font-size: 0.76rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow:
        0 7px 18px rgba(37, 99, 235, 0.26),
        0 1px 4px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-position 0.32s ease;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    z-index: 2;
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    min-height: 50px;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
}.wpc-scope-39 .tc-wp-tool-root .fb-download-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transition: left 0.72s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.wpc-scope-39 .tc-wp-tool-root .fb-download-btn:hover::before{
    left: 110%;
}.wpc-scope-39 .tc-wp-tool-root .fb-download-btn:hover{
    background-position: 100% 50%;
    box-shadow:
        0 10px 24px rgba(37, 99, 235, 0.36),
        0 4px 10px rgba(15, 23, 42, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
    transform: translateY(-2px);
}.wpc-scope-39 .tc-wp-tool-root .fb-download-btn:active{
    transform: translateY(0);
}.wpc-scope-39 .tc-wp-tool-root .fb-download-btn:focus-visible{
    outline: none;
    box-shadow:
        0 0 0 4px rgba(59, 130, 246, 0.25),
        0 10px 24px rgba(37, 99, 235, 0.32);
}.wpc-scope-39 .tc-wp-tool-root .fb-download-btn i{
    margin-right: 0.45em;
    font-size: 0.9em;
}.wpc-scope-39 .tc-wp-tool-root .fb-main-heading{
    text-align: center;
    font-family: 'Poppins', 'Montserrat', 'Inter', sans-serif;
    font-size: 3.15rem;
    font-weight: 900;
    margin: 0 0 1.45rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 35%, #06b6d4 72%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 20px rgba(37, 99, 235, 0.12);
    position: relative;
    line-height: 1.08;
}.wpc-scope-39 .tc-wp-tool-root .fb-main-heading::after{
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #06b6d4, #8b5cf6);
    border-radius: 999px;
}.wpc-scope-39 .tc-wp-tool-root .fb-description{
    text-align: center;
    color: #475569;
    margin: 0 auto 2.8rem auto;
    font-size: 1.17rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1.65;
    max-width: 700px;
}.wpc-scope-39 .tc-wp-tool-root .fb-description::before{
    content: '\f39e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 0.55rem;
    color: #2563eb;
}.wpc-scope-39 .tc-wp-tool-root .fb-search-form{
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2.8rem;
    position: relative;
    width: 100%;
}.wpc-scope-39 .tc-wp-tool-root .fb-url-input{
    flex: 1;
    min-width: 0;
    padding: 1.18rem 1.45rem;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.52);
    font-size: 1.04rem;
    color: #172033;
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 10px 26px rgba(15, 23, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.84);
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
    font-family: 'Inter', sans-serif;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}.wpc-scope-39 .tc-wp-tool-root .fb-url-input::placeholder{
    color: #94a3b8;
}.wpc-scope-39 .tc-wp-tool-root .fb-url-input:focus{
    outline: none;
    border-color: #2563eb;
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.14),
        0 16px 32px rgba(37, 99, 235, 0.15);
    transform: translateY(-1px);
}.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn{
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 48%, #06b6d4 100%);
    background-size: 220% 100%;
    color: #fff;
    border: none;
    padding: 0 2.35rem;
    border-radius: 18px;
    font-size: 1.04rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow:
        0 14px 30px rgba(37, 99, 235, 0.3),
        0 3px 10px rgba(15, 23, 42, 0.12);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-position 0.32s ease, opacity 0.24s ease;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    white-space: nowrap;
    min-height: 58px;
}.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
    transition: left 0.58s ease;
}.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn:hover::before{
    left: 110%;
}.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn:disabled{
    opacity: 0.68;
    cursor: not-allowed;
    transform: none !important;
}.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn:hover:not(:disabled){
    background-position: 100% 50%;
    box-shadow:
        0 18px 38px rgba(37, 99, 235, 0.38),
        0 6px 16px rgba(15, 23, 42, 0.16);
    transform: translateY(-2px);
}.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn:active:not(:disabled){
    transform: translateY(0);
}.wpc-scope-39 .tc-wp-tool-root .fb-analyze-btn:focus-visible{
    outline: none;
    box-shadow:
        0 0 0 4px rgba(59, 130, 246, 0.25),
        0 18px 38px rgba(37, 99, 235, 0.34);
}.wpc-scope-39 .tc-wp-tool-root .fb-error-message{
    background: linear-gradient(135deg, #b91c1c 0%, #ef4444 100%);
    color: #fff;
    padding: 1rem 1.35rem;
    border-radius: 18px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 800;
    box-shadow:
        0 16px 34px rgba(220, 38, 38, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.24);
    line-height: 1.45;
}.wpc-scope-39 .tc-wp-tool-root .fb-profile-section{
    text-align: center;
    min-height: 200px;
}.wpc-scope-39 .tc-wp-tool-root .fb-profile-name{
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #1e3a8a;
    font-family: 'Poppins', 'Montserrat', 'Inter', sans-serif;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}.wpc-scope-39 .tc-wp-tool-root .fb-profile-name i{
    margin-right: 0.55rem;
    color: #2563eb;
}.wpc-scope-39 .tc-wp-tool-root .fb-spinner{
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 4px solid rgba(37, 99, 235, 0.18);
    border-top: 4px solid #2563eb;
    border-right: 4px solid #06b6d4;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    margin: 0 auto;
    background: transparent;
}@keyframes spin{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}.wpc-scope-39 .tc-wp-tool-root .fb-skeleton{
    background: linear-gradient(90deg, #eef2ff 25%, #e0f2fe 50%, #eef2ff 75%);
    background-size: 220% 100%;
    animation: skeleton-loading 1.35s infinite linear;
    border-radius: 12px;
}@keyframes skeleton-loading{
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}.wpc-scope-39 .tc-wp-tool-root .fb-skeleton-img{
    width: 100%;
    height: 80%;
    border-radius: 22px 22px 0 0;
    margin-bottom: 0;
}.wpc-scope-39 .tc-wp-tool-root .fb-skeleton-badge{
    width: 64px;
    height: 22px;
    border-radius: 999px;
}.wpc-scope-39 .tc-wp-tool-root .fb-skeleton-meta{
    width: 86px;
    height: 18px;
    border-radius: 999px;
}.wpc-scope-39 .tc-wp-tool-root .fb-skeleton-btn{
    width: 100%;
    height: 48px;
    border-radius: 0;
    margin-top: auto;
}.wpc-scope-39 .tc-wp-tool-root .\$\{qualityClass\}{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-39 .tc-wp-tool-root .\$\{qualityIcon\}{
    display: inline-block;
    line-height: 1;
}.wpc-scope-39 .tc-wp-tool-root .fas{
    display: inline-block;
    line-height: 1;
}.wpc-scope-39 .tc-wp-tool-root .fa-download{
    display: inline-block;
    line-height: 1;
}.wpc-scope-39 .tc-wp-tool-root .fa-images{
    display: inline-block;
    line-height: 1;
}@media (max-width: 992px){.tc-wp-tool-root .fb-main-container{
        margin: 50px 20px;
        padding: 72px 54px !important;
    }.tc-wp-tool-root .fb-main-heading{
        font-size: 2.75rem;
    }.tc-wp-tool-root .fb-description{
        font-size: 1.1rem;
    }.tc-wp-tool-root .fb-profile-pics{
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1.4rem;
    }}@media (max-width: 768px){.tc-wp-tool-root .fb-profile-wrapper{
        padding: 12px;
    }.tc-wp-tool-root .fb-main-container{
        margin: 30px 8px;
        padding: 54px 26px !important;
        border-radius: 24px;
    }.tc-wp-tool-root .fb-main-heading{
        font-size: 2.2rem;
    }.tc-wp-tool-root .fb-description{
        font-size: 1.02rem;
        margin-bottom: 2rem;
    }.tc-wp-tool-root .fb-search-form{
        flex-direction: column;
        gap: 0.9rem;
    }.tc-wp-tool-root .fb-url-input{
        border-radius: 16px;
        margin-bottom: 0;
        font-size: 1rem;
        padding: 1rem 1.15rem;
        width: 100%;
    }.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
        border-radius: 16px;
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
        width: 100%;
    }.tc-wp-tool-root .fb-profile-pics{
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }.tc-wp-tool-root .fb-pic-card{
        min-height: 286px;
        border-radius: 20px;
    }.tc-wp-tool-root .fb-pic-card img, .tc-wp-tool-root .fb-skeleton-img{
        height: 70%;
        border-radius: 20px 20px 0 0;
    }}@media (max-width: 810px) and (min-width: 769px){.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
        font-size: 0.94rem;
        padding: 0.95rem 1.2rem;
        min-height: 50px;
    }.tc-wp-tool-root .fb-main-container{
        padding: 42px 22px !important;
        margin: 55px 0;
    }}@media (max-width: 600px){.tc-wp-tool-root .fb-main-container{
        padding: 40px 20px !important;
        margin: 55px 0;
    }.tc-wp-tool-root .fb-main-heading{
        font-size: 1.9rem;
    }.tc-wp-tool-root .fb-description{
        font-size: 0.98rem;
    }.tc-wp-tool-root .fb-url-input{
        font-size: 0.95rem;
        padding: 0.92rem 1rem;
    }.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
        font-size: 0.92rem;
        padding: 0.92rem 1rem;
    }.tc-wp-tool-root .fb-pic-card{
        min-height: 258px;
    }}@media (max-width: 400px){.tc-wp-tool-root .fb-main-container{
        padding: 34px 16px !important;
        margin: 46px 0;
        border-radius: 20px;
    }.tc-wp-tool-root .fb-main-heading{
        font-size: 1.68rem;
    }.tc-wp-tool-root .fb-description{
        font-size: 0.94rem;
    }.tc-wp-tool-root .fb-url-input{
        font-size: 0.9rem;
        padding: 0.86rem 0.95rem;
    }.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
        font-size: 0.88rem;
        padding: 0.86rem 0.95rem;
    }}@media (max-width: 375px){.tc-wp-tool-root .fb-main-heading{
        font-size: 1.55rem;
    }.tc-wp-tool-root .fb-description{
        font-size: 0.9rem;
    }.tc-wp-tool-root .fb-url-input{
        font-size: 0.85rem;
        padding: 0.82rem 0.9rem;
    }.tc-wp-tool-root .fb-analyze-btn, .tc-wp-tool-root .fb-download-btn{
        font-size: 0.84rem;
        padding: 0.82rem 0.9rem;
    }.tc-wp-tool-root .fb-main-container{
        padding: 32px 14px !important;
        margin: 42px 0;
    }}.wpc-scope-39 /* 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;
}