@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-17 .tc-wp-tool-root img, .wpc-scope-17 .tc-wp-tool-root video, .wpc-scope-17 .tc-wp-tool-root svg, .wpc-scope-17 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 42px 18px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 202, 122, 0.26), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 72, 151, 0.24), transparent 30%),
    linear-gradient(135deg, #0b1020 0%, #241139 42%, #4a1239 72%, #171022 100%);
  color: #fff7fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper div, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper section, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper header, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper h1, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper p, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper label, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper textarea, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper button{
  box-sizing: border-box;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-header{
  text-align: center;
  margin-bottom: 26px;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-header h1{
  margin: 0 0 10px;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 12px 36px rgba(255, 104, 177, 0.28);
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-header p{
  margin: 0 auto;
  max-width: 620px;
  color: rgba(255, 247, 251, 0.82);
  font-size: 17px;
  line-height: 1.55;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-input-panel{
  width: min(100%, 880px);
  margin: 0 auto 30px;
  padding: 22px;
  border: 1px solid rgba(255, 225, 189, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-input-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 245, 252, 0.92);
  font-size: 14px;
  font-weight: 700;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 138px;
  resize: vertical;
  padding: 18px 20px;
  border: 1px solid rgba(255, 236, 214, 0.24);
  border-radius: 18px;
  outline: none;
  background: rgba(7, 9, 22, 0.55);
  color: #fffafc;
  font: 500 18px/1.55 Inter, ui-sans-serif, system-ui, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea::placeholder{
  color: rgba(255, 238, 246, 0.46);
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea:focus{
  border-color: rgba(255, 209, 125, 0.78);
  background: rgba(8, 9, 23, 0.68);
  box-shadow: 0 0 0 4px rgba(255, 198, 112, 0.13), 0 0 34px rgba(255, 91, 171, 0.18);
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-copy-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease, opacity 170ms ease;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn{
  display: block;
  margin: 14px auto 0;
  min-width: 96px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff8fc;
  border: 1px solid rgba(255, 236, 214, 0.24);
  font-size: 14px;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn:hover, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more:hover, .wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-results-panel{
  width: 100%;
  max-width: 100%;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 238, 217, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: ifgFadeIn 260ms ease both;
  overflow: hidden;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 211, 138, 0.38);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 28px rgba(255, 85, 163, 0.13);
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-card-top{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 13px;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-style-name{
  min-width: 0;
  color: #fff7fb;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-copy-btn{
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd27a, #ff6fb2 52%, #9d7cff);
  color: #140c1d;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(255, 91, 171, 0.24);
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 98px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 240, 219, 0.14);
  background: rgba(4, 7, 18, 0.48);
  color: #fff9fc;
  font-size: 20px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffd27a, #ff6fb2);
  border-radius: 999px;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more{
  display: block;
  margin: 26px auto 0;
  min-width: 156px;
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe08e, #ff6fab 48%, #9f83ff);
  color: #150b20;
  font-size: 15px;
  box-shadow: 0 16px 34px rgba(255, 95, 172, 0.28);
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more.ifg-hidden{
  display: none;
}.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-serif-italic{ font-family: Georgia, "Times New Roman", serif; font-style: italic; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-bold-italic{ font-family: Georgia, serif; font-style: italic; font-weight: 800; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-script{ font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 23px; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-cursive{ font-family: "Segoe Script", "Bradley Hand", cursive; font-size: 22px; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-editorial{ font-family: Georgia, serif; font-style: italic; letter-spacing: 0.4px; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-soft{ font-style: italic; color: #ffe2ee; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-dramatic{ font-family: Georgia, serif; font-style: italic; font-weight: 900; text-shadow: 0 0 18px rgba(255, 93, 175, 0.5); }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-minimal{ font-style: italic; font-weight: 400; color: #f8f0ff; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-gold{ font-style: italic; color: #ffe19a; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-rose{ font-style: italic; color: #ff9cc9; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-violet{ font-style: italic; color: #cdb8ff; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-ink{ font-family: Georgia, serif; font-style: italic; color: #eef1ff; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-wide{ font-style: italic; letter-spacing: 1.8px; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-tight{ font-style: italic; font-weight: 750; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-smallcaps{ font-variant: small-caps; font-style: italic; letter-spacing: 0.8px; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-shadow{ font-style: italic; text-shadow: 2px 2px 0 rgba(255, 111, 178, 0.35); }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-glow{ font-style: italic; text-shadow: 0 0 14px rgba(255, 210, 122, 0.55); }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-calligraphy{ font-family: "Lucida Handwriting", "Segoe Script", cursive; font-size: 22px; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-hand{ font-family: "Bradley Hand", "Comic Sans MS", cursive; font-style: italic; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-modern{ font-style: oblique 13deg; font-weight: 650; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-light{ font-style: italic; font-weight: 300; color: #fff0f7; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-luxe{ font-family: Georgia, serif; font-style: italic; color: #ffe6b2; text-shadow: 0 0 12px rgba(255, 218, 146, 0.35); }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-mono{ font-family: "Courier New", monospace; font-style: italic; }.wpc-scope-17 .tc-wp-tool-root .ifg-tool-wrapper .ifg-neon{ font-style: italic; color: #fff; text-shadow: 0 0 8px #ff6fb2, 0 0 16px #9d7cff; }@keyframes ifgFadeIn{
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px){.tc-wp-tool-root .ifg-tool-wrapper{ padding: 46px 22px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-container{ width: min(100%, 1200px); }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header h1{ font-size: 46px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header p{ font-size: 17px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea{ min-height: 138px; font-size: 18px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn{ padding: 10px 18px; font-size: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more{ padding: 13px 22px; font-size: 15px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-card{ padding: 18px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-preview{ font-size: 20px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ifg-tool-wrapper{ padding: 42px 20px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-container{ width: min(100%, 1080px); }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header h1{ font-size: 42px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header p{ font-size: 16px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea{ min-height: 132px; font-size: 17px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn{ padding: 10px 17px; font-size: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more{ padding: 13px 21px; font-size: 15px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-card{ padding: 17px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-preview{ font-size: 20px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ifg-tool-wrapper{ padding: 38px 18px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-container{ width: min(100%, 920px); }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header h1{ font-size: 37px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header p{ font-size: 16px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-input-panel{ padding: 20px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea{ min-height: 126px; font-size: 17px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn{ padding: 9px 16px; font-size: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more{ padding: 12px 20px; font-size: 15px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-card{ padding: 17px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-preview{ font-size: 19px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ifg-tool-wrapper{ padding: 32px 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-container{ width: 100%; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header h1{ font-size: 31px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header p{ font-size: 15px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-input-panel{ padding: 16px; border-radius: 20px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea{ min-height: 118px; padding: 15px; font-size: 16px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn{ padding: 9px 15px; font-size: 13px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more{ padding: 12px 19px; font-size: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-card{ padding: 16px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-preview{ font-size: 18px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ifg-tool-wrapper{ padding: 30px 12px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-container{ width: 100%; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header h1{ font-size: 29px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header p{ font-size: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-input-panel{ padding: 15px; border-radius: 19px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea{ min-height: 114px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn{ padding: 9px 14px; font-size: 13px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more{ padding: 11px 18px; font-size: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-card{ padding: 15px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-preview{ font-size: 17px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ifg-tool-wrapper{ padding: 28px 10px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-container{ width: 100%; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header h1{ font-size: 26px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-header p{ font-size: 13px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-input-panel{ padding: 13px; border-radius: 18px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-textarea{ min-height: 108px; padding: 13px; font-size: 15px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-clear-btn{ padding: 8px 13px; font-size: 13px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-load-more{ padding: 11px 17px; font-size: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-card{ padding: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-card-top{ grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-style-name{ font-size: 14px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-copy-btn{ padding: 8px 11px; font-size: 12px; }.tc-wp-tool-root .ifg-tool-wrapper .ifg-preview{ font-size: 16px; }}.wpc-scope-17 /* 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;
}