:root{--main-font-size:16px;--primary:#0059ff;--primary-light:#36a1fe;--primary-transparent:rgba(0,136,255,.5);--primary-transparent-second:rgba(139,92,246,.5);--secondary:#242636;--secondary-second:#242636;--primary-white:#e3e7fe;--primary-grey:#adadb3;--primary-grey-second:#adadb3;--primary-red:#f44336;--primary-green:#28c265;--light-secondary:#363951;--text:#a0a6d4;--saturated-yellow:#ffae00;--light-yellow:#ecbb5b;--yellow:#d19a66;--white:#fff;--white-second:#fff;--white-transparent:hsla(0,0%,100%,.302);--light-transparent:hsla(0,0%,100%,.1);--dark-grey:#343440;--darker-grey:#2c2c35;--dark:#161620;--darker:#1f1f2a;--light-grey:#d2d2d4;--midnight-blue:#2b2b3b;--midnight-blue-transparent:rgba(43,43,59,.5);--background-glass:#4a4a5b4d;--background:#1d1d2b;--background-second:#1d1d2b;--background-secondary:var(--secondary);--main-text-color:var(--primary-grey);--secondary-text-color:var(--text);--background-input:var(--dark-grey);--code-yellow:var(--yellow);--color-red-bright:#d40000;--color-red-muted:#d49899;--color-green-bright:#118632;--color-green-muted:#98d4a9;--color-yellow-bright:#c6892d;--color-yellow-muted:#ead3b0}:root.dark{--primary:#0059ff;--primary-light:#36a1fe;--primary-transparent:rgba(0,136,255,.5);--primary-transparent-second:rgba(139,92,246,.5);--secondary:#dfdfef;--secondary-second:#242636;--primary-white:#1c1801;--primary-grey:#52524c;--primary-grey-second:#adadb3;--primary-red:#f44336;--primary-green:#28c265;--light-secondary:#c9c6ae;--text:#5f592b;--saturated-yellow:#b77d00;--light-yellow:#ecbb5b;--yellow:#d19a66;--white:#161620;--white-second:#fff;--white-transparent:#0000004d;--light-transparent:rgba(0,0,0,.1);--dark-grey:#b9b9c8;--darker-grey:#cfcfe4;--dark:#f2f4ff;--darker:#e7eaf8;--light-grey:#3f3f4a;--midnight-blue:#e2e2f2;--midnight-blue-transparent:rgba(226,226,242,.5);--background:#ededf7;--background-second:#1d1d2b;--background-secondary:var(--darker-grey);--main-text-color:var(--primary-grey);--secondary-text-color:var(--primary-grey);--background-input:var(--dark-grey);--code-yellow:var(--yellow);--color-red-bright:#d40000;--color-red-muted:#d49899;--color-green-bright:#118632;--color-green-muted:#98d4a9;--color-yellow-bright:#c6892d;--color-yellow-muted:#ead3b0}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1),-webkit-mask-size 0s;transition:.2s cubic-bezier(.4,0,.2,1),mask-size 0s;transition:.2s cubic-bezier(.4,0,.2,1),mask-size 0s,-webkit-mask-size 0s;width:100%}@media(forced-colors:active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;transition-property:width,left,right;transition:inherit;width:100%}@media(forced-colors:active){.v-progress-linear__buffer{background-color:highlight!important;opacity:.5!important}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-progress-linear--clickable .v-progress-linear__content{pointer-events:none}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}@media(forced-colors:active){.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight!important}}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-duration:2.2s;animation-iteration-count:infinite;animation-play-state:paused;height:inherit;inset:0 auto 0 0;position:absolute;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s linear infinite;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s linear infinite;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-end-start-radius:0;border-start-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}
