@font-face {
  font-family: Enduro;
  src: url('/assets/enduro-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Enduro;
  src: url('/assets/enduro-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  font-family: Enduro, Arial, sans-serif;
  font-synthesis: none;
  color: #f2f2f2;
  background: #000;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { color: #000; background: #ddd; }
.page { width: min(560px, calc(100% - 48px)); margin-inline: auto; padding: 88px 0 80px; }
.brand { display: flex; align-items: center; gap: 9px; font-size: 27px; font-weight: 500; letter-spacing: -.8px; }
.brand img { display: block; }
main { margin-top: 64px; }
main:focus { outline: none; }
h1, h2 { margin: 0; font-weight: 400; }
h1 { font-size: 32px; line-height: 1.35; letter-spacing: -.025em; }
.intro, .trusted, .explorer-link { font-size: inherit; color: #b3b3b3; opacity: 1; }
.intro { margin: 24px 0 0; }
.trusted { margin: 20px 0 0; }
.trusted a, .trusted a:hover { color: inherit; opacity: 1; text-decoration-skip-ink: none; }
a { color: #f2f2f2; text-underline-offset: 5px; text-decoration-thickness: 1px; text-decoration-color: #777; }
a:hover { color: #fff; text-decoration-color: #fff; }
a:focus-visible { outline: 2px solid #fff; outline-offset: 6px; border-radius: 1px; }
.explorer-link { display: inline; text-decoration: underline; text-decoration-skip-ink: none; }
.explorer-link:hover { color: #b3b3b3; text-decoration-color: #fff; }
.updates, .team, .investors { margin-top: 64px; }
h2 { color: #999; font-size: 15px; }
ul { margin: 17px 0 0; padding: 0; list-style: none; }
li { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-block: 6px; color: #b3b3b3; line-height: 1.5; }
.title { color: #999; font-size: 14px; text-align: right; max-width: 45%; flex-shrink: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 10px 16px; background: #fff; color: #000; z-index: 1; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); color: #000; }
@media (max-width: 600px) {
  .page { padding-top: 42px; }
  main { margin-top: 52px; }
  h1 { font-size: 28px; line-height: 1.4; }
  .updates, .team, .investors { margin-top: 48px; }
}

.pareto { position: relative; width: 100%; height: clamp(148px, 32vw, 180px); margin: 20px 0 0; }
.pareto canvas, .pareto-fallback { display: block; position: absolute; inset: 0; width: 100%; height: 100%; }
.pareto canvas { visibility: hidden; }
.pareto[data-renderer="webgl"] canvas { visibility: visible; }
.pareto[data-renderer="webgl"] .pareto-fallback { visibility: hidden; }

.update { margin-top: 23px; color: #b3b3b3; }
.update time { display: block; color: #999; font-size: 14px; }
.update p { margin: 6px 0 0; }
