@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-458 .tc-wp-tool-root img, .wpc-scope-458 .tc-wp-tool-root video, .wpc-scope-458 .tc-wp-tool-root svg, .wpc-scope-458 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  background:
    radial-gradient(circle at 18% 8%, rgba(180, 17, 45, 0.24), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(218, 234, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #050506 0%, #121215 38%, #22070d 100%);
  color: #f1f4f8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell *, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell *::before, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell *::after{
  box-sizing: border-box;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 820px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-header h1{
  margin: 0;
  color: #fff8fb;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 0 30px rgba(202, 29, 58, 0.34);
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-header p{
  margin: 14px auto 0;
  color: #c9d0dc;
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-panel{
  width: 100%;
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid rgba(229, 235, 245, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 30, 35, 0.78), rgba(12, 13, 16, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-input-row{
  width: 100%;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #e9edf5;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-input-actions{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  resize: vertical;
  border: 1px solid rgba(220, 227, 238, 0.18);
  border-radius: 8px;
  padding: 16px 18px;
  color: #fbfdff;
  background: rgba(2, 3, 5, 0.56);
  outline: none;
  font: inherit;
  font-size: 19px;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea::placeholder{
  color: #87909f;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea:focus{
  border-color: rgba(235, 45, 76, 0.78);
  background: rgba(7, 8, 11, 0.76);
  box-shadow: 0 0 0 4px rgba(214, 25, 57, 0.16), 0 0 34px rgba(214, 25, 57, 0.13);
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-copy-btn{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  background: linear-gradient(135deg, #8f1026 0%, #d51f42 52%, #75101f 100%);
  box-shadow: 0 14px 32px rgba(156, 12, 35, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn{
  min-width: 120px;
  padding: 0 22px;
  font-size: 15px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn:hover, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more:hover, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-copy-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.08);
  border-color: rgba(255, 230, 236, 0.32);
  box-shadow: 0 18px 42px rgba(205, 25, 58, 0.34), 0 0 26px rgba(205, 25, 58, 0.18);
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn:focus-visible, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more:focus-visible, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-copy-btn:focus-visible{
  outline: 3px solid rgba(240, 69, 98, 0.35);
  outline-offset: 3px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(223, 231, 242, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(34, 36, 42, 0.82), rgba(12, 13, 16, 0.88)),
    radial-gradient(circle at top right, rgba(202, 33, 63, 0.16), transparent 34%);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  animation: bmfgFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(226, 47, 78, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38), 0 0 24px rgba(208, 28, 58, 0.13);
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-card-title{
  margin: 0;
  color: #f5f7fb;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border: 1px solid rgba(213, 221, 233, 0.12);
  border-radius: 8px;
  color: #f6f8fb;
  background: rgba(0, 0, 0, 0.34);
  font-size: 23px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  text-shadow: 0 0 18px rgba(224, 230, 240, 0.12);
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #b51633, #5d0b18);
  border-radius: 999px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-copy-btn{
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  font-size: 14px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more{
  min-width: 180px;
  min-height: 50px;
  padding: 13px 24px;
  font-size: 16px;
}.wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more:disabled, .wpc-scope-458 .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more.bmfg-hidden{
  display: none;
}@keyframes bmfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .bmfg-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea{
    min-height: 116px;
    font-size: 20px;
    padding: 18px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn, .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more{
    font-size: 16px;
    min-height: 52px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-card{
    padding: 20px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview{
    font-size: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .bmfg-tool-wrap{
    padding: 58px 22px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell{
    width: min(100%, 1100px);
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header h1{
    font-size: 46px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea{
    min-height: 112px;
    font-size: 19px;
    padding: 17px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn, .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more{
    font-size: 15px;
    min-height: 50px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-card{
    padding: 18px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview{
    font-size: 23px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .bmfg-tool-wrap{
    padding: 50px 18px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell{
    width: min(100%, 920px);
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea{
    min-height: 106px;
    font-size: 18px;
    padding: 16px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn, .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more{
    font-size: 15px;
    min-height: 48px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-card{
    padding: 17px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview{
    font-size: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .bmfg-tool-wrap{
    padding: 40px 14px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header h1{
    font-size: 32px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-panel{
    padding: 16px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-input-actions{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea{
    min-height: 98px;
    font-size: 17px;
    padding: 15px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn, .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more{
    width: 100%;
    min-height: 48px;
    font-size: 15px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview{
    font-size: 21px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .bmfg-tool-wrap{
    padding: 36px 12px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header h1{
    font-size: 29px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-panel{
    padding: 14px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-input-actions{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea{
    min-height: 94px;
    font-size: 16px;
    padding: 14px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn, .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more{
    width: 100%;
    min-height: 46px;
    font-size: 14px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 15px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview{
    font-size: 20px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .bmfg-tool-wrap{
    padding: 32px 10px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header h1{
    font-size: 26px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-header p{
    font-size: 13px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-panel{
    padding: 12px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-input-actions{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-textarea{
    min-height: 90px;
    font-size: 15px;
    padding: 13px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-clear-btn, .tc-wp-tool-root .bmfg-tool-wrap .bmfg-load-more{
    width: 100%;
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
  }.tc-wp-tool-root .bmfg-tool-wrap .bmfg-preview{
    font-size: 19px;
  }}