@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-138 .tc-wp-tool-root img, .wpc-scope-138 .tc-wp-tool-root video, .wpc-scope-138 .tc-wp-tool-root svg, .wpc-scope-138 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(77, 208, 225, 0.32), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(168, 85, 247, 0.30), transparent 34%),
    linear-gradient(135deg, #08111f 0%, #101827 48%, #142033 100%);
  color: #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap, .wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-hero{
  text-align: center;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8eeeff;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(142, 238, 255, 0.86);
  padding-bottom: 7px;
  text-shadow: 0 0 24px rgba(77, 208, 225, 0.58);
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap h1{
  margin: 18px 0 10px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-subtitle{
  margin: 0 auto;
  max-width: 720px;
  color: #c9d8ea;
  line-height: 1.55;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-input-panel{
  margin-top: 30px;
  border: 1px solid rgba(164, 219, 255, 0.22);
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  backdrop-filter: blur(18px);
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-input-label{
  display: block;
  margin-bottom: 10px;
  color: #eaf7ff;
  font-weight: 800;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid rgba(175, 225, 255, 0.26);
  outline: none;
  border-radius: 18px;
  background: rgba(3, 10, 24, 0.70);
  color: #ffffff;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-input:focus{
  border-color: rgba(91, 225, 255, 0.82);
  background: rgba(5, 15, 34, 0.88);
  box-shadow: 0 0 0 4px rgba(91, 225, 255, 0.14), 0 0 34px rgba(91, 225, 255, 0.18);
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-input::placeholder{
  color: rgba(214, 232, 245, 0.58);
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-actions{
  display: flex;
  justify-content: center;
  margin-top: 14px;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-clear-btn, .wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-load-more, .wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-copy-btn{
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  color: #06111d;
  background: linear-gradient(135deg, #8df4ff 0%, #b8f7d4 100%);
  box-shadow: 0 12px 30px rgba(74, 222, 255, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-clear-btn:hover, .wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-load-more:hover, .wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-copy-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(74, 222, 255, 0.32);
  filter: saturate(1.08);
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-status{
  margin-top: 14px;
  text-align: center;
  color: #b9cbe1;
  font-weight: 700;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-card{
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(168, 220, 255, 0.20);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.055)),
    rgba(7, 17, 33, 0.62);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
  animation: ufgFade 360ms ease both;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(114, 236, 255, 0.50);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32), 0 0 34px rgba(77, 208, 225, 0.12);
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-style-name{
  min-width: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-copy-btn{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 15px;
  border: 1px solid rgba(179, 229, 255, 0.14);
  background: rgba(2, 8, 18, 0.50);
  color: #f4fbff;
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #79eaff, #b8f7d4);
  border-radius: 999px;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-load-more{
  border-radius: 999px;
}.wpc-scope-138 .tc-wp-tool-root .ufg-tool-wrap .ufg-load-more.ufg-hidden{
  display: none;
}@keyframes ufgFade{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ufg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-shell{ width: 100%; }.tc-wp-tool-root .ufg-tool-wrap h1{ font-size: 30px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-kicker{ font-size: 11px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-subtitle{ font-size: 14px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input-panel{ padding: 16px; border-radius: 18px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input{ min-height: 138px; padding: 13px; font-size: 15px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-clear-btn{ padding: 8px 17px; border-radius: 999px; font-size: 13px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-status{ font-size: 12px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-grid{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 20px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-card{ padding: 14px; width: 100%; max-width: 100%; }.tc-wp-tool-root .ufg-tool-wrap .ufg-style-name{ font-size: 14px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-preview{ padding: 12px; font-size: 15px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-wrap{ margin-top: 22px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-more{ padding: 11px 22px; font-size: 14px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ufg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-shell{ width: 100%; }.tc-wp-tool-root .ufg-tool-wrap h1{ font-size: 34px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-kicker{ font-size: 12px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-subtitle{ font-size: 15px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input-panel{ padding: 18px; border-radius: 20px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input{ min-height: 150px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-clear-btn{ padding: 9px 18px; border-radius: 999px; font-size: 14px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-status{ font-size: 13px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-grid{ grid-template-columns: 1fr !important; gap: 15px; margin-top: 22px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-card{ padding: 15px; width: 100%; max-width: 100%; }.tc-wp-tool-root .ufg-tool-wrap .ufg-style-name{ font-size: 15px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-preview{ padding: 13px; font-size: 16px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-wrap{ margin-top: 24px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-more{ padding: 12px 24px; font-size: 14px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ufg-tool-wrap{ padding: 44px 18px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-shell{ width: 100%; }.tc-wp-tool-root .ufg-tool-wrap h1{ font-size: 40px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-kicker{ font-size: 12px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-subtitle{ font-size: 16px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input-panel{ padding: 20px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input{ min-height: 160px; padding: 16px; font-size: 17px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-clear-btn{ padding: 9px 20px; border-radius: 999px; font-size: 14px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-status{ font-size: 13px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-grid{ grid-template-columns: 1fr !important; gap: 17px; margin-top: 24px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-card{ padding: 17px; width: 100%; max-width: 100%; }.tc-wp-tool-root .ufg-tool-wrap .ufg-style-name{ font-size: 16px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-preview{ padding: 14px; font-size: 17px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-wrap{ margin-top: 26px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-more{ padding: 12px 26px; font-size: 15px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ufg-tool-wrap{ padding: 58px 26px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-shell{ width: 96%; }.tc-wp-tool-root .ufg-tool-wrap h1{ font-size: 54px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-kicker{ font-size: 13px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-subtitle{ font-size: 18px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input-panel{ padding: 26px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input{ min-height: 172px; padding: 18px; font-size: 18px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-clear-btn{ padding: 10px 22px; border-radius: 999px; font-size: 15px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-status{ font-size: 14px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-card{ padding: 19px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-style-name{ font-size: 16px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-preview{ padding: 15px; font-size: 17px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-wrap{ margin-top: 30px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-more{ padding: 13px 30px; font-size: 15px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ufg-tool-wrap{ padding: 66px 30px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-shell{ width: 96%; }.tc-wp-tool-root .ufg-tool-wrap h1{ font-size: 62px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-kicker{ font-size: 13px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-subtitle{ font-size: 18px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input-panel{ padding: 30px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input{ min-height: 178px; padding: 20px; font-size: 19px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-clear-btn{ padding: 10px 24px; border-radius: 999px; font-size: 15px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-status{ font-size: 14px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 32px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-card{ padding: 20px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-style-name{ font-size: 16px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-preview{ padding: 16px; font-size: 17px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-wrap{ margin-top: 34px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-more{ padding: 14px 32px; font-size: 16px; }}@media (min-width: 1200px){.tc-wp-tool-root .ufg-tool-wrap{ padding: 76px 34px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-shell{ width: 100%; }.tc-wp-tool-root .ufg-tool-wrap h1{ font-size: 68px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-kicker{ font-size: 13px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-subtitle{ font-size: 19px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input-panel{ padding: 32px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-input{ min-height: 184px; padding: 21px; font-size: 19px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-clear-btn{ padding: 10px 24px; border-radius: 999px; font-size: 15px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-status{ font-size: 14px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-card{ padding: 21px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-style-name{ font-size: 16px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-preview{ padding: 16px; font-size: 17px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-wrap{ margin-top: 36px; }.tc-wp-tool-root .ufg-tool-wrap .ufg-load-more{ padding: 14px 34px; font-size: 16px; }}.wpc-scope-138 /* 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-138 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .ufg-visible-count{}