@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-175 .tc-wp-tool-root img, .wpc-scope-175 .tc-wp-tool-root video, .wpc-scope-175 .tc-wp-tool-root svg, .wpc-scope-175 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 56px 18px;
  color: #f6ead2;
  background:
    radial-gradient(circle at 18% 0%, rgba(219, 91, 38, 0.22), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(103, 74, 128, 0.24), transparent 32%),
    linear-gradient(145deg, #090909 0%, #151313 45%, #21120f 100%);
  overflow-x: hidden;
  isolation: isolate;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper div, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper section, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper h1, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper p, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper label, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper textarea, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper button, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper span{
  box-sizing: border-box;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__hero{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 850px;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__title{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff4d8;
  text-shadow: 0 0 22px rgba(225, 92, 32, 0.28), 0 2px 0 rgba(0, 0, 0, 0.8);
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__subtitle{
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.65;
  color: #d9c7aa;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__control-panel{
  width: 100%;
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid rgba(207, 154, 78, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(15, 14, 14, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__label{
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #f1d39a;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__input{
  width: 100%;
  max-width: 100%;
  min-height: 128px;
  resize: vertical;
  padding: 18px 18px;
  border: 1px solid rgba(207, 154, 78, 0.34);
  border-radius: 8px;
  outline: none;
  background: rgba(5, 5, 5, 0.56);
  color: #fff8e8;
  font-size: 18px;
  line-height: 1.6;
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.42);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__input::placeholder{
  color: #9f8d75;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__input:focus{
  border-color: rgba(239, 159, 67, 0.82);
  background: rgba(9, 8, 8, 0.75);
  box-shadow: 0 0 0 4px rgba(239, 111, 42, 0.14), inset 0 0 28px rgba(0, 0, 0, 0.52);
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  flex-wrap: wrap;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(239, 178, 91, 0.42);
  border-radius: 8px;
  background: linear-gradient(135deg, #6f241d 0%, #b24a24 48%, #d49a4f 100%);
  color: #fff7e6;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35), 0 0 18px rgba(215, 93, 37, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__button:hover{
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.42), 0 0 26px rgba(237, 111, 39, 0.28);
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__button:focus-visible{
  outline: 3px solid rgba(239, 190, 111, 0.42);
  outline-offset: 3px;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__button:disabled{
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__button--clear{
  background: linear-gradient(135deg, #211c1b 0%, #3e3030 52%, #5c4441 100%);
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__status{
  color: #bfb09b;
  font-size: 14px;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(205, 151, 78, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(16, 15, 16, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  animation: dsfg-tool-wrapper-fade 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__card:hover{
  transform: translateY(-4px);
  border-color: rgba(236, 156, 62, 0.5);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.46), 0 0 24px rgba(204, 82, 34, 0.14);
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__card-title{
  margin: 0 0 12px;
  color: #f0d29a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border: 1px solid rgba(157, 119, 70, 0.25);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 88, 39, 0.12), transparent 38%),
    rgba(4, 4, 5, 0.62);
  color: #fff2d5;
  font-size: 22px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__preview::-webkit-scrollbar, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__input::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__preview::-webkit-scrollbar-track, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__input::-webkit-scrollbar-track{
  background: rgba(8, 8, 8, 0.8);
  border-radius: 10px;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__preview::-webkit-scrollbar-thumb, .wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__input::-webkit-scrollbar-thumb{
  background: linear-gradient(#bd743a, #66261f);
  border-radius: 10px;
  border: 2px solid rgba(8, 8, 8, 0.8);
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__card-footer{
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__load-area{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-175 .tc-wp-tool-root .dsfg-tool-wrapper__button--load{
  min-width: 170px;
}@keyframes dsfg-tool-wrapper-fade{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .dsfg-tool-wrapper{
    padding: 32px 12px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__container{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .dsfg-tool-wrapper__title{
    font-size: 30px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__control-panel{
    padding: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__input{
    min-height: 112px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__button{
    width: 100%;
    min-height: 46px;
    padding: 13px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__status{
    width: 100%;
    text-align: center;
    font-size: 13px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__preview{
    font-size: 18px;
    padding: 13px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .dsfg-tool-wrapper{
    padding: 36px 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__container{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .dsfg-tool-wrapper__title{
    font-size: 33px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__control-panel{
    padding: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__input{
    min-height: 116px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__button{
    min-height: 46px;
    padding: 13px 17px;
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__preview{
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .dsfg-tool-wrapper{
    padding: 42px 16px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__container{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .dsfg-tool-wrapper__title{
    font-size: 38px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__input{
    min-height: 122px;
    font-size: 17px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__button{
    min-height: 46px;
    padding: 13px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__preview{
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .dsfg-tool-wrapper{
    padding: 50px 20px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__container{
    width: 100%;
    max-width: 940px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__title{
    font-size: 44px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__input{
    min-height: 128px;
    font-size: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__button{
    min-height: 45px;
    padding: 12px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__card{
    padding: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__preview{
    font-size: 21px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .dsfg-tool-wrapper{
    padding: 56px 22px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__container{
    width: 100%;
    max-width: 1080px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__title{
    font-size: 48px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__input{
    min-height: 128px;
    font-size: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__button{
    min-height: 44px;
    padding: 12px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__card{
    padding: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__preview{
    font-size: 21px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .dsfg-tool-wrapper{
    padding: 64px 24px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__title{
    font-size: 52px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__input{
    min-height: 132px;
    font-size: 18px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__button{
    min-height: 44px;
    padding: 12px 19px;
    font-size: 14px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__card{
    padding: 19px;
  }.tc-wp-tool-root .dsfg-tool-wrapper__preview{
    font-size: 22px;
  }}.wpc-scope-175 /* 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;
}