@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 #swng-wrap#swng-wrap{
  --swng-bg: #050914 !important;
  --swng-panel: rgba(9, 18, 38, 0.82) !important;
  --swng-panel-2: rgba(13, 28, 58, 0.72) !important;
  --swng-text: #f4fbff !important;
  --swng-muted: #a8bed2 !important;
  --swng-cyan: #40e0ff !important;
  --swng-blue: #2f7cff !important;
  --swng-green: #54f2a7 !important;
  --swng-red: #ff4d79 !important;
  --swng-border: rgba(82, 218, 255, 0.24) !important;
  --swng-shadow: 0 24px 70px rgba(0, 0, 0, 0.45) !important;
  position: relative !important;
  width: 100% !important;
  overflow-x: hidden !important;
  padding: 28px 16px !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 15% 10%, rgba(64, 224, 255, 0.18), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(84, 242, 167, 0.12), transparent 24%),
    linear-gradient(135deg, #030711 0%, #071225 48%, #0b1020 100%) !important;
  color: var(--swng-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  box-sizing: border-box !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap *, .tc-wp-tool-root #swng-wrap#swng-wrap *::before, .tc-wp-tool-root #swng-wrap#swng-wrap *::after{
  box-sizing: border-box !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-hero{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 8px 0 20px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-title{
  margin: 0 !important;
  color: var(--swng-text) !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-subtitle{
  max-width: 760px !important;
  margin: 12px auto 0 !important;
  color: var(--swng-muted) !important;
  font-size: clamp(15px, 2vw, 18px) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-panel{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 380px) 1fr !important;
  gap: 18px !important;
  align-items: start !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-controls, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-results-panel, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-more, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-help{
  background: var(--swng-panel) !important;
  border: 1px solid var(--swng-border) !important;
  border-radius: 16px !important;
  box-shadow: var(--swng-shadow) !important;
  backdrop-filter: blur(16px) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-controls{
  padding: 18px !important;
  display: grid !important;
  gap: 14px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-field{
  display: grid !important;
  gap: 7px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-label{
  color: #dff7ff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-select, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-input{
  width: 100% !important;
  min-height: 44px !important;
  appearance: none !important;
  border: 1px solid rgba(110, 221, 255, 0.28) !important;
  border-radius: 12px !important;
  background: rgba(3, 11, 25, 0.82) !important;
  color: var(--swng-text) !important;
  padding: 10px 12px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  outline: none !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02) !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-select:focus, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-input:focus, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-btn:focus, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-icon-btn:focus, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-copy:focus, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav:focus, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-more-summary:focus{
  border-color: var(--swng-cyan) !important;
  box-shadow: 0 0 0 3px rgba(64, 224, 255, 0.22) !important;
  outline: none !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 4px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-btn, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-icon-btn, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-copy, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav{
  min-height: 42px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(110, 221, 255, 0.28) !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  transition: transform 150ms ease, border-color 150ms ease, filter 150ms ease, background 150ms ease !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-btn:hover, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-icon-btn:hover, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-copy:hover, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav:hover{
  transform: translateY(-1px) !important;
  border-color: rgba(64, 224, 255, 0.72) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-btn:active, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-icon-btn:active, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-copy:active, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav:active{
  transform: translateY(0) scale(0.98) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-btn-primary{
  background: linear-gradient(135deg, var(--swng-cyan), var(--swng-blue)) !important;
  color: #ffffff !important;
  border-color: rgba(141, 235, 255, 0.62) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-btn-secondary, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-icon-btn, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-copy, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav{
  background: rgba(8, 20, 43, 0.86) !important;
  color: #e8f9ff !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results-panel{
  padding: 18px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-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 #swng-wrap#swng-wrap .swng-results-title, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-help-title, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav-title{
  margin: 0 !important;
  color: var(--swng-text) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results-title{
  font-size: 22px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results-actions{
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-icon-btn{
  min-height: 36px !important;
  padding: 8px 11px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-height: 132px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-placeholder{
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  padding: 34px 18px !important;
  border: 1px dashed rgba(110, 221, 255, 0.32) !important;
  border-radius: 14px !important;
  color: var(--swng-muted) !important;
  text-align: center !important;
  background: rgba(0, 0, 0, 0.18) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-result-card{
  padding: 12px !important;
  border: 1px solid rgba(110, 221, 255, 0.22) !important;
  border-radius: 14px !important;
  background: var(--swng-panel-2) !important;
  display: grid !important;
  gap: 9px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-name{
  color: var(--swng-text) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-meta{
  color: var(--swng-muted) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-card-actions{
  display: grid !important;
  grid-template-columns: 1fr 44px !important;
  gap: 8px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav{
  color: var(--swng-green) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-result-card.swng-sith-card{
  border-color: rgba(255, 77, 121, 0.42) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 77, 121, 0.08) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-result-card.swng-sith-card .swng-fav{
  color: var(--swng-red) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-favorites{
  margin-top: 14px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(110, 221, 255, 0.16) !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav-title{
  font-size: 15px !important;
  margin-bottom: 8px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav-list{
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-fav-chip, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-empty-fav{
  border-radius: 999px !important;
  border: 1px solid rgba(110, 221, 255, 0.24) !important;
  background: rgba(3, 11, 25, 0.66) !important;
  color: #dff7ff !important;
  padding: 7px 10px !important;
  font-size: 13px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-more{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 18px auto 0 !important;
  padding: 0 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-more-summary{
  list-style: none !important;
  cursor: pointer !important;
  padding: 15px 18px !important;
  color: var(--swng-text) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  border-radius: 16px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-more-summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-more-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 0 18px 18px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-help{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 18px auto 0 !important;
  padding: 16px 18px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-help-title{
  font-size: 18px !important;
  margin-bottom: 8px !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-steps{
  margin: 0 !important;
  padding-left: 20px !important;
  color: var(--swng-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-toast{
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 999999 !important;
  max-width: min(360px, calc(100vw - 32px)) !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(110, 221, 255, 0.36) !important;
  background: rgba(3, 11, 25, 0.94) !important;
  color: var(--swng-text) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42) !important;
  opacity: 0 !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #swng-wrap#swng-wrap .swng-toast.swng-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (max-width: 980px) {.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (max-width: 767px) {.tc-wp-tool-root #swng-wrap#swng-wrap{
    padding: 20px 12px !important;
    border-radius: 14px !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-panel{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results-panel{
    order: 2 !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-actions{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results-head{
    align-items: flex-start !important;
    flex-direction: column !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results-actions{
    width: 100% !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-icon-btn{
    flex: 1 1 auto !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-results, .tc-wp-tool-root #swng-wrap#swng-wrap .swng-more-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-title{
    font-size: clamp(26px, 8vw, 36px) !important;
  }.tc-wp-tool-root #swng-wrap#swng-wrap .swng-toast{
    right: 12px !important;
    bottom: 12px !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 .swng-field-wide {}
.tc-wp-tool-root .swng-tool-wrap {}