/* ibm-plex-mono-cyrillic-ext-400-normal */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/ibm-plex-mono-cyrillic-ext-400-normal-xuaO2J-f.woff2) format('woff2'), url(/assets/ibm-plex-mono-cyrillic-ext-400-normal-DMdlQ8Kv.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* ibm-plex-mono-cyrillic-400-normal */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/ibm-plex-mono-cyrillic-400-normal-BSMlKf0J.woff2) format('woff2'), url(/assets/ibm-plex-mono-cyrillic-400-normal-CEL4l2ZJ.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* ibm-plex-mono-vietnamese-400-normal */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/ibm-plex-mono-vietnamese-400-normal-BulugwFq.woff2) format('woff2'), url(/assets/ibm-plex-mono-vietnamese-400-normal-DDuiU_S-.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* ibm-plex-mono-latin-ext-400-normal */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/ibm-plex-mono-latin-ext-400-normal-BmRBH3aV.woff2) format('woff2'), url(/assets/ibm-plex-mono-latin-ext-400-normal-D3D2R8hC.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ibm-plex-mono-latin-400-normal */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2) format('woff2'), url(/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
div.errors[data-v-9c0fe9fe] {
    position: fixed;
    bottom: 0;
    background-color: red;
    color: white;
    box-sizing: border-box;
    padding: 1ch;
    width: 100%;
    font-weight: bold;
    overflow: auto;
    white-space: pre;
}
div.errors button[data-v-9c0fe9fe] {
    display: block;
}

:root {
    --dark: #111
}
img {
    max-width: 100%;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
* {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10pt;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.row {
    display: flex;
    flex-direction: row;
    gap: 1ch;
    align-items: center;
}
.row.top {
    align-items: flex-start;
}
.col {
    display: flex;
    flex-direction: column;
    gap: 1ch;
}
.grow {
    flex-grow: 1;
}
.danger {
    border: 1px solid #900;
    color: #900;
}
thead {
    font-style: italic;
}
.add {
    background-color: #efe;
}
h1,
h2,
h3 {
    font-weight: bold;
    margin-bottom: 1ch;
}
h2 {
    margin-top: 2ch;
}
h3 {
    margin-top: 1ch;
    margin-bottom: 0;
}
input {
    padding: 0;
    border: none;
    border-bottom: 1px solid black;
    margin: 0;
    outline: 0;
}
details {
    margin: 1ch 0;
}
details a {
    margin-top: 1ch;
    display: inline-block;
}
details pre {
    color: #eee;
    font-weight: bold;
    background-color: #222;
    box-sizing: border-box;
    padding: 2ch;
    overflow-x: auto;
    line-height: 1.25em;
}
table {
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    /* border-spacing: 1ch 1ch; */
}
table td {
    padding: 1ch 1ch;
}
table td.label {
    width: 1%;
    white-space: nowrap;
}
table td.small {
    width: 1%;
    white-space: nowrap;
}
table td.flex {
    display: flex;
    gap: 1ch;
}
table td.flex input,
table td.flex button {
    width: auto;
}
table td button,
table td input,
table td select {
    width: 100%;
}
table td textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
}
table td.top {
    vertical-align: top;
    line-height: 1.75em;
}
a.link {
    color: blue;
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: pointer;
}
ol li {
    list-style: decimal;
    margin-left: 2ch !important;
}
ul li {
    list-style: disc;
    margin-left: 2ch !important;
}

main[data-v-79c8bf9c] {
    /* height: 100vh; */
    /* overflow-y: scroll; */
    /* scroll-snap-type: y mandatory; */
}
div.content[data-v-79c8bf9c] {
    /* height: 100vh; */
    scroll-snap-align: start;
}

section[data-v-3334cd31] {
    box-sizing: border-box;
    padding: 1ch;
    width: 100%;
    overflow-x: hidden;
}
section[data-v-3334cd31] * {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
div.editing[data-v-3334cd31],
h1.editing[data-v-3334cd31] {
    display: none;
}
textarea[data-v-3334cd31],
input[data-v-3334cd31] {
    display: none;
}
textarea[data-v-3334cd31] {
    height: 50vh;
}
textarea.editing[data-v-3334cd31],
input.editing[data-v-3334cd31] {
    display: inline-block;
    width: 100%;
    margin-right: 1ch;
}
button[data-v-3334cd31] {
    border: none;
    background-color: transparent;
}
div.empty[data-v-3334cd31] {
    border: 1px dashed #999;
    box-sizing: border-box;
    padding: 8ch;
    text-align: center;
    color: #999;
}

div.top[data-v-7d0f7707] {
    scroll-snap-align: start;
    background-color: #333;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 1ch 1ch 0 1ch;
    flex-direction: column;
    height: 17ch;
}
input[type=search][data-v-7d0f7707] {
    background-color: #222;
    flex-grow: 1;
    border-radius: 1ch;
    height: 4ch;
    box-sizing: border-box;
    padding: 0 1ch;
    border: 1px solid #444;
    color: #eee;
    /* margin-bottom: 1ch; */
}
table[data-v-7d0f7707] {
    color: #eee;
    border-spacing: 0;
}
table a[data-v-7d0f7707] {
    color: #eee;
}
table a[data-v-7d0f7707]:visited {
    color: #eee;
}
td[data-v-7d0f7707],
tr[data-v-7d0f7707] {
    padding: 0;
}
tr.current[data-v-7d0f7707] {
    background-color: #222;
}
td[data-v-7d0f7707] {
    max-width: 25vw;
    min-width: 25vw;
    overflow-x: hidden;
    word-wrap: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
td.w-10[data-v-7d0f7707] {
    max-width: 10vw;
    min-width: 10vw;
}
div.results[data-v-7d0f7707] {
    padding-top: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #444 #222;
}
div.menu-row[data-v-7d0f7707] {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    gap: 1ch;
    margin-bottom: 1ch;
}
div.menu-row button[data-v-7d0f7707] {
    background-color: transparent;
    border: 1px solid #444;
    color: #eee;
    height: 4ch;
    width: 4ch;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.menu-row button[data-v-7d0f7707]:hover {
    background-color: #444;
    cursor: pointer;
}
@media (max-width: 760px) {
td.preview[data-v-7d0f7707] {
        display: none;
}
}

div.content[data-v-b58f0203] {
    overflow-y: auto;
    height: calc(100vh - 17ch);
}
div.content.deleted[data-v-b58f0203] {
    opacity: 0.5;
}
details[data-v-b58f0203] {
    box-sizing: border-box;
    padding: 1ch;
}
a.button[data-v-b58f0203] {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
button.edit[data-v-b58f0203] {
    position: fixed;
    right: 1ch;
    bottom: 1ch;
    border-radius: 100%;
    width: 4ch;
    height: 4ch;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    background-color: #eee;
    cursor: pointer;
}
button.edit.editing[data-v-b58f0203],
button.edit[data-v-b58f0203]:hover {
    background-color: #333;
    color: #eee;
}
p.delete-message[data-v-b58f0203],
button.delete[data-v-b58f0203] {
    margin: 1ch;
}
