@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-84 .tc-wp-tool-root img, .wpc-scope-84 .tc-wp-tool-root video, .wpc-scope-84 .tc-wp-tool-root svg, .wpc-scope-84 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap{
  --nfg-bg-a: #07111f;
  --nfg-bg-b: #12295a;
  --nfg-bg-c: #6d35d4;
  --nfg-panel: rgba(255, 255, 255, 0.11);
  --nfg-panel-strong: rgba(255, 255, 255, 0.16);
  --nfg-border: rgba(255, 255, 255, 0.22);
  --nfg-text: #f7fbff;
  --nfg-muted: rgba(235, 244, 255, 0.78);
  --nfg-dark: #07111f;
  --nfg-accent: #52f2ff;
  --nfg-radius-lg: 28px;
  --nfg-radius-md: 20px;
  --nfg-radius-sm: 14px;
  --nfg-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --nfg-card-shadow: 0 18px 45px rgba(2, 10, 28, 0.26);
  --nfg-transition: 180ms ease;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--nfg-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 8%, rgba(82, 242, 255, 0.34), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(255, 82, 197, 0.28), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(110, 255, 169, 0.16), transparent 36%),
    linear-gradient(135deg, var(--nfg-bg-a), var(--nfg-bg-b) 48%, var(--nfg-bg-c));
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap, .wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-title{
  margin: 0;
  color: var(--nfg-text);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(82, 242, 255, 0.22);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--nfg-muted);
  line-height: 1.6;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
  border: 1px solid var(--nfg-border);
  background: linear-gradient(145deg, var(--nfg-panel), rgba(255, 255, 255, 0.065));
  box-shadow: var(--nfg-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: var(--nfg-radius-lg);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-label{
  display: block;
  margin: 0 0 12px;
  font-weight: 750;
  color: var(--nfg-text);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--nfg-radius-md);
  background: rgba(3, 13, 31, 0.48);
  color: var(--nfg-text);
  outline: none;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color var(--nfg-transition), box-shadow var(--nfg-transition), background var(--nfg-transition);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-input:focus{
  border-color: rgba(82, 242, 255, 0.82);
  background: rgba(5, 18, 42, 0.68);
  box-shadow: 0 0 0 4px rgba(82, 242, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(82, 242, 255, 0.95), rgba(178, 109, 255, 0.95));
  color: #04101e;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(82, 242, 255, 0.22);
  transition: transform var(--nfg-transition), box-shadow var(--nfg-transition), filter var(--nfg-transition), opacity var(--nfg-transition);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn:hover{
  filter: saturate(1.12) brightness(1.04);
  box-shadow: 0 16px 36px rgba(82, 242, 255, 0.32);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.58;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-utility-row{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--nfg-muted);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-status{
  min-height: 1.3em;
  color: #b9ffea;
  font-weight: 700;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-results{
  margin-top: 28px;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-card{
  --accent: #52f2ff;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, rgba(255, 255, 255, 0.18));
  border-radius: var(--nfg-radius-md);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--accent) 17%, transparent), rgba(255, 255, 255, 0.075)),
    rgba(4, 13, 32, 0.48);
  box-shadow: var(--nfg-card-shadow), 0 0 28px color-mix(in srgb, var(--accent) 18%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: nfgFadeIn 240ms ease both;
  overflow: hidden;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{
  min-width: 0;
  color: var(--nfg-text);
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-chip{
  flex: 0 0 auto;
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.3));
  box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 60%, transparent);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview-box{
  max-height: 180px;
  min-height: 112px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: var(--nfg-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(2, 8, 22, 0.36);
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) rgba(255, 255, 255, 0.08);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview-box::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview-box::-webkit-scrollbar-thumb{
  background: var(--accent);
  border-radius: 999px;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview-text{
  display: block;
  color: #ffffff;
  line-height: 1.48;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  text-shadow: 0 0 16px color-mix(in srgb, var(--accent) 34%, transparent);
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{
  margin-top: 14px;
  width: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 88%, white), rgba(255, 255, 255, 0.88));
  color: #04101e;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-84 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn.is-hidden{
  display: none;
}@media (hover: hover){.tc-wp-tool-root .nfg-tool-wrap .nfg-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 58px rgba(2, 10, 28, 0.34), 0 0 34px color-mix(in srgb, var(--accent) 26%, transparent);
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn:hover{
    transform: translateY(-2px);
  }}@keyframes nfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .nfg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{
    width: 100%;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{
    font-size: 32px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
    padding: 18px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{
    min-height: 112px;
    font-size: 16px;
    padding: 14px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
    min-height: 46px;
    padding: 12px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{
    padding: 16px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview-text{
    font-size: 21px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{
    margin-top: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .nfg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{
    width: 100%;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{
    font-size: 36px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
    font-size: 15.5px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
    padding: 20px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{
    min-height: 116px;
    font-size: 16px;
    padding: 15px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
    min-height: 48px;
    padding: 13px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{
    padding: 17px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview-text{
    font-size: 22px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{
    margin-top: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nfg-tool-wrap{
    padding: 44px 18px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{
    width: 100%;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{
    font-size: 42px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
    padding: 22px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{
    min-height: 120px;
    font-size: 17px;
    padding: 16px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
    min-height: 50px;
    padding: 14px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{
    padding: 18px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview-text{
    font-size: 23px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{
    margin-top: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nfg-tool-wrap{
    padding: 58px 26px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{
    width: 100%;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{
    font-size: 54px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
    padding: 28px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{
    min-height: 124px;
    font-size: 18px;
    padding: 18px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
    min-height: 52px;
    padding: 14px 24px;
    font-size: 15px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{
    padding: 20px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview-text{
    font-size: 24px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{
    margin-top: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nfg-tool-wrap{
    padding: 70px 32px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{
    width: 100%;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{
    font-size: 62px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
    padding: 30px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{
    min-height: 128px;
    font-size: 19px;
    padding: 19px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
    min-height: 54px;
    padding: 15px 26px;
    font-size: 16px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{
    padding: 21px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview-text{
    font-size: 24px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{
    margin-top: 28px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .nfg-tool-wrap{
    padding: 82px 34px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{
    width: 100%;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{
    font-size: 70px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
    padding: 34px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{
    min-height: 132px;
    font-size: 20px;
    padding: 20px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
    min-height: 56px;
    padding: 16px 28px;
    font-size: 16px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{
    padding: 22px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview-text{
    font-size: 25px;
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{
    margin-top: 30px;
  }}.wpc-scope-84 /* 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-84 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .nfg-clear-btn{}.wpc-scope-84 .tc-wp-tool-root .nfg-count{}.wpc-scope-84 .tc-wp-tool-root .nfg-count-value{}