@font-face {
  font-family: Manrope;
  src: url('manrope.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  font-family: Manrope, 'Segoe UI', Arial, sans-serif;
  color: #202327;
  background: #fafbfc;
  line-height: 1.5;
  letter-spacing: 0;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #087f65; outline-offset: 4px; }
header { border-bottom: 1px solid #dce1e4; background: #fff; }
.container, .header-inner { width: min(100% - 40px, 1024px); margin-inline: auto; }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; font-size: 20px; font-weight: 700; }
.brand img { flex: 0 0 30px; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: #242b26; color: #fff; border-radius: 6px; font-size: 26px; font-weight: 800; line-height: 1; flex-shrink: 0; }
.brand-mark > span { color: #b8e761; }
.brand-name { font-size: 17px; font-weight: 800; line-height: 1.3; }
.brand-sub { display: block; color: #66716a; font-size: 9px; margin-top: 3px; }
.brand-mark.small { width: 32px; height: 32px; font-size: 20px; }
.preview-label .status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #80a24f; }
.preview-label { color: #535d4d; background: #f1f5e9; padding: 5px 10px; border-radius: 4px; font-size: 12px; flex-shrink: 0; }
main { padding-block: 40px 56px; min-height: 65vh; }
h1 { font-size: 32px; line-height: 1.2; margin: 0 0 28px; overflow-wrap: break-word; }
.tool-list { padding: 0; list-style: none; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.tool-list li { min-width: 0; border-bottom: 1px solid #dce1e4; }
.tool-list a { display: flex; align-items: center; gap: 14px; min-height: 90px; padding: 16px 8px; text-decoration: none; overflow-wrap: anywhere; font-size: 18px; }
.tool-list a:hover, .tool-list a[aria-current] { background: #edf7f4; color: #075d4b; }
.tool-number { font-size: 13px; color: #68737a; flex: 0 0 22px; font-variant-numeric: tabular-nums; }
.back { display: inline-block; padding-block: 8px; margin-bottom: 20px; color: #075d4b; }
.tool-workspace { border-block: 1px solid #dce1e4; min-height: 176px; display: flex; align-items: center; justify-content: center; padding: 24px; text-align: center; background: #fff; }
.status { color: #5a656d; margin: 0; }
.related { margin-top: 40px; }
.compact a { min-height: 64px; font-size: 16px; }
footer { border-top: 1px solid #dce1e4; padding-block: 24px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 14px; color: #5a656d; }
.skip { position: absolute; top: -100px; left: 16px; z-index: 10; background: #fff; padding: 12px; }
.skip:focus { top: 12px; }
@media (max-width: 600px) {
  .container, .header-inner { width: calc(100% - 32px); }
  .header-inner { min-height: 72px; gap: 8px; }
  .brand { font-size: 17px; gap: 8px; }
  .preview-label { font-size: 12px; padding-inline: 8px; }
  main { padding-block: 28px 40px; }
  h1 { font-size: 28px; }
  .tool-list { grid-template-columns: minmax(0, 1fr); }
  .tool-list a { min-height: 72px; padding-block: 14px; }
  .tool-workspace { min-height: 160px; }
}
