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

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

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-18 .tc-wp-tool-root img, .wpc-scope-18 .tc-wp-tool-root video, .wpc-scope-18 .tc-wp-tool-root svg, .wpc-scope-18 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper{
            font-family: 'Inter', sans-serif;
            background: #1a202c;
            background-image:
                linear-gradient(135deg, #1a202c 0%, #2d3748 100%),
                radial-gradient(circle at 20% 80%, rgba(66, 153, 225, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(159, 122, 234, 0.1) 0%, transparent 50%);
            min-height: 100vh;
            line-height: 1.6;
            color: #e2e8f0;
            overflow-x: hidden;
        }.wpc-scope-18 .tc-wp-tool-root{
            --primary-color: #4299e1;
            --primary-light: #63b3ed;
            --primary-dark: #3182ce;
            --secondary-color: #9f7aea;
            --secondary-light: #b794f4;
            --secondary-dark: #805ad5;
            --accent-color: #48bb78;
            --accent-light: #68d391;
            --accent-dark: #38a169;
            --warning-color: #ed8936;
            --warning-light: #f6ad55;
            --danger-color: #f56565;
            --danger-light: #fc8181;
            --success-color: #48bb78;
            --success-light: #68d391;
            --bg-primary: #2d3748;
            --bg-secondary: #2b3548;
            --bg-tertiary: #1a202c;
            --bg-card: #2d3748;
            --glass-bg: rgba(66, 153, 225, 0.1);
            --glass-border: rgba(66, 153, 225, 0.2);
            --text-primary: #e2e8f0;
            --text-secondary: #a0aec0;
            --text-muted: #718096;
            --text-accent: #4299e1;
            --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.2);
            --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
            --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.4);
            --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.5);
            --gradient-primary: linear-gradient(135deg, #4299e1 0%, #9f7aea 100%);
            --gradient-secondary: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
            --gradient-accent: linear-gradient(135deg, #ed8936 0%, #f56565 100%);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-container{
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px;
            position: relative;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-header{
            text-align: center;
            margin-bottom: 40px;
            padding: 40px 0;
            animation: slideInDown 1s ease-out;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 25px;
            flex-wrap: wrap;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo-icon{
            width: 80px;
            height: 80px;
            background: var(--gradient-primary);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 36px;
            font-weight: 800;
            box-shadow: var(--shadow-lg);
            animation: float 3s ease-in-out infinite;
            position: relative;
            overflow: hidden;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo-icon::before{
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transform: rotate(45deg);
            animation: shine 3s infinite;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge{
            background: var(--gradient-secondary);
            color: white;
            padding: 8px 16px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 700;
            box-shadow: var(--shadow-md);
            animation: pulse 2s infinite;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo-text{
            font-size: clamp(2.5rem, 6vw, 4rem);
            font-weight: 900;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -1px;
            text-shadow: 0 0 30px rgba(66, 153, 225, 0.5);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-subtitle{
            color: var(--text-secondary);
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-features-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-card{
            background: var(--bg-card);
            border: 1px solid var(--glass-border);
            padding: 15px;
            border-radius: 16px;
            text-align: center;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-card::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(66, 153, 225, 0.1), transparent);
            transition: left 0.5s;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-card:hover::before{
            left: 100%;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-card:hover{
            transform: translateY(-5px);
            box-shadow: var(--shadow-lg);
            border-color: var(--primary-color);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-icon{
            width: 40px;
            height: 40px;
            background: var(--gradient-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
            font-size: 20px;
            color: white;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-title{
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 8px;
            font-size: 14px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-container{
            background: var(--bg-card);
            border: 1px solid var(--glass-border);
            padding: 30px;
            border-radius: 24px;
            box-shadow: var(--shadow-xl);
            margin-bottom: 40px;
            animation: slideInUp 1s ease-out 0.2s both;
            position: relative;
            overflow: hidden;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-container::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-primary);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-form{
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            position: relative;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-input{
            flex: 1 !important;
            padding: 15px 20px !important;
            border: 2px solid var(--bg-tertiary) !important;
            border-radius: 16px !important;
            font-size: 14px !important;
            font-weight: 500 !important;
            background: var(--bg-primary) !important;
            transition: all 0.3s ease !important;
            outline: none !important;
            color: var(--text-primary) !important;
            font-family: inherit !important;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-input:focus{
            border-color: var(--primary-color);
            box-shadow: 0 0 0 4px rgba(66, 153, 225, 0.2);
            transform: translateY(-2px);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-input::placeholder{
            color: var(--text-muted);
            font-weight: 400;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn{
            padding: 15px 30px;
            background: var(--gradient-primary);
            color: white;
            border: none;
            border-radius: 16px;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            min-width: 150px;
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-md);
            font-family: inherit;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn:hover::before{
            left: 100%;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn:hover:not(:disabled){
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-info{
            background: var(--bg-card);
            border: 1px solid var(--glass-border);
            padding: 30px;
            border-radius: 24px;
            box-shadow: var(--shadow-xl);
            margin-bottom: 40px;
            display: none;
            animation: slideInDown 0.8s ease-out;
            position: relative;
            overflow: hidden;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-info::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-secondary);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-header{
            display: flex;
            align-items: center;
            gap: 25px;
            margin-bottom: 25px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-avatar{
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: var(--gradient-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: white;
            font-weight: 900;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-avatar::before{
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transform: rotate(45deg);
            animation: shine 4s infinite;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-details h2{
            font-size: 2rem;
            color: var(--text-primary);
            margin-bottom: 8px;
            font-weight: 900;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-description{
            color: var(--text-secondary);
            font-size: 16px;
            font-weight: 500;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-stats{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin-top: 25px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-card{
            background: var(--bg-secondary);
            border: 1px solid var(--glass-border);
            padding: 20px;
            border-radius: 20px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-card::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--gradient-accent);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-card:hover{
            transform: translateY(-5px);
            box-shadow: var(--shadow-md);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-number{
            font-size: 1.8rem;
            font-weight: 900;
            color: var(--primary-color);
            margin-bottom: 6px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-label{
            font-size: 0.9rem;
            color: var(--text-secondary);
            font-weight: 600;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-posts-section{
            display: none;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-section-title{
            color: var(--text-primary);
            font-size: 2rem;
            font-weight: 900;
            margin-bottom: 30px;
            text-align: center;
            background: var(--bg-card);
            border: 1px solid var(--glass-border);
            padding: 20px;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-md);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-section-title::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-accent);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-posts-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 25px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-card{
            background: var(--bg-card);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            padding: 20px;
            box-shadow: var(--shadow-xl);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            animation: slideUp 0.6s ease forwards;
            display: flex;
            flex-direction: column;
            height: 100%;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-card::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-primary);
            border-radius: 20px 20px 0 0;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-card:hover{
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
            border-color: var(--primary-color);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-header{
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--bg-tertiary);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-subreddit-info{
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-subreddit-badge{
            background: var(--gradient-primary);
            color: white;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            box-shadow: var(--shadow-sm);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-type{
            background: var(--gradient-secondary);
            color: white;
            padding: 4px 10px;
            border-radius: 15px;
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: capitalize;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-meta{
            font-size: 0.8rem;
            color: var(--text-muted);
            font-weight: 500;
            text-align: right;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-badges{
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 15px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge{
            padding: 4px 10px;
            border-radius: 12px;
            font-size: 0.7rem;
            font-weight: 600;
            color: white;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.admin{
            background: var(--gradient-accent);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.stickied{
            background: var(--gradient-secondary);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.archived{
            background: linear-gradient(135deg, #4a5568, #2d3748);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.locked{
            background: var(--gradient-accent);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.nsfw{
            background: linear-gradient(135deg, #9f7aea, #805ad5);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-title{
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: var(--text-primary);
            line-height: 1.4;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-content{
            margin-bottom: 20px;
            flex-grow: 1;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-text{
            color: var(--text-secondary);
            line-height: 1.6;
            margin-bottom: 15px;
            font-weight: 400;
            font-size: 14px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-media-container{
            margin: 15px 0;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            box-shadow: var(--shadow-md);
            background: #000;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-image-preview{
            width: 100%;
            max-height: 300px;
            object-fit: cover;
            cursor: pointer;
            transition: transform 0.3s ease;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-image-preview:hover{
            transform: scale(1.02);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-container{
            position: relative;
            width: 100%;
            background: #000;
            border-radius: 16px;
            overflow: hidden;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-player{
            width: 100%;
            height: 250px;
            border-radius: 16px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-media-controls{
            display: flex;
            gap: 10px;
            margin-top: 15px;
            flex-wrap: wrap;
            align-items: center;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn{
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 18px;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            font-size: 0.9rem;
            font-weight: 600;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-family: inherit;
            position: relative;
            overflow: hidden;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn:hover::before{
            left: 100%;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stream-audio-btn{
            background: var(--gradient-secondary);
            color: white;
            box-shadow: var(--shadow-md);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stream-audio-btn:hover{
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stream-audio-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stream-audio-btn.loading{
            background: linear-gradient(135deg, #4a5568, #2d3748);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-btn{
            background: var(--gradient-accent);
            color: white;
            box-shadow: var(--shadow-md);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-btn:hover{
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-btn:disabled{
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-btn.downloading{
            background: var(--gradient-primary);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-external-link{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--gradient-primary);
            color: white;
            padding: 10px 18px;
            border-radius: 12px;
            text-decoration: none;
            margin-top: 15px;
            transition: all 0.3s ease;
            font-weight: 600;
            box-shadow: var(--shadow-sm);
            font-size: 0.9rem;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-external-link:hover{
            transform: translateY(-3px);
            box-shadow: var(--shadow-md);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-stats{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            margin-top: auto;
            padding-top: 15px;
            border-top: 2px solid var(--bg-tertiary);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-item{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            padding: 12px;
            background: var(--bg-secondary);
            border: 1px solid var(--glass-border);
            border-radius: 15px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-item::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: var(--gradient-accent);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-item:hover{
            transform: translateY(-3px);
            box-shadow: var(--shadow-sm);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-value{
            font-weight: 900;
            font-size: 1.2rem;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-label{
            font-size: 0.8rem;
            color: var(--text-muted);
            font-weight: 600;
            text-transform: capitalize;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-upvotes .reddit-explorer-stat-value{
            color: var(--primary-color);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-comments .reddit-explorer-stat-value{
            color: var(--secondary-color);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-loading{
            text-align: center;
            padding: 40px;
            color: var(--text-primary);
            font-size: 1.1rem;
            display: none;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-spinner{
            border: 4px solid var(--bg-tertiary);
            border-top: 4px solid var(--primary-color);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin 1s linear infinite;
            margin: 20px auto;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-error-message{
            background: rgba(245, 101, 101, 0.2);
            border: 1px solid rgba(245, 101, 101, 0.3);
            color: var(--danger-color);
            padding: 20px;
            border-radius: 16px;
            text-align: center;
            margin: 20px 0;
            font-weight: 600;
            display: none;
            font-size: 14px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-modal{
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.95);
            animation: fadeIn 0.3s ease;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-modal-content{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 90%;
            max-height: 90%;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-modal img{
            width: 100%;
            height: auto;
            border-radius: 20px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-close{
            position: absolute;
            top: 20px;
            right: 40px;
            color: #f1f1f1;
            font-size: 45px;
            font-weight: bold;
            cursor: pointer;
            z-index: 1001;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-close:hover{
            color: var(--primary-color);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-progress{
            position: fixed;
            bottom: 25px;
            right: 25px;
            background: var(--bg-card);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            padding: 25px;
            min-width: 350px;
            box-shadow: var(--shadow-xl);
            z-index: 1000;
            display: none;
            color: var(--text-primary);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-progress.show{
            display: block;
            animation: slideInRight 0.4s ease-out;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-text{
            font-weight: 700;
            font-size: 14px;
            color: var(--text-primary);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-cancel-btn{
            background: rgba(245, 101, 101, 0.2);
            border: 1px solid rgba(245, 101, 101, 0.3);
            color: var(--danger-color);
            padding: 8px 16px;
            border-radius: 8px;
            font-size: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-cancel-btn:hover{
            background: rgba(245, 101, 101, 0.3);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-bar-container{
            width: 100%;
            height: 12px;
            background: var(--bg-tertiary);
            border-radius: 6px;
            overflow: hidden;
            margin-bottom: 12px;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-bar-fill{
            height: 100%;
            background: var(--gradient-primary);
            border-radius: 6px;
            width: 0%;
            transition: width 0.3s ease;
            box-shadow: 0 2px 8px rgba(66, 153, 225, 0.6);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-details{
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            color: var(--text-secondary);
            font-weight: 500;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-expand-btn{
            background: var(--gradient-primary);
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 12px;
            cursor: pointer;
            font-size: 0.8rem;
            font-weight: 600;
            margin-top: 10px;
            transition: all 0.3s ease;
            font-family: inherit;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-expand-btn:hover{
            transform: translateY(-2px);
            box-shadow: var(--shadow-sm);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-play-overlay{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.7);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            color: white;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 5;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-play-overlay:hover{
            background: rgba(0, 0, 0, 0.9);
            transform: translate(-50%, -50%) scale(1.1);
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-play-overlay.hidden{
            display: none;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-new-search-btn{
            background: var(--gradient-accent) !important;
            min-width: 130px;
        }@keyframes float{

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

            50% {
                transform: translateY(-10px) scale(1.02);
            }
        }@keyframes shine{
            0% {
                transform: translateX(-100%) translateY(-100%) rotate(45deg);
            }

            100% {
                transform: translateX(100%) translateY(100%) rotate(45deg);
            }
        }@keyframes slideInDown{
            from {
                opacity: 0;
                transform: translateY(-30px);
            }

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

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }@keyframes slideInRight{
            from {
                opacity: 0;
                transform: translateX(100%);
            }

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

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

            100% {
                transform: rotate(360deg);
            }
        }@keyframes pulse{

            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.05);
            }
        }@keyframes fadeIn{
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-loading-overlay{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: white;
            font-weight: 600;
            z-index: 10;
        }.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-loading-spinner{
            width: 30px;
            height: 30px;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-top: 3px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-bottom: 10px;
        }@media (max-width: 1200px){.tc-wp-tool-root .reddit-explorer-posts-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .reddit-explorer-features-grid{
                grid-template-columns: repeat(2, 1fr);
            }}@media (max-width: 992px){.tc-wp-tool-root .reddit-explorer-logo-text{
                font-size: 2.5rem;
            }.tc-wp-tool-root .reddit-explorer-section-title{
                font-size: 1.8rem;
            }.tc-wp-tool-root .reddit-explorer-post-title{
                font-size: 1.2rem;
            }.tc-wp-tool-root .reddit-explorer-search-form{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;
    flex-direction: column !important;
}}@media (max-width: 768px){.tc-wp-tool-root .reddit-explorer-features-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .reddit-explorer-user-stats{
                grid-template-columns: repeat(2, 1fr);
            }.tc-wp-tool-root .reddit-explorer-post-stats{
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
            }.tc-wp-tool-root .reddit-explorer-media-controls{
                flex-direction: column;
            }.tc-wp-tool-root .reddit-explorer-control-btn{
                width: 100%;
                justify-content: center;
            }.tc-wp-tool-root .reddit-explorer-search-form{
                flex-direction: column;
            }.tc-wp-tool-root .reddit-explorer-logo-text{
                font-size: 2rem;
            }.tc-wp-tool-root .reddit-explorer-subtitle{
                font-size: 16px;
            }.tc-wp-tool-root .reddit-explorer-section-title{
                font-size: 1.6rem;
            }.tc-wp-tool-root .reddit-explorer-post-title{
                font-size: 1.1rem;
            }.tc-wp-tool-root .reddit-explorer-search-form{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;
    flex-direction: column !important;
}.tc-wp-tool-root .reddit-explorer-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 25px;
	flex-wrap: wrap;
	margin-top: 30px;
}}@media (max-width: 600px){.tc-wp-tool-root .reddit-explorer-container{
                padding: 15px;
            }.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card{
                padding: 20px;
            }.tc-wp-tool-root .reddit-explorer-posts-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .reddit-explorer-logo-icon{
                width: 60px;
                height: 60px;
                font-size: 28px;
            }.tc-wp-tool-root .reddit-explorer-user-avatar{
                width: 60px;
                height: 60px;
                font-size: 2rem;
            }.tc-wp-tool-root .reddit-explorer-logo-text{
                font-size: 1.8rem;
            }.tc-wp-tool-root .reddit-explorer-subtitle{
                font-size: 14px;
            }.tc-wp-tool-root .reddit-explorer-section-title{
                font-size: 1.4rem;
            }.tc-wp-tool-root .reddit-explorer-post-title{
                font-size: 1rem;
            }.tc-wp-tool-root .reddit-explorer-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 25px;
	flex-wrap: wrap;
	margin-top: 30px;
}}@media (max-width: 480px){.tc-wp-tool-root .reddit-explorer-post-stats{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .reddit-explorer-user-stats{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .reddit-explorer-container{
                padding: 10px;
            }.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card{
                padding: 15px;
            }.tc-wp-tool-root .reddit-explorer-logo-icon{
                width: 50px;
                height: 50px;
                font-size: 24px;
            }.tc-wp-tool-root .reddit-explorer-user-avatar{
                width: 50px;
                height: 50px;
                font-size: 1.8rem;
            }.tc-wp-tool-root .reddit-explorer-logo-text{
                font-size: 1.6rem;
            }.tc-wp-tool-root .reddit-explorer-subtitle{
                font-size: 13px;
            }.tc-wp-tool-root .reddit-explorer-section-title{
                font-size: 1.2rem;
            }.tc-wp-tool-root .reddit-explorer-post-title{
                font-size: 0.9rem;
            }.tc-wp-tool-root .reddit-explorer-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 25px;
	flex-wrap: wrap;
	margin-top: 30px;
}}@media (max-width: 400px){.tc-wp-tool-root .reddit-explorer-container{
                padding: 8px;
            }.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card{
                padding: 12px;
            }.tc-wp-tool-root .reddit-explorer-logo-icon{
                width: 45px;
                height: 45px;
                font-size: 22px;
            }.tc-wp-tool-root .reddit-explorer-user-avatar{
                width: 45px;
                height: 45px;
                font-size: 1.6rem;
            }.tc-wp-tool-root .reddit-explorer-logo-text{
                font-size: 1.4rem;
            }.tc-wp-tool-root .reddit-explorer-subtitle{
                font-size: 12px;
            }.tc-wp-tool-root .reddit-explorer-section-title{
                font-size: 1.1rem;
            }.tc-wp-tool-root .reddit-explorer-post-title{
                font-size: 0.85rem;
            }.tc-wp-tool-root .reddit-explorer-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 25px;
	flex-wrap: wrap;
	margin-top: 30px;
}}@media (max-width: 375px){.tc-wp-tool-root .reddit-explorer-container{
                padding: 5px;
            }.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card{
                padding: 10px;
            }.tc-wp-tool-root .reddit-explorer-logo-icon{
                width: 40px;
                height: 40px;
                font-size: 20px;
            }.tc-wp-tool-root .reddit-explorer-user-avatar{
                width: 40px;
                height: 40px;
                font-size: 1.4rem;
            }.tc-wp-tool-root .reddit-explorer-logo-text{
                font-size: 1.2rem;
            }.tc-wp-tool-root .reddit-explorer-subtitle{
                font-size: 11px;
            }.tc-wp-tool-root .reddit-explorer-section-title{
                font-size: 1rem;
            }.tc-wp-tool-root .reddit-explorer-post-title{
                font-size: 0.8rem;
            }.tc-wp-tool-root .reddit-explorer-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 25px;
	flex-wrap: wrap;
	margin-top: 30px;
}}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper{
    --primary-color: #4f8cff;
    --primary-light: #75a7ff;
    --primary-dark: #2f6fec;
    --secondary-color: #a855f7;
    --secondary-light: #c084fc;
    --secondary-dark: #7e22ce;
    --accent-color: #10b981;
    --accent-light: #34d399;
    --accent-dark: #059669;
    --warning-color: #f59e0b;
    --warning-light: #fbbf24;
    --danger-color: #ef4444;
    --danger-light: #fb7185;
    --success-color: #10b981;
    --success-light: #6ee7b7;
    --bg-primary: #101827;
    --bg-secondary: #172235;
    --bg-tertiary: #07111f;
    --bg-card: rgba(18, 28, 46, 0.78);
    --glass-bg: rgba(255, 255, 255, 0.07);
    --glass-border: rgba(148, 163, 184, 0.22);
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --text-accent: #93c5fd;
    --shadow-sm: 0 8px 18px rgba(2, 8, 23, 0.18);
    --shadow-md: 0 16px 34px rgba(2, 8, 23, 0.24);
    --shadow-lg: 0 24px 56px rgba(2, 8, 23, 0.34);
    --shadow-xl: 0 34px 80px rgba(2, 8, 23, 0.45);
    --gradient-primary: linear-gradient(135deg, #38bdf8 0%, #6366f1 52%, #a855f7 100%);
    --gradient-secondary: linear-gradient(135deg, #14b8a6 0%, #22c55e 100%);
    --gradient-accent: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    position: relative;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 12% 8%, rgba(79, 140, 255, 0.22), transparent 34%),
        radial-gradient(circle at 88% 20%, rgba(168, 85, 247, 0.18), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(16, 185, 129, 0.1), transparent 34%),
        linear-gradient(135deg, #07111f 0%, #111827 48%, #172033 100%);
    min-height: 100vh;
    line-height: 1.6;
    color: var(--text-primary);
    overflow-x: hidden;
    isolation: isolate;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-container{
    max-width: 1380px;
    margin: 0 auto;
    padding: clamp(18px, 3vw, 34px);
    position: relative;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-header{
    text-align: center;
    margin-bottom: clamp(28px, 4vw, 52px);
    padding: clamp(30px, 6vw, 70px) 0 clamp(16px, 3vw, 34px);
    animation: slideInDown 0.8s ease-out;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2vw, 24px);
    margin-bottom: 22px;
    flex-wrap: wrap;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo-icon{
    width: clamp(58px, 8vw, 88px);
    height: clamp(58px, 8vw, 88px);
    background: var(--gradient-primary);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    box-shadow: 0 18px 44px rgba(79, 140, 255, 0.34);
    animation: float 3.5s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo-icon::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-card::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-avatar::before{
    content: "";
    position: absolute;
    top: -60%;
    left: -70%;
    width: 220%;
    height: 220%;
    background: linear-gradient(45deg, transparent 35%, rgba(255, 255, 255, 0.22), transparent 65%);
    transform: rotate(45deg);
    transition: transform 0.7s ease, left 0.7s ease;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo-icon::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-avatar::before{
    animation: shine 4s infinite;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-logo-text{
    max-width: 980px;
    font-size: clamp(2rem, 5.6vw, 4.15rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #bfdbfe 35%, #c4b5fd 72%, #f0abfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    line-height: 1.04;
    text-shadow: 0 0 42px rgba(99, 102, 241, 0.26);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-subtitle{
    color: var(--text-secondary);
    font-size: clamp(15px, 1.7vw, 19px);
    font-weight: 500;
    margin: 0 auto 32px;
    max-width: 720px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-features-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: clamp(28px, 4vw, 46px);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-card{
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 18px 16px;
    border-radius: 18px;
    text-align: center;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(16px);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(117, 167, 255, 0.58);
    background: rgba(255, 255, 255, 0.095);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-card:hover::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn:hover::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn:hover::before{
    left: 30%;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-icon{
    width: 44px;
    height: 44px;
    background: var(--gradient-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 20px;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(79, 140, 255, 0.24);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-feature-title{
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 0;
    font-size: 14px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-container, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-info, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-card, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-section-title, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-progress{
    background: var(--bg-card);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-xl);
    backdrop-filter: blur(18px);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-container{
    padding: clamp(22px, 3vw, 34px);
    border-radius: 26px;
    margin-bottom: 40px;
    animation: slideInUp 0.8s ease-out 0.12s both;
    position: relative;
    overflow: hidden;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-container::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-info::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-section-title::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-card::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: var(--gradient-primary);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-form{
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    position: relative;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-input{
    flex: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    border-radius: 16px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background: rgba(2, 8, 23, 0.38) !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease !important;
    outline: none !important;
    color: var(--text-primary) !important;
    font-family: inherit !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-input:focus{
    border-color: var(--primary-light) !important;
    box-shadow: 0 0 0 4px rgba(79, 140, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    background: rgba(15, 23, 42, 0.72) !important;
    transform: translateY(-1px);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-input::placeholder{
    color: var(--text-muted);
    font-weight: 500;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-expand-btn, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-external-link, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-cancel-btn{
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn{
    padding: 15px 28px;
    background: var(--gradient-primary);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    min-width: 150px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(79, 140, 255, 0.28);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn:hover:not(:disabled), .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn:hover, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-expand-btn:hover, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-external-link:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    filter: saturate(1.06) brightness(1.04);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn:active:not(:disabled), .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn:active, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-expand-btn:active, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-external-link:active{
    transform: translateY(-1px) scale(0.99);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn:focus-visible, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn:focus-visible, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-expand-btn:focus-visible, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-cancel-btn:focus-visible, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-close:focus-visible, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-external-link:focus-visible{
    outline: 3px solid rgba(147, 197, 253, 0.7);
    outline-offset: 3px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-search-btn:disabled, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stream-audio-btn:disabled, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(0.15);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-new-search-btn{
    background: var(--gradient-accent) !important;
    min-width: 130px;
    box-shadow: 0 16px 34px rgba(245, 158, 11, 0.22);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-loading{
    text-align: center;
    padding: 36px 20px;
    color: var(--text-primary);
    font-size: 1.05rem;
    display: none;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-loading p{
    color: var(--text-secondary);
    font-weight: 700;
    margin-top: 12px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-spinner{
    border: 4px solid rgba(148, 163, 184, 0.18);
    border-top: 4px solid var(--primary-light);
    border-right-color: var(--secondary-light);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.85s linear infinite;
    margin: 20px auto;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-error-message{
    background: rgba(239, 68, 68, 0.13);
    border: 1px solid rgba(248, 113, 113, 0.38);
    color: #fecaca;
    padding: 18px 20px;
    border-radius: 16px;
    text-align: center;
    margin: 20px 0 0;
    font-weight: 700;
    display: none;
    font-size: 14px;
    box-shadow: 0 14px 34px rgba(127, 29, 29, 0.18);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-info{
    padding: clamp(22px, 3vw, 34px);
    border-radius: 26px;
    margin-bottom: 40px;
    display: none;
    animation: slideInDown 0.7s ease-out;
    position: relative;
    overflow: hidden;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-info::before{
    background: var(--gradient-secondary);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-header{
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 25px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-avatar{
    width: 82px;
    height: 82px;
    flex: 0 0 auto;
    border-radius: 24px;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.35rem;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 18px 44px rgba(79, 140, 255, 0.28);
    position: relative;
    overflow: hidden;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-details{
    min-width: 0;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-details h2{
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    color: var(--text-primary);
    margin-bottom: 6px;
    font-weight: 900;
    line-height: 1.15;
    overflow-wrap: anywhere;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-description{
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 600;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-user-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin-top: 24px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-card, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-item{
    background: rgba(15, 23, 42, 0.58);
    border: 1px solid var(--glass-border);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-card{
    padding: 20px;
    border-radius: 18px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-card::before, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-item::before{
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-accent);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-card:hover, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-item:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(117, 167, 255, 0.42);
    background: rgba(30, 41, 59, 0.68);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-number{
    font-size: 1.85rem;
    font-weight: 900;
    color: var(--primary-light);
    margin-bottom: 4px;
    line-height: 1.1;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-label{
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: capitalize;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-posts-section{
    display: none;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-section-title{
    color: var(--text-primary);
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 900;
    margin-bottom: 28px;
    text-align: center;
    padding: 20px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-section-title::before{
    background: var(--gradient-accent);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-posts-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
    gap: 22px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-card{
    border-radius: 22px;
    padding: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: slideUp 0.55s ease forwards;
    display: flex;
    flex-direction: column;
    height: 100%;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 64px rgba(2, 8, 23, 0.52);
    border-color: rgba(117, 167, 255, 0.5);
    background: rgba(18, 28, 46, 0.9);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-subreddit-info{
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    min-width: 0;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-subreddit-badge, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-type, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge{
    color: #ffffff;
    box-shadow: var(--shadow-sm);
    white-space: nowrap;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-subreddit-badge{
    background: var(--gradient-primary);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-type{
    background: var(--gradient-secondary);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: capitalize;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-meta{
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 600;
    text-align: right;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-badges{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-secondary);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.admin, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.locked{
    background: var(--gradient-accent);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.stickied{
    background: var(--gradient-secondary);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.archived{
    background: linear-gradient(135deg, #64748b, #334155);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-badge.nsfw{
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .admin, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .archived, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .locked, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .nsfw, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .stickied, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .loading, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .downloading, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .show, .wpc-scope-18 .tc-wp-tool-root .reddit-explorer-wrapper .hidden{
    transition: all 0.25s ease;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-title{
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 850;
    margin-bottom: 14px;
    color: var(--text-primary);
    line-height: 1.35;
    overflow-wrap: anywhere;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-content{
    margin-bottom: 20px;
    flex-grow: 1;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-text{
    color: var(--text-secondary);
    line-height: 1.68;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    overflow-wrap: anywhere;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-media-container{
    margin: 16px 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-md);
    background: #000000;
    border: 1px solid rgba(148, 163, 184, 0.18);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-image-preview{
    display: block;
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-image-preview:hover{
    transform: scale(1.025);
    filter: brightness(1.06);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-container{
    position: relative;
    width: 100%;
    background: #000000;
    border-radius: 18px;
    overflow: hidden;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-player{
    display: block;
    width: 100%;
    height: 260px;
    border-radius: 18px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-media-controls{
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
    align-items: center;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-control-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    position: relative;
    overflow: hidden;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stream-audio-btn{
    background: var(--gradient-secondary);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(16, 185, 129, 0.22);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stream-audio-btn.loading{
    background: linear-gradient(135deg, #64748b, #334155);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-btn{
    background: var(--gradient-accent);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.22);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-btn.downloading{
    background: var(--gradient-primary);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-external-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gradient-primary);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 13px;
    text-decoration: none;
    margin-top: 15px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    font-weight: 800;
    box-shadow: var(--shadow-sm);
    font-size: 0.9rem;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-post-stats{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 13px;
    border-radius: 15px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-stat-value{
    font-weight: 900;
    font-size: 1.18rem;
    line-height: 1.1;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-upvotes .reddit-explorer-stat-value{
    color: var(--primary-light);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-comments .reddit-explorer-stat-value{
    color: var(--secondary-light);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 6, 23, 0.94);
    backdrop-filter: blur(14px);
    animation: fadeIn 0.25s ease;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: min(92vw, 1100px);
    max-height: 90vh;
    border-radius: 22px;
    box-shadow: var(--shadow-xl);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-modal img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-close{
    position: absolute;
    top: 22px;
    right: 34px;
    color: #f8fafc;
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.2s ease, transform 0.2s ease;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-close:hover{
    color: var(--primary-light);
    transform: scale(1.06);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-progress{
    position: fixed;
    bottom: 24px;
    right: 24px;
    border-radius: 22px;
    padding: 22px;
    width: min(360px, calc(100vw - 32px));
    min-width: 0;
    z-index: 1000;
    display: none;
    color: var(--text-primary);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-download-progress.show{
    display: block;
    animation: slideInRight 0.35s ease-out;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-text{
    font-weight: 800;
    font-size: 14px;
    color: var(--text-primary);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-cancel-btn{
    background: rgba(239, 68, 68, 0.14);
    border: 1px solid rgba(248, 113, 113, 0.34);
    color: #fecaca;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
    font-weight: 800;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-cancel-btn:hover{
    background: rgba(239, 68, 68, 0.24);
    border-color: rgba(248, 113, 113, 0.58);
    transform: translateY(-1px);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-bar-container{
    width: 100%;
    height: 12px;
    background: rgba(2, 8, 23, 0.55);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.32);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-bar-fill{
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 999px;
    width: 0%;
    transition: width 0.3s ease;
    box-shadow: 0 0 18px rgba(79, 140, 255, 0.65);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-progress-details{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 700;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-expand-btn{
    background: var(--gradient-primary);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 8px 15px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 800;
    margin-top: 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-play-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    color: #ffffff;
    font-size: 21px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    z-index: 5;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-play-overlay:hover{
    background: rgba(30, 41, 59, 0.92);
    transform: translate(-50%, -50%) scale(1.1);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-play-overlay.hidden{
    display: none;
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-loading-overlay{
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 23, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    font-weight: 800;
    z-index: 10;
    backdrop-filter: blur(8px);
}.wpc-scope-18 .tc-wp-tool-root .reddit-explorer-video-loading-spinner{
    width: 32px;
    height: 32px;
    border: 3px solid rgba(255, 255, 255, 0.28);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    margin-bottom: 10px;
}@keyframes float{
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.02);
    }
}@keyframes shine{
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}@keyframes slideInDown{
    from {
        opacity: 0;
        transform: translateY(-24px);
    }

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes slideInRight{
    from {
        opacity: 0;
        transform: translateX(80px);
    }

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

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

    100% {
        transform: rotate(360deg);
    }
}@keyframes pulse{
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}@keyframes fadeIn{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}@media (max-width: 1200px){.tc-wp-tool-root .reddit-explorer-posts-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-features-grid{
        grid-template-columns: repeat(2, 1fr);
    }}@media (max-width: 992px){.tc-wp-tool-root .reddit-explorer-search-form{
        flex-direction: column !important;
    }.tc-wp-tool-root .reddit-explorer-search-btn{
        width: 100%;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1.75rem;
    }}@media (max-width: 768px){.tc-wp-tool-root .reddit-explorer-features-grid, .tc-wp-tool-root .reddit-explorer-posts-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-user-stats, .tc-wp-tool-root .reddit-explorer-post-stats{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.tc-wp-tool-root .reddit-explorer-media-controls{
        flex-direction: column;
        align-items: stretch;
    }.tc-wp-tool-root .reddit-explorer-control-btn, .tc-wp-tool-root .reddit-explorer-external-link{
        width: 100%;
        justify-content: center;
    }.tc-wp-tool-root .reddit-explorer-logo{
        margin-top: 18px;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        align-items: flex-start;
    }.tc-wp-tool-root .reddit-explorer-download-progress{
        right: 16px;
        bottom: 16px;
    }}@media (max-width: 600px){.tc-wp-tool-root .reddit-explorer-container{
        padding: 14px;
    }.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card{
        padding: 18px;
        border-radius: 20px;
    }.tc-wp-tool-root .reddit-explorer-logo{
        gap: 14px;
        margin-top: 16px;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        gap: 14px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 62px;
        height: 62px;
        border-radius: 18px;
        font-size: 1.8rem;
    }.tc-wp-tool-root .reddit-explorer-video-player{
        height: 220px;
    }.tc-wp-tool-root .reddit-explorer-post-header, .tc-wp-tool-root .reddit-explorer-progress-header, .tc-wp-tool-root .reddit-explorer-progress-details{
        flex-direction: column;
        align-items: flex-start;
    }.tc-wp-tool-root .reddit-explorer-post-meta{
        text-align: left;
    }.tc-wp-tool-root .reddit-explorer-close{
        top: 14px;
        right: 18px;
        font-size: 36px;
    }}@media (max-width: 480px){.tc-wp-tool-root .reddit-explorer-container{
        padding: 10px;
    }.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card{
        padding: 15px;
    }.tc-wp-tool-root .reddit-explorer-user-stats, .tc-wp-tool-root .reddit-explorer-post-stats{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-logo-icon{
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 24px;
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 14px;
    }.tc-wp-tool-root .reddit-explorer-search-input, .tc-wp-tool-root .reddit-explorer-search-btn{
        min-height: 48px;
    }.tc-wp-tool-root .reddit-explorer-modal-content{
        max-width: 94vw;
    }}@media (max-width: 400px){.tc-wp-tool-root .reddit-explorer-container{
        padding: 8px;
    }.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card{
        padding: 12px;
    }.tc-wp-tool-root .reddit-explorer-feature-card, .tc-wp-tool-root .reddit-explorer-stat-card, .tc-wp-tool-root .reddit-explorer-stat-item{
        padding: 14px;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        font-size: 1.42rem;
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 13px;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        padding: 16px;
    }}@media (max-width: 375px){.tc-wp-tool-root .reddit-explorer-container{
        padding: 6px;
    }.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card{
        padding: 10px;
    }.tc-wp-tool-root .reddit-explorer-logo-icon, .tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 20px;
    }.tc-wp-tool-root .reddit-explorer-search-btn, .tc-wp-tool-root .reddit-explorer-control-btn, .tc-wp-tool-root .reddit-explorer-external-link{
        padding-left: 12px;
        padding-right: 12px;
    }}.wpc-scope-18 /* 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;
}