@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 #flg-wrap#flg-wrap, .tc-wp-tool-root #flg-wrap#flg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #flg-wrap#flg-wrap{
  --flg-primary: #39d69f;
  --flg-secondary: #8f63ff;
  --flg-accent: #f2cf77;
  --flg-soft-bg: #09131f;
  --flg-card-bg: rgba(16, 29, 43, .86);
  --flg-heading: #fff5d7;
  --flg-body: #e8eef3;
  --flg-muted: #9fb0bd;
  --flg-border: rgba(218, 234, 225, .16);
  --flg-button-gradient: linear-gradient(135deg, #35d79a 0%, #8d68ff 52%, #f2cf77 100%);
  --flg-shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --flg-radius: 22px;
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: clip;
  padding: 22px 14px 28px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--flg-body);
  background:
    radial-gradient(circle at 15% 8%, rgba(57, 214, 159, .22), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(143, 99, 255, .24), transparent 30%),
    radial-gradient(circle at 50% 90%, rgba(242, 207, 119, .15), transparent 36%),
    linear-gradient(145deg, #06101a 0%, #0b1724 46%, #10121f 100%);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-shell, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-main, .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: 820px;
  margin: 0 auto 18px;
  padding: 8px 0 4px;
  text-align: center;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-heading{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  color: var(--flg-heading);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 0 24px rgba(242, 207, 119, .24);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-subtitle{
  width: 100%;
  max-width: 660px;
  margin: 10px auto 0;
  color: var(--flg-muted);
  font-size: 15px;
  line-height: 1.55;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-card{
  border: 1px solid var(--flg-border);
  border-radius: var(--flg-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    var(--flg-card-bg);
  box-shadow: var(--flg-shadow);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-main{
  padding: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-grid{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-layout{
  grid-template-columns: 1fr;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-panel{
  min-width: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-label{
  display: block;
  margin: 0 0 7px;
  color: #dce9e5;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-input{
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(229, 242, 235, .18);
  border-radius: 15px;
  outline: none;
  background: rgba(5, 14, 24, .76);
  color: var(--flg-body);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 12px 26px rgba(0, 0, 0, .15);
  font: 500 15px/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
  resize: vertical;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea{
  min-height: 132px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea::placeholder{
  color: rgba(200, 214, 221, .58);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea: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: rgba(57, 214, 159, .78);
  box-shadow: 0 0 0 4px rgba(57, 214, 159, .16), inset 0 1px 0 rgba(255, 255, 255, .06);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-toolbar{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-btn{
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: auto;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(233, 244, 238, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .075);
  color: var(--flg-body);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
  font: 800 13px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease, background .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, .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.08);
  border-color: rgba(242, 207, 119, .48);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn:active, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab: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-tab: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(57, 214, 159, .55);
  outline-offset: 3px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn-primary{
  flex: 1 1 180px;
  border: 0;
  color: #07131c;
  background: var(--flg-button-gradient);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn-soft{
  flex: 1 1 130px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 13px 0 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab{
  min-height: 36px;
  padding: 8px 11px;
  font-size: 12px;
  box-shadow: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab-active, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-tab[aria-pressed="true"]{
  color: #06131a;
  border-color: transparent;
  background: linear-gradient(135deg, var(--flg-accent), var(--flg-primary));
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-secondary-toolbar{
  align-items: end;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-field{
  display: block;
  flex: 1 1 180px;
  min-width: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-more-panel{
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(229, 242, 235, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-more-panel:not([hidden]){
  display: grid;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-color{
  min-height: 46px;
  padding: 6px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--flg-body);
  box-shadow: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-webkit-slider-runnable-track{
  height: 9px;
  border: 1px solid rgba(229, 242, 235, .18);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 214, 159, .7), rgba(143, 99, 255, .68), rgba(242, 207, 119, .76));
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-moz-range-track{
  height: 9px;
  border: 1px solid rgba(229, 242, 235, .18);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 214, 159, .7), rgba(143, 99, 255, .68), rgba(242, 207, 119, .76));
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 2px solid #07131c;
  border-radius: 999px;
  background: #fff3c4;
  box-shadow: 0 0 0 4px rgba(242, 207, 119, .18), 0 8px 18px rgba(0, 0, 0, .3);
  cursor: pointer;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 2px solid #07131c;
  border-radius: 999px;
  background: #fff3c4;
  box-shadow: 0 0 0 4px rgba(242, 207, 119, .18), 0 8px 18px rgba(0, 0, 0, .3);
  cursor: pointer;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview{
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(242, 207, 119, .22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 18%, rgba(242, 207, 119, .14), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(57, 214, 159, .13), transparent 34%),
    linear-gradient(145deg, rgba(24, 33, 39, .94), rgba(11, 19, 29, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 48px rgba(0, 0, 0, .32);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-title{
  margin: 0;
  color: var(--flg-heading);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-meta{
  margin: 3px 0 0;
  color: var(--flg-muted);
  font-size: 12px;
  line-height: 1.35;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage{
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 250px;
  padding: 24px 16px;
  border: 1px solid rgba(255, 236, 180, .22);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
    radial-gradient(circle at 50% 22%, rgba(255, 226, 145, .16), transparent 38%),
    var(--flg-preview-bg, #10251f);
  background-size: 28px 28px, 28px 28px, auto, auto;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage::before, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage::after{
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(242, 207, 119, .38);
  border-radius: 13px;
  pointer-events: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage::after{
  inset: 18px;
  border-color: rgba(57, 214, 159, .2);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-text{
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: var(--flg-preview-ink, #f8e7ad);
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--flg-preview-size, 40px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: .02em;
  text-align: center;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  text-shadow: 0 0 var(--flg-preview-glow, 12px) currentColor, 0 2px 18px rgba(0, 0, 0, .48);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-actions .flg-copy-btn{
  flex: 1 1 92px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results{
  margin-top: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-grid{
  grid-template-columns: 1fr;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 232px;
  max-height: 232px;
  padding: 13px;
  border: 1px solid rgba(229, 242, 235, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(57, 214, 159, .1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-top{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
  margin-bottom: 10px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-name{
  margin: 0;
  color: var(--flg-heading);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-category{
  flex: 0 0 auto;
  padding: 4px 8px;
  border: 1px solid rgba(242, 207, 119, .22);
  border-radius: 999px;
  color: #f8dda0;
  background: rgba(242, 207, 119, .08);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-output{
  flex: 1 1 auto;
  height: 112px;
  max-height: 112px;
  margin: 0 0 10px;
  padding: 11px;
  border: 1px solid rgba(229, 242, 235, .11);
  border-radius: 13px;
  overflow: auto;
  color: #edf8f2;
  background: rgba(4, 12, 20, .55);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-actions{
  display: flex;
  gap: 8px;
  margin-top: auto;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-actions .flg-copy-btn{
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-is-hidden{
  display: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-is-success{
  color: #06131a;
  border-color: transparent;
  background: linear-gradient(135deg, #f2cf77, #39d69f);
  box-shadow: 0 0 0 4px rgba(57, 214, 159, .14), 0 16px 30px rgba(0, 0, 0, .28);
}.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;
  width: max-content;
  max-width: min(88vw, 420px);
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid rgba(242, 207, 119, .38);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  color: #07131a;
  background: linear-gradient(135deg, #fff1b8, #6ce6b8);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .46);
  font: 900 15px/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: center;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-toast.flg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #flg-wrap#flg-wrap{
    padding: 28px 18px 34px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-main{
    padding: 18px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-more-panel{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #flg-wrap#flg-wrap .flg-heading{
    font-size: clamp(38px, 5.2vw, 58px);
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-layout{
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
    align-items: stretch;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage{
    min-height: 366px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-tool-root #flg-wrap#flg-wrap{
    padding: 34px 22px 42px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-main{
    padding: 20px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-layout{
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 18px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-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-tool-wrap {}