@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-643 .tc-wp-tool-root img, .wpc-scope-643 .tc-wp-tool-root video, .wpc-scope-643 .tc-wp-tool-root svg, .wpc-scope-643 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #f4fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 229, 255, 0.28), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(255, 43, 214, 0.22), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(111, 72, 255, 0.26), transparent 40%),
    linear-gradient(135deg, #050915 0%, #09152c 38%, #100b26 68%, #050711 100%);
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-shell, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-header, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-control-panel, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-grid, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-card, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-actions, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-load-wrap{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-shell{
  width: min(1200px, 100%);
  margin: 0 auto;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-header{
  text-align: center;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-header h1{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 0 22px rgba(0, 229, 255, 0.46), 0 0 42px rgba(196, 72, 255, 0.28);
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-header p{
  max-width: 720px;
  margin: 16px auto 0;
  color: #c9eaff;
  line-height: 1.65;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-control-panel{
  margin: 34px auto 34px;
  border: 1px solid rgba(123, 226, 255, 0.24);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #90f5ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(0, 229, 255, 0.34);
  border-radius: 18px;
  outline: none;
  color: #f8fdff;
  background: rgba(4, 9, 24, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045), 0 0 0 rgba(0, 229, 255, 0);
  line-height: 1.45;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input:focus{
  border-color: rgba(0, 245, 255, 0.86);
  background: rgba(3, 12, 31, 0.88);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.16), 0 0 28px rgba(0, 229, 255, 0.2);
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-actions, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-load-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 1px solid rgba(127, 239, 255, 0.42);
  border-radius: 999px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  background: linear-gradient(135deg, #00d9ff 0%, #366bff 45%, #c02cff 100%);
  box-shadow: 0 12px 28px rgba(0, 183, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease, opacity 170ms ease;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 16px 38px rgba(0, 217, 255, 0.34), 0 0 24px rgba(192, 44, 255, 0.22);
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-btn:active{
  transform: translateY(0) scale(0.98);
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-load-btn[disabled]{
  cursor: default;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-grid{
  display: grid;
  width: 100%;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(134, 235, 255, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 18% 0%, rgba(0, 229, 255, 0.12), transparent 38%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: ffgCardIn 360ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 245, 255, 0.5);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38), 0 0 24px rgba(0, 229, 255, 0.16);
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-card-name{
  margin: 0 0 14px;
  color: #96f7ff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 16px;
  color: #ffffff;
  background: rgba(3, 8, 22, 0.58);
  line-height: 1.38;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  text-shadow: 0 0 14px rgba(0, 229, 255, 0.3);
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-card-footer{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-copy-btn{
  min-width: 96px;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-preview::-webkit-scrollbar, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-preview::-webkit-scrollbar-track, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-preview::-webkit-scrollbar-thumb, .wpc-scope-643 .tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #00e5ff, #c02cff);
  border-radius: 999px;
}@keyframes ffgCardIn{
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ffg-futuristic-tool{
    padding: 42px 12px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-shell{
    width: 100%;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header h1{
    font-size: 2rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header p{
    font-size: 0.95rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-control-panel{
    padding: 16px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input{
    min-height: 116px;
    padding: 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-btn{
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-card{
    padding: 16px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-preview{
    padding: 14px;
    font-size: 1.1rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ffg-futuristic-tool{
    padding: 46px 14px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-shell{
    width: 100%;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header h1{
    font-size: 2.25rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-control-panel{
    padding: 18px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input{
    min-height: 118px;
    padding: 15px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-btn{
    min-height: 46px;
    padding: 0 20px;
    font-size: 0.93rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-grid{
    grid-template-columns: 1fr !important;
    gap: 17px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-card{
    padding: 17px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-preview{
    padding: 15px;
    font-size: 1.14rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ffg-futuristic-tool{
    padding: 54px 18px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-shell{
    width: 100%;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header h1{
    font-size: 2.65rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header p{
    font-size: 1.05rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-control-panel{
    padding: 22px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input{
    min-height: 124px;
    padding: 16px;
    font-size: 1.06rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-btn{
    min-height: 48px;
    padding: 0 22px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-card{
    padding: 19px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-preview{
    padding: 16px;
    font-size: 1.2rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ffg-futuristic-tool{
    padding: 70px 24px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-shell{
    width: 100%;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header h1{
    font-size: 3.4rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header p{
    font-size: 1.12rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-control-panel{
    padding: 26px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input{
    min-height: 130px;
    padding: 18px;
    font-size: 1.1rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-btn{
    min-height: 50px;
    padding: 0 24px;
    font-size: 1rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-card{
    padding: 20px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-preview{
    padding: 17px;
    font-size: 1.24rem;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ffg-futuristic-tool{
    padding: 78px 28px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-shell{
    width: 100%;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header h1{
    font-size: 4rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header p{
    font-size: 1.16rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-control-panel{
    padding: 30px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input{
    min-height: 136px;
    padding: 20px;
    font-size: 1.14rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-btn{
    min-height: 52px;
    padding: 0 26px;
    font-size: 1rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-card{
    padding: 22px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-preview{
    padding: 18px;
    font-size: 1.26rem;
  }}@media (min-width: 1200px){.tc-wp-tool-root .ffg-futuristic-tool{
    padding: 88px 32px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-shell{
    width: 100%;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header h1{
    font-size: 4.6rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-header p{
    font-size: 1.2rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-control-panel{
    padding: 32px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-text-input{
    min-height: 140px;
    padding: 21px;
    font-size: 1.18rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-btn{
    min-height: 54px;
    padding: 0 28px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-card{
    padding: 23px;
  }.tc-wp-tool-root .ffg-futuristic-tool .ffg-preview{
    padding: 18px;
    font-size: 1.28rem;
  }}.wpc-scope-643 /* 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;
}.wpc-scope-643 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .ffg-clear-btn{}