@charset "UTF-8";
/*******************************************************************************
 *  S9K.TOP
 ******************************************************************************/
/* 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: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 200;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro[wght].woff") format("woff"); }

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 200;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro-ExtraLight.woff") format("woff"); }

@font-face {
  font-family: 'Source Code Pro';
  font-style: italic;
  font-weight: 200;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro-Italic[wght].woff") format("woff"); }

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 300;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro-Light.woff") format("woff"); }

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 500;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro-Semibold.woff") format("woff"); }

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 900;
  src: local("Source Code Pro"), url("resources/sourcecodepro/SourceCodePro-Black.woff") format("woff"); }

* {
  box-sizing: border-box;
  line-height: 1.5em; }

body > header {
  display: flex !important;
  justify-content: space-between;
  background-color: #ed8a3f;
  background-image: url(header.jpeg?x=1);
  background-repeat: repeat-x;
  padding: 1rem;
  text-shadow: black 1px 1px 3px, #a5501a 0 5px 5px;
  color: #f0f0f0; }
  body > header > * {
    vertical-align: middle; }
  body > header > :first-child {
    display: grid;
    place-items: center; }
    body > header > :first-child :first-child {
      display: inline-block;
      text-transform: uppercase;
      font-family: Lato;
      font-size: 1.5rem;
      font-weight: bold; }
    body > header > :first-child :last-child {
      font-size: 0.8rem; }
    body > header > :first-child img {
      height: 2rem; }
  body > header menu {
    display: flex; }
  body > header a[href] {
    color: #e8e8f8;
    text-decoration: none; }
  body > header .user {
    /*flex: 0 0 50%;
            > * {
                float: right!important;
            }*/ }
    body > header .user img {
      filter: contrast(40%) brightness(200%);
      vertical-align: text-bottom; }

body > footer {
  font-size: 75%;
  background-color: #757585;
  color: white;
  padding: 1.5em; }
  body > footer > * {
    max-width: 64rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem; }
  body > footer .disclaimer {
    color: #f0f0f0; }
  body > footer nav a {
    display: inline-block;
    padding: 0 0.5em;
    color: white; }
    body > footer nav a:first-child {
      padding-left: 0; }
    body > footer nav a:last-child {
      padding-left: 0; }
      body > footer nav a:last-child::after {
        display: none; }
    body > footer nav a::after {
      content: "•";
      display: inline-block;
      padding: 0 0 0 1em; }

body article > :first-child, body ambox > :first-child, body blockquote > :first-child, body li > :first-child, body main > :first-child, body td > :first-child, body th > :first-child, body pre > :first-child {
  margin-block-start: 0px; }

body article > :last-child, body ambox > :last-child, body blockquote > :last-child, body li > :last-child, body main > :last-child, body td > :last-child, body th > :last-child, body pre > :last-child {
  margin-block-end: 0px; }

body, input, select, textarea {
  font-family: Lato, sans-serif;
  line-height: 1.45em;
  font-size: 16px; }

main {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2em; }

@media (max-width: 768px) {
  main {
    padding: 0.5em; } }

@media (max-width: 992px) {
  body, input, select, textarea {
    font-size: 14px; }
  main {
    padding: 1em; } }

main nav {
  background-color: #e8e8f8; }
  main nav a {
    display: inline-block;
    padding: 0.5em; }
    main nav a:hover {
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }
    main nav a.active {
      color: black;
      font-weight: bold;
      text-decoration: none; }
    main nav a img {
      filter: contrast(40%) sepia(1) hue-rotate(-18deg) saturate(300%) brightness(150%);
      vertical-align: text-bottom; }

p {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: justify;
  hyphens: auto; }

main section {
  position: relative;
  /*margin-block-start: 1em;
        margin-block-end: 1em;*/ }

nav {
  margin: 1rem 0; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-block-start: 1.25em;
  margin-block-end: 1rem;
  line-height: 1.25em; }

article, p, figure, code, blockquote, ul, ol, dl, ambox, details {
  margin-block-start: 1em;
  margin-block-end: 1em; }

figure {
  text-align: center;
  max-width: 100%; }
  figure img, figure video, figure picture {
    max-width: 100%; }
  figure figcaption {
    display: block;
    color: #ed8a3f;
    font-style: italic; }

figcaption {
  display: none; }

pre {
  overflow: hidden;
  word-wrap: normal;
  border: 1px solid #ed8a3f;
  border-radius: 0.25em;
  background-color: white;
  padding: 1em;
  white-space: pre; }

code {
  display: inline;
  font-family: 'Source Code Pro', 'Hack', 'Courier', monospace;
  font-feature-settings: normal; }

blockquote {
  border-left: 3px solid #ed8a3f;
  padding-left: 1em;
  position: relative; }

ambox {
  display: block;
  margin: 1rem 0 2rem 0;
  padding: 1rem;
  border: 1px solid #ed8a3f;
  border-radius: 4px;
  background-color: #fcede2;
  font-size: 90%; }

summary {
  color: #ed8a3f;
  cursor: pointer; }

a[href] {
  color: #ed8a3f; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

tt {
  font-family: 'Source Code Pro', 'Hack', 'Courier', monospace;
  font-feature-settings: normal;
  color: #222;
  border-radius: 4px;
  padding: 1px 4px;
  background-color: #eee; }

sub {
  font-size: smaller;
  vertical-align: sub; }

sup {
  font-size: smaller;
  vertical-align: super; }

s, strike {
  text-decoration: line-through; }

dfn {
  font-style: italic; }

abbr[title] {
  text-decoration: underline dotted 1px #ed8a3f; }

a[href^="#ref"] {
  display: inline-block;
  position: relative;
  outline: 1px dashed #ed8a3f;
  text-decoration: none;
  padding: 0px 4px 1px 4px; }
  a[href^="#ref"] > object {
    display: none;
    position: absolute;
    background-clip: padding-box;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ed8a3f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    width: 20em;
    max-width: 400px;
    padding: 0.75rem 1rem;
    text-align: center;
    white-space: normal;
    z-index: 500;
    line-height: 1.25em;
    color: initial;
    cursor: initial; }
    a[href^="#ref"] > object p {
      text-align: left; }
  a[href^="#ref"] > object::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

a[href^="#ref"] > object:target,
a[href^="#ref"]:hover > object,
a[href^="#ref"]:focus > object {
  display: block; }

ul, ol {
  margin-left: 20px; }
  ul li, ol li {
    margin-bottom: 5px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap; }
  menu li {
    display: flex;
    min-width: 280px;
    max-width: 400px;
    width: calc(50% - 20px);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-top: 1px solid var(--g-color-line-generic); }

table {
  empty-cells: show;
  border-collapse: collapse;
  width: auto; }
  table td, table th {
    padding: 0.5em;
    vertical-align: middle;
    text-align: left; }
  table th {
    background-color: #ed8a3f;
    font-weight: bold;
    color: white; }

article table, table[border] {
  border-radius: 0.5em;
  overflow-x: auto; }
  article table p, table[border] p {
    text-align: unset; }
  article table td:first-child, article table th:first-child, table[border] td:first-child, table[border] th:first-child {
    padding-left: 2em; }
  article table td:last-child, article table th:last-child, table[border] td:last-child, table[border] th:last-child {
    padding-right: 2em; }
  article table tr:first-of-type td:first-child, article table tr:first-of-type th:first-child, table[border] tr:first-of-type td:first-child, table[border] tr:first-of-type th:first-child {
    border-top-left-radius: 0.5em; }
  article table tr:first-of-type td:last-child, article table tr:first-of-type th:last-child, table[border] tr:first-of-type td:last-child, table[border] tr:first-of-type th:last-child {
    border-top-right-radius: 0.5em; }
  article table tr:last-of-type td, table[border] tr:last-of-type td {
    border-bottom: 2px solid #f0f0f0; }
  article table tr:last-of-type td:first-child, article table tr:last-of-type th:first-child, table[border] tr:last-of-type td:first-child, table[border] tr:last-of-type th:first-child {
    border-bottom-left-radius: 0.5em; }
  article table tr:last-of-type td:last-child, article table tr:last-of-type th:last-child, table[border] tr:last-of-type td:last-child, table[border] tr:last-of-type th:last-child {
    border-bottom-right-radius: 0.5em; }
  article table tr:nth-child(even) td, table[border] tr:nth-child(even) td {
    background-color: #f0f0f0; }
    article table tr:nth-child(even) td tt, table[border] tr:nth-child(even) td tt {
      background-color: #f8f8f8; }
  article table tr:nth-child(odd) td, table[border] tr:nth-child(odd) td {
    background-color: #f8f8f8; }
  article table tr:not(:hover), table[border] tr:not(:hover) {
    color: #202020; }

form table {
  width: 100%; }
  form table input[type=text], form table input[type=email], form table input[type=search], form table textarea {
    width: 100%; }

@media (max-width: 768px) {
  article table, table[border] {
    font-size: 50%;
    line-height: 1.45em; } }

@media (max-width: 992px) {
  article table, table[border] {
    font-size: 70%;
    line-height: 1.45em; } }

container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 1rem;
  row-gap: 1rem; }
  container > * {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 1em 1em;
    min-width: 16rem; }
    container > * h2 {
      text-align: center; }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=tel] {
  background-color: white;
  padding: 0.25rem;
  border: 1px solid black;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); }
  input[type=text]:disabled,
  input[type=password]:disabled,
  input[type=email]:disabled,
  input[type=search]:disabled,
  input[type=number]:disabled,
  input[type=date]:disabled,
  input[type=datetime-local]:disabled,
  input[type=tel]:disabled {
    background-color: #e8e8f8; }
  input[type=text]:read-only,
  input[type=password]:read-only,
  input[type=email]:read-only,
  input[type=search]:read-only,
  input[type=number]:read-only,
  input[type=date]:read-only,
  input[type=datetime-local]:read-only,
  input[type=tel]:read-only {
    background-color: #e8e8f8; }

input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
button {
  background-color: #ed8a3f;
  border: 1px solid #ed8a3f;
  color: #e8e8f8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  outline: none;
  padding: 0.25em 2em;
  border-radius: 0.25rem; }
  input[type=button]:active,
  input[type=submit]:active,
  input[type=reset]:active,
  input[type=file]::-webkit-file-upload-button:active,
  button:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.5);
    transform: translateY(1px); }

select {
  background-color: white;
  padding: 0.25rem;
  border: 1px solid black;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); }
  select:disabled {
    background-color: #e8e8f8; }

textarea {
  background-color: white;
  padding: 0.25rem;
  border: 1px solid black;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  resize: vertical; }
  textarea:disabled {
    background-color: #e8e8f8; }

#login-form {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1em 1em;
  max-width: 25em;
  padding: 0;
  margin: 0 auto; }
  #login-form div {
    padding: 1em 1em 0 1em; }
    #login-form div input {
      width: 100%; }
  #login-form div:last-of-type {
    padding: 1em; }
  #login-form label {
    display: block;
    font-size: 90%; }
  #login-form footer {
    padding: 1em;
    background-color: #e8e8f8;
    display: flex;
    justify-content: space-between; }

.editor-container {
  border: 2px inset gray;
  /***************************** Growth points ******************************/
  /********************************* Tables *********************************/
  /********************************* Toolbar ********************************/
  /*********************************** Gallery **********************************/ }
  .editor-container [contenteditable] {
    outline: 0px solid transparent; }
  .editor-container section {
    margin-left: 2rem; }
  .editor-container > section {
    margin: 1rem 1rem 1rem 3rem !important; }
  .editor-container section > *:first-child {
    margin-left: -2rem; }
  .editor-container p,
  .editor-container h1,
  .editor-container h2,
  .editor-container h3,
  .editor-container h4,
  .editor-container h5,
  .editor-container h6 {
    position: relative;
    margin-block-start: 1em; }
  .editor-container p::before,
  .editor-container h1::before,
  .editor-container h2::before,
  .editor-container h3::before,
  .editor-container h4::before,
  .editor-container h5::before,
  .editor-container h6::before,
  .editor-container code::before,
  .editor-container figcaption::before {
    content: "";
    color: #ccc;
    visibility: hidden;
    cursor: text; }
  .editor-container p:empty::before {
    content: "Text";
    visibility: visible; }
  .editor-container h1:empty::before {
    content: "Title";
    visibility: visible; }
  .editor-container h2:empty::before,
  .editor-container h3:empty::before,
  .editor-container h4:empty::before,
  .editor-container h5:empty::before,
  .editor-container h6:empty::before {
    content: "Heading";
    visibility: visible; }
  .editor-container code:empty::before {
    content: "Code";
    visibility: visible; }
  .editor-container figcaption:empty::before {
    content: "Caption";
    visibility: visible; }

@keyframes blink {
  0% {
    border-bottom-color: transparent; }
  10% {
    border-bottom-color: black; }
  50% {
    border-bottom-color: black; }
  60% {
    border-bottom-color: transparent; }
  100% {
    border-bottom-color: transparent; } }
  .editor-container section {
    border-bottom: 1px solid transparent; }
  .editor-container section::after {
    content: "";
    display: block;
    background: none;
    height: 0.5rem;
    margin-bottom: -0.5rem;
    cursor: vertical-text; }
  .editor-container section[hcursor] {
    animation: blink 1.5s infinite; }
  .editor-container table {
    border: 2px black solid;
    border-collapse: collapse;
    margin: 1rem 0 1rem; }
  .editor-container table caption {
    border: 2px black solid;
    border-bottom: none; }
  .editor-container table caption .toolbar {
    border: none; }
  .editor-container table td, .editor-container table th {
    padding: 0.5em;
    border: 1px solid #c0c0c0; }
  .editor-container table th, .editor-container table tr.heading td {
    background-color: black;
    color: white; }
  .editor-container .toolbar {
    display: flex;
    position: sticky;
    top: 0;
    border-bottom: 1px solid black;
    padding: 0.25rem;
    background-color: white;
    z-index: 10; }
    .editor-container .toolbar button {
      border: none;
      border-radius: 3px;
      background: none;
      margin: 0 0.5rem;
      padding: 0.25rem;
      cursor: pointer;
      box-shadow: none; }
      .editor-container .toolbar button img {
        vertical-align: top; }
    .editor-container .toolbar button:hover {
      background-color: #ccc;
      opacity: 0.5; }
    .editor-container .toolbar button:disabled {
      cursor: not-allowed;
      opacity: 0.25; }
    .editor-container .toolbar button[active] {
      background-color: black; }
      .editor-container .toolbar button[active] img {
        -webkit-filter: invert(100%);
        filter: invert(100%); }
    .editor-container .toolbar hr {
      display: inline-block;
      border-left: 1px solid gray;
      margin: 0 0.5em 0 0.5em; }
  .editor-container .gallery {
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    border: 2px black solid;
    background-color: white;
    width: 50vw;
    height: 75vh;
    z-index: 100;
    top: 0;
    left: 25vw; }
  .editor-container .gallery div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    text-align: center; }
    .editor-container .gallery div img {
      width: 64px;
      height: 64px;
      object-fit: contain; }
    .editor-container .gallery div a {
      margin-top: 8px;
      /*font-size: 14px;*/ }

p.empty {
  color: #757585;
  text-align: center; }

p.error {
  color: #800000; }

p.success {
  color: #008000; }
