@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-465 .tc-wp-tool-root img, .wpc-scope-465 .tc-wp-tool-root video, .wpc-scope-465 .tc-wp-tool-root svg, .wpc-scope-465 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap, .wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #f8f8f8;
  background:
    radial-gradient(circle at 12% 0%, rgba(229, 9, 20, 0.2), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(255, 58, 68, 0.12), transparent 30%),
    linear-gradient(145deg, #050505 0%, #101012 42%, #060606 100%);
  border-radius: 0;
  isolation: isolate;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-hero{
  text-align: center;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-title{
  margin: 0;
  color: #ffffff;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 #7d050b,
    0 0 18px rgba(229, 9, 20, 0.65),
    0 18px 45px rgba(0, 0, 0, 0.8);
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
  max-width: 780px;
  margin: 14px auto 0;
  color: #d7d7d7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(28, 28, 31, 0.86), rgba(12, 12, 14, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-label{
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  color: #ffffff;
  background: rgba(4, 4, 5, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  outline: none;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(229, 9, 20, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-input:focus{
  border-color: rgba(255, 49, 58, 0.72);
  box-shadow: 0 0 0 4px rgba(229, 9, 20, 0.18), 0 0 24px rgba(229, 9, 20, 0.2);
  background: #080809;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn, .wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{
  appearance: none;
  border: 0;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #e50914, #9d050c);
  box-shadow: 0 12px 28px rgba(229, 9, 20, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn:hover, .wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn:hover, .wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 16px 36px rgba(229, 9, 20, 0.36);
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn:focus-visible, .wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn:focus-visible, .wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 85, 92, 0.55);
  outline-offset: 3px;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-help{
  margin: 10px 0 0;
  color: #a9a9a9;
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    linear-gradient(145deg, rgba(23, 23, 26, 0.94), rgba(9, 9, 11, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateY(12px);
  animation: nfgFadeIn 320ms ease forwards;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(229, 9, 20, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.48), 0 0 28px rgba(229, 9, 20, 0.12);
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-card-head{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{
  margin: 0;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-tag{
  color: #ff6b72;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 116px;
  overflow: auto;
  padding: 16px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 9, 20, 0.22), transparent 38%),
    linear-gradient(160deg, rgba(3, 3, 4, 0.96), rgba(20, 20, 22, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  display: grid;
  place-items: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 12px rgba(229, 9, 20, 0.38), 0 2px 18px rgba(0, 0, 0, 0.82);
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #e50914, #7d050b);
  border-radius: 999px;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-actions{
  display: grid;
  place-items: center;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn[disabled]{
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}.wpc-scope-465 .tc-wp-tool-root .nfg-tool-wrap .nfg-status{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}@keyframes nfgFadeIn{
  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-shell{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 34px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{ padding: 16px; margin-top: 24px; border-radius: 8px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 14px; }.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: 92px; padding: 13px; font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 46px; padding: 12px 16px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-help{ font-size: 12px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 21px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-actions{ margin-top: 22px; }}@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-shell{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 40px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{ padding: 18px; margin-top: 26px; border-radius: 8px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ 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-input{ min-height: 94px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 48px; padding: 13px 18px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-help{ font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 15px; margin-top: 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-actions{ margin-top: 24px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 44px 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 48px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{ padding: 20px; margin-top: 28px; border-radius: 8px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ 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-input{ min-height: 96px; padding: 15px; font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 50px; padding: 14px 20px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-help{ font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 16px; margin-top: 26px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-actions{ margin-top: 26px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 58px 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 68px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{ padding: 24px; margin-top: 34px; border-radius: 8px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 86px; padding: 16px; font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 50px; padding: 14px 22px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-help{ font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 25px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-actions{ margin-top: 30px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 68px 28px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 82px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{ padding: 26px; margin-top: 36px; border-radius: 8px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 88px; padding: 17px; font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 50px; padding: 14px 24px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-help{ font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 25px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-actions{ margin-top: 34px; }}@media (min-width: 1200px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 78px 32px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap .nfg-title{ font-size: 92px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-control-panel{ padding: 28px; margin-top: 38px; border-radius: 8px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ min-height: 90px; padding: 18px; font-size: 19px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn, .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{ min-height: 52px; padding: 15px 26px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-help{ font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 36px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ font-size: 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-actions{ margin-top: 36px; }}