#NavBar{background-color:#4f476a;display:flex;justify-content:space-between;border-bottom:2px solid white;padding:8px;z-index:1}#NavBar>*{flex:1}#NavBar img{height:60px}#NavBar:nth-child(1){height:60px}#MenuBar{display:flex;justify-content:flex-end;align-items:center}#MenuBar .flex{gap:.25em}.modal-overlay{position:absolute;display:flex;align-content:center;justify-content:center;top:0;left:0;z-index:10000;width:100vw;height:100vh;background:#21212199}.modal{padding:1em;border-radius:1em;border:4px solid white;overflow:hidden;background:#323639}.modal:has(object){padding:1em 0 0}.modal:has(object) div:first-child{margin:0 1em}.modal .flex button{height:2rem}.modal.full{width:80vw;height:80vh}.modal object{height:100%}.alert{color:#5dbecd;background-color:#0c515c;border-color:#0e616e;position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;align-content:left;text-align:left}.alert .badge{margin:4px}.bg-secondary{background-color:#626262;color:#fff}.bg-info{background-color:#17a2b8;color:#fff}.bg-dark{background:#323639;color:#fff}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.admin-panel{display:inline-flex;flex-direction:column;gap:.5em;padding:.5em;background:#21212171;border:1px solid white;border-radius:1em;width:fit-content}.admin-panel h3{margin-top:0}.admin-panel>select{font-size:1.25em}.admin-panel .flex>input{flex:1}.admin-panel .SVG-Button.danger:not(:has(span)){width:1.5em}.memberList{display:flex;flex-direction:column;gap:.25em;background:#21212171;border-radius:.25em;padding:.25em;max-height:12em;overflow:auto}.memberList>*:hover{background-color:#21212171}:root{color:#fff;--color-blue: #8437df;--color-indigo: #673ab7;--color-purple: #654ea3;--color-pink: #e83e8c;--color-red: #f728c1;--color-orange: #fd7e14;--color-yellow: #fae4ac;--color-green: #a8bf50;--color-teal: #45b5aa;--color-cyan: #42b4ca;--color-white: #fafafa;--color-black: #111;--color-gray: #7e7e7e;--color-gray-dark: #121212;--color-gray-100: #e1e1e1;--color-gray-200: #cfcfcf;--color-gray-300: #b1b1b1;--color-gray-400: #9e9e9e;--color-gray-500: #7e7e7e;--color-gray-600: #626262;--color-gray-700: #515151;--color-gray-800: #3b3b3b;--color-gray-900: #222;--color-primary: #8437df;--color-secondary: #626262;--color-success: #a8bf50;--color-info: #42b4ca;--color-warning: #fae4ac;--color-danger: #f728c1;--color-light: #9e9e9e;--color-dark: #3b3b3b;--color-primary-rgb: rgb(55, 90, 127);--color-secondary-rgb: rgb(98, 98, 98);--color-success-rgb: rgb(0, 188, 140);--color-info-rgb: rgb(23, 162, 184);--color-warning-rgb: rgb(243, 156, 18);--color-danger-rgb: rgb(231, 76, 60);--color-light-rgb: rgb(158, 158, 158);--color-dark-rgb: rgb(59, 59, 59);--color-white-rgb: rgb(250, 250, 250);--color-black-rgb: rgb(17, 17, 17);--color-body-color-rgb: rgb(225, 225, 225);--color-body-bg-rgb: rgb(34, 34, 34);--color-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--color-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-gradient: linear-gradient( 180deg, rgba(17, 17, 17, .15), rgba(17, 17, 17, 0) );--color-body-font-family: var(--color-font-sans-serif);--color-body-font-size: 1rem;--color-body-font-weight: 400;--color-body-line-height: 1.5;--color-body-color: #e1e1e1;--color-body-bg: #222}#App{display:flex;flex-direction:column;width:100vw;height:100vh;background-color:#4f476a;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;overflow:hidden}.flex{display:flex}.between{justify-content:space-between!important}.gap{gap:.5em}.wrap{flex-wrap:wrap}.margin{margin:.5em}.padding{padding:.5em}.padding-left{padding-left:1rem}.col{flex-direction:column}button{color:#fff;background-color:#626262;border-radius:.25em;padding:4px}h1{font-size:2em}h3{font-size:1.75rem}.center{align-items:center;align-content:center;text-align:center;justify-content:center}.mid{align-items:center}.right{justify-content:right}.full{width:100%;height:100%}.fullw{width:100%}.buttonIcon{display:flex;gap:4px;align-items:center}a>.buttonIcon{height:101%}.clickable{cursor:pointer}.done{display:none}.dropdown{min-width:"max-content";white-space:"nowrap";background:var(--color-primary-rgb);overflow:hidden;border-radius:4px;border:1px solid white}.dropdown *{-webkit-user-select:none;user-select:none}.dropdown .list-item{padding-right:.5em;white-space:nowrap}.dropdown .list-item .checked{font-weight:700}.dropdown .list-item .checked:before{position:absolute;left:.4rem;content:"✓";font-weight:600}.select-list>*{padding-left:.5em}.select-list>*:first-child{padding-top:.5em}.select-list>*:hover{background-color:hsl(from var(--color-primary-rgb) h s calc(l/2))}.scrollable{max-width:100%;max-height:100%;overflow:auto}.no-select{-webkit-user-select:none;user-select:none}.primary{background-color:#a8bf50!important}.btn-danger{background-color:#f728c1!important}.danger{background-color:var(--color-danger-rgb)!important}.gray{background-color:gray;color:#000}.divider{display:none}.divider+*{padding-top:.5em}*:has(+.divider){padding-bottom:.5em;border-bottom:1px solid white}.SVG-Button{background-color:#626262;border-radius:4px;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:5px}.SVG-Button.bigger{padding:6px}.SVG-Button span{font-size:.69rem}.badge{white-space:nowrap;padding:2px .25em;border-radius:4px;width:max-content;font-size:.75rem}.badge.flex{display:inline-flex}.badge.primary{background-color:#a8bf50!important}.badge.secondary{background-color:#375a7f!important}.information{background-color:#17a2b8!important;width:max-content}.warning{background-color:#f39c12}.split-button{width:max-content;border-radius:4px;overflow:hidden}.split-button button{background-color:transparent;border-radius:0;border:1px solid rgb(133,133,133)}*:has(.loading){position:relative}.loading{position:relative;overflow:hidden}.loading:after{content:"";position:absolute;top:-400%;left:-400%;width:800%;height:800%;background-image:repeating-linear-gradient(45deg,#00000066,#00000066 10px,transparent 10px,transparent 20px);animation:slide-bars 2s linear infinite;z-index:0}@keyframes slide-bars{0%{transform:translate(0)}to{transform:translate(-42px,42px)}}.auth-overlay{position:fixed;top:90px;right:20px;background:#1a1a2ef2;color:#0f0;padding:12px 18px;border-radius:8px;border:1px solid #00ff0040;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;font-size:13px;box-shadow:0 4px 20px #0f03;animation:pulse-glow 2s infinite}.auth-prompt p{margin:0;text-align:center;font-weight:500}@keyframes pulse-glow{0%,to{box-shadow:0 4px 20px #0f03}50%{box-shadow:0 4px 20px #0f06}}
