@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@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 #xng-wrap#xng-wrap{
  --xng-bg-1: #061426;
  --xng-bg-2: #091c33;
  --xng-cyan: #23d8ff;
  --xng-green: #54f58b;
  --xng-violet: #9b7cff;
  --xng-text: #f2fbff;
  --xng-muted: #9fb5c8;
  --xng-line: rgba(126, 218, 255, 0.22);
  --xng-glass: rgba(9, 25, 45, 0.78);
  --xng-glass-2: rgba(16, 36, 62, 0.72);
  --xng-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
  overflow-x: hidden !important;
  color: var(--xng-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background:
    radial-gradient(circle at 14% 8%, rgba(35, 216, 255, 0.2), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(84, 245, 139, 0.14), transparent 30%),
    radial-gradient(circle at 50% 92%, rgba(155, 124, 255, 0.2), transparent 34%),
    linear-gradient(145deg, var(--xng-bg-1), var(--xng-bg-2) 52%, #06111f) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap, .tc-wp-tool-root #xng-wrap#xng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap h1, .tc-wp-tool-root #xng-wrap#xng-wrap h2, .tc-wp-tool-root #xng-wrap#xng-wrap p, .tc-wp-tool-root #xng-wrap#xng-wrap ol, .tc-wp-tool-root #xng-wrap#xng-wrap li{
  margin: 0 !important;
  padding: 0 !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap button, .tc-wp-tool-root #xng-wrap#xng-wrap input, .tc-wp-tool-root #xng-wrap#xng-wrap select{
  font: inherit !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 24px 14px 44px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-hero{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 18px 0 18px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-hero h1{
  font-size: clamp(2rem, 7vw, 4.6rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  color: var(--xng-text) !important;
  text-shadow: 0 0 28px rgba(35, 216, 255, 0.18) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-hero p{
  max-width: 720px !important;
  margin: 12px auto 0 !important;
  color: var(--xng-muted) !important;
  font-size: clamp(0.95rem, 2.5vw, 1.08rem) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-panel, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-results, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: linear-gradient(180deg, var(--xng-glass), rgba(5, 16, 30, 0.82)) !important;
  border: 1px solid var(--xng-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--xng-shadow) !important;
  backdrop-filter: blur(16px) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-panel{
  padding: 16px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-panel-head{
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-panel-head h2, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-results-bar h2, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-helper h2{
  color: var(--xng-text) !important;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-panel-head p, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-results-bar p{
  color: var(--xng-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-control-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-control{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-control span{
  color: #cdeeff !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-select, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-input{
  width: 100% !important;
  min-height: 46px !important;
  appearance: none !important;
  color: var(--xng-text) !important;
  background: rgba(3, 14, 27, 0.78) !important;
  border: 1px solid rgba(126, 218, 255, 0.28) !important;
  border-radius: 12px !important;
  padding: 11px 13px !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-select{
  background-image: linear-gradient(45deg, transparent 50%, var(--xng-cyan) 50%), linear-gradient(135deg, var(--xng-cyan) 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  padding-right: 36px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-input::placeholder{
  color: rgba(201, 229, 243, 0.55) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-select:focus, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-input:focus, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-btn:focus-visible{
  border-color: var(--xng-green) !important;
  outline: 3px solid rgba(35, 216, 255, 0.28) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-actions{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 14px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-btn{
  min-height: 44px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  padding: 10px 14px !important;
  cursor: pointer !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-btn-primary{
  color: #03111d !important;
  background: linear-gradient(135deg, var(--xng-cyan), var(--xng-green)) !important;
  box-shadow: 0 14px 32px rgba(35, 216, 255, 0.24) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-btn-secondary{
  color: #dff8ff !important;
  background: rgba(8, 26, 46, 0.78) !important;
  border-color: rgba(126, 218, 255, 0.28) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-results{
  margin-top: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-results-bar{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-copy-all{
  width: 100% !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-result-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-empty{
  min-height: 88px !important;
  display: grid !important;
  place-items: center !important;
  color: var(--xng-muted) !important;
  border: 1px dashed rgba(126, 218, 255, 0.24) !important;
  border-radius: 14px !important;
  background: rgba(3, 14, 27, 0.46) !important;
  text-align: center !important;
  padding: 18px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  min-width: 0 !important;
  padding: 14px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(126, 218, 255, 0.23) !important;
  background: linear-gradient(180deg, var(--xng-glass-2), rgba(6, 18, 33, 0.82)) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-name{
  color: var(--xng-text) !important;
  font-size: clamp(1.05rem, 4vw, 1.28rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-chip{
  align-self: flex-start !important;
  color: #071323 !important;
  background: linear-gradient(135deg, rgba(35, 216, 255, 0.95), rgba(155, 124, 255, 0.95)) !important;
  border-radius: 999px !important;
  padding: 5px 9px !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-card-actions{
  display: flex !important;
  gap: 8px !important;
  margin-top: auto !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-card-actions .xng-btn{
  flex: 1 1 0 !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  font-size: 0.86rem !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-faved{
  border-color: rgba(84, 245, 139, 0.72) !important;
  color: var(--xng-green) !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-more-options{
  margin-top: 14px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-helper{
  margin-top: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-helper ol{
  list-style-position: inside !important;
  display: grid !important;
  gap: 8px !important;
  margin-top: 10px !important;
  color: var(--xng-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  z-index: 999999 !important;
  transform: translate(-50%, 18px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  color: #03111d !important;
  background: linear-gradient(135deg, var(--xng-cyan), var(--xng-green)) !important;
  border-radius: 999px !important;
  padding: 11px 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.42) !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}.tc-wp-tool-root #xng-wrap#xng-wrap .xng-toast.xng-toast-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #xng-wrap#xng-wrap .xng-shell{
    padding: 30px 18px 54px !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-actions, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-results-bar{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-actions .xng-btn, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-copy-all{
    width: auto !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #xng-wrap#xng-wrap .xng-panel, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-results, .tc-wp-tool-root #xng-wrap#xng-wrap .xng-helper{
    padding: 20px !important;
    border-radius: 22px !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-control-wide{
    grid-column: span 2 !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #xng-wrap#xng-wrap .xng-shell{
    padding-top: 42px !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-hero{
    padding-bottom: 24px !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-control-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-more-options .xng-control-grid{
    grid-template-columns: 1fr 1fr 2fr !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-control-wide{
    grid-column: auto !important;
  }.tc-wp-tool-root #xng-wrap#xng-wrap .xng-result-grid{
    grid-template-columns: repeat(4, 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 .xng-wrap {}