@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 #jlg-wrap#jlg-wrap{
  --jlg-primary: #10233f;
  --jlg-secondary: #315174;
  --jlg-accent: #c8922f;
  --jlg-soft-bg: #eef4f9;
  --jlg-card-bg: rgba(255, 255, 255, .92);
  --jlg-heading: #0b1728;
  --jlg-body: #26364a;
  --jlg-muted: #66758a;
  --jlg-border: rgba(33, 56, 86, .14);
  --jlg-button-gradient: linear-gradient(135deg, #10233f 0%, #254d76 62%, #c8922f 130%);
  --jlg-shadow: 0 22px 70px rgba(16, 35, 63, .16);
  --jlg-radius: 22px;
  position: relative;
  width: 100%;
  background:
    radial-gradient(circle at 12% 5%, rgba(200, 146, 47, .18), transparent 31%),
    radial-gradient(circle at 90% 0%, rgba(49, 81, 116, .18), transparent 32%),
    linear-gradient(180deg, #f7fafc 0%, var(--jlg-soft-bg) 100%);
  color: var(--jlg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 34px 16px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap *, .tc-wp-tool-root #jlg-wrap#jlg-wrap *::before, .tc-wp-tool-root #jlg-wrap#jlg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-shell, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-generator, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-grid{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-hero{
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px 0 24px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-kicker{
  margin: 0 0 10px;
  color: var(--jlg-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap h1, .tc-wp-tool-root #jlg-wrap#jlg-wrap h2, .tc-wp-tool-root #jlg-wrap#jlg-wrap h3, .tc-wp-tool-root #jlg-wrap#jlg-wrap p{
  margin-top: 0;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap h1{
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  color: var(--jlg-heading);
  font-size: clamp(34px, 5.8vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-subtitle{
  max-width: 720px;
  margin: 0 auto;
  color: var(--jlg-muted);
  font-size: clamp(15px, 2.2vw, 18px);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-card, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-card{
  width: 100%;
  background: var(--jlg-card-bg);
  border: 1px solid var(--jlg-border);
  border-radius: var(--jlg-radius);
  box-shadow: var(--jlg-shadow);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-input-panel, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-panel{
  padding: 18px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-panel-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-panel-head h2{
  margin-bottom: 4px;
  color: var(--jlg-heading);
  font-size: 20px;
  line-height: 1.2;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-panel-head p, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-card p{
  margin-bottom: 0;
  color: var(--jlg-muted);
  font-size: 13px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-tabs{
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  margin-bottom: 10px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap button, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-btn, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-copy-btn, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-clear-btn, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-tab, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-more-btn{
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
  min-height: 44px;
  padding: 12px 16px;
  text-decoration: none;
  user-select: none;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap button:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap button:active{
  transform: scale(.96);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap button:focus-visible, .tc-wp-tool-root #jlg-wrap#jlg-wrap input:focus-visible, .tc-wp-tool-root #jlg-wrap#jlg-wrap textarea:focus-visible, .tc-wp-tool-root #jlg-wrap#jlg-wrap select:focus-visible{
  outline: 3px solid rgba(200, 146, 47, .34);
  outline-offset: 2px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-tab, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-more-btn, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-copy-btn{
  background: #ffffff;
  color: var(--jlg-primary);
  border-color: var(--jlg-border);
  box-shadow: 0 10px 22px rgba(16, 35, 63, .07);
  white-space: nowrap;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-tab.jlg-active, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-tab.jlg-success, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-copy-btn.jlg-success, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-more-btn.jlg-success{
  background: rgba(200, 146, 47, .14);
  border-color: rgba(200, 146, 47, .42);
  color: #7a5314;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-field{
  display: grid;
  gap: 7px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-field span{
  color: var(--jlg-heading);
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-input, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-select, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-textarea{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--jlg-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  color: var(--jlg-body);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  padding: 12px 14px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-select{
  background-image: linear-gradient(45deg, transparent 50%, var(--jlg-secondary) 50%), linear-gradient(135deg, var(--jlg-secondary) 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-textarea{
  min-height: 118px;
  resize: vertical;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-more-options{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--jlg-border);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-actions, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-export-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-btn{
  background: var(--jlg-button-gradient);
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(16, 35, 63, .22);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-clear-btn, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-copy-all-btn{
  background: #ffffff;
  color: var(--jlg-primary);
  border-color: var(--jlg-border);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-btn.jlg-success{
  background: linear-gradient(135deg, #1f7a4d, #32a267);
  color: #ffffff;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-letter-preview{
  min-height: 460px;
  max-height: 620px;
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(16, 35, 63, .12);
  background: linear-gradient(180deg, #ffffff, #fbfcfe);
  color: #182538;
  padding: 26px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 14px 34px rgba(16, 35, 63, .08);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-name{
  color: var(--jlg-heading);
  font-size: 24px;
  font-weight: 800;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-contact, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-line{
  color: var(--jlg-muted);
  font-size: 13px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-line{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 2px solid rgba(200, 146, 47, .35);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-greeting, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-body, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-closing{
  margin-top: 18px;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-canvas{
  display: none;
  width: 0;
  height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 18px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-card{
  display: flex;
  flex-direction: column;
  height: 360px;
  min-height: 360px;
  padding: 16px;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-card[hidden]{
  display: none;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-card h3{
  margin-bottom: 4px;
  color: var(--jlg-heading);
  font-size: 17px;
  line-height: 1.25;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-text{
  flex: 1;
  min-height: 0;
  margin: 14px 0;
  padding: 14px;
  overflow: auto;
  border: 1px solid var(--jlg-border);
  border-radius: 14px;
  background: #f9fbfd;
  color: var(--jlg-body);
  font-size: 14px;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-copy-btn{
  width: 100%;
  color: var(--jlg-primary);
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.96);
  pointer-events: none;
  min-width: 180px;
  max-width: min(90vw, 420px);
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(11, 23, 40, .96);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  text-align: center;
  font-weight: 800;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-toast.jlg-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #jlg-wrap#jlg-wrap{
    padding: 44px 22px;
  }.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-form-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-wide{
    grid-column: 1 / -1;
  }.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #jlg-wrap#jlg-wrap h1{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.08;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-input-panel, .tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-preview-panel{
    padding: 22px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #jlg-wrap#jlg-wrap{
    padding: 54px 28px;
  }.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-generator{
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  }.tc-wp-tool-root #jlg-wrap#jlg-wrap .jlg-output-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}.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 .jlg-generate-btn {}
.tc-wp-tool-root .jlg-wrap {}