@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-267 .tc-wp-tool-root img, .wpc-scope-267 .tc-wp-tool-root video, .wpc-scope-267 .tc-wp-tool-root svg, .wpc-scope-267 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #eefcff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 12%, rgba(64, 224, 208, 0.34), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(111, 121, 255, 0.3), transparent 28%),
    linear-gradient(135deg, #071421 0%, #0b3142 38%, #123d5a 62%, #071a2d 100%);
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap, .wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background:
    repeating-radial-gradient(ellipse at 50% -10%, transparent 0 34px, rgba(127, 242, 255, 0.16) 35px 37px),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-shell{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-hero{
  text-align: center;
  margin: 0 auto 26px;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-hero p{
  margin: 14px auto 0;
  max-width: 720px;
  color: rgba(232, 252, 255, 0.9);
  line-height: 1.6;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-input-panel{
  width: 100%;
  max-width: 880px;
  margin: 0 auto 30px;
  padding: 22px;
  border: 1px solid rgba(170, 245, 255, 0.24);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.07));
  box-shadow: 0 24px 70px rgba(0, 12, 28, 0.34), inset 0 1px 0 rgba(255,255,255,0.2);
  backdrop-filter: blur(18px);
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-label{
  display: block;
  margin: 0 0 10px;
  color: #dffbff;
  font-weight: 750;
  line-height: 1.3;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 126px;
  resize: vertical;
  border: 1px solid rgba(174, 246, 255, 0.32);
  border-radius: 18px;
  outline: none;
  padding: 17px 18px;
  color: #f8feff;
  background: rgba(4, 20, 35, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  line-height: 1.55;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-input::placeholder{
  color: rgba(225, 247, 255, 0.56);
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-input:focus{
  border-color: rgba(119, 247, 255, 0.86);
  background: rgba(5, 24, 42, 0.72);
  box-shadow: 0 0 0 4px rgba(57, 220, 255, 0.16), 0 0 36px rgba(40, 213, 255, 0.2);
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn, .wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn, .wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  color: #042031;
  background: linear-gradient(135deg, #8df7ff, #66f0c8 48%, #b7f7ff);
  box-shadow: 0 14px 34px rgba(55, 224, 238, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn{
  display: block;
  margin: 16px auto 0;
  border-radius: 999px;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn{
  border-radius: 999px;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn.wfg-hidden{
  display: none;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(180, 246, 255, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.16), rgba(255,255,255,0.065)),
    radial-gradient(circle at top right, rgba(89, 239, 255, 0.16), transparent 38%);
  box-shadow: 0 20px 48px rgba(0, 15, 34, 0.3), inset 0 1px 0 rgba(255,255,255,0.17);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: wfgFadeIn 360ms ease both;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-card-title{
  margin: 0 0 12px;
  color: #ffffff;
  font-weight: 820;
  line-height: 1.25;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 108px;
  max-height: 180px;
  overflow: auto;
  padding: 15px;
  border-radius: 16px;
  color: #effdff;
  background: rgba(3, 18, 31, 0.62);
  border: 1px solid rgba(151, 237, 255, 0.2);
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.07);
  border-radius: 999px;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #78f5ff, #53d8bd);
  border-radius: 999px;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn{
  width: 100%;
  margin-top: 14px;
  border-radius: 14px;
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn:hover, .wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn:hover, .wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn:hover{
  filter: brightness(1.05);
  box-shadow: 0 18px 42px rgba(80, 236, 255, 0.36);
}.wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn:focus-visible, .wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn:focus-visible, .wpc-scope-267 .tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn:focus-visible{
  outline: 3px solid rgba(255,255,255,0.88);
  outline-offset: 3px;
}@media (hover: hover){.tc-wp-tool-root .wfg-tool-wrap .wfg-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 28px 66px rgba(0, 15, 34, 0.4), 0 0 34px rgba(86, 234, 255, 0.14);
  }}@keyframes wfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 30px 12px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 30px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero p{ font-size: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ font-size: 15px; padding: 14px; min-height: 112px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn{ font-size: 14px; padding: 11px 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn{ font-size: 15px; padding: 14px 22px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card-title{ font-size: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn{ font-size: 14px; padding: 13px 14px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 34px 14px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 34px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero p{ font-size: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ font-size: 16px; padding: 15px; min-height: 118px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn{ font-size: 14px; padding: 11px 20px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn{ font-size: 15px; padding: 14px 24px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card-title{ font-size: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 15px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn{ font-size: 14px; padding: 13px 14px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 42px 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 40px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero p{ font-size: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ font-size: 16px; padding: 16px; min-height: 124px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn{ font-size: 14px; padding: 12px 22px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn{ font-size: 16px; padding: 15px 26px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: 1fr !important; gap: 17px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card-title{ font-size: 17px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn{ font-size: 15px; padding: 14px 15px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 56px 22px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 52px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero p{ font-size: 17px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ font-size: 17px; padding: 17px; min-height: 130px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn{ font-size: 14px; padding: 12px 24px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn{ font-size: 16px; padding: 15px 30px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 19px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card-title{ font-size: 17px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn{ font-size: 15px; padding: 14px 16px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 68px 26px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 60px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero p{ font-size: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ font-size: 17px; padding: 18px; min-height: 136px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn{ font-size: 15px; padding: 12px 25px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn{ font-size: 16px; padding: 16px 32px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 20px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card-title{ font-size: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn{ font-size: 15px; padding: 14px 16px; }}@media (min-width: 1200px){.tc-wp-tool-root .wfg-tool-wrap{ padding: 78px 30px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-shell{ width: 100%; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero h1{ font-size: 68px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-hero p{ font-size: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-input{ font-size: 18px; padding: 18px; min-height: 140px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-clear-btn{ font-size: 15px; padding: 12px 26px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-load-btn{ font-size: 17px; padding: 16px 34px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card{ padding: 21px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-card-title{ font-size: 18px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-preview{ font-size: 16px; }.tc-wp-tool-root .wfg-tool-wrap .wfg-copy-btn{ font-size: 15px; padding: 14px 16px; }}.wpc-scope-267 .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;
}