@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 #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{
  --cng-primary: #0f766e;
  --cng-primary-2: #2563eb;
  --cng-secondary: #10b981;
  --cng-gold: #c89b3c;
  --cng-heading: #0f172a;
  --cng-text: #475569;
  --cng-muted: #64748b;
  --cng-border: #cbd5e1;
  --cng-soft: rgba(255, 255, 255, 0.86);
  --cng-shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 28px 14px !important;
  margin: 0 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: var(--cng-text) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(16, 185, 129, 0.18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(37, 99, 235, 0.15), transparent 32%),
    linear-gradient(135deg, #eefdf8 0%, #eff6ff 52%, #f8fafc 100%) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap button, .tc-wp-tool-root #cng-wrap#cng-wrap input, .tc-wp-tool-root #cng-wrap#cng-wrap select, .tc-wp-tool-root #cng-wrap#cng-wrap textarea{
  font: inherit !important;
  margin: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap button{
  cursor: pointer !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero, .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{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell{
  position: relative !important;
  z-index: 1 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero{
  text-align: center !important;
  padding: 8px 0 18px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero h1{
  margin: 0 auto 8px !important;
  max-width: 820px !important;
  color: var(--cng-heading) !important;
  font-size: clamp(1.55rem, 5vw, 2.55rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero p{
  margin: 0 auto !important;
  max-width: 760px !important;
  color: var(--cng-text) !important;
  font-size: 1rem !important;
  line-height: 1.55 !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{
  background: var(--cng-soft) !important;
  border: 1px solid rgba(148, 163, 184, 0.5) !important;
  border-radius: 18px !important;
  box-shadow: var(--cng-shadow) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel{
  padding: 16px !important;
  margin-top: 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-main-controls, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-option-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control{
  min-width: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-control label{
  display: block !important;
  margin: 0 0 6px !important;
  color: var(--cng-heading) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !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;
  appearance: none !important;
  border: 1px solid var(--cng-border) !important;
  border-radius: 12px !important;
  background-color: rgba(255, 255, 255, 0.96) !important;
  color: var(--cng-heading) !important;
  padding: 10px 38px 10px 12px !important;
  font-size: 0.96rem !important;
  outline: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-select{
  background-image: linear-gradient(45deg, transparent 50%, var(--cng-primary) 50%), linear-gradient(135deg, var(--cng-primary) 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-select:focus, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-input:focus{
  border-color: var(--cng-primary) !important;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.16) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-items: end !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn{
  min-height: 46px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  padding: 10px 14px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:focus-visible{
  outline: 3px solid rgba(37, 99, 235, 0.34) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--cng-primary), var(--cng-primary-2)) !important;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.24) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary:hover{
  box-shadow: 0 16px 30px rgba(15, 118, 110, 0.3) !important;
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary:active, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary:active{
  transform: translateY(1px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary{
  color: var(--cng-primary) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(15, 118, 110, 0.28) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary:hover{
  background: #ecfdf5 !important;
  border-color: rgba(15, 118, 110, 0.52) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
  margin-top: 14px !important;
  padding: 16px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-head{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results h2, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-options h2, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper h2{
  margin: 0 !important;
  color: var(--cng-heading) !important;
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap #cng-result-note{
  margin: 4px 0 0 !important;
  color: var(--cng-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.4 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-copy-all{
  flex: 0 0 auto !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-result-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-card{
  display: grid !important;
  gap: 8px !important;
  padding: 13px !important;
  border: 1px solid rgba(148, 163, 184, 0.5) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06) !important;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name{
  margin: 0 !important;
  color: var(--cng-heading) !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-meta{
  margin: 0 !important;
  color: var(--cng-muted) !important;
  font-size: 0.82rem !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-card .cng-btn{
  justify-self: start !important;
  min-height: 38px !important;
  padding: 8px 11px !important;
  font-size: 0.86rem !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-options{
  margin-top: 14px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-options h2{
  margin-bottom: 12px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper{
  margin-top: 14px !important;
  padding: 15px 16px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper ol{
  margin: 10px 0 0 20px !important;
  padding: 0 !important;
  color: var(--cng-text) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper li{
  margin: 4px 0 !important;
  padding-left: 2px !important;
  line-height: 1.45 !important;
  font-size: 0.94rem !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  transform: translate(-50%, 14px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  min-width: 190px !important;
  max-width: calc(100vw - 28px) !important;
  padding: 12px 16px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: #0f172a !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.28) !important;
  text-align: center !important;
  font-size: 0.93rem !important;
  font-weight: 800 !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: translate(-50%, 0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #cng-wrap#cng-wrap{
    padding: 34px 18px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-main-controls, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-option-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
    padding: 20px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-main-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(160px, 220px) minmax(140px, 190px) !important;
    justify-content: center !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-option-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cng-wrap#cng-wrap{
    padding: 42px 24px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-hero{
    padding-bottom: 20px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-card:hover{
    transform: translateY(-2px) !important;
    border-color: rgba(15, 118, 110, 0.42) !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1) !important;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-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 .cng-tool-wrap {}