@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-494 .tc-wp-tool-root img, .wpc-scope-494 .tc-wp-tool-root video, .wpc-scope-494 .tc-wp-tool-root svg, .wpc-scope-494 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #ffffff;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-shell{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 72px 22px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 34, 68, 0.34), transparent 30%),
    radial-gradient(circle at 78% 8%, rgba(0, 229, 255, 0.2), transparent 27%),
    linear-gradient(135deg, #020202 0%, #151515 35%, #f4f4f4 48%, #262626 58%, #050505 100%);
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-shell::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.07), transparent 35%, rgba(255,0,48,0.16) 72%, transparent),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 16px);
  opacity: 0.72;
  pointer-events: none;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-orb{
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.34;
  pointer-events: none;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-orb-one{
  left: -90px;
  top: 120px;
  background: #ff183f;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-orb-two{
  right: -110px;
  bottom: 120px;
  background: #00e5ff;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-container{
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-heading{
  text-align: center;
  margin: 0 auto 34px;
  max-width: 820px;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-title{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(255, 24, 63, 0.42), 0 12px 42px rgba(0,0,0,0.6);
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 22px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: rgba(10,10,10,0.58);
  box-shadow: 0 22px 70px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 8px;
  background: rgba(255,255,255,0.94);
  color: #080808;
  padding: 18px 18px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-text-input:focus{
  border-color: rgba(255, 24, 63, 0.95);
  box-shadow: 0 0 0 4px rgba(255, 24, 63, 0.16), 0 0 34px rgba(0,229,255,0.22);
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn, .wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #ff183f, #a80020);
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(255,24,63,0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn{
  min-width: 112px;
  padding: 0 22px;
  font-size: 15px;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{
  width: 100%;
  padding: 13px 14px;
  font-size: 14px;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{
  min-width: 180px;
  padding: 16px 24px;
  font-size: 15px;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn:hover, .wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn:hover, .wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.5);
  box-shadow: 0 18px 42px rgba(255,24,63,0.42), 0 0 28px rgba(0,229,255,0.15);
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255,255,255,0.15), rgba(255,255,255,0.055));
  box-shadow: 0 18px 48px rgba(0,0,0,0.36), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  animation: nfgFadeUp 280ms ease both;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.34);
  box-shadow: 0 28px 64px rgba(0,0,0,0.48), 0 0 28px rgba(255,24,63,0.16);
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-card-name{
  margin: 0 0 12px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  margin: 0 0 14px;
  padding: 15px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(0,0,0,0.42);
  color: #ffffff;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 18px rgba(255,255,255,0.16);
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff183f, #00e5ff);
  border-radius: 999px;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-area{
  display: grid;
  place-items: center;
  margin: 30px 0 0;
}.wpc-scope-494 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-area.nfg-hidden{
  display: none;
}@keyframes nfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ padding: 76px 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: min(1200px, 100%); }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 58px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 18px; font-size: 21px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn{ min-width: 112px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ min-width: 180px; padding: 16px 24px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 23px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ padding: 66px 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: min(100%, 1040px); }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 52px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 17px; font-size: 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn{ min-width: 108px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ min-width: 174px; padding: 15px 22px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 22px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ padding: 58px 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 44px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 16px; font-size: 19px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn{ min-width: 102px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ min-width: 168px; padding: 15px 21px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 21px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ padding: 46px 16px; }.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: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 15px; font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn{ width: 100%; min-width: 0; padding: 15px 18px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ width: 100%; min-width: 0; padding: 15px 18px; font-size: 14px; }.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: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 20px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ padding: 42px 14px; }.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: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{ padding: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 14px; font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn{ width: 100%; min-width: 0; padding: 14px 16px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ width: 100%; min-width: 0; padding: 14px 16px; 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: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 19px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ padding: 38px 12px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-container{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 29px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{ padding: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 13px; font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn{ width: 100%; min-width: 0; padding: 13px 15px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ width: 100%; min-width: 0; padding: 13px 15px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 18px; }}.wpc-scope-494 /* 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;
}