.toast-container[data-v-66846b03]{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:380px}.toast[data-v-66846b03]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:10px 14px;border-radius:var(--small-radius);font-size:13px;color:var(--white);cursor:pointer;box-shadow:0 4px 12px #0000004d}.toast.success[data-v-66846b03]{background-color:var(--green)}.toast.error[data-v-66846b03]{background-color:var(--red)}.toast.info[data-v-66846b03]{background-color:var(--grape)}.toast-message[data-v-66846b03]{flex:1}.toast-close[data-v-66846b03]{flex-shrink:0;opacity:.7}.toast-close[data-v-66846b03]:hover{opacity:1}.toast-enter-active[data-v-66846b03]{transition:all .25s ease}.toast-leave-active[data-v-66846b03]{transition:all .2s ease}.toast-enter-from[data-v-66846b03],.toast-leave-to[data-v-66846b03]{transform:translate(100%);opacity:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--grape: #643193;--bright-grape: #7b44ad;--glass: hsla(254, 0%, 45%, .2);--white: hsl(0, 0%, 100%);--silver: hsl(0, 0%, 85%);--bright-steel: hsl(0, 0%, 30%);--light-steel: hsl(0, 0%, 19%);--steel: hsl(0, 0%, 15%);--shadow-steel: hsl(0, 0%, 13%);--dark-steel: hsl(0, 0%, 11%);--black-steel: hsl(0, 0%, 7%);--midnight-steel: hsl(0, 0%, 4%);--black: hsl(0, 0%, 7%);--solid-blue-steel: hsl(215, 81%, 29%);--hover: hsla(0, 0%, 100%, .05);--online: #20d949;--attention: #EBBA16;--alert: #d69c37;--danger: crimson;--tiny-radius: 4px;--small-radius: 8px;--normal-radius: 12px;--large-radius: 16px;--faint-line: 1px solid var(--dark-steel);--transparent-line: 1px solid var(--light-steel);--sidebar-width: 240px;--topbar-height: 56px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;color:var(--white);background-color:var(--midnight-steel);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;height:100vh}#app{height:100vh;overflow:hidden}h1{font-size:24px;font-weight:600}h2{font-size:20px;font-weight:600}h3{font-size:16px;font-weight:500}a{color:var(--bright-grape);text-decoration:none}a:hover{text-decoration:underline}input,button,select,textarea{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{border-radius:var(--small-radius);background-color:var(--light-steel)}::-webkit-scrollbar-track{border-radius:var(--small-radius)}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}
