@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-372 .tc-wp-tool-root img, .wpc-scope-372 .tc-wp-tool-root video, .wpc-scope-372 .tc-wp-tool-root svg, .wpc-scope-372 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap{
  --eft-bg-1: #07030d;
  --eft-bg-2: #180416;
  --eft-bg-3: #17072e;
  --eft-crimson: #ff315f;
  --eft-violet: #9f5cff;
  --eft-ember: #ff8a3d;
  --eft-text: #fff7fb;
  --eft-muted: #d7c9df;
  --eft-panel: rgba(255, 255, 255, 0.075);
  --eft-panel-strong: rgba(255, 255, 255, 0.11);
  --eft-border: rgba(255, 255, 255, 0.18);
  --eft-border-hot: rgba(255, 49, 95, 0.48);
  --eft-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --eft-glow: 0 0 28px rgba(255, 49, 95, 0.22), 0 0 42px rgba(159, 92, 255, 0.17);
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 56px 18px;
  overflow: hidden;
  color: var(--eft-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 49, 95, 0.22), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(159, 92, 255, 0.24), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(255, 138, 61, 0.13), transparent 34%),
    linear-gradient(135deg, var(--eft-bg-1), var(--eft-bg-2) 48%, var(--eft-bg-3));
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap, .wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap div, .wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap section, .wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap h1, .wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap p, .wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap label, .wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap textarea, .wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap button{
  box-sizing: border-box;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 820px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__title{
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--eft-text);
  text-shadow: 0 0 24px rgba(255, 49, 95, 0.4);
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__subtitle{
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: var(--eft-muted);
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__input-panel{
  width: 100%;
  margin: 0 auto 26px;
  padding: 22px;
  border: 1px solid var(--eft-border);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: var(--eft-shadow), var(--eft-glow);
  backdrop-filter: blur(16px);
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__label{
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffdce6;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  outline: none;
  padding: 18px;
  background: rgba(5, 2, 12, 0.72);
  color: var(--eft-text);
  font: inherit;
  font-size: 20px;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(255, 49, 95, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__textarea:focus{
  border-color: var(--eft-border-hot);
  background: rgba(8, 3, 18, 0.86);
  box-shadow: 0 0 0 4px rgba(255, 49, 95, 0.14), 0 0 34px rgba(159, 92, 255, 0.18);
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__clear-row, .wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__load-row{
  display: flex;
  justify-content: center;
  align-items: center;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__clear-row{
  margin-top: 14px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__load-row{
  margin-top: 26px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__btn{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  cursor: pointer;
  color: var(--eft-text);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, rgba(255, 49, 95, 0.92), rgba(119, 45, 255, 0.9));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35), 0 0 22px rgba(255, 49, 95, 0.2);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, opacity 170ms ease;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42), 0 0 34px rgba(255, 49, 95, 0.32);
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__btn:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(159, 92, 255, 0.22), 0 0 32px rgba(255, 49, 95, 0.3);
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__btn:disabled{
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__btn--clear{
  min-height: 38px;
  padding: 9px 20px;
  font-size: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 49, 95, 0.25));
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__btn--load{
  min-height: 46px;
  padding: 12px 28px;
  font-size: 15px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--eft-border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  animation: evilFontFadeIn 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 49, 95, 0.4);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.38), 0 0 28px rgba(159, 92, 255, 0.12);
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__style-name{
  min-width: 0;
  color: #ffe8ef;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__copy{
  flex: 0 0 auto;
  min-height: 34px;
  padding: 8px 14px;
  font-size: 13px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__preview{
  max-height: 180px;
  min-height: 112px;
  overflow: auto;
  padding: 15px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 1, 8, 0.54);
  color: #fff7fb;
  font-size: 20px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  box-shadow: inset 0 0 22px rgba(255, 49, 95, 0.06);
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, var(--eft-crimson), var(--eft-violet));
  border-radius: 999px;
}.wpc-scope-372 .tc-wp-tool-root .evil-font-tool-wrap__is-hidden{
  display: none !important;
}@keyframes evilFontFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .evil-font-tool-wrap{ padding: 34px 10px; }.tc-wp-tool-root .evil-font-tool-wrap__container{ width: 100%; }.tc-wp-tool-root .evil-font-tool-wrap__title{ font-size: 30px; }.tc-wp-tool-root .evil-font-tool-wrap__subtitle{ font-size: 14px; line-height: 1.55; }.tc-wp-tool-root .evil-font-tool-wrap__input-panel{ padding: 14px; border-radius: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__textarea{ min-height: 112px; padding: 13px; font-size: 16px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--clear{ min-height: 34px; padding: 8px 16px; font-size: 13px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--load{ min-height: 42px; padding: 10px 22px; font-size: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .evil-font-tool-wrap__card{ padding: 13px; }.tc-wp-tool-root .evil-font-tool-wrap__preview{ font-size: 17px; min-height: 104px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .evil-font-tool-wrap{ padding: 38px 12px; }.tc-wp-tool-root .evil-font-tool-wrap__container{ width: 100%; }.tc-wp-tool-root .evil-font-tool-wrap__title{ font-size: 34px; }.tc-wp-tool-root .evil-font-tool-wrap__subtitle{ font-size: 15px; line-height: 1.6; }.tc-wp-tool-root .evil-font-tool-wrap__input-panel{ padding: 16px; border-radius: 15px; }.tc-wp-tool-root .evil-font-tool-wrap__textarea{ min-height: 118px; padding: 14px; font-size: 17px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--clear{ min-height: 36px; padding: 8px 17px; font-size: 13px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--load{ min-height: 44px; padding: 11px 24px; font-size: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .evil-font-tool-wrap__card{ padding: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__preview{ font-size: 18px; min-height: 108px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .evil-font-tool-wrap{ padding: 42px 14px; }.tc-wp-tool-root .evil-font-tool-wrap__container{ width: 100%; }.tc-wp-tool-root .evil-font-tool-wrap__title{ font-size: 38px; }.tc-wp-tool-root .evil-font-tool-wrap__subtitle{ font-size: 16px; line-height: 1.62; }.tc-wp-tool-root .evil-font-tool-wrap__input-panel{ padding: 18px; border-radius: 16px; }.tc-wp-tool-root .evil-font-tool-wrap__textarea{ min-height: 124px; padding: 15px; font-size: 18px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--clear{ min-height: 36px; padding: 8px 18px; font-size: 13px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--load{ min-height: 44px; padding: 11px 25px; font-size: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__card{ padding: 15px; }.tc-wp-tool-root .evil-font-tool-wrap__preview{ font-size: 18px; min-height: 110px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .evil-font-tool-wrap{ padding: 50px 18px; }.tc-wp-tool-root .evil-font-tool-wrap__container{ width: 100%; }.tc-wp-tool-root .evil-font-tool-wrap__title{ font-size: 48px; }.tc-wp-tool-root .evil-font-tool-wrap__subtitle{ font-size: 17px; }.tc-wp-tool-root .evil-font-tool-wrap__textarea{ min-height: 128px; padding: 17px; font-size: 19px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--clear{ min-height: 38px; padding: 9px 20px; font-size: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--load{ min-height: 46px; padding: 12px 28px; font-size: 15px; }.tc-wp-tool-root .evil-font-tool-wrap__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .evil-font-tool-wrap__card{ padding: 17px; }.tc-wp-tool-root .evil-font-tool-wrap__preview{ font-size: 19px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .evil-font-tool-wrap{ padding: 56px 20px; }.tc-wp-tool-root .evil-font-tool-wrap__container{ width: 100%; }.tc-wp-tool-root .evil-font-tool-wrap__title{ font-size: 56px; }.tc-wp-tool-root .evil-font-tool-wrap__subtitle{ font-size: 18px; }.tc-wp-tool-root .evil-font-tool-wrap__textarea{ min-height: 132px; padding: 18px; font-size: 20px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--clear{ min-height: 38px; padding: 9px 20px; font-size: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--load{ min-height: 46px; padding: 12px 28px; font-size: 15px; }.tc-wp-tool-root .evil-font-tool-wrap__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .evil-font-tool-wrap__card{ padding: 18px; }.tc-wp-tool-root .evil-font-tool-wrap__preview{ font-size: 20px; }}@media (min-width: 1200px){.tc-wp-tool-root .evil-font-tool-wrap{ padding: 64px 24px; }.tc-wp-tool-root .evil-font-tool-wrap__container{ width: min(100%, 1200px); }.tc-wp-tool-root .evil-font-tool-wrap__title{ font-size: 62px; }.tc-wp-tool-root .evil-font-tool-wrap__subtitle{ font-size: 18px; }.tc-wp-tool-root .evil-font-tool-wrap__textarea{ min-height: 136px; padding: 18px; font-size: 20px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--clear{ min-height: 38px; padding: 9px 20px; font-size: 14px; }.tc-wp-tool-root .evil-font-tool-wrap__btn--load{ min-height: 46px; padding: 12px 28px; font-size: 15px; }.tc-wp-tool-root .evil-font-tool-wrap__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .evil-font-tool-wrap__card{ padding: 18px; }.tc-wp-tool-root .evil-font-tool-wrap__preview{ font-size: 20px; }}.wpc-scope-372 /* 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;
}