@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-333 .tc-wp-tool-root img, .wpc-scope-333 .tc-wp-tool-root video, .wpc-scope-333 .tc-wp-tool-root svg, .wpc-scope-333 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #fbf7ff;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 151, 214, 0.35), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(190, 164, 255, 0.28), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(106, 73, 196, 0.42), transparent 35%),
    linear-gradient(135deg, #120923 0%, #151642 34%, #44255d 66%, #9b5d8f 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__container, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__panel, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__grid, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__card, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__preview, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__input, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__button{
  box-sizing: border-box;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__header{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__title{
  margin: 0;
  color: #ffffff;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(240, 197, 255, 0.5);
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  color: rgba(248, 240, 255, 0.86);
  line-height: 1.6;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__panel, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__card{
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 22px 60px rgba(6, 4, 22, 0.28);
  backdrop-filter: blur(18px);
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__panel{
  margin-top: 30px;
  border-radius: 8px;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__label{
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 247, 255, 0.92);
  font-weight: 700;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__input{
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid rgba(231, 203, 255, 0.38);
  border-radius: 8px;
  outline: none;
  color: #fffaff;
  background: rgba(8, 8, 30, 0.46);
  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-333 .tc-wp-tool-root .twilight-font-tool__input::placeholder{
  color: rgba(246, 225, 255, 0.52);
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__input:focus{
  border-color: rgba(255, 178, 230, 0.88);
  background: rgba(10, 8, 36, 0.66);
  box-shadow: 0 0 0 4px rgba(226, 159, 255, 0.16), 0 0 34px rgba(255, 169, 230, 0.18);
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__actions, .wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__button{
  border: 1px solid rgba(255, 224, 255, 0.3);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(255, 122, 207, 0.92), rgba(137, 103, 255, 0.92));
  box-shadow: 0 12px 30px rgba(31, 20, 76, 0.36);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__button:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 137, 219, 0.24), 0 12px 34px rgba(89, 75, 210, 0.32);
  filter: brightness(1.08);
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__button:active{
  transform: translateY(0);
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__button:disabled{
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  animation: twilightToolFadeIn 360ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 208, 244, 0.46);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(6, 4, 22, 0.34), 0 0 24px rgba(221, 164, 255, 0.14);
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__card-title{
  margin: 0 0 12px;
  color: rgba(255, 248, 255, 0.95);
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  padding: 16px;
  color: #fff9ff;
  background: rgba(6, 7, 28, 0.43);
  border: 1px solid rgba(232, 205, 255, 0.18);
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff8fd8, #9f8cff);
  border-radius: 999px;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__copy{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__load-wrap{
  margin-top: 28px;
}.wpc-scope-333 .tc-wp-tool-root .twilight-font-tool__button--load.is-hidden{
  display: none;
}@keyframes twilightToolFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .twilight-font-tool{
    padding: 34px 12px;
  }.tc-wp-tool-root .twilight-font-tool__container{
    width: 100%;
  }.tc-wp-tool-root .twilight-font-tool__title{
    font-size: 30px;
  }.tc-wp-tool-root .twilight-font-tool__subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .twilight-font-tool__panel{
    padding: 16px;
  }.tc-wp-tool-root .twilight-font-tool__input{
    min-height: 128px;
    padding: 13px;
    font-size: 16px;
  }.tc-wp-tool-root .twilight-font-tool__button{
    min-height: 44px;
    padding: 11px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .twilight-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 22px;
  }.tc-wp-tool-root .twilight-font-tool__card{
    padding: 15px;
  }.tc-wp-tool-root .twilight-font-tool__preview{
    font-size: 18px;
  }.tc-wp-tool-root .twilight-font-tool__card-title{
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .twilight-font-tool{
    padding: 38px 14px;
  }.tc-wp-tool-root .twilight-font-tool__container{
    width: 100%;
  }.tc-wp-tool-root .twilight-font-tool__title{
    font-size: 34px;
  }.tc-wp-tool-root .twilight-font-tool__subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .twilight-font-tool__panel{
    padding: 18px;
  }.tc-wp-tool-root .twilight-font-tool__input{
    min-height: 138px;
    padding: 14px;
    font-size: 17px;
  }.tc-wp-tool-root .twilight-font-tool__button{
    min-height: 46px;
    padding: 12px 18px;
    font-size: 15px;
  }.tc-wp-tool-root .twilight-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 24px;
  }.tc-wp-tool-root .twilight-font-tool__card{
    padding: 17px;
  }.tc-wp-tool-root .twilight-font-tool__preview{
    font-size: 19px;
  }.tc-wp-tool-root .twilight-font-tool__card-title{
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .twilight-font-tool{
    padding: 44px 18px;
  }.tc-wp-tool-root .twilight-font-tool__container{
    width: 100%;
  }.tc-wp-tool-root .twilight-font-tool__title{
    font-size: 40px;
  }.tc-wp-tool-root .twilight-font-tool__subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .twilight-font-tool__panel{
    padding: 22px;
  }.tc-wp-tool-root .twilight-font-tool__input{
    min-height: 148px;
    padding: 15px;
    font-size: 18px;
  }.tc-wp-tool-root .twilight-font-tool__button{
    min-height: 48px;
    padding: 13px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .twilight-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 26px;
  }.tc-wp-tool-root .twilight-font-tool__card{
    padding: 19px;
  }.tc-wp-tool-root .twilight-font-tool__preview{
    font-size: 20px;
  }.tc-wp-tool-root .twilight-font-tool__card-title{
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .twilight-font-tool{
    padding: 58px 24px;
  }.tc-wp-tool-root .twilight-font-tool__container{
    width: 100%;
  }.tc-wp-tool-root .twilight-font-tool__title{
    font-size: 52px;
  }.tc-wp-tool-root .twilight-font-tool__subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .twilight-font-tool__panel{
    padding: 26px;
  }.tc-wp-tool-root .twilight-font-tool__input{
    min-height: 156px;
    padding: 17px;
    font-size: 19px;
  }.tc-wp-tool-root .twilight-font-tool__button{
    min-height: 48px;
    padding: 13px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .twilight-font-tool__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
  }.tc-wp-tool-root .twilight-font-tool__card{
    padding: 20px;
  }.tc-wp-tool-root .twilight-font-tool__preview{
    font-size: 20px;
  }.tc-wp-tool-root .twilight-font-tool__card-title{
    font-size: 17px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .twilight-font-tool{
    padding: 70px 30px;
  }.tc-wp-tool-root .twilight-font-tool__container{
    width: 100%;
  }.tc-wp-tool-root .twilight-font-tool__title{
    font-size: 60px;
  }.tc-wp-tool-root .twilight-font-tool__subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .twilight-font-tool__panel{
    padding: 30px;
  }.tc-wp-tool-root .twilight-font-tool__input{
    min-height: 164px;
    padding: 18px;
    font-size: 20px;
  }.tc-wp-tool-root .twilight-font-tool__button{
    min-height: 50px;
    padding: 14px 24px;
    font-size: 16px;
  }.tc-wp-tool-root .twilight-font-tool__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 32px;
  }.tc-wp-tool-root .twilight-font-tool__card{
    padding: 22px;
  }.tc-wp-tool-root .twilight-font-tool__preview{
    font-size: 21px;
  }.tc-wp-tool-root .twilight-font-tool__card-title{
    font-size: 18px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .twilight-font-tool{
    padding: 82px 36px;
  }.tc-wp-tool-root .twilight-font-tool__container{
    width: 100%;
  }.tc-wp-tool-root .twilight-font-tool__title{
    font-size: 68px;
  }.tc-wp-tool-root .twilight-font-tool__subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .twilight-font-tool__panel{
    padding: 32px;
  }.tc-wp-tool-root .twilight-font-tool__input{
    min-height: 172px;
    padding: 20px;
    font-size: 21px;
  }.tc-wp-tool-root .twilight-font-tool__button{
    min-height: 52px;
    padding: 15px 26px;
    font-size: 16px;
  }.tc-wp-tool-root .twilight-font-tool__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }.tc-wp-tool-root .twilight-font-tool__card{
    padding: 22px;
  }.tc-wp-tool-root .twilight-font-tool__preview{
    font-size: 21px;
  }.tc-wp-tool-root .twilight-font-tool__card-title{
    font-size: 18px;
  }}.wpc-scope-333 /* 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-333 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .twilight-font-tool__button--clear{}