@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 #shng-wrap#shng-wrap, .tc-wp-tool-root #shng-wrap#shng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap{
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  padding: 24px 14px !important;
  margin: 0 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  color: #102033 !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(24, 117, 255, 0.24), transparent 34%),
    radial-gradient(circle at 86% 0%, rgba(229, 43, 69, 0.18), transparent 32%),
    linear-gradient(135deg, #071326 0%, #10264a 42%, #f6f9ff 42.2%, #eef4ff 100%) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-hero{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto 18px auto !important;
  padding: 8px 0 4px 0 !important;
  text-align: center !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-kicker{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 10px 0 !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 214, 102, 0.55) !important;
  border-radius: 999px !important;
  color: #ffe08a !important;
  background: rgba(7, 19, 38, 0.72) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-title{
  margin: 0 auto !important;
  max-width: 900px !important;
  color: #ffffff !important;
  font-size: clamp(28px, 5vw, 48px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.3) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-subtitle{
  max-width: 720px !important;
  margin: 12px auto 0 auto !important;
  color: #dbeafe !important;
  font-size: clamp(15px, 2.2vw, 18px) !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  text-align: center !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-panel, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-results, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-more, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-help{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-panel{
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 16px !important;
  border: 1px solid rgba(188, 205, 230, 0.92) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 24px 70px rgba(9, 24, 48, 0.22) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-controls{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-control{
  min-width: 0 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-label{
  display: block !important;
  margin: 0 0 7px 0 !important;
  color: #263b57 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-select, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-input{
  appearance: none !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 11px 42px 11px 13px !important;
  border: 1px solid #c8d5e7 !important;
  border-radius: 12px !important;
  outline: none !important;
  color: #102033 !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(45deg, transparent 50%, #1d4ed8 50%), linear-gradient(135deg, #1d4ed8 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
  box-shadow: 0 1px 0 rgba(16, 32, 51, 0.04) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-input{
  padding-right: 13px !important;
  background-image: none !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-select:focus, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-input:focus, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-btn:focus-visible, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-more-summary:focus-visible{
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-input::placeholder{
  color: #7b8ba1 !important;
  opacity: 1 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-actions{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 2px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-btn{
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 16px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-btn-primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, #e52b45 0%, #2563eb 58%, #0ea5e9 100%) !important;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.18) inset !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-btn-secondary{
  color: #123a7a !important;
  background: #f7fbff !important;
  border-color: #bfd0e8 !important;
  box-shadow: 0 8px 18px rgba(18, 58, 122, 0.08) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-btn-ghost{
  color: #5a1930 !important;
  background: #fff7f7 !important;
  border-color: #f3c4cc !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-btn:hover{
  transform: translateY(-1px) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-btn:active{
  transform: translateY(0) scale(0.99) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-preview{
  padding: 16px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(37, 99, 235, 0.18) !important;
  color: #ffffff !important;
  background:
    linear-gradient(135deg, rgba(7, 19, 38, 0.96), rgba(18, 58, 122, 0.96)),
    radial-gradient(circle at 90% 20%, rgba(255, 214, 102, 0.26), transparent 38%) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-preview-badge{
  display: inline-flex !important;
  margin: 0 0 12px 0 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  color: #071326 !important;
  background: #ffd666 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-preview-title{
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-preview-text{
  margin: 9px 0 14px 0 !important;
  color: #dbeafe !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-mini-stats{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-mini-stats span{
  display: inline-flex !important;
  padding: 6px 9px !important;
  border-radius: 999px !important;
  color: #eaf2ff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-results{
  margin-top: 16px !important;
  padding: 16px !important;
  border: 1px solid rgba(199, 213, 232, 0.95) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 50px rgba(9, 24, 48, 0.13) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-results-head{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  margin-bottom: 14px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-section-title, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-help-title, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-favorites-title{
  margin: 0 !important;
  color: #102033 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-results-note, .tc-wp-tool-root #shng-wrap#shng-wrap .shng-help-text{
  margin: 6px 0 0 0 !important;
  color: #52657d !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-output{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  min-height: 74px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-placeholder{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 74px !important;
  padding: 18px !important;
  border: 1px dashed #b9c8dc !important;
  border-radius: 16px !important;
  color: #5a6f89 !important;
  background: #f8fbff !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  text-align: center !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-card{
  display: flex !important;
  flex-direction: column !important;
  min-height: 174px !important;
  padding: 15px !important;
  border: 1px solid #d7e1ee !important;
  border-radius: 16px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.08) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-card:hover{
  transform: translateY(-2px) !important;
  border-color: #9fb8dc !important;
  box-shadow: 0 16px 32px rgba(16, 32, 51, 0.12) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-card-top{
  display: flex !important;
  justify-content: space-between !important;
  gap: 10px !important;
  align-items: flex-start !important;
  margin-bottom: 10px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-name{
  margin: 0 !important;
  color: #081a31 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-label-pill{
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 10px 0 !important;
  padding: 6px 9px !important;
  border-radius: 999px !important;
  color: #123a7a !important;
  background: #eaf2ff !important;
  border: 1px solid #c8dcff !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-meaning{
  flex: 1 !important;
  margin: 0 0 14px 0 !important;
  color: #42566d !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-card-actions{
  display: grid !important;
  grid-template-columns: 1fr 46px !important;
  gap: 8px !important;
  margin-top: auto !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-card-actions .shng-btn{
  min-height: 40px !important;
  padding: 9px 12px !important;
  font-size: 14px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-fav-btn{
  color: #6c4a00 !important;
  background: #fff8dc !important;
  border-color: #f5d56a !important;
  font-size: 18px !important;
  padding: 8px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-fav-btn[aria-pressed="true"]{
  color: #071326 !important;
  background: #ffd666 !important;
  border-color: #e0ad17 !important;
  box-shadow: 0 10px 22px rgba(224, 173, 23, 0.22) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-favorites{
  margin-top: 16px !important;
  padding-top: 14px !important;
  border-top: 1px solid #e3ebf6 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-favorites-list{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 10px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-fav-chip{
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 10px !important;
  border: 1px solid #f0c84a !important;
  border-radius: 999px !important;
  color: #2a2200 !important;
  background: #fff8dc !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-more{
  margin-top: 14px !important;
  border: 1px solid rgba(199, 213, 232, 0.95) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 30px rgba(9, 24, 48, 0.1) !important;
  overflow: hidden !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-more-summary{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 48px !important;
  padding: 14px 16px !important;
  color: #123a7a !important;
  background: #f7fbff !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  outline: none !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-more-fields{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 14px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-help{
  margin-top: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(199, 213, 232, 0.95) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-help-title{
  font-size: 17px !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-toast{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  transform: translate(-50%, 18px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  max-width: min(92vw, 360px) !important;
  padding: 12px 15px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: #071326 !important;
  border: 1px solid rgba(255, 214, 102, 0.5) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  text-align: center !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #shng-wrap#shng-wrap .shng-toast.shng-toast-show{
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}@media (max-width: 767px) {.tc-wp-tool-root #shng-wrap#shng-wrap .shng-advanced-control{
    display: none !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-preview{
    display: none !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-copy-all{
    order: 2 !important;
  }}@media (min-width: 640px) {.tc-wp-tool-root #shng-wrap#shng-wrap{
    padding: 28px 18px !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-control-wide{
    grid-column: span 2 !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-actions{
    grid-column: span 2 !important;
    grid-template-columns: 1.2fr 1fr 1fr !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-results-head{
    flex-direction: row !important;
    align-items: center !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-copy-all{
    width: auto !important;
    min-width: 132px !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-output{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #shng-wrap#shng-wrap .shng-panel{
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr) !important;
    align-items: stretch !important;
    padding: 18px !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-more{
    display: none !important;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #shng-wrap#shng-wrap{
    padding: 34px 22px !important;
  }.tc-wp-tool-root #shng-wrap#shng-wrap .shng-output{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1160px) {.tc-wp-tool-root #shng-wrap#shng-wrap .shng-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 .shng-tool-wrap {}