@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* 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 #flg-wrap#flg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #122033;
  background: #eef3f8;
  box-sizing: border-box;
  overflow-x: hidden;
}.tc-wp-tool-root #flg-wrap#flg-wrap *, .tc-wp-tool-root #flg-wrap#flg-wrap *::before, .tc-wp-tool-root #flg-wrap#flg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-bg{
  width: 100%;
  background:
    radial-gradient(circle at 18% 8%, rgba(190, 158, 86, .16), transparent 30%),
    linear-gradient(180deg, #f8f5ed 0%, #edf3f8 42%, #f7f9fb 100%);
  padding: 28px 14px 36px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-shell, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-generator, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-results{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-hero{
  width: 100%;
  max-width: 880px;
  margin: 0 auto 18px;
  text-align: center;
  padding: 8px 0 6px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-title{
  margin: 0;
  color: #0b1728;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 8.4vw, 3.65rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-subtitle{
  margin: 12px auto 0;
  max-width: 720px;
  color: #516173;
  font-size: clamp(.98rem, 2.6vw, 1.12rem);
  line-height: 1.55;
  font-weight: 500;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-panel, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-output-card{
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(139, 151, 166, .28);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(15, 31, 52, .11);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-panel{
  padding: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-field{
  display: grid;
  gap: 6px;
  min-width: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-field span{
  color: #27364a;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.25;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-field strong{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 22px;
  margin-left: 5px;
  border-radius: 999px;
  background: #fff6df;
  color: #77561d;
  font-size: .78rem;
  line-height: 1;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-input, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-select, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd6e2;
  border-radius: 8px;
  background: #ffffff;
  color: #142237;
  padding: 11px 12px;
  box-shadow: 0 1px 0 rgba(10, 22, 38, .03);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .94rem;
  line-height: 1.35;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-select{
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, #516173 50%), linear-gradient(135deg, #516173 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea{
  min-height: 126px;
  resize: vertical;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-small-textarea{
  min-height: 82px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-input:focus, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-select:focus, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea:focus, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-range:focus{
  border-color: #b99142;
  box-shadow: 0 0 0 4px rgba(185, 145, 66, .18);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd6e2;
  border-radius: 8px;
  background: #ffffff;
  color: #142237;
  padding: 0 12px;
  box-shadow: 0 1px 0 rgba(10, 22, 38, .03);
  outline: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-webkit-slider-runnable-track{
  height: 8px;
  border: 1px solid #c8d2de;
  border-radius: 999px;
  background: linear-gradient(90deg, #b99142, #d9c48e);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-moz-range-track{
  height: 8px;
  border: 1px solid #c8d2de;
  border-radius: 999px;
  background: linear-gradient(90deg, #b99142, #d9c48e);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-webkit-slider-thumb{
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -8px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #10243d;
  box-shadow: 0 4px 12px rgba(16, 36, 61, .28);
  cursor: pointer;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #10243d;
  box-shadow: 0 4px 12px rgba(16, 36, 61, .28);
  cursor: pointer;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-actions, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-actions, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-actions{
  margin-top: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-tabs{
  margin-top: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab{
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(139, 151, 166, .38);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.1;
  color: #142237;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(14, 31, 52, .08);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn:hover, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(14, 31, 52, .13);
  filter: brightness(1.02);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn:active, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab:active{
  transform: scale(.96);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn:focus-visible, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab:focus-visible{
  outline: 3px solid rgba(185, 145, 66, .42);
  outline-offset: 2px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-primary-btn{
  color: #ffffff;
  border-color: #10243d;
  background: linear-gradient(135deg, #0b1728, #183b61);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-secondary-btn{
  color: #15304f;
  background: #f9fbfd;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-btn{
  color: #142237;
  background: #fff8e8;
  border-color: rgba(185, 145, 66, .42);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab{
  min-height: 40px;
  padding: 9px 12px;
  font-size: .82rem;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-active{
  color: #ffffff;
  background: #10243d;
  border-color: #10243d;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-success{
  color: #ffffff;
  background: #1f7a57;
  border-color: #1f7a57;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-head{
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-panel-title{
  margin: 0;
  color: #0b1728;
  font-size: 1.04rem;
  line-height: 1.18;
  font-weight: 800;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-panel-note{
  margin: 3px 0 0;
  color: #68778a;
  font-size: .84rem;
  line-height: 1.35;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-live-preview{
  width: 100%;
  min-height: 520px;
  max-height: 660px;
  overflow: auto;
  border: 1px solid #d7dde5;
  border-radius: 8px;
  background: #ffffff;
  color: #152235;
  padding: 26px 20px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.75), 0 18px 38px rgba(16, 36, 61, .08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .95rem;
  line-height: 1.62;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-date, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-block, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-subject, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-content, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-signature{
  overflow-wrap: normal;
  word-break: normal;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-date{
  text-align: right;
  margin-bottom: 24px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-block{
  margin-bottom: 20px;
  white-space: pre-wrap;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-subject{
  margin-bottom: 18px;
  font-weight: 700;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-content{
  white-space: pre-wrap;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-signature{
  margin-top: 28px;
  white-space: pre-wrap;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results{
  margin-top: 16px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-output-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-output-card{
  display: flex;
  flex-direction: column;
  height: 430px;
  min-height: 430px;
  max-height: 430px;
  padding: 14px;
  overflow: hidden;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-card-head{
  min-height: 58px;
  margin-bottom: 10px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-card-head h2{
  margin: 0;
  color: #0b1728;
  font-size: 1rem;
  line-height: 1.18;
  font-weight: 800;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-card-head p{
  margin: 5px 0 0;
  color: #69788a;
  font-size: .8rem;
  line-height: 1.3;
  font-weight: 700;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-output-body{
  flex: 1 1 auto;
  height: 272px;
  min-height: 272px;
  max-height: 272px;
  overflow: auto;
  border: 1px solid #dde4ec;
  border-radius: 8px;
  background: #fbfcfd;
  color: #1d2a3d;
  padding: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .9rem;
  line-height: 1.56;
  white-space: pre-wrap;
  overflow-wrap: normal;
  word-break: normal;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-output-card .flg-btn{
  width: 100%;
  margin-top: 12px;
  flex: 0 0 auto;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-hidden{
  display: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  min-width: 190px;
  max-width: min(90vw, 420px);
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(11, 23, 40, .96);
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .32);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-toast.flg-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #flg-wrap#flg-wrap .flg-bg{
    padding: 34px 18px 44px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-form-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-wide{
    grid-column: 1 / -1;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-output-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #flg-wrap#flg-wrap .flg-title{
    font-size: clamp(2.65rem, 5.2vw, 4.35rem);
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-panel{
    padding: 18px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-head{
    grid-template-columns: 1fr;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #flg-wrap#flg-wrap .flg-bg{
    padding: 42px 22px 56px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-generator{
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
    gap: 18px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-output-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-panel{
    position: sticky;
    top: 18px;
  }}.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 .flg-form-panel {}
.tc-wp-tool-root .flg-range-value {}
.tc-wp-tool-root .flg-wrap {}