@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-298 .tc-wp-tool-root img, .wpc-scope-298 .tc-wp-tool-root video, .wpc-scope-298 .tc-wp-tool-root svg, .wpc-scope-298 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 54px 18px;
  color: #f7f1e8;
  background:
    radial-gradient(circle at 15% 0%, rgba(210, 28, 35, 0.3), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 185, 68, 0.22), transparent 32%),
    linear-gradient(135deg, #08080a 0%, #17181c 42%, #2b0c0f 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap, .wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-shell, .wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-hero, .wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-controls, .wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-input-row, .wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-grid, .wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-card, .wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-preview, .wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-load-wrap{
  box-sizing: border-box;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-title{
  margin: 0;
  color: #fff7e6;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(202, 28, 34, 0.55), 0 3px 0 #650b10;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-subtitle{
  max-width: 720px;
  margin: 16px auto 0;
  color: #d8d1c7;
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-controls{
  width: 100%;
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 200, 105, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(42, 43, 48, 0.82), rgba(15, 15, 18, 0.84));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-label{
  display: block;
  margin: 0 0 10px;
  color: #f5c96d;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 218, 128, 0.28);
  border-radius: 12px;
  outline: none;
  color: #fff8ec;
  background: rgba(5, 5, 7, 0.72);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  line-height: 1.3;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-input:focus{
  border-color: rgba(255, 199, 86, 0.8);
  background: rgba(10, 10, 12, 0.86);
  box-shadow: 0 0 0 4px rgba(198, 31, 38, 0.2), 0 0 28px rgba(255, 191, 73, 0.18);
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-btn{
  width: auto;
  max-width: 100%;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 210, 116, 0.38);
  border-radius: 12px;
  color: #fff8e8;
  background: linear-gradient(135deg, #9f141b, #d1262f 50%, #7d0d13);
  box-shadow: 0 10px 24px rgba(140, 10, 16, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 221, 142, 0.72);
  box-shadow: 0 16px 32px rgba(198, 28, 35, 0.38), 0 0 24px rgba(255, 194, 79, 0.16);
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-btn:focus{
  outline: 3px solid rgba(255, 207, 96, 0.34);
  outline-offset: 2px;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(218, 222, 228, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(56, 58, 65, 0.7), rgba(17, 17, 20, 0.84)),
    radial-gradient(circle at top right, rgba(201, 31, 39, 0.2), transparent 44%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  animation: imfgFade 280ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(248, 198, 89, 0.36);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.44), 0 0 26px rgba(204, 29, 37, 0.18);
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-card-title{
  margin: 0 0 12px;
  color: #ffd983;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  color: #fff9ed;
  background: rgba(4, 4, 6, 0.58);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 12px rgba(214, 28, 35, 0.34);
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#c91c24, #e5aa43);
  border-radius: 999px;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-copy{
  width: 100%;
  margin-top: 14px;
  background: linear-gradient(135deg, #343941, #202227 48%, #111215);
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 26px;
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-load{
  min-width: 180px;
  min-height: 52px;
  background: linear-gradient(135deg, #b51620, #e0a842 52%, #8b1017);
}.wpc-scope-298 .tc-wp-tool-root .imfg-tool-wrap .imfg-load[disabled]{
  display: none;
}@keyframes imfgFade{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .imfg-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-shell{
    width: 100%;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-title{
    font-size: 54px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input{
    height: 58px;
    font-size: 19px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-btn{
    min-height: 48px;
    font-size: 15px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-card{
    padding: 18px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-preview{
    font-size: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .imfg-tool-wrap{
    padding: 58px 22px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-shell{
    width: 100%;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-title{
    font-size: 48px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input{
    height: 56px;
    font-size: 18px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-btn{
    min-height: 47px;
    font-size: 15px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-card{
    padding: 17px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-preview{
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .imfg-tool-wrap{
    padding: 50px 20px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-shell{
    width: 100%;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-title{
    font-size: 42px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input{
    height: 54px;
    font-size: 17px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-btn{
    min-height: 46px;
    font-size: 15px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-card{
    padding: 16px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-preview{
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .imfg-tool-wrap{
    padding: 42px 16px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-shell{
    width: 100%;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-title{
    font-size: 34px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input{
    height: 52px;
    font-size: 16px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-btn{
    width: 100%;
    min-height: 46px;
    font-size: 15px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-card{
    padding: 15px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-preview{
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .imfg-tool-wrap{
    padding: 36px 14px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-shell{
    width: 100%;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-title{
    font-size: 30px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-controls{
    padding: 16px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input{
    height: 50px;
    font-size: 16px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-btn{
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-card{
    padding: 14px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-preview{
    font-size: 18px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .imfg-tool-wrap{
    padding: 32px 12px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-shell{
    width: 100%;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-title{
    font-size: 27px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-controls{
    padding: 14px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-input{
    height: 48px;
    font-size: 15px;
    padding: 0 14px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-btn{
    width: 100%;
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-card{
    padding: 13px;
  }.tc-wp-tool-root .imfg-tool-wrap .imfg-preview{
    font-size: 17px;
    padding: 13px;
  }}.wpc-scope-298 /* 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-298 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .imfg-clear{}