@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&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-79 .tc-wp-tool-root img, .wpc-scope-79 .tc-wp-tool-root video, .wpc-scope-79 .tc-wp-tool-root svg, .wpc-scope-79 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-79 .tc-wp-tool-root .wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-79 .tc-wp-tool-root .wrapper{
    --pycv-primary-gradient: linear-gradient(135deg, #7c3aed 0%, #2563eb 48%, #06b6d4 100%);
    --pycv-secondary-gradient: linear-gradient(135deg, #ff003d 0%, #ff4f7b 50%, #ff9f43 100%);
    --pycv-accent-gradient: linear-gradient(135deg, #22d3ee 0%, #3b82f6 50%, #8b5cf6 100%);
    --pycv-success-gradient: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    --pycv-danger-gradient: linear-gradient(135deg, #fb2c36 0%, #f97316 100%);
    --pycv-bg: #070914;
    --pycv-surface: rgba(15, 23, 42, 0.68);
    --pycv-surface-strong: rgba(15, 23, 42, 0.86);
    --pycv-glass-bg: rgba(255, 255, 255, 0.075);
    --pycv-glass-border: rgba(255, 255, 255, 0.16);
    --pycv-border-strong: rgba(125, 145, 255, 0.28);
    --pycv-text-primary: #f8fbff;
    --pycv-text-secondary: rgba(239, 246, 255, 0.82);
    --pycv-text-muted: rgba(226, 232, 240, 0.62);
    --pycv-shadow-sm: 0 10px 30px rgba(2, 6, 23, 0.22);
    --pycv-shadow-md: 0 22px 60px rgba(2, 6, 23, 0.34);
    --pycv-shadow-lg: 0 30px 90px rgba(2, 6, 23, 0.48);
    --pycv-radius-sm: 12px;
    --pycv-radius-md: 18px;
    --pycv-radius-lg: 26px;
    font-family: 'Outfit', sans-serif;
    background: var(--pycv-bg);
    color: var(--pycv-text-primary);
    min-height: 80vh;
    position: relative;
    overflow-x: hidden;
    padding: clamp(16px, 3vw, 32px);
    isolation: isolate;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .fab, .wpc-scope-79 .tc-wp-tool-root .wrapper .fas, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-youtube, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-comments, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-play, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-comment-dots, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-heart, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-comment-alt, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-rocket, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-shield-alt, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-magic, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-mobile-alt, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-paste, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-search, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-plus, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-clock, .wpc-scope-79 .tc-wp-tool-root .wrapper .fa-check{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-premium-bg{
    position: fixed;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(circle at 18% 18%, rgba(124, 58, 237, 0.22) 0%, transparent 34%),
        radial-gradient(circle at 78% 12%, rgba(6, 182, 212, 0.16) 0%, transparent 32%),
        radial-gradient(circle at 70% 82%, rgba(255, 0, 61, 0.12) 0%, transparent 38%),
        linear-gradient(135deg, #070914 0%, #111827 48%, #0f172a 100%);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-animated-mesh{
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 22% 78%, rgba(59, 130, 246, 0.12) 0%, transparent 42%),
        radial-gradient(circle at 82% 24%, rgba(236, 72, 153, 0.1) 0%, transparent 42%),
        radial-gradient(circle at 46% 42%, rgba(34, 211, 238, 0.08) 0%, transparent 46%);
    animation: pycv-meshMove 20s ease-in-out infinite;
}@keyframes pycv-meshMove{
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-20px, -18px) rotate(1deg); }
    66% { transform: translate(18px, -10px) rotate(-1deg); }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-luxury-grid{
    position: fixed;
    inset: 0;
    z-index: -1;
    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;
    animation: pycv-gridFloat 28s linear infinite;
    opacity: 0.34;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}@keyframes pycv-gridFloat{
    0% { transform: translate(0, 0); }
    100% { transform: translate(44px, 44px); }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-floating-luxury, .wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particles{
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-luxury-orb{
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(45deg, rgba(124, 58, 237, 0.14), rgba(34, 211, 238, 0.06));
    filter: blur(3px);
    backdrop-filter: blur(44px);
    animation: pycv-luxuryFloat 18s ease-in-out infinite;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-luxury-orb:nth-child(1){
    width: 220px;
    height: 220px;
    top: 5%;
    left: 4%;
    animation-delay: 0s;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-luxury-orb:nth-child(2){
    width: 170px;
    height: 170px;
    top: 50%;
    right: 7%;
    animation-delay: 6s;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-luxury-orb:nth-child(3){
    width: 120px;
    height: 120px;
    bottom: 12%;
    left: 14%;
    animation-delay: 12s;
}@keyframes pycv-luxuryFloat{
    0%, 100% { transform: translateY(0) translateX(0) scale(1); opacity: 0.25; }
    33% { transform: translateY(-22px) translateX(16px) scale(1.08); opacity: 0.38; }
    66% { transform: translateY(-10px) translateX(-12px) scale(0.94); opacity: 0.3; }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particle{
    position: absolute;
    color: rgba(255, 0, 61, 0.12);
    animation: pycv-particleFloat 12s ease-in-out infinite;
    font-size: 1.25rem;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particle.pycv-comment{
    color: rgba(34, 211, 238, 0.14);
    animation: pycv-commentParticle 10s ease-in-out infinite;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particle:nth-child(1){ top: 15%; left: 15%; animation-delay: 0s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particle:nth-child(2){ top: 25%; right: 20%; animation-delay: 2s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particle:nth-child(3){ bottom: 30%; left: 25%; animation-delay: 4s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particle:nth-child(4){ bottom: 20%; right: 15%; animation-delay: 6s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particle:nth-child(5){ top: 60%; left: 10%; animation-delay: 1s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-particle:nth-child(6){ top: 40%; right: 25%; animation-delay: 3s; }@keyframes pycv-particleFloat{
    0%, 100% { transform: translateY(0) rotate(0deg) scale(1); opacity: 0.12; }
    50% { transform: translateY(-16px) rotate(180deg) scale(1.18); opacity: 0.2; }
}@keyframes pycv-commentParticle{
    0%, 100% { transform: translateY(0) scale(1) rotate(0deg); opacity: 0.12; }
    33% { transform: translateY(-15px) scale(1.1) rotate(5deg); opacity: 0.2; }
    66% { transform: translateY(-8px) scale(0.95) rotate(-3deg); opacity: 0.16; }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(10px, 2.4vw, 24px);
    position: relative;
    z-index: 1;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-premium-header{
    text-align: center;
    padding: clamp(28px, 6vw, 58px) 0 clamp(22px, 4vw, 34px);
    animation: pycv-luxuryFadeIn 1.2s ease-out;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-youtube-icons-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2vw, 16px);
    margin-bottom: 16px;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-title-youtube-icon{
    color: #ff003d;
    font-size: clamp(1.45rem, 4vw, 2.15rem);
    animation: pycv-youtubeIconGlow 4s ease-in-out infinite;
    filter: drop-shadow(0 0 16px rgba(255, 0, 61, 0.46));
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-title-comment-icon{
    color: #22d3ee;
    font-size: clamp(1.3rem, 3.6vw, 1.9rem);
    animation: pycv-commentIconFloat 3.5s ease-in-out infinite;
    filter: drop-shadow(0 0 14px rgba(34, 211, 238, 0.44));
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-title-heart-icon{
    color: #fb7185;
    font-size: clamp(1.2rem, 3.4vw, 1.75rem);
    animation: pycv-heartIconBeat 2.8s ease-in-out infinite;
    filter: drop-shadow(0 0 12px rgba(251, 113, 133, 0.42));
}@keyframes pycv-youtubeIconGlow{
    0%, 100% { transform: scale(1) rotate(0deg); filter: drop-shadow(0 0 16px rgba(255, 0, 61, 0.46)); }
    50% { transform: scale(1.1) rotate(5deg); filter: drop-shadow(0 0 26px rgba(255, 0, 61, 0.75)); }
}@keyframes pycv-commentIconFloat{
    0%, 100% { transform: translateY(0) scale(1); filter: drop-shadow(0 0 14px rgba(34, 211, 238, 0.44)); }
    50% { transform: translateY(-8px) scale(1.05); filter: drop-shadow(0 0 22px rgba(34, 211, 238, 0.65)); }
}@keyframes pycv-heartIconBeat{
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 12px rgba(251, 113, 133, 0.42)); }
    25% { transform: scale(1.1); filter: drop-shadow(0 0 17px rgba(251, 113, 133, 0.62)); }
    75% { transform: scale(1.05); filter: drop-shadow(0 0 14px rgba(251, 113, 133, 0.52)); }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-hero-title{
    font-size: clamp(2rem, 6vw, 3.55rem);
    font-weight: 800;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #dbeafe 45%, #a5f3fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.08;
    letter-spacing: 0;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-hero-subtitle{
    font-size: clamp(0.95rem, 2vw, 1.08rem);
    color: var(--pycv-text-secondary);
    font-weight: 400;
    max-width: 720px;
    margin: 0 auto 28px;
    line-height: 1.65;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-premium-features{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
    animation: pycv-luxuryFadeIn 1.4s ease-out;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-feature-luxury{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
    border: 1px solid var(--pycv-glass-border);
    border-radius: 999px;
    padding: 10px 16px;
    backdrop-filter: blur(26px);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    gap: 9px;
    box-shadow: var(--pycv-shadow-sm);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-feature-luxury:hover{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(124, 58, 237, 0.12));
    border-color: var(--pycv-border-strong);
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.32);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-feature-icon-luxury{
    color: #67e8f9;
    font-size: 0.92rem;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-feature-title{
    font-size: 0.9rem;
    font-weight: 650;
    color: var(--pycv-text-primary);
    white-space: nowrap;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury{
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(30, 41, 59, 0.56));
    border: 1px solid var(--pycv-glass-border);
    border-radius: var(--pycv-radius-lg);
    padding: clamp(20px, 4vw, 32px);
    margin-bottom: 32px;
    backdrop-filter: blur(30px);
    animation: pycv-luxuryFadeIn 1.6s ease-out;
    position: relative;
    overflow: hidden;
    box-shadow: var(--pycv-shadow-lg);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: pycv-luxuryShimmer 6s infinite;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.22), transparent 34%, rgba(34, 211, 238, 0.12));
    opacity: 0.55;
}@keyframes pycv-luxuryShimmer{
    0% { left: -100%; }
    100% { left: 130%; }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-header-luxury{
    text-align: center;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-title-luxury{
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 750;
    color: var(--pycv-text-primary);
    margin-bottom: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #bfdbfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-subtitle-luxury{
    color: var(--pycv-text-muted);
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.5;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-input-luxury-container{
    display: flex;
    gap: 12px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-input-luxury-wrapper{
    flex: 1;
    position: relative;
    min-width: 0;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-input-luxury{
    width: 100%;
    min-height: 54px;
    padding: 15px 112px 15px 18px;
    background: rgba(2, 6, 23, 0.42);
    border: 1px solid rgba(226, 232, 240, 0.16);
    border-radius: 16px;
    color: var(--pycv-text-primary);
    font-size: 0.98rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    outline: none;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-input-luxury::placeholder{
    color: rgba(226, 232, 240, 0.48);
    font-weight: 400;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-input-luxury:focus{
    border-color: rgba(34, 211, 238, 0.72);
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.16), 0 14px 36px rgba(2, 6, 23, 0.28);
    transform: translateY(-1px);
    color: #ffffff;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-paste-luxury{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--pycv-primary-gradient);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.3);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-paste-luxury:hover{
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 14px 30px rgba(59, 130, 246, 0.45);
    filter: saturate(1.08);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-paste-luxury:active, .wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury-btn:active, .wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-new-search-luxury:active{
    transform: translateY(0) scale(0.98);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-paste-luxury:focus-visible, .wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury-btn:focus-visible, .wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-new-search-luxury:focus-visible{
    outline: none;
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.22), 0 14px 34px rgba(2, 6, 23, 0.35);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury-btn{
    background: var(--pycv-secondary-gradient);
    color: white;
    border: none;
    padding: 15px 22px;
    border-radius: 16px;
    font-size: 0.96rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 150px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(255, 0, 61, 0.3);
    white-space: nowrap;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transition: left 0.6s ease;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury-btn:hover::before{
    left: 120%;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(255, 0, 61, 0.45);
    filter: saturate(1.06);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-search-luxury-btn:disabled{
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-loading-luxury{
    display: none;
    text-align: center;
    padding: 44px 20px;
    animation: pycv-luxuryFadeIn 0.6s ease-out;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-loading-spinner-luxury{
    width: 54px;
    height: 54px;
    border: 3px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    border-top: 3px solid #ff003d;
    border-right: 3px solid #22d3ee;
    animation: pycv-luxurySpin 1.2s linear infinite;
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 0 32px rgba(34, 211, 238, 0.16);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-loading-spinner-luxury::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border: 2px solid rgba(167, 139, 250, 0.3);
    border-radius: 50%;
    border-top: 2px solid #a78bfa;
    animation: pycv-luxurySpin 0.8s linear infinite reverse;
}@keyframes pycv-luxurySpin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-loading-text-luxury{
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--pycv-text-secondary);
    margin-bottom: 8px;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-loading-subtext{
    font-size: 0.92rem;
    color: var(--pycv-text-muted);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-error-luxury{
    background: linear-gradient(135deg, rgba(251, 44, 54, 0.96) 0%, rgba(249, 115, 22, 0.94) 100%);
    color: white;
    padding: 16px 20px;
    border-radius: 18px;
    margin: 20px 0;
    text-align: center;
    display: none;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 18px 44px rgba(251, 44, 54, 0.26);
    animation: pycv-errorSlide 0.6s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.24);
}@keyframes pycv-errorSlide{
    from { opacity: 0; transform: translateY(-18px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-results-luxury{
    display: none;
    animation: pycv-luxuryFadeIn 0.8s ease-out;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-results-header-luxury{
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(30, 41, 59, 0.5));
    border: 1px solid var(--pycv-glass-border);
    border-radius: 22px;
    padding: 18px 20px;
    margin-bottom: 24px;
    backdrop-filter: blur(28px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--pycv-shadow-md);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-results-header-luxury::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--pycv-primary-gradient);
    opacity: 0.95;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-results-info-luxury{
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-results-icon-luxury{
    width: 40px;
    height: 40px;
    background: var(--pycv-accent-gradient);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 17px;
    box-shadow: 0 12px 28px rgba(34, 211, 238, 0.28);
    animation: pycv-resultsIconPulse 3s ease-in-out infinite;
    flex: 0 0 auto;
}@keyframes pycv-resultsIconPulse{
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-results-text-luxury{
    font-size: clamp(1rem, 2.6vw, 1.15rem);
    font-weight: 750;
    color: var(--pycv-text-primary);
    background: linear-gradient(135deg, #ffffff 0%, #c7d2fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    overflow-wrap: anywhere;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-new-search-luxury{
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.18);
    color: var(--pycv-text-primary);
    padding: 10px 16px;
    border-radius: 14px;
    font-size: 0.91rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(18px);
    white-space: nowrap;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-new-search-luxury:hover{
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(34, 211, 238, 0.48);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(34, 211, 238, 0.16);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comments-luxury-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
    gap: 22px;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card{
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(30, 41, 59, 0.48));
    border: 1px solid var(--pycv-glass-border);
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(28px);
    transition: transform 0.32s ease, background 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(28px);
    animation: pycv-luxuryCardSlide 0.7s ease-out forwards;
    box-shadow: var(--pycv-shadow-sm);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--pycv-primary-gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card:hover::before{
    opacity: 1;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card:hover{
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.86), rgba(15, 23, 42, 0.7));
    border-color: var(--pycv-border-strong);
    transform: translateY(-5px);
    box-shadow: 0 22px 58px rgba(2, 6, 23, 0.4);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-author-luxury{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    min-width: 0;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-author-avatar-luxury{
    width: 40px;
    height: 40px;
    border-radius: 13px;
    margin-right: 12px;
    border: 1px solid rgba(226, 232, 240, 0.18);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.28);
    object-fit: cover;
    flex: 0 0 auto;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-author-avatar-luxury:hover{
    border-color: rgba(34, 211, 238, 0.62);
    transform: scale(1.06);
    box-shadow: 0 10px 24px rgba(34, 211, 238, 0.2);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-author-info-luxury{
    flex: 1;
    min-width: 0;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-author-name-luxury{
    font-weight: 750;
    color: var(--pycv-text-primary);
    font-size: 0.96rem;
    margin-bottom: 4px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-time-luxury{
    color: var(--pycv-text-muted);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 550;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-time-icon-luxury{
    color: #67e8f9;
    font-size: 0.76rem;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-text-luxury{
    color: var(--pycv-text-secondary);
    line-height: 1.66;
    margin-bottom: 16px;
    font-size: 0.91rem;
    font-weight: 400;
    overflow-wrap: anywhere;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-footer-luxury{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 13px;
    border-top: 1px solid rgba(226, 232, 240, 0.1);
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-likes-luxury{
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--pycv-text-muted);
    font-size: 0.86rem;
    font-weight: 650;
    min-width: 0;
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-heart-luxury{
    color: #fb7185;
    animation: pycv-heartLuxuryBeat 2.5s infinite;
    font-size: 0.92rem;
    filter: drop-shadow(0 0 7px rgba(251, 113, 133, 0.35));
}@keyframes pycv-heartLuxuryBeat{
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.12); }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-id-luxury{
    font-size: 0.75rem;
    color: rgba(226, 232, 240, 0.64);
    font-family: 'Courier New', monospace;
    background: rgba(59, 130, 246, 0.16);
    border: 1px solid rgba(147, 197, 253, 0.14);
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: 600;
    overflow-wrap: anywhere;
}@keyframes pycv-luxuryFadeIn{
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes pycv-luxuryCardSlide{
    to { opacity: 1; transform: translateY(0); }
}.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card:nth-child(1){ animation-delay: 0.1s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card:nth-child(2){ animation-delay: 0.2s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card:nth-child(3){ animation-delay: 0.3s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card:nth-child(4){ animation-delay: 0.4s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card:nth-child(5){ animation-delay: 0.5s; }.wpc-scope-79 .tc-wp-tool-root .wrapper .pycv-comment-luxury-card:nth-child(6){ animation-delay: 0.6s; }@media (max-width: 600px){.tc-wp-tool-root .wrapper{
        padding: 14px;
    }.tc-wp-tool-root .wrapper .pycv-container{
        padding: 0;
    }.tc-wp-tool-root .wrapper .pycv-premium-header{
        padding: 26px 0 20px;
    }.tc-wp-tool-root .wrapper .pycv-premium-features{
        gap: 9px;
        margin-bottom: 24px;
    }.tc-wp-tool-root .wrapper .pycv-feature-luxury{
        padding: 8px 12px;
    }.tc-wp-tool-root .wrapper .pycv-feature-title{
        font-size: 0.82rem;
    }.tc-wp-tool-root .wrapper .pycv-search-luxury{
        padding: 18px;
        border-radius: 22px;
        margin-bottom: 24px;
    }.tc-wp-tool-root .wrapper .pycv-input-luxury-container{
        flex-direction: column;
        gap: 12px;
    }.tc-wp-tool-root .wrapper .pycv-input-luxury{
        min-height: 52px;
        padding: 14px 104px 14px 15px;
        font-size: 0.93rem;
    }.tc-wp-tool-root .wrapper .pycv-paste-luxury{
        right: 8px;
        padding: 7px 10px;
        font-size: 0.82rem;
    }.tc-wp-tool-root .wrapper .pycv-search-luxury-btn, .tc-wp-tool-root .wrapper .pycv-new-search-luxury{
        width: 100%;
        min-width: 0;
        justify-content: center;
    }.tc-wp-tool-root .wrapper .pycv-results-header-luxury{
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 16px;
    }.tc-wp-tool-root .wrapper .pycv-results-info-luxury{
        justify-content: center;
    }.tc-wp-tool-root .wrapper .pycv-comments-luxury-grid{
        grid-template-columns: 1fr;
        gap: 14px;
    }.tc-wp-tool-root .wrapper .pycv-comment-luxury-card{
        padding: 16px;
        border-radius: 18px;
    }.tc-wp-tool-root .wrapper .pycv-comment-footer-luxury{
        align-items: flex-start;
        flex-direction: column;
    }.tc-wp-tool-root .wrapper .pycv-youtube-particles, .tc-wp-tool-root .wrapper .pycv-floating-luxury{
        opacity: 0.75;
    }}@media (max-width: 375px){.tc-wp-tool-root .wrapper{
        padding: 12px;
    }.tc-wp-tool-root .wrapper .pycv-premium-header{
        padding: 22px 0 16px;
    }.tc-wp-tool-root .wrapper .pycv-hero-title{
        font-size: 1.75rem;
        line-height: 1.15;
    }.tc-wp-tool-root .wrapper .pycv-hero-subtitle{
        font-size: 0.86rem;
        margin: 0 auto 20px;
    }.tc-wp-tool-root .wrapper .pycv-youtube-icons-title{
        gap: 8px;
        margin-bottom: 12px;
    }.tc-wp-tool-root .wrapper .pycv-search-luxury{
        padding: 15px;
    }.tc-wp-tool-root .wrapper .pycv-search-title-luxury{
        font-size: 1.18rem;
    }.tc-wp-tool-root .wrapper .pycv-search-subtitle-luxury{
        font-size: 0.82rem;
    }.tc-wp-tool-root .wrapper .pycv-input-luxury{
        padding: 13px 96px 13px 14px;
        font-size: 0.88rem;
    }.tc-wp-tool-root .wrapper .pycv-paste-luxury{
        padding: 6px 9px;
        font-size: 0.78rem;
    }.tc-wp-tool-root .wrapper .pycv-author-avatar-luxury{
        width: 34px;
        height: 34px;
        margin-right: 10px;
    }.tc-wp-tool-root .wrapper .pycv-author-name-luxury{
        font-size: 0.9rem;
    }.tc-wp-tool-root .wrapper .pycv-comment-text-luxury{
        font-size: 0.86rem;
    }}@media (min-width: 601px) and (max-width: 768px){.tc-wp-tool-root .wrapper .pycv-container{
        padding: 0 18px;
    }.tc-wp-tool-root .wrapper .pycv-premium-header{
        padding: 35px 0 25px;
    }.tc-wp-tool-root .wrapper .pycv-input-luxury-container{
        flex-direction: row;
    }.tc-wp-tool-root .wrapper .pycv-search-luxury-btn{
        width: auto;
        min-width: 145px;
    }.tc-wp-tool-root .wrapper .pycv-comments-luxury-grid{
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 18px;
    }}@media (min-width: 769px) and (max-width: 992px){.tc-wp-tool-root .wrapper .pycv-container{
        padding: 0 20px;
    }.tc-wp-tool-root .wrapper .pycv-comments-luxury-grid{
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 20px;
    }}@media (min-width: 993px){.tc-wp-tool-root .wrapper .pycv-comments-luxury-grid{
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 22px;
    }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .wrapper *, .tc-wp-tool-root .wrapper *::before, .tc-wp-tool-root .wrapper *::after{
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }}.wpc-scope-79 /* 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;
}