@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 #aidng-wrap{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #0f172a !important;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 42%, #ecfeff 100%) !important;
  padding: clamp(22px, 4vw, 52px) 16px !important;
  overflow-x: hidden !important;
  --aidng-blue: #2563eb;
  --aidng-indigo: #4f46e5;
  --aidng-cyan: #06b6d4;
  --aidng-slate: #0f172a;
  --aidng-muted: #64748b;
  --aidng-border: #dbe7f5;
  --aidng-card: rgba(255,255,255,.94);
  --aidng-emerald: #10b981;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap *, .tc-wp-tool-root #aidng-wrap#aidng-wrap *::before, .tc-wp-tool-root #aidng-wrap#aidng-wrap *::after{
  box-sizing: border-box !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap input, .tc-wp-tool-root #aidng-wrap#aidng-wrap select, .tc-wp-tool-root #aidng-wrap#aidng-wrap textarea, .tc-wp-tool-root #aidng-wrap#aidng-wrap button{
  font: inherit !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-hero{
  text-align: center !important;
  max-width: 820px !important;
  margin: 0 auto 22px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-title{
  margin: 0 !important;
  color: var(--aidng-slate) !important;
  font-size: clamp(28px, 4.2vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-subtitle{
  margin: 12px auto 0 !important;
  color: #475569 !important;
  font-size: clamp(15px, 2vw, 18px) !important;
  line-height: 1.55 !important;
  max-width: 680px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-panel{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: var(--aidng-card) !important;
  border: 1px solid rgba(148, 163, 184, .28) !important;
  border-radius: 22px !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .11) !important;
  padding: clamp(16px, 3vw, 28px) !important;
  backdrop-filter: blur(12px) !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-controls, .tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-more-panel{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-control{
  min-width: 0 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-label{
  display: block !important;
  margin: 0 0 7px !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-input, .tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-select{
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid var(--aidng-border) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  padding: 12px 14px !important;
  outline: none !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .03) !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-input:focus, .tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-select:focus{
  border-color: var(--aidng-blue) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .14) !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-actions{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 16px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid transparent !important;
  padding: 11px 16px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--aidng-blue), var(--aidng-indigo) 55%, var(--aidng-cyan)) !important;
  box-shadow: 0 14px 30px rgba(37, 99, 235, .28) !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-btn-secondary{
  color: #1d4ed8 !important;
  background: #f8fbff !important;
  border-color: #cfe0f6 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-btn-small{
  min-height: 40px !important;
  padding: 9px 12px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-btn:hover:not(:disabled){
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .12) !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-btn:active:not(:disabled){
  transform: translateY(0) scale(.99) !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-btn:focus-visible{
  outline: 3px solid rgba(6, 182, 212, .35) !important;
  outline-offset: 2px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-btn:disabled{
  opacity: .5 !important;
  cursor: not-allowed !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-results-section{
  margin-top: 18px !important;
  border-top: 1px solid #e5edf7 !important;
  padding-top: 18px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-results-head{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-section-title, .tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-helper-title{
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-count-text{
  margin: 5px 0 0 !important;
  color: var(--aidng-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-toolbar{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-placeholder{
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-height: 120px !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  border: 1px dashed #bdd3ee !important;
  border-radius: 18px !important;
  background: #f8fbff !important;
  color: #475569 !important;
  padding: 24px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  background: #ffffff !important;
  border: 1px solid #dfe9f6 !important;
  border-radius: 18px !important;
  padding: 15px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-name-row{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-name{
  color: #0f172a !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-chip{
  flex: 0 0 auto !important;
  color: #047857 !important;
  background: #ecfdf5 !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 999px !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-meta{
  margin: 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-card-actions{
  display: flex !important;
  gap: 8px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-icon-btn{
  flex: 1 !important;
  min-height: 40px !important;
  border-radius: 12px !important;
  border: 1px solid #dbe7f5 !important;
  background: #f8fbff !important;
  color: #1e40af !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: background .18s ease, transform .18s ease, border-color .18s ease !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-icon-btn:hover{
  background: #eff6ff !important;
  border-color: #bfdbfe !important;
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-icon-btn[aria-pressed="true"]{
  color: #047857 !important;
  background: #ecfdf5 !important;
  border-color: #86efac !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-more{
  margin-top: 16px !important;
  border: 1px solid #dfe9f6 !important;
  border-radius: 18px !important;
  background: #fbfdff !important;
  overflow: hidden !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-more-summary{
  cursor: pointer !important;
  padding: 14px 16px !important;
  color: #1e3a8a !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-more-panel{
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-check{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 48px !important;
  padding: 12px 13px !important;
  border: 1px solid #dbe7f5 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-check input{
  width: 18px !important;
  height: 18px !important;
  accent-color: var(--aidng-blue) !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-helper{
  margin-top: 16px !important;
  padding: 16px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #f8fbff, #f0fdfa) !important;
  border: 1px solid #dbe7f5 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-steps{
  margin: 9px 0 0 18px !important;
  padding: 0 !important;
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 22px !important;
  transform: translateX(-50%) translateY(20px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 99999 !important;
  max-width: min(92vw, 420px) !important;
  padding: 12px 16px !important;
  border-radius: 999px !important;
  background: #0f172a !important;
  color: #ffffff !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .28) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: center !important;
  transition: opacity .22s ease, transform .22s ease !important;
}.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-toast.aidng-toast-show{
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-actions, .tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-results-head{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-actions{
    justify-content: flex-start !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-control-wide{
    grid-column: span 2 !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-more-panel{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-card-actions{
    justify-content: flex-end !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-icon-btn{
    flex: 0 0 auto !important;
    padding: 0 13px !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-controls{
    grid-template-columns: 2fr repeat(4, 1fr) !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-control-wide{
    grid-column: auto !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-results{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #aidng-wrap#aidng-wrap .aidng-more-panel{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: end !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 .aidng-wrap {}