@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 #rlg-wrap#rlg-wrap, .tc-wp-tool-root #rlg-wrap#rlg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap{
  --rlg-primary: #17345f;
  --rlg-secondary: #177f83;
  --rlg-accent: #b78b38;
  --rlg-bg: #f7f0df;
  --rlg-card: rgba(255, 255, 255, .86);
  --rlg-heading: #10233f;
  --rlg-body: #38475c;
  --rlg-muted: #718093;
  --rlg-border: #cfd9e6;
  --rlg-shadow: 0 18px 50px rgba(23, 52, 95, .14), 0 4px 16px rgba(23, 127, 131, .08);
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 28px 14px;
  margin: 0;
  color: var(--rlg-body);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 10% 0%, rgba(183, 139, 56, .18), transparent 32%),
    radial-gradient(circle at 90% 16%, rgba(23, 127, 131, .16), transparent 34%),
    linear-gradient(135deg, #fbf3df 0%, #f8f6ee 46%, #eaf2f8 100%);
  overflow-x: hidden;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-shell, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-main, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-results{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-hero{
  width: 100%;
  max-width: 880px;
  margin: 0 auto 22px;
  padding: 10px 0 4px;
  text-align: center;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-title{
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--rlg-heading);
  font-family: inherit;
  font-size: clamp(2rem, 7.2vw, 3.55rem);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-subtitle{
  width: 100%;
  max-width: 720px;
  margin: 12px auto 0;
  padding: 0;
  color: #526174;
  font-family: inherit;
  font-size: clamp(.98rem, 3.4vw, 1.16rem);
  font-weight: 500;
  line-height: 1.55;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-main{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-panel, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-output-card{
  width: 100%;
  min-height: 0;
  padding: 16px;
  border: 1px solid rgba(207, 217, 230, .9);
  border-radius: 22px;
  background: var(--rlg-card);
  box-shadow: var(--rlg-shadow);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-field{
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-primary-field{
  margin-bottom: 14px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-label{
  display: block;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
  color: var(--rlg-heading);
  font-family: inherit;
  font-size: .83rem;
  font-weight: 760;
  line-height: 1.25;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-input, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-select, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-textarea{
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 12px 13px;
  appearance: none;
  border: 1px solid var(--rlg-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  color: var(--rlg-heading);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 8px 18px rgba(16, 35, 63, .04);
  font-family: inherit;
  font-size: .95rem;
  font-weight: 520;
  line-height: 1.45;
  outline: none;
  transition: border .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-select{
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, #177f83 50%), linear-gradient(135deg, #177f83 50%, transparent 50%);
  background-position: calc(100% - 19px) 20px, calc(100% - 13px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-textarea{
  min-height: 150px;
  resize: vertical;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-input:focus, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-select:focus, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-textarea:focus{
  border-color: rgba(23, 127, 131, .72);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(23, 127, 131, .14), 0 12px 26px rgba(23, 52, 95, .08);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-control-grid{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-check{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid var(--rlg-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .74);
  color: var(--rlg-heading);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(16, 35, 63, .04);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-checkbox{
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-check-ui{
  display: inline-flex;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #aebed0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-checkbox:checked + .rlg-check-ui{
  border-color: var(--rlg-secondary);
  background: linear-gradient(135deg, var(--rlg-primary), var(--rlg-secondary));
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .88), 0 0 0 4px rgba(23, 127, 131, .12);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-checkbox:focus + .rlg-check-ui{
  box-shadow: 0 0 0 4px rgba(23, 127, 131, .18);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-check-text{
  display: inline-block;
  color: var(--rlg-heading);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.3;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-more-btn, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 44px;
  margin: 0;
  padding: 11px 15px;
  appearance: none;
  border: 1px solid rgba(207, 217, 230, .95);
  border-radius: 14px;
  background: rgba(255, 255, 255, .85);
  color: var(--rlg-heading);
  box-shadow: 0 9px 20px rgba(16, 35, 63, .08);
  font-family: inherit;
  font-size: .91rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border .18s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-more-btn{
  width: 100%;
  margin-top: 12px;
  justify-content: flex-start;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-more-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 8px;
  background: rgba(23, 127, 131, .12);
  color: var(--rlg-secondary);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-more-panel{
  width: 100%;
  margin: 12px 0 0;
  padding: 13px;
  border: 1px solid rgba(207, 217, 230, .86);
  border-radius: 18px;
  background: rgba(248, 250, 252, .72);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-actions, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-export-actions{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-primary{
  flex: 1 1 160px;
  border-color: rgba(23, 127, 131, .45);
  background: linear-gradient(135deg, var(--rlg-primary), var(--rlg-secondary));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(23, 52, 95, .24);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-secondary, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-soft{
  flex: 1 1 130px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-soft{
  color: var(--rlg-primary);
  background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(245, 240, 224, .92));
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-mini{
  flex: 1 1 120px;
  min-height: 42px;
  padding: 10px 12px;
  font-size: .86rem;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-more-btn:hover, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn:hover, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab:hover{
  transform: translateY(-2px);
  filter: brightness(1.035);
  box-shadow: 0 14px 30px rgba(16, 35, 63, .14);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-more-btn:active, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn:active, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab:active{
  transform: scale(.96);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-more-btn:focus-visible, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn:focus-visible, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab:focus-visible{
  outline: 3px solid rgba(23, 127, 131, .38);
  outline-offset: 3px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-success{
  border-color: rgba(58, 143, 91, .58);
  box-shadow: 0 0 0 4px rgba(58, 143, 91, .16), 0 14px 30px rgba(16, 35, 63, .14);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-panel-head, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-results-head, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  margin: 0;
  padding: 0;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-section-title, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card-title{
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--rlg-heading);
  font-family: inherit;
  font-size: 1.12rem;
  font-weight: 840;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card-title{
  font-size: 1rem;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-section-note, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-meta{
  display: block;
  width: 100%;
  margin: 4px 0 0;
  padding: 0;
  color: var(--rlg-muted);
  font-family: inherit;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.3;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-document{
  width: 100%;
  min-height: 380px;
  margin: 14px 0 0;
  padding: 22px;
  border: 1px solid rgba(207, 217, 230, .92);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(183, 139, 56, .16), transparent 18%),
    #fffdf8;
  color: var(--rlg-heading);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .78), 0 18px 38px rgba(23, 52, 95, .1);
  overflow: hidden;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-document-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(183, 139, 56, .22);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-doc-line{
  display: block;
  width: 118px;
  height: 8px;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rlg-primary), var(--rlg-secondary));
  box-shadow: none;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-doc-date{
  display: block;
  width: auto;
  min-width: 96px;
  margin: 0;
  padding: 0;
  color: var(--rlg-muted);
  font-size: .8rem;
  font-weight: 760;
  line-height: 1.2;
  text-align: right;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-preview-text, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card-output{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--rlg-body);
  box-shadow: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-preview-text{
  min-height: 280px;
  max-height: 520px;
  overflow: auto;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-results{
  margin-top: 18px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-results-head{
  flex-direction: column;
  margin-bottom: 13px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tabs{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  margin: 0;
  padding: 0;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab{
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #29415f;
  font-size: .82rem;
  box-shadow: 0 8px 16px rgba(16, 35, 63, .07);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tab-active{
  border-color: rgba(23, 127, 131, .48);
  background: linear-gradient(135deg, rgba(23, 52, 95, .96), rgba(23, 127, 131, .94));
  color: #ffffff;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card-grid{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-output-card{
  display: flex;
  flex-direction: column;
  height: 390px;
  padding: 15px;
  border-radius: 20px;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card-output{
  height: 226px;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid rgba(207, 217, 230, .84);
  border-radius: 15px;
  background: rgba(255, 253, 248, .78);
  overflow: auto;
  font-size: .9rem;
  line-height: 1.55;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-btn-card{
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  color: var(--rlg-primary);
  background: rgba(255, 255, 255, .92);
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-output-card[hidden]{
  display: none;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: min(88vw, 360px);
  min-height: 54px;
  margin: 0;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(16, 35, 63, .96);
  color: #ffffff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .32);
  font-family: inherit;
  font-size: .98rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-toast.rlg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #rlg-wrap#rlg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-wide-field{
    grid-column: span 2;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-results-head{
    flex-direction: row;
    align-items: center;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-tabs{
    justify-content: flex-end;
  }}@media (min-width: 768px) {.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-title{
    font-size: clamp(2.45rem, 5vw, 4rem);
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-panel, .tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-output-card{
    padding: 20px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #rlg-wrap#rlg-wrap{
    padding: 42px 22px;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-main{
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: 18px;
    align-items: start;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-document{
    min-height: 535px;
  }.tc-wp-tool-root #rlg-wrap#rlg-wrap .rlg-preview-text{
    min-height: 420px;
  }}.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 .rlg-input-panel {}
.tc-wp-tool-root .rlg-preview-panel {}
.tc-wp-tool-root .rlg-tool-wrap {}