@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-321 .tc-wp-tool-root img, .wpc-scope-321 .tc-wp-tool-root video, .wpc-scope-321 .tc-wp-tool-root svg, .wpc-scope-321 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap, .wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 91, 24, 0.45), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(135deg, #050505 0%, #111111 38%, #2a0d08 72%, #080808 100%);
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-hero{
  text-align: center;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffb199;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-hero h1{
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-hero p{
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-input-panel{
  margin: 34px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: end;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-field{
  display: grid;
  gap: 9px;
  min-width: 0;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-field span{
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  outline: none;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  line-height: 1.35;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-text-input:focus{
  border-color: rgba(255, 94, 31, 0.9);
  background: rgba(0, 0, 0, 0.48);
  box-shadow: 0 0 0 4px rgba(255, 94, 31, 0.18), 0 0 28px rgba(255, 94, 31, 0.22);
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn, .wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #080808;
  background: linear-gradient(135deg, #ffffff 0%, #ffdfd1 42%, #ff5b18 100%);
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255, 81, 23, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn:hover, .wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn:hover, .wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn:hover{
  filter: brightness(1.04);
  box-shadow: 0 16px 36px rgba(255, 81, 23, 0.34);
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn:focus-visible, .wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn:focus-visible, .wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-meta{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-count{
  color: #ffb199;
  font-weight: 800;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
  display: grid;
  width: 100%;
  min-width: 0;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  animation: nfgFadeUp 420ms ease both;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-card-title{
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 104px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.36);
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-thumb{
  background: rgba(255, 92, 24, 0.75);
  border-radius: 999px;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{
  justify-self: start;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn[hidden]{
  display: none;
}.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-bold{ font-weight: 900; }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-italic{ font-style: italic; transform: skewX(-7deg); }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-outline{ color: transparent; -webkit-text-stroke: 1px #ffffff; text-shadow: 0 0 18px rgba(255, 91, 24, 0.55); }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-shadow{ text-shadow: 3px 3px 0 #ff5b18, 0 12px 24px rgba(0,0,0,.55); }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-glow{ text-shadow: 0 0 10px rgba(255,255,255,.78), 0 0 24px rgba(255,91,24,.85); }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-wide{ letter-spacing: .18em; text-transform: uppercase; }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-condensed{ letter-spacing: -.02em; font-stretch: condensed; transform: scaleX(.88); transform-origin: left center; }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-sprint{ font-style: italic; letter-spacing: .06em; text-transform: uppercase; text-shadow: 2px 0 0 #ff5b18; }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-box{ padding: 10px 12px; border: 2px solid rgba(255,255,255,.78); box-shadow: inset 0 0 0 2px rgba(255,91,24,.5); }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-red{ color: #ff7043; text-shadow: 0 0 18px rgba(255,112,67,.45); }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-mono{ font-family: "Courier New", monospace; font-weight: 800; }.wpc-scope-321 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-silver{ color: #f2f2f2; text-shadow: 0 2px 0 #777, 0 12px 22px rgba(0,0,0,.55); }@keyframes nfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (hover: hover){.tc-wp-tool-root .nfg-tool-wrap .nfg-card:hover{
    transform: translateY(-5px);
    border-color: rgba(255, 91, 24, 0.38);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.36), 0 0 30px rgba(255, 91, 24, 0.12);
  }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn:hover, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn:hover, .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn:hover{
    transform: translateY(-2px);
  }}@media (min-width: 1200px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 74px 28px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ max-width: 1200px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero h1{ font-size: 62px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero p{ font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-panel{ padding: 26px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 18px 20px; font-size: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ min-height: 56px; padding: 0 24px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 18px; font-size: 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 42px; padding: 0 18px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{ margin-top: 30px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 66px 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ max-width: 1080px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero h1{ font-size: 56px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero p{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-panel{ padding: 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 17px 19px; font-size: 21px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ min-height: 54px; padding: 0 23px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 19px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 17px; font-size: 23px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 42px; padding: 0 17px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{ margin-top: 28px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 58px 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ max-width: 900px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero h1{ font-size: 48px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero p{ font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-panel{ padding: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-text-input{ padding: 16px 18px; font-size: 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ min-height: 52px; padding: 0 22px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 16px; font-size: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 42px; padding: 0 17px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{ margin-top: 26px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 46px 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ max-width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero h1{ font-size: 38px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero p{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-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-text-input{ padding: 15px 16px; font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ width: 100%; min-height: 50px; padding: 0 20px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-meta{ flex-direction: column; gap: 6px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 16px; margin-top: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ width: 100%; max-width: 100%; padding: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 15px; font-size: 20px; overflow-wrap: anywhere; word-break: break-word; }.tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ width: 100%; min-height: 42px; padding: 0 16px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{ margin-top: 24px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 42px 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ max-width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero h1{ font-size: 34px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero p{ font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-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 15px; font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ width: 100%; min-height: 48px; padding: 0 18px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-meta{ flex-direction: column; gap: 6px; font-size: 12px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 15px; margin-top: 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ width: 100%; max-width: 100%; padding: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 14px; font-size: 19px; overflow-wrap: anywhere; word-break: break-word; }.tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ width: 100%; min-height: 42px; padding: 0 16px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{ margin-top: 22px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 38px 12px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ max-width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{ font-size: 11px; padding: 7px 10px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero h1{ font-size: 30px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-hero p{ font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-panel{ padding: 14px; border-radius: 18px; }.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 14px; font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn{ width: 100%; min-height: 46px; padding: 0 16px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-meta{ flex-direction: column; gap: 6px; font-size: 12px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ width: 100%; max-width: 100%; padding: 14px; border-radius: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 13px; font-size: 18px; overflow-wrap: anywhere; word-break: break-word; }.tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ width: 100%; min-height: 40px; padding: 0 14px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-wrap{ margin-top: 20px; }}.wpc-scope-321 /* 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;
}