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{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;position:relative}.splash .header-icon img{width:60px;height:auto}@media screen and (min-width: 1000px){.splash .header-icon{flex:1}.splash .header-icon img{width:200px}}.app-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;padding:1rem}@media screen and (min-width: 650px){.app-list{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 1000px){.app-list{padding:1rem 0;grid-template-columns:1fr 1fr 1fr 1fr}}.dimmed{opacity:.3}.content-container{width:100%;min-height:100vh;height:auto}@media screen and (min-width: 1000px){.content-container{max-width:calc(1000px + 2rem);padding:0 1rem;margin:0 auto}}.loading-container{display:flex;align-items:center;justify-content:center;height:calc(100% - var(--nav-space-taken))}.loading-container swc-loading-indicator{width:100px}.ng-icon-container{width:75px;height:75px;position:relative;overflow:hidden}.ng-icon-container img{width:100%;height:100%;object-fit:cover}
