@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-655 .tc-wp-tool-root img, .wpc-scope-655 .tc-wp-tool-root video, .wpc-scope-655 .tc-wp-tool-root svg, .wpc-scope-655 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #f6f0e7;
  background:
    radial-gradient(circle at 12% 8%, rgba(159, 18, 57, 0.36), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(118, 24, 86, 0.28), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(195, 54, 16, 0.18), transparent 40%),
    linear-gradient(135deg, #050505 0%, #12070a 42%, #09090b 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap div, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap section, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap header, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap h1, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap p, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap label, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap textarea, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap button{
  box-sizing: border-box;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-header{
  text-align: center;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-header h1{
  margin: 0;
  color: #fff8ec;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(220, 38, 38, 0.42),
    0 2px 0 rgba(0, 0, 0, 0.7);
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-header p{
  max-width: 740px;
  margin: 14px auto 0;
  color: #cfc5ba;
  line-height: 1.65;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-panel{
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 235, 214, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(136, 19, 55, 0.22), rgba(20, 20, 24, 0.82));
  border-radius: 8px;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-label{
  display: block;
  margin-bottom: 10px;
  color: #f1e7dc;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 245, 231, 0.18);
  border-radius: 8px;
  background: rgba(5, 5, 7, 0.72);
  color: #fff8ef;
  outline: none;
  resize: vertical;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(133, 18, 43, 0.24);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input:focus{
  border-color: rgba(248, 113, 113, 0.76);
  background: rgba(8, 7, 8, 0.86);
  box-shadow:
    0 0 0 4px rgba(220, 38, 38, 0.16),
    0 0 34px rgba(190, 18, 60, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input::placeholder{
  color: #857b74;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-clear-row, .wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-row{
  display: flex;
  justify-content: center;
  align-items: center;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  border: 1px solid rgba(255, 235, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #7f1027 0%, #b91c1c 52%, #3f0b18 100%);
  color: #fff7ed;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(220, 38, 38, 0.18);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, filter 170ms ease;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255, 219, 191, 0.34);
  filter: brightness(1.08);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(244, 63, 94, 0.32);
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn:active{
  transform: translateY(0);
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 239, 220, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 18% 0%, rgba(225, 29, 72, 0.22), transparent 38%),
    rgba(13, 13, 15, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  overflow: hidden;
  animation: dcfgFadeIn 280ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(248, 113, 113, 0.34);
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.48),
    0 0 24px rgba(127, 29, 29, 0.22);
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  margin-bottom: 14px;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-style-name{
  min-width: 0;
  color: #fff4e6;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-copy-btn{
  flex: 0 0 auto;
  white-space: nowrap;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 118px;
  overflow: auto;
  border: 1px solid rgba(255, 244, 229, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 50% 0%, rgba(190, 18, 60, 0.16), transparent 52%);
  color: #fffaf0;
  line-height: 1.45;
  text-align: center;
  text-shadow:
    0 0 12px rgba(248, 113, 113, 0.28),
    0 2px 0 rgba(0, 0, 0, 0.78);
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview::-webkit-scrollbar-track{
  background: rgba(10, 10, 12, 0.88);
  border-radius: 999px;
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7f1027, #dc2626);
  border-radius: 999px;
  border: 2px solid rgba(10, 10, 12, 0.88);
}.wpc-scope-655 .tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-btn.dcfg-hidden{
  display: none;
}@keyframes dcfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.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 .dcfg-header h1{
    font-size: 32px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-panel{
    margin-top: 26px;
    padding: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-label{
    font-size: 13px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input{
    min-height: 132px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 38px;
    padding: 0 15px;
    font-size: 13px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-clear-row{
    margin-top: 12px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-results{
    margin-top: 24px;
  }.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-style-name{
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview{
    padding: 15px 12px;
    font-size: 19px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-row{
    margin-top: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.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 .dcfg-header h1{
    font-size: 36px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-panel{
    margin-top: 28px;
    padding: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-label{
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input{
    min-height: 136px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-clear-row{
    margin-top: 13px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-results{
    margin-top: 26px;
  }.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-style-name{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview{
    padding: 16px 13px;
    font-size: 20px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-row{
    margin-top: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 44px 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header h1{
    font-size: 42px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-panel{
    margin-top: 30px;
    padding: 20px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-label{
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input{
    min-height: 142px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-clear-row{
    margin-top: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-results{
    margin-top: 28px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-style-name{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview{
    padding: 17px 14px;
    font-size: 22px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-row{
    margin-top: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 58px 24px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header h1{
    font-size: 56px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-panel{
    margin-top: 36px;
    padding: 24px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-label{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input{
    min-height: 150px;
    padding: 17px;
    font-size: 17px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 43px;
    padding: 0 19px;
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-clear-row{
    margin-top: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-results{
    margin-top: 32px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-style-name{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview{
    padding: 18px 15px;
    font-size: 23px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-row{
    margin-top: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 68px 28px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header h1{
    font-size: 64px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-panel{
    margin-top: 38px;
    padding: 26px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-label{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input{
    min-height: 154px;
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-clear-row{
    margin-top: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-results{
    margin-top: 34px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 19px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-style-name{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview{
    padding: 19px 15px;
    font-size: 22px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-row{
    margin-top: 26px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .dcfg-tool-wrap{
    padding: 78px 32px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-container{
    width: 100%;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header h1{
    font-size: 72px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-panel{
    margin-top: 40px;
    padding: 28px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-input-label{
    font-size: 15px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-text-input{
    min-height: 158px;
    padding: 19px;
    font-size: 18px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-btn{
    min-height: 44px;
    padding: 0 21px;
    font-size: 14px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-clear-row{
    margin-top: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-results{
    margin-top: 36px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-card{
    padding: 20px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-style-name{
    font-size: 16px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-preview{
    padding: 20px 16px;
    font-size: 23px;
  }.tc-wp-tool-root .dcfg-tool-wrap .dcfg-load-row{
    margin-top: 28px;
  }}.wpc-scope-655 .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-655 .tc-wp-tool-root .dcfg-clear-btn{}