@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-28 .tc-wp-tool-root img, .wpc-scope-28 .tc-wp-tool-root video, .wpc-scope-28 .tc-wp-tool-root svg, .wpc-scope-28 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-28 .tc-wp-tool-root{
    --primary-color: #38bdf8;
    --primary-light: #67e8f9;
    --primary-dark: #0284c7;
    --secondary-color: #8b5cf6;
    --secondary-light: #a78bfa;
    --secondary-dark: #6d28d9;
    --accent-color: #14b8a6;
    --accent-light: #2dd4bf;
    --accent-dark: #0f766e;
    --success-color: #22c55e;
    --success-light: #86efac;
    --danger-color: #fb7185;
    --danger-light: #fda4af;
    --warning-color: #f59e0b;
    --warning-light: #facc15;
    --bg-primary: #07111f;
    --bg-secondary: #0b1729;
    --bg-tertiary: #101f35;
    --bg-card: rgba(15, 31, 53, 0.78);
    --glass-bg: rgba(15, 31, 53, 0.72);
    --glass-border: rgba(148, 163, 184, 0.22);
    --text-primary: #f8fafc;
    --text-secondary: #dbeafe;
    --text-muted: #94a3b8;
    --text-accent: #67e8f9;
    --shadow-sm: 0 8px 18px rgba(2, 8, 23, 0.2);
    --shadow-md: 0 14px 34px rgba(2, 8, 23, 0.28);
    --shadow-lg: 0 24px 60px rgba(2, 8, 23, 0.36);
    --shadow-xl: 0 32px 90px rgba(2, 8, 23, 0.48);
    --gradient-primary: linear-gradient(135deg, #38bdf8 0%, #8b5cf6 52%, #14b8a6 100%);
    --gradient-secondary: linear-gradient(135deg, #0ea5e9 0%, #2563eb 45%, #7c3aed 100%);
    --gradient-accent: linear-gradient(135deg, #14b8a6 0%, #22c55e 52%, #67e8f9 100%);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-wrapper{
    font-family: 'Poppins', sans-serif;
    background:
        radial-gradient(circle at 15% 12%, rgba(56, 189, 248, 0.22) 0, transparent 30%),
        radial-gradient(circle at 86% 24%, rgba(139, 92, 246, 0.2) 0, transparent 28%),
        radial-gradient(circle at 55% 90%, rgba(20, 184, 166, 0.18) 0, transparent 34%),
        linear-gradient(135deg, #07111f 0%, #0b1729 48%, #10172a 100%);
    min-height: 100vh;
    line-height: 1.6;
    color: var(--text-primary);
    overflow-x: hidden;
    position: relative;
    isolation: isolate;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-wrapper::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 78%);
    z-index: 0;
    pointer-events: none;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-container{
    max-width: 1340px;
    margin: 0 auto;
    padding: 32px 22px 56px;
    position: relative;
    z-index: 1;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-header{
    text-align: center;
    margin-bottom: 34px;
    padding: 34px 0 18px;
    animation: slideInDown 0.75s ease-out;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-logo-icon{
    width: 76px;
    height: 76px;
    background: var(--gradient-primary);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 34px;
    font-weight: 800;
    box-shadow: 0 18px 46px rgba(56, 189, 248, 0.25);
    animation: float 3.6s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}.wpc-scope-28 .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.22), transparent);
    transform: rotate(45deg);
    animation: shine 4.5s infinite;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-logo-text{
    max-width: 980px;
    font-size: clamp(2rem, 5vw, 4.25rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #67e8f9 38%, #a78bfa 76%, #dbeafe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    line-height: 1.08;
    text-shadow: 0 0 34px rgba(56, 189, 248, 0.28);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-subtitle{
    color: var(--text-secondary);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-features-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 34px;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-feature-card{
    background: linear-gradient(180deg, rgba(15, 31, 53, 0.86), rgba(15, 31, 53, 0.58));
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 18px 14px;
    border-radius: 18px;
    text-align: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-feature-card::before{
    content: '';
    position: absolute;
    inset: 0 auto 0 -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.14), transparent);
    transition: left 0.55s ease;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-feature-card:hover::before{
    left: 100%;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-feature-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(103, 232, 249, 0.55);
}.wpc-scope-28 .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: white;
    box-shadow: 0 12px 26px rgba(56, 189, 248, 0.2);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-feature-title{
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
    font-size: 14px;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-container{
    background: linear-gradient(180deg, rgba(15, 31, 53, 0.9), rgba(15, 31, 53, 0.66));
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    padding: 30px;
    border-radius: 26px;
    box-shadow: var(--shadow-xl);
    margin-bottom: 34px;
    animation: slideInUp 0.75s ease-out 0.12s both;
    position: relative;
    overflow: hidden;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-container::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--gradient-primary);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-form{
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    position: relative;
    flex-direction: row;
    align-items: stretch;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-input{
    flex: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(148, 163, 184, 0.3) !important;
    border-radius: 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: rgba(2, 8, 23, 0.38) !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 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);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-input:focus{
    border-color: rgba(103, 232, 249, 0.85) !important;
    background: rgba(2, 8, 23, 0.58) !important;
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.16), 0 14px 30px rgba(2, 8, 23, 0.22) !important;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-input::placeholder{
    color: #8ea2b8;
    font-weight: 400;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-btn{
    padding: 15px 26px;
    background: var(--gradient-primary);
    color: white;
    border: 0;
    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: 148px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(56, 189, 248, 0.22);
    font-family: inherit;
    white-space: nowrap;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-btn::before{
    content: '';
    position: absolute;
    inset: 0 auto 0 -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
    transition: left 0.5s ease;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-btn:hover::before{
    left: 100%;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-btn:hover:not(:disabled){
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(56, 189, 248, 0.3);
    filter: saturate(1.08);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-btn:active:not(:disabled){
    transform: translateY(-1px);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-btn:focus-visible, .wpc-scope-28 .tc-wp-tool-root .reddit-explorer-control-btn:focus-visible, .wpc-scope-28 .tc-wp-tool-root .reddit-explorer-download-btn:focus-visible, .wpc-scope-28 .tc-wp-tool-root .reddit-explorer-cancel-btn:focus-visible, .wpc-scope-28 .tc-wp-tool-root .reddit-explorer-expand-btn:focus-visible, .wpc-scope-28 .tc-wp-tool-root .reddit-explorer-external-link:focus-visible, .wpc-scope-28 .tc-wp-tool-root .reddit-explorer-close:focus-visible{
    outline: 3px solid rgba(103, 232, 249, 0.45);
    outline-offset: 3px;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-search-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-new-search-btn{
    background: var(--gradient-accent) !important;
    min-width: 132px;
    box-shadow: 0 16px 34px rgba(20, 184, 166, 0.22);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-user-info{
    background: linear-gradient(180deg, rgba(15, 31, 53, 0.88), rgba(15, 31, 53, 0.62));
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    padding: 30px;
    border-radius: 26px;
    box-shadow: var(--shadow-xl);
    margin-bottom: 34px;
    display: none;
    animation: slideInDown 0.65s ease-out;
    position: relative;
    overflow: hidden;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-user-info::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--gradient-secondary);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-user-header{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-user-avatar{
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.35rem;
    color: white;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(139, 92, 246, 0.25);
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}.wpc-scope-28 .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 4.8s infinite;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-user-details{
    min-width: 0;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-user-details h2{
    font-size: clamp(1.55rem, 3vw, 2rem);
    color: var(--text-primary);
    margin-bottom: 6px;
    font-weight: 900;
    line-height: 1.15;
    overflow-wrap: anywhere;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-user-description{
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 500;
}.wpc-scope-28 .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-28 .tc-wp-tool-root .reddit-explorer-stat-card{
    background: rgba(2, 8, 23, 0.25);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    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;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stat-card::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-accent);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stat-card:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(45, 212, 191, 0.5);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stat-number{
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--primary-light);
    margin-bottom: 5px;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stat-label{
    font-size: 0.86rem;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: capitalize;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-posts-section{
    display: none;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-section-title{
    color: var(--text-primary);
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 900;
    margin-bottom: 24px;
    text-align: center;
    background: linear-gradient(180deg, rgba(15, 31, 53, 0.82), rgba(15, 31, 53, 0.55));
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 20px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-section-title::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--gradient-accent);
}.wpc-scope-28 .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-28 .tc-wp-tool-root .reddit-explorer-post-card{
    background: linear-gradient(180deg, rgba(15, 31, 53, 0.9), rgba(15, 31, 53, 0.68));
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 22px;
    padding: 22px;
    box-shadow: var(--shadow-lg);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    position: relative;
    overflow: hidden;
    animation: slideUp 0.55s ease forwards;
    display: flex;
    flex-direction: column;
    height: 100%;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-card::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 22px 22px 0 0;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-card:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(103, 232, 249, 0.5);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-subreddit-info{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-subreddit-badge{
    background: var(--gradient-primary);
    color: white;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: var(--shadow-sm);
    max-width: 100%;
    overflow-wrap: anywhere;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-type{
    background: rgba(139, 92, 246, 0.18);
    color: #ddd6fe;
    border: 1px solid rgba(167, 139, 250, 0.28);
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: capitalize;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-meta{
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 500;
    text-align: right;
    flex: 0 0 auto;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-badges{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-secondary);
    color: white;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: var(--shadow-sm);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-badge.admin, .wpc-scope-28 .tc-wp-tool-root .admin{
    background: linear-gradient(135deg, #14b8a6, #22c55e);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-badge.stickied, .wpc-scope-28 .tc-wp-tool-root .stickied{
    background: linear-gradient(135deg, #8b5cf6, #38bdf8);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-badge.archived, .wpc-scope-28 .tc-wp-tool-root .archived{
    background: linear-gradient(135deg, #64748b, #334155);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-badge.locked, .wpc-scope-28 .tc-wp-tool-root .locked{
    background: linear-gradient(135deg, #f59e0b, #fb7185);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-badge.nsfw, .wpc-scope-28 .tc-wp-tool-root .nsfw{
    background: linear-gradient(135deg, #e11d48, #7c3aed);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-title{
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 14px;
    color: var(--text-primary);
    line-height: 1.35;
    overflow-wrap: anywhere;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-content{
    margin-bottom: 18px;
    flex-grow: 1;
    min-width: 0;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-post-text{
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 14px;
    overflow-wrap: anywhere;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-media-container{
    margin: 15px 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-md);
    background: #020617;
    border: 1px solid rgba(148, 163, 184, 0.18);
}.wpc-scope-28 .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-28 .tc-wp-tool-root .reddit-explorer-image-preview:hover{
    transform: scale(1.025);
    filter: saturate(1.08);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-video-container{
    position: relative;
    width: 100%;
    background: #020617;
    border-radius: 18px;
    overflow: hidden;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-video-player{
    width: 100%;
    height: 260px;
    border-radius: 18px;
    display: block;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-media-controls{
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
    align-items: center;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-control-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border: 0;
    border-radius: 13px;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 700;
    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-28 .tc-wp-tool-root .reddit-explorer-control-btn::before{
    content: '';
    position: absolute;
    inset: 0 auto 0 -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transition: left 0.5s ease;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-control-btn:hover::before{
    left: 100%;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stream-audio-btn{
    background: var(--gradient-secondary);
    color: white;
    box-shadow: var(--shadow-md);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stream-audio-btn:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stream-audio-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stream-audio-btn.loading, .wpc-scope-28 .tc-wp-tool-root .loading{
    background: linear-gradient(135deg, #334155, #0f172a);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-download-btn{
    background: var(--gradient-accent);
    color: white;
    box-shadow: var(--shadow-md);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-download-btn:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-download-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-download-btn.downloading, .wpc-scope-28 .tc-wp-tool-root .downloading{
    background: var(--gradient-primary);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-external-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gradient-primary);
    color: white;
    padding: 10px 16px;
    border-radius: 13px;
    text-decoration: none;
    margin-top: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    font-size: 0.9rem;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-external-link:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    filter: saturate(1.08);
}.wpc-scope-28 .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.16);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stat-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 12px;
    background: rgba(2, 8, 23, 0.24);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    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;
    min-width: 0;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stat-item::before{
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--gradient-accent);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stat-item:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(45, 212, 191, 0.42);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-stat-value{
    font-weight: 900;
    font-size: 1.15rem;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-upvotes .reddit-explorer-stat-value{
    color: var(--primary-light);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-comments .reddit-explorer-stat-value{
    color: var(--secondary-light);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-loading{
    text-align: center;
    padding: 34px 18px 20px;
    color: var(--text-primary);
    font-size: 1rem;
    display: none;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-loading p{
    color: var(--text-secondary);
    font-weight: 600;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-spinner{
    border: 4px solid rgba(148, 163, 184, 0.2);
    border-top: 4px solid var(--primary-light);
    border-right: 4px solid var(--secondary-light);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.9s linear infinite;
    margin: 20px auto;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-error-message{
    background: rgba(251, 113, 133, 0.12);
    border: 1px solid rgba(251, 113, 133, 0.32);
    color: #fecdd3;
    padding: 16px 18px;
    border-radius: 16px;
    text-align: center;
    margin: 18px 0 0;
    font-weight: 700;
    display: none;
    font-size: 14px;
    box-shadow: 0 14px 30px rgba(251, 113, 133, 0.08);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 50% 50%, rgba(56, 189, 248, 0.12), transparent 42%),
        rgba(2, 8, 23, 0.94);
    animation: fadeIn 0.28s ease;
    padding: 24px;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: min(92vw, 1120px);
    max-height: 88vh;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-modal img{
    width: 100%;
    height: auto;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255, 255, 255, 0.12);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-close{
    position: absolute;
    top: 18px;
    right: 28px;
    color: #f8fafc;
    font-size: 44px;
    font-weight: 700;
    cursor: pointer;
    z-index: 1001;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-close:hover{
    color: var(--primary-light);
    transform: scale(1.04);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-download-progress{
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: linear-gradient(180deg, rgba(15, 31, 53, 0.94), rgba(15, 31, 53, 0.78));
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 22px;
    padding: 22px;
    width: min(360px, calc(100vw - 32px));
    min-width: 0;
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    display: none;
    color: var(--text-primary);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-download-progress.show, .wpc-scope-28 .tc-wp-tool-root .show{
    display: block;
    animation: slideInRight 0.38s ease-out;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-progress-text{
    font-weight: 800;
    font-size: 14px;
    color: var(--text-primary);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-cancel-btn{
    background: rgba(251, 113, 133, 0.12);
    border: 1px solid rgba(251, 113, 133, 0.32);
    color: #fecdd3;
    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;
    font-family: inherit;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-cancel-btn:hover{
    background: rgba(251, 113, 133, 0.2);
    border-color: rgba(251, 113, 133, 0.5);
    transform: translateY(-1px);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-progress-bar-container{
    width: 100%;
    height: 12px;
    background: rgba(2, 8, 23, 0.58);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: inset 0 2px 6px rgba(2, 8, 23, 0.45);
}.wpc-scope-28 .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(56, 189, 248, 0.5);
}.wpc-scope-28 .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: 600;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-expand-btn{
    background: var(--gradient-primary);
    color: white;
    border: 0;
    padding: 9px 15px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 800;
    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-28 .tc-wp-tool-root .reddit-explorer-expand-btn:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    filter: saturate(1.08);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-video-play-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(2, 8, 23, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 5;
    box-shadow: var(--shadow-md);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-video-play-overlay:hover{
    background: rgba(2, 8, 23, 0.92);
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: var(--shadow-lg);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-video-play-overlay.hidden, .wpc-scope-28 .tc-wp-tool-root .hidden{
    display: none;
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-video-loading-overlay{
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 23, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-weight: 700;
    z-index: 10;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}.wpc-scope-28 .tc-wp-tool-root .reddit-explorer-video-loading-spinner{
    width: 32px;
    height: 32px;
    border: 3px solid rgba(255, 255, 255, 0.26);
    border-top: 3px solid var(--primary-light);
    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(24px);
    }
    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: 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-container{
        padding: 26px 18px 46px;
    }.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.16rem;
    }.tc-wp-tool-root .reddit-explorer-search-form{
        display: flex;
        gap: 12px;
        margin-bottom: 20px;
        position: relative;
        flex-direction: column;
    }.tc-wp-tool-root .reddit-explorer-search-btn{
        width: 100%;
    }}@media (max-width: 768px){.tc-wp-tool-root .reddit-explorer-header{
        padding-top: 22px;
        margin-bottom: 24px;
    }.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;
        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-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.55rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1.08rem;
    }.tc-wp-tool-root .reddit-explorer-download-progress{
        right: 16px;
        bottom: 16px;
        width: calc(100vw - 32px);
    }}@media (max-width: 600px){.tc-wp-tool-root .reddit-explorer-container{
        padding: 18px 14px 36px;
    }.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-posts-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }.tc-wp-tool-root .reddit-explorer-logo{
        gap: 12px;
    }.tc-wp-tool-root .reddit-explorer-logo-icon{
        width: 60px;
        height: 60px;
        border-radius: 18px;
        font-size: 28px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 60px;
        height: 60px;
        border-radius: 18px;
        font-size: 1.9rem;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        gap: 14px;
    }.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.35rem;
        padding: 16px;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1rem;
    }.tc-wp-tool-root .reddit-explorer-post-header{
        flex-direction: column;
        align-items: stretch;
    }.tc-wp-tool-root .reddit-explorer-post-meta{
        text-align: left;
    }.tc-wp-tool-root .reddit-explorer-video-player{
        height: 220px;
    }}@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: 14px 10px 30px;
    }.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: 52px;
        height: 52px;
        font-size: 24px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 52px;
        height: 52px;
        font-size: 1.7rem;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        font-size: 1.55rem;
    }.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.96rem;
    }.tc-wp-tool-root .reddit-explorer-search-input{
        font-size: 14px !important;
        padding: 14px 15px !important;
    }.tc-wp-tool-root .reddit-explorer-progress-header, .tc-wp-tool-root .reddit-explorer-progress-details{
        align-items: flex-start;
    }}@media (max-width: 400px){.tc-wp-tool-root .reddit-explorer-container{
        padding: 10px 8px 26px;
    }.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: 22px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 46px;
        height: 46px;
        font-size: 1.55rem;
    }.tc-wp-tool-root .reddit-explorer-logo-text{
        font-size: 1.34rem;
    }.tc-wp-tool-root .reddit-explorer-subtitle{
        font-size: 12px;
    }.tc-wp-tool-root .reddit-explorer-section-title{
        font-size: 1.08rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .reddit-explorer-search-btn{
        min-width: 0;
        padding: 13px 14px;
    }}@media (max-width: 375px){.tc-wp-tool-root .reddit-explorer-container{
        padding: 8px 6px 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: 10px;
    }.tc-wp-tool-root .reddit-explorer-logo-icon{
        width: 42px;
        height: 42px;
        font-size: 20px;
    }.tc-wp-tool-root .reddit-explorer-user-avatar{
        width: 42px;
        height: 42px;
        font-size: 1.35rem;
    }.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.84rem;
    }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .reddit-explorer-wrapper *, .tc-wp-tool-root .reddit-explorer-wrapper *::before, .tc-wp-tool-root .reddit-explorer-wrapper *::after{
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }}.wpc-scope-28 /* 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;
}