:root{--theme-brand-white:#fff;--theme-brand-red:red;--theme-brand-black:#000;--theme-background-primary:#0f1214;--theme-background-secondary:#1b1f21;--theme-background-tertiary:#272a2e;--theme-text-primary:#e5e5e5;--theme-text-secondary:#989898;--theme-text-tertiary:#656565;--theme-text-inverse:#000;--theme-hover-overlay:#ffffff1a;--theme-border-primary:#656565;--theme-border-secondary:#4c4c4c;--theme-border-tertiary:#323232;--theme-accent-primary:#fff;--theme-accent-disable:#323232;--theme-attention:#e42525;--theme-modal-background:#00000080}[data-theme=light]{--theme-background-primary:#fff;--theme-background-secondary:#f5f5f5;--theme-background-tertiary:#e5e5e5;--theme-text-primary:#000;--theme-text-secondary:#4c4c4c;--theme-text-tertiary:#7e7e7e;--theme-text-inverse:#fff;--theme-hover-overlay:#0000001a;--theme-border-primary:#b2b2b2;--theme-border-secondary:#cbcbcb;--theme-border-tertiary:#e5e5e5;--theme-accent-primary:#000;--theme-accent-disable:#e5e5e5}.button{cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.button:focus-visible{box-shadow:0 0 0 2px var(--theme-background-primary),0 0 0 4px var(--theme-accent-primary);outline:none}.button--disabled{opacity:.4;cursor:not-allowed}.button--pill,.button--icon-only{border-radius:9999px}.button--icon-only .button__text{display:none}.button__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.button__icon svg{fill:currentColor}.button__text{white-space:nowrap;font-weight:700;line-height:1}.button--small{padding:8px 12px;font-size:.8125rem}.button--small.button--pill{border-radius:9999px}.button--small.button--icon-only{width:32px;height:32px;padding:0}.button--small.button--icon-only svg{width:24px;height:24px}.button--small.button--ghost svg{width:16px;height:16px}.button--medium{padding:12px;font-size:1rem}.button--medium.button--pill{border-radius:9999px;height:40px}.button--medium.button--icon-only{width:40px;height:40px;padding:0}.button--medium.button--icon-only svg{width:24px;height:24px}.button--medium.button--ghost svg{width:20px;height:20px}.button--large{padding:16px;font-size:1rem}.button--large.button--pill{border-radius:9999px}.button--large.button--icon-only{width:56px;height:56px;padding:0}.button--large.button--icon-only svg{width:40px;height:40px}.button--large.button--ghost svg{width:24px;height:24px}.button--primary{background-color:var(--theme-accent-primary);color:var(--theme-text-inverse);border:2px solid #0000}.button--primary .button__text,.button--primary .button__icon{transition:opacity .2s ease-out}.button--primary:hover:not(.button--disabled) .button__text,.button--primary.button--icon-only:hover:not(.button--disabled) .button__icon{opacity:.4}.button--secondary{color:var(--theme-accent-primary);border:2px solid var(--theme-accent-primary);background-color:#0000;transition:opacity .2s ease-out}.button--secondary:hover:not(:disabled){opacity:.4}.button--secondary:active:not(:disabled){background-color:var(--theme-hover-overlay)}.button--tertiary{color:var(--theme-text-primary);transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.button--tertiary:hover:not(:disabled){background-color:var(--theme-hover-overlay)}.button--ghost{color:var(--theme-text-primary);background-color:#0000;border:none;padding:0;transition:opacity .2s ease-out}.button--ghost:hover:not(:disabled){opacity:.6}.button--ghost:active:not(:disabled){opacity:.4}.button--small .button__icon,.button--small .button__side-icon{width:16px;height:16px}.button--medium .button__icon,.button--medium .button__side-icon{width:20px;height:20px}.button--large .button__icon{width:24px;height:24px}.button--large .button__side-icon{width:20px;height:20px}
