body{--color-white: #efefef;--color-green: #4c7700;--color-blue: #1876d2;--color-red: #b50000;--color-yellow: #dc7d00;--color-black: rgb(0, 0, 0);--text-color-rgb: 0, 0, 0;--hint-color: var(--color-blue);--transition: .3s all;--border-radius-small: 8px;--border-radius-medium: 12px;--border-radius-large: 20px;--box-shadow-normal: 2px 2px 5px 0px rgba(0, 0, 0, .1);--box-shadow-heavier: 2px 2px 5px 0px rgba(0, 0, 0, .2);--ui-bg-color-primary: #fff;--ui-bg-color-secondary: #ededed;--ui-bg-color-tierary: #dcdcdc;--ui-border-color: #cbcbcb;--ui-border: var(--ui-border-color) 1px solid}body .show-theme-dark{display:none!important}body .show-theme-light{display:inherit}body.theme-dark{--color-white: #efefef;--color-green: #8ab000;--color-blue: #1876d2;--text-color-rgb: 240, 240, 240;--transition: .3s all;--border-radius-small: 8px;--border-radius-medium: 12px;--border-radius-large: 20px;--box-shadow-normal: 2px 2px 5px 0px rgba(0, 0, 0, .1);--box-shadow-heavier: 2px 2px 5px 0px rgba(0, 0, 0, .2);--ui-bg-color-primary: #21242e;--ui-bg-color-secondary: #12141c;--ui-bg-color-tierary: #0f1014;--ui-border-color: rgba(255, 255, 255, .1);--content-container-max-width: 1000px}body.theme-dark .show-theme-dark{display:inherit!important}body.theme-dark .show-theme-light{display:none!important}html,body{height:100%;padding:0;margin:0;background-color:var(--ui-bg-color-tierary);color:rgb(var(--text-color-rgb))}body{font-family:Arial,serif}*{box-sizing:border-box}a{text-decoration:inherit;color:inherit}h1{font-size:1.4rem}h2{font-size:1.1rem}@media screen and (min-width: 1000px){h1{font-size:2.5rem}h2{font-size:1.3rem}}.message{height:100%;display:flex;align-items:center;justify-content:center;padding:2rem 0;color:rgba(var(--text-color-rgb),.4);text-align:center}.message swc-maskable-icon{display:inline-block;width:40px;height:40px}.message h1{margin-top:.2rem;font-size:1.2rem;font-weight:400}.splash{display:flex;background-color:var(--hint-color);color:var(--color-white);padding:2rem;border-radius:0 0 var(--border-radius-small) var(--border-radius-small);box-shadow:var(--box-shadow-normal);gap:2rem;align-items:center}@media screen and (min-width: 1000px){.splash{align-items:flex-end;border-radius:0 0 var(--border-radius-large) var(--border-radius-large);min-height:400px;padding:4rem}}.splash .title{flex:1}.splash .title h1,.splash .title h2{margin:0;padding:0}.splash .title h2{margin-top:.5rem;opacity:.6;font-weight:400}.splash .header-icon{text-align:right;width:60px}@media screen and (min-width: 1000px){.splash .header-icon{width:200px;flex:1}}.app-list{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 0}.app-list swc-application-widget{flex:1 1 130px;min-width:230px;max-width:300px}@media screen and (min-width: 1000px){.app-list swc-application-widget{flex:1 1 230px}}.dimmed{opacity:.3}.content-container{width:100%;height:100vh}@media screen and (min-width: 1000px){.content-container{max-width:1000px;margin:0 auto}}
