/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "u001";
  src: url("/assets/fonts/u001/u001-reg.woff") format("woff"), url("/assets/fonts/u001/u001-reg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "u001";
  src: url("/assets/fonts/u001/u001-ita.woff") format("woff"), url("/assets/fonts/u001/u001-ita.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "u001";
  src: url("/assets/fonts/u001/u001-bol.woff") format("woff"), url("/assets/fonts/u001/u001-bol.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "u001";
  src: url("/assets/fonts/u001/u001-bolita.woff") format("woff"), url("/assets/fonts/u001/u001-bolita.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "u001_condensed";
  src: url("/assets/fonts/u001/u001con-reg.woff") format("woff"), url("/assets/fonts/u001/u001con-reg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "u001_condensed";
  src: url("/assets/fonts/u001/u001con-ita.woff") format("woff"), url("/assets/fonts/u001/u001con-ita.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "u001_condensed";
  src: url("/assets/fonts/u001/u001con-bol.woff") format("woff"), url("/assets/fonts/u001/u001con-bol.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "u001_condensed";
  src: url("/assets/fonts/u001/u001con-bolita.woff") format("woff"), url("/assets/fonts/u001/u001con-bolita.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
html {
  font-size: 18pt;
}
html.presentation {
  color: blue;
}
html.presentation footer {
  position: fixed;
  bottom: 1em;
  left: 1em;
}
* {
  box-sizing: border-box;
}
body {
  font-family: u001, Courier, monospace;
  letter-spacing: -1px;
  text-align: left;
  text-align-last: left;
  line-height: 1.3;
  padding: 1.8em;
}
body.version-dev {
  background-color: darkgray;
}
a {
  font-family: "u001_condensed", Courier, monospace;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.4pt;
  font-variant: all-small-caps;
}
a:hover {
  color: blue;
}
a.btn {
  display: block;
  width: fit-content;
  font-size: 0.8rem;
  border: 2px solid blue;
  padding: 0.2em 0.5em;
  border-radius: 0.25rem;
}
a.btn:hover {
  box-shadow: 0px 0px 5px 0px blue;
}
a.btn-1 {
  background-color: blue;
  color: white;
}
a.btn-1:visited {
  color: white;
}
a.btn-2 {
  background-color: white;
  color: blue;
}
a.btn-2:visited {
  color: blue;
}
a.term {
  font-family: serif;
  font-weight: 400;
  letter-spacing: initial;
  font-size: 1.2rem;
  font-variant: normal;
  text-transform: capitalize;
}
a.unicode-only {
  font-size: 1.2rem;
  padding: 0.2rem 0.2rem;
  line-height: 1;
  height: 1em;
  width: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid blue;
  border-radius: 1rem;
  font-weight: 400;
}
input[type="submit"] {
  display: block;
  width: fit-content;
  font-size: 0.8rem;
  border: 2px solid blue;
  padding: 0.2em 0.5em;
  border-radius: 0.25rem;
  background-color: blue;
  color: white;
  font-family: "u001_condensed", Courier, monospace;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.4pt;
  font-variant: all-small-caps;
  margin: 0.6em 0;
}
input[type="submit"]:hover {
  box-shadow: 0px 0px 5px 0px blue;
}
h1 {
  font-size: 2.3rem;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
  line-height: 0.85;
}
h1.term {
  font-size: 3rem;
  font-family: serif;
  line-height: initial;
  width: fit-content;
  border-bottom: 2px solid black;
  margin: 0;
}
h2 {
  font-size: 1.5rem;
  line-height: 0.85;
  margin-bottom: 0.6em;
  margin-top: 0.9em;
}
p {
  margin-bottom: 0.75em;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
ol,
ul {
  list-style: initial;
}
li::marker {
  display: none;
  content: " ";
}
li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
li::marker {
  display: block;
  content: initial;
}
img {
  max-width: 100%;
  height: auto;
}
.summary,
img,
details {
  margin-bottom: 0.6em;
}
.help {
  margin: 0.5rem 0;
  padding: 0.5rem;
  background-color: #ffe4e8;
}
.title__wrapper {
  display: flex;
  gap: 0.6em;
  align-items: end;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
header {
  display: flex;
  gap: 1.8em;
  padding-bottom: 0.6em;
  border-bottom: 2px solid black;
  margin-bottom: 1.2em;
}
header details {
  position: relative;
}
header details ul {
  position: absolute;
  background-color: white;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.2rem;
}
header details ul li {
  margin: 0;
}
.landing-page {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page h1,
.landing-page h2 {
  text-align: center;
  margin: 0;
}
.landing-page h1 {
  font-size: 8rem;
}
.landing-page h2 {
  font-size: 3.3rem;
}
.landing-page .content {
  display: flex;
  gap: 1.2em;
  flex-direction: column;
  align-items: center;
}
.landing-page .lang__wrapper {
  display: flex;
  gap: 1.2em;
  margin-top: 2.4em;
  font-size: 2rem;
}
.lingua-page .term a {
  font-family: "u001";
  text-transform: capitalize;
  font-variant: normal;
  font-weight: 400;
  color: black;
  letter-spacing: initial;
}
.lingua-page .term a:hover .name {
  text-decoration: underline;
}
.lingua-page .term a:hover .lang {
  text-decoration: none;
}
.lingua-page .term a {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}
.lingua-page .term .name {
  font-size: 3rem;
  font-family: serif;
}
.sequence-page .item-event .item-space {
  font-family: serif;
  font-style: italic;
}
.sequence-page .item-event blockquote {
  quotes: auto;
  color: grey;
  font-size: 120%;
}
.sequence-page .item-event code {
  font-family: monospace;
  font-size: 10pt;
}
.sequence-page .video .info {
  font-size: small;
}
.space-map {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
}
.space-map .node.root {
  margin: 5px;
  flex-grow: 1;
}
.space-map .node .space-node {
  padding: 0.3em;
  margin: 0.3em 0;
  width: 100%;
  height: 100%;
  cursor: default;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.space-map .node .space-node:last-child {
  margin: 0;
}
.space-map .node .space-node:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.space-map .node .space-node.level-0 {
  font-size: 1.6rem;
  background-color: #fafafa;
}
.space-map .node .space-node.level-0:hover {
  background-color: #e6ffe6;
}
.space-map .node .space-node.level-1 {
  font-size: 1.4rem;
  background-color: #f5f5f5;
}
.space-map .node .space-node.level-1:hover {
  background-color: #d7ffd7;
}
.space-map .node .space-node.level-2 {
  font-size: 1.2rem;
  background-color: #f0f0f0;
}
.space-map .node .space-node.level-2:hover {
  background-color: #c7ffc7;
}
.space-map .node .space-node.level-3 {
  font-size: 1rem;
  background-color: #ebebeb;
}
.space-map .node .space-node.level-3:hover {
  background-color: #b8ffb8;
}
.space-map .node .space-node.level-4 {
  font-size: 0.8rem;
  background-color: #e6e6e6;
}
.space-map .node .space-node.level-4:hover {
  background-color: #a9ffa9;
}
.space-map .node .selected {
  border-color: blue;
  outline: 2px solid blue;
}
.term-list-page .term {
  display: flex;
}
.term-list-page .term .name {
  font-size: 32pt;
}
.term-list-page .term .edit a {
  color: transparent;
}
.term-list-page .term:hover .edit a {
  color: green;
}
.term-list-page .form {
  padding: 2em;
  border: 1px solid grey;
}
.term-list-page .form h1 {
  text-decoration: underline;
}
.event-form-page h1.term {
  font-family: serif;
  font-size: 3rem;
  line-height: initial;
  margin: 0;
}
.event-form-page main {
  display: flex;
  gap: 0.6em;
}
.event-form-page .content {
  padding-left: 1.8em;
}
.event-form-page .content .input__wrapper {
  display: flex;
  flex-direction: column;
}
.event-form-page .content label {
  font-size: 0.8rem;
  border: 1px solid black;
  border-bottom: 0px;
  width: fit-content;
  padding: 0 0.5rem;
  margin-bottom: -1px;
}
.event-form-page .content input[type="number"] {
  font-size: 0.8rem;
}
.event-form-page .content input#input-year {
  width: 10rem;
  margin-bottom: 0.6em;
}
.event-form-page .content textarea {
  min-height: 10rem;
}
.timeline {
  padding: 1.2em;
  border-left: 2px solid black;
  margin-left: 1.2em;
  max-width: 25rem;
}
.timeline .item {
  padding: 0.6em;
  position: relative;
}
.timeline .item .item-date {
  position: absolute;
  left: -1.2em;
  transform: translateX(-50%);
  padding: 0.2rem;
  border: 2px solid black;
  border-radius: 0.5rem;
  background-color: white;
  font-size: 1rem !important;
}
.timeline .item .item-event {
  padding-top: 0.2rem;
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid;
  margin-top: 1em;
}
.timeline .item a.unicode-only {
  position: absolute;
  left: -1.8rem;
  transform: translateX(-50%);
  top: 2.7rem;
}
.timeline .item.selected .item-date {
  font-family: "u001_condensed", Courier, monospace;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.4pt;
  font-variant: all-small-caps;
  background-color: blue;
  border: 2px solid blue;
  color: white;
}
@media (max-width: 500px) {
  html {
    font-size: 14pt;
  }
  body {
    padding: 1rem;
  }
  body.index.events {
    padding: 1rem 1rem 1rem 0.5rem;
  }
  .landing-page {
    text-align-last: auto;
  }
  .landing-page h1 {
    font-size: 3rem;
  }
  .landing-page h2 {
    font-size: 2rem;
  }
  .landing-page .lang__wrapper {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 0.6em;
  }
  .index.events .event__wrapper {
    display: block;
  }
  .index.events .event__wrapper > div {
    margin-bottom: 0.6em;
  }
}
