@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;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .bubble-font-generator-tool{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  border-radius: 0 !important;
  padding: 56px 20px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.62) 0 8%, transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.42) 0 7%, transparent 20%),
    linear-gradient(135deg, #f7b8ff 0%, #9fdcff 35%, #bdf7df 68%, #fff1a8 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
}.tc-wp-tool-root .bubble-font-generator-tool, .tc-wp-tool-root .bubble-font-generator-tool div, .tc-wp-tool-root .bubble-font-generator-tool section, .tc-wp-tool-root .bubble-font-generator-tool h1, .tc-wp-tool-root .bubble-font-generator-tool p, .tc-wp-tool-root .bubble-font-generator-tool label, .tc-wp-tool-root .bubble-font-generator-tool input, .tc-wp-tool-root .bubble-font-generator-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #12182a;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.78);
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-subtitle{
  width: min(100%, 760px);
  margin: 14px auto 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #243047;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-panel{
  width: 100%;
  padding: 22px;
  margin: 0 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 22px 60px rgba(52, 62, 94, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.94rem;
  font-weight: 800;
  color: #152034;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(34, 48, 78, 0.18);
  border-radius: 18px;
  outline: none;
  background: rgba(255, 255, 255, 0.82);
  color: #111827;
  font: 700 1.08rem/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: inset 0 2px 8px rgba(40, 55, 85, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-input:focus{
  border-color: rgba(38, 134, 255, 0.72);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 5px rgba(72, 164, 255, 0.22), inset 0 2px 8px rgba(40, 55, 85, 0.07);
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-actions, .tc-wp-tool-root .bubble-font-generator-tool .bfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-actions{
  margin-top: 14px;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-button{
  min-height: 46px;
  min-width: 112px;
  max-width: 100%;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: linear-gradient(135deg, #214bff, #d43cff);
  color: #ffffff;
  font: 800 0.95rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(91, 71, 255, 0.25);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-button:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 38px rgba(91, 71, 255, 0.34);
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-button:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-card{
  min-width: 0;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 18px 42px rgba(37, 53, 91, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  animation: bfgFadeIn 320ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px rgba(37, 53, 91, 0.2);
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-card-title{
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 900;
  color: #14213a;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 116px;
  overflow: auto;
  padding: 16px;
  border: 1px solid rgba(30, 50, 88, 0.1);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(245, 251, 255, 0.72));
  color: #111827;
  font-size: 1.22rem;
  line-height: 1.55;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: inset 0 2px 12px rgba(25, 42, 74, 0.08);
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview::-webkit-scrollbar-track{
  background: rgba(220, 236, 255, 0.7);
  border-radius: 999px;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(135deg, #7fb7ff, #e376ff);
  border-radius: 999px;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-copy{
  width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-load-wrap{
  margin-top: 26px;
}.tc-wp-tool-root .bubble-font-generator-tool .bfg-load-more.is-hidden{
  display: none;
}@keyframes bfgFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bubble-font-generator-tool{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-subtitle{
    font-size: 0.92rem;
    line-height: 1.55;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-panel{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-input{
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    padding: 0 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-button{
    min-height: 44px;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-card{
    padding: 14px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview{
    font-size: 1rem;
    padding: 13px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bubble-font-generator-tool{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-panel{
    padding: 16px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-input{
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-button{
    min-height: 45px;
    width: 100%;
    font-size: 0.92rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-card{
    padding: 15px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview{
    font-size: 1.05rem;
    padding: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bubble-font-generator-tool{
    padding: 44px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-input{
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-button{
    min-height: 46px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-card{
    padding: 16px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview{
    font-size: 1.1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bubble-font-generator-tool{
    padding: 52px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-subtitle{
    font-size: 1.03rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    font-size: 1.06rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-button{
    min-height: 46px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-card{
    padding: 18px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview{
    font-size: 1.14rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bubble-font-generator-tool{
    padding: 58px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    font-size: 1.08rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-button{
    min-height: 46px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-card{
    padding: 18px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview{
    font-size: 1.18rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .bubble-font-generator-tool{
    padding: 64px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-input{
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    font-size: 1.1rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-button{
    min-height: 48px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-card{
    padding: 20px;
  }.tc-wp-tool-root .bubble-font-generator-tool .bfg-preview{
    font-size: 1.2rem;
  }}.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;
}

.tc-wp-tool-root .bfg-clear {}
.tc-wp-tool-root .bfg-results {}