@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-173 .tc-wp-tool-root img, .wpc-scope-173 .tc-wp-tool-root video, .wpc-scope-173 .tc-wp-tool-root svg, .wpc-scope-173 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fffafc;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 116, 179, .32), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(109, 92, 255, .34), transparent 34%),
    radial-gradient(circle at 45% 92%, rgba(255, 196, 87, .18), transparent 36%),
    linear-gradient(135deg, #190d2c 0%, #321240 42%, #111b38 100%);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-shell{
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-header{
  text-align: center;
  margin: 0 auto 30px;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-header h1{
  margin: 0;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 14px 42px rgba(255, 117, 190, .28);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-header p{
  width: min(760px, 100%);
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 250, 252, .78);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-input-panel{
  width: 100%;
  padding: 24px;
  margin: 0 0 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .07));
  box-shadow: 0 28px 80px rgba(4, 4, 18, .34), inset 0 1px 0 rgba(255, 255, 255, .22);
  backdrop-filter: blur(18px);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-label{
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 750;
  color: rgba(255, 255, 255, .76);
  text-transform: uppercase;
  letter-spacing: .08em;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  resize: vertical;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  outline: none;
  background: rgba(8, 8, 22, .48);
  color: #fff;
  font: italic 600 24px/1.5 Georgia, "Times New Roman", serif;
  box-shadow: inset 0 1px 18px rgba(0, 0, 0, .22);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-input:focus{
  border-color: rgba(255, 151, 212, .72);
  background: rgba(12, 10, 28, .6);
  box-shadow: 0 0 0 5px rgba(255, 116, 185, .14), 0 0 34px rgba(255, 116, 185, .22), inset 0 1px 18px rgba(0, 0, 0, .2);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-actions, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-actions{
  margin-top: 16px;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-btn{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  min-height: 42px;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(255, 94, 174, .92), rgba(123, 97, 255, .92));
  box-shadow: 0 14px 34px rgba(108, 70, 255, .26);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .36);
  box-shadow: 0 18px 42px rgba(255, 94, 174, .3), 0 0 26px rgba(123, 97, 255, .22);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-btn:disabled{
  cursor: default;
  opacity: .52;
  transform: none;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .06)),
    rgba(18, 15, 38, .44);
  box-shadow: 0 18px 44px rgba(2, 2, 12, .28);
  backdrop-filter: blur(16px);
  animation: ifgFadeUp .34s ease both;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 180, 224, .34);
  box-shadow: 0 24px 58px rgba(2, 2, 12, .34), 0 0 28px rgba(255, 116, 185, .13);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-card-title{
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 106px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  background: rgba(5, 5, 17, .38);
  color: #fff7fb;
  font-size: 22px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(255, 116, 185, .8), rgba(123, 97, 255, .8));
  border-radius: 999px;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-copy{
  width: 100%;
  margin-top: 14px;
  min-height: 38px;
  padding: 9px 14px;
  font-size: 13px;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-load-wrap{
  margin-top: 26px;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-load.is-hidden{
  display: none;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-0 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-12 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-24 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-36 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-48 .ifg-preview{
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-1 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-13 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-25 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-37 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-49 .ifg-preview{
  font-family: ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 800;
  color: #ffe8f5;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-2 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-14 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-26 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-38 .ifg-preview{
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-style: italic;
  color: #e9e7ff;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-3 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-15 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-27 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-39 .ifg-preview{
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: .03em;
  text-shadow: 0 0 16px rgba(255, 111, 190, .38);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-4 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-16 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-28 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-40 .ifg-preview{
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-style: italic;
  color: #fff1d9;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-5 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-17 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-29 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-41 .ifg-preview{
  transform: skewX(-7deg);
  transform-origin: left center;
  color: #eaffff;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-6 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-18 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-30 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-42 .ifg-preview{
  font-family: Didot, Bodoni 72, Georgia, serif;
  font-style: italic;
  color: #fff6ea;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-7 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-19 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-31 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-43 .ifg-preview{
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #f0edff;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-8 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-20 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-32 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-44 .ifg-preview{
  font-family: Georgia, serif;
  font-style: italic;
  color: #ffd7ed;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-9 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-21 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-33 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-45 .ifg-preview{
  font-family: "Courier New", monospace;
  font-style: italic;
  color: #dffcff;
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-10 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-22 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-34 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-46 .ifg-preview{
  font-family: Palatino, Georgia, serif;
  font-style: italic;
  text-shadow: 0 0 10px rgba(255, 220, 145, .28);
}.wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-11 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-23 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-35 .ifg-preview, .wpc-scope-173 .tc-wp-tool-root .ifg-tool-wrap .ifg-style-47 .ifg-preview{
  font-family: "Segoe UI", Arial, sans-serif;
  font-style: italic;
  color: #f8f5ff;
  letter-spacing: .02em;
}@keyframes ifgFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .ifg-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-shell{
    width: min(1200px, 100%);
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header h1{
    font-size: 46px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input{
    min-height: 170px;
    font-size: 24px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-btn{
    min-height: 42px;
    padding: 10px 20px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-card{
    padding: 18px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-preview{
    font-size: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ifg-tool-wrap{
    padding: 56px 22px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-shell{
    width: min(1080px, 100%);
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input{
    min-height: 158px;
    font-size: 23px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-btn{
    min-height: 42px;
    padding: 10px 19px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-card{
    padding: 17px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-preview{
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ifg-tool-wrap{
    padding: 48px 20px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-shell{
    width: min(900px, 100%);
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input{
    min-height: 150px;
    font-size: 22px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-btn{
    min-height: 41px;
    padding: 10px 18px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-card{
    padding: 16px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-preview{
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ifg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-shell{
    width: 100%;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header h1{
    font-size: 29px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input-panel{
    padding: 17px;
    border-radius: 18px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input{
    min-height: 140px;
    font-size: 20px;
    padding: 17px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-btn{
    min-height: 40px;
    padding: 10px 17px;
    font-size: 13px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 15px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-preview{
    font-size: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ifg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-shell{
    width: 100%;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header h1{
    font-size: 26px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input-panel{
    padding: 15px;
    border-radius: 17px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input{
    min-height: 132px;
    font-size: 19px;
    padding: 15px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-btn{
    min-height: 39px;
    padding: 9px 16px;
    font-size: 13px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-preview{
    font-size: 19px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ifg-tool-wrap{
    padding: 30px 10px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-shell{
    width: 100%;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header h1{
    font-size: 23px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-header p{
    font-size: 13px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input-panel{
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-input{
    min-height: 126px;
    font-size: 18px;
    padding: 13px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-btn{
    min-height: 38px;
    padding: 9px 15px;
    font-size: 12px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 13px;
  }.tc-wp-tool-root .ifg-tool-wrap .ifg-preview{
    font-size: 18px;
  }}.wpc-scope-173 /* 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-173 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .ifg-clear{}.wpc-scope-173 .tc-wp-tool-root .ifg-results{}