@media (prefers-color-scheme: light) {
  :root {
    --background-hex: 255, 255, 255;
    --background-normal: #ffffff;
    --background-darker: #e0e0e0;
    --background-hover: #ababab;
    --text-hex: 0, 0, 0;
    --text-hex-invert: 255, 255, 255;
    --text-normal: #1d1d1e;
    --text-link: #282828;
    --text-focus: #111111;
    --text-hover: #000000;
    --text-invert: #C5C8C6;
    --active: rgba(48, 167, 249, 1); } }

@media (prefers-color-scheme: dark) {
  :root {
    --background-hex: 0, 0, 0;
    --background-normal: #222222;
    --background-darker: #161719;
    --background-hover: #333333;
    --text-hex: 255, 255, 255;
    --text-hex-invert: 0, 0, 0;
    --text-normal: #aaa;
    --text-link: #eeeeee;
    --text-focus: #ffffff;
    --text-hover: #ffffff;
    --text-invert: #161719;
    --active: rgba(192, 255, 200, 1); } }

body.light-theme {
  --background-hex: 255, 255, 255;
  --background-normal: #ffffff;
  --background-darker: #e0e0e0;
  --background-hover: #ababab;
  --text-hex: 0, 0, 0;
  --text-hex-invert: 255, 255, 255;
  --text-normal: #1d1d1e;
  --text-link: #282828;
  --text-focus: #111111;
  --text-hover: #000000;
  --text-invert: #C5C8C6;
  --active: rgba(48, 167, 249, 1); }

body.dark-theme {
  --background-hex: 0, 0, 0;
  --background-normal: #222222;
  --background-darker: #333333;
  --background-hover: #333333;
  --text-hex: 255, 255, 255;
  --text-hex-invert: 0, 0, 0;
  --text-normal: #aaa;
  --text-link: #eeeeee;
  --text-focus: #ffffff;
  --text-hover: #ffffff;
  --text-invert: #161719;
  --active: rgba(192, 255, 200, 1); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@media print {
  *,
  *:before,
  *:after {
    -webkit-box-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="#"]:after {
    content: ""; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; } }

@media (prefers-color-scheme: light) {
  :root {
    --background-hex: 255, 255, 255;
    --background-normal: #ffffff;
    --background-darker: #e0e0e0;
    --background-hover: #ababab;
    --text-hex: 0, 0, 0;
    --text-hex-invert: 255, 255, 255;
    --text-normal: #1d1d1e;
    --text-link: #282828;
    --text-focus: #111111;
    --text-hover: #000000;
    --text-invert: #C5C8C6;
    --active: rgba(48, 167, 249, 1); } }

@media (prefers-color-scheme: dark) {
  :root {
    --background-hex: 0, 0, 0;
    --background-normal: #222222;
    --background-darker: #161719;
    --background-hover: #333333;
    --text-hex: 255, 255, 255;
    --text-hex-invert: 0, 0, 0;
    --text-normal: #aaa;
    --text-link: #eeeeee;
    --text-focus: #ffffff;
    --text-hover: #ffffff;
    --text-invert: #161719;
    --active: rgba(192, 255, 200, 1); } }

body.light-theme {
  --background-hex: 255, 255, 255;
  --background-normal: #ffffff;
  --background-darker: #e0e0e0;
  --background-hover: #ababab;
  --text-hex: 0, 0, 0;
  --text-hex-invert: 255, 255, 255;
  --text-normal: #1d1d1e;
  --text-link: #282828;
  --text-focus: #111111;
  --text-hover: #000000;
  --text-invert: #C5C8C6;
  --active: rgba(48, 167, 249, 1); }

body.dark-theme {
  --background-hex: 0, 0, 0;
  --background-normal: #222222;
  --background-darker: #333333;
  --background-hover: #333333;
  --text-hex: 255, 255, 255;
  --text-hex-invert: 0, 0, 0;
  --text-normal: #aaa;
  --text-link: #eeeeee;
  --text-focus: #ffffff;
  --text-hover: #ffffff;
  --text-invert: #161719;
  --active: rgba(192, 255, 200, 1); }

input, button, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%; }

input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.form-control {
  background-color: rgba(var(--background-hex), 1);
  background-image: none;
  border: 1px solid var(--text-link);
  border-radius: 4px;
  color: var(--text-normal);
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 1.42857143;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(var(--background-hex), 0.075);
  box-shadow: inset 0 1px 1px rgba(var(--background-hex), 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease; }
  .form-control:focus {
    border-color: var(--active);
    box-shadow: 0 0 0 4px var(--active);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(var(--background-hex), 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(var(--background-hex), 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }

.form-group {
  margin-bottom: 15px; }

input[type='text'],
input[type='text']:focus {
  outline: none !important; }

textarea {
  height: 400px;
  margin: 0;
  width: 100%; }
  textarea.form-control {
    height: auto; }
  textarea:focus {
    outline: none !important; }

.button-row {
  display: flex;
  justify-content: space-between; }
  .button-row input.save {
    background-color: transparent;
    border: 2px solid #2fcb35;
    border-radius: 8px;
    color: #2fcb35;
    cursor: pointer;
    font-weight: 900;
    padding: 3px 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s; }
    .button-row input.save:hover, .button-row input.save:focus {
      background-color: #2fcb35;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none;
      text-shadow: -3px 0 1px rgba(47, 203, 53, 0.82), 0 -3px 1px rgba(48, 167, 249, 0.88), 0 3px 1px rgba(255, 251, 78, 0.85), 3px 0 1px rgba(249, 74, 82, 0.91); }
  .button-row a.delete {
    background-color: transparent;
    border: 2px solid #f94a52;
    border-radius: 8px;
    color: #f94a52;
    cursor: pointer;
    font-weight: 900;
    padding: 3px 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s; }
    .button-row a.delete:hover, .button-row a.delete:focus {
      background-color: #f94a52;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none;
      text-shadow: -3px 0 1px rgba(47, 203, 53, 0.82), 0 -3px 1px rgba(48, 167, 249, 0.88), 0 3px 1px rgba(255, 251, 78, 0.85), 3px 0 1px rgba(249, 74, 82, 0.91); }

h1,
h2,
h3,
h4 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.1; }

h1,
h2,
h3 {
  margin-bottom: 10px;
  margin-top: 20px; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 20px; }

table {
  animation: float 5s infinite;
  background: var(--background-normal);
  border-collapse: collapse;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(var(--text-hex), 0.1);
  padding: 5px;
  margin-bottom: 1rem; }

tr {
  border-bottom: 1px solid #c1c3d1;
  border-top: 1px solid #c1c3d1;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); }
  tr:hover td, tr:hover td * {
    background-color: var(--background-hover);
    border-top: 1px solid var(--text-link);
    color: var(--text-focus); }
  tr:first-child {
    border-top: 0; }
  tr:last-child {
    border-bottom: 0; }
    tr:last-child td:first-child {
      border-bottom-left-radius: 3px; }
    tr:last-child td:last-child {
      border-bottom-right-radius: 3px; }
  tr:nth-child(odd) td {
    background-color: var(--background-darker); }
  tr:nth-child(odd):hover td {
    background-color: var(--background-hover); }

th {
  background-color: var(--background-hover);
  border-bottom: 1px solid #9ea7af;
  border-right: 1px solid #343a45;
  color: var(--text-focus);
  font-size: 12px;
  padding: 4px 12px;
  text-align: left;
  vertical-align: middle; }
  th:first-child {
    border-top-left-radius: 3px; }
  th:last-child {
    border-right: 0;
    border-top-right-radius: 3px; }

td {
  background-color: var(--background-normal);
  border-right: 1px solid #c1c3d1;
  font-size: 12px;
  padding: 10px;
  text-align: left;
  vertical-align: middle; }
  td:last-child {
    border-right: 0; }

td.text-left,
th.text-left {
  text-align: left; }

td.text-center,
th.text-center {
  text-align: center; }

td.text-right,
th.text-right {
  text-align: right; }

/**
 * Tabs
 */
.tabs {
  display: flex;
  flex-wrap: wrap; }
  .tabs label {
    order: 1;
    display: block;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    font-weight: bold;
    transition: background ease 0.2s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(var(--background-hex), 0.5); }
  .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none; }
  .tabs input[type="radio"] {
    display: none; }
  .tabs input[type="radio"]:checked + label {
    background: var(--active); }
  .tabs input[type="radio"]:checked + label + .tab {
    display: block; }

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial; }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem; } }

.navbar {
  background-color: rgba(25, 24, 23, 0.8);
  background-image: url("https://snes.in/site/bg/background-mother2-onett.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 50%;
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #1d1d1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  z-index: 1000; }
  .navbar .background {
    background-color: rgba(25, 24, 23, 0.5);
    transition: .5s; }
    .navbar .background:hover, .navbar .background:focus {
      background-color: rgba(25, 24, 23, 0.8); }
  .navbar .navbar-header {
    align-items: center;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 1em;
    padding-top: 1em; }
  .navbar .navbar-brand {
    margin: 0; }
    .navbar .navbar-brand a {
      color: #C5C8C6;
      font-weight: 700;
      text-decoration: none;
      text-shadow: 2px 0 2px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.5), -2px 0 2px rgba(0, 0, 0, 0.5), 0 -2px 2px rgba(0, 0, 0, 0.5); }
      .navbar .navbar-brand a:hover, .navbar .navbar-brand a:focus {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        text-shadow: -3px 0 1px rgba(47, 203, 53, 0.82), 0 -3px 1px rgba(48, 167, 249, 0.88), 0 3px 1px rgba(255, 251, 78, 0.85), 3px 0 1px rgba(249, 74, 82, 0.91); }
  .navbar .navbar-form {
    border: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0;
    padding: 0; }
    .navbar .navbar-form input {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
      .navbar .navbar-form input::placeholder, .navbar .navbar-form input:-moz-placeholder, .navbar .navbar-form input::-moz-placeholder, .navbar .navbar-form input:-ms-input-placeholder {
        color: #353535;
        font-size: 14px;
        opacity: .5; }
    .navbar .navbar-form .form-control {
      border: 0;
      border-radius: 8px;
      height: auto;
      width: 100%; }
      .navbar .navbar-form .form-control:focus {
        -webkit-box-shadow: none;
        border-color: transparent;
        box-shadow: none; }
  .navbar .navbar-buttons {
    display: flex;
    align-items: center; }
  .navbar .navbar-button {
    flex: 0 0 auto;
    margin-left: 1em; }
    .navbar .navbar-button .tags,
    .navbar .navbar-button .new-document {
      background-color: rgba(0, 0, 0, 0.6);
      border: 2px solid #C5C8C6;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      color: #C5C8C6;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
      .navbar .navbar-button .tags:hover, .navbar .navbar-button .tags:focus,
      .navbar .navbar-button .new-document:hover,
      .navbar .navbar-button .new-document:focus {
        color: rgba(255, 255, 255, 0.9);
        text-shadow: -3px 0 1px rgba(47, 203, 53, 0.82), 0 -3px 1px rgba(48, 167, 249, 0.88), 0 3px 1px rgba(255, 251, 78, 0.85), 3px 0 1px rgba(249, 74, 82, 0.91); }

.theme-toggle {
  cursor: pointer;
  font-size: 32px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

@media (min-width: 992px) {
  .navbar .navbar-header {
    margin-left: 0;
    margin-right: 0; }
  .navbar .navbar-brand {
    margin: 0;
    margin-right: 15px; } }

@media (max-width: 768px) {
  .navbar .navbar-brand {
    margin-top: 0; }
  .navbar .navbar-header {
    align-items: stretch;
    flex-direction: column;
    padding: 1em; }
    .navbar .navbar-header .navbar-form {
      margin-bottom: 1em; } }

.footer {
  background: #191817;
  color: #8c8989;
  font-size: .8em;
  text-align: center; }
  .footer a {
    color: #8c8989;
    text-decoration: none; }
    .footer a:hover, .footer a:focus {
      color: #ffffff; }

.before-main-wrapper .header-wrapper {
  overflow: hidden;
  padding: 1em 0;
  position: relative; }
  .before-main-wrapper .header-wrapper .container {
    position: relative; }
  .before-main-wrapper .header-wrapper .header-titles {
    display: flex;
    justify-content: space-between; }
    .before-main-wrapper .header-wrapper .header-titles h1 {
      align-self: center;
      font-size: 32px;
      font-style: normal;
      line-height: 1.5em;
      margin: 0;
      text-align: left; }

.main-section.edit > .content {
  width: 100%; }
  .main-section.edit > .content .dropzone {
    border-radius: 4px; }
  .main-section.edit > .content textarea {
    overflow: auto; }

@media (min-width: 1200px) {
  .header-titles h1 {
    font-size: 48px; } }

.search .result {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
  padding-bottom: 2em; }
  .search .result .result-title {
    margin-bottom: .5em;
    margin-top: 0; }

@media (prefers-color-scheme: light) {
  :root {
    --background-hex: 255, 255, 255;
    --background-normal: #ffffff;
    --background-darker: #e0e0e0;
    --background-hover: #ababab;
    --text-hex: 0, 0, 0;
    --text-hex-invert: 255, 255, 255;
    --text-normal: #1d1d1e;
    --text-link: #282828;
    --text-focus: #111111;
    --text-hover: #000000;
    --text-invert: #C5C8C6;
    --active: rgba(48, 167, 249, 1); } }

@media (prefers-color-scheme: dark) {
  :root {
    --background-hex: 0, 0, 0;
    --background-normal: #222222;
    --background-darker: #161719;
    --background-hover: #333333;
    --text-hex: 255, 255, 255;
    --text-hex-invert: 0, 0, 0;
    --text-normal: #aaa;
    --text-link: #eeeeee;
    --text-focus: #ffffff;
    --text-hover: #ffffff;
    --text-invert: #161719;
    --active: rgba(192, 255, 200, 1); } }

body.light-theme {
  --background-hex: 255, 255, 255;
  --background-normal: #ffffff;
  --background-darker: #e0e0e0;
  --background-hover: #ababab;
  --text-hex: 0, 0, 0;
  --text-hex-invert: 255, 255, 255;
  --text-normal: #1d1d1e;
  --text-link: #282828;
  --text-focus: #111111;
  --text-hover: #000000;
  --text-invert: #C5C8C6;
  --active: rgba(48, 167, 249, 1); }

body.dark-theme {
  --background-hex: 0, 0, 0;
  --background-normal: #222222;
  --background-darker: #333333;
  --background-hover: #333333;
  --text-hex: 255, 255, 255;
  --text-hex-invert: 0, 0, 0;
  --text-normal: #aaa;
  --text-link: #eeeeee;
  --text-focus: #ffffff;
  --text-hover: #ffffff;
  --text-invert: #161719;
  --active: rgba(192, 255, 200, 1); }

.content-sections {
  display: flex;
  margin-bottom: 2em;
  flex-wrap: wrap; }
  .content-sections .section {
    border: 1px solid var(--background-darker);
    border-radius: 8px;
    padding: 1.5em;
    text-align: center;
    vertical-align: top;
    transition: all 0.5s;
    box-shadow: none; }
    .content-sections .section:hover {
      box-shadow: 0 8px 22px 0 rgba(var(--background-hex), 0.18); }
    .content-sections .section h2 {
      color: var(--text-normal);
      font-weight: 700;
      letter-spacing: -1px;
      margin: 0 0 .5em; }
    .content-sections .section ul {
      list-style: none;
      padding-left: 0;
      text-align: left; }
      .content-sections .section ul li a {
        color: var(--text-link); }
    .content-sections .section .description {
      display: block;
      font-size: 14px;
      line-height: 20px; }
    .content-sections .section .link {
      display: block;
      font-size: 14px;
      padding-top: .5em;
      text-decoration: underline; }

@media (max-width: 600px) {
  .content-sections {
    flex-direction: column; } }

@media (prefers-color-scheme: light) {
  :root {
    --background-hex: 255, 255, 255;
    --background-normal: #ffffff;
    --background-darker: #e0e0e0;
    --background-hover: #ababab;
    --text-hex: 0, 0, 0;
    --text-hex-invert: 255, 255, 255;
    --text-normal: #1d1d1e;
    --text-link: #282828;
    --text-focus: #111111;
    --text-hover: #000000;
    --text-invert: #C5C8C6;
    --active: rgba(48, 167, 249, 1); } }

@media (prefers-color-scheme: dark) {
  :root {
    --background-hex: 0, 0, 0;
    --background-normal: #222222;
    --background-darker: #161719;
    --background-hover: #333333;
    --text-hex: 255, 255, 255;
    --text-hex-invert: 0, 0, 0;
    --text-normal: #aaa;
    --text-link: #eeeeee;
    --text-focus: #ffffff;
    --text-hover: #ffffff;
    --text-invert: #161719;
    --active: rgba(192, 255, 200, 1); } }

body.light-theme {
  --background-hex: 255, 255, 255;
  --background-normal: #ffffff;
  --background-darker: #e0e0e0;
  --background-hover: #ababab;
  --text-hex: 0, 0, 0;
  --text-hex-invert: 255, 255, 255;
  --text-normal: #1d1d1e;
  --text-link: #282828;
  --text-focus: #111111;
  --text-hover: #000000;
  --text-invert: #C5C8C6;
  --active: rgba(48, 167, 249, 1); }

body.dark-theme {
  --background-hex: 0, 0, 0;
  --background-normal: #222222;
  --background-darker: #333333;
  --background-hover: #333333;
  --text-hex: 255, 255, 255;
  --text-hex-invert: 0, 0, 0;
  --text-normal: #aaa;
  --text-link: #eeeeee;
  --text-focus: #ffffff;
  --text-hover: #ffffff;
  --text-invert: #161719;
  --active: rgba(192, 255, 200, 1); }

.table-of-contents {
  background-color: var(--background-darker);
  border: 1px solid var(--background-darker);
  border-radius: 3px;
  font-size: .8em;
  line-height: 1.4em;
  list-style: none;
  margin: 0 0 2em;
  padding: 12px 12px 12px;
  position: sticky;
  top: 1em;
  flex-shrink: 0;
  max-height: 100vh;
  overflow-y: scroll; }
  .table-of-contents ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .table-of-contents ul li {
      padding: 4px 0; }
      .table-of-contents ul li.active a {
        color: var(--active); }
  .table-of-contents ul.table-of-contents-h1 > li > ul.table-of-contents-h2,
  .table-of-contents ul.table-of-contents-h2 > li > ul.table-of-contents-h3,
  .table-of-contents ul.table-of-contents-h3 > li > ul.table-of-contents-h4,
  .table-of-contents ul.table-of-contents-h4 > li > ul.table-of-contents-h5 {
    padding-left: 8px; }
  .table-of-contents ul.table-of-contents-h1 > li > ul.table-of-contents-h2 > li > ul.table-of-contents-h3,
  .table-of-contents ul.table-of-contents-h2 > li > ul.table-of-contents-h3 > li > ul.table-of-contents-h4,
  .table-of-contents ul.table-of-contents-h3 > li > ul.table-of-contents-h4 > li > ul.table-of-contents-h5 {
    padding-left: 16px; }
  .table-of-contents ul.table-of-contents-h1 > li > ul.table-of-contents-h2 > li > ul.table-of-contents-h3 > li > ul.table-of-contents-h4,
  .table-of-contents ul.table-of-contents-h2 > li > ul.table-of-contents-h3 > li > ul.table-of-contents-h4 > li > ul.table-of-contents-h5 {
    padding-left: 24px; }
  .table-of-contents ul.table-of-contents-h1 > li > ul.table-of-contents-h2 > li > ul.table-of-contents-h3 > li > ul.table-of-contents-h4 > li > ul.table-of-contents-h5 {
    padding-left: 32px; }

@media (min-width: 992px) {
  .table-of-contents {
    margin: 0 0 1em 1em;
    align-self: flex-start;
    max-width: fit-content;
    position: sticky; } }

.flash-messages {
  overflow: hidden;
  padding: 1em 0;
  position: relative; }
  .flash-messages .flash-message {
    align-self: center;
    background-color: transparent;
    border: 2px solid rgba(var(--text-hex), 1);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(var(--background-hex), 0.4);
    color: rgba(var(--text-hex), 1);
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 900;
    padding: 3px 20px;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(var(--background-hex), 0.4);
    margin-bottom: 1em;
    transition: .5s; }
    .flash-messages .flash-message p {
      margin: 0; }
    .flash-messages .flash-message:last-of-type {
      margin-bottom: 0; }
    .flash-messages .flash-message:hover, .flash-messages .flash-message:focus {
      background-color: rgba(var(--text-hex), 0.9);
      box-shadow: 0 0 10px rgba(var(--text-hex), 0.4);
      color: rgba(var(--background-hex), 0.9); }
    .flash-messages .flash-message.success {
      border-color: rgba(47, 203, 53, 0.82); }
      .flash-messages .flash-message.success:hover, .flash-messages .flash-message.success:focus {
        background-color: rgba(47, 203, 53, 0.82);
        box-shadow: 0 0 10px rgba(47, 203, 53, 0.4);
        color: rgba(var(--text-hex), 1); }
    .flash-messages .flash-message.error {
      border-color: rgba(249, 74, 82, 0.91); }
    .flash-messages .flash-message.info {
      border-color: rgba(48, 167, 249, 0.88); }
    .flash-messages .flash-message.warning {
      border-color: rgba(255, 251, 78, 0.85); }

.footnote-definition {
  scroll-margin: 2rem; }

.footnote-definition:target {
  animation: yellowflash-bg 2s; }

@keyframes yellowflash-bg {
  from {
    background: yellow; }
  to {
    background: transparent; } }

.footnote-reference a {
  text-decoration: none; }

.footnote-definition .footnote-id {
  float: left;
  font-style: italic;
  margin-right: 0.5rem; }

@media (prefers-color-scheme: light) {
  :root {
    --background-hex: 255, 255, 255;
    --background-normal: #ffffff;
    --background-darker: #e0e0e0;
    --background-hover: #ababab;
    --text-hex: 0, 0, 0;
    --text-hex-invert: 255, 255, 255;
    --text-normal: #1d1d1e;
    --text-link: #282828;
    --text-focus: #111111;
    --text-hover: #000000;
    --text-invert: #C5C8C6;
    --active: rgba(48, 167, 249, 1); } }

@media (prefers-color-scheme: dark) {
  :root {
    --background-hex: 0, 0, 0;
    --background-normal: #222222;
    --background-darker: #161719;
    --background-hover: #333333;
    --text-hex: 255, 255, 255;
    --text-hex-invert: 0, 0, 0;
    --text-normal: #aaa;
    --text-link: #eeeeee;
    --text-focus: #ffffff;
    --text-hover: #ffffff;
    --text-invert: #161719;
    --active: rgba(192, 255, 200, 1); } }

body.light-theme {
  --background-hex: 255, 255, 255;
  --background-normal: #ffffff;
  --background-darker: #e0e0e0;
  --background-hover: #ababab;
  --text-hex: 0, 0, 0;
  --text-hex-invert: 255, 255, 255;
  --text-normal: #1d1d1e;
  --text-link: #282828;
  --text-focus: #111111;
  --text-hover: #000000;
  --text-invert: #C5C8C6;
  --active: rgba(48, 167, 249, 1); }

body.dark-theme {
  --background-hex: 0, 0, 0;
  --background-normal: #222222;
  --background-darker: #333333;
  --background-hover: #333333;
  --text-hex: 255, 255, 255;
  --text-hex-invert: 0, 0, 0;
  --text-normal: #aaa;
  --text-link: #eeeeee;
  --text-focus: #ffffff;
  --text-hover: #ffffff;
  --text-invert: #161719;
  --active: rgba(192, 255, 200, 1); }

.table-of-contents {
  background-color: var(--background-darker);
  border: 1px solid var(--background-darker);
  border-radius: 3px;
  font-size: .8em;
  line-height: 1.4em;
  list-style: none;
  margin: 0 0 2em;
  padding: 12px 12px 12px;
  position: sticky;
  top: 1em;
  flex-shrink: 0;
  max-height: 100vh;
  overflow-y: scroll; }
  .table-of-contents ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .table-of-contents ul li {
      padding: 4px 0; }
      .table-of-contents ul li.active a {
        color: var(--active); }
  .table-of-contents ul.table-of-contents-h1 > li > ul.table-of-contents-h2,
  .table-of-contents ul.table-of-contents-h2 > li > ul.table-of-contents-h3,
  .table-of-contents ul.table-of-contents-h3 > li > ul.table-of-contents-h4,
  .table-of-contents ul.table-of-contents-h4 > li > ul.table-of-contents-h5 {
    padding-left: 8px; }
  .table-of-contents ul.table-of-contents-h1 > li > ul.table-of-contents-h2 > li > ul.table-of-contents-h3,
  .table-of-contents ul.table-of-contents-h2 > li > ul.table-of-contents-h3 > li > ul.table-of-contents-h4,
  .table-of-contents ul.table-of-contents-h3 > li > ul.table-of-contents-h4 > li > ul.table-of-contents-h5 {
    padding-left: 16px; }
  .table-of-contents ul.table-of-contents-h1 > li > ul.table-of-contents-h2 > li > ul.table-of-contents-h3 > li > ul.table-of-contents-h4,
  .table-of-contents ul.table-of-contents-h2 > li > ul.table-of-contents-h3 > li > ul.table-of-contents-h4 > li > ul.table-of-contents-h5 {
    padding-left: 24px; }
  .table-of-contents ul.table-of-contents-h1 > li > ul.table-of-contents-h2 > li > ul.table-of-contents-h3 > li > ul.table-of-contents-h4 > li > ul.table-of-contents-h5 {
    padding-left: 32px; }

@media (min-width: 992px) {
  .table-of-contents {
    margin: 0 0 1em 1em;
    align-self: flex-start;
    max-width: fit-content;
    position: sticky; } }

/* We need this to overlay dropzone preview */
.CodeMirror-fullscreen {
  z-index: 30 !important; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: var(--background-normal);
  margin-top: 20px;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: var(--background-normal); }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  background-color: #ffffff;
  color: #1d1d1e;
  background-color: var(--background-normal);
  color: var(--text-normal);
  font-display: fallback;
  font-family: "SF Pro Display", "SF Pro Icons", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: .009em;
  position: relative; }

a {
  color: #282828;
  color: var(--text-link);
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  a:hover, a:focus {
    color: #111111;
    color: var(--text-focus);
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

p {
  margin: 0 0 0.5em; }

.text-center {
  text-align: center; }

ul {
  margin-bottom: 0.5em;
  margin-top: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }
  .container .content {
    width: 100%; }

.main-section {
  display: flex;
  margin-bottom: 1em; }
  .main-section.home {
    margin-top: 1em; }
  .main-section.detail .actions {
    display: flex;
    justify-content: space-between; }
    .main-section.detail .actions .button {
      margin-right: 1em; }
  .main-section.search main {
    display: block; }
  .main-section main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%; }
    .main-section main img {
      image-rendering: pixelated;
      max-width: 100%; }
    .main-section main a:hover {
      color: var(--text-hover); }

@media (max-width: 480px) {
  .navbar .navbar-buttons {
    flex-direction: column; }
    .navbar .navbar-buttons .navbar-button {
      margin-left: 0;
      margin-bottom: 1em; } }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (max-width: 992px) {
  .main-section main {
    display: block; }
    .main-section main .table-of-contents {
      position: relative; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (min-width: 1440px) {
  .container {
    width: 1400px; } }

.row {
  margin-left: -1em;
  margin-right: -1em; }
  .row.bottom {
    border-top: 1px solid rgba(var(--text-hex), 0.05);
    margin-top: 2em;
    padding-top: 2em; }
    .row.bottom main {
      justify-content: center; }
    .row.bottom .content-sections {
      margin-bottom: 0;
      width: 100%; }
      .row.bottom .content-sections .col-sm-4, .row.bottom .content-sections .col-sm-8, .row.bottom .content-sections .col-sm-12 {
        margin-bottom: 0; }

.col-sm-4,
.col-sm-8,
.col-sm-12 {
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  margin-bottom: 1em; }

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; } }

article a {
  font-weight: bold;
  text-decoration: underline; }

pre,
code,
textarea {
  font-family: 'M PLUS 1 Code', Monaco, Consolas, 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; }

pre {
  padding: 16px;
  overflow-x: auto;
  background-color: #272822;
  color: #f8f8f2; }
  pre > code {
    font-family: 'M PLUS 1 Code', Monaco, Consolas, 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
    word-wrap: break-word;
    border: 0;
    padding-right: 0;
    padding-left: 0; }
    pre > code > pre {
      padding: 0;
      margin: 0; }

pre, textarea {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400; }

.button {
  align-self: center;
  background-color: transparent;
  border: 2px solid rgba(var(--text-hex), 1);
  border-radius: 0.5em;
  box-shadow: 0 0 10px rgba(var(--background-hex), 0.4);
  color: rgba(var(--text-hex), 1);
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(var(--background-hex), 0.4);
  text-transform: uppercase;
  transition: .5s; }
  .button:hover, .button:focus {
    background-color: rgba(var(--text-hex), 0.9);
    box-shadow: 0 0 0.5em rgba(var(--text-hex), 0.4);
    color: rgba(var(--background-hex), 0.9);
    text-decoration: none;
    text-shadow: -3px 0 1px rgba(47, 203, 53, 0.82), 0 -3px 1px rgba(48, 167, 249, 0.88), 0 3px 1px rgba(255, 251, 78, 0.85), 3px 0 1px rgba(249, 74, 82, 0.91); }
