@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 .whisper-font-generator-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 54px 18px;
  color: #172033;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 255, 255, 0.92), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(196, 231, 255, 0.72), transparent 30%),
    radial-gradient(circle at 52% 88%, rgba(229, 213, 255, 0.7), transparent 34%),
    linear-gradient(135deg, #eef8fb 0%, #f8f2ff 48%, #eef7f1 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .whisper-font-generator-tool, .tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-container, .tc-wp-tool-root .whisper-font-generator-tool .whisper-input-card, .tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card, .tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input, .tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box, .tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
  box-sizing: border-box;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-intro{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #132034;
  text-shadow: 0 14px 34px rgba(91, 111, 143, 0.22);
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-subtitle{
  margin: 12px auto 0;
  max-width: 640px;
  font-size: 1.06rem;
  line-height: 1.6;
  color: #43526a;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-input-card, .tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 24px 70px rgba(71, 87, 120, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-input-card{
  padding: 24px;
  border-radius: 24px;
  margin-bottom: 28px;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-input-label{
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.96rem;
  color: #1f2b42;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(95, 119, 154, 0.28);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #182238;
  font-size: 1.04rem;
  line-height: 1.35;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 10px 26px rgba(88, 110, 145, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input:focus{
  border-color: rgba(101, 128, 213, 0.72);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 4px rgba(143, 165, 255, 0.22), 0 16px 34px rgba(88, 110, 145, 0.14);
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-input-hint{
  margin: 9px 0 0;
  font-size: 0.9rem;
  color: #58667c;
  line-height: 1.45;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-action-row{
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  min-height: 44px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button{
  padding: 12px 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #4e6de7, #9a72d8);
  box-shadow: 0 14px 28px rgba(88, 102, 207, 0.28);
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
  width: 100%;
  max-width: 100%;
  padding: 11px 16px;
  color: #22304a;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(98, 119, 158, 0.18);
  box-shadow: 0 10px 22px rgba(72, 91, 122, 0.1);
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button:hover, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button:hover, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(88, 102, 207, 0.31);
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button:focus-visible, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button:focus-visible, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button:focus-visible{
  outline: 3px solid rgba(61, 86, 202, 0.34);
  outline-offset: 3px;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-results-head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-results-title{
  margin: 0;
  color: #1a263b;
  font-size: 1.28rem;
  line-height: 1.2;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-results-count{
  color: #536178;
  font-size: 0.92rem;
  white-space: nowrap;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card{
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  animation: whisperCardFade 360ms ease both;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 72px rgba(71, 87, 120, 0.23);
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-style-name{
  margin: 0 0 12px;
  color: #202b42;
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 800;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 18px;
  padding: 15px;
  margin-bottom: 14px;
  color: #152033;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(243, 249, 255, 0.68));
  border: 1px solid rgba(117, 138, 172, 0.15);
  font-size: 1.08rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box::-webkit-scrollbar-track{
  background: rgba(221, 232, 242, 0.55);
  border-radius: 999px;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #9fb3ff, #c4a6e8);
  border-radius: 999px;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}.tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button[hidden]{
  display: none;
}@keyframes whisperCardFade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .whisper-font-generator-tool{
    padding: 32px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-container{
    width: 100%;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-input-card{
    padding: 15px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input{
    width: 100%;
    padding: 13px 14px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
    min-height: 44px;
    padding: 11px 15px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card{
    padding: 14px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box{
    font-size: 0.96rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .whisper-font-generator-tool{
    padding: 36px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-container{
    width: 100%;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-input-card{
    padding: 16px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input{
    width: 100%;
    padding: 14px 15px;
    font-size: 1rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
    min-height: 44px;
    padding: 11px 16px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card{
    padding: 15px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box{
    font-size: 1rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .whisper-font-generator-tool{
    padding: 40px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-container{
    width: 100%;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-input-card{
    padding: 18px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input{
    width: 100%;
    padding: 15px 16px;
    font-size: 1.01rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
    min-height: 45px;
    padding: 12px 18px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card{
    padding: 16px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box{
    font-size: 1.02rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .whisper-font-generator-tool{
    padding: 46px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input{
    width: 100%;
    padding: 16px 18px;
    font-size: 1.03rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
    min-height: 45px;
    padding: 12px 20px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card{
    padding: 17px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box{
    font-size: 1.04rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .whisper-font-generator-tool{
    padding: 52px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-container{
    width: min(100%, 1080px);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input{
    width: 100%;
    padding: 16px 18px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
    min-height: 46px;
    padding: 12px 21px;
    font-size: 0.97rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card{
    padding: 18px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box{
    font-size: 1.06rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .whisper-font-generator-tool{
    padding: 58px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-tool-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-text-input{
    width: 100%;
    padding: 16px 18px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-clear-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-load-button, .tc-wp-tool-root .whisper-font-generator-tool .whisper-copy-button{
    min-height: 46px;
    padding: 12px 22px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-card{
    padding: 18px;
  }.tc-wp-tool-root .whisper-font-generator-tool .whisper-preview-box{
    font-size: 1.08rem;
  }}.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;
}