:root,html,body{font-size:14px}@function --button-hover(--base-color){result: light-dark(hsl(from var(--base-color) h s calc(l - 10)),hsl(from var(--base-color) h s calc(l + 10)));}@function --button-active(--base-color){result: light-dark(hsl(from var(--base-color) h s calc(l - 5)),hsl(from var(--base-color) h s calc(l + 5)));}@function --button-selected(--base-color){result: light-dark(hsl(from var(--base-color) h s calc(l + 15)),hsl(from var(--base-color) h s calc(l - 15)));}@function --button-disabled(--base-color){result: hsl(from var(--base-color) h 0 l);}:root{--theme-white: #F8FAFC;--theme-black: #181818;--theme-background-light-1: #c2e2ea;--theme-background-light-2: #dceef3;--theme-background-button-light-1: #6C87BC;--theme-background-dark-1: #0d1b2a;--theme-background-dark-2: #1b263b;--theme-background-button-dark-1: #718CBE;--theme-text-light-1: var(--theme-black);--theme-text-light-2: #8E3B46;--theme-text-button-light: var(--theme-black);--theme-text-dark-1: var(--theme-white);--theme-text-dark-2: #f4bc6c;--theme-text-button-dark: var(--theme-black);--theme-link-light-1: #1e2be1;--theme-link-light-2: #73BDDD;--theme-link-light-3: #1E8CE1;--theme-link-dark-1: #1E8CE1;--theme-link-dark-2: #20688B;--theme-link-dark-3: #1E2BE1;--theme-divider-light: #72bbce;--theme-divider-dark: #415a77}:root{--color-background: light-dark(var(--theme-background-light-1), var(--theme-background-dark-1));--color-background-soft: light-dark(var(--theme-background-light-2), var(--theme-background-dark-2));--color-background-button: light-dark(var(--theme-background-button-light-1), var(--theme-background-button-dark-1));--color-background-button-hover: --button-hover(var(--color-background-button));--color-background-button-active: --button-active(var(--color-background-button));--color-background-button-selected: --button-selected(var(--color-background-button));--color-background-button-disabled: --button-disabled(var(--color-background-button));--color-text: light-dark(var(--theme-text-light-1), var(--theme-text-dark-1));--color-text-button: light-dark(var(--theme-text-button-light), var(--theme-text-button-dark));--color-text-heading: light-dark(var(--theme-text-light-2), var(--theme-text-dark-2));--color-link: light-dark(var(--theme-link-light-1), var(--theme-link-dark-1));--color-link-hover: light-dark(var(--theme-link-light-2), var(--theme-link-dark-2));--color-link-active: light-dark(var(--theme-link-light-3), var(--theme-link-dark-3));--color-divider: light-dark(var(--theme-divider-light), var(--theme-divider-dark));--color-scrollbar: light-dark(var(--theme-divider-light), var(--theme-divider-dark));--color-background-info: light-dark(#bec5d4, #35373b);--color-text-info: light-dark(var(--theme-black), var(--theme-white));--color-text-heading-info: light-dark(var(--them-text-light-2), var(--them-text-dark-2));--color-background-warn: #d6da6c;--color-background-error: #DA6C6C;--color-text-warn: var(--theme-black);--color-text-error: var(--theme-black);--color-text-heading-warn: #6d5430;--color-text-heading-error: #8E3B46}:root{--size-property-grid-gap: 2px;--size-property-grid-button: 1.5rem;--size-column-width: 50rem;--size-border-size: 4px;--size-border-radius: .5rem;--size-border: var(--size-border-size) solid var(--color-divider);--size-padding-round: var(--size-border-radius);--size-padding-hard: calc(var(--size-padding-round) / 2);--size-list-indentation: 1.5rem;--size-column-padding: .25rem 1.5rem}:root{--anim-transition-duration: .2s;--anim-transition-timing-function: ease-out;--anim-transition: var(--anim-transition-duration) var(--anim-transition-timing-function)}*:not(math,maction,annotation,annotation-xml,menclose,merror,mfenced,mfrac,mi,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,semantics,mspace,msqrt,mstyle,msub,msup,msubsup,mtable,mtd,mtext,mtr,munder,munderover),*:not(math,maction,annotation,annotation-xml,menclose,merror,mfenced,mfrac,mi,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,semantics,mspace,msqrt,mstyle,msub,msup,msubsup,mtable,mtd,mtext,mtr,munder,munderover):before,*:not(math,maction,annotation,annotation-xml,menclose,merror,mfenced,mfrac,mi,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,semantics,mspace,msqrt,mstyle,msub,msup,msubsup,mtable,mtd,mtext,mtr,munder,munderover):after{box-sizing:border-box;border:none;padding:0;margin:0;font-weight:400}:root{overflow-y:scroll;scrollbar-color:var(--color-scrollbar) transparent}body{display:flex;flex-direction:column;place-items:start;align-items:stretch;min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color var(--anim-transition),background-color var(--anim-transition);line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}b{font-weight:700}b,h1,h2,h3,h4,h5,h6,figcaption{color:var(--color-text-heading)}ul,ol{text-align:initial;padding-inline-start:var(--size-list-indentation)}ul.list-none,ol.list-none{list-style:none}.info{background-color:var(--color-background-info);color:var(--color-text-info)}.warn{background-color:var(--color-background-warn);color:var(--color-text-warn)}.error,merror{background-color:var(--color-background-error);color:var(--color-text-error)}:any-link{display:inline-block;text-decoration:none;color:var(--color-link);padding:0 var(--size-padding-hard);transition:color var(--anim-transition)}:any-link:hover{color:var(--color-link-hover)}:any-link:active{color:var(--color-link-active)}.framed{border:var(--size-border)}.centered{text-align:center;align-self:center}.no-wrap{white-space:nowrap}.app{display:flex;flex-direction:column;margin:0 auto;width:100%;height:100%;min-height:100vh;max-width:var(--size-column-width)}.app>main{flex:1}.ext-icon[data-v-5c3b36fc]{font-size:small}.image_button[data-v-2554c3ad]{display:block;align-self:center;border:none;padding:0;margin:0;background-color:transparent;font-size:1.2rem}.image_button[data-v-2554c3ad]:not([disabled]){cursor:pointer}.animator[data-v-2554c3ad]{color:var(--color-text-button)}.image_button>.router[data-v-2554c3ad],.image_button>.link[data-v-2554c3ad]{display:contents}.animator[data-v-2554c3ad]{display:flex;flex-direction:column;justify-content:center;align-items:center}.image_button[data-v-2554c3ad],.animator[data-v-2554c3ad],.animator>img[data-v-2554c3ad]{align-content:center;width:100%;height:100%}.animator[data-v-2554c3ad],.animator[data-v-2554c3ad]>:is(img,svg,:slotted(img),:slotted(svg)){border-radius:var(--size-border-radius)}.animator:not(.transparent)[data-v-2554c3ad]{transition:background-color var(--anim-transition);background-color:var(--color-background-button)}.animator:not(.transparent)[data-v-2554c3ad]:hover{background-color:var(--color-background-button-hover)}.animator:not(.transparent)[data-v-2554c3ad]:active{background-color:var(--color-background-button-active)}.animator:not(.transparent)[data-v-2554c3ad]:disabled,[disabled] .animator:not(.transparent)[data-v-2554c3ad]{background-color:var(--color-background-button-disabled)}.delete .animator:not(.transparent)[data-v-2554c3ad]{transition:background-color var(--anim-transition);background-color:var(--color-background-error);color:var(--color-text-error)}.delete .animator:not(.transparent)[data-v-2554c3ad]:hover{background-color:--button-hover(var(--color-background-error))}.delete .animator:not(.transparent)[data-v-2554c3ad]:active{background-color:--button-active(var(--color-background-error))}.delete .animator:not(.transparent)[data-v-2554c3ad]:disabled,[disabled] :is(.delete .animator:not(.transparent))[data-v-2554c3ad]{background-color:--button-disabled(var(--color-background-error))}.animator[data-v-2554c3ad]:has(*.image-button-fa-icon){aspect-ratio:1}.image-button-fa-icon[data-v-2554c3ad]{font-size:1.4rem}.text[data-v-2554c3ad]{height:2rem;align-content:center;padding:0 var(--size-padding-round)}.column[data-v-b3b1e27d]{display:flex;flex-direction:column;text-align:justify;padding:var(--size-column-padding);background-color:var(--color-background-soft);border-radius:var(--size-border-radius);margin:var(--size-padding-round) 0}.dialog[data-v-2160364d]{font-size:small}.split[data-v-2160364d]{display:flex;flex-direction:column;gap:var(--size-padding-round)}.row[data-v-2160364d]{display:flex;flex-direction:row;align-items:stretch;justify-content:stretch;gap:var(--size-padding-round)}.row>.button[data-v-2160364d]{max-width:initial}@media only screen and (max-width:30rem){.row[data-v-2160364d]{flex-direction:column-reverse}}footer>.column[data-v-57c1e7c4]{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}@media only screen and (max-width:22rem){footer>.column[data-v-57c1e7c4]{display:flex;flex-direction:column}}.button[data-v-73d18204] svg.image-button-fa-icon{color:light-dark(var(--theme-white),var(--theme-black))}header[data-v-4416560b]{display:flex;flex-direction:row;place-items:center;align-items:center}header .socials[data-v-4416560b],header .controls[data-v-4416560b]{display:flex;flex-direction:row;height:2em;gap:0 var(--size-padding-round)}header .socials[data-v-4416560b]>*,header .controls[data-v-4416560b]>*{height:100%}header .controls[data-v-4416560b]{margin-left:auto}header .logo[data-v-4416560b]{display:block;width:8rem}header>.title[data-v-4416560b]{flex:1}header .links[data-v-4416560b]{display:flex;flex-direction:row;flex-wrap:nowrap}main[data-v-4416560b]{display:flex;flex-direction:column;align-items:stretch}@media only screen and (max-width:25rem){header[data-v-4416560b]{display:flex;flex-direction:column;place-items:center;text-align:center}header>.logo[data-v-4416560b]{width:4rem}}
