@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-229 .tc-wp-tool-root img, .wpc-scope-229 .tc-wp-tool-root video, .wpc-scope-229 .tc-wp-tool-root svg, .wpc-scope-229 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 52px 20px;
  color: #f5f3f4;
  background:
    radial-gradient(circle at 18% 12%, rgba(154, 20, 48, 0.34), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(95, 69, 148, 0.22), transparent 32%),
    radial-gradient(circle at 52% 100%, rgba(118, 11, 23, 0.26), transparent 38%),
    linear-gradient(145deg, #050505 0%, #151515 32%, #271016 62%, #101217 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap, .wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-container, .wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-control-panel, .wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid, .wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-card, .wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box{
  box-sizing: border-box;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap h1{
  margin: 0;
  color: #fff7f7;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(217, 18, 48, 0.45), 0 2px 0 rgba(0, 0, 0, 0.7);
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  color: #d5d1d6;
  font-size: 17px;
  line-height: 1.55;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-control-panel{
  width: 100%;
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid rgba(255, 72, 98, 0.22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(34, 34, 38, 0.72), rgba(16, 16, 18, 0.76));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-label{
  display: block;
  margin: 0 0 10px;
  color: #f3e8eb;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-input{
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(210, 210, 218, 0.2);
  border-radius: 8px;
  outline: none;
  color: #fff;
  background: rgba(5, 5, 6, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  font: inherit;
  font-size: 17px;
  line-height: 1.25;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-input:focus{
  border-color: rgba(255, 48, 84, 0.82);
  background: rgba(10, 8, 11, 0.9);
  box-shadow: 0 0 0 4px rgba(255, 31, 76, 0.16), 0 0 28px rgba(118, 72, 185, 0.18);
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 13px 18px;
  border: 1px solid rgba(255, 75, 99, 0.35);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #8d0d20 0%, #c61a35 52%, #44314f 100%);
  box-shadow: 0 12px 26px rgba(132, 8, 28, 0.28);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn:hover, .wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn:focus-visible{
  transform: translateY(-2px);
  border-color: rgba(255, 148, 165, 0.64);
  box-shadow: 0 16px 34px rgba(190, 18, 49, 0.38), 0 0 22px rgba(112, 79, 180, 0.18);
  filter: brightness(1.08);
  outline: none;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn:disabled{
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
  filter: none;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(214, 57, 83, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(15, 15, 18, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  overflow: hidden;
  animation: dcfgFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 70, 102, 0.48);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.36), 0 0 24px rgba(185, 14, 42, 0.16);
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-card-title{
  margin: 0 0 12px;
  color: #fff1f3;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 116px;
  margin: 0 0 14px;
  padding: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(184, 184, 194, 0.14);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(184, 23, 51, 0.18), transparent 40%),
    linear-gradient(135deg, rgba(2, 2, 3, 0.78), rgba(30, 31, 37, 0.64));
  font-size: 22px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 14px rgba(255, 34, 70, 0.26);
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#a80f29, #5a456f);
  border-radius: 999px;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-copy-btn{
  width: 100%;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}.wpc-scope-229 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-btn{
  min-width: 180px;
}@keyframes dcfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card, .tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn, .tc-wp-tool-root .dcfg-tool-wrap .dcfg-input{
    animation: none;
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 30px 10px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap h1{
    font-size: 28px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-control-panel{
    padding: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input{
    min-height: 50px;
    font-size: 15px;
    padding: 12px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 46px;
    padding: 12px 14px;
    font-size: 13px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 13px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box{
    font-size: 18px;
    padding: 12px;
    min-height: 104px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap h1{
    font-size: 31px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-subtitle{
    font-size: 14.5px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-control-panel{
    padding: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input{
    min-height: 52px;
    font-size: 16px;
    padding: 13px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 47px;
    padding: 12px 15px;
    font-size: 13.5px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box{
    font-size: 19px;
    padding: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap h1{
    font-size: 34px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-control-panel{
    padding: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-row{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input{
    min-height: 53px;
    font-size: 16px;
    padding: 13px 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 48px;
    padding: 13px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box{
    font-size: 20px;
    padding: 13px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 46px 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap h1{
    font-size: 40px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input{
    min-height: 54px;
    font-size: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 48px;
    padding: 13px 17px;
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box{
    font-size: 21px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 50px 20px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap h1{
    font-size: 44px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input{
    min-height: 54px;
    font-size: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 48px;
    padding: 13px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box{
    font-size: 22px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 56px 24px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap h1{
    font-size: 48px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input{
    min-height: 56px;
    font-size: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 48px;
    padding: 13px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview-box{
    font-size: 22px;
  }}.wpc-scope-229 /* 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-229 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .dcfg-clear-btn{}