@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 #fng-wrap#fng-wrap{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  padding: clamp(22px, 4vw, 54px) 16px !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(168, 85, 247, 0.24), transparent 32%),
    radial-gradient(circle at 80% 8%, rgba(245, 158, 11, 0.18), transparent 28%),
    linear-gradient(135deg, #070b24 0%, #15113a 44%, #25104a 100%) !important;
  color: #f8fafc !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  overflow-x: hidden !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap, .tc-wp-tool-root #fng-wrap#fng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap button, .tc-wp-tool-root #fng-wrap#fng-wrap input, .tc-wp-tool-root #fng-wrap#fng-wrap select, .tc-wp-tool-root #fng-wrap#fng-wrap textarea{
  font: inherit !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap button{
  cursor: pointer !important;
  border: 0 !important;
  background: transparent !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-inner, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-generator-panel, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-section, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper-section{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-inner{
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-hero{
  text-align: center !important;
  padding: 8px 0 4px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-title{
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.72rem, 4.8vw, 3.25rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-wrap: balance !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-subtitle{
  max-width: 720px !important;
  margin: 10px auto 0 !important;
  color: #d8d9ff !important;
  font-size: clamp(0.95rem, 2vw, 1.08rem) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-generator-panel, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-section, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper-section{
  border: 1px solid rgba(216, 180, 254, 0.2) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(18, 24, 62, 0.88), rgba(12, 16, 42, 0.86)) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.33), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-generator-panel{
  padding: clamp(16px, 3vw, 24px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-advanced-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-field{
  min-width: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-label{
  display: block !important;
  margin: 0 0 7px !important;
  color: #f3e8ff !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select{
  width: 100% !important;
  min-height: 46px !important;
  padding: 11px 42px 11px 13px !important;
  border: 1px solid rgba(196, 181, 253, 0.28) !important;
  border-radius: 12px !important;
  background: rgba(8, 13, 36, 0.76) !important;
  color: #ffffff !important;
  outline: none !important;
  appearance: auto !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-select:focus{
  border-color: #fbbf24 !important;
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.16) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 16px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-primary-btn, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-secondary-btn{
  min-height: 46px !important;
  width: 100% !important;
  padding: 11px 16px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-primary-btn{
  color: #ffffff !important;
  background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 48%, #d97706 100%) !important;
  box-shadow: 0 14px 36px rgba(124, 58, 237, 0.32) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-secondary-btn{
  color: #f9fafb !important;
  border: 1px solid rgba(216, 180, 254, 0.28) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-primary-btn:hover, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-secondary-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-primary-btn:focus-visible, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-secondary-btn:focus-visible{
  outline: 3px solid rgba(251, 191, 36, 0.5) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-options{
  margin-top: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-summary{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(216, 180, 254, 0.22) !important;
  border-radius: 12px !important;
  color: #fde68a !important;
  background: rgba(255, 255, 255, 0.06) !important;
  font-weight: 800 !important;
  list-style: none !important;
  cursor: pointer !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-more-summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-advanced-controls{
  margin-top: 14px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-section{
  padding: clamp(16px, 3vw, 24px) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-toolbar{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-title, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper-title{
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.22rem, 2.6vw, 1.7rem) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy-all-btn{
  max-width: 100% !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  min-height: 92px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-placeholder{
  margin: 0 !important;
  padding: 22px !important;
  border: 1px dashed rgba(216, 180, 254, 0.32) !important;
  border-radius: 14px !important;
  color: #c7d2fe !important;
  background: rgba(255, 255, 255, 0.045) !important;
  text-align: center !important;
  grid-column: 1 / -1 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-result-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
  min-width: 0 !important;
  padding: 15px !important;
  border: 1px solid rgba(196, 181, 253, 0.22) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(30, 27, 75, 0.74), rgba(17, 24, 39, 0.72)) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-result-card:hover{
  transform: translateY(-2px) !important;
  border-color: rgba(251, 191, 36, 0.38) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22) !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-result-top{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-name{
  min-width: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.04rem, 2.2vw, 1.22rem) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy-btn{
  flex: 0 0 auto !important;
  min-height: 36px !important;
  padding: 8px 11px !important;
  border: 1px solid rgba(251, 191, 36, 0.36) !important;
  border-radius: 10px !important;
  color: #fde68a !important;
  background: rgba(251, 191, 36, 0.1) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-meta{
  margin: 0 !important;
  color: #c4b5fd !important;
  font-size: 0.82rem !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-meaning{
  margin: 0 !important;
  color: #e5e7eb !important;
  font-size: 0.9rem !important;
  line-height: 1.48 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-helper-section{
  padding: 16px !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-steps{
  margin: 10px 0 0 !important;
  padding-left: 20px !important;
  color: #d8d9ff !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-steps li{
  margin: 6px 0 !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 999999 !important;
  max-width: min(320px, calc(100vw - 32px)) !important;
  padding: 12px 15px !important;
  border: 1px solid rgba(251, 191, 36, 0.38) !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  background: rgba(15, 23, 42, 0.96) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38) !important;
  opacity: 0 !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #fng-wrap#fng-wrap .fng-toast.fng-toast-visible{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-advanced-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-toolbar{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
    display: grid !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-toolbar{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-copy-all-btn{
    width: auto !important;
    min-width: 150px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 940px) {.tc-wp-tool-root #fng-wrap#fng-wrap .fng-generator-panel{
    display: grid !important;
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-controls, .tc-wp-tool-root #fng-wrap#fng-wrap .fng-advanced-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-actions{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    max-width: 520px !important;
  }.tc-wp-tool-root #fng-wrap#fng-wrap .fng-results-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root #fng-wrap#fng-wrap *{
    transition: none !important;
    scroll-behavior: auto !important;
  }}.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 .fng-tool-root {}