:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn{padding:5px;border-radius:5px;cursor:pointer;text-decoration:none}.btn.btn-default{background-color:silver}.btn.btn-disabled{background-color:transparent;color:silver}.btn.btn-danger{background-color:red;color:#fff}.u-textcenter{text-align:center}.tiny-dialog-btns .btn{border:1px solid black;padding-left:20px;padding-right:20px}/*!
 * TinyDialog Box Style
 * Author: Balthazar DOSSOU {https://github.com/lbgm}
 *         Rodolphe SOUNLIN {https://github.com/BigD95}
 * Licensed under MIT
 */body[data-tinydialog-is-under]{overflow:hidden}.tiny-dialog-wrp{width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#000000b3}.tiny-dialog-wrp *,.tiny-dialog-wrp{-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:none}.tiny-dialog-bw{width:300px;max-width:90%;max-height:80%;position:relative;background:#dedede;padding:15px;color:#444;border-radius:6px;overflow-x:visible;overflow-y:auto;box-shadow:0 2px 4px #4444444d}.tiny-dialog-bw>*{margin:0 0 16px}.tiny-dialog-head{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}.tiny-dialog-head-flend{justify-content:flex-end}.tiny-dialog-title{width:100%;font-size:18px;font-weight:700;white-space:pre-line;word-break:break-word}.tiny-dialog-content{width:100%;white-space:pre-line;word-break:break-word}.tiny-dialog-btns{width:100%;display:flex;justify-content:space-around;flex-direction:row;flex-wrap:wrap;margin:0}.tiny-dialog-btns button{margin:5px}.tiny-dialog-icon{display:inline-flex;align-items:center;width:16px;height:16px;pointer-events:none}.tiny-dialog-closer{width:16px;height:16px;cursor:pointer;display:inline-flex;align-items:center}.tiny-dialog-cross{fill:#44444480}.navigation[data-v-78c6d9ec]{margin:5px 0;gap:5px;display:flex}
