@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-262 .tc-wp-tool-root img, .wpc-scope-262 .tc-wp-tool-root video, .wpc-scope-262 .tc-wp-tool-root svg, .wpc-scope-262 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 56px 18px;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 217, 92, 0.28), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(64, 219, 255, 0.24), transparent 32%),
    linear-gradient(135deg, #12131f 0%, #232043 42%, #0d2531 100%);
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap, .wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-hero{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(98, 224, 255, 0.25);
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
  margin: 16px auto 0;
  color: #d9e8f4;
  font-size: 18px;
  line-height: 1.65;
  max-width: 720px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-panel{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-input-row{
  width: 100%;
  max-width: 100%;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-input-actions{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 17px 18px;
  background: rgba(7, 13, 28, 0.72);
  color: #ffffff;
  outline: none;
  font: inherit;
  font-size: 18px;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-text-input::placeholder{
  color: rgba(219, 234, 248, 0.58);
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-text-input:focus{
  border-color: rgba(99, 224, 255, 0.85);
  background: rgba(8, 16, 34, 0.86);
  box-shadow: 0 0 0 4px rgba(92, 218, 255, 0.16), 0 0 36px rgba(92, 218, 255, 0.16);
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn, .wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-copy-btn, .wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  color: #08111d;
  background: linear-gradient(135deg, #ffe36e 0%, #61e5ff 100%);
  box-shadow: 0 12px 34px rgba(95, 226, 255, 0.2);
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn{
  min-width: 126px;
  border-radius: 14px;
  padding: 0 22px;
  font-size: 16px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn:hover, .wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-copy-btn:hover, .wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 44px rgba(95, 226, 255, 0.32);
}.wpc-scope-262 .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;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065)),
    rgba(10, 18, 36, 0.68);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: blfgFadeUp 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(104, 226, 255, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(10, 18, 36, 0.78);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32), 0 0 34px rgba(91, 219, 255, 0.12);
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  max-width: 100%;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-style-name{
  min-width: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-style-badge{
  flex: 0 0 auto;
  color: #091522;
  background: rgba(255, 227, 110, 0.92);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 126px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 14px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(1, 8, 20, 0.52);
  color: #f9fdff;
  font-size: 21px;
  line-height: 1.42;
  font-weight: 900;
  letter-spacing: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 0 18px rgba(97, 229, 255, 0.16);
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.055);
  border-radius: 999px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-preview::-webkit-scrollbar-thumb{
  background: rgba(97, 229, 255, 0.42);
  border-radius: 999px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-copy-btn{
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
  border-radius: 13px;
  padding: 13px 16px;
  font-size: 15px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn{
  min-width: 190px;
  border-radius: 15px;
  padding: 15px 24px;
  font-size: 16px;
}.wpc-scope-262 .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn.blfg-hidden{
  display: none;
}@keyframes blfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 52px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-text-input{
    font-size: 18px;
    padding: 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn, .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn{
    font-size: 16px;
    padding: 15px 24px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: repeat(4, 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: 1024px) and (max-width: 1199px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 58px 22px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-shell{
    width: 100%;
    max-width: 1080px;
  }.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: 17px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-text-input{
    font-size: 17px;
    padding: 17px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn, .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn{
    font-size: 16px;
    padding: 14px 22px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: repeat(3, 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: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 48px 18px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-shell{
    width: 100%;
    max-width: 900px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 40px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-text-input{
    font-size: 16px;
    padding: 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn, .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn{
    font-size: 15px;
    padding: 14px 20px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-card{
    padding: 16px;
  }.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: 38px 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 34px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 15px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-panel{
    padding: 16px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input-actions{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-text-input{
    font-size: 16px;
    padding: 15px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn, .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn{
    width: 100%;
    font-size: 15px;
    padding: 14px 18px;
  }.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{
    width: 100%;
    padding: 16px;
  }.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: 34px 12px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-shell{
    width: 100%;
    max-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: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-panel{
    padding: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input-actions{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-text-input{
    font-size: 15px;
    padding: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn, .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn{
    width: 100%;
    font-size: 14px;
    padding: 13px 16px;
  }.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{
    width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
    font-size: 17px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .blfg-tool-wrap{
    padding: 30px 10px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero h1{
    font-size: 27px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-hero p{
    font-size: 13px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-panel{
    padding: 12px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-input-actions{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-text-input{
    font-size: 14px;
    padding: 13px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-clear-btn, .tc-wp-tool-root .blfg-tool-wrap .blfg-load-btn{
    width: 100%;
    font-size: 14px;
    padding: 12px 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-card{
    width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .blfg-tool-wrap .blfg-preview{
    font-size: 16px;
  }}.wpc-scope-262 /* 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;
}