body {
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.5;
}

.sst-layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.sst-main {
  flex: 1;
  min-width: 0;
}

.sst-sidebar {
  flex: 0 0 auto;
  position: sticky;
  top: 16px;
}

center > table:not([width]),
.sst-main > table:not([width]) {
  width: 90%;
  max-width: 1100px;
}

center > table:not([width]) td > table:not([width]),
.sst-main > table:not([width]) td > table:not([width]) {
  width: 100%;
}

.sst-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px;
}

.sst-nav a {
  display: block;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.13);
  text-decoration: none;
  font-size: 0.875rem;
  white-space: nowrap;
}

.sst-nav a:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(0, 0, 0, 0.28);
}

h3 {
  font-size: 1rem;
  line-height: 1.9;
}

h3 a {
  padding: 1px 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

h3 a:hover {
  background: rgba(255, 255, 255, 0.8);
}

pre {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.8rem;
  line-height: 1.45;
  overflow-x: auto;
}

input[type="text"],
input[type="password"] {
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  font-family: inherit;
  font-size: 0.9rem;
}

input[type="submit"] {
  padding: 4px 14px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
}

input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.88);
}

td {
  line-height: 1.5;
}
