:root {
  --bg: #f4f5f7;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --line: #d9dee7;
  --line-strong: #b9c2d2;
  --text: #161b22;
  --muted: #5f6b7a;
  --soft: #eef2f7;
  --primary: #0f766e;
  --primary-strong: #0b5f59;
  --primary-soft: #d9f3ee;
  --accent: #b45309;
  --danger: #b42318;
  --good: #087443;
  --focus: 0 0 0 3px rgba(15, 118, 110, 0.18);
  --shadow: 0 18px 50px rgba(22, 27, 34, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(15, 118, 110, 0.08) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(0deg, rgba(180, 83, 9, 0.06) 1px, transparent 1px) 0 0 / 44px 44px,
    var(--bg);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100vh;
  padding: 24px;
  overflow: auto;
  color: #f8fafc;
  background: #14213d;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #f8fafc;
  background: #0f766e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.brand h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
}

.brand p {
  margin: 4px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 13px;
}

.search-box,
.language-box {
  display: grid;
  gap: 8px;
  color: rgba(248, 250, 252, 0.78);
  font-size: 13px;
}

.search-box input,
.language-box select {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  outline: none;
}

.search-box input::placeholder {
  color: rgba(248, 250, 252, 0.48);
}

.search-box input:focus,
.language-box select:focus {
  border-color: rgba(94, 234, 212, 0.8);
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.16);
}

.language-box select option {
  color: var(--text);
  background: #ffffff;
}

.site-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.site-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  color: rgba(248, 250, 252, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
}

.site-links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.category-list {
  display: grid;
  gap: 8px;
}

.category-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  color: rgba(248, 250, 252, 0.78);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: left;
}

.category-button:hover,
.category-button.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.category-button small {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 22px;
  padding: 0 6px;
  color: rgba(248, 250, 252, 0.74);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 12px;
}

.sidebar-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
  color: rgba(248, 250, 252, 0.66);
  font-size: 13px;
}

.sidebar-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sidebar-actions .ghost-button {
  min-width: 0;
  padding: 0 10px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

.sidebar-actions .ghost-button:hover {
  background: rgba(255, 255, 255, 0.13);
}

.workspace {
  min-width: 0;
  padding: 28px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1380px;
  margin: 0 auto 18px;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}

.topbar h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.05;
}

.quick-actions {
  display: flex;
  gap: 8px;
}

.icon-button,
.ghost-button,
.action-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.icon-button {
  width: 42px;
  padding: 0;
  font-size: 22px;
}

.icon-button:hover,
.ghost-button:hover,
.secondary-button:hover {
  border-color: var(--line-strong);
  background: var(--surface-soft);
}

.action-button {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.action-button:hover {
  background: var(--primary-strong);
  border-color: var(--primary-strong);
}

.danger-button {
  color: #ffffff;
  background: var(--danger);
  border-color: var(--danger);
}

.tool-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 18px;
  max-width: 1380px;
  margin: 0 auto;
}

.tool-menu {
  display: grid;
  align-content: start;
  gap: 10px;
}

.tool-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  min-height: 72px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(217, 222, 231, 0.9);
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 6px 24px rgba(22, 27, 34, 0.04);
}

.tool-card:hover,
.tool-card.is-active {
  border-color: rgba(15, 118, 110, 0.5);
  background: #ffffff;
}

.tool-card.is-active {
  box-shadow: var(--shadow);
}

.tool-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--primary-strong);
  background: var(--primary-soft);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.tool-card h3 {
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-card p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.star {
  color: #c98309;
  font-size: 18px;
}

.tool-panel {
  min-height: 680px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 222, 231, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.content-band {
  max-width: 1380px;
  margin: 22px auto 0;
  padding: 26px 0;
  border-top: 1px solid rgba(185, 194, 210, 0.7);
}

.content-band h2 {
  max-width: 760px;
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}

.content-band h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.content-band p {
  max-width: 820px;
  color: var(--muted);
  line-height: 1.65;
}

.section-kicker {
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.link-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.link-grid a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.link-grid a span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.directory-grid a {
  align-items: flex-start;
  min-height: 96px;
}

.link-grid a:hover {
  border-color: rgba(15, 118, 110, 0.5);
}

.feature-grid > div {
  padding-top: 14px;
  border-top: 3px solid var(--primary-soft);
}

.detail-grid ul,
.prose ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.65;
}

.detail-grid li + li,
.prose li + li {
  margin-top: 8px;
}

.project-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.project-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px 14px;
  padding: 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.project-item .product-logo {
  grid-row: span 2;
}

.project-item strong {
  font-size: 20px;
}

.project-item span:last-child {
  color: var(--muted);
  line-height: 1.55;
}

.skill-hero {
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(185, 194, 210, 0.7);
}

.skill-hero h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.05;
}

.skill-hero p {
  max-width: 820px;
}

.skill-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.skill-metrics span,
.repo-meta span,
.repo-stars {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--primary-strong);
  background: var(--primary-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.skill-metrics strong {
  margin-right: 5px;
  font-size: 15px;
}

.skill-group {
  padding-top: 28px;
  margin-top: 30px;
  border-top: 1px solid rgba(185, 194, 210, 0.7);
}

.repo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.repo-grid-featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repo-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 240px;
  padding: 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.repo-card:hover {
  border-color: rgba(15, 118, 110, 0.5);
  background: #ffffff;
}

.repo-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.repo-card-top strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 18px;
  line-height: 1.25;
}

.repo-card-top em {
  display: block;
  margin-top: 5px;
  color: var(--primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.repo-summary,
.repo-fit {
  color: var(--muted);
  line-height: 1.55;
}

.repo-fit b {
  color: var(--text);
}

.repo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.repo-meta span {
  color: var(--muted);
  background: var(--soft);
}

details {
  max-width: 860px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.static-page {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 70px;
}

.top-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
}

.top-nav a:not(.brand-mark) {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.top-nav a:hover {
  border-color: rgba(15, 118, 110, 0.5);
}

.prose {
  padding: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.prose h1 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.05;
}

.prose h2 {
  margin: 30px 0 10px;
  font-size: 24px;
}

.prose p {
  color: var(--muted);
  line-height: 1.75;
}

.static-page.is-home {
  width: min(1120px, calc(100% - 32px));
}

.lab-home {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.lab-hero {
  max-width: 820px;
  padding: 46px 0 34px;
}

.lab-hero h1 {
  margin: 0 0 14px;
  font-size: 72px;
  line-height: 0.95;
}

.lab-home .lead {
  max-width: 760px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.55;
}

.lab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lab-section {
  padding: 30px 0;
  border-top: 1px solid rgba(185, 194, 210, 0.7);
}

.lab-section h2 {
  max-width: 760px;
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.product-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 180px;
  padding: 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.product-card.is-primary {
  border-color: rgba(15, 118, 110, 0.45);
  background: #ffffff;
}

.product-card strong {
  font-size: 20px;
}

.product-card span:not(.product-logo) {
  color: var(--muted);
  line-height: 1.55;
}

.product-logo {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: var(--primary);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.panel-header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.18;
}

.panel-header p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.tag,
.metric {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: var(--muted);
  background: var(--soft);
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.tool-section {
  display: grid;
  gap: 16px;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 14px;
}

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

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

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

.field {
  display: grid;
  gap: 8px;
}

.field.inline {
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  align-items: center;
}

.field label,
.field > span,
.label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

input,
select {
  height: 40px;
  padding: 0 11px;
}

textarea {
  min-height: 180px;
  padding: 12px;
  resize: vertical;
  line-height: 1.5;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(15, 118, 110, 0.62);
  box-shadow: var(--focus);
}

.mono {
  font-family:
    "SFMono-Regular", Consolas, "Liberation Mono", ui-monospace, monospace;
}

.button-row,
.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.metric-row {
  gap: 10px;
}

.metric {
  min-height: 32px;
  background: #ffffff;
  border: 1px solid var(--line);
}

.output-box,
.preview-box,
.result-list {
  min-height: 84px;
  padding: 12px;
  overflow: auto;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  white-space: pre-wrap;
  word-break: break-word;
}

.output-box:empty::before,
.preview-box:empty::before,
.result-list:empty::before {
  content: attr(data-placeholder);
  color: #8994a3;
}

.split-pane {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

th,
td {
  padding: 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 12px;
}

tr:last-child td {
  border-bottom: 0;
}

.color-preview {
  min-height: 140px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(45deg, #d9dee7 25%, transparent 25%) 0 0 / 20px 20px,
    linear-gradient(-45deg, #d9dee7 25%, transparent 25%) 0 10px / 20px 20px,
    linear-gradient(45deg, transparent 75%, #d9dee7 75%) 10px -10px / 20px 20px,
    linear-gradient(-45deg, transparent 75%, #d9dee7 75%) -10px 0 / 20px 20px;
}

.palette {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.swatch {
  min-height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.range-row {
  display: grid;
  grid-template-columns: 1fr 74px;
  gap: 10px;
  align-items: center;
}

input[type="range"] {
  padding: 0;
}

.check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.check-row label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

.check-row input {
  width: 16px;
  height: 16px;
}

.diff-line {
  display: block;
  padding: 3px 6px;
  border-left: 3px solid transparent;
}

.diff-line.add {
  background: #e8f7ef;
  border-left-color: var(--good);
}

.diff-line.remove {
  background: #fff0f0;
  border-left-color: var(--danger);
}

.diff-line.same {
  color: #6b7280;
}

.match-highlight {
  display: inline;
  padding: 1px 3px;
  background: #fef3c7;
  border-radius: 4px;
}

.image-preview {
  display: grid;
  place-items: center;
  min-height: 260px;
  overflow: hidden;
  background: var(--surface-soft);
  border: 1px dashed var(--line-strong);
  border-radius: 8px;
}

.image-preview img {
  display: block;
  max-width: 100%;
  max-height: 420px;
}

.hidden {
  display: none !important;
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 28px;
  color: var(--muted);
  text-align: center;
  background: var(--surface-soft);
  border: 1px dashed var(--line-strong);
  border-radius: 8px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  max-width: min(360px, calc(100vw - 40px));
  padding: 12px 14px;
  color: #ffffff;
  background: rgba(22, 27, 34, 0.92);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    height: auto;
    padding: 18px;
  }

  .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .workspace {
    padding: 18px 12px;
  }

  .topbar,
  .panel-header {
    align-items: stretch;
    flex-direction: column;
  }

  .topbar h2 {
    font-size: 28px;
  }

  .quick-actions {
    justify-content: flex-end;
  }

  .category-list,
  .grid-2,
  .grid-3,
  .grid-4,
  .split-pane {
    grid-template-columns: 1fr;
  }

  .sidebar {
    gap: 12px;
    padding: 14px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .category-list {
    display: flex;
    gap: 8px;
    padding-bottom: 2px;
    overflow-x: auto;
  }

  .category-button {
    flex: 0 0 auto;
    min-width: 124px;
  }

  .sidebar-footer {
    margin-top: 0;
  }

  .tool-menu {
    display: flex;
    gap: 10px;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .tool-card {
    flex: 0 0 264px;
  }

  .content-band {
    padding: 22px 0;
  }

  .link-grid,
  .feature-grid,
  .product-grid,
  .repo-grid,
  .repo-grid-featured {
    grid-template-columns: 1fr;
  }

  .lab-hero {
    padding: 30px 0 24px;
  }

  .lab-home .lead {
    font-size: 17px;
  }

  .lab-hero h1 {
    font-size: 42px;
  }

  .project-item {
    grid-template-columns: 1fr;
  }

  .project-item .product-logo {
    grid-row: auto;
  }

  .tool-panel {
    min-height: auto;
    padding: 16px;
  }

  .field.inline {
    grid-template-columns: 1fr;
  }

  .palette {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .static-page {
    width: min(100% - 24px, 980px);
    padding-top: 18px;
  }

  .prose {
    padding: 22px;
  }

  .prose h1 {
    font-size: 32px;
  }

  .skill-hero h2 {
    font-size: 34px;
  }

  .repo-card-top {
    flex-direction: column;
  }
}
