@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{
  --cng-bg: #eeeafe;
  --cng-bg-2: #e7fbf8;
  --cng-card: rgba(255, 255, 255, 0.86);
  --cng-card-solid: #ffffff;
  --cng-text: #182033;
  --cng-muted: #667085;
  --cng-line: rgba(82, 73, 132, 0.18);
  --cng-indigo: #312e81;
  --cng-violet: #7c3aed;
  --cng-teal: #0f9f96;
  --cng-teal-dark: #08756f;
  --cng-soft: #f7f5ff;
  --cng-danger: #7f1d1d;
  --cng-shadow: 0 18px 48px rgba(36, 34, 88, 0.16);
  --cng-shadow-soft: 0 10px 28px rgba(36, 34, 88, 0.10);
  --cng-radius: 18px;
  --cng-radius-sm: 12px;
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: clamp(18px, 3vw, 38px) 14px !important;
  color: var(--cng-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background:
    radial-gradient(circle at 18% 4%, rgba(15, 159, 150, 0.20), transparent 28%),
    radial-gradient(circle at 86% 2%, rgba(124, 58, 237, 0.20), transparent 30%),
    linear-gradient(135deg, var(--cng-bg), var(--cng-bg-2)) !important;
  overflow-x: hidden !important;
}.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 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;
  color: inherit !important;
  margin: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap button{
  border: 0 !important;
  cursor: pointer !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap select{
  appearance: none !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-shell{
  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{
  width: 100% !important;
  max-width: 850px !important;
  margin: 0 auto clamp(16px, 2.5vw, 26px) !important;
  text-align: center !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-title{
  margin: 0 !important;
  color: #17143f !important;
  font-size: clamp(1.65rem, 4.8vw, 3rem) !important;
  line-height: 1.08 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-subtitle{
  max-width: 720px !important;
  margin: 10px auto 0 !important;
  color: #475467 !important;
  font-size: clamp(0.95rem, 2.3vw, 1.08rem) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-generator{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: calc(var(--cng-radius) + 6px) !important;
  background: rgba(255, 255, 255, 0.42) !important;
  box-shadow: var(--cng-shadow) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel{
  min-width: 0 !important;
  border: 1px solid var(--cng-line) !important;
  border-radius: var(--cng-radius) !important;
  background: var(--cng-card) !important;
  box-shadow: var(--cng-shadow-soft) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls-panel{
  padding: 16px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-panel{
  padding: 16px !important;
  background: rgba(255, 255, 255, 0.92) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel-head, .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-panel-title{
  margin: 0 !important;
  color: #1f1b55 !important;
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel-note{
  margin: 4px 0 0 !important;
  color: var(--cng-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.4 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls{
  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 7px !important;
  color: #2c3150 !important;
  font-size: 0.84rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-input{
  width: 100% !important;
  min-height: 46px !important;
  padding: 10px 38px 10px 12px !important;
  border: 1px solid rgba(49, 46, 129, 0.20) !important;
  border-radius: var(--cng-radius-sm) !important;
  background:
    linear-gradient(45deg, transparent 50%, #5b5f7a 50%) calc(100% - 18px) 19px / 6px 6px no-repeat,
    linear-gradient(135deg, #5b5f7a 50%, transparent 50%) calc(100% - 13px) 19px / 6px 6px no-repeat,
    #ffffff !important;
  color: var(--cng-text) !important;
  font-size: 0.95rem !important;
  line-height: 1.2 !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-input:focus{
  border-color: var(--cng-violet) !important;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.15) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-options{
  margin-top: 12px !important;
  border: 1px solid rgba(49, 46, 129, 0.14) !important;
  border-radius: var(--cng-radius-sm) !important;
  background: rgba(247, 245, 255, 0.72) !important;
  overflow: hidden !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary{
  min-height: 46px !important;
  padding: 13px 14px !important;
  color: var(--cng-indigo) !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  outline: none !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary:focus-visible{
  box-shadow: inset 0 0 0 3px rgba(15, 159, 150, 0.25) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-advanced-controls{
  padding: 0 12px 12px !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;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 11px 14px !important;
  border-radius: 13px !important;
  font-size: 0.94rem !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn:focus-visible{
  outline: 3px solid rgba(15, 159, 150, 0.38) !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-indigo), var(--cng-violet) 54%, var(--cng-teal)) !important;
  box-shadow: 0 14px 28px rgba(49, 46, 129, 0.25) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 34px rgba(49, 46, 129, 0.30) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-primary:active{
  transform: translateY(1px) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary{
  color: var(--cng-indigo) !important;
  border: 1px solid rgba(49, 46, 129, 0.22) !important;
  background: rgba(255, 255, 255, 0.82) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-btn-secondary:hover{
  border-color: rgba(15, 159, 150, 0.45) !important;
  background: #f8fffd !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-copy-all{
  width: auto !important;
  min-height: 40px !important;
  padding: 9px 12px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  min-height: 136px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-placeholder{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 132px !important;
  padding: 18px !important;
  border: 1px dashed rgba(49, 46, 129, 0.28) !important;
  border-radius: var(--cng-radius-sm) !important;
  color: #60657d !important;
  background: linear-gradient(135deg, rgba(247, 245, 255, 0.82), rgba(231, 251, 248, 0.62)) !important;
  font-size: 0.95rem !important;
  text-align: center !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-card{
  min-width: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(49, 46, 129, 0.14) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff, #fbfaff) !important;
  box-shadow: 0 8px 20px rgba(31, 27, 85, 0.07) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-name{
  margin: 0 !important;
  color: #17143f !important;
  font-size: 1.08rem !important;
  line-height: 1.28 !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-meta{
  margin: 5px 0 10px !important;
  color: var(--cng-muted) !important;
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-card-actions{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-mini-btn{
  min-height: 36px !important;
  flex: 1 1 auto !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(49, 46, 129, 0.16) !important;
  background: #ffffff !important;
  color: var(--cng-indigo) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-mini-btn:hover{
  border-color: rgba(15, 159, 150, 0.45) !important;
  background: #f5fffd !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-mini-btn:focus-visible{
  outline: 3px solid rgba(15, 159, 150, 0.30) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-fav[aria-pressed="true"]{
  color: #ffffff !important;
  border-color: var(--cng-teal-dark) !important;
  background: linear-gradient(135deg, var(--cng-teal), var(--cng-indigo)) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 16px auto 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(49, 46, 129, 0.13) !important;
  border-radius: var(--cng-radius) !important;
  background: rgba(255, 255, 255, 0.66) !important;
  box-shadow: var(--cng-shadow-soft) !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper-title{
  margin: 0 0 8px !important;
  color: #1f1b55 !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper-list{
  margin: 0 !important;
  padding-left: 20px !important;
  color: #475467 !important;
  font-size: 0.91rem !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-helper-list li{
  margin: 3px 0 !important;
  padding-left: 2px !important;
}.tc-wp-tool-root #cng-wrap#cng-wrap .cng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  z-index: 999999 !important;
  max-width: calc(100vw - 28px) !important;
  padding: 11px 14px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #1f1b55, #08756f) !important;
  box-shadow: 0 16px 34px rgba(24, 32, 51, 0.24) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 14px) !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: 520px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-essential-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !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-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #cng-wrap#cng-wrap{
    padding: clamp(24px, 4vw, 46px) 18px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-generator{
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.45fr) !important;
    gap: 16px !important;
    padding: 14px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls-panel, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-panel{
    padding: 18px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-options{
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-summary{
    display: none !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-options:not([open]) .cng-advanced-controls, .tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-options .cng-advanced-controls{
    display: grid !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-advanced-controls{
    padding: 0 !important;
    margin-top: 12px !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-generator{
    grid-template-columns: 360px minmax(0, 1fr) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (max-width: 767px) {.tc-wp-tool-root #cng-wrap#cng-wrap .cng-generator{
    display: flex !important;
    flex-direction: column !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-controls-panel{
    display: contents !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-panel-head{
    order: 1 !important;
    padding: 16px 16px 0 !important;
    margin: 0 !important;
    border: 1px solid var(--cng-line) !important;
    border-bottom: 0 !important;
    border-radius: var(--cng-radius) var(--cng-radius) 0 0 !important;
    background: var(--cng-card) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-essential-controls{
    order: 2 !important;
    padding: 14px 16px 0 !important;
    border-left: 1px solid var(--cng-line) !important;
    border-right: 1px solid var(--cng-line) !important;
    background: var(--cng-card) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-actions{
    order: 3 !important;
    margin: 0 !important;
    padding: 14px 16px 16px !important;
    border: 1px solid var(--cng-line) !important;
    border-top: 0 !important;
    border-radius: 0 0 var(--cng-radius) var(--cng-radius) !important;
    background: var(--cng-card) !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-results-panel{
    order: 4 !important;
  }.tc-wp-tool-root #cng-wrap#cng-wrap .cng-more-options{
    order: 5 !important;
    margin-top: 0 !important;
    background: rgba(255, 255, 255, 0.78) !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-results-note {}
.tc-wp-tool-root .cng-tool-wrap {}