@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-106 .tc-wp-tool-root img, .wpc-scope-106 .tc-wp-tool-root video, .wpc-scope-106 .tc-wp-tool-root svg, .wpc-scope-106 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #4b1432;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-shell{
  width: 100%;
  box-sizing: border-box;
  padding: 72px 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.82), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(255, 213, 128, 0.38), transparent 24%),
    radial-gradient(circle at 80% 80%, rgba(255, 51, 153, 0.28), transparent 26%),
    linear-gradient(135deg, #fff4fb 0%, #ffc6e2 26%, #ff65b7 54%, #ff2f9d 78%, #d91878 100%);
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 850px;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-title{
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(164, 19, 94, 0.38), 0 18px 44px rgba(145, 0, 76, 0.34);
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-subtitle{
  margin: 16px auto 0;
  color: #fff8fc;
  font-size: 18px;
  line-height: 1.6;
  max-width: 760px;
  text-shadow: 0 2px 12px rgba(115, 0, 62, 0.3);
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-input-panel{
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 24px 70px rgba(139, 0, 76, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-label{
  display: block;
  margin: 0 0 10px;
  color: #64123e;
  font-size: 14px;
  font-weight: 800;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 136px;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  outline: none;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.82);
  color: #48102f;
  font: inherit;
  font-size: 18px;
  line-height: 1.55;
  box-shadow: inset 0 2px 12px rgba(189, 24, 113, 0.12), 0 12px 34px rgba(108, 0, 61, 0.12);
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-input:focus{
  border-color: rgba(255, 211, 109, 0.98);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 4px rgba(255, 215, 122, 0.25), inset 0 2px 12px rgba(189, 24, 113, 0.12), 0 18px 42px rgba(177, 0, 94, 0.18);
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-clear-row, .wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-clear-row{
  margin-top: 14px;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-load-row{
  margin-top: 28px;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  cursor: pointer;
  min-height: 42px;
  padding: 10px 22px;
  box-sizing: border-box;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, #ff2f9d, #c91574 62%, #9e0d58);
  box-shadow: 0 12px 28px rgba(123, 0, 68, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 36px rgba(123, 0, 68, 0.34), 0 0 0 4px rgba(255, 215, 122, 0.18);
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn:focus{
  outline: 3px solid rgba(255, 222, 135, 0.58);
  outline-offset: 3px;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 246, 251, 0.34));
  box-shadow: 0 18px 46px rgba(121, 0, 72, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(12px);
  animation: bbfgFadeIn 360ms ease forwards;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 222, 136, 0.82);
  box-shadow: 0 24px 58px rgba(121, 0, 72, 0.25), 0 0 0 4px rgba(255, 220, 133, 0.13);
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-card-name{
  margin: 0 0 12px;
  color: #6b1642;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid rgba(217, 24, 120, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  color: #3f0d2a;
  font-size: 20px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  box-shadow: inset 0 1px 12px rgba(193, 20, 109, 0.08);
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 219, 237, 0.72);
  border-radius: 999px;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff67ba, #c91574);
  border-radius: 999px;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-copy-btn{
  margin-top: 14px;
  min-height: 38px;
  padding: 9px 18px;
  font-size: 13px;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-card-actions{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-card.bbfg-reveal{
  animation: bbfgReveal 420ms ease forwards;
}.wpc-scope-106 .tc-wp-tool-root .bbfg-tool-wrap .bbfg-hidden{
  display: none;
}@keyframes bbfgFadeIn{
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes bbfgReveal{
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .bbfg-tool-wrap .bbfg-shell{
    padding: 72px 24px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-title{
    font-size: 56px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input{
    min-height: 136px;
    font-size: 18px;
    padding: 18px 20px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn{
    min-height: 42px;
    padding: 10px 22px;
    font-size: 14px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-card{
    padding: 18px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview{
    font-size: 20px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .bbfg-tool-wrap .bbfg-shell{
    padding: 64px 22px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-container{
    width: 100%;
    max-width: 1040px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-title{
    font-size: 50px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input{
    min-height: 130px;
    font-size: 17px;
    padding: 17px 19px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn{
    min-height: 41px;
    padding: 10px 21px;
    font-size: 14px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-card{
    padding: 17px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview{
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .bbfg-tool-wrap .bbfg-shell{
    padding: 56px 20px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-container{
    width: 100%;
    max-width: 760px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-title{
    font-size: 42px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input{
    min-height: 124px;
    font-size: 16px;
    padding: 16px 18px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn{
    min-height: 40px;
    padding: 10px 20px;
    font-size: 13px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-card{
    padding: 16px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview{
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .bbfg-tool-wrap .bbfg-shell{
    padding: 42px 14px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-container{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-title{
    font-size: 34px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input{
    min-height: 116px;
    font-size: 16px;
    padding: 15px 16px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn{
    min-height: 39px;
    padding: 9px 18px;
    font-size: 13px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-card{
    padding: 15px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview{
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .bbfg-tool-wrap .bbfg-shell{
    padding: 38px 12px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-container{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-title{
    font-size: 31px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input-panel{
    padding: 14px;
    border-radius: 17px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input{
    min-height: 110px;
    font-size: 15px;
    padding: 14px 15px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn{
    min-height: 38px;
    padding: 9px 17px;
    font-size: 13px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-card{
    padding: 14px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview{
    font-size: 16px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .bbfg-tool-wrap .bbfg-shell{
    padding: 34px 10px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-container{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-title{
    font-size: 28px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-subtitle{
    font-size: 13px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input-panel{
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-input{
    min-height: 104px;
    font-size: 15px;
    padding: 13px 14px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-btn{
    min-height: 37px;
    padding: 9px 16px;
    font-size: 12px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-card{
    padding: 13px;
  }.tc-wp-tool-root .bbfg-tool-wrap .bbfg-preview{
    font-size: 15px;
  }}.wpc-scope-106 /* 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-106 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .bbfg-clear-btn{}.wpc-scope-106 .tc-wp-tool-root .bbfg-load-btn{}