:root {
  --tools-green: #0f7a4d;
  --tools-green-dark: #0b5e3c;
  --tools-green-soft: #eef9f3;
  --tools-ink: #142033;
  --tools-muted: #68758a;
  --tools-line: #dce4e1;
  --tools-surface-soft: #f8faf9;
}

.uj-helper-tools-page .dashboard > main {
  max-width: 1320px;
}

.uj-helper-tools-public {
  min-height: 100vh;
  margin: 0;
  background: var(--background-body);
  color: var(--tools-ink);
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, sans-serif;
  line-height: 1.7;
  text-wrap: pretty;
  overflow-x: hidden;
}

.uj-helper-tools-public h1,
.uj-helper-tools-public h2,
.uj-helper-tools-public h3,
.uj-helper-tools-public strong {
  line-height: 1.45;
}

.uj-helper-tools-public p,
.uj-helper-tools-public span,
.uj-helper-tools-public label,
.uj-helper-tools-public li {
  line-height: 1.75;
}

.uj-helper-tools-public .nds-section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uj-helper-tools-public .nds-section-title,
.uj-helper-tools-public .nds-section-description {
  margin: 0;
}

.helper-public-skip {
  position: fixed;
  top: 12px;
  inset-inline-start: 12px;
  z-index: 20;
  transform: translateY(-160%);
  border-radius: 6px;
  background: #fff;
  color: var(--tools-green-dark);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(20, 32, 51, .12);
}

.helper-public-skip:focus {
  transform: translateY(0);
}

.helper-public-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: var(--background-body);
  --card-width-max: 100%;
  --section-title-color: var(--text-display);
  --section-description-color: var(--text-primary-paragraph);
  overflow-x: clip;
}

.helper-public-header {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #fff;
}

.helper-public-topbar {
  width: var(--helper-public-shell);
  min-height: 42px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--border-neutral-tertiary, #e5e7eb);
}

.helper-gov-stamp {
  display: inline-flex;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--text-default, #1f2a37);
  padding: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: start;
  cursor: pointer;
}

.helper-gov-stamp img {
  flex: none;
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.helper-gov-stamp > span {
  white-space: nowrap;
}

.helper-gov-stamp strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tools-green);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.helper-gov-stamp strong svg {
  width: 10px;
  height: 6px;
  flex: none;
  color: var(--tools-green);
}

.helper-public-topbar-meta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--text-primary-paragraph, #384250);
  white-space: nowrap;
}

.helper-public-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.helper-public-icon-button {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-display, #161616);
  padding: 0;
  cursor: pointer;
}

.helper-digital-stamp {
  border-bottom: 1px solid var(--border-neutral-tertiary, #e5e7eb);
  background: #fff;
}

.helper-digital-stamp[hidden] {
  display: none;
}

.helper-digital-stamp-grid,
.helper-digital-stamp-register {
  width: var(--helper-public-shell);
  margin-inline: auto;
}

.helper-digital-stamp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-block: 18px;
}

.helper-digital-stamp-card {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--tools-line);
  border-radius: 8px;
  background: #f8faf9;
}

.helper-digital-stamp-card i {
  color: var(--tools-green);
  font-size: 20px;
}

.helper-digital-stamp-card strong {
  display: block;
  color: var(--tools-ink);
  font-size: 14px;
  line-height: 1.7;
}

.helper-digital-stamp-card span {
  display: block;
  margin-top: 4px;
  color: var(--tools-muted);
  font-size: 12px;
  line-height: 1.7;
}

.helper-digital-stamp-register {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 0 18px;
  color: var(--tools-muted);
  font-size: 13px;
}

.helper-digital-stamp-register a {
  color: var(--tools-green);
  font-weight: 800;
}

.helper-public-nav {
  width: var(--helper-public-shell);
  min-height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: #fff;
}

.helper-public-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: var(--tools-ink);
  text-decoration: none;
}

.helper-public-logo img {
  width: 96px;
  height: auto;
  object-fit: contain;
}

.helper-public-logo span {
  display: grid;
  gap: 1px;
}

.helper-public-logo strong {
  color: var(--tools-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.helper-public-logo small {
  color: var(--tools-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.helper-public-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.helper-public-nav-list a,
.helper-public-login {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1f2937;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.helper-public-nav-list a:hover,
.helper-public-nav-list a:active,
.helper-public-nav-list a:focus-visible {
  background: transparent;
  color: var(--tools-green-dark);
  outline: 0;
}

.helper-public-login {
  flex: 0 0 auto;
  gap: 8px;
}

.helper-public-login:hover,
.helper-public-login:active,
.helper-public-login:focus-visible {
  background: transparent;
  color: var(--tools-green-dark);
  outline: 0;
}

.helper-public-nav-list a[aria-current],
.helper-public-nav-list a.is-active,
.helper-public-nav-list a.active {
  background: transparent;
  color: #1f2937;
  box-shadow: none;
}

.helper-public-hero {
  display: block;
}

.helper-public-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary-paragraph, #6c737f);
  font-size: 14px;
}

.helper-public-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.helper-public-breadcrumb a {
  color: var(--text-primary-paragraph, #384250);
  text-decoration: none;
}

.helper-public-privacy-strip {
  border-block: 1px solid var(--border-primary-light, var(--colors-primary-100));
  background: var(--background-primary-light, #f3fcf6);
  color: var(--text-primary-strong, #14573a);
}

.helper-public-privacy-strip .nds-content-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 14px;
  font-size: 14px;
}

.uj-helper-tools-public main {
  padding: 0;
}

.helper-public-main-content {
  display: flex;
  flex-direction: column;
}

.helper-public-footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-block: 24px;
  border-block-start: 1px solid var(--border-neutral-tertiary, var(--colors-neutral-200));
}

.helper-public-footer-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.helper-public-footer-copy span:first-child {
  color: var(--text-display);
  font-size: 13px;
  font-weight: 600;
}

.helper-public-footer-copy span:last-child {
  color: var(--text-secondary-paragraph);
  font-size: 13px;
}

.helper-public-footer-logos {
  display: flex;
  align-items: center;
  gap: 24px;
}

.helper-public-footer-logos img {
  width: auto;
  height: 48px;
}

.helper-public-footer-logos img:last-child {
  height: 52px;
}

.helper-public-footer-logos span {
  width: 1px;
  height: 44px;
  background: var(--border-neutral-tertiary, var(--colors-neutral-200));
}

.uj-helper-tools-public #link-tools {
  order: 1 !important;
}

.uj-helper-tools-public #content-tools {
  order: 2 !important;
}

.uj-helper-tools-public #image-tools {
  order: 3 !important;
}

.uj-helper-tools-public #qrGeneratorTool {
  order: 1;
}

.uj-helper-tools-public #linkCheckerTool {
  order: 2;
}

.uj-helper-tools-public .helper-tools-group {
  margin: 0;
  padding-block: 40px;
  padding-inline: max(
    var(--nds-viewport-padding),
    calc((100% - var(--nds-content-MaxWidth)) / 2)
  );
}

.uj-helper-tools-public .helper-tools-group + .helper-tools-group {
  margin-top: 0;
}

.uj-helper-tools-public .helper-tools-group-heading {
  margin: 0;
  padding: 0;
  border: 0;
}

.uj-helper-tools-public .helper-tools-group-heading > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uj-helper-tools-public .helper-tools-group-heading .nds-tag {
  align-self: flex-start;
}

.uj-helper-tools-public .helper-tools-group-heading .nds-section-title {
  margin: 0;
  color: var(--text-display);
  font-size: var(--typo-display-clamp-md-FS, 36px);
  line-height: var(--typo-display-clamp-md-LH, 44px);
  letter-spacing: 0;
}

.uj-helper-tools-public .helper-tools-group-heading .nds-section-description {
  margin: 0;
  max-width: var(--paragraph-max-width, 720px);
  color: var(--text-primary-paragraph);
  font-size: var(--typo-text-md-FS, 16px);
  line-height: var(--typo-text-md-LH, 24px);
}

.uj-helper-tools-public .helper-tools-group-heading + .helper-anchor,
.uj-helper-tools-public .helper-tools-group-heading + .helper-tool-panel {
  margin-top: 20px;
}

.uj-helper-tools-public .helper-tool-panel {
  --card-width-max: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  box-shadow: none;
}

.uj-helper-tools-public .helper-tool-number {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

.uj-helper-tools-public #introChecker .helper-tool-number {
  border-radius: 999px;
}

.uj-helper-tools-public .helper-tool-tags {
  padding-inline-start: 56px;
}

.uj-helper-tools-public .helper-tool-tag {
  min-height: 28px;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
}

.uj-helper-tools-public .helper-tool-head h2 {
  font-size: 18px;
}

.uj-helper-tools-public .helper-tool-head p {
  font-size: 14px;
  color: var(--text-primary-paragraph);
}

.uj-helper-tools-public .helper-tool-privacy {
  font-size: 13px;
  color: var(--text-secondary-paragraph);
}

.uj-helper-tools-public .helper-compact-form > label,
.uj-helper-tools-public .helper-local-tool > label,
.uj-helper-tools-public .helper-text-grid label,
.uj-helper-tools-public .helper-language-editor > label,
.uj-helper-tools-public .helper-qr-controls > label,
.uj-helper-tools-public .helper-inspector-input > label {
  font-size: 14px;
}

.uj-helper-tools-public .helper-compact-input-row input,
.uj-helper-tools-public .helper-local-tool textarea,
.uj-helper-tools-public .helper-text-grid textarea,
.uj-helper-tools-public .helper-language-editor textarea,
.uj-helper-tools-public .helper-qr-controls textarea,
.uj-helper-tools-public .helper-qr-options select,
.uj-helper-tools-public .helper-inspector-input > select {
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
}

.uj-helper-tools-public .helper-compact-input-row button,
.uj-helper-tools-public .helper-primary-button,
.uj-helper-tools-public .helper-secondary-button {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.uj-helper-tools-public .helper-tool-panel + .helper-anchor,
.uj-helper-tools-public .helper-tool-panel + .helper-tool-panel,
.uj-helper-tools-public .helper-anchor + .helper-tool-panel {
  margin-top: 20px;
}

.uj-helper-tools-public .helper-tools-heading {
  display: none;
}

.uj-helper-tools-public .helper-tools-heading > div > span,
.uj-helper-tools-public .helper-tools-heading h1 {
  color: #fff;
}

.uj-helper-tools-public .helper-tools-heading p {
  max-width: 780px;
  color: rgba(255, 255, 255, .82);
}

.uj-helper-tools-public .helper-tools-heading > a {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.uj-helper-tools-public .helper-tools-heading > a:hover,
.uj-helper-tools-public .helper-tools-heading > a:focus-visible {
  border-color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .18);
  outline-color: rgba(255, 255, 255, .24);
}

.helper-tools-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.helper-tools-heading > div > span {
  color: var(--tools-green-dark);
  font-size: 12px;
  font-weight: 800;
}

.helper-tools-heading h1 {
  margin: 5px 0 6px;
  color: var(--tools-ink);
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0;
}

.helper-tools-heading p {
  margin: 0;
  color: var(--tools-muted);
  font-size: 14px;
  line-height: 1.8;
}

.helper-tools-heading > a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #b9cdc3;
  border-radius: 6px;
  background: #fff;
  color: var(--tools-green-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.helper-tools-heading > a:hover,
.helper-tools-heading > a:focus-visible {
  border-color: var(--tools-green);
  background: var(--tools-green-soft);
  outline: 3px solid rgba(15, 122, 77, .12);
}

.helper-internal-workflow {
  margin: 0 0 28px;
  padding: 20px 0;
  border-block: 1px solid var(--tools-line);
}

.helper-internal-workflow-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.helper-internal-workflow-head span {
  color: var(--tools-green-dark);
  font-size: 11px;
  font-weight: 800;
}

.helper-internal-workflow-head h2 {
  margin: 3px 0 0;
  color: var(--tools-ink);
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
}

.helper-internal-workflow-head p {
  max-width: 620px;
  margin: 0;
  color: var(--tools-muted);
  font-size: 12px;
  line-height: 1.7;
}

.helper-internal-workflow ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.helper-internal-workflow ol::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 16.666%;
  left: 16.666%;
  height: 1px;
  background: #b9ddcb;
}

.helper-internal-workflow li {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.helper-internal-workflow li a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  min-height: 76px;
  align-items: start;
  padding: 0 2px;
  color: var(--tools-ink);
  text-decoration: none;
}

.helper-internal-workflow li a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(15, 122, 77, .18);
  outline-offset: 4px;
}

.helper-workflow-number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid #8fc9aa;
  border-radius: 50%;
  background: #fff;
  color: var(--tools-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.helper-internal-workflow li a:hover .helper-workflow-number {
  border-color: var(--tools-green);
  background: var(--tools-green-soft);
}

.helper-internal-workflow li strong,
.helper-internal-workflow li small {
  display: block;
}

.helper-internal-workflow li strong {
  margin-top: 1px;
  font-size: 13px;
  line-height: 1.7;
}

.helper-internal-workflow li small {
  margin-top: 2px;
  color: var(--tools-muted);
  font-size: 11px;
  line-height: 1.7;
}

.helper-internal-workflow-note {
  margin: 14px 46px 0 0;
  color: var(--tools-muted);
  font-size: 11px;
  line-height: 1.7;
}

.helper-tools-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.helper-tools-group + .helper-tools-group {
  margin-top: 30px;
}

.helper-anchor {
  display: block;
  position: relative;
  top: -92px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.helper-tools-group-heading {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--tools-line);
}

.helper-tools-group-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--tools-green-dark);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
}

.helper-tools-group-kicker strong {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid #b9ddcb;
  border-radius: 999px;
  background: var(--tools-green-soft);
  color: var(--tools-green-dark);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}

.helper-tools-group-heading h2 {
  margin: 4px 0 3px;
  color: #26354a;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0;
}

.helper-tools-group-heading p {
  margin: 0;
  max-width: 840px;
  color: var(--tools-muted);
  font-size: 13px;
  line-height: 1.7;
}

.helper-tool-panel {
  padding: 22px;
  border: 1px solid var(--tools-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 32, 51, .04);
}

.helper-tool-panel + .helper-tool-panel {
  margin-top: 14px;
}

.helper-tool-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--tools-line);
}

.helper-tool-intro {
  min-width: 0;
  flex: 1 1 auto;
}

.helper-tool-title-row {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 12px;
}

.helper-tool-title-row > div {
  min-width: 0;
}

.helper-tool-number {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9ddcb;
  border-radius: 6px;
  background: var(--tools-green-soft);
  color: var(--tools-green-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.helper-tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding-inline-start: 44px;
}

.helper-tool-tag {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid #d7e1dd;
  border-radius: 999px;
  background: #f7f9f8;
  color: #526174;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  white-space: nowrap;
}

.helper-tool-tag.is-primary {
  border-color: #b9ddcb;
  background: #e9f8f0;
  color: var(--tools-green-dark);
}

.helper-tool-tag.is-recommended {
  border-color: #efd49a;
  background: #fff8e8;
  color: #755313;
}

.helper-tool-head h2 {
  margin: 0 0 5px;
  color: var(--tools-ink);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

.helper-tool-head p {
  margin: 0;
  color: var(--tools-muted);
  font-size: 12px;
  line-height: 1.75;
}

.helper-tool-privacy {
  display: inline-flex;
  max-width: 390px;
  align-items: flex-start;
  gap: 7px;
  color: #526174;
  font-size: 11px;
  line-height: 1.7;
}

.helper-tool-privacy svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  fill: none;
  stroke: var(--tools-green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.helper-tool-note {
  margin: 14px 0 0;
  padding: 9px 11px;
  border-inline-start: 3px solid #b9892d;
  background: #fffaf0;
  color: #6f531a;
  font-size: 11px;
  line-height: 1.7;
}

.helper-compact-form,
.helper-local-tool {
  padding-top: 18px;
}

.helper-compact-form > label,
.helper-local-tool > label,
.helper-text-grid label,
.helper-language-editor > label,
.helper-qr-controls > label {
  display: block;
  margin-bottom: 7px;
  color: var(--tools-ink);
  font-size: 12px;
  font-weight: 800;
}

.helper-compact-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.helper-compact-input-row input,
.helper-local-tool textarea,
.helper-text-grid textarea,
.helper-language-editor textarea,
.helper-qr-controls textarea,
.helper-qr-options select {
  width: 100%;
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid #cbd7d2;
  border-radius: 6px;
  background: var(--tools-surface-soft);
  color: var(--tools-ink);
  font: inherit;
  font-size: 13px;
}

.helper-compact-input-row input {
  min-height: 42px;
  direction: ltr;
  text-align: left;
}

.helper-local-tool textarea,
.helper-text-grid textarea,
.helper-language-editor textarea,
.helper-qr-controls textarea {
  resize: vertical;
  line-height: 1.8;
}

.helper-local-tool textarea {
  min-height: 128px;
  text-align: start;
}

.helper-text-grid textarea {
  min-height: 168px;
}

.helper-language-editor textarea {
  min-height: 190px;
}

.helper-qr-controls textarea {
  min-height: 112px;
}

.helper-compact-input-row input:focus,
.helper-local-tool textarea:focus,
.helper-text-grid textarea:focus,
.helper-language-editor textarea:focus,
.helper-qr-controls textarea:focus,
.helper-qr-options select:focus {
  border-color: var(--tools-green);
  background: #fff;
  outline: 3px solid rgba(15, 122, 77, .12);
}

.helper-compact-input-row button,
.helper-primary-button,
.helper-secondary-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid var(--tools-green);
  border-radius: 6px;
  background: var(--tools-green);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}

.helper-secondary-button {
  border-color: #b8c9c1;
  background: #fff;
  color: var(--tools-green-dark);
}

.helper-compact-input-row button:hover,
.helper-compact-input-row button:focus-visible,
.helper-primary-button:hover,
.helper-primary-button:focus-visible,
.helper-secondary-button:hover,
.helper-secondary-button:focus-visible {
  border-color: var(--tools-green-dark);
  outline: 3px solid rgba(15, 122, 77, .12);
}

.helper-secondary-button:hover,
.helper-secondary-button:focus-visible {
  background: var(--tools-green-soft);
}

.helper-compact-input-row button:disabled,
.helper-primary-button:disabled,
.helper-secondary-button:disabled {
  border-color: #d7dedb;
  background: #e9edeb;
  color: #7c8882;
  cursor: not-allowed;
}

.helper-secondary-button[hidden] {
  display: none;
}

.helper-form-hint {
  margin: 7px 0 0;
  color: var(--tools-muted);
  font-size: 11px;
  line-height: 1.7;
}

.helper-inline-status {
  min-height: 20px;
  margin: 9px 0 0;
  color: var(--tools-muted);
  font-size: 12px;
}

.helper-inline-status.is-success {
  color: var(--tools-green-dark);
  font-weight: 700;
}

.helper-inline-status.is-error {
  color: #b42318;
  font-weight: 700;
}

.helper-inline-status.is-loading {
  color: #526174;
}

.helper-inline-status.is-warning {
  color: #9a5200;
  font-weight: 700;
}

.helper-short-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 5px;
  padding: 12px 13px;
  border: 1px solid var(--tools-line);
  border-radius: 6px;
  background: var(--tools-surface-soft);
}

.helper-short-result[hidden] {
  display: none;
}

.helper-short-result > div:first-child {
  min-width: 0;
}

.helper-short-result > div:first-child span {
  display: block;
  margin-bottom: 3px;
  color: var(--tools-muted);
  font-size: 10px;
}

.helper-short-result a {
  display: block;
  color: var(--tools-green-dark);
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: left;
}

.helper-inline-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 7px;
}

.helper-local-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.helper-local-footer .helper-form-hint {
  margin: 0;
}

.helper-link-results {
  margin-top: 16px;
}

.helper-link-results[hidden] {
  display: none;
}

.helper-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 12px;
  border: 1px solid var(--tools-line);
  border-radius: 6px;
  overflow: hidden;
}

.helper-summary-strip div {
  min-width: 0;
  padding: 9px 11px;
  border-inline-start: 1px solid var(--tools-line);
  background: var(--tools-surface-soft);
}

.helper-summary-strip div:first-child {
  border-inline-start: 0;
}

.helper-summary-strip dt {
  color: var(--tools-muted);
  font-size: 10px;
}

.helper-summary-strip dd {
  margin: 2px 0 0;
  color: var(--tools-ink);
  font-size: 15px;
  font-weight: 900;
}

.helper-result-table-wrap {
  max-height: 340px;
  border: 1px solid var(--tools-line);
  border-radius: 6px;
  overflow: auto;
}

.helper-result-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 11px;
}

.helper-result-table th,
.helper-result-table td {
  padding: 9px 11px;
  border-bottom: 1px solid var(--tools-line);
  text-align: right;
  vertical-align: top;
}

.helper-result-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f0f5f2;
  color: #334156;
  font-size: 10px;
}

.helper-result-table tbody tr:last-child td {
  border-bottom: 0;
}

.helper-result-table th:first-child,
.helper-result-table td:first-child {
  width: 44px;
}

.helper-result-table th:last-child,
.helper-result-table td:last-child {
  width: 190px;
}

.helper-url-cell {
  max-width: 600px;
  color: #334156;
  overflow-wrap: anywhere;
  text-align: left !important;
}

.helper-result-table td:last-child small {
  display: block;
  margin-top: 4px;
  color: var(--tools-muted);
  line-height: 1.5;
}

.helper-check-badge {
  display: inline-flex;
  padding: 3px 7px;
  border: 1px solid #d6dfdb;
  border-radius: 999px;
  background: #f4f6f5;
  color: #5f6d66;
  font-size: 9px;
  font-weight: 800;
}

.helper-check-badge.is-valid {
  border-color: #b9dccb;
  background: var(--tools-green-soft);
  color: var(--tools-green-dark);
}

.helper-check-badge.is-duplicate {
  border-color: #ead49e;
  background: #fff9e8;
  color: #805b10;
}

.helper-check-badge.is-invalid,
.helper-check-badge.is-unsafe {
  border-color: #efd0ca;
  background: #fff5f3;
  color: #9b3328;
}

.helper-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 20px;
}

.helper-text-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--tools-muted);
  font-size: 10px;
}

.helper-text-stats b {
  color: #3c495c;
  font-weight: 800;
}

.helper-language-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 20px;
}

.helper-language-editor {
  min-width: 0;
}

.helper-language-results {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--tools-line);
}

.helper-language-results[hidden] {
  display: none;
}

.helper-language-issues {
  border: 1px solid var(--tools-line);
  border-radius: 6px;
  overflow: hidden;
}

.helper-language-issue {
  padding: 14px 15px;
  border-bottom: 1px solid var(--tools-line);
  background: #fff;
}

.helper-language-issue:last-child {
  border-bottom: 0;
}

.helper-language-issue-head,
.helper-language-issue-title,
.helper-language-issue-footer,
.helper-language-suggestion {
  display: flex;
  align-items: center;
}

.helper-language-issue-head,
.helper-language-issue-footer {
  justify-content: space-between;
  gap: 16px;
}

.helper-language-issue-title {
  min-width: 0;
  gap: 8px;
}

.helper-language-issue-title h3 {
  margin: 0;
  color: #26354a;
  font-size: 13px;
  line-height: 1.6;
}

.helper-language-badge {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 3px 7px;
  border: 1px solid #d7e1dd;
  border-radius: 999px;
  background: #f7f9f8;
  color: #526174;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.helper-language-badge.is-spelling {
  border-color: #b9ddcb;
  background: var(--tools-green-soft);
  color: var(--tools-green-dark);
}

.helper-language-badge.is-formatting {
  border-color: #cfdae7;
  background: #f3f7fb;
  color: #40536b;
}

.helper-language-badge.is-clarity {
  border-color: #efd49a;
  background: #fff8e8;
  color: #755313;
}

.helper-language-issue-index {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f4f2;
  color: #526174;
  font-size: 9px;
  font-weight: 900;
}

.helper-language-message {
  margin: 8px 0;
  color: var(--tools-muted);
  font-size: 11px;
  line-height: 1.75;
}

.helper-language-context {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-inline-start: 3px solid #c7d7cf;
  background: var(--tools-surface-soft);
  color: #334156;
  font-size: 11px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.helper-language-suggestion {
  min-width: 0;
  gap: 7px;
  color: var(--tools-muted);
  font-size: 10px;
}

.helper-language-suggestion strong {
  color: var(--tools-green-dark);
  font-size: 11px;
  overflow-wrap: anywhere;
}

.helper-language-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 15px;
  background: var(--tools-green-soft);
  color: var(--tools-green-dark);
  font-size: 11px;
}

.helper-language-empty span {
  color: #526174;
}

.helper-qr-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  padding-top: 20px;
}

.helper-qr-options {
  display: grid;
  grid-template-columns: auto minmax(100px, 1fr) auto minmax(100px, 1fr);
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.helper-qr-options label {
  color: var(--tools-muted);
  font-size: 10px;
  font-weight: 800;
}

.helper-qr-options select {
  min-height: 36px;
  background: #fff;
}

.helper-qr-preview {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px dashed #a8beb4;
  border-radius: 6px;
  background: var(--tools-surface-soft);
}

.helper-qr-preview span {
  color: var(--tools-muted);
  font-size: 11px;
}

.helper-qr-preview img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: pixelated;
}

.helper-qr-preview img[hidden] {
  display: none;
}

.helper-intro-checker {
  padding-top: 20px;
}

.helper-intro-checker label {
  display: block;
  margin-bottom: 8px;
  color: var(--tools-ink);
  font-size: 13px;
  font-weight: 800;
}

.helper-intro-checker textarea {
  width: 100%;
  min-height: 124px;
  resize: vertical;
  padding: 12px 14px;
  border: 1px solid #cbd7d2;
  border-radius: 6px;
  background: var(--tools-surface-soft);
  color: var(--tools-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.8;
}

.helper-intro-checker textarea:focus {
  border-color: var(--tools-green);
  background: #fff;
  outline: 3px solid rgba(15, 122, 77, .12);
}

.helper-counter-row,
.helper-counts {
  display: flex;
  align-items: center;
  gap: 12px;
}

.helper-counter-row {
  justify-content: space-between;
  margin-top: 10px;
}

.helper-counts span,
.helper-count-status {
  font-size: 12px;
  font-weight: 700;
}

.helper-counts span {
  color: var(--tools-muted);
}

.helper-count-status.is-valid {
  color: var(--tools-green-dark);
}

.helper-count-status.is-invalid {
  color: #b42318;
}

.helper-image-prep-grid {
  display: grid;
  grid-template-columns: minmax(350px, .85fr) minmax(420px, 1.15fr);
  gap: 24px;
  padding-top: 20px;
}

.helper-image-prep-controls,
.helper-image-prep-preview {
  min-width: 0;
}

.helper-image-prep-fields {
  display: grid;
  gap: 13px;
  margin-top: 16px;
}

.helper-image-prep-fields > label,
.helper-image-prep-custom label,
.helper-image-prep-row label,
.helper-background-control label {
  display: block;
  margin-bottom: 6px;
  color: var(--tools-ink);
  font-size: 11px;
  font-weight: 800;
}

.helper-image-prep-fields select,
.helper-image-prep-fields input[type="number"] {
  width: 100%;
  min-width: 0;
  min-height: 39px;
  padding: 7px 10px;
  border: 1px solid #cbd7d2;
  border-radius: 6px;
  background: #fff;
  color: var(--tools-ink);
  font: inherit;
  font-size: 11px;
}

.helper-image-prep-fields select:focus,
.helper-image-prep-fields input[type="number"]:focus,
.helper-background-control input:focus-visible {
  border-color: var(--tools-green);
  outline: 3px solid rgba(15, 122, 77, .12);
}

.helper-image-prep-custom,
.helper-image-prep-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.helper-image-prep-custom[hidden],
.helper-background-control[hidden] {
  display: none;
}

.helper-image-prep-focus {
  padding: 12px;
  border: 1px solid var(--tools-line);
  border-radius: 6px;
  background: var(--tools-surface-soft);
}

.helper-image-prep-focus .helper-setting-label {
  margin-bottom: 4px;
}

.helper-image-prep-focus .helper-setting-label:not(:first-child) {
  margin-top: 9px;
}

.helper-image-prep-focus input[type="range"],
.helper-image-prep-row input[type="range"] {
  width: 100%;
  accent-color: var(--tools-green);
  direction: ltr;
}

.helper-image-prep-focus.is-disabled {
  opacity: .55;
}

.helper-image-prep-focus.is-disabled input {
  cursor: not-allowed;
}

.helper-background-control {
  display: flex;
  min-height: 67px;
  flex-direction: column;
  justify-content: space-between;
}

.helper-background-control input[type="color"] {
  width: 100%;
  min-height: 34px;
  padding: 3px;
  border: 1px solid #cbd7d2;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.helper-image-prep-preview {
  padding-inline-start: 24px;
  border-inline-start: 1px solid var(--tools-line);
}

.helper-image-prep-canvas-wrap {
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px dashed #a8beb4;
  border-radius: 6px;
  background: #eef2f0;
  overflow: hidden;
}

.helper-image-prep-canvas-wrap p {
  margin: 0;
  color: var(--tools-muted);
  font-size: 12px;
  text-align: center;
}

.helper-image-prep-canvas-wrap canvas {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(20, 32, 51, .08);
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 32, 51, .08);
}

.helper-image-prep-canvas-wrap canvas[hidden],
.helper-image-prep-summary[hidden] {
  display: none;
}

.helper-image-prep-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 14px 0 0;
  border: 1px solid var(--tools-line);
  border-radius: 6px;
  overflow: hidden;
}

.helper-image-prep-summary > div {
  min-width: 0;
  padding: 9px 10px;
  border-inline-start: 1px solid var(--tools-line);
  background: var(--tools-surface-soft);
}

.helper-image-prep-summary > div:first-child {
  border-inline-start: 0;
}

.helper-image-prep-summary dt {
  margin-bottom: 3px;
  color: var(--tools-muted);
  font-size: 9px;
}

.helper-image-prep-summary dd {
  margin: 0;
  color: var(--tools-ink);
  font-size: 11px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.helper-image-prep-preview .helper-tool-note {
  margin-top: 12px;
}

.helper-inspector-grid {
  display: grid;
  grid-template-columns: minmax(290px, .8fr) minmax(380px, 1.2fr);
  gap: 22px;
  padding-top: 20px;
}

.helper-inspector-input > label {
  display: block;
  margin-bottom: 7px;
  color: var(--tools-ink);
  font-size: 13px;
  font-weight: 800;
}

.helper-inspector-input > select {
  width: 100%;
  min-height: 42px;
  padding: 8px 11px;
  border: 1px solid #cbd7d2;
  border-radius: 6px;
  background: #fff;
  color: var(--tools-ink);
  font: inherit;
  font-size: 12px;
}

.helper-inspector-input > select:focus {
  border-color: var(--tools-green);
  outline: 3px solid rgba(15, 122, 77, .12);
}

.helper-inspector-upload {
  margin-top: 12px;
}

.helper-inspector-upload .helper-upload-label {
  min-height: 128px;
}

.helper-inspector-output {
  min-width: 0;
  padding-inline-start: 22px;
  border-inline-start: 1px solid var(--tools-line);
}

.helper-inspector-empty {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  border: 1px dashed #c7d4cf;
  border-radius: 6px;
  background: var(--tools-surface-soft);
  color: var(--tools-muted);
  font-size: 12px;
  text-align: center;
}

.helper-inspector-empty[hidden],
.helper-inspector-result[hidden] {
  display: none;
}

.helper-inspector-result {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.helper-inspector-result img {
  width: 150px;
  height: 142px;
  object-fit: contain;
  border: 1px solid var(--tools-line);
  border-radius: 4px;
  background: #f3f6f4;
}

.helper-inspector-result dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-block: 1px solid var(--tools-line);
}

.helper-inspector-result dl div {
  min-width: 0;
  padding: 9px 11px;
  border-block-start: 1px solid var(--tools-line);
  border-inline-start: 1px solid var(--tools-line);
}

.helper-inspector-result dl div:nth-child(-n+2) {
  border-block-start: 0;
}

.helper-inspector-result dl div:nth-child(odd) {
  border-inline-start: 0;
}

.helper-inspector-result dt {
  margin-bottom: 3px;
  color: var(--tools-muted);
  font-size: 10px;
}

.helper-inspector-result dd {
  margin: 0;
  color: var(--tools-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.helper-inspector-result dd.is-match {
  color: var(--tools-green-dark);
}

.helper-inspector-result dd.is-warning {
  color: #8a5a12;
}

.helper-inspector-result dd.is-mismatch {
  color: #b42318;
}

.helper-inspector-status {
  min-height: 20px;
  margin: 8px 0 0;
  color: var(--tools-muted);
  font-size: 12px;
}

.helper-inspector-status.is-error {
  color: #b42318;
  font-weight: 700;
}

.helper-inspector-status.is-success {
  color: var(--tools-green-dark);
  font-weight: 700;
}

.helper-tool-grid {
  display: grid;
  grid-template-columns: minmax(340px, 1.35fr) minmax(270px, .65fr);
  gap: 22px;
  padding-top: 20px;
}

.helper-upload-area {
  position: relative;
  min-width: 0;
  border: 1px dashed #9fbbb0;
  border-radius: 6px;
  background: var(--tools-surface-soft);
  transition: border-color .16s ease, background .16s ease;
}

.helper-upload-area.is-dragging {
  border-color: var(--tools-green);
  background: var(--tools-green-soft);
}

.helper-upload-area input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.helper-upload-area input:focus-visible + .helper-upload-label {
  outline: 3px solid rgba(15, 122, 77, .16);
  outline-offset: 2px;
}

.helper-upload-label {
  display: flex;
  min-height: 145px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  color: var(--tools-ink);
  text-align: center;
  cursor: pointer;
}

.helper-upload-label svg,
.helper-convert-button svg,
.helper-download-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.helper-upload-label svg {
  width: 28px;
  height: 28px;
  color: var(--tools-green);
}

.helper-upload-label strong {
  font-size: 14px;
}

.helper-upload-label span {
  color: var(--tools-muted);
  font-size: 12px;
}

.helper-source-file {
  margin: 0 14px 13px;
  padding-top: 11px;
  border-top: 1px solid var(--tools-line);
  color: #455267;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.helper-tool-settings {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding-inline-start: 22px;
  border-inline-start: 1px solid var(--tools-line);
}

.helper-setting-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.helper-setting-label label {
  color: var(--tools-ink);
  font-size: 13px;
  font-weight: 800;
}

.helper-setting-label output {
  color: var(--tools-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.helper-quality-control > input {
  width: 100%;
  accent-color: var(--tools-green);
  direction: ltr;
}

.helper-quality-control p {
  margin: 6px 0 0;
  color: var(--tools-muted);
  font-size: 11px;
}

.helper-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.helper-convert-button,
.helper-download-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid var(--tools-green);
  border-radius: 6px;
  background: var(--tools-green);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.helper-download-button {
  border-color: #a9c8ba;
  background: #fff;
  color: var(--tools-green-dark);
}

.helper-download-button[hidden] {
  display: none;
}

.helper-convert-button:disabled {
  border-color: #d7dedb;
  background: #e9edeb;
  color: #8b9590;
  cursor: not-allowed;
}

.helper-convert-button:not(:disabled):hover,
.helper-convert-button:not(:disabled):focus-visible,
.helper-download-button:hover,
.helper-download-button:focus-visible {
  border-color: var(--tools-green-dark);
  outline: 3px solid rgba(15, 122, 77, .12);
}

.helper-converter-status {
  min-height: 20px;
  margin: 0;
  color: var(--tools-muted);
  font-size: 12px;
}

.helper-converter-status.is-error {
  color: #b42318;
  font-weight: 700;
}

.helper-converter-status.is-success {
  color: var(--tools-green-dark);
  font-weight: 700;
}

.helper-converter-status.is-warning {
  color: #9a5200;
  font-weight: 700;
}

.helper-converter-result {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--tools-line);
}

.helper-converter-result[hidden] {
  display: none;
}

.helper-converter-result img {
  width: 160px;
  height: 112px;
  object-fit: contain;
  border: 1px solid var(--tools-line);
  border-radius: 4px;
  background: #f3f6f4;
}

.helper-converter-result dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-block: 1px solid var(--tools-line);
}

.helper-converter-result dl div {
  min-width: 0;
  padding: 12px 14px;
  border-inline-start: 1px solid var(--tools-line);
}

.helper-converter-result dl div:first-child {
  border-inline-start: 0;
}

.helper-converter-result dt {
  margin-bottom: 5px;
  color: var(--tools-muted);
  font-size: 11px;
}

.helper-converter-result dd {
  margin: 0;
  color: var(--tools-ink);
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .helper-public-nav {
    min-height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 12px;
  }

  .helper-public-topbar {
    justify-content: flex-start;
  }

  .helper-public-topbar-meta {
    display: none;
  }

  .helper-gov-stamp {
    max-width: 100%;
    white-space: normal;
  }

  .helper-gov-stamp > span {
    white-space: normal;
  }

  .helper-digital-stamp-grid {
    grid-template-columns: 1fr;
  }

  .helper-public-logo {
    flex: 1 1 260px;
  }

  .helper-public-nav-list {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .helper-public-login {
    margin-inline-start: auto;
  }

  .helper-inspector-grid,
  .helper-tool-grid,
  .helper-image-prep-grid,
  .helper-language-grid {
    grid-template-columns: 1fr;
  }

  .helper-internal-workflow-head {
    display: block;
  }

  .helper-internal-workflow-head p {
    margin-top: 7px;
  }

  .helper-internal-workflow ol {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .helper-internal-workflow ol::before {
    top: 18px;
    right: 19px;
    bottom: 18px;
    left: auto;
    width: 1px;
    height: auto;
  }

  .helper-internal-workflow li a {
    min-height: 62px;
  }

  .helper-internal-workflow-note {
    margin-inline-start: 46px;
    margin-inline-end: 46px;
  }

  .helper-image-prep-preview {
    padding-block-start: 18px;
    padding-inline-start: 0;
    border-block-start: 1px solid var(--tools-line);
    border-inline-start: 0;
  }

  .helper-inspector-output {
    padding-block-start: 18px;
    padding-inline-start: 0;
    border-block-start: 1px solid var(--tools-line);
    border-inline-start: 0;
  }

  .helper-tool-settings {
    padding-block-start: 18px;
    padding-inline-start: 0;
    border-block-start: 1px solid var(--tools-line);
    border-inline-start: 0;
  }

  .helper-converter-result dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .helper-image-prep-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .helper-image-prep-summary > div:nth-child(3) {
    border-block-start: 1px solid var(--tools-line);
    border-inline-start: 0;
  }

  .helper-image-prep-summary > div:nth-child(4) {
    border-block-start: 1px solid var(--tools-line);
  }

  .helper-converter-result dl div:nth-child(3) {
    border-inline-start: 0;
  }

  .helper-qr-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
  }
}

@media (max-width: 640px) {
  .uj-helper-tools-page .dashboard > main {
    padding: 20px 14px !important;
  }

  .helper-public-shell {
    width: 100%;
    padding: 0;
  }

  .helper-public-header {
    margin-bottom: 0;
  }

  .helper-public-nav {
    gap: 12px;
  }

  .helper-public-logo {
    width: 100%;
  }

  .helper-public-logo img {
    width: 94px;
  }

  .helper-public-login {
    width: 100%;
  }

  .helper-public-nav-list {
    gap: 6px;
  }

  .helper-public-nav-list a {
    min-height: 36px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .helper-tools-heading,
  .helper-tool-head {
    align-items: stretch;
    flex-direction: column;
  }

  .helper-tools-heading h1 {
    font-size: 25px;
  }

  .helper-tools-heading > a {
    align-self: flex-start;
  }

  .helper-tool-panel {
    padding: 16px;
  }

  .helper-tool-title-row {
    gap: 9px;
  }

  .helper-tool-number {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 12px;
  }

  .helper-tool-head h2 {
    font-size: 17px;
  }

  .helper-tool-tags {
    margin-top: 8px;
    padding-inline-start: 39px;
  }

  .helper-compact-input-row,
  .helper-text-grid,
  .helper-language-grid,
  .helper-qr-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .helper-compact-input-row button {
    width: 100%;
  }

  .helper-short-result,
  .helper-local-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .helper-short-result .helper-inline-actions,
  .helper-local-footer .helper-inline-actions {
    width: 100%;
  }

  .helper-short-result .helper-inline-actions > *,
  .helper-local-footer .helper-inline-actions > * {
    flex: 1 1 auto;
  }

  .helper-summary-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .helper-summary-strip div:nth-child(3) {
    border-block-start: 1px solid var(--tools-line);
    border-inline-start: 0;
  }

  .helper-summary-strip div:nth-child(4) {
    border-block-start: 1px solid var(--tools-line);
  }

  .helper-result-table {
    min-width: 620px;
  }

  .helper-language-issue-head,
  .helper-language-issue-footer,
  .helper-language-empty {
    align-items: flex-start;
    flex-direction: column;
  }

  .helper-qr-options {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .helper-qr-preview {
    min-height: 280px;
  }

  .helper-counter-row,
  .helper-counts {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .helper-tool-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .helper-image-prep-custom,
  .helper-image-prep-row,
  .helper-image-prep-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .helper-image-prep-canvas-wrap {
    height: 300px;
  }

  .helper-image-prep-summary > div,
  .helper-image-prep-summary > div:nth-child(3),
  .helper-image-prep-summary > div:nth-child(4) {
    border-block-start: 1px solid var(--tools-line);
    border-inline-start: 0;
  }

  .helper-image-prep-summary > div:first-child {
    border-block-start: 0;
  }

  .helper-inspector-grid,
  .helper-inspector-result {
    grid-template-columns: minmax(0, 1fr);
  }

  .helper-inspector-result img {
    width: 100%;
    height: 150px;
  }

  .helper-inspector-result dl {
    grid-template-columns: 1fr;
  }

  .helper-inspector-result dl div,
  .helper-inspector-result dl div:nth-child(-n+2),
  .helper-inspector-result dl div:nth-child(odd) {
    border-block-start: 1px solid var(--tools-line);
    border-inline-start: 0;
  }

  .helper-inspector-result dl div:first-child {
    border-block-start: 0;
  }

  .helper-converter-result {
    grid-template-columns: 1fr;
  }

  .helper-converter-result img {
    width: 100%;
    height: 150px;
  }

  .helper-converter-result dl {
    grid-template-columns: 1fr;
  }

  .helper-converter-result dl div,
  .helper-converter-result dl div:nth-child(3) {
    border-block-start: 1px solid var(--tools-line);
    border-inline-start: 0;
  }

  .helper-converter-result dl div:first-child {
    border-block-start: 0;
  }
}
