@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-179 .tc-wp-tool-root img, .wpc-scope-179 .tc-wp-tool-root video, .wpc-scope-179 .tc-wp-tool-root svg, .wpc-scope-179 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 211, 238, .34), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(244, 114, 182, .28), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(74, 222, 128, .18), transparent 32%),
    linear-gradient(135deg, #09111f 0%, #111827 46%, #182036 100%);
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-hero{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(125, 249, 255, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 0 30px rgba(34, 211, 238, .13);
  color: #bff7ff;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap h1{
  margin: 14px 0 0;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
  text-shadow: 0 0 32px rgba(125, 249, 255, .18);
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{
  margin: 14px auto 0;
  max-width: 720px;
  color: rgba(232, 241, 255, .82);
  line-height: 1.6;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-input-card{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .07));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px);
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-label{
  display: block;
  margin: 0 0 10px;
  color: #dff8ff;
  font-weight: 750;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 112px;
  border: 1px solid rgba(190, 242, 255, .26);
  border-radius: 18px;
  outline: none;
  background: rgba(4, 10, 24, .62);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
  line-height: 1.45;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-input:focus{
  border-color: rgba(103, 232, 249, .78);
  background: rgba(4, 10, 24, .76);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, .13), 0 0 34px rgba(34, 211, 238, .16);
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row, .wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{
  display: flex;
  align-items: center;
  justify-content: center;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(34, 211, 238, .92), rgba(168, 85, 247, .9));
  box-shadow: 0 14px 34px rgba(34, 211, 238, .18);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .42);
  box-shadow: 0 18px 44px rgba(168, 85, 247, .24), 0 0 26px rgba(34, 211, 238, .22);
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-btn:disabled{
  cursor: not-allowed;
  opacity: .48;
  transform: none;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-card{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .065));
  box-shadow: 0 18px 45px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .14);
  backdrop-filter: blur(16px);
  animation: nfgFadeIn .34s ease both;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(103, 232, 249, .42);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34), 0 0 30px rgba(34, 211, 238, .12);
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{
  min-width: 0;
  color: #effcff;
  font-weight: 850;
  line-height: 1.25;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-copy-btn{
  flex: 0 0 auto;
  padding: 9px 15px;
  font-size: 13px;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 96px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(190, 242, 255, .16);
  border-radius: 16px;
  background: rgba(3, 7, 18, .46);
  color: #ffffff;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(34, 211, 238, .9), rgba(168, 85, 247, .9));
  border-radius: 999px;
}.wpc-scope-179 .tc-wp-tool-root .nfg-tool-wrap .nfg-load-btn.is-hidden{
  display: none;
}@keyframes nfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  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 h1{ font-size: 31px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{ padding: 7px 11px; font-size: 10px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-card{ margin-top: 24px; padding: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ padding: 14px; font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row{ margin-top: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 10px 17px; font-size: 13px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 24px; }.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{ padding: 13px; font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{ 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 h1{ font-size: 36px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{ padding: 8px 12px; font-size: 10px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-card{ margin-top: 26px; padding: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ padding: 15px; font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row{ margin-top: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 10px 18px; font-size: 14px; }.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: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 14px; font-size: 19px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{ margin-top: 24px; }}@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-shell{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 42px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{ padding: 8px 14px; font-size: 11px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-card{ margin-top: 28px; padding: 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ padding: 16px; font-size: 19px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row{ margin-top: 16px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 11px 20px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: 1fr !important; gap: 18px; margin-top: 28px; }.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{ padding: 15px; font-size: 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{ margin-top: 26px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 58px 28px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ width: 96%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 54px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{ padding: 9px 16px; font-size: 11px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-card{ margin-top: 34px; padding: 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ padding: 18px; font-size: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row{ margin-top: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 12px 22px; font-size: 14px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 20px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 16px; font-size: 21px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{ margin-top: 28px; }}@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-shell{ width: 96%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 62px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{ padding: 10px 18px; font-size: 12px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-card{ margin-top: 38px; padding: 28px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ padding: 20px; font-size: 24px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row{ margin-top: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 12px 24px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 21px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 16px; font-size: 21px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{ margin-top: 30px; }}@media (min-width: 1200px){.tc-wp-tool-root .nfg-tool-wrap{ padding: 82px 36px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-shell{ width: 100%; }.tc-wp-tool-root .nfg-tool-wrap h1{ font-size: 68px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-kicker{ padding: 10px 18px; font-size: 12px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input-card{ margin-top: 40px; padding: 30px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-label{ font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-input{ padding: 21px; font-size: 25px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-clear-row{ margin-top: 18px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-btn{ padding: 12px 25px; font-size: 15px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: 40px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-card{ padding: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-style-name{ font-size: 17px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-preview{ padding: 17px; font-size: 22px; }.tc-wp-tool-root .nfg-tool-wrap .nfg-load-row{ margin-top: 32px; }}.wpc-scope-179 /* 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-179 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .nfg-clear-btn{}