@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-315 .tc-wp-tool-root img, .wpc-scope-315 .tc-wp-tool-root video, .wpc-scope-315 .tc-wp-tool-root svg, .wpc-scope-315 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 22px;
  color: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(80, 210, 255, 0.28), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(177, 115, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #08111f 0%, #111827 45%, #10122a 100%);
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool div, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool section, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool header, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool h1, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool h2, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool p, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool span, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool label, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool textarea, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool button{
  box-sizing: border-box;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-shell{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-ambient{
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.46;
  pointer-events: none;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-ambient-one{
  top: 80px;
  left: -80px;
  background: rgba(65, 214, 255, 0.34);
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-ambient-two{
  right: -70px;
  bottom: 120px;
  background: rgba(196, 132, 252, 0.3);
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 850px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-header h1{
  margin: 0;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.36);
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-header p{
  margin: 14px auto 0;
  color: rgba(235, 245, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-input-panel, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-results-panel{
  width: 100%;
  border: 1px solid rgba(216, 232, 255, 0.17);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-input-panel{
  padding: 24px;
  margin-bottom: 24px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(245, 250, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  border: 1px solid rgba(203, 225, 255, 0.22);
  border-radius: 18px;
  outline: none;
  padding: 20px;
  color: #ffffff;
  background: rgba(4, 12, 24, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 22px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-textarea:focus{
  border-color: rgba(88, 214, 255, 0.78);
  background: rgba(5, 16, 32, 0.72);
  box-shadow: 0 0 0 4px rgba(88, 214, 255, 0.13), 0 16px 42px rgba(88, 214, 255, 0.12);
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn{
  display: block;
  margin: 16px auto 0;
  min-width: 118px;
  border: 1px solid rgba(220, 235, 255, 0.2);
  border-radius: 999px;
  padding: 10px 18px;
  color: #eaf7ff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn:hover, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn:focus{
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 28px rgba(97, 213, 255, 0.13);
  outline: none;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-results-panel{
  padding: 24px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-results-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-count{
  flex: 0 0 auto;
  border: 1px solid rgba(209, 232, 255, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(235, 246, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(218, 235, 255, 0.16);
  border-radius: 18px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(8, 17, 32, 0.54);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(12px);
  animation: sfgFadeIn 360ms ease forwards;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(110, 220, 255, 0.42);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.27), 0 0 34px rgba(91, 214, 255, 0.08);
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-card-title{
  margin: 0 0 12px;
  color: rgba(246, 251, 255, 0.95);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 92px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(214, 232, 255, 0.13);
  border-radius: 14px;
  padding: 14px;
  color: #ffffff;
  background: rgba(2, 8, 18, 0.48);
  font-size: 19px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(81, 215, 255, 0.72), rgba(182, 132, 255, 0.72));
  border-radius: 999px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn{
  border: 0;
  border-radius: 999px;
  color: #06111f;
  background: linear-gradient(135deg, #7de6ff, #d8b4ff);
  box-shadow: 0 14px 34px rgba(104, 216, 255, 0.22);
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn{
  width: 100%;
  margin-top: 14px;
  padding: 11px 16px;
  font-size: 14px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn{
  min-width: 176px;
  padding: 13px 24px;
  font-size: 15px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn:hover, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn:focus, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn:hover, .wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn:focus{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 42px rgba(121, 222, 255, 0.3);
  outline: none;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}.wpc-scope-315 .tc-wp-tool-root .sfg-small-font-tool .sfg-status{
  min-height: 20px;
  margin-top: 14px;
  color: rgba(226, 245, 255, 0.82);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}@keyframes sfgFadeIn{
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 64px 24px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-textarea{
    min-height: 150px;
    font-size: 22px;
    padding: 20px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn{
    font-size: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-card{
    padding: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-preview{
    font-size: 19px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 56px 22px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-shell{
    width: min(100%, 1080px);
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header h1{
    font-size: 46px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-textarea{
    min-height: 145px;
    font-size: 21px;
    padding: 19px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn{
    font-size: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-card{
    padding: 17px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-preview{
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 46px 18px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-shell{
    width: min(100%, 860px);
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-input-panel, .tc-wp-tool-root .sfg-small-font-tool .sfg-results-panel{
    padding: 20px;
    border-radius: 22px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-textarea{
    min-height: 140px;
    font-size: 20px;
    padding: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn{
    font-size: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-card{
    padding: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-preview{
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 36px 14px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-shell{
    width: 100%;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-input-panel, .tc-wp-tool-root .sfg-small-font-tool .sfg-results-panel{
    padding: 16px;
    border-radius: 20px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-textarea{
    min-height: 132px;
    font-size: 18px;
    padding: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn{
    font-size: 14px;
    padding: 11px 16px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-results-head{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-preview{
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 32px 12px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-shell{
    width: 100%;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header h1{
    font-size: 30px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-input-panel, .tc-wp-tool-root .sfg-small-font-tool .sfg-results-panel{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-textarea{
    min-height: 128px;
    font-size: 17px;
    padding: 15px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn{
    font-size: 13px;
    padding: 10px 15px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-preview{
    font-size: 16px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .sfg-small-font-tool{
    padding: 28px 10px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-shell{
    width: 100%;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header h1{
    font-size: 27px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-header p{
    font-size: 13px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-input-panel, .tc-wp-tool-root .sfg-small-font-tool .sfg-results-panel{
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-textarea{
    min-height: 122px;
    font-size: 16px;
    padding: 13px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-clear-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-copy-btn, .tc-wp-tool-root .sfg-small-font-tool .sfg-load-btn{
    font-size: 13px;
    padding: 10px 14px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-card{
    width: 100%;
    max-width: 100%;
    padding: 13px;
  }.tc-wp-tool-root .sfg-small-font-tool .sfg-preview{
    font-size: 15px;
  }}.wpc-scope-315 .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;
}