@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-508 .tc-wp-tool-root img, .wpc-scope-508 .tc-wp-tool-root video, .wpc-scope-508 .tc-wp-tool-root svg, .wpc-scope-508 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap, .wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #fffaf2;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 227, 94, 0.52), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(64, 224, 208, 0.42), transparent 30%),
    radial-gradient(circle at 78% 84%, rgba(255, 99, 132, 0.45), transparent 32%),
    linear-gradient(135deg, #24124f 0%, #612b93 38%, #0c6b78 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-hero{
  text-align: center;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.16);
  color: #fff2a9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-title{
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-subtitle{
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-control-panel{
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(16, 8, 42, 0.28);
  backdrop-filter: blur(18px);
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-label{
  display: block;
  margin-bottom: 10px;
  color: #fff6c7;
  font-weight: 800;
  line-height: 1.3;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 92px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 18px;
  outline: none;
  background: rgba(17, 10, 43, 0.48);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  line-height: 1.5;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-input:focus{
  border-color: rgba(255, 240, 130, 0.95);
  background: rgba(16, 8, 42, 0.62);
  box-shadow: 0 0 0 5px rgba(255, 220, 90, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-actions, .wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-load-wrap{
  display: grid;
  place-items: center;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-actions{
  margin-top: 16px;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-load-wrap{
  margin-top: 28px;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn{
  max-width: 100%;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(135deg, #ffe66d, #ff6f91 52%, #49d7d0);
  color: #201039;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), 0 0 28px rgba(255, 230, 109, 0.24);
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1)),
    rgba(31, 14, 72, 0.42);
  box-shadow: 0 20px 48px rgba(10, 5, 30, 0.24);
  backdrop-filter: blur(14px);
  animation: dsfgFadeRise 360ms ease both;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-card-title{
  margin: 0 0 12px;
  color: #fff4ba;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 126px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(7, 5, 25, 0.32);
  color: #ffffff;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ffe66d, #49d7d0);
  border-radius: 999px;
}.wpc-scope-508 .tc-wp-tool-root .dsfg-tool-wrap .dsfg-copy{
  width: 100%;
  margin-top: 14px;
}@media (hover: hover) and (pointer: fine){.tc-wp-tool-root .dsfg-tool-wrap .dsfg-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 28px 62px rgba(10, 5, 30, 0.34), 0 0 28px rgba(73, 215, 208, 0.16);
  }}@keyframes dsfgFadeRise{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .dsfg-tool-wrap{
    padding: 28px 12px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-shell{
    width: 100%;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-title{
    font-size: 31px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-control-panel{
    padding: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-input{
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn{
    min-height: 44px;
    padding: 13px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-card{
    padding: 15px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview{
    padding: 13px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .dsfg-tool-wrap{
    padding: 32px 14px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-shell{
    width: 100%;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-title{
    font-size: 36px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-control-panel{
    padding: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-input{
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn{
    min-height: 46px;
    padding: 14px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-card{
    padding: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview{
    padding: 14px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .dsfg-tool-wrap{
    padding: 38px 18px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-shell{
    width: 100%;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-title{
    font-size: 42px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-control-panel{
    padding: 20px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-input{
    padding: 15px;
    font-size: 17px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn{
    min-height: 48px;
    padding: 15px 24px;
    font-size: 15px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-card{
    padding: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview{
    padding: 15px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .dsfg-tool-wrap{
    padding: 56px 24px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-shell{
    width: 96%;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-title{
    font-size: 56px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-control-panel{
    padding: 24px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-input{
    padding: 17px;
    font-size: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn{
    min-height: 50px;
    padding: 16px 26px;
    font-size: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-card{
    padding: 20px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview{
    padding: 16px;
    font-size: 20px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .dsfg-tool-wrap{
    padding: 68px 28px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-shell{
    width: 96%;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-title{
    font-size: 64px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-control-panel{
    padding: 26px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-input{
    padding: 18px;
    font-size: 19px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn{
    min-height: 52px;
    padding: 17px 28px;
    font-size: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-card{
    padding: 21px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview{
    padding: 17px;
    font-size: 20px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .dsfg-tool-wrap{
    padding: 78px 32px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-shell{
    width: 100%;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-title{
    font-size: 72px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-control-panel{
    padding: 28px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-input{
    padding: 19px;
    font-size: 20px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-btn{
    min-height: 54px;
    padding: 18px 30px;
    font-size: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-card{
    padding: 22px;
  }.tc-wp-tool-root .dsfg-tool-wrap .dsfg-preview{
    padding: 18px;
    font-size: 21px;
  }}.wpc-scope-508 /* 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-508 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .dsfg-clear{}.wpc-scope-508 .tc-wp-tool-root .dsfg-load{}