@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 #lng-wrap#lng-wrap, .tc-wp-tool-root #lng-wrap#lng-wrap *{
  box-sizing: border-box !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap{
  --lng-primary: #263a8b;
  --lng-primary-dark: #172554;
  --lng-secondary: #0f9f8f;
  --lng-secondary-dark: #0f766e;
  --lng-bg-a: #eef5ff;
  --lng-bg-b: #e8f7f5;
  --lng-bg-c: #f8fafc;
  --lng-card: #ffffff;
  --lng-heading: #0f172a;
  --lng-body: #475569;
  --lng-muted: #64748b;
  --lng-border: #cbd5e1;
  --lng-border-soft: #e2e8f0;
  --lng-focus: rgba(15, 159, 143, 0.28);
  --lng-shadow: 0 20px 55px rgba(15, 23, 42, 0.11);
  --lng-shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.08);
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  background: linear-gradient(135deg, var(--lng-bg-a) 0%, var(--lng-bg-b) 48%, var(--lng-bg-c) 100%) !important;
  color: var(--lng-body) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  padding: clamp(24px, 4vw, 54px) 16px !important;
  overflow: hidden !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-shell{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-hero{
  text-align: center !important;
  max-width: 850px !important;
  margin: 0 auto clamp(20px, 3vw, 34px) !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-hero h1{
  margin: 0 0 10px !important;
  color: var(--lng-heading) !important;
  font-size: clamp(30px, 4.4vw, 54px) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-hero p{
  margin: 0 auto !important;
  max-width: 720px !important;
  color: var(--lng-body) !important;
  font-size: clamp(15px, 1.7vw, 18px) !important;
  line-height: 1.6 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-dashboard{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-areas:
    "controls"
    "results"
    "advanced" !important;
  gap: 16px !important;
  align-items: start !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-panel, .tc-wp-tool-root #lng-wrap#lng-wrap .lng-helper{
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(203, 213, 225, 0.9) !important;
  border-radius: 18px !important;
  box-shadow: var(--lng-shadow-soft) !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-controls{
  grid-area: controls !important;
  padding: 16px !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-results-panel{
  grid-area: results !important;
  padding: 16px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options{
  grid-area: advanced !important;
  padding: 0 !important;
  overflow: hidden !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-control-grid, .tc-wp-tool-root #lng-wrap#lng-wrap .lng-advanced-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 13px !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-field{
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-field label{
  color: var(--lng-heading) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-select{
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid var(--lng-border) !important;
  border-radius: 12px !important;
  background: #fff url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23475569' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  color: var(--lng-heading) !important;
  font: 600 14px/1.2 Inter, ui-sans-serif, system-ui, sans-serif !important;
  padding: 0 42px 0 13px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-select:focus{
  border-color: var(--lng-secondary) !important;
  box-shadow: 0 0 0 4px var(--lng-focus) !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-actions{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 14px !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn{
  min-height: 46px !important;
  border: 0 !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  font: 800 14px/1 Inter, ui-sans-serif, system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  padding: 0 14px !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, opacity 180ms ease !important;
  touch-action: manipulation !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn:focus{
  outline: none !important;
  box-shadow: 0 0 0 4px var(--lng-focus) !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-primary{
  color: #fff !important;
  background: linear-gradient(135deg, var(--lng-primary) 0%, var(--lng-secondary) 100%) !important;
  box-shadow: 0 14px 28px rgba(38, 58, 139, 0.22) !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-secondary, .tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-copy, .tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-copy-all{
  color: var(--lng-primary-dark) !important;
  background: #f8fafc !important;
  border: 1px solid var(--lng-border) !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-copy-all:disabled{
  opacity: 0.48 !important;
  cursor: not-allowed !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-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 #lng-wrap#lng-wrap .lng-results-head h2, .tc-wp-tool-root #lng-wrap#lng-wrap .lng-helper h2{
  margin: 0 !important;
  color: var(--lng-heading) !important;
  font-size: clamp(20px, 2.5vw, 26px) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-count-label{
  margin: 5px 0 0 !important;
  color: var(--lng-muted) !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-copy-all{
  flex: 0 0 auto !important;
  min-height: 40px !important;
  white-space: nowrap !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-results{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  min-height: 152px !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-placeholder{
  margin: 0 !important;
  min-height: 150px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 1px dashed var(--lng-border) !important;
  border-radius: 14px !important;
  background: rgba(248, 250, 252, 0.82) !important;
  color: var(--lng-muted) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  padding: 18px !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-name-card{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  border: 1px solid var(--lng-border-soft) !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
  min-width: 0 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-name-info{
  min-width: 0 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-name{
  margin: 0 !important;
  color: var(--lng-heading) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-meta{
  margin: 6px 0 0 !important;
  color: var(--lng-muted) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-copy{
  flex: 0 0 auto !important;
  min-height: 38px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options summary{
  list-style: none !important;
  cursor: pointer !important;
  color: var(--lng-heading) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  padding: 16px !important;
  outline: none !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options summary::-webkit-details-marker{
  display: none !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options summary::after{
  content: "+" !important;
  float: right !important;
  color: var(--lng-primary) !important;
  font-size: 20px !important;
  line-height: 14px !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options[open] summary::after{
  content: "−" !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options summary:focus{
  box-shadow: inset 0 0 0 4px var(--lng-focus) !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-advanced-grid{
  padding: 0 16px 16px !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-helper{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 16px auto 0 !important;
  padding: 16px !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-helper ol{
  margin: 10px 0 0 !important;
  padding-left: 22px !important;
  color: var(--lng-body) !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-helper li{
  margin: 5px 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-toast{
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 99999 !important;
  max-width: min(360px, calc(100vw - 32px)) !important;
  padding: 13px 16px !important;
  border-radius: 14px !important;
  background: var(--lng-primary-dark) !important;
  color: #fff !important;
  box-shadow: var(--lng-shadow) !important;
  font: 800 14px/1.25 Inter, ui-sans-serif, system-ui, sans-serif !important;
  opacity: 0 !important;
  transform: translateY(14px) !important;
  pointer-events: none !important;
  transition: opacity 220ms ease, transform 220ms ease !important;
}.tc-wp-tool-root #lng-wrap#lng-wrap .lng-toast.lng-toast-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (hover: hover) {.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn:hover{
    transform: translateY(-1px) !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-name-card:hover{
    transform: translateY(-2px) !important;
    border-color: rgba(15, 159, 143, 0.45) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1) !important;
  }}@media (min-width: 640px) {.tc-wp-tool-root #lng-wrap#lng-wrap .lng-control-grid, .tc-wp-tool-root #lng-wrap#lng-wrap .lng-advanced-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 768px) {.tc-wp-tool-root #lng-wrap#lng-wrap{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-dashboard{
    grid-template-columns: minmax(285px, 360px) minmax(0, 1fr) !important;
    grid-template-areas:
      "controls results"
      "advanced results" !important;
    gap: 18px !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-controls, .tc-wp-tool-root #lng-wrap#lng-wrap .lng-results-panel{
    padding: 20px !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-control-grid, .tc-wp-tool-root #lng-wrap#lng-wrap .lng-advanced-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options{
    display: block !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options summary{
    pointer-events: none !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options summary::after{
    content: "" !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-more-options:not([open]) .lng-advanced-grid{
    display: grid !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-results{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }}@media (min-width: 1050px) {.tc-wp-tool-root #lng-wrap#lng-wrap .lng-dashboard{
    grid-template-columns: 365px minmax(0, 1fr) !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-results{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1180px) {.tc-wp-tool-root #lng-wrap#lng-wrap .lng-results{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (max-width: 520px) {.tc-wp-tool-root #lng-wrap#lng-wrap .lng-results-head{
    flex-direction: column !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-copy-all{
    width: 100% !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-name-card{
    align-items: stretch !important;
    flex-direction: column !important;
  }.tc-wp-tool-root #lng-wrap#lng-wrap .lng-btn-copy{
    width: 100% !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 .lng-wrap {}