:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f5f5f5;--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-orange: #F5921F;--vt-c-orange-light: #fcefe0;--vt-c-orange-dark: #a55a18;--vt-c-gray-light: #e9e9e9;--vt-c-gray-dark: #333333;--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(5, 5, 5, .64);--vt-c-button-primary: var(--vt-c-orange);--vt-c-button-primary-hover: #e67e22;--vt-c-button-primary-active: #d35400}:root{--color-background: var(--vt-c-white-soft);--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: #F5921F;--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}ul,li{list-style:none;display:inline}body{color:var(--color-text);background:#f3f5f7;background-size:10%;background-position:center;transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.primary-button{padding:.7rem 1.5rem;background-color:var(--vt-c-button-primary);color:#fff;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;font-weight:500;transition:all .2s ease-in-out;box-shadow:0 2px 5px #0000001a}.primary-button:hover{background-color:var(--vt-c-button-primary-hover);transform:translateY(-2px);box-shadow:0 4px 10px #00000026}.primary-button:active{transform:translateY(0);box-shadow:0 2px 5px #0000001a}.secondary-button{padding:.7rem 1.5rem;background-color:transparent;color:var(--vt-c-button-primary);border:1px solid var(--vt-c-button-primary);border-radius:12px;cursor:pointer;font-weight:500;transition:all .2s ease-in-out}.list-button{background:none;border:none;padding:1;margin:0;font:inherit;color:inherit;cursor:pointer}.secondary-button:hover{background-color:var(--vt-c-orange-light);border-color:var(--vt-c-button-primary-hover)}.list-button:hover{color:var(--vt-c-orange);background:none}.list-button:disabled{opacity:.4;cursor:not-allowed}.list-button:disabled:hover{color:inherit;transform:none}.close-button{position:absolute;top:10px;right:15px;padding:.4rem;background:#e6e6e6;color:gray;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center}.close-button:hover{background:var(--vt-c-button-primary-hover);color:var(--vt-c-white-soft)}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-content,.modal-leave-to .modal-content{transform:scale(.95)}.modal-overlay,.modal-content{transition:all .3s ease}#app{max-width:1990px;margin:0 auto;padding:4rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{color:#4d2800cc}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{grid-template-columns:1fr 1fr;padding:0 2rem}}.custom-checkbox{accent-color:var(--vt-c-orange);width:18px;height:18px;cursor:pointer;vertical-align:middle}.banner-container[data-v-c7e54f56]{background-color:var(--vt-c-white);max-width:800px;margin:0 auto;padding:2rem;text-align:center;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;position:fixed;top:20%;left:30%;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.sidebar[data-v-59f8d15c]{width:200px;height:100vh;position:fixed;top:0;left:0;background-color:var(--vt-c-white);z-index:1;transition:width .3s ease;overflow:hidden;box-shadow:2px 0 5px #0000001a}.sidebar.is-collapsed[data-v-59f8d15c]{width:70px}.sidebar-header[data-v-59f8d15c],.sidebar-body[data-v-59f8d15c],.sidebar-footer[data-v-59f8d15c]{left:0;padding:1rem;box-sizing:border-box}.sidebar-header[data-v-59f8d15c]{display:flex;flex-direction:column;justify-content:center;align-items:center}.sidebar-header img[data-v-59f8d15c]{height:80px;transition:width .3s ease,height .3s ease}.sidebar-footer[data-v-59f8d15c]{position:absolute;bottom:0;height:60px;width:100%}.logout-button[data-v-59f8d15c]{display:flex;position:absolute;align-items:center;justify-content:center;background:var(--vt-c-white-soft);top:0;left:0;height:100%;gap:.5rem;width:100%;border:none;cursor:pointer}.logout-button[data-v-59f8d15c]:hover{background:var(--vt-c-white-mute);color:var(--vt-c-button-primary-hover)}.sidebar.is-collapsed img[data-v-59f8d15c]{height:40px}.toggle-btn[data-v-59f8d15c]{background:none;border:none;cursor:pointer;font-size:1.2rem}.sidebar-nav[data-v-59f8d15c]{display:flex;flex-direction:column;gap:.5rem}.sidebar-link[data-v-59f8d15c]{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--vt-c-black-soft);font-weight:500;transition:background-color .2s,color .2s;padding:.5rem;border-radius:4px}.sidebar-link[data-v-59f8d15c]:hover{background-color:#e9ecef;color:var(--vt-c-button-primary-hover)}.sidebar-link-active[data-v-59f8d15c]{background-color:var(--vt-c-orange-light);color:var(--vt-c-orange)}.sidebar-link-active .icon[data-v-59f8d15c],.icon.icon-active[data-v-59f8d15c]{color:var(--vt-c-orange)}.icon[data-v-59f8d15c]{font-size:1.2rem}@media print{.sidebar[data-v-59f8d15c]{display:none}}.global-loader-overlay[data-v-db0fcbc8]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#ffffffb3;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner[data-v-db0fcbc8]{border:5px solid rgba(0,0,0,.1);width:50px;height:50px;border-radius:50%;border-left-color:var(--vt-c-orange);animation:spin-db0fcbc8 1s ease infinite}@keyframes spin-db0fcbc8{to{transform:rotate(360deg)}}.fade-enter-active[data-v-db0fcbc8],.fade-leave-active[data-v-db0fcbc8]{transition:opacity .3s ease}.fade-enter-from[data-v-db0fcbc8],.fade-leave-to[data-v-db0fcbc8]{opacity:0}header[data-v-bee4765f]{line-height:1.5;max-height:100vh}.logo[data-v-bee4765f]{display:block;margin:0 auto 2rem}nav[data-v-bee4765f]{width:100%;font-size:12px;text-align:center;margin-top:2rem}nav a.router-link-exact-active[data-v-bee4765f]{color:var(--color-text)}nav a.router-link-exact-active[data-v-bee4765f]:hover{background-color:transparent}nav a[data-v-bee4765f]{display:inline-block;padding:0 1rem;border-left:1px solid var(--color-border)}nav a[data-v-bee4765f]:first-of-type{border:0}@media (min-width: 1024px){header[data-v-bee4765f]{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}.logo[data-v-bee4765f]{margin:0 2rem 0 0}header .wrapper[data-v-bee4765f]{display:flex;place-items:flex-start;flex-wrap:wrap}nav[data-v-bee4765f]{text-align:left;margin-left:-1rem;font-size:1rem;padding:1rem 0;margin-top:1rem}}.fade-enter-active[data-v-bee4765f],.fade-leave-active[data-v-bee4765f]{transition:opacity .3s}.fade-enter-from[data-v-bee4765f],.fade-leave-to[data-v-bee4765f]{opacity:0}.fade-enter-to[data-v-bee4765f],.fade-leave-from[data-v-bee4765f]{opacity:1}
