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

 

.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-217 .tc-wp-tool-root img, .wpc-scope-217 .tc-wp-tool-root video, .wpc-scope-217 .tc-wp-tool-root svg, .wpc-scope-217 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 56px 20px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 0, 0, 0.32), transparent 30%),
    radial-gradient(circle at 84% 22%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #090909 0%, #171717 48%, #240606 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-inner, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-text-input, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
  box-sizing: border-box;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-inner{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-header{
  text-align: center;
  margin: 0 0 28px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 26px rgba(255, 0, 0, 0.32);
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-subtitle{
  width: min(100%, 760px);
  margin: 14px auto 0;
  font-size: 1.06rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel{
  padding: 24px;
  border-radius: 22px;
  margin-bottom: 24px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel{
  padding: 24px;
  border-radius: 24px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-input-label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 0 18px;
  background: rgba(8, 8, 8, 0.78);
  color: #ffffff;
  outline: none;
  font-size: 1.05rem;
  line-height: 1.3;
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-text-input::placeholder{
  color: rgba(255, 255, 255, 0.54);
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-text-input:focus{
  border-color: rgba(255, 35, 35, 0.9);
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.18), 0 0 28px rgba(255, 0, 0, 0.28);
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-helper-text{
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-clear-row{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #ff1717, #b90000);
  box-shadow: 0 12px 28px rgba(255, 0, 0, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn{
  padding: 0 24px;
  min-width: 126px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more{
  padding: 0 30px;
  min-width: 190px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
  width: 100%;
  padding: 0 18px;
  margin-top: 14px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn:hover, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more:hover, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 18px 36px rgba(255, 0, 0, 0.34);
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn:focus-visible, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more:focus-visible, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn:focus-visible, .wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-text-input:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(10px);
  animation: ytfgFadeIn 320ms ease forwards;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 36, 36, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.075));
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.34), 0 0 28px rgba(255, 0, 0, 0.12);
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card-title{
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 850;
  color: #ffffff;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview{
  width: 100%;
  max-width: 100%;
  min-height: 96px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 14px;
  padding: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1.05rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview::-webkit-scrollbar-thumb{
  background: rgba(255, 30, 30, 0.72);
  border-radius: 999px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-load-row{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}.wpc-scope-217 .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more.ytfg-hidden{
  display: none;
}@keyframes ytfgFadeIn{
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ytfg-tool-section{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-inner{
    width: 100%;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    line-height: 1.14;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-subtitle{
    font-size: 0.92rem;
    line-height: 1.55;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel, .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel{
    padding: 14px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-text-input{
    width: 100%;
    max-width: 100%;
    height: 52px;
    font-size: 0.96rem;
    padding: 0 13px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn, .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more, .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
    min-height: 46px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card{
    padding: 14px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview{
    font-size: 0.98rem;
    max-height: 180px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ytfg-tool-section{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-inner{
    width: 100%;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel, .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel{
    padding: 16px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-text-input{
    width: 100%;
    max-width: 100%;
    height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn, .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more, .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
    min-height: 46px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card{
    padding: 15px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview{
    font-size: 1rem;
    max-height: 180px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ytfg-tool-section{
    padding: 42px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-inner{
    width: 100%;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel, .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel{
    padding: 18px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-text-input{
    width: 100%;
    max-width: 100%;
    height: 56px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn, .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more, .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
    min-height: 48px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card{
    padding: 16px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview{
    font-size: 1.02rem;
    max-height: 180px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ytfg-tool-section{
    padding: 50px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-inner{
    width: 100%;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-subtitle{
    font-size: 1.03rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel, .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel{
    padding: 22px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-text-input{
    width: 100%;
    max-width: 100%;
    height: 58px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn, .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more, .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
    min-height: 48px;
    font-size: 1rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card{
    padding: 17px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview{
    font-size: 1.03rem;
    max-height: 180px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ytfg-tool-section{
    padding: 56px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-inner{
    width: 100%;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel, .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel{
    padding: 24px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-text-input{
    width: 100%;
    max-width: 100%;
    height: 58px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn, .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more, .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
    min-height: 48px;
    font-size: 1rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card{
    padding: 18px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview{
    font-size: 1.05rem;
    max-height: 180px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .ytfg-tool-section{
    padding: 64px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-inner{
    width: 100%;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-control-panel, .tc-wp-tool-root .ytfg-tool-section .ytfg-preview-panel{
    padding: 26px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-text-input{
    width: 100%;
    max-width: 100%;
    height: 60px;
    font-size: 1.07rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-clear-btn, .tc-wp-tool-root .ytfg-tool-section .ytfg-load-more, .tc-wp-tool-root .ytfg-tool-section .ytfg-copy-btn{
    min-height: 50px;
    font-size: 1rem;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card{
    padding: 19px;
  }.tc-wp-tool-root .ytfg-tool-section .ytfg-card-preview{
    font-size: 1.05rem;
    max-height: 180px;
  }}.wpc-scope-217 .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;
}