@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&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-47 .tc-wp-tool-root img, .wpc-scope-47 .tc-wp-tool-root video, .wpc-scope-47 .tc-wp-tool-root svg, .wpc-scope-47 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-47 .tc-wp-tool-root{
        
        --primary-blue: #3b82f6;
        --primary-teal: #06b6d4;
        --primary-indigo: #6366f1;
        --primary-slate: #64748b;
        --primary-cyan: #0891b2;

        
        --primary-50: #eff6ff;
        --primary-100: #dbeafe;
        --primary-200: #bfdbfe;
        --primary-300: #93c5fd;
        --primary-400: #60a5fa;
        --primary-500: #3b82f6;
        --primary-600: #2563eb;
        --primary-700: #1d4ed8;
        --primary-800: #1e40af;
        --primary-900: #1e3a8a;

        
        --secondary-50: #f0fdfa;
        --secondary-100: #ccfbf1;
        --secondary-200: #99f6e4;
        --secondary-300: #5eead4;
        --secondary-400: #2dd4bf;
        --secondary-500: #06b6d4;
        --secondary-600: #0891b2;
        --secondary-700: #0e7490;
        --secondary-800: #155e75;
        --secondary-900: #164e63;

        
        --accent-50: #eef2ff;
        --accent-100: #e0e7ff;
        --accent-200: #c7d2fe;
        --accent-300: #a5b4fc;
        --accent-400: #818cf8;
        --accent-500: #6366f1;
        --accent-600: #4f46e5;
        --accent-700: #4338ca;
        --accent-800: #3730a3;
        --accent-900: #312e81;

        
        --success-50: #ecfdf5;
        --success-100: #d1fae5;
        --success-200: #a7f3d0;
        --success-300: #6ee7b7;
        --success-400: #34d399;
        --success-500: #10b981;
        --success-600: #059669;
        --success-700: #047857;
        --success-800: #065f46;
        --success-900: #064e3b;

        
        --warning-50: #fffbeb;
        --warning-100: #fef3c7;
        --warning-200: #fde68a;
        --warning-300: #fcd34d;
        --warning-400: #fbbf24;
        --warning-500: #f59e0b;
        --warning-600: #d97706;
        --warning-700: #b45309;
        --warning-800: #92400e;
        --warning-900: #78350f;

        
        --white: #ffffff;
        --gray-25: #fcfcfd;
        --gray-50: #f8fafc;
        --gray-100: #f1f5f9;
        --gray-200: #e2e8f0;
        --gray-300: #cbd5e1;
        --gray-400: #94a3b8;
        --gray-500: #64748b;
        --gray-600: #475569;
        --gray-700: #334155;
        --gray-800: #1e293b;
        --gray-900: #0f172a;
        --gray-950: #020617;

        
        --gradient-primary: linear-gradient(135deg, #3b82f6 0%, #06b6d4 50%, #6366f1 100%);
        --gradient-secondary: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
        --gradient-accent: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
        --gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);
        --gradient-warm: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
        --gradient-dark: linear-gradient(135deg, #1e293b 0%, #334155 100%);
        --gradient-mesh: radial-gradient(at 40% 20%, rgba(59, 130, 246, 0.15) 0px, transparent 50%),
            radial-gradient(at 80% 0%, rgba(6, 182, 212, 0.15) 0px, transparent 50%),
            radial-gradient(at 0% 50%, rgba(99, 102, 241, 0.15) 0px, transparent 50%),
            radial-gradient(at 80% 50%, rgba(16, 185, 129, 0.15) 0px, transparent 50%),
            radial-gradient(at 0% 100%, rgba(245, 158, 11, 0.15) 0px, transparent 50%);

        
        --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
        --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.1);
        --shadow-colored-primary: 0 20px 25px -5px rgba(59, 130, 246, 0.2), 0 8px 10px -6px rgba(59, 130, 246, 0.2);
        --shadow-colored-secondary: 0 20px 25px -5px rgba(6, 182, 212, 0.2), 0 8px 10px -6px rgba(6, 182, 212, 0.2);
        --shadow-colored-accent: 0 20px 25px -5px rgba(99, 102, 241, 0.2), 0 8px 10px -6px rgba(99, 102, 241, 0.2);

        
        --radius-none: 0;
        --radius-sm: 0.125rem;
        --radius: 0.25rem;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --radius-xl: 0.75rem;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --radius-4xl: 2rem;
        --radius-full: 9999px;

        
        --space-px: 1px;
        --space-0: 0;
        --space-1: 0.25rem;
        --space-2: 0.5rem;
        --space-3: 0.75rem;
        --space-4: 1rem;
        --space-5: 1.25rem;
        --space-6: 1.5rem;
        --space-8: 2rem;
        --space-10: 2.5rem;
        --space-12: 3rem;
        --space-16: 4rem;
        --space-20: 5rem;
        --space-24: 6rem;
        --space-32: 8rem;

        
        --text-xs: 0.75rem;
        --text-sm: 0.875rem;
        --text-base: 1rem;
        --text-lg: 1.125rem;
        --text-xl: 1.25rem;
        --text-2xl: 1.5rem;
        --text-3xl: 1.875rem;
        --text-4xl: 2.25rem;
        --text-5xl: 3rem;
        --text-6xl: 3.75rem;
        --text-7xl: 4.5rem;
        --text-8xl: 6rem;
        --text-9xl: 8rem;

        
        --duration-75: 75ms;
        --duration-100: 100ms;
        --duration-150: 150ms;
        --duration-200: 200ms;
        --duration-300: 300ms;
        --duration-500: 500ms;
        --duration-700: 700ms;
        --duration-1000: 1000ms;

        --ease-linear: linear;
        --ease-in: cubic-bezier(0.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, 0.2, 1);
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        --ease-elastic: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }.wpc-scope-47 .tc-wp-tool-root *, .wpc-scope-47 .tc-wp-tool-root *::before, .wpc-scope-47 .tc-wp-tool-root *::after{
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }.wpc-scope-47 .tc-wp-tool-root{
        scroll-behavior: smooth;
        -webkit-text-size-adjust: 100%;
    }.wpc-scope-47 .tc-wp-tool-root .fb-viewer-wrapper{
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-feature-settings: 'cv11', 'ss01';
        font-variation-settings: 'opsz' 32;
        background: #f7f5f5;
        color: var(--gray-900);
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        overflow-x: hidden;
        padding: 40px 0;
    }.wpc-scope-47 .tc-wp-tool-root .bg-pattern{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--gradient-mesh);
        opacity: 0.4;
        z-index: -2;
        animation: meshFloat 20s ease-in-out infinite;
    }.wpc-scope-47 .tc-wp-tool-root .bg-pattern::before{
        content: '';
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 20% 80%, rgba(254, 218, 117, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, rgba(250, 126, 30, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 40% 40%, rgba(214, 41, 118, 0.08) 0%, transparent 50%);
        animation: float 25s ease-in-out infinite reverse;
    }.wpc-scope-47 .tc-wp-tool-root .bg-overlay{
        position: fixed;
        inset: 0;
        background: linear-gradient(135deg, var(--white) 0%, rgba(248, 250, 252, 0.8) 100%);
        z-index: -1;
    }@keyframes meshFloat{

        0%,
        100% {
            transform: translateY(0px) rotate(0deg) scale(1);
        }

        33% {
            transform: translateY(-20px) rotate(1deg) scale(1.02);
        }

        66% {
            transform: translateY(10px) rotate(-1deg) scale(0.98);
        }
    }@keyframes float{

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

        50% {
            transform: translateY(-30px) rotate(2deg);
        }
    }.wpc-scope-47 .tc-wp-tool-root .fb-viewer-wrapper .fb-container{
        max-width: 1340px;
        margin: 0 auto !important;
        padding: var(--space-8);
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .header{
        text-align: center;
        margin-bottom: var(--space-20);
        animation: slideDown var(--duration-1000) var(--ease-elastic);
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .header::before{
        content: '';
        position: absolute;
        top: -50%;
        left: 50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
        transform: translateX(-50%);
        z-index: -1;
    }.wpc-scope-47 .tc-wp-tool-root .header-icon{
        width: 80px;
        height: 80px;
        background: var(--gradient-primary);
        border-radius: var(--radius-full);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto var(--space-6);
        font-size: var(--text-3xl);
        color: var(--white);
        box-shadow: var(--shadow-colored-primary);
        animation: pulse 3s ease-in-out infinite;
    }.wpc-scope-47 .tc-wp-tool-root .header .header-title{
        font-size: clamp(var(--text-4xl), 8vw, var(--text-7xl));
        font-weight: 900;
        background: var(--gradient-primary);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: var(--space-6);
        letter-spacing: -0.04em;
        line-height: 0.9;
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .header .header-title::after{
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 100px;
        height: 4px;
        background: var(--gradient-primary);
        border-radius: var(--radius-full);
        transform: translateX(-50%);
        animation: shimmer 3s ease-in-out infinite;
    }@keyframes shimmer{

        0%,
        100% {
            opacity: 0.5;
            transform: translateX(-50%) scaleX(1);
        }

        50% {
            opacity: 1;
            transform: translateX(-50%) scaleX(1.2);
        }
    }.wpc-scope-47 .tc-wp-tool-root .header p{
        font-size: var(--text-xl);
        color: var(--gray-600);
        font-weight: 500;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.7;
    }@keyframes slideDown{
        from {
            opacity: 0;
            transform: translateY(-60px) scale(0.9);
            filter: blur(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }
    }@keyframes pulse{

        0%,
        100% {
            opacity: 0.6;
        }

        50% {
            opacity: 1;
        }
    }.wpc-scope-47 .tc-wp-tool-root .action-btn.secondary{
        background: var(--gray-100);
        color: var(--gray-700);
        border: 1px solid var(--gray-300);
    }.wpc-scope-47 .tc-wp-tool-root .action-btn:hover{
        transform: translateY(-2px) scale(1.02);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-47 .tc-wp-tool-root .profile-navigation{
        border-top: 1px solid var(--gray-200);
        padding-top: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .profile-nav-tabs{
        display: flex;
        gap: var(--space-2);
        background: linear-gradient(135deg, rgba(254, 218, 117, 0.1) 0%, rgba(250, 126, 30, 0.1) 100%);
        padding: var(--space-2);
        border-radius: var(--radius-2xl);
        border: 1px solid rgba(254, 218, 117, 0.2);
    }.wpc-scope-47 .tc-wp-tool-root .nav-tab{
        flex: 1;
        padding: var(--space-4) var(--space-6);
        background: none;
        border: none;
        border-radius: var(--radius-xl);
        font-weight: 600;
        color: var(--gray-600);
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--space-2);
        position: relative;
        font-family: inherit;
    }.wpc-scope-47 .tc-wp-tool-root .nav-tab:hover{
        background: rgba(254, 218, 117, 0.1);
        color: var(--secondary-500);
        transform: translateY(-1px);
    }.wpc-scope-47 .tc-wp-tool-root .nav-tab.active{
        background: var(--gradient-primary);
        color: var(--white);
        box-shadow: var(--shadow-lg);
        transform: translateY(-2px);
    }.wpc-scope-47 .tc-wp-tool-root .nav-indicator{
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background: var(--accent-500);
        transition: width var(--duration-300) var(--ease-out);
        transform: translateX(-50%);
        border-radius: var(--radius-full);
        box-shadow: 0 0 10px rgba(214, 41, 118, 0.5);
    }.wpc-scope-47 .tc-wp-tool-root .nav-tab.active .nav-indicator{
        width: 60%;
    }.wpc-scope-47 .tc-wp-tool-root .tab-content-container{
        padding: var(--space-8) 0;
    }.wpc-scope-47 .tc-wp-tool-root .photos-grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoitem{
        background: var(--white);
        border-radius: var(--radius-3xl);
        overflow: hidden;
        box-shadow: var(--shadow-md);
        transition: all var(--duration-300) var(--ease-out);
        border: 1px solid var(--gray-200);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover{
        transform: translateY(-8px) scale(1.02);
        box-shadow: var(--shadow-xl);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoimage-container{
        position: relative;
        aspect-ratio: 1;
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoimage{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform var(--duration-500) var(--ease-out);
        cursor: pointer;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover .fb-photoimage{
        transform: scale(1.1);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photooverlay{
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.3) 50%,
                transparent 100%);
        opacity: 0;
        visibility: hidden;
        transition: all var(--duration-300) var(--ease-out);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: var(--space-4);
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover .fb-photooverlay{
        opacity: 1;
        visibility: visible;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoactions{
        display: flex;
        gap: var(--space-3);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoaction-btn{
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: var(--white);
        padding: var(--space-3);
        border-radius: var(--radius-full);
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        font-size: var(--text-lg);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoaction-btn:hover{
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoinfo{
        padding: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photostats{
        margin-bottom: var(--space-3);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoengagement{
        display: flex;
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoengagement-item{
        display: flex;
        align-items: center;
        gap: var(--space-1);
        color: var(--gray-600);
        font-size: var(--text-sm);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photometa{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: var(--text-xs);
        color: var(--gray-500);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photodimensions{
        font-weight: 600;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal{
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);
        animation: fadeIn var(--duration-300) var(--ease-out);
    }@keyframes fadeIn{
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-content{
        position: relative;
        background: var(--white);
        margin: 5% auto;
        padding: 0;
        border-radius: var(--radius-4xl);
        width: 90%;
        max-width: 800px;
        max-height: 80vh;
        overflow: hidden;
        box-shadow: var(--shadow-2xl);
        animation: slideIn var(--duration-500) var(--ease-elastic);
    }@keyframes slideIn{
        from {
            opacity: 0;
            transform: translateY(-50px) scale(0.9);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-close{
        position: absolute;
        top: var(--space-4);
        right: var(--space-4);
        background: rgba(0, 0, 0, 0.5);
        color: var(--white);
        border: none;
        border-radius: var(--radius-full);
        width: 40px;
        height: 40px;
        font-size: var(--text-lg);
        cursor: pointer;
        z-index: 10;
        transition: all var(--duration-300) var(--ease-out);
        backdrop-filter: blur(10px);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-close:hover{
        background: rgba(0, 0, 0, 0.7);
        transform: scale(1.1);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-image{
        width: 100%;
        height: auto;
        max-height: 60vh;
        object-fit: contain;
        background: var(--gray-100);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-info{
        padding: var(--space-8);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-header{
        margin-bottom: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-title{
        font-size: var(--text-2xl);
        font-weight: 800;
        color: var(--gray-900);
        margin-bottom: var(--space-2);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stats{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: var(--space-4);
        margin-bottom: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-actions{
        display: flex;
        gap: var(--space-4);
        flex-wrap: wrap;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action{
        flex: 1;
        min-width: 150px;
        background: var(--gradient-primary);
        color: var(--white);
        border: none;
        padding: var(--space-4) var(--space-6);
        border-radius: var(--radius-2xl);
        font-weight: 700;
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--space-2);
        box-shadow: var(--shadow-md);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action:hover{
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action.primary{
        background: var(--gradient-accent);
    }.wpc-scope-47 .tc-wp-tool-root .content-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: var(--space-8);
        padding-bottom: var(--space-4);
        border-bottom: 1px solid var(--gray-200);
        flex-wrap: wrap;
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .content-title{
        display: flex;
        align-items: center;
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .content-title-text{
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }.wpc-scope-47 .tc-wp-tool-root .content-title h2{
        font-size: var(--text-3xl);
        font-weight: 900;
        color: #1e293b;
        line-height: 1.2;
        margin: 0;
    }.wpc-scope-47 .tc-wp-tool-root .content-subtitle{
        font-size: var(--text-3xl);
        font-weight: 900;
        color: #1e293b;
        line-height: 1.2;
        margin: 0;
    }.wpc-scope-47 .tc-wp-tool-root .content-title i{
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
        border-radius: var(--radius-lg);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white);
        font-size: var(--text-xl);
        flex-shrink: 0;
    }.wpc-scope-47 .tc-wp-tool-root .content-stats{
        display: flex;
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .stat-item{
        display: flex;
        align-items: center;
        gap: var(--space-2);
        color: #94a3b8;
        font-size: var(--text-sm);
    }.wpc-scope-47 .tc-wp-tool-root .stat-item i{
        color: #64748b;
        font-size: var(--text-base);
    }.wpc-scope-47 .tc-wp-tool-root .stat-item span{
        display: flex;
        flex-direction: column;
        line-height: 1.3;
    }.wpc-scope-47 .tc-wp-tool-root .stat-number{
        font-size: var(--text-base);
        color: #94a3b8;
        font-weight: 600;
    }.wpc-scope-47 .tc-wp-tool-root .stat-label{
        font-size: var(--text-sm);
        color: #94a3b8;
    }.wpc-scope-47 .tc-wp-tool-root .posts-container{
        display: flex;
        flex-direction: column;
        gap: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .post-item{
        background: var(--white);
        border-radius: var(--radius-3xl);
        padding: var(--space-6);
        box-shadow: var(--shadow-md);
        border: 1px solid var(--gray-200);
        transition: all var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .post-item:hover{
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-47 .tc-wp-tool-root .post-header{
        display: flex;
        align-items: center;
        gap: var(--space-4);
        margin-bottom: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .post-profile-pic{
        width: 48px;
        height: 48px;
        border-radius: var(--radius-full);
        background-size: cover;
        background-position: center;
        background-color: var(--gray-200);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--gray-500);
    }.wpc-scope-47 .tc-wp-tool-root .post-info{
        flex: 1;
    }.wpc-scope-47 .tc-wp-tool-root .post-author{
        font-weight: 700;
        color: var(--gray-900);
        margin-bottom: var(--space-1);
    }.wpc-scope-47 .tc-wp-tool-root .post-date{
        font-size: var(--text-sm);
        color: var(--gray-500);
    }.wpc-scope-47 .tc-wp-tool-root .post-content{
        margin-bottom: var(--space-4);
        line-height: 1.6;
        color: var(--gray-700);
    }.wpc-scope-47 .tc-wp-tool-root .post-image{
        width: 100%;
        border-radius: var(--radius-2xl);
        margin-bottom: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .post-stats{
        display: flex;
        gap: var(--space-6);
        padding-top: var(--space-4);
        border-top: 1px solid var(--gray-200);
    }.wpc-scope-47 .tc-wp-tool-root .about-grid{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .about-card{
        background: var(--white);
        border-radius: var(--radius-3xl);
        padding: var(--space-6);
        box-shadow: var(--shadow-md);
        border: 1px solid var(--gray-200);
        transition: all var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .about-card:hover{
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-47 .tc-wp-tool-root .card-header{
        display: flex;
        align-items: center;
        gap: var(--space-4);
        margin-bottom: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .card-icon{
        width: 48px;
        height: 48px;
        background: var(--gradient-primary);
        border-radius: var(--radius-2xl);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white);
        font-size: var(--text-xl);
    }.wpc-scope-47 .tc-wp-tool-root .card-header h3{
        font-size: var(--text-xl);
        font-weight: 700;
        color: var(--gray-900);
    }.wpc-scope-47 .tc-wp-tool-root .card-content{
        color: var(--gray-700);
        line-height: 1.6;
    }.wpc-scope-47 .tc-wp-tool-root .about-item{
        display: flex;
        gap: var(--space-4);
        margin-bottom: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .about-item:last-child{
        margin-bottom: 0;
    }.wpc-scope-47 .tc-wp-tool-root .about-icon{
        width: 40px;
        height: 40px;
        background: var(--gray-100);
        border-radius: var(--radius-xl);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--gray-600);
        flex-shrink: 0;
    }.wpc-scope-47 .tc-wp-tool-root .about-text h3{
        font-weight: 600;
        color: var(--gray-900);
        margin-bottom: var(--space-1);
    }.wpc-scope-47 .tc-wp-tool-root .about-text p{
        color: var(--gray-600);
        font-size: var(--text-sm);
    }.wpc-scope-47 .tc-wp-tool-root .empty-state{
        text-align: center;
        padding: var(--space-20) var(--space-8);
        color: var(--gray-600);
    }.wpc-scope-47 .tc-wp-tool-root .empty-icon{
        width: 120px;
        height: 120px;
        background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
        border-radius: var(--radius-full);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto var(--space-8);
        font-size: var(--text-4xl);
        box-shadow: var(--shadow-lg);
        animation: bounce 2s ease-in-out infinite;
    }@keyframes bounce{

        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }

        40% {
            transform: translateY(-15px);
        }

        60% {
            transform: translateY(-8px);
        }
    }.wpc-scope-47 .tc-wp-tool-root .empty-state h3{
        font-size: var(--text-2xl);
        font-weight: 700;
        color: var(--gray-900);
        margin-bottom: var(--space-3);
    }.wpc-scope-47 .tc-wp-tool-root .empty-state p{
        font-size: var(--text-lg);
        line-height: 1.7;
        max-width: 500px;
        margin: 0 auto;
    }.wpc-scope-47 .tc-wp-tool-root .no-data-message{
        text-align: center;
        padding: var(--space-12);
        color: var(--gray-500);
        font-size: var(--text-lg);
        background: var(--gray-50);
        border-radius: var(--radius-2xl);
        border: 2px dashed var(--gray-300);
    }.wpc-scope-47 .tc-wp-tool-root .debug-container{
        background: var(--gray-950);
        color: var(--gray-100);
        border-radius: var(--radius-4xl);
        padding: var(--space-8);
        box-shadow: var(--shadow-2xl);
        border: 1px solid var(--gray-800);
    }.wpc-scope-47 .tc-wp-tool-root .debug-section{
        margin-bottom: var(--space-8);
    }.wpc-scope-47 .tc-wp-tool-root .debug-title{
        color: var(--primary-400);
        font-size: var(--text-xl);
        font-weight: 700;
        margin-bottom: var(--space-4);
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }.wpc-scope-47 .tc-wp-tool-root .debug-content{
        background: var(--gray-900);
        border-radius: var(--radius-2xl);
        padding: var(--space-6);
        font-family: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', monospace;
        font-size: var(--text-sm);
        line-height: 1.8;
        border: 1px solid var(--gray-800);
        box-shadow: var(--shadow-inner);
        white-space: pre-line;
    }.wpc-scope-47 .tc-wp-tool-root .video-thumbnail{
        position: relative;
        height: 350px;
        background-size: cover;
        background-position: center;
        background-color: var(--gray-200);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
    }.wpc-scope-47 .tc-wp-tool-root .video-play-icon{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: var(--radius-full);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--text-2xl);
        color: var(--white);
        transition: all var(--duration-300) var(--ease-out);
        z-index: 2;
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.3);
    }.wpc-scope-47 .tc-wp-tool-root .video-thumbnail:hover .video-play-icon{
        transform: translate(-50%, -50%) scale(1.1);
        background: rgba(0, 0, 0, 0.8);
        border-color: rgba(255, 255, 255, 0.5);
    }.wpc-scope-47 .tc-wp-tool-root .video-quality-badge{
        position: absolute;
        top: var(--space-3);
        left: var(--space-3);
        background: rgba(0, 0, 0, 0.7);
        color: var(--white);
        padding: var(--space-1) var(--space-3);
        border-radius: var(--radius-full);
        font-size: var(--text-xs);
        font-weight: 700;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .reel-badge{
        position: absolute;
        top: var(--space-3);
        left: var(--space-3);
        background: var(--gradient-secondary);
        color: var(--white);
        padding: var(--space-1) var(--space-3);
        border-radius: var(--radius-full);
        font-size: var(--text-xs);
        font-weight: 700;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .video-duration{
        position: absolute;
        bottom: var(--space-3);
        right: var(--space-3);
        background: rgba(0, 0, 0, 0.7);
        color: var(--white);
        padding: var(--space-1) var(--space-3);
        border-radius: var(--radius-lg);
        font-size: var(--text-xs);
        font-weight: 600;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .video-stats{
        display: flex;
        gap: var(--space-4);
        margin-bottom: var(--space-4);
        font-size: var(--text-sm);
    }.wpc-scope-47 .tc-wp-tool-root .video-stats .stat-item{
        display: flex;
        align-items: center;
        gap: var(--space-1);
        color: var(--gray-600);
    }.wpc-scope-47 .tc-wp-tool-root .video-stats .stat-item i{
        color: var(--primary-500);
    }.wpc-scope-47 .tc-wp-tool-root .download-progress-modal{
        display: none;
        position: fixed;
        z-index: 1001;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: var(--white);
        padding: var(--space-8);
        border-radius: var(--radius-4xl);
        box-shadow: var(--shadow-2xl);
        min-width: 400px;
        text-align: center;
        animation: modalSlideIn var(--duration-500) var(--ease-elastic);
    }@keyframes modalSlideIn{
        from {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.8);
        }

        to {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }.wpc-scope-47 .tc-wp-tool-root .download-progress-header{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--space-3);
        margin-bottom: var(--space-6);
        color: var(--primary-600);
    }.wpc-scope-47 .tc-wp-tool-root .download-progress-title{
        font-size: var(--text-xl);
        font-weight: 700;
    }.wpc-scope-47 .tc-wp-tool-root .download-progress-bar{
        width: 100%;
        height: 8px;
        background: var(--gray-200);
        border-radius: var(--radius-full);
        overflow: hidden;
        margin-bottom: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .download-progress-fill{
        height: 100%;
        background: var(--gradient-primary);
        width: 0%;
        transition: width var(--duration-300) var(--ease-out);
        border-radius: var(--radius-full);
    }.wpc-scope-47 .tc-wp-tool-root .download-progress-text{
        font-size: var(--text-base);
        color: var(--gray-600);
        margin-bottom: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .download-cancel-btn{
        background: var(--gray-200);
        color: var(--gray-700);
        border: none;
        padding: var(--space-3) var(--space-6);
        border-radius: var(--radius-xl);
        font-weight: 600;
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .download-cancel-btn:hover{
        background: var(--gray-300);
        transform: translateY(-1px);
    }@media (max-width: 1024px){.tc-wp-tool-root .fb-viewer-wrapper .fb-container{
            padding: var(--space-6);
        }.tc-wp-tool-root .search-section{
            padding: var(--space-8);
        }.tc-wp-tool-root .group-details{
            padding: var(--space-8);
        }.tc-wp-tool-root .profile-info-section{
            padding: var(--space-8);
        }.tc-wp-tool-root .fb-photomodal-content{
            flex-direction: column;
            max-width: 95vw;
        }.tc-wp-tool-root .fb-photomodal-image{
            max-width: 95vw;
            max-height: 60vh;
        }.tc-wp-tool-root .fb-photomodal-info{
            width: 100%;
        }}@media (max-width: 992px){.tc-wp-tool-root .fb-viewer-wrapper .fb-container{
            padding: var(--space-6);
        }.tc-wp-tool-root .search-section{
            padding: var(--space-12) var(--space-8);
        }.tc-wp-tool-root .search-section .hero-logo{
            width: 55px;
            height: 55px;
        }.tc-wp-tool-root .search-section .hero-logo .fab{
            font-size: 24px;
        }.tc-wp-tool-root .search-section .hero-title{
            font-size: 22px;
        }.tc-wp-tool-root .search-section .hero-feature-btn{
            padding: var(--space-2) var(--space-4);
            font-size: var(--text-xs);
            width: 100%;
            justify-content: flex-start;
        }.tc-wp-tool-root .search-header{
            margin-top: var(--space-6);
            margin-bottom: var(--space-5);
        }.tc-wp-tool-root .search-header .search-header-title{
            font-size: var(--text-lg);
        }.tc-wp-tool-root .search-header .search-header-intro{
            font-size: var(--text-sm);
        }.tc-wp-tool-root .input-group{
            flex-direction: column !important;
            gap: var(--space-4) !important;
        }.tc-wp-tool-root .analyze-btn{
            width: 100% !important;
        }.tc-wp-tool-root .search-examples{
            display: grid;
            grid-template-columns: 1fr;
            gap: var(--space-3);
            max-width: 100%;
        }.tc-wp-tool-root .example-item{
            width: 100%;
            justify-content: flex-start;
            padding: var(--space-3) var(--space-4);
        }}@media (max-width: 768px){.tc-wp-tool-root .fb-viewer-wrapper .fb-container{
            padding: var(--space-4);
        }.tc-wp-tool-root .search-section{
            padding: var(--space-8) var(--space-6);
            margin-bottom: var(--space-12);
        }.tc-wp-tool-root .search-section .hero-content{
            margin-bottom: var(--space-8);
        }.tc-wp-tool-root .search-section .hero-logo{
            width: 50px;
            height: 50px;
            margin-bottom: var(--space-4);
        }.tc-wp-tool-root .search-section .hero-logo .fab{
            font-size: 22px;
        }.tc-wp-tool-root .search-section .hero-title{
            font-size: 20px;
            margin-bottom: var(--space-3);
        }.tc-wp-tool-root .search-section .hero-intro{
            font-size: var(--text-sm);
            margin-bottom: var(--space-6);
        }.tc-wp-tool-root .search-section .hero-features{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: var(--space-3);
            margin-bottom: var(--space-8);
            max-width: 100%;
        }.tc-wp-tool-root .search-section .hero-feature-btn{
            padding: var(--space-3) var(--space-4);
            font-size: var(--text-sm);
            width: 100%;
            justify-content: flex-start;
        }.tc-wp-tool-root .search-section .hero-feature-btn i{
            font-size: var(--text-base);
        }.tc-wp-tool-root .search-header{
            margin-top: var(--space-6);
            margin-bottom: var(--space-4);
        }.tc-wp-tool-root .search-header .search-header-title{
            font-size: var(--text-lg);
            margin-bottom: var(--space-1);
        }.tc-wp-tool-root .search-header .search-header-intro{
            font-size: var(--text-xs);
        }.tc-wp-tool-root .input-group{
            flex-direction: column !important;
            gap: var(--space-4) !important;
        }.tc-wp-tool-root .url-input{
            padding: 12px 12px 12px 45px !important;
            font-size: var(--text-sm) !important;
        }.tc-wp-tool-root .analyze-btn{
            padding: 12px var(--space-6) !important;
            font-size: var(--text-sm) !important;
            width: 100% !important;
        }.tc-wp-tool-root .search-examples{
            display: grid;
            grid-template-columns: 1fr;
            gap: var(--space-3);
            max-width: 100%;
        }.tc-wp-tool-root .example-item{
            width: 100%;
            justify-content: flex-start;
            padding: var(--space-3) var(--space-4);
        }.tc-wp-tool-root .search-form{
            flex-direction: column;
        }.tc-wp-tool-root .tab-list{
            flex-wrap: wrap;
        }.tc-wp-tool-root .media-grid{
            grid-template-columns: 1fr;
        }.tc-wp-tool-root .video-grid{
            grid-template-columns: 1fr;
        }.tc-wp-tool-root .stats-grid{
            grid-template-columns: repeat(2, 1fr);
        }.tc-wp-tool-root .summary-stats{
            grid-template-columns: repeat(2, 1fr);
        }.tc-wp-tool-root .download-actions{
            flex-direction: row;
            justify-content: center;
        }.tc-wp-tool-root .download-btn{
            min-width: 140px;
            padding: var(--space-3) var(--space-6);
        }.tc-wp-tool-root .header .header-title{
            font-size: var(--text-4xl);
        }.tc-wp-tool-root .group-cover{
            height: 250px;
        }.tc-wp-tool-root .cover-section{
            height: 250px;
        }.tc-wp-tool-root .profile-header{
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin-top: -60px;
        }.tc-wp-tool-root .profile-details{
            margin-top: var(--space-4);
        }.tc-wp-tool-root .profile-nav-tabs{
            flex-direction: column;
        }.tc-wp-tool-root .nav-tab{
            justify-content: flex-start;
        }.tc-wp-tool-root .about-grid{
            grid-template-columns: 1fr;
        }.tc-wp-tool-root .photos-grid{
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        }}@media (max-width: 600px){.tc-wp-tool-root .fb-viewer-wrapper .fb-container{
            padding: var(--space-3);
        }.tc-wp-tool-root .search-section{
            padding: var(--space-6) var(--space-4);
            border-radius: var(--radius-3xl);
        }.tc-wp-tool-root .search-section .hero-logo{
            width: 45px;
            height: 45px;
        }.tc-wp-tool-root .search-section .hero-logo .fab{
            font-size: 20px;
        }.tc-wp-tool-root .search-section .hero-title{
            font-size: 18px;
        }.tc-wp-tool-root .search-section .hero-intro{
            font-size: var(--text-xs);
        }.tc-wp-tool-root .search-section .hero-features{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: var(--space-2);
            max-width: 100%;
        }.tc-wp-tool-root .search-section .hero-feature-btn{
            padding: var(--space-2) var(--space-3);
            font-size: var(--text-xs);
            width: 100%;
            justify-content: flex-start;
        }.tc-wp-tool-root .search-header{
            margin-top: var(--space-4);
            margin-bottom: var(--space-3);
        }.tc-wp-tool-root .search-header .search-header-title{
            font-size: var(--text-base);
            margin-bottom: var(--space-1);
        }.tc-wp-tool-root .search-header .search-header-intro{
            font-size: var(--text-xs);
        }.tc-wp-tool-root .input-group{
            flex-direction: column !important;
            gap: var(--space-3) !important;
        }.tc-wp-tool-root .analyze-btn{
            width: 100% !important;
        }.tc-wp-tool-root .search-examples{
            display: grid;
            grid-template-columns: 1fr;
            gap: var(--space-2);
            max-width: 100%;
        }.tc-wp-tool-root .example-item{
            width: 100%;
            justify-content: flex-start;
            padding: var(--space-2) var(--space-3);
            font-size: var(--text-xs);
        }.tc-wp-tool-root .url-input{
            padding: 10px 10px 10px 40px !important;
            font-size: var(--text-xs) !important;
        }.tc-wp-tool-root .analyze-btn{
            padding: 10px var(--space-4) !important;
            font-size: var(--text-xs) !important;
        }.tc-wp-tool-root .stats-grid{
            grid-template-columns: 1fr;
        }.tc-wp-tool-root .summary-stats{
            grid-template-columns: 1fr;
        }.tc-wp-tool-root .download-actions{
            flex-direction: column;
        }.tc-wp-tool-root .group-details{
            padding: var(--space-6);
        }.tc-wp-tool-root .profile-info-section{
            padding: var(--space-6);
        }.tc-wp-tool-root .profile-picture{
            width: 120px;
            height: 120px;
        }.tc-wp-tool-root .profile-name{
            font-size: var(--text-2xl);
        }.tc-wp-tool-root .photos-grid{
            grid-template-columns: 1fr;
        }}@media (max-width: 400px){.tc-wp-tool-root .search-section{
            padding: var(--space-4) var(--space-3);
        }.tc-wp-tool-root .search-section .hero-logo{
            width: 40px;
            height: 40px;
        }.tc-wp-tool-root .search-section .hero-logo .fab{
            font-size: 18px;
        }.tc-wp-tool-root .search-section .hero-title{
            font-size: 16px;
        }.tc-wp-tool-root .search-section .hero-features{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: var(--space-2);
            max-width: 100%;
        }.tc-wp-tool-root .search-section .hero-feature-btn{
            padding: var(--space-2) var(--space-2);
            font-size: var(--text-xs);
            width: 100%;
            justify-content: flex-start;
        }.tc-wp-tool-root .search-header{
            margin-top: var(--space-3);
            margin-bottom: var(--space-2);
        }.tc-wp-tool-root .search-header .search-header-title{
            font-size: var(--text-sm);
        }.tc-wp-tool-root .search-header .search-header-intro{
            font-size: 0.7rem;
        }.tc-wp-tool-root .input-group{
            flex-direction: column !important;
            gap: var(--space-3) !important;
        }.tc-wp-tool-root .analyze-btn{
            width: 100% !important;
        }.tc-wp-tool-root .search-examples{
            display: grid;
            grid-template-columns: 1fr;
            gap: var(--space-2);
            max-width: 100%;
        }.tc-wp-tool-root .example-item{
            width: 100%;
            justify-content: flex-start;
            padding: var(--space-2) var(--space-2);
            font-size: var(--text-xs);
        }.tc-wp-tool-root .url-input{
            padding: 8px 8px 8px 35px !important;
        }.tc-wp-tool-root .analyze-btn{
            padding: 8px var(--space-3) !important;
        }}@media (max-width: 375px){.tc-wp-tool-root .fb-viewer-wrapper .fb-container{
            padding: var(--space-2);
        }.tc-wp-tool-root .search-section{
            padding: var(--space-3) var(--space-2);
            border-radius: var(--radius-2xl);
        }.tc-wp-tool-root .search-section .hero-logo{
            width: 35px;
            height: 35px;
            margin-bottom: var(--space-2);
        }.tc-wp-tool-root .search-section .hero-logo .fab{
            font-size: 16px;
        }.tc-wp-tool-root .search-section .hero-title{
            font-size: 14px;
            margin-bottom: var(--space-2);
            white-space: normal;
        }.tc-wp-tool-root .search-section .hero-intro{
            font-size: 0.7rem;
            margin-bottom: var(--space-4);
        }.tc-wp-tool-root .search-section .hero-features{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: var(--space-1);
            margin-bottom: var(--space-4);
            max-width: 100%;
        }.tc-wp-tool-root .search-section .hero-feature-btn{
            padding: var(--space-2) var(--space-1);
            font-size: 0.65rem;
            width: 100%;
            justify-content: flex-start;
        }.tc-wp-tool-root .search-header{
            margin-top: var(--space-2);
            margin-bottom: var(--space-2);
        }.tc-wp-tool-root .search-header .search-header-title{
            font-size: var(--text-xs);
        }.tc-wp-tool-root .search-header .search-header-intro{
            font-size: 0.65rem;
        }.tc-wp-tool-root .input-group{
            flex-direction: column !important;
            gap: var(--space-2) !important;
        }.tc-wp-tool-root .analyze-btn{
            width: 100% !important;
        }.tc-wp-tool-root .search-examples{
            display: grid;
            grid-template-columns: 1fr;
            gap: var(--space-1);
            max-width: 100%;
        }.tc-wp-tool-root .example-item{
            width: 100%;
            justify-content: flex-start;
            padding: var(--space-2) var(--space-1);
            font-size: 0.7rem;
        }.tc-wp-tool-root .search-section .hero-feature-btn{
            padding: 5px var(--space-1);
            font-size: 0.6rem;
        }.tc-wp-tool-root .search-section .hero-feature-btn i{
            font-size: var(--text-xs);
        }.tc-wp-tool-root .search-header .search-header-title{
            font-size: var(--text-xs);
        }.tc-wp-tool-root .search-header .search-header-intro{
            font-size: 0.65rem;
        }.tc-wp-tool-root .input-group{
            flex-direction: column !important;
            gap: var(--space-1) !important;
        }.tc-wp-tool-root .analyze-btn{
            width: 100% !important;
        }.tc-wp-tool-root .url-input{
            padding: 6px 6px 6px 30px !important;
            font-size: 0.7rem !important;
        }.tc-wp-tool-root .analyze-btn{
            padding: 6px var(--space-2) !important;
            font-size: 0.7rem !important;
        }}@media (max-width: 992px){.tc-wp-tool-root .fb-photooverlay{
            opacity: 1 !important;
            visibility: visible !important;
            background: linear-gradient(to top,
                    rgba(0, 0, 0, 0.7) 0%,
                    rgba(0, 0, 0, 0.4) 50%,
                    transparent 100%) !important;
        }.tc-wp-tool-root .video-overlay{
            opacity: 1 !important;
            visibility: visible !important;
            background: linear-gradient(to top,
                    rgba(0, 0, 0, 0.7) 0%,
                    rgba(0, 0, 0, 0.4) 50%,
                    transparent 100%) !important;
        }.tc-wp-tool-root .fb-photoaction-btn{
            background: rgba(255, 255, 255, 0.3) !important;
            backdrop-filter: blur(15px) !important;
            border: 2px solid rgba(255, 255, 255, 0.4) !important;
            padding: var(--space-4) !important;
            font-size: var(--text-xl) !important;
            min-width: 50px !important;
            min-height: 50px !important;
        }.tc-wp-tool-root .video-action-btn{
            background: rgba(255, 255, 255, 0.3) !important;
            backdrop-filter: blur(15px) !important;
            border: 2px solid rgba(255, 255, 255, 0.4) !important;
            padding: var(--space-4) !important;
            font-size: var(--text-xl) !important;
            min-width: 50px !important;
            min-height: 50px !important;
        }}@media (max-width: 768px){.tc-wp-tool-root .fb-photooverlay{
            padding-bottom: var(--space-3) !important;
        }.tc-wp-tool-root .video-overlay{
            padding-bottom: var(--space-3) !important;
        }.tc-wp-tool-root .fb-photoaction-btn{
            padding: var(--space-3) !important;
            font-size: var(--text-lg) !important;
            min-width: 45px !important;
            min-height: 45px !important;
        }.tc-wp-tool-root .video-action-btn{
            padding: var(--space-3) !important;
            font-size: var(--text-lg) !important;
            min-width: 45px !important;
            min-height: 45px !important;
        }}@media (max-width: 600px){.tc-wp-tool-root .fb-photooverlay{
            padding-bottom: var(--space-2) !important;
        }.tc-wp-tool-root .video-overlay{
            padding-bottom: var(--space-2) !important;
        }.tc-wp-tool-root .fb-photoaction-btn{
            padding: var(--space-2) !important;
            font-size: var(--text-base) !important;
            min-width: 40px !important;
            min-height: 40px !important;
        }.tc-wp-tool-root .video-action-btn{
            padding: var(--space-2) !important;
            font-size: var(--text-base) !important;
            min-width: 40px !important;
            min-height: 40px !important;
        }}@media (max-width: 400px){.tc-wp-tool-root .fb-photoaction-btn{
            padding: var(--space-1) !important;
            font-size: var(--text-sm) !important;
            min-width: 35px !important;
            min-height: 35px !important;
        }.tc-wp-tool-root .video-action-btn{
            padding: var(--space-1) !important;
            font-size: var(--text-sm) !important;
            min-width: 35px !important;
            min-height: 35px !important;
        }}@media (max-width: 375px){.tc-wp-tool-root .fb-photoaction-btn{
            padding: 6px !important;
            font-size: var(--text-xs) !important;
            min-width: 32px !important;
            min-height: 32px !important;
        }.tc-wp-tool-root .video-action-btn{
            padding: 6px !important;
            font-size: var(--text-xs) !important;
            min-width: 32px !important;
            min-height: 32px !important;
        }}@media (max-width: 992px){.tc-wp-tool-root .content-header{
            margin-bottom: var(--space-6);
            padding-bottom: var(--space-3);
        }.tc-wp-tool-root .content-title h2, .tc-wp-tool-root .content-subtitle{
            font-size: var(--text-2xl);
        }.tc-wp-tool-root .content-title i{
            width: 42px;
            height: 42px;
            font-size: var(--text-lg);
        }}@media (max-width: 768px){.tc-wp-tool-root .content-header{
            flex-direction: column;
            align-items: flex-start;
            gap: var(--space-3);
            margin-bottom: var(--space-4);
        }.tc-wp-tool-root .content-title{
            width: 100%;
        }.tc-wp-tool-root .content-title h2, .tc-wp-tool-root .content-subtitle{
            font-size: var(--text-xl);
        }.tc-wp-tool-root .content-title i{
            width: 40px;
            height: 40px;
            font-size: var(--text-base);
        }.tc-wp-tool-root .content-stats{
            width: 100%;
            justify-content: flex-start;
        }.tc-wp-tool-root .stat-item{
            font-size: var(--text-xs);
        }}@media (max-width: 600px){.tc-wp-tool-root .content-title h2, .tc-wp-tool-root .content-subtitle{
            font-size: var(--text-lg);
        }.tc-wp-tool-root .content-title i{
            width: 36px;
            height: 36px;
            font-size: var(--text-sm);
        }.tc-wp-tool-root .stat-item{
            font-size: 0.7rem;
        }.tc-wp-tool-root .stat-item i{
            font-size: var(--text-xs);
        }}@media (max-width: 400px){.tc-wp-tool-root .content-title h2, .tc-wp-tool-root .content-subtitle{
            font-size: var(--text-base);
        }.tc-wp-tool-root .content-title i{
            width: 32px;
            height: 32px;
            font-size: var(--text-xs);
        }.tc-wp-tool-root .stat-item{
            font-size: 0.65rem;
        }}@media (max-width: 375px){.tc-wp-tool-root .content-header{
            margin-bottom: var(--space-3);
            padding-bottom: var(--space-2);
        }.tc-wp-tool-root .content-title h2, .tc-wp-tool-root .content-subtitle{
            font-size: 0.9rem;
        }.tc-wp-tool-root .content-title i{
            width: 28px;
            height: 28px;
            font-size: 0.7rem;
        }.tc-wp-tool-root .stat-item{
            font-size: 0.6rem;
        }}.wpc-scope-47 .tc-wp-tool-root .video-card{
        background: var(--white);
        border-radius: var(--radius-4xl);
        box-shadow: var(--shadow-xl);
        border: 1px solid var(--gray-200);
        overflow: hidden;
        transition: all var(--duration-500) var(--ease-elastic);
        animation: slideUp var(--duration-700) var(--ease-elastic);
        animation-delay: calc(var(--index) * 0.1s);
        animation-fill-mode: both;
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .video-card:hover{
        transform: translateY(-12px) scale(1.02);
        box-shadow: var(--shadow-2xl);
        border-color: var(--primary-300);
    }.wpc-scope-47 .tc-wp-tool-root .video-card video{
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
    }.wpc-scope-47 .tc-wp-tool-root .video-badges{
        margin-bottom: var(--space-4);
        display: flex;
        gap: var(--space-2);
    }.wpc-scope-47 .tc-wp-tool-root .quality-badge{
        background: var(--gradient-success);
        color: var(--white);
        padding: var(--space-2) var(--space-4);
        border-radius: var(--radius-full);
        font-size: var(--text-xs);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }.wpc-scope-47 .tc-wp-tool-root .format-badge{
        background: var(--gradient-accent);
        color: var(--white);
        padding: var(--space-2) var(--space-4);
        border-radius: var(--radius-full);
        font-size: var(--text-xs);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }.wpc-scope-47 .tc-wp-tool-root .download-progress{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        background-color: var(--primary-400);
        transition: width var(--duration-300) var(--ease-out);
        border-radius: 0 0 var(--radius-2xl) var(--radius-2xl);
    }.wpc-scope-47 .tc-wp-tool-root ::-webkit-scrollbar{
        width: 12px;
    }.wpc-scope-47 .tc-wp-tool-root ::-webkit-scrollbar-track{
        background: var(--gray-100);
        border-radius: var(--radius-full);
    }.wpc-scope-47 .tc-wp-tool-root ::-webkit-scrollbar-thumb{
        background: var(--gradient-primary);
        border-radius: var(--radius-full);
        border: 2px solid var(--gray-100);
    }.wpc-scope-47 .tc-wp-tool-root ::-webkit-scrollbar-thumb:hover{
        background: var(--gradient-secondary);
    }.wpc-scope-47 .tc-wp-tool-root ::selection{
        background: var(--primary-200);
        color: var(--primary-900);
    }.wpc-scope-47 .tc-wp-tool-root :focus-visible{
        outline: 2px solid var(--primary-500);
        outline-offset: 2px;
    }@media (max-width: 1024px){.tc-wp-tool-root .video-grid[style*="grid-template-columns: repeat(3, 1fr)"]{
            grid-template-columns: repeat(2, 1fr) !important;
        }}@media (max-width: 768px){.tc-wp-tool-root .video-grid[style*="grid-template-columns: repeat(3, 1fr)"]{
            grid-template-columns: 1fr !important;
        }}.wpc-scope-47 .tc-wp-tool-root .video-thumbnail{
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 350px;
        border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .video-thumbnail:hover{
        transform: scale(1.02);
        transition: transform var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .video-overlay{
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.3) 50%,
                transparent 100%);
        opacity: 0;
        visibility: hidden;
        transition: all var(--duration-300) var(--ease-out);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: var(--space-4);
        z-index: 10;
    }.wpc-scope-47 .tc-wp-tool-root .video-thumbnail:hover .video-overlay{
        opacity: 1;
        visibility: visible;
    }.wpc-scope-47 .tc-wp-tool-root .video-actions{
        display: flex;
        gap: var(--space-3);
        align-items: center;
    }.wpc-scope-47 .tc-wp-tool-root .video-action-btn{
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(15px);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: var(--white);
        padding: var(--space-3);
        border-radius: var(--radius-full);
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        font-size: var(--text-lg);
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px;
    }.wpc-scope-47 .tc-wp-tool-root .video-action-btn:hover{
        background: rgba(255, 255, 255, 0.35);
        border-color: rgba(255, 255, 255, 0.5);
        transform: scale(1.1);
    }.wpc-scope-47 .tc-wp-tool-root .video-number{
        font-size: var(--text-sm);
        color: var(--white);
        margin-top: var(--space-2);
    }.wpc-scope-47 .tc-wp-tool-root .header-content{
        position: relative;
        z-index: 2;
        text-align: center;
    }.wpc-scope-47 .tc-wp-tool-root .header-features{
        display: flex;
        justify-content: center;
        gap: var(--space-4);
        margin-top: var(--space-8);
        flex-wrap: wrap;
    }.wpc-scope-47 .tc-wp-tool-root .feature-badge{
        background: var(--white);
        border: 2px solid var(--primary-100);
        border-radius: var(--radius-2xl);
        padding: var(--space-3) var(--space-4);
        display: flex;
        align-items: center;
        gap: var(--space-2);
        font-size: var(--text-sm);
        font-weight: 600;
        color: var(--primary-600);
        transition: all var(--duration-300) var(--ease-out);
        box-shadow: var(--shadow-sm);
    }.wpc-scope-47 .tc-wp-tool-root .feature-badge:hover{
        transform: translateY(-2px);
        border-color: var(--primary-300);
        box-shadow: var(--shadow-md);
        background: var(--primary-50);
    }.wpc-scope-47 .tc-wp-tool-root .feature-badge i{
        font-size: var(--text-base);
    }.wpc-scope-47 .tc-wp-tool-root .search-container{
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .search-header{
        text-align: center;
        margin-top: var(--space-8);
        margin-bottom: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .search-header .search-header-title{
        font-size: var(--text-xl);
        font-weight: 700;
        color: #3b82f6;
        margin-bottom: var(--space-2);
        line-height: 1.3;
    }.wpc-scope-47 .tc-wp-tool-root .search-header .search-header-intro{
        color: #475569;
        font-size: var(--text-sm);
        font-weight: 500;
        line-height: 1.5;
        max-width: 600px;
        margin: 0 auto;
    }.wpc-scope-47 .tc-wp-tool-root .input-wrapper{
        flex: 1;
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .input-icon{
        position: absolute;
        left: var(--space-6);
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: var(--text-xl);
        z-index: 3;
        transition: all var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .input-focus-border{
        display: none;
    }.wpc-scope-47 .tc-wp-tool-root .search-examples{
        display: flex;
        justify-content: center;
        gap: var(--space-6);
        flex-wrap: wrap;
        margin-top: var(--space-6);
    }@media (max-width: 992px){.tc-wp-tool-root .search-examples{
            display: grid;
            grid-template-columns: 1fr;
            gap: var(--space-3);
            max-width: 100%;
        }.tc-wp-tool-root .example-item{
            width: 100%;
            justify-content: flex-start;
            padding: var(--space-3) var(--space-4);
        }}.wpc-scope-47 .tc-wp-tool-root .example-item{
        display: flex;
        align-items: center;
        gap: var(--space-2);
        color: #475569;
        font-size: var(--text-sm);
        font-weight: 500;
        padding: var(--space-2) var(--space-4);
        border-radius: var(--radius-xl);
        background: #f8fafc;
        border: 1px solid rgba(59, 130, 246, 0.1);
        transition: all var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .example-item:hover{
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(6, 182, 212, 0.05) 100%);
        border-color: rgba(59, 130, 246, 0.3);
        color: #1e293b;
        transform: translateY(-1px);
    }.wpc-scope-47 .tc-wp-tool-root .example-item i{
        color: #3b82f6;
        font-size: var(--text-base);
        flex-shrink: 0;
    }.wpc-scope-47 .tc-wp-tool-root .search-section{
        background: var(--white);
        border-radius: var(--radius-4xl);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        padding: var(--space-16) var(--space-12);
        margin-bottom: var(--space-16);
        border: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .hero-content{
        text-align: center;
        margin-bottom: var(--space-12);
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .hero-logo{
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 50%, #10b981 100%);
        border-radius: var(--radius-full);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto var(--space-6);
        font-size: var(--text-3xl);
        color: var(--white);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .hero-logo::after{
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 8px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: var(--radius-full);
        filter: blur(4px);
    }.wpc-scope-47 .tc-wp-tool-root .hero-logo .fab{
        font-size: 28px;
        font-weight: 900;
    }.wpc-scope-47 .tc-wp-tool-root .hero-title{
        font-size: 25px;
        font-weight: 900;
        margin-bottom: var(--space-4);
        letter-spacing: -0.02em;
        line-height: 1.1;
        color: #1e293b;
    }.wpc-scope-47 .tc-wp-tool-root .hero-title .title-facebook{
        color: #1e293b;
        display: inline-block;
    }.wpc-scope-47 .tc-wp-tool-root .hero-title .title-post-viewer{
        color: #1e293b;
        display: inline-block;
    }.wpc-scope-47 .tc-wp-tool-root .hero-title .title-underline{
        display: none !important;
    }.wpc-scope-47 .tc-wp-tool-root .hero-intro{
        font-size: var(--text-base);
        color: #475569;
        font-weight: 500;
        max-width: 700px;
        margin: 0 auto var(--space-8);
        line-height: 1.6;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-content{
        text-align: center;
        margin-bottom: var(--space-12);
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-logo{
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 50%, #10b981 100%);
        border-radius: var(--radius-full);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto var(--space-6);
        font-size: var(--text-3xl);
        color: var(--white);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-logo::after{
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 8px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: var(--radius-full);
        filter: blur(4px);
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-logo .fab{
        font-size: 28px;
        font-weight: 900;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-title{
        font-size: 25px;
        font-weight: 900;
        margin-bottom: var(--space-4);
        letter-spacing: -0.02em;
        line-height: 1.1;
        color: #1e293b;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-title .title-facebook{
        color: #1e293b;
        display: inline-block;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-title .title-post-viewer{
        color: #1e293b;
        display: inline-block;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-title .title-underline{
        display: none !important;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-intro{
        font-size: var(--text-base);
        color: #475569;
        font-weight: 500;
        max-width: 700px;
        margin: 0 auto var(--space-8);
        line-height: 1.6;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-features{
        display: flex;
        justify-content: center;
        gap: var(--space-4);
        margin-bottom: var(--space-12);
        flex-wrap: wrap;
    }@media (max-width: 992px){.tc-wp-tool-root .search-section .hero-features{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: var(--space-3);
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }.tc-wp-tool-root .search-section .hero-feature-btn{
            justify-content: flex-start;
            width: 100%;
        }}.wpc-scope-47 .tc-wp-tool-root .search-section .hero-feature-btn{
        background: var(--white);
        border: 1px solid rgba(59, 130, 246, 0.2);
        border-radius: var(--radius-2xl);
        padding: var(--space-3) var(--space-5);
        display: flex;
        align-items: center;
        gap: var(--space-3);
        font-size: var(--text-sm);
        font-weight: 600;
        color: #334155;
        transition: all var(--duration-300) var(--ease-out);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        justify-content: center;
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-feature-btn:hover{
        transform: translateY(-2px);
        border-color: rgba(59, 130, 246, 0.4);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(6, 182, 212, 0.05) 100%);
    }.wpc-scope-47 .tc-wp-tool-root .search-section .hero-feature-btn i{
        font-size: var(--text-lg);
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        flex-shrink: 0;
    }.wpc-scope-47 .tc-wp-tool-root .search-header h3{
        font-size: var(--text-2xl);
        font-weight: 800;
        color: var(--gray-900);
        margin-bottom: var(--space-2);
        background: var(--gradient-primary);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }.wpc-scope-47 .tc-wp-tool-root .search-header p{
        color: var(--gray-600);
        font-size: var(--text-base);
        font-weight: 500;
    }.wpc-scope-47 .tc-wp-tool-root .search-form{
        display: flex;
        gap: var(--space-4);
        max-width: 900px;
        margin: 0 auto var(--space-8);
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .input-group{
        flex: 1;
        position: relative;
        display: flex;
        gap: var(--space-4);
        flex-direction: row;
    }.wpc-scope-47 .tc-wp-tool-root .url-input{
        width: 100% !important;
        border: 2px solid var(--gray-200) !important;
        border-radius: 12px !important;
        font-size: var(--text-base) !important;
        font-weight: 500 !important;
        background: var(--white) !important;
        color: var(--gray-900) !important;
        transition: all var(--duration-300) var(--ease-out) !important;
        font-family: inherit !important;
        box-shadow: var(--shadow-sm) !important;
        padding: 14px 14px 14px 50px !important;
    }.wpc-scope-47 .tc-wp-tool-root .url-input::placeholder{
        color: var(--gray-400);
        font-weight: 400;
    }.wpc-scope-47 .tc-wp-tool-root .url-input:focus{
        outline: none;
        border-color: var(--primary-500);
        box-shadow: 0 0 0 4px var(--primary-100), var(--shadow-lg);
        transform: translateY(-2px);
    }.wpc-scope-47 .tc-wp-tool-root .url-input:focus+.input-icon{
        color: var(--primary-500);
        transform: translateY(-50%) scale(1.1);
    }.wpc-scope-47 .tc-wp-tool-root .input-focus-border{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: var(--gradient-primary);
        transition: width var(--duration-300) var(--ease-out);
        border-radius: var(--radius-full);
    }.wpc-scope-47 .tc-wp-tool-root .url-input:focus~.input-focus-border{
        width: 100%;
    }.wpc-scope-47 .tc-wp-tool-root .analyze-btn{
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 50%, #10b981 100%) !important;
        color: var(--white) !important;
        border: none !important;
        padding: var(--space-4) var(--space-8) !important;
        border-radius: 12px !important;
        font-size: var(--text-base) !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        transition: all var(--duration-300) var(--ease-out) !important;
        font-family: inherit !important;
        white-space: nowrap !important;
        position: relative !important;
        overflow: hidden !important;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
        letter-spacing: 0.025em !important;
        display: flex !important;
        align-items: center !important;
        gap: var(--space-3) !important;
    }.wpc-scope-47 .tc-wp-tool-root .analyze-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 var(--duration-700) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .analyze-btn:hover::before{
        left: 100%;
    }.wpc-scope-47 .tc-wp-tool-root .analyze-btn:hover{
        transform: translateY(-3px) scale(1.02) !important;
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4) !important;
    }.wpc-scope-47 .tc-wp-tool-root .analyze-btn:active{
        transform: translateY(-1px) scale(0.98) !important;
    }.wpc-scope-47 .tc-wp-tool-root .analyze-btn:disabled{
        opacity: 0.7 !important;
        cursor: not-allowed !important;
        transform: none !important;
    }@keyframes shine{
        0% {
            left: -100%;
        }

        50% {
            left: 100%;
        }

        100% {
            left: -100%;
        }
    }@keyframes slideUp{
        from {
            opacity: 0;
            transform: translateY(60px) scale(0.95);
            filter: blur(5px);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }
    }.wpc-scope-47 .tc-wp-tool-root .error-message{
        background: var(--gradient-warm);
        color: var(--white);
        padding: var(--space-4) var(--space-6);
        border-radius: var(--radius-2xl);
        margin-top: var(--space-4);
        font-weight: 600;
        animation: shake var(--duration-500) var(--ease-out);
        box-shadow: var(--shadow-lg);
    }@keyframes shake{

        0%,
        100% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(-8px);
        }

        75% {
            transform: translateX(8px);
        }
    }.wpc-scope-47 .tc-wp-tool-root .loading{
        text-align: center;
        padding: var(--space-20) var(--space-8);
        background: linear-gradient(135deg, var(--white) 0%, rgba(59, 130, 246, 0.05) 100%);
        border-radius: var(--radius-4xl);
        box-shadow: var(--shadow-2xl);
        border: 1px solid rgba(59, 130, 246, 0.2);
        position: relative;
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .loading::before{
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(45deg, transparent 30%, rgba(59, 130, 246, 0.08) 50%, transparent 70%);
        animation: loadingShimmer 2s ease-in-out infinite;
    }@keyframes loadingShimmer{
        0% {
            transform: translateX(-100%) translateY(-100%);
        }

        100% {
            transform: translateX(100%) translateY(100%);
        }
    }.wpc-scope-47 .tc-wp-tool-root .loading-spinner{
        width: 80px;
        height: 80px;
        margin: 0 auto var(--space-8);
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .loading-spinner::before{
        content: '';
        position: absolute;
        inset: 0;
        border: 4px solid rgba(59, 130, 246, 0.3);
        border-top: 4px solid var(--primary-500);
        border-radius: 50%;
        animation: spin var(--duration-1000) linear infinite;
    }.wpc-scope-47 .tc-wp-tool-root .loading-spinner::after{
        content: '';
        position: absolute;
        inset: 8px;
        border: 3px solid transparent;
        border-top: 3px solid var(--secondary-500);
        border-radius: 50%;
        animation: spin var(--duration-700) linear infinite reverse;
    }@keyframes spin{
        to {
            transform: rotate(360deg);
        }
    }.wpc-scope-47 .tc-wp-tool-root .loading-text{
        font-size: var(--text-xl);
        font-weight: 700;
        background: var(--gradient-primary);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: pulse var(--duration-1000) ease-in-out infinite;
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .skeleton-loading{
        background: linear-gradient(90deg, var(--gray-200) 25%, var(--gray-100) 50%, var(--gray-200) 75%);
        background-size: 200% 100%;
        animation: skeleton-shimmer 1.5s infinite;
    }@keyframes skeleton-shimmer{
        0% {
            background-position: -200% 0;
        }

        100% {
            background-position: 200% 0;
        }
    }.wpc-scope-47 .tc-wp-tool-root .videos-skeleton, .wpc-scope-47 .tc-wp-tool-root .reels-skeleton{
        display: none;
    }.wpc-scope-47 .tc-wp-tool-root .videos-skeleton.active, .wpc-scope-47 .tc-wp-tool-root .reels-skeleton.active{
        display: block;
    }.wpc-scope-47 .tc-wp-tool-root .videos-grid-skeleton, .wpc-scope-47 .tc-wp-tool-root .reels-grid-skeleton{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-6);
        max-width: 1200px;
        margin: 0 auto;
    }@media (max-width: 1024px){.tc-wp-tool-root .videos-grid-skeleton, .tc-wp-tool-root .reels-grid-skeleton{
            grid-template-columns: repeat(2, 1fr);
        }}@media (max-width: 768px){.tc-wp-tool-root .videos-grid-skeleton, .tc-wp-tool-root .reels-grid-skeleton{
            grid-template-columns: 1fr;
        }}.wpc-scope-47 .tc-wp-tool-root .video-skeleton, .wpc-scope-47 .tc-wp-tool-root .reel-skeleton{
        background: var(--white);
        border-radius: var(--radius-3xl);
        overflow: hidden;
        box-shadow: var(--shadow-md);
        border: 1px solid var(--gray-200);
    }.wpc-scope-47 .tc-wp-tool-root .video-thumbnail-skeleton, .wpc-scope-47 .tc-wp-tool-root .reel-thumbnail-skeleton{
        height: 350px;
        background: linear-gradient(90deg, var(--gray-200) 25%, rgba(59, 130, 246, 0.1) 50%, var(--gray-200) 75%);
        background-size: 200% 100%;
        animation: skeleton-shimmer 1.5s infinite;
    }.wpc-scope-47 .tc-wp-tool-root .video-info-skeleton, .wpc-scope-47 .tc-wp-tool-root .reel-info-skeleton{
        padding: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .skeleton-line{
        height: 16px;
        background: var(--gray-200);
        border-radius: var(--radius-lg);
        margin-bottom: var(--space-3);
        animation: skeleton-shimmer 1.5s infinite;
    }.wpc-scope-47 .tc-wp-tool-root .skeleton-line.short{
        width: 60%;
    }.wpc-scope-47 .tc-wp-tool-root .group-header{
        background: var(--white);
        border-radius: var(--radius-4xl);
        box-shadow: var(--shadow-2xl);
        overflow: hidden;
        margin-bottom: var(--space-8);
        border: 1px solid var(--gray-200);
        animation: slideUp var(--duration-1000) var(--ease-elastic) 0.4s both;
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .group-cover{
        position: relative;
        height: 400px;
        background: var(--gradient-primary);
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .group-cover img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform var(--duration-700) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .group-cover:hover img{
        transform: scale(1.05);
    }.wpc-scope-47 .tc-wp-tool-root .group-cover-overlay{
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom,
                transparent 0%,
                rgba(0, 0, 0, 0.1) 40%,
                rgba(0, 0, 0, 0.8) 100%);
    }.wpc-scope-47 .tc-wp-tool-root .group-info-overlay{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: var(--space-12);
        color: var(--white);
    }.wpc-scope-47 .tc-wp-tool-root .group-title{
        font-size: clamp(var(--text-2xl), 5vw, var(--text-5xl));
        font-weight: 800;
        margin-bottom: var(--space-3);
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        letter-spacing: -0.02em;
        line-height: 1.1;
    }.wpc-scope-47 .tc-wp-tool-root .group-subtitle{
        font-size: var(--text-xl);
        opacity: 0.95;
        font-weight: 600;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }.wpc-scope-47 .tc-wp-tool-root .group-details{
        padding: var(--space-12);
    }.wpc-scope-47 .tc-wp-tool-root .stats-grid{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: var(--space-6);
        margin-bottom: var(--space-10);
    }.wpc-scope-47 .tc-wp-tool-root .stat-card{
        background: linear-gradient(135deg, var(--white) 0%, var(--gray-25) 100%);
        border: 1px solid var(--gray-200);
        border-radius: var(--radius-3xl);
        padding: var(--space-8);
        text-align: center;
        transition: all var(--duration-300) var(--ease-out);
        animation: fadeInUp var(--duration-700) var(--ease-elastic);
        animation-delay: calc(var(--delay) * 0.1s);
        animation-fill-mode: both;
        position: relative;
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .stat-card::before{
        content: '';
        position: absolute;
        inset: 0;
        background: var(--gradient-primary);
        opacity: 0;
        transition: opacity var(--duration-300) var(--ease-out);
        border-radius: inherit;
    }.wpc-scope-47 .tc-wp-tool-root .stat-card:hover::before{
        opacity: 0.05;
    }@keyframes fadeInUp{
        from {
            opacity: 0;
            transform: translateY(40px) scale(0.9);
            filter: blur(5px);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }
    }.wpc-scope-47 .tc-wp-tool-root .stat-card:hover{
        transform: translateY(-8px) scale(1.02);
        box-shadow: var(--shadow-xl);
        border-color: var(--primary-300);
    }.wpc-scope-47 .tc-wp-tool-root .stat-icon{
        width: 64px;
        height: 64px;
        background: var(--gradient-primary);
        border-radius: var(--radius-2xl);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto var(--space-4);
        font-size: var(--text-2xl);
        box-shadow: var(--shadow-lg);
        position: relative;
        z-index: 2;
        color: var(--white);
    }.wpc-scope-47 .tc-wp-tool-root .stat-number{
        font-size: var(--text-3xl);
        font-weight: 800;
        color: var(--gray-900);
        display: block;
        margin-bottom: var(--space-2);
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .stat-label{
        font-size: var(--text-sm);
        color: var(--gray-600);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .group-description{
        background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
        border: 1px solid var(--gray-200);
        border-radius: var(--radius-3xl);
        padding: var(--space-8);
        margin-bottom: var(--space-8);
        font-size: var(--text-lg);
        line-height: 1.8;
        color: var(--gray-700);
        box-shadow: var(--shadow-sm);
    }.wpc-scope-47 .tc-wp-tool-root .visit-btn{
        background: var(--gradient-accent);
        color: var(--white);
        text-decoration: none;
        padding: var(--space-4) var(--space-8);
        border-radius: var(--radius-2xl);
        font-weight: 700;
        font-size: var(--text-lg);
        display: inline-flex;
        align-items: center;
        gap: var(--space-3);
        transition: all var(--duration-300) var(--ease-out);
        box-shadow: var(--shadow-lg);
        letter-spacing: 0.025em;
    }.wpc-scope-47 .tc-wp-tool-root .visit-btn:hover{
        transform: translateY(-3px) scale(1.05);
        box-shadow: var(--shadow-colored-accent);
    }.wpc-scope-47 .tc-wp-tool-root .nav-tabs{
        background: var(--white);
        border-radius: var(--radius-4xl);
        box-shadow: var(--shadow-2xl);
        margin-bottom: var(--space-8);
        border: 1px solid var(--gray-200);
        overflow: hidden;
        animation: slideUp var(--duration-1000) var(--ease-elastic) 0.6s both;
    }.wpc-scope-47 .tc-wp-tool-root .tab-list{
        display: flex;
        background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
        border-bottom: 1px solid var(--gray-200);
        padding: var(--space-2);
    }.wpc-scope-47 .tc-wp-tool-root .tab-btn{
        flex: 1;
        padding: var(--space-6) var(--space-8);
        background: none;
        border: none;
        font-size: var(--text-lg);
        font-weight: 700;
        color: var(--gray-600);
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        position: relative;
        font-family: inherit;
        border-radius: var(--radius-2xl);
        margin: var(--space-1);
    }.wpc-scope-47 .tc-wp-tool-root .tab-btn::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background: var(--gradient-primary);
        transition: all var(--duration-300) var(--ease-out);
        transform: translateX(-50%);
        border-radius: var(--radius-full);
    }.wpc-scope-47 .tc-wp-tool-root .tab-btn:hover, .wpc-scope-47 .tc-wp-tool-root .tab-btn.active{
        color: var(--primary-600);
        background: var(--white);
        box-shadow: var(--shadow-md);
    }.wpc-scope-47 .tc-wp-tool-root .tab-btn.active::before{
        width: 60%;
    }.wpc-scope-47 .tc-wp-tool-root .tab-content{
        display: none;
        padding: var(--space-8);
        animation: fadeInScale var(--duration-500) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .tab-content.active{
        display: block;
    }@keyframes fadeInScale{
        from {
            opacity: 0;
            transform: scale(0.95) translateY(20px);
            filter: blur(3px);
        }

        to {
            opacity: 1;
            transform: scale(1) translateY(0);
            filter: blur(0);
        }
    }.wpc-scope-47 .tc-wp-tool-root .media-summary{
        background: var(--gradient-primary);
        border-radius: var(--radius-4xl);
        padding: var(--space-12);
        margin-bottom: var(--space-8);
        text-align: center;
        color: var(--white);
        position: relative;
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .media-summary::before{
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        animation: rotate 20s linear infinite;
    }@keyframes rotate{
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }.wpc-scope-47 .tc-wp-tool-root .summary-title{
        font-size: var(--text-4xl);
        font-weight: 800;
        margin-bottom: var(--space-4);
        position: relative;
        z-index: 2;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }.wpc-scope-47 .tc-wp-tool-root .summary-description{
        font-size: var(--text-xl);
        opacity: 0.95;
        margin-bottom: var(--space-8);
        position: relative;
        z-index: 2;
        font-weight: 500;
    }.wpc-scope-47 .tc-wp-tool-root .summary-stats{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: var(--space-8);
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .summary-stat{
        text-align: center;
    }.wpc-scope-47 .tc-wp-tool-root .summary-stat-number{
        font-size: var(--text-4xl);
        font-weight: 900;
        display: block;
        margin-bottom: var(--space-2);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }.wpc-scope-47 .tc-wp-tool-root .summary-stat-label{
        font-size: var(--text-sm);
        opacity: 0.9;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 600;
    }.wpc-scope-47 .tc-wp-tool-root .media-grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: var(--space-8);
    }.wpc-scope-47 .tc-wp-tool-root .media-card{
        background: var(--white);
        border-radius: var(--radius-4xl);
        box-shadow: var(--shadow-xl);
        border: 1px solid var(--gray-200);
        overflow: hidden;
        transition: all var(--duration-500) var(--ease-elastic);
        animation: slideUp var(--duration-700) var(--ease-elastic);
        animation-delay: calc(var(--index) * 0.1s);
        animation-fill-mode: both;
        position: relative;
        cursor: pointer;
    }.wpc-scope-47 .tc-wp-tool-root .media-card::before{
        content: '';
        position: absolute;
        inset: 0;
        background: var(--gradient-primary);
        opacity: 0;
        transition: opacity var(--duration-300) var(--ease-out);
        border-radius: inherit;
        z-index: 1;
    }.wpc-scope-47 .tc-wp-tool-root .media-card:hover::before{
        opacity: 0.02;
    }.wpc-scope-47 .tc-wp-tool-root .media-card:hover{
        transform: translateY(-12px) scale(1.02);
        box-shadow: var(--shadow-2xl);
        border-color: var(--primary-300);
    }.wpc-scope-47 .tc-wp-tool-root .media-image-container{
        position: relative;
        aspect-ratio: 16/10;
        overflow: hidden;
        background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
    }.wpc-scope-47 .tc-wp-tool-root .media-image{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform var(--duration-700) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .media-card:hover .media-image{
        transform: scale(1.1) rotate(1deg);
    }.wpc-scope-47 .tc-wp-tool-root .media-hover-overlay{
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
                rgba(59, 130, 246, 0.95) 0%,
                rgba(6, 182, 212, 0.95) 50%,
                rgba(99, 102, 241, 0.95) 100%);
        opacity: 0;
        visibility: hidden;
        transition: all var(--duration-500) var(--ease-elastic);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: var(--space-6);
        padding: var(--space-8);
        backdrop-filter: blur(20px);
        z-index: 10;
    }.wpc-scope-47 .tc-wp-tool-root .media-card:hover .media-hover-overlay{
        opacity: 1;
        visibility: visible;
    }.wpc-scope-47 .tc-wp-tool-root .quality-indicator{
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(15px);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: var(--white);
        padding: var(--space-3) var(--space-6);
        border-radius: var(--radius-full);
        font-weight: 800;
        font-size: var(--text-sm);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        animation: slideInDown var(--duration-500) var(--ease-elastic) 0.1s both;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }@keyframes slideInDown{
        from {
            opacity: 0;
            transform: translateY(-30px) scale(0.8);
            filter: blur(5px);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }
    }.wpc-scope-47 .tc-wp-tool-root .download-actions{
        display: flex;
        flex-direction: column;
        gap: var(--space-3);
        animation: slideInUp var(--duration-500) var(--ease-elastic) 0.2s both;
    }@keyframes slideInUp{
        from {
            opacity: 0;
            transform: translateY(30px) scale(0.8);
            filter: blur(5px);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }
    }.wpc-scope-47 .tc-wp-tool-root .download-btn{
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(15px);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: var(--white);
        padding: var(--space-4) var(--space-8);
        border-radius: var(--radius-full);
        font-size: var(--text-base);
        font-weight: 700;
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-elastic);
        font-family: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--space-3);
        min-width: 180px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }.wpc-scope-47 .tc-wp-tool-root .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 var(--duration-700) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .download-btn:hover::before{
        left: 100%;
    }.wpc-scope-47 .tc-wp-tool-root .download-btn:hover{
        background: rgba(255, 255, 255, 0.35);
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }.wpc-scope-47 .tc-wp-tool-root .download-btn:active{
        transform: translateY(-1px) scale(0.98);
    }.wpc-scope-47 .tc-wp-tool-root .btn-icon{
        font-size: var(--text-lg);
        transition: transform var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .download-btn:hover .btn-icon{
        transform: scale(1.2) rotate(5deg);
    }.wpc-scope-47 .tc-wp-tool-root .media-info{
        padding: var(--space-6);
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .media-meta{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: var(--text-sm);
        color: var(--gray-600);
        font-weight: 600;
    }.wpc-scope-47 .tc-wp-tool-root .resolution-badge{
        background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
        color: var(--gray-700);
        padding: var(--space-2) var(--space-4);
        border-radius: var(--radius-full);
        font-size: var(--text-xs);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        box-shadow: var(--shadow-sm);
    }.wpc-scope-47 .tc-wp-tool-root .type-badge{
        background: var(--gradient-primary);
        color: var(--white);
        padding: var(--space-2) var(--space-4);
        border-radius: var(--radius-full);
        font-size: var(--text-xs);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        box-shadow: var(--shadow-sm);
    }.wpc-scope-47 .tc-wp-tool-root .video-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-6);
        max-width: 1200px;
        margin: 0 auto;
    }.wpc-scope-47 .tc-wp-tool-root .hero-title{
        font-size: 40px !important;

    }@media (max-width: 1024px){.tc-wp-tool-root .video-grid{
            grid-template-columns: repeat(2, 1fr);
        }}@media (max-width: 768px){.tc-wp-tool-root .video-grid{
            grid-template-columns: 1fr;
        }}.wpc-scope-47 .tc-wp-tool-root .video-card{
        background: var(--white);
        border-radius: var(--radius-3xl);
        box-shadow: var(--shadow-md);
        border: 1px solid var(--gray-200);
        overflow: hidden;
        transition: all var(--duration-300) var(--ease-out);
        animation: slideUp var(--duration-700) var(--ease-elastic);
        animation-delay: calc(var(--index) * 0.1s);
        animation-fill-mode: both;
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .video-card:hover{
        transform: translateY(-8px) scale(1.02);
        box-shadow: var(--shadow-xl);
        border-color: rgba(59, 130, 246, 0.3);
    }.wpc-scope-47 .tc-wp-tool-root .video-card video{
        width: 100%;
        height: 250px;
        object-fit: cover;
        background: var(--gray-100);
        transition: transform var(--duration-500) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .video-card:hover video{
        transform: scale(1.05);
    }.wpc-scope-47 .tc-wp-tool-root .video-info{
        padding: var(--space-4);
        display: flex;
        flex-direction: column;
    }.wpc-scope-47 .tc-wp-tool-root .video-title{
        font-size: var(--text-lg);
        font-weight: 700;
        color: var(--gray-900);
        margin-bottom: var(--space-2);
        flex-shrink: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
    }.wpc-scope-47 .tc-wp-tool-root .video-description{
        font-size: var(--text-xs);
        font-weight: 400;
        color: var(--gray-500);
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        opacity: 0.8;
        flex-grow: 1;
        margin-bottom: var(--space-3);
        display: none;
    }.wpc-scope-47 .tc-wp-tool-root .video-stats{
        margin-top: auto;
        flex-shrink: 0;
    }.wpc-scope-47 .tc-wp-tool-root .video-badges{
        display: flex;
        gap: var(--space-2);
        margin-bottom: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .quality-badge{
        background: var(--gradient-primary);
        color: var(--white);
        padding: var(--space-1) var(--space-3);
        border-radius: var(--radius-full);
        font-size: var(--text-xs);
        font-weight: 700;
        text-transform: uppercase;
        box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    }.wpc-scope-47 .tc-wp-tool-root .format-badge{
        background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
        color: var(--secondary-500);
        padding: var(--space-1) var(--space-3);
        border-radius: var(--radius-full);
        font-size: var(--text-xs);
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid rgba(6, 182, 212, 0.2);
    }.wpc-scope-47 .tc-wp-tool-root .video-actions{
        display: flex;
        gap: var(--space-3);
        align-items: center;
    }.wpc-scope-47 .tc-wp-tool-root .video-download-btn{
        flex: 1;
        background: var(--gradient-primary);
        color: var(--white);
        border: none;
        padding: var(--space-3) var(--space-6);
        border-radius: var(--radius-2xl);
        font-weight: 700;
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    }.wpc-scope-47 .tc-wp-tool-root .video-download-btn:hover{
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    }.wpc-scope-47 .tc-wp-tool-root .download-progress{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
        transition: width var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .copy-btn{
        background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
        color: var(--accent-500);
        border: 1px solid rgba(99, 102, 241, 0.2);
        padding: var(--space-3);
        border-radius: var(--radius-xl);
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .copy-btn:hover{
        background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(6, 182, 212, 0.2) 100%);
        transform: scale(1.1);
        box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
    }.wpc-scope-47 .tc-wp-tool-root .download-all-btn{
        background: var(--gradient-accent);
        color: var(--white);
        border: none;
        padding: var(--space-4) var(--space-8);
        border-radius: var(--radius-3xl);
        font-size: var(--text-lg);
        font-weight: 700;
        cursor: pointer;
        margin-bottom: var(--space-8);
        transition: all var(--duration-300) var(--ease-out);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-47 .tc-wp-tool-root .download-all-btn:hover{
        transform: translateY(-3px) scale(1.02);
        box-shadow: var(--shadow-colored-accent);
    }.wpc-scope-47 .tc-wp-tool-root .profile-container{
        background: var(--white);
        border-radius: var(--radius-4xl);
        box-shadow: var(--shadow-2xl);
        overflow: hidden;
        margin-bottom: var(--space-8);
        border: 1px solid var(--gray-200);
        animation: slideUp var(--duration-1000) var(--ease-elastic) 0.4s both;
    }.wpc-scope-47 .tc-wp-tool-root .cover-section{
        position: relative;
        height: 400px;
        background: var(--gradient-primary);
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .cover-photo{
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: transform var(--duration-700) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .cover-overlay{
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom,
                transparent 0%,
                rgba(0, 0, 0, 0.1) 40%,
                rgba(0, 0, 0, 0.8) 100%);
    }.wpc-scope-47 .tc-wp-tool-root .cover-gradient{
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
                rgba(254, 218, 117, 0.1) 0%,
                rgba(214, 41, 118, 0.1) 100%);
    }.wpc-scope-47 .tc-wp-tool-root .profile-info-section{
        padding: var(--space-12);
    }.wpc-scope-47 .tc-wp-tool-root .profile-header{
        display: flex;
        align-items: flex-start;
        gap: var(--space-8);
        margin-bottom: var(--space-8);
        position: relative;
        margin-top: -119px;
    }.wpc-scope-47 .tc-wp-tool-root .profile-picture-container{
        position: relative;
        flex-shrink: 0;
    }.wpc-scope-47 .tc-wp-tool-root .profile-picture{
        width: 160px;
        height: 160px;
        border-radius: var(--radius-full);
        background-size: cover;
        background-position: center;
        background-color: var(--gray-200);
        border: 6px solid var(--white);
        box-shadow: var(--shadow-xl);
        position: relative;
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .profile-ring{
        position: absolute;
        inset: -8px;
        border-radius: var(--radius-full);
        background: var(--gradient-primary);
        z-index: 1;
        animation: pulse 3s ease-in-out infinite;
    }.wpc-scope-47 .tc-wp-tool-root .profile-status-indicator{
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 24px;
        height: 24px;
        background: var(--success-500);
        border-radius: var(--radius-full);
        border: 3px solid var(--white);
        z-index: 3;
    }.wpc-scope-47 .tc-wp-tool-root .profile-details{
        flex: 1;
        margin-top: 80px;
    }.wpc-scope-47 .tc-wp-tool-root .profile-name{
        font-size: var(--text-4xl);
        font-weight: 800;
        color: var(--gray-900);
        margin-bottom: var(--space-4);
        line-height: 1.1;
    }.wpc-scope-47 .tc-wp-tool-root .verified-badge::after{
        content: '\f058';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        display: inline-block;
        margin-left: var(--space-2);
        color: var(--primary-500);
        font-size: var(--text-lg);
    }.wpc-scope-47 .tc-wp-tool-root .profile-stats{
        display: flex;
        gap: var(--space-6);
        margin-bottom: var(--space-6);
        flex-wrap: wrap;
    }.wpc-scope-47 .tc-wp-tool-root .stat-badge{
        background: var(--gray-100);
        color: var(--gray-700);
        padding: var(--space-2) var(--space-4);
        border-radius: var(--radius-full);
        font-size: var(--text-sm);
        font-weight: 600;
    }.wpc-scope-47 .tc-wp-tool-root .profile-actions{
        display: flex;
        gap: var(--space-4);
        flex-wrap: wrap;
    }.wpc-scope-47 .tc-wp-tool-root .action-btn{
        padding: var(--space-3) var(--space-6);
        border-radius: var(--radius-2xl);
        font-weight: 700;
        font-size: var(--text-base);
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        display: flex;
        align-items: center;
        gap: var(--space-2);
        border: none;
        font-family: inherit;
    }.wpc-scope-47 .tc-wp-tool-root .action-btn.primary{
        background: var(--gradient-primary);
        color: var(--white);
        box-shadow: var(--shadow-md);
    }.wpc-scope-47 .tc-wp-tool-root .action-btn.secondary{
        background: var(--gray-100);
        color: var(--gray-700);
        border: 1px solid var(--gray-300);
    }.wpc-scope-47 .tc-wp-tool-root .action-btn:hover{
        transform: translateY(-2px) scale(1.02);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-47 .tc-wp-tool-root .profile-navigation{
        border-top: 1px solid var(--gray-200);
        padding-top: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .profile-nav-tabs{
        display: flex;
        gap: var(--space-2);
        background: linear-gradient(135deg, rgba(254, 218, 117, 0.1) 0%, rgba(250, 126, 30, 0.1) 100%);
        padding: var(--space-2);
        border-radius: var(--radius-2xl);
        border: 1px solid rgba(254, 218, 117, 0.2);
    }.wpc-scope-47 .tc-wp-tool-root .nav-tab{
        flex: 1;
        padding: var(--space-4) var(--space-6);
        background: none;
        border: none;
        border-radius: var(--radius-xl);
        font-weight: 600;
        color: var(--gray-600);
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--space-2);
        position: relative;
        font-family: inherit;
    }.wpc-scope-47 .tc-wp-tool-root .nav-tab:hover{
        background: rgba(254, 218, 117, 0.1);
        color: var(--instagram-orange);
        transform: translateY(-1px);
    }.wpc-scope-47 .tc-wp-tool-root .nav-tab.active{
        background: var(--gradient-primary);
        color: var(--white);
        box-shadow: var(--shadow-lg);
        transform: translateY(-2px);
    }.wpc-scope-47 .tc-wp-tool-root .nav-indicator{
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background: var(--instagram-pink);
        transition: width var(--duration-300) var(--ease-out);
        transform: translateX(-50%);
        border-radius: var(--radius-full);
        box-shadow: 0 0 10px rgba(214, 41, 118, 0.5);
    }.wpc-scope-47 .tc-wp-tool-root .nav-tab.active .nav-indicator{
        width: 60%;
    }.wpc-scope-47 .tc-wp-tool-root .tab-content-container{
        padding: var(--space-8) 0;
    }.wpc-scope-47 .tc-wp-tool-root .photos-grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoitem{
        background: var(--white);
        border-radius: var(--radius-3xl);
        overflow: hidden;
        box-shadow: var(--shadow-md);
        transition: all var(--duration-300) var(--ease-out);
        border: 1px solid var(--gray-200);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover{
        transform: translateY(-8px) scale(1.02);
        box-shadow: var(--shadow-xl);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoimage-container{
        position: relative;
        aspect-ratio: 1;
        overflow: hidden;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoimage{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform var(--duration-500) var(--ease-out);
        cursor: pointer;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover .fb-photoimage{
        transform: scale(1.1);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photooverlay{
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.3) 50%,
                transparent 100%);
        opacity: 0;
        visibility: hidden;
        transition: all var(--duration-300) var(--ease-out);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: var(--space-4);
        z-index: 2;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover .fb-photooverlay{
        opacity: 1;
        visibility: visible;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoactions{
        display: flex;
        gap: var(--space-3);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoaction-btn{
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: var(--white);
        padding: var(--space-3);
        border-radius: var(--radius-full);
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        font-size: var(--text-lg);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoaction-btn:hover{
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoinfo{
        padding: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photostats{
        margin-bottom: var(--space-3);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoengagement{
        display: flex;
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photoengagement-item{
        display: flex;
        align-items: center;
        gap: var(--space-1);
        color: var(--gray-600);
        font-size: var(--text-sm);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photometa{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: var(--text-xs);
        color: var(--gray-500);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photodimensions{
        font-weight: 600;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal{
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(20px);
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all var(--duration-500) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal.active{
        opacity: 1;
        visibility: visible;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-content{
        max-width: 90vw;
        max-height: 90vh;
        background: var(--white);
        border-radius: var(--radius-4xl);
        overflow: hidden;
        display: flex;
        box-shadow: var(--shadow-2xl);
        position: relative;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-close{
        position: absolute;
        top: var(--space-4);
        right: var(--space-4);
        background: rgba(0, 0, 0, 0.5);
        color: var(--white);
        border: none;
        padding: var(--space-3);
        border-radius: var(--radius-full);
        cursor: pointer;
        z-index: 10001;
        transition: all var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-close:hover{
        background: rgba(0, 0, 0, 0.7);
        transform: scale(1.1);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-image{
        max-width: 70vw;
        max-height: 90vh;
        object-fit: contain;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-info{
        width: 400px;
        padding: var(--space-8);
        display: flex;
        flex-direction: column;
        gap: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-title{
        font-size: var(--text-2xl);
        font-weight: 800;
        color: var(--gray-900);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stats{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stat{
        text-align: center;
        padding: var(--space-4);
        background: var(--gray-50);
        border-radius: var(--radius-2xl);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stat-value{
        font-size: var(--text-xl);
        font-weight: 800;
        color: var(--gray-900);
        margin-bottom: var(--space-1);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stat-label{
        font-size: var(--text-sm);
        color: var(--gray-600);
        font-weight: 600;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-actions{
        display: flex;
        flex-direction: column;
        gap: var(--space-3);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action{
        padding: var(--space-4) var(--space-6);
        border-radius: var(--radius-2xl);
        font-weight: 700;
        cursor: pointer;
        transition: all var(--duration-300) var(--ease-out);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--space-3);
        border: none;
        font-family: inherit;
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action.primary{
        background: var(--gradient-primary);
        color: var(--white);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action:not(.primary){
        background: var(--gray-100);
        color: var(--gray-700);
        border: 1px solid var(--gray-300);
    }.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action:hover{
        transform: translateY(-2px) scale(1.02);
        box-shadow: var(--shadow-lg);
    }.wpc-scope-47 .tc-wp-tool-root .content-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: var(--space-8);
        padding-bottom: var(--space-4);
        border-bottom: 1px solid var(--gray-200);
        flex-wrap: wrap;
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .content-title{
        display: flex;
        align-items: center;
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .content-title-text{
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }.wpc-scope-47 .tc-wp-tool-root .content-title h2{
        font-size: var(--text-3xl);
        font-weight: 900;
        color: #1e293b;
        line-height: 1.2;
        margin: 0;
    }.wpc-scope-47 .tc-wp-tool-root .content-subtitle{
        font-size: var(--text-3xl);
        font-weight: 900;
        color: #1e293b;
        line-height: 1.2;
        margin: 0;
    }.wpc-scope-47 .tc-wp-tool-root .content-title i{
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
        border-radius: var(--radius-lg);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white);
        font-size: var(--text-xl);
        flex-shrink: 0;
    }.wpc-scope-47 .tc-wp-tool-root .content-stats{
        display: flex;
        gap: var(--space-4);
    }.wpc-scope-47 .tc-wp-tool-root .stat-item{
        display: flex;
        align-items: center;
        gap: var(--space-2);
        color: #94a3b8;
        font-size: var(--text-sm);
    }.wpc-scope-47 .tc-wp-tool-root .stat-item i{
        color: #64748b;
        font-size: var(--text-base);
    }.wpc-scope-47 .tc-wp-tool-root .stat-item span{
        display: flex;
        flex-direction: column;
        line-height: 1.3;
    }.wpc-scope-47 .tc-wp-tool-root .stat-number{
        font-size: var(--text-base);
        color: #94a3b8;
        font-weight: 600;
    }.wpc-scope-47 .tc-wp-tool-root .stat-label{
        font-size: var(--text-sm);
        color: #94a3b8;
    }.wpc-scope-47 .tc-wp-tool-root .posts-container{
        display: flex;
        flex-direction: column;
        gap: var(--space-6);
    }.wpc-scope-47 .tc-wp-tool-root .post-item{
        background: var(--white);
        border-radius: var(--radius-3xl);
        padding: var(--space-6);
        box-shadow: var(--shadow-md);
        border: 1px solid var(--gray-200);
        transition: all var(--duration-300) var(--ease-out);
        cursor: pointer;
        overflow: hidden;
        position: relative;
        transform: translateY(0);
        transition: all var(--duration-300) var(--ease-out);
    }.wpc-scope-47 .tc-wp-tool-root .video-card .video-player{
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
        background: var(--gray-100);
        display: block;
    }.wpc-scope-47 .tc-wp-tool-root{
    --primary-blue: #2563eb;
    --primary-teal: #0891b2;
    --primary-indigo: #4f46e5;
    --primary-slate: #64748b;
    --primary-cyan: #06b6d4;
    --primary-50: #eff6ff;
    --primary-100: #dbeafe;
    --primary-200: #bfdbfe;
    --primary-300: #93c5fd;
    --primary-400: #60a5fa;
    --primary-500: #3b82f6;
    --primary-600: #2563eb;
    --primary-700: #1d4ed8;
    --primary-800: #1e40af;
    --primary-900: #1e3a8a;
    --secondary-50: #ecfeff;
    --secondary-100: #cffafe;
    --secondary-200: #a5f3fc;
    --secondary-300: #67e8f9;
    --secondary-400: #22d3ee;
    --secondary-500: #06b6d4;
    --secondary-600: #0891b2;
    --secondary-700: #0e7490;
    --secondary-800: #155e75;
    --secondary-900: #164e63;
    --accent-50: #eef2ff;
    --accent-100: #e0e7ff;
    --accent-200: #c7d2fe;
    --accent-300: #a5b4fc;
    --accent-400: #818cf8;
    --accent-500: #6366f1;
    --accent-600: #4f46e5;
    --accent-700: #4338ca;
    --accent-800: #3730a3;
    --accent-900: #312e81;
    --success-50: #ecfdf5;
    --success-100: #d1fae5;
    --success-200: #a7f3d0;
    --success-300: #6ee7b7;
    --success-400: #34d399;
    --success-500: #10b981;
    --success-600: #059669;
    --success-700: #047857;
    --success-800: #065f46;
    --success-900: #064e3b;
    --warning-50: #fffbeb;
    --warning-100: #fef3c7;
    --warning-200: #fde68a;
    --warning-300: #fcd34d;
    --warning-400: #fbbf24;
    --warning-500: #f59e0b;
    --warning-600: #d97706;
    --warning-700: #b45309;
    --warning-800: #92400e;
    --warning-900: #78350f;
    --white: #ffffff;
    --gray-25: #fcfcfd;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --gray-950: #020617;
    --gradient-primary: linear-gradient(135deg, #2563eb 0%, #06b6d4 48%, #6366f1 100%);
    --gradient-secondary: linear-gradient(135deg, #06b6d4 0%, #0f766e 100%);
    --gradient-accent: linear-gradient(135deg, #6366f1 0%, #2563eb 100%);
    --gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --gradient-warm: linear-gradient(135deg, #f97316 0%, #dc2626 100%);
    --gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --gradient-mesh: radial-gradient(at 20% 15%, rgba(37, 99, 235, 0.22) 0px, transparent 46%), radial-gradient(at 85% 10%, rgba(6, 182, 212, 0.2) 0px, transparent 42%), radial-gradient(at 12% 75%, rgba(99, 102, 241, 0.18) 0px, transparent 44%), radial-gradient(at 85% 80%, rgba(16, 185, 129, 0.14) 0px, transparent 48%);
    --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.05);
    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 10px 24px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 18px 38px rgba(15, 23, 42, 0.12);
    --shadow-xl: 0 28px 60px rgba(15, 23, 42, 0.16);
    --shadow-2xl: 0 38px 90px rgba(15, 23, 42, 0.24);
    --shadow-inner: inset 0 2px 8px rgba(15, 23, 42, 0.06);
    --shadow-glass: 0 20px 60px rgba(37, 99, 235, 0.12);
    --shadow-colored-primary: 0 24px 50px rgba(37, 99, 235, 0.25);
    --shadow-colored-secondary: 0 24px 50px rgba(6, 182, 212, 0.22);
    --shadow-colored-accent: 0 24px 50px rgba(99, 102, 241, 0.24);
    --radius-none: 0;
    --radius-sm: 0.25rem;
    --radius: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.25rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --radius-full: 9999px;
    --space-px: 1px;
    --space-0: 0;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;
    --text-7xl: 4.5rem;
    --text-8xl: 6rem;
    --text-9xl: 8rem;
    --duration-75: 75ms;
    --duration-100: 100ms;
    --duration-150: 150ms;
    --duration-200: 200ms;
    --duration-300: 300ms;
    --duration-500: 500ms;
    --duration-700: 700ms;
    --duration-1000: 1000ms;
    --ease-linear: linear;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-elastic: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.wpc-scope-47 .tc-wp-tool-root *, .wpc-scope-47 .tc-wp-tool-root *::before, .wpc-scope-47 .tc-wp-tool-root *::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wpc-scope-47 .tc-wp-tool-root{
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}.wpc-scope-47 .tc-wp-tool-root .fb-viewer-wrapper{
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow-x: hidden;
    padding: clamp(28px, 5vw, 64px) 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-feature-settings: "cv11", "ss01";
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 48%, #f8fafc 100%);
    color: var(--gray-900);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}.wpc-scope-47 .tc-wp-tool-root .bg-pattern{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-mesh);
    opacity: 0.9;
    z-index: -2;
    animation: meshFloat 20s ease-in-out infinite;
    pointer-events: none;
}.wpc-scope-47 .tc-wp-tool-root .bg-pattern::before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.95), transparent 42%);
    animation: float 25s ease-in-out infinite reverse;
}.wpc-scope-47 .tc-wp-tool-root .bg-overlay{
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0%, rgba(248, 250, 252, 0.86) 100%);
    z-index: -1;
    pointer-events: none;
}.wpc-scope-47 .tc-wp-tool-root .fb-viewer-wrapper .fb-container{
    max-width: 1340px;
    margin: 0 auto !important;
    padding: clamp(var(--space-4), 3vw, var(--space-8));
    position: relative;
}.wpc-scope-47 .tc-wp-tool-root .hero-content, .wpc-scope-47 .tc-wp-tool-root .header-content{
    position: relative;
    z-index: 2;
    text-align: center;
}.wpc-scope-47 .tc-wp-tool-root .hero-content{
    margin-bottom: clamp(var(--space-8), 6vw, var(--space-12));
    animation: slideDown var(--duration-1000) var(--ease-elastic);
}.wpc-scope-47 .tc-wp-tool-root .hero-logo, .wpc-scope-47 .tc-wp-tool-root .header-icon{
    width: clamp(64px, 9vw, 86px);
    height: clamp(64px, 9vw, 86px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-6);
    border-radius: var(--radius-2xl);
    background: var(--gradient-primary);
    color: var(--white);
    font-size: var(--text-3xl);
    box-shadow: var(--shadow-colored-primary);
    position: relative;
}.wpc-scope-47 .tc-wp-tool-root .hero-logo::after{
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    background: var(--gradient-primary);
    opacity: 0.18;
    filter: blur(18px);
    z-index: -1;
}.wpc-scope-47 .tc-wp-tool-root .hero-logo .fab, .wpc-scope-47 .tc-wp-tool-root .search-section .hero-logo .fab{
    font-size: 30px;
    font-weight: 900;
}.wpc-scope-47 .tc-wp-tool-root .hero-title, .wpc-scope-47 .tc-wp-tool-root .header .header-title{
    color: var(--gray-950);
    font-size: clamp(2.1rem, 6vw, 4.5rem) !important;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .hero-title .title-facebook, .wpc-scope-47 .tc-wp-tool-root .hero-title .title-post-viewer, .wpc-scope-47 .tc-wp-tool-root .search-section .hero-title .title-facebook, .wpc-scope-47 .tc-wp-tool-root .search-section .hero-title .title-post-viewer{
    color: inherit;
    display: inline-block;
}.wpc-scope-47 .tc-wp-tool-root .hero-title .title-underline, .wpc-scope-47 .tc-wp-tool-root .search-section .hero-title .title-underline{
    display: none !important;
}.wpc-scope-47 .tc-wp-tool-root .hero-intro, .wpc-scope-47 .tc-wp-tool-root .header p{
    max-width: 720px;
    margin: 0 auto;
    color: var(--gray-600);
    font-size: clamp(var(--text-base), 2vw, var(--text-xl));
    font-weight: 500;
    line-height: 1.75;
}.wpc-scope-47 .tc-wp-tool-root .header{
    position: relative;
    text-align: center;
    margin-bottom: var(--space-20);
    animation: slideDown var(--duration-1000) var(--ease-elastic);
}.wpc-scope-47 .tc-wp-tool-root .header::before{
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
    transform: translateX(-50%);
    z-index: -1;
}.wpc-scope-47 .tc-wp-tool-root .header .header-title{
    background: var(--gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}.wpc-scope-47 .tc-wp-tool-root .header .header-title::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transform: translateX(-50%);
    animation: shimmer 3s ease-in-out infinite;
}.wpc-scope-47 .tc-wp-tool-root .header-features, .wpc-scope-47 .tc-wp-tool-root .search-section .hero-features{
    display: flex;
    justify-content: center;
    gap: var(--space-4);
    margin-top: var(--space-8);
    flex-wrap: wrap;
}.wpc-scope-47 .tc-wp-tool-root .feature-badge, .wpc-scope-47 .tc-wp-tool-root .search-section .hero-feature-btn, .wpc-scope-47 .tc-wp-tool-root .example-item{
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-5);
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: var(--radius-2xl);
    background: rgba(255, 255, 255, 0.78);
    color: var(--gray-700);
    font-size: var(--text-sm);
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out), border-color var(--duration-300) var(--ease-out), background var(--duration-300) var(--ease-out);
    backdrop-filter: blur(14px);
}.wpc-scope-47 .tc-wp-tool-root .feature-badge:hover, .wpc-scope-47 .tc-wp-tool-root .search-section .hero-feature-btn:hover, .wpc-scope-47 .tc-wp-tool-root .example-item:hover{
    transform: translateY(-3px);
    border-color: rgba(37, 99, 235, 0.35);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-md);
}.wpc-scope-47 .tc-wp-tool-root .search-section{
    position: relative;
    overflow: hidden;
    padding: clamp(var(--space-8), 6vw, var(--space-16)) clamp(var(--space-5), 5vw, var(--space-12));
    margin-bottom: clamp(var(--space-10), 6vw, var(--space-16));
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-4xl);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.82) 100%);
    box-shadow: var(--shadow-glass);
    backdrop-filter: blur(22px);
}.wpc-scope-47 .tc-wp-tool-root .search-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.06), rgba(99, 102, 241, 0.08));
    pointer-events: none;
}.wpc-scope-47 .tc-wp-tool-root .search-section .hero-content{
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: var(--space-12);
}.wpc-scope-47 .tc-wp-tool-root .search-section .hero-logo{
    width: 60px;
    height: 60px;
    margin: 0 auto var(--space-6);
}.wpc-scope-47 .tc-wp-tool-root .search-section .hero-title{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: var(--space-4);
    line-height: 1.1;
    color: var(--gray-900);
}.wpc-scope-47 .tc-wp-tool-root .search-section .hero-intro{
    max-width: 700px;
    margin: 0 auto var(--space-8);
    color: var(--gray-600);
    font-size: var(--text-base);
    font-weight: 500;
    line-height: 1.6;
}.wpc-scope-47 .tc-wp-tool-root .search-container, .wpc-scope-47 .tc-wp-tool-root .search-form{
    position: relative;
    z-index: 2;
}.wpc-scope-47 .tc-wp-tool-root .search-header{
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 0;
    margin-bottom: var(--space-6);
}.wpc-scope-47 .tc-wp-tool-root .search-header .search-header-title, .wpc-scope-47 .tc-wp-tool-root .search-header h3{
    margin-bottom: var(--space-2);
    color: var(--primary-700);
    font-size: clamp(var(--text-xl), 2vw, var(--text-2xl));
    font-weight: 850;
    line-height: 1.3;
}.wpc-scope-47 .tc-wp-tool-root .search-header .search-header-intro, .wpc-scope-47 .tc-wp-tool-root .search-header p{
    max-width: 640px;
    margin: 0 auto;
    color: var(--gray-600);
    font-size: var(--text-base);
    font-weight: 500;
}.wpc-scope-47 .tc-wp-tool-root .search-form{
    display: flex;
    gap: var(--space-4);
    max-width: 920px;
    margin: 0 auto var(--space-8);
}.wpc-scope-47 .tc-wp-tool-root .input-group{
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .input-wrapper{
    flex: 1;
    position: relative;
    min-width: 0;
}.wpc-scope-47 .tc-wp-tool-root .input-icon{
    position: absolute;
    left: var(--space-5);
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    font-size: var(--text-lg);
    color: var(--primary-500);
    transition: transform var(--duration-300) var(--ease-out), color var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .url-input{
    width: 100% !important;
    min-height: 58px;
    border: 1px solid rgba(148, 163, 184, 0.42) !important;
    border-radius: var(--radius-2xl) !important;
    padding: 15px 16px 15px 52px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--gray-900) !important;
    font-family: inherit !important;
    font-size: var(--text-base) !important;
    font-weight: 600 !important;
    box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    transition: border-color var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out), transform var(--duration-300) var(--ease-out), background var(--duration-300) var(--ease-out) !important;
}.wpc-scope-47 .tc-wp-tool-root .url-input::placeholder{
    color: var(--gray-400);
    font-weight: 500;
}.wpc-scope-47 .tc-wp-tool-root .url-input:focus{
    outline: none !important;
    border-color: var(--primary-500) !important;
    background: var(--white) !important;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.12), var(--shadow-lg) !important;
    transform: translateY(-2px);
}.wpc-scope-47 .tc-wp-tool-root .url-input:focus + .input-icon, .wpc-scope-47 .tc-wp-tool-root .url-input:focus ~ .input-icon{
    color: var(--primary-600);
    transform: translateY(-50%) scale(1.08);
}.wpc-scope-47 .tc-wp-tool-root .input-focus-border{
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transition: width var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .url-input:focus ~ .input-focus-border{
    width: calc(100% - 32px);
}.wpc-scope-47 .tc-wp-tool-root .analyze-btn, .wpc-scope-47 .tc-wp-tool-root .download-all-btn, .wpc-scope-47 .tc-wp-tool-root .visit-btn, .wpc-scope-47 .tc-wp-tool-root .video-download-btn, .wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action.primary, .wpc-scope-47 .tc-wp-tool-root .action-btn.primary{
    background: var(--gradient-primary) !important;
    color: var(--white) !important;
    border: none !important;
    box-shadow: var(--shadow-colored-primary) !important;
}.wpc-scope-47 .tc-wp-tool-root .analyze-btn{
    min-height: 58px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: var(--space-3) !important;
    padding: var(--space-4) var(--space-8) !important;
    border-radius: var(--radius-2xl) !important;
    font-family: inherit !important;
    font-size: var(--text-base) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out), filter var(--duration-300) var(--ease-out) !important;
}.wpc-scope-47 .tc-wp-tool-root .analyze-btn::before, .wpc-scope-47 .tc-wp-tool-root .download-btn::before, .wpc-scope-47 .tc-wp-tool-root .video-download-btn::before{
    content: "";
    position: absolute;
    inset: 0 auto 0 -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transition: left var(--duration-700) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .analyze-btn:hover::before, .wpc-scope-47 .tc-wp-tool-root .download-btn:hover::before, .wpc-scope-47 .tc-wp-tool-root .video-download-btn:hover::before{
    left: 100%;
}.wpc-scope-47 .tc-wp-tool-root .analyze-btn:hover, .wpc-scope-47 .tc-wp-tool-root .download-all-btn:hover, .wpc-scope-47 .tc-wp-tool-root .visit-btn:hover, .wpc-scope-47 .tc-wp-tool-root .video-download-btn:hover, .wpc-scope-47 .tc-wp-tool-root .action-btn:hover, .wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action:hover, .wpc-scope-47 .tc-wp-tool-root .download-cancel-btn:hover, .wpc-scope-47 .tc-wp-tool-root .copy-btn:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg) !important;
    filter: saturate(1.08);
}.wpc-scope-47 .tc-wp-tool-root .analyze-btn:active, .wpc-scope-47 .tc-wp-tool-root .download-btn:active, .wpc-scope-47 .tc-wp-tool-root .video-download-btn:active{
    transform: translateY(-1px) scale(0.98) !important;
}.wpc-scope-47 .tc-wp-tool-root .analyze-btn:disabled{
    opacity: 0.68 !important;
    cursor: not-allowed !important;
    transform: none !important;
}.wpc-scope-47 .tc-wp-tool-root .search-examples{
    display: flex;
    justify-content: center;
    gap: var(--space-4);
    flex-wrap: wrap;
    margin-top: var(--space-6);
}.wpc-scope-47 .tc-wp-tool-root .example-item i, .wpc-scope-47 .tc-wp-tool-root .search-section .hero-feature-btn i, .wpc-scope-47 .tc-wp-tool-root .feature-badge i{
    color: var(--primary-600);
    font-size: var(--text-base);
    flex-shrink: 0;
}.wpc-scope-47 .tc-wp-tool-root .error-message{
    position: relative;
    z-index: 2;
    margin-top: var(--space-5);
    padding: var(--space-4) var(--space-6);
    border: 1px solid rgba(220, 38, 38, 0.22);
    border-radius: var(--radius-2xl);
    background: linear-gradient(135deg, #fff7ed 0%, #fee2e2 100%);
    color: #991b1b;
    font-weight: 750;
    box-shadow: var(--shadow-md);
    animation: shake var(--duration-500) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .loading{
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: var(--space-20) var(--space-8);
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: var(--radius-4xl);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(239, 246, 255, 0.9) 100%);
    box-shadow: var(--shadow-xl);
}.wpc-scope-47 .tc-wp-tool-root .loading::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(37, 99, 235, 0.08) 50%, transparent 70%);
    animation: loadingShimmer 2s ease-in-out infinite;
}.wpc-scope-47 .tc-wp-tool-root .loading-spinner{
    width: 80px;
    height: 80px;
    margin: 0 auto var(--space-8);
    position: relative;
    z-index: 2;
}.wpc-scope-47 .tc-wp-tool-root .loading-spinner::before, .wpc-scope-47 .tc-wp-tool-root .loading-spinner::after{
    content: "";
    position: absolute;
    border-radius: 50%;
}.wpc-scope-47 .tc-wp-tool-root .loading-spinner::before{
    inset: 0;
    border: 4px solid rgba(37, 99, 235, 0.2);
    border-top-color: var(--primary-600);
    animation: spin var(--duration-1000) linear infinite;
}.wpc-scope-47 .tc-wp-tool-root .loading-spinner::after{
    inset: 9px;
    border: 3px solid transparent;
    border-top-color: var(--secondary-500);
    animation: spin var(--duration-700) linear infinite reverse;
}.wpc-scope-47 .tc-wp-tool-root .loading-text{
    position: relative;
    z-index: 2;
    font-size: var(--text-xl);
    font-weight: 800;
    color: var(--primary-700);
}.wpc-scope-47 .tc-wp-tool-root .group-header, .wpc-scope-47 .tc-wp-tool-root .profile-container, .wpc-scope-47 .tc-wp-tool-root .nav-tabs, .wpc-scope-47 .tc-wp-tool-root .video-card, .wpc-scope-47 .tc-wp-tool-root .media-card, .wpc-scope-47 .tc-wp-tool-root .post-item, .wpc-scope-47 .tc-wp-tool-root .about-card, .wpc-scope-47 .tc-wp-tool-root .fb-photoitem, .wpc-scope-47 .tc-wp-tool-root .video-skeleton, .wpc-scope-47 .tc-wp-tool-root .reel-skeleton{
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(18px);
}.wpc-scope-47 .tc-wp-tool-root .group-header, .wpc-scope-47 .tc-wp-tool-root .profile-container, .wpc-scope-47 .tc-wp-tool-root .nav-tabs{
    overflow: hidden;
    margin-bottom: var(--space-8);
    border-radius: var(--radius-4xl);
    animation: slideUp var(--duration-1000) var(--ease-elastic) 0.4s both;
}.wpc-scope-47 .tc-wp-tool-root .group-cover, .wpc-scope-47 .tc-wp-tool-root .cover-section{
    position: relative;
    height: 400px;
    overflow: hidden;
    background: var(--gradient-primary);
}.wpc-scope-47 .tc-wp-tool-root .group-cover img, .wpc-scope-47 .tc-wp-tool-root .cover-photo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    transition: transform var(--duration-700) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .group-cover:hover img, .wpc-scope-47 .tc-wp-tool-root .cover-section:hover .cover-photo{
    transform: scale(1.04);
}.wpc-scope-47 .tc-wp-tool-root .group-cover-overlay, .wpc-scope-47 .tc-wp-tool-root .cover-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(15, 23, 42, 0.1) 42%, rgba(15, 23, 42, 0.84) 100%);
}.wpc-scope-47 .tc-wp-tool-root .cover-gradient{
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(6, 182, 212, 0.1));
}.wpc-scope-47 .tc-wp-tool-root .group-info-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: clamp(var(--space-6), 5vw, var(--space-12));
    color: var(--white);
}.wpc-scope-47 .tc-wp-tool-root .group-title{
    font-size: clamp(var(--text-2xl), 5vw, var(--text-5xl));
    font-weight: 850;
    margin-bottom: var(--space-3);
    line-height: 1.1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}.wpc-scope-47 .tc-wp-tool-root .group-subtitle{
    font-size: var(--text-xl);
    opacity: 0.95;
    font-weight: 650;
}.wpc-scope-47 .tc-wp-tool-root .group-details, .wpc-scope-47 .tc-wp-tool-root .profile-info-section{
    padding: clamp(var(--space-6), 5vw, var(--space-12));
}.wpc-scope-47 .tc-wp-tool-root .stats-grid, .wpc-scope-47 .tc-wp-tool-root .summary-stats, .wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stats{
    display: grid;
    gap: var(--space-5);
}.wpc-scope-47 .tc-wp-tool-root .stats-grid{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: var(--space-10);
}.wpc-scope-47 .tc-wp-tool-root .summary-stats{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    position: relative;
    z-index: 2;
}.wpc-scope-47 .tc-wp-tool-root .stat-card, .wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stat{
    position: relative;
    overflow: hidden;
    padding: var(--space-6);
    text-align: center;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-3xl);
    background: linear-gradient(145deg, var(--white) 0%, var(--gray-50) 100%);
    box-shadow: var(--shadow-sm);
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out), border-color var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .stat-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .stat-card:hover::before{
    opacity: 0.05;
}.wpc-scope-47 .tc-wp-tool-root .stat-card:hover, .wpc-scope-47 .tc-wp-tool-root .post-item:hover, .wpc-scope-47 .tc-wp-tool-root .about-card:hover, .wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover, .wpc-scope-47 .tc-wp-tool-root .video-card:hover, .wpc-scope-47 .tc-wp-tool-root .media-card:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(37, 99, 235, 0.28);
}.wpc-scope-47 .tc-wp-tool-root .stat-icon, .wpc-scope-47 .tc-wp-tool-root .card-icon, .wpc-scope-47 .tc-wp-tool-root .content-title i{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--gradient-primary);
    box-shadow: var(--shadow-colored-primary);
    flex-shrink: 0;
}.wpc-scope-47 .tc-wp-tool-root .stat-icon{
    width: 64px;
    height: 64px;
    margin: 0 auto var(--space-4);
    border-radius: var(--radius-2xl);
    font-size: var(--text-2xl);
    position: relative;
    z-index: 2;
}.wpc-scope-47 .tc-wp-tool-root .stat-number, .wpc-scope-47 .tc-wp-tool-root .summary-stat-number, .wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stat-value{
    display: block;
    color: var(--gray-900);
    font-weight: 850;
    position: relative;
    z-index: 2;
}.wpc-scope-47 .tc-wp-tool-root .stat-number{
    font-size: var(--text-3xl);
    margin-bottom: var(--space-2);
}.wpc-scope-47 .tc-wp-tool-root .stat-label, .wpc-scope-47 .tc-wp-tool-root .summary-stat-label, .wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stat-label{
    color: var(--gray-600);
    font-size: var(--text-sm);
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 2;
}.wpc-scope-47 .tc-wp-tool-root .group-description, .wpc-scope-47 .tc-wp-tool-root .no-data-message, .wpc-scope-47 .tc-wp-tool-root .debug-content{
    border-radius: var(--radius-3xl);
}.wpc-scope-47 .tc-wp-tool-root .group-description{
    margin-bottom: var(--space-8);
    padding: var(--space-8);
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(145deg, var(--gray-50) 0%, var(--white) 100%);
    color: var(--gray-700);
    font-size: var(--text-lg);
    line-height: 1.8;
    box-shadow: var(--shadow-sm);
}.wpc-scope-47 .tc-wp-tool-root .visit-btn{
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-2xl);
    text-decoration: none;
    font-size: var(--text-lg);
    font-weight: 800;
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .tab-list, .wpc-scope-47 .tc-wp-tool-root .profile-nav-tabs{
    display: flex;
    gap: var(--space-2);
    padding: var(--space-2);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    background: linear-gradient(145deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
}.wpc-scope-47 .tc-wp-tool-root .tab-btn, .wpc-scope-47 .tc-wp-tool-root .nav-tab{
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-4) var(--space-6);
    border: none;
    border-radius: var(--radius-2xl);
    background: transparent;
    color: var(--gray-600);
    font-family: inherit;
    font-size: var(--text-base);
    font-weight: 800;
    cursor: pointer;
    transition: color var(--duration-300) var(--ease-out), background var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out), transform var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .tab-btn::before, .wpc-scope-47 .tc-wp-tool-root .nav-indicator{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transform: translateX(-50%);
    transition: width var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .tab-btn:hover, .wpc-scope-47 .tc-wp-tool-root .tab-btn.active, .wpc-scope-47 .tc-wp-tool-root .nav-tab:hover, .wpc-scope-47 .tc-wp-tool-root .nav-tab.active{
    color: var(--primary-700);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px);
}.wpc-scope-47 .tc-wp-tool-root .tab-btn.active, .wpc-scope-47 .tc-wp-tool-root .nav-tab.active{
    color: var(--white);
    background: var(--gradient-primary);
    box-shadow: var(--shadow-colored-primary);
}.wpc-scope-47 .tc-wp-tool-root .tab-btn.active::before, .wpc-scope-47 .tc-wp-tool-root .nav-tab.active .nav-indicator{
    width: 56%;
}.wpc-scope-47 .tc-wp-tool-root .tab-content{
    display: none;
    padding: var(--space-8);
    animation: fadeInScale var(--duration-500) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .tab-content.active{
    display: block;
}.wpc-scope-47 .tc-wp-tool-root .tab-content-container{
    padding: var(--space-8) 0;
}.wpc-scope-47 .tc-wp-tool-root .content-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-4);
    flex-wrap: wrap;
    margin-bottom: var(--space-8);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}.wpc-scope-47 .tc-wp-tool-root .content-title{
    display: flex;
    align-items: center;
    gap: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .content-title-text{
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}.wpc-scope-47 .tc-wp-tool-root .content-title h2, .wpc-scope-47 .tc-wp-tool-root .content-subtitle{
    margin: 0;
    color: var(--gray-900);
    font-size: var(--text-3xl);
    font-weight: 900;
    line-height: 1.2;
}.wpc-scope-47 .tc-wp-tool-root .content-title i{
    width: 48px;
    height: 48px;
    border-radius: var(--radius-xl);
    font-size: var(--text-xl);
}.wpc-scope-47 .tc-wp-tool-root .content-stats, .wpc-scope-47 .tc-wp-tool-root .video-stats, .wpc-scope-47 .tc-wp-tool-root .post-stats, .wpc-scope-47 .tc-wp-tool-root .fb-photoengagement, .wpc-scope-47 .tc-wp-tool-root .video-engagement{
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
}.wpc-scope-47 .tc-wp-tool-root .stat-item, .wpc-scope-47 .tc-wp-tool-root .video-stats .stat-item, .wpc-scope-47 .tc-wp-tool-root .video-engagement-item, .wpc-scope-47 .tc-wp-tool-root .fb-photoengagement-item{
    display: flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--gray-600);
    font-size: var(--text-sm);
    font-weight: 650;
}.wpc-scope-47 .tc-wp-tool-root .stat-item i, .wpc-scope-47 .tc-wp-tool-root .video-stats .stat-item i, .wpc-scope-47 .tc-wp-tool-root .video-engagement-item i{
    color: var(--primary-500);
    font-size: var(--text-base);
}.wpc-scope-47 .tc-wp-tool-root .stat-item span{
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}.wpc-scope-47 .tc-wp-tool-root .posts-container{
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
}.wpc-scope-47 .tc-wp-tool-root .post-item, .wpc-scope-47 .tc-wp-tool-root .about-card, .wpc-scope-47 .tc-wp-tool-root .fb-photoitem, .wpc-scope-47 .tc-wp-tool-root .video-card, .wpc-scope-47 .tc-wp-tool-root .media-card{
    border-radius: var(--radius-3xl);
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out), border-color var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .post-item{
    position: relative;
    overflow: hidden;
    padding: var(--space-6);
    cursor: pointer;
}.wpc-scope-47 .tc-wp-tool-root .post-header, .wpc-scope-47 .tc-wp-tool-root .card-header, .wpc-scope-47 .tc-wp-tool-root .about-item{
    display: flex;
    align-items: center;
    gap: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .post-header{
    margin-bottom: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .post-profile-pic{
    width: 48px;
    height: 48px;
    border-radius: var(--radius-full);
    background-color: var(--gray-200);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-500);
    box-shadow: var(--shadow-sm);
}.wpc-scope-47 .tc-wp-tool-root .post-info{
    flex: 1;
    min-width: 0;
}.wpc-scope-47 .tc-wp-tool-root .post-author{
    color: var(--gray-900);
    font-weight: 800;
    margin-bottom: var(--space-1);
}.wpc-scope-47 .tc-wp-tool-root .post-date{
    color: var(--gray-500);
    font-size: var(--text-sm);
}.wpc-scope-47 .tc-wp-tool-root .post-content{
    margin-bottom: var(--space-4);
    color: var(--gray-700);
    line-height: 1.7;
}.wpc-scope-47 .tc-wp-tool-root .post-image{
    width: 100%;
    border-radius: var(--radius-2xl);
    margin-bottom: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .post-stats{
    padding-top: var(--space-4);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}.wpc-scope-47 .tc-wp-tool-root .about-grid, .wpc-scope-47 .tc-wp-tool-root .photos-grid, .wpc-scope-47 .tc-wp-tool-root .media-grid, .wpc-scope-47 .tc-wp-tool-root .video-grid, .wpc-scope-47 .tc-wp-tool-root .videos-grid-skeleton, .wpc-scope-47 .tc-wp-tool-root .reels-grid-skeleton{
    display: grid;
    gap: var(--space-6);
}.wpc-scope-47 .tc-wp-tool-root .about-grid{
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.wpc-scope-47 .tc-wp-tool-root .photos-grid{
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.wpc-scope-47 .tc-wp-tool-root .media-grid{
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--space-8);
}.wpc-scope-47 .tc-wp-tool-root .video-grid, .wpc-scope-47 .tc-wp-tool-root .videos-grid-skeleton, .wpc-scope-47 .tc-wp-tool-root .reels-grid-skeleton{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1200px;
    margin: 0 auto;
}.wpc-scope-47 .tc-wp-tool-root .card-header{
    margin-bottom: var(--space-6);
}.wpc-scope-47 .tc-wp-tool-root .card-icon{
    width: 48px;
    height: 48px;
    border-radius: var(--radius-2xl);
    font-size: var(--text-xl);
}.wpc-scope-47 .tc-wp-tool-root .card-header h3, .wpc-scope-47 .tc-wp-tool-root .about-text h3{
    color: var(--gray-900);
    font-weight: 800;
}.wpc-scope-47 .tc-wp-tool-root .card-header h3{
    font-size: var(--text-xl);
}.wpc-scope-47 .tc-wp-tool-root .card-content, .wpc-scope-47 .tc-wp-tool-root .about-text p{
    color: var(--gray-600);
    line-height: 1.7;
}.wpc-scope-47 .tc-wp-tool-root .about-item{
    align-items: flex-start;
    margin-bottom: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .about-item:last-child{
    margin-bottom: 0;
}.wpc-scope-47 .tc-wp-tool-root .about-icon{
    width: 40px;
    height: 40px;
    border-radius: var(--radius-xl);
    background: var(--primary-50);
    color: var(--primary-600);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}.wpc-scope-47 .tc-wp-tool-root .media-summary{
    position: relative;
    overflow: hidden;
    margin-bottom: var(--space-8);
    padding: var(--space-12);
    border-radius: var(--radius-4xl);
    background: var(--gradient-primary);
    color: var(--white);
    text-align: center;
    box-shadow: var(--shadow-colored-primary);
}.wpc-scope-47 .tc-wp-tool-root .media-summary::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.13) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}.wpc-scope-47 .tc-wp-tool-root .summary-title, .wpc-scope-47 .tc-wp-tool-root .summary-description, .wpc-scope-47 .tc-wp-tool-root .summary-stat{
    position: relative;
    z-index: 2;
}.wpc-scope-47 .tc-wp-tool-root .summary-title{
    margin-bottom: var(--space-4);
    font-size: var(--text-4xl);
    font-weight: 850;
}.wpc-scope-47 .tc-wp-tool-root .summary-description{
    margin-bottom: var(--space-8);
    font-size: var(--text-xl);
    font-weight: 500;
    opacity: 0.95;
}.wpc-scope-47 .tc-wp-tool-root .summary-stat-number, .wpc-scope-47 .tc-wp-tool-root .summary-stat-label{
    color: var(--white);
}.wpc-scope-47 .tc-wp-tool-root .media-card, .wpc-scope-47 .tc-wp-tool-root .video-card, .wpc-scope-47 .tc-wp-tool-root .fb-photoitem{
    position: relative;
    overflow: hidden;
    animation: slideUp var(--duration-700) var(--ease-elastic);
    animation-delay: calc(var(--index) * 0.1s);
    animation-fill-mode: both;
}.wpc-scope-47 .tc-wp-tool-root .media-card{
    cursor: pointer;
}.wpc-scope-47 .tc-wp-tool-root .media-card::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .media-card:hover::before{
    opacity: 0.025;
}.wpc-scope-47 .tc-wp-tool-root .media-image-container, .wpc-scope-47 .tc-wp-tool-root .fb-photoimage-container{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
}.wpc-scope-47 .tc-wp-tool-root .media-image-container{
    aspect-ratio: 16 / 10;
}.wpc-scope-47 .tc-wp-tool-root .fb-photoimage-container{
    aspect-ratio: 1;
}.wpc-scope-47 .tc-wp-tool-root .media-image, .wpc-scope-47 .tc-wp-tool-root .fb-photoimage{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration-700) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .fb-photoimage{
    cursor: pointer;
}.wpc-scope-47 .tc-wp-tool-root .media-card:hover .media-image, .wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover .fb-photoimage{
    transform: scale(1.08);
}.wpc-scope-47 .tc-wp-tool-root .media-hover-overlay, .wpc-scope-47 .tc-wp-tool-root .fb-photooverlay, .wpc-scope-47 .tc-wp-tool-root .video-overlay{
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--duration-300) var(--ease-out), visibility var(--duration-300) var(--ease-out);
    z-index: 10;
}.wpc-scope-47 .tc-wp-tool-root .media-hover-overlay{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-6);
    padding: var(--space-8);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.92), rgba(6, 182, 212, 0.9), rgba(99, 102, 241, 0.92));
    backdrop-filter: blur(18px);
}.wpc-scope-47 .tc-wp-tool-root .fb-photooverlay, .wpc-scope-47 .tc-wp-tool-root .video-overlay{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: var(--space-4);
    background: linear-gradient(to top, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.35) 52%, transparent 100%);
}.wpc-scope-47 .tc-wp-tool-root .media-card:hover .media-hover-overlay, .wpc-scope-47 .tc-wp-tool-root .fb-photoitem:hover .fb-photooverlay, .wpc-scope-47 .tc-wp-tool-root .video-thumbnail:hover .video-overlay{
    opacity: 1;
    visibility: visible;
}.wpc-scope-47 .tc-wp-tool-root .quality-indicator, .wpc-scope-47 .tc-wp-tool-root .quality-badge, .wpc-scope-47 .tc-wp-tool-root .format-badge, .wpc-scope-47 .tc-wp-tool-root .resolution-badge, .wpc-scope-47 .tc-wp-tool-root .type-badge, .wpc-scope-47 .tc-wp-tool-root .video-quality-badge, .wpc-scope-47 .tc-wp-tool-root .reel-badge, .wpc-scope-47 .tc-wp-tool-root .video-duration{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}.wpc-scope-47 .tc-wp-tool-root .quality-indicator{
    padding: var(--space-3) var(--space-6);
    color: var(--white);
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.14);
    animation: slideInDown var(--duration-500) var(--ease-elastic) 0.1s both;
}.wpc-scope-47 .tc-wp-tool-root .video-badges{
    display: flex;
    gap: var(--space-2);
    margin-bottom: var(--space-4);
    flex-wrap: wrap;
}.wpc-scope-47 .tc-wp-tool-root .quality-badge, .wpc-scope-47 .tc-wp-tool-root .type-badge{
    padding: var(--space-2) var(--space-4);
    color: var(--white);
    background: var(--gradient-primary);
    box-shadow: var(--shadow-sm);
}.wpc-scope-47 .tc-wp-tool-root .format-badge{
    padding: var(--space-2) var(--space-4);
    color: var(--secondary-700);
    background: var(--secondary-50);
    border: 1px solid rgba(6, 182, 212, 0.24);
}.wpc-scope-47 .tc-wp-tool-root .resolution-badge{
    padding: var(--space-2) var(--space-4);
    color: var(--gray-700);
    background: linear-gradient(135deg, var(--gray-100), var(--gray-200));
    box-shadow: var(--shadow-sm);
}.wpc-scope-47 .tc-wp-tool-root .video-quality-badge, .wpc-scope-47 .tc-wp-tool-root .reel-badge{
    position: absolute;
    top: var(--space-3);
    left: var(--space-3);
    z-index: 2;
    padding: var(--space-2) var(--space-3);
    color: var(--white);
    background: rgba(15, 23, 42, 0.76);
    backdrop-filter: blur(12px);
}.wpc-scope-47 .tc-wp-tool-root .reel-badge{
    background: var(--gradient-secondary);
}.wpc-scope-47 .tc-wp-tool-root .video-duration{
    position: absolute;
    right: var(--space-3);
    bottom: var(--space-3);
    z-index: 2;
    padding: var(--space-2) var(--space-3);
    color: var(--white);
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(12px);
    text-transform: none;
}.wpc-scope-47 .tc-wp-tool-root .download-actions, .wpc-scope-47 .tc-wp-tool-root .fb-photoactions, .wpc-scope-47 .tc-wp-tool-root .video-actions, .wpc-scope-47 .tc-wp-tool-root .video-actions-bottom, .wpc-scope-47 .tc-wp-tool-root .fb-photomodal-actions, .wpc-scope-47 .tc-wp-tool-root .profile-actions{
    display: flex;
    gap: var(--space-3);
    align-items: center;
}.wpc-scope-47 .tc-wp-tool-root .download-actions{
    flex-direction: column;
    animation: slideInUp var(--duration-500) var(--ease-elastic) 0.2s both;
}.wpc-scope-47 .tc-wp-tool-root .download-btn, .wpc-scope-47 .tc-wp-tool-root .fb-photoaction-btn, .wpc-scope-47 .tc-wp-tool-root .video-action-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform var(--duration-300) var(--ease-out), background var(--duration-300) var(--ease-out), border-color var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .download-btn{
    min-width: 180px;
    padding: var(--space-4) var(--space-8);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.24);
    color: var(--white);
    font-family: inherit;
    font-size: var(--text-base);
    font-weight: 800;
    gap: var(--space-3);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.16);
}.wpc-scope-47 .tc-wp-tool-root .download-btn:hover, .wpc-scope-47 .tc-wp-tool-root .fb-photoaction-btn:hover, .wpc-scope-47 .tc-wp-tool-root .video-action-btn:hover{
    background: rgba(255, 255, 255, 0.34);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px) scale(1.06);
}.wpc-scope-47 .tc-wp-tool-root .btn-icon, .wpc-scope-47 .tc-wp-tool-root .download-btn:hover .btn-icon{
    font-size: var(--text-lg);
    transition: transform var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .download-btn:hover .btn-icon{
    transform: scale(1.15);
}.wpc-scope-47 .tc-wp-tool-root .media-info, .wpc-scope-47 .tc-wp-tool-root .video-info, .wpc-scope-47 .tc-wp-tool-root .fb-photoinfo{
    position: relative;
    z-index: 2;
    padding: var(--space-5);
}.wpc-scope-47 .tc-wp-tool-root .media-meta, .wpc-scope-47 .tc-wp-tool-root .fb-photometa, .wpc-scope-47 .tc-wp-tool-root .video-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-3);
    color: var(--gray-600);
    font-size: var(--text-sm);
    font-weight: 650;
}.wpc-scope-47 .tc-wp-tool-root .video-thumbnail{
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--gray-200);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
    transition: transform var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .video-thumbnail:hover{
    transform: scale(1.01);
}.wpc-scope-47 .tc-wp-tool-root .video-play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: var(--radius-full);
    background: rgba(15, 23, 42, 0.62);
    color: var(--white);
    font-size: var(--text-2xl);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24);
    backdrop-filter: blur(12px);
    transition: transform var(--duration-300) var(--ease-out), background var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .video-thumbnail:hover .video-play-icon{
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(37, 99, 235, 0.82);
}.wpc-scope-47 .tc-wp-tool-root .video-card video, .wpc-scope-47 .tc-wp-tool-root .video-card .video-player{
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    background: var(--gray-100);
    border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
    transition: transform var(--duration-500) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .video-card:hover video, .wpc-scope-47 .tc-wp-tool-root .video-card:hover .video-player{
    transform: scale(1.03);
}.wpc-scope-47 .tc-wp-tool-root .video-title{
    margin-bottom: var(--space-2);
    color: var(--gray-900);
    font-size: var(--text-lg);
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}.wpc-scope-47 .tc-wp-tool-root .video-description{
    display: none;
    margin-bottom: var(--space-3);
    color: var(--gray-500);
    font-size: var(--text-xs);
    line-height: 1.5;
}.wpc-scope-47 .tc-wp-tool-root .video-stats{
    margin-top: auto;
    margin-bottom: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .video-download-btn{
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-2xl);
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .copy-btn{
    padding: var(--space-3);
    border: 1px solid rgba(99, 102, 241, 0.22);
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(6, 182, 212, 0.1));
    color: var(--accent-600);
    cursor: pointer;
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out), background var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .download-all-btn{
    margin-bottom: var(--space-8);
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-3xl);
    font-size: var(--text-lg);
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .download-progress{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    border-radius: 0 0 var(--radius-2xl) var(--radius-2xl);
    background: var(--gradient-primary);
    transition: width var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .profile-header{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: var(--space-8);
    margin-top: -119px;
    margin-bottom: var(--space-8);
}.wpc-scope-47 .tc-wp-tool-root .profile-picture-container{
    position: relative;
    flex-shrink: 0;
}.wpc-scope-47 .tc-wp-tool-root .profile-picture{
    position: relative;
    z-index: 2;
    width: 160px;
    height: 160px;
    border: 6px solid var(--white);
    border-radius: var(--radius-full);
    background-color: var(--gray-200);
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-xl);
}.wpc-scope-47 .tc-wp-tool-root .profile-ring{
    position: absolute;
    inset: -8px;
    z-index: 1;
    border-radius: var(--radius-full);
    background: var(--gradient-primary);
    animation: pulse 3s ease-in-out infinite;
}.wpc-scope-47 .tc-wp-tool-root .profile-status-indicator{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    width: 24px;
    height: 24px;
    border: 3px solid var(--white);
    border-radius: var(--radius-full);
    background: var(--success-500);
}.wpc-scope-47 .tc-wp-tool-root .profile-details{
    flex: 1;
    min-width: 0;
    margin-top: 80px;
}.wpc-scope-47 .tc-wp-tool-root .profile-name{
    margin-bottom: var(--space-4);
    color: var(--gray-900);
    font-size: var(--text-4xl);
    font-weight: 850;
    line-height: 1.1;
}.wpc-scope-47 .tc-wp-tool-root .verified-badge::after{
    content: "\f058";
    display: inline-block;
    margin-left: var(--space-2);
    color: var(--primary-500);
    font-family: "Font Awesome 6 Free";
    font-size: var(--text-lg);
    font-weight: 900;
}.wpc-scope-47 .tc-wp-tool-root .profile-stats{
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
    margin-bottom: var(--space-6);
}.wpc-scope-47 .tc-wp-tool-root .stat-badge{
    padding: var(--space-2) var(--space-4);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-full);
    background: var(--gray-50);
    color: var(--gray-700);
    font-size: var(--text-sm);
    font-weight: 700;
}.wpc-scope-47 .tc-wp-tool-root .profile-actions{
    flex-wrap: wrap;
}.wpc-scope-47 .tc-wp-tool-root .action-btn{
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    border: none;
    border-radius: var(--radius-2xl);
    font-family: inherit;
    font-size: var(--text-base);
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out), background var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .action-btn.secondary, .wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action:not(.primary), .wpc-scope-47 .tc-wp-tool-root .download-cancel-btn{
    background: var(--gray-100);
    color: var(--gray-700);
    border: 1px solid var(--gray-300);
}.wpc-scope-47 .tc-wp-tool-root .profile-navigation{
    padding-top: var(--space-6);
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}.wpc-scope-47 .tc-wp-tool-root .empty-state{
    text-align: center;
    padding: var(--space-20) var(--space-8);
    color: var(--gray-600);
}.wpc-scope-47 .tc-wp-tool-root .empty-icon{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-8);
    border-radius: var(--radius-full);
    background: linear-gradient(135deg, var(--primary-50), var(--secondary-50));
    color: var(--primary-600);
    font-size: var(--text-4xl);
    box-shadow: var(--shadow-lg);
    animation: bounce 2s ease-in-out infinite;
}.wpc-scope-47 .tc-wp-tool-root .empty-state h3{
    margin-bottom: var(--space-3);
    color: var(--gray-900);
    font-size: var(--text-2xl);
    font-weight: 800;
}.wpc-scope-47 .tc-wp-tool-root .empty-state p{
    max-width: 500px;
    margin: 0 auto;
    font-size: var(--text-lg);
    line-height: 1.7;
}.wpc-scope-47 .tc-wp-tool-root .no-data-message{
    text-align: center;
    padding: var(--space-12);
    color: var(--gray-600);
    font-size: var(--text-lg);
    background: var(--gray-50);
    border: 2px dashed var(--gray-300);
}.wpc-scope-47 .tc-wp-tool-root .debug-container{
    padding: var(--space-8);
    border: 1px solid var(--gray-800);
    border-radius: var(--radius-4xl);
    background: var(--gray-950);
    color: var(--gray-100);
    box-shadow: var(--shadow-2xl);
}.wpc-scope-47 .tc-wp-tool-root .debug-section{
    margin-bottom: var(--space-8);
}.wpc-scope-47 .tc-wp-tool-root .debug-title{
    margin-bottom: var(--space-4);
    color: var(--primary-400);
    font-size: var(--text-xl);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}.wpc-scope-47 .tc-wp-tool-root .debug-content{
    padding: var(--space-6);
    background: var(--gray-900);
    border: 1px solid var(--gray-800);
    box-shadow: var(--shadow-inner);
    font-family: "JetBrains Mono", "SF Mono", Monaco, "Cascadia Code", monospace;
    font-size: var(--text-sm);
    line-height: 1.8;
    white-space: pre-line;
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal{
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-4);
    background: rgba(2, 6, 23, 0.84);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--duration-300) var(--ease-out), visibility var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal.active{
    opacity: 1;
    visibility: visible;
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-content{
    position: relative;
    display: flex;
    width: min(980px, 94vw);
    max-height: 90vh;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-4xl);
    background: var(--white);
    box-shadow: var(--shadow-2xl);
    animation: slideIn var(--duration-500) var(--ease-elastic);
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-close{
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    z-index: 10001;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: var(--radius-full);
    background: rgba(15, 23, 42, 0.72);
    color: var(--white);
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: transform var(--duration-300) var(--ease-out), background var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-close:hover{
    background: rgba(15, 23, 42, 0.9);
    transform: scale(1.08);
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-image{
    width: min(64vw, 640px);
    max-height: 90vh;
    object-fit: contain;
    background: var(--gray-100);
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-info{
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
    padding: var(--space-8);
    overflow-y: auto;
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-header{
    margin-bottom: 0;
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-title{
    color: var(--gray-900);
    font-size: var(--text-2xl);
    font-weight: 850;
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-stats{
    grid-template-columns: repeat(2, 1fr);
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-actions{
    flex-direction: column;
}.wpc-scope-47 .tc-wp-tool-root .fb-photomodal-action{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-6);
    border-radius: var(--radius-2xl);
    font-family: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .download-progress-modal{
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50%;
    display: none;
    min-width: min(420px, calc(100vw - 32px));
    padding: var(--space-8);
    transform: translate(-50%, -50%);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-4xl);
    background: rgba(255, 255, 255, 0.96);
    text-align: center;
    box-shadow: var(--shadow-2xl);
    backdrop-filter: blur(18px);
    animation: modalSlideIn var(--duration-500) var(--ease-elastic);
}.wpc-scope-47 .tc-wp-tool-root .download-progress-header{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    margin-bottom: var(--space-6);
    color: var(--primary-700);
}.wpc-scope-47 .tc-wp-tool-root .download-progress-title{
    font-size: var(--text-xl);
    font-weight: 850;
}.wpc-scope-47 .tc-wp-tool-root .download-progress-bar{
    width: 100%;
    height: 10px;
    overflow: hidden;
    margin-bottom: var(--space-4);
    border-radius: var(--radius-full);
    background: var(--gray-200);
}.wpc-scope-47 .tc-wp-tool-root .download-progress-fill{
    width: 0%;
    height: 100%;
    border-radius: var(--radius-full);
    background: var(--gradient-primary);
    transition: width var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .download-progress-text{
    margin-bottom: var(--space-6);
    color: var(--gray-600);
    font-size: var(--text-base);
    font-weight: 600;
}.wpc-scope-47 .tc-wp-tool-root .download-cancel-btn{
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-xl);
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out);
}.wpc-scope-47 .tc-wp-tool-root .skeleton-loading, .wpc-scope-47 .tc-wp-tool-root .video-thumbnail-skeleton, .wpc-scope-47 .tc-wp-tool-root .reel-thumbnail-skeleton, .wpc-scope-47 .tc-wp-tool-root .skeleton-line{
    background: linear-gradient(90deg, var(--gray-200) 25%, rgba(37, 99, 235, 0.1) 50%, var(--gray-200) 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
}.wpc-scope-47 .tc-wp-tool-root .videos-skeleton, .wpc-scope-47 .tc-wp-tool-root .reels-skeleton{
    display: none;
}.wpc-scope-47 .tc-wp-tool-root .videos-skeleton.active, .wpc-scope-47 .tc-wp-tool-root .reels-skeleton.active{
    display: block;
}.wpc-scope-47 .tc-wp-tool-root .video-skeleton, .wpc-scope-47 .tc-wp-tool-root .reel-skeleton{
    overflow: hidden;
    border-radius: var(--radius-3xl);
}.wpc-scope-47 .tc-wp-tool-root .video-thumbnail-skeleton, .wpc-scope-47 .tc-wp-tool-root .reel-thumbnail-skeleton{
    height: 350px;
}.wpc-scope-47 .tc-wp-tool-root .video-info-skeleton, .wpc-scope-47 .tc-wp-tool-root .reel-info-skeleton{
    padding: var(--space-4);
}.wpc-scope-47 .tc-wp-tool-root .skeleton-line{
    height: 16px;
    margin-bottom: var(--space-3);
    border-radius: var(--radius-lg);
}.wpc-scope-47 .tc-wp-tool-root .skeleton-line.short{
    width: 60%;
}.wpc-scope-47 .tc-wp-tool-root .fas, .wpc-scope-47 .tc-wp-tool-root .fab, .wpc-scope-47 .tc-wp-tool-root .fa-building, .wpc-scope-47 .tc-wp-tool-root .fa-camera, .wpc-scope-47 .tc-wp-tool-root .fa-comment, .wpc-scope-47 .tc-wp-tool-root .fa-download, .wpc-scope-47 .tc-wp-tool-root .fa-edit, .wpc-scope-47 .tc-wp-tool-root .fa-eye, .wpc-scope-47 .tc-wp-tool-root .fa-facebook, .wpc-scope-47 .tc-wp-tool-root .fa-film, .wpc-scope-47 .tc-wp-tool-root .fa-heart, .wpc-scope-47 .tc-wp-tool-root .fa-images, .wpc-scope-47 .tc-wp-tool-root .fa-link, .wpc-scope-47 .tc-wp-tool-root .fa-newspaper, .wpc-scope-47 .tc-wp-tool-root .fa-play, .wpc-scope-47 .tc-wp-tool-root .fa-play-circle, .wpc-scope-47 .tc-wp-tool-root .fa-search, .wpc-scope-47 .tc-wp-tool-root .fa-share, .wpc-scope-47 .tc-wp-tool-root .fa-times, .wpc-scope-47 .tc-wp-tool-root .fa-user, .wpc-scope-47 .tc-wp-tool-root .fa-users, .wpc-scope-47 .tc-wp-tool-root .fa-video{
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-47 .tc-wp-tool-root .\$\{profileData\.basicInfo\.isVerified,
.\? {
    display: inline-flex;
}

@keyframes meshFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    33% {
        transform: translateY(-20px) rotate(1deg) scale(1.02);
    }
    66% {
        transform: translateY(10px) rotate(-1deg) scale(0.98);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(2deg);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-40px) scale(0.96);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.98);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.96) translateY(16px);
        filter: blur(3px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter: blur(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(32px) scale(0.96);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes shimmer {
    0%, 100% {
        opacity: 0.55;
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1.18);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.75;
    }
    50% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes loadingShimmer {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes skeleton-shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-14px);
    }
    60% {
        transform: translateY(-7px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-7px);
    }
    75% {
        transform: translateX(7px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-24px) scale(0.9);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.9);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--gray-100);
    border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border: 2px solid var(--gray-100);
    border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gradient-secondary);
}

::selection {
    background: var(--primary-200);
    color: var(--primary-900);
}

:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .fb-viewer-wrapper .fb-container {
        padding: var(--space-6);
    }

    .search-section,
    .group-details,
    .profile-info-section {
        padding: var(--space-8);
    }

    .video-grid,
    .videos-grid-skeleton,
    .reels-grid-skeleton,
    .video-grid[style*="grid-template-columns: repeat(3, 1fr)"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .fb-photomodal-content {
        max-width: 95vw;
    }

    .fb-photomodal-image {
        width: 58vw;
        max-width: 95vw;
        max-height: 60vh;
    }
}

@media (max-width: 992px) {
    .search-section {
        padding: var(--space-10) var(--space-8);
    }

    .search-section .hero-logo {
        width: 55px;
        height: 55px;
    }

    .search-section .hero-logo .fab {
        font-size: 24px;
    }

    .search-section .hero-title {
        font-size: 22px !important;
    }

    .input-group {
        flex-direction: column !important;
        gap: var(--space-4) !important;
    }

    .analyze-btn {
        width: 100% !important;
    }

    .search-examples,
    .search-section .hero-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--space-3);
        max-width: 100%;
    }

    .example-item,
    .search-section .hero-feature-btn {
        width: 100%;
        justify-content: flex-start;
    }

    .content-header {
        margin-bottom: var(--space-6);
        padding-bottom: var(--space-3);
    }

    .content-title h2,
    .content-subtitle {
        font-size: var(--text-2xl);
    }

    .content-title i {
        width: 42px;
        height: 42px;
        font-size: var(--text-lg);
    }

    .fb-photooverlay,
    .video-overlay {
        opacity: 1 !important;
        visibility: visible !important;
        background: linear-gradient(to top, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.42) 50%, transparent 100%) !important;
    }

    .fb-photoaction-btn,
    .video-action-btn {
        min-width: 50px !important;
        min-height: 50px !important;
        padding: var(--space-4) !important;
        border: 2px solid rgba(255, 255, 255, 0.4) !important;
        background: rgba(255, 255, 255, 0.3) !important;
        font-size: var(--text-xl) !important;
        backdrop-filter: blur(15px) !important;
    }
}

@media (max-width: 768px) {
    .fb-viewer-wrapper {
        padding: var(--space-6) 0;
    }

    .fb-viewer-wrapper .fb-container {
        padding: var(--space-4);
    }

    .hero-content {
        margin-bottom: var(--space-8);
    }

    .hero-title {
        font-size: var(--text-4xl) !important;
    }

    .search-section {
        padding: var(--space-8) var(--space-5);
        margin-bottom: var(--space-12);
        border-radius: var(--radius-3xl);
    }

    .search-section .hero-content {
        margin-bottom: var(--space-8);
    }

    .search-section .hero-logo {
        width: 50px;
        height: 50px;
        margin-bottom: var(--space-4);
    }

    .search-section .hero-title {
        font-size: 20px !important;
        margin-bottom: var(--space-3);
    }

    .search-section .hero-intro,
    .search-header .search-header-intro {
        font-size: var(--text-sm);
    }

    .url-input {
        min-height: 54px;
        padding: 12px 12px 12px 45px !important;
        font-size: var(--text-sm) !important;
    }

    .input-icon {
        left: var(--space-4);
    }

    .analyze-btn {
        min-height: 54px;
        padding: 12px var(--space-6) !important;
        font-size: var(--text-sm) !important;
    }

    .tab-list,
    .profile-nav-tabs {
        flex-direction: column;
    }

    .tab-btn,
    .nav-tab {
        justify-content: flex-start;
    }

    .media-grid,
    .video-grid,
    .videos-grid-skeleton,
    .reels-grid-skeleton,
    .video-grid[style*="grid-template-columns: repeat(3, 1fr)"] {
        grid-template-columns: 1fr !important;
    }

    .stats-grid,
    .summary-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .download-actions {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .download-btn {
        min-width: 140px;
        padding: var(--space-3) var(--space-6);
    }

    .group-cover,
    .cover-section {
        height: 250px;
    }

    .profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: -60px;
        gap: var(--space-4);
    }

    .profile-details {
        margin-top: var(--space-4);
    }

    .profile-stats,
    .profile-actions {
        justify-content: center;
    }

    .about-grid,
    .photos-grid {
        grid-template-columns: 1fr;
    }

    .content-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-3);
        margin-bottom: var(--space-4);
    }

    .content-title,
    .content-stats {
        width: 100%;
    }

    .content-title h2,
    .content-subtitle {
        font-size: var(--text-xl);
    }

    .content-title i {
        width: 40px;
        height: 40px;
        font-size: var(--text-base);
    }

    .fb-photomodal-content {
        flex-direction: column;
        width: min(94vw, 720px);
    }

    .fb-photomodal-image {
        width: 100%;
        max-width: 100%;
        max-height: 52vh;
    }

    .fb-photomodal-info {
        width: 100%;
        padding: var(--space-5);
    }

    .fb-photooverlay,
    .video-overlay {
        padding-bottom: var(--space-3) !important;
    }

    .fb-photoaction-btn,
    .video-action-btn {
        min-width: 45px !important;
        min-height: 45px !important;
        padding: var(--space-3) !important;
        font-size: var(--text-lg) !important;
    }
}

@media (max-width: 600px) {
    .fb-viewer-wrapper .fb-container {
        padding: var(--space-3);
    }

    .search-section {
        padding: var(--space-6) var(--space-4);
    }

    .search-section .hero-logo {
        width: 45px;
        height: 45px;
    }

    .search-section .hero-logo .fab {
        font-size: 20px;
    }

    .search-section .hero-title {
        font-size: 18px !important;
    }

    .search-section .hero-features {
        grid-template-columns: 1fr;
        gap: var(--space-2);
    }

    .search-header .search-header-title {
        font-size: var(--text-base);
    }

    .search-header .search-header-intro,
    .hero-intro {
        font-size: var(--text-sm);
    }

    .url-input {
        padding: 10px 10px 10px 40px !important;
        font-size: var(--text-xs) !important;
    }

    .analyze-btn {
        padding: 10px var(--space-4) !important;
        font-size: var(--text-xs) !important;
    }

    .stats-grid,
    .summary-stats,
    .fb-photomodal-stats {
        grid-template-columns: 1fr;
    }

    .download-actions,
    .video-actions-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .group-details,
    .profile-info-section,
    .tab-content {
        padding: var(--space-5);
    }

    .profile-picture {
        width: 120px;
        height: 120px;
    }

    .profile-name {
        font-size: var(--text-2xl);
    }

    .video-thumbnail,
    .video-card video,
    .video-card .video-player,
    .video-thumbnail-skeleton,
    .reel-thumbnail-skeleton {
        height: 260px;
    }

    .download-progress-modal {
        padding: var(--space-6);
    }

    .fb-photooverlay,
    .video-overlay {
        padding-bottom: var(--space-2) !important;
    }

    .fb-photoaction-btn,
    .video-action-btn {
        min-width: 40px !important;
        min-height: 40px !important;
        padding: var(--space-2) !important;
        font-size: var(--text-base) !important;
    }

    .content-title h2,
    .content-subtitle {
        font-size: var(--text-lg);
    }

    .content-title i {
        width: 36px;
        height: 36px;
        font-size: var(--text-sm);
    }
}

@media (max-width: 400px) {
    .search-section {
        padding: var(--space-4) var(--space-3);
    }

    .search-section .hero-logo {
        width: 40px;
        height: 40px;
    }

    .search-section .hero-logo .fab {
        font-size: 18px;
    }

    .search-section .hero-title {
        font-size: 16px !important;
    }

    .example-item,
    .search-section .hero-feature-btn {
        padding: var(--space-2);
        font-size: var(--text-xs);
    }

    .url-input {
        padding: 8px 8px 8px 35px !important;
    }

    .analyze-btn {
        padding: 8px var(--space-3) !important;
    }

    .content-title h2,
    .content-subtitle {
        font-size: var(--text-base);
    }

    .content-title i {
        width: 32px;
        height: 32px;
        font-size: var(--text-xs);
    }

    .fb-photoaction-btn,
    .video-action-btn {
        min-width: 35px !important;
        min-height: 35px !important;
        padding: var(--space-1) !important;
        font-size: var(--text-sm) !important;
    }
}

@media (max-width: 375px) {
    .fb-viewer-wrapper .fb-container {
        padding: var(--space-2);
    }

    .search-section {
        padding: var(--space-3) var(--space-2);
        border-radius: var(--radius-2xl);
    }

    .search-section .hero-logo {
        width: 35px;
        height: 35px;
        margin-bottom: var(--space-2);
    }

    .search-section .hero-logo .fab {
        font-size: 16px;
    }

    .search-section .hero-title {
        font-size: 14px !important;
        white-space: normal;
    }

    .search-section .hero-intro,
    .search-header .search-header-intro {
        font-size: 0.7rem;
    }

    .url-input {
        padding: 6px 6px 6px 30px !important;
        font-size: 0.7rem !important;
    }

    .analyze-btn {
        padding: 6px var(--space-2) !important;
        font-size: 0.7rem !important;
    }

    .content-header {
        margin-bottom: var(--space-3);
        padding-bottom: var(--space-2);
    }

    .content-title h2,
    .content-subtitle {
        font-size: 0.9rem;
    }

    .content-title i {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }

    .stat-item {
        font-size: 0.65rem;
    }

    .fb-photoaction-btn,
    .video-action-btn {
        min-width: 32px !important;
        min-height: 32px !important;
        padding: 6px !important;
        font-size: var(--text-xs) !important;
    }
}

/* 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;
}