@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-3 .tc-wp-tool-root img, .wpc-scope-3 .tc-wp-tool-root video, .wpc-scope-3 .tc-wp-tool-root svg, .wpc-scope-3 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #172033;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.9), transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(177, 224, 255, 0.58), transparent 28%),
    radial-gradient(circle at 70% 88%, rgba(221, 202, 255, 0.46), transparent 30%),
    linear-gradient(135deg, #eef8ff 0%, #f9fbff 42%, #f4efff 100%);
  isolation: isolate;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool div, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool section, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool header, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool h1, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool p, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool label, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool textarea, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool button{
  box-sizing: border-box;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool::before, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
  filter: blur(12px);
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool::before{
  width: 340px;
  height: 340px;
  left: 6%;
  top: 18%;
  background: rgba(255, 255, 255, 0.5);
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool::after{
  width: 420px;
  height: 420px;
  right: 4%;
  bottom: 10%;
  background: rgba(188, 217, 255, 0.36);
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-header{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-header h1{
  margin: 0;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-header p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #526071;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.55;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-input-panel{
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 24px 70px rgba(75, 96, 135, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #334155;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid rgba(129, 151, 179, 0.34);
  border-radius: 18px;
  outline: none;
  background: rgba(255, 255, 255, 0.75);
  color: #172033;
  box-shadow: inset 0 1px 2px rgba(32, 47, 70, 0.05);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-textarea::placeholder{
  color: #8793a4;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-textarea:focus{
  border-color: rgba(99, 179, 237, 0.75);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 5px rgba(147, 197, 253, 0.22), inset 0 1px 2px rgba(32, 47, 70, 0.05);
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(116, 136, 166, 0.2);
  border-radius: 999px;
  cursor: pointer;
  color: #122033;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(71, 95, 132, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn{
  margin: 16px auto 0;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn:hover, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn:hover, .wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(99, 179, 237, 0.5);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(80, 111, 155, 0.18), 0 0 0 5px rgba(147, 197, 253, 0.15);
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-results{
  width: 100%;
  max-width: 100%;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-card{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 48px rgba(61, 79, 112, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: wfgFadeRise 360ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  overflow: hidden;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(147, 197, 253, 0.65);
  box-shadow: 0 26px 64px rgba(61, 79, 112, 0.2);
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-card-title{
  margin: 0;
  color: #1d2939;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  margin: 14px 0 16px;
  padding: 16px;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(125, 145, 173, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.54);
  color: #172033;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-preview::-webkit-scrollbar-track{
  background: rgba(222, 233, 246, 0.65);
  border-radius: 999px;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-preview::-webkit-scrollbar-thumb{
  background: rgba(116, 151, 190, 0.58);
  border-radius: 999px;
  border: 2px solid rgba(238, 248, 255, 0.85);
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn{
  width: 100%;
  margin-top: auto;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn[disabled]{
  cursor: default;
  opacity: 0.56;
  transform: none;
  box-shadow: none;
}.wpc-scope-3 .tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn.wfg-hidden{
  display: none;
}@keyframes wfgFadeRise{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .wfg-whisper-tool{
    padding: 34px 12px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-shell{
    width: 100%;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header h1{
    font-size: 30px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-input-panel{
    margin-top: 24px;
    padding: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-textarea{
    min-height: 126px;
    padding: 14px;
    font-size: 15px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn{
    min-height: 42px;
    padding: 0 22px;
    font-size: 14px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-results{
    margin-top: 24px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-card{
    padding: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-preview{
    font-size: 18px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-wrap{
    margin-top: 20px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn{
    min-height: 44px;
    padding: 0 24px;
    font-size: 14px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn{
    min-height: 42px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .wfg-whisper-tool{
    padding: 38px 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-shell{
    width: 100%;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-input-panel{
    margin-top: 26px;
    padding: 18px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-textarea{
    min-height: 136px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn{
    min-height: 44px;
    padding: 0 24px;
    font-size: 14px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-results{
    margin-top: 26px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-card{
    padding: 18px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-preview{
    font-size: 19px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-wrap{
    margin-top: 22px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn{
    min-height: 46px;
    padding: 0 26px;
    font-size: 15px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn{
    min-height: 44px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .wfg-whisper-tool{
    padding: 44px 18px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-shell{
    width: 100%;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-input-panel{
    margin-top: 28px;
    padding: 20px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-textarea{
    min-height: 146px;
    padding: 16px;
    font-size: 17px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn{
    min-height: 46px;
    padding: 0 28px;
    font-size: 15px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-results{
    margin-top: 28px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-card{
    padding: 20px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-preview{
    font-size: 20px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-wrap{
    margin-top: 24px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn{
    min-height: 48px;
    padding: 0 30px;
    font-size: 15px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn{
    min-height: 44px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .wfg-whisper-tool{
    padding: 58px 28px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-shell{
    width: 100%;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-input-panel{
    margin-top: 34px;
    padding: 26px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-textarea{
    min-height: 160px;
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn{
    min-height: 48px;
    padding: 0 30px;
    font-size: 15px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-results{
    margin-top: 34px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-card{
    padding: 22px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-preview{
    font-size: 20px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-wrap{
    margin-top: 28px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn{
    min-height: 50px;
    padding: 0 34px;
    font-size: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn{
    min-height: 45px;
    font-size: 15px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .wfg-whisper-tool{
    padding: 70px 32px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-shell{
    width: 100%;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header h1{
    font-size: 60px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-input-panel{
    margin-top: 38px;
    padding: 30px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-textarea{
    min-height: 170px;
    padding: 20px;
    font-size: 19px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn{
    min-height: 50px;
    padding: 0 34px;
    font-size: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-results{
    margin-top: 38px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-card{
    padding: 22px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-preview{
    font-size: 20px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-wrap{
    margin-top: 30px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn{
    min-height: 52px;
    padding: 0 38px;
    font-size: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn{
    min-height: 46px;
    font-size: 15px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .wfg-whisper-tool{
    padding: 82px 36px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-shell{
    width: 100%;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header h1{
    font-size: 66px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-input-panel{
    margin-top: 40px;
    padding: 32px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-textarea{
    min-height: 176px;
    padding: 21px;
    font-size: 19px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-clear-btn{
    min-height: 52px;
    padding: 0 36px;
    font-size: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-results{
    margin-top: 40px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-card{
    padding: 24px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-preview{
    font-size: 21px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-wrap{
    margin-top: 32px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-load-btn{
    min-height: 54px;
    padding: 0 42px;
    font-size: 16px;
  }.tc-wp-tool-root .wfg-whisper-tool .wfg-copy-btn{
    min-height: 46px;
    font-size: 15px;
  }}.wpc-scope-3 /* 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;
}