@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 .hlang-seo-generator-wrap, .tc-wp-tool-root .hlang-seo-generator-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .hlang-seo-generator-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #132238;
  background:
    radial-gradient(circle at 12% 18%, rgba(116, 229, 203, 0.34), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(170, 150, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef9f6 44%, #f9f7ff 100%);
  padding: 56px 18px;
}.tc-wp-tool-root .hlang-seo-generator-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(36, 88, 138, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 88, 138, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
  pointer-events: none;
}.tc-wp-tool-root .hlang-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
}.tc-wp-tool-root .hlang-float{
  position: absolute;
  display: inline-flex;
  align-items: center;
  max-width: 240px;
  padding: 8px 12px;
  border: 1px solid rgba(72, 114, 158, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 38px rgba(40, 70, 110, 0.08);
  color: rgba(19, 34, 56, 0.54);
  font-size: 12px;
  line-height: 1.2;
  backdrop-filter: blur(12px);
  animation: hlangFloat 8s ease-in-out infinite;
}.tc-wp-tool-root .hlang-f1{ left: 5%; top: 16%; }.tc-wp-tool-root .hlang-f2{ right: 7%; top: 25%; animation-delay: -1.5s; }.tc-wp-tool-root .hlang-f3{ left: 10%; bottom: 18%; animation-delay: -2.5s; }.tc-wp-tool-root .hlang-f4{ right: 11%; bottom: 14%; animation-delay: -3s; }.tc-wp-tool-root .hlang-f5{ left: 31%; top: 9%; animation-delay: -4s; }.tc-wp-tool-root .hlang-f6{ right: 32%; bottom: 8%; animation-delay: -5s; }@keyframes hlangFloat {
  0%, 100% { transform: translateY(0); opacity: 0.76; }
  50% { transform: translateY(-12px); opacity: 1; }
}.tc-wp-tool-root .hlang-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .hlang-hero{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .hlang-kicker{
  display: inline-flex;
  width: auto;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(28, 121, 145, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
  color: #206a7a;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root .hlang-hero h1{
  margin: 0;
  color: #122136;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-tool-root .hlang-hero p{
  width: 100%;
  max-width: 720px;
  margin: 14px auto 0;
  color: #40556d;
  font-size: 16px;
  line-height: 1.65;
}.tc-wp-tool-root .hlang-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(61, 105, 154, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(36, 61, 95, 0.16);
  overflow: hidden;
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .hlang-settings, .tc-wp-tool-root .hlang-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 24px;
}.tc-wp-tool-root .hlang-settings{
  background:
    linear-gradient(180deg, rgba(232, 248, 249, 0.86), rgba(246, 244, 255, 0.82)),
    linear-gradient(135deg, rgba(55, 208, 181, 0.08), transparent);
  border-right: 1px solid rgba(61, 105, 154, 0.14);
}.tc-wp-tool-root .hlang-preview-panel{
  background: rgba(255, 255, 255, 0.76);
}.tc-wp-tool-root .hlang-panel-head, .tc-wp-tool-root .hlang-preview-top, .tc-wp-tool-root .hlang-row-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hlang-panel-head{
  margin-bottom: 18px;
}.tc-wp-tool-root .hlang-panel-head h2, .tc-wp-tool-root .hlang-preview-top h2, .tc-wp-tool-root .hlang-row-head h3{
  margin: 0;
  color: #132238;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .hlang-panel-head span{
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(81, 198, 173, 0.16);
  color: #177768;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root .hlang-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 14px;
}.tc-wp-tool-root .hlang-field label, .tc-wp-tool-root .hlang-row label{
  display: block;
  margin-bottom: 7px;
  color: #263b55;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root .hlang-field label span, .tc-wp-tool-root .hlang-row-head h3 span{
  color: #b83256;
}.tc-wp-tool-root .hlang-field input, .tc-wp-tool-root .hlang-field select, .tc-wp-tool-root .hlang-row input, .tc-wp-tool-root .hlang-row select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid rgba(70, 105, 145, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #132238;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .hlang-field input:focus, .tc-wp-tool-root .hlang-field select:focus, .tc-wp-tool-root .hlang-row input:focus, .tc-wp-tool-root .hlang-row select:focus, .tc-wp-tool-root .hlang-check:focus-within{
  border-color: #4caee7;
  box-shadow: 0 0 0 4px rgba(76, 174, 231, 0.18);
  background: #fff;
}.tc-wp-tool-root .hlang-row-head{
  align-items: end;
  margin: 18px 0 10px;
}.tc-wp-tool-root .hlang-add-row, .tc-wp-tool-root .hlang-row-remove, .tc-wp-tool-root .hlang-generate, .tc-wp-tool-root .hlang-download, .tc-wp-tool-root .hlang-reset, .tc-wp-tool-root .hlang-copy, .tc-wp-tool-root .hlang-copy-all{
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}.tc-wp-tool-root .hlang-add-row{
  padding: 10px 12px;
  background: #eaf5ff;
  color: #1c6091;
  font-size: 13px;
}.tc-wp-tool-root .hlang-rows{
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hlang-row{
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 0.75fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(70, 105, 145, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
}.tc-wp-tool-root .hlang-row .hlang-url-wrap, .tc-wp-tool-root .hlang-row .hlang-remove-wrap{
  grid-column: 1 / -1;
}.tc-wp-tool-root .hlang-row-remove{
  width: 100%;
  min-height: 38px;
  padding: 10px 12px;
  border: 1px solid rgba(177, 55, 88, 0.16);
  background: rgba(255, 239, 244, 0.9);
  color: #a52b4d;
  font-size: 13px;
}.tc-wp-tool-root .hlang-options-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .hlang-check{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(70, 105, 145, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  color: #263b55;
  font-size: 14px;
  font-weight: 800;
}.tc-wp-tool-root .hlang-check input{
  width: 18px;
  height: 18px;
  accent-color: #2cbd9f;
}.tc-wp-tool-root .hlang-validation, .tc-wp-tool-root .hlang-success{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 22px;
  margin: 12px 0;
  color: #9d2748;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hlang-success{
  color: #16705f;
}.tc-wp-tool-root .hlang-actions{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 14px;
}.tc-wp-tool-root .hlang-action-context{
  color: #526a84;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root .hlang-generate, .tc-wp-tool-root .hlang-download, .tc-wp-tool-root .hlang-reset, .tc-wp-tool-root .hlang-copy-all{
  width: 100%;
  min-height: 46px;
  padding: 13px 16px;
  font-size: 14px;
}.tc-wp-tool-root .hlang-generate{
  background: linear-gradient(135deg, #1f8feb, #2cc4a4);
  color: #fff;
  box-shadow: 0 14px 30px rgba(38, 150, 190, 0.28);
}.tc-wp-tool-root .hlang-download{
  border: 1px solid rgba(87, 79, 177, 0.2);
  background: rgba(244, 242, 255, 0.94);
  color: #514aa4;
}.tc-wp-tool-root .hlang-reset{
  border: 1px solid rgba(70, 105, 145, 0.18);
  background: rgba(255, 255, 255, 0.85);
  color: #40556d;
}.tc-wp-tool-root .hlang-download:disabled{
  cursor: not-allowed;
  opacity: 0.48;
}.tc-wp-tool-root .hlang-add-row:hover, .tc-wp-tool-root .hlang-row-remove:hover, .tc-wp-tool-root .hlang-generate:hover, .tc-wp-tool-root .hlang-download:not(:disabled):hover, .tc-wp-tool-root .hlang-reset:hover, .tc-wp-tool-root .hlang-copy:hover, .tc-wp-tool-root .hlang-copy-all:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .hlang-add-row:focus-visible, .tc-wp-tool-root .hlang-row-remove:focus-visible, .tc-wp-tool-root .hlang-generate:focus-visible, .tc-wp-tool-root .hlang-download:focus-visible, .tc-wp-tool-root .hlang-reset:focus-visible, .tc-wp-tool-root .hlang-copy:focus-visible, .tc-wp-tool-root .hlang-copy-all:focus-visible{
  outline: 3px solid rgba(76, 174, 231, 0.4);
  outline-offset: 2px;
}.tc-wp-tool-root .hlang-result-label{
  margin: 5px 0 0;
  color: #526a84;
  font-size: 13px;
  font-weight: 750;
}.tc-wp-tool-root .hlang-count{
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 74px;
  min-width: 74px;
  height: 58px;
  border: 1px solid rgba(44, 196, 164, 0.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 255, 250, 0.96), rgba(246, 250, 255, 0.96));
  color: #177768;
}.tc-wp-tool-root .hlang-count strong{
  display: block;
  font-size: 21px;
  line-height: 1;
}.tc-wp-tool-root .hlang-count span{
  display: block;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}.tc-wp-tool-root .hlang-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(70, 105, 145, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,251,255,0.92)),
    radial-gradient(circle at 80% 0%, rgba(170,150,255,0.08), transparent 36%);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hlang-preview-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .hlang-preview-box::-webkit-scrollbar-track{
  background: #edf5fb;
  border-radius: 999px;
}.tc-wp-tool-root .hlang-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #84c9ed, #75dfcb);
  border-radius: 999px;
  border: 2px solid #edf5fb;
}.tc-wp-tool-root .hlang-skeleton{
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hlang-skel-toolbar, .tc-wp-tool-root .hlang-skel-chipline, .tc-wp-tool-root .hlang-skel-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .hlang-skel-toolbar span, .tc-wp-tool-root .hlang-skel-grid span, .tc-wp-tool-root .hlang-skel-code{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #e9f2f8;
}.tc-wp-tool-root .hlang-skel-toolbar span{
  width: 76px;
  height: 28px;
}.tc-wp-tool-root .hlang-skel-chipline i{
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 10px;
  background: rgba(230, 250, 246, 0.95);
  color: #247d70;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  animation: hlangPulse 1.7s ease-in-out infinite;
}.tc-wp-tool-root .hlang-skel-code{
  width: 100%;
  height: 78px;
}.tc-wp-tool-root .hlang-skel-code.short{
  width: 76%;
  height: 52px;
}.tc-wp-tool-root .hlang-skel-grid span{
  flex: 1 1 160px;
  height: 92px;
}.tc-wp-tool-root .hlang-skel-toolbar span::after, .tc-wp-tool-root .hlang-skel-grid span::after, .tc-wp-tool-root .hlang-skel-code::after{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.75), transparent);
  animation: hlangShimmer 1.6s infinite;
}@keyframes hlangShimmer {
  100% { transform: translateX(100%); }
}@keyframes hlangPulse {
  0%, 100% { transform: translateY(0); opacity: 0.72; }
  50% { transform: translateY(-3px); opacity: 1; }
}.tc-wp-tool-root .hlang-output{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .hlang-result-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(70, 105, 145, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(42, 65, 93, 0.08);
}.tc-wp-tool-root .hlang-result-meta{
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  color: #40556d;
  font-size: 12px;
  line-height: 1.45;
}.tc-wp-tool-root .hlang-result-meta b{
  color: #14243a;
}.tc-wp-tool-root .hlang-code{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 12px;
  padding: 12px;
  border-radius: 10px;
  background: #f4f8fb;
  color: #15283f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hlang-copy{
  width: 100%;
  min-height: 38px;
  padding: 10px 12px;
  background: #eef7ff;
  color: #1d6090;
  font-size: 13px;
}.tc-wp-tool-root .hlang-copy-all{
  margin-top: 14px;
  background: linear-gradient(135deg, #6457d4, #2aaec4);
  color: #fff;
  box-shadow: 0 14px 28px rgba(79, 88, 184, 0.22);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hlang-seo-generator-wrap{ padding: 32px 10px; }.tc-wp-tool-root .hlang-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hlang-hero p{ font-size: 14px; }.tc-wp-tool-root .hlang-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .hlang-settings, .tc-wp-tool-root .hlang-preview-panel{ padding: 14px; }.tc-wp-tool-root .hlang-panel-head, .tc-wp-tool-root .hlang-preview-top, .tc-wp-tool-root .hlang-row-head{ align-items: flex-start; flex-direction: column; }.tc-wp-tool-root .hlang-row{ grid-template-columns: 1fr; padding: 10px; }.tc-wp-tool-root .hlang-field input, .tc-wp-tool-root .hlang-field select, .tc-wp-tool-root .hlang-row input, .tc-wp-tool-root .hlang-row select{ min-height: 40px; font-size: 13px; }.tc-wp-tool-root .hlang-generate, .tc-wp-tool-root .hlang-download, .tc-wp-tool-root .hlang-reset, .tc-wp-tool-root .hlang-copy-all{ min-height: 42px; font-size: 13px; }.tc-wp-tool-root .hlang-preview-box{ padding: 10px; max-height: 450px; }.tc-wp-tool-root .hlang-output{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .hlang-result-card{ padding: 10px; }.tc-wp-tool-root .hlang-code{ font-size: 11px; padding: 10px; }.tc-wp-tool-root .hlang-float{ display: none; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hlang-seo-generator-wrap{ padding: 36px 12px; }.tc-wp-tool-root .hlang-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hlang-hero p{ font-size: 14px; }.tc-wp-tool-root .hlang-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .hlang-settings, .tc-wp-tool-root .hlang-preview-panel{ padding: 16px; }.tc-wp-tool-root .hlang-panel-head, .tc-wp-tool-root .hlang-preview-top{ align-items: flex-start; flex-direction: column; }.tc-wp-tool-root .hlang-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .hlang-field input, .tc-wp-tool-root .hlang-field select, .tc-wp-tool-root .hlang-row input, .tc-wp-tool-root .hlang-row select{ min-height: 42px; font-size: 14px; }.tc-wp-tool-root .hlang-generate, .tc-wp-tool-root .hlang-download, .tc-wp-tool-root .hlang-reset, .tc-wp-tool-root .hlang-copy-all{ min-height: 44px; }.tc-wp-tool-root .hlang-output{ grid-template-columns: 1fr; }.tc-wp-tool-root .hlang-result-card{ padding: 12px; }.tc-wp-tool-root .hlang-f1, .tc-wp-tool-root .hlang-f4, .tc-wp-tool-root .hlang-f6{ display: none; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hlang-seo-generator-wrap{ padding: 42px 14px; }.tc-wp-tool-root .hlang-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hlang-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .hlang-settings, .tc-wp-tool-root .hlang-preview-panel{ padding: 18px; }.tc-wp-tool-root .hlang-row{ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }.tc-wp-tool-root .hlang-field input, .tc-wp-tool-root .hlang-field select, .tc-wp-tool-root .hlang-row input, .tc-wp-tool-root .hlang-row select{ min-height: 42px; }.tc-wp-tool-root .hlang-generate, .tc-wp-tool-root .hlang-download, .tc-wp-tool-root .hlang-reset, .tc-wp-tool-root .hlang-copy-all{ min-height: 45px; }.tc-wp-tool-root .hlang-output{ grid-template-columns: 1fr; }.tc-wp-tool-root .hlang-result-card{ padding: 13px; }.tc-wp-tool-root .hlang-f4, .tc-wp-tool-root .hlang-f6{ display: none; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hlang-seo-generator-wrap{ padding: 48px 18px; }.tc-wp-tool-root .hlang-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hlang-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .hlang-settings, .tc-wp-tool-root .hlang-preview-panel{ padding: 22px; }.tc-wp-tool-root .hlang-row{ grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.72fr); }.tc-wp-tool-root .hlang-options-grid{ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; }.tc-wp-tool-root .hlang-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .hlang-action-context{ grid-column: 1 / -1; }.tc-wp-tool-root .hlang-output{ grid-template-columns: 1fr; }.tc-wp-tool-root .hlang-result-card{ padding: 14px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hlang-seo-generator-wrap{ padding: 54px 20px; }.tc-wp-tool-root .hlang-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hlang-settings, .tc-wp-tool-root .hlang-preview-panel{ padding: 22px; }.tc-wp-tool-root .hlang-field input, .tc-wp-tool-root .hlang-field select, .tc-wp-tool-root .hlang-row input, .tc-wp-tool-root .hlang-row select{ min-height: 42px; }.tc-wp-tool-root .hlang-generate, .tc-wp-tool-root .hlang-download, .tc-wp-tool-root .hlang-reset, .tc-wp-tool-root .hlang-copy-all{ min-height: 46px; }.tc-wp-tool-root .hlang-output{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .hlang-result-card{ padding: 14px; }}@media (min-width: 1200px) {.tc-wp-tool-root .hlang-seo-generator-wrap{ padding: 64px 24px; }.tc-wp-tool-root .hlang-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .hlang-settings, .tc-wp-tool-root .hlang-preview-panel{ padding: 26px; }.tc-wp-tool-root .hlang-field input, .tc-wp-tool-root .hlang-field select, .tc-wp-tool-root .hlang-row input, .tc-wp-tool-root .hlang-row select{ min-height: 44px; }.tc-wp-tool-root .hlang-generate, .tc-wp-tool-root .hlang-download, .tc-wp-tool-root .hlang-reset, .tc-wp-tool-root .hlang-copy-all{ min-height: 48px; }.tc-wp-tool-root .hlang-output{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .hlang-result-card{ padding: 15px; }}.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 .hlang-canonical {}
.tc-wp-tool-root .hlang-format {}
.tc-wp-tool-root .hlang-xdefault-field {}
.tc-wp-tool-root .hlang-xdefault-toggle {}
.tc-wp-tool-root .hlang-xdefault-url {}