@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-273 .tc-wp-tool-root img, .wpc-scope-273 .tc-wp-tool-root video, .wpc-scope-273 .tc-wp-tool-root svg, .wpc-scope-273 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-shell{
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(78, 217, 255, 0.34), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(174, 92, 255, 0.34), transparent 32%),
    radial-gradient(circle at 50% 92%, rgba(0, 114, 255, 0.22), transparent 35%),
    linear-gradient(135deg, #07101f 0%, #111032 38%, #071a35 70%, #040814 100%);
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-heading{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-title{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 0 26px rgba(85, 215, 255, 0.24);
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(225, 239, 255, 0.86);
  line-height: 1.65;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-input-panel{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 24px;
  border: 1px solid rgba(165, 220, 255, 0.22);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-input-panel::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(75, 226, 255, 0.16), transparent 32%, rgba(184, 112, 255, 0.16));
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-label{
  position: relative;
  display: block;
  margin: 0 0 10px;
  color: rgba(244, 250, 255, 0.9);
  font-size: 14px;
  font-weight: 750;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-textarea{
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(176, 229, 255, 0.28);
  border-radius: 16px;
  outline: none;
  background: rgba(3, 11, 26, 0.58);
  color: #ffffff;
  line-height: 1.6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-textarea:focus{
  border-color: rgba(85, 226, 255, 0.8);
  background: rgba(4, 14, 32, 0.78);
  box-shadow: 0 0 0 4px rgba(64, 211, 255, 0.13), 0 0 30px rgba(97, 208, 255, 0.16);
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-textarea::placeholder{
  color: rgba(216, 232, 255, 0.48);
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-clear-row, .wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-load-row{
  display: flex;
  justify-content: center;
  align-items: center;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-clear-row{
  margin-top: 14px;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-load-row{
  margin-top: 24px;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-btn{
  appearance: none;
  border: 1px solid rgba(168, 230, 255, 0.3);
  border-radius: 999px;
  cursor: pointer;
  color: #f8fcff;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, rgba(45, 212, 255, 0.92), rgba(112, 96, 255, 0.92) 52%, rgba(203, 91, 255, 0.92));
  box-shadow: 0 12px 28px rgba(41, 154, 255, 0.2);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, opacity 170ms ease;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(230, 250, 255, 0.58);
  box-shadow: 0 16px 34px rgba(71, 208, 255, 0.27), 0 0 24px rgba(156, 104, 255, 0.22);
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-btn:active{
  transform: translateY(0);
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(169, 223, 255, 0.2);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  overflow: hidden;
  animation: vfgFadeUp 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(105, 226, 255, 0.48);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 26px rgba(78, 210, 255, 0.14);
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-card-title{
  min-width: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 850;
  line-height: 1.25;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-copy-btn{
  flex: 0 0 auto;
  white-space: nowrap;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(168, 226, 255, 0.16);
  border-radius: 14px;
  background: rgba(2, 9, 22, 0.46);
  color: rgba(246, 251, 255, 0.96);
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(70, 220, 255, 0.75), rgba(171, 101, 255, 0.75));
  border-radius: 999px;
}.wpc-scope-273 .tc-wp-tool-root .vfg-tool-wrap .vfg-load-btn.vfg-hidden{
  display: none;
}@keyframes vfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .vfg-tool-wrap .vfg-shell{
    padding: 34px 12px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-container{
    width: 100%;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-title{
    font-size: 28px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-textarea{
    min-height: 150px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-btn{
    padding: 10px 15px;
    font-size: 13px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card{
    padding: 14px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card-title{
    font-size: 14px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-preview{
    padding: 12px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .vfg-tool-wrap .vfg-shell{
    padding: 40px 15px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-container{
    width: 100%;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-title{
    font-size: 31px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-textarea{
    min-height: 155px;
    padding: 14px;
    font-size: 15px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-btn{
    padding: 10px 16px;
    font-size: 13px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card{
    padding: 15px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card-title{
    font-size: 15px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-preview{
    padding: 13px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .vfg-tool-wrap .vfg-shell{
    padding: 48px 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-container{
    width: 100%;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-title{
    font-size: 36px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-input-panel{
    padding: 20px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-textarea{
    min-height: 165px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-btn{
    padding: 11px 18px;
    font-size: 13px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card{
    padding: 16px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card-title{
    font-size: 15px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-preview{
    padding: 14px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .vfg-tool-wrap .vfg-shell{
    padding: 66px 24px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-container{
    width: 100%;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-title{
    font-size: 46px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-input-panel{
    padding: 24px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-textarea{
    min-height: 175px;
    padding: 16px;
    font-size: 17px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-btn{
    padding: 11px 19px;
    font-size: 14px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card{
    padding: 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-preview{
    padding: 15px;
    font-size: 16px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .vfg-tool-wrap .vfg-shell{
    padding: 78px 28px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-container{
    width: 100%;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-title{
    font-size: 54px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-input-panel{
    padding: 28px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-textarea{
    min-height: 185px;
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-btn{
    padding: 12px 20px;
    font-size: 14px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card{
    padding: 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-preview{
    padding: 15px;
    font-size: 16px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .vfg-tool-wrap .vfg-shell{
    padding: 86px 32px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-container{
    width: 100%;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-title{
    font-size: 60px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-input-panel{
    padding: 30px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-textarea{
    min-height: 190px;
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-btn{
    padding: 12px 21px;
    font-size: 14px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card{
    padding: 19px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .vfg-tool-wrap .vfg-preview{
    padding: 16px;
    font-size: 16px;
  }}.wpc-scope-273 .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;
}.wpc-scope-273 .tc-wp-tool-root .vfg-clear-btn{}