@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-457 .tc-wp-tool-root img, .wpc-scope-457 .tc-wp-tool-root video, .wpc-scope-457 .tc-wp-tool-root svg, .wpc-scope-457 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  background:
    radial-gradient(circle at 16% 10%, rgba(111, 42, 126, 0.34), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(172, 124, 45, 0.18), transparent 30%),
    linear-gradient(135deg, #050505 0%, #131014 36%, #2a0711 68%, #09070d 100%);
  color: #f8ecd0;
  font-family: Georgia, "Times New Roman", serif;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap, .wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-container, .wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-control-panel, .wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-grid, .wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-card, .wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview, .wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-btn, .wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-input{
  box-sizing: border-box;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
  margin: 0;
  color: #fff6dc;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(189, 138, 54, 0.34), 0 2px 0 #24030a;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
  width: min(100%, 720px);
  margin: 14px auto 0;
  color: #d9c8a7;
  font-size: 18px;
  line-height: 1.65;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-control-panel{
  width: 100%;
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid rgba(222, 177, 85, 0.24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #f1d993;
  font-size: 15px;
  font-weight: 700;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  padding: 18px;
  resize: vertical;
  border: 1px solid rgba(232, 194, 116, 0.32);
  border-radius: 8px;
  outline: none;
  background: rgba(5, 5, 7, 0.68);
  color: #fff7de;
  font: 600 21px/1.55 Georgia, "Times New Roman", serif;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.38);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-input:focus{
  border-color: rgba(244, 205, 120, 0.78);
  background: rgba(8, 6, 10, 0.82);
  box-shadow: 0 0 0 4px rgba(173, 41, 77, 0.2), 0 0 32px rgba(201, 154, 63, 0.18), inset 0 0 32px rgba(0, 0, 0, 0.42);
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-clear-row, .wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-load-row{
  display: grid;
  place-items: center;
  width: 100%;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-clear-row{
  margin-top: 16px;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-load-row{
  margin-top: 30px;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid rgba(245, 203, 112, 0.44);
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(135deg, #7f142b, #3d0814 52%, #151014);
  color: #fff3ce;
  font: 800 14px/1.2 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 220, 143, 0.82);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42), 0 0 24px rgba(174, 36, 76, 0.28);
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-btn:focus{
  outline: 3px solid rgba(246, 205, 114, 0.42);
  outline-offset: 3px;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(218, 174, 92, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(12, 9, 13, 0.72);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  animation: blfgFadeIn 0.38s ease both;
  overflow: hidden;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(242, 201, 113, 0.54);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.48), 0 0 28px rgba(117, 38, 133, 0.18);
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-style-name{
  margin: 0 0 12px;
  color: #f4d383;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
  width: 100%;
  max-width: 100%;
  height: 180px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border: 1px solid rgba(238, 195, 109, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  color: #fff8e6;
  font-size: 22px;
  line-height: 1.55;
  text-shadow: 0 0 14px rgba(222, 170, 78, 0.14);
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.05);
  border-radius: 99px;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#c99a3f, #74162c);
  border-radius: 99px;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-copy-btn{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-457 .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn.blfg-hidden{
  display: none;
}@keyframes blfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-container{
    width: 100%;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 30px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 15px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-control-panel{
    padding: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input{
    min-height: 122px;
    padding: 13px;
    font-size: 17px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-btn{
    min-height: 42px;
    padding: 11px 18px;
    font-size: 13px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-card{
    padding: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-container{
    width: 100%;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 33px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 15.5px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-control-panel{
    padding: 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input{
    min-height: 128px;
    padding: 14px;
    font-size: 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-btn{
    min-height: 43px;
    padding: 11px 19px;
    font-size: 13.5px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-card{
    padding: 15px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 42px 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-container{
    width: 100%;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 37px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-control-panel{
    padding: 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input{
    min-height: 136px;
    padding: 15px;
    font-size: 19px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-btn{
    min-height: 44px;
    padding: 12px 20px;
    font-size: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-card{
    padding: 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 50px 20px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-container{
    width: 96%;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 43px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 17px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input{
    min-height: 145px;
    padding: 17px;
    font-size: 20px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-btn{
    min-height: 44px;
    padding: 12px 22px;
    font-size: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-card{
    padding: 17px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
    font-size: 21px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 54px 22px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-container{
    width: 96%;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 46px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input{
    min-height: 150px;
    padding: 18px;
    font-size: 21px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-btn{
    min-height: 44px;
    padding: 12px 22px;
    font-size: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-card{
    padding: 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
    font-size: 21px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 62px 24px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 50px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input{
    min-height: 156px;
    padding: 19px;
    font-size: 22px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-btn{
    min-height: 46px;
    padding: 13px 24px;
    font-size: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-card{
    padding: 19px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
    font-size: 22px;
  }}.wpc-scope-457 /* 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-457 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .blfg-clear-btn{}