@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;
}.wpc-scope-57 .tc-wp-tool-root img, .wpc-scope-57 .tc-wp-tool-root video, .wpc-scope-57 .tc-wp-tool-root svg, .wpc-scope-57 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-57 .tc-wp-tool-root{
    --primary-color: #7C3AED;
    --primary-light: #A78BFA;
    --primary-dark: #5B21B6;
    --secondary-color: #F43F5E;
    --secondary-light: #FB7185;
    --secondary-dark: #BE123C;
    --accent-color: #14B8A6;
    --accent-light: #5EEAD4;
    --accent-dark: #0F766E;
    --warning-color: #F59E0B;
    --warning-light: #FBBF24;
    --danger-color: #EF4444;
    --danger-light: #FCA5A5;
    --success-color: #22C55E;
    --success-light: #86EFAC;
    --bg-primary: #090B16;
    --bg-secondary: rgba(18, 23, 43, 0.9);
    --bg-tertiary: rgba(47, 57, 88, 0.88);
    --bg-card: rgba(28, 35, 62, 0.82);
    --glass-bg: rgba(255, 255, 255, 0.075);
    --glass-border: rgba(255, 255, 255, 0.14);
    --text-primary: #F8FAFC;
    --text-secondary: #D7DDEA;
    --text-muted: #9AA8BD;
    --text-accent: #C4B5FD;
    --shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.18);
    --shadow-md: 0 14px 32px rgba(0, 0, 0, 0.24);
    --shadow-lg: 0 22px 54px rgba(0, 0, 0, 0.3);
    --shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.38);
    --gradient-primary: linear-gradient(135deg, #7C3AED 0%, #E11D48 52%, #F97316 100%);
    --gradient-secondary: linear-gradient(135deg, #14B8A6 0%, #06B6D4 52%, #6366F1 100%);
    --gradient-accent: linear-gradient(135deg, #F59E0B 0%, #F43F5E 55%, #8B5CF6 100%);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-wrapper{
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #090B16;
    background-image:
        radial-gradient(circle at 12% 12%, rgba(124, 58, 237, 0.28) 0%, transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(244, 63, 94, 0.18) 0%, transparent 30%),
        radial-gradient(circle at 50% 88%, rgba(20, 184, 166, 0.16) 0%, transparent 34%),
        linear-gradient(180deg, #0B1020 0%, #090B16 48%, #0E1324 100%);
    min-height: 100vh;
    line-height: 1.6;
    color: var(--text-primary);
    overflow-x: hidden;
    isolation: isolate;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(18px, 3vw, 34px);
    position: relative;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-header{
    text-align: center;
    margin-bottom: clamp(26px, 4vw, 46px);
    padding: clamp(28px, 5vw, 58px) 0 clamp(18px, 3vw, 34px);
    animation: slideInDown 0.85s ease-out;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2vw, 22px);
    margin-bottom: 22px;
    flex-wrap: wrap;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-logo-icon{
    width: clamp(62px, 8vw, 86px);
    height: clamp(62px, 8vw, 86px);
    background: var(--gradient-primary);
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 800;
    box-shadow: 0 18px 45px rgba(124, 58, 237, 0.42);
    animation: float 3.5s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}.wpc-scope-57 .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.4s infinite;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-logo-text{
    font-size: clamp(2.15rem, 6vw, 4.25rem);
    font-weight: 900;
    background: linear-gradient(135deg, #FFFFFF 0%, #C4B5FD 35%, #FB7185 72%, #FDBA74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    filter: drop-shadow(0 16px 34px rgba(124, 58, 237, 0.28));
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-subtitle{
    color: var(--text-secondary);
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-features-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 18px;
    margin-bottom: 38px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-feature-card{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
    border: 1px solid var(--glass-border);
    padding: 18px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(18px);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-feature-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    transition: left 0.55s ease;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-feature-card:hover::before{
    left: 110%;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-feature-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(167, 139, 250, 0.56);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-feature-icon{
    width: 46px;
    height: 46px;
    background: var(--gradient-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 21px;
    color: #FFFFFF;
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.3);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-feature-title{
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
    font-size: 14px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-container, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-info, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-section-title, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-card, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-download-progress{
    background: linear-gradient(180deg, rgba(18, 23, 43, 0.92), rgba(13, 17, 32, 0.88));
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-xl);
    backdrop-filter: blur(18px);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-container{
    padding: clamp(22px, 4vw, 34px);
    border-radius: 28px;
    margin-bottom: 40px;
    animation: slideInUp 0.85s ease-out 0.15s both;
    position: relative;
    overflow: hidden;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-container::before, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-info::before, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-section-title::before, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-form{
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    position: relative;
    align-items: stretch;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-input{
    flex: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 16px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 18px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: rgba(7, 10, 22, 0.74) !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-57 .tc-wp-tool-root .reddit-explorer-search-input:focus{
    border-color: rgba(167, 139, 250, 0.9) !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(10, 14, 28, 0.94) !important;
    transform: translateY(-1px);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-input::placeholder{
    color: var(--text-muted);
    font-weight: 400;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-btn, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-control-btn, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-external-link, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-expand-btn, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-cancel-btn{
    -webkit-tap-highlight-color: transparent;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-btn{
    padding: 15px 28px;
    background: var(--gradient-primary);
    color: #FFFFFF;
    border: none;
    border-radius: 18px;
    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(124, 58, 237, 0.34);
    font-family: inherit;
    white-space: nowrap;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-btn::before, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-control-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
    transition: left 0.5s ease;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-btn:hover::before, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-control-btn:hover::before{
    left: 110%;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-btn:hover:not(:disabled){
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(124, 58, 237, 0.44);
    filter: saturate(1.08);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-btn:active:not(:disabled){
    transform: translateY(-1px) scale(0.99);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-btn:focus-visible, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-control-btn:focus-visible, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-external-link:focus-visible, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-expand-btn:focus-visible, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-cancel-btn:focus-visible, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-close:focus-visible, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-video-play-overlay:focus-visible{
    outline: 3px solid rgba(167, 139, 250, 0.5);
    outline-offset: 3px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-search-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(0.2);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-new-search-btn{
    background: var(--gradient-accent) !important;
    min-width: 130px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-info{
    padding: clamp(22px, 4vw, 34px);
    border-radius: 28px;
    margin-bottom: 40px;
    display: none;
    animation: slideInDown 0.75s ease-out;
    position: relative;
    overflow: hidden;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-info::before{
    background: var(--gradient-secondary);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-header{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 25px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-avatar{
    width: clamp(64px, 8vw, 84px);
    height: clamp(64px, 8vw, 84px);
    border-radius: 24px;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 4vw, 2.6rem);
    color: #FFFFFF;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(124, 58, 237, 0.36);
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-avatar::before{
    content: '';
    position: absolute;
    top: -55%;
    left: -55%;
    width: 210%;
    height: 210%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: rotate(45deg);
    animation: shine 4s infinite;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-details{
    min-width: 0;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-details h2{
    font-size: clamp(1.45rem, 3vw, 2.05rem);
    color: var(--text-primary);
    margin-bottom: 7px;
    font-weight: 900;
    line-height: 1.18;
    overflow-wrap: anywhere;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-description{
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 500;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-user-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 16px;
    margin-top: 25px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stat-card{
    background: var(--bg-card);
    border: 1px solid var(--glass-border);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}.wpc-scope-57 .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-57 .tc-wp-tool-root .reddit-explorer-stat-card:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(251, 113, 133, 0.4);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stat-number{
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--primary-light);
    margin-bottom: 6px;
    line-height: 1.1;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stat-label{
    font-size: 0.86rem;
    color: var(--text-muted);
    font-weight: 650;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-posts-section{
    display: none;
}.wpc-scope-57 .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: clamp(18px, 3vw, 24px);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    line-height: 1.25;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-section-title::before{
    background: var(--gradient-accent);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-posts-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
    gap: clamp(18px, 3vw, 26px);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-card{
    border-radius: 24px;
    padding: clamp(18px, 3vw, 24px);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    position: relative;
    overflow: hidden;
    animation: slideUp 0.6s ease forwards;
    display: flex;
    flex-direction: column;
    height: 100%;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-card::before{
    border-radius: 24px 24px 0 0;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
    border-color: rgba(167, 139, 250, 0.5);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-subreddit-info{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-subreddit-badge, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-type, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-badge{
    box-shadow: var(--shadow-sm);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-subreddit-badge{
    background: var(--gradient-primary);
    color: #FFFFFF;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-type{
    background: var(--gradient-secondary);
    color: #FFFFFF;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: capitalize;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-meta{
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
    text-align: right;
    flex: 0 0 auto;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-badges{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-badge{
    background: var(--gradient-secondary);
    color: #FFFFFF;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}.wpc-scope-57 .tc-wp-tool-root .admin, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-badge.admin{
    background: var(--gradient-accent);
}.wpc-scope-57 .tc-wp-tool-root .stickied, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-badge.stickied{
    background: var(--gradient-secondary);
}.wpc-scope-57 .tc-wp-tool-root .archived, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-badge.archived{
    background: linear-gradient(135deg, #64748B, #334155);
}.wpc-scope-57 .tc-wp-tool-root .locked, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-badge.locked{
    background: linear-gradient(135deg, #EF4444, #F97316);
}.wpc-scope-57 .tc-wp-tool-root .nsfw, .wpc-scope-57 .tc-wp-tool-root .reddit-explorer-badge.nsfw{
    background: linear-gradient(135deg, #A855F7, #DB2777);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-title{
    font-size: clamp(1.05rem, 2vw, 1.38rem);
    font-weight: 800;
    margin-bottom: 14px;
    color: var(--text-primary);
    line-height: 1.38;
    overflow-wrap: anywhere;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-content{
    margin-bottom: 20px;
    flex-grow: 1;
    min-width: 0;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-post-text{
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    overflow-wrap: anywhere;
}.wpc-scope-57 .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(255, 255, 255, 0.1);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-image-preview{
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.35s ease, filter 0.35s ease;
    display: block;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-image-preview:hover{
    transform: scale(1.025);
    filter: saturate(1.08);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-video-container{
    position: relative;
    width: 100%;
    background: #000000;
    border-radius: 18px;
    overflow: hidden;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-video-player{
    width: 100%;
    height: 250px;
    border-radius: 18px;
    display: block;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-media-controls{
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
    align-items: center;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-control-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 750;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    min-height: 42px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stream-audio-btn{
    background: var(--gradient-secondary);
    color: #FFFFFF;
    box-shadow: 0 12px 28px rgba(20, 184, 166, 0.26);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stream-audio-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(20, 184, 166, 0.35);
    filter: saturate(1.08);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stream-audio-btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stream-audio-btn.loading{
    background: linear-gradient(135deg, #64748B, #334155);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-download-btn{
    background: var(--gradient-accent);
    color: #FFFFFF;
    box-shadow: 0 12px 28px rgba(244, 63, 94, 0.27);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-download-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(244, 63, 94, 0.36);
    filter: saturate(1.08);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-download-btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-download-btn.downloading{
    background: var(--gradient-primary);
}.wpc-scope-57 .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 18px;
    border-radius: 14px;
    text-decoration: none;
    margin-top: 15px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    font-weight: 750;
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.26);
    font-size: 0.9rem;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-external-link:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(124, 58, 237, 0.34);
    filter: saturate(1.08);
}.wpc-scope-57 .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(255, 255, 255, 0.1);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stat-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}.wpc-scope-57 .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-57 .tc-wp-tool-root .reddit-explorer-stat-item:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(251, 113, 133, 0.38);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-stat-value{
    font-weight: 900;
    font-size: 1.18rem;
    line-height: 1.1;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-upvotes .reddit-explorer-stat-value{
    color: var(--primary-light);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-comments .reddit-explorer-stat-value{
    color: var(--secondary-light);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-loading{
    text-align: center;
    padding: 42px 20px;
    color: var(--text-primary);
    font-size: 1.05rem;
    display: none;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-loading p{
    color: var(--text-secondary);
    font-weight: 600;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-spinner{
    border: 4px solid rgba(255, 255, 255, 0.12);
    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;
    box-shadow: 0 0 24px rgba(124, 58, 237, 0.24);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-error-message{
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.34);
    color: #FECACA;
    padding: 18px 20px;
    border-radius: 18px;
    text-align: center;
    margin: 20px 0 0;
    font-weight: 700;
    display: none;
    font-size: 14px;
    box-shadow: 0 14px 30px rgba(239, 68, 68, 0.12);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 6, 16, 0.94);
    animation: fadeIn 0.3s ease;
    backdrop-filter: blur(14px);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: min(92vw, 1100px);
    max-height: 90vh;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-modal img{
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.14);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-close{
    position: absolute;
    top: 20px;
    right: 32px;
    color: #FFFFFF;
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.25s ease, transform 0.25s ease;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-close:hover{
    color: var(--primary-light);
    transform: scale(1.08);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-download-progress{
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 22px;
    padding: 24px;
    min-width: 340px;
    z-index: 1000;
    display: none;
    color: var(--text-primary);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-download-progress.show{
    display: block;
    animation: slideInRight 0.4s ease-out;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-progress-text{
    font-weight: 800;
    font-size: 14px;
    color: var(--text-primary);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-cancel-btn{
    background: rgba(239, 68, 68, 0.13);
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #FECACA;
    padding: 8px 15px;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
    font-weight: 750;
    font-family: inherit;
}.wpc-scope-57 .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);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-progress-bar-container{
    width: 100%;
    height: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.28);
}.wpc-scope-57 .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(167, 139, 250, 0.5);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-progress-details{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 600;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-expand-btn{
    background: var(--gradient-primary);
    color: #FFFFFF;
    border: none;
    padding: 8px 16px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 750;
    margin-top: 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    font-family: inherit;
    box-shadow: var(--shadow-sm);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-expand-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    filter: saturate(1.08);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-video-play-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(10, 14, 28, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    width: 58px;
    height: 58px;
    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;
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.36);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-video-play-overlay:hover{
    background: rgba(20, 24, 42, 0.92);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.44);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-video-play-overlay.hidden{
    display: none;
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-video-loading-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 6, 16, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 10;
    backdrop-filter: blur(8px);
}.wpc-scope-57 .tc-wp-tool-root .reddit-explorer-video-loading-spinner{
    width: 34px;
    height: 34px;
    border: 3px solid rgba(255, 255, 255, 0.26);
    border-top: 3px solid #FFFFFF;
    border-right-color: var(--primary-light);
    border-radius: 50%;
    animation: spin 0.85s linear infinite;
    margin-bottom: 10px;
}@keyframes float{
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-9px) 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(28px);
    }

    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(34px);
    }

    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.65rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1.18rem;
    }}@media (max-width: 768px){.tc-wp-tool-root .reddit-explorer-features-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        align-items: flex-start;
    }.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, .tc-wp-tool-root .reddit-explorer-external-link{
        width: 100%;
    }.tc-wp-tool-root .reddit-explorer-search-form{
        flex-direction: column !important;
    }.tc-wp-tool-root .reddit-explorer-download-progress{
        left: 16px;
        right: 16px;
        bottom: 16px;
        min-width: 0;
        width: auto;
    }.tc-wp-tool-root .reddit-explorer-close{
        top: 14px;
        right: 20px;
        font-size: 38px;
    }}@media (max-width: 600px){.tc-wp-tool-root .reddit-explorer-container{
        padding: 14px;
    }.tc-wp-tool-root .reddit-explorer-header{
        padding-top: 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: 18px;
        border-radius: 22px;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        gap: 16px;
    }.tc-wp-tool-root .reddit-explorer-posts-grid{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-video-player{
        height: 220px;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1.35rem;
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 14px;
    }}@media (max-width: 480px){.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-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{
        gap: 12px;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }.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-search-input{
        font-size: 14px !important;
        padding: 14px 16px !important;
    }.tc-wp-tool-root .reddit-explorer-search-btn{
        padding: 14px 18px;
        min-width: 0;
    }.tc-wp-tool-root .reddit-explorer-video-player{
        height: 190px;
    }.tc-wp-tool-root .reddit-explorer-progress-header, .tc-wp-tool-root .reddit-explorer-progress-details{
        flex-direction: column;
        align-items: flex-start;
    }}@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-text{
        font-size: 1.65rem;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1.15rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1rem;
    }}@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-text{
        font-size: 1.45rem;
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 12px;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 0.95rem;
    }}.wpc-scope-57 /* 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;
}