@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 #tng-wrap#tng-wrap{
  --tng-bg: #09070d !important;
  --tng-panel: rgba(19, 13, 28, 0.88) !important;
  --tng-panel-2: rgba(34, 18, 34, 0.76) !important;
  --tng-border: rgba(224, 177, 91, 0.23) !important;
  --tng-border-strong: rgba(255, 118, 72, 0.42) !important;
  --tng-text: #f6eee7 !important;
  --tng-muted: #c7b9c9 !important;
  --tng-soft: #9889a5 !important;
  --tng-crimson: #b8213f !important;
  --tng-ember: #f06f37 !important;
  --tng-violet: #7b3ff2 !important;
  --tng-gold: #d7ad63 !important;
  --tng-shadow: 0 18px 60px rgba(0, 0, 0, 0.42) !important;
  --tng-radius: 18px !important;
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  color: var(--tng-text) !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(123, 63, 242, 0.24), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(184, 33, 63, 0.22), transparent 30%),
    linear-gradient(145deg, #07060b 0%, #130b19 44%, #1a0b10 100%) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap, .tc-wp-tool-root #tng-wrap#tng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 28px 16px 34px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-hero{
  text-align: center !important;
  max-width: 850px !important;
  margin: 0 auto !important;
  padding: 10px 0 22px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-kicker{
  margin: 0 0 10px !important;
  color: var(--tng-gold) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-title{
  margin: 0 !important;
  color: var(--tng-text) !important;
  font-size: clamp(2rem, 6vw, 3.7rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  font-weight: 900 !important;
  text-shadow: 0 0 34px rgba(240, 111, 55, 0.18) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-subtitle{
  max-width: 720px !important;
  margin: 14px auto 0 !important;
  color: var(--tng-muted) !important;
  font-size: clamp(1rem, 2vw, 1.12rem) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-dashboard{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-panel{
  border: 1px solid var(--tng-border) !important;
  border-radius: var(--tng-radius) !important;
  background: linear-gradient(180deg, var(--tng-panel), rgba(12, 9, 18, 0.9)) !important;
  box-shadow: var(--tng-shadow) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-controls{
  display: grid !important;
  gap: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-control{
  display: grid !important;
  gap: 7px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-label{
  color: var(--tng-muted) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-select{
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 42px 12px 14px !important;
  border: 1px solid rgba(215, 173, 99, 0.28) !important;
  border-radius: 12px !important;
  color: var(--tng-text) !important;
  background:
    linear-gradient(45deg, transparent 50%, var(--tng-gold) 50%),
    linear-gradient(135deg, var(--tng-gold) 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(8, 7, 13, 0.9) !important;
  background-position: calc(100% - 20px) 21px, calc(100% - 14px) 21px, 0 0, 0 0 !important;
  background-size: 6px 6px, 6px 6px, 100% 100%, 100% 100% !important;
  background-repeat: no-repeat !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  outline: none !important;
  appearance: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-select:focus{
  border-color: var(--tng-ember) !important;
  box-shadow: 0 0 0 4px rgba(240, 111, 55, 0.18) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn{
  min-height: 48px !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn:focus-visible{
  outline: 3px solid rgba(215, 173, 99, 0.72) !important;
  outline-offset: 3px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn:active{
  transform: translateY(1px) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--tng-crimson), var(--tng-violet) 54%, var(--tng-ember)) !important;
  box-shadow: 0 12px 30px rgba(184, 33, 63, 0.32) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-secondary, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-small{
  color: var(--tng-gold) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border-color: rgba(215, 173, 99, 0.34) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-secondary:hover, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-small:hover{
  border-color: var(--tng-border-strong) !important;
  background: rgba(240, 111, 55, 0.09) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-results{
  padding: 16px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-results-head{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-section-title, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-helper-title{
  margin: 0 !important;
  color: var(--tng-text) !important;
  font-size: 1.1rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-btn-small{
  min-height: 40px !important;
  padding: 9px 12px !important;
  font-size: 0.9rem !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-result-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-placeholder{
  min-height: 160px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px dashed rgba(215, 173, 99, 0.28) !important;
  border-radius: 14px !important;
  color: var(--tng-soft) !important;
  text-align: center !important;
  padding: 24px !important;
  background: rgba(255, 255, 255, 0.035) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-name-card{
  display: grid !important;
  gap: 9px !important;
  min-height: 150px !important;
  padding: 14px !important;
  border: 1px solid rgba(215, 173, 99, 0.2) !important;
  border-radius: 14px !important;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.065), rgba(123, 63, 242, 0.08)) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-name-top{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-name{
  color: #fff7ef !important;
  font-size: 1.08rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-copy{
  flex: 0 0 auto !important;
  min-width: 44px !important;
  min-height: 40px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(240, 111, 55, 0.38) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background: rgba(184, 33, 63, 0.22) !important;
  cursor: pointer !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-copy:focus-visible{
  outline: 3px solid rgba(240, 111, 55, 0.38) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-meaning{
  margin: 0 !important;
  color: var(--tng-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-meta{
  justify-self: start !important;
  margin-top: auto !important;
  padding: 5px 9px !important;
  border: 1px solid rgba(215, 173, 99, 0.25) !important;
  border-radius: 999px !important;
  color: var(--tng-gold) !important;
  background: rgba(215, 173, 99, 0.08) !important;
  font-size: 0.76rem !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-advanced{
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-summary{
  padding: 15px 16px !important;
  color: var(--tng-gold) !important;
  cursor: pointer !important;
  font-weight: 900 !important;
  outline: none !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-summary:focus-visible{
  box-shadow: inset 0 0 0 3px rgba(240, 111, 55, 0.25) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-advanced-grid{
  display: grid !important;
  gap: 14px !important;
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 14px auto 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(215, 173, 99, 0.18) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.035) !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-steps{
  display: grid !important;
  gap: 7px !important;
  margin: 10px 0 0 20px !important;
  padding: 0 !important;
  color: var(--tng-muted) !important;
  font-size: 0.94rem !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 999999 !important;
  max-width: min(360px, calc(100vw - 32px)) !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(215, 173, 99, 0.34) !important;
  border-radius: 14px !important;
  color: #fff7ef !important;
  background: rgba(13, 10, 18, 0.96) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(14px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #tng-wrap#tng-wrap .tng-toast.tng-toast-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #tng-wrap#tng-wrap .tng-shell{
    padding: 34px 20px 40px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-controls, .tc-wp-tool-root #tng-wrap#tng-wrap .tng-advanced-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #tng-wrap#tng-wrap .tng-dashboard{
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr) !important;
    grid-template-areas:
      "controls results"
      "advanced results"
      "actions results" !important;
    align-items: start !important;
    gap: 16px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-controls{
    grid-area: controls !important;
    grid-template-columns: 1fr !important;
    padding: 18px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-actions{
    grid-area: actions !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-results{
    grid-area: results !important;
    min-height: 512px !important;
    padding: 18px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-advanced{
    grid-area: advanced !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-advanced-grid{
    grid-template-columns: 1fr !important;
    padding: 0 18px 18px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-summary{
    padding: 16px 18px !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #tng-wrap#tng-wrap .tng-shell{
    padding: 42px 24px 46px !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-dashboard{
    grid-template-columns: 360px minmax(0, 1fr) !important;
  }.tc-wp-tool-root #tng-wrap#tng-wrap .tng-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !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 .tng-copy-all {}
.tc-wp-tool-root .tng-tool-wrap {}