: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);--vt-c-blue-fg-light: #3498db;--vt-c-blue-fg-dark: #2980b9;--vt-c-blue-bg-light: #5bc0de;--vt-c-blue-bg-dark: #31b0d5;--vt-c-green-fg-light: #2ecc71;--vt-c-green-fg-dark: #27ae60;--vt-c-green-bg-light: #5cb85c;--vt-c-green-bg-dark: #449d44;--vt-c-red-fg-light: #e74c3c;--vt-c-red-fg-dark: #c0392b;--vt-c-red-bg-light: #d9534f;--vt-c-red-bg-dark: #c9302c;--vt-c-yellow-fg-light: #f1c40f;--vt-c-yellow-fg-dark: #f39c12;--vt-c-yellow-bg-light: #f0ad4e;--vt-c-yellow-bg-dark: #ec971f;--vt-c-purple-fg-light: #9b59b6;--vt-c-purple-fg-dark: #8e44ad;--vt-c-purple-bg-light: #9d71d9;--vt-c-purple-bg-dark: #8e44ad;--vt-c-cyan-fg-light: #1abc9c;--vt-c-cyan-fg-dark: #16a085;--vt-c-cyan-bg-light: #5bc0de;--vt-c-cyan-bg-dark: #31b0d5;--vt-c-orange-fg-light: #e67e22;--vt-c-orange-fg-dark: #d35400;--vt-c-orange-bg-light: #f0ad4e;--vt-c-orange-bg-dark: #ec971f;--vt-c-pink-fg-light: #e91e63;--vt-c-pink-fg-dark: #d81b60;--vt-c-pink-bg-light: #d9534f;--vt-c-pink-bg-dark: #c9302c;--vt-c-teal-fg-light: #1abc9c;--vt-c-teal-fg-dark: #16a085;--vt-c-teal-bg-light: #5bc0de;--vt-c-teal-bg-dark: #31b0d5;--vt-c-lime-fg-light: #2ecc71;--vt-c-lime-fg-dark: #27ae60;--vt-c-lime-bg-light: #5cb85c;--vt-c-lime-bg-dark: #449d44;--vt-c-gray-fg-light: #95a5a6;--vt-c-gray-fg-dark: #7f8c8d;--vt-c-gray-bg-light: #d9edf7;--vt-c-gray-bg-dark: #bce8f1}: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);--color-accent: var(--vt-c-blue-fg-light);--color-accent-bg: var(--vt-c-blue-bg-light);--color-hover: var(--vt-c-blue-fg-dark);--color-error-bg: var(--vt-c-red-bg-light);--color-error-fg: var(--vt-c-gray-fg-light);--default-popup-bg: var(--vt-c-green-fg-light);--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);--color-accent: var(--vt-c-blue-fg-dark);--color-accent-bg: var(--vt-c-blue-bg-dark);--color-error-bg: var(--vt-c-red-bg-dark);--color-error-fg: var(--vt-c-gray-fg-dark);--default-popup-bg: var(--vt-c-green-fg-dark)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{height:100%;min-height:100%;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:-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}html{height:100%}#app{width:100%;height:100%;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:flex}}@keyframes slide-up-e42a4c21{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-e42a4c21{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-e42a4c21{0%{opacity:0}to{opacity:1}}@keyframes fade-out-e42a4c21{0%{opacity:1}to{opacity:0}}@keyframes unroll-e42a4c21{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-e42a4c21]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-e42a4c21]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-e42a4c21]:hover{color:var(--color-hover)}[type=submit][data-v-e42a4c21]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-e42a4c21]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-e42a4c21],[type=email][data-v-e42a4c21],[type=password][data-v-e42a4c21],[type=number][data-v-e42a4c21],[type=date][data-v-e42a4c21],[type=datetime-local][data-v-e42a4c21],select[data-v-e42a4c21],textarea[data-v-e42a4c21]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-e42a4c21]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-e42a4c21]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-e42a4c21]{height:2.5em}table[data-v-e42a4c21]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-e42a4c21]{height:2rem}table thead tr[data-v-e42a4c21]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-e42a4c21]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-e42a4c21]{height:calc(100% - 2rem)}table tbody tr td[data-v-e42a4c21]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-e42a4c21]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-e42a4c21]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-e42a4c21]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-e42a4c21]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-e42a4c21]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-e42a4c21]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-e42a4c21]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-e42a4c21]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-e42a4c21]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-e42a4c21]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-e42a4c21]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-e42a4c21]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-e42a4c21]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-e42a4c21]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-e42a4c21]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-e42a4c21]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-e42a4c21]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-e42a4c21]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-e42a4c21]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-e42a4c21]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-e42a4c21]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-e42a4c21]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-e42a4c21]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-e42a4c21]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-e42a4c21]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-e42a4c21]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-e42a4c21]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-e42a4c21]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-e42a4c21]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-e42a4c21]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-e42a4c21]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-e42a4c21]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-e42a4c21]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-e42a4c21]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-e42a4c21]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-e42a4c21]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-e42a4c21]{width:100%}}.hidden[data-v-e42a4c21]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-e42a4c21]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-e42a4c21]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-e42a4c21]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-e42a4c21]{display:none!important}}.view[data-v-e42a4c21]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-e42a4c21]{padding:0}}.view .wrapper[data-v-e42a4c21]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-e42a4c21]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-e42a4c21]{min-width:30em;max-width:40em}}.view .list[data-v-e42a4c21]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-e42a4c21]{min-width:30em}}.view .list h1[data-v-e42a4c21]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-e42a4c21]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-e42a4c21]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-e42a4c21]{min-width:30em}}.view .list .item .header[data-v-e42a4c21]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-e42a4c21]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-e42a4c21]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-e42a4c21]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-e42a4c21]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-e42a4c21]{display:flex}.view .list .item .buttons.wide[data-v-e42a4c21]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-e42a4c21]{display:none!important}.view .list .item .buttons.wide[data-v-e42a4c21]{display:flex!important}}.view .list .item .buttons[data-v-e42a4c21] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-e42a4c21] button:hover{opacity:1}.view .list .item .details[data-v-e42a4c21]{cursor:initial;animation:fade-in-e42a4c21 .5s;padding:.5em 0}.view .list .item .details .row[data-v-e42a4c21]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-e42a4c21]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-e42a4c21]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-e42a4c21]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-e42a4c21]{margin-bottom:0}}.view .list .item .details .row .value[data-v-e42a4c21]{font-size:.9em}.dropdown[data-v-e42a4c21]{position:relative;display:inline-block}.dropdown__button[data-v-e42a4c21]{background:none;border:none;cursor:pointer;margin:0}.dropdown__button[data-v-e42a4c21]:focus,.dropdown__button[data-v-e42a4c21]:hover{color:var(--color-hover);outline:none}.dropdown__container[data-v-e42a4c21]{position:absolute;display:none;top:100%;right:0;z-index:20}.dropdown__container.show[data-v-e42a4c21]{display:block}.dropdown__content[data-v-e42a4c21]{min-width:10rem;display:flex;background-color:var(--color-background);border:1px solid var(--color-border);box-shadow:0 .5rem 1rem #00000080;border-radius:.25rem;padding:.25rem;flex-direction:column;animation:dropdown-e42a4c21 .25s ease-out}@keyframes dropdown-e42a4c21{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.dropdown__item[data-v-e3e94cbf]{display:flex;flex:1;padding:.5rem 0;cursor:pointer}.dropdown__item[data-v-e3e94cbf]:hover{color:var(--color-hover)}.dropdown__item[data-v-e3e94cbf]:hover a{background-color:inherit;color:var(--color-hover)}.dropdown__item__icon[data-v-e3e94cbf]{margin:0 .5rem}.dropdown__item__text[data-v-e3e94cbf]{display:flex;flex:1}.dropdown__item__text[data-v-e3e94cbf] a{flex:1;text-decoration:none}@keyframes slide-up-a2166752{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-a2166752{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-a2166752{0%{opacity:0}to{opacity:1}}@keyframes fade-out-a2166752{0%{opacity:1}to{opacity:0}}@keyframes unroll-a2166752{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-a2166752]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-a2166752]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-a2166752]:hover{color:var(--color-hover)}[type=submit][data-v-a2166752]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-a2166752]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-a2166752],[type=email][data-v-a2166752],[type=password][data-v-a2166752],[type=number][data-v-a2166752],[type=date][data-v-a2166752],[type=datetime-local][data-v-a2166752],select[data-v-a2166752],textarea[data-v-a2166752]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-a2166752]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-a2166752]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-a2166752]{height:2.5em}table[data-v-a2166752]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-a2166752]{height:2rem}table thead tr[data-v-a2166752]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-a2166752]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-a2166752]{height:calc(100% - 2rem)}table tbody tr td[data-v-a2166752]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-a2166752]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-a2166752]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-a2166752]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-a2166752]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-a2166752]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-a2166752]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-a2166752]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-a2166752]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-a2166752]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-a2166752]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-a2166752]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-a2166752]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-a2166752]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-a2166752]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-a2166752]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-a2166752]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-a2166752]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-a2166752]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-a2166752]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-a2166752]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-a2166752]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-a2166752]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-a2166752]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-a2166752]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-a2166752]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-a2166752]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-a2166752]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-a2166752]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-a2166752]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-a2166752]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-a2166752]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-a2166752]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-a2166752]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-a2166752]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-a2166752]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-a2166752]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-a2166752]{width:100%}}.hidden[data-v-a2166752]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-a2166752]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-a2166752]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-a2166752]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-a2166752]{display:none!important}}.view[data-v-a2166752]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-a2166752]{padding:0}}.view .wrapper[data-v-a2166752]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-a2166752]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-a2166752]{min-width:30em;max-width:40em}}.view .list[data-v-a2166752]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-a2166752]{min-width:30em}}.view .list h1[data-v-a2166752]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-a2166752]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-a2166752]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-a2166752]{min-width:30em}}.view .list .item .header[data-v-a2166752]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-a2166752]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-a2166752]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-a2166752]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-a2166752]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-a2166752]{display:flex}.view .list .item .buttons.wide[data-v-a2166752]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-a2166752]{display:none!important}.view .list .item .buttons.wide[data-v-a2166752]{display:flex!important}}.view .list .item .buttons[data-v-a2166752] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-a2166752] button:hover{opacity:1}.view .list .item .details[data-v-a2166752]{cursor:initial;animation:fade-in-a2166752 .5s;padding:.5em 0}.view .list .item .details .row[data-v-a2166752]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-a2166752]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-a2166752]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-a2166752]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-a2166752]{margin-bottom:0}}.view .list .item .details .row .value[data-v-a2166752]{font-size:.9em}header[data-v-a2166752]{width:100%;height:3.5rem;margin-bottom:.2rem;padding:.5rem 0;box-shadow:0 0 .5rem #00000080}header nav[data-v-a2166752]{display:flex;align-items:center}header nav li[data-v-a2166752]{display:inline-block;list-style:none;border-radius:.25rem}header nav li.main[data-v-a2166752]{font-size:1.25rem;margin-left:.5rem}header nav li.main[data-v-a2166752] a{color:var(--color-accent)}header nav li.main[data-v-a2166752] a:hover{background:none;font-size:1.5rem}header nav li.main[data-v-a2166752]:hover{margin-top:-.25rem}header nav li[data-v-a2166752]:not(.main) a{color:var(--color-text);text-decoration:none}header nav li.right[data-v-a2166752]{margin-right:.5rem}@media (min-width: 0px){header nav li .logout-text[data-v-a2166752]{display:none}}header nav .spacer[data-v-a2166752]{flex:1}header button[data-v-a2166752]{background:none;border:none;cursor:pointer;font-size:1.25rem;margin-right:.5rem;padding:.25rem}.loading[data-v-75a61d3b]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:absolute;left:0}.loading__spinner[data-v-75a61d3b]{width:2em;height:2em;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin-75a61d3b 1s linear infinite}@keyframes spin-75a61d3b{0%{transform:rotate(0)}to{transform:rotate(360deg)}}main[data-v-98b710ce]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;background:var(--color-accent)}form[data-v-98b710ce]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:25em;max-width:80%;background:var(--color-background);border:1px solid var(--color-border);box-shadow:2px 2px 2px 2px var(--color-border);border-radius:.5em;padding:1em}form .row[data-v-98b710ce]{display:flex;flex-direction:column;justify-content:center;width:100%;padding:.5em}form .row.remember[data-v-98b710ce]{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5em}form .row.remember input[data-v-98b710ce]{margin-right:.75em}.popup-message[data-v-7e1bafc0]{display:flex;align-items:center;padding:1rem;border-radius:.25rem;background-color:var(--default-popup-bg);font-size:1rem;opacity:.9;box-shadow:0 0 .25rem .25rem var(--color-border);cursor:pointer}.popup-message .icon[data-v-7e1bafc0]{height:100%;margin-right:1rem;font-size:1.5rem}.popup-message.error[data-v-7e1bafc0]{background:var(--color-error-bg);color:var(--vt-c-text-dark-1)}.popup-message .icon[data-v-7e1bafc0]{margin-right:1rem}.popup-message[data-v-7e1bafc0]:hover{opacity:1;box-shadow:0 0 .5rem .25rem #888}.popup-message .message[data-v-7e1bafc0]{height:100%;display:flex;flex:1;align-items:center}.messages[data-v-dc907715]{position:fixed;bottom:1rem;right:1rem;z-index:1000}.messages .message[data-v-dc907715]{margin-top:.5rem;animation:slide-up .5s ease-out}.messages .message.remove[data-v-dc907715]{animation:slide-down .5s ease-out}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes unroll{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button:hover{color:var(--color-hover)}[type=submit]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit]:hover{background:var(--color-hover);color:var(--color-background)}[type=text],[type=email],[type=password],[type=number],[type=date],[type=datetime-local],select,textarea{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button{height:2.5em}table{width:100%;height:100%;border-collapse:collapse}table thead{height:2rem}table thead tr{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th{padding:.5rem;text-align:left;font-weight:700}table tbody{height:calc(100% - 2rem)}table tbody tr td{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1{width:8.3333333333%}}@media (min-width: 680px){.col-m-1{width:8.3333333333%}}@media (min-width: 960px){.col-l-1{width:8.3333333333%}}@media (min-width: 0px){.col-s-2{width:16.6666666667%}}@media (min-width: 680px){.col-m-2{width:16.6666666667%}}@media (min-width: 960px){.col-l-2{width:16.6666666667%}}@media (min-width: 0px){.col-s-3{width:25%}}@media (min-width: 680px){.col-m-3{width:25%}}@media (min-width: 960px){.col-l-3{width:25%}}@media (min-width: 0px){.col-s-4{width:33.3333333333%}}@media (min-width: 680px){.col-m-4{width:33.3333333333%}}@media (min-width: 960px){.col-l-4{width:33.3333333333%}}@media (min-width: 0px){.col-s-5{width:41.6666666667%}}@media (min-width: 680px){.col-m-5{width:41.6666666667%}}@media (min-width: 960px){.col-l-5{width:41.6666666667%}}@media (min-width: 0px){.col-s-6{width:50%}}@media (min-width: 680px){.col-m-6{width:50%}}@media (min-width: 960px){.col-l-6{width:50%}}@media (min-width: 0px){.col-s-7{width:58.3333333333%}}@media (min-width: 680px){.col-m-7{width:58.3333333333%}}@media (min-width: 960px){.col-l-7{width:58.3333333333%}}@media (min-width: 0px){.col-s-8{width:66.6666666667%}}@media (min-width: 680px){.col-m-8{width:66.6666666667%}}@media (min-width: 960px){.col-l-8{width:66.6666666667%}}@media (min-width: 0px){.col-s-9{width:75%}}@media (min-width: 680px){.col-m-9{width:75%}}@media (min-width: 960px){.col-l-9{width:75%}}@media (min-width: 0px){.col-s-10{width:83.3333333333%}}@media (min-width: 680px){.col-m-10{width:83.3333333333%}}@media (min-width: 960px){.col-l-10{width:83.3333333333%}}@media (min-width: 0px){.col-s-11{width:91.6666666667%}}@media (min-width: 680px){.col-m-11{width:91.6666666667%}}@media (min-width: 960px){.col-l-11{width:91.6666666667%}}@media (min-width: 0px){.col-s-12{width:100%}}@media (min-width: 680px){.col-m-12{width:100%}}@media (min-width: 960px){.col-l-12{width:100%}}.hidden{display:none!important}@media (max-width: 959px){.from.desktop{display:none!important}}@media (max-width: 679px){.from.tablet{display:none!important}}@media (min-width: 680px){.until.tablet{display:none!important}}@media (min-width: 960px){.until.desktop{display:none!important}}.view{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view{padding:0}}.view .wrapper{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper{width:100%}}@media (min-width: 680px){.view .wrapper{min-width:30em;max-width:40em}}.view .list{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list{min-width:30em}}.view .list h1{width:100%;text-align:center;padding:.5em 0}.view .list ul{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item{min-width:30em}}.view .list .item .header{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2{color:var(--color-hover)}.view .list .item .header.expanded{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile{display:flex}.view .list .item .buttons.wide{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile{display:none!important}.view .list .item .buttons.wide{display:flex!important}}.view .list .item .buttons :deep(button){background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons :deep(button):hover{opacity:1}.view .list .item .details{cursor:initial;animation:fade-in .5s;padding:.5em 0}.view .list .item .details .row{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property{color:var(--color-hover)}.view .list .item .details .row .property{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property{margin-bottom:0}}.view .list .item .details .row .value{font-size:.9em}@keyframes slide-up-d47083ec{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-d47083ec{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-d47083ec{0%{opacity:0}to{opacity:1}}@keyframes fade-out-d47083ec{0%{opacity:1}to{opacity:0}}@keyframes unroll-d47083ec{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-d47083ec]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-d47083ec]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-d47083ec]:hover{color:var(--color-hover)}[type=submit][data-v-d47083ec]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-d47083ec]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-d47083ec],[type=email][data-v-d47083ec],[type=password][data-v-d47083ec],[type=number][data-v-d47083ec],[type=date][data-v-d47083ec],[type=datetime-local][data-v-d47083ec],select[data-v-d47083ec],textarea[data-v-d47083ec]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-d47083ec]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-d47083ec]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-d47083ec]{height:2.5em}table[data-v-d47083ec]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-d47083ec]{height:2rem}table thead tr[data-v-d47083ec]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-d47083ec]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-d47083ec]{height:calc(100% - 2rem)}table tbody tr td[data-v-d47083ec]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-d47083ec]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-d47083ec]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-d47083ec]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-d47083ec]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-d47083ec]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-d47083ec]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-d47083ec]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-d47083ec]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-d47083ec]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-d47083ec]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-d47083ec]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-d47083ec]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-d47083ec]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-d47083ec]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-d47083ec]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-d47083ec]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-d47083ec]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-d47083ec]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-d47083ec]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-d47083ec]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-d47083ec]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-d47083ec]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-d47083ec]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-d47083ec]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-d47083ec]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-d47083ec]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-d47083ec]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-d47083ec]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-d47083ec]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-d47083ec]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-d47083ec]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-d47083ec]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-d47083ec]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-d47083ec]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-d47083ec]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-d47083ec]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-d47083ec]{width:100%}}.hidden[data-v-d47083ec]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-d47083ec]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-d47083ec]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-d47083ec]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-d47083ec]{display:none!important}}.view[data-v-d47083ec]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-d47083ec]{padding:0}}.view .wrapper[data-v-d47083ec]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-d47083ec]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-d47083ec]{min-width:30em;max-width:40em}}.view .list[data-v-d47083ec]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-d47083ec]{min-width:30em}}.view .list h1[data-v-d47083ec]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-d47083ec]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-d47083ec]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-d47083ec]{min-width:30em}}.view .list .item .header[data-v-d47083ec]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-d47083ec]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-d47083ec]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-d47083ec]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-d47083ec]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-d47083ec]{display:flex}.view .list .item .buttons.wide[data-v-d47083ec]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-d47083ec]{display:none!important}.view .list .item .buttons.wide[data-v-d47083ec]{display:flex!important}}.view .list .item .buttons[data-v-d47083ec] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-d47083ec] button:hover{opacity:1}.view .list .item .details[data-v-d47083ec]{cursor:initial;animation:fade-in-d47083ec .5s;padding:.5em 0}.view .list .item .details .row[data-v-d47083ec]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-d47083ec]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-d47083ec]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-d47083ec]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-d47083ec]{margin-bottom:0}}.view .list .item .details .row .value[data-v-d47083ec]{font-size:.9em}.app-container[data-v-d47083ec]{width:100%;height:100%;display:flex;flex-direction:column;background:var(--color-background)}.app-container header[data-v-d47083ec]{width:100%;height:3.5rem;margin-bottom:.2rem;padding:.5rem 0;box-shadow:0 0 .5rem #00000080}.app-container header nav[data-v-d47083ec]{display:flex;align-items:center}.app-container header nav li[data-v-d47083ec]{display:inline-block;list-style:none;border-radius:.25rem}.app-container header nav li.main[data-v-d47083ec]{font-size:1.25rem;margin-left:.5rem}.app-container header nav li.main[data-v-d47083ec] a:hover{background:none;font-size:1.5rem}.app-container header nav li.main[data-v-d47083ec]:hover{margin-top:-.25rem}.app-container header nav li[data-v-d47083ec]:not(.main) a{color:var(--color-text);text-decoration:none}.app-container header nav li.right[data-v-d47083ec]{margin-right:.5rem}.app-container header nav .spacer[data-v-d47083ec]{flex:1}.app-container .body[data-v-d47083ec]{width:100%;height:calc(100% - 3.5rem);flex:1;overflow-y:auto;position:relative}.app-container .loading-container[data-v-d47083ec]{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center}.app-container .view-container[data-v-d47083ec]{width:100%;height:100%}button.floating-button[data-v-888bd40a]{position:fixed;bottom:1em;right:1em;width:4em;height:4em;font-size:1em;padding:1.5em;outline:none;border:none;border-radius:50%;box-shadow:1px 1px 2px 2px var(--color-border);cursor:pointer;z-index:100}button.floating-button[data-v-888bd40a]:hover{font-weight:700;filter:brightness(1.2)}button.floating-button.primary[data-v-888bd40a]{background:var(--color-accent);color:var(--color-background)}button.floating-button.primary[data-v-888bd40a]:hover{background:var(--color-accent)!important;color:var(--color-background)!important;font-weight:700;filter:brightness(1.2)}@keyframes slide-up-6e9c5184{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-6e9c5184{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-6e9c5184{0%{opacity:0}to{opacity:1}}@keyframes fade-out-6e9c5184{0%{opacity:1}to{opacity:0}}@keyframes unroll-6e9c5184{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-6e9c5184]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-6e9c5184]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-6e9c5184]:hover{color:var(--color-hover)}[type=submit][data-v-6e9c5184]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-6e9c5184]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-6e9c5184],[type=email][data-v-6e9c5184],[type=password][data-v-6e9c5184],[type=number][data-v-6e9c5184],[type=date][data-v-6e9c5184],[type=datetime-local][data-v-6e9c5184],select[data-v-6e9c5184],textarea[data-v-6e9c5184]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-6e9c5184]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-6e9c5184]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-6e9c5184]{height:2.5em}table[data-v-6e9c5184]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-6e9c5184]{height:2rem}table thead tr[data-v-6e9c5184]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-6e9c5184]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-6e9c5184]{height:calc(100% - 2rem)}table tbody tr td[data-v-6e9c5184]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-6e9c5184]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-6e9c5184]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-6e9c5184]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-6e9c5184]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-6e9c5184]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-6e9c5184]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-6e9c5184]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-6e9c5184]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-6e9c5184]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-6e9c5184]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-6e9c5184]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-6e9c5184]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-6e9c5184]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-6e9c5184]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-6e9c5184]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-6e9c5184]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-6e9c5184]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-6e9c5184]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-6e9c5184]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-6e9c5184]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-6e9c5184]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-6e9c5184]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-6e9c5184]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-6e9c5184]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-6e9c5184]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-6e9c5184]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-6e9c5184]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-6e9c5184]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-6e9c5184]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-6e9c5184]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-6e9c5184]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-6e9c5184]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-6e9c5184]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-6e9c5184]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-6e9c5184]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-6e9c5184]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-6e9c5184]{width:100%}}.hidden[data-v-6e9c5184]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-6e9c5184]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-6e9c5184]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-6e9c5184]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-6e9c5184]{display:none!important}}.view[data-v-6e9c5184]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-6e9c5184]{padding:0}}.view .wrapper[data-v-6e9c5184]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-6e9c5184]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-6e9c5184]{min-width:30em;max-width:40em}}.view .list[data-v-6e9c5184]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-6e9c5184]{min-width:30em}}.view .list h1[data-v-6e9c5184]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-6e9c5184]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-6e9c5184]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-6e9c5184]{min-width:30em}}.view .list .item .header[data-v-6e9c5184]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-6e9c5184]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-6e9c5184]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-6e9c5184]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-6e9c5184]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-6e9c5184]{display:flex}.view .list .item .buttons.wide[data-v-6e9c5184]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-6e9c5184]{display:none!important}.view .list .item .buttons.wide[data-v-6e9c5184]{display:flex!important}}.view .list .item .buttons[data-v-6e9c5184] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-6e9c5184] button:hover{opacity:1}.view .list .item .details[data-v-6e9c5184]{cursor:initial;animation:fade-in-6e9c5184 .5s;padding:.5em 0}.view .list .item .details .row[data-v-6e9c5184]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-6e9c5184]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-6e9c5184]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-6e9c5184]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-6e9c5184]{margin-bottom:0}}.view .list .item .details .row .value[data-v-6e9c5184]{font-size:.9em}.modal-container[data-v-6e9c5184]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#00000080;z-index:1000}.modal-container .modal[data-v-6e9c5184]{background-color:var(--color-background);border-radius:.5em;box-shadow:0 0 1em #00000080;overflow:hidden;animation:fade-in-6e9c5184 .5s}@media (max-width: 679px){.modal-container .modal[data-v-6e9c5184]{min-width:90vw;max-width:95vw}}@media (min-width: 680px){.modal-container .modal[data-v-6e9c5184]{min-width:500px}}.modal-container .modal .modal-header[data-v-6e9c5184]{display:flex;align-items:center;justify-content:space-between;padding:.25em 1em;background-color:#0000000d;border-bottom:1px solid var(--color-border)}.modal-container .modal .modal-header h1[data-v-6e9c5184]{font-size:1.25em;margin:0}.modal-container .modal .modal-header .close[data-v-6e9c5184]{background:none;margin:0;padding:.25em 0;cursor:pointer;font-size:1.5em;border:none}.modal-container .modal .modal-body[data-v-6e9c5184]{padding:1em;overflow-y:auto}form[data-v-ca4a4807]{width:100%;max-width:300px;margin:0 auto;position:relative}form .row[data-v-ca4a4807]{margin-bottom:.5em}form .buttons[data-v-ca4a4807]{display:flex;justify-content:flex-end;align-items:center;margin-top:1em}form .buttons button[data-v-ca4a4807]{height:2.3em}form textarea[data-v-ca4a4807]{width:100%;height:10em}@keyframes slide-up-09e6530d{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-09e6530d{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-09e6530d{0%{opacity:0}to{opacity:1}}@keyframes fade-out-09e6530d{0%{opacity:1}to{opacity:0}}@keyframes unroll-09e6530d{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-09e6530d]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-09e6530d]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-09e6530d]:hover{color:var(--color-hover)}[type=submit][data-v-09e6530d]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-09e6530d]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-09e6530d],[type=email][data-v-09e6530d],[type=password][data-v-09e6530d],[type=number][data-v-09e6530d],[type=date][data-v-09e6530d],[type=datetime-local][data-v-09e6530d],select[data-v-09e6530d],textarea[data-v-09e6530d]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-09e6530d]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-09e6530d]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-09e6530d]{height:2.5em}table[data-v-09e6530d]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-09e6530d]{height:2rem}table thead tr[data-v-09e6530d]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-09e6530d]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-09e6530d]{height:calc(100% - 2rem)}table tbody tr td[data-v-09e6530d]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-09e6530d]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-09e6530d]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-09e6530d]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-09e6530d]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-09e6530d]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-09e6530d]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-09e6530d]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-09e6530d]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-09e6530d]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-09e6530d]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-09e6530d]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-09e6530d]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-09e6530d]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-09e6530d]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-09e6530d]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-09e6530d]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-09e6530d]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-09e6530d]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-09e6530d]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-09e6530d]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-09e6530d]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-09e6530d]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-09e6530d]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-09e6530d]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-09e6530d]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-09e6530d]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-09e6530d]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-09e6530d]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-09e6530d]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-09e6530d]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-09e6530d]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-09e6530d]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-09e6530d]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-09e6530d]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-09e6530d]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-09e6530d]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-09e6530d]{width:100%}}.hidden[data-v-09e6530d]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-09e6530d]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-09e6530d]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-09e6530d]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-09e6530d]{display:none!important}}.view[data-v-09e6530d]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-09e6530d]{padding:0}}.view .wrapper[data-v-09e6530d]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-09e6530d]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-09e6530d]{min-width:30em;max-width:40em}}.view .list[data-v-09e6530d]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-09e6530d]{min-width:30em}}.view .list h1[data-v-09e6530d]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-09e6530d]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-09e6530d]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-09e6530d]{min-width:30em}}.view .list .item .header[data-v-09e6530d]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-09e6530d]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-09e6530d]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-09e6530d]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-09e6530d]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-09e6530d]{display:flex}.view .list .item .buttons.wide[data-v-09e6530d]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-09e6530d]{display:none!important}.view .list .item .buttons.wide[data-v-09e6530d]{display:flex!important}}.view .list .item .buttons[data-v-09e6530d] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-09e6530d] button:hover{opacity:1}.view .list .item .details[data-v-09e6530d]{cursor:initial;animation:fade-in-09e6530d .5s;padding:.5em 0}.view .list .item .details .row[data-v-09e6530d]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-09e6530d]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-09e6530d]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-09e6530d]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-09e6530d]{margin-bottom:0}}.view .list .item .details .row .value[data-v-09e6530d]{font-size:.9em}@keyframes slide-up-4b27f121{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-4b27f121{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-4b27f121{0%{opacity:0}to{opacity:1}}@keyframes fade-out-4b27f121{0%{opacity:1}to{opacity:0}}@keyframes unroll-4b27f121{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-4b27f121]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-4b27f121]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-4b27f121]:hover{color:var(--color-hover)}[type=submit][data-v-4b27f121]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-4b27f121]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-4b27f121],[type=email][data-v-4b27f121],[type=password][data-v-4b27f121],[type=number][data-v-4b27f121],[type=date][data-v-4b27f121],[type=datetime-local][data-v-4b27f121],select[data-v-4b27f121],textarea[data-v-4b27f121]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-4b27f121]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-4b27f121]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-4b27f121]{height:2.5em}table[data-v-4b27f121]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-4b27f121]{height:2rem}table thead tr[data-v-4b27f121]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-4b27f121]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-4b27f121]{height:calc(100% - 2rem)}table tbody tr td[data-v-4b27f121]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-4b27f121]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-4b27f121]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-4b27f121]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-4b27f121]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-4b27f121]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-4b27f121]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-4b27f121]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-4b27f121]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-4b27f121]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-4b27f121]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-4b27f121]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-4b27f121]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-4b27f121]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-4b27f121]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-4b27f121]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-4b27f121]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-4b27f121]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-4b27f121]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-4b27f121]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-4b27f121]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-4b27f121]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-4b27f121]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-4b27f121]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-4b27f121]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-4b27f121]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-4b27f121]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-4b27f121]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-4b27f121]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-4b27f121]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-4b27f121]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-4b27f121]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-4b27f121]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-4b27f121]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-4b27f121]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-4b27f121]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-4b27f121]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-4b27f121]{width:100%}}.hidden[data-v-4b27f121]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-4b27f121]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-4b27f121]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-4b27f121]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-4b27f121]{display:none!important}}.view[data-v-4b27f121]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-4b27f121]{padding:0}}.view .wrapper[data-v-4b27f121]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-4b27f121]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-4b27f121]{min-width:30em;max-width:40em}}.view .list[data-v-4b27f121]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-4b27f121]{min-width:30em}}.view .list h1[data-v-4b27f121]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-4b27f121]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-4b27f121]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-4b27f121]{min-width:30em}}.view .list .item .header[data-v-4b27f121]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-4b27f121]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-4b27f121]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-4b27f121]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-4b27f121]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-4b27f121]{display:flex}.view .list .item .buttons.wide[data-v-4b27f121]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-4b27f121]{display:none!important}.view .list .item .buttons.wide[data-v-4b27f121]{display:flex!important}}.view .list .item .buttons[data-v-4b27f121] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-4b27f121] button:hover{opacity:1}.view .list .item .details[data-v-4b27f121]{cursor:initial;animation:fade-in-4b27f121 .5s;padding:.5em 0}.view .list .item .details .row[data-v-4b27f121]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-4b27f121]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-4b27f121]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-4b27f121]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-4b27f121]{margin-bottom:0}}.view .list .item .details .row .value[data-v-4b27f121]{font-size:.9em}@keyframes slide-up-2771fe40{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-2771fe40{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-2771fe40{0%{opacity:0}to{opacity:1}}@keyframes fade-out-2771fe40{0%{opacity:1}to{opacity:0}}@keyframes unroll-2771fe40{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-2771fe40]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-2771fe40]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-2771fe40]:hover{color:var(--color-hover)}[type=submit][data-v-2771fe40]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-2771fe40]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-2771fe40],[type=email][data-v-2771fe40],[type=password][data-v-2771fe40],[type=number][data-v-2771fe40],[type=date][data-v-2771fe40],[type=datetime-local][data-v-2771fe40],select[data-v-2771fe40],textarea[data-v-2771fe40]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-2771fe40]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-2771fe40]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-2771fe40]{height:2.5em}table[data-v-2771fe40]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-2771fe40]{height:2rem}table thead tr[data-v-2771fe40]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-2771fe40]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-2771fe40]{height:calc(100% - 2rem)}table tbody tr td[data-v-2771fe40]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-2771fe40]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-2771fe40]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-2771fe40]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-2771fe40]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-2771fe40]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-2771fe40]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-2771fe40]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-2771fe40]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-2771fe40]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-2771fe40]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-2771fe40]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-2771fe40]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-2771fe40]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-2771fe40]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-2771fe40]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-2771fe40]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-2771fe40]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-2771fe40]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-2771fe40]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-2771fe40]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-2771fe40]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-2771fe40]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-2771fe40]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-2771fe40]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-2771fe40]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-2771fe40]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-2771fe40]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-2771fe40]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-2771fe40]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-2771fe40]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-2771fe40]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-2771fe40]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-2771fe40]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-2771fe40]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-2771fe40]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-2771fe40]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-2771fe40]{width:100%}}.hidden[data-v-2771fe40]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-2771fe40]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-2771fe40]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-2771fe40]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-2771fe40]{display:none!important}}.view[data-v-2771fe40]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-2771fe40]{padding:0}}.view .wrapper[data-v-2771fe40]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-2771fe40]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-2771fe40]{min-width:30em;max-width:40em}}.view .list[data-v-2771fe40]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-2771fe40]{min-width:30em}}.view .list h1[data-v-2771fe40]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-2771fe40]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-2771fe40]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-2771fe40]{min-width:30em}}.view .list .item .header[data-v-2771fe40]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-2771fe40]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-2771fe40]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-2771fe40]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-2771fe40]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-2771fe40]{display:flex}.view .list .item .buttons.wide[data-v-2771fe40]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-2771fe40]{display:none!important}.view .list .item .buttons.wide[data-v-2771fe40]{display:flex!important}}.view .list .item .buttons[data-v-2771fe40] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-2771fe40] button:hover{opacity:1}.view .list .item .details[data-v-2771fe40]{cursor:initial;animation:fade-in-2771fe40 .5s;padding:.5em 0}.view .list .item .details .row[data-v-2771fe40]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-2771fe40]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-2771fe40]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-2771fe40]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-2771fe40]{margin-bottom:0}}.view .list .item .details .row .value[data-v-2771fe40]{font-size:.9em}form[data-v-2cc1a414]{width:100%;max-width:300px;margin:0 auto;position:relative}form .buttons[data-v-2cc1a414]{display:flex;justify-content:flex-end;align-items:center;margin-top:1em}form .buttons button[data-v-2cc1a414]{height:2.3em}@keyframes slide-up-a1cca11d{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-a1cca11d{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-a1cca11d{0%{opacity:0}to{opacity:1}}@keyframes fade-out-a1cca11d{0%{opacity:1}to{opacity:0}}@keyframes unroll-a1cca11d{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-a1cca11d]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-a1cca11d]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-a1cca11d]:hover{color:var(--color-hover)}[type=submit][data-v-a1cca11d]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-a1cca11d]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-a1cca11d],[type=email][data-v-a1cca11d],[type=password][data-v-a1cca11d],[type=number][data-v-a1cca11d],[type=date][data-v-a1cca11d],[type=datetime-local][data-v-a1cca11d],select[data-v-a1cca11d],textarea[data-v-a1cca11d]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-a1cca11d]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-a1cca11d]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-a1cca11d]{height:2.5em}table[data-v-a1cca11d]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-a1cca11d]{height:2rem}table thead tr[data-v-a1cca11d]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-a1cca11d]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-a1cca11d]{height:calc(100% - 2rem)}table tbody tr td[data-v-a1cca11d]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-a1cca11d]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-a1cca11d]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-a1cca11d]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-a1cca11d]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-a1cca11d]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-a1cca11d]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-a1cca11d]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-a1cca11d]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-a1cca11d]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-a1cca11d]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-a1cca11d]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-a1cca11d]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-a1cca11d]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-a1cca11d]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-a1cca11d]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-a1cca11d]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-a1cca11d]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-a1cca11d]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-a1cca11d]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-a1cca11d]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-a1cca11d]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-a1cca11d]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-a1cca11d]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-a1cca11d]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-a1cca11d]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-a1cca11d]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-a1cca11d]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-a1cca11d]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-a1cca11d]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-a1cca11d]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-a1cca11d]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-a1cca11d]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-a1cca11d]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-a1cca11d]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-a1cca11d]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-a1cca11d]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-a1cca11d]{width:100%}}.hidden[data-v-a1cca11d]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-a1cca11d]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-a1cca11d]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-a1cca11d]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-a1cca11d]{display:none!important}}.view[data-v-a1cca11d]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-a1cca11d]{padding:0}}.view .wrapper[data-v-a1cca11d]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-a1cca11d]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-a1cca11d]{min-width:30em;max-width:40em}}.view .list[data-v-a1cca11d]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-a1cca11d]{min-width:30em}}.view .list h1[data-v-a1cca11d]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-a1cca11d]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-a1cca11d]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-a1cca11d]{min-width:30em}}.view .list .item .header[data-v-a1cca11d]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-a1cca11d]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-a1cca11d]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-a1cca11d]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-a1cca11d]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-a1cca11d]{display:flex}.view .list .item .buttons.wide[data-v-a1cca11d]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-a1cca11d]{display:none!important}.view .list .item .buttons.wide[data-v-a1cca11d]{display:flex!important}}.view .list .item .buttons[data-v-a1cca11d] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-a1cca11d] button:hover{opacity:1}.view .list .item .details[data-v-a1cca11d]{cursor:initial;animation:fade-in-a1cca11d .5s;padding:.5em 0}.view .list .item .details .row[data-v-a1cca11d]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-a1cca11d]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-a1cca11d]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-a1cca11d]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-a1cca11d]{margin-bottom:0}}.view .list .item .details .row .value[data-v-a1cca11d]{font-size:.9em}.device[data-v-a1cca11d]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.device[data-v-a1cca11d]{min-width:30em}}.device .header[data-v-a1cca11d]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.device .header:hover h2[data-v-a1cca11d]{color:var(--color-hover)}.device .header.expanded[data-v-a1cca11d]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.device h2[data-v-a1cca11d]{font-size:1.25em;padding:.5em 0;flex:1}.device .buttons[data-v-a1cca11d]{display:flex;align-items:center;justify-content:flex-end;display:none}.device .buttons.mobile[data-v-a1cca11d]{display:flex}.device .buttons.wide[data-v-a1cca11d]{display:none}@media (min-width: 680px){.device .buttons.mobile[data-v-a1cca11d]{display:none!important}.device .buttons.wide[data-v-a1cca11d]{display:flex!important}}.device .buttons[data-v-a1cca11d] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.device .buttons[data-v-a1cca11d] button:hover{opacity:1}.device .details[data-v-a1cca11d]{cursor:initial;animation:fade-in-a1cca11d .5s;padding:.5em 0}.device .details .row[data-v-a1cca11d]{display:flex;flex-direction:column}@media (min-width: 680px){.device .details .row[data-v-a1cca11d]{flex-direction:row;justify-content:space-between}}.device .details .row:hover .property[data-v-a1cca11d]{color:var(--color-hover)}.device .details .row .property[data-v-a1cca11d]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.device .details .row .property[data-v-a1cca11d]{margin-bottom:0}}.device .details .row .value[data-v-a1cca11d]{font-size:.9em}@keyframes slide-up-85fd2515{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-85fd2515{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-85fd2515{0%{opacity:0}to{opacity:1}}@keyframes fade-out-85fd2515{0%{opacity:1}to{opacity:0}}@keyframes unroll-85fd2515{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-85fd2515]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-85fd2515]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-85fd2515]:hover{color:var(--color-hover)}[type=submit][data-v-85fd2515]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-85fd2515]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-85fd2515],[type=email][data-v-85fd2515],[type=password][data-v-85fd2515],[type=number][data-v-85fd2515],[type=date][data-v-85fd2515],[type=datetime-local][data-v-85fd2515],select[data-v-85fd2515],textarea[data-v-85fd2515]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-85fd2515]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-85fd2515]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-85fd2515]{height:2.5em}table[data-v-85fd2515]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-85fd2515]{height:2rem}table thead tr[data-v-85fd2515]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-85fd2515]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-85fd2515]{height:calc(100% - 2rem)}table tbody tr td[data-v-85fd2515]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-85fd2515]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-85fd2515]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-85fd2515]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-85fd2515]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-85fd2515]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-85fd2515]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-85fd2515]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-85fd2515]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-85fd2515]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-85fd2515]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-85fd2515]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-85fd2515]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-85fd2515]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-85fd2515]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-85fd2515]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-85fd2515]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-85fd2515]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-85fd2515]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-85fd2515]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-85fd2515]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-85fd2515]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-85fd2515]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-85fd2515]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-85fd2515]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-85fd2515]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-85fd2515]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-85fd2515]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-85fd2515]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-85fd2515]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-85fd2515]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-85fd2515]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-85fd2515]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-85fd2515]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-85fd2515]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-85fd2515]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-85fd2515]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-85fd2515]{width:100%}}.hidden[data-v-85fd2515]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-85fd2515]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-85fd2515]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-85fd2515]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-85fd2515]{display:none!important}}.view[data-v-85fd2515]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-85fd2515]{padding:0}}.view .wrapper[data-v-85fd2515]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-85fd2515]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-85fd2515]{min-width:30em;max-width:40em}}.view .list[data-v-85fd2515]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-85fd2515]{min-width:30em}}.view .list h1[data-v-85fd2515]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-85fd2515]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-85fd2515]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-85fd2515]{min-width:30em}}.view .list .item .header[data-v-85fd2515]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-85fd2515]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-85fd2515]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-85fd2515]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-85fd2515]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-85fd2515]{display:flex}.view .list .item .buttons.wide[data-v-85fd2515]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-85fd2515]{display:none!important}.view .list .item .buttons.wide[data-v-85fd2515]{display:flex!important}}.view .list .item .buttons[data-v-85fd2515] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-85fd2515] button:hover{opacity:1}.view .list .item .details[data-v-85fd2515]{cursor:initial;animation:fade-in-85fd2515 .5s;padding:.5em 0}.view .list .item .details .row[data-v-85fd2515]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-85fd2515]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-85fd2515]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-85fd2515]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-85fd2515]{margin-bottom:0}}.view .list .item .details .row .value[data-v-85fd2515]{font-size:.9em}@keyframes slide-up-79b57e31{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-79b57e31{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-79b57e31{0%{opacity:0}to{opacity:1}}@keyframes fade-out-79b57e31{0%{opacity:1}to{opacity:0}}@keyframes unroll-79b57e31{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-79b57e31]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-79b57e31]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-79b57e31]:hover{color:var(--color-hover)}[type=submit][data-v-79b57e31]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-79b57e31]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-79b57e31],[type=email][data-v-79b57e31],[type=password][data-v-79b57e31],[type=number][data-v-79b57e31],[type=date][data-v-79b57e31],[type=datetime-local][data-v-79b57e31],select[data-v-79b57e31],textarea[data-v-79b57e31]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-79b57e31]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-79b57e31]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-79b57e31]{height:2.5em}table[data-v-79b57e31]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-79b57e31]{height:2rem}table thead tr[data-v-79b57e31]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-79b57e31]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-79b57e31]{height:calc(100% - 2rem)}table tbody tr td[data-v-79b57e31]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-79b57e31]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-79b57e31]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-79b57e31]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-79b57e31]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-79b57e31]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-79b57e31]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-79b57e31]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-79b57e31]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-79b57e31]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-79b57e31]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-79b57e31]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-79b57e31]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-79b57e31]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-79b57e31]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-79b57e31]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-79b57e31]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-79b57e31]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-79b57e31]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-79b57e31]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-79b57e31]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-79b57e31]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-79b57e31]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-79b57e31]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-79b57e31]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-79b57e31]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-79b57e31]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-79b57e31]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-79b57e31]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-79b57e31]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-79b57e31]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-79b57e31]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-79b57e31]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-79b57e31]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-79b57e31]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-79b57e31]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-79b57e31]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-79b57e31]{width:100%}}.hidden[data-v-79b57e31]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-79b57e31]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-79b57e31]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-79b57e31]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-79b57e31]{display:none!important}}.view[data-v-79b57e31]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-79b57e31]{padding:0}}.view .wrapper[data-v-79b57e31]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-79b57e31]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-79b57e31]{min-width:30em;max-width:40em}}.view .list[data-v-79b57e31]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-79b57e31]{min-width:30em}}.view .list h1[data-v-79b57e31]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-79b57e31]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-79b57e31]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-79b57e31]{min-width:30em}}.view .list .item .header[data-v-79b57e31]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-79b57e31]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-79b57e31]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-79b57e31]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-79b57e31]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-79b57e31]{display:flex}.view .list .item .buttons.wide[data-v-79b57e31]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-79b57e31]{display:none!important}.view .list .item .buttons.wide[data-v-79b57e31]{display:flex!important}}.view .list .item .buttons[data-v-79b57e31] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-79b57e31] button:hover{opacity:1}.view .list .item .details[data-v-79b57e31]{cursor:initial;animation:fade-in-79b57e31 .5s;padding:.5em 0}.view .list .item .details .row[data-v-79b57e31]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-79b57e31]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-79b57e31]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-79b57e31]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-79b57e31]{margin-bottom:0}}.view .list .item .details .row .value[data-v-79b57e31]{font-size:.9em}.circle[data-v-b4396861]{position:absolute;width:0;height:0;border-radius:50%;transform:translate(-50%,-50%);opacity:.25;z-index:1001}.autocomplete[data-v-54053cf3]{width:100%;position:relative}.autocomplete .input input[data-v-54053cf3]{width:100%}.autocomplete .values[data-v-54053cf3]{position:absolute;top:100%;left:0;right:0;max-height:20em;overflow:auto;background-color:var(--color-background);z-index:10;box-shadow:0 0 .5rem #00000080}.autocomplete .values ul[data-v-54053cf3]{list-style-type:none;margin:0;padding:0}.autocomplete .values ul li[data-v-54053cf3]{padding:.8em;cursor:pointer}.autocomplete .values ul li[data-v-54053cf3]:hover,.autocomplete .values ul li.selected[data-v-54053cf3]{background-color:var(--color-accent-bg)}.country-selector[data-v-52be3549]{position:relative;width:100%;margin:0 auto}form[data-v-cf3c7ae8]{display:flex;flex-direction:column;padding:1rem}form .row[data-v-cf3c7ae8]{margin-bottom:.5rem}form .row label[data-v-cf3c7ae8]{display:flex;align-items:center;font-size:.9rem;color:var(--color-text)}form .row label .description[data-v-cf3c7ae8]{opacity:.75}form .row label svg[data-v-cf3c7ae8]{margin-right:.5rem;color:var(--color-accent)}form .row .value[data-v-cf3c7ae8]{display:flex;align-items:center}form .row .value input[data-v-cf3c7ae8],form .row .value textarea[data-v-cf3c7ae8]{width:calc(100% - 3rem);padding:.5rem;border:1px solid var(--color-border);border-radius:4px;background-color:var(--color-background);color:var(--color-text);font-size:.9rem}form .row .value input[data-v-cf3c7ae8]:focus,form .row .value textarea[data-v-cf3c7ae8]:focus{border-color:var(--color-accent);outline:none}form .row .value .buttons[data-v-cf3c7ae8]{width:2rem;display:flex;align-items:center;margin:0 0 0 .5rem;padding:0}form .row .value .buttons button[data-v-cf3c7ae8]{height:1.25rem;background:none;border:none;color:var(--color-accent);font-size:.9rem;cursor:pointer;padding:0}form .row .value .buttons button[data-v-cf3c7ae8]:hover{color:var(--color-accent-hover)}form .row .value .buttons button[data-v-cf3c7ae8]:active{color:var(--color-accent-active)}form .buttons[data-v-cf3c7ae8]{font-size:.85rem}form .buttons [type=submit][data-v-cf3c7ae8]{background:var(--color-accent)}[data-v-70928ed3]:root,[data-v-70928ed3]:host{--ol-background-color: white;--ol-accent-background-color: #F5F5F5;--ol-subtle-background-color: rgba(128, 128, 128, .25);--ol-partial-background-color: rgba(255, 255, 255, .75);--ol-foreground-color: #333333;--ol-subtle-foreground-color: #666666;--ol-brand-color: #00AAFF}.ol-box[data-v-70928ed3]{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position[data-v-70928ed3]{top:8px;right:8px;position:absolute}.ol-scale-line[data-v-70928ed3]{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner[data-v-70928ed3]{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar[data-v-70928ed3]{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner[data-v-70928ed3]{display:flex}.ol-scale-step-marker[data-v-70928ed3]{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text[data-v-70928ed3]{position:absolute;bottom:-5px;font-size:10px;z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text[data-v-70928ed3]{position:absolute;font-size:12px;text-align:center;bottom:25px;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-singlebar[data-v-70928ed3]{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even[data-v-70928ed3]{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd[data-v-70928ed3]{background-color:var(--ol-background-color)}.ol-unsupported[data-v-70928ed3]{display:none}.ol-viewport[data-v-70928ed3],.ol-unselectable[data-v-70928ed3]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas[data-v-70928ed3]{all:unset;overflow:hidden}.ol-viewport[data-v-70928ed3]{touch-action:pan-x pan-y}.ol-selectable[data-v-70928ed3]{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing[data-v-70928ed3]{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab[data-v-70928ed3]{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control[data-v-70928ed3]{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom[data-v-70928ed3]{top:.5em;left:.5em}.ol-rotate[data-v-70928ed3]{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden[data-v-70928ed3]{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent[data-v-70928ed3]{top:4.643em;left:.5em}.ol-full-screen[data-v-70928ed3]{right:.5em;top:.5em}.ol-control button[data-v-70928ed3]{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.ol-control button[data-v-70928ed3]::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button[data-v-70928ed3]{line-height:1.4em}.ol-compass[data-v-70928ed3]{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button[data-v-70928ed3]{font-size:1.5em}.ol-touch .ol-zoom-extent[data-v-70928ed3]{top:5.5em}.ol-control button[data-v-70928ed3]:hover,.ol-control button[data-v-70928ed3]:focus{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in[data-v-70928ed3]{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out[data-v-70928ed3]{border-radius:0 0 2px 2px}.ol-attribution[data-v-70928ed3]{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a[data-v-70928ed3]{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul[data-v-70928ed3]{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.ol-attribution li[data-v-70928ed3]{display:inline;list-style:none}.ol-attribution li[data-v-70928ed3]:not(:last-child):after{content:" "}.ol-attribution img[data-v-70928ed3]{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button[data-v-70928ed3]{flex-shrink:0}.ol-attribution.ol-collapsed ul[data-v-70928ed3]{display:none}.ol-attribution[data-v-70928ed3]:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible[data-v-70928ed3]{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img[data-v-70928ed3]{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button[data-v-70928ed3]{display:none}.ol-zoomslider[data-v-70928ed3]{top:4.5em;left:.5em;height:200px}.ol-zoomslider button[data-v-70928ed3]{position:relative;height:10px}.ol-touch .ol-zoomslider[data-v-70928ed3]{top:5.5em}.ol-overviewmap[data-v-70928ed3]{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible[data-v-70928ed3]{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map[data-v-70928ed3],.ol-overviewmap button[data-v-70928ed3]{display:block}.ol-overviewmap .ol-overviewmap-map[data-v-70928ed3]{border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button[data-v-70928ed3]{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map[data-v-70928ed3],.ol-overviewmap.ol-uncollapsible button[data-v-70928ed3]{display:none}.ol-overviewmap[data-v-70928ed3]:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box[data-v-70928ed3]{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box[data-v-70928ed3]:hover{cursor:move}.ol-overviewmap .ol-viewport[data-v-70928ed3]:hover{cursor:pointer}.popup[data-v-70928ed3]{position:absolute;background:var(--color-background);min-width:20em;padding:1em;border-radius:1em;box-shadow:2px 2px 2px 2px var(--color-border)}.popup .popup-content[data-v-70928ed3]{display:flex;flex-direction:column;gap:1.5em}.popup .header[data-v-70928ed3]{position:absolute;top:.5em;right:0}.popup .header button[data-v-70928ed3]{background:none;border:none;color:var(--color-heading);font-size:1.2em;cursor:pointer}.popup .header button[data-v-70928ed3]:hover{color:var(--color-accent)}.popup.hidden[data-v-70928ed3]{padding:0;border-radius:0;box-shadow:none;width:0;height:0;min-width:0;pointer-events:none}.popup .point-info p svg[data-v-70928ed3]{width:1.1rem;margin:0}.popup .point-info a[data-v-70928ed3]{padding:0}.popup p.latlng[data-v-70928ed3],.popup p.altitude[data-v-70928ed3],.popup p.speed[data-v-70928ed3]{font-size:.8em;margin:-.25em 0 .25em}.popup .description[data-v-70928ed3]{cursor:pointer}.popup .description:hover .icon[data-v-70928ed3]{color:var(--color-accent)}.popup .description .icon[data-v-70928ed3]{margin-right:.5em}.popup .description .text[data-v-70928ed3]{font-style:italic}.popup .description:not(.no-content) .text[data-v-70928ed3]{font-weight:700}.popup .description:not(.no-content) .icon[data-v-70928ed3]{color:var(--color-accent)}.popup .description.no-content[data-v-70928ed3]{font-size:.9em;opacity:.5}.popup .description textarea[data-v-70928ed3]{min-height:5em}.popup .description button[data-v-70928ed3]{background:var(--color-accent);border:none;color:var(--color-accent);font-size:.9em;margin:0;padding:.5em 1.5em;cursor:pointer}.popup .description button[data-v-70928ed3]:hover{color:var(--color-heading)}.popup .device[data-v-70928ed3]{font-size:.9em;font-weight:700;letter-spacing:.05em}.popup .battery[data-v-70928ed3]{display:flex;align-items:center;font-weight:700}.popup .battery span[data-v-70928ed3]{margin-left:.25em}.popup .accuracy[data-v-70928ed3]{font-size:.9em;font-weight:700;letter-spacing:.05em;opacity:.75}.popup .accuracy .title[data-v-70928ed3]{margin:0 .25em}.popup .accuracy .value[data-v-70928ed3]{font-weight:700}.popup .timestamp[data-v-70928ed3]{color:var(--color-heading);font-weight:700;font-size:.9em}.buttons[data-v-70928ed3]{display:flex;justify-content:space-between;font-size:.85em;margin-top:.5em}.buttons button[data-v-70928ed3]{width:100%;background:none;border:none;margin-left:-.5em}.buttons button.edit[data-v-70928ed3]{color:var(--color-accent)}.buttons button.edit[data-v-70928ed3]:hover{color:var(--color-accent-bg)}.buttons button.remove[data-v-70928ed3]{color:var(--vt-c-red-fg-light)}.buttons button.remove[data-v-70928ed3]:hover{color:var(--vt-c-red-fg-dark)}button.toggle-button[data-v-7970f942]{background:var(--color-background);color:var(--color-text);width:4em;height:4em;font-size:1em;padding:1.5em;outline:none;border:none;border-radius:50%;box-shadow:1px 1px 2px 2px var(--color-border);cursor:pointer}button.toggle-button.selected[data-v-7970f942]{background:var(--color-accent);color:var(--color-background);font-weight:700;box-shadow:inset 1px 1px 2px 2px var(--color-accent)}button.toggle-button.selected[data-v-7970f942]:hover{color:var(--color-background)!important}@keyframes slide-up-66142b55{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-66142b55{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-66142b55{0%{opacity:0}to{opacity:1}}@keyframes fade-out-66142b55{0%{opacity:1}to{opacity:0}}@keyframes unroll-66142b55{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-66142b55]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-66142b55]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-66142b55]:hover{color:var(--color-hover)}[type=submit][data-v-66142b55]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-66142b55]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-66142b55],[type=email][data-v-66142b55],[type=password][data-v-66142b55],[type=number][data-v-66142b55],[type=date][data-v-66142b55],[type=datetime-local][data-v-66142b55],select[data-v-66142b55],textarea[data-v-66142b55]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-66142b55]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-66142b55]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-66142b55]{height:2.5em}table[data-v-66142b55]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-66142b55]{height:2rem}table thead tr[data-v-66142b55]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-66142b55]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-66142b55]{height:calc(100% - 2rem)}table tbody tr td[data-v-66142b55]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-66142b55]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-66142b55]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-66142b55]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-66142b55]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-66142b55]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-66142b55]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-66142b55]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-66142b55]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-66142b55]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-66142b55]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-66142b55]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-66142b55]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-66142b55]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-66142b55]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-66142b55]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-66142b55]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-66142b55]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-66142b55]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-66142b55]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-66142b55]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-66142b55]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-66142b55]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-66142b55]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-66142b55]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-66142b55]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-66142b55]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-66142b55]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-66142b55]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-66142b55]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-66142b55]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-66142b55]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-66142b55]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-66142b55]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-66142b55]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-66142b55]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-66142b55]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-66142b55]{width:100%}}.hidden[data-v-66142b55]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-66142b55]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-66142b55]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-66142b55]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-66142b55]{display:none!important}}.view[data-v-66142b55]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-66142b55]{padding:0}}.view .wrapper[data-v-66142b55]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-66142b55]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-66142b55]{min-width:30em;max-width:40em}}.view .list[data-v-66142b55]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-66142b55]{min-width:30em}}.view .list h1[data-v-66142b55]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-66142b55]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-66142b55]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-66142b55]{min-width:30em}}.view .list .item .header[data-v-66142b55]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-66142b55]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-66142b55]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-66142b55]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-66142b55]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-66142b55]{display:flex}.view .list .item .buttons.wide[data-v-66142b55]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-66142b55]{display:none!important}.view .list .item .buttons.wide[data-v-66142b55]{display:flex!important}}.view .list .item .buttons[data-v-66142b55] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-66142b55] button:hover{opacity:1}.view .list .item .details[data-v-66142b55]{cursor:initial;animation:fade-in-66142b55 .5s;padding:.5em 0}.view .list .item .details .row[data-v-66142b55]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-66142b55]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-66142b55]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-66142b55]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-66142b55]{margin-bottom:0}}.view .list .item .details .row .value[data-v-66142b55]{font-size:.9em}.filter-view[data-v-66142b55]{height:100%;background:var(--color-background);display:flex;flex-direction:column;align-items:center;padding:1em 0;justify-content:center;border:1px solid var(--color-border);border-radius:.5em;margin-bottom:.25em;box-shadow:0 0 .5em #000000a8}@media (max-width: 959px){.filter-view[data-v-66142b55]{width:calc(100vw - 2em)}}@media (min-width: 960px){.filter-view[data-v-66142b55]{width:50em}}.filter-view header[data-v-66142b55]{width:100%;height:2.5em;display:flex;justify-content:center}.filter-view footer[data-v-66142b55]{width:100%;height:3.5em;display:flex;justify-content:center}.filter-view footer button[data-v-66142b55]{height:2.5em}.filter-view main[data-v-66142b55]{height:calc(100% - 11em);max-height:25em;overflow-y:auto;overflow-x:hidden;display:flex;padding:1em}@media (max-width: 679px){.filter-view main[data-v-66142b55]{flex-direction:column;flex-wrap:nowrap}}@media (min-width: 680px){.filter-view main[data-v-66142b55]{flex-direction:row;flex-wrap:wrap}}.filter-view main .container[data-v-66142b55]{display:flex;align-items:center;justify-content:center;padding:.5em 1em;flex-direction:column}@media (max-width: 679px){.filter-view main .container[data-v-66142b55]{width:100%}}@media (min-width: 680px){.filter-view main .container[data-v-66142b55]{width:50%}}.filter-view main .container .title[data-v-66142b55]{text-align:center}.filter-view main .container label[data-v-66142b55]{margin-bottom:.25em}@media (max-width: 679px){.filter-view main .container label[data-v-66142b55]{margin-top:.75em}}.filter-view main .container input[data-v-66142b55]{width:100%}@media (max-width: 679px){.filter-view main .container input[data-v-66142b55]{margin-bottom:.5em}}.filter-view .date-selectors[data-v-66142b55]{display:flex;justify-content:space-between;width:100%}@media (min-width: 0px){.filter-view .date-selectors[data-v-66142b55]{flex-direction:column}}@media (min-width: 680px){.filter-view .date-selectors[data-v-66142b55]{flex-direction:row}}.filter-view .date-selectors .date-selector[data-v-66142b55]{display:flex;flex-direction:column;align-items:center;margin:.5em}.filter-view .date-selectors .date-selector label[data-v-66142b55]{margin-bottom:.25em}.filter-view .date-selectors .date-selector input[data-v-66142b55]{width:100%}.filter-view .date-selectors .date-selector .footer[data-v-66142b55]{display:flex;justify-content:center;margin-top:.5em}.filter-view .date-selectors .date-selector .footer button[data-v-66142b55]{margin-right:.25em;font-size:.75em}.filter-view .date-range-toggle[data-v-66142b55]{width:100%;display:flex;align-items:center;justify-content:center}.filter-view .date-range-toggle input[data-v-66142b55]{margin-right:.25em}.filter-view .limit-container[data-v-66142b55]{display:flex;flex-direction:column;align-items:center}.filter-view .resolution-container label[data-v-66142b55]{margin-bottom:.25em;display:flex;flex-direction:column;align-items:center}.filter-view .resolution-container input[data-v-66142b55]{width:100%}.filter-view .resolution-container .help[data-v-66142b55]{font-size:.75em}.filter-view button[type=submit][data-v-66142b55]{min-width:10em}.filter-view .help[data-v-66142b55]{font-size:.75em}.overlay-container[data-v-c8d74f74]{position:absolute;top:0;left:0;width:100%;height:calc(100% - 10rem);background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.overlay-container .overlay-popup[data-v-c8d74f74]{position:absolute;bottom:0;background:#00000026;color:#fff;display:flex;flex-direction:column;padding:1em;border-radius:.25em;box-shadow:0 0 .25em #00000080;opacity:.75;z-index:1002}.overlay-container .overlay-popup button[data-v-c8d74f74]{background:transparent;color:#fff;margin-top:.5em;cursor:pointer}.overlay-container .overlay-popup button[data-v-c8d74f74]:hover{text-decoration:underline}.overlay-container .overlay[data-v-c8d74f74]{position:absolute;width:100%;height:100%;z-index:1001}.overlay-container .overlay .box[data-v-c8d74f74]{position:absolute;background:#00000040;border:1px solid var(--color-accent)}.options[data-v-710930ca]{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:100%;margin-right:1em}.options button[data-v-710930ca]{width:100%;height:2.5em;font-size:1em;background-color:var(--color-background);border:1px solid var(--vt-c-divider-light-1);margin-left:.5em;cursor:pointer}.options button[data-v-710930ca]:hover{color:var(--color-hover)}.options button.selected[data-v-710930ca]{background:var(--vt-c-blue-bg-dark);color:var(--vt-c-white)}.timeline-container[data-v-9949355b]{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.body[data-v-9949355b]{display:flex;flex-direction:row;height:100%;width:100%}.timeline[data-v-9949355b]{width:calc(100% - 5em);height:100%}.timeline canvas[data-v-9949355b]{width:100%!important;height:100%!important}.options-toggle[data-v-9949355b]{position:absolute;width:2em;height:2em;z-index:1}.options-toggle button[data-v-9949355b]{width:100%;height:100%;font-size:1em;background-color:none;border:0;cursor:pointer}.options-toggle button[data-v-9949355b]:hover{color:var(--color-hover)}.options-toggle button.selected[data-v-9949355b]{color:var(--color-accent)}.options-container[data-v-9949355b]{width:5em;height:100%;padding:.5em}.options-container[data-v-9949355b] button{font-size:.8em}.options-container.until.tablet[data-v-9949355b]{position:absolute;left:2.5em;background-color:var(--color-background);box-shadow:.25em .25em .5em .1em var(--color-border)}.page-button-container[data-v-9949355b]{width:3em;height:100%;display:flex;justify-content:center;align-items:center}.page-button-container button[data-v-9949355b]{width:100%;height:100%;font-size:1em;background-color:var(--color-background);border:0;margin-left:.5em;cursor:pointer}.page-button-container button[data-v-9949355b]:hover{color:var(--color-hover)}.reset-pagination[data-v-9949355b]{width:2em;height:2em;position:absolute;top:0;right:0}[data-v-c0042a5e]:root,[data-v-c0042a5e]:host{--ol-background-color: white;--ol-accent-background-color: #F5F5F5;--ol-subtle-background-color: rgba(128, 128, 128, .25);--ol-partial-background-color: rgba(255, 255, 255, .75);--ol-foreground-color: #333333;--ol-subtle-foreground-color: #666666;--ol-brand-color: #00AAFF}.ol-box[data-v-c0042a5e]{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position[data-v-c0042a5e]{top:8px;right:8px;position:absolute}.ol-scale-line[data-v-c0042a5e]{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner[data-v-c0042a5e]{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar[data-v-c0042a5e]{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner[data-v-c0042a5e]{display:flex}.ol-scale-step-marker[data-v-c0042a5e]{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text[data-v-c0042a5e]{position:absolute;bottom:-5px;font-size:10px;z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text[data-v-c0042a5e]{position:absolute;font-size:12px;text-align:center;bottom:25px;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-singlebar[data-v-c0042a5e]{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even[data-v-c0042a5e]{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd[data-v-c0042a5e]{background-color:var(--ol-background-color)}.ol-unsupported[data-v-c0042a5e]{display:none}.ol-viewport[data-v-c0042a5e],.ol-unselectable[data-v-c0042a5e]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas[data-v-c0042a5e]{all:unset;overflow:hidden}.ol-viewport[data-v-c0042a5e]{touch-action:pan-x pan-y}.ol-selectable[data-v-c0042a5e]{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing[data-v-c0042a5e]{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab[data-v-c0042a5e]{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control[data-v-c0042a5e]{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom[data-v-c0042a5e]{top:.5em;left:.5em}.ol-rotate[data-v-c0042a5e]{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden[data-v-c0042a5e]{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent[data-v-c0042a5e]{top:4.643em;left:.5em}.ol-full-screen[data-v-c0042a5e]{right:.5em;top:.5em}.ol-control button[data-v-c0042a5e]{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.ol-control button[data-v-c0042a5e]::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button[data-v-c0042a5e]{line-height:1.4em}.ol-compass[data-v-c0042a5e]{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button[data-v-c0042a5e]{font-size:1.5em}.ol-touch .ol-zoom-extent[data-v-c0042a5e]{top:5.5em}.ol-control button[data-v-c0042a5e]:hover,.ol-control button[data-v-c0042a5e]:focus{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in[data-v-c0042a5e]{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out[data-v-c0042a5e]{border-radius:0 0 2px 2px}.ol-attribution[data-v-c0042a5e]{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a[data-v-c0042a5e]{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul[data-v-c0042a5e]{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.ol-attribution li[data-v-c0042a5e]{display:inline;list-style:none}.ol-attribution li[data-v-c0042a5e]:not(:last-child):after{content:" "}.ol-attribution img[data-v-c0042a5e]{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button[data-v-c0042a5e]{flex-shrink:0}.ol-attribution.ol-collapsed ul[data-v-c0042a5e]{display:none}.ol-attribution[data-v-c0042a5e]:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible[data-v-c0042a5e]{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img[data-v-c0042a5e]{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button[data-v-c0042a5e]{display:none}.ol-zoomslider[data-v-c0042a5e]{top:4.5em;left:.5em;height:200px}.ol-zoomslider button[data-v-c0042a5e]{position:relative;height:10px}.ol-touch .ol-zoomslider[data-v-c0042a5e]{top:5.5em}.ol-overviewmap[data-v-c0042a5e]{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible[data-v-c0042a5e]{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map[data-v-c0042a5e],.ol-overviewmap button[data-v-c0042a5e]{display:block}.ol-overviewmap .ol-overviewmap-map[data-v-c0042a5e]{border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button[data-v-c0042a5e]{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map[data-v-c0042a5e],.ol-overviewmap.ol-uncollapsible button[data-v-c0042a5e]{display:none}.ol-overviewmap[data-v-c0042a5e]:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box[data-v-c0042a5e]{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box[data-v-c0042a5e]:hover{cursor:move}.ol-overviewmap .ol-viewport[data-v-c0042a5e]:hover{cursor:pointer}@keyframes slide-up-c0042a5e{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-c0042a5e{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-c0042a5e{0%{opacity:0}to{opacity:1}}@keyframes fade-out-c0042a5e{0%{opacity:1}to{opacity:0}}@keyframes unroll-c0042a5e{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-c0042a5e]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-c0042a5e]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-c0042a5e]:hover{color:var(--color-hover)}[type=submit][data-v-c0042a5e]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-c0042a5e]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-c0042a5e],[type=email][data-v-c0042a5e],[type=password][data-v-c0042a5e],[type=number][data-v-c0042a5e],[type=date][data-v-c0042a5e],[type=datetime-local][data-v-c0042a5e],select[data-v-c0042a5e],textarea[data-v-c0042a5e]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-c0042a5e]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-c0042a5e]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-c0042a5e]{height:2.5em}table[data-v-c0042a5e]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-c0042a5e]{height:2rem}table thead tr[data-v-c0042a5e]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-c0042a5e]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-c0042a5e]{height:calc(100% - 2rem)}table tbody tr td[data-v-c0042a5e]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-c0042a5e]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-c0042a5e]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-c0042a5e]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-c0042a5e]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-c0042a5e]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-c0042a5e]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-c0042a5e]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-c0042a5e]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-c0042a5e]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-c0042a5e]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-c0042a5e]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-c0042a5e]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-c0042a5e]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-c0042a5e]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-c0042a5e]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-c0042a5e]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-c0042a5e]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-c0042a5e]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-c0042a5e]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-c0042a5e]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-c0042a5e]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-c0042a5e]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-c0042a5e]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-c0042a5e]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-c0042a5e]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-c0042a5e]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-c0042a5e]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-c0042a5e]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-c0042a5e]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-c0042a5e]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-c0042a5e]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-c0042a5e]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-c0042a5e]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-c0042a5e]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-c0042a5e]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-c0042a5e]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-c0042a5e]{width:100%}}.hidden[data-v-c0042a5e]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-c0042a5e]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-c0042a5e]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-c0042a5e]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-c0042a5e]{display:none!important}}.view[data-v-c0042a5e]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-c0042a5e]{padding:0}}.view .wrapper[data-v-c0042a5e]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-c0042a5e]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-c0042a5e]{min-width:30em;max-width:40em}}.view .list[data-v-c0042a5e]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-c0042a5e]{min-width:30em}}.view .list h1[data-v-c0042a5e]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-c0042a5e]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-c0042a5e]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-c0042a5e]{min-width:30em}}.view .list .item .header[data-v-c0042a5e]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-c0042a5e]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-c0042a5e]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-c0042a5e]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-c0042a5e]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-c0042a5e]{display:flex}.view .list .item .buttons.wide[data-v-c0042a5e]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-c0042a5e]{display:none!important}.view .list .item .buttons.wide[data-v-c0042a5e]{display:flex!important}}.view .list .item .buttons[data-v-c0042a5e] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-c0042a5e] button:hover{opacity:1}.view .list .item .details[data-v-c0042a5e]{cursor:initial;animation:fade-in-c0042a5e .5s;padding:.5em 0}.view .list .item .details .row[data-v-c0042a5e]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-c0042a5e]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-c0042a5e]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-c0042a5e]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-c0042a5e]{margin-bottom:0}}.view .list .item .details .row .value[data-v-c0042a5e]{font-size:.9em}main[data-v-c0042a5e]{width:100%;height:100%}.map-body[data-v-c0042a5e]{width:100%;height:100%;position:relative;display:flex;flex-direction:column}#map[data-v-c0042a5e]{position:absolute;top:0;bottom:0;width:100%;height:calc(100% - 10rem)}#map .controls[data-v-c0042a5e]{position:absolute;bottom:0;left:0;max-height:calc(100% + 4em);display:flex;flex-direction:column;padding:.5em;z-index:1}@media (min-width: 0px){#map .controls[data-v-c0042a5e]{bottom:1em}}#map .controls .form-container[data-v-c0042a5e]{max-height:calc(100% - 8em);margin-bottom:.5em;animation:unroll-c0042a5e .25s ease-out}#map .time-range[data-v-c0042a5e]{position:absolute;top:0;right:0;padding:.5em;background:var(--color-background);border-radius:.25em;opacity:.8;z-index:1}#map .time-range .row[data-v-c0042a5e]{display:flex;justify-content:space-between;margin-bottom:.25em}#map .time-range .row .key[data-v-c0042a5e]{margin-right:1em}#map .time-range .row .value[data-v-c0042a5e]{font-weight:700}.timeline[data-v-c0042a5e]{width:100%;height:10rem;position:absolute;bottom:0;background-color:var(--color-background);display:flex;justify-content:center;align-items:center;padding-top:.5em;box-shadow:0 0 .5em #00000080}.floating-buttons-container[data-v-c0042a5e]{width:100%;height:5em;position:absolute;bottom:0;right:0}.floating-buttons-container .floating-buttons[data-v-c0042a5e]{height:100%;position:relative;display:flex;justify-content:flex-end}.floating-buttons-container .floating-buttons[data-v-c0042a5e] button{position:absolute}[data-v-c0042a5e] .ol-viewport .ol-attribution{display:none}[data-v-c0042a5e] .ol-viewport .ol-control{margin-bottom:.5em}[data-v-c0042a5e] .ol-viewport button{background:var(--color-background)}main{display:flex;flex-direction:column;height:100%;width:100%}.metrics-form[data-v-922fa81c]{display:flex;flex-direction:column;gap:1rem}.metrics-form .metrics[data-v-922fa81c]{display:flex;flex-direction:column;gap:1rem;padding:1rem}.metrics-form .metrics .metric[data-v-922fa81c]{display:flex;align-items:center;gap:.5rem}.metrics-form .metrics .metric label[data-v-922fa81c]{display:flex;flex:1}.metrics-form .metrics .metric input[data-v-922fa81c]{margin-right:.5rem}.metrics-form .buttons[data-v-922fa81c]{display:flex;justify-content:space-between;gap:1rem}.metrics-form .buttons button[data-v-922fa81c]{padding:.5rem 1rem}@keyframes slide-up-b5d17b36{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down-b5d17b36{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fade-in-b5d17b36{0%{opacity:0}to{opacity:1}}@keyframes fade-out-b5d17b36{0%{opacity:1}to{opacity:0}}@keyframes unroll-b5d17b36{0%{transform:translateY(7.5em)}to{transform:translateY(0)}}button[data-v-b5d17b36]{margin:0 .5em;padding:.25em .5em;border:1px solid var(--color-border);border-radius:.25em;background:var(--color-background);color:var(--color-text);font-size:1.25em;cursor:pointer}button[data-v-b5d17b36]:disabled{color:var(--color-text);opacity:.5;cursor:not-allowed}button[data-v-b5d17b36]:hover{color:var(--color-hover)}[type=submit][data-v-b5d17b36]{background:var(--color-accent);color:#fff!important;margin:.5em;font-size:1.15em;padding:.5em;transition:background-color .5s}[type=submit][data-v-b5d17b36]:hover{background:var(--color-hover);color:var(--color-background)}[type=text][data-v-b5d17b36],[type=email][data-v-b5d17b36],[type=password][data-v-b5d17b36],[type=number][data-v-b5d17b36],[type=date][data-v-b5d17b36],[type=datetime-local][data-v-b5d17b36],select[data-v-b5d17b36],textarea[data-v-b5d17b36]{color:var(--color-text);transition:border-color .5s;width:100%;padding:.5em;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background-soft)}.loading-container[data-v-b5d17b36]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1}form .buttons[data-v-b5d17b36]{display:flex;align-items:center;justify-content:flex-end;margin-top:.33em;padding-top:.33em}form .buttons button[data-v-b5d17b36]{height:2.5em}table[data-v-b5d17b36]{width:100%;height:100%;border-collapse:collapse}table thead[data-v-b5d17b36]{height:2rem}table thead tr[data-v-b5d17b36]{position:sticky;top:0;background-color:var(--color-background);z-index:1}table thead tr th[data-v-b5d17b36]{padding:.5rem;text-align:left;font-weight:700}table tbody[data-v-b5d17b36]{height:calc(100% - 2rem)}table tbody tr td[data-v-b5d17b36]{padding:.5rem;border-bottom:1px solid var(--color-border)}table tbody tr[data-v-b5d17b36]:hover{background-color:var(--color-background-soft)}@media (min-width: 0px){.col-s-1[data-v-b5d17b36]{width:8.3333333333%}}@media (min-width: 680px){.col-m-1[data-v-b5d17b36]{width:8.3333333333%}}@media (min-width: 960px){.col-l-1[data-v-b5d17b36]{width:8.3333333333%}}@media (min-width: 0px){.col-s-2[data-v-b5d17b36]{width:16.6666666667%}}@media (min-width: 680px){.col-m-2[data-v-b5d17b36]{width:16.6666666667%}}@media (min-width: 960px){.col-l-2[data-v-b5d17b36]{width:16.6666666667%}}@media (min-width: 0px){.col-s-3[data-v-b5d17b36]{width:25%}}@media (min-width: 680px){.col-m-3[data-v-b5d17b36]{width:25%}}@media (min-width: 960px){.col-l-3[data-v-b5d17b36]{width:25%}}@media (min-width: 0px){.col-s-4[data-v-b5d17b36]{width:33.3333333333%}}@media (min-width: 680px){.col-m-4[data-v-b5d17b36]{width:33.3333333333%}}@media (min-width: 960px){.col-l-4[data-v-b5d17b36]{width:33.3333333333%}}@media (min-width: 0px){.col-s-5[data-v-b5d17b36]{width:41.6666666667%}}@media (min-width: 680px){.col-m-5[data-v-b5d17b36]{width:41.6666666667%}}@media (min-width: 960px){.col-l-5[data-v-b5d17b36]{width:41.6666666667%}}@media (min-width: 0px){.col-s-6[data-v-b5d17b36]{width:50%}}@media (min-width: 680px){.col-m-6[data-v-b5d17b36]{width:50%}}@media (min-width: 960px){.col-l-6[data-v-b5d17b36]{width:50%}}@media (min-width: 0px){.col-s-7[data-v-b5d17b36]{width:58.3333333333%}}@media (min-width: 680px){.col-m-7[data-v-b5d17b36]{width:58.3333333333%}}@media (min-width: 960px){.col-l-7[data-v-b5d17b36]{width:58.3333333333%}}@media (min-width: 0px){.col-s-8[data-v-b5d17b36]{width:66.6666666667%}}@media (min-width: 680px){.col-m-8[data-v-b5d17b36]{width:66.6666666667%}}@media (min-width: 960px){.col-l-8[data-v-b5d17b36]{width:66.6666666667%}}@media (min-width: 0px){.col-s-9[data-v-b5d17b36]{width:75%}}@media (min-width: 680px){.col-m-9[data-v-b5d17b36]{width:75%}}@media (min-width: 960px){.col-l-9[data-v-b5d17b36]{width:75%}}@media (min-width: 0px){.col-s-10[data-v-b5d17b36]{width:83.3333333333%}}@media (min-width: 680px){.col-m-10[data-v-b5d17b36]{width:83.3333333333%}}@media (min-width: 960px){.col-l-10[data-v-b5d17b36]{width:83.3333333333%}}@media (min-width: 0px){.col-s-11[data-v-b5d17b36]{width:91.6666666667%}}@media (min-width: 680px){.col-m-11[data-v-b5d17b36]{width:91.6666666667%}}@media (min-width: 960px){.col-l-11[data-v-b5d17b36]{width:91.6666666667%}}@media (min-width: 0px){.col-s-12[data-v-b5d17b36]{width:100%}}@media (min-width: 680px){.col-m-12[data-v-b5d17b36]{width:100%}}@media (min-width: 960px){.col-l-12[data-v-b5d17b36]{width:100%}}.hidden[data-v-b5d17b36]{display:none!important}@media (max-width: 959px){.from.desktop[data-v-b5d17b36]{display:none!important}}@media (max-width: 679px){.from.tablet[data-v-b5d17b36]{display:none!important}}@media (min-width: 680px){.until.tablet[data-v-b5d17b36]{display:none!important}}@media (min-width: 960px){.until.desktop[data-v-b5d17b36]{display:none!important}}.view[data-v-b5d17b36]{height:100%;background-color:#0000000d;display:flex;justify-content:center;padding:2em}@media (max-width: 679px){.view[data-v-b5d17b36]{padding:0}}.view .wrapper[data-v-b5d17b36]{height:100%;display:flex;background-color:var(--color-background);border-radius:1em;box-shadow:0 .5rem 1rem #0003;position:relative}@media (min-width: 0px){.view .wrapper[data-v-b5d17b36]{width:100%}}@media (min-width: 680px){.view .wrapper[data-v-b5d17b36]{min-width:30em;max-width:40em}}.view .list[data-v-b5d17b36]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:auto}@media (min-width: 680px){.view .list[data-v-b5d17b36]{min-width:30em}}.view .list h1[data-v-b5d17b36]{width:100%;text-align:center;padding:.5em 0}.view .list ul[data-v-b5d17b36]{list-style-type:none;padding:0;margin:0;width:100%;overflow-y:auto}.view .list .item[data-v-b5d17b36]{width:100%;margin:0;padding:0 .5rem;display:flex;flex-direction:column;position:relative;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}@media (min-width: 680px){.view .list .item[data-v-b5d17b36]{min-width:30em}}.view .list .item .header[data-v-b5d17b36]{display:flex;justify-content:space-between;width:100%;padding:.5em 0}.view .list .item .header:hover h2[data-v-b5d17b36]{color:var(--color-hover)}.view .list .item .header.expanded[data-v-b5d17b36]{background-color:#0000000d;font-weight:700;padding:.5em;border-radius:.75rem}.view .list .item h2[data-v-b5d17b36]{font-size:1.25em;padding:.5em 0;flex:1}.view .list .item .buttons[data-v-b5d17b36]{display:flex;align-items:center;justify-content:flex-end;display:none}.view .list .item .buttons.mobile[data-v-b5d17b36]{display:flex}.view .list .item .buttons.wide[data-v-b5d17b36]{display:none}@media (min-width: 680px){.view .list .item .buttons.mobile[data-v-b5d17b36]{display:none!important}.view .list .item .buttons.wide[data-v-b5d17b36]{display:flex!important}}.view .list .item .buttons[data-v-b5d17b36] button{background-color:transparent;color:var(--color-text);border:none;cursor:pointer;font-size:1em;opacity:.75}.view .list .item .buttons[data-v-b5d17b36] button:hover{opacity:1}.view .list .item .details[data-v-b5d17b36]{cursor:initial;animation:fade-in-b5d17b36 .5s;padding:.5em 0}.view .list .item .details .row[data-v-b5d17b36]{display:flex;flex-direction:column}@media (min-width: 680px){.view .list .item .details .row[data-v-b5d17b36]{flex-direction:row;justify-content:space-between}}.view .list .item .details .row:hover .property[data-v-b5d17b36]{color:var(--color-hover)}.view .list .item .details .row .property[data-v-b5d17b36]{font-weight:700;margin-bottom:.25em}@media (min-width: 680px){.view .list .item .details .row .property[data-v-b5d17b36]{margin-bottom:0}}.view .list .item .details .row .value[data-v-b5d17b36]{font-size:.9em}.stats.view .wrapper[data-v-b5d17b36]{display:flex;padding:1rem;flex-direction:column;align-items:center}@media (max-width: 959px){.stats.view .wrapper[data-v-b5d17b36]{width:100%;min-width:100%;max-width:100%}}@media (min-width: 960px){.stats.view .wrapper[data-v-b5d17b36]{width:80%;max-width:1000px}}.stats.view .wrapper h1[data-v-b5d17b36]{margin-bottom:1rem}.stats.view .header[data-v-b5d17b36]{display:flex;flex-direction:column;align-items:center;justify-content:center}.stats.view .header small[data-v-b5d17b36]{margin:-1em 0 1em;opacity:.6}.stats.view .list .no-data[data-v-b5d17b36]{font-size:1.2rem;margin:1rem;text-align:center}.stats.view table thead th[data-v-b5d17b36]{margin:0 auto;cursor:pointer}.stats.view table thead th[data-v-b5d17b36]:hover{background-color:var(--color-accent);color:var(--color-background)}.stats.view table tbody tr td.count[data-v-b5d17b36]{text-align:right;padding-right:1.75rem;font-weight:700;opacity:.8}.stats.view table tbody tr td.date[data-v-b5d17b36]{opacity:.6}.stats.view table tbody tr td a[data-v-b5d17b36]{color:var(--color-accent)}
