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

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

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-177 .tc-wp-tool-root img, .wpc-scope-177 .tc-wp-tool-root video, .wpc-scope-177 .tc-wp-tool-root svg, .wpc-scope-177 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-wrapper{
    position: relative;
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 69, 0, 0.22), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(56, 189, 248, 0.2), transparent 30%),
        linear-gradient(145deg, #080b18 0%, #111827 46%, #0f172a 100%);
    color: #eef2ff;
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
    isolation: isolate;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-wrapper::before{
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    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.8), transparent 78%);
    z-index: -1;
}.wpc-scope-177 .tc-wp-tool-root{
    --primary-color: #ff4500;
    --primary-light: #ff8a4c;
    --primary-dark: #c2410c;
    --secondary-color: #38bdf8;
    --secondary-light: #7dd3fc;
    --secondary-dark: #0369a1;
    --accent-color: #a78bfa;
    --accent-light: #c4b5fd;
    --accent-dark: #7c3aed;
    --success-color: #22c55e;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --bg-primary: #080b18;
    --bg-secondary: rgba(15, 23, 42, 0.78);
    --bg-tertiary: rgba(30, 41, 59, 0.9);
    --bg-card: rgba(17, 24, 39, 0.78);
    --glass-bg: rgba(255, 255, 255, 0.075);
    --glass-border: rgba(255, 255, 255, 0.14);
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --text-accent: #7dd3fc;
    --shadow-sm: 0 8px 20px rgba(2, 6, 23, 0.18);
    --shadow-md: 0 16px 36px rgba(2, 6, 23, 0.26);
    --shadow-lg: 0 24px 58px rgba(2, 6, 23, 0.34);
    --shadow-xl: 0 34px 90px rgba(2, 6, 23, 0.46);
    --gradient-primary: linear-gradient(135deg, #ff4500 0%, #fb7185 48%, #a855f7 100%);
    --gradient-secondary: linear-gradient(135deg, #38bdf8 0%, #6366f1 52%, #a855f7 100%);
    --gradient-accent: linear-gradient(135deg, #22c55e 0%, #14b8a6 48%, #38bdf8 100%);
    --gradient-danger: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-main{
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(18px, 3vw, 36px);
    position: relative;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-top-section{
    text-align: center;
    margin-bottom: clamp(30px, 5vw, 56px);
    padding: clamp(34px, 7vw, 78px) 0 clamp(22px, 4vw, 42px);
    animation: fadeInDown 0.8s ease-out;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-brand{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2.5vw, 24px);
    margin-bottom: 22px;
    flex-wrap: wrap;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-icon{
    width: clamp(62px, 8vw, 86px);
    height: clamp(62px, 8vw, 86px);
    background: var(--gradient-primary);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    box-shadow: 0 22px 46px rgba(255, 69, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.26);
    animation: float 4s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-icon::before{
    content: '';
    position: absolute;
    top: -55%;
    left: -55%;
    width: 210%;
    height: 210%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.26), transparent);
    transform: rotate(45deg);
    animation: shine 3.5s infinite;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-tag{
    background: var(--gradient-secondary);
    color: white;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: var(--shadow-md);
    animation: pulse 2.2s infinite;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-name{
    font-size: clamp(2rem, 5.2vw, 4.35rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #ffd7c7 32%, #7dd3fc 70%, #c4b5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
    text-shadow: none;
    line-height: 1.08;
    max-width: 1050px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-description{
    color: var(--text-secondary);
    font-size: clamp(15px, 2vw, 19px);
    font-weight: 500;
    margin-bottom: clamp(26px, 4vw, 38px);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-features{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
    margin-bottom: 10px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-feature{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
    border: 1px solid var(--glass-border);
    padding: 18px 16px;
    border-radius: var(--radius-md);
    text-align: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(18px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-feature::before{
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
    transition: left 0.55s ease;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-feature:hover::before{
    left: 110%;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-feature:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(125, 211, 252, 0.44);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-feature-icon{
    width: 46px;
    height: 46px;
    background: var(--gradient-secondary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 21px;
    color: white;
    box-shadow: 0 12px 28px rgba(56, 189, 248, 0.22);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-feature-label{
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 0;
    font-size: 14px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-search-box{
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.68));
    border: 1px solid var(--glass-border);
    padding: clamp(20px, 3vw, 34px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    margin-bottom: 36px;
    animation: fadeInUp 0.8s ease-out 0.12s both;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(22px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-search-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 0 0 999px 999px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-search-form{
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    position: relative;
    align-items: stretch;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-input{
    flex: 1 !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(148, 163, 184, 0.24) !important;
    border-radius: 18px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: rgba(2, 6, 23, 0.38) !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease !important;
    outline: none !important;
    color: var(--text-primary) !important;
    font-family: inherit !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-input:focus{
    border-color: rgba(56, 189, 248, 0.82) !important;
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.14), 0 14px 28px rgba(2, 6, 23, 0.16) !important;
    transform: translateY(-1px);
    background: rgba(15, 23, 42, 0.72) !important;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-input::placeholder{
    color: #8796ad;
    font-weight: 400;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-button{
    padding: 15px 28px;
    min-height: 56px;
    background: var(--gradient-primary);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.14);
    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, opacity 0.25s ease;
    min-width: 152px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(255, 69, 0, 0.24);
    font-family: inherit;
    white-space: nowrap;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-button::before{
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transition: left 0.5s ease;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-button:hover::before{
    left: 110%;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-button:hover:not(:disabled){
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(255, 69, 0, 0.3);
    filter: saturate(1.08) brightness(1.04);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-button:focus-visible{
    outline: 3px solid rgba(125, 211, 252, 0.38);
    outline-offset: 3px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-button:active:not(:disabled){
    transform: translateY(-1px) scale(0.99);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-button:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-user-panel{
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.68));
    border: 1px solid var(--glass-border);
    padding: clamp(22px, 3vw, 34px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    margin-bottom: 38px;
    display: none;
    animation: fadeInDown 0.7s ease-out;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(22px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-user-panel::before{
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    background: var(--gradient-secondary);
    border-radius: 0 0 999px 999px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-user-header{
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 24px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-avatar{
    width: 82px;
    height: 82px;
    flex: 0 0 auto;
    border-radius: 24px;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.35rem;
    color: white;
    font-weight: 900;
    box-shadow: 0 20px 42px rgba(255, 69, 0, 0.24);
    position: relative;
    overflow: hidden;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-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-177 .tc-wp-tool-root .reddit-explorer-user-info{
    min-width: 0;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-user-info .reddit-explorer-name{
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    color: var(--text-primary);
    margin-bottom: 6px;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-user-bio{
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 500;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin-top: 22px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-stat{
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--glass-border);
    padding: 18px;
    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-177 .tc-wp-tool-root .reddit-explorer-stat::before{
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    background: var(--gradient-accent);
    border-radius: 0 0 999px 999px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-stat:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(34, 197, 94, 0.34);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-stat-value{
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--secondary-light);
    margin-bottom: 5px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-stat-key{
    font-size: 0.88rem;
    color: var(--text-secondary);
    font-weight: 700;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-content-area{
    display: none;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-section-heading{
    color: var(--text-primary);
    font-size: clamp(1.45rem, 3vw, 2.05rem);
    font-weight: 900;
    margin-bottom: 24px;
    text-align: center;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.64));
    border: 1px solid var(--glass-border);
    padding: clamp(18px, 2.6vw, 24px);
    border-radius: var(--radius-md);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(18px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-section-heading::before{
    content: '';
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 3px;
    background: var(--gradient-accent);
    border-radius: 0 0 999px 999px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-posts{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
    gap: 22px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-post{
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.86), rgba(17, 24, 39, 0.76));
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-lg);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: slideUp 0.55s ease forwards;
    display: flex;
    flex-direction: column;
    height: 100%;
    backdrop-filter: blur(18px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-post::before{
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 0 0 999px 999px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-post:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(255, 138, 76, 0.4);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.82));
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-post-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-subreddit{
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    min-width: 0;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-subreddit-tag{
    background: rgba(255, 69, 0, 0.14);
    color: #ffd7c7;
    border: 1px solid rgba(255, 138, 76, 0.26);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: var(--shadow-sm);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-type{
    background: rgba(56, 189, 248, 0.13);
    color: #bae6fd;
    border: 1px solid rgba(56, 189, 248, 0.24);
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: capitalize;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-date{
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-labels{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-label{
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-sm);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-label.admin{
    background: var(--gradient-danger);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-label.stickied{
    background: var(--gradient-accent);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-label.archived{
    background: linear-gradient(135deg, #64748b, #334155);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-label.locked{
    background: linear-gradient(135deg, #f59e0b, #ef4444);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-label.nsfw{
    background: linear-gradient(135deg, #a855f7, #db2777);
}.wpc-scope-177 .tc-wp-tool-root .admin{
    color: inherit;
}.wpc-scope-177 .tc-wp-tool-root .archived{
    color: inherit;
}.wpc-scope-177 .tc-wp-tool-root .locked{
    color: inherit;
}.wpc-scope-177 .tc-wp-tool-root .nsfw{
    color: inherit;
}.wpc-scope-177 .tc-wp-tool-root .stickied{
    color: inherit;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-post-title{
    font-size: clamp(1.1rem, 2vw, 1.42rem);
    font-weight: 800;
    margin-bottom: 14px;
    color: var(--text-primary);
    line-height: 1.36;
    overflow-wrap: anywhere;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-post-body{
    margin-bottom: 18px;
    flex-grow: 1;
    min-width: 0;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-text{
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    overflow-wrap: anywhere;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-media{
    margin: 16px 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-md);
    background: #020617;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-image{
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.35s ease, filter 0.35s ease;
    display: block;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-image:hover{
    transform: scale(1.025);
    filter: saturate(1.08);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-video-wrapper{
    position: relative;
    width: 100%;
    background: #020617;
    border-radius: 18px;
    overflow: hidden;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-video{
    width: 100%;
    height: 260px;
    border-radius: 18px;
    display: block;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-controls{
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
    align-items: center;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-control{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    min-height: 44px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-control::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-177 .tc-wp-tool-root .reddit-explorer-control:hover::before{
    left: 110%;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-control:focus-visible{
    outline: 3px solid rgba(125, 211, 252, 0.35);
    outline-offset: 3px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-audio-btn{
    background: var(--gradient-secondary);
    color: white;
    box-shadow: 0 14px 30px rgba(56, 189, 248, 0.2);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-audio-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(56, 189, 248, 0.26);
    filter: brightness(1.04);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-audio-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-audio-btn.loading{
    background: linear-gradient(135deg, #64748b, #334155);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-download{
    background: var(--gradient-accent);
    color: white;
    box-shadow: 0 14px 30px rgba(34, 197, 94, 0.18);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-download:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(34, 197, 94, 0.24);
    filter: brightness(1.04);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-download:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-download.downloading{
    background: var(--gradient-primary);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-external{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
    border: 1px solid rgba(125, 211, 252, 0.26);
    padding: 10px 18px;
    border-radius: 14px;
    text-decoration: none;
    margin-top: 15px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    font-weight: 800;
    box-shadow: var(--shadow-sm);
    font-size: 0.9rem;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-external:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    background: rgba(56, 189, 248, 0.14);
    border-color: rgba(125, 211, 252, 0.48);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-metrics{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-metric{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.065);
    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-177 .tc-wp-tool-root .reddit-explorer-metric::before{
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: var(--gradient-accent);
    border-radius: 0 0 999px 999px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-metric:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(125, 211, 252, 0.34);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-metric-value{
    font-weight: 900;
    font-size: 1.18rem;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-metric-label{
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: capitalize;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-upvotes .reddit-explorer-metric-value{
    color: var(--primary-light);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-comments .reddit-explorer-metric-value{
    color: var(--secondary-light);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-loader{
    text-align: center;
    padding: 38px 20px;
    color: var(--text-primary);
    font-size: 1.05rem;
    display: none;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-spinner{
    border: 4px solid rgba(148, 163, 184, 0.2);
    border-top: 4px solid var(--secondary-light);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.85s linear infinite;
    margin: 20px auto;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-error{
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.34);
    color: #fecaca;
    padding: 18px 20px;
    border-radius: 16px;
    text-align: center;
    margin: 20px 0 0;
    font-weight: 700;
    display: none;
    font-size: 14px;
    box-shadow: 0 14px 28px rgba(239, 68, 68, 0.12);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-popup{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 50% 20%, rgba(56, 189, 248, 0.12), transparent 30%),
        rgba(2, 6, 23, 0.94);
    animation: fadeIn 0.3s ease;
    backdrop-filter: blur(14px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-popup-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: min(92vw, 1180px);
    max-height: 88vh;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-popup 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.14);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-close{
    position: absolute;
    top: 18px;
    right: 32px;
    color: #f8fafc;
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.22s ease, transform 0.22s ease;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-close:hover{
    color: var(--primary-light);
    transform: scale(1.08);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-progress{
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.86));
    border: 1px solid var(--glass-border);
    border-radius: 22px;
    padding: 22px;
    min-width: min(350px, calc(100vw - 32px));
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    display: none;
    color: var(--text-primary);
    backdrop-filter: blur(18px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-progress.show{
    display: block;
    animation: slideInRight 0.35s ease-out;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-progress-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-progress-text{
    font-weight: 800;
    font-size: 14px;
    color: var(--text-primary);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-cancel{
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.34);
    color: #fecaca;
    padding: 8px 14px;
    border-radius: 12px;
    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-177 .tc-wp-tool-root .reddit-explorer-cancel:hover{
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(248, 113, 113, 0.48);
    transform: translateY(-1px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-progress-bar{
    width: 100%;
    height: 12px;
    background: rgba(2, 6, 23, 0.58);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.28);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-progress-fill{
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 999px;
    width: 0%;
    transition: width 0.3s ease;
    box-shadow: 0 0 18px rgba(255, 69, 0, 0.42);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-progress-info{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 600;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-expand{
    background: var(--gradient-primary);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.13);
    padding: 9px 16px;
    border-radius: 14px;
    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-177 .tc-wp-tool-root .reddit-explorer-expand:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    filter: brightness(1.04);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-play-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    width: 58px;
    height: 58px;
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    z-index: 5;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-play-overlay:hover{
    background: rgba(255, 69, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 18px 38px rgba(255, 69, 0, 0.3);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-play-overlay.hidden{
    display: none;
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-new-search{
    background: var(--gradient-secondary) !important;
    min-width: 136px;
    box-shadow: 0 16px 34px rgba(56, 189, 248, 0.2);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-loading-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 6, 23, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-weight: 800;
    z-index: 10;
    backdrop-filter: blur(10px);
}.wpc-scope-177 .tc-wp-tool-root .reddit-explorer-loading-spinner{
    width: 32px;
    height: 32px;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 0.85s 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 fadeInDown{
    from {
        opacity: 0;
        transform: translateY(-24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes fadeInUp{
    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-posts{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-features{
        grid-template-columns: repeat(2, 1fr);
    }}@media (max-width: 992px){.tc-wp-tool-root .reddit-explorer-section-heading{
        font-size: 1.75rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1.2rem;
    }.tc-wp-tool-root .reddit-explorer-search-form{
        flex-direction: column !important;
    }.tc-wp-tool-root .reddit-explorer-button{
        width: 100%;
    }}@media (max-width: 768px){.tc-wp-tool-root .reddit-explorer-top-section{
        padding-top: 44px;
    }.tc-wp-tool-root .reddit-explorer-features{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-stats{
        grid-template-columns: repeat(2, 1fr);
    }.tc-wp-tool-root .reddit-explorer-metrics{
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }.tc-wp-tool-root .reddit-explorer-controls{
        flex-direction: column;
        align-items: stretch;
    }.tc-wp-tool-root .reddit-explorer-control, .tc-wp-tool-root .reddit-explorer-external{
        width: 100%;
    }.tc-wp-tool-root .reddit-explorer-search-form{
        flex-direction: column;
    }.tc-wp-tool-root .reddit-explorer-description{
        font-size: 15px;
    }.tc-wp-tool-root .reddit-explorer-section-heading{
        font-size: 1.5rem;
    }.tc-wp-tool-root .reddit-explorer-post-meta, .tc-wp-tool-root .reddit-explorer-user-header{
        align-items: flex-start;
    }.tc-wp-tool-root .reddit-explorer-post-meta{
        flex-direction: column;
    }.tc-wp-tool-root .reddit-explorer-date{
        text-align: left;
        white-space: normal;
    }.tc-wp-tool-root .reddit-explorer-brand{
        margin-top: 0;
    }.tc-wp-tool-root .reddit-explorer-progress{
        right: 16px;
        bottom: 16px;
        left: 16px;
        min-width: 0;
    }}@media (max-width: 600px){.tc-wp-tool-root .reddit-explorer-main{
        padding: 14px;
    }.tc-wp-tool-root .reddit-explorer-search-box, .tc-wp-tool-root .reddit-explorer-user-panel, .tc-wp-tool-root .reddit-explorer-post{
        padding: 18px;
    }.tc-wp-tool-root .reddit-explorer-posts{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-avatar{
        width: 62px;
        height: 62px;
        font-size: 1.8rem;
        border-radius: 20px;
    }.tc-wp-tool-root .reddit-explorer-description{
        font-size: 14px;
    }.tc-wp-tool-root .reddit-explorer-section-heading{
        font-size: 1.32rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1.05rem;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        gap: 14px;
    }.tc-wp-tool-root .reddit-explorer-video{
        height: 220px;
    }.tc-wp-tool-root .reddit-explorer-close{
        top: 14px;
        right: 20px;
        font-size: 38px;
    }}@media (max-width: 480px){.tc-wp-tool-root .reddit-explorer-metrics{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-stats{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .reddit-explorer-main{
        padding: 12px;
    }.tc-wp-tool-root .reddit-explorer-search-box, .tc-wp-tool-root .reddit-explorer-user-panel, .tc-wp-tool-root .reddit-explorer-post{
        padding: 16px;
        border-radius: 20px;
    }.tc-wp-tool-root .reddit-explorer-description{
        font-size: 13px;
    }.tc-wp-tool-root .reddit-explorer-section-heading{
        font-size: 1.18rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 1rem;
    }.tc-wp-tool-root .reddit-explorer-input, .tc-wp-tool-root .reddit-explorer-button{
        min-height: 52px !important;
    }.tc-wp-tool-root .reddit-explorer-progress-header, .tc-wp-tool-root .reddit-explorer-progress-info{
        flex-direction: column;
        align-items: flex-start;
    }}@media (max-width: 400px){.tc-wp-tool-root .reddit-explorer-main{
        padding: 10px;
    }.tc-wp-tool-root .reddit-explorer-search-box, .tc-wp-tool-root .reddit-explorer-user-panel, .tc-wp-tool-root .reddit-explorer-post{
        padding: 14px;
    }.tc-wp-tool-root .reddit-explorer-description{
        font-size: 12px;
    }.tc-wp-tool-root .reddit-explorer-section-heading{
        font-size: 1.08rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 0.95rem;
    }.tc-wp-tool-root .reddit-explorer-feature{
        padding: 15px 12px;
    }}@media (max-width: 375px){.tc-wp-tool-root .reddit-explorer-main{
        padding: 8px;
    }.tc-wp-tool-root .reddit-explorer-search-box, .tc-wp-tool-root .reddit-explorer-user-panel, .tc-wp-tool-root .reddit-explorer-post{
        padding: 12px;
    }.tc-wp-tool-root .reddit-explorer-avatar{
        width: 52px;
        height: 52px;
        font-size: 1.5rem;
    }.tc-wp-tool-root .reddit-explorer-description{
        font-size: 12px;
    }.tc-wp-tool-root .reddit-explorer-section-heading{
        font-size: 1rem;
    }.tc-wp-tool-root .reddit-explorer-post-title{
        font-size: 0.9rem;
    }.tc-wp-tool-root .reddit-explorer-user-header{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }}.wpc-scope-177 /* 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;
}