@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 #acng-wrap#acng-wrap, .tc-wp-tool-root #acng-wrap#acng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap{
  --acng-primary: #2563eb;
  --acng-secondary: #0f766e;
  --acng-bg: #eef7ff;
  --acng-card: #ffffff;
  --acng-heading: #0f172a;
  --acng-body: #475569;
  --acng-muted: #64748b;
  --acng-border: #dbeafe;
  --acng-border-strong: #bfdbfe;
  --acng-gradient: linear-gradient(135deg, #2563eb, #0f766e);
  --acng-shadow: 0 18px 50px rgba(15, 23, 42, 0.09);
  --acng-soft-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
  width: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 24px 14px 32px !important;
  position: relative !important;
  overflow-x: hidden !important;
  background: linear-gradient(180deg, #eef7ff 0%, #f8fbff 48%, #ffffff 100%) !important;
  color: var(--acng-body) !important;
  font-family: "Inter", Arial, sans-serif !important;
  line-height: 1.5 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap button, .tc-wp-tool-root #acng-wrap#acng-wrap input, .tc-wp-tool-root #acng-wrap#acng-wrap select, .tc-wp-tool-root #acng-wrap#acng-wrap textarea{
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid var(--acng-border-strong) !important;
  background: #ffffff !important;
  color: var(--acng-heading) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  outline: none !important;
  box-shadow: none !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap button:focus-visible, .tc-wp-tool-root #acng-wrap#acng-wrap input:focus-visible, .tc-wp-tool-root #acng-wrap#acng-wrap select:focus-visible, .tc-wp-tool-root #acng-wrap#acng-wrap textarea:focus-visible{
  border-color: var(--acng-primary) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18) !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-hero{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 0 4px !important;
  text-align: center !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-title{
  margin: 0 auto 10px !important;
  max-width: 900px !important;
  color: var(--acng-heading) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-subtitle{
  margin: 0 auto !important;
  max-width: 720px !important;
  color: var(--acng-body) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: clamp(15px, 2vw, 18px) !important;
  line-height: 1.55 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-panel, .tc-wp-tool-root #acng-wrap#acng-wrap .acng-results, .tc-wp-tool-root #acng-wrap#acng-wrap .acng-more, .tc-wp-tool-root #acng-wrap#acng-wrap .acng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid var(--acng-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--acng-shadow) !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-panel{
  padding: 16px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-control{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-label{
  color: var(--acng-heading) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-select{
  width: 100% !important;
  max-width: 100% !important;
  min-height: 46px !important;
  padding: 12px 38px 12px 14px !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(45deg, transparent 50%, #2563eb 50%), linear-gradient(135deg, #2563eb 50%, transparent 50%) !important;
  background-position: calc(100% - 19px) 19px, calc(100% - 13px) 19px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  color: var(--acng-heading) !important;
  border: 1px solid var(--acng-border-strong) !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-family: "Inter", Arial, sans-serif !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 2px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-btn{
  width: 100% !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-btn-primary{
  border: 1px solid rgba(37, 99, 235, 0.2) !important;
  background: var(--acng-gradient) !important;
  color: #ffffff !important;
  box-shadow: var(--acng-soft-shadow) !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-btn-primary:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.2) !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-btn-primary:active{
  transform: translateY(1px) !important;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.16) !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-btn-secondary{
  background: #f8fbff !important;
  color: #1e40af !important;
  border: 1px solid var(--acng-border-strong) !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-btn-secondary:hover{
  background: #eaf5ff !important;
  border-color: #93c5fd !important;
  color: #0f172a !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-btn-small{
  width: auto !important;
  min-height: 38px !important;
  padding: 9px 12px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-summary{
  margin: 2px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--acng-border) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #f8fbff, #ecfeff) !important;
  color: var(--acng-body) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-results{
  padding: 16px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-results-head{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-section-title{
  margin: 0 !important;
  color: var(--acng-heading) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: clamp(20px, 3vw, 26px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-status{
  margin: 5px 0 0 !important;
  color: var(--acng-muted) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-toolbar{
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-saved-count{
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  border: 1px solid var(--acng-border) !important;
  background: #f8fbff !important;
  color: var(--acng-body) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-saved-count strong{
  color: var(--acng-heading) !important;
  font-weight: 800 !important;
  margin-left: 4px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-results-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-empty{
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  padding: 22px 14px !important;
  border: 1px dashed #bfdbfe !important;
  border-radius: 14px !important;
  background: #f8fbff !important;
  color: var(--acng-muted) !important;
  text-align: center !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-name-card{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0 !important;
  padding: 14px !important;
  border: 1px solid var(--acng-border) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-name-card:hover{
  transform: translateY(-2px) !important;
  border-color: #93c5fd !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.1) !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-name-text{
  margin: 0 !important;
  color: var(--acng-heading) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-meta{
  margin: -4px 0 0 !important;
  color: var(--acng-muted) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-card-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: auto !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-card-btn{
  min-height: 38px !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  background: #f8fbff !important;
  color: #1e40af !important;
  border: 1px solid var(--acng-border-strong) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-card-btn:hover{
  background: #eaf5ff !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-card-btn.acng-is-saved{
  background: #ecfdf5 !important;
  border-color: #99f6e4 !important;
  color: #0f766e !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-more{
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-more-summary{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 15px 16px !important;
  cursor: pointer !important;
  color: var(--acng-heading) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  list-style: none !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-more-summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-more-summary::after{
  content: "+" !important;
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #eff6ff !important;
  color: var(--acng-primary) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-more[open] .acng-more-summary::after{
  content: "-" !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-more-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-helper{
  padding: 16px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-steps{
  margin: 12px 0 0 !important;
  padding-left: 20px !important;
  color: var(--acng-body) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-steps li{
  margin: 4px 0 !important;
  padding-left: 2px !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-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;
  max-width: calc(100% - 28px) !important;
  padding: 12px 16px !important;
  border-radius: 999px !important;
  background: #0f172a !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #acng-wrap#acng-wrap .acng-toast.acng-toast-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (min-width: 640px) {.tc-wp-tool-root #acng-wrap#acng-wrap{
    padding: 28px 18px 40px !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-actions{
    grid-template-columns: 1fr 1fr !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-results-head{
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-toolbar{
    justify-content: flex-end !important;
    width: auto !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #acng-wrap#acng-wrap .acng-panel, .tc-wp-tool-root #acng-wrap#acng-wrap .acng-results, .tc-wp-tool-root #acng-wrap#acng-wrap .acng-helper{
    padding: 22px !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-controls{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: end !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-actions{
    grid-column: span 2 !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-summary{
    grid-column: span 2 !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-more-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding: 0 22px 22px !important;
  }.tc-wp-tool-root #acng-wrap#acng-wrap .acng-more-summary{
    padding: 18px 22px !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #acng-wrap#acng-wrap .acng-results-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 .acng-wrap {}