@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-243 .tc-wp-tool-root img, .wpc-scope-243 .tc-wp-tool-root video, .wpc-scope-243 .tc-wp-tool-root svg, .wpc-scope-243 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #f8fbff;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 45, 196, 0.34), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(0, 229, 255, 0.32), transparent 34%),
    radial-gradient(circle at 50% 95%, rgba(255, 215, 64, 0.22), transparent 38%),
    linear-gradient(135deg, #120526 0%, #111827 34%, #082f49 64%, #2d0638 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap div, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap section, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap h1, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap p, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap label, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap textarea, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap button{
  box-sizing: border-box;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-hero{
  text-align: center;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #bff7ff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(125, 249, 255, 0.32);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.22);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap h1{
  margin: 16px 0 0;
  color: #ffffff;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(255, 45, 196, 0.42), 0 0 34px rgba(0, 229, 255, 0.26);
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-subtitle{
  max-width: 780px;
  margin: 16px auto 0;
  color: rgba(238, 246, 255, 0.88);
  line-height: 1.65;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-panel, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-card{
  width: 100%;
  max-width: 100%;
  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(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-input-panel{
  margin-top: 30px;
  border-radius: 24px;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-label{
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 800;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 14px;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  color: #ffffff;
  background: rgba(3, 7, 18, 0.52);
  border: 1px solid rgba(125, 249, 255, 0.28);
  border-radius: 18px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  font-family: inherit;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-text-input:focus{
  border-color: rgba(0, 229, 255, 0.78);
  background: rgba(3, 7, 18, 0.66);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.13), 0 0 32px rgba(255, 45, 196, 0.16);
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-clear-btn, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn{
  appearance: none;
  border: 0;
  border-radius: 16px;
  color: #06111f;
  background: linear-gradient(135deg, #7df9ff 0%, #ff4fd8 48%, #ffe45e 100%);
  font-weight: 900;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(255, 79, 216, 0.24), 0 0 22px rgba(125, 249, 255, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  white-space: nowrap;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-clear-btn:hover, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn:hover, .wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 16px 42px rgba(255, 79, 216, 0.34), 0 0 30px rgba(125, 249, 255, 0.3);
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-card{
  min-width: 0;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  animation: abfgFadeLift 360ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, var(--abfg-glow-a), transparent 34%),
    radial-gradient(circle at 90% 20%, var(--abfg-glow-b), transparent 38%);
  opacity: 0.72;
  pointer-events: none;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(125, 249, 255, 0.42);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42), 0 0 34px rgba(0, 229, 255, 0.16);
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-card-inner{
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 14px;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-style-name{
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-chip{
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-weight: 800;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 116px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  text-shadow: 0 0 16px var(--abfg-text-glow), 0 2px 0 rgba(0, 0, 0, 0.4);
  scrollbar-width: thin;
  scrollbar-color: var(--abfg-scroll) rgba(255, 255, 255, 0.08);
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, var(--abfg-scroll), rgba(255, 255, 255, 0.42));
  border-radius: 999px;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn{
  align-self: stretch;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-243 .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn.abfg-hidden{
  display: none;
}@keyframes abfgFadeLift{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .abfg-tool-wrap{
    padding: 56px 32px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-shell{
    width: 100%;
  }.tc-wp-tool-root .abfg-tool-wrap h1{
    font-size: 56px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-badge{
    padding: 9px 16px;
    font-size: 12px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-panel{
    padding: 26px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{
    min-height: 118px;
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-clear-btn, .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn{
    min-height: 58px;
    padding: 0 28px;
    font-size: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{
    padding: 22px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-style-name{
    font-size: 17px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-chip{
    padding: 5px 9px;
    font-size: 11px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{
    padding: 16px;
    font-size: 21px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn{
    min-height: 48px;
    padding: 0 18px;
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap{
    margin-top: 28px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .abfg-tool-wrap{
    padding: 50px 28px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-shell{
    width: 100%;
  }.tc-wp-tool-root .abfg-tool-wrap h1{
    font-size: 50px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-badge{
    padding: 9px 15px;
    font-size: 12px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-panel{
    padding: 24px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{
    grid-template-columns: minmax(0, 1fr) auto;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{
    min-height: 112px;
    padding: 17px;
    font-size: 17px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-clear-btn, .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn{
    min-height: 56px;
    padding: 0 26px;
    font-size: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 26px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{
    padding: 21px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{
    padding: 16px;
    font-size: 20px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn{
    min-height: 48px;
    padding: 0 18px;
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap{
    margin-top: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .abfg-tool-wrap{
    padding: 44px 24px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-shell{
    width: 100%;
  }.tc-wp-tool-root .abfg-tool-wrap h1{
    font-size: 42px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-badge{
    padding: 8px 14px;
    font-size: 12px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-panel{
    padding: 22px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{
    grid-template-columns: minmax(0, 1fr) auto;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{
    min-height: 108px;
    padding: 16px;
    font-size: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-clear-btn, .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn{
    min-height: 54px;
    padding: 0 24px;
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{
    padding: 20px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{
    padding: 15px;
    font-size: 19px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn{
    min-height: 46px;
    padding: 0 16px;
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap{
    margin-top: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .abfg-tool-wrap{
    padding: 34px 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-shell{
    width: 100%;
  }.tc-wp-tool-root .abfg-tool-wrap h1{
    font-size: 34px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-badge{
    padding: 8px 13px;
    font-size: 11px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{
    min-height: 104px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-clear-btn, .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn{
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 22px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{
    padding: 14px;
    font-size: 18px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn{
    min-height: 46px;
    padding: 0 16px;
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap{
    margin-top: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .abfg-tool-wrap{
    padding: 30px 14px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-shell{
    width: 100%;
  }.tc-wp-tool-root .abfg-tool-wrap h1{
    font-size: 31px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-subtitle{
    font-size: 14.5px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-badge{
    padding: 7px 12px;
    font-size: 11px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{
    min-height: 102px;
    padding: 14px;
    font-size: 15.5px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-clear-btn, .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn{
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
    margin-top: 20px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-style-name{
    font-size: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{
    padding: 13px;
    font-size: 17px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn{
    min-height: 45px;
    padding: 0 15px;
    font-size: 14.5px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap{
    margin-top: 20px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .abfg-tool-wrap{
    padding: 26px 12px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-shell{
    width: 100%;
  }.tc-wp-tool-root .abfg-tool-wrap h1{
    font-size: 28px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-badge{
    padding: 7px 11px;
    font-size: 10.5px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-text-input{
    min-height: 98px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-clear-btn, .tc-wp-tool-root .abfg-tool-wrap .abfg-load-btn{
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    font-size: 14.5px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 18px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-card-top{
    align-items: flex-start;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-style-name{
    font-size: 15px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-chip{
    padding: 4px 7px;
    font-size: 10px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-preview{
    padding: 12px;
    font-size: 16px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-copy-btn{
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }.tc-wp-tool-root .abfg-tool-wrap .abfg-load-wrap{
    margin-top: 18px;
  }}.wpc-scope-243 /* 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;
}