@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-49 .tc-wp-tool-root img, .wpc-scope-49 .tc-wp-tool-root video, .wpc-scope-49 .tc-wp-tool-root svg, .wpc-scope-49 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 56px 20px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 12% 8%, rgba(112, 18, 30, 0.38), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(95, 49, 126, 0.22), transparent 28%),
    radial-gradient(circle at 50% 110%, rgba(218, 78, 26, 0.18), transparent 34%),
    linear-gradient(135deg, #050505 0%, #111014 48%, #070607 100%);
  color: #f5efe6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-container, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-header, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-input-panel, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-grid, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-card, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-copy-btn{
  box-sizing: border-box;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 820px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-header h1{
  margin: 0 0 12px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
  color: #fff7eb;
  text-shadow: 0 0 22px rgba(146, 16, 32, 0.55), 0 2px 0 #22070a;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-header p{
  margin: 0;
  color: #d6c9bd;
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-input-panel{
  width: 100%;
  padding: 24px;
  margin-bottom: 28px;
  border: 1px solid rgba(244, 221, 190, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(24, 22, 25, 0.86), rgba(10, 9, 10, 0.88));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-label{
  display: block;
  margin: 0 0 10px;
  color: #f1dfc8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  resize: vertical;
  padding: 18px 18px;
  border: 1px solid rgba(196, 46, 55, 0.42);
  border-radius: 8px;
  outline: none;
  background: rgba(5, 5, 6, 0.78);
  color: #fff8ee;
  font: inherit;
  font-size: 20px;
  line-height: 1.5;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.34);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea::placeholder{
  color: rgba(218, 201, 185, 0.62);
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea:focus{
  border-color: rgba(239, 88, 46, 0.86);
  box-shadow: 0 0 0 4px rgba(157, 25, 38, 0.26), 0 0 32px rgba(239, 88, 46, 0.18), inset 0 0 24px rgba(0, 0, 0, 0.34);
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-row, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-row{
  margin-top: 16px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-row{
  margin-top: 30px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-copy-btn{
  border: 1px solid rgba(255, 223, 184, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, #7d0d1a, #c33125 58%, #df6b22);
  color: #fff8ed;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(117, 11, 22, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn{
  min-width: 94px;
  padding: 10px 18px;
  font-size: 14px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn{
  min-width: 214px;
  padding: 14px 24px;
  font-size: 16px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-copy-btn{
  width: 100%;
  padding: 11px 16px;
  font-size: 14px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn:focus-visible, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn:focus-visible, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-copy-btn:focus-visible{
  outline: 3px solid rgba(239, 107, 34, 0.45);
  outline-offset: 3px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn:hover, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn:hover, .wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-copy-btn:hover{
  filter: brightness(1.1);
  box-shadow: 0 0 28px rgba(214, 52, 36, 0.35), 0 12px 28px rgba(0, 0, 0, 0.36);
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(240, 219, 190, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 28%),
    rgba(16, 15, 17, 0.82);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  animation: dmfgFadeIn 260ms ease both;
  backdrop-filter: blur(12px);
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-style-name{
  margin: 0 0 12px;
  color: #f0d5b9;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.02em;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  margin-bottom: 14px;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(160, 33, 48, 0.35);
  border-radius: 8px;
  background: rgba(3, 3, 4, 0.58);
  color: #fff3e4;
  font-size: 22px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 0 14px rgba(198, 31, 48, 0.36);
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#7d0d1a, #df6b22);
  border-radius: 999px;
}.wpc-scope-49 .tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn.dmfg-hidden{
  display: none;
}@keyframes dmfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (hover: hover){.tc-wp-tool-root .dmfg-tool-wrap .dmfg-card:hover{
    transform: translateY(-5px);
    border-color: rgba(239, 107, 34, 0.34);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.48), 0 0 26px rgba(112, 18, 30, 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }}@media (min-width: 1200px){.tc-wp-tool-root .dmfg-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header h1{
    font-size: 68px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header p{
    font-size: 19px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea{
    min-height: 140px;
    font-size: 21px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn{
    padding: 10px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn{
    padding: 14px 26px;
    font-size: 16px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-card{
    padding: 18px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview{
    font-size: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .dmfg-tool-wrap{
    padding: 58px 22px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-container{
    width: min(100%, 1080px);
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header h1{
    font-size: 58px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea{
    min-height: 134px;
    font-size: 20px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn{
    padding: 10px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn{
    padding: 14px 24px;
    font-size: 16px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-card{
    padding: 18px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview{
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .dmfg-tool-wrap{
    padding: 50px 18px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header h1{
    font-size: 48px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-input-panel{
    padding: 22px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea{
    min-height: 126px;
    font-size: 19px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn{
    padding: 10px 17px;
    font-size: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn{
    padding: 13px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-card{
    padding: 17px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview{
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .dmfg-tool-wrap{
    padding: 42px 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-container{
    width: 100%;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header h1{
    font-size: 38px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea{
    min-height: 118px;
    font-size: 18px;
    padding: 15px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn{
    padding: 10px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn{
    min-width: 190px;
    padding: 13px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview{
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .dmfg-tool-wrap{
    padding: 36px 12px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-container{
    width: 100%;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea{
    min-height: 112px;
    font-size: 17px;
    padding: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn{
    padding: 10px 15px;
    font-size: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn{
    min-width: 180px;
    padding: 12px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview{
    font-size: 18px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .dmfg-tool-wrap{
    padding: 32px 10px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-container{
    width: 100%;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header h1{
    font-size: 30px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-input-panel{
    padding: 12px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-textarea{
    min-height: 108px;
    font-size: 16px;
    padding: 13px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-clear-btn{
    padding: 9px 14px;
    font-size: 13px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-load-btn{
    min-width: 168px;
    padding: 12px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .dmfg-tool-wrap .dmfg-preview{
    font-size: 17px;
  }}.wpc-scope-49 /* 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;
}