@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 #cng-wrap#cng-wrap, .tc-wp-tool-root #cng-wrap#cng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  padding: 22px 14px 34px !important;
  margin: 0 !important;
  color: #eef7ff !important;
  font-family: "Inter", Arial, sans-serif !important;
  background:
    radial-gradient(circle at 15% 10%, rgba(34, 211, 238, 0.2), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(139, 92, 246, 0.2), transparent 28%),
    linear-gradient(145deg, #07111f 0%, #0c1728 48%, #111827 100%) !important;
  overflow: hidden !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-main{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero{
  text-align: center !important;
  padding: 6px 0 18px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-title{
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.55rem, 6vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-subtitle{
  max-width: 760px !important;
  margin: 10px auto 0 !important;
  color: #b8c7dc !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-main{
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-results, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper{
  width: 100% !important;
  background: rgba(15, 23, 42, 0.82) !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(16px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel{
  padding: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-panel{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-label{
  color: #d8e6f7 !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-select, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-input{
  width: 100% !important;
  min-height: 46px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(148, 163, 184, 0.32) !important;
  border-radius: 10px !important;
  color: #f8fbff !important;
  background: rgba(2, 8, 23, 0.62) !important;
  outline: none !important;
  font: inherit !important;
  font-size: 0.95rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-select:focus, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-input:focus, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:focus-visible, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary:focus-visible{
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.22) !important;
  outline: none !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn{
  min-height: 46px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  border: 1px solid transparent !important;
  font: inherit !important;
  font-size: 0.93rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  cursor: pointer !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease !important;
  touch-action: manipulation !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:active{
  transform: translateY(0) scale(0.99) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #06b6d4 0%, #7c3aed 100%) !important;
  box-shadow: 0 12px 28px rgba(34, 211, 238, 0.2) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary{
  color: #dff6ff !important;
  background: rgba(15, 23, 42, 0.72) !important;
  border-color: rgba(148, 163, 184, 0.35) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
  padding: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  margin-bottom: 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-section-title, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper-title, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-small-title{
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-status{
  margin: 5px 0 0 !important;
  color: #9fb2ca !important;
  font-size: 0.86rem !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-output{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-placeholder{
  padding: 20px 14px !important;
  color: #b8c7dc !important;
  text-align: center !important;
  border: 1px dashed rgba(148, 163, 184, 0.32) !important;
  border-radius: 12px !important;
  background: rgba(2, 8, 23, 0.38) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-card{
  display: grid !important;
  grid-template-columns: 1fr auto auto !important;
  gap: 8px !important;
  align-items: center !important;
  padding: 12px !important;
  border: 1px solid rgba(148, 163, 184, 0.2) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.72)) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name-text{
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-meta{
  display: block !important;
  margin-top: 4px !important;
  color: #a5f3fc !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-icon-btn{
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  color: #eff6ff !important;
  background: rgba(2, 8, 23, 0.54) !important;
  font-size: 1rem !important;
  cursor: pointer !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-icon-btn[aria-pressed="true"]{
  color: #bef264 !important;
  border-color: rgba(190, 242, 100, 0.55) !important;
  background: rgba(77, 124, 15, 0.18) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-saved{
  margin-top: 14px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(148, 163, 184, 0.18) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-saved-list{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 9px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-saved-chip{
  padding: 7px 10px !important;
  border-radius: 999px !important;
  color: #eaffd0 !important;
  background: rgba(132, 204, 22, 0.14) !important;
  border: 1px solid rgba(190, 242, 100, 0.34) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more{
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary{
  padding: 14px !important;
  color: #f8fbff !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  list-style: none !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary::after{
  content: "+" !important;
  float: right !important;
  color: #22d3ee !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more[open] .cng-more-summary::after{
  content: "–" !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-panel{
  padding: 0 14px 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper{
  padding: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper-list{
  margin: 9px 0 0 18px !important;
  padding: 0 !important;
  color: #b8c7dc !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-toast{
  position: fixed !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 999999 !important;
  max-width: calc(100vw - 28px) !important;
  padding: 11px 14px !important;
  color: #06111f !important;
  background: #67e8f9 !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32) !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-toast.cng-toast-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #cng-wrap#cng-wrap{
    padding: 26px 18px 42px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-panel{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control-wide{
    grid-column: 1 / -1 !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    grid-template-columns: 1fr 1fr !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-output{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head{
    flex-direction: row !important;
    align-items: center !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero{
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-results, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper{
    padding: 18px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    display: flex !important;
    justify-content: flex-end !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn{
    min-width: 150px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-output{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-panel{
    grid-template-columns: 1fr 1fr 2fr !important;
    padding: 0 18px 18px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control-wide{
    grid-column: auto !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary{
    padding: 16px 18px !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cng-wrap#cng-wrap{
    padding-top: 30px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-output{
    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 .cng-copy-all {}
.tc-wp-tool-root .cng-tool-wrap {}