@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-149 .tc-wp-tool-root img, .wpc-scope-149 .tc-wp-tool-root video, .wpc-scope-149 .tc-wp-tool-root svg, .wpc-scope-149 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #fff9ed;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 207, 112, 0.28), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(37, 211, 176, 0.22), transparent 28%),
    linear-gradient(135deg, #16251f 0%, #12352f 42%, #4a2146 100%);
  font-family: Arial, Tahoma, sans-serif;
  isolation: isolate;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap::before, .wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap::after{
  content: "";
  position: absolute;
  inset: 20px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(45deg, transparent 44%, rgba(255, 223, 151, 0.55) 45%, rgba(255, 223, 151, 0.55) 46%, transparent 47%),
    linear-gradient(-45deg, transparent 44%, rgba(102, 255, 218, 0.35) 45%, rgba(102, 255, 218, 0.35) 46%, transparent 47%);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap::after{
  inset: auto 6% 34px auto;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 220, 145, 0.35);
  border-radius: 50%;
  background: conic-gradient(from 45deg, transparent, rgba(255, 218, 141, 0.32), transparent, rgba(64, 235, 197, 0.24), transparent);
  filter: blur(0.2px);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-knot{
  display: inline-block;
  width: 78px;
  height: 18px;
  margin-bottom: 16px;
  background:
    radial-gradient(circle, #ffd777 0 16%, transparent 17%),
    linear-gradient(90deg, transparent, rgba(255, 215, 119, 0.9), transparent);
  background-size: 18px 18px, 100% 1px;
  background-position: center;
  background-repeat: repeat-x, no-repeat;
  filter: drop-shadow(0 0 14px rgba(255, 214, 115, 0.55));
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-title{
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff6df;
  text-shadow: 0 0 28px rgba(255, 213, 117, 0.22);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 249, 234, 0.86);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-input-panel{
  width: 100%;
  max-width: 880px;
  margin: 0 auto 30px;
  padding: 22px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 230, 174, 0.24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-input-label{
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffe7ac;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 142px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgba(255, 230, 174, 0.28);
  border-radius: 18px;
  padding: 18px;
  outline: none;
  background: rgba(11, 28, 25, 0.68);
  color: #fffaf0;
  font-size: 20px;
  line-height: 1.65;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-textarea:focus{
  border-color: rgba(255, 216, 127, 0.78);
  background: rgba(8, 27, 25, 0.78);
  box-shadow: 0 0 0 4px rgba(255, 216, 127, 0.13), 0 0 34px rgba(72, 234, 199, 0.16);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-textarea::placeholder{
  color: rgba(255, 249, 234, 0.45);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-clear-row, .wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-clear-row{
  margin-top: 14px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-load-row{
  margin-top: 28px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-btn{
  appearance: none;
  border: 1px solid rgba(255, 224, 154, 0.36);
  border-radius: 999px;
  cursor: pointer;
  color: #1c241f;
  background: linear-gradient(135deg, #ffe39c, #6ff1d0);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24), 0 0 22px rgba(255, 219, 132, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3), 0 0 28px rgba(111, 241, 208, 0.3);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-btn:focus-visible{
  outline: 3px solid rgba(255, 231, 172, 0.48);
  outline-offset: 3px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-clear-btn{
  padding: 10px 22px;
  font-size: 14px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-load-btn{
  padding: 13px 30px;
  font-size: 15px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-load-btn.afg-hidden{
  display: none;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-card{
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: 292px;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid rgba(255, 231, 172, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.065)),
    radial-gradient(circle at top right, rgba(255, 215, 119, 0.12), transparent 34%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  animation: afgFadeRise 0.42s ease both;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 222, 147, 0.48);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.3), 0 0 30px rgba(92, 241, 205, 0.12);
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-card-name{
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  color: #ffe8ad;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-preview{
  flex: 1 1 auto;
  max-height: 180px;
  min-height: 142px;
  overflow: auto;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 22, 20, 0.52);
  color: #fffdf6;
  font-size: 20px;
  line-height: 1.75;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: start;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffe19a, #62e8c9);
  border-radius: 999px;
}.wpc-scope-149 .tc-wp-tool-root .afg-tool-wrap .afg-copy-btn{
  align-self: center;
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 13px;
}@keyframes afgFadeRise{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .afg-tool-wrap{
    padding: 34px 10px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-shell{
    width: 100%;
  }.tc-wp-tool-root .afg-tool-wrap .afg-title{
    font-size: 30px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-subtitle{
    font-size: 14px;
    line-height: 1.6;
  }.tc-wp-tool-root .afg-tool-wrap .afg-input-panel{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{
    min-height: 118px;
    padding: 13px;
    font-size: 16px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-btn{
    font-size: 13px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-clear-btn{
    padding: 9px 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-load-btn{
    padding: 11px 22px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-card{
    padding: 14px;
    min-height: 260px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-preview{
    font-size: 17px;
    min-height: 124px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .afg-tool-wrap{
    padding: 38px 12px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-shell{
    width: 100%;
  }.tc-wp-tool-root .afg-tool-wrap .afg-title{
    font-size: 34px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{
    min-height: 126px;
    padding: 14px;
    font-size: 17px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-clear-btn{
    padding: 9px 19px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-load-btn{
    padding: 12px 24px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-card{
    padding: 15px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-preview{
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .afg-tool-wrap{
    padding: 42px 14px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-shell{
    width: 100%;
  }.tc-wp-tool-root .afg-tool-wrap .afg-title{
    font-size: 38px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{
    min-height: 132px;
    font-size: 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-btn{
    font-size: 14px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-card{
    padding: 17px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-preview{
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .afg-tool-wrap{
    padding: 52px 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-shell{
    width: 100%;
  }.tc-wp-tool-root .afg-tool-wrap .afg-title{
    font-size: 44px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{
    font-size: 19px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-card{
    padding: 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-preview{
    font-size: 19px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .afg-tool-wrap{
    padding: 58px 20px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-title{
    font-size: 48px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-card{
    padding: 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-preview{
    font-size: 20px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .afg-tool-wrap{
    padding: 66px 24px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-title{
    font-size: 54px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-input-panel{
    padding: 24px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{
    min-height: 154px;
    font-size: 21px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-card{
    padding: 19px;
  }.tc-wp-tool-root .afg-tool-wrap .afg-preview{
    font-size: 20px;
  }}.wpc-scope-149 .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;
}