*{box-sizing:border-box}html{overscroll-behavior:none;font-family:Red Hat Text;font-size:62.5%;font-weight:400}body{color:var(--text-theme);font-size:var(--text-sm);background:#000;max-width:100vw;margin:0;line-height:1.4;position:relative;overflow:hidden}h1,h2,h3{font-size:inherit;font-weight:inherit;margin:0}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}:root{--ease-in-out-quart:cubic-bezier(.76, 0, .24, 1);--ease-in-out-cubic:cubic-bezier(.65, 0, .35, 1);--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--animation-duration-lg:1.5s;--animation-duration-md:.5s;--animation-duration-sm:.3s;--text-theme:#fff;--text-dim:#ffffff80;--bg-theme:#50505040;--bg-theme-opaque:#505050;--bg-theme-hover:#505050cc;--border-width:1px;--primary-color:#8e74e3;--secondary-color:#544c9f;--color-success:#a7ffb3;--color-warning:#ffed9b;--color-error:#ff8f8f;--text-lg:4rem;--text-md:2.8rem;--text-sm:1.6rem;--text-xs:1.2rem;--padding-md:3.2rem;--padding-sm:1.6rem;--padding-xs:.8rem;--element-padding-y:.8rem;--element-padding-x:1.6rem;--spacing-md:3.2rem;--spacing-sm:1.6rem;--spacing-xs:.8rem;--rounded:9999px;--rounded-md:8px;font-size:62.5%}.btn{justify-content:center;align-items:center;gap:var(--spacing-xs);width:fit-content;font-family:Red Hat Text,sans-serif;font-size:var(--text-sm);cursor:pointer;transition:background var(--animation-duration-sm) var(--ease-in-out-cubic), color var(--animation-duration-sm) var(--ease-in-out-cubic), opacity var(--animation-duration-sm) var(--ease-in-out-cubic);display:flex}.btn.main{border-radius:var(--rounded);padding:var(--element-padding-y) var(--element-padding-x)}.btn.main.light{background:var(--text-theme);color:var(--bg-theme-opaque)}.btn.main.dark{background:var(--bg-theme);color:var(--text-theme)}.btn.main:hover:not(.disabled){background:var(--primary-color);color:var(--text-theme)}.btn.main:active,.btn.main.active{background:var(--secondary-color);color:var(--text-theme)}.btn.main.disabled{opacity:.5;cursor:not-allowed}.btn.sub{border-radius:var(--rounded);padding:var(--element-padding-y) var(--element-padding-x);outline:var(--border-width) solid var(--text-theme);color:var(--text-theme);background:0 0}.btn.sub:hover{background:var(--bg-theme-hover);color:var(--text-theme)}.btn.sub:active,.btn.sub.active{background:var(--secondary-color);color:var(--text-theme)}.btn.sub.disabled{opacity:.5;cursor:not-allowed}.btn.ghost{border-radius:var(--rounded);padding:calc(var(--element-padding-y)/2) calc(var(--element-padding-x)/2);color:var(--text-theme);background:0 0}.btn.error.ghost{color:var(--color-error)}.btn.ghost:hover{background:var(--bg-theme-hover)}.btn.ghost:active,.btn.ghost.active{color:var(--text-dim);background:0 0}.btn.ghost.disabled{opacity:.5;cursor:not-allowed}
