@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap";:root{--theme-light-background: #fff;--theme-light-foreground: #000;--theme-light-panel: #e0e0e0;--theme-light-label: #888;--theme-light-primary: #00aaff;--theme-light-secondary: #fbff00;--theme-light-info: #00aaff;--theme-light-warning: #fbff00;--theme-light-danger: #ff1100;--theme-light-hover: #00000011;--theme-dark-background: #000;--theme-dark-foreground: #fff;--theme-dark-panel: #333;--theme-dark-label: #888;--theme-dark-primary: #ff00ff;--theme-dark-secondary: #fbff00;--theme-dark-info: #00aaff;--theme-dark-warning: #fbff00;--theme-dark-danger: #ff1100;--theme-dark-hover: #FFFFFF11}.theme--light{--theme-background: var(--theme-light-background);--theme-foreground: var(--theme-light-foreground);--theme-panel: var(--theme-light-panel);--theme-label: var(--theme-light-label);--theme-primary: var(--theme-light-primary);--theme-secondary: var(--theme-light-secondary);--theme-info: var(--theme-light-info);--theme-warning: var(--theme-light-warning);--theme-danger: var(--theme-light-danger);--theme-hover: var(--theme-light-hover)}.theme--dark{--theme-background: var(--theme-dark-background);--theme-foreground: var(--theme-dark-foreground);--theme-panel: var(--theme-dark-panel);--theme-label: var(--theme-dark-label);--theme-primary: var(--theme-dark-primary);--theme-secondary: var(--theme-dark-secondary);--theme-info: var(--theme-dark-info);--theme-warning: var(--theme-dark-warning);--theme-danger: var(--theme-dark-danger);--theme-hover: var(--theme-dark-hover)}.fg--background{color:var(--theme-background)}.bg--background{background-color:var(--theme-background)}.fg--foreground{color:var(--theme-foreground)}.bg--foreground{background-color:var(--theme-foreground)}.fg--panel{color:var(--theme-panel)}.bg--panel{background-color:var(--theme-panel)}.fg--label{color:var(--theme-label)}.bg--label{background-color:var(--theme-label)}.fg--primary{color:var(--theme-primary)}.bg--primary{background-color:var(--theme-primary)}.fg--secondary{color:var(--theme-secondary)}.bg--secondary{background-color:var(--theme-secondary)}.fg--info{color:var(--theme-info)}.bg--info{background-color:var(--theme-info)}.fg--warning{color:var(--theme-warning)}.bg--warning{background-color:var(--theme-warning)}.fg--danger{color:var(--theme-danger)}.bg--danger{background-color:var(--theme-danger)}.fg--hover{color:var(--theme-hover)}.bg--hover{background-color:var(--theme-hover)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}html,body{font:normal clamp(12px,1.0248901903vw,14px) Roboto}:root{--spacing-base: .5rem;--spacing-0: calc(0 * var(--spacing-base));--spacing-1: calc(1 * var(--spacing-base));--spacing-2: calc(2 * var(--spacing-base));--spacing-3: calc(3 * var(--spacing-base));--spacing-4: calc(4 * var(--spacing-base));--spacing-5: calc(5 * var(--spacing-base));--spacing-6: calc(6 * var(--spacing-base));--spacing-7: calc(7 * var(--spacing-base));--spacing-8: calc(8 * var(--spacing-base))}.ml-auto,.mx-auto,.container,.ma-auto{margin-left:auto!important}.mr-auto,.mx-auto,.container,.ma-auto{margin-right:auto!important}.mt-auto,.my-auto,.ma-auto{margin-top:auto!important}.mb-auto,.my-auto,.ma-auto{margin-bottom:auto!important}.mt-0,.my-0,.ma-0{margin-top:var(--spacing-0)!important}.mb-0,.my-0,.ma-0{margin-bottom:var(--spacing-0)!important}.ml-0,.mx-0,.ma-0{margin-left:var(--spacing-0)!important}.mr-0,.mx-0,.ma-0{margin-right:var(--spacing-0)!important}.mt-1,.my-1,.ma-1{margin-top:var(--spacing-1)!important}.mb-1,.my-1,.ma-1{margin-bottom:var(--spacing-1)!important}.ml-1,.mx-1,.ma-1{margin-left:var(--spacing-1)!important}.mr-1,.mx-1,.ma-1{margin-right:var(--spacing-1)!important}.mt-2,.my-2,.ma-2{margin-top:var(--spacing-2)!important}.mb-2,.my-2,.ma-2{margin-bottom:var(--spacing-2)!important}.ml-2,.mx-2,.ma-2{margin-left:var(--spacing-2)!important}.mr-2,.mx-2,.ma-2{margin-right:var(--spacing-2)!important}.mt-3,.my-3,.ma-3{margin-top:var(--spacing-3)!important}.mb-3,.my-3,.ma-3{margin-bottom:var(--spacing-3)!important}.ml-3,.mx-3,.ma-3{margin-left:var(--spacing-3)!important}.mr-3,.mx-3,.ma-3{margin-right:var(--spacing-3)!important}.mt-4,.my-4,.ma-4{margin-top:var(--spacing-4)!important}.mb-4,.my-4,.ma-4{margin-bottom:var(--spacing-4)!important}.ml-4,.mx-4,.ma-4{margin-left:var(--spacing-4)!important}.mr-4,.mx-4,.ma-4{margin-right:var(--spacing-4)!important}.mt-5,.my-5,.ma-5{margin-top:var(--spacing-5)!important}.mb-5,.my-5,.ma-5{margin-bottom:var(--spacing-5)!important}.ml-5,.mx-5,.ma-5{margin-left:var(--spacing-5)!important}.mr-5,.mx-5,.ma-5{margin-right:var(--spacing-5)!important}.mt-6,.my-6,.ma-6{margin-top:var(--spacing-6)!important}.mb-6,.my-6,.ma-6{margin-bottom:var(--spacing-6)!important}.ml-6,.mx-6,.ma-6{margin-left:var(--spacing-6)!important}.mr-6,.mx-6,.ma-6{margin-right:var(--spacing-6)!important}.mt-7,.my-7,.ma-7{margin-top:var(--spacing-7)!important}.mb-7,.my-7,.ma-7{margin-bottom:var(--spacing-7)!important}.ml-7,.mx-7,.ma-7{margin-left:var(--spacing-7)!important}.mr-7,.mx-7,.ma-7{margin-right:var(--spacing-7)!important}.mt-8,.my-8,.ma-8{margin-top:var(--spacing-8)!important}.mb-8,.my-8,.ma-8{margin-bottom:var(--spacing-8)!important}.ml-8,.mx-8,.ma-8{margin-left:var(--spacing-8)!important}.mr-8,.mx-8,.ma-8{margin-right:var(--spacing-8)!important}.pt-0,.py-0,.pa-0{padding-top:var(--spacing-0)!important}.pb-0,.py-0,.pa-0{padding-bottom:var(--spacing-0)!important}.pl-0,.px-0,.pa-0{padding-left:var(--spacing-0)!important}.pr-0,.px-0,.pa-0{padding-right:var(--spacing-0)!important}.pt-1,.py-1,.pa-1{padding-top:var(--spacing-1)!important}.pb-1,.py-1,.pa-1{padding-bottom:var(--spacing-1)!important}.pl-1,.px-1,.pa-1{padding-left:var(--spacing-1)!important}.pr-1,.px-1,.pa-1{padding-right:var(--spacing-1)!important}.pt-2,.py-2,.pa-2{padding-top:var(--spacing-2)!important}.pb-2,.py-2,.pa-2{padding-bottom:var(--spacing-2)!important}.pl-2,.px-2,.pa-2{padding-left:var(--spacing-2)!important}.pr-2,.px-2,.pa-2{padding-right:var(--spacing-2)!important}.pt-3,.py-3,.pa-3{padding-top:var(--spacing-3)!important}.pb-3,.py-3,.pa-3{padding-bottom:var(--spacing-3)!important}.pl-3,.px-3,.pa-3{padding-left:var(--spacing-3)!important}.pr-3,.px-3,.pa-3{padding-right:var(--spacing-3)!important}.pt-4,.py-4,.pa-4{padding-top:var(--spacing-4)!important}.pb-4,.py-4,.pa-4{padding-bottom:var(--spacing-4)!important}.pl-4,.px-4,.container,.pa-4{padding-left:var(--spacing-4)!important}.pr-4,.px-4,.container,.pa-4{padding-right:var(--spacing-4)!important}.pt-5,.py-5,.pa-5{padding-top:var(--spacing-5)!important}.pb-5,.py-5,.pa-5{padding-bottom:var(--spacing-5)!important}.pl-5,.px-5,.pa-5{padding-left:var(--spacing-5)!important}.pr-5,.px-5,.pa-5{padding-right:var(--spacing-5)!important}.pt-6,.py-6,.pa-6{padding-top:var(--spacing-6)!important}.pb-6,.py-6,.pa-6{padding-bottom:var(--spacing-6)!important}.pl-6,.px-6,.pa-6{padding-left:var(--spacing-6)!important}.pr-6,.px-6,.pa-6{padding-right:var(--spacing-6)!important}.pt-7,.py-7,.pa-7{padding-top:var(--spacing-7)!important}.pb-7,.py-7,.pa-7{padding-bottom:var(--spacing-7)!important}.pl-7,.px-7,.pa-7{padding-left:var(--spacing-7)!important}.pr-7,.px-7,.pa-7{padding-right:var(--spacing-7)!important}.pt-8,.py-8,.pa-8{padding-top:var(--spacing-8)!important}.pb-8,.py-8,.pa-8{padding-bottom:var(--spacing-8)!important}.pl-8,.px-8,.pa-8{padding-left:var(--spacing-8)!important}.pr-8,.px-8,.pa-8{padding-right:var(--spacing-8)!important}.d-block{display:block}.d-inline-block{display:inline-block}.d-flex,.flex-center{display:flex}.d-grid{display:grid}.d-contents{display:contents}.align-center,.flex-center{align-items:center}.align-flex-start{align-items:flex-start}.align-flex-end{align-items:flex-end}.align-stretch{align-items:stretch}.justify-center,.flex-center{justify-content:center}.justify-flex-start{justify-content:flex-start}.justify-flex-end{justify-content:flex-end}.justify-stretch{justify-content:stretch}.flex-fill{flex:1}.flex-auto{flex:0 auto}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.text-right{text-align:right}.container{max-width:1400px}.fill-w,.fill-a,.container{width:100%}.fill-h,.fill-a{height:100%}.min-w,.min-a{min-width:100%}.min-h,.min-a{min-height:100%}.max-h,.max-a{max-height:100%}.max-w,.max-a{max-width:100%}.f-btn{display:inline-block;padding:var(--spacing-1) var(--spacing-2);cursor:pointer;border:none;background-color:var(--theme-primary);color:#000;border-radius:.357142857rem;text-transform:uppercase;font-weight:700;text-decoration:none}.f-btn:hover{filter:brightness(90%)}.f-btn:active{filter:brightness(75%)}.header{color:var(--theme-foreground);background-color:var(--theme-panel)}.nav ul{height:100%;list-style:none}.nav ul li a{text-decoration:none;color:var(--theme-label);transition:all .25s ease}.nav ul li a.router-link-active{box-shadow:inset 0 -4px 0 0 currentColor;color:var(--theme-primary);font-weight:700}.nav ul li a:hover{box-shadow:inset 0 -4px 0 0 currentColor}.f-input{margin-bottom:var(--spacing-2)}.f-input__label{display:block;font-weight:700;margin-bottom:var(--spacing-1)}.f-input,.f-input__control{display:block;width:100%}.f-input__control{font:inherit;border:1px solid var(--theme-label);background-color:var(--theme-panel);padding:var(--spacing-1) var(--spacing-2);border-radius:.357142857rem;outline:none;color:inherit}.f-input__control:focus{box-shadow:0 0 0 .142857143rem currentColor}.f-checkbox{display:inline-flex;position:relative;width:1rem;height:1rem;border:1px solid var(--theme-foreground);background-color:var(--theme-panel);align-items:center}.f-checkbox--checked{background-color:var(--theme-primary)}.f-checkbox--checked:after{content:"";display:block;position:absolute;width:70%;height:25%;border-left:2px solid var(--theme-foreground);border-bottom:2px solid var(--theme-foreground);top:50%;left:50%;transform:translate(-50%,-85%) rotate(-45deg)}.f-dialog{border-radius:5px;overflow:hidden}.f-dialog__header{background-color:var(--theme-primary)}.f-table{border-spacing:0;border-collapse:collapse}.f-table td,.f-table th{padding:var(--spacing-2)}.f-table thead th,.f-table thead td,.f-table tfoot th,.f-table tfoot td{background-color:var(--theme-panel);padding:var(--spacing-1) var(--spacing-2)}.f-table tbody tr:nth-child(2n) td{background-color:var(--theme-hover)}.f-modal{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;background-color:#000a;backdrop-filter:blur(5px)}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}
