@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-308 .tc-wp-tool-root img, .wpc-scope-308 .tc-wp-tool-root video, .wpc-scope-308 .tc-wp-tool-root svg, .wpc-scope-308 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 56px 18px;
  color: #16324a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.96) 0 5%, transparent 16%),
    radial-gradient(circle at 84% 18%, rgba(255,183,229,.7) 0 8%, transparent 22%),
    radial-gradient(circle at 18% 78%, rgba(136,232,255,.78) 0 9%, transparent 24%),
    radial-gradient(circle at 76% 82%, rgba(214,191,255,.72) 0 8%, transparent 24%),
    linear-gradient(135deg, #d9fbff 0%, #ffe1f3 31%, #eee4ff 62%, #d8f4ff 100%);
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-container, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-input-panel, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-card, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-preview, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-grid, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-textarea, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
  box-sizing: border-box;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-bg-bubble{
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(.2px);
  opacity: .7;
  background: radial-gradient(circle at 30% 28%, rgba(255,255,255,.96), rgba(255,255,255,.36) 32%, rgba(127,224,255,.22) 70%);
  box-shadow: inset 10px 12px 22px rgba(255,255,255,.65), 0 22px 60px rgba(90,158,202,.16);
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-bg-bubble-one{
  width: 170px;
  height: 170px;
  left: 4%;
  top: 9%;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-bg-bubble-two{
  width: 230px;
  height: 230px;
  right: -58px;
  top: 34%;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-bg-bubble-three{
  width: 130px;
  height: 130px;
  left: 12%;
  bottom: 8%;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-header{
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-title{
  margin: 0;
  color: #132b45;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 3px 0 rgba(255,255,255,.75), 0 18px 38px rgba(95,120,180,.18);
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-subtitle{
  margin: 16px auto 0;
  max-width: 740px;
  color: #36546d;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-input-panel{
  width: 100%;
  margin: 0 auto 30px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.24));
  box-shadow: 0 24px 70px rgba(64,117,160,.2), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #21435d;
  font-size: 14px;
  font-weight: 850;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  border: 1px solid rgba(79,166,205,.34);
  border-radius: 22px;
  outline: none;
  padding: 18px 20px;
  color: #142f47;
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 2px 16px rgba(91,158,194,.12), 0 10px 28px rgba(107,143,177,.1);
  font: inherit;
  font-size: 19px;
  line-height: 1.55;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-textarea:focus{
  border-color: rgba(34,183,222,.86);
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 0 5px rgba(118,229,255,.34), inset 0 2px 16px rgba(91,158,194,.12);
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-textarea::placeholder{
  color: #7895a8;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-align: center;
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn{
  display: block;
  margin: 14px auto 0;
  padding: 9px 22px;
  min-width: 92px;
  color: #194059;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(213,246,255,.88));
  box-shadow: 0 10px 24px rgba(61,128,166,.16);
  font-size: 14px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  gap: 20px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 24px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.66), rgba(255,255,255,.3)),
    radial-gradient(circle at 92% 8%, rgba(255,186,229,.3), transparent 38%);
  box-shadow: 0 18px 42px rgba(55,113,157,.15), inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  animation: bfgFadeUp .32s ease both;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-card-head{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 13px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-style-name{
  margin: 0;
  color: #173651;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn{
  flex: 0 0 auto;
  padding: 9px 15px;
  color: #fff;
  background: linear-gradient(135deg, #13b7d6, #a564f5 58%, #ff72bd);
  box-shadow: 0 10px 22px rgba(141,99,218,.24);
  font-size: 13px;
  white-space: nowrap;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 116px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(126,210,232,.35);
  color: #173049;
  background: rgba(255,255,255,.68);
  box-shadow: inset 0 1px 16px rgba(104,181,210,.12);
  font-size: 23px;
  line-height: 1.55;
  font-weight: 750;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-preview::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-preview::-webkit-scrollbar-track{
  background: rgba(225,247,255,.72);
  border-radius: 999px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #8fe8ff, #ff9fd3);
  border: 2px solid rgba(255,255,255,.74);
  border-radius: 999px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-load-wrap{
  display: grid;
  place-items: center;
  margin-top: 28px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
  padding: 13px 30px;
  color: #fff;
  background: linear-gradient(135deg, #0fb9d5, #7f75ff 55%, #ff75bd);
  box-shadow: 0 16px 34px rgba(91,117,218,.26);
  font-size: 15px;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn:disabled{
  cursor: default;
  opacity: .58;
}.wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn:hover, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn:hover, .wpc-scope-308 .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(91,117,218,.26), 0 0 0 5px rgba(255,255,255,.38);
}@media (hover: hover) and (pointer: fine){.tc-wp-tool-root .bfg-tool-wrap .bfg-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 24px 56px rgba(55,113,157,.2), inset 0 1px 0 rgba(255,255,255,.72);
  }}@keyframes bfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .bfg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-container{
    width: 100%;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-title{
    font-size: 28px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-input-panel{
    padding: 14px;
    border-radius: 20px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-textarea{
    min-height: 124px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
    font-size: 13px;
    padding: 8px 14px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-card{
    padding: 14px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-preview{
    font-size: 18px;
    min-height: 104px;
    padding: 13px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .bfg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-container{
    width: 100%;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-title{
    font-size: 31px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-input-panel{
    padding: 16px;
    border-radius: 22px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-textarea{
    min-height: 132px;
    padding: 15px;
    font-size: 17px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
    font-size: 13px;
    padding: 9px 15px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-card{
    padding: 15px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-preview{
    font-size: 19px;
    min-height: 108px;
    padding: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .bfg-tool-wrap{
    padding: 42px 16px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-container{
    width: 100%;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-title{
    font-size: 36px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-textarea{
    min-height: 140px;
    padding: 16px;
    font-size: 18px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
    font-size: 14px;
    padding: 9px 17px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-card{
    padding: 16px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-preview{
    font-size: 20px;
    padding: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .bfg-tool-wrap{
    padding: 50px 22px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-container{
    width: 100%;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-title{
    font-size: 46px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-input-panel{
    padding: 20px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-textarea{
    min-height: 150px;
    font-size: 19px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
    font-size: 14px;
    padding: 10px 18px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-card{
    padding: 17px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-preview{
    font-size: 21px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .bfg-tool-wrap{
    padding: 56px 24px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-container{
    width: 100%;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-title{
    font-size: 54px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-input-panel{
    padding: 22px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-textarea{
    min-height: 154px;
    font-size: 19px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
    font-size: 14px;
    padding: 10px 20px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-card{
    padding: 18px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-preview{
    font-size: 22px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .bfg-tool-wrap{
    padding: 64px 28px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-container{
    width: 100%;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-title{
    font-size: 62px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-input-panel{
    padding: 24px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-textarea{
    min-height: 160px;
    font-size: 20px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-clear-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-copy-btn, .tc-wp-tool-root .bfg-tool-wrap .bfg-load-btn{
    font-size: 15px;
    padding: 10px 22px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-card{
    padding: 19px;
  }.tc-wp-tool-root .bfg-tool-wrap .bfg-preview{
    font-size: 23px;
  }}.wpc-scope-308 /* 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-308 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .bfg-results-section{}