/* 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;
}

:root {
  font-family: system-ui;
}

main {
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto;
  padding: 32px;
}

main > header {
  padding: 32px 0px;
}
main > header h1 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 0.85em;
}

main > form nav {
  display: flex;
  border: 3px solid #d4d4d4;
  border-radius: 16px;
}
main > form nav:focus-within {
  border-color: black;
}
main > form nav button, main > form nav input {
  margin: 0;
}
main > form nav input {
  flex-grow: 1;
  width: 100%;
  font-size: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 16px;
  border: none;
  outline: none;
  background: none;
}
main > form nav input::placeholder {
  font-weight: 400;
}
main > form nav input::-webkit-inner-spin-button, main > form nav input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main > form nav button {
  flex-grow: 2;
  background: #111;
  color: white;
  font: inherit;
  font-weight: 500;
  font-size: 20px;
  padding: 16px;
  margin: 8px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.content {
  line-height: 1.2;
  padding: 32px 0px;
}
.content .loading, .content .error {
  color: #666;
  font-size: 21px;
  padding: 32px;
  text-align: center;
}
.content .latest {
  font-size: 21px;
  padding: 20px 20px;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  background: black;
  margin-bottom: 32px;
}
.content .latest figure {
  font-size: 44px;
}
.content .latest .description {
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.25em;
  color: white;
}
.content .latest .date {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}
.content .history .title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.content .history .event {
  color: #4A4A4A;
  margin-bottom: 8px;
  padding: 10px 16px;
  border-radius: 8px;
}
.content .history .event .description {
  display: block;
  font-weight: 400;
  margin-bottom: 0.25em;
}
.content .history .event .date {
  font-weight: 400;
  font-size: 15px;
  color: #888B90;
}
.content .history .event:nth-of-type(odd) {
  background: rgba(220, 220, 223, 0.2);
}

/*# sourceMappingURL=ui.css.map */
