@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;900&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{
  --flg-primary: #4c1d95;
  --flg-secondary: #2563eb;
  --flg-accent: #fb5f8d;
  --flg-bg-a: #f7f3ff;
  --flg-bg-b: #eef6ff;
  --flg-bg-c: #fff0f6;
  --flg-card: rgba(255, 255, 255, .78);
  --flg-ink: #111827;
  --flg-body: #475569;
  --flg-muted: #8a94a6;
  --flg-border: rgba(124, 58, 237, .18);
  --flg-button: linear-gradient(135deg, #5b21b6 0%, #2563eb 52%, #fb5f8d 100%);
  --flg-shadow: 0 24px 70px rgba(76, 29, 149, .16);
  --flg-shadow-small: 0 12px 30px rgba(76, 29, 149, .13);
  --flg-radius: 26px;
  position: relative;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 8%, rgba(251, 95, 141, .20), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(37, 99, 235, .18), transparent 32%),
    linear-gradient(135deg, var(--flg-bg-a), var(--flg-bg-b) 48%, var(--flg-bg-c));
  color: var(--flg-body);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.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;
  padding: 34px 16px 44px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-hero{
  width: 100%;
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-kicker{
  margin: 0 0 10px;
  color: var(--flg-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-title{
  max-width: 820px;
  margin: 0 auto;
  color: var(--flg-ink);
  font-size: clamp(28px, 8vw, 54px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-subtitle{
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--flg-body);
  font-size: 16px;
  line-height: 1.6;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-generator{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-input-panel, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-card{
  width: 100%;
  border: 1px solid var(--flg-border);
  border-radius: var(--flg-radius);
  background: var(--flg-card);
  box-shadow: var(--flg-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-input-panel{
  padding: 18px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-label{
  display: block;
  margin: 0 0 8px;
  color: var(--flg-ink);
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-search, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-select{
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(124, 58, 237, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  color: var(--flg-ink);
  font: inherit;
  font-size: 16px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea{
  display: block;
  resize: vertical;
  min-height: 138px;
  padding: 16px;
  line-height: 1.55;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-search, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-select{
  padding: 0 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-select{
  background-image: linear-gradient(45deg, transparent 50%, var(--flg-primary) 50%), linear-gradient(135deg, var(--flg-primary) 50%, transparent 50%);
  background-position: calc(100% - 19px) 21px, calc(100% - 13px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-textarea:focus, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-search:focus, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-select:focus{
  border-color: rgba(37, 99, 235, .66);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .13);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-actions-row, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-actions{
  display: flex;
  flex-direction: column;
  gap: 10px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-actions-row{
  margin-top: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap button, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-icon-btn, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-result, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-switch{
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  text-decoration: none;
  touch-action: manipulation;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}.tc-wp-tool-root #flg-wrap#flg-wrap button:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
}.tc-wp-tool-root #flg-wrap#flg-wrap button:active{
  transform: scale(.97);
}.tc-wp-tool-root #flg-wrap#flg-wrap button:focus-visible{
  outline: 3px solid rgba(37, 99, 235, .34);
  outline-offset: 3px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-icon-btn, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-result{
  min-height: 46px;
  padding: 12px 16px;
  font-size: 14px;
  box-shadow: var(--flg-shadow-small);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn-primary{
  background: var(--flg-button);
  color: #fff;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn-soft, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-more-toggle{
  background: rgba(255, 255, 255, .86);
  color: var(--flg-primary);
  border: 1px solid rgba(124, 58, 237, .20);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn-dark{
  background: #111827;
  color: #fff;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-filter-zone{
  margin-top: 16px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip{
  min-height: 40px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, .76);
  color: var(--flg-body);
  border: 1px solid rgba(124, 58, 237, .16);
  box-shadow: 0 8px 18px rgba(76, 29, 149, .07);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-chip-active{
  background: var(--flg-button);
  color: #fff;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-search-label{
  margin-top: 4px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-more-toggle{
  width: 100%;
  margin-top: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-more-panel{
  display: grid;
  gap: 14px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(124, 58, 237, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .46);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-option{
  min-width: 0;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-toggle-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-switch{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 96px;
  min-height: 44px;
  padding: 6px 12px 6px 7px;
  background: var(--flg-button);
  color: #fff;
  box-shadow: var(--flg-shadow-small);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-switch[aria-pressed="false"]{
  background: #64748b;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-switch-dot{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(17, 24, 39, .18);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-switch-text{
  font-size: 13px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range{
  width: 100%;
  height: 38px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5b21b6, #2563eb, #fb5f8d);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5b21b6, #2563eb, #fb5f8d);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-webkit-slider-thumb{
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--flg-primary);
  box-shadow: 0 8px 18px rgba(76, 29, 149, .22);
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--flg-primary);
  box-shadow: 0 8px 18px rgba(76, 29, 149, .22);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-card{
  margin-top: 18px;
  padding: 16px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-head, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-head{
  display: flex;
  flex-direction: column;
  gap: 12px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-section-title{
  margin: 0;
  color: var(--flg-ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-section-note{
  margin: 5px 0 0;
  color: var(--flg-muted);
  font-size: 13px;
  line-height: 1.45;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-icon-btn{
  background: rgba(255, 255, 255, .86);
  color: var(--flg-primary);
  border: 1px solid rgba(124, 58, 237, .18);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage{
  display: grid;
  place-items: center;
  min-height: 210px;
  margin-top: 14px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .58);
  overflow: auto;
  background:
    linear-gradient(135deg, rgba(76, 29, 149, .94), rgba(37, 99, 235, .88) 54%, rgba(251, 95, 141, .86)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .25), transparent 30%);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage[data-flg-theme="midnight"]{
  background: linear-gradient(135deg, #111827, #312e81 55%, #831843);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage[data-flg-theme="candy"]{
  background: linear-gradient(135deg, #fff1f2, #dbeafe 48%, #fae8ff);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage[data-flg-theme="clean"]{
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-text{
  max-width: 100%;
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  text-shadow: 0 4px 0 rgba(17, 24, 39, .16), 0 18px 34px rgba(17, 24, 39, .30);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage[data-flg-theme="candy"] .flg-preview-text, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage[data-flg-theme="clean"] .flg-preview-text{
  color: var(--flg-primary);
  text-shadow: 0 2px 0 rgba(255, 255, 255, .72), 0 14px 28px rgba(76, 29, 149, .18);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-text.flg-no-decoration{
  text-shadow: none;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-section{
  margin-top: 18px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-card{
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 248px;
  padding: 15px;
  border: 1px solid var(--flg-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 38px rgba(76, 29, 149, .10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-top{
  min-height: 48px;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-label{
  margin: 0;
  color: var(--flg-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-meta{
  margin: 5px 0 0;
  color: var(--flg-muted);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-result-output{
  flex: 1 1 auto;
  min-height: 0;
  max-height: 118px;
  margin: 12px 0;
  padding: 12px;
  border-radius: 16px;
  background: rgba(248, 250, 252, .92);
  color: var(--flg-ink);
  font-size: 20px;
  line-height: 1.4;
  overflow: auto;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-copy-result{
  width: 100%;
  flex: 0 0 auto;
  background: var(--flg-button);
  color: #fff;
}.tc-wp-tool-root #flg-wrap#flg-wrap .flg-success{
  background: #16a34a !important;
  color: #fff !important;
}.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;
  pointer-events: none;
  max-width: min(92vw, 420px);
  padding: 15px 20px;
  border-radius: 18px;
  background: rgba(17, 24, 39, .96);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  opacity: 0;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .30);
  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);
}.tc-wp-tool-root #flg-wrap#flg-wrap svg, .tc-wp-tool-root #flg-wrap#flg-wrap canvas{
  max-width: 100%;
}@media (min-width: 640px) {.tc-wp-tool-root #flg-wrap#flg-wrap .flg-shell{
    padding: 42px 22px 54px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-actions-row, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-actions{
    flex-direction: row;
    flex-wrap: wrap;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-btn{
    flex: 1 1 0;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-icon-btn{
    min-width: 104px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-head{
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #flg-wrap#flg-wrap .flg-input-panel, .tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-card{
    padding: 22px;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-more-panel{
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-results-head{
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }.tc-wp-tool-root #flg-wrap#flg-wrap .flg-preview-stage{
    min-height: 250px;
  }}@media (min-width: 1024px) {.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-tool-wrap {}