@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-221 .tc-wp-tool-root img, .wpc-scope-221 .tc-wp-tool-root video, .wpc-scope-221 .tc-wp-tool-root svg, .wpc-scope-221 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(94, 234, 212, 0.34), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(251, 113, 133, 0.28), transparent 28%),
    linear-gradient(135deg, #111827 0%, #312e81 48%, #0f172a 100%);
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-hero{
  text-align: center;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-hero h1{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 10px 34px rgba(34, 211, 238, 0.28);
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-hero p{
  max-width: 780px;
  margin: 16px auto 0;
  color: rgba(241, 245, 249, 0.9);
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-input-panel, .wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-results-panel{
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-label{
  display: block;
  color: #e0f2fe;
  font-weight: 750;
  margin: 0 0 10px;
  letter-spacing: 0;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(186, 230, 253, 0.34);
  border-radius: 18px;
  outline: none;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-input::placeholder{
  color: rgba(226, 232, 240, 0.58);
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-input:focus{
  border-color: rgba(45, 212, 191, 0.9);
  background: rgba(15, 23, 42, 0.78);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), 0 18px 44px rgba(34, 211, 238, 0.16);
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-clear-row, .wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-load-row{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn, .wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn, .wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn{
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #07111f;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  background: linear-gradient(135deg, #67e8f9 0%, #a7f3d0 52%, #fef3c7 100%);
  box-shadow: 0 12px 30px rgba(20, 184, 166, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn:hover, .wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn:hover, .wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 18px 40px rgba(34, 211, 238, 0.34);
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn:focus-visible, .wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn:focus-visible, .wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 3px;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07)),
    rgba(15, 23, 42, 0.42);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.24);
  animation: tfg-card-fade 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(125, 249, 255, 0.44);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.09)),
    rgba(15, 23, 42, 0.5);
  box-shadow: 0 24px 58px rgba(2, 6, 23, 0.34), 0 0 34px rgba(34, 211, 238, 0.1);
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-card-title{
  min-width: 0;
  color: #f8fafc;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn{
  flex: 0 0 auto;
  white-space: nowrap;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-preview{
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid rgba(186, 230, 253, 0.18);
  background: rgba(2, 6, 23, 0.34);
  color: #f8fbff;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-preview::-webkit-scrollbar-track{
  background: rgba(15, 23, 42, 0.44);
  border-radius: 999px;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #67e8f9, #f0abfc);
  border-radius: 999px;
}.wpc-scope-221 .tc-wp-tool-root .tfg-tool-wrap .tfg-load-row.tfg-hidden{
  display: none;
}@keyframes tfg-card-fade{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .tfg-tool-wrap{
    padding: 76px 28px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-container{
    width: 100%;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero h1{
    font-size: 54px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero p{
    font-size: 18px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input-panel, .tc-wp-tool-root .tfg-tool-wrap .tfg-results-panel{
    margin-top: 32px;
    padding: 30px;
    border-radius: 28px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input{
    min-height: 150px;
    padding: 20px;
    font-size: 18px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-row, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-row{
    margin-top: 20px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn{
    padding: 13px 24px;
    font-size: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card{
    padding: 20px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn{
    padding: 10px 14px;
    font-size: 13px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-preview{
    padding: 16px;
    font-size: 17px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .tfg-tool-wrap{
    padding: 68px 24px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-container{
    width: 100%;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero h1{
    font-size: 48px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero p{
    font-size: 17px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input-panel, .tc-wp-tool-root .tfg-tool-wrap .tfg-results-panel{
    margin-top: 30px;
    padding: 28px;
    border-radius: 26px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input{
    min-height: 145px;
    padding: 19px;
    font-size: 17px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-row, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-row{
    margin-top: 19px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn{
    padding: 12px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card{
    padding: 19px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn{
    padding: 10px 13px;
    font-size: 13px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-preview{
    padding: 15px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .tfg-tool-wrap{
    padding: 58px 20px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-container{
    width: 100%;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero h1{
    font-size: 40px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero p{
    font-size: 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input-panel, .tc-wp-tool-root .tfg-tool-wrap .tfg-results-panel{
    margin-top: 26px;
    padding: 24px;
    border-radius: 24px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input{
    min-height: 135px;
    padding: 17px;
    font-size: 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-row, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-row{
    margin-top: 18px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn{
    padding: 12px 21px;
    font-size: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card{
    padding: 18px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card-title{
    font-size: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn{
    padding: 10px 13px;
    font-size: 13px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-preview{
    padding: 15px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .tfg-tool-wrap{
    padding: 46px 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-container{
    width: 100%;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero h1{
    font-size: 34px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero p{
    font-size: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input-panel, .tc-wp-tool-root .tfg-tool-wrap .tfg-results-panel{
    margin-top: 22px;
    padding: 18px;
    border-radius: 22px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input{
    min-height: 125px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-row, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-row{
    margin-top: 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn{
    padding: 11px 19px;
    font-size: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card{
    width: 100%;
    max-width: 100%;
    padding: 17px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card-title{
    font-size: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn{
    padding: 10px 13px;
    font-size: 13px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-preview{
    padding: 14px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .tfg-tool-wrap{
    padding: 42px 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-container{
    width: 100%;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero h1{
    font-size: 31px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero p{
    font-size: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input-panel, .tc-wp-tool-root .tfg-tool-wrap .tfg-results-panel{
    margin-top: 20px;
    padding: 16px;
    border-radius: 20px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input{
    min-height: 118px;
    padding: 14px;
    font-size: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-row, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-row{
    margin-top: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn{
    padding: 11px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card-title{
    font-size: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn{
    padding: 9px 12px;
    font-size: 12px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-preview{
    padding: 13px;
    font-size: 15px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .tfg-tool-wrap{
    padding: 38px 12px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-container{
    width: 100%;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero h1{
    font-size: 28px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-hero p{
    font-size: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input-panel, .tc-wp-tool-root .tfg-tool-wrap .tfg-results-panel{
    margin-top: 18px;
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-input{
    min-height: 112px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-row, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-row{
    margin-top: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-clear-btn, .tc-wp-tool-root .tfg-tool-wrap .tfg-load-btn{
    padding: 10px 17px;
    font-size: 13px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card-head{
    gap: 8px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-card-title{
    font-size: 14px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-copy-btn{
    padding: 9px 11px;
    font-size: 12px;
  }.tc-wp-tool-root .tfg-tool-wrap .tfg-preview{
    padding: 12px;
    font-size: 14px;
  }}.wpc-scope-221 /* 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;
}