@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%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #172033;
  background:
    radial-gradient(circle at 12% 10%, rgba(218, 178, 91, .22), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(71, 146, 145, .18), transparent 30%),
    linear-gradient(135deg, #f8f2e5 0%, #eef4f6 46%, #fbf7ed 100%);
  padding: 26px 14px;
  box-sizing: border-box;
}.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-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-hero{
  text-align: center;
  padding: 10px 0 20px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-title{
  margin: 0 auto;
  max-width: 720px;
  color: #0d1b2f;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-subtitle{
  width: 100%;
  max-width: 660px;
  margin: 12px auto 0;
  color: #526074;
  font-size: 15px;
  line-height: 1.6;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-panel{
  background: rgba(255, 252, 245, .74);
  border: 1px solid rgba(183, 171, 148, .48);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(28, 42, 63, .14);
  backdrop-filter: blur(18px);
  padding: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-layout{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-editor, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-card, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-card{
  border: 1px solid rgba(190, 177, 154, .58);
  background: rgba(255, 255, 255, .72);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(32, 44, 62, .08);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-editor{
  padding: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin-top: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-field{
  min-width: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-label{
  display: block;
  margin: 0 0 6px;
  color: #26344a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-select, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-input, .tc-wp-tool-root #flg-wrap#flg-wrap input[type="text"].flg-input, .tc-wp-tool-root #flg-wrap#flg-wrap input[type="date"].flg-input{
  appearance: none;
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(161, 151, 132, .72);
  border-radius: 13px;
  background: rgba(255, 253, 248, .95);
  color: #172033;
  font: 500 14px/1.45 Inter, ui-sans-serif, system-ui, sans-serif;
  padding: 12px 13px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea{
  min-height: 172px;
  resize: vertical;
  white-space: pre-wrap;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-select{
  background-image: linear-gradient(45deg, transparent 50%, #26344a 50%), linear-gradient(135deg, #26344a 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea:focus, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-select:focus, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-input:focus, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-range:focus{
  border-color: #2f7f7b;
  box-shadow: 0 0 0 4px rgba(47, 127, 123, .16);
  background: #fffefa;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #172033;
  outline: none;
  box-shadow: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #14345a, #2f7f7b);
  border: 1px solid rgba(22, 41, 67, .12);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #14345a, #2f7f7b);
  border: 1px solid rgba(22, 41, 67, .12);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  background: #fffaf0;
  border: 2px solid #c79a3b;
  box-shadow: 0 5px 14px rgba(20, 35, 56, .22);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fffaf0;
  border: 2px solid #c79a3b;
  box-shadow: 0 5px 14px rgba(20, 35, 56, .22);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-actions, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-export-actions, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-actions{
  margin-top: 13px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn, .tc-wp-tool-root #flg-wrap#flg-wrap button[type="button"].flg-btn, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip, .tc-wp-tool-root #flg-wrap#flg-wrap button[type="button"].flg-chip, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-btn, .tc-wp-tool-root #flg-wrap#flg-wrap button[type="button"].flg-copy-btn{
  appearance: none;
  border-radius: 999px;
  border: 1px solid rgba(31, 50, 78, .16);
  min-height: 42px;
  padding: 10px 15px;
  font: 800 13px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, border-color .16s ease, background .16s ease;
  text-align: center;
  color: #162238;
  background: rgba(255,255,255,.78);
  box-shadow: 0 9px 22px rgba(22, 34, 56, .08);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-primary-btn{
  color: #fffaf0;
  background: linear-gradient(135deg, #0d2a4a 0%, #174d72 52%, #2f7f7b 100%);
  border-color: rgba(13, 42, 74, .25);
  box-shadow: 0 13px 28px rgba(13, 42, 74, .24);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-secondary-btn{
  background: rgba(255, 252, 245, .88);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn:hover, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip:hover, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 15px 30px rgba(22, 34, 56, .14);
  border-color: rgba(47, 127, 123, .42);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn:active, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip:active, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-btn:active{
  transform: scale(.97);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn:focus-visible, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip:focus-visible, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-btn:focus-visible{
  outline: 3px solid rgba(47, 127, 123, .34);
  outline-offset: 2px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn.flg-success, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-btn.flg-success{
  border-color: rgba(47, 127, 123, .6);
  box-shadow: 0 0 0 4px rgba(47, 127, 123, .16), 0 15px 30px rgba(22, 34, 56, .14);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-card{
  padding: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-toolbar{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 11px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip{
  min-height: 38px;
  padding: 9px 13px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip-active{
  background: #132f50;
  color: #fffaf0;
  border-color: rgba(19, 47, 80, .4);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-preview{
  width: 100%;
  min-height: 430px;
  max-height: 560px;
  overflow: auto;
  border-radius: 12px;
  padding: 26px 18px;
  color: #172033;
  background: linear-gradient(180deg, #fffdf7, #fbf3e5);
  border: 1px solid rgba(188, 176, 152, .68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  font: 500 14px/1.7 Georgia, "Times New Roman", serif;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-preview.flg-paper-modern{
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  border-top: 8px solid #14345a;
  background: linear-gradient(180deg, #ffffff, #f7fbfb);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-preview.flg-paper-vintage{
  background: linear-gradient(135deg, #f8ecd0, #fff7e6);
  color: #2c261d;
  border-color: #d6b56d;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-letter-preview.flg-paper-memo{
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  background: repeating-linear-gradient(180deg, #fff 0, #fff 31px, #eef1f3 32px);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-wrap{
  margin-top: 16px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-tabs{
  margin-bottom: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-card{
  height: 286px;
  min-height: 286px;
  max-height: 286px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-head{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
  margin-bottom: 9px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-title{
  margin: 0;
  color: #132238;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-meta{
  margin: 4px 0 0;
  color: #687286;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-body{
  flex: 1;
  min-height: 130px;
  max-height: 168px;
  overflow: auto;
  padding: 11px;
  border-radius: 12px;
  border: 1px solid rgba(190, 177, 154, .5);
  background: rgba(255, 253, 248, .78);
  color: #26344a;
  font-size: 12.5px;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-btn{
  margin-top: 10px;
  width: 100%;
  min-height: 40px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-card[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;
  opacity: 0;
  pointer-events: none;
  min-width: 190px;
  max-width: calc(100vw - 34px);
  padding: 15px 18px;
  border-radius: 16px;
  background: rgba(13, 27, 47, .96);
  color: #fffaf0;
  font: 800 15px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  transition: opacity .18s ease, transform .18s ease;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-toast.flg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #flg-wrap#flg-wrap canvas, .tc-wp-tool-root #flg-wrap#flg-wrap svg{
  max-width: 100%;
}@media (min-width: 640px) {.tc-wp-tool-root #flg-wrap#flg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-panel{
    padding: 18px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-toolbar{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }}@media (min-width: 768px) {.tc-wp-tool-root #flg-wrap#flg-wrap .flg-title{
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.02;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-tool-root #flg-wrap#flg-wrap{
    padding: 44px 22px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-layout{
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 18px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-editor, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-card{
    padding: 18px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-grid{
    grid-template-columns: repeat(4, 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 .flg-field-wide {}
.tc-wp-tool-root .flg-tool-wrap {}