@charset "UTF-8";
:root {
  --fg-accent: #f80;
  --bg-accent: #060;
}

.warning, .notice, .disclaimer {
  padding: 2mm;
}
.warning::before, .notice::before, .disclaimer::before {
  margin-right: 2mm;
}

a {
  color: #0e0;
  text-decoration: none;
}

a.no-icon::after {
  content: "";
}

address {
  font-style: inherit;
}

blockquote + figcaption {
  text-align: right;
}

header {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 36pt;
  justify-content: center;
  margin: 2rem 0;
}

.comparison {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.comparison .compared {
  border: 2px solid #777;
  padding: 2mm;
}
.comparison .compared h6 {
  margin: 0;
  color: #ff0;
  font-size: 12pt;
}

.disclaimer {
  background-color: #700;
}
.disclaimer::before {
  content: "⚠";
}

.error {
  color: #f00;
}

.index {
  list-style-type: "→ ";
}

.notice {
  background-color: #007;
}
.notice::before {
  content: "🛈";
}

.qa dt {
  color: #f8f;
}

.warning {
  background-color: #440;
}
.warning::before {
  content: "⚠";
}

.wip {
  color: #777;
}
.wip::after {
  content: " [WIP]";
}
.wip a {
  color: #090;
}

.xigoi {
  font-style: normal;
  color: #f80;
}
