@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 #clg-wrap#clg-wrap, .tc-wp-tool-root #clg-wrap#clg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #clg-wrap#clg-wrap{
  --clg-primary: #2563eb;
  --clg-primary-dark: #1d4ed8;
  --clg-secondary: #1f2937;
  --clg-accent: #14b8a6;
  --clg-warm: #d99a2b;
  --clg-bg: linear-gradient(135deg, #eef6ff 0%, #f7fafc 48%, #f2fbf9 100%);
  --clg-card: rgba(255, 255, 255, .88);
  --clg-ink: #101827;
  --clg-body: #334155;
  --clg-muted: #64748b;
  --clg-border: rgba(37, 99, 235, .14);
  --clg-button: linear-gradient(135deg, #2563eb 0%, #14b8a6 100%);
  --clg-shadow: 0 20px 60px rgba(15, 23, 42, .12);
  --clg-soft-shadow: 0 10px 30px rgba(15, 23, 42, .08);
  --clg-radius: 22px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: var(--clg-body);
  background: var(--clg-bg);
  padding: 26px 14px 34px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-shell, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-tool, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px 0 22px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-kicker{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(20, 184, 166, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: var(--clg-soft-shadow);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
  max-width: 760px;
  margin: 12px auto 10px;
  color: var(--clg-ink);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-subtitle{
  max-width: 720px;
  margin: 0 auto;
  color: var(--clg-muted);
  font-size: clamp(15px, 3.8vw, 18px);
  line-height: 1.55;
  font-weight: 500;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tool{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card{
  border: 1px solid var(--clg-border);
  background: var(--clg-card);
  box-shadow: var(--clg-shadow);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card{
  border-radius: var(--clg-radius);
  padding: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card-head, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-head{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-section-title{
  margin: 0;
  color: var(--clg-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-section-note{
  margin: 5px 0 0;
  color: var(--clg-muted);
  font-size: 13px;
  line-height: 1.45;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-status-chip{
  align-self: flex-start;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(20, 184, 166, .1);
  color: #0f766e;
  border: 1px solid rgba(20, 184, 166, .22);
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-form{
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-field-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-label{
  display: grid;
  gap: 7px;
  color: var(--clg-secondary);
  font-size: 13px;
  font-weight: 760;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select{
  appearance: none;
  width: 100%;
  border: 1px solid rgba(100, 116, 139, .26);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: var(--clg-ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select{
  min-height: 46px;
  padding: 11px 13px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea{
  min-height: 104px;
  resize: vertical;
  padding: 12px 13px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-select{
  background-image: linear-gradient(45deg, transparent 50%, #475569 50%), linear-gradient(135deg, #475569 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-textarea:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-select:focus{
  border-color: rgba(37, 99, 235, .66);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .13);
  background: #ffffff;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-actions, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle{
  appearance: none;
  border: 0;
  min-height: 44px;
  border-radius: 14px;
  padding: 10px 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 820;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, background .16s ease, border-color .16s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle:active{
  transform: scale(.98);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle:focus-visible{
  outline: 3px solid rgba(20, 184, 166, .36);
  outline-offset: 2px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-primary-btn{
  color: #ffffff;
  background: var(--clg-button);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .22);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-secondary-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn{
  color: #1e3a5f;
  background: rgba(239, 246, 255, .92);
  border: 1px solid rgba(37, 99, 235, .18);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn.is-success{
  color: #064e3b;
  background: rgba(209, 250, 229, .96);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, .16), 0 8px 18px rgba(15, 23, 42, .06);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-panel{
  display: grid;
  gap: 13px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(20, 184, 166, .2);
  background: rgba(240, 253, 250, .58);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-panel[hidden]{
  display: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview{
  min-height: 500px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(148, 163, 184, .26);
  box-shadow: inset 0 1px 0 #ffffff, 0 12px 30px rgba(15, 23, 42, .09);
  padding: 22px;
  overflow: auto;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-topline{
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--clg-primary), var(--clg-accent), var(--clg-warm));
  margin-bottom: 18px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-name{
  color: var(--clg-ink);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-role, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-date{
  color: var(--clg-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 5px;
  font-weight: 650;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-letter{
  margin-top: 24px;
  color: #243244;
  font-size: 14px;
  line-height: 1.72;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-signoff{
  margin-top: 22px;
  color: #243244;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 560;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-signoff span{
  color: var(--clg-ink);
  font-weight: 800;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-actions{
  margin-top: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
  margin-top: 18px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab{
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(100, 116, 139, .2);
  background: rgba(255, 255, 255, .74);
  color: #334155;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .05);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab.is-active{
  color: #ffffff;
  background: linear-gradient(135deg, #1d4ed8 0%, #0f766e 100%);
  border-color: transparent;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card{
  display: flex;
  flex-direction: column;
  height: 430px;
  min-width: 0;
  border-radius: 18px;
  padding: 14px;
  overflow: hidden;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card[hidden]{
  display: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-title{
  margin: 0;
  color: var(--clg-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 830;
  letter-spacing: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-meta{
  margin: 4px 0 0;
  color: var(--clg-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-chip{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(217, 154, 43, .12);
  color: #8a5a10;
  border: 1px solid rgba(217, 154, 43, .24);
  font-size: 11px;
  font-weight: 850;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-body{
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, .2);
  background: linear-gradient(180deg, rgba(248, 250, 252, .98) 0%, rgba(255, 255, 255, .92) 100%);
  color: #263445;
  padding: 12px;
  font-size: 13px;
  line-height: 1.62;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card .clg-copy-btn{
  flex: 0 0 auto;
  margin-top: 11px;
  width: 100%;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 160px;
  max-width: calc(100vw - 40px);
  padding: 15px 20px;
  border-radius: 16px;
  background: rgba(15, 23, 42, .96);
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .34);
  transition: opacity .18s ease, transform .18s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: transparent;
  outline: none;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--clg-primary), var(--clg-accent));
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--clg-primary), var(--clg-accent));
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid var(--clg-primary);
  box-shadow: 0 6px 16px rgba(15, 23, 42, .2);
  cursor: pointer;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid var(--clg-primary);
  box-shadow: 0 6px 16px rgba(15, 23, 42, .2);
  cursor: pointer;
}.tc-wp-tool-root #clg-wrap#clg-wrap canvas, .tc-wp-tool-root #clg-wrap#clg-wrap svg{
  max-width: 100%;
}@media (min-width: 640px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 32px 20px 42px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card{
    padding: 20px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-field-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-options{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-actions, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card-head, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-head{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }}@media (min-width: 768px) {.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
    font-size: clamp(40px, 5.4vw, 64px);
    max-width: 980px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-hero{
    padding-bottom: 28px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-result-card{
    height: 450px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 38px 24px 50px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tool{
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: 18px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview-card{
    position: sticky;
    top: 18px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview{
    min-height: 560px;
    padding: 28px;
  }}.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 .clg-form-card {}
.tc-wp-tool-root .clg-wrap {}