@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-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-545 .tc-wp-tool-root img, .wpc-scope-545 .tc-wp-tool-root video, .wpc-scope-545 .tc-wp-tool-root svg, .wpc-scope-545 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 20px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 210, 74, 0.25), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(220, 38, 38, 0.28), transparent 30%),
    radial-gradient(circle at 50% 95%, rgba(20, 184, 166, 0.2), transparent 34%),
    linear-gradient(135deg, #071426 0%, #0a2e25 42%, #3a0712 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-tool-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 820px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header h1{
  margin: 0 0 12px;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(255, 217, 102, 0.36), 0 5px 18px rgba(0, 0, 0, 0.45);
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header p{
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-control-panel{
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-input-label{
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffe08a;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  outline: none;
  background: rgba(3, 10, 24, 0.62);
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.32);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-text-input::placeholder{
  color: rgba(255, 255, 255, 0.48);
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-text-input:focus{
  border-color: rgba(255, 216, 91, 0.92);
  background: rgba(4, 14, 31, 0.8);
  box-shadow: 0 0 0 4px rgba(255, 216, 91, 0.18), inset 0 2px 10px rgba(0, 0, 0, 0.34);
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn, .wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more, .wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-copy-btn{
  box-sizing: border-box;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #06111f;
  background: linear-gradient(135deg, #ffd45f, #ffffff 48%, #7cffc8);
  box-shadow: 0 12px 28px rgba(255, 212, 95, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn{
  min-width: 116px;
  height: 58px;
  padding: 0 22px;
  font-size: 15px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn:hover, .wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more:hover, .wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 18px 38px rgba(255, 212, 95, 0.32);
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn:focus-visible, .wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more:focus-visible, .wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-preview-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(4, 12, 26, 0.58);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15px);
  animation: jfgFadeUp 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 214, 91, 0.45);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.34), 0 0 34px rgba(255, 214, 91, 0.1);
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-style-name{
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  color: #ffffff;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-preview-box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 138px;
  max-height: 180px;
  box-sizing: border-box;
  padding: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(2, 8, 20, 0.78), rgba(15, 48, 44, 0.64)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 12px);
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-preview-box::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ffd45f, #1bd99a);
  border-radius: 20px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.12;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-copy-btn{
  width: 100%;
  height: 44px;
  margin-top: 14px;
  padding: 0 16px;
  font-size: 14px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more{
  min-width: 190px;
  height: 54px;
  padding: 0 28px;
  font-size: 15px;
}.wpc-scope-545 .tc-wp-tool-root .jfg-tool-wrap .jfg-hidden{
  display: none;
}@keyframes jfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .jfg-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header h1{
    font-size: 56px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header p{
    font-size: 20px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-text-input{
    height: 60px;
    font-size: 21px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn, .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more{
    height: 60px;
    font-size: 15px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-card{
    padding: 20px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-text{
    font-size: 34px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .jfg-tool-wrap{
    padding: 56px 22px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-container{
    width: min(100%, 1100px);
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header h1{
    font-size: 50px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header p{
    font-size: 18px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-text-input{
    height: 58px;
    font-size: 20px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn, .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more{
    height: 58px;
    font-size: 15px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-card{
    padding: 18px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-text{
    font-size: 33px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .jfg-tool-wrap{
    padding: 48px 18px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header h1{
    font-size: 42px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header p{
    font-size: 17px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-text-input{
    height: 56px;
    font-size: 18px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn, .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more{
    height: 56px;
    font-size: 14px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-card{
    padding: 17px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-text{
    font-size: 31px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .jfg-tool-wrap{
    padding: 40px 14px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-container{
    width: 100%;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header p{
    font-size: 16px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-text-input{
    height: 54px;
    font-size: 17px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn, .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more{
    width: 100%;
    height: 52px;
    font-size: 14px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-text{
    font-size: 30px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .jfg-tool-wrap{
    padding: 36px 12px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-container{
    width: 100%;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header h1{
    font-size: 31px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header p{
    font-size: 15px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-control-panel{
    padding: 15px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-text-input{
    height: 52px;
    font-size: 16px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn, .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more{
    width: 100%;
    height: 50px;
    font-size: 14px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-text{
    font-size: 28px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .jfg-tool-wrap{
    padding: 32px 10px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-container{
    width: 100%;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header h1{
    font-size: 28px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-tool-header p{
    font-size: 14px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-control-panel{
    padding: 13px;
    border-radius: 15px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-text-input{
    height: 50px;
    font-size: 15px;
    padding: 0 13px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-clear-btn, .tc-wp-tool-root .jfg-tool-wrap .jfg-load-more{
    width: 100%;
    height: 48px;
    font-size: 13px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-card{
    width: 100%;
    max-width: 100%;
    padding: 13px;
  }.tc-wp-tool-root .jfg-tool-wrap .jfg-preview-text{
    font-size: 25px;
  }}.wpc-scope-545 /* 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;
}