@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=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root{
    --primary-color: #7c3aed;
    --primary-light: #a78bfa;
    --primary-dark: #5b21b6;
    --secondary-color: #ec4899;
    --secondary-light: #f472b6;
    --secondary-dark: #be185d;
    --accent-color: #14b8a6;
    --accent-light: #5eead4;
    --accent-dark: #0f766e;
    --warning-color: #f59e0b;
    --warning-light: #fbbf24;
    --danger-color: #ef4444;
    --danger-light: #f87171;
    --success-color: #22c55e;
    --success-light: #86efac;
    --bg-primary: #09090f;
    --bg-secondary: rgba(18, 18, 34, 0.82);
    --bg-tertiary: rgba(39, 39, 64, 0.92);
    --bg-card: rgba(255, 255, 255, 0.075);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.14);
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --text-accent: #c4b5fd;
    --shadow-sm: 0 6px 18px rgba(2, 6, 23, 0.18);
    --shadow-md: 0 12px 30px rgba(2, 6, 23, 0.24);
    --shadow-lg: 0 18px 48px rgba(2, 6, 23, 0.32);
    --shadow-xl: 0 24px 70px rgba(2, 6, 23, 0.42);
    --gradient-primary: linear-gradient(135deg, #7c3aed 0%, #ec4899 52%, #f97316 100%);
    --gradient-secondary: linear-gradient(135deg, #14b8a6 0%, #06b6d4 55%, #3b82f6 100%);
    --gradient-accent: linear-gradient(135deg, #f59e0b 0%, #ef4444 55%, #ec4899 100%);
}.tc-wp-tool-root .reddit-explorer-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.tc-wp-tool-root .reddit-explorer-wrapper{
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background:
        radial-gradient(circle at 12% 8%, rgba(124, 58, 237, 0.26) 0, transparent 34%),
        radial-gradient(circle at 88% 16%, rgba(236, 72, 153, 0.2) 0, transparent 32%),
        radial-gradient(circle at 50% 96%, rgba(20, 184, 166, 0.16) 0, transparent 38%),
        linear-gradient(145deg, #09090f 0%, #111126 48%, #0b1020 100%);
}.tc-wp-tool-root .reddit-explorer-wrapper i[class*="fa-"], .tc-wp-tool-root .reddit-explorer-wrapper .fa, .tc-wp-tool-root .reddit-explorer-wrapper .fas, .tc-wp-tool-root .reddit-explorer-wrapper .far, .tc-wp-tool-root .reddit-explorer-wrapper .fab, .tc-wp-tool-root .reddit-explorer-wrapper .fa-solid, .tc-wp-tool-root .reddit-explorer-wrapper .fa-regular, .tc-wp-tool-root .reddit-explorer-wrapper .fa-brands{
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}.tc-wp-tool-root .reddit-explorer-container{
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 18px 48px;
}.tc-wp-tool-root .reddit-explorer-header{
    text-align: center;
    margin-bottom: 30px;
    padding: 28px 0 16px;
    animation: slideInDown 0.75s ease-out;
}.tc-wp-tool-root .reddit-explorer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}.tc-wp-tool-root .reddit-explorer-logo-icon{
    position: relative;
    overflow: hidden;
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    background: var(--gradient-primary);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    animation: float 3.6s ease-in-out infinite;
}.tc-wp-tool-root .reddit-explorer-logo-icon::before{
    content: '';
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    animation: shine 3.8s infinite;
}.tc-wp-tool-root .reddit-explorer-logo-text{
    max-width: 920px;
    font-size: clamp(1.85rem, 3.5vw, 2.55rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: capitalize !important;
    background: linear-gradient(135deg, #ffffff 0%, #ddd6fe 45%, #fbcfe8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 18px 40px rgba(124, 58, 237, 0.18);
}.tc-wp-tool-root .reddit-explorer-subtitle{
    max-width: 720px;
    margin: 0 auto 28px;
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 500;
}.tc-wp-tool-root .reddit-explorer-features-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}.tc-wp-tool-root .reddit-explorer-feature-card{
    position: relative;
    overflow: hidden;
    min-height: 112px;
    padding: 18px 14px;
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(16px);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}.tc-wp-tool-root .reddit-explorer-feature-card::before{
    content: '';
    position: absolute;
    inset: 0 auto 0 -110%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    transition: left 0.55s ease;
}.tc-wp-tool-root .reddit-explorer-feature-card:hover::before{
    left: 110%;
}.tc-wp-tool-root .reddit-explorer-feature-card:hover{
    transform: translateY(-4px);
    border-color: rgba(167, 139, 250, 0.55);
    box-shadow: var(--shadow-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
}.tc-wp-tool-root .reddit-explorer-feature-icon{
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #ffffff;
    font-size: 20px;
    background: var(--gradient-primary);
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.28);
}.tc-wp-tool-root .reddit-explorer-feature-title{
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0;
}.tc-wp-tool-root .reddit-explorer-search-container, .tc-wp-tool-root .reddit-explorer-user-info, .tc-wp-tool-root .reddit-explorer-post-card, .tc-wp-tool-root .reddit-explorer-section-title{
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root .reddit-explorer-search-container{
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    padding: 26px;
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(18, 18, 34, 0.9), rgba(18, 18, 34, 0.72));
    box-shadow: var(--shadow-xl);
    animation: slideInUp 0.75s ease-out 0.12s both;
}.tc-wp-tool-root .reddit-explorer-search-container::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--gradient-primary);
}.tc-wp-tool-root .reddit-explorer-search-form{
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin-bottom: 18px;
}.tc-wp-tool-root .reddit-explorer-search-input{
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-radius: 16px !important;
    outline: none !important;
    color: var(--text-primary) !important;
    background: rgba(9, 9, 15, 0.76) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    font-family: inherit !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 54px !important;
    resize: none !important;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-search-input:focus{
    border-color: rgba(167, 139, 250, 0.75) !important;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    background: rgba(9, 9, 15, 0.92) !important;
}.tc-wp-tool-root .reddit-explorer-search-input::placeholder{
    color: rgba(203, 213, 225, 0.72);
    font-weight: 400;
}.tc-wp-tool-root .reddit-explorer-search-btn, .tc-wp-tool-root .reddit-explorer-control-btn, .tc-wp-tool-root .reddit-explorer-download-btn, .tc-wp-tool-root .reddit-explorer-expand-btn, .tc-wp-tool-root .reddit-explorer-cancel-btn, .tc-wp-tool-root .reddit-explorer-external-link{
    touch-action: manipulation;
}.tc-wp-tool-root .reddit-explorer-search-btn{
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    min-width: 148px;
    height: 54px;
    padding: 0 22px;
    border: none;
    border-radius: 16px;
    color: #ffffff;
    background: var(--gradient-primary);
    box-shadow: 0 14px 30px rgba(124, 58, 237, 0.26);
    font-family: inherit;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, opacity 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-search-btn::before{
    content: '';
    position: absolute;
    inset: 0 auto 0 -110%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transition: left 0.55s ease;
}.tc-wp-tool-root .reddit-explorer-search-btn:hover::before{
    left: 110%;
}.tc-wp-tool-root .reddit-explorer-search-btn:hover:not(:disabled), .tc-wp-tool-root .reddit-explorer-search-btn:focus-visible{
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(124, 58, 237, 0.34);
    filter: saturate(1.08);
}.tc-wp-tool-root .reddit-explorer-search-btn:active:not(:disabled){
    transform: translateY(0);
}.tc-wp-tool-root .reddit-explorer-search-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.tc-wp-tool-root .reddit-explorer-new-search-btn{
    min-width: 130px;
    background: var(--gradient-accent) !important;
}.tc-wp-tool-root .reddit-explorer-loading{
    display: none;
    padding: 34px 20px;
    text-align: center;
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 600;
}.tc-wp-tool-root .reddit-explorer-spinner{
    width: 46px;
    height: 46px;
    margin: 18px auto;
    border: 4px solid rgba(255, 255, 255, 0.14);
    border-top: 4px solid var(--primary-light);
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}.tc-wp-tool-root .reddit-explorer-error-message{
    display: none;
    margin: 18px 0 0;
    padding: 16px 18px;
    border: 1px solid rgba(248, 113, 113, 0.34);
    border-radius: 16px;
    color: #fecaca;
    background: rgba(239, 68, 68, 0.12);
    box-shadow: 0 12px 26px rgba(239, 68, 68, 0.12);
    text-align: center;
    font-size: 0.92rem;
    font-weight: 700;
}.tc-wp-tool-root .reddit-explorer-user-info{
    position: relative;
    display: none;
    overflow: hidden;
    margin-bottom: 34px;
    padding: 26px;
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(18, 18, 34, 0.9), rgba(18, 18, 34, 0.72));
    box-shadow: var(--shadow-xl);
    animation: slideInDown 0.65s ease-out;
}.tc-wp-tool-root .reddit-explorer-user-info::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--gradient-secondary);
}.tc-wp-tool-root .reddit-explorer-user-header{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}.tc-wp-tool-root .reddit-explorer-user-avatar{
    position: relative;
    overflow: hidden;
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #ffffff;
    background: var(--gradient-primary);
    box-shadow: var(--shadow-lg);
    font-size: 2rem;
    font-weight: 900;
}.tc-wp-tool-root .reddit-explorer-user-avatar::before{
    content: '';
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: rotate(45deg);
    animation: shine 4s infinite;
}.tc-wp-tool-root .reddit-explorer-user-details{
    min-width: 0;
}.tc-wp-tool-root .reddit-explorer-user-details h2{
    margin-bottom: 6px;
    color: var(--text-primary);
    font-size: clamp(1.35rem, 3vw, 1.8rem);
    line-height: 1.22;
    font-weight: 850;
    overflow-wrap: anywhere;
}.tc-wp-tool-root .reddit-explorer-user-description{
    color: var(--text-secondary);
    font-size: 0.98rem;
    font-weight: 500;
}.tc-wp-tool-root .reddit-explorer-user-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 14px;
    margin-top: 22px;
}.tc-wp-tool-root .reddit-explorer-stat-card, .tc-wp-tool-root .reddit-explorer-stat-item{
    position: relative;
    overflow: hidden;
    border: 1px solid var(--glass-border);
    background: var(--bg-card);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-stat-card{
    padding: 18px;
    border-radius: 18px;
    text-align: center;
}.tc-wp-tool-root .reddit-explorer-stat-card::before, .tc-wp-tool-root .reddit-explorer-stat-item::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-accent);
}.tc-wp-tool-root .reddit-explorer-stat-card:hover, .tc-wp-tool-root .reddit-explorer-stat-item:hover{
    transform: translateY(-3px);
    border-color: rgba(167, 139, 250, 0.45);
    box-shadow: var(--shadow-sm);
}.tc-wp-tool-root .reddit-explorer-stat-number{
    margin-bottom: 5px;
    color: var(--primary-light);
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.1;
}.tc-wp-tool-root .reddit-explorer-stat-label{
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: capitalize !important;
}.tc-wp-tool-root .reddit-explorer-posts-section{
    display: none;
}.tc-wp-tool-root .reddit-explorer-section-title{
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    padding: 18px 20px;
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    color: var(--text-primary);
    background: linear-gradient(180deg, rgba(18, 18, 34, 0.9), rgba(18, 18, 34, 0.72));
    box-shadow: var(--shadow-md);
    text-align: center;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    line-height: 1.24;
    font-weight: 850;
}.tc-wp-tool-root .reddit-explorer-section-title::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--gradient-accent);
}.tc-wp-tool-root .reddit-explorer-posts-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr));
    gap: 18px;
}.tc-wp-tool-root .reddit-explorer-post-card{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--glass-border);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(18, 18, 34, 0.92), rgba(18, 18, 34, 0.76));
    box-shadow: var(--shadow-lg);
    animation: slideUp 0.55s ease forwards;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}.tc-wp-tool-root .reddit-explorer-post-card::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    border-radius: 22px 22px 0 0;
    background: var(--gradient-primary);
}.tc-wp-tool-root .reddit-explorer-post-card:hover{
    transform: translateY(-6px);
    border-color: rgba(167, 139, 250, 0.5);
    box-shadow: var(--shadow-xl);
}.tc-wp-tool-root .reddit-explorer-post-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}.tc-wp-tool-root .reddit-explorer-subreddit-info{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
}.tc-wp-tool-root .reddit-explorer-subreddit-badge, .tc-wp-tool-root .reddit-explorer-post-type, .tc-wp-tool-root .reddit-explorer-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}.tc-wp-tool-root .reddit-explorer-subreddit-badge{
    padding: 6px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--gradient-primary);
    box-shadow: var(--shadow-sm);
    font-size: 0.78rem;
    font-weight: 800;
}.tc-wp-tool-root .reddit-explorer-post-type{
    padding: 5px 10px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--gradient-secondary);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: capitalize !important;
}.tc-wp-tool-root .reddit-explorer-post-meta{
    flex: 0 0 auto;
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 600;
    text-align: right;
}.tc-wp-tool-root .reddit-explorer-post-badges{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
}.tc-wp-tool-root .reddit-explorer-badge{
    padding: 5px 10px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--gradient-secondary);
    box-shadow: var(--shadow-sm);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: capitalize !important;
}.tc-wp-tool-root .reddit-explorer-badge.admin, .tc-wp-tool-root .admin{
    background: var(--gradient-accent);
}.tc-wp-tool-root .reddit-explorer-badge.stickied, .tc-wp-tool-root .stickied{
    background: var(--gradient-secondary);
}.tc-wp-tool-root .reddit-explorer-badge.archived, .tc-wp-tool-root .archived{
    background: linear-gradient(135deg, #64748b, #334155);
}.tc-wp-tool-root .reddit-explorer-badge.locked, .tc-wp-tool-root .locked{
    background: linear-gradient(135deg, #f59e0b, #ef4444);
}.tc-wp-tool-root .reddit-explorer-badge.nsfw, .tc-wp-tool-root .nsfw{
    background: linear-gradient(135deg, #8b5cf6, #be185d);
}.tc-wp-tool-root .reddit-explorer-post-title{
    margin-bottom: 12px;
    color: var(--text-primary);
    font-size: clamp(1.02rem, 2vw, 1.25rem);
    line-height: 1.38;
    font-weight: 800;
    overflow-wrap: anywhere;
}.tc-wp-tool-root .reddit-explorer-post-content{
    flex-grow: 1;
    margin-bottom: 18px;
}.tc-wp-tool-root .reddit-explorer-post-text{
    margin-bottom: 14px;
    color: var(--text-secondary);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.68;
    overflow-wrap: anywhere;
}.tc-wp-tool-root .reddit-explorer-media-container{
    position: relative;
    overflow: hidden;
    margin: 14px 0;
    border-radius: 18px;
    background: #000000;
    box-shadow: var(--shadow-md);
}.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;
}.tc-wp-tool-root .reddit-explorer-image-preview:hover{
    transform: scale(1.025);
    filter: saturate(1.08);
}.tc-wp-tool-root .reddit-explorer-video-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #000000;
}.tc-wp-tool-root .reddit-explorer-video-player{
    display: block;
    width: 100%;
    height: 260px;
    border-radius: 18px;
    background: #000000;
}.tc-wp-tool-root .reddit-explorer-media-controls{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}.tc-wp-tool-root .reddit-explorer-control-btn{
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border: none;
    border-radius: 14px;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 750;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-control-btn::before{
    content: '';
    position: absolute;
    inset: 0 auto 0 -110%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
    transition: left 0.55s ease;
}.tc-wp-tool-root .reddit-explorer-control-btn:hover::before{
    left: 110%;
}.tc-wp-tool-root .reddit-explorer-stream-audio-btn{
    color: #ffffff;
    background: var(--gradient-secondary);
    box-shadow: var(--shadow-md);
}.tc-wp-tool-root .reddit-explorer-stream-audio-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}.tc-wp-tool-root .reddit-explorer-stream-audio-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.tc-wp-tool-root .reddit-explorer-stream-audio-btn.loading{
    background: linear-gradient(135deg, #64748b, #334155);
}.tc-wp-tool-root .reddit-explorer-download-btn{
    color: #ffffff;
    background: var(--gradient-accent);
    box-shadow: var(--shadow-md);
}.tc-wp-tool-root .reddit-explorer-download-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}.tc-wp-tool-root .reddit-explorer-download-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.tc-wp-tool-root .reddit-explorer-download-btn.downloading{
    background: var(--gradient-primary);
}.tc-wp-tool-root .reddit-explorer-external-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    margin-top: 14px;
    padding: 0 16px;
    border-radius: 14px;
    color: #ffffff;
    background: var(--gradient-primary);
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 750;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-external-link:hover, .tc-wp-tool-root .reddit-explorer-external-link:focus-visible{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}.tc-wp-tool-root .reddit-explorer-post-stats{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}.tc-wp-tool-root .reddit-explorer-stat-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 0;
    padding: 13px 10px;
    border-radius: 16px;
    text-align: center;
}.tc-wp-tool-root .reddit-explorer-stat-value{
    font-size: 1.08rem;
    line-height: 1.1;
    font-weight: 900;
}.tc-wp-tool-root .reddit-explorer-upvotes .reddit-explorer-stat-value{
    color: var(--primary-light);
}.tc-wp-tool-root .reddit-explorer-comments .reddit-explorer-stat-value{
    color: var(--secondary-light);
}.tc-wp-tool-root .reddit-explorer-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 7, 18, 0.94);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.25s ease;
}.tc-wp-tool-root .reddit-explorer-modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: min(92vw, 1100px);
    max-height: 88vh;
    transform: translate(-50%, -50%);
}.tc-wp-tool-root .reddit-explorer-modal img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 88vh;
    border-radius: 20px;
    box-shadow: var(--shadow-xl);
}.tc-wp-tool-root .reddit-explorer-close{
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 1001;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-close:hover{
    color: #ffffff;
    background: rgba(124, 58, 237, 0.55);
    transform: scale(1.04);
}.tc-wp-tool-root .reddit-explorer-download-progress{
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    display: none;
    width: min(360px, calc(100vw - 32px));
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    color: var(--text-primary);
    background: linear-gradient(180deg, rgba(18, 18, 34, 0.96), rgba(18, 18, 34, 0.88));
    box-shadow: var(--shadow-xl);
    backdrop-filter: blur(16px);
}.tc-wp-tool-root .reddit-explorer-download-progress.show{
    display: block;
    animation: slideInRight 0.35s ease-out;
}.tc-wp-tool-root .reddit-explorer-progress-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}.tc-wp-tool-root .reddit-explorer-progress-text{
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 800;
}.tc-wp-tool-root .reddit-explorer-cancel-btn{
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(248, 113, 113, 0.34);
    border-radius: 12px;
    color: #fecaca;
    background: rgba(239, 68, 68, 0.13);
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-cancel-btn:hover{
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(248, 113, 113, 0.55);
    transform: translateY(-1px);
}.tc-wp-tool-root .reddit-explorer-progress-bar-container{
    overflow: hidden;
    width: 100%;
    height: 11px;
    margin-bottom: 11px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.28);
}.tc-wp-tool-root .reddit-explorer-progress-bar-fill{
    width: 0%;
    height: 100%;
    border-radius: 999px;
    background: var(--gradient-primary);
    box-shadow: 0 0 18px rgba(124, 58, 237, 0.52);
    transition: width 0.3s ease;
}.tc-wp-tool-root .reddit-explorer-progress-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 0.78rem;
    font-weight: 650;
}.tc-wp-tool-root .reddit-explorer-expand-btn{
    min-height: 38px;
    margin-top: 10px;
    padding: 0 14px;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    background: var(--gradient-primary);
    box-shadow: var(--shadow-sm);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-expand-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}.tc-wp-tool-root .reddit-explorer-video-play-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(3, 7, 18, 0.72);
    box-shadow: var(--shadow-md);
    font-size: 20px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: background 0.24s ease, transform 0.24s ease;
}.tc-wp-tool-root .reddit-explorer-video-play-overlay:hover{
    background: rgba(3, 7, 18, 0.92);
    transform: translate(-50%, -50%) scale(1.08);
}.tc-wp-tool-root .reddit-explorer-video-play-overlay.hidden{
    display: none;
}.tc-wp-tool-root .reddit-explorer-video-loading-overlay{
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    background: rgba(3, 7, 18, 0.82);
    font-weight: 700;
}.tc-wp-tool-root .reddit-explorer-video-loading-spinner{
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    border: 3px solid rgba(255, 255, 255, 0.26);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}@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(28px);
    }
    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-container{
        max-width: 1040px;
    }.tc-wp-tool-root .reddit-explorer-posts-grid{
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    }.tc-wp-tool-root .reddit-explorer-features-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}@media (max-width: 992px) {.tc-wp-tool-root .reddit-explorer-container{
        padding: 24px 16px 42px;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        font-size: clamp(1.7rem, 4vw, 2.15rem);
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1.55rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1.12rem;
    }.tc-wp-tool-root .reddit-explorer-search-form{
        flex-direction: column !important;
        align-items: stretch;
    }.tc-wp-tool-root .reddit-explorer-search-btn{
        width: 100%;
    }}@media (max-width: 768px) {.tc-wp-tool-root .reddit-explorer-container{
        padding: 20px 14px 36px;
    }.tc-wp-tool-root .reddit-explorer-header{
        padding: 20px 0 10px;
        margin-bottom: 22px;
    }.tc-wp-tool-root .reddit-explorer-logo{
        gap: 12px;
        margin-bottom: 14px;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        width: 100%;
        font-size: clamp(1.55rem, 7vw, 2rem);
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        margin-bottom: 22px;
        font-size: 0.95rem;
    }.tc-wp-tool-root .reddit-explorer-features-grid, .tc-wp-tool-root .reddit-explorer-user-stats{
        grid-template-columns: 1fr;
        gap: 12px;
    }.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-search-form{
        display: flex;
        flex-direction: column !important;
        gap: 12px;
        margin-bottom: 16px;
    }.tc-wp-tool-root .reddit-explorer-search-input{
        flex: 0 0 auto !important;
        width: 100% !important;
        height: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
        line-height: 52px !important;
        padding: 0 16px !important;
        font-size: 0.95rem !important;
    }.tc-wp-tool-root .reddit-explorer-search-btn{
        width: 100%;
        min-width: 0;
        height: 52px;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        align-items: flex-start;
        gap: 14px;
    }.tc-wp-tool-root .reddit-explorer-post-header{
        flex-direction: column;
        align-items: flex-start;
    }.tc-wp-tool-root .reddit-explorer-post-meta{
        text-align: left;
    }.tc-wp-tool-root .reddit-explorer-post-stats{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }.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%;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        padding: 16px;
        font-size: 1.38rem;
    }.tc-wp-tool-root .reddit-explorer-video-player{
        height: 230px;
    }}@media (max-width: 600px) {.tc-wp-tool-root .reddit-explorer-container{
        padding: 16px 12px 32px;
    }.tc-wp-tool-root .reddit-explorer-logo-icon{
        width: 56px;
        height: 56px;
        border-radius: 16px;
        font-size: 26px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 18px;
        font-size: 1.65rem;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        font-size: clamp(1.42rem, 7.5vw, 1.85rem);
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 0.9rem;
    }.tc-wp-tool-root .reddit-explorer-feature-card{
        min-height: 100px;
        padding: 16px 12px;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1.25rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1.02rem;
    }.tc-wp-tool-root .reddit-explorer-download-progress{
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
        padding: 16px;
    }}@media (max-width: 480px) {.tc-wp-tool-root .reddit-explorer-container{
        padding: 14px 10px 28px;
    }.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-post-stats, .tc-wp-tool-root .reddit-explorer-user-stats{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-logo-icon{
        width: 50px;
        height: 50px;
        font-size: 23px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        font-size: 1.45rem;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        font-size: clamp(1.32rem, 8vw, 1.65rem);
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 0.85rem;
    }.tc-wp-tool-root .reddit-explorer-search-input{
        height: 50px !important;
        min-height: 50px !important;
        max-height: 50px !important;
        line-height: 50px !important;
    }.tc-wp-tool-root .reddit-explorer-search-btn{
        height: 50px;
        font-size: 0.9rem;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1.15rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 0.98rem;
    }.tc-wp-tool-root .reddit-explorer-close{
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
        font-size: 30px;
    }}@media (max-width: 400px) {.tc-wp-tool-root .reddit-explorer-container{
        padding: 12px 8px 24px;
    }.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: 46px;
        height: 46px;
        font-size: 21px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 1.3rem;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        font-size: clamp(1.24rem, 8.4vw, 1.5rem);
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 0.82rem;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1.05rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 0.94rem;
    }.tc-wp-tool-root .reddit-explorer-video-player{
        height: 205px;
    }}@media (max-width: 375px) {.tc-wp-tool-root .reddit-explorer-container{
        padding: 10px 6px 22px;
    }.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;
        border-radius: 18px;
    }.tc-wp-tool-root .reddit-explorer-logo-icon{
        width: 42px;
        height: 42px;
        font-size: 20px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 1.2rem;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        font-size: clamp(1.18rem, 8.8vw, 1.38rem);
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 0.8rem;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 0.9rem;
    }}.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;
}