:root{--color-bg:#030303;--color-bg-light:#0a0a0a;--color-text-main:#f5f5f5;--color-text-muted:#888;--color-grid:#ffffff08;--color-grid-active:#ffffff1a;--refract-red:#e5393526;--refract-orange:#fb8c0026;--refract-yellow:#fdd83526;--refract-green:#43a04726;--refract-teal:#00acc126;--refract-blue:#1e88e526;--refract-purple:#8e24aa26;--font-main:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-grid-active);border-radius:3px}.custom-checkbox{appearance:none;border:1px solid var(--color-text-muted);cursor:pointer;background-color:#0000;border-radius:2px;outline:none;flex-shrink:0;width:16px;height:16px;transition:all .3s;display:inline-block;position:relative}.custom-checkbox:hover{border-color:var(--color-text-main)}.custom-checkbox:checked{background-color:var(--color-text-main);border-color:var(--color-text-main)}.custom-checkbox:checked:after{content:"";border:solid var(--color-bg);border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.app-container{flex-direction:column;width:100vw;min-height:100vh;display:flex;position:relative}
