html,
body,
#root {
  max-width: 100%;
  min-width: 0;
}

html,
body {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) and (min-height: 760px) {
  .hero-workbench-grid {
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr) !important;
  }

  .hero-workbench-copy {
    min-width: 0 !important;
  }

  #tool-launcher-heading {
    font-size: clamp(40px, 3.45vw, 44px) !important;
    line-height: 1.02 !important;
  }

  #tool-launcher-heading > span {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .header-inner,
  .sheetzer-workbench-hero,
  footer,
  main > section {
    min-width: 0;
  }

  .hero-format-group strong,
  .hero-preview-drop-copy,
  .footer-links {
    overflow-wrap: anywhere;
  }
}

.sz-app-fallback {
  width: min(100% - 32px, 920px);
  margin: clamp(32px, 8vh, 96px) auto;
  padding: clamp(24px, 6vw, 64px);
  border: 1px solid #ddd8d1;
  border-radius: 20px;
  background: #fff;
  color: #181716;
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 24px 70px rgb(25 18 12 / 10%);
}

.sz-app-fallback-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 20px;
  font-weight: 850;
  text-decoration: none;
}

.sz-app-fallback-brand span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #c2410c;
  color: #fff;
}

.sz-app-fallback-kicker { margin: 42px 0 8px; color: #9a3412; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.sz-app-fallback h1 { max-width: 17ch; margin: 0; font-size: clamp(36px, 7vw, 66px); line-height: 1; letter-spacing: -.055em; }
.sz-app-fallback > p:not(.sz-app-fallback-kicker) { max-width: 62ch; margin: 22px 0 0; color: #5d5a56; }
.sz-app-fallback nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.sz-app-fallback nav a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 15px; border: 1px solid #cec8c0; border-radius: 9px; color: inherit; font-weight: 750; text-decoration: none; }
.sz-app-fallback nav a:first-child { border-color: #c2410c; background: #c2410c; color: #fff; }
.sz-app-fallback a:focus-visible { outline: 3px solid #c2410c; outline-offset: 3px; }

@media (prefers-color-scheme: dark) {
  .sz-app-fallback { border-color: #393b39; background: #1b1d1c; color: #f6f4f1; }
  .sz-app-fallback > p:not(.sz-app-fallback-kicker) { color: #bbb8b2; }
  .sz-app-fallback nav a { border-color: #4b4d4b; }
}
